html, body {
	font-family: sans-serif;
	font-size: 0.95em;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.tng-hellgelb {
	background-color: rgb(230,229,152);
}

.tng-hellgelb2 {
	background-color: rgb(249,247,222);
}

.tng-aquamarin {
	background-color: rgb(194,211,214);
}

.tng-blaugruen {
	background-color: rgb(107,145,151);
}

.tng-petrol {
	background-color: rgb(0,101,116);
}

.tng-weiss {
	background-color: rgb(242,242,242);
}

.tng-red {
	background-color: red;
}

.tng-yellow {
	background-color: yellow;
}

.subheader {
	font-weight: bold;
	font-size: 13.5px;
	margin-top: 5px;
}

.leaflet-popup-pane {
	z-index: 1000 !important;
}

.margintop {
	margin-top: 3px;
}

.chart_canvas {
	margin-bottom: 10px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background-color: #f4f4f4 !important;
	border-radius: 0px !important;
}

.nav-item a {
	color: #000000 !important;
	font-weight: bold;
}

.active a {
	text-decoration: underline !important;
}

.container {
	width: 75%;
}

#weatherstations {
	width: 20%;
	height: calc(100% - 64.7px);
	float: left;
	overflow: auto;
}

#weatherstations_ul {
	list-style-type: none;
}

#weatherstations_ul li.fehler::before {
	content: "\25C6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: red; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 2em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#weatherstations_ul li.warnung::before {
	content: "\25C6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: yellow; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 2em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#weatherstations_ul li.ok::before {
	content: "\25C6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: green; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 2em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#weatherstations_ul li.wartung::before {
	content: "\25C6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: blue; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 2em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#weatherstations_ul li.nicht_erreichbar::before {
	content: "\25C6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: black; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 2em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#weatherstations_ul li.unbekannt::before {
	content: "\25C6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: gray; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 2em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#weatherstations_ul li a {
	color: black;
}

#map {
	width: 80%;
	/* height: 90%; */
	height: calc(100% - 64.7px);
	margin: 0;
}


.spinner {
	position: relative;
	top: calc(50% - 64.7px);
	left: 125px;
}

/* #charts {
	position: fixed;
	right: 0px;
	top: 64.7px;
	width: 10px;
	height: calc(100% - 64.7px);
	z-index: 1000;
	background-color: #ffffff;
	padding-left: 10px;
	overflow-y: scroll;
	transition: 0.5s;
} */

.popup_image img {
	width: auto;
	max-width: 250px;
}

.margin-40 {
	margin-top: 40px;
}

/* #capacity {
	position: fixed;
	left: 50px;
	top: 100px;
	z-index: 1000;
	background-color: #ffffff;
	padding: 10px;
} */

/* #capacity h5 {
	margin-top: 10px;
	margin-bottom: 5px !important;
} */

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-primary {
	background-color: #f52718;
	border-color: #f52718;
}

.btn-primary:hover {
	background-color: #cc2114;
	border-color: #cc2114;
}

.weatherstation_logo {
	height: 40px;
}


.active {
	text-decoration: underline;
}

.frame-default {
	padding: 10px;
}

#sensor {
	padding: 10px;
}

#sensor_id {
	width: 225px;
}


#konfiguration {
	padding: 10px;
}

#firmwareupdate {
	padding: 10px;
}

.form-check-input {
	margin-left: auto;
}

.weatherstation-popup-header {
	color: rgb(242,242,242);
}

.leaflet-popup-content {
	margin-top: 20px !important;
}

.leaflet-popup-content .table td {
	border: 0px !important;
}

.weatherstation-popup-left {
	padding-top: 20px;
}

.weatherstation-popup-left button {
	width: 97%;
	background-color: rgb(0,101,116) !important;
	border-color: rgb(0,101,116) !important;
}

.modal-backdrop {
	display: none !important;
}

.modal-content {
	border-radius: 0px !important;
}

.modal-content .btn {
	width: 5em;
}

.modal-body .form-control {
	font-size: 1em;
}

#weatherstation_search {
	padding-top: 10px;
}

.below-navbar {
	width: 100%;
	height: calc(100% - 64.7px);
}

.weatherstation_data_row {
	min-height: 100%;
}

.weatherstation_table th, td {
  border-bottom: 1px solid #ddd;
  border-top: none !important;
}

.search_label_col {
	padding-right: 0px;
}

.search_label {
	text-align: left;
	padding-top: 17px;
}

#search_refresh, #export_data {
	margin-top: 29px;
	background-color: rgb(0,101,116) !important;
	border-color: rgb(0,101,116) !important;
}

#type_radio {
	margin-top: 33px;
	margin-bottom: 0px;
}

#outType {
	margin: 0px;
}

.search_link {
	text-align: right;
	padding-top: 33px;
}

.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}

.no_padding_right {
	padding-right: 0px;
}

#link_weatherstation {
	font-size: 1.2em;
}

#password1 {margin-left: 50px;}

#weatherstation_table_form, #weatherstation_chart_form {
	height: calc(100% - 64.7px);
	float: left;
/*	overflow: auto; */
}

#hist_table_form, #hist_status_table_form {
	height: 85vh;
	overflow-y: auto;
	padding-right: 15px;
	margin-right: -15px;
}

#hist_content {
	padding-right: 15px;
}

#hist_table {
}

@media (min-width: 768px) {
    .min-width-sensor-choice-md {
        min-width: 130px;
    }
    .min-width-chart-choice-md {
        min-width: 230px;
    }
}

#loading {
	width: 100%;
	height: calc(100% - 64.7px);
	float: left;
	overflow: auto;
	background-color: white;
	color: black;
	opacity: 1;
	font-size: 2em;
}

.spinner-border {
	float: left;
	overflow: auto;
	z-index: 400;
	margin-top: 50vh;
}

#hist_form {
	position: absolute;
	z-index: 200;
}
