.tableResult {
    background: #ffffff;
    border-color: #0000FF;
    border-style: solid;
    border-width: 2;
    border: 1;
    width: 100%;
}

.tableFixHead {
    overflow-y: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

.tableFixHeadH {
    overflow-y: auto;
    width: 100px;
}

.tableFixHeadH thead th {
    position: sticky;
    left: 0;
}

.headRowResult {
    background: #acacac;
}

.headCellResult {
    background: #acacac;
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: Black;
    text-align: center;
}

.rowLight {
    background: #AACCFF;
}

.rowDark {
    background: #88AAFF;
}

.rowErrLight {
    background: #ff8040;
}

.rowErrDark {
    background: #ff0000;
}

.cellCResult {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: Black;
    text-align: center;
    width: 1px;
    min-width: 40px;
    white-space: nowrap;
}

.cellLResult {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: Black;
    text-align: left;
    width: 1px;
    white-space: nowrap;
}

.formField {
    font-style: normal;
    font-family: Arial;
    font-size: 12;
    color: blue;
    text-align: left;
    width: 25%;
    white-space: nowrap;
}

.formTitle {
    font-style: normal;
    font-family: Arial;
    font-size: 14;
    color: blue;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}