
span.full_shipment {
    background: #40b940;
    padding: 8px;
    color: #fff!important;
    /*width: 155px;*/
    text-align: center;
    /*display: block;*/
    font-size: 12px;
}

span.partial_shipment {
    background: #b9b913;
    padding: 8px;
    color: #fff!important;
    /*width: 155px;*/
    text-align: center;
    /*display: block;*/
    font-size: 12px;
}

span.not_shipment {
    background: #d93e3e;
    padding: 8px;
    color: #fff!important;
    /*width: 155px;*/
    text-align: center;
    /*display: block;*/
    font-size: 12px;
}

.shipping-details {
    margin-top: 10px;
}

.aec-invoice-btn {
    margin:20px 0px;
}

.payment-response{
    margin:20px 0;
}
.success-payment{
    background-color: #4bdb4d;
    padding: 20px!important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.error-payment{
    background-color: #ce1d1d;
    padding: 20px!important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-order-received .shipping-details{
    display: none;
}

.paid-invoices-table {
    margin-top: 40px;
}

.woocommerce-invoice-list .woocommerce-error {
    background-color: #ce1d1d!important;
}

.woocommerce-invoice-list .woocommerce-message {
    background-color: #4bdb4d!important;
}
