/* Ion.RangeSlider, Simple 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(../img/sprite-skin-simple.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    /*height: 6px; top: 25px;*/
    height: 3px;
    top: 25px;
}
    .irs-line-left {
        /*height: 6px;
        background-position: 0 -30px;*/
    }
    .irs-line-mid {
        /*height: 6px;
        background-position: 0 0;*/
    }
    .irs-line-right {
        /*height: 6px;
        background-position: 100% -30px;*/
    }
    
    .irs-line-left, .irs-line-mid, .irs-line-right {
        height: 3px;
        background: #dce4ed;
        background-image: none;
    }

.irs-diapason {
    /*height: 6px; top: 25px;
    background-position: 0 -60px;*/
    height: 3px;
    top: 25px;
    /*border-top: 2px solid #91b975;*/
    background: #00ab5d;
    background-image: none;

    /*
    -webkit-box-shadow: 0px 5px 8px 0px rgba(211, 211, 211, 0.9);
    -moz-box-shadow:    0px 5px 8px 0px rgba(211, 211, 211, 0.9);
    box-shadow:         0px 5px 8px 0px rgba(211, 211, 211, 0.9);
    */
}

.irs-slider {
    /*width: 8px; height: 15px;
    top: 21px;
    background-position: 0 -90px;*/
    width: 7px;
    height: 14px;
    background: #00ab5d;
    background-image: none;
    top: 20px;
    /*
    -webkit-box-shadow: 0px 5px 10px 0px rgba(25, 28, 28, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(25, 28, 28, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(25, 28, 28, 0.5);
    */
}

#irs-active-slider, .irs-slider:hover {
    background-position: 0 -120px;
}

.irs-min, .irs-max {
    display: none !important;
    color: #c0c0c0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #00ab5d;
}

.irs-from, .irs-to, .irs-single {
    color: #00ab5d;
    font-size: 16px;
    line-height: 1.333;
    text-shadow: none;
    /*padding: 8px 14px;*/
    background: #fff;
    /*background: rgba(255,255,255,0.9);*/
    font-weight: bold;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #d8dff3;
}

.irs-grid-pol {
    background: #777;
}
.irs-grid-text {
    color: #222;
    font-size: 13px;
}

.irs-disabled {
}

.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -19px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    overflow: hidden;
    border: 10px solid transparent;
    border-top-color: #fff;
}