
/*---Select 2 --*/
.select2-container {width: 100%!important; max-width:300px;}
span.select2.select2-container.select2-container--default { max-width: 100%;}
.select2-results__option {padding-right: 20px; vertical-align: middle;}
.select2-results__option:before { content: ""; display: inline-block; position: relative; height: 20px; width: 20px; border: 2px solid #e9e9e9; border-radius: 4px;
  background-color: #fff; margin-right: 20px; vertical-align: middle;}
.select2-results__option[aria-selected=true]:before { font-family:fontAwesome; content: "\f00c";  color: #074962; background-color: #cdcdcd; border: 0; display: inline-block; padding-left: 3px;}
.select2-container--default .select2-results__option[aria-selected=true] {background-color: #fff;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #eaeaeb; color: #272727;}
.select2-container--default .select2-selection--multiple {	margin-bottom: 10px;}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {	border-radius: 4px;}
.select2-container--default.select2-container--focus .select2-selection--multiple {	border-color: #f77750;	border-width: 2px;}
.select2-container--default .select2-selection--multiple {border-width: 2px;}
.select2-container--open .select2-dropdown--below {	border-radius: 6px;	box-shadow: 0 0 10px rgba(0,0,0,0.5);}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {display: none;}
.select-icon .placeholder {/* 	display: none; */}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {display: none !important;	/* content: "" !important; */}
.select-icon  .select2-search--dropdown {display: none;}
.select2-container input{margin-bottom:0; padding: 8px!important;}
.select2-container--default .select2-selection--multiple {background-color:#074962!important; border: 0!important;}
.select2-container--open .select2-dropdown{top: 20px!important}
span.select2-selection__clear {color: #fff;}
ul.select2-results__options { background: #074962; color: #fff;}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #035D74!important;}
.select2-dropdown {background-color: #528497!important; border: 1px solid #528497!important;}
/*---Select 2 Ends--*/

@media (max-width:767px){
	.select2-container--open .select2-dropdown { top: 40px!important;}
	
}