.bps-form{
	display: flex;
  flex-flow: row wrap;
  align-items: center;
justify-content:center;
}
.bps-form label  {
display:none;
}
.bps-label {
	display:none;
}
/* Style the input fields */
.bps-form input {
	 font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
	font-size:14px;
	padding:8px;
    background-color: #fff;
    border: 0px solid;
	width:350px;
}

.uitgebreid-zoeken .bps-form {
	display:block;
}
.uitgebreid-zoeken .bps-form input,
.uitgebreid-zoeken .select2-container--default .select2-selection--multiple,
.uitgebreid-zoeken .bps-multiselectbox,
.uitgebreid-zoeken span.dropdown-wrapper,
.uitgebreid-zoeken #field_3_match_any_wrap > span, 
.uitgebreid-zoeken #field_5_match_any_wrap > span {
  	width:350px;
	border-radius:3px;
}
.uitgebreid-zoeken #field_2_contains {
	border-radius:3px;
}
.uitgebreid-zoeken .bps-form input,
.uitgebreid-zoeken .bps-multiselectbox {
			margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
.uitgebreid-zoeken .bps-form {
	text-align:center;
}
.uitgebreid-zoeken .bps-form div button {
	border-radius:3px;
	width:350px;
}
#field_2_contains,#field_any_contains,#display_name_contains {
	height:40px;
}
/* button */
.bps-form div button {
    color: #ffffff!important;
	font-weight:700;
	font-size:14px;
    border-width: 0px!important;
    border-radius: 0px 3px 3px 0px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #fe6f61;
    padding-right: 20px!important;
    padding-left: 24px!important;
	
	height:40px;
	opacity:1;
	transition:.2s ease-in-out;
	cursor:pointer;
}

/*FELD 1*/
#field_any_contains #display_name_contains {
	border-radius: 0px 3px 3px 0px;
	width:350px
}
#display_name_contains {
	border-radius: 3px;
	width:350px
}
#field_2_contains {
	border-radius: 3px 0px 0px 3px;
	border-right:1px solid #eaeaea;
}

/*FIELDS*/

.select2-container--default .select2-selection--multiple {
	 font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    margin: 0px;
    padding: 8px;
    background-color: #fff;
    border: 0px solid;
	border-right:1px solid #eaeaea;
	border-radius:0px;
	width:350px;
	height:40px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top:-2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered,.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding:0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border:0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top:0px;
}
.bps-multiselectbox {
	width:350px;
}
span.dropdown-wrapper {
	width:350px;
}
/*.select1-results__option,*/.select2-results__option {
	border:0px;
}
.select2-container--open .select2-dropdown {
    left: 2px;
}

#field_3_match_any_wrap > span, #field_5_match_any_wrap > span {
	width:350px!important;
}

#field_any_contains_wrap > label > span, #field_2_contains_wrap > label > span, #field_3_match_any_wrap > label > span, #field_5_match_any_wrap > label > span {
	display:none;
}

/*MOBILE*/
@media only screen and (max-width:981px){
	.bps-form {
		display:block!important;
		text-align:center;
	}
	.zoekbalk {
		line-height: .5em!important;
	}
	.bps-form input {
		width:100%!important;
		max-width:350px;
		border-radius:3px;
		margin-bottom:5px;
	}
.select2-container--default .select2-selection--multiple {
	width:100%!important;
	border-radius:3px;

	}
	#display_name_contains, #field_any_contains, #field_2_contains {
		border-radius:3px!important;
	}
.bps-multiselectbox {
	width:100%!important;
	max-width:350px;
	margin-left:auto;
	margin-right:auto;
}

span.dropdown-wrapper {
	width:100%;
	max-width:350px;

}
	.bps-form div button {
width:100%!important;
		border-radius:3px;
		max-width:350px;
	}
	#field_3_match_any_wrap > span, #field_5_match_any_wrap > span {
	width:100%!important;
}
}

@media only screen and (max-width:1080px) {
	.uitgebreid-zoeken {
		
	}
}

/* FONT AWESOME */
.select2-search__field::-webkit-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

.select2-search__field:-ms-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

.select2-search__field:-moz-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

.select2-search__field::placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;
}
#display_name_contains::-webkit-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#display_name_contains:-ms-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#display_name_contains:-moz-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#display_name_contains::placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;

}
#field_any_contains::-webkit-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#field_any_contains:-ms-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#field_any_contains:-moz-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#field_any_contains::placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;
}

#field_2_contains::-webkit-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#field_2_contains:-ms-input-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#field_2_contains:-moz-placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;}

#field_2_contains::placeholder {
  font-family: 'myFont', FontAwesome, Poppins, Helvetica, sans-serif;
	color:#9E9E9E;
	font-weight:300;
}

