html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
}
#header {
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  color:#FFFFFF;
  margin: 0;
}
#headertext {
  float: left;
  font-size: 35px;
  color: #014694;
  line-height: 70px;
  padding-left: 214px;
}
#viewDiv {
  position: absolute;
  top: 70px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.esri-basemap-gallery__item-thumbnail {
  width: auto;
}
#screenshotDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.hide {
  display: none;
}
img.js-screenshot-image {
  border: 10px solid white;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
#screenshotDiv > * {
  margin: 0.5em;
}
.action-button {
  padding: 0.6em;
  border: 1px solid #014694;
  border-radius: 12px;
  text-align: center;
  background-color: white;
  color: #014694;
  cursor: pointer;
}
.action-button:hover,
.action-button:focus {
  background: #014694;
  color: white;
}
/* https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-api-4-remove-blue-frame-outline-around/td-p/311767 */
.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}
.dialogDiv {
  background-color: white;
  width: 480px;
}
.dialogHeader {
  color: white;
  font-weight: bolder;
  width: auto;
  background-color: #014694;
  padding: 5px;
}
.dialogBody {
  padding: 15px;
}
