.slider-bar .back-bar {
    height: 4px;
    position: relative;
    background: #94a8aa;
}
.slider-bar .back-bar .selected-bar {
    position: absolute;
    height: 100%;
    background: #ff3044;
}
.slider-bar .back-bar .pointer:before {
    content: ''; /* increase touch area for better response */
    position: absolute;
    width: 40px;
    height: 40px;
    top: -12px;
    right: -12px;
}
span.to_display.slider_value {
    float: right;
}
.slider-values input{
    display:none;
}
.slider-bar .back-bar .pointer.last-active {
    z-index: 3;
}
.slider-bar .clickable-dummy {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider-bar .scale {
    display: none;
}
.slider-bar.slider-readonly .clickable-dummy,
.slider-bar.slider-readonly .pointer {
    cursor: auto;
}
.slider-bar .back-bar .pointer {
   position: absolute;
    top: -4px;
    margin-left: 0;
    border: 0;
    background-color: #0b9444;
    font-weight: 400;
    color: #555;
    border-radius: 0;
    width: 11px;
    height: 11px;
    background: #29d3e6;
    cursor: pointer;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider-bar .back-bar {
     height: 5px;
    position: relative;
    color: #222;
    background: #e3e4e6;
    height: 3px;
    border-radius: 1px;
}
.slider-bar .back-bar .selected-bar {
    position: absolute;
    height: 100%;
    background: #151818;
}

/* since 2.8.3 */
