/* Map - Map View DIV */
#mapViewDIV {
  position:absolute;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0;
  margin: 0;
  border: 1px solid #25363d;
}

/* Mobile - 700px */
@media only screen and (max-width: 700px) {
  #mapViewDIV {
    position:absolute;
    top: 90px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    border: 1px solid #25363d;
  }
}

/* Map - Home Button */
#homeButtonDIV{
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  height: 35px;
  width: 35px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  background: white;
}

/* Map - Zoom Slider */
#zoomSliderDIV{
  position: absolute;
  z-index: 2;
  top: 55px !important;
  left: 10px;
  height: 70px;
  width: 35px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  background: white;
}

/* Map - Locate */
#mapLocateDIV{
  position: absolute;
  z-index: 2;
  top: 135px !important;
  left: 10px;
  height: 35px;
  width: 35px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  background: white;
}

/* Map - Scale Bar */
#mapScaleBarDIV{
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  height: 30px;
  width: 120px;
}


/* Map - Search Widget */
#searchWidgetDIV{
  position: absolute;
  z-index: 2;
  top: 10px !important;
  left: 60px;
  height: 35px;
  width: 250px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}

/*
.esri-view-width-xlarge .esri-popup__main-container
{
  max-height: 400px !important;
  max-width: 400px !important;
}
.esri-view-width-large .esri-popup__main-container
{
  max-height: 400px !important;
  max-width: 300px !important;
}
.esri-view-width-medium .esri-popup__main-container
{
  max-height: 400px !important;
  max-width: 300px !important;
}
*/