html[data-auth-role="branchStaff"][data-inventory-audit-permission="off"] #btnInvAuditMode,
html[data-auth-role="branchStaff"][data-inventory-audit-permission="off"] #invBody [data-act="audit"],
html[data-auth-role="branchStaff"][data-inventory-audit-permission="off"] #invBody [data-act="edit-expiry"]{
  opacity:.35!important;
  cursor:not-allowed!important;
  filter:grayscale(.65)!important;
  pointer-events:none!important;
  box-shadow:none!important;
}
html[data-auth-role="branchStaff"][data-inventory-audit-permission="off"] #btnInvAuditMode{
  background:#f4f1ec!important;
  color:#aaa39b!important;
  border-color:#e2ddd6!important;
}
html[data-auth-role="branchStaff"][data-inventory-audit-permission="off"] #ovAuditStock{
  display:none!important;
}
