@CHARSET "UTF-8";
.sbHolder {border:0; 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: 0; font-weight: normal; cursor: pointer; text-align: 
 left;background-repeat: no-repeat; background-position: 21px 13px; background-size: 20px; position: relative; height: 50px;}
.sbHolder:focus, .sbHolder:hover { box-shadow: none; outline: 0;}
.sbHolder.focused .sbSelector{background: #ffe7e0;}
.sbSelector > a { font-family: "Fira Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #2d2d2d; text-decoration: none; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { outline: none; text-decoration: none; }
.sbSelector {padding: 0 70px 0 20px; height: 50px;    background: #eee;
    border-radius: 5px; font-family: "Fira Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #2d2d2d;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.sbSelector:focus{outline: none; text-decoration: none; }
.sbToggle { background-color: transparent; background-image: url(../images/dwn-arrow-black.png); background-repeat: no-repeat; background-position: center center; background-size: 22px; display: block; height: 100%; outline: none; position: absolute; right: 0; top: 50%; width: 52px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.sbToggleOpen {    z-index: 2; background-color: transparent; background-image: url(../images/up-arrow-black.png); background-repeat: no-repeat; background-position: center center; background-size: 22px; width: 52px; height: 100%; 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: #ffffff; border-top: solid 1px #ffb78a; list-style: none; left: 0; margin: 0; padding: 0; position: absolute; z-index: 2; overflow-y: auto; top: 100% !important;    width: 100%!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-family: "Fira Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #565656;border-bottom: solid 1px #ffb78a; display: block; outline: none; padding: 0 20px 0; background: #f0f0ec; height: 50px;}
.sbOptions a:link, .sbOptions a:visited { color: #565656; text-decoration: none; transition: all 0.2s ease-in-out; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #ffffff; background: #ff5220; }
.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; }
