:root {
  --nopayn-blue: #2e3359ff;
  --nopayn-green: #49bb93;
  --nopayn-gray: #c1ae90;
  color-scheme: light;
}
@font-face {
  font-family: Proxima;
  src: url("/fonts/ProximaNova-Regular.otf");
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
#cover {
  background-color: #000;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
#cover-text {
  color: green;
  font-size: 6vw;
  font-weight: bold;
}
#port-text {
  color: green;
  font-size: 4vw;
}
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.add_buttons {
  background-color: var(--nopayn-green);
  border: solid 2px #888;
  color: #fff;
  cursor: pointer;
  font-size: 18pt;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  padding: 0px;
  margin: 5px;
  width: 25px;
}
.bin {
  position: absolute;
  height: 40px;
  margin-top: 5px;
  margin-right: 20px;
  right: 0px;
}
.buttons {
  background-color: var(--nopayn-green);
  border: solid 2px #888;
  color: #fff;
  font-size: 12pt;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  padding: 15px;
}
.buttons:disabled {
  background-color: gray;
}
.center {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.highlight_card {
  background-color: lightgoldenrodyellow;
  border: var(--nopayn-blue) solid 2px;
}
.card {
  background-color: #fff;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 2%;
  width: 96%;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
}
.cardlogo {
  height: 50px;
  margin-right: 30px;
  margin-left: 30px;
}
.cardno {
  position: absolute;
  margin: 13px;
}
.opendoor {
  background-color: #fff;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  border: green solid 2px;
  color: green;
  font-size: 24pt;
  font-weight: bold;
  padding: 25px;
  width: 80%;
}
.closedoor {
  background-color: #fff;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  border: red solid 2px;
  color: red;
  font-size: 24pt;
  font-weight: bold;
  padding: 25px;
  width: 80%;
}
.bordershadow {
  border-bottom: #000 solid 1px;
}
.innershadow {
   -moz-box-shadow:    inset 0 0 10px #888;
   -webkit-box-shadow: inset 0 0 10px #888;
   box-shadow:         inset 0 0 10px #888;
}
.products {
  background-color: #fff;
  width: 100%;
}
.table-buttons {
  padding: 5px 10px 5px 10px;
  text-align:right;
  vertical-align:middle;
}
.table-text {
  padding-left: 5px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 10pt;
}
.table-price {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 10pt;
  white-space: nowrap;
}
.translate {
  border: 1px solid black;
  background-color: transparent;
  font-size: 14px;
}
.translate_white {
  border: 1px solid black;
  background-color: white;
  font-size: 14px;
}
html, body{
  background-color: #ddd;
  font-family: Proxima;
  font-size: 14pt;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
p {
  text-align: center;
}
table {
  border-collapse: collapse;
}
td {
  vertical-align: bottom;
}
#alert {
  background-color: #fff;
  border: var(--nopayn-blue) solid 1px;
  border-radius: 7px; 
  box-shadow: 3px 3px #bbb;
  color: #f00;
  font-weight: bold;
  font-size: 5vw;
  padding: 25px;
  text-align: center;
}
#buttonDiv {
  bottom: 20px;
  background-color: transparent;
  color: #fff;
  left: 40px;
  position: absolute;
  right: 40px;
  text-align: center;
}
#contents {
  bottom: 0px;
  background-color: transparent;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0px;
  top: 100px;
}
#heading {
  background-color: var(--nopayn-blue);
  color: #fff;
  font-size: 4vw;
  left: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 20px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
}
#img_connected {
  position: absolute;
  left: 15px;
  bottom: 12px;
  z-index: 100;
}
#txt_connected {
  position: absolute;
  left: 40px;
  bottom: 12px;
  font-size: 8pt;
  z-index: 100;
}
#trans_div {
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}
#trans_to_div {
  border: #000 solid 1px;
  position: absolute;
  left: 50%;
  height: 100%;
  width: 50%;}
#language {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}
#logo {
  margin-right: 20px;
  width: 20%;
}
#poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 15px;
  bottom: 10px;
} 
#poweredByLogo {
  display: none;
  height: 15px;
  padding-left: 5px;
  padding-top: 0px;
  vertical-align: middle;
}
#thank_you {
  color: var(--nopayn-blue);
  font-weight: bold;
  font-size: 8vw;
  text-align: center;
  text-shadow: 2px 2px #aaa;
  z-index: 98;
}
#welcome {
  color: var(--nopayn-blue);
  display: none;
  font-weight: bold;
  font-size: 8vw;
  text-align: center;
  text-shadow: 2px 2px #aaa;
  z-index: 98;
}
#waiting {
  z-index: 99;
}
