
@charset "utf-8";
a,
a:hover {color: unset;}

ul {list-style: none; padding: 0; margin: 0;}

input.error,
input.error:focus {
    border-color: var(--red) !important;
}

label.error {
    color: var(--red);
    font-weight: 700;
    display: block;
    position: absolute;
    right: 3em;
    top: 10px;
    z-index: 9999;
}

.clear {
    clear: both;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.hide {
    display: none !important
}

/* Global Loading Layer */
#nx-global-loading {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: none;
}

#nx-global-loading.is-active {
    display: block;
}

#nx-global-loading .nx-loading-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1000px 500px at 12% -10%, rgba(40, 77, 134, 0.40) 0%, rgba(0, 0, 0, 0) 60%),
        radial-gradient(850px 480px at 100% 10%, rgba(18, 109, 131, 0.35) 0%, rgba(0, 0, 0, 0) 60%),
        rgba(8, 14, 29, 0.64);
    backdrop-filter: blur(6px);
    animation: nxFadeIn .24s ease-out;
}

#nx-global-loading .nx-loading-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(440px, calc(100% - 36px));
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 20px;
    padding: 28px 26px 24px;
    background: rgba(15, 24, 44, 0.82);
    box-shadow: 0 24px 70px rgba(3, 8, 20, 0.45);
    animation: nxPanelIn .26s cubic-bezier(.2, .8, .2, 1);
    text-align: center;
}

#nx-global-loading .nx-loading-title {
    color: #f7fbff;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

#nx-global-loading .nx-loading-desc {
    margin-top: 8px;
    color: #b7c2d6;
    font-size: 0.95rem;
}

#nx-global-loading .nx-loading-orbit {
    width: 66px;
    height: 66px;
    margin: 0 auto 14px;
    position: relative;
}

#nx-global-loading .nx-loading-orbit span {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7de8ff, #9cffd0);
    box-shadow: 0 0 0 2px rgba(100, 227, 255, 0.2);
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    animation: nxOrbit 1s linear infinite;
}

#nx-global-loading .nx-loading-orbit span:nth-child(2) { animation-delay: -0.33s; }
#nx-global-loading .nx-loading-orbit span:nth-child(3) { animation-delay: -0.66s; }

#nx-global-loading .nx-loading-progress {
    margin-top: 16px;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

#nx-global-loading .nx-loading-progress > span {
    display: block;
    height: 100%;
    width: 40%;
    border-radius: 999px;
    background: linear-gradient(90deg, #7de8ff, #9cffd0);
    animation: nxProgress 1.25s ease-in-out infinite;
}

/* 상단바로가기 */
.top {
    position: fixed;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgb(255,255,255, 0.5);
    right: 10px;
    bottom: 45px;
    border: 1px #ccc solid;
    color: #666;
    line-height: 45px;
    display: none;
}
.top:hover {
    color: #000;
}

/* 00 개씩 보기 */
.view-count-select {
    position: absolute;
    width: 150px;
    right: 20px;
    top: 20px
}


/* 모달 bootbox */
.modal-dialog .modal-content .modal-header {
    padding: 0;
    margin: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px var(--gray-dark) solid;
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 2em;
    font-weight: 900;
}

.modal-dialog .modal-content .modal-body {
    font-size: 1.2em;
}

.modal-dialog .modal-content .modal-footer {
    justify-content: center;
}

/* TABLE ROW */
.table-col,
.table-row {
    width: 100%;
    border-top: 1px solid #222;
}
.table-row th {
    background-color: var(--dark);
    color: var(--white);
    padding: .5em;
    border-right: 1px solid #ccc;
    text-align: center;
    height: 30px;
}

.table-row td {
    padding: .5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    
}

.table-row th:last-child,
.table-row td:last-child {
    border-right: 0;
}

.table-row tfoot td {
    padding-top: 1em;
    border-bottom: 0;
}

.table-over {width: 100%; overflow: auto;}
.table-over table {white-space: nowrap;}

.table-col {
    table-layout: fixed;
}

.table-col th {
    background-color: #eaeaea;
    text-align: left;
    padding: .5em 1em;
    border-right: 1px solid var();
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

.table-col td {
    padding: .5em;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    height: 43px;
}

/* radio, checkbox */
input[type="checkbox"] {
    position: absolute;
    left: -5000%
}

input[type="checkbox"]+label {
    font-weight: normal;
    margin-right: 1.5em;
    margin-bottom: 0;
}

input[type="checkbox"]+label:last-child {
    margin-right: 0;
}

input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px #a6a6a6 solid;
    position: relative;
    top: 3px;
    margin-right: .5em;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #FFF;
}

input[type="checkbox"]+label.no-margin:before {
    margin-right: 0;
}


input[type="checkbox"]+label.mg-0:before {
    margin: 0;
}

input[type="checkbox"]:checked+label:before {
    background: url("/image/checkbox-checked.jpg") no-repeat;
}

input[type="radio"] {
    position: absolute;
    left: -5000%
}

input[type="radio"]+label {
    font-weight: normal;
    margin-right: 1.5em;
    margin-bottom: 0;
}

input[type="radio"]+label:last-child {
    margin-right: 0;
}

input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px #a6a6a6 solid;
    position: relative;
    margin-right: .5em;
    top: 3px;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #FFF;
}

input[type="radio"]+label.no-margin:before {
    margin-right: 0;
}

input[type="radio"]:checked+label:before {
    background: url("/image/radio-checked.jpg") no-repeat;
}

input[type=checkbox][disabled]+label:before,
input[type=radio][disabled]+label:before {
    background: #eaeaea;
    border-color: #726969;
    color: #666;
    font-size: 1em;
    cursor: not-allowed;
}


.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn-edit,
.btn-edit:focus{
    font-size: .9em;
    padding: .3em .5em;
    background: #fff;
    color: #222;
    border: 1px #ccc solid
}

.btn-edit:hover{
    background: #fff;
    color: #1a1a1a;
    border: 1px #1a1a1a solid
}
.button-label {
    display: inline-block;
}
.button-label input[type="radio"],
.button-label input[type="checkbox"] {
    display: none;
}
.button-label input[type="radio"] + span,
.button-label input[type="checkbox"] + span {
    display: inline-block;
    padding: 20px 15px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.button-label input[type="radio"]:checked + span,
.button-label input[type="checkbox"]:checked + span {
    background-color: var(--dark);
    color: #ffffff;
}

.button-label input[type="radio"]:disabled + span,
.button-label input[type="checkbox"]:disabled + span {
    background-color: #eee;
    color: #aaa;
}

.button-label-ul {
    display: flex;
    gap: 1em;
    flex-wrap:wrap;
}

.page-item.active .page-link {
    background-color: var(--teal);
    border-color: var(--teal);
}

.media-list li {
    border-bottom: 1px #ccc dotted;
    padding: 10px 0;
}

.media-list li a {
    display: flex;
    gap: 10px;
}

.media-list > li > a > .title {flex: 1; max-width: 228px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.media-list > li > a > .date {flex: none; width: 70px; text-align: center;}
.search-start-date::after {
    content: '~';
    position: absolute;
    right: -5px;
    top: 5px;
}

.favorite-ul {display: flex; flex-wrap: wrap; gap: 20px;}
.favorite-ul > li {font-weight: 700;}
.favorite-ul > li > ul {margin-left: 10px;}
.favorite-ul > li > ul > li {margin-top: 10px;}
.favorite-ul > li > ul > li > ul {margin-left: 20px;}

.inspection-ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.inspection-ul > li > a {
    display: block;
    width: 91px;
    height: 91px;
    text-align: center;
}
.inspection-ul > li > a > p {
    margin: 25px 0 0 0;
}
.inspection-ul > li > a.active {
    background-color: var(--teal);
    font-weight: 700;
    color: #FFF;
    border: 1px var(--teal) solid;
}
.inspection-ul > li > a.non-active {
    background-color: #ccc;
    font-weight: 700;
    color: #eee;
    border: 1px #ccc solid;
    pointer-events: none;
}
.inspection-ul > li > a.stop {
    background-color: var(--orange);
    font-weight: 700;
    color: #FFF;
    border: 1px var(--orange) solid;
}

.cke_maximized {padding-top: 103px !important;}

.js-sign {height: 36px;}

button[disabled] {
    cursor: not-allowed !important;
}

/* Bootbox Modal Modern */
.bootbox.modal .modal-dialog {
    transform: translateY(18px) scale(0.97);
    opacity: 0;
    transition: transform .24s cubic-bezier(.2,.8,.2,1), opacity .24s ease;
}

.bootbox.modal.show .modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.bootbox.modal .modal-content {
    border: 1px solid rgba(19, 37, 66, 0.14);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(7, 16, 35, 0.28);
}

.bootbox.modal .modal-header {
    margin: 0;
    padding: 1.2rem 1.4rem 1rem;
    border-bottom: 1px solid rgba(26, 53, 90, 0.12);
    background: linear-gradient(120deg, #f7fbff 0%, #eef5ff 100%);
}

.bootbox.modal .modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0c203f;
}

.bootbox.modal .modal-body {
    font-size: 1.03rem;
    color: #2c3850;
    line-height: 1.7;
    padding: 1.2rem 1.4rem;
}

.bootbox.modal .modal-footer {
    justify-content: flex-end;
    border-top: 1px solid rgba(26, 53, 90, 0.10);
    background: #f8fbff;
    padding: 0.9rem 1.25rem 1.15rem;
    gap: 8px;
}

.bootbox.modal .modal-footer .btn {
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-width: 90px;
}

.modal-backdrop.show { opacity: 0.5; }

@keyframes nxFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes nxPanelIn {
    from { transform: translate(-50%, -45%) scale(0.96); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

@keyframes nxOrbit {
    0% { transform: rotate(0deg) translateX(24px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(24px) rotate(-360deg); }
}

@keyframes nxProgress {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(330%); }
}

@media (max-width: 768px) {
    #nx-global-loading .nx-loading-panel {
        padding: 24px 18px 20px;
        border-radius: 16px;
    }
    #nx-global-loading .nx-loading-title { font-size: 1.2rem; }
    .bootbox.modal .modal-header .modal-title { font-size: 1.12rem; }
}

@media (prefers-reduced-motion: reduce) {
    #nx-global-loading .nx-loading-backdrop,
    #nx-global-loading .nx-loading-panel,
    #nx-global-loading .nx-loading-orbit span,
    #nx-global-loading .nx-loading-progress > span,
    .bootbox.modal .modal-dialog {
        animation: none !important;
        transition: none !important;
    }
}

/* 2026-07-08 design-unify: itemmaster 기준 구형 화면 공통 디자인 레이어 */
@media screen {
    body.nx-ui-unified {
        --nx-unified-bg: #f6f7fb;
        --nx-unified-card: #ffffff;
        --nx-unified-text: #0f172a;
        --nx-unified-muted: #64748b;
        --nx-unified-border: #dbe3ef;
        --nx-unified-border-soft: rgba(15, 23, 42, .08);
        --nx-unified-head: #f8fafc;
        --nx-unified-primary: #2563eb;
        --nx-unified-danger: #dc2626;
        --nx-unified-radius: 6px;
        --nx-unified-shadow: 0 8px 22px rgba(15, 23, 42, .06);
        background: var(--nx-unified-bg);
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page {
        min-width: 0;
        color: var(--nx-unified-text);
        background: var(--nx-unified-bg);
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .page-header {
        border-bottom: 1px solid var(--nx-unified-border-soft);
        background: rgba(255, 255, 255, .92);
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .page-header-content {
        min-height: 48px;
        padding: 7px 12px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .page-title h4 {
        margin: 0;
        color: var(--nx-unified-text);
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .content {
        padding: 8px 12px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .card {
        margin-bottom: 8px;
        border: 1px solid var(--nx-unified-border-soft);
        border-radius: var(--nx-unified-radius);
        background: var(--nx-unified-card);
        box-shadow: var(--nx-unified-shadow);
        overflow: hidden;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-header {
        min-height: 34px;
        padding: 7px 10px;
        border-bottom: 1px solid var(--nx-unified-border-soft);
        background: var(--nx-unified-head);
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-header h5,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-header .card-title {
        margin: 0;
        color: var(--nx-unified-text);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-body {
        padding: 8px 10px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-footer {
        min-height: 34px;
        padding: 4px 10px;
        border-top: 1px solid var(--nx-unified-border-soft);
        background: rgba(255, 255, 255, .96);
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page label,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .text-muted,
    body.nx-ui-unified .content-wrapper.nx-legacy-page small {
        letter-spacing: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page label {
        color: #475569;
        font-size: 12px;
        font-weight: 700;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .form-control {
        height: 30px;
        min-height: 30px;
        padding: 4px 8px;
        border: 1px solid var(--nx-unified-border);
        border-radius: var(--nx-unified-radius);
        color: var(--nx-unified-text);
        font-size: 11px;
        letter-spacing: 0;
        box-shadow: none;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page textarea.form-control {
        height: auto;
        min-height: 72px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .form-control:focus {
        border-color: rgba(37, 99, 235, .62);
        box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .btn {
        min-height: 30px;
        padding: 5px 10px;
        border-radius: var(--nx-unified-radius);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.25;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .btn-sm {
        min-height: 24px;
        padding: 3px 7px;
        font-size: 11px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .btn-primary,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .bg-teal,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .bg-teal-400 {
        border-color: var(--nx-unified-primary) !important;
        background: var(--nx-unified-primary) !important;
        color: #fff !important;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .btn-outline-danger {
        border-color: rgba(220, 38, 38, .38);
        color: #b91c1c;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .btn-danger {
        border-color: var(--nx-unified-danger);
        background: var(--nx-unified-danger);
        color: #fff;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-responsive,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-over {
        border: 1px solid var(--nx-unified-border-soft);
        border-radius: var(--nx-unified-radius);
        background: #fff;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-body > .table-responsive,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .card-body > .table-over {
        border: 0;
        border-radius: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .table,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-row,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-col {
        width: 100%;
        margin-bottom: 0;
        border-top: 0;
        color: var(--nx-unified-text);
        letter-spacing: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .table th,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-row th,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-col th {
        height:27px;
        padding:4px 6px;
        border-color: var(--nx-unified-border);
        background: var(--nx-unified-head);
        color: #334155;
        font-size: 10px;
        font-weight: 900;
        line-height: 1.25;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .table td,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-row td,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-col td {
        height: 23px;
        padding: 2px 6px;
        border-color: var(--nx-unified-border);
        color: #1f2937;
        font-size: 10px;
        line-height: 1.2;
        vertical-align: middle;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .table tbody tr:nth-child(even) td,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-row tbody tr:nth-child(even) td {
        background: #fbfdff;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page .table tbody tr:hover td,
    body.nx-ui-unified .content-wrapper.nx-legacy-page .table-row tbody tr:hover td {
        background: #eef6ff;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content {
        display: flex;
        min-height: 360px;
        height: calc(100vh - 190px);
        flex-direction: column;
        overflow: hidden;
        padding-bottom: 8px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > form,
    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > .alert,
    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > .card:not(:last-child) {
        flex: 0 0 auto;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > form > .card {
        margin-bottom: 6px;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > .card:last-child {
        display: flex;
        min-height: 0;
        max-height: none;
        margin-bottom: 0;
        flex: 1 1 auto;
        flex-direction: column;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > .card:last-child > .card-body {
        display: flex;
        min-height: 0;
        flex: 1 1 auto;
        flex-direction: column;
        overflow: hidden;
    }

    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > .card:last-child .table-responsive,
    body.nx-ui-unified .content-wrapper.nx-legacy-page.nx-list-page.nx-has-fixed-pager .content > .card:last-child .table-over {
        min-height: 0;
        max-height: none;
        flex: 1 1 auto;
        overflow: auto;
    }

    body.nx-ui-unified .content-wrapper.nx-list-page.nx-has-fixed-pager .content > .card:last-child > .card-footer,
    body.nx-ui-unified .content-wrapper.nx-list-page.nx-has-fixed-pager .nx-fixed-pager-foot,
    body.nx-ui-unified .content-wrapper.nx-list-page.nx-has-fixed-pager .nx-panel-foot {
        position: sticky;
        bottom: 0;
        z-index: 40;
        min-height: 32px;
        padding: 3px 10px;
        border-top: 1px solid var(--nx-unified-border-soft, rgba(15, 23, 42, .08));
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 -8px 18px rgba(15, 23, 42, .06);
        backdrop-filter: blur(8px);
    }

    body.nx-ui-unified .content-wrapper.nx-list-page.nx-has-fixed-pager .pagination {
        justify-content: center;
        margin: 0;
        gap: 3px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-page.nx-has-fixed-pager .page-link {
        min-width: 25px;
        padding: 3px 7px;
        border-color: var(--nx-unified-border, #dbe3ef);
        border-radius: 7px;
        color: #334155;
        font-size: 11px;
        line-height: 1.35;
    }

    body.nx-ui-unified .content-wrapper.nx-list-page.nx-has-fixed-pager .page-item.active .page-link {
        border-color: var(--nx-unified-primary, #2563eb);
        background: var(--nx-unified-primary, #2563eb);
        color: #fff;
    }

    body.nx-ui-unified .content-wrapper[class*="nx-"].nx-list-page.nx-has-fixed-pager .nx-panel-foot {
        min-height: 30px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /* 2026-07-08 list-focus: 리스트 화면은 실제 목록 영역이 화면 대부분을 차지하도록 압축 */
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .page-header-content {
        min-height: 42px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .page-title h4 {
        font-size: 15px;
        line-height: 1.2;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .page-desc,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-compact-filter.search-meta {
        display: none !important;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .content {
        display: flex;
        height: calc(100vh - 132px);
        min-height: 420px;
        flex-direction: column;
        overflow: hidden;
        padding: 6px 10px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-top-card {
        flex: 0 0 auto;
        margin-bottom: 4px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card {
        display: flex;
        min-height: 0;
        flex: 1 1 80%;
        flex-direction: column;
        margin-bottom: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .content > .nx-list-data-stack {
        min-height: 0;
        flex: 1 1 80%;
        overflow: auto;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-stack > .nx-list-data-card {
        display: block;
        flex: 0 0 auto;
        margin-bottom: 6px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-stack > .nx-list-data-card:last-child {
        margin-bottom: 0;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .card-header,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .table-toolbar {
        flex: 0 0 auto;
        min-height: 30px;
        padding: 5px 8px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .card-body,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .table-responsive,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .nx-list-table-scroll,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card .card-body.table-responsive {
        min-height: 0;
        flex: 1 1 auto;
        overflow: auto;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .card-footer,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-data-card > .legend-strip {
        flex: 0 0 auto;
        min-height: 28px;
        padding: 3px 8px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-filter-panel,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-compact-filter.search-body {
        margin-bottom: 4px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-filter-panel .nx-panel-head,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .section-bar {
        min-height: 30px;
        padding: 5px 8px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-filter-panel .nx-panel-body,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .search-body {
        padding: 6px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-filter-grid,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .search-grid {
        gap: 6px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .line-row {
        margin-top: 4px;
        padding-top: 4px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .line-pills {
        min-height: 28px;
        padding: 3px 6px;
        gap: 4px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .line-pill span {
        height: 20px;
        min-width: 38px;
        padding: 0 7px;
        font-size: 10px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-list-compact-summary {
        flex: 0 0 auto;
        gap: 4px;
        max-height: 46px;
        margin-bottom: 4px;
        overflow: hidden;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .summary-wrap.nx-list-compact-summary,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-kpi-grid.nx-list-compact-summary {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .mini-summary.nx-list-compact-summary {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        max-height: 30px;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .summary-box,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .mini-box,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-kpi-card {
        min-height: 0 !important;
        padding: 4px 7px !important;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .summary-title,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .summary-sub,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .mini-box .lb,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-kpi-card span,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-kpi-card em {
        font-size: 10px !important;
        line-height: 1.1 !important;
    }

    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .summary-value,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .mini-box .vl,
    body.nx-ui-unified .content-wrapper.nx-list-focus-layout:not(.nx-itemmaster-list) .nx-kpi-card strong {
        font-size: 14px !important;
        line-height: 1.1 !important;
    }
}
