File "style.css"

Full Path: /home/isoftco/public_html/hrm/public/assets/quote-template/style.css
File size: 3.08 KB
MIME-type: text/plain
Charset: utf-8


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

a {
    color: #0087C3;
    text-decoration: none;
}

body {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #555555;
    background: #FFFFFF;
    font-size: 14px;
    font-family: 'DejaVu Sans', sans-serif;
}

h2 {
    font-weight:normal;
}

header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}

#logo {
    float: left;
    margin-top: 11px;
}

#logo img {
    height: 55px;
}

#company {
    float: right;
    text-align: right;
}

#details {
    margin-bottom: 50px;
}

#client {
    padding-left: 6px;
    float: left;
}

#client .to {
    color: #777777;
}

h2.name {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
}

#invoice {
    float: right;
    text-align: right;
}

#invoice h1 {
    color: #0087C3;
    font-size: 2.4em;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 10px 0;
}

#invoice .date {
    font-size: 1.1em;
    color: #777777;
}

table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
}

table th,
table td {
    padding: 5px 10px 7px 10px;
    background: #EEEEEE;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
}

table th {
    white-space: nowrap;
    font-weight: normal;
}

table td {
    text-align: right;
}

table td h3 {
    color: #57B223;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 0 0;
}

table .no {
    color: #FFFFFF;
    font-size: 1.6em;
    background: #57B223;
    width: 10%;
}

table .desc {
    text-align: left;
}

table .unit {
    background: #DDDDDD;
}

table .qty {
}

table .total {
    background: #57B223;
    color: #FFFFFF;
}

table td.unit,
table td.qty,
table td.total {
    font-size: 1.2em;
    width: 20%;
}

.status {
    margin-top: 15px;
    padding: 1px 8px 5px;
    font-size: 1.3em;
    width: 80px;
    color: #fff;
    float: right;
    text-align: center;
    display: inline-block;
}

.status.unpaid {
    background-color: #E7505A;
}
.status.paid {
    background-color: #26C281;
}
.status.cancelled {
    background-color: #95A5A6;
}
.status.error {
    background-color: #F4D03F;
}

table tr.tax .desc {
    text-align: right;
    color: #1BA39C;
}
table tr.discount .desc {
    text-align: right;
    color: #E43A45;
}
table tbody tr:last-child td {
    border: none;
}

table tfoot td {
    padding: 10px 10px 20px 10px;
    background: #FFFFFF;
    border-bottom: none;
    font-size: 1.2em;
    white-space: nowrap;
    border-bottom: 1px solid #AAAAAA;
}

table tfoot tr:first-child td {
    border-top: none;
}

table tfoot tr td:first-child {
    border: none;
}

#thanks {
    font-size: 2em;
    margin-bottom: 50px;
}

#notices {
    padding-left: 6px;
    border-left: 6px solid #0087C3;
}

#notices .notice {
    font-size: 1.2em;
}

footer {
    color: #777777;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #AAAAAA;
    padding: 8px 0;
    text-align: center;
}

table.billing td {
    background-color: #fff;
}

table td div#invoiced_to {
    text-align: left;
}