/* 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 {
    background: url(../img/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 80px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 3px; top: 25px;
}
    .irs-line-left {
        height: 3px;
        background: #cccccc;
    }
    .irs-line-mid {
        height: 3px;
        background: #cccccc;
    }
    .irs-line-right {
        height: 3px;
        background: #cccccc;
    }

.irs-bar {
    height: 3px; top: 25px;
    background: #ff8000;
}
    .irs-bar-edge {
        top: 25px;
	    height: 3px; width: 11px;
	    background: #ff8000;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 20px; height: 20px;
    top: 16px;
    background: #ff8000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.irs-slider.state_hover, .irs-slider:hover {
    background: #e07b00;
}

.irs-min, .irs-max {
	/*color: #1f1b1c;*/
	font-size: 14px;
	line-height: normal;
	text-shadow: none;
	top: 40px;
	padding: 0;
	background: none;
	-moz-border-radius: 3px;
	border-radius: 0;
	opacity: .8;
}
/*.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}*/

.irs-from, .irs-to, .irs-single {
	font-size: 14px;
	line-height: normal;
	text-shadow: none;
	top: 40px;
	padding: 0;
	background: none;
	-moz-border-radius: 3px;
	border-radius: 0;
}
/*.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}*/

.irs-grid-pol {
    background: #cccccc;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}
