body {
  background-position: top center;
  background-repeat: repeat;
}

label {
  display: inline-block;
}

label input {
  margin: 2px 5px;
}

td {
  border: 1px solid #aaa;
  padding: 1px 8px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.navbar {
  text-align: center;
  display: flex;
  justify-content: center;
}

.navbar a {
  margin: 10px 20px;
}

.page {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 150px auto;
  text-align: center;
}

.fullwidth {
  width: 100%;
  max-width: 100%;
}

.footer {
  background-position: top center;
  background-size: cover;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1024px;
}

.footer p {
  padding: 0px 10px;
  margin: 8px 0;
  text-align: center;
  font-size: 12px;
}

p {
  white-space: pre-line;
  text-align: left;
  margin: 10px 15px;
}

.apply {
  text-align: center;
  margin: 20px;
}
.form {
  width: 40%;
  margin: 20px auto;
  text-align: left;
}
.content {
  padding-bottom: 200px;
}
.form .field {
  margin: 1em 0;
}
.form input[type="text"] {
  width: 95%;
}
.form input[type="file"] {
  width: 60%;
}
.form input[type="checkbox"] {
  margin: 6px 5px 0 10px;
}

.required {
  margin: 0 5px;
  color: #cc0000;
}

button[type="submit"] {
  margin: 10px auto;
  width: 30%;
}
.buttonbar {
  text-align: center;
}

input.notconfirm {
  color: #ddd;
}

td.uid {
  display: none;
}
.modify {
  background-color: #dfd;
  transition: 1s ease-in-out all;
}
.ranking {
  text-align: center;
}
.confirmprice input,
.price input {
  width: 80px;
  text-align: right;
}
table {
  margin: 20px auto;
}
h3 {
  margin: 15px 0;
  text-align: center;
}
th {
  padding: 2px 10px;

  /* border: solid 1px #000;*/
}

.drawpool {
  display: none;
}
.drawpooltoggle {
  color: #999;
  cursor: pointer;
}

.error {
  color: #f88;
}

select {
  padding: 30px, 30px, 0, 0;
  max-width: 95%;
  min-width: 140px;
  background-color: white;
  height: 46px;
  border-radius: 2px;
  line-height: 20px;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

form[name="checkrecord"] {
  width: 80%;
  margin: 40px auto;
}

form[name="checkrecord"] input {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.logotitle {
  margin-top: 30px;
}

.checkboxs {
  display: block;
  clear: both;
}
.checkboxs input {
  float: left;
  margin-top: 15px;
}
.checkboxs label {
  max-width: 90%;
}

input.hiddencheckvalue {
  height: 0;
  width: 0 !important;
  border: none;
  display: block;
  background-color: transparent;
}

button {
  margin: 5px 20px;
}
.remark {
  font-size: 12px;
  color: #666;
}
.menubutton {
  background-size: contain;
  background-position: center center;
  width: 100px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  text-shadow: #999 1px 1px 1px;
  background-repeat: no-repeat;
  text-wrap: balance;
  padding: 0px 5px 0 5px;
}

.langswitch {
  clear: both;
  text-align: right;
  padding: 2px 10px;
}

.navbar {
  padding: 0;
}

.footer {
  margin-top: 200px;
}

.logobar {
  font-size: 13px;
}
.logo {
  text-align: center;
  padding: 10px;
  flex-shrink: 1;
  width: 15%;
  display: inline-block;
}

.logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.player td.consent,
.player td.keepreceipt {
  display: none;
}

.form input[type="text"].number {
  width: 40px;
  margin-left: 10px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

li {
  text-align: left;
}

a.button {
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
}

#qr-reader {
  width: 300px;
  margin: 20px auto;
}

.codes {
  font-size: 9px;
  text-align: center;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .form {
    width: 80%;
    margin: 20px auto;
  }
  .navbar a {
    margin: 5px 5px 0 5px;
  }
  .logo {
    width: 25%;
  }
  .page {
    margin: 0 auto 200px auto;
  }
}
