html, body, #container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    padding-top: 0px;
}

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

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

#loading {
    position: absolute;
    width: 220px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px;
    z-index: 20001;
}

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

#sidebar-hide-btn {
    margin-top: -2px;
}

#aboutTabsContent {
    padding-top: 10px;
}

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

.white {
    color: #FFFFFF;
}

.blue {
    /*color: rgb(0, 33, 204);*/
    color: rgb(0, 0, 0);
}


.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;
}


.navbar .navbar-brand {
    font-weight: bold;
    font-size: 22px;
    color: rgb(30, 30, 30);
    font-family: "Roboto", "Helvetica", "lucida grande", sans-serif;
    display: inline-block;
    width: 200px;
    height: 63px;
}

#logo_PNCVD {
    background-image: url("../img/logo_ippo_medium.png");
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: 5px;
    width: 420px;
    border: none;
    box-shadow: none;
}

@media (max-width: 960px) {
    #logo_PNCVD {
        background-image: url("../img/logo_ippo_small.png");
        background-repeat: no-repeat;
        margin-right: 0px;
        margin-left: 5px;
        width: 340px;
        border: none;
        box-shadow: none;
    }

}

@media (max-width: 620px) {
    #logo_PNCVD {
        background-image: url("../img/logo_ippo_small2.png");
        background-repeat: no-repeat;
        margin-right: 0px;
        margin-left: 5px;
        width: 340px;
        border: none;
        box-shadow: none;
    }
}

@media (max-width: 350px) {
    #logo_PNCVD {
        display: none;
    }

}

#headerIppo {
    background-image: url("../img/loghi_istituzioni.png");
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 20px;
    width: 420px;
    border: none;
    box-shadow: none;
}

@media (max-width: 1125px){
    #headerIppo {
        background-image: url("../img/loghi_istituzioni_rid.png");
        margin-top: 13px;
        margin-right: 0px;
        margin-left: 0px;
        width: 300px;
    }
}

@media (max-width: 960px){
    #headerIppo {
        background-image: url("../img/loghi_istituzioni_rid.png");
        margin-top: 7px;
        margin-right: 0px;
        margin-left: 0px;
        width: 300px;
    }
}

@media (max-width: 880px){
    #headerIppo {
        display: none;
    }
}

#info_ippo {
    background-image: url("../img/info_ippo.png");
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 20px;
    /*margin-left: 100px;*/
    width: 34px;
    height: 32px;
    border: none;
    box-shadow: none;
    z-index: 2000;
    cursor: pointer;
}

#info_ippo:hover {
    background-color: rgba(60, 118, 61, 0.66);
}

#info_ippo:hover #testo_info{
    background: -webkit-linear-gradient(left, rgba(60, 118, 61, 0.65), rgba(60, 118, 61, 0.65)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(60, 118, 61, 0.65), rgba(60, 118, 61, 0.65)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(60, 118, 61, 0.65), rgba(60, 118, 61, 0.65)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(60, 118, 61, 0.65), rgba(60, 118, 61, 0.65)); /* Standard syntax (must be last) */
    display : block;
}

#testo_info{
    display: none;
    position: absolute;
    top: 73px;
    right: 0px;
    width: 625px;
    height: 75px;
    padding: 5px;
    line-height: 0px;
}


#search_box {
    position: absolute;
    right: 10px;
    top: -10px;
    width: auto;
}

@media (max-width: 625px){

    #search_box {
        position: absolute;
        right: 30px;
        top: -10px;
        width: auto;
    }
}

@media (max-width: 385px) {
    #searchbox {
        /*left: 100px;*/
        /*margin-right: 0px;*/
        font:  11px "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

@media (min-width: 10px) {
    .navbar-left {
        float: left !important;
    }
}


@media (min-width: 300px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media (max-width: 625px) {
    #testo_info {
        display: none;
        position: absolute;
        top: 73px;
        right: -30px;
        width: 410px;
        height: 120px;
        padding: 5px;
        line-height: 0px;
        text-align: center;
    }
}


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

.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;
}

@media (min-width: 625px) {
    .sidebar {
        top: 0px;
        bottom: 10px;
        transition: width 500ms;
    }
}




.navbar-fixed-top {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* Standard syntax (must be last) */
    margin: 0;
    transition: 1s ease;
    transition-property: top, height;
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    border-width: 0 0 0px;
}

.leaflet-top .leaflet-control {
    margin-top: 65px;
}

.navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
    /*color: rgb(0, 33, 204);*/
    color: rgb(50, 50, 50);
}


.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    width: 16px;
    height: 16px;
    text-align: center;
    /*font: 20px/-1px "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
    font: 13px/13px Tahoma, Verdana, sans-serif;
    font-weight: bold;
    color: #000000;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #ffffff;

}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #ff0000;
}

.p_gallery .leaflet-popup-content-wrapper  {
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 0;
    width: auto;
    height: auto;
}

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

.p_gallery .leaflet-popup-content p img{
    border-radius: 0;
}

.p_gallery .leaflet-popup-tip {
    /*background: #fdffdc;*/
    background-color: rgba(0, 255, 0, 0.5);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 1);
}

.p_gallery .leaflet-popup-content {
    margin: 0px;
    line-height: 1.4;
    width: auto;

}
.owl-item {
    background-color: rgba(0, 0, 0, 0.6);
}


.owl-item .thumbnail {
     background-color: transparent;
     border: 0px solid #000;
     border-radius: 4px;
     display: block;
     line-height: 1.42857;
     margin-bottom: 20px;
     padding: 4px;
     transition: border 0.2s ease-in-out 0s;
 }

.owl-item:hover{
    background-color: black;
    opacity: 0.8;

}



.header_thum{
    background-color: transparent;
    left: 0;
    opacity: 0.8;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}



.header_thum h2{
    font: bold 9px/9px "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: white;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-top: 0px;
    padding: 0px;
}

.header_thum h2 span{
    font: bold 10px/10px "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    color: white;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-top: 0px;
    padding: 0px;
}



#gallery{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
     /* height: 120px;*/
    z-index: 2000;
}


#video-gallery{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    /* height: 120px;*/
    z-index: 2000;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    margin-right: 0px;
    /*overflow-x: auto;*/
}

.owl-stage {
    width: 100%;
}

#owl-image .item {
    margin: 0px;
}

#owl-image .item img {
    display: block;
    width: 100%;
    min-height: 100px;
    height: auto;


}


#owl-video .item {
    margin: 3px;
}

#owl-video .item img {
    display: block;
    width: 100%;
    height: auto;
}



.owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;

    /*background-color: rgba(200, 200, 200, 0.5);*/
}

.panel-footer {
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #ddd;

}

#list_ippovie_txt, #list_poste_txt {
    display: inline-block;
    padding: 2px 2px;
    font-size: 14px;
    font-weight: bold;

}

.glyphicon-triangle-right:before {

    color: rgba(0, 0, 0, 1);
}

.glyphicon-triangle-bottom:before {
    color: rgba(0, 0, 0, 1);
}

.panel-group {

    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 6px 6px 12px rgba(255, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    margin-bottom: 0px;

}

.sfumo {
    background-color: rgba(255, 255, 255, 0);
    width: 380px;
    border: 0px;
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    overflow: hidden;

}

.menu_mini {
    /*non pi� usato*/
    position: absolute;
    top: 0px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    border: 0px;
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    overflow: hidden;
    z-index: 2000;
}

.panel-group .panel + .panel {
    margin-top: 0px;

}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: 1px white;
}

.panel-default > .panel-heading {
    color: #347bb7;
    background-color: rgba(255, 255, 255, 1);
    border-color: #ddd;
}

.panel-default {
    border-color: #ddd;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;

}

.panel-default.collapse.in {
    display: block;
    background-color: rgba(255, 255, 255, 1);

}

.sidebar-table.collapse.in {

    padding-top: 0px;
    position: relative;
    width: 100%;
    bottom: 0px;

}

.table-responsive {
    max-height: 500px;
    overflow-y: auto;

}

#sidebar {
    width: 445px;
    background-color: transparent;

    height: auto;
    margin-top: 63px;
    margin-left: 0px;

    box-shadow: none;
/*      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    overflow-y: hidden;*/
    z-index: 1031;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
}



#zona_mappa{
    background-color: transparent;
    height: 100%;
}

.footer-tab {
    height: 1px;
    background-color: #028854;
    box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.5);

}


#list_ippovie {
    background-color: #737373;
    color: white;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    padding: 10px 15px;
    border-bottom: 1px solid black;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*  box-shadow: inset 0 3px 5px rgba(0,0,0,1); /!*x, y, blur, color*!/*/
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#list_poste {
    background-color: #737373;
    color: white;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    padding: 10px 15px;
    border-bottom: 1px  solid black;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid #737373;
    cursor: pointer;
}

#list_ippovie.collapsed {
    font-size: 14px;
    color: #737373;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-weight: bold;
    -webkit-transition: background-color 0.8s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s ease;
    background-color: #e5e5e5;
   /* border-bottom: 1px solid #737373;*/
}

#list_poste.collapsed {
    font-size: 14px;
    color: #737373;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-weight: bold;
    -webkit-transition: background-color 0.8s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s ease;
    background-color: #e5e5e5;
   /* border-top: 1px solid #737373;*/
}

#list_ippovie:hover, #list_poste:hover {
    -webkit-transition: background-color 0.1s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.01s ease;
    background-color: #737373;
    color: white;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#menu-button {
    height: 30px;
    width: 380px;
    background-color: #353535;
    text-align: center;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: white;
    float: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid black;

    line-height: 1;
    /*  box-shadow: inset 0 5px 10px rgba(0,0,0,0.2);
      -webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}

#menu-button.collapsed .fa-caret-up {
    transform: rotate(180deg);
    display: inline-block;
    transition: transform .5s ease;
}

#tool_nav {
    width: auto;
}

.fa-bars {
    z-index: 3000;
}

.t-button {
    position: absolute;
    right: 3px;
    top: 8px;
    z-index: 3000;
    /*background: #025234;*/

}

#sidebar-toggle-btn{
    opacity: 1;

}

.fotovideo-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4000;
   /* background-color: black;*/
    border: none;
    padding: 0px;
    height: 100%;
    widht: 100%;
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* Standard syntax (must be last) */
}


.fotovideo-btn .close {
    float: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    padding: 0;
    margin-left: 5px;
}

.fotovideo-btn .slide_show{
     float: none;
     font-size: 21px;
     font-weight: 700;
     line-height: 1;
     color: blue;
     text-shadow: 0 1px 0 #fff;
     filter: alpha(opacity=20);
     opacity: .5;
     padding: 0;
     margin-left: 2px;
     margin-right: 2px;
     margin-top: 6px;
     border: 0px;
     background: transparent;
 }

.fotovideo-btn .clean_mark {
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    padding: 0px 0px 0px 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    border: 0px;
    background: transparent;
}

.fotovideo-btn  .close:hover {
    opacity: 1;
}

.fotovideo-btn  .slide_show:hover {
    opacity: 1;
}

.fotovideo-btn  .clean_mark:hover {
    opacity: 1;
}

#zoom_estensione {
    position: absolute;
    left: 310px;
    top: 20px;
    width: 50px;
    z-index: 1500;
}



.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}




small{
    font-size: 10px;
    font-family: sans-serif, "Helvetica", "lucida grande";
}

.feature-foto :hover, .feature-video :hover, .feature-poste :hover  {
    /*background-color: orangered;*/
    color: #0000ff;

}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: -webkit-transform 0s ease-out;
    -moz-transition: -moz-transform 0s ease-out;
    -o-transition: -o-transform 0s ease-out;
    transition: transform 0s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


.btn.active[aria-pressed="true"] {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn[aria-pressed="false"] {
    color: black;
    background-color: #ffffff;
    border-color: transparent;
}
.btn {
    color: black;
    background-color: #ffffff;
    border-color: transparent;
}


.owl-carousel .item-video {
    height: 200px;
}




#videoModal .modal-body, #fotoModal .modal-body{
    background-color: black;
    position: relative;
    padding: 0px;
}

#videoModal .modal-header, #fotoModal .modal-header  {
     background-color: rgb(37, 36, 36);
     max-height: 10px;
     padding: 0px;
     border-bottom: 1px solid #e5e5e5;

 }

#videoModal .modal-header:hover , #fotoModal .modal-header:hover{
    background-color: #ff7d0f;

}


#videoModal .btn, #fotoModal .btn{
    border-radius: 0px;
    color: #333333;
    background-color: white;
    border-color: grey;
}

#videoModal .btn:hover, #fotoModal .btn:hover{
    color: #333333;
    background-color: #ff7d0f;
    border-color: #000000;
}


.leaflet-container a#btn_expand {
    position: absolute;
    bottom: 34px;
    right: 10px;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}


.sidebar .table>tbody>tr>td {
    padding: 8px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    color: black;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-size: 11px;

}

#feature-list-poste.table>tbody>tr:hover {
      cursor: pointer;
      background-color: rgb(214, 255, 208);
  }

#feature-list-ippovie.table>tbody>tr>td.feature-name.flag_hover:hover, #feature-list-ippovie.table>tbody>tr>td.feature-icon:hover {
     cursor: pointer;
     background-color: #d6ffd0;
    border: 1px solid #00ff00;
 }

#feature-list-ippovie.table>tbody>tr>td.feature-name.attivo:hover {
    cursor: pointer;
    border: 1px solid #fffa00;
}

#feature-list-ippovie.table, #feature-list-poste.table, #tbl_scheda, #elevation, .panel-title  {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.leaflet-label {
    background: transparent;
    border-width: 0px;
    display: block;
    padding: 0px 0px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6;
    font: 12px/25px Georgia, "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}

.leaflet-label.label-verde {
    background: transparent;
    border-width: 0px;
    display: block;
    padding: 0px 0px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6;
    font: 12px/25px Georgia, "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-shadow:
    -1px -1px 0 #32E932,
    1px -1px 0 #32E932,
    -1px 1px 0 #32E932,
    1px 1px 0 #32E932;
}

.TT_label{
    background: transparent;
    border-width: 0px;
    display: block;
    padding: 0px 0px;
    position: absolute;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6;
    font: 12px/25px Georgia, "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

.leaflet-label.label-poste {
    background: transparent;
    border-width: 0px;
    display: inline-block;
    padding: 0px 0px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: pre;
    z-index: 6;
    font-size: 10px;
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    color: #ffff00;
    width: 100px;
    height: auto;
    margin: auto;
    text-align: left;
    text-shadow:
    -0.6px -0.6px 0.2px #000000,
    0.6px -0.6px 0.2px #000000,
    -0.6px 0.6px 0.2px #000000,
    0.6px 0.6px 0.2px #000000;

}

.leaflet-label.label-poste-verde {
    background: transparent;
    border-width: 0px;
    display: inline-block;
    padding: 5px 0px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: pre;
    z-index: 6;
    font: 10px/12px Georgia, "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    width: 100px;
    height: auto;
    margin: auto;
    text-align: left;
    text-shadow:
    -1px -1px 0 #32E932,
    1px -1px 0 #32E932,
    -1px 1px 0 #32E932,
    1px 1px 0 #32E932;
}


.leaflet-label.label-percorso {
    background: transparent;
    border-width: 0px;
    display: none;
    padding: 0px 0px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: pre;
    z-index: 6;
    font-size: 10px;
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    color: #ffff00;
    width: 100px;
    height: auto;
    margin: auto;
    text-align: left;
    text-shadow:
    -0.6px -0.6px 0.2px #000000,
    0.6px -0.6px 0.2px #000000,
    -0.6px 0.6px 0.2px #000000,
    0.6px 0.6px 0.2px #000000;
}

.leaflet-label.label-percorso-verde {
    background: transparent;
    border-width: 0px;
    display: none;
    padding: 0px 0px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: pre;
    z-index: 6;
    font-size: 10px;
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    width: 100px;
    height: auto;
    margin: auto;
    text-align: left;
    text-shadow:
    -1px -1px 0 #32E932,
    1px -1px 0 #32E932,
    -1px 1px 0 #32E932,
    1px 1px 0 #32E932;
}


.leaflet-label:before {
    border-right: 0px;
    border-right-color: inherit;
    left: -10px;
}

div.zoom_estensione{
    position: absolute;
    top: 500px;
    left: 100px;
    z-index: 3000;
}

#int_titolo_elev{
    font: 11px Georgia, "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}

#titolo_elev{
    font: 12px Georgia, "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}

.mouse-focus-label-x, .mouse-focus-label-y{
    font: 12px/20px "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}

.height-focus-label{
    font: 12px/20px "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}


/*.axis{*/
    /*font: 12px/20px  Calibri, Helvetica, sans-serif;*/
    /*!* font-weight: bold;*!*/
    /*color: black;*/
    /*font-weight: 600;*/
/*}*/



.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px;
}

.title{
    height: 208px;
}


#fotoModal .modal-dialog {
     position: relative;
     width: 50%;
     margin: 10px;
 }


#videoModal .modal-dialog {
    position: relative;
    width: 600px;
    margin: 10px;
}



.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.attivo{
    background-color: #32E932;
}

.attivo_hl{
    background-color: #14a742;
}



.btn + .tooltip > .tooltip-inner {
    background-color: #363636;
    color: #ffffff;
  /*  border: 1px solid #000000*/;
}

/* Tooltip on left */
.btn + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #363636;
}




.owl-carousel img, .div_img_pop img {
    cursor: pointer;
}



.modal-content#infoTableModal{
    position: absolute;
    top: 80px;
    left: 40%;
    width: 630px;
    height: 295px;
    margin-bottom: 0;
    margin-top: 6px;
    padding: 0px;
    /*background-color: rgba(255, 255, 255, 0);*/
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* Standard syntax (must be last) */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 3000;

}

.modal-content#featureModal{
    position: absolute;
    top: 60px;
    left: 50%;
    display: none;
    z-index: 3000;
    width: 630px;
    margin-bottom: 0;
    margin-top: 6px;
    background-color: rgba(255, 255, 255, 1);
}

.modal-content#modal-elev{
    position: absolute;
    top: 430px;
    left: 40%;
    width: 630px;
    height: 295px;
    margin-bottom: 0;
    margin-top: 6px;
    padding: 0px;
    /*background-color: rgba(255, 255, 255, 0);*/
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* Standard syntax (must be last) */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 3000;

}

#modal-elev .modal-header, #infoTableModal .modal-header   {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /* Standard syntax (must be last) */
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    max-height: 50px;
    height: 25px;
    border-bottom: 0px solid #e5e5e5;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
    border-left: 3px solid #ffffff;
    border-radius: 0px;
    font:  17px/15px  "Open Sans", "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    /*font-weight: 200;*/
    font-weight: bold;
    font-variant: small-caps;

}

.modal-body#body-elev{
     padding-top: 7px;

 }

.modal-body#infoTable-info, .modal-body#featureModal{
    padding: 5px 8px 5px 8px;
    width: 100%;
    height: 275px;
    /*background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /!* For Safari 5.1 to 6.0 *!/*/
    /*background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /!* For Opera 11.1 to 12.0 *!/*/
    /*background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /!* For Firefox 3.6 to 15 *!/*/
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(60, 118, 61, 0.35)); /!* Standard syntax (must be last) *!/*/
    /*-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);*/
    /*box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);*/
}

#tbl_elev{
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#scheda_t, #scheda_t2,#scheda_t3{
    padding: 10px;
}



.modal-footer:hover, .modal-content:hover{
    /*background-color: #ff8704;*/
    cursor: move;
}

.leaflet-control-graphicscale{
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3px;

}

.leaflet-control-graphicscale-inner .label{
    color: #000000;
    padding: 0px;
}

.leaflet-bottom .leaflet-control-graphicscale-inner.labelPlacement-auto, .leaflet-control-graphicscale-inner.labelPlacement-top {
    margin: 13px 20px 0px 20px;
}


td.f-percorsi::first-letter {
    font-size: 1px;
    color: white;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    /*outline: thin dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    /*outline-offset: -2px;*/
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: auto;
}