@charset "utf-8";
/* CSS Document */

/*
Rainbow
 Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#267899+1,fff67f+50,ff3f42+100
 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#267899+50,4cff4c+54,fff67f+63,ff7d32+85,ff3f42+90 */

/* webkit - Chrome, Safari, Opera */
#scaleContainer input[type=range]::-webkit-slider-runnable-track {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b0f0+50,92d050+54,ffff00+63,fc9804+85,ff0000+90 */
	background: #00b0f0; /* Old browsers */
	background: -moz-linear-gradient(left,  #00b0f0 55%, #92d050 57%, #ffff00 63%, #fc9804 85%, #ff0000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#00b0f0), color-stop(54%,#92d050), color-stop(63%,#ffff00), color-stop(85%,#fc9804), color-stop(90%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* IE10+ */
	background: linear-gradient(to right,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0f0', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}

/* Firefox */
#scaleContainer input[type="range"]::-moz-range-track {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b0f0+50,92d050+54,ffff00+63,fc9804+85,ff0000+90 */
	background: #00b0f0; /* Old browsers */
	background: -moz-linear-gradient(left,  #00b0f0 55%, #92d050 57%, #ffff00 63%, #fc9804 85%, #ff0000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#00b0f0), color-stop(54%,#92d050), color-stop(63%,#ffff00), color-stop(85%,#fc9804), color-stop(90%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* IE10+ */
	background: linear-gradient(to right,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0f0', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}

/* IE */
#scaleContainer input[type="range"]::-ms-track {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b0f0+50,92d050+54,ffff00+63,fc9804+85,ff0000+90 */
	background: #00b0f0; /* Old browsers */
	background: -moz-linear-gradient(left,  #00b0f0 55%, #92d050 57%, #ffff00 63%, #fc9804 85%, #ff0000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#00b0f0), color-stop(54%,#92d050), color-stop(63%,#ffff00), color-stop(85%,#fc9804), color-stop(90%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* IE10+ */
	background: linear-gradient(to right,  #00b0f0 55%,#92d050 57%,#ffff00 63%,#fc9804 85%,#ff0000 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0f0', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}

#scaleContainer .btn-default {
	background-color: rgba(225,225,225,1);
	background-image: none;
	border: 2px solid #085100;
	border: 2px solid rgba(150,150,150,1.00);
	border: 2px solid rgba(200,200,200,1);
}
#scaleContainer .btn-default:hover {
	background-color: rgba(255,255,0,1);
	border-color: rgba(175,175,175,1);
	border: 2px solid #085100;
	border: 2px solid #666;
}

div.tick-mark.data-point {
	background-color: rgba(0, 0, 0, 1); /* black */
}
