﻿body {
    width: 100%;
}


.button {
    background-color: dimgray;
    border-radius: 5px;
    color: white;
    font-size: 1.2rem;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 280px;
}

.buttonSelected {
    background-color: dimgray;
    border-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-size: 1.2rem;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 280px;
}


.centre {
    display: flex;
    justify-content: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.containerChildLeft {
    padding: 10px;
}

.containerChildRight {
    padding: 10px;
}

.label, .status {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-right: 0.5em;
}

.gridview {
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: 100;
}

.pageTitle {
    color: darkorange;
    flex: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3em;
    margin: 0.3rem;
    order: 2;
    text-align: center;
}

.status {
    color: darkorange;
}

.table {
    display: table;
}

.tableRow {
    display: table-row;
}

    .tableRow > * {
        display: table-cell;
    }

    .tableRow > :first-child {
        text-align: right;
        vertical-align: middle;
        width: 50%;
    }

.textArea {
    background-color: black;
    border-radius: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    height: 100px;
    margin: 10px;
    width: 450px;
}
.wings {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
#container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

#tablePlaceholder {
    border: solid;
    border-color: white;
    border-width: 1px;
}
