.sbHolder {

	border: solid 1px #0B6273;
 
	/*font-size: 12px;
	font-weight: normal;*/
	height: 40px;
	position: relative;
	width: 100%; 
	 
		
		background:#fff; 
}

.inline-span {float:left;display:block;}



.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	/*	width: 130px;*/color:#0B6273;
	
	white-space: nowrap;
   
    width: calc(100% - 14px);    

text-overflow:ellipsis;
}
 
 
.sbToggle{
	background-image: url(../images/icons/arrow-dropdown_petrol.svg);
	
	padding-right:32px;  ;background-size: 15px auto; background-repeat:no-repeat; background-position: right 5px top 15px;
	
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	 
	background-image: url(../images/icons/arrow-dropdown_petrol.svg);
}
.sbToggleOpen{
	 
	background-image: url(../images/icons/arrow-dropdown_petrol_up.svg);
}
.sbToggleOpen:hover{
 
	background-image: url(../images/icons/arrow-dropdown_petrol_up.svg);
}
.sbHolderDisabled{
	background-color: #fff;
	border: solid 1px #fff;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #0B6273;
	list-style: none;
	left: -1px;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 20px;
		width: 100%;width: calc(100% + 2px);
	z-index: 1000;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 4px;
	font-size:0.825em;
}
.sbOptions a{ 
	border-bottom: dotted 1px #0B6273;
	display: block;
	outline: none;
	padding: 4px 0 4px 3px; color:#0B6273;
}
.sbOptions a:link,.sbOptions a:visited{
	color: #0B6273;
	text-decoration: none;
}
 
 .sbOptions  {list-style-type:none !important;}
 
 
.sbOptions li {list-style-type:none ;background-image:none !important; padding: 0  !important;}


.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #0B6273;
	color: #999;
	display: block;
padding: 4px 0 4px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #0B6273;
	color: #a8af3f;
	display: block;
	font-weight: bold;
	padding: 4px 0 4px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}








@media all and (max-width: 500px) {
	
 
}

