﻿/*PRODOTTI LISTA*/
.Div_Prodotti {
    margin-left: 15px !important;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(1) {
    width: 140px;
    text-align: center;
}

#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    color: #2172a1;
    font-size: 14px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(3),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(3) {
    width: 80px;
    text-align: center;
}

#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(4),
#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(4) {
    text-align: center;
    width: 80px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(5),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(5) {
    text-align: center;
    width: 80px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(6),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(6) {
    text-align: center;
    width: 80px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(7) {
    text-align: center;
}

#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(7),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(8) {
    text-align: center;
    width: 90px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(8),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(9) {
    text-align: center;
    width: 100px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(9),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(10) {
    text-align: center;
    width: 100px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(10),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(11) {
    text-align: right;
    width: 120px;
}

#Anagrafica_Prodotti .List_Table > thead > tr > th:nth-child(11),
#Anagrafica_Prodotti .List_Table > tbody > tr > td:nth-child(12) {
    text-align: center;
    width: 50px;
}

.Modulo_Sx span.Prodotti_Popover {
    color: #2172a1;
}

.Modulo_Sx div.popover {
    left: 330px !important;
}

/*PRODOTTI DETTAGLIO INTRASTAT*/
#Prodotti_Intrastat .List_Table > thead > tr > th:nth-child(1) {
    width: 20%;
}

#Prodotti_Intrastat .List_Table > thead > tr > th:nth-child(2),
#Prodotti_Intrastat .List_Table > thead > tr > th:nth-child(3),
#Prodotti_Intrastat .List_Table > thead > tr > th:nth-child(4),
#Prodotti_Intrastat .List_Table > thead > tr > th:nth-child(5),
#Prodotti_Intrastat .List_Table > thead > tr > th:nth-child(6) {
    width: 16%;
}

/*PRODOTTI DETTAGLIO FORNITORI*/
#Prodotti_Fornitori_Prezzi .List_Table > thead > tr > th:nth-child(1) {
    width: 80%;
}

#Prodotti_Fornitori_Prezzi .List_Table > thead > tr > th:nth-child(2) {
    text-align: right;
}

#Prodotti_Fornitori_Prezzi .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    text-align: right;
}

/*PRODOTTI DETTAGLIO RICARICO INSERIMENTO*/
#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(1) {
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
    color: #2172a1;
}

#Prodotti_Ricarico_Inserimento .List_Table > thead > tr > th:nth-child(2),
#Prodotti_Ricarico_Inserimento .List_Table > thead > tr > th:nth-child(3),
#Prodotti_Ricarico_Inserimento .List_Table > thead > tr > th:nth-child(4),
#Prodotti_Ricarico_Inserimento .List_Table > thead > tr > th:nth-child(5),
#Prodotti_Ricarico_Inserimento .List_Table > thead > tr > th:nth-child(6) {
    width: 16%;
    text-align: right;
}

#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(2),
#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(3),
#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(4),
#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(5),
#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(6) {
    text-align: right;
}

    #Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(2) input,
    #Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(3) input,
    #Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(4) input,
    #Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(5) input,
    #Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(6) input {
        width: 50%;
        text-align: right;
    }

#Prodotti_Ricarico_Inserimento .List_Table > tbody > tr > td:nth-child(7) {
    width: 10px;
    text-align: center;
}

/*PRODOTTI DETTAGLIO RICARICO LISTA*/
#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(1) {
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
}

    #Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(1) b {
        color: #2172a1;
    }

#Prodotti_Ricarico_Lista .List_Table > thead > tr > th:nth-child(2),
#Prodotti_Ricarico_Lista .List_Table > thead > tr > th:nth-child(3),
#Prodotti_Ricarico_Lista .List_Table > thead > tr > th:nth-child(4),
#Prodotti_Ricarico_Lista .List_Table > thead > tr > th:nth-child(5),
#Prodotti_Ricarico_Lista .List_Table > thead > tr > th:nth-child(6) {
    width: 16%;
    text-align: right;
}

#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(2),
#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(3),
#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(4),
#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(5),
#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(6) {
    text-align: right;
}

    #Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(2) input,
    #Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(3) input,
    #Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(4) input,
    #Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(5) input,
    #Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(6) input {
        width: 50%;
        text-align: right;
    }

#Prodotti_Ricarico_Lista .List_Table > tbody > tr > td:nth-child(7) {
    width: 30px;
    text-align: center;
}

/*PRODOTTI DETTAGLIO STORICO PREZZI*/
#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(1) {
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
    color: #2172a1;
}

#Prodotti_Storico_Prezzi .List_Table > thead > tr > th:nth-child(2),
#Prodotti_Storico_Prezzi .List_Table > thead > tr > th:nth-child(3),
#Prodotti_Storico_Prezzi .List_Table > thead > tr > th:nth-child(4),
#Prodotti_Storico_Prezzi .List_Table > thead > tr > th:nth-child(5),
#Prodotti_Storico_Prezzi .List_Table > thead > tr > th:nth-child(6) {
    width: 16%;
    text-align: right;
}

#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(2),
#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(3),
#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(4),
#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(5),
#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(6) {
    text-align: right;
    font-weight: bold;
}

#Prodotti_Storico_Prezzi .List_Table > tbody > tr > td:nth-child(7) {
    width: 30px;
    text-align: center;
}

/*PRODOTTI DETTAGLIO LISTA FORNITORI*/
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(1) {
    width: 20px;
    text-align: center;
}

#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
    color: #2172a1;
}

#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(3) {
    font-weight: bold;
}

#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(4) {
}

#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(6),
#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(10),
#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(13) {
    width: 130px;
    text-align: right;
}

#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(6),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(10),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(13) {
    text-align: right;
    font-weight: bold;
}

#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(7),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(7),
#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(8),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(8),
#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(9),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(9) {
    text-align: center;
    width: 80px;
}

#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(11),
#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(12) {
    width: 110px;
}

#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(14),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(14),
#Prodotti_Lista_Fornitori .List_Table > thead > tr > th:nth-child(15),
#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(15) {
    width: 100px;
    text-align: center;
}

#Prodotti_Lista_Fornitori .List_Table > tbody > tr > td:nth-child(16) {
    width: 30px;
    text-align: center;
}

#pnlInsertFornitore {
    padding-bottom: 200px;
}
/*PRODOTTI BARCODE*/
#Prodotti_Lista_Barcode .List_Table > tbody > tr > td:nth-child(1) {
    font-weight: bold;
    text-transform: uppercase;
    color: #2172a1;
    width: 50%;
}

#Prodotti_Lista_Barcode .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
}

#Prodotti_Lista_Barcode .List_Table > tbody > tr > td:nth-child(3) {
    width: 30PX;
    text-align: center;
}

/*PRODOTTI MATRICOLE*/
#Prodotti_Matricole .List_Table > tbody > tr > td:nth-child(1) {
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
    color: #2172a1;
}

#Prodotti_Matricole .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
}

#Prodotti_Matricole .List_Table > tbody > tr > td:nth-child(4) {
    width: 30px;
    text-align: center;
}

/*Prodotti_Fattura*/
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(1) {
    width: 100px;
    font-weight: bold;
}

#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    color: #2172a1;
}

#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(3),
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(5),
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(6),
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(7) {
    text-align: center;
    width: 90px;
}

#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(4),
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(8),
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(9),
#Prodotti_Fattura .List_Table > tbody > tr > td:nth-child(10) {
    text-align: right;
    width: 130px;
    font-weight: bold;
}

/*Prodotti_Ordine*/
#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(1) {
    width: 100px;
}

    #Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(1) span {
        font-weight: bold;
        color: #313534;
    }

#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(2) {
    font-weight: bold;
    color: #2172a1;
}

#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(3),
#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(4),
#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(6),
#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(7),
#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(8) {
    text-align: center;
    width: 90px;
}

#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(5),
#Prodotti_Ordine .List_Table > tbody > tr > td:nth-child(9) {
    text-align: right;
    width: 130px;
    font-weight: bold;
}

/*Prodotto_Ordini*/
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(1) {
    text-transform: uppercase;
    font-weight: bold;
    color: #2172a1;
}

#Prodotto_Ordini .List_Table > thead > tr > th:nth-child(2),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(2),
#Prodotto_Ordini .List_Table > thead > tr > th:nth-child(3),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(3),
#Prodotto_Ordini .List_Table > thead > tr > th:nth-child(4),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(4),
#Prodotto_Ordini .List_Table > thead > tr > th:nth-child(5),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(5),
#Prodotto_Ordini .List_Table > thead > tr > th:nth-child(6),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(6),
#Prodotto_Ordini .List_Table > thead > tr > th:nth-child(7),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(7) {
    text-align: center;
    width: 130px;
}

#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(8),
#Prodotto_Ordini .List_Table > tbody > tr > td:nth-child(9) {
    font-weight: bold;
}

.Reset_fa_btn_IconOnly {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

/*fornitori ordini dettaglio*/
#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(1) {
    color: #2172a1;
    text-transform: uppercase;
    font-weight: bold;
}

    #Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(1) span {
        font-weight: bold;
        color: #313534;
    }

#Prodotto_Ordini_VsFornitori .List_Table > thead > tr > th:nth-child(2),
#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(2) {
    text-align: center;
}

#Prodotto_Ordini_VsFornitori .List_Table > thead > tr > th:nth-child(3) {
    text-align: center;
}

#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(3) {
    width: 100px;
    text-align: center;
}

#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(4) {
    text-align: right;
    width: 250px;
}

#Prodotto_Ordini_VsFornitori .List_Table > thead > tr > th:nth-child(5),
#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(5) {
    width: 100px;
    text-align: center;
}


#Prodotto_Ordini_VsFornitori .List_Table > thead > tr > th:nth-child(4),
#Prodotto_Ordini_VsFornitori .List_Table > thead > tr > th:nth-child(6),
#Prodotto_Ordini_VsFornitori .List_Table > thead > tr > th:nth-child(7) {
    text-align: right;
}

#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(6),
#Prodotto_Ordini_VsFornitori .List_Table > tbody > tr > td:nth-child(7) {
    text-align: right;
    font-weight: bold;
    width: 130px;
}

/*NUOVO PRODOTTO*/
#NuovoProdotto .Div_Content_Top {
    padding-top: 50px;
}

/*DIV FIXED*/
#Prodotti_Dettaglio #Dettagli .Div_Content_Foot,
#Prodotti_Dettaglio #Ordini .Div_Content_Foot,
#Prodotti_Dettaglio #Scheda .Div_Content_Foot {
    padding-bottom: 170px
}

#Prodotti_Dettaglio #Dettagli .divFixed_Content,
#Prodotti_Dettaglio #Ordini .divFixed_Content,
#Prodotti_Dettaglio #Scheda .divFixed_Content {
    height: 160px;
}
