﻿*:focus {
    outline: none;
}

body {
    background: rgb(161,199,228);
    background: linear-gradient(136deg, rgba(161,199,228,0.8) 0%, rgba(191,222,246,0.8) 19%, rgba(207,231,250,0.8) 19%, rgba(197,224,244,0.8) 38%, rgba(177,215,241,0.8) 38%, rgba(169,210,242,0.8) 41%, rgba(158,204,237,0.8) 41%, rgba(137,185,222,0.8) 48%, rgba(158,201,233,0.8) 48%, rgba(167,208,238,0.8) 60%, rgba(152,198,232,0.8) 60%, rgba(159,206,241,0.8) 85%, rgba(135,191,232,0.8) 85%, rgba(151,200,238,0.8) 100%) no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif !important;
    overflow-y: scroll;
}

html, body {
    height: 100%;
    margin: 0 !important;
}

.corpo_pagina {
    min-height: calc(100vh - ((min(100vw, 950px) * 150) / 1600) - 65px);
}

@media screen and (max-width: 700px) {
    .corpo_pagina {
        min-height: calc(100vh - ((min(100vw, 950px) * 300) / 1600) - 70px);
    }
}

.icona_sezione {
    margin-bottom: -2px;
    width: 16px;
    height: 16px;
}

.icona_menu_mobile {
    margin-bottom: -3px;
    padding-left: 19px;
    width: 16px;
    height: 16px;
}

.icona_menu_su_pagina {
    margin-bottom: -1px;
    width: 16px;
    height: 16px;
}

.sfondo_menu_mobile {
    position: fixed;
    top: 90px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    z-index: 9910;
    display: none;
    background: rgba(39, 62, 78, 0.7);
}

.sfondo_intestazione {
    background-color: #900001;
    border-radius: 0px !important;
    z-index: 9990 !important;
    position: relative;
}

.intestazione {
    width: 950px;
    z-index: 9999 !important;
}

.intestazione_pagina_bloccata {
    width: 964px;
    height: 70px;
    background-color: #e8ecee;
    border-bottom: 10px solid white;
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    top: 35px !important;
    z-index: 99990 !important;
}

.titolo_intestazione {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: white;
}

.titolo_intestazione2 {
    height: 22px;
    vertical-align: top;
    z-index: 9980;
}

.sottotitolo_intestazione {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: white;
}

.utente_intestazione {
    position: absolute;
    margin-top: 45px;
    margin-left: 550px;
    width: 400px;
    text-align: right;
    font-size: 20px !important;
    vertical-align: top
}

.tipo_utente_intestazione {
    display: block;
}

.foglio {
    width: 950px;
}

.percorso_pagina {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -12px;
}

@media screen and (max-width: 980px) {
    .percorso_pagina {
        margin-top: 0px !important;
        margin-bottom: 8px !important;
    }
}

.contenitore_sotto_percorso_pagina {
    margin-top: 20px;
}

@media screen and (max-width: 980px) {
    .contenitore_sotto_percorso_pagina  {
        margin-top: 0px;
    }
}

.banner_sponsor_grande {
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    border-radius: 5px;
    display: none;
}

.banner_sponsor_grande img {
    width: 100%;
    max-width: 950px;
    border-radius: 5px;
}

@media screen and (max-width: 700px) {
    .banner_sponsor_grande {
        display: block;
    }
}

.banner_sponsor_piccolo {
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    border-radius: 5px;
}

.banner_sponsor_piccolo img {
    width: 100%;
    max-width: 950px;
    border-radius: 5px;
}

@media screen and (max-width: 700px) {
    .banner_sponsor_piccolo {
        display: none;
    }
}

.piede {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
    display: block;
}

.piede_mobile {
    height: 27px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
    padding-bottom: 10px;
    display: none;
}

.contenitore_login {
    position: absolute;
    margin: 0px;
    width: 52vw;
    height: calc(20vh + 250px);
    top: calc(40vh - 125px);
    left: calc(24vw - 6px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenitore_login > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sotto_contenitore_login {
    position: relative;
    float: left;
    min-width: 450px;
    width: calc(50% - 30px);
    height: calc(20vh + 210px);
    margin: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1800px) {
    .contenitore_login {
        width: 56vw;
        left: calc(22vw - 6px);
    }
}

@media screen and (max-width: 1700px) {
    .contenitore_login {
        width: 60vw;
        left: calc(20vw - 6px);
    }
}

@media screen and (max-width: 1600px) {
    .contenitore_login {
        width: 64vw;
        left: calc(18vw - 6px);
    }
}

@media screen and (max-width: 1500px) {
    .contenitore_login {
        width: 68vw;
        left: calc(16vw - 6px);
    }
}

@media screen and (max-width: 1400px) {
    .contenitore_login {
        width: 72vw;
        left: calc(14vw - 6px);
    }
}

@media screen and (max-width: 1300px) {
    .contenitore_login {
        width: 78vw;
        left: calc(11vw - 6px);
    }
}

@media screen and (max-width: 1200px) {
    .contenitore_login {
        width: 84vw;
        left: calc(8vw - 6px);
    }
}

@media screen and (max-width: 1100px) {
    .contenitore_login {
        width: 46vw;
        left: calc(27vw - 6px);
        height: auto;
        top: 0px;
        margin: 0px;
        padding: 0px;
    }

    .sotto_contenitore_login {
        width: calc(100% - 30px);
        height: auto;
        margin-top: 20px;
        margin-bottom: 0px;
        vertical-align: top;
    }
}

@media screen and (max-width: 1050px) {
    .contenitore_login {
        width: 48vw;
        left: calc(26vw - 6px);
    }
}

@media screen and (max-width: 1000px) {
    .contenitore_login {
        width: 52vw;
        left: calc(24vw - 6px);
    }
}

@media screen and (max-width: 950px) {
    .contenitore_login {
        width: 54vw;
        left: calc(23vw - 6px);
    }
}

@media screen and (max-width: 900px) {
    .contenitore_login {
        width: 58vw;
        left: calc(21vw - 6px);
    }
}

@media screen and (max-width: 850px) {
    .contenitore_login {
        width: 62vw;
        left: calc(19vw - 6px);
    }
}

@media screen and (max-width: 800px) {
    .contenitore_login {
        width: 66vw;
        left: calc(17vw - 6px);
    }
}

@media screen and (max-width: 750px) {
    .contenitore_login {
        width: 70vw;
        left: calc(15vw - 6px);
    }
}

@media screen and (max-width: 700px) {
    .contenitore_login {
        width: 74vw;
        left: calc(13vw - 6px);
    }
}

@media screen and (max-width: 650px) {
    .contenitore_login {
        width: 78vw;
        left: calc(11vw - 6px);
    }
}

@media screen and (max-width: 600px) {
    .contenitore_login {
        width: 84vw;
        left: calc(8vw - 6px);
    }
}

@media screen and (max-width: 550px) {
    .contenitore_login {
        width: 92vw;
        left: calc(4vw - 6px);
    }
}

@media screen and (max-width: 500px) {
    .contenitore_login {
        width: 96vw;
        left: calc(2vw - 6px);
    }
}

.form_login {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.form_login_intestazione {
    width: 100%;
    height: 115px;
    background-color: #900001;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form_login_corpo {
    width: 100%;
    background-color: rgb(240,240,240);
    border-radius: 0px;
}

.form_login_piede {
    width: 100%;
    height: 52px;
    background-color: #900001;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.titolo_form_login {
    padding-right: 20px;
    display: block;
}

.titolo_form_login_mobile {
    padding-right: 20px;
    display: none;
}

.form_login_biglietto {
    width: 100%;
    background-color: rgb(240,240,240);
    border-radius: 5px;
}

@media screen and (max-width: 500px) {
    .titolo_form_login {
        display: none;
    }

    .titolo_form_login_mobile {
        display: block;
    }
}

.logo_info {
    width: 300px;
    height: 137px;
    margin-top: -30px;
}

@media screen and (max-width: 600px) {
    .logo_info {
        width: 250px;
        height: 114px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 500px) {
    .logo_info {
        width: 200px;
        height: 91px;
        margin-top: -10px;
    }
}

@media screen and (max-width: 400px) {
    .logo_info {
        width: 150px;
        height: 69px;
        margin-top: 0px;
    }
}

.titolo_pagine_popup {
    text-align: center; 
    padding-top: 22px; 
    font-size: 20px;
}

@media screen and (max-width: 700px) {
    .titolo_pagine_popup {
        padding-top: 23px;
        padding-left: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .titolo_pagine_popup {
        padding-top: 24px;
        padding-left: 20px;
        font-size: 16px;
    }
}

.contenitore_home {
    height: 500px;
    width: 100%;
    margin-top: 30px;
}

.titolo_paragrafo {
    color: #900001;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-word;
}

.paragrafo {
    color: black;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
}

input[type='radio'] + label, input[type='checkbox'] + label {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #2c485e;
    padding-left: 2px;
    line-height: 13px;
}

input:disabled {
    color: #a5a5a5;
    background: #e5e5e5 !important;
    border-color: silver !important;
}

.pulsanti_blu {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #900001;
    border: 1px solid #900001 !important;
    color: white;
    padding: 0px 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    height: 35px;
    cursor: default;
    outline: none;
    min-width: 100px;
}

.pulsanti_blu:hover {
    border: 1px solid #1d86d5 !important;
    background-color: #1d86d5;
    color: white;
    cursor: pointer;
}

.pulsanti_blu:focus {
    border: 1px solid #1d86d5 !important;
    background-color: #1d86d5;
    color: white;
}

.pulsanti_bianco {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #dfe9f1;
    border: 1px solid #dfe9f1 !important;
    color: #1673ba;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    height: 35px;
    cursor: default;
    outline: none;
    min-width: 100px;
}

.pulsanti_bianco:hover {
    border: 1px solid #f2f5f7 !important;
    background-color: #f2f5f7;
    color: #1673ba;
    cursor: pointer;
}

.pulsanti_bianco:focus {
    border: 1px solid #f2f5f7 !important;
    background-color: #f2f5f7;
    color: #1673ba;
}

.pulsanti_verde {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #2f8341;
    border: 1px solid #2f8341 !important;
    color: white;
    padding: 0px 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    height: 35px;
    cursor: default;
    outline: none;
    min-width: 100px;
}

.pulsanti_verde:hover {
    border: 1px solid #429453 !important;
    background-color: #429453;
    color: white;
    cursor: pointer;
}

.pulsanti_verde:focus {
    border: 1px solid #429453 !important;
    background-color: #429453;
    color: white;
}

.pulsanti_rosso {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #d81927;
    border: 1px solid #d81927 !important;
    color: white;
    padding: 0px 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    height: 35px;
    cursor: default;
    outline: none;
    min-width: 100px;
}

.pulsanti_rosso:hover {
    border: 1px solid #e91e2d !important;
    background-color: #e91e2d;
    color: white;
    cursor: pointer;
}

.pulsanti_rosso:focus {
    border: 1px solid #e91e2d !important;
    background-color: #e91e2d;
    color: white;
}

.pulsanti_spento {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #dfe9f1 !important;
    border: 1px solid #dfe9f1 !important;
    color: silver !important;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    height: 35px;
    cursor: default;
    outline: none;
    min-width: 100px;
}

.pulsante_cambia_foto {
    width: 48px;
    height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url(../../Grf/Icone/Foto.png);
    background-size: cover;
    cursor: pointer;
}

.pulsante_cambia_foto:hover {
    background-image: url(../../Grf/Icone/Foto_Hover.png);
}

.file_upload_invisibile {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.ChiudiX {
    width: 50px;
    height: 50px;
    background-color: white;
    background-image: url('../../Grf/Icone Home Page/Chiudi_Invertito.png');
    background-size: 50px;
    border: none;
    cursor: pointer;
}

.ChiudiX:hover  {
    background-image: url('../../Grf/Icone Home Page/Chiudi.png');
}

.icone {
    outline: none;
}

.icona_elimina {
    outline: none;
    cursor: pointer;
}

.pulsante_inserisci {
    width: 35px;
    height: 35px;
    background-image: url(../../Grf/icone/Inserisci.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.pulsante_inserisci:hover {
    background-image: url(../../Grf/icone/Inserisci_Hover.png);
}

.pulsante_indietro {
    width: 35px;
    height: 35px;
    background-image: url(../../Grf/icone/Indietro.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.pulsante_indietro:hover {
    background-image: url(../../Grf/icone/Indietro_Hover.png);
}

.pulsante_modifica {
    width: 35px;
    height: 35px;
    background-image: url(../../Grf/icone/Modifica.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.pulsante_modifica:hover {
    background-image: url(../../Grf/icone/Modifica_Hover.png);
}

.pulsante_elimina {
    width: 35px;
    height: 35px;
    background-image: url(../../Grf/icone/Elimina.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.pulsante_elimina:hover {
    background-image: url(../../Grf/icone/Elimina_Hover.png);
}

.foto_profilo {
    width: 88px;
    height: 70px;
    border-radius: 5px;
}

.foto_profilo_grande {
    width: 200px;
    height: 160px;
    border-radius: 5px;
}

.foto_profilo_anteprima {
    border-radius: 5px;
    object-fit: cover;
    transform: scale(1) rotate(0deg);
    overflow: hidden;
}

.contenitore_foto_profilo_anteprima {
    position: absolute;
    width: 200px;
    height: 160px;
    max-width: 200px;
    max-height: 160px;
    margin-bottom: 14px;
    border-radius: 5px;
    background-color: rgb(240,240,240);
    overflow: hidden;
}

.sposta_sinistra {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Sposta_Sinistra.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.sposta_sinistra:hover {
    background-image: url(../../Grf/icone/Sposta_Sinistra_Hover.png);
}

.sposta_su {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Sposta_Su.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.sposta_su:hover {
    background-image: url(../../Grf/icone/Sposta_Su_Hover.png);
}

.sposta_giu {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Sposta_Giu.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.sposta_giu:hover {
    background-image: url(../../Grf/icone/Sposta_Giu_Hover.png);
}

.sposta_destra {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Sposta_Destra.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.sposta_destra:hover {
    background-image: url(../../Grf/icone/Sposta_Destra_Hover.png);
}

.ingrandisci {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Ingrandisci.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.ingrandisci:hover {
    background-image: url(../../Grf/icone/Ingrandisci_Hover.png);
}

.riduci {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Riduci.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.riduci:hover {
    background-image: url(../../Grf/icone/Riduci_Hover.png);
}

.ruota_orario {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Ruota_Orario.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.ruota_orario:hover {
    background-image: url(../../Grf/icone/Ruota_Orario_Hover.png);
}

.ruota_antiorario {
    width: 45px;
    height: 35px;
    background-image: url(../../Grf/icone/Ruota_Antiorario.png);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.ruota_antiorario:hover {
    background-image: url(../../Grf/icone/Ruota_Antiorario_Hover.png);
}

.annulla_operazione {
    width: 97px;
    height: 35px;
    background-image: url(../../Grf/icone/Annulla_Operazione.png);
    background-repeat: no-repeat;
    background-size: 97px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.annulla_operazione:hover {
    background-image: url(../../Grf/icone/Annulla_Operazione_Hover.png);
}

.conferma_operazione {
    width: 97px;
    height: 35px;
    background-image: url(../../Grf/icone/Conferma_Operazione.png);
    background-repeat: no-repeat;
    background-size: 97px 35px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.conferma_operazione:hover {
    background-image: url(../../Grf/icone/Conferma_Operazione_Hover.png);
}

.tessera_orizzontale {
    width: 100%;
    max-width: 950px;
    background-color: transparent !important;
    border: none !important;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 980px) {
    .tessera_orizzontale {
        margin-top: 0px;
    }
}

.tessera_verticale {
    width: 100%;
    max-width: 950px;
    background-color: transparent !important;
    border: none !important;
    border-radius: 5px;
    display: none;
    margin-top: 0px;
}

@media (orientation: portrait) and (max-width: 800px) {
    .tessera_orizzontale {
        display: none;
    }

    .tessera_verticale {
        display: block;
    }
}

.linea {
    border-top: 1px solid #900001;
    height: 1px;
}

.maggiore_rosso {
    height: 12px;
    content: url(../../grf/Icone/Prossimo.png);
}

.sfondo_submenu {
    background-color: #74baef;
    height: 1px;
}

.menu_su_pagina {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 300px;
    width: calc(50% - 20px);
}

@media screen and (max-width: 500px) {
    .menu_su_pagina {
        width: calc(100% - 20px);
    }
}

.menu_su_pagina:hover {
    background-color: #dcefff !important;
}

.voce_menu_su_pagina {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #900001 !important;
}

.div_norecord {
    border-radius: 5px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.div_norecord_ridotto {
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.immagine_logo {
    width: 160px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.immagine_logo_mini {
    display: none;
    position: absolute;
    z-index: 99991 !important;
    top: 5px;
    left: 10px;
}

.immagine_logo_mini2 {
    display: none;
    position: absolute;
    z-index: 99991 !important;
    top: 5px;
    right: 10px;
}

.immagine_in_arrivo {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 800px) {
    .immagine_in_arrivo {
        width: 110px;
        height: 110px;
    }
}

@media screen and (max-width: 600px) {
    .immagine_in_arrivo {
        width: 100px;
        height: 100px;
    }
}

.logo_beewired_informazioni {
    width: 200px;
    height: 125px;
}

.immagine_sessione_scaduta {
    width: 128px;
    height: 115px;
    padding-left: 20px;
    padding-right: 50px;
}

@media screen and (max-width: 800px) {
    .immagine_sessione_scaduta {
        width: 96px;
        height: 86px;
    }
}

@media screen and (max-width: 600px) {
    .immagine_sessione_scaduta {
        width: 64px;
        height: 57px;
        padding-right: 30px;
    }
}

.label_titolo_sessione_scaduta {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #900001 !important;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    line-height: 20px;
}

@media screen and (max-width: 800px) {
    .label_titolo_sessione_scaduta {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .label_titolo_sessione_scaduta {
        font-size: 16px;
    }
}

.label_messaggio_sessione_scaduta {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
    padding-left: 0px;
    line-height: 16px;
}

@media screen and (max-width: 800px) {
    .label_messaggio_sessione_scaduta {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    .label_messaggio_sessione_scaduta {
        font-size: 12px;
    }
}

.sfondo_blu_titolo_box_pagina {
    background-color: #900001;
    border-radius: 5px;
    min-height: 60px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.sfondo_grigio_box {
    background-color: #f2f2f2;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.sfondo_blu_titolo_box {
    background-color: #900001;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 11px;
    text-align: left;
    margin-top: -1px;
    margin-left: -1px;
    width: calc(100% + 2px);
    border-bottom: 1px solid #900001;
    margin-bottom: 1px;
}

.sfondo_grigio_corpo_box {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
}

.bgc_grigio {
    background-color: #d9e8f3;
    border: 1px solid;
    border-color: #b7d4ea;
    line-height: 13px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.bgc_grigio_medio {
    background-color: #fafdff;
    line-height: 13px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 980px) {
    .bgc_grigio_medio {
        margin-top: 0px;
    }
}

.bgc_grigio_scuro {
    background-color: #b3d2ea;
    border: 1px solid #76abd3;
    line-height: 13px;
    border-radius: 5px;
}

.messaggio_richiesta {
    background-color: #d9e8f3;
    border-radius: 5px;
    margin-top: calc(((100vh - (100px + 10vh)) / 2) - 5px);
    margin-left: calc(((100vw - (260px + 10vw)) / 2) - 5px);
    height: calc(100px + 10vh);
    width: calc(260px + 10vw);
    text-align: center;
    padding-bottom: 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.titolo_messaggio_richiesta {
    height: 30px;
    background: #2269b2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
}

.corpo_messaggio_richiesta {
    height: 100%;
    vertical-align: middle;
    padding: 20px;
}

.bcg_pulsanti {
    background-color: #fafdff;
    line-height: 13px;
    margin-bottom: 5px;
}

.bgc_bianco {
    background-color: silver;
    border: 1px solid;
    border-color: #b7d4ea;
}

.box_no_record {
    background-color: white;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
    margin-top: 20px;
    padding: 10px;
    min-height: 78px;
    text-align: center;
    vertical-align: middle;
    color: dimgray;
}

@media screen and (max-width: 980px) {
    .box_no_record {
        margin-top: 0px;
    }
}

.grf_input {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7d4ea;
    height: 15px;
    padding: 5px;
    font-size: 14px;
    color: #2c485e;
    border-radius: 5px;
    outline: none;
    text-align: left;
}

.grf_input:focus {
    border-color: #900001;
}

.grf_input:disabled {
    color: #a5a5a5;
    background: #e5e5e5 !important;
    border-color: silver !important;
}

.input_sfondo {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid;
    border-color: #e0e0e0;
    height: 15px;
    padding: 3px;
    font-size: 11px;
    color: #2c485e;
    background-color: #FFFFD3;
}

.text_multiline {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7d4ea;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #2c485e;
    border-radius: 5px;
    outline: none;
    text-align: left;
    resize: vertical;
}

.text_multiline:focus {
    border-color: #900001;
}

.text_num {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7d4ea;
    height: 15px;
    padding: 5px;
    font-size: 14px;
    color: #2c485e;
    border-radius: 5px;
    outline: none;
    text-align: right;
}

.text_num:focus {
    border-color: #900001;
}

.text_tot {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7d4ea;
    height: 15px;
    padding: 5px;
    font-size: 14px;
    color: #2c485e;
    background-color: #FFFFD3;
    border-radius: 5px;
    outline: none;
    text-align: right;
}

.text_tot:focus {
    border-color: #900001;
}

.text_tot2 {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b7d4ea;
    height: 15px;
    padding: 5px;
    font-size: 14px;
    color: #2c485e;
    background-color: #FFFABB;
    border-radius: 5px;
    outline: none;
    text-align: right;
}

.text_tot2:focus {
    border-color: #900001;
}

table {
    border-radius: 5px;
}

.CheckBoxList {
    text-align: left;
}

.CheckBoxList2 {
    text-align: left;
}

.CheckBoxList3 {
    text-align: left;
}

.RadioButtonList {
    text-align: left;
}

.RadioButtonList2 {
    text-align: left;
}

.RadioButtonList3 {
    text-align: left;
}

.grf_combo {
    border: 1px solid #b7d4ea;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 1px;
    color: #2c485e;
    border-radius: 5px;
    outline: none;
    height: 23px;
}

.grf_combo:focus {
    border-color: #900001;
}

.bgc_menu {
    width: 964px;
    background-color: #900001;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    top: 0 !important;
    z-index: 99990 !important;
}

.sub_menu {
    margin-top: 5px !important;
    z-index: 99991 !important;    
}

.PopUp_AICS {
    top: 0vh;
    width: 100%;
    height: 100%;
    background: linear-gradient(136deg, rgba(223,237,248,0.8) 0%, rgba(96,157,203,0.8) 100%) no-repeat left center fixed;
    z-index: 99993;
    position: fixed;
    display: none;
    text-align: center;
}

.PopUp_AICS_iframe {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #7eadd3 !important;
    max-width: 1000px;
    -ms-transform: translate(0%, calc((95vh - 100%) / 2));
    transform: translate(0%, calc((95vh - 100%) / 2));
}

.PopUp_AICS_iframe_Sfondo_Bianco {
    background-color: white;
    border: 0 !important;
    border-radius: 10px;
    border: 1px solid #7eadd3 !important;
    max-width: 1000px;
    -ms-transform: translate(0%, calc((95vh - 100%) / 2));
    transform: translate(0%, calc((95vh - 100%) / 2));
}

.padding_responsive {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/*-------------------------SCROLL-BAR---------------------------*/
/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #900001;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

    /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #900001;
}


/* Handle */
.aics_body_off::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

/* Handle on hover */
.aics_body_off::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
}

/*---------------------------------------------------------*/

.text_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: white;
}

.text_title_new {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: white;
}

.text_title2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: white;
}

.text_title3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
}

.text_sez {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
    font-weight: bold;
    text-align: left;
}

.label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 18px;
}

.label_blu {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
    line-height: 18px;
}

.label_utente {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: white;
}

.label_tipo_utente {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: white;
}

.label_titolo {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #900001;
    padding-left: 2px;
    line-height: 20px;
}

.label_boundfield {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #900001;
}

.label_nota {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #900001;
    padding-left: 2px;
    line-height: 13px;
}

.label_titolo_pagina {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 22px;
}

.label_titolo_sezione {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: white;
    line-height: 20px;
}

.label_titolo_campo {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    padding-left: 1px;
}

.label_campo {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
    line-height: 18px;
    padding-left: 2px;
}

.label_disabled {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: red;
    padding-left: 2px;
    line-height: 13px;
}

.label_bold, .a:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #900001 !important;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
}

.label_fumetto {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #900001;
}

.label_data_fumetto {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: dimgray;
}

.label_data_fumetto_a_sinistra {
    float: left;
    text-align: left;
    padding-left: 5px;
}

.label_data_fumetto_a_destra {
    float: right;
    text-align: right;
    padding-right: 5px;
}

.fumetto {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: table;
}

.fumetto_dentro_a_sinistra {
    min-width: 100px;
    max-width: 90%;
    padding: 10px;
    margin-top: 0px;
    float: left;
    text-align: left;
    color: white;
    background-color: #e8ecee;
    border-radius: 5px;
}

.fumetto_dentro_a_destra {
    min-width: 100px;
    max-width: 90%;
    padding: 10px;
    margin-top: 0px;
    float: right;
    text-align: left;
    color: white !important;
    background-color: #cbe5f8;
    border-radius: 5px;
}

.label_piede {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
    line-height: 18px;
}

.label_piede_mobile {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #900001;
    line-height: 18px;
}

.link_button {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #900001 !important;
    font-weight: bold;
}

.link_button:hover {
    color: #de0e1e !important;
    cursor: pointer;
}

.link_button_bianco {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: white !important;
    font-weight: 800;
}

.link_button_bianco:hover {
    color: black !important;
    cursor: pointer;
}

.link_button_tab_strip {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    color: white !important;
}

.link_button_tab_strip:hover {
    color: white !important;
    cursor: pointer;
}

.link_button_piede {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    color: #900001 !important;
    font-weight: bold;
}

.link_button_piede:hover {
    color: #de0e1e !important;
    cursor: pointer;
}

.link_button_piede_mobile {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    color: #900001 !important;
    font-weight: bold;
}

.link_button_piede_mobile:hover {
    color: #de0e1e !important;
    cursor: pointer;
}

.StessaLinea {
    display: inline-block;
}

.no_a_capo {
    width: 100%;
}

.label_no_a_capo {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 18px;
    height: 18px !important;
    display: block !important;
    overflow: hidden !important;
}

.log_out {
    font-family: 'Open Sans', sans-serif;
    line-height: 12px;
    font-size: 10px;
    color: #900001;
    text-align: right;
}

.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #2c485e;
    text-align: left;
}

a:link {
    text-decoration: none;
    color: #005290;
    font-size: 11px;
}

a:hover {
    color: #e62e24;
    text-decoration: none;
    font-size: 11px;
    
}

.Riga_Lista_Prima {
    width: calc(100% - 8px);
    text-align: left;
    margin-top: 20px;
    background: white;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Riga_Lista_Prima:hover {
    background-color: #dcefff;
}

@media screen and (max-width: 980px) {
    .Riga_Lista_Prima {
        margin-top: 0px;
    }
}

.Riga_Lista_Pari {
    width: calc(100% - 8px);
    text-align: left;
    background: #f7faff;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Riga_Lista_Pari:hover {
    background-color: #dcefff;
}

.Riga_Lista_Dispari {
    width: calc(100% - 8px);
    text-align: left;
    background: white;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Riga_Lista_Dispari:hover {
    background-color: #dcefff;
}

.Riga_Lista_Ultima_Pari {
    width: calc(100% - 8px);
    text-align: left;
    background: #f7faff;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Riga_Lista_Ultima_Pari:hover {
    background-color: #dcefff;
}

.Riga_Lista_Ultima_Dispari {
    width: calc(100% - 8px);
    text-align: left;
    background: white;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Riga_Lista_Ultima_Dispari:hover {
    background-color: #dcefff;
}

.Riga_Lista_Prima_Ed_Ultima {
    width: calc(100% - 8px);
    text-align: left;
    margin-top: 20px;
    background: white;
    box-shadow: 0 0 0pt 0.7pt #b7d4ea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Riga_Lista_Prima_Ed_Ultima:hover {
    background-color: #dcefff;
}

@media screen and (max-width: 980px) {
    .Riga_Lista_Prima_Ed_Ultima {
        margin-top: 0px;
    }
}

.Riga_Lista_Dispari_No_Hover:hover {
    background-color: white !important;
}

.Riga_Lista_Pari_No_Hover:hover {
    background-color: #f7faff !important;
}

.Riga_Lista_Fascia_Larga {
    width: 26px;
    padding-left: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: middle;
}

.Evidenzia_Riga_Lista_Blu {
    border-left: 7px solid #900001;
}

.Evidenzia_Riga_Lista_Arancione {
    border-left: 7px solid orange;
}

.Evidenzia_Riga_Lista_Rosso {
    border-left: 7px solid red;
}

.Evidenzia_Riga_Lista_Grigio {
    border-left: 7px solid dimgray;
}

.Non_Evidenziare_Testo {
    color: black;
}
.Evidenzia_Testo_Blu {
    color: #900001 !important;
}

.Evidenzia_Testo_Arancione {
    color: orange !important;
}

.Evidenzia_Testo_Rosso {
    color: red !important;
}

.Evidenzia_Testo_Grigio {
    color: dimgray !important;
}

.Sfondo_Blu {
    background-color: #900001 !important;
}

.Sfondo_Arancione {
    background-color: orange !important;
}

.Sfondo_Rosso {
    background-color: red !important;
}

.Sfondo_Grigio {
    background-color: dimgray !important;
}

.Testo_Verticale {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*-------------MENU - Root = Horizontal, Secondary = Vertical------------*/
ul#navmenu {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 100%; /*For KHTML*/
    list-style: none;
}

ul#navmenu li {
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
}

ul#navmenu ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 160px;
    list-style: none;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/ {
    clear: both;
    display: block;
    font: 1px/0px serif;
    height: 0px;
    visibility: hidden;
}

ul#navmenu ul li {
    width: 100%;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
}
    
/* Root Menu */
ul#navmenu a {
    padding: 10px 8px 10px 8px;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
        
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
    background-color: #1d86d5;
    color: white;
    cursor: pointer;
}

ul#navmenu a:focus, ul#navmenu li:focus a, ul#navmenu li.iefocus a {
    background-color: #1d86d5;
    color: white;
    cursor: pointer;
    border: none !important;
    border-color: #900001;
}

/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
    float: none;
    background: #1d86d5;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
    background-color: #900001;
    color: white;
    cursor: pointer;
    padding: 5px 8px 5px 8px;
}

ul#navmenu ul ul, ul#navmenu ul ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul {
    display: none;
}

ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
    display: block;
}

/*-----------------------GRID-VIEW-----------------------------*/

table.GridView td a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    border-radius: 5px;
}

table.GridView th a, table.DetailsView th a, table.DetailsView td a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #900001;
    border: 1px solid #900001 !important;
    border-radius: 5px;
}

table.GridView th a:hover, table.GridView td a:hover, table.DetailsView th a:hover, table.DetailsView td a:hover {
    color: #8bbce1;
}

table.GridView {
    background-color: #900001;
    border: 0;
    border-radius: 5px !important;
}

table.GridView th {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
    line-height: 18px;
    border-right: 1px solid #477597;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    white-space: nowrap;
    text-align: center;
}

table.GridView th:last-child {
    border-right: 0;
}

table.GridView td {
    padding: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #cbdae5;
    border-bottom: 1px solid #cbdae5;
}

table.GridView td:first-child {
    border-left: 1px solid #cbdae5;
}

table.GridView td:last-child {
    border-right: 1px solid #cbdae5;
}

.pari {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    color: #2c485e !important;
}

.pari span {
    color: #2c485e !important;
}

.dispari span {
    color: #2c485e !important;
}

.dispari {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    background-color: #e6f0f8;
    color: #2c485e !important;
}

.textfooter {
    line-height: 18px;
    text-align: center;
    color: white;
    font-size: 11px;
}

.textfooter tr {
    padding-left: 0px;
}

.textfooter td {
    padding: 2px 0px 2px 0px !important;
    border: 0px solid black !important;
}

.textfooter span {
    background-color: #1d86d5;
    border: 1px solid #1d86d5 !important;
    border-radius: 5px;
    padding: 2px 5px 2px 5px !important;
    color: white !important;
}

.textfooter table {
    margin: auto;
    width: 1%;
}

.textfooter a {
    background-color: #900001;
    border: 1px solid #900001 !important;
    border-radius: 5px;
    padding: 2px 5px 2px 5px !important;
    color: white !important;
}

.textfooter a:hover {
    background-color: #1d86d5;
    border: 1px solid #1d86d5 !important;
    border-radius: 5px;
    padding: 2px 5px 2px 5px !important;
}

/*---------------------TAB-STRIP-------------------------*/

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background-image: none !important;
    padding: 0px !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-image: none !important;
    padding: 0px !important;
}

.ajax__tab_technorati-theme .ajax__tab_header {
    font-family: 'Open Sans', sans-serif !important;
    background-image: none !important;
    background: none repeat-x bottom !important;
    display: inline-block !important;
    text-align: left !important;
    height: 28px !important;
    width: 100% !important;
}

.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
    background-color: #900001;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px !important;
    padding-right: 13px !important;
    padding-top: 1px !important;
    height: 29px !important;
    border: 1px solid #900001;
    border-bottom: none;
    transition-duration: 0.4s;
}

.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer:hover {
    background-color: #1d86d5 !important;
    border-top: 1px solid #1d86d5;
    border-left: 1px solid #1d86d5;
    border-right: 1px solid #1d86d5;
}

.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
    padding-top: 0px !important;
}


.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner {
    color: #000000 !important;
}

.ajax__tab_technorati-theme .ajax__tab_disabled a {
    color: #9d9898 !important;
}

.ajax__tab_technorati-theme .ajax__tab_disabled a:hover {
    color: #9d9898 !important;
}

.ajax__tab_technorati-theme .ajax__tab_disabled a:hover {
    color: #900001 !important;
}

.ajax__tab_technorati-theme .ajax__tab_inner a:focus {
    color: white !important;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer {
    background-image: none !important;
    background-color: white !important;
    border: 1px solid #b7d4ea;
    border-bottom: none !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px !important;
    padding-right: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    margin-top: -4px;
    height: 27px !important;
    cursor: default !important;
    transition-duration: 0s;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer:hover {
    background-color: white !important;
    border: 1px solid #b7d4ea;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner {
    background-image: none !important;
    color: white !important;
    cursor: default !important;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner a {
    color: #900001 !important;
    cursor: default !important;
}

.ajax__tab_technorati-theme .ajax__tab_body {
    background-color: white !important;
    border: solid 1px #b7d4ea !important;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px !important;
    margin-top: 3px;
    min-height: 100px;
}

/*----------------------CALENDARIO-------------------------*/

.cl .ajax__calendar_container {
    border-radius: 5px;
    border-width: 1px;
    border-color: #2269b2;
    border-style: solid;
    background-color: #b3d2ea;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 34px;
    width: 269px;
    height: 327px;
    text-align: center;
    color: #900001;
    z-index: 99992 !important;
}

.cl .ajax__calendar_header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #900001;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 7px;
    margin: 0px;
}

.cl .ajax__calendar_title {
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

.cl .ajax__calendar_dayname {
    background-color: #b3d2ea;
    text-align: center;
    color: #900001;
    text-align: center;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    padding-bottom: 4px;
    width: 36px;
    height: 21px;
    border-spacing: 0px;
    margin: 0px;
    vertical-align: middle;
    text-transform: capitalize;
}

.cl .ajax__calendar_prev,
.cl .ajax__calendar_next {
    color: white;
    height: 36px;
    width: 36px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: -12px;
    padding-top: 1px;
    background-size: 12px 12px;
}

.cl .ajax__calendar_prev {
    background-image: url(../../Grf/Icone/Precedente.png);
}

.cl .ajax__calendar_next {
    background-image: url(../../Grf/Icone/Successivo.png);
}

.cl .ajax__calendar_body {
    background-color: #b3d2ea;
    text-align: center;
    width: calc(100% - 2px);
    height: 253px;
    color: #900001;
}

.cl .ajax__calendar_day {
    background-color: white;
    color: #900001;
    text-align: center;
    font-size: 14px;
    border-spacing: 0px;
    width: 36px;
    height: 23px;
    padding: 0px;
    padding-top: 11px;
    margin: 0px;
    border: 1px solid #b3d2ea;
}

.cl .ajax__calendar_days {
    margin: 0px;
    padding: 0px;
    background: #f9f8f8;
    height: 100%;
}

.cl .ajax__calendar_month {
    width: 65px;
    height: 60px;
    padding: 0px;
    padding-top: 23px;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #b3d2ea;
    background-color: white;
}

.cl .ajax__calendar_months {
    padding: 0px;
    margin: 0px;
    margin-left: -0.5px;
    margin-top: 0.5px;
    background: #f9f8f8;
    height: 100%;
}

.cl .ajax__calendar_year {
    width: 65px;
    height: 60px;
    padding: 0px;
    padding-top: 23px;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #b3d2ea;
    background-color: white;
}

.cl .ajax__calendar_years {
    padding: 0px;
    margin: 0px;
    margin-left: -0.5px;
    margin-top: 0.5px;
    background: #f9f8f8;
    height: 100%;
}

.cl .ajax__calendar_container TABLE {
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
}

.cl .ajax__calendar_container TD {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #b3d2ea;
}

.cl .ajax__calendar_active {
    background-color: white;
    text-align: center;
    vertical-align: middle;
    color: #900001;
    outline: 4px solid red;
    outline-offset: -4px;
}

.cl .ajax__calendar_hover {
    border-radius: 4px;
}

.cl .ajax__calendar_hover .ajax__calendar_day {
    border-radius: 4px;
    outline: 4px solid #900001;
    outline-offset: -4px;
    background-color: white;
    color: #900001;
}

.cl .ajax__calendar_hover .ajax__calendar_month {
    border-radius: 4px;
    outline: 4px solid #900001;
    outline-offset: -4px;
    background-color: white;
    color: #900001;
}

.cl .ajax__calendar_hover .ajax__calendar_year {
    border-radius: 4px;
    outline: 4px solid #900001;
    outline-offset: -4px;
    background-color: white;
    color: #900001;
}

.cl .ajax__calendar_other {
    text-align: center;
    padding-right: 0px;
}

.cl .ajax__calendar_other DIV {
    color: #7eb1d8;
    background-color: #e2edf6;
}

.cl .ajax__calendar_footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #b3d2ea;
    text-align: center;
    color: #900001;
    width: calc(100% - 2px);
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    margin-left: 1px;
    font-size: 14px;
}

/*-------------------WAIT-ANIMATION------------------*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #900001 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .immagine_logo_mini {
        display: none !important;
    }

    .immagine_logo_mini2 {
        display: none !important;
    }
}

/*-------------------SLIDER ON-OFF------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a9a9a9;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #d3d3d3;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #8db2d0;
}

input:checked + .slider:before {
    background-color: red;
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}