* {
  /* outline: 1px solid green; */
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

nav {
  background-color: #352d2f;
  height: 75px;
  width: 100%;
}

nav .logo-container {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
}

.logo-container #Logo {
  padding: 2px 0 0 2%;
  float: left;
  opacity: 0.7;
}

.logo-container #Title {
  width: 400px;
  margin-left: 20px;
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 30px;
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

.logo-container #Title a {
  color: inherit;
  text-decoration: none;
}

.navigation-container {
  display: flex;
  align-items: center;
  height: 100%;
  float: right;
  margin-right: 1%
}

.navigation-container ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.navigation-container button {
  border: none;
  background: none;
  list-style-type: none;
  padding: 0px;
  display: inline;
}

.navigation-container button a {
  color: white;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 75px;
  padding: 5px 15px;
  opacity: 0.7;
}

.navigation-container button:hover {
  color: #23527c;
  background-color: rgb(0, 81, 135);
  border-color: #ddd;
  background-size: 75px;
}

section.map {
  height: calc(100vh - 100px);
  top: 60px;
}

#map {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

footer {
  position: fixed;
  bottom: 0px;
  font-size: 100%;
  height: 25px;
  width: 100%;
  background: #333;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 auto;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
}

footer i {
  vertical-align: middle;
}


/*Legend specific*/
.legend-wrapper .legend {
  position: relative;
  /* relative inside the wrapper */
  width: max-content;
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: rgba(220, 220, 220, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  line-height: 24px;
  color: #555;
}

.legend-wrapper .legend h4 {
  text-align: left;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin: 0px 0px 3px 0px;
  line-height: 24px;
  color: #555;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 200px;
}

.legend-wrapper .legend span {
  position: relative;
  bottom: 3px;
}

.legend-wrapper .legend i {
  width: 18px;
  height: 2px;
  float: left;
  margin: 11px 8px 0 0;
  opacity: 0.7;
}

.legend-wrapper .legend square {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend-wrapper .legend wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 200px;
  float: left;
  margin: 0 8px 0 0;
  font: 12px Arial, Helvetica, sans-serif;
}

.legend-wrapper .legend-colorbar-container>div:first-child {
  height: 244px !important;
}

.legend-wrapper .legend-colorbar-container>div:last-child {
  height: 244px !important;
  margin-bottom: 10px !important;
}

.legend-wrapper .legend-colorbar-container>div:last-child table {
  height: 275px !important;
}

/* .leaflet-bar a { 
            background-color: #fff;
            border-bottom: 1px solid #ccc;
            color: #444;
            display: block; 
            height: 30px; 
            width: 30px; 
            line-height: 1.45 !important; 
            text-align: center; 
            text-decoration: none; 
            font: bold 22px 'Lucida Console', Monaco, monospace; 
        } */
.highchart {
  width: auto;
  height: auto;
}

.highcharts-axis-title {
  font-weight: bold;
}

/*--------------------------------------------------------------
}
Preloader CSS
--------------------------------------------------------------*/
#preloader-background {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#Triton-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

#preloader-earth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

/*   
#preloader-earth img {
	width: 5%;
	height: 5%;	
} */

.custom-div-icon i {
  position: absolute;
  width: 22px;
  font-size: 22px;
  left: 0;
  right: 0;
  margin: 10px auto;
  text-align: center;
}

.custom-div-icon i.awesome {
  margin: 12px auto;
  font-size: 17px;
}

.icon-gplus {
  color: #dd4b39;
}

.fa-stack-1x {
  color: white;
}

.leaflet-control-easyPrint {
  z-index: 1000;
  ;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  left: 5%;
  width: 90%;
  text-align: justify;
  margin-top: 30px;
}

.overlay .closebtn {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay p,
.overlay ul {
  padding: 0px 8px 0px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay p .images {
  text-align: center
}

a .image_ref {
  text-decoration: none;
}

.overlay img {
  display: inline-block;
  margin: 15px 1%;
  height: 100px;
  width: auto;
}

.overlay hr {
  display: block;
  margin: 0.5em;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

.overlay li:hover,
.overlay li:focus {
  color: #f1f1f1;
  cursor: pointer;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a .closebtn {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/* Slideshow container */
.slideshow-container {
  position: relative;
  top: 10%;
  left: 5%;
  width: 90%;
  text-align: justify;
  height: 90%;
}

/* Hide the images by default */
.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 0px 0px 0px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@supports (-moz-appearance:none) {
  .leaflet-control-slider.leaflet-control-slider-vertical input[type="range"] {
    -webkit-transform: none;
    all: unset;
    -webkit-transform: rotate(180deg);
    height: 264px;
    position: absolute;
    right: -118px;
  }
}