synapse-react-client 3.0.22 → 3.0.25

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 (204) hide show
  1. package/dist/containers/AccessApprovalsTable.d.ts +6 -0
  2. package/dist/containers/AccessApprovalsTable.js +90 -0
  3. package/dist/containers/AccessApprovalsTable.js.map +1 -0
  4. package/dist/containers/AccessRequestSubmissionTable.d.ts +3 -3
  5. package/dist/containers/AccessRequestSubmissionTable.js +16 -14
  6. package/dist/containers/AccessRequestSubmissionTable.js.map +1 -1
  7. package/dist/containers/CardContainer.js +1 -1
  8. package/dist/containers/CardContainer.js.map +1 -1
  9. package/dist/containers/DirectDownload.js +1 -2
  10. package/dist/containers/DirectDownload.js.map +1 -1
  11. package/dist/containers/EntityBadgeIcons.d.ts +1 -1
  12. package/dist/containers/EntityBadgeIcons.js +37 -30
  13. package/dist/containers/EntityBadgeIcons.js.map +1 -1
  14. package/dist/containers/EntityIcon.d.ts +4 -2
  15. package/dist/containers/EntityIcon.js +5 -20
  16. package/dist/containers/EntityIcon.js.map +1 -1
  17. package/dist/containers/ErrorBanner.js +1 -1
  18. package/dist/containers/ErrorBanner.js.map +1 -1
  19. package/dist/containers/ExternalFileHandleLink.js +2 -5
  20. package/dist/containers/ExternalFileHandleLink.js.map +1 -1
  21. package/dist/containers/ForumSearch.js +1 -1
  22. package/dist/containers/ForumSearch.js.map +1 -1
  23. package/dist/containers/FullTextSearch.js +4 -7
  24. package/dist/containers/FullTextSearch.js.map +1 -1
  25. package/dist/containers/HasAccess.d.ts +0 -2
  26. package/dist/containers/HasAccess.js +7 -17
  27. package/dist/containers/HasAccess.js.map +1 -1
  28. package/dist/containers/IconSvg.d.ts +3 -2
  29. package/dist/containers/IconSvg.js +45 -6
  30. package/dist/containers/IconSvg.js.map +1 -1
  31. package/dist/containers/ModalDownload.js +2 -5
  32. package/dist/containers/ModalDownload.js.map +1 -1
  33. package/dist/containers/SearchV2.js +4 -9
  34. package/dist/containers/SearchV2.js.map +1 -1
  35. package/dist/containers/SqlEditor.js +2 -5
  36. package/dist/containers/SqlEditor.js.map +1 -1
  37. package/dist/containers/SynapseNavDrawer.js +58 -104
  38. package/dist/containers/SynapseNavDrawer.js.map +1 -1
  39. package/dist/containers/TermsAndConditionsItem.js +2 -2
  40. package/dist/containers/TermsAndConditionsItem.js.map +1 -1
  41. package/dist/containers/UserCardLarge.js +0 -5
  42. package/dist/containers/UserCardLarge.js.map +1 -1
  43. package/dist/containers/UserCardMedium.js +4 -8
  44. package/dist/containers/UserCardMedium.js.map +1 -1
  45. package/dist/containers/UserSearchBoxV2.js +1 -1
  46. package/dist/containers/UserSearchBoxV2.js.map +1 -1
  47. package/dist/containers/access_requirement_list/AcceptedRequirements.js +1 -1
  48. package/dist/containers/access_requirement_list/AcceptedRequirements.js.map +1 -1
  49. package/dist/containers/access_requirement_list/AccessApprovalCheckMark.js +2 -4
  50. package/dist/containers/access_requirement_list/AccessApprovalCheckMark.js.map +1 -1
  51. package/dist/containers/access_requirement_list/AccessRequirementList.d.ts +7 -1
  52. package/dist/containers/access_requirement_list/AccessRequirementList.js +64 -61
  53. package/dist/containers/access_requirement_list/AccessRequirementList.js.map +1 -1
  54. package/dist/containers/access_requirement_list/managedACTAccess/RequestDataAccess.js +1 -1
  55. package/dist/containers/access_requirement_list/managedACTAccess/RequestDataAccess.js.map +1 -1
  56. package/dist/containers/dataaccess/AccessHistoryDashboard.d.ts +2 -0
  57. package/dist/containers/dataaccess/AccessHistoryDashboard.js +95 -0
  58. package/dist/containers/dataaccess/AccessHistoryDashboard.js.map +1 -0
  59. package/dist/containers/dataaccess/AccessRequirementSearchBox.d.ts +9 -0
  60. package/dist/containers/dataaccess/AccessRequirementSearchBox.js +90 -0
  61. package/dist/containers/dataaccess/AccessRequirementSearchBox.js.map +1 -0
  62. package/dist/containers/dataaccess/AccessSubmissionDashboard.d.ts +2 -0
  63. package/dist/containers/dataaccess/AccessSubmissionDashboard.js +92 -0
  64. package/dist/containers/dataaccess/AccessSubmissionDashboard.js.map +1 -0
  65. package/dist/containers/dataaccess/ReviewerDashboard.d.ts +2 -0
  66. package/dist/containers/dataaccess/ReviewerDashboard.js +18 -33
  67. package/dist/containers/dataaccess/ReviewerDashboard.js.map +1 -1
  68. package/dist/containers/dataaccess/SubmissionPage.d.ts +2 -2
  69. package/dist/containers/dataaccess/SubmissionPage.js +31 -22
  70. package/dist/containers/dataaccess/SubmissionPage.js.map +1 -1
  71. package/dist/containers/download_list/DownloadDetails.js +7 -9
  72. package/dist/containers/download_list/DownloadDetails.js.map +1 -1
  73. package/dist/containers/download_list_v2/DownloadCartPage.d.ts +2 -2
  74. package/dist/containers/download_list_v2/DownloadCartPage.js +3 -8
  75. package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
  76. package/dist/containers/download_list_v2/DownloadDetails.js +0 -4
  77. package/dist/containers/download_list_v2/DownloadDetails.js.map +1 -1
  78. package/dist/containers/download_list_v2/DownloadListActionsRequired.d.ts +6 -2
  79. package/dist/containers/download_list_v2/DownloadListActionsRequired.js +5 -4
  80. package/dist/containers/download_list_v2/DownloadListActionsRequired.js.map +1 -1
  81. package/dist/containers/download_list_v2/MeetAccessRequirementCard.js +3 -2
  82. package/dist/containers/download_list_v2/MeetAccessRequirementCard.js.map +1 -1
  83. package/dist/containers/download_list_v2/RequestDownloadCard.d.ts +3 -1
  84. package/dist/containers/download_list_v2/RequestDownloadCard.js +10 -7
  85. package/dist/containers/download_list_v2/RequestDownloadCard.js.map +1 -1
  86. package/dist/containers/entity/metadata/EntityModal.js +8 -2
  87. package/dist/containers/entity/metadata/EntityModal.js.map +1 -1
  88. package/dist/containers/entity_finder/EntityFinder.js +31 -28
  89. package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
  90. package/dist/containers/entity_finder/details/EntityDetailsList.d.ts +3 -1
  91. package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
  92. package/dist/containers/entity_finder/details/view/DetailsView.d.ts +2 -2
  93. package/dist/containers/entity_finder/details/view/DetailsView.js +16 -5
  94. package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
  95. package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +5 -5
  96. package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +1 -1
  97. package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
  98. package/dist/containers/entity_finder/tree/EntityTree.d.ts +11 -3
  99. package/dist/containers/entity_finder/tree/EntityTree.js +15 -14
  100. package/dist/containers/entity_finder/tree/EntityTree.js.map +1 -1
  101. package/dist/containers/evaluation_queues/EvaluationCard.js +2 -3
  102. package/dist/containers/evaluation_queues/EvaluationCard.js.map +1 -1
  103. package/dist/containers/evaluation_queues/EvaluationEditor.js +2 -3
  104. package/dist/containers/evaluation_queues/EvaluationEditor.js.map +1 -1
  105. package/dist/containers/evaluation_queues/EvaluationRoundEditor.js +4 -5
  106. package/dist/containers/evaluation_queues/EvaluationRoundEditor.js.map +1 -1
  107. package/dist/containers/evaluation_queues/EvaluationRoundEditorDropdown.js +2 -3
  108. package/dist/containers/evaluation_queues/EvaluationRoundEditorDropdown.js.map +1 -1
  109. package/dist/containers/evaluation_queues/round_limits/EvaluationRoundLimitOptionsList.js +4 -4
  110. package/dist/containers/evaluation_queues/round_limits/EvaluationRoundLimitOptionsList.js.map +1 -1
  111. package/dist/containers/home_page/ExpandableContent.js +3 -2
  112. package/dist/containers/home_page/ExpandableContent.js.map +1 -1
  113. package/dist/containers/personal_access_token/AccessTokenCard.js +4 -5
  114. package/dist/containers/personal_access_token/AccessTokenCard.js.map +1 -1
  115. package/dist/containers/row_renderers/utils/Icon.js +1 -0
  116. package/dist/containers/row_renderers/utils/Icon.js.map +1 -1
  117. package/dist/containers/synapse_form_wrapper/NavButtons.js +4 -5
  118. package/dist/containers/synapse_form_wrapper/NavButtons.js.map +1 -1
  119. package/dist/containers/synapse_form_wrapper/StepsSideNav.js +7 -11
  120. package/dist/containers/synapse_form_wrapper/StepsSideNav.js.map +1 -1
  121. package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js +3 -4
  122. package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js.map +1 -1
  123. package/dist/containers/synapse_table_functions/SynapseTableCell.js +4 -4
  124. package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
  125. package/dist/containers/table/TopLevelControls.d.ts +1 -2
  126. package/dist/containers/table/TopLevelControls.js +1 -1
  127. package/dist/containers/table/TopLevelControls.js.map +1 -1
  128. package/dist/containers/table/datasets/DatasetItemsEditor.js +17 -14
  129. package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
  130. package/dist/containers/table/table-top/ColumnSelection.js +3 -2
  131. package/dist/containers/table/table-top/ColumnSelection.js.map +1 -1
  132. package/dist/containers/table/table-top/DownloadOptions.d.ts +1 -5
  133. package/dist/containers/table/table-top/DownloadOptions.js +21 -11
  134. package/dist/containers/table/table-top/DownloadOptions.js.map +1 -1
  135. package/dist/containers/widgets/ElementWithTooltip.d.ts +3 -4
  136. package/dist/containers/widgets/ElementWithTooltip.js +2 -2
  137. package/dist/containers/widgets/ElementWithTooltip.js.map +1 -1
  138. package/dist/containers/widgets/FileHandleLink.js +2 -2
  139. package/dist/containers/widgets/FileHandleLink.js.map +1 -1
  140. package/dist/containers/widgets/query-filter/EnumFacetFilter.js +7 -7
  141. package/dist/containers/widgets/query-filter/EnumFacetFilter.js.map +1 -1
  142. package/dist/index.d.ts +1 -3
  143. package/dist/index.js +0 -2
  144. package/dist/index.js.map +1 -1
  145. package/dist/style/abstracts/_mixins.scss +5 -3
  146. package/dist/style/components/_all.scss +3 -3
  147. package/dist/style/components/_download-cart-page.scss +23 -1
  148. package/dist/style/components/_download-list.scss +0 -58
  149. package/dist/style/components/_entity-badge.scss +3 -3
  150. package/dist/style/components/_governance-dashboard.scss +8 -2
  151. package/dist/style/components/entity_finder/_details-view.scss +9 -3
  152. package/dist/style/components/entity_finder/_entity-finder.scss +2 -2
  153. package/dist/style/components/entity_finder/_selection-pane.scss +5 -3
  154. package/dist/style/components/entity_finder/_tree-node-select.scss +4 -1
  155. package/dist/style/main.css +283 -396
  156. package/dist/umd/synapse-react-client.development.css +251 -318
  157. package/dist/umd/synapse-react-client.development.css.map +2 -2
  158. package/dist/umd/synapse-react-client.development.js +13634 -14669
  159. package/dist/umd/synapse-react-client.development.js.map +3 -3
  160. package/dist/umd/synapse-react-client.production.min.css +1 -1
  161. package/dist/umd/synapse-react-client.production.min.js +112 -580
  162. package/dist/umd.index.d.ts +4 -4
  163. package/dist/umd.index.js +0 -2
  164. package/dist/umd.index.js.map +1 -1
  165. package/dist/utils/APIConstants.d.ts +1 -0
  166. package/dist/utils/APIConstants.js +5 -1
  167. package/dist/utils/APIConstants.js.map +1 -1
  168. package/dist/utils/SynapseClient.d.ts +8 -1
  169. package/dist/utils/SynapseClient.js +8 -2
  170. package/dist/utils/SynapseClient.js.map +1 -1
  171. package/dist/utils/SynapseConstants.d.ts +1 -0
  172. package/dist/utils/SynapseConstants.js +2 -1
  173. package/dist/utils/SynapseConstants.js.map +1 -1
  174. package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessApprovals.d.ts +5 -0
  175. package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessApprovals.js +21 -0
  176. package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessApprovals.js.map +1 -0
  177. package/dist/utils/hooks/SynapseAPI/dataaccess/useDataAccessSubmission.d.ts +9 -0
  178. package/dist/utils/hooks/SynapseAPI/dataaccess/useDataAccessSubmission.js +57 -0
  179. package/dist/utils/hooks/SynapseAPI/dataaccess/useDataAccessSubmission.js.map +1 -0
  180. package/dist/utils/hooks/SynapseAPI/dataaccess/{useAccessSubmission.d.ts → useSearchAccessSubmissionsInfinite.d.ts} +0 -0
  181. package/dist/utils/hooks/SynapseAPI/dataaccess/{useAccessSubmission.js → useSearchAccessSubmissionsInfinite.js} +1 -1
  182. package/dist/utils/hooks/SynapseAPI/dataaccess/useSearchAccessSubmissionsInfinite.js.map +1 -0
  183. package/dist/utils/hooks/SynapseAPI/entity/queryKeys.js +4 -0
  184. package/dist/utils/hooks/SynapseAPI/entity/queryKeys.js.map +1 -1
  185. package/dist/utils/hooks/SynapseAPI/entity/useEntity.d.ts +1 -0
  186. package/dist/utils/hooks/SynapseAPI/entity/useEntity.js +22 -1
  187. package/dist/utils/hooks/SynapseAPI/entity/useEntity.js.map +1 -1
  188. package/dist/utils/hooks/useGetInfoFromIds.js +7 -1
  189. package/dist/utils/hooks/useGetInfoFromIds.js.map +1 -1
  190. package/dist/utils/hooks/useTheme.d.ts +6 -0
  191. package/dist/utils/hooks/useTheme.js +22 -1
  192. package/dist/utils/hooks/useTheme.js.map +1 -1
  193. package/package.json +1 -6
  194. package/dist/containers/download_list/CreatePackage.d.ts +0 -8
  195. package/dist/containers/download_list/CreatePackage.js +0 -136
  196. package/dist/containers/download_list/CreatePackage.js.map +0 -1
  197. package/dist/containers/download_list/DownloadListTable.d.ts +0 -16
  198. package/dist/containers/download_list/DownloadListTable.js +0 -428
  199. package/dist/containers/download_list/DownloadListTable.js.map +0 -1
  200. package/dist/style/components/_download-link.scss +0 -57
  201. package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessSubmission.js.map +0 -1
  202. package/dist/utils/hooks/SynapseAPI/dataaccess/useGetDataAccessSubmission.d.ts +0 -5
  203. package/dist/utils/hooks/SynapseAPI/dataaccess/useGetDataAccessSubmission.js +0 -11
  204. package/dist/utils/hooks/SynapseAPI/dataaccess/useGetDataAccessSubmission.js.map +0 -1
@@ -35,7 +35,7 @@
35
35
  --white: #fff;
36
36
  --gray: #6c757d;
37
37
  --gray-dark: #343a40;
38
- --primary: #407ba0;
38
+ --primary: rgb(64, 123, 160);
39
39
  --secondary: #469285;
40
40
  --success: #28a745;
41
41
  --info: #17a2b8;
@@ -147,7 +147,7 @@
147
147
  top: -0.5em;
148
148
  }
149
149
  .bootstrap-4-backport a {
150
- color: #407ba0;
150
+ color: rgb(64, 123, 160);
151
151
  text-decoration: none;
152
152
  background-color: transparent;
153
153
  }
@@ -2059,8 +2059,8 @@ a > .bootstrap-4-backport code {
2059
2059
  }
2060
2060
  .bootstrap-4-backport .btn-primary {
2061
2061
  color: #fff;
2062
- background-color: #407ba0;
2063
- border-color: #407ba0;
2062
+ background-color: rgb(64, 123, 160);
2063
+ border-color: rgb(64, 123, 160);
2064
2064
  }
2065
2065
  .bootstrap-4-backport .btn-primary:hover {
2066
2066
  color: #fff;
@@ -2075,8 +2075,8 @@ a > .bootstrap-4-backport code {
2075
2075
  }
2076
2076
  .bootstrap-4-backport .btn-primary.disabled, .bootstrap-4-backport .btn-primary:disabled {
2077
2077
  color: #fff;
2078
- background-color: #407ba0;
2079
- border-color: #407ba0;
2078
+ background-color: rgb(64, 123, 160);
2079
+ border-color: rgb(64, 123, 160);
2080
2080
  }
2081
2081
  .bootstrap-4-backport .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary.dropdown-toggle {
2082
2082
  color: #fff;
@@ -2290,25 +2290,25 @@ a > .bootstrap-4-backport code {
2290
2290
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
2291
2291
  }
2292
2292
  .bootstrap-4-backport .btn-outline-primary {
2293
- color: #407ba0;
2294
- border-color: #407ba0;
2293
+ color: rgb(64, 123, 160);
2294
+ border-color: rgb(64, 123, 160);
2295
2295
  }
2296
2296
  .bootstrap-4-backport .btn-outline-primary:hover {
2297
2297
  color: #fff;
2298
- background-color: #407ba0;
2299
- border-color: #407ba0;
2298
+ background-color: rgb(64, 123, 160);
2299
+ border-color: rgb(64, 123, 160);
2300
2300
  }
2301
2301
  .bootstrap-4-backport .btn-outline-primary:focus, .bootstrap-4-backport .btn-outline-primary.focus {
2302
2302
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
2303
2303
  }
2304
2304
  .bootstrap-4-backport .btn-outline-primary.disabled, .bootstrap-4-backport .btn-outline-primary:disabled {
2305
- color: #407ba0;
2305
+ color: rgb(64, 123, 160);
2306
2306
  background-color: transparent;
2307
2307
  }
2308
2308
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-outline-primary.dropdown-toggle {
2309
2309
  color: #fff;
2310
- background-color: #407ba0;
2311
- border-color: #407ba0;
2310
+ background-color: rgb(64, 123, 160);
2311
+ border-color: rgb(64, 123, 160);
2312
2312
  }
2313
2313
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-outline-primary.dropdown-toggle:focus {
2314
2314
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
@@ -2483,7 +2483,7 @@ a > .bootstrap-4-backport code {
2483
2483
  }
2484
2484
  .bootstrap-4-backport .btn-link {
2485
2485
  font-weight: 400;
2486
- color: #407ba0;
2486
+ color: rgb(64, 123, 160);
2487
2487
  text-decoration: none;
2488
2488
  }
2489
2489
  .bootstrap-4-backport .btn-link:hover {
@@ -2738,7 +2738,7 @@ a > .bootstrap-4-backport code {
2738
2738
  .bootstrap-4-backport .dropdown-item.active, .bootstrap-4-backport .dropdown-item:active {
2739
2739
  color: #fff;
2740
2740
  text-decoration: none;
2741
- background-color: #407ba0;
2741
+ background-color: rgb(64, 123, 160);
2742
2742
  }
2743
2743
  .bootstrap-4-backport .dropdown-item.disabled, .bootstrap-4-backport .dropdown-item:disabled {
2744
2744
  color: #adb5bd;
@@ -3051,8 +3051,8 @@ a > .bootstrap-4-backport code {
3051
3051
  }
3052
3052
  .bootstrap-4-backport .custom-control-input:checked ~ .custom-control-label::before {
3053
3053
  color: #fff;
3054
- border-color: #407ba0;
3055
- background-color: #407ba0;
3054
+ border-color: rgb(64, 123, 160);
3055
+ background-color: rgb(64, 123, 160);
3056
3056
  }
3057
3057
  .bootstrap-4-backport .custom-control-input:focus ~ .custom-control-label::before {
3058
3058
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.25);
@@ -3105,8 +3105,8 @@ a > .bootstrap-4-backport code {
3105
3105
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
3106
3106
  }
3107
3107
  .bootstrap-4-backport .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
3108
- border-color: #407ba0;
3109
- background-color: #407ba0;
3108
+ border-color: rgb(64, 123, 160);
3109
+ background-color: rgb(64, 123, 160);
3110
3110
  }
3111
3111
  .bootstrap-4-backport .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
3112
3112
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
@@ -3297,7 +3297,7 @@ a > .bootstrap-4-backport code {
3297
3297
  width: 1rem;
3298
3298
  height: 1rem;
3299
3299
  margin-top: -0.25rem;
3300
- background-color: #407ba0;
3300
+ background-color: rgb(64, 123, 160);
3301
3301
  border: 0;
3302
3302
  border-radius: 1rem;
3303
3303
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -3323,7 +3323,7 @@ a > .bootstrap-4-backport code {
3323
3323
  .bootstrap-4-backport .custom-range::-moz-range-thumb {
3324
3324
  width: 1rem;
3325
3325
  height: 1rem;
3326
- background-color: #407ba0;
3326
+ background-color: rgb(64, 123, 160);
3327
3327
  border: 0;
3328
3328
  border-radius: 1rem;
3329
3329
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -3352,7 +3352,7 @@ a > .bootstrap-4-backport code {
3352
3352
  margin-top: 0;
3353
3353
  margin-right: 0.2rem;
3354
3354
  margin-left: 0.2rem;
3355
- background-color: #407ba0;
3355
+ background-color: rgb(64, 123, 160);
3356
3356
  border: 0;
3357
3357
  border-radius: 1rem;
3358
3358
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -3464,7 +3464,7 @@ a > .bootstrap-4-backport code {
3464
3464
  .bootstrap-4-backport .nav-pills .nav-link.active,
3465
3465
  .bootstrap-4-backport .nav-pills .show > .nav-link {
3466
3466
  color: #fff;
3467
- background-color: #407ba0;
3467
+ background-color: rgb(64, 123, 160);
3468
3468
  }
3469
3469
  .bootstrap-4-backport .nav-fill > .nav-link,
3470
3470
  .bootstrap-4-backport .nav-fill .nav-item {
@@ -4094,7 +4094,7 @@ a > .bootstrap-4-backport code {
4094
4094
  padding: 0.5rem 0.75rem;
4095
4095
  margin-left: -1px;
4096
4096
  line-height: 1.25;
4097
- color: #407ba0;
4097
+ color: rgb(64, 123, 160);
4098
4098
  background-color: #fff;
4099
4099
  border: 1px solid #dee2e6;
4100
4100
  }
@@ -4122,8 +4122,8 @@ a > .bootstrap-4-backport code {
4122
4122
  .bootstrap-4-backport .page-item.active .page-link {
4123
4123
  z-index: 3;
4124
4124
  color: #fff;
4125
- background-color: #407ba0;
4126
- border-color: #407ba0;
4125
+ background-color: rgb(64, 123, 160);
4126
+ border-color: rgb(64, 123, 160);
4127
4127
  }
4128
4128
  .bootstrap-4-backport .page-item.disabled .page-link {
4129
4129
  color: #6c757d;
@@ -4193,7 +4193,7 @@ a.bootstrap-4-backport .badge:hover, a.bootstrap-4-backport .badge:focus {
4193
4193
  }
4194
4194
  .bootstrap-4-backport .badge-primary {
4195
4195
  color: #fff;
4196
- background-color: #407ba0;
4196
+ background-color: rgb(64, 123, 160);
4197
4197
  }
4198
4198
  a.bootstrap-4-backport .badge-primary:hover, a.bootstrap-4-backport .badge-primary:focus {
4199
4199
  color: #fff;
@@ -4448,7 +4448,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
4448
4448
  color: #fff;
4449
4449
  text-align: center;
4450
4450
  white-space: nowrap;
4451
- background-color: #407ba0;
4451
+ background-color: rgb(64, 123, 160);
4452
4452
  transition: width 0.6s ease;
4453
4453
  }
4454
4454
  @media (prefers-reduced-motion: reduce) {
@@ -4520,8 +4520,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
4520
4520
  .bootstrap-4-backport .list-group-item.active {
4521
4521
  z-index: 2;
4522
4522
  color: #fff;
4523
- background-color: #407ba0;
4524
- border-color: #407ba0;
4523
+ background-color: rgb(64, 123, 160);
4524
+ border-color: rgb(64, 123, 160);
4525
4525
  }
4526
4526
  .bootstrap-4-backport .list-group-item + .bootstrap-4-backport .list-group-item {
4527
4527
  border-top-width: 0;
@@ -5466,7 +5466,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
5466
5466
  vertical-align: text-top !important;
5467
5467
  }
5468
5468
  .bootstrap-4-backport .bg-primary {
5469
- background-color: #407ba0 !important;
5469
+ background-color: rgb(64, 123, 160) !important;
5470
5470
  }
5471
5471
  .bootstrap-4-backport a.bg-primary:hover, .bootstrap-4-backport a.bg-primary:focus,
5472
5472
  .bootstrap-4-backport button.bg-primary:hover,
@@ -5566,7 +5566,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
5566
5566
  border-left: 0 !important;
5567
5567
  }
5568
5568
  .bootstrap-4-backport .border-primary {
5569
- border-color: #407ba0 !important;
5569
+ border-color: rgb(64, 123, 160) !important;
5570
5570
  }
5571
5571
  .bootstrap-4-backport .border-secondary {
5572
5572
  border-color: #469285 !important;
@@ -8370,7 +8370,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
8370
8370
  color: #fff !important;
8371
8371
  }
8372
8372
  .bootstrap-4-backport .text-primary {
8373
- color: #407ba0 !important;
8373
+ color: rgb(64, 123, 160) !important;
8374
8374
  }
8375
8375
  .bootstrap-4-backport a.text-primary:hover, .bootstrap-4-backport a.text-primary:focus {
8376
8376
  color: #2a5169 !important;
@@ -8530,7 +8530,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
8530
8530
  }
8531
8531
  }
8532
8532
  .bootstrap-4-backport .alert-danger {
8533
- color: #666666;
8533
+ color: rgb(102, 102, 102);
8534
8534
  background-color: #f2dede;
8535
8535
  border-color: #ebcccc;
8536
8536
  }
@@ -9146,8 +9146,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9146
9146
  }
9147
9147
  .bootstrap-4-backport .btn-primary-500 {
9148
9148
  color: #fff;
9149
- background-color: #407ba0;
9150
- border-color: #407ba0;
9149
+ background-color: rgb(64, 123, 160);
9150
+ border-color: rgb(64, 123, 160);
9151
9151
  }
9152
9152
  .bootstrap-4-backport .btn-primary-500:hover {
9153
9153
  color: #fff;
@@ -9162,8 +9162,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9162
9162
  }
9163
9163
  .bootstrap-4-backport .btn-primary-500.disabled, .bootstrap-4-backport .btn-primary-500:disabled {
9164
9164
  color: #fff;
9165
- background-color: #407ba0;
9166
- border-color: #407ba0;
9165
+ background-color: rgb(64, 123, 160);
9166
+ border-color: rgb(64, 123, 160);
9167
9167
  }
9168
9168
  .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-500.dropdown-toggle {
9169
9169
  color: #fff;
@@ -9180,13 +9180,13 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9180
9180
  }
9181
9181
  .bootstrap-4-backport .btn-light-primary-500:hover {
9182
9182
  color: #fff;
9183
- background-color: #407ba0;
9184
- border-color: #407ba0;
9183
+ background-color: rgb(64, 123, 160);
9184
+ border-color: rgb(64, 123, 160);
9185
9185
  }
9186
9186
  .bootstrap-4-backport .btn-light-primary-500:focus, .bootstrap-4-backport .btn-light-primary-500.focus {
9187
9187
  color: #fff;
9188
- background-color: #407ba0;
9189
- border-color: #407ba0;
9188
+ background-color: rgb(64, 123, 160);
9189
+ border-color: rgb(64, 123, 160);
9190
9190
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9191
9191
  }
9192
9192
  .bootstrap-4-backport .btn-light-primary-500.disabled, .bootstrap-4-backport .btn-light-primary-500:disabled {
@@ -9203,27 +9203,27 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9203
9203
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9204
9204
  }
9205
9205
  .bootstrap-4-backport .btn-gray-primary-500 {
9206
- color: #407ba0;
9207
- border-color: #407ba0;
9206
+ color: rgb(64, 123, 160);
9207
+ border-color: rgb(64, 123, 160);
9208
9208
  background-color: #f9f9f9;
9209
9209
  border-color: #e3e3e3;
9210
9210
  }
9211
9211
  .bootstrap-4-backport .btn-gray-primary-500:hover {
9212
9212
  color: #fff;
9213
- background-color: #407ba0;
9214
- border-color: #407ba0;
9213
+ background-color: rgb(64, 123, 160);
9214
+ border-color: rgb(64, 123, 160);
9215
9215
  }
9216
9216
  .bootstrap-4-backport .btn-gray-primary-500:focus, .bootstrap-4-backport .btn-gray-primary-500.focus {
9217
9217
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9218
9218
  }
9219
9219
  .bootstrap-4-backport .btn-gray-primary-500.disabled, .bootstrap-4-backport .btn-gray-primary-500:disabled {
9220
- color: #407ba0;
9220
+ color: rgb(64, 123, 160);
9221
9221
  background-color: transparent;
9222
9222
  }
9223
9223
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle {
9224
9224
  color: #fff;
9225
- background-color: #407ba0;
9226
- border-color: #407ba0;
9225
+ background-color: rgb(64, 123, 160);
9226
+ border-color: rgb(64, 123, 160);
9227
9227
  }
9228
9228
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle:focus {
9229
9229
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
@@ -9232,7 +9232,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9232
9232
  color: #212529;
9233
9233
  background-color: rgba(255, 255, 255, 0);
9234
9234
  border-color: rgba(255, 255, 255, 0);
9235
- color: #407ba0;
9235
+ color: rgb(64, 123, 160);
9236
9236
  }
9237
9237
  .bootstrap-4-backport .btn-transparent-primary-500:hover {
9238
9238
  color: #212529;
@@ -9253,7 +9253,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9253
9253
  .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle {
9254
9254
  color: #212529;
9255
9255
  background-color: rgba(230, 230, 230, 0);
9256
- border-color: #407ba0;
9256
+ border-color: rgb(64, 123, 160);
9257
9257
  }
9258
9258
  .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle:focus {
9259
9259
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
@@ -9868,8 +9868,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9868
9868
  }
9869
9869
  .bootstrap-4-backport .btn-sds-primary {
9870
9870
  color: #fff;
9871
- background-color: #407ba0;
9872
- border-color: #407ba0;
9871
+ background-color: rgb(64, 123, 160);
9872
+ border-color: rgb(64, 123, 160);
9873
9873
  border-radius: 0px;
9874
9874
  font-weight: 900;
9875
9875
  }
@@ -9886,8 +9886,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9886
9886
  }
9887
9887
  .bootstrap-4-backport .btn-sds-primary.disabled, .bootstrap-4-backport .btn-sds-primary:disabled {
9888
9888
  color: #fff;
9889
- background-color: #407ba0;
9890
- border-color: #407ba0;
9889
+ background-color: rgb(64, 123, 160);
9890
+ border-color: rgb(64, 123, 160);
9891
9891
  }
9892
9892
  .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-sds-primary.dropdown-toggle {
9893
9893
  color: #fff;
@@ -9906,8 +9906,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9906
9906
  border-color: #dfe2e6;
9907
9907
  }
9908
9908
  .bootstrap-4-backport .btn-outline {
9909
- color: #407ba0;
9910
- border-color: #407ba0;
9909
+ color: rgb(64, 123, 160);
9910
+ border-color: rgb(64, 123, 160);
9911
9911
  border-radius: 0px;
9912
9912
  font-weight: 900;
9913
9913
  }
@@ -9920,7 +9920,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9920
9920
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9921
9921
  }
9922
9922
  .bootstrap-4-backport .btn-outline.disabled, .bootstrap-4-backport .btn-outline:disabled {
9923
- color: #407ba0;
9923
+ color: rgb(64, 123, 160);
9924
9924
  background-color: transparent;
9925
9925
  }
9926
9926
  .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-outline.dropdown-toggle {
@@ -9939,9 +9939,9 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9939
9939
  border-color: #dfe2e6;
9940
9940
  }
9941
9941
  .bootstrap-4-backport .btn-tertiary {
9942
- color: #407ba0;
9943
- border-color: #407ba0;
9944
- color: #407ba0;
9942
+ color: rgb(64, 123, 160);
9943
+ border-color: rgb(64, 123, 160);
9944
+ color: rgb(64, 123, 160);
9945
9945
  text-decoration: none;
9946
9946
  font-weight: 700;
9947
9947
  letter-spacing: 0.5px;
@@ -9958,7 +9958,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9958
9958
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9959
9959
  }
9960
9960
  .bootstrap-4-backport .btn-tertiary.disabled, .bootstrap-4-backport .btn-tertiary:disabled {
9961
- color: #407ba0;
9961
+ color: rgb(64, 123, 160);
9962
9962
  background-color: transparent;
9963
9963
  }
9964
9964
  .bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-tertiary.dropdown-toggle {
@@ -9993,12 +9993,12 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9993
9993
  margin-bottom: 0;
9994
9994
  }
9995
9995
  .bootstrap-4-backport .dropdown-menu a.dropdown-item:hover:not(.disabled) {
9996
- background: #407ba0;
9996
+ background: rgb(64, 123, 160);
9997
9997
  color: white !important;
9998
9998
  text-decoration: none;
9999
9999
  }
10000
10000
  .bootstrap-4-backport .dropdown-menu a.dropdown-item:hover:not(.disabled) * {
10001
- background: #407ba0;
10001
+ background: rgb(64, 123, 160);
10002
10002
  color: white !important;
10003
10003
  text-decoration: none;
10004
10004
  }
@@ -10078,14 +10078,10 @@ html#synapse\.org .bootstrap-4-backport .modal-header button.close {
10078
10078
  /* Document
10079
10079
  ========================================================================== */
10080
10080
  html {
10081
- font-family: sans-serif;
10082
- /* 1 */
10083
- line-height: 1.15;
10084
- /* 2 */
10085
- -ms-text-size-adjust: 100%;
10086
- /* 3 */
10087
- -webkit-text-size-adjust: 100%;
10088
- /* 3 */
10081
+ font-family: sans-serif; /* 1 */
10082
+ line-height: 1.15; /* 2 */
10083
+ -ms-text-size-adjust: 100%; /* 3 */
10084
+ -webkit-text-size-adjust: 100%; /* 3 */
10089
10085
  }
10090
10086
 
10091
10087
  /* Sections
@@ -10134,12 +10130,9 @@ figure {
10134
10130
  * 2. Show the overflow in Edge and IE.
10135
10131
  */
10136
10132
  hr {
10137
- box-sizing: content-box;
10138
- /* 1 */
10139
- height: 0;
10140
- /* 1 */
10141
- overflow: visible;
10142
- /* 2 */
10133
+ box-sizing: content-box; /* 1 */
10134
+ height: 0; /* 1 */
10135
+ overflow: visible; /* 2 */
10143
10136
  }
10144
10137
 
10145
10138
  /**
@@ -10147,10 +10140,8 @@ hr {
10147
10140
  * 2. Correct the odd `em` font sizing in all browsers.
10148
10141
  */
10149
10142
  pre {
10150
- font-family: monospace, monospace;
10151
- /* 1 */
10152
- font-size: 1em;
10153
- /* 2 */
10143
+ font-family: monospace, monospace; /* 1 */
10144
+ font-size: 1em; /* 2 */
10154
10145
  }
10155
10146
 
10156
10147
  /* Text-level semantics
@@ -10160,10 +10151,8 @@ pre {
10160
10151
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
10161
10152
  */
10162
10153
  a {
10163
- background-color: transparent;
10164
- /* 1 */
10165
- -webkit-text-decoration-skip: objects;
10166
- /* 2 */
10154
+ background-color: transparent; /* 1 */
10155
+ -webkit-text-decoration-skip: objects; /* 2 */
10167
10156
  }
10168
10157
 
10169
10158
  /**
@@ -10180,12 +10169,9 @@ a:hover {
10180
10169
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
10181
10170
  */
10182
10171
  abbr[title] {
10183
- border-bottom: none;
10184
- /* 1 */
10185
- text-decoration: underline;
10186
- /* 2 */
10187
- text-decoration: underline dotted;
10188
- /* 2 */
10172
+ border-bottom: none; /* 1 */
10173
+ text-decoration: underline; /* 2 */
10174
+ text-decoration: underline dotted; /* 2 */
10189
10175
  }
10190
10176
 
10191
10177
  /**
@@ -10211,10 +10197,8 @@ strong {
10211
10197
  code,
10212
10198
  kbd,
10213
10199
  samp {
10214
- font-family: monospace, monospace;
10215
- /* 1 */
10216
- font-size: 1em;
10217
- /* 2 */
10200
+ font-family: monospace, monospace; /* 1 */
10201
+ font-size: 1em; /* 2 */
10218
10202
  }
10219
10203
 
10220
10204
  /**
@@ -10322,8 +10306,7 @@ button,
10322
10306
  html [type=button],
10323
10307
  [type=reset],
10324
10308
  [type=submit] {
10325
- -webkit-appearance: button;
10326
- /* 2 */
10309
+ -webkit-appearance: button; /* 2 */
10327
10310
  }
10328
10311
 
10329
10312
  /**
@@ -10354,18 +10337,12 @@ button:-moz-focusring,
10354
10337
  * `fieldset` elements in all browsers.
10355
10338
  */
10356
10339
  legend {
10357
- box-sizing: border-box;
10358
- /* 1 */
10359
- color: inherit;
10360
- /* 2 */
10361
- display: table;
10362
- /* 1 */
10363
- max-width: 100%;
10364
- /* 1 */
10365
- padding: 0;
10366
- /* 3 */
10367
- white-space: normal;
10368
- /* 1 */
10340
+ box-sizing: border-box; /* 1 */
10341
+ color: inherit; /* 2 */
10342
+ display: table; /* 1 */
10343
+ max-width: 100%; /* 1 */
10344
+ padding: 0; /* 3 */
10345
+ white-space: normal; /* 1 */
10369
10346
  }
10370
10347
 
10371
10348
  /**
@@ -10373,10 +10350,8 @@ legend {
10373
10350
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
10374
10351
  */
10375
10352
  progress {
10376
- display: inline-block;
10377
- /* 1 */
10378
- vertical-align: baseline;
10379
- /* 2 */
10353
+ display: inline-block; /* 1 */
10354
+ vertical-align: baseline; /* 2 */
10380
10355
  }
10381
10356
 
10382
10357
  /**
@@ -10392,10 +10367,8 @@ textarea {
10392
10367
  */
10393
10368
  [type=checkbox],
10394
10369
  [type=radio] {
10395
- box-sizing: border-box;
10396
- /* 1 */
10397
- padding: 0;
10398
- /* 2 */
10370
+ box-sizing: border-box; /* 1 */
10371
+ padding: 0; /* 2 */
10399
10372
  }
10400
10373
 
10401
10374
  /**
@@ -10411,10 +10384,8 @@ textarea {
10411
10384
  * 2. Correct the outline style in Safari.
10412
10385
  */
10413
10386
  [type=search] {
10414
- -webkit-appearance: textfield;
10415
- /* 1 */
10416
- outline-offset: -2px;
10417
- /* 2 */
10387
+ -webkit-appearance: textfield; /* 1 */
10388
+ outline-offset: -2px; /* 2 */
10418
10389
  }
10419
10390
 
10420
10391
  /**
@@ -10430,10 +10401,8 @@ textarea {
10430
10401
  * 2. Change font properties to `inherit` in Safari.
10431
10402
  */
10432
10403
  ::-webkit-file-upload-button {
10433
- -webkit-appearance: button;
10434
- /* 1 */
10435
- font: inherit;
10436
- /* 2 */
10404
+ -webkit-appearance: button; /* 1 */
10405
+ font: inherit; /* 2 */
10437
10406
  }
10438
10407
 
10439
10408
  /*!
@@ -10556,7 +10525,6 @@ textarea {
10556
10525
  -webkit-animation-iteration-count: 1 !important;
10557
10526
  animation-iteration-count: 1 !important;
10558
10527
  }
10559
-
10560
10528
  .animate__animated[class*=Out] {
10561
10529
  opacity: 0;
10562
10530
  }
@@ -14217,8 +14185,7 @@ strong {
14217
14185
  */
14218
14186
  .hide-text {
14219
14187
  overflow: hidden;
14220
- padding: 0;
14221
- /* 1 */
14188
+ padding: 0; /* 1 */
14222
14189
  text-indent: 101%;
14223
14190
  white-space: nowrap;
14224
14191
  }
@@ -14359,7 +14326,7 @@ svg.SRC-hoverBox:hover:after {
14359
14326
  }
14360
14327
  .table .SRC-primary-text-color svg,
14361
14328
  .table .SRC-primary-text-color path {
14362
- fill: #407ba0;
14329
+ fill: rgb(64, 123, 160);
14363
14330
  }
14364
14331
  .table .SRC-primary-text-color .styled-svg-wrapper svg {
14365
14332
  width: 1em;
@@ -14630,8 +14597,7 @@ button.SRC-roundBorder {
14630
14597
  }
14631
14598
 
14632
14599
  .SRC-bar-border-bottom {
14633
- padding: 7px;
14634
- /*create more room around texts */
14600
+ padding: 7px; /*create more room around texts */
14635
14601
  border-bottom: 1px solid #dcdcdc;
14636
14602
  border-left: 1px solid #dcdcdc;
14637
14603
  border-right: 1px solid #dcdcdc;
@@ -14839,7 +14805,7 @@ div.SRC-logo-cursor * {
14839
14805
  height: fit-content;
14840
14806
  width: fit-content;
14841
14807
  cursor: pointer;
14842
- color: #407ba0;
14808
+ color: rgb(64, 123, 160);
14843
14809
  }
14844
14810
 
14845
14811
  .SRC-userImgSmall {
@@ -15007,7 +14973,6 @@ div.SRC-userImg {
15007
14973
  .SRC-grid-item {
15008
14974
  flex-basis: 32%;
15009
14975
  }
15010
-
15011
14976
  .SRC-grid-item.SRC-narrow-grid-item {
15012
14977
  flex-basis: 45%;
15013
14978
  }
@@ -15016,7 +14981,6 @@ div.SRC-userImg {
15016
14981
  .SRC-grid-item {
15017
14982
  flex-basis: 31%;
15018
14983
  }
15019
-
15020
14984
  .SRC-grid-item.SRC-narrow-grid-item {
15021
14985
  flex-basis: 45%;
15022
14986
  }
@@ -15025,7 +14989,6 @@ div.SRC-userImg {
15025
14989
  .SRC-grid-item {
15026
14990
  flex-basis: 30%;
15027
14991
  }
15028
-
15029
14992
  .SRC-grid-item.SRC-narrow-grid-item {
15030
14993
  flex-basis: 45%;
15031
14994
  }
@@ -15039,7 +15002,6 @@ div.SRC-userImg {
15039
15002
  .SRC-grid-item {
15040
15003
  flex-basis: 45%;
15041
15004
  }
15042
-
15043
15005
  .SRC-grid-item.SRC-narrow-grid-item {
15044
15006
  flex-basis: 100%;
15045
15007
  }
@@ -15498,7 +15460,7 @@ main .modal-body .dropdown-menu a:not(.btn),
15498
15460
  #rootPanel .secondary-links a:not(.btn),
15499
15461
  #rootPanel .markdown .secondary-links a:not(.btn),
15500
15462
  #rootPanel .modal-body .dropdown-menu a:not(.btn) {
15501
- color: #407ba0;
15463
+ color: rgb(64, 123, 160);
15502
15464
  text-decoration: none;
15503
15465
  font-weight: 700;
15504
15466
  letter-spacing: 0.5px;
@@ -15640,7 +15602,7 @@ main .modal-body .dropdown-menu a:not(.btn):link,
15640
15602
  #rootPanel .modal-body .dropdown-menu a:not(.btn):visited,
15641
15603
  #rootPanel .modal-body .dropdown-menu a:not(.btn):active,
15642
15604
  #rootPanel .modal-body .dropdown-menu a:not(.btn):link {
15643
- color: #407ba0;
15605
+ color: rgb(64, 123, 160);
15644
15606
  text-decoration: none;
15645
15607
  font-weight: 700;
15646
15608
  letter-spacing: 0.5px;
@@ -15875,7 +15837,7 @@ main .modal-body a:not(.btn),
15875
15837
  #rootPanel a.highlight-link:not(.btn),
15876
15838
  #rootPanel details > summary:not(.btn),
15877
15839
  #rootPanel .modal-body a:not(.btn) {
15878
- color: #407ba0;
15840
+ color: rgb(64, 123, 160);
15879
15841
  font-weight: 700;
15880
15842
  letter-spacing: 0.5px;
15881
15843
  text-decoration: underline;
@@ -15984,7 +15946,7 @@ main .modal-body a:not(.btn):link,
15984
15946
  #rootPanel .modal-body a:not(.btn):visited,
15985
15947
  #rootPanel .modal-body a:not(.btn):active,
15986
15948
  #rootPanel .modal-body a:not(.btn):link {
15987
- color: #407ba0;
15949
+ color: rgb(64, 123, 160);
15988
15950
  font-weight: 700;
15989
15951
  letter-spacing: 0.5px;
15990
15952
  text-decoration: underline;
@@ -16193,10 +16155,6 @@ main .MuiDrawer-root a:not(.btn).disabled:hover,
16193
16155
  #rootPanel .nav-tabs a:not(.btn).disabled:hover,
16194
16156
  #rootPanel .dropdown-menu a:not(.btn).disabled:hover,
16195
16157
  #rootPanel .MuiDrawer-root a:not(.btn).disabled:hover {
16196
- text-decoration: underline;
16197
- text-underline-offset: 4px;
16198
- text-decoration-thickness: 1px;
16199
- text-decoration-color: #d6d6d6;
16200
16158
  cursor: default;
16201
16159
  }
16202
16160
  main * a.ignoreLink:not(.btn),
@@ -16234,10 +16192,6 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
16234
16192
  .modal .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
16235
16193
  #rootPanel * a.ignoreLink:not(.btn).disabled:hover,
16236
16194
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover {
16237
- text-decoration: underline;
16238
- text-underline-offset: 4px;
16239
- text-decoration-thickness: 1px;
16240
- text-decoration-color: #d6d6d6;
16241
16195
  cursor: default;
16242
16196
  }
16243
16197
  main * a.ignoreLink:not(.btn):visited, main * a.ignoreLink:not(.btn):active, main * a.ignoreLink:not(.btn):link,
@@ -16315,10 +16269,6 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16315
16269
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):visited.disabled:hover,
16316
16270
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):active.disabled:hover,
16317
16271
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover {
16318
- text-decoration: underline;
16319
- text-underline-offset: 4px;
16320
- text-decoration-thickness: 1px;
16321
- text-decoration-color: #d6d6d6;
16322
16272
  cursor: default;
16323
16273
  }
16324
16274
 
@@ -16337,10 +16287,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16337
16287
  }
16338
16288
 
16339
16289
  .SRC-tag {
16340
- border: 1px solid #407ba0;
16290
+ border: 1px solid rgb(64, 123, 160);
16341
16291
  border-radius: 100px;
16342
16292
  padding: 5px 10px;
16343
- color: #407ba0;
16293
+ color: rgb(64, 123, 160);
16344
16294
  text-transform: uppercase;
16345
16295
  }
16346
16296
 
@@ -16356,7 +16306,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16356
16306
  .Icon-Plus path,
16357
16307
  .Icon-Minus path,
16358
16308
  .Icon-Copy.primary path {
16359
- fill: #407ba0;
16309
+ fill: rgb(64, 123, 160);
16360
16310
  }
16361
16311
 
16362
16312
  .Icon-Copy path {
@@ -16366,11 +16316,11 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16366
16316
  .SRC-java-icon path,
16367
16317
  .SRC-r-icon path,
16368
16318
  .SRC-python-icon path {
16369
- fill: #407ba0;
16319
+ fill: rgb(64, 123, 160);
16370
16320
  }
16371
16321
 
16372
16322
  .SRC-terminal-icon > rect.outer {
16373
- fill: #407ba0;
16323
+ fill: rgb(64, 123, 160);
16374
16324
  }
16375
16325
 
16376
16326
  .styled-svg-wrapper span {
@@ -16398,11 +16348,11 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16398
16348
  }
16399
16349
  .icon-list.themed path,
16400
16350
  .icon-list.themed circle {
16401
- fill: #407ba0;
16351
+ fill: rgb(64, 123, 160);
16402
16352
  }
16403
16353
  .icon-list.themed .icon-kinomics path,
16404
16354
  .icon-list.themed .icon-proteomics path {
16405
- stroke: #407ba0;
16355
+ stroke: rgb(64, 123, 160);
16406
16356
  fill: none;
16407
16357
  }
16408
16358
  .icon-list.themed.bg-circle .styled-svg-wrapper {
@@ -16415,7 +16365,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16415
16365
 
16416
16366
  .SRC-Sort-Icon-Active {
16417
16367
  padding: 2px;
16418
- background-color: #407ba0;
16368
+ background-color: rgb(64, 123, 160);
16419
16369
  }
16420
16370
  .SRC-Sort-Icon-Active path {
16421
16371
  fill: white;
@@ -16427,7 +16377,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16427
16377
  }
16428
16378
  .SRC-Sort-Icon-Inactive path,
16429
16379
  .Content-Copy-Icon path {
16430
- fill: #407ba0;
16380
+ fill: rgb(64, 123, 160);
16431
16381
  }
16432
16382
 
16433
16383
  svg.HelpButton {
@@ -16571,7 +16521,7 @@ svg.HelpButton {
16571
16521
  color: white;
16572
16522
  margin-top: 0px;
16573
16523
  margin-bottom: 0px;
16574
- background: #407ba0;
16524
+ background: rgb(64, 123, 160);
16575
16525
  }
16576
16526
  @media (min-width: 768px) {
16577
16527
  .SRC-portalCard.SRC-portalCardHeader {
@@ -16871,58 +16821,6 @@ svg.HelpButton {
16871
16821
  margin-right: 4px;
16872
16822
  }
16873
16823
 
16874
- .DownloadListTable .create-package-text {
16875
- font-size: 17px;
16876
- margin: 0px;
16877
- }
16878
- .DownloadListTable .download-list-table-top {
16879
- align-items: center;
16880
- height: 40px;
16881
- padding-left: 5px;
16882
- }
16883
- .DownloadListTable .download-list-table-top * {
16884
- color: white;
16885
- }
16886
- .DownloadListTable .btn {
16887
- margin-left: 15px;
16888
- }
16889
- .DownloadListTable .download-list-table td {
16890
- vertical-align: middle !important;
16891
- }
16892
-
16893
- .sort {
16894
- padding-left: 5px;
16895
- }
16896
-
16897
- .create-package-container {
16898
- display: flex;
16899
- padding: 8px;
16900
- flex-flow: row wrap;
16901
- align-items: center;
16902
- }
16903
- .create-package-container > :first-child {
16904
- flex: 3;
16905
- }
16906
- .create-package-container > :last-child {
16907
- flex: 5;
16908
- }
16909
- .create-package-container input {
16910
- padding: 8px;
16911
- }
16912
- .create-package-container svg {
16913
- margin-right: 8px;
16914
- }
16915
-
16916
- .zip-extension {
16917
- font-size: 18px;
16918
- color: #666666;
16919
- margin-left: 5px;
16920
- }
16921
-
16922
- .download-list-table td {
16923
- vertical-align: middle !important;
16924
- }
16925
-
16926
16824
  .has-access-tooltip-width {
16927
16825
  max-width: 250px;
16928
16826
  text-align: center;
@@ -16972,7 +16870,7 @@ svg.HelpButton {
16972
16870
  height: 3.6rem;
16973
16871
  line-height: 3.6rem;
16974
16872
  text-align: left;
16975
- color: #407ba0;
16873
+ color: rgb(64, 123, 160);
16976
16874
  background-color: #dcdcdc;
16977
16875
  border-left-color: #dcdcdc;
16978
16876
  }
@@ -16998,7 +16896,7 @@ svg.HelpButton {
16998
16896
  padding-left: 1.6rem;
16999
16897
  }
17000
16898
  .json-forms-menu ul .btn-link {
17001
- color: #407ba0;
16899
+ color: rgb(64, 123, 160);
17002
16900
  font-weight: bold;
17003
16901
  padding: 0;
17004
16902
  margin: 0;
@@ -17010,7 +16908,7 @@ svg.HelpButton {
17010
16908
  margin: 0 1.5rem 0 0;
17011
16909
  }
17012
16910
  .json-forms-menu ul .fa-check-circle {
17013
- color: #407ba0;
16911
+ color: rgb(64, 123, 160);
17014
16912
  }
17015
16913
  .json-forms-menu ul .fa-circle {
17016
16914
  border-radius: 50%;
@@ -17019,7 +16917,7 @@ svg.HelpButton {
17019
16917
  }
17020
16918
  .json-forms-menu ul .static .fa-circle {
17021
16919
  border: 1px solid #469285;
17022
- color: #407ba0;
16920
+ color: rgb(64, 123, 160);
17023
16921
  }
17024
16922
  .json-forms-menu ul .fa-exclamation-circle {
17025
16923
  color: #b2242a;
@@ -17100,7 +16998,7 @@ svg.HelpButton {
17100
16998
  color: #515359;
17101
16999
  }
17102
17000
  .SRC-ReactJsonForm .submission-header.submitted div {
17103
- color: #407ba0;
17001
+ color: rgb(64, 123, 160);
17104
17002
  font-weight: bold;
17105
17003
  text-transform: uppercase;
17106
17004
  }
@@ -17116,7 +17014,7 @@ svg.HelpButton {
17116
17014
  .SRC-ReactJsonForm .nav-link,
17117
17015
  .SRC-ReactJsonForm a.nav-link,
17118
17016
  .SRC-ReactJsonForm .nav-link > a {
17119
- color: #407ba0;
17017
+ color: rgb(64, 123, 160);
17120
17018
  font-weight: bold;
17121
17019
  cursor: pointer;
17122
17020
  }
@@ -17124,12 +17022,12 @@ svg.HelpButton {
17124
17022
  margin-left: 3px;
17125
17023
  }
17126
17024
  .SRC-ReactJsonForm .btn-action {
17127
- background-color: #407ba0;
17025
+ background-color: rgb(64, 123, 160);
17128
17026
  color: #fff;
17129
17027
  }
17130
17028
  .SRC-ReactJsonForm .btn-action:hover,
17131
17029
  .SRC-ReactJsonForm .btn-action:focus {
17132
- background-color: #407ba0;
17030
+ background-color: rgb(64, 123, 160);
17133
17031
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17134
17032
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17135
17033
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
@@ -17141,8 +17039,8 @@ svg.HelpButton {
17141
17039
  .SRC-ReactJsonForm .btn-success,
17142
17040
  .SRC-ReactJsonForm .btn-success:active,
17143
17041
  .SRC-ReactJsonForm .btn-success:focus {
17144
- background-color: #407ba0;
17145
- border-color: #407ba0;
17042
+ background-color: rgb(64, 123, 160);
17043
+ border-color: rgb(64, 123, 160);
17146
17044
  }
17147
17045
  .SRC-ReactJsonForm .padding-full {
17148
17046
  padding: 2rem;
@@ -17169,7 +17067,7 @@ svg.HelpButton {
17169
17067
  margin-bottom: calc(2.1rem * 3);
17170
17068
  }
17171
17069
  .SRC-ReactJsonForm .file-grid .file-table button.btn {
17172
- color: #407ba0;
17070
+ color: rgb(64, 123, 160);
17173
17071
  }
17174
17072
  .SRC-ReactJsonForm .file-grid .file-table .view-more {
17175
17073
  text-align: right;
@@ -17195,11 +17093,11 @@ svg.HelpButton {
17195
17093
  vertical-align: middle;
17196
17094
  }
17197
17095
  .SRC-ReactJsonForm .file-grid .file-table table a {
17198
- color: #407ba0;
17096
+ color: rgb(64, 123, 160);
17199
17097
  }
17200
17098
  .SRC-ReactJsonForm .file-grid .btn-large {
17201
17099
  color: #fff;
17202
- background-color: #407ba0;
17100
+ background-color: rgb(64, 123, 160);
17203
17101
  text-transform: uppercase;
17204
17102
  padding: 0.75rem 1.5rem;
17205
17103
  }
@@ -17226,7 +17124,7 @@ svg.HelpButton {
17226
17124
  top: 0;
17227
17125
  }
17228
17126
  .SRC-ReactJsonForm .notification-area {
17229
- color: #407ba0;
17127
+ color: rgb(64, 123, 160);
17230
17128
  font-style: italic;
17231
17129
  margin-bottom: 2.1rem;
17232
17130
  }
@@ -17279,7 +17177,7 @@ svg.HelpButton {
17279
17177
  height: calc(2.1rem * 2);
17280
17178
  }
17281
17179
  .SRC-ReactJsonForm .step-exclude-directions button.btn-link {
17282
- color: #407ba0;
17180
+ color: rgb(64, 123, 160);
17283
17181
  font-weight: 700;
17284
17182
  font-style: normal;
17285
17183
  text-transform: uppercase;
@@ -17301,7 +17199,7 @@ svg.HelpButton {
17301
17199
  }
17302
17200
  .SRC-ReactJsonForm input[type=checkbox]:checked + label::before,
17303
17201
  .SRC-ReactJsonForm input[type=checkbox]:checked + span::before {
17304
- color: #407ba0;
17202
+ color: rgb(64, 123, 160);
17305
17203
  }
17306
17204
  .SRC-ReactJsonForm .has-error .form-control {
17307
17205
  border-color: #c94281;
@@ -17401,7 +17299,7 @@ svg.HelpButton {
17401
17299
  .SRC-ReactJsonForm .array-item-toolbox button,
17402
17300
  .SRC-ReactJsonForm .array-item-toolbox button:hover {
17403
17301
  background-color: transparent;
17404
- color: #407ba0;
17302
+ color: rgb(64, 123, 160);
17405
17303
  border: none;
17406
17304
  box-shadow: none;
17407
17305
  cursor: pointer;
@@ -17409,7 +17307,7 @@ svg.HelpButton {
17409
17307
  text-align: right;
17410
17308
  }
17411
17309
  .SRC-ReactJsonForm .array-item-toolbox i.glyphicon {
17412
- background: #407ba0;
17310
+ background: rgb(64, 123, 160);
17413
17311
  color: white;
17414
17312
  font-weight: 100;
17415
17313
  margin-right: 1rem;
@@ -17429,7 +17327,7 @@ svg.HelpButton {
17429
17327
  }
17430
17328
  .SRC-ReactJsonForm .array-item-add button.btn-info.btn-add {
17431
17329
  background-color: transparent;
17432
- color: #407ba0;
17330
+ color: rgb(64, 123, 160);
17433
17331
  border: 1px solid #dcdcdc;
17434
17332
  padding: 2rem 3.3rem;
17435
17333
  text-align: right;
@@ -17440,7 +17338,7 @@ svg.HelpButton {
17440
17338
  content: "Add Data";
17441
17339
  }
17442
17340
  .SRC-ReactJsonForm .array-item-add i.glyphicon {
17443
- background-color: #407ba0;
17341
+ background-color: rgb(64, 123, 160);
17444
17342
  color: white;
17445
17343
  font-weight: 100;
17446
17344
  margin-right: 1rem;
@@ -17461,7 +17359,7 @@ svg.HelpButton {
17461
17359
  margin: 0 5px;
17462
17360
  }
17463
17361
  .SRC-ReactJsonForm .toggle-help .react-switch-bg {
17464
- background-color: #407ba0;
17362
+ background-color: rgb(64, 123, 160);
17465
17363
  }
17466
17364
  .SRC-ReactJsonForm .summary .scroll-area {
17467
17365
  height: 100%;
@@ -17505,7 +17403,6 @@ svg.HelpButton {
17505
17403
  nav {
17506
17404
  display: none !important;
17507
17405
  }
17508
-
17509
17406
  .SRC-ReactJsonForm .submission-header {
17510
17407
  display: none;
17511
17408
  }
@@ -17607,13 +17504,13 @@ svg.HelpButton {
17607
17504
  cursor: pointer;
17608
17505
  border-radius: 50%;
17609
17506
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
17610
- background-color: #407ba0;
17507
+ background-color: rgb(64, 123, 160);
17611
17508
  }
17612
17509
  .RangeSlider__track {
17613
17510
  position: absolute;
17614
17511
  height: 6px;
17615
17512
  z-index: 1;
17616
- background-color: #407ba0;
17513
+ background-color: rgb(64, 123, 160);
17617
17514
  border-radius: 3px;
17618
17515
  cursor: pointer;
17619
17516
  }
@@ -17866,7 +17763,7 @@ svg.HelpButton {
17866
17763
  margin: 1rem 0 4rem;
17867
17764
  }
17868
17765
  .AccessRequirementList__register-text-link {
17869
- color: #407ba0;
17766
+ color: rgb(64, 123, 160);
17870
17767
  }
17871
17768
  .AccessRequirementList__file-icon-container {
17872
17769
  padding-left: 25px;
@@ -17893,7 +17790,7 @@ svg.HelpButton {
17893
17790
  margin-right: 2rem;
17894
17791
  }
17895
17792
  .AccessRequirementList .accept-button {
17896
- background-color: #407ba0;
17793
+ background-color: rgb(64, 123, 160);
17897
17794
  padding: 10px 70px 10px 70px;
17898
17795
  color: white;
17899
17796
  }
@@ -17903,12 +17800,12 @@ svg.HelpButton {
17903
17800
  align-content: center;
17904
17801
  justify-content: center;
17905
17802
  text-align: center;
17906
- color: #407ba0;
17803
+ color: rgb(64, 123, 160);
17907
17804
  display: inline;
17908
17805
  }
17909
17806
  .AccessRequirementList .get-access-requirement-button {
17910
17807
  margin-left: 10px;
17911
- background-color: #407ba0;
17808
+ background-color: rgb(64, 123, 160);
17912
17809
  color: white;
17913
17810
  }
17914
17811
  .AccessRequirementList .check-mark-container {
@@ -17929,7 +17826,7 @@ svg.HelpButton {
17929
17826
  background-color: orange;
17930
17827
  }
17931
17828
  .AccessRequirementList .check-mark-container.green {
17932
- background-color: #27a745;
17829
+ background-color: rgb(39, 167, 69);
17933
17830
  }
17934
17831
  .AccessRequirementList .AcceptRequirementsMarkdown {
17935
17832
  padding-right: 15px;
@@ -18096,71 +17993,6 @@ svg.HelpButton {
18096
17993
  border-radius: 2px;
18097
17994
  }
18098
17995
 
18099
- .Download-Link {
18100
- position: relative;
18101
- display: inline-block;
18102
- }
18103
- .Download-Link .icon-container {
18104
- background-color: #407ba0;
18105
- border-radius: 50%;
18106
- width: 30px;
18107
- height: 30px;
18108
- padding: 20px;
18109
- display: inline-flex;
18110
- align-items: center;
18111
- justify-content: center;
18112
- vertical-align: middle;
18113
- }
18114
- .Download-Link .icon-container * {
18115
- color: white;
18116
- }
18117
- .Download-Link .download-size {
18118
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
18119
- background-color: green;
18120
- text-align: center;
18121
- position: absolute;
18122
- width: 30px;
18123
- height: 18px;
18124
- color: white;
18125
- border-radius: 8px;
18126
- }
18127
- .Download-Link .download-size.position-by-button {
18128
- top: 7px;
18129
- right: -8px;
18130
- }
18131
- .Download-Link .download-size.position-by-anchor {
18132
- top: -20px;
18133
- right: -10px;
18134
- }
18135
-
18136
- .download-list-modal-container .DownloadListTable {
18137
- padding: 20px;
18138
- max-height: 700px;
18139
- overflow: auto;
18140
- }
18141
- .download-list-modal-container .DownloadListTable table {
18142
- position: relative;
18143
- }
18144
- .download-list-modal-container .DownloadListTable table th {
18145
- top: 0px;
18146
- position: sticky;
18147
- z-index: 12;
18148
- }
18149
- .download-list-modal-container .create-package-container {
18150
- border-top: 1px solid #dcdcdc;
18151
- }
18152
-
18153
- .page-progress button,
18154
- .page-progress button:active,
18155
- .page-progress button:focus,
18156
- .page-progress button:active:focus, .terms-conditions .view-terms a,
18157
- .terms-conditions .view-terms a:active:focus {
18158
- border: 0;
18159
- outline: none;
18160
- box-shadow: none;
18161
- border-radius: 2px;
18162
- }
18163
-
18164
17996
  .TotalQueryResults {
18165
17997
  color: #1a1c29;
18166
17998
  background: unset;
@@ -18454,7 +18286,7 @@ svg.HelpButton {
18454
18286
  height: 45px;
18455
18287
  }
18456
18288
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
18457
- background-color: #407ba0;
18289
+ background-color: rgb(64, 123, 160);
18458
18290
  }
18459
18291
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
18460
18292
  grid-row: 1/span 100;
@@ -18606,7 +18438,7 @@ svg.HelpButton {
18606
18438
  }
18607
18439
  .QueryWrapperSearchInput__searchbar:focus-within,
18608
18440
  .QueryWrapperSqlEditorInput__searchbar:focus-within {
18609
- outline-color: #407ba0;
18441
+ outline-color: rgb(64, 123, 160);
18610
18442
  outline-style: auto;
18611
18443
  outline-width: 5px;
18612
18444
  }
@@ -18718,20 +18550,20 @@ svg.HelpButton {
18718
18550
  line-height: 0px;
18719
18551
  }
18720
18552
  .ElementWithTooltip svg path {
18721
- fill: #407ba0;
18553
+ fill: rgb(64, 123, 160);
18722
18554
  }
18723
18555
  .ElementWithTooltip:hover svg,
18724
18556
  .ElementWithTooltip:hover path {
18725
18557
  fill: #fff;
18726
18558
  }
18727
18559
  .ElementWithTooltip.dark-theme svg {
18728
- fill: #407ba0;
18729
- color: #407ba0 !important;
18560
+ fill: rgb(64, 123, 160);
18561
+ color: rgb(64, 123, 160) !important;
18730
18562
  width: 18px;
18731
18563
  height: 18px;
18732
18564
  }
18733
18565
  .ElementWithTooltip.dark-theme svg path {
18734
- fill: #407ba0;
18566
+ fill: rgb(64, 123, 160);
18735
18567
  }
18736
18568
  .ElementWithTooltip.dark-theme:hover svg,
18737
18569
  .ElementWithTooltip.dark-theme:hover path {
@@ -18739,7 +18571,7 @@ svg.HelpButton {
18739
18571
  }
18740
18572
 
18741
18573
  .show .ElementWithTooltip.dark-theme svg {
18742
- fill: #407ba0;
18574
+ fill: rgb(64, 123, 160);
18743
18575
  color: white !important;
18744
18576
  }
18745
18577
  .show .ElementWithTooltip.dark-theme svg path {
@@ -18765,12 +18597,12 @@ button.ElementWithTooltip:active:focus, button.ElementWithTooltip:focus {
18765
18597
  fill: white;
18766
18598
  }
18767
18599
  .show button svg .SRC-primary-stroke-color, button:hover .SRC-primary-stroke-color {
18768
- fill: #407ba0 !important;
18600
+ fill: rgb(64, 123, 160) !important;
18769
18601
  stroke: white !important;
18770
18602
  }
18771
18603
 
18772
18604
  button:hover .SRC-column-light-theme .SRC-light-column {
18773
- fill: #407ba0 !important;
18605
+ fill: rgb(64, 123, 160) !important;
18774
18606
  stroke: white !important;
18775
18607
  }
18776
18608
 
@@ -19088,7 +18920,7 @@ input[type=radio] + span {
19088
18920
  color: #ababac;
19089
18921
  }
19090
18922
  .EnumFacetFilter__search input:focus {
19091
- outline-color: #407ba0;
18923
+ outline-color: rgb(64, 123, 160);
19092
18924
  }
19093
18925
  .EnumFacetFilter__search button {
19094
18926
  position: absolute;
@@ -19251,10 +19083,10 @@ input[type=radio] + span {
19251
19083
  width: 100%;
19252
19084
  margin: 10px 0 0 0;
19253
19085
  padding: 0;
19254
- color: #407ba0 !important;
19086
+ color: rgb(64, 123, 160) !important;
19255
19087
  }
19256
19088
  .EnumFacetFilter__showMoreFacetsBtn:hover {
19257
- color: #407ba0 !important;
19089
+ color: rgb(64, 123, 160) !important;
19258
19090
  text-decoration: underline;
19259
19091
  }
19260
19092
  .EnumFacetFilter__showMoreFacetsCount {
@@ -19269,7 +19101,7 @@ input[type=radio] + span {
19269
19101
  margin-top: 10px;
19270
19102
  }
19271
19103
  .EnumFacetFilter button {
19272
- color: #407ba0;
19104
+ color: rgb(64, 123, 160);
19273
19105
  }
19274
19106
 
19275
19107
  .EnumFacetFilter.EnumFacetFilterSelect.dropdown button.dropdown-toggle {
@@ -19400,7 +19232,7 @@ input[type=radio] + span {
19400
19232
  }
19401
19233
  .Goals__Card__header {
19402
19234
  min-height: 75px;
19403
- background: #407ba0;
19235
+ background: rgb(64, 123, 160);
19404
19236
  background-size: cover !important;
19405
19237
  background-repeat: no-repeat !important;
19406
19238
  display: flex;
@@ -19435,8 +19267,8 @@ input[type=radio] + span {
19435
19267
  margin-left: 0px;
19436
19268
  }
19437
19269
  .Goals__Mobile__Header__Count {
19438
- border: 1px solid #407ba0;
19439
- color: #407ba0;
19270
+ border: 1px solid rgb(64, 123, 160);
19271
+ color: rgb(64, 123, 160);
19440
19272
  border-radius: 50%;
19441
19273
  min-height: 50px;
19442
19274
  min-width: 50px;
@@ -19497,7 +19329,7 @@ input[type=radio] + span {
19497
19329
  cursor: pointer;
19498
19330
  border: 1px solid transparent;
19499
19331
  border-radius: 24px;
19500
- background-color: #407ba0;
19332
+ background-color: rgb(64, 123, 160);
19501
19333
  color: white;
19502
19334
  }
19503
19335
 
@@ -19536,13 +19368,13 @@ input[type=radio] + span {
19536
19368
  flex-wrap: wrap;
19537
19369
  }
19538
19370
  .Feed .FeedItems .FeedItem .FeedItemCategories .FeedItemCategory {
19539
- border: 1px solid #407ba0;
19371
+ border: 1px solid rgb(64, 123, 160);
19540
19372
  display: inline-flex;
19541
19373
  align-content: flex-start;
19542
19374
  border-radius: 100px;
19543
19375
  padding: 5px 20px;
19544
19376
  text-transform: uppercase;
19545
- color: #407ba0;
19377
+ color: rgb(64, 123, 160);
19546
19378
  margin-right: 5px;
19547
19379
  margin-bottom: 5px;
19548
19380
  font-size: 12px;
@@ -19622,7 +19454,7 @@ input[type=radio] + span {
19622
19454
  background-color: rgba(64, 123, 160, 0.05);
19623
19455
  }
19624
19456
  .Resources a {
19625
- color: #407ba0;
19457
+ color: rgb(64, 123, 160);
19626
19458
  }
19627
19459
  .Resources .control-container {
19628
19460
  background: white;
@@ -19649,9 +19481,9 @@ input[type=radio] + span {
19649
19481
  flex-shrink: 1;
19650
19482
  }
19651
19483
  .Resources .control-container .button-container button.isSelected, .Resources .control-container .button-container button:not(.gap-fill):hover {
19652
- color: #407ba0;
19484
+ color: rgb(64, 123, 160);
19653
19485
  background-color: rgba(64, 123, 160, 0.04);
19654
- border-right: 2px solid #407ba0;
19486
+ border-right: 2px solid rgb(64, 123, 160);
19655
19487
  }
19656
19488
  .Resources .control-container .button-container .gap-fill {
19657
19489
  max-height: unset;
@@ -19718,7 +19550,7 @@ input[type=radio] + span {
19718
19550
  .UserCardListRotate .UserCardListRotate__summary .UserCardListRotate__summary__link {
19719
19551
  border-radius: 24px;
19720
19552
  padding: 10px 24px;
19721
- background-color: #407ba0;
19553
+ background-color: rgb(64, 123, 160);
19722
19554
  color: #fff;
19723
19555
  font-size: 16px;
19724
19556
  display: inline-block;
@@ -19985,7 +19817,7 @@ input[type=radio] + span {
19985
19817
  }
19986
19818
  .Programs__Card__header {
19987
19819
  min-height: 75px;
19988
- background: #407ba0;
19820
+ background: rgb(64, 123, 160);
19989
19821
  display: flex;
19990
19822
  align-items: center;
19991
19823
  }
@@ -20045,7 +19877,7 @@ input[type=radio] + span {
20045
19877
  }
20046
19878
 
20047
19879
  .UserCardListGroups a {
20048
- color: #407ba0;
19880
+ color: rgb(64, 123, 160);
20049
19881
  }
20050
19882
  .UserCardListGroups__Desktop .control-container {
20051
19883
  background: white;
@@ -20073,9 +19905,9 @@ input[type=radio] + span {
20073
19905
  flex-shrink: 1;
20074
19906
  }
20075
19907
  .UserCardListGroups__Desktop .control-container .button-container button.isSelected, .UserCardListGroups__Desktop .control-container .button-container button:not(.gap-fill):hover {
20076
- color: #407ba0;
19908
+ color: rgb(64, 123, 160);
20077
19909
  background-color: rgba(64, 123, 160, 0.04);
20078
- border-right: 2px solid #407ba0;
19910
+ border-right: 2px solid rgb(64, 123, 160);
20079
19911
  }
20080
19912
  .UserCardListGroups__Desktop .control-container .button-container .gap-fill {
20081
19913
  max-height: unset;
@@ -20190,13 +20022,13 @@ input[type=radio] + span {
20190
20022
  grid-column-start: remove-button;
20191
20023
  }
20192
20024
  .evaluation-round-editor .advanced-limits-grid .remove-button svg {
20193
- fill: #407ba0;
20025
+ fill: rgb(64, 123, 160);
20194
20026
  }
20195
20027
  .evaluation-round-editor .advanced-limits-grid .add-button {
20196
20028
  grid-column-start: add-button;
20197
20029
  }
20198
20030
  .evaluation-round-editor .advanced-limits-grid .add-button svg {
20199
- fill: #407ba0;
20031
+ fill: rgb(64, 123, 160);
20200
20032
  }
20201
20033
 
20202
20034
  .evaluation-round-editor-list .evaluation-round-editor {
@@ -20294,7 +20126,7 @@ input[type=radio] + span {
20294
20126
  .PersonalAccessTokenCard {
20295
20127
  display: inline-flex;
20296
20128
  align-items: center;
20297
- border: 1px solid #dddddf;
20129
+ border: 1px solid rgb(221, 221, 223);
20298
20130
  justify-content: space-between;
20299
20131
  margin: 7px;
20300
20132
  height: 110px;
@@ -20591,13 +20423,13 @@ input[type=radio] + span {
20591
20423
  width: 16px;
20592
20424
  height: 16px;
20593
20425
  background: none;
20594
- border: 1px solid #407ba0;
20426
+ border: 1px solid rgb(64, 123, 160);
20595
20427
  }
20596
20428
  .SRC-Carousel .BrainhubCarousel__dots .BrainhubCarousel__dot--selected::before {
20597
20429
  width: 16px;
20598
20430
  height: 16px;
20599
- background-color: #407ba0;
20600
- border: 1px solid #407ba0;
20431
+ background-color: rgb(64, 123, 160);
20432
+ border: 1px solid rgb(64, 123, 160);
20601
20433
  }
20602
20434
 
20603
20435
  .terms-conditions .view-terms a,
@@ -20638,7 +20470,7 @@ input[type=radio] + span {
20638
20470
  background: rgba(22, 75, 110, 0.05);
20639
20471
  }
20640
20472
  .SynapseHomepage .SearchLinkBar {
20641
- background: #40769a;
20473
+ background: rgb(64, 118, 154);
20642
20474
  padding-top: 15px;
20643
20475
  padding-bottom: 15px;
20644
20476
  }
@@ -21044,7 +20876,6 @@ input[type=radio] + span {
21044
20876
  background: #fff url("https://s3.amazonaws.com/static.synapse.org/images/SynapseMobileLogInFull.svg") 50% 50%;
21045
20877
  background-size: contain;
21046
20878
  }
21047
-
21048
20879
  .login-panel-wrapper {
21049
20880
  background: transparent none;
21050
20881
  }
@@ -21101,14 +20932,14 @@ input[type=radio] + span {
21101
20932
  }
21102
20933
  .EntityFinder__Search .SearchIcon {
21103
20934
  position: relative;
21104
- left: 22px;
20935
+ left: 27px;
21105
20936
  top: 1px;
21106
20937
  }
21107
20938
  .EntityFinder__Search .ClearSearchIcon {
21108
- color: #407ba0;
20939
+ color: rgb(64, 123, 160);
21109
20940
  cursor: pointer;
21110
20941
  position: relative;
21111
- left: -20px;
20942
+ left: -30px;
21112
20943
  margin-right: -8px;
21113
20944
  }
21114
20945
  .EntityFinder__Search button.btn {
@@ -21170,7 +21001,7 @@ input[type=radio] + span {
21170
21001
  }
21171
21002
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21172
21003
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21173
- border-left: 3px solid #407ba0;
21004
+ border-left: 3px solid rgb(64, 123, 160);
21174
21005
  border-right: none;
21175
21006
  background-color: transparent;
21176
21007
  }
@@ -21206,15 +21037,15 @@ input[type=radio] + span {
21206
21037
 
21207
21038
  .EntityFinder__Search .SearchIcon {
21208
21039
  position: relative;
21209
- left: 22px;
21040
+ left: 27px;
21210
21041
  top: 1px;
21211
21042
  }
21212
21043
 
21213
21044
  .EntityFinder__Search .ClearSearchIcon {
21214
- color: #407ba0;
21045
+ color: rgb(64, 123, 160);
21215
21046
  cursor: pointer;
21216
21047
  position: relative;
21217
- left: -20px;
21048
+ left: -30px;
21218
21049
  margin-right: -8px;
21219
21050
  }
21220
21051
 
@@ -21289,7 +21120,7 @@ input[type=radio] + span {
21289
21120
 
21290
21121
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21291
21122
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21292
- border-left: 3px solid #407ba0;
21123
+ border-left: 3px solid rgb(64, 123, 160);
21293
21124
  border-right: none;
21294
21125
  background-color: transparent;
21295
21126
  }
@@ -21469,7 +21300,7 @@ input[type=radio] + span {
21469
21300
  background-color: #ffffff;
21470
21301
  position: relative;
21471
21302
  box-sizing: border-box;
21472
- font-size: 16px;
21303
+ font-size: 14px;
21473
21304
  }
21474
21305
  .DetailsViewTable--disabled {
21475
21306
  opacity: 0.7;
@@ -21866,6 +21697,31 @@ input[type=radio] + span {
21866
21697
  .EntityFinderDetailsViewRow[aria-hidden=true] {
21867
21698
  display: none;
21868
21699
  }
21700
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink {
21701
+ color: rgb(64, 123, 160);
21702
+ text-decoration: none;
21703
+ font-weight: 700;
21704
+ letter-spacing: 0.5px;
21705
+ }
21706
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink:hover {
21707
+ text-decoration: underline;
21708
+ text-underline-offset: 4px;
21709
+ text-decoration-thickness: 2px;
21710
+ text-decoration-color: #2a678d;
21711
+ }
21712
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink.disabled {
21713
+ color: #aeb5bc;
21714
+ }
21715
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink.disabled:hover {
21716
+ text-decoration: underline;
21717
+ text-underline-offset: 4px;
21718
+ text-decoration-thickness: 1px;
21719
+ text-decoration-color: #d6d6d6;
21720
+ cursor: default;
21721
+ }
21722
+ .EntityFinderDetailsViewRow .EntityFinderTableCellEntityIcon svg {
21723
+ width: 20px;
21724
+ }
21869
21725
 
21870
21726
  .terms-conditions .view-terms a,
21871
21727
  .terms-conditions .view-terms a:active:focus, .page-progress button,
@@ -21898,15 +21754,15 @@ input[type=radio] + span {
21898
21754
 
21899
21755
  .EntityFinder__Search .SearchIcon {
21900
21756
  position: relative;
21901
- left: 22px;
21757
+ left: 27px;
21902
21758
  top: 1px;
21903
21759
  }
21904
21760
 
21905
21761
  .EntityFinder__Search .ClearSearchIcon {
21906
- color: #407ba0;
21762
+ color: rgb(64, 123, 160);
21907
21763
  cursor: pointer;
21908
21764
  position: relative;
21909
- left: -20px;
21765
+ left: -30px;
21910
21766
  margin-right: -8px;
21911
21767
  }
21912
21768
 
@@ -21981,7 +21837,7 @@ input[type=radio] + span {
21981
21837
 
21982
21838
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21983
21839
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21984
- border-left: 3px solid #407ba0;
21840
+ border-left: 3px solid rgb(64, 123, 160);
21985
21841
  border-right: none;
21986
21842
  background-color: transparent;
21987
21843
  }
@@ -22087,15 +21943,15 @@ input[type=radio] + span {
22087
21943
 
22088
21944
  .EntityFinder__Search .SearchIcon {
22089
21945
  position: relative;
22090
- left: 22px;
21946
+ left: 27px;
22091
21947
  top: 1px;
22092
21948
  }
22093
21949
 
22094
21950
  .EntityFinder__Search .ClearSearchIcon {
22095
- color: #407ba0;
21951
+ color: rgb(64, 123, 160);
22096
21952
  cursor: pointer;
22097
21953
  position: relative;
22098
- left: -20px;
21954
+ left: -30px;
22099
21955
  margin-right: -8px;
22100
21956
  }
22101
21957
 
@@ -22170,7 +22026,7 @@ input[type=radio] + span {
22170
22026
 
22171
22027
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22172
22028
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22173
- border-left: 3px solid #407ba0;
22029
+ border-left: 3px solid rgb(64, 123, 160);
22174
22030
  border-right: none;
22175
22031
  background-color: transparent;
22176
22032
  }
@@ -22183,7 +22039,7 @@ input[type=radio] + span {
22183
22039
  font-size: 18px;
22184
22040
  }
22185
22041
  .TreeView.BrowseTree .Node[aria-disabled=false][aria-selected=false] > .EntityName {
22186
- color: #407ba0;
22042
+ color: rgb(64, 123, 160);
22187
22043
  text-decoration: none;
22188
22044
  font-weight: 700;
22189
22045
  letter-spacing: 0.5px;
@@ -22243,15 +22099,15 @@ input[type=radio] + span {
22243
22099
 
22244
22100
  .EntityFinder__Search .SearchIcon {
22245
22101
  position: relative;
22246
- left: 22px;
22102
+ left: 27px;
22247
22103
  top: 1px;
22248
22104
  }
22249
22105
 
22250
22106
  .EntityFinder__Search .ClearSearchIcon {
22251
- color: #407ba0;
22107
+ color: rgb(64, 123, 160);
22252
22108
  cursor: pointer;
22253
22109
  position: relative;
22254
- left: -20px;
22110
+ left: -30px;
22255
22111
  margin-right: -8px;
22256
22112
  }
22257
22113
 
@@ -22326,7 +22182,7 @@ input[type=radio] + span {
22326
22182
 
22327
22183
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22328
22184
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22329
- border-left: 3px solid #407ba0;
22185
+ border-left: 3px solid rgb(64, 123, 160);
22330
22186
  border-right: none;
22331
22187
  background-color: transparent;
22332
22188
  }
@@ -22350,7 +22206,10 @@ input[type=radio] + span {
22350
22206
  .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon {
22351
22207
  text-align: center;
22352
22208
  grid-column: icon/span 1;
22353
- margin-bottom: 3px;
22209
+ margin: 2px 3px 1px 3px;
22210
+ }
22211
+ .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon svg {
22212
+ width: 15px;
22354
22213
  }
22355
22214
  .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true] {
22356
22215
  background: #8ab4ad;
@@ -22397,15 +22256,15 @@ input[type=radio] + span {
22397
22256
 
22398
22257
  .EntityFinder__Search .SearchIcon {
22399
22258
  position: relative;
22400
- left: 22px;
22259
+ left: 27px;
22401
22260
  top: 1px;
22402
22261
  }
22403
22262
 
22404
22263
  .EntityFinder__Search .ClearSearchIcon {
22405
- color: #407ba0;
22264
+ color: rgb(64, 123, 160);
22406
22265
  cursor: pointer;
22407
22266
  position: relative;
22408
- left: -20px;
22267
+ left: -30px;
22409
22268
  margin-right: -8px;
22410
22269
  }
22411
22270
 
@@ -22480,7 +22339,7 @@ input[type=radio] + span {
22480
22339
 
22481
22340
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22482
22341
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22483
- border-left: 3px solid #407ba0;
22342
+ border-left: 3px solid rgb(64, 123, 160);
22484
22343
  border-right: none;
22485
22344
  background-color: transparent;
22486
22345
  }
@@ -22495,7 +22354,7 @@ input[type=radio] + span {
22495
22354
  overflow-x: auto;
22496
22355
  }
22497
22356
  .Breadcrumbs .BreadcrumbItem {
22498
- color: #407ba0;
22357
+ color: rgb(64, 123, 160);
22499
22358
  text-decoration: none;
22500
22359
  font-weight: 700;
22501
22360
  letter-spacing: 0.5px;
@@ -22552,18 +22411,20 @@ input[type=radio] + span {
22552
22411
  .EntityFinderSelectionPane__Row {
22553
22412
  display: flex;
22554
22413
  align-items: center;
22555
- margin-bottom: 5px;
22414
+ margin: 5px 0px;
22556
22415
  }
22557
22416
  .EntityFinderSelectionPane__Row .EntityIcon {
22558
- margin: 10px 10px 10px 0px;
22559
- width: 15px;
22417
+ margin-right: 5px;
22418
+ }
22419
+ .EntityFinderSelectionPane__Row .EntityIcon svg {
22420
+ width: 18px;
22560
22421
  }
22561
22422
  .EntityFinderSelectionPane__Row__EntityName {
22562
22423
  font-weight: bold;
22563
22424
  margin-right: 10px;
22564
22425
  }
22565
22426
  .EntityFinderSelectionPane__Row__DeselectButton {
22566
- color: #407ba0;
22427
+ color: rgb(64, 123, 160);
22567
22428
  cursor: pointer;
22568
22429
  }
22569
22430
 
@@ -22584,9 +22445,9 @@ input[type=radio] + span {
22584
22445
  flex-direction: row-reverse;
22585
22446
  }
22586
22447
  .EntityBadge__Badge {
22587
- margin: 2px;
22588
- max-width: 10px;
22589
- max-height: 10px;
22448
+ margin: 1px;
22449
+ max-width: 16px;
22450
+ max-height: 16px;
22590
22451
  }
22591
22452
  .EntityBadge__Badge.Unlink {
22592
22453
  color: #c94281;
@@ -23047,12 +22908,30 @@ table.DownloadListTableV2 td {
23047
22908
  margin-left: -25px;
23048
22909
  }
23049
22910
 
22911
+ .DownloadListActionsRequired {
22912
+ padding-top: 40px;
22913
+ }
22914
+
23050
22915
  .actionRequiredCard {
23051
22916
  display: grid;
23052
22917
  padding: 20px 35px;
23053
22918
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
23054
22919
  grid-template-columns: 160px auto 160px;
23055
22920
  }
22921
+ .actionRequiredCard.RequestDownloadCart {
22922
+ grid-template-columns: 160px auto 200px;
22923
+ }
22924
+ .actionRequiredCard.RequestDownloadCart .iconImg {
22925
+ margin-top: 10px;
22926
+ margin-left: 30px;
22927
+ }
22928
+ .actionRequiredCard.RequestDownloadCart .contactAdminNote {
22929
+ color: #878e95;
22930
+ text-align: center;
22931
+ }
22932
+ .actionRequiredCard .title {
22933
+ margin-bottom: 5px;
22934
+ }
23056
22935
  .actionRequiredCard .metadata,
23057
22936
  .actionRequiredCard .startButtonContainer {
23058
22937
  align-self: center;
@@ -23063,7 +22942,10 @@ table.DownloadListTableV2 td {
23063
22942
  line-height: 40px;
23064
22943
  }
23065
22944
  .actionRequiredCard .fileCount {
23066
- font-weight: bold;
22945
+ color: #878e95;
22946
+ }
22947
+ .actionRequiredCard .description {
22948
+ margin-right: 10px;
23067
22949
  }
23068
22950
  .actionRequiredCard .startButton {
23069
22951
  width: 100%;
@@ -23466,10 +23348,6 @@ table.DownloadListTableV2 td {
23466
23348
  color: #aeb5bc;
23467
23349
  }
23468
23350
  .SynapseNavContentDrawer .createProjectLink.disabled:hover {
23469
- text-decoration: underline;
23470
- text-underline-offset: 4px;
23471
- text-decoration-thickness: 1px;
23472
- text-decoration-color: #d6d6d6;
23473
23351
  cursor: default;
23474
23352
  }
23475
23353
 
@@ -23770,7 +23648,7 @@ table.DownloadListTableV2 td {
23770
23648
  padding: 10px 25px;
23771
23649
  }
23772
23650
  .ObservationCard__time svg {
23773
- color: #407ba0;
23651
+ color: rgb(64, 123, 160);
23774
23652
  padding-bottom: 4px;
23775
23653
  margin-right: 5px;
23776
23654
  }
@@ -24613,10 +24491,6 @@ input[type=radio] + span {
24613
24491
  color: #aeb5bc;
24614
24492
  }
24615
24493
  .ReviewerDashboard .Tabs .Tab.disabled:hover {
24616
- text-decoration: underline;
24617
- text-underline-offset: 4px;
24618
- text-decoration-thickness: 1px;
24619
- text-decoration-color: #d6d6d6;
24620
24494
  cursor: default;
24621
24495
  }
24622
24496
  .ReviewerDashboard .TabContentContainer {
@@ -24652,9 +24526,9 @@ input[type=radio] + span {
24652
24526
  .AccessRequirementsTable li {
24653
24527
  list-style: none;
24654
24528
  }
24655
- .AccessApprovalsTable .requestor,
24656
- .AccessSubmissionTable .requestor,
24657
- .AccessRequirementsTable .requestor {
24529
+ .AccessApprovalsTable .requester,
24530
+ .AccessSubmissionTable .requester,
24531
+ .AccessRequirementsTable .requester {
24658
24532
  font-style: italic;
24659
24533
  color: #878e95 !important;
24660
24534
  }
@@ -24673,19 +24547,27 @@ input[type=radio] + span {
24673
24547
  font-style: italic;
24674
24548
  }
24675
24549
 
24676
- .AccessRequirementDashboard .InputPanel {
24550
+ .AccessRequirementDashboard .InputPanel,
24551
+ .AccessSubmissionDashboard .InputPanel,
24552
+ .UserHistoryDashboard .InputPanel {
24677
24553
  display: grid;
24678
24554
  grid-template-columns: auto 265px auto;
24679
24555
  gap: 25px;
24680
24556
  }
24681
- .AccessRequirementDashboard .InputPanel input {
24557
+ .AccessRequirementDashboard .InputPanel input,
24558
+ .AccessSubmissionDashboard .InputPanel input,
24559
+ .UserHistoryDashboard .InputPanel input {
24682
24560
  margin-bottom: 0;
24683
24561
  }
24684
- .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup {
24562
+ .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup,
24563
+ .AccessSubmissionDashboard .InputPanel .ProjectIdInputGroup,
24564
+ .UserHistoryDashboard .InputPanel .ProjectIdInputGroup {
24685
24565
  display: flex;
24686
24566
  gap: 5px;
24687
24567
  }
24688
- .AccessRequirementDashboard .InputPanel .styled-svg-wrapper {
24568
+ .AccessRequirementDashboard .InputPanel .styled-svg-wrapper,
24569
+ .AccessSubmissionDashboard .InputPanel .styled-svg-wrapper,
24570
+ .UserHistoryDashboard .InputPanel .styled-svg-wrapper {
24689
24571
  position: absolute;
24690
24572
  right: 5px;
24691
24573
  z-index: 5;
@@ -24693,5 +24575,10 @@ input[type=radio] + span {
24693
24575
  display: flex;
24694
24576
  align-items: center;
24695
24577
  }
24578
+ .AccessRequirementDashboard .SubmissionGrid,
24579
+ .AccessSubmissionDashboard .SubmissionGrid,
24580
+ .UserHistoryDashboard .SubmissionGrid {
24581
+ grid-template-columns: auto auto auto;
24582
+ }
24696
24583
 
24697
24584
  /*# sourceMappingURL=main.css.map */