.slider-container {
    font-family: "NotoIKEALatin", "Noto IKEA", "Noto Sans", "Roboto", "Open Sans", -apple-system, sans-serif !important;
    padding: 18px 8px;
}
.slider-container .back-bar {
    height: 10px;
    position: relative;
}
.slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%;
}
.slider-container .back-bar .pointer {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    cursor: col-resize;
    opacity: 1;
    z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
    z-index: 3;
}
.slider-container .back-bar .pointer-label {
    position: absolute;
    top: -17px;
    font-size: 8px;
    background: white;
    white-space: nowrap;
    line-height: 1;
    left: -17px;
}
.slider-container .back-bar .pointer-label.low {
    margin-left: -21px;
}
.slider-container .back-bar .pointer-label.high {
    margin-left: 13px;
}
.slider-container .back-bar .focused {
    z-index: 10;
}
.slider-container .clickable-dummy {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider-container .scale {
    top: 2px;
    position: relative;
}
.slider-container .scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}
.slider-container .scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 5px;
    color: #999;
    line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy, .slider-container.slider-readonly .pointer {
    cursor: auto;
}

.theme-green .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
}
.theme-green .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #a1fad0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bdfade), to(#76fabc));
    background-image: linear-gradient(to bottom, #bdfade, #76fabc);
    background-repeat: repeat-x;
}
.theme-green .back-bar .pointer {
    width: 14px;
    height: 14px;
    top: -5px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #AAA;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
}
.theme-green .back-bar .pointer-label {
    color: #999;
}
.theme-green .back-bar .focused {
    color: #333;
}
.theme-green .scale span {
    border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
    color: #999;
}

.theme-blue .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
}
.theme-blue .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #92c1f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b1d1f9), to(#64a8f9));
    background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
    background-repeat: repeat-x;
}
.theme-blue .back-bar .pointer {
    width: 14px;
    height: 14px;
    top: -5px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #AAA;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
}
.theme-blue .back-bar .pointer-label {
    color: #999;
}
.theme-blue .back-bar .focused {
    color: #333;
}
.theme-blue .scale span {
    border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
    color: #999;
}

.theme-IKEA-black, .theme-IKEA-blue {
    padding: 21px 12px;
}
.theme-IKEA-black .back-bar, .theme-IKEA-blue .back-bar {
    height: 7px;
    border-radius: 2px;
    background-color: #CCCCCC;
}
@media (max-width: 1199.98px) {
    .theme-IKEA-black .back-bar, .theme-IKEA-blue .back-bar {
        height: 9px;
    }
}
.theme-IKEA-black .back-bar .selected-bar, .theme-IKEA-blue .back-bar .selected-bar {
    border-radius: 2px;
    background-color: #000;
}
.theme-IKEA-black .back-bar .pointer, .theme-IKEA-blue .back-bar .pointer {
    width: 24px;
    height: 24px;
    top: -8px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #AAA;
    background-color: #EEEEEE;
}
@media (max-width: 1199.98px) {
    .theme-IKEA-black .back-bar .pointer, .theme-IKEA-blue .back-bar .pointer {
        width: 26px;
        height: 26px;
        top: -8px;
    }
}
.theme-IKEA-black .back-bar .pointer:active, .theme-IKEA-blue .back-bar .pointer:active, .theme-IKEA-black .back-bar .pointer:hover, .theme-IKEA-blue .back-bar .pointer:hover {
    background-color: #DFDFDF;
}
.theme-IKEA-black .back-bar .pointer-label, .theme-IKEA-blue .back-bar .pointer-label {
    border-radius: 2px;
    background-clip: padding-box;
    top: -35px;
    font-size: 11px;
    color: #000;
    padding: 6px;
    background-color: #CCCCCC;
}
.theme-IKEA-black .back-bar .focused, .theme-IKEA-blue .back-bar .focused {
    color: #333;
}
.theme-IKEA-black .scale span, .theme-IKEA-blue .scale span {
    border-left: 1px solid #e5e5e5;
}
.theme-IKEA-black .scale ins, .theme-IKEA-blue .scale ins {
    top: 10px;
    font-size: 9px;
    color: #707070;
}

.theme-IKEA-blue .back-bar .selected-bar {
    background-color: #0058A3;
}
