/* ===========================
   REMOVE HELP MENU / ICONS
   =========================== */

/* Top Help tab */
li#menu-help,
a[href*="admin/help"],
a[href*="help"] {
    display: none !important;
}

/* Help (?) icon */
i.ri-question-line,
.ri-question-fill,
a[href*="action=help"],
.help-button,
.help-item {
    display: none !important;
}


/* ===========================
   REMOVE DONATE LINKS
   =========================== */

a[href*="donate"],
a.donate,
#donate-button,
.donate-button {
    display: none !important;
}


/* ===========================
   REMOVE UPDATE AVAILABLE
   =========================== */

.update-notification,
a[href*="update"],
.menu-update,
#menu-update {
    display: none !important;
}


/* ===========================
   REMOVE FOOTER VERSION INFO
   =========================== */

#lsfooter,
#lsfooter a,
.footer,
.footer a,
.footer-version,
.ls-version,
a[href*="limesurvey.org"] {
    display: none !important;
}


/* Remove top HELP menu completely */
li#menu-help,
#menu-help,
a[href*="admin/help"],
.navbar .nav > li > a[href*="help"],
.btn.btn-link.help-button,
.header .help-item,
.topbar .help-item,
.ls-topbar .help-item,
.ls-topmenu .help-item {
    display: none !important;
}

/* Remove Help icon inside user menu */
a[href*="admin/help"] {
    display: none !important;
}

/* Hide Quick-Help popups */
.help-block,
.help-tooltip,
.help-icon {
    display: none !important;
}
