@charset "utf-8";
/*
	styles for select
*/
.cusel{
	background-color: #0079c2;
	/* border: 1px solid #5aaadb; */
	border-left: 3px solid #5aaadb;
	box-shadow: 4px 4px 5px 0px #00000033;
}
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	/* background-color: gray; */
	border-left: 1px solid #2791d0; 
}
.cuselScrollArrows .cuselFrameRight:before{
	content: "\f107";
	font-family: FontAwesome;	
	position: absolute;
	font-size: 18px;
	padding: 2px 11px;
	color: #fff;
}
.cuselScrollArrows.cuselOpen .cuselFrameRight:before{
	content: "\f106";
}

.cusel-scroll-pane{
	border: 1px solid #3094d0;
}

.cusel { /* общий вид селекта включая стрелку справа */
	height: 21px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 11px;
	z-index: 1;
	border-radius: 2px;
}
.cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	background-position: right top;
}

.cuselText { /* контейнер для отображенного текста селект */
	padding: 4px 10px;
   line-height: 11px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 11px;  /* шрифты */
	position: absolute;
	top: 0;
	left: 0;
   color: #fff;
   font-size: 11px;
   font-variant: petite-caps;
}
* html .cuselText { /* высота блока для текста для ие6 */
	height: 22px;
}
.cusel span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
   color:#fff;
   font-size: 11px;
   background-color: #0079c2;
	padding: 3px 15px 3px 11px; /* паддинг справа - это отступ текста от ползунка */
	border-left: 1px solid #0079c2;
	border-right: 1px solid #0079c2;
	border-top: 1px solid #3094d0;
	transition: .1s all ease;
	font-variant: petite-caps;
}
.cusel span:last-child{
	border-bottom: 1px solid #0079c2;
	border-radius: 0 0 4px 4px;
}
.cusel span:hover,
.cusel .cuselOptHover,
.cusel .cuselActive{
	background-color: #2791d0;
	border-color: #0079c2;
	border-left: 3px solid #5aaadb;
	
}
.cusel .cuselActive {
	cursor: default;
}


/* .cusel:hover .cuselText,
.cusel:active .cuselText
{
    opacity: .7;
} */


.cuselOpen {
	z-index: 999;
}





/* CСтили для выпадающего списка в катендарике */


.cuselCalendar{width: 100%;}

.cuselCalendar { /* общий вид селекта включая стрелку справа */
	height: 33px;
    background: url(/rc2012/img/calendar-arrow.gif) no-repeat;
    background-color: #efefef;
	background-position: center right;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 11px;
	z-index: 1;
    
}
.cuselCalendar .cuselFrameRight { /* левая чсть селект. обыно скругление и левая граница */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	height: 33px;
	
    background-image: none;
}

.cuselCalendar .cuselText { /* контейнер для отображенного текста селект */
	height: 33px;
    line-height: 23px;
	padding: 5px 0 5px 11px; /* подбираем отступы и высоту для видимого текста в селекте */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 13px;  /* шрифты */
	position: absolute;
	top: 0;
	left: 0;
    color: #4f4f4f;
    background-image: none;
    
}
* html .cuselCalendar .cuselText { /* высота блока для текста для ие6 */
	height: 33px;
}
.cuselCalendar span { /* оформление оптиона */
	display: block;
	cursor: pointer;
	white-space: nowrap;
    color:#505050;
    font-weight: bold;
    font-size: 11px;
    background-color: #f2f2f2;
	padding: 4px 15px 4px 11px; /* паддинг справа - это отступ текста от ползунка */
	zoom: 1;
}
.cuselCalendar span:hover,
.cuselCalendar .cuselOptHover { /* реакция оптиона на наведение */
	background: #ffffff;
	
}
.cuselCalendar .cuselActive { /* оформление активного оптиона в списке */
	background: #ffffff;

	cursor: default;
}

/*
	styles for focus and hover
*/
.cuselCalendar:hover .cuselText
{
    color: #ff6600;
}
.cuselCalendar:focus .cuselText
{
    color: #ff6600;
}

.cuselCalendar:active .cuselText
{
    padding: 6px 0 4px 11px;
}



.cuselOpen {
	z-index: 999;
}







/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { /* контейнер для блока с прокруткой */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff; /* фон выпадающего списка */
	min-width: 100%;
	width: auto;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border-left: 1px solid #d4d4d4; /* границы выпадающего спиcка */
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.cusel .jScrollPaneTrack { /* трек для ползунка прокрутки */
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag { /* ползунок */
	position: absolute;
    background-image: none;
	background-color: #0079c2;
	cursor: pointer;
	width: 9px !important;
	height: 27px !important;
	right: -1px;
	
}

.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;
}