/* 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: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 16px; top: 33px;
    background-color: #c0bebe;
    border: 1px solid #c0bebe;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 17px; top: 33px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #9c27b0 ;
    
}
    .irs-bar-edge {
        height: 17px; top: 33px;
        width: 14px;
        border: 1px solid #9c27b0;
        border-right: 0;
        background: #9c27b0;
        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: 30px;
    width: 20px; height: 20px;
    touch-action: pan-y;
    position: absolute;
    cursor: pointer;
    background-color: #9c27b0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
    cursor: pointer;
}

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

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    visibility: hidden !important;
}

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

.irs-from, .irs-to, .irs-single {
    transition: background-color .2s, box-shadow .1s, transform .1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #9c27b0;
    border-radius: 5px;
    color: white;
    left: -35px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.5;
    top: -24px;
    position: absolute;
    white-space: nowrap;
    border-top: 1px solid #9c27b0;
    box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.07), 0 -5px 20px rgba(0, 0, 0, 0.3);
}
.irs-from:before,.irs-min:before,.irs-single:before{
    transition: border-top-color .2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #9c27b0;
}
.irs-from:after,.irs-min:after,.irs-single:after{
    content: " ";
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 20px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
}
.irs-grid-pol.small {
    background: transparent;
}

.irs-grid-text {
    bottom: -11px;
    color: #99a4ac;
}

.irs-disabled {
}
