/* 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 {
    
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 3px; top: 0;
    background: #eaeaea;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 3px;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 3px; top: 0;
    background: #152c70;
}
    .irs-bar-edge {
        top: 0;
        height: 6px; width: 7px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 9px;
    background: #000;
    opacity: 0.75;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=75);
}

.irs-slider {
    width: 12px; height: 12px;
    background: #d8030d;
    top: -4px;
}
.irs-slider.state_hover, .irs-slider:hover {
    
}

.irs-min, .irs-max {
    color: #000;
    font-size: 16px; line-height: 1.333;
    text-shadow: none;
    top: 19px;
    font-weight: 500;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #3654b0;
}

.irs-from, .irs-to, .irs-single {
    color: #000;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.333;
    text-shadow: none;
    top: 19px;
    font-weight: 500;
}

.irs-to {
    right: 0 !important;
    left: auto !important;
    display: block !important;
    visibility: visible !important;
}

.irs-from {
    left: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.irs-single {
    display: none !important;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #d8dff3;
}

.irs-grid-pol {
    background: #777;
}
.irs-grid-text {
    color: #e0e0e0;
}

.irs-disabled {
}
