<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 270px;
}

#sidebar-wrapper {
    z-index: 1100;
    position: fixed;
    right: 270px;
    width: 0;
    top: 52px;
    bottom: 52px;
    margin-right: -270px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9); 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: auto;   
    overflow-x: hidden; 
}

#wrapper.toggled #sidebar-wrapper {
    width: 270px;
}

#page-content-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -270px;
}

/* Sidebar Styles */

.sidebar-nav {
    color: #444444;
    line-height: 1.6em;
    margin: 0;
    padding: 0px;
    position: absolute;
    top: 0;
    width: 270px;
}
.infopdi {
    margin-bottom: 5px;
    padding: 5px 25px 0 20px;
    height: 100%;   
}
.pdititolo {
    color: #035c2e;
    font-size: 1.3em;
    font-weight: bold;
    padding: 3px 0;
}
.pdiimg img{
    width:100%;
}
.pdidescr {
    font-size: 1em;
    margin-top: 10px;
}
.pdinote {
    color: #666666;
    font-style: italic;
    font-size: 0.9em;
    margin-top: 10px;
}
.pdibutton {
    text-align: center;
    font-size: 0.9em;
    margin-top: 15px;
}
.infopdi_loading {
    color: #035c2e;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 150px;
    text-align: center;
}
.infowin_nome {
    font-size: 1.2em;
    font-weight: bold;
    padding:10px;
}



@media(min-width:768px) {
    #wrapper {
        padding-right: 0px;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 270px;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}



/* dropdown select */
.bootstrap-select .dropdown-menu{
      background-color: #fff;
}
.bootstrap-select .dropdown-menu li a{
    clear: both;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
}
.bootstrap-select .dropdown-header {
    font-size: 15px;
  }








#map-canvas {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#myMapModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#myMapModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#myMapModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #035c2e;
  border-radius: 0;
  box-shadow: none;
}

#myMapModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #035c2e;
  border: 0;
}

#myMapModal .modal-title {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

#myMapModal .modal-body {
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 100%;
  overflow: hidden;
  padding:0;
}

#myMapModal .modal-footer {
    background: #035c2e none repeat scroll 0 0;
    bottom: 0;
    height: 50px;
    left: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    text-align:left;
    z-index:1000;
}

@media (min-width: 992px) {
  #myMapModal .modal-title {
      font-size: 16px;
    }  
}
@media (min-width: 1200px) {
  #myMapModal .modal-title {
      font-size: 18px;
    }  
}
@media (min-width: 1600px) {
  #myMapModal .modal-title {
    font-size: 24px;
  }
}
/* profilo percorso */
      /*
      #myMapModal ul.info { list-style: none; margin: 0; padding: 0; font-size: smaller; }
      #myMapModal ul.info li { color: #666; padding: 2px; display: inline; }
      #myMapModal ul.info li span { color: black; }
      */
      #myMapModal .pathtitle { color: #FFF; font-weight:bold; }
      #myMapModal .distancediv { color: #FFF; font-weight:bold; font-size:0.9em;}</pre></body></html>