.tenant-header {
    background-color: #83a07d !important;
}

.tenant-footer {
    background-color: #83a07d !important;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #83a07d;
    border-color: #83a07d;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle:hover {
    background-color: #556F4F;
}

.input-group-addon {
    color: #83a07d;
}

.dataTableRow:hover {
    background-color: #83a07d !important;
    color: #fff !important;
    cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eeeeee;
}

.pagination > .active > a, .pagination > .active > a:hover,
.pagination > .active > a:focus, .pagination > .active > span,
.pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #83a07d !important;
    color: #fff;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #83a07d !important;
    background-color: #eeeeee;
    border-color: #ddd;
}

.tenant-logo-receipt {
    max-height: 85px;
    top: -25px;
    position: relative;
}

#receiptClose {
    top: -35px;
    position: relative;
    left: 30px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

#receiptClose:hover {
    background-color: #83a07d;
    border: 1px solid #000000;

}

.receipt-content .invoice-wrapper .payment-details, .receipt-border-1px {
    border-top: 2px solid #556F4F;
}

.receipt-content .invoice-wrapper .line-items .items, .receipt-border-2px {
    border-bottom: 3px solid #556F4F;
}

.receipt-content .invoice-wrapper .line-items .headers {
    border-bottom: 3px solid #556F4F;
}