.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}.v-tooltip{display:none}.v-tooltip--attached{display:inline}.v-tooltip__content{background:rgba(97,97,97,.9);color:#fff;border-radius:4px;font-size:14px;line-height:22px;display:inline-block;padding:5px 16px;position:absolute;text-transform:none;width:auto;opacity:0;pointer-events:none}.v-tooltip__content.menuable__content__active{opacity:.9}.v-tooltip__content--fixed{position:fixed}.v-tooltip__content[class*=-active]{transition-timing-function:cubic-bezier(0,0,.2,1)}.v-tooltip__content[class*=enter-active]{transition-duration:.15s}.v-tooltip__content[class*=leave-active]{transition-duration:75ms}.theme--light.v-app-bar.v-toolbar.v-sheet{background-color:#f5f5f5}.theme--dark.v-app-bar.v-toolbar.v-sheet{background-color:#272727}.v-sheet.v-app-bar.v-toolbar{border-radius:0}.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-sheet.v-app-bar.v-toolbar.v-sheet--shaped{border-radius:16px 0}.v-app-bar:not([data-booted=true]){transition:none!important}.v-app-bar.v-app-bar--fixed{position:fixed;top:0;z-index:5}.v-app-bar.v-app-bar.v-app-bar--hide-shadow{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image{transition:opacity .4s cubic-bezier(.4,0,.2,1)}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image{will-change:opacity}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension{display:none}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title{padding-top:9px}.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title{padding-bottom:9px}.v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title{font-size:inherit}.v-app-bar-title__content,.v-app-bar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-app-bar-title__content{position:absolute}.theme--light.v-toolbar.v-sheet{background-color:#fff}.theme--dark.v-toolbar.v-sheet{background-color:#272727}.v-sheet.v-toolbar{border-radius:0}.v-sheet.v-toolbar:not(.v-sheet--outlined){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-sheet.v-toolbar.v-sheet--shaped{border-radius:16px 0}.v-toolbar{contain:layout;display:block;flex:1 1 auto;max-width:100%;transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),max-width .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-toolbar .v-input{padding-top:0;margin-top:0}.v-toolbar__content,.v-toolbar__extension{padding:4px 16px}.v-toolbar__content .v-btn.v-btn--icon.v-size--default,.v-toolbar__extension .v-btn.v-btn--icon.v-size--default{height:48px;width:48px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-left:-12px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-right:-12px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-left:20px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-right:20px}.v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:last-child,.v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-right:-12px}.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:last-child,.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-left:-12px}.v-toolbar__content>.v-tabs,.v-toolbar__extension>.v-tabs{height:inherit;margin-top:-4px;margin-bottom:-4px}.v-toolbar__content>.v-tabs>.v-slide-group.v-tabs-bar,.v-toolbar__extension>.v-tabs>.v-slide-group.v-tabs-bar{background-color:inherit;height:inherit}.v-toolbar__content>.v-tabs:first-child,.v-toolbar__extension>.v-tabs:first-child{margin-left:-16px}.v-toolbar__content>.v-tabs:last-child,.v-toolbar__extension>.v-tabs:last-child{margin-right:-16px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;position:relative;z-index:0}.v-toolbar__image{position:absolute;top:0;bottom:0;width:100%;z-index:0;contain:strict}.v-toolbar__image,.v-toolbar__image .v-image{border-radius:inherit}.v-toolbar__items{display:flex;height:inherit}.v-toolbar__items>.v-btn{border-radius:0;height:100%!important;max-height:none}.v-toolbar__title{font-size:1.25rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar.v-toolbar--absolute{position:absolute;top:0;z-index:1}.v-toolbar.v-toolbar--bottom{top:auto;bottom:0}.v-toolbar.v-toolbar--collapse .v-toolbar__title{white-space:nowrap}.v-toolbar.v-toolbar--collapsed{max-width:112px;overflow:hidden}.v-application--is-ltr .v-toolbar.v-toolbar--collapsed{border-bottom-right-radius:24px}.v-application--is-rtl .v-toolbar.v-toolbar--collapsed{border-bottom-left-radius:24px}.v-toolbar.v-toolbar--collapsed .v-toolbar__extension,.v-toolbar.v-toolbar--collapsed .v-toolbar__title{display:none}.v-toolbar--dense .v-toolbar__content,.v-toolbar--dense .v-toolbar__extension{padding-top:0;padding-bottom:0}.v-toolbar--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.v-toolbar--floating{display:inline-flex}.v-toolbar--prominent .v-toolbar__content{align-items:flex-start}.v-toolbar--prominent .v-toolbar__title{font-size:1.5rem;padding-top:6px}.v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title{align-self:flex-end;padding-bottom:6px;padding-top:0}button.v-btn.day-ctrl-btn[data-v-22212220]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-22212220]{padding-top:0}button.v-btn.fix-btn[data-v-22212220],button.v-btn.paid-btn[data-v-22212220],button.v-btn.res-btn[data-v-22212220]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-22212220]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-22212220]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-22212220]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-22212220] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-22212220] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-22212220] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-22212220] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-22212220] td{font-size:large}.v-btn[data-v-22212220]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-22212220]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-22212220]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-22212220]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-22212220]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-22212220]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-22212220],.v-btn.v-btn--has-bg.other-btn[data-v-22212220],.v-btn.v-btn--has-bg.post-btn[data-v-22212220]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-22212220]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-22212220]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-22212220],.table-date-style[data-v-22212220]{width:12rem}.search-autocomplete[data-v-22212220]{width:16rem}.search-autocomplete-warehouse[data-v-22212220]{width:14rem}.search-autocomplete-loc[data-v-22212220]{width:11rem}.search-autocomplete-processType[data-v-22212220]{width:6rem}.search-textbox-materialCd[data-v-22212220],.search-textbox-voucherNo[data-v-22212220]{width:20rem}.search-textbox[data-v-22212220],.serch-textbox-arrivalNo[data-v-22212220]{width:16rem}.serch-textbox-locDetail[data-v-22212220]{width:8rem}.serch-textbox-itemCnCd[data-v-22212220]{width:24rem}.serch-textbox-useritemCd[data-v-22212220]{width:19rem}.serch-textbox-dueDate[data-v-22212220]{width:10rem}.textbox-arrivalNo[data-v-22212220]{width:24rem}.v-text-field.input-number[data-v-22212220],.v-text-field.text-box[data-v-22212220]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-22212220]{margin:500px 0 16px 16px}.input-number-modal[data-v-22212220] input,.input-number[data-v-22212220] input{text-align:right}.paging-label[data-v-22212220]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-22212220]{width:100%;margin-right:12px}div.row.search-row[data-v-22212220]{margin-top:5px}div.first-search-item[data-v-22212220]{margin-left:15px}div.first-rangSpec-item[data-v-22212220]{margin-left:190px}div.btn-area[data-v-22212220]{float:right}div.display-search-result-row[data-v-22212220]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-22212220]{width:400px}span.rangSpec-item[data-v-22212220]{margin-left:13px}.item-spacer[data-v-22212220]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-22212220]{margin-left:3px}.text-label[data-v-22212220],div.calender-btn-area[data-v-22212220]{margin-top:7px}.from_to[data-v-22212220],.hyphen[data-v-22212220]{margin-top:7px;font-weight:700}.hyphen[data-v-22212220]{margin-right:14px}.add-textbox-delivery[data-v-22212220]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-22212220]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-22212220]{position:relative;font-size:18px}.add-textbox-order-name[data-v-22212220]{width:57rem}.add-textbox-post[data-v-22212220],.add-textbox-tel[data-v-22212220]{width:20rem}.add-textbox-remark[data-v-22212220]{width:90.5rem}.add-textbox-trace[data-v-22212220]{width:21rem}.theme--light.v-navigation-drawer[data-v-22212220]{position:fixed}.txt-single[data-v-22212220]{padding-right:0;font-size:large}#lbl-system-name[data-v-22212220]{font-family:Meiryo}.menu-btn[data-v-22212220]{margin:.1rem .2rem}#lbl-user-name[data-v-22212220],.menu-btn[data-v-22212220]{font-size:large!important;font-weight:700}#lbl-user-name[data-v-22212220]:before{content:"";display:inline-block;width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABNtJREFUaEPtWU1oY1UU/s67MWleMtOWmKkWUReOoAx2UQt2IWbRRkMnaUHeRlFkfvzBH0Qc/BnFjOAwUxl/UFHGjo6WLvSBaDptJG6q4EI0guA/7lQYp8iM0zSJad49cscWYmvbe1+SXc/2nXvu+c79zj3nnkdokTiOIxYWFq4SQqSZOUFEu5i5l4gEgDPM/L0Q4lNm/qhUKn03NzdXb8XW1KwR5Xi1Wt0ppXwUwG0AwpvYrBKRy8zji4uLPzYLpCkAiUSiw7Zth4iOALgUgK49VqcC4LF4PP7eyZMnq34DqbvhGvuO44RLpdJey7IOA9jm04HzRPRkOBx+y3Xdih8bvgCkUqmQEGIMwBvM3OVn44Y156SU9wL4MJ/P/21qyw8ASqfTV0opcwCuAaCStBnxVILX6/WRQqHwGwBFL20xBpDJZLZ5nneQmR8gooj2ThsrLhLRi+Fw+KjruiUTm8YAhoeHe4PB4OcArjBI2g19IiIJ4OdarXZToVBQya0tRgDUrRONRm8F8GoLuL/aybMA9tm2fcp13ZouAiMAij5SyqeY+X4AraLPiq+LAF6wbXvchEZGAMbGxrrq9fprzKxOIaQbJU29KjO/H4lEHnJd9y/NNdqF54K9kZGRbmZ+h4huBhDU3URTT9HmYwB3zczMKDppidEJKAAAJgDsbgMAVQNmAextG4ChoaHOUCg0DuAOjZ5HK4INSqoST3Z1dR2Ympo6r7vY6ATS6bQtpbwPwDNNtA/r+bYA4JBlWa9PT0+X2wIgkUgEotHoDarsM3NMdxNNvT89zxubn5//olgsLmmuMUvihkSeJKLhFuaBSuBPFDVN+K/8MaKQWqAaOcuyMkR0vIXF7JzneXcTUc60oTMGsAxiOxEdJqI9LUhmlbxvSymfyOfz2sm7QjFfABqo9C4RJZugUo2ICsx8pyl1mgag6Oc4Tk+lUlF9kaoLppVZ8f6UaktmZ2f/MG2jWwHggg3HcaLlcvlxZn7YoL1Wfc/LQogjuVxOXZ++xTeFGndU16tt27uEEHuklKpPugSAtcorSUSnAXwgpTxRLpe/bfZB7+sW2ixU/f39F8VisetCodC1UsoepS+EOO153g8DAwPfZLPZloxTWkahzQC1+3tLKNRuJzeyvwUgmUxGLMt6UAixD4CteRplZp6IxWKvTE5OqhvJtzR1AqlUSlXkZ4lov4HzK85WmPl4IBB4upmr1DcA5bxlWc8BUO2EbuRXR7pCRCc6OzsPmrwBGo34AuCzeK1HE0Whl4QQR/2chDGAwcHBcHd39+1EdAzAdt/k/e9C1cQ9Eo/Hp0wHvUYAstmsVSwWr5ZSqsf35X7a8XUAq3Hir8Fg8Ja+vr6fstmsGnRpiRGARCIRjUQiB1S0AES1dtBXUlQ6Ztv2822bC2UymR7P874G0Kvvl5Hm70KI/lwup7pTLdE+AfUSI6LdlmVNtPAlttrJs5Zl7e/o6JjWHS9qA1ieSh8CcE8T1+ZmUVUF7k2T2qANIJlM7ggEAp8R0c7/aZU3c0z3u0reX5aWlm7UnVLrAqDR0dHLPM/7ipl36HrjR4+IztRqtet1f3ZoAVieBw0AyDHzxX4cM1ij5kPparX6pc6DZwuAQWR1VbdOYE2ktnJAlzz/6m1RaItCZoxZo21EoX8AqtFIT1S2gn4AAAAASUVORK5CYII=);background-size:contain;vertical-align:middle}[data-v-22212220] #btn-logout img{width:20px;height:20px}.v-dialog{border-radius:4px;margin:24px;overflow-y:auto;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.25,1);width:100%;z-index:inherit;outline:none;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.v-dialog:not(.v-dialog--fullscreen){max-height:90%}.v-dialog>*{width:100%}.v-dialog>.v-card>.v-card__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;padding:16px 24px 10px}.v-dialog>.v-card>.v-card__subtitle,.v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.v-dialog>.v-card>.v-card__actions{padding:8px 16px}.v-dialog__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:.2s cubic-bezier(.25,.8,.25,1),z-index 1ms;width:100%;z-index:6}.v-dialog__container{display:none}.v-dialog__container--attached{display:inline}.v-dialog--animated{animation-duration:.15s;animation-name:animate-dialog;animation-timing-function:cubic-bezier(.25,.8,.25,1)}.v-dialog--fullscreen{border-radius:0;margin:0;height:100%;position:fixed;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-card{min-height:100%;min-width:100%;margin:0!important;padding:0!important}.v-dialog--scrollable,.v-dialog--scrollable>form{display:flex}.v-dialog--scrollable>.v-card,.v-dialog--scrollable>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-card>.v-card__actions,.v-dialog--scrollable>.v-card>.v-card__title,.v-dialog--scrollable>form>.v-card>.v-card__actions,.v-dialog--scrollable>form>.v-card>.v-card__title{flex:0 0 auto}.v-dialog--scrollable>.v-card>.v-card__text,.v-dialog--scrollable>form>.v-card>.v-card__text{backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}@keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}button.v-btn.day-ctrl-btn[data-v-f994f47e]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-f994f47e]{padding-top:0}button.v-btn.fix-btn[data-v-f994f47e],button.v-btn.paid-btn[data-v-f994f47e],button.v-btn.res-btn[data-v-f994f47e]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-f994f47e]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-f994f47e]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-f994f47e]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-f994f47e] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-f994f47e] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-f994f47e] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-f994f47e] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-f994f47e] td{font-size:large}.v-btn[data-v-f994f47e]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-f994f47e]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-f994f47e]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-f994f47e]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-f994f47e]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-f994f47e]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-f994f47e],.v-btn.v-btn--has-bg.other-btn[data-v-f994f47e],.v-btn.v-btn--has-bg.post-btn[data-v-f994f47e]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-f994f47e]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-f994f47e]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-f994f47e],.table-date-style[data-v-f994f47e]{width:12rem}.search-autocomplete[data-v-f994f47e]{width:16rem}.search-autocomplete-warehouse[data-v-f994f47e]{width:14rem}.search-autocomplete-loc[data-v-f994f47e]{width:11rem}.search-autocomplete-processType[data-v-f994f47e]{width:6rem}.search-textbox-materialCd[data-v-f994f47e],.search-textbox-voucherNo[data-v-f994f47e]{width:20rem}.search-textbox[data-v-f994f47e],.serch-textbox-arrivalNo[data-v-f994f47e]{width:16rem}.serch-textbox-locDetail[data-v-f994f47e]{width:8rem}.serch-textbox-itemCnCd[data-v-f994f47e]{width:24rem}.serch-textbox-useritemCd[data-v-f994f47e]{width:19rem}.serch-textbox-dueDate[data-v-f994f47e]{width:10rem}.textbox-arrivalNo[data-v-f994f47e]{width:24rem}.v-text-field.input-number[data-v-f994f47e],.v-text-field.text-box[data-v-f994f47e]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-f994f47e]{margin:500px 0 16px 16px}.input-number-modal[data-v-f994f47e] input,.input-number[data-v-f994f47e] input{text-align:right}.paging-label[data-v-f994f47e]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-f994f47e]{width:100%;margin-right:12px}div.row.search-row[data-v-f994f47e]{margin-top:5px}div.first-search-item[data-v-f994f47e]{margin-left:15px}div.first-rangSpec-item[data-v-f994f47e]{margin-left:190px}div.btn-area[data-v-f994f47e]{float:right}div.display-search-result-row[data-v-f994f47e]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-f994f47e]{width:400px}span.rangSpec-item[data-v-f994f47e]{margin-left:13px}.item-spacer[data-v-f994f47e]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-f994f47e]{margin-left:3px}.text-label[data-v-f994f47e],div.calender-btn-area[data-v-f994f47e]{margin-top:7px}.from_to[data-v-f994f47e],.hyphen[data-v-f994f47e]{margin-top:7px;font-weight:700}.hyphen[data-v-f994f47e]{margin-right:14px}.add-textbox-delivery[data-v-f994f47e]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-f994f47e]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-f994f47e]{position:relative;font-size:18px}.add-textbox-order-name[data-v-f994f47e]{width:57rem}.add-textbox-post[data-v-f994f47e],.add-textbox-tel[data-v-f994f47e]{width:20rem}.add-textbox-remark[data-v-f994f47e]{width:90.5rem}.add-textbox-trace[data-v-f994f47e]{width:21rem}.theme--light.v-navigation-drawer[data-v-f994f47e]{position:fixed}.link[data-v-f994f47e]{text-decoration:none}span[data-v-f994f47e]{color:red}.v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.v-autocomplete input{align-self:center}.v-autocomplete.v-select.v-input--is-focused input{min-width:64px}.v-autocomplete:not(.v-input--is-focused).v-select--chips input{max-height:0;padding:0}.v-autocomplete--is-selecting-index input{opacity:0}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.v-autocomplete__content.v-menu__content,.v-autocomplete__content.v-menu__content .v-card{border-radius:0}button.v-btn.day-ctrl-btn[data-v-4d7db25c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-4d7db25c]{padding-top:0}button.v-btn.fix-btn[data-v-4d7db25c],button.v-btn.paid-btn[data-v-4d7db25c],button.v-btn.res-btn[data-v-4d7db25c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-4d7db25c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-4d7db25c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-4d7db25c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-4d7db25c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-4d7db25c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-4d7db25c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-4d7db25c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-4d7db25c] td{font-size:large}.v-btn[data-v-4d7db25c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-4d7db25c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-4d7db25c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-4d7db25c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-4d7db25c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-4d7db25c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-4d7db25c],.v-btn.v-btn--has-bg.other-btn[data-v-4d7db25c],.v-btn.v-btn--has-bg.post-btn[data-v-4d7db25c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-4d7db25c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-4d7db25c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-4d7db25c],.table-date-style[data-v-4d7db25c]{width:12rem}.search-autocomplete[data-v-4d7db25c]{width:16rem}.search-autocomplete-warehouse[data-v-4d7db25c]{width:14rem}.search-autocomplete-loc[data-v-4d7db25c]{width:11rem}.search-autocomplete-processType[data-v-4d7db25c]{width:6rem}.search-textbox-materialCd[data-v-4d7db25c],.search-textbox-voucherNo[data-v-4d7db25c]{width:20rem}.search-textbox[data-v-4d7db25c],.serch-textbox-arrivalNo[data-v-4d7db25c]{width:16rem}.serch-textbox-locDetail[data-v-4d7db25c]{width:8rem}.serch-textbox-itemCnCd[data-v-4d7db25c]{width:24rem}.serch-textbox-useritemCd[data-v-4d7db25c]{width:19rem}.serch-textbox-dueDate[data-v-4d7db25c]{width:10rem}.textbox-arrivalNo[data-v-4d7db25c]{width:24rem}.v-text-field.input-number[data-v-4d7db25c],.v-text-field.text-box[data-v-4d7db25c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-4d7db25c]{margin:500px 0 16px 16px}.input-number-modal[data-v-4d7db25c] input,.input-number[data-v-4d7db25c] input{text-align:right}.paging-label[data-v-4d7db25c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-4d7db25c]{width:100%;margin-right:12px}div.row.search-row[data-v-4d7db25c]{margin-top:5px}div.first-search-item[data-v-4d7db25c]{margin-left:15px}div.first-rangSpec-item[data-v-4d7db25c]{margin-left:190px}div.btn-area[data-v-4d7db25c]{float:right}div.display-search-result-row[data-v-4d7db25c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-4d7db25c]{width:400px}span.rangSpec-item[data-v-4d7db25c]{margin-left:13px}.item-spacer[data-v-4d7db25c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-4d7db25c]{margin-left:3px}.text-label[data-v-4d7db25c],div.calender-btn-area[data-v-4d7db25c]{margin-top:7px}.from_to[data-v-4d7db25c],.hyphen[data-v-4d7db25c]{margin-top:7px;font-weight:700}.hyphen[data-v-4d7db25c]{margin-right:14px}.add-textbox-delivery[data-v-4d7db25c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-4d7db25c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-4d7db25c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-4d7db25c]{width:57rem}.add-textbox-post[data-v-4d7db25c],.add-textbox-tel[data-v-4d7db25c]{width:20rem}.add-textbox-remark[data-v-4d7db25c]{width:90.5rem}.add-textbox-trace[data-v-4d7db25c]{width:21rem}.theme--light.v-navigation-drawer[data-v-4d7db25c]{position:fixed}.validation[data-v-4d7db25c]{color:red;text-align:center;margin-bottom:3%}button.v-btn.day-ctrl-btn[data-v-36abc45e]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-36abc45e]{padding-top:0}button.v-btn.fix-btn[data-v-36abc45e],button.v-btn.paid-btn[data-v-36abc45e],button.v-btn.res-btn[data-v-36abc45e]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-36abc45e]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-36abc45e]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-36abc45e]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-36abc45e] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-36abc45e] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-36abc45e] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-36abc45e] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-36abc45e] td{font-size:large}.v-btn[data-v-36abc45e]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-36abc45e]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-36abc45e]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-36abc45e]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-36abc45e]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-36abc45e]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-36abc45e],.v-btn.v-btn--has-bg.other-btn[data-v-36abc45e],.v-btn.v-btn--has-bg.post-btn[data-v-36abc45e]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-36abc45e]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-36abc45e]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-36abc45e],.table-date-style[data-v-36abc45e]{width:12rem}.search-autocomplete[data-v-36abc45e]{width:16rem}.search-autocomplete-warehouse[data-v-36abc45e]{width:14rem}.search-autocomplete-loc[data-v-36abc45e]{width:11rem}.search-autocomplete-processType[data-v-36abc45e]{width:6rem}.search-textbox-materialCd[data-v-36abc45e],.search-textbox-voucherNo[data-v-36abc45e]{width:20rem}.search-textbox[data-v-36abc45e],.serch-textbox-arrivalNo[data-v-36abc45e]{width:16rem}.serch-textbox-locDetail[data-v-36abc45e]{width:8rem}.serch-textbox-itemCnCd[data-v-36abc45e]{width:24rem}.serch-textbox-useritemCd[data-v-36abc45e]{width:19rem}.serch-textbox-dueDate[data-v-36abc45e]{width:10rem}.textbox-arrivalNo[data-v-36abc45e]{width:24rem}.v-text-field.input-number[data-v-36abc45e],.v-text-field.text-box[data-v-36abc45e]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-36abc45e]{margin:500px 0 16px 16px}.input-number-modal[data-v-36abc45e] input,.input-number[data-v-36abc45e] input{text-align:right}.paging-label[data-v-36abc45e]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-36abc45e]{width:100%;margin-right:12px}div.row.search-row[data-v-36abc45e]{margin-top:5px}div.first-search-item[data-v-36abc45e]{margin-left:15px}div.first-rangSpec-item[data-v-36abc45e]{margin-left:190px}div.btn-area[data-v-36abc45e]{float:right}div.display-search-result-row[data-v-36abc45e]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-36abc45e]{width:400px}span.rangSpec-item[data-v-36abc45e]{margin-left:13px}.item-spacer[data-v-36abc45e]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-36abc45e]{margin-left:3px}.text-label[data-v-36abc45e],div.calender-btn-area[data-v-36abc45e]{margin-top:7px}.from_to[data-v-36abc45e],.hyphen[data-v-36abc45e]{margin-top:7px;font-weight:700}.hyphen[data-v-36abc45e]{margin-right:14px}.add-textbox-delivery[data-v-36abc45e]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-36abc45e]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-36abc45e]{position:relative;font-size:18px}.add-textbox-order-name[data-v-36abc45e]{width:57rem}.add-textbox-post[data-v-36abc45e],.add-textbox-tel[data-v-36abc45e]{width:20rem}.add-textbox-remark[data-v-36abc45e]{width:90.5rem}.add-textbox-trace[data-v-36abc45e]{width:21rem}.theme--light.v-navigation-drawer[data-v-36abc45e]{position:fixed}.validation[data-v-36abc45e]{color:red;text-align:center;margin-bottom:3%}button.v-btn.day-ctrl-btn[data-v-469227d3]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-469227d3]{padding-top:0}button.v-btn.fix-btn[data-v-469227d3],button.v-btn.paid-btn[data-v-469227d3],button.v-btn.res-btn[data-v-469227d3]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-469227d3]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-469227d3]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-469227d3]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-469227d3] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-469227d3] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-469227d3] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-469227d3] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-469227d3] td{font-size:large}.v-btn[data-v-469227d3]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-469227d3]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-469227d3]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-469227d3]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-469227d3]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-469227d3]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-469227d3],.v-btn.v-btn--has-bg.other-btn[data-v-469227d3],.v-btn.v-btn--has-bg.post-btn[data-v-469227d3]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-469227d3]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-469227d3]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-469227d3],.table-date-style[data-v-469227d3]{width:12rem}.search-autocomplete[data-v-469227d3]{width:16rem}.search-autocomplete-warehouse[data-v-469227d3]{width:14rem}.search-autocomplete-loc[data-v-469227d3]{width:11rem}.search-autocomplete-processType[data-v-469227d3]{width:6rem}.search-textbox-materialCd[data-v-469227d3],.search-textbox-voucherNo[data-v-469227d3]{width:20rem}.search-textbox[data-v-469227d3],.serch-textbox-arrivalNo[data-v-469227d3]{width:16rem}.serch-textbox-locDetail[data-v-469227d3]{width:8rem}.serch-textbox-itemCnCd[data-v-469227d3]{width:24rem}.serch-textbox-useritemCd[data-v-469227d3]{width:19rem}.serch-textbox-dueDate[data-v-469227d3]{width:10rem}.textbox-arrivalNo[data-v-469227d3]{width:24rem}.v-text-field.input-number[data-v-469227d3],.v-text-field.text-box[data-v-469227d3]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-469227d3]{margin:500px 0 16px 16px}.input-number-modal[data-v-469227d3] input,.input-number[data-v-469227d3] input{text-align:right}.paging-label[data-v-469227d3]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-469227d3]{width:100%;margin-right:12px}div.row.search-row[data-v-469227d3]{margin-top:5px}div.first-search-item[data-v-469227d3]{margin-left:15px}div.first-rangSpec-item[data-v-469227d3]{margin-left:190px}div.btn-area[data-v-469227d3]{float:right}div.display-search-result-row[data-v-469227d3]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-469227d3]{width:400px}span.rangSpec-item[data-v-469227d3]{margin-left:13px}.item-spacer[data-v-469227d3]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-469227d3]{margin-left:3px}.text-label[data-v-469227d3],div.calender-btn-area[data-v-469227d3]{margin-top:7px}.from_to[data-v-469227d3],.hyphen[data-v-469227d3]{margin-top:7px;font-weight:700}.hyphen[data-v-469227d3]{margin-right:14px}.add-textbox-delivery[data-v-469227d3]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-469227d3]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-469227d3]{position:relative;font-size:18px}.add-textbox-order-name[data-v-469227d3]{width:57rem}.add-textbox-post[data-v-469227d3],.add-textbox-tel[data-v-469227d3]{width:20rem}.add-textbox-remark[data-v-469227d3]{width:90.5rem}.add-textbox-trace[data-v-469227d3]{width:21rem}.theme--light.v-navigation-drawer[data-v-469227d3]{position:fixed}.txt-single[data-v-469227d3]{padding-right:0;font-size:large}.toatlNum[data-v-469227d3]{margin-left:10px}.validation[data-v-469227d3]{color:red;text-align:center;margin-bottom:3%}.theme--light.v-picker__title{background:#e0e0e0}.theme--dark.v-picker__title{background:#616161}.theme--light.v-picker__body{background:#fff}.theme--dark.v-picker__body{background:#424242}.v-picker{border-radius:4px;contain:layout style;display:inline-flex;flex-direction:column;font-size:1rem;vertical-align:top;position:relative}.v-picker--full-width{display:flex;width:100%}.v-picker--full-width>.v-picker__body{margin:initial}.v-picker__title{color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding:16px}.v-picker__title__btn{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-picker__title__btn:not(.v-picker__title__btn--active){opacity:.6;cursor:pointer}.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus){opacity:1}.v-picker__title__btn--readonly{pointer-events:none}.v-picker__title__btn--active{opacity:1}.v-picker__body{height:auto;overflow:hidden;position:relative;z-index:0;flex:1 0 auto;display:flex;flex-direction:column;align-items:center;margin:0 auto}.v-picker__body>div{width:100%}.v-picker__body>div.fade-transition-leave-active{position:absolute}.v-picker--landscape .v-picker__title{border-top-right-radius:0;border-bottom-right-radius:0;width:170px;position:absolute;top:0;height:100%;z-index:1}.v-application--is-ltr .v-picker--landscape .v-picker__title{left:0}.v-application--is-rtl .v-picker--landscape .v-picker__title{right:0}.v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-left:170px;margin-right:0}.v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-right:170px;margin-left:0}.v-picker--flat{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-date-picker-title{display:flex;justify-content:space-between;flex-direction:column;flex-wrap:wrap;line-height:1}.v-application--is-ltr .v-date-picker-title .v-picker__title__btn{text-align:left}.v-application--is-rtl .v-date-picker-title .v-picker__title__btn{text-align:right}.v-date-picker-title__year{align-items:center;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:8px}.v-date-picker-title__date{font-size:34px;text-align:left;font-weight:500;position:relative;overflow:hidden;padding-bottom:8px;margin-bottom:-8px}.v-date-picker-title__date>div{position:relative}.v-date-picker-title--disabled{pointer-events:none}.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:rgba(0,0,0,.87)}.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff}.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button{color:hsla(0,0%,100%,.5)}.v-date-picker-header{padding:4px 16px;align-items:center;display:flex;justify-content:space-between;position:relative}.v-date-picker-header .v-btn{margin:0;z-index:auto}.v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-date-picker-header__value{flex:1;text-align:center;position:relative;overflow:hidden}.v-date-picker-header__value div{transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-date-picker-header__value button{cursor:pointer;font-weight:700;outline:none;padding:.5rem;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-date-picker-header--disabled{pointer-events:none}.theme--light.v-date-picker-table .v-date-picker-table--date__week,.theme--light.v-date-picker-table th{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-table .v-date-picker-table--date__week,.theme--dark.v-date-picker-table th{color:hsla(0,0%,100%,.5)}.v-date-picker-table{position:relative;padding:0 12px;height:242px}.v-date-picker-table table{transition:.3s cubic-bezier(.25,.8,.5,1);top:0;table-layout:fixed;width:100%}.v-date-picker-table td,.v-date-picker-table th{text-align:center;position:relative}.v-date-picker-table th{font-size:12px}.v-date-picker-table--date .v-btn{height:32px;width:32px}.v-date-picker-table .v-btn{z-index:auto;margin:0;font-size:12px}.v-date-picker-table .v-btn.v-btn--active{color:#fff}.v-date-picker-table--month td{width:33.333333%;height:56px;vertical-align:middle;text-align:center}.v-date-picker-table--month td .v-btn{margin:0 auto;max-width:140px;min-width:40px;width:100%}.v-date-picker-table--date th{padding:8px 0;font-weight:600}.v-date-picker-table--date td{width:45px}.v-date-picker-table__events{height:8px;left:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-table__events>div{border-radius:50%;display:inline-block;height:8px;margin:0 1px;width:8px}.v-date-picker-table--date .v-date-picker-table__events{bottom:6px}.v-date-picker-table--month .v-date-picker-table__events{bottom:8px}.v-date-picker-table__current .v-date-picker-table__events{margin-bottom:-1px}.v-date-picker-table--disabled{pointer-events:none}.v-date-picker-years{font-size:16px;font-weight:400;height:290px;list-style-type:none;overflow:auto;text-align:center}.v-date-picker-years.v-date-picker-years{padding:0}.v-date-picker-years li{cursor:pointer;padding:8px 0;transition:none}.v-date-picker-years li.active{font-size:26px;font-weight:500;padding:10px 0}.v-date-picker-years li:hover{background:rgba(0,0,0,.12)}.v-picker--landscape .v-date-picker-years{padding:0;height:290px}button.v-btn.day-ctrl-btn[data-v-208a4fea]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-208a4fea]{padding-top:0}button.v-btn.fix-btn[data-v-208a4fea],button.v-btn.paid-btn[data-v-208a4fea],button.v-btn.res-btn[data-v-208a4fea]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-208a4fea]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-208a4fea]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-208a4fea]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-208a4fea] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-208a4fea] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-208a4fea] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-208a4fea] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-208a4fea] td{font-size:large}.v-btn[data-v-208a4fea]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-208a4fea]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-208a4fea]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-208a4fea]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-208a4fea]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-208a4fea]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-208a4fea],.v-btn.v-btn--has-bg.other-btn[data-v-208a4fea],.v-btn.v-btn--has-bg.post-btn[data-v-208a4fea]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-208a4fea]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-208a4fea]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-208a4fea],.table-date-style[data-v-208a4fea]{width:12rem}.search-autocomplete[data-v-208a4fea]{width:16rem}.search-autocomplete-warehouse[data-v-208a4fea]{width:14rem}.search-autocomplete-loc[data-v-208a4fea]{width:11rem}.search-autocomplete-processType[data-v-208a4fea]{width:6rem}.search-textbox-materialCd[data-v-208a4fea],.search-textbox-voucherNo[data-v-208a4fea]{width:20rem}.search-textbox[data-v-208a4fea],.serch-textbox-arrivalNo[data-v-208a4fea]{width:16rem}.serch-textbox-locDetail[data-v-208a4fea]{width:8rem}.serch-textbox-itemCnCd[data-v-208a4fea]{width:24rem}.serch-textbox-useritemCd[data-v-208a4fea]{width:19rem}.serch-textbox-dueDate[data-v-208a4fea]{width:10rem}.textbox-arrivalNo[data-v-208a4fea]{width:24rem}.v-text-field.input-number[data-v-208a4fea],.v-text-field.text-box[data-v-208a4fea]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-208a4fea]{margin:500px 0 16px 16px}.input-number-modal[data-v-208a4fea] input,.input-number[data-v-208a4fea] input{text-align:right}.paging-label[data-v-208a4fea]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-208a4fea]{width:100%;margin-right:12px}div.row.search-row[data-v-208a4fea]{margin-top:5px}div.first-search-item[data-v-208a4fea]{margin-left:15px}div.first-rangSpec-item[data-v-208a4fea]{margin-left:190px}div.btn-area[data-v-208a4fea]{float:right}div.display-search-result-row[data-v-208a4fea]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-208a4fea]{width:400px}span.rangSpec-item[data-v-208a4fea]{margin-left:13px}.item-spacer[data-v-208a4fea]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-208a4fea]{margin-left:3px}.text-label[data-v-208a4fea],div.calender-btn-area[data-v-208a4fea]{margin-top:7px}.from_to[data-v-208a4fea],.hyphen[data-v-208a4fea]{margin-top:7px;font-weight:700}.hyphen[data-v-208a4fea]{margin-right:14px}.add-textbox-delivery[data-v-208a4fea]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-208a4fea]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-208a4fea]{position:relative;font-size:18px}.add-textbox-order-name[data-v-208a4fea]{width:57rem}.add-textbox-post[data-v-208a4fea],.add-textbox-tel[data-v-208a4fea]{width:20rem}.add-textbox-remark[data-v-208a4fea]{width:90.5rem}.add-textbox-trace[data-v-208a4fea]{width:21rem}.theme--light.v-navigation-drawer[data-v-208a4fea]{position:fixed}.link[data-v-208a4fea]{text-decoration:none}span[data-v-208a4fea]{color:red}button.v-btn.day-ctrl-btn[data-v-0fb0c36d]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-0fb0c36d]{padding-top:0}button.v-btn.fix-btn[data-v-0fb0c36d],button.v-btn.paid-btn[data-v-0fb0c36d],button.v-btn.res-btn[data-v-0fb0c36d]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-0fb0c36d]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-0fb0c36d]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-0fb0c36d]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-0fb0c36d] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-0fb0c36d] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-0fb0c36d] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-0fb0c36d] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-0fb0c36d] td{font-size:large}.v-btn[data-v-0fb0c36d]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-0fb0c36d]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-0fb0c36d]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-0fb0c36d]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-0fb0c36d]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-0fb0c36d]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-0fb0c36d],.v-btn.v-btn--has-bg.other-btn[data-v-0fb0c36d],.v-btn.v-btn--has-bg.post-btn[data-v-0fb0c36d]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-0fb0c36d]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-0fb0c36d]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-0fb0c36d],.table-date-style[data-v-0fb0c36d]{width:12rem}.search-autocomplete[data-v-0fb0c36d]{width:16rem}.search-autocomplete-warehouse[data-v-0fb0c36d]{width:14rem}.search-autocomplete-loc[data-v-0fb0c36d]{width:11rem}.search-autocomplete-processType[data-v-0fb0c36d]{width:6rem}.search-textbox-materialCd[data-v-0fb0c36d],.search-textbox-voucherNo[data-v-0fb0c36d]{width:20rem}.search-textbox[data-v-0fb0c36d],.serch-textbox-arrivalNo[data-v-0fb0c36d]{width:16rem}.serch-textbox-locDetail[data-v-0fb0c36d]{width:8rem}.serch-textbox-itemCnCd[data-v-0fb0c36d]{width:24rem}.serch-textbox-useritemCd[data-v-0fb0c36d]{width:19rem}.serch-textbox-dueDate[data-v-0fb0c36d]{width:10rem}.textbox-arrivalNo[data-v-0fb0c36d]{width:24rem}.v-text-field.input-number[data-v-0fb0c36d],.v-text-field.text-box[data-v-0fb0c36d]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-0fb0c36d]{margin:500px 0 16px 16px}.input-number-modal[data-v-0fb0c36d] input,.input-number[data-v-0fb0c36d] input{text-align:right}.paging-label[data-v-0fb0c36d]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-0fb0c36d]{width:100%;margin-right:12px}div.row.search-row[data-v-0fb0c36d]{margin-top:5px}div.first-search-item[data-v-0fb0c36d]{margin-left:15px}div.first-rangSpec-item[data-v-0fb0c36d]{margin-left:190px}div.btn-area[data-v-0fb0c36d]{float:right}div.display-search-result-row[data-v-0fb0c36d]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-0fb0c36d]{width:400px}span.rangSpec-item[data-v-0fb0c36d]{margin-left:13px}.item-spacer[data-v-0fb0c36d]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-0fb0c36d]{margin-left:3px}.text-label[data-v-0fb0c36d],div.calender-btn-area[data-v-0fb0c36d]{margin-top:7px}.from_to[data-v-0fb0c36d],.hyphen[data-v-0fb0c36d]{margin-top:7px;font-weight:700}.hyphen[data-v-0fb0c36d]{margin-right:14px}.add-textbox-delivery[data-v-0fb0c36d]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-0fb0c36d]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-0fb0c36d]{position:relative;font-size:18px}.add-textbox-order-name[data-v-0fb0c36d]{width:57rem}.add-textbox-post[data-v-0fb0c36d],.add-textbox-tel[data-v-0fb0c36d]{width:20rem}.add-textbox-remark[data-v-0fb0c36d]{width:90.5rem}.add-textbox-trace[data-v-0fb0c36d]{width:21rem}.theme--light.v-navigation-drawer[data-v-0fb0c36d]{position:fixed}.txt-single[data-v-0fb0c36d]{padding-right:0;font-size:large}.add-textbox-mail[data-v-0fb0c36d]{width:34rem;margin-top:8px;margin-left:15px}.add-textbox-user[data-v-0fb0c36d]{width:16rem;margin-left:15px}.add-textbox-date[data-v-0fb0c36d]{margin-top:4px;margin-left:5px}.theme--light.v-file-input .v-file-input__text{color:rgba(0,0,0,.87)}.theme--light.v-file-input .v-file-input__text--placeholder{color:rgba(0,0,0,.6)}.theme--light.v-file-input.v-input--is-disabled .v-file-input__text,.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-file-input .v-file-input__text{color:#fff}.theme--dark.v-file-input .v-file-input__text--placeholder{color:hsla(0,0%,100%,.7)}.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text,.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:hsla(0,0%,100%,.5)}.v-file-input input[type=file]{left:0;opacity:0;pointer-events:none;position:absolute;max-width:0;width:0}.v-file-input .v-file-input__text{align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;width:100%}.v-file-input .v-file-input__text.v-file-input__text--chips{flex-wrap:wrap}.v-file-input .v-file-input__text .v-chip{margin:4px}.v-file-input .v-text-field__slot{min-height:32px}.v-file-input.v-input--dense .v-text-field__slot{min-height:26px}.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text{padding-top:22px}.v-file-input.v-text-field--outlined .v-text-field__slot{padding:6px 0}.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot{padding:3px 0}.theme--light.v-pagination .v-pagination__item{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-pagination .v-pagination__item--active{color:#fff}.theme--light.v-pagination .v-pagination__navigation{background:#fff}.theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.theme--dark.v-pagination .v-pagination__item--active{color:#fff}.theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.v-pagination.v-pagination{padding-left:0}.v-pagination>li{align-items:center;display:flex}.v-pagination--circle .v-pagination__item,.v-pagination--circle .v-pagination__more,.v-pagination--circle .v-pagination__navigation{border-radius:50%}.v-pagination--disabled{pointer-events:none;opacity:.6}.v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-pagination__item--active{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-pagination__navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}button.v-btn.day-ctrl-btn[data-v-af87d3dc]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-af87d3dc]{padding-top:0}button.v-btn.fix-btn[data-v-af87d3dc],button.v-btn.paid-btn[data-v-af87d3dc],button.v-btn.res-btn[data-v-af87d3dc]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-af87d3dc]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-af87d3dc]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-af87d3dc]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-af87d3dc] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-af87d3dc] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-af87d3dc] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-af87d3dc] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-af87d3dc] td{font-size:large}.v-btn[data-v-af87d3dc]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-af87d3dc]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-af87d3dc]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-af87d3dc]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-af87d3dc]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-af87d3dc]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-af87d3dc],.v-btn.v-btn--has-bg.other-btn[data-v-af87d3dc],.v-btn.v-btn--has-bg.post-btn[data-v-af87d3dc]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-af87d3dc]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-af87d3dc]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-af87d3dc],.table-date-style[data-v-af87d3dc]{width:12rem}.search-autocomplete[data-v-af87d3dc]{width:16rem}.search-autocomplete-warehouse[data-v-af87d3dc]{width:14rem}.search-autocomplete-loc[data-v-af87d3dc]{width:11rem}.search-autocomplete-processType[data-v-af87d3dc]{width:6rem}.search-textbox-materialCd[data-v-af87d3dc],.search-textbox-voucherNo[data-v-af87d3dc]{width:20rem}.search-textbox[data-v-af87d3dc],.serch-textbox-arrivalNo[data-v-af87d3dc]{width:16rem}.serch-textbox-locDetail[data-v-af87d3dc]{width:8rem}.serch-textbox-itemCnCd[data-v-af87d3dc]{width:24rem}.serch-textbox-useritemCd[data-v-af87d3dc]{width:19rem}.serch-textbox-dueDate[data-v-af87d3dc]{width:10rem}.textbox-arrivalNo[data-v-af87d3dc]{width:24rem}.v-text-field.input-number[data-v-af87d3dc],.v-text-field.text-box[data-v-af87d3dc]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-af87d3dc]{margin:500px 0 16px 16px}.input-number-modal[data-v-af87d3dc] input,.input-number[data-v-af87d3dc] input{text-align:right}.paging-label[data-v-af87d3dc]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-af87d3dc]{width:100%;margin-right:12px}div.row.search-row[data-v-af87d3dc]{margin-top:5px}div.first-search-item[data-v-af87d3dc]{margin-left:15px}div.first-rangSpec-item[data-v-af87d3dc]{margin-left:190px}div.btn-area[data-v-af87d3dc]{float:right}div.display-search-result-row[data-v-af87d3dc]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-af87d3dc]{width:400px}span.rangSpec-item[data-v-af87d3dc]{margin-left:13px}.item-spacer[data-v-af87d3dc]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-af87d3dc]{margin-left:3px}.text-label[data-v-af87d3dc],div.calender-btn-area[data-v-af87d3dc]{margin-top:7px}.from_to[data-v-af87d3dc],.hyphen[data-v-af87d3dc]{margin-top:7px;font-weight:700}.hyphen[data-v-af87d3dc]{margin-right:14px}.add-textbox-delivery[data-v-af87d3dc]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-af87d3dc]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-af87d3dc]{position:relative;font-size:18px}.add-textbox-order-name[data-v-af87d3dc]{width:57rem}.add-textbox-post[data-v-af87d3dc],.add-textbox-tel[data-v-af87d3dc]{width:20rem}.add-textbox-remark[data-v-af87d3dc]{width:90.5rem}.add-textbox-trace[data-v-af87d3dc]{width:21rem}.theme--light.v-navigation-drawer[data-v-af87d3dc]{position:fixed}#sub-bar[data-v-af87d3dc]{padding:none;height:3rem}.text-overflow[data-v-af87d3dc]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.v-btn.day-ctrl-btn[data-v-578110dd]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-578110dd]{padding-top:0}button.v-btn.fix-btn[data-v-578110dd],button.v-btn.paid-btn[data-v-578110dd],button.v-btn.res-btn[data-v-578110dd]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-578110dd]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-578110dd]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-578110dd]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-578110dd] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-578110dd] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-578110dd] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-578110dd] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-578110dd] td{font-size:large}.v-btn[data-v-578110dd]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-578110dd]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-578110dd]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-578110dd]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-578110dd]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-578110dd]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-578110dd],.v-btn.v-btn--has-bg.other-btn[data-v-578110dd],.v-btn.v-btn--has-bg.post-btn[data-v-578110dd]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-578110dd]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-578110dd]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-578110dd],.table-date-style[data-v-578110dd]{width:12rem}.search-autocomplete[data-v-578110dd]{width:16rem}.search-autocomplete-warehouse[data-v-578110dd]{width:14rem}.search-autocomplete-loc[data-v-578110dd]{width:11rem}.search-autocomplete-processType[data-v-578110dd]{width:6rem}.search-textbox-materialCd[data-v-578110dd],.search-textbox-voucherNo[data-v-578110dd]{width:20rem}.search-textbox[data-v-578110dd],.serch-textbox-arrivalNo[data-v-578110dd]{width:16rem}.serch-textbox-locDetail[data-v-578110dd]{width:8rem}.serch-textbox-itemCnCd[data-v-578110dd]{width:24rem}.serch-textbox-useritemCd[data-v-578110dd]{width:19rem}.serch-textbox-dueDate[data-v-578110dd]{width:10rem}.textbox-arrivalNo[data-v-578110dd]{width:24rem}.v-text-field.input-number[data-v-578110dd],.v-text-field.text-box[data-v-578110dd]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-578110dd]{margin:500px 0 16px 16px}.input-number-modal[data-v-578110dd] input,.input-number[data-v-578110dd] input{text-align:right}.paging-label[data-v-578110dd]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-578110dd]{width:100%;margin-right:12px}div.row.search-row[data-v-578110dd]{margin-top:5px}div.first-search-item[data-v-578110dd]{margin-left:15px}div.first-rangSpec-item[data-v-578110dd]{margin-left:190px}div.btn-area[data-v-578110dd]{float:right}div.display-search-result-row[data-v-578110dd]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-578110dd]{width:400px}span.rangSpec-item[data-v-578110dd]{margin-left:13px}.item-spacer[data-v-578110dd]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-578110dd]{margin-left:3px}.text-label[data-v-578110dd],div.calender-btn-area[data-v-578110dd]{margin-top:7px}.from_to[data-v-578110dd],.hyphen[data-v-578110dd]{margin-top:7px;font-weight:700}.hyphen[data-v-578110dd]{margin-right:14px}.add-textbox-delivery[data-v-578110dd]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-578110dd]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-578110dd]{position:relative;font-size:18px}.add-textbox-order-name[data-v-578110dd]{width:57rem}.add-textbox-post[data-v-578110dd],.add-textbox-tel[data-v-578110dd]{width:20rem}.add-textbox-remark[data-v-578110dd]{width:90.5rem}.add-textbox-trace[data-v-578110dd]{width:21rem}.theme--light.v-navigation-drawer[data-v-578110dd]{position:fixed}.isD[data-v-578110dd]{color:#ff5252!important}button.v-btn.day-ctrl-btn[data-v-21e89788]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-21e89788]{padding-top:0}button.v-btn.fix-btn[data-v-21e89788],button.v-btn.paid-btn[data-v-21e89788],button.v-btn.res-btn[data-v-21e89788]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-21e89788]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-21e89788]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-21e89788]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-21e89788] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-21e89788] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-21e89788] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-21e89788] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-21e89788] td{font-size:large}.v-btn[data-v-21e89788]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-21e89788]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-21e89788]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-21e89788]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-21e89788]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-21e89788]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-21e89788],.v-btn.v-btn--has-bg.other-btn[data-v-21e89788],.v-btn.v-btn--has-bg.post-btn[data-v-21e89788]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-21e89788]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-21e89788]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-21e89788],.table-date-style[data-v-21e89788]{width:12rem}.search-autocomplete[data-v-21e89788]{width:16rem}.search-autocomplete-warehouse[data-v-21e89788]{width:14rem}.search-autocomplete-loc[data-v-21e89788]{width:11rem}.search-autocomplete-processType[data-v-21e89788]{width:6rem}.search-textbox-materialCd[data-v-21e89788],.search-textbox-voucherNo[data-v-21e89788]{width:20rem}.search-textbox[data-v-21e89788],.serch-textbox-arrivalNo[data-v-21e89788]{width:16rem}.serch-textbox-locDetail[data-v-21e89788]{width:8rem}.serch-textbox-itemCnCd[data-v-21e89788]{width:24rem}.serch-textbox-useritemCd[data-v-21e89788]{width:19rem}.serch-textbox-dueDate[data-v-21e89788]{width:10rem}.textbox-arrivalNo[data-v-21e89788]{width:24rem}.v-text-field.input-number[data-v-21e89788],.v-text-field.text-box[data-v-21e89788]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-21e89788]{margin:500px 0 16px 16px}.input-number-modal[data-v-21e89788] input,.input-number[data-v-21e89788] input{text-align:right}.paging-label[data-v-21e89788]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-21e89788]{width:100%;margin-right:12px}div.row.search-row[data-v-21e89788]{margin-top:5px}div.first-search-item[data-v-21e89788]{margin-left:15px}div.first-rangSpec-item[data-v-21e89788]{margin-left:190px}div.btn-area[data-v-21e89788]{float:right}div.display-search-result-row[data-v-21e89788]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-21e89788]{width:400px}span.rangSpec-item[data-v-21e89788]{margin-left:13px}.item-spacer[data-v-21e89788]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-21e89788]{margin-left:3px}.text-label[data-v-21e89788],div.calender-btn-area[data-v-21e89788]{margin-top:7px}.from_to[data-v-21e89788],.hyphen[data-v-21e89788]{margin-top:7px;font-weight:700}.hyphen[data-v-21e89788]{margin-right:14px}.add-textbox-delivery[data-v-21e89788]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-21e89788]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-21e89788]{position:relative;font-size:18px}.add-textbox-order-name[data-v-21e89788]{width:57rem}.add-textbox-post[data-v-21e89788],.add-textbox-tel[data-v-21e89788]{width:20rem}.add-textbox-remark[data-v-21e89788]{width:90.5rem}.add-textbox-trace[data-v-21e89788]{width:21rem}.theme--light.v-navigation-drawer[data-v-21e89788]{position:fixed}.txt-single[data-v-21e89788]{padding-right:0;font-size:large}.overflow[data-v-21e89788]{overflow:hidden}.diff2[data-v-21e89788]{background-color:#d09cfc}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper table thead tr th[aria-sort=none] .v-icon{display:none}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper tbody tr,#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper tbody tr:has(>td>div.itemManageSubNo-one),#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper tbody tr td:has(>div.itemManageSubNo-one){background-color:#dde5f0}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper .product-fixed,#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper .roles-fixed{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper .date-fixed{position:sticky!important;left:217px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper .screen-name-fixed{position:sticky!important;left:419px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper .ope-hist-fixed{position:sticky!important;left:671px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper .product-code-fixed{position:sticky!important;left:751px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper td:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:217px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper td:nth-child(3){position:sticky!important;left:419px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper td:nth-child(4){position:sticky!important;left:671px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper td:nth-child(5){position:sticky!important;left:751px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper thead tr{background:#effad9}#listData.v-data-table--fixed-header[data-v-21e89788] .v-data-table__wrapper{max-height:775px}.tableData[data-v-21e89788]{border-collapse:collapse;table-layout:fixed}button.v-btn.day-ctrl-btn[data-v-5bb57727]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-5bb57727]{padding-top:0}button.v-btn.fix-btn[data-v-5bb57727],button.v-btn.paid-btn[data-v-5bb57727],button.v-btn.res-btn[data-v-5bb57727]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-5bb57727]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-5bb57727]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-5bb57727]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-5bb57727] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-5bb57727] th{background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-5bb57727] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-5bb57727] td{font-size:large}.v-btn[data-v-5bb57727]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-5bb57727]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-5bb57727]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-5bb57727]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-5bb57727]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-5bb57727]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-5bb57727],.v-btn.v-btn--has-bg.other-btn[data-v-5bb57727],.v-btn.v-btn--has-bg.post-btn[data-v-5bb57727]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-5bb57727]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-5bb57727]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-5bb57727],.table-date-style[data-v-5bb57727]{width:12rem}.search-autocomplete[data-v-5bb57727]{width:16rem}.search-autocomplete-warehouse[data-v-5bb57727]{width:14rem}.search-autocomplete-loc[data-v-5bb57727]{width:11rem}.search-autocomplete-processType[data-v-5bb57727]{width:6rem}.search-textbox-materialCd[data-v-5bb57727],.search-textbox-voucherNo[data-v-5bb57727]{width:20rem}.search-textbox[data-v-5bb57727],.serch-textbox-arrivalNo[data-v-5bb57727]{width:16rem}.serch-textbox-locDetail[data-v-5bb57727]{width:8rem}.serch-textbox-itemCnCd[data-v-5bb57727]{width:24rem}.serch-textbox-useritemCd[data-v-5bb57727]{width:19rem}.serch-textbox-dueDate[data-v-5bb57727]{width:10rem}.textbox-arrivalNo[data-v-5bb57727]{width:24rem}.v-text-field.input-number[data-v-5bb57727],.v-text-field.text-box[data-v-5bb57727]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-5bb57727]{margin:500px 0 16px 16px}.input-number-modal[data-v-5bb57727] input,.input-number[data-v-5bb57727] input{text-align:right}.paging-label[data-v-5bb57727]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-5bb57727]{width:100%;margin-right:12px}div.row.search-row[data-v-5bb57727]{margin-top:5px}div.first-search-item[data-v-5bb57727]{margin-left:15px}div.first-rangSpec-item[data-v-5bb57727]{margin-left:190px}div.btn-area[data-v-5bb57727]{float:right}div.display-search-result-row[data-v-5bb57727]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-5bb57727]{width:400px}span.rangSpec-item[data-v-5bb57727]{margin-left:13px}.item-spacer[data-v-5bb57727]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-5bb57727]{margin-left:3px}.text-label[data-v-5bb57727],div.calender-btn-area[data-v-5bb57727]{margin-top:7px}.from_to[data-v-5bb57727],.hyphen[data-v-5bb57727]{margin-top:7px;font-weight:700}.hyphen[data-v-5bb57727]{margin-right:14px}.add-textbox-delivery[data-v-5bb57727]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-5bb57727]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-5bb57727]{position:relative;font-size:18px}.add-textbox-order-name[data-v-5bb57727]{width:57rem}.add-textbox-post[data-v-5bb57727],.add-textbox-tel[data-v-5bb57727]{width:20rem}.add-textbox-remark[data-v-5bb57727]{width:90.5rem}.add-textbox-trace[data-v-5bb57727]{width:21rem}.theme--light.v-navigation-drawer[data-v-5bb57727]{position:fixed}#listData[data-v-5bb57727]{width:1000px}#listData.v-data-table--fixed-header[data-v-5bb57727] th{text-align:center!important;font-size:large!important;color:#000;padding:.1rem;background:#fbe9db;height:1.75rem!important}#listData.v-data-table--fixed-header[data-v-5bb57727] th:nth-child(0){border-bottom:1px solid #8d8d8d}#listData.v-data-table--fixed-header[data-v-5bb57727] th:not(:nth-child(0)):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid #8d8d8d;border-bottom:1px solid #8d8d8d;border-left:1px solid #8d8d8d}#listData.v-data-table--fixed-header[data-v-5bb57727] th:last-child{border-right:1px solid #8d8d8d}#listData.v-data-table--fixed-header[data-v-5bb57727] td{height:3rem!important}#listData.v-data-table--fixed-header[data-v-5bb57727] td:first-child{background:#eef1de;border-left:1px solid #8d8d8d;font-size:small!important;text-align:center!important}#listData.v-data-table--fixed-header[data-v-5bb57727] td:nth-child(2){text-align:center!important}button.v-btn.day-ctrl-btn[data-v-0dfbaee4]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-0dfbaee4]{padding-top:0}button.v-btn.fix-btn[data-v-0dfbaee4],button.v-btn.paid-btn[data-v-0dfbaee4],button.v-btn.res-btn[data-v-0dfbaee4]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-0dfbaee4]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-0dfbaee4]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-0dfbaee4]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-0dfbaee4] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-0dfbaee4] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-0dfbaee4] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-0dfbaee4] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-0dfbaee4] td{font-size:large}.v-btn[data-v-0dfbaee4]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-0dfbaee4]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-0dfbaee4]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-0dfbaee4]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-0dfbaee4]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-0dfbaee4]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-0dfbaee4],.v-btn.v-btn--has-bg.other-btn[data-v-0dfbaee4],.v-btn.v-btn--has-bg.post-btn[data-v-0dfbaee4]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-0dfbaee4]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-0dfbaee4]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-0dfbaee4],.table-date-style[data-v-0dfbaee4]{width:12rem}.search-autocomplete[data-v-0dfbaee4]{width:16rem}.search-autocomplete-warehouse[data-v-0dfbaee4]{width:14rem}.search-autocomplete-loc[data-v-0dfbaee4]{width:11rem}.search-autocomplete-processType[data-v-0dfbaee4]{width:6rem}.search-textbox-materialCd[data-v-0dfbaee4],.search-textbox-voucherNo[data-v-0dfbaee4]{width:20rem}.search-textbox[data-v-0dfbaee4],.serch-textbox-arrivalNo[data-v-0dfbaee4]{width:16rem}.serch-textbox-locDetail[data-v-0dfbaee4]{width:8rem}.serch-textbox-itemCnCd[data-v-0dfbaee4]{width:24rem}.serch-textbox-useritemCd[data-v-0dfbaee4]{width:19rem}.serch-textbox-dueDate[data-v-0dfbaee4]{width:10rem}.textbox-arrivalNo[data-v-0dfbaee4]{width:24rem}.v-text-field.input-number[data-v-0dfbaee4],.v-text-field.text-box[data-v-0dfbaee4]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-0dfbaee4]{margin:500px 0 16px 16px}.input-number-modal[data-v-0dfbaee4] input,.input-number[data-v-0dfbaee4] input{text-align:right}.paging-label[data-v-0dfbaee4]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-0dfbaee4]{width:100%;margin-right:12px}div.row.search-row[data-v-0dfbaee4]{margin-top:5px}div.first-search-item[data-v-0dfbaee4]{margin-left:15px}div.first-rangSpec-item[data-v-0dfbaee4]{margin-left:190px}div.btn-area[data-v-0dfbaee4]{float:right}div.display-search-result-row[data-v-0dfbaee4]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-0dfbaee4]{width:400px}span.rangSpec-item[data-v-0dfbaee4]{margin-left:13px}.item-spacer[data-v-0dfbaee4]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-0dfbaee4]{margin-left:3px}.text-label[data-v-0dfbaee4],div.calender-btn-area[data-v-0dfbaee4]{margin-top:7px}.from_to[data-v-0dfbaee4],.hyphen[data-v-0dfbaee4]{margin-top:7px;font-weight:700}.hyphen[data-v-0dfbaee4]{margin-right:14px}.add-textbox-delivery[data-v-0dfbaee4]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-0dfbaee4]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-0dfbaee4]{position:relative;font-size:18px}.add-textbox-order-name[data-v-0dfbaee4]{width:57rem}.add-textbox-post[data-v-0dfbaee4],.add-textbox-tel[data-v-0dfbaee4]{width:20rem}.add-textbox-remark[data-v-0dfbaee4]{width:90.5rem}.add-textbox-trace[data-v-0dfbaee4]{width:21rem}.theme--light.v-navigation-drawer[data-v-0dfbaee4]{position:fixed}.search-textbox-remark[data-v-0dfbaee4]{width:41.5rem;margin-left:15px}.calender[data-v-0dfbaee4]{display:flex}.add-textbox[data-v-0dfbaee4]{width:10rem;padding:20px 0 0 10px}.search-row-exeBtns[data-v-0dfbaee4]{width:100%;margin-right:12px}.item-spacers[data-v-0dfbaee4]{margin-left:50px;margin-right:6px}.isD[data-v-0dfbaee4]{background-color:#fbea00!important}.locationAlign[data-v-0dfbaee4]{margin:9px 0 0 0;height:3.6rem;text-align:left}.theme--light.v-btn-toggle:not(.v-btn-toggle--group){background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:rgba(0,0,0,.12)!important}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:rgba(0,0,0,.26)}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#000}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group){background:#1e1e1e;color:#fff}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:hsla(0,0%,100%,.12)!important}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:hsla(0,0%,100%,.3)}.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#fff}.v-btn-toggle{border-radius:4px;display:inline-flex;max-width:100%}.v-btn-toggle>.v-btn.v-btn{border-radius:0;border-style:solid;border-width:thin;box-shadow:none;opacity:.8;padding:0 12px}.v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:last-child,.v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:first-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:last-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.v-btn-toggle>.v-btn.v-btn--active{color:inherit;opacity:1}.v-btn-toggle>.v-btn.v-btn:after{display:none}.v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:not(:first-child),.v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:not(:last-child){border-left-width:0}.v-btn-toggle .v-btn.v-btn.v-size--default{min-width:48px;min-height:0}.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default{height:48px}.v-btn-toggle--borderless>.v-btn.v-btn{border-width:0}.v-btn-toggle--dense>.v-btn.v-btn{padding:0 8px}.v-btn-toggle--group{border-radius:0}.v-btn-toggle--group>.v-btn.v-btn{background-color:transparent!important;border-color:transparent;margin:4px;min-width:auto}.v-btn-toggle--rounded{border-radius:24px}.v-btn-toggle--shaped{border-radius:24px 4px}.v-btn-toggle--tile{border-radius:0}button.v-btn.day-ctrl-btn[data-v-1ef52b78]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-1ef52b78]{padding-top:0}button.v-btn.fix-btn[data-v-1ef52b78],button.v-btn.paid-btn[data-v-1ef52b78],button.v-btn.res-btn[data-v-1ef52b78]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-1ef52b78]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-1ef52b78]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-1ef52b78]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-1ef52b78] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-1ef52b78] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-1ef52b78] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-1ef52b78] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-1ef52b78] td{font-size:large}.v-btn[data-v-1ef52b78]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-1ef52b78]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-1ef52b78]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-1ef52b78]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-1ef52b78]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-1ef52b78]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-1ef52b78],.v-btn.v-btn--has-bg.other-btn[data-v-1ef52b78],.v-btn.v-btn--has-bg.post-btn[data-v-1ef52b78]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-1ef52b78]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-1ef52b78]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-1ef52b78],.table-date-style[data-v-1ef52b78]{width:12rem}.search-autocomplete[data-v-1ef52b78]{width:16rem}.search-autocomplete-warehouse[data-v-1ef52b78]{width:14rem}.search-autocomplete-loc[data-v-1ef52b78]{width:11rem}.search-autocomplete-processType[data-v-1ef52b78]{width:6rem}.search-textbox-materialCd[data-v-1ef52b78],.search-textbox-voucherNo[data-v-1ef52b78]{width:20rem}.search-textbox[data-v-1ef52b78],.serch-textbox-arrivalNo[data-v-1ef52b78]{width:16rem}.serch-textbox-locDetail[data-v-1ef52b78]{width:8rem}.serch-textbox-itemCnCd[data-v-1ef52b78]{width:24rem}.serch-textbox-useritemCd[data-v-1ef52b78]{width:19rem}.serch-textbox-dueDate[data-v-1ef52b78]{width:10rem}.textbox-arrivalNo[data-v-1ef52b78]{width:24rem}.v-text-field.input-number[data-v-1ef52b78],.v-text-field.text-box[data-v-1ef52b78]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-1ef52b78]{margin:500px 0 16px 16px}.input-number-modal[data-v-1ef52b78] input,.input-number[data-v-1ef52b78] input{text-align:right}.paging-label[data-v-1ef52b78]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-1ef52b78]{width:100%;margin-right:12px}div.row.search-row[data-v-1ef52b78]{margin-top:5px}div.first-search-item[data-v-1ef52b78]{margin-left:15px}div.first-rangSpec-item[data-v-1ef52b78]{margin-left:190px}div.btn-area[data-v-1ef52b78]{float:right}div.display-search-result-row[data-v-1ef52b78]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-1ef52b78]{width:400px}span.rangSpec-item[data-v-1ef52b78]{margin-left:13px}.item-spacer[data-v-1ef52b78]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-1ef52b78]{margin-left:3px}.text-label[data-v-1ef52b78],div.calender-btn-area[data-v-1ef52b78]{margin-top:7px}.from_to[data-v-1ef52b78],.hyphen[data-v-1ef52b78]{margin-top:7px;font-weight:700}.hyphen[data-v-1ef52b78]{margin-right:14px}.add-textbox-delivery[data-v-1ef52b78]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-1ef52b78]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-1ef52b78]{position:relative;font-size:18px}.add-textbox-order-name[data-v-1ef52b78]{width:57rem}.add-textbox-post[data-v-1ef52b78],.add-textbox-tel[data-v-1ef52b78]{width:20rem}.add-textbox-remark[data-v-1ef52b78]{width:90.5rem}.add-textbox-trace[data-v-1ef52b78]{width:21rem}.theme--light.v-navigation-drawer[data-v-1ef52b78]{position:fixed}.search-textbox-remark[data-v-1ef52b78]{width:41.5rem;margin-left:15px}.calender[data-v-1ef52b78]{display:flex}.add-textbox[data-v-1ef52b78]{width:10rem;padding:20px 0 0 10px}.search-row-exeBtns[data-v-1ef52b78]{width:100%;margin-right:12px}.item-spacers[data-v-1ef52b78]{margin-left:50px;margin-right:6px}.isD[data-v-1ef52b78]{background-color:#fbea00!important}.locationAlign[data-v-1ef52b78]{margin:9px 0 0 0;height:3.6rem;text-align:left}#listData.v-data-table--fixed-header[data-v-1ef52b78] .v-data-table__wrapper tbody td.vertical{vertical-align:top}button.v-btn.day-ctrl-btn[data-v-b35ef646]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-b35ef646]{padding-top:0}button.v-btn.fix-btn[data-v-b35ef646],button.v-btn.paid-btn[data-v-b35ef646],button.v-btn.res-btn[data-v-b35ef646]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-b35ef646]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-b35ef646]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-b35ef646]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-b35ef646] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-b35ef646] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-b35ef646] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-b35ef646] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-b35ef646] td{font-size:large}.v-btn[data-v-b35ef646]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-b35ef646]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-b35ef646]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-b35ef646]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-b35ef646]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-b35ef646]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-b35ef646],.v-btn.v-btn--has-bg.other-btn[data-v-b35ef646],.v-btn.v-btn--has-bg.post-btn[data-v-b35ef646]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-b35ef646]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-b35ef646]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-b35ef646],.table-date-style[data-v-b35ef646]{width:12rem}.search-autocomplete[data-v-b35ef646]{width:16rem}.search-autocomplete-warehouse[data-v-b35ef646]{width:14rem}.search-autocomplete-loc[data-v-b35ef646]{width:11rem}.search-autocomplete-processType[data-v-b35ef646]{width:6rem}.search-textbox-materialCd[data-v-b35ef646],.search-textbox-voucherNo[data-v-b35ef646]{width:20rem}.search-textbox[data-v-b35ef646],.serch-textbox-arrivalNo[data-v-b35ef646]{width:16rem}.serch-textbox-locDetail[data-v-b35ef646]{width:8rem}.serch-textbox-itemCnCd[data-v-b35ef646]{width:24rem}.serch-textbox-useritemCd[data-v-b35ef646]{width:19rem}.serch-textbox-dueDate[data-v-b35ef646]{width:10rem}.textbox-arrivalNo[data-v-b35ef646]{width:24rem}.v-text-field.input-number[data-v-b35ef646],.v-text-field.text-box[data-v-b35ef646]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-b35ef646]{margin:500px 0 16px 16px}.input-number-modal[data-v-b35ef646] input,.input-number[data-v-b35ef646] input{text-align:right}.paging-label[data-v-b35ef646]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-b35ef646]{width:100%;margin-right:12px}div.row.search-row[data-v-b35ef646]{margin-top:5px}div.first-search-item[data-v-b35ef646]{margin-left:15px}div.first-rangSpec-item[data-v-b35ef646]{margin-left:190px}div.btn-area[data-v-b35ef646]{float:right}div.display-search-result-row[data-v-b35ef646]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-b35ef646]{width:400px}span.rangSpec-item[data-v-b35ef646]{margin-left:13px}.item-spacer[data-v-b35ef646]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-b35ef646]{margin-left:3px}.text-label[data-v-b35ef646],div.calender-btn-area[data-v-b35ef646]{margin-top:7px}.from_to[data-v-b35ef646],.hyphen[data-v-b35ef646]{margin-top:7px;font-weight:700}.hyphen[data-v-b35ef646]{margin-right:14px}.add-textbox-delivery[data-v-b35ef646]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-b35ef646]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-b35ef646]{position:relative;font-size:18px}.add-textbox-order-name[data-v-b35ef646]{width:57rem}.add-textbox-post[data-v-b35ef646],.add-textbox-tel[data-v-b35ef646]{width:20rem}.add-textbox-remark[data-v-b35ef646]{width:90.5rem}.add-textbox-trace[data-v-b35ef646]{width:21rem}.theme--light.v-navigation-drawer[data-v-b35ef646]{position:fixed}.txt-single[data-v-b35ef646]{padding-right:0;font-size:large}.autoUpdate[data-v-b35ef646],.serch-textbox-arrivalNo[data-v-b35ef646]{padding-right:0;font-size:large;width:110px}.scrollType[data-v-b35ef646]::-webkit-scrollbar{display:none}.scrollTypeClose[data-v-b35ef646]{overflow-y:scroll}.table-scroll-host[data-v-b35ef646]{grid-area:content;overflow:scroll}.text-overflow[data-v-b35ef646]{width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .product-fixed{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper td:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .items-fixed3{position:sticky!important;left:220px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .items-fixed-search3{position:sticky!important;left:130px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:130px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .items-fixed4{position:sticky!important;left:320px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .items-fixed-search4{position:sticky!important;left:210px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper td:nth-child(3){position:sticky!important;left:210px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .items-fixed5{position:sticky!important;left:440px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper .items-fixed-search5{position:sticky!important;left:340px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper td:nth-child(4){position:sticky!important;left:340px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-b35ef646] th{vertical-align:bottom}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper{max-height:562px}[data-v-b35ef646] .negative-inventory{color:#d00}.pbox[data-v-b35ef646]{display:flex;justify-content:space-between}.inout[data-v-b35ef646]{vertical-align:middle;text-align:center}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper th:nth-child(5),#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper th:nth-child(6),#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper th:nth-child(7){background-color:#d3d3d3}#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper th:nth-child(9),#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper th:nth-child(10),#listData.v-data-table--fixed-header[data-v-b35ef646] .v-data-table__wrapper th:nth-child(11){background-color:#add8e6}button.v-btn.day-ctrl-btn[data-v-17d98670]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-17d98670]{padding-top:0}button.v-btn.fix-btn[data-v-17d98670],button.v-btn.paid-btn[data-v-17d98670],button.v-btn.res-btn[data-v-17d98670]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-17d98670]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-17d98670]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-17d98670]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-17d98670] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-17d98670] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-17d98670] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-17d98670] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-17d98670] td{font-size:large}.v-btn[data-v-17d98670]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-17d98670]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-17d98670]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-17d98670]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-17d98670]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-17d98670]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-17d98670],.v-btn.v-btn--has-bg.other-btn[data-v-17d98670],.v-btn.v-btn--has-bg.post-btn[data-v-17d98670]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-17d98670]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-17d98670]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-17d98670],.table-date-style[data-v-17d98670]{width:12rem}.search-autocomplete[data-v-17d98670]{width:16rem}.search-autocomplete-warehouse[data-v-17d98670]{width:14rem}.search-autocomplete-loc[data-v-17d98670]{width:11rem}.search-autocomplete-processType[data-v-17d98670]{width:6rem}.search-textbox-materialCd[data-v-17d98670],.search-textbox-voucherNo[data-v-17d98670]{width:20rem}.search-textbox[data-v-17d98670],.serch-textbox-arrivalNo[data-v-17d98670]{width:16rem}.serch-textbox-locDetail[data-v-17d98670]{width:8rem}.serch-textbox-itemCnCd[data-v-17d98670]{width:24rem}.serch-textbox-useritemCd[data-v-17d98670]{width:19rem}.serch-textbox-dueDate[data-v-17d98670]{width:10rem}.textbox-arrivalNo[data-v-17d98670]{width:24rem}.v-text-field.input-number[data-v-17d98670],.v-text-field.text-box[data-v-17d98670]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-17d98670]{margin:500px 0 16px 16px}.input-number-modal[data-v-17d98670] input,.input-number[data-v-17d98670] input{text-align:right}.paging-label[data-v-17d98670]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-17d98670]{width:100%;margin-right:12px}div.row.search-row[data-v-17d98670]{margin-top:5px}div.first-search-item[data-v-17d98670]{margin-left:15px}div.first-rangSpec-item[data-v-17d98670]{margin-left:190px}div.btn-area[data-v-17d98670]{float:right}div.display-search-result-row[data-v-17d98670]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-17d98670]{width:400px}span.rangSpec-item[data-v-17d98670]{margin-left:13px}.item-spacer[data-v-17d98670]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-17d98670]{margin-left:3px}.text-label[data-v-17d98670],div.calender-btn-area[data-v-17d98670]{margin-top:7px}.from_to[data-v-17d98670],.hyphen[data-v-17d98670]{margin-top:7px;font-weight:700}.hyphen[data-v-17d98670]{margin-right:14px}.add-textbox-delivery[data-v-17d98670]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-17d98670]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-17d98670]{position:relative;font-size:18px}.add-textbox-order-name[data-v-17d98670]{width:57rem}.add-textbox-post[data-v-17d98670],.add-textbox-tel[data-v-17d98670]{width:20rem}.add-textbox-remark[data-v-17d98670]{width:90.5rem}.add-textbox-trace[data-v-17d98670]{width:21rem}.theme--light.v-navigation-drawer[data-v-17d98670]{position:fixed}.txt-single[data-v-17d98670]{padding-right:0;font-size:large}.overflow[data-v-17d98670]{overflow:hidden}.toatlNum[data-v-17d98670]{margin-left:10px}.txt-center[data-v-17d98670]{margin:auto}.link[data-v-17d98670]{text-decoration:none}button.v-btn.day-ctrl-btn[data-v-53842b31]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-53842b31]{padding-top:0}button.v-btn.fix-btn[data-v-53842b31],button.v-btn.paid-btn[data-v-53842b31],button.v-btn.res-btn[data-v-53842b31]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-53842b31]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-53842b31]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-53842b31]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-53842b31] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-53842b31] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-53842b31] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-53842b31] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-53842b31] td{font-size:large}.v-btn[data-v-53842b31]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-53842b31]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-53842b31]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-53842b31]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-53842b31]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-53842b31]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-53842b31],.v-btn.v-btn--has-bg.other-btn[data-v-53842b31],.v-btn.v-btn--has-bg.post-btn[data-v-53842b31]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-53842b31]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-53842b31]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-53842b31],.table-date-style[data-v-53842b31]{width:12rem}.search-autocomplete[data-v-53842b31]{width:16rem}.search-autocomplete-warehouse[data-v-53842b31]{width:14rem}.search-autocomplete-loc[data-v-53842b31]{width:11rem}.search-autocomplete-processType[data-v-53842b31]{width:6rem}.search-textbox-materialCd[data-v-53842b31],.search-textbox-voucherNo[data-v-53842b31]{width:20rem}.search-textbox[data-v-53842b31],.serch-textbox-arrivalNo[data-v-53842b31]{width:16rem}.serch-textbox-locDetail[data-v-53842b31]{width:8rem}.serch-textbox-itemCnCd[data-v-53842b31]{width:24rem}.serch-textbox-useritemCd[data-v-53842b31]{width:19rem}.serch-textbox-dueDate[data-v-53842b31]{width:10rem}.textbox-arrivalNo[data-v-53842b31]{width:24rem}.v-text-field.input-number[data-v-53842b31],.v-text-field.text-box[data-v-53842b31]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-53842b31]{margin:500px 0 16px 16px}.input-number-modal[data-v-53842b31] input,.input-number[data-v-53842b31] input{text-align:right}.paging-label[data-v-53842b31]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-53842b31]{width:100%;margin-right:12px}div.row.search-row[data-v-53842b31]{margin-top:5px}div.first-search-item[data-v-53842b31]{margin-left:15px}div.first-rangSpec-item[data-v-53842b31]{margin-left:190px}div.btn-area[data-v-53842b31]{float:right}div.display-search-result-row[data-v-53842b31]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-53842b31]{width:400px}span.rangSpec-item[data-v-53842b31]{margin-left:13px}.item-spacer[data-v-53842b31]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-53842b31]{margin-left:3px}.text-label[data-v-53842b31],div.calender-btn-area[data-v-53842b31]{margin-top:7px}.from_to[data-v-53842b31],.hyphen[data-v-53842b31]{margin-top:7px;font-weight:700}.hyphen[data-v-53842b31]{margin-right:14px}.add-textbox-delivery[data-v-53842b31]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-53842b31]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-53842b31]{position:relative;font-size:18px}.add-textbox-order-name[data-v-53842b31]{width:57rem}.add-textbox-post[data-v-53842b31],.add-textbox-tel[data-v-53842b31]{width:20rem}.add-textbox-remark[data-v-53842b31]{width:90.5rem}.add-textbox-trace[data-v-53842b31]{width:21rem}.theme--light.v-navigation-drawer[data-v-53842b31]{position:fixed}.search-textbox-remark[data-v-53842b31]{width:41.5rem;margin-left:15px}.calender[data-v-53842b31]{display:flex}button.v-btn.day-ctrl-btn[data-v-fd147e14]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-fd147e14]{padding-top:0}button.v-btn.fix-btn[data-v-fd147e14],button.v-btn.paid-btn[data-v-fd147e14],button.v-btn.res-btn[data-v-fd147e14]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-fd147e14]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-fd147e14]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-fd147e14]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-fd147e14] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-fd147e14] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-fd147e14] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-fd147e14] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-fd147e14] td{font-size:large}.v-btn[data-v-fd147e14]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-fd147e14]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-fd147e14]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-fd147e14]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-fd147e14]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-fd147e14]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-fd147e14],.v-btn.v-btn--has-bg.other-btn[data-v-fd147e14],.v-btn.v-btn--has-bg.post-btn[data-v-fd147e14]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-fd147e14]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-fd147e14]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-fd147e14],.table-date-style[data-v-fd147e14]{width:12rem}.search-autocomplete[data-v-fd147e14]{width:16rem}.search-autocomplete-warehouse[data-v-fd147e14]{width:14rem}.search-autocomplete-loc[data-v-fd147e14]{width:11rem}.search-autocomplete-processType[data-v-fd147e14]{width:6rem}.search-textbox-materialCd[data-v-fd147e14],.search-textbox-voucherNo[data-v-fd147e14]{width:20rem}.search-textbox[data-v-fd147e14],.serch-textbox-arrivalNo[data-v-fd147e14]{width:16rem}.serch-textbox-locDetail[data-v-fd147e14]{width:8rem}.serch-textbox-itemCnCd[data-v-fd147e14]{width:24rem}.serch-textbox-useritemCd[data-v-fd147e14]{width:19rem}.serch-textbox-dueDate[data-v-fd147e14]{width:10rem}.textbox-arrivalNo[data-v-fd147e14]{width:24rem}.v-text-field.input-number[data-v-fd147e14],.v-text-field.text-box[data-v-fd147e14]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-fd147e14]{margin:500px 0 16px 16px}.input-number-modal[data-v-fd147e14] input,.input-number[data-v-fd147e14] input{text-align:right}.paging-label[data-v-fd147e14]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-fd147e14]{width:100%;margin-right:12px}div.row.search-row[data-v-fd147e14]{margin-top:5px}div.first-search-item[data-v-fd147e14]{margin-left:15px}div.first-rangSpec-item[data-v-fd147e14]{margin-left:190px}div.btn-area[data-v-fd147e14]{float:right}div.display-search-result-row[data-v-fd147e14]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-fd147e14]{width:400px}span.rangSpec-item[data-v-fd147e14]{margin-left:13px}.item-spacer[data-v-fd147e14]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-fd147e14]{margin-left:3px}.text-label[data-v-fd147e14],div.calender-btn-area[data-v-fd147e14]{margin-top:7px}.from_to[data-v-fd147e14],.hyphen[data-v-fd147e14]{margin-top:7px;font-weight:700}.hyphen[data-v-fd147e14]{margin-right:14px}.add-textbox-delivery[data-v-fd147e14]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-fd147e14]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-fd147e14]{position:relative;font-size:18px}.add-textbox-order-name[data-v-fd147e14]{width:57rem}.add-textbox-post[data-v-fd147e14],.add-textbox-tel[data-v-fd147e14]{width:20rem}.add-textbox-remark[data-v-fd147e14]{width:90.5rem}.add-textbox-trace[data-v-fd147e14]{width:21rem}.theme--light.v-navigation-drawer[data-v-fd147e14]{position:fixed}.txt-single[data-v-fd147e14]{padding-right:0;font-size:large}.overflow[data-v-fd147e14]{overflow:hidden}.toatlNum[data-v-fd147e14]{margin-left:10px}.txt-center[data-v-fd147e14]{margin:auto}.link[data-v-fd147e14]{text-decoration:none}button.v-btn.day-ctrl-btn[data-v-28dc787c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-28dc787c]{padding-top:0}button.v-btn.fix-btn[data-v-28dc787c],button.v-btn.paid-btn[data-v-28dc787c],button.v-btn.res-btn[data-v-28dc787c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-28dc787c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-28dc787c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-28dc787c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-28dc787c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-28dc787c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-28dc787c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-28dc787c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-28dc787c] td{font-size:large}.v-btn[data-v-28dc787c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-28dc787c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-28dc787c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-28dc787c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-28dc787c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-28dc787c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-28dc787c],.v-btn.v-btn--has-bg.other-btn[data-v-28dc787c],.v-btn.v-btn--has-bg.post-btn[data-v-28dc787c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-28dc787c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-28dc787c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-28dc787c],.table-date-style[data-v-28dc787c]{width:12rem}.search-autocomplete[data-v-28dc787c]{width:16rem}.search-autocomplete-warehouse[data-v-28dc787c]{width:14rem}.search-autocomplete-loc[data-v-28dc787c]{width:11rem}.search-autocomplete-processType[data-v-28dc787c]{width:6rem}.search-textbox-materialCd[data-v-28dc787c],.search-textbox-voucherNo[data-v-28dc787c]{width:20rem}.search-textbox[data-v-28dc787c],.serch-textbox-arrivalNo[data-v-28dc787c]{width:16rem}.serch-textbox-locDetail[data-v-28dc787c]{width:8rem}.serch-textbox-itemCnCd[data-v-28dc787c]{width:24rem}.serch-textbox-useritemCd[data-v-28dc787c]{width:19rem}.serch-textbox-dueDate[data-v-28dc787c]{width:10rem}.textbox-arrivalNo[data-v-28dc787c]{width:24rem}.v-text-field.input-number[data-v-28dc787c],.v-text-field.text-box[data-v-28dc787c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-28dc787c]{margin:500px 0 16px 16px}.input-number-modal[data-v-28dc787c] input,.input-number[data-v-28dc787c] input{text-align:right}.paging-label[data-v-28dc787c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-28dc787c]{width:100%;margin-right:12px}div.row.search-row[data-v-28dc787c]{margin-top:5px}div.first-search-item[data-v-28dc787c]{margin-left:15px}div.first-rangSpec-item[data-v-28dc787c]{margin-left:190px}div.btn-area[data-v-28dc787c]{float:right}div.display-search-result-row[data-v-28dc787c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-28dc787c]{width:400px}span.rangSpec-item[data-v-28dc787c]{margin-left:13px}.item-spacer[data-v-28dc787c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-28dc787c]{margin-left:3px}.text-label[data-v-28dc787c],div.calender-btn-area[data-v-28dc787c]{margin-top:7px}.from_to[data-v-28dc787c],.hyphen[data-v-28dc787c]{margin-top:7px;font-weight:700}.hyphen[data-v-28dc787c]{margin-right:14px}.add-textbox-delivery[data-v-28dc787c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-28dc787c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-28dc787c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-28dc787c]{width:57rem}.add-textbox-post[data-v-28dc787c],.add-textbox-tel[data-v-28dc787c]{width:20rem}.add-textbox-remark[data-v-28dc787c]{width:90.5rem}.add-textbox-trace[data-v-28dc787c]{width:21rem}.theme--light.v-navigation-drawer[data-v-28dc787c]{position:fixed}.search-textbox-remark[data-v-28dc787c]{width:41.5rem;margin-left:15px}.calender[data-v-28dc787c]{display:flex}button.v-btn.day-ctrl-btn[data-v-024a4b9c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-024a4b9c]{padding-top:0}button.v-btn.fix-btn[data-v-024a4b9c],button.v-btn.paid-btn[data-v-024a4b9c],button.v-btn.res-btn[data-v-024a4b9c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-024a4b9c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-024a4b9c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-024a4b9c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-024a4b9c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-024a4b9c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-024a4b9c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-024a4b9c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-024a4b9c] td{font-size:large}.v-btn[data-v-024a4b9c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-024a4b9c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-024a4b9c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-024a4b9c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-024a4b9c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-024a4b9c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-024a4b9c],.v-btn.v-btn--has-bg.other-btn[data-v-024a4b9c],.v-btn.v-btn--has-bg.post-btn[data-v-024a4b9c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-024a4b9c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-024a4b9c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-024a4b9c],.table-date-style[data-v-024a4b9c]{width:12rem}.search-autocomplete[data-v-024a4b9c]{width:16rem}.search-autocomplete-warehouse[data-v-024a4b9c]{width:14rem}.search-autocomplete-loc[data-v-024a4b9c]{width:11rem}.search-autocomplete-processType[data-v-024a4b9c]{width:6rem}.search-textbox-materialCd[data-v-024a4b9c],.search-textbox-voucherNo[data-v-024a4b9c]{width:20rem}.search-textbox[data-v-024a4b9c],.serch-textbox-arrivalNo[data-v-024a4b9c]{width:16rem}.serch-textbox-locDetail[data-v-024a4b9c]{width:8rem}.serch-textbox-itemCnCd[data-v-024a4b9c]{width:24rem}.serch-textbox-useritemCd[data-v-024a4b9c]{width:19rem}.serch-textbox-dueDate[data-v-024a4b9c]{width:10rem}.textbox-arrivalNo[data-v-024a4b9c]{width:24rem}.v-text-field.input-number[data-v-024a4b9c],.v-text-field.text-box[data-v-024a4b9c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-024a4b9c]{margin:500px 0 16px 16px}.input-number-modal[data-v-024a4b9c] input,.input-number[data-v-024a4b9c] input{text-align:right}.paging-label[data-v-024a4b9c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-024a4b9c]{width:100%;margin-right:12px}div.row.search-row[data-v-024a4b9c]{margin-top:5px}div.first-search-item[data-v-024a4b9c]{margin-left:15px}div.first-rangSpec-item[data-v-024a4b9c]{margin-left:190px}div.btn-area[data-v-024a4b9c]{float:right}div.display-search-result-row[data-v-024a4b9c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-024a4b9c]{width:400px}span.rangSpec-item[data-v-024a4b9c]{margin-left:13px}.item-spacer[data-v-024a4b9c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-024a4b9c]{margin-left:3px}.from_to[data-v-024a4b9c],.text-label[data-v-024a4b9c],div.calender-btn-area[data-v-024a4b9c]{margin-top:7px}.hyphen[data-v-024a4b9c]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-024a4b9c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-024a4b9c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-024a4b9c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-024a4b9c]{width:57rem}.add-textbox-post[data-v-024a4b9c],.add-textbox-tel[data-v-024a4b9c]{width:20rem}.add-textbox-remark[data-v-024a4b9c]{width:90.5rem}.add-textbox-trace[data-v-024a4b9c]{width:21rem}.theme--light.v-navigation-drawer[data-v-024a4b9c]{position:fixed}.autoUpdate[data-v-024a4b9c],.txt-single[data-v-024a4b9c]{padding-right:0;font-size:large}.autoUpdate[data-v-024a4b9c]{width:110px}.download-btn[data-v-024a4b9c]{width:10rem}.serch-textbox-arrivalNo[data-v-024a4b9c]{padding-right:0;font-size:large;width:153px}#listData.v-data-table[data-v-024a4b9c] .v-data-table__wrapper{max-height:500px;height:100%}.textbox[data-v-024a4b9c]{width:11.2rem}.from_to[data-v-024a4b9c]{font-weight:700}.toatlNum[data-v-024a4b9c]{margin-left:10px}.span1[data-v-024a4b9c]{width:4.3rem}.span2[data-v-024a4b9c]{width:8rem}.span3[data-v-024a4b9c]{width:8.7rem}a[data-v-024a4b9c]{text-decoration:underline}.v-btn.v-btn--has-bg.cargos_btn[data-v-024a4b9c]{text-transform:none;background:#dee6f3}.cargos_btn[data-v-024a4b9c] .v-btn__content{color:#000!important;font-weight:400!important}.v-btn.v-btn--has-bg.btn_search[data-v-024a4b9c]{width:5.5rem}.v-btn.v-btn--has-bg.btn_search_nor[data-v-024a4b9c]{background:#3ff}.v-btn.v-btn--has-bg.btn_search_notImported[data-v-024a4b9c]{background:#ff6}.v-btn.v-btn--has-bg.btn_search_imported[data-v-024a4b9c]{background:#f66}#listData.norTableData[data-v-024a4b9c] th{background:#3ff}#listData.notImportedTableData[data-v-024a4b9c] th{background:#ff6}#listData.importedTableData[data-v-024a4b9c] th{background:#f66}.date-style[data-v-024a4b9c]{width:11rem}#listData[data-v-024a4b9c] td,#listData[data-v-024a4b9c] th{padding:0 8px}#QueInfoStatusData.v-data-table--fixed-header[data-v-024a4b9c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#QueInfoStatusData.v-data-table--fixed-header[data-v-024a4b9c] th{font-size:large!important;color:#000;background:#effad9;height:2rem!important}#QueInfoStatusData.v-data-table--fixed-header[data-v-024a4b9c] th.asta:after{content:"*"!important;color:red}#QueInfoStatusData.v-data-table--fixed-header[data-v-024a4b9c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#QueInfoStatusData.v-data-table--fixed-header[data-v-024a4b9c] td{font-size:large}button.v-btn.day-ctrl-btn[data-v-6dfc65e2]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-6dfc65e2]{padding-top:0}button.v-btn.fix-btn[data-v-6dfc65e2],button.v-btn.paid-btn[data-v-6dfc65e2],button.v-btn.res-btn[data-v-6dfc65e2]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-6dfc65e2]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-6dfc65e2]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-6dfc65e2]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-6dfc65e2] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-6dfc65e2] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-6dfc65e2] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-6dfc65e2] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-6dfc65e2] td{font-size:large}.v-btn[data-v-6dfc65e2]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-6dfc65e2]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-6dfc65e2]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-6dfc65e2]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-6dfc65e2]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-6dfc65e2]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-6dfc65e2],.v-btn.v-btn--has-bg.other-btn[data-v-6dfc65e2],.v-btn.v-btn--has-bg.post-btn[data-v-6dfc65e2]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-6dfc65e2]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-6dfc65e2]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-6dfc65e2],.table-date-style[data-v-6dfc65e2]{width:12rem}.search-autocomplete[data-v-6dfc65e2]{width:16rem}.search-autocomplete-warehouse[data-v-6dfc65e2]{width:14rem}.search-autocomplete-loc[data-v-6dfc65e2]{width:11rem}.search-autocomplete-processType[data-v-6dfc65e2]{width:6rem}.search-textbox-materialCd[data-v-6dfc65e2],.search-textbox-voucherNo[data-v-6dfc65e2]{width:20rem}.search-textbox[data-v-6dfc65e2],.serch-textbox-arrivalNo[data-v-6dfc65e2]{width:16rem}.serch-textbox-locDetail[data-v-6dfc65e2]{width:8rem}.serch-textbox-itemCnCd[data-v-6dfc65e2]{width:24rem}.serch-textbox-useritemCd[data-v-6dfc65e2]{width:19rem}.serch-textbox-dueDate[data-v-6dfc65e2]{width:10rem}.textbox-arrivalNo[data-v-6dfc65e2]{width:24rem}.v-text-field.input-number[data-v-6dfc65e2],.v-text-field.text-box[data-v-6dfc65e2]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-6dfc65e2]{margin:500px 0 16px 16px}.input-number-modal[data-v-6dfc65e2] input,.input-number[data-v-6dfc65e2] input{text-align:right}.paging-label[data-v-6dfc65e2]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-6dfc65e2]{width:100%;margin-right:12px}div.row.search-row[data-v-6dfc65e2]{margin-top:5px}div.first-search-item[data-v-6dfc65e2]{margin-left:15px}div.first-rangSpec-item[data-v-6dfc65e2]{margin-left:190px}div.btn-area[data-v-6dfc65e2]{float:right}div.display-search-result-row[data-v-6dfc65e2]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-6dfc65e2]{width:400px}span.rangSpec-item[data-v-6dfc65e2]{margin-left:13px}.item-spacer[data-v-6dfc65e2]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-6dfc65e2]{margin-left:3px}.text-label[data-v-6dfc65e2],div.calender-btn-area[data-v-6dfc65e2]{margin-top:7px}.from_to[data-v-6dfc65e2],.hyphen[data-v-6dfc65e2]{margin-top:7px;font-weight:700}.hyphen[data-v-6dfc65e2]{margin-right:14px}.add-textbox-delivery[data-v-6dfc65e2]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-6dfc65e2]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-6dfc65e2]{position:relative;font-size:18px}.add-textbox-order-name[data-v-6dfc65e2]{width:57rem}.add-textbox-post[data-v-6dfc65e2],.add-textbox-tel[data-v-6dfc65e2]{width:20rem}.add-textbox-remark[data-v-6dfc65e2]{width:90.5rem}.add-textbox-trace[data-v-6dfc65e2]{width:21rem}.theme--light.v-navigation-drawer[data-v-6dfc65e2]{position:fixed}#sub-bar[data-v-6dfc65e2]{padding:none;height:3rem}.text-overflow[data-v-6dfc65e2]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table[data-v-6dfc65e2] table{border-bottom:thin solid rgba(0,0,0,.12)}button.v-btn.day-ctrl-btn[data-v-6a07e20b]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-6a07e20b]{padding-top:0}button.v-btn.fix-btn[data-v-6a07e20b],button.v-btn.paid-btn[data-v-6a07e20b],button.v-btn.res-btn[data-v-6a07e20b]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-6a07e20b]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-6a07e20b]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-6a07e20b]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-6a07e20b] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-6a07e20b] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-6a07e20b] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-6a07e20b] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-6a07e20b] td{font-size:large}.v-btn[data-v-6a07e20b]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-6a07e20b]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-6a07e20b]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-6a07e20b]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-6a07e20b]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-6a07e20b]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-6a07e20b],.v-btn.v-btn--has-bg.other-btn[data-v-6a07e20b],.v-btn.v-btn--has-bg.post-btn[data-v-6a07e20b]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-6a07e20b]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-6a07e20b]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-6a07e20b],.table-date-style[data-v-6a07e20b]{width:12rem}.search-autocomplete[data-v-6a07e20b]{width:16rem}.search-autocomplete-warehouse[data-v-6a07e20b]{width:14rem}.search-autocomplete-loc[data-v-6a07e20b]{width:11rem}.search-autocomplete-processType[data-v-6a07e20b]{width:6rem}.search-textbox-materialCd[data-v-6a07e20b],.search-textbox-voucherNo[data-v-6a07e20b]{width:20rem}.search-textbox[data-v-6a07e20b],.serch-textbox-arrivalNo[data-v-6a07e20b]{width:16rem}.serch-textbox-locDetail[data-v-6a07e20b]{width:8rem}.serch-textbox-itemCnCd[data-v-6a07e20b]{width:24rem}.serch-textbox-useritemCd[data-v-6a07e20b]{width:19rem}.serch-textbox-dueDate[data-v-6a07e20b]{width:10rem}.textbox-arrivalNo[data-v-6a07e20b]{width:24rem}.v-text-field.input-number[data-v-6a07e20b],.v-text-field.text-box[data-v-6a07e20b]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-6a07e20b]{margin:500px 0 16px 16px}.input-number-modal[data-v-6a07e20b] input,.input-number[data-v-6a07e20b] input{text-align:right}.paging-label[data-v-6a07e20b]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-6a07e20b]{width:100%;margin-right:12px}div.row.search-row[data-v-6a07e20b]{margin-top:5px}div.first-search-item[data-v-6a07e20b]{margin-left:15px}div.first-rangSpec-item[data-v-6a07e20b]{margin-left:190px}div.btn-area[data-v-6a07e20b]{float:right}div.display-search-result-row[data-v-6a07e20b]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-6a07e20b]{width:400px}span.rangSpec-item[data-v-6a07e20b]{margin-left:13px}.item-spacer[data-v-6a07e20b]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-6a07e20b]{margin-left:3px}.text-label[data-v-6a07e20b],div.calender-btn-area[data-v-6a07e20b]{margin-top:7px}.from_to[data-v-6a07e20b],.hyphen[data-v-6a07e20b]{margin-top:7px;font-weight:700}.hyphen[data-v-6a07e20b]{margin-right:14px}.add-textbox-delivery[data-v-6a07e20b]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-6a07e20b]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-6a07e20b]{position:relative;font-size:18px}.add-textbox-order-name[data-v-6a07e20b]{width:57rem}.add-textbox-post[data-v-6a07e20b],.add-textbox-tel[data-v-6a07e20b]{width:20rem}.add-textbox-remark[data-v-6a07e20b]{width:90.5rem}.add-textbox-trace[data-v-6a07e20b]{width:21rem}.theme--light.v-navigation-drawer[data-v-6a07e20b]{position:fixed}#sub-bar[data-v-6a07e20b]{padding:none;height:3rem}.text-overflow[data-v-6a07e20b]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table[data-v-6a07e20b] table{border-bottom:thin solid rgba(0,0,0,.12)}button.v-btn.day-ctrl-btn[data-v-0177e24d]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-0177e24d]{padding-top:0}button.v-btn.fix-btn[data-v-0177e24d],button.v-btn.paid-btn[data-v-0177e24d],button.v-btn.res-btn[data-v-0177e24d]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-0177e24d]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-0177e24d]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-0177e24d]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-0177e24d] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-0177e24d] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-0177e24d] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-0177e24d] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-0177e24d] td{font-size:large}.v-btn[data-v-0177e24d]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-0177e24d]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-0177e24d]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-0177e24d]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-0177e24d]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-0177e24d]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-0177e24d],.v-btn.v-btn--has-bg.other-btn[data-v-0177e24d],.v-btn.v-btn--has-bg.post-btn[data-v-0177e24d]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-0177e24d]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-0177e24d]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-0177e24d],.table-date-style[data-v-0177e24d]{width:12rem}.search-autocomplete[data-v-0177e24d]{width:16rem}.search-autocomplete-warehouse[data-v-0177e24d]{width:14rem}.search-autocomplete-loc[data-v-0177e24d]{width:11rem}.search-autocomplete-processType[data-v-0177e24d]{width:6rem}.search-textbox-materialCd[data-v-0177e24d],.search-textbox-voucherNo[data-v-0177e24d]{width:20rem}.search-textbox[data-v-0177e24d],.serch-textbox-arrivalNo[data-v-0177e24d]{width:16rem}.serch-textbox-locDetail[data-v-0177e24d]{width:8rem}.serch-textbox-itemCnCd[data-v-0177e24d]{width:24rem}.serch-textbox-useritemCd[data-v-0177e24d]{width:19rem}.serch-textbox-dueDate[data-v-0177e24d]{width:10rem}.textbox-arrivalNo[data-v-0177e24d]{width:24rem}.v-text-field.input-number[data-v-0177e24d],.v-text-field.text-box[data-v-0177e24d]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-0177e24d]{margin:500px 0 16px 16px}.input-number-modal[data-v-0177e24d] input,.input-number[data-v-0177e24d] input{text-align:right}.paging-label[data-v-0177e24d]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-0177e24d]{width:100%;margin-right:12px}div.row.search-row[data-v-0177e24d]{margin-top:5px}div.first-search-item[data-v-0177e24d]{margin-left:15px}div.first-rangSpec-item[data-v-0177e24d]{margin-left:190px}div.btn-area[data-v-0177e24d]{float:right}div.display-search-result-row[data-v-0177e24d]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-0177e24d]{width:400px}span.rangSpec-item[data-v-0177e24d]{margin-left:13px}.item-spacer[data-v-0177e24d]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-0177e24d]{margin-left:3px}.text-label[data-v-0177e24d],div.calender-btn-area[data-v-0177e24d]{margin-top:7px}.from_to[data-v-0177e24d],.hyphen[data-v-0177e24d]{margin-top:7px;font-weight:700}.hyphen[data-v-0177e24d]{margin-right:14px}.add-textbox-delivery[data-v-0177e24d]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-0177e24d]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-0177e24d]{position:relative;font-size:18px}.add-textbox-order-name[data-v-0177e24d]{width:57rem}.add-textbox-post[data-v-0177e24d],.add-textbox-tel[data-v-0177e24d]{width:20rem}.add-textbox-remark[data-v-0177e24d]{width:90.5rem}.add-textbox-trace[data-v-0177e24d]{width:21rem}.theme--light.v-navigation-drawer[data-v-0177e24d]{position:fixed}#sub-bar[data-v-0177e24d]{padding:none;height:3rem}.text-overflow[data-v-0177e24d]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table[data-v-0177e24d] table{border-bottom:thin solid rgba(0,0,0,.12)}#listData.v-data-table[data-v-0177e24d] th.wmscolor{background:#fce4d6}button.v-btn.day-ctrl-btn[data-v-5c5f58d4]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-5c5f58d4]{padding-top:0}button.v-btn.fix-btn[data-v-5c5f58d4],button.v-btn.paid-btn[data-v-5c5f58d4],button.v-btn.res-btn[data-v-5c5f58d4]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-5c5f58d4]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-5c5f58d4]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-5c5f58d4]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-5c5f58d4] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-5c5f58d4] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-5c5f58d4] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-5c5f58d4] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-5c5f58d4] td{font-size:large}.v-btn[data-v-5c5f58d4]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-5c5f58d4]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-5c5f58d4]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-5c5f58d4]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-5c5f58d4]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-5c5f58d4]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-5c5f58d4],.v-btn.v-btn--has-bg.other-btn[data-v-5c5f58d4],.v-btn.v-btn--has-bg.post-btn[data-v-5c5f58d4]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-5c5f58d4]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-5c5f58d4]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-5c5f58d4],.table-date-style[data-v-5c5f58d4]{width:12rem}.search-autocomplete[data-v-5c5f58d4]{width:16rem}.search-autocomplete-warehouse[data-v-5c5f58d4]{width:14rem}.search-autocomplete-loc[data-v-5c5f58d4]{width:11rem}.search-autocomplete-processType[data-v-5c5f58d4]{width:6rem}.search-textbox-materialCd[data-v-5c5f58d4],.search-textbox-voucherNo[data-v-5c5f58d4]{width:20rem}.search-textbox[data-v-5c5f58d4],.serch-textbox-arrivalNo[data-v-5c5f58d4]{width:16rem}.serch-textbox-locDetail[data-v-5c5f58d4]{width:8rem}.serch-textbox-itemCnCd[data-v-5c5f58d4]{width:24rem}.serch-textbox-useritemCd[data-v-5c5f58d4]{width:19rem}.serch-textbox-dueDate[data-v-5c5f58d4]{width:10rem}.textbox-arrivalNo[data-v-5c5f58d4]{width:24rem}.v-text-field.input-number[data-v-5c5f58d4],.v-text-field.text-box[data-v-5c5f58d4]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-5c5f58d4]{margin:500px 0 16px 16px}.input-number-modal[data-v-5c5f58d4] input,.input-number[data-v-5c5f58d4] input{text-align:right}.paging-label[data-v-5c5f58d4]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-5c5f58d4]{width:100%;margin-right:12px}div.row.search-row[data-v-5c5f58d4]{margin-top:5px}div.first-search-item[data-v-5c5f58d4]{margin-left:15px}div.first-rangSpec-item[data-v-5c5f58d4]{margin-left:190px}div.btn-area[data-v-5c5f58d4]{float:right}div.display-search-result-row[data-v-5c5f58d4]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-5c5f58d4]{width:400px}span.rangSpec-item[data-v-5c5f58d4]{margin-left:13px}.item-spacer[data-v-5c5f58d4]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-5c5f58d4]{margin-left:3px}.text-label[data-v-5c5f58d4],div.calender-btn-area[data-v-5c5f58d4]{margin-top:7px}.from_to[data-v-5c5f58d4],.hyphen[data-v-5c5f58d4]{margin-top:7px;font-weight:700}.hyphen[data-v-5c5f58d4]{margin-right:14px}.add-textbox-delivery[data-v-5c5f58d4]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-5c5f58d4]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-5c5f58d4]{position:relative;font-size:18px}.add-textbox-order-name[data-v-5c5f58d4]{width:57rem}.add-textbox-post[data-v-5c5f58d4],.add-textbox-tel[data-v-5c5f58d4]{width:20rem}.add-textbox-remark[data-v-5c5f58d4]{width:90.5rem}.add-textbox-trace[data-v-5c5f58d4]{width:21rem}.theme--light.v-navigation-drawer[data-v-5c5f58d4]{position:fixed}.txt-single[data-v-5c5f58d4]{padding-right:0;font-size:large}.autoUpdate[data-v-5c5f58d4],.serch-textbox-arrivalNo[data-v-5c5f58d4]{padding-right:0;font-size:large;width:110px}.textbox[data-v-5c5f58d4]{width:11.2rem}a[data-v-5c5f58d4]{text-decoration:underline}#listData.v-data-table[data-v-5c5f58d4] th{padding:0 0}#listData.v-data-table[data-v-5c5f58d4] td #table-detail1,#listData.v-data-table[data-v-5c5f58d4] th .headerclass1{background-color:#e0ffff}#listData.v-data-table[data-v-5c5f58d4] th .headerclass2{background-color:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}#listData.v-data-table[data-v-5c5f58d4] td #table-detail2{background-color:#fff}#listData.v-data-table[data-v-5c5f58d4] .v-data-table__wrapper{max-height:534px;height:100%}#listData.v-data-table[data-v-5c5f58d4] td.text-left{padding:0 0}#listData.v-data-table[data-v-5c5f58d4] td .v-text-field.input-number{margin:0 0 0 0;height:2.5rem}#listData.v-data-table[data-v-5c5f58d4] td .v-text-field--outlined{border-radius:0}#listData.v-data-table[data-v-5c5f58d4] td{border-bottom:none}#listData.v-data-table[data-v-5c5f58d4] td .displaystyle1{background-color:#e0ffff}#listData.v-data-table[data-v-5c5f58d4] td .displaystyle1,#listData.v-data-table[data-v-5c5f58d4] td .displaystyle2{height:2.5rem;border:1px solid #8b9e9e!important;text-align:right;padding-top:5px;font-size:16px;padding-right:2.2rem}#listData.v-data-table[data-v-5c5f58d4] td .displaystyle2{background-color:#fff}#listData.v-data-table[data-v-5c5f58d4] table{border-bottom:thin solid rgba(0,0,0,.12)}button.v-btn.day-ctrl-btn[data-v-fd85dc34]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-fd85dc34]{padding-top:0}button.v-btn.fix-btn[data-v-fd85dc34],button.v-btn.paid-btn[data-v-fd85dc34],button.v-btn.res-btn[data-v-fd85dc34]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-fd85dc34]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-fd85dc34]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-fd85dc34]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-fd85dc34] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-fd85dc34] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-fd85dc34] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-fd85dc34] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-fd85dc34] td{font-size:large}.v-btn[data-v-fd85dc34]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-fd85dc34]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-fd85dc34]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-fd85dc34]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-fd85dc34]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-fd85dc34]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-fd85dc34],.v-btn.v-btn--has-bg.other-btn[data-v-fd85dc34],.v-btn.v-btn--has-bg.post-btn[data-v-fd85dc34]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-fd85dc34]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-fd85dc34]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-fd85dc34],.table-date-style[data-v-fd85dc34]{width:12rem}.search-autocomplete[data-v-fd85dc34]{width:16rem}.search-autocomplete-warehouse[data-v-fd85dc34]{width:14rem}.search-autocomplete-loc[data-v-fd85dc34]{width:11rem}.search-autocomplete-processType[data-v-fd85dc34]{width:6rem}.search-textbox-materialCd[data-v-fd85dc34],.search-textbox-voucherNo[data-v-fd85dc34]{width:20rem}.search-textbox[data-v-fd85dc34],.serch-textbox-arrivalNo[data-v-fd85dc34]{width:16rem}.serch-textbox-locDetail[data-v-fd85dc34]{width:8rem}.serch-textbox-itemCnCd[data-v-fd85dc34]{width:24rem}.serch-textbox-useritemCd[data-v-fd85dc34]{width:19rem}.serch-textbox-dueDate[data-v-fd85dc34]{width:10rem}.textbox-arrivalNo[data-v-fd85dc34]{width:24rem}.v-text-field.input-number[data-v-fd85dc34],.v-text-field.text-box[data-v-fd85dc34]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-fd85dc34]{margin:500px 0 16px 16px}.input-number-modal[data-v-fd85dc34] input,.input-number[data-v-fd85dc34] input{text-align:right}.paging-label[data-v-fd85dc34]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-fd85dc34]{width:100%;margin-right:12px}div.row.search-row[data-v-fd85dc34]{margin-top:5px}div.first-search-item[data-v-fd85dc34]{margin-left:15px}div.first-rangSpec-item[data-v-fd85dc34]{margin-left:190px}div.btn-area[data-v-fd85dc34]{float:right}div.display-search-result-row[data-v-fd85dc34]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-fd85dc34]{width:400px}span.rangSpec-item[data-v-fd85dc34]{margin-left:13px}.item-spacer[data-v-fd85dc34]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-fd85dc34]{margin-left:3px}.text-label[data-v-fd85dc34],div.calender-btn-area[data-v-fd85dc34]{margin-top:7px}.from_to[data-v-fd85dc34],.hyphen[data-v-fd85dc34]{margin-top:7px;font-weight:700}.hyphen[data-v-fd85dc34]{margin-right:14px}.add-textbox-delivery[data-v-fd85dc34]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-fd85dc34]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-fd85dc34]{position:relative;font-size:18px}.add-textbox-order-name[data-v-fd85dc34]{width:57rem}.add-textbox-post[data-v-fd85dc34],.add-textbox-tel[data-v-fd85dc34]{width:20rem}.add-textbox-remark[data-v-fd85dc34]{width:90.5rem}.add-textbox-trace[data-v-fd85dc34]{width:21rem}.theme--light.v-navigation-drawer[data-v-fd85dc34]{position:fixed}.txt-single[data-v-fd85dc34]{padding-right:0;font-size:large}.textbox[data-v-fd85dc34]{width:11.2rem}.btn-sortSelection-area[data-v-fd85dc34]{float:left;margin-bottom:1.8rem}.btn-post-area[data-v-fd85dc34]{position:relative;left:63.3rem}.separator[data-v-fd85dc34]{padding-top:1.5rem;margin-top:1.5rem}.serch-textbox-locDetail[data-v-fd85dc34]{width:8.7rem}.date-style1[data-v-fd85dc34]{width:11rem}[data-v-fd85dc34] .v-messages__message{white-space:nowrap}[data-v-fd85dc34] .time-class{-o-border-image:repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat;border-image:repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat}button.v-btn.day-ctrl-btn[data-v-919ab52c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-919ab52c]{padding-top:0}button.v-btn.fix-btn[data-v-919ab52c],button.v-btn.paid-btn[data-v-919ab52c],button.v-btn.res-btn[data-v-919ab52c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-919ab52c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-919ab52c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-919ab52c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-919ab52c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-919ab52c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-919ab52c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-919ab52c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-919ab52c] td{font-size:large}.v-btn[data-v-919ab52c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-919ab52c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-919ab52c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-919ab52c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-919ab52c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-919ab52c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-919ab52c],.v-btn.v-btn--has-bg.other-btn[data-v-919ab52c],.v-btn.v-btn--has-bg.post-btn[data-v-919ab52c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-919ab52c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-919ab52c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-919ab52c],.table-date-style[data-v-919ab52c]{width:12rem}.search-autocomplete[data-v-919ab52c]{width:16rem}.search-autocomplete-warehouse[data-v-919ab52c]{width:14rem}.search-autocomplete-loc[data-v-919ab52c]{width:11rem}.search-autocomplete-processType[data-v-919ab52c]{width:6rem}.search-textbox-materialCd[data-v-919ab52c],.search-textbox-voucherNo[data-v-919ab52c]{width:20rem}.search-textbox[data-v-919ab52c],.serch-textbox-arrivalNo[data-v-919ab52c]{width:16rem}.serch-textbox-locDetail[data-v-919ab52c]{width:8rem}.serch-textbox-itemCnCd[data-v-919ab52c]{width:24rem}.serch-textbox-useritemCd[data-v-919ab52c]{width:19rem}.serch-textbox-dueDate[data-v-919ab52c]{width:10rem}.textbox-arrivalNo[data-v-919ab52c]{width:24rem}.v-text-field.input-number[data-v-919ab52c],.v-text-field.text-box[data-v-919ab52c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-919ab52c]{margin:500px 0 16px 16px}.input-number-modal[data-v-919ab52c] input,.input-number[data-v-919ab52c] input{text-align:right}.paging-label[data-v-919ab52c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-919ab52c]{width:100%;margin-right:12px}div.row.search-row[data-v-919ab52c]{margin-top:5px}div.first-search-item[data-v-919ab52c]{margin-left:15px}div.first-rangSpec-item[data-v-919ab52c]{margin-left:190px}div.btn-area[data-v-919ab52c]{float:right}div.display-search-result-row[data-v-919ab52c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-919ab52c]{width:400px}span.rangSpec-item[data-v-919ab52c]{margin-left:13px}.item-spacer[data-v-919ab52c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-919ab52c]{margin-left:3px}.from_to[data-v-919ab52c],.text-label[data-v-919ab52c],div.calender-btn-area[data-v-919ab52c]{margin-top:7px}.hyphen[data-v-919ab52c]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-919ab52c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-919ab52c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-919ab52c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-919ab52c]{width:57rem}.add-textbox-post[data-v-919ab52c],.add-textbox-tel[data-v-919ab52c]{width:20rem}.add-textbox-remark[data-v-919ab52c]{width:90.5rem}.add-textbox-trace[data-v-919ab52c]{width:21rem}.theme--light.v-navigation-drawer[data-v-919ab52c]{position:fixed}.txt-single[data-v-919ab52c]{padding-right:0;font-size:large}.serch-textbox-arrivalNo[data-v-919ab52c]{padding-right:0;font-size:large;width:153px}#listData.v-data-table[data-v-919ab52c] .v-data-table__wrapper{max-height:500px;height:100%;width:100%;margin-right:12px}.textbox[data-v-919ab52c]{width:11.2rem}.from_to[data-v-919ab52c]{font-weight:700}.toatlNum[data-v-919ab52c]{margin-left:10px}.span1[data-v-919ab52c]{width:4.3rem}.span2[data-v-919ab52c]{width:8rem}a[data-v-919ab52c]{text-decoration:underline}.cargos_btn[data-v-919ab52c] .v-btn__content{color:#000!important;font-weight:400!important}.v-btn.v-btn--has-bg.btn_search[data-v-919ab52c]{width:5.5rem}.date-style[data-v-919ab52c]{width:11rem}#listData[data-v-919ab52c] td,#listData[data-v-919ab52c] th{padding:0 6px}.display-search-info-label[data-v-919ab52c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px;font-size:x-large;font-weight:700}button.v-btn.day-ctrl-btn[data-v-a1c18790]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-a1c18790]{padding-top:0}button.v-btn.fix-btn[data-v-a1c18790],button.v-btn.paid-btn[data-v-a1c18790],button.v-btn.res-btn[data-v-a1c18790]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-a1c18790]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-a1c18790]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-a1c18790]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-a1c18790] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-a1c18790] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-a1c18790] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-a1c18790] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-a1c18790] td{font-size:large}.v-btn[data-v-a1c18790]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-a1c18790]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-a1c18790]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-a1c18790]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-a1c18790]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-a1c18790]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-a1c18790],.v-btn.v-btn--has-bg.other-btn[data-v-a1c18790],.v-btn.v-btn--has-bg.post-btn[data-v-a1c18790]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-a1c18790]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-a1c18790]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-a1c18790],.table-date-style[data-v-a1c18790]{width:12rem}.search-autocomplete[data-v-a1c18790]{width:16rem}.search-autocomplete-warehouse[data-v-a1c18790]{width:14rem}.search-autocomplete-loc[data-v-a1c18790]{width:11rem}.search-autocomplete-processType[data-v-a1c18790]{width:6rem}.search-textbox-materialCd[data-v-a1c18790],.search-textbox-voucherNo[data-v-a1c18790]{width:20rem}.search-textbox[data-v-a1c18790],.serch-textbox-arrivalNo[data-v-a1c18790]{width:16rem}.serch-textbox-locDetail[data-v-a1c18790]{width:8rem}.serch-textbox-itemCnCd[data-v-a1c18790]{width:24rem}.serch-textbox-useritemCd[data-v-a1c18790]{width:19rem}.serch-textbox-dueDate[data-v-a1c18790]{width:10rem}.textbox-arrivalNo[data-v-a1c18790]{width:24rem}.v-text-field.input-number[data-v-a1c18790],.v-text-field.text-box[data-v-a1c18790]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-a1c18790]{margin:500px 0 16px 16px}.input-number-modal[data-v-a1c18790] input,.input-number[data-v-a1c18790] input{text-align:right}.paging-label[data-v-a1c18790]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-a1c18790]{width:100%;margin-right:12px}div.row.search-row[data-v-a1c18790]{margin-top:5px}div.first-search-item[data-v-a1c18790]{margin-left:15px}div.first-rangSpec-item[data-v-a1c18790]{margin-left:190px}div.btn-area[data-v-a1c18790]{float:right}div.display-search-result-row[data-v-a1c18790]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-a1c18790]{width:400px}span.rangSpec-item[data-v-a1c18790]{margin-left:13px}.item-spacer[data-v-a1c18790]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-a1c18790]{margin-left:3px}.text-label[data-v-a1c18790],div.calender-btn-area[data-v-a1c18790]{margin-top:7px}.from_to[data-v-a1c18790],.hyphen[data-v-a1c18790]{margin-top:7px;font-weight:700}.hyphen[data-v-a1c18790]{margin-right:14px}.add-textbox-delivery[data-v-a1c18790]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-a1c18790]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-a1c18790]{position:relative;font-size:18px}.add-textbox-order-name[data-v-a1c18790]{width:57rem}.add-textbox-post[data-v-a1c18790],.add-textbox-tel[data-v-a1c18790]{width:20rem}.add-textbox-remark[data-v-a1c18790]{width:90.5rem}.add-textbox-trace[data-v-a1c18790]{width:21rem}.theme--light.v-navigation-drawer[data-v-a1c18790]{position:fixed}#sub-bar[data-v-a1c18790]{padding:none;height:3rem}.text-overflow[data-v-a1c18790]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table[data-v-a1c18790] table{border-bottom:thin solid rgba(0,0,0,.12)}#listData.v-data-table[data-v-a1c18790] th.wmscolor{background:#fce4d6}div.row.search-row-sorting[data-v-a1c18790]{margin-top:15px}.calender[data-v-a1c18790]{display:flex}tr td div.calender-btn-area[data-v-a1c18790]{margin-top:16px}.v-text-field.text-box[data-v-a1c18790]{margin:0;padding-top:11px;height:auto}button.v-btn.day-ctrl-btn[data-v-21fcca59]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-21fcca59]{padding-top:0}button.v-btn.fix-btn[data-v-21fcca59],button.v-btn.paid-btn[data-v-21fcca59],button.v-btn.res-btn[data-v-21fcca59]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-21fcca59]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-21fcca59]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-21fcca59]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-21fcca59] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-21fcca59] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-21fcca59] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-21fcca59] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-21fcca59] td{font-size:large}.v-btn[data-v-21fcca59]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-21fcca59]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-21fcca59]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-21fcca59]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-21fcca59]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-21fcca59]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-21fcca59],.v-btn.v-btn--has-bg.other-btn[data-v-21fcca59],.v-btn.v-btn--has-bg.post-btn[data-v-21fcca59]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-21fcca59]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-21fcca59]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-21fcca59],.table-date-style[data-v-21fcca59]{width:12rem}.search-autocomplete[data-v-21fcca59]{width:16rem}.search-autocomplete-warehouse[data-v-21fcca59]{width:14rem}.search-autocomplete-loc[data-v-21fcca59]{width:11rem}.search-autocomplete-processType[data-v-21fcca59]{width:6rem}.search-textbox-materialCd[data-v-21fcca59],.search-textbox-voucherNo[data-v-21fcca59]{width:20rem}.search-textbox[data-v-21fcca59],.serch-textbox-arrivalNo[data-v-21fcca59]{width:16rem}.serch-textbox-locDetail[data-v-21fcca59]{width:8rem}.serch-textbox-itemCnCd[data-v-21fcca59]{width:24rem}.serch-textbox-useritemCd[data-v-21fcca59]{width:19rem}.serch-textbox-dueDate[data-v-21fcca59]{width:10rem}.textbox-arrivalNo[data-v-21fcca59]{width:24rem}.v-text-field.input-number[data-v-21fcca59],.v-text-field.text-box[data-v-21fcca59]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-21fcca59]{margin:500px 0 16px 16px}.input-number-modal[data-v-21fcca59] input,.input-number[data-v-21fcca59] input{text-align:right}.paging-label[data-v-21fcca59]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-21fcca59]{width:100%;margin-right:12px}div.row.search-row[data-v-21fcca59]{margin-top:5px}div.first-search-item[data-v-21fcca59]{margin-left:15px}div.first-rangSpec-item[data-v-21fcca59]{margin-left:190px}div.btn-area[data-v-21fcca59]{float:right}div.display-search-result-row[data-v-21fcca59]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-21fcca59]{width:400px}span.rangSpec-item[data-v-21fcca59]{margin-left:13px}.item-spacer[data-v-21fcca59]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-21fcca59]{margin-left:3px}.text-label[data-v-21fcca59],div.calender-btn-area[data-v-21fcca59]{margin-top:7px}.from_to[data-v-21fcca59],.hyphen[data-v-21fcca59]{margin-top:7px;font-weight:700}.hyphen[data-v-21fcca59]{margin-right:14px}.add-textbox-delivery[data-v-21fcca59]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-21fcca59]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-21fcca59]{position:relative;font-size:18px}.add-textbox-order-name[data-v-21fcca59]{width:57rem}.add-textbox-post[data-v-21fcca59],.add-textbox-tel[data-v-21fcca59]{width:20rem}.add-textbox-remark[data-v-21fcca59]{width:90.5rem}.add-textbox-trace[data-v-21fcca59]{width:21rem}.theme--light.v-navigation-drawer[data-v-21fcca59]{position:fixed}.autoUpdate[data-v-21fcca59],.txt-single[data-v-21fcca59]{padding-right:0;font-size:large}.autoUpdate[data-v-21fcca59]{width:110px}.serch-textbox-arrivalNo[data-v-21fcca59]{padding-right:0;font-size:large;width:153px}#listData.v-data-table[data-v-21fcca59] .v-data-table__wrapper{max-height:538px;height:100%}.textbox[data-v-21fcca59]{width:11.2rem}.toatlNum[data-v-21fcca59]{margin-left:10px}a[data-v-21fcca59]{text-decoration:underline}.v-btn.v-btn--has-bg.cargos_btn[data-v-21fcca59]{text-transform:none;background:#dee6f3}.cargos_btn[data-v-21fcca59] .v-btn__content{color:#000!important;font-weight:400!important}.v-btn.v-btn--has-bg.btn_search[data-v-21fcca59]{width:5.5rem}.date-style[data-v-21fcca59]{width:11rem}.text-overflow[data-v-21fcca59]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table[data-v-21fcca59] table{border-bottom:thin solid rgba(0,0,0,.12)}#listData.v-data-table[data-v-21fcca59] th.wmscolor{background:#fce4d6}.calender[data-v-21fcca59]{display:flex}tr td div.calender-btn-area[data-v-21fcca59]{margin-top:16px}.v-text-field.text-box[data-v-21fcca59]{margin:0;padding-top:11px;height:auto}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-21fcca59] tr:nth-child(odd) td{background-color:#dde5f0!important;height:2rem}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:first-child{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:nth-child(2){position:sticky!important;left:75px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:75px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:nth-child(3){position:sticky!important;left:250px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:nth-child(3){position:sticky!important;left:250px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:nth-child(4){position:sticky!important;left:375px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:nth-child(4){position:sticky!important;left:375px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:nth-child(5){position:sticky!important;left:500px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:nth-child(5){position:sticky!important;left:500px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:nth-child(6){position:sticky!important;left:650px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:nth-child(6){position:sticky!important;left:650px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper th:nth-child(7){position:sticky!important;left:800px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-21fcca59] .v-data-table__wrapper td:nth-child(7){position:sticky!important;left:800px!important;z-index:5!important}[data-v-21fcca59] .v-dialog:not(.v-dialog--fullscreen){max-height:97%}button.v-btn.day-ctrl-btn[data-v-1544e5dc]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-1544e5dc]{padding-top:0}button.v-btn.fix-btn[data-v-1544e5dc],button.v-btn.paid-btn[data-v-1544e5dc],button.v-btn.res-btn[data-v-1544e5dc]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-1544e5dc]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-1544e5dc]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-1544e5dc]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-1544e5dc] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-1544e5dc] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-1544e5dc] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-1544e5dc] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-1544e5dc] td{font-size:large}.v-btn[data-v-1544e5dc]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-1544e5dc]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-1544e5dc]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-1544e5dc]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-1544e5dc]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-1544e5dc]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-1544e5dc],.v-btn.v-btn--has-bg.other-btn[data-v-1544e5dc],.v-btn.v-btn--has-bg.post-btn[data-v-1544e5dc]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-1544e5dc]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-1544e5dc]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-1544e5dc],.table-date-style[data-v-1544e5dc]{width:12rem}.search-autocomplete[data-v-1544e5dc]{width:16rem}.search-autocomplete-warehouse[data-v-1544e5dc]{width:14rem}.search-autocomplete-loc[data-v-1544e5dc]{width:11rem}.search-autocomplete-processType[data-v-1544e5dc]{width:6rem}.search-textbox-materialCd[data-v-1544e5dc],.search-textbox-voucherNo[data-v-1544e5dc]{width:20rem}.search-textbox[data-v-1544e5dc],.serch-textbox-arrivalNo[data-v-1544e5dc]{width:16rem}.serch-textbox-locDetail[data-v-1544e5dc]{width:8rem}.serch-textbox-itemCnCd[data-v-1544e5dc]{width:24rem}.serch-textbox-useritemCd[data-v-1544e5dc]{width:19rem}.serch-textbox-dueDate[data-v-1544e5dc]{width:10rem}.textbox-arrivalNo[data-v-1544e5dc]{width:24rem}.v-text-field.input-number[data-v-1544e5dc],.v-text-field.text-box[data-v-1544e5dc]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-1544e5dc]{margin:500px 0 16px 16px}.input-number-modal[data-v-1544e5dc] input,.input-number[data-v-1544e5dc] input{text-align:right}.paging-label[data-v-1544e5dc]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-1544e5dc]{width:100%;margin-right:12px}div.row.search-row[data-v-1544e5dc]{margin-top:5px}div.first-search-item[data-v-1544e5dc]{margin-left:15px}div.first-rangSpec-item[data-v-1544e5dc]{margin-left:190px}div.btn-area[data-v-1544e5dc]{float:right}div.display-search-result-row[data-v-1544e5dc]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-1544e5dc]{width:400px}span.rangSpec-item[data-v-1544e5dc]{margin-left:13px}.item-spacer[data-v-1544e5dc]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-1544e5dc]{margin-left:3px}.text-label[data-v-1544e5dc],div.calender-btn-area[data-v-1544e5dc]{margin-top:7px}.from_to[data-v-1544e5dc],.hyphen[data-v-1544e5dc]{margin-top:7px;font-weight:700}.hyphen[data-v-1544e5dc]{margin-right:14px}.add-textbox-delivery[data-v-1544e5dc]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-1544e5dc]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-1544e5dc]{position:relative;font-size:18px}.add-textbox-order-name[data-v-1544e5dc]{width:57rem}.add-textbox-post[data-v-1544e5dc],.add-textbox-tel[data-v-1544e5dc]{width:20rem}.add-textbox-remark[data-v-1544e5dc]{width:90.5rem}.add-textbox-trace[data-v-1544e5dc]{width:21rem}.theme--light.v-navigation-drawer[data-v-1544e5dc]{position:fixed}.autoUpdate[data-v-1544e5dc],.txt-single[data-v-1544e5dc]{padding-right:0;font-size:large}.autoUpdate[data-v-1544e5dc]{width:110px}.serch-textbox-arrivalNo[data-v-1544e5dc]{padding-right:0;font-size:large;width:153px}#listData.v-data-table[data-v-1544e5dc] .v-data-table__wrapper{max-height:592px;height:100%}.textbox[data-v-1544e5dc]{width:11.2rem}.toatlNum[data-v-1544e5dc]{margin-left:10px}a[data-v-1544e5dc]{text-decoration:underline}.v-btn.v-btn--has-bg.cargos_btn[data-v-1544e5dc]{text-transform:none;background:#dee6f3}.cargos_btn[data-v-1544e5dc] .v-btn__content{color:#000!important;font-weight:400!important}.v-btn.v-btn--has-bg.btn_search[data-v-1544e5dc]{width:5.5rem}.date-style[data-v-1544e5dc]{width:11rem}.text-overflow[data-v-1544e5dc]{width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-overflow-itemname[data-v-1544e5dc]{width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table[data-v-1544e5dc] table{border-bottom:thin solid rgba(0,0,0,.12)}#listData.v-data-table[data-v-1544e5dc] th.wmscolor{background:#fce4d6}.calender[data-v-1544e5dc]{display:flex}tr td div.calender-btn-area[data-v-1544e5dc]{margin-top:16px}.v-text-field.text-box[data-v-1544e5dc]{margin:0;padding-top:11px;height:auto}[data-v-1544e5dc] .v-dialog:not(.v-dialog--fullscreen){max-height:97%}#listData.v-data-table[data-v-1544e5dc] .v-text-field.v-text-field--enclosed .v-text-field__details{margin-bottom:0}.listNo-style[data-v-1544e5dc]{word-break:break-all;max-width:300px}button.v-btn.day-ctrl-btn[data-v-231faa2c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-231faa2c]{padding-top:0}button.v-btn.fix-btn[data-v-231faa2c],button.v-btn.paid-btn[data-v-231faa2c],button.v-btn.res-btn[data-v-231faa2c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-231faa2c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-231faa2c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-231faa2c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-231faa2c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-231faa2c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-231faa2c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-231faa2c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-231faa2c] td{font-size:large}.v-btn[data-v-231faa2c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-231faa2c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-231faa2c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-231faa2c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-231faa2c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-231faa2c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-231faa2c],.v-btn.v-btn--has-bg.other-btn[data-v-231faa2c],.v-btn.v-btn--has-bg.post-btn[data-v-231faa2c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-231faa2c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-231faa2c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-231faa2c],.table-date-style[data-v-231faa2c]{width:12rem}.search-autocomplete[data-v-231faa2c]{width:16rem}.search-autocomplete-warehouse[data-v-231faa2c]{width:14rem}.search-autocomplete-loc[data-v-231faa2c]{width:11rem}.search-autocomplete-processType[data-v-231faa2c]{width:6rem}.search-textbox-materialCd[data-v-231faa2c],.search-textbox-voucherNo[data-v-231faa2c]{width:20rem}.search-textbox[data-v-231faa2c],.serch-textbox-arrivalNo[data-v-231faa2c]{width:16rem}.serch-textbox-locDetail[data-v-231faa2c]{width:8rem}.serch-textbox-itemCnCd[data-v-231faa2c]{width:24rem}.serch-textbox-useritemCd[data-v-231faa2c]{width:19rem}.serch-textbox-dueDate[data-v-231faa2c]{width:10rem}.textbox-arrivalNo[data-v-231faa2c]{width:24rem}.v-text-field.input-number[data-v-231faa2c],.v-text-field.text-box[data-v-231faa2c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-231faa2c]{margin:500px 0 16px 16px}.input-number-modal[data-v-231faa2c] input,.input-number[data-v-231faa2c] input{text-align:right}.paging-label[data-v-231faa2c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-231faa2c]{width:100%;margin-right:12px}div.row.search-row[data-v-231faa2c]{margin-top:5px}div.first-search-item[data-v-231faa2c]{margin-left:15px}div.first-rangSpec-item[data-v-231faa2c]{margin-left:190px}div.btn-area[data-v-231faa2c]{float:right}div.display-search-result-row[data-v-231faa2c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-231faa2c]{width:400px}span.rangSpec-item[data-v-231faa2c]{margin-left:13px}.item-spacer[data-v-231faa2c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-231faa2c]{margin-left:3px}.text-label[data-v-231faa2c],div.calender-btn-area[data-v-231faa2c]{margin-top:7px}.from_to[data-v-231faa2c],.hyphen[data-v-231faa2c]{margin-top:7px;font-weight:700}.hyphen[data-v-231faa2c]{margin-right:14px}.add-textbox-delivery[data-v-231faa2c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-231faa2c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-231faa2c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-231faa2c]{width:57rem}.add-textbox-post[data-v-231faa2c],.add-textbox-tel[data-v-231faa2c]{width:20rem}.add-textbox-remark[data-v-231faa2c]{width:90.5rem}.add-textbox-trace[data-v-231faa2c]{width:21rem}.theme--light.v-navigation-drawer[data-v-231faa2c]{position:fixed}.txt-single[data-v-231faa2c]{padding-right:0;font-size:large}.scrollType[data-v-231faa2c]::-webkit-scrollbar{display:none}.scrollTypeClose[data-v-231faa2c]{overflow-y:scroll}.table-scroll-host[data-v-231faa2c]{grid-area:content;overflow:scroll}.text-overflow[data-v-231faa2c]{width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .pulldown-fixed{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper td:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .userProduct-fixed{position:sticky!important;left:50px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .userProduct-fixed-search{position:sticky!important;left:68px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:68px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .alert-fixed{position:sticky!important;left:300px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .alert-fixed-serch{position:sticky!important;left:350px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper td:nth-child(3){position:sticky!important;left:350px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .product-fixed{position:sticky!important;left:400px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .product-fixed-search{position:sticky!important;left:450px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper td:nth-child(4){position:sticky!important;left:450px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .accessoryProduct-fixed{position:sticky!important;left:650px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .accessoryProduct-fixed-search{position:sticky!important;left:732px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper td:nth-child(5){position:sticky!important;left:732px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .items-fixed{position:sticky!important;left:850px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper .items-fixed-search{position:sticky!important;left:932px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper td:nth-child(6){position:sticky!important;left:932px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper tbody tr:has(td .user-head),#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper tbody tr td:has(.user-head){background-color:#dde5f0}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper tbody tr{height:60px}#listData.v-data-table--fixed-header[data-v-231faa2c] th{vertical-align:bottom}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper{max-height:562px}[data-v-231faa2c] .negative-inventory{color:#d00}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper thead tr{background-color:#effad9}#listData.v-data-table--fixed-header[data-v-231faa2c] .v-data-table__wrapper tbody tr.v-data-table__empty-wrapper td{background-color:#dde5f0}button.v-btn.day-ctrl-btn[data-v-1c8b71fc]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-1c8b71fc]{padding-top:0}button.v-btn.fix-btn[data-v-1c8b71fc],button.v-btn.paid-btn[data-v-1c8b71fc],button.v-btn.res-btn[data-v-1c8b71fc]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-1c8b71fc]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-1c8b71fc]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-1c8b71fc]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-1c8b71fc] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-1c8b71fc] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-1c8b71fc] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-1c8b71fc] td{font-size:large}.v-btn[data-v-1c8b71fc]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-1c8b71fc]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-1c8b71fc]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-1c8b71fc]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-1c8b71fc]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-1c8b71fc]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-1c8b71fc],.v-btn.v-btn--has-bg.other-btn[data-v-1c8b71fc],.v-btn.v-btn--has-bg.post-btn[data-v-1c8b71fc]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-1c8b71fc]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-1c8b71fc]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-1c8b71fc],.table-date-style[data-v-1c8b71fc]{width:12rem}.search-autocomplete[data-v-1c8b71fc]{width:16rem}.search-autocomplete-warehouse[data-v-1c8b71fc]{width:14rem}.search-autocomplete-loc[data-v-1c8b71fc]{width:11rem}.search-autocomplete-processType[data-v-1c8b71fc]{width:6rem}.search-textbox-materialCd[data-v-1c8b71fc],.search-textbox-voucherNo[data-v-1c8b71fc]{width:20rem}.search-textbox[data-v-1c8b71fc],.serch-textbox-arrivalNo[data-v-1c8b71fc]{width:16rem}.serch-textbox-locDetail[data-v-1c8b71fc]{width:8rem}.serch-textbox-itemCnCd[data-v-1c8b71fc]{width:24rem}.serch-textbox-useritemCd[data-v-1c8b71fc]{width:19rem}.serch-textbox-dueDate[data-v-1c8b71fc]{width:10rem}.textbox-arrivalNo[data-v-1c8b71fc]{width:24rem}.v-text-field.input-number[data-v-1c8b71fc],.v-text-field.text-box[data-v-1c8b71fc]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-1c8b71fc]{margin:500px 0 16px 16px}.input-number-modal[data-v-1c8b71fc] input,.input-number[data-v-1c8b71fc] input{text-align:right}.paging-label[data-v-1c8b71fc]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-1c8b71fc]{width:100%;margin-right:12px}div.row.search-row[data-v-1c8b71fc]{margin-top:5px}div.first-search-item[data-v-1c8b71fc]{margin-left:15px}div.first-rangSpec-item[data-v-1c8b71fc]{margin-left:190px}div.btn-area[data-v-1c8b71fc]{float:right}div.display-search-result-row[data-v-1c8b71fc]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-1c8b71fc]{width:400px}span.rangSpec-item[data-v-1c8b71fc]{margin-left:13px}.item-spacer[data-v-1c8b71fc]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-1c8b71fc]{margin-left:3px}.text-label[data-v-1c8b71fc],div.calender-btn-area[data-v-1c8b71fc]{margin-top:7px}.from_to[data-v-1c8b71fc],.hyphen[data-v-1c8b71fc]{margin-top:7px;font-weight:700}.hyphen[data-v-1c8b71fc]{margin-right:14px}.add-textbox-delivery[data-v-1c8b71fc]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-1c8b71fc]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-1c8b71fc]{position:relative;font-size:18px}.add-textbox-order-name[data-v-1c8b71fc]{width:57rem}.add-textbox-post[data-v-1c8b71fc],.add-textbox-tel[data-v-1c8b71fc]{width:20rem}.add-textbox-remark[data-v-1c8b71fc]{width:90.5rem}.add-textbox-trace[data-v-1c8b71fc]{width:21rem}.theme--light.v-navigation-drawer[data-v-1c8b71fc]{position:fixed}.txt-single[data-v-1c8b71fc]{padding-right:0;font-size:large}.scrollType[data-v-1c8b71fc]::-webkit-scrollbar{display:none}.scrollTypeClose[data-v-1c8b71fc]{overflow-y:scroll}.table-scroll-host[data-v-1c8b71fc]{grid-area:content;overflow:scroll}.text-overflow[data-v-1c8b71fc]{width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper .product-fixed{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper td:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper .alert-fixed{left:290px!important;position:sticky!important;left:322px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:322px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper .items-fixed{left:440px!important;position:sticky!important;left:472px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper td:nth-child(3){position:sticky!important;left:472px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-1c8b71fc] th{vertical-align:bottom}#listData.v-data-table--fixed-header[data-v-1c8b71fc] .v-data-table__wrapper{max-height:562px}[data-v-1c8b71fc] .negative-inventory{color:#d00}#QueInfoStatusData.v-data-table--fixed-header[data-v-1c8b71fc] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#QueInfoStatusData.v-data-table--fixed-header[data-v-1c8b71fc] th{font-size:large!important;color:#000;background:#effad9;height:2rem!important}#QueInfoStatusData.v-data-table--fixed-header[data-v-1c8b71fc] th.asta:after{content:"*"!important;color:red}#QueInfoStatusData.v-data-table--fixed-header[data-v-1c8b71fc] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#QueInfoStatusData.v-data-table--fixed-header[data-v-1c8b71fc] td{font-size:large}button.v-btn.day-ctrl-btn[data-v-687e0400]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-687e0400]{padding-top:0}button.v-btn.fix-btn[data-v-687e0400],button.v-btn.paid-btn[data-v-687e0400],button.v-btn.res-btn[data-v-687e0400]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-687e0400]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-687e0400]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-687e0400]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-687e0400] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-687e0400] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-687e0400] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-687e0400] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-687e0400] td{font-size:large}.v-btn[data-v-687e0400]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-687e0400]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-687e0400]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-687e0400]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-687e0400]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-687e0400]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-687e0400],.v-btn.v-btn--has-bg.other-btn[data-v-687e0400],.v-btn.v-btn--has-bg.post-btn[data-v-687e0400]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-687e0400]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-687e0400]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-687e0400],.table-date-style[data-v-687e0400]{width:12rem}.search-autocomplete[data-v-687e0400]{width:16rem}.search-autocomplete-warehouse[data-v-687e0400]{width:14rem}.search-autocomplete-loc[data-v-687e0400]{width:11rem}.search-autocomplete-processType[data-v-687e0400]{width:6rem}.search-textbox-materialCd[data-v-687e0400],.search-textbox-voucherNo[data-v-687e0400]{width:20rem}.search-textbox[data-v-687e0400],.serch-textbox-arrivalNo[data-v-687e0400]{width:16rem}.serch-textbox-locDetail[data-v-687e0400]{width:8rem}.serch-textbox-itemCnCd[data-v-687e0400]{width:24rem}.serch-textbox-useritemCd[data-v-687e0400]{width:19rem}.serch-textbox-dueDate[data-v-687e0400]{width:10rem}.textbox-arrivalNo[data-v-687e0400]{width:24rem}.v-text-field.input-number[data-v-687e0400],.v-text-field.text-box[data-v-687e0400]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-687e0400]{margin:500px 0 16px 16px}.input-number-modal[data-v-687e0400] input,.input-number[data-v-687e0400] input{text-align:right}.paging-label[data-v-687e0400]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-687e0400]{width:100%;margin-right:12px}div.row.search-row[data-v-687e0400]{margin-top:5px}div.first-search-item[data-v-687e0400]{margin-left:15px}div.first-rangSpec-item[data-v-687e0400]{margin-left:190px}div.btn-area[data-v-687e0400]{float:right}div.display-search-result-row[data-v-687e0400]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-687e0400]{width:400px}span.rangSpec-item[data-v-687e0400]{margin-left:13px}.item-spacer[data-v-687e0400]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-687e0400]{margin-left:3px}.text-label[data-v-687e0400],div.calender-btn-area[data-v-687e0400]{margin-top:7px}.from_to[data-v-687e0400],.hyphen[data-v-687e0400]{margin-top:7px;font-weight:700}.hyphen[data-v-687e0400]{margin-right:14px}.add-textbox-delivery[data-v-687e0400]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-687e0400]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-687e0400]{position:relative;font-size:18px}.add-textbox-order-name[data-v-687e0400]{width:57rem}.add-textbox-post[data-v-687e0400],.add-textbox-tel[data-v-687e0400]{width:20rem}.add-textbox-remark[data-v-687e0400]{width:90.5rem}.add-textbox-trace[data-v-687e0400]{width:21rem}.theme--light.v-navigation-drawer[data-v-687e0400]{position:fixed}.txt-single[data-v-687e0400]{padding-right:0;font-size:large;pointer-events:none}.isD[data-v-687e0400]{background-color:#fbea00!important}.padding-bottom[data-v-687e0400]{margin-bottom:20px}.menu-btn[data-v-687e0400]{margin:.1rem .2rem;font-weight:700}.table-warehouse[data-v-687e0400]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-v-687e0400] #btn-logout img{width:20px;height:20px}#lbl-user-name[data-v-687e0400]{font-weight:700}#lbl-user-name[data-v-687e0400]:before{content:"";display:inline-block;width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABNtJREFUaEPtWU1oY1UU/s67MWleMtOWmKkWUReOoAx2UQt2IWbRRkMnaUHeRlFkfvzBH0Qc/BnFjOAwUxl/UFHGjo6WLvSBaDptJG6q4EI0guA/7lQYp8iM0zSJad49cscWYmvbe1+SXc/2nXvu+c79zj3nnkdokTiOIxYWFq4SQqSZOUFEu5i5l4gEgDPM/L0Q4lNm/qhUKn03NzdXb8XW1KwR5Xi1Wt0ppXwUwG0AwpvYrBKRy8zji4uLPzYLpCkAiUSiw7Zth4iOALgUgK49VqcC4LF4PP7eyZMnq34DqbvhGvuO44RLpdJey7IOA9jm04HzRPRkOBx+y3Xdih8bvgCkUqmQEGIMwBvM3OVn44Y156SU9wL4MJ/P/21qyw8ASqfTV0opcwCuAaCStBnxVILX6/WRQqHwGwBFL20xBpDJZLZ5nneQmR8gooj2ThsrLhLRi+Fw+KjruiUTm8YAhoeHe4PB4OcArjBI2g19IiIJ4OdarXZToVBQya0tRgDUrRONRm8F8GoLuL/aybMA9tm2fcp13ZouAiMAij5SyqeY+X4AraLPiq+LAF6wbXvchEZGAMbGxrrq9fprzKxOIaQbJU29KjO/H4lEHnJd9y/NNdqF54K9kZGRbmZ+h4huBhDU3URTT9HmYwB3zczMKDppidEJKAAAJgDsbgMAVQNmAextG4ChoaHOUCg0DuAOjZ5HK4INSqoST3Z1dR2Ympo6r7vY6ATS6bQtpbwPwDNNtA/r+bYA4JBlWa9PT0+X2wIgkUgEotHoDarsM3NMdxNNvT89zxubn5//olgsLmmuMUvihkSeJKLhFuaBSuBPFDVN+K/8MaKQWqAaOcuyMkR0vIXF7JzneXcTUc60oTMGsAxiOxEdJqI9LUhmlbxvSymfyOfz2sm7QjFfABqo9C4RJZugUo2ICsx8pyl1mgag6Oc4Tk+lUlF9kaoLppVZ8f6UaktmZ2f/MG2jWwHggg3HcaLlcvlxZn7YoL1Wfc/LQogjuVxOXZ++xTeFGndU16tt27uEEHuklKpPugSAtcorSUSnAXwgpTxRLpe/bfZB7+sW2ixU/f39F8VisetCodC1UsoepS+EOO153g8DAwPfZLPZloxTWkahzQC1+3tLKNRuJzeyvwUgmUxGLMt6UAixD4CteRplZp6IxWKvTE5OqhvJtzR1AqlUSlXkZ4lov4HzK85WmPl4IBB4upmr1DcA5bxlWc8BUO2EbuRXR7pCRCc6OzsPmrwBGo34AuCzeK1HE0Whl4QQR/2chDGAwcHBcHd39+1EdAzAdt/k/e9C1cQ9Eo/Hp0wHvUYAstmsVSwWr5ZSqsf35X7a8XUAq3Hir8Fg8Ja+vr6fstmsGnRpiRGARCIRjUQiB1S0AES1dtBXUlQ6Ztv2822bC2UymR7P874G0Kvvl5Hm70KI/lwup7pTLdE+AfUSI6LdlmVNtPAlttrJs5Zl7e/o6JjWHS9qA1ieSh8CcE8T1+ZmUVUF7k2T2qANIJlM7ggEAp8R0c7/aZU3c0z3u0reX5aWlm7UnVLrAqDR0dHLPM/7ipl36HrjR4+IztRqtet1f3ZoAVieBw0AyDHzxX4cM1ij5kPparX6pc6DZwuAQWR1VbdOYE2ktnJAlzz/6m1RaItCZoxZo21EoX8AqtFIT1S2gn4AAAAASUVORK5CYII=);background-size:contain;vertical-align:middle}#lbl-user-name .disabled[data-v-687e0400]{pointer-events:none}button.v-btn.day-ctrl-btn[data-v-28df7c3d]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-28df7c3d]{padding-top:0}button.v-btn.fix-btn[data-v-28df7c3d],button.v-btn.paid-btn[data-v-28df7c3d],button.v-btn.res-btn[data-v-28df7c3d]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-28df7c3d]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-28df7c3d]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-28df7c3d]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-28df7c3d] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-28df7c3d] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-28df7c3d] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-28df7c3d] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-28df7c3d] td{font-size:large}.v-btn[data-v-28df7c3d]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-28df7c3d]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-28df7c3d]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-28df7c3d]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-28df7c3d]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-28df7c3d]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-28df7c3d],.v-btn.v-btn--has-bg.other-btn[data-v-28df7c3d],.v-btn.v-btn--has-bg.post-btn[data-v-28df7c3d]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-28df7c3d]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-28df7c3d]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-28df7c3d],.table-date-style[data-v-28df7c3d]{width:12rem}.search-autocomplete[data-v-28df7c3d]{width:16rem}.search-autocomplete-warehouse[data-v-28df7c3d]{width:14rem}.search-autocomplete-loc[data-v-28df7c3d]{width:11rem}.search-autocomplete-processType[data-v-28df7c3d]{width:6rem}.search-textbox-materialCd[data-v-28df7c3d],.search-textbox-voucherNo[data-v-28df7c3d]{width:20rem}.search-textbox[data-v-28df7c3d],.serch-textbox-arrivalNo[data-v-28df7c3d]{width:16rem}.serch-textbox-locDetail[data-v-28df7c3d]{width:8rem}.serch-textbox-itemCnCd[data-v-28df7c3d]{width:24rem}.serch-textbox-useritemCd[data-v-28df7c3d]{width:19rem}.serch-textbox-dueDate[data-v-28df7c3d]{width:10rem}.textbox-arrivalNo[data-v-28df7c3d]{width:24rem}.v-text-field.input-number[data-v-28df7c3d],.v-text-field.text-box[data-v-28df7c3d]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-28df7c3d]{margin:500px 0 16px 16px}.input-number-modal[data-v-28df7c3d] input,.input-number[data-v-28df7c3d] input{text-align:right}.paging-label[data-v-28df7c3d]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-28df7c3d]{width:100%;margin-right:12px}div.row.search-row[data-v-28df7c3d]{margin-top:5px}div.first-search-item[data-v-28df7c3d]{margin-left:15px}div.first-rangSpec-item[data-v-28df7c3d]{margin-left:190px}div.btn-area[data-v-28df7c3d]{float:right}div.display-search-result-row[data-v-28df7c3d]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-28df7c3d]{width:400px}span.rangSpec-item[data-v-28df7c3d]{margin-left:13px}.item-spacer[data-v-28df7c3d]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-28df7c3d]{margin-left:3px}.text-label[data-v-28df7c3d],div.calender-btn-area[data-v-28df7c3d]{margin-top:7px}.from_to[data-v-28df7c3d],.hyphen[data-v-28df7c3d]{margin-top:7px;font-weight:700}.hyphen[data-v-28df7c3d]{margin-right:14px}.add-textbox-delivery[data-v-28df7c3d]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-28df7c3d]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-28df7c3d]{position:relative;font-size:18px}.add-textbox-order-name[data-v-28df7c3d]{width:57rem}.add-textbox-post[data-v-28df7c3d],.add-textbox-tel[data-v-28df7c3d]{width:20rem}.add-textbox-remark[data-v-28df7c3d]{width:90.5rem}.add-textbox-trace[data-v-28df7c3d]{width:21rem}.theme--light.v-navigation-drawer[data-v-28df7c3d]{position:fixed}#sub-bar[data-v-28df7c3d]{padding:none;height:3rem}.text-overflow[data-v-28df7c3d]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.v-btn.day-ctrl-btn[data-v-76bc97c8]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-76bc97c8]{padding-top:0}button.v-btn.fix-btn[data-v-76bc97c8],button.v-btn.paid-btn[data-v-76bc97c8],button.v-btn.res-btn[data-v-76bc97c8]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-76bc97c8]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-76bc97c8]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-76bc97c8]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-76bc97c8] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-76bc97c8] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-76bc97c8] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-76bc97c8] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-76bc97c8] td{font-size:large}.v-btn[data-v-76bc97c8]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-76bc97c8]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-76bc97c8]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-76bc97c8]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-76bc97c8]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-76bc97c8]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-76bc97c8],.v-btn.v-btn--has-bg.other-btn[data-v-76bc97c8],.v-btn.v-btn--has-bg.post-btn[data-v-76bc97c8]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-76bc97c8]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-76bc97c8]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-76bc97c8],.table-date-style[data-v-76bc97c8]{width:12rem}.search-autocomplete[data-v-76bc97c8]{width:16rem}.search-autocomplete-warehouse[data-v-76bc97c8]{width:14rem}.search-autocomplete-loc[data-v-76bc97c8]{width:11rem}.search-autocomplete-processType[data-v-76bc97c8]{width:6rem}.search-textbox-materialCd[data-v-76bc97c8],.search-textbox-voucherNo[data-v-76bc97c8]{width:20rem}.search-textbox[data-v-76bc97c8],.serch-textbox-arrivalNo[data-v-76bc97c8]{width:16rem}.serch-textbox-locDetail[data-v-76bc97c8]{width:8rem}.serch-textbox-itemCnCd[data-v-76bc97c8]{width:24rem}.serch-textbox-useritemCd[data-v-76bc97c8]{width:19rem}.serch-textbox-dueDate[data-v-76bc97c8]{width:10rem}.textbox-arrivalNo[data-v-76bc97c8]{width:24rem}.v-text-field.input-number[data-v-76bc97c8],.v-text-field.text-box[data-v-76bc97c8]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-76bc97c8]{margin:500px 0 16px 16px}.input-number-modal[data-v-76bc97c8] input,.input-number[data-v-76bc97c8] input{text-align:right}.paging-label[data-v-76bc97c8]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-76bc97c8]{width:100%;margin-right:12px}div.row.search-row[data-v-76bc97c8]{margin-top:5px}div.first-search-item[data-v-76bc97c8]{margin-left:15px}div.first-rangSpec-item[data-v-76bc97c8]{margin-left:190px}div.btn-area[data-v-76bc97c8]{float:right}div.display-search-result-row[data-v-76bc97c8]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-76bc97c8]{width:400px}span.rangSpec-item[data-v-76bc97c8]{margin-left:13px}.item-spacer[data-v-76bc97c8]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-76bc97c8]{margin-left:3px}.text-label[data-v-76bc97c8],div.calender-btn-area[data-v-76bc97c8]{margin-top:7px}.from_to[data-v-76bc97c8],.hyphen[data-v-76bc97c8]{margin-top:7px;font-weight:700}.hyphen[data-v-76bc97c8]{margin-right:14px}.add-textbox-delivery[data-v-76bc97c8]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-76bc97c8]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-76bc97c8]{position:relative;font-size:18px}.add-textbox-order-name[data-v-76bc97c8]{width:57rem}.add-textbox-post[data-v-76bc97c8],.add-textbox-tel[data-v-76bc97c8]{width:20rem}.add-textbox-remark[data-v-76bc97c8]{width:90.5rem}.add-textbox-trace[data-v-76bc97c8]{width:21rem}.theme--light.v-navigation-drawer[data-v-76bc97c8]{position:fixed}.txt-single[data-v-76bc97c8]{padding-right:0;font-size:large}.isD[data-v-76bc97c8]{color:#ff5252!important}.search-textbox-remark[data-v-76bc97c8]{width:40rem}.flex[data-v-76bc97c8]{display:flex}.scrollType[data-v-76bc97c8]::-webkit-scrollbar{display:none}.scrollTypeClose[data-v-76bc97c8]{overflow-y:scroll}.table-scroll-host[data-v-76bc97c8]{grid-area:content;overflow:scroll}.text-overflow[data-v-76bc97c8]{width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.v-btn.day-ctrl-btn[data-v-df42ab0a]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-df42ab0a]{padding-top:0}button.v-btn.fix-btn[data-v-df42ab0a],button.v-btn.paid-btn[data-v-df42ab0a],button.v-btn.res-btn[data-v-df42ab0a]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-df42ab0a]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-df42ab0a]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-df42ab0a]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-df42ab0a] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-df42ab0a] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-df42ab0a] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-df42ab0a] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-df42ab0a] td{font-size:large}.v-btn[data-v-df42ab0a]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-df42ab0a]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-df42ab0a]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-df42ab0a]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-df42ab0a]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-df42ab0a]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-df42ab0a],.v-btn.v-btn--has-bg.other-btn[data-v-df42ab0a],.v-btn.v-btn--has-bg.post-btn[data-v-df42ab0a]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-df42ab0a]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-df42ab0a]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-df42ab0a],.table-date-style[data-v-df42ab0a]{width:12rem}.search-autocomplete[data-v-df42ab0a]{width:16rem}.search-autocomplete-warehouse[data-v-df42ab0a]{width:14rem}.search-autocomplete-loc[data-v-df42ab0a]{width:11rem}.search-autocomplete-processType[data-v-df42ab0a]{width:6rem}.search-textbox-materialCd[data-v-df42ab0a],.search-textbox-voucherNo[data-v-df42ab0a]{width:20rem}.search-textbox[data-v-df42ab0a],.serch-textbox-arrivalNo[data-v-df42ab0a]{width:16rem}.serch-textbox-locDetail[data-v-df42ab0a]{width:8rem}.serch-textbox-itemCnCd[data-v-df42ab0a]{width:24rem}.serch-textbox-useritemCd[data-v-df42ab0a]{width:19rem}.serch-textbox-dueDate[data-v-df42ab0a]{width:10rem}.textbox-arrivalNo[data-v-df42ab0a]{width:24rem}.v-text-field.input-number[data-v-df42ab0a],.v-text-field.text-box[data-v-df42ab0a]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-df42ab0a]{margin:500px 0 16px 16px}.input-number-modal[data-v-df42ab0a] input,.input-number[data-v-df42ab0a] input{text-align:right}.paging-label[data-v-df42ab0a]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-df42ab0a]{width:100%;margin-right:12px}div.row.search-row[data-v-df42ab0a]{margin-top:5px}div.first-search-item[data-v-df42ab0a]{margin-left:15px}div.first-rangSpec-item[data-v-df42ab0a]{margin-left:190px}div.btn-area[data-v-df42ab0a]{float:right}div.display-search-result-row[data-v-df42ab0a]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-df42ab0a]{width:400px}span.rangSpec-item[data-v-df42ab0a]{margin-left:13px}.item-spacer[data-v-df42ab0a]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-df42ab0a]{margin-left:3px}.text-label[data-v-df42ab0a],div.calender-btn-area[data-v-df42ab0a]{margin-top:7px}.from_to[data-v-df42ab0a],.hyphen[data-v-df42ab0a]{margin-top:7px;font-weight:700}.hyphen[data-v-df42ab0a]{margin-right:14px}.add-textbox-delivery[data-v-df42ab0a]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-df42ab0a]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-df42ab0a]{position:relative;font-size:18px}.add-textbox-order-name[data-v-df42ab0a]{width:57rem}.add-textbox-post[data-v-df42ab0a],.add-textbox-tel[data-v-df42ab0a]{width:20rem}.add-textbox-remark[data-v-df42ab0a]{width:90.5rem}.add-textbox-trace[data-v-df42ab0a]{width:21rem}.theme--light.v-navigation-drawer[data-v-df42ab0a]{position:fixed}.txt-single[data-v-df42ab0a]{padding-right:0;font-size:large}.search-textbox-remark[data-v-df42ab0a]{width:44.7rem}.serch-textbox-tr[data-v-df42ab0a]{width:16rem}#table-guide[data-v-df42ab0a]{padding:.2rem 0 .1rem .2rem;display:inline-block;width:13rem;text-align:left;border:1px solid;margin:.2rem .5rem}.item-spacer-sum[data-v-df42ab0a]{margin-left:5.6rem;margin-right:6px}#listSumDataSpecial[data-v-df42ab0a]{white-space:nowrap;pointer-events:none;font-weight:700}#listSumDataSpecial[data-v-df42ab0a] ::-webkit-scrollbar-thumb{background:red}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] tr:nth-child{background-color:#eee;height:0}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] .v-row-group__header{background-color:#dde5f0;height:0}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] .v-data-table__empty-wrapper{background-color:#fff}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td{font-size:large}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:first-child{text-align:right;width:4%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(2){text-align:right;width:10%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(3){text-align:right;width:11%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(4){text-align:right;width:10%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(5),#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(6),#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(7){text-align:right;width:9%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(8),#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(9){text-align:right;width:10%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(10){text-align:right;width:4%}#listSumDataSpecial.v-data-table--fixed-header[data-v-df42ab0a] td:nth-child(11){text-align:right;width:5%}.tableData[data-v-df42ab0a]{border-collapse:collapse}#listData[data-v-df42ab0a] td,#listData[data-v-df42ab0a] th{padding:0 12px}#listData[data-v-df42ab0a] td:nth-child(5),#listData[data-v-df42ab0a] th:nth-child(5){padding-right:0}#listData[data-v-df42ab0a] td:nth-child(6),#listData[data-v-df42ab0a] th:nth-child(6){padding:0}#listData[data-v-df42ab0a] td:nth-child(7),#listData[data-v-df42ab0a] th:nth-child(7){padding-left:0}.lbl-screen-name[data-v-df42ab0a]{padding:1rem 0;font-size:20px;font-weight:700;display:inline-block;color:#000;margin-left:-15px}.add-textbox-remark[data-v-df42ab0a]{width:68rem}#dialogDelivery .v-text-field.v-text-field--enclosed[data-v-df42ab0a] .v-text-field__details{margin-bottom:0}#dialogDelivery[data-v-df42ab0a] .error--text{margin-bottom:5px}.error-message[data-v-df42ab0a]{color:#ff5252;font-size:12px}button.v-btn.day-ctrl-btn[data-v-643b1eee]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-643b1eee]{padding-top:0}button.v-btn.fix-btn[data-v-643b1eee],button.v-btn.paid-btn[data-v-643b1eee],button.v-btn.res-btn[data-v-643b1eee]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-643b1eee]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-643b1eee]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-643b1eee]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-643b1eee] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-643b1eee] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-643b1eee] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-643b1eee] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-643b1eee] td{font-size:large}.v-btn[data-v-643b1eee]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-643b1eee]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-643b1eee]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-643b1eee]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-643b1eee]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-643b1eee]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-643b1eee],.v-btn.v-btn--has-bg.other-btn[data-v-643b1eee],.v-btn.v-btn--has-bg.post-btn[data-v-643b1eee]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-643b1eee]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-643b1eee]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-643b1eee],.table-date-style[data-v-643b1eee]{width:12rem}.search-autocomplete[data-v-643b1eee]{width:16rem}.search-autocomplete-warehouse[data-v-643b1eee]{width:14rem}.search-autocomplete-loc[data-v-643b1eee]{width:11rem}.search-autocomplete-processType[data-v-643b1eee]{width:6rem}.search-textbox-materialCd[data-v-643b1eee],.search-textbox-voucherNo[data-v-643b1eee]{width:20rem}.search-textbox[data-v-643b1eee],.serch-textbox-arrivalNo[data-v-643b1eee]{width:16rem}.serch-textbox-locDetail[data-v-643b1eee]{width:8rem}.serch-textbox-itemCnCd[data-v-643b1eee]{width:24rem}.serch-textbox-useritemCd[data-v-643b1eee]{width:19rem}.serch-textbox-dueDate[data-v-643b1eee]{width:10rem}.textbox-arrivalNo[data-v-643b1eee]{width:24rem}.v-text-field.input-number[data-v-643b1eee],.v-text-field.text-box[data-v-643b1eee]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-643b1eee]{margin:500px 0 16px 16px}.input-number-modal[data-v-643b1eee] input,.input-number[data-v-643b1eee] input{text-align:right}.paging-label[data-v-643b1eee]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-643b1eee]{width:100%;margin-right:12px}div.row.search-row[data-v-643b1eee]{margin-top:5px}div.first-search-item[data-v-643b1eee]{margin-left:15px}div.first-rangSpec-item[data-v-643b1eee]{margin-left:190px}div.btn-area[data-v-643b1eee]{float:right}div.display-search-result-row[data-v-643b1eee]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-643b1eee]{width:400px}span.rangSpec-item[data-v-643b1eee]{margin-left:13px}.item-spacer[data-v-643b1eee]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-643b1eee]{margin-left:3px}.from_to[data-v-643b1eee],.text-label[data-v-643b1eee],div.calender-btn-area[data-v-643b1eee]{margin-top:7px}.hyphen[data-v-643b1eee]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-643b1eee]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-643b1eee]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-643b1eee]{position:relative;font-size:18px}.add-textbox-order-name[data-v-643b1eee]{width:57rem}.add-textbox-post[data-v-643b1eee],.add-textbox-tel[data-v-643b1eee]{width:20rem}.add-textbox-remark[data-v-643b1eee]{width:90.5rem}.add-textbox-trace[data-v-643b1eee]{width:21rem}.theme--light.v-navigation-drawer[data-v-643b1eee]{position:fixed}.txt-single[data-v-643b1eee]{padding-right:0;font-size:large}.from_to[data-v-643b1eee]{font-weight:700}.toatlNum[data-v-643b1eee]{margin-left:10px}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper .product-fixed1{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper .product-fixed2{position:sticky!important;left:50px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper .product-fixed3,#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper .product-fixed3-search{position:sticky!important;left:170px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper td:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:50px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-643b1eee] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}.add-textbox-remark[data-v-643b1eee]{width:40rem}button.v-btn.day-ctrl-btn[data-v-9239c5c6]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-9239c5c6]{padding-top:0}button.v-btn.fix-btn[data-v-9239c5c6],button.v-btn.paid-btn[data-v-9239c5c6],button.v-btn.res-btn[data-v-9239c5c6]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-9239c5c6]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-9239c5c6]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-9239c5c6]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-9239c5c6] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-9239c5c6] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-9239c5c6] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-9239c5c6] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-9239c5c6] td{font-size:large}.v-btn[data-v-9239c5c6]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-9239c5c6]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-9239c5c6]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-9239c5c6]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-9239c5c6]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-9239c5c6]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-9239c5c6],.v-btn.v-btn--has-bg.other-btn[data-v-9239c5c6],.v-btn.v-btn--has-bg.post-btn[data-v-9239c5c6]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-9239c5c6]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-9239c5c6]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-9239c5c6],.table-date-style[data-v-9239c5c6]{width:12rem}.search-autocomplete[data-v-9239c5c6]{width:16rem}.search-autocomplete-warehouse[data-v-9239c5c6]{width:14rem}.search-autocomplete-loc[data-v-9239c5c6]{width:11rem}.search-autocomplete-processType[data-v-9239c5c6]{width:6rem}.search-textbox-materialCd[data-v-9239c5c6],.search-textbox-voucherNo[data-v-9239c5c6]{width:20rem}.search-textbox[data-v-9239c5c6],.serch-textbox-arrivalNo[data-v-9239c5c6]{width:16rem}.serch-textbox-locDetail[data-v-9239c5c6]{width:8rem}.serch-textbox-itemCnCd[data-v-9239c5c6]{width:24rem}.serch-textbox-useritemCd[data-v-9239c5c6]{width:19rem}.serch-textbox-dueDate[data-v-9239c5c6]{width:10rem}.textbox-arrivalNo[data-v-9239c5c6]{width:24rem}.v-text-field.input-number[data-v-9239c5c6],.v-text-field.text-box[data-v-9239c5c6]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-9239c5c6]{margin:500px 0 16px 16px}.input-number-modal[data-v-9239c5c6] input,.input-number[data-v-9239c5c6] input{text-align:right}.paging-label[data-v-9239c5c6]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-9239c5c6]{width:100%;margin-right:12px}div.row.search-row[data-v-9239c5c6]{margin-top:5px}div.first-search-item[data-v-9239c5c6]{margin-left:15px}div.first-rangSpec-item[data-v-9239c5c6]{margin-left:190px}div.btn-area[data-v-9239c5c6]{float:right}div.display-search-result-row[data-v-9239c5c6]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-9239c5c6]{width:400px}span.rangSpec-item[data-v-9239c5c6]{margin-left:13px}.item-spacer[data-v-9239c5c6]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-9239c5c6]{margin-left:3px}.text-label[data-v-9239c5c6],div.calender-btn-area[data-v-9239c5c6]{margin-top:7px}.from_to[data-v-9239c5c6],.hyphen[data-v-9239c5c6]{margin-top:7px;font-weight:700}.hyphen[data-v-9239c5c6]{margin-right:14px}.add-textbox-delivery[data-v-9239c5c6]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-9239c5c6]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-9239c5c6]{position:relative;font-size:18px}.add-textbox-order-name[data-v-9239c5c6]{width:57rem}.add-textbox-post[data-v-9239c5c6],.add-textbox-tel[data-v-9239c5c6]{width:20rem}.add-textbox-remark[data-v-9239c5c6]{width:90.5rem}.add-textbox-trace[data-v-9239c5c6]{width:21rem}.theme--light.v-navigation-drawer[data-v-9239c5c6]{position:fixed}#listData.v-data-table[data-v-9239c5c6] th{padding:0 8px}#listData.v-data-table[data-v-9239c5c6] .v-data-table__wrapper{overflow-y:hidden}#listData[data-v-9239c5c6] td:nth-child(5),#listData[data-v-9239c5c6] th:nth-child(5){padding-right:0}#listData[data-v-9239c5c6] td:nth-child(6),#listData[data-v-9239c5c6] th:nth-child(6){padding:0}#listData[data-v-9239c5c6] td:nth-child(7),#listData[data-v-9239c5c6] th:nth-child(7){padding-left:0}button.v-btn.day-ctrl-btn[data-v-58eea3e2]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-58eea3e2]{padding-top:0}button.v-btn.fix-btn[data-v-58eea3e2],button.v-btn.paid-btn[data-v-58eea3e2],button.v-btn.res-btn[data-v-58eea3e2]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-58eea3e2]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-58eea3e2]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-58eea3e2]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-58eea3e2] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-58eea3e2] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-58eea3e2] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-58eea3e2] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-58eea3e2] td{font-size:large}.v-btn[data-v-58eea3e2]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-58eea3e2]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-58eea3e2]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-58eea3e2]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-58eea3e2]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-58eea3e2]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-58eea3e2],.v-btn.v-btn--has-bg.other-btn[data-v-58eea3e2],.v-btn.v-btn--has-bg.post-btn[data-v-58eea3e2]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-58eea3e2]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-58eea3e2]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-58eea3e2],.table-date-style[data-v-58eea3e2]{width:12rem}.search-autocomplete[data-v-58eea3e2]{width:16rem}.search-autocomplete-warehouse[data-v-58eea3e2]{width:14rem}.search-autocomplete-loc[data-v-58eea3e2]{width:11rem}.search-autocomplete-processType[data-v-58eea3e2]{width:6rem}.search-textbox-materialCd[data-v-58eea3e2],.search-textbox-voucherNo[data-v-58eea3e2]{width:20rem}.search-textbox[data-v-58eea3e2],.serch-textbox-arrivalNo[data-v-58eea3e2]{width:16rem}.serch-textbox-locDetail[data-v-58eea3e2]{width:8rem}.serch-textbox-itemCnCd[data-v-58eea3e2]{width:24rem}.serch-textbox-useritemCd[data-v-58eea3e2]{width:19rem}.serch-textbox-dueDate[data-v-58eea3e2]{width:10rem}.textbox-arrivalNo[data-v-58eea3e2]{width:24rem}.v-text-field.input-number[data-v-58eea3e2],.v-text-field.text-box[data-v-58eea3e2]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-58eea3e2]{margin:500px 0 16px 16px}.input-number-modal[data-v-58eea3e2] input,.input-number[data-v-58eea3e2] input{text-align:right}.paging-label[data-v-58eea3e2]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-58eea3e2]{width:100%;margin-right:12px}div.row.search-row[data-v-58eea3e2]{margin-top:5px}div.first-search-item[data-v-58eea3e2]{margin-left:15px}div.first-rangSpec-item[data-v-58eea3e2]{margin-left:190px}div.btn-area[data-v-58eea3e2]{float:right}div.display-search-result-row[data-v-58eea3e2]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-58eea3e2]{width:400px}span.rangSpec-item[data-v-58eea3e2]{margin-left:13px}.item-spacer[data-v-58eea3e2]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-58eea3e2]{margin-left:3px}.text-label[data-v-58eea3e2],div.calender-btn-area[data-v-58eea3e2]{margin-top:7px}.from_to[data-v-58eea3e2],.hyphen[data-v-58eea3e2]{margin-top:7px;font-weight:700}.hyphen[data-v-58eea3e2]{margin-right:14px}.add-textbox-delivery[data-v-58eea3e2]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-58eea3e2]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-58eea3e2]{position:relative;font-size:18px}.add-textbox-order-name[data-v-58eea3e2]{width:57rem}.add-textbox-post[data-v-58eea3e2],.add-textbox-tel[data-v-58eea3e2]{width:20rem}.add-textbox-remark[data-v-58eea3e2]{width:90.5rem}.add-textbox-trace[data-v-58eea3e2]{width:21rem}.theme--light.v-navigation-drawer[data-v-58eea3e2]{position:fixed}.txt-single[data-v-58eea3e2]{padding-right:0;font-size:large}#listData[data-v-58eea3e2] td,#listData[data-v-58eea3e2] th{padding:0 12px}#listData[data-v-58eea3e2] td:nth-child(5),#listData[data-v-58eea3e2] th:nth-child(5){padding-right:0}#listData[data-v-58eea3e2] td:nth-child(7),#listData[data-v-58eea3e2] th:nth-child(7){padding:0}#listData[data-v-58eea3e2] td:nth-child(9),#listData[data-v-58eea3e2] th:nth-child(9){padding-left:0}#listData[data-v-58eea3e2] td:nth-child(6),#listData[data-v-58eea3e2] td:nth-child(8),#listData[data-v-58eea3e2] th:nth-child(6),#listData[data-v-58eea3e2] th:nth-child(8){padding:0 0 5px 0}.lbl-screen-name[data-v-58eea3e2]{padding:1rem 0;font-size:20px;font-weight:700;display:inline-block;color:#000;margin-left:-15px}.add-textbox-remark[data-v-58eea3e2]{width:68rem}.size-div[data-v-58eea3e2]{display:flex;justify-content:center}.error-message[data-v-58eea3e2]{color:#ff5252;font-size:12px}.v-input--selection-controls{margin-top:16px;padding-top:4px}.v-input--selection-controls>.v-input__append-outer,.v-input--selection-controls>.v-input__prepend-outer{margin-top:0;margin-bottom:0}.v-input--selection-controls:not(.v-input--hide-details)>.v-input__slot{margin-bottom:12px}.v-input--selection-controls .v-input__slot,.v-input--selection-controls .v-radio{cursor:pointer}.v-input--selection-controls .v-input__slot>.v-label,.v-input--selection-controls .v-radio>.v-label{align-items:center;display:inline-flex;flex:1 1 auto;height:auto}.v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__input .v-icon{width:100%}.v-application--is-ltr .v-input--selection-controls__input{margin-right:8px}.v-application--is-rtl .v-input--selection-controls__input{margin-left:8px}.v-input--selection-controls__input input[role=checkbox],.v-input--selection-controls__input input[role=radio],.v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-input--selection-controls__ripple{border-radius:50%;cursor:pointer;height:34px;position:absolute;transition:inherit;width:34px;left:-12px;top:calc(50% - 24px);margin:7px}.v-input--selection-controls__ripple:before{border-radius:inherit;bottom:0;content:"";position:absolute;opacity:.2;left:0;right:0;top:0;transform-origin:center center;transform:scale(.2);transition:inherit}.v-input--selection-controls__ripple>.v-ripple__container{transform:scale(1.2)}.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple{width:28px;height:28px;left:-9px}.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple{top:calc(50% - 21px)}.v-input--selection-controls.v-input{flex:0 1 auto}.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2)}.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:inherit}.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly){pointer-events:none}.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2);transition:none}.theme--light.v-input--switch .v-input--switch__thumb{color:#fff}.theme--light.v-input--switch .v-input--switch__track{color:rgba(0,0,0,.38)}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#fafafa!important}.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:rgba(0,0,0,.12)!important}.theme--dark.v-input--switch .v-input--switch__thumb{color:#bdbdbd}.theme--dark.v-input--switch .v-input--switch__track{color:hsla(0,0%,100%,.3)}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#424242!important}.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:hsla(0,0%,100%,.1)!important}.v-input--switch__thumb,.v-input--switch__track{background-color:currentColor;pointer-events:none;transition:inherit}.v-input--switch__track{border-radius:8px;width:36px;height:14px;left:2px;position:absolute;opacity:.6;right:2px;top:calc(50% - 7px)}.v-input--switch__thumb{border-radius:50%;top:calc(50% - 10px);height:20px;position:relative;width:20px;display:flex;justify-content:center;align-items:center;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__input{width:38px;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-input--switch .v-input--selection-controls__ripple{top:calc(50% - 24px)}.v-input--switch.v-input--dense .v-input--switch__thumb{width:18px;height:18px}.v-input--switch.v-input--dense .v-input--switch__track{height:12px;width:32px}.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track{height:22px;width:44px;top:calc(50% - 12px);left:-3px}.v-input--switch.v-input--dense .v-input--selection-controls__ripple{top:calc(50% - 22px)}.v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input{opacity:.6}.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple{left:-14px}.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple{left:-12px}.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)}.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple{right:-14px}.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple{right:-12px}.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(-20px)}.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-input--switch--inset .v-input--selection-controls__input,.v-input--switch--inset .v-input--switch__track{width:48px}.v-input--switch--inset .v-input--switch__track{border-radius:14px;height:28px;left:-4px;opacity:.32;top:calc(50% - 14px)}.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb{transform:translate(0)!important}.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb{transform:translate(-6px)!important}.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)!important}.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(-26px)!important}button.v-btn.day-ctrl-btn[data-v-7d269a64]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-7d269a64]{padding-top:0}button.v-btn.fix-btn[data-v-7d269a64],button.v-btn.paid-btn[data-v-7d269a64],button.v-btn.res-btn[data-v-7d269a64]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-7d269a64]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-7d269a64]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-7d269a64]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-7d269a64] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-7d269a64] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-7d269a64] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-7d269a64] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-7d269a64] td{font-size:large}.v-btn[data-v-7d269a64]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-7d269a64]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-7d269a64]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-7d269a64]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-7d269a64]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-7d269a64]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-7d269a64],.v-btn.v-btn--has-bg.other-btn[data-v-7d269a64],.v-btn.v-btn--has-bg.post-btn[data-v-7d269a64]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-7d269a64]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-7d269a64]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-7d269a64],.table-date-style[data-v-7d269a64]{width:12rem}.search-autocomplete[data-v-7d269a64]{width:16rem}.search-autocomplete-warehouse[data-v-7d269a64]{width:14rem}.search-autocomplete-loc[data-v-7d269a64]{width:11rem}.search-autocomplete-processType[data-v-7d269a64]{width:6rem}.search-textbox-materialCd[data-v-7d269a64],.search-textbox-voucherNo[data-v-7d269a64]{width:20rem}.search-textbox[data-v-7d269a64],.serch-textbox-arrivalNo[data-v-7d269a64]{width:16rem}.serch-textbox-locDetail[data-v-7d269a64]{width:8rem}.serch-textbox-itemCnCd[data-v-7d269a64]{width:24rem}.serch-textbox-useritemCd[data-v-7d269a64]{width:19rem}.serch-textbox-dueDate[data-v-7d269a64]{width:10rem}.textbox-arrivalNo[data-v-7d269a64]{width:24rem}.v-text-field.input-number[data-v-7d269a64],.v-text-field.text-box[data-v-7d269a64]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-7d269a64]{margin:500px 0 16px 16px}.input-number-modal[data-v-7d269a64] input,.input-number[data-v-7d269a64] input{text-align:right}.paging-label[data-v-7d269a64]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-7d269a64]{width:100%;margin-right:12px}div.row.search-row[data-v-7d269a64]{margin-top:5px}div.first-search-item[data-v-7d269a64]{margin-left:15px}div.first-rangSpec-item[data-v-7d269a64]{margin-left:190px}div.btn-area[data-v-7d269a64]{float:right}div.display-search-result-row[data-v-7d269a64]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-7d269a64]{width:400px}span.rangSpec-item[data-v-7d269a64]{margin-left:13px}.item-spacer[data-v-7d269a64]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-7d269a64]{margin-left:3px}.text-label[data-v-7d269a64],div.calender-btn-area[data-v-7d269a64]{margin-top:7px}.from_to[data-v-7d269a64],.hyphen[data-v-7d269a64]{margin-top:7px;font-weight:700}.hyphen[data-v-7d269a64]{margin-right:14px}.add-textbox-delivery[data-v-7d269a64]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-7d269a64]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-7d269a64]{position:relative;font-size:18px}.add-textbox-order-name[data-v-7d269a64]{width:57rem}.add-textbox-post[data-v-7d269a64],.add-textbox-tel[data-v-7d269a64]{width:20rem}.add-textbox-remark[data-v-7d269a64]{width:90.5rem}.add-textbox-trace[data-v-7d269a64]{width:21rem}.theme--light.v-navigation-drawer[data-v-7d269a64]{position:fixed}.freight-container[data-v-7d269a64]{--pickup-color:158 132 0;--delivery-color:0 0 139}.freight-container.pickup[data-v-7d269a64]{border:2px solid rgb(var(--pickup-color)/70%)!important}.freight-container.delivery[data-v-7d269a64]{border:2px solid rgb(var(--delivery-color)/70%)!important}.freight-container .pickup-delivery-label[data-v-7d269a64]{display:inline-block;font-weight:600;font-size:.9rem;width:-moz-min-content;width:min-content;line-height:1rem;height:-moz-min-content;height:min-content}.freight-container .pickup-delivery-label.pickup[data-v-7d269a64]{background:linear-gradient(transparent 80%,rgb(var(--pickup-color)/40%) 0)}.freight-container .pickup-delivery-label.delivery[data-v-7d269a64]{background:linear-gradient(transparent 80%,rgb(var(--delivery-color)/40%) 0)}.freight-container .overflow-word-wrap[data-v-7d269a64]{overflow-wrap:break-word}.place-text[data-v-7d269a64]:hover{cursor:pointer}.place-text:hover>span.address[data-v-7d269a64]{text-decoration:underline}.item-name[data-v-7d269a64]{font-weight:700}.item-value[data-v-7d269a64]{font-size:12px;white-space:pre-wrap}.scheduleDateWithTime[data-v-7d269a64]{font-size:12px;white-space:pre-wrap;color:#039be5;font-weight:700}.freightDateTimePicker[data-v-7d269a64] .date-time-picker input{font-size:13px;padding-top:0}.freightDateTimePicker[data-v-7d269a64] .v-label{font-size:13px}button.v-btn.day-ctrl-btn[data-v-12760841]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-12760841]{padding-top:0}button.v-btn.fix-btn[data-v-12760841],button.v-btn.paid-btn[data-v-12760841],button.v-btn.res-btn[data-v-12760841]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-12760841]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-12760841]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-12760841]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-12760841] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-12760841] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-12760841] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-12760841] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-12760841] td{font-size:large}.v-btn[data-v-12760841]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-12760841]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-12760841]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-12760841]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-12760841]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-12760841]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-12760841],.v-btn.v-btn--has-bg.other-btn[data-v-12760841],.v-btn.v-btn--has-bg.post-btn[data-v-12760841]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-12760841]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-12760841]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-12760841],.table-date-style[data-v-12760841]{width:12rem}.search-autocomplete[data-v-12760841]{width:16rem}.search-autocomplete-warehouse[data-v-12760841]{width:14rem}.search-autocomplete-loc[data-v-12760841]{width:11rem}.search-autocomplete-processType[data-v-12760841]{width:6rem}.search-textbox-materialCd[data-v-12760841],.search-textbox-voucherNo[data-v-12760841]{width:20rem}.search-textbox[data-v-12760841],.serch-textbox-arrivalNo[data-v-12760841]{width:16rem}.serch-textbox-locDetail[data-v-12760841]{width:8rem}.serch-textbox-itemCnCd[data-v-12760841]{width:24rem}.serch-textbox-useritemCd[data-v-12760841]{width:19rem}.serch-textbox-dueDate[data-v-12760841]{width:10rem}.textbox-arrivalNo[data-v-12760841]{width:24rem}.v-text-field.input-number[data-v-12760841],.v-text-field.text-box[data-v-12760841]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-12760841]{margin:500px 0 16px 16px}.input-number-modal[data-v-12760841] input,.input-number[data-v-12760841] input{text-align:right}.paging-label[data-v-12760841]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-12760841]{width:100%;margin-right:12px}div.row.search-row[data-v-12760841]{margin-top:5px}div.first-search-item[data-v-12760841]{margin-left:15px}div.first-rangSpec-item[data-v-12760841]{margin-left:190px}div.btn-area[data-v-12760841]{float:right}div.display-search-result-row[data-v-12760841]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-12760841]{width:400px}span.rangSpec-item[data-v-12760841]{margin-left:13px}.item-spacer[data-v-12760841]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-12760841]{margin-left:3px}.from_to[data-v-12760841],.text-label[data-v-12760841],div.calender-btn-area[data-v-12760841]{margin-top:7px}.hyphen[data-v-12760841]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-12760841]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-12760841]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-12760841]{position:relative;font-size:18px}.add-textbox-order-name[data-v-12760841]{width:57rem}.add-textbox-post[data-v-12760841],.add-textbox-tel[data-v-12760841]{width:20rem}.add-textbox-remark[data-v-12760841]{width:90.5rem}.add-textbox-trace[data-v-12760841]{width:21rem}.theme--light.v-navigation-drawer[data-v-12760841]{position:fixed}.txt-single[data-v-12760841]{padding-right:0;font-size:large}.from_to[data-v-12760841]{font-weight:700}.search-row[data-v-12760841]{padding-left:.7rem}.txt-center[data-v-12760841]{margin:auto}.add-textbox-num[data-v-12760841]{width:16rem;padding:20px 0 0 10px}.validation[data-v-12760841]{color:red;text-align:center;margin-bottom:3%}.transport-info-box[data-v-12760841]{width:24%;height:70px;margin-top:.5%;margin-bottom:.5%;margin-right:1%;background-color:#c8e6c9;border:2px;float:left;display:flex;align-content:center;justify-content:center;flex-wrap:wrap}#listData[data-v-12760841]{overflow-x:scroll}#listData.v-data-table--fixed-header[data-v-12760841] td:nth-child(4),#listData.v-data-table--fixed-header[data-v-12760841] th:nth-child(4){border-right:3px #d3d3d3;border-right-style:solid}#listData.v-data-table--fixed-header[data-v-12760841] td:nth-child(5){padding-left:.7%;padding-right:0}.tooltip-content[data-v-12760841]{visibility:hidden;width:250px;max-height:300px;overflow:auto;background-color:rgba(0,0,0,.6);color:#fff;font-size:14px;text-align:left;border-radius:5px;padding:10px;z-index:1;position:absolute;left:0}.transport-info-box:hover .tooltip-content[data-v-12760841]{visibility:visible}.map-icon[data-v-12760841]{position:absolute;right:0}.theme--light.v-tabs>.v-tabs-bar{background-color:#fff}.theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:rgba(0,0,0,.54)}.theme--light.v-tabs .v-tab:hover:before{opacity:.04}.theme--light.v-tabs .v-tab--active:before,.theme--light.v-tabs .v-tab--active:hover:before,.theme--light.v-tabs .v-tab:focus:before{opacity:.12}.theme--light.v-tabs .v-tab--active:focus:before{opacity:.16}.theme--dark.v-tabs>.v-tabs-bar{background-color:#1e1e1e}.theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:hsla(0,0%,100%,.6)}.theme--dark.v-tabs .v-tab:hover:before{opacity:.08}.theme--dark.v-tabs .v-tab--active:before,.theme--dark.v-tabs .v-tab--active:hover:before,.theme--dark.v-tabs .v-tab:focus:before{opacity:.24}.theme--dark.v-tabs .v-tab--active:focus:before{opacity:.32}.theme--light.v-tabs-items{background-color:#fff}.theme--dark.v-tabs-items{background-color:#1e1e1e}.v-tabs-bar.accent .v-tab,.v-tabs-bar.accent .v-tabs-slider,.v-tabs-bar.error .v-tab,.v-tabs-bar.error .v-tabs-slider,.v-tabs-bar.info .v-tab,.v-tabs-bar.info .v-tabs-slider,.v-tabs-bar.primary .v-tab,.v-tabs-bar.primary .v-tabs-slider,.v-tabs-bar.secondary .v-tab,.v-tabs-bar.secondary .v-tabs-slider,.v-tabs-bar.success .v-tab,.v-tabs-bar.success .v-tabs-slider,.v-tabs-bar.warning .v-tab,.v-tabs-bar.warning .v-tabs-slider{color:#fff}.v-tabs{flex:1 1 auto;width:100%}.v-tabs .v-menu__activator{height:100%}.v-tabs.v.tabs--vertical.v-tabs--right{flex-direction:row-reverse}.v-tabs:not(.v-tabs--vertical) .v-tab{white-space:normal}.v-tabs:not(.v-tabs--vertical).v-tabs--right>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next,.v-tabs:not(.v-tabs--vertical):not(.v-tabs--right)>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev{display:initial;visibility:hidden}.v-tabs-bar{border-radius:inherit;height:48px}.v-tabs-bar.v-item-group>*{cursor:auto}.v-tab{align-items:center;cursor:pointer;display:flex;flex:0 1 auto;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;min-width:90px;max-width:360px;outline:none;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-tab.v-tab{color:inherit}.v-tab:before{bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-tab:before,.v-tabs-slider{background-color:currentColor}.v-tabs-slider{height:100%;width:100%}.v-tabs-slider-wrapper{bottom:0;margin:0!important;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);z-index:1}.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-left:42px}.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-right:42px}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-right:auto}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-left:auto}.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-right:auto}.v-tabs--fixed-tabs>.v-tabs-bar .v-tab{flex:1 1 auto;width:100%}.v-tabs--grow>.v-tabs-bar .v-tab{flex:1 0 auto;max-width:none}.v-tabs--icons-and-text>.v-tabs-bar{height:72px}.v-tabs--icons-and-text>.v-tabs-bar .v-tab{flex-direction:column-reverse}.v-tabs--icons-and-text>.v-tabs-bar .v-tab>:first-child{margin-bottom:6px}.v-tabs--overflow>.v-tabs-bar .v-tab{flex:1 0 auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-left:auto}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-right:auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-right:0}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-left:0}.v-tabs--vertical{display:flex}.v-tabs--vertical>.v-tabs-bar{flex:1 0 auto;height:auto}.v-tabs--vertical>.v-tabs-bar .v-slide-group__next,.v-tabs--vertical>.v-tabs-bar .v-slide-group__prev{display:none}.v-tabs--vertical>.v-tabs-bar .v-tabs-bar__content{flex-direction:column}.v-tabs--vertical>.v-tabs-bar .v-tab{height:48px}.v-tabs--vertical>.v-tabs-bar .v-tabs-slider{height:100%}.v-tabs--vertical>.v-window{flex:0 1 100%}.v-tabs--vertical.v-tabs--icons-and-text>.v-tabs-bar .v-tab{height:72px}.v-tab--active{color:inherit}.v-tab--active.v-tab:not(:focus):before{opacity:0}.v-tab--active .v-btn.v-btn--flat,.v-tab--active .v-icon{color:inherit}.v-tab--disabled{opacity:.5}.v-tab--disabled,.v-tab--disabled *{pointer-events:none}.v-slide-group{display:flex}.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__next,.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__prev{display:none}.v-slide-group.v-item-group>.v-slide-group__next,.v-slide-group.v-item-group>.v-slide-group__prev{cursor:pointer}.v-slide-item{display:inline-flex;flex:0 1 auto}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-slide-group__wrapper{contain:content;display:flex;flex:1 1 auto;overflow:hidden}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none}.v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__container--is-active{overflow:hidden}.v-window__next,.v-window__prev{background:rgba(0,0,0,.3);border-radius:50%;position:absolute;margin:0 16px;top:calc(50% - 20px);z-index:1}.v-window__next .v-btn:hover,.v-window__prev .v-btn:hover{background:none}.v-application--is-ltr .v-window__prev{left:0}.v-application--is-ltr .v-window__next,.v-application--is-rtl .v-window__prev{right:0}.v-application--is-rtl .v-window__next{left:0}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__next,.v-window--show-arrows-on-hover .v-window__prev{transition:transform .2s cubic-bezier(.25,.8,.5,1)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(-200%)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next,.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(200%)}.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next{transform:translateX(-200%)}.v-window--show-arrows-on-hover:hover .v-window__next,.v-window--show-arrows-on-hover:hover .v-window__prev{transform:translateX(0)}.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-x-reverse-transition-leave,.v-window-x-reverse-transition-leave-to,.v-window-x-transition-leave,.v-window-x-transition-leave-to,.v-window-y-reverse-transition-leave,.v-window-y-reverse-transition-leave-to,.v-window-y-transition-leave,.v-window-y-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter{transform:translateX(100%)}.v-window-x-reverse-transition-enter,.v-window-x-transition-leave-to{transform:translateX(-100%)}.v-window-x-reverse-transition-leave-to{transform:translateX(100%)}.v-window-y-transition-enter{transform:translateY(100%)}.v-window-y-reverse-transition-enter,.v-window-y-transition-leave-to{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.bin-card[data-v-33600232]{margin:auto 0}.eye-toggle[data-v-33600232]{padding:4px}.theme--light.v-alert .v-alert--prominent .v-alert__icon:after{background:rgba(0,0,0,.12)}.theme--dark.v-alert .v-alert--prominent .v-alert__icon:after{background:hsla(0,0%,100%,.12)}.v-sheet.v-alert{border-radius:4px}.v-sheet.v-alert:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-alert.v-sheet--shaped{border-radius:16px 4px}.v-alert{display:block;font-size:16px;margin-bottom:16px;padding:16px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-alert:not(.v-sheet--tile){border-radius:4px}.v-application--is-ltr .v-alert>.v-alert__content,.v-application--is-ltr .v-alert>.v-icon{margin-right:16px}.v-application--is-rtl .v-alert>.v-alert__content,.v-application--is-rtl .v-alert>.v-icon{margin-left:16px}.v-application--is-ltr .v-alert>.v-icon+.v-alert__content{margin-right:0}.v-application--is-rtl .v-alert>.v-icon+.v-alert__content{margin-left:0}.v-application--is-ltr .v-alert>.v-alert__content+.v-icon{margin-right:0}.v-application--is-rtl .v-alert>.v-alert__content+.v-icon{margin-left:0}.v-alert__border{border-style:solid;border-width:4px;content:"";position:absolute}.v-alert__border:not(.v-alert__border--has-color){opacity:.26}.v-alert__border--left,.v-alert__border--right{bottom:0;top:0}.v-alert__border--bottom,.v-alert__border--top{left:0;right:0}.v-alert__border--bottom{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0}.v-application--is-ltr .v-alert__border--left{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.v-application--is-ltr .v-alert__border--right,.v-application--is-rtl .v-alert__border--left{border-top-right-radius:inherit;border-bottom-right-radius:inherit;right:0}.v-application--is-rtl .v-alert__border--right{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.v-alert__border--top{border-top-left-radius:inherit;border-top-right-radius:inherit;top:0}.v-alert__content{flex:1 1 auto}.v-application--is-ltr .v-alert__dismissible{margin:-16px -8px -16px 8px}.v-application--is-rtl .v-alert__dismissible{margin:-16px 8px -16px -8px}.v-alert__icon{align-self:flex-start;border-radius:50%;height:24px;min-width:24px;position:relative}.v-application--is-ltr .v-alert__icon{margin-right:16px}.v-application--is-rtl .v-alert__icon{margin-left:16px}.v-alert__icon.v-icon{font-size:24px}.v-alert__wrapper{align-items:center;border-radius:inherit;display:flex}.v-application--is-ltr .v-alert--border.v-alert--prominent .v-alert__icon{margin-left:8px}.v-application--is-rtl .v-alert--border.v-alert--prominent .v-alert__icon{margin-right:8px}.v-alert--dense{padding-top:8px;padding-bottom:8px}.v-alert--dense .v-alert__border{border-width:medium}.v-alert--outlined{background:transparent!important;border:thin solid currentColor!important}.v-alert--outlined .v-alert__icon{color:inherit!important}.v-alert--prominent .v-alert__icon{align-self:center;height:48px;min-width:48px}.v-alert--prominent .v-alert__icon.v-icon{font-size:32px}.v-alert--prominent .v-alert__icon.v-icon:after{background:currentColor!important;border-radius:50%;bottom:0;content:"";left:0;opacity:.16;position:absolute;right:0;top:0}.v-alert--prominent.v-alert--dense .v-alert__icon.v-icon:after{transform:scale(1)}.v-alert--text{background:transparent!important}.v-alert--text:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:.12;position:absolute;pointer-events:none;right:0;top:0}.sortable-wrapper[data-v-a6e1473c]{height:100%}.driver-input label.v-label{font-size:.875rem}button.v-btn.day-ctrl-btn[data-v-7e5a931b]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-7e5a931b]{padding-top:0}button.v-btn.fix-btn[data-v-7e5a931b],button.v-btn.paid-btn[data-v-7e5a931b],button.v-btn.res-btn[data-v-7e5a931b]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-7e5a931b]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-7e5a931b]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-7e5a931b]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-7e5a931b] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-7e5a931b] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-7e5a931b] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-7e5a931b] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-7e5a931b] td{font-size:large}.v-btn[data-v-7e5a931b]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-7e5a931b]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-7e5a931b]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-7e5a931b]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-7e5a931b]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-7e5a931b]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-7e5a931b],.v-btn.v-btn--has-bg.other-btn[data-v-7e5a931b],.v-btn.v-btn--has-bg.post-btn[data-v-7e5a931b]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-7e5a931b]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-7e5a931b]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-7e5a931b],.table-date-style[data-v-7e5a931b]{width:12rem}.search-autocomplete[data-v-7e5a931b]{width:16rem}.search-autocomplete-warehouse[data-v-7e5a931b]{width:14rem}.search-autocomplete-loc[data-v-7e5a931b]{width:11rem}.search-autocomplete-processType[data-v-7e5a931b]{width:6rem}.search-textbox-materialCd[data-v-7e5a931b],.search-textbox-voucherNo[data-v-7e5a931b]{width:20rem}.search-textbox[data-v-7e5a931b],.serch-textbox-arrivalNo[data-v-7e5a931b]{width:16rem}.serch-textbox-locDetail[data-v-7e5a931b]{width:8rem}.serch-textbox-itemCnCd[data-v-7e5a931b]{width:24rem}.serch-textbox-useritemCd[data-v-7e5a931b]{width:19rem}.serch-textbox-dueDate[data-v-7e5a931b]{width:10rem}.textbox-arrivalNo[data-v-7e5a931b]{width:24rem}.v-text-field.input-number[data-v-7e5a931b],.v-text-field.text-box[data-v-7e5a931b]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-7e5a931b]{margin:500px 0 16px 16px}.input-number-modal[data-v-7e5a931b] input,.input-number[data-v-7e5a931b] input{text-align:right}.paging-label[data-v-7e5a931b]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-7e5a931b]{width:100%;margin-right:12px}div.row.search-row[data-v-7e5a931b]{margin-top:5px}div.first-search-item[data-v-7e5a931b]{margin-left:15px}div.first-rangSpec-item[data-v-7e5a931b]{margin-left:190px}div.btn-area[data-v-7e5a931b]{float:right}div.display-search-result-row[data-v-7e5a931b]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-7e5a931b]{width:400px}span.rangSpec-item[data-v-7e5a931b]{margin-left:13px}.item-spacer[data-v-7e5a931b]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-7e5a931b]{margin-left:3px}.text-label[data-v-7e5a931b],div.calender-btn-area[data-v-7e5a931b]{margin-top:7px}.from_to[data-v-7e5a931b],.hyphen[data-v-7e5a931b]{margin-top:7px;font-weight:700}.hyphen[data-v-7e5a931b]{margin-right:14px}.add-textbox-delivery[data-v-7e5a931b]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-7e5a931b]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-7e5a931b]{position:relative;font-size:18px}.add-textbox-order-name[data-v-7e5a931b]{width:57rem}.add-textbox-post[data-v-7e5a931b],.add-textbox-tel[data-v-7e5a931b]{width:20rem}.add-textbox-remark[data-v-7e5a931b]{width:90.5rem}.add-textbox-trace[data-v-7e5a931b]{width:21rem}.theme--light.v-navigation-drawer[data-v-7e5a931b]{position:fixed}.route-button[data-v-7e5a931b]{position:relative;right:10px}.map-icon[data-v-7e5a931b]{right:5px}.map-icon[data-v-7e5a931b],.note-icon[data-v-7e5a931b]{position:relative;bottom:0;top:0;margin-top:auto;margin-bottom:auto}.v-input--radio-group legend.v-label{cursor:text;font-size:14px;height:auto}.v-input--radio-group__input{border:none;cursor:default;display:flex;width:100%}.v-input--radio-group--column .v-input--radio-group__input>.v-label{padding-bottom:8px}.v-input--radio-group--row .v-input--radio-group__input>.v-label{padding-right:8px}.v-input--radio-group--row legend{align-self:center;display:inline-block}.v-input--radio-group--row .v-input--radio-group__input{flex-direction:row;flex-wrap:wrap}.v-input--radio-group--column legend{padding-bottom:8px}.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){margin-bottom:8px}.v-input--radio-group--column .v-input--radio-group__input{flex-direction:column}.theme--light.v-radio--is-disabled label{color:rgba(0,0,0,.38)}.theme--dark.v-radio--is-disabled label{color:hsla(0,0%,100%,.5)}.v-radio{align-items:center;display:flex;height:auto;outline:none}.v-radio--is-disabled{pointer-events:none;cursor:default}.v-input--radio-group.v-input--radio-group--row .v-radio{margin-right:16px}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:#fff}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:hsla(0,0%,100%,.5)}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:hsla(0,0%,100%,.5)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:rgba(0,0,0,.87)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:rgba(0,0,0,.38)}.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:rgba(0,0,0,.38)}.v-textarea textarea{align-self:stretch;flex:1 1 auto;line-height:1.75rem;max-width:100%;min-height:32px;outline:none;padding:0;width:100%}.v-textarea .v-text-field__prefix,.v-textarea .v-text-field__suffix{padding-top:2px;align-self:start}.v-textarea.v-text-field--box .v-text-field__prefix,.v-textarea.v-text-field--box textarea,.v-textarea.v-text-field--enclosed .v-text-field__prefix,.v-textarea.v-text-field--enclosed textarea{margin-top:24px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea{margin-top:10px}.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label,.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label{top:18px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea{margin-top:6px}.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer{align-self:flex-start;margin-top:8px}.v-textarea.v-text-field--solo{align-items:flex-start}.v-textarea.v-text-field--solo .v-input__control textarea{caret-color:auto}.v-textarea.v-text-field--solo .v-input__append-inner,.v-textarea.v-text-field--solo .v-input__append-outer,.v-textarea.v-text-field--solo .v-input__prepend-inner,.v-textarea.v-text-field--solo .v-input__prepend-outer{align-self:flex-start;margin-top:12px}.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner{padding-left:12px}.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner{padding-right:12px}.v-textarea--auto-grow textarea{overflow:hidden}.v-textarea--no-resize textarea{resize:none}.v-textarea.v-text-field--enclosed .v-text-field__slot{align-self:stretch}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-right:-12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-left:-12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-left:12px}.v-application--is-ltr .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-right:12px}.v-application--is-rtl .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-left:12px}table.condition-table td .v-input--is-focused button.mdi-close-circle{display:inline-flex!important}.v-input--is-focused .mdi-close-circle .condition-table tr:focus-within td .mdi-close-circle{display:inline-flex!important}button.v-btn.day-ctrl-btn[data-v-6785cee1]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-6785cee1]{padding-top:0}button.v-btn.fix-btn[data-v-6785cee1],button.v-btn.paid-btn[data-v-6785cee1],button.v-btn.res-btn[data-v-6785cee1]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-6785cee1]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-6785cee1]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-6785cee1]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-6785cee1] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-6785cee1] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-6785cee1] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-6785cee1] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-6785cee1] td{font-size:large}.v-btn[data-v-6785cee1]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-6785cee1]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-6785cee1]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-6785cee1]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-6785cee1]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-6785cee1]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-6785cee1],.v-btn.v-btn--has-bg.other-btn[data-v-6785cee1],.v-btn.v-btn--has-bg.post-btn[data-v-6785cee1]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-6785cee1]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-6785cee1]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-6785cee1],.table-date-style[data-v-6785cee1]{width:12rem}.search-autocomplete[data-v-6785cee1]{width:16rem}.search-autocomplete-warehouse[data-v-6785cee1]{width:14rem}.search-autocomplete-loc[data-v-6785cee1]{width:11rem}.search-autocomplete-processType[data-v-6785cee1]{width:6rem}.search-textbox-materialCd[data-v-6785cee1],.search-textbox-voucherNo[data-v-6785cee1]{width:20rem}.search-textbox[data-v-6785cee1],.serch-textbox-arrivalNo[data-v-6785cee1]{width:16rem}.serch-textbox-locDetail[data-v-6785cee1]{width:8rem}.serch-textbox-itemCnCd[data-v-6785cee1]{width:24rem}.serch-textbox-useritemCd[data-v-6785cee1]{width:19rem}.serch-textbox-dueDate[data-v-6785cee1]{width:10rem}.textbox-arrivalNo[data-v-6785cee1]{width:24rem}.v-text-field.input-number[data-v-6785cee1],.v-text-field.text-box[data-v-6785cee1]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-6785cee1]{margin:500px 0 16px 16px}.input-number-modal[data-v-6785cee1] input,.input-number[data-v-6785cee1] input{text-align:right}.paging-label[data-v-6785cee1]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-6785cee1]{width:100%;margin-right:12px}div.row.search-row[data-v-6785cee1]{margin-top:5px}div.first-search-item[data-v-6785cee1]{margin-left:15px}div.first-rangSpec-item[data-v-6785cee1]{margin-left:190px}div.btn-area[data-v-6785cee1]{float:right}div.display-search-result-row[data-v-6785cee1]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-6785cee1]{width:400px}span.rangSpec-item[data-v-6785cee1]{margin-left:13px}.item-spacer[data-v-6785cee1]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-6785cee1]{margin-left:3px}.text-label[data-v-6785cee1],div.calender-btn-area[data-v-6785cee1]{margin-top:7px}.from_to[data-v-6785cee1],.hyphen[data-v-6785cee1]{margin-top:7px;font-weight:700}.hyphen[data-v-6785cee1]{margin-right:14px}.add-textbox-delivery[data-v-6785cee1]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-6785cee1]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-6785cee1]{position:relative;font-size:18px}.add-textbox-order-name[data-v-6785cee1]{width:57rem}.add-textbox-post[data-v-6785cee1],.add-textbox-tel[data-v-6785cee1]{width:20rem}.add-textbox-remark[data-v-6785cee1]{width:90.5rem}.add-textbox-trace[data-v-6785cee1]{width:21rem}.theme--light.v-navigation-drawer[data-v-6785cee1]{position:fixed}.condition-table[data-v-6785cee1]{width:100%}.condition-table tr[data-v-6785cee1]{height:70px}.condition-table th[data-v-6785cee1]{width:20%;padding:15px 20px;background:#eee;vertical-align:middle;font-weight:700}.condition-table td[data-v-6785cee1]{display:flex;align-items:center;vertical-align:middle}li[data-v-6785cee1],ul[data-v-6785cee1]{list-style-position:outside;vertical-align:bottom}ul[data-v-6785cee1]{padding-left:0}li[data-v-6785cee1]{list-style:none}.sort-condition-header[data-v-6785cee1]{display:flex;justify-content:center}button.v-btn.day-ctrl-btn[data-v-357bf910]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-357bf910]{padding-top:0}button.v-btn.fix-btn[data-v-357bf910],button.v-btn.paid-btn[data-v-357bf910],button.v-btn.res-btn[data-v-357bf910]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-357bf910]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-357bf910]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-357bf910]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-357bf910] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-357bf910] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-357bf910] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-357bf910] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-357bf910] td{font-size:large}.v-btn[data-v-357bf910]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-357bf910]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-357bf910]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-357bf910]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-357bf910]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-357bf910]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-357bf910],.v-btn.v-btn--has-bg.other-btn[data-v-357bf910],.v-btn.v-btn--has-bg.post-btn[data-v-357bf910]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-357bf910]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-357bf910]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-357bf910],.table-date-style[data-v-357bf910]{width:12rem}.search-autocomplete[data-v-357bf910]{width:16rem}.search-autocomplete-warehouse[data-v-357bf910]{width:14rem}.search-autocomplete-loc[data-v-357bf910]{width:11rem}.search-autocomplete-processType[data-v-357bf910]{width:6rem}.search-textbox-materialCd[data-v-357bf910],.search-textbox-voucherNo[data-v-357bf910]{width:20rem}.search-textbox[data-v-357bf910],.serch-textbox-arrivalNo[data-v-357bf910]{width:16rem}.serch-textbox-locDetail[data-v-357bf910]{width:8rem}.serch-textbox-itemCnCd[data-v-357bf910]{width:24rem}.serch-textbox-useritemCd[data-v-357bf910]{width:19rem}.serch-textbox-dueDate[data-v-357bf910]{width:10rem}.textbox-arrivalNo[data-v-357bf910]{width:24rem}.v-text-field.input-number[data-v-357bf910],.v-text-field.text-box[data-v-357bf910]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-357bf910]{margin:500px 0 16px 16px}.input-number-modal[data-v-357bf910] input,.input-number[data-v-357bf910] input{text-align:right}.paging-label[data-v-357bf910]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-357bf910]{width:100%;margin-right:12px}div.row.search-row[data-v-357bf910]{margin-top:5px}div.first-search-item[data-v-357bf910]{margin-left:15px}div.first-rangSpec-item[data-v-357bf910]{margin-left:190px}div.btn-area[data-v-357bf910]{float:right}div.display-search-result-row[data-v-357bf910]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-357bf910]{width:400px}span.rangSpec-item[data-v-357bf910]{margin-left:13px}.item-spacer[data-v-357bf910]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-357bf910]{margin-left:3px}.text-label[data-v-357bf910],div.calender-btn-area[data-v-357bf910]{margin-top:7px}.from_to[data-v-357bf910],.hyphen[data-v-357bf910]{margin-top:7px;font-weight:700}.hyphen[data-v-357bf910]{margin-right:14px}.add-textbox-delivery[data-v-357bf910]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-357bf910]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-357bf910]{position:relative;font-size:18px}.add-textbox-order-name[data-v-357bf910]{width:57rem}.add-textbox-post[data-v-357bf910],.add-textbox-tel[data-v-357bf910]{width:20rem}.add-textbox-remark[data-v-357bf910]{width:90.5rem}.add-textbox-trace[data-v-357bf910]{width:21rem}.theme--light.v-navigation-drawer[data-v-357bf910]{position:fixed}.filter-text[data-v-357bf910]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.selected-freight[data-v-357bf910]{filter:brightness(85%)}.freight-ghost[data-v-357bf910]{opacity:.5}.undispatch[data-v-357bf910] .freightDateTimePicker{display:none}.theme--light.v-slider .v-slider__thumb,.theme--light.v-slider .v-slider__track-background,.theme--light.v-slider .v-slider__track-fill{background:rgba(0,0,0,.26)}.theme--dark.v-slider .v-slider__thumb,.theme--dark.v-slider .v-slider__track-background,.theme--dark.v-slider .v-slider__track-fill{background:hsla(0,0%,100%,.2)}.v-slider{cursor:default;display:flex;align-items:center;position:relative;flex:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider input{cursor:default;padding:0;width:100%;display:none}.v-slider__track-container{position:absolute;border-radius:0}.v-slider__thumb-container,.v-slider__track-background,.v-slider__track-fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb-container{outline:none;top:50%}.v-slider__thumb-container:hover .v-slider__thumb:before{transform:scale(1)}.v-slider__thumb{width:12px;height:12px;left:-6px;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider__thumb,.v-slider__thumb:before{position:absolute;border-radius:50%;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider__thumb:before{content:"";color:inherit;width:36px;height:36px;background:currentColor;opacity:.3;left:-12px;top:-12px;transform:scale(.1);pointer-events:none}.v-slider__thumb:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-slider__tick,.v-slider__ticks-container{position:absolute}.v-slider__tick{opacity:0;background-color:rgba(0,0,0,.5);transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:0}.v-slider__tick--filled{background-color:hsla(0,0%,100%,.5)}.v-application--is-ltr .v-slider__tick:first-child .v-slider__tick-label{transform:none}.v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(100%)}.v-application--is-ltr .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label{transform:none}.v-slider__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.v-slider__thumb-label-container{top:0}.v-slider__thumb-label,.v-slider__thumb-label-container{position:absolute;left:0;transition:.3s cubic-bezier(.25,.8,.25,1)}.v-slider__thumb-label{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;width:32px;height:32px;border-radius:50% 50% 0;bottom:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider--horizontal{min-height:32px;margin-left:8px;margin-right:8px}.v-slider--horizontal .v-slider__track-container{width:100%;height:2px;left:0;top:50%;transform:translateY(-50%)}.v-slider--horizontal .v-slider__track-background,.v-slider--horizontal .v-slider__track-fill{height:100%}.v-slider--horizontal .v-slider__ticks-container{left:0;height:2px;width:100%}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label{transform:translateX(0)}.v-application--is-ltr .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(-100%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translateX(100%)}.v-slider--horizontal .v-slider__tick .v-slider__tick-label{top:8px}.v-application--is-ltr .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(-50%)}.v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translateX(50%)}.v-slider--horizontal .v-slider__thumb-label{transform:translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg)}.v-slider--horizontal .v-slider__thumb-label>*{transform:rotate(-45deg)}.v-slider--vertical{min-height:150px;margin-top:12px;margin-bottom:12px}.v-slider--vertical .v-slider__track-container{height:100%;width:2px;left:50%;top:0;transform:translateX(-50%)}.v-slider--vertical .v-slider__track-background,.v-slider--vertical .v-slider__track-fill{width:100%}.v-slider--vertical .v-slider__thumb-container{left:50%}.v-slider--vertical .v-slider__ticks-container{top:0;width:2px;height:100%;left:50%;transform:translateX(-50%)}.v-application--is-ltr .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-ltr .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);left:12px}.v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);right:12px}.v-slider--vertical .v-slider__thumb-label>*{transform:rotate(-135deg)}.v-slider__thumb-container--focused .v-slider__thumb:before{transform:scale(1)}.v-slider--active .v-slider__tick{opacity:1}.v-slider__thumb-container--active .v-slider__thumb:before{transform:scale(1.5)!important}.v-slider--disabled{pointer-events:none}.v-slider--disabled .v-slider__thumb{width:8px;height:8px;left:-4px}.v-slider--disabled .v-slider__thumb:before{display:none}.v-slider__ticks-container--always-show .v-slider__tick{opacity:1}.v-input__slider.v-input--is-readonly>.v-input__control{pointer-events:none}.v-application--is-ltr .v-input__slider .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label,.v-application--is-rtl .v-input__slider .v-input__slot .v-label{margin-right:0;margin-left:12px}.v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label{margin-left:0;margin-right:12px}.v-input__slider--vertical{align-items:center}.v-application--is-ltr .v-input__slider--vertical{flex-direction:column-reverse}.v-application--is-rtl .v-input__slider--vertical{flex-direction:column}.v-input__slider--vertical .v-input__append-outer,.v-input__slider--vertical .v-input__prepend-outer,.v-input__slider--vertical .v-input__slot{margin:0}.v-input__slider--vertical .v-messages{display:none}.v-input--has-state .v-slider__track-background{opacity:.4}.custom-slider{pointer-events:none;opacity:.5;.v-slider__tick-label{color:rgba(0,0,0,.54);opacity:1;pointer-events:none}.v-slider__thumb{width:32px;height:32px;border-radius:50%;background-color:transparent;display:flex;justify-content:center;align-items:center;font-size:55px;color:#000}.v-slider__thumb:before{content:"\F053D";font-family:Material Design Icons;font-size:55px;color:#000;transform:unset;opacity:1;background:transparent;margin-bottom:55px;top:unset}.v-slider__tick-label{margin-top:10px;color:#000;font-weight:700}.v-slider__tick{border-radius:50%}.v-slider__tick--filled{background-color:#1976d2}.v-slider{margin-top:10px}.v-messages{display:none}}.slider-last-thumb{.v-slider__thumb:before{position:absolute;right:36px;left:unset}}.scheduleItems span{padding-right:15px}.d-flex{display:flex}.justify-space-between{justify-content:space-between}.detail{padding-left:12px}.lineBreak{margin-bottom:16px}.v-tooltip__content{background-color:transparent!important;padding:0}.tooltip-content{position:relative;background:rgba(97,97,97,.9);color:#fff;padding:8px;border-radius:4px;width:160px;padding:10px}.tooltip-arrow{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(97,97,97,.9)}.statusLabel:not(:first-child,:last-child){margin-right:25px}.message-txt{padding:5px 0;font-weight:700}.worning-message{color:red}button.v-btn.day-ctrl-btn[data-v-be8b23f8]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-be8b23f8]{padding-top:0}button.v-btn.fix-btn[data-v-be8b23f8],button.v-btn.paid-btn[data-v-be8b23f8],button.v-btn.res-btn[data-v-be8b23f8]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-be8b23f8]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-be8b23f8]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-be8b23f8]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-be8b23f8] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-be8b23f8] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-be8b23f8] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-be8b23f8] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-be8b23f8] td{font-size:large}.v-btn[data-v-be8b23f8]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-be8b23f8]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-be8b23f8]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-be8b23f8]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-be8b23f8]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-be8b23f8]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-be8b23f8],.v-btn.v-btn--has-bg.other-btn[data-v-be8b23f8],.v-btn.v-btn--has-bg.post-btn[data-v-be8b23f8]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-be8b23f8]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-be8b23f8]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-be8b23f8],.table-date-style[data-v-be8b23f8]{width:12rem}.search-autocomplete[data-v-be8b23f8]{width:16rem}.search-autocomplete-warehouse[data-v-be8b23f8]{width:14rem}.search-autocomplete-loc[data-v-be8b23f8]{width:11rem}.search-autocomplete-processType[data-v-be8b23f8]{width:6rem}.search-textbox-materialCd[data-v-be8b23f8],.search-textbox-voucherNo[data-v-be8b23f8]{width:20rem}.search-textbox[data-v-be8b23f8],.serch-textbox-arrivalNo[data-v-be8b23f8]{width:16rem}.serch-textbox-locDetail[data-v-be8b23f8]{width:8rem}.serch-textbox-itemCnCd[data-v-be8b23f8]{width:24rem}.serch-textbox-useritemCd[data-v-be8b23f8]{width:19rem}.serch-textbox-dueDate[data-v-be8b23f8]{width:10rem}.textbox-arrivalNo[data-v-be8b23f8]{width:24rem}.v-text-field.input-number[data-v-be8b23f8],.v-text-field.text-box[data-v-be8b23f8]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-be8b23f8]{margin:500px 0 16px 16px}.input-number-modal[data-v-be8b23f8] input,.input-number[data-v-be8b23f8] input{text-align:right}.paging-label[data-v-be8b23f8]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-be8b23f8]{width:100%;margin-right:12px}div.row.search-row[data-v-be8b23f8]{margin-top:5px}div.first-search-item[data-v-be8b23f8]{margin-left:15px}div.first-rangSpec-item[data-v-be8b23f8]{margin-left:190px}div.btn-area[data-v-be8b23f8]{float:right}div.display-search-result-row[data-v-be8b23f8]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-be8b23f8]{width:400px}span.rangSpec-item[data-v-be8b23f8]{margin-left:13px}.item-spacer[data-v-be8b23f8]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-be8b23f8]{margin-left:3px}.text-label[data-v-be8b23f8],div.calender-btn-area[data-v-be8b23f8]{margin-top:7px}.from_to[data-v-be8b23f8],.hyphen[data-v-be8b23f8]{margin-top:7px;font-weight:700}.hyphen[data-v-be8b23f8]{margin-right:14px}.add-textbox-delivery[data-v-be8b23f8]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-be8b23f8]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-be8b23f8]{position:relative;font-size:18px}.add-textbox-order-name[data-v-be8b23f8]{width:57rem}.add-textbox-post[data-v-be8b23f8],.add-textbox-tel[data-v-be8b23f8]{width:20rem}.add-textbox-remark[data-v-be8b23f8]{width:90.5rem}.add-textbox-trace[data-v-be8b23f8]{width:21rem}.theme--light.v-navigation-drawer[data-v-be8b23f8]{position:fixed}#inquiryListData[data-v-be8b23f8] .v-data-table__wrapper{overflow-x:hidden}#inquiryListData[data-v-be8b23f8] td,#inquiryListData[data-v-be8b23f8] th{padding:7px 20px}#inquiryListData[data-v-be8b23f8] th:last-child{min-width:600px}.table-container[data-v-be8b23f8]{max-height:calc(100vh - 50px);display:block}.table-container .v-data-table[data-v-be8b23f8]{overflow:hidden}#out-screen-name[data-v-be8b23f8]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block;margin-left:30px;margin-top:10px}button.v-btn.day-ctrl-btn[data-v-2fa864b5]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-2fa864b5]{padding-top:0}button.v-btn.fix-btn[data-v-2fa864b5],button.v-btn.paid-btn[data-v-2fa864b5],button.v-btn.res-btn[data-v-2fa864b5]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-2fa864b5]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}#sub-bar[data-v-2fa864b5]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-2fa864b5]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-2fa864b5] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-2fa864b5] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-2fa864b5] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-2fa864b5] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-2fa864b5] td{font-size:large}.v-btn[data-v-2fa864b5]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-2fa864b5]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-2fa864b5]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-2fa864b5]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-2fa864b5]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-2fa864b5]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-2fa864b5],.v-btn.v-btn--has-bg.other-btn[data-v-2fa864b5],.v-btn.v-btn--has-bg.post-btn[data-v-2fa864b5]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-2fa864b5]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-2fa864b5]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-2fa864b5],.table-date-style[data-v-2fa864b5]{width:12rem}.search-autocomplete[data-v-2fa864b5]{width:16rem}.search-autocomplete-warehouse[data-v-2fa864b5]{width:14rem}.search-autocomplete-loc[data-v-2fa864b5]{width:11rem}.search-autocomplete-processType[data-v-2fa864b5]{width:6rem}.search-textbox-materialCd[data-v-2fa864b5],.search-textbox-voucherNo[data-v-2fa864b5]{width:20rem}.search-textbox[data-v-2fa864b5],.serch-textbox-arrivalNo[data-v-2fa864b5]{width:16rem}.serch-textbox-locDetail[data-v-2fa864b5]{width:8rem}.serch-textbox-itemCnCd[data-v-2fa864b5]{width:24rem}.serch-textbox-useritemCd[data-v-2fa864b5]{width:19rem}.serch-textbox-dueDate[data-v-2fa864b5]{width:10rem}.textbox-arrivalNo[data-v-2fa864b5]{width:24rem}.v-text-field.input-number[data-v-2fa864b5],.v-text-field.text-box[data-v-2fa864b5]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-2fa864b5]{margin:500px 0 16px 16px}.input-number-modal[data-v-2fa864b5] input,.input-number[data-v-2fa864b5] input{text-align:right}.paging-label[data-v-2fa864b5]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-2fa864b5]{width:100%;margin-right:12px}div.row.search-row[data-v-2fa864b5]{margin-top:5px}div.first-search-item[data-v-2fa864b5]{margin-left:15px}div.first-rangSpec-item[data-v-2fa864b5]{margin-left:190px}div.btn-area[data-v-2fa864b5]{float:right}div.display-search-result-row[data-v-2fa864b5]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-2fa864b5]{width:400px}span.rangSpec-item[data-v-2fa864b5]{margin-left:13px}.item-spacer[data-v-2fa864b5]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-2fa864b5]{margin-left:3px}.text-label[data-v-2fa864b5],div.calender-btn-area[data-v-2fa864b5]{margin-top:7px}.from_to[data-v-2fa864b5],.hyphen[data-v-2fa864b5]{margin-top:7px;font-weight:700}.hyphen[data-v-2fa864b5]{margin-right:14px}.add-textbox-delivery[data-v-2fa864b5]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-2fa864b5]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-2fa864b5]{position:relative;font-size:18px}.add-textbox-order-name[data-v-2fa864b5]{width:57rem}.add-textbox-post[data-v-2fa864b5],.add-textbox-tel[data-v-2fa864b5]{width:20rem}.add-textbox-remark[data-v-2fa864b5]{width:90.5rem}.add-textbox-trace[data-v-2fa864b5]{width:21rem}.theme--light.v-navigation-drawer[data-v-2fa864b5]{position:fixed}#inquiryListData[data-v-2fa864b5] .v-data-table__wrapper{overflow-x:hidden}#inquiryListData[data-v-2fa864b5] td,#inquiryListData[data-v-2fa864b5] th{padding:7px 20px}#inquiryListData[data-v-2fa864b5] th:last-child{min-width:600px}.table-container[data-v-2fa864b5]{max-height:calc(100vh - 50px);display:block}.table-container .v-data-table[data-v-2fa864b5]{overflow:hidden}