.select2-container {
	margin-bottom: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-color: #ccc;
	border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 16px;
	margin-top: 2px;
}
.select2-container .select2-selection--multiple {
	line-height: 6px;
	min-height: 20px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #5897fb;
}

.select2-container .select2-search--inline {
    width: auto !important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin: 1px 0;
    width: auto !important;
}

.select2-container--default .select2-selection--single {
	border-color: #ccc;
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
	padding-left: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}
.select2-dropdown {
	border-radius: 0;
	top: -3px;
}
.select2-results__option {
	padding-right: 20px;
	white-space: nowrap;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #fff;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: #888;
}
.select2-container--disabled .select2-selection--single .select2-selection__arrow {
	background-color: #fff;
}

.disabled .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: rgb(235, 235, 228);
}
.disabled .select2-container--disabled .select2-selection--single .select2-selection__arrow {
	background-color: rgb(235, 235, 228);
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  margin-top: 2px;
}