.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}button.v-btn.day-ctrl-btn[data-v-554fdc48]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-554fdc48]{padding-top:0}button.v-btn.fix-btn[data-v-554fdc48],button.v-btn.paid-btn[data-v-554fdc48],button.v-btn.res-btn[data-v-554fdc48]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-554fdc48]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-554fdc48]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-554fdc48]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-554fdc48]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-554fdc48] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-554fdc48] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-554fdc48] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-554fdc48] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-554fdc48] td{font-size:large}.v-btn[data-v-554fdc48]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-554fdc48]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-554fdc48]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-554fdc48]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-554fdc48]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-554fdc48]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-554fdc48],.v-btn.v-btn--has-bg.other-btn[data-v-554fdc48],.v-btn.v-btn--has-bg.post-btn[data-v-554fdc48]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-554fdc48]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-554fdc48]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-554fdc48],.table-date-style[data-v-554fdc48]{width:12rem}.search-autocomplete[data-v-554fdc48]{width:16rem}.search-autocomplete-warehouse[data-v-554fdc48]{width:14rem}.search-autocomplete-loc[data-v-554fdc48]{width:11rem}.search-autocomplete-processType[data-v-554fdc48]{width:6rem}.search-autocomplete-24[data-v-554fdc48]{width:24rem}.search-textbox-materialCd[data-v-554fdc48],.search-textbox-voucherNo[data-v-554fdc48]{width:20rem}.search-textbox[data-v-554fdc48],.serch-textbox-arrivalNo[data-v-554fdc48]{width:16rem}.serch-textbox-locDetail[data-v-554fdc48]{width:8rem}.serch-textbox-itemCnCd[data-v-554fdc48]{width:24rem}.serch-textbox-useritemCd[data-v-554fdc48]{width:19rem}.serch-textbox-dueDate[data-v-554fdc48]{width:10rem}.textbox-arrivalNo[data-v-554fdc48]{width:24rem}.v-text-field.input-number[data-v-554fdc48],.v-text-field.text-box[data-v-554fdc48]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-554fdc48]{margin:500px 0 16px 16px}.input-number-modal[data-v-554fdc48] input,.input-number[data-v-554fdc48] input{text-align:right}.paging-label[data-v-554fdc48]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-554fdc48]{width:100%;margin-right:12px}div.row.search-row[data-v-554fdc48]{margin-top:5px}div.first-search-item[data-v-554fdc48]{margin-left:15px}div.first-rangSpec-item[data-v-554fdc48]{margin-left:190px}div.btn-area[data-v-554fdc48]{float:right}div.display-search-result-row[data-v-554fdc48]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-554fdc48]{width:400px}span.rangSpec-item[data-v-554fdc48]{margin-left:13px}.item-spacer[data-v-554fdc48]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-554fdc48]{margin-left:3px}.text-label[data-v-554fdc48],div.calender-btn-area[data-v-554fdc48]{margin-top:7px}.from_to[data-v-554fdc48],.hyphen[data-v-554fdc48]{margin-top:7px;font-weight:700}.hyphen[data-v-554fdc48]{margin-right:14px}.add-textbox-delivery[data-v-554fdc48]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-554fdc48]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-554fdc48]{position:relative;font-size:18px}.add-textbox-order-name[data-v-554fdc48]{width:57rem}.add-textbox-post[data-v-554fdc48],.add-textbox-tel[data-v-554fdc48]{width:20rem}.add-textbox-remark[data-v-554fdc48]{width:90.5rem}.add-textbox-trace[data-v-554fdc48]{width:21rem}.theme--light.v-navigation-drawer[data-v-554fdc48]{position:fixed}#sub-bar[data-v-554fdc48]{padding:none;height:3rem}.text-overflow[data-v-554fdc48]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}