﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');


body {
    /*
    padding-top: 50px;
    padding-bottom: 20px;*/
}

html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 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 padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    color: #3c3c3b;
}


h2 {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #3c3c3b;
    line-height: 40px;
    margin-bottom: 30px;
}

h3 {
    /*font-size: 25px;*/
    font-weight: 400;
   /* font-family: 'Open Sans';*/
    /*text-transform: uppercase;*/
    color: #31547c;
    line-height: 25px;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #3c3c3b;
    line-height: 25px;
    margin-bottom: 20px;
    color: #878787;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    color: #31547c;
    text-transform: uppercase;
}

.H-300 {
    min-height: 320px;
}

.F-2{
    font-size: 2rem !important;
}

.titolo_blu {
    color: #31547c;
    font-weight: 600;
}

.didascalia {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

.contatore {
    font-size: 30px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 130px;
    font-weight: 600;
    padding: 2px 6px 2px 6px;
    margin-top: 15px;
}

.titolo_video {
    font-size: 50px;
    line-height: 45px;
    color: #878787;
    margin-bottom: 20px;
}

.didascalia_video {
    color: #464646;
    line-height: 23px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 55px;
}

.maiuscolo {
    text-transform: uppercase !important;
}

.vantaggi_numero {
    font-size: 61px;
    background-color: #31547c;
    border-radius: 85px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 82px;
    color: #fff;
    margin: 0 auto;
}

.no_spazio {
    margin-bottom: 5px;
    text-align: center;
}

.spazio_sotto {
    margin-bottom: 7px;
}

.spazio_sotto_alto {
    margin-bottom: 44px;
}

.spazio_sopra {
    margin-top: 40px;
}

.sfondo_grigio {
    background-color: #efefef;
    width: 100%;
}

.stretto {
    padding-right: 18%;
}

.sfondo_blu_icona {
    font-size: 40px;
    color: #fff;
    background: #31547c;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 7px;
}

.modulo_altezza {
    min-height: 230px;
}

    .modulo_altezza p {
        margin-top: 15px;
    }

.logo_servizi {
    margin-top: 88px;
    float: right;
}

.logo_servizi_2 {
    margin-top: 55px;
    float: right;
}

.logo_centrale {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 250px;
}

.logo_servizi img {
    width: 244px !important;
}

.logo_servizi_2 img {
    width: 244px !important;
}

.info_regole {
    width: 585px;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 14px;
}

    .info_regole h3 {
        font-size: 16px;
        text-align: left;
        text-indent: -14px;
    }

.privacy_elenco {
    padding-top: 0;
    padding-left: 0px;
    margin-bottom: 10px;
}

.privacy_riga {
    margin-bottom: 0;
}

.bottone_privacy {
    background-color: #31547c;
    color: #fff;
    padding: 5px 10px 5px 10px;
    transition: 0.5s;
}

    .bottone_privacy:hover {
        opacity: 0.9;
        transition: 0.5s;
        cursor: pointer;
    }

    .bottone_privacy a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        text-transform: uppercase;
    }

.text-danger {
    font-size: 18px;
}

    .text-danger ul li {
        list-style: none;
    }

.iva {
    font-size: 14px;
}

.btn-sharp-grey {
    background-color: #878787;
    color: #fff;
    border-radius: 0px;
    width: 99%;
}

    .btn-sharp-grey:active {
        color: #fff;
        opacity: 0.6;
    }

    .btn-sharp-grey:hover {
        color: #fff;
        opacity: 0.6;
    }

.crupload {
    width: 100%;
    height: 45px;
}

    .crupload input {
        background-color: #31547c;
    }

input[type="button"] {
    background-color: #31547c;
    height: 30px;
    border: 0px;
    text-transform: uppercase;
    color: #fff;
}

.testo-centrale {
    text-align: center !important;
}

.bottone_home a {
    background-color: #31547c;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.bottone_home a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}

/* FOOTER */
.footer {
    background-color: #31547c;
    min-height: 200px;
    /*max-height: 390px;*/
    clear: both;
}

.footer .riga {
    min-height: 250px;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    color: #fff;
    font-size: 16px;
}

.footer ul li a {
    text-decoration: none;
}

.footer p {
    font-size: 13px;
    color: #fff;
}

.palazzina {
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-decoration: none;
    font-family: 'Open sans';
    font-weight: 100;
}

#contenitore {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}

#footer, #push {
    height: 245px;
    clear: both;
}

/* BREADCRUMBS */
.glyphicon-home {
    font-size: 25px;
    line-height: 40px;
    background-color: #31547c;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    margin-right: 40px;
}

.btn-group .btn + .btn {
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #878787;
    margin: 13px 10px;
    padding: 0 30px 0 0;
    border-radius: 30px !important;
}

#cr_manage_breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumb-indicatore {
    background-color: #878787;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 40px;
    color: #fff;
    padding: 10px 15px;
}

.breadcrumb-indicatore-active {
    background-color: #31547c;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 40px;
    color: #fff;
    padding: 11px 16px;
}

.btn.btn-default.active {
    background-color: #E6E6E6;
    color: #31547c;
    box-shadow: none;
}

.menu_richiesta {
    padding-left: 0px;
    margin-right: 25px;
}

.account_input {
    height: 34px;
    float: left;
}

.datepicker {
    border-radius: 0px;
}


/* ELEMENTI */
.row {
    margin-left: 0px;
    margin-right: 0;
}

.bottone:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.bottone a {
    color: #31547c !important;
    text-align: center;
    text-decoration: none;
    font-weight: 600 !important;
}

.bottone-grigio {
    background-color: #878787;
    color: #fff;
    padding: 6px 20px 6px 20px;
    width: 100%;
    transition: 0.5s;
    margin-top: 52px;
}

    .bottone-grigio:hover {
        opacity: 0.8;
        transition: 0.5s;
    }

    .bottone-grigio a {
        color: #fff !important;
        text-align: center;
        text-decoration: none;
    }

.contatore_quantita {
    background-color: #d2d2d2;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    color: #fff;
    font-weight: 600;
}

    .contatore_quantita:hover {
        cursor: pointer;
    }

.linea_separatore {
    float: left;
    border: 1px solid #878787;
    margin-top: 35px;
    margin-bottom: 40px;
}

.bottone p {
    color: #fff;
}

.sponsor {
    margin: 10px 20px 10px 0px;
    width: auto;
    height: 80px;
    float: left;
}

hr {
    border-top: 2px solid #31547c;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.call_center {
    position: fixed;
    bottom: 0;
    left: 40px;
    -webkit-transition: all 2.5s ease 0s;
    -moz-transition: all 2.5s ease 0s;
    -ms-transition: all 2.5s ease 0s;
    -o-transition: all 2.5s ease 0s;
    transition: all 2.5s ease 0s;
}

    .call_center.close_call_center {
        bottom: -100%;
    }

.close_btn_call {
    float: right;
    padding: 18.5px 10px;
    background-color: #31547C;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    cursor: pointer;
}


.sub_elenco {
    margin-left: 20px;
}

.altezza {
    min-height: 200px;
}

.corpo_centrale {
    border-top: 7px solid #31547c;
}

.pagamentosicuro {
    padding-top: 120px;
    width: 221px;
    margin-left: 30px;
}

.testo_pagamento {
    margin-left: 30px;
    padding-top: 45px;
    font-size: 24px;
    text-align: justify;
}

#cookie-bar {
    background-color: #31547c;
    opacity: 0.8;
    height: 90px;
    position: absolute;
    width: 100%;
    padding-top: 26px;
}

    #cookie-bar p {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
    }

#cooloe-bar a {
    color: #fff;
    font-weight: 600;
}

.scrolltop img {
    width: 60px;
}

.scrolltop {
    margin-right: 30px;
    margin-top: -100px;
    padding-bottom: 30px;
}

.sottoelenco {
    margin-left: 30px;
}

/* MENU PAGINA PRODOTTO */
.selezione-persone {
    text-align: center;
    width: 560px;
    margin: 0 auto;
}

    .selezione-persone p {
        font-size: 15px;
    }

ul#selezione-pfpg li {
    display: inline;
    padding-left: 60px;
    padding-right: 60px;
    float: left;
    width: 280px;
}

    ul#selezione-pfpg li:hover {
        opacity: 0.8;
        transition: 0.5s;
    }

/* SEZIONE PAGAMENTO */

#payment_info_legenda p {
    text-align: justify;
}


/* FORM CONTATTI */
input {
    height: 40px;
    padding: 10px 30px 10px 30px;
    border: 1px solid #e9e9e9;
    color: #575757;
    font-size: 13px;
    text-transform: uppercase;
    /*font-weight: 100;*/
    max-width: 100%;
}

select {
    height: 34px;
    padding: 10px 30px 10px 30px;
    border: 1px solid #e9e9e9;
    color: #b1b1b1;
    font-size: 13px;
    text-transform: uppercase;
    /*font-weight: 100;*/
    max-width: 100%;
}

textarea {
    width: 560px;
    padding: 10px 30px 10px 30px;
    border: 1px solid #e9e9e9;
    max-width: 100%;
    color: #575757;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
}

input[type="submit"] {
    border-radius: 0px;
    background-color: #31547c;
    color: #fff;
    width: 585px;
    transition: 0.5s;
    margin-top: 8px;
}

    input[type="submit"]:hover {
        background-color: #31547c;
        color: #fff;
        opacity: 0.9;
        transition: 0.5s;
    }

.contatti_home input {
    width: 100%;
}

.contatti_home textarea {
    width: 100%;
}

.contatti_home input[type="submit"] {
    background-color: #31547c;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 16px;
}

.checkbox {
    text-align: center;
    margin: 0 auto;
    width: 126px;
}

.container-fluid {
    /*padding-top: 40px;*/
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /*padding-bottom: 40px;*/
}

#FooterContainerFluid{
    /*padding: 20px 0px;*/ 
}


div#header {
    max-width: 1200px;
    height: 80px;
    background-color: white;
    margin: auto;
}

    div#header header#subheader {
        max-width: 1200px;
        width: 100%;
        height: 80px;
        margin: 0 auto;
        padding: 0 20px;
    }

#logo {
    display: block;
    /*width: 230px;
    height: 63px;*/
    float: left;
    /*margin-right: 100px;*/
    padding-top: 10px;
}

    #logo:hover {
        opacity: 0.5;
    }

.img_logo_footer
{
    margin:0px auto;
    display:block
}

.img_logo_footer_center
{
    margin:0px 0% 0% 30%;
    width:70%;
    display:block
}

.div_footer
{
    margin:20px auto;
    display:block;

}


/* FORM INPUT*/
.form-control {
    border-radius: 0;
    background-color: #fff !important;
    width: 585px;
    margin: 0 auto;
    box-shadow: none;
    float: left;
    text-transform: none;
    letter-spacing: 1px;
    /*font-weight: 300;*/
}

.form-centrale {
    float: none !Important;
}

.form-control:active {
    background-color: #fff !important;
}

input[type="checkbox"] {
    width: 25px;
    float: left;
    height: 15px;
}

.btn-default.disabled {
    background-color: #e8e8e8;
    width: 100%;
}

.largo_10 {
    width: 12.5%;
}

.larghezza_modificata {
    width: 100%;
}

/* MENU DESKTOP */
.menu_desktop {
    /*width: 900px;*/
    float: left;
    height: 80px;
}

    .menu_desktop ul li {
        list-style-type: none;
        display: inline-block;
    }

    .menu_desktop ul li a:link, nav#menu ul li a:visited {
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        max-width: 210px;
        display: inline;
        height: 80px;
        background-color: #F3F1F1;
        float: left;
        line-height: 22px;
        padding: 27px 15px;
        color: #31547c;
        /*margin-right: 2px;*/
        text-align: center;
    }

    .menu_desktop ul li a {
        transition: linear;
        transition-duration: 0.5s;
    }

    .menu_desktop ul li a:hover {
        color: white;
        background-color: #32557B;
        transition: linear;
        transition-duration: 0.5s;
    }

@media only screen and (max-width: 1200px) {
    .btn-group .btn + .btn {
        padding: 0 10px 0 0;
        margin: 13px 4px;
    }

    .glyphicon-home {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .spaziatore_mobile {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }

    .form-group {
        width: 100%;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bottone {
        width: 100%;
    }

    h2 {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
    }

    h4 {
        text-align: center;
    }

    p {
        text-align: center;
    }

    .div_footer ul {
        text-align: center;
    }

    .no_mobile {
        display: none !important;
    }

    .footer .col-md-4 {
        width: 50%;
        float: left;
    }

    .logo_servizi_2 {
        float: none;
        margin: 0 auto;
        width: 240px;
    }

    .info_regole {
        width: 100%;
    }

    .mobile_100 {
        width: 100% !important;
        margin: 20px 0px 0px 0px
    }

        .mobile_100 img {
            /*width: 150px;*/
            height: auto;
            margin: 0 auto;
        }

    .img_logo_footer
    {
        margin:0px auto;
        display:block
    }

    .img_logo_footer_center
    {
        margin:0px auto;
        display:block
    }

    .scroll_top {
        display: none;
    }

    .bottone_home a {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    #chi p {
        text-align: left !important;
    }

    .footer {
        /*height: 400px;*/
    }

    .rev_slider .tp-mask-wrap *:last-child {
        font-size: 13px !important;
        padding: 0px !important;
    }
}


@media only screen and (max-width: 480px) {
    .form-group {
        width: 100%;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bottone {
        width: 100%;
    }

    h2 {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    h4 {
        text-align: center;
    }

    p {
        text-align: center;
    }

    .spazio_sotto_alto {
        margin-bottom: 20px;
    }

    .didascalia_video {
        margin-top: 20px;
    }

    .palazzina {
        text-align: center;
    }

    .call_center {
        display: none;
    }

    .logo_servizi_2 {
        display: none;
    }

    .logo_servizi {
        display: none;
    }

    .elenco {
        text-align: left;
    }

        .elenco ul li p {
            text-align: left;
        }

    .sponsor {
        height: 59px;
        margin: 20px 3px 3px 3px;
        float: left;
    }

        .sponsor:after {
            margin-right: 0px;
        }

    .container-fluid {
        padding-bottom: 10px;
    }
}


nav.menu_mobile {
    text-align: center;
    padding-top: 150px;
    font-size: 22px;
    font-weight: 300;
}

    nav.menu_mobile li {
        padding: 20px;
    }


@media only screen and (max-width: 1220px) {
    .menu_desktop {
        display: none;
    }

    .navigation-trigger {
        position: fixed;
        right: 20px;
        z-index: 999;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        display: inline;
        height: 80px;
        background-color: #F3F1F1;
        float: left;
        line-height: 22px;
        padding: 27px 40px;
        color: #31547c;
        margin-right: 2px;
        text-align: center;
        cursor:pointer;
    }


    .menu_1 {
        display: inline-block;
        float: left;
        padding-top: 40px;
        z-index: 99999;
        position: relative;
    }

        .menu_1 a {
            padding-top: 40px;
            font-size: 30px;
            color: #000;
            line-height: 59px;
        }


    .overlay {
        background: #31547c;
    }

        .overlay a {
            color: #FFFFFF;
        }



    /*overlay*/


    .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 100%;
        left: 0;
        opacity: 0;
        -webkit-transition: all .75s ease 0s,z-index 0s ease 1s;
        -moz-transition: all .75s ease 0s,z-index 0s ease 1s;
        -ms-transition: all .75s ease 0s,z-index 0s ease 1s;
        -o-transition: all .75s ease 0s,z-index 0s ease 1s;
        transition: all .75s ease 0s,z-index 0s ease 1s;
        /*z-index: -1;*/
    }

        .overlay navigation-trigger {
            padding: 150px 0 50px;
            float: left;
            min-height: 100%;
            position: relative;
            z-index: 2;
            margin: 0 auto -200px;
            width: 100%;
            cursor: pointer;
        }


        .overlay.active {
            opacity: 0.9;
            z-index: 99;
            top: 0;
            width: 100%;
            -webkit-transition: all .5s ease 0s;
            -moz-transition: all .5s ease 0s;
            -ms-transition: all .5s ease 0s;
            -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
        }

        .overlay ul.active li:nth-child(2) {
            -webkit-transition-delay: .024s;
            -moz-transition-delay: .024s;
            -ms-transition-delay: .024s;
            -o-transition-delay: .024s;
            transition-delay: .024s;
        }

        .overlay ul.active li {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: transform .5s ease 0s,opacity .4s ease 0s;
            -moz-transition: transform .5s ease 0s,opacity .4s ease 0s;
            -ms-transition: transform .5s ease 0s,opacity .4s ease 0s;
            -o-transition: transform .5s ease 0s,opacity .4s ease 0s;
            transition: transform .5s ease 0s,opacity .4s ease 0s;
        }
}


@media only screen and (min-width: 1221px) {
    .navigation-trigger {
        cursor: pointer;
        display: none;
    }

    .overlay {
        display: none;
    }
}



/* MENU AREA RISERVATA */
.menu_area_riservata {
    margin-top: 40px;
    padding: 0% 10%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

    .menu_area_riservata ul {
        display: inline-block;
        margin-left: 20px;
        line-height: 48px;
    }

    .menu_area_riservata li a:link,.menu_area_riservata li  a:visited {
        float: right;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        width: 300px;
        display: inline;
        height: 44px;
        background-color: #F3F1F1;
        line-height: 8px;
        padding: 20px 18px;
        color: #31547c;
        text-align: center;
    }

    .menu_area_riservata ul li a {
        transition: linear;
        transition-duration: 0.5s;
    }

        .menu_area_riservata ul li a:hover {
            color: white;
            background-color: #32557B;
            transition: linear;
            transition-duration: 0.5s;
            text-decoration: none;
        }


/* SCORING */

.scoringComplessivo
{
    padding: 10px 20px;
    background-color:#eee;
    color:#31547c;
    width:100%;
    margin-top:20px;
    font-size:20px;
}

.scoringComplessivoDesc
{
    padding:20px;
    width:100%;
    font-size:14px;
}

.scoringLegend
{
    padding:20px;
    width:100%;
    font-size:14px;
    list-style-type:none;
    font-weight:600;
}

.scoringLegend li span
{
    padding-left:15px;
    margin-right:10px
}

.scoringGaugeCircular
{
    max-width:50%;
    display:block;
    margin: 0 auto;
}

.scoreTitle
{
    padding-left:30px;
    padding-top:3px;
    padding-bottom:5px;
    color:white;
    background-color:#31547c;
    width:100%;
    font-size:14px;
}

.avvertenzeTitle
{
    padding-left:10px;
    padding-top:3px;
    padding-bottom:5px;
    background-color:gainsboro;
    color:#31547c;
    width:100%;
    margin-top:20px;
    font-size:14px;
}

.avvertenzeDesc
{
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    font-size:10px;
}

.scoringHtmlDesc {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 10px;
}

.triangle-indicator {
    fill: #31547c;
    position: absolute;
    width:260px;
    height:10px
}

.linear-indicator {
    margin-top: 5px;
}

.linear-indicator-scoring {
    margin-top: 5px;
}

/* CARD LAYOUT */

.card {
    /*border: 3px solid #ddd;*/
    border-radius: .50rem;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
}

.card-inner {
    /*border: 3px solid #ddd;*/
    border-radius: .50rem;
    background-size: cover;
    background-position: center;
    background-color: #d3d3d3;
}

.card-content-inner > a{
    margin-bottom:10px;
}

.card-content {
    
    min-height: 180px;
    padding: 30px
}

.card-content-inner {
    min-height: 180px;
    padding: 15px
}

.card-button {
    background-color: transparent;
    border: 1px solid #2196F3;
    padding: .5rem 1rem;
    cursor: pointer;
    border-radius: .25rem;
}


.card-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    padding: 20px;
    text-align:center;
}

.card-grid-container .card:first-child {
    grid-column: span 2;
}

.card-grid-container-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 20px;
    /*padding: 20px;*/
    text-align: center;
}


/*.redditi-text {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.popupBanner {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popupBannerContent {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    /*height:100%;*/
    margin-top:1%;
    margin-bottom:1%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    /*zoom: 80%;*/
}


/**STYLE VIEW NO CRISI*/

.boxGaugeNoCrisiLarge{
    width: 95%;
    height: 100%;
    min-height: 375px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.boxGaugeNoCrisiSmall {
    width: 95%;
    height: 100%;
    min-height: 240px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.boxLegendNoCrisi {
    width: 95%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin: 15px auto;
    position: relative;
}

.pop-up-alert {
    display: none;
    padding: 20px;
    border-radius: 5px;
    border: 4px lightgray dashed;
    position: absolute;
    top: 40px;
    left: 5%;
    right: 5%;
    background-color: white;
    /*opacity: 0.8;*/
    transition: margin-right 2s, color 1s;
    z-index:10
}

/*.pop-up-alert-td-right {
    text-align: right;
    display: block;
}

.pop-up-alert-td-left {
    text-align: left;
    padding: 10px
*/}

.pop-up-alert-table {
    width:100%
}

/*.pop-up-alert tbody tr td{
    text-align: left;
}*/

.pop-up-alert-table thead {
    border-bottom: 1px gray solid;
}

.pop-up-alert-table tr th {
    text-align: center;
    max-height: 30px;
}

.pop-up-alert-table td {
    padding: 2px;
}

.pop-up-alert-table-ellipsis 
{
    width:50%;
    position: relative;
}

.pop-up-alert-table-ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}

.pop-up-alert-table-ellipsis span{
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxGaugeNoCrisiLarge:hover .pop-up-alert {
    display: block;
}

.boxGaugeNoCrisiSmall:hover .pop-up-alert {
    display: block;
}

/**STILE VIEW SOSTENIBILITA*/
/**CUBE*/
.box-card-cube {
    width: 95%;
    min-height: 400px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px auto;
}

.box-cube {
    height: 340px;
    text-align: center;
    position: relative;
    margin-top: 80px;

}

.box-cube h3 {
    height: 70px;
    line-height:normal;
    font-weight: 700;
    font-size: 1rem;
    position: absolute;
    bottom: 70px;
    left: 2%;
    right: 2%;
}

.cube {
    height: 0;
    width: 0;
    margin: auto;
    margin-top: 2rem;
}



.cube span {
    position: absolute;
    top: 10%;
    right: 2%;
    left: 2%;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
    z-index: 1;
    
}

.badge-soglia-allerta {
    background-color: #f5f5f5;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    margin: 30px auto;
}

.badge-soglia-allerta h6 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333333;
    line-height: 35px;
}

.box-cube-left {
    height: 50px;
    width: 140px;
    transform-origin: 0 0;
    transform: rotate(90deg) skewX(-30deg) scaleY(0.864);
}

.box-cube-right {
    height: 140px;
    width: 50px;
    transform-origin: 0 0;
    transform: rotate(-30deg) skewX(-30deg) scaleY(0.864);
    position: relative;
    bottom: 50px;
    -webkit-box-shadow: 5px 17px 15px -5px rgba(0,0,0,0.69);
    box-shadow: 5px 17px 15px -5px rgba(0,0,0,0.69);
}

.box-cube-top {
    height: 50px;
    width: 50px;
    transform-origin: 0 0;
    transform: rotate(210deg) skew(-30deg) scaleY(0.864);
    position: relative;
    bottom: 190px;
    writing-mode: vertical-rl;
    text-orientation: use-glyph-orientation;
}

.box-alert{
    border: 2px solid #000;
}



/**RED CUBE*/
.red-top {
    background-color: #D60E0A;
}

.red-left {
    background-color: #AF0B08;
}

.red-right {
    background-color: #880906;
}

/*green cube*/
.green-top {
    background-color: #38b000;
}

.green-left {
    background-color: #2D8F00;
}

.green-right {
    background-color: #1A5200;
}


.boxGaugeNoCrisiLarge h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.boxGaugeNoCrisiSmall h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}



.titleNoCrisi {
    font-size: 3.2rem;
    font-weight: 600;
    color: #e73141;
    padding: 2.7rem 3.1rem;
    text-align: center;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    line-height: 3.5rem;
    /*    background: linear-gradient(#31547c,#4677af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
}


/*Legenda No Crisi*/

.legendNoCrisi {
    width: 60%;
    height: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    flex-wrap: wrap;
}

.checkNoCrisi {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-left: 23px;
}

.legendNoCrisi span {
    color: #31547c;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    margin-left: 8px;
 
}

.p-10-left {
    display: block;
    text-align: right;
    color: #31547c;
    padding: 10px;
}

.p-10-right {
    text-align: left;
    padding: 10px;
}

.p-30{
    padding: 30px;
}