/*** Base ***/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
/*** Dynamic App Loading Container ***/
body.app-loading {
  background-color: #f9f9f9;
}
/*** CUSTOM APP CSS ***/
#tab-content > div,
#tab-content .toggle-contents > div {
  display: none !important;
}
#tab-content > div.active,
#tab-content .toggle-contents > div.active {
  display: block !important;
}
