
:root {
    --primary-bg: #FFFFFF;
    --secondary-bg: #ADADB0;
    --secondary1-bg: #494950;
    --secondary2-bg: #6A6B70;
    --secondary3-bg: #8B8C90;
    --secondary4-bg: #ADADB0;
    --secondary5-bg: #CECFD0;
    --secondary6-bg: #EFF0F0;
    --tertiary-bg: #282828;
    --menu-bg: #000000;
    --highlight: #c8102E;
    --text-light: #FFFFFF;
    --text-dark: #000000;
    --silver--: #888B8D;
    --Charcol-black: #1C1C1C;
    --lightRed: #ffbaba;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1600px;
}

#LoginContent {
    width: 640px;
    margin-top: 130PX !IMPORTANT;
    margin-top: 5% !important;
    margin-left: 82%; /* default fallback */
    background-color: var(--secondary6-bg);
    width: min(640px, 90vw);
    /*border-radius: 18px !important;*/
}
/* Large desktops (1920px–2559px) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    #LoginContent {
        margin-left: 1100px !important;
    }
}

/* Very large desktops (2560px–2879px) */
@media screen and (min-width: 2560px) and (max-width: 2879px) {
    #LoginContent {
        margin-left: 2385px !important;
        margin-top: 4% !important;
        transform: translate(-05%, -20%);
    }
}

/* Ultra-wide screens (2880px and above) */
@media screen and (min-width: 2880px) {
    #LoginContent {
        margin-left: 1700px !important;
    }
}

/* Medium desktops & laptops (1024px–1919px) */
@media screen and (min-width: 1024px) and (max-width: 1919px) {
    .container {
        max-width: 95%;
        padding: 0 12px;
    }

    #LoginContent {
        margin-top: 6% !important;
        margin-left: 1642px !important;
        transform: translate(-05%, 00%);
    }
}

/* Tablets (768px–1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    h1 {
        font-size: 1.5rem;
    }

    .section-heading {
        font-size: 1.125rem;
    }

    .description {
        font-size: 0.95rem;
    }

    #LoginContent {
        width: 95vw;
        margin-left: 0 !important;
    }
}

/* Mobile phones (below 768px) */
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 8px;
    }

    h1 {
        font-size: 1.25rem;
    }

    .section-heading {
        font-size: 1rem;
    }

    .description {
        font-size: 0.875rem;
    }

    #LoginContent {
        width: 60vw;
        margin-left: 0 !important;
    }
}
/* Clean styling for normal textbox and combobox */
.form-input,
.combo-box .ajax__combobox_textboxcontainer input {
    height: 32px;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    line-height: normal;
}

/* Style the ComboBox dropdown button */
.combo-box .ajax__combobox_buttoncontainer button {
    height: 32px;
    width: 32px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #f9f9f9;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

/* ComboBox container */
.combo-box {
    display: inline-flex !important;
    align-items: stretch;
    width: 100%;
}

    /* Fix button and input alignment */
    .combo-box .ajax__combobox_textboxcontainer,
    .combo-box .ajax__combobox_buttoncontainer {
        display: inline-block;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

/* Larger input inside ComboBox */
.large-combo .ajax__combobox_textboxcontainer input {
    height: 40px;
    font-size: 16px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Larger dropdown button */
.large-combo .ajax__combobox_buttoncontainer button {
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #f9f9f9;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    cursor: pointer;
}

/* Container alignment */
.large-combo {
    display: flex !important;
    width: 100%;
}

.LoginPage {
    background-image: url(Images/loginCover.gif); 
    background-size: 100% 100%; /* Ensures it stretches fully */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--primary-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*--- General ---*/ /*#F20B1F highliht*/
a:link {
    color: var(--highlight);
    text-decoration: none;
}

a:visited {
    color: var(--text-dark);
    text-decoration: none;
}

a:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

th a:link {
    color: var(--text-dark);
    text-decoration: none;
}

th a:hover {
    color: var(--highlight);
    text-decoration: underline;
}
/* user hovers */
.white-link a {
    color: var(--highlight);
    font-size: 16px;
    float: right;
    margin-top: 5px;
}

.white-link1 a {
    color: var(--text-dark);
    font-size: 16px;
    float: right;
}

.white-link2 a {
    color: var(--text-dark);
    font-size: 16px;
    float: right;
}

.white-link3 a {
    color: var(--text-light);
    font-size: 18px;
    float: left;
}

a.static {
    float: left;
}

@media print, embossed {
    .hiddenPrint {
        display: none;
        visibility: hidden;
    }

    .hiddenScreen {
    }
}

@media screen, braille {
    .hiddenPrint {
    }

    .hiddenScreen {
        display: none !important;
        visibility: hidden;
    }
}

/* ### MasterPage ### */
body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12pt;
    background-color: #FFFFFF;
    height: fit-content
}

Homebody {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12pt;
    background-color: #FFFFFF;
}

form {
    padding: 0px;
    margin: 0px;
}

#ownerInfo img {
    border: 0;
}

/* === PageHeader === */
.PageHeader {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

/* === PrintHeader === */
.PrintHeader {
    display: none;
}

/* --- MastHeadBar --- */
.MastHeadBar {
    height: 60px;
    /*background: url(Images/Global_Mast_Head_Background.gif) repeat-x 0px 0px;*/
    background-color: var(--text-light);
    border-top: 1px solid gray;
}


/* --- MastHeadBar --- */
.MastHeadBarforPanel {
    height: 20px;
    /*background: url(Images/Global_Mast_Head_Background.gif) repeat-x 0px 0px;*/
    background-color: black;
    border-top: 1px solid gray;
}

.TitleLogo {
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 4px;
    margin-left: 6px;
    float: left;
    height: 55px;
}

.ApplicationTitle {
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: normal;
    background-color: transparent;
    text-align: center;
    font-variant: normal;
    white-space: nowrap;
    font-size: 16px;
    float: left;
}

.ApplicationTitlePartOne {
    padding-top: 14px;
    padding-left: 6px;
    color: #E84E0F;
    float: left;
    font-size: 16px;
}

.ApplicationTitlePartTwo {
    color: #032A8E;
    padding-top: 5px;
    padding-right: 24px;
    float: left;
}

.LoginNameAndOrganization {
    display: inline;
    margin-top: 4px;
    line-height: 12pt;
    padding: 5px;
    float: left;
    color: var(--text-dark);
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
}

.LoginName {
}

.Organization {
    margin-top: -1px;
    padding-top: -1px;
}

.SecondaryNavBar {
    float: right;
    padding-right: 16px;
    padding-top: 15px;
    white-space: nowrap;
}

/* --- SubNavBar --- */
.SubNavBar {
    height: 19px;
    background-color: black;
    border-top: gray 1px solid;
    padding-left: 3px; /* plus 4px padding */
    padding-right: 8px; /* plus 6px padding */
}

/* --- BreadCrumbBar --- */
.BreadCrumbBar {
    color: white;
    height: 20px;
    background-color: var(--highlight);
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;
    padding-left: 6px;
    padding-right: 16px;
    vertical-align: middle;
}

/* --- BreadCrumbBar --- */
.BreadCrumbBarHeader {
    color: white;
    height: 27px;
    font-weight: bold;
    background-color: black;
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;
    padding-left: 6px;
    padding-right: 16px;
    vertical-align: middle;
    padding-top: 7px;
}

.BreadCrumbBar A {
    color: White;
    text-decoration: none;
}

    .BreadCrumbBar A:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.BreadCrumbBarHeader A:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* --- PageTitleAndToolkitBar --- */
.PageTitleAndToolkitBar {
    height: 30px;
    border-bottom: var(--silver--) 1px dotted;
    padding-left: 6px;
    padding-right: 16px;
    padding-bottom: 0px;
    background-color: #F5F5F5;
}

.PageTitle {
    float: left;
    padding-right: 6px;
    padding-left: 0px;
    padding-bottom: 4px;
    padding-top: 5px;
}

.PageTitleText {
    font-size: 13pt;
    font-weight: bold;
    color: var(--text-dark);
}

.PageToolkit {
    float: right;
    padding-right: 0px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10pt;
    font-family: Arial;
    height: 16px;
    white-space: inherit;
    color: #FFFFFF;
}

.PagePrintToolkit {
    float: right;
    padding-right: 0px;
    padding-left: 14px;
    padding-bottom: 4px;
    padding-top: 5px;
    font-size: 10pt;
    font-family: Arial;
    height: 16px;
    white-space: inherit;
    color: white;
}

.PageTool {
    float: left;
    white-space: nowrap;
}

.ToolkitSeparator {
    margin: 0px 6px;
    white-space: nowrap;
    padding-top: 4px;
}

/* --- PageDescription --- */
.PageDescription {
    display: block;
    clear: both;
    padding-right: 11px;
    padding-left: 6px;
    font-size: 11pt;
    color: #828789;
    padding-top: 5px;
    padding-bottom: 0px;
    font-family: Arial;
}

    .PageDescription em {
        font-weight: bold;
    }

.ContentAreaHolder {
}

/* === ContentArea === */
.ContentArea {
    margin-left: 1px;
    margin-right: 5px;
    min-width: 550px;
}


/* --- Content --- */
.ContentColumnLarge {
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.ContentColumnSmall {
    display: block;
    width: 49.9%;
    float: left;
}

.ContentColumnLarger {
    display: block;
    width: 79.9%;
    float: left;
}

.ContentColumnSmaller {
    display: block;
    width: 19.9%;
    float: left;
}

.ContentBox {
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.ContentHeader {
    display: block;
    margin: 10px 6px 0px;
    height: 22px;
    border-bottom: #E5EAE7 2px solid;
    background-color: var(--secondary1-bg);
    padding: 6px 10px;
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    border: 1px solid lightgray;
    /*border-radius: 10px !important;*/
}



    .ContentHeader a {
        font-size: 12pt;
        text-transform: none;
        font-weight: normal;
        color: var(--text-light);
    }

    .ContentHeader .Left {
        margin-top: 2px;
        float: left;
    }

    .ContentHeader .Right {
        float: right;
        text-align: right;
        vertical-align: middle;
        font-size: 12pt;
        font-weight: normal;
        text-transform: none;
        color: #000000;
        margin-top: 3px;
    }

.CollapsibleHeader {
    cursor: pointer;
}

.Content {
    display: block;
    background-color: var(--text-light) !important;
    padding: 10px;
    margin: 0px 5px;
    border-radius: 8px !important;
}

.ContentFooter {
    display: block;
    padding: 4px 10px;
    margin: 0px 5px;
    text-align: right;
    background-color: #F0F0F0;
    /*border-top: 1px solid #8b8c903d;*/
    border-bottom: 1px solid var(--silver--);
    line-height: 24px;
    margin-bottom: 7px;
}

.ContentBorderBottom {
    /*border-bottom: 3px solid var(--silver--);*/
    padding-top: 13px;
    padding-bottom: -1px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.10);
}

.ContentAndFooter {
    display: block;
    margin: 1px;
}

.CollapsibleContentAndFooter {
}

/* --- Divider Bar --- */
.DividerBar {
    padding: 5px 5px;
    background-color: #FFFFFF;
    border-top: 1px solid #8b8c903d;
    border-bottom: 1px solid #8b8c903d;
    width: 591px;
}
/* --- FilterBar ---*/
.FilterBar {
    padding-top: 2px;
    font-size: 12pt;
    width: 100%;
}

.FilterBox {
    margin: 16px;
}

.FilterBoxButton {
    text-align: right;
}

.FilterBar th, .FilterBar label {
    font-weight: bold;
    color: black;
    text-align: left;
}

/* === PageFooter === */
.PageFooterArea {
    clear: both;
    height: 34px;
    width: auto;
}

.PageFooter {
    background-color: #FFFFFF;
    /*	position: fixed;
	bottom: 0px; */
    left: 0px;
    right: 0px;
    padding-right: 8px;
}

.PrintFooterArea {
    display: none;
}

/* --- FooterBar --- */
.FooterBar {
    padding-top: 5px;
    padding-right: 0px;
    background-color: var(--highlight);
}

.Copyright {
    vertical-align: bottom;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    font-family: Arial;
    font-size: 11pt;
    border-top: solid 1px #cdd6ef;
    background-color: #000000;
    color: #FFFFFF;
}

.Content dl {
    margin: 0px;
    padding: 0px;
}

    .Content dl dt {
        font-size: 13pt;
        font-weight: bold;
        color: #000000;
        margin-bottom: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .Content dl dd {
        font-size: 12pt;
        font-weight: normal;
        margin-left: 37px;
        margin-bottom: 4px;
        padding-top: 0px;
        padding-bottom: 4px;
        border-bottom: solid 1px #8b8c903d;
        color: #000000;
    }

a:link.HoverTextColor {
    color: #FEA500;
}

table.ContentForms {
}

    table.ContentForms th, table.ContentForms td {
        vertical-align: top;
    }

.ContentForm {
}

    .ContentForm th {
        font-size: 12pt;
        font-weight: bold;
        color: #000000;
        width: 180px;
        text-align: right;
        vertical-align: top;
        padding: 3px 15px 5px 0px;
    }

    .ContentForm td {
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        padding: 3px 15px 5px 0px;
    }

    .ContentForm label {
    }

    .ContentForm th.hor {
    }

    .ContentForm td.hor {
    }

    .ContentForm th.ver {
        width: auto;
        text-align: left;
    }

    .ContentForm td.ver {
    }

.tbEditable {
}

.tbReadOnly {
    background-color: #D3D3D3;
    border-style: inset;
}

.RequiredFieldIndicator {
    color: Red;
    padding-left: 3pt;
    padding-right: 3pt;
}

hr {
    border-style: dotted none none none;
    border-width: 1px;
    border-color: #606465;
    height: 1px;
}

/* === Table View === */
.col-left {
    text-align: left;
    color: #000000;
}

.col-center {
    text-align: center;
    color: #000000;
}

.col-right {
    text-align: right;
    color: #000000;
}

.col-justify {
    text-align: justify;
    color: #000000;
}

/* above the table view*/
.tableViewTop {
    margin-bottom: 5px;
    text-align: right;
}


div.tableview {
    width: 100%;
}

table.tableView {
    border-collapse: separate !important;
    border: 0px hidden;
    border-bottom: 1px #8b8c903d solid;
    font-size: 12pt;
    empty-cells: show;
    width: 100%;
}

    table.tableView thead {
        text-decoration: none;
        /*	white-space: nowrap;*/
    }

        table.tableView thead th {
            border-top: #8b8c903d 1px solid;
            border: #8b8c903d 1px solid;
            border-right: #8b8c903d 1px solid;
            border-left: #8b8c903d 1px solid;
            font-weight: bold;
            background-color: var(--secondary5-bg);
            margin: 0px;
            padding: 7px;
            color: var(--text-dark) !important;
        }

    table.tableView tr.sum td, table.tableView tr.foot td {
        background-color: white;
        border-bottom: #8b8c903d 1px solid;
        border-top: #8b8c903d 1px solid;
        border-left: 0px none;
        border-right: 0px none;
        margin: 0px;
        padding: 7px;
    }

    table.tableView tr.search td {
        background-color: white;
        border-bottom: #8b8c903d 1px solid;
        border-top: 0px none;
        border-left: 0px none;
        border-right: 0px none;
        margin: 0px;
        padding: 7px;
        text-align: center;
    }

    table.tableView tr.search .tbEditableTV, table.tableView tr.search .ddEditableTV {
        width: 99.9%;
    }

    table.tableView tr.sum td {
        border-bottom-width: 0px;
    }

div.tableView th.chkPad, div.tableView td.chkPad {
    padding: 5px;
}

    div.tableView th.chkPad table tbody tr td {
        margin: 0px;
        padding: 0px;
        border: 0px;
        background-color: #E9EAD9;
    }

table.tableView tbody td {
    border-right: #8b8c903d 1px solid;
    border-left: #8b8c903d 1px solid;
    padding: 7px;
    margin: 0px;
    background-color: #FFFFFF;
}

table.tableView tbody tr.low td {
    background-color: #FFFFFF;
}

table.tableView tbody tr.high td {
    background-color: var(--secondary6-bg);
}

table.tableView tbody tr.marked1 td {
    background-color: #FFEDCC;
}

table.tableView tbody tr.marked2 td {
    color: var(--highlight--);
}

table.tableView tbody tr td.DoHover {
    background-color: var(--secondary5-bg) !important;
    cursor: pointer;
}

div.tableView table.foot {
    font-size: 11pt;
    color: var(--text-dark);
    background-color: var(--secondary5-bg);
    border-bottom: #8b8c903d 1px solid;
    border-left: 0px none;
    border-right: 0px none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    height: 30px;
}

div.tableViewScroll /*div used for tableview scrolling in ie*/ {
    width: 100%;
    overflow: auto;
    height: auto;
    /*	overflow-x: hidden;
	overflow-y: auto;
*/
}

    div.tableViewScroll:not(x) /*div used for tableview scrolling ie, disable in ffox*/ {
        height: auto;
        /*	height: auto !important;*/
    }

    div.tableViewScroll table.tableView {
        width: expression(offsetParent.offsetWidth - 17);
    }

        div.tableViewScroll table.tableView:not(x) /*disable expression in firefox*/ {
            height: auto;
            width: 100%;
        }

thead.scrollTable {
    /*background-color: #828789;*/
    /*	margin-bottom: 1px;
	position: static;
	top: -50px;
*/
}

    thead.scrollTable tr {
        /*	position: static;
	top: -50px;
	left: 0px;
	height: auto;
	padding: 0px;*/
    }

tbody.scrollTable {
    /*	overflow-x:hidden;
	overflow-y:auto;
*/
}

table.tableView tbody.scrollTable {
    _height: auto !important;
}

tbody.scrollTable tr, tbody.scrollTable td {
    height: 20px !important;
}

a.lbPagination, a.lbPagination:link, a.lbPagination:visited, a.lbPagination:hover {
    font-family: Courier, Arial;
    font-size: 8pt;
    text-decoration: none;
    cursor: default;
}

    a.lbPagination:hover {
        cursor: pointer;
    }

a[disabled].lbPagination, a[disabled].lbPagination:hover {
    color: #999999;
    cursor: default;
}

.PgArr {
    padding: 0px 5px 0px 5px;
}

.PgSep {
    padding: 0px 5px 0px 5px;
}

.SrtArr {
    border: 0;
}

.tbEditableTV {
    width: 97%
}

/* === Controls === */
.PrimaryButton, .PrintButton, .CancelButton {
    background-color: var(--Charcol-black);
    border-style: None;
    height: 27px;
    font-weight: bold;
    vertical-align: middle;
    font-family: Arial;
    font-size: 12pt;
    text-align: center;
    color: var(--text-light);
    cursor: pointer;
    padding: 0px 12px;
    width: 0px;
    overflow: visible;
    border-radius: 6px;
}

    .PrimaryButton:hover,
    .PrintButton:hover,
    .CancelButton:hover {
        background-color: var(--highlight);
    }

    .PrimaryButton[class], .PrintButton[class], .CancelButton[class] {
        width: auto;
        border-radius: 6px;
    }

.CancelButton {
    background-color: var(--Charcol-black);
    color: #FFFFFF;
}

input.aspNetDisabled.PrimaryButton, input.aspNetDisabled.PrintButton, input.aspNetDisabled.CancelButton,
input[disabled].PrimaryButton, input[disabled].PrintButton, input[disabled].CancelButton {
    background-color: #999999;
    color: var(--text-light);
    cursor: default;
}

.DoHover {
    background-color: var(--highlight);
}

.DoFocus {
    background-color: var(--highlight);
    border-style: solid;
    border-color: Gray;
}

.DoError {
    background-color: #FED27F;
}

.ValidationError {
    background-color: #FED27F;
}

    .ValidationError.tbReadOnly {
        background-color: #D3D3D3;
    }

.Watermark {
    color: #999999;
    font-style: italic;
}

.ListSearch {
    color: #999999;
    font-style: italic;
    height: 13pt;
    width: 100%;
}

.ContentFooter .PrimaryButton, .ContentFooter .CancelButton {
    margin-right: 2px;
    margin-left: 8px
}

table.tableView .PrimaryButton, table.tableView .PrintButton, table.tableView .CancelButton {
    width: 100%;
}

    table.tableView .PrimaryButton:not(x), table.tableView .PrintButton:not(x), table.tableView .CancelButton:not(x) {
        width: auto;
        border-radius: 6px;
    }

input {
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    /*height: 26px;*/
    font-size: 12pt;
}

select {
    height: 26px;
    width: 80px;
    font-size: 12pt;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
}

textarea {
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
}

input[type="image"] {
    border: none;
    border-style: none;
    height: 10px;
    padding-right: 8px;
}

input[type="text"] {
    height: 26px !important;
}

input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
}

input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    top: 0;
    left: 0;
    position: relative;
    background-color: var(--highlight);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
}

input[type='checkbox']:after {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
}

input[type='checkbox']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
    content: '';
    background-image: url(Images/Red.png);
    background-size: 10px;
}

input[type="password"] {
    font-family: Arial;
    height: 26px !important;
}

.IntroImage {
    float: left;
    padding: 3px 6px;
    margin: -6px 0px;
    height: 30px;
}

.BrandName {
    font-weight: bold;
}

.DividerLabel, .SubHead {
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

/* === Message boxes === */

.ModalPopup {
    position: absolute !important;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 578px;
}

    .ModalPopup:not(x) {
        background-color: #E5EAF7;
    }

    .ModalPopup .MastHeadBar {
        border: 0px;
    }

    .ModalPopup .ContentAreaHolder {
    }

    .ModalPopup .ContentArea {
        margin-left: 1px;
        margin-right: 1px;
    }

    .ModalPopup .PageFooter {
        display: inline;
        float: left;
        height: 23px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 21px;
        background-color: #E5EAF7;
    }

    .ModalPopup label {
        font-size: 10pt;
        font-weight: normal;
        color: #606465;
        width: auto;
        text-align: left;
        vertical-align: inherit;
        padding: 3px 10px 5px 10px;
    }

    .ModalPopup .ContentTitle {
        font-size: 10pt;
        font-weight: bold;
        color: #606465;
        padding: 5px 10px 5px 0px;
        margin-bottom: 10px;
    }

.ModalBackground {
    position: absolute !important;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.MessageBox {
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #E5EAF7;
    width: 578px;
}

    .MessageBox .Content {
        height: 150px;
        overflow: auto;
    }

.SupersessionBox {
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #E5EAF7;
    width: 578px;
}

    .SupersessionBox .Content {
        height: 210px;
        overflow: auto;
        color: Black;
    }

    .SupersessionBox .Error {
        color: #FF0000;
        display: inline-block;
        border-top: #e5eae7 2px solid;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: -1px;
        margin: 2px 5px 0px 5px;
    }

ul.ssParts, ul.ssParts ul {
    font-family: Arial;
    font-size: 10pt;
    padding: 0px;
    margin-top: 2px;
    margin-left: 22px;
    text-indent: 0px;
    list-style: none;
    white-space: nowrap;
}

    ul.ssParts li {
        margin: 1px;
    }

.MessageBox:not(x), .SupersessionBox:not(x) {
    visibility: visible;
}

/* === Message display === */

.MessageDisplay {
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    color: #FF0000;
    padding: 0px 16px 10px 6px;
}

    .MessageDisplay ul {
        margin: 0px;
        padding-left: 15px;
        list-style-type: disc
    }

#LoginContent {
    width: 640px;
    margin-top: 130PX !IMPORTANT;
    margin-left: 1035px !important;
    background-color: var(--text-light);
    margin-top: 5%;
    margin-left: 82%;
}

    #LoginContent .ContentForm td {
        font-weight: normal;
        text-align: right;
        vertical-align: top;
        padding: 0px 0px 10px 0px;
    }

        #LoginContent .ContentForm td div.DividerBar {
            text-align: center;
        }

        #LoginContent .ContentForm td.LoginLabel {
            text-align: right;
            font-weight: bold;
            color: var(--text-dark);
            width: 200px;
            padding: 0px 10px 0px 0px;
        }

            #LoginContent .ContentForm td.LoginLabel label {
            }

            #LoginContent .ContentForm td.LoginLabel span {
            }

.LoginValidator {
    display: none;
}

#LoginContent .ContentForm td.LoginFailure {
    color: Red;
    text-align: center;
}

/* === Wizard PCB theme default layout === */

.wizardStep .ajax__tab_header {
    width: 100%;
    padding: 12px 5px 0px 5px;
    display: inline-block;
    clear: both;
    height: 20px;
    color: white;
}

.wizardStep .ajax__tab_outer {
    display: inline-block;
    float: left;
    padding: 0px 5px;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #606465;
}

.wizardStep .Separator {
    display: inline-block;
    float: left;
    padding: 0px 5px;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #606465;
}

.wizardStep .ajax__tab_inner {
    display: inline-block;
}

.wizardStep .ajax__tab_hover {
    color: var(--lightRed);
}

.wizardStep .ajax__tab_active .ajax__tab_tab {
    color: #FEA500;
}

.wizardStep .ajax__tab_active .wiz_not_clickable {
    color: var(--highlight);
}

.wizardStep .ContentHeader {
}

.wizardStep .ajax__tab_body .Content {
}

.wizardStep .wiz_not_clickable {
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
}

/* === Tabbing PCB theme default layout === */

.tabPanel {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 5px;
    margin: 2px 0px 0px 0px;
}

    .tabPanel .ajax__tab_header {
        white-space: nowrap;
    }

    .tabPanel .ajax__tab_outer {
        display: inline-block;
        padding-right: 2px;
    }

    .tabPanel .ajax__tab_inner {
        display: inline-block;
    }

    .tabPanel .ajax__tab_tab {
        display: block;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        background-color: var(--highlight);
        color: #FFFFFF;
        height: 26px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 6px;
        border-bottom: 0;
        font-weight: bold;
    }

    .tabPanel .ajax__tab_hover .ajax__tab_tab {
        color: #ffffff;
    }

    .tabPanel .ajax__tab_active .ajax__tab_header {
        background-color: #FFFFFF;
    }

    .tabPanel .ajax__tab_active .ajax__tab_tab {
        background-color: var(--lightRed);
        color: var(--highlight);
    }

    .tabPanel .ajax__tab_body {
        min-height: 380px;
        padding: 10px;
        background-color: white;
    }

    *html .tabPanel .ajax__tab_body {
        height: 380px;
    }

    .tabPanel.Standalone .ajax__tab_body {
        border-bottom: 3px solid #ADBDE5;
        margin-bottom: 10px;
    }

    .tabPanel .ajax__tab_disabled {
        Display: none;
    }

/* === Scrolling === */

.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll
}

.ajax__scroll_auto {
    overflow: auto
}

/* === Menu === */

.MenuLevel1 {
    font-size: 12pt;
    cursor: default;
}

.MenuClickFix a {
    font-size: 11pt !important;
    display: block;
    width: 100%;
}

/* IE 8 menu fix */
.AdjustedZIndex {
    z-index: 1;
}

/* === BulletedListControl style === */

ul.InternalLinkList {
    padding: 0px;
    margin: 10px 15px;
    list-style-image: url(Images/Internal_Link_Blue_Icon.gif);
    );
}

    ul.InternalLinkList li {
        margin: 2px 0px;
        margin-bottom: 0px;
    }

/* === WizardControl style === */

.Wizard {
    width: 100%;
    padding: 12px 5px 0px 5px;
    display: inline-block;
    clear: both;
    height: 20px;
}

    .Wizard div {
        float: left;
        padding: 0px 5px;
        font-size: 10pt;
        font-family: Arial;
        font-weight: bold;
        color: #606465;
    }

        .Wizard div.OptionalStep {
            color: #999999;
        }

        .Wizard div.ActiveStep {
            color: #FEA500;
        }

/* Dynamic populate control style */
.DynamicPopulate_Updating {
    /* background-image:url(Images/Loading.gif); */
    background-repeat: no-repeat;
}

p {
    margin: 10px 0px;
}
