@CHARSET "UTF-8";
.sbHolder {
  background-color:transparent;
  border:0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  height:29px;
  position: relative;
  width: 100%;
}
.sbHolder:focus .sbSelector{
	color:#fff !important;
}
.sbSelector {

  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 32px;
  left: 0;
  line-height:27px;
  outline: medium none;
  overflow: hidden;
  padding:2px 15px;
  position: absolute;
  text-indent: -1px;

  top: 0;
  border:1px solid #fff;
   width:53px;
   color:#fff;
   font-size:13px;
   font-family: 'Lato', sans-serif;

}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle {
  display: block;
  height:9px;
  outline: medium none;
  position: absolute;
  right:-4px;
  top:12px;
  width: 10px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbSelector a{
text-decoration:none;
color:#fff;
}
.sbOptions {
  background-color: #fff;
  left: -1px;
  list-style: outside none none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: auto;
  z-index: 1;
  width:53px !important;
  max-height:200px !important;
  transform:translateY(-3px);
  -webkit-transform:translateY(-3px);
  border: solid 1px #d9d9d9;
  margin-top:0px;
}
.sbOptions li{
	padding: 0px;
	border-bottom: solid 1px #d9d9d9;
}
.sbOptions li:last-child{ border-bottom:none;}
.sbOptions a{
	display: block;
	outline: none;
	padding:5px 11px;
	font-size:12px;

	color:#000
}
.sbOptions a:hover,

.sbOptions a.sbFocus{
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.sbOptions a:focus
.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;
}