/*			Night mode				*/

.night-mode input[type=text] {
	color: black !important;
}


.night-mode .navbar-toggler {
	color: white;
}

.night-mode .item-subtitle {
	color: #b8c0f4;
}
.night-mode .leaflet-bar a, .night-mode .leaflet-bar a:hover {
	color: black !important;
}
.night-mode .leaflet-container a {
	color: #0078A8 !important;
}
.night-mode .location-item-icon, .night-mode .location-item-label {
	background-color: black;
	border-color: white;
	color: white;
}
