@charset "UTF-8";

.select2-container .select2-selection--single {
	height: 38px;
	border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ced4da;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0px;
	height: 25px;
}
.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus {
	outline: 0;
	border: 0px;
	height: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #56a6e9;
	border: 1px solid #aaa;
	padding-left: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border: none;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #56a6e9;
	color: #333;
	outline: none;
}
.select2-search select2-search--inline {
	border: none;
}