@charset "utf-8";

.pdf-page {
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    color: #333;
    position: relative;
    font-family: "DejaVu Sans", "Arial", sans-serif;
}
.pdf-header {
    position: absolute;
    top: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    border-bottom: 1px solid #e5e5e5;
}

.title-header {
    color: #5DB024;
    border-bottom: 1px solid #e5e5e5;
}

.invoice-number {
    padding-top: .17in;
    float: right;
}
.pdf-footer {
    position: absolute;
    bottom: .8in;
    height: .6in;
    left: .5in;
    right: .5in;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #787878;
    font-size: 12px;
    text-align: right;
}
.pdf-body {
    position: absolute;
    /*top: 1.7in;*/
    top: 1.1in;
    bottom: 0.9in;
    left: .5in;
    right: .5in;
}

.pdf-body label {
    font-style: normal;
    font-size: 5px;
    font-family: sans-serif;
}

.pdf-body label, div{
    font-size: 12px;
}

.size-a4 { width: 8.3in; height: 11.7in; }
.size-letter { width: 8.5in; height: 11in; }
.size-executive { width: 7.25in; height: 10.5in; }

.company-logo {
    font-size: 18px;
    font-weight: bold;
    /*text-align: center;*/
    color: #5DB024;
    vertical-align: bottom;
}

.footer-logo {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #5DB024;
    vertical-align: bottom;
}

.for {
    position: absolute;
    top: 1.5in;
    left: .5in;
    width: 2.5in;
}
.from {
    position: absolute;
    top: 1.5in;
    right: .5in;
    width: 2.5in;
}
.from p, .for p {
    color: #787878;
}
.signature {
    padding-top: .5in;
}

@media screen and (max-width: 1023px) {
    .page-container,
    .box {
        display: none;
    }
}