/*!
 * jQuery UI Slider 1.11.0-beta.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {position: relative;	text-align: left; margin: 0px;}
.ui-slider .ui-slider-handle {position: absolute; z-index: 2; width:12px; height:20px; cursor: pointer; -ms-touch-action: none;	touch-action: none;}
.ui-slider .ui-slider-range {position: absolute; z-index: 1;display: block;}

/* For 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:6px;}
.ui-slider-horizontal .ui-slider-handle {top: -.5em; margin-left: /*-.15em*/-1px;}
.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;}