/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */


/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.not-paid {
    background-color: #c53929;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #fff;
    padding: 30px 30px 30px 30px;
    font-size: 15px;
}

.invoice-ready {
    color: #856404 !important;
    background-color: #fff3cd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #fff;
    padding: 10px 10px 10px 10px;
}
