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