html,
body,
#container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

body {
  padding-top: 50px;
  font-family: 'Noto Sans', sans-serif; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0; }

a:focus {
  outline: none; }

h1,
h2,
h5 {
  font-family: 'Noto Serif', serif;
  font-weight: 700; }

#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

#loading {
  position: absolute;
  width: 100%;
  background-color: #FFF;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2001;
  display: flex; }
  #loading .loading_content {
    align-self: center; }
    #loading .loading_content img {
      width: 300px;
      padding: 25px 45px 25px 25px;
      max-width: 100%; }

#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none; }

#aboutTabsContent {
  padding-top: 10px; }

.progress-bar-full {
  width: 100%; }

.progress-bar-info {
  background-color: #6c9837; }

.white {
  color: #FFFFFF; }

.black {
  color: #000; }

.banner_desktop {
  height: 35px;
  background: #6c9837;
  z-index: 2000;
  position: absolute;
  top: 50px;
  width: 100%;
  color: #FFF;
  padding: 0 15px;
  text-align: center; }
  .banner_desktop > span {
    line-height: 35px; }
  .banner_desktop .fa {
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    line-height: 20px;
    justify-content: center; }

#aboutModal .about-title {
  margin-top: 30px; }

#aboutModal .about-subtitle {
  margin-left: 35px;
  font-size: 16px;
  font-style: italic; }

#aboutModal .about-description {
  margin-left: 35px; }

#sidebar {
  display: block;
  width: 250px;
  height: 100%;
  max-width: 100%;
  margin-top: 10px;
  float: left;
  position: absolute;
  z-index: 1111; }
  #sidebar .sidebar-wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
    #sidebar .sidebar-wrapper .panel-heading {
      width: 250px;
      background-color: #000;
      border-radius: 0; }
      #sidebar .sidebar-wrapper .panel-heading .panel-title {
        color: #fff;
        font-weight: 400; }
        #sidebar .sidebar-wrapper .panel-heading .panel-title #sidebar-hide-btn {
          background-color: transparent;
          border: none;
          color: #fff; }
          #sidebar .sidebar-wrapper .panel-heading .panel-title #sidebar-hide-btn:focus {
            outline: transparent; }
    #sidebar .sidebar-wrapper .panel-body {
      width: 250px; }
    #sidebar .sidebar-wrapper .sidebar-table {
      position: absolute;
      width: 250px;
      top: 37px;
      bottom: 60px;
      overflow: auto; }
      #sidebar .sidebar-wrapper .sidebar-table::-webkit-scrollbar-track {
        border: none;
        background-color: #fff; }
      #sidebar .sidebar-wrapper .sidebar-table::-webkit-scrollbar {
        width: 5px;
        background-color: #fff; }
      #sidebar .sidebar-wrapper .sidebar-table::-webkit-scrollbar-thumb {
        background-color: #656565; }
      #sidebar .sidebar-wrapper .sidebar-table .table {
        margin-bottom: 0;
        border-collapse: separate;
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px; }
      #sidebar .sidebar-wrapper .sidebar-table .feature-row {
        background: #fff; }
        #sidebar .sidebar-wrapper .sidebar-table .feature-row .feature-name h5 {
          color: #656565;
          font-weight: 700;
          font-size: 16px; }
        #sidebar .sidebar-wrapper .sidebar-table .feature-row .feature-name img.feature-icon {
          float: left; }
        #sidebar .sidebar-wrapper .sidebar-table .feature-row .feature-name .link {
          text-align: right;
          color: #6c9837; }
  @media (max-width: 767px) {
    #sidebar {
      display: none; }
      #sidebar .url-break {
        word-break: break-all;
        hyphens: auto; }
      #sidebar .dropdown-menu a i {
        color: #FFFFFF; } }
  @media (max-width: 320px) {
    #sidebar {
      width: 210px !important; }
      #sidebar .panel-heading {
        width: 210px !important; }
      #sidebar .panel-body {
        width: 210px !important; }
      #sidebar .sidebar-table {
        width: 210px !important; }
        #sidebar .sidebar-table .link {
          font-size: 12px !important; } }

.leaflet-popup .leaflet-popup-content {
  margin: 0; }

.leaflet-popup a.leaflet-popup-close-button {
  background-color: none;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  top: -10px;
  left: -10px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  text-shadow: none; }
  .leaflet-popup a.leaflet-popup-close-button::after {
    content: "";
    align-self: center;
    font-size: 14px;
    text-shadow: none;
    background-image: url("../img/close_icon.png");
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat; }

.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0; }

.leaflet-popup .table {
  margin-bottom: 0; }
  .leaflet-popup .table .feature-pop {
    background: #fff; }
    .leaflet-popup .table .feature-pop .image {
      max-width: 75px;
      border-top: 0; }
    .leaflet-popup .table .feature-pop td img {
      float: left; }
    .leaflet-popup .table .feature-pop .feature-name {
      min-width: 140px;
      border: none; }
      .leaflet-popup .table .feature-pop .feature-name h5 {
        color: #656565;
        font-weight: 700;
        font-size: 16px; }
      .leaflet-popup .table .feature-pop .feature-name .link {
        text-align: right;
        color: #6c9837;
        display: block; }
        .leaflet-popup .table .feature-pop .feature-name .link:focus {
          outline: none; }

.feature-row {
  cursor: pointer;
  width: 250px; }

.leaflet-control-layers {
  overflow: auto; }
  .leaflet-control-layers label {
    font-weight: normal;
    margin-bottom: 0px; }

.leaflet-control-layers-list input[type="radio"],
input[type="checkbox"] {
  margin: 2px; }

.modal {
  z-index: 2300; }
  .modal .modal-body {
    padding: 15px 15px 45px; }

.modal-content {
  border-radius: 0;
  border: 0;
  padding: 0; }
  .modal-content .modal-feature {
    padding: 15px 15px 45px; }
    .modal-content .modal-feature .feature-description {
      margin-left: 35px; }
      .modal-content .modal-feature .feature-description a {
        color: #6c9837; }
        .modal-content .modal-feature .feature-description a:hover {
          color: #6c9837;
          text-decoration: underline; }
  .modal-content .modal-cavallerizza {
    background-color: #FFF;
    color: #656565; }
  .modal-content .modal-architettura {
    background-color: #656565;
    color: #FFF; }
  .modal-content .modal-info {
    background-color: #000;
    color: #FFF; }
    .modal-content .modal-info .feature-image img {
      margin: 20px auto;
      padding: 0; }
  .modal-content .modal-vegetazione {
    background-color: #6c9837;
    color: #FFF; }
    .modal-content .modal-vegetazione .feature-subtitle > strong {
      font-style: normal; }
  .modal-content > button.close {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 1;
    align-content: center;
    display: flex;
    justify-content: center;
    font-size: 0;
    text-shadow: none;
    z-index: 10;
    line-height: 0; }
    .modal-content > button.close::after {
      content: "";
      align-self: center;
      font-size: 14px;
      text-shadow: none;
      background-image: url("../img/close_icon.png");
      height: 20px;
      width: 20px;
      background-size: 20px;
      background-repeat: no-repeat; }
  .modal-content .modal-head {
    display: flex;
    margin-bottom: 20px; }
    .modal-content .modal-head .id-cat {
      flex-grow: 1;
      padding-left: 35px; }
    .modal-content .modal-head .icon img {
      width: 30px; }
  .modal-content .feature-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Noto Serif', serif; }
  .modal-content .feature-subtitle {
    margin-bottom: 40px;
    margin-left: 35px;
    font-style: italic;
    font-size: 16px; }
  .modal-content .feature-image img {
    margin-bottom: 20px;
    max-height: 70vh; }
  .modal-content .dettagli-alberi {
    margin-bottom: 40px;
    margin-left: 35px;
    font-size: 16px; }
  .modal-content .feature-image img,
  .modal-content .feature-description img {
    padding-right: 35px; }
  .modal-content .image_description {
    margin: 20px 0;
    max-height: 70vh;
    margin-left: -35px; }

.modal-backdrop {
  z-index: 2200; }

.navbar.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7; }
  .navbar.navbar-default .navbar-brand {
    padding: 8px;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF; }
  .navbar.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    text-transform: uppercase; }

.navbar-nav > li > a {
  padding: 10px !important; }

.navbar-collapse.in {
  overflow-y: hidden; }

.navbar-header .navbar-icon-container {
  margin-right: 13px; }

.navbar-header a.navbar-icon {
  margin-left: 15px;
  font-size: 20px; }

.navbar-icon {
  line-height: 50px; }
  .navbar-icon .icon {
    width: 36px; }

.typeahead {
  background-color: #FFFFFF; }

.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto; }

.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px; }

.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer; }

.tt-suggestion p {
  margin: 0; }

.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc; }

.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.leaflet-touch .leaflet-control-layers-toggle {
  background-image: url("../img/menu_filtri.png");
  background-size: 42px;
  width: 40px;
  height: 40px; }

.leaflet-touch .leaflet-control-layers-group .leaflet-control-layers-group-name {
  background-color: #000;
  color: transparent;
  margin-bottom: 2px;
  line-height: 40px; }
  .leaflet-touch .leaflet-control-layers-group .leaflet-control-layers-group-name:before {
    content: "Legenda:";
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase; }

.leaflet-touch .leaflet-control-layers-group label {
  text-align: center;
  background: #fff;
  color: #000;
  margin-bottom: 2px;
  padding: 10px;
  transition: all 0.2s ease;
  background: #000;
  color: #fff; }
  .leaflet-touch .leaflet-control-layers-group label .check {
    height: 30px;
    width: 30px;
    background-size: 30px !important;
    margin: 0 auto; }
    .leaflet-touch .leaflet-control-layers-group label .check.label-vegetazione {
      background: url("../img/icon_vegetazione_w.png"); }
    .leaflet-touch .leaflet-control-layers-group label .check.label-architettura {
      background: url("../img/icon_architettura_w.png"); }
    .leaflet-touch .leaflet-control-layers-group label .check.label-cavallerizza {
      background: url("../img/icon_cavallerizza_w.png"); }
    .leaflet-touch .leaflet-control-layers-group label .check.label-info {
      background: url("../img/icon_info_w.png"); }
  .leaflet-touch .leaflet-control-layers-group label.empty {
    background-color: #FFF;
    color: #000; }
    .leaflet-touch .leaflet-control-layers-group label.empty > span {
      opacity: 0.5; }
    .leaflet-touch .leaflet-control-layers-group label.empty .check {
      opacity: 0.5; }
      .leaflet-touch .leaflet-control-layers-group label.empty .check.label-vegetazione {
        background: url("../img/icon_vegetazione.png"); }
      .leaflet-touch .leaflet-control-layers-group label.empty .check.label-architettura {
        background: url("../img/icon_architettura.png"); }
      .leaflet-touch .leaflet-control-layers-group label.empty .check.label-cavallerizza {
        background: url("../img/icon_cavallerizza.png"); }
      .leaflet-touch .leaflet-control-layers-group label.empty .check.label-info {
        background: url("../img/icon_info.png"); }
  .leaflet-touch .leaflet-control-layers-group label input {
    visibility: hidden;
    position: absolute; }
  .leaflet-touch .leaflet-control-layers-group label img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-touch .leaflet-bar {
  border: none !important;
  border-radius: 0;
  background: transparent;
  padding: 0; }

.leaflet-touch .leaflet-bar {
  border: none; }
  .leaflet-touch .leaflet-bar.leaflet-control {
    margin-bottom: 0; }
  .leaflet-touch .leaflet-bar.leaflet-control-zoom {
    margin-bottom: 10px; }
  .leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border: none;
    border-radius: 100%;
    margin-bottom: 3px;
    background-size: 42px;
    background-color: transparent; }
    .leaflet-touch .leaflet-bar a.leaflet-bar-part {
      background-image: url("../img/geolocal_2.png"); }
      .leaflet-touch .leaflet-bar a.leaflet-bar-part.active {
        background-image: url("../img/geolocal_1.png"); }
    .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in {
      background-image: url("../img/zoom_+.png"); }
    .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out {
      background-image: url("../img/zoom_-.png"); }

.cluster-el {
  width: 30px;
  height: 30px;
  background-color: white;
  color: #656565;
  text-align: center;
  line-height: 28px;
  position: relative;
  left: -7px;
  top: -9px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 0; }

.footer {
  display: flex;
  padding: 5px;
  font-size: 12px;
  z-index: 2100;
  background-color: #fff; }
  .footer .university {
    flex-grow: 1;
    margin-bottom: 0; }
    .footer .university > a {
      color: #000; }
      .footer .university > a:hover {
        color: #000;
        text-decoration: underline; }
  .footer .credits_link {
    text-align: right;
    color: #6c9837;
    text-decoration: none; }

#creditsModal .title {
  margin-top: 30px;
  margin-bottom: 30px; }

#creditsModal h3 {
  font-size: 16px;
  font-weight: bold; }

#creditsModal .description {
  padding-left: 35px; }

#creditsModal a {
  color: #6c9837; }
  #creditsModal a:hover {
    color: #6c9837;
    text-decoration: underline; }

@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px; } }

/* Print Handling */
@media print {
  .navbar {
    display: none !important; }
  .leaflet-control-container {
    display: none !important; } }
 

 /*# sourceMappingURL= app.css.map */