html, body {
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#flexcontainer {
	display: flex;
	flex-direction: column;
	height: calc(var(--vh, 1vh) * 100);
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #333 #be966e;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #be966e;
}
*::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
  border: 1px solid #333;
}

#header {
display: none;
	width: 100%;
	height: 30px;
	background: #be966e;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	z-index: 100;
}

#header .logo {
	width: 150px;
	height: auto;
}

#helpbtn,
#sharebtn {
	float:right;
	margin-right: 20px;
	margin-top: 4px;
	cursor: pointer;
}

#helpbtn img {
	width: 25px;
	height: auto;
}

#sharebtn img {
	width: 20px;
	height: auto;
}

#sharemenu {
	display: none;
	position: absolute;
	right: 10px;
	top: 40px;
	z-index: 1000;
	background: #be966e;
	padding: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
}

#sharemenu img {
	width: 25px;
	height: auto;
	margin-top: 2px;
	padding: 0px 5px;
}

.linkbtn {
	cursor: pointer;
}

#map {
	width: 100%;
	/* height: calc(var(--vh, 1vh) * 100); */
	height: 100vh;
}

.leaflet-pane {
	z-index: 10;
}


.info {
	width: 100%;
	max-width: 1280px;
	height: 80px;
	top: 5px;
	padding: 10px 15px 10px 10px; 
	font: 27px "Trebuchet MS", Helvetica, sans-serif; 
	background: white; 
	background: rgba(255,255,255,0.95); 
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	border-radius: 5px; 
	border: 1px solid #8EB091;
	line-height: 28px;
} 

.info h3 {
	margin-top: 5px;
	margin-bottom: 18px;
	text-align: center;
}
.info h4 { margin: 0 0 5px; color: #777; }

.infoupdated {
	display: block;
	font-style: italic;
	font-size: 12px;
        padding-top: 5px;	
}

.legend { 
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	text-align: left; 
	line-height: 30px; 
	color: #555; 
	width: 170px;
	height: 350px;
	font-size: 20px;
	padding: 5px 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
        border: 1px solid #8EB091;
} 

.legend .header-text {
	display: inline-block;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 24px;
}

.legend i { 
	width: 30px; 
	height: 30px; 
	float: left; 
	margin-right: 8px; 
	opacity: 0.7; 
}

.leaflet-control-attribution {
display: none;
	background-color: #fff !important;
	max-width: 95%;
}

.leaflet-top .info {
    float: none !important;
    margin: 10px auto;
}

.leaflet-top {
    position: relative;
}

/* Footer Drawer */

.panel-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.panel-wrapper {
display: none;
position: fixed;
left: 0;
bottom: 0;
overflow: hidden;
width: 100%;
font-family: "Trebuchet MS", Helvetica, sans-serif;
z-index: 10000;
margin: 0 !important;
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
}


.panel-controller {
position: relative;
overflow: visible;
width: 100%;
z-index: 9;
}

.tab-controller {
margin-left: 0 auto;
padding: 10px 10px 5px;
width: 100%;
text-align: center;
background-color: #be966e;
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
}

.tab-controller * {
display: block;
font-size: 16px;
color: #fff;
cursor: pointer;
}

.tab-controller .close {
display: none;
}

.tab-text {
width: 200px;
padding: 5px 10px;
border: 2px solid #013220;
border-radius: 5px;
background-color: #013220;
color: #fff;
font-size: 16px;
text-align: center;
cursor: pointer;
}

.tab-controller .tab-text {
margin: 0px auto -10px;
}

.panel-content {
position: relative;
overflow: hidden;
width: 100%;
background-color: #be966e;
height: auto;
max-height: 95%;
}


.panel-content-div {
padding: 10px 20px;
font: 14px/16px "Trebuchet MS", Helvetica, sans-serif;
overflow: auto;
height: auto;
max-height: 60vh;
width: 420px;
float: left;
margin-right: 10px;
margin-top: 8px;
}

.panel-content-div h3 {
margin-top: 0px;
}

.panel-content-div p {
display: block;
border: 1px solid #013220;
background-color: #fff;
max-width: 375px;
}

.panel-content-div a {
display: block;
color: #000;
text-decoration: none;
padding: 10px;
max-width: 375px;
font-weight: bold;
}

.panel-content-div a:hover {
color: #108503;
}

.panel-content-div .gobtn {
font-size: 12px;
background-color: #108503;
color: #fff;
padding: 5px;
border-radius: 50%;
float: right;
margin-top: -5px;
}

#catdescription {
padding: 50px 40px;
font-size: 15px;
}

.description {
display: none;
} 

.nocats {
width: 100%;
}

.leaflet-control-zoom { display: none; }
.leaflet-bottom { z-index: 0; }
.leaflet-left { z-index: 1000; }
.leaflet-right { z-index: 50; width: 100%; }


.ui-tooltip, 
.arrow:after {
background: black;
}

.ui-tooltip {
	padding: 10px;
	color: white;
	border-radius: 20px;
	border: 0px;
	font: 10px "Trebuchet MS", Sans-Serif;
	text-transform: uppercase;
}

@media screen and (max-width: 760px) {
    #catdescription {
	display: none !important;
    }

    .panel-content-div {
	float: none;
	width: 100%;
    } 

}


@media screen and (max-width: 480px) {
/*    .leaflet-right {
	margin-bottom: 105px;
    }
*/
    .panel-content-div a {
	font-size: 12px;
	padding: 8px;
    }
    .panel-content-div .gobtn {
	padding: 4px;
    }
}


@media screen and (max-width: 359px) {
    .leaflet-top .info {
    	font-size: 12px;
	line-height: 12px;
    }
}


