body[data-theme='light'] {
	/*
		wb_sunny
	*/
	--bg-color: white;
	--text-color: black;
}
body[data-theme='dark'] {
	/*
		wb_incandescent
	*/
	--bg-color: black;
	--text-color: white;
}
body {
	background-color: var(--bg-color) !important;
	color: var(--text-color) !important;
}

.mainPage {
	margin: 1em;
}
.btn {
	text-transform:none;
}
.upper {
	text-transform:uppercase;
}
#_toast-container {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
}

#toast-container {
	min-width: 8%;
	top: 10%;
	right: 50%;
}

.cluster {
	border-radius: 15px;
	opacity: 0.7 !important;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 17px;
}
.cluster:hover {
	z-index: 1000 !important;
}
.cluster_online {
	background-color: greenyellow;
}
.cluster_online2 {
	background-color: lightblue;
}
.cluster_offline {
	background-color: red;
}
.cluster_out {
	background-color: grey;
}
.hi1, .hi1.green {
	filter: hue-rotate(0deg);
}
.hi1.black {
	filter: brightness(0);
}
.hi1.white {
	filter: grayscale(1) brightness(3);
}
.hi1.blue {
	filter: hue-rotate(120deg);
}
.hi1.red {
	filter: hue-rotate(-120deg);
}
.pointer {
	cursor:pointer;
}
.noBreak {
	white-space: nowrap;
}
.dataModal {
	max-width: 480px !important;
	padding: 1em;
}
.searchModal {
	min-height: 80% !important;
}
.hidden {
	display: none;
}
@media all and (max-width: 8in) {
	.leaflet-marker-icon {
		width: 1em !important;
		height: 1em !important;
	}
}

.colors {
	--first: #F0EBCE;
	--second: #AA8B56;
	--third: #4E6C50;
	--fourth: #395144;
}

.vanRajz {
	color:#AA8B56 !important;
	background-color: #ddd !important;
}
.vanRajz:hover {
	background-color: #bbb !important;
}

#maps.collection {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
	gap: .5em;
}

.nonVisibe {
	position: relative;
	width: 100%;
	height: auto;
}
.nonVisibe img {
	display: block;
	width: 100%;
	height: auto;
	opacity: .5;
}

.nonVisibe svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.middle {
	position: fixed;
	inset: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
}
.centered {
	text-align: center;
}
._red {
	color: red;
}
._green {
	color: green;
}
