.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: -7px;
    margin-left: 0;
    border: 0;
    width: 17px;
    height: 17px;
    font-weight: 400;
    color: #555;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    background-position:center center;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224%22%20height%3D%228%22%20viewBox%3D%220%200%204%208%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23c7c7c7%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20id%3D%22stripes%22%20class%3D%22cls-1%22%20d%3D%22M379%2C1088h1v8h-1v-8h0Zm-3%2C0h1v8h-1v-8h0Z%22%20transform%3D%22translate%28-376%20-1088%29%22/%3E%0A%3C/svg%3E%0A);
	background-repeat: no-repeat;
}
.slider-bar .back-bar {
    position: relative;
    color: #222;
    background: #dadada;
    height: 4px;
}
.slider-bar .back-bar .selected-bar {
    position: absolute;
    height: 100%;
    background: #fb1212;
}

/* since 3.1.3 */
