/* Ion.RangeSlider, Nice 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: url(../img/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 22px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 6px; top: 0px;
}
    .irs-line-left {
        height: 6px;
        background: #cccccc;
    }
    .irs-line-mid {
        height: 6px;
        background: #cccccc;
    }
    .irs-line-right {
        height: 6px;
        background: #cccccc;
    }

.irs-bar {
    height: 6px; top: 0px;
    background: #5c92c6;
}
    .irs-bar-edge {
        top: 0px;
        height: 6px; width: 11px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    background: #2c6aa6;
    top: -8px;
    box-sizing: border-box;
    cursor: pointer;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 22px; line-height: 1.333;
    text-shadow: none;
    top: 0;
}

.irs-min, .irs-max,
.irs-from, .irs-to, .irs-single {
	top: 18px;
}

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

.irs-from, .irs-to, .irs-single {
    color: #333;
    font-size: 22px;
    line-height: 1.333;
    text-shadow: none;
    background: #fff;
    font-weight: bold;

}
.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 {
}
