@CHARSET "UTF-8";
.sbHolder {
  position: relative;
  display: block !important;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
  border: none;
  width: 100%;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sbHolder * {
  box-sizing: border-box;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #828687;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbToggle{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 24px;
  z-index: 2;
  /*background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: center;*/
  outline: none !important;
}
.adherent-wrapper .sbToggle {
  width: 24px;
  background-image: url("../images/select-toggle.png");
}
.sbToggle:hover{

}
.sbToggleOpen{

}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 1010;
  overflow-y: auto !important;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
  border: none;
  margin-top: 1px;
  margin-left: -1px;
  width: calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: -webkit-calc(100% + 2px);
}
.sbOptions li{
  list-style: none;
}
.sbOptions a{
  color: #444;
  font-size: 14px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 4px 0 4px 10px;
  -webkit-overflow-scrolling: touch;
	display: block;
	outline: none;
  cursor: default;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background-color: #f5a300;
  color: #fff;
}
.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;
}

.node-type-webform .block-system .node-webform .webform-component-select,
.node-type-webform .block-system .node-webform .webform-component-date,
.node-type-webform .block-system .node-webform .webform-datepicker {
  overflow: visible !important;
}