/* $Id: waterfalls.css 6678 2026-01-10 17:39:06Z john $ */

/*body
{
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
}*/

.wbg {
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
}

/*td
{
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
}*/

.deprecated {
	font-family: courier;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	color: #FF0000;
	font-weight: bold;
}

h1 {
	font-family: courier;
	font-size: 20pt;
	font-style: normal;
	line-height: 120%;
	color: #808080;
	font-weight: bold;
}

h2 {
	font-family: courier;
	font-size: 18pt;
	font-style: normal;
	line-height: 120%;
	color: #808080;
	font-weight: bold;
}

h3 {
	font-family: courier;
	font-size: 16pt;
	font-style: normal;
	line-height: 120%;
	color: #808080;
	font-weight: bold;
}

h4 {
	font-family: courier;
	font-size: 14pt;
	font-style: normal;
	line-height: 120%;
	color: #808080;
	font-weight: bold;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}

a.tx:link {
	color: #000000;
	text-decoration:underline;
	padding-left: 10px;
}

a.tx:visited {
	color: #000000;
	text-decoration:underline;
	padding-left: 10px;
}

a.tx:hover {
	color: #000099;
	text-decoration:underline;
	padding-left: 10px;
}

.tx {
	font-size: 14pt;
	font-style: normal;
	line-height: 120%;
	color: #000000;
}

.clickableImage {
	cursor: pointer;
}

img.logo {
	height: auto;
	width: 80%;
}

img.logow {
	height: auto;
	width: 80%;
}

img.logov {
	height: auto;
	width: 40%;
}
div.center {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

table.stats {
	width:90%;
}

th, td {
	padding: 2px;
}

td.vheader {
	width: 50%;
}

td.maplegend {
	padding: 4px;
}

.image-checkbox-container input {
	/* Hide the browser's default checkbox */
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.image-checkbox-container .img-checked {
	/* Hide the checked image by default */
	display: none;
}

.image-checkbox-container input:checked ~ .img-unchecked {
	/* Hide the unchecked image when the checkbox is checked */
	display: none;
}

.image-checkbox-container input:checked ~ .img-checked {
	/* Show the checked image when the checkbox is checked */
	display: inline;
}

.image-checkbox-container {
	cursor: pointer;
	display: block;
	width: fit-content;
}

.image-checkbox-container img {
	width: 24px;
	height: auto;
}

.hidden {
	display: none; /* Hidden by default */
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8); /* Black background with opacity */
	z-index: 10;
	cursor: pointer;
}

.overlayclose {
	position: absolute;
	padding-top: 10px;
	top: 0;
	vertical-align: middle;
	right: 0;
	height: 35px;
	width: 35px;
	font-size: 40px;
	background-color: rgba(255,255,255,0);
	color: white;
}

.overlaycontent {
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: 10%;
	left: 10%;
	height: 80%;
	width: 80%;
	background-color: rgba(255,255,255,1);
/*	color: white; */
}

.mediaoverlaycontent {
	position: absolute;
	top: 10%;
	bottom: 5%;
	right: 5%;
	left: 5%;
	height: 85%;
	width: 90%;
	background-color: transparent;
}

.mediapage {
	top: 10%;
	background-color: black;
}

.medialegend {
	color: white;
	text-align: center;
	vertical-align: middle;
}

a.medialegend:link {
	color: white;
	text-decoration:underline;
	padding-left: 10px;
}

a.medialegend:visited {
	color: white;
	text-decoration:underline;
	padding-left: 10px;
}

a.medialegend:hover {
	color:#000099;
	text-decoration:underline;
	padding-left: 10px;
}

.overlayinnercontent {
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}

.mediaoverlayinnercontent {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-style: none;
	color: white;
}

.mainblock {
	height: 90%;
}

.container {
	position: relative; /* Essential for positioning child elements */
	width: 100%;
	height: 90%;
/*	border: 1px solid black; */
}

.searchdiv {
	top: 0px;
	right: 0px;
	justify-content: center;
	align-items: center;
	float: right;
}

.before,
.behind {
	position: absolute; /* Allows precise positioning within the container */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
}

.before {
	background-color: white;
	z-index: 2; /* Higher z-index places it in front */
}

.behind {
	display: none; /* Hidden by default */
	background-color: lightcoral;
	z-index: 1; /* Lower z-index places it behind */
}

.colpage {
	width: 100%;
	overflow: auto;
}

/* for three columns: col0|col1|col2 */
/* for two columns, eliminating the third column: col0|col8|col9 */
/* for two columns, eliminating the first column: col6|col7|col9 */

.col0content {
	position: fixed;
	width: 14%;
	top: 5px;
}

.col0 {
	vertical-align: text-top;
	width: 14%;
	padding: 5px;
	display: inline-block;
}

.col1 {
	vertical-align: text-top;
	width: 59%;
	padding: 5px;
	display: inline-block;
	border-right-style: solid;
	border-width: 1px;
	border-color: #808080;
	border-left-style: solid;
}

.col2 {
	vertical-align: text-top;
	padding: 5px;
	width: 24%;
	display: inline-block;
}

.col6 {
	vertical-align: text-top;
	width: 68%;
	padding: 5px;
	display: inline-block;
	border-right-style: solid;
	border-width: 1px;
	border-color: #808080;
}

.col7 {
	vertical-align: text-top;
	padding: 5px;
	width: 30%;
	display: inline-block;
}

.col8 {
	vertical-align: text-top;
	width: 83%;
	padding: 5px;
	display: inline-block;
	border-left-style: solid;
	border-width: 1px;
	border-color: #808080;
}

.col9 {
	vertical-align: text-top;
	padding: 5px;
	width: 1%;
	display: inline-block;
}

.embeddedlogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
/*	pointer-events: none; */
	background-color: rgba(255,255,255,0.4);
	z-index: 4;
}

/* The new way of doing it */
/* col3a - three columns */

.col3a0 {
	vertical-align: text-top;
	width: 14%;
	padding: 5px;
	display: inline-block;
}

.col3a1 {
	vertical-align: text-top;
	width: 59%;
	padding: 5px;
	display: inline-block;
	border-right-style: solid;
	border-width: 1px;
	border-color: #808080;
	border-left-style: solid;
}

.col3a2 {
	vertical-align: text-top;
	padding: 5px;
	width: 24%;
	display: inline-block;
}

/* col2a - two columns, no nav bar */

.col2a1 {
	vertical-align: text-top;
	width: 59%;
	padding: 5px;
	display: inline-block;
	border-right-style: solid;
	border-width: 1px;
	border-color: #808080;
}

.col2a2 {
	vertical-align: text-top;
	padding: 5px;
	width: 24%;
	display: inline-block;
}




.logo {
	width: 120px;
}

.ol-zoom {
	top: 50px;
}

#wrapper {
	width: 100%;
}

#location {
	float: right;
}

/*
iframe
{
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}
*/

.searchButton {
	border: none;
	cursor: pointer;
	appearance: none;
	background-color: inherit;
	transition: transform .7s ease-in-out;
	margin-left:10px;
}

.map {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
/*	width: 768px;
	height: 563px; */
	width: 100%;
	height: 60%;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	background-color: white;
	z-index: 2; /* Higher z-index places it in front */
}

.minimap {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 200px;
	height: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.marker {
	width: 20px;
	height: 20px;
	background: #007bff;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

/* hamburger menu */
*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
  margin: 0;
}

:root {
	--bar-width: 60px;
	--bar-height: 8px;
	--hamburger-gap: 6px;
	--foreground: #333;
	--background: white;
	--hamburger-margin: 8px;
	--animation-timing: 200ms ease-in-out;
	--hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
}

.hamburger-menu {
	--x-width: calc(var(--hamburger-height) * 1.41421356237);

	display: flex;
	flex-direction: column;
	gap: var(--hamburger-gap);
	width: max-content;
	position: absolute;
	top: var(--hamburger-margin);
	left: var(--hamburger-margin);
	z-index: 10;
	cursor: pointer;
}

.hamburger-menu:has(input:checked) {
	--foreground: white;
	--background: #333;
}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
	border: 1px solid var(--background);
	box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
	content: "";
	width: var(--bar-width);
	height: var(--bar-height);
	background-color: var(--foreground);
	border-radius: 9999px;
	transform-origin: left center;
	transition: opacity var(--animation-timing), width var(--animation-timing),
		rotate var(--animation-timing), translate var(--animation-timing),
		background-color var(--animation-timing);
}

.hamburger-menu input {
	appearance: none;
	padding: 0;
	margin: 0;
	outline: none;
	pointer-events: none;
}

.hamburger-menu:has(input:checked)::before {
	rotate: 45deg;
	width: var(--x-width);
	translate: 0 calc(var(--bar-height) / -2);
}

.hamburger-menu:has(input:checked)::after {
	rotate: -45deg;
	width: var(--x-width);
	translate: 0 calc(var(--bar-height) / 2);
}

.hamburger-menu input:checked {
	opacity: 0;
	width: 0;
}

.sidebar {
	transition: translate var(--animation-timing);
	translate: -100%;
	padding: 0.5rem 1rem;
	padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);
	background-color: var(--foreground);
	color: var(--background);
	max-width: 10rem;
	min-height: 100vh;
}

.hamburger-menu:has(input:checked) + .sidebar {
	translate: 0;
}

/* context menu */
dialog {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #E0E0E0;
	/* The backdrop pseudo-element automatically handles the overlay */
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.1);
}

.popupclose {
	position: absolute;
	padding-top: 10px;
	top: 0px;
	vertical-align: top;
	right: 0px;
	height: 40px;
	width: 32px;
	font-size: 32px;
	background-color: transparent;
	color: black;
	cursor: pointer;
}

.popupmenu {
	position: relative;
	top: 10px;
}

ul {
	list-style: none;
	padding: 0;
}
