﻿body {
    background-color: black;
    color: white;
}

.blue {
    color: deepskyblue;
}

.button {
    background-color: dimgray;
    border-radius: 5px;
    color: white;
    font-size: 1.2rem;
    padding: 5px;
    width: 280px;
}
.button:hover {
    background-color: darkslategrey;
}
.centre {
    display: flex;
    height: 4rem;
    justify-content: center;
}

.centre1 {
    display: flex;
    justify-content: center;
}

.dateTimeBoxStatusDescription {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin-left: 1rem;
}

.gridViewWrapper {
    margin: 1rem;
}

.displayNone {
    display: none;
}

.invalidTextBox {
    background-color: darkslategray;
    width: 15rem;
}

.label, .label1 {
    color: white;
}

.label, .labelValue {
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.label1, .status, .statusDt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin: 1rem;
    padding-top: 0.3rem;
}

.labelValue {
    color: deepskyblue;
    margin-left: 1rem;
    margin-right: 3rem;
}

.pageTitle {
    color: darkorange;
}

.pageTitle, .pageTitle1, .pageTitle8 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3em;
    margin-top: 1rem;
    text-align: center;
}

.pageTitle1 {
    color: deepskyblue;
}
.pageTitle8 {
    color: #F98F00;
}
.popup, popupChild {
    background-color: black;
    border-color: black;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    left:44vw;
    margin:auto;
    max-width: 30vw;
    min-height:10vh;
    min-width:12vw;
    position: absolute;
    text-align:center;
    top: 20vh;
}
.popupChild {
    text-indent: 2rem;
}
.selectListLabel {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 1rem;
    margin-top: 0.3rem;
}

.selectList, .selectListLabel {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2rem;
}

.selectList {
    border-color: white;
    border-radius: 5px;
    border-width: 1px;
    font-size: 1.2rem;
    height: 2rem;
    width: 310px;
}

.selectList3 {
    background-color: black;
    width: 16.5rem;
}

.selectList3, .invalidTextBox, .textBox {
    border-color: white;
    border-radius: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin: 1rem;
    padding: 0.5rem;
}

.spacer {
    width: 3rem;
}

.status {
    color: deepskyblue;
    font-weight: 600;
}
.statusDt, .statusGym {
    color: darkorange;
    font-weight: 600;
}
.table {
    display: table;
    text-align: center;
}

.tableRow {
    display: table-row;
}

    .tableRow > * {
        display: table-cell;
    }

    .tableRow > :first-child {
        text-align: right;
        vertical-align: middle;
        width: 50%;
    }

    .tableRow > :last-child {
        padding-left: 1rem;
        text-align: left;
    }

.textAreaShort, .textAreaTall {
    background-color: black;
    border-color: white;
    border-radius: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin: 1rem;
    padding: 0.5rem;
    width: 25rem;
}

.textAreaShort {
    height: 3rem;
}

.textAreaTall {
    height: 8rem;
}

.textBox {
    background-color: black;
    width: 15rem;
}
.visibilityHidden{
    visibility: hidden;
}
.white {
    color: white;
}

.wings {
    background-color: dimgray;
    border-radius: 5px;
    color: white;
    font-size: 1.2rem;
    height: 2rem;
    padding: 5px;
    width: 35px;
}