@CHARSET "UTF-8";


.sbHolder{
	
	position: relative;
	width: 100%;
	float:left;	  
    font-size: 15px; 
    font-weight: normal; z-index:99;
	padding:0 10px;

}


.sbSelector{
	display: block; 	
	left: 0; line-height: 36px;
	outline: none;
	overflow: hidden;
	position: relative;
	text-indent: 0px; text-align:left;
	top: 0;  
	width: 100%; color: rgba(255,255,255,0.8);  text-transform:none; font-family: 'SourceSansPro-Regular';
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #8f8787;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/arrow.png) no-repeat 0 0;
	display: block;
	height: 10px;
	outline: none;
	position: absolute;
	right:10px;
	top: 13px; 
	width: 13px; }


/*.sbHolder:hover .sbToggle {
   background-position: 0 -22px;
}*/


.sbHolder:hover .sbToggle { background-position: 0 -9px;}
.sbHolder:hover a.sbSelector { color:#fff;}

/*.sbToggleOpen{
	background: url(../images/select-arr.png) no-repeat left top; 
}

.sbHolder:hover .sbToggleOpen { background-position: 0 0px;}*/
/*.sbToggleOpen:hover{
	background: url(../images/select_arrow_close.jpg) top right no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border-top: solid 1px #d7d7d7 !important;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	top: 38px ; 
	max-height: none !important;
	/*width:80px !important;*/
	z-index: 99999;
	/*overflow-y: auto;*/
	background:#fff; border-top:none; width:100%;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); height:122px; overflow-y:scroll; overflow-x:none;
}
.sbHolder .sbOptions li{ width: 100%; padding: 0px; background:none; border-bottom:1px solid #d7d7d7; margin:0; line-height:30px;  text-align:left;}
.sbHolder .sbOptions li:last-child { border-bottom:none;}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 7px 14px;
	color: #5f5f5f;
    /*font-family: 'signikaregular';*/
   
    font-size: 17px;
	font-weight: 400; 
	line-height: 18px; 
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}

.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff !important;
	background:#124298;
}
.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;*/
	padding: 0px 4%;
	color: #2b2c2e;
	display: block;
	font-weight: bold;
	
}
.sbOptions .sbSub{
	padding-left: 33px !important;
	}
