
/* =========================================================
   EXTRANET GA
   CONTROLE DE MODULOS - PRODUCAO

   ADMIN:
   acesso visual completo.

   DEMAIS USUARIOS:
   Inicio + Financeiro.
   ========================================================= */


body:not(.ga-system-admin)
.nav[data-page="requests"],

body:not(.ga-system-admin)
.nav[data-page="commission"],

body:not(.ga-system-admin)
.nav[data-page="admin"] {

    display: none !important;
}


body:not(.ga-system-admin)
#requestsPage,

body:not(.ga-system-admin)
#commissionPage,

body:not(.ga-system-admin)
#commissionAdminPage,

body:not(.ga-system-admin)
#adminPage {

    display: none !important;
}


body:not(.ga-system-admin)
#commissionAdminNavGroup,

body:not(.ga-system-admin)
#commissionAdminMenuButton {

    display: none !important;
}


body:not(.ga-system-admin)
.metric:has(#mRequests) {

    display: none !important;
}


body:not(.ga-system-admin)
.panel:has(#myRequests) {

    display: none !important;
}
