/*
* select2overrides-lp.css
* CSS file to override styles for the select2 drop-down component for the Lightpath brand.
*/

li.select2-results__option {
	font-size: 11px;
}

ul.select2-results__options {
	list-style: outside none none;
	margin: 0 0 5px 3px;
	padding: 0;
	color: #000000;	
}

/* IE9 ellipsis fix */
.select2-container--default .select2-selection--single span.select2-selection__rendered:before {  
	content: ''; 
}

/* Colors of the span that shows the dropdown. Current selected item appears in this span. */
.select2-container--default .select2-selection--single span.select2-selection__rendered {
	background-color: #2a2a2a;
	color: #ffffff;	
}

/* Colors of the input box for typing a search string. */
.select2-container--default .select2-search--dropdown input.select2-search__field {
	padding: 0 0 0 2px;
	font-size: 14px;
	font-weight: bold;
	background-color: #2a2a2a;
	color: #ffffff;
	border: 1px solid #E0FF00;
}

/* Colors of the current selected item in the list. */
.select2-container--default li.select2-results__option[aria-selected="true"],
.select2-container--default li.select2-results__option--highlighted[aria-selected="true"]  {
	background-color: #f4f4f4;
	color: #000;	
}

/* Colors when hovering over an entry that is not selected. */
.select2-container--default li.select2-results__option.select2-results__option--highlighted[aria-selected="false"]:hover  {
	background-color: #ddd !important;
	color: #000000 !important;
}

/* Colors when NOT hovering over an entry that is not selected. */
.select2-container--default li.select2-results__option[aria-selected="false"] {
	background-color: #fff;
	color: #000000;
}
.abcp-portlet-container .select2-container--default li.select2-results__option[aria-selected="false"] {
	background-color: #FFF !important;
}

/* Style for an attached, dropdown Select2 component. */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
	font-size: 11px;
	color: #000000;	
	border: 1px solid #E0FF00;
}
.abcp-portlet-container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px;
	font-size: 11px;
	color: #000000;
	border: none !important;
}

/*  Style for an 'X' to clear an input of select2. */
.select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: large;
	color: red;
	width: 6px;
	top: -2px;
}

/* Style for select2 arrow  */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	padding-top: 4px;
	color: #000000;	
}

/* Style for select2 input box */
.select2-container--default .select2-selection--single {
	padding-top: 4px;
	height: 35px;
	color: #000000;	
}

#divSelectAccount .select2-container--default .select2-selection--single{
    background-color: #2a2a2a;
    border: none;
}

#divSelectAccount .select2-selection__rendered {
    border: none;
}

/* Colors of the span that shows the dropdown. Current selected item appears in this span. */
#divSelectAccount .select2-container--default .select2-selection--single span.select2-selection__rendered {
	background-color: #2a2a2a;
	color: #ffffff;
	text-align:left;
}

#divSelectAccount .select2-container--open .select2-dropdown--below {
    background-color: #2a2a2a;
    border: none;
    width:120%;
}

#divSelectAccount  li.select2-results__option {
	color: #ffffff;	
	text-align: left !important;
	margin-left: 9px;
	float: none !important;
}

#divSelectAccount .select2-container--default .select2-results > .select2-results__options {
	float: none !important;
    word-break: break-word;
}

/* Colors of the input box for typing a search string. */
#divSelectAccount .select2-container--default .select2-search--dropdown input.select2-search__field {
	padding: 5px;
}

/* Colors of the current selected item in the list. */
#divSelectAccount .select2-container--default li.select2-results__option[aria-selected="true"],
#divSelectAccount .select2-container--default li.select2-results__option--highlighted[aria-selected="true"]  {
	background-color: #E0FF00;
	color: #000000;
	padding-left: 6px;	
}

/* Colors when hovering over an entry that is not selected. */
#divSelectAccount .select2-container--default li.select2-results__option.select2-results__option--highlighted[aria-selected="false"] {
	background-color: #E0FF00 !important;
	color: #000000 !important;
	padding-left: 6px;	
}

/* Colors when not hovering over an entry that is not selected. */
#divSelectAccount .select2-container--default li.select2-results__option[aria-selected="false"] {
	background-color: #2a2a2a;
	padding-left: 6px;
}

/* Style for an attached, dropdown Select2 component. */

@media only screen and (max-width: 979px){
	#divSelectAccount .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;	
		font-size: inherit;	
	}
	
	#divSelectAccount > ul > li.single {
		font-size: inherit;	
	}
}

@media only screen and (min-width: 980px){
	#divSelectAccount .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff;	
		font-size: 18px;	
	}
	
	#divSelectAccount > ul > li.single {
		font-size: 18px;	
	}
}

@media only screen and (max-width: 375.98px){
	#divSelectAccount .select2-container--open .select2-dropdown--below {
		width:108%;
	}
}

/* Style for select2 arrow  */
#divSelectAccount .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #2a2a2a;
	color: #ffffff;		
    border: none;
}

/* Style for select2 input box */
#divSelectAccount  .select2-container--default .select2-selection--single {
	background-color: #2a2a2a;
	color: #ffffff;	
	
}

/* Additional styles for global rounding of select2 control */

.abcp-portlet-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #fff;
	color: #000000;		
    border: none;
    width: 40px;
    top: 5px;
    right: 2px;
}

.abcp-portlet-container .select2-container--default .select2-selection--single{
    background-color: #fff;
    border-style: solid;
    border-color: #cccccc;
    height: 36px;
}

.abcp-portlet-container .select2-selection__rendered {
    border: none;
    background-color: #fff;
}

.abcp-portlet-container .select2-container--default .select2-selection--single span.select2-selection__rendered{
   background-color: #fff;
}