.fsslider {
    position: relative;
    min-width: 150px;
    height: 24px;
    display: inline-block;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
.fsslider>* {
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.fsslider>.fsfull-value, .fsslider>.fssel-value {
    margin-top: -1px;
    height: 3px;
    left: 0;
    right: 0;
}
.fsslider>.fsfull-value {
    width: 100%;
    background: #eaf1f6;
}
.fsslider>.fscaret, .fsslider>.fssel-left, .fsslider>.fssel-right {
    background: url('../Images/awv-circle.svg') no-repeat;
    height: 100%;
    min-width: 30px;
    top: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.fsslider>.fssel-value {
    /*background: #0F4C87;*/
    height: 4px;
    margin-top: -2px;
    right: 50%}
.fsslider.fsdisabled {
    color: #c8c8c8;
}
.fsslider.fsdisabled>.fssel-value {
    background: #c8c8c8;
}