.required {
	color: red;
	font-weight: bold;
}

.no-border {
	border: 0;
}

i.fa .red {
	color: red;
}

i.fa .green {
	color: green;
}

#toolbar {
	margin: 0;
}

.control-label.left {
	text-align: left !important;
	font-weight: normal;
}

.progress {
	height: auto !important;
}

.table td.fit,
.table th.fit {
	white-space: nowrap;
	width: 1%;
}

.fa.success {
	color: #8ad919;
}

.fa.danger {
	color: #f9243f;
}

a.disabled {
	text-decoration: none;
	color: #444;
}

a.disabled:hover {
	text-decoration: none;
}

.legend {
	color: #fff;
}

.progress {
	background-color: lightgreen;
}

.progress-bar {
	background-color: green;
}

.progress.list {
	background-color: #f2f3f2;
	margin-bottom: 0.2em;
}

.legend-est-dst,
.legend-cst-dst,
.legend-mts-dst,
.legend-pst-dst {
	font-size: xx-small !important;
}

.progress-bar-est,
.legend-est,
.progress-bar-est-dst,
.legend-est-dst {
	background-color: #30a5ff;
}

.progress-bar-cst,
.legend-cst,
.progress-bar-cst-dst,
.legend-cst-dst {
	background-color: #1ebfae;
}

.progress-bar-mts,
.legend-mts,
.progress-bar-mts-dst,
.legend-mts-dst {
	background-color: #f9243f;
}

.progress-bar-pst,
.legend-pst,
.progress-bar-pst-dst,
.legend-pst-dst {
	background-color: #ffb53e;
}

.progress-bar-gmt-6,
.legend-gmt-6 {
	background-color: #141115;
}

.progress-bar-gmt-7,
.legend-gmt-7 {
	background-color: #4c2b36;
}

.progress-bar-gmt-8,
.legend-gmt-8 {
	background-color: #8d6346;
}

.progress-bar-gmt-9,
.legend-gmt-9 {
	background-color: #ddf45b;
}

.progress-bar-gmt-10,
.legend-gmt-10 {
	background-color: #35d0ba;
}

.progress-bar-gmt-11,
.legend-gmt-11 {
	background-color: #cf7500;
}

.field-icon {
	float: right;
	margin-right: 2em;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}

.panel-default .panel-heading-select-export {
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	color: #444444;
}

.panel-default > .panel-heading-select-export {
	color: #333;
	/* background-color: #f5f5f5; */
	border-color: #ddd;
}

.panel-heading-select-export {
	/* font-size: 20px; */
	/* font-weight: 300; */
	letter-spacing: 0.025em;
	height: 60px;
	line-height: 38px;
}

.panel-heading-select-export {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.error {
	padding: 0.2em;
}

#myRange {
	padding: 6px 0px !important;
}

#myRange:focus {
	border: none !important;
}

.progress {
	margin-bottom: 0.6em;
}

.progress-bar {
	font-size: 0.6em;
	line-height: 1.8em;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #2196f3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.btn-circle {
	width: 46px;
	height: 46px;
}

.chart-container {
	position: relative;
	margin: auto;
	height: 80vh;
	width: 80vw;
}

.no_border {
	border: none !important;
}
