﻿/* Table Generica Elaborata */
.Table_Management {
    margin: 5px 0 5px 0;
    border-collapse: separate;
    color: #666;
    text-shadow: 1px 1px 0px #fff;
    background: #E9E9E9;
    /*border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;*/
}

    .Table_Management select {
        color: #666;
        text-shadow: 1px 1px 0px #fff;
    }

        .Table_Management select:hover {
            text-shadow: none;
        }

        .Table_Management select.Gr {
            color: rgba(38, 128, 193, 100);
            font-size: 14px;
            text-shadow: 1px 1px 0px #fff;
        }

            .Table_Management select.Gr:hover {
                text-shadow: none;
            }

    .Table_Management th {
        font: 13px 'Oswald', sans-serif;
        font-weight: 400;
        text-transform: uppercase; /*color: #515151;*/
        color: #2477B5;
        text-align: left;
        letter-spacing: 0.1em;
        padding: 10px;
        background: #E9E9E9;
        text-shadow: 1px 1px 0px #ffffff;
    }

    .Table_Management tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .Table_Management tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }


    .Table_Management tr td:first-child {
        border-left: 0;
    }

    .Table_Management tr td {
        padding: 10px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

        .Table_Management tr td span {
            font-weight: bold;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #e0e0e0;
        }

    /*.Table_Management tr:last-child td {
        padding: 3px;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
    }

        .Table_Management tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

    .Table_Management tr:last-child td {
        border-bottom: 0;
    }

        .Table_Management tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }*/

    /* Righe alternate */
    .Table_Management tr.even td {
        background: rgb(240, 243, 246);
    }
    /* Prima Cella maiuscoletto */
    .Table_Management tr.firstselect td:first-child {
        font-variant: small-caps;
    }
    /* Cella Maiuscoletto */
    .Table_Management tr td.small-caps {
        font-variant: small-caps;
        font-weight: bold;
    }
    /* Cella Informativa */
    .Table_Management tr td.Info {
        font-size: 11px;
        font-style: italic;
    }
    /* Cella Importi € */
    .Table_Management tr td.Euro {
        font-size: 13px;
        letter-spacing: 1px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
    }

    .Table_Management tr td.EuroInput input {
        font-size: 13px;
        letter-spacing: 1px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
    }

    .Table_Management tr td.EuroGr {
        font-size: 13px;
        letter-spacing: 1px;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }
/****************/

/* Tables Specifiche dall'elaborata */
#FranchisingInfoContabili {
    position: absolute;
    top: 10px;
    right: 10px;
}

    #FranchisingInfoContabili thead {
        cursor: pointer;
    }

    #FranchisingInfoContabili tbody tr td {
        display: none;
    }

#InvoiceList tr th {
    text-align: center;
}

#InvoiceList tr td {
    text-align: center;
}



/*******************/
/* Table Specifiche */

.Table_Invoice_Year {
    width: 1000px;
}

    .Table_Invoice_Year tr:first-child th:first-child {
        text-align: left;
        font-weight: normal;
        letter-spacing: 2px;
    }

    .Table_Invoice_Year select {
        text-align: right;
        margin: 0 0 0 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px #e0e0e0;
        padding: 5px 10px;
    }

.Table_Invoice_New {
    width: 1000px;
    margin: 20px 0;
}

    .Table_Invoice_New tr th {
        text-align: left;
        font-weight: normal;
        letter-spacing: 2px;
    }

        .Table_Invoice_New tr th span {
            font-weight: bold;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #e0e0e0;
        }

.Table_Invoice_Simple {
    width: 1000px;
}

.Table_Invoice_Total {
    width: 100%;
    text-align: right;
}

    .Table_Invoice_Total tr td:first-child {
        width: 85%;
    }

    .Table_Invoice_Total tr td:last-child {
        padding: 0 40px 0 0;
    }

    .Table_Invoice_Total tr td span {
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px #e0e0e0;
        padding: 0;
    }
