.show-block {
  display: block !important;
}

.page-lpv-procedures-map {
  position: relative;
}

#map_chart_text_canvas {
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100% !important;
  z-index: 1000;
}

text {
  visibility: visible;
}

.operatorsTable {
  font-size: 10px;
}

/* Style row 1 */
tr:nth-child(odd) {
  background-color: #f1efef;
  /* Background color for odd rows */
}

/* Style row 2 */
tr:nth-child(even) {
  background-color: #ffffff;
  /* Background color for even rows */
}

tr:first-child {
  background-color: #a0a0a0;
}

#title_ui {
  background-color: white;
  text-align: center;
  padding: 10px 0;
  color: #0d4e8f;
}

.tab-content {
  max-height: 800px;
  width: 100%;
  padding: 0;
}

#number_icon_div {
  padding: 0;
}

#number_icon_div img {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}

#number_icon_div span {
  font-size: 12px;
}

.google-visualization-tooltip {
  max-width: 370px !important;
  height: auto;
  left: 0;
  top: 30px;
  overflow: hidden;
}

.google-visualization-tooltip table {
  width: 100%;
}

.google-visualization-tooltip-item {
  padding: 5px !important;
}

.menu-rigth {
  z-index: 1001;
}

.google-visualization-tooltip {
  max-width: 600px;
  pointer-events: none !important;
}

#legend_icons_div {
  display: flex;
  flex-direction: column;
}

.legend_item {
  display: block;
}

.legend_item img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.legend_item span {
  width: auto;
}
.m-t10{
  margin-top: 10px;
}