/*@CHARSET "UTF-8";*/

.sbHolder{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: normal;
height: 40px;
position: relative;
width: 100%;
border: 2px solid #b8daea;
border-radius: 2px;
color: #727272;
background: #FFF;
outline: none;
}

.sbHolder:focus .sbSelector{
outline: 0;
outline: none;
}
.sbSelector {
color: #727272;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 25px;
display: block;
left: 0;
height: 35px;
outline: none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0;
width: 90%;
padding-top: 5px;
background: #FFF;
margin: 0 0 10px 0;

}

.sbSelector:focus {
outline: 0;
outline: none;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
color: #999;
outline: none;
text-decoration: none;
}

.sbToggle{
/*background:  #71b6d5 url(../images/select-icons.png) center -112px no-repeat;*/
background: url(../images/select-icons.png) center -112px no-repeat;
display: block;
height: 38px;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 10%;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;

}
.sbToggle:hover{
background: url(../images/select-icons.png) center -163px no-repeat;
}
.sbToggleOpen{
background: url(../images/select-icons.png) center -14px no-repeat;
}
.sbToggleOpen:hover{
background: url(../images/select-icons.png) center -64px no-repeat;
}

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

}
.sbHolderDisabled .sbToggle{

}

.sbOptions {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
list-style: none;
left: -1px;
margin: 0;
padding: 0;
position: absolute;
top: 39px;
width: 85%;
z-index: 1;
overflow-y: auto;
background: #73b7d5;
float: none;
clear: both;

}

.sbOptions:focus {
outline: 0;
}

.sbOptions li::before{
content: "";
margin: 0;
}

.sbOptions li{
padding: 0;
padding: 0 7px;
margin: 0;
border-bottom: 1px solid #fff;
list-style: none;
}


.sbOptions a{
color: #fff;
display: block;
outline: none;
padding: 10px 0 10px 3px;
font-size: 13px;
margin: 0;
}

.sbOptions a:link, .sbOptions a:visited{
/*color: #ddd;*/
color: #fff;
text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
/*color: #EBB52D;*/
color: #fff;
outline: 0;
}
.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;
}

.sbOptions li:first-child{
display: none;
}
