
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-base {
	width: 100%; margin:0 auto;
	height: 9px;
	position: relative;
	background:transparent url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCAxMCIgd2lkdGg9IjgiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYnYtaWRlbnRpZmVyPSIxMTQiIGJ2LWJnLXN0eWxlPSJZbUZqYTJkeWIzVnVaRHAwY21GdWMzQmhjbVZ1ZENCMWNtd29aR0YwWVRwcGJXRm5aUzl6ZG1jcmVHMXNPMkpoYzJVMk5Da2djbVZ3WldGMExYZ2diR1ZtZENCMGIzQTciIGJ2LXJlc2l6ZWQtaW5mb3M9IiI+PC9zdmc+) repeat-x left top;
	cursor:pointer;
	border:solid 0px #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0px;
	left: 0;
	bottom: 0;
	border:solid 0px #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.noUi-handle {
	position: relative;
	z-index:0;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index:0;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 22px; height: 22px;
	top: -6px; left:-10px;
	cursor:pointer;
	background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBidi1pZGVudGlmZXI9IjExNSIgYnYtYmctc3R5bGU9IlltRmphMmR5YjNWdVpEcDFjbXdvWkdGMFlUcHBiV0ZuWlM5emRtY3JlRzFzTzJKaGMyVTJOQ2tnYm04dGNtVndaV0YwSUd4bFpuUWdkRzl3T3c9PSIgYnYtcmVzaXplZC1pbmZvcz0iIj48L3N2Zz4=) no-repeat left top;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
	bottom: -15px;
}

/* Styling;
 */
.noUi-background {
	
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	background:transparent url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCAxMCIgd2lkdGg9IjgiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYnYtaWRlbnRpZmVyPSIxMTYiIGJ2LWJnLXN0eWxlPSJZbUZqYTJkeWIzVnVaRHAwY21GdWMzQmhjbVZ1ZENCMWNtd29aR0YwWVRwcGJXRm5aUzl6ZG1jcmVHMXNPMkpoYzJVMk5Da2djbVZ3WldGMExYZ2diR1ZtZENCMGIzQTciIGJ2LXJlc2l6ZWQtaW5mb3M9IiI+PC9zdmc+) repeat-x left top;
}
.noUi-target {
	border-radius: 4px;

}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border-radius: 3px;
	background: #ff6a00;
	cursor: default;
}
.noUi-active {

}



/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #ff0000;
}
[disabled] .noUi-handle {
	cursor: allowed;
	
}

