/*** FAA ****/
/*Tab*/
/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid */
.step.finish {
  background-color: #fdc400;
}

/*FORM*/
.diagramFaa {
  width: 32%;
  height: 32%;
}

.diagramAFaa {
  width: 50%;
  height: 50%;
}

/*Geocoder*/
/*campo input*/
.mapboxgl-ctrl-geocoder {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/*Mappa contenitore*/
#map-container {
  position: relative;
  height: 400px;
  width: 100%;
}

/*Immagine */
#map {
  position: relative;
  height: inherit;
  width: inherit;
}

/* Map legend styling */
.legend {
  width: 30%;
  background-color: #fff;
  border-radius: 3px;
  bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 10px/12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.legend h4 {
  margin: 0 0 10px;
}

.legendcolor {
  border-radius: 0;
  display: inline-block;
  height: 10px;
  margin-right: 0px;
  width: 20px;
}

.legendtext {
  border-radius: 0;
  display: inline-block;
  height: 10px;
  margin-right: 0px;
  width: 80%;
  color: #000 !important;
  text-align:left !important;
}