/* ============================================================================= */
/* from https://realestategis.lasairport.com/css/site.css */
/*
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/
.appx_arcgis {
  font-family: initial !important;
  /* "Times New Roman" */
}

.hria-esri-maps {
  #loading {
    width: 50px;
  }

  width: 100%;
  aspect-ratio: 1;
  max-height: 500px;

  /* margin-bottom: 60px; */
  position: relative;

  /* font-size: 16px; */
  /*  @media (min-width: 768px) { */
  /*      font-size: 16px; */
  /*  } */

  .btn:focus,
  .btn:active:focus,
  .btn-link.nav-link:focus,
  .form-control:focus,
  .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
  }


  /* ============================================================================= */
  /* from page: */
  #viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    /* width: 100%; */
    position: absolute;
    left: 3px;
    right: 3px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  #info {
    background-color: black;
    opacity: 0.75;
    color: white;
    font-size: 15pt;
    padding: 6px;
    display: block;
  }

  #divLegend {
    /*   background-color: black; */
    opacity: 0.85;
    padding: 1px;
    display: block;
    text-align: right;
  }

  #loading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .esri-popup .esri-popup-header .esri-title {
    font-size: 14px !important;
    font-weight: bolder;
  }

  .esri-popup .esri-popup-body .esri-popup-content {
    font-size: 11px !important;
  }

  .esri-view-width-xlarge .esri-popup__main-container,
  .esri-view-width-large .esri-popup__main-container,
  .esri-view-width-medium .esri-popup__main-container {
    max-height: 250px !important;
    max-width: 380px !important;
  }

  .maptipContent {
    text-align: left;
  }

  .maptipTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }


}