/*Stationenfinder*/

div#office-index dl dd ul li {
	list-style: none; 
	margin-bottom: 10px; 
	margin-left: 10px;
	padding-left: 20px;
	background-image: url(../images/nav-mobile-a.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div#office-index dl dd ul li:hover {
	color: #de001b; 
}

div#office-index ul.office-index-letter li a { 
	text-decoration: none; 
	padding-top: 2px; 
	font-weight: bold;
	margin-left: 5px;
}

div#office-index ul.office-index-letter li a.active { 
	background-color: transparent; 
	background-image: url(../images/office-index-letter-bg.png); 
	background-repeat: no-repeat;
	width: 24px; 
	height: 27px; 
	color: #fff; 
	text-decoration: none; 
	padding-top: 2px; 
	font-weight: bold;
}

.mapInfowindow-inner {
	margin: 20px; 
}

.mapInfowindow {
	height: auto;

}

.tx_rentacar-officeselect .tx_rentacar-officelist li {
	border-bottom: 1px solid #c8c8c8;
}

div.tx_rentacar-officedetails table.openinghours-table {
}

address {
	font-style: normal; 
}

.tx_rentacar-truckselect li label {
	width: 100px !important; 
}


.mapInfowindow-left, .mapInfowindow-right {
	width: auto; 
}

.mapInfowindow-right {
	font-size: 12px; 
}

table.openinghours-table {
	border-collapse: separate;
	border-spacing: 10px 5px;
	margin: -10px;
}

table.openinghours-table thead tr th {
	font-weight: bold; 
}


/*Footer*/

div.csc-content ul.csc-menu li a {
	margin-bottom: 8px;
}

/*Buchungsprozess*/

.field {
	margin-top: 3px;
	margin-bottom: 3px;
    border-radius: 5px;
	background-color: #FFF;
	border-top: 1px solid #b6b6b6;
	-webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.15); 
}

.tx_rentacar-datetimeselect select {
	width: 110px !important;
	padding: 4px !important; 
	border-color: #fff !important;  
}

.ui-widget-header {
	border: none !important; 
}

.field input,
.field select,
.field textarea {
	margin: 0 !important;
	padding: 10px !important;
	height: auto !important;
	border: 0 none; 
	background: none;
	/*width: auto;*/
	width: 100%;
	box-sizing: border-box;
}

select {
	width: 100% !important;
}

dl.tx_rentacar-datepicker dd.clearfix div.grid_6, dl.tx_rentacar-datepicker dd.clearfix div.grid_4 {
	margin-bottom: 20px; 
}

.tx_rentacar-truckselect.freeDistanceContainer {
	padding: 30px; 
}
	
	
	
	
div.tx_rentacar-content div.box ul li {
	list-style: none; 
	margin-bottom: 10px; 
	margin-left: 5px;
	padding-left: 20px;
	background-image:url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.box-totalprice {
	font-size: 22px; 
	color: #de001b; 
}


div.tx_rentacar-sidebar div.box ul li {
	list-style: none; 
	margin-bottom: 10px; 
	margin-left: 0px;
	padding-left: 20px;
	background-image:url(../images/icon-info.png);
	background-repeat: no-repeat;
	background-position: left center;
}


button.btn:hover {
	color: #de001b; 
}

.tx_rentacar-sidebar .box-vehicleimage .price-container .price {
	font-weight: bold; 
}

.tx_rentacar-sidebar .box-vehicleimage .price-container p {
	font-weight: bold; 
	text-align: center;
}

.vehicle-details .price-container .price-per-day {
		font-weight: bold; 
	text-align: center;
}

.vehicle-details .price-container .price-per-day {
	left: 63px; 
	top: 47px; 
}

.vehicle-details .price-container {

	height: 78px; 
	left: 93px; 
}

.vehicle-details .price-container .price-total {
	left: 200px; 
	top: 49px; 
}

.ageregulations-dialog, .equipment-dialog {
}

.tx_rentacar-vehicleselect .tx_rentacar-office-pickup, .tx_rentacar-vehicleselect .tx_rentacar-office-return {
	width: auto !important; 
}
	
.tx_rentacar-deadlineinfo {
	right: 0; 
	top: -55px; 
	position: absolute;
}

div.tx_rentacar-deadlineinfo p {
	font-size: 16px !important;
	color: #00519e; 
	font-weight: bold; 
}

.vehicle-details .vehicle-additional-info {
	top: 80px; 
}

#permanent {
	padding: 20px 0; 
}

.tx_rentacar-datepicker dd {
	background: rgba(230,67,67,1);
	background: -moz-linear-gradient(top, rgba(230,67,67,1) 0%, rgba(215,7,28,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,67,67,1)), color-stop(100%, rgba(215,7,28,1)));
	background: -webkit-linear-gradient(top, rgba(230,67,67,1) 0%, rgba(215,7,28,1) 100%);
	background: -o-linear-gradient(top, rgba(230,67,67,1) 0%, rgba(215,7,28,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,67,67,1) 0%, rgba(215,7,28,1) 100%);
	background: linear-gradient(to bottom, rgba(230,67,67,1) 0%, rgba(215,7,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64343', endColorstr='#d7071c', GradientType=0 );
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	border-bottom: 1px solid #98101e;
}

.tx_rentacar-vehicleselect .tx_rentacar-datepicker dd {
	background: #FAFAFA; 
	box-shadow: none; 
	border: none; 
}


/*Mobile*/



.tx_rentacar-broker-select li.active {
	background: none repeat scroll 0 0 #e64343 !important; 
}

div.vehicleimage .grid_6 {
	margin-left: 20px; 
}

div.vehicleimage .grid_6 h4 {
	margin-bottom: 0px; 
}

div.vehicle-details .grid_6 {
	/*margin-right: -20px; */
}

.tx_rentacar-vehiclesfilter select {
	width: auto !important;
}

.tx_rentacar-vehiclesfilter label {
	float: left !important;
}


p.openinghours-headline {
	margin: 10px 0 5px 0 !important;
}

.tx_rentacar-officeselect .tx_rentacar-officelist li .tx_rentacar-officedetails {
	background-color: #efefef; 
}

.tx_rentacar-officeselect .tx_rentacar-officelist li.officeselect-active {
	background-color: #efefef !important;
	font-weight: bold; 
}

.tx_rentacar-officeselect .tx_rentacar-officelist li.officeselect-active p {
	color: #de001b !important; 
}


.tx_rentacar-officeselect .tx_rentacar-officelist li {
	background-color: #fff;
	color: #474747 !important; 
}

.tx_rentacar-description {
	visibility: hidden; 
	display: none; 
}

.tx_rentacar-fleet .tx_rentacar-description {
	visibility: visible; 
	display: block; 
}

div.tx_rentacar-officelist ul.officelist-items li.officeselect-active div.tx_rentacar-officedetails {
	font-weight: normal; 
	color: #474747 !Important;
}



div.tx_rentacar-officelist ul.officelist-items li.officeselect-active div.tx_rentacar-officedetails p {
	font-weight: normal; 
	color: #474747 !Important;
}

.tx_rentacar-datetimeselect .tx_rentacar-datetimeselect-calendar-pickup .ui-widget-header {
	background-color: #ebebeb !important; 
}

.ui-datepicker-inline .ui-datepicker-calendar .ui-state-active {
	background: #de001b none !important; 
	color: #fff !important; 	
}


.tx_rentacar-fleet .vehicle-details .vehicle-additional-info {
	right: 187px; 
	top: 3px; 
}