﻿.custom-slider.rzslider .rz-pointer {
    visibility: hidden;
    width: 1px;
}

    .custom-slider.rzslider .rz-pointer:after {
        display: none;
    }

.custom-slider.rzslider .rz-bubble {
    bottom: 14px;
}

.custom-slider span.rz-bubble.rz-model-value {
    border-radius: 3px;
    width: 55px;
    border: 2px solid #00c900;
    background: white;
    font-size: 11px;
}

    .custom-slider span.rz-bubble.rz-model-value:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #00c900;
        border-bottom: 0;
        margin-left: -7px;
        margin-bottom: -7px;
    }

.custom-slider.rzslider[disabled] span.rz-bubble.rz-model-value {
    width: 55px;
    background: white;
    border: none;
    font-size: 0;
}

    .custom-slider.rzslider[disabled] span.rz-bubble.rz-model-value:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #8b91a2;
        border-bottom: 0;
        margin-left: -7px;
        margin-bottom: -7px;
    }





.custom-sliderEnd.rzslider .rz-pointer {
    visibility: hidden;
    width: 1px;
}

    .custom-sliderEnd.rzslider .rz-pointer:after {
        display: none;
    }

.custom-sliderEnd.rzslider .rz-bubble {
    bottom: 14px;
}

.custom-sliderEnd span.rz-bubble.rz-model-value {
    border-radius: 3px;
    width: 55px;
    border: 2px solid #00c900;
    background: white;
    font-size: 11px;
}

    .custom-sliderEnd span.rz-bubble.rz-model-value:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #00c900;
        margin-left: 20px;
        margin-bottom: -15px;
        border-left: 7px solid transparent;
        border-right: 0px solid transparent;
    }


.custom-sliderEnd.rzslider[disabled] span.rz-bubble.rz-model-value {
    width: 55px;
    background: white;
    border: none;
    font-size: 0;
}

    .custom-sliderEnd.rzslider[disabled] span.rz-bubble.rz-model-value:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #8b91a2;
        border-bottom: 0;
        margin-left: -7px;
        margin-bottom: -7px;
    }


.custom-sliderBegin.rzslider .rz-pointer {
    visibility: hidden;
    width: 1px;
}

    .custom-sliderBegin.rzslider .rz-pointer:after {
        display: none;
    }

.custom-sliderBegin.rzslider .rz-bubble {
    bottom: 14px;
}

.custom-sliderBegin span.rz-bubble.rz-model-value {
    border-radius: 3px;
    width: 55px;
    border: 2px solid #00c900;
    background: white;
    font-size: 11px;
}

    .custom-sliderBegin span.rz-bubble.rz-model-value:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #00c900;
        margin-left: -28px;
        margin-bottom: -15px;
        border-left: 0px solid transparent;
        border-right: 7px solid transparent
    }


.custom-sliderBegin.rzslider[disabled] span.rz-bubble.rz-model-value {
    width: 1px;
    background: white;
    border: none;
    font-size: 0;
}

    .custom-sliderBegin.rzslider[disabled] span.rz-bubble.rz-model-value:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #8b91a2;
        border-bottom: 0;
        margin-left: -7px;
        margin-bottom: -7px;
    }
