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
@@ -18,7 +18,7 @@
18
18
  --white: #fff;
19
19
  --gray: #6c757d;
20
20
  --gray-dark: #343a40;
21
- --primary: #407ba0;
21
+ --primary: rgb(64, 123, 160);
22
22
  --secondary: #469285;
23
23
  --success: #28a745;
24
24
  --info: #17a2b8;
@@ -177,7 +177,7 @@
177
177
  top: -0.5em;
178
178
  }
179
179
  .bootstrap-4-backport a {
180
- color: #407ba0;
180
+ color: rgb(64, 123, 160);
181
181
  text-decoration: none;
182
182
  background-color: transparent;
183
183
  }
@@ -2230,8 +2230,8 @@ a > .bootstrap-4-backport code {
2230
2230
  }
2231
2231
  .bootstrap-4-backport .btn-primary {
2232
2232
  color: #fff;
2233
- background-color: #407ba0;
2234
- border-color: #407ba0;
2233
+ background-color: rgb(64, 123, 160);
2234
+ border-color: rgb(64, 123, 160);
2235
2235
  }
2236
2236
  .bootstrap-4-backport .btn-primary:hover {
2237
2237
  color: #fff;
@@ -2248,8 +2248,8 @@ a > .bootstrap-4-backport code {
2248
2248
  .bootstrap-4-backport .btn-primary.disabled,
2249
2249
  .bootstrap-4-backport .btn-primary:disabled {
2250
2250
  color: #fff;
2251
- background-color: #407ba0;
2252
- border-color: #407ba0;
2251
+ background-color: rgb(64, 123, 160);
2252
+ border-color: rgb(64, 123, 160);
2253
2253
  }
2254
2254
  .bootstrap-4-backport .btn-primary:not(:disabled):not(.disabled):active,
2255
2255
  .bootstrap-4-backport .btn-primary:not(:disabled):not(.disabled).active,
@@ -2509,13 +2509,13 @@ a > .bootstrap-4-backport code {
2509
2509
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
2510
2510
  }
2511
2511
  .bootstrap-4-backport .btn-outline-primary {
2512
- color: #407ba0;
2513
- border-color: #407ba0;
2512
+ color: rgb(64, 123, 160);
2513
+ border-color: rgb(64, 123, 160);
2514
2514
  }
2515
2515
  .bootstrap-4-backport .btn-outline-primary:hover {
2516
2516
  color: #fff;
2517
- background-color: #407ba0;
2518
- border-color: #407ba0;
2517
+ background-color: rgb(64, 123, 160);
2518
+ border-color: rgb(64, 123, 160);
2519
2519
  }
2520
2520
  .bootstrap-4-backport .btn-outline-primary:focus,
2521
2521
  .bootstrap-4-backport .btn-outline-primary.focus {
@@ -2523,15 +2523,15 @@ a > .bootstrap-4-backport code {
2523
2523
  }
2524
2524
  .bootstrap-4-backport .btn-outline-primary.disabled,
2525
2525
  .bootstrap-4-backport .btn-outline-primary:disabled {
2526
- color: #407ba0;
2526
+ color: rgb(64, 123, 160);
2527
2527
  background-color: transparent;
2528
2528
  }
2529
2529
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled):active,
2530
2530
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled).active,
2531
2531
  .show > .bootstrap-4-backport .btn-outline-primary.dropdown-toggle {
2532
2532
  color: #fff;
2533
- background-color: #407ba0;
2534
- border-color: #407ba0;
2533
+ background-color: rgb(64, 123, 160);
2534
+ border-color: rgb(64, 123, 160);
2535
2535
  }
2536
2536
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
2537
2537
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
@@ -2750,7 +2750,7 @@ a > .bootstrap-4-backport code {
2750
2750
  }
2751
2751
  .bootstrap-4-backport .btn-link {
2752
2752
  font-weight: 400;
2753
- color: #407ba0;
2753
+ color: rgb(64, 123, 160);
2754
2754
  text-decoration: none;
2755
2755
  }
2756
2756
  .bootstrap-4-backport .btn-link:hover {
@@ -3014,7 +3014,7 @@ a > .bootstrap-4-backport code {
3014
3014
  .bootstrap-4-backport .dropdown-item:active {
3015
3015
  color: #fff;
3016
3016
  text-decoration: none;
3017
- background-color: #407ba0;
3017
+ background-color: rgb(64, 123, 160);
3018
3018
  }
3019
3019
  .bootstrap-4-backport .dropdown-item.disabled,
3020
3020
  .bootstrap-4-backport .dropdown-item:disabled {
@@ -3335,8 +3335,8 @@ a > .bootstrap-4-backport code {
3335
3335
  }
3336
3336
  .bootstrap-4-backport .custom-control-input:checked ~ .custom-control-label::before {
3337
3337
  color: #fff;
3338
- border-color: #407ba0;
3339
- background-color: #407ba0;
3338
+ border-color: rgb(64, 123, 160);
3339
+ background-color: rgb(64, 123, 160);
3340
3340
  }
3341
3341
  .bootstrap-4-backport .custom-control-input:focus ~ .custom-control-label::before {
3342
3342
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.25);
@@ -3391,8 +3391,8 @@ a > .bootstrap-4-backport code {
3391
3391
  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");
3392
3392
  }
3393
3393
  .bootstrap-4-backport .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
3394
- border-color: #407ba0;
3395
- background-color: #407ba0;
3394
+ border-color: rgb(64, 123, 160);
3395
+ background-color: rgb(64, 123, 160);
3396
3396
  }
3397
3397
  .bootstrap-4-backport .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
3398
3398
  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");
@@ -3589,7 +3589,7 @@ a > .bootstrap-4-backport code {
3589
3589
  width: 1rem;
3590
3590
  height: 1rem;
3591
3591
  margin-top: -0.25rem;
3592
- background-color: #407ba0;
3592
+ background-color: rgb(64, 123, 160);
3593
3593
  border: 0;
3594
3594
  border-radius: 1rem;
3595
3595
  transition:
@@ -3618,7 +3618,7 @@ a > .bootstrap-4-backport code {
3618
3618
  .bootstrap-4-backport .custom-range::-moz-range-thumb {
3619
3619
  width: 1rem;
3620
3620
  height: 1rem;
3621
- background-color: #407ba0;
3621
+ background-color: rgb(64, 123, 160);
3622
3622
  border: 0;
3623
3623
  border-radius: 1rem;
3624
3624
  transition:
@@ -3650,7 +3650,7 @@ a > .bootstrap-4-backport code {
3650
3650
  margin-top: 0;
3651
3651
  margin-right: 0.2rem;
3652
3652
  margin-left: 0.2rem;
3653
- background-color: #407ba0;
3653
+ background-color: rgb(64, 123, 160);
3654
3654
  border: 0;
3655
3655
  border-radius: 1rem;
3656
3656
  transition:
@@ -3770,7 +3770,7 @@ a > .bootstrap-4-backport code {
3770
3770
  .bootstrap-4-backport .nav-pills .nav-link.active,
3771
3771
  .bootstrap-4-backport .nav-pills .show > .nav-link {
3772
3772
  color: #fff;
3773
- background-color: #407ba0;
3773
+ background-color: rgb(64, 123, 160);
3774
3774
  }
3775
3775
  .bootstrap-4-backport .nav-fill > .nav-link,
3776
3776
  .bootstrap-4-backport .nav-fill .nav-item {
@@ -4408,7 +4408,7 @@ a > .bootstrap-4-backport code {
4408
4408
  padding: 0.5rem 0.75rem;
4409
4409
  margin-left: -1px;
4410
4410
  line-height: 1.25;
4411
- color: #407ba0;
4411
+ color: rgb(64, 123, 160);
4412
4412
  background-color: #fff;
4413
4413
  border: 1px solid #dee2e6;
4414
4414
  }
@@ -4436,8 +4436,8 @@ a > .bootstrap-4-backport code {
4436
4436
  .bootstrap-4-backport .page-item.active .page-link {
4437
4437
  z-index: 3;
4438
4438
  color: #fff;
4439
- background-color: #407ba0;
4440
- border-color: #407ba0;
4439
+ background-color: rgb(64, 123, 160);
4440
+ border-color: rgb(64, 123, 160);
4441
4441
  }
4442
4442
  .bootstrap-4-backport .page-item.disabled .page-link {
4443
4443
  color: #6c757d;
@@ -4511,7 +4511,7 @@ a.bootstrap-4-backport .badge:focus {
4511
4511
  }
4512
4512
  .bootstrap-4-backport .badge-primary {
4513
4513
  color: #fff;
4514
- background-color: #407ba0;
4514
+ background-color: rgb(64, 123, 160);
4515
4515
  }
4516
4516
  a.bootstrap-4-backport .badge-primary:hover,
4517
4517
  a.bootstrap-4-backport .badge-primary:focus {
@@ -4774,7 +4774,7 @@ a.bootstrap-4-backport .badge-dark.focus {
4774
4774
  color: #fff;
4775
4775
  text-align: center;
4776
4776
  white-space: nowrap;
4777
- background-color: #407ba0;
4777
+ background-color: rgb(64, 123, 160);
4778
4778
  transition: width 0.6s ease;
4779
4779
  }
4780
4780
  @media (prefers-reduced-motion: reduce) {
@@ -4848,8 +4848,8 @@ a.bootstrap-4-backport .badge-dark.focus {
4848
4848
  .bootstrap-4-backport .list-group-item.active {
4849
4849
  z-index: 2;
4850
4850
  color: #fff;
4851
- background-color: #407ba0;
4852
- border-color: #407ba0;
4851
+ background-color: rgb(64, 123, 160);
4852
+ border-color: rgb(64, 123, 160);
4853
4853
  }
4854
4854
  .bootstrap-4-backport .list-group-item + .bootstrap-4-backport .list-group-item {
4855
4855
  border-top-width: 0;
@@ -5860,7 +5860,7 @@ a.bootstrap-4-backport .badge-dark.focus {
5860
5860
  vertical-align: text-top !important;
5861
5861
  }
5862
5862
  .bootstrap-4-backport .bg-primary {
5863
- background-color: #407ba0 !important;
5863
+ background-color: rgb(64, 123, 160) !important;
5864
5864
  }
5865
5865
  .bootstrap-4-backport a.bg-primary:hover,
5866
5866
  .bootstrap-4-backport a.bg-primary:focus,
@@ -5968,7 +5968,7 @@ a.bootstrap-4-backport .badge-dark.focus {
5968
5968
  border-left: 0 !important;
5969
5969
  }
5970
5970
  .bootstrap-4-backport .border-primary {
5971
- border-color: #407ba0 !important;
5971
+ border-color: rgb(64, 123, 160) !important;
5972
5972
  }
5973
5973
  .bootstrap-4-backport .border-secondary {
5974
5974
  border-color: #469285 !important;
@@ -8780,7 +8780,7 @@ a.bootstrap-4-backport .badge-dark.focus {
8780
8780
  color: #fff !important;
8781
8781
  }
8782
8782
  .bootstrap-4-backport .text-primary {
8783
- color: #407ba0 !important;
8783
+ color: rgb(64, 123, 160) !important;
8784
8784
  }
8785
8785
  .bootstrap-4-backport a.text-primary:hover,
8786
8786
  .bootstrap-4-backport a.text-primary:focus {
@@ -8946,7 +8946,7 @@ a.bootstrap-4-backport .badge-dark.focus {
8946
8946
  }
8947
8947
  }
8948
8948
  .bootstrap-4-backport .alert-danger {
8949
- color: #666666;
8949
+ color: rgb(102, 102, 102);
8950
8950
  background-color: #f2dede;
8951
8951
  border-color: #ebcccc;
8952
8952
  }
@@ -9679,8 +9679,8 @@ a.bootstrap-4-backport .badge-dark.focus {
9679
9679
  }
9680
9680
  .bootstrap-4-backport .btn-primary-500 {
9681
9681
  color: #fff;
9682
- background-color: #407ba0;
9683
- border-color: #407ba0;
9682
+ background-color: rgb(64, 123, 160);
9683
+ border-color: rgb(64, 123, 160);
9684
9684
  }
9685
9685
  .bootstrap-4-backport .btn-primary-500:hover {
9686
9686
  color: #fff;
@@ -9697,8 +9697,8 @@ a.bootstrap-4-backport .badge-dark.focus {
9697
9697
  .bootstrap-4-backport .btn-primary-500.disabled,
9698
9698
  .bootstrap-4-backport .btn-primary-500:disabled {
9699
9699
  color: #fff;
9700
- background-color: #407ba0;
9701
- border-color: #407ba0;
9700
+ background-color: rgb(64, 123, 160);
9701
+ border-color: rgb(64, 123, 160);
9702
9702
  }
9703
9703
  .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled):active,
9704
9704
  .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled).active,
@@ -9719,14 +9719,14 @@ a.bootstrap-4-backport .badge-dark.focus {
9719
9719
  }
9720
9720
  .bootstrap-4-backport .btn-light-primary-500:hover {
9721
9721
  color: #fff;
9722
- background-color: #407ba0;
9723
- border-color: #407ba0;
9722
+ background-color: rgb(64, 123, 160);
9723
+ border-color: rgb(64, 123, 160);
9724
9724
  }
9725
9725
  .bootstrap-4-backport .btn-light-primary-500:focus,
9726
9726
  .bootstrap-4-backport .btn-light-primary-500.focus {
9727
9727
  color: #fff;
9728
- background-color: #407ba0;
9729
- border-color: #407ba0;
9728
+ background-color: rgb(64, 123, 160);
9729
+ border-color: rgb(64, 123, 160);
9730
9730
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9731
9731
  }
9732
9732
  .bootstrap-4-backport .btn-light-primary-500.disabled,
@@ -9748,15 +9748,15 @@ a.bootstrap-4-backport .badge-dark.focus {
9748
9748
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9749
9749
  }
9750
9750
  .bootstrap-4-backport .btn-gray-primary-500 {
9751
- color: #407ba0;
9752
- border-color: #407ba0;
9751
+ color: rgb(64, 123, 160);
9752
+ border-color: rgb(64, 123, 160);
9753
9753
  background-color: #f9f9f9;
9754
9754
  border-color: #e3e3e3;
9755
9755
  }
9756
9756
  .bootstrap-4-backport .btn-gray-primary-500:hover {
9757
9757
  color: #fff;
9758
- background-color: #407ba0;
9759
- border-color: #407ba0;
9758
+ background-color: rgb(64, 123, 160);
9759
+ border-color: rgb(64, 123, 160);
9760
9760
  }
9761
9761
  .bootstrap-4-backport .btn-gray-primary-500:focus,
9762
9762
  .bootstrap-4-backport .btn-gray-primary-500.focus {
@@ -9764,15 +9764,15 @@ a.bootstrap-4-backport .badge-dark.focus {
9764
9764
  }
9765
9765
  .bootstrap-4-backport .btn-gray-primary-500.disabled,
9766
9766
  .bootstrap-4-backport .btn-gray-primary-500:disabled {
9767
- color: #407ba0;
9767
+ color: rgb(64, 123, 160);
9768
9768
  background-color: transparent;
9769
9769
  }
9770
9770
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active,
9771
9771
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active,
9772
9772
  .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle {
9773
9773
  color: #fff;
9774
- background-color: #407ba0;
9775
- border-color: #407ba0;
9774
+ background-color: rgb(64, 123, 160);
9775
+ border-color: rgb(64, 123, 160);
9776
9776
  }
9777
9777
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active:focus,
9778
9778
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active:focus,
@@ -9783,7 +9783,7 @@ a.bootstrap-4-backport .badge-dark.focus {
9783
9783
  color: #212529;
9784
9784
  background-color: rgba(255, 255, 255, 0);
9785
9785
  border-color: rgba(255, 255, 255, 0);
9786
- color: #407ba0;
9786
+ color: rgb(64, 123, 160);
9787
9787
  }
9788
9788
  .bootstrap-4-backport .btn-transparent-primary-500:hover {
9789
9789
  color: #212529;
@@ -9808,7 +9808,7 @@ a.bootstrap-4-backport .badge-dark.focus {
9808
9808
  .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle {
9809
9809
  color: #212529;
9810
9810
  background-color: rgba(230, 230, 230, 0);
9811
- border-color: #407ba0;
9811
+ border-color: rgb(64, 123, 160);
9812
9812
  }
9813
9813
  .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active:focus,
9814
9814
  .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active:focus,
@@ -10539,8 +10539,8 @@ a.bootstrap-4-backport .badge-dark.focus {
10539
10539
  }
10540
10540
  .bootstrap-4-backport .btn-sds-primary {
10541
10541
  color: #fff;
10542
- background-color: #407ba0;
10543
- border-color: #407ba0;
10542
+ background-color: rgb(64, 123, 160);
10543
+ border-color: rgb(64, 123, 160);
10544
10544
  border-radius: 0px;
10545
10545
  font-weight: 900;
10546
10546
  }
@@ -10559,8 +10559,8 @@ a.bootstrap-4-backport .badge-dark.focus {
10559
10559
  .bootstrap-4-backport .btn-sds-primary.disabled,
10560
10560
  .bootstrap-4-backport .btn-sds-primary:disabled {
10561
10561
  color: #fff;
10562
- background-color: #407ba0;
10563
- border-color: #407ba0;
10562
+ background-color: rgb(64, 123, 160);
10563
+ border-color: rgb(64, 123, 160);
10564
10564
  }
10565
10565
  .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled):active,
10566
10566
  .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled).active,
@@ -10583,8 +10583,8 @@ a.bootstrap-4-backport .badge-dark.focus {
10583
10583
  border-color: #dfe2e6;
10584
10584
  }
10585
10585
  .bootstrap-4-backport .btn-outline {
10586
- color: #407ba0;
10587
- border-color: #407ba0;
10586
+ color: rgb(64, 123, 160);
10587
+ border-color: rgb(64, 123, 160);
10588
10588
  border-radius: 0px;
10589
10589
  font-weight: 900;
10590
10590
  }
@@ -10599,7 +10599,7 @@ a.bootstrap-4-backport .badge-dark.focus {
10599
10599
  }
10600
10600
  .bootstrap-4-backport .btn-outline.disabled,
10601
10601
  .bootstrap-4-backport .btn-outline:disabled {
10602
- color: #407ba0;
10602
+ color: rgb(64, 123, 160);
10603
10603
  background-color: transparent;
10604
10604
  }
10605
10605
  .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled):active,
@@ -10622,9 +10622,9 @@ a.bootstrap-4-backport .badge-dark.focus {
10622
10622
  border-color: #dfe2e6;
10623
10623
  }
10624
10624
  .bootstrap-4-backport .btn-tertiary {
10625
- color: #407ba0;
10626
- border-color: #407ba0;
10627
- color: #407ba0;
10625
+ color: rgb(64, 123, 160);
10626
+ border-color: rgb(64, 123, 160);
10627
+ color: rgb(64, 123, 160);
10628
10628
  text-decoration: none;
10629
10629
  font-weight: 700;
10630
10630
  letter-spacing: 0.5px;
@@ -10643,7 +10643,7 @@ a.bootstrap-4-backport .badge-dark.focus {
10643
10643
  }
10644
10644
  .bootstrap-4-backport .btn-tertiary.disabled,
10645
10645
  .bootstrap-4-backport .btn-tertiary:disabled {
10646
- color: #407ba0;
10646
+ color: rgb(64, 123, 160);
10647
10647
  background-color: transparent;
10648
10648
  }
10649
10649
  .bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled):active,
@@ -10682,12 +10682,12 @@ a.bootstrap-4-backport .badge-dark.focus {
10682
10682
  margin-bottom: 0;
10683
10683
  }
10684
10684
  .bootstrap-4-backport .dropdown-menu a.dropdown-item:hover:not(.disabled) {
10685
- background: #407ba0;
10685
+ background: rgb(64, 123, 160);
10686
10686
  color: white !important;
10687
10687
  text-decoration: none;
10688
10688
  }
10689
10689
  .bootstrap-4-backport .dropdown-menu a.dropdown-item:hover:not(.disabled) * {
10690
- background: #407ba0;
10690
+ background: rgb(64, 123, 160);
10691
10691
  color: white !important;
10692
10692
  text-decoration: none;
10693
10693
  }
@@ -14668,7 +14668,7 @@ svg.SRC-hoverBox:hover:after {
14668
14668
  }
14669
14669
  .table .SRC-primary-text-color svg,
14670
14670
  .table .SRC-primary-text-color path {
14671
- fill: #407ba0;
14671
+ fill: rgb(64, 123, 160);
14672
14672
  }
14673
14673
  .table .SRC-primary-text-color .styled-svg-wrapper svg {
14674
14674
  width: 1em;
@@ -15056,7 +15056,7 @@ div.SRC-logo-cursor * {
15056
15056
  height: fit-content;
15057
15057
  width: fit-content;
15058
15058
  cursor: pointer;
15059
- color: #407ba0;
15059
+ color: rgb(64, 123, 160);
15060
15060
  }
15061
15061
  .SRC-userImgSmall {
15062
15062
  font-size: 12px;
@@ -15624,7 +15624,7 @@ main .modal-body .dropdown-menu a:not(.btn),
15624
15624
  #rootPanel .secondary-links a:not(.btn),
15625
15625
  #rootPanel .markdown .secondary-links a:not(.btn),
15626
15626
  #rootPanel .modal-body .dropdown-menu a:not(.btn) {
15627
- color: #407ba0;
15627
+ color: rgb(64, 123, 160);
15628
15628
  text-decoration: none;
15629
15629
  font-weight: 700;
15630
15630
  letter-spacing: 0.5px;
@@ -15768,7 +15768,7 @@ main .modal-body .dropdown-menu a:not(.btn):link,
15768
15768
  #rootPanel .modal-body .dropdown-menu a:not(.btn):visited,
15769
15769
  #rootPanel .modal-body .dropdown-menu a:not(.btn):active,
15770
15770
  #rootPanel .modal-body .dropdown-menu a:not(.btn):link {
15771
- color: #407ba0;
15771
+ color: rgb(64, 123, 160);
15772
15772
  text-decoration: none;
15773
15773
  font-weight: 700;
15774
15774
  letter-spacing: 0.5px;
@@ -16011,7 +16011,7 @@ main .modal-body a:not(.btn),
16011
16011
  #rootPanel a.highlight-link:not(.btn),
16012
16012
  #rootPanel details > summary:not(.btn),
16013
16013
  #rootPanel .modal-body a:not(.btn) {
16014
- color: #407ba0;
16014
+ color: rgb(64, 123, 160);
16015
16015
  font-weight: 700;
16016
16016
  letter-spacing: 0.5px;
16017
16017
  text-decoration: underline;
@@ -16122,7 +16122,7 @@ main .modal-body a:not(.btn):link,
16122
16122
  #rootPanel .modal-body a:not(.btn):visited,
16123
16123
  #rootPanel .modal-body a:not(.btn):active,
16124
16124
  #rootPanel .modal-body a:not(.btn):link {
16125
- color: #407ba0;
16125
+ color: rgb(64, 123, 160);
16126
16126
  font-weight: 700;
16127
16127
  letter-spacing: 0.5px;
16128
16128
  text-decoration: underline;
@@ -16337,10 +16337,6 @@ main .MuiDrawer-root a:not(.btn).disabled:hover,
16337
16337
  #rootPanel .nav-tabs a:not(.btn).disabled:hover,
16338
16338
  #rootPanel .dropdown-menu a:not(.btn).disabled:hover,
16339
16339
  #rootPanel .MuiDrawer-root a:not(.btn).disabled:hover {
16340
- text-decoration: underline;
16341
- text-underline-offset: 4px;
16342
- text-decoration-thickness: 1px;
16343
- text-decoration-color: #d6d6d6;
16344
16340
  cursor: default;
16345
16341
  }
16346
16342
  main * a.ignoreLink:not(.btn),
@@ -16378,10 +16374,6 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
16378
16374
  .modal .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
16379
16375
  #rootPanel * a.ignoreLink:not(.btn).disabled:hover,
16380
16376
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover {
16381
- text-decoration: underline;
16382
- text-underline-offset: 4px;
16383
- text-decoration-thickness: 1px;
16384
- text-decoration-color: #d6d6d6;
16385
16377
  cursor: default;
16386
16378
  }
16387
16379
  main * a.ignoreLink:not(.btn):visited,
@@ -16467,10 +16459,6 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16467
16459
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):visited.disabled:hover,
16468
16460
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):active.disabled:hover,
16469
16461
  #rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover {
16470
- text-decoration: underline;
16471
- text-underline-offset: 4px;
16472
- text-decoration-thickness: 1px;
16473
- text-decoration-color: #d6d6d6;
16474
16462
  cursor: default;
16475
16463
  }
16476
16464
  .searchInputWithIcon span {
@@ -16487,10 +16475,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16487
16475
  padding-left: 32px;
16488
16476
  }
16489
16477
  .SRC-tag {
16490
- border: 1px solid #407ba0;
16478
+ border: 1px solid rgb(64, 123, 160);
16491
16479
  border-radius: 100px;
16492
16480
  padding: 5px 10px;
16493
- color: #407ba0;
16481
+ color: rgb(64, 123, 160);
16494
16482
  text-transform: uppercase;
16495
16483
  }
16496
16484
  .SRC-margin-left-5 {
@@ -16503,7 +16491,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16503
16491
  .Icon-Plus path,
16504
16492
  .Icon-Minus path,
16505
16493
  .Icon-Copy.primary path {
16506
- fill: #407ba0;
16494
+ fill: rgb(64, 123, 160);
16507
16495
  }
16508
16496
  .Icon-Copy path {
16509
16497
  fill: #dcdcdc;
@@ -16511,10 +16499,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16511
16499
  .SRC-java-icon path,
16512
16500
  .SRC-r-icon path,
16513
16501
  .SRC-python-icon path {
16514
- fill: #407ba0;
16502
+ fill: rgb(64, 123, 160);
16515
16503
  }
16516
16504
  .SRC-terminal-icon > rect.outer {
16517
- fill: #407ba0;
16505
+ fill: rgb(64, 123, 160);
16518
16506
  }
16519
16507
  .styled-svg-wrapper span {
16520
16508
  display: inline-flex;
@@ -16540,11 +16528,11 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16540
16528
  }
16541
16529
  .icon-list.themed path,
16542
16530
  .icon-list.themed circle {
16543
- fill: #407ba0;
16531
+ fill: rgb(64, 123, 160);
16544
16532
  }
16545
16533
  .icon-list.themed .icon-kinomics path,
16546
16534
  .icon-list.themed .icon-proteomics path {
16547
- stroke: #407ba0;
16535
+ stroke: rgb(64, 123, 160);
16548
16536
  fill: none;
16549
16537
  }
16550
16538
  .icon-list.themed.bg-circle .styled-svg-wrapper {
@@ -16556,7 +16544,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16556
16544
  }
16557
16545
  .SRC-Sort-Icon-Active {
16558
16546
  padding: 2px;
16559
- background-color: #407ba0;
16547
+ background-color: rgb(64, 123, 160);
16560
16548
  }
16561
16549
  .SRC-Sort-Icon-Active path {
16562
16550
  fill: white;
@@ -16567,7 +16555,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16567
16555
  }
16568
16556
  .SRC-Sort-Icon-Inactive path,
16569
16557
  .Content-Copy-Icon path {
16570
- fill: #407ba0;
16558
+ fill: rgb(64, 123, 160);
16571
16559
  }
16572
16560
  svg.HelpButton {
16573
16561
  color: #aeb5bc;
@@ -16702,7 +16690,7 @@ svg.HelpButton {
16702
16690
  color: white;
16703
16691
  margin-top: 0px;
16704
16692
  margin-bottom: 0px;
16705
- background: #407ba0;
16693
+ background: rgb(64, 123, 160);
16706
16694
  }
16707
16695
  @media (min-width: 768px) {
16708
16696
  .SRC-portalCard.SRC-portalCardHeader {
@@ -16998,53 +16986,6 @@ svg.HelpButton {
16998
16986
  .download-details-container svg {
16999
16987
  margin-right: 4px;
17000
16988
  }
17001
- .DownloadListTable .create-package-text {
17002
- font-size: 17px;
17003
- margin: 0px;
17004
- }
17005
- .DownloadListTable .download-list-table-top {
17006
- align-items: center;
17007
- height: 40px;
17008
- padding-left: 5px;
17009
- }
17010
- .DownloadListTable .download-list-table-top * {
17011
- color: white;
17012
- }
17013
- .DownloadListTable .btn {
17014
- margin-left: 15px;
17015
- }
17016
- .DownloadListTable .download-list-table td {
17017
- vertical-align: middle !important;
17018
- }
17019
- .sort {
17020
- padding-left: 5px;
17021
- }
17022
- .create-package-container {
17023
- display: flex;
17024
- padding: 8px;
17025
- flex-flow: row wrap;
17026
- align-items: center;
17027
- }
17028
- .create-package-container > :first-child {
17029
- flex: 3;
17030
- }
17031
- .create-package-container > :last-child {
17032
- flex: 5;
17033
- }
17034
- .create-package-container input {
17035
- padding: 8px;
17036
- }
17037
- .create-package-container svg {
17038
- margin-right: 8px;
17039
- }
17040
- .zip-extension {
17041
- font-size: 18px;
17042
- color: #666666;
17043
- margin-left: 5px;
17044
- }
17045
- .download-list-table td {
17046
- vertical-align: middle !important;
17047
- }
17048
16989
  .has-access-tooltip-width {
17049
16990
  max-width: 250px;
17050
16991
  text-align: center;
@@ -17086,7 +17027,7 @@ svg.HelpButton {
17086
17027
  height: 3.6rem;
17087
17028
  line-height: 3.6rem;
17088
17029
  text-align: left;
17089
- color: #407ba0;
17030
+ color: rgb(64, 123, 160);
17090
17031
  background-color: #dcdcdc;
17091
17032
  border-left-color: #dcdcdc;
17092
17033
  }
@@ -17112,7 +17053,7 @@ svg.HelpButton {
17112
17053
  padding-left: 1.6rem;
17113
17054
  }
17114
17055
  .json-forms-menu ul .btn-link {
17115
- color: #407ba0;
17056
+ color: rgb(64, 123, 160);
17116
17057
  font-weight: bold;
17117
17058
  padding: 0;
17118
17059
  margin: 0;
@@ -17124,7 +17065,7 @@ svg.HelpButton {
17124
17065
  margin: 0 1.5rem 0 0;
17125
17066
  }
17126
17067
  .json-forms-menu ul .fa-check-circle {
17127
- color: #407ba0;
17068
+ color: rgb(64, 123, 160);
17128
17069
  }
17129
17070
  .json-forms-menu ul .fa-circle {
17130
17071
  border-radius: 50%;
@@ -17133,7 +17074,7 @@ svg.HelpButton {
17133
17074
  }
17134
17075
  .json-forms-menu ul .static .fa-circle {
17135
17076
  border: 1px solid #469285;
17136
- color: #407ba0;
17077
+ color: rgb(64, 123, 160);
17137
17078
  }
17138
17079
  .json-forms-menu ul .fa-exclamation-circle {
17139
17080
  color: #b2242a;
@@ -17195,7 +17136,7 @@ svg.HelpButton {
17195
17136
  color: #515359;
17196
17137
  }
17197
17138
  .SRC-ReactJsonForm .submission-header.submitted div {
17198
- color: #407ba0;
17139
+ color: rgb(64, 123, 160);
17199
17140
  font-weight: bold;
17200
17141
  text-transform: uppercase;
17201
17142
  }
@@ -17211,7 +17152,7 @@ svg.HelpButton {
17211
17152
  .SRC-ReactJsonForm .nav-link,
17212
17153
  .SRC-ReactJsonForm a.nav-link,
17213
17154
  .SRC-ReactJsonForm .nav-link > a {
17214
- color: #407ba0;
17155
+ color: rgb(64, 123, 160);
17215
17156
  font-weight: bold;
17216
17157
  cursor: pointer;
17217
17158
  }
@@ -17219,12 +17160,12 @@ svg.HelpButton {
17219
17160
  margin-left: 3px;
17220
17161
  }
17221
17162
  .SRC-ReactJsonForm .btn-action {
17222
- background-color: #407ba0;
17163
+ background-color: rgb(64, 123, 160);
17223
17164
  color: #fff;
17224
17165
  }
17225
17166
  .SRC-ReactJsonForm .btn-action:hover,
17226
17167
  .SRC-ReactJsonForm .btn-action:focus {
17227
- background-color: #407ba0;
17168
+ background-color: rgb(64, 123, 160);
17228
17169
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17229
17170
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17230
17171
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
@@ -17236,8 +17177,8 @@ svg.HelpButton {
17236
17177
  .SRC-ReactJsonForm .btn-success,
17237
17178
  .SRC-ReactJsonForm .btn-success:active,
17238
17179
  .SRC-ReactJsonForm .btn-success:focus {
17239
- background-color: #407ba0;
17240
- border-color: #407ba0;
17180
+ background-color: rgb(64, 123, 160);
17181
+ border-color: rgb(64, 123, 160);
17241
17182
  }
17242
17183
  .SRC-ReactJsonForm .padding-full {
17243
17184
  padding: 2rem;
@@ -17264,7 +17205,7 @@ svg.HelpButton {
17264
17205
  margin-bottom: calc(2.1rem * 3);
17265
17206
  }
17266
17207
  .SRC-ReactJsonForm .file-grid .file-table button.btn {
17267
- color: #407ba0;
17208
+ color: rgb(64, 123, 160);
17268
17209
  }
17269
17210
  .SRC-ReactJsonForm .file-grid .file-table .view-more {
17270
17211
  text-align: right;
@@ -17290,11 +17231,11 @@ svg.HelpButton {
17290
17231
  vertical-align: middle;
17291
17232
  }
17292
17233
  .SRC-ReactJsonForm .file-grid .file-table table a {
17293
- color: #407ba0;
17234
+ color: rgb(64, 123, 160);
17294
17235
  }
17295
17236
  .SRC-ReactJsonForm .file-grid .btn-large {
17296
17237
  color: #fff;
17297
- background-color: #407ba0;
17238
+ background-color: rgb(64, 123, 160);
17298
17239
  text-transform: uppercase;
17299
17240
  padding: 0.75rem 1.5rem;
17300
17241
  }
@@ -17321,7 +17262,7 @@ svg.HelpButton {
17321
17262
  top: 0;
17322
17263
  }
17323
17264
  .SRC-ReactJsonForm .notification-area {
17324
- color: #407ba0;
17265
+ color: rgb(64, 123, 160);
17325
17266
  font-style: italic;
17326
17267
  margin-bottom: 2.1rem;
17327
17268
  }
@@ -17374,7 +17315,7 @@ svg.HelpButton {
17374
17315
  height: calc(2.1rem * 2);
17375
17316
  }
17376
17317
  .SRC-ReactJsonForm .step-exclude-directions button.btn-link {
17377
- color: #407ba0;
17318
+ color: rgb(64, 123, 160);
17378
17319
  font-weight: 700;
17379
17320
  font-style: normal;
17380
17321
  text-transform: uppercase;
@@ -17396,7 +17337,7 @@ svg.HelpButton {
17396
17337
  }
17397
17338
  .SRC-ReactJsonForm input[type=checkbox]:checked + label::before,
17398
17339
  .SRC-ReactJsonForm input[type=checkbox]:checked + span::before {
17399
- color: #407ba0;
17340
+ color: rgb(64, 123, 160);
17400
17341
  }
17401
17342
  .SRC-ReactJsonForm .has-error .form-control {
17402
17343
  border-color: #c94281;
@@ -17493,7 +17434,7 @@ svg.HelpButton {
17493
17434
  .SRC-ReactJsonForm .array-item-toolbox button,
17494
17435
  .SRC-ReactJsonForm .array-item-toolbox button:hover {
17495
17436
  background-color: transparent;
17496
- color: #407ba0;
17437
+ color: rgb(64, 123, 160);
17497
17438
  border: none;
17498
17439
  box-shadow: none;
17499
17440
  cursor: pointer;
@@ -17501,7 +17442,7 @@ svg.HelpButton {
17501
17442
  text-align: right;
17502
17443
  }
17503
17444
  .SRC-ReactJsonForm .array-item-toolbox i.glyphicon {
17504
- background: #407ba0;
17445
+ background: rgb(64, 123, 160);
17505
17446
  color: white;
17506
17447
  font-weight: 100;
17507
17448
  margin-right: 1rem;
@@ -17521,7 +17462,7 @@ svg.HelpButton {
17521
17462
  }
17522
17463
  .SRC-ReactJsonForm .array-item-add button.btn-info.btn-add {
17523
17464
  background-color: transparent;
17524
- color: #407ba0;
17465
+ color: rgb(64, 123, 160);
17525
17466
  border: 1px solid #dcdcdc;
17526
17467
  padding: 2rem 3.3rem;
17527
17468
  text-align: right;
@@ -17531,7 +17472,7 @@ svg.HelpButton {
17531
17472
  content: "Add Data";
17532
17473
  }
17533
17474
  .SRC-ReactJsonForm .array-item-add i.glyphicon {
17534
- background-color: #407ba0;
17475
+ background-color: rgb(64, 123, 160);
17535
17476
  color: white;
17536
17477
  font-weight: 100;
17537
17478
  margin-right: 1rem;
@@ -17552,7 +17493,7 @@ svg.HelpButton {
17552
17493
  margin: 0 5px;
17553
17494
  }
17554
17495
  .SRC-ReactJsonForm .toggle-help .react-switch-bg {
17555
- background-color: #407ba0;
17496
+ background-color: rgb(64, 123, 160);
17556
17497
  }
17557
17498
  .SRC-ReactJsonForm .summary .scroll-area {
17558
17499
  height: 100%;
@@ -17695,13 +17636,13 @@ svg.HelpButton {
17695
17636
  cursor: pointer;
17696
17637
  border-radius: 50%;
17697
17638
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
17698
- background-color: #407ba0;
17639
+ background-color: rgb(64, 123, 160);
17699
17640
  }
17700
17641
  .RangeSlider__track {
17701
17642
  position: absolute;
17702
17643
  height: 6px;
17703
17644
  z-index: 1;
17704
- background-color: #407ba0;
17645
+ background-color: rgb(64, 123, 160);
17705
17646
  border-radius: 3px;
17706
17647
  cursor: pointer;
17707
17648
  }
@@ -17920,7 +17861,7 @@ svg.HelpButton {
17920
17861
  margin: 1rem 0 4rem;
17921
17862
  }
17922
17863
  .AccessRequirementList__register-text-link {
17923
- color: #407ba0;
17864
+ color: rgb(64, 123, 160);
17924
17865
  }
17925
17866
  .AccessRequirementList__file-icon-container {
17926
17867
  padding-left: 25px;
@@ -17947,7 +17888,7 @@ svg.HelpButton {
17947
17888
  margin-right: 2rem;
17948
17889
  }
17949
17890
  .AccessRequirementList .accept-button {
17950
- background-color: #407ba0;
17891
+ background-color: rgb(64, 123, 160);
17951
17892
  padding: 10px 70px 10px 70px;
17952
17893
  color: white;
17953
17894
  }
@@ -17957,12 +17898,12 @@ svg.HelpButton {
17957
17898
  align-content: center;
17958
17899
  justify-content: center;
17959
17900
  text-align: center;
17960
- color: #407ba0;
17901
+ color: rgb(64, 123, 160);
17961
17902
  display: inline;
17962
17903
  }
17963
17904
  .AccessRequirementList .get-access-requirement-button {
17964
17905
  margin-left: 10px;
17965
- background-color: #407ba0;
17906
+ background-color: rgb(64, 123, 160);
17966
17907
  color: white;
17967
17908
  }
17968
17909
  .AccessRequirementList .check-mark-container {
@@ -17983,7 +17924,7 @@ svg.HelpButton {
17983
17924
  background-color: orange;
17984
17925
  }
17985
17926
  .AccessRequirementList .check-mark-container.green {
17986
- background-color: #27a745;
17927
+ background-color: rgb(39, 167, 69);
17987
17928
  }
17988
17929
  .AccessRequirementList .AcceptRequirementsMarkdown {
17989
17930
  padding-right: 15px;
@@ -18147,69 +18088,6 @@ svg.HelpButton {
18147
18088
  box-shadow: none;
18148
18089
  border-radius: 2px;
18149
18090
  }
18150
- .Download-Link {
18151
- position: relative;
18152
- display: inline-block;
18153
- }
18154
- .Download-Link .icon-container {
18155
- background-color: #407ba0;
18156
- border-radius: 50%;
18157
- width: 30px;
18158
- height: 30px;
18159
- padding: 20px;
18160
- display: inline-flex;
18161
- align-items: center;
18162
- justify-content: center;
18163
- vertical-align: middle;
18164
- }
18165
- .Download-Link .icon-container * {
18166
- color: white;
18167
- }
18168
- .Download-Link .download-size {
18169
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
18170
- background-color: green;
18171
- text-align: center;
18172
- position: absolute;
18173
- width: 30px;
18174
- height: 18px;
18175
- color: white;
18176
- border-radius: 8px;
18177
- }
18178
- .Download-Link .download-size.position-by-button {
18179
- top: 7px;
18180
- right: -8px;
18181
- }
18182
- .Download-Link .download-size.position-by-anchor {
18183
- top: -20px;
18184
- right: -10px;
18185
- }
18186
- .download-list-modal-container .DownloadListTable {
18187
- padding: 20px;
18188
- max-height: 700px;
18189
- overflow: auto;
18190
- }
18191
- .download-list-modal-container .DownloadListTable table {
18192
- position: relative;
18193
- }
18194
- .download-list-modal-container .DownloadListTable table th {
18195
- top: 0px;
18196
- position: sticky;
18197
- z-index: 12;
18198
- }
18199
- .download-list-modal-container .create-package-container {
18200
- border-top: 1px solid #dcdcdc;
18201
- }
18202
- .page-progress button,
18203
- .page-progress button:active,
18204
- .page-progress button:focus,
18205
- .page-progress button:active:focus,
18206
- .terms-conditions .view-terms a,
18207
- .terms-conditions .view-terms a:active:focus {
18208
- border: 0;
18209
- outline: none;
18210
- box-shadow: none;
18211
- border-radius: 2px;
18212
- }
18213
18091
  .TotalQueryResults {
18214
18092
  color: #1a1c29;
18215
18093
  background: unset;
@@ -18500,7 +18378,7 @@ svg.HelpButton {
18500
18378
  height: 45px;
18501
18379
  }
18502
18380
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
18503
- background-color: #407ba0;
18381
+ background-color: rgb(64, 123, 160);
18504
18382
  }
18505
18383
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
18506
18384
  grid-row: 1/span 100;
@@ -18658,7 +18536,7 @@ svg.HelpButton {
18658
18536
  }
18659
18537
  .QueryWrapperSearchInput__searchbar:focus-within,
18660
18538
  .QueryWrapperSqlEditorInput__searchbar:focus-within {
18661
- outline-color: #407ba0;
18539
+ outline-color: rgb(64, 123, 160);
18662
18540
  outline-style: auto;
18663
18541
  outline-width: 5px;
18664
18542
  }
@@ -18770,27 +18648,27 @@ svg.HelpButton {
18770
18648
  line-height: 0px;
18771
18649
  }
18772
18650
  .ElementWithTooltip svg path {
18773
- fill: #407ba0;
18651
+ fill: rgb(64, 123, 160);
18774
18652
  }
18775
18653
  .ElementWithTooltip:hover svg,
18776
18654
  .ElementWithTooltip:hover path {
18777
18655
  fill: #fff;
18778
18656
  }
18779
18657
  .ElementWithTooltip.dark-theme svg {
18780
- fill: #407ba0;
18781
- color: #407ba0 !important;
18658
+ fill: rgb(64, 123, 160);
18659
+ color: rgb(64, 123, 160) !important;
18782
18660
  width: 18px;
18783
18661
  height: 18px;
18784
18662
  }
18785
18663
  .ElementWithTooltip.dark-theme svg path {
18786
- fill: #407ba0;
18664
+ fill: rgb(64, 123, 160);
18787
18665
  }
18788
18666
  .ElementWithTooltip.dark-theme:hover svg,
18789
18667
  .ElementWithTooltip.dark-theme:hover path {
18790
18668
  fill: #fff;
18791
18669
  }
18792
18670
  .show .ElementWithTooltip.dark-theme svg {
18793
- fill: #407ba0;
18671
+ fill: rgb(64, 123, 160);
18794
18672
  color: white !important;
18795
18673
  }
18796
18674
  .show .ElementWithTooltip.dark-theme svg path {
@@ -18817,11 +18695,11 @@ button:hover .SRC-primary-fill-color {
18817
18695
  }
18818
18696
  .show button svg .SRC-primary-stroke-color,
18819
18697
  button:hover .SRC-primary-stroke-color {
18820
- fill: #407ba0 !important;
18698
+ fill: rgb(64, 123, 160) !important;
18821
18699
  stroke: white !important;
18822
18700
  }
18823
18701
  button:hover .SRC-column-light-theme .SRC-light-column {
18824
- fill: #407ba0 !important;
18702
+ fill: rgb(64, 123, 160) !important;
18825
18703
  stroke: white !important;
18826
18704
  }
18827
18705
  .page-progress button,
@@ -19106,7 +18984,7 @@ input[type=radio] + span {
19106
18984
  color: #ababac;
19107
18985
  }
19108
18986
  .EnumFacetFilter__search input:focus {
19109
- outline-color: #407ba0;
18987
+ outline-color: rgb(64, 123, 160);
19110
18988
  }
19111
18989
  .EnumFacetFilter__search button {
19112
18990
  position: absolute;
@@ -19269,10 +19147,10 @@ input[type=radio] + span {
19269
19147
  width: 100%;
19270
19148
  margin: 10px 0 0 0;
19271
19149
  padding: 0;
19272
- color: #407ba0 !important;
19150
+ color: rgb(64, 123, 160) !important;
19273
19151
  }
19274
19152
  .EnumFacetFilter__showMoreFacetsBtn:hover {
19275
- color: #407ba0 !important;
19153
+ color: rgb(64, 123, 160) !important;
19276
19154
  text-decoration: underline;
19277
19155
  }
19278
19156
  .EnumFacetFilter__showMoreFacetsCount {
@@ -19287,7 +19165,7 @@ input[type=radio] + span {
19287
19165
  margin-top: 10px;
19288
19166
  }
19289
19167
  .EnumFacetFilter button {
19290
- color: #407ba0;
19168
+ color: rgb(64, 123, 160);
19291
19169
  }
19292
19170
  .EnumFacetFilter.EnumFacetFilterSelect.dropdown button.dropdown-toggle {
19293
19171
  width: 200px;
@@ -19425,7 +19303,7 @@ input[type=radio] + span {
19425
19303
  }
19426
19304
  .Goals__Card__header {
19427
19305
  min-height: 75px;
19428
- background: #407ba0;
19306
+ background: rgb(64, 123, 160);
19429
19307
  background-size: cover !important;
19430
19308
  background-repeat: no-repeat !important;
19431
19309
  display: flex;
@@ -19460,8 +19338,8 @@ input[type=radio] + span {
19460
19338
  margin-left: 0px;
19461
19339
  }
19462
19340
  .Goals__Mobile__Header__Count {
19463
- border: 1px solid #407ba0;
19464
- color: #407ba0;
19341
+ border: 1px solid rgb(64, 123, 160);
19342
+ color: rgb(64, 123, 160);
19465
19343
  border-radius: 50%;
19466
19344
  min-height: 50px;
19467
19345
  min-width: 50px;
@@ -19520,7 +19398,7 @@ input[type=radio] + span {
19520
19398
  cursor: pointer;
19521
19399
  border: 1px solid transparent;
19522
19400
  border-radius: 24px;
19523
- background-color: #407ba0;
19401
+ background-color: rgb(64, 123, 160);
19524
19402
  color: white;
19525
19403
  }
19526
19404
  .Feed {
@@ -19558,13 +19436,13 @@ input[type=radio] + span {
19558
19436
  flex-wrap: wrap;
19559
19437
  }
19560
19438
  .Feed .FeedItems .FeedItem .FeedItemCategories .FeedItemCategory {
19561
- border: 1px solid #407ba0;
19439
+ border: 1px solid rgb(64, 123, 160);
19562
19440
  display: inline-flex;
19563
19441
  align-content: flex-start;
19564
19442
  border-radius: 100px;
19565
19443
  padding: 5px 20px;
19566
19444
  text-transform: uppercase;
19567
- color: #407ba0;
19445
+ color: rgb(64, 123, 160);
19568
19446
  margin-right: 5px;
19569
19447
  margin-bottom: 5px;
19570
19448
  font-size: 12px;
@@ -19642,7 +19520,7 @@ input[type=radio] + span {
19642
19520
  background-color: rgba(64, 123, 160, 0.05);
19643
19521
  }
19644
19522
  .Resources a {
19645
- color: #407ba0;
19523
+ color: rgb(64, 123, 160);
19646
19524
  }
19647
19525
  .Resources .control-container {
19648
19526
  background: white;
@@ -19670,9 +19548,9 @@ input[type=radio] + span {
19670
19548
  }
19671
19549
  .Resources .control-container .button-container button.isSelected,
19672
19550
  .Resources .control-container .button-container button:not(.gap-fill):hover {
19673
- color: #407ba0;
19551
+ color: rgb(64, 123, 160);
19674
19552
  background-color: rgba(64, 123, 160, 0.04);
19675
- border-right: 2px solid #407ba0;
19553
+ border-right: 2px solid rgb(64, 123, 160);
19676
19554
  }
19677
19555
  .Resources .control-container .button-container .gap-fill {
19678
19556
  max-height: unset;
@@ -19738,7 +19616,7 @@ input[type=radio] + span {
19738
19616
  .UserCardListRotate .UserCardListRotate__summary .UserCardListRotate__summary__link {
19739
19617
  border-radius: 24px;
19740
19618
  padding: 10px 24px;
19741
- background-color: #407ba0;
19619
+ background-color: rgb(64, 123, 160);
19742
19620
  color: #fff;
19743
19621
  font-size: 16px;
19744
19622
  display: inline-block;
@@ -20010,7 +19888,7 @@ input[type=radio] + span {
20010
19888
  }
20011
19889
  .Programs__Card__header {
20012
19890
  min-height: 75px;
20013
- background: #407ba0;
19891
+ background: rgb(64, 123, 160);
20014
19892
  display: flex;
20015
19893
  align-items: center;
20016
19894
  }
@@ -20069,7 +19947,7 @@ input[type=radio] + span {
20069
19947
  border-radius: 2px;
20070
19948
  }
20071
19949
  .UserCardListGroups a {
20072
- color: #407ba0;
19950
+ color: rgb(64, 123, 160);
20073
19951
  }
20074
19952
  .UserCardListGroups__Desktop .control-container {
20075
19953
  background: white;
@@ -20098,9 +19976,9 @@ input[type=radio] + span {
20098
19976
  }
20099
19977
  .UserCardListGroups__Desktop .control-container .button-container button.isSelected,
20100
19978
  .UserCardListGroups__Desktop .control-container .button-container button:not(.gap-fill):hover {
20101
- color: #407ba0;
19979
+ color: rgb(64, 123, 160);
20102
19980
  background-color: rgba(64, 123, 160, 0.04);
20103
- border-right: 2px solid #407ba0;
19981
+ border-right: 2px solid rgb(64, 123, 160);
20104
19982
  }
20105
19983
  .UserCardListGroups__Desktop .control-container .button-container .gap-fill {
20106
19984
  max-height: unset;
@@ -20214,13 +20092,13 @@ input[type=radio] + span {
20214
20092
  grid-column-start: remove-button;
20215
20093
  }
20216
20094
  .evaluation-round-editor .advanced-limits-grid .remove-button svg {
20217
- fill: #407ba0;
20095
+ fill: rgb(64, 123, 160);
20218
20096
  }
20219
20097
  .evaluation-round-editor .advanced-limits-grid .add-button {
20220
20098
  grid-column-start: add-button;
20221
20099
  }
20222
20100
  .evaluation-round-editor .advanced-limits-grid .add-button svg {
20223
- fill: #407ba0;
20101
+ fill: rgb(64, 123, 160);
20224
20102
  }
20225
20103
  .evaluation-round-editor-list .evaluation-round-editor {
20226
20104
  margin-bottom: 25px;
@@ -20311,7 +20189,7 @@ input[type=radio] + span {
20311
20189
  .PersonalAccessTokenCard {
20312
20190
  display: inline-flex;
20313
20191
  align-items: center;
20314
- border: 1px solid #dddddf;
20192
+ border: 1px solid rgb(221, 221, 223);
20315
20193
  justify-content: space-between;
20316
20194
  margin: 7px;
20317
20195
  height: 110px;
@@ -20601,13 +20479,13 @@ input[type=radio] + span {
20601
20479
  width: 16px;
20602
20480
  height: 16px;
20603
20481
  background: none;
20604
- border: 1px solid #407ba0;
20482
+ border: 1px solid rgb(64, 123, 160);
20605
20483
  }
20606
20484
  .SRC-Carousel .BrainhubCarousel__dots .BrainhubCarousel__dot--selected::before {
20607
20485
  width: 16px;
20608
20486
  height: 16px;
20609
- background-color: #407ba0;
20610
- border: 1px solid #407ba0;
20487
+ background-color: rgb(64, 123, 160);
20488
+ border: 1px solid rgb(64, 123, 160);
20611
20489
  }
20612
20490
  .terms-conditions .view-terms a,
20613
20491
  .terms-conditions .view-terms a:active:focus,
@@ -20647,7 +20525,7 @@ input[type=radio] + span {
20647
20525
  background: rgba(22, 75, 110, 0.05);
20648
20526
  }
20649
20527
  .SynapseHomepage .SearchLinkBar {
20650
- background: #40769a;
20528
+ background: rgb(64, 118, 154);
20651
20529
  padding-top: 15px;
20652
20530
  padding-bottom: 15px;
20653
20531
  }
@@ -21101,14 +20979,14 @@ input[type=radio] + span {
21101
20979
  }
21102
20980
  .EntityFinder__Search .SearchIcon {
21103
20981
  position: relative;
21104
- left: 22px;
20982
+ left: 27px;
21105
20983
  top: 1px;
21106
20984
  }
21107
20985
  .EntityFinder__Search .ClearSearchIcon {
21108
- color: #407ba0;
20986
+ color: rgb(64, 123, 160);
21109
20987
  cursor: pointer;
21110
20988
  position: relative;
21111
- left: -20px;
20989
+ left: -30px;
21112
20990
  margin-right: -8px;
21113
20991
  }
21114
20992
  .EntityFinder__Search button.btn {
@@ -21170,7 +21048,7 @@ input[type=radio] + span {
21170
21048
  }
21171
21049
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21172
21050
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21173
- border-left: 3px solid #407ba0;
21051
+ border-left: 3px solid rgb(64, 123, 160);
21174
21052
  border-right: none;
21175
21053
  background-color: transparent;
21176
21054
  }
@@ -21202,14 +21080,14 @@ input[type=radio] + span {
21202
21080
  }
21203
21081
  .EntityFinder__Search .SearchIcon {
21204
21082
  position: relative;
21205
- left: 22px;
21083
+ left: 27px;
21206
21084
  top: 1px;
21207
21085
  }
21208
21086
  .EntityFinder__Search .ClearSearchIcon {
21209
- color: #407ba0;
21087
+ color: rgb(64, 123, 160);
21210
21088
  cursor: pointer;
21211
21089
  position: relative;
21212
- left: -20px;
21090
+ left: -30px;
21213
21091
  margin-right: -8px;
21214
21092
  }
21215
21093
  .EntityFinder__Search button.btn {
@@ -21271,7 +21149,7 @@ input[type=radio] + span {
21271
21149
  }
21272
21150
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21273
21151
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21274
- border-left: 3px solid #407ba0;
21152
+ border-left: 3px solid rgb(64, 123, 160);
21275
21153
  border-right: none;
21276
21154
  background-color: transparent;
21277
21155
  }
@@ -21419,7 +21297,7 @@ input[type=radio] + span {
21419
21297
  background-color: #ffffff;
21420
21298
  position: relative;
21421
21299
  box-sizing: border-box;
21422
- font-size: 16px;
21300
+ font-size: 14px;
21423
21301
  }
21424
21302
  .DetailsViewTable--disabled {
21425
21303
  opacity: 0.7;
@@ -21822,6 +21700,31 @@ input[type=radio] + span {
21822
21700
  .EntityFinderDetailsViewRow[aria-hidden=true] {
21823
21701
  display: none;
21824
21702
  }
21703
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink {
21704
+ color: rgb(64, 123, 160);
21705
+ text-decoration: none;
21706
+ font-weight: 700;
21707
+ letter-spacing: 0.5px;
21708
+ }
21709
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink:hover {
21710
+ text-decoration: underline;
21711
+ text-underline-offset: 4px;
21712
+ text-decoration-thickness: 2px;
21713
+ text-decoration-color: #2a678d;
21714
+ }
21715
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink.disabled {
21716
+ color: #aeb5bc;
21717
+ }
21718
+ .EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink.disabled:hover {
21719
+ text-decoration: underline;
21720
+ text-underline-offset: 4px;
21721
+ text-decoration-thickness: 1px;
21722
+ text-decoration-color: #d6d6d6;
21723
+ cursor: default;
21724
+ }
21725
+ .EntityFinderDetailsViewRow .EntityFinderTableCellEntityIcon svg {
21726
+ width: 20px;
21727
+ }
21825
21728
  .terms-conditions .view-terms a,
21826
21729
  .terms-conditions .view-terms a:active:focus,
21827
21730
  .page-progress button,
@@ -21850,14 +21753,14 @@ input[type=radio] + span {
21850
21753
  }
21851
21754
  .EntityFinder__Search .SearchIcon {
21852
21755
  position: relative;
21853
- left: 22px;
21756
+ left: 27px;
21854
21757
  top: 1px;
21855
21758
  }
21856
21759
  .EntityFinder__Search .ClearSearchIcon {
21857
- color: #407ba0;
21760
+ color: rgb(64, 123, 160);
21858
21761
  cursor: pointer;
21859
21762
  position: relative;
21860
- left: -20px;
21763
+ left: -30px;
21861
21764
  margin-right: -8px;
21862
21765
  }
21863
21766
  .EntityFinder__Search button.btn {
@@ -21919,7 +21822,7 @@ input[type=radio] + span {
21919
21822
  }
21920
21823
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21921
21824
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21922
- border-left: 3px solid #407ba0;
21825
+ border-left: 3px solid rgb(64, 123, 160);
21923
21826
  border-right: none;
21924
21827
  background-color: transparent;
21925
21828
  }
@@ -22015,14 +21918,14 @@ input[type=radio] + span {
22015
21918
  }
22016
21919
  .EntityFinder__Search .SearchIcon {
22017
21920
  position: relative;
22018
- left: 22px;
21921
+ left: 27px;
22019
21922
  top: 1px;
22020
21923
  }
22021
21924
  .EntityFinder__Search .ClearSearchIcon {
22022
- color: #407ba0;
21925
+ color: rgb(64, 123, 160);
22023
21926
  cursor: pointer;
22024
21927
  position: relative;
22025
- left: -20px;
21928
+ left: -30px;
22026
21929
  margin-right: -8px;
22027
21930
  }
22028
21931
  .EntityFinder__Search button.btn {
@@ -22084,7 +21987,7 @@ input[type=radio] + span {
22084
21987
  }
22085
21988
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22086
21989
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22087
- border-left: 3px solid #407ba0;
21990
+ border-left: 3px solid rgb(64, 123, 160);
22088
21991
  border-right: none;
22089
21992
  background-color: transparent;
22090
21993
  }
@@ -22096,7 +21999,7 @@ input[type=radio] + span {
22096
21999
  font-size: 18px;
22097
22000
  }
22098
22001
  .TreeView.BrowseTree .Node[aria-disabled=false][aria-selected=false] > .EntityName {
22099
- color: #407ba0;
22002
+ color: rgb(64, 123, 160);
22100
22003
  text-decoration: none;
22101
22004
  font-weight: 700;
22102
22005
  letter-spacing: 0.5px;
@@ -22152,14 +22055,14 @@ input[type=radio] + span {
22152
22055
  }
22153
22056
  .EntityFinder__Search .SearchIcon {
22154
22057
  position: relative;
22155
- left: 22px;
22058
+ left: 27px;
22156
22059
  top: 1px;
22157
22060
  }
22158
22061
  .EntityFinder__Search .ClearSearchIcon {
22159
- color: #407ba0;
22062
+ color: rgb(64, 123, 160);
22160
22063
  cursor: pointer;
22161
22064
  position: relative;
22162
- left: -20px;
22065
+ left: -30px;
22163
22066
  margin-right: -8px;
22164
22067
  }
22165
22068
  .EntityFinder__Search button.btn {
@@ -22221,7 +22124,7 @@ input[type=radio] + span {
22221
22124
  }
22222
22125
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22223
22126
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22224
- border-left: 3px solid #407ba0;
22127
+ border-left: 3px solid rgb(64, 123, 160);
22225
22128
  border-right: none;
22226
22129
  background-color: transparent;
22227
22130
  }
@@ -22244,7 +22147,10 @@ input[type=radio] + span {
22244
22147
  .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon {
22245
22148
  text-align: center;
22246
22149
  grid-column: icon/span 1;
22247
- margin-bottom: 3px;
22150
+ margin: 2px 3px 1px 3px;
22151
+ }
22152
+ .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon svg {
22153
+ width: 15px;
22248
22154
  }
22249
22155
  .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true] {
22250
22156
  background: #8ab4ad;
@@ -22283,14 +22189,14 @@ input[type=radio] + span {
22283
22189
  }
22284
22190
  .EntityFinder__Search .SearchIcon {
22285
22191
  position: relative;
22286
- left: 22px;
22192
+ left: 27px;
22287
22193
  top: 1px;
22288
22194
  }
22289
22195
  .EntityFinder__Search .ClearSearchIcon {
22290
- color: #407ba0;
22196
+ color: rgb(64, 123, 160);
22291
22197
  cursor: pointer;
22292
22198
  position: relative;
22293
- left: -20px;
22199
+ left: -30px;
22294
22200
  margin-right: -8px;
22295
22201
  }
22296
22202
  .EntityFinder__Search button.btn {
@@ -22352,7 +22258,7 @@ input[type=radio] + span {
22352
22258
  }
22353
22259
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22354
22260
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22355
- border-left: 3px solid #407ba0;
22261
+ border-left: 3px solid rgb(64, 123, 160);
22356
22262
  border-right: none;
22357
22263
  background-color: transparent;
22358
22264
  }
@@ -22366,7 +22272,7 @@ input[type=radio] + span {
22366
22272
  overflow-x: auto;
22367
22273
  }
22368
22274
  .Breadcrumbs .BreadcrumbItem {
22369
- color: #407ba0;
22275
+ color: rgb(64, 123, 160);
22370
22276
  text-decoration: none;
22371
22277
  font-weight: 700;
22372
22278
  letter-spacing: 0.5px;
@@ -22422,18 +22328,20 @@ input[type=radio] + span {
22422
22328
  .EntityFinderSelectionPane__Row {
22423
22329
  display: flex;
22424
22330
  align-items: center;
22425
- margin-bottom: 5px;
22331
+ margin: 5px 0px;
22426
22332
  }
22427
22333
  .EntityFinderSelectionPane__Row .EntityIcon {
22428
- margin: 10px 10px 10px 0px;
22429
- width: 15px;
22334
+ margin-right: 5px;
22335
+ }
22336
+ .EntityFinderSelectionPane__Row .EntityIcon svg {
22337
+ width: 18px;
22430
22338
  }
22431
22339
  .EntityFinderSelectionPane__Row__EntityName {
22432
22340
  font-weight: bold;
22433
22341
  margin-right: 10px;
22434
22342
  }
22435
22343
  .EntityFinderSelectionPane__Row__DeselectButton {
22436
- color: #407ba0;
22344
+ color: rgb(64, 123, 160);
22437
22345
  cursor: pointer;
22438
22346
  }
22439
22347
  .terms-conditions .view-terms a,
@@ -22453,9 +22361,9 @@ input[type=radio] + span {
22453
22361
  flex-direction: row-reverse;
22454
22362
  }
22455
22363
  .EntityBadge__Badge {
22456
- margin: 2px;
22457
- max-width: 10px;
22458
- max-height: 10px;
22364
+ margin: 1px;
22365
+ max-width: 16px;
22366
+ max-height: 16px;
22459
22367
  }
22460
22368
  .EntityBadge__Badge.Unlink {
22461
22369
  color: #c94281;
@@ -22892,12 +22800,29 @@ table.DownloadListTableV2 td {
22892
22800
  .CreatePackageV2 .zipUI {
22893
22801
  margin-left: -25px;
22894
22802
  }
22803
+ .DownloadListActionsRequired {
22804
+ padding-top: 40px;
22805
+ }
22895
22806
  .actionRequiredCard {
22896
22807
  display: grid;
22897
22808
  padding: 20px 35px;
22898
22809
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
22899
22810
  grid-template-columns: 160px auto 160px;
22900
22811
  }
22812
+ .actionRequiredCard.RequestDownloadCart {
22813
+ grid-template-columns: 160px auto 200px;
22814
+ }
22815
+ .actionRequiredCard.RequestDownloadCart .iconImg {
22816
+ margin-top: 10px;
22817
+ margin-left: 30px;
22818
+ }
22819
+ .actionRequiredCard.RequestDownloadCart .contactAdminNote {
22820
+ color: #878e95;
22821
+ text-align: center;
22822
+ }
22823
+ .actionRequiredCard .title {
22824
+ margin-bottom: 5px;
22825
+ }
22901
22826
  .actionRequiredCard .metadata,
22902
22827
  .actionRequiredCard .startButtonContainer {
22903
22828
  align-self: center;
@@ -22908,7 +22833,10 @@ table.DownloadListTableV2 td {
22908
22833
  line-height: 40px;
22909
22834
  }
22910
22835
  .actionRequiredCard .fileCount {
22911
- font-weight: bold;
22836
+ color: #878e95;
22837
+ }
22838
+ .actionRequiredCard .description {
22839
+ margin-right: 10px;
22912
22840
  }
22913
22841
  .actionRequiredCard .startButton {
22914
22842
  width: 100%;
@@ -23300,10 +23228,6 @@ table.DownloadListTableV2 td {
23300
23228
  color: #aeb5bc;
23301
23229
  }
23302
23230
  .SynapseNavContentDrawer .createProjectLink.disabled:hover {
23303
- text-decoration: underline;
23304
- text-underline-offset: 4px;
23305
- text-decoration-thickness: 1px;
23306
- text-decoration-color: #d6d6d6;
23307
23231
  cursor: default;
23308
23232
  }
23309
23233
  .terms-conditions .view-terms a,
@@ -23584,7 +23508,7 @@ table.DownloadListTableV2 td {
23584
23508
  padding: 10px 25px;
23585
23509
  }
23586
23510
  .ObservationCard__time svg {
23587
- color: #407ba0;
23511
+ color: rgb(64, 123, 160);
23588
23512
  padding-bottom: 4px;
23589
23513
  margin-right: 5px;
23590
23514
  }
@@ -24393,10 +24317,6 @@ input[type=radio] + span {
24393
24317
  color: #aeb5bc;
24394
24318
  }
24395
24319
  .ReviewerDashboard .Tabs .Tab.disabled:hover {
24396
- text-decoration: underline;
24397
- text-underline-offset: 4px;
24398
- text-decoration-thickness: 1px;
24399
- text-decoration-color: #d6d6d6;
24400
24320
  cursor: default;
24401
24321
  }
24402
24322
  .ReviewerDashboard .TabContentContainer {
@@ -24431,9 +24351,9 @@ input[type=radio] + span {
24431
24351
  .AccessRequirementsTable li {
24432
24352
  list-style: none;
24433
24353
  }
24434
- .AccessApprovalsTable .requestor,
24435
- .AccessSubmissionTable .requestor,
24436
- .AccessRequirementsTable .requestor {
24354
+ .AccessApprovalsTable .requester,
24355
+ .AccessSubmissionTable .requester,
24356
+ .AccessRequirementsTable .requester {
24437
24357
  font-style: italic;
24438
24358
  color: #878e95 !important;
24439
24359
  }
@@ -24451,19 +24371,27 @@ input[type=radio] + span {
24451
24371
  color: #878e95;
24452
24372
  font-style: italic;
24453
24373
  }
24454
- .AccessRequirementDashboard .InputPanel {
24374
+ .AccessRequirementDashboard .InputPanel,
24375
+ .AccessSubmissionDashboard .InputPanel,
24376
+ .UserHistoryDashboard .InputPanel {
24455
24377
  display: grid;
24456
24378
  grid-template-columns: auto 265px auto;
24457
24379
  gap: 25px;
24458
24380
  }
24459
- .AccessRequirementDashboard .InputPanel input {
24381
+ .AccessRequirementDashboard .InputPanel input,
24382
+ .AccessSubmissionDashboard .InputPanel input,
24383
+ .UserHistoryDashboard .InputPanel input {
24460
24384
  margin-bottom: 0;
24461
24385
  }
24462
- .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup {
24386
+ .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup,
24387
+ .AccessSubmissionDashboard .InputPanel .ProjectIdInputGroup,
24388
+ .UserHistoryDashboard .InputPanel .ProjectIdInputGroup {
24463
24389
  display: flex;
24464
24390
  gap: 5px;
24465
24391
  }
24466
- .AccessRequirementDashboard .InputPanel .styled-svg-wrapper {
24392
+ .AccessRequirementDashboard .InputPanel .styled-svg-wrapper,
24393
+ .AccessSubmissionDashboard .InputPanel .styled-svg-wrapper,
24394
+ .UserHistoryDashboard .InputPanel .styled-svg-wrapper {
24467
24395
  position: absolute;
24468
24396
  right: 5px;
24469
24397
  z-index: 5;
@@ -24471,6 +24399,11 @@ input[type=radio] + span {
24471
24399
  display: flex;
24472
24400
  align-items: center;
24473
24401
  }
24402
+ .AccessRequirementDashboard .SubmissionGrid,
24403
+ .AccessSubmissionDashboard .SubmissionGrid,
24404
+ .UserHistoryDashboard .SubmissionGrid {
24405
+ grid-template-columns: auto auto auto;
24406
+ }
24474
24407
 
24475
24408
  /* sass-plugin-0:/home/runner/work/Synapse-React-Client/Synapse-React-Client/src/lib/style/components/_spinner.scss */
24476
24409
  @keyframes spinner {
@@ -25036,10 +24969,10 @@ body.reflex-row-resize {
25036
24969
  padding: 0;
25037
24970
  line-height: 14px;
25038
24971
  font-size: 18px;
25039
- color: #407ba0 !important;
24972
+ color: rgb(64, 123, 160) !important;
25040
24973
  }
25041
24974
  .FacetFilterHeader__collapseToggleBtn:hover {
25042
- color: #407ba0 !important;
24975
+ color: rgb(64, 123, 160) !important;
25043
24976
  text-decoration: underline;
25044
24977
  }
25045
24978
  .FacetFilterHeader__collapseToggleBtn .icon-plus,