﻿* {
    font-family: 'Noto Sans', sans-serif, 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', 'Noto Sans Hebrew';
    margin: 0;
}

[class^="x-"]:not(.x-btn-glyph) {
    font-family: 'Noto Sans', sans-serif, 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans Thai', 'Noto Sans Hebrew' !important;
}

body {
    line-height: 1.35;
}

input {
    max-height: 1.8333333em;
}

html {
    height: 100%;
}

body {
    background-color: #68778D !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a:not(.x-btn) {
    text-decoration: underline;
}

a, a:link, a:focus, a:visited, a:hover, a:active {
    color: #141414;
}

.loginMainPanel {
   margin: 0 auto;
}

.loginMainPanelBody {
    background-color: transparent;
}

.logonPanel {
    border-radius: 5px;
    background-color: #e3e9ec;
    color: #141414;
    margin: 10px;
    overflow: hidden;
}

.lightPanel {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

    .lightPanel:first-child > div > div > div > div {
        text-align: right;
        height: 68px;
    }

    .lightPanel:nth-child(3) {
        margin-bottom: 0;
        padding: 10px;
        overflow: hidden;
        word-wrap: break-word;
    }

.infoPanel {
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
}

    .infoPanel > div > div > div > div {
        margin: 0 10px 10px 10px;
    }

.linkPanel {
    line-height: 20px;
}

    .linkPanel > div > div > div > span {
        height: 20px;
        padding: 0 0 2px;
    }

.etsk-error {
    color: #cc0000;
    font-weight: bolder;
    text-align: justify;
    word-wrap: initial;
}

.etsk-button {
    border-radius: 5px;
    border: 1px solid #e3e9ec;
    background-color: #7c909b;
    color: #fff;
    font-weight: bolder;
}

    .etsk-button.x-disabled {
        border-color: #637a85;
        background-color: #e3e9ec;
        color: #637a85;
        opacity: 0.3;
    }

.etsk-center {
    text-align: center;
}

.etsk-small {
    font-size: 9px !important;
    line-height: 14px;
}

    .etsk-small a {
        color: #040404;
    }

.etsk-white {
    color: #fff;
}

.etsk-input {
    border-collapse: separate;
    border: 2px solid #7c909b;
    border-radius: 0px;
    color: #333;
}

    .etsk-input > tbody > tr > td.x-form-item-body.x-form-trigger-wrap-focus > table > tbody > tr > td.x-form-trigger-input-cell > input {
        border-right: 0;
    }


.etsk-icon {
    width: 30px;
    height: 30px;
}

.etsk-icon-lock {
    background-image: url(pics/logon/icon_lock.png);
}

.etsk-icon-user {
    background-image: url(pics/logon/icon_user.png);
}

.etsk-icon-arrow {
    background-image: url(pics/logon/icon_arrow.png);
}

.x-boundlist {
    margin-top: -1px !important;
    border-collapse: separate;
    border: 2px solid #7c909b;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.x-boundlist-selected {
    background-color: #e3e9ec;
    font-weight: bold;
}

/* override ext styles */
.x-window-header-default .x-tool-img,
.x-window-header-default-top {
    background-color: #637a85 !important;
}

.x-btn-default-small {
    background-color: #637a85 !important;
    background-image: none !important;
    border-color: #e3e9ec;
}

.x-window-default,
.x-window-header-default {
    border-color: #637a85 !important;
}

.x-toolbar-footer {
    background-color: #7c909b !important;
}

.x-window-body-default {
    background-color: #e3e9ec;
    color: #637a85;
}

.x-textfield-icon-input, textarea.x-textfield-icon-input {
    padding-left: 34px;
}

.x-form-trigger {
    width: 30px;
    height: 30px;
    border: 0;
}

.x-form-trigger-over, .x-form-trigger-wrap-focus .x-form-trigger {
    border-color: #7c909b;
    border-left: none;
    background-position: 0 center !important;
}

.x-form-text, .x-boundlist-item {
    font-size: larger;
    line-height: 30px;
    min-height: 36px;
    border: 0;
    background-image: none;
    color: #333;
}

.x-boundlist-item-over {
    background-color: #f1f4f5;
}

/* styles for Accessibility */
:focus-visible, .x-keyboard-mode .x-tool-focus {
    outline: 5px auto rgba(47, 129, 247, 1);
    outline-offset: -2px;
}

input:focus-visible {
    outline-offset: 2px;
}

a:focus-visible, a:focus {
    outline-offset: 2px;
}

.linkPanelLinks {
    margin-top: 2px !important;
    margin-left: 3px !important;
}

button.otherLoginsButton {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    max-height: 35px;
}

.abcRioButton {
    position: static !important;
}

/*******************************
 * KP-16920 Color contrast 3:1 *
 *******************************/
@media (prefers-contrast: more) {
    .etsk-input {
        border-color: hwb(201 29% 59%);
    }

    .x-btn-default-small {
        border-color: hwb(200 9.02% 87.45%);
    }

    .lightPanel {
        border: 1px solid hwb(200 9.02% 87.45%);
    }

    .x-tool-tool-el {
        filter: brightness(0);
    }
}