a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    cursor: pointer;
    border-bottom: 1px solid;
}

a:link {
    color: black;
}

a:visited {
    color: #666;
}

a:hover {
    background: #f0e5db;
}

a:active {
    color: #F35E21;
}

/*   remove underline */
a.sortheader:link {
    color: black
}
a.sortheader:visited {
    color: black
}
a.sortheader:active {
    color: #F35E21
}
a.sortheader {
    text-decoration : none
}

p#idScanStatusMsg {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    color: blue;
    font-weight: 600;
    font-size: 0.875rem;
    font-style: italic;
    letter-spacing: 0.01em;
}

.fontA11 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.fontA10 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}


.fontA9 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.font_red {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #FF0000;
}

.fontAF58735 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #F58735;
}
.fontA20 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #F58735;
}


.bgGrayF8F8F8{
    background-color: #F8F8F8;
}

.bgWhite{
    background-color: #FFFFFF;
    height: 22px;
}
.bgOrangeFDF0E8 {
    background-color: #FDF0E8;
}

.bgOrangeFCF7F3 {
    background-color: #FCF7F3;
}
.bgOrangeF58735 {
    background-color: #F58735;
}
.bgGrayCDD2D7, .formErrorTableTitle {
    background-color: #CDD2D7;
}
.bgGrayFBFBFC{
    background-color: #F2F2F2;
    height: 22px;
}
.bgFlagF9BA92{
    background-color: #F9BA92;
}
.fontA11_000000 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #000000;
}
.BODY {
    scrollbar-arrow-color:91ACC8;
    scrollbar-3dlight-color:336699;
    scrollbar-face-color:EEF1F8;
    scrollbar-darkshadow-color:336699;
    scrollbar-track-color:EEF1F8;
    scrollbar-highlight-color:FFFFFF;
    scrollbar-shadow-color:FFFFFF;
    background-color: #FFFFFF;
    scrollbar-width: 50px;
}


/* ==================== Login Page Styles ==================== */

/* Login Page Container - Keep original structure */
div.loginBox {
    display: flex;
    flex-direction: column;
    width: 550px;
    border: solid 1px #e67300;
    border-radius: 6px;
    padding: 0.3rem;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

div.loginTopImageBox {
    width: 549px;
    height: 220px;
}

div.loginTopImageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.loginLeftImageBox {
    width: 181px;
    height: 202px;
}

div.loginFormBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* Login form table styling */
.loginBox table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.loginBox table td {
    padding: 4px 6px;
}

.loginBox table label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Enhanced form inputs */
.loginBox input.formInput {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: all 0.2s ease;
    font-family: inherit;
    background-color: #fff;
    box-sizing: border-box;
    max-width: 10rem !important;
}

.loginBox input.formInput:focus {
    outline: none;
    border-color: #e67300;
    box-shadow: 0 0 0 2px rgba(230, 115, 0, 0.1);
}

.loginBox input.formInput:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

.loginBox input.formInput.inputError {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.loginBox input.formInput.inputError:focus {
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1);
}

/* Password toggle button */
.passwordToggle {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e67300;
    transition: all 0.2s ease;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    text-decoration: underline;
    border-radius: 2px;
}

.passwordToggle:hover:not(:disabled) {
    color: #cc6600;
    background-color: rgba(230, 115, 0, 0.05);
}

.passwordToggle:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Validation error message */
.validationError {
    font-size: 11px;
    color: #dc3545;
    display: block;
    margin-top: 3px;
    animation: slideDown 0.2s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Login button */
div.loginButtonDiv {
    text-align: right;
    margin-top: 4px;
}

button.loginButton {
    background: linear-gradient(135deg, #e67300 0%, #ff8c1a 100%);
    color: white;
    border: none;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(230, 115, 0, 0.2);
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

button.loginButton:hover:not(:disabled) {
    background: linear-gradient(135deg, #cc6600 0%, #e67300 100%);
    box-shadow: 0 3px 6px rgba(230, 115, 0, 0.3);
    transform: translateY(-1px);
}

button.loginButton:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(230, 115, 0, 0.2);
}

button.loginButton:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.7;
}

/* Loading spinner */
.loadingSpinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Error message */
div.errorMsg {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 3px;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 13px;
    animation: slideDown 0.3s ease;
}

/* Popup blocker message styling */
.loginFormBox > div > div > span.fontA10 {
    display: block;
    padding: 8px 10px;
    margin-top: 10px;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 3px;
    color: #856404;
    font-size: 12px;
    line-height: 1.4;
}

/* Login footer */
div.loginFooter {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

div.loginFooter > div {
    margin: 6px 0;
    text-align: center;
}

div.loginFooter .footerMsg {
    background-color: rgba(0,0,0,0.04);
    padding: 8px;
    border-radius: 3px;
}

div.loginFooter span.fontA9 {
    color: #666;
}

div.loginFooter span.fontA11 {
    color: #555;
    line-height: 1.5;
}

/* ==================== End Login Page Styles ==================== */

/* Modern input boxes - inherit base styles, define widths only */
.inputboxstyle1{
    width: 115px;
}

.inputboxstyle3{
    width: 50px;
}
.inputboxstyle100{
    width: 85px;
}

.inputboxstyle_116{
    width: 116px;
}
.inputboxstyle_160{
    width: 160px;
}

.inputboxstyle_90{
    width: 90px;
}
.inputboxstyle2{
    width: 250px;
}
.inputboxstyle_177{
    width: 177px;
}
.inputboxstyle5011{
    width: 396px;
    height: 170px;
}
.inputboxstyle400{
    width: 400px;
}

.Tablerowstyle6 {
    background-color: #FFFFFF;
}
.Tablerowstyle1 {
    background-color: #f0e5db;
}
/* Modern select dropdowns - inherit base styles, define widths only */
.selectStyle122px{
    width: 122px;
}
.selectStyle250px{
    width: 250px;
}
.selectStyle350px{
    width: 400px;
}
.selectStyle80px{
    width: 80px;
}
.selectStyle110px{
    width: 110px;
}
.inputboxstyle396{
    width: 396px;
}
.inputboxstyle50{
    width: 50px;
}
.inputboxstyle70{
    width: 70px;
}

.inputboxstyle246{
    width: 246px;
}
.inputboxstyle750{
    width: 750px;
}

.selectStyle65px{
    width: 65px;
}
.selectStyle120px{
    width: 120px;
}
.selectStyle100px{
    width: 100px;
}
.selectStyle170px{
    width: 170px;
}
.selectStyle160px{
    width: 160px;
}
.selectStyle184px{
    width: 184px;
}
.selectStyle130px{
    width: 130px;
}
.bgGraydfe1e3{
    background-color: #dfe1e3;
}

.fixTableHeader{
    /*    position:relative;
        top: expression(offsetParent.scrollTop);*/
    table-layout: fixed;
}

/* for fixed table header. Doesn't work on IE11 or earlier */
.fixTableHeader thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/*    position:relative;
    top: expression(offsetParent.scrollTop);

}*/
/*.orangebgF9EBE4 {*/
.orangebgF9EBE4 {
    background-color: #F9EBE4;
}
.orangebgEBDBD4 {
    background-color: #f0e5db;
    padding: 0.3rem 0.3rem;
}
.orangebgF0E1D9 {
    background-color: #F0E1D9;
}

.orengebgF9EBE4 {
    background-color: #F9EBE4;
}

/*.datePickerStyle > div.react-datepicker-wrapper, 
.datePickerStyle > div > div.react-datepicker__input-container input {
    height: 17px;
    width: 116px;
}*/

div.dateClass, div.radioClass div,
div.selectClass, div.commentsClass {
    margin: 8px;
}

div.commentsClass {
    display: flex;
}

div.dateClass div, div.selectClass div {
    display: inline-block;
    width: 240px;
    text-align: right;
}

div.commentsClass div {
    display: flex;
    flex-direction: column;
    width: 240px;
    text-align: right;
}

div.dateClass div span, div.radioClass div span,
div.selectClass div span, div.commentsClass div label {
    margin-right: 8px;
}

div.selectClass select {
    min-width: 84px !important;
}

div.radioClass span, div.radioClass input {
    margin-left: 8px;
}

button.buttonClass {
    margin: auto;
    padding: 0px 12px;
}

img.imgButton :hover {
    cursor: pointer;
}

div.titleClass {
    background-color: #cdd2d7;
}

.bold {
    font-weight: bold;
}

.label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.sublabel {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.commentsBox {
    /* Inherits modern textarea base styles */
    min-height: 6rem;
    line-height: 1.5;
}

.labelStyle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 3px;
}

.commentboxstyle {
    /* Inherits modern textarea base styles */
    width: 90%;
    line-height: 1.5;
}

.formWrapper {
    background-color: #FCF7F3;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.formOutline {
    width: 500px;
    margin: auto;
}

.selectInTable {
    margin: 4px;
    min-width: 100px;
}

.commandBox {
    display: flex;
    justify-content: center;
    background-color: #f0e5db;
}

.messageBox p {
    margin-left: 4em;
}

.center_row {
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: space-between;
}

.textbox_col, .label_col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.formInputWrapper, .formInputWrapperLeft {
    display: flex;
    margin: 4px;
    min-width: 472px;
}

.formInputWrapperLeft {
    justify-content: flex-start;
}

.formInputWrapper {
    align-items: center;
    justify-content: center;
    align-self: center;
}

.formInputWrapper1, .formInputWrapper1Left {
    display: flex;
    margin: 4px;
    min-width: 349px;
}

.formInputWrapper1Left {
    justify-content: flex-start;
}

.formInputWrapper1 {
    align-items: center;
    justify-content: center;
    align-self: center;
}


.formInputExpDateWrapper {
    display: flex;
    margin: 4px;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 472px;
    margin-left: -42px;
}

.verticalPadding {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
}

.smallInputLabel {
    flex-grow: 0;
    flex-shrink: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-right: 8px;
}

.inputLabel, .formInput, .formInputAddr, .labelText {
    flex-grow: 1;
    flex-shrink: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.inputLabel {
    text-align: right;
    margin-right: 8px;
    font-weight: 600;
    max-width: 12rem !important;
    min-width: 4rem !important;
}

.formInputAddr {
    max-width: 9rem !important;
    background-color: white;
    padding: 0.4rem;
}

.formInput, .labelText {
    max-width: 17rem !important;
}

.labelText {
    margin-left: 0.5em;
}

button.mright {
    margin-right: 0.6rem;
}

button.formButton,
input[type="button"].formButton {
    /* Modern system font stack */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;

    /* Brand gradient - exact logo colors */
    background: linear-gradient(135deg, #f2a15b 0%, #d25927 100%);
    color: #ffffff;

    /* Balanced padding - compromise between modern and legacy */
    padding: 0.5rem 2rem 0.5rem 1.25rem;

    /* Modern border */
    border: none;
    border-radius: 0.375rem;

    /* Subtle shadow for depth */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
                0 1px 2px rgba(0, 0, 0, 0.06);

    /* Smooth transitions */
    transition: all 0.2s ease-in-out;

    /* Spacing */
    margin-right: 0.5rem;

    /* Cursor feedback */
    cursor: pointer;

    /* Position for chevron */
    position: relative;
}

/* Modern chevron indicator - replaces old image */
button.formButton::after,
input[type="button"].formButton::after {
    content: "››";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.9;
    transition: transform 0.2s ease-in-out;
}

/* Hover state - essential for modern UX */
button.formButton:hover:not(:disabled),
input[type="button"].formButton:hover:not(:disabled) {
    /* Lighter version of brand gradient */
    background: linear-gradient(135deg, #f5b477 0%, #e06b39 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15),
                0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* Animate chevron on hover */
button.formButton:hover:not(:disabled)::after,
input[type="button"].formButton:hover:not(:disabled)::after {
    transform: translateY(-50%) translateX(2px);
}

/* Active/pressed state */
button.formButton:active:not(:disabled),
input[type="button"].formButton:active:not(:disabled) {
    /* Darker version of brand gradient */
    background: linear-gradient(135deg, #d89049 0%, #b84a1f 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    transform: translateY(0);
}

/* Reset chevron position on active */
button.formButton:active:not(:disabled)::after,
input[type="button"].formButton:active:not(:disabled)::after {
    transform: translateY(-50%) translateX(0);
}

/* Focus state - critical for accessibility */
button.formButton:focus,
input[type="button"].formButton:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(211, 84, 0, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Disabled state */
button.formButton:disabled,
input[type="button"].formButton:disabled {
    background: #bdc3c7;
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

/* ========================================
   MODERN FORM INPUTS - PHASE 1
   Matching button modernization
   ======================================== */

/* Base style for all text inputs */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
textarea,
select {
    /* Modern font matching buttons */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem; /* 14px - readable size */
    font-weight: 400;

    /* Modern spacing */
    padding: 0.5rem 0.75rem; /* 8px 12px */

    /* Modern border */
    border: 1px solid #d1d5db;
    border-radius: 0.375rem; /* Matches buttons */

    /* Colors */
    background-color: #ffffff;
    color: #1f2937;

    /* Subtle shadow */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

    /* Smooth transitions */
    transition: all 0.2s ease-in-out;

    /* Remove browser defaults */
    outline: none;
}

/* Hover state */
input[type="text"]:hover:not(:disabled),
input[type="password"]:hover:not(:disabled),
input[type="email"]:hover:not(:disabled),
input[type="number"]:hover:not(:disabled),
input[type="tel"]:hover:not(:disabled),
input[type="url"]:hover:not(:disabled),
input[type="search"]:hover:not(:disabled),
input[type="date"]:hover:not(:disabled),
textarea:hover:not(:disabled),
select:hover:not(:disabled) {
    border-color: #f2a15b; /* Brand color hint */
}

/* Focus state - brand orange ring */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border-color: #d25927; /* Brand orange */
    box-shadow: 0 0 0 3px rgba(242, 161, 91, 0.2),
                0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Disabled state */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Textarea specific - allow resize vertically only */
textarea {
    resize: vertical;
    min-height: 4rem;
    line-height: 1.5;
}

/* Select specific - better arrow indicator */
select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    padding-right: 2.5rem;
}

div.buttonDiv {
    text-align: center;
    background-color: #f0e5db;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}

.dateRangeWrapper, .dateRange, .dateWrapper, .asnFormDateWrapper {
    display: flex;
}

.dateRangeWrapper, .dateWrapper, .asnFormDateWrapper {
    align-items: center;
}

.dateWrapper, .asnFormDateWrapper {
    margin-right: 8px;
}

.dateRangeWrapper {
    flex-direction: column;
    margin: 4px;
}

.dateRangeWrapper > div {
    font-size: 0.8rem;
}

.asnFormDateWrapper {
    min-width: 472px;
}

/*.react-datepicker-popper {
    z-index: 9999 !important;
}

.react-datepicker-wrapper input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    width: 5.4rem;
}

.react-datepicker {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.react-datepicker__day, .react-datepicker__day-name {
    width: 1.3rem;
    line-height: 1.3rem;
}

.react-datepicker__current-month {
    font-size: 0.644rem;
}

.react-datepicker__header {
    padding-top: 4px;
}

.react-datepicker__month .react-datepicker__month-text {
    width: 3rem;
    margin: 0px;
}*/

.container {
    display: flex;
    flex-direction: column;
    max-height: 95vh !important;
    min-height: 95vh !important;
    height: 0px;
}

div#header {
    order: 1;
    min-height: 66px !important;
    width: 100%;
}

div#footer {
    order: 3;
    min-height: 25px !important;
}

div#content {
    order: 2;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    overflow: auto;
    min-height: 525px !important;
    margin-left: 0.6rem;
}

div#releaseNotes {
    margin-left: 122px;
}

div#bottomMenuLine {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
    background-color: #e4e4e4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    align-items: center;
    padding-right: 6.2rem;
}

div#bottomMenuLine > a {
    margin: 0 0.3rem;
}

div#bottomMenuLine > div > a {
    margin: 0 0.3rem;
}

div#topMenuLine {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    background: url('../images/top_bg.gif');
}

div#loginInfo {
    display: flex;
    flex-direction: column;
    color: #F58735;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-right: 6.2rem;
}

div.loginFooter > div.footerMsg {
    background-color: rgba(0,0,0,0.04);
}

iframe#frame1, iframe#frame2, iframe#frame3 {
    width: 100%;
}

iframe#frame2 {
    z-index: 1;
    visibility: visible;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1.49;
    flex-shrink: 0;
}

iframe#frame3 {
    visibility: visible;
    z-index: 1;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1.22;
    flex-shrink: 0;
}

iframe#frame3:hover {
    flex-grow: 1.82;
    flex-shrink: 0;
}

iframe#frame5 {
    position: absolute;
    left: 325px;
    top: 80px;
    visibility: hidden;
    border: 3px;
    height: 200px;
    width: 800px;
    z-index: 1;
    background-color: #ffffff;
}

iframe#frame4 {
    position: absolute;
    left: 325px;
    top: 80px;
    visibility: hidden;
}

#banner {
    display: flex;
    flex-direction: column;
    min-height: 70px !important;
    margin-bottom: 8px;
}

.scrollMsg {
    position: relative;
    animation: msg-scroll 30s infinite reverse;
    font-weight: bold;
    font-size: 1rem;
}

div#lhs {
    color: #ffffff;
    z-index: 5;
    background-color: #f8f8f8;
    flex-grow: 0.75;
    flex-shrink: 0;
    min-width: 275px !important;
    max-width: 300px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

div#rhs {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 3;
    flex-shrink: 0;
    min-width: 920px !important;
    overflow: hidden;
}

div.contentPage {
    display: flex;
    flex-direction: column;
    background-color: #FCF7F3;
}

div.optionPage {
    display: flex;
    flex-direction: column;
    flex-grow: 1.49;
    flex-shrink: 0;
    background-color: #FCF7F3;
}

div.reportPage {
    flex-grow: 1.22;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    background-color: #FCF7F3;
}

div.reportPage:hover {
    flex-grow: 1.82;
    flex-shrink: 0;
}

div.report {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

div.downloadXls {
    text-align: right;
    background-color: #f0e5db;
    padding: 0.133rem 0;
}

div.reportHdr {
    display: flex;
    justify-content: space-between;
    background-color: #CDD2D7;
    padding: 0.133rem 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

div.reportHdr > div {
    margin-left: 1rem;
}

div.reportHdr > img {
    margin-right: 0.5rem;
}

div.labelValue {
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    margin-top: 0.6rem;
}

div.labelValue .labelCol {
    min-width: 15rem;
    max-width: 15rem;
    text-align: right;
    margin-right: 0.6rem;
}

table.labelValue th, table.labelValue td {
    padding-top: 0.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
}

table.labelValue th {
    padding-right: 0.6rem;
    text-align: right;
    font-weight: 600;
}

div#divId1 {
    overflow: auto;
    flex-grow: 1;
    flex-shrink: 0;
    max-height: 58vh;
    background-color: #FCF7F3;
}

div.titleDiv {
    padding: 0.5rem 1rem;
}

div.titleDiv span {
    top: 4px;
    position: relative;
}

form {
    margin: 0;
}

span.asterisk {
    color: red;
}

.statusMsg {
    font-size: 0.8rem;
}

.errorMsg {
    color: red;
}

div.permission {
    background-color: #FCF7F3;
}

div a.hyperlink {
    color: blue;
}

div.highlight {
    background-color: #eee;
}

div.transparent {
    background-color: transparent;
}

div#dl {
    width: 810 px;
    height: 520 px;
    overflow-y: auto;
}

.actionTableDiv {
    overflow: auto;
    flex-grow: 1;
    flex-shrink: 0;
    max-height: 45vh;
}

.tableTitle {
    display: flex;
    justify-content: space-between;
    background-color: #f0e5db;
    padding: 0.133rem 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}


.formErrorTable {
    width: 60%;
    margin: 2em auto;
    background-color: #FCF7F3;
}

.formErrorTable table {
    width: 100%;
}

.formErrorTable th {
    background-color: #CDD2D7;
}

.reportTable {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.reportTable thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #CDD2D7;
    /*z-index: 100;*/
}

.reportTable thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #CDD2D7;
    /*z-index: 100;*/
}

.reportTable > th, .reportTable > td,
.reportTable th, .reportTable td {
    padding: 0.266rem;
    text-align: center;
}

.errorMsgTable > th, .errorMsgTable > td,
.errorMsgTable th, .errorMsgTable td {
    width: 24em;
}

.tableHead {
    padding-left: 1rem;
    background-color: #f0e5db;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.divClass, .commentboxstyle {
    display: flex;
    margin: 8px;
}

.divStyle {
    background-color: #FCF7F3;
}

.dateStyle {
    margin: 8px;
}

#navBox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#navMsgBox {
    width: 60%;
    margin: 4em auto;
}

.msgBox {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
    background-color: #FCF7F3;
    padding: 2em;
    margin-top: 2em;
}

.modalBackground {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popupBox {
    position: absolute;
    top: 6.6rem;
    left: 6.6rem;
    background-color: white;
    font-size: 0.7rem;
    padding: 1.1rem;
    box-shadow: 0.3rem 0.3rem lightgray;
}

.row {
    align-items: center;
}

.row, .column {
    display: flex;
}

.column {
    flex-direction: column;
    margin: 0.3rem;
}

.oldCenter {
    margin: auto;
}

.center {
    align-self: center;
    text-align: center;
}

.popupBox .row {
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.displayMsgStyle{
    margin-top: 91px;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

div#divId {
    background-color: #FCF7F3;
}

ul.tree {
    list-style-type: none;
}

.category-down, .category {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.category::before {
    content: "+";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.category-down::before {
    content: "-";
    margin-right: 12px;
}

.active {
    display: block;
}

.hidden {
    display: none;
}

.divClassP {
    display: flex;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 "Helvetica Neue", Arial, sans-serif;
}
