﻿body {
  /*background-color: #3498db;*/
  font-size:10pt;
  color: black;
  text-align: center;
  margin: 0px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/* the whole page */
.pagewrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100px auto 60px;
  width: 100vw;
  height: 100vh;
}

.wrapper {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-items:stretch;
}


.header {
  background-color:grey;
}

.sidebar {
  background-color: white;
  margin-right:20px;
  /*border: 2px solid red;*/
}


.footer {
  background-color:yellow;
}

h1 {
  font-size: 20pt;
  margin: 2px, 2px, 2px, 2px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h2 {
  font-size: 16pt;
  margin: 2px, 2px, 2px, 2px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h3 {
  font-size: 12pt;
  margin: 2px, 2px, 2px, 2px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h6 {
  font-size: 8pt;
  margin: 2px, 2px, 2px, 2px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  
}

.textinput{
  border-radius: 5px 5px; 
}

.leftalign{
  text-align:left;
}

.logo-position {
  position: absolute;
  right: 5px;
  top:15px;
}

input{
  margin: 4px 4px 4px 4px;
}

button {
  margin: 4px 4px 4px 4px;
}

.logon-table{
  position:relative;
  left: 10%;
  
  text-align:center;
}

ul {
  list-style-type: none;
  max-width: 300px;
  margin: 20px auto;

}


li {
  min-height: 20px;
  text-align: left;
  background-color: white;
  color: #444;
  padding: 5px;
  margin-bottom: 5px;

}

li button {
  float: right;
  margin: 0px 3px;
}

.playercl{
  background-color:firebrick;
  margin: 2px;
}

label {
  
  width: 100px;
  margin-right:20px;
}

.cookie-warning{
  position:absolute;
  bottom: 60px;
  left: 0px;
  background-color:darkturquoise;
  height:40px;
  width:100%;
}





.center2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #FFFFFF;
  padding: 10px;
}

.footer2 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: white;
  text-align: center;
}

