﻿#Ordine_Storico .List_Table > tbody > tr > td:nth-child(1) {
    width: 30px;
    text-align: center;
}

#Ordine_Storico .List_Table > thead > tr > th:nth-child(2) {
    width: 100px;
    text-align: center;
}

#Ordine_Storico .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    text-align: center;
}

#Ordine_Storico .List_Table > thead > tr > th:nth-child(3) {
    width: 100px;
    text-align: center;
}

#Ordine_Storico .List_Table > tbody > tr > td:nth-child(3) {
    font-weight: bold;
    color: #2172a1;
    text-align: center;
}

#Ordine_Storico .List_Table > tbody > tr > td:nth-child(4) span{
    font-weight: bold;
    color: #2172a1;
    font-size: 14px;
}

#Ordine_Storico .List_Table > tbody > tr > td:nth-child(5) {
 
    width: 150px;
}

#Ordine_Storico .List_Table > thead > tr > th:nth-child(6) {
    text-align: right;
}

#Ordine_Storico .List_Table > tbody > tr > td:nth-child(6) {
    font-weight: bold;
    text-align: right;
}

/*Ordine Storico Dettaglio*/
#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(1) {
    width: 120px;
    text-align: center;
}

#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(1) {
    font-weight: bold;
    color: #2172a1;
    text-align: center;
}

#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    
}

#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(3),
#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(4),
#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(5),
#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(7) {
  
    text-align: center;
}

#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(3),
#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(4),
#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(5),
#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(7)   {
    
    text-align: center;
}
#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(6),
#Ordine_Storico_Dettaglio .List_Table > thead > tr > th:nth-child(8)  {
  
    text-align: right;
}

#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(6),
#Ordine_Storico_Dettaglio .List_Table > tbody > tr > td:nth-child(8){
    text-align:right;
    font-weight:bold;
}