/* Start Required for Integration */
/* Hide Address Menu Required for Eclipse Integration*/
li.sidebar-addresses {
display: none;
}
/* End Required for Integration */

/*Hide Invoice Payment for labeled accounts & unhide for labeled users*/
body.ex-l-2548.ex-invoices .invoices-pay-now {
    display: none;
}
body.ex-l-2548.ex-invoices #ordergrid > thead > tr > th:nth-child(1) > input[type=checkbox]{
    display: none;
}
body.ex-l-2548.ex-invoices .invoice-checkbox {
    display: none;
}

body.ex-l-2549.ex-invoices .invoices-pay-now {
    display: block;
}
body.ex-l-2549.ex-invoices #ordergrid > thead > tr > th:nth-child(1) > input[type=checkbox]{
    display: block;
}
body.ex-l-2549.ex-invoices .invoice-checkbox {
    display: block;
}