.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
    border-radius: 0px;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.noUi-handle {
    position: relative;
    z-index: 1;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit!important;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-horizontal .noUi-handle {
    width: 32px;
    height: 15px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-background {
    background: #FAFAFA;
}

.noUi-connect {
    background: #00AEEF;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target.noUi-connect {
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-active {
}

.noUi-handle:after,.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 1px;
    background: #525252;
    left: 14px;
    top: 5px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect,[disabled].noUi-connect {
    background: #B8B8B8;
}

.tooltip span, .tooltip {
    display: block !important;
    opacity: 1;
    position: absolute;
    top: -10px;
    white-space: nowrap;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

#BNC-slider-price {
    margin-top: 40px !important;
    width: 100%;
    padding: 0 15px;
    display: block;
    float: left;
}
