/*-----------------
	Invoice
-----------------------*/

.invoice-details,
.invoice-payment-details > li span {
    float: right;
    text-align: right;
}
.attach-files > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.attach-files li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.attach-files li img {
    width: 50px;
}
.file-remove {
    color: #f00;
    position: absolute;
    right: -6px;
    top: -7px;
}
.attach-files li:last-child {
    margin-right: 0;
}
.inv-logo {
    height: auto;
    margin-bottom: 20px;
    max-height: 100px;
    width: auto;
}
.form-amt {
    border: 1px solid #fff;
}

.invoices-view table tbody tr + td, .invoices-view table thead tr td{
    text-align: left;
}