synapse-react-client 2.0.53 → 2.0.57

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 (104) hide show
  1. package/dist/assets/icons/Data2.svg +2 -2
  2. package/dist/assets/icons/NoSearchResults.svg +2 -2
  3. package/dist/assets/icons/json-form-tool-no-submissions.svg +4 -4
  4. package/dist/assets/icons/organizations.svg +2 -2
  5. package/dist/assets/icons/subscribe_plus.svg +2 -2
  6. package/dist/assets/skeletons/SkeletonTable.d.ts +2 -0
  7. package/dist/assets/skeletons/SkeletonTable.js +4 -4
  8. package/dist/assets/skeletons/SkeletonTable.js.map +1 -1
  9. package/dist/assets/themed_icons/Database.js +2 -2
  10. package/dist/assets/themed_icons/Database.js.map +1 -1
  11. package/dist/assets/themed_icons/Project.js +2 -2
  12. package/dist/assets/themed_icons/Project.js.map +1 -1
  13. package/dist/assets/themed_icons/Settings.js +2 -2
  14. package/dist/assets/themed_icons/Settings.js.map +1 -1
  15. package/dist/assets/themed_icons/ToolComputational.js +2 -2
  16. package/dist/assets/themed_icons/ToolComputational.js.map +1 -1
  17. package/dist/assets/themed_icons/ToolExperimental.js +6 -6
  18. package/dist/assets/themed_icons/ToolExperimental.js.map +1 -1
  19. package/dist/containers/EntityLink.d.ts +5 -4
  20. package/dist/containers/EntityLink.js +37 -8
  21. package/dist/containers/EntityLink.js.map +1 -1
  22. package/dist/containers/FullWidthAlert.js +3 -3
  23. package/dist/containers/FullWidthAlert.js.map +1 -1
  24. package/dist/containers/GenericCard.d.ts +2 -2
  25. package/dist/containers/GenericCard.js.map +1 -1
  26. package/dist/containers/IconSvg.js +14 -13
  27. package/dist/containers/IconSvg.js.map +1 -1
  28. package/dist/containers/Login.d.ts +4 -1
  29. package/dist/containers/Login.js +8 -4
  30. package/dist/containers/Login.js.map +1 -1
  31. package/dist/containers/LoginPage.d.ts +1 -1
  32. package/dist/containers/LoginPage.js +2 -2
  33. package/dist/containers/LoginPage.js.map +1 -1
  34. package/dist/containers/ModalDownload.js +3 -8
  35. package/dist/containers/ModalDownload.js.map +1 -1
  36. package/dist/containers/PlotlyWrapper.d.ts +2 -0
  37. package/dist/containers/PlotlyWrapper.js +5 -7
  38. package/dist/containers/PlotlyWrapper.js.map +1 -1
  39. package/dist/containers/StackedBarChart.js +1 -1
  40. package/dist/containers/StackedBarChart.js.map +1 -1
  41. package/dist/containers/SubsectionRowRenderer.js +1 -1
  42. package/dist/containers/SubsectionRowRenderer.js.map +1 -1
  43. package/dist/containers/download_list_v2/DownloadListActionsRequired.js +4 -6
  44. package/dist/containers/download_list_v2/DownloadListActionsRequired.js.map +1 -1
  45. package/dist/containers/download_list_v2/MeetAccessRequirementCard.d.ts +1 -0
  46. package/dist/containers/download_list_v2/MeetAccessRequirementCard.js +15 -4
  47. package/dist/containers/download_list_v2/MeetAccessRequirementCard.js.map +1 -1
  48. package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.d.ts +2 -2
  49. package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js +22 -19
  50. package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js.map +1 -1
  51. package/dist/containers/entity_finder/EntityFinder.js +4 -2
  52. package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
  53. package/dist/containers/home_page/featured_tools/FeaturedToolsList.js +1 -1
  54. package/dist/containers/home_page/featured_tools/FeaturedToolsList.js.map +1 -1
  55. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.d.ts +1 -1
  56. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +1 -1
  57. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
  58. package/dist/containers/synapse_table_functions/SynapseTableCell.d.ts +7 -16
  59. package/dist/containers/synapse_table_functions/SynapseTableCell.js +87 -74
  60. package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
  61. package/dist/containers/synapse_table_functions/getColumnIndiciesWithType.d.ts +2 -2
  62. package/dist/containers/synapse_table_functions/getColumnIndiciesWithType.js.map +1 -1
  63. package/dist/containers/table/StandaloneQueryWrapper.d.ts +33 -0
  64. package/dist/containers/table/StandaloneQueryWrapper.js +59 -0
  65. package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -0
  66. package/dist/containers/table/SynapseTable.d.ts +4 -7
  67. package/dist/containers/table/SynapseTable.js +11 -20
  68. package/dist/containers/table/SynapseTable.js.map +1 -1
  69. package/dist/containers/{query_wrapper_plot_nav → table}/TopLevelControls.d.ts +4 -2
  70. package/dist/containers/{query_wrapper_plot_nav → table}/TopLevelControls.js +13 -11
  71. package/dist/containers/table/TopLevelControls.js.map +1 -0
  72. package/dist/index.d.ts +1 -0
  73. package/dist/index.js +2 -0
  74. package/dist/index.js.map +1 -1
  75. package/dist/rollup.index.d.ts +1 -1
  76. package/dist/style/abstracts/_mixins.scss +9 -7
  77. package/dist/style/abstracts/_variables.scss +42 -29
  78. package/dist/style/base/_icons.scss +8 -7
  79. package/dist/style/bootstrap4_backports/_base-import.scss +46 -0
  80. package/dist/style/components/_carousel.scss +4 -3
  81. package/dist/style/components/_global-alert.scss +3 -0
  82. package/dist/style/components/_project-view-card.scss +2 -1
  83. package/dist/style/components/_query-filter.scss +2 -1
  84. package/dist/style/components/_query-wrapper-plot-nav.scss +41 -40
  85. package/dist/style/components/entity_finder/_entity-finder.scss +2 -1
  86. package/dist/style/components/entity_finder/_selection-pane.scss +2 -1
  87. package/dist/style/main.css +649 -203
  88. package/dist/template_style/_form.scss +8 -0
  89. package/dist/umd/synapse-react-client.production.min.js +18 -18
  90. package/dist/umd/synapse-react-client.production.styles.css +649 -203
  91. package/dist/utils/SynapseClient.d.ts +3 -4
  92. package/dist/utils/SynapseClient.js +9 -9
  93. package/dist/utils/SynapseClient.js.map +1 -1
  94. package/dist/utils/hooks/SynapseAPI/useEntity.d.ts +2 -2
  95. package/dist/utils/hooks/SynapseAPI/useEntity.js +11 -5
  96. package/dist/utils/hooks/SynapseAPI/useEntity.js.map +1 -1
  97. package/dist/utils/synapseTypes/Table/ColumnType.d.ts +2 -1
  98. package/dist/utils/synapseTypes/Table/ColumnType.js +1 -0
  99. package/dist/utils/synapseTypes/Table/ColumnType.js.map +1 -1
  100. package/dist/utils/synapseTypes/Table/SelectColumn.d.ts +2 -18
  101. package/dist/utils/synapseTypes/Table/SelectColumn.js +0 -19
  102. package/dist/utils/synapseTypes/Table/SelectColumn.js.map +1 -1
  103. package/package.json +2 -2
  104. package/dist/containers/query_wrapper_plot_nav/TopLevelControls.js.map +0 -1
@@ -8652,248 +8652,248 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
8652
8652
  .bootstrap-4-backport .btn-white:hover {
8653
8653
  color: rgba(0, 0, 0, 0.73);
8654
8654
  }
8655
- .bootstrap-4-backport .btn-primary-base {
8656
- color: #fff;
8657
- background-color: #407ba0;
8658
- border-color: #407ba0;
8655
+ .bootstrap-4-backport .btn-primary-100 {
8656
+ color: #212529;
8657
+ background-color: #edf0f2;
8658
+ border-color: #edf0f2;
8659
8659
  }
8660
- .bootstrap-4-backport .btn-primary-base:hover {
8661
- color: #fff;
8662
- background-color: #356685;
8663
- border-color: #315f7c;
8660
+ .bootstrap-4-backport .btn-primary-100:hover {
8661
+ color: #212529;
8662
+ background-color: #d6dee3;
8663
+ border-color: #cfd8dd;
8664
8664
  }
8665
- .bootstrap-4-backport .btn-primary-base:focus, .bootstrap-4-backport .btn-primary-base.focus {
8666
- color: #fff;
8667
- background-color: #356685;
8668
- border-color: #315f7c;
8669
- box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
8665
+ .bootstrap-4-backport .btn-primary-100:focus, .bootstrap-4-backport .btn-primary-100.focus {
8666
+ color: #212529;
8667
+ background-color: #d6dee3;
8668
+ border-color: #cfd8dd;
8669
+ box-shadow: 0 0 0 0.2rem rgba(206, 210, 212, 0.5);
8670
8670
  }
8671
- .bootstrap-4-backport .btn-primary-base.disabled, .bootstrap-4-backport .btn-primary-base:disabled {
8672
- color: #fff;
8673
- background-color: #407ba0;
8674
- border-color: #407ba0;
8671
+ .bootstrap-4-backport .btn-primary-100.disabled, .bootstrap-4-backport .btn-primary-100:disabled {
8672
+ color: #212529;
8673
+ background-color: #edf0f2;
8674
+ border-color: #edf0f2;
8675
8675
  }
8676
- .bootstrap-4-backport .btn-primary-base:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-base:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-base.dropdown-toggle {
8677
- color: #fff;
8678
- background-color: #315f7c;
8679
- border-color: #2e5872;
8676
+ .bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-100.dropdown-toggle {
8677
+ color: #212529;
8678
+ background-color: #cfd8dd;
8679
+ border-color: #c7d2d8;
8680
8680
  }
8681
- .bootstrap-4-backport .btn-primary-base:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-base:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-base.dropdown-toggle:focus {
8682
- box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
8681
+ .bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-100.dropdown-toggle:focus {
8682
+ box-shadow: 0 0 0 0.2rem rgba(206, 210, 212, 0.5);
8683
8683
  }
8684
- .bootstrap-4-backport .btn-light-primary-base {
8684
+ .bootstrap-4-backport .btn-light-primary-100 {
8685
8685
  color: #212529;
8686
8686
  background-color: #dfdfdf;
8687
8687
  border-color: #dfdfdf;
8688
8688
  }
8689
- .bootstrap-4-backport .btn-light-primary-base:hover {
8690
- color: #fff;
8691
- background-color: #407ba0;
8692
- border-color: #407ba0;
8689
+ .bootstrap-4-backport .btn-light-primary-100:hover {
8690
+ color: #212529;
8691
+ background-color: #edf0f2;
8692
+ border-color: #edf0f2;
8693
8693
  }
8694
- .bootstrap-4-backport .btn-light-primary-base:focus, .bootstrap-4-backport .btn-light-primary-base.focus {
8695
- color: #fff;
8696
- background-color: #407ba0;
8697
- border-color: #407ba0;
8694
+ .bootstrap-4-backport .btn-light-primary-100:focus, .bootstrap-4-backport .btn-light-primary-100.focus {
8695
+ color: #212529;
8696
+ background-color: #edf0f2;
8697
+ border-color: #edf0f2;
8698
8698
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
8699
8699
  }
8700
- .bootstrap-4-backport .btn-light-primary-base.disabled, .bootstrap-4-backport .btn-light-primary-base:disabled {
8700
+ .bootstrap-4-backport .btn-light-primary-100.disabled, .bootstrap-4-backport .btn-light-primary-100:disabled {
8701
8701
  color: #212529;
8702
8702
  background-color: #dfdfdf;
8703
8703
  border-color: #dfdfdf;
8704
8704
  }
8705
- .bootstrap-4-backport .btn-light-primary-base:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-base:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-base.dropdown-toggle {
8706
- color: #fff;
8707
- background-color: #336280;
8708
- border-color: #2d5670;
8705
+ .bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-100.dropdown-toggle {
8706
+ color: #212529;
8707
+ background-color: #b4c2cb;
8708
+ border-color: #98abb7;
8709
8709
  }
8710
- .bootstrap-4-backport .btn-light-primary-base:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-base:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-base.dropdown-toggle:focus {
8710
+ .bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-100.dropdown-toggle:focus {
8711
8711
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
8712
8712
  }
8713
- .bootstrap-4-backport .btn-gray-primary-base {
8714
- color: #407ba0;
8715
- border-color: #407ba0;
8713
+ .bootstrap-4-backport .btn-gray-primary-100 {
8714
+ color: #edf0f2;
8715
+ border-color: #edf0f2;
8716
8716
  background-color: #f9f9f9;
8717
8717
  border-color: #e3e3e3;
8718
8718
  }
8719
- .bootstrap-4-backport .btn-gray-primary-base:hover {
8720
- color: #fff;
8721
- background-color: #407ba0;
8722
- border-color: #407ba0;
8719
+ .bootstrap-4-backport .btn-gray-primary-100:hover {
8720
+ color: #212529;
8721
+ background-color: #edf0f2;
8722
+ border-color: #edf0f2;
8723
8723
  }
8724
- .bootstrap-4-backport .btn-gray-primary-base:focus, .bootstrap-4-backport .btn-gray-primary-base.focus {
8725
- box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
8724
+ .bootstrap-4-backport .btn-gray-primary-100:focus, .bootstrap-4-backport .btn-gray-primary-100.focus {
8725
+ box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
8726
8726
  }
8727
- .bootstrap-4-backport .btn-gray-primary-base.disabled, .bootstrap-4-backport .btn-gray-primary-base:disabled {
8728
- color: #407ba0;
8727
+ .bootstrap-4-backport .btn-gray-primary-100.disabled, .bootstrap-4-backport .btn-gray-primary-100:disabled {
8728
+ color: #edf0f2;
8729
8729
  background-color: transparent;
8730
8730
  }
8731
- .bootstrap-4-backport .btn-gray-primary-base:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-base:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-base.dropdown-toggle {
8732
- color: #fff;
8733
- background-color: #407ba0;
8734
- border-color: #407ba0;
8731
+ .bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-100.dropdown-toggle {
8732
+ color: #212529;
8733
+ background-color: #edf0f2;
8734
+ border-color: #edf0f2;
8735
8735
  }
8736
- .bootstrap-4-backport .btn-gray-primary-base:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-base:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-base.dropdown-toggle:focus {
8737
- box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
8736
+ .bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-100.dropdown-toggle:focus {
8737
+ box-shadow: 0 0 0 0.2rem rgba(237, 240, 242, 0.5);
8738
8738
  }
8739
- .bootstrap-4-backport .btn-transparent-primary-base {
8739
+ .bootstrap-4-backport .btn-transparent-primary-100 {
8740
8740
  color: #212529;
8741
8741
  background-color: rgba(255, 255, 255, 0);
8742
8742
  border-color: rgba(255, 255, 255, 0);
8743
- color: #407ba0;
8743
+ color: #edf0f2;
8744
8744
  }
8745
- .bootstrap-4-backport .btn-transparent-primary-base:hover {
8745
+ .bootstrap-4-backport .btn-transparent-primary-100:hover {
8746
8746
  color: #212529;
8747
8747
  background-color: rgba(236, 236, 236, 0);
8748
8748
  border-color: rgba(230, 230, 230, 0);
8749
8749
  }
8750
- .bootstrap-4-backport .btn-transparent-primary-base:focus, .bootstrap-4-backport .btn-transparent-primary-base.focus {
8750
+ .bootstrap-4-backport .btn-transparent-primary-100:focus, .bootstrap-4-backport .btn-transparent-primary-100.focus {
8751
8751
  color: #212529;
8752
8752
  background-color: rgba(236, 236, 236, 0);
8753
8753
  border-color: rgba(230, 230, 230, 0);
8754
8754
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
8755
8755
  }
8756
- .bootstrap-4-backport .btn-transparent-primary-base.disabled, .bootstrap-4-backport .btn-transparent-primary-base:disabled {
8756
+ .bootstrap-4-backport .btn-transparent-primary-100.disabled, .bootstrap-4-backport .btn-transparent-primary-100:disabled {
8757
8757
  color: #212529;
8758
8758
  background-color: rgba(255, 255, 255, 0);
8759
8759
  border-color: rgba(255, 255, 255, 0);
8760
8760
  }
8761
- .bootstrap-4-backport .btn-transparent-primary-base:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-base:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-base.dropdown-toggle {
8761
+ .bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-100.dropdown-toggle {
8762
8762
  color: #212529;
8763
8763
  background-color: rgba(230, 230, 230, 0);
8764
- border-color: #407ba0;
8764
+ border-color: #edf0f2;
8765
8765
  }
8766
- .bootstrap-4-backport .btn-transparent-primary-base:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-base:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-base.dropdown-toggle:focus {
8766
+ .bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-100:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-100.dropdown-toggle:focus {
8767
8767
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
8768
8768
  }
8769
- .bootstrap-4-backport .btn-transparent-primary-base:hover {
8770
- color: #315f7c;
8769
+ .bootstrap-4-backport .btn-transparent-primary-100:hover {
8770
+ color: #cfd8dd;
8771
8771
  box-shadow: unset;
8772
8772
  }
8773
- .bootstrap-4-backport .btn-transparent-primary-base:active {
8774
- color: #2a5169;
8773
+ .bootstrap-4-backport .btn-transparent-primary-100:active {
8774
+ color: #c0cbd3;
8775
8775
  box-shadow: unset;
8776
8776
  }
8777
- .bootstrap-4-backport .btn-primary-active {
8778
- color: #fff;
8779
- background-color: #0888d8;
8780
- border-color: #0888d8;
8777
+ .bootstrap-4-backport .btn-primary-200 {
8778
+ color: #212529;
8779
+ background-color: #88a9be;
8780
+ border-color: #88a9be;
8781
8781
  }
8782
- .bootstrap-4-backport .btn-primary-active:hover {
8782
+ .bootstrap-4-backport .btn-primary-200:hover {
8783
8783
  color: #fff;
8784
- background-color: #0771b3;
8785
- border-color: #0669a7;
8784
+ background-color: #6f97b1;
8785
+ border-color: #6692ad;
8786
8786
  }
8787
- .bootstrap-4-backport .btn-primary-active:focus, .bootstrap-4-backport .btn-primary-active.focus {
8787
+ .bootstrap-4-backport .btn-primary-200:focus, .bootstrap-4-backport .btn-primary-200.focus {
8788
8788
  color: #fff;
8789
- background-color: #0771b3;
8790
- border-color: #0669a7;
8791
- box-shadow: 0 0 0 0.2rem rgba(45, 154, 222, 0.5);
8789
+ background-color: #6f97b1;
8790
+ border-color: #6692ad;
8791
+ box-shadow: 0 0 0 0.2rem rgba(121, 149, 168, 0.5);
8792
8792
  }
8793
- .bootstrap-4-backport .btn-primary-active.disabled, .bootstrap-4-backport .btn-primary-active:disabled {
8794
- color: #fff;
8795
- background-color: #0888d8;
8796
- border-color: #0888d8;
8793
+ .bootstrap-4-backport .btn-primary-200.disabled, .bootstrap-4-backport .btn-primary-200:disabled {
8794
+ color: #212529;
8795
+ background-color: #88a9be;
8796
+ border-color: #88a9be;
8797
8797
  }
8798
- .bootstrap-4-backport .btn-primary-active:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-active:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-active.dropdown-toggle {
8798
+ .bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-200.dropdown-toggle {
8799
8799
  color: #fff;
8800
- background-color: #0669a7;
8801
- border-color: #06619b;
8800
+ background-color: #6692ad;
8801
+ border-color: #5e8ca8;
8802
8802
  }
8803
- .bootstrap-4-backport .btn-primary-active:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-active:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-active.dropdown-toggle:focus {
8804
- box-shadow: 0 0 0 0.2rem rgba(45, 154, 222, 0.5);
8803
+ .bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-200.dropdown-toggle:focus {
8804
+ box-shadow: 0 0 0 0.2rem rgba(121, 149, 168, 0.5);
8805
8805
  }
8806
- .bootstrap-4-backport .btn-light-primary-active {
8806
+ .bootstrap-4-backport .btn-light-primary-200 {
8807
8807
  color: #212529;
8808
8808
  background-color: #dfdfdf;
8809
8809
  border-color: #dfdfdf;
8810
8810
  }
8811
- .bootstrap-4-backport .btn-light-primary-active:hover {
8812
- color: #fff;
8813
- background-color: #0888d8;
8814
- border-color: #0888d8;
8811
+ .bootstrap-4-backport .btn-light-primary-200:hover {
8812
+ color: #212529;
8813
+ background-color: #88a9be;
8814
+ border-color: #88a9be;
8815
8815
  }
8816
- .bootstrap-4-backport .btn-light-primary-active:focus, .bootstrap-4-backport .btn-light-primary-active.focus {
8817
- color: #fff;
8818
- background-color: #0888d8;
8819
- border-color: #0888d8;
8816
+ .bootstrap-4-backport .btn-light-primary-200:focus, .bootstrap-4-backport .btn-light-primary-200.focus {
8817
+ color: #212529;
8818
+ background-color: #88a9be;
8819
+ border-color: #88a9be;
8820
8820
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
8821
8821
  }
8822
- .bootstrap-4-backport .btn-light-primary-active.disabled, .bootstrap-4-backport .btn-light-primary-active:disabled {
8822
+ .bootstrap-4-backport .btn-light-primary-200.disabled, .bootstrap-4-backport .btn-light-primary-200:disabled {
8823
8823
  color: #212529;
8824
8824
  background-color: #dfdfdf;
8825
8825
  border-color: #dfdfdf;
8826
8826
  }
8827
- .bootstrap-4-backport .btn-light-primary-active:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-active:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-active.dropdown-toggle {
8827
+ .bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-200.dropdown-toggle {
8828
8828
  color: #fff;
8829
- background-color: #066dad;
8830
- border-color: #065f97;
8829
+ background-color: #5d8ba8;
8830
+ border-color: #507a94;
8831
8831
  }
8832
- .bootstrap-4-backport .btn-light-primary-active:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-active:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-active.dropdown-toggle:focus {
8832
+ .bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-200.dropdown-toggle:focus {
8833
8833
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
8834
8834
  }
8835
- .bootstrap-4-backport .btn-gray-primary-active {
8836
- color: #0888d8;
8837
- border-color: #0888d8;
8835
+ .bootstrap-4-backport .btn-gray-primary-200 {
8836
+ color: #88a9be;
8837
+ border-color: #88a9be;
8838
8838
  background-color: #f9f9f9;
8839
8839
  border-color: #e3e3e3;
8840
8840
  }
8841
- .bootstrap-4-backport .btn-gray-primary-active:hover {
8842
- color: #fff;
8843
- background-color: #0888d8;
8844
- border-color: #0888d8;
8841
+ .bootstrap-4-backport .btn-gray-primary-200:hover {
8842
+ color: #212529;
8843
+ background-color: #88a9be;
8844
+ border-color: #88a9be;
8845
8845
  }
8846
- .bootstrap-4-backport .btn-gray-primary-active:focus, .bootstrap-4-backport .btn-gray-primary-active.focus {
8847
- box-shadow: 0 0 0 0.2rem rgba(8, 136, 216, 0.5);
8846
+ .bootstrap-4-backport .btn-gray-primary-200:focus, .bootstrap-4-backport .btn-gray-primary-200.focus {
8847
+ box-shadow: 0 0 0 0.2rem rgba(136, 169, 190, 0.5);
8848
8848
  }
8849
- .bootstrap-4-backport .btn-gray-primary-active.disabled, .bootstrap-4-backport .btn-gray-primary-active:disabled {
8850
- color: #0888d8;
8849
+ .bootstrap-4-backport .btn-gray-primary-200.disabled, .bootstrap-4-backport .btn-gray-primary-200:disabled {
8850
+ color: #88a9be;
8851
8851
  background-color: transparent;
8852
8852
  }
8853
- .bootstrap-4-backport .btn-gray-primary-active:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-active:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-active.dropdown-toggle {
8854
- color: #fff;
8855
- background-color: #0888d8;
8856
- border-color: #0888d8;
8853
+ .bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-200.dropdown-toggle {
8854
+ color: #212529;
8855
+ background-color: #88a9be;
8856
+ border-color: #88a9be;
8857
8857
  }
8858
- .bootstrap-4-backport .btn-gray-primary-active:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-active:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-active.dropdown-toggle:focus {
8859
- box-shadow: 0 0 0 0.2rem rgba(8, 136, 216, 0.5);
8858
+ .bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-200.dropdown-toggle:focus {
8859
+ box-shadow: 0 0 0 0.2rem rgba(136, 169, 190, 0.5);
8860
8860
  }
8861
- .bootstrap-4-backport .btn-transparent-primary-active {
8861
+ .bootstrap-4-backport .btn-transparent-primary-200 {
8862
8862
  color: #212529;
8863
8863
  background-color: rgba(255, 255, 255, 0);
8864
8864
  border-color: rgba(255, 255, 255, 0);
8865
- color: #0888d8;
8865
+ color: #88a9be;
8866
8866
  }
8867
- .bootstrap-4-backport .btn-transparent-primary-active:hover {
8867
+ .bootstrap-4-backport .btn-transparent-primary-200:hover {
8868
8868
  color: #212529;
8869
8869
  background-color: rgba(236, 236, 236, 0);
8870
8870
  border-color: rgba(230, 230, 230, 0);
8871
8871
  }
8872
- .bootstrap-4-backport .btn-transparent-primary-active:focus, .bootstrap-4-backport .btn-transparent-primary-active.focus {
8872
+ .bootstrap-4-backport .btn-transparent-primary-200:focus, .bootstrap-4-backport .btn-transparent-primary-200.focus {
8873
8873
  color: #212529;
8874
8874
  background-color: rgba(236, 236, 236, 0);
8875
8875
  border-color: rgba(230, 230, 230, 0);
8876
8876
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
8877
8877
  }
8878
- .bootstrap-4-backport .btn-transparent-primary-active.disabled, .bootstrap-4-backport .btn-transparent-primary-active:disabled {
8878
+ .bootstrap-4-backport .btn-transparent-primary-200.disabled, .bootstrap-4-backport .btn-transparent-primary-200:disabled {
8879
8879
  color: #212529;
8880
8880
  background-color: rgba(255, 255, 255, 0);
8881
8881
  border-color: rgba(255, 255, 255, 0);
8882
8882
  }
8883
- .bootstrap-4-backport .btn-transparent-primary-active:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-active:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-active.dropdown-toggle {
8883
+ .bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-200.dropdown-toggle {
8884
8884
  color: #212529;
8885
8885
  background-color: rgba(230, 230, 230, 0);
8886
- border-color: #0888d8;
8886
+ border-color: #88a9be;
8887
8887
  }
8888
- .bootstrap-4-backport .btn-transparent-primary-active:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-active:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-active.dropdown-toggle:focus {
8888
+ .bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-200:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-200.dropdown-toggle:focus {
8889
8889
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
8890
8890
  }
8891
- .bootstrap-4-backport .btn-transparent-primary-active:hover {
8892
- color: #0669a7;
8891
+ .bootstrap-4-backport .btn-transparent-primary-200:hover {
8892
+ color: #6692ad;
8893
8893
  box-shadow: unset;
8894
8894
  }
8895
- .bootstrap-4-backport .btn-transparent-primary-active:active {
8896
- color: #05598e;
8895
+ .bootstrap-4-backport .btn-transparent-primary-200:active {
8896
+ color: #5885a2;
8897
8897
  box-shadow: unset;
8898
8898
  }
8899
8899
  .bootstrap-4-backport .btn-primary-300 {
@@ -9018,34 +9018,156 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9018
9018
  color: #3c6c8b;
9019
9019
  box-shadow: unset;
9020
9020
  }
9021
+ .bootstrap-4-backport .btn-primary-400 {
9022
+ color: #fff;
9023
+ background-color: #4989b1;
9024
+ border-color: #4989b1;
9025
+ }
9026
+ .bootstrap-4-backport .btn-primary-400:hover {
9027
+ color: #fff;
9028
+ background-color: #3d7496;
9029
+ border-color: #3a6d8d;
9030
+ }
9031
+ .bootstrap-4-backport .btn-primary-400:focus, .bootstrap-4-backport .btn-primary-400.focus {
9032
+ color: #fff;
9033
+ background-color: #3d7496;
9034
+ border-color: #3a6d8d;
9035
+ box-shadow: 0 0 0 0.2rem rgba(100, 155, 189, 0.5);
9036
+ }
9037
+ .bootstrap-4-backport .btn-primary-400.disabled, .bootstrap-4-backport .btn-primary-400:disabled {
9038
+ color: #fff;
9039
+ background-color: #4989b1;
9040
+ border-color: #4989b1;
9041
+ }
9042
+ .bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-400.dropdown-toggle {
9043
+ color: #fff;
9044
+ background-color: #3a6d8d;
9045
+ border-color: #366684;
9046
+ }
9047
+ .bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-400.dropdown-toggle:focus {
9048
+ box-shadow: 0 0 0 0.2rem rgba(100, 155, 189, 0.5);
9049
+ }
9050
+ .bootstrap-4-backport .btn-light-primary-400 {
9051
+ color: #212529;
9052
+ background-color: #dfdfdf;
9053
+ border-color: #dfdfdf;
9054
+ }
9055
+ .bootstrap-4-backport .btn-light-primary-400:hover {
9056
+ color: #fff;
9057
+ background-color: #4989b1;
9058
+ border-color: #4989b1;
9059
+ }
9060
+ .bootstrap-4-backport .btn-light-primary-400:focus, .bootstrap-4-backport .btn-light-primary-400.focus {
9061
+ color: #fff;
9062
+ background-color: #4989b1;
9063
+ border-color: #4989b1;
9064
+ box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9065
+ }
9066
+ .bootstrap-4-backport .btn-light-primary-400.disabled, .bootstrap-4-backport .btn-light-primary-400:disabled {
9067
+ color: #212529;
9068
+ background-color: #dfdfdf;
9069
+ border-color: #dfdfdf;
9070
+ }
9071
+ .bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-400.dropdown-toggle {
9072
+ color: #fff;
9073
+ background-color: #3a6d8e;
9074
+ border-color: #33607c;
9075
+ }
9076
+ .bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-400.dropdown-toggle:focus {
9077
+ box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9078
+ }
9079
+ .bootstrap-4-backport .btn-gray-primary-400 {
9080
+ color: #4989b1;
9081
+ border-color: #4989b1;
9082
+ background-color: #f9f9f9;
9083
+ border-color: #e3e3e3;
9084
+ }
9085
+ .bootstrap-4-backport .btn-gray-primary-400:hover {
9086
+ color: #fff;
9087
+ background-color: #4989b1;
9088
+ border-color: #4989b1;
9089
+ }
9090
+ .bootstrap-4-backport .btn-gray-primary-400:focus, .bootstrap-4-backport .btn-gray-primary-400.focus {
9091
+ box-shadow: 0 0 0 0.2rem rgba(73, 137, 177, 0.5);
9092
+ }
9093
+ .bootstrap-4-backport .btn-gray-primary-400.disabled, .bootstrap-4-backport .btn-gray-primary-400:disabled {
9094
+ color: #4989b1;
9095
+ background-color: transparent;
9096
+ }
9097
+ .bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-400.dropdown-toggle {
9098
+ color: #fff;
9099
+ background-color: #4989b1;
9100
+ border-color: #4989b1;
9101
+ }
9102
+ .bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-400.dropdown-toggle:focus {
9103
+ box-shadow: 0 0 0 0.2rem rgba(73, 137, 177, 0.5);
9104
+ }
9105
+ .bootstrap-4-backport .btn-transparent-primary-400 {
9106
+ color: #212529;
9107
+ background-color: rgba(255, 255, 255, 0);
9108
+ border-color: rgba(255, 255, 255, 0);
9109
+ color: #4989b1;
9110
+ }
9111
+ .bootstrap-4-backport .btn-transparent-primary-400:hover {
9112
+ color: #212529;
9113
+ background-color: rgba(236, 236, 236, 0);
9114
+ border-color: rgba(230, 230, 230, 0);
9115
+ }
9116
+ .bootstrap-4-backport .btn-transparent-primary-400:focus, .bootstrap-4-backport .btn-transparent-primary-400.focus {
9117
+ color: #212529;
9118
+ background-color: rgba(236, 236, 236, 0);
9119
+ border-color: rgba(230, 230, 230, 0);
9120
+ box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9121
+ }
9122
+ .bootstrap-4-backport .btn-transparent-primary-400.disabled, .bootstrap-4-backport .btn-transparent-primary-400:disabled {
9123
+ color: #212529;
9124
+ background-color: rgba(255, 255, 255, 0);
9125
+ border-color: rgba(255, 255, 255, 0);
9126
+ }
9127
+ .bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-400.dropdown-toggle {
9128
+ color: #212529;
9129
+ background-color: rgba(230, 230, 230, 0);
9130
+ border-color: #4989b1;
9131
+ }
9132
+ .bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-400:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-400.dropdown-toggle:focus {
9133
+ box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9134
+ }
9135
+ .bootstrap-4-backport .btn-transparent-primary-400:hover {
9136
+ color: #3a6d8d;
9137
+ box-shadow: unset;
9138
+ }
9139
+ .bootstrap-4-backport .btn-transparent-primary-400:active {
9140
+ color: #325f7b;
9141
+ box-shadow: unset;
9142
+ }
9021
9143
  .bootstrap-4-backport .btn-primary-500 {
9022
9144
  color: #fff;
9023
- background-color: #1d77af;
9024
- border-color: #1d77af;
9145
+ background-color: #407ba0;
9146
+ border-color: #407ba0;
9025
9147
  }
9026
9148
  .bootstrap-4-backport .btn-primary-500:hover {
9027
9149
  color: #fff;
9028
- background-color: #17608e;
9029
- border-color: #155983;
9150
+ background-color: #356685;
9151
+ border-color: #315f7c;
9030
9152
  }
9031
9153
  .bootstrap-4-backport .btn-primary-500:focus, .bootstrap-4-backport .btn-primary-500.focus {
9032
9154
  color: #fff;
9033
- background-color: #17608e;
9034
- border-color: #155983;
9035
- box-shadow: 0 0 0 0.2rem rgba(63, 139, 187, 0.5);
9155
+ background-color: #356685;
9156
+ border-color: #315f7c;
9157
+ box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
9036
9158
  }
9037
9159
  .bootstrap-4-backport .btn-primary-500.disabled, .bootstrap-4-backport .btn-primary-500:disabled {
9038
9160
  color: #fff;
9039
- background-color: #1d77af;
9040
- border-color: #1d77af;
9161
+ background-color: #407ba0;
9162
+ border-color: #407ba0;
9041
9163
  }
9042
9164
  .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 {
9043
9165
  color: #fff;
9044
- background-color: #155983;
9045
- border-color: #145178;
9166
+ background-color: #315f7c;
9167
+ border-color: #2e5872;
9046
9168
  }
9047
9169
  .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-500.dropdown-toggle:focus {
9048
- box-shadow: 0 0 0 0.2rem rgba(63, 139, 187, 0.5);
9170
+ box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
9049
9171
  }
9050
9172
  .bootstrap-4-backport .btn-light-primary-500 {
9051
9173
  color: #212529;
@@ -9054,13 +9176,13 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9054
9176
  }
9055
9177
  .bootstrap-4-backport .btn-light-primary-500:hover {
9056
9178
  color: #fff;
9057
- background-color: #1d77af;
9058
- border-color: #1d77af;
9179
+ background-color: #407ba0;
9180
+ border-color: #407ba0;
9059
9181
  }
9060
9182
  .bootstrap-4-backport .btn-light-primary-500:focus, .bootstrap-4-backport .btn-light-primary-500.focus {
9061
9183
  color: #fff;
9062
- background-color: #1d77af;
9063
- border-color: #1d77af;
9184
+ background-color: #407ba0;
9185
+ border-color: #407ba0;
9064
9186
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9065
9187
  }
9066
9188
  .bootstrap-4-backport .btn-light-primary-500.disabled, .bootstrap-4-backport .btn-light-primary-500:disabled {
@@ -9070,43 +9192,43 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9070
9192
  }
9071
9193
  .bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-500.dropdown-toggle {
9072
9194
  color: #fff;
9073
- background-color: #175f8c;
9074
- border-color: #14537a;
9195
+ background-color: #336280;
9196
+ border-color: #2d5670;
9075
9197
  }
9076
9198
  .bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-500:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-500.dropdown-toggle:focus {
9077
9199
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9078
9200
  }
9079
9201
  .bootstrap-4-backport .btn-gray-primary-500 {
9080
- color: #1d77af;
9081
- border-color: #1d77af;
9202
+ color: #407ba0;
9203
+ border-color: #407ba0;
9082
9204
  background-color: #f9f9f9;
9083
9205
  border-color: #e3e3e3;
9084
9206
  }
9085
9207
  .bootstrap-4-backport .btn-gray-primary-500:hover {
9086
9208
  color: #fff;
9087
- background-color: #1d77af;
9088
- border-color: #1d77af;
9209
+ background-color: #407ba0;
9210
+ border-color: #407ba0;
9089
9211
  }
9090
9212
  .bootstrap-4-backport .btn-gray-primary-500:focus, .bootstrap-4-backport .btn-gray-primary-500.focus {
9091
- box-shadow: 0 0 0 0.2rem rgba(29, 119, 175, 0.5);
9213
+ box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9092
9214
  }
9093
9215
  .bootstrap-4-backport .btn-gray-primary-500.disabled, .bootstrap-4-backport .btn-gray-primary-500:disabled {
9094
- color: #1d77af;
9216
+ color: #407ba0;
9095
9217
  background-color: transparent;
9096
9218
  }
9097
9219
  .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 {
9098
9220
  color: #fff;
9099
- background-color: #1d77af;
9100
- border-color: #1d77af;
9221
+ background-color: #407ba0;
9222
+ border-color: #407ba0;
9101
9223
  }
9102
9224
  .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 {
9103
- box-shadow: 0 0 0 0.2rem rgba(29, 119, 175, 0.5);
9225
+ box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9104
9226
  }
9105
9227
  .bootstrap-4-backport .btn-transparent-primary-500 {
9106
9228
  color: #212529;
9107
9229
  background-color: rgba(255, 255, 255, 0);
9108
9230
  border-color: rgba(255, 255, 255, 0);
9109
- color: #1d77af;
9231
+ color: #407ba0;
9110
9232
  }
9111
9233
  .bootstrap-4-backport .btn-transparent-primary-500:hover {
9112
9234
  color: #212529;
@@ -9127,17 +9249,139 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9127
9249
  .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 {
9128
9250
  color: #212529;
9129
9251
  background-color: rgba(230, 230, 230, 0);
9130
- border-color: #1d77af;
9252
+ border-color: #407ba0;
9131
9253
  }
9132
9254
  .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 {
9133
9255
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9134
9256
  }
9135
9257
  .bootstrap-4-backport .btn-transparent-primary-500:hover {
9136
- color: #155983;
9258
+ color: #315f7c;
9137
9259
  box-shadow: unset;
9138
9260
  }
9139
9261
  .bootstrap-4-backport .btn-transparent-primary-500:active {
9140
- color: #124a6d;
9262
+ color: #2a5169;
9263
+ box-shadow: unset;
9264
+ }
9265
+ .bootstrap-4-backport .btn-primary-600 {
9266
+ color: #fff;
9267
+ background-color: #357197;
9268
+ border-color: #357197;
9269
+ }
9270
+ .bootstrap-4-backport .btn-primary-600:hover {
9271
+ color: #fff;
9272
+ background-color: #2b5c7a;
9273
+ border-color: #285571;
9274
+ }
9275
+ .bootstrap-4-backport .btn-primary-600:focus, .bootstrap-4-backport .btn-primary-600.focus {
9276
+ color: #fff;
9277
+ background-color: #2b5c7a;
9278
+ border-color: #285571;
9279
+ box-shadow: 0 0 0 0.2rem rgba(83, 134, 167, 0.5);
9280
+ }
9281
+ .bootstrap-4-backport .btn-primary-600.disabled, .bootstrap-4-backport .btn-primary-600:disabled {
9282
+ color: #fff;
9283
+ background-color: #357197;
9284
+ border-color: #357197;
9285
+ }
9286
+ .bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-600.dropdown-toggle {
9287
+ color: #fff;
9288
+ background-color: #285571;
9289
+ border-color: #244e67;
9290
+ }
9291
+ .bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-600.dropdown-toggle:focus {
9292
+ box-shadow: 0 0 0 0.2rem rgba(83, 134, 167, 0.5);
9293
+ }
9294
+ .bootstrap-4-backport .btn-light-primary-600 {
9295
+ color: #212529;
9296
+ background-color: #dfdfdf;
9297
+ border-color: #dfdfdf;
9298
+ }
9299
+ .bootstrap-4-backport .btn-light-primary-600:hover {
9300
+ color: #fff;
9301
+ background-color: #357197;
9302
+ border-color: #357197;
9303
+ }
9304
+ .bootstrap-4-backport .btn-light-primary-600:focus, .bootstrap-4-backport .btn-light-primary-600.focus {
9305
+ color: #fff;
9306
+ background-color: #357197;
9307
+ border-color: #357197;
9308
+ box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9309
+ }
9310
+ .bootstrap-4-backport .btn-light-primary-600.disabled, .bootstrap-4-backport .btn-light-primary-600:disabled {
9311
+ color: #212529;
9312
+ background-color: #dfdfdf;
9313
+ border-color: #dfdfdf;
9314
+ }
9315
+ .bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-600.dropdown-toggle {
9316
+ color: #fff;
9317
+ background-color: #2a5a78;
9318
+ border-color: #254f69;
9319
+ }
9320
+ .bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-600.dropdown-toggle:focus {
9321
+ box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9322
+ }
9323
+ .bootstrap-4-backport .btn-gray-primary-600 {
9324
+ color: #357197;
9325
+ border-color: #357197;
9326
+ background-color: #f9f9f9;
9327
+ border-color: #e3e3e3;
9328
+ }
9329
+ .bootstrap-4-backport .btn-gray-primary-600:hover {
9330
+ color: #fff;
9331
+ background-color: #357197;
9332
+ border-color: #357197;
9333
+ }
9334
+ .bootstrap-4-backport .btn-gray-primary-600:focus, .bootstrap-4-backport .btn-gray-primary-600.focus {
9335
+ box-shadow: 0 0 0 0.2rem rgba(53, 113, 151, 0.5);
9336
+ }
9337
+ .bootstrap-4-backport .btn-gray-primary-600.disabled, .bootstrap-4-backport .btn-gray-primary-600:disabled {
9338
+ color: #357197;
9339
+ background-color: transparent;
9340
+ }
9341
+ .bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-600.dropdown-toggle {
9342
+ color: #fff;
9343
+ background-color: #357197;
9344
+ border-color: #357197;
9345
+ }
9346
+ .bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-600.dropdown-toggle:focus {
9347
+ box-shadow: 0 0 0 0.2rem rgba(53, 113, 151, 0.5);
9348
+ }
9349
+ .bootstrap-4-backport .btn-transparent-primary-600 {
9350
+ color: #212529;
9351
+ background-color: rgba(255, 255, 255, 0);
9352
+ border-color: rgba(255, 255, 255, 0);
9353
+ color: #357197;
9354
+ }
9355
+ .bootstrap-4-backport .btn-transparent-primary-600:hover {
9356
+ color: #212529;
9357
+ background-color: rgba(236, 236, 236, 0);
9358
+ border-color: rgba(230, 230, 230, 0);
9359
+ }
9360
+ .bootstrap-4-backport .btn-transparent-primary-600:focus, .bootstrap-4-backport .btn-transparent-primary-600.focus {
9361
+ color: #212529;
9362
+ background-color: rgba(236, 236, 236, 0);
9363
+ border-color: rgba(230, 230, 230, 0);
9364
+ box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9365
+ }
9366
+ .bootstrap-4-backport .btn-transparent-primary-600.disabled, .bootstrap-4-backport .btn-transparent-primary-600:disabled {
9367
+ color: #212529;
9368
+ background-color: rgba(255, 255, 255, 0);
9369
+ border-color: rgba(255, 255, 255, 0);
9370
+ }
9371
+ .bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-600.dropdown-toggle {
9372
+ color: #212529;
9373
+ background-color: rgba(230, 230, 230, 0);
9374
+ border-color: #357197;
9375
+ }
9376
+ .bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-600:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-600.dropdown-toggle:focus {
9377
+ box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9378
+ }
9379
+ .bootstrap-4-backport .btn-transparent-primary-600:hover {
9380
+ color: #285571;
9381
+ box-shadow: unset;
9382
+ }
9383
+ .bootstrap-4-backport .btn-transparent-primary-600:active {
9384
+ color: #21475e;
9141
9385
  box-shadow: unset;
9142
9386
  }
9143
9387
  .bootstrap-4-backport .btn-primary-700 {
@@ -9262,6 +9506,128 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9262
9506
  color: #193c52;
9263
9507
  box-shadow: unset;
9264
9508
  }
9509
+ .bootstrap-4-backport .btn-primary-800 {
9510
+ color: #fff;
9511
+ background-color: #22638b;
9512
+ border-color: #22638b;
9513
+ }
9514
+ .bootstrap-4-backport .btn-primary-800:hover {
9515
+ color: #fff;
9516
+ background-color: #1a4d6c;
9517
+ border-color: #184662;
9518
+ }
9519
+ .bootstrap-4-backport .btn-primary-800:focus, .bootstrap-4-backport .btn-primary-800.focus {
9520
+ color: #fff;
9521
+ background-color: #1a4d6c;
9522
+ border-color: #184662;
9523
+ box-shadow: 0 0 0 0.2rem rgba(67, 122, 156, 0.5);
9524
+ }
9525
+ .bootstrap-4-backport .btn-primary-800.disabled, .bootstrap-4-backport .btn-primary-800:disabled {
9526
+ color: #fff;
9527
+ background-color: #22638b;
9528
+ border-color: #22638b;
9529
+ }
9530
+ .bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-primary-800.dropdown-toggle {
9531
+ color: #fff;
9532
+ background-color: #184662;
9533
+ border-color: #153e58;
9534
+ }
9535
+ .bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-primary-800.dropdown-toggle:focus {
9536
+ box-shadow: 0 0 0 0.2rem rgba(67, 122, 156, 0.5);
9537
+ }
9538
+ .bootstrap-4-backport .btn-light-primary-800 {
9539
+ color: #212529;
9540
+ background-color: #dfdfdf;
9541
+ border-color: #dfdfdf;
9542
+ }
9543
+ .bootstrap-4-backport .btn-light-primary-800:hover {
9544
+ color: #fff;
9545
+ background-color: #22638b;
9546
+ border-color: #22638b;
9547
+ }
9548
+ .bootstrap-4-backport .btn-light-primary-800:focus, .bootstrap-4-backport .btn-light-primary-800.focus {
9549
+ color: #fff;
9550
+ background-color: #22638b;
9551
+ border-color: #22638b;
9552
+ box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9553
+ }
9554
+ .bootstrap-4-backport .btn-light-primary-800.disabled, .bootstrap-4-backport .btn-light-primary-800:disabled {
9555
+ color: #212529;
9556
+ background-color: #dfdfdf;
9557
+ border-color: #dfdfdf;
9558
+ }
9559
+ .bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-light-primary-800.dropdown-toggle {
9560
+ color: #fff;
9561
+ background-color: #1b4f6f;
9562
+ border-color: #184561;
9563
+ }
9564
+ .bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-light-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-light-primary-800.dropdown-toggle:focus {
9565
+ box-shadow: 0 0 0 0.2rem rgba(195, 195, 196, 0.5);
9566
+ }
9567
+ .bootstrap-4-backport .btn-gray-primary-800 {
9568
+ color: #22638b;
9569
+ border-color: #22638b;
9570
+ background-color: #f9f9f9;
9571
+ border-color: #e3e3e3;
9572
+ }
9573
+ .bootstrap-4-backport .btn-gray-primary-800:hover {
9574
+ color: #fff;
9575
+ background-color: #22638b;
9576
+ border-color: #22638b;
9577
+ }
9578
+ .bootstrap-4-backport .btn-gray-primary-800:focus, .bootstrap-4-backport .btn-gray-primary-800.focus {
9579
+ box-shadow: 0 0 0 0.2rem rgba(34, 99, 139, 0.5);
9580
+ }
9581
+ .bootstrap-4-backport .btn-gray-primary-800.disabled, .bootstrap-4-backport .btn-gray-primary-800:disabled {
9582
+ color: #22638b;
9583
+ background-color: transparent;
9584
+ }
9585
+ .bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-gray-primary-800.dropdown-toggle {
9586
+ color: #fff;
9587
+ background-color: #22638b;
9588
+ border-color: #22638b;
9589
+ }
9590
+ .bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-primary-800.dropdown-toggle:focus {
9591
+ box-shadow: 0 0 0 0.2rem rgba(34, 99, 139, 0.5);
9592
+ }
9593
+ .bootstrap-4-backport .btn-transparent-primary-800 {
9594
+ color: #212529;
9595
+ background-color: rgba(255, 255, 255, 0);
9596
+ border-color: rgba(255, 255, 255, 0);
9597
+ color: #22638b;
9598
+ }
9599
+ .bootstrap-4-backport .btn-transparent-primary-800:hover {
9600
+ color: #212529;
9601
+ background-color: rgba(236, 236, 236, 0);
9602
+ border-color: rgba(230, 230, 230, 0);
9603
+ }
9604
+ .bootstrap-4-backport .btn-transparent-primary-800:focus, .bootstrap-4-backport .btn-transparent-primary-800.focus {
9605
+ color: #212529;
9606
+ background-color: rgba(236, 236, 236, 0);
9607
+ border-color: rgba(230, 230, 230, 0);
9608
+ box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9609
+ }
9610
+ .bootstrap-4-backport .btn-transparent-primary-800.disabled, .bootstrap-4-backport .btn-transparent-primary-800:disabled {
9611
+ color: #212529;
9612
+ background-color: rgba(255, 255, 255, 0);
9613
+ border-color: rgba(255, 255, 255, 0);
9614
+ }
9615
+ .bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled):active, .bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled).active, .show > .bootstrap-4-backport .btn-transparent-primary-800.dropdown-toggle {
9616
+ color: #212529;
9617
+ background-color: rgba(230, 230, 230, 0);
9618
+ border-color: #22638b;
9619
+ }
9620
+ .bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-transparent-primary-800:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-transparent-primary-800.dropdown-toggle:focus {
9621
+ box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
9622
+ }
9623
+ .bootstrap-4-backport .btn-transparent-primary-800:hover {
9624
+ color: #184662;
9625
+ box-shadow: unset;
9626
+ }
9627
+ .bootstrap-4-backport .btn-transparent-primary-800:active {
9628
+ color: #13374e;
9629
+ box-shadow: unset;
9630
+ }
9265
9631
  .bootstrap-4-backport .btn-primary-900 {
9266
9632
  color: #fff;
9267
9633
  background-color: #164c6e;
@@ -9496,6 +9862,78 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
9496
9862
  .bootstrap-4-backport .btn-gray-select:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-gray-select:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-gray-select.dropdown-toggle:focus {
9497
9863
  box-shadow: 0 0 0 0.2rem rgba(192, 193, 193, 0.5);
9498
9864
  }
9865
+ .bootstrap-4-backport .btn-sds-primary {
9866
+ color: #fff;
9867
+ background-color: #407ba0;
9868
+ border-color: #407ba0;
9869
+ border-radius: 0px;
9870
+ font-weight: 900;
9871
+ }
9872
+ .bootstrap-4-backport .btn-sds-primary:hover {
9873
+ color: #fff;
9874
+ background-color: #357197;
9875
+ border-color: #357197;
9876
+ }
9877
+ .bootstrap-4-backport .btn-sds-primary:focus, .bootstrap-4-backport .btn-sds-primary.focus {
9878
+ color: #fff;
9879
+ background-color: #357197;
9880
+ border-color: #357197;
9881
+ box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
9882
+ }
9883
+ .bootstrap-4-backport .btn-sds-primary.disabled, .bootstrap-4-backport .btn-sds-primary:disabled {
9884
+ color: #fff;
9885
+ background-color: #407ba0;
9886
+ border-color: #407ba0;
9887
+ }
9888
+ .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 {
9889
+ color: #fff;
9890
+ background-color: #2a678d;
9891
+ border-color: #2a678d;
9892
+ }
9893
+ .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-sds-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-sds-primary.dropdown-toggle:focus {
9894
+ box-shadow: 0 0 0 0.2rem rgba(93, 143, 174, 0.5);
9895
+ }
9896
+ .bootstrap-4-backport .btn-sds-primary:hover {
9897
+ box-shadow: none;
9898
+ }
9899
+ .bootstrap-4-backport .btn-sds-primary:disabled {
9900
+ color: #aeb5bc;
9901
+ background-color: #dfe2e6;
9902
+ border-color: #dfe2e6;
9903
+ }
9904
+ .bootstrap-4-backport .btn-outline {
9905
+ color: #407ba0;
9906
+ border-color: #407ba0;
9907
+ border-radius: 0px;
9908
+ font-weight: 900;
9909
+ }
9910
+ .bootstrap-4-backport .btn-outline:hover {
9911
+ color: #357197;
9912
+ background-color: rgba(255, 255, 255, 0);
9913
+ border-color: #2a678d;
9914
+ }
9915
+ .bootstrap-4-backport .btn-outline:focus, .bootstrap-4-backport .btn-outline.focus {
9916
+ box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9917
+ }
9918
+ .bootstrap-4-backport .btn-outline.disabled, .bootstrap-4-backport .btn-outline:disabled {
9919
+ color: #407ba0;
9920
+ background-color: transparent;
9921
+ }
9922
+ .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 {
9923
+ color: #212529;
9924
+ background-color: rgba(255, 255, 255, 0);
9925
+ border-color: #2a678d;
9926
+ }
9927
+ .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-outline:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-outline.dropdown-toggle:focus {
9928
+ box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
9929
+ }
9930
+ .bootstrap-4-backport .btn-outline:hover {
9931
+ box-shadow: none;
9932
+ }
9933
+ .bootstrap-4-backport .btn-outline:disabled {
9934
+ color: #aeb5bc;
9935
+ border-color: #dfe2e6;
9936
+ }
9499
9937
 
9500
9938
  .bootstrap-4-backport .alert > p, .bootstrap-4-backport .alert > ul {
9501
9939
  margin-bottom: 0;
@@ -15172,11 +15610,11 @@ main * a.ignoreLink:not(.btn):visited:hover, main * a.ignoreLink:not(.btn):activ
15172
15610
  .SRC-java-icon path,
15173
15611
  .SRC-r-icon path,
15174
15612
  .SRC-python-icon path {
15175
- fill: #1d77af;
15613
+ fill: #407ba0;
15176
15614
  }
15177
15615
 
15178
15616
  .SRC-terminal-icon > rect.outer {
15179
- fill: #1d77af;
15617
+ fill: #407ba0;
15180
15618
  }
15181
15619
 
15182
15620
  .styled-svg-wrapper span {
@@ -15204,24 +15642,24 @@ main * a.ignoreLink:not(.btn):visited:hover, main * a.ignoreLink:not(.btn):activ
15204
15642
  }
15205
15643
  .icon-list.themed path,
15206
15644
  .icon-list.themed circle {
15207
- fill: #1d77af;
15645
+ fill: #407ba0;
15208
15646
  }
15209
15647
  .icon-list.themed .icon-kinomics path,
15210
15648
  .icon-list.themed .icon-proteomics path {
15211
- stroke: #1d77af;
15649
+ stroke: #407ba0;
15212
15650
  fill: none;
15213
15651
  }
15214
15652
  .icon-list.themed.bg-circle .styled-svg-wrapper {
15215
15653
  display: inline-flex;
15216
15654
  padding: 2px;
15217
- background-color: rgba(29, 119, 175, 0.1);
15655
+ background-color: rgba(64, 123, 160, 0.1);
15218
15656
  border-radius: 50%;
15219
15657
  margin: 0 2px;
15220
15658
  }
15221
15659
 
15222
15660
  .SRC-Sort-Icon-Active {
15223
15661
  padding: 2px;
15224
- background-color: #1d77af;
15662
+ background-color: #407ba0;
15225
15663
  }
15226
15664
  .SRC-Sort-Icon-Active path {
15227
15665
  fill: white;
@@ -15231,7 +15669,7 @@ main * a.ignoreLink:not(.btn):visited:hover, main * a.ignoreLink:not(.btn):activ
15231
15669
  padding: 2px;
15232
15670
  }
15233
15671
  .SRC-Sort-Icon-Inactive path {
15234
- fill: #1d77af;
15672
+ fill: #407ba0;
15235
15673
  }
15236
15674
 
15237
15675
  .HelpButton {
@@ -16323,7 +16761,7 @@ img.iconImg.SRC-datasetIcon {
16323
16761
 
16324
16762
  .QueryFilter {
16325
16763
  padding: 2rem;
16326
- background-color: rgba(29, 119, 175, 0.05);
16764
+ background-color: rgba(64, 123, 160, 0.05);
16327
16765
  }
16328
16766
  .QueryFilter__title {
16329
16767
  font-weight: bold;
@@ -17296,52 +17734,53 @@ img.iconImg.SRC-datasetIcon {
17296
17734
  margin-top: 5px;
17297
17735
  margin-bottom: 10px;
17298
17736
  }
17299
- .QueryWrapperPlotNav .TopLevelControls {
17737
+ .QueryWrapperPlotNav .SRC-portalCard:first-child {
17738
+ margin-top: 0px;
17739
+ }
17740
+ .QueryWrapperPlotNav table.grip-flex {
17741
+ width: 100% !important;
17742
+ table-layout: auto;
17743
+ }
17744
+ .QueryWrapperPlotNav table .direct-download {
17745
+ text-align: center;
17746
+ }
17747
+
17748
+ .TopLevelControls {
17300
17749
  padding-top: 20px;
17301
17750
  padding-bottom: 10px;
17302
17751
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
17303
17752
  margin-bottom: 15px;
17304
17753
  }
17305
- .QueryWrapperPlotNav .TopLevelControls h3 {
17754
+ .TopLevelControls h3 {
17306
17755
  display: flex;
17307
17756
  justify-content: space-between;
17308
17757
  font-weight: bold;
17309
17758
  margin-top: 0px;
17310
17759
  }
17311
- .QueryWrapperPlotNav .TopLevelControls__showhidefacetfilters {
17760
+ .TopLevelControls__showhidefacetfilters {
17312
17761
  display: none;
17313
17762
  }
17314
- .QueryWrapperPlotNav .TopLevelControls .QueryWrapperPlotNav__querycount {
17763
+ .TopLevelControls__querycount {
17315
17764
  display: inline-flex;
17316
17765
  align-items: center;
17317
17766
  }
17318
- .QueryWrapperPlotNav .TopLevelControls .QueryWrapperPlotNav__actions {
17767
+ .TopLevelControls__actions {
17319
17768
  display: inline-flex;
17320
17769
  align-items: center;
17321
17770
  }
17322
- .QueryWrapperPlotNav .TopLevelControls .QueryWrapperPlotNav__actions .ElementWithTooltip {
17771
+ .TopLevelControls__actions .ElementWithTooltip {
17323
17772
  padding: 5px;
17324
17773
  margin: 0 1px;
17325
17774
  border: 0;
17326
17775
  border-radius: 0;
17327
17776
  }
17328
- .QueryWrapperPlotNav .TopLevelControls .QueryWrapperPlotNav__actions .ElementWithTooltip:active:focus, .QueryWrapperPlotNav .TopLevelControls .QueryWrapperPlotNav__actions .ElementWithTooltip:focus {
17777
+ .TopLevelControls__actions .ElementWithTooltip:active:focus, .TopLevelControls__actions .ElementWithTooltip:focus {
17329
17778
  outline: none;
17330
17779
  }
17331
- .QueryWrapperPlotNav .TopLevelControls .QueryWrapperPlotNav__actions .ElementWithTooltip svg {
17780
+ .TopLevelControls__actions .ElementWithTooltip svg {
17332
17781
  width: 26px;
17333
17782
  height: 26px;
17334
17783
  }
17335
- .QueryWrapperPlotNav .SRC-portalCard:first-child {
17336
- margin-top: 0px;
17337
- }
17338
- .QueryWrapperPlotNav table.grip-flex {
17339
- width: 100% !important;
17340
- table-layout: auto;
17341
- }
17342
- .QueryWrapperPlotNav table .direct-download {
17343
- text-align: center;
17344
- }
17345
17784
 
17346
17785
  .page-progress button,
17347
17786
  .page-progress button:active,
@@ -19009,13 +19448,13 @@ button:hover .SRC-column-light-theme .SRC-light-column {
19009
19448
  width: 16px;
19010
19449
  height: 16px;
19011
19450
  background: none;
19012
- border: 1px solid #1d77af;
19451
+ border: 1px solid #407ba0;
19013
19452
  }
19014
19453
  .SRC-Carousel .BrainhubCarousel__dots .BrainhubCarousel__dot--selected::before {
19015
19454
  width: 16px;
19016
19455
  height: 16px;
19017
- background-color: #1d77af;
19018
- border: 1px solid #1d77af;
19456
+ background-color: #407ba0;
19457
+ border: 1px solid #407ba0;
19019
19458
  }
19020
19459
 
19021
19460
  .terms-conditions .view-terms a,
@@ -19521,7 +19960,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
19521
19960
  top: 1px;
19522
19961
  }
19523
19962
  .EntityFinder__Search .ClearSearchIcon {
19524
- color: #1d77af;
19963
+ color: #407ba0;
19525
19964
  cursor: pointer;
19526
19965
  position: relative;
19527
19966
  left: -20px;
@@ -19627,7 +20066,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
19627
20066
  }
19628
20067
 
19629
20068
  .EntityFinder__Search .ClearSearchIcon {
19630
- color: #1d77af;
20069
+ color: #407ba0;
19631
20070
  cursor: pointer;
19632
20071
  position: relative;
19633
20072
  left: -20px;
@@ -20034,7 +20473,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20034
20473
  }
20035
20474
 
20036
20475
  .EntityFinder__Search .ClearSearchIcon {
20037
- color: #1d77af;
20476
+ color: #407ba0;
20038
20477
  cursor: pointer;
20039
20478
  position: relative;
20040
20479
  left: -20px;
@@ -20219,7 +20658,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20219
20658
  }
20220
20659
 
20221
20660
  .EntityFinder__Search .ClearSearchIcon {
20222
- color: #1d77af;
20661
+ color: #407ba0;
20223
20662
  cursor: pointer;
20224
20663
  position: relative;
20225
20664
  left: -20px;
@@ -20350,7 +20789,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20350
20789
  }
20351
20790
 
20352
20791
  .EntityFinder__Search .ClearSearchIcon {
20353
- color: #1d77af;
20792
+ color: #407ba0;
20354
20793
  cursor: pointer;
20355
20794
  position: relative;
20356
20795
  left: -20px;
@@ -20506,7 +20945,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20506
20945
  }
20507
20946
 
20508
20947
  .EntityFinder__Search .ClearSearchIcon {
20509
- color: #1d77af;
20948
+ color: #407ba0;
20510
20949
  cursor: pointer;
20511
20950
  position: relative;
20512
20951
  left: -20px;
@@ -20650,7 +21089,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20650
21089
  margin-right: 10px;
20651
21090
  }
20652
21091
  .EntityFinderSelectionPane__Row__DeselectButton {
20653
- color: #1d77af;
21092
+ color: #407ba0;
20654
21093
  cursor: pointer;
20655
21094
  }
20656
21095
 
@@ -20737,12 +21176,14 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20737
21176
  max-width: 310px;
20738
21177
  text-overflow: ellipsis;
20739
21178
  }
20740
- .DownloadListTableV2 thead > tr > th, .DownloadListTableV2 thead:first-child > tr:first-child > th {
21179
+ .DownloadListTableV2 thead > tr > th,
21180
+ .DownloadListTableV2 thead:first-child > tr:first-child > th {
20741
21181
  padding: 10px 6px 5px 7px;
20742
- border: 1px solid #DDDDDF;
21182
+ border: 1px solid #dddddf;
20743
21183
  color: #515359;
20744
21184
  }
20745
- .DownloadListTableV2 thead > tr > th span, .DownloadListTableV2 thead:first-child > tr:first-child > th span {
21185
+ .DownloadListTableV2 thead > tr > th span,
21186
+ .DownloadListTableV2 thead:first-child > tr:first-child > th span {
20746
21187
  display: inline-block;
20747
21188
  float: right;
20748
21189
  }
@@ -21116,6 +21557,9 @@ button:hover .SRC-column-light-theme .SRC-light-column {
21116
21557
  max-width: 700px;
21117
21558
  grid-row: 1/span 1;
21118
21559
  }
21560
+ .FullWidthAlert[role=alert] .gridContainer .messageArea p {
21561
+ margin-bottom: 0px;
21562
+ }
21119
21563
  .FullWidthAlert[role=alert] .gridContainer .iconForeground {
21120
21564
  color: white;
21121
21565
  }
@@ -21437,12 +21881,14 @@ button:hover .SRC-column-light-theme .SRC-light-column {
21437
21881
  max-width: 800px;
21438
21882
  }
21439
21883
 
21440
- .FavoritesTable thead > tr > th, .FavoritesTable thead:first-child > tr:first-child > th {
21884
+ .FavoritesTable thead > tr > th,
21885
+ .FavoritesTable thead:first-child > tr:first-child > th {
21441
21886
  padding: 10px 6px 5px 7px;
21442
- border: 1px solid #DDDDDF;
21887
+ border: 1px solid #dddddf;
21443
21888
  color: #515359;
21444
21889
  }
21445
- .FavoritesTable thead > tr > th span, .FavoritesTable thead:first-child > tr:first-child > th span {
21890
+ .FavoritesTable thead > tr > th span,
21891
+ .FavoritesTable thead:first-child > tr:first-child > th span {
21446
21892
  display: inline-block;
21447
21893
  float: right;
21448
21894
  }