/**
 * Default light stylesheet
 */

@charset "utf-8";

body, p {
	font-family: Arial, Helvetica, sans-serif;
}

.clearer {
	clear: both;
	height: 0;
}

.container {
	padding: 30px 0 30px 0;
}

a:focus {
    outline: none;
}

/* left column */
.leftCol {
	margin-top: 52px;
	float: right !important;
}

/* //left column */


/* Units */

.unitBlock {
	padding-top: 8px;
	position: relative;
	width: 700px;
	height: 105px;
	overflow: hidden;
}

.unitBlock  a.unitLink {
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	position: absolute;
	width: 710px;
	height: 115px;
	background: url(../img/ad-gallery/empty.gif);
	z-index: 20;
	left: 0;
	top: 0;
}

.unitBlock .imgWrap {
	width: 145px;
	height: 100px;
	display: table;
	text-align: center;
	float: left;
}

.unitBlock .imgWrap span {
	display: block;
	display: table-cell;
	vertical-align: middle;
}

.unitBlock .imgWrap span img {
	max-height: 100px;
	max-width: 145px;
}

.unitBlock:hover {
	background: #f2f2f2;
	cursor: pointer;
}

.unitBlock .caption {
	padding-bottom: 10px;
	position: relative;
	zoom: 1;
	float: left;
	margin-left: 10px;
	width: 400px;
}

.unitBlock .caption h3 {
	font-weight: normal;
	font-size: 16px;
}

.unitBlock .caption h5 {
	text-transform: uppercase;
	float: left;
	color: #08c;
}

.unitBlock .caption h6 {
	float: left;
	font-size: 12px;
	color: #08c;
	font-weight: normal;
}

span.unitPrice {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	position: absolute;
	right: 10px;
	top: 40px;
}

.unitBlock .caption p.unitInfo {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	outline: none;
}

.caption ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.caption ul li {
	font-size: 11px;
	margin-right: 10px;
	width: 110px;
	float: left;
}

.unitBlock .caption span.oForPrice {
	color: #C03;
	margin-left: 5px;
}

.unitBlock .caption span.oFromPrice {
	text-decoration: line-through;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: -2px;
	right: 6px;
	zoom: 1;
}

/* //Units */


/* Pagination */
.pagination {
	float: left;
	margin: 10px 0;
	height: 32px;
}

.pagination.bottom {
	margin-top: -15px;
}

.pagination a {
	line-height: 30px;
}
/* //Pagination */

.specs {
	position: relative;
}

.specs h1 {
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	display: block;
	line-height: 20px;
	margin: 10px 0 0 0;
}

.specs h1 span {
	font-weight: normal;
}

.specs h3, .specs h4 {
	font-size: 15px;
	margin-top: 20px;
	color: #08C;
	text-transform: uppercase;
}

.adresBlok h3, .adresBlok h4, .omschrBlok h4  {
	font-size: 15px;
	color: #08C;
	text-transform: uppercase;
}

.omschrBlok h4:first-child {
	margin: 0 0 5px 0;
}

.omschrBlok h4 {
	margin: 20px 0 5px 0;
}

.specs td.bold {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.specs td.textupper {
	text-transform: uppercase;
	font-size: 12px;
}

.specs.danny {
	margin-top: -6px;
	font-size: 11px;
}

.specs.danny td.bold {
	font-size: 11px;
}

.specs.danny table.table td.notopborder {
	border-top: none;
}

.specs.danny table.table td {
	border: none;
}

table.deniz {
	margin-top: 35px;
}

.specs.danny table.table th, .specs.danny table.table td {
	background-color: none;
	padding: 5px;
}

/*
.specs.danny .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #FFFCEA;
}
*/


.tab-content {
	overflow: visible;
}

address {
	line-height: 22px;
	margin-bottom: 5px;
}

.thumbnail {
	padding: 4px;
}

.gThumbs {
	*max-width: 150px;
}

.nav {
	margin-bottom: 10px;
}

.ad-gallery .ad-thumbs li a.ad-active {
	background: #ddd;
}

.ad-gallery .ad-nav {
	width: 465px;
}

.ad-gallery .ad-nav .ad-thumbs {
	width: 410px;
	margin-left: 27px;
}

.ad-gallery .ad-back {
	left:0;
	border: 1px solid #999;
	background-color: #f5f5f5;
	width: 20px;
	height: 98px;
	background-position: center center;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.ad-gallery .ad-forward {
	right: 6px;
	border: 1px solid #999;
	background-color: #f5f5f5;
	width: 20px;
	height: 98px;
	background-position: center center;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.ad-gallery {
	width: 460px !important;
}
.ad-gallery .ad-image-wrapper {
	width: 460px;
	/* height: 285px; */
}

/* begin gallery fix for pics */
.ad-gallery .ad-image-wrapper {
	height: 350px;
}
.ad-gallery .ad-image-wrapper .ad-next, .ad-gallery .ad-image-wrapper .ad-prev {
	height: 350px !important;
}
/* end gallery fix for pics */



.unitBlock a.ribbon {
	width: 250px;
	display: block;
	height: 30px;
	line-height: 30px !important;
	background-color:#F90;
	background-image:url(../img/ribbon_overlay.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: -80px;
	-webkit-transform:rotate(-45deg) translate3d( 0, 0, 0);
	-moz-transform:rotate(-45deg) translate3d( 0, 0, 0);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

.unitBlock a.ribbon:hover {
	text-decoration: none !important;
}

a#backBut {
	width: 20px;
	height: 16px;
	display: block;
	text-decoration: none;
	background: url(../img/back-icon-dark.png) no-repeat center left;
	float: left;
	margin-top: 9px;
}

.priceWrap {
	position: absolute;
	right:0;
	top: 65px;
}

.price {
	font-size: 24px;
}

.forPrice {
	font-size: 24px;
	color: #c03;
}

.fromPrice {
	font-size: 18px;
	text-decoration: line-through;
	margin-right: 5px;
}


input:focus, textarea:focus, select:focus, .uneditable-input:focus {
	outline: 0;
}

.ui-datepicker {
	width: 230px !important;
}

.ui-datepicker.ui-datepicker-multi {
	width: 434px !important;
	margin: 0 0 0 10px;
}

.ui-widget-content {
	border-color: #ddd !important;
}

.ui-datepicker .ui-datepicker-unselectable span {
 	color: #ccc;
 }

.ui-datepicker .unavailable span { background: #C51E1E; color: #F8EAEA; border-color: #9D0000;  }
.ui-datepicker .pending span { background: #D5F1FF; color: #2CA8E8; border-color: #C6ECFF;}

.ui-datepicker .verhuurd span { background: #C51E1E; color: #F8EAEA; border-color: #9D0000;  }
.ui-datepicker .gereserveerd span { background: #D5F1FF; color: #2CA8E8; border-color: #C6ECFF;}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1 !important;
	filter: 1 !important;
}

/* ui sliders */

	/* size */

	/*
	.ui-slider-horizontal {
		height: 8px;
	}

	.ui-slider .ui-slider-handle {
		height: 16px;
		width: 13px;
		cursor: pointer;
	}

	.ui-slider-horizontal .ui-slider-handle {
		top: -5px;
	}
	*/

	/* colors */

	.ui-widget-header {
		background-image: none !important;
		background-color: #eee !important;
		border-color: #ddd !important;
	}


	/*
	.ui-widget-content {
		border: 1px solid #96d4f8;
		height: 6px;
	}

	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		background: url(../img/slider.png) no-repeat;
		border: none;
	}
	*/

	/* input */
	.slider-input {
	    float: left;
	    width: 90px;
	}

/* //ui sliders */

.activeFilter {
    font-weight: bold;
}

.infoBlock {
	margin-top: 50px;
}

.back-button {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

.offerteBlok {
	max-height: 800px;
	width: 500px;
}

.modal-body,.modal-header {
	padding: 25px 25px 5px 25px;
}

.form-horizontal .control-group {
	margin-top: 20px;
}

.form-horizontal .control-label {
	width: 120px;
	text-align: left;
	margin-top: 10px;
}

.form-horizontal .controls {
	margin-left: 100px;
	margin-top: 10px;
}

.btn {
	background-image: none;
}

.dealerInfo {
	float: left;
}

.offerteLink {
	text-align: center; margin-left: 40px; margin-top: -20px; float: right;
}

.offerteLink a {
	padding-left: 30px; padding-right: 30px; text-transform: uppercase;
}

.thumbnail .caption {
	padding: 11px 6px 6px 6px;
}

.control-group.controlWrap {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin: 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.control-group.controlWrap select {
	width: 208px;
}

.control-group .controls label {
	font-size: 12px;
}

.control-title-wrap {
	background: #f2f2f2;
	border: 1px solid #ddd;
	margin-top: 10px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.leftCol .control-title-wrap a.control-toggle {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
	margin-left: 8px;
	background: transparent url(../img/arrow_states.gif) no-repeat 0 8px;
	cursor: pointer;
	display: inline;
	line-height: 25px;
}

.leftCol .control-title-wrap a.control-toggle:hover {
	color: #8C8A8C;
	text-decoration: none;
	background-position: 1px -28px;
}

.leftCol .control-title-wrap span.control-noToggle {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-left: 8px;
	cursor: default;
	display: inline;
	line-height: 25px;
}

.leftCol .control-title-wrap a.control-toggle-link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	margin-right: 5px;
	float: right;
	line-height: 25px;
}

.leftCol .control-title-wrap a.control-toggle-link:hover {
	color: #8C8A8C;
}

.slider-input input {
	margin-bottom: 0;
}

.ui-slider {
	margin: -10px 0 -5px 6px !important;
	width: 190px !important;
}

.input-prepend .add-on, .input-append .add-on {
	font-size: 11px;
	padding: 4px 3px;
}

select {
	margin: 5px 0;
}

.hidden {
	display: none;
}

.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #333;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #000;
}

.nav-tabs > li > a {
	font-weight: bold;
}

/*
.prevnext {
	float: right;
}
*/

.prevnext .nextClass, .prevnext .prevClass{
	margin-left: 10px;
}

.nav-tabs > .active > a, .nav-tabs > .active {
	font-weight: bold;
}

.nav-tabs > li > a {
	background-color: #eee;
	font-weight: normal;
}

.specs span.label {
	background-color: #1F8E23;
	float: left;
	margin: 11px 0 0 8px;
	padding: 2px 8px 2px;
	line-height: normal;
	cursor: default;
}

.specs span.label.label-verkocht {
	background-color: #c03;
}

.streetview {
	margin: 5px 0 5px 0;
}

.adresBlok {
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

/*
.mainContent {
	psoition: relative;
}

.filterBlok {
	position: absolute;
	width: 550px;
	top: 45px;
}
*/

.filterBlok {
	font-size: 11px;
	font-weight: bold;
}

.filterBlok span {

	display: block;
}

.filterBlok ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.filterBlok ul li {
	display: inline;
	margin: 0 7px 0 0;
}

.filterBlok ul li a {
	color: #333;
}

.filterBlok ul li a:hover {
	color: #333;
	text-decoration: line-through;
}

/*
.filterBlok span.wisAlleFilters {
	position: absolute;
	right: 0;
	top:0 ;
	font-size: 11px;
}
*/

.filterBlok span.wisAlleFilters {
	float: left;
	margin-left: 10px;
}

.parkeerLink {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	padding-left: 30px;
	background: url(../img/parking.png) no-repeat 0;
	font-size: 11px;
	font-weight: bold;
}

.standaardHeader {
	background: #fff url(../img/standaardheader-bg.png) repeat-x bottom;
	width: 938px;
	border: 1px solid #d3d3d3;
	height: 118px;
	margin: 20px auto 0 auto;
}

.standaardHeader h1 {
	font-size: 28px;
	font-weight: normal;
	padding: 45px 20px 20px 20px;
}

.standaardHeader h1 span {
	font-size: 18px;
	margin-left: 20px;
}

.standaardHeader h1 a, .standaardHeader h1 a:hover {
	color: #333;
	text-decoration: none;
}

/* NU Motorrijden */
.nuWrap {
	position: absolute;
	bottom: 15px;
	height: 20px;
	line-height: 20px;
	margin: 3px 0 -10px 5px;
}

.nuWrap a{
	color: #333;
}

a.nuLogo {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background: #fff url(../img/numotorrijden.png) no-repeat center center;
	text-decoration: none;
}

.nuPrice {
	margin-left: 5px;
	float: left;
	font-size: 11px;
}

.nuPrice a {
	text-decoration: underline;
}
/* // NU Motorrijden */

.row{
	margin-top: 10px;
}

.form-horizontal .control-group {
	margin: 0;
}

.btn_reserveren {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 20px;
}

.unitBlock, .btn_reserveren {
	border-radius: 0;
	border-radius: 3px;
}

.verhuur_right_col .form-horizontal .controls {
	margin-left: 120px;
}

/*
.verhuur_right_col {
	background: #f5f5f5;
}

.extra_info {
	background: #fff;
}
*/

.verhuur_right_col h4 {
	background: #eee;
	color: #333;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.verhuur_right_col h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}

.calendar_wrap {
	width: 460px;
}

.alert {
	color: #000;
}

.form-horizontal.form_reserveren .form-actions {
	padding-left: 120px;
}

.legenda_wrap {
	float: left;
	width: 460px;
}

ul.legenda {
	font-size: 11px;
	list-style-type: none;
	margin: 0 0 10px 10px;
	height: 20px;
}

ul.legenda li {
	display: block;
	float: left;
	margin: 0;
	height: 20px;
	line-height: 25px;
	margin-right: 15px;
}

ul.legenda li i {
	height: 8px;
	width: 8px;
	margin-top: 9px;
	margin-right: 5px;
	display: block;
	float: left;
}

ul.legenda li i.legenda_verhuurd {
	background: #C51E1E;
}

ul.legenda li i.legenda_gereserveerd {
	background: #08c;
}

.extra_info table {
	font-size: 12px;
	width: 100% !important;
	border: 1px solid #ddd !important;
}

.extra_info table td {
	padding: 10px;
}

.periodeWrap {
	cursor: default;
	padding: 5px 0 3px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 438px;
	margin-left: 10px;
	margin-bottom: 10px !important;
	-webkit-transition: height 1s ease-in-out;
  	-moz-transition: height 1s ease-in-out;
  	-o-transition: height 1s ease-in-out;
  	transition: height 1s ease-in-out;
}

.periodeWrap input {
	background: none;
	border: none;
	box-shadow: none;
	color: #333;
	cursor: default;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	width: 400px;
}

.periodeHideOverflow {
	overflow: hidden;
}

.periodeOuter {
	position: relative; left: 50%; float: left;
}

.periodeInner {
	position: relative; left: -50%; float: left;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #333 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-bottom, .ui-corner-left, .ui-corner-br {
	-mox-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 !important;
}


.verhuur_right_inner {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #ccc;
}

.verhuur_right_inner form {
	margin: 0;
}

.verhuur_right_inner .form-actions {
	padding: 10px;
	margin: 0;
	clear: both;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}

.verhuur_right_inner .control-group {
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
}

.verhuur_right_inner .control-group input {
	float: left;
	width: 205px;
}

.verhuur_right_inner .control-group textarea {
	width: 430px !important;
}

#periode_dagen {
	font-size: 12px;
	display: block;
	text-align: center;
}

.ms_filter_button {
	display: none;
}
