	html,
      body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
      }

      .viewDivn {
        height: 50%;
        width: 100%;
      }

      .viewDivf {
        height: 100%;
        width: 100%;
      }

      .container {
        height: 50%;
        width: 100%;
      }

      .container1 {
        height: 0%;
        width: 0%;
		z-index:0;
      }

	  #seasons-filter {
        height: 120%;
        width: 150%;
        visibility: hidden;
      }

      .season-item {
        width: 100%;
        padding: 12px;
        text-align: center;
        vertical-align: baseline;
        cursor: pointer;
        height: 40px;
      }

      .season-item:focus {
        background-color: dimgrey;
      }

      .season-item:hover {
        background-color: dimgrey;
      }

	.btn-holder {
		position: absolute;
		bottom: 5px;
		left: 20px;
	}
	.btn-holder1 {
		position: absolute;
		bottom: 5px;
		left: 90px;
	}
	.btn-holder2 {
		position: absolute;
		bottom: 5px;
		right: 5px;
	}  
	
	.btn{
		margin: 2px 2px 2px 2px;
	}
	
	#datafilter {
	    align:left;
		vertical-align:middle;
		font-size: 14px;
        height: 80%;
        width: 220%;
        visibility: hidden;
        padding: 2px;
		top:25px;
		z-index:5;
		border-radius:20px;
      }

	#datacalc {
	    align:left;
		vertical-align:middle;
		font-size: 14px;
        height: 250%;
        width: 400%;
        visibility: hidden;
        padding: 2px;
		top:25px;
		z-index:5;
		border-radius:20px;
      }
	  
      #titleDiv {
        padding: 10px;
      }

      #titleText {
        font-size: 20pt;
        font-weight: 60;
        padding-bottom: 10px;
      }

      .viewDivmenu {
		position: absolute;
		bottom: 5px;
		right: 30px;
		padding:2px;
      }
	  
	#headerDivfilter {
		align:center;
        background-color: #3C4557;
        color: #f8f9fa;
        padding: 0px;
        width: 30%;
        height: 5%;
        margin: 5px;
        position: absolute;
        top: 2px;
        right: 10px;
        font-size: 8px;
        display: block;
		z-index:3;
		border-radius:20px;
      }	       
      
      .text-center {
		margin:20px;
        text-align: center !important;
      }
      
      h1, .h1 {
          font-size: 1.25rem;
          font-family: "MuseoSans-300";
          font-weight: normal;
          margin-top: 1em;
          margin-bottom: 1em;
          letter-spacing: 0.1em;
	}
	
	.text-rnd{
		border-radius:20px;        
    }
/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #29303c;
  padding: 1px 1px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 1px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  margin:10px;
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #3c4557;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: center;
}

 /* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 3; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #3c4557; /* Black #111;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  padding-left: 1%;  
  padding-bottom: 3%;  
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 60%; /* Full width */
  height: 80%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #3C4557;
  color: #f8f9fa;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #3C4557;
  color: #f8f9fa;
  align:center;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}


/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.card{
	margin: 1% 1% 1% 1%;
	border-radius: 25px 50px 30px 5px;
}

.font-size--2 {
    font-size: 0.7375rem;
    line-height: 1.35;
}

.card-content{
    padding: 0.35rem;
}

.esri-widget {
font-size: 12px;
background-color: #FFF0;
}

.esri-component{
font-size: 12px;
background-color: ##29303c00 !important;
}

.esri-widget--button{
font-size: 12px;
background-color: #29303c !important;
}

.txtarea-input{
text-align: left;
float: center;
}
.tooltip{
	color:#00e;
	z-index: 5; /* Stay on top */	
}

.modifier-class{
	z-index: 5; /* Stay on top */	
}

.fieldset-radio{
color:#white !important;
}

.esri-feature-form__input {
 resize: both !important;
  }

#more {display: none;}
.mores{display: none;}
tr:nth-child(even) {background-color: #adadad !important;color: #303030;}
tr:nth-child(odd) {background-color: #3c4557;color:#fff;}
tr:hover {background-color: #3c4557; color: white;padding: 0.5rem 0.75rem;}
th {background-color: #3c4557; color: white;}
td {padding: 0px;}
input {height: 1.5rem;}
label {margin: 0 0 0 0;color:#white !important;}
.btn {padding: 0.25rem 0.75rem;}
table {
  width: 100%; /* Full width */
  height: 80%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  border-spacing: 0px;
}
	  
/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 50%) {
  .header a {
    float: none;
    display: block;
    text-align: center;
  }
  .header-right {
    float: none;
  }

  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/* The Modal (background) */
.lmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  border-radius:20px; 
}

/* Modal Content */
.lmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: lanimatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: lanimatetop;
  animation-duration: 0.4s;
  border-radius:20px; 
}

/* Add Animation */
@-webkit-keyframes lanimatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes lanimatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.lclose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.lclose:hover,
.lclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.lmodal-header {
  padding: 2px 16px;
  background-color: #29303c;
  color: white;
}

.lmodal-body {padding: 2px 16px;width:50%;position: relative;margin: auto;border-radius:25px;}

.lmodal-footer {
  padding: 2px 16px;
  background-color: #29303c;
  color: white;
}


	/* The snackbar - position it at the bottom and in the middle of the screen */
	#snackbarerrmsg {
	  visibility: hidden; /* Hidden by default. Visible on click */
	  min-width: 250px; /* Set a default minimum width */
	  margin-left: -125px; /* Divide value of min-width by 2 */
	  background-color: #333; /* Black background color */
	  color: #fff; /* White text color */
	  text-align: center; /* Centered text */
	  border-radius: 2px; /* Rounded borders */
	  padding: 16px; /* Padding */
	  position: fixed; /* Sit on top of the screen */
	  z-index: 1; /* Add a z-index if needed */
	  left: 50%; /* Center the snackbar */
	  bottom: 30px; /* 30px from the bottom */
	}

	/* Show the snackbar when clicking on a button (class added with JavaScript) */
	#snackbarerrmsg.show {
	  visibility: visible; /* Show the snackbar */
	  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	  However, delay the fade out process for 2.5 seconds */
	  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	  animation: fadein 0.5s, fadeout 0.5s 2.5s;
	}

	/* Animations to fade the snackbar in and out */
	@-webkit-keyframes fadein {
	  from {bottom: 0; opacity: 0;}
	  to {bottom: 30px; opacity: 1;}
	}

	@keyframes fadein {
	  from {bottom: 0; opacity: 0;}
	  to {bottom: 30px; opacity: 1;}
	}

	@-webkit-keyframes fadeout {
	  from {bottom: 30px; opacity: 1;}
	  to {bottom: 0; opacity: 0;}
	}

	@keyframes fadeout {
	  from {bottom: 30px; opacity: 1;}
	  to {bottom: 0; opacity: 0;}
	}