﻿

.slider.slider-horizontal {
    width: 100%;
}

.slider .slider-selection {
    background: #ea984e;
}

.slider .slider-track-high {
    background: #c5c5c5;
}

.slider .slider-rangeHighlight {
    background: #5faee3;
}

.slider.slider-horizontal .slider-handle {
    margin-top: -3px;
    width: 20px;
    height: 25px;
}

.slider-handle.custom {
    -webkit-appearance: none;
    appearance: none;
    background: #e16d11;
    cursor: pointer;
    border-radius: 50%;
}