slu-design-system 6.0.18 → 6.1.0

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.
@@ -1,5 +1,4 @@
1
1
  @charset "UTF-8";
2
- /* primary plate */
3
2
  :root,
4
3
  [data-bs-theme=light] {
5
4
  --bs-blue: #0d6efd;
@@ -67,7 +66,7 @@
67
66
  --bs-dark-border-subtle: #adb5bd;
68
67
  --bs-white-rgb: 255, 255, 255;
69
68
  --bs-black-rgb: 0, 0, 0;
70
- --bs-font-sans-serif: Roboto, Roboto, "Helvetica Neue", Arial, sans-serif;
69
+ --bs-font-sans-serif: "Roboto", "Helvetica Neue", Arial, sans-serif;
71
70
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
72
71
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
73
72
  --bs-body-font-family: var(--bs-font-sans-serif);
@@ -92,8 +91,8 @@
92
91
  --bs-link-color: #406e8e;
93
92
  --bs-link-color-rgb: 64, 110, 142;
94
93
  --bs-link-decoration: underline;
95
- --bs-link-hover-color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
96
- --bs-link-hover-color-rgb: 28, 45, 73;
94
+ --bs-link-hover-color: rgb(51.2, 88, 113.6);
95
+ --bs-link-hover-color-rgb: 51, 88, 114;
97
96
  --bs-code-color: #d63384;
98
97
  --bs-highlight-color: black;
99
98
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
@@ -8399,7 +8398,7 @@ textarea.form-control-lg {
8399
8398
  --bs-dropdown-spacer: 0.125rem;
8400
8399
  --bs-dropdown-font-size: 1rem;
8401
8400
  --bs-dropdown-color: var(--bs-body-color);
8402
- --bs-dropdown-bg: white;
8401
+ --bs-dropdown-bg: var(--bs-body-bg);
8403
8402
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
8404
8403
  --bs-dropdown-border-radius: var(--bs-border-radius);
8405
8404
  --bs-dropdown-border-width: var(--bs-border-width);
@@ -8783,141 +8782,6 @@ textarea.form-control-lg {
8783
8782
  border-top-right-radius: 0;
8784
8783
  }
8785
8784
 
8786
- .nav {
8787
- --bs-nav-link-padding-x: 1rem;
8788
- --bs-nav-link-padding-y: 0.5rem;
8789
- --bs-nav-link-font-weight: ;
8790
- --bs-nav-link-color: var(--bs-link-color);
8791
- --bs-nav-link-hover-color: var(--bs-link-hover-color);
8792
- --bs-nav-link-disabled-color: var(--bs-secondary-color);
8793
- display: flex;
8794
- flex-wrap: wrap;
8795
- padding-left: 0;
8796
- margin-bottom: 0;
8797
- list-style: none;
8798
- }
8799
-
8800
- .nav-link {
8801
- display: block;
8802
- padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
8803
- font-size: var(--bs-nav-link-font-size);
8804
- font-weight: var(--bs-nav-link-font-weight);
8805
- color: var(--bs-nav-link-color);
8806
- text-decoration: none;
8807
- background: none;
8808
- border: 0;
8809
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
8810
- }
8811
- @media (prefers-reduced-motion: reduce) {
8812
- .nav-link {
8813
- transition: none;
8814
- }
8815
- }
8816
- .nav-link:hover, .nav-link:focus {
8817
- color: var(--bs-nav-link-hover-color);
8818
- }
8819
- .nav-link:focus-visible {
8820
- outline: 0;
8821
- box-shadow: 0 0 0 0.25rem rgba(64, 110, 142, 0.25);
8822
- }
8823
- .nav-link.disabled, .nav-link:disabled {
8824
- color: var(--bs-nav-link-disabled-color);
8825
- pointer-events: none;
8826
- cursor: default;
8827
- }
8828
-
8829
- .nav-tabs {
8830
- --bs-nav-tabs-border-width: var(--bs-border-width);
8831
- --bs-nav-tabs-border-color: var(--bs-border-color);
8832
- --bs-nav-tabs-border-radius: var(--bs-border-radius);
8833
- --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
8834
- --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
8835
- --bs-nav-tabs-link-active-bg: white;
8836
- --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) white;
8837
- border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
8838
- }
8839
- .nav-tabs .nav-link {
8840
- margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
8841
- border: var(--bs-nav-tabs-border-width) solid transparent;
8842
- border-top-left-radius: var(--bs-nav-tabs-border-radius);
8843
- border-top-right-radius: var(--bs-nav-tabs-border-radius);
8844
- }
8845
- .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
8846
- isolation: isolate;
8847
- border-color: var(--bs-nav-tabs-link-hover-border-color);
8848
- }
8849
- .nav-tabs .nav-link.active,
8850
- .nav-tabs .nav-item.show .nav-link {
8851
- color: var(--bs-nav-tabs-link-active-color);
8852
- background-color: var(--bs-nav-tabs-link-active-bg);
8853
- border-color: var(--bs-nav-tabs-link-active-border-color);
8854
- }
8855
- .nav-tabs .dropdown-menu {
8856
- margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
8857
- border-top-left-radius: 0;
8858
- border-top-right-radius: 0;
8859
- }
8860
-
8861
- .nav-pills {
8862
- --bs-nav-pills-border-radius: var(--bs-border-radius);
8863
- --bs-nav-pills-link-active-color: #fff;
8864
- --bs-nav-pills-link-active-bg: #406e8e;
8865
- }
8866
- .nav-pills .nav-link {
8867
- border-radius: var(--bs-nav-pills-border-radius);
8868
- }
8869
- .nav-pills .nav-link.active,
8870
- .nav-pills .show > .nav-link {
8871
- color: var(--bs-nav-pills-link-active-color);
8872
- background-color: var(--bs-nav-pills-link-active-bg);
8873
- }
8874
-
8875
- .nav-underline {
8876
- --bs-nav-underline-gap: 1rem;
8877
- --bs-nav-underline-border-width: 0.125rem;
8878
- --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
8879
- gap: var(--bs-nav-underline-gap);
8880
- }
8881
- .nav-underline .nav-link {
8882
- padding-right: 0;
8883
- padding-left: 0;
8884
- border-bottom: var(--bs-nav-underline-border-width) solid transparent;
8885
- }
8886
- .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
8887
- border-bottom-color: currentcolor;
8888
- }
8889
- .nav-underline .nav-link.active,
8890
- .nav-underline .show > .nav-link {
8891
- font-weight: 700;
8892
- color: var(--bs-nav-underline-link-active-color);
8893
- border-bottom-color: currentcolor;
8894
- }
8895
-
8896
- .nav-fill > .nav-link,
8897
- .nav-fill .nav-item {
8898
- flex: 1 1 auto;
8899
- text-align: center;
8900
- }
8901
-
8902
- .nav-justified > .nav-link,
8903
- .nav-justified .nav-item {
8904
- flex-grow: 1;
8905
- flex-basis: 0;
8906
- text-align: center;
8907
- }
8908
-
8909
- .nav-fill .nav-item .nav-link,
8910
- .nav-justified .nav-item .nav-link {
8911
- width: 100%;
8912
- }
8913
-
8914
- .tab-content > .tab-pane {
8915
- display: none;
8916
- }
8917
- .tab-content > .active {
8918
- display: block;
8919
- }
8920
-
8921
8785
  .badge {
8922
8786
  --bs-badge-padding-x: 0.65em;
8923
8787
  --bs-badge-padding-y: 0.35em;
@@ -9050,7 +8914,7 @@ textarea.form-control-lg {
9050
8914
  --bs-list-group-item-padding-y: 0.5rem;
9051
8915
  --bs-list-group-action-color: #000;
9052
8916
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
9053
- --bs-list-group-action-hover-bg: #f6f7f9;
8917
+ --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
9054
8918
  --bs-list-group-action-active-color: var(--bs-body-color);
9055
8919
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
9056
8920
  --bs-list-group-disabled-color: var(--bs-secondary-color);
@@ -9437,7 +9301,7 @@ textarea.form-control-lg {
9437
9301
  --bs-modal-padding: 1rem;
9438
9302
  --bs-modal-margin: 0.5rem;
9439
9303
  --bs-modal-color: var(--bs-body-color);
9440
- --bs-modal-bg: white;
9304
+ --bs-modal-bg: var(--bs-body-bg);
9441
9305
  --bs-modal-border-color: var(--bs-border-color-translucent);
9442
9306
  --bs-modal-border-width: var(--bs-border-width);
9443
9307
  --bs-modal-border-radius: var(--bs-border-radius-lg);
@@ -10321,7 +10185,7 @@ textarea.form-control-lg {
10321
10185
  --bs-offcanvas-padding-x: 1rem;
10322
10186
  --bs-offcanvas-padding-y: 1rem;
10323
10187
  --bs-offcanvas-color: var(--bs-body-color);
10324
- --bs-offcanvas-bg: white;
10188
+ --bs-offcanvas-bg: var(--bs-body-bg);
10325
10189
  --bs-offcanvas-border-width: var(--bs-border-width);
10326
10190
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
10327
10191
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
@@ -10816,101 +10680,235 @@ textarea.form-control-lg {
10816
10680
  overflow-y: auto;
10817
10681
  }
10818
10682
 
10819
- .bg-light-darker {
10820
- background-color: #f6f7f9;
10683
+ .btn-secondary {
10684
+ --bs-btn-color: black;
10685
+ --bs-btn-bg: white;
10686
+ --bs-btn-border-color: rgb(191.25, 191.25, 191.25);
10687
+ --bs-btn-hover-color: #000;
10688
+ --bs-btn-hover-bg: rgb(229.5, 229.5, 229.5);
10689
+ --bs-btn-hover-border-color: rgb(191.25, 191.25, 191.25);
10690
+ --bs-btn-focus-shadow-rgb: 163, 163, 163;
10691
+ --bs-btn-active-color: #000;
10692
+ --bs-btn-active-bg: white;
10693
+ --bs-btn-active-border-color: rgb(197.625, 197.625, 197.625);
10694
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
10695
+ --bs-btn-disabled-color: #000;
10696
+ --bs-btn-disabled-bg: white;
10697
+ --bs-btn-disabled-border-color: rgb(191.25, 191.25, 191.25);
10821
10698
  }
10822
10699
 
10823
- .bg-primary-dark {
10824
- background-color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10700
+ .btn-primary-dark {
10701
+ --bs-btn-color: white;
10702
+ --bs-btn-bg: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10703
+ --bs-btn-border-color: rgb(20.8333333333, 33.9285714286, 54.1666666667);
10704
+ --bs-btn-hover-color: #fff;
10705
+ --bs-btn-hover-bg: #23395b;
10706
+ --bs-btn-hover-border-color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10707
+ --bs-btn-focus-shadow-rgb: 56, 67, 84;
10708
+ --bs-btn-active-color: #fff;
10709
+ --bs-btn-active-bg: rgb(22.3333333333, 36.3714285714, 58.0666666667);
10710
+ --bs-btn-active-border-color: rgb(15.625, 25.4464285714, 40.625);
10711
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
10712
+ --bs-btn-disabled-color: #fff;
10713
+ --bs-btn-disabled-bg: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10714
+ --bs-btn-disabled-border-color: rgb(20.8333333333, 33.9285714286, 54.1666666667);
10825
10715
  }
10826
10716
 
10827
- .text-primary-dark {
10828
- color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10717
+ .btn-select-primary {
10718
+ display: inline-block;
10719
+ --bs-btn-color: #fff;
10720
+ --bs-btn-bg: #406e8e;
10721
+ --bs-btn-border-color: rgb(48.1553398058, 82.7669902913, 106.8446601942);
10722
+ --bs-btn-hover-color: #fff;
10723
+ --bs-btn-hover-bg: rgb(54.4, 93.5, 120.7);
10724
+ --bs-btn-hover-border-color: rgb(38.5242718447, 66.213592233, 85.4757281553);
10725
+ --bs-btn-focus-shadow-rgb: 79, 109, 129;
10726
+ --bs-btn-active-color: #fff;
10727
+ --bs-btn-active-bg: rgb(51.2, 88, 113.6);
10728
+ --bs-btn-active-border-color: rgb(36.1165048544, 62.0752427184, 80.1334951456);
10729
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
10730
+ --bs-btn-disabled-color: #fff;
10731
+ --bs-btn-disabled-bg: #406e8e;
10732
+ --bs-btn-disabled-border-color: rgb(48.1553398058, 82.7669902913, 106.8446601942);
10733
+ --bs-btn-padding-y: 0.1rem;
10734
+ --bs-btn-padding-x: 0.3rem;
10735
+ --bs-btn-font-size: 0.75rem;
10736
+ --bs-btn-border-radius: 0.375rem;
10829
10737
  }
10830
-
10831
- section {
10832
- margin-bottom: 1rem;
10738
+ .btn-select-primary:not(.read-only):not(:disabled)::after {
10739
+ margin-left: 0.5rem;
10740
+ content: "\f00d";
10741
+ font-family: "Font Awesome 5 Pro";
10742
+ font-weight: 900;
10833
10743
  }
10834
10744
 
10835
- .initials {
10836
- border: 1px solid #028490;
10837
- background-color: #007681;
10745
+ .btn-select-secondary {
10746
+ display: inline-block;
10747
+ --bs-btn-color: #fff;
10748
+ --bs-btn-bg: #4d4d4d;
10749
+ --bs-btn-border-color: rgb(51.5, 51.5, 51.5);
10750
+ --bs-btn-hover-color: #fff;
10751
+ --bs-btn-hover-bg: rgb(65.45, 65.45, 65.45);
10752
+ --bs-btn-hover-border-color: rgb(41.2, 41.2, 41.2);
10753
+ --bs-btn-focus-shadow-rgb: 82, 82, 82;
10754
+ --bs-btn-active-color: #fff;
10755
+ --bs-btn-active-bg: rgb(61.6, 61.6, 61.6);
10756
+ --bs-btn-active-border-color: rgb(38.625, 38.625, 38.625);
10757
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
10758
+ --bs-btn-disabled-color: #fff;
10759
+ --bs-btn-disabled-bg: #4d4d4d;
10760
+ --bs-btn-disabled-border-color: rgb(51.5, 51.5, 51.5);
10761
+ --bs-btn-padding-y: 0.1rem;
10762
+ --bs-btn-padding-x: 0.3rem;
10763
+ --bs-btn-font-size: 0.75rem;
10764
+ --bs-btn-border-radius: 0.375rem;
10838
10765
  color: white;
10839
- border-radius: 50%;
10840
- height: 2rem;
10841
- width: 2rem;
10842
- display: flex;
10843
- justify-content: center;
10844
- align-items: center;
10766
+ }
10767
+ .btn-select-secondary:not(.read-only):not(:disabled)::after {
10768
+ margin-left: 0.5rem;
10769
+ content: "\f00d";
10770
+ font-family: "Font Awesome 5 Pro";
10771
+ font-weight: 900;
10845
10772
  }
10846
10773
 
10847
- .offcanvas-body ul,
10848
- .offcanvas-body li.list-group-item {
10849
- border-color: rgba(255, 255, 255, 0.33) !important;
10774
+ .hide-help #help-button {
10775
+ display: none !important;
10850
10776
  }
10851
10777
 
10852
- .text-decoration-underline:hover {
10853
- text-decoration: underline !important;
10778
+ #help-button:hover #help-icon {
10779
+ color: white !important;
10854
10780
  }
10855
10781
 
10856
- .pointer {
10857
- cursor: pointer;
10782
+ .btn-pill-primary {
10783
+ --bs-btn-color: black;
10784
+ --bs-btn-bg: white;
10785
+ --bs-btn-border-color: #646262;
10786
+ --bs-btn-hover-color: #000;
10787
+ --bs-btn-hover-bg: #d9d9d9;
10788
+ --bs-btn-hover-border-color: #646262;
10789
+ --bs-btn-focus-shadow-rgb: 85, 83, 83;
10790
+ --bs-btn-active-color: #000;
10791
+ --bs-btn-active-bg: white;
10792
+ --bs-btn-active-border-color: rgb(115.5, 113.7, 113.7);
10793
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
10794
+ --bs-btn-disabled-color: #000;
10795
+ --bs-btn-disabled-bg: white;
10796
+ --bs-btn-disabled-border-color: #646262;
10797
+ --bs-btn-padding-y: 0.2rem;
10798
+ --bs-btn-padding-x: 1rem;
10799
+ --bs-btn-font-size: 1rem;
10800
+ --bs-btn-border-radius: 50rem;
10801
+ border-radius: 50rem;
10802
+ box-shadow: none;
10803
+ }
10804
+ .btn-pill-primary.btn-sm {
10805
+ --bs-btn-padding-y: 0.1rem;
10806
+ --bs-btn-padding-x: 1rem;
10807
+ --bs-btn-font-size: 0.875rem;
10808
+ --bs-btn-border-radius: 50rem;
10809
+ }
10810
+ .btn-pill-primary.active {
10811
+ background-color: #4d4d4d;
10812
+ color: white;
10858
10813
  }
10859
10814
 
10860
- mark, .mark {
10861
- font-weight: bold;
10862
- color: inherit;
10863
- background-color: inherit;
10864
- padding: 0;
10815
+ .btn-file {
10816
+ position: relative;
10817
+ overflow: hidden;
10865
10818
  }
10866
10819
 
10867
- a:not(:hover),
10868
- .btn-link:not(:hover) {
10869
- text-decoration: none;
10820
+ .btn-file input[type=file] {
10821
+ position: absolute;
10822
+ top: 0;
10823
+ right: 0;
10824
+ min-width: 100%;
10825
+ min-height: 100%;
10826
+ font-size: 100px;
10827
+ text-align: right;
10828
+ filter: alpha(opacity=0);
10829
+ opacity: 0;
10830
+ outline: none;
10831
+ background: white;
10832
+ cursor: inherit;
10833
+ display: block;
10870
10834
  }
10871
10835
 
10872
- a.active {
10873
- color: black;
10874
- text-decoration: none;
10875
- pointer-events: none;
10836
+ .btn-invisible {
10837
+ display: block;
10838
+ width: 100%;
10839
+ outline: 1;
10840
+ white-space: normal;
10841
+ text-align: left;
10842
+ box-shadow: none;
10876
10843
  }
10877
- a.active .text-decoration-underline-hover {
10878
- text-decoration: none;
10844
+ .btn-invisible:active, .btn-invisible:first-child:active {
10845
+ border-color: transparent;
10879
10846
  }
10880
- a:not(.active) .text-decoration-underline-hover:hover {
10881
- text-decoration: underline;
10847
+ .btn-invisible:hover {
10848
+ color: grey;
10849
+ }
10850
+ .btn-invisible:focus-visible {
10851
+ outline: dotted 1px #0d6efd !important;
10852
+ border-radius: 0;
10882
10853
  }
10883
10854
 
10884
- .left-ellipsis {
10885
- overflow: hidden;
10886
- text-overflow: ellipsis;
10887
- white-space: nowrap;
10888
- direction: rtl;
10889
- text-align: right;
10855
+ .btn-light {
10856
+ background-color: transparent;
10857
+ border: 1px solid #f2f1f1;
10890
10858
  }
10891
10859
 
10892
- pre {
10893
- padding: 2rem;
10894
- color: #02ff00;
10895
- background-color: black;
10896
- white-space: pre;
10860
+ #banner {
10861
+ background-image: url("/assets/images/banner.png");
10862
+ background-position: center;
10863
+ background-size: cover;
10897
10864
  }
10898
10865
 
10899
- .h-limit:not(.loading) {
10900
- max-height: 20rem;
10901
- overflow: auto;
10866
+ #pattern {
10867
+ background-image: url("/assets/images/main_menu_pattern.png");
10868
+ background-position: center;
10902
10869
  }
10903
10870
 
10904
- .no-caret .dropdown-toggle::after {
10905
- border: none;
10906
- margin-left: 0;
10871
+ .bg-primary-dark {
10872
+ background-color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10907
10873
  }
10908
10874
 
10909
- .inner-flex-wrap {
10910
- min-width: 0;
10875
+ .text-primary-dark {
10876
+ color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
10911
10877
  }
10912
10878
 
10913
- .capitalize::first-letter {
10879
+ section {
10880
+ margin-bottom: 1rem;
10881
+ }
10882
+
10883
+ .offcanvas-body ul,
10884
+ .offcanvas-body li.list-group-item {
10885
+ border-color: rgba(255, 255, 255, 0.33) !important;
10886
+ }
10887
+
10888
+ .text-decoration-underline:hover {
10889
+ text-decoration: underline !important;
10890
+ }
10891
+
10892
+ mark {
10893
+ font-weight: bold;
10894
+ color: inherit;
10895
+ background-color: inherit;
10896
+ padding: 0;
10897
+ }
10898
+
10899
+ pre {
10900
+ padding: 2rem;
10901
+ color: #02ff00;
10902
+ background-color: black;
10903
+ white-space: pre;
10904
+ }
10905
+
10906
+ .no-caret .dropdown-toggle::after {
10907
+ border: none;
10908
+ margin-left: 0;
10909
+ }
10910
+
10911
+ .capitalize::first-letter {
10914
10912
  text-transform: capitalize;
10915
10913
  }
10916
10914
 
@@ -10918,7 +10916,7 @@ pre {
10918
10916
  text-transform: lowercase;
10919
10917
  }
10920
10918
 
10921
- .text-preserve {
10919
+ .text-pre-wrap {
10922
10920
  white-space: pre-wrap;
10923
10921
  }
10924
10922
 
@@ -10936,6 +10934,47 @@ pre {
10936
10934
  color: white;
10937
10935
  }
10938
10936
 
10937
+ .adb-plate-primary {
10938
+ background-color: white;
10939
+ color: black;
10940
+ border: 1px solid lightgray;
10941
+ padding: 1rem 1rem;
10942
+ margin-bottom: 1rem;
10943
+ }
10944
+ .adb-plate-primary:not(.loading-dead-spinner) {
10945
+ min-height: 3rem;
10946
+ }
10947
+ .adb-plate-primary:not(.loading) {
10948
+ min-height: 3rem;
10949
+ }
10950
+
10951
+ .h-limit:not(.loading) {
10952
+ max-height: 20rem;
10953
+ overflow: auto;
10954
+ }
10955
+
10956
+ .attention-item {
10957
+ display: flex;
10958
+ align-items: center;
10959
+ gap: 0.5rem;
10960
+ margin-bottom: 1rem;
10961
+ }
10962
+ .attention-item .icon {
10963
+ font-size: 1.3rem;
10964
+ align-self: flex-start;
10965
+ display: flex;
10966
+ color: white;
10967
+ border-radius: 50%;
10968
+ padding: 0.5rem;
10969
+ background-color: #406e8e;
10970
+ width: 2.4rem;
10971
+ height: 2.4rem;
10972
+ line-height: 2.4rem;
10973
+ display: flex;
10974
+ justify-content: center;
10975
+ align-items: center;
10976
+ }
10977
+
10939
10978
  .bg-redlist-lc {
10940
10979
  background-color: #cdd425;
10941
10980
  color: rgb(58.0421686747, 60.0240963855, 10.4759036145);
@@ -10994,7 +11033,7 @@ pre {
10994
11033
 
10995
11034
  .bg-risk-class-se {
10996
11035
  background-color: #ce5c16;
10997
- color: rgb(249.4337349398, 250.3192771084, 228.1807228916);
11036
+ color: rgb(249.9342105263, 223.6842105263, 207.5657894737);
10998
11037
  }
10999
11038
  .bg-risk-class-se.border {
11000
11039
  border: 1px solid rgb(182.9605263158, 81.7105263158, 19.5394736842) !important;
@@ -11002,7 +11041,7 @@ pre {
11002
11041
 
11003
11042
  .bg-risk-class-hi {
11004
11043
  background-color: #d77f15;
11005
- color: rgb(249.4337349398, 250.3192771084, 228.1807228916);
11044
+ color: black;
11006
11045
  }
11007
11046
  .bg-risk-class-hi.border {
11008
11047
  border: 1px solid rgb(191.7690677966, 113.2775423729, 18.7309322034) !important;
@@ -11010,7 +11049,7 @@ pre {
11010
11049
 
11011
11050
  .bg-risk-class-ph {
11012
11051
  background-color: #edc04e;
11013
- color: rgb(37.0481927711, 38.313253012, 6.686746988);
11052
+ color: black;
11014
11053
  }
11015
11054
  .bg-risk-class-ph.border {
11016
11055
  border: 1px solid rgb(234.6461538462, 183.7615384615, 54.8538461538) !important;
@@ -11018,7 +11057,7 @@ pre {
11018
11057
 
11019
11058
  .bg-risk-class-lo {
11020
11059
  background-color: #f6d862;
11021
- color: rgb(58.0421686747, 60.0240963855, 10.4759036145);
11060
+ color: black;
11022
11061
  }
11023
11062
  .bg-risk-class-lo.border {
11024
11063
  border: 1px solid rgb(244.6174698795, 210.0090361446, 73.8825301205) !important;
@@ -11031,6 +11070,127 @@ pre {
11031
11070
  border: 1px solid rgb(249.7088607595, 231.1898734177, 155.7911392405) !important;
11032
11071
  }
11033
11072
 
11073
+ .fa-spin {
11074
+ opacity: 0.2;
11075
+ }
11076
+
11077
+ .loading,
11078
+ .loading-dead,
11079
+ .loading-dead-spinner {
11080
+ pointer-events: none !important;
11081
+ opacity: 0.5 !important;
11082
+ min-height: 10rem;
11083
+ position: relative;
11084
+ }
11085
+ .loading::before,
11086
+ .loading-dead::before,
11087
+ .loading-dead-spinner::before {
11088
+ content: "\f110";
11089
+ font-family: "Font Awesome 5 Pro";
11090
+ font-size: 2rem;
11091
+ opacity: 0.8 !important;
11092
+ font-weight: 900;
11093
+ animation: fa-spin 2s infinite linear;
11094
+ position: absolute;
11095
+ z-index: 1;
11096
+ left: 45%;
11097
+ transform: translateX(-45%);
11098
+ }
11099
+
11100
+ a:hover img {
11101
+ opacity: 0.8;
11102
+ }
11103
+
11104
+ .preview-image {
11105
+ display: flex;
11106
+ align-items: center;
11107
+ justify-content: center;
11108
+ background-color: white;
11109
+ padding: 0.5rem;
11110
+ border: 1px solid lightgray;
11111
+ width: 6rem;
11112
+ height: 6rem;
11113
+ }
11114
+
11115
+ .adb-block-image {
11116
+ width: 13rem;
11117
+ }
11118
+ .adb-block-image img {
11119
+ height: 13rem;
11120
+ width: 13rem;
11121
+ object-fit: cover;
11122
+ }
11123
+
11124
+ @font-face {
11125
+ font-family: "slu";
11126
+ src: url("fonts/slu.eot?dg2n4j");
11127
+ src: url("fonts/slu.eot?dg2n4j#iefix") format("embedded-opentype"), url("fonts/slu.ttf?dg2n4j") format("truetype"), url("fonts/slu.woff?dg2n4j") format("woff"), url("fonts/slu.svg?dg2n4j#slu") format("svg");
11128
+ font-weight: normal;
11129
+ font-style: normal;
11130
+ font-display: block;
11131
+ }
11132
+ [class^=icon-], [class*=" icon-"] {
11133
+ /* use !important to prevent issues with browser extensions that change fonts */
11134
+ font-family: "slu" !important;
11135
+ speak: never;
11136
+ font-style: normal;
11137
+ font-weight: normal;
11138
+ font-variant: normal;
11139
+ text-transform: none;
11140
+ line-height: 1;
11141
+ /* Better Font Rendering =========== */
11142
+ -webkit-font-smoothing: antialiased;
11143
+ -moz-osx-font-smoothing: grayscale;
11144
+ }
11145
+
11146
+ .icon-dyntaxa:before {
11147
+ content: "\e900";
11148
+ }
11149
+
11150
+ adb-date-picker > div {
11151
+ z-index: 900;
11152
+ }
11153
+ adb-date-picker .to-left nav {
11154
+ right: 0;
11155
+ }
11156
+ adb-date-picker nav header button.btn {
11157
+ box-shadow: none;
11158
+ border: 1px solid rgb(48.1553398058, 82.7669902913, 106.8446601942);
11159
+ }
11160
+ adb-date-picker nav header button.btn-outline-primary {
11161
+ border: 1px solid transparent;
11162
+ }
11163
+ adb-date-picker nav .calendar .days {
11164
+ display: grid;
11165
+ grid-template-columns: repeat(7, 1fr);
11166
+ }
11167
+ adb-date-picker nav .calendar .days button {
11168
+ aspect-ratio: 1;
11169
+ display: flex;
11170
+ justify-content: center;
11171
+ align-items: center;
11172
+ transition: none;
11173
+ }
11174
+ adb-date-picker nav .calendar .days button:hover {
11175
+ background-color: #e9ebee;
11176
+ color: black;
11177
+ }
11178
+
11179
+ .form-control.ng-invalid,
11180
+ .form-select.ng-invalid {
11181
+ border-left: 5px solid #b83d39;
11182
+ }
11183
+
11184
+ .validation-alt .form-control.ng-invalid:not(.ng-untouched),
11185
+ .validation-alt .form-select.ng-invalid:not(.ng-untouched) {
11186
+ border-left: 5px solid #b83d39;
11187
+ }
11188
+
11189
+ .ng-invalid .invalid-feedback {
11190
+ display: block;
11191
+ font-size: 0.9rem;
11192
+ }
11193
+
11034
11194
  suggestive-search {
11035
11195
  background-color: white;
11036
11196
  }
@@ -11051,9 +11211,9 @@ suggestive-search {
11051
11211
  box-shadow: none;
11052
11212
  }
11053
11213
  .suggestive-input:focus, .suggestive-input.focus {
11054
- border: var(--bs-border-width) solid rgb(159.5, 182.5, 198.5);
11214
+ border: 1px solid #e9ebee;
11055
11215
  outline: 0;
11056
- box-shadow: 0 0 0 0.25rem rgba(64, 110, 142, 0.25);
11216
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
11057
11217
  }
11058
11218
  .suggestive-input button:focus {
11059
11219
  outline: 0;
@@ -11089,7 +11249,7 @@ suggestive-search {
11089
11249
  left: 0;
11090
11250
  z-index: 900;
11091
11251
  text-align: left;
11092
- color: #000;
11252
+ color: black;
11093
11253
  background-color: white;
11094
11254
  border: 1px solid lightgray;
11095
11255
  max-height: 70vh;
@@ -11104,479 +11264,8 @@ suggestive-search {
11104
11264
  color: black;
11105
11265
  }
11106
11266
 
11107
- .fa-spin {
11108
- opacity: 0.2;
11109
- }
11110
-
11111
- .loading.adb-plate-primary, .loading.adb-panel-body, .loading.loader-content {
11112
- height: 5rem;
11113
- text-align: center;
11114
- }
11115
- .loading.adb-plate-primary::after, .loading.adb-panel-body::after, .loading.loader-content::after {
11116
- display: inline-block;
11117
- -webkit-animation: fa-spin 2s infinite linear;
11118
- animation: fa-spin 2s infinite linear;
11119
- opacity: 0.2;
11120
- font-size: 2em;
11121
- content: "\f110";
11122
- font-family: "Font Awesome 5 Pro";
11123
- font-weight: 900;
11124
- }
11125
- .loadinginput, .loadingbutton {
11126
- pointer-events: none;
11127
- opacity: 0.65;
11128
- }
11129
-
11130
- .loading-dead {
11131
- pointer-events: none !important;
11132
- opacity: 0.65 !important;
11133
- }
11134
-
11135
- .loading-dead-spinner {
11136
- pointer-events: none !important;
11137
- opacity: 0.5 !important;
11138
- min-height: 10rem;
11139
- position: relative;
11140
- }
11141
-
11142
- .loading-dead-spinner::before {
11143
- content: "\f110";
11144
- font-family: "Font Awesome 5 Pro";
11145
- font-size: 2rem;
11146
- opacity: 0.8 !important;
11147
- font-weight: 900;
11148
- animation: fa-spin 2s infinite linear;
11149
- position: absolute;
11150
- z-index: 1;
11151
- left: 45%;
11152
- transform: translateX(-45%);
11153
- }
11154
-
11155
- .adb-plate-primary {
11156
- background-color: white;
11157
- color: black;
11158
- border: 1px solid lightgray;
11159
- padding: 1rem 1rem;
11160
- margin-bottom: 1rem;
11161
- }
11162
- .adb-plate-primary:not(.loading-dead-spinner) {
11163
- min-height: 3rem;
11164
- }
11165
-
11166
- .attention-item {
11167
- display: flex;
11168
- align-items: center;
11169
- gap: 0.5rem;
11170
- margin-bottom: 1rem;
11171
- }
11172
- .attention-item .icon {
11173
- font-size: 1.3rem;
11174
- align-self: flex-start;
11175
- display: flex;
11176
- color: white;
11177
- border-radius: 50%;
11178
- padding: 0.5rem;
11179
- background-color: #406e8e;
11180
- width: 2.4rem;
11181
- height: 2.4rem;
11182
- line-height: 2.4rem;
11183
- display: flex;
11184
- justify-content: center;
11185
- align-items: center;
11186
- }
11187
-
11188
- .adb-panel {
11189
- border: 1px solid lightgray;
11190
- display: flex;
11191
- flex-direction: column;
11192
- box-sizing: border-box;
11193
- margin-bottom: 1rem;
11194
- word-wrap: break-word;
11195
- }
11196
- .adb-panel .adb-panel-header {
11197
- box-shadow: none;
11198
- border-bottom: 1px solid lightgrey;
11199
- padding: 0.5rem 1rem;
11200
- min-height: 2.8rem;
11201
- color: black;
11202
- background-color: #f6f7f9;
11203
- color: black;
11204
- display: flex;
11205
- align-items: center;
11206
- justify-content: space-between;
11207
- }
11208
- .adb-panel .adb-panel-header.expandable {
11209
- cursor: pointer;
11210
- }
11211
- .adb-panel .adb-panel-header.expandable:hover {
11212
- background-color: #f2f1f1;
11213
- }
11214
- .adb-panel .adb-panel-header.expandable.expanded::before {
11215
- min-width: 0.9em;
11216
- margin-right: 1rem;
11217
- content: "\f078";
11218
- font-family: "Font Awesome 5 Pro";
11219
- font-weight: 900;
11220
- }
11221
- .adb-panel .adb-panel-header.expandable:not(.expanded)::before {
11222
- min-width: 0.9em;
11223
- margin-right: 1rem;
11224
- content: "\f054";
11225
- font-family: "Font Awesome 5 Pro";
11226
- font-weight: 900;
11227
- }
11228
- .adb-panel .adb-panel-header h1, .adb-panel .adb-panel-header .h1,
11229
- .adb-panel .adb-panel-header h2,
11230
- .adb-panel .adb-panel-header .h2,
11231
- .adb-panel .adb-panel-header h3,
11232
- .adb-panel .adb-panel-header .h3,
11233
- .adb-panel .adb-panel-header h4,
11234
- .adb-panel .adb-panel-header .h4 {
11235
- margin: 0;
11236
- }
11237
- .adb-panel .adb-panel-header .adb-panel-title {
11238
- flex-grow: 1;
11239
- }
11240
- .adb-panel .adb-panel-body {
11241
- flex: 1 1 auto;
11242
- margin: 0;
11243
- box-shadow: none;
11244
- background-color: white;
11245
- padding: 1rem 1rem;
11246
- }
11247
- .adb-panel .h-limit:not(.loading) {
11248
- max-height: 20rem;
11249
- overflow: auto;
11250
- }
11251
-
11252
- .sticky-panel {
11253
- position: sticky;
11254
- top: 0;
11255
- margin-bottom: 1rem;
11256
- z-index: 1000;
11257
- }
11258
-
11259
- .hide-help #help-button {
11260
- display: none !important;
11261
- }
11262
-
11263
- #help-button:hover #help-icon {
11264
- color: white !important;
11265
- }
11266
-
11267
- .btn-secondary {
11268
- --bs-btn-color: black;
11269
- --bs-btn-bg: white;
11270
- --bs-btn-border-color: rgb(191.25, 191.25, 191.25);
11271
- --bs-btn-hover-color: #000;
11272
- --bs-btn-hover-bg: rgb(229.5, 229.5, 229.5);
11273
- --bs-btn-hover-border-color: rgb(191.25, 191.25, 191.25);
11274
- --bs-btn-focus-shadow-rgb: 163, 163, 163;
11275
- --bs-btn-active-color: #000;
11276
- --bs-btn-active-bg: white;
11277
- --bs-btn-active-border-color: rgb(197.625, 197.625, 197.625);
11278
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
11279
- --bs-btn-disabled-color: #000;
11280
- --bs-btn-disabled-bg: white;
11281
- --bs-btn-disabled-border-color: rgb(191.25, 191.25, 191.25);
11282
- }
11283
-
11284
- .btn-primary-dark {
11285
- --bs-btn-color: white;
11286
- --bs-btn-bg: rgb(27.9166666667, 45.4642857143, 72.5833333333);
11287
- --bs-btn-border-color: rgb(20.8333333333, 33.9285714286, 54.1666666667);
11288
- --bs-btn-hover-color: #fff;
11289
- --bs-btn-hover-bg: #23395b;
11290
- --bs-btn-hover-border-color: rgb(27.9166666667, 45.4642857143, 72.5833333333);
11291
- --bs-btn-focus-shadow-rgb: 56, 67, 84;
11292
- --bs-btn-active-color: #fff;
11293
- --bs-btn-active-bg: rgb(22.3333333333, 36.3714285714, 58.0666666667);
11294
- --bs-btn-active-border-color: rgb(15.625, 25.4464285714, 40.625);
11295
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
11296
- --bs-btn-disabled-color: #fff;
11297
- --bs-btn-disabled-bg: rgb(27.9166666667, 45.4642857143, 72.5833333333);
11298
- --bs-btn-disabled-border-color: rgb(20.8333333333, 33.9285714286, 54.1666666667);
11299
- }
11300
-
11301
- .btn-link:active, .btn-link.active {
11302
- color: black;
11303
- text-decoration: none;
11304
- box-shadow: none !important;
11305
- border: 1 px transparent !important;
11306
- }
11307
- .btn-link.active {
11308
- pointer-events: none;
11309
- }
11310
-
11311
- .btn-select-primary {
11312
- display: inline-block;
11313
- --bs-btn-color: #fff;
11314
- --bs-btn-bg: #406e8e;
11315
- --bs-btn-border-color: rgb(48.1553398058, 82.7669902913, 106.8446601942);
11316
- --bs-btn-hover-color: #fff;
11317
- --bs-btn-hover-bg: rgb(54.4, 93.5, 120.7);
11318
- --bs-btn-hover-border-color: rgb(38.5242718447, 66.213592233, 85.4757281553);
11319
- --bs-btn-focus-shadow-rgb: 79, 109, 129;
11320
- --bs-btn-active-color: #fff;
11321
- --bs-btn-active-bg: rgb(51.2, 88, 113.6);
11322
- --bs-btn-active-border-color: rgb(36.1165048544, 62.0752427184, 80.1334951456);
11323
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
11324
- --bs-btn-disabled-color: #fff;
11325
- --bs-btn-disabled-bg: #406e8e;
11326
- --bs-btn-disabled-border-color: rgb(48.1553398058, 82.7669902913, 106.8446601942);
11327
- --bs-btn-padding-y: 0.1rem;
11328
- --bs-btn-padding-x: 0.3rem;
11329
- --bs-btn-font-size: 0.75rem;
11330
- --bs-btn-border-radius: 0.15rem;
11331
- }
11332
- .btn-select-primary:not(.read-only):not(:disabled)::after {
11333
- margin-left: 0.5rem;
11334
- content: "\f00d";
11335
- font-family: "Font Awesome 5 Pro";
11336
- font-weight: 900;
11337
- }
11338
-
11339
- .btn-select-secondary {
11340
- display: inline-block;
11341
- --bs-btn-color: #fff;
11342
- --bs-btn-bg: #4d4d4d;
11343
- --bs-btn-border-color: rgb(51.5, 51.5, 51.5);
11344
- --bs-btn-hover-color: #fff;
11345
- --bs-btn-hover-bg: rgb(65.45, 65.45, 65.45);
11346
- --bs-btn-hover-border-color: rgb(41.2, 41.2, 41.2);
11347
- --bs-btn-focus-shadow-rgb: 82, 82, 82;
11348
- --bs-btn-active-color: #fff;
11349
- --bs-btn-active-bg: rgb(61.6, 61.6, 61.6);
11350
- --bs-btn-active-border-color: rgb(38.625, 38.625, 38.625);
11351
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
11352
- --bs-btn-disabled-color: #fff;
11353
- --bs-btn-disabled-bg: #4d4d4d;
11354
- --bs-btn-disabled-border-color: rgb(51.5, 51.5, 51.5);
11355
- --bs-btn-padding-y: 0.1rem;
11356
- --bs-btn-padding-x: 0.3rem;
11357
- --bs-btn-font-size: 0.75rem;
11358
- --bs-btn-border-radius: 0.15rem;
11359
- color: white;
11360
- }
11361
- .btn-select-secondary:not(.read-only):not(:disabled)::after {
11362
- margin-left: 0.5rem;
11363
- content: "\f00d";
11364
- font-family: "Font Awesome 5 Pro";
11365
- font-weight: 900;
11366
- }
11367
-
11368
- .btn-pill-primary {
11369
- --bs-btn-color: black;
11370
- --bs-btn-bg: white;
11371
- --bs-btn-border-color: #646262;
11372
- --bs-btn-hover-color: #000;
11373
- --bs-btn-hover-bg: #d9d9d9;
11374
- --bs-btn-hover-border-color: #646262;
11375
- --bs-btn-focus-shadow-rgb: 85, 83, 83;
11376
- --bs-btn-active-color: #000;
11377
- --bs-btn-active-bg: white;
11378
- --bs-btn-active-border-color: rgb(115.5, 113.7, 113.7);
11379
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
11380
- --bs-btn-disabled-color: #000;
11381
- --bs-btn-disabled-bg: white;
11382
- --bs-btn-disabled-border-color: #646262;
11383
- --bs-btn-padding-y: 0.2rem;
11384
- --bs-btn-padding-x: 1rem;
11385
- --bs-btn-font-size: 1rem;
11386
- --bs-btn-border-radius: 50rem;
11387
- border-radius: 50rem;
11388
- box-shadow: none;
11389
- }
11390
- .btn-pill-primary.btn-sm, .btn-group-sm > .btn-pill-primary.btn {
11391
- --bs-btn-padding-y: 0.1rem;
11392
- --bs-btn-padding-x: 1rem;
11393
- --bs-btn-font-size: 0.875rem;
11394
- --bs-btn-border-radius: 50rem;
11395
- }
11396
- .btn-pill-primary.active {
11397
- background-color: #4d4d4d;
11398
- color: white;
11399
- }
11400
-
11401
- .btn-file {
11402
- position: relative;
11403
- overflow: hidden;
11404
- }
11405
-
11406
- .btn-file input[type=file] {
11407
- position: absolute;
11408
- top: 0;
11409
- right: 0;
11410
- min-width: 100%;
11411
- min-height: 100%;
11412
- font-size: 100px;
11413
- text-align: right;
11414
- filter: alpha(opacity=0);
11415
- opacity: 0;
11416
- outline: none;
11417
- background: white;
11418
- cursor: inherit;
11419
- display: block;
11420
- }
11421
-
11422
- .btn-invisible {
11423
- display: block;
11424
- width: 100%;
11425
- outline: 1;
11426
- white-space: normal;
11427
- text-align: left;
11428
- box-shadow: none;
11429
- }
11430
- .btn-invisible:active, .btn-invisible:first-child:active {
11431
- border-color: transparent;
11432
- }
11433
- .btn-invisible:hover {
11434
- color: grey;
11435
- }
11436
- .btn-invisible:focus-visible {
11437
- outline: dotted 1px #406e8e !important;
11438
- border-radius: 0;
11439
- }
11440
-
11441
- .btn-light {
11442
- background-color: transparent;
11443
- border: 1px solid #f2f1f1;
11444
- }
11445
-
11446
- .form-control.ng-invalid,
11447
- .form-select.ng-invalid {
11448
- border-left: 5px solid #b83d39;
11449
- }
11450
-
11451
- .validation-alt .form-control.ng-invalid:not(.ng-untouched),
11452
- .validation-alt .form-select.ng-invalid:not(.ng-untouched) {
11453
- border-left: 5px solid #b83d39;
11454
- }
11455
-
11456
- .ng-invalid .invalid-feedback {
11457
- display: block;
11458
- font-size: 0.9rem;
11459
- }
11460
-
11461
- a:hover img {
11462
- opacity: 0.8;
11463
- }
11464
-
11465
- .preview-image {
11466
- display: flex;
11467
- align-items: center;
11468
- justify-content: center;
11469
- background-color: white;
11470
- padding: 0.5rem;
11471
- border: 1px solid lightgray;
11472
- width: 6rem;
11473
- height: 6rem;
11474
- }
11475
-
11476
- .adb-block-image {
11477
- width: 13rem;
11478
- }
11479
- .adb-block-image img {
11480
- height: 13rem;
11481
- width: 13rem;
11482
- object-fit: cover;
11483
- }
11484
-
11485
- @font-face {
11486
- font-family: "slu";
11487
- src: url("fonts/slu.eot?dg2n4j");
11488
- src: url("fonts/slu.eot?dg2n4j#iefix") format("embedded-opentype"), url("fonts/slu.ttf?dg2n4j") format("truetype"), url("fonts/slu.woff?dg2n4j") format("woff"), url("fonts/slu.svg?dg2n4j#slu") format("svg");
11489
- font-weight: normal;
11490
- font-style: normal;
11491
- font-display: block;
11492
- }
11493
- [class^=icon-], [class*=" icon-"] {
11494
- /* use !important to prevent issues with browser extensions that change fonts */
11495
- font-family: "slu" !important;
11496
- speak: never;
11497
- font-style: normal;
11498
- font-weight: normal;
11499
- font-variant: normal;
11500
- text-transform: none;
11501
- line-height: 1;
11502
- /* Better Font Rendering =========== */
11503
- -webkit-font-smoothing: antialiased;
11504
- -moz-osx-font-smoothing: grayscale;
11505
- }
11506
-
11507
- .icon-dyntaxa:before {
11508
- content: "\e900";
11509
- }
11510
-
11511
- .overlay {
11512
- padding: 1rem;
11513
- width: 100%;
11514
- position: fixed;
11515
- z-index: 1001;
11516
- left: 0;
11517
- bottom: 0;
11518
- background-color: #e9ebee;
11519
- }
11520
- .overlay .overlay-header {
11521
- display: flex;
11522
- gap: 1rem;
11523
- margin-bottom: 0.5rem;
11524
- justify-content: space-between;
11525
- }
11526
- .overlay .overlay-content {
11527
- position: relative;
11528
- width: 100%;
11529
- height: auto;
11530
- display: flex;
11531
- justify-content: center;
11532
- }
11533
- .overlay .overlay-content .img-fluid {
11534
- max-height: 100vh;
11535
- }
11536
-
11537
- ul {
11538
- padding-left: 1rem;
11539
- }
11540
-
11541
- .adb-deck {
11542
- display: grid;
11543
- grid-gap: 1rem;
11544
- }
11545
- @media (min-width: 576px) {
11546
- .adb-deck {
11547
- grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
11548
- }
11549
- .adb-deck .adb-panel-header {
11550
- overflow: hidden;
11551
- text-overflow: ellipsis;
11552
- white-space: nowrap;
11553
- }
11554
- .adb-deck .adb-panel-header h2, .adb-deck .adb-panel-header .h2 {
11555
- min-height: 2rem;
11556
- max-height: 2rem;
11557
- }
11558
- }
11559
-
11560
- .striped {
11561
- background-color: white;
11562
- }
11563
- .striped .list-group-item {
11564
- background-color: white;
11565
- }
11566
- .striped .striped-item-extended {
11567
- display: flex;
11568
- align-items: center;
11569
- gap: 1rem;
11570
- padding: 1rem 1rem;
11571
- }
11572
- .striped .striped-item-extended:nth-child(even) {
11573
- background-color: #f6f7f9;
11574
- }
11575
- .striped > li:nth-child(even) {
11576
- background-color: #f6f7f9;
11577
- }
11578
- .striped .striped-item:nth-child(even) {
11579
- background-color: #f6f7f9;
11267
+ ul {
11268
+ padding-left: 1rem;
11580
11269
  }
11581
11270
 
11582
11271
  .comma-seperated > *:not(:last-child):after,
@@ -11584,42 +11273,4 @@ ul {
11584
11273
  content: ", ";
11585
11274
  }
11586
11275
 
11587
- adb-date-picker > div {
11588
- z-index: 900;
11589
- }
11590
- adb-date-picker .to-left nav {
11591
- right: 0;
11592
- }
11593
- adb-date-picker nav header button.btn {
11594
- box-shadow: none;
11595
- border: 1px solid rgb(48.1553398058, 82.7669902913, 106.8446601942);
11596
- }
11597
- adb-date-picker nav header button.btn-outline-primary {
11598
- border: 1px solid transparent;
11599
- }
11600
- adb-date-picker nav .calendar .days {
11601
- display: grid;
11602
- grid-template-columns: repeat(7, 1fr);
11603
- }
11604
- adb-date-picker nav .calendar .days button {
11605
- aspect-ratio: 1;
11606
- display: flex;
11607
- justify-content: center;
11608
- align-items: center;
11609
- transition: none;
11610
- }
11611
- adb-date-picker nav .calendar .days button:hover {
11612
- background-color: #e9ebee;
11613
- color: black;
11614
- }
11615
-
11616
- a:not(:hover),
11617
- .btn-link:not(:hover) {
11618
- text-decoration: underline;
11619
- }
11620
-
11621
- .alert {
11622
- color: black;
11623
- }
11624
-
11625
11276
  /*# sourceMappingURL=designsystem-aqua.css.map */