@vitrosoftware/common-ui-ts 1.1.85 → 1.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/std/common.css +54 -0
- package/css/std/controls/action-handler/action-handler-info.css +1 -1
- package/css/std/controls/action-handler/action-handler.css +9 -18
- package/css/std/controls/action-handler/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/action-handler/img/cancel-red-big.svg +5 -0
- package/css/std/controls/action-handler/img/collapse-bottom.svg +5 -0
- package/css/std/controls/action-handler/img/collapse-up.svg +3 -0
- package/css/std/controls/action-handler/img/error.svg +6 -0
- package/css/std/controls/action-handler/img/progress.svg +1 -0
- package/css/std/controls/action-handler/img/question.svg +10 -0
- package/css/std/controls/action-handler/img/success.svg +7 -0
- package/css/std/controls/action-handler/img/warning.svg +10 -0
- package/css/std/controls/activity-item/activity-message.css +1 -2
- package/css/std/controls/activity-item/img/activity-arrow.svg +3 -0
- package/css/std/controls/alert/alert.css +4 -7
- package/css/std/controls/alert/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/alert/img/error.svg +6 -0
- package/css/std/controls/alert/img/success.svg +7 -0
- package/css/std/controls/alert/img/warning.svg +10 -0
- package/css/std/controls/bim-viewer/bim-viewer-index.css +22 -44
- package/css/std/controls/bim-viewer/bim-viewer.css +1 -2
- package/css/std/controls/bim-viewer/img/angle-measurements-create.svg +14 -0
- package/css/std/controls/bim-viewer/img/angle-measurements-toggle.svg +15 -0
- package/css/std/controls/bim-viewer/img/bcf-json-load.svg +16 -0
- package/css/std/controls/bim-viewer/img/bcf-json-save.svg +16 -0
- package/css/std/controls/bim-viewer/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/bim-viewer/img/compare-clear.svg +7 -0
- package/css/std/controls/bim-viewer/img/compare-one-over-one.svg +11 -0
- package/css/std/controls/bim-viewer/img/compare-side-by-side.svg +4 -0
- package/css/std/controls/bim-viewer/img/compare.svg +15 -0
- package/css/std/controls/bim-viewer/img/delete-active.svg +11 -0
- package/css/std/controls/bim-viewer/img/delete.svg +11 -0
- package/css/std/controls/bim-viewer/img/distance-measurements-create.svg +12 -0
- package/css/std/controls/bim-viewer/img/distance-measurements-toggle.svg +13 -0
- package/css/std/controls/bim-viewer/img/draw-annotation.svg +13 -0
- package/css/std/controls/bim-viewer/img/hide-annotation.svg +13 -0
- package/css/std/controls/bim-viewer/img/section-plan-clear.svg +12 -0
- package/css/std/controls/bim-viewer/img/section-plan-toggle.svg +12 -0
- package/css/std/controls/bim-viewer/img/section-plan.svg +11 -0
- package/css/std/controls/bim-viewer/img/show-all-notes.svg +14 -0
- package/css/std/controls/bim-viewer/img/show-annotation.svg +12 -0
- package/css/std/controls/bim-viewer/img/show-version-notes.svg +15 -0
- package/css/std/controls/bim-viewer/img/sidebar-notes-toggle.svg +24 -0
- package/css/std/controls/bim-viewer/img/storey-map-camera.svg +15 -0
- package/css/std/controls/bim-viewer/img/storey-views-toggle.svg +11 -0
- package/css/std/controls/bim-viewer/img/toggle-textures.svg +133 -0
- package/css/std/controls/bim-viewer/img/treeview.svg +17 -0
- package/css/std/controls/bim-viewer/storey-views.css +1 -2
- package/css/std/controls/bim-viewer/toolbar.css +20 -40
- package/css/std/controls/breadcrumbs/breadcrumbs.css +4 -8
- package/css/std/controls/breadcrumbs/img/breadcrumbs-arrow.svg +3 -0
- package/css/std/controls/breadcrumbs/img/breadcrumbs-button.svg +6 -0
- package/css/std/controls/breadcrumbs/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/breadcrumbs/img/root-folder.svg +5 -0
- package/css/std/controls/button/button.css +4 -4
- package/css/std/controls/button-group/button-group.css +11 -0
- package/css/std/controls/center-align-control-group/center-align-control-group.css +3 -0
- package/css/std/controls/checkbox/checkbox.css +3 -4
- package/css/std/controls/checkbox/img/checkbox-big-active.svg +4 -0
- package/css/std/controls/checkbox/img/checkbox-big-empty.svg +5 -0
- package/css/std/controls/command-menu/command-menu-button.css +2 -2
- package/css/std/controls/command-menu/command-menu-dropdown-button.css +7 -9
- package/css/std/controls/command-menu/img/collapse-bottom.svg +5 -0
- package/css/std/controls/command-menu/img/collapse-up.svg +3 -0
- package/css/std/controls/command-menu/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/criterion/criterion.css +6 -9
- package/css/std/controls/criterion/img/cancel-grey.svg +3 -0
- package/css/std/controls/criterion/img/collapse-bottom.svg +5 -0
- package/css/std/controls/criterion/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/date-picker/date-picker.css +5 -9
- package/css/std/controls/date-picker/img/collapse-left-grey.svg +3 -0
- package/css/std/controls/date-picker/img/collapse-right-grey.svg +3 -0
- package/css/std/controls/date-picker/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/date-picker/img/date-picker.svg +6 -0
- package/css/std/controls/date-picker/img/error-message.svg +6 -0
- package/css/std/controls/dialog/dialog-button-close.css +7 -6
- package/css/std/controls/dialog/dialog-header.css +3 -1
- package/css/std/controls/dialog/img/cancel-white.svg +3 -0
- package/css/std/controls/dropdown-button/dropdown-button.css +4 -6
- package/css/std/controls/dropdown-button/img/context-button.svg +5 -0
- package/css/std/controls/dropdown-button/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/expand-control-group/expand-control-group.css +48 -0
- package/css/std/controls/expand-control-group/img/collapse-bottom.svg +5 -0
- package/css/std/controls/expand-control-group/img/collapse-up.svg +3 -0
- package/css/std/controls/file-version-select/file-version-select.css +14 -8
- package/css/std/controls/file-version-select/img/collapse-up.svg +3 -0
- package/css/std/controls/file-version-select/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/header/header-customer-logo.css +7 -0
- package/css/std/controls/header/header-nav-bar-sidebar-button.css +23 -0
- package/css/std/controls/header/header-nav-bar.css +5 -0
- package/css/std/controls/header/header-nav-service.css +7 -0
- package/css/std/controls/header/header.css +5 -0
- package/css/std/controls/header/img/nav-bar-button-active.svg +1 -0
- package/css/std/controls/header/img/nav-bar-button.svg +1 -0
- package/css/std/controls/image-picker/image-picker.css +5 -6
- package/css/std/controls/image-picker/img/image-picker.svg +22 -0
- package/css/std/controls/input/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/input/img/error-message.svg +6 -0
- package/css/std/controls/input/input.css +2 -3
- package/css/std/controls/issue-tile/img/button-more.svg +6 -0
- package/css/std/controls/issue-tile/issue-tile-footer.css +1 -2
- package/css/std/controls/login/img/copyright.svg +3 -0
- package/css/std/controls/login/img/ru.svg +14 -0
- package/css/std/controls/login/login.css +2 -8
- package/css/std/controls/lookup-picker/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/lookup-picker/img/cancel-red.svg +3 -0
- package/css/std/controls/lookup-picker/img/collapse-bottom-red.svg +5 -0
- package/css/std/controls/lookup-picker/img/collapse-bottom.svg +5 -0
- package/css/std/controls/lookup-picker/img/collapse-up-blue.svg +5 -0
- package/css/std/controls/lookup-picker/img/collapse-up.svg +3 -0
- package/css/std/controls/lookup-picker/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/lookup-picker/img/error-message.svg +6 -0
- package/css/std/controls/lookup-picker/lookup-picker-selected-item.css +1 -2
- package/css/std/controls/lookup-picker/lookup-picker.css +7 -13
- package/css/std/controls/main/main.css +32 -0
- package/css/std/controls/message-input/img/paperclip.svg +5 -0
- package/css/std/controls/message-input/img/send.svg +8 -0
- package/css/std/controls/message-input/message-input.css +2 -4
- package/css/std/controls/page-layout/page-layout.css +6 -0
- package/css/std/controls/password-input/img/hide-password.svg +1 -0
- package/css/std/controls/password-input/img/show-password.svg +6 -0
- package/css/std/controls/password-input/password-input.css +2 -4
- package/css/std/controls/pdf-viewer/compare.css +2 -4
- package/css/std/controls/pdf-viewer/custom.css +20 -48
- package/css/std/controls/pdf-viewer/img/annotation-check.svg +11 -0
- package/css/std/controls/pdf-viewer/img/annotation-comment.svg +16 -0
- package/css/std/controls/pdf-viewer/img/annotation-help.svg +26 -0
- package/css/std/controls/pdf-viewer/img/annotation-insert.svg +10 -0
- package/css/std/controls/pdf-viewer/img/annotation-key.svg +11 -0
- package/css/std/controls/pdf-viewer/img/annotation-newparagraph.svg +11 -0
- package/css/std/controls/pdf-viewer/img/annotation-noicon.svg +7 -0
- package/css/std/controls/pdf-viewer/img/annotation-note.svg +42 -0
- package/css/std/controls/pdf-viewer/img/annotation-paperclip.svg +6 -0
- package/css/std/controls/pdf-viewer/img/annotation-paragraph.svg +16 -0
- package/css/std/controls/pdf-viewer/img/annotation-pushpin.svg +7 -0
- package/css/std/controls/pdf-viewer/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/pdf-viewer/img/cursor-editorFreeText.svg +3 -0
- package/css/std/controls/pdf-viewer/img/cursor-editorInk.svg +4 -0
- package/css/std/controls/pdf-viewer/img/delete-active.svg +11 -0
- package/css/std/controls/pdf-viewer/img/delete.svg +11 -0
- package/css/std/controls/pdf-viewer/img/do-compare.svg +4 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-arrow.svg +10 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-cloud.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-ellipse.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-line.svg +10 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-polygon.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-rect.svg +3 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-arrow.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-cloud.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-ellipse.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-line.svg +6 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar-polygon.svg +13 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation-toolbar.svg +13 -0
- package/css/std/controls/pdf-viewer/img/dropdown-arrow.svg +3 -0
- package/css/std/controls/pdf-viewer/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/pdf-viewer/img/findbarButton-next.svg +3 -0
- package/css/std/controls/pdf-viewer/img/findbarButton-previous.svg +3 -0
- package/css/std/controls/pdf-viewer/img/gv-toolbarButton-download.svg +3 -0
- package/css/std/controls/pdf-viewer/img/gv-toolbarButton-openinapp.svg +11 -0
- package/css/std/controls/pdf-viewer/img/hide-annotation.svg +13 -0
- package/css/std/controls/pdf-viewer/img/layer-unvisible.svg +12 -0
- package/css/std/controls/pdf-viewer/img/layer-visible.svg +4 -0
- package/css/std/controls/pdf-viewer/img/loading-dark.svg +24 -0
- package/css/std/controls/pdf-viewer/img/loading.svg +1 -0
- package/css/std/controls/pdf-viewer/img/preloader.svg +1 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-documentProperties.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-firstPage.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-handTool.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-lastPage.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-rotateCcw.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-rotateCw.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollHorizontal.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollPage.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollVertical.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-scrollWrapped.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-selectTool.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-spreadEven.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-spreadNone.svg +3 -0
- package/css/std/controls/pdf-viewer/img/secondaryToolbarButton-spreadOdd.svg +3 -0
- package/css/std/controls/pdf-viewer/img/show-annotation.svg +12 -0
- package/css/std/controls/pdf-viewer/img/sidebar-notes-toggle.svg +12 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-bookmark.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-currentOutlineItem.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-download.svg +4 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-editorFreeText.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-editorInk.svg +4 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-editorStamp.svg +8 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-menuArrow.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-openFile.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-pageDown.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-pageUp.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-presentationMode.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-print.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-search.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-secondaryToolbarToggle.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-sidebarToggle.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewAttachments.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewLayers.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewOutline.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-viewThumbnail.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-zoomIn.svg +3 -0
- package/css/std/controls/pdf-viewer/img/toolbarButton-zoomOut.svg +3 -0
- package/css/std/controls/pdf-viewer/img/treeitem-collapsed.svg +1 -0
- package/css/std/controls/pdf-viewer/img/treeitem-expanded.svg +1 -0
- package/css/std/controls/pdf-viewer/pdf-viewer-index.css +72 -147
- package/css/std/controls/pdf-viewer/pdf-viewer.css +2 -4
- package/css/std/controls/pdf-viewer/viewer-theme.css +2 -4
- package/css/std/controls/pdf-viewer/viewer.css +46 -87
- package/css/std/controls/product-title/product-title.css +20 -0
- package/css/std/controls/progress/progress.css +121 -0
- package/css/std/controls/radio/img/radio-active-disabled.svg +3 -0
- package/css/std/controls/radio/img/radio-active.svg +3 -0
- package/css/std/controls/radio/img/radio-empty-disabled.svg +3 -0
- package/css/std/controls/radio/img/radio-empty.svg +3 -0
- package/css/std/controls/radio/radio.css +66 -0
- package/css/std/controls/right-align-control-group/right-align-control-group.css +10 -0
- package/css/std/controls/route-item/img/collapse-bottom-small.svg +5 -0
- package/css/std/controls/route-item/img/collapse-right-small.svg +1 -0
- package/css/std/controls/route-item/img/comment-hidden.svg +7 -0
- package/css/std/controls/route-item/img/comment.svg +6 -0
- package/css/std/controls/route-item/route-item.css +4 -8
- package/css/std/controls/search/img/cancel-black.svg +3 -0
- package/css/std/controls/search/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/search/img/search-settings.svg +9 -0
- package/css/std/controls/search/img/search.svg +5 -0
- package/css/std/controls/search/input.css +4 -8
- package/css/std/controls/sidebar/img/bottom-menu-button-more.svg +5 -0
- package/css/std/controls/sidebar/img/collapse-bottom-black.svg +1 -0
- package/css/std/controls/sidebar/img/collapse-bottom-blue.svg +3 -0
- package/css/std/controls/sidebar/img/list-marker-active.svg +3 -0
- package/css/std/controls/sidebar/img/list-marker.svg +3 -0
- package/css/std/controls/sidebar/sidebar-item.css +7 -18
- package/css/std/controls/sidebar/sidebar.css +1 -2
- package/css/std/controls/splitter/img/splitter-handle-bar-drag.svg +6 -0
- package/css/std/controls/splitter/splitter.css +1 -2
- package/css/std/controls/tab-group/tab-group.css +4 -6
- package/css/std/controls/table-view/img/cancel-grey.svg +3 -0
- package/css/std/controls/table-view/img/cancel-white.svg +3 -0
- package/css/std/controls/table-view/img/check.svg +10 -0
- package/css/std/controls/table-view/img/checkbox-active.svg +4 -0
- package/css/std/controls/table-view/img/checkbox-big-active.svg +4 -0
- package/css/std/controls/table-view/img/checkbox-big-empty.svg +5 -0
- package/css/std/controls/table-view/img/checkbox-big-undetermined.svg +4 -0
- package/css/std/controls/table-view/img/checkbox-empty.svg +3 -0
- package/css/std/controls/table-view/img/collapse-bottom-black.svg +5 -0
- package/css/std/controls/table-view/img/collapse-right-grey.svg +3 -0
- package/css/std/controls/table-view/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/table-view/img/filter/filter-cancel-white.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-contains-white.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-contains.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-ends-in-white.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-ends-in.svg +6 -0
- package/css/std/controls/table-view/img/filter/filter-equal-white.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-equal.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-lower-white.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-lower.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-more-white.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-math-equal-more.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-lower-white.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-lower.svg +3 -0
- package/css/std/controls/table-view/img/filter/filter-math-more-white.svg +4 -0
- package/css/std/controls/table-view/img/filter/filter-math-more.svg +3 -0
- package/css/std/controls/table-view/img/filter/filter-not-contains-white.svg +9 -0
- package/css/std/controls/table-view/img/filter/filter-not-contains.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-not-edns-in-white.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-not-edns-in.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-not-equal-white.svg +6 -0
- package/css/std/controls/table-view/img/filter/filter-not-equal.svg +5 -0
- package/css/std/controls/table-view/img/filter/filter-not-start-with-white.svg +8 -0
- package/css/std/controls/table-view/img/filter/filter-not-start-with.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-start-with-white.svg +7 -0
- package/css/std/controls/table-view/img/filter/filter-start-with.svg +6 -0
- package/css/std/controls/table-view/img/group-collapse-bottom.svg +19 -0
- package/css/std/controls/table-view/img/group-collapse-right.svg +19 -0
- package/css/std/controls/table-view/img/preloader.svg +1 -0
- package/css/std/controls/table-view/img/question.svg +10 -0
- package/css/std/controls/table-view/img/sort-bottom.svg +3 -0
- package/css/std/controls/table-view/img/sort-top.svg +3 -0
- package/css/std/controls/table-view/img/tooltip-arrow.svg +1 -0
- package/css/std/controls/table-view/table-view.css +12 -13
- package/css/std/controls/table-view/treegrid.css +50 -95
- package/css/std/controls/table-view-detail/table-view-detail.css +15 -0
- package/css/std/controls/task-tile/img/cancel-dark-grey.svg +5 -0
- package/css/std/controls/task-tile/task-tile.css +1 -2
- package/css/std/controls/task-user-list/task-user-list.css +23 -0
- package/css/std/controls/time-picker/img/copy-to-clipboard.svg +4 -0
- package/css/std/controls/time-picker/img/error-message.svg +6 -0
- package/css/std/controls/time-picker/img/time-picker.svg +6 -0
- package/css/std/controls/time-picker/time-picker.css +5 -6
- package/css/std/controls/tooltip/img/tooltip-arrow.svg +1 -0
- package/css/std/controls/tooltip/tooltip.css +1 -1
- package/css/std/controls/tree-view/img/checkbox-big-active.svg +4 -0
- package/css/std/controls/tree-view/img/checkbox-big-empty.svg +5 -0
- package/css/std/controls/tree-view/img/checkbox-big-undetermined.svg +4 -0
- package/css/std/controls/tree-view/img/collapse-bottom-grey.svg +3 -0
- package/css/std/controls/tree-view/img/collapse-right-grey.svg +3 -0
- package/css/std/controls/tree-view/img/folder-closed-selected.svg +3 -0
- package/css/std/controls/tree-view/img/folder-closed.svg +3 -0
- package/css/std/controls/tree-view/img/folder-opened-selected.svg +4 -0
- package/css/std/controls/tree-view/img/folder-opened.svg +4 -0
- package/css/std/controls/tree-view/img/root-folder.svg +5 -0
- package/css/std/controls/tree-view/tree-view-context-menu.css +1 -2
- package/css/std/controls/tree-view/tree-view.css +10 -20
- package/css/std/controls/uploader/img/cancel-grey.svg +3 -0
- package/css/std/controls/uploader/img/collapse-bottom.svg +5 -0
- package/css/std/controls/uploader/img/collapse-up.svg +3 -0
- package/css/std/controls/uploader/img/success.svg +7 -0
- package/css/std/controls/uploader/img/upload-blue.svg +3 -0
- package/css/std/controls/uploader/uploader.css +12 -55
- package/css/std/controls/user-profile/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/user-profile/user-profile.css +2 -3
- package/css/std/fonts/Inter-Light.ttf +0 -0
- package/css/std/fonts/Inter-Medium.ttf +0 -0
- package/css/std/fonts/Inter-Regular.ttf +0 -0
- package/css/std/fonts/Inter-SemiBold.ttf +0 -0
- package/css/third-party/bootstrap/bootstrap.min.css +7 -0
- package/css/white/common.css +74 -0
- package/css/white/controls/alert/alert.css +180 -0
- package/css/white/controls/avatar/avatar.css +18 -0
- package/css/white/controls/button/button.css +98 -0
- package/css/white/controls/button-group/button-group.css +11 -0
- package/css/white/controls/center-align-control-group/center-align-control-group.css +3 -0
- package/css/white/controls/checkbox/checkbox.css +31 -0
- package/css/white/controls/command-menu/command-menu-button.css +43 -0
- package/css/white/controls/command-menu/command-menu-dropdown-button.css +30 -0
- package/css/white/controls/command-menu/command-menu-item.css +89 -0
- package/css/white/controls/command-menu/command-menu-lookup-picker.css +48 -0
- package/css/white/controls/command-menu/command-menu.css +83 -0
- package/css/white/controls/date-time-picker/kendo-date-time-picker.css +208 -0
- package/css/white/controls/dialog/dialog-button-close.css +42 -0
- package/css/white/controls/dialog/dialog-button.css +26 -0
- package/css/white/controls/dialog/dialog-content.css +63 -0
- package/css/white/controls/dialog/dialog-footer.css +15 -0
- package/css/white/controls/dialog/dialog-header.css +6 -0
- package/css/white/controls/dialog/dialog.css +52 -0
- package/css/white/controls/dropdown-button/dropdown-button.css +107 -0
- package/css/white/controls/expand-control-group/expand-control-group.css +48 -0
- package/css/white/controls/expand-control-group/img/ico-collapse.svg +9 -0
- package/css/white/controls/expand-control-group/img/ico-expand.svg +9 -0
- package/css/white/controls/header/header-customer-logo.css +9 -0
- package/css/white/controls/header/header-nav-bar-sidebar-button.css +22 -0
- package/css/white/controls/header/header-nav-bar.css +21 -0
- package/css/white/controls/header/header-nav-service.css +14 -0
- package/css/white/controls/header/header.css +6 -0
- package/css/white/controls/image/image.css +17 -0
- package/css/white/controls/input/input.css +103 -0
- package/css/white/controls/label/label.css +8 -0
- package/css/white/controls/lookup-picker/lookup-picker-placeholder.css +3 -0
- package/css/white/controls/lookup-picker/lookup-picker-selected-item.css +21 -0
- package/css/white/controls/lookup-picker/lookup-picker-value-list.css +59 -0
- package/css/white/controls/lookup-picker/lookup-picker.css +83 -0
- package/css/white/controls/main/main.css +23 -0
- package/css/white/controls/message-input/message-input.css +103 -0
- package/css/white/controls/page-layout/page-layout.css +5 -0
- package/css/white/controls/product-title/product-title.css +22 -0
- package/css/white/controls/progress/progress.css +121 -0
- package/css/white/controls/radio/radio.css +19 -0
- package/css/white/controls/right-align-control-group/right-align-control-group.css +10 -0
- package/css/white/controls/table-view-detail/table-view-detail.css +147 -0
- package/css/white/controls/task-tile/task-tile.css +89 -0
- package/css/white/controls/task-user-list/task-user-list.css +23 -0
- package/css/white/controls/user-profile/user-profile.css +127 -0
- package/css/white/fonts/GraphikLCG-Bold.ttf +0 -0
- package/css/white/fonts/GraphikLCG-Medium.ttf +0 -0
- package/css/white/fonts/GraphikLCG-Regular.ttf +0 -0
- package/dist/index.css +776 -427
- package/dist/index.js +1103 -2191
- package/dist/index.js.map +1 -1
- package/dist/src/constants/Factory.d.ts +1 -0
- package/dist/src/controls/ButtonGroup/ButtonGroup.d.ts +6 -0
- package/dist/src/controls/CenterAlignControlGroup/CenterAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/Checkbox/Checkbox.d.ts +2 -2
- package/dist/src/controls/ExpandControlGroup/ExpandControlGroup.d.ts +10 -0
- package/dist/src/controls/FileVersionSelect/Item.d.ts +2 -0
- package/dist/src/controls/Header/Header.d.ts +11 -0
- package/dist/src/controls/Header/HeaderConstants.d.ts +3 -0
- package/dist/src/controls/Header/HeaderNavBar.d.ts +6 -0
- package/dist/src/controls/Header/HeaderNavService.d.ts +6 -0
- package/dist/src/controls/Header/SidebarButton.d.ts +6 -0
- package/dist/src/controls/Image/Image.d.ts +12 -0
- package/dist/src/controls/ImagePicker/ImagePicker.d.ts +2 -2
- package/dist/src/controls/LeftAlignControlGroup/LeftAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/Login/Login.d.ts +1 -0
- package/dist/src/controls/Main/Main.d.ts +6 -0
- package/dist/src/controls/PageLayout/PageLayout.d.ts +9 -0
- package/dist/src/controls/ProductTitle/ProductTitle.d.ts +11 -0
- package/dist/src/controls/Progress/Progress.d.ts +6 -0
- package/dist/src/controls/Radio/Radio.d.ts +14 -0
- package/dist/src/controls/RightAlignControlGroup/RightAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/ScriptLoader/ScriptLoader.d.ts +10 -0
- package/dist/src/controls/ScriptLoader/ScriptLoaderConstants.d.ts +3 -0
- package/dist/src/controls/Sidebar/Sidebar.d.ts +2 -1
- package/dist/src/controls/Sidebar/SidebarConstants.d.ts +5 -0
- package/dist/src/controls/TableViewDetail/TableViewDetail.d.ts +6 -0
- package/dist/src/controls/TaskUserList/TaskUserList.d.ts +6 -0
- package/dist/src/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +1 -0
- package/dist/src/index.d.ts +34 -2
- package/dist/src/services/LocalStorageService.d.ts +4 -0
- package/lib/jquery/jquery-3.3.1.js +10364 -0
- package/lib/kendo/kendo.all.min.js +145 -0
- package/lib/kendo/kendo.culture.ru-RU.min.js +26 -0
- package/lib/kendo/kendo.messages.ru-RU.min.js +47 -0
- package/lib/signalr/signalr.js +3115 -0
- package/lib/third-party.js +13701 -0
- package/package.json +4 -3
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
- /package/css/std/controls/{icon/icon.css → image/image.css} +0 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
|
+
@import url('@vitrosoftware/common-ui-ts/css/third-party/bootstrap/bootstrap.min.css');
|
|
1
2
|
@import url('@vitrosoftware/common-ui-ts/css/third-party/kendo/kendo.css');
|
|
2
3
|
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: InterLight;
|
|
6
|
+
src: local('Inter-Light.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-Light.ttf);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: InterRegular;
|
|
11
|
+
src: local('Inter-Regular.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-Regular.ttf);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: InterMedium;
|
|
16
|
+
src: local('Inter-Medium.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-Medium.ttf);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: InterSemiBold;
|
|
21
|
+
src: local('Inter-SemiBold.ttf'), url(@vitrosoftware/common-ui-ts/css/std/fonts/Inter-SemiBold.ttf);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@supports (-webkit-touch-callout: none) {
|
|
25
|
+
body {
|
|
26
|
+
height: -webkit-fill-available;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
html {
|
|
31
|
+
min-width: 320px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
body {
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
font-family: 'InterRegular', sans-serif !important;
|
|
37
|
+
font-size: 14px !important;
|
|
38
|
+
line-height: 16px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
body, input, textarea {
|
|
42
|
+
color: #222d44;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
input, textarea {
|
|
46
|
+
outline: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
a {
|
|
50
|
+
text-decoration: none !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
:focus {
|
|
54
|
+
outline: none;
|
|
55
|
+
}
|
|
56
|
+
|
|
3
57
|
html, body {
|
|
4
58
|
overscroll-behavior-x: none;
|
|
5
59
|
}
|
|
@@ -121,8 +175,7 @@ html, body {
|
|
|
121
175
|
background-size: 100%;
|
|
122
176
|
background-position: center;
|
|
123
177
|
background-repeat: no-repeat;
|
|
124
|
-
|
|
125
|
-
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.1851C6 12.3633 6.21543 12.4525 6.34142 12.3265L10.5252 8.14272C10.6034 8.06462 10.6034 7.93799 10.5252 7.85988L6.34142 3.67606C6.21543 3.55006 6 3.6393 6 3.81748L6 12.1851Z' fill='%238E98A3'/%3E%3C/svg%3E%0A");
|
|
178
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/breadcrumbs-arrow.svg');
|
|
126
179
|
}
|
|
127
180
|
|
|
128
181
|
._breadcrumbs_vitro-breadcrumbs-button_3fazq3c::after {
|
|
@@ -145,8 +198,7 @@ html, body {
|
|
|
145
198
|
position: relative;
|
|
146
199
|
background-repeat: no-repeat;
|
|
147
200
|
background-size: 100%;
|
|
148
|
-
|
|
149
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='header-super-next-btn'%3E%3Cpath id='Vector 11' d='M10 15L15 10L10 5' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector 10' d='M4 15L9 10L4 5' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
201
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/breadcrumbs-button.svg');
|
|
150
202
|
}
|
|
151
203
|
|
|
152
204
|
._breadcrumbs_vitro-root_1S5-6AY {
|
|
@@ -158,8 +210,7 @@ html, body {
|
|
|
158
210
|
height: 20px;
|
|
159
211
|
display: inline-block;
|
|
160
212
|
background-size: 100%;
|
|
161
|
-
|
|
162
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V18C21.5 19.3807 20.3807 20.5 19 20.5H5C3.61929 20.5 2.5 19.3807 2.5 18V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355Z' stroke='%23999B9D' stroke-linejoin='round'/%3E%3Cpath d='M8 16L12 10' stroke='%23999B9D' stroke-linecap='round'/%3E%3Cpath d='M12 16L16 16' stroke='%23999B9D' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
|
|
213
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/root-folder.svg');
|
|
163
214
|
}
|
|
164
215
|
|
|
165
216
|
._breadcrumbs_vitro-drop-down-list_2PhrR2a {
|
|
@@ -185,8 +236,7 @@ html, body {
|
|
|
185
236
|
position: absolute;
|
|
186
237
|
top: -21px;
|
|
187
238
|
left: 12px;
|
|
188
|
-
|
|
189
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_778_105705)'%3E%3Cpath d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
239
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/breadcrumbs/img/dropdown-menu-arrow.svg');
|
|
190
240
|
}
|
|
191
241
|
|
|
192
242
|
._breadcrumbs_vitro-drop-down-list_2PhrR2a ul {
|
|
@@ -451,28 +501,23 @@ html, body {
|
|
|
451
501
|
}
|
|
452
502
|
|
|
453
503
|
._tree-view_vitro-tree-view_3oii-CW .vitro-root-node > .jstree-anchor > .jstree-icon.folder {
|
|
454
|
-
|
|
455
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V18C21.5 19.3807 20.3807 20.5 19 20.5H5C3.61929 20.5 2.5 19.3807 2.5 18V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355Z' stroke='%23999B9D' stroke-linejoin='round'/%3E%3Cpath d='M8 16L12 10' stroke='%23999B9D' stroke-linecap='round'/%3E%3Cpath d='M12 16L16 16' stroke='%23999B9D' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
|
|
504
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/root-folder.svg') !important;
|
|
456
505
|
}
|
|
457
506
|
|
|
458
507
|
._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-open .jstree-anchor.jstree-clicked .jstree-icon.folder {
|
|
459
|
-
|
|
460
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49122 10.6332L5.65217 11.0749L5.49122 10.6332C5.26752 10.7147 4.93925 10.8561 4.68041 11.0743C4.28128 11.4108 4.07788 11.784 3.94081 12.1788C3.87518 12.3678 3.82376 12.5649 3.77492 12.7552C3.77085 12.771 3.76679 12.7869 3.76273 12.8027C3.71679 12.982 3.67084 13.1614 3.61215 13.3538C3.50172 13.7159 2.92642 15.3491 2.5 16.5402V12V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V10.7919C21.1397 10.6006 20.7373 10.5 20.3277 10.5H18.9908H12H12L6.34573 10.4998C6.08284 10.4998 5.78546 10.526 5.49122 10.6332Z' stroke='%23326AD6' stroke-linejoin='round'/%3E%3Cpath d='M3.3971 12.2106C3.75306 10.9055 4.93853 10 6.29139 10H20.0722C22.0504 10 23.487 11.8809 22.9665 13.7894L21.6029 18.7894C21.2469 20.0945 20.0615 21 18.7086 21H4.92775C2.94963 21 1.51298 19.1191 2.03346 17.2106L3.3971 12.2106Z' fill='%234292F7'/%3E%3C/svg%3E%0A");
|
|
508
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/folder-opened-selected.svg');
|
|
461
509
|
}
|
|
462
510
|
|
|
463
511
|
._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-open .jstree-anchor .jstree-icon.folder {
|
|
464
|
-
|
|
465
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49122 10.6332L5.65217 11.0749L5.49122 10.6332C5.26752 10.7147 4.93925 10.8561 4.68041 11.0743C4.28128 11.4108 4.07788 11.784 3.94081 12.1788C3.87518 12.3678 3.82376 12.5649 3.77492 12.7552C3.77085 12.771 3.76679 12.7869 3.76273 12.8027C3.71679 12.982 3.67084 13.1614 3.61215 13.3538C3.50172 13.7159 2.92642 15.3491 2.5 16.5402V12V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V10.7919C21.1397 10.6006 20.7373 10.5 20.3277 10.5H18.9908H12H12L6.34573 10.4998C6.08284 10.4998 5.78546 10.526 5.49122 10.6332Z' stroke='%23999B9D' stroke-linejoin='round'/%3E%3Cpath d='M3.87948 12.3422C4.17611 11.2546 5.16401 10.5 6.29139 10.5H20.0722C21.7207 10.5 22.9179 12.0674 22.4842 13.6578L21.1205 18.6578C20.8239 19.7454 19.836 20.5 18.7086 20.5H4.92775C3.27932 20.5 2.08211 18.9326 2.51584 17.3422L3.87948 12.3422Z' stroke='%23999B9D'/%3E%3C/svg%3E%0A");
|
|
512
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/folder-opened.svg');
|
|
466
513
|
}
|
|
467
514
|
|
|
468
515
|
._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-closed .jstree-anchor.jstree-clicked .jstree-icon.folder, ._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-leaf .jstree-anchor.jstree-clicked .jstree-icon.folder {
|
|
469
|
-
|
|
470
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6464 6.35355C10.7402 6.44732 10.8674 6.5 11 6.5H19C20.3807 6.5 21.5 7.61929 21.5 9V17C21.5 18.3807 20.3807 19.5 19 19.5H5C3.61929 19.5 2.5 18.3807 2.5 17V7C2.5 5.61929 3.61929 4.5 5 4.5H7.75736C8.4204 4.5 9.05629 4.76339 9.52513 5.23223L10.6464 6.35355Z' fill='%234292F7' stroke='%234292F7' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
516
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/folder-closed-selected.svg');
|
|
471
517
|
}
|
|
472
518
|
|
|
473
519
|
._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-closed .jstree-anchor .jstree-icon.folder, ._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-leaf .jstree-anchor .jstree-icon.folder {
|
|
474
|
-
|
|
475
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6464 6.35355C10.7402 6.44732 10.8674 6.5 11 6.5H19C20.3807 6.5 21.5 7.61929 21.5 9V17C21.5 18.3807 20.3807 19.5 19 19.5H5C3.61929 19.5 2.5 18.3807 2.5 17V7C2.5 5.61929 3.61929 4.5 5 4.5H7.75736C8.4204 4.5 9.05629 4.76339 9.52513 5.23223L10.6464 6.35355Z' stroke='%23999B9D' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
520
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/folder-closed.svg');
|
|
476
521
|
}
|
|
477
522
|
|
|
478
523
|
._tree-view_vitro-tree-view_3oii-CW .jstree-icon {
|
|
@@ -484,32 +529,149 @@ html, body {
|
|
|
484
529
|
}
|
|
485
530
|
|
|
486
531
|
._tree-view_vitro-tree-view_3oii-CW .jstree-open > .jstree-icon.jstree-ocl {
|
|
487
|
-
|
|
488
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 10L12 15L7 10' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
532
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/collapse-bottom-grey.svg');
|
|
489
533
|
background-repeat: no-repeat;
|
|
490
534
|
background-position: center center !important;
|
|
491
535
|
}
|
|
492
536
|
|
|
493
537
|
._tree-view_vitro-tree-view_3oii-CW .jstree-closed > .jstree-icon.jstree-ocl {
|
|
494
|
-
|
|
495
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 7L14.5 12L9.5 17' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
538
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/collapse-right-grey.svg');
|
|
496
539
|
background-repeat: no-repeat;
|
|
497
540
|
background-position: center center !important;
|
|
498
541
|
}
|
|
499
542
|
|
|
500
543
|
._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox {
|
|
501
|
-
|
|
502
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='19' height='19' rx='2' stroke='%23C0CAD5'/%3E%3C/svg%3E%0A");
|
|
544
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/checkbox-big-empty.svg');
|
|
503
545
|
}
|
|
504
546
|
|
|
505
547
|
._tree-view_vitro-tree-view_3oii-CW .jstree-checked .jstree-checkbox {
|
|
506
|
-
|
|
507
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' rx='2.5' fill='%234292F7'/%3E%3Cpath d='M16.7062 8.50593C17.0826 8.86144 17.0996 9.45479 16.7441 9.83121L11.4316 15.4562C11.2577 15.6404 11.0166 15.7463 10.7634 15.7499C10.5101 15.7535 10.2662 15.6545 10.0871 15.4754L7.27459 12.6629C6.90847 12.2968 6.90847 11.7032 7.27459 11.3371C7.6407 10.971 8.2343 10.971 8.60041 11.3371L10.7308 13.4675L15.3809 8.54379C15.7364 8.16737 16.3298 8.15042 16.7062 8.50593Z' fill='white'/%3E%3C/svg%3E%0A");
|
|
548
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/checkbox-big-active.svg');
|
|
508
549
|
}
|
|
509
550
|
|
|
510
551
|
._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox.jstree-undetermined {
|
|
511
|
-
|
|
512
|
-
|
|
552
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/checkbox-big-undetermined.svg');
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
._progress_vitro-progress-container_3Dbhbpo {
|
|
556
|
+
width: 100%;
|
|
557
|
+
height: 100%;
|
|
558
|
+
background: #fff;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
._progress_vitro-progress_3vGd9bT {
|
|
562
|
+
position: absolute;
|
|
563
|
+
top: 50%;
|
|
564
|
+
left: 50%;
|
|
565
|
+
transform: translate(-50%,-50%);
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
._progress_lds-roller_2IRfPC2 {
|
|
569
|
+
width: 64px;
|
|
570
|
+
height: 64px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
._progress_lds-roller_2IRfPC2 div {
|
|
574
|
+
animation: _progress_lds-roller_2IRfPC2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
575
|
+
transform-origin: 32px 32px;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
._progress_lds-roller_2IRfPC2 div:after {
|
|
579
|
+
content: " ";
|
|
580
|
+
display: block;
|
|
581
|
+
position: absolute;
|
|
582
|
+
width: 6px;
|
|
583
|
+
height: 6px;
|
|
584
|
+
border-radius: 50%;
|
|
585
|
+
background: #0097ff;
|
|
586
|
+
margin: -3px 0 0 -3px;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(1) {
|
|
590
|
+
animation-delay: -0.036s;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(1):after {
|
|
594
|
+
top: 50px;
|
|
595
|
+
left: 50px;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(2) {
|
|
599
|
+
animation-delay: -0.072s;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(2):after {
|
|
603
|
+
top: 54px;
|
|
604
|
+
left: 45px;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(3) {
|
|
608
|
+
animation-delay: -0.108s;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(3):after {
|
|
612
|
+
top: 57px;
|
|
613
|
+
left: 39px;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(4) {
|
|
617
|
+
animation-delay: -0.144s;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(4):after {
|
|
621
|
+
top: 58px;
|
|
622
|
+
left: 32px;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(5) {
|
|
626
|
+
animation-delay: -0.18s;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(5):after {
|
|
630
|
+
top: 57px;
|
|
631
|
+
left: 25px;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(6) {
|
|
635
|
+
animation-delay: -0.216s;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(6):after {
|
|
639
|
+
top: 54px;
|
|
640
|
+
left: 19px;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(7) {
|
|
644
|
+
animation-delay: -0.252s;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(7):after {
|
|
648
|
+
top: 50px;
|
|
649
|
+
left: 14px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(8) {
|
|
653
|
+
animation-delay: -0.288s;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
._progress_lds-roller_2IRfPC2 div:nth-child(8):after {
|
|
657
|
+
top: 45px;
|
|
658
|
+
left: 10px;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
._progress_vitro-placeholder_PY-hLNs {
|
|
662
|
+
color: #0097ff;
|
|
663
|
+
text-align: center;
|
|
664
|
+
margin-top: 6px;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
@keyframes _progress_lds-roller_2IRfPC2 {
|
|
668
|
+
0% {
|
|
669
|
+
transform: rotate(0deg);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
100% {
|
|
673
|
+
transform: rotate(360deg);
|
|
674
|
+
}
|
|
513
675
|
}
|
|
514
676
|
|
|
515
677
|
@import url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/treegrid.css');
|
|
@@ -539,19 +701,18 @@ html, body {
|
|
|
539
701
|
|
|
540
702
|
._table-view_vitro-table-view_1tTs32D .vitro-editable-cell {
|
|
541
703
|
font-weight: bold;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.vitro-tableview-progress-message {
|
|
545
|
-
border: none !important;
|
|
546
|
-
box-shadow: none !important;
|
|
547
|
-
|
|
548
|
-
background-
|
|
549
|
-
background-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
font-
|
|
554
|
-
font-size: 10pt !important;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.vitro-tableview-progress-message {
|
|
707
|
+
border: none !important;
|
|
708
|
+
box-shadow: none !important;
|
|
709
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/img/preloader.svg');
|
|
710
|
+
background-position: center 20px;
|
|
711
|
+
background-size: 24px 24px;
|
|
712
|
+
padding-top: 56px !important;
|
|
713
|
+
text-align: center !important;
|
|
714
|
+
font-family: "InterRegular" !important;
|
|
715
|
+
font-size: 10pt !important;
|
|
555
716
|
}
|
|
556
717
|
|
|
557
718
|
.vitro-tableview-progress-message.vitro-table-view-export-message {
|
|
@@ -587,6 +748,9 @@ html, body {
|
|
|
587
748
|
width: 241px;
|
|
588
749
|
height: 96px;
|
|
589
750
|
z-index: 1;
|
|
751
|
+
-webkit-user-select: none;
|
|
752
|
+
-moz-user-select: none;
|
|
753
|
+
user-select: none;
|
|
590
754
|
}
|
|
591
755
|
|
|
592
756
|
._uploader_vitro-uploader_237vX7T.vitro-dropzone-active {
|
|
@@ -642,6 +806,8 @@ html, body {
|
|
|
642
806
|
max-height: 177px;
|
|
643
807
|
overflow-y: auto;
|
|
644
808
|
overflow-x: hidden;
|
|
809
|
+
margin-right: -12px !important;
|
|
810
|
+
padding-right: 12px !important;
|
|
645
811
|
}
|
|
646
812
|
|
|
647
813
|
._uploader_vitro-uploader_237vX7T .k-upload-files::-webkit-scrollbar {
|
|
@@ -700,46 +866,6 @@ html, body {
|
|
|
700
866
|
background-size: 100%;
|
|
701
867
|
}
|
|
702
868
|
|
|
703
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-pdf::before {
|
|
704
|
-
/* pdf.svg URL-encoder for SVG */
|
|
705
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Format'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M17.4026 0H2.60156V24H21.4021V3.9995L17.4026 0Z' fill='white'/%3E%3Cpath id='Vector_2' d='M18.2058 11.8691C17.9174 11.3551 16.9209 11.1937 16.4638 11.121C16.1035 11.0637 15.7356 11.0466 15.3712 11.0469C15.085 11.045 14.803 11.0591 14.5247 11.0749C14.4221 11.0818 14.3206 11.0907 14.2191 11.0995C14.1151 10.9918 14.0145 10.8806 13.9173 10.7668C13.2982 10.0341 12.7984 9.20305 12.3912 8.33951C12.4993 7.92226 12.5858 7.48681 12.6381 7.03458C12.7334 6.20919 12.7662 5.26854 12.4569 4.48163C12.3502 4.21003 12.0654 3.87939 11.7369 4.04404C11.3592 4.23338 11.253 4.76984 11.2222 5.15012C11.1974 5.4575 11.2148 5.76566 11.2664 6.06789C11.319 6.37218 11.4036 6.66111 11.4957 6.94964C11.5817 7.21419 11.6764 7.47668 11.7797 7.73672C11.7142 7.94142 11.6446 8.14256 11.5715 8.33856C11.4012 8.78525 11.217 9.20962 11.0398 9.61785C10.9464 9.82025 10.855 10.0184 10.7656 10.2121C10.4825 10.8339 10.1752 11.4443 9.83029 12.0343C9.0258 12.3181 8.30387 12.6471 7.70432 13.0337C7.3827 13.2415 7.0986 13.4672 6.86199 13.7147C6.63861 13.9484 6.41158 14.2516 6.39171 14.5874C6.38055 14.7769 6.45559 14.9607 6.61082 15.0732C6.82431 15.2327 7.10723 15.2221 7.35491 15.1701C8.16629 14.9999 8.78935 14.3025 9.31995 13.7146C9.68543 13.3097 10.1014 12.7956 10.5365 12.1738C10.5375 12.1724 10.5384 12.171 10.5395 12.1695C11.2858 11.9381 12.098 11.7428 12.9601 11.5992C13.3539 11.5339 13.7581 11.4805 14.1705 11.4429C14.4604 11.7145 14.7738 11.9618 15.1156 12.1683C15.3818 12.3321 15.6649 12.4704 15.9613 12.5736C16.261 12.6715 16.5625 12.7514 16.8738 12.802C17.031 12.8245 17.1918 12.8347 17.3561 12.8285C17.7227 12.8147 18.2488 12.6741 18.2833 12.2293C18.2939 12.0931 18.2646 11.9738 18.2058 11.8691ZM9.42951 12.6852C9.25781 12.9512 9.09221 13.1904 8.93619 13.4009C8.55409 13.9208 8.11769 14.5384 7.48584 14.7693C7.36584 14.8131 7.20784 14.8584 7.04129 14.8486C6.89294 14.8399 6.74666 14.7744 6.75339 14.606C6.75671 14.5178 6.79985 14.4053 6.86603 14.2948C6.93846 14.1736 7.02815 14.0625 7.12528 13.9603C7.33338 13.7416 7.59651 13.5297 7.89921 13.3335C8.36348 13.0323 8.91775 12.7612 9.53558 12.5193C9.50004 12.5755 9.46458 12.6313 9.42951 12.6852ZM11.5844 6.01533C11.5367 5.73716 11.5295 5.45512 11.5588 5.18392C11.5734 5.04832 11.601 4.91597 11.641 4.79193C11.6748 4.68665 11.748 4.4297 11.8647 4.39669C12.057 4.34223 12.1162 4.7552 12.1379 4.87204C12.2619 5.53665 12.1527 6.27576 12.0039 6.92771C11.9802 7.03141 11.9539 7.13345 11.9269 7.23509C11.8808 7.10835 11.8369 6.98122 11.7964 6.85346C11.7094 6.57443 11.6297 6.29215 11.5844 6.01533ZM12.905 11.262C12.1823 11.3791 11.4948 11.5326 10.8485 11.7138C10.9263 11.692 11.2819 11.0182 11.3612 10.8783C11.7349 10.2201 12.0406 9.52927 12.2603 8.80457C12.6482 9.5717 13.1189 10.3056 13.6973 10.9588C13.7506 11.0181 13.8047 11.0767 13.8598 11.1345C13.5357 11.1694 13.2168 11.2119 12.905 11.262ZM17.7926 12.1877C17.7661 12.3305 17.461 12.4122 17.3186 12.4347C16.8977 12.5009 16.4526 12.4479 16.0498 12.3126C15.7735 12.2199 15.5069 12.0935 15.2537 11.9416C15.002 11.7895 14.7665 11.6106 14.5463 11.4133C14.8178 11.397 15.0925 11.3863 15.3686 11.3916C15.6447 11.3943 15.923 11.4083 16.1978 11.4441C16.7132 11.5016 17.2908 11.6785 17.6965 12.013C17.7763 12.0789 17.8018 12.1372 17.7926 12.1877Z' fill='%23FB3449'/%3E%3Cpath id='Vector_3' d='M18.0215 1.99979H2.60156V0H17.4026L18.0215 1.99979Z' fill='%23FB3449'/%3E%3Cg id='Group_2'%3E%3Cpath id='Vector_4' d='M10.0453 19.0908C10.0453 19.5151 9.92022 19.8429 9.66992 20.074C9.41962 20.3052 9.0642 20.4208 8.60349 20.4208H8.31512V21.6808H7.28906V17.8828H8.60357C9.08328 17.8828 9.44353 17.9876 9.68425 18.1972C9.92497 18.4067 10.0453 18.7046 10.0453 19.0908ZM8.3152 19.5843H8.50225C8.65637 19.5843 8.77891 19.5411 8.86986 19.4544C8.96082 19.3678 9.00625 19.2483 9.00625 19.0959C9.00625 18.8396 8.86424 18.7114 8.58022 18.7114H8.3152V19.5843Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_5' d='M13.8723 19.7012C13.8723 20.3351 13.6978 20.8235 13.3489 21.1664C12.9999 21.5093 12.5093 21.6808 11.8772 21.6808H10.6484V17.8828H11.9629C12.5725 17.8828 13.0431 18.0387 13.3748 18.3504C13.7064 18.6621 13.8723 19.1125 13.8723 19.7012ZM12.8073 19.7377C12.8073 19.3895 12.7384 19.1315 12.6007 18.9635C12.4631 18.7955 12.2539 18.7115 11.9733 18.7115H11.6747V20.8391H11.9033C12.2151 20.8391 12.4436 20.7486 12.5891 20.5676C12.7345 20.3867 12.8073 20.11 12.8073 19.7377Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_6' d='M15.5652 21.6808H14.5547V17.8828H16.7992V18.7063H15.5652V19.4311H16.7031V20.2546H15.5652V21.6808Z' fill='%23A4A9AD'/%3E%3C/g%3E%3Cpath id='Vector_7' d='M17.4062 3.9995H21.4057L17.4062 0V3.9995Z' fill='%23D1D3D3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-data::before {
|
|
709
|
-
/* xls.svg URL-encoder for SVG */
|
|
710
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%234CAF50;' d='M294.656,13.014c-2.531-2.056-5.863-2.842-9.045-2.133l-277.333,64 C3.397,76.003-0.047,80.369,0,85.377v362.667c0.002,5.263,3.843,9.739,9.045,10.539l277.333,42.667 c5.823,0.895,11.269-3.099,12.164-8.921c0.082-0.535,0.124-1.076,0.124-1.617V21.377C298.676,18.124,297.199,15.045,294.656,13.014 z'/%3E%3Cpath style='fill:%234CAF50;' d='M501.334,458.71H288c-5.891,0-10.667-4.776-10.667-10.667c0-5.891,4.776-10.667,10.667-10.667 h202.667V74.71H288c-5.891,0-10.667-4.776-10.667-10.667S282.109,53.377,288,53.377h213.333c5.891,0,10.667,4.776,10.667,10.667 v384C512,453.935,507.225,458.71,501.334,458.71z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FAFAFA;' d='M202.667,352.044c-3.678,0-7.096-1.895-9.045-5.013L86.955,176.364 c-3.279-4.894-1.969-11.52,2.925-14.799s11.52-1.969,14.799,2.925c0.129,0.192,0.251,0.388,0.367,0.588l106.667,170.667 c3.11,5.003,1.576,11.58-3.427,14.691C206.599,351.484,204.653,352.041,202.667,352.044z'/%3E%3Cpath style='fill:%23FAFAFA;' d='M96,352.044c-5.891-0.012-10.657-4.797-10.645-10.688c0.004-1.992,0.566-3.943,1.621-5.632 l106.667-170.667c2.954-5.097,9.481-6.834,14.577-3.88c5.097,2.954,6.834,9.481,3.88,14.577c-0.116,0.2-0.238,0.396-0.367,0.588 L105.067,347.009C103.119,350.142,99.69,352.047,96,352.044z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%234CAF50;' d='M373.334,458.71c-5.891,0-10.667-4.776-10.667-10.667v-384c0-5.891,4.776-10.667,10.667-10.667 c5.891,0,10.667,4.776,10.667,10.667v384C384,453.935,379.225,458.71,373.334,458.71z'/%3E%3Cpath style='fill:%234CAF50;' d='M501.334,394.71H288c-5.891,0-10.667-4.776-10.667-10.667c0-5.891,4.776-10.667,10.667-10.667 h213.333c5.891,0,10.667,4.776,10.667,10.667C512,389.935,507.225,394.71,501.334,394.71z'/%3E%3Cpath style='fill:%234CAF50;' d='M501.334,330.71H288c-5.891,0-10.667-4.776-10.667-10.667c0-5.891,4.776-10.667,10.667-10.667 h213.333c5.891,0,10.667,4.776,10.667,10.667C512,325.935,507.225,330.71,501.334,330.71z'/%3E%3Cpath style='fill:%234CAF50;' d='M501.334,266.71H288c-5.891,0-10.667-4.776-10.667-10.667c0-5.891,4.776-10.667,10.667-10.667 h213.333c5.891,0,10.667,4.776,10.667,10.667C512,261.935,507.225,266.71,501.334,266.71z'/%3E%3Cpath style='fill:%234CAF50;' d='M501.334,202.71H288c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667h213.333 c5.891,0,10.667,4.776,10.667,10.667S507.225,202.71,501.334,202.71z'/%3E%3Cpath style='fill:%234CAF50;' d='M501.334,138.71H288c-5.891,0-10.667-4.776-10.667-10.667c0-5.891,4.776-10.667,10.667-10.667 h213.333c5.891,0,10.667,4.776,10.667,10.667C512,133.935,507.225,138.71,501.334,138.71z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-image::before {
|
|
714
|
-
/* jpg.svg URL-encoder for SVG */
|
|
715
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23E9E9E0;' d='M36.985,0H7.963C7.155,0,6.5,0.655,6.5,1.926V55c0,0.345,0.655,1,1.463,1h40.074 c0.808,0,1.463-0.655,1.463-1V12.978c0-0.696-0.093-0.92-0.257-1.085L37.607,0.257C37.442,0.093,37.218,0,36.985,0z' data-original='%23E9E9E0' class=''/%3E%3Cpolygon style='fill:%23D9D7CA;' points='37.5,0.151 37.5,12 49.349,12 ' data-original='%23D9D7CA'/%3E%3Ccircle style='fill:%23F3D55B;' cx='18.931' cy='14.431' r='4.569' data-original='%23F3D55B'/%3E%3Cpolygon style='fill:%2326B99A' points='6.5,39 17.5,39 49.5,39 49.5,28 39.5,18.5 29,30 23.517,24.517 ' data-original='%2326B99A' class=''/%3E%3Cpath style='fill:%2326B99A' d='M48.037,56H7.963C7.155,56,6.5,55.345,6.5,54.537V39h43v15.537C49.5,55.345,48.845,56,48.037,56z' data-original='%2314A085' class='' data-old_color='%2314A085'/%3E%3Cg%3E%3Cpath style='fill:%2326B99A' d='M21.426,42.65v7.848c0,0.474-0.087,0.873-0.26,1.196c-0.173,0.323-0.406,0.583-0.697,0.779 c-0.292,0.196-0.627,0.333-1.005,0.41C19.085,52.961,18.696,53,18.295,53c-0.201,0-0.436-0.021-0.704-0.062 c-0.269-0.041-0.547-0.104-0.834-0.191s-0.563-0.185-0.827-0.294c-0.265-0.109-0.488-0.232-0.67-0.369l0.697-1.107 c0.091,0.063,0.221,0.13,0.39,0.198c0.168,0.068,0.353,0.132,0.554,0.191c0.2,0.06,0.41,0.111,0.629,0.157 s0.424,0.068,0.615,0.068c0.483,0,0.868-0.094,1.155-0.28s0.439-0.504,0.458-0.95V42.65H21.426z' data-original='%23FFFFFF' class='active-path' data-old_color='%23FFFFFF'/%3E%3Cpath style='fill:%2326B99A' d='M25.514,52.932h-1.641V42.855h2.898c0.428,0,0.852,0.068,1.271,0.205 c0.419,0.137,0.795,0.342,1.128,0.615c0.333,0.273,0.602,0.604,0.807,0.991s0.308,0.822,0.308,1.306 c0,0.511-0.087,0.973-0.26,1.388c-0.173,0.415-0.415,0.764-0.725,1.046c-0.31,0.282-0.684,0.501-1.121,0.656 s-0.921,0.232-1.449,0.232h-1.217V52.932z M25.514,44.1v3.992h1.504c0.2,0,0.398-0.034,0.595-0.103 c0.196-0.068,0.376-0.18,0.54-0.335s0.296-0.371,0.396-0.649c0.1-0.278,0.15-0.622,0.15-1.032c0-0.164-0.023-0.354-0.068-0.567 c-0.046-0.214-0.139-0.419-0.28-0.615c-0.142-0.196-0.34-0.36-0.595-0.492C27.5,44.166,27.163,44.1,26.744,44.1H25.514z' data-original='%23FFFFFF' class='active-path' data-old_color='%23FFFFFF'/%3E%3Cpath style='fill:%2326B99A' d='M39.5,47.736v3.896c-0.21,0.265-0.444,0.48-0.704,0.649s-0.533,0.308-0.82,0.417 s-0.583,0.187-0.889,0.232C36.781,52.978,36.479,53,36.178,53c-0.602,0-1.155-0.109-1.661-0.328s-0.948-0.542-1.326-0.971 c-0.378-0.429-0.675-0.966-0.889-1.613c-0.214-0.647-0.321-1.395-0.321-2.242s0.107-1.593,0.321-2.235 c0.214-0.643,0.51-1.178,0.889-1.606c0.378-0.429,0.822-0.754,1.333-0.978c0.51-0.224,1.062-0.335,1.654-0.335 c0.547,0,1.057,0.091,1.531,0.273c0.474,0.183,0.897,0.456,1.271,0.82l-1.135,1.012c-0.219-0.265-0.47-0.456-0.752-0.574 c-0.283-0.118-0.574-0.178-0.875-0.178c-0.337,0-0.659,0.063-0.964,0.191c-0.306,0.128-0.579,0.344-0.82,0.649 c-0.242,0.306-0.431,0.699-0.567,1.183s-0.21,1.075-0.219,1.777c0.009,0.684,0.08,1.276,0.212,1.777 c0.132,0.501,0.314,0.911,0.547,1.23s0.497,0.556,0.793,0.711c0.296,0.155,0.608,0.232,0.937,0.232c0.1,0,0.234-0.007,0.403-0.021 c0.168-0.014,0.337-0.036,0.506-0.068c0.168-0.032,0.33-0.075,0.485-0.13c0.155-0.055,0.269-0.132,0.342-0.232v-2.488h-1.709 v-1.121H39.5z' data-original='%23FFFFFF' class='active-path' data-old_color='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-presentation::before {
|
|
719
|
-
/* ppt.svg URL-encoder for SVG */
|
|
720
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Format'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M17.4026 0H2.60156V24H21.4021V3.9995L17.4026 0Z' fill='white'/%3E%3Cg id='Group_2'%3E%3Cpath id='Vector_2' d='M16.6857 4.88281H7.19531V14.3732H16.6857V4.88281Z' fill='%23FF671B'/%3E%3Cpath id='Vector_3' d='M15.8594 5.70312H8.01562V13.5467H15.8594V5.70312Z' fill='white'/%3E%3Cg id='Group_3'%3E%3Cpath id='Vector_4' d='M14.734 7.29688H9.15625V11.9619H14.734V7.29688Z' fill='%23FF671B'/%3E%3Cpath id='Vector_5' d='M14.3167 7.78125H9.57812V8.38389H14.3167V7.78125Z' fill='white'/%3E%3Cpath id='Vector_6' d='M10.7619 8.90234C10.1082 8.90234 9.57812 9.43239 9.57812 10.0861C9.57812 10.7399 10.1081 11.2699 10.7619 11.2699C11.4156 11.2699 11.9457 10.7399 11.9457 10.0861H10.7619V8.90234Z' fill='white'/%3E%3Cpath id='Vector_7' d='M14.3108 8.98828H12.5V9.33927H14.3108V8.98828Z' fill='white'/%3E%3Cpath id='Vector_8' d='M14.3108 9.73438H12.5V10.0853H14.3108V9.73438Z' fill='white'/%3E%3Cpath id='Vector_9' d='M14.3108 10.4844H12.5V10.8352H14.3108V10.4844Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Vector_10' d='M18.0215 1.99979H2.60156V0H17.4026L18.0215 1.99979Z' fill='%23FF671B'/%3E%3Cg id='Group_4'%3E%3Cpath id='Vector_11' d='M10.1782 19.0908C10.1782 19.5151 10.053 19.8429 9.80281 20.074C9.55251 20.3052 9.19709 20.4208 8.73639 20.4208H8.44801V21.6808H7.42188V17.8828H8.73639C9.21609 17.8828 9.57634 17.9876 9.81706 18.1972C10.0578 18.4067 10.1782 18.7046 10.1782 19.0908ZM8.44801 19.5843H8.63506C8.78919 19.5843 8.91172 19.5411 9.00268 19.4544C9.09355 19.3678 9.13907 19.2483 9.13907 19.0959C9.13907 18.8396 8.99706 18.7114 8.71303 18.7114H8.44801V19.5843Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_12' d='M13.5376 19.0908C13.5376 19.5151 13.4124 19.8429 13.1622 20.074C12.9119 20.3052 12.5565 20.4208 12.0958 20.4208H11.8074V21.6808H10.7812V17.8828H12.0958C12.5755 17.8828 12.9356 17.9876 13.1764 18.1972C13.4172 18.4067 13.5376 18.7046 13.5376 19.0908ZM11.8075 19.5843H11.9944C12.1486 19.5843 12.2711 19.5411 12.3621 19.4544C12.453 19.3678 12.4985 19.2483 12.4985 19.0959C12.4985 18.8396 12.3564 18.7114 12.0724 18.7114H11.8075V19.5843Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_13' d='M15.8207 21.6808H14.7946V18.7219H13.8672V17.8828H16.7455V18.7219H15.8207L15.8207 21.6808Z' fill='%23A4A9AD'/%3E%3C/g%3E%3Cpath id='Vector_14' d='M17.4062 3.9995H21.4057L17.4062 0V3.9995Z' fill='%23D1D3D3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-zip::before {
|
|
724
|
-
/* zip.svg URL-encoder for SVG */
|
|
725
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23E9E9E0;' d='M36.985,0H7.963C7.155,0,6.5,0.655,6.5,1.926V55c0,0.345,0.655,1,1.463,1h40.074 c0.808,0,1.463-0.655,1.463-1V12.978c0-0.696-0.093-0.92-0.257-1.085L37.607,0.257C37.442,0.093,37.218,0,36.985,0z'/%3E%3Cpolygon style='fill:%23D9D7CA;' points='37.5,0.151 37.5,12 49.349,12 '/%3E%3Cpath style='fill:%23556080;' d='M48.037,56H7.963C7.155,56,6.5,55.345,6.5,54.537V39h43v15.537C49.5,55.345,48.845,56,48.037,56z'/%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M25.266,42.924v1.326l-4.799,7.205l-0.273,0.219h5.072V53h-6.699v-1.326l4.799-7.205l0.287-0.219 h-5.086v-1.326H25.266z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M29.271,53h-1.668V42.924h1.668V53z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M33.414,53h-1.641V42.924h2.898c0.428,0,0.852,0.068,1.271,0.205 c0.419,0.137,0.795,0.342,1.128,0.615c0.333,0.273,0.602,0.604,0.807,0.991s0.308,0.822,0.308,1.306 c0,0.511-0.087,0.973-0.26,1.388c-0.173,0.415-0.415,0.764-0.725,1.046c-0.31,0.282-0.684,0.501-1.121,0.656 s-0.921,0.232-1.449,0.232h-1.217V53z M33.414,44.168v3.992h1.504c0.2,0,0.398-0.034,0.595-0.103 c0.196-0.068,0.376-0.18,0.54-0.335s0.296-0.371,0.396-0.649c0.1-0.278,0.15-0.622,0.15-1.032c0-0.164-0.023-0.354-0.068-0.567 c-0.046-0.214-0.139-0.419-0.28-0.615c-0.142-0.196-0.34-0.36-0.595-0.492c-0.255-0.132-0.593-0.198-1.012-0.198H33.414z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23C8BDB8;' d='M28.5,24v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2 h-4v5c0,2.757,2.243,5,5,5s5-2.243,5-5v-5H28.5z M30.5,29c0,1.654-1.346,3-3,3s-3-1.346-3-3v-3h6V29z'/%3E%3Cpath style='fill:%23C8BDB8;' d='M26.5,30h2c0.552,0,1-0.447,1-1s-0.448-1-1-1h-2c-0.552,0-1,0.447-1,1S25.948,30,26.5,30z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-txt::before {
|
|
729
|
-
/* txt.svg URL-encoder for SVG */
|
|
730
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Format'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M17.4026 0H2.60156V24H21.4021V3.9995L17.4026 0Z' fill='white'/%3E%3Cg id='Group_2'%3E%3Cpath id='Vector_2' d='M11.2733 13.1719H7.35156V14.1903H11.2733V13.1719Z' fill='%23D1D3D3'/%3E%3Cpath id='Vector_3' d='M15.8645 11.2188H7.35156V12.2371H15.8645V11.2188Z' fill='%23D1D3D3'/%3E%3Cpath id='Vector_4' d='M16.6568 9.26562H7.35156V10.284H16.6568V9.26562Z' fill='%23D1D3D3'/%3E%3Cpath id='Vector_5' d='M13.8591 7.31641H7.35156V8.33478H13.8591V7.31641Z' fill='%23D1D3D3'/%3E%3Cpath id='Vector_6' d='M16.6568 5.36719H7.35156V6.38557H16.6568V5.36719Z' fill='%23D1D3D3'/%3E%3C/g%3E%3Cg id='Group_3'%3E%3Cpath id='Vector_7' d='M8.96129 21.6808H7.93516V18.7219H7.00781V17.8828H9.88611V18.7219H8.96129V21.6808Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_8' d='M13.8526 21.6809H12.6654L11.9251 20.4936L11.1924 21.6809H10.0312L11.2912 19.7377L10.1066 17.8828H11.2444L11.9302 19.0571L12.5901 17.8828H13.7617L12.5589 19.8182L13.8526 21.6809Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_9' d='M15.9536 21.6808H14.9274V18.7219H14V17.8828H16.8783V18.7219H15.9535L15.9536 21.6808Z' fill='%23A4A9AD'/%3E%3C/g%3E%3Cpath id='Vector_10' d='M18.0215 1.99979H2.60156V0H17.4026L18.0215 1.99979Z' fill='%23A4A9AD'/%3E%3Cpath id='Vector_11' d='M17.4062 3.9995H21.4057L17.4062 0V3.9995Z' fill='%23D1D3D3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
._uploader_vitro-uploader_237vX7T .k-i-file::before {
|
|
734
|
-
/* default.svg URL-encoder for SVG */
|
|
735
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 56 56' style='enable-background:new 0 0 56 56;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23E9E9E0;' d='M36.985,0H7.963C7.155,0,6.5,0.655,6.5,1.926V55c0,0.345,0.655,1,1.463,1h40.074 c0.808,0,1.463-0.655,1.463-1V12.978c0-0.696-0.093-0.92-0.257-1.085L37.607,0.257C37.442,0.093,37.218,0,36.985,0z'/%3E%3Cpolygon style='fill:%23D9D7CA;' points='37.5,0.151 37.5,12 49.349,12 '/%3E%3Cpath style='fill:%23C8BDB8;' d='M48.037,56H7.963C7.155,56,6.5,55.345,6.5,54.537V39h43v15.537C49.5,55.345,48.845,56,48.037,56z'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='18.5' cy='47' r='3'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='28.5' cy='47' r='3'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='38.5' cy='47' r='3'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-video::before {
|
|
739
|
-
/* mp4.svg URL-encoder for SVG */
|
|
740
|
-
background-image: url("data:image/svg+xml,%3Csvg height='480pt' viewBox='-48 0 480 480' width='480pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m376 112-96-104v104zm0 0' fill='%239bc9ff'/%3E%3Cpath d='m192 168c-61.855469 0-112 50.144531-112 112s50.144531 112 112 112 112-50.144531 112-112-50.144531-112-112-112zm-32 176v-128l96 64zm0 0' fill='%239bc9ff'/%3E%3Cg fill='%231a6fb0'%3E%3Cpath d='m383.902344 111.511719c-.039063-.636719-.15625-1.269531-.351563-1.878907-.0625-.273437-.144531-.539062-.246093-.800781-.339844-.835937-.824219-1.609375-1.433594-2.28125l-96-104c-.683594-.71875-1.496094-1.300781-2.398438-1.710937-.242187-.113282-.492187-.207032-.746094-.289063-.726562-.269531-1.492187-.433593-2.269531-.4804685-.152343.0195313-.296875-.0703125-.457031-.0703125h-272c-4.417969 0-8 3.582031-8 8v464c0 4.417969 3.582031 8 8 8h368c4.417969 0 8-3.582031 8-8v-360c0-.167969-.078125-.320312-.097656-.488281zm-26.175782-7.511719h-69.726562v-75.535156zm-341.726562 360v-448h256v96c0 4.417969 3.582031 8 8 8h88v344zm0 0'/%3E%3Cpath d='m260.441406 273.34375-96-64c-2.457031-1.636719-5.613281-1.789062-8.214844-.398438-2.601562 1.390626-4.226562 4.105469-4.226562 7.054688v128c0 2.949219 1.625 5.664062 4.226562 7.054688 2.601563 1.390624 5.757813 1.238281 8.214844-.398438l96-64c2.222656-1.484375 3.558594-3.980469 3.558594-6.65625s-1.335938-5.171875-3.558594-6.65625zm-92.441406 55.703125v-98.09375l73.601562 49.046875zm0 0'/%3E%3Cpath d='m192 160c-66.273438 0-120 53.726562-120 120s53.726562 120 120 120 120-53.726562 120-120c-.074219-66.242188-53.757812-119.925781-120-120zm0 224c-57.4375 0-104-46.5625-104-104s46.5625-104 104-104 104 46.5625 104 104c-.066406 57.410156-46.589844 103.933594-104 104zm0 0'/%3E%3C/g%3E%3C/svg%3E");
|
|
741
|
-
}
|
|
742
|
-
|
|
743
869
|
._uploader_vitro-uploader_237vX7T .k-file-name-size-wrapper {
|
|
744
870
|
position: relative;
|
|
745
871
|
}
|
|
@@ -777,8 +903,7 @@ html, body {
|
|
|
777
903
|
height: 32px;
|
|
778
904
|
padding: 0;
|
|
779
905
|
background-color: #fff;
|
|
780
|
-
|
|
781
|
-
background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4997 29.3327V17.3327M16.4997 17.3327L21.1663 21.9993M16.4997 17.3327L11.833 21.9993M27.1663 23.4753C29.1583 22.6953 31.1663 20.918 31.1663 17.3327C31.1663 11.9993 26.7223 10.666 24.4997 10.666C24.4997 7.99935 24.4997 2.66602 16.4997 2.66602C8.49967 2.66602 8.49967 7.99935 8.49967 10.666C6.27701 10.666 1.83301 11.9993 1.83301 17.3327C1.83301 20.918 3.84101 22.6953 5.83301 23.4753' stroke='%2366B1FF' stroke-width='1.25635' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
906
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/upload-blue.svg');
|
|
782
907
|
background-repeat: no-repeat;
|
|
783
908
|
background-position: center;
|
|
784
909
|
}
|
|
@@ -809,8 +934,7 @@ html, body {
|
|
|
809
934
|
background-size: 100%;
|
|
810
935
|
background-position: center;
|
|
811
936
|
background-repeat: no-repeat;
|
|
812
|
-
|
|
813
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.50488 11.4965L8.00022 8.00119L11.4955 11.4965M11.4955 4.50586L7.99955 8.00119L4.50488 4.50586' stroke='%23999B9D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
937
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/cancel-grey.svg');
|
|
814
938
|
}
|
|
815
939
|
|
|
816
940
|
._uploader_vitro-uploader_237vX7T .k-dropzone {
|
|
@@ -848,20 +972,17 @@ html, body {
|
|
|
848
972
|
}
|
|
849
973
|
|
|
850
974
|
._uploader_vitro-uploader_237vX7T ._uploader_vitro-button-close_30As0AM {
|
|
851
|
-
|
|
852
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.50488 11.4965L8.00022 8.00119L11.4955 11.4965M11.4955 4.50586L7.99955 8.00119L4.50488 4.50586' stroke='%23999B9D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
975
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/cancel-grey.svg');
|
|
853
976
|
right: 16px;
|
|
854
977
|
}
|
|
855
978
|
|
|
856
979
|
._uploader_vitro-button-show_uUmWVJc {
|
|
857
|
-
|
|
858
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='4' transform='matrix(0 1 1 0 0 0)' fill='white'/%3E%3Cpath d='M20 15L12 7L4 15' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
980
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/collapse-up.svg');
|
|
859
981
|
right: 48px;
|
|
860
982
|
}
|
|
861
983
|
|
|
862
984
|
._uploader_vitro-button-hide_LYS1px9 {
|
|
863
|
-
|
|
864
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='4' transform='matrix(1.19249e-08 -1 -1 -1.19249e-08 24 24)' fill='white'/%3E%3Cpath d='M4 9L12 17L20 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
985
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/collapse-bottom.svg');
|
|
865
986
|
right: 48px;
|
|
866
987
|
}
|
|
867
988
|
|
|
@@ -940,8 +1061,7 @@ html, body {
|
|
|
940
1061
|
background-position: center;
|
|
941
1062
|
margin-bottom: 4px;
|
|
942
1063
|
pointer-events: none;
|
|
943
|
-
|
|
944
|
-
background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4997 29.3327V17.3327M16.4997 17.3327L21.1663 21.9993M16.4997 17.3327L11.833 21.9993M27.1663 23.4753C29.1583 22.6953 31.1663 20.918 31.1663 17.3327C31.1663 11.9993 26.7223 10.666 24.4997 10.666C24.4997 7.99935 24.4997 2.66602 16.4997 2.66602C8.49967 2.66602 8.49967 7.99935 8.49967 10.666C6.27701 10.666 1.83301 11.9993 1.83301 17.3327C1.83301 20.918 3.84101 22.6953 5.83301 23.4753' stroke='%2366B1FF' stroke-width='1.25635' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1064
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/upload-blue.svg');
|
|
945
1065
|
}
|
|
946
1066
|
|
|
947
1067
|
._uploader_vitro-drop-zone-text_KLjek2K {
|
|
@@ -963,9 +1083,10 @@ html, body {
|
|
|
963
1083
|
}
|
|
964
1084
|
|
|
965
1085
|
._uploader_vitro-uploader_237vX7T ._uploader_vitro-progress-bar_3YXLbbu {
|
|
966
|
-
width:
|
|
1086
|
+
width: 0%;
|
|
967
1087
|
height: 8px;
|
|
968
1088
|
background: repeating-linear-gradient( 45deg, #3184FD, #3184FD 8px, #0D6EFD 8px, #0D6EFD 16px );
|
|
1089
|
+
transition: width 1s ease;
|
|
969
1090
|
}
|
|
970
1091
|
|
|
971
1092
|
.vitro-display-none {
|
|
@@ -1000,8 +1121,7 @@ html, body {
|
|
|
1000
1121
|
background-position: center;
|
|
1001
1122
|
background-size: 100%;
|
|
1002
1123
|
display: none;
|
|
1003
|
-
|
|
1004
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath id='Vector' d='M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z' fill='%23198754'/%3E%3Cpath id='Vector_2' d='M8 12L11 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1124
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/uploader/img/success.svg');
|
|
1005
1125
|
}
|
|
1006
1126
|
|
|
1007
1127
|
._uploader_vitro-uploader_237vX7T .vitro-upload-complete #vitro-uploader-title {
|
|
@@ -1058,12 +1178,24 @@ html, body {
|
|
|
1058
1178
|
width: 24px;
|
|
1059
1179
|
height: 24px;
|
|
1060
1180
|
}
|
|
1181
|
+
._button-group_vitro-button-group_3TLqxjf {
|
|
1182
|
+
display: flex;
|
|
1183
|
+
justify-content: flex-start;
|
|
1184
|
+
width: 100%;
|
|
1185
|
+
padding: 0;
|
|
1186
|
+
justify-content: flex-end;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
._button-group_vitro-button-group_3TLqxjf > button:first-child {
|
|
1190
|
+
margin-left: 0px;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1061
1193
|
.vitro-display-none {
|
|
1062
1194
|
display: none;
|
|
1063
1195
|
}
|
|
1064
1196
|
|
|
1065
1197
|
._button_vitro-button_hVfBuSO {
|
|
1066
|
-
font-family: '
|
|
1198
|
+
font-family: 'InterMedium';
|
|
1067
1199
|
font-size: 14px;
|
|
1068
1200
|
outline: none;
|
|
1069
1201
|
height: 32px;
|
|
@@ -1104,9 +1236,9 @@ html, body {
|
|
|
1104
1236
|
background: #E4E6EC;
|
|
1105
1237
|
}
|
|
1106
1238
|
|
|
1107
|
-
._button_vitro-button_hVfBuSO .vitro-
|
|
1108
|
-
._button_vitro-button_hVfBuSO .vitro-
|
|
1109
|
-
._button_vitro-button_hVfBuSO .vitro-
|
|
1239
|
+
._button_vitro-button_hVfBuSO .vitro-image-default,
|
|
1240
|
+
._button_vitro-button_hVfBuSO .vitro-image-hover,
|
|
1241
|
+
._button_vitro-button_hVfBuSO .vitro-image {
|
|
1110
1242
|
margin-right: 4px;
|
|
1111
1243
|
height: 24px;
|
|
1112
1244
|
width: 24px;
|
|
@@ -1170,28 +1302,23 @@ html, body {
|
|
|
1170
1302
|
}
|
|
1171
1303
|
|
|
1172
1304
|
._action-handler_vitro-icon-before_2OomEjN {
|
|
1173
|
-
|
|
1174
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='help-question'%3E%3Cpath id='Vector' d='M21.0005 36.751C29.6993 36.751 36.751 29.6993 36.751 21.0005C36.751 12.3017 29.6993 5.25 21.0005 5.25C12.3017 5.25 5.25 12.3017 5.25 21.0005C5.25 29.6993 12.3017 36.751 21.0005 36.751Z' stroke='%234A556C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M16.7656 16.7561C16.7656 15.9174 17.0146 15.0976 17.4809 14.4002C17.9473 13.7029 18.6102 13.1594 19.3858 12.8384C20.1613 12.5175 21.0147 12.4335 21.838 12.5971C22.6614 12.7607 23.4177 13.1646 24.0112 13.7576C24.6048 14.3507 25.0091 15.1063 25.1728 15.9289C25.3366 16.7514 25.2526 17.6041 24.9313 18.3789C24.6101 19.1538 24.066 19.816 23.3681 20.282C22.6701 20.7479 21.8495 20.9966 21.01 20.9966V23.8236' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='Group 2567'%3E%3Cpath id='Vector_3' d='M21.0042 29.3835C20.6697 29.3835 20.3984 29.1122 20.3984 28.7777C20.3984 28.4431 20.6697 28.1719 21.0042 28.1719' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_4' d='M21 29.3835C21.3346 29.3835 21.6058 29.1122 21.6058 28.7777C21.6058 28.4431 21.3346 28.1719 21 28.1719' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1305
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/question.svg');
|
|
1175
1306
|
}
|
|
1176
1307
|
|
|
1177
1308
|
._action-handler_vitro-icon-progress_2QurHaw {
|
|
1178
|
-
|
|
1179
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' style='margin: auto; background-image: none; display: block; shape-rendering: auto; background-position: initial initial; background-repeat: initial initial;' class='ng-star-inserted'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.875s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(45 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.625s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(135 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.375s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(225 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.125s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(315 50 50)'%3E%3Crect x='46' y='6' rx='3.84' ry='3.84' width='8' height='24' fill='%23347FDE'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
|
|
1309
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/progress.svg');
|
|
1180
1310
|
}
|
|
1181
1311
|
|
|
1182
1312
|
._action-handler_vitro-icon-error_2elcVFa {
|
|
1183
|
-
|
|
1184
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23D13438'/%3E%3Cpath id='Vector_2' d='M9 15L12 12L15 15M15 9L11.9994 12L9 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1313
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/error.svg');
|
|
1185
1314
|
}
|
|
1186
1315
|
|
|
1187
1316
|
._action-handler_vitro-icon-success_3Pt7XlJ {
|
|
1188
|
-
|
|
1189
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath id='Vector' d='M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z' fill='%23198754'/%3E%3Cpath id='Vector_2' d='M8 12L11 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1317
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/success.svg');
|
|
1190
1318
|
}
|
|
1191
1319
|
|
|
1192
1320
|
._action-handler_vitro-icon-warning_3X_YncE {
|
|
1193
|
-
|
|
1194
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23F3AD4A'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M12 6V12Z' fill='white'/%3E%3Cpath d='M12 6V12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle id='Ellipse 135' cx='12' cy='17' r='1' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1321
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/warning.svg');
|
|
1195
1322
|
}
|
|
1196
1323
|
|
|
1197
1324
|
._action-handler_vitro-action-handler_1wgWRHB .popover-body {
|
|
@@ -1337,16 +1464,14 @@ html, body {
|
|
|
1337
1464
|
background-position: center;
|
|
1338
1465
|
background-repeat: no-repeat;
|
|
1339
1466
|
margin-left: 10px;
|
|
1340
|
-
|
|
1341
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M4.79688 19.2008L11.9969 12.0008L19.1969 19.2008M19.1969 4.80078L11.9955 12.0008L4.79688 4.80078' stroke='%23D13438' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1467
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-red-big.svg');
|
|
1342
1468
|
}
|
|
1343
1469
|
|
|
1344
1470
|
._action-handler_vitro-success_1bfGHQQ ._action-handler_vitro-button-close_3mRTgQq,
|
|
1345
1471
|
._action-handler_vitro-warning_2uE9UfG ._action-handler_vitro-button-close_3mRTgQq,
|
|
1346
1472
|
._action-handler_vitro-error_1XXlWG- ._action-handler_vitro-button-close_3mRTgQq {
|
|
1347
1473
|
margin-left: 8px;
|
|
1348
|
-
|
|
1349
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1474
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
|
|
1350
1475
|
}
|
|
1351
1476
|
|
|
1352
1477
|
._action-handler_vitro-button-cancel_GE8JsGp {
|
|
@@ -1391,13 +1516,11 @@ html, body {
|
|
|
1391
1516
|
}
|
|
1392
1517
|
|
|
1393
1518
|
._action-handler_vitro-button-collapse-bottom_aocIZUX {
|
|
1394
|
-
|
|
1395
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron-dropdown-Big'%3E%3Cpath id='Vector 9' d='M19.5 9L12 16.5L4.5 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
1519
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/collapse-up.svg');
|
|
1396
1520
|
}
|
|
1397
1521
|
|
|
1398
1522
|
._action-handler_vitro-button-collapse-up_2lQ6JWm {
|
|
1399
|
-
|
|
1400
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 16.5L12 9L19.5 16.5' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1523
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/collapse-bottom.svg');
|
|
1401
1524
|
}
|
|
1402
1525
|
|
|
1403
1526
|
@media (max-width: 800px) {
|
|
@@ -1481,7 +1604,7 @@ html, body {
|
|
|
1481
1604
|
background-size: 100%;
|
|
1482
1605
|
background-position: center;
|
|
1483
1606
|
background-repeat: no-repeat;
|
|
1484
|
-
background-image: url(
|
|
1607
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
|
|
1485
1608
|
}
|
|
1486
1609
|
|
|
1487
1610
|
._action-handler-info_vitro-success_22wks7Q,
|
|
@@ -1554,8 +1677,7 @@ html, body {
|
|
|
1554
1677
|
background-size: 100%;
|
|
1555
1678
|
background-position: center;
|
|
1556
1679
|
background-repeat: no-repeat;
|
|
1557
|
-
|
|
1558
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='6' r='1.5' fill='%23222D44'/%3E%3Ccircle cx='11.5' cy='12' r='1.5' fill='%23222D44'/%3E%3Ccircle cx='11.5' cy='18' r='1.5' fill='%23222D44'/%3E%3C/svg%3E%0A");
|
|
1680
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dropdown-button/img/context-button.svg');
|
|
1559
1681
|
}
|
|
1560
1682
|
|
|
1561
1683
|
._dropdown-button_vitro-dropdown-button_1myvkhB ._dropdown-button_vitro-text_1FRiwp0 {
|
|
@@ -1602,18 +1724,17 @@ html, body {
|
|
|
1602
1724
|
position: absolute;
|
|
1603
1725
|
right: 0px;
|
|
1604
1726
|
top: -21px;
|
|
1605
|
-
|
|
1606
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_778_105705)'%3E%3Cpath d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
1727
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dropdown-button/img/dropdown-menu-arrow.svg');
|
|
1607
1728
|
}
|
|
1608
1729
|
|
|
1609
|
-
._dropdown-button_vitro-dropdown-button_1myvkhB .dropdown-item ._dropdown-button_vitro-
|
|
1730
|
+
._dropdown-button_vitro-dropdown-button_1myvkhB .dropdown-item ._dropdown-button_vitro-image_3bX1quk {
|
|
1610
1731
|
width: 20px;
|
|
1611
1732
|
height: 20px;
|
|
1612
1733
|
margin-right: 12px;
|
|
1613
1734
|
margin-left: 0;
|
|
1614
1735
|
}
|
|
1615
1736
|
|
|
1616
|
-
._dropdown-button_vitro-dropdown-button_1myvkhB .dropdown-item ._dropdown-button_vitro-
|
|
1737
|
+
._dropdown-button_vitro-dropdown-button_1myvkhB .dropdown-item ._dropdown-button_vitro-image_3bX1quk img {
|
|
1617
1738
|
width: 20px;
|
|
1618
1739
|
height: 20px;
|
|
1619
1740
|
}
|
|
@@ -1660,10 +1781,10 @@ html, body {
|
|
|
1660
1781
|
justify-content: center;
|
|
1661
1782
|
}
|
|
1662
1783
|
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1784
|
+
._tab-group_vitro-tab_1Qb50HL > .vitro-content {
|
|
1785
|
+
position: relative;
|
|
1786
|
+
height: 100%;
|
|
1787
|
+
}
|
|
1667
1788
|
|
|
1668
1789
|
._tab-group_vitro-tab_1Qb50HL > .vitro-content > .container,
|
|
1669
1790
|
._tab-group_vitro-tab_1Qb50HL > .vitro-content > .container > div {
|
|
@@ -1694,8 +1815,6 @@ html, body {
|
|
|
1694
1815
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
1695
1816
|
}
|
|
1696
1817
|
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
1818
|
._tab-group_vitro-tab_1Qb50HL .nav .dropdown-item {
|
|
1700
1819
|
padding: 8px 12px;
|
|
1701
1820
|
}
|
|
@@ -1986,7 +2105,7 @@ html, body {
|
|
|
1986
2105
|
margin-right: 4px;
|
|
1987
2106
|
background-size: 100%;
|
|
1988
2107
|
background-position: center;
|
|
1989
|
-
background-image: url(
|
|
2108
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/input/img/error-message.svg');
|
|
1990
2109
|
}
|
|
1991
2110
|
|
|
1992
2111
|
._input_vitro-button-copy_jjyktjx {
|
|
@@ -1996,8 +2115,7 @@ html, body {
|
|
|
1996
2115
|
position: absolute;
|
|
1997
2116
|
right: 16px;
|
|
1998
2117
|
top: 10px;
|
|
1999
|
-
|
|
2000
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='copy-icon'%3E%3Cpath id='Vector' d='M4.33594 4.14517V3.27214C4.33594 2.0877 4.75567 1.66797 5.9401 1.66797H12.7318C13.9162 1.66797 14.3359 2.0877 14.3359 3.27214V10.0638C14.3359 11.2482 13.9162 11.668 12.7318 11.668H11.8414' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M10.0599 4.33203H3.26823C2.0838 4.33203 1.66406 4.75176 1.66406 5.9362V12.7279C1.66406 13.9123 2.0838 14.332 3.26823 14.332H10.0599C11.2443 14.332 11.6641 13.9123 11.6641 12.7279V5.9362C11.6641 4.75176 11.2443 4.33203 10.0599 4.33203Z' stroke='%238E98A3' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
2118
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/input/img/copy-to-clipboard.svg');
|
|
2001
2119
|
background-repeat: no-repeat;
|
|
2002
2120
|
background-position: center;
|
|
2003
2121
|
background-size: 100%;
|
|
@@ -2032,8 +2150,7 @@ html, body {
|
|
|
2032
2150
|
background-size: 100%;
|
|
2033
2151
|
background-position: center;
|
|
2034
2152
|
background-repeat: no-repeat;
|
|
2035
|
-
|
|
2036
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon_line/maximize'%3E%3Cpath id='Vector' d='M7.62169 16.6641H3.33594M3.33594 16.6641V12.3783M3.33594 16.6641L8.33596 11.6641' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M12.4974 3.33594H16.664M16.664 3.33594V7.5026M16.664 3.33594L11.6641 8.33594' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
|
|
2153
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/issue-tile/img/button-more.svg');
|
|
2037
2154
|
}
|
|
2038
2155
|
|
|
2039
2156
|
._avatar_vitro-avatar_P2tU-_r {
|
|
@@ -2192,7 +2309,7 @@ html, body {
|
|
|
2192
2309
|
min-width: 24px;
|
|
2193
2310
|
background-size: 100%;
|
|
2194
2311
|
background-position: center;
|
|
2195
|
-
background-image: url(
|
|
2312
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/file-version-select/img/collapse-up.svg');
|
|
2196
2313
|
}
|
|
2197
2314
|
|
|
2198
2315
|
._file-version-select_vitro-button-collapse-bottom_38zg3bU {
|
|
@@ -2233,14 +2350,18 @@ html, body {
|
|
|
2233
2350
|
._file-version-select_vitro-version-list_3h5D3pD::before {
|
|
2234
2351
|
content: '';
|
|
2235
2352
|
display: block;
|
|
2236
|
-
|
|
2237
|
-
height:
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
background-position: center
|
|
2353
|
+
border: none;
|
|
2354
|
+
height: 21px;
|
|
2355
|
+
width: 32px;
|
|
2356
|
+
overflow: hidden;
|
|
2357
|
+
margin: 0;
|
|
2358
|
+
background-position: center 0;
|
|
2359
|
+
background-size: 44px 42px;
|
|
2360
|
+
background-repeat: no-repeat;
|
|
2242
2361
|
position: absolute;
|
|
2243
|
-
|
|
2362
|
+
top: -21px;
|
|
2363
|
+
left: 106px;
|
|
2364
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/file-version-select/img/dropdown-menu-arrow.svg');
|
|
2244
2365
|
}
|
|
2245
2366
|
|
|
2246
2367
|
._file-version-select_vitro-version-list_3h5D3pD .ps {
|
|
@@ -2288,6 +2409,8 @@ html, body {
|
|
|
2288
2409
|
line-height: 24px;
|
|
2289
2410
|
border-radius: 4px;
|
|
2290
2411
|
padding: 4px;
|
|
2412
|
+
text-align: center;
|
|
2413
|
+
overflow: hidden;
|
|
2291
2414
|
}
|
|
2292
2415
|
|
|
2293
2416
|
._file-version-select_vitro-file-version-item_38KWa8a ._file-version-select_vitro-version-name_1821bal {
|
|
@@ -2349,7 +2472,7 @@ html, body {
|
|
|
2349
2472
|
border: unset !important;
|
|
2350
2473
|
background-size: 100%;
|
|
2351
2474
|
background-position: center;
|
|
2352
|
-
background-image: url(
|
|
2475
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tooltip/img/tooltip-arrow.svg');
|
|
2353
2476
|
}
|
|
2354
2477
|
|
|
2355
2478
|
._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-top .tooltip-arrow::before {
|
|
@@ -2399,16 +2522,15 @@ html, body {
|
|
|
2399
2522
|
background: #fff;
|
|
2400
2523
|
background-size: 100%;
|
|
2401
2524
|
background-position: center;
|
|
2525
|
+
background-repeat: no-repeat;
|
|
2402
2526
|
}
|
|
2403
2527
|
|
|
2404
2528
|
._checkbox_vitro-checkbox-content_2fBG1zl input::before {
|
|
2405
|
-
|
|
2406
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Checkbox-big'%3E%3Crect id='Background' x='2.5' y='2.5' width='19' height='19' rx='3.5' stroke='%23C0CAD5'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
2529
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-big-empty.svg');
|
|
2407
2530
|
}
|
|
2408
2531
|
|
|
2409
2532
|
._checkbox_vitro-checkbox-content_2fBG1zl input:checked::before {
|
|
2410
|
-
|
|
2411
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' rx='2.5' fill='%234292F7'/%3E%3Cpath d='M16.7062 8.50593C17.0826 8.86144 17.0996 9.45479 16.7441 9.83121L11.4316 15.4562C11.2577 15.6404 11.0166 15.7463 10.7634 15.7499C10.5101 15.7535 10.2662 15.6545 10.0871 15.4754L7.27459 12.6629C6.90847 12.2968 6.90847 11.7032 7.27459 11.3371C7.6407 10.971 8.2343 10.971 8.60041 11.3371L10.7308 13.4675L15.3809 8.54379C15.7364 8.16737 16.3298 8.15042 16.7062 8.50593Z' fill='white'/%3E%3C/svg%3E%0A");
|
|
2533
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-big-active.svg');
|
|
2412
2534
|
}
|
|
2413
2535
|
|
|
2414
2536
|
._checkbox_vitro-label_qZxCbCP {
|
|
@@ -2468,10 +2590,6 @@ html, body {
|
|
|
2468
2590
|
width: 165px;
|
|
2469
2591
|
height: 57px;
|
|
2470
2592
|
margin-bottom: 34px;
|
|
2471
|
-
background-size: 100%;
|
|
2472
|
-
background-position: center;
|
|
2473
|
-
/* vitro-logo.svg URL-encoder for SVG */
|
|
2474
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 57' fill='none'%3E%3Cpath d='M10.7049 0L24.7238 44.8652H25.2762L39.2688 0H50L31.01 57H18.9637L0 0H10.7049Z' fill='%231E1E1E'/%3E%3Cpath d='M55 0C55 0 59.1261 0 60.1967 0C61.5233 0 65 0 65 0C65 0 65 3.9151 65 5.41879C65 6.90414 65 10 65 10L55 0Z' fill='%231E1E1E'/%3E%3Cpath d='M55 57V13H65V57H55Z' fill='%2331C1FF'/%3E%3Cpath d='M92.2323 13.3214V21.1746H74.0005V13.3214H92.2323ZM74.0004 3H83.9252V43.444C83.9252 44.809 84.1262 45.8561 84.5283 46.5853C84.9487 47.2959 85.497 47.782 86.1733 48.0438C86.8496 48.3056 87.599 48.4364 88.4215 48.4364C89.92 48.4364 91.9277 48.4257 93.3276 48.0438L94 55.9812C91.9592 56.7011 89.313 56.9336 87.1603 56.9908C84.6745 57.0656 82.4355 56.6823 80.4433 55.8409C78.451 54.9808 76.87 53.6532 75.7002 51.8582C74.5488 50.0632 73.9822 47.8194 74.0004 45.1269V3Z' fill='%2331C1FF'/%3E%3Cpath d='M100 57V13.6213H109.216V20.8511H109.636C110.371 18.347 111.631 16.4172 113.417 15.0616C115.22 13.6872 117.276 13 119.587 13C120.112 13 120.698 13.0282 121.346 13.0847C122.011 13.1224 122.562 13.1883 123 13.2824V22.6868C122.597 22.5362 121.959 22.4044 121.083 22.2914C120.226 22.1596 119.394 22.0937 118.589 22.0937C116.856 22.0937 115.298 22.4985 113.916 23.3081C112.55 24.0988 111.474 25.2003 110.686 26.6123C109.898 28.0244 109.505 29.653 109.505 31.4981V57H100Z' fill='%231E1E1E'/%3E%3Cpath d='M145.5 57C141.526 57 138.082 56.0845 135.167 54.2535C132.253 52.4224 129.992 49.8609 128.385 46.5687C126.795 43.2766 126 39.4296 126 35.0277C126 30.6259 126.795 26.7696 128.385 23.459C129.992 20.1484 132.253 17.5776 135.167 15.7465C138.082 13.9155 141.526 13 145.5 13C149.474 13 152.918 13.9155 155.833 15.7465C158.747 17.5776 160.999 20.1484 162.589 23.459C164.196 26.7696 165 30.6259 165 35.0277C165 39.4296 164.196 43.2766 162.589 46.5687C160.999 49.8609 158.747 52.4224 155.833 54.2535C152.918 56.0845 149.474 57 145.5 57ZM145.553 48.9546C147.708 48.9546 149.51 48.335 150.958 47.0958C152.406 45.8382 153.484 44.1551 154.19 42.0467C154.914 39.9382 155.276 37.5893 155.276 35C155.276 32.3922 154.914 30.034 154.19 27.9256C153.484 25.7987 152.406 24.1063 150.958 22.8487C149.51 21.591 147.708 20.9622 145.553 20.9622C143.345 20.9622 141.508 21.591 140.042 22.8487C138.594 24.1063 137.507 25.7987 136.783 27.9256C136.077 30.034 135.724 32.3922 135.724 35C135.724 37.5893 136.077 39.9382 136.783 42.0467C137.507 44.1551 138.594 45.8382 140.042 47.0958C141.508 48.335 143.345 48.9546 145.553 48.9546Z' fill='%231E1E1E'/%3E%3C/svg%3E");
|
|
2475
2593
|
}
|
|
2476
2594
|
|
|
2477
2595
|
._login_vitro-title_nfoHltS {
|
|
@@ -2638,8 +2756,7 @@ html, body {
|
|
|
2638
2756
|
background-size: 100%;
|
|
2639
2757
|
background-repeat: no-repeat;
|
|
2640
2758
|
background-position: center;
|
|
2641
|
-
|
|
2642
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 1947'%3E%3Cg clip-path='url(%23clip0_952_30237)'%3E%3Cpath id='Vector' d='M0 5.45312H22V10.544H0V5.45312Z' fill='%231B75BB'/%3E%3Cpath id='Vector_2' d='M18.5625 0H3.4375C1.15947 0 0 1.79091 0 4V5.45455H22V4C22 1.79091 20.8405 0 18.5625 0Z' fill='white'/%3E%3Cpath id='Vector_3' d='M0 12.0014C0 14.2105 1.15947 16.0014 3.4375 16.0014H18.5625C20.8405 16.0014 22 14.2105 22 12.0014V10.5469H0V12.0014Z' fill='%23D13438'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_952_30237'%3E%3Crect width='22' height='16' rx='4' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
2759
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/login/img/ru.svg');
|
|
2643
2760
|
}
|
|
2644
2761
|
|
|
2645
2762
|
._login_vitro-copyright_1gm65Ao::before {
|
|
@@ -2651,8 +2768,7 @@ html, body {
|
|
|
2651
2768
|
background-position: center;
|
|
2652
2769
|
background-size: 100%;
|
|
2653
2770
|
background-repeat: no-repeat;
|
|
2654
|
-
|
|
2655
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98598 5.63043H9.12827C9.07755 5.38373 8.98878 5.167 8.86197 4.98024C8.73746 4.79348 8.58529 4.63669 8.40545 4.50988C8.22791 4.38076 8.03078 4.28393 7.81404 4.21937C7.59731 4.15481 7.37136 4.12253 7.13618 4.12253C6.70732 4.12253 6.31882 4.2309 5.97066 4.44763C5.62481 4.66436 5.34929 4.9837 5.14408 5.40563C4.94119 5.82757 4.83974 6.34519 4.83974 6.9585C4.83974 7.5718 4.94119 8.08943 5.14408 8.51136C5.34929 8.9333 5.62481 9.25264 5.97066 9.46937C6.31882 9.6861 6.70732 9.79447 7.13618 9.79447C7.37136 9.79447 7.59731 9.76219 7.81404 9.69763C8.03078 9.63307 8.22791 9.53738 8.40545 9.41057C8.58529 9.28146 8.73746 9.12352 8.86197 8.93676C8.98878 8.74769 9.07755 8.53096 9.12827 8.28656H9.98598C9.92142 8.64855 9.80383 8.9725 9.63321 9.2584C9.46259 9.5443 9.25047 9.78755 8.99685 9.98814C8.74323 10.1864 8.45848 10.3375 8.1426 10.4412C7.82903 10.545 7.49356 10.5968 7.13618 10.5968C6.53209 10.5968 5.99487 10.4493 5.52452 10.1542C5.05416 9.85903 4.6841 9.43939 4.41434 8.89526C4.14458 8.35112 4.0097 7.70553 4.0097 6.9585C4.0097 6.21146 4.14458 5.56588 4.41434 5.02174C4.6841 4.4776 5.05416 4.05797 5.52452 3.76285C5.99487 3.46772 6.53209 3.32016 7.13618 3.32016C7.49356 3.32016 7.82903 3.37204 8.1426 3.47579C8.45848 3.57955 8.74323 3.73172 8.99685 3.93231C9.25047 4.1306 9.46259 4.37269 9.63321 4.6586C9.80383 4.94219 9.92142 5.26614 9.98598 5.63043ZM6.99784 13.6126C6.26233 13.6126 5.56141 13.5008 4.89507 13.2772C4.23104 13.0535 3.62119 12.7376 3.06553 12.3295C2.51217 11.9237 2.03144 11.443 1.62333 10.8874C1.21754 10.334 0.902812 9.7253 0.679163 9.06126C0.455513 8.39493 0.343688 7.69401 0.343688 6.9585C0.343688 6.22299 0.455513 5.52322 0.679163 4.85919C0.902812 4.19285 1.21754 3.583 1.62333 3.02964C2.03144 2.47398 2.51217 1.99325 3.06553 1.58745C3.62119 1.17935 4.23104 0.863472 4.89507 0.639822C5.56141 0.416173 6.26233 0.304348 6.99784 0.304348C7.73335 0.304348 8.43312 0.416173 9.09715 0.639822C9.76348 0.863472 10.3733 1.17935 10.9267 1.58745C11.4824 1.99325 11.9631 2.47398 12.3689 3.02964C12.777 3.583 13.0929 4.19285 13.3165 4.85919C13.5402 5.52322 13.652 6.22299 13.652 6.9585C13.652 7.69401 13.5402 8.39493 13.3165 9.06126C13.0929 9.7253 12.777 10.334 12.3689 10.8874C11.9631 11.443 11.4824 11.9237 10.9267 12.3295C10.3733 12.7376 9.76348 13.0535 9.09715 13.2772C8.43312 13.5008 7.73335 13.6126 6.99784 13.6126ZM6.99784 12.8103C7.64573 12.8103 8.26134 12.7111 8.84468 12.5128C9.43032 12.3169 9.96638 12.039 10.4529 11.6793C10.9417 11.322 11.3648 10.9 11.7221 10.4135C12.0818 9.92474 12.3597 9.38867 12.5556 8.80534C12.7516 8.2197 12.8496 7.60408 12.8496 6.9585C12.8496 6.31061 12.7516 5.69499 12.5556 5.11166C12.3597 4.52602 12.0818 3.98995 11.7221 3.50346C11.3648 3.01466 10.9417 2.59157 10.4529 2.23419C9.96638 1.87451 9.43032 1.59667 8.84468 1.40069C8.26134 1.20471 7.64573 1.10672 6.99784 1.10672C6.34995 1.10672 5.73318 1.20471 5.14754 1.40069C4.56421 1.59667 4.02814 1.87451 3.53934 2.23419C3.05285 2.59157 2.62976 3.01466 2.27007 3.50346C1.91269 3.98995 1.63601 4.52602 1.44003 5.11166C1.24405 5.69499 1.14606 6.31061 1.14606 6.9585C1.14606 7.60408 1.24405 8.2197 1.44003 8.80534C1.63601 9.38867 1.91269 9.92474 2.27007 10.4135C2.62976 10.9 3.05285 11.322 3.53934 11.6793C4.02814 12.039 4.56421 12.3169 5.14754 12.5128C5.73318 12.7111 6.34995 12.8103 6.99784 12.8103Z' fill='white'/%3E%3C/svg%3E%0A");
|
|
2771
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/login/img/copyright.svg');
|
|
2656
2772
|
}
|
|
2657
2773
|
|
|
2658
2774
|
@media (max-width: 800px) {
|
|
@@ -2703,13 +2819,11 @@ html, body {
|
|
|
2703
2819
|
}
|
|
2704
2820
|
|
|
2705
2821
|
._password-input_vitro-button-show-password_2jL4nM- {
|
|
2706
|
-
|
|
2707
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='visible--eye-eyeball-open-view'%3E%3Cpath id='Vector' d='M22.6767 10.7074C22.961 11.0618 23.1183 11.5222 23.1183 11.9995C23.1183 12.4769 22.961 12.9373 22.6767 13.2917C20.8767 15.471 16.7795 19.7139 11.9967 19.7139C7.21381 19.7139 3.11667 15.471 1.31667 13.2917C1.03237 12.9373 0.875 12.4769 0.875 11.9995C0.875 11.5222 1.03237 11.0618 1.31667 10.7074C3.11667 8.52807 7.21381 4.28516 11.9967 4.28516C16.7795 4.28516 20.8767 8.52807 22.6767 10.7074Z' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M11.9989 15.4275C13.8924 15.4275 15.4275 13.8924 15.4275 11.9989C15.4275 10.1053 13.8924 8.57031 11.9989 8.57031C10.1053 8.57031 8.57031 10.1053 8.57031 11.9989C8.57031 13.8924 10.1053 15.4275 11.9989 15.4275Z' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
2822
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/password-input/img/show-password.svg');
|
|
2708
2823
|
}
|
|
2709
2824
|
|
|
2710
2825
|
._password-input_vitro-button-hide-password_vPoUeVl {
|
|
2711
|
-
|
|
2712
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.6767 10.7074C22.961 11.0618 23.1183 11.5222 23.1183 11.9995C23.1183 12.4769 22.961 12.9373 22.6767 13.2917C20.8767 15.471 16.7795 19.7139 11.9967 19.7139C7.21381 19.7139 3.11667 15.471 1.31667 13.2917C1.03237 12.9373 0.875 12.4769 0.875 11.9995C0.875 11.5222 1.03237 11.0618 1.31667 10.7074C3.11667 8.52807 7.21381 4.28516 11.9967 4.28516C16.7795 4.28516 20.8767 8.52807 22.6767 10.7074Z' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.96875 20L19.9687 4' stroke='%238E98A3' stroke-linecap='round'/%3E%3Cpath d='M11.9989 15.4275C13.8924 15.4275 15.4275 13.8924 15.4275 11.9989C15.4275 10.1053 13.8924 8.57031 11.9989 8.57031C10.1053 8.57031 8.57031 10.1053 8.57031 11.9989C8.57031 13.8924 10.1053 15.4275 11.9989 15.4275Z' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
2826
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/password-input/img/hide-password.svg');
|
|
2713
2827
|
}
|
|
2714
2828
|
|
|
2715
2829
|
._date-picker_vitro-control_2AYXegb {
|
|
@@ -2729,8 +2843,7 @@ html, body {
|
|
|
2729
2843
|
position: absolute;
|
|
2730
2844
|
right: 16px;
|
|
2731
2845
|
top: calc(50% - 10px);
|
|
2732
|
-
|
|
2733
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='copy-icon'%3E%3Cpath id='Vector' d='M4.33594 4.14517V3.27214C4.33594 2.0877 4.75567 1.66797 5.9401 1.66797H12.7318C13.9162 1.66797 14.3359 2.0877 14.3359 3.27214V10.0638C14.3359 11.2482 13.9162 11.668 12.7318 11.668H11.8414' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M10.0599 4.33203H3.26823C2.0838 4.33203 1.66406 4.75176 1.66406 5.9362V12.7279C1.66406 13.9123 2.0838 14.332 3.26823 14.332H10.0599C11.2443 14.332 11.6641 13.9123 11.6641 12.7279V5.9362C11.6641 4.75176 11.2443 4.33203 10.0599 4.33203Z' stroke='%238E98A3' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
2846
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/copy-to-clipboard.svg');
|
|
2734
2847
|
background-repeat: no-repeat;
|
|
2735
2848
|
background-position: center;
|
|
2736
2849
|
background-size: 100%;
|
|
@@ -2847,7 +2960,7 @@ html, body {
|
|
|
2847
2960
|
margin-right: 4px;
|
|
2848
2961
|
background-size: 100%;
|
|
2849
2962
|
background-position: center;
|
|
2850
|
-
background-image: url(
|
|
2963
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/error-message.svg');
|
|
2851
2964
|
}
|
|
2852
2965
|
|
|
2853
2966
|
.k-datepicker {
|
|
@@ -2920,8 +3033,7 @@ html, body {
|
|
|
2920
3033
|
background-repeat: no-repeat;
|
|
2921
3034
|
background-size: 100%;
|
|
2922
3035
|
background-position: center;
|
|
2923
|
-
|
|
2924
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Vector'%3E%3Cpath d='M12.1216 8.06594C12.1725 8.11674 12.2129 8.17709 12.2405 8.24353C12.268 8.30997 12.2822 8.38119 12.2822 8.45312C12.2822 8.52506 12.268 8.59628 12.2405 8.66272C12.2129 8.72916 12.1725 8.78951 12.1216 8.84031L8.84031 12.1216C8.78951 12.1725 8.72916 12.2129 8.66272 12.2405C8.59628 12.268 8.52506 12.2822 8.45312 12.2822C8.38119 12.2822 8.30997 12.268 8.24353 12.2405C8.17709 12.2129 8.11674 12.1725 8.06594 12.1216L6.42531 10.4809C6.37447 10.4301 6.33413 10.3697 6.30661 10.3033C6.2791 10.2369 6.26493 10.1657 6.26493 10.0938C6.26493 10.0218 6.2791 9.95064 6.30661 9.88421C6.33413 9.81777 6.37447 9.75741 6.42531 9.70656C6.528 9.60387 6.66728 9.54618 6.8125 9.54618C6.88441 9.54618 6.95561 9.56035 7.02204 9.58786C7.08848 9.61538 7.14884 9.65572 7.19969 9.70656L8.45312 10.9611L11.3472 8.06594C11.398 8.01501 11.4583 7.9746 11.5248 7.94703C11.5912 7.91946 11.6624 7.90527 11.7344 7.90527C11.8063 7.90527 11.8775 7.91946 11.944 7.94703C12.0104 7.9746 12.0708 8.01501 12.1216 8.06594Z' fill='%234A556C'/%3E%3Cpath d='M4.07812 0.25C4.22317 0.25 4.36227 0.307617 4.46482 0.410176C4.56738 0.512735 4.625 0.651835 4.625 0.796875V1.34375H13.375V0.796875C13.375 0.651835 13.4326 0.512735 13.5352 0.410176C13.6377 0.307617 13.7768 0.25 13.9219 0.25C14.0669 0.25 14.206 0.307617 14.3086 0.410176C14.4111 0.512735 14.4688 0.651835 14.4688 0.796875V1.34375H15.5625C16.1427 1.34375 16.6991 1.57422 17.1093 1.98445C17.5195 2.39469 17.75 2.95109 17.75 3.53125V15.5625C17.75 16.1427 17.5195 16.6991 17.1093 17.1093C16.6991 17.5195 16.1427 17.75 15.5625 17.75H2.4375C1.85734 17.75 1.30094 17.5195 0.890704 17.1093C0.480468 16.6991 0.25 16.1427 0.25 15.5625V3.53125C0.25 2.95109 0.480468 2.39469 0.890704 1.98445C1.30094 1.57422 1.85734 1.34375 2.4375 1.34375H3.53125V0.796875C3.53125 0.651835 3.58887 0.512735 3.69143 0.410176C3.79398 0.307617 3.93308 0.25 4.07812 0.25ZM1.34375 4.625V15.5625C1.34375 15.8526 1.45898 16.1308 1.6641 16.3359C1.86922 16.541 2.14742 16.6562 2.4375 16.6562H15.5625C15.8526 16.6562 16.1308 16.541 16.3359 16.3359C16.541 16.1308 16.6562 15.8526 16.6562 15.5625V4.625H1.34375Z' fill='%234A556C'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3036
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/date-picker.svg');
|
|
2925
3037
|
}
|
|
2926
3038
|
|
|
2927
3039
|
.k-picker-wrap.k-state-default > .k-select {
|
|
@@ -3020,8 +3132,7 @@ html, body {
|
|
|
3020
3132
|
background-repeat: no-repeat;
|
|
3021
3133
|
background-position: center;
|
|
3022
3134
|
background-size: 100%;
|
|
3023
|
-
|
|
3024
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 16L8 11L13 6' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
3135
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/collapse-left-grey.svg');
|
|
3025
3136
|
width: 22px;
|
|
3026
3137
|
height: 22px;
|
|
3027
3138
|
}
|
|
@@ -3030,8 +3141,7 @@ html, body {
|
|
|
3030
3141
|
background-repeat: no-repeat;
|
|
3031
3142
|
background-position: center;
|
|
3032
3143
|
background-size: 100%;
|
|
3033
|
-
|
|
3034
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16L14 11L9 6' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
3144
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/collapse-right-grey.svg');
|
|
3035
3145
|
width: 22px;
|
|
3036
3146
|
height: 22px;
|
|
3037
3147
|
}
|
|
@@ -3075,8 +3185,7 @@ html, body {
|
|
|
3075
3185
|
position: absolute;
|
|
3076
3186
|
right: 16px;
|
|
3077
3187
|
top: calc(50% - 10px);
|
|
3078
|
-
|
|
3079
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='copy-icon'%3E%3Cpath id='Vector' d='M4.33594 4.14517V3.27214C4.33594 2.0877 4.75567 1.66797 5.9401 1.66797H12.7318C13.9162 1.66797 14.3359 2.0877 14.3359 3.27214V10.0638C14.3359 11.2482 13.9162 11.668 12.7318 11.668H11.8414' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M10.0599 4.33203H3.26823C2.0838 4.33203 1.66406 4.75176 1.66406 5.9362V12.7279C1.66406 13.9123 2.0838 14.332 3.26823 14.332H10.0599C11.2443 14.332 11.6641 13.9123 11.6641 12.7279V5.9362C11.6641 4.75176 11.2443 4.33203 10.0599 4.33203Z' stroke='%238E98A3' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3188
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/copy-to-clipboard.svg');
|
|
3080
3189
|
background-repeat: no-repeat;
|
|
3081
3190
|
background-position: center;
|
|
3082
3191
|
background-size: 100%;
|
|
@@ -3201,7 +3310,7 @@ html, body {
|
|
|
3201
3310
|
margin-right: 4px;
|
|
3202
3311
|
background-size: 100%;
|
|
3203
3312
|
background-position: center;
|
|
3204
|
-
background-image: url(
|
|
3313
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/error-message.svg');
|
|
3205
3314
|
}
|
|
3206
3315
|
|
|
3207
3316
|
._time-picker_vitro-control_1sx07It .k-timepicker {
|
|
@@ -3237,16 +3346,16 @@ html, body {
|
|
|
3237
3346
|
border: 1px solid #C0CAD5 !important;
|
|
3238
3347
|
}
|
|
3239
3348
|
|
|
3240
|
-
._time-picker_vitro-
|
|
3349
|
+
._time-picker_vitro-control_1sx07It .k-i-clock {
|
|
3241
3350
|
height: 16px;
|
|
3242
3351
|
width: 16px;
|
|
3243
3352
|
background-size: 100%;
|
|
3244
3353
|
background-repeat: no-repeat;
|
|
3245
3354
|
background-position: center;
|
|
3246
|
-
background-image: url(
|
|
3355
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/time-picker.svg');
|
|
3247
3356
|
}
|
|
3248
3357
|
|
|
3249
|
-
._time-picker_vitro-
|
|
3358
|
+
._time-picker_vitro-control_1sx07It .k-i-clock::before {
|
|
3250
3359
|
display: none;
|
|
3251
3360
|
}
|
|
3252
3361
|
|
|
@@ -3420,8 +3529,7 @@ html, body {
|
|
|
3420
3529
|
}
|
|
3421
3530
|
|
|
3422
3531
|
._lookup-picker-selected-item_vitro-button-close_1SRnr_0 {
|
|
3423
|
-
|
|
3424
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3532
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/cancel-dark-grey.svg');
|
|
3425
3533
|
}
|
|
3426
3534
|
|
|
3427
3535
|
._lookup-picker-html-value_vitro-item-html-value_2QBoTey {
|
|
@@ -3607,7 +3715,7 @@ html, body {
|
|
|
3607
3715
|
margin-right: 4px;
|
|
3608
3716
|
background-size: 100%;
|
|
3609
3717
|
background-position: center;
|
|
3610
|
-
background-image: url(
|
|
3718
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/error-message.svg');
|
|
3611
3719
|
}
|
|
3612
3720
|
|
|
3613
3721
|
._lookup-picker_vitro-button-copy_2UIHHZD {
|
|
@@ -3615,8 +3723,7 @@ html, body {
|
|
|
3615
3723
|
width: 20px;
|
|
3616
3724
|
display: inline-block;
|
|
3617
3725
|
right: 0;
|
|
3618
|
-
|
|
3619
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='copy-icon'%3E%3Cpath id='Vector' d='M4.33594 4.14517V3.27214C4.33594 2.0877 4.75567 1.66797 5.9401 1.66797H12.7318C13.9162 1.66797 14.3359 2.0877 14.3359 3.27214V10.0638C14.3359 11.2482 13.9162 11.668 12.7318 11.668H11.8414' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M10.0599 4.33203H3.26823C2.0838 4.33203 1.66406 4.75176 1.66406 5.9362V12.7279C1.66406 13.9123 2.0838 14.332 3.26823 14.332H10.0599C11.2443 14.332 11.6641 13.9123 11.6641 12.7279V5.9362C11.6641 4.75176 11.2443 4.33203 10.0599 4.33203Z' stroke='%238E98A3' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3726
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/copy-to-clipboard.svg');
|
|
3620
3727
|
background-repeat: no-repeat;
|
|
3621
3728
|
background-position: center;
|
|
3622
3729
|
background-size: 100%;
|
|
@@ -3657,28 +3764,23 @@ html, body {
|
|
|
3657
3764
|
}
|
|
3658
3765
|
|
|
3659
3766
|
._lookup-picker_vitro-button-close_3_Qndrj {
|
|
3660
|
-
|
|
3661
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%23D13438' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3767
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/cancel-red.svg');
|
|
3662
3768
|
}
|
|
3663
3769
|
|
|
3664
3770
|
._lookup-picker_vitro-button-collapse-bottom_3o0Pl83 {
|
|
3665
|
-
|
|
3666
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron-dropdown-Big'%3E%3Cpath id='Vector 9' d='M19.5 9L12 16.5L4.5 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3771
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/collapse-bottom.svg');
|
|
3667
3772
|
}
|
|
3668
3773
|
|
|
3669
3774
|
._lookup-picker_vitro-button-collapse-up_3i0OJub {
|
|
3670
|
-
|
|
3671
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 16.5L12 9L19.5 16.5' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
3775
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/collapse-up.svg');
|
|
3672
3776
|
}
|
|
3673
3777
|
|
|
3674
3778
|
._lookup-picker_vitro-focus_2UGpxXD ._lookup-picker_vitro-button-collapse-up_3i0OJub {
|
|
3675
|
-
|
|
3676
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron-dropdown-Big'%3E%3Cpath id='Vector 9' d='M4.5 16.5L12 9L19.5 16.5' stroke='%233274E0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3779
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/collapse-up-blue.svg');
|
|
3677
3780
|
}
|
|
3678
3781
|
|
|
3679
3782
|
._lookup-picker_vitro-error_dF7iopC ._lookup-picker_vitro-button-collapse-bottom_3o0Pl83 {
|
|
3680
|
-
|
|
3681
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron-dropdown-Big'%3E%3Cpath id='Vector 9' d='M19.5 9L12 16.5L4.5 9' stroke='%23D13438' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
3783
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/collapse-bottom-red.svg');
|
|
3682
3784
|
}
|
|
3683
3785
|
._command-menu_vitro-command-menu_l82vtIh {
|
|
3684
3786
|
display: flex;
|
|
@@ -3710,14 +3812,14 @@ html, body {
|
|
|
3710
3812
|
background: #F3F8FF !important;
|
|
3711
3813
|
}
|
|
3712
3814
|
|
|
3713
|
-
._command-menu-button_vitro-
|
|
3815
|
+
._command-menu-button_vitro-image_27yILgG {
|
|
3714
3816
|
width: 24px;
|
|
3715
3817
|
height: 24px;
|
|
3716
3818
|
margin-right: 4px;
|
|
3717
3819
|
}
|
|
3718
3820
|
|
|
3719
3821
|
@media (max-width: 800px) {
|
|
3720
|
-
._command-menu-button_vitro-command-menu-button_2IiXVbP ._command-menu-button_vitro-
|
|
3822
|
+
._command-menu-button_vitro-command-menu-button_2IiXVbP ._command-menu-button_vitro-image_27yILgG + div {
|
|
3721
3823
|
display: none;
|
|
3722
3824
|
}
|
|
3723
3825
|
|
|
@@ -3848,8 +3950,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3848
3950
|
position: absolute;
|
|
3849
3951
|
left: 16px;
|
|
3850
3952
|
top: -21px;
|
|
3851
|
-
|
|
3852
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_778_105705)'%3E%3Cpath d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
3953
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/command-menu/img/dropdown-menu-arrow.svg');
|
|
3853
3954
|
}
|
|
3854
3955
|
|
|
3855
3956
|
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O:first-child .dropdown-menu {
|
|
@@ -3900,14 +4001,14 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3900
4001
|
padding: 0px !important;
|
|
3901
4002
|
}
|
|
3902
4003
|
|
|
3903
|
-
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-item ._command-menu-dropdown-button_vitro-
|
|
4004
|
+
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-item ._command-menu-dropdown-button_vitro-image_2VNGo-H {
|
|
3904
4005
|
width: 20px;
|
|
3905
4006
|
height: 20px;
|
|
3906
4007
|
margin-right: 12px;
|
|
3907
4008
|
margin-left: 0;
|
|
3908
4009
|
}
|
|
3909
4010
|
|
|
3910
|
-
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-item ._command-menu-dropdown-button_vitro-
|
|
4011
|
+
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-item ._command-menu-dropdown-button_vitro-image_2VNGo-H img {
|
|
3911
4012
|
width: 20px;
|
|
3912
4013
|
height: 20px;
|
|
3913
4014
|
}
|
|
@@ -3919,11 +4020,10 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3919
4020
|
background-size: 100%;
|
|
3920
4021
|
background-position: center;
|
|
3921
4022
|
background-repeat: no-repeat;
|
|
3922
|
-
|
|
3923
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Chevron-dropdown-Big'%3E%3Cpath id='Vector 9' d='M19.5 9L12 16.5L4.5 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
4023
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/command-menu/img/collapse-bottom.svg');
|
|
3924
4024
|
}
|
|
3925
4025
|
|
|
3926
|
-
._command-menu-dropdown-button_vitro-
|
|
4026
|
+
._command-menu-dropdown-button_vitro-image_2VNGo-H {
|
|
3927
4027
|
width: 24px;
|
|
3928
4028
|
height: 24px;
|
|
3929
4029
|
margin-right: 4px;
|
|
@@ -3958,7 +4058,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3958
4058
|
}
|
|
3959
4059
|
|
|
3960
4060
|
@media (max-width: 800px) {
|
|
3961
|
-
._command-menu-dropdown-button_vitro-command-menu-dropdown-button_2ImIuc3 ._command-menu-dropdown-button_vitro-
|
|
4061
|
+
._command-menu-dropdown-button_vitro-command-menu-dropdown-button_2ImIuc3 ._command-menu-dropdown-button_vitro-image_2VNGo-H + div {
|
|
3962
4062
|
display: none;
|
|
3963
4063
|
}
|
|
3964
4064
|
|
|
@@ -3966,7 +4066,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3966
4066
|
min-width: 40px !important;
|
|
3967
4067
|
}
|
|
3968
4068
|
|
|
3969
|
-
li:first-child ._command-menu-dropdown-button_vitro-
|
|
4069
|
+
li:first-child ._command-menu-dropdown-button_vitro-image_2VNGo-H + div {
|
|
3970
4070
|
display: block;
|
|
3971
4071
|
}
|
|
3972
4072
|
|
|
@@ -3985,7 +4085,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3985
4085
|
margin-bottom: 8px;
|
|
3986
4086
|
}
|
|
3987
4087
|
|
|
3988
|
-
._sidebar-item_vitro-
|
|
4088
|
+
._sidebar-item_vitro-image_2A82YI0 {
|
|
3989
4089
|
width: 24px;
|
|
3990
4090
|
height: 24px;
|
|
3991
4091
|
flex-shrink: 0;
|
|
@@ -4027,11 +4127,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4027
4127
|
white-space: nowrap;
|
|
4028
4128
|
}
|
|
4029
4129
|
|
|
4030
|
-
._sidebar-item_vitro-icon-text_3ROhyLK {
|
|
4031
|
-
text-align: center;
|
|
4032
|
-
}
|
|
4033
|
-
|
|
4034
|
-
._sidebar-item_vitro-icon-text_3ROhyLK,
|
|
4035
4130
|
._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4036
4131
|
color: #222D44;
|
|
4037
4132
|
font-size: 14px;
|
|
@@ -4041,12 +4136,10 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4041
4136
|
background-color: #DCEEFF !important;
|
|
4042
4137
|
}
|
|
4043
4138
|
|
|
4044
|
-
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-icon-text_3ROhyLK,
|
|
4045
4139
|
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4046
4140
|
color: #326AD6;
|
|
4047
4141
|
}
|
|
4048
4142
|
|
|
4049
|
-
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-icon-text_3ROhyLK,
|
|
4050
4143
|
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4051
4144
|
color: #326AD6;
|
|
4052
4145
|
font-weight: 500;
|
|
@@ -4081,14 +4174,12 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4081
4174
|
width: 24px;
|
|
4082
4175
|
background-size: 100%;
|
|
4083
4176
|
background-position: center;
|
|
4084
|
-
|
|
4085
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' fill='%23222D44'/%3E%3C/svg%3E%0A");
|
|
4177
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker.svg');
|
|
4086
4178
|
}
|
|
4087
4179
|
|
|
4088
4180
|
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > ._sidebar-item_vitro-active_7p5iOhY::before,
|
|
4089
4181
|
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > ._sidebar-item_vitro-hover_1mECzme::before {
|
|
4090
|
-
|
|
4091
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' fill='%23326AD6'/%3E%3C/svg%3E%0A");
|
|
4182
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker-active.svg');
|
|
4092
4183
|
}
|
|
4093
4184
|
|
|
4094
4185
|
._sidebar-item_vitro-expanded_3qb1vOx,
|
|
@@ -4101,7 +4192,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4101
4192
|
height: 16px;
|
|
4102
4193
|
background-size: 100%;
|
|
4103
4194
|
background-repeat: no-repeat;
|
|
4104
|
-
background-image: url(
|
|
4195
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/collapse-bottom-black.svg');
|
|
4105
4196
|
}
|
|
4106
4197
|
|
|
4107
4198
|
._sidebar-item_vitro-expanded_3qb1vOx {
|
|
@@ -4112,14 +4203,13 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4112
4203
|
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-expanded_3qb1vOx,
|
|
4113
4204
|
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-collapsed_2EhVmXL,
|
|
4114
4205
|
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-collapsed_2EhVmXL {
|
|
4115
|
-
content: url(
|
|
4206
|
+
content: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/collapse-bottom-blue.svg');
|
|
4116
4207
|
}
|
|
4117
4208
|
|
|
4118
4209
|
._sidebar-item_vitro-display-none_2WwKi5v {
|
|
4119
4210
|
display: none;
|
|
4120
4211
|
}
|
|
4121
4212
|
|
|
4122
|
-
.vitro-bottom-menu ._sidebar-item_vitro-icon-text_3ROhyLK,
|
|
4123
4213
|
.vitro-bottom-menu ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4124
4214
|
display: block;
|
|
4125
4215
|
color: #4A556C;
|
|
@@ -4130,7 +4220,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4130
4220
|
white-space: normal;
|
|
4131
4221
|
}
|
|
4132
4222
|
|
|
4133
|
-
.vitro-bottom-menu ._sidebar-item_vitro-
|
|
4223
|
+
.vitro-bottom-menu ._sidebar-item_vitro-image_2A82YI0 {
|
|
4134
4224
|
margin-right: 0;
|
|
4135
4225
|
}
|
|
4136
4226
|
|
|
@@ -4237,8 +4327,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4237
4327
|
margin-right: 8px;
|
|
4238
4328
|
background-size: 100%;
|
|
4239
4329
|
background-position: center;
|
|
4240
|
-
|
|
4241
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' fill='%23222D44'/%3E%3C/svg%3E%0A");
|
|
4330
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker.svg');
|
|
4242
4331
|
}
|
|
4243
4332
|
|
|
4244
4333
|
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY {
|
|
@@ -4372,8 +4461,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4372
4461
|
background-size: 100%;
|
|
4373
4462
|
background-position: center;
|
|
4374
4463
|
background-repeat: no-repeat;
|
|
4375
|
-
|
|
4376
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='20' r='2.5' transform='rotate(-90 10.5 20)' fill='%234A556C'/%3E%3Ccircle cx='20.5' cy='20' r='2.5' transform='rotate(-90 20.5 20)' fill='%234A556C'/%3E%3Ccircle cx='30.5' cy='20' r='2.5' transform='rotate(-90 30.5 20)' fill='%234A556C'/%3E%3C/svg%3E%0A");
|
|
4464
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/bottom-menu-button-more.svg');
|
|
4377
4465
|
}
|
|
4378
4466
|
|
|
4379
4467
|
._sidebar_vitro-button-more_3s9oZY9:hover,
|
|
@@ -4382,92 +4470,208 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4382
4470
|
background-color: #fff;
|
|
4383
4471
|
outline: none;
|
|
4384
4472
|
}
|
|
4385
|
-
.
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
padding: 12px;
|
|
4390
|
-
margin: 12px 0;
|
|
4391
|
-
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
|
|
4392
|
-
min-height: 85px;
|
|
4473
|
+
._activity-item_vitro-item_3Tprske {
|
|
4474
|
+
margin-bottom: 16px;
|
|
4475
|
+
min-height: 32px;
|
|
4476
|
+
width: 100%;
|
|
4393
4477
|
}
|
|
4394
4478
|
|
|
4395
|
-
.
|
|
4396
|
-
background: #
|
|
4479
|
+
._activity-item_vitro-item_3Tprske._activity-item_vitro-active_2kENgvf {
|
|
4480
|
+
background: #F3F8FF;
|
|
4397
4481
|
}
|
|
4398
4482
|
|
|
4399
|
-
.
|
|
4400
|
-
|
|
4401
|
-
margin-bottom: -3px;
|
|
4483
|
+
._activity-item_vitro-item_3Tprske > .vitro-flex {
|
|
4484
|
+
width: 100%;
|
|
4402
4485
|
}
|
|
4403
4486
|
|
|
4404
|
-
.
|
|
4405
|
-
|
|
4487
|
+
._activity-item_vitro-title__QItISm {
|
|
4488
|
+
white-space: nowrap;
|
|
4489
|
+
overflow: hidden;
|
|
4490
|
+
text-overflow: ellipsis;
|
|
4491
|
+
display: flex;
|
|
4492
|
+
align-items: center;
|
|
4493
|
+
}
|
|
4494
|
+
|
|
4495
|
+
._activity-item_vitro-title__QItISm span {
|
|
4496
|
+
color: #222d44;
|
|
4406
4497
|
font-size: 14px;
|
|
4407
|
-
line-height:
|
|
4408
|
-
|
|
4498
|
+
line-height: 16px;
|
|
4499
|
+
font-family: 'InterMedium';
|
|
4500
|
+
text-overflow: ellipsis;
|
|
4501
|
+
overflow: hidden;
|
|
4409
4502
|
}
|
|
4410
4503
|
|
|
4411
|
-
.
|
|
4412
|
-
|
|
4504
|
+
._activity-item_vitro-due-date_1mBIraY {
|
|
4505
|
+
white-space: nowrap;
|
|
4506
|
+
color: #4A556C !important;
|
|
4507
|
+
margin-left: 8px;
|
|
4508
|
+
font-family: 'InterRegular' !important;
|
|
4413
4509
|
}
|
|
4414
4510
|
|
|
4415
|
-
.
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
line-height: 21px;
|
|
4419
|
-
margin-right: 48px;
|
|
4511
|
+
._activity-item_vitro-content_3Lt7XRy {
|
|
4512
|
+
width: 100%;
|
|
4513
|
+
min-width: 0;
|
|
4420
4514
|
}
|
|
4421
4515
|
|
|
4422
|
-
.
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4516
|
+
._activity-item_vitro-content_3Lt7XRy p {
|
|
4517
|
+
-webkit-margin-before: 0px;
|
|
4518
|
+
margin-block-start: 0px;
|
|
4519
|
+
-webkit-margin-after: 0px;
|
|
4520
|
+
margin-block-end: 0px;
|
|
4521
|
+
margin-bottom: 0px;
|
|
4522
|
+
color: #bdbdbd;
|
|
4523
|
+
font-size: 9pt;
|
|
4524
|
+
line-height: 14px;
|
|
4426
4525
|
}
|
|
4427
4526
|
|
|
4428
|
-
.
|
|
4429
|
-
|
|
4527
|
+
._activity-item_vitro-content_3Lt7XRy p span {
|
|
4528
|
+
font-size: 9pt !important;
|
|
4430
4529
|
}
|
|
4431
4530
|
|
|
4432
|
-
.
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
text-align: right;
|
|
4437
|
-
color: #6C757D;
|
|
4438
|
-
font-size: 14px;
|
|
4439
|
-
line-height: 150%;
|
|
4531
|
+
._activity-item_vitro-content_3Lt7XRy .vitro-status-changed {
|
|
4532
|
+
font-style: normal;
|
|
4533
|
+
color: #27AE60;
|
|
4534
|
+
font-size: 9pt;
|
|
4440
4535
|
}
|
|
4441
4536
|
|
|
4442
|
-
.
|
|
4443
|
-
|
|
4444
|
-
position: absolute;
|
|
4445
|
-
top: 0;
|
|
4446
|
-
left: 4px;
|
|
4447
|
-
right: 4px;
|
|
4537
|
+
._activity-item_vitro-message_1ndqhgR {
|
|
4538
|
+
overflow-wrap: anywhere;
|
|
4448
4539
|
}
|
|
4449
4540
|
|
|
4450
|
-
.
|
|
4451
|
-
width:
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
left: 0;
|
|
4455
|
-
bottom: 4px;
|
|
4456
|
-
background: #ff5b2d;
|
|
4541
|
+
._activity-item_vitro-message_1ndqhgR img {
|
|
4542
|
+
max-width: calc(100% - 20px);
|
|
4543
|
+
display: block;
|
|
4544
|
+
margin: 4px 0;
|
|
4457
4545
|
}
|
|
4458
4546
|
|
|
4459
|
-
.
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4547
|
+
._activity-item_vitro-flex_37IxBWe {
|
|
4548
|
+
display: flex;
|
|
4549
|
+
}
|
|
4550
|
+
|
|
4551
|
+
._activity-item_vitro-dropdown-button_1J50ja7 {
|
|
4552
|
+
margin-left: auto;
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
._activity-item_vitro-avatar_218ZqAk {
|
|
4556
|
+
width: 32px;
|
|
4557
|
+
min-width: 32px;
|
|
4558
|
+
height: 32px;
|
|
4559
|
+
line-height: 32px;
|
|
4560
|
+
font-size: 16px;
|
|
4561
|
+
margin-right: 8px;
|
|
4562
|
+
}
|
|
4563
|
+
|
|
4564
|
+
._task-user-list_vitro-task-user-list_3GBJVjt {
|
|
4565
|
+
display: flex;
|
|
4566
|
+
flex-direction: row;
|
|
4567
|
+
flex-wrap: wrap;
|
|
4568
|
+
max-width: 80%;
|
|
4569
|
+
margin: 16px 0 0 0;
|
|
4570
|
+
}
|
|
4571
|
+
|
|
4572
|
+
._task-user-list_vitro-task-user-list_3GBJVjt .vitro-content p {
|
|
4573
|
+
-webkit-margin-before: 0px;
|
|
4574
|
+
margin-block-start: 0px;
|
|
4575
|
+
-webkit-margin-after: 0px;
|
|
4576
|
+
margin-block-end: 0px;
|
|
4577
|
+
margin-top: 4px;
|
|
4578
|
+
font-size: 8pt;
|
|
4579
|
+
color: #bdbdbd;
|
|
4580
|
+
line-height: 12px;
|
|
4581
|
+
margin-bottom: 0px;
|
|
4582
|
+
}
|
|
4583
|
+
|
|
4584
|
+
@media (max-width: 800px) {
|
|
4585
|
+
._task-user-list_vitro-task-user-list_3GBJVjt {
|
|
4586
|
+
max-width: 100%;
|
|
4587
|
+
}
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4590
|
+
._task-tile_vitro-task-tile_35bZu48 {
|
|
4591
|
+
position: relative;
|
|
4592
|
+
background-color: #fff;
|
|
4593
|
+
border-radius: 4px;
|
|
4594
|
+
padding: 12px;
|
|
4595
|
+
margin: 12px 0;
|
|
4596
|
+
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
|
|
4597
|
+
min-height: 85px;
|
|
4598
|
+
}
|
|
4599
|
+
|
|
4600
|
+
._task-tile_vitro-task-tile_35bZu48._task-tile_vitro-active_11W9nJz {
|
|
4601
|
+
background: #DCEEFF;
|
|
4602
|
+
}
|
|
4603
|
+
|
|
4604
|
+
._task-tile_vitro-content_rl2ERCQ {
|
|
4605
|
+
margin-top: 2px;
|
|
4606
|
+
margin-bottom: -3px;
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4609
|
+
._task-tile_vitro-description_qtyUbLy,
|
|
4610
|
+
._task-tile_vitro-comment_2im2AJj {
|
|
4611
|
+
font-size: 14px;
|
|
4612
|
+
line-height: 21px;
|
|
4613
|
+
color: #6C757D;
|
|
4614
|
+
}
|
|
4615
|
+
|
|
4616
|
+
._task-tile_vitro-comment_2im2AJj {
|
|
4617
|
+
margin-top: 18px;
|
|
4618
|
+
}
|
|
4619
|
+
|
|
4620
|
+
._task-tile_vitro-title_1pXrIrB {
|
|
4621
|
+
color: #222D44;
|
|
4622
|
+
font-size: 14px;
|
|
4623
|
+
line-height: 21px;
|
|
4624
|
+
margin-right: 48px;
|
|
4625
|
+
}
|
|
4626
|
+
|
|
4627
|
+
._task-tile_vitro-top-right_19tbPX4 {
|
|
4628
|
+
position: absolute;
|
|
4629
|
+
right: 23px;
|
|
4630
|
+
top: 17px;
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
._task-tile_vitro-dropdown-button_2YgEUdg {
|
|
4634
|
+
margin-right: -1px;
|
|
4635
|
+
}
|
|
4636
|
+
|
|
4637
|
+
._task-tile_vitro-bottom-right_2E9WAle {
|
|
4638
|
+
position: absolute;
|
|
4639
|
+
right: 12px;
|
|
4640
|
+
bottom: 12px;
|
|
4641
|
+
text-align: right;
|
|
4642
|
+
color: #6C757D;
|
|
4643
|
+
font-size: 14px;
|
|
4644
|
+
line-height: 150%;
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
._task-tile_vitro-task-tile_35bZu48 .vitro-task-tile-status-indicator {
|
|
4648
|
+
height: 2px;
|
|
4649
|
+
position: absolute;
|
|
4650
|
+
top: 0;
|
|
4651
|
+
left: 4px;
|
|
4652
|
+
right: 4px;
|
|
4653
|
+
}
|
|
4654
|
+
|
|
4655
|
+
._task-tile_vitro-task-tile_35bZu48 .vitro-task-tile-expired-indicator {
|
|
4656
|
+
width: 2px;
|
|
4657
|
+
position: absolute;
|
|
4658
|
+
top: 4px;
|
|
4659
|
+
left: 0;
|
|
4660
|
+
bottom: 4px;
|
|
4661
|
+
background: #ff5b2d;
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
._task-tile_vitro-button-cancel_1lgja1K {
|
|
4665
|
+
cursor: pointer;
|
|
4666
|
+
height: 24px;
|
|
4667
|
+
width: 24px;
|
|
4463
4668
|
position: absolute;
|
|
4464
4669
|
top: 12px;
|
|
4465
4670
|
right: 12px;
|
|
4466
4671
|
background-size: 100%;
|
|
4467
4672
|
background-repeat: no-repeat;
|
|
4468
4673
|
background-position: center;
|
|
4469
|
-
|
|
4470
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
4674
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/task-tile/img/cancel-dark-grey.svg');
|
|
4471
4675
|
}
|
|
4472
4676
|
|
|
4473
4677
|
.vitro-time-log-history ._task-tile_vitro-task-tile_35bZu48:first-child {
|
|
@@ -4513,7 +4717,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4513
4717
|
background-position: center;
|
|
4514
4718
|
background-size: 100%;
|
|
4515
4719
|
background-repeat: no-repeat;
|
|
4516
|
-
background-image: url(
|
|
4720
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/cancel-dark-grey.svg');
|
|
4517
4721
|
}
|
|
4518
4722
|
|
|
4519
4723
|
._alert_vitro-icon_pK385gF {
|
|
@@ -4652,18 +4856,15 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4652
4856
|
}
|
|
4653
4857
|
|
|
4654
4858
|
._alert_vitro-alert_3sPAkJb .alert-danger ._alert_vitro-icon_pK385gF {
|
|
4655
|
-
|
|
4656
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23D13438'/%3E%3Cpath id='Vector_2' d='M9 15L12 12L15 15M15 9L11.9994 12L9 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
4859
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/error.svg');
|
|
4657
4860
|
}
|
|
4658
4861
|
|
|
4659
4862
|
._alert_vitro-alert_3sPAkJb .alert-success ._alert_vitro-icon_pK385gF {
|
|
4660
|
-
|
|
4661
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath id='Vector' d='M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z' fill='%23198754'/%3E%3Cpath id='Vector_2' d='M8 12L11 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
4863
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/success.svg');
|
|
4662
4864
|
}
|
|
4663
4865
|
|
|
4664
4866
|
._alert_vitro-alert_3sPAkJb .alert-warning ._alert_vitro-icon_pK385gF {
|
|
4665
|
-
|
|
4666
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23F3AD4A'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M12 6V12Z' fill='white'/%3E%3Cpath d='M12 6V12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle id='Ellipse 135' cx='12' cy='17' r='1' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
4867
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/warning.svg');
|
|
4667
4868
|
}
|
|
4668
4869
|
._dialog-content_vitro-dialog-content_qQNWu6x {
|
|
4669
4870
|
min-width: auto;
|
|
@@ -4695,6 +4896,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4695
4896
|
color: #222D44;
|
|
4696
4897
|
font-size: 20px;
|
|
4697
4898
|
line-height: 24px;
|
|
4899
|
+
font-family: 'InterRegular';
|
|
4698
4900
|
margin-bottom: 0;
|
|
4699
4901
|
}
|
|
4700
4902
|
|
|
@@ -4702,11 +4904,12 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4702
4904
|
color: #4A556C;
|
|
4703
4905
|
font-size: 14px;
|
|
4704
4906
|
line-height: 16px;
|
|
4907
|
+
font-family: 'InterRegular';
|
|
4705
4908
|
margin-top: 7px;
|
|
4706
4909
|
margin-bottom: 0;
|
|
4707
4910
|
}
|
|
4708
4911
|
|
|
4709
|
-
._dialog-header_vitro-
|
|
4912
|
+
._dialog-header_vitro-image_3TdbvmV {
|
|
4710
4913
|
width: 38px;
|
|
4711
4914
|
height: 38px;
|
|
4712
4915
|
margin-right: 16px;
|
|
@@ -4726,12 +4929,13 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4726
4929
|
outline: 0;
|
|
4727
4930
|
cursor: pointer;
|
|
4728
4931
|
padding: 0;
|
|
4729
|
-
width:
|
|
4730
|
-
height:
|
|
4731
|
-
right: -
|
|
4732
|
-
top:
|
|
4733
|
-
|
|
4734
|
-
background-
|
|
4932
|
+
width: 60px;
|
|
4933
|
+
height: 60px;
|
|
4934
|
+
right: -64px;
|
|
4935
|
+
top: -9px;
|
|
4936
|
+
background-size: 100%;
|
|
4937
|
+
background-repeat: no-repeat;
|
|
4938
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dialog/img/cancel-white.svg');
|
|
4735
4939
|
}
|
|
4736
4940
|
|
|
4737
4941
|
._dialog-button-close_vitro-button-close_2BpzTR0 {
|
|
@@ -4855,7 +5059,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4855
5059
|
border-radius: 4px;
|
|
4856
5060
|
padding: 0;
|
|
4857
5061
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
4858
|
-
|
|
5062
|
+
margin-top: 6px;
|
|
4859
5063
|
}
|
|
4860
5064
|
|
|
4861
5065
|
._user-profile_vitro-user-profile_11XpBoQ .dropdown-menu::before {
|
|
@@ -4870,8 +5074,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4870
5074
|
position: absolute;
|
|
4871
5075
|
top: -21px;
|
|
4872
5076
|
right: 0;
|
|
4873
|
-
|
|
4874
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_778_105705)'%3E%3Cpath d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
5077
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/user-profile/img/dropdown-menu-arrow.svg');
|
|
4875
5078
|
}
|
|
4876
5079
|
|
|
4877
5080
|
._user-profile_vitro-dropdown-item_dSErsta {
|
|
@@ -4935,97 +5138,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4935
5138
|
position: relative;
|
|
4936
5139
|
}
|
|
4937
5140
|
|
|
4938
|
-
._activity-item_vitro-item_3Tprske {
|
|
4939
|
-
margin-bottom: 16px;
|
|
4940
|
-
min-height: 32px;
|
|
4941
|
-
width: 100%;
|
|
4942
|
-
}
|
|
4943
|
-
|
|
4944
|
-
._activity-item_vitro-item_3Tprske._activity-item_vitro-active_2kENgvf {
|
|
4945
|
-
background: #F3F8FF;
|
|
4946
|
-
}
|
|
4947
|
-
|
|
4948
|
-
._activity-item_vitro-item_3Tprske > .vitro-flex {
|
|
4949
|
-
width: 100%;
|
|
4950
|
-
}
|
|
4951
|
-
|
|
4952
|
-
._activity-item_vitro-title__QItISm {
|
|
4953
|
-
white-space: nowrap;
|
|
4954
|
-
overflow: hidden;
|
|
4955
|
-
text-overflow: ellipsis;
|
|
4956
|
-
display: flex;
|
|
4957
|
-
align-items: center;
|
|
4958
|
-
}
|
|
4959
|
-
|
|
4960
|
-
._activity-item_vitro-title__QItISm span {
|
|
4961
|
-
color: #222d44;
|
|
4962
|
-
font-size: 14px;
|
|
4963
|
-
line-height: 16px;
|
|
4964
|
-
font-family: 'InterMedium';
|
|
4965
|
-
text-overflow: ellipsis;
|
|
4966
|
-
overflow: hidden;
|
|
4967
|
-
}
|
|
4968
|
-
|
|
4969
|
-
._activity-item_vitro-due-date_1mBIraY {
|
|
4970
|
-
white-space: nowrap;
|
|
4971
|
-
color: #4A556C !important;
|
|
4972
|
-
margin-left: 8px;
|
|
4973
|
-
font-family: 'InterRegular' !important;
|
|
4974
|
-
}
|
|
4975
|
-
|
|
4976
|
-
._activity-item_vitro-content_3Lt7XRy {
|
|
4977
|
-
width: 100%;
|
|
4978
|
-
min-width: 0;
|
|
4979
|
-
}
|
|
4980
|
-
|
|
4981
|
-
._activity-item_vitro-content_3Lt7XRy p {
|
|
4982
|
-
-webkit-margin-before: 0px;
|
|
4983
|
-
margin-block-start: 0px;
|
|
4984
|
-
-webkit-margin-after: 0px;
|
|
4985
|
-
margin-block-end: 0px;
|
|
4986
|
-
margin-bottom: 0px;
|
|
4987
|
-
color: #bdbdbd;
|
|
4988
|
-
font-size: 9pt;
|
|
4989
|
-
line-height: 14px;
|
|
4990
|
-
}
|
|
4991
|
-
|
|
4992
|
-
._activity-item_vitro-content_3Lt7XRy p span {
|
|
4993
|
-
font-size: 9pt !important;
|
|
4994
|
-
}
|
|
4995
|
-
|
|
4996
|
-
._activity-item_vitro-content_3Lt7XRy .vitro-status-changed {
|
|
4997
|
-
font-style: normal;
|
|
4998
|
-
color: #27AE60;
|
|
4999
|
-
font-size: 9pt;
|
|
5000
|
-
}
|
|
5001
|
-
|
|
5002
|
-
._activity-item_vitro-message_1ndqhgR {
|
|
5003
|
-
overflow-wrap: anywhere;
|
|
5004
|
-
}
|
|
5005
|
-
|
|
5006
|
-
._activity-item_vitro-message_1ndqhgR img {
|
|
5007
|
-
max-width: calc(100% - 20px);
|
|
5008
|
-
display: block;
|
|
5009
|
-
margin: 4px 0;
|
|
5010
|
-
}
|
|
5011
|
-
|
|
5012
|
-
._activity-item_vitro-flex_37IxBWe {
|
|
5013
|
-
display: flex;
|
|
5014
|
-
}
|
|
5015
|
-
|
|
5016
|
-
._activity-item_vitro-dropdown-button_1J50ja7 {
|
|
5017
|
-
margin-left: auto;
|
|
5018
|
-
}
|
|
5019
|
-
|
|
5020
|
-
._activity-item_vitro-avatar_218ZqAk {
|
|
5021
|
-
width: 32px;
|
|
5022
|
-
min-width: 32px;
|
|
5023
|
-
height: 32px;
|
|
5024
|
-
line-height: 32px;
|
|
5025
|
-
font-size: 16px;
|
|
5026
|
-
margin-right: 8px;
|
|
5027
|
-
}
|
|
5028
|
-
|
|
5029
5141
|
._activity-message_vitro-activity-message_3GdyQuC {
|
|
5030
5142
|
display: flex;
|
|
5031
5143
|
flex-direction: column;
|
|
@@ -5091,8 +5203,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5091
5203
|
background-repeat: no-repeat;
|
|
5092
5204
|
margin: 0 4px;
|
|
5093
5205
|
white-space: nowrap;
|
|
5094
|
-
|
|
5095
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1602 7.81641C14.8684 7.5247 14.8671 7.05213 15.1572 6.7588C15.4496 6.46318 15.9267 6.46186 16.2207 6.75587L20.7585 11.2936C21.1487 11.6839 21.149 12.3165 20.7592 12.7071L16.2204 17.255C15.9267 17.5494 15.4494 17.5483 15.157 17.2526C14.867 16.9595 14.8683 16.4871 15.1599 16.1956L18.5937 12.7617L3.2857 12.7729C2.87128 12.7732 2.53516 12.4373 2.53516 12.0229C2.53516 11.6089 2.87061 11.2732 3.28461 11.2729L18.6055 11.2617L15.1602 7.81641Z' fill='%234A556C'/%3E%3C/svg%3E%0A");
|
|
5206
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/activity-item/img/activity-arrow.svg');
|
|
5096
5207
|
}
|
|
5097
5208
|
|
|
5098
5209
|
._message-input_vitro-message-input_3MkcjWD {
|
|
@@ -5163,8 +5274,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5163
5274
|
background-size: 100%;
|
|
5164
5275
|
background-position: center;
|
|
5165
5276
|
background-repeat: no-repeat;
|
|
5166
|
-
|
|
5167
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.9969 6.24219L7.15809 15.081C6.5723 15.6668 6.5723 16.6166 7.15809 17.2023C7.74388 17.7881 8.69362 17.7881 9.27941 17.2023L18.1182 8.36351C19.2898 7.19193 19.2898 5.29244 18.1182 4.12087C16.9467 2.94929 15.0472 2.94929 13.8756 4.12087L5.03677 12.9597C3.27941 14.7171 3.27941 17.5663 5.03677 19.3237C6.79413 21.081 9.64337 21.081 11.4007 19.3237L20.4969 10.2275' stroke='%238E98A3' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
5277
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/message-input/img/paperclip.svg');
|
|
5168
5278
|
}
|
|
5169
5279
|
|
|
5170
5280
|
._message-input_vitro-button-send_1vktQrZ {
|
|
@@ -5181,8 +5291,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5181
5291
|
background-repeat: no-repeat;
|
|
5182
5292
|
box-shadow: 0px 0px 4px 0px rgba(19, 43, 74, 0.18);
|
|
5183
5293
|
margin-left: 12px;
|
|
5184
|
-
|
|
5185
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon_line/Send'%3E%3Cg id='Group 33514'%3E%3Cpath id='Vector' d='M21.7365 10.9623C22.4909 11.3814 22.4909 12.4664 21.7365 12.8855L9.00978 19.9559C7.64603 20.7135 6.02992 19.4959 6.38207 17.9761L7.5752 12.8268C7.71285 12.2327 7.71285 11.6151 7.5752 11.021L6.38207 5.87172C6.02992 4.35191 7.64603 3.13428 9.00977 3.89192L21.7365 10.9623Z' fill='%23347FDE'/%3E%3Cpath id='Vector 15' d='M8.46875 11.9219L13.4687 11.9219' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
5294
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/message-input/img/send.svg');
|
|
5186
5295
|
}
|
|
5187
5296
|
|
|
5188
5297
|
._message-input_vitro-button-send_1vktQrZ:hover,
|
|
@@ -5218,7 +5327,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5218
5327
|
right: 0;
|
|
5219
5328
|
}
|
|
5220
5329
|
|
|
5221
|
-
._image-picker_vitro-image-picker-
|
|
5330
|
+
._image-picker_vitro-image-picker-defaultImage-wrapper_1BHZ1he {
|
|
5222
5331
|
display: flex;
|
|
5223
5332
|
width: 76px;
|
|
5224
5333
|
height: 76px;
|
|
@@ -5230,7 +5339,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5230
5339
|
background: var(--grey-grey-sh-50, rgba(228, 230, 236, 0.50));
|
|
5231
5340
|
}
|
|
5232
5341
|
|
|
5233
|
-
._image-picker_vitro-image-picker-
|
|
5342
|
+
._image-picker_vitro-image-picker-image-wrapper_328OVLU {
|
|
5234
5343
|
width: 76px;
|
|
5235
5344
|
height: 76px;
|
|
5236
5345
|
display: inline-block;
|
|
@@ -5238,7 +5347,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5238
5347
|
overflow: hidden;
|
|
5239
5348
|
}
|
|
5240
5349
|
|
|
5241
|
-
._image-picker_vitro-image-picker-
|
|
5350
|
+
._image-picker_vitro-image-picker-image-wrapper_328OVLU img {
|
|
5242
5351
|
width: 100%;
|
|
5243
5352
|
height: 100%;
|
|
5244
5353
|
-o-object-fit: cover;
|
|
@@ -5250,11 +5359,10 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5250
5359
|
display: none;
|
|
5251
5360
|
}
|
|
5252
5361
|
|
|
5253
|
-
._image-picker_vitro-
|
|
5362
|
+
._image-picker_vitro-image-default_LhN4iy6 {
|
|
5254
5363
|
width: 100%;
|
|
5255
5364
|
height: 100%;
|
|
5256
|
-
|
|
5257
|
-
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icons8-images 2'%3E%3Cpath id='Vector' d='M38.8219 5.27219L34.8809 32.8486C34.8397 33.1249 34.5807 33.3191 34.3043 33.278L28.022 32.3839L9.74546 29.7721C9.46312 29.7308 9.2691 29.472 9.31017 29.1957L12.2221 8.81912L13.2515 1.61898C13.2925 1.34267 13.5513 1.14851 13.8279 1.18384L38.3867 4.69544C38.6632 4.7368 38.8572 4.99559 38.8219 5.27219Z' fill='%23E9E9FF'/%3E%3Cpath id='Vector_2' d='M28.022 9.35966V32.3772L9.74546 29.7655C9.46312 29.7242 9.2691 29.4654 9.31017 29.1891L12.2221 8.8125H27.475C27.775 8.8125 28.022 9.05951 28.022 9.35966Z' fill='%23CFCFFF'/%3E%3Cpath id='Vector_3' d='M36.1531 7.06066L33.306 26.9782L28.0178 26.2194L12.4531 23.996L14.6237 8.81359L15.3001 4.07812L36.1531 7.06066Z' fill='%23347FDE'/%3E%3Cpath id='Vector_4' d='M28.0178 9.35966V26.2183L12.4531 23.9949L14.6237 8.8125H27.4708C27.7708 8.8125 28.0178 9.05951 28.0178 9.35966Z' fill='%233274E0'/%3E%3Cg id='Group'%3E%3Cpath id='Vector_5' d='M27.0105 10.4621V38.318C27.0105 38.5991 26.7827 38.8269 26.5016 38.8269H1.69254C1.41146 38.8269 1.18359 38.5991 1.18359 38.318V10.4621C1.18359 10.181 1.41146 9.95312 1.69254 9.95312H26.5016C26.7827 9.95312 27.0105 10.181 27.0105 10.4621Z' fill='%23E9E9FF'/%3E%3Cpath id='Vector_6' d='M11.0801 35.4589L11.0802 36.1298C11.0802 36.2184 11.0068 36.2918 10.9181 36.2918L7.58398 36.2918C7.49535 36.2918 7.42192 36.2184 7.42192 36.1298L7.42188 35.4589C7.42187 35.3677 7.49529 35.2969 7.58392 35.2969L10.9181 35.2969C11.0067 35.2969 11.0801 35.3677 11.0801 35.4589Z' fill='%23CFCFFF'/%3E%3Cpath id='Vector_7' d='M20.7693 35.4589L20.7694 36.1298C20.7694 36.2184 20.696 36.2918 20.6073 36.2918L12.5761 36.2918C12.4849 36.2918 12.4141 36.2184 12.4141 36.1298L12.4141 35.4589C12.4141 35.3677 12.4849 35.2969 12.5761 35.2969L20.6073 35.2969C20.6959 35.2969 20.7693 35.3677 20.7693 35.4589Z' fill='%23CFCFFF'/%3E%3Cpath id='Vector_8' d='M24.6299 12.6172H3.56641V32.7366H24.6299V12.6172Z' fill='%2370C1F9'/%3E%3Cpath id='Vector_9' d='M24.6266 25.5804V32.7327H11.1055L15.479 27.0011L15.8585 26.5067L17.8956 23.8359H23.2964L24.6266 25.5804Z' fill='%234F5D99'/%3E%3Cpath id='Vector_10' d='M20.6117 32.7338H11.1055L15.479 27.0022L15.8585 26.5078L16.2346 27.0022L20.6117 32.7338Z' fill='%233D4A75'/%3E%3Cpath id='Vector_11' d='M19.8592 32.7332H3.56641V25.5809L6.19186 22.1406H11.7738L15.4823 27.0017L19.8592 32.7332Z' fill='%234F5D99'/%3E%3Cpath id='Vector_12' d='M11.778 22.1358L9.95314 19.7436C9.46568 19.1063 8.50809 19.1063 8.02063 19.7436L6.19531 22.1358H11.778Z' fill='%23E9E9FF'/%3E%3Cpath id='Vector_13' d='M23.1852 19.7054H16.5234C16.8016 19.0682 17.4368 18.6204 18.1746 18.6204C18.4606 18.6204 18.7309 18.6874 18.9696 18.8058C19.4411 18.3738 20.0684 18.1094 20.7549 18.1094C21.8438 18.1094 22.7789 18.7663 23.1852 19.7054Z' fill='%23E9E9FF'/%3E%3Cpath id='Vector_14' d='M11.2361 17.3474H5.54688C5.78445 16.8032 6.32688 16.4208 6.957 16.4208C7.20127 16.4208 7.43205 16.478 7.6359 16.5791C8.03856 16.2102 8.57429 15.9844 9.16057 15.9844C10.0905 15.9844 10.8891 16.5454 11.2361 17.3474Z' fill='%23E9E9FF'/%3E%3Cpath id='Vector_15' d='M15.0821 17.6096C16.0918 17.6096 16.9104 16.7911 16.9104 15.7814C16.9104 14.7717 16.0918 13.9531 15.0821 13.9531C14.0724 13.9531 13.2539 14.7717 13.2539 15.7814C13.2539 16.7911 14.0724 17.6096 15.0821 17.6096Z' fill='%23FDC72E'/%3E%3Cg id='Group_2'%3E%3Cpath id='Vector_16' d='M23.2929 23.8354L21.4335 21.3996C21.0087 20.846 20.1731 20.846 19.7482 21.3996L17.8906 23.8354H23.2929Z' fill='%23E9E9FF'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' opacity='0.2'%3E%3Cpath id='Vector_17' d='M1.70703 9.95312L11.4165 38.8269H21.1939L11.4784 9.95312H1.70703Z' fill='white'/%3E%3Cpath id='Vector_18' d='M14.1281 9.95312H12.7227L22.4372 38.8269H23.8362L14.1281 9.95312Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
5365
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/image-picker/img/image-picker.svg');
|
|
5258
5366
|
}
|
|
5259
5367
|
|
|
5260
5368
|
._image-picker_vitro-image-picker-label-wrapper_WRLzUYM {
|
|
@@ -5341,8 +5449,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5341
5449
|
margin-left: 2px;
|
|
5342
5450
|
background-position: center;
|
|
5343
5451
|
background-size: 100%;
|
|
5344
|
-
|
|
5345
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
5452
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/collapse-bottom.svg');
|
|
5346
5453
|
}
|
|
5347
5454
|
|
|
5348
5455
|
._criterion_vitro-operator-list_3A2VZsd {
|
|
@@ -5387,8 +5494,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5387
5494
|
background-color: transparent;
|
|
5388
5495
|
background-size: 100%;
|
|
5389
5496
|
background-position: center;
|
|
5390
|
-
|
|
5391
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.63281 14.3711L10.002 10.002L14.3711 14.3711M14.3711 5.63281L10.0011 10.002L5.63281 5.63281' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
5497
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/cancel-grey.svg');
|
|
5392
5498
|
}
|
|
5393
5499
|
|
|
5394
5500
|
._criterion_vitro-focus_3FNLsoN ._criterion_vitro-label_3F6a8dj {
|
|
@@ -5427,10 +5533,10 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5427
5533
|
width: 16px;
|
|
5428
5534
|
background-size: 100%;
|
|
5429
5535
|
background-position: center;
|
|
5430
|
-
background-image: url(
|
|
5536
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/collapse-bottom.svg');
|
|
5431
5537
|
}
|
|
5432
5538
|
|
|
5433
|
-
._criterion_vitro-
|
|
5539
|
+
._criterion_vitro-image_1f6DKPL {
|
|
5434
5540
|
height: 16px;
|
|
5435
5541
|
width: 16px;
|
|
5436
5542
|
}
|
|
@@ -5465,8 +5571,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5465
5571
|
position: absolute;
|
|
5466
5572
|
top: -21px;
|
|
5467
5573
|
left: 12px;
|
|
5468
|
-
|
|
5469
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_778_105705)'%3E%3Cpath d='M20.3117 11.6584C21.0973 10.4213 22.9027 10.4213 23.6883 11.6584L29.5752 20.9278C30.4208 22.2593 29.4642 24 27.8869 24H16.1131C14.5358 24 13.5792 22.2593 14.4248 20.9278L20.3117 11.6584Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_778_105705' x='0.109375' y='0.730469' width='43.7812' height='41.2695' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_778_105705'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_778_105705' result='effect2_dropShadow_778_105705'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_778_105705' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
5574
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/dropdown-menu-arrow.svg');
|
|
5470
5575
|
}
|
|
5471
5576
|
|
|
5472
5577
|
._criterion_vitro-condition-list_10UIxJI li {
|
|
@@ -5490,7 +5595,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5490
5595
|
background: #F3F8FF;
|
|
5491
5596
|
}
|
|
5492
5597
|
|
|
5493
|
-
._criterion_vitro-condition-list_10UIxJI ._criterion_vitro-
|
|
5598
|
+
._criterion_vitro-condition-list_10UIxJI ._criterion_vitro-image_1f6DKPL {
|
|
5494
5599
|
height: 20px;
|
|
5495
5600
|
width: 20px;
|
|
5496
5601
|
}
|
|
@@ -5540,8 +5645,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5540
5645
|
background-size: 100%;
|
|
5541
5646
|
background-position: center;
|
|
5542
5647
|
margin-right: 8px;
|
|
5543
|
-
|
|
5544
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='circum:search'%3E%3Cpath id='Vector' d='M18.3236 18.8832C18.6858 19.2434 19.2449 18.6875 18.8827 18.3351L15.9297 15.3909C16.9656 14.2512 17.5381 12.7692 17.5361 11.233C17.5361 7.79544 14.725 5 11.2681 5C7.81118 5 5 7.79544 5 11.233C5 14.6705 7.81118 17.4659 11.2681 17.4659C12.8272 17.4659 14.2682 16.8943 15.3707 15.9468L18.3236 18.8832ZM5.78666 11.233C5.78666 8.22611 8.25136 5.78304 11.2673 5.78304C14.2911 5.78304 16.7479 8.22611 16.7479 11.233C16.7479 14.2398 14.2911 16.6829 11.2673 16.6829C8.25136 16.6829 5.78666 14.2398 5.78666 11.233Z' fill='%23222D44'/%3E%3C/g%3E%3C/svg%3E");
|
|
5648
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/search.svg');
|
|
5545
5649
|
}
|
|
5546
5650
|
|
|
5547
5651
|
._input_vitro-button-search_15PeWCS:hover,
|
|
@@ -5574,8 +5678,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5574
5678
|
|
|
5575
5679
|
._input_vitro-button-settings_1w9FwYt {
|
|
5576
5680
|
border-radius: 4px;
|
|
5577
|
-
|
|
5578
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconamoon:options-thin'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M5.60156 8.80469H12.8016M16.0016 8.80469H18.4016M11.2016 15.2047H18.4016M5.60156 15.2047H8.00156' stroke='%23222D44' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M9.6 16.8016C10.4837 16.8016 11.2 16.0852 11.2 15.2016C11.2 14.3179 10.4837 13.6016 9.6 13.6016C8.71634 13.6016 8 14.3179 8 15.2016C8 16.0852 8.71634 16.8016 9.6 16.8016Z' stroke='%23222D44'/%3E%3Cpath id='Vector_3' d='M14.4047 10.4031C15.2883 10.4031 16.0047 9.68678 16.0047 8.80313C16.0047 7.91947 15.2883 7.20312 14.4047 7.20312C13.521 7.20312 12.8047 7.91947 12.8047 8.80313C12.8047 9.68678 13.521 10.4031 14.4047 10.4031Z' stroke='%23222D44'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
5681
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/search-settings.svg');
|
|
5579
5682
|
}
|
|
5580
5683
|
|
|
5581
5684
|
._input_vitro-button-settings_1w9FwYt._input_vitro-active_jxhGdE8,
|
|
@@ -5584,8 +5687,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5584
5687
|
}
|
|
5585
5688
|
|
|
5586
5689
|
._input_vitro-button-cancel_YqNZPj- {
|
|
5587
|
-
|
|
5588
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%23222D44' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
5690
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/cancel-black.svg');
|
|
5589
5691
|
}
|
|
5590
5692
|
|
|
5591
5693
|
._input_vitro-search-value_1ZbcNTJ {
|
|
@@ -5610,8 +5712,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5610
5712
|
|
|
5611
5713
|
._input_vitro-search-value_1ZbcNTJ ._input_vitro-button-cancel_YqNZPj- {
|
|
5612
5714
|
margin: 0;
|
|
5613
|
-
|
|
5614
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='iconoir:cancel'%3E%3Cpath id='Vector' d='M6.75781 17.2438L12.0008 12.0008L17.2438 17.2438M17.2438 6.75781L11.9998 12.0008L6.75781 6.75781' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
5715
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/cancel-dark-grey.svg');
|
|
5615
5716
|
}
|
|
5616
5717
|
|
|
5617
5718
|
@media (max-width: 800px) {
|
|
@@ -5832,8 +5933,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5832
5933
|
|
|
5833
5934
|
.handle-bar_drag::after {
|
|
5834
5935
|
left: 3px;
|
|
5835
|
-
|
|
5836
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Spliter'%3E%3Cpath id='Rectangle 4359' d='M0 0H4.5C5.32843 0 6 0.671573 6 1.5V28.5C6 29.3284 5.32843 30 4.5 30H0V0Z' fill='%23326AD6'/%3E%3Cpath id='Polygon 3' d='M1.5 12.911C1.5 12.6251 1.80945 12.4464 2.05701 12.5894L5.12058 14.3581C5.36814 14.501 5.36814 14.8584 5.12058 15.0013L2.05701 16.7701C1.80945 16.913 1.5 16.7343 1.5 16.4485L1.5 12.911Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
|
|
5936
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/splitter/img/splitter-handle-bar-drag.svg');
|
|
5837
5937
|
}
|
|
5838
5938
|
|
|
5839
5939
|
.pane.vertical.primary {
|
|
@@ -5889,23 +5989,19 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5889
5989
|
}
|
|
5890
5990
|
|
|
5891
5991
|
._route-item_vitro-button-collapse_1kVB5Vo {
|
|
5892
|
-
|
|
5893
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-right' filter='url(%23filter0_dd_2119_119831)'%3E%3Cpath id='Vector' d='M7 10.5L12 15.5L17 10.5' stroke='%234A556C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
|
|
5992
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/route-item/img/collapse-bottom-small.svg');
|
|
5894
5993
|
}
|
|
5895
5994
|
|
|
5896
5995
|
._route-item_vitro-button-expand_3IuABa1 {
|
|
5897
|
-
|
|
5898
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron-right' filter='url(%23filter0_dd_2119_118517)'%3E%3Cpath id='Vector' d='M10.5 17L15.5 12L10.5 7' stroke='%234A556C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
|
|
5996
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/route-item/img/collapse-right-small.svg');
|
|
5899
5997
|
}
|
|
5900
5998
|
|
|
5901
5999
|
._route-item_vitro-button-hide-comment_2CiY-Ch {
|
|
5902
|
-
|
|
5903
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 19H8C3 19 2 19 2 14V9C2 4 3 3 8 3H16C21 3 22 4 22 9V14C22 18 21 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z' stroke='%234A556C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9918 11.75H17.0052' stroke='%234A556C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9918 11.75H12.0052' stroke='%234A556C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99176 11.75H7.00523' stroke='%234A556C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 2L2 22' stroke='%23222D44' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
|
|
6000
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/route-item/img/comment-hidden.svg');
|
|
5904
6001
|
}
|
|
5905
6002
|
|
|
5906
6003
|
._route-item_vitro-button-show-comment_DJt2SLC {
|
|
5907
|
-
|
|
5908
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 19H8C3 19 2 19 2 14V9C2 4 3 3 8 3H16C21 3 22 4 22 9V14C22 18 21 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z' stroke='%234A556C' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.9918 11.75H17.0052' stroke='%234A556C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9918 11.75H12.0052' stroke='%234A556C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99176 11.75H7.00523' stroke='%234A556C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
6004
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/route-item/img/comment.svg');
|
|
5909
6005
|
}
|
|
5910
6006
|
|
|
5911
6007
|
._route-item_vitro-avatar_3Dypnmz {
|
|
@@ -5968,4 +6064,257 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5968
6064
|
min-width: 8px;
|
|
5969
6065
|
margin-right: 8px;
|
|
5970
6066
|
border-radius: 50%;
|
|
5971
|
-
}
|
|
6067
|
+
}
|
|
6068
|
+
._page-layout_vitro-page_GzZ3agH {
|
|
6069
|
+
height: 100%;
|
|
6070
|
+
display: flex;
|
|
6071
|
+
flex-direction: column;
|
|
6072
|
+
background: #F7F9FC;
|
|
6073
|
+
}
|
|
6074
|
+
|
|
6075
|
+
._header_vitro-header_ta9aLJn {
|
|
6076
|
+
position: relative;
|
|
6077
|
+
width: 100%;
|
|
6078
|
+
background-color: #F7F9FC;
|
|
6079
|
+
}
|
|
6080
|
+
|
|
6081
|
+
._header-nav-bar-sidebar-button_vitro-nav-bar-sidebar-button_3IZcIOc {
|
|
6082
|
+
height: 24px;
|
|
6083
|
+
width: 24px;
|
|
6084
|
+
cursor: pointer;
|
|
6085
|
+
border: none;
|
|
6086
|
+
outline: none;
|
|
6087
|
+
background-color: transparent;
|
|
6088
|
+
background-position: center;
|
|
6089
|
+
background-repeat: no-repeat;
|
|
6090
|
+
background-size: 100%;
|
|
6091
|
+
z-index: 100;
|
|
6092
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/header/img/nav-bar-button.svg');
|
|
6093
|
+
}
|
|
6094
|
+
|
|
6095
|
+
.toggled.pinned ._header-nav-bar-sidebar-button_vitro-nav-bar-sidebar-button_3IZcIOc {
|
|
6096
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/header/img/nav-bar-button-active.svg');
|
|
6097
|
+
}
|
|
6098
|
+
|
|
6099
|
+
@media (max-width: 800px) {
|
|
6100
|
+
._header-nav-bar-sidebar-button_vitro-nav-bar-sidebar-button_3IZcIOc {
|
|
6101
|
+
display: none;
|
|
6102
|
+
}
|
|
6103
|
+
}
|
|
6104
|
+
|
|
6105
|
+
._header-nav-bar_vitro-nav-bar_EuyFIk8 {
|
|
6106
|
+
padding: 0 16px;
|
|
6107
|
+
width: 100%;
|
|
6108
|
+
height: 72px;
|
|
6109
|
+
}
|
|
6110
|
+
._header-nav-service_vitro-nav-service_1-i4GOh {
|
|
6111
|
+
height: 34px;
|
|
6112
|
+
padding: 0 16px;
|
|
6113
|
+
display: flex;
|
|
6114
|
+
justify-content: space-between;
|
|
6115
|
+
align-items: center;
|
|
6116
|
+
}
|
|
6117
|
+
._header-customer-logo_vitro-customer-logo_2htY4zG {
|
|
6118
|
+
height: 16px;
|
|
6119
|
+
min-width: 40px;
|
|
6120
|
+
background-position: center center;
|
|
6121
|
+
background-size: 140%;
|
|
6122
|
+
margin-right: 20px;
|
|
6123
|
+
}
|
|
6124
|
+
|
|
6125
|
+
._product-title_vitro-product-title_2gZcA5j {
|
|
6126
|
+
display: flex;
|
|
6127
|
+
-webkit-user-select: none;
|
|
6128
|
+
-moz-user-select: none;
|
|
6129
|
+
user-select: none;
|
|
6130
|
+
z-index: 3;
|
|
6131
|
+
}
|
|
6132
|
+
|
|
6133
|
+
._product-title_vitro-product-title_2gZcA5j img {
|
|
6134
|
+
max-height: 25px;
|
|
6135
|
+
margin: 0px 32px;
|
|
6136
|
+
}
|
|
6137
|
+
|
|
6138
|
+
@media (max-width: 800px) {
|
|
6139
|
+
._product-title_vitro-product-title_2gZcA5j img {
|
|
6140
|
+
margin: 0;
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6143
|
+
._product-title_vitro-product-title_2gZcA5j {
|
|
6144
|
+
z-index: unset;
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
._right-align-control-group_vitro-right_2vnd6R7 {
|
|
6148
|
+
padding-right: 0;
|
|
6149
|
+
display: flex;
|
|
6150
|
+
align-items: center;
|
|
6151
|
+
}
|
|
6152
|
+
|
|
6153
|
+
._right-align-control-group_vitro-right_2vnd6R7 > div {
|
|
6154
|
+
display: flex;
|
|
6155
|
+
align-items: center;
|
|
6156
|
+
}
|
|
6157
|
+
|
|
6158
|
+
._center-align-control-group_vitro-center_3SHmVN- {
|
|
6159
|
+
flex: 1 1;
|
|
6160
|
+
}
|
|
6161
|
+
._main_vitro-main_Kk2JMBF {
|
|
6162
|
+
width: calc(100% - 56px);
|
|
6163
|
+
height: 100%;
|
|
6164
|
+
overflow-x: hidden;
|
|
6165
|
+
margin-left: 56px;
|
|
6166
|
+
position: relative;
|
|
6167
|
+
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
|
|
6168
|
+
border-radius: 4px 0px 0px 0px;
|
|
6169
|
+
background: #fff;
|
|
6170
|
+
}
|
|
6171
|
+
|
|
6172
|
+
._main_vitro-main_Kk2JMBF > div {
|
|
6173
|
+
overflow-y: hidden;
|
|
6174
|
+
height: 100%;
|
|
6175
|
+
display: flex;
|
|
6176
|
+
flex-direction: column;
|
|
6177
|
+
}
|
|
6178
|
+
|
|
6179
|
+
.toggled.pinned ._main_vitro-main_Kk2JMBF {
|
|
6180
|
+
margin-left: 208px;
|
|
6181
|
+
width: calc(100% - 208px);
|
|
6182
|
+
}
|
|
6183
|
+
|
|
6184
|
+
@media (max-width: 800px) {
|
|
6185
|
+
._main_vitro-main_Kk2JMBF {
|
|
6186
|
+
width: calc(100% - 24px);
|
|
6187
|
+
margin: 0 auto;
|
|
6188
|
+
border-radius: 4px 4px 0px 0px;
|
|
6189
|
+
height: calc(100% - 130px);
|
|
6190
|
+
padding-bottom: 16px;
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
#TableViewDetail {
|
|
6194
|
+
height: 100%;
|
|
6195
|
+
}
|
|
6196
|
+
|
|
6197
|
+
._table-view-detail_vitro-table-view-detail_zxwp4XX {
|
|
6198
|
+
width: 100%;
|
|
6199
|
+
height: 100%;
|
|
6200
|
+
display: flex;
|
|
6201
|
+
flex-direction: column;
|
|
6202
|
+
justify-content: space-between;
|
|
6203
|
+
}
|
|
6204
|
+
|
|
6205
|
+
.vitro-task-detail-group {
|
|
6206
|
+
padding: 16px;
|
|
6207
|
+
}
|
|
6208
|
+
._expand-control-group_vitro-title_3nqqfyQ {
|
|
6209
|
+
cursor: pointer;
|
|
6210
|
+
color: #222D44;
|
|
6211
|
+
font-size: 12pt;
|
|
6212
|
+
padding: 2px 0 8px 0;
|
|
6213
|
+
-webkit-touch-callout: none;
|
|
6214
|
+
-webkit-user-select: none;
|
|
6215
|
+
-moz-user-select: none;
|
|
6216
|
+
user-select: none;
|
|
6217
|
+
position: relative;
|
|
6218
|
+
}
|
|
6219
|
+
|
|
6220
|
+
._expand-control-group_vitro-button-collapse_14wEdB1,
|
|
6221
|
+
._expand-control-group_vitro-button-expand_bwV3dXl {
|
|
6222
|
+
vertical-align: middle;
|
|
6223
|
+
margin-right: 8px;
|
|
6224
|
+
margin-top: -2px;
|
|
6225
|
+
width: 12px;
|
|
6226
|
+
height: 12px;
|
|
6227
|
+
}
|
|
6228
|
+
|
|
6229
|
+
._expand-control-group_vitro-button-collapse_14wEdB1 {
|
|
6230
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/expand-control-group/img/collapse-up.svg');
|
|
6231
|
+
}
|
|
6232
|
+
|
|
6233
|
+
._expand-control-group_vitro-button-expand_bwV3dXl {
|
|
6234
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/expand-control-group/img/collapse-bottom.svg');
|
|
6235
|
+
}
|
|
6236
|
+
|
|
6237
|
+
._expand-control-group_vitro-expand-control-group_1qSUMoN > ._expand-control-group_vitro-content_2UPEUhm {
|
|
6238
|
+
margin: 8px 0 16px 0;
|
|
6239
|
+
}
|
|
6240
|
+
|
|
6241
|
+
._expand-control-group_vitro-display-none_Zs_5rQL {
|
|
6242
|
+
display: none;
|
|
6243
|
+
}
|
|
6244
|
+
|
|
6245
|
+
._expand-control-group_vitro-right_jD5r2aS._expand-control-group_vitro-button-collapse_14wEdB1,
|
|
6246
|
+
._expand-control-group_vitro-right_jD5r2aS._expand-control-group_vitro-button-expand_bwV3dXl {
|
|
6247
|
+
vertical-align: middle;
|
|
6248
|
+
width: 12px;
|
|
6249
|
+
height: 12px;
|
|
6250
|
+
margin-right: 35px !important;
|
|
6251
|
+
margin-top: 2px !important;
|
|
6252
|
+
float: right !important;
|
|
6253
|
+
}
|
|
6254
|
+
|
|
6255
|
+
._radio_vitro-control_1pRRp6K {
|
|
6256
|
+
width: 100%;
|
|
6257
|
+
position: relative;
|
|
6258
|
+
margin-bottom: 32px;
|
|
6259
|
+
}
|
|
6260
|
+
|
|
6261
|
+
._radio_vitro-radio-content_2iXhEPK {
|
|
6262
|
+
width: 100%;
|
|
6263
|
+
display: flex;
|
|
6264
|
+
align-items: center;
|
|
6265
|
+
}
|
|
6266
|
+
|
|
6267
|
+
._radio_vitro-radio-content_2iXhEPK > input {
|
|
6268
|
+
width: 16px;
|
|
6269
|
+
height: 16px;
|
|
6270
|
+
margin-right: 8px;
|
|
6271
|
+
cursor: pointer;
|
|
6272
|
+
}
|
|
6273
|
+
|
|
6274
|
+
._radio_vitro-radio-content_2iXhEPK input::before,
|
|
6275
|
+
._radio_vitro-radio-content_2iXhEPK input:checked::before {
|
|
6276
|
+
content: '';
|
|
6277
|
+
display: block;
|
|
6278
|
+
width: 100%;
|
|
6279
|
+
height: 100%;
|
|
6280
|
+
background: #fff;
|
|
6281
|
+
background-size: 100%;
|
|
6282
|
+
background-position: center;
|
|
6283
|
+
background-repeat: no-repeat;
|
|
6284
|
+
}
|
|
6285
|
+
|
|
6286
|
+
._radio_vitro-radio-content_2iXhEPK input::before {
|
|
6287
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/radio/img/radio-empty.svg');
|
|
6288
|
+
}
|
|
6289
|
+
|
|
6290
|
+
._radio_vitro-radio-content_2iXhEPK input:checked::before {
|
|
6291
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/radio/img/radio-active.svg');
|
|
6292
|
+
}
|
|
6293
|
+
|
|
6294
|
+
._radio_vitro-radio-content_2iXhEPK input:disabled::before {
|
|
6295
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/radio/img/radio-empty-disabled.svg');
|
|
6296
|
+
}
|
|
6297
|
+
|
|
6298
|
+
._radio_vitro-radio-content_2iXhEPK input:checked:disabled::before {
|
|
6299
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/radio/img/radio-active-disabled.svg');
|
|
6300
|
+
}
|
|
6301
|
+
|
|
6302
|
+
._radio_vitro-disabled_2JSpn9- ._radio_vitro-label_21dXFJN {
|
|
6303
|
+
color: #C0CAD5;
|
|
6304
|
+
}
|
|
6305
|
+
|
|
6306
|
+
._radio_vitro-label_21dXFJN {
|
|
6307
|
+
color: #222D44;
|
|
6308
|
+
font-size: 14px;
|
|
6309
|
+
line-height: 16px;
|
|
6310
|
+
}
|
|
6311
|
+
|
|
6312
|
+
._radio_vitro-left-label_3BbOjIR {
|
|
6313
|
+
display: flex;
|
|
6314
|
+
align-items: center;
|
|
6315
|
+
}
|
|
6316
|
+
|
|
6317
|
+
._radio_vitro-left-label_3BbOjIR ._radio_vitro-label_21dXFJN {
|
|
6318
|
+
margin-right: 8px;
|
|
6319
|
+
}
|
|
6320
|
+
|