.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-base {height:3px; width:200px; position:relative; max-width:100%; margin:10px 0 0 0;}
	.noUi-handle {background:#6e296d; background:-moz-linear-gradient(top, #6e296d 0%, #7f2a7e 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e296d), color-stop(100%,#7f2a7e));
	              background:-webkit-linear-gradient(top, #6e296d 0%,#7f2a7e 100%); background:-o-linear-gradient(top, #6e296d 0%,#7f2a7e 100%); background:-ms-linear-gradient(top, #6e296d 0%,#7f2a7e 100%);
				  background:linear-gradient(to bottom, #6e296d 0%,#7f2a7e 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e296d', endColorstr='#7f2a7e',GradientType=0 );
				  height:12px; width:12px; border:1px solid #7f2a7e; margin:-5px 0 0 -7px; border-radius:6px; cursor:pointer;}
	.noUi-active {}
	.noUi-active:after {content:""; display:block; height:100%;}
	.noUi-connect {background:Teal;}
	.noUi-background {background:#e6e6e6;}
	.noUi-origin {position:absolute; right:0; top:0; bottom:0; z-index:0; background:#ccc;}
	.noUi-origin-upper {background:inherit !important;}
	.noUi-z-index {z-index:10;}
	.noUi-vertical {height:300px; width:40px; max-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 0.3s, top 0.3s; transition: left 0.3s, top 0.3s;}