.sidebarbox {
	display: flex;
	min-height: 100vh;
}

.menu-toggle {
	display: none;
	border-radius: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	width: 50px;
	margin: 2px 2px;
	padding: 6px 12px;
	background-color: #49c549;
	cursor: pointer;
}

.logo {
	padding: 10px 20px;
	max-width: 250px;
}

.sidebar.is-active {
	display: block;
}

.sidebar {
	flex: 1 1 0;
	max-width: 250px;
	background-color: #002a42;
	margin-top: -2px;
}

.sidebar h3 {
	color: #507793;
	font-size: 0.75rem;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.sidebar .menu a:hover,
.sidebar .menu a.is-active {
	color: #49c549;
	border-right: 5px solid #49c549;
}

.sidebar .menu a:hover {
	border-right: 5px solid #49c549;
}

.content {
	flex: 1 1 0;
	margin-top: -70px;
	min-height: 100vh;
}

.content main {
	min-height: 100vh;
}

.content h1 {
	color: #3C3F58;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.content p {
	color: #49c549;
}

@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.sidebar {
		display: block;
		min-height: 0px;
		position: fixed;
		left: -250px;
		height: 100vh;
		width: 100%;
		max-width: 250px;
		z-index: 10;
	}

	.content {
		margin-top: 0px;
	}

	.logo {
		width: 100%;
		max-width: 1024px;
	}

	.sidebar.is-active {
		left: 0;
	}
}

.animateopen {
	animation: fade-in 1s;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.sidebar a {
	display: block;
	width: 100%;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-size: 16px;
	color: #CCCCCC;
	transition: 0.5s;
}

.sidebar .menulink {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.menulink img {
	width: 1.5rem;
	margin-right: 10px;
}

.sidebar .dropdown-btn {
	display: block;
	padding: 8px;
	text-decoration: none;
	font-size: 16px;
	color: #AAAAAA;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	position: relative;
	transition: 0.5s;
}

.sidebar .dropdown-btn:hover {
	color: #49c549;
}

.sidebar .dropdown-container {
	display: none;
	/* padding-left: 16px; */
}

.dropdown-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.sidebar .dropdown-btn .fa-caret-down {
	float: right;
	padding-right: 8px;
}

.dropdown-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border: solid #AAAAAA;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
}

.dropdown-btn.active::after {
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
}


.tablight td,
.tablight th {
	border: 1px solid #BBBBBB;
}

.tablight .tabnoborder td,
.tablight .tabnoborder th {
	border: none;
}

.tablightcell {
	padding: 3px
}

.tablemod {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
}

.tablemod td,
.tablemod th {
	padding: 6px;
}

.tablemod th {
	font-size: small;
	background-color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.tablemod tr {
	border-width: 1px;
	border-bottom-color: #AAAAAA;
}

.tablemod .mincol {
	width: 1%;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
}

.passvalid {
	color: rgb(46, 144, 46);
}

.passvalid:before {
	content: "✔";
	color: rgb(46, 144, 46);
	margin: 0px 10px;
}

.passinvalid {
	color: rgb(198, 55, 55);
}

.passinvalid:before {
	content: "✖";
	color: rgb(198, 55, 55);
	margin: 0px 10px;
}

.bg-good {
	background-color: #48a133;
}

.bg-bad {
	background-color: #f65249;
}

.flashalert {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 300px;
	max-width: 400px;
	padding: 30px;
	margin: 30px;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
	animation: fadeinout 5s linear forwards;
}

@keyframes fadeinout {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Map CSS */

.mapinfobox {
	font-family: Roboto, "Helvetica Neue", Arial;
	padding: 10px;
	min-width: 300px;
}

.mapinfotype {
	color: #3f4d61;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	text-decoration: underline;
}

.mapinfoclient {
	font-size: 18px;
	font-weight: bold;
}

.mapinfosite {
	font-size: 16px;
}

.mapinfoaddress {
	font-style: italic;
	font-size: 12px;
}

.mapinfodesc {
	font-size: 14px;
	margin: 20px 0px;
}

.mapinfobutton {
	text-align: center;
	background-color: #49c549;
	border: none;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 10px;
}

.mapinfobutton:hover {
	opacity: 0.65;
}

.topgap {
	margin-top: 25px;
}

#map {
	height: 100%;
}

.spinner {
	border: 4px solid #DDDDDD;
	border-top: 4px solid #49C549;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.scrollanim {
	opacity: 0;
	transition: opacity 2.5s ease, transform 2.5s ease;
	transform: scale(1.2);
	will-change: transform, opacity;
}

.scrollanim-visible {
	opacity: 1;
	transform: scale(1.0);
	transition: opacity 2.5s ease, transform 2.5s ease;
}