/* CSS Document */
.aether-color {
  background-color: #424242 !important;
  color: #FFFFFF !important; }

.aether-dark {
  background-color: #1E1E1E !important;
  color: #FFFFFF !important; }

.aether-color-text {
  color: #212121 !important; }

.aether-light-text {
  color: #727272 !important; }

.aether-accent {
  background-color: #FF9800 !important;
  color: #FFFFFF !important; }

.aether-divider {
  background-color: #B6B6B6 !important; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto;
  padding-top: 50px; }

header {
  height: 150px; }

#pageNav {
  position: absolute;
  top: 86px; }
  #pageNav ul {
    padding-left: 50%;
    margin-left: -257.664px; }

.logo-li {
  margin-top: -16px;
  max-height: 96px !important; }
  .logo-li a {
    max-height: 96px !important; }

.no-hover:hover {
  background-color: transparent; }

.material-icons.help-icon {
  font-size: 14px;
  cursor: help; }

.tbutton {
  max-width: 12px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.item-label {
  font-size: 24px;
  max-width: 25px; }

/*# sourceMappingURL=index.css.map */
