.form-group > div{
	display: inline-block;
}

.img-responsive{
	max-width: 100%;
}

.hidden{
	display: none;
}

.btn-radio{
	border: 1px solid #cecece;
}

.quarter{
	float: left;
	width: calc(25% - 30px);
	padding: 0 15px;
}

.maxproducts, .areas_used, .availableproducts{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.floatleft{
	float: left;
}

.container{
	max-width: 100%;
}

.spacer{
	float: left;
	width: 100%;
	height: 1px;
}

.bnrspacer{
	float: left;
	width: 100%;
	height: 25px;
}

.specialist_overview{
	float: left;
	width: 100%;
	margin: 25px 0;
}

.specialist_overview label{
	float: left;
	width: 100%;
}

.page-header{
    margin-bottom: 25px;
}

.product{
	float: left;
	padding: 15px;
/*	border: 1px solid #333;	*/
	margin: 0 20px 20px;
	width: calc(25% - 42px);
	text-align: center;
	cursor: pointer;
	margin-top: 80px;
	position: relative;
	box-shadow: 0px 0px 10px 10px rgba(230,228,234,1)
}

.product.brdr{
	width: calc(25% - 46px);
	border: 2px solid #ff5e4d;
}

.meestgekozen{
	position: absolute;
	left: -2px;
	bottom: 100%;
	float: left;
	padding: 10px;
	width: calc(100% + 4px);
	background-color: #ff5e4d;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.product.selected {
    background-color: #b1ff6c;
}

.product select {
    float: left;
    width: 90%;
    text-align: center;
    padding: 5px 10px;
    border: none;
    border: 1px solid #dedede;
}

.selectorlabel {
    float: left;
    width: 100%;
    margin: 20px 0 15px;
}

.productprijs {
	position: absolute;
	bottom: 15px;
	left: 5%;
    float: left;
    width: 90%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
/*    margin: 25px 0;	*/
}

#selectproduct{
	width: 200px;
	float: left;
	margin-left: calc(50% - 100px);
	margin-top: 35px;
	padding: 15px 25px;
	background-color: #16c938;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.floatleft{
	float: left;
}

.projectimages .projectimageholder {
	float: left;
	width: 320px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.projectimages .projectimageholder .btn-default {
	border-color: transparent;
}

.projectimages .projectimageholder .form-control {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.projectimages .projectimage {
	height: 180px;
	margin-bottom: 10px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}

.projectimages .projectimage .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.projectimages .projectimage img {
	max-width: 100%;
	max-height: 100%;
}

.droppy {
	font-size: 20px;
	padding: 50px;
	text-align: center;
}

.half{
	float: left;
	margin: 0 25px;
	width: calc(50% - 50px);
}

p.faqitem{
	float: left;
	width: 100%;
	cursor: pointer;
}

.faqanswer{
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #cecece;
	margin: 10px 0;
}

label{
	vertical-align: top;
	margin-top: 10px;
}

h2{
	margin-bottom: 15px;
}

.row{
	margin-left: 0;
	margin-right: 0;
}

span.multiselect-native-select{
	float: left;
	width: 100%;
}

span.multiselect-native-select .btn-group{
	width: 100%;
}

.dropdown-menu.show{
	top: 95px!important;
	margin-bottom: 50px;
}

.dropdown-menu.show::after{
	content: '';
	float: left;
	padding: 25px 0;
}

.multiselect-container .multiselect-all .form-check-label, .multiselect-container .multiselect-group .form-check-label, .multiselect-container .multiselect-option .form-check-label{
	margin-top: 0;
}

.product select[name="prijs"]{
	position: absolute;
	bottom: 15px;
	left: 5%;
}


.bannerpositions{
	float: left;
	width: 100%;
	margin: 35px 0;
	padding: 35px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.bannerpositions h3{
	margin-bottom: 15px;
}

.bnrcol{
	float: left;
	width: calc(33.3333333334% - 20px);
	margin: 10px;
}

.bnrcol label{
	float: left;
	width: 100%;
	margin: 5px 0;
}

.bannerpositions h4{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 5px;
}

.cancelproduct{
	float; left;
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	background-color: red;
	color :#fff;
	transition: all .2s ease;
}

.cancelproduct:hover{
	color: #fff;
	padding: 15px 30px;
}
