/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
    position: relative;
    user-select: none;
}

.irs-line {
    display: block;
    outline: none !important;
    overflow: hidden;
    position: relative;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    display: block;
    position: absolute;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    display: block;
    left: 0;
    position: absolute;
    width: 0;
}

.irs-bar-edge {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.irs-shadow {
    display: none;
    left: 0;
    position: absolute;
    width: 0;
}

.irs-slider {
    cursor: default;
    display: block;
    position: absolute;
    z-index: 1;
}

.irs-slider.single { }

.irs-slider.from { }

.irs-slider.to { }

.irs-slider.type_last { z-index: 2; }

.irs-min {
    cursor: default;
    display: block;
    left: 0;
    position: absolute;
}

.irs-max {
    cursor: default;
    display: block;
    position: absolute;
    right: 0;
}

.irs-from, .irs-to, .irs-single {
    cursor: default;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.irs-grid {
    bottom: 0;
    display: none;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.irs-with-grid .irs-grid { display: block; }

.irs-grid-pol {
    background: #000;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.irs-grid-pol.small { height: 4px; }

.irs-grid-text {
    bottom: 0;
    color: #000;
    font-size: 9px;
    left: 0;
    line-height: 9px;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.irs-disable-mask {
    background: rgba(0, 0, 0, 0.0);
    cursor: default;
    display: block;
    height: 100%;
    left: -1%;
    position: absolute;
    top: 0;
    width: 102%;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed;
    filter: alpha(opacity=0);
}

.irs-disabled { opacity: 0.4; }


.irs-hidden-input {
    background: none !important;
    border-color: transparent !important;
    border-style: solid !important;
    display: block !important;
    font-size: 0 !important;
    height: 0 !important;
    left: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    outline: none !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 0 !important;
    z-index: -9999 !important;
}


/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs { height: 55px; }

.irs-with-grid { height: 75px; }

.irs-line {
    -moz-border-radius: 16px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD, #FFF 150%); /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    height: 10px;
    top: 33px;
}

.irs-line-left { height: 8px; }

.irs-line-mid { height: 8px; }

.irs-line-right { height: 8px; }

.irs-bar {
    background: #428bca;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%); /* W3C */
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    height: 10px;
    top: 33px;
}

.irs-bar-edge {
    -moz-border-radius: 16px 0 0 16px;
    background: #428bca;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%); /* W3C */
    border: 1px solid #428bca;
    border-radius: 16px 0 0 16px;
    border-right: 0;
    height: 10px;
    top: 33px;
    width: 14px;
}

.irs-shadow {
    -moz-border-radius: 5px;
    background: #000;
    border-radius: 5px;
    height: 2px;
    opacity: 0.3;
    top: 38px;
}

.lt-ie9 .irs-shadow { filter: alpha(opacity=30); }

.irs-slider {
    -moz-border-radius: 27px;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 20%, rgba(255, 255, 255, 1) 100%); /* W3C */
    border: 1px solid #AAA;
    border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 27px;
    top: 25px;
    width: 27px;
}

.irs-slider.state_hover, .irs-slider:hover { background: #FFF; }

.irs-min, .irs-max {
    -moz-border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    padding: 1px 5px;
    text-shadow: none;
    top: 0;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max { background: #ccc; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { background: #999; }

.irs-grid { height: 27px; }

.irs-grid-pol {
    background: #428bca;
    opacity: 0.5;
}

.irs-grid-pol.small { background: #999; }

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled { }