/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(17,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(34,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(39,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(40,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(44,32): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(49,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(54,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(55,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(60,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(65,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(81,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(128,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(135,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(140,22): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(144,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(151,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(160,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-grey'
(164,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(168,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(173,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary-tint'
(177,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(181,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-grey'
(188,28): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(189,24): run-time error CSS1039: Token not allowed after unary operator: '-sui-primary'
(194,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
(198,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-tertiary'
(203,17): run-time error CSS1039: Token not allowed after unary operator: '-sui-secondary'
 */
body,
html {
    font-family:
        "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root {
    --sui-primary: #ffffff;
    --sui-secondary-tint: #f8f8f8;
    --sui-secondary: #0099ff;
    --sui-tertiary: #ff3366;
    --sui-grey: #c4c4c4;
}

#menubar {
    background: var(--sui-primary);
    border-top-color: var(--sui-secondary) !important;
}

#menubar .k-link {
    padding: 26px 29px 20px 17px !important;
    font-size: medium;
    color: #000000;
}

#menubar .k-link .k-icon {
    position: absolute;
    top: 45%;
    margin: -3px 0 0 0;
    right: 4px;
}

#menubar .k-popup[role="menu"] {
    background: var(--sui-primary);
}

#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/Ftj_Menu_Icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 83px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;

    transform: translateZ(0);
    backface-visibility: hidden;
}

.splashLogo {
    width: 100%;
    height: 90px;
    background-image: url("../images/Ftj_Menu_Icon_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-secondary);
    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-secondary);
    opacity: 0.5;
}

#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-primary);
    color: #fff;
}

.isApproved {
    color: var(--sui-secondary);
}

.forgotPasswordLink, .termsOfUseLink {
    color: var(--sui-tertiary);
}

.register-container a,
.registerLink {
    color: var(--sui-secondary);
}

