body {
    background-color: #fff !important;
}
.layout-wrapper .layout-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
}
#app .p-tabview {
    height: calc(100% - 4rem);
}

/* login */
#app {
    min-width: 280px;
}
#app .login-body {
    /* background: url('../../layout/images/style/login-background-new01.jpg') no-repeat center; */
    /* background: #fff url('../../layout/images/style/login_ship_high.gif') no-repeat center;*/
    /* background: #F2F2FE; */
    background: url('../../layout/images/style/login-background.jpg') no-repeat center;
    background-size: cover;

}
#app .login-body .login-card:after {
    content:'';
    /* display: block; */
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1220px;
    height: 680px;
    /* background: #fff url('../../layout/images/style/login_ship_high.gif') no-repeat center; */
    background-size: 100%;
}
#app .login-body .login-panel {
    /* display: none; */
    /* position: fixed;
    text-align: center;
    height: 100%;
    width: 45%;
    min-width: 480px;
    background: rgba(236, 250, 253, 0.6);
    background: transparent;*/
    background-image: none;
}
#app .login-body .login-panel .logo {
    /* display: none; */
    /* background: url('../images/style/logo-blue.png') no-repeat center;
    background-size: 100%; */
    margin-left: 40px;
}
#app .login-body .login-card {
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    /* position: absolute;
    left: 50%;
    top: 50%; */
    width: 610px;
    height: 680px;
    opacity: 1;
    /* margin-left: -610px;
    margin-top: -340px; */
    background: transparent;
}
#app .login-body .login-card .login-card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #3F51B5; */
    background-color: rgba( 63, 81, 170, 0.7 );
    z-index: 1;
    opacity: 0.9;
}
#app .login-body .login-card .top-border {
    /* background: url('../../layout/images/style/logo-blue.png') no-repeat left; */
    background: url('../../layout/images/logo-white.png') no-repeat left;
    width: 360px;
    max-width: 100%;
    height: 30px;
    background-size: 100px;
    /* margin-bottom: 15px; */
    padding: 0 10px;
    z-index: 1;
}
#app .login-body .login-card .login-content {
    width: 360px;
    max-width: 100%;
    /* padding: 30px 50px 20px; */
    padding: 0 10px;
    z-index: 1;
}
#app .login-body .login-card .login-content h1 {
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    /*
    margin-bottom: 0;
    */
    margin-top: 22px;
    margin-bottom: 63px;
    color: #fff;
}
/* #app .login-body .login-card .login-content h1:after {
    content: 'GTS';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 88px;
    line-height: 100%;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
} */
#app .login-body .login-card .login-content h1 .system-name {
    display: block;
    /* position: absolute;
    right: 0;
    bottom: 0; */
    margin-bottom: 10px;
    font-size: 88px;
    line-height: 100%;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.login-body .login-card .login-content .login-input input {
    font-size: 1.3rem;
}
#app .login-body .login-card .login-language {
    float: right;
    margin-bottom: 15px;
}
.login-content .p-button.p-component {
    background-color: #BCE5FF;
    color: #3F51B5;
    font-size: 1.4rem;
    font-weight: 700;
}
.login-content .p-checkbox .p-checkbox-box {
    border-color: #BCE5FF;
}
.login-content .p-checkbox .p-checkbox-box:hover {
    border-color: #BCE5FF;
}
/* .login-content .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
    border-color: #BCE5FF;
} */
#app .msg-area {
    position: relative;
}
.p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.6rem;
}
.popup-find-id {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popup-find-id .p-inputtext {
    flex: 1;
}
.popup-find-id .p-labeltext {
    margin-right: 15px;
}
.p-dialog .p-dialog-footer button:last-child {
    margin-right: 0;
}
#app .login-body .login-card .login-content button {
    /*
    margin-bottom: 50px;
    */
    margin-bottom: 30px;
}
#app .login-body .login-card .login-content p.text-copyright {
    color: #ebebeb;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
}

/* //login */

/* left lnb menu */
#app .layout-menu-light .menu-wrapper {
    /* background: rgba(236, 250, 253, 0.6); */
    /* background: #1565C0; */
    background-color: #3B4998;
}
.menu-wrapper .layout-menu-container .layout-menu li > a {
    border-radius: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li {
    border-radius: 0;
}

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    /* color: #1565c0; */
    color: #CFFAFF;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li a i {
    color: #f8f8f8;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul {
    background-color: transparent;
    padding: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li {
    margin-top: 0;
    padding: 0;
}
#app .menu-wrapper .layout-menu-container .layout-menu li > a {
    padding: 0.95rem 1.25rem 0.75rem;
    color: #F8F8F8;
}
#app .menu-wrapper .layout-menu-container .layout-menu ul > li > ul > li > a {
    padding-left: 2rem;
}
#app .menu-wrapper .layout-menu-container .layout-menu li .title-first-level {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 2.5rem;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > a {
    /* background-color: var(--primary-lightest-color); */
    background-color: transparent;
}
.menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > a .layout-menuitem-text {
    font-weight: 700;
}
.layout-menu-light .menu-wrapper .layout-menu-container ul.layout-menu > .layout-root-menuitem > ul >  li > a > .layout-menuitem-icon:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url('../../layout/images/style/folder-closed.png') no-repeat center;
    background-size: 100%;
}
.layout-menu-light .menu-wrapper .layout-menu-container ul.layout-menu > .layout-root-menuitem > ul > li.active-menuitem > a > .layout-menuitem-icon:before {
    background-image: url('../../layout/images/style/folder-opened.png');
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li a:hover {
    /* color:#1565c0;
    font-weight: 700; */
    /* background: rgba(236, 250, 253, 0.6); */
    background-color: transparent;
}
/* .layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li a:hover .layout-menuitem-icon:before {
    background-image: url('../../layout/images/style/folder-opened.png');
    background-color: var(--primary-lightest-color);
} */
.menu-wrapper .layout-menu-container .layout-menu li > ul li ul {
    padding: 0;
}

/* top gnb */
.layout-topbar-blue .layout-topbar .layout-topbar-left {
    background-color: #1E1E6B;
}
.layout-topbar .layout-topbar-right {
    background-color: #3B4998;
}
/* //top gnb */

/* scroll-bar */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eeeeee; 
    border-radius: 10px;
  }
   
/* Handle */
::-webkit-scrollbar-thumb {
background: #b0b0b0; 
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #999; 
}
/* //scroll-bar */

/* top lnb menu */
#app .p-tabview-nav-container {
    padding-right: 30px;
    background-color: #f5f5f5;
    /* min-height: 4rem; */
}
#app .p-tabview-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-flex: 1;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    white-space: nowrap;
    border-width: 0;
}
#app .p-tabview-nav-content {
    background-color: #f5f5f5;
}
.p-tabview .p-tabview-nav li {
    position: relative;
    display: inline-block;
    min-width: 70px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    background-color: transparent;
    padding: 0.9rem 1.2rem 0.7rem 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 34px;
    border: 0;
}
.p-tabview .p-tabview-nav li::before {
    content:'';
    display: block;
    position: absolute;
    left: -1px;
    width: 1px;
    height: 20px;
    background-color: #999;
    top: 50%;
    margin-top: -10px;
}
.p-tabview .p-tabview-nav li:first-child::before,
.p-tabview .p-tabview-nav li.p-highlight::before,
.p-tabview .p-tabview-nav li.p-tabview-ink-bar::before {
    display: none;
} 
.p-tabview-nav-link a span {
    white-space: nowrap;
}
.p-tabview .p-tabview-nav-btn.p-link {
    top: 50%;
    margin-top: -13px;
    z-index: 100;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.p-tabview .p-tabview-nav-btn.p-link.p-tabview-nav-next {
    right: 6px;
}
.p-tabview .p-tabview-nav-btn.p-link.p-tabview-nav-prev {
    left: 6px;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link button {
    margin-left: 1rem;
    background-color: transparent;
    width: 18px;
    height: 18px;
    box-shadow: none;
    z-index: 10;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link button .pi-times:before {
    content: '';
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    background:url('../../layout/images/style/close-tab.png') no-repeat center;
    background-size: 100%;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link button:hover {
    background-color: #f5f5f5;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.p-tabview .p-tabview-nav .p-tabview-ink-bar {
    bottom: auto;
    top: 0;
    height: 4px;
    background-color: #fbc02d;
    border-radius: 6px 6px 0 0;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-radius: 6px 6px 0 0;
    font-weight: 700;
}


/* Layout */
.layout-menu-light {
    background-color: #fff;
}
#app .p-tabview .p-tabview-panels {
    padding: 1.5rem;
    max-height: calc(100% - 4rem);
}
.layout-wrapper .layout-main .layout-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
}
.layout-wrapper .layout-main .layout-content .layout-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    /* height: calc(100% - 38px); */
    /* height: 100%; */
}

#app .h2 {
    font-size: 1.8rem;
}
.card {
    margin-bottom: 1.25rem;
}
/* search-conditions */
#app .main-search-conditions {
    /* background-color: #ebf1f9 !important; */
    background-color: #dadff9!important;
    border: 0 !important;
    padding: 0.75rem 2rem;
}
.main-search-conditions .w-full {
    background-color: transparent !important;
}
.secondary-search-conditions {
    background-color: #E9ECFC;
}
.search-condition {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding-top: 0.15rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    padding-bottom: 0.15rem;
    /* width: 32rem; */
    width: 20%;
    max-width: 100%;
}
@media screen and (max-width: 1920px) {
    .search-condition {
        width: 25%
    }
}
@media screen and (max-width: 1460px) {
    .search-condition {
        width: 33.33%
    }
}
@media screen and (max-width: 1150px) {
    .search-condition {
        width: 50%
    }
}
@media screen and (max-width: 680px) {
    .search-condition {
        width: 100%
    }
}

.search-condition label.col-fixed {
    position: relative;
    font-weight: 700;
}
.search-condition label.col-fixed.asterisk:before {
    content: '*';
    display: inline-block;
    color: red;
    position: absolute;
    top: 2px;
    left: -4px;
}

.entry-condition label.col-fixed.asterisk:before {
    content: '*';
    display: inline-block;
    color: red;
    position: absolute;
    top: 4px;
    left: -3px;
}

/* dashboard */
.dashboard .shipping-info-card {
    padding: 10px 5px;
    position: relative;
    text-align: right;
}
.dashboard .shipping-info-card:nth-child(2) {
    padding: 0 5px;
}
.dashboard .shipping-info-card .card.overview-box {
    position: relative;
    overflow: hidden;
    padding: 3.2rem 1.5rem 1rem 2rem;
}
.dashboard .shipping-info-card .card.overview-box:before {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 100%;
    top: 0;
    left:0;

}
.dashboard .shipping-info-card > .card.overview-box.orange-color:before {
    background-color: #FF9800;
}
.dashboard .shipping-info-card > .card.overview-box.blue-color:before {
    background-color: #2196F3;
}
.dashboard .shipping-info-card > .card.overview-box.pink-color:before {
    background-color: #E91E63;
}
.dashboard .shipping-info-card .card.overview-box .overview-label {
    padding-left: 15px;
}
.dashboard .shipping-info-card .card.overview-box .overview-labe2 {
    padding-left: 25px;
}
.p-carousel .p-carousel-content {
    overflow: initial;
}
.p-carousel .p-carousel-container {
    position: relative;
}
.p-carousel .p-carousel-content h5 {
    font-size: 1.8rem;
}
.p-carousel .p-carousel-content .p-carousel-prev {
    left: 0;
}
.p-carousel .p-carousel-content .p-carousel-next {
    right: 0;
}
.p-carousel .p-carousel-content .p-carousel-prev, 
.p-carousel .p-carousel-content .p-carousel-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
    z-index: 10;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    border: 1px solid #ddd;
    background-color: #ddd;
 }
.p-carousel .p-carousel-content .p-carousel-prev.p-disabled,
.p-carousel .p-carousel-content .p-carousel-next.p-disabled {
    opacity: 1;
}
.p-carousel .p-carousel-content .p-carousel-prev span, 
.p-carousel .p-carousel-content .p-carousel-next span {
    font-size: 18px;
    color: #111;
    line-height: 18px;
}
.p-carousel .p-carousel-content .p-carousel-prev.p-disabled span,
.p-carousel .p-carousel-content .p-carousel-next.p-disabled span {
    opacity: 0.38;
}
.p-carousel .p-carousel-content .p-carousel-prev span:before, 
.p-carousel .p-carousel-content .p-carousel-next span:before {
    padding-top:3px;
}
.p-carousel .p-carousel-content .p-carousel-items-content {
    /* padding: 10px 28px; */
    padding: 0;
}
#app .p-carousel-item.card {
    display: flex;
    flex-direction: column;
    /* padding: 1.5rem 3rem; */
    padding: 0 6rem;
    box-shadow: none;
}
.dashboard-kpi > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.dashboard-kpi .overview-box {
    position: relative;
    overflow: hidden;
    padding-left: 2.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.dashboard-kpi .overview-box h6 {
    font-size: 1.3rem;
}
.dashboard-kpi .p-dropdown {
    border: 0;
    background-color: #ebf1f9;
}
.dashboard-kpi .p-dropdown:not(.p-disabled).p-focus {
    box-shadow: none;
    background: rgba(63, 81, 181, 0.08);
}
.dashboard-kpi .p-dropdown .p-inputtext {
    padding: 0.5rem 0.75rem;
}
.ico-svg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    opacity: .5;
    margin-bottom: -25px;
    margin-right: -25px;
}
.ico-svg.dolor {
    background: url('../../layout/images/style/dolor.svg') no-repeat center;
    background-size: 100%;
}
.ico-svg.amount {
    background: url('../../layout/images/style/amount.svg') no-repeat center;
    background-size: 100%;
}
.ico-svg.profit {
    background: url('../../layout/images/style/profit.svg') no-repeat center;
    background-size: 100%;
}
/*.shipping-info-table-card {
    /* max-height: 420px; 
}*/
.p-datatable .p-paginator-bottom {
    /* margin-top: 15px; */
    border-bottom: 0;
    padding: 0;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border: 0;
    margin-top: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    width: 3rem;
    background-color: #1565c0;
}

.p-tabview-panel.flex-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.p-tabview-panel.flex-1 > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

/* top alarm menu */
.ico-bell {
    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/style/bell.png') no-repeat center;
    background-size: 100%;
}
.num-alarm {
    display: block;
    position: absolute;
    top: 2px;
    right: 4px;
    padding: 0 4px 0 3px;
    min-width: 14px;
    min-height: 14px;
    border-radius: 10px;
    font-size: 0.7rem;
    background-color: #E91E63;
    color: #fff;
    text-align: center;
}
.p-overlaypanel.app-topbar-alarm-pannel .p-overlaypanel-content {
    padding: 0;
}
.p-overlaypanel.app-topbar-info-pannel .p-overlaypanel-content {
    padding: 0;
}

.pop-alarm-area {
    display: block;
    /* position: fixed;
    top: 54px;
    right: 50px; */
    background-color: #fff;
    box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 400px;
    height: 600px;
    max-height: 80vh;
    z-index: 1000;
}
/* .pop-alarm-area:before {
    position: absolute;
    display: none;
    content: '';
    top: -10px;
    right: 38px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #fff;
} */
.pop-alarm-area-inner {
    height: 100%;
    overflow-y: auto;
}
.pop-alarm-header {
    padding: 1rem;
}
.pop-alarm-title {
    display: flex;
    flex-direction: row;
    font-size: 1.6rem;
    padding: 0.5rem 0 1.5rem;
    color: #111;
    font-weight: 900;
}
.pop-alarm-title:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 5px;
    background: url('../images/style/bell_normal.png') no-repeat center;
    background-size: 100%;
}
.pop-alarm-header-btn-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.pop-alarm-btn-read {
    font-size: 1.2rem;
    padding: 5px 8px;
    border: 1px solid #888888;
    border-radius: 5px;
    background-color: #fff;
    color: #111;
    text-align: center;
    cursor: pointer;
}
.pop-alarm-btn-read:hover {
    background-color: #e6e6e6;
}
.pop-alarm-mid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}
.radio-tab-area {
    display: block;
    position: relative;
    font-size: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /*-ms-overflow-style: none;  IE and Edge */
    /*scrollbar-width: none;  Firefox */
}
/* Chrome, Safari, Opera */
/* .radio-tab-area::-webkit-scrollbar {
    display: none;
} */
.radio-tab {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
.radio-tab .label {
    display: block;
    position: relative;
    cursor: pointer;
}
.radio-tab input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: 0;
    appearance: none;
    z-index: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.radio-tab .txt {
    display: inline-block;
    font-size: 1.2rem;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 20px;
    line-height: 140%;
    color: #111;
    font-weight: 700;
}
.radio-tab .label:hover .txt {
    background-color: #e6e6e6;
}
.radio-tab .label input[type="radio"]:checked + .txt {
    border-color: #1565C0;
    background-color: #1565C0;
    color: #fff;
}
/* .pop-alarm-btn-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}
.pop-alarm-btn {
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff url('../images/style/right-arrow.png') no-repeat center;
    background-size: 20px;
    transition: 0.2s;
}
.pop-alarm-btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
}
.pop-alarm-btn-prev {
    transform: rotate(180deg);
} */
.pop-alarm-contents-area {
    padding: 0;
}
.pop-alarm-contents-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0.7rem 1rem;
    background-color: #f5f5f5;
}
.pop-alarm-date {
    padding: 0 0.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
}
.pop-alarm-date-flag {
    padding: 3px 10px;
    margin-left: 5px;
    font-size: 1.3rem;
    border-radius: 20px;
    border: 1px solid #1565c0;
    color: #1565c0;
    font-weight: 700;
}
.pop-alarm-contents-body {
    padding: 1rem;
}
.pop-alarm-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pop-alarm-list-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.pop-alarm-ico-mail {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: url('../images/style/mail.png') no-repeat center;
    background-size: 100%;
}
.pop-alarm-list-link-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.pop-alarm-txt {
    font-size: 1.4rem;
    color: #111;
}
.pop-alarm-time {
    font-size: 1.3rem;
    color: #666;
}

/* 상단 개인 인포 팝업 */
.pop-info-area {
    display: block;
    /* position: fixed;
    top: 54px;
    right: 50px; */
    background-color: #fff;
    box-shadow: 1px 4px 16px rgb(0 0 0 / 30%);
    border-radius: 5px;
    width: 600px;
    max-height: 80vh;
    z-index: 1000;
}
/* .pop-info-area:before {
    position: absolute;
    display: none;
    content: '';
    top: -10px;
    right: 72px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #fff;
} */
.pop-info-area-inner {
    height: 100%;
    overflow-y: auto;
}
.pop-info-header {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}
.btn-pop-info-setting {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/style/user_profile_setting.png') no-repeat center;
    background-size: 20px;
    outline: 0;
    border: 0;
    font-size: 0;
}
.pop-info-profile {
    position: relative;
    padding: 0 2rem;
}
.pop-info-profile-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    min-width: 60px;
    margin-right: 2rem;
}
.pop-info-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pop-info-name-txt {
    font-weight: 700;
    font-size: 1.6rem;
    color: #111;
    margin-right: 5px;
}
.pop-info-team {
    margin-top: 0.5rem;
}
.pop-info-team-txt {
    font-weight: 700;
    font-size: 1.2rem;
    color: #111;
}
.pop-info-login-time, .pop-info-login-spot {
    display: inline-block;
    margin-right: 5px;
}
.pop-info-login-txt {
    font-weight: 700;
    font-size: 1.2rem;
    color: #888;
}
.pop-info-body {
    padding: 2rem;
}
.pop-info-body-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
}
.pop-info-body-txt {
    color: #2196F3;
    font-size: 1.2rem;
    font-weight: 700;
}
.pop-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    border-top: 2px solid #666;
    border-bottom: 1px solid #ddd;
}
.pop-info-table th {
    background-color: #f5f5f5;
    color: #666;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    border: 0;
    padding: 1rem;
}
.pop-info-table td {
    color: #555;
    font-size: 1.2rem;
    font-weight: 700;
    border: 0;
    padding: 1rem;
}
.pop-info-radio {
    position: relative;
}
.pop-info-radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: 0;
    appearance: none;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.pop-info-radio .label input+.txt {
    padding-left: 30px;
}
.pop-info-radio .label input + .txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    margin: -10px 0 0;
    transition: all .4s ease 0s;
    box-sizing: border-box;
}
.pop-info-radio .label input[type="radio"]:checked+.txt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1565C0;
    margin: -6px 0 0 4px;
    transition: all .4s ease 0s;
    box-sizing: border-box;
}
.pop-info-login-status {
    position: relative;
    padding-left: 30px;
    color: #24b467;
}
.pop-info-login-status:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: url('../images/style/check.png') no-repeat center;
    background-size: 100%;
}
.pop-info-footer {
    padding: 2rem;
}
/* //상단 개인 인포 팝업 */

.p-radiobutton {
    width: auto;
    height: auto;
    margin-right: 5px;
}
.radio-label-txt {
    white-space: nowrap;
    padding-right: 0.5rem;
}

/* 조회조건 상단 버튼 */
.app-action-bar-btn-area:after {
    content:'';
    display: table;
    clear: both;
}
.w-26rem {
    width: 26rem;
}
.max-w-100 {
    max-width: 100%;
}

#app .card {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

/* Ocean Tracing List */
.basic-list-table.p-datatable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead > tr > th {
    height: 26px;
    justify-content: left;
    /* background-color: rgba(235, 241, 249); */
    background-color: #ebf1f9;
    font-weight: bold;
}
.basic-list-table.p-datatable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead>tr {
    background-color: #ebf1f9;
    table-layout: fixed;
}
.basic-list-table.p-datatable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tbody>tr>td {
    height: 32px;
    padding: 0.6rem;
}
.basic-list-table.p-datatable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tbody>tr.p-datatable-row-expansion>td {
    height: auto;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-datatable.p-datatable-sm .p-datatable-thead>tr>th {
    padding: 0.375rem 0.6rem;
}
.p-datatable.p-datatable-sm.data-grid-01 .p-datatable-tbody>tr>td {
    padding: 0.1rem 0.6rem !important;
}
.p-datatable.p-datatable-sm.data-grid-01 .p-datatable-tbody>tr>td:has(input),
.p-datatable.p-datatable-sm.data-grid-01 .p-datatable-thead>tr>th:has(input),
.p-datatable.p-datatable-sm.data-grid-01 .p-datatable-tbody>tr>td:has(input[type="checkbox"]),
.p-datatable.p-datatable-sm.data-grid-01 .p-datatable-thead>tr>th:has(input[type="checkbox"]) {
    padding: 0.1rem 0.2rem !important;
}

.orders-subtable {
    flex: 1;
    padding: 2rem 0;
}
.basic-inner-table.p-datatable .p-datatable-thead>tr>th {
    background-color: #f5f5f5;
}
/* .p-datatable.p-datatable-sm.data-grid-01 .p-datatable-tbody>tr>td:has(input[type="checkbox"]) {
    padding: 0.375rem 0.375rem !important;
} */
.main-search-conditions .search-condition label:has(.p-dropdown.p-component.p-inputwrapper) {
    width: 3.2rem;
}
.main-search-conditions .search-condition label:has(.p-dropdown.p-component.p-inputwrapper) .p-dropdown {
    background: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    font-weight: 700;
}
.main-search-conditions .search-condition label:has(.p-dropdown.p-component.p-inputwrapper) .p-dropdown:not(.p-disabled).p-focus {
    box-shadow: none;
}

.main-menu-button .p-button.p-component.p-button-rounded {
    background-color: #3F51B5;
    margin-bottom: 0.5rem !important;
}
.main-menu-button .card .p-button.p-component.p-button-rounded {
    background-color: #2196F3;
}
.main-menu-button .card .p-input-icon-left,
.main-menu-button .card .p-input-icon-right {
    text-align: right;
}

.p-button.p-button-icon-only {
    padding: 0.2rem;
}

.p-button.p-button-icon-only {
    width: 2rem !important;
    min-width: 2rem !important;
}

/* container tracing */
.container-tracing-number {
    margin-top: 10px;
    padding: 20px 10px;
    background-color: #F3F3F3;
    font-weight: bold;
    font-size: 2.0rem;
}
.container-tracing-timeline-area {
    margin-top: 15px;
}
.container-tracing-timeline-area .p-timeline-event-opposite {
    display: none;
}
.container-tracing-timeline-area .p-timeline-event {
    display: flex;
    flex-direction: row-reverse !important;
    align-items: center;
    justify-content: flex-start;
}
.container-tracing-timeline-area .p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(even) .p-timeline-event-content {
    text-align: left;
}
.container-tracing-timeline-area .p-timeline-event-separator {
    padding-right: 100px;
}
.container-tracing-timeline-area .p-card {
    box-shadow: none;
}
.container-tracing-timeline-area .p-card .p-card-content {
    position: absolute;
    right: 0;
    width: 80px;
    padding: 0;
    height: 20px;
    display: block;
    top: 50%;
    margin-top: -10px;
    font-size: 1.4rem;
    font-weight: bold;
}
.container-tracing-timeline-area .left-icon-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.container-tracing-timeline-area .left-icon-wrap:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    min-width: 58px;
    border: 2px solid #666;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 20px;
}
.container-tracing-timeline-area .left-icon-wrap.Discharging:before {
    background-image: url('../images/style/icon-discharging.svg');
}
.container-tracing-timeline-area .left-icon-wrap.Dispatched:before {
    background-image: url('../images/style/icon-dispatched.svg');
}
.container-tracing-timeline-area .left-icon-wrap.Pull.Out:before {
    background-image: url('../images/style/icon-pullout.svg');
}
.container-tracing-timeline-area .left-icon-wrap.Delivery:before {
    background-image: url('../images/style/icon-delivery.svg');
}
.container-tracing-timeline-area .left-icon-wrap.Empty.Pickup:before {
    background-image: url('../images/style/icon-emptypickup.svg');
}
.container-tracing-timeline-area .left-icon-wrap.Empty.Return:before {
    background-image: url('../images/style/icon-emptyreturn.svg');
}
.container-tracing-timeline-area .left-icon-wrap:after {
    content: '';
    position: relative;
    display: flex;
    flex: 1;
    height: 1px;
    border-top: 3px dotted #111;
    margin-left: 30px;
}
.container-tracing-timeline-area .p-card .p-card-body {
    padding: 0;
    margin: 0.75rem;
}
.container-tracing-timeline-area .p-card .p-card-title {
    position: relative;
}
.container-tracing-timeline-area .p-card .p-card-title:before{
    content: '';
    position: absolute;
    left: 29px;
    top: 100%;
    width: 2px;
    height: 30px;
    background-color: #666;
}
.container-tracing-timeline-area .p-timeline-event:last-child .p-card-title:before {
    display: none;
}

/* Tracing Timeline */
.tracing-timeline-list {
    padding: 0 25px;
}
.tracing-timeline-list-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tracing-timeline-list-item:before {
    content: '';
    position: absolute;
    left: 29px;
    bottom: calc(50% - 29px);
    width: 2px;
    height: calc(100% + 30px);
    background-color: #666;
}
.tracing-timeline-list-item.active:before {
    background-color: #04BA1A;
    z-index: 1;
}
.tracing-timeline-list-item.past:before {
    background-color: #04BA1A;
    z-index: 1;
}
.tracing-timeline-list-item:first-child:before {
    display: none;
}
.tracing-timeline-list-item .left-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}
.tracing-timeline-list-item .left-slot:after {
    content: '';
    position: relative;
    display: flex;
    flex: 1;
    height: 1px;
    border-top: 3px dotted #111;
    margin-left: 30px;
}
.tracing-timeline-list-item .right-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 240px;
    padding: 0 0 0 20px;
}
.tracing-timeline-list-item .left-icon-wrap {
    display: inline-block;
    position: relative;
    width: 58px;
    height: 58px;
    min-width: 58px;
    border: 2px solid #666;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 18px;
    z-index: 2;
}
.tracing-timeline-list-item.active .left-icon-wrap {
    border-color: #04BA1A;
}
.tracing-timeline-list-item.past .left-icon-wrap {
    border-color: #04BA1A;
}
.tracing-timeline-list-item .left-icon-wrap.departure {
    background-image: url('../images/style/icon-pullout.svg');
}
.tracing-timeline-list-item .left-icon-wrap.discharging {
    background-image: url('../images/style/icon-discharging.svg');
}
.tracing-timeline-list-item .left-icon-wrap.cygatein {
    background-image: url('../images/style/icon-cygatein.svg');
}
.tracing-timeline-list-item .left-icon-wrap.cygateout {
    background-image: url('../images/style/icon-delivery.svg');
}
.tracing-timeline-list-item .left-icon-wrap.destination {
    background-image: url('../images/style/icon-destination.svg');
}
.tracing-timeline-list-item .left-icon-wrap.emptyreturn {
    background-image: url('../images/style/icon-emptyreturn.svg');
}

.tracing-timeline-list-item .left-icon-wrap.dispatched {
    background-image: url('../images/style/icon-dispatched.svg');
}
.tracing-timeline-list-item .left-icon-wrap.pullout {
    background-image: url('../images/style/icon-pullout.svg');
}
.tracing-timeline-list-item .left-icon-wrap.delivery {
    background-image: url('../images/style/icon-delivery.svg');
}
.tracing-timeline-list-item .left-icon-wrap.emptypickup {
    background-image: url('../images/style/icon-emptypickup.svg');
}
.tracing-timeline-list-item .status-info {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
}
.tracing-timeline-list-item.active .status-info {
    color: #097c17;
}
.tracing-timeline-list-item .right-slot .pi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 2.4rem;
    margin-right: 14px;
    color: #666;
}
.tracing-timeline-list-item.past .right-slot .pi.pi-check-circle {
    color: #04BA1A;
}
.tracing-timeline-list-item.active .right-slot .pi.pi-check {
    background-color: #04BA1A;
    color: white;
    font-size: 1.4rem;
}
.tracing-timeline-list-item .right-slot .place-info {
    font-size: 1.5rem;
}
.tracing-timeline-list-item.active .right-slot .place-info {
    color: #097c17
}
.tracing-timeline-list-item .right-slot .date-info {
    font-size: 1.2rem;
}
.tracing-timeline-list-item.active .right-slot .date-info {
    color: #097c17;
}



/* summary */
.summary-box-informaion-item {
    cursor: pointer;
    /* max-width: 90px;
    min-width: 90px;
    max-height: 60px;
    min-height: 60px;
    flex-basis: 60px; */
    /* width: 105px;
    min-width: 105px; */
    flex-grow: 0;
    border-radius: 3px;
    min-width: 120px;
}
.summary-box-informaion-item-total {
    border-right: 1px solid #ddd;
}
.summary-box-informaion-item-total .summary-box-item-number {
    background-color: transparent;
    font-size: 2.2rem;
    color: #1565c0;
    padding: 0.5rem 1.5rem 0.8rem 1rem;
}
.summary-box-informaion-item-total .summary-box-item-title {
    font-size: 1.8rem;
    padding: 0 1rem;
    margin-top: 0;
}
.summary-box-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /* height: 23px; */
    font-size: 1.2rem;
    font-weight: bold;
    color: #282828;
    white-space: nowrap;
    /* margin-top: 7px;
    margin-left: 10px; */
    padding: 0.5rem 0;
    text-align: left;
}
.summary-box-item-number {
    /* height: 23px; */
    font-size: 1.5rem;
    font-weight: bold;
    color: #282828;
    text-align: right;
    /* margin-top: 3px;
    margin-right: 10px; */
    padding: 0.8rem 1rem;
    text-align: right;
    background-color: #F2F2F2;
    border-radius: 5px;
}
.sum-grey {
    background-color: #F2F2F2;
    color: #282828;
}
.sum-green {
    background-color: #DDF2DF;
    color: #24b467;
}
.sum-red {
    background-color: #F2D2D2;
    color: #d21a3a;
}
.sum-yellow {
    background-color: #FAECD9;
    color: #ef8700;
}
.sum-dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 6px;
}
.sum-dot.sum-grey {
    background-color: #282828;
}
.sum-dot.sum-green {
    background-color: #24b467;
}
.sum-dot.sum-red {
    background-color: #d21a3a;
}
.sum-dot.sum-yellow {
    background-color: #ef8700;
}

/* 팝업 */
.p-dialog-mask .p-dialog {
    max-width: 80vw;
    min-width: 350px;
    background: #fff;
}
.p-dialog .popup-search-conditions {
    box-shadow: none;
    background-color: #e6f0f6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}
.p-dialog .p-datatable .p-datatable-header {
    border: 0;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.popup-search-btn:before {
    content: '';
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: url('../images/style/magnifying-glass.png') no-repeat center;
    background-size: 100%;
    margin-right: 5px;
}
.p-dialog .popup-search-btn {
    font-size: 1.1rem;
    margin-top: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.popup-menu-button .p-button.p-component.p-button-rounded {
    /* background-color: #3F51B5; */
    background: #2196F3;
    border-radius: 0.3rem;
    height: 26px;
    color: #ffffff;
    margin-bottom: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0.5rem !important;
}

.p-dialog .p-datatable .p-datatable-thead>tr>th {
    /* background-color: rgb(235, 241, 249); */
    background-color: #e6f0f6;
    font-weight: 700;
    /* padding: 0.7rem; */
}
.p-overlaypanel .p-overlaypanel-close {
    z-index: 1;
}
.p-overlaypanel-content .p-button {
    background-color: #1565c0;
    font-weight: 700;
}
.p-overlaypanel-content .p-button:hover {
    background-color: #1565c0;
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}
.p-overlaypanel-content .p-button-line,
.p-overlaypanel-content .p-button-line:hover {
    border: 1px solid #1565c0;
    background-color: #fff;
    background-image: none;
    color: #1565c0;
    font-weight: 700;
}
.p-overlaypanel-content .p-button-line:hover {
    background-color: rgb(235, 241, 249);
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 3rem;
    height: 3rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon .pi {
    font-size: 1.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
    margin-right: 0.5rem;
}
.p-overlaypanel-close-icon.pi.pi-times {
    padding-left: 1px;
    padding-bottom: 1px;
}
.swal2-container .swal2-html-container {
    font-size: 1.4rem;
    line-height: 150%;
}
.swal2-container button.swal2-styled {
    font-size: 1.3rem;
    padding: 0.6rem 1.2rem;
}
.swal2-container .swal2-styled.swal2-confirm {
    background-color: #1565c0;
}
.swal2-container .swal2-styled.swal2-deny {
    background-color: #fff;
    border: 1px solid #1565c0;
    color: #1565c0;
}
.swal2-container .swal2-actions:not(.swal2-loading) .swal2-styled.swal2-deny:hover {
    background-color: rgb(235, 241, 249);
    background-image: none;
}
.swal2-container .swal2-styled.swal2-cancel {
    background-color: #fff;
    border: 1px solid #6e7881;
    color: #6e7881;
}
.swal2-container .swal2-actions:not(.swal2-loading) .swal2-styled.swal2-cancel:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #666;
    background-image: none;
}
.swal2-container .swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}
.swal2-container .swal2-actions {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 0.7rem;
}
.swal2-container .swal2-popup {
    padding-bottom: 0.7rem;
}

#calc_div_setup_conf {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px;
}
.layout-page .p-button .pi-th-large:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/style/user_profile_setting_white.png') no-repeat center;
    background-size: 70%;
}

.layout-page .p-button:hover .pi-th-large:before {
    background-color: #E91E63;
}

.h-full {
    height: 100% !important;
}
.p-datatable.flex-1 .p-datatable-wrapper {
    max-height: 100%;
    overflow-y: auto;
}
.p-datatable.flex-1 .p-datatable-wrapper table {
    height: 100%;
}

.card-wrap-bottom {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}
.flex-1 {
    align-items: stretch !important;
}

/* table style */
.p-datatable table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}
.p-datatable-scrollable.p-datatable-grouped-header .p-datatable-thead,
.p-datatable-scrollable.p-datatable-grouped-footer .p-datatable-tfoot {
    border-collapse: separate !important;
    border-spacing: 0!important;
}
.p-datatable.basic-list-table .p-datatable-wrapper .p-datatable-table {
    min-width: 960px;
}
.p-datatable.basic-list-table.min-w-full .p-datatable-wrapper .p-datatable-table {
    min-width: 100%;
    width: auto;
}
.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even) {
    background: #f5f5f5;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {
    background-color: #f5f5f5;
}
.p-datatable-scrollable .p-frozen-column {
    position: sticky !important;
    z-index: 10 !important;
}
.p-datatable-scrollable .p-datatable-thead {
    position: sticky;
    top: 0;
    z-index: 30 !important;
}
.p-datatable-scrollable .p-datatable-thead .p-frozen-column {
    z-index: 40 !important;
    transform: scale(0.999);
}
.p-datatable-scrollable.p-datatable-grouped-header .p-datatable-thead:has(.column-group-for-header-on-maingrid) {
    min-width: 100%;
}

.p-datatable .p-datatable-tbody>tr:focus {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody>tr:not(.p-highlight):focus {
    background-color: #fff;
}
.p-datatable .p-datatable-tbody>tr:focus .p-frozen-column {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
}
.p-datatable-table .p-datatable-tbody td {
    background-color: inherit;
}
/* .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {
    background-color: #fff;
} */
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover td {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
}
.p-datatable .p-datatable-tbody>tr.p-highlight,
.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even).p-highlight {
    background: #d4d8ee;
}
.multiline-th-table.p-datatable-scrollable.p-datatable-grouped-header .p-datatable-thead,
.multiline-th-table.p-datatable-scrollable.p-datatable-grouped-footer .p-datatable-tfoot {
    display: block;
}
.rowspan-table.p-datatable-scrollable .p-datatable-thead>tr,
.rowspan-table.p-datatable-scrollable .p-datatable-tbody>tr,
.rowspan-table.p-datatable-scrollable .p-datatable-tfoot>tr {
    display: table-row;
}
.rowspan-table.p-datatable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tbody>tr>td {
    display: table-cell;
}

@media screen and (max-width: 40em){
    /* login */
    #app .login-body {
        background-position: bottom;
    }
    #app .login-body .mobile-banner {
        display: none;
        background: rgba(236,250,253,0.6);
    }
    #app .login-body .login-card {
        /* background-color: #fff; */
        opacity: 1;
        height: auto;
        margin-top: 30px;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 0;
    }
    #app .login-body .login-card:after {
        width: 100%;
        height: 100vh;
        background-size: contain;
        background-position: bottom;
    }
    #app .login-body .login-card .login-card-inner {
        padding-top: 30px;
    }
    #app .login-body .login-card .top-border {
        display: block;
        /* background-color: #fff;
        background-size: 160px;
        background-position: left 50px top 20px;
        margin-bottom: 0; */
    }
    #app .login-body .login-card .login-content h1 {
        font-size: 26px;
    }
    #app .login-body .login-card .login-content h1:after {
        display: none;
    }
    #app .login-body .login-card .login-content h1 .system-name {
        display: none;
    }
    /* //login */

    #app .main-search-conditions {
        padding-top: 1.5rem;
    }
    #app .search-condition {
        padding-left: 0;
        padding-right: 0;
    }

}

.head-column-list {
    flex-direction: column !important;
}
.data-grid-02 .p-inputtext.p-component.p-inputnumber-input.p-inputnumber-input {
    text-align: right;
}

.item.menu-left {
    flex-shrink: 0;
    width: 300px;
}
.item.menu-right {
    flex-grow: 1;
    margin-left: 10px; 
}


.container.user-management-up{
    display: flex;
}

/*.container.user-management-down{
}*/

.container.user-management-down-left{
    margin-top: 10px;
    display: inline-flex;
}
.container.user-management-down-right{
    margin-top: 10px; 
    display: inline-flex;
    justify-content: flex-start;
}
.container.input-entry{
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap : wrap;
    min-width: 400px;
}
.item.input-entry{
    width: 450px;
    height: 32px;
    display : flex;
    align-items : center;
    position: relative;
}
.entry-condition{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 3rem;
    min-width: 100%;
    width: 100%;
    height: 28px;
    max-width: 100%;
}