﻿.inv-6 {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

    .inv-6 .inv {
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .inv-6 .border-wrapper {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: var(--color-background1);
        color: var(--color-text1);
    }

    .inv-6 .border-border {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .inv-6 .invoice-label { font-size: 4rem; margin: 10px 0 10px 0; letter-spacing: 4px; text-transform: uppercase; color: #fff !important; /*force-white*/ }
    .inv-6 .company-name { letter-spacing: 4px; text-transform: uppercase; font-size: 11px; color: #fff !important; /*force-white*/  }
    .inv-6 .divider { width: 80px; opacity: .7; border-bottom: 1px solid #fff; padding-top: 20px; margin: 0 auto 20px auto; }

    .inv-6 .header {
        position: relative;
        text-align: center;
        background-color: #f5f5f5;
        /*background-image: url('https://cdn8.lightfolio.com/79b1273e-df6f-414c-96a4-85810b705d55/922cbb14-83b9-47c2-ac62-eec8578bd807.jpg');*/
        background-size: cover;
        background-position: 50% 50%;
        padding: 40px 100px;
    }
    .inv-6 .background-image { background-image: url('https://cdn8.lightfolio.com/79b1273e-df6f-414c-96a4-85810b705d55/922cbb14-83b9-47c2-ac62-eec8578bd807.jpg');}

    .inv-6 .header .overlay { position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.5); }
    .inv-6.overlay-hide .header .overlay { display: none; }
    .inv-6 .header .copy {  position: relative; z-index: 3; padding: 20px;  font-size: 12px; }
    .inv-6 .header .copy .business { display: flex; justify-content: center; align-items: center; }    
    .inv-6 .header .copy .business li { color: #fff; /*force-white*/ }    
    .inv-6 .header .copy .business li::after { content: '·'; padding: 0 8px; font-size: 14px; color: #888; }
    .inv-6 .header .copy .business li:empty { display: none; }
    .inv-6 .header .copy .business li:last-child::after { content: ''; padding: 0 0; }

    .inv-6 .header .company {
        margin-bottom: 50px;
    }

        .inv-6 .header .company h2 {
            font-size: 24px;
        }

    .inv-6 .invoice-top { display: flex; padding-bottom: 80px; }
    .inv-6 .invoice-details { font-size: 24px; }
    .inv-6 .invoice-top > div:last-child { flex-grow: 1; text-align: right; }


    .inv-6 .header .invoice-details b {
        font-size: 14px;
    }

    .inv-6 .invoice-issue-date input.issue-date, .inv-6 .invoice-due-date input.due-date {  border-color: transparent; width: 120px; }
    .inv-6 .invoice-issue-date input.issue-date:hover,.inv-6 .invoice-issue-date input.issue-date:focus
    ,.inv-6 .invoice-due-date input.due-date:hover,.inv-6 .invoice-due-date input.due-date:focus {  border-color: #3fc380; }
    .inv-6 .invoice-issue-date div.issue-date, .inv-6 .invoice-due-date div.due-date { display: inline-block; padding-left: 4px; }

    .inv-6 .payment {text-align: center; }
    .inv-6 .payment a { max-width: 150px; width: 100%; background-color: #5cb85c; border-color: #398439; }

    .inv-6 .terms { padding: 20px 0; text-align: left; }
    .inv-6 textarea.client-notes { width: 100%; min-height: 70px; resize: none; border: 1px solid #ccc; padding: 10px; }
    .inv-6 div.client-notes {  }

    .inv-6 .body {
        padding: 50px 100px 20px 100px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .inv-6 .body .items { flex: 1 1 auto; }
    .inv-6 .body .terms { flex: 0 0 auto; }

    .inv-6 .inv-items {
        margin-bottom: 30px;
    }

        .inv-6 .inv-items thead th {
            padding: 5px;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
            color: #333;
        }

        .inv-6 .inv-items tbody td {
            padding: 5px 5px 10px 5px;
            border-bottom: 1px solid #e5e5e5;
        }

        .inv-6 .inv-items tfoot tr {
            border: none;
        }

        .inv-6 .inv-items tfoot td {
            padding: 5px 5px 10px 5px;
            color: #333;
        }

    .inv-6 .border-border {

    }


    .inv-6 .border-wrapper {

    }

    .inv-6 .header .company {
        background-color: transparent !important;
    }


    .inv-6 .footer-total td {
        /*border-top: 1px solid #ddd;*/
    }

    .inv-6 .footer-payments-header td {
        /*border-top: 1px solid #ddd;*/
        text-align: right;
    }

    .inv-6 .footer-due td {
        /*border-top: 3px double #ddd;*/
    }

    .inv-6 .footer-separator td { padding: 0 0 !important; }
    .inv-6 .footer-separator div { border-top-width: 1px; border-color: var(--color-text1-20); border-top-style: solid; margin-top: 5px; margin-bottom: 5px;}
    .inv-6 .footer-separator.double div { border-top-style: double; border-top-width: 3px; }
    .inv-6 .footer-refunded .value::before { content: '-'; }

    .inv-6 .footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 50px 50px 50px;
    }

        .inv-6 .footer .business {
            text-align: center;
            color: var(--color-text1);
            font-size: 11px;
            letter-spacing: .5px;
        }

            .inv-6 .footer .business li {
                display: inline-block;
            }

                .inv-6 .footer .business li:empty {
                    display: none;
                }

                .inv-6 .footer .business li::after {
                    content: '·';
                    padding: 0 8px;
                    font-size: 14px;
                    color: #888;
                }

                .inv-6 .footer .business li:last-child::after {
                    content: none;
                }

    .inv-6 .product-lines { width: 100%; }
    .inv-6 .invoice-totals {
        width: 50%;
        margin-left: 50%;
        margin-top: 20px;
    }

    .inv-6 .product-lines td {
       padding: 10px 5px; vertical-align: middle;
       border-color: var(--color-text1-20);
    }
    .inv-6 .product-lines tbody td {
        padding: 0;
    }
    .inv-6 .product-lines tbody tr td:first-child { padding-left: 10px;}
    .inv-6 .product-lines tbody tr td:last-child { padding-right: 10px;}
    .inv-6 .product-lines thead tr td:first-child { padding-left: 15px;}
    .inv-6 .product-lines thead tr td:last-child { padding-right: 15px;}

    .inv-6 .product-lines thead td { background-color: var(--color-text1); color: var(--color-background1); }

    .inv-6 .invoice-editor td > div {
        padding: 10px 10px;
    }
    .inv-6 .invoice-editor td.taxes-element > div { padding: 0; }

    .inv-6 .invoice-totals td {
        padding: 0px 10px;
        white-space: nowrap;
    }


    .inv-6 .payment-schedule {
        border-top: 1px solid #eee;
        background-color: #fcf8e3;
        padding: 50px 50px 70px 50px;
    }

        .inv-6 .payment-schedule th {
            font-weight: bold;
        }

        .inv-6 .payment-schedule p {
            text-align: center;
            font-weight: bold;
        }

        .inv-6 .payment-schedule tfoot td {
            border: none !important;
            padding-top: 20px;
        }

@media screen and (max-width: 600px) {
    
}
