.filterSearch {
	padding-left: 8px;
	margin-left: 7px;
	margin-bottom: 4px;
	margin-top: 8px;
	height: 25px;
	width: 85%;
}
.content-filters,
.content-filters2{
display:inline-block;

}
.content-filters{
width: 14.28%; 
}
.content-filters-box {
	padding: 10px 0px 0 0; 
}

.toggle-filters {
	background-color: #F5F5F2;
}

.content-filters-dropbox {
	text-align: center;
}
.content-filters-dropbox > *{
text-align:left;
}
.content-filters-dropbox  {
	background-color: #F5F5F2;
	padding: 8px;
}

.content-filter {

}

.checkbox-custom-div {
	padding-left: 6px;
	padding-bottom: 4px;
}

.checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 0px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\2714";
	font-size: 14px; 
    color: #fff;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
}

.checkbox-custom:focus + .checkbox-custom-label{
	outline: 1px solid #ddd;
}


.priceFrom, .priceTo{
	width: 35% !important;
}
.noUiSlider {
    width: 82% !important;
    margin: 9px 0px 11px 19px !important;
}
.noUi-connect {
	background: #F8731C !important;
}

input.filterSubmit {
	background:#F8731C;
	font-weight: 700;
	color: #fff;
	width:94%;
	padding:5px;
	margin: 5px;
	border:0;
	cursor:hand;
	cursor:pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	-webkit-appearance: none;

}
.filterSubmit active {
	background:#eb6005; 
}
.filterSubmit:hover {
	background:#eb6005; 
}
.filterSubmit:disabled {
	background:#FBC09A; 
}


.checkbox-dropdown {
    
    border: 1px solid silver;
	background: #FFF;
    cursor: pointer;
    padding: 8px 4px;
	width: 98%;
	box-sizing: border-box;
	margin: 0 1%;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	/* z-index: 190; */
}

/* pijltje */
.checkbox-dropdown:after {
    content:'';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #333;
    top: 16px;
    right: 10px;
    margin-top: -3px;
}
.checkbox-dropdown.is-active:after {
    border-bottom-color: #333;
    border-top-color: #fff;
    margin-top: -9px;
}
.checkbox-dropdown-list{
width:180px;
margin-top:3px;
}
.checkbox-dropdown.is-active {
	border:1px solid;
	background: #fff;
	
	
	/* height: 21px; */
	/* border-bottom: none; */
	/* padding-bottom: -5px !important; */
}

.checkbox-dropdown-scroll {
	/* border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	z-index:-20; */
	max-height: 272px;
	overflow-y: auto;
}

.checkbox-dropdown-list {
	/* width: 150px; */
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%; 
    border: inherit;
    border-top: none;
    left: -1px; 
    right: -1px;  
    opacity: 0; 
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
	z-index:200;
	background-color: #fff;
}
.is-active .checkbox-dropdown-list {
    opacity: 1; 
    pointer-events: auto;
}

.checkbox-dropdown-listtext {
	margin-bottom: 20px;
}


/* Alleen de meest rechter checkbox-dropdown-lists selecteren */
/* .is-active .checkbox-dropdown-list? {
    left: auto;
    right: 1;
} */

.checkbox-dropdown-list li label {
	white-space: nowrap;
	overflow: hidden;
    display: block;
    padding: 7px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.checkbox-dropdown-list li label:hover {
    background-color: #F8731C;
    color: white;
}

#slider-range {
	/* padding: 20px; */
}

.leftMenuFilterFormItem input.priceTo, .leftMenuFilterFormItem input.priceFrom {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='26px' width='85px'><text x='4' y='19' fill='#555' font-size='18' font-family='arial'>€</text></svg>");
	background-repeat: no-repeat;
	margin-left: 10px;
	text-align: right;
	width: 65px;
	height: 10px;
	border: 1px solid #eaeaea;
	padding: 7px 5px;
}
.leftMenuFilterFormItem input.priceTo {
	margin-left: 6px;
}


@media only screen and (max-width:667px){
	.filterSearch {
		height: 35px;
		font-size: 16px;
	}
	.content-filters{
	width:50%;
	
	}
	.content-filter input[type="checkbox" i] {
		-ms-transform: scale(1.3); /* IE */
		-moz-transform: scale(1.3); /* FF */
		-webkit-transform: scale(1.3); /* Safari and Chrome */
		-o-transform: scale(1.3); /* Opera */
		transform: scale(1.3);
		margin-right: 5px;
	}
	
	.content-filter span {
		font-size: 15px;
	}
	
	
	.toggle-filters-drop {
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
		position: relative;
		/* margin: 0 auto; */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	/* pijltje */
	.toggle-filters-drop:after {
		content:'';
		height: 0;
		position: absolute;
		width: 0;
		border: 8px solid transparent;
		border-top-color: #555;
		top: 18px;
		margin-left: 8px;
	}
	.toggle-filters-drop.is-active:after {
		border-bottom-color: #555;
		border-top-color: #F5F5F2;
		margin-top: -10px;
	}
	
	.checkbox-dropdown {
		width: 98%;
		margin: 1% 1%;
		box-sizing: border-box;
		height: 35px;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		-ms-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}
	
	.checkbox-dropdown.is-active {
		/* height: 20px; */
	}
	
	.content-filters-box {
	
	}
	
	.content-filters-dropbox {
		padding-bottom: 5px;
	}
	
	.checkbox-custom, .checkbox-custom-label{
		margin: 1.2vw;
	}
	
	.checkbox-dropdown-list li label {
		padding: 9px 7px 9px 7px !important;
	}
	
	.filterSelection li a {
		padding: 5px 7px 5px 7px !important;
	}
	.filterSelectionFloat {
		margin-top: 3px;
	}
	
	.noUi-horizontal .noUi-handle {
		width: 35px;
	}
	
	.filterSubmit {
		height: 36px;
	}
}



















/* Dropdown Button
.dropbtn {
	background-color: #FF961A;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

Dropdown button on hover & focus 
.dropbtn:hover, .dropbtn:focus {
	background-color: #B56D18;
}

.dropdownFilter {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 200;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown-content p {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content .filterCheckbox {
	transform: scale(1.5);
}
.dropdown-content p:hover {
	background-color: #f1f1f1
}

.show {
	display:block;
} */

/* .ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { 
	display:none; 
	padding:3px; 
	position:absolute; 
	z-index:10000; 
	text-align: left 
}
.ui-multiselect-checkboxes { 
	position:relative 
	overflow-y:auto;
    max-height: 300px;
}
.ui-multiselect-checkboxes label { 
	cursor:default; 
	display:block; 
	border:1px solid transparent; 
	padding:3px 1px 
}
.ui-multiselect-checkboxes label input { 
	position:relative; 
	top:1px 
}
.ui-multiselect-checkboxes li { 
	clear:both; 
	font-size:0.9em; 
	padding-right:3px 
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid 
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { 
	display:block; 
	padding:3px; 
	margin:1px 0; 
	text-decoration:none 
}

* html .ui-multiselect-checkboxes label { 
	border:none 
}

.ui-multiselect-hasfilter ul { 
	position:relative; 
	top:2px
}
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }

 */
 
@media only screen and (min-width:668px){
	.checkbox-dropdown {
		
	}
	
	.checkbox-dropdown.is-active:before {
		position: absolute;
		top: 31px;
		left: 0;
		content: "";
		height: 1px;
		background: #fff;
		width: 100%;
	}
	
	.checkbox-dropdown.is-active {
		z-index: 300;
		height: 33px;
	}

	.is-active .checkbox-dropdown-list {
		padding-top: 0;
		border-top: 1px solid;
		z-index: -1;
		border-bottom: 1px solid;
	}
	
	.filtersBoxPrice, .checkbox-custom-div{
		padding-top: 5px;
	}
	
	.is-active .checkbox-dropdown-list {
		padding-top: 0;
		border-top: 1px solid;
		z-index: -1;
		border-bottom: 1px solid;
	}
	
	.content-filters:nth-child(7n) .checkbox-dropdown-list {
		left: auto;
		right: -1px;
	}
}