.table {
  margin-top: 7px;
}

th {
  background-color: rgb(50, 122, 216);
  color: white;
  font-size: 9pt;
  text-align: center !important;
  vertical-align: middle !important;
}

td {
  font-size: 9pt;
  padding: 4px 12px 4px 12px !important;
  color: dimgray;
}

tr {
  height: 13px !important;
}

.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 999;
  color: rgb(250, 249, 249);
  transition: .2s;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  transition: .2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}

.btn-floating:hover img {
  margin-bottom: -2px;
  height: 30px;
}

.btn-floating.home {
  bottom: 100px;
  background-color: salmon;
  border: 2px solid darkorchid;
}
.btn-floating.back {
  bottom: 40px;
  background-color: rgb(47, 195, 1);
  border: 2px solid rgb(28, 117, 36);
}

.btn-floating.sett {
  bottom: 160px;
  background-color: rgb(114, 148, 250);
  border: 2px solid rgb(73, 38, 212);
}

.peta {
  height: 100vh;
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.info1 {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.info h6 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  text-align: left;
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}
