/* Ion.RangeSlider, Nice Skin
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

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

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
    background: url(../images/sprite-skin-nice.png) repeat-x;
}


.irs {
    height: 70px;
    max-width: 400px;
    width: 100%;
}
.irs .irs {width: auto; margin: 0;}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 8px; top: 25px;
}
.irs-line-left {
    height: 8px;
    background-position: 0 -30px;
}
.irs-line-mid {
    height: 2px;
    background: #c4eced;
    background-image: none;
}
.irs-line-right {
    height: 8px;
    background-position: 100% -30px;
}

.irs-diapason {
    height: 2px; top: 25px;
    background: #39b0b3;
    background-image: none;
}

.irs-slider {
    width: 20px;
    height: 20px;
    top: 16px;
    background: url(../images/rangeCircle.png) no-repeat;
    background-size: 20px;
    cursor: pointer; 
}
#irs-active-slider, .irs-slider:hover {}

.irs-min, .irs-max {
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    border-radius: 3px;
    display: block !important;
    background: url(../images/schtrih.png) no-repeat;
    height: 25px;
    font-size: 12px; color: #232323;
    padding: 0;
    display: none !important;
    visibility: hidden !important;
}

.irs-min {background-position: 6px 17px; left: -5px;}
.irs-max {background-position: 47px 17px; right: -5px;}
#irs-2 .irs-max {background-position: 19px 17px; right: -5px;}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #737373;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 1px;
    top: 38px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}
