/*! jQuery UI - v1.11.4 - 2015-09-14
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* 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-state-disabled {
	cursor: default !important;
}


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* 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: 7px;
	height: 11px;
	background: url('../images/rangepick.png') no-repeat 0 0;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider.valueSlider .ui-slider-handle {
	width: 10px;
	height: 11px;
	top: -3px;
	background: #fff url('../images/valuepick.png') no-repeat 50% 0;
}
.ui-slider.valueSlider .ui-slider-handle .value {
	font: normal 14px/17px Tahoma;
	color: #d01d1d;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 11px);
	-moz-transform: translate(-50%, 11px);
	-ms-transform: translate(-50%, 11px);
	-o-transform: translate(-50%, 11px);
	transform: translate(-50%, 11px);
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-image: linear-gradient(to top, #adadad 0%, #8c8c8c 100%);
}

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

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: 4px;
	margin-left: -3.5px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.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-slider-wrapper { position: relative; margin-top: 31px;}
.ui-slider-wrapper .ui-slider-horizontal { width: 100%; }

.ui-slider-labels { position: absolute; border-right: 1px solid transparent; }
.ui-slider-label-ticks { border: 1px solid transparent; position: absolute; white-space: nowrap; }
.ui-slider-label-ticks span {   color: black; font-family: Tahoma; font-size: 9px; line-height: 12px;font-weight: 400; }

.ui-slider-wrapper.horizontal { height: 29px; }
.horizontal .ui-slider-labels { left: 0; right: 0; top: -10px;}
.horizontal .ui-slider-label-ticks { width: 1.2em; height: 8px; text-align: left; border-left: 1px solid #ebebeb; display: none; }

.horizontal .ui-slider-label-ticks:first-of-type,
.horizontal .ui-slider-label-ticks:last-of-type {
	display: block;
}
.horizontal .ui-slider-label-ticks:last-of-type span {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.horizontal .ui-slider-label-ticks span {     position: relative;top: -22px;left: -1px;display: inline-block;}

.ui-slider-wrapper.vertical { width: 4.5em; }
.vertical .ui-slider-labels { top: 1px; bottom: 0; left: 0.7em; }
.vertical .ui-slider-label-ticks { height: 1.2em; width: 0.8em; border-bottom: 1px solid #999; }
.vertical .ui-slider-label-ticks span { position: relative; display: inline-block; margin-left: 1em; top: .6em; }


.ui-tooltip {
	padding: 15px 19px;
	position: absolute;
	z-index: 9999;
	background-color: #f6f4eb;
	border-radius: 3px;
	box-shadow: 1.5px 2.6px 10px rgba(0, 0, 2, 0.3);
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	max-width: 241px;

}
.ui-tooltip:before {
	content: '';
	display: block;
	position: absolute;
	border-bottom: 11px solid #f6f4eb;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	top: -11px;
	right: 17px;
	z-index: 10;
}
body .ui-tooltip {
	border-width: 2px;
}