﻿* {
    margin: 0;
}

html, body, form {
    height: 100%;
    font-family: Calibri;
    font-size: small;
}

div.screen {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.Button {
    margin: 5px;
}

div.screenBottom {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 100%;
}

div.report {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.dataScreen {
    font-family: monospace;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


table.tableCenter {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.tableCenterSmall {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.objectCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dataFieldHeader {
    background-color: White;
    font-size: medium;
    font-weight: bold;
    color: #008FFF;
    margin-top: 10px;
}

.dataField {
    background-color: White;
    font-size: small;
    font-weight: normal;
    color: #008FFF;
}

.dataFieldGrid {
    font-size: small;
    font-weight: normal;
    color: #008FFF;
}

.dataFieldValue {
    background-color: White;
    font-size: small;
    font-weight: normal;
    color: Black;
}

.errorLabel {
    font-size: medium;
    color: Red;
}

.errorLabelHeader {
    text-align: center;
    font-size: medium;
    color: Red;
}

.fieldHeader {
    color: black;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

tt {
    font-family: monospace;
}

tbody > tr > td.ColumnLeft {
    text-align: left;
}

tbody > tr > td.ColumnRight {
    text-align: right;
}

tbody > tr > td.ColumnCenter {
    text-align: center;
}

tbody > tr > td.ColumnLeftBlue {
    color: Blue;
    text-align: left;
}

tbody > tr > td.ColumnRightBlue {
    color: Blue;
    text-align: right;
}

tbody > tr > td.ColumnCenterBlue {
    color: Blue;
    text-align: center;
}

.treeNodeCurrent {
    color: Green !important;
}

.treeNodeDelinquent {
    color: Red !important;
    font-weight: bold;
}

.treeNodeArm {
    color: Blue !important;
    font-weight: bold;
}

.treeRootAllied {
    font-weight: bold;
    font-size: small;
    color: #008FFF !important;
}
