@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
}

a,
.btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a {
            margin-left: 1.5rem;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type {
        /*padding-bottom: 1rem;*/
    }

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item a.active {
            background-color: rgba(255, 255, 255, 0.25);
            color: white;
        }

        .nav-item a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 210px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        /*position: sticky;*/
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.my-custom-scrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

footer {
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    color: white;
    bottom: 0;
    left: 0
}

.bottom_area {
    position: fixed;
    /* �� �κ��� ���� */
    bottom: 0;
    /* �ϴܿ� ���� ���� */
    width: 100%;
    /* ���� ����� �������� ���� ä�� */
}


.input_wrap {
    position: relative;
    width: 300px;
    height: 50px;
}

    .input_wrap input {
        display: block;
        width: 100%;
        height: 100%;
    }

    .input_wrap span {
        display: block;
        position: absolute;
        top: 50%;
        font-size: 0.9rem;
        right: -6rem;
        color: olive;
        transform: translate(0, -50%);
        /*        border: 1px solid #faf9d0;*/
        padding: 3px 5px;
    }

.table-sm,
.table-sm td,
.table-sm th {
    font-size: 0.9rem;
}

::deep .table-sm,
::deep .table-sm td,
::deep .table-sm th {
    font-size: 0.9rem;
}

::ng-deep .grid-focused .dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: green !important;
}

.fw80 {
    width: 67% !important
}

.myMenu {
    padding-bottom: 0 !important;
}

.content-mobile {
    padding-top: 0.1rem;
}

.mobile-login-row {
    display: flex;
    justify-content: flex-end;
    height: 3rem;
    font-size: 0.9rem;
    /*color:darkblue;*/
    /*border: 1px solid dodgerblue;*/
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.mobile-hr {
    color: teal;
    height: 1px;
    margin: 2px;
}

.mobile-hr-thin {
    color: lightgrey;
    height: 1px;
    margin: 2px;
}

.mobile-menu {
    font-size: 0.8rem;
    background-color: teal;
    color: white;
    margin-bottom: 2px;
    border-radius: 3% !important;
}

.mobile-menu-item {
    font-size: 0.8rem;
    color: white;
    /*margin-bottom: 2px;
    border-radius: 10% !important;*/
}

.mobile-logout-col {
    font-size: 24px;
    cursor: pointer;
    top: -3px;
    margin: 0 15px 0 5px;
    color: white
}

.mobile-card {
    margin: 3px;
    padding: 3px 5px 3px 5px;
}

.mobile-font {
    font-size: 0.8rem !important;
    color: #1f1f1f
}

.mobile-page-font {
    font-size: 0.8rem !important;
}

.mobile-grid-font {
    font-size: 0.76rem !important;
}

.mobile-font-bold {
    font-size: 0.8rem;
    font-weight: bold;
    color: #3a0647
}

.mobile-font-desc {
    font-size: 0.79rem;
    color: #666;
    height: 4.5em;
    /*max-height: 200px;*/
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space:pre-line;*/
    /*   font-style:italic;*/
}

.mobile-nav-link {
    height: 1.8rem !important;
    line-height: 1rem !important;
}

.myDateEditDropdown {
    width: 100%;
}

.current > .page-link,
.page-link.current {
    color: dimgray;
    font-weight: bold;
    border-color: dodgerblue;
}

.h7,
h7 {
    font-size: 0.8rem;
}

.dash-start h7.div {
    color: #50649c;
    width: 20%;
    min-width: 5em;
}

.dash-start h7 {
    line-height: 2;
    margin-bottom: 0;
    color: #111f48;
}

.btn-nowrap-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    width: 250px;
    min-width: 50px;
    min-height: 30px;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.card-header-mobile {
    margin: 2px 0 5px 0;
    padding: 2px 0 5px 0;
}

.btn-chat-mobile {
    top: 0px !important;
    right: 0px !important;
    height: 100% !important;
}

.chat-input-mobile {
    height: 40px !important;
}

.chat-box-wrap-mobile {
    max-height: 320px !important;
}

.dispatch-count {
    border-radius: 10%;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.container-fluid-mobile {
    --bs-gutter-x: 0.1rem !important;
}

.mobile-company-row {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    /*font-size: 0.9rem;*/
    /*color:darkblue;*/
    border-bottom: 1px solid dodgerblue;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    color: white;
    align-items: center !important;
}

/**/
.swal2-popup {
    /*width: 25rem !important;*/
    font-size: 1.3rem !important;
    max-width: 90% !important;
}

.swal2-title {
    font-size: 1.1rem !important;
}

.swal2-html-container {
    font-size: 1.0rem !important;
}

.swal2-styled {
    font-size: 1.0rem !important;
}

/*.swal2-icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
}

.swal2-icon-content {
        font-size: 2.8rem !important;*/
/*height: 2.8rem !important;*/
.disabled > .page-link,
.page-link.disabled {
    color: #bfbbbbc9;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.unpaid-week {
    background-color: #daecf273 !important;
    /*fill-opacity: 0.2 !important;*/
}

.paid-week {
    background-color: #fbe2e6a9 !important;
    /*fill-opacity: 0.2 !important;*/
}

.mobile-image {
    padding: 0 !important;
    margin: 0 !important;
}

.overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*----------------thkim 2020.11.*/
dxbl-popup-root,
dxbl-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

dxbl-popup-cell {
    width: 100%;
    height: 100%;
}

.dxbs-modal.modal {
    height: 100%;
}

    .dxbs-modal.modal .modal-dialog.dxbs-popup {
        width: 100%;
        height: 100%;
        /* 2022.11.26 김문호 주석처리*/
        /*position: absolute;*/
        top: 0;
        left: 0;
        margin: 0;
    }

dxbl-popup-root .modal-content {
    height: 100%;
}

    dxbl-popup-root .modal-content .modal-body {
        height: 100%;
    }

dxbl-popup-root .list-header {
}

dxbl-popup-root .modal-content .modal-body #pageref,
dxbl-popup-root .modal-content .modal-body #pageview,
dxbl-popup-root .modal-content .modal-body #page {
    height: 100%;
}

    dxbl-popup-root .modal-content .modal-body #page > .row {
        height: calc(100% - 70px);
    }

    dxbl-popup-root .modal-content .modal-body #pageref > .row {
        height: calc(100% - 70px);
    }

    dxbl-popup-root .modal-content .modal-body #pageview > .row {
        height: calc(100% - 70px);
    }

#leftBox {
    height: 100%;
}

#leftContent {
    height: calc(50% - 20px);
    margin-bottom: 20px;
}

    #leftContent .card-body {
        max-height: none;
        height: 100%;
    }

        #leftContent .card-body form {
            height: 100%;
        }

            #leftContent .card-body form .cke_chrome {
                height: 100%;
            }

                #leftContent .card-body form .cke_chrome .cke_inner {
                    height: 100%;
                }

            #leftContent .card-body form .cke_contents {
                /*height: calc(100% - 170px) !important;*/
                height: calc(100% - 90px) !important;
            }

#leftChat {
    height: 50%;
}

    #leftChat .chat-wrap {
        min-height: auto !important;
        display: block;
        height: calc(100% - 50px);
    }

        #leftChat .chat-wrap .chat-box-wrap {
            /*min-height: calc(100% - 50px) !important;*/
            min-height: calc(100% - 50px) !important;
            margin-bottom: 10px;
            height: calc(100% - 50px) !important;
        }

.type2 #leftChat .chat-wrap .chat-box-wrap {
    /*min-height: calc(100% - 50px) !important;*/
    min-height: calc(100% - 5px) !important;
    margin-bottom: 10px;
    height: calc(100% - 50px) !important;
}

#rightBox {
    height: 100%;
}

#rightDocument {
    height: 250px;
}

    #rightDocument .document-box {
        height: 100%;
    }

#rightBox .row {
    height: 100%;
    justify-content: space-between;
    align-content: space-between;
}

#rightDocument > .card .card-body {
    height: calc(100% - 45px);
}

#rightSign {
    height: 250px;
}

    #rightSign > .card {
        height: 100%;
    }

.type2 #rightSign > .card {
    height: 50%;
}

#rightSign > .card > .row {
    height: 50%;
}

.type2 #rightSign > .card > .row {
    height: 100%;
}

#rightSign > .card > .card {
    height: 50%;
}

#rightSign > .card .card-header {
    border-right: 1px solid rgba(0, 0, 0, .176);
}

#rightAttach {
    height: calc(100% - 280px);
}

dxbl-popup-root .modal-content .modal-body #pageref #rightAttach > div {
    height: 100%;
}

dxbl-popup-root .modal-content .modal-body #pageref #rightAttach .card-body .row {
    align-content: flex-start;
}

dxbl-popup-root .modal-content .modal-body #pageview #rightAttach .card-body,
dxbl-popup-root .modal-content .modal-body #pageview #rightAttach .card-body > div {
    height: 100%;
}

#rightAttach .card {
    height: 100%;
}

.type2 #rightAttach > .card {
    border-bottom: 0;
    margin-bottom: 20px;
    height: 90px;
    border-bottom: 0 solid #000;
}

    .type2 #rightAttach > .card + .card {
        height: calc(100% - 110px);
        border-bottom: 1px solid rgba(0,0,0,.3)
    }

    .type2 #rightAttach > .card .card-body {
        height: calc(100% - 45px);
    }

.type2 #rightBox #rightAttach .card-body .row {
    min-height: auto !important;
    height: auto;
    align-content: flex-start
}

.type2 #rightBox #rightAttach .card-body .dxuc-file-list-view {
    height: calc(100% - 50px);
    overflow: auto;
}

dxbl-popup-root {
    display: none;
}

body.modal-open.dxbs-modal-open dxbl-popup-root {
    display: block;
}

section.content-mobile {
    padding-top: 0;
}

.sub-menu {
    background: teal;
    position: relative;
    width: calc(100% + 24px) !important;
    left: -12px;
}

    .sub-menu > div {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .sub-menu .mobile-menu {
        width: 50%;
        margin-bottom: 0;
        border: 0 solid #000;
    }

        .sub-menu .mobile-menu a,
        .sub-menu .mobile-menu button {
            display: block;
            width: 100%;
        }

        .sub-menu .mobile-menu .btn {
            width: 100%;
        }

    .sub-menu ul.mobile-menu {
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, .2);
    }

/*2022-11 mhkim*/
#footer_wrap {
    width: 100%;
    height: 60px;
    border-top: 1px solid #d7d8dc;
    margin: auto;
    padding-top: 8px;
    /*padding-bottom: 19px;*/
    text-align: center;
    font-size: 0.9rem;
    background-color: var(--bs-gray-100); /**/
    /*var(--bs-grey);*/
    /*background-image: linear-gradient(270deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.my-grid .dxbs-grid-empty-data {
    opacity: 0;
}

.my-grid .dxbs-grid-pager-container {
    text-align: center;
    margin-right: 0px !important;
    width: 100%;
}

.mygridHeaderRightAlign {
    text-align: right;
    margin-right: 0px !important;
    width: 100%;
}

.mygridHeaderCenterAlign {
    text-align: center;
    margin-right: 0px !important;
    width: 100%;
}

.mygridHeaderleftAlign {
    text-align: left;
    margin-right: 0px !important;
    width: 100%;
}

.mymodal-content {
    background-color: #ddd;
    border: 1px solid rgb(100,100,200,0.5);
}

.modal-content {
    background-color: #FFFFF8;
    border: 2px solid #191970;
}

/*.my-custom-scrollbar {
    position: relative;*/
    /*height: 200px;*/
    /*height: 100%;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}*/