.noUi-target, .noUi-target * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	-webkit-touch-callout: none;
	-ms-touch-action: none;
}

.noUi-target {
	position: relative;

	direction: ltr;
}

.noUi-base {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.noUi-origin {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.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-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 18px;
}

.noUi-dragable {
	cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}

[disabled].noUi-connect, [disabled].noUi-connect {
	background: #b8b8b8;
}

[disabled] .noUi-handle, [disabled].noUi-origin {
	cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}