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
@@ -35,7 +35,7 @@
35
35
  --white: #fff;
36
36
  --gray: #6c757d;
37
37
  --gray-dark: #343a40;
38
- --primary: #407ba0;
38
+ --primary: rgb(64, 123, 160);
39
39
  --secondary: #469285;
40
40
  --success: #28a745;
41
41
  --info: #17a2b8;
@@ -147,7 +147,7 @@
147
147
  top: -0.5em;
148
148
  }
149
149
  .bootstrap-4-backport a {
150
- color: #407ba0;
150
+ color: rgb(64, 123, 160);
151
151
  text-decoration: none;
152
152
  background-color: transparent;
153
153
  }
@@ -2059,8 +2059,8 @@ a > .bootstrap-4-backport code {
2059
2059
  }
2060
2060
  .bootstrap-4-backport .btn-primary {
2061
2061
  color: #fff;
2062
- background-color: #407ba0;
2063
- border-color: #407ba0;
2062
+ background-color: rgb(64, 123, 160);
2063
+ border-color: rgb(64, 123, 160);
2064
2064
  }
2065
2065
  .bootstrap-4-backport .btn-primary:hover {
2066
2066
  color: #fff;
@@ -2075,8 +2075,8 @@ a > .bootstrap-4-backport code {
2075
2075
  }
2076
2076
  .bootstrap-4-backport .btn-primary.disabled, .bootstrap-4-backport .btn-primary:disabled {
2077
2077
  color: #fff;
2078
- background-color: #407ba0;
2079
- border-color: #407ba0;
2078
+ background-color: rgb(64, 123, 160);
2079
+ border-color: rgb(64, 123, 160);
2080
2080
  }
2081
2081
  .bootstrap-4-backport .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary.dropdown-toggle {
2082
2082
  color: #fff;
@@ -2290,25 +2290,25 @@ a > .bootstrap-4-backport code {
2290
2290
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
2291
2291
  }
2292
2292
  .bootstrap-4-backport .btn-outline-primary {
2293
- color: #407ba0;
2294
- border-color: #407ba0;
2293
+ color: rgb(64, 123, 160);
2294
+ border-color: rgb(64, 123, 160);
2295
2295
  }
2296
2296
  .bootstrap-4-backport .btn-outline-primary:hover {
2297
2297
  color: #fff;
2298
- background-color: #407ba0;
2299
- border-color: #407ba0;
2298
+ background-color: rgb(64, 123, 160);
2299
+ border-color: rgb(64, 123, 160);
2300
2300
  }
2301
2301
  .bootstrap-4-backport .btn-outline-primary:focus, .bootstrap-4-backport .btn-outline-primary.focus {
2302
2302
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
2303
2303
  }
2304
2304
  .bootstrap-4-backport .btn-outline-primary.disabled, .bootstrap-4-backport .btn-outline-primary:disabled {
2305
- color: #407ba0;
2305
+ color: rgb(64, 123, 160);
2306
2306
  background-color: transparent;
2307
2307
  }
2308
2308
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-outline-primary.dropdown-toggle {
2309
2309
  color: #fff;
2310
- background-color: #407ba0;
2311
- border-color: #407ba0;
2310
+ background-color: rgb(64, 123, 160);
2311
+ border-color: rgb(64, 123, 160);
2312
2312
  }
2313
2313
  .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-outline-primary.dropdown-toggle:focus {
2314
2314
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
@@ -2483,7 +2483,7 @@ a > .bootstrap-4-backport code {
2483
2483
  }
2484
2484
  .bootstrap-4-backport .btn-link {
2485
2485
  font-weight: 400;
2486
- color: #407ba0;
2486
+ color: rgb(64, 123, 160);
2487
2487
  text-decoration: none;
2488
2488
  }
2489
2489
  .bootstrap-4-backport .btn-link:hover {
@@ -2738,7 +2738,7 @@ a > .bootstrap-4-backport code {
2738
2738
  .bootstrap-4-backport .dropdown-item.active, .bootstrap-4-backport .dropdown-item:active {
2739
2739
  color: #fff;
2740
2740
  text-decoration: none;
2741
- background-color: #407ba0;
2741
+ background-color: rgb(64, 123, 160);
2742
2742
  }
2743
2743
  .bootstrap-4-backport .dropdown-item.disabled, .bootstrap-4-backport .dropdown-item:disabled {
2744
2744
  color: #adb5bd;
@@ -3051,8 +3051,8 @@ a > .bootstrap-4-backport code {
3051
3051
  }
3052
3052
  .bootstrap-4-backport .custom-control-input:checked ~ .custom-control-label::before {
3053
3053
  color: #fff;
3054
- border-color: #407ba0;
3055
- background-color: #407ba0;
3054
+ border-color: rgb(64, 123, 160);
3055
+ background-color: rgb(64, 123, 160);
3056
3056
  }
3057
3057
  .bootstrap-4-backport .custom-control-input:focus ~ .custom-control-label::before {
3058
3058
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.25);
@@ -3105,8 +3105,8 @@ a > .bootstrap-4-backport code {
3105
3105
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
3106
3106
  }
3107
3107
  .bootstrap-4-backport .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
3108
- border-color: #407ba0;
3109
- background-color: #407ba0;
3108
+ border-color: rgb(64, 123, 160);
3109
+ background-color: rgb(64, 123, 160);
3110
3110
  }
3111
3111
  .bootstrap-4-backport .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
3112
3112
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
@@ -3297,7 +3297,7 @@ a > .bootstrap-4-backport code {
3297
3297
  width: 1rem;
3298
3298
  height: 1rem;
3299
3299
  margin-top: -0.25rem;
3300
- background-color: #407ba0;
3300
+ background-color: rgb(64, 123, 160);
3301
3301
  border: 0;
3302
3302
  border-radius: 1rem;
3303
3303
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -3323,7 +3323,7 @@ a > .bootstrap-4-backport code {
3323
3323
  .bootstrap-4-backport .custom-range::-moz-range-thumb {
3324
3324
  width: 1rem;
3325
3325
  height: 1rem;
3326
- background-color: #407ba0;
3326
+ background-color: rgb(64, 123, 160);
3327
3327
  border: 0;
3328
3328
  border-radius: 1rem;
3329
3329
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -3352,7 +3352,7 @@ a > .bootstrap-4-backport code {
3352
3352
  margin-top: 0;
3353
3353
  margin-right: 0.2rem;
3354
3354
  margin-left: 0.2rem;
3355
- background-color: #407ba0;
3355
+ background-color: rgb(64, 123, 160);
3356
3356
  border: 0;
3357
3357
  border-radius: 1rem;
3358
3358
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -3464,7 +3464,7 @@ a > .bootstrap-4-backport code {
3464
3464
  .bootstrap-4-backport .nav-pills .nav-link.active,
3465
3465
  .bootstrap-4-backport .nav-pills .show > .nav-link {
3466
3466
  color: #fff;
3467
- background-color: #407ba0;
3467
+ background-color: rgb(64, 123, 160);
3468
3468
  }
3469
3469
  .bootstrap-4-backport .nav-fill > .nav-link,
3470
3470
  .bootstrap-4-backport .nav-fill .nav-item {
@@ -4094,7 +4094,7 @@ a > .bootstrap-4-backport code {
4094
4094
  padding: 0.5rem 0.75rem;
4095
4095
  margin-left: -1px;
4096
4096
  line-height: 1.25;
4097
- color: #407ba0;
4097
+ color: rgb(64, 123, 160);
4098
4098
  background-color: #fff;
4099
4099
  border: 1px solid #dee2e6;
4100
4100
  }
@@ -4122,8 +4122,8 @@ a > .bootstrap-4-backport code {
4122
4122
  .bootstrap-4-backport .page-item.active .page-link {
4123
4123
  z-index: 3;
4124
4124
  color: #fff;
4125
- background-color: #407ba0;
4126
- border-color: #407ba0;
4125
+ background-color: rgb(64, 123, 160);
4126
+ border-color: rgb(64, 123, 160);
4127
4127
  }
4128
4128
  .bootstrap-4-backport .page-item.disabled .page-link {
4129
4129
  color: #6c757d;
@@ -4193,7 +4193,7 @@ a.bootstrap-4-backport .badge:hover, a.bootstrap-4-backport .badge:focus {
4193
4193
  }
4194
4194
  .bootstrap-4-backport .badge-primary {
4195
4195
  color: #fff;
4196
- background-color: #407ba0;
4196
+ background-color: rgb(64, 123, 160);
4197
4197
  }
4198
4198
  a.bootstrap-4-backport .badge-primary:hover, a.bootstrap-4-backport .badge-primary:focus {
4199
4199
  color: #fff;
@@ -4448,7 +4448,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
4448
4448
  color: #fff;
4449
4449
  text-align: center;
4450
4450
  white-space: nowrap;
4451
- background-color: #407ba0;
4451
+ background-color: rgb(64, 123, 160);
4452
4452
  transition: width 0.6s ease;
4453
4453
  }
4454
4454
  @media (prefers-reduced-motion: reduce) {
@@ -4520,8 +4520,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
4520
4520
  .bootstrap-4-backport .list-group-item.active {
4521
4521
  z-index: 2;
4522
4522
  color: #fff;
4523
- background-color: #407ba0;
4524
- border-color: #407ba0;
4523
+ background-color: rgb(64, 123, 160);
4524
+ border-color: rgb(64, 123, 160);
4525
4525
  }
4526
4526
  .bootstrap-4-backport .list-group-item + .bootstrap-4-backport .list-group-item {
4527
4527
  border-top-width: 0;
@@ -5466,7 +5466,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
5466
5466
  vertical-align: text-top !important;
5467
5467
  }
5468
5468
  .bootstrap-4-backport .bg-primary {
5469
- background-color: #407ba0 !important;
5469
+ background-color: rgb(64, 123, 160) !important;
5470
5470
  }
5471
5471
  .bootstrap-4-backport a.bg-primary:hover, .bootstrap-4-backport a.bg-primary:focus,
5472
5472
  .bootstrap-4-backport button.bg-primary:hover,
@@ -5566,7 +5566,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
5566
5566
  border-left: 0 !important;
5567
5567
  }
5568
5568
  .bootstrap-4-backport .border-primary {
5569
- border-color: #407ba0 !important;
5569
+ border-color: rgb(64, 123, 160) !important;
5570
5570
  }
5571
5571
  .bootstrap-4-backport .border-secondary {
5572
5572
  border-color: #469285 !important;
@@ -8370,7 +8370,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
8370
8370
  color: #fff !important;
8371
8371
  }
8372
8372
  .bootstrap-4-backport .text-primary {
8373
- color: #407ba0 !important;
8373
+ color: rgb(64, 123, 160) !important;
8374
8374
  }
8375
8375
  .bootstrap-4-backport a.text-primary:hover, .bootstrap-4-backport a.text-primary:focus {
8376
8376
  color: #2a5169 !important;
@@ -8530,7 +8530,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
8530
8530
  }
8531
8531
  }
8532
8532
  .bootstrap-4-backport .alert-danger {
8533
- color: #666666;
8533
+ color: rgb(102, 102, 102);
8534
8534
  background-color: #f2dede;
8535
8535
  border-color: #ebcccc;
8536
8536
  }
@@ -9146,8 +9146,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9146
9146
  }
9147
9147
  .bootstrap-4-backport .btn-primary-500 {
9148
9148
  color: #fff;
9149
- background-color: #407ba0;
9150
- border-color: #407ba0;
9149
+ background-color: rgb(64, 123, 160);
9150
+ border-color: rgb(64, 123, 160);
9151
9151
  }
9152
9152
  .bootstrap-4-backport .btn-primary-500:hover {
9153
9153
  color: #fff;
@@ -9162,8 +9162,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9162
9162
  }
9163
9163
  .bootstrap-4-backport .btn-primary-500.disabled, .bootstrap-4-backport .btn-primary-500:disabled {
9164
9164
  color: #fff;
9165
- background-color: #407ba0;
9166
- border-color: #407ba0;
9165
+ background-color: rgb(64, 123, 160);
9166
+ border-color: rgb(64, 123, 160);
9167
9167
  }
9168
9168
  .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-500.dropdown-toggle {
9169
9169
  color: #fff;
@@ -9180,13 +9180,13 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9180
9180
  }
9181
9181
  .bootstrap-4-backport .btn-light-primary-500:hover {
9182
9182
  color: #fff;
9183
- background-color: #407ba0;
9184
- border-color: #407ba0;
9183
+ background-color: rgb(64, 123, 160);
9184
+ border-color: rgb(64, 123, 160);
9185
9185
  }
9186
9186
  .bootstrap-4-backport .btn-light-primary-500:focus, .bootstrap-4-backport .btn-light-primary-500.focus {
9187
9187
  color: #fff;
9188
- background-color: #407ba0;
9189
- border-color: #407ba0;
9188
+ background-color: rgb(64, 123, 160);
9189
+ border-color: rgb(64, 123, 160);
9190
9190
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9191
9191
  }
9192
9192
  .bootstrap-4-backport .btn-light-primary-500.disabled, .bootstrap-4-backport .btn-light-primary-500:disabled {
@@ -9203,27 +9203,27 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9203
9203
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9204
9204
  }
9205
9205
  .bootstrap-4-backport .btn-gray-primary-500 {
9206
- color: #407ba0;
9207
- border-color: #407ba0;
9206
+ color: rgb(64, 123, 160);
9207
+ border-color: rgb(64, 123, 160);
9208
9208
  background-color: #f9f9f9;
9209
9209
  border-color: #e3e3e3;
9210
9210
  }
9211
9211
  .bootstrap-4-backport .btn-gray-primary-500:hover {
9212
9212
  color: #fff;
9213
- background-color: #407ba0;
9214
- border-color: #407ba0;
9213
+ background-color: rgb(64, 123, 160);
9214
+ border-color: rgb(64, 123, 160);
9215
9215
  }
9216
9216
  .bootstrap-4-backport .btn-gray-primary-500:focus, .bootstrap-4-backport .btn-gray-primary-500.focus {
9217
9217
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9218
9218
  }
9219
9219
  .bootstrap-4-backport .btn-gray-primary-500.disabled, .bootstrap-4-backport .btn-gray-primary-500:disabled {
9220
- color: #407ba0;
9220
+ color: rgb(64, 123, 160);
9221
9221
  background-color: transparent;
9222
9222
  }
9223
9223
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle {
9224
9224
  color: #fff;
9225
- background-color: #407ba0;
9226
- border-color: #407ba0;
9225
+ background-color: rgb(64, 123, 160);
9226
+ border-color: rgb(64, 123, 160);
9227
9227
  }
9228
9228
  .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-500.dropdown-toggle:focus {
9229
9229
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
@@ -9232,7 +9232,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9232
9232
  color: #212529;
9233
9233
  background-color: rgba(255, 255, 255, 0);
9234
9234
  border-color: rgba(255, 255, 255, 0);
9235
- color: #407ba0;
9235
+ color: rgb(64, 123, 160);
9236
9236
  }
9237
9237
  .bootstrap-4-backport .btn-transparent-primary-500:hover {
9238
9238
  color: #212529;
@@ -9253,7 +9253,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9253
9253
  .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle {
9254
9254
  color: #212529;
9255
9255
  background-color: rgba(230, 230, 230, 0);
9256
- border-color: #407ba0;
9256
+ border-color: rgb(64, 123, 160);
9257
9257
  }
9258
9258
  .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-500.dropdown-toggle:focus {
9259
9259
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
@@ -9868,8 +9868,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9868
9868
  }
9869
9869
  .bootstrap-4-backport .btn-sds-primary {
9870
9870
  color: #fff;
9871
- background-color: #407ba0;
9872
- border-color: #407ba0;
9871
+ background-color: rgb(64, 123, 160);
9872
+ border-color: rgb(64, 123, 160);
9873
9873
  border-radius: 0px;
9874
9874
  font-weight: 900;
9875
9875
  }
@@ -9886,8 +9886,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9886
9886
  }
9887
9887
  .bootstrap-4-backport .btn-sds-primary.disabled, .bootstrap-4-backport .btn-sds-primary:disabled {
9888
9888
  color: #fff;
9889
- background-color: #407ba0;
9890
- border-color: #407ba0;
9889
+ background-color: rgb(64, 123, 160);
9890
+ border-color: rgb(64, 123, 160);
9891
9891
  }
9892
9892
  .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-sds-primary.dropdown-toggle {
9893
9893
  color: #fff;
@@ -9906,8 +9906,8 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9906
9906
  border-color: #dfe2e6;
9907
9907
  }
9908
9908
  .bootstrap-4-backport .btn-outline {
9909
- color: #407ba0;
9910
- border-color: #407ba0;
9909
+ color: rgb(64, 123, 160);
9910
+ border-color: rgb(64, 123, 160);
9911
9911
  border-radius: 0px;
9912
9912
  font-weight: 900;
9913
9913
  }
@@ -9920,7 +9920,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9920
9920
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9921
9921
  }
9922
9922
  .bootstrap-4-backport .btn-outline.disabled, .bootstrap-4-backport .btn-outline:disabled {
9923
- color: #407ba0;
9923
+ color: rgb(64, 123, 160);
9924
9924
  background-color: transparent;
9925
9925
  }
9926
9926
  .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-outline.dropdown-toggle {
@@ -9939,9 +9939,9 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9939
9939
  border-color: #dfe2e6;
9940
9940
  }
9941
9941
  .bootstrap-4-backport .btn-tertiary {
9942
- color: #407ba0;
9943
- border-color: #407ba0;
9944
- color: #407ba0;
9942
+ color: rgb(64, 123, 160);
9943
+ border-color: rgb(64, 123, 160);
9944
+ color: rgb(64, 123, 160);
9945
9945
  text-decoration: none;
9946
9946
  font-weight: 700;
9947
9947
  letter-spacing: 0.5px;
@@ -9958,7 +9958,7 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9958
9958
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9959
9959
  }
9960
9960
  .bootstrap-4-backport .btn-tertiary.disabled, .bootstrap-4-backport .btn-tertiary:disabled {
9961
- color: #407ba0;
9961
+ color: rgb(64, 123, 160);
9962
9962
  background-color: transparent;
9963
9963
  }
9964
9964
  .bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-tertiary.dropdown-toggle {
@@ -9993,12 +9993,12 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9993
9993
  margin-bottom: 0;
9994
9994
  }
9995
9995
  .bootstrap-4-backport .dropdown-menu a.dropdown-item:hover:not(.disabled) {
9996
- background: #407ba0;
9996
+ background: rgb(64, 123, 160);
9997
9997
  color: white !important;
9998
9998
  text-decoration: none;
9999
9999
  }
10000
10000
  .bootstrap-4-backport .dropdown-menu a.dropdown-item:hover:not(.disabled) * {
10001
- background: #407ba0;
10001
+ background: rgb(64, 123, 160);
10002
10002
  color: white !important;
10003
10003
  text-decoration: none;
10004
10004
  }
@@ -10078,14 +10078,10 @@ html#synapse\.org .bootstrap-4-backport .modal-header button.close {
10078
10078
  /* Document
10079
10079
  ========================================================================== */
10080
10080
  html {
10081
- font-family: sans-serif;
10082
- /* 1 */
10083
- line-height: 1.15;
10084
- /* 2 */
10085
- -ms-text-size-adjust: 100%;
10086
- /* 3 */
10087
- -webkit-text-size-adjust: 100%;
10088
- /* 3 */
10081
+ font-family: sans-serif; /* 1 */
10082
+ line-height: 1.15; /* 2 */
10083
+ -ms-text-size-adjust: 100%; /* 3 */
10084
+ -webkit-text-size-adjust: 100%; /* 3 */
10089
10085
  }
10090
10086
 
10091
10087
  /* Sections
@@ -10134,12 +10130,9 @@ figure {
10134
10130
  * 2. Show the overflow in Edge and IE.
10135
10131
  */
10136
10132
  hr {
10137
- box-sizing: content-box;
10138
- /* 1 */
10139
- height: 0;
10140
- /* 1 */
10141
- overflow: visible;
10142
- /* 2 */
10133
+ box-sizing: content-box; /* 1 */
10134
+ height: 0; /* 1 */
10135
+ overflow: visible; /* 2 */
10143
10136
  }
10144
10137
 
10145
10138
  /**
@@ -10147,10 +10140,8 @@ hr {
10147
10140
  * 2. Correct the odd `em` font sizing in all browsers.
10148
10141
  */
10149
10142
  pre {
10150
- font-family: monospace, monospace;
10151
- /* 1 */
10152
- font-size: 1em;
10153
- /* 2 */
10143
+ font-family: monospace, monospace; /* 1 */
10144
+ font-size: 1em; /* 2 */
10154
10145
  }
10155
10146
 
10156
10147
  /* Text-level semantics
@@ -10160,10 +10151,8 @@ pre {
10160
10151
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
10161
10152
  */
10162
10153
  a {
10163
- background-color: transparent;
10164
- /* 1 */
10165
- -webkit-text-decoration-skip: objects;
10166
- /* 2 */
10154
+ background-color: transparent; /* 1 */
10155
+ -webkit-text-decoration-skip: objects; /* 2 */
10167
10156
  }
10168
10157
 
10169
10158
  /**
@@ -10180,12 +10169,9 @@ a:hover {
10180
10169
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
10181
10170
  */
10182
10171
  abbr[title] {
10183
- border-bottom: none;
10184
- /* 1 */
10185
- text-decoration: underline;
10186
- /* 2 */
10187
- text-decoration: underline dotted;
10188
- /* 2 */
10172
+ border-bottom: none; /* 1 */
10173
+ text-decoration: underline; /* 2 */
10174
+ text-decoration: underline dotted; /* 2 */
10189
10175
  }
10190
10176
 
10191
10177
  /**
@@ -10211,10 +10197,8 @@ strong {
10211
10197
  code,
10212
10198
  kbd,
10213
10199
  samp {
10214
- font-family: monospace, monospace;
10215
- /* 1 */
10216
- font-size: 1em;
10217
- /* 2 */
10200
+ font-family: monospace, monospace; /* 1 */
10201
+ font-size: 1em; /* 2 */
10218
10202
  }
10219
10203
 
10220
10204
  /**
@@ -10322,8 +10306,7 @@ button,
10322
10306
  html [type=button],
10323
10307
  [type=reset],
10324
10308
  [type=submit] {
10325
- -webkit-appearance: button;
10326
- /* 2 */
10309
+ -webkit-appearance: button; /* 2 */
10327
10310
  }
10328
10311
 
10329
10312
  /**
@@ -10354,18 +10337,12 @@ button:-moz-focusring,
10354
10337
  * `fieldset` elements in all browsers.
10355
10338
  */
10356
10339
  legend {
10357
- box-sizing: border-box;
10358
- /* 1 */
10359
- color: inherit;
10360
- /* 2 */
10361
- display: table;
10362
- /* 1 */
10363
- max-width: 100%;
10364
- /* 1 */
10365
- padding: 0;
10366
- /* 3 */
10367
- white-space: normal;
10368
- /* 1 */
10340
+ box-sizing: border-box; /* 1 */
10341
+ color: inherit; /* 2 */
10342
+ display: table; /* 1 */
10343
+ max-width: 100%; /* 1 */
10344
+ padding: 0; /* 3 */
10345
+ white-space: normal; /* 1 */
10369
10346
  }
10370
10347
 
10371
10348
  /**
@@ -10373,10 +10350,8 @@ legend {
10373
10350
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
10374
10351
  */
10375
10352
  progress {
10376
- display: inline-block;
10377
- /* 1 */
10378
- vertical-align: baseline;
10379
- /* 2 */
10353
+ display: inline-block; /* 1 */
10354
+ vertical-align: baseline; /* 2 */
10380
10355
  }
10381
10356
 
10382
10357
  /**
@@ -10392,10 +10367,8 @@ textarea {
10392
10367
  */
10393
10368
  [type=checkbox],
10394
10369
  [type=radio] {
10395
- box-sizing: border-box;
10396
- /* 1 */
10397
- padding: 0;
10398
- /* 2 */
10370
+ box-sizing: border-box; /* 1 */
10371
+ padding: 0; /* 2 */
10399
10372
  }
10400
10373
 
10401
10374
  /**
@@ -10411,10 +10384,8 @@ textarea {
10411
10384
  * 2. Correct the outline style in Safari.
10412
10385
  */
10413
10386
  [type=search] {
10414
- -webkit-appearance: textfield;
10415
- /* 1 */
10416
- outline-offset: -2px;
10417
- /* 2 */
10387
+ -webkit-appearance: textfield; /* 1 */
10388
+ outline-offset: -2px; /* 2 */
10418
10389
  }
10419
10390
 
10420
10391
  /**
@@ -10430,10 +10401,8 @@ textarea {
10430
10401
  * 2. Change font properties to `inherit` in Safari.
10431
10402
  */
10432
10403
  ::-webkit-file-upload-button {
10433
- -webkit-appearance: button;
10434
- /* 1 */
10435
- font: inherit;
10436
- /* 2 */
10404
+ -webkit-appearance: button; /* 1 */
10405
+ font: inherit; /* 2 */
10437
10406
  }
10438
10407
 
10439
10408
  /*!
@@ -10556,7 +10525,6 @@ textarea {
10556
10525
  -webkit-animation-iteration-count: 1 !important;
10557
10526
  animation-iteration-count: 1 !important;
10558
10527
  }
10559
-
10560
10528
  .animate__animated[class*=Out] {
10561
10529
  opacity: 0;
10562
10530
  }
@@ -14217,8 +14185,7 @@ strong {
14217
14185
  */
14218
14186
  .hide-text {
14219
14187
  overflow: hidden;
14220
- padding: 0;
14221
- /* 1 */
14188
+ padding: 0; /* 1 */
14222
14189
  text-indent: 101%;
14223
14190
  white-space: nowrap;
14224
14191
  }
@@ -14359,7 +14326,7 @@ svg.SRC-hoverBox:hover:after {
14359
14326
  }
14360
14327
  .table .SRC-primary-text-color svg,
14361
14328
  .table .SRC-primary-text-color path {
14362
- fill: #407ba0;
14329
+ fill: rgb(64, 123, 160);
14363
14330
  }
14364
14331
  .table .SRC-primary-text-color .styled-svg-wrapper svg {
14365
14332
  width: 1em;
@@ -14630,8 +14597,7 @@ button.SRC-roundBorder {
14630
14597
  }
14631
14598
 
14632
14599
  .SRC-bar-border-bottom {
14633
- padding: 7px;
14634
- /*create more room around texts */
14600
+ padding: 7px; /*create more room around texts */
14635
14601
  border-bottom: 1px solid #dcdcdc;
14636
14602
  border-left: 1px solid #dcdcdc;
14637
14603
  border-right: 1px solid #dcdcdc;
@@ -14839,7 +14805,7 @@ div.SRC-logo-cursor * {
14839
14805
  height: fit-content;
14840
14806
  width: fit-content;
14841
14807
  cursor: pointer;
14842
- color: #407ba0;
14808
+ color: rgb(64, 123, 160);
14843
14809
  }
14844
14810
 
14845
14811
  .SRC-userImgSmall {
@@ -15007,7 +14973,6 @@ div.SRC-userImg {
15007
14973
  .SRC-grid-item {
15008
14974
  flex-basis: 32%;
15009
14975
  }
15010
-
15011
14976
  .SRC-grid-item.SRC-narrow-grid-item {
15012
14977
  flex-basis: 45%;
15013
14978
  }
@@ -15016,7 +14981,6 @@ div.SRC-userImg {
15016
14981
  .SRC-grid-item {
15017
14982
  flex-basis: 31%;
15018
14983
  }
15019
-
15020
14984
  .SRC-grid-item.SRC-narrow-grid-item {
15021
14985
  flex-basis: 45%;
15022
14986
  }
@@ -15025,7 +14989,6 @@ div.SRC-userImg {
15025
14989
  .SRC-grid-item {
15026
14990
  flex-basis: 30%;
15027
14991
  }
15028
-
15029
14992
  .SRC-grid-item.SRC-narrow-grid-item {
15030
14993
  flex-basis: 45%;
15031
14994
  }
@@ -15039,7 +15002,6 @@ div.SRC-userImg {
15039
15002
  .SRC-grid-item {
15040
15003
  flex-basis: 45%;
15041
15004
  }
15042
-
15043
15005
  .SRC-grid-item.SRC-narrow-grid-item {
15044
15006
  flex-basis: 100%;
15045
15007
  }
@@ -15498,7 +15460,7 @@ main .modal-body .dropdown-menu a:not(.btn),
15498
15460
  #rootPanel .secondary-links a:not(.btn),
15499
15461
  #rootPanel .markdown .secondary-links a:not(.btn),
15500
15462
  #rootPanel .modal-body .dropdown-menu a:not(.btn) {
15501
- color: #407ba0;
15463
+ color: rgb(64, 123, 160);
15502
15464
  text-decoration: none;
15503
15465
  font-weight: 700;
15504
15466
  letter-spacing: 0.5px;
@@ -15640,7 +15602,7 @@ main .modal-body .dropdown-menu a:not(.btn):link,
15640
15602
  #rootPanel .modal-body .dropdown-menu a:not(.btn):visited,
15641
15603
  #rootPanel .modal-body .dropdown-menu a:not(.btn):active,
15642
15604
  #rootPanel .modal-body .dropdown-menu a:not(.btn):link {
15643
- color: #407ba0;
15605
+ color: rgb(64, 123, 160);
15644
15606
  text-decoration: none;
15645
15607
  font-weight: 700;
15646
15608
  letter-spacing: 0.5px;
@@ -15875,7 +15837,7 @@ main .modal-body a:not(.btn),
15875
15837
  #rootPanel a.highlight-link:not(.btn),
15876
15838
  #rootPanel details > summary:not(.btn),
15877
15839
  #rootPanel .modal-body a:not(.btn) {
15878
- color: #407ba0;
15840
+ color: rgb(64, 123, 160);
15879
15841
  font-weight: 700;
15880
15842
  letter-spacing: 0.5px;
15881
15843
  text-decoration: underline;
@@ -15984,7 +15946,7 @@ main .modal-body a:not(.btn):link,
15984
15946
  #rootPanel .modal-body a:not(.btn):visited,
15985
15947
  #rootPanel .modal-body a:not(.btn):active,
15986
15948
  #rootPanel .modal-body a:not(.btn):link {
15987
- color: #407ba0;
15949
+ color: rgb(64, 123, 160);
15988
15950
  font-weight: 700;
15989
15951
  letter-spacing: 0.5px;
15990
15952
  text-decoration: underline;
@@ -16337,10 +16299,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16337
16299
  }
16338
16300
 
16339
16301
  .SRC-tag {
16340
- border: 1px solid #407ba0;
16302
+ border: 1px solid rgb(64, 123, 160);
16341
16303
  border-radius: 100px;
16342
16304
  padding: 5px 10px;
16343
- color: #407ba0;
16305
+ color: rgb(64, 123, 160);
16344
16306
  text-transform: uppercase;
16345
16307
  }
16346
16308
 
@@ -16356,7 +16318,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16356
16318
  .Icon-Plus path,
16357
16319
  .Icon-Minus path,
16358
16320
  .Icon-Copy.primary path {
16359
- fill: #407ba0;
16321
+ fill: rgb(64, 123, 160);
16360
16322
  }
16361
16323
 
16362
16324
  .Icon-Copy path {
@@ -16366,11 +16328,11 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16366
16328
  .SRC-java-icon path,
16367
16329
  .SRC-r-icon path,
16368
16330
  .SRC-python-icon path {
16369
- fill: #407ba0;
16331
+ fill: rgb(64, 123, 160);
16370
16332
  }
16371
16333
 
16372
16334
  .SRC-terminal-icon > rect.outer {
16373
- fill: #407ba0;
16335
+ fill: rgb(64, 123, 160);
16374
16336
  }
16375
16337
 
16376
16338
  .styled-svg-wrapper span {
@@ -16398,11 +16360,11 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16398
16360
  }
16399
16361
  .icon-list.themed path,
16400
16362
  .icon-list.themed circle {
16401
- fill: #407ba0;
16363
+ fill: rgb(64, 123, 160);
16402
16364
  }
16403
16365
  .icon-list.themed .icon-kinomics path,
16404
16366
  .icon-list.themed .icon-proteomics path {
16405
- stroke: #407ba0;
16367
+ stroke: rgb(64, 123, 160);
16406
16368
  fill: none;
16407
16369
  }
16408
16370
  .icon-list.themed.bg-circle .styled-svg-wrapper {
@@ -16415,7 +16377,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16415
16377
 
16416
16378
  .SRC-Sort-Icon-Active {
16417
16379
  padding: 2px;
16418
- background-color: #407ba0;
16380
+ background-color: rgb(64, 123, 160);
16419
16381
  }
16420
16382
  .SRC-Sort-Icon-Active path {
16421
16383
  fill: white;
@@ -16427,7 +16389,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
16427
16389
  }
16428
16390
  .SRC-Sort-Icon-Inactive path,
16429
16391
  .Content-Copy-Icon path {
16430
- fill: #407ba0;
16392
+ fill: rgb(64, 123, 160);
16431
16393
  }
16432
16394
 
16433
16395
  svg.HelpButton {
@@ -16571,7 +16533,7 @@ svg.HelpButton {
16571
16533
  color: white;
16572
16534
  margin-top: 0px;
16573
16535
  margin-bottom: 0px;
16574
- background: #407ba0;
16536
+ background: rgb(64, 123, 160);
16575
16537
  }
16576
16538
  @media (min-width: 768px) {
16577
16539
  .SRC-portalCard.SRC-portalCardHeader {
@@ -16972,7 +16934,7 @@ svg.HelpButton {
16972
16934
  height: 3.6rem;
16973
16935
  line-height: 3.6rem;
16974
16936
  text-align: left;
16975
- color: #407ba0;
16937
+ color: rgb(64, 123, 160);
16976
16938
  background-color: #dcdcdc;
16977
16939
  border-left-color: #dcdcdc;
16978
16940
  }
@@ -16998,7 +16960,7 @@ svg.HelpButton {
16998
16960
  padding-left: 1.6rem;
16999
16961
  }
17000
16962
  .json-forms-menu ul .btn-link {
17001
- color: #407ba0;
16963
+ color: rgb(64, 123, 160);
17002
16964
  font-weight: bold;
17003
16965
  padding: 0;
17004
16966
  margin: 0;
@@ -17010,7 +16972,7 @@ svg.HelpButton {
17010
16972
  margin: 0 1.5rem 0 0;
17011
16973
  }
17012
16974
  .json-forms-menu ul .fa-check-circle {
17013
- color: #407ba0;
16975
+ color: rgb(64, 123, 160);
17014
16976
  }
17015
16977
  .json-forms-menu ul .fa-circle {
17016
16978
  border-radius: 50%;
@@ -17019,7 +16981,7 @@ svg.HelpButton {
17019
16981
  }
17020
16982
  .json-forms-menu ul .static .fa-circle {
17021
16983
  border: 1px solid #469285;
17022
- color: #407ba0;
16984
+ color: rgb(64, 123, 160);
17023
16985
  }
17024
16986
  .json-forms-menu ul .fa-exclamation-circle {
17025
16987
  color: #b2242a;
@@ -17100,7 +17062,7 @@ svg.HelpButton {
17100
17062
  color: #515359;
17101
17063
  }
17102
17064
  .SRC-ReactJsonForm .submission-header.submitted div {
17103
- color: #407ba0;
17065
+ color: rgb(64, 123, 160);
17104
17066
  font-weight: bold;
17105
17067
  text-transform: uppercase;
17106
17068
  }
@@ -17116,7 +17078,7 @@ svg.HelpButton {
17116
17078
  .SRC-ReactJsonForm .nav-link,
17117
17079
  .SRC-ReactJsonForm a.nav-link,
17118
17080
  .SRC-ReactJsonForm .nav-link > a {
17119
- color: #407ba0;
17081
+ color: rgb(64, 123, 160);
17120
17082
  font-weight: bold;
17121
17083
  cursor: pointer;
17122
17084
  }
@@ -17124,12 +17086,12 @@ svg.HelpButton {
17124
17086
  margin-left: 3px;
17125
17087
  }
17126
17088
  .SRC-ReactJsonForm .btn-action {
17127
- background-color: #407ba0;
17089
+ background-color: rgb(64, 123, 160);
17128
17090
  color: #fff;
17129
17091
  }
17130
17092
  .SRC-ReactJsonForm .btn-action:hover,
17131
17093
  .SRC-ReactJsonForm .btn-action:focus {
17132
- background-color: #407ba0;
17094
+ background-color: rgb(64, 123, 160);
17133
17095
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17134
17096
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
17135
17097
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
@@ -17141,8 +17103,8 @@ svg.HelpButton {
17141
17103
  .SRC-ReactJsonForm .btn-success,
17142
17104
  .SRC-ReactJsonForm .btn-success:active,
17143
17105
  .SRC-ReactJsonForm .btn-success:focus {
17144
- background-color: #407ba0;
17145
- border-color: #407ba0;
17106
+ background-color: rgb(64, 123, 160);
17107
+ border-color: rgb(64, 123, 160);
17146
17108
  }
17147
17109
  .SRC-ReactJsonForm .padding-full {
17148
17110
  padding: 2rem;
@@ -17169,7 +17131,7 @@ svg.HelpButton {
17169
17131
  margin-bottom: calc(2.1rem * 3);
17170
17132
  }
17171
17133
  .SRC-ReactJsonForm .file-grid .file-table button.btn {
17172
- color: #407ba0;
17134
+ color: rgb(64, 123, 160);
17173
17135
  }
17174
17136
  .SRC-ReactJsonForm .file-grid .file-table .view-more {
17175
17137
  text-align: right;
@@ -17195,11 +17157,11 @@ svg.HelpButton {
17195
17157
  vertical-align: middle;
17196
17158
  }
17197
17159
  .SRC-ReactJsonForm .file-grid .file-table table a {
17198
- color: #407ba0;
17160
+ color: rgb(64, 123, 160);
17199
17161
  }
17200
17162
  .SRC-ReactJsonForm .file-grid .btn-large {
17201
17163
  color: #fff;
17202
- background-color: #407ba0;
17164
+ background-color: rgb(64, 123, 160);
17203
17165
  text-transform: uppercase;
17204
17166
  padding: 0.75rem 1.5rem;
17205
17167
  }
@@ -17226,7 +17188,7 @@ svg.HelpButton {
17226
17188
  top: 0;
17227
17189
  }
17228
17190
  .SRC-ReactJsonForm .notification-area {
17229
- color: #407ba0;
17191
+ color: rgb(64, 123, 160);
17230
17192
  font-style: italic;
17231
17193
  margin-bottom: 2.1rem;
17232
17194
  }
@@ -17279,7 +17241,7 @@ svg.HelpButton {
17279
17241
  height: calc(2.1rem * 2);
17280
17242
  }
17281
17243
  .SRC-ReactJsonForm .step-exclude-directions button.btn-link {
17282
- color: #407ba0;
17244
+ color: rgb(64, 123, 160);
17283
17245
  font-weight: 700;
17284
17246
  font-style: normal;
17285
17247
  text-transform: uppercase;
@@ -17301,7 +17263,7 @@ svg.HelpButton {
17301
17263
  }
17302
17264
  .SRC-ReactJsonForm input[type=checkbox]:checked + label::before,
17303
17265
  .SRC-ReactJsonForm input[type=checkbox]:checked + span::before {
17304
- color: #407ba0;
17266
+ color: rgb(64, 123, 160);
17305
17267
  }
17306
17268
  .SRC-ReactJsonForm .has-error .form-control {
17307
17269
  border-color: #c94281;
@@ -17401,7 +17363,7 @@ svg.HelpButton {
17401
17363
  .SRC-ReactJsonForm .array-item-toolbox button,
17402
17364
  .SRC-ReactJsonForm .array-item-toolbox button:hover {
17403
17365
  background-color: transparent;
17404
- color: #407ba0;
17366
+ color: rgb(64, 123, 160);
17405
17367
  border: none;
17406
17368
  box-shadow: none;
17407
17369
  cursor: pointer;
@@ -17409,7 +17371,7 @@ svg.HelpButton {
17409
17371
  text-align: right;
17410
17372
  }
17411
17373
  .SRC-ReactJsonForm .array-item-toolbox i.glyphicon {
17412
- background: #407ba0;
17374
+ background: rgb(64, 123, 160);
17413
17375
  color: white;
17414
17376
  font-weight: 100;
17415
17377
  margin-right: 1rem;
@@ -17429,7 +17391,7 @@ svg.HelpButton {
17429
17391
  }
17430
17392
  .SRC-ReactJsonForm .array-item-add button.btn-info.btn-add {
17431
17393
  background-color: transparent;
17432
- color: #407ba0;
17394
+ color: rgb(64, 123, 160);
17433
17395
  border: 1px solid #dcdcdc;
17434
17396
  padding: 2rem 3.3rem;
17435
17397
  text-align: right;
@@ -17440,7 +17402,7 @@ svg.HelpButton {
17440
17402
  content: "Add Data";
17441
17403
  }
17442
17404
  .SRC-ReactJsonForm .array-item-add i.glyphicon {
17443
- background-color: #407ba0;
17405
+ background-color: rgb(64, 123, 160);
17444
17406
  color: white;
17445
17407
  font-weight: 100;
17446
17408
  margin-right: 1rem;
@@ -17461,7 +17423,7 @@ svg.HelpButton {
17461
17423
  margin: 0 5px;
17462
17424
  }
17463
17425
  .SRC-ReactJsonForm .toggle-help .react-switch-bg {
17464
- background-color: #407ba0;
17426
+ background-color: rgb(64, 123, 160);
17465
17427
  }
17466
17428
  .SRC-ReactJsonForm .summary .scroll-area {
17467
17429
  height: 100%;
@@ -17505,7 +17467,6 @@ svg.HelpButton {
17505
17467
  nav {
17506
17468
  display: none !important;
17507
17469
  }
17508
-
17509
17470
  .SRC-ReactJsonForm .submission-header {
17510
17471
  display: none;
17511
17472
  }
@@ -17607,13 +17568,13 @@ svg.HelpButton {
17607
17568
  cursor: pointer;
17608
17569
  border-radius: 50%;
17609
17570
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
17610
- background-color: #407ba0;
17571
+ background-color: rgb(64, 123, 160);
17611
17572
  }
17612
17573
  .RangeSlider__track {
17613
17574
  position: absolute;
17614
17575
  height: 6px;
17615
17576
  z-index: 1;
17616
- background-color: #407ba0;
17577
+ background-color: rgb(64, 123, 160);
17617
17578
  border-radius: 3px;
17618
17579
  cursor: pointer;
17619
17580
  }
@@ -17866,7 +17827,7 @@ svg.HelpButton {
17866
17827
  margin: 1rem 0 4rem;
17867
17828
  }
17868
17829
  .AccessRequirementList__register-text-link {
17869
- color: #407ba0;
17830
+ color: rgb(64, 123, 160);
17870
17831
  }
17871
17832
  .AccessRequirementList__file-icon-container {
17872
17833
  padding-left: 25px;
@@ -17893,7 +17854,7 @@ svg.HelpButton {
17893
17854
  margin-right: 2rem;
17894
17855
  }
17895
17856
  .AccessRequirementList .accept-button {
17896
- background-color: #407ba0;
17857
+ background-color: rgb(64, 123, 160);
17897
17858
  padding: 10px 70px 10px 70px;
17898
17859
  color: white;
17899
17860
  }
@@ -17903,12 +17864,12 @@ svg.HelpButton {
17903
17864
  align-content: center;
17904
17865
  justify-content: center;
17905
17866
  text-align: center;
17906
- color: #407ba0;
17867
+ color: rgb(64, 123, 160);
17907
17868
  display: inline;
17908
17869
  }
17909
17870
  .AccessRequirementList .get-access-requirement-button {
17910
17871
  margin-left: 10px;
17911
- background-color: #407ba0;
17872
+ background-color: rgb(64, 123, 160);
17912
17873
  color: white;
17913
17874
  }
17914
17875
  .AccessRequirementList .check-mark-container {
@@ -17929,7 +17890,7 @@ svg.HelpButton {
17929
17890
  background-color: orange;
17930
17891
  }
17931
17892
  .AccessRequirementList .check-mark-container.green {
17932
- background-color: #27a745;
17893
+ background-color: rgb(39, 167, 69);
17933
17894
  }
17934
17895
  .AccessRequirementList .AcceptRequirementsMarkdown {
17935
17896
  padding-right: 15px;
@@ -18101,7 +18062,7 @@ svg.HelpButton {
18101
18062
  display: inline-block;
18102
18063
  }
18103
18064
  .Download-Link .icon-container {
18104
- background-color: #407ba0;
18065
+ background-color: rgb(64, 123, 160);
18105
18066
  border-radius: 50%;
18106
18067
  width: 30px;
18107
18068
  height: 30px;
@@ -18454,7 +18415,7 @@ svg.HelpButton {
18454
18415
  height: 45px;
18455
18416
  }
18456
18417
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
18457
- background-color: #407ba0;
18418
+ background-color: rgb(64, 123, 160);
18458
18419
  }
18459
18420
  .QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
18460
18421
  grid-row: 1/span 100;
@@ -18606,7 +18567,7 @@ svg.HelpButton {
18606
18567
  }
18607
18568
  .QueryWrapperSearchInput__searchbar:focus-within,
18608
18569
  .QueryWrapperSqlEditorInput__searchbar:focus-within {
18609
- outline-color: #407ba0;
18570
+ outline-color: rgb(64, 123, 160);
18610
18571
  outline-style: auto;
18611
18572
  outline-width: 5px;
18612
18573
  }
@@ -18718,20 +18679,20 @@ svg.HelpButton {
18718
18679
  line-height: 0px;
18719
18680
  }
18720
18681
  .ElementWithTooltip svg path {
18721
- fill: #407ba0;
18682
+ fill: rgb(64, 123, 160);
18722
18683
  }
18723
18684
  .ElementWithTooltip:hover svg,
18724
18685
  .ElementWithTooltip:hover path {
18725
18686
  fill: #fff;
18726
18687
  }
18727
18688
  .ElementWithTooltip.dark-theme svg {
18728
- fill: #407ba0;
18729
- color: #407ba0 !important;
18689
+ fill: rgb(64, 123, 160);
18690
+ color: rgb(64, 123, 160) !important;
18730
18691
  width: 18px;
18731
18692
  height: 18px;
18732
18693
  }
18733
18694
  .ElementWithTooltip.dark-theme svg path {
18734
- fill: #407ba0;
18695
+ fill: rgb(64, 123, 160);
18735
18696
  }
18736
18697
  .ElementWithTooltip.dark-theme:hover svg,
18737
18698
  .ElementWithTooltip.dark-theme:hover path {
@@ -18739,7 +18700,7 @@ svg.HelpButton {
18739
18700
  }
18740
18701
 
18741
18702
  .show .ElementWithTooltip.dark-theme svg {
18742
- fill: #407ba0;
18703
+ fill: rgb(64, 123, 160);
18743
18704
  color: white !important;
18744
18705
  }
18745
18706
  .show .ElementWithTooltip.dark-theme svg path {
@@ -18765,12 +18726,12 @@ button.ElementWithTooltip:active:focus, button.ElementWithTooltip:focus {
18765
18726
  fill: white;
18766
18727
  }
18767
18728
  .show button svg .SRC-primary-stroke-color, button:hover .SRC-primary-stroke-color {
18768
- fill: #407ba0 !important;
18729
+ fill: rgb(64, 123, 160) !important;
18769
18730
  stroke: white !important;
18770
18731
  }
18771
18732
 
18772
18733
  button:hover .SRC-column-light-theme .SRC-light-column {
18773
- fill: #407ba0 !important;
18734
+ fill: rgb(64, 123, 160) !important;
18774
18735
  stroke: white !important;
18775
18736
  }
18776
18737
 
@@ -19088,7 +19049,7 @@ input[type=radio] + span {
19088
19049
  color: #ababac;
19089
19050
  }
19090
19051
  .EnumFacetFilter__search input:focus {
19091
- outline-color: #407ba0;
19052
+ outline-color: rgb(64, 123, 160);
19092
19053
  }
19093
19054
  .EnumFacetFilter__search button {
19094
19055
  position: absolute;
@@ -19251,10 +19212,10 @@ input[type=radio] + span {
19251
19212
  width: 100%;
19252
19213
  margin: 10px 0 0 0;
19253
19214
  padding: 0;
19254
- color: #407ba0 !important;
19215
+ color: rgb(64, 123, 160) !important;
19255
19216
  }
19256
19217
  .EnumFacetFilter__showMoreFacetsBtn:hover {
19257
- color: #407ba0 !important;
19218
+ color: rgb(64, 123, 160) !important;
19258
19219
  text-decoration: underline;
19259
19220
  }
19260
19221
  .EnumFacetFilter__showMoreFacetsCount {
@@ -19269,7 +19230,7 @@ input[type=radio] + span {
19269
19230
  margin-top: 10px;
19270
19231
  }
19271
19232
  .EnumFacetFilter button {
19272
- color: #407ba0;
19233
+ color: rgb(64, 123, 160);
19273
19234
  }
19274
19235
 
19275
19236
  .EnumFacetFilter.EnumFacetFilterSelect.dropdown button.dropdown-toggle {
@@ -19400,7 +19361,7 @@ input[type=radio] + span {
19400
19361
  }
19401
19362
  .Goals__Card__header {
19402
19363
  min-height: 75px;
19403
- background: #407ba0;
19364
+ background: rgb(64, 123, 160);
19404
19365
  background-size: cover !important;
19405
19366
  background-repeat: no-repeat !important;
19406
19367
  display: flex;
@@ -19435,8 +19396,8 @@ input[type=radio] + span {
19435
19396
  margin-left: 0px;
19436
19397
  }
19437
19398
  .Goals__Mobile__Header__Count {
19438
- border: 1px solid #407ba0;
19439
- color: #407ba0;
19399
+ border: 1px solid rgb(64, 123, 160);
19400
+ color: rgb(64, 123, 160);
19440
19401
  border-radius: 50%;
19441
19402
  min-height: 50px;
19442
19403
  min-width: 50px;
@@ -19497,7 +19458,7 @@ input[type=radio] + span {
19497
19458
  cursor: pointer;
19498
19459
  border: 1px solid transparent;
19499
19460
  border-radius: 24px;
19500
- background-color: #407ba0;
19461
+ background-color: rgb(64, 123, 160);
19501
19462
  color: white;
19502
19463
  }
19503
19464
 
@@ -19536,13 +19497,13 @@ input[type=radio] + span {
19536
19497
  flex-wrap: wrap;
19537
19498
  }
19538
19499
  .Feed .FeedItems .FeedItem .FeedItemCategories .FeedItemCategory {
19539
- border: 1px solid #407ba0;
19500
+ border: 1px solid rgb(64, 123, 160);
19540
19501
  display: inline-flex;
19541
19502
  align-content: flex-start;
19542
19503
  border-radius: 100px;
19543
19504
  padding: 5px 20px;
19544
19505
  text-transform: uppercase;
19545
- color: #407ba0;
19506
+ color: rgb(64, 123, 160);
19546
19507
  margin-right: 5px;
19547
19508
  margin-bottom: 5px;
19548
19509
  font-size: 12px;
@@ -19622,7 +19583,7 @@ input[type=radio] + span {
19622
19583
  background-color: rgba(64, 123, 160, 0.05);
19623
19584
  }
19624
19585
  .Resources a {
19625
- color: #407ba0;
19586
+ color: rgb(64, 123, 160);
19626
19587
  }
19627
19588
  .Resources .control-container {
19628
19589
  background: white;
@@ -19649,9 +19610,9 @@ input[type=radio] + span {
19649
19610
  flex-shrink: 1;
19650
19611
  }
19651
19612
  .Resources .control-container .button-container button.isSelected, .Resources .control-container .button-container button:not(.gap-fill):hover {
19652
- color: #407ba0;
19613
+ color: rgb(64, 123, 160);
19653
19614
  background-color: rgba(64, 123, 160, 0.04);
19654
- border-right: 2px solid #407ba0;
19615
+ border-right: 2px solid rgb(64, 123, 160);
19655
19616
  }
19656
19617
  .Resources .control-container .button-container .gap-fill {
19657
19618
  max-height: unset;
@@ -19718,7 +19679,7 @@ input[type=radio] + span {
19718
19679
  .UserCardListRotate .UserCardListRotate__summary .UserCardListRotate__summary__link {
19719
19680
  border-radius: 24px;
19720
19681
  padding: 10px 24px;
19721
- background-color: #407ba0;
19682
+ background-color: rgb(64, 123, 160);
19722
19683
  color: #fff;
19723
19684
  font-size: 16px;
19724
19685
  display: inline-block;
@@ -19985,7 +19946,7 @@ input[type=radio] + span {
19985
19946
  }
19986
19947
  .Programs__Card__header {
19987
19948
  min-height: 75px;
19988
- background: #407ba0;
19949
+ background: rgb(64, 123, 160);
19989
19950
  display: flex;
19990
19951
  align-items: center;
19991
19952
  }
@@ -20045,7 +20006,7 @@ input[type=radio] + span {
20045
20006
  }
20046
20007
 
20047
20008
  .UserCardListGroups a {
20048
- color: #407ba0;
20009
+ color: rgb(64, 123, 160);
20049
20010
  }
20050
20011
  .UserCardListGroups__Desktop .control-container {
20051
20012
  background: white;
@@ -20073,9 +20034,9 @@ input[type=radio] + span {
20073
20034
  flex-shrink: 1;
20074
20035
  }
20075
20036
  .UserCardListGroups__Desktop .control-container .button-container button.isSelected, .UserCardListGroups__Desktop .control-container .button-container button:not(.gap-fill):hover {
20076
- color: #407ba0;
20037
+ color: rgb(64, 123, 160);
20077
20038
  background-color: rgba(64, 123, 160, 0.04);
20078
- border-right: 2px solid #407ba0;
20039
+ border-right: 2px solid rgb(64, 123, 160);
20079
20040
  }
20080
20041
  .UserCardListGroups__Desktop .control-container .button-container .gap-fill {
20081
20042
  max-height: unset;
@@ -20190,13 +20151,13 @@ input[type=radio] + span {
20190
20151
  grid-column-start: remove-button;
20191
20152
  }
20192
20153
  .evaluation-round-editor .advanced-limits-grid .remove-button svg {
20193
- fill: #407ba0;
20154
+ fill: rgb(64, 123, 160);
20194
20155
  }
20195
20156
  .evaluation-round-editor .advanced-limits-grid .add-button {
20196
20157
  grid-column-start: add-button;
20197
20158
  }
20198
20159
  .evaluation-round-editor .advanced-limits-grid .add-button svg {
20199
- fill: #407ba0;
20160
+ fill: rgb(64, 123, 160);
20200
20161
  }
20201
20162
 
20202
20163
  .evaluation-round-editor-list .evaluation-round-editor {
@@ -20294,7 +20255,7 @@ input[type=radio] + span {
20294
20255
  .PersonalAccessTokenCard {
20295
20256
  display: inline-flex;
20296
20257
  align-items: center;
20297
- border: 1px solid #dddddf;
20258
+ border: 1px solid rgb(221, 221, 223);
20298
20259
  justify-content: space-between;
20299
20260
  margin: 7px;
20300
20261
  height: 110px;
@@ -20591,13 +20552,13 @@ input[type=radio] + span {
20591
20552
  width: 16px;
20592
20553
  height: 16px;
20593
20554
  background: none;
20594
- border: 1px solid #407ba0;
20555
+ border: 1px solid rgb(64, 123, 160);
20595
20556
  }
20596
20557
  .SRC-Carousel .BrainhubCarousel__dots .BrainhubCarousel__dot--selected::before {
20597
20558
  width: 16px;
20598
20559
  height: 16px;
20599
- background-color: #407ba0;
20600
- border: 1px solid #407ba0;
20560
+ background-color: rgb(64, 123, 160);
20561
+ border: 1px solid rgb(64, 123, 160);
20601
20562
  }
20602
20563
 
20603
20564
  .terms-conditions .view-terms a,
@@ -20638,7 +20599,7 @@ input[type=radio] + span {
20638
20599
  background: rgba(22, 75, 110, 0.05);
20639
20600
  }
20640
20601
  .SynapseHomepage .SearchLinkBar {
20641
- background: #40769a;
20602
+ background: rgb(64, 118, 154);
20642
20603
  padding-top: 15px;
20643
20604
  padding-bottom: 15px;
20644
20605
  }
@@ -21044,7 +21005,6 @@ input[type=radio] + span {
21044
21005
  background: #fff url("https://s3.amazonaws.com/static.synapse.org/images/SynapseMobileLogInFull.svg") 50% 50%;
21045
21006
  background-size: contain;
21046
21007
  }
21047
-
21048
21008
  .login-panel-wrapper {
21049
21009
  background: transparent none;
21050
21010
  }
@@ -21105,7 +21065,7 @@ input[type=radio] + span {
21105
21065
  top: 1px;
21106
21066
  }
21107
21067
  .EntityFinder__Search .ClearSearchIcon {
21108
- color: #407ba0;
21068
+ color: rgb(64, 123, 160);
21109
21069
  cursor: pointer;
21110
21070
  position: relative;
21111
21071
  left: -20px;
@@ -21170,7 +21130,7 @@ input[type=radio] + span {
21170
21130
  }
21171
21131
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21172
21132
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21173
- border-left: 3px solid #407ba0;
21133
+ border-left: 3px solid rgb(64, 123, 160);
21174
21134
  border-right: none;
21175
21135
  background-color: transparent;
21176
21136
  }
@@ -21211,7 +21171,7 @@ input[type=radio] + span {
21211
21171
  }
21212
21172
 
21213
21173
  .EntityFinder__Search .ClearSearchIcon {
21214
- color: #407ba0;
21174
+ color: rgb(64, 123, 160);
21215
21175
  cursor: pointer;
21216
21176
  position: relative;
21217
21177
  left: -20px;
@@ -21289,7 +21249,7 @@ input[type=radio] + span {
21289
21249
 
21290
21250
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21291
21251
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21292
- border-left: 3px solid #407ba0;
21252
+ border-left: 3px solid rgb(64, 123, 160);
21293
21253
  border-right: none;
21294
21254
  background-color: transparent;
21295
21255
  }
@@ -21903,7 +21863,7 @@ input[type=radio] + span {
21903
21863
  }
21904
21864
 
21905
21865
  .EntityFinder__Search .ClearSearchIcon {
21906
- color: #407ba0;
21866
+ color: rgb(64, 123, 160);
21907
21867
  cursor: pointer;
21908
21868
  position: relative;
21909
21869
  left: -20px;
@@ -21981,7 +21941,7 @@ input[type=radio] + span {
21981
21941
 
21982
21942
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
21983
21943
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
21984
- border-left: 3px solid #407ba0;
21944
+ border-left: 3px solid rgb(64, 123, 160);
21985
21945
  border-right: none;
21986
21946
  background-color: transparent;
21987
21947
  }
@@ -22092,7 +22052,7 @@ input[type=radio] + span {
22092
22052
  }
22093
22053
 
22094
22054
  .EntityFinder__Search .ClearSearchIcon {
22095
- color: #407ba0;
22055
+ color: rgb(64, 123, 160);
22096
22056
  cursor: pointer;
22097
22057
  position: relative;
22098
22058
  left: -20px;
@@ -22170,7 +22130,7 @@ input[type=radio] + span {
22170
22130
 
22171
22131
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22172
22132
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22173
- border-left: 3px solid #407ba0;
22133
+ border-left: 3px solid rgb(64, 123, 160);
22174
22134
  border-right: none;
22175
22135
  background-color: transparent;
22176
22136
  }
@@ -22183,7 +22143,7 @@ input[type=radio] + span {
22183
22143
  font-size: 18px;
22184
22144
  }
22185
22145
  .TreeView.BrowseTree .Node[aria-disabled=false][aria-selected=false] > .EntityName {
22186
- color: #407ba0;
22146
+ color: rgb(64, 123, 160);
22187
22147
  text-decoration: none;
22188
22148
  font-weight: 700;
22189
22149
  letter-spacing: 0.5px;
@@ -22248,7 +22208,7 @@ input[type=radio] + span {
22248
22208
  }
22249
22209
 
22250
22210
  .EntityFinder__Search .ClearSearchIcon {
22251
- color: #407ba0;
22211
+ color: rgb(64, 123, 160);
22252
22212
  cursor: pointer;
22253
22213
  position: relative;
22254
22214
  left: -20px;
@@ -22326,7 +22286,7 @@ input[type=radio] + span {
22326
22286
 
22327
22287
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22328
22288
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22329
- border-left: 3px solid #407ba0;
22289
+ border-left: 3px solid rgb(64, 123, 160);
22330
22290
  border-right: none;
22331
22291
  background-color: transparent;
22332
22292
  }
@@ -22350,7 +22310,10 @@ input[type=radio] + span {
22350
22310
  .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon {
22351
22311
  text-align: center;
22352
22312
  grid-column: icon/span 1;
22353
- margin-bottom: 3px;
22313
+ margin: 2px 3px 1px 3px;
22314
+ }
22315
+ .TreeView.SelectTree .Tree .Node.SelectNode .EntityIcon svg {
22316
+ width: 15px;
22354
22317
  }
22355
22318
  .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true] {
22356
22319
  background: #8ab4ad;
@@ -22402,7 +22365,7 @@ input[type=radio] + span {
22402
22365
  }
22403
22366
 
22404
22367
  .EntityFinder__Search .ClearSearchIcon {
22405
- color: #407ba0;
22368
+ color: rgb(64, 123, 160);
22406
22369
  cursor: pointer;
22407
22370
  position: relative;
22408
22371
  left: -20px;
@@ -22480,7 +22443,7 @@ input[type=radio] + span {
22480
22443
 
22481
22444
  .EntityFinder .reflex-container.vertical > .reflex-splitter:hover,
22482
22445
  .EntityFinder .reflex-container.vertical > .reflex-splitter:active {
22483
- border-left: 3px solid #407ba0;
22446
+ border-left: 3px solid rgb(64, 123, 160);
22484
22447
  border-right: none;
22485
22448
  background-color: transparent;
22486
22449
  }
@@ -22495,7 +22458,7 @@ input[type=radio] + span {
22495
22458
  overflow-x: auto;
22496
22459
  }
22497
22460
  .Breadcrumbs .BreadcrumbItem {
22498
- color: #407ba0;
22461
+ color: rgb(64, 123, 160);
22499
22462
  text-decoration: none;
22500
22463
  font-weight: 700;
22501
22464
  letter-spacing: 0.5px;
@@ -22563,7 +22526,7 @@ input[type=radio] + span {
22563
22526
  margin-right: 10px;
22564
22527
  }
22565
22528
  .EntityFinderSelectionPane__Row__DeselectButton {
22566
- color: #407ba0;
22529
+ color: rgb(64, 123, 160);
22567
22530
  cursor: pointer;
22568
22531
  }
22569
22532
 
@@ -23047,12 +23010,30 @@ table.DownloadListTableV2 td {
23047
23010
  margin-left: -25px;
23048
23011
  }
23049
23012
 
23013
+ .DownloadListActionsRequired {
23014
+ padding-top: 40px;
23015
+ }
23016
+
23050
23017
  .actionRequiredCard {
23051
23018
  display: grid;
23052
23019
  padding: 20px 35px;
23053
23020
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
23054
23021
  grid-template-columns: 160px auto 160px;
23055
23022
  }
23023
+ .actionRequiredCard.RequestDownloadCart {
23024
+ grid-template-columns: 160px auto 200px;
23025
+ }
23026
+ .actionRequiredCard.RequestDownloadCart .iconImg {
23027
+ margin-top: 10px;
23028
+ margin-left: 30px;
23029
+ }
23030
+ .actionRequiredCard.RequestDownloadCart .contactAdminNote {
23031
+ color: #878e95;
23032
+ text-align: center;
23033
+ }
23034
+ .actionRequiredCard .title {
23035
+ margin-bottom: 5px;
23036
+ }
23056
23037
  .actionRequiredCard .metadata,
23057
23038
  .actionRequiredCard .startButtonContainer {
23058
23039
  align-self: center;
@@ -23063,7 +23044,10 @@ table.DownloadListTableV2 td {
23063
23044
  line-height: 40px;
23064
23045
  }
23065
23046
  .actionRequiredCard .fileCount {
23066
- font-weight: bold;
23047
+ color: #878e95;
23048
+ }
23049
+ .actionRequiredCard .description {
23050
+ margin-right: 10px;
23067
23051
  }
23068
23052
  .actionRequiredCard .startButton {
23069
23053
  width: 100%;
@@ -23770,7 +23754,7 @@ table.DownloadListTableV2 td {
23770
23754
  padding: 10px 25px;
23771
23755
  }
23772
23756
  .ObservationCard__time svg {
23773
- color: #407ba0;
23757
+ color: rgb(64, 123, 160);
23774
23758
  padding-bottom: 4px;
23775
23759
  margin-right: 5px;
23776
23760
  }
@@ -24652,9 +24636,9 @@ input[type=radio] + span {
24652
24636
  .AccessRequirementsTable li {
24653
24637
  list-style: none;
24654
24638
  }
24655
- .AccessApprovalsTable .requestor,
24656
- .AccessSubmissionTable .requestor,
24657
- .AccessRequirementsTable .requestor {
24639
+ .AccessApprovalsTable .requester,
24640
+ .AccessSubmissionTable .requester,
24641
+ .AccessRequirementsTable .requester {
24658
24642
  font-style: italic;
24659
24643
  color: #878e95 !important;
24660
24644
  }
@@ -24673,19 +24657,23 @@ input[type=radio] + span {
24673
24657
  font-style: italic;
24674
24658
  }
24675
24659
 
24676
- .AccessRequirementDashboard .InputPanel {
24660
+ .AccessRequirementDashboard .InputPanel,
24661
+ .AccessSubmissionDashboard .InputPanel {
24677
24662
  display: grid;
24678
24663
  grid-template-columns: auto 265px auto;
24679
24664
  gap: 25px;
24680
24665
  }
24681
- .AccessRequirementDashboard .InputPanel input {
24666
+ .AccessRequirementDashboard .InputPanel input,
24667
+ .AccessSubmissionDashboard .InputPanel input {
24682
24668
  margin-bottom: 0;
24683
24669
  }
24684
- .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup {
24670
+ .AccessRequirementDashboard .InputPanel .ProjectIdInputGroup,
24671
+ .AccessSubmissionDashboard .InputPanel .ProjectIdInputGroup {
24685
24672
  display: flex;
24686
24673
  gap: 5px;
24687
24674
  }
24688
- .AccessRequirementDashboard .InputPanel .styled-svg-wrapper {
24675
+ .AccessRequirementDashboard .InputPanel .styled-svg-wrapper,
24676
+ .AccessSubmissionDashboard .InputPanel .styled-svg-wrapper {
24689
24677
  position: absolute;
24690
24678
  right: 5px;
24691
24679
  z-index: 5;
@@ -24693,5 +24681,9 @@ input[type=radio] + span {
24693
24681
  display: flex;
24694
24682
  align-items: center;
24695
24683
  }
24684
+ .AccessRequirementDashboard .SubmissionGrid,
24685
+ .AccessSubmissionDashboard .SubmissionGrid {
24686
+ grid-template-columns: auto auto auto;
24687
+ }
24696
24688
 
24697
24689
  /*# sourceMappingURL=main.css.map */