/* =========================
   HIDE SETUP (SIDEBAR)
========================= */
#setup-menu-item {
    display: none !important;
}

/* =========================
   HIDE SETUP SUB-MENU ITEMS
========================= */

/* Settings */
#setup-menu li.menu-item-settings {
    display: none !important;
}

/* Help link */
#setup-menu a[href*="help.perfexcrm.com"],
#setup-menu a[href*="/help"] {
    display: none !important;
}
/* Hide top header Settings button (UI only, URL still works) */
ul.navbar-nav a[href*="/admin/settings"] {
    display: none !important;
}
ul.navbar-nav a[href*="/admin/settings"] {
  display: none !important;
}
/* Hide top header Settings button (UI only) */
#header a[href*="admin/settings"]{
  display:none !important;
}
