/* CSS for itiinvoices module */

/* Style for unpaid status on client card */
.customer-unpaid-status {
    font-weight: bold;
    color: #d9534f; /* Bootstrap danger color */
    background-color: #f9f2f4;
    padding: 2px 5px;
    border-radius: 3px;
    border: 1px solid #d9534f;
}
