/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
}

.irs, .irs-with-grid {
    height: 18px;
}
.irs-line {
    height: 1px;
	top: 6px;
}
.irs-line-left {
	height: 1px;
	background-color: #000000;
}
.irs-line-mid {
	height: 1px;
	background-color: #000000;
}
.irs-line-right {
	height: 1px;
	background-color: #000000;
}
.irs-bar {
    height: 1px;
	top: 6px;
	background-color: #000000;
}
.irs-bar-edge {
	top: 6px;
	height: 1px;
	width: 11px;
	background-color: #000000;
}
.irs-grid-pol {
	background-color: #000000;
}

.irs-shadow {
    display: none;
}
.irs-slider {
    width: 44px;
	height: 12px;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../../img/drag_handle.png");
}

.irs-slider.from { background-position: right center; }
.irs-slider.to { background-position: left center; }

.irs { margin: 0; }

.irs:before, .irs:after {
	content: " ";
	position: absolute;
	background-color: #000000;
	height: 1px;
	width: 80px;
	top: 6px;
	left: -80px;
}

.irs:after {
	left: auto;
	right: -80px;
}

@media screen and (max-width: 560px)
{
	.irs:before, .irs:after {
		width: 20px;
		left: -20px;
	}

	.irs:after {
		left: auto;
		right: -20px;
	}
}

.irs-slider.state_hover, .irs-slider:hover {
}
.irs-min, .irs-max {
    display: none;
}
.irs-from, .irs-to, .irs-single {
    display: none;
}
.irs-grid-pol {
    display: none;
}
.irs-grid-text {
    display: none;
}
.irs-disabled {
}
