﻿.invoice-box {
    max-width: 1000px;
    margin: auto;
    padding: 5px;
    /*border: 1px solid #eee;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
    font-size: 11px;
    line-height: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
    }

.addressbar {
    vertical-align: top;
}

.addressbar-left {
    text-align: left;
}

.addressbar-left2 {
    text-align: left;
    font-size: 10px;
    font-weight: lighter;
}

.addressbar-right {
    text-align: right;
    font-weight: bold;
    padding-top: 0px;
}

.addressbar-right2 {
    text-align: right;
    font-weight: lighter;
    padding-top: 0px;
}

.addressbar-centro {
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
}

.addressbar-Nota {
    font-size: 9px;
    text-align: center;
    font-weight: lighter;
    padding-top: 0px;
}

.doctype {
    font-size: 11px;
    line-height: 14px;
    color: #333;
    font-weight: lighter;
    text-align: justify
}

.doctype2 {
    font-size: 11px;
    line-height: 18px;
    color: #333;
    font-weight: lighter;
    text-align: justify
}

.heading {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.column-left {
    text-align: left;
}

.column-right {
    text-align: right;
}

.item {
    border-bottom: 1px solid #eee;
}

.totals {
    background: #eee;
    font-weight: bold;
    line-height: 40px;
    text-align: right;
}

strong {
    color: black;
    font-weight: bold;
    font-style: unset;
}

    strong > strong {
        color: black;
    }
