﻿.inv-1 {

    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px; 
}

    .inv-1 .inv {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .inv-1 .border-wrapper {
        padding: 50px;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: var(--color-background1);
        color: var(--color-text1);
    }

    .inv-1 .border-border {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        z-index: 2;
    }

    .inv-1 .header {
        text-align: center;
    }

    .inv-1 .header .company {
        margin-bottom: 50px;
    }

        .inv-1 .header .company h2 {
            font-size: 24px;
        }

    /*            .inv-1 .header .company img {
            max-width: 180px;
            max-height: 120px;
        }*/

    .inv-1 .header .invoice-details b {
        font-size: 14px;
    }

    .inv-1 .header .invoice-issue-date input.issue-date, .inv-1 .header .invoice-due-date input.due-date {  border-color: transparent; width: 120px; }
    .inv-1 .header .invoice-issue-date input.issue-date:hover,.inv-1 .header .invoice-issue-date input.issue-date:focus
    ,.inv-1 .header .invoice-due-date input.due-date:hover,.inv-1 .header .invoice-due-date input.due-date:focus { border-color: #3fc380; }
    .inv-1 .header .invoice-issue-date div.issue-date, .inv-1 .header .invoice-due-date div.due-date { display: inline-block; padding-left: 4px; }

    .inv-1 .bill-to { display: inline-block; padding: 0 5px; margin-top: 15px; vertical-align: top; }

    .inv-1 .payment {text-align: center; }
    .inv-1 .payment a { max-width: 150px; width: 100%; background-color: #5cb85c; border-color: #398439; }

    .inv-1 .terms { padding: 20px 0; text-align: left; }
    .inv-1 textarea.client-notes { width: 100%; min-height: 70px; resize: none; border: 1px solid #ccc; padding: 10px; }
    .inv-1 div.client-notes {  }

    .inv-1 .body {
        padding: 50px 0 20px 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .inv-1 .body .items { flex: 1 1 auto; }
    .inv-1 .body .terms { flex: 0 0 auto; }

    .inv-1 .inv-items {
        margin-bottom: 30px;
    }

        .inv-1 .inv-items thead th {
            padding: 5px;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
            color: #333;
        }

        .inv-1 .inv-items tbody td {
            padding: 5px 5px 10px 5px;
            border-bottom: 1px solid #e5e5e5;
        }

        .inv-1 .inv-items tfoot tr {
            border: none;
        }

        .inv-1 .inv-items tfoot td {
            padding: 5px 5px 10px 5px;
            color: #333;
        }

    .inv-1 .border-border {

    }

    .inv-1.is-inner-single .border-border {
        border: 1px solid #555;
        padding: 50px;
        border-color: var(--color-text1);
    }

    .inv-1.is-inner-double .border-border {
        border: 6px double #555;
        padding: 50px;
        border-color: var(--color-text1);
    }

    .inv-1.is-inner-thick .border-border {
        border: 5px solid #555;
        padding: 50px;
        border-color: var(--color-text1);
    }

    .inv-1.is-outer .border-wrapper {
        padding: 10px;
        background-color: #555;
    }

    .inv-1:not(.is-outer) .border-wrapper {
        /*background-color: #fff !important;*/
    }

    .inv-1.is-outer .border-border {
        padding: 50px;
    }

    .inv-1.is-header .border-wrapper {
        padding: 0;
    }

    .inv-1.is-header .header .company {
        padding: 70px 50px;
        background-color: #555;
    }

    .inv-1:not(.is-header) .header .company {
        
    }

    .inv-1.is-header .body {
        padding: 50px;
    }

    .inv-1.is-header .footer {
        padding: 50px;
    }

    .inv-1 .footer-total td {
        /*border-top: 1px solid #ddd;*/
    }

    .inv-1 .footer-payments-header td {
        /*border-top: 1px solid #ddd;*/
        text-align: right;
    }

    .inv-1 .footer-due td {
        /*border-top: 3px double #ddd;*/
    }

    .inv-1 .footer-separator td { padding: 0 0 !important; }
    .inv-1 .footer-separator div { border-top-width: 1px; border-color: var(--color-text1-20); border-top-style: solid; margin-top: 5px; margin-bottom: 5px;}
    .inv-1 .footer-separator.double div { border-top-style: double; border-top-width: 3px; }
    .inv-1 .footer-refunded .value::before { content: '-'; }

    .inv-1 .footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        .inv-1 .footer .business {
            text-align: center;
            color: var(--color-text1);
            font-size: 11px;
            letter-spacing: .5px;
        }

            .inv-1 .footer .business li {
                display: inline-block;
            }

                .inv-1 .footer .business li:empty {
                    display: none;
                }

                .inv-1 .footer .business li::after {
                    content: '·';
                    padding: 0 8px;
                    font-size: 14px;
                    color: #888;
                }

                .inv-1 .footer .business li:last-child::after {
                    content: none;
                }


    .inv-1 .product-lines { width: 100%; }
    .inv-1 .invoice-totals {
        width: 50%;
        margin-left: 50%;
        margin-top: 20px;
    }

    .inv-1 .product-lines td {
        padding: 10px 5px; vertical-align: middle;
        border-color: var(--color-text1-20);
    }
    .inv-1 .product-lines tbody td {
        padding: 0;
    }

    .inv-1 .invoice-editor td > div {
        padding: 10px 10px;
    }
    .inv-1 .invoice-editor td.taxes-element > div { padding: 0; }

    .inv-1 .invoice-totals td {
        padding: 0px 10px;
        white-space: nowrap;
    }


    .inv-1 .payment-schedule {
        border-top: 1px solid #eee;
        background-color: #fcf8e3;
        padding: 50px 50px 70px 50px;
    }

        .inv-1 .payment-schedule th {
            font-weight: bold;
        }

        .inv-1 .payment-schedule p {
            text-align: center;
            font-weight: bold;
        }

        .inv-1 .payment-schedule tfoot td {
            border: none !important;
            padding-top: 20px;
        }
