﻿#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(1) {
    width: 30px;
    text-align: center;
}

#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(2) {
    width: 80px;
    text-align: center;
}

#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(2),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(4),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(5) {
    text-align: center;
}

#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(3) {
    font-weight: bold;
}

#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(4),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(5),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(6),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(7),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(8),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(9),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(10),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(11) {
    text-align: center;
}

#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(6),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(7),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(8),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(9),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(10),
#SectionLiquidazioneIva table.List_Table thead tr th:nth-child(11) {
    text-align: right;
}

#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(6),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(7),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(8),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(9),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(10),
#SectionLiquidazioneIva table.List_Table tbody tr td:nth-child(11) {
    text-align: right;
    font-weight: bold;
}

#SectionLiquidazioneIva .List_Table tfoot tr:first-of-type td {
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid rgba(189, 193, 193, 0.2);
    padding: 10px 8px;
}

#SectionLiquidazioneIva .List_Table tfoot tr:last-of-type td {
    text-align: right;
    font-weight: bold;
    background-color: rgba(242, 243, 243, 0.35);
    padding: 10px 8px;
}

    #SectionLiquidazioneIva .List_Table tfoot tr:first-of-type td:nth-child(2),
    #SectionLiquidazioneIva .List_Table tfoot tr:first-of-type td:nth-child(3),
    #SectionLiquidazioneIva .List_Table tfoot tr:first-of-type td:nth-child(4),
    #SectionLiquidazioneIva .List_Table tfoot tr:last-of-type td:nth-child(3),
    #SectionLiquidazioneIva .List_Table tfoot tr:last-of-type td:nth-child(4),
    #SectionLiquidazioneIva .List_Table tfoot tr:last-of-type td:nth-child(5),
    #SectionLiquidazioneIva .List_Table tfoot tr:last-of-type td:nth-child(6),
    #SectionLiquidazioneIva .List_Table tfoot tr:last-of-type td:nth-child(7) {
        font-weight: bold;
        text-align: right;
        color: #313534;
        font-size: 14px;
    }


/*Liquidazione Iva Riepilogo*/
#LiquidazioneIva_Riepilogo .List_Table tr > td span,
LiquidazioneIva_AcquistiVendite .List_Table tr > td span {
    font-weight: bold;
    color: #313534;
}

/*REGISTRO VERSAMENTI IVA*/
#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(1) {
    width: 200px;
    font-weight: bold;
    color: #313534;
    text-transform: uppercase;
}

#RegistroIvaStorico .List_Table > thead > tr > th:nth-child(2),
#RegistroIvaStorico .List_Table > thead > tr > th:nth-child(3) {
    text-align: center;
}

#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(2),
#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(3) {
    width: 130px;
    text-align: center;
}

#RegistroIvaStorico .List_Table > thead > tr > th:nth-child(4),
#RegistroIvaStorico .List_Table > thead > tr > th:nth-child(5) {
    text-align: right;
}

#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(4),
#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(5) {
    width: 8%;
    font-weight: bold;
    text-align: right;
}



#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(6) input{
    width:30%;
    margin-right:5px;
    float:left;
}
#RegistroIvaStorico .List_Table > tbody > tr > td:nth-child(6) input:first-of-type {
    width:65%;
    margin-right: 5px;
    float: left;
}


#RegistroIvaStorico .List_Table > thead > tr > th:nth-child(7) {
    width: 20%;
}

#RegistroIvaStorico .List_Table > thead > tr > th:nth-child(8) {
    width: 10%;
}

.Riga_Rettifica{
   background-color:rgba(189, 193, 193, 0.2);
}
#RegistroIvaStorico .Riga_Rettifica >  th:nth-child(6),
#RegistroIvaStorico .Riga_Rettifica >  td:nth-child(6) {
    text-align: center;
}