﻿
/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: left;
}

/* Dropdown Button */
.dropbtn {
  text-align: center;
  /*font-weight:bold;*/
  font-family:'Times New Roman', Times, serif;  
  background-color: #4CAF50;
  color: white;
  line-height: 32px;
  height: 32px;
  padding: 0 12px 0 12px;
  font-size: 16px;
  border: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /*max-width: 460px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 0 12px 0 12px;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.esri-widget--button {
  float: left;
}

#formLayerManager{
  background: #fff;
  padding: 0 5px 0 5px;
  opacity: 0.7;
  position: fixed;
  top: 102px;
  left: 0px;
  height:auto;
  bottom:0;
  width: 265px;
  overflow: auto;
}
#formLayerManager:hover{
  opacity: 0.9;
}

.labelLayerManager{
  padding-top:4px;
  /*font-size: 18px;*/
  padding-left: 10px;
  width: 255px;
  display: inline-block;
}

.labelLayerManager:hover{
  background: #00ffff;
}

#bmGallery {
    margin-top: -10px;
    margin-right: -10px;
    max-height: calc(100vh - 120px - 100px);
}

#update {
    margin-top: -10px;
    margin-right: -10px;
    padding: 5px;
    background: #fff;
    opacity: 0.8;
}

#update:hover{
  opacity: 1.0;
}

#formInformation{
  max-height: calc(100vh - 120px - 100px);
  overflow-y: auto;
}


/* replaces esri-widget--panel */  
.scroller {
  overflow-x: auto;
  overflow-y: auto;
}