﻿
body {
    font-family: Verdana;
    background-color: white;
}
div#wrapper {
    font-size: 0.9em;
}

#footer {
    font-size: 12px;

}

div#clear {
    clear: both;
}

p {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
}


div#user-company h1 {
    color: #989898;
    font-weight: bolder;
    padding: 0px auto;
    margin: 0px auto;
}

#user-company {
    font-family: Calibri;
    font-size: 12px;
}

.totals {
    text-align: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Calibri;
}

#invoice-info {
    font-size: 12px!important;
    font-family: Calibri;
}
/*company data*/
#company-data {
    font-size: 12px;
}

    #company-data tr td:first-child {
        width: 87.6%;
    }
/*invoice info*/
div#invoice-info span {
    display: inline-block;
    float: left;
}

.pinki {
    background-color: #FFCC66;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    width: 200px;
}

.pink {
    background-color: #FF9966;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

#first {
    width: 20%;
}

#second {
    width: 20%;
}

#third {
    width: 60%;
    float: right;
}

    #third table {
        float: right;
    }

/*INVOICE BODY*/
.pdf-headers {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin:10px 0px 0px 0px;
}

#invoice-body {
    width: 100%;
    font-size: 12px;
    font-family: Calibri;
    margin-top: 5px;
    border: 1px solid #000000;
}

    #invoice-body tr td {
        padding: 5px;
    }

.th {
    font-weight: bold;
    text-align: center;
    background-color: #C0C0C0;
}

.bgcolor {
    background-color: #C0C0C0;
}

tr.spaceUnder > td {
    padding-bottom: 5em;
}
.width30px {
    width: 35px;
}

.width50px {
    width: 50px;
}
.width100px {
    width: 100px;
}.width150px {
    width: 150px;
}
.font-weight-bold {
    font-weight: bold;
}
.text-align-center {
    text-align:center;
}
.text-align-right {
    text-align:right;
}
.total {
    background-color: #99CCFF;
}

table#total {
    border: 1px solid #000000;
    width: 100%;
    margin-top: 20px;
}

    table#total tr td {
        text-align: right;
    }

.orange {
    background-color: #FFFFCC;
}

table#total-price {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #000000;
}

.t-table {
    border: 1px solid black;
    height: 400px;
    border-collapse: collapse;
}

    .t-table td {
        border: 1px solid black;
    }

        .t-table td:empty {
            border-left: 0;
            border-right: 0;
        }

.font12 {
    font-family: Calibri;
    font-size: 12px;
}
.companyText {
    font-weight: 900;
    font-size: 40px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
    font-family: Arial;
    color: #ffcc99;
}