* {
  outline: none;
  font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

*:disabled {
  opacity: 0.7;
}

.esri-ui-top-left {
  margin-top: 100px;
}

.noLogo .esri-ui-top-left {
  margin-top: 0px;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#btnDiv {
  position: absolute;
  top: 0px;
  width: 320px;
  background: #00ab4e;
  z-index: 100;
  right: 0px;
  height: 70px;
  border-bottom-left-radius: 30px;
}

#btnDiv > button {
  font-size: 20px !important;
  background: none;
  border: 0;
  position: absolute;
  top: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 10px;
}

#btnDiv > button:hover {
  background: #00843c;
}

#tocBtn {
  right: 0px;
}

#printBtn {
  right: 40px;
}

#queryBtn {
  right: 80px;
}

.noPrint #queryBtn {
  right: 40px;
}

#userBtn {
  right: 120px;
}

.noQuery #userBtn,
.noPrint #userBtn {
  right: 80px;
}

.noQuery.noPrint #userBtn {
  right: 40px;
}

#configBtn {
  right: 160px;
}

#viewDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#printDiv,
#layerListDiv {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 0px;
  bottom: 0px;
}

.esri-legend__message {
  display: none;
}

.dijitTabInner.dijitTabContent.dijitTab {
  background-color: #fff;
  border-radius: 0px;
}

.esri-button {
  background-color: #00ab4e !important;
  border: 0px !important;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  padding: 0 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.arrow_box:after {
  bottom: 100%;
  left: 77%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

.arrow_box {
  background: #fff;
  text-align: left;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 10px);
}

#btnDiv > button > div {
  position: absolute;
  top: calc(100% + 10px);
  left: -150px;
  width: 220px;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  display: none;
}

#btnDiv > button > div > * > * {
  width: 100%;
  margin: 10px 0px 0px;
}

#btnDiv > button > div > * > *:first-child,
#btnDiv > button > div > * > span + select {
  margin-top: 0px;
}

#btnDiv > button > div > * > span {
  color: #555;
}

#queryDiv > * {
  text-align: left;
}

#queryDiv > * > span {
  font-size: 15px;
  display: inline-block;
}

.claro #configDiv.dijitDialog,
.claro #configDiv .dijitDialogPaneContent {
  border: 0px;
  min-height: 400px;
}

.claro .dijitDialog input {
  height: 32px;
}

.claro .dijitDialog .esri-button {
  width: auto;
  display: inline-block;
  margin: 5px;
}

.claro .dijitDialogTitleBar {
  background: #00ab4e;
  border: 0px;
  min-width: 250px;
}

.claro .dijitDialogTitleBar > * {
  color: #fff;
}

.claro .dijitDialogCloseIcon {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}

.pagination tr.inactive {
  display: none;
}

.pager {
  padding: 10px 0px;
}

.pager .pager-item {
  padding: 10px;
  border: solid 1px #fff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background-color: #00ab4e;
  transition: 0.5s background-color;
  color: White;
}

.pager .pager-item:hover {
  background-color: #4b651e;
}

.pager .pager-item.selected {
  background-color: #4b651e;
}

#configTbl,
#configHerrTbl {
  width: 100%;
  border-collapse: collapse;
}

#configTbl thead,
#configHerrTbl thead {
  background: #00ab4e;
  color: #fff;
}

#configTbl tbody > tr:nth-child(even),
#configHerrTbl tbody > tr:nth-child(even) {
  background: #ddd;
}

#configTbl tbody > tr:nth-child(odd),
#configHerrTbl tbody > tr:nth-child(odd) {
  background: #fff;
}

#configTbl td,
#configTbl th,
#configHerrTbl td,
#configHerrTbl th {
  border: #ddd 1px solid;
  padding: 2px 5px;
}

#configHerrTbl td {
  text-align: center;
}

#configTbl button {
  font-size: 20px !important;
  background: none;
  border: 0;
  width: 25px;
  height: 25px;
  color: #00ab4e;
  margin: auto;
  display: block;
}

#logoImg {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #00ab4e;
  z-index: 100;
  height: 100px;
  padding: 5px;
}

#logoImg > img {
  max-height: 100%;
}

#txtBusqueda {
  width: 300px;
  position: absolute;
  right: 10px;
  height: 25px;
  top: 5px;
  border: 0px;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
}

#btnDiv > button#btnBusqueda {
  color: #00ab4e;
  right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-weight: bolder;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px !important;
}

.esri-component.esri-basemap-toggle.esri-widget {
  top: 70px;
}

#divLoading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(128, 128, 128, 0.55);
  z-index: 1001;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
}

#configDiv .dijitDialogPaneContent {
  padding-bottom: 40px;
}

#btnHerramientas {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#configHerrTbl td:first-child {
  background: #00ab4e;
  color: #fff;
}

.esri-icon-visible {
  color: #00ab4e;
}

.esri-icon-visible:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
}

.esri-icon-non-visible:before {
  font-family: "Font Awesome 5 Free";
  content: "\f070";
}

#bottomRightDiv {
  opacity: 0.8;
}

#bottomRightDiv:active,
#bottomRightDiv:hover,
#bottomRightDiv:focus,
#bottomRightDiv:focus-within {
  opacity: 1;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}

#popupDiv > .dijitDialogPaneContent {
  box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
}

#popupDiv {
  width: 90vw;
  height: 90vh;
  border: 0;
  box-shadow: none;
}

#popupDiv iframe {
  height: calc(90vh - 300px);
}
