﻿/* load fonts */
@font-face {
    font-family: 'Open Sans Variable';
    font-style: normal;
    font-display: swap;
    font-weight: 300 800;
    font-stretch: 75% 100%;
    src: url("../../Styles/Fonts/open-sans-var-web/open-sans-var-normal.woff2") format('woff2-variations');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
    font-family: 'Open Sans Variable';
    font-style: italic;
    font-display: swap;
    font-weight: 300 800;
    font-stretch: 75% 100%;
    src: url("../../Styles/Fonts/open-sans-var-web/open-sans-var-italic.woff2") format('woff2-variations');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

body {
    background-color: #ffffff;
    font-family: Open Sans Variable;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 16px;
    height: 100%;
    color: #666666;
    position: static;
}

fieldset {
    border: 1px solid #666666;
    padding: 5px 5px 5px 5px;
    margin: 0 0 40px;
    position: relative;
}

    fieldset legend {
        all: unset;
        font-family: Open Sans Variable;
        font-size: 16px;
        font-weight: 700;
        color: #fb6400;
    }


.body {
    padding: 5px 5px 5px 5px;
    border-right: 3px outset #212121;
    background-color: #ffffff;
    color: #000;
}


input[type="radio"] {
    margin-right: 10px; /* space between radio and label/text */
    margin-left: 6px; /* space before the radio */
    margin-top: 4px;
    margin-bottom: 4px;
    /* Or simply: margin: 4px 10px 4px 6px; */
}

input[type="checkbox"] {
    margin-right: 10px; /* space between checkbox and label/text */
    margin-left: 6px; /* space before the checkbox   */
    margin-top: 4px;
    margin-bottom: 4px;
    /* Or simply: margin: 4px 10px 4px 6px; */
}


.td_bgcolor {
    background-color: #ffffff;
}

.td_bgcolor2 {
    background-color: #666666;
    background-repeat: no-repeat;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

.submenu_bgcolor {
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
}

.submenu_bgimage {
    background-color: #ffffff;
}

.divsize {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 27px;
    width: 390px;
    text-align: right;
}

.nosize {
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: right;
    background-color: #e2e2e2;
    height: 27px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e2e2e2;
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1002;
}

.footerhide {
    display: none;
    visibility: hidden;
}

.footershow {
    display: block;
    visibility: visible;
}

.detailPage {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reportPanel {
    margin-top: 7px;
}

#fl_menu {
    width: 300px;
    height: 300px;
    background: #c00000;
}

.curve_rightup {
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
}

.curve_rightbottom {
    background-position: right;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.title {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #464646;
    border-bottom: 1px solid #666666;
    padding-right: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title1 {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #464646;
    padding-right: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subtitle {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #464646;
    padding-right: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    background-color: #666666;
    background-repeat: no-repeat;
    font-family: Open Sans Variable;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.divheader {
    background-color: #0093dc;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.table_border {
    border: 1px solid #666666;
}

.foot {
    background-color: #666666;
    background-repeat: no-repeat;
    font-family: Open Sans Variable;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.menulinks A:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.menulinks A:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.menulinks A:active {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.menulinks A:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.toplinks A:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.toplinks A:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.toplinks A:active {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Open Sans Variable;
}

.toprightlinks A:link {
    text-decoration: none;
    color: #212121;
    font-size: 14px !important;
    font-style: normal;
    font-weight: normal;
    font-family: Open Sans Variable;
}

.toprightlinks A:visited {
    text-decoration: none;
    color: #212121;
    font-size: 14px !important;
    font-style: normal;
    font-weight: normal;
    font-family: Open Sans Variable;
}

.toprightlinks A:active {
    text-decoration: none;
    color: #212121;
    font-size: 14px !important;
    font-style: normal;
    font-weight: normal;
    font-family: Open Sans Variable;
}

.toprightlinks A:hover {
    text-decoration: underline;
    color: #fb6400;
    font-size: 14px !important;
    font-style: normal;
    font-weight: normal;
    font-family: Open Sans Variable;
}

A:link {
    text-decoration: none;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
}

A:hover {
    text-decoration: underline;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
}

A:visited {
    text-decoration: none;
    font-family: Open Sans Variable;
    font-size: 14px !important;
    color: #fb6400;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

A:active {
    text-decoration: none;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.filter {
    background-color: #f0f0f0;
    font-family: Open Sans Variable;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    border: 3px inset #666666;
}

.grid_header {
    background-color: #e0e0e0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #fb6400;
    text-decoration: none;
    padding: 5px;
    text-align: left;
    border: 1px solid #666666;
    border-color: #666666;
}

.grid_headerCenter {
    background-color: #e0e0e0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #fb6400;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    border: 1px solid #666666;
}

.grid_row {
    background-color: #ffffff;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 5px;
    text-align: left;
    border: 1px solid #666666;
}

.grid_alternate_row {
    background-color: #f0f0f0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 5px;
    text-align: left;
    border: 1px solid #666666;
}

.hideGridColumn {
    display: none;
    border: 0px;
}

.tr1 {
    background-color: #fb6400;
    font-family: Open Sans Variable;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    padding: 2px;
    text-align: left;
    border: 4px double #fb6400;
}

.tr2 {
    background-color: #ffffff;
    font-family: Open Sans Variable;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: #212121;
    text-decoration: none;
    padding: 2px;
    text-align: left;
}

.titlebold {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    text-decoration: none;
    text-align: right;
}

.layoutdef {
    background-color: #666666;
    width: 100%;
    text-align: center;
}

.layoutdef2 {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.formfield {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #212121;
    text-decoration: none;
    padding: 2px;
    text-align: justify;
}

.formtitle {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #434343;
    text-decoration: none;
    text-align: justify;
}

.topstyle {
    font-family: Open Sans Variable;
    font-size: 25pt;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 2px;
    text-align: left;
    margin-bottom: 13px;
}

.logoutWarning {
    font-family: Open Sans Variable;
    font-size: 15pt;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 13px;
}

.splashContents {
    font-family: Open Sans Variable;
    font-size: 15pt;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 13px;
}

.splashlink A:link {
    text-decoration: none;
    color: #fb6400;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: Open Sans Variable;
}

.txtbox2 {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #212121;
    text-decoration: none;
    border: 0px outset #f0f0f0;
    background-color: #f0f0f0;
    border-top: 1px inset #666666;
    border-left: 1px inset #666666;
}

.formfield3 {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #212121;
    text-decoration: none;
}

.txtbox {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #212121;
    text-decoration: none;
    border-top: 1px inset #666666;
    border-left: 1px inset #666666;
    /*border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;*/
    min-width: 150px;
}

.txtboxsmall {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #212121;
    text-decoration: none;
    border-top: 1px inset #666666;
    border-left: 1px inset #666666;
    /*border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;*/
    min-width: 60px;
}

.hiddenbutton {
    display: none;
    visibility: hidden;
}

.buttonstyle,
.buttonstyle.disabled {
    font-family: "Open Sans Variable", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background-color: #f5f5f5;
    border: 4px double #666666;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    padding: 0 16px !important;
    color: #212121 !important;
    cursor: pointer;
    vertical-align: middle;
}
    /* Disabled state */
    .buttonstyle.disabled {
        opacity: 0.6; /* visually indicate disabled */
        cursor: not-allowed;
        pointer-events: none; /* prevent clicks */
    }

a.buttonstyle,
a.buttonstyle.disabled {
    font-family: "Open Sans Variable", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background-color: #f5f5f5;
    border: 4px double #666666;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    padding: 0 16px !important;
    color: #212121 !important;
    cursor: pointer;
    vertical-align: middle;
}
    /* Disabled state */
    a.buttonstyle.disabled {
        opacity: 0.6; /* visually indicate disabled */
        cursor: not-allowed;
        pointer-events: none; /* prevent clicks */
    }


.formheader {
    font-family: Open Sans Variable;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    cursor: default;
    padding: 1px;
    text-align: center;
    background-color: #0093dc;
    width: 90%;
}

.fiservtext {
    font-family: Open Sans Variable;
    font-weight: 700;
    font-size: 16px;
    color: #fb6400;
    cursor: default;
}

.borderbottom {
    border-bottom: solid 1px #666666;
    height: 5px;
}

.outline {
    /*padding:6px;*/
    border-collapse: separate;
    border-spacing: 0px;
    background-color: #FFFFFF;
    border: 1px solid #666666;
}

.innerlayout {
    /*padding:2px;*/
    border-collapse: separate;
    border-spacing: 5px;
    background-color: #FFFFFF;
    font-family: Open Sans Variable;
}

.redtext {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #c00000;
    text-decoration: none;
}

.bgstyle {
    background-color: #ffffff;
}

.links {
    font-family: Open Sans Variable;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    color: #666666;
    text-decoration: none;
    border-right: 1px solid #666666;
    cursor: pointer;
}

.linkselected {
    font-family: Open Sans Variable;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    color: #c00000;
    text-decoration: none;
    border-right: 1px solid #666666;
    cursor: pointer;
}

.imgexpcol {
    background-image: url( "../common/menuexpand.gif" );
    background-repeat: no-repeat;
    background-color: #666666;
}

.static_menu {
    background-color: #666666;
    background-repeat: no-repeat;
    font-family: Open Sans Variable;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    padding-left: 2px;
    z-index: 1000;
}

.dynamic_menu {
    background-color: #666666;
    background-repeat: no-repeat;
    font-family: Open Sans Variable;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    text-align: left;
    padding-right: 10px;
    padding-top: 3px;
    padding-left: 4px;
    z-index: 1000;
}

.dynamic_menu_hover {
    background-color: #fb6400;
    background-repeat: no-repeat;
    font-family: Open Sans Variable;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    text-align: left;
    padding-left: 4px;
}

.modalBackground {
    background-color: #212121;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modalBackground2 {
    background-color: #212121;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.grid_row_new {
    background-color: #ffffff;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 5px;
    text-align: right;
    text-decoration: none;
    border: 1px solid #666666 !important;
    border-color: #666666;
}

.grid_alternate_row_new {
    background-color: #f0f0f0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 5px;
    text-align: right;
    text-decoration: none;
    border: 1px solid #666666 !important;
    border-color: #666666;
}

.header {
    font-weight: 700;
    position: absolute;
    background-color: White;
    font-family: Open Sans Variable;
}

.pagebreak {
    page-break-after: always;
}

div#frameWrapper {
    background-image: url( "../common/loading.gif" );
    background-repeat: no-repeat;
}

iframe#imgFrame {
    visibility: visible;
    overflow: auto;
    border-width: 0;
}

div#divHint {
    position: absolute;
    background-color: #f1f1f1;
    width: 160px;
    padding: 2px;
    color: black;
    border: #666666 1px dashed;
    display: none;
}

.grid_headerNew {
    position: relative;
    background-color: #e0e0e0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fb6400;
    word-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    border: 1px solid #666666 !important;
    border-color: #666666;
}

.grid_header2 {
    position: relative;
    background-color: #e0e0e0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fb6400;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-2);
    left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
    z-index: 99;
    border: 1px solid #666666 !important;
    border-color: #666666;
}

.Freezing {
    position: relative;
    bottom: expression(this.offsetParent.scrollBottom);
    z-index: 10;
    background-color: #e0e0e0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-family: Open Sans Variable;
    color: #fb6400;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}

.InnerFreezePane {
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    position: relative;
    bottom: 0;
}

.FreezePaneOn {
    position: fixed;
    bottom: expression(this.offsetParent.scrollBottom);
    top: 550px;
    left: 130px;
    right: -30px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
    bottom: 0;
    vertical-align: bottom;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
}

.txtbox3 {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    border-top: 1px inset #666666;
    border-left: 1px inset #666666;
}

.formfield2 {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 2px;
    text-align: right;
}

.loginheader {
    background: #fb6400;
    font-style: normal;
    color: #FFFFFF;
    font-family: Open Sans Variable;
    border-spacing: 8px;
    height: 34px;
}

.smallLink A:link {
    text-decoration: none;
    color: #fb6400;
    font-size: 14px !important;
    font-style: 700;
    font-family: Open Sans Variable;
}

.smallLink A:hover {
    text-decoration: underline;
    color: #fb6400;
    font-size: 14px !important;
    font-style: 700;
    font-family: Open Sans Variable;
}

.customLinkButtons A:link {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px !important;
    font-style: normal;
    font-family: Open Sans Variable;
}

.customLinkButtons A:visited {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px !important;
    font-style: normal;
    font-family: Open Sans Variable;
}

.customLinkButtons A:hover {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px !important;
    font-style: normal;
    font-family: Open Sans Variable;
}


/* XM Custom Style */

/* file reject row on file summary */
.fileRejectStyle {
    background-color: #c00000;
    font-family: Open Sans Variable;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    text-align: right;
}

    .fileRejectStyle A:link {
        text-decoration: none;
        font-family: Open Sans Variable;
        color: #ffffff;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

    .fileRejectStyle A:hover {
        text-decoration: underline;
        font-family: Open Sans Variable;
        color: #ffffff;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

    .fileRejectStyle A:visited {
        text-decoration: none;
        font-family: Open Sans Variable;
        color: #ffffff;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

    .fileRejectStyle A:active {
        text-decoration: none;
        font-family: Open Sans Variable;
        color: #ffffff;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }


/* file warning row on file summary */
.fileWarningStyle {
    background-color: #FFBA00;
    font-family: Open Sans Variable;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    padding: 5px;
    text-align: right;
    color: #212121;
}

    .fileWarningStyle A:link {
        text-decoration: none;
        font-family: Open Sans Variable;
        color: #212121;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

    .fileWarningStyle A:hover {
        text-decoration: underline;
        font-family: Open Sans Variable;
        color: #212121;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

    .fileWarningStyle A:visited {
        text-decoration: none;
        font-family: Open Sans Variable;
        color: #212121;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

    .fileWarningStyle A:active {
        text-decoration: none;
        font-family: Open Sans Variable;
        color: #212121;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
    }

/* label style */
.labelstyle {
    color: Black;
    font-family: Open Sans Variable;
    font-size: 1.2em;
}

.alertLabelstyle {
    color: #c00000;
    font-family: Open Sans Variable;
    font-size: 1.2em;
}

.countLabelStyle {
    padding-left: 10px;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.eventLogFileRow {
    background-color: #f0f0f0;
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}

.logFileDownloadImage {
    float: right;
    cursor: pointer;
}

#eventBody {
    padding-left: 20px;
}

#fileSummaryBody {
    padding-left: 20px;
}

.excelButton {
    margin-right: 5px;
}

.xmTitle {
    font-family: Open Sans Variable;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #212121;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#divUpdateProgress {
    height: 15px;
}

div.autoscroll {
    overflow: hidden;
}

    div.autoscroll:hover {
        overflow: auto;
    }

.scrollable-container {
    height: 100px;
    width: 100%;
    overflow: auto;
    border: 0;
}

.hide {
    display: none;
    border: 0px;
}
/* End XM Custom Style */

/* New styles*/
.smalltext {
    font-family: Open Sans Variable;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #212121;
    text-decoration: none;
    padding: 2px;
}

.txtboxToLabel {
    border: none;
    outline: none;
    background: none;
}

.clrGray {
    background-color: #e2e2e2;
}

input:disabled {
    background-color: #f0f0f0;
    color: grey;
    text-shadow: 0px 0px;
    box-shadow: 0px 0px transparent;
}

*[disabled] {
    /*background-color: #f0f0f0;*/
    color: grey;
    text-shadow: 0px 0px;
    box-shadow: 0px 0px transparent;
}

.grid_header_nolink {
    text-decoration: none;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.close A:link {
    text-decoration: none;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.close A:hover {
    text-decoration: underline;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.close A:visited {
    text-decoration: none;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.close A:active {
    text-decoration: none;
    font-family: Open Sans Variable;
    color: #fb6400;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.Popup {
    top: 400px;
    left: 300px;
    right: 200px;
}

.itemViewed {
    color: Green;
    font-weight: 700;
    font-size: 16px;
    font-family: Open Sans Variable;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .custom-tooltip:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        top: -40px; /* Adjust as needed */
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 6px 12px;
        border-radius: 4px;
        white-space: nowrap;
        z-index: 100;
        font-size: 14px;
    }

    /* Optional arrow */
    .custom-tooltip:hover::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
        z-index: 99;
    }
/* End of New styles*/

/* Start of Login TAB Header*/
.LoginTab {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; /* Removes bullets */
}

    .LoginTab > li {
        position: relative;
        display: block;
        list-style-type: none; /* Ensures bullets are removed */
    }

        .LoginTab > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            list-style-type: none; /* Ensures bullets are removed */
        }

            .LoginTab > li > a:focus, .LoginTab > li > a:hover {
                text-decoration: none;
                background-color: #f8f8f8;
                list-style-type: none; /* Ensures bullets are removed */
            }

        .LoginTab > li.disabled > a {
            color: #666666;
            list-style-type: none; /* Ensures bullets are removed */
        }

            .LoginTab > li.disabled > a:focus, .LoginTab > li.disabled > a:hover {
                color: #666666;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
                list-style-type: none; /* Ensures bullets are removed */
            }

    .LoginTab .open > a, .LoginTab .open > a:focus, .LoginTab .open > a:hover {
        background-color: #f8f8f8;
        border-color: #3676d0;
    }

    .LoginTab .LoginTab-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    .LoginTab > li > a > img {
        max-width: none;
        list-style-type: none; /* Ensures bullets are removed */
    }

.LoginTab-tabs {
    border-bottom: none;
    list-style: none; /* Removes bullets */
}

    .LoginTab-tabs > li {
        float: left;
        margin-bottom: -1px;
        list-style-type: none; /* Ensures bullets are removed */
    }

        .LoginTab-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color: #666666;
            list-style-type: none; /* Ensures bullets are removed */
        }

            .LoginTab-tabs > li > a:hover {
                border-color: #f8f8f8 #f8f8f8 #666666;
                list-style-type: none; /* Ensures bullets are removed */
            }

        .LoginTab-tabs > li.active > a, .LoginTab-tabs > li.active > a:focus, .LoginTab-tabs > li.active > a:hover {
            color: #fb6400;
            cursor: default;
            background-color: #fff;
            border: 1px solid #666666;
            border-bottom-color: transparent;
            list-style-type: none; /* Ensures bullets are removed */
        }

    .LoginTab-tabs.LoginTab-justified {
        width: 100%;
        border-bottom: 0;
        list-style: none; /* Removes bullets */
    }

        .LoginTab-tabs.LoginTab-justified > li {
            float: none;
            list-style-type: none; /* Ensures bullets are removed */
        }

            .LoginTab-tabs.LoginTab-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
                list-style-type: none; /* Ensures bullets are removed */
            }

        .LoginTab-tabs.LoginTab-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }
/*End of Login TAB Header*/


.normal {
    filter: invert(0);
}

.invert {
    filter: invert(1);
}

.hideRowID {
    display: none;
    border: 0px;
}

.disabled-button {
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}
