﻿/* Parametri Generali */

/******home*******/
.Table_List {
    width: 100%;
    margin: 0;
    padding: 0 5px 0 0;
}

    .Table_List tr td {
        vertical-align: top;
        padding: 2px 0 2px 0;
    }

        .Table_List tr td span {
            font-weight: normal;
        }

        
   .Table_List tr:nth-child(even) {
        background-color: #ffffff;
    }

Table {
    margin: 10px 0;
    border-collapse: collapse;
}

    Table THead tr td {
        font: 13px 'Oswald', sans-serif;
        font-weight: 400;
        text-transform: uppercase; /*color: #515151;*/
        color: #016831;
        text-align: left;
        letter-spacing: 0.1em;
        padding: 10px;
        background: #E9E9E9;
        text-shadow: 1px 1px 0px #ffffff;
    }


        Table THead tr td.title {
            border-top: 1px solid #fafafa;
            border-bottom: 1px solid #e0e0e0;
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid #e8e8e8;
        }

    Table THead tr.Tools td {
        color: #5f5f5f;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        background-color: #d6d6d6;
    }

    Table THead tr td.Euro {
        font: 13px 'Oswald', sans-serif;
        font-weight: 400;
        text-align: right;
    }

    Table TBody tr td {
        vertical-align: middle;
        padding: 10px;
    }

    Table TBody tr:nth-child(even) {
        background-color: #f4f3f3;
    }

        Table TBody tr:nth-child(even) td.evidence {
            background-color: #e3ecf3;
        }

    Table TBody tr:nth-child(odd) {
        background-color: #ffffff;
    }

        Table TBody tr:nth-child(odd) td.evidence {
            background-color: #f1f7fb;
        }

    /* Sottoclassi */
    Table THead tr td.noborder {
        border: none;
    }

    Table THead tr td.noclass {
        font-weight: normal;
        font-size: 12px;
        text-transform: none;
        text-align: left;
        letter-spacing: normal;
        color: #515151;
    }

    Table TBody tr.Data td {
        background-color: #ffffff;
        border-bottom: 1px solid #e0e0e0;
    }

    Table TBody tr td.small-caps {
        font-variant: small-caps;
    }

    Table TBody tr td.Euro {
        font: 13px 'Oswald', sans-serif;
        font-weight: 400;
        text-align: right;
    }

    Table TBody tr td select.Gr {
        color: rgba(38, 128, 193, 100);
        font-size: 14px;
        text-shadow: 1px 1px 0px #fff;
    }

        Table TBody tr td select.Gr:hover {
            text-shadow: none;
        }

    Table TBody tr td.Info {
        font-size: 11px;
        font-style: italic;
    }

    Table TBody tr td.Fatture {
        padding-left: 50px;
    }

    Table TBody tr td.Pagamenti {
        padding-left: 100px;
    }


.Total_Linked {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: rgba(38, 128, 193, 100);
    background-image: url(Images/JQueryUI/LinkTotal.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}
