@CHARSET "UTF-8";
.sbHolder {border:2px solid #ffffff; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;
 -webkit-transition: all 0.5s ease-in-out 0s; background: #ffffff; font-size: 14px; color: #0d3a66; padding: 1px 9px 1px 9px; font-weight: normal; cursor: pointer; text-align: 
 left;background-repeat: no-repeat; background-position: 21px 13px; background-size: 20px; position: relative; }
.sbHolder:focus, .sbHolder:hover { box-shadow: none;}
.sbSelector > a { font-family: 'Source Sans Pro', sans-serif!important;font-size: 17px; color: #0d3a66!important; text-decoration: none; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { outline: none; text-decoration: none; }
.sbSelector { font-family: 'Source Sans Pro', sans-serif;font-size: 17px;color: #0d3a66;}
.sbToggle { background-color: #0d3a66; background-image: url(../images/select_arrow_down.png); background-repeat: no-repeat; background-position: center center; background-size: 100%; display: block; height: 32px; outline: none; position: absolute; right: -2px; top: 50%; width: 35px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.sbToggleOpen {    z-index: 2; background-color: #0d3a66; background-image: url(../images/select_arrow_up.png); background-repeat: no-repeat; background-position: center center; background-size: 100%; width: 35px; height: 32px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbOptions { background: #0d3a66; border-top: solid 1px #41668a; list-style: none; left: -2px; right: -2px; margin: 0; padding: 0; position: absolute; width: 200px; z-index: 99; overflow-y: auto; top: 28px !important;        width: auto!important; }
.sbOptions li { padding: 0px 0px; }
.sbOptions li img { display: inline-block; float: left; padding-top: 7px; padding-left: 3px; }
.sbOptions li a:first-child { display: block; }
.sbOptions a { font-size: 17px; color: #ffffff!important; font-family: 'Source Sans Pro', sans-serif!important; border-bottom: solid 1px #41668a; display: block; outline: none; padding: 3px 11px 3px 11px; background: #0d3a66; }
.sbOptions a:link, .sbOptions a:visited { color: #686868; text-decoration: none; transition: all 0.2s ease-in-out; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fff; background: #2a5c8e; }
.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; }
