@CHARSET "UTF-8";
.sbHolder { background-color: #01122c; border: solid 1px #fff; font-size: 22px; font-weight: normal; height: 45px; position: relative; width: 100%; box-sizing: content-box; -webkit-box-sizing: content-box; }
.sbHolder:focus .sbSelector { }
.sbSelector { display: block; height: 44px; left: 0; line-height: 44px; outline: none; overflow: hidden; position: absolute; text-indent: 15px; top: 0; width: 87%; color: #fff; text-transform: uppercase; font-weight: 500; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { outline: none; text-decoration: none; color: #fff; }
.sbToggle { background: url(../images/select-icons.png) 0 0px no-repeat; display: block; height: 46px; outline: none; position: absolute; right: 0; top: 0; width: 47px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; }
.sbToggleOpen { background: url(../images/select-icons.png) 0 -45px no-repeat; }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbOptions { background-color: #E1E1E1; list-style: none; left: -1px; border:1px solid #E1E1E1; margin: 0; padding: 0; position: absolute; top: 46px !important; width: 100%; z-index: 1; overflow-y: auto; padding: 0; box-sizing: content-box; -webkit-box-sizing: content-box;}
.sbOptions li { padding: 0 16px 0 24px; }
.sbOptions a { border-bottom: solid 1px #878e99; display: block; outline: none; padding: 9px 0 11px; font-size: 14px; color: #01122c; text-transform: uppercase; font-weight: bold; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #B11C3C; }
.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:last-child a { border-bottom: 0; }
