/*======================================
  Selectric v1.11.0
======================================*/
.selectric-wrapper {
	position: relative;
	cursor: pointer;
	font-family: Gilroy-bold;
	letter-spacing: 0.25px;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #A6a6a6;
	background: #F8F8F8;
	position: relative;
	font-family: Gilroy-bold;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 25px 0 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	color: #444;
	height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 23px;
	height: 100%;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 20px/22px Lucida Sans Unicode, Arial Unicode MS, Arial;
	/* background-color: #cccccc; */
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #000;
	border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #aaaaaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #708090;
}

.selectric-open {
	z-index: 10000000;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled, .selectric-disabled label {
	filter: alpha(opacity = 50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	top: -webkit-calc(100% + 1px);
	left: 0;
	background: #f2f2f2;
	border: 1px solid #666666;
	border-top: 0;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}

.selectric-above .selectric-items {
	border-top: 1px !important;
	border-bottom: 1px !important;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 2px 10px;
	color: #000000;
	cursor: pointer;
	border-top: 1px solid #666666;
}

.selectric-items li:FIRST-CHILD {
	/* border-top: 0; */
	
}

.selectric-items li.selected {
	background: #CCE0F5;
	color: #003399;
}

.selectric-items li.highlighted {
	background: #CCE0F5;
	color: #003399;
	font-weight: bold;
}

.selectric-items li:hover {
	background: #E0e0e0;
	color: #000000;
}

.selectric-items .disabled {
	filter: alpha(opacity = 50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

/*
 *  STYLE 1
 */
/* .selectric-items .selectric-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

.selectric-items .selectric-scroll::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #999999;
} */
.selectric-items .selectric-scroll::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
	margin-left: 1px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar:horizontal {
	height: 12px;
	background-color: #F5F5F5;
	margin-top: 1px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-track {
	border: 1px solid #cccccc;
	background-color: #e6e6e6;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
	border: 1px solid #666666;
	border-width: 1px 0 1px 1px;
	border-color: #666666 #cccccc;
	background: #dbdbdb;
	background: -moz-linear-gradient(left, #dbdbdb 0%, #a3a3a3 49%, #8e8e8e 50%, #7e7e7e
		100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #dbdbdb),
		color-stop(49%, #a3a3a3), color-stop(50%, #8e8e8e),
		color-stop(100%, #7e7e7e));
	background: -webkit-linear-gradient(left, #dbdbdb 0%, #a3a3a3 49%, #8e8e8e 50%,
		#7e7e7e 100%);
	background: -o-linear-gradient(left, #dbdbdb 0%, #a3a3a3 49%, #8e8e8e 50%, #7e7e7e
		100%);
	background: -ms-linear-gradient(left, #dbdbdb 0%, #a3a3a3 49%, #8e8e8e 50%, #7e7e7e
		100%);
	background: linear-gradient(to right, #dbdbdb 0%, #a3a3a3 49%, #8e8e8e 50%, #7e7e7e
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb',
		endColorstr='#7e7e7e', GradientType=1);
	background-color: #999999;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb:horizontal {
	border-radius: 0px;
	border: 1px solid #666666;
	border-color: #cccccc #666666;
	background: #dbdbdb;
	border-width: 1px 1px 0 1px;
	background-image: -ms-linear-gradient(top, #dbdbdb 0%, #A3A3A3 49%, #8E8E8E 50%, #7e7e7e
		100%);
	background-image: -moz-linear-gradient(top, #dbdbdb 0%, #A3A3A3 49%, #8E8E8E 50%, #7e7e7e
		100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #A3A3A3 49%, #8E8E8E 50%, #7e7e7e
		100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb),
		color-stop(49, #A3A3A3), color-stop(50, #8E8E8E),
		color-stop(100, #7e7e7e));
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #A3A3A3 49%, #8E8E8E 50%,
		#7e7e7e 100%);
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #A3A3A3 49%, #8E8E8E 50%, #7e7e7e
		100%);
	background-color: #999999;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-button:single-button
	{
	/* background-size: 100%; */
	width: 12px;
	height: 12px;

	/* -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); */
}

.selectric-items .selectric-scroll::-webkit-scrollbar-button:single-button:vertical:decrement
	{
	background-image: url(../../../images/scrollbar/arrow_scrollbar.png);
	background-size: 48px 12px;
	background-position: -12px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-button:single-button:vertical:increment
	{
	background-image: url(../../../images/scrollbar/arrow_scrollbar.png);
	background-size: 48px 12px;
	background-position: 0;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement
	{
	background-image: url(../../../images/scrollbar/arrow_scrollbar.png);
	background-size: 48px 12px;
	background-position: -24px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-button:single-button:horizontal:increment
	{
	background-image: url(../../../images/scrollbar/arrow_scrollbar.png);
	background-size: 48px 12px;
	background-position: -36px;
}