@CHARSET "UTF-8";
.sbHolder{
	background-color:#b1d795;
	 text-align: center;
	font-family: "Asap",sans-serif;
    font-size: 14px;
	font-weight: bold;
	 height: 36px;
    line-height: 36px;
	position: relative;
	width: 75px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 36px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	
}
.sbToggle:after
{
	font-family: FontAwesome;
	content:"\f067";
	color:#fff;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #b1d795;
	
	list-style: none;
	right:0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 46px !important;
	width: 160px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	text-align:center;
	  line-height: 20px;
}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 7px 10px;
	font-family: "Asap",sans-serif;
    font-size: 14px;
	font-weight: bold;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	 color: #3d4b32;
	 background-color:#f5f5f5;
}
.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;
}