/* F11 nativo — abas de gráfico em tela cheia (duplo clique na tab) */
html:fullscreen,
html:-webkit-full-screen,
html:-moz-full-screen,
html:-ms-fullscreen {
  background: #000;
}

body.imperium-browser-fs #bottombar {
  display: none !important;
}

body.imperium-browser-fs #header {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.imperium-browser-fs.view-geral-active #bottombar {
  display: none !important;
}
