@CHARSET "UTF-8";

.sbHolder{
    float: left;
	background-color: #ffffff;
	font-family: 'OpenSansLight', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
    padding: 17px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 1px 2px 9px -6px;
}

.form-items.big .row .sbHolder {
    width: 100%;
}

.select-content {
    width: 49%;
}

.select-full-content {
    width: 99%;
}

.select-content .sbHolder:last-child {
    margin-right: 0;
}

.select-half-three .sbHolder,
.select-full-three .sbHolder {
    width: 32%;
    margin-right: 2%;
}

.select-full-three .sbHolder:last-child,
.select-full-three .sbHolder:last-child {
    width: 32%;
    margin-right: 0;
}

.select-half-two .sbHolder {
    width: 48.5%;
    margin-right: 3%;
}
.select-half .sbHolder {
    width: 100%;
    margin-right: 10px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: -40px;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li:first-child {
    display: none;
}
.sbOptions li {
	padding: 0 7px;
    border-bottom: dotted 1px #e8e8e8;
}
.sbOptions li:last-child {
    border-bottom: 0;
}
.sbOptions a {
    color: #3a3a3a;
	display: block;
	outline: none;
	padding: 2px 0 2px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.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;
}

.search-wrapper .sbHolder {
    width: 100px;
    z-index: 97;
    position: absolute;
    top: 9px;
    right: 160px;
    padding-top: 5px;
    border: 0;
    box-shadow: none;
    text-align: left !important;
}

.search-wrapper .sbHolder .sbSelector {
    color: #999999 !important;
}
.search-wrapper .sbHolder .sbOptions {
	margin-top:9px;
    width: 150px;
}
.search-wrapper .sbHolder .sbOptions li a {
    color: #444444 !important;
}