﻿* {
    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;
}

/* Client Analytics Notification Styles */
.client-analytics-menu {
    color: #007bff !important;
    background-color: rgba(0, 123, 255, 0.1) !important;
}

.client-analytics-menu:hover {
    background-color: rgba(0, 123, 255, 0.2) !important;
}

.client-analytics-menu img {
    filter: hue-rotate(210deg);
    opacity: 0.9;
}

/* Cascading Notification Styles */
.notification-item {
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 4px;
    border-left: 3px solid;
}

.notification-item.healthstatus {
    background-color: rgba(255, 193, 7, 0.1);
    border-left-color: #ffc107;
    color: #856404;
}

.notification-item.clientanalytics {
    background-color: rgba(0, 123, 255, 0.1);
    border-left-color: #007bff;
    color: #004085;
}

.notification-item:last-child {
    margin-bottom: 0;
}
