
#cursorIcon {
  pointer-events: none;
  border: 1px solid #000;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 50;
  opacity: 0.6;
  background: none;
  background-size: contain;
  display: none;
}

/* Change color of icons to match bar chart and selection symbol */
.esriPopup.dark div.titleButton, 
.esriPopup.dark div.titlePane .title,
.esriPopup.dark div.actionsPane .action {
  color: #A4CE67;
}
/* Additional customizations */
.esriPopup.dark .esriPopupWrapper {
  border: none;
}
.esriPopup .contentPane {
  text-align: left;
  font-weight: bold;
}
.esriViewPopup .gallery {
  margin: 0 auto;
}
div.esriPopupWrapper .zoomTo {
  /* display: none;*/
}

div.esriPopupWrapper .actionsPane {
  border-top: 1px dashed grey;
  text-align: center;
}

div.esriPopupWrapper .title {
  height: 2em;
  line-height: 2em;
  font-wieght: bold;
  font-variant: small-caps;

}

#actionPrint  {
  bottom: 5rem;
  right: auto;
  left: 1rem;
  top: auto;
  padding: 1rem;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .mainSection .header, .mainSection .hzLine {
    display: none;
  }

  .dropzone {
    border: 1px solid #ced4da;
    background-color: rgba(255, 255, 255, 0.85);
    /*max-width: 90%;*/
    padding: 0;
    min-height: 0;

  }

  .dropzone .dz-message {
    text-align: center;
    margin: 1em 0;
}

  .dropzone .dz-preview .dz-image {
    width: 100%;
    height: auto;
  }

  .dropzone .dz-preview:hover .dz-image img
  {
    transfomr: none;
    filter: none;
  }

#farm-menu-list
{
  margin: 0;
  padding: 0;
  max-height: 450px;
  overflow: hidden;
  scroll-behavior: auto;
  overflow-y: auto;
}

#farmDetailsPanel {
  overflow: auto;
  max-height: auto;
}

.esriPopupMediaImage {
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  margin: 1em auto;
}

#farmDetailsPanel .form-control, #iconDetailsPanel .form-control {
  /*max-width: 90%;*/
}

#btnCollection {
  display: none;
}

  #iconMarkerGroup {
  
  }

  #fd_Address {
    text-transform: uppercase;
  }
  
  .home-link {
	  color: #ffc000 !important;
  }

  .strong {
    font-weight: bold;
  }

  a {
    text-decoration: none !important;
    border: none;
  }

  .us_sub-menu {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.us_sub-menu li:last-child {
  margin-bottom: 1em;
}

  div#map {
    border-radius: 20px;
  }

  .map, .map-4 {
    max-width: 100%;
    width: 100%;
    flex-grow: 1!important;
      display: flex!important;
      background-color: rgb(var(--bs-dark-rgb));
  }

  .sidebar .btn {
    width: 90%;
    margin-top: 0.5em;
  }

  .measureContainer, .alternateMapContainer, .genericWidgetContainer {
    position:absolute; right:1rem; top:1rem; z-index: 40; width: auto;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 5px rgb(0 0 0);
  }

  .dijitTitlePaneTitle, .widgetContainer {
    padding: 1em;
  }

  #actionPrint {
    bottom: 5rem;
    right: auto;
    left: 1rem;
  }

  .alternateMapContainer {
    bottom: 5rem;
    top: auto;
  }

  #titlePane {
    text-align: center;
    width:280px;
  }
  
.dijitMenuPopup {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
  padding: .25em;
}

.esriViewPopup .gallery .frame img {
  max-height: 130px;
}

.esriMeasurementButtonContainer {
  text-align: left !important;
  margin-left: 1em;
}

.esriMeasurement .dijitButtonNode * {
  text-align: center;
}

.dijitToggleButtonIconChar {
  display: none;
}

  #iconMarkerGroup img {
    width: 25%;
    border-radius: 10px;
    margin: .3em;
    border: 1px solid lightgray;
  }
    
  #iconMarkerCollectionGroup img {
    width: 25%;
    border-radius: 10px;
    border: 4px solid black;
    margin: .3em;
  }

  .iconLabelImage {
    max-width: 32px;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    width: 30px;
    margin-top: -0.2em;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
  }


  .iconLabelIdentifier {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    margin: 1em auto;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);    
    font-weight: bold;
    font-size: 16px;
  }

  .grayShade {
    background: rgba(0, 0, 0, 0.2);
  }
    
  #iconMarkerCollectionGroup img:hover {
    border: 4px solid yellow;
  }

  #iconMarkerGroup .active, #iconMarkerCollectionGroup img.active {
    outline: 2px solid red !important;
  }
  #iconMarkerGroup img:hover {
    
    border: 2px solid lightgray;
  }
    
#gui-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: none;
    background-color: rgba(255, 192, 0, 0.85);
    z-index: 1000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
  
  #gui-overlay .title {
      font-family: 'Arvo', serif;
      text-align: center;
      color: #1f2025;
  }
  

  #mainContainer {
    position: absolute;
    top: 100px;
    left: 5%;
    right: 5%;
    bottom: 5%;
  }

  main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  