@CHARSET "UTF-8";
.sbHolder{	
	border: 1px solid #747677;
	font-family: "fira-sans",sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	height: 41px;
	position: relative;
	width: 100% !important;		
}

.sbSelector.sbFocus{opacity: 1;}
.sbSelector:hover {opacity: 1 !important;}
.sbHolder.focused{border-color:#474747;}
.sbHolder:focus{border-color:#009abe;}
.sbSelector{
	display: block;
	height: 41px;
	left: 0;	
	outline: none;
	overflow: hidden;
	position: absolute;	
	top: 0;
	width: 100%;
	font-weight: 700;
	color:#5c666f !important;
	padding: 0 11px;
	font-family: "fira-sans",sans-serif;    
	font-size: 17px;
	line-height: 41px;
	

}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	/*color: #EBB52D;*/
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-arrow-sidebar.svg) 10px center no-repeat;
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	cursor:pointer;
	
}
.sbToggle:hover{
	/*background: url(https://aicolympic.org/wp-content/themes/aico/img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen{
    background: url(../images/select-arrow-sidebar-open.svg) 10px center no-repeat;
	/*background: url(https://aicolympic.org/wp-content/themes/aico/img/select-icons.png) 0 -16px no-repeat;*/
	/*transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);*/
	
}
.sbToggleOpen:hover{
	/*background: url(https://aicolympic.org/wp-content/themes/aico/img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #747677;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 30px; now with js controlled*/
	width: 101%;
	z-index: 10;
	overflow-y: auto;
	/*top: 38px !important;*/
}
.sbOptions li{
	padding: 0;
	margin-bottom: 0 !important;

}
.sbOptions a{
	border-bottom: dotted 1px #5c666f;
	display: block;
	outline: none;
	padding: 10px 15px;
	font-size: 17px;
    font-weight: 700;    

}
.sbOptions a:link, .sbOptions a:visited{
	color: #5c666f;
	text-decoration: none;
	
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #5c666f;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #5c666f;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #5c666f;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.sbOptions li:last-child a{border:none;}

/*gform start from here*/

/*gfrom end from here*/