﻿/* Giro Prezzi */
#GiroPrezzi_Prodotti {
    position: relative;
}

    #GiroPrezzi_Prodotti .List_Table {
        table-layout: fixed;
        margin-bottom: 120px;
    }

        #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(1),
        #GiroPrezzi_Prodotti .divFixed_Content {
            height: 100px;
        }

            #GiroPrezzi_Prodotti .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(1) {
                width: 200px;
            }

            #GiroPrezzi_Prodotti .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(3) {
                width: 300px;
                text-align: right;
                padding-right: 50px;
            }

    #GiroPrezzi_Prodotti .Div_Content_Foot {
        padding-bottom: 100px
    }

    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(1) {
        text-align: center;
        width: 80px;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(1) {
        text-align: center;
        color: #2172a1;
        font-weight: bold;
    }

    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(2) {
        width: 100px;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(2) {
        color: #2172a1;
        font-weight: bold;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(3) {
        font-weight: bold;
        text-transform: uppercase;
        color: #2172a1;
        font-size: 14px;
    }

    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(5) {
        text-align: right;
        width: 160px;
    }

    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(6) {
        width: 250px;
        text-align: center;
    }

    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(7),
    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(8),
    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(9),
    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(10),
    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(11) {
        width: 140px;
    }

        #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(7) input[type="text"],
        #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(8) input[type="text"],
        #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(9) input[type="text"],
        #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(10) input[type="text"],
        #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(11) input[type="text"] {
            width: 70px;
        }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(12),
    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(13) {
        text-align: center;
        font-size: 18px;
    }


    #GiroPrezzi_Prodotti .List_Table > thead > tr > th:nth-child(12) {
        text-align: center;
        width: 120px;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(5) {
        text-align: right;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(6) {
        background-color: #d4ecfa;
        text-align: right;
        font-size: 12px;
        padding: 0 20px 0 0;
        font-weight: bold;
        vertical-align: middle;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(7),
    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(8),
    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(9),
    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(10),
    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(11) {
        text-align: right;
        font-size: 11px;
        padding: 0 20px 0 0;
    }

        #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(7) span,
        #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(8) span,
        #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(9) span,
        #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(10) span,
        #GiroPrezzi_Prodotti .List_Table > tbody > tr > td:nth-child(11) span {
            font-weight: bold;
            font-size: 12px;
        }


    #GiroPrezzi_Prodotti .List_Table > tbody > tr:last-of-type td .Btn_Standard {
        display: block;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr:last-of-type > td:last-of-type {
        text-align: right;
        vertical-align: middle;
    }

        #GiroPrezzi_Prodotti .List_Table > tbody > tr:last-of-type > td:last-of-type input[type=checkbox] {
            float: right;
            margin-right: 34px;
        }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td .iUnSelected {
        color: grey;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td .iSelected {
        color: red;
    }

    #GiroPrezzi_Prodotti .List_Table > tbody > tr > td .hiddenCkSelect {
        display: none;
    }
