@CHARSET "UTF-8";
.sbHolder {  position: relative; float:left; line-height:24px; border: 1px solid #dddddd; color: #737373; font-family: "source_sans_proregular"; font-size: 16px; height: 50px; line-height: 30px;
 padding: 18px 15px;  width: 100%; }
.sbSelector { display: block; left: 0; outline: none; overflow: hidden; position: relative; text-indent: 0px; top: -10px; font-family: "source_sans_proregular";
font-size: 15px;color: #2e2e30; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { /*color: #8f8787;*/outline: none; text-decoration: none; }
.sbToggle {box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #010101;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out; position: absolute; right:15px; top: 18px; } 
.sbHolder:hover .sbToggle { }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions { list-style: none; right: 0px; margin: 0; padding: 0; position: absolute; top: 45px!important; max-height: none; z-index: 99999; /*overflow-y: auto;*/width:100%; background:#fff; }
.sbHolder .sbOptions li { width: 100%; padding: 0px; background:none;  border-bottom:1px solid #d7d7d7;  margin:0; line-height:30px; text-align:right; }
.sbHolder .sbOptions li:last-child { border-bottom:none; margin-top:0;  }
.sbOptions a { display: block; outline: none; padding:5px 15px; color:#010101; font-size:15px; line-height:24px;  font-family: "source_sans_proregular"; }
.sbOptions a:hover { background:#144d6b; color:#fff; }
.sbHolder ul.sbOptions {-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); float:left; border-radius:0px; width:100% !important; float:left;}
.sbOptions a:focus, .sbOptions a.sbFocus {  }
.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;*/padding: 0px 4%; color: #2b2c2e; display: block; font-weight: bold; }
.sbOptions .sbSub { padding-left: 33px !important; }
/**/
.sbHolder .sbOptions li{ width: 100% !important; background:#1e1f24; border-bottom:1px solid #d7d7d7; margin:0; line-height:30px; height:auto;  text-align:left;color:#fff; font-family: 'sourcesanspro-regular'; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; margin-right:0 !important;}
.sbHolder .sbOptions li a{ color:#fff !important; text-decoration:none; padding: 5px 15px;width: 100%; display:inline-block;}
.sbHolder .sbOptions li:hover{ background:#144d6b;}
.sbHolder .sbOptions li:hover a{ color:#fff !important;}
.top-rht .sbHolder .sbOptions li:last-child { border-bottom:none; padding:0; display:block;}