/* Ion.RangeSlider, Flat UI 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-flat.png) repeat-x;
}

.irs {
    height: 60px; margin-top: -10px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 14px; top: 28px; border: 1px solid #e3e3e3; border-radius: 4px;
}
    .irs-line-left {
      background-color: #fff;
    background-image: none;
    height: 14px;
    }
    .irs-line-mid {
       background-color: #fff;
    background-image: none;
    height: 14px;
    }
    .irs-line-right {
        background-color: #fff;
    background-image: none;
    height: 14px;
    }

.irs-bar {
     background-color: #cfc9b4;
    background-image: none;
    background-position: 0 -60px;
    height: 14px;
    top: 28px;
}
    .irs-bar-edge {
         background-color: #cfc9b4;
    background-image: none; border-radius: 4px;
    background-position: 0 -60px;
    height: 14px;
    top: 28px; width:9px; 
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    background-position: 0 -117px;
    height: 26px;
    top: 22px;
    width: 16px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    display: none;
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#lbv {border: 1px solid #c5c6ce;
    margin-top: 1px; font-family: lato;
    text-align: center;
      font-size:12px;
    width: 50px; float: left;}
#rbv {border: 1px solid #c5c6ce;
    margin-top: 1px; font-family: lato;
    text-align: center;
    font-size:12px;
    width: 50px;
float:right;}
.irs-from, .irs-to, .irs-single {
    color: #fff;
    display: none;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #000000;
    text-transform:capitalize;
    font-family: lato;
    font-size: 12px;
    bottom: -11px;
}

.irs-disabled {
}
