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

}
.select2-container .select2-choice abbr {
    background-image:url('/images/select2.png');
    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-footer-option {
	background:#e2e2e2;
	border-top:solid 1px #DDD;
	padding:6px 0 8px;
}
.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 .text-color5{
  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;
}