.selectboxit-container * {
  font: inherit;
  font-weight: 600;
}
.selectboxit-container .selectboxit-options:before {
    border: 0 solid transparent;
    color: #FFFFFF;
    content: "\E704";
    display: block;
    font: 24px 'icons';
    left: 10%;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    top: -19px;
    width: 32px;
    z-index: 33;
}
.selectboxit-container .selectboxit-options {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    display: none;
    left: 0 !important;
    list-style-type: none;
    /*top: 40px !important;*/ /* no fix top to enable upwards boxes */
    z-index: 999;
    max-height: 400px;
}
.selectboxit-container .selectboxit-options .selectboxit-option a {
	font-weight: normal;
}
.selectboxit-container .selectboxit-option-first a {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.selectboxit-container .selectboxit-option-last a {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.selectboxit-container .selectboxit-option-anchor {
	color: #003b6a;
}
.selectboxit-container .selectboxit-option-anchor:hover {
	color: #003b6a;
	background: none repeat scroll 0 0 #D3E7F2;
    font-family: inherit;
    font-size: inherit;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #003b6a;
	background: none repeat scroll 0 0 #D3E7F2;
}
.selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor:before {
	float: right;
	font-family: 'icons';
	font-size: 24px;
	margin-top: -2px;
	margin-right: 5px;
	content: "\E70C";
}
.selectbox-gray,
.selectboxit-btn.selectboxit-enabled.selectbox-gray:focus {
	border: 1px solid #808285;
	background-color: #c3c3c4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e2), color-stop(100% #c3c3c4));
	background-image: -webkit-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -moz-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -ms-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -o-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	color: #404245;
}
.selectboxit-btn.selectboxit-enabled.selectbox-gray:hover {
	border: 1px solid #c3c3c4;
	background-color: #a5a6a7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c4), color-stop(100% #a5a6a7));
	background-image: -webkit-linear-gradient(top, #c3c3c4 0%, #a5a6a7 100%);
	background-image: -moz-linear-gradient(top, #c3c3c4 0%, #a5a6a7 100%);
	background-image: -ms-linear-gradient(top, #c3c3c4 0%, #a5a6a7 100%);
	background-image: -o-linear-gradient(top, #c3c3c4 0%, #a5a6a7 100%);
	background-image: linear-gradient(top, #c3c3c4 0%, #a5a6a7 100%);
	color: #404245;
}
.selectboxit-btn.selectboxit-enabled.selectbox-gray.disabled {
	border: 1px solid #e1e1e2;
	background-color: #e1e1e2;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e2), color-stop(100% #c3c3c4));
	background-image: -webkit-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -moz-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -ms-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: -o-linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	background-image: linear-gradient(top, #e1e1e2 0%, #c3c3c4 100%);
	color: #c3c3c4;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	top:-2px;
	font-family: 'icons';
	font-size: 24px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow:after {
	content: "\E700";
}
.selectboxit-text {
	width: 90%;
	text-align: center;
}
