﻿body, textarea, h1, h2, a {
    font-family: 'Century Gothic';
}

body {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}
.Logo {
    display: initial;
    height: auto;
    max-width: 100%;
}
textarea, h1 {
    font-size: 14px;
}
th {
    text-align: left;
}
td {
    text-align: left;
}
.HF {
    max-width: 70px !important;
    text-align: right !important;
}
.RapportageTitel {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.SporterTitel {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.RapportageInleiding {
    font-style: italic;
    text-align: center;
}
.RapportageTekst {
    font-style: italic;
    text-align: center;
}
.RapportageSubtitel {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.RapportageAfbeelding {
    text-align: center;
}
.TabelData th {
    width: 200px;
}
/*table.Testresultaten {*/
    /*padding: 0px;
    border-spacing: 0px;*/
/*}*/
td.TestresultatenCol1, th.TestresultatenCol1 {
    width: 40px;
    text-align: center;
}
td.TestresultatenCol2, th.TestresultatenCol2 {
    width: 40px;
    text-align: center;
}
td.TestresultatenCol3, th.TestresultatenCol3 {
    width: 150px;
}
td.TestresultatenCol4, th.TestresultatenCol4 {
    width: 80px;
    text-align: center;
}
td.TestresultatenCol5, th.TestresultatenCol5 {
    width: 80px;
    text-align: center;
    border: 3px solid black;
    background-color: yellow;
}
td.TestresultatenCol6, th.TestresultatenCol6 {
    width: 80px;
    text-align: center;
    border: 3px solid black;
    background-color: yellow;
}
td.TestresultatenCol7, th.TestresultatenCol7 {
    width: 80px;
    text-align: center;
    border: 3px solid black;
    background-color: yellow;
}
td.TestresultatenCol8, th.TestresultatenCol8 {
    width: 80px;
    text-align: center;
    border: 3px solid black;
    background-color: blue;
    color: white;
}
td.TestresultatenCol9, th.TestresultatenCol9 {
    width: 80px;
    text-align: center;
    border: 3px solid black;
    background-color: blue;
    color: white;
}
td.Referentie, th.Referentie {
    width: 200px;
    border: 2px solid black;
    background-color: grey;
    text-align: center;
}
td.Waarde, th.Waarde {
    width: 200px;
    border: 2px solid black;
    background-color: yellow;
    text-align: center;
}
.TestresultatenGeschiedenis th {
    width: 160px;
}
.TestresultatenGeschiedenis td {
    width: 80px;
    text-align: right;
}
.Testdata {
    width: 150px;
}
.Kalender {
    border: 1px solid black;
    width: 100%;
}
.Kalender th {
    border: 1px solid black;
    width: 12.5%;
    text-align: center;
}
.Kalender td {
    border: 1px solid black;
    height: 200px;
}
.MaandkalenderDagContainer {
    position: relative;
    height: 100%;
}
.MaandkalenderDagDisplay {
    position: absolute;
    top: 0;
    right: 0;
}
.EvenementContainer {
    position: relative;
    top: 15px;
}
.Evenement {
    width: 100%; 
    table-layout: fixed;
}
.Evenement td {
    border: 0;
    height: 20px;
}
.EvenementTijd {
    width: 40px;
}
.EvenementTitel {
    overflow: hidden;
}
.ColumnCenter {
    text-align: center;
}
.ColumnHeader {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.Afspraak th {
    background-color: gray;
}
.Afspraak input[type="text"], input[type="email"] {
    width: 400px;
}
.Afspraak input[type="radio"] {
    margin: 5px 5px 5px 5px;
}
.Afspraak label {
    font-weight: normal;
}

.IntroMain {
    width: 600px;
    margin: auto;
}
.IntroTitle {
    text-align: center;
    font-size: 24px;
    background-color: yellow;
}
.IntroText {
    text-align: justify;
}
.IntroSpacer {
    height: 20px;
}
.IntroMain h1 {
    font-size: 14px;
    background-color: lightgrey;
    padding: 10px;
    text-align: center;
    font-style: italic;
}
.IntroBlock {
    background-color: black;
    color: white;
    padding: 5px;
    font-style: italic;
}
.IntroPrevious {
    float: left;
}
.IntroNext {
    float: right;
}

.Overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: lightgray;
}

.Sporter {
    height: 85%;
    width: 90%;
    position: fixed;
    top: 10%;
    left: 5%;
    background-color: white;
    overflow: auto;
    border: 3px solid black;
    padding: 10px;
}

.LoginData {
    height: 250px;
    width: 400px;
    position: fixed;
    top: 30%;
    left: 30%;
    background-color: white;
    overflow: auto;
    border: 3px solid black;
    padding: 10px;
}

.FotoUpload {
    height: 85%;
    width: 90%;
    position: fixed;
    top: 10%;
    left: 5%;
    background-color: white;
    overflow: auto;
    border: 3px solid black;
    padding: 10px;
}

.Intake {
    height: 80%;
    width: 600px;
    position: fixed;
    top: 10%;
    left: 25%;
    background-color: white;
    overflow: auto;
    border: 3px solid black;
    padding: 10px;
}

.TestdataForm {
    height: 85%;
    width: 90%;
    position: fixed;
    top: 10%;
    left: 5%;
    background-color: white;
    overflow: auto;
    border: 3px solid black;
    padding: 10px;
}

tr.D0 td {
    background-color: #CCFF99;
}
tr.D1 td {
    background-color: #99FF99;
}
tr.D2 td {
    background-color: #00FF00;
}
tr.D3 td {
    background-color: #FF7C80;
}
tr.D4 td {
    background-color: #FF0000;
}
tr.IEL5 td {
    background-color: #CC00CC;
}
tr.IEM6 td {
    background-color: #993366;
}
tr.IEK7 td {
    background-color: #660033;
}
.Trainingscode {
    width: 125px;
}
.SchemaTextbox {
    width: 125px;
}
th.Trainingsschema {
    text-align: center;
}


.main {
    width: 1100px;
    margin: auto;
}

.grid {
    display: grid;
    grid-template-columns: repeat(8, [col] 1fr);
    grid-template-rows: repeat(0, [row] auto);
    grid-column-gap: 1em;
    grid-row-gap: 15px;
}

.grid__item {
    padding: 1em;
    font-size: 14px;
}

.grid_text {
    background: #eee;
}

.grid_header {
    grid-column: col / span 8;
    grid-row: row;
    background-color: #515100;
    color: white;
    text-align: center;
    font-size: 18px;
}

.grid_links {
    background-color: blue;
    color: white;
    text-decoration: none;
    vertical-align: middle;
}

.grid_links1 {
    grid-column: col / span 2;
    grid-row: row 2;
}

.grid_links2 {
    grid-column: col / span 2;
    grid-row: row 3;
}

.grid_links3 {
    grid-column: col / span 2;
    grid-row: row 4;
}

.grid_links4 {
    grid-column: col / span 2;
    grid-row: row 5;
}

.grid_links5 {
    grid-column: col / span 2;
    grid-row: row 6;
}

.grid_links6 {
    grid-column: col / span 2;
    grid-row: row 7;
}

.grid_links7 {
    grid-column: col / span 2;
    grid-row: row 8;
}

.grid_watermerk {
    grid-column: col 3 / span 3;
    grid-row: row 2 / span 7;
}

.grid_logo_right {
    grid-column: col 6 / span 3;
    grid-row: row 2 / span 7;
}

.grid_footer {
    grid-column: col / span 8;
    grid-row: row 9;
    background-color: #515100;
    color: white;
    text-align: center;
    font-size: 18px;
}

.grid_logo_up_1 {
    grid-column: col / span 2;
    grid-row: row 2;
    padding: 0px;
}

    .grid_logo_up_1 img {
        height: 100%;
        width: 100%;
    }

.grid_logo_up_2 {
    grid-column: col 3 / span 2;
    grid-row: row 2;
    padding: 0px;
}

.grid_logo_up_3 {
    grid-column: col 5 / span 2;
    grid-row: row 2;
    padding: 0px;
}

.grid_logo_up_4 {
    grid-column: col 7 / span 2;
    grid-row: row 2;
    padding: 0px;
}

.grid_logo_up_1 img {
    height: 100%;
    width: 100%;
}

.grid_logo_up_2 img {
    height: 100%;
    width: 100%;
}

.grid_logo_up_3 img {
    height: 100%;
    width: 100%;
}

.grid_logo_up_4 img {
    height: 100%;
    width: 100%;
}


