/* Ion.RangeSlider, Blue Label Skin

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: #a8adb3;
}

.irs {
    height: 53px;
    margin-top: -8px;
}
@media (max-width: 599px) {
    .irs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 2px;
    top: 36px;
}
    .irs-line-left {
        height: 2px;
    }
    .irs-line-mid {
        height: 2px;
    }
    .irs-line-right {
        height: 2px;
    }

.irs-bar {
    height: 2px;
    top: 36px;
    background-color: #004666;
}
    .irs-bar-edge {
        top: 36px;
        height: 8px; width: 11px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 28px;
    height: 28px;
    top: 23px;
    border-radius: 50%;
    border: 1px solid #66e4ee;
    background-color: #fff;
}
    .irs-slider:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -6px;
        border-radius: 50%;
        background-color: #004666;
        transition: all 0.2s ease;
    }
.irs-slider.state_hover:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 10px;
    padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 2px 5px;
    background: #66e4ee;
    color: #004666;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}
