@charset "utf-8";
/* CSS Document */

/* Aangepast door Nick: */
table.display tbody td {

padding: 8px 10px!important;
}

.km-counter {
	width: 60px;
	margin-top: 19px;
	display: inline-block;
	position: relative;
	background: #444;
	color: #fff;
	border-radius: 4px 0 0 4px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 5px 0px 9px;
	text-align: right;
	letter-spacing: 2px;
}

.km-counter:after {
	content: "km";
	position: absolute;
	right: -40px;
	top: 0;
	background: #000;
	padding: 0 9px 0 8px;
	border-radius: 0 4px 4px 0;
}

.section span.label {
	height:24px;
	font-size:14px;
	line-height:24px;
	display:inline-block;
	padding:0 4px;
}

.license {
	margin-top: 19px;
	display: inline-block;
	position: relative;
	background: #fff;
	color: #a30923;
	border-radius: 4px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 9px;
	text-align: right;
	letter-spacing: 2px;
	font-weight:bold;
	border: 2px solid #a30923;
	white-space:nowrap;
 min-width:100px;
 text-align:center;
}

.table .km-counter, .table .license, td .km-counter, p.lead .license, p.lead .km-counter {
	margin:0;
}

.table .km-counter, td .km-counter {
	margin-right:40px;
}

.table .no-lines {
	border-top: none;
	border-right: none;
	border-bottom: none;
	background: white!important;
}

h3 .license {
	margin-top:0;
	margin-right:15px;
}

form div.section > div p.lead, form div.section > div p.lead .label {
	font-size:14px!important;
	line-height:24pxem!important;
}

#feedcount {
margin-left:0;
margin-top:13px;
display: inline-block;
text-align: center;
padding: 2px 4px 1px 1px;
overflow: hidden;
color: white;
background: black; 
 border: 1px solid #dddddd;
*width: 85px; /* only for IE6 and IE7 */
}
#readers {
  float: right;
  padding: 1px 0 0;
}
#counter {
  float: left;
  padding: 1px 3px 0;
  margin: 0 5px 0 0;
  font-size: 13px;
  position: relative;
  top: -1px;
  color: #ffffff;
  background: #444444;
letter-spacing: 2px;
width: 65px;
text-align: right;
}

#AdresLabel {
	position: relative;
	border: 1px #DDD solid;
	min-height: 40px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #eeeeee;
	-webkit-box-shadow: 1px 1px 5px #eeeeee;
	box-shadow: 1px 1px 5px #eeeeee;
	text-align: right;
	margin-bottom: 10px;
}

.content adreslegend {
	position:relative;
		margin-left:-10px;
		font-weight:700;
		border:1px solid #ccc;
		background:#f2f2f2;
		font-size:12px;
		line-height:32px;
		padding:3px;
		*margin-bottom:20px
}


#AdresLabel_Tabel {
    position: relative;
    border: 1px #e9e9e9 solid;
    min-height: 40px;
    padding: 10px;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    -moz-box-shadow: 1px 1px 5px #eeeeee;
    /* -webkit-box-shadow: 1px 1px 5px #eeeeee; */
    /* box-shadow: 1px 1px 5px #eeeeee; */
    margin-bottom: 10px;
    margin-top: -16px;
}

.fc-button {

	text-transform: none;

}
.uibutton.confirm {
line-height: 15px;
}



table.display thead tr th {
border-top: 0px solid #D6D6D6;
border-bottom: 1px solid #E6E6E6;
padding: 8px 10px 8px;
line-height: 25px;
white-space: nowrap;
padding-right: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
overflow: hidden;

}

.tag {
	-moz-background-clip : padding;
	-webkit-background-clip: padding-box;
	background-clip : padding-box;
	line-height: 10px;
	padding: 3px;
	position: relative;
	cursor: default;
	text-shadow:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	float: left;

}

.tagclose {
	display: block;
	position: absolute;
	right: 8px;
	top: 5px;
	width: 17px;
	height: 16px;
	font-size: 1px;
	background-image: url(../images/select-close.png);/*	background: url(chosen-sprite.png) right top no-repeat;*/
}

.table td {
	font-size:13px;
}

.table td input {
	width:100%;
	box-sizing:border-box;
	margin-bottom:0;
}

.table td .progress {
	height:9px;
}

.progress {
	position:relative;
	overflow:hidden;
	overflow-x:hidden;
	white-space:nowrap
}

.progress .line {
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:18px;
	
}

.section > div {
	min-height:41px;
}



/* These styles were added to control the editable dropdown in voertuigen-bewerken.php */
/* Editable Dropdown */
.select-editable {
	position:relative;
	background-color:white;
	/* border:solid grey 1px; */
	width:120px;
	height:18px;
}
.select-editable select {
	position:absolute;
	top:0px;
	left:0px;
	font-size:14px;
	border:none;
	width:120px;
	margin:0;
}
.select-editable input {
	position:absolute;
	top:25%;
	left:1px; 
	width:90%;
	/*padding:1px;*/
	font-size:12px;
	border:none;

}
.select-editable select:focus, .select-editable input:focus {
	outline:none;
}



