html,
body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  background-color: #DADADA;
}

.header-background {
  background: #b32923;
  height: 220px;
  display: block;
}

.main-container {
  margin: -135px auto -10px;
  min-width: 760px;
  width: 840px;
  display: block;
}

.main-logo,
.main-title {
  cursor: pointer;
}

.main-col-right {
  font-size: 16px;
  font-weight: 200;
}

.textbox {
  padding: 36px 20px 20px 30px;
  text-align: justify;
}

.main-content {
  padding: 45px 45px;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .main-container {
    width: auto !important;
    min-width: auto !important;
    margin-top: -220px !important;
  }

  .main-content {
    padding: 0px;
  }

  #qrcode-container {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  #mirror-container-outer {
    margin: 0 auto;
  }

  #mirror-container-outer .col-md-12 {
    padding: 0;
  }
}

.main-title {
  color: #FFF;
  padding-top: 8px;
  padding-left: 3px;
  font-weight: 200;
  font-size: 1.1em;
}

.mirror-container-inner,
.mirror-fullscreen-container-inner {
  position: relative;
  min-height: 100px;
  z-index: 20000;
}

.mirror-container-inner .mirror-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 200;
}

.mirror-container-inner .mirror-overlay,
.mirror-fullscreen-container-inner .mirror-fullscreen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: none;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 200;
}

.qrcode {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  display: inline-block;
  cursor: pointer;
}

.button > img {
  height: 35px;
}

.button > .img-zoom {
  height: 30px;
}

.button > .img-light {
  height: 27px;
}

.button > .img-screenshot {
  height: 28px;
}

.main-actions {
  float: right;
  padding-top: 4px;
  width: 210px;
  border-radius: 2px 2px;
  display: none;
}

.lights-out-container {
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: none;
  position: absolute;
}

.mirror-fullscreen-container-outer {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  z-index: 30000;
}

.popover {
  z-index: 40000;
  font-size: 13px;
  font-weight: 200;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

.img-light-out {
  margin-top: 5px;
  margin-right: 15px;
}

.footer a {
  color: #999;
}

.footer .footer-container {
  text-align: center;
  font-size: 0.7em;
}

.copyright {
  color: #999;
}

.placeholder {
  display: block;
  height: 40px;
}

.body-container {
  min-height: 100%;
  position: relative;
}

.browser-warning {
  color: #999;
  text-align: center;
  font-size: 0.8em;
}

#qrcode-container img {
  padding-top: 40px;
  padding-bottom: 40px;
}

.alert-danger-alt {
  border-color: #b32923;
  color: #b32923;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.privacy h2,
.privacy h4 {
  font-weight: 200;
}

.privacy p {
  font-weight: 100;
  font-size: 14px;
}

.privacy b,
.privacy strong {
  font-weight: 500;
}

