/* Leaflet - Mapa */
#mapa {
  height: 580px;
}

/* Leaflet - Atribui��o */
.leaflet-control-attribution {
  display: none;
}

/* Leaflet - Legendas */
.leaflet-control-container .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: #fff;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 4px;
  text-align: left;
}
.leaflet-control-container .info h4 {
  margin: 0 0 5px;
  color: #777;
}
.leaflet-control-container .legend {
  line-height: 18px;
  color: #555;
}
.leaflet-control-container .legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

/* Leaflet - Popups */
.leaflet-popup-pane td, .leaflet-popup-pane th {
  border: 1px solid #eee;
  padding: 2px 4px;
}
.leaflet-popup-pane td {
  min-width: 100px;
}

/* Graficos */
.graficos canvas {
  max-width: 600px;
  margin: 0 auto;
}
.highcharts-credits {
  display: none;
}

/* Tabela - Lista de obras */
.lista-obras {
  background: #fff;
  overflow: auto;
}

#lista-obras {
  overflow-y: auto;
}
#lista-obras th select {
  max-width: 150px;
}