.no-print {
    display: none !important;
}
body {
    background: none !important;
}
.inner.topRight, .inner {
    padding: 0 !important;
}
.main-left {
    display: none !important;
    width: 0 !important;
}
.row-fluid .col.main-right {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}
#footer, .navbar {
    display: none !important;
}
.row-fluid {
    top: 0 !important;
}
.clip {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -o-background-clip: padding;
    background-clip: padding-box;
}
.clear {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.invoice-body {
    background: #fff;
    font-size: 14px;
    margin: 0px;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
}
a {
    color: #333;
    text-decoration: underline;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
}
h2, h3, h4, h5, h6, .title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #dddddd;
}
#invoice {
    position: relative;
    width: 650px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#invoice.unpaid:before {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 10px;
    background: red;
    background: rgba(187, 0, 0, 0.8);
    content: "";
}
#invoice.paid:before {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 10px;
    background: red;
    background: rgba(187, 0, 0, 0.8);
    content: "";
    background: green;
    background: rgba(122, 185, 0, 0.7);
}
.this-is {
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.invoice-type {
    clear: both;
    text-align: left;
    margin: 0 0 10px 98px;
}
#invoice-details {
    padding-bottom: 10px;
}
.invoice-type p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px;
    text-align: left;
}
.invoice-meta {
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.invoice-meta.left {
}
.invoice-meta.right {
    margin-right: 40px;
}
.invoice-meta.right dt{
    text-align: left;
}

.invoice-meta dd {
    text-align: right;
}

.invoice-meta dt {
    padding-right: 10px;
    text-align: right;
}
.invoice-meta dt {
    float: left;
    width: 90px;
    clear: both;
    font-weight: bold;
}
.invoice-meta dd {
    float: left;
    text-align: left;
}
#parties {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 5px;
}
.invoice-to, .invoice-from, .invoice-status {
    text-align: left;
    padding-bottom: 30px;
}
.unpaid .invoice-status strong {
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 8px;
    background: red;
    background: rgba(187, 0, 0, 0.8);
}
.paid .invoice-status strong {
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 8px;
    background: red;
    background: rgba(187, 0, 0, 0.8);
    background: green;
    background: rgba(122, 185, 0, 0.7);
}
.unpaid .invoice-pay ul {
    padding: 12px;
    border-right: 10px solid red;
    border-right: 10px solid rgba(187, 0, 0, 0.8);
}
.gcheckout {
    float: right;
    height: 32px;
    width: 117px;
    text-indent: -9999em;
}
.acheckout {
    float: right;
    height: 38px;
    width: 173px;
    text-indent: -9999em;
}
.invoice-items {
    text-align: left;
    padding-bottom: 30px;
}
.invoice-items table th {
    border: 1px solid #ccc;
    background: #244b74;
    color: #fff;
}
.invoice-items table, .invoice-totals table {
    width: 648px;
    font-size: 12px;
}
.invoice-items caption, .invoice-totals caption {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 4px;
    text-align: left;
}
caption span {
    display: block;
    float: right;
    width: 250px;
    border-bottom: 1px solid #dddddd;

}
.invoice-items th, .invoice-totals th {
    font-weight: bold;
    padding: 6px 0;
    background: #e5e5e5;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.invoice-items thead th {
    text-align: center;
}
.invoice-items thead .col1 {
    width: 38px;
}
.invoice-items td, .invoice-totals td {
    line-height: 140%;
}
.invoice-items tbody td {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-collapse: collapse;
}
.invoice-items tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.invoice-items tfoot td {
    border: 1px solid #fff;
}
.invoice-items td.col2 {
    text-align: left;
}
.invoice-items td.col5, .invoice-items td.col7,
.invoice-totals .totalSum {
    padding-right: 10px;
    text-align: right;
    width: 80px;
}
.invoice-totals .totalSum:after {
    content: " kn";
}
.invoice-items td.col6, .invoice-totals .totalPercent { /* Porez */
    width: 45px;
    text-align: center;
}
.invoice-items thead {
    text-align: center;
}

.invoice-items tbody tr.odd td, .invoice-totals tbody tr.odd td {
    background: #fafafa;
}
.invoice-items tbody tr.even td, .invoice-totals tbody tr.even td {
    background: #eee;
}
.invoice-items tbody .odd + .odd td, .invoice-totals tbody .odd +.odd td {
    font-size: 10px;
    border-top: 1px solid #fafafa;
    padding-top: 0px;
}
.invoice-items tbody .even + .even td, .invoice-totals tbody .even +.even td {
    font-size: 10px;
    border-top: 1px solid #eee;
    padding-top: 0px;
}
.invoice-items tfoot td, .invoice-totals tfoot td,
.invoice-items tbody td, .invoice-totals tbody td {
    padding: 4px 6px;
    background: #fff;
}
.invoice-items tbody td {
    text-align: center;
}
.invoice-items tfoot td {
    background: #e5e5e5;
}
.invoice-items tfoot td, .invoice-totals .totalName {
    font-weight: bold;
}
.invoice-totals tbody tr td.empty {
    background: none;
}
.invoice-totals td.totalName {
    width: 80px;
    text-align: left;
}
.invoice-totals tr:nth-child(odd) td {
    background: #fafafa;
}
.invoice-totals tr:nth-child(even) td {
    background: #eee;
}
.invoice-items tfoot td, .invoice-totals .totalSum, .invoice-totals .totalName {
    text-align: right;
    font-size: 12px;
    padding: 4px 8px;
    color: #000;
    line-height: 150%;
    vertical-align: middle;
    padding-right: 10px;
}
.invoice-pay {
    padding-top: 30px;
}
.invoice-pay li {
    overflow: hidden;
    padding-top: 12px;
}
.invoice-pay li:nth-of-type(even) {
    padding-top: 18px;
}
.paid .invoice-pay ul li {
    display: none;
}
.paid .invoice-pay ul:after {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    background: green;
    background: rgba(122, 185, 0, 0.7);
    content: "Paid in Full";
    text-align: right;
}
.invoice-notes {
    text-align: left;
    padding-bottom: 50px;
    margin-top: 10px;
}
.invoice-notes p, .invoice-notes ul, .invoice-notes ol, .invoice-notes dl {
    width: 256px;
    text-align: center;
    float: right;
    font-size: 14px;
}
.invoice-notes ul li {
    list-style: inside disc;
}
.invoice-notes ol li {
    list-style: inside decimal;
}
#invoice-footer {
    border-top: 1px solid #dddddd;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}
.invoice-to, .invoice-from {
    width: 49%;
}
.invoice-from {
    padding-left: 1%;
}
.invoice-to {
    padding-right: 1%;
}
/* line 354 */
.invoice-status {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-right: 0;
}

.table {
    display: table;
}
.table .row {
    display: table-row;
}
.table .row .table-col{
    display: table-cell;
}
.adr > span {display: block;}
.logo {
    width: 100%;
    height: 50px !important;
    margin-bottom: 15px;
}
.buyer .logo {
    margin-top: 35px;
}
.org {
    font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
#invoice-details {
}
.strong {
    font-weight: normal;
}

.logo img {
    height: 50px !important;
}

#mainYScroller {
    overflow: visible;
    background: #fff;
}
.table th, .table td {
    border: none !important;
}