/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// © Thomas Müller, 2017    https://github.com/Tom94
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 82px;
}
.irs-line {
    height: 8px; top: 33px;
    background: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.irs-line-left {
    height: 8px;
}
.irs-line-mid {
    height: 8px;
}
.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 8px; top: 33px;
    background: #ed5565;
    border-top: 1px solid #C24B59;
    border-bottom: 1px solid #C24B59;
}
.irs-bar-edge {
    height: 8px; top: 33px;
    width: 10px;
    border-right: 0;
    background: #ed5565;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #C24B59;
    border-top: 1px solid #C24B59;
    border-bottom: 1px solid #C24B59;
}

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 28px;
    width: 20px; height: 20px;
    padding: 0;
    background-color: #A03D48;
    cursor: pointer;
    border-radius: 10px;
}

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

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

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

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 12px; line-height: 1.1;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    border-radius: 3px;
    top: 8px;
    border: 1px solid #C24B59;
}

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

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #6E6E6E;
}
.irs-grid-pol.small {
    background: #999;
}

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

.irs-disabled {
}


.timeline .irs {
    height: 55px;
}
.timeline .irs-with-grid {
    height: 55px;
}
.timeline .irs-line {
    height: 20px; top: 6px;
    background: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.timeline .irs-line-left {
    height: 8px;
}
.timeline .irs-line-mid {
    height: 8px;
}
.timeline .irs-line-right {
    height: 8px;
}

.timeline .irs-bar {
    height: 20px; top: 6px;
    background: #ed5565;
}

.timeline .irs-bar-edge {
    height: 20px; top: 6px;
    width: 10px;
    border-right: 0;
    background: #ed5565;
    border-radius: 5px 0 0 5px;
}

.timeline .irs-shadow {
    height: 2px; top: 11px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
}

.timeline .lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.timeline .irs-slider {
    top: 1px;
    width: 8px; height: 32px;
    padding: 0;
    background: #A03D48;
    cursor: pointer;
    border-radius: 1px;
}

.timeline .irs-slider.state_hover, .timeline .irs-slider:hover {
    background: #ed5565;
}

.timeline .irs-min, .timeline .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;
}

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

.timeline .irs-from, .timeline .irs-to, .timeline .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #555555;
}

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

.timeline .irs-grid {
    height: 27px;
}
.timeline .irs-grid-pol {
    opacity: 0.5;
    background: #6E6E6E;
}
.timeline .irs-grid-pol.small {
    background: #999;
}

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

.timeline .irs-disabled {
}
