/* invoice plugin styles */

.invoice_unpaid {
    background: url('gallery.png') 0 -22px no-repeat;
    color: #D81E1E;
    padding: 4px 0 0 25px;
}

.invoice_paid {
    background: url('gallery.png') 0 0 no-repeat;
    color: #628715;
    padding: 0px 0 0 25px;
}

/* invoice plugin styles end */
