
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#gui {
  position: absolute;
  display: none;
}
#welcome-family-select,
#family-view-name, 
#const-view-name {
  margin-top: 1vh;
}
#large-datetime, #small-datetime, #gui-location {
  display: none;
}
@media only screen and (min-width:1080px) {
  #mobile-sky-control {
    display:none;
  }
  #small-datetime, #gui-location {
    display:block;
  }
}
@media only screen and (min-width:1280px) {
  #small-datetime {
    display:none;
  }
  #large-datetime {
    display:block;
  }
}
.site-wrapper {
  position: absolute;
  top: 0px;
}
.header-logo {
  left: 32px;
  top: 32px;
  position: fixed;
  z-index: 100;
}
.header-logo {
  left: 32px;
  top: 32px;
  position: fixed;
  z-index: 100;
}
.header-logo a:hover {
  border-bottom: .25rem solid;
  border-bottom-color: rgba(255,255,255,.5);
  text-decoration: none;
}
.header-links {
  text-align: right;
  right: 42px;
  top: 32px;
  position: fixed;
  z-index: 100;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectable {
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.hidden {
  display: none;
}
div.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.table-bordered {
  margin-top: 3vh;
  background: rgba(255, 255, 255, 0.05);
}
a, p, div, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.logo {
  width: 72px;
  height: 72px;
  margin-right: 0.2em;
  margin-top: -0.3em;
}
.btn-cover {
  margin-bottom: -3em;
}
.btn-side {
  margin-top: 3vh;
}
.btn-primary-outline {
  color: #f6f6f6;
  background-color: transparent;
  border-color: #f6f6f6;
  border-width: 1px;
  box-shadow: 0 .05rem .1rem rgba(0,0,0,.3);
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, 
.btn-primary-outline:active, .btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
  color: transparent;
  background-color: #f6f6f6;
}
.btn-primary-outline:hover {
  color: transparent;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-primary-outline.disabled:focus, 
.btn-primary-outline.disabled.focus, 
.btn-primary-outline:disabled:focus, 
.btn-primary-outline:disabled.focus {
  border-color: #f6f6f6;
}
.btn-primary-outline.disabled:hover, 
.btn-primary-outline:disabled:hover {
  border-color: #f6f6f6;
}
.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content:  " ";
  height: 100%;
}
.modal-content {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-header, .model-body {
  border-bottom: 1px solid #333333;
}
.modal-footer {
  text-align: center;
  border-top: 1px solid #333333;
}
.close {
  color: rgba(255, 255, 255, .9);
}
.close:focus, .close:hover {
  color: rgba(255, 255, 255, 1);
}
.challenge-ul {
  margin: 6px -4px 0 0px;
  list-style-type: none;
  padding-left: 0;
}
.instruction-list {
  text-align: left;
}
.instruction-list .fa {
  margin-top: 2px;
}
.instruction {
  margin-bottom: 16px;
}
.instruction-list p {
  margin-left: 12px;
}
.instruction-list i:last-child {
  margin-right: 10px;
}
.instruction-list .fa-ul {
  margin: 6px -4px 0 18px;
}
#instr-button {
  margin-right: 10px;
}
#instr-button:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar {
  background: rgba(0,0,0,0.6);
}
.nav-text {
  color: rgba(255, 255, 255, .5);
}
.nav-l {
  margin-top: 8px;
}
.nav-r {
  cursor: pointer;
  margin-top: 7px;
}
.nav-r:hover {
  color: rgba(255, 255, 255, .5);
}
.navbar-nav {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  color: #fff;
}
.nav-lab {
  margin-top: 5px;
  margin-right: 10px;
}
.bg-faded {
  background-color: #000;
  opacity: 0.6;
}
.navbar-brand {
  font-weight: 400;
}
a.navbar-brand:hover {
  color: rgba(255, 255, 255, 0.5)!important;
}
.label {
  text-transform: uppercase;
}
.label-nav {
  width: 40px;
}
.label-exp {
  width: 116px;
}
a.action-label {
  background-color: rgba(255, 255, 255, .3);
}
a.action-label:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .5);
}
a.action-label-on {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, .9);
}
.setting-icon:hover {
  color: rgba(255, 255, 255, 0.65);
}
.setting-icon {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
}
.setting-icon.disabled, .setting-icon.disabled:hover {
  cursor: default;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
}
.setting-icon-on {
  color: rgba(255, 255, 255, 1.0);
}
.circle {
  width:72px;
  height:72px;
  margin: auto;
  border-radius:36px;
  color:#fff;
  line-height:68px;
  text-align:center;
  background:rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
}
.circle:hover {
  background:rgba(255, 255, 255, 0.1);
}
.circle-disabled {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
.circle-progress {
  cursor: pointer; 
}
.circle-single, .circle-single:hover {
  margin-top: -2vh;
  margin-bottom: 0.5vh;
  background:rgba(255, 255, 255, 0);
}
#sidebar {
  position: absolute;
  right: 0px;
  z-index: 10;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0,0,0,0.5);
  overflow: hidden;
  margin-top: -54px;
  padding-top: 20vh;
  padding-left: 16px;
  padding-right: 16px;
}
.sidebar-text {
  margin-top: 1vh;
}
.sidebar-box {
  width: 90%;
  margin: auto;
  margin-top: 3vh;
  padding: 26px 15px 12px 15px;
  border-radius: 5px;
  background: rgba(255,255,255,0.1);
}
@media(min-width:300px) {
    #sidebar {
        width: 300px;
    }
}
.family-view-level {
  margin-top: 20px;
}
#leaderboard, #lobby-wait {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.leaderboard-header {
  margin-top: 120px;
}
.leaderboard-table {
  width: 70%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.leaderboard-table th, .leaderboard-table td {
  padding: 0.5rem;
}
#leaderboard-return {
  margin-top: 34px;
}
.const-group {
  overflow: auto;
  max-height: 44vh;
}
a.list-group-item {
  text-align: left;
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0);
}
a.list-group-item:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0);
}
a.list-group-item.active {
  background-color: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0);
}
a.list-group-item.active:hover {
  background-color: rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0);
}
a.list-group-item.disabled, 
a.list-group-item.disabled:hover {
  cursor: default;
  color: rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0);
}
.ttip {
  position: relative;
  display: inline-block;
}
.ttip .ttip-text {
  visibility: hidden;
  width: 80px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -40px;
  margin-bottom: 16px;
}
.ttip .ttip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0.6) transparent transparent transparent;
}
.ttip:hover .ttip-text {
    visibility: visible;
}
.setting-icon.disabled .ttip-text {
  display: none;
}
