/*From Select2 To Dropdown*/
.select2-results{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    margin: 0;
    zoom: 1;
 /*   border: 1px solid #bfc9d4;*/
    color: #05b4c7;
    padding: 10px;
    background: #FFF;
}

.select2-results__options{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    color: #05b4c7;
    box-sizing: border-box;
    border: 0;
    font-size: 13px !important;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    background: transparent;
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-container--default .select2-results__option[aria-selected=true]{
background-color: transparent !important;
}


.select2-search input{
	min-height: 56px;
	font-size: 16px;
	padding-left: 10px !important;
}
.select2-search__field{
    background: url(../../_assets/img/select2_new_search.svg) no-repeat !important;
    background-position: right 5px top 15px !important;
    
}

/* Select 2 plugin overwrites */

.select2-results__option[aria-selected]{
/*	background-color: #ffffff !important;
    color: #08bec9;
    font-weight: bold;
*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
color: #05b4c7;
list-style: none;
box-sizing: border-box;
font-size: 100%;
font-family: 'Mulish' !important;
font: inherit;
vertical-align: baseline;
outline: 0;
background: transparent;
margin: 0;
padding: 0;
width: auto;
border-bottom: 1px solid #f9f4eb;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
list-style: none;
box-sizing: border-box;
font: inherit;
margin: 0;
background: transparent;
cursor: pointer;
outline: none;
transition: all 200ms cubic-bezier(.25, .25, .75, .75);
background-color: transparent;
color: #6a6e74;
font-size: 13px;
display: block;
padding: 8px 0;
font-weight: normal;
text-decoration: none;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
list-style: none;
cursor: pointer;
color: #6a6e74;
box-sizing: border-box;
font-size: 100%;
font: inherit;
vertical-align: baseline;
outline: 0;
background: transparent;
font-weight: normal;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	/*color: #08bec9;
    line-height: 42px;
    font-weight: bold;
    padding-left: 20px;
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 28px !important;
    color: #717d8d !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

.select2-container--default .select2-selection--single {
	/* 
	height: 44px;
    border-radius: 0px;
    border-color: #bfc9d4;
	*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    box-sizing: border-box;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    margin: 0;
    cursor: default;
    background: none;
    background-image: linear-gradient(45deg, transparent 50%, #919eba 50%), linear-gradient(
135deg, #919eba 50%, transparent 50%) !important;
    border: 1px solid #dee3ed !important;
    border-radius: 4px !important;
    height: 56px !important;
    padding: 15px 15px !important;
    color: #717d8d !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    background-position: calc(100% - 22px) calc(1em + 8px), calc(100% - 17px) calc(1em + 8px) !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
   /* background-color: #e0e0e0 !important;
    color: #08bec9;
    font-weight: bold;
*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
/*	border: solid #bfc9d4; */
	border: none !important;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 19px;
	transition: 0.2s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border: solid #bfc9d4;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(-135deg);
	top: 23px;
	transition: 0.2s;
}

/* e2esale overwrites */
.content .date-img {
    width: 40px;
}

.select2-dropdown {
	border: 1px solid #bfc9d4 !important;
}