@CHARSET "UTF-8";
.sbHolder{
	width:100%;
	background-color: #FFF;
	border: solid 1px #1A74BA;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 32px;
	position: relative;
	box-sizing: border-box;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: auto;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #141414;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.sbToggle:hover{
	
}
.sbToggle i.icon{
	font-size: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	margin: 3px 0px;
	border-left: 1px solid #1A74BA;
	width: 30px;
	float: right;
}

.sbToggle i.icon-angle-up{
	display:none;
}

.sbToggleOpen i.icon-angle-down{
	display:none;
}
.sbToggleOpen i.icon-angle-up{
	display: block;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;
	border: solid 1px #1A74BA;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	max-width: 100%;
	z-index: 5;
	overflow-y: auto;
	min-width: 179px;
	box-sizing: border-box;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}

.sbOptions a:hover {
background: rgba(0, 0, 0, 0.03);
}

.sbOptions li:last-child a{
	border-bottom:none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #141414;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #141414;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #141414;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}