.slider.noui-slider {
	margin-top: 30px;
	height: 3px !important;
}

.slider.noui-slider [disabled].noUi-target, 
.slider.noui-slider [disabled].noUi-handle, 
.slider.noui-slider [disabled] .noUi-handle {
	cursor: auto;
}
.slider.noui-slider [disabled] .noUi-handle {
	display: none;
}

.slider.noui-slider .noUi-tooltip span {
    font-size: 10px;
}

.slider-wrapper .legend {
	margin-top: 10px;
	color: #9e9e9e;
	font-size: 13px;
	line-height: 14px;
}
	.slider-wrapper .legend .legend-item {
		display: inline-block;
		margin-right: 40px;
		vertical-align: top;
	}
		.slider-wrapper .legend .legend-item:last-of-type {
			margin-right: 0px;
		}
		.slider-wrapper .legend .legend-item span {
			width: 10px;
			height: 10px;
			display: inline-block;
			margin-top: 2px;
			margin-right: 5px;
			border-radius: 5px;
			vertical-align: top;
		}
			.slider-wrapper .legend .legend-item:last-of-type span {
				background: #cdcdcd;
				border-radius: 0px;
				height: 3px;
				margin-top: 6px;
			}
.slider-wrapper .c-1-color { 
	background: rgba(0, 94, 144, 1);
}
	.slider-wrapper .c-1-color .noUi-handle,
	.slider-wrapper .c-1-color .noUi-handle .noUi-tooltip {
		background: rgba(0, 94, 144, 1);
	}
.slider-wrapper .c-2-color { 
	background: rgba(124, 194, 75, 1);
}
	.slider-wrapper .c-2-color .noUi-handle,
	.slider-wrapper .c-2-color .noUi-handle .noUi-tooltip {
		background: rgba(124, 194, 75, 1);
	}
.slider-wrapper .c-3-color { 
	background: rgba(0, 59, 110, 1);
}
	.slider-wrapper .c-3-color .noUi-handle,
	.slider-wrapper .c-3-color .noUi-handle .noUi-tooltip {
		background: rgba(0, 59, 110, 1);
	}
.slider-wrapper .c-4-color { 
	background: rgba(45, 45, 45, 1);
}
	.slider-wrapper .c-4-color .noUi-handle,
	.slider-wrapper .c-4-color .noUi-handle .noUi-tooltip {
		background: rgba(45, 45, 45, 1);
	}
.slider-wrapper .c-5-color { 
	background: rgba(255, 99, 132, 1);
}
	.slider-wrapper .c-5-color .noUi-handle,
	.slider-wrapper .c-5-color .noUi-handle .noUi-tooltip {
		background: rgba(255, 99, 132, 1);
	}
.slider-wrapper .c-6-color { 
	background: rgba(255, 159, 64, 1);
}
	.slider-wrapper .c-6-color .noUi-handle,
	.slider-wrapper .c-6-color .noUi-handle .noUi-tooltip {
		background: rgba(255, 159, 64, 1);
	}
.slider-wrapper .c-7-color { 
	background: rgba(255, 205, 86, 1);
}
	.slider-wrapper .c-7-color .noUi-handle,
	.slider-wrapper .c-7-color .noUi-handle .noUi-tooltip {
		background: rgba(255, 205, 86, 1);
	}
.slider-wrapper .c-8-color { 
	background: rgba(75, 192, 192, 1);
}
	.slider-wrapper .c-8-color .noUi-handle,
	.slider-wrapper .c-8-color .noUi-handle .noUi-tooltip {
		background: rgba(75, 192, 192, 1);
	}
.slider-wrapper .c-9-color { 
	background: rgba(54, 162, 235, 1);
}
	.slider-wrapper .c-9-color .noUi-handle,
	.slider-wrapper .c-9-color .noUi-handle .noUi-tooltip {
		background: rgba(54, 162, 235, 1);
	}
.slider-wrapper .c-10-color { 
	background: rgba(153, 102, 255, 1);
}
	.slider-wrapper .c-10-color .noUi-handle,
	.slider-wrapper .c-10-color .noUi-handle .noUi-tooltip {
		background: rgba(153, 102, 255, 1);
	}
.slider-wrapper .c-11-color { 
	background: rgba(201, 203, 207, 1);
}
	.slider-wrapper .c-11-color .noUi-handle,
	.slider-wrapper .c-11-color .noUi-handle .noUi-tooltip {
		background: rgba(201, 203, 207, 1);
	}