@vitrosoftware/common-ui-ts 1.1.84 → 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 +109 -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 +28 -44
- package/css/std/controls/bim-viewer/bim-viewer.css +7 -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 +25 -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 +82 -150
- package/css/std/controls/pdf-viewer/pdf-viewer.css +12 -7
- 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/scrollbar/scrollbar.css +2 -0
- 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 +204 -41
- package/css/std/controls/sidebar/sidebar.css +21 -9
- 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 +78 -108
- 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 +12 -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 +95 -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 +955 -413
- package/dist/index.js +1328 -2213
- package/dist/index.js.map +1 -1
- package/dist/src/constants/Factory.d.ts +1 -0
- package/dist/src/constants/MobileView.d.ts +3 -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/ScrollBar/ScrollBar.d.ts +1 -0
- package/dist/src/controls/Sidebar/GroupItem.d.ts +16 -0
- package/dist/src/controls/Sidebar/Item.d.ts +4 -2
- package/dist/src/controls/Sidebar/LinkItem.d.ts +5 -3
- package/dist/src/controls/Sidebar/Section.d.ts +7 -2
- package/dist/src/controls/Sidebar/SectionList.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/Sidebar/SidebarItem.d.ts +6 -4
- 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 +35 -3
- 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 +2 -2
- package/css/common.css +0 -65
- /package/css/std/controls/{icon/icon.css → image/image.css} +0 -0
package/dist/index.css
CHANGED
|
@@ -1,14 +1,58 @@
|
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
@
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
+
}
|
|
12
56
|
|
|
13
57
|
html, body {
|
|
14
58
|
overscroll-behavior-x: none;
|
|
@@ -131,8 +175,7 @@ html, body {
|
|
|
131
175
|
background-size: 100%;
|
|
132
176
|
background-position: center;
|
|
133
177
|
background-repeat: no-repeat;
|
|
134
|
-
|
|
135
|
-
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');
|
|
136
179
|
}
|
|
137
180
|
|
|
138
181
|
._breadcrumbs_vitro-breadcrumbs-button_3fazq3c::after {
|
|
@@ -155,8 +198,7 @@ html, body {
|
|
|
155
198
|
position: relative;
|
|
156
199
|
background-repeat: no-repeat;
|
|
157
200
|
background-size: 100%;
|
|
158
|
-
|
|
159
|
-
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');
|
|
160
202
|
}
|
|
161
203
|
|
|
162
204
|
._breadcrumbs_vitro-root_1S5-6AY {
|
|
@@ -168,8 +210,7 @@ html, body {
|
|
|
168
210
|
height: 20px;
|
|
169
211
|
display: inline-block;
|
|
170
212
|
background-size: 100%;
|
|
171
|
-
|
|
172
|
-
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');
|
|
173
214
|
}
|
|
174
215
|
|
|
175
216
|
._breadcrumbs_vitro-drop-down-list_2PhrR2a {
|
|
@@ -195,8 +236,7 @@ html, body {
|
|
|
195
236
|
position: absolute;
|
|
196
237
|
top: -21px;
|
|
197
238
|
left: 12px;
|
|
198
|
-
|
|
199
|
-
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');
|
|
200
240
|
}
|
|
201
241
|
|
|
202
242
|
._breadcrumbs_vitro-drop-down-list_2PhrR2a ul {
|
|
@@ -235,6 +275,8 @@ html, body {
|
|
|
235
275
|
}
|
|
236
276
|
}
|
|
237
277
|
|
|
278
|
+
@import url('@vitrosoftware/common-ui-ts/css/third-party/perfect-scrollbar/perfect-scrollbar.css');
|
|
279
|
+
|
|
238
280
|
._scrollbar_vitro-scrollbar-content_3HXSt5u {
|
|
239
281
|
height: 100%;
|
|
240
282
|
width: 100%;
|
|
@@ -385,6 +427,8 @@ html, body {
|
|
|
385
427
|
}
|
|
386
428
|
}
|
|
387
429
|
|
|
430
|
+
@import url('@vitrosoftware/common-ui-ts/css/third-party/jstree/style.min.css');
|
|
431
|
+
|
|
388
432
|
#TreeView {
|
|
389
433
|
height: calc(100% - 36px);
|
|
390
434
|
flex: 1 1;
|
|
@@ -457,28 +501,23 @@ html, body {
|
|
|
457
501
|
}
|
|
458
502
|
|
|
459
503
|
._tree-view_vitro-tree-view_3oii-CW .vitro-root-node > .jstree-anchor > .jstree-icon.folder {
|
|
460
|
-
|
|
461
|
-
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;
|
|
462
505
|
}
|
|
463
506
|
|
|
464
507
|
._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-open .jstree-anchor.jstree-clicked .jstree-icon.folder {
|
|
465
|
-
|
|
466
|
-
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');
|
|
467
509
|
}
|
|
468
510
|
|
|
469
511
|
._tree-view_vitro-tree-view_3oii-CW .jstree-node.jstree-open .jstree-anchor .jstree-icon.folder {
|
|
470
|
-
|
|
471
|
-
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');
|
|
472
513
|
}
|
|
473
514
|
|
|
474
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 {
|
|
475
|
-
|
|
476
|
-
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');
|
|
477
517
|
}
|
|
478
518
|
|
|
479
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 {
|
|
480
|
-
|
|
481
|
-
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');
|
|
482
521
|
}
|
|
483
522
|
|
|
484
523
|
._tree-view_vitro-tree-view_3oii-CW .jstree-icon {
|
|
@@ -490,32 +529,149 @@ html, body {
|
|
|
490
529
|
}
|
|
491
530
|
|
|
492
531
|
._tree-view_vitro-tree-view_3oii-CW .jstree-open > .jstree-icon.jstree-ocl {
|
|
493
|
-
|
|
494
|
-
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');
|
|
495
533
|
background-repeat: no-repeat;
|
|
496
534
|
background-position: center center !important;
|
|
497
535
|
}
|
|
498
536
|
|
|
499
537
|
._tree-view_vitro-tree-view_3oii-CW .jstree-closed > .jstree-icon.jstree-ocl {
|
|
500
|
-
|
|
501
|
-
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');
|
|
502
539
|
background-repeat: no-repeat;
|
|
503
540
|
background-position: center center !important;
|
|
504
541
|
}
|
|
505
542
|
|
|
506
543
|
._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox {
|
|
507
|
-
|
|
508
|
-
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');
|
|
509
545
|
}
|
|
510
546
|
|
|
511
547
|
._tree-view_vitro-tree-view_3oii-CW .jstree-checked .jstree-checkbox {
|
|
512
|
-
|
|
513
|
-
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');
|
|
514
549
|
}
|
|
515
550
|
|
|
516
551
|
._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox.jstree-undetermined {
|
|
517
|
-
|
|
518
|
-
|
|
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
|
+
}
|
|
519
675
|
}
|
|
520
676
|
|
|
521
677
|
@import url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/treegrid.css');
|
|
@@ -545,19 +701,18 @@ html, body {
|
|
|
545
701
|
|
|
546
702
|
._table-view_vitro-table-view_1tTs32D .vitro-editable-cell {
|
|
547
703
|
font-weight: bold;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.vitro-tableview-progress-message {
|
|
551
|
-
border: none !important;
|
|
552
|
-
box-shadow: none !important;
|
|
553
|
-
|
|
554
|
-
background-
|
|
555
|
-
background-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
font-
|
|
560
|
-
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;
|
|
561
716
|
}
|
|
562
717
|
|
|
563
718
|
.vitro-tableview-progress-message.vitro-table-view-export-message {
|
|
@@ -593,6 +748,9 @@ html, body {
|
|
|
593
748
|
width: 241px;
|
|
594
749
|
height: 96px;
|
|
595
750
|
z-index: 1;
|
|
751
|
+
-webkit-user-select: none;
|
|
752
|
+
-moz-user-select: none;
|
|
753
|
+
user-select: none;
|
|
596
754
|
}
|
|
597
755
|
|
|
598
756
|
._uploader_vitro-uploader_237vX7T.vitro-dropzone-active {
|
|
@@ -648,6 +806,8 @@ html, body {
|
|
|
648
806
|
max-height: 177px;
|
|
649
807
|
overflow-y: auto;
|
|
650
808
|
overflow-x: hidden;
|
|
809
|
+
margin-right: -12px !important;
|
|
810
|
+
padding-right: 12px !important;
|
|
651
811
|
}
|
|
652
812
|
|
|
653
813
|
._uploader_vitro-uploader_237vX7T .k-upload-files::-webkit-scrollbar {
|
|
@@ -706,46 +866,6 @@ html, body {
|
|
|
706
866
|
background-size: 100%;
|
|
707
867
|
}
|
|
708
868
|
|
|
709
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-pdf::before {
|
|
710
|
-
/* pdf.svg URL-encoder for SVG */
|
|
711
|
-
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");
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-data::before {
|
|
715
|
-
/* xls.svg URL-encoder for SVG */
|
|
716
|
-
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");
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-image::before {
|
|
720
|
-
/* jpg.svg URL-encoder for SVG */
|
|
721
|
-
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");
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-presentation::before {
|
|
725
|
-
/* ppt.svg URL-encoder for SVG */
|
|
726
|
-
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");
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-zip::before {
|
|
730
|
-
/* zip.svg URL-encoder for SVG */
|
|
731
|
-
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");
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-txt::before {
|
|
735
|
-
/* txt.svg URL-encoder for SVG */
|
|
736
|
-
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");
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
._uploader_vitro-uploader_237vX7T .k-i-file::before {
|
|
740
|
-
/* default.svg URL-encoder for SVG */
|
|
741
|
-
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");
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
._uploader_vitro-uploader_237vX7T .k-i-file-video::before {
|
|
745
|
-
/* mp4.svg URL-encoder for SVG */
|
|
746
|
-
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");
|
|
747
|
-
}
|
|
748
|
-
|
|
749
869
|
._uploader_vitro-uploader_237vX7T .k-file-name-size-wrapper {
|
|
750
870
|
position: relative;
|
|
751
871
|
}
|
|
@@ -783,8 +903,7 @@ html, body {
|
|
|
783
903
|
height: 32px;
|
|
784
904
|
padding: 0;
|
|
785
905
|
background-color: #fff;
|
|
786
|
-
|
|
787
|
-
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');
|
|
788
907
|
background-repeat: no-repeat;
|
|
789
908
|
background-position: center;
|
|
790
909
|
}
|
|
@@ -815,8 +934,7 @@ html, body {
|
|
|
815
934
|
background-size: 100%;
|
|
816
935
|
background-position: center;
|
|
817
936
|
background-repeat: no-repeat;
|
|
818
|
-
|
|
819
|
-
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');
|
|
820
938
|
}
|
|
821
939
|
|
|
822
940
|
._uploader_vitro-uploader_237vX7T .k-dropzone {
|
|
@@ -854,20 +972,17 @@ html, body {
|
|
|
854
972
|
}
|
|
855
973
|
|
|
856
974
|
._uploader_vitro-uploader_237vX7T ._uploader_vitro-button-close_30As0AM {
|
|
857
|
-
|
|
858
|
-
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');
|
|
859
976
|
right: 16px;
|
|
860
977
|
}
|
|
861
978
|
|
|
862
979
|
._uploader_vitro-button-show_uUmWVJc {
|
|
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(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');
|
|
865
981
|
right: 48px;
|
|
866
982
|
}
|
|
867
983
|
|
|
868
984
|
._uploader_vitro-button-hide_LYS1px9 {
|
|
869
|
-
|
|
870
|
-
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');
|
|
871
986
|
right: 48px;
|
|
872
987
|
}
|
|
873
988
|
|
|
@@ -946,8 +1061,7 @@ html, body {
|
|
|
946
1061
|
background-position: center;
|
|
947
1062
|
margin-bottom: 4px;
|
|
948
1063
|
pointer-events: none;
|
|
949
|
-
|
|
950
|
-
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');
|
|
951
1065
|
}
|
|
952
1066
|
|
|
953
1067
|
._uploader_vitro-drop-zone-text_KLjek2K {
|
|
@@ -969,9 +1083,10 @@ html, body {
|
|
|
969
1083
|
}
|
|
970
1084
|
|
|
971
1085
|
._uploader_vitro-uploader_237vX7T ._uploader_vitro-progress-bar_3YXLbbu {
|
|
972
|
-
width:
|
|
1086
|
+
width: 0%;
|
|
973
1087
|
height: 8px;
|
|
974
1088
|
background: repeating-linear-gradient( 45deg, #3184FD, #3184FD 8px, #0D6EFD 8px, #0D6EFD 16px );
|
|
1089
|
+
transition: width 1s ease;
|
|
975
1090
|
}
|
|
976
1091
|
|
|
977
1092
|
.vitro-display-none {
|
|
@@ -1006,8 +1121,7 @@ html, body {
|
|
|
1006
1121
|
background-position: center;
|
|
1007
1122
|
background-size: 100%;
|
|
1008
1123
|
display: none;
|
|
1009
|
-
|
|
1010
|
-
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');
|
|
1011
1125
|
}
|
|
1012
1126
|
|
|
1013
1127
|
._uploader_vitro-uploader_237vX7T .vitro-upload-complete #vitro-uploader-title {
|
|
@@ -1064,12 +1178,24 @@ html, body {
|
|
|
1064
1178
|
width: 24px;
|
|
1065
1179
|
height: 24px;
|
|
1066
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
|
+
|
|
1067
1193
|
.vitro-display-none {
|
|
1068
1194
|
display: none;
|
|
1069
1195
|
}
|
|
1070
1196
|
|
|
1071
1197
|
._button_vitro-button_hVfBuSO {
|
|
1072
|
-
font-family: '
|
|
1198
|
+
font-family: 'InterMedium';
|
|
1073
1199
|
font-size: 14px;
|
|
1074
1200
|
outline: none;
|
|
1075
1201
|
height: 32px;
|
|
@@ -1110,9 +1236,9 @@ html, body {
|
|
|
1110
1236
|
background: #E4E6EC;
|
|
1111
1237
|
}
|
|
1112
1238
|
|
|
1113
|
-
._button_vitro-button_hVfBuSO .vitro-
|
|
1114
|
-
._button_vitro-button_hVfBuSO .vitro-
|
|
1115
|
-
._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 {
|
|
1116
1242
|
margin-right: 4px;
|
|
1117
1243
|
height: 24px;
|
|
1118
1244
|
width: 24px;
|
|
@@ -1176,28 +1302,23 @@ html, body {
|
|
|
1176
1302
|
}
|
|
1177
1303
|
|
|
1178
1304
|
._action-handler_vitro-icon-before_2OomEjN {
|
|
1179
|
-
|
|
1180
|
-
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');
|
|
1181
1306
|
}
|
|
1182
1307
|
|
|
1183
1308
|
._action-handler_vitro-icon-progress_2QurHaw {
|
|
1184
|
-
|
|
1185
|
-
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');
|
|
1186
1310
|
}
|
|
1187
1311
|
|
|
1188
1312
|
._action-handler_vitro-icon-error_2elcVFa {
|
|
1189
|
-
|
|
1190
|
-
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');
|
|
1191
1314
|
}
|
|
1192
1315
|
|
|
1193
1316
|
._action-handler_vitro-icon-success_3Pt7XlJ {
|
|
1194
|
-
|
|
1195
|
-
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');
|
|
1196
1318
|
}
|
|
1197
1319
|
|
|
1198
1320
|
._action-handler_vitro-icon-warning_3X_YncE {
|
|
1199
|
-
|
|
1200
|
-
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');
|
|
1201
1322
|
}
|
|
1202
1323
|
|
|
1203
1324
|
._action-handler_vitro-action-handler_1wgWRHB .popover-body {
|
|
@@ -1343,16 +1464,14 @@ html, body {
|
|
|
1343
1464
|
background-position: center;
|
|
1344
1465
|
background-repeat: no-repeat;
|
|
1345
1466
|
margin-left: 10px;
|
|
1346
|
-
|
|
1347
|
-
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');
|
|
1348
1468
|
}
|
|
1349
1469
|
|
|
1350
1470
|
._action-handler_vitro-success_1bfGHQQ ._action-handler_vitro-button-close_3mRTgQq,
|
|
1351
1471
|
._action-handler_vitro-warning_2uE9UfG ._action-handler_vitro-button-close_3mRTgQq,
|
|
1352
1472
|
._action-handler_vitro-error_1XXlWG- ._action-handler_vitro-button-close_3mRTgQq {
|
|
1353
1473
|
margin-left: 8px;
|
|
1354
|
-
|
|
1355
|
-
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');
|
|
1356
1475
|
}
|
|
1357
1476
|
|
|
1358
1477
|
._action-handler_vitro-button-cancel_GE8JsGp {
|
|
@@ -1397,13 +1516,11 @@ html, body {
|
|
|
1397
1516
|
}
|
|
1398
1517
|
|
|
1399
1518
|
._action-handler_vitro-button-collapse-bottom_aocIZUX {
|
|
1400
|
-
|
|
1401
|
-
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');
|
|
1402
1520
|
}
|
|
1403
1521
|
|
|
1404
1522
|
._action-handler_vitro-button-collapse-up_2lQ6JWm {
|
|
1405
|
-
|
|
1406
|
-
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');
|
|
1407
1524
|
}
|
|
1408
1525
|
|
|
1409
1526
|
@media (max-width: 800px) {
|
|
@@ -1487,7 +1604,7 @@ html, body {
|
|
|
1487
1604
|
background-size: 100%;
|
|
1488
1605
|
background-position: center;
|
|
1489
1606
|
background-repeat: no-repeat;
|
|
1490
|
-
background-image: url(
|
|
1607
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
|
|
1491
1608
|
}
|
|
1492
1609
|
|
|
1493
1610
|
._action-handler-info_vitro-success_22wks7Q,
|
|
@@ -1560,8 +1677,7 @@ html, body {
|
|
|
1560
1677
|
background-size: 100%;
|
|
1561
1678
|
background-position: center;
|
|
1562
1679
|
background-repeat: no-repeat;
|
|
1563
|
-
|
|
1564
|
-
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');
|
|
1565
1681
|
}
|
|
1566
1682
|
|
|
1567
1683
|
._dropdown-button_vitro-dropdown-button_1myvkhB ._dropdown-button_vitro-text_1FRiwp0 {
|
|
@@ -1608,18 +1724,17 @@ html, body {
|
|
|
1608
1724
|
position: absolute;
|
|
1609
1725
|
right: 0px;
|
|
1610
1726
|
top: -21px;
|
|
1611
|
-
|
|
1612
|
-
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');
|
|
1613
1728
|
}
|
|
1614
1729
|
|
|
1615
|
-
._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 {
|
|
1616
1731
|
width: 20px;
|
|
1617
1732
|
height: 20px;
|
|
1618
1733
|
margin-right: 12px;
|
|
1619
1734
|
margin-left: 0;
|
|
1620
1735
|
}
|
|
1621
1736
|
|
|
1622
|
-
._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 {
|
|
1623
1738
|
width: 20px;
|
|
1624
1739
|
height: 20px;
|
|
1625
1740
|
}
|
|
@@ -1666,10 +1781,10 @@ html, body {
|
|
|
1666
1781
|
justify-content: center;
|
|
1667
1782
|
}
|
|
1668
1783
|
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1784
|
+
._tab-group_vitro-tab_1Qb50HL > .vitro-content {
|
|
1785
|
+
position: relative;
|
|
1786
|
+
height: 100%;
|
|
1787
|
+
}
|
|
1673
1788
|
|
|
1674
1789
|
._tab-group_vitro-tab_1Qb50HL > .vitro-content > .container,
|
|
1675
1790
|
._tab-group_vitro-tab_1Qb50HL > .vitro-content > .container > div {
|
|
@@ -1700,8 +1815,6 @@ html, body {
|
|
|
1700
1815
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
1701
1816
|
}
|
|
1702
1817
|
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
1818
|
._tab-group_vitro-tab_1Qb50HL .nav .dropdown-item {
|
|
1706
1819
|
padding: 8px 12px;
|
|
1707
1820
|
}
|
|
@@ -1992,7 +2105,7 @@ html, body {
|
|
|
1992
2105
|
margin-right: 4px;
|
|
1993
2106
|
background-size: 100%;
|
|
1994
2107
|
background-position: center;
|
|
1995
|
-
background-image: url(
|
|
2108
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/input/img/error-message.svg');
|
|
1996
2109
|
}
|
|
1997
2110
|
|
|
1998
2111
|
._input_vitro-button-copy_jjyktjx {
|
|
@@ -2002,8 +2115,7 @@ html, body {
|
|
|
2002
2115
|
position: absolute;
|
|
2003
2116
|
right: 16px;
|
|
2004
2117
|
top: 10px;
|
|
2005
|
-
|
|
2006
|
-
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');
|
|
2007
2119
|
background-repeat: no-repeat;
|
|
2008
2120
|
background-position: center;
|
|
2009
2121
|
background-size: 100%;
|
|
@@ -2038,8 +2150,7 @@ html, body {
|
|
|
2038
2150
|
background-size: 100%;
|
|
2039
2151
|
background-position: center;
|
|
2040
2152
|
background-repeat: no-repeat;
|
|
2041
|
-
|
|
2042
|
-
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');
|
|
2043
2154
|
}
|
|
2044
2155
|
|
|
2045
2156
|
._avatar_vitro-avatar_P2tU-_r {
|
|
@@ -2167,6 +2278,7 @@ html, body {
|
|
|
2167
2278
|
overflow: hidden;
|
|
2168
2279
|
min-width: 0;
|
|
2169
2280
|
align-items: center;
|
|
2281
|
+
cursor: pointer;
|
|
2170
2282
|
}
|
|
2171
2283
|
|
|
2172
2284
|
._file-version-select_vitro-file-name_1PtLh8A {
|
|
@@ -2197,7 +2309,7 @@ html, body {
|
|
|
2197
2309
|
min-width: 24px;
|
|
2198
2310
|
background-size: 100%;
|
|
2199
2311
|
background-position: center;
|
|
2200
|
-
background-image: url(
|
|
2312
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/file-version-select/img/collapse-up.svg');
|
|
2201
2313
|
}
|
|
2202
2314
|
|
|
2203
2315
|
._file-version-select_vitro-button-collapse-bottom_38zg3bU {
|
|
@@ -2238,14 +2350,28 @@ html, body {
|
|
|
2238
2350
|
._file-version-select_vitro-version-list_3h5D3pD::before {
|
|
2239
2351
|
content: '';
|
|
2240
2352
|
display: block;
|
|
2241
|
-
|
|
2242
|
-
height:
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
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;
|
|
2247
2361
|
position: absolute;
|
|
2248
|
-
|
|
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');
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
._file-version-select_vitro-version-list_3h5D3pD .ps {
|
|
2368
|
+
max-height: 364px;
|
|
2369
|
+
border-radius: 4px;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
._file-version-select_vitro-version-list_3h5D3pD .ps__rail-y {
|
|
2373
|
+
border: none;
|
|
2374
|
+
background-color: transparent !important;
|
|
2249
2375
|
}
|
|
2250
2376
|
|
|
2251
2377
|
._file-version-select_vitro-file-version-item_38KWa8a {
|
|
@@ -2283,6 +2409,8 @@ html, body {
|
|
|
2283
2409
|
line-height: 24px;
|
|
2284
2410
|
border-radius: 4px;
|
|
2285
2411
|
padding: 4px;
|
|
2412
|
+
text-align: center;
|
|
2413
|
+
overflow: hidden;
|
|
2286
2414
|
}
|
|
2287
2415
|
|
|
2288
2416
|
._file-version-select_vitro-file-version-item_38KWa8a ._file-version-select_vitro-version-name_1821bal {
|
|
@@ -2344,7 +2472,7 @@ html, body {
|
|
|
2344
2472
|
border: unset !important;
|
|
2345
2473
|
background-size: 100%;
|
|
2346
2474
|
background-position: center;
|
|
2347
|
-
background-image: url(
|
|
2475
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tooltip/img/tooltip-arrow.svg');
|
|
2348
2476
|
}
|
|
2349
2477
|
|
|
2350
2478
|
._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-top .tooltip-arrow::before {
|
|
@@ -2394,16 +2522,15 @@ html, body {
|
|
|
2394
2522
|
background: #fff;
|
|
2395
2523
|
background-size: 100%;
|
|
2396
2524
|
background-position: center;
|
|
2525
|
+
background-repeat: no-repeat;
|
|
2397
2526
|
}
|
|
2398
2527
|
|
|
2399
2528
|
._checkbox_vitro-checkbox-content_2fBG1zl input::before {
|
|
2400
|
-
|
|
2401
|
-
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');
|
|
2402
2530
|
}
|
|
2403
2531
|
|
|
2404
2532
|
._checkbox_vitro-checkbox-content_2fBG1zl input:checked::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%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');
|
|
2407
2534
|
}
|
|
2408
2535
|
|
|
2409
2536
|
._checkbox_vitro-label_qZxCbCP {
|
|
@@ -2463,10 +2590,6 @@ html, body {
|
|
|
2463
2590
|
width: 165px;
|
|
2464
2591
|
height: 57px;
|
|
2465
2592
|
margin-bottom: 34px;
|
|
2466
|
-
background-size: 100%;
|
|
2467
|
-
background-position: center;
|
|
2468
|
-
/* vitro-logo.svg URL-encoder for SVG */
|
|
2469
|
-
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");
|
|
2470
2593
|
}
|
|
2471
2594
|
|
|
2472
2595
|
._login_vitro-title_nfoHltS {
|
|
@@ -2633,8 +2756,7 @@ html, body {
|
|
|
2633
2756
|
background-size: 100%;
|
|
2634
2757
|
background-repeat: no-repeat;
|
|
2635
2758
|
background-position: center;
|
|
2636
|
-
|
|
2637
|
-
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');
|
|
2638
2760
|
}
|
|
2639
2761
|
|
|
2640
2762
|
._login_vitro-copyright_1gm65Ao::before {
|
|
@@ -2646,8 +2768,7 @@ html, body {
|
|
|
2646
2768
|
background-position: center;
|
|
2647
2769
|
background-size: 100%;
|
|
2648
2770
|
background-repeat: no-repeat;
|
|
2649
|
-
|
|
2650
|
-
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');
|
|
2651
2772
|
}
|
|
2652
2773
|
|
|
2653
2774
|
@media (max-width: 800px) {
|
|
@@ -2698,13 +2819,11 @@ html, body {
|
|
|
2698
2819
|
}
|
|
2699
2820
|
|
|
2700
2821
|
._password-input_vitro-button-show-password_2jL4nM- {
|
|
2701
|
-
|
|
2702
|
-
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');
|
|
2703
2823
|
}
|
|
2704
2824
|
|
|
2705
2825
|
._password-input_vitro-button-hide-password_vPoUeVl {
|
|
2706
|
-
|
|
2707
|
-
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');
|
|
2708
2827
|
}
|
|
2709
2828
|
|
|
2710
2829
|
._date-picker_vitro-control_2AYXegb {
|
|
@@ -2724,8 +2843,7 @@ html, body {
|
|
|
2724
2843
|
position: absolute;
|
|
2725
2844
|
right: 16px;
|
|
2726
2845
|
top: calc(50% - 10px);
|
|
2727
|
-
|
|
2728
|
-
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');
|
|
2729
2847
|
background-repeat: no-repeat;
|
|
2730
2848
|
background-position: center;
|
|
2731
2849
|
background-size: 100%;
|
|
@@ -2842,7 +2960,7 @@ html, body {
|
|
|
2842
2960
|
margin-right: 4px;
|
|
2843
2961
|
background-size: 100%;
|
|
2844
2962
|
background-position: center;
|
|
2845
|
-
background-image: url(
|
|
2963
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/error-message.svg');
|
|
2846
2964
|
}
|
|
2847
2965
|
|
|
2848
2966
|
.k-datepicker {
|
|
@@ -2915,8 +3033,7 @@ html, body {
|
|
|
2915
3033
|
background-repeat: no-repeat;
|
|
2916
3034
|
background-size: 100%;
|
|
2917
3035
|
background-position: center;
|
|
2918
|
-
|
|
2919
|
-
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');
|
|
2920
3037
|
}
|
|
2921
3038
|
|
|
2922
3039
|
.k-picker-wrap.k-state-default > .k-select {
|
|
@@ -3015,8 +3132,7 @@ html, body {
|
|
|
3015
3132
|
background-repeat: no-repeat;
|
|
3016
3133
|
background-position: center;
|
|
3017
3134
|
background-size: 100%;
|
|
3018
|
-
|
|
3019
|
-
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');
|
|
3020
3136
|
width: 22px;
|
|
3021
3137
|
height: 22px;
|
|
3022
3138
|
}
|
|
@@ -3025,8 +3141,7 @@ html, body {
|
|
|
3025
3141
|
background-repeat: no-repeat;
|
|
3026
3142
|
background-position: center;
|
|
3027
3143
|
background-size: 100%;
|
|
3028
|
-
|
|
3029
|
-
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');
|
|
3030
3145
|
width: 22px;
|
|
3031
3146
|
height: 22px;
|
|
3032
3147
|
}
|
|
@@ -3070,8 +3185,7 @@ html, body {
|
|
|
3070
3185
|
position: absolute;
|
|
3071
3186
|
right: 16px;
|
|
3072
3187
|
top: calc(50% - 10px);
|
|
3073
|
-
|
|
3074
|
-
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');
|
|
3075
3189
|
background-repeat: no-repeat;
|
|
3076
3190
|
background-position: center;
|
|
3077
3191
|
background-size: 100%;
|
|
@@ -3196,7 +3310,7 @@ html, body {
|
|
|
3196
3310
|
margin-right: 4px;
|
|
3197
3311
|
background-size: 100%;
|
|
3198
3312
|
background-position: center;
|
|
3199
|
-
background-image: url(
|
|
3313
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/error-message.svg');
|
|
3200
3314
|
}
|
|
3201
3315
|
|
|
3202
3316
|
._time-picker_vitro-control_1sx07It .k-timepicker {
|
|
@@ -3232,16 +3346,16 @@ html, body {
|
|
|
3232
3346
|
border: 1px solid #C0CAD5 !important;
|
|
3233
3347
|
}
|
|
3234
3348
|
|
|
3235
|
-
._time-picker_vitro-
|
|
3349
|
+
._time-picker_vitro-control_1sx07It .k-i-clock {
|
|
3236
3350
|
height: 16px;
|
|
3237
3351
|
width: 16px;
|
|
3238
3352
|
background-size: 100%;
|
|
3239
3353
|
background-repeat: no-repeat;
|
|
3240
3354
|
background-position: center;
|
|
3241
|
-
background-image: url(
|
|
3355
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/time-picker.svg');
|
|
3242
3356
|
}
|
|
3243
3357
|
|
|
3244
|
-
._time-picker_vitro-
|
|
3358
|
+
._time-picker_vitro-control_1sx07It .k-i-clock::before {
|
|
3245
3359
|
display: none;
|
|
3246
3360
|
}
|
|
3247
3361
|
|
|
@@ -3415,8 +3529,7 @@ html, body {
|
|
|
3415
3529
|
}
|
|
3416
3530
|
|
|
3417
3531
|
._lookup-picker-selected-item_vitro-button-close_1SRnr_0 {
|
|
3418
|
-
|
|
3419
|
-
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');
|
|
3420
3533
|
}
|
|
3421
3534
|
|
|
3422
3535
|
._lookup-picker-html-value_vitro-item-html-value_2QBoTey {
|
|
@@ -3602,7 +3715,7 @@ html, body {
|
|
|
3602
3715
|
margin-right: 4px;
|
|
3603
3716
|
background-size: 100%;
|
|
3604
3717
|
background-position: center;
|
|
3605
|
-
background-image: url(
|
|
3718
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/error-message.svg');
|
|
3606
3719
|
}
|
|
3607
3720
|
|
|
3608
3721
|
._lookup-picker_vitro-button-copy_2UIHHZD {
|
|
@@ -3610,8 +3723,7 @@ html, body {
|
|
|
3610
3723
|
width: 20px;
|
|
3611
3724
|
display: inline-block;
|
|
3612
3725
|
right: 0;
|
|
3613
|
-
|
|
3614
|
-
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');
|
|
3615
3727
|
background-repeat: no-repeat;
|
|
3616
3728
|
background-position: center;
|
|
3617
3729
|
background-size: 100%;
|
|
@@ -3652,28 +3764,23 @@ html, body {
|
|
|
3652
3764
|
}
|
|
3653
3765
|
|
|
3654
3766
|
._lookup-picker_vitro-button-close_3_Qndrj {
|
|
3655
|
-
|
|
3656
|
-
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');
|
|
3657
3768
|
}
|
|
3658
3769
|
|
|
3659
3770
|
._lookup-picker_vitro-button-collapse-bottom_3o0Pl83 {
|
|
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='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');
|
|
3662
3772
|
}
|
|
3663
3773
|
|
|
3664
3774
|
._lookup-picker_vitro-button-collapse-up_3i0OJub {
|
|
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%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');
|
|
3667
3776
|
}
|
|
3668
3777
|
|
|
3669
3778
|
._lookup-picker_vitro-focus_2UGpxXD ._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%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');
|
|
3672
3780
|
}
|
|
3673
3781
|
|
|
3674
3782
|
._lookup-picker_vitro-error_dF7iopC ._lookup-picker_vitro-button-collapse-bottom_3o0Pl83 {
|
|
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='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');
|
|
3677
3784
|
}
|
|
3678
3785
|
._command-menu_vitro-command-menu_l82vtIh {
|
|
3679
3786
|
display: flex;
|
|
@@ -3705,14 +3812,14 @@ html, body {
|
|
|
3705
3812
|
background: #F3F8FF !important;
|
|
3706
3813
|
}
|
|
3707
3814
|
|
|
3708
|
-
._command-menu-button_vitro-
|
|
3815
|
+
._command-menu-button_vitro-image_27yILgG {
|
|
3709
3816
|
width: 24px;
|
|
3710
3817
|
height: 24px;
|
|
3711
3818
|
margin-right: 4px;
|
|
3712
3819
|
}
|
|
3713
3820
|
|
|
3714
3821
|
@media (max-width: 800px) {
|
|
3715
|
-
._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 {
|
|
3716
3823
|
display: none;
|
|
3717
3824
|
}
|
|
3718
3825
|
|
|
@@ -3843,8 +3950,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3843
3950
|
position: absolute;
|
|
3844
3951
|
left: 16px;
|
|
3845
3952
|
top: -21px;
|
|
3846
|
-
|
|
3847
|
-
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');
|
|
3848
3954
|
}
|
|
3849
3955
|
|
|
3850
3956
|
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O:first-child .dropdown-menu {
|
|
@@ -3895,14 +4001,14 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3895
4001
|
padding: 0px !important;
|
|
3896
4002
|
}
|
|
3897
4003
|
|
|
3898
|
-
._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 {
|
|
3899
4005
|
width: 20px;
|
|
3900
4006
|
height: 20px;
|
|
3901
4007
|
margin-right: 12px;
|
|
3902
4008
|
margin-left: 0;
|
|
3903
4009
|
}
|
|
3904
4010
|
|
|
3905
|
-
._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 {
|
|
3906
4012
|
width: 20px;
|
|
3907
4013
|
height: 20px;
|
|
3908
4014
|
}
|
|
@@ -3914,11 +4020,10 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3914
4020
|
background-size: 100%;
|
|
3915
4021
|
background-position: center;
|
|
3916
4022
|
background-repeat: no-repeat;
|
|
3917
|
-
|
|
3918
|
-
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');
|
|
3919
4024
|
}
|
|
3920
4025
|
|
|
3921
|
-
._command-menu-dropdown-button_vitro-
|
|
4026
|
+
._command-menu-dropdown-button_vitro-image_2VNGo-H {
|
|
3922
4027
|
width: 24px;
|
|
3923
4028
|
height: 24px;
|
|
3924
4029
|
margin-right: 4px;
|
|
@@ -3953,7 +4058,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3953
4058
|
}
|
|
3954
4059
|
|
|
3955
4060
|
@media (max-width: 800px) {
|
|
3956
|
-
._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 {
|
|
3957
4062
|
display: none;
|
|
3958
4063
|
}
|
|
3959
4064
|
|
|
@@ -3961,7 +4066,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3961
4066
|
min-width: 40px !important;
|
|
3962
4067
|
}
|
|
3963
4068
|
|
|
3964
|
-
li:first-child ._command-menu-dropdown-button_vitro-
|
|
4069
|
+
li:first-child ._command-menu-dropdown-button_vitro-image_2VNGo-H + div {
|
|
3965
4070
|
display: block;
|
|
3966
4071
|
}
|
|
3967
4072
|
|
|
@@ -3973,65 +4078,136 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3973
4078
|
min-width: 100px;
|
|
3974
4079
|
}
|
|
3975
4080
|
}
|
|
3976
|
-
._sidebar-item_vitro-
|
|
3977
|
-
display:
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
margin-
|
|
4081
|
+
._sidebar-item_vitro-item_1BR_7F0 {
|
|
4082
|
+
display: flex;
|
|
4083
|
+
flex-direction: column;
|
|
4084
|
+
justify-content: center;
|
|
4085
|
+
margin-bottom: 8px;
|
|
3981
4086
|
}
|
|
3982
4087
|
|
|
3983
|
-
.
|
|
3984
|
-
|
|
4088
|
+
._sidebar-item_vitro-image_2A82YI0 {
|
|
4089
|
+
width: 24px;
|
|
4090
|
+
height: 24px;
|
|
4091
|
+
flex-shrink: 0;
|
|
4092
|
+
margin-right: 16px;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
._sidebar-item_vitro-item_1BR_7F0 button,
|
|
4096
|
+
._sidebar-item_vitro-item_1BR_7F0 a {
|
|
4097
|
+
text-decoration: none;
|
|
4098
|
+
outline: none;
|
|
4099
|
+
border: none;
|
|
4100
|
+
background-color: transparent;
|
|
4101
|
+
height: 40px;
|
|
4102
|
+
width: 100%;
|
|
4103
|
+
border-radius: 8px;
|
|
4104
|
+
padding: 8px;
|
|
4105
|
+
cursor: pointer;
|
|
4106
|
+
display: flex;
|
|
4107
|
+
align-items: center;
|
|
4108
|
+
}
|
|
4109
|
+
|
|
4110
|
+
._sidebar-item_vitro-item_1BR_7F0 a > div,
|
|
4111
|
+
._sidebar-item_vitro-item_1BR_7F0 button > div {
|
|
4112
|
+
display: flex;
|
|
4113
|
+
width: -moz-fit-content;
|
|
4114
|
+
width: fit-content;
|
|
4115
|
+
align-items: center;
|
|
4116
|
+
overflow: hidden;
|
|
4117
|
+
flex-shrink: 0;
|
|
4118
|
+
}
|
|
4119
|
+
|
|
4120
|
+
ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
4121
|
+
background-color: transparent;
|
|
3985
4122
|
}
|
|
3986
4123
|
|
|
3987
4124
|
._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
3988
|
-
|
|
4125
|
+
overflow: hidden;
|
|
4126
|
+
text-overflow: ellipsis;
|
|
4127
|
+
white-space: nowrap;
|
|
3989
4128
|
}
|
|
3990
4129
|
|
|
3991
|
-
._sidebar-item_vitro-
|
|
3992
|
-
|
|
4130
|
+
._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4131
|
+
color: #222D44;
|
|
4132
|
+
font-size: 14px;
|
|
3993
4133
|
}
|
|
3994
4134
|
|
|
3995
|
-
._sidebar-item_vitro-
|
|
3996
|
-
color: #
|
|
4135
|
+
._sidebar-item_vitro-active_7p5iOhY {
|
|
4136
|
+
background-color: #DCEEFF !important;
|
|
3997
4137
|
}
|
|
3998
4138
|
|
|
3999
|
-
|
|
4000
|
-
|
|
4139
|
+
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4140
|
+
color: #326AD6;
|
|
4001
4141
|
}
|
|
4002
4142
|
|
|
4003
|
-
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-icon-text_3ROhyLK,
|
|
4004
4143
|
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4005
4144
|
color: #326AD6;
|
|
4006
4145
|
font-weight: 500;
|
|
4007
4146
|
font-family: 'InterMedium';
|
|
4008
4147
|
}
|
|
4009
4148
|
|
|
4010
|
-
._sidebar-item_vitro-
|
|
4011
|
-
|
|
4012
|
-
|
|
4149
|
+
._sidebar-item_vitro-group-item_ZADCctV > button,
|
|
4150
|
+
._sidebar-item_vitro-group-item_ZADCctV > a {
|
|
4151
|
+
display: flex;
|
|
4152
|
+
align-items: center;
|
|
4013
4153
|
}
|
|
4014
4154
|
|
|
4015
|
-
|
|
4016
|
-
|
|
4155
|
+
|
|
4156
|
+
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0:last-child {
|
|
4157
|
+
margin-bottom: 0;
|
|
4017
4158
|
}
|
|
4018
4159
|
|
|
4019
|
-
._sidebar-item_vitro-
|
|
4160
|
+
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 a,
|
|
4161
|
+
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 button {
|
|
4020
4162
|
display: flex;
|
|
4021
|
-
|
|
4022
|
-
width: fit-content;
|
|
4163
|
+
flex-direction: row;
|
|
4023
4164
|
align-items: center;
|
|
4165
|
+
padding-left: 24px;
|
|
4024
4166
|
}
|
|
4025
4167
|
|
|
4026
|
-
._sidebar-item_vitro-item_1BR_7F0 a
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4168
|
+
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > a::before,
|
|
4169
|
+
._sidebar-item_vitro-group-item_ZADCctV > ._sidebar-item_vitro-item-list_17dWov1 > ._sidebar-item_vitro-item_1BR_7F0 > button::before {
|
|
4170
|
+
content: '';
|
|
4171
|
+
display: block;
|
|
4172
|
+
flex-shrink: 0;
|
|
4173
|
+
height: 24px;
|
|
4174
|
+
width: 24px;
|
|
4175
|
+
background-size: 100%;
|
|
4176
|
+
background-position: center;
|
|
4177
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker.svg');
|
|
4178
|
+
}
|
|
4179
|
+
|
|
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,
|
|
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 {
|
|
4182
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker-active.svg');
|
|
4183
|
+
}
|
|
4184
|
+
|
|
4185
|
+
._sidebar-item_vitro-expanded_3qb1vOx,
|
|
4186
|
+
._sidebar-item_vitro-collapsed_2EhVmXL {
|
|
4032
4187
|
cursor: pointer;
|
|
4033
|
-
margin-bottom: 8px;
|
|
4034
4188
|
display: block;
|
|
4189
|
+
flex-shrink: 0;
|
|
4190
|
+
margin-left: auto;
|
|
4191
|
+
width: 16px;
|
|
4192
|
+
height: 16px;
|
|
4193
|
+
background-size: 100%;
|
|
4194
|
+
background-repeat: no-repeat;
|
|
4195
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/collapse-bottom-black.svg');
|
|
4196
|
+
}
|
|
4197
|
+
|
|
4198
|
+
._sidebar-item_vitro-expanded_3qb1vOx {
|
|
4199
|
+
transform: rotateX(180deg);
|
|
4200
|
+
}
|
|
4201
|
+
|
|
4202
|
+
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-expanded_3qb1vOx,
|
|
4203
|
+
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-expanded_3qb1vOx,
|
|
4204
|
+
._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-collapsed_2EhVmXL,
|
|
4205
|
+
._sidebar-item_vitro-hover_1mECzme ._sidebar-item_vitro-collapsed_2EhVmXL {
|
|
4206
|
+
content: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/collapse-bottom-blue.svg');
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
._sidebar-item_vitro-display-none_2WwKi5v {
|
|
4210
|
+
display: none;
|
|
4035
4211
|
}
|
|
4036
4212
|
|
|
4037
4213
|
.vitro-bottom-menu ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
@@ -4040,14 +4216,16 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4040
4216
|
font-size: 12px;
|
|
4041
4217
|
line-height: 12px;
|
|
4042
4218
|
text-align: center;
|
|
4219
|
+
overflow: visible;
|
|
4220
|
+
white-space: normal;
|
|
4043
4221
|
}
|
|
4044
4222
|
|
|
4045
|
-
.vitro-bottom-menu ._sidebar-item_vitro-
|
|
4046
|
-
|
|
4223
|
+
.vitro-bottom-menu ._sidebar-item_vitro-image_2A82YI0 {
|
|
4224
|
+
margin-right: 0;
|
|
4047
4225
|
}
|
|
4048
4226
|
|
|
4049
4227
|
.vitro-bottom-menu ._sidebar-item_vitro-active_7p5iOhY {
|
|
4050
|
-
background: transparent;
|
|
4228
|
+
background: transparent !important;
|
|
4051
4229
|
position: relative;
|
|
4052
4230
|
}
|
|
4053
4231
|
|
|
@@ -4062,17 +4240,13 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4062
4240
|
bottom: -8px;
|
|
4063
4241
|
}
|
|
4064
4242
|
|
|
4065
|
-
.
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
}
|
|
4069
|
-
|
|
4070
|
-
._sidebar-item_vitro-item_1BR_7F0 {
|
|
4071
|
-
display: flex;
|
|
4072
|
-
justify-content: center;
|
|
4243
|
+
.vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 {
|
|
4244
|
+
margin-bottom: 0;
|
|
4245
|
+
align-items: center;
|
|
4073
4246
|
}
|
|
4074
4247
|
|
|
4075
|
-
.vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 > a
|
|
4248
|
+
.vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 > a,
|
|
4249
|
+
.vitro-bottom-menu ._sidebar-item_vitro-item_1BR_7F0 > button {
|
|
4076
4250
|
background: transparent;
|
|
4077
4251
|
position: relative;
|
|
4078
4252
|
display: flex;
|
|
@@ -4084,6 +4258,101 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4084
4258
|
height: 100%;
|
|
4085
4259
|
padding: 0;
|
|
4086
4260
|
margin-bottom: 0;
|
|
4261
|
+
}
|
|
4262
|
+
|
|
4263
|
+
._sidebar-item_vitro-popup-container_2X7SVxe {
|
|
4264
|
+
transform: translate3d(0px, 0, 0px) !important;
|
|
4265
|
+
height: 100%;
|
|
4266
|
+
width: 100%;
|
|
4267
|
+
padding: 0 0 56px 0;
|
|
4268
|
+
display: flex;
|
|
4269
|
+
flex-direction: column;
|
|
4270
|
+
background: rgba(34, 45, 68, 0.56);
|
|
4271
|
+
z-index: 1;
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
._sidebar-item_vitro-scrollbar___xylIx {
|
|
4275
|
+
max-height: 292px;
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4278
|
+
._sidebar-item_vitro-scrollbar___xylIx .ps__rail-y {
|
|
4279
|
+
background: transparent !important;
|
|
4280
|
+
border: none;
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
._sidebar-item_vitro-scrollbar___xylIx .ps__thumb-y {
|
|
4284
|
+
width: 2px !important;
|
|
4285
|
+
right: 3px !important;
|
|
4286
|
+
background-color: #E4E6EC !important;
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
._sidebar-item_vitro-scrollbar___xylIx > div:first-child {
|
|
4290
|
+
max-height: 292px;
|
|
4291
|
+
height: -moz-fit-content;
|
|
4292
|
+
height: fit-content;
|
|
4293
|
+
padding: 0 24px;
|
|
4294
|
+
}
|
|
4295
|
+
|
|
4296
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB {
|
|
4297
|
+
background: #F7F9FC;
|
|
4298
|
+
width: 100%;
|
|
4299
|
+
border-radius: 8px 8px 0 0;
|
|
4300
|
+
padding: 0 0 4px 0;
|
|
4301
|
+
margin: auto 0 0 0;
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 {
|
|
4305
|
+
margin-bottom: 8px;
|
|
4306
|
+
width: 100% !important;
|
|
4307
|
+
}
|
|
4308
|
+
|
|
4309
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > a,
|
|
4310
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > button {
|
|
4311
|
+
background-color: #fff;
|
|
4312
|
+
padding: 12px;
|
|
4313
|
+
height: 48px;
|
|
4314
|
+
border-radius: 8px;
|
|
4315
|
+
width: 100%;
|
|
4316
|
+
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
|
|
4317
|
+
justify-content: flex-start;
|
|
4318
|
+
}
|
|
4319
|
+
|
|
4320
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > a::before,
|
|
4321
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > button::before {
|
|
4322
|
+
content: '';
|
|
4323
|
+
display: block;
|
|
4324
|
+
flex-shrink: 0;
|
|
4325
|
+
height: 24px;
|
|
4326
|
+
width: 24px;
|
|
4327
|
+
margin-right: 8px;
|
|
4328
|
+
background-size: 100%;
|
|
4329
|
+
background-position: center;
|
|
4330
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker.svg');
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY {
|
|
4334
|
+
background-color: #DCEEFF !important;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4337
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4338
|
+
font-family: 'InterRegular';
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4341
|
+
._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item-text_1kK_aIZ {
|
|
4342
|
+
font-size: 16px;
|
|
4343
|
+
line-height: 24px;
|
|
4344
|
+
color: #222D44;
|
|
4345
|
+
}
|
|
4346
|
+
|
|
4347
|
+
._sidebar-item_vitro-button-close_2Kdf-ob {
|
|
4348
|
+
background-color: #8E98A3;
|
|
4349
|
+
width: 32px;
|
|
4350
|
+
height: 4px;
|
|
4351
|
+
display: block;
|
|
4352
|
+
outline: none;
|
|
4353
|
+
border: none;
|
|
4354
|
+
border-radius: 2px;
|
|
4355
|
+
margin: 12px auto;
|
|
4087
4356
|
}
|
|
4088
4357
|
._sidebar_vitro-sidebar_1IxGYiU {
|
|
4089
4358
|
height: 100%;
|
|
@@ -4096,7 +4365,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4096
4365
|
align-items: center;
|
|
4097
4366
|
flex-direction: column;
|
|
4098
4367
|
padding-top: 80px !important;
|
|
4099
|
-
padding: 0 8px 6px 8px;
|
|
4100
4368
|
top: 0;
|
|
4101
4369
|
}
|
|
4102
4370
|
|
|
@@ -4122,10 +4390,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4122
4390
|
justify-content: space-between;
|
|
4123
4391
|
}
|
|
4124
4392
|
|
|
4125
|
-
._sidebar_vitro-sidebar_1IxGYiU ul > li:last-child > ul > li:last-child a {
|
|
4126
|
-
margin-bottom: 0;
|
|
4127
|
-
}
|
|
4128
|
-
|
|
4129
4393
|
._sidebar_vitro-sidebar_1IxGYiU ul > li:last-child > ul > li:last-child a:hover {
|
|
4130
4394
|
background-color: transparent;
|
|
4131
4395
|
}
|
|
@@ -4139,9 +4403,25 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4139
4403
|
font-weight: 400 !important;
|
|
4140
4404
|
}
|
|
4141
4405
|
|
|
4406
|
+
._sidebar_vitro-scrollbar_2PtQGQD .ps__rail-y {
|
|
4407
|
+
background-color: transparent !important;
|
|
4408
|
+
border: none;
|
|
4409
|
+
}
|
|
4410
|
+
|
|
4411
|
+
._sidebar_vitro-scrollbar_2PtQGQD > div:first-child {
|
|
4412
|
+
padding: 0 8px;
|
|
4413
|
+
}
|
|
4414
|
+
|
|
4415
|
+
._sidebar_vitro-sidebar-section-list_1nGto5m {
|
|
4416
|
+
height: 100%;
|
|
4417
|
+
display: flex;
|
|
4418
|
+
flex-direction: column;
|
|
4419
|
+
justify-content: space-between;
|
|
4420
|
+
}
|
|
4421
|
+
|
|
4142
4422
|
.vitro-bottom-menu {
|
|
4143
4423
|
width: 100%;
|
|
4144
|
-
z-index:
|
|
4424
|
+
z-index: 2;
|
|
4145
4425
|
flex-direction: row;
|
|
4146
4426
|
height: 60px;
|
|
4147
4427
|
padding: 0 21px !important;
|
|
@@ -4150,6 +4430,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4150
4430
|
top: initial;
|
|
4151
4431
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
4152
4432
|
border-radius: 4px 4px 0 0;
|
|
4433
|
+
overflow: visible;
|
|
4153
4434
|
}
|
|
4154
4435
|
|
|
4155
4436
|
.vitro-bottom-menu ul {
|
|
@@ -4161,7 +4442,8 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4161
4442
|
._sidebar_vitro-scroll-container_3K-iJy8 {
|
|
4162
4443
|
height: 100%;
|
|
4163
4444
|
flex: 0 1 auto;
|
|
4164
|
-
overflow: hidden;
|
|
4445
|
+
overflow-x: hidden;
|
|
4446
|
+
overflow-y: visible;
|
|
4165
4447
|
padding: 8px 0;
|
|
4166
4448
|
}
|
|
4167
4449
|
|
|
@@ -4179,8 +4461,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4179
4461
|
background-size: 100%;
|
|
4180
4462
|
background-position: center;
|
|
4181
4463
|
background-repeat: no-repeat;
|
|
4182
|
-
|
|
4183
|
-
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');
|
|
4184
4465
|
}
|
|
4185
4466
|
|
|
4186
4467
|
._sidebar_vitro-button-more_3s9oZY9:hover,
|
|
@@ -4189,6 +4470,123 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4189
4470
|
background-color: #fff;
|
|
4190
4471
|
outline: none;
|
|
4191
4472
|
}
|
|
4473
|
+
._activity-item_vitro-item_3Tprske {
|
|
4474
|
+
margin-bottom: 16px;
|
|
4475
|
+
min-height: 32px;
|
|
4476
|
+
width: 100%;
|
|
4477
|
+
}
|
|
4478
|
+
|
|
4479
|
+
._activity-item_vitro-item_3Tprske._activity-item_vitro-active_2kENgvf {
|
|
4480
|
+
background: #F3F8FF;
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
._activity-item_vitro-item_3Tprske > .vitro-flex {
|
|
4484
|
+
width: 100%;
|
|
4485
|
+
}
|
|
4486
|
+
|
|
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;
|
|
4497
|
+
font-size: 14px;
|
|
4498
|
+
line-height: 16px;
|
|
4499
|
+
font-family: 'InterMedium';
|
|
4500
|
+
text-overflow: ellipsis;
|
|
4501
|
+
overflow: hidden;
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4504
|
+
._activity-item_vitro-due-date_1mBIraY {
|
|
4505
|
+
white-space: nowrap;
|
|
4506
|
+
color: #4A556C !important;
|
|
4507
|
+
margin-left: 8px;
|
|
4508
|
+
font-family: 'InterRegular' !important;
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
._activity-item_vitro-content_3Lt7XRy {
|
|
4512
|
+
width: 100%;
|
|
4513
|
+
min-width: 0;
|
|
4514
|
+
}
|
|
4515
|
+
|
|
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;
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
._activity-item_vitro-content_3Lt7XRy p span {
|
|
4528
|
+
font-size: 9pt !important;
|
|
4529
|
+
}
|
|
4530
|
+
|
|
4531
|
+
._activity-item_vitro-content_3Lt7XRy .vitro-status-changed {
|
|
4532
|
+
font-style: normal;
|
|
4533
|
+
color: #27AE60;
|
|
4534
|
+
font-size: 9pt;
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4537
|
+
._activity-item_vitro-message_1ndqhgR {
|
|
4538
|
+
overflow-wrap: anywhere;
|
|
4539
|
+
}
|
|
4540
|
+
|
|
4541
|
+
._activity-item_vitro-message_1ndqhgR img {
|
|
4542
|
+
max-width: calc(100% - 20px);
|
|
4543
|
+
display: block;
|
|
4544
|
+
margin: 4px 0;
|
|
4545
|
+
}
|
|
4546
|
+
|
|
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
|
+
|
|
4192
4590
|
._task-tile_vitro-task-tile_35bZu48 {
|
|
4193
4591
|
position: relative;
|
|
4194
4592
|
background-color: #fff;
|
|
@@ -4273,8 +4671,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4273
4671
|
background-size: 100%;
|
|
4274
4672
|
background-repeat: no-repeat;
|
|
4275
4673
|
background-position: center;
|
|
4276
|
-
|
|
4277
|
-
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');
|
|
4278
4675
|
}
|
|
4279
4676
|
|
|
4280
4677
|
.vitro-time-log-history ._task-tile_vitro-task-tile_35bZu48:first-child {
|
|
@@ -4320,7 +4717,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4320
4717
|
background-position: center;
|
|
4321
4718
|
background-size: 100%;
|
|
4322
4719
|
background-repeat: no-repeat;
|
|
4323
|
-
background-image: url(
|
|
4720
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/cancel-dark-grey.svg');
|
|
4324
4721
|
}
|
|
4325
4722
|
|
|
4326
4723
|
._alert_vitro-icon_pK385gF {
|
|
@@ -4459,18 +4856,15 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4459
4856
|
}
|
|
4460
4857
|
|
|
4461
4858
|
._alert_vitro-alert_3sPAkJb .alert-danger ._alert_vitro-icon_pK385gF {
|
|
4462
|
-
|
|
4463
|
-
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');
|
|
4464
4860
|
}
|
|
4465
4861
|
|
|
4466
4862
|
._alert_vitro-alert_3sPAkJb .alert-success ._alert_vitro-icon_pK385gF {
|
|
4467
|
-
|
|
4468
|
-
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');
|
|
4469
4864
|
}
|
|
4470
4865
|
|
|
4471
4866
|
._alert_vitro-alert_3sPAkJb .alert-warning ._alert_vitro-icon_pK385gF {
|
|
4472
|
-
|
|
4473
|
-
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');
|
|
4474
4868
|
}
|
|
4475
4869
|
._dialog-content_vitro-dialog-content_qQNWu6x {
|
|
4476
4870
|
min-width: auto;
|
|
@@ -4502,6 +4896,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4502
4896
|
color: #222D44;
|
|
4503
4897
|
font-size: 20px;
|
|
4504
4898
|
line-height: 24px;
|
|
4899
|
+
font-family: 'InterRegular';
|
|
4505
4900
|
margin-bottom: 0;
|
|
4506
4901
|
}
|
|
4507
4902
|
|
|
@@ -4509,11 +4904,12 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4509
4904
|
color: #4A556C;
|
|
4510
4905
|
font-size: 14px;
|
|
4511
4906
|
line-height: 16px;
|
|
4907
|
+
font-family: 'InterRegular';
|
|
4512
4908
|
margin-top: 7px;
|
|
4513
4909
|
margin-bottom: 0;
|
|
4514
4910
|
}
|
|
4515
4911
|
|
|
4516
|
-
._dialog-header_vitro-
|
|
4912
|
+
._dialog-header_vitro-image_3TdbvmV {
|
|
4517
4913
|
width: 38px;
|
|
4518
4914
|
height: 38px;
|
|
4519
4915
|
margin-right: 16px;
|
|
@@ -4533,12 +4929,13 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4533
4929
|
outline: 0;
|
|
4534
4930
|
cursor: pointer;
|
|
4535
4931
|
padding: 0;
|
|
4536
|
-
width:
|
|
4537
|
-
height:
|
|
4538
|
-
right: -
|
|
4539
|
-
top:
|
|
4540
|
-
|
|
4541
|
-
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');
|
|
4542
4939
|
}
|
|
4543
4940
|
|
|
4544
4941
|
._dialog-button-close_vitro-button-close_2BpzTR0 {
|
|
@@ -4662,7 +5059,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4662
5059
|
border-radius: 4px;
|
|
4663
5060
|
padding: 0;
|
|
4664
5061
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
4665
|
-
|
|
5062
|
+
margin-top: 6px;
|
|
4666
5063
|
}
|
|
4667
5064
|
|
|
4668
5065
|
._user-profile_vitro-user-profile_11XpBoQ .dropdown-menu::before {
|
|
@@ -4677,8 +5074,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4677
5074
|
position: absolute;
|
|
4678
5075
|
top: -21px;
|
|
4679
5076
|
right: 0;
|
|
4680
|
-
|
|
4681
|
-
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');
|
|
4682
5078
|
}
|
|
4683
5079
|
|
|
4684
5080
|
._user-profile_vitro-dropdown-item_dSErsta {
|
|
@@ -4742,97 +5138,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4742
5138
|
position: relative;
|
|
4743
5139
|
}
|
|
4744
5140
|
|
|
4745
|
-
._activity-item_vitro-item_3Tprske {
|
|
4746
|
-
margin-bottom: 16px;
|
|
4747
|
-
min-height: 32px;
|
|
4748
|
-
width: 100%;
|
|
4749
|
-
}
|
|
4750
|
-
|
|
4751
|
-
._activity-item_vitro-item_3Tprske._activity-item_vitro-active_2kENgvf {
|
|
4752
|
-
background: #F3F8FF;
|
|
4753
|
-
}
|
|
4754
|
-
|
|
4755
|
-
._activity-item_vitro-item_3Tprske > .vitro-flex {
|
|
4756
|
-
width: 100%;
|
|
4757
|
-
}
|
|
4758
|
-
|
|
4759
|
-
._activity-item_vitro-title__QItISm {
|
|
4760
|
-
white-space: nowrap;
|
|
4761
|
-
overflow: hidden;
|
|
4762
|
-
text-overflow: ellipsis;
|
|
4763
|
-
display: flex;
|
|
4764
|
-
align-items: center;
|
|
4765
|
-
}
|
|
4766
|
-
|
|
4767
|
-
._activity-item_vitro-title__QItISm span {
|
|
4768
|
-
color: #222d44;
|
|
4769
|
-
font-size: 14px;
|
|
4770
|
-
line-height: 16px;
|
|
4771
|
-
font-family: 'InterMedium';
|
|
4772
|
-
text-overflow: ellipsis;
|
|
4773
|
-
overflow: hidden;
|
|
4774
|
-
}
|
|
4775
|
-
|
|
4776
|
-
._activity-item_vitro-due-date_1mBIraY {
|
|
4777
|
-
white-space: nowrap;
|
|
4778
|
-
color: #4A556C !important;
|
|
4779
|
-
margin-left: 8px;
|
|
4780
|
-
font-family: 'InterRegular' !important;
|
|
4781
|
-
}
|
|
4782
|
-
|
|
4783
|
-
._activity-item_vitro-content_3Lt7XRy {
|
|
4784
|
-
width: 100%;
|
|
4785
|
-
min-width: 0;
|
|
4786
|
-
}
|
|
4787
|
-
|
|
4788
|
-
._activity-item_vitro-content_3Lt7XRy p {
|
|
4789
|
-
-webkit-margin-before: 0px;
|
|
4790
|
-
margin-block-start: 0px;
|
|
4791
|
-
-webkit-margin-after: 0px;
|
|
4792
|
-
margin-block-end: 0px;
|
|
4793
|
-
margin-bottom: 0px;
|
|
4794
|
-
color: #bdbdbd;
|
|
4795
|
-
font-size: 9pt;
|
|
4796
|
-
line-height: 14px;
|
|
4797
|
-
}
|
|
4798
|
-
|
|
4799
|
-
._activity-item_vitro-content_3Lt7XRy p span {
|
|
4800
|
-
font-size: 9pt !important;
|
|
4801
|
-
}
|
|
4802
|
-
|
|
4803
|
-
._activity-item_vitro-content_3Lt7XRy .vitro-status-changed {
|
|
4804
|
-
font-style: normal;
|
|
4805
|
-
color: #27AE60;
|
|
4806
|
-
font-size: 9pt;
|
|
4807
|
-
}
|
|
4808
|
-
|
|
4809
|
-
._activity-item_vitro-message_1ndqhgR {
|
|
4810
|
-
overflow-wrap: anywhere;
|
|
4811
|
-
}
|
|
4812
|
-
|
|
4813
|
-
._activity-item_vitro-message_1ndqhgR img {
|
|
4814
|
-
max-width: calc(100% - 20px);
|
|
4815
|
-
display: block;
|
|
4816
|
-
margin: 4px 0;
|
|
4817
|
-
}
|
|
4818
|
-
|
|
4819
|
-
._activity-item_vitro-flex_37IxBWe {
|
|
4820
|
-
display: flex;
|
|
4821
|
-
}
|
|
4822
|
-
|
|
4823
|
-
._activity-item_vitro-dropdown-button_1J50ja7 {
|
|
4824
|
-
margin-left: auto;
|
|
4825
|
-
}
|
|
4826
|
-
|
|
4827
|
-
._activity-item_vitro-avatar_218ZqAk {
|
|
4828
|
-
width: 32px;
|
|
4829
|
-
min-width: 32px;
|
|
4830
|
-
height: 32px;
|
|
4831
|
-
line-height: 32px;
|
|
4832
|
-
font-size: 16px;
|
|
4833
|
-
margin-right: 8px;
|
|
4834
|
-
}
|
|
4835
|
-
|
|
4836
5141
|
._activity-message_vitro-activity-message_3GdyQuC {
|
|
4837
5142
|
display: flex;
|
|
4838
5143
|
flex-direction: column;
|
|
@@ -4898,8 +5203,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4898
5203
|
background-repeat: no-repeat;
|
|
4899
5204
|
margin: 0 4px;
|
|
4900
5205
|
white-space: nowrap;
|
|
4901
|
-
|
|
4902
|
-
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');
|
|
4903
5207
|
}
|
|
4904
5208
|
|
|
4905
5209
|
._message-input_vitro-message-input_3MkcjWD {
|
|
@@ -4970,8 +5274,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4970
5274
|
background-size: 100%;
|
|
4971
5275
|
background-position: center;
|
|
4972
5276
|
background-repeat: no-repeat;
|
|
4973
|
-
|
|
4974
|
-
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');
|
|
4975
5278
|
}
|
|
4976
5279
|
|
|
4977
5280
|
._message-input_vitro-button-send_1vktQrZ {
|
|
@@ -4988,8 +5291,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4988
5291
|
background-repeat: no-repeat;
|
|
4989
5292
|
box-shadow: 0px 0px 4px 0px rgba(19, 43, 74, 0.18);
|
|
4990
5293
|
margin-left: 12px;
|
|
4991
|
-
|
|
4992
|
-
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');
|
|
4993
5295
|
}
|
|
4994
5296
|
|
|
4995
5297
|
._message-input_vitro-button-send_1vktQrZ:hover,
|
|
@@ -5025,7 +5327,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5025
5327
|
right: 0;
|
|
5026
5328
|
}
|
|
5027
5329
|
|
|
5028
|
-
._image-picker_vitro-image-picker-
|
|
5330
|
+
._image-picker_vitro-image-picker-defaultImage-wrapper_1BHZ1he {
|
|
5029
5331
|
display: flex;
|
|
5030
5332
|
width: 76px;
|
|
5031
5333
|
height: 76px;
|
|
@@ -5037,7 +5339,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5037
5339
|
background: var(--grey-grey-sh-50, rgba(228, 230, 236, 0.50));
|
|
5038
5340
|
}
|
|
5039
5341
|
|
|
5040
|
-
._image-picker_vitro-image-picker-
|
|
5342
|
+
._image-picker_vitro-image-picker-image-wrapper_328OVLU {
|
|
5041
5343
|
width: 76px;
|
|
5042
5344
|
height: 76px;
|
|
5043
5345
|
display: inline-block;
|
|
@@ -5045,7 +5347,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5045
5347
|
overflow: hidden;
|
|
5046
5348
|
}
|
|
5047
5349
|
|
|
5048
|
-
._image-picker_vitro-image-picker-
|
|
5350
|
+
._image-picker_vitro-image-picker-image-wrapper_328OVLU img {
|
|
5049
5351
|
width: 100%;
|
|
5050
5352
|
height: 100%;
|
|
5051
5353
|
-o-object-fit: cover;
|
|
@@ -5057,11 +5359,10 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5057
5359
|
display: none;
|
|
5058
5360
|
}
|
|
5059
5361
|
|
|
5060
|
-
._image-picker_vitro-
|
|
5362
|
+
._image-picker_vitro-image-default_LhN4iy6 {
|
|
5061
5363
|
width: 100%;
|
|
5062
5364
|
height: 100%;
|
|
5063
|
-
|
|
5064
|
-
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');
|
|
5065
5366
|
}
|
|
5066
5367
|
|
|
5067
5368
|
._image-picker_vitro-image-picker-label-wrapper_WRLzUYM {
|
|
@@ -5148,8 +5449,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5148
5449
|
margin-left: 2px;
|
|
5149
5450
|
background-position: center;
|
|
5150
5451
|
background-size: 100%;
|
|
5151
|
-
|
|
5152
|
-
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');
|
|
5153
5453
|
}
|
|
5154
5454
|
|
|
5155
5455
|
._criterion_vitro-operator-list_3A2VZsd {
|
|
@@ -5194,8 +5494,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5194
5494
|
background-color: transparent;
|
|
5195
5495
|
background-size: 100%;
|
|
5196
5496
|
background-position: center;
|
|
5197
|
-
|
|
5198
|
-
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');
|
|
5199
5498
|
}
|
|
5200
5499
|
|
|
5201
5500
|
._criterion_vitro-focus_3FNLsoN ._criterion_vitro-label_3F6a8dj {
|
|
@@ -5234,10 +5533,10 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5234
5533
|
width: 16px;
|
|
5235
5534
|
background-size: 100%;
|
|
5236
5535
|
background-position: center;
|
|
5237
|
-
background-image: url(
|
|
5536
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/criterion/img/collapse-bottom.svg');
|
|
5238
5537
|
}
|
|
5239
5538
|
|
|
5240
|
-
._criterion_vitro-
|
|
5539
|
+
._criterion_vitro-image_1f6DKPL {
|
|
5241
5540
|
height: 16px;
|
|
5242
5541
|
width: 16px;
|
|
5243
5542
|
}
|
|
@@ -5272,8 +5571,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5272
5571
|
position: absolute;
|
|
5273
5572
|
top: -21px;
|
|
5274
5573
|
left: 12px;
|
|
5275
|
-
|
|
5276
|
-
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');
|
|
5277
5575
|
}
|
|
5278
5576
|
|
|
5279
5577
|
._criterion_vitro-condition-list_10UIxJI li {
|
|
@@ -5297,7 +5595,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5297
5595
|
background: #F3F8FF;
|
|
5298
5596
|
}
|
|
5299
5597
|
|
|
5300
|
-
._criterion_vitro-condition-list_10UIxJI ._criterion_vitro-
|
|
5598
|
+
._criterion_vitro-condition-list_10UIxJI ._criterion_vitro-image_1f6DKPL {
|
|
5301
5599
|
height: 20px;
|
|
5302
5600
|
width: 20px;
|
|
5303
5601
|
}
|
|
@@ -5347,8 +5645,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5347
5645
|
background-size: 100%;
|
|
5348
5646
|
background-position: center;
|
|
5349
5647
|
margin-right: 8px;
|
|
5350
|
-
|
|
5351
|
-
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');
|
|
5352
5649
|
}
|
|
5353
5650
|
|
|
5354
5651
|
._input_vitro-button-search_15PeWCS:hover,
|
|
@@ -5381,8 +5678,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5381
5678
|
|
|
5382
5679
|
._input_vitro-button-settings_1w9FwYt {
|
|
5383
5680
|
border-radius: 4px;
|
|
5384
|
-
|
|
5385
|
-
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');
|
|
5386
5682
|
}
|
|
5387
5683
|
|
|
5388
5684
|
._input_vitro-button-settings_1w9FwYt._input_vitro-active_jxhGdE8,
|
|
@@ -5391,8 +5687,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5391
5687
|
}
|
|
5392
5688
|
|
|
5393
5689
|
._input_vitro-button-cancel_YqNZPj- {
|
|
5394
|
-
|
|
5395
|
-
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');
|
|
5396
5691
|
}
|
|
5397
5692
|
|
|
5398
5693
|
._input_vitro-search-value_1ZbcNTJ {
|
|
@@ -5417,8 +5712,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5417
5712
|
|
|
5418
5713
|
._input_vitro-search-value_1ZbcNTJ ._input_vitro-button-cancel_YqNZPj- {
|
|
5419
5714
|
margin: 0;
|
|
5420
|
-
|
|
5421
|
-
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');
|
|
5422
5716
|
}
|
|
5423
5717
|
|
|
5424
5718
|
@media (max-width: 800px) {
|
|
@@ -5639,8 +5933,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5639
5933
|
|
|
5640
5934
|
.handle-bar_drag::after {
|
|
5641
5935
|
left: 3px;
|
|
5642
|
-
|
|
5643
|
-
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');
|
|
5644
5937
|
}
|
|
5645
5938
|
|
|
5646
5939
|
.pane.vertical.primary {
|
|
@@ -5696,23 +5989,19 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5696
5989
|
}
|
|
5697
5990
|
|
|
5698
5991
|
._route-item_vitro-button-collapse_1kVB5Vo {
|
|
5699
|
-
|
|
5700
|
-
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');
|
|
5701
5993
|
}
|
|
5702
5994
|
|
|
5703
5995
|
._route-item_vitro-button-expand_3IuABa1 {
|
|
5704
|
-
|
|
5705
|
-
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');
|
|
5706
5997
|
}
|
|
5707
5998
|
|
|
5708
5999
|
._route-item_vitro-button-hide-comment_2CiY-Ch {
|
|
5709
|
-
|
|
5710
|
-
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');
|
|
5711
6001
|
}
|
|
5712
6002
|
|
|
5713
6003
|
._route-item_vitro-button-show-comment_DJt2SLC {
|
|
5714
|
-
|
|
5715
|
-
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');
|
|
5716
6005
|
}
|
|
5717
6006
|
|
|
5718
6007
|
._route-item_vitro-avatar_3Dypnmz {
|
|
@@ -5775,4 +6064,257 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5775
6064
|
min-width: 8px;
|
|
5776
6065
|
margin-right: 8px;
|
|
5777
6066
|
border-radius: 50%;
|
|
5778
|
-
}
|
|
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
|
+
|