.irs{
    position: relative;

    display: block;

    -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: 22px;

    border-radius: 20px;
    background: #fff;
    box-shadow: inset 0 3px 4px rgba(0,0,0,.35);
}

.irs-bar{
    top: 0;

    height: 22px;

    background: #30c5f4;
}

.irs-single{
    top: -15px !important;
    z-index: 9;

    width: 49px;
    height: 49px;

    color: #001842;
    font: 18px/53px Roboto;

    border-radius: 50%;

    text-align: center;
}


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

.irs-slider{
    top: -15px;
    z-index: 9;

    width: 49px;
    height: 49px;

    border: 4px solid #30c5f4;
    border-radius: 50%;
    background: #fff;

    cursor: pointer;
    text-indent: -9999px;
}


.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: 12%;
    height: 22px;

    background: #30c5f4;
}
.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: move;
    white-space: nowrap;
}

.irs-grid{
    position: absolute;
    bottom: -20px;
    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;
}
