#mapContent {
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  display: flex;
}

.mapCollapsed {
  width: calc(100% - 250px);
}

.mapShow {
  width: 100%;
}

/***--PRINT PANEL--****/
.panelCollapsed {
  width: 0%;
}

.panelShow {
  width: 350px;
  padding: 12px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}

#panelIndicadores, #panelIndicadores_compare {
  overflow: hidden;
}

#panelIndicadores.panelShow {
  padding: 0px;
}

#panelIndicadores_compare.panelShow {
  padding: 0px;
  margin-right: 350px;
}

#panelIndicadores .nav-tabs, #panelIndicadores_compare .nav-tabs{
  border-bottom: 1px solid #dee2e6;
  padding: 12px 12px 0px 12px;
  background-color: #28a745;
}
@media (max-width:748px) {
#compararBtn {
  display: none;
}
}
.esri-popup--shadow {
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}

.esri-button {
  align-items: center;
  background-color: #238551;
  border: 1px solid #238551;
  color: #fff;
}

.esri-button:hover {
  background-color: #2eb135;
  border: 1px solid #2eb135;
  color: #fff
}

.esri-ui-top-left {
  top: 100px;
  left: 10px;
}

.esri-ui-top-right {
  top: 100px;
  right: 36px;
}

.widgetVisible {
  display: none;
}

.esri-layer-list {
  padding: 0px 0px;
}

.esri-widget-select {
  border: 1px solid #e9ecef;
  padding: 2px;
  width: 100%;
}

#searchBarrioContainer.esri-search,
#searchBarrioContainerCompare.esri-search  {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  overflow: visible;
  padding: 5px 0px;
}

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
  cursor: default;
  background-color: #28a745cc;
}

.esri-widget--button.active path,
.esri-widget--button.active:hover path,
.esri-widget--button.active:focus path {
  fill: rgb(40, 167, 69);
}

.esri-area-measurement-2d__container,
.esri-distance-measurement-2d__container {
  position: relative;
  padding-bottom: 12px;
  padding-top: 0;
  overflow-y: auto;
}

.esri-area-measurement-2d__settings,
.esri-distance-measurement-2d__settings {
  display: none !important;
}

.esri-popup--is-docked {
  right: auto !important;
  top: auto !important;
}
