/*$Id$*/
.select2-container .select2-choice {
	border-radius:1px;
	background-image: none;

}
.select2-container .select2-choice abbr {
    background-image:url('/images/select2.png') !important;
    right:24px;
}
.select2-container .select2-choice .select2-arrow {
	background:none;
	border:0;
    border-radius: 0 2px 2px 0;
}
.select2-container .select2-choice .select2-arrow b,
#ui-framework-design1 .select2-container .select2-choice .select2-arrow b {
    background:none;
	border-color:#888 transparent transparent transparent;
	border-width:5px 4px 0 4px;
	border-style:solid;
	display:inline-block;
	width:0;
	height:0;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-2px;
	margin-left:-4px;	
}
.select2-dropdown-open .select2-choice .select2-arrow b,
#ui-framework-design1 .select2-dropdown-open .select2-choice .select2-arrow b {
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px;
}
.form-control.select2-container.select2-dropdown-open, .select2-drop.select2-drop-above {
	border-radius:1px 1px 0 0 !important;
}
.select2-drop-active {
	border:1px solid #3E8ACC;
	border-top:none;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top:1px solid #3E8ACC;
}
.select2-drop, .select2-container.select2-drop-above .select2-choice {
	border-radius:0 0 1px 1px;
}
.select2-search {
	padding:4px;
}
.select2-search input {
	background-image:url('/images/select2.png');
}
html[dir="rtl"] .select2-search input {
	background-image:url('/images/select2.png');
}
.select2-search input.select2-active {
    background-image:url('/images/select2-spinner.gif');
}
.select2-more-results.select2-active {
    background-image:url('/images/select2-spinner.gif');
}
.select2-container-multi .select2-search-choice-close {
	right:3px;
	left:auto;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding:3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background-image:url('/images/select2-spinner.gif');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input {
        background-position: 100% -21px !important;
    }
}
.typename-band{
	background: #e2e2e2;
    border-top: 1px solid #ddd;
    padding: 6px 0 8px;
    text-align: center;	
}
.select2-search input,
.select2-container-multi .select2-choices .select2-search-field input {
	box-sizing: border-box !important;	
}
.select2-container .select2-choice > .select2-chosen a,
.select2-results a { 
	color:#000; 
}
.select2-results a { 
	display:block; 
}
.select2-results .select2-highlighted {
	background:#3E8ACC;
}
.select2-results .select2-highlighted a { 
	color:#fff; 
	text-decoration:none; 
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color: #3E8ACC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-highlighted:not(.select2-result-with-children) .text-color5, .select2-highlighted:not(.select2-result-with-children) .text-color1{
  color: #FFF;
}
.cus-sel2 .form-control.select2-container.select2-container-multi { 
	height: 63px !important; 
	border: 0 none !important; 
}
.select2-container-multi .select2-choices .select2-search-field {/*74843 placeholder issue in tab ui*/
	width: 100%;
}
.input-as-select .input-group-addon {
	position: relative;
	background-color:#fff;
}
.input-as-select .select2-container {
	opacity:0;
}
.input-as-select .input-group-addon:before {
	content:"";
	display: block;
	background: none;
    border-color: #888 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-top: -2px;
    margin-left: -4px;
}
.input-as-select .up-arrow-fill:before {
	transform:rotate(180deg);
}
.select2-container .select2-choice abbr{
	top: 5.5px;
}
/*Select2 Multiselect single line & scroll */
.sel2-mul-ovr-h .select2-choices .select2-search-field{
	display: inline-block;
}
.sel2-mul-scroll .select2-choices{
	max-height: 60px !important; 
	overflow-y: auto;
}
/*Select2 Split background color*/
.sel2-split-activebg .select2-highlighted{
    background-color: white !important;
    color: inherit !important;
}
.sel2-split-activebg .sel2-active-ele:hover{
    background-color: var(--tab_selected_color, #008ddd) !important;
    color: var(--tab_selected_text, #fff) !important;
}
/*Select2 Multiselect word break */
.sel2-mul-break ul.select2-choices li.select2-search-choice {
    word-break: break-word;
}
/*Select2 multiselect - width overwrite */
.sel2-srchfield-ovr-width .select2-search-field{
    width: auto !important;
}
/*Select2 Multiselect word break */
.sel2-mul-break ul.select2-choices li.select2-search-choice {
    word-break: break-word;
}
/*Select2 Split background color*/
.sel2-split-activebg .select2-highlighted{
     background-color: white !important;
     color: inherit !important;
}
.sel2-split-activebg .sel2-active-ele:hover{
     background-color: var(--tab_selected_color, #008ddd) !important;
     color: var(--tab_selected_text, #fff) !important;
}
/* SD-78337 */
.select2-search-choice {
	margin: 5px 0 3px 5px !important;
}
/* Select2 Group Padding bottom Issue while hovering : Sync Rules*/
.s2-custom-p0 li.select2-result-with-children{
    padding: 0;
}
.select2-results .select2-result-label,
.select2-container .select2-choice abbr:hover,
.select2-container .select2-choice abbr{
	cursor: var(--sdpcursor-pointer);
}
/* Font size customization */
.select2-filter-option{
	font-size: var(--fs-13) !important;
}
/* Oauth CSS start */
.select2-drop.noimgicn-s2 ul.select2-results > li.select2-highlighted > .select2-result-label > img.noimgicon {
    filter: brightness(4);
}
/* Oauth CSS end */

/*Advanced Filter NEW UI start*/
.sel2-cus-ui {
	cursor: pointer;
	width: auto;
	padding: 0px 5px;
	box-sizing: border-box;
	margin: 0;
	flex-grow: 0;
}

.sel2-cus-ui .select2-container .select2-choice.select2-default {
	color: #444;
}

.sel2-cus-ui.select2-container-multi {
	width: 100%;
	padding: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 2px;
}

.sel2-cus-ui.select2-container-multi ul.select2-choices {
	background-image: none;
	border-radius: 2px;
}

.sel2-cus-ui .select2-choice {
	border: 0;
	background: transparent;
	height: auto;
	line-height: 28px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.sel2-cus-ui.select2-container-disabled .select2-choice {
	background-color: transparent;
	border: none;
	opacity: 0.5;
	pointer-events: none;
}

.sel2-cus-ui.select2-container-disabled .select2-choice .select2-arrow {
	background-color: transparent;
}

.sel2-cus-ui.select2-dropdown-open .select2-choice .select2-chosen {
	color: var(--link_tab_line_color, #008ddd);
}

.sel2-cus-dropmenu {
	min-width: 200px;
	background-color: #fcfcfc;
	border-radius: 4px;
	box-shadow: #00000021 0 0 6px;
	border: 1px solid #ddd;
}

.sel2-cus-dropmenu:not(.select2-drop-multi) {
	margin-top: 5px;
}

.sel2-cus-dropmenu.sel2-arr:not(.select2-drop-multi)::before {
	content: "";
	position: absolute;
	border: solid transparent;
	border-bottom-color: var(--adv-filter-s2-arr-bfr);
	border-width: 9px;
	margin-left: -10px;
	left: 15px;
	z-index: 1;
}
.sel2-cus-dropmenu.sel2-arr:not(.select2-drop-multi)::after {
	content: "";
	position: absolute;
	left: 6px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 8px;
	z-index: 1;
	border-bottom-color: var(--adv-filter-s2-arr-aft);
}
.sel2-cus-dropmenu.sel2-arr:not(.select2-drop-multi).sel2-arr-before:not(.select2-drop-multi)::after {
	top: -16px;
}
.sel2-cus-dropmenu.sel2-arr:not(.select2-drop-multi).sel2-arr-before:not(.select2-drop-multi)::before {
	top: -19px;
}
.sel2-cus-dropmenu.sel2-arr:not(.select2-drop-multi).sel2-arr-after:not(.select2-drop-multi)::before {
	bottom: -18px;
	transform: rotate(180deg);
}
.sel2-cus-dropmenu.sel2-arr:not(.select2-drop-multi).sel2-arr-after:not(.select2-drop-multi)::after {
	bottom: -16px;
	transform: rotate(180deg);
}

/*Advanced Filter NEW UI end*/

/*Advanced Filter NEW UI end*/
/* Select2 ip textwrap */
.s2-ip-wrap.select2-container .select2-choice > .select2-chosen {
    white-space: normal;
}
