.noUi-target *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-ms-touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default}
.noUi-target{padding:0 8px;margin:10px 0}
.noUi-base{width:100%;height:10px;position:relative;max-width:100%;max-height:100%;border:1px solid #bfbfbf;z-index:1;border-radius:3px}
.noUi-handle{background:#EEE;height:24px;width:16px;border:1px solid #bfbfbf;margin:-8px 0 0 -8px;border-radius:5px}
.noUi-active{background:#e9e9e9}
.noUi-active:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:100%;border:1px solid #DDD}
.noUi-connect{background:Teal}
.noUi-background{background:#DDD}
.noUi-origin{position:absolute;right:0;top:0;bottom:0;z-index:0;border-radius:inherit}
.noUi-origin-upper{background:inherit !important}
.noUi-z-index{z-index:10}
.noUi-vertical{width:40px;height:100%}
.noUi-vertical .noUi-origin{bottom:0;left:0}
.noUi-vertical .noUi-handle{margin:-23px 0 0 -3px}
.noUi-target[disabled] .noUi-base{background:#999}
.noUi-target[disabled] .noUi-connect{background:#BBB}
.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}
.sliderContainer .labels{text-align:center;position:relative}
.sliderContainer .label{display:inline-block;border:1px solid #ddd;border-radius:4px;padding:2px;background-color:#eee;font-size:.85em}
.sliderContainer .minValue{position:absolute;display:inline-block;left:0}
.sliderContainer .maxValue{position:absolute;display:inline-block;right:0}
.sliderContainer .currentValue{font-size:1em;border-color:#aaa}
.sliderContainer .currentValue input{width:50px;border-width:0}
