<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.sbHolder{
	font-weight: normal;
	height: 50px; line-height:48px;
	position: relative;
	width: 100%;
	box-sizing:border-box;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 50px;
	left: 0;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 8px;
	top: 0;
	width: 100%;
	box-sizing:border-box;
	padding:0 10px;
	background-color: #fff;
	border: solid 1px #ddd;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555; font-size:14px;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	z-index:1;
	background: url(/data/skin/default_gl/img/select_blet_bottom.jpg) no-repeat center;
	display: block;
	height: 48px;
	outline: none;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 62px;
}
.sbToggle:hover{
	background: url(/data/skin/default_gl/img/select_blet_bottom.jpg) no-repeat center;
}
.sbToggleOpen{
	background: url(/data/skin/default_gl/img/select_blet_top.jpg) no-repeat center;
}
.sbToggleOpen:hover{
	background: url(/data/skin/default_gl/img/select_blet_top.jpg) no-repeat center;
}
.sbHolderDisabled{
	background-color: #e5e5e5;
	border: solid 1px #666;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 100%;
	z-index: 50;
	overflow-y: auto;
	margin-top:1px;
}
.sbOptions li{
	padding: 0px;
}
.sbOptions a{
	border-top: solid 1px #eee; font-size:14px;
	display: block;
	outline: none;
	padding:14px 17px; line-height:20px;
}
.sbOptions li:first-child a{
	border-top:none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #555;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background-color:#fcfcfc;
	color: #333;
}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	display:block; 
	position:relative; 
	padding:14px 124px 14px 17px;
    font-size: 14px;
	border-top:solid 1px #eee;
	color: #999;
	display: block;
	line-height:20px;
}
.sbOptions .sbDisabled{ /* text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; */ }
.sbOptions .sbDisabled button{ position:absolute; right:17px; top:50%; padding:0 10px; border-radius:4px; border:1px solid #eee; background:#fcfcfc; height:30px; font-size:13px; line-height:28px; text-align:center; color:#777; }
.sbOptions .sbDisabled button{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.sbOptions .sbDisabled button{ -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.sbOptions .sbDisabled button:hover,
.sbOptions .sbDisabled button:focus,
.sbOptions .sbDisabled button:active{ border-color:#fda064; background:#fcf7f1; color:#f36910; }
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}</pre></body></html>