.irs{
    position: relative;

    display: block;

    margin-bottom: 16px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.irs-line{
    height: 6px;

    margin-top: 10px;
    margin-bottom: 17px;

    background: #f0f0f0;
}
.irs-bar{
    top: 0;

    height: 6px;

    background: #e10019;
}
.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max{
    display: none !important;
}

.irs-slider{
    top: -3px;

    width: 12px;
    height: 12px;

    background: #e10019;

    cursor: pointer;
}


.irs-line{
    position: relative;

    display: block;
    overflow: hidden;

    outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right{
    position: absolute;
    top: 0;

    display: block;
}
.irs-line-left{
    left: 0;

    width: 11%;
}
.irs-line-mid{
    left: 9%;

    width: 82%;
}
.irs-line-right{
    right: 0;

    width: 11%;
}

.irs-bar{
    position: absolute;
    left: 0;

    display: block;

    width: 0;
}
.irs-bar-edge{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
}

.irs-shadow{
    position: absolute;
    left: 0;

    display: none;

    width: 0;
}

.irs-slider{
    position: absolute;
    z-index: 1;

    display: block;
}



.irs-slider.type_last{
    z-index: 2;
}

.irs-min{
    position: absolute;
    left: 0;

    display: block;

    cursor: default;
}
.irs-max{
    position: absolute;
    right: 0;

    display: block;

    cursor: default;
}

.irs-from,
.irs-to,
.irs-single{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    cursor: default;
    white-space: nowrap;
}

.irs-grid{
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid{
    display: block;
}
.irs-grid-pol{
    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 8px;

    background: #000;
}
.irs-grid-pol.small{
    height: 4px;
}
.irs-grid-text{
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 0 3px;

    color: #000;
    font-size: 9px;
    line-height: 9px;

    text-align: center;
    white-space: nowrap;
}

.irs-disable-mask{
    position: absolute;
    top: 0;
    left: -1%;
    z-index: 2;

    display: block;

    width: 102%;
    height: 100%;

    background: rgba(0,0,0,.0);

    cursor: default;
}
.lt-ie9 .irs-disable-mask{
    background: #000;

    cursor: not-allowed;

    filter: alpha(opacity=0);
}

.irs-disabled{
    opacity: .4;
}


.irs-hidden-input{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -9999 !important;

    display: block !important;
    overflow: hidden;

    width: 0 !important;
    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 0 !important;
    line-height: 0 !important;

    border-style: solid !important;
    border-color: transparent !important;
    outline: none !important;
    background: none !important;
}
