html,
body {
  height: 100%;
  display: block;
}
body {
  margin: 0;
  padding: 0;
}
.loader {
  position: absolute;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.imgbkg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: url("/img/nasa-140304.jpg") center;
  background-size: cover;
  z-index: -1;
}
/* overrides */
.lm_goldenlayout {
  background: transparent;
}
.lm_content {
  background: rgba(0, 0, 0, 0.7);
}
/* overrides */
.main_menu_btn {
  position: fixed;
  top: 2px;
  left: 0;
  width: 55px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.panel_fix {
  padding: 10px !important;
}
.bigsky {
  position: relative;
  height: 100%;
  width: 100%;
}
.bigsky .full_map {
  height: 100%;
  width: 100%;
}
.bigsky .container-full-docked {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bigsky .container-abs {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.bigsky #cubemap {
  padding-top: 60px;
}
.bigsky .cubemap-item {
  height: 45px;
  width: 45px;
  text-align: center;
  margin: 3px;
  font-size: 11px;
}
