@equinor/echo-framework 0.13.2 → 0.14.0

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.
Files changed (337) hide show
  1. package/README.md +48 -4
  2. package/index.css +2890 -0
  3. package/index.js +70 -0
  4. package/package.json +25 -126
  5. package/src/index.d.ts +102 -0
  6. package/{dist → src/lib}/components/appLinks/AppLinks.d.ts +6 -6
  7. package/{dist → src/lib}/components/appLinks/applinkUtils.d.ts +2 -2
  8. package/{dist → src/lib}/components/appLinks/index.d.ts +2 -2
  9. package/{dist → src/lib}/components/appLinks/linkButton/linkButton.d.ts +7 -7
  10. package/{dist → src/lib}/components/containers/index.d.ts +1 -1
  11. package/{dist → src/lib}/components/containers/layouts.d.ts +7 -7
  12. package/{dist → src/lib}/components/contextualAppLinks/contextualAppLinks.context.d.ts +7 -7
  13. package/{dist → src/lib}/components/contextualAppLinks/contextualAppLinks.d.ts +9 -9
  14. package/{dist → src/lib}/components/contextualAppLinks/externalAppsMenu.d.ts +29 -29
  15. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/allExternalLinks.d.ts +12 -12
  16. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkButtons.helpers.d.ts +60 -60
  17. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToCommApp.d.ts +14 -14
  18. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToConditionAdviser.d.ts +15 -15
  19. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToMcApp.d.ts +14 -14
  20. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToProCoSys.d.ts +14 -14
  21. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToSafeX.d.ts +13 -13
  22. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToSap.d.ts +18 -18
  23. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToSemiDoc.d.ts +17 -17
  24. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToStid.d.ts +14 -14
  25. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToTr2000.d.ts +17 -17
  26. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToTrendingApp.d.ts +15 -15
  27. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/iconButtonSpinner.d.ts +18 -18
  28. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/index.d.ts +10 -10
  29. package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/trainingCenterForValvesMenu.d.ts +7 -7
  30. package/{dist → src/lib}/components/contextualAppLinks/hooks/useContextualAppLinks.d.ts +18 -18
  31. package/{dist → src/lib}/components/contextualAppLinks/hooks/useContextualAppLinksContext.d.ts +4 -4
  32. package/{dist → src/lib}/components/contextualAppLinks/index.d.ts +13 -13
  33. package/{dist → src/lib}/components/contextualAppLinks/internalAppLinks.d.ts +24 -24
  34. package/{dist → src/lib}/components/contextualAppLinks/linkButton.d.ts +19 -19
  35. package/{dist → src/lib}/components/echo3DButton/3dButtonUtils.d.ts +12 -12
  36. package/{dist → src/lib}/components/echo3DButton/OpenIn3dDropdown.d.ts +11 -11
  37. package/{dist → src/lib}/components/echo3DButton/echo3DButton.d.ts +18 -18
  38. package/{dist → src/lib}/components/echo3DButton/echo3DIconButton.d.ts +26 -26
  39. package/{dist → src/lib}/components/echo3DButton/icons/E3DWebBetaIcon.d.ts +6 -6
  40. package/{dist → src/lib}/components/echo3DButton/index.d.ts +2 -2
  41. package/{dist → src/lib}/components/echo3DButton/missingEcho3dAccessDialog.d.ts +8 -8
  42. package/{dist → src/lib}/components/echo3DButton/plantNotAvailableInfo.d.ts +6 -6
  43. package/{dist → src/lib}/components/echo3DButton/useGetOpenIn3d.d.ts +5 -5
  44. package/{dist → src/lib}/components/echo3DButton/useGoToEcho3DWebLink.d.ts +1 -1
  45. package/{dist → src/lib}/components/echoLogo/echoLogo.d.ts +6 -6
  46. package/{dist → src/lib}/components/echoLogo/index.d.ts +1 -1
  47. package/{dist → src/lib}/components/errorBoundary/components/chunkLoadErrorMessage.d.ts +3 -3
  48. package/{dist → src/lib}/components/errorBoundary/components/errorBoundaryBaseMessage.d.ts +7 -7
  49. package/{dist → src/lib}/components/errorBoundary/components/notificationCardWithLogo.d.ts +13 -13
  50. package/{dist → src/lib}/components/errorBoundary/errorBoundary.d.ts +15 -15
  51. package/{dist → src/lib}/components/errorBoundary/index.d.ts +1 -1
  52. package/{dist → src/lib}/components/externalLinkButton/externalLinkButton.d.ts +45 -45
  53. package/{dist → src/lib}/components/footer/footer.d.ts +10 -10
  54. package/{dist → src/lib}/components/footer/index.d.ts +1 -1
  55. package/{dist → src/lib}/components/fullScreenButtons/FullScreenButton.d.ts +7 -7
  56. package/{dist → src/lib}/components/fullScreenButtons/FullScreenChip.d.ts +8 -8
  57. package/{dist → src/lib}/components/fullScreenButtons/FullScreenModeButtons.d.ts +7 -7
  58. package/{dist → src/lib}/components/fullScreenButtons/index.d.ts +3 -3
  59. package/src/lib/components/homePage/HomePage.d.ts +1 -0
  60. package/{dist → src/lib}/components/homePage/index.d.ts +1 -1
  61. package/{dist → src/lib}/components/index.d.ts +23 -25
  62. package/{dist → src/lib}/components/lazyLoading/appLoadingIndicator.d.ts +6 -6
  63. package/{dist → src/lib}/components/lazyLoading/index.d.ts +1 -1
  64. package/{dist → src/lib}/components/lazyLoading/lazyLoadedAppWrapper.d.ts +14 -14
  65. package/{dist → src/lib}/components/mediator/index.d.ts +1 -1
  66. package/{dist → src/lib}/components/mediator/mediator.d.ts +6 -6
  67. package/{dist → src/lib}/components/pageMenu/Navigation/applicationList.d.ts +3 -3
  68. package/{dist → src/lib}/components/pageMenu/defaultAccordionItem.d.ts +12 -12
  69. package/{dist → src/lib}/components/pageMenu/index.d.ts +3 -3
  70. package/{dist → src/lib}/components/pageMenu/pageMenu.d.ts +15 -15
  71. package/{dist → src/lib}/components/pageMenu/pageMenuDrawerItem.d.ts +16 -16
  72. package/{dist → src/lib}/components/pageMenu/settings/asset.d.ts +6 -6
  73. package/{dist → src/lib}/components/pageMenu/settings/profile.d.ts +6 -6
  74. package/{dist → src/lib}/components/pageMenu/settings/settings.d.ts +7 -7
  75. package/{dist → src/lib}/components/pageMenu/version/version.d.ts +3 -3
  76. package/{dist → src/lib}/components/panel/corePanelIcon.d.ts +6 -6
  77. package/{dist → src/lib}/components/panel/corePanelLeft.d.ts +3 -3
  78. package/{dist → src/lib}/components/panel/corePanelRight.d.ts +3 -3
  79. package/{dist → src/lib}/components/panel/index.d.ts +2 -2
  80. package/{dist → src/lib}/components/panelButton/index.d.ts +1 -1
  81. package/{dist → src/lib}/components/panelButton/panelButton.d.ts +19 -19
  82. package/{dist → src/lib}/components/plantSelector/index.d.ts +1 -1
  83. package/{dist → src/lib}/components/plantSelector/plantSelector.d.ts +18 -18
  84. package/{dist → src/lib}/components/prepview/Prepview.d.ts +16 -16
  85. package/{dist → src/lib}/components/prepview/api/api.d.ts +7 -7
  86. package/{dist → src/lib}/components/prepview/api/attachment.d.ts +2 -2
  87. package/{dist → src/lib}/components/prepview/api/index.d.ts +1 -1
  88. package/{dist → src/lib}/components/prepview/api/resources.d.ts +6 -6
  89. package/{dist → src/lib}/components/prepview/common/access/handler/StatusHandler.d.ts +8 -8
  90. package/{dist → src/lib}/components/prepview/common/access/handler/index.d.ts +1 -1
  91. package/{dist → src/lib}/components/prepview/common/access/index.d.ts +2 -2
  92. package/{dist → src/lib}/components/prepview/common/access/request/RequestAccess.d.ts +6 -6
  93. package/{dist → src/lib}/components/prepview/common/access/request/index.d.ts +1 -1
  94. package/{dist → src/lib}/components/prepview/common/additionalInformation/AdditionalDetails.d.ts +9 -10
  95. package/{dist → src/lib}/components/prepview/common/additionalInformation/tabsPanels/TabsPanels.d.ts +14 -14
  96. package/{dist → src/lib}/components/prepview/common/additionalInformation/tabsPanels/index.d.ts +1 -1
  97. package/{dist → src/lib}/components/prepview/common/contentPicker/ContentPicker.d.ts +8 -8
  98. package/{dist → src/lib}/components/prepview/common/contentPicker/index.d.ts +1 -1
  99. package/{dist → src/lib}/components/prepview/common/details/accordion/DetailsAccordion.d.ts +8 -8
  100. package/{dist → src/lib}/components/prepview/common/details/accordion/index.d.ts +1 -1
  101. package/{dist → src/lib}/components/prepview/common/details/index.d.ts +3 -3
  102. package/src/lib/components/prepview/common/details/loader/DetailsLoader.d.ts +2 -0
  103. package/{dist → src/lib}/components/prepview/common/details/loader/index.d.ts +1 -1
  104. package/{dist → src/lib}/components/prepview/common/details/panel/EmptyDetailsPanel.d.ts +5 -6
  105. package/{dist → src/lib}/components/prepview/common/details/panel/index.d.ts +1 -1
  106. package/{dist → src/lib}/components/prepview/common/fileSizeDisplay/FileSizeDisplay.d.ts +10 -11
  107. package/{dist → src/lib}/components/prepview/common/fileSizeDisplay/index.d.ts +1 -1
  108. package/{dist → src/lib}/components/prepview/common/index.d.ts +6 -6
  109. package/{dist → src/lib}/components/prepview/common/info/block/InfoBlock.d.ts +9 -9
  110. package/{dist → src/lib}/components/prepview/common/info/block/index.d.ts +1 -1
  111. package/{dist → src/lib}/components/prepview/common/info/index.d.ts +3 -3
  112. package/src/lib/components/prepview/common/info/list/InfoBlockList.d.ts +5 -0
  113. package/{dist → src/lib}/components/prepview/common/info/list/index.d.ts +1 -1
  114. package/{dist → src/lib}/components/prepview/common/info/section/InfoSection.d.ts +6 -6
  115. package/{dist → src/lib}/components/prepview/common/info/section/index.d.ts +2 -2
  116. package/{dist → src/lib}/components/prepview/common/info/section/longText/LongTextSection.d.ts +7 -8
  117. package/{dist → src/lib}/components/prepview/common/info/section/longText/index.d.ts +1 -1
  118. package/src/lib/components/prepview/common/link/Link.d.ts +6 -0
  119. package/{dist → src/lib}/components/prepview/context/PrepviewContext.d.ts +15 -15
  120. package/{dist → src/lib}/components/prepview/hooks/index.d.ts +4 -4
  121. package/{dist → src/lib}/components/prepview/hooks/useFetch.d.ts +4 -4
  122. package/{dist → src/lib}/components/prepview/hooks/useIsMobile.d.ts +5 -5
  123. package/{dist → src/lib}/components/prepview/hooks/useOnClickDownload.d.ts +9 -9
  124. package/{dist → src/lib}/components/prepview/hooks/useSetActiveSearchItem.d.ts +10 -10
  125. package/{dist → src/lib}/components/prepview/index.d.ts +1 -1
  126. package/{dist → src/lib}/components/prepview/notification/details/DetailsNotification.d.ts +9 -9
  127. package/{dist → src/lib}/components/prepview/notification/details/index.d.ts +1 -1
  128. package/{dist → src/lib}/components/prepview/notification/header/Header.d.ts +7 -7
  129. package/{dist → src/lib}/components/prepview/notification/header/index.d.ts +1 -1
  130. package/{dist → src/lib}/components/prepview/notification/index.d.ts +8 -8
  131. package/{dist → src/lib}/components/prepview/panels/attachments/Attachments.d.ts +8 -9
  132. package/{dist → src/lib}/components/prepview/panels/attachments/index.d.ts +1 -1
  133. package/{dist → src/lib}/components/prepview/panels/history/TagHistory.d.ts +9 -9
  134. package/{dist → src/lib}/components/prepview/panels/history/group/TagHistoryGroup.d.ts +10 -10
  135. package/{dist → src/lib}/components/prepview/panels/history/group/index.d.ts +1 -1
  136. package/{dist → src/lib}/components/prepview/panels/history/horizontalView/HorizontalTagHistory.d.ts +9 -9
  137. package/{dist → src/lib}/components/prepview/panels/history/horizontalView/index.d.ts +1 -1
  138. package/{dist → src/lib}/components/prepview/panels/history/index.d.ts +1 -1
  139. package/{dist → src/lib}/components/prepview/panels/history/items/Items.d.ts +11 -11
  140. package/{dist → src/lib}/components/prepview/panels/history/items/NotificationItem.d.ts +7 -7
  141. package/{dist → src/lib}/components/prepview/panels/history/items/PunchItem.d.ts +7 -7
  142. package/{dist → src/lib}/components/prepview/panels/history/items/WorkOrderItem.d.ts +7 -7
  143. package/{dist → src/lib}/components/prepview/panels/history/items/index.d.ts +1 -1
  144. package/{dist → src/lib}/components/prepview/panels/index.d.ts +7 -7
  145. package/{dist → src/lib}/components/prepview/panels/objects/Objects.d.ts +6 -7
  146. package/{dist → src/lib}/components/prepview/panels/objects/index.d.ts +1 -1
  147. package/{dist → src/lib}/components/prepview/panels/operations/Operations.d.ts +6 -7
  148. package/{dist → src/lib}/components/prepview/panels/operations/index.d.ts +1 -1
  149. package/{dist → src/lib}/components/prepview/panels/risk/Risk.d.ts +6 -7
  150. package/{dist → src/lib}/components/prepview/panels/risk/index.d.ts +1 -1
  151. package/{dist → src/lib}/components/prepview/panels/risk/trafficLight/TrafficLight.d.ts +7 -7
  152. package/{dist → src/lib}/components/prepview/panels/risk/trafficLight/index.d.ts +1 -1
  153. package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/HorizontalDocumentGroups.d.ts +7 -8
  154. package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/TagDocumentGroup.d.ts +8 -9
  155. package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/TagDocumentItem.d.ts +7 -8
  156. package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/TagDocumentRefs.d.ts +7 -8
  157. package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/index.d.ts +1 -1
  158. package/{dist → src/lib}/components/prepview/panels/tagInformation/TagInformation.d.ts +10 -11
  159. package/{dist → src/lib}/components/prepview/panels/tagInformation/index.d.ts +1 -1
  160. package/{dist → src/lib}/components/prepview/punch/details/Details.d.ts +9 -9
  161. package/{dist → src/lib}/components/prepview/punch/details/index.d.ts +1 -1
  162. package/{dist → src/lib}/components/prepview/punch/header/Header.d.ts +7 -7
  163. package/{dist → src/lib}/components/prepview/punch/header/index.d.ts +1 -1
  164. package/{dist → src/lib}/components/prepview/punch/index.d.ts +8 -8
  165. package/{dist → src/lib}/components/prepview/types/attachment.d.ts +7 -7
  166. package/{dist → src/lib}/components/prepview/types/common.d.ts +50 -50
  167. package/{dist → src/lib}/components/prepview/types/document.d.ts +13 -13
  168. package/{dist → src/lib}/components/prepview/types/index.d.ts +9 -9
  169. package/{dist → src/lib}/components/prepview/types/notification.d.ts +68 -68
  170. package/{dist → src/lib}/components/prepview/types/operation.d.ts +13 -13
  171. package/{dist → src/lib}/components/prepview/types/punch.d.ts +27 -27
  172. package/{dist → src/lib}/components/prepview/types/safety.d.ts +21 -21
  173. package/{dist → src/lib}/components/prepview/types/tag.d.ts +24 -24
  174. package/{dist → src/lib}/components/prepview/types/workorder.d.ts +83 -83
  175. package/{dist → src/lib}/components/prepview/utils/date.d.ts +5 -5
  176. package/{dist → src/lib}/components/prepview/utils/documents.d.ts +1 -1
  177. package/{dist → src/lib}/components/prepview/utils/dom.d.ts +1 -1
  178. package/{dist → src/lib}/components/prepview/utils/enums/documents.d.ts +14 -14
  179. package/{dist → src/lib}/components/prepview/utils/enums/index.d.ts +2 -2
  180. package/{dist → src/lib}/components/prepview/utils/enums/tagHistoryItem.d.ts +5 -5
  181. package/{dist → src/lib}/components/prepview/utils/index.d.ts +10 -10
  182. package/{dist → src/lib}/components/prepview/utils/logger.d.ts +71 -71
  183. package/{dist → src/lib}/components/prepview/utils/notification.d.ts +3 -3
  184. package/{dist → src/lib}/components/prepview/utils/object.d.ts +1 -1
  185. package/{dist → src/lib}/components/prepview/utils/punch.d.ts +1 -1
  186. package/{dist → src/lib}/components/prepview/utils/string.d.ts +1 -1
  187. package/{dist → src/lib}/components/prepview/utils/url.d.ts +9 -9
  188. package/{dist → src/lib}/components/prepview/utils/workorder.d.ts +2 -2
  189. package/{dist → src/lib}/components/prepview/workorder/details/DetailsWorkOrder.d.ts +9 -9
  190. package/{dist → src/lib}/components/prepview/workorder/details/index.d.ts +1 -1
  191. package/{dist → src/lib}/components/prepview/workorder/header/WorkOrderHeader.d.ts +8 -8
  192. package/{dist → src/lib}/components/prepview/workorder/header/index.d.ts +1 -1
  193. package/{dist → src/lib}/components/prepview/workorder/index.d.ts +9 -9
  194. package/{dist → src/lib}/components/projectSelector/ProcosysProjectSelector.d.ts +17 -17
  195. package/{dist → src/lib}/components/projectSelector/index.d.ts +1 -1
  196. package/{dist → src/lib}/components/realTimeData/RealTimePopoverButton.d.ts +18 -18
  197. package/{dist → src/lib}/components/realTimeData/components/IMSDropdown/RealTimeIMSDropdown.d.ts +8 -8
  198. package/{dist → src/lib}/components/realTimeData/components/IMSDropdown/index.d.ts +1 -1
  199. package/{dist → src/lib}/components/realTimeData/components/connectorForIMSTag/RealTimeConnectorForIMSTag.d.ts +7 -7
  200. package/{dist → src/lib}/components/realTimeData/components/connectorForIMSTag/index.d.ts +1 -1
  201. package/{dist → src/lib}/components/realTimeData/components/contextButton/RealTimeContextButton.d.ts +7 -7
  202. package/{dist → src/lib}/components/realTimeData/components/contextButton/index.d.ts +1 -1
  203. package/{dist → src/lib}/components/realTimeData/components/contextPopover/Popover.d.ts +9 -9
  204. package/{dist → src/lib}/components/realTimeData/components/contextPopover/index.d.ts +1 -1
  205. package/{dist → src/lib}/components/realTimeData/components/index.d.ts +4 -4
  206. package/{dist → src/lib}/components/realTimeData/hooks/index.d.ts +3 -3
  207. package/{dist → src/lib}/components/realTimeData/hooks/useRealTimeHub.d.ts +13 -13
  208. package/{dist → src/lib}/components/realTimeData/hooks/useSignalR.d.ts +10 -10
  209. package/{dist → src/lib}/components/realTimeData/hooks/useSignalRListener.d.ts +4 -4
  210. package/{dist → src/lib}/components/realTimeData/index.d.ts +1 -1
  211. package/{dist → src/lib}/components/router/echoRoute.d.ts +11 -11
  212. package/{dist → src/lib}/components/router/echoRouter.d.ts +6 -6
  213. package/{dist → src/lib}/components/router/echoWrapper.d.ts +7 -7
  214. package/{dist → src/lib}/components/router/index.d.ts +3 -3
  215. package/{dist → src/lib}/components/router/routes.d.ts +5 -5
  216. package/{dist → src/lib}/components/searchMenu/index.d.ts +1 -1
  217. package/{dist → src/lib}/components/searchMenu/searchMenu.d.ts +3 -3
  218. package/{dist → src/lib}/components/tagNumber/index.d.ts +1 -1
  219. package/{dist → src/lib}/components/tagNumber/tagNumber.d.ts +8 -8
  220. package/{dist → src/lib}/components/toaster/index.d.ts +2 -2
  221. package/{dist → src/lib}/components/toaster/toaster.d.ts +10 -10
  222. package/{dist → src/lib}/components/toaster/toasters.d.ts +3 -3
  223. package/{dist → src/lib}/coreApplication/BarComponents/TopBarContent.d.ts +5 -5
  224. package/{dist → src/lib}/coreApplication/EchoBarComponent.d.ts +10 -10
  225. package/{dist → src/lib}/coreApplication/EchoContent.d.ts +8 -8
  226. package/{dist → src/lib}/coreApplication/EchoContentPanels.d.ts +9 -9
  227. package/{dist → src/lib}/coreApplication/EchoEventHandler.d.ts +11 -11
  228. package/{dist → src/lib}/coreApplication/EchoToolBar.d.ts +19 -20
  229. package/{dist → src/lib}/coreApplication/EchoTopBar.d.ts +4 -4
  230. package/{dist → src/lib}/coreApplication/EchoUserInterfaceStore.d.ts +21 -21
  231. package/{dist → src/lib}/coreApplication/index.d.ts +7 -7
  232. package/{dist → src/lib}/hooks/hookLibrary.d.ts +49 -49
  233. package/{dist → src/lib}/hooks/index.d.ts +8 -8
  234. package/{dist → src/lib}/hooks/useEchoHistory.d.ts +11 -11
  235. package/{dist → src/lib}/hooks/useHas3dAccess.d.ts +1 -1
  236. package/{dist → src/lib}/hooks/useIsCompactLayout.d.ts +5 -5
  237. package/{dist → src/lib}/hooks/useIsFullScreenModeEnabled.d.ts +1 -1
  238. package/{dist → src/lib}/hooks/useLongPress.d.ts +6 -6
  239. package/{dist → src/lib}/hooks/usePlantAvailableIn3d.d.ts +1 -1
  240. package/{dist → src/lib}/hooks/usePlantAvailableIn3dWeb.d.ts +1 -1
  241. package/{dist → src/lib}/hooks/useScreenOrientation.d.ts +5 -5
  242. package/{dist → src/lib}/hooks/useScreenValues.d.ts +13 -13
  243. package/{dist → src/lib}/hooks/useSemi.d.ts +21 -21
  244. package/{dist → src/lib}/hooks/useTagDetails.d.ts +20 -20
  245. package/{dist → src/lib}/hooks/useWindowSize.d.ts +8 -8
  246. package/{dist → src/lib}/icons/edsIons.d.ts +1 -1
  247. package/{dist → src/lib}/icons/equinor-logo.d.ts +2 -2
  248. package/{dist → src/lib}/icons/logo_ee.d.ts +3 -3
  249. package/{dist → src/lib}/icons/search.d.ts +3 -3
  250. package/{dist → src/lib}/services/api/api-manager.d.ts +19 -19
  251. package/{dist → src/lib}/services/api/api-plantinfo.d.ts +5 -5
  252. package/{dist → src/lib}/services/api/api-plants.d.ts +7 -7
  253. package/{dist → src/lib}/services/api/api-realtimedata.d.ts +2 -2
  254. package/{dist → src/lib}/services/api/api-tag-details.d.ts +17 -17
  255. package/{dist → src/lib}/services/api/api-tag-list-for-3D.d.ts +26 -26
  256. package/{dist → src/lib}/services/api/api-tags.d.ts +17 -17
  257. package/{dist → src/lib}/services/api/api-version.d.ts +2 -2
  258. package/{dist → src/lib}/services/api/index.d.ts +3 -3
  259. package/{dist → src/lib}/services/componentRegistry/componentRegistry.d.ts +34 -34
  260. package/{dist → src/lib}/services/deviceInformation/deepDeviceInfo.d.ts +41 -41
  261. package/{dist → src/lib}/services/deviceInformation/deviceInfo.d.ts +45 -45
  262. package/{dist → src/lib}/services/echopediaAnalyticsModule/echopediaAnalyticsModule.d.ts +1 -1
  263. package/{dist → src/lib}/services/eventCallbacks/plantChanged.d.ts +9 -9
  264. package/{dist → src/lib}/services/eventHubActions/index.d.ts +1 -1
  265. package/{dist → src/lib}/services/eventHubActions/toastActions.d.ts +6 -6
  266. package/{dist → src/lib}/services/searchItemDetails/searchItemDetails.store.d.ts +26 -26
  267. package/{dist → src/lib}/services/searchItemDetails/searchItemDetailsContainer.d.ts +6 -6
  268. package/{dist → src/lib}/theme/themeConst.d.ts +51 -51
  269. package/{dist → src/lib}/types/api-echohub.d.ts +36 -36
  270. package/{dist → src/lib}/types/api-proCoSysTagResponse.d.ts +8 -8
  271. package/{dist → src/lib}/types/device.d.ts +53 -53
  272. package/{dist → src/lib}/types/echoHubPlant.d.ts +11 -11
  273. package/{dist → src/lib}/types/eventTypes/fullScreenModeEvent.d.ts +3 -3
  274. package/{dist → src/lib}/types/eventTypes/index.d.ts +5 -5
  275. package/{dist → src/lib}/types/eventTypes/legendEvent.d.ts +4 -4
  276. package/{dist → src/lib}/types/eventTypes/plantEvent.d.ts +5 -5
  277. package/{dist → src/lib}/types/eventTypes/searchDetailsContainerEvents.d.ts +3 -3
  278. package/{dist → src/lib}/types/eventTypes/toasterEvent.d.ts +5 -5
  279. package/{dist → src/lib}/types/extensions.d.ts +7 -7
  280. package/{dist → src/lib}/types/hookLibrary.d.ts +20 -20
  281. package/{dist → src/lib}/types/legend.d.ts +45 -45
  282. package/{dist → src/lib}/types/modelPermissions.d.ts +4 -4
  283. package/{dist → src/lib}/types/pingableSources.d.ts +4 -4
  284. package/{dist → src/lib}/types/realtimedata.d.ts +18 -18
  285. package/{dist → src/lib}/types/toaster.d.ts +7 -7
  286. package/{dist → src/lib}/types/toasterMessage.d.ts +5 -5
  287. package/{dist → src/lib}/utils/arrayUtils.d.ts +8 -8
  288. package/{dist → src/lib}/utils/copyText.d.ts +2 -2
  289. package/{dist → src/lib}/utils/eventHandlerUtils.d.ts +1 -1
  290. package/{dist → src/lib}/utils/index.d.ts +3 -3
  291. package/{dist → src/lib}/utils/legendUtils.d.ts +18 -18
  292. package/{dist → src/lib}/utils/navigationUtils.d.ts +7 -7
  293. package/{dist → src/lib}/utils/plantInfo.d.ts +98 -98
  294. package/{dist → src/lib}/utils/plantsDataUtils.d.ts +9 -9
  295. package/{dist → src/lib}/utils/projectSelectorUtils.d.ts +1 -1
  296. package/{dist → src/lib}/utils/searchUtil.d.ts +1 -1
  297. package/{dist → src/lib}/utils/startup.d.ts +6 -6
  298. package/{dist → src/lib}/utils/tagUtils.d.ts +23 -23
  299. package/{dist → src/lib}/utils/taskCache.d.ts +23 -23
  300. package/LICENSE +0 -21
  301. package/dist/__tests__/3dButtonUtils.test.d.ts +0 -1
  302. package/dist/__tests__/eventHandlerUtils.test.d.ts +0 -1
  303. package/dist/__tests__/plantInfoSetup.d.ts +0 -2
  304. package/dist/__tests__/plantInfoUtils.test.d.ts +0 -1
  305. package/dist/__tests__/prepviewUtils.test.d.ts +0 -1
  306. package/dist/__tests__/projectSelectorUtils.test.d.ts +0 -1
  307. package/dist/__tests__/realTimeDataHooks.test.d.ts +0 -1
  308. package/dist/__tests__/realTimeDataUtils.test.d.ts +0 -1
  309. package/dist/components/appLinks/applinkUtils.test.d.ts +0 -1
  310. package/dist/components/contextualAppLinks/externalLinkButtons/externalLinkButtons.helpers.test.d.ts +0 -1
  311. package/dist/components/contextualAppLinks/hooks/useContextualAppLinks.test.d.ts +0 -1
  312. package/dist/components/contextualAppLinks/hooks/useContextualAppLinksContext.test.d.ts +0 -1
  313. package/dist/components/homePage/HomePage.d.ts +0 -2
  314. package/dist/components/prepview/common/details/loader/DetailsLoader.d.ts +0 -3
  315. package/dist/components/prepview/common/info/list/InfoBlockList.d.ts +0 -6
  316. package/dist/components/prepview/common/link/Link.d.ts +0 -7
  317. package/dist/hooks/useLongPress.test.d.ts +0 -1
  318. package/dist/hooks/useSemi.test.d.ts +0 -1
  319. package/dist/hooks/useTagDetails.test.d.ts +0 -1
  320. package/dist/index.css +0 -1
  321. package/dist/index.d.ts +0 -102
  322. package/dist/index.js +0 -43
  323. package/dist/services/api/api-tag-details.test.d.ts +0 -1
  324. package/dist/services/api/api-tag-list-for-3D.test.d.ts +0 -1
  325. package/dist/services/api/api-tags.test.d.ts +0 -1
  326. package/dist/services/componentRegistry/componentRegistry.test.d.ts +0 -1
  327. package/dist/services/searchItemDetails/searchItemDetails.store.test.d.ts +0 -1
  328. package/dist/setupTests.d.ts +0 -1
  329. package/dist/utils/arrayUtils.test.d.ts +0 -1
  330. package/dist/utils/copyText.test.d.ts +0 -1
  331. package/dist/utils/legendUtils.test.d.ts +0 -1
  332. package/dist/utils/navigationUtils.test.d.ts +0 -1
  333. package/dist/utils/plantInfo.test.d.ts +0 -1
  334. package/dist/utils/tagUtils.test.d.ts +0 -1
  335. package/dist/utils/taskCache.test.d.ts +0 -1
  336. /package/{dist/1bd97dd2170d0f64.svg → 1bd97dd2170d0f64.svg} +0 -0
  337. /package/{dist/47deeba42768c5d1.svg → 47deeba42768c5d1.svg} +0 -0
package/index.css ADDED
@@ -0,0 +1,2890 @@
1
+ :global(:root) {
2
+ /* z-index-levels: add z index levels here, which needs to be considered and respected in the Echo App globally */
3
+ --echo-framework-z-level-panel-left: 500;
4
+ --echo-framework-z-level-panel-main: 550;
5
+ --echo-framework-z-level-bottom-bar: 1425;
6
+ --echo-framework-z-level-scrim: 1450;
7
+ }
8
+
9
+ /* EDS Scrim (semi-transparent, black overlay) has z-index: 1300, while Menu has 1400.
10
+ * We would like to have an opened Menu to be covered by the Scrim.
11
+ */
12
+ :global([class^='Scrim__StyledScrim']) {
13
+ z-index: var(--echo-framework-z-level-scrim) !important;
14
+ }
15
+
16
+ :root {
17
+ /* Padding and Margins */
18
+ --xSmall: 0.25rem;
19
+ --small: 0.5rem;
20
+ --medium: 1rem;
21
+ --large: 1.5rem;
22
+ --xLarge: 2rem;
23
+
24
+ /* Echo - Digital Twin Colors*/
25
+ --black: #000000;
26
+ --white: #ffffff;
27
+ --equiBlue1: #233746;
28
+ --equiBlue2: #d7e1ed;
29
+ --equiBlue3: #d5eaf4;
30
+ --equiGray1: #87929a;
31
+ --equiGray2: #b4bbc0;
32
+ --equiGray3: #d1d5d8;
33
+ --equiGray4: #e3e6e8;
34
+ --equiRed1: #ff1243;
35
+ --darkEquiRed: #ce183e;
36
+ --equiGreen1: #006f79;
37
+ --equiGreen2: #deedee;
38
+ --equiGreen3: #e6faec;
39
+ --echoText: #3d3d3d;
40
+
41
+ --disabledBackgroundColor: #eaeaea;
42
+ --disabledColor: #6f6f6f;
43
+
44
+ /* Echopedia Notifications status color */
45
+ --onGoing: #fbca36;
46
+ --done: #4bb748;
47
+
48
+ /* Echopedia Stid StatusCode */
49
+ --asBuilt: #007079;
50
+ --planned: #4bb748;
51
+ --future: #52c0ff;
52
+ --historic: #ff7d98;
53
+ --outOfService: #ff9200;
54
+ --reserved: #243746;
55
+ --voided: #eb0000;
56
+ --default: #dcdcdc;
57
+
58
+ /*Echopedia Procosys StatusCodes*/
59
+ --ok: #23ef2a;
60
+ --os: #adaead;
61
+ --pa: #f94693;
62
+ --pb: #ffdd00;
63
+ --unknown: #525252;
64
+
65
+ /*Echopedia commPks statusCodes */
66
+ --rfccSent: #bcf316;
67
+ --rfccPartly: #c7f316;
68
+ --rfcc: #60f316;
69
+ --rfocSent: #0dccf2;
70
+ --rfocPartly: #1accf2;
71
+ --rfoc: #0d59f2;
72
+ --rfccRejected: #ff1243;
73
+ --rfocRejected: #ff1243;
74
+ --handoverError: #eb0000;
75
+
76
+ /*Echopedia Procosys Filters*/
77
+ --priorityHigh: #ff1243;
78
+ --priorityMedium: #fbca36;
79
+ --systems: #d5eaf4;
80
+ --locations: #3eb54a;
81
+
82
+ /* Popover colors */
83
+ --warningText: #ad6200;
84
+ --warningIcon: #ff9200;
85
+ --warningBackground: #ffe7d6;
86
+
87
+ /* Dropdown colors */
88
+ --dropDownButtonBackground: #f0f0f0;
89
+ --dropDownTextColor: #808080;
90
+
91
+ /* Search */
92
+ --searchBarBackground: #f7f7f7;
93
+
94
+ /* Application notifications */
95
+ --highSeverity: #ffc1c1;
96
+ --mediumSeverity: #ffe7d6;
97
+ --lowSeverity: #dce6ee;
98
+ --defaultSeverity: #d5eaf4;
99
+
100
+ --highSeverityText: #eb0000;
101
+ --mediumSeverityText: #52c0ff;
102
+ --lowSeverityText: #4bb748;
103
+ --defaultSeverityText: #3d3d3d;
104
+
105
+ /* Toggle colors */
106
+ --toggleActive: #4bb748;
107
+ --toggleInactive: #b30d2f;
108
+
109
+ /* Icon colors */
110
+ --hoverIcon: #004f55;
111
+
112
+ /* Text */
113
+ --tertiaryText: #6f6f6f;
114
+
115
+ /* Misc UI */
116
+ --dividerColor: #dcdcdc;
117
+ }
118
+
119
+ html,
120
+ body,
121
+ #root {
122
+ width: 100%;
123
+ height: 100%;
124
+ overflow: hidden;
125
+ }
126
+
127
+ /* Theming*/
128
+ html[data-theme='dark'] {
129
+ --equiGreen1: #006f79;
130
+ }
131
+
132
+ body,
133
+ h1,
134
+ h2,
135
+ h3,
136
+ h4,
137
+ h5,
138
+ h6,
139
+ p,
140
+ label {
141
+ color: var(--echoText);
142
+ }
143
+
144
+ html,
145
+ body {
146
+ font-family: Equinor !important;
147
+ }
148
+
149
+ span {
150
+ font-family: Equinor !important;
151
+ }
152
+
153
+ ::-webkit-scrollbar {
154
+ width: 10px;
155
+ }
156
+
157
+ ::-webkit-scrollbar-track {
158
+ background: #f7f7f7;
159
+ border-radius: 5px;
160
+ }
161
+
162
+ ::-webkit-scrollbar-thumb {
163
+ background: #007079;
164
+ border-radius: 5px;
165
+ }
166
+
167
+ ::-webkit-scrollbar-thumb:hover {
168
+ background: #004f55;
169
+ }
170
+
171
+ button,
172
+ input {
173
+ -webkit-appearance: none;
174
+ -moz-appearance: none;
175
+ appearance: none;
176
+ background: transparent;
177
+ border: inherit;
178
+ color: inherit;
179
+ font: inherit;
180
+ outline: 0;
181
+ }
182
+
183
+ input,
184
+ input:before,
185
+ input:after {
186
+ -webkit-user-select: initial;
187
+ -moz-user-select: initial;
188
+ user-select: initial;
189
+ }
190
+
191
+ .AppLinks-module_AppBar__2ZZaq {
192
+ margin: 0 auto 48px;
193
+ display: flex;
194
+ flex-wrap: wrap;
195
+ justify-content: center;
196
+ align-items: flex-start;
197
+ }
198
+
199
+ .EchoContent-module_barButtons__nsM6X {
200
+ height: 100%;
201
+ width: 100%;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ }
206
+ .EchoContent-module_barButtons__nsM6X > button > span {
207
+ display: flex;
208
+ flex-direction: column;
209
+ grid-gap: 0;
210
+ }
211
+
212
+ .EchoContent-module_barButtons__nsM6X > button > span > svg {
213
+ display: inline-flex;
214
+ margin-bottom: 0.2rem;
215
+ }
216
+
217
+ .EchoContent-module_barButtons__nsM6X > button > span > span {
218
+ display: inline-flex;
219
+ color: var(--echoText);
220
+ font-size: 0.65625rem;
221
+ line-height: 0.75rem;
222
+ }
223
+
224
+ .EchoContent-module_activeBottomBarButton__a8kxs {
225
+ border-top: 2px solid var(--equiGreen1);
226
+ background-color: var(--equiGreen3);
227
+ }
228
+
229
+ .EchoContent-module_activeBottomBarButton__a8kxs > button:focus {
230
+ outline: none !important;
231
+ }
232
+
233
+ .EchoContent-module_activeBottomBarButton__a8kxs > button:focus-visible {
234
+ outline-offset: 2px !important;
235
+ outline: 1px dashed #004f55 !important;
236
+ }
237
+
238
+ @media screen and (max-width: 927px) and (orientation: landscape) {
239
+ .EchoContent-module_activeBottomBarButton__a8kxs {
240
+ border-top: 0px;
241
+ border-right: 2px solid var(--equiGreen1);
242
+ }
243
+
244
+ .EchoContent-module_barButtons__nsM6X {
245
+ max-height: 96px;
246
+ width: 56px;
247
+ }
248
+ }
249
+
250
+ @keyframes EchoContent-module_spinAnimation__enGOK {
251
+ 0% {
252
+ transform: rotate(0deg);
253
+ }
254
+ 100% {
255
+ transform: rotate(360deg);
256
+ }
257
+ }
258
+
259
+ .EchoContent-module_spinningIcon__EDkWM {
260
+ animation: EchoContent-module_spinAnimation__enGOK 1.5s infinite reverse linear;
261
+ }
262
+
263
+ .EchoContent-module_echoTopBar__QTcyL {
264
+ }
265
+
266
+ .EchoContent-module_headerDetails__Z6x0e {
267
+ justify-self: end;
268
+ }
269
+
270
+ .EchoContent-module_headerIcons__7SwgN > svg {
271
+ margin: 0 8px;
272
+ }
273
+
274
+ .EchoMenu-module_echoTopBar__F5JYY {
275
+ width: 100% !important;
276
+ border-bottom: 1px solid var(--default) !important;
277
+ padding-left: 12px !important;
278
+ padding-right: var(--small) !important;
279
+ }
280
+
281
+ .EchoMenu-module_topBarItems__lZMfa {
282
+ display: flex;
283
+ align-items: center;
284
+ }
285
+
286
+ .EchoMenu-module_topBarItem__ahWg0 {
287
+ padding: 0 0.25em 0 0.25em;
288
+ }
289
+
290
+ .EchoMenu-module_echoToolMenu__07CMW {
291
+ width: 64px;
292
+ height: 100%;
293
+ border-right: 1px solid var(--default);
294
+ display: flex;
295
+ flex-direction: column;
296
+ background: white;
297
+ z-index: var(--echo-framework-z-level-panel-left);
298
+ }
299
+
300
+ .EchoMenu-module_headerDetails__McF40 {
301
+ justify-self: end;
302
+ }
303
+
304
+ @media screen and (min-width: 768px) {
305
+ .EchoMenu-module_headerDetails__McF40 {
306
+ width: 65px;
307
+ white-space: nowrap;
308
+ overflow: hidden;
309
+ text-overflow: ellipsis;
310
+ }
311
+ }
312
+
313
+ @media screen and (min-width: 1024px) {
314
+ .EchoMenu-module_headerDetails__McF40 {
315
+ width: auto;
316
+ overflow: auto;
317
+ text-overflow: initial;
318
+ white-space: initial;
319
+ }
320
+ }
321
+
322
+ .EchoMenu-module_eeLogo__DU06g svg {
323
+ width: 24px !important;
324
+ height: 24px !important;
325
+ }
326
+
327
+ .EchoMenu-module_headerTitleArea__Rjd9f {
328
+ display: flex;
329
+ width: 100%;
330
+ height: 100%;
331
+ white-space: nowrap;
332
+ overflow: hidden;
333
+ align-items: center;
334
+ text-overflow: ellipsis;
335
+ }
336
+
337
+ .EchoMenu-module_headerDetails__McF40 {
338
+ display: flex;
339
+ width: 100%;
340
+ height: 100%;
341
+ white-space: nowrap;
342
+ overflow: hidden;
343
+ align-items: center;
344
+ text-overflow: ellipsis;
345
+ }
346
+
347
+ .EchoMenu-module_plantName__OkipP {
348
+ width: 100%;
349
+ white-space: nowrap;
350
+ overflow: hidden;
351
+ text-overflow: ellipsis;
352
+ text-align: right;
353
+ vertical-align: middle;
354
+ }
355
+
356
+ .EchoMenu-module_headerIcons__dZLjR > svg {
357
+ margin: 0 8px;
358
+ }
359
+
360
+ .EchoMenu-module_popoverContent__9SvmG > div {
361
+ width: 300px;
362
+ }
363
+
364
+ .EchoMenu-module_popoverTitle__soO-h {
365
+ width: 100%;
366
+ display: flex;
367
+ justify-content: space-between;
368
+ margin: 0px;
369
+ height: 24px;
370
+ }
371
+
372
+ .layout-module_echoContentContainer__aiKkp,
373
+ .layout-module_echoContentContainerFullScreenMode__4ZF8W {
374
+ height: calc(100% - 64px);
375
+ width: 100%;
376
+ padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px)
377
+ env(safe-area-inset-left, 20px);
378
+ }
379
+
380
+ .layout-module_echoContentContainerFullScreenMode__4ZF8W {
381
+ height: 100% !important;
382
+ padding: 0 !important;
383
+ }
384
+
385
+ .layout-module_deviceOrientation__b-F7k,
386
+ .layout-module_deviceOrientationFullScreenMode__D7e4V {
387
+ display: flex;
388
+ flex-direction: column;
389
+ width: 100%;
390
+ height: 100% !important;
391
+ }
392
+
393
+ .layout-module_deviceOrientationFullScreenMode__D7e4V {
394
+ height: 100% !important;
395
+ padding: 0 !important;
396
+ }
397
+
398
+ /* Mobile and small screens */
399
+ @media screen and (max-width: 927px) and (orientation: landscape) {
400
+ .layout-module_echoContentContainer__aiKkp {
401
+ display: flex;
402
+ flex-direction: row;
403
+ height: 100%;
404
+ }
405
+ .layout-module_deviceOrientation__b-F7k {
406
+ width: calc(100% - 48px);
407
+ height: 100% !important;
408
+ }
409
+ }
410
+
411
+ @media screen and (max-width: 767px) and (orientation: portrait) {
412
+ .layout-module_deviceOrientation__b-F7k {
413
+ height: calc(100% - 48px);
414
+ }
415
+ }
416
+
417
+ /* Tablet and up */
418
+ @media screen and (min-width: 928px) and (orientation: landscape) {
419
+ .layout-module_echoContentContainer__aiKkp {
420
+ display: flex;
421
+ height: 100%;
422
+ }
423
+ }
424
+
425
+ @media screen and (min-width: 768px) and (orientation: portrait) {
426
+ .layout-module_echoContentContainer__aiKkp {
427
+ display: flex;
428
+ height: calc(100% - 64px);
429
+ }
430
+ }
431
+
432
+ .layout-module_applicationWrapper__0345V {
433
+ position: relative;
434
+ background-color: #ffffff;
435
+ width: 100%;
436
+ height: calc(100% - 4em);
437
+ overflow: auto;
438
+ background-image: url('../../images/frontpage-brand-placeholder-vert.jpg');
439
+ background-size: cover;
440
+ animation: layout-module_fadeIn__JmqJL 2s;
441
+ }
442
+
443
+ @keyframes layout-module_fadeIn__JmqJL {
444
+ from {
445
+ opacity: 0;
446
+ }
447
+ to {
448
+ opacity: 1;
449
+ }
450
+ }
451
+
452
+ @media screen and (min-width: 640px) {
453
+ .layout-module_applicationWrapper__0345V {
454
+ background-image: none;
455
+ }
456
+ }
457
+
458
+ .layout-module_mainLayoutWrapper__eKwZ5 {
459
+ width: 100%;
460
+ height: calc(100% - 4em);
461
+ overflow: hidden;
462
+ }
463
+
464
+ .layout-module_bgTransparent__RhT-I {
465
+ background-color: transparent;
466
+ }
467
+
468
+ .layout-module_footerDisclaimer__jcKoG {
469
+ font-size: 0.7rem;
470
+ }
471
+ .layout-module_footerLogo__qgmUX {
472
+ max-height: 2.5rem;
473
+ }
474
+
475
+ .layout-module_navbarBrand__dGCu2 {
476
+ color: red;
477
+ }
478
+
479
+ ::-moz-selection {
480
+ background-color: #cce2ff;
481
+ color: rgba(0, 0, 0, 0.87);
482
+ }
483
+
484
+ ::selection {
485
+ background-color: #cce2ff;
486
+ color: rgba(0, 0, 0, 0.87);
487
+ }
488
+
489
+ .layout-module_colorLayout__Cfv-I {
490
+ position: relative;
491
+ width: 100%;
492
+ height: calc(100% - 4em);
493
+ overflow: hidden;
494
+ background-color: #eaf4f9;
495
+ }
496
+
497
+ .layout-module_pdfViewerNative__mslqB {
498
+ position: relative;
499
+ width: 100%;
500
+ height: calc(100% - 4em);
501
+ overflow: hidden;
502
+ background-color: rgb(50, 54, 57);
503
+ padding-top: 6.5rem;
504
+ }
505
+
506
+ .layout-module_web3DLayout__RZ-2r {
507
+ position: relative;
508
+ width: 100%;
509
+ height: 100%;
510
+ overflow: clip;
511
+ }
512
+
513
+ .layout-module_cameraLayout__gd2n4 {
514
+ position: relative;
515
+ width: 100%;
516
+ height: 100%;
517
+ background-color: 'transparent';
518
+ }
519
+
520
+ .layout-module_defaultLayout__jZMVT {
521
+ position: relative;
522
+ width: 100%;
523
+ height: 100%;
524
+ overflow: hidden;
525
+ }
526
+
527
+ .layout-module_noPadding__ilNsb {
528
+ padding: 0;
529
+ }
530
+ .layout-module_noMargin__L-zbT {
531
+ margin: 0;
532
+ }
533
+
534
+ .externalLinkButton-module_echoButton__xkJ5x {
535
+ width: 90px;
536
+ padding: 16px;
537
+ display: inline-block;
538
+ position: relative;
539
+ }
540
+
541
+ .externalLinkButton-module_echoButtonDisabled__xUCef {
542
+ padding-bottom: 0;
543
+ }
544
+
545
+ .externalLinkButton-module_echoButtonRounded__JNwzW {
546
+ display: inline-block;
547
+ position: relative;
548
+ }
549
+
550
+ .externalLinkButton-module_roundedButtonWrapper__lwLCr {
551
+ display: inline-block;
552
+ position: relative;
553
+ }
554
+
555
+ .externalLinkButton-module_externalLink__tWjpz {
556
+ position: absolute;
557
+ right: 1em;
558
+ }
559
+
560
+ .externalLinkButton-module_asyncButtonSpinner__HUDkn {
561
+ position: absolute;
562
+ z-index: 10;
563
+ opacity: 0.75;
564
+ }
565
+
566
+ @media screen and (min-width: 420px) {
567
+ .externalLinkButton-module_echoButton__xkJ5x,
568
+ .externalLinkButton-module_echoButtonDisabled__xUCef {
569
+ width: 96px;
570
+ }
571
+ }
572
+
573
+ .externalLinkButton-module_echoButton__xkJ5x svg {
574
+ margin: 0 8px;
575
+ display: inline-block;
576
+ width: 48px;
577
+ height: 48px;
578
+ margin-bottom: 8px;
579
+ }
580
+
581
+ .externalLinkButton-module_echoButtonRounded__JNwzW svg {
582
+ margin: 0 8px;
583
+ display: inline-block;
584
+ width: 24px;
585
+ height: 24px;
586
+ }
587
+
588
+ .externalLinkButton-module_echoButton__xkJ5x span {
589
+ display: inline-block;
590
+ width: calc(96px - 32px);
591
+ font-size: 14px;
592
+ line-height: 16px;
593
+ font-weight: 500;
594
+ color: #007079;
595
+ }
596
+
597
+ .externalLinkButton-module_echoButton__xkJ5x:hover svg {
598
+ fill: rgb(0, 79, 85);
599
+ }
600
+
601
+ .externalLinkButton-module_echoButton__xkJ5x:hover span {
602
+ color: rgb(0, 79, 85);
603
+ }
604
+
605
+ .externalLinkButton-module_echoButtonDisabled__xUCef span {
606
+ color: var(--disabledColor);
607
+ }
608
+
609
+ .externalLinkButton-module_echoButtonDisabled__xUCef:hover svg {
610
+ fill: var(--disabledColor);
611
+ }
612
+
613
+ .externalLinkButton-module_echoButtonDisabled__xUCef:hover span {
614
+ color: var(--disabledColor);
615
+ }
616
+
617
+ .externalLinkButton-module_roundedButtonIconAsImage__gBfPr {
618
+ justify-self: center;
619
+ width: 30px;
620
+ height: 30px;
621
+ }
622
+
623
+ .externalLinkButton-module_largeButtonIconAsImage__Qdpay {
624
+ justify-self: center;
625
+ width: 100%;
626
+ height: auto;
627
+ }
628
+
629
+ .externalLinkButton-module_toolTip__RwCbB {
630
+ position: absolute;
631
+ display: block;
632
+ color: #ffffff;
633
+ background-color: #233746;
634
+ border-radius: 8px;
635
+ box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05);
636
+ padding: 8px 16px;
637
+ z-index: 1;
638
+ }
639
+
640
+ .externalLinkButton-module_toolTipContainer__DQOwX {
641
+ display: inline-flex;
642
+ justify-content: center;
643
+ }
644
+
645
+ .externalLinkButton-module_stidIcon__zI8m8 {
646
+ height: initial !important;
647
+ }
648
+
649
+ .chunkLoadErrorMessage-module_contentError__Je5rA {
650
+ width: 100%;
651
+ height: 100%;
652
+ display: flex;
653
+ flex-direction: column;
654
+ align-items: center;
655
+ justify-content: center;
656
+ }
657
+
658
+ .chunkLoadErrorMessage-module_contentError__Je5rA > div > div > p {
659
+ text-align: center;
660
+ }
661
+
662
+ .chunkLoadErrorMessage-module_errorMessage__wrLXW {
663
+ width: 300px;
664
+ }
665
+
666
+ .chunkLoadErrorMessage-module_refreshMessage__qrBAv {
667
+ text-align: center;
668
+ padding-top: 8px;
669
+ width: 300px;
670
+ }
671
+
672
+ .chunkLoadErrorMessage-module_actionButtonSection__NgO0G {
673
+ text-align: center;
674
+ }
675
+
676
+ .echoLogo-module_echoLogo__AP0el {
677
+ display: inline-block;
678
+ width: 100%;
679
+ font-weight: 500;
680
+ font-size: 56px;
681
+ line-height: 56px;
682
+ color: var(--equiRed1);
683
+ text-transform: lowercase;
684
+ text-align: right;
685
+ }
686
+
687
+ .notificationCardWithLogo-module_errorContainer__5mVew {
688
+ display: flex;
689
+ justify-content: center;
690
+ position: relative;
691
+ flex-direction: column;
692
+ align-items: center;
693
+ }
694
+
695
+ .notificationCardWithLogo-module_errorHeader__lzg74 {
696
+ display: flex;
697
+ align-items: flex-end;
698
+ justify-content: center;
699
+ }
700
+
701
+ .notificationCardWithLogo-module_errorAction__KY1Hm {
702
+ text-align: center;
703
+ }
704
+
705
+ .notificationCardWithLogo-module_errorMessage__tjwmz {
706
+ margin-bottom: 16px;
707
+ }
708
+
709
+ .notificationCardWithLogo-module_appLogo__vHayY {
710
+ width: auto;
711
+ margin-bottom: 72px;
712
+ }
713
+
714
+ .notificationCardWithLogo-module_errorWrapper__iCgbu {
715
+ max-width: 600px;
716
+ }
717
+
718
+ .errorBoundaryBaseMessage-module_errorContainer__s3ysk {
719
+ display: flex;
720
+ justify-content: center;
721
+ position: relative;
722
+ top: 64px;
723
+ flex-direction: column;
724
+ align-items: center;
725
+ }
726
+
727
+ .errorBoundaryBaseMessage-module_errorHeader__KeM0a {
728
+ display: flex;
729
+ margin-bottom: 32px;
730
+ align-items: flex-end;
731
+ justify-content: center;
732
+ }
733
+
734
+ .errorBoundaryBaseMessage-module_errorDetails__aSrac {
735
+ white-space: pre-wrap;
736
+ height: calc(100vh - 500px);
737
+ max-height: 800px;
738
+ overflow: auto;
739
+ }
740
+
741
+ .errorBoundaryBaseMessage-module_errorAction__hsWA7 {
742
+ display: flex;
743
+ justify-content: space-evenly;
744
+ margin-bottom: 16px;
745
+ }
746
+
747
+ .errorBoundaryBaseMessage-module_actionButton__QohvC {
748
+ width: 180px;
749
+ }
750
+
751
+ @media screen and (max-width: 480px) {
752
+ .errorBoundaryBaseMessage-module_errorDetailsSmallScreen__rFcUV {
753
+ width: 300px;
754
+ margin-left: auto;
755
+ margin-right: auto;
756
+ }
757
+ }
758
+
759
+ .externalAppsMenu-module_externalAppsMenuContainer__rx4x- {
760
+ margin: 0;
761
+ padding: 0;
762
+ display: inline-block;
763
+ width: 40px;
764
+ height: 40px;
765
+ position: relative;
766
+ animation: externalAppsMenu-module_fadein__Tpzls 0.4s;
767
+ }
768
+
769
+ .externalAppsMenu-module_appMenu__WjdtL > [role='menu'] {
770
+ width: 250px;
771
+ }
772
+ .externalAppsMenu-module_appMenu__WjdtL [role='menu'] > div {
773
+ display: flex;
774
+ flex-direction: column;
775
+ min-width: 150px;
776
+ min-height: 130px;
777
+ }
778
+
779
+ .iconButtonSpinner-module_container__5wiwO {
780
+ width: 48px;
781
+ height: 48px;
782
+ position: relative;
783
+ }
784
+
785
+ .iconButtonSpinner-module_spinner__8D-KT {
786
+ text-align: center;
787
+ position: relative;
788
+ transform: translateY(-50%);
789
+ top: 50%;
790
+ }
791
+
792
+ .echo3dButton-module_echoButton__r17fM {
793
+ width: 90px;
794
+ padding: 16px;
795
+ display: inline-block;
796
+ position: relative;
797
+ }
798
+
799
+ .echo3dButton-module_echoButton__r17fM svg,
800
+ .echo3dButton-module_echoButtonDisabled__1IsTA svg {
801
+ margin: 0 8px;
802
+ display: inline-block;
803
+ width: 48px;
804
+ height: 48px;
805
+ margin-bottom: 8px;
806
+ }
807
+
808
+ .echo3dButton-module_echoButton__r17fM span,
809
+ .echo3dButton-module_echoButtonDisabled__1IsTA span {
810
+ display: inline-block;
811
+ width: calc(96px - 32px);
812
+ font-size: 0.875em;
813
+ line-height: 16px;
814
+ font-weight: 500;
815
+ color: #007079;
816
+ }
817
+
818
+ .echo3dButton-module_echoButtonDisabled__1IsTA {
819
+ padding-bottom: 0;
820
+ }
821
+
822
+ .echo3dButton-module_echoButtonDisabled__1IsTA span {
823
+ color: var(--disabledColor);
824
+ }
825
+
826
+ .echo3dButton-module_echoButtonDisabled__1IsTA:hover svg {
827
+ fill: var(--disabledColor);
828
+ }
829
+
830
+ .echo3dButton-module_echoButtonDisabled__1IsTA:hover span {
831
+ color: var(--disabledColor);
832
+ }
833
+
834
+ .echo3dButton-module_echoButton__r17fM:hover svg {
835
+ fill: rgb(0, 79, 85);
836
+ }
837
+
838
+ .echo3dButton-module_echoButton__r17fM:hover span {
839
+ color: rgb(0, 79, 85);
840
+ }
841
+
842
+ @media screen and (min-width: 420px) {
843
+ .echo3dButton-module_echoButton__r17fM,
844
+ .echo3dButton-module_echoButtonDisabled__1IsTA {
845
+ width: 96px;
846
+ }
847
+ }
848
+
849
+ .missingEcho3dAccessDialog-module_marginTop__loC2c {
850
+ margin-top: 8px !important;
851
+ }
852
+
853
+ .plantNotAvailableInfo-module_toolTip__qOh8- {
854
+ position: absolute;
855
+ display: block;
856
+ color: #ffffff;
857
+ background-color: #233746;
858
+ border-radius: 8px;
859
+ box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05);
860
+ padding: 8px 16px;
861
+ z-index: 1;
862
+ }
863
+
864
+ .plantNotAvailableInfo-module_toolTipContainer__PJHrc {
865
+ display: inline-flex;
866
+ justify-content: center;
867
+ }
868
+
869
+ .openIn3dDropdown-module_titleWrapper__z3B-I {
870
+ padding: 0 16px 7px 16px;
871
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
872
+ }
873
+
874
+ .openIn3dDropdown-module_title__cDQGM {
875
+ font-size: 10px !important;
876
+ font-weight: 500 !important;
877
+ }
878
+
879
+ .openIn3dDropdown-module_contentWrapper__adzyM {
880
+ display: flex;
881
+ flex-direction: column;
882
+ padding: 8px 8px 0 8px;
883
+ }
884
+
885
+ .openIn3dDropdown-module_openIn3dWebButton__V1g5S {
886
+ justify-content: space-between !important;
887
+ }
888
+
889
+ .openIn3dDropdown-module_openIn3dAppButton__xk0P7 {
890
+ justify-content: space-between !important;
891
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
892
+ }
893
+
894
+ .openIn3dDropdown-module_menu3dModels__SqUw4 {
895
+ right: -10px !important;
896
+ }
897
+
898
+ .openIn3dDropdown-module_externalLink__NnjUM {
899
+ position: absolute;
900
+ right: 1em;
901
+ }
902
+
903
+ .footer-module_echoFooter__G00YD {
904
+ background: white;
905
+ position: fixed;
906
+ display: flex;
907
+ bottom: 0;
908
+ left: 0;
909
+ }
910
+
911
+ @media screen and (max-width: 767px) and (orientation: portrait) {
912
+ .footer-module_echoFooter__G00YD {
913
+ bottom: 48px;
914
+ }
915
+ }
916
+
917
+ @media screen and (max-width: 927px) and (orientation: landscape) {
918
+ .footer-module_echoFooter__G00YD {
919
+ left: 48px;
920
+ }
921
+ }
922
+
923
+ @media screen and (min-width: 360px) {
924
+ .footer-module_echoFooter__G00YD {
925
+ height: 33px;
926
+ }
927
+ }
928
+
929
+ @media screen and (min-width: 640px) {
930
+ .footer-module_echoFooter__G00YD {
931
+ width: 100%;
932
+ height: 56px;
933
+ }
934
+ }
935
+
936
+ p.footer-module_footerDisclaimer__AkC9l {
937
+ width: 100%;
938
+ font-size: 10px;
939
+ }
940
+
941
+ .footer-module_footerLogo__Y-Dny {
942
+ margin: 0 0 12px 0;
943
+ float: right;
944
+ width: 74px;
945
+ }
946
+
947
+ .footer-module_footerLogo__Y-Dny {
948
+ display: none;
949
+ max-height: 2.5rem;
950
+ padding: 12px 16px;
951
+ }
952
+
953
+ .footer-module_tosFooter__6AHMy {
954
+ background: white;
955
+ position: fixed;
956
+ bottom: 0;
957
+ left: 0;
958
+ width: 100%;
959
+ height: 33px;
960
+ }
961
+
962
+ @media screen and (min-width: 640px) {
963
+ p.footer-module_footerDisclaimer__AkC9l {
964
+ margin: 0;
965
+ padding: 0;
966
+ padding: 12px 16px;
967
+ line-height: 32px;
968
+ }
969
+ .footer-module_footerLogo__Y-Dny {
970
+ display: block;
971
+ }
972
+ .footer-module_tosFooter__6AHMy {
973
+ height: 56px;
974
+ }
975
+ }
976
+
977
+ .fullScreenChip-module_fullScreenChip__464W- {
978
+ background: rgba(0, 0, 0, 0.8) !important;
979
+ color: var(--white) !important;
980
+ }
981
+
982
+ .fullScreenChip-module_fullScreenChip__464W-:hover {
983
+ background: rgba(0, 0, 0, 0.9) !important;
984
+ }
985
+
986
+ .fullScreenChip-module_fullScreenChip__464W- svg {
987
+ fill: var(--white) !important;
988
+ }
989
+
990
+ .fullScreenChip-module_fullScreenChip__464W- svg:hover {
991
+ fill: var(--white) !important;
992
+ background: var(--black) !important;
993
+ }
994
+
995
+ .appLoadingIndicator-module_loadingContainer__2grwV {
996
+ display: flex;
997
+ flex-direction: column;
998
+ padding-top: 0;
999
+ justify-content: center;
1000
+ align-items: center;
1001
+ height: 100%;
1002
+ text-align: center;
1003
+ }
1004
+
1005
+ .appLoadingIndicator-module_progressIndicator__XovT7 {
1006
+ margin-bottom: 16px;
1007
+ }
1008
+
1009
+ .accordionItem-module_accordionIconLeft__3gR3c {
1010
+ margin-right: 28px;
1011
+ }
1012
+
1013
+ .accordionItem-module_appMenuAccordionItemHeader__OWdor {
1014
+ padding: 12px !important;
1015
+ height: 60px !important;
1016
+ }
1017
+
1018
+ .accordionItem-module_accordionSubHeader__0lUVl {
1019
+ font-size: 11px;
1020
+ color: var(--echoText);
1021
+ }
1022
+ .applicationList-module_applicationButtonGroup__sH5k2 {
1023
+ margin-bottom: var(--medium);
1024
+ }
1025
+
1026
+ .applicationList-module_applicationListContainer__JFaSC h4 {
1027
+ font-size: 16px;
1028
+ margin-bottom: var(--medium);
1029
+ }
1030
+
1031
+ .applicationList-module_navBarIcon__PXIQk {
1032
+ position: relative;
1033
+ width: 96px;
1034
+ }
1035
+
1036
+ .applicationList-module_badge__rbkpm {
1037
+ color: var(--equiGreen1);
1038
+ }
1039
+
1040
+ @media only screen and (max-width: 500px) {
1041
+ .pageMenu-module_pageMenuDrawer__tzgE4 {
1042
+ right: -345px;
1043
+ width: auto;
1044
+ }
1045
+ }
1046
+
1047
+ .pageMenu-module_versionInformation__OEAvO {
1048
+ margin: 20px 0;
1049
+ flex-direction: column;
1050
+ justify-content: flex-end;
1051
+ display: flex;
1052
+ flex: 1 0 auto;
1053
+ height: -moz-fit-content;
1054
+ height: fit-content;
1055
+ font-size: 12px;
1056
+ }
1057
+
1058
+ .pageMenu-module_appMenuHeaderLink__oQ5O5 {
1059
+ width: 100%;
1060
+ display: inline-block;
1061
+ font-size: 16px;
1062
+ font-weight: 500;
1063
+ line-height: 24px;
1064
+ padding: 8px 0;
1065
+ color: var(--echoText);
1066
+ }
1067
+
1068
+ .pageMenu-module_appMenuHeaderLink__oQ5O5:hover {
1069
+ text-decoration: none;
1070
+ }
1071
+
1072
+ .pageMenu-module_appMenuContainer__-Og-F {
1073
+ display: flex;
1074
+ flex-flow: column;
1075
+ height: 100%;
1076
+ }
1077
+
1078
+ .pageMenuDrawerItem-module_accordionLogoHeader__eXZNU {
1079
+ display: flex;
1080
+ flex-wrap: wrap;
1081
+ text-align: left;
1082
+ padding: 6px 0;
1083
+ border-left: 1px solid rgba(220, 220, 220, 1);
1084
+ border-right: 1px solid rgba(220, 220, 220, 1);
1085
+ color: var(--echoText);
1086
+ flex-shrink: 0;
1087
+ height: -moz-fit-content;
1088
+ height: fit-content;
1089
+ }
1090
+
1091
+ .pageMenuDrawerItem-module_accordionExtraHeight__nhMz- {
1092
+ height: 60px;
1093
+ }
1094
+
1095
+ .pageMenuDrawerItem-module_accordionLogoHeader__eXZNU:hover {
1096
+ background-color: var(--searchBarBackground);
1097
+ }
1098
+
1099
+ .pageMenuDrawerItem-module_accordionLogoHeader__eXZNU .pageMenuDrawerItem-module_accordionLogoText__TTxo5 > a {
1100
+ color: var(--echoText);
1101
+ }
1102
+
1103
+ .pageMenuDrawerItem-module_accordionLogo__30Gy- {
1104
+ order: 1;
1105
+ width: 24px;
1106
+ height: 24px;
1107
+ margin: auto 28px auto 12px;
1108
+ }
1109
+ .pageMenuDrawerItem-module_accordionExternalLink__cBgXQ {
1110
+ order: 3;
1111
+ margin: auto 0 auto 36px;
1112
+ }
1113
+
1114
+ .pageMenuDrawerItem-module_accordionLogoText__TTxo5 {
1115
+ order: 2;
1116
+ width: calc(100% - 128px);
1117
+ align-self: center;
1118
+ margin: auto 0;
1119
+ }
1120
+
1121
+ .pageMenuDrawerItem-module_borderBottom__tMskx {
1122
+ border-bottom: 1px solid rgba(220, 220, 220, 1);
1123
+ }
1124
+
1125
+ .pageMenuDrawerItem-module_appMenuHeaderLink__-Znm8 {
1126
+ width: 100%;
1127
+ display: inline-block;
1128
+ font-size: 16px;
1129
+ font-weight: 500;
1130
+ line-height: 24px;
1131
+ padding: 8px 0;
1132
+ color: var(--echoText);
1133
+ }
1134
+
1135
+ .pageMenuDrawerItem-module_appMenuHeaderLink__-Znm8:hover {
1136
+ text-decoration: none;
1137
+ }
1138
+
1139
+ .settings-module_assetLabel__2whL4 {
1140
+ font-size: 12px;
1141
+ font-weight: 400;
1142
+ margin-bottom: 0;
1143
+ margin-left: var(--small);
1144
+ }
1145
+
1146
+ .settings-module_container__-QVxU {
1147
+ position: relative;
1148
+ color: var(--echoText);
1149
+ }
1150
+
1151
+ .settings-module_accountContainer__bLUZI {
1152
+ display: flex;
1153
+ }
1154
+
1155
+ .settings-module_accountIcon__A-l-Z {
1156
+ margin-right: var(--medium);
1157
+ width: 80px;
1158
+ height: 80px;
1159
+ }
1160
+ .settings-module_accountImage__RggiK {
1161
+ margin-right: var(--medium);
1162
+ width: 80px;
1163
+ height: 80px;
1164
+ border-radius: 50%;
1165
+ border: 1px solid var(--equiGray4);
1166
+ }
1167
+
1168
+ .settings-module_accountName__qy7Z- {
1169
+ font-size: 18px;
1170
+ line-height: 24px;
1171
+ font-weight: 500;
1172
+ }
1173
+
1174
+ .settings-module_accountJobTitle__WapT2 {
1175
+ font-size: 16px;
1176
+ line-height: 24px;
1177
+ }
1178
+
1179
+ .settings-module_accountEmail__cMoPL {
1180
+ font-size: 16px;
1181
+ line-height: 20px;
1182
+ text-decoration-line: underline;
1183
+ color: #007079;
1184
+ }
1185
+ .settings-module_accountText__tFYwo {
1186
+ margin: auto 0;
1187
+ }
1188
+
1189
+ .settings-module_subMenu__tRk0B {
1190
+ margin-bottom: var(--medium);
1191
+ }
1192
+
1193
+ .settings-module_subHeader__5vLyu {
1194
+ font-size: 18px;
1195
+ line-height: 24px;
1196
+ margin-bottom: var(--medium);
1197
+ }
1198
+
1199
+ .settings-module_subContainer__qKSxR {
1200
+ margin-bottom: 0;
1201
+ }
1202
+
1203
+ .version-module_versionContainer__DZ8JR {
1204
+ color: var(--echoText);
1205
+ text-align: center;
1206
+ min-height: 50px;
1207
+ }
1208
+
1209
+ @media only screen and (max-width: 1367px) {
1210
+ .version-module_versionContainer__DZ8JR {
1211
+ margin-bottom: 15px;
1212
+ }
1213
+ }
1214
+
1215
+ .searchItemDetailsContainer-module_headerWrapper__2Upo6 {
1216
+ display: flex;
1217
+ justify-content: flex-start;
1218
+ align-items: center;
1219
+ }
1220
+
1221
+ .searchItemDetailsContainer-module_headerContainer__L-BqK {
1222
+ flex-grow: 1;
1223
+ }
1224
+
1225
+ .searchItemDetailsContainer-module_contentContainer__Sa4Gs {
1226
+ flex-grow: 1;
1227
+ overflow-y: auto;
1228
+ overflow-x: hidden;
1229
+ border-top: 1px solid var(--default);
1230
+ }
1231
+
1232
+ .searchItemDetailsContainer-module_searchItemDetailsContainer__AcyDx {
1233
+ position: absolute;
1234
+ width: 100%;
1235
+ height: calc(100% - 56px);
1236
+ top: 0;
1237
+ background: var(--white);
1238
+ z-index: 10; /* double check this value */
1239
+ display: flex;
1240
+ flex-direction: column;
1241
+ }
1242
+
1243
+ @media screen and (max-width: 927px) and (orientation: landscape) {
1244
+ .searchItemDetailsContainer-module_searchItemDetailsContainer__AcyDx {
1245
+ height: 100%; /* no legend */
1246
+ }
1247
+ }
1248
+
1249
+ @media screen and (max-width: 767px) and (orientation: portrait) {
1250
+ .searchItemDetailsContainer-module_searchItemDetailsContainer__AcyDx {
1251
+ height: 100%; /* no legend */
1252
+ }
1253
+ }
1254
+
1255
+ .searchItemDetailsContainer-module_containerWithActiveLegend__F4Rea {
1256
+ height: calc(100% - 60px); /* extracting legend */
1257
+ }
1258
+
1259
+ @media screen and (max-width: 927px) and (orientation: landscape) {
1260
+ .searchItemDetailsContainer-module_containerWithActiveLegend__F4Rea {
1261
+ height: calc(100% - 45px) !important; /* extracting legend */
1262
+ }
1263
+ }
1264
+
1265
+ @media screen and (max-width: 767px) and (orientation: portrait) {
1266
+ .searchItemDetailsContainer-module_containerWithActiveLegend__F4Rea {
1267
+ height: calc(100% - 52px) !important; /* extracting legend */
1268
+ }
1269
+ }
1270
+
1271
+ /* Used for the PWA
1272
+ https://developer.mozilla.org/en-US/docs/Web/CSS/@media/display-mode */
1273
+ @media (display-mode: standalone) {
1274
+ @media screen and (max-width: 767px) and (orientation: portrait) {
1275
+ .searchItemDetailsContainer-module_containerWithActiveLegend__F4Rea {
1276
+ height: calc(100% - 72px) !important; /* extracting extra 20px safe-space */
1277
+ }
1278
+ }
1279
+ }
1280
+
1281
+ .searchItemDetailsContainer-module_closeButton__m5C9A {
1282
+ margin-right: var(--medium);
1283
+ }
1284
+
1285
+ .corePanelLeft-module_wrapper__7rR84 {
1286
+ position: fixed;
1287
+ z-index: 2;
1288
+ left: -550px;
1289
+ top: 0;
1290
+ width: 550px;
1291
+ max-width: 550px;
1292
+ height: 100%;
1293
+ transition: all 0.4s ease-out;
1294
+ }
1295
+
1296
+ @media screen and (max-width: 550px) {
1297
+ .corePanelLeft-module_wrapperClosed__D5H3B {
1298
+ left: -75vw;
1299
+ width: 75vw;
1300
+ max-width: 75vw;
1301
+ padding: env(safe-area-inset-top, 56px) env(safe-area-inset-right, 56px) env(safe-area-inset-bottom, 56px)
1302
+ env(safe-area-inset-left, 56px);
1303
+ }
1304
+
1305
+ .corePanelLeft-module_active__0B7aF {
1306
+ width: 100%;
1307
+ }
1308
+ }
1309
+
1310
+ .corePanelLeft-module_active__0B7aF {
1311
+ left: 0;
1312
+ z-index: var(--echo-framework-z-level-panel-left);
1313
+ }
1314
+
1315
+ .corePanelLeft-module_drawer__TfzGI {
1316
+ background-color: #fff;
1317
+ border-left: 2px solid #f7f7f7;
1318
+ box-shadow: 0px 6px 4px #00000040;
1319
+ position: relative;
1320
+ width: auto;
1321
+ height: 100%;
1322
+ opacity: 0;
1323
+ transition: all 0.4s ease-out;
1324
+ overflow-y: hidden;
1325
+ overflow-x: hidden;
1326
+ display: flex;
1327
+ flex-direction: column;
1328
+ }
1329
+
1330
+ .corePanelLeft-module_active__0B7aF .corePanelLeft-module_drawer__TfzGI {
1331
+ opacity: 1;
1332
+ }
1333
+
1334
+ .corePanelLeft-module_buttonContainer__EPyvd {
1335
+ position: absolute;
1336
+ display: flex;
1337
+ flex-direction: column;
1338
+ top: 0;
1339
+ right: -62px;
1340
+ }
1341
+
1342
+ .corePanelLeft-module_button__pJXdM {
1343
+ margin-left: var(--medium);
1344
+ margin-top: var(--small);
1345
+ }
1346
+
1347
+ /* Mobile and small screens */
1348
+ @media screen and (max-width: 767px) and (orientation: portrait) {
1349
+ .corePanelLeft-module_wrapper__7rR84 {
1350
+ height: calc(100% - 48px);
1351
+ }
1352
+ .corePanelLeft-module_drawer__TfzGI {
1353
+ top: 100vh;
1354
+ left: 0;
1355
+ }
1356
+
1357
+ .corePanelLeft-module_active__0B7aF .corePanelLeft-module_drawer__TfzGI {
1358
+ left: 0;
1359
+ top: 0;
1360
+ }
1361
+ }
1362
+
1363
+ @media screen and (max-width: 927px) and (orientation: landscape) {
1364
+ .corePanelLeft-module_active__0B7aF {
1365
+ left: calc(53px + env(safe-area-inset-left));
1366
+ }
1367
+
1368
+ .corePanelLeft-module_buttonContainerActive__6pGzM {
1369
+ right: calc(-58px + env(safe-area-inset-right));
1370
+ }
1371
+
1372
+ .corePanelLeft-module_buttonContainerClosed__vhAnI {
1373
+ right: calc(-118px - env(safe-area-inset-right));
1374
+ }
1375
+ }
1376
+
1377
+ /* Tablet and up */
1378
+ @media screen and (min-width: 928px) and (orientation: landscape) {
1379
+ .corePanelLeft-module_wrapper__7rR84 {
1380
+ top: 64px;
1381
+ }
1382
+ .corePanelLeft-module_wrapper__7rR84.corePanelLeft-module_active__0B7aF {
1383
+ left: 64px;
1384
+ }
1385
+ }
1386
+
1387
+ @media screen and (min-width: 768px) and (orientation: portrait) {
1388
+ .corePanelLeft-module_wrapper__7rR84 {
1389
+ top: 64px;
1390
+ }
1391
+
1392
+ .corePanelLeft-module_wrapper__7rR84.corePanelLeft-module_active__0B7aF {
1393
+ left: 64px;
1394
+ }
1395
+ }
1396
+
1397
+ .corePanelRight-module_wrapper__6hUmM {
1398
+ position: fixed;
1399
+ z-index: 2;
1400
+ right: -352px;
1401
+ top: 0;
1402
+ width: 352px;
1403
+ max-width: 550px;
1404
+ height: 100%;
1405
+ transition: right 0.4s ease-in-out, width 0.4s ease-in-out;
1406
+ }
1407
+
1408
+ .corePanelRight-module_active__Wuvv- {
1409
+ right: 0;
1410
+ z-index: var(--echo-framework-z-level-panel-main);
1411
+ }
1412
+
1413
+ .corePanelRight-module_drawer__Q5mok {
1414
+ background-color: #fff;
1415
+ border-left: 2px solid #f7f7f7;
1416
+ box-shadow: 0px 6px 4px #00000040;
1417
+ position: relative;
1418
+ width: auto;
1419
+ height: 100%;
1420
+ opacity: 0;
1421
+ transition: opacity 0.4s ease-in-out;
1422
+ overflow-y: auto;
1423
+ display: flex;
1424
+ flex-direction: column;
1425
+ }
1426
+
1427
+ .corePanelRight-module_buttonContainer__it2ZH {
1428
+ position: absolute;
1429
+ display: flex;
1430
+ flex-direction: column;
1431
+ top: 0;
1432
+ left: -80px;
1433
+ }
1434
+
1435
+ .corePanelRight-module_button__x9SCR {
1436
+ margin-left: var(--medium);
1437
+ margin-top: var(--small);
1438
+ }
1439
+
1440
+ @media screen and (max-width: 550px) {
1441
+ .corePanelRight-module_active__Wuvv- {
1442
+ width: 100%;
1443
+ }
1444
+ }
1445
+
1446
+ @media screen and (max-width: 767px) and (orientation: portrait) {
1447
+ .corePanelRight-module_wrapper__6hUmM {
1448
+ height: calc(100% - 48px);
1449
+ }
1450
+
1451
+ .corePanelRight-module_drawer__Q5mok {
1452
+ transition: all 0.4s ease-out;
1453
+ }
1454
+ }
1455
+
1456
+ @media screen and (max-width: 927px) and (orientation: landscape) {
1457
+ .corePanelRight-module_wrapper__6hUmM .corePanelRight-module_buttonContainer__it2ZH {
1458
+ left: calc(-82px - env(safe-area-inset-right));
1459
+ }
1460
+ .corePanelRight-module_appWrapper__v4ckB {
1461
+ right: -352px;
1462
+ }
1463
+ .corePanelRight-module_appWrapper__v4ckB .corePanelRight-module_buttonContainer__it2ZH {
1464
+ left: calc(273px - env(safe-area-inset-right));
1465
+ }
1466
+ .corePanelRight-module_appDrawer__awaaJ {
1467
+ left: calc(-100vw + 398px + env(safe-area-inset-left));
1468
+ box-shadow: none;
1469
+ }
1470
+ .corePanelRight-module_appWrapper__v4ckB .corePanelRight-module_appDrawer__awaaJ {
1471
+ left: calc(-100vw + 50px + env(safe-area-inset-left));
1472
+ }
1473
+ .corePanelRight-module_drawer__Q5mok {
1474
+ transition: all 0.4s ease-out;
1475
+ box-shadow: none;
1476
+ }
1477
+ .corePanelRight-module_active__Wuvv- {
1478
+ z-index: var(--echo-framework-z-level-panel-main);
1479
+ right: -352px;
1480
+ padding-bottom: env(safe-area-inset-bottom);
1481
+ padding-top: env(safe-area-inset-top);
1482
+ }
1483
+ .corePanelRight-module_active__Wuvv- .corePanelRight-module_drawer__Q5mok {
1484
+ right: calc(352px + env(safe-area-inset-right));
1485
+ }
1486
+ .corePanelRight-module_wrapper__6hUmM.corePanelRight-module_active__Wuvv- .corePanelRight-module_buttonContainer__it2ZH {
1487
+ left: calc(-432px - env(safe-area-inset-right));
1488
+ }
1489
+ .corePanelRight-module_wrapper__6hUmM.corePanelRight-module_appWrapper__v4ckB.corePanelRight-module_active__Wuvv- .corePanelRight-module_buttonContainer__it2ZH {
1490
+ left: calc(-82px - env(safe-area-inset-right));
1491
+ }
1492
+ }
1493
+
1494
+ @media screen and (min-width: 928px) {
1495
+ .corePanelRight-module_wrapper__6hUmM {
1496
+ top: 64px;
1497
+ }
1498
+ }
1499
+
1500
+ .corePanelRight-module_active__Wuvv- .corePanelRight-module_drawer__Q5mok {
1501
+ opacity: 1;
1502
+ }
1503
+
1504
+ .panelButton-module_toolContainer__Ka6p- .panelButton-module_buttonContainer__24DO3 {
1505
+ width: 88px;
1506
+ }
1507
+ .panelButton-module_toolContainer__Ka6p- .panelButton-module_buttonContainer__24DO3 button {
1508
+ margin: 0 16px;
1509
+ }
1510
+
1511
+ .panelButton-module_buttonContainer__24DO3 > span {
1512
+ margin-top: 8px;
1513
+ display: inline-block;
1514
+ width: 100%;
1515
+ text-align: center;
1516
+ }
1517
+
1518
+ .panelButton-module_pageMenuButton__m1PYp {
1519
+ width: 48px;
1520
+ height: 48px;
1521
+ background: #ffffff;
1522
+ border: 1px solid var(--equiGreen1);
1523
+ box-sizing: border-box;
1524
+ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
1525
+ border-radius: 50%;
1526
+ display: flex;
1527
+ justify-content: center;
1528
+ align-items: center;
1529
+ }
1530
+ .panelButton-module_pageMenuButton__m1PYp:hover {
1531
+ background-color: var(--equiGreen2);
1532
+ color: var(--hoverIcon);
1533
+ }
1534
+
1535
+ .panelButton-module_pageMenuButton__m1PYp:hover svg {
1536
+ fill: var(--hoverIcon);
1537
+ }
1538
+
1539
+ .panelButton-module_pageMenu__fdBrm .panelButton-module_buttonContainer__24DO3 {
1540
+ margin-top: var(--large);
1541
+ margin-right: var(--medium);
1542
+ }
1543
+
1544
+ .panelButton-module_toggleButton__PP53M {
1545
+ background: var(--toggleInactive);
1546
+ border: 1px solid var(--toggleInactive);
1547
+ }
1548
+
1549
+ .panelButton-module_toggleButton__PP53M:hover {
1550
+ background: rgba(179, 13, 47, 0.5);
1551
+ border: 1px solid var(--toggleInactive);
1552
+ }
1553
+
1554
+ .panelButton-module_activeButton__OnWaw {
1555
+ background: var(--equiGreen1);
1556
+ border: 2px solid var(--equiGreen1);
1557
+ }
1558
+
1559
+ .panelButton-module_activeButton__OnWaw.panelButton-module_toggleButton__PP53M {
1560
+ background: var(--toggleActive);
1561
+ border: 1px solid var(--toggleActive);
1562
+ }
1563
+
1564
+ .panelButton-module_activeButton__OnWaw.panelButton-module_toggleButton__PP53M:hover {
1565
+ background: rgba(75, 183, 72, 0.5);
1566
+ border: 1px solid var(--toggleActive);
1567
+ }
1568
+
1569
+ .panelButton-module_pageMenu__fdBrm {
1570
+ position: fixed;
1571
+ top: 0;
1572
+ width: 352px;
1573
+ height: 100vh;
1574
+ background-color: #fff;
1575
+ border-left: 2px solid var(--searchBarBackground);
1576
+ transition: width 0.4s ease-in-out;
1577
+ overflow: auto;
1578
+ }
1579
+
1580
+ .panelButton-module_menuTitle__hXO0Z {
1581
+ width: 100%;
1582
+ display: inline-block;
1583
+ margin-top: 18px;
1584
+ margin-bottom: 23px;
1585
+ margin-left: var(--small);
1586
+ font-size: 16px;
1587
+ line-height: 16px;
1588
+ letter-spacing: 0.2px;
1589
+ color: #000;
1590
+ }
1591
+
1592
+ @keyframes panelButton-module_spinAnimation__5oV3g {
1593
+ 0% {
1594
+ transform: rotate(0deg);
1595
+ }
1596
+ 100% {
1597
+ transform: rotate(360deg);
1598
+ }
1599
+ }
1600
+
1601
+ .panelButton-module_spinningIcon__YEhBd {
1602
+ animation: panelButton-module_spinAnimation__5oV3g 1.5s infinite reverse linear;
1603
+ }
1604
+
1605
+ @media only screen and (max-width: 415px) {
1606
+ .panelButton-module_pageMenu__fdBrm {
1607
+ right: -345px;
1608
+ width: 335px;
1609
+ }
1610
+ }
1611
+
1612
+ @media only screen and (max-width: 375px) {
1613
+ .panelButton-module_pageMenu__fdBrm {
1614
+ width: 305px;
1615
+ }
1616
+
1617
+ .panelButton-module_pageMenu__fdBrm .panelButton-module_buttonContainer__24DO3 {
1618
+ margin-top: var(--xLarge);
1619
+ }
1620
+ }
1621
+
1622
+ @media only screen and (max-width: 360px) {
1623
+ .panelButton-module_pageMenu__fdBrm {
1624
+ width: 285px;
1625
+ }
1626
+
1627
+ .panelButton-module_pageMenu__fdBrm .panelButton-module_buttonContainer__24DO3 {
1628
+ margin-top: var(--xLarge);
1629
+ }
1630
+ }
1631
+
1632
+ .panelButton-module_toolContainer__Ka6p- {
1633
+ padding: 16px 32px;
1634
+ }
1635
+
1636
+ .panelButton-module_versionInformation__pTM9U {
1637
+ margin: 20px 0;
1638
+ flex-direction: column;
1639
+ justify-content: flex-end;
1640
+ display: flex;
1641
+ flex: 1 0 auto;
1642
+ height: -moz-fit-content;
1643
+ height: fit-content;
1644
+ font-size: 12px;
1645
+ }
1646
+
1647
+ .panelButton-module_appMenuHeaderLink__ZNp4I {
1648
+ width: 100%;
1649
+ display: inline-block;
1650
+ font-size: 16px;
1651
+ font-weight: 500;
1652
+ line-height: 24px;
1653
+ padding: 8px 0;
1654
+ color: var(--echoText);
1655
+ }
1656
+
1657
+ .panelButton-module_appMenuHeaderLink__ZNp4I:hover {
1658
+ text-decoration: none;
1659
+ }
1660
+
1661
+ .panelButton-module_appMenuContainer__bwAQ6 {
1662
+ display: flex;
1663
+ flex-flow: column;
1664
+ height: 100%;
1665
+ }
1666
+
1667
+ .RequestAccess-module_container__miz0D {
1668
+ padding: unset;
1669
+ }
1670
+
1671
+ .RequestAccess-module_paddedContainer__JkfYy {
1672
+ padding: 24px;
1673
+ }
1674
+
1675
+ .RequestAccess-module_title__jaq4R {
1676
+ font-weight: 500;
1677
+ }
1678
+
1679
+ .RequestAccess-module_typeDescription__MIi9k {
1680
+ margin-top: 20px;
1681
+ }
1682
+
1683
+ .RequestAccess-module_list__cSrm8 {
1684
+ margin-top: 16px;
1685
+ }
1686
+
1687
+ .RequestAccess-module_list__cSrm8 > *:not(:first-child) {
1688
+ margin-top: 8px;
1689
+ }
1690
+
1691
+ .RequestAccess-module_button__TrkLk {
1692
+ margin-top: 26px;
1693
+ }
1694
+
1695
+ .DetailsLoader-module_container__lJGsE {
1696
+ height: 100%;
1697
+ display: flex;
1698
+ flex-direction: column;
1699
+ justify-content: center;
1700
+ align-items: center;
1701
+ margin-top: 20px;
1702
+ }
1703
+
1704
+ .ContentPicker-module_leftPanel__MIMRa {
1705
+ border-right: 1px solid var(--default);
1706
+ }
1707
+
1708
+ .ContentPicker-module_activeGroup__MP52b {
1709
+ font-weight: 700;
1710
+ }
1711
+
1712
+ .ContentPicker-module_description__7KIj8 {
1713
+ font-size: 0.6rem;
1714
+ font-weight: 500;
1715
+ text-overflow: ellipsis;
1716
+ margin-top: 16px;
1717
+ margin-left: 15px;
1718
+ }
1719
+
1720
+ .ContentPicker-module_section__-akry {
1721
+ margin: 16px 0;
1722
+ }
1723
+
1724
+ .ContentPicker-module_notFoundPanel__2Tvxn {
1725
+ padding: 16px 24px;
1726
+ }
1727
+
1728
+ .ContentPicker-module_splitViewLeft__nbbhg {
1729
+ grid-template-rows: min-content min-content !important;
1730
+ grid-template-columns: 350px !important;
1731
+ }
1732
+
1733
+ .InfoBlock-module_container__ysAHg {
1734
+ word-break: break-all;
1735
+ padding: 0.5rem;
1736
+ width: 210px;
1737
+ }
1738
+
1739
+ .InfoBlock-module_stretchedContainer__g5ff7 {
1740
+ width: 100%;
1741
+ }
1742
+
1743
+ .InfoBlock-module_fitContainer__DkMzF {
1744
+ width: 260px;
1745
+ }
1746
+
1747
+ .InfoBlock-module_headerLabel__YWbN0 {
1748
+ font-size: 10px;
1749
+ font-weight: 500;
1750
+ line-height: 16px;
1751
+ text-transform: uppercase;
1752
+ }
1753
+
1754
+ .InfoSection-module_container__xp9xb {
1755
+ display: flex;
1756
+ width: 100%;
1757
+ flex-direction: column;
1758
+ flex-flow: wrap;
1759
+ }
1760
+
1761
+ .InfoSection-module_container__xp9xb>div {
1762
+ margin-bottom: 8px;
1763
+ }
1764
+ .LongTextSection-module_content__T03aB {
1765
+ padding: 24px;
1766
+ }
1767
+
1768
+ .LongTextSection-module_longText__drnhg {
1769
+ overflow: hidden;
1770
+ margin-top: 20px;
1771
+ gap: 4px;
1772
+ flex-direction: column;
1773
+ display: flex;
1774
+ }
1775
+
1776
+ .LongTextSection-module_link__0UC80 {
1777
+ display: flex;
1778
+ color: var(--asBuilt);
1779
+ padding: 0 !important;
1780
+ text-decoration: underline;
1781
+ cursor: pointer;
1782
+ }
1783
+
1784
+ .LongTextSection-module_backButton__-Utsh > span {
1785
+ grid-gap: 4px;
1786
+ }
1787
+
1788
+ .Link-module_linkElement__hWEBk {
1789
+ display: flex;
1790
+ align-items: center;
1791
+ text-decoration: none;
1792
+ color: var(--echoText);
1793
+ gap: 0.5rem;
1794
+ font-size: 1rem;
1795
+ }
1796
+
1797
+ .Link-module_linkElement__hWEBk:hover {
1798
+ text-decoration: underline;
1799
+ }
1800
+
1801
+ .Link-module_linkElement__hWEBk:focus {
1802
+ outline: 1px dashed rgba(0,112,121,1);
1803
+ text-decoration: underline;
1804
+ }
1805
+
1806
+ .Link-module_linkElement__hWEBk > span {
1807
+ line-height: 0;
1808
+ }
1809
+ .DetailsNotification-module_link__agciP {
1810
+ color: var(--asBuilt);
1811
+ padding: 0 !important;
1812
+ text-decoration: underline;
1813
+ cursor: pointer;
1814
+ }
1815
+
1816
+ .DetailsNotification-module_longTextLink__Ppv7M {
1817
+ display: flex;
1818
+ align-items: center;
1819
+ }
1820
+
1821
+ .DetailsNotification-module_content__-iEqZ {
1822
+ padding: 24px;
1823
+ }
1824
+
1825
+ .DetailsNotification-module_mobileContent__HgTsI {
1826
+ height: calc(100vh - 263px) !important;
1827
+ }
1828
+
1829
+ .DetailsNotification-module_topRow__uDCVs {
1830
+ display: flex;
1831
+ }
1832
+
1833
+ .DetailsNotification-module_verticalTopRow__TTpMH {
1834
+ justify-content: space-between;
1835
+ }
1836
+
1837
+ .DetailsNotification-module_longTextButtonVertical__F98HY > span {
1838
+ grid-gap: 4px;
1839
+ min-width: 128px;
1840
+ }
1841
+
1842
+ .DetailsNotification-module_longTextButtonStretched__OwrIk {
1843
+ margin-left: 80px;
1844
+ }
1845
+
1846
+ .Attachments-module_container__ciN2D {
1847
+ display: grid;
1848
+ grid-template-columns: 1fr auto;
1849
+ gap: 1rem;
1850
+ align-items: center;
1851
+ padding: 14px;
1852
+ border-bottom: 1px solid var(--default);
1853
+ border-top: 1px solid var(--default);
1854
+ }
1855
+
1856
+ .Attachments-module_actions__7-bCE {
1857
+ display: flex;
1858
+ flex-flow: row nowrap;
1859
+ align-items: center;
1860
+ gap: 1rem;
1861
+ }
1862
+
1863
+ .Attachments-module_title__toBVk {
1864
+ font-size: 1rem;
1865
+ text-decoration-line: unset;
1866
+ color: initial;
1867
+ pointer-events: none;
1868
+ }
1869
+
1870
+ .Attachments-module_link__tuD2O {
1871
+ text-decoration-line: underline;
1872
+ color: var(--asBuilt);
1873
+ pointer-events: initial;
1874
+ }
1875
+
1876
+ .Attachments-module_notFoundPanel__ZpNH7 {
1877
+ padding: 24px;
1878
+ }
1879
+
1880
+ .Attachments-module_content__gB-pG {
1881
+ padding-top: 20px;
1882
+ }
1883
+
1884
+ .Attachments-module_flex__-JRov {
1885
+ display: flex;
1886
+ font-size: 12px;
1887
+ }
1888
+
1889
+ .Attachments-module_spaceLeft__dUeqf {
1890
+ margin-left: 24px;
1891
+ }
1892
+
1893
+ .Attachments-module_listItem__ia4L8 {
1894
+ padding: 16px !important;
1895
+ }
1896
+
1897
+ .Attachments-module_listItem__ia4L8 > div {
1898
+ gap: 0.5rem;
1899
+ }
1900
+
1901
+ .Attachments-module_table__rThZw {
1902
+ padding-left: 20px;
1903
+ width: 100%;
1904
+ }
1905
+
1906
+ .Attachments-module_pointer__KgeoQ {
1907
+ cursor: pointer;
1908
+ }
1909
+
1910
+ .Operations-module_notFoundPanel__PuZSF {
1911
+ padding: 24px;
1912
+ }
1913
+
1914
+ .Operations-module_content__Yd1m1 {
1915
+ padding-top: 20px;
1916
+ }
1917
+
1918
+ .Operations-module_table__ZItO0 {
1919
+ padding-left: 20px;
1920
+ width: 100%;
1921
+ }
1922
+
1923
+ .Operations-module_panel__N0Ayf {
1924
+ background: var(--searchBarBackground) !important;
1925
+ }
1926
+
1927
+ .Operations-module_title__ZpDj2 {
1928
+ color: var(--echoText);
1929
+ }
1930
+
1931
+ .Operations-module_title__ZpDj2 button[aria-expanded='true'] span {
1932
+ color: var(--echoText);
1933
+ font-weight: 700;
1934
+ }
1935
+
1936
+ .TagDocuments-module_notFoundPanel__LpLtZ {
1937
+ padding: 24px;
1938
+ }
1939
+
1940
+ .TagDocuments-module_container__WX1Rt {
1941
+ display: flex;
1942
+ flex-direction: column;
1943
+ padding-bottom: 1rem;
1944
+ border-bottom: 1px solid var(--default);
1945
+ padding: 16px;
1946
+ gap: 6px;
1947
+ }
1948
+
1949
+ .TagDocuments-module_link__h-2Tm {
1950
+ color: var(--asBuilt);
1951
+ }
1952
+
1953
+ .TagDocuments-module_meta__STgGG {
1954
+ display: grid;
1955
+ grid-template-columns: auto auto auto;
1956
+ align-items: center;
1957
+ justify-items: start;
1958
+ gap: 1rem;
1959
+ font-size: 12px;
1960
+ }
1961
+
1962
+ .TagDocuments-module_revision__RHdi4 {
1963
+ padding: 0 8px;
1964
+ background-color: var(--lowSeverity);
1965
+ }
1966
+
1967
+ .TagDocuments-module_of3Revision__oD7wg {
1968
+ background-color: var(--mediumSeverity);
1969
+ }
1970
+
1971
+ .TagDocuments-module_tertiarySpace__NizCk {
1972
+ margin-left: 20px;
1973
+ }
1974
+
1975
+ .TagDocuments-module_panel__XyzBf {
1976
+ background: var(--searchBarBackground) !important;
1977
+ padding: 0 !important;
1978
+ overflow-y: auto;
1979
+ }
1980
+
1981
+ .TagDocuments-module_panelContent__8mPOc {
1982
+ margin: 16px;
1983
+ background: white;
1984
+ min-width: 350px;
1985
+ }
1986
+
1987
+ .TagDocuments-module_content__KcpgY {
1988
+ padding-top: 20px;
1989
+ }
1990
+
1991
+ .TagDocuments-module_primary__-zjEy {
1992
+ font-size: var(--medium);
1993
+ }
1994
+
1995
+ .TagDocuments-module_secondary__q3u1w {
1996
+ font-size: 14px;
1997
+ }
1998
+
1999
+ .TagDocuments-module_tertiary__URg3n {
2000
+ font-size: 12px;
2001
+ display: flex;
2002
+ align-items: center;
2003
+ }
2004
+
2005
+ .TagDocuments-module_tertiaryRight__iqa-u {
2006
+ margin-left: 10px;
2007
+ }
2008
+
2009
+ .TagDocuments-module_header__aCj4g {
2010
+ color: var(--echoText);
2011
+ }
2012
+
2013
+ .TagDocuments-module_header__aCj4g button[aria-expanded='true'] span {
2014
+ color: var(--echoText);
2015
+ font-weight: 700;
2016
+ }
2017
+
2018
+ .TagInformation-module_content__4rYcP {
2019
+ padding: 24px;
2020
+ }
2021
+
2022
+ .Objects-module_notFoundPanel__uWQ0l {
2023
+ padding: 24px;
2024
+ }
2025
+
2026
+ .Objects-module_content__rnhVG {
2027
+ padding-top: 20px;
2028
+ }
2029
+
2030
+ .Objects-module_table__73Sl8 {
2031
+ padding-left: 20px;
2032
+ width: 100%;
2033
+ }
2034
+
2035
+ .Objects-module_panel__PH8iJ {
2036
+ background: var(--searchBarBackground) !important;
2037
+ }
2038
+
2039
+ .Objects-module_title__rwXyY {
2040
+ color: var(--echoText);
2041
+ }
2042
+
2043
+ .Objects-module_title__rwXyY button[aria-expanded='true'] span {
2044
+ color: var(--echoText);
2045
+ font-weight: 700;
2046
+ }
2047
+
2048
+ .TrafficLight-module_trafficLight__29Dvq {
2049
+ width: 22px;
2050
+ height: 22px;
2051
+ border-radius: 50%;
2052
+ margin: 6px;
2053
+ display: flex;
2054
+ align-items: center;
2055
+ justify-content: center;
2056
+ color: white;
2057
+ font-size: 12px;
2058
+ }
2059
+
2060
+ .TrafficLight-module_defaultSeverity__qEvFS {
2061
+ background-color: var(--equiGray1);
2062
+ }
2063
+
2064
+ .TrafficLight-module_severity1__jXWiO {
2065
+ background-color: var(--highSeverityText);
2066
+ }
2067
+
2068
+ .TrafficLight-module_severity2__wW0ya {
2069
+ }
2070
+
2071
+ .TrafficLight-module_severity3__6LZPo {
2072
+ background-color: var(--warningIcon);
2073
+ }
2074
+
2075
+ .TrafficLight-module_severity4__O4j-F {
2076
+ background-color: var(--lowSeverityText);
2077
+ }
2078
+
2079
+ .TrafficLight-module_severity5__Yqt-- {
2080
+ }
2081
+
2082
+ .Risk-module_number__mQdq9 {
2083
+ margin-top: 2px;
2084
+ }
2085
+
2086
+ .Risk-module_small__tB2P8 {
2087
+ display: flex;
2088
+ font-size: 12px;
2089
+ }
2090
+
2091
+ .Risk-module_large__eMxhM {
2092
+ font-size: 1rem;
2093
+ font-weight: 500;
2094
+ }
2095
+
2096
+ .Risk-module_medium__KdGMA {
2097
+ font-size: 14px;
2098
+ }
2099
+
2100
+ .Risk-module_itemAction__NojsC {
2101
+ display: flex;
2102
+ align-items: center;
2103
+ gap: 16px;
2104
+ }
2105
+
2106
+ .Risk-module_safexButton__wOLTj {
2107
+ padding: 0 10px;
2108
+ margin: 8px 14px;
2109
+ }
2110
+
2111
+ .Risk-module_top__ffYep {
2112
+ display: flex;
2113
+ justify-content: end;
2114
+ }
2115
+
2116
+ .Risk-module_itemList__5puMd > div:first-of-type {
2117
+ border-top: 1px solid;
2118
+ }
2119
+
2120
+ .Risk-module_table__vqfJl {
2121
+ padding-left: 20px;
2122
+ padding-top: 20px;
2123
+ width: 100%;
2124
+ }
2125
+
2126
+ .Risk-module_pointer__o8bRc {
2127
+ cursor: pointer;
2128
+ }
2129
+
2130
+ .Risk-module_notFoundPanel__EiTvq {
2131
+ padding: 24px;
2132
+ }
2133
+
2134
+ .Items-module_itemsHeader__HkvwX {
2135
+ border-bottom: 1px solid #dadada;
2136
+ color: var(--echoText) !important;
2137
+ }
2138
+
2139
+ .Items-module_itemsHeader__HkvwX button[aria-expanded='true'] span {
2140
+ color: var(--echoText) !important;
2141
+ font-weight: 700 !important;
2142
+ }
2143
+
2144
+ .Items-module_itemsHeader__HkvwX > span {
2145
+ margin-left: 28px;
2146
+ }
2147
+
2148
+ .Items-module_punchItemsHeader__tyheL > span {
2149
+ margin-left: 0;
2150
+ }
2151
+
2152
+ .Items-module_itemsPanel__lsGeU {
2153
+ background: var(--searchBarBackground) !important;
2154
+ min-height: auto !important;
2155
+ border-top: 0 !important;
2156
+ line-height: initial !important;
2157
+ }
2158
+
2159
+ .Items-module_header__jMq6D {
2160
+ display: block;
2161
+ }
2162
+
2163
+ .Items-module_smallText__4zs6g {
2164
+ font-size: 12px;
2165
+ color: var(--tertiaryText);
2166
+ }
2167
+
2168
+ .Items-module_largeText__tJ0wT {
2169
+ font-size: 1rem;
2170
+ }
2171
+
2172
+ .Items-module_accordionHeader__I-p-i {
2173
+ border: 0;
2174
+ height: auto;
2175
+ padding: 16px;
2176
+ justify-content: space-between;
2177
+ border-top: 1px solid #dadada;
2178
+ border-bottom: none;
2179
+ }
2180
+
2181
+ .Items-module_accordionHeader__I-p-i > svg {
2182
+ align-self: start;
2183
+ }
2184
+
2185
+ .Items-module_accordionHeader__I-p-i > button {
2186
+ justify-content: space-between;
2187
+ }
2188
+
2189
+ .Items-module_expandedAccordionHeader__-R-nm {
2190
+ border-bottom: 1px solid #dadada;
2191
+ }
2192
+
2193
+ .Items-module_panel__YrGHs {
2194
+ border: 0;
2195
+ border-bottom: 1px solid #dadada;
2196
+ padding: 24px;
2197
+ }
2198
+
2199
+ .Items-module_time__AtrTf {
2200
+ color: var(--echoText);
2201
+ }
2202
+
2203
+ .Items-module_details__EKsPR {
2204
+ display: flex;
2205
+ width: 100%;
2206
+ flex-flow: wrap;
2207
+ }
2208
+
2209
+ .Items-module_details__EKsPR > div {
2210
+ margin-bottom: 8px;
2211
+ }
2212
+
2213
+ .Items-module_listItemContainer__eY9wp > div:not(:first-of-type) {
2214
+ gap: 8px;
2215
+ }
2216
+
2217
+ .Items-module_listItemContainer__eY9wp {
2218
+ padding: 16px 12px !important;
2219
+ }
2220
+
2221
+ .Items-module_flex__Gc6u2 {
2222
+ display: flex;
2223
+ align-items: center;
2224
+ }
2225
+
2226
+ .Items-module_title__ZoWnu {
2227
+ font-weight: 500;
2228
+ }
2229
+
2230
+ .Items-module_status__ORuK9 {
2231
+ display: flex;
2232
+ margin-left: 8px;
2233
+ }
2234
+
2235
+ .Items-module_small__YE-Vv {
2236
+ font-size: 12px;
2237
+ margin-right: 16px;
2238
+ }
2239
+
2240
+ .Items-module_statusCircle__juY02 {
2241
+ width: 12px;
2242
+ height: 12px;
2243
+ border-radius: 160px;
2244
+ }
2245
+
2246
+ .Items-module_statusText__Xf3WX {
2247
+ font-size: 12px;
2248
+ margin-left: 4px;
2249
+ font-weight: 500;
2250
+ }
2251
+
2252
+ .Items-module_small__YE-Vv {
2253
+ font-size: 12px;
2254
+ margin-right: 16px;
2255
+ }
2256
+
2257
+ .Items-module_medium__nXnEv {
2258
+ font-size: 14px;
2259
+ }
2260
+
2261
+ .Items-module_tertiary__uvHal {
2262
+ display: flex;
2263
+ font-size: 12px;
2264
+ }
2265
+
2266
+ .Items-module_reqDate__GOWum {
2267
+ margin-left: 16px;
2268
+ }
2269
+
2270
+ .Items-module_visual__FvvLj {
2271
+ display: flex;
2272
+ flex-direction: column;
2273
+ justify-content: center;
2274
+ align-items: center;
2275
+ height: 40px;
2276
+ width: 40px;
2277
+ border-radius: 50%;
2278
+ padding: 0.5rem;
2279
+ margin: 0.5rem;
2280
+ background-color: var(--echoText);
2281
+ color: white;
2282
+ font-size: 12px;
2283
+ font-weight: 500;
2284
+ }
2285
+
2286
+ .Items-module_panel__YrGHs {
2287
+ background: var(--searchBarBackground) !important;
2288
+ padding: 0 !important;
2289
+ }
2290
+
2291
+ .Items-module_panelContent__VnPX6 {
2292
+ background: white;
2293
+ }
2294
+
2295
+ .TagHistoryGroup-module_content__qikfB {
2296
+ margin-left: 24px;
2297
+ }
2298
+
2299
+ .HorizontalTagHistory-module_itemsContainer__sp0ar {
2300
+ background: var(--searchBarBackground);
2301
+ min-height: auto;
2302
+ border-top: 0;
2303
+ line-height: initial;
2304
+ overflow-y: auto;
2305
+ }
2306
+
2307
+ .HorizontalTagHistory-module_panel__WBI-M {
2308
+ min-width: 350px;
2309
+ background: white;
2310
+ margin: 16px;
2311
+ }
2312
+
2313
+ .TagHistory-module_description__mGXNh {
2314
+ font-size: 0.6rem;
2315
+ font-weight: 500;
2316
+ text-overflow: ellipsis;
2317
+ margin-top: 16px;
2318
+ margin-left: 15px;
2319
+ }
2320
+
2321
+ .TagHistory-module_section__SwPqb {
2322
+ margin: 16px 0;
2323
+ }
2324
+
2325
+ .TagHistory-module_section__SwPqb > *:not(:first-child) > div > h4 {
2326
+ border-top: 0;
2327
+ }
2328
+
2329
+ .TagHistory-module_content__IgxEq {
2330
+ margin-left: 24px;
2331
+ }
2332
+
2333
+ .TagHistory-module_container__PVXmS {
2334
+ overflow: hidden;
2335
+ }
2336
+
2337
+ .DetailsWorkOrder-module_link__muu7Y {
2338
+ color: var(--asBuilt);
2339
+ padding: 0 !important;
2340
+ text-decoration: underline;
2341
+ cursor: pointer;
2342
+ }
2343
+
2344
+ .DetailsWorkOrder-module_longTextLink__nFJfD {
2345
+ display: flex;
2346
+ align-items: center;
2347
+ }
2348
+
2349
+ .DetailsWorkOrder-module_content__NYIfs {
2350
+ padding: 24px;
2351
+ }
2352
+
2353
+ .DetailsWorkOrder-module_mobileContent__fVCD6 {
2354
+ height: calc(100vh - 263px) !important;
2355
+ }
2356
+
2357
+ .DetailsWorkOrder-module_topRow__x5sNx {
2358
+ display: flex;
2359
+ }
2360
+
2361
+ .DetailsWorkOrder-module_verticalTopRow__fkFZw {
2362
+ display: flex;
2363
+ justify-content: space-between;
2364
+ }
2365
+
2366
+ .DetailsWorkOrder-module_longTextButton__WWwvY > span {
2367
+ min-width: 128px;
2368
+ }
2369
+
2370
+ .DetailsWorkOrder-module_longTextButtonVertical__bCeTa {
2371
+ }
2372
+
2373
+ .DetailsWorkOrder-module_longTextButtonVertical__bCeTa > span {
2374
+ grid-gap: 4px;
2375
+ min-width: 128px;
2376
+ }
2377
+
2378
+ .DetailsWorkOrder-module_longTextButtonStretched__mZ-6S {
2379
+ margin-left: 80px;
2380
+ }
2381
+
2382
+ .TabsPanels-module_tabList__gfsJh {
2383
+ scroll-snap-type: x mandatory;
2384
+ overscroll-behavior-x: contain;
2385
+ scroll-behavior: smooth;
2386
+ overflow-x: hidden;
2387
+ }
2388
+
2389
+ .TabsPanels-module_tabList__gfsJh::-webkit-scrollbar {
2390
+ display: unset;
2391
+ scrollbar-width: unset;
2392
+ -ms-overflow-style: unset;
2393
+ }
2394
+
2395
+ .TabsPanels-module_mobileTabList__nB88J {
2396
+ overflow-x: scroll;
2397
+ }
2398
+
2399
+ .TabsPanels-module_mobileTabList__nB88J::-webkit-scrollbar {
2400
+ display: none;
2401
+ scrollbar-width: none;
2402
+ -ms-overflow-style: none;
2403
+ }
2404
+
2405
+ .TabsPanels-module_panels__PhgDX {
2406
+ height: 100%;
2407
+ overflow-y: auto;
2408
+ }
2409
+
2410
+ .TabsPanels-module_panelsHorizontal__Yj8zi {
2411
+ overflow-y: hidden;
2412
+ }
2413
+
2414
+ .TabsPanels-module_tabsPanel__LhDnK {
2415
+ padding: 0 !important;
2416
+ height: 100%;
2417
+ }
2418
+
2419
+ .AdditionalDetails-module_tabs__RL7ro {
2420
+ display: flex;
2421
+ flex-direction: column;
2422
+ overflow: hidden;
2423
+ }
2424
+
2425
+ .AdditionalDetails-module_horizontalTabs__-iqdf {
2426
+ display: flex;
2427
+ flex-direction: column;
2428
+ }
2429
+
2430
+ .AdditionalDetails-module_tabsContainer__xPg15 {
2431
+ display: grid;
2432
+ grid-template-columns: auto 80% auto;
2433
+ }
2434
+
2435
+ .AdditionalDetails-module_fullScreenTabsContainer__2cK-v {
2436
+ grid-template-columns: auto;
2437
+ margin-left: unset;
2438
+ margin-right: unset;
2439
+ }
2440
+
2441
+ .AdditionalDetails-module_mobileTabsContainer__--b6U {
2442
+ margin-left: -8px;
2443
+ margin-right: -8px;
2444
+ }
2445
+
2446
+ .AdditionalDetails-module_tabsRow__IBr5a {
2447
+ display: grid;
2448
+ grid-template-columns: unset;
2449
+ }
2450
+
2451
+ .AdditionalDetails-module_tabsRowHorizontal__-EKE6 {
2452
+ display: grid;
2453
+ grid-template-columns: min-content auto;
2454
+
2455
+ /* min width before scrolling */
2456
+ min-width: 750px;
2457
+ }
2458
+
2459
+ .AdditionalDetails-module_extendedBorder__xRNlr {
2460
+ border-bottom: 2px solid var(--default);
2461
+ }
2462
+
2463
+ .AdditionalDetails-module_scrollButtonContainer__DCxlD {
2464
+ border-bottom: 2px solid var(--eds_ui_background__medium, rgba(220, 220, 220, 1));
2465
+ }
2466
+
2467
+ .Header-module_verticalContainer__Pjddz {
2468
+ padding-top: 16px;
2469
+ }
2470
+
2471
+ .Header-module_verticalContainer__Pjddz > div {
2472
+ border-bottom: 0;
2473
+ }
2474
+
2475
+ .Header-module_container__ib77z {
2476
+ padding-top: 16px;
2477
+ }
2478
+
2479
+ .Header-module_container__ib77z > div {
2480
+ border-bottom: 0;
2481
+ }
2482
+
2483
+ .Header-module_title__cSj5p {
2484
+ font-weight: 500;
2485
+ }
2486
+
2487
+ .Header-module_tertiary__os0Fy {
2488
+ display: flex;
2489
+ font-weight: 500;
2490
+ font-size: 12px;
2491
+ }
2492
+
2493
+ .Header-module_tertiaryMobile__-fwXK {
2494
+ display: block;
2495
+ }
2496
+
2497
+ .Header-module_small__0NwqQ {
2498
+ font-size: 12px;
2499
+ margin-right: 16px;
2500
+ }
2501
+
2502
+ .Header-module_medium__BjbSH {
2503
+ font-size: 14px;
2504
+ font-weight: 500;
2505
+ }
2506
+
2507
+ .Header-module_gap__nzGXk > div:not(:first-of-type) {
2508
+ gap: 8px;
2509
+ }
2510
+
2511
+ .Header-module_buttonBar__TjL7P {
2512
+ margin-top: 18px;
2513
+ display: flex;
2514
+ justify-content: end;
2515
+ align-items: center;
2516
+ }
2517
+
2518
+ .Header-module_buttonContainer__NSmLF {
2519
+ display: inherit;
2520
+ align-items: inherit;
2521
+ }
2522
+
2523
+ .Header-module_button__u4PAz {
2524
+ color: var(--echoText);
2525
+ }
2526
+
2527
+ .Header-module_icon__sFaMB {
2528
+ margin-right: 10px;
2529
+ }
2530
+
2531
+ .Header-module_lastIcon__kxics {
2532
+ margin-right: 18px;
2533
+ }
2534
+
2535
+ .Header-module_divider__lMHWf {
2536
+ margin-top: 2px !important;
2537
+ }
2538
+
2539
+ .Header-module_status__XYA30 {
2540
+ display: flex;
2541
+ margin-left: 8px;
2542
+ }
2543
+
2544
+ .Header-module_statusCircle__8GQxa {
2545
+ width: 12px;
2546
+ height: 12px;
2547
+ border-radius: 160px;
2548
+ }
2549
+
2550
+ .Header-module_statusText__BAm2T {
2551
+ font-size: 12px;
2552
+ margin-left: 4px;
2553
+ font-weight: 500;
2554
+ }
2555
+
2556
+ .Header-module_topRow__lN6Nk {
2557
+ display: flex;
2558
+ align-items: center;
2559
+ }
2560
+
2561
+ .Header-module_reqDate__QrEyW {
2562
+ margin-left: 16px;
2563
+ }
2564
+
2565
+ .Header-module_reqDateMobile__nuWh8 {
2566
+ margin-left: 0;
2567
+ margin-top: 5px;
2568
+ }
2569
+
2570
+ .Header-module_visual__8yFpI {
2571
+ display: flex;
2572
+ flex-direction: column;
2573
+ justify-content: center;
2574
+ align-items: center;
2575
+ height: 40px;
2576
+ width: 40px;
2577
+ border-radius: 50%;
2578
+ padding: 0.5rem;
2579
+ margin: 0.5rem;
2580
+ background-color: var(--echoText);
2581
+ color: white;
2582
+ font-size: 12px;
2583
+ font-weight: 500;
2584
+ }
2585
+
2586
+ .index-module_lonelyDetails__PbGVE {
2587
+ overflow-y: auto;
2588
+ }
2589
+
2590
+ .index-module_verticalContainer__IEZ6q {
2591
+ width: inherit;
2592
+ display: flex;
2593
+ flex-direction: column;
2594
+ overflow: hidden;
2595
+ }
2596
+
2597
+ .index-module_splitView__x6wsh {
2598
+ height: 100% !important;
2599
+ }
2600
+
2601
+ .index-module_splitHorizontal__Kantp {
2602
+ overflow: auto !important;
2603
+ }
2604
+
2605
+ .Details-module_container__ArXPj {
2606
+ overflow-y: auto;
2607
+ }
2608
+
2609
+ .Details-module_content__MoYok {
2610
+ padding: 8px 24px 24px 24px;
2611
+ }
2612
+
2613
+ .Details-module_link__iNkPZ {
2614
+ color: var(--asBuilt);
2615
+ padding: 0 !important;
2616
+ text-decoration: underline;
2617
+ cursor: pointer;
2618
+ }
2619
+
2620
+ .Details-module_longTextLink__5hzXU {
2621
+ display: flex;
2622
+ align-items: center;
2623
+ }
2624
+
2625
+ .Details-module_topRow__-nADf {
2626
+ display: flex;
2627
+ }
2628
+
2629
+ .Details-module_descriptionButton__1q3Hy > span {
2630
+ grid-gap: 4px;
2631
+ }
2632
+
2633
+ .Header-module_verticalContainer__mtDxH {
2634
+ padding-top: 16px;
2635
+ }
2636
+
2637
+ .Header-module_verticalContainer__mtDxH > div {
2638
+ border-bottom: 0;
2639
+ }
2640
+
2641
+ .Header-module_container__dm5Nc {
2642
+ padding-top: 16px;
2643
+ }
2644
+
2645
+ .Header-module_container__dm5Nc > div {
2646
+ border-bottom: 0;
2647
+ }
2648
+
2649
+ .Header-module_gap__utLJl > div:not(:first-of-type) {
2650
+ gap: 8px;
2651
+ }
2652
+
2653
+ .Header-module_flex__ACyWw {
2654
+ display: flex;
2655
+ align-items: center;
2656
+ }
2657
+
2658
+ .Header-module_title__FtoTW {
2659
+ font-weight: 500;
2660
+ }
2661
+
2662
+ .Header-module_visual__VvbQf {
2663
+ display: flex;
2664
+ flex-direction: column;
2665
+ justify-content: center;
2666
+ align-items: center;
2667
+ height: 40px;
2668
+ width: 40px;
2669
+ border-radius: 50%;
2670
+ padding: 0.5rem;
2671
+ margin: 0.5rem;
2672
+ background-color: var(--echoText);
2673
+ color: white;
2674
+ font-size: 12px;
2675
+ font-weight: 500;
2676
+ }
2677
+
2678
+ .index-module_container__RBkmR {
2679
+ display: flex;
2680
+ flex-direction: column;
2681
+ overflow: hidden;
2682
+ }
2683
+
2684
+ .index-module_splitHorizontal__EPUtW {
2685
+ overflow: auto !important;
2686
+ }
2687
+
2688
+ .WorkOrderHeader-module_verticalContainer__WD6yw > div {
2689
+ border-bottom: 0;
2690
+ }
2691
+
2692
+ .WorkOrderHeader-module_container__-9lif {
2693
+ padding-top: 16px;
2694
+ }
2695
+
2696
+ .WorkOrderHeader-module_container__-9lif > div {
2697
+ border-bottom: 0;
2698
+ }
2699
+
2700
+ .WorkOrderHeader-module_workOrderHeaderNav__8C59g {
2701
+ display: flex;
2702
+ flex-direction: row;
2703
+ justify-content: flex-end;
2704
+ gap: 0.5rem;
2705
+ margin: 0 1.5rem;
2706
+ }
2707
+
2708
+
2709
+ .WorkOrderHeader-module_icon__65bxT {
2710
+ margin-right: 10px;
2711
+ }
2712
+
2713
+ .WorkOrderHeader-module_lastIcon__Ie0ip {
2714
+ margin-right: 18px;
2715
+ }
2716
+
2717
+ .WorkOrderHeader-module_divider__Anu8E {
2718
+ background-color: var(--dividerColor);
2719
+ margin-top: 2px !important;
2720
+ }
2721
+
2722
+ .index-module_lonelyDetails__EjPix {
2723
+ overflow-y: auto;
2724
+ }
2725
+
2726
+ .index-module_verticalContainer__7ieKp {
2727
+ width: inherit;
2728
+ display: flex;
2729
+ flex-direction: column;
2730
+ overflow: hidden;
2731
+ }
2732
+
2733
+ .index-module_splitView__EbEk8 {
2734
+ height: 100% !important;
2735
+ }
2736
+
2737
+ .index-module_splitHorizontal__hWQe3 {
2738
+ overflow: auto !important;
2739
+ }
2740
+
2741
+ .ProcosysProjectSelector-module_spinner__qS6wk {
2742
+ padding-left: 0.5em;
2743
+ }
2744
+
2745
+ .IMSConnector-module_wrapper__ogTbZ {
2746
+ margin-top: 1rem;
2747
+ display: grid;
2748
+ grid-template-columns: 1fr 1fr;
2749
+ grid-row: 1fr;
2750
+ align-items: center;
2751
+ justify-items: center;
2752
+ gap: 1rem;
2753
+ }
2754
+
2755
+ .IMSConnector-module_experimentalWarning__XcIXh {
2756
+ margin-top: 0;
2757
+ grid-template-columns: auto 1fr;
2758
+ }
2759
+
2760
+ .IMSConnector-module_message__1U-KH {
2761
+ margin-top: 1rem;
2762
+ width: 100%;
2763
+ }
2764
+
2765
+ .IMSConnector-module_requestAccess__WaWbI {
2766
+ margin-bottom: 1rem;
2767
+ }
2768
+ .Popover-module_wrapper__bp2D1 {
2769
+ display: flex;
2770
+ flex-direction: column;
2771
+ right: 0;
2772
+ left: 0;
2773
+ position: absolute;
2774
+ z-index: 10;
2775
+ }
2776
+
2777
+ .Popover-module_optionsPopover__THa5w {
2778
+ display: flex;
2779
+ }
2780
+
2781
+ @media screen and (max-width: 440px) {
2782
+ .Popover-module_optionsPopover__THa5w {
2783
+ max-width: 270px;
2784
+ }
2785
+ }
2786
+ @media screen and (max-width: 440px) {
2787
+ .Popover-module_wrapper__bp2D1 {
2788
+ left: 0px;
2789
+ }
2790
+
2791
+ .Popover-module_optionsPopover__THa5w {
2792
+ align-self: flex-start;
2793
+ }
2794
+ }
2795
+
2796
+ .RealTimeContextButton-module_wrapper__YxXsd {
2797
+ margin-left: 4px;
2798
+ }
2799
+
2800
+ .RealTimeContextButton-module_button__3CZB- {
2801
+ box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
2802
+ width: 46px !important;
2803
+ height: 46px !important;
2804
+ border-radius: 10rem;
2805
+ border: 3px solid var(--white) !important;
2806
+ background-color: var(--white) !important;
2807
+ box-sizing: border-box;
2808
+ }
2809
+
2810
+ .RealTimeContextButton-module_button__3CZB-:hover {
2811
+ background: rgba(222, 237, 238, 1) !important;
2812
+ }
2813
+ .RealTimeIMSDropdown-module_popoverContent__8L19L {
2814
+ width: 100%;
2815
+
2816
+ background-color: white;
2817
+ border-color: grey;
2818
+
2819
+ display: flex;
2820
+ flex-direction: column;
2821
+ align-items: center;
2822
+ padding: 1rem;
2823
+ margin-top: 1rem;
2824
+
2825
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
2826
+ border-radius: 4px;
2827
+ }
2828
+
2829
+ .RealTimeIMSDropdown-module_select__Bnhdb {
2830
+ width: 100%;
2831
+ }
2832
+ .searchMenu-module_panel__Yu-T9 {
2833
+ padding: var(--small);
2834
+ }
2835
+
2836
+ .searchMenu-module_wrapper__qjLIJ {
2837
+ display: flex;
2838
+ flex-direction: column;
2839
+ margin: 10px;
2840
+ }
2841
+
2842
+ .searchMenu-module_close__TqvNf {
2843
+ align-self: end;
2844
+ }
2845
+
2846
+ .tagNo-module_tagNo__5ADD6 {
2847
+ cursor: pointer;
2848
+ color: var(--asBuilt);
2849
+ text-decoration: underline;
2850
+ }
2851
+ @media screen and (max-width: 927px) and (orientation: landscape) {
2852
+ .toaster-module_toaster__fYuyY {
2853
+ left: 64px !important;
2854
+ }
2855
+ }
2856
+
2857
+ @media screen and (max-width: 767px) and (orientation: portrait) {
2858
+ .toaster-module_toaster__fYuyY {
2859
+ bottom: 64px !important;
2860
+ }
2861
+ }
2862
+
2863
+ .toaster-module_chip__-w1z2 {
2864
+ position: absolute;
2865
+ top: -5px;
2866
+ right: -5px;
2867
+ padding: 5px !important;
2868
+ }
2869
+
2870
+ .toaster-module_toastersSection__ypjaz {
2871
+ height: auto;
2872
+ position: absolute;
2873
+ display: grid;
2874
+ grid-auto-rows: 32px;
2875
+ align-items: start;
2876
+ grid-gap: 24px;
2877
+ bottom: 8px;
2878
+ left: 8px;
2879
+ }
2880
+
2881
+ .toaster-module_toastersSection__ypjaz > div {
2882
+ position: relative;
2883
+ height: 32px;
2884
+ width: -moz-fit-content;
2885
+ width: fit-content;
2886
+ }
2887
+
2888
+ .EchoEventHandler-module_echoEventContainer__h6p5a {
2889
+ height: 100%;
2890
+ }