body:before
{
    content:'';
    position:fixed;
    right:0;
    top:0;
    background-image: url('/graphics/logo_800px_scontornato_grigio.png');
    width:100%;
    height:100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.add-asterisk > span:first-child::after 
{
    content: '*';
}


/* FORM DI REGISTRAZIONE*/
.registrazione #ctl00_div_content {
    padding: 30px 20px;
    margin-left: 0 !important;
}

.registrazione #ctl00_MainContentPlaceHolder_tblRegistrazione {
    margin: 0 auto;
}

/* #region DETTAGLIO IVA */
table.dettaglio_iva {
    width: 100%;
    border-collapse: collapse;
    background-color: ButtonFace;
}

    table.dettaglio_iva tr:first-child {
        font-weight: bold;
    }

    table.dettaglio_iva td {
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
    }

        table.dettaglio_iva td:last-child {
            border-right: 0;
        }

    table.dettaglio_iva tr:last-child td {
        border-bottom: 0;
    }

    table.dettaglio_iva td:nth-child(3),
    table.dettaglio_iva td:nth-child(4),
    table.dettaglio_iva td:nth-child(5) {
        text-align: right;
    }
/* #endregion DETTAGLIO IVA */


/* #region TABELLA RIEPILOGO BILANCIO */

table.riepilogo_bilancio {
    width: 100%;
    font-size: 1.1em !important;
}

/* #endregion TABELLA RIEPILOGO BILANCIO */

.CSSCustom.panel {
    display:none!important;
}

.anchor {
    display: inline-block;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: -6em;
}

/*Guida in linea*/
.ValueContainer .ValueContainer.ModalitaVisualizzazioneImmagini {
    min-height: 10em;
    background-image: url('/graphics/img-contieni-espandi.png');
    background-repeat: no-repeat;
    background-size: 14em;
    background-position: right;
    width: 590px !important;
}
.ValueContainer .ValueContainer.ModalitaVisualizzazioneImmagini > * {
    width: 390px !important;
}
.frame.indice a {
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0em;
    text-decoration: underline;
    border-bottom: 0;
}

/* Avviso per chi ha l'abbonamento scaduto*/
.abbonamentoScaduto .layout_content::before {
    content: 'Il tuo Abbonamento \00E9  scaduto, per continuare a usare 321Easy.it devi effettuare il rinnovo';
    padding-bottom: 1em;
    display: block;
    max-width: 590px;
    font-weight: bold;
    color: red;
}

/* FORM DI REGISTRAZIONE*/
.registrazione #ctl00_div_content {
    /* margin-left: 0 !important; */
    padding: 30px 20px;
    /* margin: 0 auto !important; */
    margin-left: 0 !important;
}
.registrazione #ctl00_MainContentPlaceHolder_tblRegistrazione {
    margin: 0 auto;
}