/* PaymentClub lifecycle colours. Kept separate from generic application statuses. */
.payment-club-list .status-preparing {
    background: #337ab7 !important; /* blue: payment can still receive items */
}

.payment-club-list .status-closed {
    background: #f0ad4e !important; /* orange: payment closed, awaiting payment */
}

.payment-club-list .status-paid {
    background: #5cb876 !important; /* green: payment completed */
}

.payment-club-list .status-cancelled {
    background: #d9534f !important; /* red: payment cancelled */
}

.payment-club-list .status-legacy {
    display: inline-block !important;
    border-radius: 3px !important;
    padding: 2px 5px !important;
    background: #777 !important; /* grey: historic record from the previous process */
    color: #fff !important;
    text-align: center !important;
    vertical-align: baseline !important;
    white-space: nowrap !important;
}
