﻿Table.ApplicationNavBar {
    border-spacing: 0px;
    width: auto;
}

.tdApplicationNavBar {
    width: 100%;
}
.tblValidations {
    background-color: var(--lcSectionHeaderBGColor);
    color: var(--textColorAlt);
    width: 100%;
    align-content: center;
    text-align: left;
    padding: 1px;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

/* Match colors with the 'WipOdd & WipEven' from the wip list. */
.ValidationErrorOdd {
    BACKGROUND-COLOR: var(--wipTableOddColor);
    COLOR: Red;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

.ValidationErrorEven {
    BACKGROUND-COLOR: var(--wipTableEvenColor);
    COLOR: Red;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

    .ValidationErrorOdd A,
    .ValidationErrorEven A {
        COLOR: red;
        FONT-SIZE: 100%;
    }

.ValidationWarningOdd {
    BACKGROUND-COLOR: var(--wipTableOddColor);
    COLOR: green;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

.ValidationWarningEven {
    BACKGROUND-COLOR: var(--wipTableEvenColor);
    COLOR: green;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

    .ValidationWarningOdd A,
    .ValidationWarningEven A {
        COLOR: green;
        FONT-SIZE: 100%;
    }
