/* .datatables_filter_container{
	display: none;
}

.datatables_filter_container > div{
	margin:0 5px 5px 0 !important;
}
.datatables_filter_container input, .datatables_filter_container select{
	margin: 0 !important;
}

.show_filter_btn{
	display: inline;
}

.hide_filter_btn{
	display: none;
}

.dataTables_filter{
	display: none !important;
} */

.select2-container .select2-selection--single{
	height: 38px;
}

.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}

@media (min-width: 767px) { 
	.datatables_filter_container{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items:center;
	}

	.show_filter_btn{
		display: none;
	}
}

.choose_time_selected{
	background: blue !important;
}
