/* 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(/images/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
	height: 65px;
    width: 100%;
    margin-left: 0;
       margin-top: 20px;
    margin-bottom: 10px;
}
.irs-line {
	height: 28px;
    top: 15px;
    border: 1px solid #fff;
    background: #f5f5f5;
    border-radius: 30px;
       left: 0;
       width: 100%;
	box-shadow: 0 1px 4px #aaa inset;

}

    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 10px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 10px; width: 10px;
        background-position: 10px -90px;
    }

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

.irs-slider {
       width: 30px;
    height: 22px;
    top:18px;
    background-position: 7px -118px;
	cursor:pointer;
}

.irs-min, .irs-max {
      color: #000;
        font-size: 17px;
    line-height: 1.333;
    text-shadow: none;
    font-weight: bold;
    top: -10px;
    padding: 4px 9px;
    background: transparent;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 13px; line-height: 1.333;
    text-shadow: none;
    padding: 4px 9px;
    background: #0073c3;
    -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: #0073c3;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}
