synapse-react-client 3.0.21 → 3.0.24

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 (137) hide show
  1. package/dist/containers/AccessRequestSubmissionTable.d.ts +3 -3
  2. package/dist/containers/AccessRequestSubmissionTable.js +16 -14
  3. package/dist/containers/AccessRequestSubmissionTable.js.map +1 -1
  4. package/dist/containers/DirectDownload.js +1 -2
  5. package/dist/containers/DirectDownload.js.map +1 -1
  6. package/dist/containers/EntityBadgeIcons.js +9 -12
  7. package/dist/containers/EntityBadgeIcons.js.map +1 -1
  8. package/dist/containers/EntityIcon.d.ts +4 -2
  9. package/dist/containers/EntityIcon.js +5 -20
  10. package/dist/containers/EntityIcon.js.map +1 -1
  11. package/dist/containers/ExternalFileHandleLink.js +2 -5
  12. package/dist/containers/ExternalFileHandleLink.js.map +1 -1
  13. package/dist/containers/ForumSearch.js +1 -1
  14. package/dist/containers/ForumSearch.js.map +1 -1
  15. package/dist/containers/FullTextSearch.js +4 -7
  16. package/dist/containers/FullTextSearch.js.map +1 -1
  17. package/dist/containers/HasAccess.d.ts +0 -2
  18. package/dist/containers/HasAccess.js +7 -17
  19. package/dist/containers/HasAccess.js.map +1 -1
  20. package/dist/containers/IconSvg.d.ts +3 -2
  21. package/dist/containers/IconSvg.js +44 -5
  22. package/dist/containers/IconSvg.js.map +1 -1
  23. package/dist/containers/ModalDownload.js +2 -5
  24. package/dist/containers/ModalDownload.js.map +1 -1
  25. package/dist/containers/SearchV2.js +4 -9
  26. package/dist/containers/SearchV2.js.map +1 -1
  27. package/dist/containers/SqlEditor.js +2 -5
  28. package/dist/containers/SqlEditor.js.map +1 -1
  29. package/dist/containers/SynapseNavDrawer.js +58 -104
  30. package/dist/containers/SynapseNavDrawer.js.map +1 -1
  31. package/dist/containers/UserCardLarge.js +0 -5
  32. package/dist/containers/UserCardLarge.js.map +1 -1
  33. package/dist/containers/UserCardMedium.js +4 -8
  34. package/dist/containers/UserCardMedium.js.map +1 -1
  35. package/dist/containers/access_requirement_list/AccessApprovalCheckMark.js +2 -4
  36. package/dist/containers/access_requirement_list/AccessApprovalCheckMark.js.map +1 -1
  37. package/dist/containers/access_requirement_list/AccessRequirementList.js +2 -5
  38. package/dist/containers/access_requirement_list/AccessRequirementList.js.map +1 -1
  39. package/dist/containers/dataaccess/AccessRequirementSearchBox.d.ts +9 -0
  40. package/dist/containers/dataaccess/AccessRequirementSearchBox.js +90 -0
  41. package/dist/containers/dataaccess/AccessRequirementSearchBox.js.map +1 -0
  42. package/dist/containers/dataaccess/AccessSubmissionDashboard.d.ts +2 -0
  43. package/dist/containers/dataaccess/AccessSubmissionDashboard.js +91 -0
  44. package/dist/containers/dataaccess/AccessSubmissionDashboard.js.map +1 -0
  45. package/dist/containers/dataaccess/ReviewerDashboard.d.ts +2 -0
  46. package/dist/containers/dataaccess/ReviewerDashboard.js +6 -10
  47. package/dist/containers/dataaccess/ReviewerDashboard.js.map +1 -1
  48. package/dist/containers/dataaccess/SubmissionPage.d.ts +2 -2
  49. package/dist/containers/dataaccess/SubmissionPage.js +19 -16
  50. package/dist/containers/dataaccess/SubmissionPage.js.map +1 -1
  51. package/dist/containers/download_list/CreatePackage.js +4 -9
  52. package/dist/containers/download_list/CreatePackage.js.map +1 -1
  53. package/dist/containers/download_list/DownloadDetails.js +7 -9
  54. package/dist/containers/download_list/DownloadDetails.js.map +1 -1
  55. package/dist/containers/download_list/DownloadListTable.js +36 -26
  56. package/dist/containers/download_list/DownloadListTable.js.map +1 -1
  57. package/dist/containers/download_list_v2/DownloadCartPage.d.ts +2 -2
  58. package/dist/containers/download_list_v2/DownloadCartPage.js +3 -8
  59. package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
  60. package/dist/containers/download_list_v2/DownloadDetails.js +0 -4
  61. package/dist/containers/download_list_v2/DownloadDetails.js.map +1 -1
  62. package/dist/containers/download_list_v2/DownloadListActionsRequired.d.ts +6 -2
  63. package/dist/containers/download_list_v2/DownloadListActionsRequired.js +5 -4
  64. package/dist/containers/download_list_v2/DownloadListActionsRequired.js.map +1 -1
  65. package/dist/containers/download_list_v2/MeetAccessRequirementCard.js +3 -2
  66. package/dist/containers/download_list_v2/MeetAccessRequirementCard.js.map +1 -1
  67. package/dist/containers/download_list_v2/RequestDownloadCard.d.ts +3 -1
  68. package/dist/containers/download_list_v2/RequestDownloadCard.js +10 -7
  69. package/dist/containers/download_list_v2/RequestDownloadCard.js.map +1 -1
  70. package/dist/containers/entity_finder/EntityFinder.js +7 -8
  71. package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
  72. package/dist/containers/evaluation_queues/EvaluationCard.js +2 -3
  73. package/dist/containers/evaluation_queues/EvaluationCard.js.map +1 -1
  74. package/dist/containers/evaluation_queues/EvaluationEditor.js +2 -3
  75. package/dist/containers/evaluation_queues/EvaluationEditor.js.map +1 -1
  76. package/dist/containers/evaluation_queues/EvaluationRoundEditor.js +4 -5
  77. package/dist/containers/evaluation_queues/EvaluationRoundEditor.js.map +1 -1
  78. package/dist/containers/evaluation_queues/EvaluationRoundEditorDropdown.js +2 -3
  79. package/dist/containers/evaluation_queues/EvaluationRoundEditorDropdown.js.map +1 -1
  80. package/dist/containers/home_page/ExpandableContent.js +3 -2
  81. package/dist/containers/home_page/ExpandableContent.js.map +1 -1
  82. package/dist/containers/personal_access_token/AccessTokenCard.js +4 -5
  83. package/dist/containers/personal_access_token/AccessTokenCard.js.map +1 -1
  84. package/dist/containers/row_renderers/utils/Icon.js +1 -0
  85. package/dist/containers/row_renderers/utils/Icon.js.map +1 -1
  86. package/dist/containers/synapse_form_wrapper/NavButtons.js +4 -5
  87. package/dist/containers/synapse_form_wrapper/NavButtons.js.map +1 -1
  88. package/dist/containers/synapse_form_wrapper/StepsSideNav.js +7 -11
  89. package/dist/containers/synapse_form_wrapper/StepsSideNav.js.map +1 -1
  90. package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js +3 -4
  91. package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js.map +1 -1
  92. package/dist/containers/synapse_table_functions/SynapseTableCell.js +4 -4
  93. package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
  94. package/dist/containers/table/TopLevelControls.d.ts +1 -2
  95. package/dist/containers/table/TopLevelControls.js.map +1 -1
  96. package/dist/containers/table/table-top/ColumnSelection.js +3 -2
  97. package/dist/containers/table/table-top/ColumnSelection.js.map +1 -1
  98. package/dist/containers/widgets/ElementWithTooltip.d.ts +3 -4
  99. package/dist/containers/widgets/ElementWithTooltip.js +2 -2
  100. package/dist/containers/widgets/ElementWithTooltip.js.map +1 -1
  101. package/dist/containers/widgets/FileHandleLink.js +2 -2
  102. package/dist/containers/widgets/FileHandleLink.js.map +1 -1
  103. package/dist/containers/widgets/query-filter/EnumFacetFilter.js +7 -7
  104. package/dist/containers/widgets/query-filter/EnumFacetFilter.js.map +1 -1
  105. package/dist/index.d.ts +1 -1
  106. package/dist/style/components/_download-cart-page.scss +23 -1
  107. package/dist/style/components/_governance-dashboard.scss +7 -2
  108. package/dist/style/components/entity_finder/_tree-node-select.scss +4 -1
  109. package/dist/style/main.css +233 -241
  110. package/dist/umd/synapse-react-client.development.css +201 -170
  111. package/dist/umd/synapse-react-client.development.css.map +2 -2
  112. package/dist/umd/synapse-react-client.development.js +9954 -10782
  113. package/dist/umd/synapse-react-client.development.js.map +3 -3
  114. package/dist/umd/synapse-react-client.production.min.css +1 -1
  115. package/dist/umd/synapse-react-client.production.min.js +111 -579
  116. package/dist/umd.index.d.ts +4 -2
  117. package/dist/utils/SynapseClient.d.ts +10 -2
  118. package/dist/utils/SynapseClient.js +15 -3
  119. package/dist/utils/SynapseClient.js.map +1 -1
  120. package/dist/utils/SynapseConstants.d.ts +2 -0
  121. package/dist/utils/SynapseConstants.js +3 -1
  122. package/dist/utils/SynapseConstants.js.map +1 -1
  123. package/dist/utils/functions/getEndpoint.d.ts +1 -2
  124. package/dist/utils/hooks/SynapseAPI/dataaccess/useDataAccessSubmission.d.ts +9 -0
  125. package/dist/utils/hooks/SynapseAPI/dataaccess/useDataAccessSubmission.js +57 -0
  126. package/dist/utils/hooks/SynapseAPI/dataaccess/useDataAccessSubmission.js.map +1 -0
  127. package/dist/utils/hooks/SynapseAPI/dataaccess/{useAccessSubmission.d.ts → useSearchAccessSubmissionsInfinite.d.ts} +0 -0
  128. package/dist/utils/hooks/SynapseAPI/dataaccess/{useAccessSubmission.js → useSearchAccessSubmissionsInfinite.js} +1 -1
  129. package/dist/utils/hooks/SynapseAPI/dataaccess/useSearchAccessSubmissionsInfinite.js.map +1 -0
  130. package/dist/utils/hooks/useTheme.d.ts +6 -0
  131. package/dist/utils/hooks/useTheme.js +22 -1
  132. package/dist/utils/hooks/useTheme.js.map +1 -1
  133. package/package.json +1 -6
  134. package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessSubmission.js.map +0 -1
  135. package/dist/utils/hooks/SynapseAPI/dataaccess/useGetDataAccessSubmission.d.ts +0 -5
  136. package/dist/utils/hooks/SynapseAPI/dataaccess/useGetDataAccessSubmission.js +0 -11
  137. 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;
@@ -16487,10 +16487,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16487
16487
  padding-left: 32px;
16488
16488
  }
16489
16489
  .SRC-tag {
16490
- border: 1px solid #407ba0;
16490
+ border: 1px solid rgb(64, 123, 160);
16491
16491
  border-radius: 100px;
16492
16492
  padding: 5px 10px;
16493
- color: #407ba0;
16493
+ color: rgb(64, 123, 160);
16494
16494
  text-transform: uppercase;
16495
16495
  }
16496
16496
  .SRC-margin-left-5 {
@@ -16503,7 +16503,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16503
16503
  .Icon-Plus path,
16504
16504
  .Icon-Minus path,
16505
16505
  .Icon-Copy.primary path {
16506
- fill: #407ba0;
16506
+ fill: rgb(64, 123, 160);
16507
16507
  }
16508
16508
  .Icon-Copy path {
16509
16509
  fill: #dcdcdc;
@@ -16511,10 +16511,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16511
16511
  .SRC-java-icon path,
16512
16512
  .SRC-r-icon path,
16513
16513
  .SRC-python-icon path {
16514
- fill: #407ba0;
16514
+ fill: rgb(64, 123, 160);
16515
16515
  }
16516
16516
  .SRC-terminal-icon > rect.outer {
16517
- fill: #407ba0;
16517
+ fill: rgb(64, 123, 160);
16518
16518
  }
16519
16519
  .styled-svg-wrapper span {
16520
16520
  display: inline-flex;
@@ -16540,11 +16540,11 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16540
16540
  }
16541
16541
  .icon-list.themed path,
16542
16542
  .icon-list.themed circle {
16543
- fill: #407ba0;
16543
+ fill: rgb(64, 123, 160);
16544
16544
  }
16545
16545
  .icon-list.themed .icon-kinomics path,
16546
16546
  .icon-list.themed .icon-proteomics path {
16547
- stroke: #407ba0;
16547
+ stroke: rgb(64, 123, 160);
16548
16548
  fill: none;
16549
16549
  }
16550
16550
  .icon-list.themed.bg-circle .styled-svg-wrapper {
@@ -16556,7 +16556,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16556
16556
  }
16557
16557
  .SRC-Sort-Icon-Active {
16558
16558
  padding: 2px;
16559
- background-color: #407ba0;
16559
+ background-color: rgb(64, 123, 160);
16560
16560
  }
16561
16561
  .SRC-Sort-Icon-Active path {
16562
16562
  fill: white;
@@ -16567,7 +16567,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16567
16567
  }
16568
16568
  .SRC-Sort-Icon-Inactive path,
16569
16569
  .Content-Copy-Icon path {
16570
- fill: #407ba0;
16570
+ fill: rgb(64, 123, 160);
16571
16571
  }
16572
16572
  svg.HelpButton {
16573
16573
  color: #aeb5bc;
@@ -16702,7 +16702,7 @@ svg.HelpButton {
16702
16702
  color: white;
16703
16703
  margin-top: 0px;
16704
16704
  margin-bottom: 0px;
16705
- background: #407ba0;
16705
+ background: rgb(64, 123, 160);
16706
16706
  }
16707
16707
  @media (min-width: 768px) {
16708
16708
  .SRC-portalCard.SRC-portalCardHeader {
@@ -17086,7 +17086,7 @@ svg.HelpButton {
17086
17086
  height: 3.6rem;
17087
17087
  line-height: 3.6rem;
17088
17088
  text-align: left;
17089
- color: #407ba0;
17089
+ color: rgb(64, 123, 160);
17090
17090
  background-color: #dcdcdc;
17091
17091
  border-left-color: #dcdcdc;
17092
17092
  }
@@ -17112,7 +17112,7 @@ svg.HelpButton {
17112
17112
  padding-left: 1.6rem;
17113
17113
  }
17114
17114
  .json-forms-menu ul .btn-link {
17115
- color: #407ba0;
17115
+ color: rgb(64, 123, 160);
17116
17116
  font-weight: bold;
17117
17117
  padding: 0;
17118
17118
  margin: 0;
@@ -17124,7 +17124,7 @@ svg.HelpButton {
17124
17124
  margin: 0 1.5rem 0 0;
17125
17125
  }
17126
17126
  .json-forms-menu ul .fa-check-circle {
17127
- color: #407ba0;
17127
+ color: rgb(64, 123, 160);
17128
17128
  }
17129
17129
  .json-forms-menu ul .fa-circle {
17130
17130
  border-radius: 50%;
@@ -17133,7 +17133,7 @@ svg.HelpButton {
17133
17133
  }
17134
17134
  .json-forms-menu ul .static .fa-circle {
17135
17135
  border: 1px solid #469285;
17136
- color: #407ba0;
17136
+ color: rgb(64, 123, 160);
17137
17137
  }
17138
17138
  .json-forms-menu ul .fa-exclamation-circle {
17139
17139
  color: #b2242a;
@@ -17195,7 +17195,7 @@ svg.HelpButton {
17195
17195
  color: #515359;
17196
17196
  }
17197
17197
  .SRC-ReactJsonForm .submission-header.submitted div {
17198
- color: #407ba0;
17198
+ color: rgb(64, 123, 160);
17199
17199
  font-weight: bold;
17200
17200
  text-transform: uppercase;
17201
17201
  }
@@ -17211,7 +17211,7 @@ svg.HelpButton {
17211
17211
  .SRC-ReactJsonForm .nav-link,
17212
17212
  .SRC-ReactJsonForm a.nav-link,
17213
17213
  .SRC-ReactJsonForm .nav-link > a {
17214
- color: #407ba0;
17214
+ color: rgb(64, 123, 160);
17215
17215
  font-weight: bold;
17216
17216
  cursor: pointer;
17217
17217
  }
@@ -17219,12 +17219,12 @@ svg.HelpButton {
17219
17219
  margin-left: 3px;
17220
17220
  }
17221
17221
  .SRC-ReactJsonForm .btn-action {
17222
- background-color: #407ba0;
17222
+ background-color: rgb(64, 123, 160);
17223
17223
  color: #fff;
17224
17224
  }
17225
17225
  .SRC-ReactJsonForm .btn-action:hover,
17226
17226
  .SRC-ReactJsonForm .btn-action:focus {
17227
- background-color: #407ba0;
17227
+ background-color: rgb(64, 123, 160);
17228
17228
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17229
17229
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17230
17230
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
@@ -17236,8 +17236,8 @@ svg.HelpButton {
17236
17236
  .SRC-ReactJsonForm .btn-success,
17237
17237
  .SRC-ReactJsonForm .btn-success:active,
17238
17238
  .SRC-ReactJsonForm .btn-success:focus {
17239
- background-color: #407ba0;
17240
- border-color: #407ba0;
17239
+ background-color: rgb(64, 123, 160);
17240
+ border-color: rgb(64, 123, 160);
17241
17241
  }
17242
17242
  .SRC-ReactJsonForm .padding-full {
17243
17243
  padding: 2rem;
@@ -17264,7 +17264,7 @@ svg.HelpButton {
17264
17264
  margin-bottom: calc(2.1rem * 3);
17265
17265
  }
17266
17266
  .SRC-ReactJsonForm .file-grid .file-table button.btn {
17267
- color: #407ba0;
17267
+ color: rgb(64, 123, 160);
17268
17268
  }
17269
17269
  .SRC-ReactJsonForm .file-grid .file-table .view-more {
17270
17270
  text-align: right;
@@ -17290,11 +17290,11 @@ svg.HelpButton {
17290
17290
  vertical-align: middle;
17291
17291
  }
17292
17292
  .SRC-ReactJsonForm .file-grid .file-table table a {
17293
- color: #407ba0;
17293
+ color: rgb(64, 123, 160);
17294
17294
  }
17295
17295
  .SRC-ReactJsonForm .file-grid .btn-large {
17296
17296
  color: #fff;
17297
- background-color: #407ba0;
17297
+ background-color: rgb(64, 123, 160);
17298
17298
  text-transform: uppercase;
17299
17299
  padding: 0.75rem 1.5rem;
17300
17300
  }
@@ -17321,7 +17321,7 @@ svg.HelpButton {
17321
17321
  top: 0;
17322
17322
  }
17323
17323
  .SRC-ReactJsonForm .notification-area {
17324
- color: #407ba0;
17324
+ color: rgb(64, 123, 160);
17325
17325
  font-style: italic;
17326
17326
  margin-bottom: 2.1rem;
17327
17327
  }
@@ -17374,7 +17374,7 @@ svg.HelpButton {
17374
17374
  height: calc(2.1rem * 2);
17375
17375
  }
17376
17376
  .SRC-ReactJsonForm .step-exclude-directions button.btn-link {
17377
- color: #407ba0;
17377
+ color: rgb(64, 123, 160);
17378
17378
  font-weight: 700;
17379
17379
  font-style: normal;
17380
17380
  text-transform: uppercase;
@@ -17396,7 +17396,7 @@ svg.HelpButton {
17396
17396
  }
17397
17397
  .SRC-ReactJsonForm input[type=checkbox]:checked + label::before,
17398
17398
  .SRC-ReactJsonForm input[type=checkbox]:checked + span::before {
17399
- color: #407ba0;
17399
+ color: rgb(64, 123, 160);
17400
17400
  }
17401
17401
  .SRC-ReactJsonForm .has-error .form-control {
17402
17402
  border-color: #c94281;
@@ -17493,7 +17493,7 @@ svg.HelpButton {
17493
17493
  .SRC-ReactJsonForm .array-item-toolbox button,
17494
17494
  .SRC-ReactJsonForm .array-item-toolbox button:hover {
17495
17495
  background-color: transparent;
17496
- color: #407ba0;
17496
+ color: rgb(64, 123, 160);
17497
17497
  border: none;
17498
17498
  box-shadow: none;
17499
17499
  cursor: pointer;
@@ -17501,7 +17501,7 @@ svg.HelpButton {
17501
17501
  text-align: right;
17502
17502
  }
17503
17503
  .SRC-ReactJsonForm .array-item-toolbox i.glyphicon {
17504
- background: #407ba0;
17504
+ background: rgb(64, 123, 160);
17505
17505
  color: white;
17506
17506
  font-weight: 100;
17507
17507
  margin-right: 1rem;
@@ -17521,7 +17521,7 @@ svg.HelpButton {
17521
17521
  }
17522
17522
  .SRC-ReactJsonForm .array-item-add button.btn-info.btn-add {
17523
17523
  background-color: transparent;
17524
- color: #407ba0;
17524
+ color: rgb(64, 123, 160);
17525
17525
  border: 1px solid #dcdcdc;
17526
17526
  padding: 2rem 3.3rem;
17527
17527
  text-align: right;
@@ -17531,7 +17531,7 @@ svg.HelpButton {
17531
17531
  content: "Add Data";
17532
17532
  }
17533
17533
  .SRC-ReactJsonForm .array-item-add i.glyphicon {
17534
- background-color: #407ba0;
17534
+ background-color: rgb(64, 123, 160);
17535
17535
  color: white;
17536
17536
  font-weight: 100;
17537
17537
  margin-right: 1rem;
@@ -17552,7 +17552,7 @@ svg.HelpButton {
17552
17552
  margin: 0 5px;
17553
17553
  }
17554
17554
  .SRC-ReactJsonForm .toggle-help .react-switch-bg {
17555
- background-color: #407ba0;
17555
+ background-color: rgb(64, 123, 160);
17556
17556
  }
17557
17557
  .SRC-ReactJsonForm .summary .scroll-area {
17558
17558
  height: 100%;
@@ -17695,13 +17695,13 @@ svg.HelpButton {
17695
17695
  cursor: pointer;
17696
17696
  border-radius: 50%;
17697
17697
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
17698
- background-color: #407ba0;
17698
+ background-color: rgb(64, 123, 160);
17699
17699
  }
17700
17700
  .RangeSlider__track {
17701
17701
  position: absolute;
17702
17702
  height: 6px;
17703
17703
  z-index: 1;
17704
- background-color: #407ba0;
17704
+ background-color: rgb(64, 123, 160);
17705
17705
  border-radius: 3px;
17706
17706
  cursor: pointer;
17707
17707
  }
@@ -17920,7 +17920,7 @@ svg.HelpButton {
17920
17920
  margin: 1rem 0 4rem;
17921
17921
  }
17922
17922
  .AccessRequirementList__register-text-link {
17923
- color: #407ba0;
17923
+ color: rgb(64, 123, 160);
17924
17924
  }
17925
17925
  .AccessRequirementList__file-icon-container {
17926
17926
  padding-left: 25px;
@@ -17947,7 +17947,7 @@ svg.HelpButton {
17947
17947
  margin-right: 2rem;
17948
17948
  }
17949
17949
  .AccessRequirementList .accept-button {
17950
- background-color: #407ba0;
17950
+ background-color: rgb(64, 123, 160);
17951
17951
  padding: 10px 70px 10px 70px;
17952
17952
  color: white;
17953
17953
  }
@@ -17957,12 +17957,12 @@ svg.HelpButton {
17957
17957
  align-content: center;
17958
17958
  justify-content: center;
17959
17959
  text-align: center;
17960
- color: #407ba0;
17960
+ color: rgb(64, 123, 160);
17961
17961
  display: inline;
17962
17962
  }
17963
17963
  .AccessRequirementList .get-access-requirement-button {
17964
17964
  margin-left: 10px;
17965
- background-color: #407ba0;
17965
+ background-color: rgb(64, 123, 160);
17966
17966
  color: white;
17967
17967
  }
17968
17968
  .AccessRequirementList .check-mark-container {
@@ -17983,7 +17983,7 @@ svg.HelpButton {
17983
17983
  background-color: orange;
17984
17984
  }
17985
17985
  .AccessRequirementList .check-mark-container.green {
17986
- background-color: #27a745;
17986
+ background-color: rgb(39, 167, 69);
17987
17987
  }
17988
17988
  .AccessRequirementList .AcceptRequirementsMarkdown {
17989
17989
  padding-right: 15px;
@@ -18152,7 +18152,7 @@ svg.HelpButton {
18152
18152
  display: inline-block;
18153
18153
  }
18154
18154
  .Download-Link .icon-container {
18155
- background-color: #407ba0;
18155
+ background-color: rgb(64, 123, 160);
18156
18156
  border-radius: 50%;
18157
18157
  width: 30px;
18158
18158
  height: 30px;
@@ -18500,7 +18500,7 @@ svg.HelpButton {
18500
18500
  height: 45px;
18501
18501
  }
18502
18502
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
18503
- background-color: #407ba0;
18503
+ background-color: rgb(64, 123, 160);
18504
18504
  }
18505
18505
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
18506
18506
  grid-row: 1/span 100;
@@ -18658,7 +18658,7 @@ svg.HelpButton {
18658
18658
  }
18659
18659
  .QueryWrapperSearchInput__searchbar:focus-within,
18660
18660
  .QueryWrapperSqlEditorInput__searchbar:focus-within {
18661
- outline-color: #407ba0;
18661
+ outline-color: rgb(64, 123, 160);
18662
18662
  outline-style: auto;
18663
18663
  outline-width: 5px;
18664
18664
  }
@@ -18770,27 +18770,27 @@ svg.HelpButton {
18770
18770
  line-height: 0px;
18771
18771
  }
18772
18772
  .ElementWithTooltip svg path {
18773
- fill: #407ba0;
18773
+ fill: rgb(64, 123, 160);
18774
18774
  }
18775
18775
  .ElementWithTooltip:hover svg,
18776
18776
  .ElementWithTooltip:hover path {
18777
18777
  fill: #fff;
18778
18778
  }
18779
18779
  .ElementWithTooltip.dark-theme svg {
18780
- fill: #407ba0;
18781
- color: #407ba0 !important;
18780
+ fill: rgb(64, 123, 160);
18781
+ color: rgb(64, 123, 160) !important;
18782
18782
  width: 18px;
18783
18783
  height: 18px;
18784
18784
  }
18785
18785
  .ElementWithTooltip.dark-theme svg path {
18786
- fill: #407ba0;
18786
+ fill: rgb(64, 123, 160);
18787
18787
  }
18788
18788
  .ElementWithTooltip.dark-theme:hover svg,
18789
18789
  .ElementWithTooltip.dark-theme:hover path {
18790
18790
  fill: #fff;
18791
18791
  }
18792
18792
  .show .ElementWithTooltip.dark-theme svg {
18793
- fill: #407ba0;
18793
+ fill: rgb(64, 123, 160);
18794
18794
  color: white !important;
18795
18795
  }
18796
18796
  .show .ElementWithTooltip.dark-theme svg path {
@@ -18817,11 +18817,11 @@ button:hover .SRC-primary-fill-color {
18817
18817
  }
18818
18818
  .show button svg .SRC-primary-stroke-color,
18819
18819
  button:hover .SRC-primary-stroke-color {
18820
- fill: #407ba0 !important;
18820
+ fill: rgb(64, 123, 160) !important;
18821
18821
  stroke: white !important;
18822
18822
  }
18823
18823
  button:hover .SRC-column-light-theme .SRC-light-column {
18824
- fill: #407ba0 !important;
18824
+ fill: rgb(64, 123, 160) !important;
18825
18825
  stroke: white !important;
18826
18826
  }
18827
18827
  .page-progress button,
@@ -19106,7 +19106,7 @@ input[type=radio] + span {
19106
19106
  color: #ababac;
19107
19107
  }
19108
19108
  .EnumFacetFilter__search input:focus {
19109
- outline-color: #407ba0;
19109
+ outline-color: rgb(64, 123, 160);
19110
19110
  }
19111
19111
  .EnumFacetFilter__search button {
19112
19112
  position: absolute;
@@ -19269,10 +19269,10 @@ input[type=radio] + span {
19269
19269
  width: 100%;
19270
19270
  margin: 10px 0 0 0;
19271
19271
  padding: 0;
19272
- color: #407ba0 !important;
19272
+ color: rgb(64, 123, 160) !important;
19273
19273
  }
19274
19274
  .EnumFacetFilter__showMoreFacetsBtn:hover {
19275
- color: #407ba0 !important;
19275
+ color: rgb(64, 123, 160) !important;
19276
19276
  text-decoration: underline;
19277
19277
  }
19278
19278
  .EnumFacetFilter__showMoreFacetsCount {
@@ -19287,7 +19287,7 @@ input[type=radio] + span {
19287
19287
  margin-top: 10px;
19288
19288
  }
19289
19289
  .EnumFacetFilter button {
19290
- color: #407ba0;
19290
+ color: rgb(64, 123, 160);
19291
19291
  }
19292
19292
  .EnumFacetFilter.EnumFacetFilterSelect.dropdown button.dropdown-toggle {
19293
19293
  width: 200px;
@@ -19425,7 +19425,7 @@ input[type=radio] + span {
19425
19425
  }
19426
19426
  .Goals__Card__header {
19427
19427
  min-height: 75px;
19428
- background: #407ba0;
19428
+ background: rgb(64, 123, 160);
19429
19429
  background-size: cover !important;
19430
19430
  background-repeat: no-repeat !important;
19431
19431
  display: flex;
@@ -19460,8 +19460,8 @@ input[type=radio] + span {
19460
19460
  margin-left: 0px;
19461
19461
  }
19462
19462
  .Goals__Mobile__Header__Count {
19463
- border: 1px solid #407ba0;
19464
- color: #407ba0;
19463
+ border: 1px solid rgb(64, 123, 160);
19464
+ color: rgb(64, 123, 160);
19465
19465
  border-radius: 50%;
19466
19466
  min-height: 50px;
19467
19467
  min-width: 50px;
@@ -19520,7 +19520,7 @@ input[type=radio] + span {
19520
19520
  cursor: pointer;
19521
19521
  border: 1px solid transparent;
19522
19522
  border-radius: 24px;
19523
- background-color: #407ba0;
19523
+ background-color: rgb(64, 123, 160);
19524
19524
  color: white;
19525
19525
  }
19526
19526
  .Feed {
@@ -19558,13 +19558,13 @@ input[type=radio] + span {
19558
19558
  flex-wrap: wrap;
19559
19559
  }
19560
19560
  .Feed .FeedItems .FeedItem .FeedItemCategories .FeedItemCategory {
19561
- border: 1px solid #407ba0;
19561
+ border: 1px solid rgb(64, 123, 160);
19562
19562
  display: inline-flex;
19563
19563
  align-content: flex-start;
19564
19564
  border-radius: 100px;
19565
19565
  padding: 5px 20px;
19566
19566
  text-transform: uppercase;
19567
- color: #407ba0;
19567
+ color: rgb(64, 123, 160);
19568
19568
  margin-right: 5px;
19569
19569
  margin-bottom: 5px;
19570
19570
  font-size: 12px;
@@ -19642,7 +19642,7 @@ input[type=radio] + span {
19642
19642
  background-color: rgba(64, 123, 160, 0.05);
19643
19643
  }
19644
19644
  .Resources a {
19645
- color: #407ba0;
19645
+ color: rgb(64, 123, 160);
19646
19646
  }
19647
19647
  .Resources .control-container {
19648
19648
  background: white;
@@ -19670,9 +19670,9 @@ input[type=radio] + span {
19670
19670
  }
19671
19671
  .Resources .control-container .button-container button.isSelected,
19672
19672
  .Resources .control-container .button-container button:not(.gap-fill):hover {
19673
- color: #407ba0;
19673
+ color: rgb(64, 123, 160);
19674
19674
  background-color: rgba(64, 123, 160, 0.04);
19675
- border-right: 2px solid #407ba0;
19675
+ border-right: 2px solid rgb(64, 123, 160);
19676
19676
  }
19677
19677
  .Resources .control-container .button-container .gap-fill {
19678
19678
  max-height: unset;
@@ -19738,7 +19738,7 @@ input[type=radio] + span {
19738
19738
  .UserCardListRotate .UserCardListRotate__summary .UserCardListRotate__summary__link {
19739
19739
  border-radius: 24px;
19740
19740
  padding: 10px 24px;
19741
- background-color: #407ba0;
19741
+ background-color: rgb(64, 123, 160);
19742
19742
  color: #fff;
19743
19743
  font-size: 16px;
19744
19744
  display: inline-block;
@@ -20010,7 +20010,7 @@ input[type=radio] + span {
20010
20010
  }
20011
20011
  .Programs__Card__header {
20012
20012
  min-height: 75px;
20013
- background: #407ba0;
20013
+ background: rgb(64, 123, 160);
20014
20014
  display: flex;
20015
20015
  align-items: center;
20016
20016
  }
@@ -20069,7 +20069,7 @@ input[type=radio] + span {
20069
20069
  border-radius: 2px;
20070
20070
  }
20071
20071
  .UserCardListGroups a {
20072
- color: #407ba0;
20072
+ color: rgb(64, 123, 160);
20073
20073
  }
20074
20074
  .UserCardListGroups__Desktop .control-container {
20075
20075
  background: white;
@@ -20098,9 +20098,9 @@ input[type=radio] + span {
20098
20098
  }
20099
20099
  .UserCardListGroups__Desktop .control-container .button-container button.isSelected,
20100
20100
  .UserCardListGroups__Desktop .control-container .button-container button:not(.gap-fill):hover {
20101
- color: #407ba0;
20101
+ color: rgb(64, 123, 160);
20102
20102
  background-color: rgba(64, 123, 160, 0.04);
20103
- border-right: 2px solid #407ba0;
20103
+ border-right: 2px solid rgb(64, 123, 160);
20104
20104
  }
20105
20105
  .UserCardListGroups__Desktop .control-container .button-container .gap-fill {
20106
20106
  max-height: unset;
@@ -20214,13 +20214,13 @@ input[type=radio] + span {
20214
20214
  grid-column-start: remove-button;
20215
20215
  }
20216
20216
  .evaluation-round-editor .advanced-limits-grid .remove-button svg {
20217
- fill: #407ba0;
20217
+ fill: rgb(64, 123, 160);
20218
20218
  }
20219
20219
  .evaluation-round-editor .advanced-limits-grid .add-button {
20220
20220
  grid-column-start: add-button;
20221
20221
  }
20222
20222
  .evaluation-round-editor .advanced-limits-grid .add-button svg {
20223
- fill: #407ba0;
20223
+ fill: rgb(64, 123, 160);
20224
20224
  }
20225
20225
  .evaluation-round-editor-list .evaluation-round-editor {
20226
20226
  margin-bottom: 25px;
@@ -20311,7 +20311,7 @@ input[type=radio] + span {
20311
20311
  .PersonalAccessTokenCard {
20312
20312
  display: inline-flex;
20313
20313
  align-items: center;
20314
- border: 1px solid #dddddf;
20314
+ border: 1px solid rgb(221, 221, 223);
20315
20315
  justify-content: space-between;
20316
20316
  margin: 7px;
20317
20317
  height: 110px;
@@ -20601,13 +20601,13 @@ input[type=radio] + span {
20601
20601
  width: 16px;
20602
20602
  height: 16px;
20603
20603
  background: none;
20604
- border: 1px solid #407ba0;
20604
+ border: 1px solid rgb(64, 123, 160);
20605
20605
  }
20606
20606
  .SRC-Carousel .BrainhubCarousel__dots .BrainhubCarousel__dot--selected::before {
20607
20607
  width: 16px;
20608
20608
  height: 16px;
20609
- background-color: #407ba0;
20610
- border: 1px solid #407ba0;
20609
+ background-color: rgb(64, 123, 160);
20610
+ border: 1px solid rgb(64, 123, 160);
20611
20611
  }
20612
20612
  .terms-conditions .view-terms a,
20613
20613
  .terms-conditions .view-terms a:active:focus,
@@ -20647,7 +20647,7 @@ input[type=radio] + span {
20647
20647
  background: rgba(22, 75, 110, 0.05);
20648
20648
  }
20649
20649
  .SynapseHomepage .SearchLinkBar {
20650
- background: #40769a;
20650
+ background: rgb(64, 118, 154);
20651
20651
  padding-top: 15px;
20652
20652
  padding-bottom: 15px;
20653
20653
  }
@@ -21105,7 +21105,7 @@ input[type=radio] + span {
21105
21105
  top: 1px;
21106
21106
  }
21107
21107
  .EntityFinder__Search .ClearSearchIcon {
21108
- color: #407ba0;
21108
+ color: rgb(64, 123, 160);
21109
21109
  cursor: pointer;
21110
21110
  position: relative;
21111
21111
  left: -20px;
@@ -21170,7 +21170,7 @@ input[type=radio] + span {
21170
21170
  }
21171
21171
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21172
21172
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21173
- border-left: 3px solid #407ba0;
21173
+ border-left: 3px solid rgb(64, 123, 160);
21174
21174
  border-right: none;
21175
21175
  background-color: transparent;
21176
21176
  }
@@ -21206,7 +21206,7 @@ input[type=radio] + span {
21206
21206
  top: 1px;
21207
21207
  }
21208
21208
  .EntityFinder__Search .ClearSearchIcon {
21209
- color: #407ba0;
21209
+ color: rgb(64, 123, 160);
21210
21210
  cursor: pointer;
21211
21211
  position: relative;
21212
21212
  left: -20px;
@@ -21271,7 +21271,7 @@ input[type=radio] + span {
21271
21271
  }
21272
21272
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21273
21273
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21274
- border-left: 3px solid #407ba0;
21274
+ border-left: 3px solid rgb(64, 123, 160);
21275
21275
  border-right: none;
21276
21276
  background-color: transparent;
21277
21277
  }
@@ -21854,7 +21854,7 @@ input[type=radio] + span {
21854
21854
  top: 1px;
21855
21855
  }
21856
21856
  .EntityFinder__Search .ClearSearchIcon {
21857
- color: #407ba0;
21857
+ color: rgb(64, 123, 160);
21858
21858
  cursor: pointer;
21859
21859
  position: relative;
21860
21860
  left: -20px;
@@ -21919,7 +21919,7 @@ input[type=radio] + span {
21919
21919
  }
21920
21920
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21921
21921
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21922
- border-left: 3px solid #407ba0;
21922
+ border-left: 3px solid rgb(64, 123, 160);
21923
21923
  border-right: none;
21924
21924
  background-color: transparent;
21925
21925
  }
@@ -22019,7 +22019,7 @@ input[type=radio] + span {
22019
22019
  top: 1px;
22020
22020
  }
22021
22021
  .EntityFinder__Search .ClearSearchIcon {
22022
- color: #407ba0;
22022
+ color: rgb(64, 123, 160);
22023
22023
  cursor: pointer;
22024
22024
  position: relative;
22025
22025
  left: -20px;
@@ -22084,7 +22084,7 @@ input[type=radio] + span {
22084
22084
  }
22085
22085
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22086
22086
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22087
- border-left: 3px solid #407ba0;
22087
+ border-left: 3px solid rgb(64, 123, 160);
22088
22088
  border-right: none;
22089
22089
  background-color: transparent;
22090
22090
  }
@@ -22096,7 +22096,7 @@ input[type=radio] + span {
22096
22096
  font-size: 18px;
22097
22097
  }
22098
22098
  .TreeView.BrowseTree .Node[aria-disabled=false][aria-selected=false] > .EntityName {
22099
- color: #407ba0;
22099
+ color: rgb(64, 123, 160);
22100
22100
  text-decoration: none;
22101
22101
  font-weight: 700;
22102
22102
  letter-spacing: 0.5px;
@@ -22156,7 +22156,7 @@ input[type=radio] + span {
22156
22156
  top: 1px;
22157
22157
  }
22158
22158
  .EntityFinder__Search .ClearSearchIcon {
22159
- color: #407ba0;
22159
+ color: rgb(64, 123, 160);
22160
22160
  cursor: pointer;
22161
22161
  position: relative;
22162
22162
  left: -20px;
@@ -22221,7 +22221,7 @@ input[type=radio] + span {
22221
22221
  }
22222
22222
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22223
22223
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22224
- border-left: 3px solid #407ba0;
22224
+ border-left: 3px solid rgb(64, 123, 160);
22225
22225
  border-right: none;
22226
22226
  background-color: transparent;
22227
22227
  }
@@ -22244,7 +22244,10 @@ input[type=radio] + span {
22244
22244
  .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon {
22245
22245
  text-align: center;
22246
22246
  grid-column: icon/span 1;
22247
- margin-bottom: 3px;
22247
+ margin: 2px 3px 1px 3px;
22248
+ }
22249
+ .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon svg {
22250
+ width: 15px;
22248
22251
  }
22249
22252
  .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true] {
22250
22253
  background: #8ab4ad;
@@ -22287,7 +22290,7 @@ input[type=radio] + span {
22287
22290
  top: 1px;
22288
22291
  }
22289
22292
  .EntityFinder__Search .ClearSearchIcon {
22290
- color: #407ba0;
22293
+ color: rgb(64, 123, 160);
22291
22294
  cursor: pointer;
22292
22295
  position: relative;
22293
22296
  left: -20px;
@@ -22352,7 +22355,7 @@ input[type=radio] + span {
22352
22355
  }
22353
22356
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22354
22357
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22355
- border-left: 3px solid #407ba0;
22358
+ border-left: 3px solid rgb(64, 123, 160);
22356
22359
  border-right: none;
22357
22360
  background-color: transparent;
22358
22361
  }
@@ -22366,7 +22369,7 @@ input[type=radio] + span {
22366
22369
  overflow-x: auto;
22367
22370
  }
22368
22371
  .Breadcrumbs .BreadcrumbItem {
22369
- color: #407ba0;
22372
+ color: rgb(64, 123, 160);
22370
22373
  text-decoration: none;
22371
22374
  font-weight: 700;
22372
22375
  letter-spacing: 0.5px;
@@ -22433,7 +22436,7 @@ input[type=radio] + span {
22433
22436
  margin-right: 10px;
22434
22437
  }
22435
22438
  .EntityFinderSelectionPane__Row__DeselectButton {
22436
- color: #407ba0;
22439
+ color: rgb(64, 123, 160);
22437
22440
  cursor: pointer;
22438
22441
  }
22439
22442
  .terms-conditions .view-terms a,
@@ -22892,12 +22895,29 @@ table.DownloadListTableV2 td {
22892
22895
  .CreatePackageV2 .zipUI {
22893
22896
  margin-left: -25px;
22894
22897
  }
22898
+ .DownloadListActionsRequired {
22899
+ padding-top: 40px;
22900
+ }
22895
22901
  .actionRequiredCard {
22896
22902
  display: grid;
22897
22903
  padding: 20px 35px;
22898
22904
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
22899
22905
  grid-template-columns: 160px auto 160px;
22900
22906
  }
22907
+ .actionRequiredCard.RequestDownloadCart {
22908
+ grid-template-columns: 160px auto 200px;
22909
+ }
22910
+ .actionRequiredCard.RequestDownloadCart .iconImg {
22911
+ margin-top: 10px;
22912
+ margin-left: 30px;
22913
+ }
22914
+ .actionRequiredCard.RequestDownloadCart .contactAdminNote {
22915
+ color: #878e95;
22916
+ text-align: center;
22917
+ }
22918
+ .actionRequiredCard .title {
22919
+ margin-bottom: 5px;
22920
+ }
22901
22921
  .actionRequiredCard .metadata,
22902
22922
  .actionRequiredCard .startButtonContainer {
22903
22923
  align-self: center;
@@ -22908,7 +22928,10 @@ table.DownloadListTableV2 td {
22908
22928
  line-height: 40px;
22909
22929
  }
22910
22930
  .actionRequiredCard .fileCount {
22911
- font-weight: bold;
22931
+ color: #878e95;
22932
+ }
22933
+ .actionRequiredCard .description {
22934
+ margin-right: 10px;
22912
22935
  }
22913
22936
  .actionRequiredCard .startButton {
22914
22937
  width: 100%;
@@ -23584,7 +23607,7 @@ table.DownloadListTableV2 td {
23584
23607
  padding: 10px 25px;
23585
23608
  }
23586
23609
  .ObservationCard__time svg {
23587
- color: #407ba0;
23610
+ color: rgb(64, 123, 160);
23588
23611
  padding-bottom: 4px;
23589
23612
  margin-right: 5px;
23590
23613
  }
@@ -24431,9 +24454,9 @@ input[type=radio] + span {
24431
24454
  .AccessRequirementsTable li {
24432
24455
  list-style: none;
24433
24456
  }
24434
- .AccessApprovalsTable .requestor,
24435
- .AccessSubmissionTable .requestor,
24436
- .AccessRequirementsTable .requestor {
24457
+ .AccessApprovalsTable .requester,
24458
+ .AccessSubmissionTable .requester,
24459
+ .AccessRequirementsTable .requester {
24437
24460
  font-style: italic;
24438
24461
  color: #878e95 !important;
24439
24462
  }
@@ -24451,19 +24474,23 @@ input[type=radio] + span {
24451
24474
  color: #878e95;
24452
24475
  font-style: italic;
24453
24476
  }
24454
- .AccessRequirementDashboard .InputPanel {
24477
+ .AccessRequirementDashboard .InputPanel,
24478
+ .AccessSubmissionDashboard .InputPanel {
24455
24479
  display: grid;
24456
24480
  grid-template-columns: auto 265px auto;
24457
24481
  gap: 25px;
24458
24482
  }
24459
- .AccessRequirementDashboard .InputPanel input {
24483
+ .AccessRequirementDashboard .InputPanel input,
24484
+ .AccessSubmissionDashboard .InputPanel input {
24460
24485
  margin-bottom: 0;
24461
24486
  }
24462
- .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup {
24487
+ .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup,
24488
+ .AccessSubmissionDashboard .InputPanel .ProjectIdInputGroup {
24463
24489
  display: flex;
24464
24490
  gap: 5px;
24465
24491
  }
24466
- .AccessRequirementDashboard .InputPanel .styled-svg-wrapper {
24492
+ .AccessRequirementDashboard .InputPanel .styled-svg-wrapper,
24493
+ .AccessSubmissionDashboard .InputPanel .styled-svg-wrapper {
24467
24494
  position: absolute;
24468
24495
  right: 5px;
24469
24496
  z-index: 5;
@@ -24471,6 +24498,10 @@ input[type=radio] + span {
24471
24498
  display: flex;
24472
24499
  align-items: center;
24473
24500
  }
24501
+ .AccessRequirementDashboard .SubmissionGrid,
24502
+ .AccessSubmissionDashboard .SubmissionGrid {
24503
+ grid-template-columns: auto auto auto;
24504
+ }
24474
24505
 
24475
24506
  /* sass-plugin-0:/home/runner/work/Synapse-React-Client/Synapse-React-Client/src/lib/style/components/_spinner.scss */
24476
24507
  @keyframes spinner {
@@ -25036,10 +25067,10 @@ body.reflex-row-resize {
25036
25067
  padding: 0;
25037
25068
  line-height: 14px;
25038
25069
  font-size: 18px;
25039
- color: #407ba0 !important;
25070
+ color: rgb(64, 123, 160) !important;
25040
25071
  }
25041
25072
  .FacetFilterHeader__collapseToggleBtn:hover {
25042
- color: #407ba0 !important;
25073
+ color: rgb(64, 123, 160) !important;
25043
25074
  text-decoration: underline;
25044
25075
  }
25045
25076
  .FacetFilterHeader__collapseToggleBtn .icon-plus,