/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
.flexfilter{
	float:right;
	margin-right: 35px;
}

.filteraanuit {
	margin-left:5px;
}

.filter_label{
	float:left;
	margin-right:10px;
	margin-top:2px;
}

.filter_open, .filter_close{
	float:left;
}

.filter_blok_content{
	min-height:50px;
	width: 100%;
	margin-top: 10px;
}

/*buiten gebruik*/
/*.filter_element .filter_blok_label{*/
/*	float:left;*/
/*	height: 90%;*/
/*	background-color: #e6e6e6;*/
/*	border-radius: 10px;*/
/*	margin: 5px;*/
/*	padding: 5px;*/
/*	color: #659acc;*/
/*}*/


.filter_element .filter_blok_element{
	float:left;
	height: 150px;
}
.filter_blok{
	margin-bottom: 3px;
	width:100%;
}
.filter_element .send_filter{
	/*width: 75%;*/
	/*margin: 10px;*/
}

.filter_element_input {
	margin-left:25px;
	margin-bottom:3px;
}

.filter_element_dropdown {
	margin-bottom:10px;
}

.filter_element_status {
	float:left;

}

.filter_column_label {
	margin-top: 5px;
	margin-left: 62px;
}

.filtertekst_aan_uit {
	margin: 10px;
}

.filter_inhoud {
	width: 100%;
	float:left;
}

.filter_element .ui-datepicker-trigger{
	float:right !important;
	margin-right: 10px;

}
.filter_element_boolean{
	float:left;
	/*margin-left: 5px;*/
}
.filter_keuzelijst_boolean{
	float:left;
	margin:5px;
	white-space: nowrap;
    overflow: hidden;
}
.filter_keuzelijst_boolean input[type="checkbox"]{
	margin-right:2px;
	margin-top:2px;
}
.multiselect_label{
	background-color: #b6cee6;
    color: #08418c;
	padding: 5px;
	margin: 5px;
}
.multiselect_label input[type="checkbox"]{
	margin-right:2px;
}

.filter_input .filter_element_status{
	margin-left:20px;
}

.send_filter .close_filter {
	margin-top:8px;
	margin-bottom:10px;
	float:right;
}

.send_filter .apply_filter {
	margin-left:5px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:10px;
	float:right;
}

.ui-dialog .ui-widget .ui-widget-content .ui-front .ui-draggable .home .ui-corner-flat{
	/*min-height:150px;*/
	height:300px !important;
}

.filter_element button {
	padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 10px 0 0 10px;
    border-radius: 5px;
    color: white;
    border: 0px;
    border-right: 1px solid #12396D;
    cursor: pointer;
    border-bottom: 1px solid #12396D;
    border-top: 1px solid #86AEE2;
    border-left: 1px solid #86AEE2;
    background-color: white;
    background-image: linear-gradient(rgb(87, 143, 199), #0066cc);
	text-decoration: none;
}

.filter_element button:hover {
	background-image: linear-gradient(rgb(87, 143, 199), #0066ccc7);
}

.filter_element .keuze_boolean{
	margin:5px;
}
