.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-navigation-drawer{background-color:#fff}.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:rgba(0,0,0,.12)}.theme--light.v-navigation-drawer .v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-navigation-drawer{background-color:#363636}.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:hsla(0,0%,100%,.12)}.theme--dark.v-navigation-drawer .v-divider{border-color:hsla(0,0%,100%,.12)}.v-navigation-drawer{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;left:0;max-width:100%;overflow:hidden;pointer-events:auto;top:0;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,visibility,width}.v-navigation-drawer:not([data-booted=true]){transition:none!important}.v-navigation-drawer.v-navigation-drawer--right:after{left:0;right:auto}.v-navigation-drawer .v-list:not(.v-select-list){background:inherit}.v-navigation-drawer__border{position:absolute;right:0;top:0;height:100%;width:1px}.v-navigation-drawer__content{height:100%;overflow-y:auto;overflow-x:hidden}.v-navigation-drawer__image{border-radius:inherit;height:100%;position:absolute;top:0;bottom:0;z-index:-1;contain:strict;width:100%}.v-navigation-drawer__image .v-image{border-radius:inherit}.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile{max-height:50%;top:auto;bottom:0;min-width:100%}.v-navigation-drawer--right{left:auto;right:0}.v-navigation-drawer--right>.v-navigation-drawer__border{right:auto;left:0}.v-navigation-drawer--absolute{z-index:1}.v-navigation-drawer--fixed{z-index:6}.v-navigation-drawer--absolute{position:absolute}.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile){z-index:4}.v-navigation-drawer--fixed{position:fixed}.v-navigation-drawer--floating:after{display:none}.v-navigation-drawer--mini-variant{overflow:hidden}.v-navigation-drawer--mini-variant .v-list-item>:first-child{margin-left:0;margin-right:0}.v-navigation-drawer--mini-variant .v-list-item>:not(:first-child){position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;display:initial}.v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,.v-navigation-drawer--mini-variant .v-list-group--sub-group{display:none}.v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant .v-list-item{justify-content:center}.v-navigation-drawer--temporary{z-index:7}.v-navigation-drawer--mobile{z-index:6}.v-navigation-drawer--close{visibility:hidden}.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),.v-navigation-drawer--temporary:not(.v-navigation-drawer--close){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.theme--light.v-image{color:rgba(0,0,0,.87)}.theme--dark.v-image{color:#fff}.v-image{z-index:0}.v-image__image,.v-image__placeholder{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.v-image__image{background-repeat:no-repeat}.v-image__image--preload{filter:blur(2px)}.v-image__image--contain{background-size:contain}.v-image__image--cover{background-size:cover}.v-responsive{position:relative;overflow:hidden;flex:1 0 auto;max-width:100%;display:flex}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-application--is-ltr .v-responsive__sizer~.v-responsive__content{margin-left:-100%}.v-application--is-rtl .v-responsive__sizer~.v-responsive__content{margin-right:-100%}.v-responsive__sizer{transition:padding-bottom .2s cubic-bezier(.25,.8,.5,1);flex:1 0 0px}.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}.theme--light.v-card{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-card>.v-card__subtitle,.theme--light.v-card>.v-card__text{color:rgba(0,0,0,.6)}.theme--dark.v-card{background-color:#1e1e1e;color:#fff}.theme--dark.v-card>.v-card__subtitle,.theme--dark.v-card>.v-card__text{color:hsla(0,0%,100%,.7)}.v-sheet.v-card{border-radius:4px}.v-sheet.v-card:not(.v-sheet--outlined){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-sheet.v-card.v-sheet--shaped{border-radius:16px 4px}.v-card{border-width:thin;display:block;max-width:100%;outline:none;text-decoration:none;transition-property:box-shadow,opacity;overflow-wrap:break-word;position:relative;white-space:normal}.v-card>.v-card__progress+:not(.v-btn):not(.v-chip):not(.v-avatar),.v-card>:first-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-top-left-radius:inherit;border-top-right-radius:inherit}.v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-card__progress{top:0;left:0;right:0;overflow:hidden}.v-card__subtitle+.v-card__text{padding-top:0}.v-card__subtitle,.v-card__text{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:.0071428571em}.v-card__subtitle,.v-card__text,.v-card__title{padding:16px}.v-card__title{align-items:center;display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem;word-break:break-all}.v-card__title+.v-card__subtitle,.v-card__title+.v-card__text{padding-top:0}.v-card__title+.v-card__subtitle{margin-top:-16px}.v-card__text{width:100%}.v-card__actions{align-items:center;display:flex;padding:8px}.v-card__actions>.v-btn.v-btn{padding:0 8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn{margin-left:8px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left{margin-left:4px}.v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn{margin-right:8px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left{margin-right:4px}.v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right{margin-left:4px}.v-card--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-sheet.v-card--hover{cursor:pointer;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1)}.v-sheet.v-card--hover:focus,.v-sheet.v-card--hover:hover{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.v-card--link,.v-card--link .v-chip{cursor:pointer}.v-card--link:focus:before{opacity:.08}.v-card--link:before{background:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s}.v-card--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__progress){opacity:.6;transition:inherit}.v-card--loading{overflow:hidden}.v-card--raised{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}button.v-btn.day-ctrl-btn[data-v-95ce8dae]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-95ce8dae]{padding-top:0}button.v-btn.fix-btn[data-v-95ce8dae],button.v-btn.paid-btn[data-v-95ce8dae],button.v-btn.res-btn[data-v-95ce8dae]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-95ce8dae]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-95ce8dae]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar #lbl-screen-name[data-v-95ce8dae]{padding:.1rem 0 0 .5rem}#listData.v-data-table--fixed-header[data-v-95ce8dae] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-95ce8dae] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-95ce8dae] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-95ce8dae] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-95ce8dae] td{font-size:large}.v-btn[data-v-95ce8dae]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-95ce8dae]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-95ce8dae]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-95ce8dae]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-95ce8dae]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-95ce8dae]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-95ce8dae],.v-btn.v-btn--has-bg.other-btn[data-v-95ce8dae],.v-btn.v-btn--has-bg.post-btn[data-v-95ce8dae]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-95ce8dae]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-95ce8dae]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-95ce8dae],.table-date-style[data-v-95ce8dae]{width:12rem}.search-autocomplete[data-v-95ce8dae]{width:16rem}.search-autocomplete-warehouse[data-v-95ce8dae]{width:14rem}.search-autocomplete-loc[data-v-95ce8dae]{width:11rem}.search-autocomplete-processType[data-v-95ce8dae]{width:6rem}.search-autocomplete-24[data-v-95ce8dae]{width:24rem}.search-textbox-materialCd[data-v-95ce8dae],.search-textbox-voucherNo[data-v-95ce8dae]{width:20rem}.search-textbox[data-v-95ce8dae],.serch-textbox-arrivalNo[data-v-95ce8dae]{width:16rem}.serch-textbox-locDetail[data-v-95ce8dae]{width:8rem}.serch-textbox-itemCnCd[data-v-95ce8dae]{width:24rem}.serch-textbox-useritemCd[data-v-95ce8dae]{width:19rem}.serch-textbox-dueDate[data-v-95ce8dae]{width:10rem}.textbox-arrivalNo[data-v-95ce8dae]{width:24rem}.v-text-field.input-number[data-v-95ce8dae],.v-text-field.text-box[data-v-95ce8dae]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-95ce8dae]{margin:500px 0 16px 16px}.input-number-modal[data-v-95ce8dae] input,.input-number[data-v-95ce8dae] input{text-align:right}.paging-label[data-v-95ce8dae]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-95ce8dae]{width:100%;margin-right:12px}div.row.search-row[data-v-95ce8dae]{margin-top:5px}div.first-search-item[data-v-95ce8dae]{margin-left:15px}div.first-rangSpec-item[data-v-95ce8dae]{margin-left:190px}div.btn-area[data-v-95ce8dae]{float:right}div.display-search-result-row[data-v-95ce8dae]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-95ce8dae]{width:400px}span.rangSpec-item[data-v-95ce8dae]{margin-left:13px}.item-spacer[data-v-95ce8dae]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-95ce8dae]{margin-left:3px}.text-label[data-v-95ce8dae],div.calender-btn-area[data-v-95ce8dae]{margin-top:7px}.from_to[data-v-95ce8dae],.hyphen[data-v-95ce8dae]{margin-top:7px;font-weight:700}.hyphen[data-v-95ce8dae]{margin-right:14px}.add-textbox-delivery[data-v-95ce8dae]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-95ce8dae]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-95ce8dae]{position:relative;font-size:18px}.add-textbox-order-name[data-v-95ce8dae]{width:57rem}.add-textbox-post[data-v-95ce8dae],.add-textbox-tel[data-v-95ce8dae]{width:20rem}.add-textbox-remark[data-v-95ce8dae]{width:90.5rem}.add-textbox-trace[data-v-95ce8dae]{width:21rem}.theme--light.v-navigation-drawer[data-v-95ce8dae]{position:fixed}#sub-bar[data-v-95ce8dae]{color:#000;background:#dee6f3;padding:0;height:3rem;text-align:left}#sub-bar #lbl-screen-name[data-v-95ce8dae]{font-size:x-large;font-weight:700;display:inline-block}#sub-bar .right[data-v-95ce8dae]{text-align:right}.v-btn.v-size--default[data-v-95ce8dae]{font-size:18px!important;margin-left:8px}.v-btn .v-btn--has-bg[data-v-95ce8dae]{background:#dee6f3}.v-btn .v-btn--has-bg.api-btn[data-v-95ce8dae]{width:100%}.v-btn[data-v-95ce8dae]{justify-content:flex-start}.btn-home[data-v-95ce8dae]{margin-top:16px}#display-type[data-v-95ce8dae]{width:25rem;height:5.5rem}#display-type .v-card__title[data-v-95ce8dae]{font-size:1rem;padding:0 .2rem}#display-type .toggle[data-v-95ce8dae]{padding:.3rem 2rem}#display-type .toggle .btn[data-v-95ce8dae]{width:5rem;height:2.5rem}.v-navigation-drawer v-navigation-drawer--absolute v-navigation-drawer--is-mobile v-navigation-drawer--open v-navigation-drawer--temporary theme--light[data-v-95ce8dae]{width:60%!important}button.v-btn.day-ctrl-btn[data-v-28862228]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-28862228]{padding-top:0}button.v-btn.fix-btn[data-v-28862228],button.v-btn.paid-btn[data-v-28862228],button.v-btn.res-btn[data-v-28862228]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-28862228]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-28862228]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-28862228]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-28862228]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-28862228] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-28862228] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-28862228] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-28862228] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-28862228] td{font-size:large}.v-btn[data-v-28862228]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-28862228]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-28862228]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-28862228]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-28862228]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-28862228]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-28862228],.v-btn.v-btn--has-bg.other-btn[data-v-28862228],.v-btn.v-btn--has-bg.post-btn[data-v-28862228]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-28862228]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-28862228]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-28862228],.table-date-style[data-v-28862228]{width:12rem}.search-autocomplete[data-v-28862228]{width:16rem}.search-autocomplete-warehouse[data-v-28862228]{width:14rem}.search-autocomplete-loc[data-v-28862228]{width:11rem}.search-autocomplete-processType[data-v-28862228]{width:6rem}.search-autocomplete-24[data-v-28862228]{width:24rem}.search-textbox-materialCd[data-v-28862228],.search-textbox-voucherNo[data-v-28862228]{width:20rem}.search-textbox[data-v-28862228],.serch-textbox-arrivalNo[data-v-28862228]{width:16rem}.serch-textbox-locDetail[data-v-28862228]{width:8rem}.serch-textbox-itemCnCd[data-v-28862228]{width:24rem}.serch-textbox-useritemCd[data-v-28862228]{width:19rem}.serch-textbox-dueDate[data-v-28862228]{width:10rem}.textbox-arrivalNo[data-v-28862228]{width:24rem}.v-text-field.input-number[data-v-28862228],.v-text-field.text-box[data-v-28862228]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-28862228]{margin:500px 0 16px 16px}.input-number-modal[data-v-28862228] input,.input-number[data-v-28862228] input{text-align:right}.paging-label[data-v-28862228]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-28862228]{width:100%;margin-right:12px}div.row.search-row[data-v-28862228]{margin-top:5px}div.first-search-item[data-v-28862228]{margin-left:15px}div.first-rangSpec-item[data-v-28862228]{margin-left:190px}div.btn-area[data-v-28862228]{float:right}div.display-search-result-row[data-v-28862228]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-28862228]{width:400px}span.rangSpec-item[data-v-28862228]{margin-left:13px}.item-spacer[data-v-28862228]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-28862228]{margin-left:3px}.text-label[data-v-28862228],div.calender-btn-area[data-v-28862228]{margin-top:7px}.from_to[data-v-28862228],.hyphen[data-v-28862228]{margin-top:7px;font-weight:700}.hyphen[data-v-28862228]{margin-right:14px}.add-textbox-delivery[data-v-28862228]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-28862228]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-28862228]{position:relative;font-size:18px}.add-textbox-order-name[data-v-28862228]{width:57rem}.add-textbox-post[data-v-28862228],.add-textbox-tel[data-v-28862228]{width:20rem}.add-textbox-remark[data-v-28862228]{width:90.5rem}.add-textbox-trace[data-v-28862228]{width:21rem}.theme--light.v-navigation-drawer[data-v-28862228]{position:fixed}.txt-single[data-v-28862228]{padding-right:0;font-size:large}#lbl-system-name[data-v-28862228]{font-family:Meiryo}.menu-btn[data-v-28862228]{margin:.1rem .2rem}#lbl-user-name[data-v-28862228],.menu-btn[data-v-28862228]{font-size:large!important;font-weight:700}#lbl-user-name[data-v-28862228]: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-28862228] #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-73c36af7]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-73c36af7]{padding-top:0}button.v-btn.fix-btn[data-v-73c36af7],button.v-btn.paid-btn[data-v-73c36af7],button.v-btn.res-btn[data-v-73c36af7]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-73c36af7]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-73c36af7]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-73c36af7]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-73c36af7]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-73c36af7] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-73c36af7] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-73c36af7] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-73c36af7] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-73c36af7] td{font-size:large}.v-btn[data-v-73c36af7]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-73c36af7]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-73c36af7]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-73c36af7]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-73c36af7]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-73c36af7]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-73c36af7],.v-btn.v-btn--has-bg.other-btn[data-v-73c36af7],.v-btn.v-btn--has-bg.post-btn[data-v-73c36af7]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-73c36af7]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-73c36af7]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-73c36af7],.table-date-style[data-v-73c36af7]{width:12rem}.search-autocomplete[data-v-73c36af7]{width:16rem}.search-autocomplete-warehouse[data-v-73c36af7]{width:14rem}.search-autocomplete-loc[data-v-73c36af7]{width:11rem}.search-autocomplete-processType[data-v-73c36af7]{width:6rem}.search-autocomplete-24[data-v-73c36af7]{width:24rem}.search-textbox-materialCd[data-v-73c36af7],.search-textbox-voucherNo[data-v-73c36af7]{width:20rem}.search-textbox[data-v-73c36af7],.serch-textbox-arrivalNo[data-v-73c36af7]{width:16rem}.serch-textbox-locDetail[data-v-73c36af7]{width:8rem}.serch-textbox-itemCnCd[data-v-73c36af7]{width:24rem}.serch-textbox-useritemCd[data-v-73c36af7]{width:19rem}.serch-textbox-dueDate[data-v-73c36af7]{width:10rem}.textbox-arrivalNo[data-v-73c36af7]{width:24rem}.v-text-field.input-number[data-v-73c36af7],.v-text-field.text-box[data-v-73c36af7]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-73c36af7]{margin:500px 0 16px 16px}.input-number-modal[data-v-73c36af7] input,.input-number[data-v-73c36af7] input{text-align:right}.paging-label[data-v-73c36af7]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-73c36af7]{width:100%;margin-right:12px}div.row.search-row[data-v-73c36af7]{margin-top:5px}div.first-search-item[data-v-73c36af7]{margin-left:15px}div.first-rangSpec-item[data-v-73c36af7]{margin-left:190px}div.btn-area[data-v-73c36af7]{float:right}div.display-search-result-row[data-v-73c36af7]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-73c36af7]{width:400px}span.rangSpec-item[data-v-73c36af7]{margin-left:13px}.item-spacer[data-v-73c36af7]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-73c36af7]{margin-left:3px}.text-label[data-v-73c36af7],div.calender-btn-area[data-v-73c36af7]{margin-top:7px}.from_to[data-v-73c36af7],.hyphen[data-v-73c36af7]{margin-top:7px;font-weight:700}.hyphen[data-v-73c36af7]{margin-right:14px}.add-textbox-delivery[data-v-73c36af7]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-73c36af7]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-73c36af7]{position:relative;font-size:18px}.add-textbox-order-name[data-v-73c36af7]{width:57rem}.add-textbox-post[data-v-73c36af7],.add-textbox-tel[data-v-73c36af7]{width:20rem}.add-textbox-remark[data-v-73c36af7]{width:90.5rem}.add-textbox-trace[data-v-73c36af7]{width:21rem}.theme--light.v-navigation-drawer[data-v-73c36af7]{position:fixed}.link[data-v-73c36af7]{text-decoration:none}span[data-v-73c36af7]{color:red}.text-size[data-v-73c36af7]{font-size:16px}.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}button.v-btn.cost-btn[data-v-4d7db25c]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-4d7db25c]{width:24rem}.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}button.v-btn.cost-btn[data-v-36abc45e]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-36abc45e]{width:24rem}.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-16967d6a]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-16967d6a]{padding-top:0}button.v-btn.fix-btn[data-v-16967d6a],button.v-btn.paid-btn[data-v-16967d6a],button.v-btn.res-btn[data-v-16967d6a]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-16967d6a]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-16967d6a]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-16967d6a]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-16967d6a]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-16967d6a] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-16967d6a] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-16967d6a] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-16967d6a] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-16967d6a] td{font-size:large}.v-btn[data-v-16967d6a]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-16967d6a]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-16967d6a]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-16967d6a]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-16967d6a]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-16967d6a]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-16967d6a],.v-btn.v-btn--has-bg.other-btn[data-v-16967d6a],.v-btn.v-btn--has-bg.post-btn[data-v-16967d6a]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-16967d6a]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-16967d6a]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-16967d6a],.table-date-style[data-v-16967d6a]{width:12rem}.search-autocomplete[data-v-16967d6a]{width:16rem}.search-autocomplete-warehouse[data-v-16967d6a]{width:14rem}.search-autocomplete-loc[data-v-16967d6a]{width:11rem}.search-autocomplete-processType[data-v-16967d6a]{width:6rem}.search-autocomplete-24[data-v-16967d6a]{width:24rem}.search-textbox-materialCd[data-v-16967d6a],.search-textbox-voucherNo[data-v-16967d6a]{width:20rem}.search-textbox[data-v-16967d6a],.serch-textbox-arrivalNo[data-v-16967d6a]{width:16rem}.serch-textbox-locDetail[data-v-16967d6a]{width:8rem}.serch-textbox-itemCnCd[data-v-16967d6a]{width:24rem}.serch-textbox-useritemCd[data-v-16967d6a]{width:19rem}.serch-textbox-dueDate[data-v-16967d6a]{width:10rem}.textbox-arrivalNo[data-v-16967d6a]{width:24rem}.v-text-field.input-number[data-v-16967d6a],.v-text-field.text-box[data-v-16967d6a]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-16967d6a]{margin:500px 0 16px 16px}.input-number-modal[data-v-16967d6a] input,.input-number[data-v-16967d6a] input{text-align:right}.paging-label[data-v-16967d6a]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-16967d6a]{width:100%;margin-right:12px}div.row.search-row[data-v-16967d6a]{margin-top:5px}div.first-search-item[data-v-16967d6a]{margin-left:15px}div.first-rangSpec-item[data-v-16967d6a]{margin-left:190px}div.btn-area[data-v-16967d6a]{float:right}div.display-search-result-row[data-v-16967d6a]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-16967d6a]{width:400px}span.rangSpec-item[data-v-16967d6a]{margin-left:13px}.item-spacer[data-v-16967d6a]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-16967d6a]{margin-left:3px}.text-label[data-v-16967d6a],div.calender-btn-area[data-v-16967d6a]{margin-top:7px}.from_to[data-v-16967d6a],.hyphen[data-v-16967d6a]{margin-top:7px;font-weight:700}.hyphen[data-v-16967d6a]{margin-right:14px}.add-textbox-delivery[data-v-16967d6a]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-16967d6a]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-16967d6a]{position:relative;font-size:18px}.add-textbox-order-name[data-v-16967d6a]{width:57rem}.add-textbox-post[data-v-16967d6a],.add-textbox-tel[data-v-16967d6a]{width:20rem}.add-textbox-remark[data-v-16967d6a]{width:90.5rem}.add-textbox-trace[data-v-16967d6a]{width:21rem}.theme--light.v-navigation-drawer[data-v-16967d6a]{position:fixed}.txt-single[data-v-16967d6a]{padding-right:0;font-size:large}.toatlNum[data-v-16967d6a]{margin-left:10px}.validation[data-v-16967d6a]{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}.v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.v-input--checkbox.v-input--dense{margin-top:4px}.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}button.v-btn.day-ctrl-btn[data-v-2f124516]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-2f124516]{padding-top:0}button.v-btn.fix-btn[data-v-2f124516],button.v-btn.paid-btn[data-v-2f124516],button.v-btn.res-btn[data-v-2f124516]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-2f124516]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-2f124516]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-2f124516]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-2f124516]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-2f124516] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-2f124516] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-2f124516] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-2f124516] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-2f124516] td{font-size:large}.v-btn[data-v-2f124516]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-2f124516]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-2f124516]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-2f124516]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-2f124516]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-2f124516]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-2f124516],.v-btn.v-btn--has-bg.other-btn[data-v-2f124516],.v-btn.v-btn--has-bg.post-btn[data-v-2f124516]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-2f124516]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-2f124516]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-2f124516],.table-date-style[data-v-2f124516]{width:12rem}.search-autocomplete[data-v-2f124516]{width:16rem}.search-autocomplete-warehouse[data-v-2f124516]{width:14rem}.search-autocomplete-loc[data-v-2f124516]{width:11rem}.search-autocomplete-processType[data-v-2f124516]{width:6rem}.search-autocomplete-24[data-v-2f124516]{width:24rem}.search-textbox-materialCd[data-v-2f124516],.search-textbox-voucherNo[data-v-2f124516]{width:20rem}.search-textbox[data-v-2f124516],.serch-textbox-arrivalNo[data-v-2f124516]{width:16rem}.serch-textbox-locDetail[data-v-2f124516]{width:8rem}.serch-textbox-itemCnCd[data-v-2f124516]{width:24rem}.serch-textbox-useritemCd[data-v-2f124516]{width:19rem}.serch-textbox-dueDate[data-v-2f124516]{width:10rem}.textbox-arrivalNo[data-v-2f124516]{width:24rem}.v-text-field.input-number[data-v-2f124516],.v-text-field.text-box[data-v-2f124516]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-2f124516]{margin:500px 0 16px 16px}.input-number-modal[data-v-2f124516] input,.input-number[data-v-2f124516] input{text-align:right}.paging-label[data-v-2f124516]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-2f124516]{width:100%;margin-right:12px}div.row.search-row[data-v-2f124516]{margin-top:5px}div.first-search-item[data-v-2f124516]{margin-left:15px}div.first-rangSpec-item[data-v-2f124516]{margin-left:190px}div.btn-area[data-v-2f124516]{float:right}div.display-search-result-row[data-v-2f124516]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-2f124516]{width:400px}span.rangSpec-item[data-v-2f124516]{margin-left:13px}.item-spacer[data-v-2f124516]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-2f124516]{margin-left:3px}.text-label[data-v-2f124516],div.calender-btn-area[data-v-2f124516]{margin-top:7px}.from_to[data-v-2f124516],.hyphen[data-v-2f124516]{margin-top:7px;font-weight:700}.hyphen[data-v-2f124516]{margin-right:14px}.add-textbox-delivery[data-v-2f124516]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-2f124516]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-2f124516]{position:relative;font-size:18px}.add-textbox-order-name[data-v-2f124516]{width:57rem}.add-textbox-post[data-v-2f124516],.add-textbox-tel[data-v-2f124516]{width:20rem}.add-textbox-remark[data-v-2f124516]{width:90.5rem}.add-textbox-trace[data-v-2f124516]{width:21rem}.theme--light.v-navigation-drawer[data-v-2f124516]{position:fixed}.link[data-v-2f124516]{text-decoration:none}span[data-v-2f124516]{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}button.v-btn.cost-btn[data-v-0fb0c36d]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-0fb0c36d]{width:24rem}.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}button.v-btn.cost-btn[data-v-af87d3dc]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-af87d3dc]{width:24rem}.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-3ddeefd7]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-3ddeefd7]{padding-top:0}button.v-btn.fix-btn[data-v-3ddeefd7],button.v-btn.paid-btn[data-v-3ddeefd7],button.v-btn.res-btn[data-v-3ddeefd7]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-3ddeefd7]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-3ddeefd7]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-3ddeefd7]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-3ddeefd7]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-3ddeefd7] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-3ddeefd7] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-3ddeefd7] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-3ddeefd7] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-3ddeefd7] td{font-size:large}.v-btn[data-v-3ddeefd7]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-3ddeefd7]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-3ddeefd7]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-3ddeefd7]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-3ddeefd7]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-3ddeefd7]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-3ddeefd7],.v-btn.v-btn--has-bg.other-btn[data-v-3ddeefd7],.v-btn.v-btn--has-bg.post-btn[data-v-3ddeefd7]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-3ddeefd7]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-3ddeefd7]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-3ddeefd7],.table-date-style[data-v-3ddeefd7]{width:12rem}.search-autocomplete[data-v-3ddeefd7]{width:16rem}.search-autocomplete-warehouse[data-v-3ddeefd7]{width:14rem}.search-autocomplete-loc[data-v-3ddeefd7]{width:11rem}.search-autocomplete-processType[data-v-3ddeefd7]{width:6rem}.search-autocomplete-24[data-v-3ddeefd7]{width:24rem}.search-textbox-materialCd[data-v-3ddeefd7],.search-textbox-voucherNo[data-v-3ddeefd7]{width:20rem}.search-textbox[data-v-3ddeefd7],.serch-textbox-arrivalNo[data-v-3ddeefd7]{width:16rem}.serch-textbox-locDetail[data-v-3ddeefd7]{width:8rem}.serch-textbox-itemCnCd[data-v-3ddeefd7]{width:24rem}.serch-textbox-useritemCd[data-v-3ddeefd7]{width:19rem}.serch-textbox-dueDate[data-v-3ddeefd7]{width:10rem}.textbox-arrivalNo[data-v-3ddeefd7]{width:24rem}.v-text-field.input-number[data-v-3ddeefd7],.v-text-field.text-box[data-v-3ddeefd7]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-3ddeefd7]{margin:500px 0 16px 16px}.input-number-modal[data-v-3ddeefd7] input,.input-number[data-v-3ddeefd7] input{text-align:right}.paging-label[data-v-3ddeefd7]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-3ddeefd7]{width:100%;margin-right:12px}div.row.search-row[data-v-3ddeefd7]{margin-top:5px}div.first-search-item[data-v-3ddeefd7]{margin-left:15px}div.first-rangSpec-item[data-v-3ddeefd7]{margin-left:190px}div.btn-area[data-v-3ddeefd7]{float:right}div.display-search-result-row[data-v-3ddeefd7]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-3ddeefd7]{width:400px}span.rangSpec-item[data-v-3ddeefd7]{margin-left:13px}.item-spacer[data-v-3ddeefd7]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-3ddeefd7]{margin-left:3px}.text-label[data-v-3ddeefd7],div.calender-btn-area[data-v-3ddeefd7]{margin-top:7px}.from_to[data-v-3ddeefd7],.hyphen[data-v-3ddeefd7]{margin-top:7px;font-weight:700}.hyphen[data-v-3ddeefd7]{margin-right:14px}.add-textbox-delivery[data-v-3ddeefd7]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-3ddeefd7]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-3ddeefd7]{position:relative;font-size:18px}.add-textbox-order-name[data-v-3ddeefd7]{width:57rem}.add-textbox-post[data-v-3ddeefd7],.add-textbox-tel[data-v-3ddeefd7]{width:20rem}.add-textbox-remark[data-v-3ddeefd7]{width:90.5rem}.add-textbox-trace[data-v-3ddeefd7]{width:21rem}.theme--light.v-navigation-drawer[data-v-3ddeefd7]{position:fixed}.isD[data-v-3ddeefd7]{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}button.v-btn.cost-btn[data-v-21e89788]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-21e89788]{width:24rem}.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-a30b8a0c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-a30b8a0c]{padding-top:0}button.v-btn.fix-btn[data-v-a30b8a0c],button.v-btn.paid-btn[data-v-a30b8a0c],button.v-btn.res-btn[data-v-a30b8a0c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-a30b8a0c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-a30b8a0c]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-a30b8a0c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-a30b8a0c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-a30b8a0c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-a30b8a0c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-a30b8a0c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-a30b8a0c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-a30b8a0c] td{font-size:large}.v-btn[data-v-a30b8a0c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-a30b8a0c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-a30b8a0c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-a30b8a0c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-a30b8a0c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-a30b8a0c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-a30b8a0c],.v-btn.v-btn--has-bg.other-btn[data-v-a30b8a0c],.v-btn.v-btn--has-bg.post-btn[data-v-a30b8a0c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-a30b8a0c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-a30b8a0c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-a30b8a0c],.table-date-style[data-v-a30b8a0c]{width:12rem}.search-autocomplete[data-v-a30b8a0c]{width:16rem}.search-autocomplete-warehouse[data-v-a30b8a0c]{width:14rem}.search-autocomplete-loc[data-v-a30b8a0c]{width:11rem}.search-autocomplete-processType[data-v-a30b8a0c]{width:6rem}.search-autocomplete-24[data-v-a30b8a0c]{width:24rem}.search-textbox-materialCd[data-v-a30b8a0c],.search-textbox-voucherNo[data-v-a30b8a0c]{width:20rem}.search-textbox[data-v-a30b8a0c],.serch-textbox-arrivalNo[data-v-a30b8a0c]{width:16rem}.serch-textbox-locDetail[data-v-a30b8a0c]{width:8rem}.serch-textbox-itemCnCd[data-v-a30b8a0c]{width:24rem}.serch-textbox-useritemCd[data-v-a30b8a0c]{width:19rem}.serch-textbox-dueDate[data-v-a30b8a0c]{width:10rem}.textbox-arrivalNo[data-v-a30b8a0c]{width:24rem}.v-text-field.input-number[data-v-a30b8a0c],.v-text-field.text-box[data-v-a30b8a0c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-a30b8a0c]{margin:500px 0 16px 16px}.input-number-modal[data-v-a30b8a0c] input,.input-number[data-v-a30b8a0c] input{text-align:right}.paging-label[data-v-a30b8a0c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-a30b8a0c]{width:100%;margin-right:12px}div.row.search-row[data-v-a30b8a0c]{margin-top:5px}div.first-search-item[data-v-a30b8a0c]{margin-left:15px}div.first-rangSpec-item[data-v-a30b8a0c]{margin-left:190px}div.btn-area[data-v-a30b8a0c]{float:right}div.display-search-result-row[data-v-a30b8a0c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-a30b8a0c]{width:400px}span.rangSpec-item[data-v-a30b8a0c]{margin-left:13px}.item-spacer[data-v-a30b8a0c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-a30b8a0c]{margin-left:3px}.text-label[data-v-a30b8a0c],div.calender-btn-area[data-v-a30b8a0c]{margin-top:7px}.from_to[data-v-a30b8a0c],.hyphen[data-v-a30b8a0c]{margin-top:7px;font-weight:700}.hyphen[data-v-a30b8a0c]{margin-right:14px}.add-textbox-delivery[data-v-a30b8a0c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-a30b8a0c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-a30b8a0c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-a30b8a0c]{width:57rem}.add-textbox-post[data-v-a30b8a0c],.add-textbox-tel[data-v-a30b8a0c]{width:20rem}.add-textbox-remark[data-v-a30b8a0c]{width:90.5rem}.add-textbox-trace[data-v-a30b8a0c]{width:21rem}.theme--light.v-navigation-drawer[data-v-a30b8a0c]{position:fixed}.txt-single[data-v-a30b8a0c]{padding-right:0;font-size:large}.autoUpdate[data-v-a30b8a0c],.serch-textbox-arrivalNo[data-v-a30b8a0c]{padding-right:0;font-size:large;width:110px}.scrollType[data-v-a30b8a0c]::-webkit-scrollbar{display:none}.scrollTypeClose[data-v-a30b8a0c]{overflow-y:scroll}.table-scroll-host[data-v-a30b8a0c]{grid-area:content;overflow:scroll}.text-overflow[data-v-a30b8a0c]{width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper .product-fixed{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .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-a30b8a0c] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper .items-fixed3{position:sticky!important;left:220px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .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-a30b8a0c] .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-a30b8a0c] .v-data-table__wrapper .items-fixed4{position:sticky!important;left:320px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .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-a30b8a0c] .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-a30b8a0c] .v-data-table__wrapper .items-fixed5{position:sticky!important;left:440px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .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-a30b8a0c] .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-a30b8a0c] th{vertical-align:bottom}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper{max-height:562px}[data-v-a30b8a0c] .negative-inventory{color:#d00}.pbox[data-v-a30b8a0c]{display:flex;justify-content:space-between}.inout[data-v-a30b8a0c]{vertical-align:middle;text-align:center}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper th:nth-child(5),#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper th:nth-child(6),#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper th:nth-child(7){background-color:#d3d3d3}#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper th:nth-child(9),#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper th:nth-child(10),#listData.v-data-table--fixed-header[data-v-a30b8a0c] .v-data-table__wrapper th:nth-child(11){background-color:#add8e6}.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-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}button.v-btn.cost-btn[data-v-17d98670]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-17d98670]{width:24rem}.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}button.v-btn.cost-btn[data-v-53842b31]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-53842b31]{width:24rem}.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}button.v-btn.cost-btn[data-v-fd147e14]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-fd147e14]{width:24rem}.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}button.v-btn.cost-btn[data-v-28dc787c]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-28dc787c]{width:24rem}.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-a72554aa]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-a72554aa]{padding-top:0}button.v-btn.fix-btn[data-v-a72554aa],button.v-btn.paid-btn[data-v-a72554aa],button.v-btn.res-btn[data-v-a72554aa]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-a72554aa]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-a72554aa]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-a72554aa]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-a72554aa]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-a72554aa] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-a72554aa] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-a72554aa] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-a72554aa] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-a72554aa] td{font-size:large}.v-btn[data-v-a72554aa]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-a72554aa]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-a72554aa]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-a72554aa]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-a72554aa]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-a72554aa]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-a72554aa],.v-btn.v-btn--has-bg.other-btn[data-v-a72554aa],.v-btn.v-btn--has-bg.post-btn[data-v-a72554aa]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-a72554aa]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-a72554aa]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-a72554aa],.table-date-style[data-v-a72554aa]{width:12rem}.search-autocomplete[data-v-a72554aa]{width:16rem}.search-autocomplete-warehouse[data-v-a72554aa]{width:14rem}.search-autocomplete-loc[data-v-a72554aa]{width:11rem}.search-autocomplete-processType[data-v-a72554aa]{width:6rem}.search-autocomplete-24[data-v-a72554aa]{width:24rem}.search-textbox-materialCd[data-v-a72554aa],.search-textbox-voucherNo[data-v-a72554aa]{width:20rem}.search-textbox[data-v-a72554aa],.serch-textbox-arrivalNo[data-v-a72554aa]{width:16rem}.serch-textbox-locDetail[data-v-a72554aa]{width:8rem}.serch-textbox-itemCnCd[data-v-a72554aa]{width:24rem}.serch-textbox-useritemCd[data-v-a72554aa]{width:19rem}.serch-textbox-dueDate[data-v-a72554aa]{width:10rem}.textbox-arrivalNo[data-v-a72554aa]{width:24rem}.v-text-field.input-number[data-v-a72554aa],.v-text-field.text-box[data-v-a72554aa]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-a72554aa]{margin:500px 0 16px 16px}.input-number-modal[data-v-a72554aa] input,.input-number[data-v-a72554aa] input{text-align:right}.paging-label[data-v-a72554aa]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-a72554aa]{width:100%;margin-right:12px}div.row.search-row[data-v-a72554aa]{margin-top:5px}div.first-search-item[data-v-a72554aa]{margin-left:15px}div.first-rangSpec-item[data-v-a72554aa]{margin-left:190px}div.btn-area[data-v-a72554aa]{float:right}div.display-search-result-row[data-v-a72554aa]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-a72554aa]{width:400px}span.rangSpec-item[data-v-a72554aa]{margin-left:13px}.item-spacer[data-v-a72554aa]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-a72554aa]{margin-left:3px}.from_to[data-v-a72554aa],.text-label[data-v-a72554aa],div.calender-btn-area[data-v-a72554aa]{margin-top:7px}.hyphen[data-v-a72554aa]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-a72554aa]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-a72554aa]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-a72554aa]{position:relative;font-size:18px}.add-textbox-order-name[data-v-a72554aa]{width:57rem}.add-textbox-post[data-v-a72554aa],.add-textbox-tel[data-v-a72554aa]{width:20rem}.add-textbox-remark[data-v-a72554aa]{width:90.5rem}.add-textbox-trace[data-v-a72554aa]{width:21rem}.theme--light.v-navigation-drawer[data-v-a72554aa]{position:fixed}.autoUpdate[data-v-a72554aa],.txt-single[data-v-a72554aa]{padding-right:0;font-size:large}.autoUpdate[data-v-a72554aa]{width:110px}.download-btn[data-v-a72554aa]{width:10rem}.serch-textbox-arrivalNo[data-v-a72554aa]{padding-right:0;font-size:large;width:153px}#listData.v-data-table[data-v-a72554aa] .v-data-table__wrapper{max-height:500px;height:100%}.textbox[data-v-a72554aa]{width:11.2rem}.from_to[data-v-a72554aa]{font-weight:700}.toatlNum[data-v-a72554aa]{margin-left:10px}.span1[data-v-a72554aa]{width:4.3rem}.span2[data-v-a72554aa]{width:8rem}.span3[data-v-a72554aa]{width:8.7rem}a[data-v-a72554aa]{text-decoration:underline}.v-btn.v-btn--has-bg.cargos_btn[data-v-a72554aa]{text-transform:none;background:#dee6f3}.cargos_btn[data-v-a72554aa] .v-btn__content{color:#000!important;font-weight:400!important}.v-btn.v-btn--has-bg.btn_search[data-v-a72554aa]{width:5.5rem}.v-btn.v-btn--has-bg.btn_search_nor[data-v-a72554aa]{background:#3ff}.v-btn.v-btn--has-bg.btn_search_notImported[data-v-a72554aa]{background:#ff6}.v-btn.v-btn--has-bg.btn_search_imported[data-v-a72554aa]{background:#f66}#listData.norTableData[data-v-a72554aa] th{background:#3ff}#listData.notImportedTableData[data-v-a72554aa] th{background:#ff6}#listData.importedTableData[data-v-a72554aa] th{background:#f66}.date-style[data-v-a72554aa]{width:11rem}#listData[data-v-a72554aa] td,#listData[data-v-a72554aa] th{padding:0 8px}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}button.v-btn.cost-btn[data-v-6dfc65e2]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-6dfc65e2]{width:24rem}.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}button.v-btn.cost-btn[data-v-6a07e20b]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-6a07e20b]{width:24rem}.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}button.v-btn.cost-btn[data-v-0177e24d]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-0177e24d]{width:24rem}.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-22d658e1]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-22d658e1]{padding-top:0}button.v-btn.fix-btn[data-v-22d658e1],button.v-btn.paid-btn[data-v-22d658e1],button.v-btn.res-btn[data-v-22d658e1]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-22d658e1]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-22d658e1]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-22d658e1]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-22d658e1]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-22d658e1] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-22d658e1] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-22d658e1] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-22d658e1] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-22d658e1] td{font-size:large}.v-btn[data-v-22d658e1]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-22d658e1]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-22d658e1]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-22d658e1]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-22d658e1]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-22d658e1]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-22d658e1],.v-btn.v-btn--has-bg.other-btn[data-v-22d658e1],.v-btn.v-btn--has-bg.post-btn[data-v-22d658e1]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-22d658e1]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-22d658e1]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-22d658e1],.table-date-style[data-v-22d658e1]{width:12rem}.search-autocomplete[data-v-22d658e1]{width:16rem}.search-autocomplete-warehouse[data-v-22d658e1]{width:14rem}.search-autocomplete-loc[data-v-22d658e1]{width:11rem}.search-autocomplete-processType[data-v-22d658e1]{width:6rem}.search-autocomplete-24[data-v-22d658e1]{width:24rem}.search-textbox-materialCd[data-v-22d658e1],.search-textbox-voucherNo[data-v-22d658e1]{width:20rem}.search-textbox[data-v-22d658e1],.serch-textbox-arrivalNo[data-v-22d658e1]{width:16rem}.serch-textbox-locDetail[data-v-22d658e1]{width:8rem}.serch-textbox-itemCnCd[data-v-22d658e1]{width:24rem}.serch-textbox-useritemCd[data-v-22d658e1]{width:19rem}.serch-textbox-dueDate[data-v-22d658e1]{width:10rem}.textbox-arrivalNo[data-v-22d658e1]{width:24rem}.v-text-field.input-number[data-v-22d658e1],.v-text-field.text-box[data-v-22d658e1]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-22d658e1]{margin:500px 0 16px 16px}.input-number-modal[data-v-22d658e1] input,.input-number[data-v-22d658e1] input{text-align:right}.paging-label[data-v-22d658e1]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-22d658e1]{width:100%;margin-right:12px}div.row.search-row[data-v-22d658e1]{margin-top:5px}div.first-search-item[data-v-22d658e1]{margin-left:15px}div.first-rangSpec-item[data-v-22d658e1]{margin-left:190px}div.btn-area[data-v-22d658e1]{float:right}div.display-search-result-row[data-v-22d658e1]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-22d658e1]{width:400px}span.rangSpec-item[data-v-22d658e1]{margin-left:13px}.item-spacer[data-v-22d658e1]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-22d658e1]{margin-left:3px}.text-label[data-v-22d658e1],div.calender-btn-area[data-v-22d658e1]{margin-top:7px}.from_to[data-v-22d658e1],.hyphen[data-v-22d658e1]{margin-top:7px;font-weight:700}.hyphen[data-v-22d658e1]{margin-right:14px}.add-textbox-delivery[data-v-22d658e1]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-22d658e1]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-22d658e1]{position:relative;font-size:18px}.add-textbox-order-name[data-v-22d658e1]{width:57rem}.add-textbox-post[data-v-22d658e1],.add-textbox-tel[data-v-22d658e1]{width:20rem}.add-textbox-remark[data-v-22d658e1]{width:90.5rem}.add-textbox-trace[data-v-22d658e1]{width:21rem}.theme--light.v-navigation-drawer[data-v-22d658e1]{position:fixed}.txt-single[data-v-22d658e1]{padding-right:0;font-size:large}.autoUpdate[data-v-22d658e1],.serch-textbox-arrivalNo[data-v-22d658e1]{padding-right:0;font-size:large;width:110px}.textbox[data-v-22d658e1]{width:11.2rem}a[data-v-22d658e1]{text-decoration:underline}#listData.v-data-table[data-v-22d658e1] th{padding:0 0}#listData.v-data-table[data-v-22d658e1] td #table-detail1,#listData.v-data-table[data-v-22d658e1] th .headerclass1{background-color:#e0ffff}#listData.v-data-table[data-v-22d658e1] th .headerclass2{background-color:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}#listData.v-data-table[data-v-22d658e1] td #table-detail2{background-color:#fff}#listData.v-data-table[data-v-22d658e1] .v-data-table__wrapper{max-height:534px;height:100%}#listData.v-data-table[data-v-22d658e1] td.text-left{padding:0 0}#listData.v-data-table[data-v-22d658e1] td .v-text-field.input-number{margin:0 0 0 0;height:2.5rem}#listData.v-data-table[data-v-22d658e1] td .v-text-field--outlined{border-radius:0}#listData.v-data-table[data-v-22d658e1] td{border-bottom:none}#listData.v-data-table[data-v-22d658e1] td .displaystyle1{background-color:#e0ffff}#listData.v-data-table[data-v-22d658e1] td .displaystyle1,#listData.v-data-table[data-v-22d658e1] 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-22d658e1] td .displaystyle2{background-color:#fff}#listData.v-data-table[data-v-22d658e1] table{border-bottom:thin solid rgba(0,0,0,.12)}button.v-btn.day-ctrl-btn[data-v-ceb03d22]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-ceb03d22]{padding-top:0}button.v-btn.fix-btn[data-v-ceb03d22],button.v-btn.paid-btn[data-v-ceb03d22],button.v-btn.res-btn[data-v-ceb03d22]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-ceb03d22]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-ceb03d22]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-ceb03d22]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-ceb03d22]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-ceb03d22] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-ceb03d22] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-ceb03d22] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-ceb03d22] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-ceb03d22] td{font-size:large}.v-btn[data-v-ceb03d22]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-ceb03d22]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-ceb03d22]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-ceb03d22]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-ceb03d22]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-ceb03d22]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-ceb03d22],.v-btn.v-btn--has-bg.other-btn[data-v-ceb03d22],.v-btn.v-btn--has-bg.post-btn[data-v-ceb03d22]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-ceb03d22]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-ceb03d22]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-ceb03d22],.table-date-style[data-v-ceb03d22]{width:12rem}.search-autocomplete[data-v-ceb03d22]{width:16rem}.search-autocomplete-warehouse[data-v-ceb03d22]{width:14rem}.search-autocomplete-loc[data-v-ceb03d22]{width:11rem}.search-autocomplete-processType[data-v-ceb03d22]{width:6rem}.search-autocomplete-24[data-v-ceb03d22]{width:24rem}.search-textbox-materialCd[data-v-ceb03d22],.search-textbox-voucherNo[data-v-ceb03d22]{width:20rem}.search-textbox[data-v-ceb03d22],.serch-textbox-arrivalNo[data-v-ceb03d22]{width:16rem}.serch-textbox-locDetail[data-v-ceb03d22]{width:8rem}.serch-textbox-itemCnCd[data-v-ceb03d22]{width:24rem}.serch-textbox-useritemCd[data-v-ceb03d22]{width:19rem}.serch-textbox-dueDate[data-v-ceb03d22]{width:10rem}.textbox-arrivalNo[data-v-ceb03d22]{width:24rem}.v-text-field.input-number[data-v-ceb03d22],.v-text-field.text-box[data-v-ceb03d22]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-ceb03d22]{margin:500px 0 16px 16px}.input-number-modal[data-v-ceb03d22] input,.input-number[data-v-ceb03d22] input{text-align:right}.paging-label[data-v-ceb03d22]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-ceb03d22]{width:100%;margin-right:12px}div.row.search-row[data-v-ceb03d22]{margin-top:5px}div.first-search-item[data-v-ceb03d22]{margin-left:15px}div.first-rangSpec-item[data-v-ceb03d22]{margin-left:190px}div.btn-area[data-v-ceb03d22]{float:right}div.display-search-result-row[data-v-ceb03d22]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-ceb03d22]{width:400px}span.rangSpec-item[data-v-ceb03d22]{margin-left:13px}.item-spacer[data-v-ceb03d22]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-ceb03d22]{margin-left:3px}.text-label[data-v-ceb03d22],div.calender-btn-area[data-v-ceb03d22]{margin-top:7px}.from_to[data-v-ceb03d22],.hyphen[data-v-ceb03d22]{margin-top:7px;font-weight:700}.hyphen[data-v-ceb03d22]{margin-right:14px}.add-textbox-delivery[data-v-ceb03d22]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-ceb03d22]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-ceb03d22]{position:relative;font-size:18px}.add-textbox-order-name[data-v-ceb03d22]{width:57rem}.add-textbox-post[data-v-ceb03d22],.add-textbox-tel[data-v-ceb03d22]{width:20rem}.add-textbox-remark[data-v-ceb03d22]{width:90.5rem}.add-textbox-trace[data-v-ceb03d22]{width:21rem}.theme--light.v-navigation-drawer[data-v-ceb03d22]{position:fixed}.txt-single[data-v-ceb03d22]{padding-right:0;font-size:large}.textbox[data-v-ceb03d22]{width:11.2rem}.btn-sortSelection-area[data-v-ceb03d22]{float:left;margin-bottom:1.8rem}.btn-post-area[data-v-ceb03d22]{position:relative;left:63.3rem}.separator[data-v-ceb03d22]{padding-top:1.5rem;margin-top:1.5rem}.serch-textbox-locDetail[data-v-ceb03d22]{width:8.7rem}.date-style1[data-v-ceb03d22]{width:11rem}[data-v-ceb03d22] .v-messages__message{white-space:nowrap}[data-v-ceb03d22] .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}button.v-btn.cost-btn[data-v-919ab52c]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-919ab52c]{width:24rem}.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}button.v-btn.cost-btn[data-v-a1c18790]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-a1c18790]{width:24rem}.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}button.v-btn.cost-btn[data-v-21fcca59]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-21fcca59]{width:24rem}.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}button.v-btn.cost-btn[data-v-1544e5dc]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-1544e5dc]{width:24rem}.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}button.v-btn.cost-btn[data-v-231faa2c]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-231faa2c]{width:24rem}.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-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}button.v-btn.cost-btn[data-v-687e0400]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-687e0400]{width:24rem}.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}.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}button.v-btn.day-ctrl-btn[data-v-468d9174]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-468d9174]{padding-top:0}button.v-btn.fix-btn[data-v-468d9174],button.v-btn.paid-btn[data-v-468d9174],button.v-btn.res-btn[data-v-468d9174]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-468d9174]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-468d9174]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-468d9174]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-468d9174]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-468d9174] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-468d9174] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-468d9174] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-468d9174] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-468d9174] td{font-size:large}.v-btn[data-v-468d9174]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-468d9174]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-468d9174]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-468d9174]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-468d9174]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-468d9174]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-468d9174],.v-btn.v-btn--has-bg.other-btn[data-v-468d9174],.v-btn.v-btn--has-bg.post-btn[data-v-468d9174]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-468d9174]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-468d9174]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-468d9174],.table-date-style[data-v-468d9174]{width:12rem}.search-autocomplete[data-v-468d9174]{width:16rem}.search-autocomplete-warehouse[data-v-468d9174]{width:14rem}.search-autocomplete-loc[data-v-468d9174]{width:11rem}.search-autocomplete-processType[data-v-468d9174]{width:6rem}.search-autocomplete-24[data-v-468d9174]{width:24rem}.search-textbox-materialCd[data-v-468d9174],.search-textbox-voucherNo[data-v-468d9174]{width:20rem}.search-textbox[data-v-468d9174],.serch-textbox-arrivalNo[data-v-468d9174]{width:16rem}.serch-textbox-locDetail[data-v-468d9174]{width:8rem}.serch-textbox-itemCnCd[data-v-468d9174]{width:24rem}.serch-textbox-useritemCd[data-v-468d9174]{width:19rem}.serch-textbox-dueDate[data-v-468d9174]{width:10rem}.textbox-arrivalNo[data-v-468d9174]{width:24rem}.v-text-field.input-number[data-v-468d9174],.v-text-field.text-box[data-v-468d9174]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-468d9174]{margin:500px 0 16px 16px}.input-number-modal[data-v-468d9174] input,.input-number[data-v-468d9174] input{text-align:right}.paging-label[data-v-468d9174]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-468d9174]{width:100%;margin-right:12px}div.row.search-row[data-v-468d9174]{margin-top:5px}div.first-search-item[data-v-468d9174]{margin-left:15px}div.first-rangSpec-item[data-v-468d9174]{margin-left:190px}div.btn-area[data-v-468d9174]{float:right}div.display-search-result-row[data-v-468d9174]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-468d9174]{width:400px}span.rangSpec-item[data-v-468d9174]{margin-left:13px}.item-spacer[data-v-468d9174]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-468d9174]{margin-left:3px}.text-label[data-v-468d9174],div.calender-btn-area[data-v-468d9174]{margin-top:7px}.from_to[data-v-468d9174],.hyphen[data-v-468d9174]{margin-top:7px;font-weight:700}.hyphen[data-v-468d9174]{margin-right:14px}.add-textbox-delivery[data-v-468d9174]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-468d9174]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-468d9174]{position:relative;font-size:18px}.add-textbox-order-name[data-v-468d9174]{width:57rem}.add-textbox-post[data-v-468d9174],.add-textbox-tel[data-v-468d9174]{width:20rem}.add-textbox-remark[data-v-468d9174]{width:90.5rem}.add-textbox-trace[data-v-468d9174]{width:21rem}.theme--light.v-navigation-drawer[data-v-468d9174]{position:fixed}.text-popBtn[data-v-468d9174]{padding-bottom:30px}.validation[data-v-468d9174]{color:red;text-align:center;margin-bottom:3%}.text-overflow[data-v-468d9174]{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-row[data-v-468d9174]{pointer-events:none}.search-autocomplete-product[data-v-468d9174]{width:24rem}.calender-component[data-v-468d9174]{margin:16px 0 0 0;height:3rem}button.v-btn.day-ctrl-btn[data-v-7506ff5c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-7506ff5c]{padding-top:0}button.v-btn.fix-btn[data-v-7506ff5c],button.v-btn.paid-btn[data-v-7506ff5c],button.v-btn.res-btn[data-v-7506ff5c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-7506ff5c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-7506ff5c]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-7506ff5c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-7506ff5c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-7506ff5c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-7506ff5c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-7506ff5c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-7506ff5c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-7506ff5c] td{font-size:large}.v-btn[data-v-7506ff5c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-7506ff5c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-7506ff5c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-7506ff5c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-7506ff5c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-7506ff5c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-7506ff5c],.v-btn.v-btn--has-bg.other-btn[data-v-7506ff5c],.v-btn.v-btn--has-bg.post-btn[data-v-7506ff5c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-7506ff5c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-7506ff5c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-7506ff5c],.table-date-style[data-v-7506ff5c]{width:12rem}.search-autocomplete[data-v-7506ff5c]{width:16rem}.search-autocomplete-warehouse[data-v-7506ff5c]{width:14rem}.search-autocomplete-loc[data-v-7506ff5c]{width:11rem}.search-autocomplete-processType[data-v-7506ff5c]{width:6rem}.search-autocomplete-24[data-v-7506ff5c]{width:24rem}.search-textbox-materialCd[data-v-7506ff5c],.search-textbox-voucherNo[data-v-7506ff5c]{width:20rem}.search-textbox[data-v-7506ff5c],.serch-textbox-arrivalNo[data-v-7506ff5c]{width:16rem}.serch-textbox-locDetail[data-v-7506ff5c]{width:8rem}.serch-textbox-itemCnCd[data-v-7506ff5c]{width:24rem}.serch-textbox-useritemCd[data-v-7506ff5c]{width:19rem}.serch-textbox-dueDate[data-v-7506ff5c]{width:10rem}.textbox-arrivalNo[data-v-7506ff5c]{width:24rem}.v-text-field.input-number[data-v-7506ff5c],.v-text-field.text-box[data-v-7506ff5c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-7506ff5c]{margin:500px 0 16px 16px}.input-number-modal[data-v-7506ff5c] input,.input-number[data-v-7506ff5c] input{text-align:right}.paging-label[data-v-7506ff5c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-7506ff5c]{width:100%;margin-right:12px}div.row.search-row[data-v-7506ff5c]{margin-top:5px}div.first-search-item[data-v-7506ff5c]{margin-left:15px}div.first-rangSpec-item[data-v-7506ff5c]{margin-left:190px}div.btn-area[data-v-7506ff5c]{float:right}div.display-search-result-row[data-v-7506ff5c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-7506ff5c]{width:400px}span.rangSpec-item[data-v-7506ff5c]{margin-left:13px}.item-spacer[data-v-7506ff5c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-7506ff5c]{margin-left:3px}.text-label[data-v-7506ff5c],div.calender-btn-area[data-v-7506ff5c]{margin-top:7px}.from_to[data-v-7506ff5c],.hyphen[data-v-7506ff5c]{margin-top:7px;font-weight:700}.hyphen[data-v-7506ff5c]{margin-right:14px}.add-textbox-delivery[data-v-7506ff5c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-7506ff5c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-7506ff5c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-7506ff5c]{width:57rem}.add-textbox-post[data-v-7506ff5c],.add-textbox-tel[data-v-7506ff5c]{width:20rem}.add-textbox-remark[data-v-7506ff5c]{width:90.5rem}.add-textbox-trace[data-v-7506ff5c]{width:21rem}.theme--light.v-navigation-drawer[data-v-7506ff5c]{position:fixed}.txt-single[data-v-7506ff5c]{padding-right:0;font-size:large}#table-guide[data-v-7506ff5c]{padding:.2rem 0 .1rem .2rem;display:inline-block;width:13rem;text-align:left;border:1px solid;margin:.2rem .5rem}.item-spacer-sum[data-v-7506ff5c]{margin-left:5.6rem;margin-right:6px}#listSumDataSpecial[data-v-7506ff5c]{white-space:nowrap;pointer-events:none;font-weight:700}#listSumDataSpecial[data-v-7506ff5c] ::-webkit-scrollbar-thumb{background:red}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] tr:nth-child{background-color:#eee;height:0}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] .v-row-group__header{background-color:#dde5f0;height:0}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] .v-data-table__empty-wrapper{background-color:#fff}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td{font-size:large}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:first-child{text-align:right;width:60px}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(2),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(3){text-align:right;width:200px}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(4){text-align:right;width:130px}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(5),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(6),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(7),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(8),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(9),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(10),#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(11){text-align:right;width:150px}#listSumDataSpecial.v-data-table--fixed-header[data-v-7506ff5c] td:nth-child(12){text-align:right;width:80px}.tableData[data-v-7506ff5c]{border-collapse:collapse}#listData[data-v-7506ff5c] td,#listData[data-v-7506ff5c] th{padding:0 12px}.lbl-screen-name[data-v-7506ff5c]{padding:1rem 0;font-size:20px;font-weight:700;display:inline-block;color:#000;margin-left:-15px}.add-textbox-remark[data-v-7506ff5c]{width:55rem}.add-textbox-address[data-v-7506ff5c]{width:45rem}#dialogDelivery .v-text-field.v-text-field--enclosed[data-v-7506ff5c] .v-text-field__details{margin-bottom:0}#dialogDelivery[data-v-7506ff5c] .error--text{margin-bottom:5px}.error-message[data-v-7506ff5c]{color:#ff5252;font-size:12px}button.v-btn.day-ctrl-btn[data-v-308b2eae]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-308b2eae]{padding-top:0}button.v-btn.fix-btn[data-v-308b2eae],button.v-btn.paid-btn[data-v-308b2eae],button.v-btn.res-btn[data-v-308b2eae]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-308b2eae]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-308b2eae]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-308b2eae]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-308b2eae]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-308b2eae] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-308b2eae] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-308b2eae] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-308b2eae] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-308b2eae] td{font-size:large}.v-btn[data-v-308b2eae]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-308b2eae]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-308b2eae]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-308b2eae]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-308b2eae]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-308b2eae]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-308b2eae],.v-btn.v-btn--has-bg.other-btn[data-v-308b2eae],.v-btn.v-btn--has-bg.post-btn[data-v-308b2eae]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-308b2eae]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-308b2eae]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-308b2eae],.table-date-style[data-v-308b2eae]{width:12rem}.search-autocomplete[data-v-308b2eae]{width:16rem}.search-autocomplete-warehouse[data-v-308b2eae]{width:14rem}.search-autocomplete-loc[data-v-308b2eae]{width:11rem}.search-autocomplete-processType[data-v-308b2eae]{width:6rem}.search-autocomplete-24[data-v-308b2eae]{width:24rem}.search-textbox-materialCd[data-v-308b2eae],.search-textbox-voucherNo[data-v-308b2eae]{width:20rem}.search-textbox[data-v-308b2eae],.serch-textbox-arrivalNo[data-v-308b2eae]{width:16rem}.serch-textbox-locDetail[data-v-308b2eae]{width:8rem}.serch-textbox-itemCnCd[data-v-308b2eae]{width:24rem}.serch-textbox-useritemCd[data-v-308b2eae]{width:19rem}.serch-textbox-dueDate[data-v-308b2eae]{width:10rem}.textbox-arrivalNo[data-v-308b2eae]{width:24rem}.v-text-field.input-number[data-v-308b2eae],.v-text-field.text-box[data-v-308b2eae]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-308b2eae]{margin:500px 0 16px 16px}.input-number-modal[data-v-308b2eae] input,.input-number[data-v-308b2eae] input{text-align:right}.paging-label[data-v-308b2eae]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-308b2eae]{width:100%;margin-right:12px}div.row.search-row[data-v-308b2eae]{margin-top:5px}div.first-search-item[data-v-308b2eae]{margin-left:15px}div.first-rangSpec-item[data-v-308b2eae]{margin-left:190px}div.btn-area[data-v-308b2eae]{float:right}div.display-search-result-row[data-v-308b2eae]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-308b2eae]{width:400px}span.rangSpec-item[data-v-308b2eae]{margin-left:13px}.item-spacer[data-v-308b2eae]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-308b2eae]{margin-left:3px}.from_to[data-v-308b2eae],.text-label[data-v-308b2eae],div.calender-btn-area[data-v-308b2eae]{margin-top:7px}.hyphen[data-v-308b2eae]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-308b2eae]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-308b2eae]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-308b2eae]{position:relative;font-size:18px}.add-textbox-order-name[data-v-308b2eae]{width:57rem}.add-textbox-post[data-v-308b2eae],.add-textbox-tel[data-v-308b2eae]{width:20rem}.add-textbox-remark[data-v-308b2eae]{width:90.5rem}.add-textbox-trace[data-v-308b2eae]{width:21rem}.theme--light.v-navigation-drawer[data-v-308b2eae]{position:fixed}.txt-single[data-v-308b2eae]{padding-right:0;font-size:large}.from_to[data-v-308b2eae]{font-weight:700}.toatlNum[data-v-308b2eae]{margin-left:10px}#batchBtn[data-v-308b2eae]{width:20px;margin:0}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table[data-v-308b2eae]{width:auto;table-layout:auto}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>thead tr[data-v-308b2eae]{height:72px}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>thead tr th[data-v-308b2eae]:first-child{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>thead tr th[data-v-308b2eae]:nth-child(2){position:sticky!important;left:50px!important;z-index:6!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td[data-v-308b2eae]{background-color:#fff}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.check[data-v-308b2eae]{height:83px;display:flex;align-items:center;justify-content:center}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.orderAcceptStatus .v-btn[data-v-308b2eae]{width:80px;margin:0}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.orderAcceptStatus .visible[data-v-308b2eae]{visibility:visible}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.orderAcceptStatus .hidden[data-v-308b2eae]{visibility:hidden}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr td[data-v-308b2eae]:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr td[data-v-308b2eae]:nth-child(2){position:sticky!important;left:50px!important;z-index:5!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody tr:nth-child(odd) td[data-v-308b2eae]{background-color:#dde5f0}.add-textbox-remark[data-v-308b2eae]{width:40rem}div.container[data-v-308b2eae]{padding-top:11px;padding-bottom:11px}.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}button.v-btn.day-ctrl-btn[data-v-333f646c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-333f646c]{padding-top:0}button.v-btn.fix-btn[data-v-333f646c],button.v-btn.paid-btn[data-v-333f646c],button.v-btn.res-btn[data-v-333f646c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-333f646c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-333f646c]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-333f646c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-333f646c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-333f646c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-333f646c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-333f646c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-333f646c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-333f646c] td{font-size:large}.v-btn[data-v-333f646c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-333f646c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-333f646c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-333f646c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-333f646c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-333f646c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-333f646c],.v-btn.v-btn--has-bg.other-btn[data-v-333f646c],.v-btn.v-btn--has-bg.post-btn[data-v-333f646c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-333f646c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-333f646c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-333f646c],.table-date-style[data-v-333f646c]{width:12rem}.search-autocomplete[data-v-333f646c]{width:16rem}.search-autocomplete-warehouse[data-v-333f646c]{width:14rem}.search-autocomplete-loc[data-v-333f646c]{width:11rem}.search-autocomplete-processType[data-v-333f646c]{width:6rem}.search-autocomplete-24[data-v-333f646c]{width:24rem}.search-textbox-materialCd[data-v-333f646c],.search-textbox-voucherNo[data-v-333f646c]{width:20rem}.search-textbox[data-v-333f646c],.serch-textbox-arrivalNo[data-v-333f646c]{width:16rem}.serch-textbox-locDetail[data-v-333f646c]{width:8rem}.serch-textbox-itemCnCd[data-v-333f646c]{width:24rem}.serch-textbox-useritemCd[data-v-333f646c]{width:19rem}.serch-textbox-dueDate[data-v-333f646c]{width:10rem}.textbox-arrivalNo[data-v-333f646c]{width:24rem}.v-text-field.input-number[data-v-333f646c],.v-text-field.text-box[data-v-333f646c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-333f646c]{margin:500px 0 16px 16px}.input-number-modal[data-v-333f646c] input,.input-number[data-v-333f646c] input{text-align:right}.paging-label[data-v-333f646c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-333f646c]{width:100%;margin-right:12px}div.row.search-row[data-v-333f646c]{margin-top:5px}div.first-search-item[data-v-333f646c]{margin-left:15px}div.first-rangSpec-item[data-v-333f646c]{margin-left:190px}div.btn-area[data-v-333f646c]{float:right}div.display-search-result-row[data-v-333f646c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-333f646c]{width:400px}span.rangSpec-item[data-v-333f646c]{margin-left:13px}.item-spacer[data-v-333f646c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-333f646c]{margin-left:3px}.from_to[data-v-333f646c],.text-label[data-v-333f646c],div.calender-btn-area[data-v-333f646c]{margin-top:7px}.hyphen[data-v-333f646c]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-333f646c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-333f646c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-333f646c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-333f646c]{width:57rem}.add-textbox-post[data-v-333f646c],.add-textbox-tel[data-v-333f646c]{width:20rem}.add-textbox-remark[data-v-333f646c]{width:90.5rem}.add-textbox-trace[data-v-333f646c]{width:21rem}.theme--light.v-navigation-drawer[data-v-333f646c]{position:fixed}.txt-single[data-v-333f646c]{padding-right:0;font-size:large}.from_to[data-v-333f646c]{font-weight:700}.toatlNum[data-v-333f646c]{margin-left:10px}#listData.v-data-table--fixed-header[data-v-333f646c] .v-data-table__wrapper .product-fixed1{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-333f646c] .v-data-table__wrapper .product-fixed2{position:sticky!important;left:50px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-333f646c] .v-data-table__wrapper .product-fixed3,#listData.v-data-table--fixed-header[data-v-333f646c] .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-333f646c] .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-333f646c] .v-data-table__wrapper th:nth-child(2){position:sticky!important;left:50px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-333f646c] .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-333f646c] .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-333f646c] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-333f646c] tr:nth-child(odd){height:1.5rem!important}#listData.v-data-table--fixed-header[data-v-333f646c] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}.add-textbox-remark[data-v-333f646c]{width:40rem}div#listData.orderDetailList[data-v-333f646c]{height:500px!important;overflow-y:auto;overflow-x:auto;width:1780px}div#listData.orderDetailList>.v-data-table__wrapper td[data-v-333f646c]:first-child{left:0!important;z-index:5!important}div#listData.orderDetailList>.v-data-table__wrapper td[data-v-333f646c]:nth-child(2){left:100px!important;z-index:5!important}div#listData.orderDetailList>.v-data-table__wrapper th[data-v-333f646c]:first-child{position:sticky!important;left:0!important;z-index:5!important}div#listData.orderDetailList>.v-data-table__wrapper th[data-v-333f646c]:nth-child(2){position:sticky!important;left:100px!important;z-index:5!important}button.v-btn.day-ctrl-btn[data-v-d9f4b822]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-d9f4b822]{padding-top:0}button.v-btn.fix-btn[data-v-d9f4b822],button.v-btn.paid-btn[data-v-d9f4b822],button.v-btn.res-btn[data-v-d9f4b822]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-d9f4b822]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-d9f4b822]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-d9f4b822]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-d9f4b822]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-d9f4b822] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-d9f4b822] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-d9f4b822] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-d9f4b822] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-d9f4b822] td{font-size:large}.v-btn[data-v-d9f4b822]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-d9f4b822]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-d9f4b822]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-d9f4b822]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-d9f4b822]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-d9f4b822]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-d9f4b822],.v-btn.v-btn--has-bg.other-btn[data-v-d9f4b822],.v-btn.v-btn--has-bg.post-btn[data-v-d9f4b822]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-d9f4b822]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-d9f4b822]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-d9f4b822],.table-date-style[data-v-d9f4b822]{width:12rem}.search-autocomplete[data-v-d9f4b822]{width:16rem}.search-autocomplete-warehouse[data-v-d9f4b822]{width:14rem}.search-autocomplete-loc[data-v-d9f4b822]{width:11rem}.search-autocomplete-processType[data-v-d9f4b822]{width:6rem}.search-autocomplete-24[data-v-d9f4b822]{width:24rem}.search-textbox-materialCd[data-v-d9f4b822],.search-textbox-voucherNo[data-v-d9f4b822]{width:20rem}.search-textbox[data-v-d9f4b822],.serch-textbox-arrivalNo[data-v-d9f4b822]{width:16rem}.serch-textbox-locDetail[data-v-d9f4b822]{width:8rem}.serch-textbox-itemCnCd[data-v-d9f4b822]{width:24rem}.serch-textbox-useritemCd[data-v-d9f4b822]{width:19rem}.serch-textbox-dueDate[data-v-d9f4b822]{width:10rem}.textbox-arrivalNo[data-v-d9f4b822]{width:24rem}.v-text-field.input-number[data-v-d9f4b822],.v-text-field.text-box[data-v-d9f4b822]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-d9f4b822]{margin:500px 0 16px 16px}.input-number-modal[data-v-d9f4b822] input,.input-number[data-v-d9f4b822] input{text-align:right}.paging-label[data-v-d9f4b822]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-d9f4b822]{width:100%;margin-right:12px}div.row.search-row[data-v-d9f4b822]{margin-top:5px}div.first-search-item[data-v-d9f4b822]{margin-left:15px}div.first-rangSpec-item[data-v-d9f4b822]{margin-left:190px}div.btn-area[data-v-d9f4b822]{float:right}div.display-search-result-row[data-v-d9f4b822]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-d9f4b822]{width:400px}span.rangSpec-item[data-v-d9f4b822]{margin-left:13px}.item-spacer[data-v-d9f4b822]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-d9f4b822]{margin-left:3px}.text-label[data-v-d9f4b822],div.calender-btn-area[data-v-d9f4b822]{margin-top:7px}.from_to[data-v-d9f4b822],.hyphen[data-v-d9f4b822]{margin-top:7px;font-weight:700}.hyphen[data-v-d9f4b822]{margin-right:14px}.add-textbox-delivery[data-v-d9f4b822]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-d9f4b822]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-d9f4b822]{position:relative;font-size:18px}.add-textbox-order-name[data-v-d9f4b822]{width:57rem}.add-textbox-post[data-v-d9f4b822],.add-textbox-tel[data-v-d9f4b822]{width:20rem}.add-textbox-remark[data-v-d9f4b822]{width:90.5rem}.add-textbox-trace[data-v-d9f4b822]{width:21rem}.theme--light.v-navigation-drawer[data-v-d9f4b822]{position:fixed}#listData.v-data-table[data-v-d9f4b822] th{padding:0 8px}#listData.v-data-table[data-v-d9f4b822] .v-data-table__wrapper{overflow-y:hidden}#listData[data-v-d9f4b822] td:nth-child(5),#listData[data-v-d9f4b822] th:nth-child(5){padding-right:0}#listData[data-v-d9f4b822] td:nth-child(6),#listData[data-v-d9f4b822] th:nth-child(6){padding:0}#listData[data-v-d9f4b822] td:nth-child(7),#listData[data-v-d9f4b822] th:nth-child(7){padding-left:0}button.v-btn.day-ctrl-btn[data-v-19f8d273]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-19f8d273]{padding-top:0}button.v-btn.fix-btn[data-v-19f8d273],button.v-btn.paid-btn[data-v-19f8d273],button.v-btn.res-btn[data-v-19f8d273]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-19f8d273]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-19f8d273]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-19f8d273]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-19f8d273]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-19f8d273] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-19f8d273] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-19f8d273] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-19f8d273] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-19f8d273] td{font-size:large}.v-btn[data-v-19f8d273]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-19f8d273]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-19f8d273]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-19f8d273]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-19f8d273]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-19f8d273]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-19f8d273],.v-btn.v-btn--has-bg.other-btn[data-v-19f8d273],.v-btn.v-btn--has-bg.post-btn[data-v-19f8d273]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-19f8d273]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-19f8d273]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-19f8d273],.table-date-style[data-v-19f8d273]{width:12rem}.search-autocomplete[data-v-19f8d273]{width:16rem}.search-autocomplete-warehouse[data-v-19f8d273]{width:14rem}.search-autocomplete-loc[data-v-19f8d273]{width:11rem}.search-autocomplete-processType[data-v-19f8d273]{width:6rem}.search-autocomplete-24[data-v-19f8d273]{width:24rem}.search-textbox-materialCd[data-v-19f8d273],.search-textbox-voucherNo[data-v-19f8d273]{width:20rem}.search-textbox[data-v-19f8d273],.serch-textbox-arrivalNo[data-v-19f8d273]{width:16rem}.serch-textbox-locDetail[data-v-19f8d273]{width:8rem}.serch-textbox-itemCnCd[data-v-19f8d273]{width:24rem}.serch-textbox-useritemCd[data-v-19f8d273]{width:19rem}.serch-textbox-dueDate[data-v-19f8d273]{width:10rem}.textbox-arrivalNo[data-v-19f8d273]{width:24rem}.v-text-field.input-number[data-v-19f8d273],.v-text-field.text-box[data-v-19f8d273]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-19f8d273]{margin:500px 0 16px 16px}.input-number-modal[data-v-19f8d273] input,.input-number[data-v-19f8d273] input{text-align:right}.paging-label[data-v-19f8d273]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-19f8d273]{width:100%;margin-right:12px}div.row.search-row[data-v-19f8d273]{margin-top:5px}div.first-search-item[data-v-19f8d273]{margin-left:15px}div.first-rangSpec-item[data-v-19f8d273]{margin-left:190px}div.btn-area[data-v-19f8d273]{float:right}div.display-search-result-row[data-v-19f8d273]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-19f8d273]{width:400px}span.rangSpec-item[data-v-19f8d273]{margin-left:13px}.item-spacer[data-v-19f8d273]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-19f8d273]{margin-left:3px}.text-label[data-v-19f8d273],div.calender-btn-area[data-v-19f8d273]{margin-top:7px}.from_to[data-v-19f8d273],.hyphen[data-v-19f8d273]{margin-top:7px;font-weight:700}.hyphen[data-v-19f8d273]{margin-right:14px}.add-textbox-delivery[data-v-19f8d273]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-19f8d273]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-19f8d273]{position:relative;font-size:18px}.add-textbox-order-name[data-v-19f8d273]{width:57rem}.add-textbox-post[data-v-19f8d273],.add-textbox-tel[data-v-19f8d273]{width:20rem}.add-textbox-remark[data-v-19f8d273]{width:90.5rem}.add-textbox-trace[data-v-19f8d273]{width:21rem}.theme--light.v-navigation-drawer[data-v-19f8d273]{position:fixed}.txt-single[data-v-19f8d273]{padding-right:0;font-size:large}#listData[data-v-19f8d273] td,#listData[data-v-19f8d273] th{padding:0 12px}#listData[data-v-19f8d273] td:nth-child(5),#listData[data-v-19f8d273] th:nth-child(5){padding-right:0}#listData[data-v-19f8d273] td:nth-child(7),#listData[data-v-19f8d273] th:nth-child(7){padding:0}#listData[data-v-19f8d273] td:nth-child(9),#listData[data-v-19f8d273] th:nth-child(9){padding-left:0}#listData[data-v-19f8d273] td:nth-child(6),#listData[data-v-19f8d273] td:nth-child(8),#listData[data-v-19f8d273] th:nth-child(6),#listData[data-v-19f8d273] th:nth-child(8){padding:0 0 5px 0}.lbl-screen-name[data-v-19f8d273]{padding:1rem 0;font-size:20px;font-weight:700;display:inline-block;color:#000;margin-left:-15px}.add-textbox-remark[data-v-19f8d273]{width:50rem}.size-div[data-v-19f8d273]{display:flex;justify-content:center}.error-message[data-v-19f8d273]{color:#ff5252;font-size:12px}#listSumDataSpecial[data-v-19f8d273]{white-space:nowrap;pointer-events:none}.tableData[data-v-19f8d273]{border-collapse:collapse;height:30px}.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}button.v-btn.day-ctrl-btn[data-v-3beae362]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-3beae362]{padding-top:0}button.v-btn.fix-btn[data-v-3beae362],button.v-btn.paid-btn[data-v-3beae362],button.v-btn.res-btn[data-v-3beae362]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-3beae362]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-3beae362]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-3beae362]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-3beae362]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-3beae362] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-3beae362] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-3beae362] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-3beae362] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-3beae362] td{font-size:large}.v-btn[data-v-3beae362]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-3beae362]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-3beae362]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-3beae362]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-3beae362]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-3beae362]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-3beae362],.v-btn.v-btn--has-bg.other-btn[data-v-3beae362],.v-btn.v-btn--has-bg.post-btn[data-v-3beae362]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-3beae362]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-3beae362]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-3beae362],.table-date-style[data-v-3beae362]{width:12rem}.search-autocomplete[data-v-3beae362]{width:16rem}.search-autocomplete-warehouse[data-v-3beae362]{width:14rem}.search-autocomplete-loc[data-v-3beae362]{width:11rem}.search-autocomplete-processType[data-v-3beae362]{width:6rem}.search-autocomplete-24[data-v-3beae362]{width:24rem}.search-textbox-materialCd[data-v-3beae362],.search-textbox-voucherNo[data-v-3beae362]{width:20rem}.search-textbox[data-v-3beae362],.serch-textbox-arrivalNo[data-v-3beae362]{width:16rem}.serch-textbox-locDetail[data-v-3beae362]{width:8rem}.serch-textbox-itemCnCd[data-v-3beae362]{width:24rem}.serch-textbox-useritemCd[data-v-3beae362]{width:19rem}.serch-textbox-dueDate[data-v-3beae362]{width:10rem}.textbox-arrivalNo[data-v-3beae362]{width:24rem}.v-text-field.input-number[data-v-3beae362],.v-text-field.text-box[data-v-3beae362]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-3beae362]{margin:500px 0 16px 16px}.input-number-modal[data-v-3beae362] input,.input-number[data-v-3beae362] input{text-align:right}.paging-label[data-v-3beae362]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-3beae362]{width:100%;margin-right:12px}div.row.search-row[data-v-3beae362]{margin-top:5px}div.first-search-item[data-v-3beae362]{margin-left:15px}div.first-rangSpec-item[data-v-3beae362]{margin-left:190px}div.btn-area[data-v-3beae362]{float:right}div.display-search-result-row[data-v-3beae362]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-3beae362]{width:400px}span.rangSpec-item[data-v-3beae362]{margin-left:13px}.item-spacer[data-v-3beae362]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-3beae362]{margin-left:3px}.text-label[data-v-3beae362],div.calender-btn-area[data-v-3beae362]{margin-top:7px}.from_to[data-v-3beae362],.hyphen[data-v-3beae362]{margin-top:7px;font-weight:700}.hyphen[data-v-3beae362]{margin-right:14px}.add-textbox-delivery[data-v-3beae362]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-3beae362]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-3beae362]{position:relative;font-size:18px}.add-textbox-order-name[data-v-3beae362]{width:57rem}.add-textbox-post[data-v-3beae362],.add-textbox-tel[data-v-3beae362]{width:20rem}.add-textbox-remark[data-v-3beae362]{width:90.5rem}.add-textbox-trace[data-v-3beae362]{width:21rem}.theme--light.v-navigation-drawer[data-v-3beae362]{position:fixed}.txt-single[data-v-3beae362]{padding-right:0;font-size:large}.require{font-size:large;color:red}.search-label{text-align:left}.register-label,.search-label{width:100%;padding-top:.5rem;padding-left:.5rem;padding-right:0;font-size:large;color:rgba(0,0,0,.6)}.register-label{text-align:right}.v-input--is-focused .mdi-close-circle{display:none!important}tr:focus-within .mdi-close-circle{display:none!important}.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:pre!important}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr>td>div,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr>td>span{white-space:pre-wrap}.v-application .text-truncate{white-space:pre!important}body .v-text-field.v-text-field--enclosed .v-text-field__details{padding:0}.listNo-style{word-break:break-all}.truckMarker{position:absolute;width:50px;height:24px;background:url(../img/truck-sprite.e7821bbe.png) 0 0 no-repeat;cursor:pointer}.truckMarker.truckMarker_0{background-position:0 0}.truckMarker.truckMarker_1{background-position:0 -30px}.truckMarker.truckMarker_2{background-position:0 -60px}.truckMarker.truckMarker_3{background-position:0 -90px}.truckMarker.truckMarker_4{background-position:0 -120px}.truckMarker.truckMarker_5{background-position:0 -150px}#listData-route table>tbody>tr>td,#listData-route table>tbody>tr>td>div{font-size:large}#listData-route table>tbody>tr{height:2rem}#listData-route table>tbody>tr:nth-child(odd){background-color:#dde5f0}button.v-btn.day-ctrl-btn[data-v-0d62ac1c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-0d62ac1c]{padding-top:0}button.v-btn.fix-btn[data-v-0d62ac1c],button.v-btn.paid-btn[data-v-0d62ac1c],button.v-btn.res-btn[data-v-0d62ac1c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-0d62ac1c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-0d62ac1c]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-0d62ac1c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-0d62ac1c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-0d62ac1c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-0d62ac1c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-0d62ac1c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-0d62ac1c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-0d62ac1c] td{font-size:large}.v-btn[data-v-0d62ac1c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-0d62ac1c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-0d62ac1c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-0d62ac1c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-0d62ac1c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-0d62ac1c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-0d62ac1c],.v-btn.v-btn--has-bg.other-btn[data-v-0d62ac1c],.v-btn.v-btn--has-bg.post-btn[data-v-0d62ac1c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-0d62ac1c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-0d62ac1c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-0d62ac1c],.table-date-style[data-v-0d62ac1c]{width:12rem}.search-autocomplete[data-v-0d62ac1c]{width:16rem}.search-autocomplete-warehouse[data-v-0d62ac1c]{width:14rem}.search-autocomplete-loc[data-v-0d62ac1c]{width:11rem}.search-autocomplete-processType[data-v-0d62ac1c]{width:6rem}.search-autocomplete-24[data-v-0d62ac1c]{width:24rem}.search-textbox-materialCd[data-v-0d62ac1c],.search-textbox-voucherNo[data-v-0d62ac1c]{width:20rem}.search-textbox[data-v-0d62ac1c],.serch-textbox-arrivalNo[data-v-0d62ac1c]{width:16rem}.serch-textbox-locDetail[data-v-0d62ac1c]{width:8rem}.serch-textbox-itemCnCd[data-v-0d62ac1c]{width:24rem}.serch-textbox-useritemCd[data-v-0d62ac1c]{width:19rem}.serch-textbox-dueDate[data-v-0d62ac1c]{width:10rem}.textbox-arrivalNo[data-v-0d62ac1c]{width:24rem}.v-text-field.input-number[data-v-0d62ac1c],.v-text-field.text-box[data-v-0d62ac1c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-0d62ac1c]{margin:500px 0 16px 16px}.input-number-modal[data-v-0d62ac1c] input,.input-number[data-v-0d62ac1c] input{text-align:right}.paging-label[data-v-0d62ac1c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-0d62ac1c]{width:100%;margin-right:12px}div.row.search-row[data-v-0d62ac1c]{margin-top:5px}div.first-search-item[data-v-0d62ac1c]{margin-left:15px}div.first-rangSpec-item[data-v-0d62ac1c]{margin-left:190px}div.btn-area[data-v-0d62ac1c]{float:right}div.display-search-result-row[data-v-0d62ac1c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-0d62ac1c]{width:400px}span.rangSpec-item[data-v-0d62ac1c]{margin-left:13px}.item-spacer[data-v-0d62ac1c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-0d62ac1c]{margin-left:3px}.text-label[data-v-0d62ac1c],div.calender-btn-area[data-v-0d62ac1c]{margin-top:7px}.from_to[data-v-0d62ac1c],.hyphen[data-v-0d62ac1c]{margin-top:7px;font-weight:700}.hyphen[data-v-0d62ac1c]{margin-right:14px}.add-textbox-delivery[data-v-0d62ac1c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-0d62ac1c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-0d62ac1c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-0d62ac1c]{width:57rem}.add-textbox-post[data-v-0d62ac1c],.add-textbox-tel[data-v-0d62ac1c]{width:20rem}.add-textbox-remark[data-v-0d62ac1c]{width:90.5rem}.add-textbox-trace[data-v-0d62ac1c]{width:21rem}.theme--light.v-navigation-drawer[data-v-0d62ac1c]{position:fixed}.v-data-table[data-v-0d62ac1c]{white-space:nowrap}.txt-single[data-v-0d62ac1c]{padding-right:0;font-size:large}.order-list-title[data-v-0d62ac1c],.route-detail-title[data-v-0d62ac1c]{font-weight:700;font-size:large;padding:10px}.pagination[data-v-0d62ac1c],.route-detail-title[data-v-0d62ac1c]{display:flex;justify-content:center;align-items:center}.pagination[data-v-0d62ac1c]{margin:0 auto}.btn-area[data-v-0d62ac1c]{margin:0 0 0 auto;padding:10px}.link-btn[data-v-0d62ac1c]{text-decoration:underline;box-shadow:none;color:#1976d2}#listData-transport tr.table-row{height:2rem}#listData-transport tr.table-row:nth-child(odd){background-color:#dde5f0}#listData-transport table>thead>tr>th[role=columnheader]{background-color:#effad9;height:2rem;font-size:large!important;color:#000}#listData-transport table>tbody>tr>td{font-size:large}.table-max-height[data-v-5f009bf2]{height:15rem}#listData-route tr.table-row{height:2rem}#listData-route tr.table-row:nth-child(odd){background-color:#dde5f0}#listData-route table>thead>tr>th[role=columnheader]{background-color:#effad9;height:3rem;font-size:large;color:#000}#listData-route table>thead>tr>th[role=columnheader].required:after{content:"*";color:red}#distanceAndTimeDialog tr:nth-child(odd){background-color:#dde5f0;height:2rem}#distanceAndTimeDialog td{font-size:large}#distanceAndTimeDialog th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}.table-max-height[data-v-0f70c44a]{max-height:calc(3rem + 288px)}.remarks-text[data-v-0f70c44a]{max-height:100%;max-width:9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;text-align:start}.link-btn[data-v-0f70c44a]{text-decoration:underline;box-shadow:none;color:#1976d2}button.v-btn.day-ctrl-btn[data-v-13689ed6]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-13689ed6]{padding-top:0}button.v-btn.fix-btn[data-v-13689ed6],button.v-btn.paid-btn[data-v-13689ed6],button.v-btn.res-btn[data-v-13689ed6]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-13689ed6]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-13689ed6]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-13689ed6]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-13689ed6]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-13689ed6] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-13689ed6] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-13689ed6] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-13689ed6] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-13689ed6] td{font-size:large}.v-btn[data-v-13689ed6]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-13689ed6]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-13689ed6]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-13689ed6]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-13689ed6]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-13689ed6]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-13689ed6],.v-btn.v-btn--has-bg.other-btn[data-v-13689ed6],.v-btn.v-btn--has-bg.post-btn[data-v-13689ed6]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-13689ed6]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-13689ed6]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-13689ed6],.table-date-style[data-v-13689ed6]{width:12rem}.search-autocomplete[data-v-13689ed6]{width:16rem}.search-autocomplete-warehouse[data-v-13689ed6]{width:14rem}.search-autocomplete-loc[data-v-13689ed6]{width:11rem}.search-autocomplete-processType[data-v-13689ed6]{width:6rem}.search-autocomplete-24[data-v-13689ed6]{width:24rem}.search-textbox-materialCd[data-v-13689ed6],.search-textbox-voucherNo[data-v-13689ed6]{width:20rem}.search-textbox[data-v-13689ed6],.serch-textbox-arrivalNo[data-v-13689ed6]{width:16rem}.serch-textbox-locDetail[data-v-13689ed6]{width:8rem}.serch-textbox-itemCnCd[data-v-13689ed6]{width:24rem}.serch-textbox-useritemCd[data-v-13689ed6]{width:19rem}.serch-textbox-dueDate[data-v-13689ed6]{width:10rem}.textbox-arrivalNo[data-v-13689ed6]{width:24rem}.v-text-field.input-number[data-v-13689ed6],.v-text-field.text-box[data-v-13689ed6]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-13689ed6]{margin:500px 0 16px 16px}.input-number-modal[data-v-13689ed6] input,.input-number[data-v-13689ed6] input{text-align:right}.paging-label[data-v-13689ed6]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-13689ed6]{width:100%;margin-right:12px}div.row.search-row[data-v-13689ed6]{margin-top:5px}div.first-search-item[data-v-13689ed6]{margin-left:15px}div.first-rangSpec-item[data-v-13689ed6]{margin-left:190px}div.btn-area[data-v-13689ed6]{float:right}div.display-search-result-row[data-v-13689ed6]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-13689ed6]{width:400px}span.rangSpec-item[data-v-13689ed6]{margin-left:13px}.item-spacer[data-v-13689ed6]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-13689ed6]{margin-left:3px}.from_to[data-v-13689ed6],.text-label[data-v-13689ed6],div.calender-btn-area[data-v-13689ed6]{margin-top:7px}.hyphen[data-v-13689ed6]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-13689ed6]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-13689ed6]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-13689ed6]{position:relative;font-size:18px}.add-textbox-order-name[data-v-13689ed6]{width:57rem}.add-textbox-post[data-v-13689ed6],.add-textbox-tel[data-v-13689ed6]{width:20rem}.add-textbox-remark[data-v-13689ed6]{width:90.5rem}.add-textbox-trace[data-v-13689ed6]{width:21rem}.theme--light.v-navigation-drawer[data-v-13689ed6]{position:fixed}.txt-single[data-v-13689ed6]{padding-right:0;font-size:large}.from_to[data-v-13689ed6]{font-weight:700}.toatlNum[data-v-13689ed6]{margin-left:10px}#batchBtn[data-v-13689ed6]{width:20px;margin:0}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table[data-v-13689ed6]{width:auto;table-layout:auto}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>thead tr[data-v-13689ed6]{height:72px}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>thead tr th[data-v-13689ed6]:first-child{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>thead tr th[data-v-13689ed6]:nth-child(2){position:sticky!important;left:50px!important;z-index:6!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td[data-v-13689ed6]{background-color:#fff}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.check[data-v-13689ed6]{height:83px;display:flex;align-items:center;justify-content:center}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.memo .v-btn[data-v-13689ed6]{width:80px;margin:0}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.memo .visible[data-v-13689ed6]{visibility:visible}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr>td div.memo .hidden[data-v-13689ed6]{visibility:hidden}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr td[data-v-13689ed6]:first-child{position:sticky!important;left:0!important;z-index:5!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody>tr td[data-v-13689ed6]:nth-child(2){position:sticky!important;left:50px!important;z-index:5!important}#listData.v-data-table--fixed-header>.v-data-table__wrapper>table>tbody tr:nth-child(odd) td[data-v-13689ed6]{background-color:#dde5f0}.add-textbox-remark[data-v-13689ed6]{width:40rem}div.container[data-v-13689ed6]{padding-top:11px;padding-bottom:11px}button.v-btn.day-ctrl-btn{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn{padding-top:0}button.v-btn.fix-btn,button.v-btn.paid-btn,button.v-btn.res-btn{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header ::v-deep tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header ::v-deep th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header ::v-deep th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header ::v-deep th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header ::v-deep td{font-size:large}.v-btn{color:#1d1e1f}.v-btn.v-btn--has-bg{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn,.v-btn.v-btn--has-bg.other-btn,.v-btn.v-btn--has-bg.post-btn{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize,.v-btn.v-btn--has-bg.send-guiness-btn{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn{width:14rem}.date-style,.table-date-style{width:12rem}.search-autocomplete{width:16rem}.search-autocomplete-warehouse{width:14rem}.search-autocomplete-loc{width:11rem}.search-autocomplete-processType{width:6rem}.search-autocomplete-24{width:24rem}.search-textbox-materialCd,.search-textbox-voucherNo{width:20rem}.search-textbox,.serch-textbox-arrivalNo{width:16rem}.serch-textbox-locDetail{width:8rem}.serch-textbox-itemCnCd{width:24rem}.serch-textbox-useritemCd{width:19rem}.serch-textbox-dueDate{width:10rem}.textbox-arrivalNo{width:24rem}.v-text-field.input-number,.v-text-field.text-box{margin:11px 0 0 0;height:3.6rem}.btn-fix{margin:500px 0 16px 16px}.input-number-modal ::v-deep input,.input-number ::v-deep input{text-align:right}.paging-label{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn{width:100%;margin-right:12px}div.row.search-row{margin-top:5px}div.first-search-item{margin-left:15px}div.first-rangSpec-item{margin-left:190px}div.btn-area{float:right}div.display-search-result-row{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input{width:400px}span.rangSpec-item{margin-left:13px}.item-spacer{margin-left:6px;margin-right:6px}.asterisk-spacer{margin-left:3px}.text-label,div.calender-btn-area{margin-top:7px}.from_to,.hyphen{margin-top:7px;font-weight:700}.hyphen{margin-right:14px}.add-textbox-delivery{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery{width:10rem;padding:10px 0 0 10px}.auto-txt-size{position:relative;font-size:18px}.add-textbox-order-name{width:57rem}.add-textbox-post,.add-textbox-tel{width:20rem}.add-textbox-remark{width:90.5rem}.add-textbox-trace{width:21rem}.theme--light.v-navigation-drawer{position:fixed}div.v-card__text p{white-space:pre-wrap}.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-0184488e]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-0184488e]{padding-top:0}button.v-btn.fix-btn[data-v-0184488e],button.v-btn.paid-btn[data-v-0184488e],button.v-btn.res-btn[data-v-0184488e]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-0184488e]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-0184488e]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-0184488e]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-0184488e]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-0184488e] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-0184488e] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-0184488e] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-0184488e] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-0184488e] td{font-size:large}.v-btn[data-v-0184488e]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-0184488e]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-0184488e]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-0184488e]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-0184488e]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-0184488e]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-0184488e],.v-btn.v-btn--has-bg.other-btn[data-v-0184488e],.v-btn.v-btn--has-bg.post-btn[data-v-0184488e]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-0184488e]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-0184488e]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-0184488e],.table-date-style[data-v-0184488e]{width:12rem}.search-autocomplete[data-v-0184488e]{width:16rem}.search-autocomplete-warehouse[data-v-0184488e]{width:14rem}.search-autocomplete-loc[data-v-0184488e]{width:11rem}.search-autocomplete-processType[data-v-0184488e]{width:6rem}.search-autocomplete-24[data-v-0184488e]{width:24rem}.search-textbox-materialCd[data-v-0184488e],.search-textbox-voucherNo[data-v-0184488e]{width:20rem}.search-textbox[data-v-0184488e],.serch-textbox-arrivalNo[data-v-0184488e]{width:16rem}.serch-textbox-locDetail[data-v-0184488e]{width:8rem}.serch-textbox-itemCnCd[data-v-0184488e]{width:24rem}.serch-textbox-useritemCd[data-v-0184488e]{width:19rem}.serch-textbox-dueDate[data-v-0184488e]{width:10rem}.textbox-arrivalNo[data-v-0184488e]{width:24rem}.v-text-field.input-number[data-v-0184488e],.v-text-field.text-box[data-v-0184488e]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-0184488e]{margin:500px 0 16px 16px}.input-number-modal[data-v-0184488e] input,.input-number[data-v-0184488e] input{text-align:right}.paging-label[data-v-0184488e]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-0184488e]{width:100%;margin-right:12px}div.row.search-row[data-v-0184488e]{margin-top:5px}div.first-search-item[data-v-0184488e]{margin-left:15px}div.first-rangSpec-item[data-v-0184488e]{margin-left:190px}div.btn-area[data-v-0184488e]{float:right}div.display-search-result-row[data-v-0184488e]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-0184488e]{width:400px}span.rangSpec-item[data-v-0184488e]{margin-left:13px}.item-spacer[data-v-0184488e]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-0184488e]{margin-left:3px}.text-label[data-v-0184488e],div.calender-btn-area[data-v-0184488e]{margin-top:7px}.from_to[data-v-0184488e],.hyphen[data-v-0184488e]{margin-top:7px;font-weight:700}.hyphen[data-v-0184488e]{margin-right:14px}.add-textbox-delivery[data-v-0184488e]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-0184488e]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-0184488e]{position:relative;font-size:18px}.add-textbox-order-name[data-v-0184488e]{width:57rem}.add-textbox-post[data-v-0184488e],.add-textbox-tel[data-v-0184488e]{width:20rem}.add-textbox-remark[data-v-0184488e]{width:90.5rem}.add-textbox-trace[data-v-0184488e]{width:21rem}.theme--light.v-navigation-drawer[data-v-0184488e]{position:fixed}.freight-container[data-v-0184488e]{--pickup-color:158 0 0;--delivery-color:0 0 139}.freight-container.pickup[data-v-0184488e]{border:2px solid rgb(var(--pickup-color)/70%)!important}.freight-container.delivery[data-v-0184488e]{border:2px solid rgb(var(--delivery-color)/70%)!important}.freight-container .pickup-delivery-label[data-v-0184488e]{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-0184488e]{background:linear-gradient(transparent 80%,rgb(var(--pickup-color)/40%) 0)}.freight-container .pickup-delivery-label.delivery[data-v-0184488e]{background:linear-gradient(transparent 80%,rgb(var(--delivery-color)/40%) 0)}.freight-container .overflow-word-wrap[data-v-0184488e]{overflow-wrap:break-word}.place-text[data-v-0184488e]:hover{cursor:pointer}.place-text:hover>span.address[data-v-0184488e]{text-decoration:underline}.item-name[data-v-0184488e]{font-weight:700}.item-value[data-v-0184488e]{font-size:12px;white-space:pre-wrap}.scheduleDateWithTime[data-v-0184488e]{font-size:12px;white-space:pre-wrap;color:#039be5;font-weight:700}.freightDateTimePicker[data-v-0184488e] .date-time-picker input{font-size:13px;padding-top:0}.freightDateTimePicker[data-v-0184488e] .v-label{font-size:13px}button.v-btn.day-ctrl-btn[data-v-6663c30f]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-6663c30f]{padding-top:0}button.v-btn.fix-btn[data-v-6663c30f],button.v-btn.paid-btn[data-v-6663c30f],button.v-btn.res-btn[data-v-6663c30f]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-6663c30f]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-6663c30f]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-6663c30f]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-6663c30f]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-6663c30f] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-6663c30f] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-6663c30f] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-6663c30f] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-6663c30f] td{font-size:large}.v-btn[data-v-6663c30f]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-6663c30f]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-6663c30f]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-6663c30f]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-6663c30f]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-6663c30f]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-6663c30f],.v-btn.v-btn--has-bg.other-btn[data-v-6663c30f],.v-btn.v-btn--has-bg.post-btn[data-v-6663c30f]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-6663c30f]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-6663c30f]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-6663c30f],.table-date-style[data-v-6663c30f]{width:12rem}.search-autocomplete[data-v-6663c30f]{width:16rem}.search-autocomplete-warehouse[data-v-6663c30f]{width:14rem}.search-autocomplete-loc[data-v-6663c30f]{width:11rem}.search-autocomplete-processType[data-v-6663c30f]{width:6rem}.search-autocomplete-24[data-v-6663c30f]{width:24rem}.search-textbox-materialCd[data-v-6663c30f],.search-textbox-voucherNo[data-v-6663c30f]{width:20rem}.search-textbox[data-v-6663c30f],.serch-textbox-arrivalNo[data-v-6663c30f]{width:16rem}.serch-textbox-locDetail[data-v-6663c30f]{width:8rem}.serch-textbox-itemCnCd[data-v-6663c30f]{width:24rem}.serch-textbox-useritemCd[data-v-6663c30f]{width:19rem}.serch-textbox-dueDate[data-v-6663c30f]{width:10rem}.textbox-arrivalNo[data-v-6663c30f]{width:24rem}.v-text-field.input-number[data-v-6663c30f],.v-text-field.text-box[data-v-6663c30f]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-6663c30f]{margin:500px 0 16px 16px}.input-number-modal[data-v-6663c30f] input,.input-number[data-v-6663c30f] input{text-align:right}.paging-label[data-v-6663c30f]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-6663c30f]{width:100%;margin-right:12px}div.row.search-row[data-v-6663c30f]{margin-top:5px}div.first-search-item[data-v-6663c30f]{margin-left:15px}div.first-rangSpec-item[data-v-6663c30f]{margin-left:190px}div.btn-area[data-v-6663c30f]{float:right}div.display-search-result-row[data-v-6663c30f]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-6663c30f]{width:400px}span.rangSpec-item[data-v-6663c30f]{margin-left:13px}.item-spacer[data-v-6663c30f]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-6663c30f]{margin-left:3px}.from_to[data-v-6663c30f],.text-label[data-v-6663c30f],div.calender-btn-area[data-v-6663c30f]{margin-top:7px}.hyphen[data-v-6663c30f]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-6663c30f]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-6663c30f]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-6663c30f]{position:relative;font-size:18px}.add-textbox-order-name[data-v-6663c30f]{width:57rem}.add-textbox-post[data-v-6663c30f],.add-textbox-tel[data-v-6663c30f]{width:20rem}.add-textbox-remark[data-v-6663c30f]{width:90.5rem}.add-textbox-trace[data-v-6663c30f]{width:21rem}.theme--light.v-navigation-drawer[data-v-6663c30f]{position:fixed}.txt-single[data-v-6663c30f]{padding-right:0;font-size:large}.from_to[data-v-6663c30f]{font-weight:700}.search-row[data-v-6663c30f]{padding-left:.7rem}.txt-center[data-v-6663c30f]{margin:auto}.add-textbox-num[data-v-6663c30f]{width:16rem;padding:20px 0 0 10px}.validation[data-v-6663c30f]{color:red;text-align:center;margin-bottom:3%}.transport-info-box[data-v-6663c30f]{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-6663c30f]{overflow-x:scroll}#listData.v-data-table--fixed-header[data-v-6663c30f] td:nth-child(4),#listData.v-data-table--fixed-header[data-v-6663c30f] th:nth-child(4){border-right:3px #d3d3d3;border-right-style:solid}#listData.v-data-table--fixed-header[data-v-6663c30f] td:nth-child(5){padding-left:.7%;padding-right:0}.tooltip-content[data-v-6663c30f]{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-6663c30f]{visibility:visible}.map-icon[data-v-6663c30f]{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-0978cae8]{margin:auto 0}.eye-toggle[data-v-0978cae8]{padding:4px}.chartered-vehicle[data-v-0978cae8]{background-color:rgb(from #c5cae9 r g b/60%)!important;border:1px solid #e0e0e0!important}.chartered-vehicle .transport[data-v-0978cae8]{border:1px solid #bdbdbd!important}.sortable-wrapper[data-v-a6e1473c]{height:100%}button.v-btn.day-ctrl-btn[data-v-5bf2f31f]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-5bf2f31f]{padding-top:0}button.v-btn.fix-btn[data-v-5bf2f31f],button.v-btn.paid-btn[data-v-5bf2f31f],button.v-btn.res-btn[data-v-5bf2f31f]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-5bf2f31f]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-5bf2f31f]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-5bf2f31f]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-5bf2f31f]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-5bf2f31f] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-5bf2f31f] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-5bf2f31f] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-5bf2f31f] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-5bf2f31f] td{font-size:large}.v-btn[data-v-5bf2f31f]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-5bf2f31f]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-5bf2f31f]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-5bf2f31f]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-5bf2f31f]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-5bf2f31f]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-5bf2f31f],.v-btn.v-btn--has-bg.other-btn[data-v-5bf2f31f],.v-btn.v-btn--has-bg.post-btn[data-v-5bf2f31f]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-5bf2f31f]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-5bf2f31f]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-5bf2f31f],.table-date-style[data-v-5bf2f31f]{width:12rem}.search-autocomplete[data-v-5bf2f31f]{width:16rem}.search-autocomplete-warehouse[data-v-5bf2f31f]{width:14rem}.search-autocomplete-loc[data-v-5bf2f31f]{width:11rem}.search-autocomplete-processType[data-v-5bf2f31f]{width:6rem}.search-autocomplete-24[data-v-5bf2f31f]{width:24rem}.search-textbox-materialCd[data-v-5bf2f31f],.search-textbox-voucherNo[data-v-5bf2f31f]{width:20rem}.search-textbox[data-v-5bf2f31f],.serch-textbox-arrivalNo[data-v-5bf2f31f]{width:16rem}.serch-textbox-locDetail[data-v-5bf2f31f]{width:8rem}.serch-textbox-itemCnCd[data-v-5bf2f31f]{width:24rem}.serch-textbox-useritemCd[data-v-5bf2f31f]{width:19rem}.serch-textbox-dueDate[data-v-5bf2f31f]{width:10rem}.textbox-arrivalNo[data-v-5bf2f31f]{width:24rem}.v-text-field.input-number[data-v-5bf2f31f],.v-text-field.text-box[data-v-5bf2f31f]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-5bf2f31f]{margin:500px 0 16px 16px}.input-number-modal[data-v-5bf2f31f] input,.input-number[data-v-5bf2f31f] input{text-align:right}.paging-label[data-v-5bf2f31f]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-5bf2f31f]{width:100%;margin-right:12px}div.row.search-row[data-v-5bf2f31f]{margin-top:5px}div.first-search-item[data-v-5bf2f31f]{margin-left:15px}div.first-rangSpec-item[data-v-5bf2f31f]{margin-left:190px}div.btn-area[data-v-5bf2f31f]{float:right}div.display-search-result-row[data-v-5bf2f31f]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-5bf2f31f]{width:400px}span.rangSpec-item[data-v-5bf2f31f]{margin-left:13px}.item-spacer[data-v-5bf2f31f]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-5bf2f31f]{margin-left:3px}.text-label[data-v-5bf2f31f],div.calender-btn-area[data-v-5bf2f31f]{margin-top:7px}.from_to[data-v-5bf2f31f],.hyphen[data-v-5bf2f31f]{margin-top:7px;font-weight:700}.hyphen[data-v-5bf2f31f]{margin-right:14px}.add-textbox-delivery[data-v-5bf2f31f]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-5bf2f31f]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-5bf2f31f]{position:relative;font-size:18px}.add-textbox-order-name[data-v-5bf2f31f]{width:57rem}.add-textbox-post[data-v-5bf2f31f],.add-textbox-tel[data-v-5bf2f31f]{width:20rem}.add-textbox-remark[data-v-5bf2f31f]{width:90.5rem}.add-textbox-trace[data-v-5bf2f31f]{width:21rem}.theme--light.v-navigation-drawer[data-v-5bf2f31f]{position:fixed}.lot-item[data-v-5bf2f31f]{--border-color:0 0 139;border:2px solid rgb(var(--border-color)/70%)!important}.font-size[data-v-5bf2f31f]{font-size:.75rem}.driver-input label.v-label{font-size:.875rem}button.v-btn.day-ctrl-btn[data-v-317da056]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-317da056]{padding-top:0}button.v-btn.fix-btn[data-v-317da056],button.v-btn.paid-btn[data-v-317da056],button.v-btn.res-btn[data-v-317da056]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-317da056]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-317da056]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-317da056]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-317da056]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-317da056] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-317da056] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-317da056] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-317da056] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-317da056] td{font-size:large}.v-btn[data-v-317da056]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-317da056]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-317da056]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-317da056]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-317da056]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-317da056]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-317da056],.v-btn.v-btn--has-bg.other-btn[data-v-317da056],.v-btn.v-btn--has-bg.post-btn[data-v-317da056]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-317da056]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-317da056]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-317da056],.table-date-style[data-v-317da056]{width:12rem}.search-autocomplete[data-v-317da056]{width:16rem}.search-autocomplete-warehouse[data-v-317da056]{width:14rem}.search-autocomplete-loc[data-v-317da056]{width:11rem}.search-autocomplete-processType[data-v-317da056]{width:6rem}.search-autocomplete-24[data-v-317da056]{width:24rem}.search-textbox-materialCd[data-v-317da056],.search-textbox-voucherNo[data-v-317da056]{width:20rem}.search-textbox[data-v-317da056],.serch-textbox-arrivalNo[data-v-317da056]{width:16rem}.serch-textbox-locDetail[data-v-317da056]{width:8rem}.serch-textbox-itemCnCd[data-v-317da056]{width:24rem}.serch-textbox-useritemCd[data-v-317da056]{width:19rem}.serch-textbox-dueDate[data-v-317da056]{width:10rem}.textbox-arrivalNo[data-v-317da056]{width:24rem}.v-text-field.input-number[data-v-317da056],.v-text-field.text-box[data-v-317da056]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-317da056]{margin:500px 0 16px 16px}.input-number-modal[data-v-317da056] input,.input-number[data-v-317da056] input{text-align:right}.paging-label[data-v-317da056]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-317da056]{width:100%;margin-right:12px}div.row.search-row[data-v-317da056]{margin-top:5px}div.first-search-item[data-v-317da056]{margin-left:15px}div.first-rangSpec-item[data-v-317da056]{margin-left:190px}div.btn-area[data-v-317da056]{float:right}div.display-search-result-row[data-v-317da056]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-317da056]{width:400px}span.rangSpec-item[data-v-317da056]{margin-left:13px}.item-spacer[data-v-317da056]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-317da056]{margin-left:3px}.text-label[data-v-317da056],div.calender-btn-area[data-v-317da056]{margin-top:7px}.from_to[data-v-317da056],.hyphen[data-v-317da056]{margin-top:7px;font-weight:700}.hyphen[data-v-317da056]{margin-right:14px}.add-textbox-delivery[data-v-317da056]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-317da056]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-317da056]{position:relative;font-size:18px}.add-textbox-order-name[data-v-317da056]{width:57rem}.add-textbox-post[data-v-317da056],.add-textbox-tel[data-v-317da056]{width:20rem}.add-textbox-remark[data-v-317da056]{width:90.5rem}.add-textbox-trace[data-v-317da056]{width:21rem}.theme--light.v-navigation-drawer[data-v-317da056]{position:fixed}.route-button[data-v-317da056]{position:relative;right:10px}.map-icon[data-v-317da056]{right:5px}.map-icon[data-v-317da056],.note-icon[data-v-317da056]{position:relative;bottom:0;top:0;margin-top:auto;margin-bottom:auto}.text-overflow[data-v-317da056]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.areas-wrap[data-v-317da056]{margin:0 auto}.areas-text[data-v-317da056]{text-align:left;min-width:0}.areas-label[data-v-317da056]{white-space:nowrap;cursor:help}.line-clamp-2[data-v-317da056]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}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-1abdd2af]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-1abdd2af]{padding-top:0}button.v-btn.fix-btn[data-v-1abdd2af],button.v-btn.paid-btn[data-v-1abdd2af],button.v-btn.res-btn[data-v-1abdd2af]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-1abdd2af]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-1abdd2af]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-1abdd2af]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-1abdd2af]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-1abdd2af] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-1abdd2af] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-1abdd2af] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-1abdd2af] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-1abdd2af] td{font-size:large}.v-btn[data-v-1abdd2af]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-1abdd2af]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-1abdd2af]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-1abdd2af]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-1abdd2af]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-1abdd2af]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-1abdd2af],.v-btn.v-btn--has-bg.other-btn[data-v-1abdd2af],.v-btn.v-btn--has-bg.post-btn[data-v-1abdd2af]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-1abdd2af]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-1abdd2af]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-1abdd2af],.table-date-style[data-v-1abdd2af]{width:12rem}.search-autocomplete[data-v-1abdd2af]{width:16rem}.search-autocomplete-warehouse[data-v-1abdd2af]{width:14rem}.search-autocomplete-loc[data-v-1abdd2af]{width:11rem}.search-autocomplete-processType[data-v-1abdd2af]{width:6rem}.search-autocomplete-24[data-v-1abdd2af]{width:24rem}.search-textbox-materialCd[data-v-1abdd2af],.search-textbox-voucherNo[data-v-1abdd2af]{width:20rem}.search-textbox[data-v-1abdd2af],.serch-textbox-arrivalNo[data-v-1abdd2af]{width:16rem}.serch-textbox-locDetail[data-v-1abdd2af]{width:8rem}.serch-textbox-itemCnCd[data-v-1abdd2af]{width:24rem}.serch-textbox-useritemCd[data-v-1abdd2af]{width:19rem}.serch-textbox-dueDate[data-v-1abdd2af]{width:10rem}.textbox-arrivalNo[data-v-1abdd2af]{width:24rem}.v-text-field.input-number[data-v-1abdd2af],.v-text-field.text-box[data-v-1abdd2af]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-1abdd2af]{margin:500px 0 16px 16px}.input-number-modal[data-v-1abdd2af] input,.input-number[data-v-1abdd2af] input{text-align:right}.paging-label[data-v-1abdd2af]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-1abdd2af]{width:100%;margin-right:12px}div.row.search-row[data-v-1abdd2af]{margin-top:5px}div.first-search-item[data-v-1abdd2af]{margin-left:15px}div.first-rangSpec-item[data-v-1abdd2af]{margin-left:190px}div.btn-area[data-v-1abdd2af]{float:right}div.display-search-result-row[data-v-1abdd2af]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-1abdd2af]{width:400px}span.rangSpec-item[data-v-1abdd2af]{margin-left:13px}.item-spacer[data-v-1abdd2af]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-1abdd2af]{margin-left:3px}.text-label[data-v-1abdd2af],div.calender-btn-area[data-v-1abdd2af]{margin-top:7px}.from_to[data-v-1abdd2af],.hyphen[data-v-1abdd2af]{margin-top:7px;font-weight:700}.hyphen[data-v-1abdd2af]{margin-right:14px}.add-textbox-delivery[data-v-1abdd2af]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-1abdd2af]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-1abdd2af]{position:relative;font-size:18px}.add-textbox-order-name[data-v-1abdd2af]{width:57rem}.add-textbox-post[data-v-1abdd2af],.add-textbox-tel[data-v-1abdd2af]{width:20rem}.add-textbox-remark[data-v-1abdd2af]{width:90.5rem}.add-textbox-trace[data-v-1abdd2af]{width:21rem}.theme--light.v-navigation-drawer[data-v-1abdd2af]{position:fixed}.condition-table[data-v-1abdd2af]{width:100%}.condition-table tr[data-v-1abdd2af]{height:70px}.condition-table th[data-v-1abdd2af]{width:20%;padding:15px 20px;background:#eee;vertical-align:middle;font-weight:700}.condition-table td[data-v-1abdd2af]{display:flex;align-items:center;vertical-align:middle}li[data-v-1abdd2af],ul[data-v-1abdd2af]{list-style-position:outside;vertical-align:bottom}ul[data-v-1abdd2af]{padding-left:0}li[data-v-1abdd2af]{list-style:none}.sort-condition-header[data-v-1abdd2af]{display:flex;justify-content:center}button.v-btn.day-ctrl-btn[data-v-ed265052]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-ed265052]{padding-top:0}button.v-btn.fix-btn[data-v-ed265052],button.v-btn.paid-btn[data-v-ed265052],button.v-btn.res-btn[data-v-ed265052]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-ed265052]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-ed265052]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-ed265052]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-ed265052]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-ed265052] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-ed265052] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-ed265052] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-ed265052] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-ed265052] td{font-size:large}.v-btn[data-v-ed265052]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-ed265052]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-ed265052]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-ed265052]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-ed265052]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-ed265052]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-ed265052],.v-btn.v-btn--has-bg.other-btn[data-v-ed265052],.v-btn.v-btn--has-bg.post-btn[data-v-ed265052]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-ed265052]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-ed265052]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-ed265052],.table-date-style[data-v-ed265052]{width:12rem}.search-autocomplete[data-v-ed265052]{width:16rem}.search-autocomplete-warehouse[data-v-ed265052]{width:14rem}.search-autocomplete-loc[data-v-ed265052]{width:11rem}.search-autocomplete-processType[data-v-ed265052]{width:6rem}.search-autocomplete-24[data-v-ed265052]{width:24rem}.search-textbox-materialCd[data-v-ed265052],.search-textbox-voucherNo[data-v-ed265052]{width:20rem}.search-textbox[data-v-ed265052],.serch-textbox-arrivalNo[data-v-ed265052]{width:16rem}.serch-textbox-locDetail[data-v-ed265052]{width:8rem}.serch-textbox-itemCnCd[data-v-ed265052]{width:24rem}.serch-textbox-useritemCd[data-v-ed265052]{width:19rem}.serch-textbox-dueDate[data-v-ed265052]{width:10rem}.textbox-arrivalNo[data-v-ed265052]{width:24rem}.v-text-field.input-number[data-v-ed265052],.v-text-field.text-box[data-v-ed265052]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-ed265052]{margin:500px 0 16px 16px}.input-number-modal[data-v-ed265052] input,.input-number[data-v-ed265052] input{text-align:right}.paging-label[data-v-ed265052]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-ed265052]{width:100%;margin-right:12px}div.row.search-row[data-v-ed265052]{margin-top:5px}div.first-search-item[data-v-ed265052]{margin-left:15px}div.first-rangSpec-item[data-v-ed265052]{margin-left:190px}div.btn-area[data-v-ed265052]{float:right}div.display-search-result-row[data-v-ed265052]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-ed265052]{width:400px}span.rangSpec-item[data-v-ed265052]{margin-left:13px}.item-spacer[data-v-ed265052]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-ed265052]{margin-left:3px}.text-label[data-v-ed265052],div.calender-btn-area[data-v-ed265052]{margin-top:7px}.from_to[data-v-ed265052],.hyphen[data-v-ed265052]{margin-top:7px;font-weight:700}.hyphen[data-v-ed265052]{margin-right:14px}.add-textbox-delivery[data-v-ed265052]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-ed265052]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-ed265052]{position:relative;font-size:18px}.add-textbox-order-name[data-v-ed265052]{width:57rem}.add-textbox-post[data-v-ed265052],.add-textbox-tel[data-v-ed265052]{width:20rem}.add-textbox-remark[data-v-ed265052]{width:90.5rem}.add-textbox-trace[data-v-ed265052]{width:21rem}.theme--light.v-navigation-drawer[data-v-ed265052]{position:fixed}.filter-text[data-v-ed265052]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}[data-v-ed265052] .selected-freight{filter:brightness(85%)}[data-v-ed265052] .freight-ghost{opacity:.5}.undispatch[data-v-ed265052] .freightDateTimePicker{display:none}button.v-btn.day-ctrl-btn[data-v-7fb3778c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-7fb3778c]{padding-top:0}button.v-btn.fix-btn[data-v-7fb3778c],button.v-btn.paid-btn[data-v-7fb3778c],button.v-btn.res-btn[data-v-7fb3778c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-7fb3778c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-7fb3778c]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-7fb3778c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-7fb3778c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-7fb3778c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-7fb3778c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-7fb3778c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-7fb3778c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-7fb3778c] td{font-size:large}.v-btn[data-v-7fb3778c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-7fb3778c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-7fb3778c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-7fb3778c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-7fb3778c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-7fb3778c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-7fb3778c],.v-btn.v-btn--has-bg.other-btn[data-v-7fb3778c],.v-btn.v-btn--has-bg.post-btn[data-v-7fb3778c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-7fb3778c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-7fb3778c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-7fb3778c],.table-date-style[data-v-7fb3778c]{width:12rem}.search-autocomplete[data-v-7fb3778c]{width:16rem}.search-autocomplete-warehouse[data-v-7fb3778c]{width:14rem}.search-autocomplete-loc[data-v-7fb3778c]{width:11rem}.search-autocomplete-processType[data-v-7fb3778c]{width:6rem}.search-autocomplete-24[data-v-7fb3778c]{width:24rem}.search-textbox-materialCd[data-v-7fb3778c],.search-textbox-voucherNo[data-v-7fb3778c]{width:20rem}.search-textbox[data-v-7fb3778c],.serch-textbox-arrivalNo[data-v-7fb3778c]{width:16rem}.serch-textbox-locDetail[data-v-7fb3778c]{width:8rem}.serch-textbox-itemCnCd[data-v-7fb3778c]{width:24rem}.serch-textbox-useritemCd[data-v-7fb3778c]{width:19rem}.serch-textbox-dueDate[data-v-7fb3778c]{width:10rem}.textbox-arrivalNo[data-v-7fb3778c]{width:24rem}.v-text-field.input-number[data-v-7fb3778c],.v-text-field.text-box[data-v-7fb3778c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-7fb3778c]{margin:500px 0 16px 16px}.input-number-modal[data-v-7fb3778c] input,.input-number[data-v-7fb3778c] input{text-align:right}.paging-label[data-v-7fb3778c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-7fb3778c]{width:100%;margin-right:12px}div.row.search-row[data-v-7fb3778c]{margin-top:5px}div.first-search-item[data-v-7fb3778c]{margin-left:15px}div.first-rangSpec-item[data-v-7fb3778c]{margin-left:190px}div.btn-area[data-v-7fb3778c]{float:right}div.display-search-result-row[data-v-7fb3778c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-7fb3778c]{width:400px}span.rangSpec-item[data-v-7fb3778c]{margin-left:13px}.item-spacer[data-v-7fb3778c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-7fb3778c]{margin-left:3px}.text-label[data-v-7fb3778c],div.calender-btn-area[data-v-7fb3778c]{margin-top:7px}.from_to[data-v-7fb3778c],.hyphen[data-v-7fb3778c]{margin-top:7px;font-weight:700}.hyphen[data-v-7fb3778c]{margin-right:14px}.add-textbox-delivery[data-v-7fb3778c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-7fb3778c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-7fb3778c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-7fb3778c]{width:57rem}.add-textbox-post[data-v-7fb3778c],.add-textbox-tel[data-v-7fb3778c]{width:20rem}.add-textbox-remark[data-v-7fb3778c]{width:90.5rem}.add-textbox-trace[data-v-7fb3778c]{width:21rem}.theme--light.v-navigation-drawer[data-v-7fb3778c]{position:fixed}.text-popBtn[data-v-7fb3778c]{padding-bottom:30px}.validation[data-v-7fb3778c]{color:red;text-align:center;margin-bottom:3%}.text-overflow[data-v-7fb3778c]{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-row[data-v-7fb3778c]{pointer-events:none}.search-autocomplete-product[data-v-7fb3778c]{width:24rem}.calender-component[data-v-7fb3778c]{margin:16px 0 0 0;height:3rem}button.v-btn.day-ctrl-btn[data-v-f370d842]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-f370d842]{padding-top:0}button.v-btn.fix-btn[data-v-f370d842],button.v-btn.paid-btn[data-v-f370d842],button.v-btn.res-btn[data-v-f370d842]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-f370d842]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-f370d842]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-f370d842]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-f370d842]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-f370d842] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-f370d842] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-f370d842] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-f370d842] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-f370d842] td{font-size:large}.v-btn[data-v-f370d842]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-f370d842]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-f370d842]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-f370d842]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-f370d842]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-f370d842]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-f370d842],.v-btn.v-btn--has-bg.other-btn[data-v-f370d842],.v-btn.v-btn--has-bg.post-btn[data-v-f370d842]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-f370d842]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-f370d842]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-f370d842],.table-date-style[data-v-f370d842]{width:12rem}.search-autocomplete[data-v-f370d842]{width:16rem}.search-autocomplete-warehouse[data-v-f370d842]{width:14rem}.search-autocomplete-loc[data-v-f370d842]{width:11rem}.search-autocomplete-processType[data-v-f370d842]{width:6rem}.search-autocomplete-24[data-v-f370d842]{width:24rem}.search-textbox-materialCd[data-v-f370d842],.search-textbox-voucherNo[data-v-f370d842]{width:20rem}.search-textbox[data-v-f370d842],.serch-textbox-arrivalNo[data-v-f370d842]{width:16rem}.serch-textbox-locDetail[data-v-f370d842]{width:8rem}.serch-textbox-itemCnCd[data-v-f370d842]{width:24rem}.serch-textbox-useritemCd[data-v-f370d842]{width:19rem}.serch-textbox-dueDate[data-v-f370d842]{width:10rem}.textbox-arrivalNo[data-v-f370d842]{width:24rem}.v-text-field.input-number[data-v-f370d842],.v-text-field.text-box[data-v-f370d842]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-f370d842]{margin:500px 0 16px 16px}.input-number-modal[data-v-f370d842] input,.input-number[data-v-f370d842] input{text-align:right}.paging-label[data-v-f370d842]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-f370d842]{width:100%;margin-right:12px}div.row.search-row[data-v-f370d842]{margin-top:5px}div.first-search-item[data-v-f370d842]{margin-left:15px}div.first-rangSpec-item[data-v-f370d842]{margin-left:190px}div.btn-area[data-v-f370d842]{float:right}div.display-search-result-row[data-v-f370d842]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-f370d842]{width:400px}span.rangSpec-item[data-v-f370d842]{margin-left:13px}.item-spacer[data-v-f370d842]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-f370d842]{margin-left:3px}.text-label[data-v-f370d842],div.calender-btn-area[data-v-f370d842]{margin-top:7px}.from_to[data-v-f370d842],.hyphen[data-v-f370d842]{margin-top:7px;font-weight:700}.hyphen[data-v-f370d842]{margin-right:14px}.add-textbox-delivery[data-v-f370d842]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-f370d842]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-f370d842]{position:relative;font-size:18px}.add-textbox-order-name[data-v-f370d842]{width:57rem}.add-textbox-post[data-v-f370d842],.add-textbox-tel[data-v-f370d842]{width:20rem}.add-textbox-remark[data-v-f370d842]{width:90.5rem}.add-textbox-trace[data-v-f370d842]{width:21rem}.theme--light.v-navigation-drawer[data-v-f370d842]{position:fixed}.txt-single[data-v-f370d842]{padding-right:0;font-size:large}.text-overflow[data-v-f370d842]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-data-table[data-v-f370d842]{white-space:pre-line}.align-right[data-v-f370d842]{text-align:right}.align-left[data-v-f370d842]{text-align:left}.align-left-red[data-v-f370d842]{color:red}.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}button.v-btn.cost-btn[data-v-be8b23f8]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-be8b23f8]{width:24rem}.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}button.v-btn.cost-btn[data-v-2fa864b5]{height:2.6rem;width:7rem;font-size:medium;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-autocomplete-24[data-v-2fa864b5]{width:24rem}.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}button.v-btn.day-ctrl-btn[data-v-bb3461e2]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-bb3461e2]{padding-top:0}button.v-btn.fix-btn[data-v-bb3461e2],button.v-btn.paid-btn[data-v-bb3461e2],button.v-btn.res-btn[data-v-bb3461e2]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-bb3461e2]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-bb3461e2]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-bb3461e2]{color:#000;background:#dee6f3;padding:0}#sub-bar #lbl-screen-name[data-v-bb3461e2]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-bb3461e2] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-bb3461e2] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-bb3461e2] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-bb3461e2] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-bb3461e2] td{font-size:large}.v-btn[data-v-bb3461e2]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-bb3461e2]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-bb3461e2]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-bb3461e2]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-bb3461e2]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-bb3461e2]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-bb3461e2],.v-btn.v-btn--has-bg.other-btn[data-v-bb3461e2],.v-btn.v-btn--has-bg.post-btn[data-v-bb3461e2]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-bb3461e2]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-bb3461e2]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-bb3461e2],.table-date-style[data-v-bb3461e2]{width:12rem}.search-autocomplete[data-v-bb3461e2]{width:16rem}.search-autocomplete-warehouse[data-v-bb3461e2]{width:14rem}.search-autocomplete-loc[data-v-bb3461e2]{width:11rem}.search-autocomplete-processType[data-v-bb3461e2]{width:6rem}.search-autocomplete-24[data-v-bb3461e2]{width:24rem}.search-textbox-materialCd[data-v-bb3461e2],.search-textbox-voucherNo[data-v-bb3461e2]{width:20rem}.search-textbox[data-v-bb3461e2],.serch-textbox-arrivalNo[data-v-bb3461e2]{width:16rem}.serch-textbox-locDetail[data-v-bb3461e2]{width:8rem}.serch-textbox-itemCnCd[data-v-bb3461e2]{width:24rem}.serch-textbox-useritemCd[data-v-bb3461e2]{width:19rem}.serch-textbox-dueDate[data-v-bb3461e2]{width:10rem}.textbox-arrivalNo[data-v-bb3461e2]{width:24rem}.v-text-field.input-number[data-v-bb3461e2],.v-text-field.text-box[data-v-bb3461e2]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-bb3461e2]{margin:500px 0 16px 16px}.input-number-modal[data-v-bb3461e2] input,.input-number[data-v-bb3461e2] input{text-align:right}.paging-label[data-v-bb3461e2]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-bb3461e2]{width:100%;margin-right:12px}div.row.search-row[data-v-bb3461e2]{margin-top:5px}div.first-search-item[data-v-bb3461e2]{margin-left:15px}div.first-rangSpec-item[data-v-bb3461e2]{margin-left:190px}div.btn-area[data-v-bb3461e2]{float:right}div.display-search-result-row[data-v-bb3461e2]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-bb3461e2]{width:400px}span.rangSpec-item[data-v-bb3461e2]{margin-left:13px}.item-spacer[data-v-bb3461e2]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-bb3461e2]{margin-left:3px}.text-label[data-v-bb3461e2],div.calender-btn-area[data-v-bb3461e2]{margin-top:7px}.from_to[data-v-bb3461e2],.hyphen[data-v-bb3461e2]{margin-top:7px;font-weight:700}.hyphen[data-v-bb3461e2]{margin-right:14px}.add-textbox-delivery[data-v-bb3461e2]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-bb3461e2]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-bb3461e2]{position:relative;font-size:18px}.add-textbox-order-name[data-v-bb3461e2]{width:57rem}.add-textbox-post[data-v-bb3461e2],.add-textbox-tel[data-v-bb3461e2]{width:20rem}.add-textbox-remark[data-v-bb3461e2]{width:90.5rem}.add-textbox-trace[data-v-bb3461e2]{width:21rem}.theme--light.v-navigation-drawer[data-v-bb3461e2]{position:fixed}#sub-bar[data-v-bb3461e2]{padding:none;height:3rem}.text-overflow[data-v-bb3461e2]{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.v-btn.day-ctrl-btn[data-v-bdda4bea]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-bdda4bea]{padding-top:0}button.v-btn.fix-btn[data-v-bdda4bea],button.v-btn.paid-btn[data-v-bdda4bea],button.v-btn.res-btn[data-v-bdda4bea]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-bdda4bea]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-bdda4bea]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-bdda4bea]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-bdda4bea]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-bdda4bea] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-bdda4bea] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-bdda4bea] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-bdda4bea] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-bdda4bea] td{font-size:large}.v-btn[data-v-bdda4bea]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-bdda4bea]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-bdda4bea]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-bdda4bea]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-bdda4bea]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-bdda4bea]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-bdda4bea],.v-btn.v-btn--has-bg.other-btn[data-v-bdda4bea],.v-btn.v-btn--has-bg.post-btn[data-v-bdda4bea]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-bdda4bea]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-bdda4bea]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-bdda4bea],.table-date-style[data-v-bdda4bea]{width:12rem}.search-autocomplete[data-v-bdda4bea]{width:16rem}.search-autocomplete-warehouse[data-v-bdda4bea]{width:14rem}.search-autocomplete-loc[data-v-bdda4bea]{width:11rem}.search-autocomplete-processType[data-v-bdda4bea]{width:6rem}.search-autocomplete-24[data-v-bdda4bea]{width:24rem}.search-textbox-materialCd[data-v-bdda4bea],.search-textbox-voucherNo[data-v-bdda4bea]{width:20rem}.search-textbox[data-v-bdda4bea],.serch-textbox-arrivalNo[data-v-bdda4bea]{width:16rem}.serch-textbox-locDetail[data-v-bdda4bea]{width:8rem}.serch-textbox-itemCnCd[data-v-bdda4bea]{width:24rem}.serch-textbox-useritemCd[data-v-bdda4bea]{width:19rem}.serch-textbox-dueDate[data-v-bdda4bea]{width:10rem}.textbox-arrivalNo[data-v-bdda4bea]{width:24rem}.v-text-field.input-number[data-v-bdda4bea],.v-text-field.text-box[data-v-bdda4bea]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-bdda4bea]{margin:500px 0 16px 16px}.input-number-modal[data-v-bdda4bea] input,.input-number[data-v-bdda4bea] input{text-align:right}.paging-label[data-v-bdda4bea]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-bdda4bea]{width:100%;margin-right:12px}div.row.search-row[data-v-bdda4bea]{margin-top:5px}div.first-search-item[data-v-bdda4bea]{margin-left:15px}div.first-rangSpec-item[data-v-bdda4bea]{margin-left:190px}div.btn-area[data-v-bdda4bea]{float:right}div.display-search-result-row[data-v-bdda4bea]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-bdda4bea]{width:400px}span.rangSpec-item[data-v-bdda4bea]{margin-left:13px}.item-spacer[data-v-bdda4bea]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-bdda4bea]{margin-left:3px}.text-label[data-v-bdda4bea],div.calender-btn-area[data-v-bdda4bea]{margin-top:7px}.from_to[data-v-bdda4bea],.hyphen[data-v-bdda4bea]{margin-top:7px;font-weight:700}.hyphen[data-v-bdda4bea]{margin-right:14px}.add-textbox-delivery[data-v-bdda4bea]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-bdda4bea]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-bdda4bea]{position:relative;font-size:18px}.add-textbox-order-name[data-v-bdda4bea]{width:57rem}.add-textbox-post[data-v-bdda4bea],.add-textbox-tel[data-v-bdda4bea]{width:20rem}.add-textbox-remark[data-v-bdda4bea]{width:90.5rem}.add-textbox-trace[data-v-bdda4bea]{width:21rem}.theme--light.v-navigation-drawer[data-v-bdda4bea]{position:fixed}.txt-single[data-v-bdda4bea]{padding-right:0;font-size:large}.isD[data-v-bdda4bea]{color:#ff5252!important}.search-textbox-remark[data-v-bdda4bea]{width:40rem}button.v-btn.day-ctrl-btn[data-v-47a682cd]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-47a682cd]{padding-top:0}button.v-btn.fix-btn[data-v-47a682cd],button.v-btn.paid-btn[data-v-47a682cd],button.v-btn.res-btn[data-v-47a682cd]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-47a682cd]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-47a682cd]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-47a682cd]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-47a682cd]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-47a682cd] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-47a682cd] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-47a682cd] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-47a682cd] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-47a682cd] td{font-size:large}.v-btn[data-v-47a682cd]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-47a682cd]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-47a682cd]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-47a682cd]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-47a682cd]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-47a682cd]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-47a682cd],.v-btn.v-btn--has-bg.other-btn[data-v-47a682cd],.v-btn.v-btn--has-bg.post-btn[data-v-47a682cd]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-47a682cd]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-47a682cd]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-47a682cd],.table-date-style[data-v-47a682cd]{width:12rem}.search-autocomplete[data-v-47a682cd]{width:16rem}.search-autocomplete-warehouse[data-v-47a682cd]{width:14rem}.search-autocomplete-loc[data-v-47a682cd]{width:11rem}.search-autocomplete-processType[data-v-47a682cd]{width:6rem}.search-autocomplete-24[data-v-47a682cd]{width:24rem}.search-textbox-materialCd[data-v-47a682cd],.search-textbox-voucherNo[data-v-47a682cd]{width:20rem}.search-textbox[data-v-47a682cd],.serch-textbox-arrivalNo[data-v-47a682cd]{width:16rem}.serch-textbox-locDetail[data-v-47a682cd]{width:8rem}.serch-textbox-itemCnCd[data-v-47a682cd]{width:24rem}.serch-textbox-useritemCd[data-v-47a682cd]{width:19rem}.serch-textbox-dueDate[data-v-47a682cd]{width:10rem}.textbox-arrivalNo[data-v-47a682cd]{width:24rem}.v-text-field.input-number[data-v-47a682cd],.v-text-field.text-box[data-v-47a682cd]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-47a682cd]{margin:500px 0 16px 16px}.input-number-modal[data-v-47a682cd] input,.input-number[data-v-47a682cd] input{text-align:right}.paging-label[data-v-47a682cd]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-47a682cd]{width:100%;margin-right:12px}div.row.search-row[data-v-47a682cd]{margin-top:5px}div.first-search-item[data-v-47a682cd]{margin-left:15px}div.first-rangSpec-item[data-v-47a682cd]{margin-left:190px}div.btn-area[data-v-47a682cd]{float:right}div.display-search-result-row[data-v-47a682cd]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-47a682cd]{width:400px}span.rangSpec-item[data-v-47a682cd]{margin-left:13px}.item-spacer[data-v-47a682cd]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-47a682cd]{margin-left:3px}.text-label[data-v-47a682cd],div.calender-btn-area[data-v-47a682cd]{margin-top:7px}.from_to[data-v-47a682cd],.hyphen[data-v-47a682cd]{margin-top:7px;font-weight:700}.hyphen[data-v-47a682cd]{margin-right:14px}.add-textbox-delivery[data-v-47a682cd]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-47a682cd]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-47a682cd]{position:relative;font-size:18px}.add-textbox-order-name[data-v-47a682cd]{width:57rem}.add-textbox-post[data-v-47a682cd],.add-textbox-tel[data-v-47a682cd]{width:20rem}.add-textbox-remark[data-v-47a682cd]{width:90.5rem}.add-textbox-trace[data-v-47a682cd]{width:21rem}.theme--light.v-navigation-drawer[data-v-47a682cd]{position:fixed}.txt-single[data-v-47a682cd]{padding-right:0;font-size:large}.v-data-table[data-v-47a682cd]{white-space:pre-line}.align-right[data-v-47a682cd]{text-align:right}.align-left[data-v-47a682cd]{text-align:left}.align-left-red[data-v-47a682cd]{color:red}button.v-btn.day-ctrl-btn[data-v-747436c2]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-747436c2]{padding-top:0}button.v-btn.fix-btn[data-v-747436c2],button.v-btn.paid-btn[data-v-747436c2],button.v-btn.res-btn[data-v-747436c2]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-747436c2]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-747436c2]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-747436c2]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-747436c2]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-747436c2] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-747436c2] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-747436c2] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-747436c2] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-747436c2] td{font-size:large}.v-btn[data-v-747436c2]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-747436c2]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-747436c2]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-747436c2]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-747436c2]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-747436c2]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-747436c2],.v-btn.v-btn--has-bg.other-btn[data-v-747436c2],.v-btn.v-btn--has-bg.post-btn[data-v-747436c2]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-747436c2]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-747436c2]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-747436c2],.table-date-style[data-v-747436c2]{width:12rem}.search-autocomplete[data-v-747436c2]{width:16rem}.search-autocomplete-warehouse[data-v-747436c2]{width:14rem}.search-autocomplete-loc[data-v-747436c2]{width:11rem}.search-autocomplete-processType[data-v-747436c2]{width:6rem}.search-autocomplete-24[data-v-747436c2]{width:24rem}.search-textbox-materialCd[data-v-747436c2],.search-textbox-voucherNo[data-v-747436c2]{width:20rem}.search-textbox[data-v-747436c2],.serch-textbox-arrivalNo[data-v-747436c2]{width:16rem}.serch-textbox-locDetail[data-v-747436c2]{width:8rem}.serch-textbox-itemCnCd[data-v-747436c2]{width:24rem}.serch-textbox-useritemCd[data-v-747436c2]{width:19rem}.serch-textbox-dueDate[data-v-747436c2]{width:10rem}.textbox-arrivalNo[data-v-747436c2]{width:24rem}.v-text-field.input-number[data-v-747436c2],.v-text-field.text-box[data-v-747436c2]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-747436c2]{margin:500px 0 16px 16px}.input-number-modal[data-v-747436c2] input,.input-number[data-v-747436c2] input{text-align:right}.paging-label[data-v-747436c2]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-747436c2]{width:100%;margin-right:12px}div.row.search-row[data-v-747436c2]{margin-top:5px}div.first-search-item[data-v-747436c2]{margin-left:15px}div.first-rangSpec-item[data-v-747436c2]{margin-left:190px}div.btn-area[data-v-747436c2]{float:right}div.display-search-result-row[data-v-747436c2]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-747436c2]{width:400px}span.rangSpec-item[data-v-747436c2]{margin-left:13px}.item-spacer[data-v-747436c2]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-747436c2]{margin-left:3px}.text-label[data-v-747436c2],div.calender-btn-area[data-v-747436c2]{margin-top:7px}.from_to[data-v-747436c2],.hyphen[data-v-747436c2]{margin-top:7px;font-weight:700}.hyphen[data-v-747436c2]{margin-right:14px}.add-textbox-delivery[data-v-747436c2]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-747436c2]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-747436c2]{position:relative;font-size:18px}.add-textbox-order-name[data-v-747436c2]{width:57rem}.add-textbox-post[data-v-747436c2],.add-textbox-tel[data-v-747436c2]{width:20rem}.add-textbox-remark[data-v-747436c2]{width:90.5rem}.add-textbox-trace[data-v-747436c2]{width:21rem}.theme--light.v-navigation-drawer[data-v-747436c2]{position:fixed}.text-popBtn[data-v-747436c2]{padding-bottom:30px}.validation[data-v-747436c2]{color:red;text-align:center;margin-bottom:3%}.text-overflow[data-v-747436c2]{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-row[data-v-747436c2]{pointer-events:none}.search-autocomplete-product[data-v-747436c2]{width:24rem}.calender-component[data-v-747436c2]{margin:16px 0 0 0;height:3rem}button.v-btn.day-ctrl-btn[data-v-149a7d21]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-149a7d21]{padding-top:0}button.v-btn.fix-btn[data-v-149a7d21],button.v-btn.paid-btn[data-v-149a7d21],button.v-btn.res-btn[data-v-149a7d21]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-149a7d21]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-149a7d21]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-149a7d21]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-149a7d21]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-149a7d21] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-149a7d21] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-149a7d21] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-149a7d21] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-149a7d21] td{font-size:large}.v-btn[data-v-149a7d21]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-149a7d21]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-149a7d21]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-149a7d21]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-149a7d21]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-149a7d21]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-149a7d21],.v-btn.v-btn--has-bg.other-btn[data-v-149a7d21],.v-btn.v-btn--has-bg.post-btn[data-v-149a7d21]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-149a7d21]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-149a7d21]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-149a7d21],.table-date-style[data-v-149a7d21]{width:12rem}.search-autocomplete[data-v-149a7d21]{width:16rem}.search-autocomplete-warehouse[data-v-149a7d21]{width:14rem}.search-autocomplete-loc[data-v-149a7d21]{width:11rem}.search-autocomplete-processType[data-v-149a7d21]{width:6rem}.search-autocomplete-24[data-v-149a7d21]{width:24rem}.search-textbox-materialCd[data-v-149a7d21],.search-textbox-voucherNo[data-v-149a7d21]{width:20rem}.search-textbox[data-v-149a7d21],.serch-textbox-arrivalNo[data-v-149a7d21]{width:16rem}.serch-textbox-locDetail[data-v-149a7d21]{width:8rem}.serch-textbox-itemCnCd[data-v-149a7d21]{width:24rem}.serch-textbox-useritemCd[data-v-149a7d21]{width:19rem}.serch-textbox-dueDate[data-v-149a7d21]{width:10rem}.textbox-arrivalNo[data-v-149a7d21]{width:24rem}.v-text-field.input-number[data-v-149a7d21],.v-text-field.text-box[data-v-149a7d21]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-149a7d21]{margin:500px 0 16px 16px}.input-number-modal[data-v-149a7d21] input,.input-number[data-v-149a7d21] input{text-align:right}.paging-label[data-v-149a7d21]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-149a7d21]{width:100%;margin-right:12px}div.row.search-row[data-v-149a7d21]{margin-top:5px}div.first-search-item[data-v-149a7d21]{margin-left:15px}div.first-rangSpec-item[data-v-149a7d21]{margin-left:190px}div.btn-area[data-v-149a7d21]{float:right}div.display-search-result-row[data-v-149a7d21]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-149a7d21]{width:400px}span.rangSpec-item[data-v-149a7d21]{margin-left:13px}.item-spacer[data-v-149a7d21]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-149a7d21]{margin-left:3px}.text-label[data-v-149a7d21],div.calender-btn-area[data-v-149a7d21]{margin-top:7px}.from_to[data-v-149a7d21],.hyphen[data-v-149a7d21]{margin-top:7px;font-weight:700}.hyphen[data-v-149a7d21]{margin-right:14px}.add-textbox-delivery[data-v-149a7d21]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-149a7d21]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-149a7d21]{position:relative;font-size:18px}.add-textbox-order-name[data-v-149a7d21]{width:57rem}.add-textbox-post[data-v-149a7d21],.add-textbox-tel[data-v-149a7d21]{width:20rem}.add-textbox-remark[data-v-149a7d21]{width:90.5rem}.add-textbox-trace[data-v-149a7d21]{width:21rem}.theme--light.v-navigation-drawer[data-v-149a7d21]{position:fixed}.text-popBtn[data-v-149a7d21]{padding-bottom:30px}.validation[data-v-149a7d21]{color:red;text-align:center;margin-bottom:3%}.text-overflow[data-v-149a7d21]{font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-row[data-v-149a7d21]{pointer-events:none}.search-autocomplete-product[data-v-149a7d21]{width:24rem}.calender-component[data-v-149a7d21]{margin:16px 0 0 0;height:3rem}.orderNo-style[data-v-149a7d21]{font-size:24px}button.v-btn.day-ctrl-btn[data-v-c820c474]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-c820c474]{padding-top:0}button.v-btn.fix-btn[data-v-c820c474],button.v-btn.paid-btn[data-v-c820c474],button.v-btn.res-btn[data-v-c820c474]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-c820c474]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-c820c474]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-c820c474]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-c820c474]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-c820c474] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-c820c474] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-c820c474] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-c820c474] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-c820c474] td{font-size:large}.v-btn[data-v-c820c474]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-c820c474]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-c820c474]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-c820c474]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-c820c474]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-c820c474]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-c820c474],.v-btn.v-btn--has-bg.other-btn[data-v-c820c474],.v-btn.v-btn--has-bg.post-btn[data-v-c820c474]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-c820c474]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-c820c474]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-c820c474],.table-date-style[data-v-c820c474]{width:12rem}.search-autocomplete[data-v-c820c474]{width:16rem}.search-autocomplete-warehouse[data-v-c820c474]{width:14rem}.search-autocomplete-loc[data-v-c820c474]{width:11rem}.search-autocomplete-processType[data-v-c820c474]{width:6rem}.search-autocomplete-24[data-v-c820c474]{width:24rem}.search-textbox-materialCd[data-v-c820c474],.search-textbox-voucherNo[data-v-c820c474]{width:20rem}.search-textbox[data-v-c820c474],.serch-textbox-arrivalNo[data-v-c820c474]{width:16rem}.serch-textbox-locDetail[data-v-c820c474]{width:8rem}.serch-textbox-itemCnCd[data-v-c820c474]{width:24rem}.serch-textbox-useritemCd[data-v-c820c474]{width:19rem}.serch-textbox-dueDate[data-v-c820c474]{width:10rem}.textbox-arrivalNo[data-v-c820c474]{width:24rem}.v-text-field.input-number[data-v-c820c474],.v-text-field.text-box[data-v-c820c474]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-c820c474]{margin:500px 0 16px 16px}.input-number-modal[data-v-c820c474] input,.input-number[data-v-c820c474] input{text-align:right}.paging-label[data-v-c820c474]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-c820c474]{width:100%;margin-right:12px}div.row.search-row[data-v-c820c474]{margin-top:5px}div.first-search-item[data-v-c820c474]{margin-left:15px}div.first-rangSpec-item[data-v-c820c474]{margin-left:190px}div.btn-area[data-v-c820c474]{float:right}div.display-search-result-row[data-v-c820c474]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-c820c474]{width:400px}span.rangSpec-item[data-v-c820c474]{margin-left:13px}.item-spacer[data-v-c820c474]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-c820c474]{margin-left:3px}.text-label[data-v-c820c474],div.calender-btn-area[data-v-c820c474]{margin-top:7px}.from_to[data-v-c820c474],.hyphen[data-v-c820c474]{margin-top:7px;font-weight:700}.hyphen[data-v-c820c474]{margin-right:14px}.add-textbox-delivery[data-v-c820c474]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-c820c474]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-c820c474]{position:relative;font-size:18px}.add-textbox-order-name[data-v-c820c474]{width:57rem}.add-textbox-post[data-v-c820c474],.add-textbox-tel[data-v-c820c474]{width:20rem}.add-textbox-remark[data-v-c820c474]{width:90.5rem}.add-textbox-trace[data-v-c820c474]{width:21rem}.theme--light.v-navigation-drawer[data-v-c820c474]{position:fixed}#listSumDataSpecial[data-v-c820c474]{white-space:nowrap;pointer-events:none;font-weight:700}#listSumDataSpecial[data-v-c820c474] ::-webkit-scrollbar-thumb{background:red}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] tr:nth-child{background-color:#eee;height:0}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] .v-row-group__header{background-color:#dde5f0;height:0}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] .v-data-table__empty-wrapper{background-color:#fff}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td{font-size:large}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:first-child{text-align:right;width:60px}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(2),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(3){text-align:right;width:200px}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(4){text-align:right;width:130px}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(5),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(6),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(7),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(8),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(9),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(10),#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(11){text-align:right;width:150px}#listSumDataSpecial.v-data-table--fixed-header[data-v-c820c474] td:nth-child(12){text-align:right;width:80px}#listDataSpecial.v-data-table--fixed-header[data-v-c820c474] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listDataSpecial.v-data-table--fixed-header[data-v-c820c474] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listDataSpecial.v-data-table--fixed-header[data-v-c820c474] th.asta:after{content:"*"!important;color:red}#listDataSpecial.v-data-table--fixed-header[data-v-c820c474] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listDataSpecial.v-data-table--fixed-header[data-v-c820c474] td{font-size:small}.txt-single[data-v-c820c474]{padding-right:0;font-size:large}.small-autocomplete[data-v-c820c474]{width:200px;padding-right:0;font-size:large}.search-autocomplete-small[data-v-c820c474]{width:12rem}.table-style[data-v-c820c474]{overflow-x:auto}.v-autocomplete.vehicleCode[data-v-c820c474]{font-size:large;padding-top:0;padding-right:0}.v-autocomplete.vehicleCode[data-v-c820c474] .v-field{min-height:32px;padding-top:0!important;padding-bottom:2px}.v-autocomplete.vehicleCode[data-v-c820c474] .v-text-field{margin-top:4px!important;padding-top:0!important}.v-autocomplete.vehicleCode[data-v-c820c474] input{font-size:large;padding:4px 8px}.v-autocomplete.vehicleCode[data-v-c820c474] .v-input__control{min-height:32px}.v-text-field.input-subtotal-number[data-v-c820c474]{margin-bottom:11px;height:3.5rem}.v-text-field.input-subtotal-number[data-v-c820c474] .v-input__slot{margin-bottom:11px}.v-text-field.input-subtotal-number[data-v-c820c474] input{text-align:right}.regist-btn[data-v-c820c474]{margin:0 0 0 12px;width:6rem;background-color:#1976d2;color:#fff}.fare-calc-btn[data-v-c820c474]{margin:0 0 0 60px;width:7rem;background-color:#1976d2;color:#fff}.totals-row[data-v-c820c474]{display:flex;min-width:4380px}.cell[data-v-c820c474]{min-width:200px;padding:8px;text-align:right;font-weight:700;background-color:#f5f5f5;border-bottom:1px solid #ccc}.cell.empty[data-v-c820c474]{min-width:3940px;text-align:left}.scroll-wrapper[data-v-c820c474]{overflow-x:auto}.claim-send-btn[data-v-c820c474]{margin:0 0 0 220px;width:7rem;background-color:#1976d2;color:#fff}.text-overflow[data-v-c820c474]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-data-table[data-v-c820c474]{white-space:pre-line}.align-right[data-v-c820c474]{text-align:right}.align-left[data-v-c820c474]{text-align:left}.align-left-red[data-v-c820c474]{color:red}.used-item[data-v-c820c474]{background-color:#ffeb3b;color:red}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper .product-fixed1{position:sticky!important;left:0!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper .product-fixed2{position:sticky!important;left:80px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper .product-fixed3{position:sticky!important;left:220px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper .product-fixed4{position:sticky!important;left:420px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper .product-fixed5{position:sticky!important;left:570px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper .product-fixed6{position:sticky!important;left:720px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .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-c820c474] .v-data-table__wrapper th:nth-child(2){position:sticky!important;left:80px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper th:nth-child(3){position:sticky!important;left:220px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper th:nth-child(4){position:sticky!important;left:420px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper th:nth-child(5){position:sticky!important;left:570px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper th:nth-child(6){position:sticky!important;left:720px!important;z-index:6!important}#listData.v-data-table--fixed-header[data-v-c820c474] .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-c820c474] .v-data-table__wrapper td:nth-child(2){position:sticky!important;left:80px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper td:nth-child(3){position:sticky!important;left:220px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper td:nth-child(4){position:sticky!important;left:420px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper td:nth-child(5){position:sticky!important;left:570px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper td:nth-child(6){position:sticky!important;left:720px!important;z-index:5!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-c820c474] tr:nth-child(odd){height:1.5rem!important}#listData.v-data-table--fixed-header[data-v-c820c474] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}button.v-btn.day-ctrl-btn[data-v-1660ff6e]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-1660ff6e]{padding-top:0}button.v-btn.fix-btn[data-v-1660ff6e],button.v-btn.paid-btn[data-v-1660ff6e],button.v-btn.res-btn[data-v-1660ff6e]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-1660ff6e]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-1660ff6e]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-1660ff6e]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-1660ff6e]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-1660ff6e] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-1660ff6e] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-1660ff6e] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-1660ff6e] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-1660ff6e] td{font-size:large}.v-btn[data-v-1660ff6e]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-1660ff6e]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-1660ff6e]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-1660ff6e]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-1660ff6e]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-1660ff6e]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-1660ff6e],.v-btn.v-btn--has-bg.other-btn[data-v-1660ff6e],.v-btn.v-btn--has-bg.post-btn[data-v-1660ff6e]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-1660ff6e]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-1660ff6e]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-1660ff6e],.table-date-style[data-v-1660ff6e]{width:12rem}.search-autocomplete[data-v-1660ff6e]{width:16rem}.search-autocomplete-warehouse[data-v-1660ff6e]{width:14rem}.search-autocomplete-loc[data-v-1660ff6e]{width:11rem}.search-autocomplete-processType[data-v-1660ff6e]{width:6rem}.search-autocomplete-24[data-v-1660ff6e]{width:24rem}.search-textbox-materialCd[data-v-1660ff6e],.search-textbox-voucherNo[data-v-1660ff6e]{width:20rem}.search-textbox[data-v-1660ff6e],.serch-textbox-arrivalNo[data-v-1660ff6e]{width:16rem}.serch-textbox-locDetail[data-v-1660ff6e]{width:8rem}.serch-textbox-itemCnCd[data-v-1660ff6e]{width:24rem}.serch-textbox-useritemCd[data-v-1660ff6e]{width:19rem}.serch-textbox-dueDate[data-v-1660ff6e]{width:10rem}.textbox-arrivalNo[data-v-1660ff6e]{width:24rem}.v-text-field.input-number[data-v-1660ff6e],.v-text-field.text-box[data-v-1660ff6e]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-1660ff6e]{margin:500px 0 16px 16px}.input-number-modal[data-v-1660ff6e] input,.input-number[data-v-1660ff6e] input{text-align:right}.paging-label[data-v-1660ff6e]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-1660ff6e]{width:100%;margin-right:12px}div.row.search-row[data-v-1660ff6e]{margin-top:5px}div.first-search-item[data-v-1660ff6e]{margin-left:15px}div.first-rangSpec-item[data-v-1660ff6e]{margin-left:190px}div.btn-area[data-v-1660ff6e]{float:right}div.display-search-result-row[data-v-1660ff6e]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-1660ff6e]{width:400px}span.rangSpec-item[data-v-1660ff6e]{margin-left:13px}.item-spacer[data-v-1660ff6e]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-1660ff6e]{margin-left:3px}.from_to[data-v-1660ff6e],.text-label[data-v-1660ff6e],div.calender-btn-area[data-v-1660ff6e]{margin-top:7px}.hyphen[data-v-1660ff6e]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-1660ff6e]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-1660ff6e]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-1660ff6e]{position:relative;font-size:18px}.add-textbox-order-name[data-v-1660ff6e]{width:57rem}.add-textbox-post[data-v-1660ff6e],.add-textbox-tel[data-v-1660ff6e]{width:20rem}.add-textbox-remark[data-v-1660ff6e]{width:90.5rem}.add-textbox-trace[data-v-1660ff6e]{width:21rem}.theme--light.v-navigation-drawer[data-v-1660ff6e]{position:fixed}.txt-single[data-v-1660ff6e]{padding-right:0;font-size:large}.from_to[data-v-1660ff6e]{font-weight:700}.toatlNum[data-v-1660ff6e]{margin-left:10px}#listData.v-data-table--fixed-header[data-v-1660ff6e] .v-data-table__wrapper tbody tr td{background-color:#fff}#listData.v-data-table--fixed-header[data-v-1660ff6e] .v-data-table__wrapper tbody tr:nth-child(odd) td{background-color:#dde5f0}.add-textbox-remark[data-v-1660ff6e]{width:40rem}#searchError[data-v-1660ff6e]{color:#ff5252!important}button.v-btn.day-ctrl-btn[data-v-1b8c8ca3]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-1b8c8ca3]{padding-top:0}button.v-btn.fix-btn[data-v-1b8c8ca3],button.v-btn.paid-btn[data-v-1b8c8ca3],button.v-btn.res-btn[data-v-1b8c8ca3]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-1b8c8ca3]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-1b8c8ca3]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-1b8c8ca3]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-1b8c8ca3]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-1b8c8ca3] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-1b8c8ca3] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-1b8c8ca3] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-1b8c8ca3] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-1b8c8ca3] td{font-size:large}.v-btn[data-v-1b8c8ca3]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-1b8c8ca3]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-1b8c8ca3]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-1b8c8ca3]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-1b8c8ca3]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-1b8c8ca3]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-1b8c8ca3],.v-btn.v-btn--has-bg.other-btn[data-v-1b8c8ca3],.v-btn.v-btn--has-bg.post-btn[data-v-1b8c8ca3]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-1b8c8ca3]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-1b8c8ca3]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-1b8c8ca3],.table-date-style[data-v-1b8c8ca3]{width:12rem}.search-autocomplete[data-v-1b8c8ca3]{width:16rem}.search-autocomplete-warehouse[data-v-1b8c8ca3]{width:14rem}.search-autocomplete-loc[data-v-1b8c8ca3]{width:11rem}.search-autocomplete-processType[data-v-1b8c8ca3]{width:6rem}.search-autocomplete-24[data-v-1b8c8ca3]{width:24rem}.search-textbox-materialCd[data-v-1b8c8ca3],.search-textbox-voucherNo[data-v-1b8c8ca3]{width:20rem}.search-textbox[data-v-1b8c8ca3],.serch-textbox-arrivalNo[data-v-1b8c8ca3]{width:16rem}.serch-textbox-locDetail[data-v-1b8c8ca3]{width:8rem}.serch-textbox-itemCnCd[data-v-1b8c8ca3]{width:24rem}.serch-textbox-useritemCd[data-v-1b8c8ca3]{width:19rem}.serch-textbox-dueDate[data-v-1b8c8ca3]{width:10rem}.textbox-arrivalNo[data-v-1b8c8ca3]{width:24rem}.v-text-field.input-number[data-v-1b8c8ca3],.v-text-field.text-box[data-v-1b8c8ca3]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-1b8c8ca3]{margin:500px 0 16px 16px}.input-number-modal[data-v-1b8c8ca3] input,.input-number[data-v-1b8c8ca3] input{text-align:right}.paging-label[data-v-1b8c8ca3]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-1b8c8ca3]{width:100%;margin-right:12px}div.row.search-row[data-v-1b8c8ca3]{margin-top:5px}div.first-search-item[data-v-1b8c8ca3]{margin-left:15px}div.first-rangSpec-item[data-v-1b8c8ca3]{margin-left:190px}div.btn-area[data-v-1b8c8ca3]{float:right}div.display-search-result-row[data-v-1b8c8ca3]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-1b8c8ca3]{width:400px}span.rangSpec-item[data-v-1b8c8ca3]{margin-left:13px}.item-spacer[data-v-1b8c8ca3]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-1b8c8ca3]{margin-left:3px}.from_to[data-v-1b8c8ca3],.text-label[data-v-1b8c8ca3],div.calender-btn-area[data-v-1b8c8ca3]{margin-top:7px}.hyphen[data-v-1b8c8ca3]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-1b8c8ca3]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-1b8c8ca3]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-1b8c8ca3]{position:relative;font-size:18px}.add-textbox-order-name[data-v-1b8c8ca3]{width:57rem}.add-textbox-post[data-v-1b8c8ca3],.add-textbox-tel[data-v-1b8c8ca3]{width:20rem}.add-textbox-remark[data-v-1b8c8ca3]{width:90.5rem}.add-textbox-trace[data-v-1b8c8ca3]{width:21rem}.theme--light.v-navigation-drawer[data-v-1b8c8ca3]{position:fixed}.txt-single[data-v-1b8c8ca3]{padding-right:0;font-size:large}.from_to[data-v-1b8c8ca3]{font-weight:700}.toatlNum[data-v-1b8c8ca3]{margin-left:10px}.v-data-table[data-v-1b8c8ca3]{white-space:pre-line}.align-cost-right[data-v-1b8c8ca3]{text-align:right;width:"5%"}.align-rate-right[data-v-1b8c8ca3]{text-align:right;width:"3%"}.align-left[data-v-1b8c8ca3]{text-align:left;width:"5%"}button.v-btn.day-ctrl-btn[data-v-9d6ade60]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-9d6ade60]{padding-top:0}button.v-btn.fix-btn[data-v-9d6ade60],button.v-btn.paid-btn[data-v-9d6ade60],button.v-btn.res-btn[data-v-9d6ade60]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-9d6ade60]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-9d6ade60]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-9d6ade60]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-9d6ade60]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-9d6ade60] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-9d6ade60] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-9d6ade60] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-9d6ade60] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-9d6ade60] td{font-size:large}.v-btn[data-v-9d6ade60]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-9d6ade60]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-9d6ade60]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-9d6ade60]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-9d6ade60]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-9d6ade60]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-9d6ade60],.v-btn.v-btn--has-bg.other-btn[data-v-9d6ade60],.v-btn.v-btn--has-bg.post-btn[data-v-9d6ade60]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-9d6ade60]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-9d6ade60]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-9d6ade60],.table-date-style[data-v-9d6ade60]{width:12rem}.search-autocomplete[data-v-9d6ade60]{width:16rem}.search-autocomplete-warehouse[data-v-9d6ade60]{width:14rem}.search-autocomplete-loc[data-v-9d6ade60]{width:11rem}.search-autocomplete-processType[data-v-9d6ade60]{width:6rem}.search-autocomplete-24[data-v-9d6ade60]{width:24rem}.search-textbox-materialCd[data-v-9d6ade60],.search-textbox-voucherNo[data-v-9d6ade60]{width:20rem}.search-textbox[data-v-9d6ade60],.serch-textbox-arrivalNo[data-v-9d6ade60]{width:16rem}.serch-textbox-locDetail[data-v-9d6ade60]{width:8rem}.serch-textbox-itemCnCd[data-v-9d6ade60]{width:24rem}.serch-textbox-useritemCd[data-v-9d6ade60]{width:19rem}.serch-textbox-dueDate[data-v-9d6ade60]{width:10rem}.textbox-arrivalNo[data-v-9d6ade60]{width:24rem}.v-text-field.input-number[data-v-9d6ade60],.v-text-field.text-box[data-v-9d6ade60]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-9d6ade60]{margin:500px 0 16px 16px}.input-number-modal[data-v-9d6ade60] input,.input-number[data-v-9d6ade60] input{text-align:right}.paging-label[data-v-9d6ade60]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-9d6ade60]{width:100%;margin-right:12px}div.row.search-row[data-v-9d6ade60]{margin-top:5px}div.first-search-item[data-v-9d6ade60]{margin-left:15px}div.first-rangSpec-item[data-v-9d6ade60]{margin-left:190px}div.btn-area[data-v-9d6ade60]{float:right}div.display-search-result-row[data-v-9d6ade60]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-9d6ade60]{width:400px}span.rangSpec-item[data-v-9d6ade60]{margin-left:13px}.item-spacer[data-v-9d6ade60]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-9d6ade60]{margin-left:3px}.text-label[data-v-9d6ade60],div.calender-btn-area[data-v-9d6ade60]{margin-top:7px}.from_to[data-v-9d6ade60],.hyphen[data-v-9d6ade60]{margin-top:7px;font-weight:700}.hyphen[data-v-9d6ade60]{margin-right:14px}.add-textbox-delivery[data-v-9d6ade60]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-9d6ade60]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-9d6ade60]{position:relative;font-size:18px}.add-textbox-order-name[data-v-9d6ade60]{width:57rem}.add-textbox-post[data-v-9d6ade60],.add-textbox-tel[data-v-9d6ade60]{width:20rem}.add-textbox-remark[data-v-9d6ade60]{width:90.5rem}.add-textbox-trace[data-v-9d6ade60]{width:21rem}.theme--light.v-navigation-drawer[data-v-9d6ade60]{position:fixed}.text-popBtn[data-v-9d6ade60]{padding-bottom:30px}.validation[data-v-9d6ade60]{color:red;text-align:center;margin-bottom:3%}.text-overflow[data-v-9d6ade60]{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-row[data-v-9d6ade60]{pointer-events:none}.search-autocomplete-product[data-v-9d6ade60]{width:24rem}.calender-component[data-v-9d6ade60]{margin:16px 0 0 0;height:3rem}.cost-div-name{font-size:large;font-weight:700}.detail-table{width:100%;border-collapse:collapse;border-color:#000;table-layout:fixed}.detail-table th{background-color:#effad9;font-size:large}.detail-table th p{margin:0}.detail-th-sub{font-size:small}.detail-table td{font-size:x-large;padding:8px;text-align:center}.detail-tf input{text-align:right}.cost-selected{background-color:#fff2cc}.cost-tr-subtotal{background-color:#deebf7}.cost-tr-total{background-color:#fbe5d6}button.v-btn.day-ctrl-btn[data-v-072d920a]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-072d920a]{padding-top:0}button.v-btn.fix-btn[data-v-072d920a],button.v-btn.paid-btn[data-v-072d920a],button.v-btn.res-btn[data-v-072d920a]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-072d920a]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-072d920a]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-072d920a]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-072d920a]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-072d920a] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-072d920a] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-072d920a] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-072d920a] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-072d920a] td{font-size:large}.v-btn[data-v-072d920a]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-072d920a]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-072d920a]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-072d920a]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-072d920a]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-072d920a]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-072d920a],.v-btn.v-btn--has-bg.other-btn[data-v-072d920a],.v-btn.v-btn--has-bg.post-btn[data-v-072d920a]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-072d920a]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-072d920a]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-072d920a],.table-date-style[data-v-072d920a]{width:12rem}.search-autocomplete[data-v-072d920a]{width:16rem}.search-autocomplete-warehouse[data-v-072d920a]{width:14rem}.search-autocomplete-loc[data-v-072d920a]{width:11rem}.search-autocomplete-processType[data-v-072d920a]{width:6rem}.search-autocomplete-24[data-v-072d920a]{width:24rem}.search-textbox-materialCd[data-v-072d920a],.search-textbox-voucherNo[data-v-072d920a]{width:20rem}.search-textbox[data-v-072d920a],.serch-textbox-arrivalNo[data-v-072d920a]{width:16rem}.serch-textbox-locDetail[data-v-072d920a]{width:8rem}.serch-textbox-itemCnCd[data-v-072d920a]{width:24rem}.serch-textbox-useritemCd[data-v-072d920a]{width:19rem}.serch-textbox-dueDate[data-v-072d920a]{width:10rem}.textbox-arrivalNo[data-v-072d920a]{width:24rem}.v-text-field.input-number[data-v-072d920a],.v-text-field.text-box[data-v-072d920a]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-072d920a]{margin:500px 0 16px 16px}.input-number-modal[data-v-072d920a] input,.input-number[data-v-072d920a] input{text-align:right}.paging-label[data-v-072d920a]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-072d920a]{width:100%;margin-right:12px}div.row.search-row[data-v-072d920a]{margin-top:5px}div.first-search-item[data-v-072d920a]{margin-left:15px}div.first-rangSpec-item[data-v-072d920a]{margin-left:190px}div.btn-area[data-v-072d920a]{float:right}div.display-search-result-row[data-v-072d920a]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-072d920a]{width:400px}span.rangSpec-item[data-v-072d920a]{margin-left:13px}.item-spacer[data-v-072d920a]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-072d920a]{margin-left:3px}.text-label[data-v-072d920a],div.calender-btn-area[data-v-072d920a]{margin-top:7px}.from_to[data-v-072d920a],.hyphen[data-v-072d920a]{margin-top:7px;font-weight:700}.hyphen[data-v-072d920a]{margin-right:14px}.add-textbox-delivery[data-v-072d920a]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-072d920a]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-072d920a]{position:relative;font-size:18px}.add-textbox-order-name[data-v-072d920a]{width:57rem}.add-textbox-post[data-v-072d920a],.add-textbox-tel[data-v-072d920a]{width:20rem}.add-textbox-remark[data-v-072d920a]{width:90.5rem}.add-textbox-trace[data-v-072d920a]{width:21rem}.theme--light.v-navigation-drawer[data-v-072d920a]{position:fixed}#costData.v-data-table--fixed-header[data-v-072d920a] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#costData.v-data-table--fixed-header[data-v-072d920a] th.asta:after{content:"*"!important;color:red}#costData.v-data-table--fixed-header[data-v-072d920a] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#costData.v-data-table--fixed-header[data-v-072d920a] td{font-size:large}button.v-btn.day-ctrl-btn[data-v-64f153d0]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-64f153d0]{padding-top:0}button.v-btn.fix-btn[data-v-64f153d0],button.v-btn.paid-btn[data-v-64f153d0],button.v-btn.res-btn[data-v-64f153d0]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-64f153d0]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-64f153d0]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-64f153d0]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-64f153d0]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-64f153d0] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-64f153d0] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-64f153d0] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-64f153d0] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-64f153d0] td{font-size:large}.v-btn[data-v-64f153d0]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-64f153d0]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-64f153d0]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-64f153d0]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-64f153d0]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-64f153d0]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-64f153d0],.v-btn.v-btn--has-bg.other-btn[data-v-64f153d0],.v-btn.v-btn--has-bg.post-btn[data-v-64f153d0]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-64f153d0]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-64f153d0]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-64f153d0],.table-date-style[data-v-64f153d0]{width:12rem}.search-autocomplete[data-v-64f153d0]{width:16rem}.search-autocomplete-warehouse[data-v-64f153d0]{width:14rem}.search-autocomplete-loc[data-v-64f153d0]{width:11rem}.search-autocomplete-processType[data-v-64f153d0]{width:6rem}.search-autocomplete-24[data-v-64f153d0]{width:24rem}.search-textbox-materialCd[data-v-64f153d0],.search-textbox-voucherNo[data-v-64f153d0]{width:20rem}.search-textbox[data-v-64f153d0],.serch-textbox-arrivalNo[data-v-64f153d0]{width:16rem}.serch-textbox-locDetail[data-v-64f153d0]{width:8rem}.serch-textbox-itemCnCd[data-v-64f153d0]{width:24rem}.serch-textbox-useritemCd[data-v-64f153d0]{width:19rem}.serch-textbox-dueDate[data-v-64f153d0]{width:10rem}.textbox-arrivalNo[data-v-64f153d0]{width:24rem}.v-text-field.input-number[data-v-64f153d0],.v-text-field.text-box[data-v-64f153d0]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-64f153d0]{margin:500px 0 16px 16px}.input-number-modal[data-v-64f153d0] input,.input-number[data-v-64f153d0] input{text-align:right}.paging-label[data-v-64f153d0]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-64f153d0]{width:100%;margin-right:12px}div.row.search-row[data-v-64f153d0]{margin-top:5px}div.first-search-item[data-v-64f153d0]{margin-left:15px}div.first-rangSpec-item[data-v-64f153d0]{margin-left:190px}div.btn-area[data-v-64f153d0]{float:right}div.display-search-result-row[data-v-64f153d0]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-64f153d0]{width:400px}span.rangSpec-item[data-v-64f153d0]{margin-left:13px}.item-spacer[data-v-64f153d0]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-64f153d0]{margin-left:3px}.from_to[data-v-64f153d0],.text-label[data-v-64f153d0],div.calender-btn-area[data-v-64f153d0]{margin-top:7px}.hyphen[data-v-64f153d0]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-64f153d0]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-64f153d0]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-64f153d0]{position:relative;font-size:18px}.add-textbox-order-name[data-v-64f153d0]{width:57rem}.add-textbox-post[data-v-64f153d0],.add-textbox-tel[data-v-64f153d0]{width:20rem}.add-textbox-remark[data-v-64f153d0]{width:90.5rem}.add-textbox-trace[data-v-64f153d0]{width:21rem}.theme--light.v-navigation-drawer[data-v-64f153d0]{position:fixed}.txt-single[data-v-64f153d0]{padding-right:0;font-size:large}.from_to[data-v-64f153d0]{font-weight:700}.v-data-table[data-v-64f153d0]{white-space:pre-line}.align-right[data-v-64f153d0]{text-align:right}.align-left[data-v-64f153d0]{text-align:left}.align-left-red[data-v-64f153d0]{color:red}button.v-btn.day-ctrl-btn[data-v-49860374]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-49860374]{padding-top:0}button.v-btn.fix-btn[data-v-49860374],button.v-btn.paid-btn[data-v-49860374],button.v-btn.res-btn[data-v-49860374]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-49860374]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-49860374]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-49860374]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-49860374]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-49860374] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-49860374] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-49860374] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-49860374] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-49860374] td{font-size:large}.v-btn[data-v-49860374]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-49860374]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-49860374]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-49860374]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-49860374]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-49860374]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-49860374],.v-btn.v-btn--has-bg.other-btn[data-v-49860374],.v-btn.v-btn--has-bg.post-btn[data-v-49860374]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-49860374]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-49860374]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-49860374],.table-date-style[data-v-49860374]{width:12rem}.search-autocomplete[data-v-49860374]{width:16rem}.search-autocomplete-warehouse[data-v-49860374]{width:14rem}.search-autocomplete-loc[data-v-49860374]{width:11rem}.search-autocomplete-processType[data-v-49860374]{width:6rem}.search-autocomplete-24[data-v-49860374]{width:24rem}.search-textbox-materialCd[data-v-49860374],.search-textbox-voucherNo[data-v-49860374]{width:20rem}.search-textbox[data-v-49860374],.serch-textbox-arrivalNo[data-v-49860374]{width:16rem}.serch-textbox-locDetail[data-v-49860374]{width:8rem}.serch-textbox-itemCnCd[data-v-49860374]{width:24rem}.serch-textbox-useritemCd[data-v-49860374]{width:19rem}.serch-textbox-dueDate[data-v-49860374]{width:10rem}.textbox-arrivalNo[data-v-49860374]{width:24rem}.v-text-field.input-number[data-v-49860374],.v-text-field.text-box[data-v-49860374]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-49860374]{margin:500px 0 16px 16px}.input-number-modal[data-v-49860374] input,.input-number[data-v-49860374] input{text-align:right}.paging-label[data-v-49860374]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-49860374]{width:100%;margin-right:12px}div.row.search-row[data-v-49860374]{margin-top:5px}div.first-search-item[data-v-49860374]{margin-left:15px}div.first-rangSpec-item[data-v-49860374]{margin-left:190px}div.btn-area[data-v-49860374]{float:right}div.display-search-result-row[data-v-49860374]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-49860374]{width:400px}span.rangSpec-item[data-v-49860374]{margin-left:13px}.item-spacer[data-v-49860374]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-49860374]{margin-left:3px}.from_to[data-v-49860374],.text-label[data-v-49860374],div.calender-btn-area[data-v-49860374]{margin-top:7px}.hyphen[data-v-49860374]{margin-top:7px;margin-right:14px;font-weight:700}.add-textbox-delivery[data-v-49860374]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-49860374]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-49860374]{position:relative;font-size:18px}.add-textbox-order-name[data-v-49860374]{width:57rem}.add-textbox-post[data-v-49860374],.add-textbox-tel[data-v-49860374]{width:20rem}.add-textbox-remark[data-v-49860374]{width:90.5rem}.add-textbox-trace[data-v-49860374]{width:21rem}.theme--light.v-navigation-drawer[data-v-49860374]{position:fixed}.txt-single[data-v-49860374]{padding-right:0;font-size:large}.from_to[data-v-49860374]{font-weight:700}.v-data-table[data-v-49860374]{white-space:pre-line}.align-right[data-v-49860374]{text-align:right}.align-left[data-v-49860374]{text-align:left}.align-left-red[data-v-49860374]{color:red}button.v-btn.day-ctrl-btn[data-v-5e274f54]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-5e274f54]{padding-top:0}button.v-btn.fix-btn[data-v-5e274f54],button.v-btn.paid-btn[data-v-5e274f54],button.v-btn.res-btn[data-v-5e274f54]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-5e274f54]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-5e274f54]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-5e274f54]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-5e274f54]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-5e274f54] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-5e274f54] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-5e274f54] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-5e274f54] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-5e274f54] td{font-size:large}.v-btn[data-v-5e274f54]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-5e274f54]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-5e274f54]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-5e274f54]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-5e274f54]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-5e274f54]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-5e274f54],.v-btn.v-btn--has-bg.other-btn[data-v-5e274f54],.v-btn.v-btn--has-bg.post-btn[data-v-5e274f54]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-5e274f54]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-5e274f54]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-5e274f54],.table-date-style[data-v-5e274f54]{width:12rem}.search-autocomplete[data-v-5e274f54]{width:16rem}.search-autocomplete-warehouse[data-v-5e274f54]{width:14rem}.search-autocomplete-loc[data-v-5e274f54]{width:11rem}.search-autocomplete-processType[data-v-5e274f54]{width:6rem}.search-autocomplete-24[data-v-5e274f54]{width:24rem}.search-textbox-materialCd[data-v-5e274f54],.search-textbox-voucherNo[data-v-5e274f54]{width:20rem}.search-textbox[data-v-5e274f54],.serch-textbox-arrivalNo[data-v-5e274f54]{width:16rem}.serch-textbox-locDetail[data-v-5e274f54]{width:8rem}.serch-textbox-itemCnCd[data-v-5e274f54]{width:24rem}.serch-textbox-useritemCd[data-v-5e274f54]{width:19rem}.serch-textbox-dueDate[data-v-5e274f54]{width:10rem}.textbox-arrivalNo[data-v-5e274f54]{width:24rem}.v-text-field.input-number[data-v-5e274f54],.v-text-field.text-box[data-v-5e274f54]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-5e274f54]{margin:500px 0 16px 16px}.input-number-modal[data-v-5e274f54] input,.input-number[data-v-5e274f54] input{text-align:right}.paging-label[data-v-5e274f54]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-5e274f54]{width:100%;margin-right:12px}div.row.search-row[data-v-5e274f54]{margin-top:5px}div.first-search-item[data-v-5e274f54]{margin-left:15px}div.first-rangSpec-item[data-v-5e274f54]{margin-left:190px}div.btn-area[data-v-5e274f54]{float:right}div.display-search-result-row[data-v-5e274f54]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-5e274f54]{width:400px}span.rangSpec-item[data-v-5e274f54]{margin-left:13px}.item-spacer[data-v-5e274f54]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-5e274f54]{margin-left:3px}.text-label[data-v-5e274f54],div.calender-btn-area[data-v-5e274f54]{margin-top:7px}.from_to[data-v-5e274f54],.hyphen[data-v-5e274f54]{margin-top:7px;font-weight:700}.hyphen[data-v-5e274f54]{margin-right:14px}.add-textbox-delivery[data-v-5e274f54]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-5e274f54]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-5e274f54]{position:relative;font-size:18px}.add-textbox-order-name[data-v-5e274f54]{width:57rem}.add-textbox-post[data-v-5e274f54],.add-textbox-tel[data-v-5e274f54]{width:20rem}.add-textbox-remark[data-v-5e274f54]{width:90.5rem}.add-textbox-trace[data-v-5e274f54]{width:21rem}.theme--light.v-navigation-drawer[data-v-5e274f54]{position:fixed}.txt-single[data-v-5e274f54]{padding-right:0;font-size:large}.table-row-class[data-v-5e274f54]{background-color:#fff2cc}.text-font[data-v-5e274f54]{font-weight:700;font-size:20px}.select-box[data-v-5e274f54]{margin:11px 0 0 0;height:2.6rem}.total-area[data-v-5e274f54]{float:left;display:flex;align-items:center;width:66%;flex-direction:row-reverse}.total-disp-area[data-v-5e274f54]{margin-right:40px;font-weight:700;font-size:22px;border-bottom:solid}.table-style[data-v-5e274f54]{overflow-x:auto}.text-overflow[data-v-5e274f54]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-data-table[data-v-5e274f54]{white-space:pre-line}.align-right[data-v-5e274f54]{text-align:right}.align-right-red[data-v-5e274f54]{text-align:right;color:red}.align-left[data-v-5e274f54]{text-align:left}.align-left-red[data-v-5e274f54]{color:red}.payment-addRow-btn[data-v-5e274f54]{margin:0 0 0 93px;width:7rem;background-color:#1976d2;color:#fff}.break-down[data-v-5e274f54]{border-bottom:solid}button.v-btn.day-ctrl-btn[data-v-5d5aa1a5]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-5d5aa1a5]{padding-top:0}button.v-btn.fix-btn[data-v-5d5aa1a5],button.v-btn.paid-btn[data-v-5d5aa1a5],button.v-btn.res-btn[data-v-5d5aa1a5]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-5d5aa1a5]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-5d5aa1a5]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-5d5aa1a5]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-5d5aa1a5]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-5d5aa1a5] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-5d5aa1a5] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-5d5aa1a5] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-5d5aa1a5] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-5d5aa1a5] td{font-size:large}.v-btn[data-v-5d5aa1a5]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-5d5aa1a5]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-5d5aa1a5]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-5d5aa1a5]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-5d5aa1a5]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-5d5aa1a5]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-5d5aa1a5],.v-btn.v-btn--has-bg.other-btn[data-v-5d5aa1a5],.v-btn.v-btn--has-bg.post-btn[data-v-5d5aa1a5]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-5d5aa1a5]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-5d5aa1a5]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-5d5aa1a5],.table-date-style[data-v-5d5aa1a5]{width:12rem}.search-autocomplete[data-v-5d5aa1a5]{width:16rem}.search-autocomplete-warehouse[data-v-5d5aa1a5]{width:14rem}.search-autocomplete-loc[data-v-5d5aa1a5]{width:11rem}.search-autocomplete-processType[data-v-5d5aa1a5]{width:6rem}.search-autocomplete-24[data-v-5d5aa1a5]{width:24rem}.search-textbox-materialCd[data-v-5d5aa1a5],.search-textbox-voucherNo[data-v-5d5aa1a5]{width:20rem}.search-textbox[data-v-5d5aa1a5],.serch-textbox-arrivalNo[data-v-5d5aa1a5]{width:16rem}.serch-textbox-locDetail[data-v-5d5aa1a5]{width:8rem}.serch-textbox-itemCnCd[data-v-5d5aa1a5]{width:24rem}.serch-textbox-useritemCd[data-v-5d5aa1a5]{width:19rem}.serch-textbox-dueDate[data-v-5d5aa1a5]{width:10rem}.textbox-arrivalNo[data-v-5d5aa1a5]{width:24rem}.v-text-field.input-number[data-v-5d5aa1a5],.v-text-field.text-box[data-v-5d5aa1a5]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-5d5aa1a5]{margin:500px 0 16px 16px}.input-number-modal[data-v-5d5aa1a5] input,.input-number[data-v-5d5aa1a5] input{text-align:right}.paging-label[data-v-5d5aa1a5]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-5d5aa1a5]{width:100%;margin-right:12px}div.row.search-row[data-v-5d5aa1a5]{margin-top:5px}div.first-search-item[data-v-5d5aa1a5]{margin-left:15px}div.first-rangSpec-item[data-v-5d5aa1a5]{margin-left:190px}div.btn-area[data-v-5d5aa1a5]{float:right}div.display-search-result-row[data-v-5d5aa1a5]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-5d5aa1a5]{width:400px}span.rangSpec-item[data-v-5d5aa1a5]{margin-left:13px}.item-spacer[data-v-5d5aa1a5]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-5d5aa1a5]{margin-left:3px}.text-label[data-v-5d5aa1a5],div.calender-btn-area[data-v-5d5aa1a5]{margin-top:7px}.from_to[data-v-5d5aa1a5],.hyphen[data-v-5d5aa1a5]{margin-top:7px;font-weight:700}.hyphen[data-v-5d5aa1a5]{margin-right:14px}.add-textbox-delivery[data-v-5d5aa1a5]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-5d5aa1a5]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-5d5aa1a5]{position:relative;font-size:18px}.add-textbox-order-name[data-v-5d5aa1a5]{width:57rem}.add-textbox-post[data-v-5d5aa1a5],.add-textbox-tel[data-v-5d5aa1a5]{width:20rem}.add-textbox-remark[data-v-5d5aa1a5]{width:90.5rem}.add-textbox-trace[data-v-5d5aa1a5]{width:21rem}.theme--light.v-navigation-drawer[data-v-5d5aa1a5]{position:fixed}.txt-single[data-v-5d5aa1a5]{padding-right:0;font-size:large}.search-row[data-v-5d5aa1a5]{padding-left:.7rem}.txt-center[data-v-5d5aa1a5]{margin:auto}.add-textbox-num[data-v-5d5aa1a5]{width:16rem;padding:20px 0 0 10px}.validation[data-v-5d5aa1a5]{color:red;text-align:center;margin-bottom:3%}.searchResult#listData[data-v-5d5aa1a5]{overflow-x:scroll}.searchResult#listData.v-data-table--fixed-header[data-v-5d5aa1a5] td:nth-child(2),.searchResult#listData.v-data-table--fixed-header[data-v-5d5aa1a5] th:nth-child(2){border-right:3px #d3d3d3;border-right-style:solid}.searchResult#listData.v-data-table--fixed-header[data-v-5d5aa1a5] td:nth-child(3){padding-left:.7%;padding-right:0}div.transport-info-box.v-card[data-v-5d5aa1a5]{width:200px;height:49px;float:left;display:flex;align-content:center;justify-content:center;flex-wrap:wrap;margin-top:10px;margin-bottom:10px;margin-left:10px}.transport-info-box .binStatus[data-v-5d5aa1a5]{font-weight:700;margin:0}.transport-info-box .dispatchBinDelayIcon[data-v-5d5aa1a5]{position:absolute;font-size:19px;top:1px;left:3px}.transport-info-box .operationStatus[data-v-5d5aa1a5]{width:170px;height:15px;margin-top:1px;margin-bottom:2px;font-size:12px}.transport-info-box .operationStatus[data-v-5d5aa1a5] .v-progress-linear__content{color:#fff}.operationDetailList.v-data-table.v-data-table--fixed-header[data-v-5d5aa1a5] .v-data-table__wrapper{height:525px}.operationDetailList.v-data-table.v-data-table--fixed-header thead th[data-v-5d5aa1a5]{background-color:#effad9}.operationDetailList.v-data-table.v-data-table--fixed-header tr.delayed td[data-v-5d5aa1a5]{background-color:#ff6262}button.v-btn.day-ctrl-btn[data-v-4d0fe5b0]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-4d0fe5b0]{padding-top:0}button.v-btn.fix-btn[data-v-4d0fe5b0],button.v-btn.paid-btn[data-v-4d0fe5b0],button.v-btn.res-btn[data-v-4d0fe5b0]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-4d0fe5b0]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-4d0fe5b0]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-4d0fe5b0]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-4d0fe5b0]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-4d0fe5b0] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-4d0fe5b0] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-4d0fe5b0] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-4d0fe5b0] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-4d0fe5b0] td{font-size:large}.v-btn[data-v-4d0fe5b0]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-4d0fe5b0]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-4d0fe5b0]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-4d0fe5b0]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-4d0fe5b0]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-4d0fe5b0]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-4d0fe5b0],.v-btn.v-btn--has-bg.other-btn[data-v-4d0fe5b0],.v-btn.v-btn--has-bg.post-btn[data-v-4d0fe5b0]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-4d0fe5b0]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-4d0fe5b0]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-4d0fe5b0],.table-date-style[data-v-4d0fe5b0]{width:12rem}.search-autocomplete[data-v-4d0fe5b0]{width:16rem}.search-autocomplete-warehouse[data-v-4d0fe5b0]{width:14rem}.search-autocomplete-loc[data-v-4d0fe5b0]{width:11rem}.search-autocomplete-processType[data-v-4d0fe5b0]{width:6rem}.search-autocomplete-24[data-v-4d0fe5b0]{width:24rem}.search-textbox-materialCd[data-v-4d0fe5b0],.search-textbox-voucherNo[data-v-4d0fe5b0]{width:20rem}.search-textbox[data-v-4d0fe5b0],.serch-textbox-arrivalNo[data-v-4d0fe5b0]{width:16rem}.serch-textbox-locDetail[data-v-4d0fe5b0]{width:8rem}.serch-textbox-itemCnCd[data-v-4d0fe5b0]{width:24rem}.serch-textbox-useritemCd[data-v-4d0fe5b0]{width:19rem}.serch-textbox-dueDate[data-v-4d0fe5b0]{width:10rem}.textbox-arrivalNo[data-v-4d0fe5b0]{width:24rem}.v-text-field.input-number[data-v-4d0fe5b0],.v-text-field.text-box[data-v-4d0fe5b0]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-4d0fe5b0]{margin:500px 0 16px 16px}.input-number-modal[data-v-4d0fe5b0] input,.input-number[data-v-4d0fe5b0] input{text-align:right}.paging-label[data-v-4d0fe5b0]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-4d0fe5b0]{width:100%;margin-right:12px}div.row.search-row[data-v-4d0fe5b0]{margin-top:5px}div.first-search-item[data-v-4d0fe5b0]{margin-left:15px}div.first-rangSpec-item[data-v-4d0fe5b0]{margin-left:190px}div.btn-area[data-v-4d0fe5b0]{float:right}div.display-search-result-row[data-v-4d0fe5b0]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-4d0fe5b0]{width:400px}span.rangSpec-item[data-v-4d0fe5b0]{margin-left:13px}.item-spacer[data-v-4d0fe5b0]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-4d0fe5b0]{margin-left:3px}.text-label[data-v-4d0fe5b0],div.calender-btn-area[data-v-4d0fe5b0]{margin-top:7px}.from_to[data-v-4d0fe5b0],.hyphen[data-v-4d0fe5b0]{margin-top:7px;font-weight:700}.hyphen[data-v-4d0fe5b0]{margin-right:14px}.add-textbox-delivery[data-v-4d0fe5b0]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-4d0fe5b0]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-4d0fe5b0]{position:relative;font-size:18px}.add-textbox-order-name[data-v-4d0fe5b0]{width:57rem}.add-textbox-post[data-v-4d0fe5b0],.add-textbox-tel[data-v-4d0fe5b0]{width:20rem}.add-textbox-remark[data-v-4d0fe5b0]{width:90.5rem}.add-textbox-trace[data-v-4d0fe5b0]{width:21rem}.theme--light.v-navigation-drawer[data-v-4d0fe5b0]{position:fixed}.holyGrail[data-v-4d0fe5b0]{display:flex;flex:1}.side-nav[data-v-4d0fe5b0]{width:315px}.content[data-v-4d0fe5b0]{flex:1}thead th[data-v-4d0fe5b0]{background-color:#effad9}tr.delayed td[data-v-4d0fe5b0]{background-color:#ff6262}button.v-btn.day-ctrl-btn[data-v-447bd050]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-447bd050]{padding-top:0}button.v-btn.fix-btn[data-v-447bd050],button.v-btn.paid-btn[data-v-447bd050],button.v-btn.res-btn[data-v-447bd050]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-447bd050]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-447bd050]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-447bd050]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-447bd050]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-447bd050] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-447bd050] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-447bd050] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-447bd050] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-447bd050] td{font-size:large}.v-btn[data-v-447bd050]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-447bd050]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-447bd050]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-447bd050]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-447bd050]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-447bd050]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-447bd050],.v-btn.v-btn--has-bg.other-btn[data-v-447bd050],.v-btn.v-btn--has-bg.post-btn[data-v-447bd050]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-447bd050]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-447bd050]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-447bd050],.table-date-style[data-v-447bd050]{width:12rem}.search-autocomplete[data-v-447bd050]{width:16rem}.search-autocomplete-warehouse[data-v-447bd050]{width:14rem}.search-autocomplete-loc[data-v-447bd050]{width:11rem}.search-autocomplete-processType[data-v-447bd050]{width:6rem}.search-autocomplete-24[data-v-447bd050]{width:24rem}.search-textbox-materialCd[data-v-447bd050],.search-textbox-voucherNo[data-v-447bd050]{width:20rem}.search-textbox[data-v-447bd050],.serch-textbox-arrivalNo[data-v-447bd050]{width:16rem}.serch-textbox-locDetail[data-v-447bd050]{width:8rem}.serch-textbox-itemCnCd[data-v-447bd050]{width:24rem}.serch-textbox-useritemCd[data-v-447bd050]{width:19rem}.serch-textbox-dueDate[data-v-447bd050]{width:10rem}.textbox-arrivalNo[data-v-447bd050]{width:24rem}.v-text-field.input-number[data-v-447bd050],.v-text-field.text-box[data-v-447bd050]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-447bd050]{margin:500px 0 16px 16px}.input-number-modal[data-v-447bd050] input,.input-number[data-v-447bd050] input{text-align:right}.paging-label[data-v-447bd050]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-447bd050]{width:100%;margin-right:12px}div.row.search-row[data-v-447bd050]{margin-top:5px}div.first-search-item[data-v-447bd050]{margin-left:15px}div.first-rangSpec-item[data-v-447bd050]{margin-left:190px}div.btn-area[data-v-447bd050]{float:right}div.display-search-result-row[data-v-447bd050]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-447bd050]{width:400px}span.rangSpec-item[data-v-447bd050]{margin-left:13px}.item-spacer[data-v-447bd050]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-447bd050]{margin-left:3px}.text-label[data-v-447bd050],div.calender-btn-area[data-v-447bd050]{margin-top:7px}.from_to[data-v-447bd050],.hyphen[data-v-447bd050]{margin-top:7px;font-weight:700}.hyphen[data-v-447bd050]{margin-right:14px}.add-textbox-delivery[data-v-447bd050]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-447bd050]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-447bd050]{position:relative;font-size:18px}.add-textbox-order-name[data-v-447bd050]{width:57rem}.add-textbox-post[data-v-447bd050],.add-textbox-tel[data-v-447bd050]{width:20rem}.add-textbox-remark[data-v-447bd050]{width:90.5rem}.add-textbox-trace[data-v-447bd050]{width:21rem}.theme--light.v-navigation-drawer[data-v-447bd050]{position:fixed}.field[data-v-447bd050]{display:flex}button.v-btn.day-ctrl-btn[data-v-976ea380]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-976ea380]{padding-top:0}button.v-btn.fix-btn[data-v-976ea380],button.v-btn.paid-btn[data-v-976ea380],button.v-btn.res-btn[data-v-976ea380]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-976ea380]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-976ea380]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-976ea380]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-976ea380]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-976ea380] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-976ea380] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-976ea380] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-976ea380] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-976ea380] td{font-size:large}.v-btn[data-v-976ea380]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-976ea380]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-976ea380]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-976ea380]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-976ea380]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-976ea380]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-976ea380],.v-btn.v-btn--has-bg.other-btn[data-v-976ea380],.v-btn.v-btn--has-bg.post-btn[data-v-976ea380]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-976ea380]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-976ea380]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-976ea380],.table-date-style[data-v-976ea380]{width:12rem}.search-autocomplete[data-v-976ea380]{width:16rem}.search-autocomplete-warehouse[data-v-976ea380]{width:14rem}.search-autocomplete-loc[data-v-976ea380]{width:11rem}.search-autocomplete-processType[data-v-976ea380]{width:6rem}.search-autocomplete-24[data-v-976ea380]{width:24rem}.search-textbox-materialCd[data-v-976ea380],.search-textbox-voucherNo[data-v-976ea380]{width:20rem}.search-textbox[data-v-976ea380],.serch-textbox-arrivalNo[data-v-976ea380]{width:16rem}.serch-textbox-locDetail[data-v-976ea380]{width:8rem}.serch-textbox-itemCnCd[data-v-976ea380]{width:24rem}.serch-textbox-useritemCd[data-v-976ea380]{width:19rem}.serch-textbox-dueDate[data-v-976ea380]{width:10rem}.textbox-arrivalNo[data-v-976ea380]{width:24rem}.v-text-field.input-number[data-v-976ea380],.v-text-field.text-box[data-v-976ea380]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-976ea380]{margin:500px 0 16px 16px}.input-number-modal[data-v-976ea380] input,.input-number[data-v-976ea380] input{text-align:right}.paging-label[data-v-976ea380]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-976ea380]{width:100%;margin-right:12px}div.row.search-row[data-v-976ea380]{margin-top:5px}div.first-search-item[data-v-976ea380]{margin-left:15px}div.first-rangSpec-item[data-v-976ea380]{margin-left:190px}div.btn-area[data-v-976ea380]{float:right}div.display-search-result-row[data-v-976ea380]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-976ea380]{width:400px}span.rangSpec-item[data-v-976ea380]{margin-left:13px}.item-spacer[data-v-976ea380]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-976ea380]{margin-left:3px}.text-label[data-v-976ea380],div.calender-btn-area[data-v-976ea380]{margin-top:7px}.from_to[data-v-976ea380],.hyphen[data-v-976ea380]{margin-top:7px;font-weight:700}.hyphen[data-v-976ea380]{margin-right:14px}.add-textbox-delivery[data-v-976ea380]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-976ea380]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-976ea380]{position:relative;font-size:18px}.add-textbox-order-name[data-v-976ea380]{width:57rem}.add-textbox-post[data-v-976ea380],.add-textbox-tel[data-v-976ea380]{width:20rem}.add-textbox-remark[data-v-976ea380]{width:90.5rem}.add-textbox-trace[data-v-976ea380]{width:21rem}.theme--light.v-navigation-drawer[data-v-976ea380]{position:fixed}.txt-single[data-v-976ea380]{padding-right:0;font-size:large}.status-search-item[data-v-976ea380]{margin-left:30px;width:16rem}.inquiry-number-search-item[data-v-976ea380]{margin-left:30px;width:300px}.client-item[data-v-976ea380]{width:250px;margin-left:15px;margin-top:10px;margin-bottom:30px}.client[data-v-976ea380]{margin-left:15px}.blank-row1[data-v-976ea380]{height:25px}.blank-row2[data-v-976ea380]{height:5px}.status1[data-v-976ea380]{width:100%;background-color:#f8cbad}.status1[data-v-976ea380],.status2[data-v-976ea380]{margin:0 auto;height:30px;text-align:center;line-height:30px;border-radius:35%/100%}.status2[data-v-976ea380]{width:80%;background-color:#8faadc}#listData[data-v-976ea380]{overflow-x:scroll}#listData.v-data-table--fixed-header[data-v-976ea380] th{padding-left:0;padding-right:0;border-right:0 #d3d3d3;border-right-style:solid;border-left:2px #d3d3d3;border-left-style:solid;border-top:2px #d3d3d3;border-top-style:solid;border-bottom:2px #d3d3d3!important;border-bottom-style:solid!important}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(2){border-right:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(3){border-left:0;border-right:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(4){border-left:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(5){border-right:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(6){border-left:0;border-right:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(7){border-left:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(8){border-right:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(9){border-left:0;border-right:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(10){border-left:0}#listData.v-data-table--fixed-header[data-v-976ea380] th:nth-child(11){border-right:2px}#listData.v-data-table--fixed-header[data-v-976ea380] td:nth-child(3),#listData.v-data-table--fixed-header[data-v-976ea380] td:nth-child(4){padding-left:0;text-align:left}.table_th_bottom_line[data-v-976ea380]{border-bottom:2px #d3d3d3!important;border-bottom-style:solid!important}button.v-btn.day-ctrl-btn[data-v-fe696a6c]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-fe696a6c]{padding-top:0}button.v-btn.fix-btn[data-v-fe696a6c],button.v-btn.paid-btn[data-v-fe696a6c],button.v-btn.res-btn[data-v-fe696a6c]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-fe696a6c]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-fe696a6c]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-fe696a6c]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-fe696a6c]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-fe696a6c] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-fe696a6c] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-fe696a6c] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-fe696a6c] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-fe696a6c] td{font-size:large}.v-btn[data-v-fe696a6c]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-fe696a6c]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-fe696a6c]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-fe696a6c]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-fe696a6c]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-fe696a6c]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-fe696a6c],.v-btn.v-btn--has-bg.other-btn[data-v-fe696a6c],.v-btn.v-btn--has-bg.post-btn[data-v-fe696a6c]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-fe696a6c]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-fe696a6c]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-fe696a6c],.table-date-style[data-v-fe696a6c]{width:12rem}.search-autocomplete[data-v-fe696a6c]{width:16rem}.search-autocomplete-warehouse[data-v-fe696a6c]{width:14rem}.search-autocomplete-loc[data-v-fe696a6c]{width:11rem}.search-autocomplete-processType[data-v-fe696a6c]{width:6rem}.search-autocomplete-24[data-v-fe696a6c]{width:24rem}.search-textbox-materialCd[data-v-fe696a6c],.search-textbox-voucherNo[data-v-fe696a6c]{width:20rem}.search-textbox[data-v-fe696a6c],.serch-textbox-arrivalNo[data-v-fe696a6c]{width:16rem}.serch-textbox-locDetail[data-v-fe696a6c]{width:8rem}.serch-textbox-itemCnCd[data-v-fe696a6c]{width:24rem}.serch-textbox-useritemCd[data-v-fe696a6c]{width:19rem}.serch-textbox-dueDate[data-v-fe696a6c]{width:10rem}.textbox-arrivalNo[data-v-fe696a6c]{width:24rem}.v-text-field.input-number[data-v-fe696a6c],.v-text-field.text-box[data-v-fe696a6c]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-fe696a6c]{margin:500px 0 16px 16px}.input-number-modal[data-v-fe696a6c] input,.input-number[data-v-fe696a6c] input{text-align:right}.paging-label[data-v-fe696a6c]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-fe696a6c]{width:100%;margin-right:12px}div.row.search-row[data-v-fe696a6c]{margin-top:5px}div.first-search-item[data-v-fe696a6c]{margin-left:15px}div.first-rangSpec-item[data-v-fe696a6c]{margin-left:190px}div.btn-area[data-v-fe696a6c]{float:right}div.display-search-result-row[data-v-fe696a6c]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-fe696a6c]{width:400px}span.rangSpec-item[data-v-fe696a6c]{margin-left:13px}.item-spacer[data-v-fe696a6c]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-fe696a6c]{margin-left:3px}.text-label[data-v-fe696a6c],div.calender-btn-area[data-v-fe696a6c]{margin-top:7px}.from_to[data-v-fe696a6c],.hyphen[data-v-fe696a6c]{margin-top:7px;font-weight:700}.hyphen[data-v-fe696a6c]{margin-right:14px}.add-textbox-delivery[data-v-fe696a6c]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-fe696a6c]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-fe696a6c]{position:relative;font-size:18px}.add-textbox-order-name[data-v-fe696a6c]{width:57rem}.add-textbox-post[data-v-fe696a6c],.add-textbox-tel[data-v-fe696a6c]{width:20rem}.add-textbox-remark[data-v-fe696a6c]{width:90.5rem}.add-textbox-trace[data-v-fe696a6c]{width:21rem}.theme--light.v-navigation-drawer[data-v-fe696a6c]{position:fixed}.txt-single[data-v-fe696a6c]{padding-right:0;font-size:large}.inquiry-number-search-item[data-v-fe696a6c]{margin-left:30px;width:300px}#listData[data-v-fe696a6c]{overflow-x:auto}.inTransit[data-v-fe696a6c]{position:relative;width:0;height:0}.inTransit[data-v-fe696a6c]:before{content:"";position:absolute;top:-5px;width:0;height:25px;border-right:8px solid #4c6faf;border-left:8px solid #4c6faf}.inTransit[data-v-fe696a6c]:after{content:"";position:absolute;top:15px;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #4c6faf;transform:translateX(-52%)}.complete[data-v-fe696a6c]{position:relative;width:0;height:0}.complete[data-v-fe696a6c]:before{content:"";position:absolute;width:25px;height:15px;border-right:5px solid #0a0a0a;border-top:5px solid #0a0a0a;transform:translate(-15%,-15%) rotate(138deg);top:3px}.detail-date-row[data-v-fe696a6c]{display:flex;justify-content:center;align-items:center;width:85%;float:right}.detail-date-text[data-v-fe696a6c]{top:13px}button.v-btn.day-ctrl-btn[data-v-47bf56f7]{padding:0;width:2rem;min-width:2.5rem}button.v-btn.paid-btn[data-v-47bf56f7]{padding-top:0}button.v-btn.fix-btn[data-v-47bf56f7],button.v-btn.paid-btn[data-v-47bf56f7],button.v-btn.res-btn[data-v-47bf56f7]{height:2.4rem;width:4.1rem;background-color:#e5ebf5}button.v-btn.pasing-btn[data-v-47bf56f7]{height:2.4rem;width:4.2rem;background-color:#e5ebf5}button.v-btn.cost-btn[data-v-47bf56f7]{height:2.6rem;width:7rem;font-size:medium;background-color:#e5ebf5}#sub-bar[data-v-47bf56f7]{color:#000;background:#dee6f3;padding:0;height:3rem}#sub-bar #lbl-screen-name[data-v-47bf56f7]{padding:.1rem 0 0 .5rem;font-size:x-large;font-weight:700;display:inline-block}#listData.v-data-table--fixed-header[data-v-47bf56f7] tr:nth-child(odd){background-color:#dde5f0;height:2rem}#listData.v-data-table--fixed-header[data-v-47bf56f7] th{font-size:large!important;color:#000;background:#effad9;height:2.5rem!important}#listData.v-data-table--fixed-header[data-v-47bf56f7] th.asta:after{content:"*"!important;color:red}#listData.v-data-table--fixed-header[data-v-47bf56f7] th:not(:nth-child(0)):before{content:"";top:0;left:0;width:100%;height:100%}#listData.v-data-table--fixed-header[data-v-47bf56f7] td{font-size:large}.v-btn[data-v-47bf56f7]{color:#1d1e1f}.v-btn.v-btn--has-bg[data-v-47bf56f7]{background:#dee6f3}.v-btn.v-btn--has-bg.api-btn[data-v-47bf56f7]{margin:0 0 0 12px;width:7rem}.v-btn.v-btn--has-bg.two-left-btn[data-v-47bf56f7]{width:7rem}.v-btn.v-btn--has-bg.two-right2-btn[data-v-47bf56f7]{margin:0 0 0 55px;width:7rem}.v-btn.v-btn--has-bg.two-right1-btn[data-v-47bf56f7]{margin:0 0 0 20px;width:7rem}.v-btn.v-btn--has-bg.get-btn[data-v-47bf56f7],.v-btn.v-btn--has-bg.other-btn[data-v-47bf56f7],.v-btn.v-btn--has-bg.post-btn[data-v-47bf56f7]{margin:0 0 0 12px;width:7rem;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.other-btn-nosize[data-v-47bf56f7]{margin:0 0 0 12px;background-color:#1976d2;color:#fff}.v-btn.v-btn--has-bg.send-guiness-btn[data-v-47bf56f7]{margin:0 0 0 12px;width:14rem;background-color:#1976d2;color:#fff}.date-style[data-v-47bf56f7],.table-date-style[data-v-47bf56f7]{width:12rem}.search-autocomplete[data-v-47bf56f7]{width:16rem}.search-autocomplete-warehouse[data-v-47bf56f7]{width:14rem}.search-autocomplete-loc[data-v-47bf56f7]{width:11rem}.search-autocomplete-processType[data-v-47bf56f7]{width:6rem}.search-autocomplete-24[data-v-47bf56f7]{width:24rem}.search-textbox-materialCd[data-v-47bf56f7],.search-textbox-voucherNo[data-v-47bf56f7]{width:20rem}.search-textbox[data-v-47bf56f7],.serch-textbox-arrivalNo[data-v-47bf56f7]{width:16rem}.serch-textbox-locDetail[data-v-47bf56f7]{width:8rem}.serch-textbox-itemCnCd[data-v-47bf56f7]{width:24rem}.serch-textbox-useritemCd[data-v-47bf56f7]{width:19rem}.serch-textbox-dueDate[data-v-47bf56f7]{width:10rem}.textbox-arrivalNo[data-v-47bf56f7]{width:24rem}.v-text-field.input-number[data-v-47bf56f7],.v-text-field.text-box[data-v-47bf56f7]{margin:11px 0 0 0;height:3.6rem}.btn-fix[data-v-47bf56f7]{margin:500px 0 16px 16px}.input-number-modal[data-v-47bf56f7] input,.input-number[data-v-47bf56f7] input{text-align:right}.paging-label[data-v-47bf56f7]{text-align:center;padding-top:.5rem;font-size:large;color:rgba(0,0,0,.6);width:100%}div.search-row-exeBtn[data-v-47bf56f7]{width:100%;margin-right:12px}div.row.search-row[data-v-47bf56f7]{margin-top:5px}div.first-search-item[data-v-47bf56f7]{margin-left:15px}div.first-rangSpec-item[data-v-47bf56f7]{margin-left:190px}div.btn-area[data-v-47bf56f7]{float:right}div.display-search-result-row[data-v-47bf56f7]{width:100%;margin-top:20px;margin-left:12px;margin-right:12px}div.file-input[data-v-47bf56f7]{width:400px}span.rangSpec-item[data-v-47bf56f7]{margin-left:13px}.item-spacer[data-v-47bf56f7]{margin-left:6px;margin-right:6px}.asterisk-spacer[data-v-47bf56f7]{margin-left:3px}.text-label[data-v-47bf56f7],div.calender-btn-area[data-v-47bf56f7]{margin-top:7px}.from_to[data-v-47bf56f7],.hyphen[data-v-47bf56f7]{margin-top:7px;font-weight:700}.hyphen[data-v-47bf56f7]{margin-right:14px}.add-textbox-delivery[data-v-47bf56f7]{width:25rem;padding:10px 0 0 10px}.add-listbox-delivery[data-v-47bf56f7]{width:10rem;padding:10px 0 0 10px}.auto-txt-size[data-v-47bf56f7]{position:relative;font-size:18px}.add-textbox-order-name[data-v-47bf56f7]{width:57rem}.add-textbox-post[data-v-47bf56f7],.add-textbox-tel[data-v-47bf56f7]{width:20rem}.add-textbox-remark[data-v-47bf56f7]{width:90.5rem}.add-textbox-trace[data-v-47bf56f7]{width:21rem}.theme--light.v-navigation-drawer[data-v-47bf56f7]{position:fixed}.txt-single[data-v-47bf56f7]{padding-right:0;font-size:large}#listData[data-v-47bf56f7] td,#listData[data-v-47bf56f7] th{padding:0 12px}#listData[data-v-47bf56f7] td:nth-child(5),#listData[data-v-47bf56f7] th:nth-child(5){padding-right:0}#listData[data-v-47bf56f7] td:nth-child(7),#listData[data-v-47bf56f7] th:nth-child(7){padding:0}#listData[data-v-47bf56f7] td:nth-child(9),#listData[data-v-47bf56f7] th:nth-child(9){padding-left:0}#listData[data-v-47bf56f7] td:nth-child(6),#listData[data-v-47bf56f7] td:nth-child(8),#listData[data-v-47bf56f7] th:nth-child(6),#listData[data-v-47bf56f7] th:nth-child(8){padding:0 0 5px 0}.lbl-screen-name[data-v-47bf56f7]{padding:1rem 0;font-size:20px;font-weight:700;display:inline-block;color:#000;margin-left:-15px}.add-textbox-remark[data-v-47bf56f7]{width:50rem}.size-div[data-v-47bf56f7]{display:flex;justify-content:center}.error-message[data-v-47bf56f7]{color:#ff5252;font-size:12px}#listSumDataSpecial[data-v-47bf56f7]{white-space:nowrap;pointer-events:none}.tableData[data-v-47bf56f7]{border-collapse:collapse;height:30px}