/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e90217;
	outline: none !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-selectmenu-menu {
	background: rgba(51, 51, 51, 0.15);
	border-right: 1px solid #e90217;
	border-left: 1px solid #e90217;
	border-bottom: 1px solid #e90217;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	padding-bottom: 1px;
	width: 298px !important;
}
.ui-menu .ui-menu-item {
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 8px 0px 8px 16px;
	cursor: pointer;
	min-height: 0;
	/* support: IE7; */
	/* support: IE10, see #8844; */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
ul li.ui-state-focus {
	background: rgba(51, 51, 51, 0.34);
	color: #fff;
}
ul.ui-menu li.ui-menu-item:last-of-type {
	border: none;
}
ul.ui-menu li.ui-menu-item:first-of-type {
	display: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	background: url('../../images/rp/icon_treu.jpg') center center no-repeat;
	width: 8px;
	height: 7px;
	position: absolute;
	right: 0px;
	top: 5px;
	border-left: 1px solid #e90217;
	padding: 10px 0px 10px 22px;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.bg_slider_work {
	background: url('../../images/rp/bg_polzunok.png') top center no-repeat;
	width: 963px;
	height: 202px;
	margin: 150px auto 0px;
	padding: 1px;
	position: relative;
}
.ui-slider-horizontal {
	height: 27px;
	background: #fff;
	margin: 17px 52px 17px 25px;
	border-radius: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -14px;
	margin-left: -14px;
	background: url('../../images/rp/polzunok.png') top left no-repeat;
	width: 54px;
	height: 54px;
	outline: none;
	cursor: e-resize;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	background: url('../../images/rp/bg_left_polz.png') top left repeat-x;
	border-radius: 15px;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-state-active a {
	cursor: default;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
