﻿#Fornitori_Ordini {
    position: relative;
}

    #Fornitori_Ordini .Div_Content_Foot {
        padding-bottom: 230px
    }

    #Fornitori_Ordini .divFixed_Content {
    }

        #Fornitori_Ordini .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(1) {
            text-transform: uppercase;
            color: #2172a1;
        }

        #Fornitori_Ordini .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(3) {
            width: 170px;
        }

        #Fornitori_Ordini .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(4) {
            width: 220px;
        }

    #Fornitori_Ordini div:first-child h4:first-child {
        color: #454545;
    }

    #Fornitori_Ordini .List_Table > thead > tr > th:nth-child(1) {
        text-align: center;
        width: 140px;
    }

    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(2) {
        font-weight: bold;
        color: #2172a1;
        width: 120px;
    }

    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(3),
    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(4) {
        width: 120px;
    }

    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(5) {
        width: 200px;
    }

    #Fornitori_Ordini .List_Table > thead > tr > th:nth-child(6),
    #Fornitori_Ordini .List_Table > thead > tr > th:nth-child(7),
    #Fornitori_Ordini .List_Table > thead > tr > th:nth-child(8) {
        text-align: right;
        width: 100px;
    }

    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(6),
    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(7),
    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(8) {
        font-weight: bold;
        text-align: right;
        width: 100px;
    }

    #Fornitori_Ordini .List_Table > tbody > tr > td:nth-child(9) {
        text-align: center;
        width: 30px;
    }

/*fornitori ordini dettaglio*/
#Fornitori_Insert_Item {
}

    #Fornitori_Insert_Item table {
    }

        #Fornitori_Insert_Item table tr td {
            line-height: 40px;
        }

            #Fornitori_Insert_Item table tr td:nth-child(1) {
                width: 50px;
            }

            #Fornitori_Insert_Item table tr td:nth-child(2) {
                width: 250px;
            }

            #Fornitori_Insert_Item table tr td:nth-child(3) {
                width: 450px;
            }

                #Fornitori_Insert_Item table tr td:nth-child(3) span {
                    font-weight: bold;
                    background-color: #d0e6f3;
                    display: block;
                    width: 100%;
                    border-radius: 5px;
                    line-height: 40px;
                    height: 40px;
                    padding: 0 5px;
                }

            #Fornitori_Insert_Item table tr td:nth-child(4) {
                width: 50px;
            }

            #Fornitori_Insert_Item table tr td:nth-child(5) {
                width: 100px;
            }

            #Fornitori_Insert_Item table tr td:nth-child(6) {
                width: 100px;
            }

            #Fornitori_Insert_Item table tr td:nth-child(7) {
                width: 100px;
            }

        #Fornitori_Insert_Item table input[type="text"] {
            padding: 0 10px;
            line-height: 40px;
            height: 40px;
            border-radius: 5px;
            border: solid 2px #d0e6f3;
            background: #fff;
            color: #483729;
            width: 98%;
            text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
            font-size: 12px;
            letter-spacing: 1px;
            margin: 0;
            -webkit-transition: 0.2s ease all;
            -o-transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -ms-transition: 0.2s ease all;
            transition: 0.2s ease all;
        }

#Fornitori_Ordini_Dettaglio {
    position: relative;
    padding-bottom: 200px;
}

    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(1) {
        text-align: center;
        width: 50px;
    }

        #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(1) input {
            text-align: center;
        }

    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(2) {
        color: #2172a1;
        text-transform: uppercase;
        font-weight: bold;
        width: 350px;
    }

        #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(2) span {
            font-weight: bold;
            color: #313534;
        }

    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(3) {
        text-align: center;
        width: 80px;
    }

        #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(3) input {
            text-align: center;
            width: 100%;
        }

    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(4) {
        text-align: center;
        width: 80px;
    }

    /*Thead lordo scontato iva */
    #Fornitori_Ordini_Dettaglio .List_Table > thead > tr > th:nth-child(4),
    #Fornitori_Ordini_Dettaglio .List_Table > thead > tr > th:nth-child(6),
    #Fornitori_Ordini_Dettaglio .List_Table > thead > tr > th:nth-child(8),
    #Fornitori_Ordini_Dettaglio .List_Table > thead > tr > th:nth-child(9),
    #Fornitori_Ordini_Dettaglio .List_Table > thead > tr > th:nth-child(10) {
        text-align: right !important;
    }

    /*body lordo scontato iva */
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(5),
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(7),
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(9),
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(10) {
        text-align: right;
        width: 100px !important;
    }

    /*body lordo scontato iva */
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(11) {
        text-align: right;
        width: 120px !important;
    }


    /* sconti */
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(6) {
        width: 170px;
        text-align: center;
    }

    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(8) {
        width: 80px;
        text-align: center;
    }


    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td:nth-child(12) {
        text-align: center;
        width: 30px;
    }


    #Fornitori_Ordini_Dettaglio .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(1) {
        width: 80%;
    }

    #Fornitori_Ordini_Dettaglio .Div_Content_Foot {
        padding-bottom: 220px
    }


    #Fornitori_Ordini_Dettaglio #Insert {
        width: 100%;
        position: relative;
    }

        #Fornitori_Ordini_Dettaglio #Insert input[type=radio] + label {
            float: left;
        }

        #Fornitori_Ordini_Dettaglio #Insert input[type=text] {
            width: 100%;
        }

    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td.tdRedProductName span,
    #Fornitori_Ordini_Dettaglio .List_Table > tbody > tr > td.tdRedProductName {
        color: #ff0000;
    }


#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(1),
#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(2) {
    color: #2172a1;
    text-transform: uppercase;
    font-weight: bold;
}

#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(3),
#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(5) {
    font-weight: bold;
}

#OrdiniFornitore_ListinoFornitore .List_Table > thead > tr > th:nth-child(4),
#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(4) {
    text-align: center;
    width: 50px;
}

#OrdiniFornitore_ListinoFornitore .List_Table > thead > tr > th:nth-child(5),
#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(5) {
    text-align: right;
    width: 300px;
}

#OrdiniFornitore_ListinoFornitore .List_Table > thead > tr > th:nth-child(6),
#OrdiniFornitore_ListinoFornitore .List_Table > tbody > tr > td:nth-child(6) input {
    width: 80px;
    text-align: center;
}

#OrdiniFornitore_ListinoFornitore .List_Table > thead > tr > th:nth-child(7) {
    width: 30px;
    text-align: center;
}



/***********************************************************************************+*/
.DoppiacolonnaProdottoGiro {
}

.Modulo .DoppiacolonnaProdottoGiro .col-md-6 div{
    position:relative;
}
.Modulo .DoppiacolonnaProdottoGiro a {
    margin: 10px 0 0 0;
}