﻿body {
    padding: 60px 10px 10px 10px;
    background-color:#eeeeee;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.table-righe tr:nth-child(even) {
    background-color: #e9faf6
}
.table-export{

}
-table-export td{
    white-space:nowrap;
}
.rosso{
    color:#fc0000;
}
.rosa {
    color: #f2dede;
}

.verdino {
    color: #dff0d8;
}
.giallino{
    color:#fcf8e3;
}
.azzurro{
    color:#d9edf7
}
.grigio{
    color:#eeeeee;
}
.color-sfondo{
    color:#cfcfcf;
}
.alert-sup {
    display: inline-block;
    min-width: 8px;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 8px;
    background-color: #fc0000;
    color: #f9f9f9;
    vertical-align: super;
    display:inline-block
}
.alert-sup-success {
    display: inline-block;
    min-width: 8px;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 8px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    vertical-align: super;
    display: inline-block
}
.alert-sup-warning {
    display: inline-block;
    min-width: 8px;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 8px;
    color: #3c763d;
    background-color: #f7651b;
    border-color: #d6e9c6;
    vertical-align: super;
    display: inline-block
}

.label-rosa {
    max-width: 100%;
    font-size: 85%;
    background-color: #f19dac;
    font-weight: bolder;
    display: inline-block;
    border-radius: 50%;
}

.label-azzurro {
    max-width: 100%;
    font-size: 85%;
    background-color: #4483d0;
    font-weight: bolder;
    display: inline-block;
    border-radius: 50%;
}
.label-circle {
    display: inline;
    font-size: 75%;
    padding: .3em;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: 50%;
}



.social{
    position:fixed;
    top:10px;
    left:5px;
}
.social a {
}
.social img{
    max-width:28px !important;
    margin-right:3px
}
@media(max-width: 480px) {
    .social {
        top: 0px;
        left:0;
    }
    .social a {
    }

}
    .img-usr {
        height: 50px;
        border: solid 2px #fff;
        border-radius: 50%;
    }

.logo-bar {
    width:100%;
}
.logo-bar img {
            position: absolute;
            height: 50px;
            border-radius: 50%;
            left: 10px;
        }

        .logo-bar span {
            visibility: hidden;
            color: #fff;
        }

    @media(max-width: 480px) {
    .logo-bar {
        margin-left:60px;
        text-align:center;
    }
        .logo-bar img {
            display: none;
        }

        .logo-bar span {
            visibility: visible;
        }
    }

    .img-biglogo {
        display: normal;
    }

    @media(max-width: 480px) {

        .img-biglogo {
            display: none;
        }
    }

    .img-logo-ricevuta {
        height: 120px;
        float: left;
        margin-right: 20px;
    }

    .img-firma-pdf {
        margin-top: -20px;
    }

    .img-slide-home {
        display: block;
        width: 100%;
        height: auto;
        display: table;
    }

    .galla {
        display: table;
    }

        .galla div {
            overflow: hidden;
            border-radius: 6px;
            float: left;
            margin: 5px;
            -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
        }

            .galla div span a {
            }

        .galla span:hover img {
            -webkit-transform: scale(1.8); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(1.8); /*Mozilla scale version*/
            -o-transform: scale(1.8); /*Opera scale version*/
            z-index: 0;
            -ms-transform: scale(1.8); /* IE 9 */
            transition: all 0.7s ease-out;
        }

        .galla img {
            height: 120px;
            text-align: center;
            vertical-align: bottom;
            border-radius: 4px;
            transition: all 1s ease;
        }

    @media (max-width: 768px) {
        .galla {
            display: table;
            margin: auto;
        }

            .galla img {
                height: 200px;
            }
    }

    @media (max-width: 480px) {
        .galla img {
            width: 100%;
            height: auto;
        }

        .galla a:hover img {
            -webkit-transform: scale(2); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(2); /*Mozilla scale version*/
            -o-transform: scale(2); /*Opera scale version*/
            z-index: 0;
            -ms-transform: scale(2); /* IE 9 */
            opacity: 0.5;
            transition: all 0.7s ease-out;
        }
    }


    .galla3 {
        display: table;
        text-align: center;
    }

        .galla3 div {
            overflow: hidden;
            border-radius: 6px;
            float: left;
            margin: 5px;
            -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
        }

            .galla3 div span a {
            }

        .galla3 span:hover img {
            -webkit-transform: scale(1.8);
            -moz-transform: scale(1.8);
            -o-transform: scale(1.8);
            z-index: 0;
            -ms-transform: scale(1.8);
            transition: all 0.7s ease-out;
        }

        .galla3 img {
            height: 70px;
            text-align: center;
            vertical-align: bottom;
            border-radius: 4px;
            transition: all 1s ease;
        }



    .hr1 {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

    .hr2 {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

    .div1 {
        margin: auto;
        text-align: center;
    }

        .div1 h4 {
            color: #144372;
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: bold;
            font-style: italic;
        }

        .div1 div {
            float: left;
            border-radius: 10px;
            margin: 15px;
            padding: 5px;
            background-color: #F9FBFA;
        }

        .div1 img {
            float: left;
            height: 50px;
            border-radius: 50%;
        }

        .div1 p img {
            float: none;
            height: 200px;
            max-width: 100%;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            transition: all 1s ease;
            -webkit-box-shadow: 0px 0px 25px #000;
            -moz-box-shadow: 0px 0px 25px #000;
            box-shadow: 0px 0px 8px #000;
            border-radius: 0.4em;
            z-index: 1;
        }

        .div1 img:hover {
            border-radius: 0.8em;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            transition: all 1s ease;
            z-index: 999;
            box-shadow: 0px 0px 200px #fff;
        }

    @media(max-width: 480px) {
        .div1 div {
            float: none;
        }

        .div1 img {
            float: none;
        }
    }

    .div4 {
    }

        .div4 div {
        }

        .div4 img {
            float: left;
            -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
            margin: 0px 20px 0px 15px;
            padding: 0;
            height: 90px;
        }

            .div4 img:hover {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
                transition: all 1s ease;
                z-index: 999;
                -webkit-box-shadow: 0px 0px 200px #fff;
                -moz-box-shadow: 0px 0px 200px #fff;
            }

    .bkg-bianco {
        background-color: #fff;
    }

    .bkg-nero {
        background-color: #000;
    }

    .slice {
    }

        .slice div {
            position: absolute;
            margin-top: -50%;
            width: 100%;
            background-color: rgba(44, 44, 44, 0.62);
            color: #fff;
            text-align: center;
        }

        .slice h1 {
            font-size: 3.5vw;
        }

        .slice h3 {
            font-size: 2vw;
        }

        .slice img {
            width: 100%;
            height: auto;
        }

    @media (max-width: 768px) {
        .slice h1 {
            font-size: 6vw;
        }

        .slice h3 {
            font-size: 4vw;
        }
    }

    .img-jumbo {
        border-radius: 50%;
        max-width: 25%;
        max-height: 100px;
        float: right;
    }

    .nav li a {
        border-radius: 50% 50% 0 0 !important;
    }

    .navi a {
    }

    .bg-white {
        background-color: #ffffff;
    }

    .bg-danger {
        background-color: #fc0000;
    }

    .stop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(9, 9, 9, 0.69)
    }

        .stop i {
            position: absolute;
            top: 50%;
            left: 50%;
        }

    .navbar-inverse {
        background-color: #144372;
    }

    .routa img {
        transition: all 1.4s ease;
        -moz-transition: all 1.4s ease;
        -webkit-transition: all 1.4s ease;
        -o-transition: all 1.4s ease;
        -ms-transition: all 1.4s ease;
        -khtml-transition: all 1.4s ease;
        -webkit-transform: rotate(0) scale(0); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0) scale(1); /* IE 9 */
        transform: rotate(0) scale(1); /* Firefox 16+, IE 10+, Opera */
        border: 1px solid rgba(0, 0, 0, 0.00)
    }

        .routa img:hover {
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -khtml-transition: all 0.4s ease;
            -webkit-transform: rotate(360deg) scale(1.5); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg) scale(1.5); /* IE 9 */
            transform: rotate(360deg) scale(1.5); /* Firefox 16+, IE 10+, Opera */
            border: 1px solid #154472;
        }

    .menu-amm {
        padding: 5px 0px 5px 0px;
        margin-bottom: 5px;
        margin-top: -8px;
        border: 1px solid #144372;
        border-radius: 4px;
        background-color: #d9edf7;
    }

    .menu-ute {
        padding: 5px 0px 5px 0px;
        margin-bottom: 5px;
        margin-top: -8px;
        border: 1px solid #144372;
        border-radius: 4px;
        background-color: #fc0000;
    }

    .nav-left {
        left: 0;
        right: auto;
        background-color: transparent !important;
        border: none;
    }

        .nav-left li {
        }

    .presenze {
    }

    .text-responsive {
    }

    @media(max-width: 480px) {
        .text-responsive {
            font-size: 3vw;
        }

        .col-xs-6 {
            padding: 1px;
        }
    }
.navbar-inverse a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.text-dark{
    color:#000 !important;
}