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

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

.irs {
    height: 30px;
    margin-top: 10px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 6px;
    top: 10px;
    background: #d1d2d3;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 6px;
    top: 10px;
    background: rgb(210, 35, 42);
    background: linear-gradient(to top, rgb(211, 34, 42) 0%,rgb(237, 54, 61) 100%);
}
    .irs-bar-edge {
        height: 6px;
        top: 10px;
        width: 14px;
        background: rgb(210, 35, 42);
        background: linear-gradient(to top, rgb(211, 34, 42) 0%,rgb(237, 54, 61) 100%);
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 5.5px;
    border: 8px groove #d2232a;
    cursor: pointer;
    border-radius: 49%;

}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    text-shadow: none;
    bottom: -14px;
    padding: 0px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    font-weight: 600;   
}

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

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 13px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #3c2978;
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 30px;
}
.irs-grid-pol {
    opacity: 0.5;
        background: #000000;
            /*background: rgba(255, 255, 255, 0.6);*/
}
.irs-grid-pol.small {
        background: #000;
            /*background: rgba(255, 255, 255, 0.55);*/
}

.irs-grid-text {
    bottom: 5px;
       color: rgba(0, 0, 0, 0.68);
}

.irs-disabled {
}
