<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ver 9 16.10.14 13:44 */

/* Styles for custom selects */
.done select{
	height:1px;
	width:1px;
	border:none;
	background:none;
	padding:0;
	margin:0;
    position: relative;
    left:-2px;
    z-index: -10;
	outline:none;
	-webkit-appearance: none;
	}
.select-list{
	position:			absolute;
	left:				0
	}
.custom-select{
	z-index:			1
	}
.custom-select *{
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select: 	none;
	-ms-user-select: 	none;
	-o-user-select: 	none;
	user-select: 		none;
	}
.open_list{
	z-index:			10
	}
.custom-select ul,
.custom-select li{
	margin:				0;
	padding:			0;
	list-style:			none
	}
.custom-select,
.custom-select ul{
	position:			relative;
	top:				0;
	left:				0
	}
.custom-select .custom-text{
	cursor:				pointer;
	display:			inline-block;
	}
.custom-select li{
	cursor:				pointer;
	/*min-height: 		25px;*/
	}
.select-scroll{
	position:			absolute;
	right:				2px;
	top:				2px;
	z-index:			2
	}
.default-scroll ul{
	/*overflow-y:			scroll*/
	overflow-y:			auto
	}
.custom-scroll{
	overflow:			hidden
	}
.scroll-drag{
	display:			block;
	position:			absolute;
	left:				1px;
	cursor:				pointer
	}
.disabled *{
    cursor:             default !important
    }
/* Style for example*/
.custom-select{
	font-weight:		normal;
	}
.custom-select .custom-text,
.custom-select.disabled span.custom-text:hover{
	overflow:			hidden;
	height:				30px;
	padding:			0 0 0 10px;
	line-height:		30px;
	color:				#47464a;
	font-size: 14px;
	border: #c8c8ca 1px solid;
	/* background styles */
	/*background-color: 		#e5e5e3; /* Old browsers */
	background-color: #fff;
	background-image: url('images/select_drop.png');
	/*background-position:96% 12px;*/
	background-position: right 8px center;
	background-repeat: no-repeat;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*opacity: 0.9;*/
	}
.custom-select span.custom-text:hover,
.active span.custom-text{
	background-color: #eee; /* Old browsers */
	}
	.select-list{
		top:				32px;
		/*background-color:	#e5e5e3;*/
		background-color: #fff;
		border: #c8c8ca 1px solid;		
		border-top: #d3d3d1 3px solid;
		color:				#6e6d74;
		/*opacity: 0.9;*/
		box-sizing: border-box;
		-webkit-backface-visibility: hidden;
	}
.select-list.custom-scroll{
	/*padding:			2px 0 2px 0;*/
	}
	
.select-list li {
	min-height: 18px !important;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
}
.select-list .selected,
.select-list li:hover{
	color: #6e6d71;
	background: #dedede;
	}
.select-list li.disabled{
	color:				#CCCCCC;
	cursor:				default
	}
.select-scroll{
	background-color:	#73b0e2;
	width:				12px;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 		2px; 
	}
.scroll-drag{
	top:				0;
	width:				10px;
	background-color:	#14609e;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 		2px; 
	}
.maxlength .scroll-drag:after{
	display:			block;
	content:			'в‰Ў';
	font-size:			14px;
	position:			relative;
	left:				50%;
	top:				50%;
	margin:				-14px 0 0 -4px
	}
.custom-select .hover{
	color:				#FFF
	}
.custom-select.disabled{
    opacity:            0.5 !important;
    }
</pre></body></html>