﻿.clear {
    clear: both;
    float: none;
}

.checkboxBIG input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin-right: 5px;
    margin-left: -5px;
}

#cookie {
    background-color: rgba(0,0,0,1);
    /*font-family: 'Lato', serif;*/
    color: white;
    position: fixed;
    top: 20px;
    left: 30%;
    text-align: justify;
    width: 40%;
    border-radius: 5px 5px 5px 5px;
    z-index: 999999;
    font-size: 13px;
    line-height: 16px;
}

.contenitoreTesto {
    width: 100%;
    padding: 20px 25px 10px 25px;
    vertical-align: middle;
    height: 100%;
    text-align: justify;
    color: white;
}

    .contenitoreTesto a {
        color: #99d420;
    }

        .contenitoreTesto a:hover {
            color: #99d420;
            text-decoration: underline;
        }

.contenitoreBottoni {
    width: 100%;
    padding: 15px 5px 25px 5px;
}

#Button1 {
    float: left;
    border-radius: 20px;
    background-color: #1a1a1a;
    color: white;
    font-weight: normal;
    text-shadow: 2px 2px 5px black;
    width: auto;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    margin: 10px 10px 25px 20px;
}

    #Button1 a {
        color: white;
    }

    #Button1:hover {
        color: #666666;
    }

#Button2 {
    float: right;
    border-radius: 20px;
    background-color: #0073ce;
    color: white;
    font-weight: normal;
    text-shadow: 2px 2px 5px black;
    width: auto;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    margin: 10px 20px 25px 10px;
}

    #Button2:hover {
        opacity: 0.5;
    }

#upPersonalizzaCookie .btn-get-started, #privacyModal .btn-get-started, #confermaModal .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #e03a3c;
    border: 2px solid #e03a3c;
}

/* ##################
 /* ### CONFERME ###*/
/*#################*/
.novisibile {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.conferma {
    width: 344px;
    background-color: white;
    height: 60px;
    -webkit-box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    -moz-box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    border: 1px solid grey;
    position: fixed;
    left: calc(50vw - 112px);
    top: 100px;
    z-index: 10;
}

    .conferma div {
        float: left;
        text-align: center;
        vertical-align: middle;
        height: 58px;
    }

.divConf1 {
    background-color: #23ca05;
    color: white;
    width: 35px;
    font-size: 60px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 16px;
}

    .divConf1 i {
        font-size: 22px;
        color: white;
    }

.divErr1 {
    background-color: red;
    color: white;
    width: 35px;
    font-size: 60px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 16px;
}

    .divErr1 i {
        font-size: 22px;
        color: white;
    }

.divConf2, .divConf3 {
    width: 272px;
    color: #1a1a1a;
    text-align: center;
    padding: 10px;
}

    .divConf2 p, .divConf3 p {
        margin-top: 4px !important;
        font-size: 12px !important;
        margin-bottom: 4px !important;
        text-align: left;
    }

    .divConf2 h6, .divConf3 h6 {
        margin-top: 2px !important;
        margin-bottom: 0px !important;
        font-size: 13px !important;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
    }


.chiudiConferma i {
    font-size: 22px;
}

.chiudiConferma {
    width: 35px;
    color: #666666;
    font-size: 50px;
    padding-top: 18px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0px;
}

.hilight {
    border: 2px solid red !important;
}


/* #######################*/
/* ### FINE CONFERME ###*/
/*######################*/


.obbligatorio {
    color: #e88181;
}

.h1Privacy {
    font-size: 4vh;
    line-height: 4.5vh;
}

.h2Privacy {
    font-size: 2.8vh;
    font-weight: bold;
}

.h3Privacy {
    font-size: 2.3vh;
    font-weight: bold;
}

.h1PrivacyLITTLE {
    font-size: 2vh;
    line-height: 3vh;
}

.h2PrivacyLITTLE {
    font-size: 1.7vh;
    font-weight: bold;
}

.h3PrivacyLITTLE {
    font-size: 1.5vh;
    font-weight: bold;
}

#LinkPrivacy {
    color: #f8962b;
    text-decoration: none;
}

    #LinkPrivacy:hover {
        text-decoration: underline;
    }

.panelNormativa {
    z-index: 999;
    position: fixed;
    top: 6vh;
    left: 30vw;
    width: 40vw;
    height: 90vh;
    background-color: white;
    color: black;
    padding: 10px;
    overflow-x: hidden;
    -moz-box-shadow: 5px 5px 15px #1a1a1a;
    -webkit-box-shadow: 5px 5px 15px #1a1a1a;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#1a1a1a', Direction=135, Strength=15);
    box-shadow: 5px 5px 15px #1a1a1a;
    border: 1px solid #e8e8e8;
    overflow-y: hidden;
}

.pnlPrivacyNewsletter {
    z-index: 995;
    position: fixed;
    top: 10vh;
    left: 30vw;
    width: 40vw;
    max-height: 90vh;
    background-color: white;
    color: black;
    padding: 10px;
    overflow-x: hidden;
    -moz-box-shadow: 5px 5px 15px #1a1a1a;
    -webkit-box-shadow: 5px 5px 15px #1a1a1a;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#1a1a1a', Direction=135, Strength=15);
    box-shadow: 5px 5px 15px #1a1a1a;
    border: 1px solid #e8e8e8;
    overflow-y: auto;
}

.oscuraPagina {
    z-index: 994;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}

.oscuraPagina2 {
    z-index: 994;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
}

.divNormativa {
    margin-top: 2vh;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-bottom: 2vh;
    overflow-y: scroll;
    width: 38.5vw;
    height: 74vh;
    margin-right: 39px;
}

.Accetto_btn {
    position: absolute;
    text-align: center;
    bottom: 1vh;
    margin-top: 10px;
    height: 8vh;
    width: 100%;
    padding: 20px;
}

/* width */
.divNormativa::-webkit-scrollbar {
    width: 0.4vw;
}

/* Track */
.divNormativa::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    background-color: #005987;
    border-radius: 0.4vw;
}

/* Handle */
.divNormativa::-webkit-scrollbar-thumb {
    background: #f8962b;
    border-radius: 0.4vw;
}

    /* Handle on hover */
    .divNormativa::-webkit-scrollbar-thumb:hover {
        background: #f8c68f;
    }

.introduzioniLITTLE {
    font-size: 14px !important;
    line-height: 1.5em !important;
}



.ChiudiPrivacy {
    background-color: #1a4784;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    margin: 5px 0px 20px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 20%;
    text-align: center;
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

    .ChiudiPrivacy:disabled {
        background-color: #c9c9c9;
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        margin: 5px 0px 20px 0px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        width: 20%;
        text-align: center;
        border: 0px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 300;
    }


    .ChiudiPrivacy:hover {
        background-color: #f8962b;
        color: #005987;
        font-weight: bold;
    }

    .ChiudiPrivacy:disabled:hover {
        background-color: #c9c9c9;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "\2714";
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    color: #2196F3;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.switchDisabled {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switchDisabled input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderDisabled {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderDisabled:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
        content: "\2714";
        font-size: 22px;
        text-align: center;
        line-height: 26px;
        color: #ccc;
    }

    .sliderDisabled.round {
        border-radius: 34px;
    }

        .sliderDisabled.round:before {
            border-radius: 50%;
        }

    .sliderDisabled.False:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        content: "";
        font-size: 22px;
        text-align: center;
        line-height: 26px;
        color: #ccc;
    }


/* ----------- @MEDIA ----------- */
@media (min-width: 1280px) and (max-width: 1366px) {




    .panelNormativa {
        width: 95vw;
        left: 2.5vw;
    }

    .divNormativa {
        margin-top: 2vh;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        padding-bottom: 2vh;
        overflow-y: scroll;
        width: 90vw;
        height: 60vh;
        margin-right: 39px;
    }

    .pnlPrivacyNewsletter {
        width: 95vw;
        left: 2.5vw;
    }
}


@media (min-width: 851px) and (max-width: 1279px) {


    .panelNormativa {
        width: 95vw;
        left: 2.5vw;
    }

    .divNormativa {
        margin-top: 2vh;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        padding-bottom: 2vh;
        overflow-y: scroll;
        width: 90vw;
        height: 60vh;
        margin-right: 39px;
    }

    .pnlPrivacyNewsletter {
        width: 95vw;
        left: 2.5vw;
    }
}






@media (min-width: 769px) and (max-width: 850px) {
    .contenitoreTesto {
        width: 100% !important;
        text-align: justify;
    }

    .contenitoreBottoni {
        width: 100% !important;
    }

    #cookie {
        background-color: rgba(0,0,0,1);
        /*font-family: 'Lato', serif;*/
        color: white;
        position: fixed;
        top: 20px;
        left: 1%;
        text-align: justify;
        width: 98%;
        border-radius: 5px 5px 5px 5px;
        z-index: 999999;
    }



    .panelNormativa {
        width: 95vw;
        left: 2.5vw;
    }

    .pnlPrivacyNewsletter {
        width: 95vw;
        left: 2.5vw;
    }

    .divNormativa {
        margin-top: 2vh;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        padding-bottom: 2vh;
        overflow-y: scroll;
        width: 90vw;
        height: 60vh;
        margin-right: 39px;
    }

        .divNormativa::-webkit-scrollbar {
            width: 1vw;
        }

    .Accetto_btn {
        position: absolute;
        text-align: center;
        bottom: 8.5vh;
        margin-top: 5px;
        height: 8vh;
        width: 100%;
        padding: 20px;
    }

    .h3PrivacyLITTLE {
        font-size: 4vh;
        font-weight: bold;
    }

    .h2PrivacyLITTLE {
        font-size: 5vh;
        font-weight: bold;
    }

    .h1PrivacyLITTLE {
        font-size: 8vh;
        font-weight: bold;
        line-height: 9vh;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .contenitoreTesto {
        width: 100% !important;
        text-align: justify;
    }

    .contenitoreBottoni {
        width: 100% !important;
    }




    .introduzioniBIGPrivacy {
        font-size: 16px !important;
        line-height: 1.5em !important;
    }



    .panelNormativa {
        width: 95vw;
        left: 2.5vw;
    }

    .divNormativa {
        margin-top: 2vh;
        padding-left: 0.8vw;
        padding-right: 0.8vw;
        padding-bottom: 2vh;
        overflow-y: scroll;
        width: 92vw;
        height: 74vh;
        margin-right: 2px;
    }

    .pnlPrivacyNewsletter {
        width: 95vw;
        left: 2.5vw;
    }

    #cookie {
        background-color: rgba(0,0,0,1);
        /*font-family: 'Lato', serif;*/
        color: white;
        position: fixed;
        top: 20px;
        left: 1%;
        text-align: justify;
        width: 98%;
        border-radius: 5px 5px 5px 5px;
        z-index: 999999;
    }
}






@media (min-width: 1px) and (max-width: 480px) {
    .contenitoreTesto {
        float: none !important;
        width: 100% !important;
        text-align: justify;
    }

    .contenitoreBottoni {
        float: none !important;
        width: 100% !important;
    }

    #Button2 {
        margin-bottom: 10px !important;
    }



    .panelNormativa {
        width: 95vw;
        left: 2.5vw;
        top: 60px;
        height: calc(85vh - 60px);
    }

    .pnlPrivacyNewsletter {
        width: 95vw;
        left: 2.5vw;
    }

    .divNormativa {
        margin-top: 2vh;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        padding-bottom: 2vh;
        overflow-y: scroll;
        width: calc(90vw - 20px);
        height: calc(65vh - 60px);
        margin-right: 39px;
    }

        .divNormativa::-webkit-scrollbar {
            width: 1vw;
        }

    .Accetto_btn {
        position: absolute;
        text-align: center;
        bottom: 25px;
        margin-top: 5px;
        height: 15px;
        width: calc(90vw - 20px);
        padding: 20px;
    }

    .ChiudiPrivacy, .ChiudiPrivacy:disabled {
        width: 200px;
    }

    .h1PrivacyLITTLE {
        font-size: 16px;
        line-height: 17px;
    }

    .h2PrivacyLITTLE {
        font-size: 15px;
        font-weight: bold;
    }

    .h3PrivacyLITTLE {
        font-size: 14px;
        font-weight: bold;
    }



    #cookie {
        background-color: rgba(0,0,0,1);
        /*font-family: 'Lato', serif;*/
        color: white;
        position: fixed;
        top: 20px;
        left: 2%;
        text-align: justify;
        width: 96%;
        border-radius: 5px 5px 5px 5px;
        z-index: 999999;
    }
}
