html,
body,
#map,
#map-wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.adoxio-esri-action,
#adoxio-esri-informationBtn {
  font-family: "CalciteWebCoreIcons", "Avenir Next W00", "Helvetica Neue",
    Helvetica, Arial, sans-serif !important;
}
.adoxio-esri-action {
  width: auto;
  height: auto;
  border: 0px solid #000000;
  padding: 10px 20px;
  cursor: pointer;
  background: white;
  font-size: 14px;
  color: #545254;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0);
}

.esri-active,
.adoxio-esri-action:hover {
  background: #0079c1;
  color: #e4e4e4;
  cursor: pointer;
}

.esri-ui-corner .esri-component {
  box-shadow: none;
  margin: 5px 0 5px 0;
}

#adoxio-esri-informationBtn {
  background-color: white;
  padding: 20px;
  text-align: center;
  word-wrap: break-word;
}

.info-text {
  color: #000000;
}
#search-widget {
  width: 100%;
}

#tools button:not(:first-child) {
  margin: 0 0 0 5px;
}
.esri-loading {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.esri-loading div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #0079c1;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.esri-loading div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.esri-loading div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.esri-loading div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

#map-wrapper {
  text-align: center;
}
#map {
  text-align: left;
}

.adoxio-esri-action,
.esri-zoom,
.esri-home,
.esri-search,
.esri-locate,
#adoxio-esri-informationBtn {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
}
