.select2-container--default .select2-selection--single{
	border-radius: 0px;
	height: 36px;
	padding: 4px;
}
.select2-container--default .select2-selection--multiple{
	border-radius: 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #058499;
	background-color: #F5FFFA;
}
.select2-container--default .select2-search--inline .select2-search__field{
	width: 100% !important;
	cursor: default;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 6px 6px 0px;
	padding: 4px 6px;
	background-color: #e1e786;
	border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin: 1px 4px 0px 0px;
}
.select2-results__option {
	border-bottom: solid 1px #AAA;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #333;
	background-color: #fafbe9;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #e1e786;
	color: #333;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	top: 3px;
	right: -10px;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
	border-radius: 0;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}
.select2-container .select2-selection--single {
	display: flex;
    align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
