html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}

#carousel {
  margin: auto;
  width: 50%;
  padding: 10px;
}
.carousel-inner img {
  margin: auto;
}

#map-container {
  height: 48%;
  padding: 0;
  /* margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px; */
}
#table-container {
  height: 48%;
  /* margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px; */
  position: relative;
  box-shadow: inset 0 8px 8px -8px #696868;
}

#page-footer {
  height: 5%;
  color: #af131f;
  background-color: white;
  font-size: 16px;
}

#page-footer a {
  color: #af131f;
  font-size: 16px;
  font-family: "Gotham";
}

#map {
  height: 100%;
}
#table tr {
  cursor: pointer;
}
#table-names,
#modal-title {
  color: #ec971f;
}
.left-column {
  display: flex;
}
#loading-mask {
  background-color: rgba(0, 0, 0, 0.5);
}
.loading-indicator {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
.loading-bar {
  width: 100%;
}
.rule-value-container {
  max-height: 100px;
  width: 350px;
  overflow: auto;
}
.tab-content {
  padding-top: 10px;
}
.fa-white {
  color: white;
}
.info-control {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-selector {
  top: 0px;
}

.container-fluid {
  background-color: white;
}

.white {
  color: white;
}
#scala {
  background-color: red;
}
#back-btn,
#about-btn,
#chart-btn,
#extent-btn,
#dropVista,
#dropVistaIn,
#map-graph,
#graph-only,
#map-only {
  color: black;
  font-size: 16px;
  background-color: white;
}

.navbar .navbar-brand {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
}

#navbar-text {
  padding: 0;
  margin: 0;
  height: 75%;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: black;
  background-color: transparent;
}
.navbar-brand img {
  height: 100%;
  margin-right: 15px;
  display: inline;
}
.navbar-nav img {
  height: 40px;
  margin-top: -12px;
  margin-bottom: -10px;
}
.nav {
  font-family: "Gotham";
}

@import url(https://www.veneto.portale-cartografico.it/assets/css/ref.css?family=Gotham);

@media (max-width: 800px) {
  #scala {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
  body {
    overflow-y: auto;
  }
  .fixed-table-toolbar {
    display: none;
  }
  .fixed-table-container {
    padding-bottom: 15px !important;
  }
}
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

@font-face {
  font-family: "Gotham";
  src: url("https://www.veneto.portale-cartografico.it/assets/css/3a47f5f06b5484abfeee9eac90348a9c.eot");
  src: url("https://www.veneto.portale-cartografico.it/assets/css/3a47f5f06b5484abfeee9eac90348a9c.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.veneto.portale-cartografico.it/assets/css/3a47f5f06b5484abfeee9eac90348a9c.woff2")
      format("woff2"),
    url("https://www.veneto.portale-cartografico.it/assets/css/3a47f5f06b5484abfeee9eac90348a9c.woff")
      format("woff"),
    url("https://www.veneto.portale-cartografico.it/assets/css/3a47f5f06b5484abfeee9eac90348a9c.ttf")
      format("truetype"),
    url("https://www.veneto.portale-cartografico.it/assets/css/3a47f5f06b5484abfeee9eac90348a9c.svg#Gotham")
      format("svg");
}
