/* Ion.RangeSlider, Simple 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: #2224af;
}

.irs {
    height: 0px;
}

.irs-with-grid {
    height: 60px;
}

.irs-line {
    height: 8px;
    top: 27px;
    color: #fff;
    background: #dbe9ff;
    border-radius: 0px;
    width: 100%;
}

.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-bar {
    height: 8px;
    top: 27px;
    background-position: 0 -60px;
}

.irs-bar-edge {
    top: 25px;
    height: 6px;
    width: 7px;
    background-position: 0 -90px;
}

.irs-shadow {
    height: 1px;
    top: 34px;
    background: #000;
    opacity: 0.75;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=75);
}

.irs-slider {
    width: 8px;
    height: 15px;
    top: 21px;
    background-position: 0 -120px;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min,
.irs-max {
    color: #ffcf21;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgb(34 36 175);
    -moz-border-radius: 3px;
    border-radius: 3px;
    visibility: visible !important;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #3654b0;
}

.irs-from,
.irs-to,
.irs-single {
    color: #cb3a7f;
    font-size: 0px;
    line-height: 1.333;
    text-shadow: none;
    padding: 10px 6px;
    border-radius: 1px;
    background: #2224af;
    top: 21px;
    cursor: pointer;
    z-index: 1;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #cb3a7f;
}

.irs-grid-pol {
    background: #777;
}

.irs-grid-text {
    color: #e0e0e0;
}

.irs-disabled {}