.select2-container {
	margin-bottom: 0;
}

input[type="search"].select2-search__field {
	background: url("select2_search.png") no-repeat right;
	height: auto;
	margin-bottom: 0;
}

.select2-results__options {
	padding-left: 0;
	padding-right: 0;
}

.select2-results__option {
	padding: 3px 7px 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
}

.disabled .select2-container .select2-selection {
	background-color: #eee;
	cursor: not-allowed;
}

.disabled .select2-container .select2-selection .select2-selection__rendered {
	color: #797979;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: not-allowed;
}