html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#viewDiv {
  position: absolute;
  right: 0;
  left: 0;
  top: 60px;
  bottom: 0;
  margin: 0;
}

#searchDiv{
  position:absolute;
  width:300px;
  top: 10px;
  right: 3px;
  border-radius: 5px;
}


.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10%;
}



.banner-container {
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.banner {
  display: flex;
  flex-direction: row;
  flex-grow: 4;
  background-color: #407cc9;
  margin: 0px;
  width: 100%;
  height: 60px;
  padding-top: 13px;
  overflow: auto;
  text-align: center;
  margin: auto;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-size: 25px;
  /*background-image: url('./images/Park-Banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}


.name-content {

  background-color: #407cc9;
  margin: auto;
  width:50%;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 45px;
  vertical-align: middle;
   /*opacity: 85%;
 text-shadow: 1px 1px #ee7622*/
}

.search-content {
  
  background-color: #407cc9;
  margin: auto;
  width: 40%;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 45px;
   /*opacity: 85%;
 text-shadow: 1px 1px #ee7622*/
}


.img-container {
  flex-grow: 0;
  margin: 1px;
  width: 20%;
  padding: 0px;
  overflow: hidden;
  text-align: center;

}

.esri-search__input:-ms-input-placeholder {
  color: #00827a;
}

.esri-search__input::-webkit-input-placeholder {
  color: #00827a;
}

.esri-search__submit-button {
  border-left: none;
  border-right: solid 1px #00827a;
}

.esri-search__sources-button {
  border-right: none;
  border-left: solid 1px#00827a;
}

.esri-menu .esri-menu__header {

  background-color: #ee7622 !important;

}



.esri-input {
  background-color: #ffffe6;
  border: 1px solid #ffffe6;
  color: #00827a;
  font-family: inherit;
  font-size: 14px;
}

.esri-widget--button {
  font-size: 14px;
  background-color: #ee7622;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition: background-color 125ms ease-in-out;
}

.esri-menu__list-item--active, .esri-menu__list-item--active:hover, .esri-menu__list-item--active:focus {
  background-color: #ffffe6;
  border-left-color: #ffffe6;
}
.esri-zoom, .esri-widget--button {

  border:solid white 1px !important;
}
.esri-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffe6;
}

.esri-popup__main-container {
  pointer-events: auto;
  position: relative;
  z-index: 1;
  width: 100px;
  max-height: 1000px;
  background-color: #ffffe6;
  display: flex;
  flex-flow: column nowrap;
  padding: 0px;
  justify-content: center !important;
}

.esri-popup__header-title {
  color: #0000;
  background-color: #d6d6b0;
  display: block;
  margin: auto !important;
  justify-content: center !important;
  font-size: smaller;
  font-weight: bold;
  font-style: italic;
}

.esri-popup__header-container {
  background-color: #ee7622;
  padding: 1px, 1px, 1px, 1px !important;
  justify-content: center !important;
  align-items: center !important;

  width: 100% !important;
  margin: auto !important;
  flex: 1;
  cursor: pointer;
}

.esri-popup__content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  font-size: 200 !important;
  border: solid 1px black;
  margin: 10px;
  overflow-y: scroll !important;
  line-height: normal;
  background-color: #ffff !important;
  padding: 10px !important;
  min-height: 400px;
 max-height: 400px;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container {
  pointer-events: auto;
  position: relative;
 
  overflow-y: visible !important;
  width: 100%;
  border: 1px solid black;
  max-height: 400px !important;
  max-width: 340px !important;
  background-color: #ffffe6;

  
 
}

.esri-popup__button:hover {
  color: rgb(175, 29, 29);
  background-color: #ee7622;
}


.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container {
  max-height: 100vh !important;
  max-width: 300px !important;
  overflow: hidden;
}

.img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.esri-popup.esri-widget {
  max-height: 100%;
}

.esri-view-width-xlarge .esri-popup__main-container {
  width: 580px;
}

.esri-view-height-less-than-medium .esri-popup__main-container {
  max-height: 500px;
}


@media screen and (min-width: 320px) {
  .name-content {
    font-size:0px;
  }
}
@media screen and (min-width: 600px) {
  .name-content {
    font-size: 22px;
  }
}




#legendTitleDiv {
  cursor: pointer;
  width: 200px;
  height: 25px;
  background-color: #ffffe6;
  border: solid 1px #00827a;
  font-family: Arial, Helvetica, sans-serif;
  color: #ee7622;
  font-weight: bold;
  padding: 5px;
}

#legendDiv {
  cursor: pointer;
  width: 200px;
  background-color: #ffffe6;
  border: solid 1px #ee7622;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  display: none;
}

 .esri-widget__table tr td, .esri-widget__table tr th{
  padding: 0.5em 0.7em;
  word-break: break-word;
  vertical-align: top;
  font-weight: 400;
 background-color: #ffffe6;
 
}

.esri-widget__table tr td {
  width: 50%;
  background-color: #ffffe6;
} 


.esri-legend__service{
  background-color: #ffffe6;
  border: solid 1px #ee7622;
}




.slidecontainer {
  color:white;
  left: 50px;
  position: absolute;
  top:73;
  background-color: #407cc9;
  padding:3px;
  z-index: 99;
  width: 200; 
  border-radius: 8px;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #ffffe6; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius: 8px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #ee7622; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 8px;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #ee7622; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 8px;
}


.layer-container {
  color:white;
  background-color: #ee7622;
  padding:5px;
  width: 150px; 
  border-radius: 8px;
  opacity: 0.9;
  
}
/* @media screen and (min-width: 320px) {
  .layer-container {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
} */

#loading {
  margin: 0;
  position: absolute;
  top: 50px;
  right:0px;

}

.information-banner {
  display:none;
  position: fixed;
  bottom: 5%;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ee7622;
  border-radius: 5px;
  max-height: 400px;
  opacity:85%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.information-content{


  max-height: 380px;
  width:100%;
  background-color:#ffffe6;
  padding:10px;
  overflow-y: scroll;


}

.doNotShowMeAgain {
  height: 40px;
  padding:3px;
  width: 25%;
  vertical-align:middle;
  background-color:#9bb9e0;
  border: none;
  color: blue;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
}

.button-open {
	background-color:#407cc9;
  color: #fff;
  border: solid 1px #0095cc;
  border-radius: 3px;
	cursor:pointer;
  width: 60px;
  height: auto;
  text-align: center;
  padding: 0px;
}
.button-open:hover{
  box-shadow: 2px 2px 2px 2px green;
}
.button-close {
	cursor:pointer;
  width: 60px;
  height: auto;
  background-color: #407cc9;
  color: #fff;
  border: solid 1px #0095cc;
  text-align: center;
  float: right;
  padding: 0px;
  border-radius: 3px;
  
}
.button-close:hover{
  box-shadow: 2px 2px 2px 2px white;
}
#toolbarDiv {
  position: absolute;
  top: 75px;
  right: 15px;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#measureDistanceDiv, #measureDeleteDiv, #measureAreaDiv {
  position: absolute;
  top: 75px;
  right: 108px;
  width: 100px;
  background-color: #ffffe6;
  border: solid 1px #ee7622;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  display:none;
  border-radius: 10px;
  font-size:12px;
}

.esri-search {


  margin-bottom: 1px;
  margin-right: 5px;
  border-radius: 5px;
  overflow: visible;
  z-index: 99;
}


@media only screen and (min-width:500px) {
  .star{
    display:none;
  }
}