textarea {
	background-color: black;
}
#voucherScannerArea2 {
	background-color: red;
}
#voucherScannerArea2:focus {
  background-color: green;
}
.ui-datepicker-prev{
	display: inline-block;
    padding-right: 10px;
    font-weight: bold;
    font-size: 20px;
}
.ui-datepicker-next{
	display: inline-block;
    padding-right: 10px;
    font-weight: bold;
    font-size: 20px;
}
.ui-datepicker-title {
	display: inline-block;
}
.ui-datepicker{
	background: white;
    color: black;
    margin: 10px;
}
.ui-datepicker-calendar{
	width: 100%;
}
.ui-datepicker-current {
	background: black;
    color: white;
    padding: 9px 15px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px;	
}
.ui-datepicker-close{
	background: black;
    color: white;
    padding: 9px 15px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px;	
}
.popupdiv, .popupdiv2{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:80%;  
	width:60%;  
	background:black;  
	border:2px solid #cecece;  
	z-index:300;  
	padding:12px;  
	font-size:16px;  
	overflow: auto;
	color: white;	
}
.popupdiv2 {
	z-index:299;
}
.popupdivClose{  
	font-size:20px;  
	line-height:24px;  
	color: White;	
	font-weight: bold;  
	display: block;  
	float: right;
	cursor: pointer;
	border: 1px solid White;
	padding: 4px 10px 4px 10px;
	margin-right: 4px;
	background-color:yellow;
}
.popupdivClose:hover {  
	color: Navy;  
}
.popupdivcontent h1{  
text-align:left;  
color: white;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}
.popupdivcontent hr {
	margin-top: 20px;
border:1px dotted #D3D3D3; 
}
.popupdivcontent a {
	font-weight: bold;	
}
.buttonCloseLink {
	position: absolute;
    right: 20px;
    top: 20px;
	color: white;
	border: 1px solid white;
	padding: 2px 10px 2px 10px;
}
.uploadprogressZahl {
	font-weight: bold;
	font-size: 15px;
	color: Black;
}
.uploadprogressInfo {
	font-style: italic;	
	font-size: 12px;
	color: Black;		
}
.uploadprogressBalken, .uploadprogressBalken2 {
	background-color: White;	
	width: 300px;
	height: 30px;
	border: 2px solid Black;
	-webkit-border-radius: 5px 5px 5px 5px;	
	-moz-border-radius: 5px 5px 5px 5px;	
	border-radius: 5px 5px 5px 5px;	
}
.uploadprogressBalken2 {
	background-color: Navy;		
	height: 26px;
	border: 2px solid Navy;
}
.radio-eingabe{
  display: block;
  position: relative;
  margin: 40px auto;
  height: auto;
  width: 500px;
}

.radio-eingabe ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;
}

ul li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
	color: #FFFFFF;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 8px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #FFFFFF;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
  top:2px;
  left:2px;
  height:11px;
  width	:11px;	
}

input[type=radio]:checked ~ label{
  color: #0DFF92;
}
.page-bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px
}
.a-home{
  padding: 14px 10px;
  
}
.adminback{
  border: 1px dotted white;
  margin-top: 20px;
	width: 30%;
    margin-left: auto;
    margin-right: auto;  
}

.buttonLink{
    display: block;
    width: 50%;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #fff;
    padding: 14px 10px;
    background-color: transparent;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	line-height: inherit;
    cursor: pointer;
    border-radius: 0;
    background-size: 0px;   	
}
.smallButtonLink{
    width: 100%;
    font-size: 16px;
    height: 20px;
    padding: 2px 0px 2px 0px;
    border: none;
}
.tablelist {
	width: 100%;
}
.tableform {
	width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;	
}
.tableformtdleft {
	width: 30%;
    text-align: right;
    font-size: 22px;
}
.tableformtdright {
	width: 70%;
    text-align: right;
    font-size: 22px;
}
.inputLabel{
	text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.searchElementsInput {
	height: 40px;
    width: 30%;
    border-width: 0px;
    color: black;
    margin-bottom: 20px;
    margin-top: 20px;
}
.myRootContainer {
	padding: 0px;
}
.smallInputLeft {
	height: 36px;
	text-align: left;
}
.leftAlign {
	text-align: left;
}
a {
	text-decoration:none;
}

@media (max-width: 500px) {
	
.radio-eingabe{
  width: 100%;
}
	
}

/* Tabs */
.tabsection {
  display: none;
  padding: 20px 0 0;
  color: white;
}

#tab-section-container .inputnone {
  display: none;
}

#tab-section-container label {
    width: 33%;
    color: #c5c5c5;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 0px;
    cursor: pointer;
    margin-right: -4px;
}

#tab-section-container label:before {
  font-weight: normal;
  margin-right: 10px;
}

#tab-section-container input:checked + label {
  color: #ffffff;
  border-bottom: 2px solid white;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

.tab-link{
    width: 33%;
    border: 1px solid #d2d3d7;
    background-color: #f6f6f6;
    color: #c5c5c5;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 0px;
    cursor: pointer;
    margin-right: -4px;
}
.games {
	display: inline-block;
    padding: 15px;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
.tab-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center; 	
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';       
    }
 
    .tab-links li {
        float:left;
        list-style:none;
        width: 33%;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            font-size:16px;
            font-weight:600;
            color: white;
            transition:all linear 0.15s;
            width: 100%;
        }
 
        .tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        /*padding:15px;*/
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
/*----- Raspi Buttons AddOn -----*/       
.raspiButton{
	width:49%;
	height:100px;
	display:inline-block;
	font-size: 24px;
	margin-bottom:8px;
	cursor: none;
}
/*----- Messages -----*/   
.successMessage {
	display:none;
	color:green;
	font-weight:bold;
	font-size:48px;
	margin: 10px 0px 40px 0px;
}
.errorMessage {
	display:none;
	color:red;
	font-weight:bold;
	font-size:48px;
	margin: 10px 0px 40px 0px;
}
/*----- Pay & Voucher Block -----*/   
#blockEinzahlenBon{
	display:none;
	background-color: black;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}
.codeInput {
	width: 200px;
	font-size: 40px;
	padding: 10px 20px 10px 20px;
	height: 60px;
	text-align: center;	
}
.hourInputTitle{
	display: block;
	font-weight: bold;
	font-size: 30px;
	padding: 0px 0px 20px 0px;
}
.hourInput{
	width: 100px;
	font-size: 40px;
	padding: 10px 0px 10px 0px;
	height: 60px;
	text-align:center;
}
.hourInputDivider{
	font-size: 40px;
	padding: 0px 10px 0px 10px;
	position: relative;
}
.cancelButton {
	display: block;
	height: 40px;
	border: none;
	margin-top: 10px;
	font-size: 20px;
	padding: 10px 0px 10px 0px;
}
#blockEinzahlen{
	display:none;
	background-color: black;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}
/*----- Counters -----*/ 
.counterBlock {
	position: relative;
	border: 1px solid white;
	min-height: 200px;
	margin: 20px 0px;
}
.counterTitle {
	position: absolute;
	top: -16px;
	left: 20px;
	background-color:black;
	padding: 0px 20px;
	font-size: 20px;
	color: white;
	line-height: 28px;
	font-weight: bold;
}
.counterDate {
	position: absolute;
	top: 5px;
	right: 5px;
	color: green;
}
.counterButton {
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	width: 30%;
}
.printCounterButton {
	height: 30px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 16px;
	width: 30%;
}
.printCounterAndResetButton{
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%,0px);
	font-size: 16px;
	width: 33%;	
}
.counterValue{
	font-weight: bold;
	line-height: 30px;
	font-size: 22px;
	display: inline-block;
	width: 24%;
}
.counterResult{
	font-weight: bold;
	line-height: 34px;
	font-size: 26px;
	display: inline-block;
	width: 24%;
	border-top: 4px double white;
	margin-top: 14px;	
}
/*----- Errors -----*/ 
.error-bg {
	background-color: rgba(0,0,0,0.8);
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;	
}
.error-bg-msg{
	width: 60%;
    height: 30%;
    z-index: 2;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    border: 1px solid white;	
}
.error-bg-msg-title{
	display: block;
    color: white;
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.error-bg-msg-text{
	color: white;
    font-size: 22px;
    width: 100%;
}
.formerrormain {
	top: 20px;
	position: relative;
	display: block;
	color: red;
}
/*----- Spinner -----*/ 
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 46px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: green;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*----- Start Loading Animation -----*/
#lds-grid-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10000;
  top: 0px;
  left: 0px;
}
.lds-grid {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px; 
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.lds-grid div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
  color: black;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 106px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 205px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 106px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 106px;
  left: 106px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 106px;
  left: 205px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 205px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 205px;
  left: 106px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 205px;
  left: 205px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*---- sound buttons ----*/
.soundButton {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid white;
	margin: 2px;
}
.soundButtonInactive {
	border: 1px dotted white;
	opacity: 0.3;
}
/*---- active game buttons -----*/
.activeGameButtons {
   border: 2px solid yellow;	
}