@charset "utf-8";
/*
	styles for select
*/

.searchSelect .cusel,
.searchSelect .cuselFrameRight,
.searchSelect .jScrollPaneDrag,
.searchSelect .jScrollArrowUp,
.searchSelect .jScrollArrowDown {
	background: url('img/search_bar/select_search_normal.png') no-repeat;
}

.importSelect .cusel,
.importSelect .cuselFrameRight,
.importSelect .jScrollPaneDrag,
.importSelect .jScrollArrowUp,
.importSelect .jScrollArrowDown {
	background: url('img/selects-3_cust.png') no-repeat;
}

.ibsSelect .cusel,
.ibsSelect .cuselFrameRight,
.ibsSelect .jScrollPaneDrag,
.ibsSelect .jScrollArrowUp,
.ibsSelect .jScrollArrowDown {
	background: url('img/selects-3_cust.png') no-repeat;
}

.ibsSelect_ser .cusel,
.ibsSelect_ser .cuselFrameRight,
.ibsSelect_ser .jScrollPaneDrag,
.ibsSelect_ser .jScrollArrowUp,
.ibsSelect_ser .jScrollArrowDown {
	background: url('img/selects-3_2c.png') no-repeat;
}

.ibsSelect_error .cusel,
.ibsSelect_error .cuselFrameRight,
.ibsSelect_error .jScrollPaneDrag,
.ibsSelect_error .jScrollArrowUp,
.ibsSelect_error .jScrollArrowDown {
	background: url('img/selects-3_cust_error.png') no-repeat;
}

.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url('https://lorush.com/img/grey_select_Normal.png') no-repeat;
}


.searchSelect .cusel { /* общий вид селекта включая стрелку справа */
	height: 32px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-family: Arial;
	color: #222222;
	z-index: 1;
	outline: none;
}

.cusel { /* общий вид селекта включая стрелку справа */
	height: 30px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial;
	color: #222222;
	z-index: 0;
	outline: none;
	width: 100%;
}

.importSelect .cusel { /* общий вид селекта включая стрелку справа */
	height: 32px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-family: Arial;
	color: #222222;
	z-index: 0;
	outline: none;
	width: 1px;
}

.ibsSelect .cusel { /* общий вид селекта включая стрелку справа */
	height: 32px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial;
	color: #222222;
	z-index: 0;
	outline: none;
	width: 1px;
}

.ibsSelect_ser .cusel { /* общий вид селекта включая стрелку справа */
	height: 32px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial;
	color: #222222;
	z-index: 0;
	outline: none;
	width: 1px;
}

.ibsSelect_error .cusel { /* общий вид селекта включая стрелку справа */
	height: 32px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial;
	color: #222222;
	z-index: 0;
	outline: none;
	width: 1px;
}

.searchSelect .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-position: right top;
}

.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 17px;
	background-position: right top;
}

.importSelect .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	background-position: right top;
}

.ibsSelect .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	background-position: right top;
}

.ibsSelect_ser .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	background-position: right top;
}

.ibsSelect_error .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	background-position: right top;
}

.searchSelect .cuselText { /* контейнер для отображенного текста селект */
	height: 32px;
	padding: 8px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 14px; /* шрифты */
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

.cuselText { /* контейнер для отображенного текста селект */
	height: 30px;
	padding: 7px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 0;
	font-size: 13px; /* шрифты */
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

.importSelect .cuselText { /* контейнер для отображенного текста селект */
	height: 32px;
	padding: 7px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 0;
	font-size: 14px; /* шрифты */
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

.ibsSelect .cuselText { /* контейнер для отображенного текста селект */
	height: 32px;
	padding: 8px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 0;
	font-size: 13px; /* шрифты */
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

.ibsSelect_ser .cuselText { /* контейнер для отображенного текста селект */
	height: 32px;
	padding: 8px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 0;
	font-size: 13px; /* шрифты */
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

.ibsSelect_error .cuselText { /* контейнер для отображенного текста селект */
	height: 32px;
	padding: 8px 0 0 10px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 0;
	font-size: 13px; /* шрифты */
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
	color: #222222;
}

* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px;
}

.searchSelect .cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 10px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	line-height: 26px;
	font-size: 14px;
}

.cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 15px 3px 9px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	font-size: 13px;
	line-height: 17px;
}

.importSelect .cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 15px 3px 9px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	line-height: 20px;	
	font-size: 14px;
}

.ibsSelect .cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 15px 3px 9px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	line-height: 20px;	
	font-size: 13px;
}

.ibsSelect_ser .cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 15px 3px 9px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	line-height: 20px;	
	font-size: 13px;
}

.ibsSelect_error .cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 15px 3px 9px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
	line-height: 20px;	
	font-size: 13px;
}

.cusel span:hover,
.cusel .cuselOptHover { /* реакция оптиона на наведение */
	background: #fff5b6;
	color: #000000;
}

.searchSelect .cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #ffe538;
	color: #000000;
	cursor: default;
}

.cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #ffe538;
	color: #222222;
	cursor: default;
}

.importSelect .cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #ffe538;
	color: #222222;
	cursor: default;
}

.ibsSelect .cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #ffe538;
	color: #222222;
	cursor: default;
}

.ibsSelect_ser .cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #ffe538;
	color: #222222;
	cursor: default;
}

.ibsSelect_error .cusel .cuselActive { /* оформление активного оптиона в списке */
	background: #ffe538;
	color: #222222;
	cursor: default;
}

/*
	styles for focus and hover
*/


.searchSelect .cusel:hover,
.searchSelect .cusel:hover .cuselFrameRight,
.searchSelect .cusel:focus,
.searchSelect .cusel:focus .cuselFrameRight,
.searchSelect .cuselFocus,
.searchSelect .cuselFocus .cuselFrameRight {
	background-image: url('img/search_bar/select_search_hover.png');
}



.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	background-image: url('img/grey_select_Hover.png');
}

.importSelect .cusel:hover,
.importSelect .cusel:hover .cuselFrameRight,
.importSelect .cusel:focus,
.importSelect .cusel:focus .cuselFrameRight,
.importSelect .cuselFocus,
.importSelect .cuselFocus .cuselFrameRight {
	background-image: url('img/selects-3_focus_cust.png');
}

.ibsSelect .cusel:hover,
.ibsSelect .cusel:hover .cuselFrameRight,
.ibsSelect .cusel:focus,
.ibsSelect .cusel:focus .cuselFrameRight,
.ibsSelect .cuselFocus,
.ibsSelect .cuselFocus .cuselFrameRight {
	background-image: url('img/selects-3_focus_cust.png');
}

.ibsSelect_ser .cusel:hover,
.ibsSelect_ser .cusel:hover .cuselFrameRight,
.ibsSelect_ser .cusel:focus,
.ibsSelect_ser .cusel:focus .cuselFrameRight,
.ibsSelect_ser .cuselFocus,
.ibsSelect_ser .cuselFocus .cuselFrameRight {
	background-image: url('img/selects-3_2c-hover.png');
}

.ibsSelect_error .cusel:hover,
.ibsSelect_error .cusel:hover .cuselFrameRight,
.ibsSelect_error .cusel:focus,
.ibsSelect_error .cusel:focus .cuselFrameRight,
.ibsSelect_error .cuselFocus,
.ibsSelect_error .cuselFocus .cuselFrameRight {
	background-image: url('img/selects-3_focus_cust.png');
}

.searchSelect .cuselOpen {
	z-index: 3;
}

.cuselOpen {
	z-index: 3;
}

.importSelect .cuselOpen {
	z-index: 3;
}

.ibsSelect .cuselOpen {
	z-index: 3;
}

.ibsSelect_ser .cuselOpen {
	z-index: 3;
}

.ibsSelect_error .cuselOpen {
	z-index: 3;
}

/*
	styles for disabled select
*/

.searchSelect .classDisCusel,
.searchSelect .classDisCusel .cuselFrameRight {
	background-image: url('img/search_bar/select_search_normal.png') !important;
	cursor: default;
	color: #373737;
}

.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url('img/selects-2-dis.png') !important;
	cursor: default;
	color: #373737;
}

.importSelect .classDisCusel,
.importSelect .classDisCusel .cuselFrameRight {
	background-image: url('img/selects-3.png') !important;
	cursor: default;
	color: #373737;
}

.ibsSelect .classDisCusel,
.ibsSelect .classDisCusel .cuselFrameRight {
	background-image: url('img/selects-3.png') !important;
	cursor: default;
	color: #373737;
}

.ibsSelect_ser .classDisCusel,
.ibsSelect_ser .classDisCusel .cuselFrameRight {
	background-image: url('img/selects-3.png') !important;
	cursor: default;
	color: #373737;
}

.ibsSelect_error .classDisCusel,
.ibsSelect_error .classDisCusel .cuselFrameRight {
	background-image: url('img/selects-3.png') !important;
	cursor: default;
	color: #373737;
}

.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.searchSelect .cusel .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: none;/*#fff; /* фон выпадающего списка */
	min-width: 100%;
	width: auto;
}

.cusel .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 30px;
	background: none;/*#fff*/; /* фон выпадающего списка */
	width: 100%;
}

.searchSelect .cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 3;
	font: 14px Arial; /* шрифты */
	color: #373737;
	border-right: 1px solid #004aad; /* границы выпадающего спиcка */
	border-left: 1px solid #004aad;
	border-bottom: 1px solid #004aad;
	border-top: none;
	padding: 0;
	margin: 0;
	top: 0px;
	right: 0px;
	background: #fff;
	-moz-border-radius: 0px 0px 7px 7px;	
	-webkit-border-radius: 0px 0px 7px 7px; 
	border-radius: 0px 0px 7px 7px;	
}

.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 3;
	font: 13px Arial; /* шрифты */
	color: #373737;
	border: 1px solid #2f77d8; /* границы выпадающего спиcка */
	padding: 0;
	margin: 0;
	top: -3px;
	background: #fff;	
}

.importSelect .cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 3;
	font: 13px Arial; /* шрифты */
	color: #373737;
	border: 1px solid #2f77d8; /* границы выпадающего спиcка */
	padding: 0;
	margin: 0;
	top: -3px;
	background: #fff;
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px; 
	border-radius: 7px;		
}

.ibsSelect .cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 3;
	font: 13px Arial; /* шрифты */
	color: #373737;
	border: 1px solid #2f77d8; /* границы выпадающего спиcка */
	padding: 0;
	margin: 0;
	top: -3px;
	background: #fff;
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px; 
	border-radius: 7px;		
}

.ibsSelect_ser .cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 3;
	font: 13px Arial; /* шрифты */
	color: #373737;
	border: 1px solid #2f77d8; /* границы выпадающего спиcка */
	padding: 0;
	margin: 0;
	top: -3px;

	background: #fff;
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px; 
	border-radius: 7px;		
}

.ibsSelect_error .cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 3;
	font: 13px Arial; /* шрифты */
	color: #373737;
	border: 1px solid #2f77d8; /* границы выпадающего спиcка */
	padding: 0;
	margin: 0;
	top: -3px;
	background: #fff;
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px; 
	border-radius: 7px;		
}


.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag { /* ползунок */
	/*position: absolute;
	background-position: 0px -32px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;*/
	position: absolute;
	background: url('img/polzunok.png');
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;	
}

.ibsSelect .cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background: url('img/polzunok.png');
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.ibsSelect_ser .cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background: url('img/polzunok.png');
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.ibsSelect_error .cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
	background: url('img/polzunok.png');
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp { /* стрелка вверх */
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -26px;
	overflow: hidden;
}
.cusel .jScrollArrowDown { /* стрелка вниз */
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}


.lineForm,
.lineForm3 {
	float: left;
	width: 100%;
	zoom: 1;
}

* html .lineForm,
* html .lineForm3 {
	float: none;
	width: auto;
}

