/* Panel Mapas */
.jsPanelMapas
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

.jsPanelMapas .jsPanel-content
{
  background-color: #FFFFFFD8;
  font-size: 80%;
}

.jsPanelMapas .jsPanel-headerbar
{
  background-color: #AAAAAAD8;
  font-size: 50%;
}

.jsPanelMapas .jsPanel-hdr-toolbar
{
  background-color: #FFFFFFF2;
}
.spanCircle
{
  background-color:black;
  border-color:black;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color:white;
  font-size:2%;
  padding: 10px 15px 10px 15px;
}
/* Otros */
.panelMapasSubmenu
{
  color: grey;
}

/* Barra de navegación */
.meta-nav
{
  background-color: #FFFFFFD2;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  width: 100%;
}

.div-searcher
{
  display: flex;
  flex-grow: 1;
}
.meta-nav-mobile
{
  background-color: #FFFFFFD2;
  bottom: 0;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 15001;
}
.mobileButton
{
  margin: auto;
}
.map-UI
{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 15000;
}
.meta-work-modes
{
  background-color: transparent;
  top: 0;
}
.meta-map-tool
{
  display: flex;
  flex-grow: 10;
  flex-wrap: wrap;
  margin: auto;
}
.meta-map-tool-mobile
{
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  padding-bottom: 3px;
  padding-top: 5px;
}

.prof
{
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 40px;
  width: 100%;
}
.prof:hover
{
  background-color: #00630072;
  border-color: #00630040;
  color: white;
}

.prof:focus
{
  box-shadow: none;
}
.selectionMode
{
  background-color: #00630072;
  border-color:  #00630040;
  color: white;
}
.work-mode-text
{
  padding: 6px;
}
.margenIzquierdo
{
  margin-left: -35px;
  margin-top: 7px;
}

.text-input
{
  background-color: transparent;
  border:none;
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-size: 90%;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  width: 100%;
}
.text-input:focus
{
  background-color: transparent;
}
body
{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  overscroll-behavior: contain;
}
.myMarginLeft
{
  margin-left: 6px;
}
.hideMeta
{
  display: none;
}
.leaflet-left .MyMarginMobile
{
  margin-left: -2px;
}
.leaflet-bottom .MyMarginMobile
{
  margin-bottom: 33px;
}
.leaflet-left .MyMarginMobileZoom
{
  margin-left: 2px;
}
.leaflet-bottom .MyMarginMobileZoom
{
  margin-bottom: -1px;
}
/* Animación de parpadeo */
.animacion
{
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: parpadeo;
  -webkit-animation-name:parpadeo;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@-moz-keyframes parpadeo
{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo
{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes parpadeo
{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/* PANEL DE INFORMACIÓN DE ELEMENTOS SELECCIONADOS */
.jsPanelInfo
{
  /*min-width: 250px;*/
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.jsPanelInfo .jsPanel-content
{
  background-color: #FFFFFFD8;
  font-size: 80%;
}

.jsPanelInfo .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}

.jsPanelInfo .jsPanel-hdr-toolbar
{
  background-color: #FFFFFFF2;
}

.hidden
{
  height:0;
  -webkit-transition:height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}
.hidden.open
{
  max-height:200px;
  -webkit-transition:height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}

.collapsible
{
  background-color: #777;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 15px;
  padding: 4px;
  text-align: left;
  width: 100%;
}
.active-info-div, .collapsible:hover
{
  background-color: #555;
}

.collapsible:after
{
  color: white;
  content: '\002B';
  float: right;
  font-weight: bold;
  margin-left: 5px;
}

.active-info-div:after
{
  content: "\2212";
}

.content
{
  background-color: #f1f1f1;
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navButton
{
  margin: auto;
  margin-top: 4px;
}
.row-nav-bar
{
  display: flex;
  flex-basis: 300px;
  flex-grow: 1;
}
@media only screen and (max-width: 950px){
  .row-nav-bar
  {
    flex-basis: 150px;
  }
}
@media only screen and (max-width: 800px){
  .row-nav-bar
  {
    flex-basis: 100px;
  }
}

.btn-mobile
{
  border: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 0.5;
  padding: 6px 0;
  text-align: center;
  width: 50px;
}

.hover
{
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}


.workmode-sidepanel  {
  margin-bottom: 20px;
  width: 250px;
  height: 0;
  position: fixed;
  background-color: #FFFFFFD2;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 15001;
}
.workmode-sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.workmode-sidepanel a:hover {
  color: #f1f1f1;
}

.workmode-sidepanel .closebtn
{
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn
{
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}

.btn-outline-dark.focus, .btn-outline-dark:focus
{
  box-shadow: none;
}
.btn-no-border
{
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.meta-work-modes-menu
{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.mode-active
{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 35px;
}
.div-layer-info-selected
{
  color: green;
}
.div-image-tooltip
{
  display: flex;
  justify-content: center;
  text-align: center;
}
.div-image-tooltip > figure:hover
{
  opacity: 60%;
}
.leaflet-popup-content > center > img:hover
{
  opacity: 60%;
  cursor: pointer;
}
.defaulter
{
  color: red;
}
.resultFilter
{
  white-space: nowrap;
}
.legend-image-logo
{
  max-width: 150px;
  width: 40%;
}
.loading-message
{
  top: 50%;
}
.modal-loading
{
  background: rgb(255, 255, 255, 0.8)
              url('loading.svg')
              50% 35%
              no-repeat;
  cursor:     wait;
  display:    none;
  height:     100%;
  left:       0;
  position:   fixed;
  top:        0;
  width:      100%;
  z-index:    999999;
}
body.loading
{
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading
{
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  vertical-align: middle;
}
.popover
{
  z-index: 99999;
}

.map-tool-utilities-panel
{
  background-color: #FFFFFFD2;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  margin-bottom: 5px;
  max-height: 50vh;
  overflow-x: hidden;
  position: fixed;
  width: 120px;
}
.map-tool-utilities-panel-mobile
{
  background-color: #FFFFFFD2;
  bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 5px;
  max-height: 50vh;
  overflow-x: hidden;
  position: fixed;
}
.map-tool-utilities-panel-mobile > div > button
{
  padding-bottom: 20px;
  padding-top: 20px;
}
.legend-meta-group-title
{
  background-color: #777;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 13px;
  padding: 4px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.legend-meta-group-title:hover
{
  background-color: #555;
  color: white;
}
.legend-group-layer-normal-title
{
  font-size: 13px;
  text-transform: uppercase;
}
.legend-group-layer-normal-title .legend-group-layer-normal-title-no-decoration
{
  font-size: 13px;
  text-transform: none;
}

.modal-irrigationshed-reads-info
{
  z-index: 20002;
}
.modal-waterconnection-readings-info {
  z-index: 20003;
}
#metaContentButtons.div-selection-btns > .row
{
  margin-left: -7px;
}
#metaContentButtons.div-selection-btns > .row > div
{
  align-items: center;
  display: flex;
  justify-content: center;
}
#metaContentButtons.div-selection-btns > .row > div:last-child
{
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#metaContentButtons.div-selection-btns > .row > div:hover
{
  opacity: 80%;
  font-size: medium;
}

#metaContentButtons.div-selection-btns > .row > div:last-child:hover
{
  opacity: unset;
  font-size: unset;
}
.btnCerrar:hover
{
  opacity: 40%;
}

.marker-pulse {
  animation: marker-pulse 2s infinite;
}

@keyframes marker-pulse {
  0% {
    box-shadow: 0 0 0 0;
  }
  70% {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.jsPanel-ftr.active
{
  background: #f5f5f5;
}
.ss-content
{
  z-index: 80000;
}