/* 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-edge,
.irs-slider {

}

.irs {
    height: 36px;
}
.irs-with-grid {
    height: 36px;
}
.irs-line {
    height: 36px;
    background: transparent;
    cursor: pointer;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 24px; top: 0px;
}
    .irs-bar-edge {
        top: 0px;
        height: 24px; width: 9px;
        background: none;
        border-radius: 24px 0 0 24px;
    }

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

.irs-slider {
    width: 7%;
    height: 38px;
    border: 2px solid #077498;
    cursor: pointer;
    border-radius:3px;
    background: #077498;
    margin-top:-36px;
    transition: .7s all;
}

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

.irs-from, .irs-to, .irs-single {
   	width: 7%;
    height: 38px;
    border: 2px solid #077498;
    cursor: pointer;
    border-radius:3px;
    background: #077498;
    transition: .7s all;
    color: #fff;
    z-index: 111;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    line-height: 35px;
    font-weight: bold;

}

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

.irs-disabled {
}
