/**
 * Stylesheet Development Webshop 000658
 */

.nav-tabs > .active > a, .nav-tabs > .active {
	color: #333;
	font-weight: bold;
}

.nav-tabs > li > a {
	background-color: #eee;
	font-weight: normal;
}

.ad-gallery .ad-thumbs li a:hover {
	border-color: #333;
}

#push {
	height: 0;
}

.leftCol h5, .unitBlock .caption h5, .unitBlock .caption h6, .specs h3, .specs h4, .adresBlok h3, .adresBlok h4, .omschrBlok h4 {
	color: #333;
}

.pagination a, a:link, a:visited {
	color: #333;
}

a:hover {
	color: #666;
}

.ad-gallery .ad-thumbs li a.ad-active {
	background-color: #333;
}

.ui-widget-header { background-image: none; background-color: #333;}

.ui-widget-content { border: 1px solid #333;}

.btn-primary, .btn-inverse {
	background-color: #333 !important;
	color: #fff !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333;
	color: #fff;
}

#backButton {
	color: #fff;
}

.offerteLink .btn-primary {
	background-color: #555;
	color: #fff;
}

.offerteLink .btn-primary:hover, .offerteLink .btn-primary:active, .offerteLink .btn-primary.active, .offerteLink .btn-primary.disabled, .offerteLink .btn-primary[disabled] {
	background-color: #333;
	color: #fff;
}

.row {
	margin-top: 0;
}

.radio, .checkbox {
	min-height: 0;
}

#dtPeriodStart, #dtPeriodEnd {
    font-weight:bold;
    text-align:center;
}

.container {
	padding: 0 10px;
}

.thumbnail {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	body {
	    padding-right: 0;
	    padding-left: 0;
	}


}

input, textarea, select, .uneditable-input {
	height: 28px;
	line-height: 28px;
}

#dtPeriodStart, #dtPeriodEnd {
	width: 125px;
	border-radius: 0
}

.input-prepend .add-on {
	height: 28px;
	border-radius: 0
}

.input-prepend .btn {
	border-radius: 0;
}

.ui-datepicker.ui-datepicker-multi {
    margin: 0 0 0 2px;
}

.periodeWrap {
	margin: 0;
}

.verhuur_right_inner .control-group textarea {
    width: 420px !important;
    min-height: 100px;
}