@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
    border: 0;
	font-weight: normal;
	height: 45px;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 45px;
	left: 0;
	line-height: 45px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 12px;
	top: 0;
	width: 90%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #1d1d1b;
	outline: none;
	text-decoration: none;
	font-weight: 600;
}
.sbToggle{
	display: block;
	height: 45px;
	outline: none;
	position: absolute;
	right: 20px;
	top: 0;
	width: 27px;
}
.sbToggle:after{
	content: "\f175";
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	color: #4E4D4D;
	line-height: 45px;
    font-size: 21px;
    padding-left: 10px;
    display: block;
}
.sbToggle:hover{
}
.sbToggleOpen{
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #4A4A4A;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 15;
    overflow-y: auto;
    border: 0;
/*
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
*/
	border: 0;
}
.sbOptions li{
	padding: 0 20px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 0;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #FFF;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #999;
}
.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: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}