/* Minification failed. Returning unminified contents.
(39,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-white'
(49,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(53,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(66,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-white'
(71,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(72,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(76,32): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(81,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(86,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(87,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(92,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(97,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(113,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(160,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(167,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(172,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(176,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(183,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(192,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-grey'
(196,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(200,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(204,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(208,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(212,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-grey'
(219,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(220,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(225,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(229,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(234,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(242,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-white'
(253,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(259,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(260,33): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(267,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(288,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(337,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(348,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(352,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(379,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
 */
@font-face {
    font-family: "DM Serif Display";
    src: url("../../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Serif Display";
    src: url("../../fonts/DMSerifDisplay-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

.pageHeader,
.panelHeaderText,
.page-header,
.promptHeader,
.modal-header,
.highlight,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
}

body,
html {
    font-family: "Segoe UI", "Segoe UI Variable", Arial, sans-serif;
}

:root {
    --sui-white: #ffffff;
    --sui-primary: #004f71;
    --sui-secondary: #64a70b;
    --sui-secondary-tint: #8fd6bd;
    --sui-tertiary: #8dc8e8;
    --sui-grey: #a2aaad;
}

#menubar {
    background: var(--sui-white);
    border-top-color: var(--sui-secondary) !important;
}

#menubar .k-link {
    color: var(--sui-primary) !important;
    padding: 26px 29px 20px 17px !important;
    font-size: medium;
}

#menubar .k-link .k-icon {
    position: absolute;
    top: 45%;
    margin: 0 0 0 0;
    right: 4px;
}

#menubar .k-popup[role="menu"] {
    background: var(--sui-white);
}

#menubar .k-button:hover,
#menubar .k-state-hover {
    background-color: var(--sui-secondary) !important;
    border-color: var(--sui-secondary) !important;
}

#menubar .k-button:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: 0 0 0 1px var(--sui-tertiary) inset !important;
}

#menubar .k-button:focus,
#menubar .k-button.k-state-focused {
    border-color: var(--sui-tertiary) !important;
}

#menubar .k-state-selected,
#menubar .k-state-active {
    background-color: var(--sui-tertiary) !important;
    border-color: var(--sui-tertiary) !important;
    color: #fff !important;
}

#menubar .k-dropdown-wrap.k-state-focused {
    background-color: var(--sui-tertiary) !important;
    background-image: none !important;
}

#menubar .k-textbox:hover {
    border-color: var(--sui-tertiary) !important;
}

#menubar .k-item,
#menubar .k-menu {
    border: none !important;
    width: auto !important;
    line-height: inherit !important;
}

#menubar .k-icon:not(.k-i-close) {
    background-position: 0 -32px !important;
}

#menubar .k-link:hover,
#menubar .k-state-active {
    background: var(--sui-secondary) !important;
    color: #fff !important;
}

#menubar .k-link:hover .k-icon,
#menubar .k-state-active .k-icon {
    background-position: -16px -32px !important;
}

#menubar .col-md-2 {
    width: auto !important;
    flex: 0 0 auto;
}

#menubar .k-menu .k-group {
    border: none;
    margin-left: 1px;
}

.topSplashLogo {
    width: 180px;
    height: 59px;

    background-image: url("../images/Avant Logo_horizontal_color.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;

    transform: translateZ(0);
    backface-visibility: hidden;
}

.splashLogo {
    width: 100%;
    height: 135px;
    background-image: url("../images/Avant_login.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    image-rendering: auto;
    transform: none;
    backface-visibility: visible;
}

#home .panelCol {
    background: var(--sui-secondary-tint);
}

button,
button > a,
input[type="button"],
input[type="submit"] {
    background: var(--sui-secondary);
    color: #fff;
}

#wfMenu li {
    background: var(--sui-secondary-tint);
}

#wfMenu li > a {
    color: var(--sui-primary);
    border: 3px solid #fff;
    border-left: none;
    border-right: 1px solid #fff;
}

#wfMenu li.Active {
    background-color: var(--sui-tertiary);
}

#wfMenu li.Active > a,
#wfMenu li.Incomplete > a {
    color: #fff;
}

#wfMenu li.Incomplete {
    background-color: var(--sui-grey);
}

#wfMenu li.Locked {
    background-color: var(--sui-secondary-tint);
}

#wfMenu li.Locked > a {
    color: var(--sui-primary);
}

#wfMenu li.selected > a {
    border-color: var(--sui-secondary-tint);
}

#wfMenu li.selected.Active > a {
    border-color: var(--sui-tertiary);
}

#wfMenu li.selected.Completed > a {
    border-color: var(--sui-grey);
}

.k-state-selected,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected {
    background-color: var(--sui-tertiary);
    border-color: var(--sui-tertiary);
    color: #fff;
}

.isApproved {
    color: var(--sui-primary);
}

.forgotPasswordLink, .termsOfUseLink {
    color: var(--sui-tertiary);
}

.register-container a,
.registerLink {
    color: var(--sui-secondary);
}

/* CSS changes only limited for the summary billing page */

.summary-billing-page .groupProductContainer,
.summary-billing-page .gppoHolder,
.summary-billing-page .invoiceTotalHolder {
    background: var(--sui-white);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.summary-billing-page .groupProductContainer:hover,
.summary-billing-page .gppoHolder:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border-color: var(--sui-secondary);
}

.summary-billing-page .invoiceTotalHolder {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--sui-primary);
    border-left: 6px solid var(--sui-secondary);
    padding: 16px 24px;
}

.summary-billing-page .groupProductRunningTotal,
.summary-billing-page .gppoRunningTotal {
    font-weight: 600;
    color: var(--sui-primary);
}

.summary-billing-page .k-button,
.summary-billing-page button,
.summary-billing-page input[type="button"],
.summary-billing-page input[type="submit"] {
    border-radius: 6px;
    padding: 8px 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.summary-billing-page .k-button:hover:not(.k-state-disabled) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.summary-billing-page #submit {
    background: var(--sui-secondary);
    font-size: 1.05rem;
    font-weight: 700;
    border: none;
    color: #ffffff;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.15s ease;
}

.summary-billing-page #submit:hover:not(:disabled) {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.summary-billing-page #submit:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.summary-billing-page #submit:disabled,
.summary-billing-page #submit.k-state-disabled {
    background-color: #c7c7c7;
    color: #6f6f6f;
    box-shadow: none;
    transform: none;

    cursor: not-allowed;
    opacity: 0.85;
}

.summary-billing-page #submit:disabled:hover,
.summary-billing-page #submit.k-state-disabled:hover {
    box-shadow: none;
    transform: none;
}

.summary-billing-page .k-grid {
    border-radius: 12px;
    overflow: hidden;
}

.summary-billing-page .k-grid-header {
    background: #f7f9fb;
}

.summary-billing-page .k-grid-header th {
    font-weight: 600;
    color: var(--sui-primary);
}

.summary-billing-page .k-grid td {
    padding: 10px 12px;
}

.summary-billing-page .expandCollapse {
    transition:
        transform 0.35s ease,
        color 0.2s ease;
    color: var(--sui-secondary);
}

.summary-billing-page .expandCollapse:hover {
    color: var(--sui-tertiary);
}

.summary-billing-page #readyToProcessHolder {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;

    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 4px 12px rgba(0, 0, 0, 0.06);

    transform: translateY(-1px);

    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease,
        border-color 0.25s ease;
}

.summary-billing-page #readyToProcessHolder:hover {
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.14),
        0 6px 14px rgba(0, 0, 0, 0.08);

    transform: translateY(-1px);
    border-color: var(--sui-secondary);
}

/* Summary Billing modal changes */

#SBApprovalConfirm {
    padding: 16px;
    text-align: center;
}

#SBApprovalConfirm h5 {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

