﻿body {
  margin: 0;

  padding: 0;

  /* background: url("images/Lobby.jpg"); */

  background-color: gray;

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  font-family: sans-serif;
}

.body-admin {
  margin: 0;

  padding: 0;

  /* background: url("images/Lobby.jpg"); */

  background-color: gray;

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  font-family: sans-serif;
}

.my-custom-panel {
  border: 0px;

  position: relative;

  min-height: 300px;

  padding: 10px;
}

.my-tripod-panel {
  border: 0px;

  position: relative;

  min-height: 200;

  padding: 10px;

  background: rgba(0, 0, 0, 0.5);

  color: white;

  border-radius: 10px;
}

.my-custom-panel-instructions {
  background: rgba(255, 255, 255, 0.7);

  text-align: justify;
}

.my-panel-login {
  padding-top: 30px;

  text-align: center;

  background: rgba(0, 0, 0, 0.5);

  color: white;
}

.my-panel-login:hover {
  background: rgba(0, 0, 0, 0.7);
}

.label {
  font-size: large;

  color: yellow;

  line-height: 40px;
}

.label-message {
  font-size: medium;

  color: black;
}

.table {
  top: 0px;

  left: 0px;

  background: rgba(255, 255, 255, 0.7);
}

.no-border {
  border-width: 0px;
}
.verifyqr-panel {
  border: 0px;

  position: relative;

  min-height: 600px;

  padding: 10px;
}

.message-verifyqr-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;

  text-align: center;

  background: rgb(255, 255, 255, 0.7);

  color: black;
  border-radius: 50px;
  border: 2px solid;
  border-style: solid;
  border-color: gray;
}
.message-readydownload-panel {
  text-align: center;
  justify-content: center;

  background: rgb(255, 255, 255);

  color: green;
  height: auto;
  border: 2px solid;
  border-style: solid;
  border-color: black;
  font-style: italic;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.message-tampered-panel {
  text-align: center;
  justify-content: center;

  background: rgb(255, 255, 255);

  color: red;
  height: auto;
  border: 2px solid;
  border-style: solid;
  border-color: red;
  font-style: italic;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.message-technical-error-panel {
  text-align: center;
  justify-content: center;

  background: rgb(255, 255, 255);

  color: red;
  height: auto;
  border: 2px solid;
  border-style: solid;
  border-color: red;
  font-style: italic;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.message-expired-panel {
  text-align: center;
  justify-content: center;

  background: rgb(255, 255, 255);

  color: red;
  height: auto;
  border: 2px solid;
  border-style: solid;
  border-color: red;
  font-style: italic;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

hr.new4 {
  border: 1px solid green;
}
