/* $Id: waterfalls.css 6008 2025-12-04 22:45:35Z john $ */

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

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

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

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

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

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

a:link
{
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color:#000000;
	text-decoration:underline;
}

a:visited
{
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	font-family: Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color:#000099;
	text-decoration:underline;
}

.clickableImage
{
	cursor: pointer;
}

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

.overlay
{
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3); /* Black background with opacity */
	z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.overlaycontent{
	position: relative;
	top: 10%;
	height: 80%;
	width: 80%;
/*	font-size: 50px;
	right: 100px;
	bottom: 100px;*/
	background-color: rgba(255,255,255,1);
	color: white;
/*	transform: translate(-20%,-20%);
	-ms-transform: translate(-20%,-20%); */
}

.overlayclose{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
/*	font-size: 50px;
	right: 100px;
	bottom: 100px;*/
	background-color: rgba(255,255,255,1);
	color: white;
	z-index: 6;
/*	transform: translate(-20%,-20%);
	-ms-transform: translate(-20%,-20%); */
}

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

.searchdiv
{
	justify-content: center;
	align-items: center;
}

.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;
}

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

.col0content
{
	position: fixed;
	top: 5;
	z-index: 100;
	line-height: 18px;
}

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

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

.col8
{
	vertical-align: text-top;
	width: 83%;
	padding: 5px;
/*	overflow-wrap: break-word; */
	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;
}

.logo
{
	width: 120;
}

.ol-zoom
{
	top: 5px;
}

#wrapper
{
	width: 100%;
}

#location
{
	float: right;
}

iframe
{
	width: 100%;
	height: 240px;
	border: none;
}

.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;
}
