@CHARSET "UTF-8";
.sbHolder{
	height: 40px;
	position: relative;
	width: 100%;
	color: #58595B;
	margin-bottom: 15px;
	text-align: left;
}

.box_select .sbHolder{
	background-repeat: no-repeat;
	height: 27px;
	position: relative;
	width: 153px;
	
}

.sbHolder:focus .sbSelector{

}
.sbSelector{
	display: block;
	height: 26px;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 9px;
	top: 0;
}

.box_select .sbSelector{
	width: 144px;
}


.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #58595B;
	font:400 14px/1.2 'Open Sans', sans-serif;
	outline: none;
	text-decoration: none;
	margin-top: -1px;
	width: 100%;
	border: 1px solid #d1d3d4;
    box-sizing: border-box;
	border-radius: 5px;
	height: 100%;
	line-height: 40px;
}
.sbToggle{
	display: block;
    outline: none;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 9px;
    height: 7px;
    /*background: url(../../../imagens/setas-combo.png) no-repeat 0px 0px;*/
}
.sbToggle:hover{
	
}
.sbToggleOpen{
	background-position: 0px -60px;
}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #FFF;
	border: solid 1px #CCCCCC;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	left: 0px;
	overflow-y: auto;
	z-index: 999;
	box-sizing: border-box;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0px 4px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #5E5E5B;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #145a6e;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}