@import './reset.css';
@import './fonts.css';
@import './icons.css';
@import './grid/grid.css';
@import './style.css';
@import './validation.css';
@import './singletons.css';
@import './navigation-sidebar.css';
@import './sticky-save.css';
@import './devconsole.css';

/* this needs moved */

.range-slider-container {
	cursor: pointer;
	height: 12px;
	background-color: #2F3A43;
	border-top: 2px solid #2E373E;
	border-bottom: 1px solid #5F676E;
	background-position: 0 0;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, rgb(47,58,67)), color-stop(0.77, rgb(40,49,57)) );
	margin: 20px 0px;
	position: relative; }
.range-slider-container.norange {
	cursor: initial; }
.range-slider-container.norange img.handle {
	display: none; }
.range-slider-container img.handle {
	position: absolute;
	top: 3px;
	left: -8px; }
.range-slider-container.norange img.filler {
	display: none; }
.range-slider-container img.filler {
	position: absolute;
	top: -1px;
	background-color: #00A3E9;
	background-position: 0 0;
	background-image: linear-gradient(bottom, rgb(0,163,233) 5%, rgb(0,117,167) 77%);
	background-image: -o-linear-gradient(bottom, rgb(0,163,233) 5%, rgb(0,117,167) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(0,163,233) 5%, rgb(0,117,167) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,163,233) 5%, rgb(0,117,167) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(0,163,233) 5%, rgb(0,117,167) 77%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, rgb(0,163,233)), color-stop(0.77, rgb(0,117,167)) );
	height: 12px;
	border-top-width: 1px;
	border-bottom: 1px solid #7FC5E3; }