.noUi-slider-box {
    position:relative;
    padding:9px 9px 0;
    height:65px;
}
.noUi-slider-box * {
    -webkit-touch-callout:none !important;
    -webkit-user-select:none !important;
    -khtml-user-select:none !important;
    -moz-user-select:none !important;
    -ms-user-select:none !important;
    user-select:none !important;
}
.noUi-base {
    z-index:1;
}
.noUi-slider-box .range-helper {
    position:absolute;
    right:0;
    top:-16px;
    font-size:10px;
    color:#bbb;
}
.noUi-horizontal {
    height:22px;
    box-shadow:none;
}
.noUi-background {
    height:5px;
    background-color:#b7bcc2;
    box-shadow:none;
}
.noUi-target {
    border-radius:0;
    border:0;
    box-shadow:none;
}
.noUi-target.noUi-connect {
    box-shadow:none;
}
.noUi-connect {
    background: #515d6c;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    height:5px;
    border-radius:0;
}
.noUi-handle {
    background-color:#f6f6f6;
    border:1px solid #b7bcc2;
    border-radius:10px;
    box-shadow:0 0 2px rgba(255, 255, 255, 1);
    cursor:pointer;
}

/*
.noUi-handle::before {
    background-color:#7fcff1;
    height:9px;
    left:8px;
    position:absolute;
    top:5px;
    width:2px;
}
*/
.noUi-handle::before, .noUi-handle::after {
    content:none;
}

.noUi-horizontal .noUi-handle {
    width:20px;
    height:20px;
    left:-10px;
    top:-8px;
}

.noUi-pips {
    position:relative;
    z-index:0;
    top:0;
    color:#b7bcc2;
}

.noUi-marker {
    background-color:#b7bcc2;
}

.noUi-value-horizontal {
    margin-left:-3px;
    text-align:left;
    width:auto;
}

.noUi-value:last-child {
    margin-left:0;
    text-align:right;
    width:50px;
    left:-moz-calc(100% - 47px) !important;     /* Firefox */
    left:-webkit-calc(100% - 47px) !important;  /* WebKit */
    left:-o-calc(100% - 47px) !important;       /* Opera */
    left:calc(100% - 47px) !important;          /* Standard */
}
