/* Layout helpers
----------------------------------*/
.ui-slider {
	position: relative;
	text-align: left;
	margin-top:5px;
	margin-bottom:10px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-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;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.2em;
	margin-left: -.4em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}