﻿/*Libro Giornale Lista*/

#LibroGiornale_List .List_Table > thead > tr > th:nth-child(1)
{
    /*head: registrazione*/    
    width:90px;        
}

#LibroGiornale_List .List_Table > tbody > tr > td:nth-child(1)
{
    /*body: registrazione*/    
    font-weight: bold;
    width:90px;        
}

#LibroGiornale_List .List_Table > thead > tr > th:nth-child(2),
#LibroGiornale_List .List_Table > tbody > tr > td:nth-child(2)
{
     /*head + body: numero*/
    text-align: center;
    width: 80px;           
}

#LibroGiornale_List .List_Table > tbody > tr > td:nth-child(3)
{
    /*body: causale*/
    text-transform: uppercase;
    font-weight: bold;
    color: #313534;    
    width:250px;         

}

#LibroGiornale_List .List_Table > thead > tr > th:nth-child(4),
#LibroGiornale_List .List_Table > tbody > tr > td:nth-child(4)
{
    /*head + body: approvato*/
    width:70px;
    text-align:center;            
}
#LibroGiornale_List .List_Table > tbody > tr > td > table
{
    width:100%;
}

#LibroGiornale_List .List_Table > thead > tr > th:nth-child(5),
#LibroGiornale_List .List_Table > tbody > tr > td > table tr td:nth-child(1)
{
     /*head + body: conto*/    
    width:100px;    
}

#LibroGiornale_List .List_Table > thead > tr > th:nth-child(6),
#LibroGiornale_List .List_Table > tbody > tr > td > table tr td:nth-child(2)
{
    /*head + body: descrizione*/        
    width:250px;
}

#LibroGiornale_List .List_Table > thead > tr > th:nth-child(2),
#LibroGiornale_List .List_Table > thead > tr > th:nth-child(8),
#LibroGiornale_List .List_Table > thead > tr > th:nth-child(9)
{
    /*head: numero, dare, avere*/
    text-align: center;
    width: 80px;        
}

#LibroGiornale_List .List_Table > tbody > tr > td > table tr td:nth-child(4),
#LibroGiornale_List .List_Table > tbody > tr > td > table tr td:nth-child(5)
{
    /*body: dare, avere*/
    width:80px;
    text-align:right;    
    font-weight: bold;        
}

/*PRIMA NOTA*/
#PrimaNota_List table.List_Table tbody tr td:nth-child(1)
{
    font-weight: bold;
    color: #313534;
    width: 200px;
}

#PrimaNota_List table.List_Table tbody tr td:nth-child(2)
{
    font-weight: bold;
}

#PrimaNota_List table.List_Table tbody tr td:nth-child(3)
{
    width: 25%;
}

#PrimaNota_List table.List_Table thead tr th:nth-child(4),
#PrimaNota_List table.List_Table thead tr th:nth-child(5)
{
    text-align: right;
}

#PrimaNota_List table.List_Table tbody tr td:nth-child(4),
#PrimaNota_List table.List_Table tbody tr td:nth-child(5)
{
    text-align: right;
    font-weight: bold;
    width: 180px;
}

#PrimaNota_List table.List_Table tbody tr:last-of-type td:nth-child(1)
{
    text-transform: uppercase;
    font-weight: bold;
    color: #313534;
}

#PrimaNota_List table.List_Table tbody tr:last-of-type td:nth-child(2)
{
    text-align: right;
}

#PrimaNota_List table.List_Table tbody tr:last-of-type td:nth-child(3)
{
    font-weight: bold;
    text-align: right;
}

#PrimaNota_List table.List_Table tbody tr:last-of-type td:nth-child(4),
#PrimaNota_List table.List_Table tbody tr:last-of-type td:nth-child(5)
{
    font-weight: bold;
    text-align: right;
    color: #313534;
    font-size: 14px;
}
