.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:none}.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}.roche_layout-box>.layout-container>main>section{padding-bottom:3rem}.v-application,.v-application .v-application--wrap>div,.v-application .v-application--wrap>div .roche_layout-box{height:100%}#roche-snackbar{position:absolute}.v-input--dense>.v-input__control>.v-text-field__details>.v-messages{display:flex;align-items:center}.v-data-footer{margin-right:0!important;padding-right:0!important}.uploader-file-progress{background:#0b41cd!important;opacity:.3}.required label:after{content:"*";color:red}.status-chip--draft{background:rgba(27,27,27,.2)!important;color:#fff!important}.status-chip--testing{background:#eadfef!important;color:#714a84!important}.status-chip--in_review{background:rgba(0,102,204,.12)!important;color:#06c!important}.status-chip--rejected{background:#fb8c00!important;color:#fff!important}.status-chip--approved{background:#cceadf!important;color:#006544!important}.status-chip--published{background-color:#4caf50!important;color:#fff!important}.status-chip--unpublished{background-color:#fde2c7!important;color:#855d35!important}.status-chip--updating{background-color:#0b41cd!important;color:#fff!important}.status-chip--unpublish_in_review{background:rgba(0,102,204,.12)!important;color:#06c!important}.status-chip--unpublish_rejected{background-color:#4caf50!important;color:#fff!important}.status-chip--auto_unpublished{background-color:#fde2c7!important;color:#855d35!important}.h-70vh{height:70vh}.h-full{height:100%}.w-full{width:100%}.border-b{border-bottom:1px solid;border-color:#e5e5e5}.border-a{border:1px solid #e5e5e5}.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}.roche_layout-box>.layout-container>main>section[data-v-53d42cb8]{padding-bottom:3rem}.v-application .v-application--wrap>div .roche_layout-box[data-v-53d42cb8],.v-application .v-application--wrap>div[data-v-53d42cb8],.v-application[data-v-53d42cb8]{height:100%}#roche-snackbar[data-v-53d42cb8]{position:absolute}.v-input--dense>.v-input__control>.v-text-field__details>.v-messages[data-v-53d42cb8]{display:flex;align-items:center}.v-data-footer[data-v-53d42cb8]{margin-right:0!important;padding-right:0!important}.uploader-file-progress[data-v-53d42cb8]{background:#0b41cd!important;opacity:.3}.required label[data-v-53d42cb8]:after{content:"*";color:red}.status-chip--draft[data-v-53d42cb8]{background:rgba(27,27,27,.2)!important;color:#fff!important}.status-chip--testing[data-v-53d42cb8]{background:#eadfef!important;color:#714a84!important}.status-chip--in_review[data-v-53d42cb8]{background:rgba(0,102,204,.12)!important;color:#06c!important}.status-chip--rejected[data-v-53d42cb8]{background:#fb8c00!important;color:#fff!important}.status-chip--approved[data-v-53d42cb8]{background:#cceadf!important;color:#006544!important}.status-chip--published[data-v-53d42cb8]{background-color:#4caf50!important;color:#fff!important}.status-chip--unpublished[data-v-53d42cb8]{background-color:#fde2c7!important;color:#855d35!important}.status-chip--updating[data-v-53d42cb8]{background-color:#0b41cd!important;color:#fff!important}.status-chip--unpublish_in_review[data-v-53d42cb8]{background:rgba(0,102,204,.12)!important;color:#06c!important}.status-chip--unpublish_rejected[data-v-53d42cb8]{background-color:#4caf50!important;color:#fff!important}.status-chip--auto_unpublished[data-v-53d42cb8]{background-color:#fde2c7!important;color:#855d35!important}.h-70vh[data-v-53d42cb8]{height:70vh}.h-full[data-v-53d42cb8]{height:100%}.w-full[data-v-53d42cb8]{width:100%}.border-b[data-v-53d42cb8]{border-bottom:1px solid;border-color:#e5e5e5}.border-a[data-v-53d42cb8]{border:1px solid #e5e5e5}.icon-box[data-v-53d42cb8]{width:100%}.icon-box>div[data-v-53d42cb8]{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.status_icon.blue[data-v-53d42cb8]{position:relative}.status_icon.blue[data-v-53d42cb8]:after,.status_icon.blue[data-v-53d42cb8]:before{position:absolute;width:10px;height:10px;background-color:#2196f3!important;content:"";border-radius:50%;top:0;left:0}.status_icon[data-v-53d42cb8]:before{animation:scale-53d42cb8 2s infinite}.status_icon[data-v-53d42cb8]:after{animation:scale2-53d42cb8 2s infinite}@keyframes scale-53d42cb8{0%{transform:scale(1);opacity:.9}to{transform:scale(3);opacity:0}}@keyframes scale2-53d42cb8{0%{transform:scale(1);opacity:.9}to{transform:scale(5);opacity:0}}.roche_layout-box>.layout-container>main>section[data-v-fabd1f5a]{padding-bottom:3rem}.v-application .v-application--wrap>div .roche_layout-box[data-v-fabd1f5a],.v-application .v-application--wrap>div[data-v-fabd1f5a],.v-application[data-v-fabd1f5a]{height:100%}#roche-snackbar[data-v-fabd1f5a]{position:absolute}.v-input--dense>.v-input__control>.v-text-field__details>.v-messages[data-v-fabd1f5a]{display:flex;align-items:center}.v-data-footer[data-v-fabd1f5a]{margin-right:0!important;padding-right:0!important}.uploader-file-progress[data-v-fabd1f5a]{background:#0b41cd!important;opacity:.3}.required label[data-v-fabd1f5a]:after{content:"*";color:red}.status-chip--draft[data-v-fabd1f5a]{background:rgba(27,27,27,.2)!important;color:#fff!important}.status-chip--testing[data-v-fabd1f5a]{background:#eadfef!important;color:#714a84!important}.status-chip--in_review[data-v-fabd1f5a]{background:rgba(0,102,204,.12)!important;color:#06c!important}.status-chip--rejected[data-v-fabd1f5a]{background:#fb8c00!important;color:#fff!important}.status-chip--approved[data-v-fabd1f5a]{background:#cceadf!important;color:#006544!important}.status-chip--published[data-v-fabd1f5a]{background-color:#4caf50!important;color:#fff!important}.status-chip--unpublished[data-v-fabd1f5a]{background-color:#fde2c7!important;color:#855d35!important}.status-chip--updating[data-v-fabd1f5a]{background-color:#0b41cd!important;color:#fff!important}.status-chip--unpublish_in_review[data-v-fabd1f5a]{background:rgba(0,102,204,.12)!important;color:#06c!important}.status-chip--unpublish_rejected[data-v-fabd1f5a]{background-color:#4caf50!important;color:#fff!important}.status-chip--auto_unpublished[data-v-fabd1f5a]{background-color:#fde2c7!important;color:#855d35!important}.h-70vh[data-v-fabd1f5a]{height:70vh}.h-full[data-v-fabd1f5a]{height:100%}.w-full[data-v-fabd1f5a]{width:100%}.border-b[data-v-fabd1f5a]{border-bottom:1px solid;border-color:#e5e5e5}.border-a[data-v-fabd1f5a]{border:1px solid #e5e5e5}.license-manage-table[data-v-fabd1f5a] .v-data-table__wrapper{max-height:calc(100% - 3.625rem)}