.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-target {
	position: relative;
	direction: ltr
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-connects {
	overflow: hidden;
	z-index: 0
}
.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100% ;
	width: 100% ;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.noUi-horizontal .noUi-origin {
	height: 0
}
.noUi-handle {
	position: absolute
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	left: -17px;
	top: -9px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -16px;
	left: auto;
	cursor: col-resize;
}
.noUi-target {
	background: #ccc;
	width: 80%;
	margin: 0 auto;
}
.noUi-connects {
	border-radius: 3px
}
.noUi-connect {
	background: #213153;
}
.noUi-handle {
	border: 1px solid #d1d4d8;
	border-radius: 0.3em;
	background: #FFF;
	cursor: col-resize;
}
.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #E8E7E6;
	left: 6px;
	top: 4px;
}
.noUi-handle:after {
	left: 10px;
}