﻿html {
    font-size: 100%;
    font-family: Verdana;
    font-weight: 900;
}

html,
body {
    height: 100%;
    margin: 0;
    width: 100%;
}

body {
    background-color: black;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

div {
    margin: auto;
}

hr {
    color: white;
    width: 100%;
}

input {
    background-color: black;
    border-radius: 5px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin: 20px;
}

.button, .button-mobile {
    background-color: dimgray;
    border-radius: 5px;
    color: white;
    padding: 5px;
}

.button {
    font-size: 1.2rem;
    width: 280px;
}

.button-mobile {
    font-size: 3rem;
    width: 450px;
}

.ddl, .ddl-mobile {
    background-color: black;
    border-color: white;
    color: white;
    padding: 5px;
    margin: 10px;
}

.ddl {
    border-radius: 10px;
    font-size: 1.2rem;
    width: 310px;
}

.ddl-mobile {
    border-radius: 10px;
    font-size: 2em;
    width: 475px;
}

.ddlNarrow {
    background-color: black;
    border-color: white;
    border-radius: 10px;
    color: white;
    font-size: 1.2em;
    padding: 5px;
    margin: 10px;
    width: 100px;
}
.footnote {
    color: white;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
}

.gridview {
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: 100;
}

.header {
    background-color: dimgray;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.header-centre {
    color: deepskyblue;
    flex: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3em;
    margin: 10px;
    order: 2;
    text-align: center;
}

.header-left {
    flex: 1;
    order: 1;
}

.header-right {
    color: white;
    flex: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    height: 40px;
    order: 2;
    text-align: right;
    margin: 0px 5px;
}

.horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hyperlink {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: medium;
    color: lightblue;
    text-decoration: underline;
    cursor: pointer;
}

.label, .label-mobile, .status, .text-mobile {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.label, .status {
    font-size: 1em;
    margin: 1rem;
}

.status {
    color: deepskyblue;
}

.label-mobile {
    font-size: 3em;
    margin: 1rem;
}
.limitedHeight {
    height: auto;
    max-height:400px;
    min-height: 100px;
    overflow: auto;
    width: auto;
}
.logoSmall {
    display: inline-block;
    height: 2em;
    vertical-align: sub;
    width: 5em;
}

.pageTitle {
    color: deepskyblue;
    flex: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3em;
    margin: 2rem;
    order: 2;
    text-align: center;
}

.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;
    }

.text {
    font-size: 1em;
    margin: 1rem;
}
.text-mobile {
    font-size: 2em;
    margin: 1rem;
}
.textArea, .textArea-mobile {
    background-color: black;
    border-radius: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    height: 100px;
    margin: 10px;
    width: 450px;
}

.textArea {
    border-radius: 10px;
    font-size: 1rem;
}

.textArea-mobile {
    border-radius: 10px;
    font-size: 1.5rem;
}

.textBox, .textBox-mobile, .textBoxNarrow {
    background-color: black;
    border-color: white;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 5px;
}

.textBox, .textBoxNarrow {
    border-radius: 10px;
    font-size: 1.2rem;
    width: 280px;
}

.textBox-mobile {
    border-radius: 4px;
    font-size: 2em;
    width: 450px;
}
.textBoxNarrow {
    width: 100px;
}
.userId {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 0.7em;
    font-weight: 600;
}

.widebox {
    background-color: black;
    border-color: white;
    border-radius: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    height: 90px;
    margin: 10px;
    padding: 5px;
    white-space: pre-wrap;
    width: 50%;
}
