@civicactions/cmsds-open-data-components 4.1.4 → 4.1.5

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.
package/dist/main.css ADDED
@@ -0,0 +1,2255 @@
1
+ .dkan-c-cms-topnav--tagline {
2
+ color: var(--tag-line--color);
3
+ }
4
+
5
+ .dkan-c-header--mobile .dkan-c-cms-topnav--tagline {
6
+ display: none;
7
+ }
8
+
9
+ .dkan-c-header--desktop .dkan-c-cms-topnav--tagline {
10
+ border-left: 1px solid var(--tag-line--border-color);
11
+ align-items: center;
12
+ display: inline-flex;
13
+ }
14
+
15
+ :root {
16
+ --header-nav-icon-link--desktop-width: 240px;
17
+ --header-nav-icon-link--mobile-width: 90px;
18
+ }
19
+
20
+ .dkan-c-header-nav-icon-link {
21
+ border-right: none;
22
+ align-items: center;
23
+ display: inline-flex;
24
+ }
25
+
26
+ .dkan-c-header-nav-icon-link a {
27
+ border-bottom: none;
28
+ text-decoration: none;
29
+ display: inline-block;
30
+ }
31
+
32
+ .dkan-c-header-nav-icon-link a:focus, .dkan-c-header-nav-icon-link a:hover {
33
+ background-color: #0000;
34
+ }
35
+
36
+ .dkan-c-header-nav-icon-link.show-back-arrow a:before {
37
+ content: "";
38
+ color: #323a45;
39
+ text-align: center;
40
+ vertical-align: middle;
41
+ width: 18px;
42
+ height: 18px;
43
+ margin-left: 10px;
44
+ padding-right: 10px;
45
+ font-family: "Font Awesome 6 Pro";
46
+ font-size: 18px;
47
+ font-weight: lighter;
48
+ line-height: 18px;
49
+ display: inline-block;
50
+ }
51
+
52
+ .dkan-c-header-nav-icon-link img {
53
+ vertical-align: middle;
54
+ height: auto;
55
+ display: inline-block;
56
+ }
57
+
58
+ .dkan-c-header--mobile .dkan-c-header-nav-icon-link img {
59
+ width: var(--header-nav-icon-link--mobile-width);
60
+ }
61
+
62
+ .dkan-c-header--desktop .dkan-c-header-nav-icon-link img {
63
+ width: var(--header-nav-icon-link--desktop-width);
64
+ }
65
+
66
+ .dkan-c-cms-topnav {
67
+ height: 3.188rem;
68
+ }
69
+
70
+ .dkan-c-cms-topnav > div {
71
+ height: 100%;
72
+ }
73
+
74
+ .dkan-c-cms-topnav .dkan-c-cms-topnav-menu a {
75
+ margin: 3px 7px;
76
+ display: inline-block;
77
+ }
78
+
79
+ .dkan-c-cms-topnav--menu ul {
80
+ margin: 0;
81
+ padding: 0;
82
+ list-style: none;
83
+ }
84
+
85
+ .dkan-c-cms-topnav .dkan-c-cms-topnav--tagline {
86
+ height: 100%;
87
+ margin-left: 16px;
88
+ }
89
+
90
+ @media screen and (width <= 544px) {
91
+ .dkan-c-cms-topnav {
92
+ display: none;
93
+ }
94
+ }
95
+
96
+ @media screen and (width >= 1024px) {
97
+ .dkan-c-cms-topnav {
98
+ height: 5.313rem;
99
+ }
100
+ }
101
+
102
+ .dkan-c-nav-submenu.has-submenu {
103
+ display: block !important;
104
+ }
105
+
106
+ @media only screen and (width >= 544px) {
107
+ .dkan-dataset-search input {
108
+ padding-left: 32px;
109
+ }
110
+ }
111
+
112
+ .dkan-c-site-menu--sub-menu {
113
+ list-style: none;
114
+ display: none;
115
+ box-shadow: 0 4px 8px #0003;
116
+ }
117
+
118
+ .dkan-c-nav-submenu {
119
+ position: relative;
120
+ }
121
+
122
+ .dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
123
+ display: block;
124
+ }
125
+
126
+ .dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
127
+ display: none;
128
+ }
129
+
130
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
131
+ background: var(--header-submenu--bg-color);
132
+ width: var(--header-submenu--width);
133
+ margin: 0;
134
+ padding: 16px;
135
+ position: absolute;
136
+ top: 48px;
137
+ left: 0;
138
+ }
139
+
140
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a {
141
+ text-align: left;
142
+ padding: 16px;
143
+ display: flex;
144
+ }
145
+
146
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a span {
147
+ border-bottom: 2px solid #0000;
148
+ margin-left: 8px;
149
+ }
150
+
151
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:hover span, .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:focus span {
152
+ border-bottom-color: var(--header-nav-link--mobile-color);
153
+ }
154
+
155
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
156
+ z-index: 999;
157
+ }
158
+
159
+ .dc-c-search-list-item {
160
+ list-style: none;
161
+ }
162
+
163
+ .dc-c-search-list-item ul {
164
+ gap: 0;
165
+ }
166
+
167
+ .dc-c-search-list-item li {
168
+ list-style: none;
169
+ }
170
+
171
+ .dc-c-search-list-item li:first-child > span {
172
+ padding-left: 0;
173
+ }
174
+
175
+ .dc-c-search-list-item li a, .dc-c-search-list-item li button {
176
+ text-decoration: underline !important;
177
+ }
178
+
179
+ .dc-c-search-list-item svg {
180
+ margin-right: 8px;
181
+ }
182
+
183
+ .dc-c-search-list-item button, .dc-c-search-list-item span > a {
184
+ font-weight: normal !important;
185
+ }
186
+
187
+ .dc-c-search-list-item a:visited svg {
188
+ fill: var(--link__color--visited);
189
+ }
190
+
191
+ .dc-c-search-list-item a.ds-c-button[href$=".pdf"], .dc-c-search-list-item a.ds-c-button[href$=".csv"], .dc-c-search-list-item a.ds-c-button[href$=".xlsx"], .dc-c-search-list-item a.ds-c-button[href$=".zip"] {
192
+ position: relative;
193
+ }
194
+
195
+ .dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after, .dc-c-search-list-item a.ds-c-button[href$=".csv"]:after, .dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after, .dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
196
+ width: 16px;
197
+ height: 16px;
198
+ margin-left: 5px;
199
+ font-family: "Font Awesome 6 Pro", sans-serif;
200
+ font-weight: lighter;
201
+ display: inline-block;
202
+ }
203
+
204
+ .dc-c-search-list-item a.ds-c-button[href$=".pdf"]:after {
205
+ content: "";
206
+ }
207
+
208
+ .dc-c-search-list-item a.ds-c-button[href$=".csv"]:after {
209
+ content: "";
210
+ }
211
+
212
+ .dc-c-search-list-item a.ds-c-button[href$=".xlsx"]:after {
213
+ content: "";
214
+ }
215
+
216
+ .dc-c-search-list-item a.ds-c-button[href$=".zip"]:after {
217
+ content: "";
218
+ }
219
+
220
+ .dc-c-search-list-item .ds-c-button {
221
+ text-decoration: none !important;
222
+ }
223
+
224
+ .dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
225
+ fill: var(--color-white);
226
+ }
227
+
228
+ .dc-c-search-list-item .dkan-disabled-link-wrapper {
229
+ cursor: not-allowed;
230
+ }
231
+
232
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
233
+ pointer-events: none;
234
+ color: #757575;
235
+ }
236
+
237
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
238
+ color: #757575;
239
+ }
240
+
241
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg {
242
+ fill: #757575;
243
+ }
244
+
245
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
246
+ fill: #757575 !important;
247
+ }
248
+
249
+ .dc-c-search-list-item .theme-list {
250
+ display: inline-block;
251
+ }
252
+
253
+ .dc-c-search-list-item .theme-list li {
254
+ letter-spacing: .75px;
255
+ color: #fff;
256
+ margin-bottom: 4px;
257
+ margin-right: 8px;
258
+ padding: 3px 10px;
259
+ text-decoration: none;
260
+ display: inline-block;
261
+ }
262
+
263
+ .dc-c-search-list-item .theme-list li a {
264
+ color: #fff;
265
+ text-decoration: none !important;
266
+ }
267
+
268
+ .dc-c-search-list-item .theme-list li a:hover, .dc-c-search-list-item .theme-list li a:focus, .dc-c-search-list-item .theme-list li a:visited:focus {
269
+ outline-offset: 12px;
270
+ background: unset;
271
+ text-decoration: underline !important;
272
+ }
273
+
274
+ .dc-c-search-list-item .dataset-date-item {
275
+ display: inline-block;
276
+ }
277
+
278
+ .dataset-date .dataset-date-item {
279
+ white-space: nowrap;
280
+ }
281
+
282
+ .dataset-date .dataset-date-item > span {
283
+ line-height: 1.8rem;
284
+ }
285
+
286
+ .dataset-date .dataset-date-item .ds-c-tooltip__container {
287
+ width: 20px;
288
+ display: inline-block;
289
+ position: relative;
290
+ bottom: 10px;
291
+ }
292
+
293
+ .dataset-date > .bullet-point {
294
+ font-size: 1.2rem;
295
+ }
296
+
297
+ @media screen and (width <= 543px) {
298
+ .dataset-date .bullet-point {
299
+ display: none;
300
+ }
301
+ }
302
+
303
+ .dkan-dataset-search {
304
+ position: relative;
305
+ }
306
+
307
+ @media only screen and (width >= 544px) {
308
+ .dkan-dataset-search input {
309
+ padding-left: 32px;
310
+ }
311
+ }
312
+
313
+ @media only screen and (width <= 544px) {
314
+ .dkan-dataset-search div.--alt-style input {
315
+ --text-input__border-radius: 50px;
316
+ --text-input__border-color: #c6b7b7;
317
+ height: 61px;
318
+ }
319
+ }
320
+
321
+ .dkan-dataset-search .dc-c-search-button-mobile {
322
+ z-index: 1000;
323
+ border-top-left-radius: 0;
324
+ border-bottom-left-radius: 0;
325
+ height: 3.563rem;
326
+ position: absolute;
327
+ top: 2px;
328
+ right: 18px;
329
+ }
330
+
331
+ .dkan-dataset-search--facet-container ul {
332
+ padding-left: 0;
333
+ list-style: none;
334
+ }
335
+
336
+ .dkan-dataset-search--clear-all-filters {
337
+ width: 100%;
338
+ }
339
+
340
+ .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
341
+ fill: var(--link__color);
342
+ }
343
+
344
+ .dc-c-search-list-item li a:visited svg {
345
+ fill: var(--link__color--visited);
346
+ }
347
+
348
+ .dc-dataset-search-list {
349
+ list-style: none;
350
+ }
351
+
352
+ .dc-search-header {
353
+ display: relative;
354
+ }
355
+
356
+ .dc-search-header:after {
357
+ content: "";
358
+ background-color: var(--color-primary-light);
359
+ width: 48px;
360
+ height: 4px;
361
+ margin: 16px 0;
362
+ display: block;
363
+ }
364
+
365
+ .dataset-results-count {
366
+ font-weight: bold;
367
+ }
368
+
369
+ .dkan-dataset-search--facet-container .ds-c-accordion__content {
370
+ max-height: 32rem;
371
+ }
372
+
373
+ .dc-dataset-search--clear-all-filters {
374
+ width: 100%;
375
+ }
376
+
377
+ .dkan-dataset-search {
378
+ align-items: flex-start;
379
+ position: relative;
380
+ }
381
+
382
+ .dkan-dataset-search input {
383
+ min-width: 100%;
384
+ }
385
+
386
+ @media only screen and (width >= 544px) {
387
+ .dkan-dataset-search input {
388
+ padding-left: 32px;
389
+ }
390
+ }
391
+
392
+ .dkan-dataset-search .ds-c-field__before {
393
+ top: 12px;
394
+ left: 16px;
395
+ }
396
+
397
+ .dkan-dataset-search .ds-c-inline-error {
398
+ max-width: none;
399
+ }
400
+
401
+ .dkan-c-main-navigation--search .dkan-c-header-search--modal-button span {
402
+ border-bottom: 2px solid #0000;
403
+ }
404
+
405
+ .dkan-c-header--mobile .dkan-c-nav-menu--mobile {
406
+ display: none;
407
+ }
408
+
409
+ .dkan-c-header--mobile .dkan-c-nav-menu--mobile .dkan-c-header-search--modal-button {
410
+ color: var(--header-nav-link--mobile-color);
411
+ text-decoration: none;
412
+ }
413
+
414
+ .dkan-c-header--mobile .dkan-c-nav-menu--mobile .dkan-c-header-search--modal-button:hover, .dkan-c-header--mobile .dkan-c-nav-menu--mobile .dkan-c-header-search--modal-button:focus {
415
+ color: var(--header-nav-link--mobile-color);
416
+ }
417
+
418
+ .dkan-c-header--mobile .dkan-c-nav-menu--mobile .dkan-c-header-search--modal-button:hover span, .dkan-c-header--mobile .dkan-c-nav-menu--mobile .dkan-c-header-search--modal-button:focus span {
419
+ border-bottom-color: var(--header-nav-link--mobile-color);
420
+ }
421
+
422
+ .dkan-c-header-search--modal-button:before {
423
+ content: "";
424
+ text-align: center;
425
+ vertical-align: middle;
426
+ box-sizing: content-box;
427
+ width: 18px;
428
+ height: 18px;
429
+ margin-left: 10px;
430
+ padding-right: 10px;
431
+ font-family: "Font Awesome 6 Pro";
432
+ font-size: 18px;
433
+ font-weight: lighter;
434
+ line-height: 18px;
435
+ display: inline-block;
436
+ }
437
+
438
+ .dkan-c-main-navigation--search .dkan-c-header-search--modal-button {
439
+ color: var(--header-nav-search--color);
440
+ text-decoration: none;
441
+ }
442
+
443
+ .dkan-c-main-navigation--search .dkan-c-header-search--modal-button:focus, .dkan-c-main-navigation--search .dkan-c-header-search--modal-button:hover {
444
+ color: var(--header-nav-search--color);
445
+ }
446
+
447
+ .dkan-c-main-navigation--search .dkan-c-header-search--modal-button:focus span, .dkan-c-main-navigation--search .dkan-c-header-search--modal-button:hover span {
448
+ border-bottom-color: var(--header-nav-search--color);
449
+ }
450
+
451
+ .dkan-c-header--desktop .dkan-c-main-navigation--search {
452
+ border-left: 2px solid var(--header-nav-search--color);
453
+ }
454
+
455
+ .dkan-c-header--desktop .dkan-c-nav-menu--desktop .dkan-c-main-navigation--search {
456
+ display: none;
457
+ }
458
+
459
+ .dkan-c-header--link-list {
460
+ list-style: none;
461
+ }
462
+
463
+ .dkan-c-header--wrapper {
464
+ flex-wrap: nowrap !important;
465
+ }
466
+
467
+ .dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
468
+ border-bottom: 2px solid #0000;
469
+ }
470
+
471
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a {
472
+ color: var(--header-nav-link--mobile-color);
473
+ text-decoration: none;
474
+ }
475
+
476
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus {
477
+ color: var(--header-nav-link--mobile-color);
478
+ }
479
+
480
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:hover span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus span {
481
+ border-bottom-color: var(--header-nav-link--mobile-color);
482
+ }
483
+
484
+ .dkan-c-header--mobile .dkan-c-nav-menu ul {
485
+ padding-inline-start: 0;
486
+ }
487
+
488
+ .dkan-c-header--mobile .dkan-c-nav-menu--close {
489
+ display: none;
490
+ }
491
+
492
+ .dkan-c-header--mobile .dkan-c-nav-menu--open {
493
+ background-color: var(--header-mobile-bg-color);
494
+ z-index: 500;
495
+ width: 100%;
496
+ max-width: 100%;
497
+ height: 100%;
498
+ transition-property: left;
499
+ transition-duration: var(--mobile-nav-animation-time);
500
+ flex: none;
501
+ padding: 50px 0;
502
+ display: block;
503
+ position: fixed;
504
+ top: 0;
505
+ bottom: 0;
506
+ left: 0;
507
+ }
508
+
509
+ .dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav {
510
+ display: inherit;
511
+ padding-top: 8px;
512
+ }
513
+
514
+ .dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav:before {
515
+ background: var(--color-primary-light);
516
+ content: "";
517
+ width: 48px;
518
+ height: 2px;
519
+ margin-left: 24px;
520
+ display: block;
521
+ position: absolute;
522
+ }
523
+
524
+ .dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav ul {
525
+ padding-top: 16px;
526
+ }
527
+
528
+ .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a {
529
+ color: var(--header-nav-link--color);
530
+ padding: var(--space, 8px 8px);
531
+ text-decoration: none;
532
+ }
533
+
534
+ .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a:hover span {
535
+ border-bottom-color: var(--header-nav-link--color);
536
+ }
537
+
538
+ .dkan-c-header--desktop .dkan-c-header--link-list {
539
+ margin-block: 0;
540
+ }
541
+
542
+ .dkan-c-header--desktop .dkan-c-main-nav {
543
+ flex-direction: row;
544
+ justify-content: end;
545
+ display: flex;
546
+ }
547
+
548
+ .dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button {
549
+ display: none;
550
+ }
551
+
552
+ .dkan-c-header--desktop .dkan-c-header--link-list {
553
+ flex-direction: row;
554
+ display: flex;
555
+ }
556
+
557
+ .dkan-c-header--desktop .dkan-c-nav-menu .dkan-c-top-nav {
558
+ display: none;
559
+ }
560
+
561
+ :root {
562
+ --mobile-menu-button--color: var(--color-white);
563
+ --mobile-menu-button--hover-color: var(--color-white);
564
+ }
565
+
566
+ .dkan-c-header--desktop .dkan-c-mobile-menu-button {
567
+ display: none;
568
+ }
569
+
570
+ .dkan-c-header--mobile .dkan-c-mobile-menu-button {
571
+ display: inherit;
572
+ }
573
+
574
+ button.dkan-c-mobile-menu-button {
575
+ color: var(--mobile-menu-button--color);
576
+ }
577
+
578
+ button.dkan-c-mobile-menu-button:before {
579
+ color: var(--mobile-menu-button--color);
580
+ text-align: center;
581
+ vertical-align: middle;
582
+ box-sizing: content-box;
583
+ width: 18px;
584
+ height: 18px;
585
+ margin-left: 10px;
586
+ padding-right: 10px;
587
+ font-family: "Font Awesome 6 Pro";
588
+ font-size: 18px;
589
+ font-weight: lighter;
590
+ line-height: 18px;
591
+ display: inline-block;
592
+ }
593
+
594
+ button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
595
+ color: var(--mobile-menu-button--hover-color);
596
+ }
597
+
598
+ button.dkan-c-mobile-menu-button--open:before {
599
+ content: "";
600
+ }
601
+
602
+ .dkan-c-cms-topnav-menu ul {
603
+ justify-content: end;
604
+ margin: 0;
605
+ padding: 0;
606
+ list-style: none;
607
+ }
608
+
609
+ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
610
+ border-radius: 4px;
611
+ border-top: 8px solid var(--color-secondary) !important;
612
+ }
613
+
614
+ .dkan-c-sidebar-nav ul {
615
+ margin: 0;
616
+ padding: 0;
617
+ list-style: none;
618
+ display: block;
619
+ }
620
+
621
+ .dkan-c-sidebar-nav-link, .dkan-c-sidebar-nav-link:visited {
622
+ color: var(--color-base);
623
+ text-decoration: none;
624
+ }
625
+
626
+ .dkan-c-sidebar-nav-link:hover, .dkan-c-sidebar-nav-link:visited:hover {
627
+ text-decoration: underline;
628
+ }
629
+
630
+ .dkan-c-sidebar-nav-link-status {
631
+ border: 2px solid var(--color-gray-lighter);
632
+ border-radius: 2px;
633
+ }
634
+
635
+ .active .dkan-c-sidebar-nav-link-status {
636
+ border: 2px solid var(--color-primary-darker);
637
+ border-radius: 2px;
638
+ }
639
+
640
+ .dkan-c-sidebar-nav--mobile {
641
+ margin-bottom: 32px;
642
+ }
643
+
644
+ .dkan-c-sidebar-nav--mobile .dkan-c-sidebar-nav-menu--open {
645
+ display: inherit;
646
+ }
647
+
648
+ .dkan-c-sidebar-nav--mobile .dkan-c-sidebar-nav-menu--close {
649
+ display: none;
650
+ }
651
+
652
+ .dkan-c-sidebar-nav--mobile .dkan-c-sidebar-nav--mobile-header {
653
+ margin-top: -32px;
654
+ display: flex;
655
+ }
656
+
657
+ .dkan-c-sidebar-nav--desktop .dkan-c-sidebar-nav--mobile-header {
658
+ display: none;
659
+ }
660
+
661
+ .dkan-c-sidebar-nav--mobile {
662
+ display: inherit;
663
+ }
664
+
665
+ .dc-c-hero .ds-c-inline-error {
666
+ max-width: none;
667
+ }
668
+
669
+ .dc-c-list-item {
670
+ list-style: none;
671
+ }
672
+
673
+ .dc-c-list-item ul {
674
+ gap: 0;
675
+ }
676
+
677
+ .dc-c-list-item li {
678
+ list-style: none;
679
+ }
680
+
681
+ .dc-c-list-item li:first-child > span {
682
+ padding-left: 0;
683
+ }
684
+
685
+ .dc-c-list-item li a, .dc-c-list-item li button {
686
+ text-decoration: underline !important;
687
+ }
688
+
689
+ .dc-c-list-item li a svg, .dc-c-list-item li span svg {
690
+ fill: var(--link__color);
691
+ }
692
+
693
+ .dc-c-list-item svg {
694
+ margin-right: 8px;
695
+ }
696
+
697
+ .dc-c-list-item button, .dc-c-list-item span > a {
698
+ font-weight: normal !important;
699
+ }
700
+
701
+ .dc-c-list-item a:visited svg {
702
+ fill: var(--link__color--visited);
703
+ }
704
+
705
+ .dc-c-list-item span[id^="dataset-"] + h2 {
706
+ margin-top: 0;
707
+ }
708
+
709
+ .dc-c-list-item .ds-c-button {
710
+ text-decoration: none !important;
711
+ }
712
+
713
+ .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
714
+ fill: var(--color-white);
715
+ }
716
+
717
+ .dkan-manage-columns-wrapper .fa-columns:before {
718
+ font-size: .75em !important;
719
+ }
720
+
721
+ dialog.dkan-manage-columns-dialog {
722
+ width: 100%;
723
+ height: 80vh;
724
+ }
725
+
726
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
727
+ min-width: 768px;
728
+ padding: 0;
729
+ }
730
+
731
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window .ds-c-dialog__header {
732
+ padding: 24px;
733
+ }
734
+
735
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
736
+ gap: 0;
737
+ max-height: 350px;
738
+ margin: 0;
739
+ padding: 0;
740
+ list-style: none;
741
+ overflow-y: auto;
742
+ }
743
+
744
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list li {
745
+ cursor: pointer;
746
+ }
747
+
748
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .ds-c-choice-wrapper {
749
+ margin-top: 0;
750
+ }
751
+
752
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button {
753
+ background: none;
754
+ border: none;
755
+ }
756
+
757
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list .dkan-manage-columns-reorder-button.grabbed {
758
+ background-color: var(--color-primary-lighter);
759
+ }
760
+
761
+ @media screen and (width <= 1023px) {
762
+ .dkan-manage-columns-wrapper .fa-columns:before {
763
+ font-size: 1.4em !important;
764
+ }
765
+ }
766
+
767
+ @media screen and (width <= 767px) {
768
+ dialog.dkan-manage-columns-dialog {
769
+ height: 100%;
770
+ }
771
+
772
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__window {
773
+ width: 100%;
774
+ min-width: auto;
775
+ height: 100%;
776
+ margin-top: 0;
777
+ }
778
+
779
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__body > div:not(.ds-c-dialog__actions) {
780
+ flex-direction: column;
781
+ display: flex;
782
+ }
783
+
784
+ dialog.dkan-manage-columns-dialog .dkan-manage-columns-list {
785
+ max-height: calc(100vh - 435px);
786
+ }
787
+
788
+ dialog.dkan-manage-columns-dialog .ds-c-dialog__actions {
789
+ background-color: #fff;
790
+ padding-top: 16px;
791
+ position: absolute;
792
+ bottom: 0;
793
+ }
794
+ }
795
+
796
+ .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
797
+ font-size: .75em !important;
798
+ }
799
+
800
+ dialog.dkan-full-screen-dataset-dialog {
801
+ height: 100vh;
802
+ }
803
+
804
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window {
805
+ flex-direction: column;
806
+ width: 100%;
807
+ max-width: 100%;
808
+ height: 100%;
809
+ margin: 0;
810
+ display: flex;
811
+ }
812
+
813
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__header {
814
+ flex: 0;
815
+ width: 100%;
816
+ }
817
+
818
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body {
819
+ width: 100%;
820
+ height: 100%;
821
+ }
822
+
823
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] {
824
+ flex-direction: column;
825
+ height: 100%;
826
+ display: flex;
827
+ }
828
+
829
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode {
830
+ flex-direction: column;
831
+ width: 100%;
832
+ height: 100%;
833
+ display: flex;
834
+ overflow: hidden;
835
+ }
836
+
837
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode > div {
838
+ flex: 0;
839
+ width: 100%;
840
+ min-height: auto;
841
+ margin: 8px 0 !important;
842
+ }
843
+
844
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode .dc-c-datatable-wrapper {
845
+ flex: 1;
846
+ width: 100%;
847
+ height: 100%;
848
+ }
849
+
850
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] .dkan-datatable-fullscreen-mode ~ div {
851
+ flex: 0;
852
+ width: 100%;
853
+ }
854
+
855
+ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
856
+ max-width: 1024px;
857
+ }
858
+
859
+ @media screen and (width <= 1023px) {
860
+ .dkan-fullscreen-data-table-wrapper .fa-compress:before, .dkan-fullscreen-data-table-wrapper .fa-expand:before {
861
+ font-size: 1.4em !important;
862
+ }
863
+ }
864
+
865
+ .dc-c-datatable {
866
+ border-spacing: 0;
867
+ width: 100%;
868
+ }
869
+
870
+ .dc-c-datatable thead > .dc-c-sticky-header {
871
+ background-color: #fff;
872
+ position: sticky;
873
+ top: 0;
874
+ }
875
+
876
+ .dc-c-datatable th {
877
+ text-align: left;
878
+ position: relative;
879
+ }
880
+
881
+ .dc-c-datatable thead th div {
882
+ cursor: default;
883
+ align-items: center;
884
+ display: flex;
885
+ }
886
+
887
+ .dc-c-datatable-wrapper {
888
+ display: grid;
889
+ overflow: auto;
890
+ }
891
+
892
+ .dc-thead--fixed-size th {
893
+ border-left: 2px solid var(--color-border);
894
+ }
895
+
896
+ .dc-thead--fixed-size th:first-child {
897
+ border-left: none;
898
+ }
899
+
900
+ .dc-thead--resizeable .dc-c-resize-handle {
901
+ background-color: var(--color-gray-light);
902
+ cursor: col-resize;
903
+ z-index: 1;
904
+ border: none;
905
+ width: 10px;
906
+ min-width: 10px;
907
+ margin-left: -10px;
908
+ padding: 0;
909
+ display: block;
910
+ top: 0;
911
+ bottom: 0;
912
+ right: 0;
913
+ position: absolute !important;
914
+ }
915
+
916
+ .dc-thead--resizeable .dc-c-resize-handle.isResizing, .dc-thead--resizeable .dc-c-resize-handle:hover {
917
+ background-color: var(--color-primary);
918
+ }
919
+
920
+ thead.dc-thead--truncated th > div {
921
+ align-items: stretch;
922
+ }
923
+
924
+ thead.dc-thead--truncated th > div > div {
925
+ flex: auto;
926
+ position: relative;
927
+ overflow: hidden;
928
+ }
929
+
930
+ thead.dc-thead--truncated th > div > div > span {
931
+ white-space: nowrap;
932
+ text-overflow: ellipsis;
933
+ width: 100%;
934
+ display: inline-block;
935
+ position: absolute;
936
+ left: 0;
937
+ overflow: hidden;
938
+ }
939
+
940
+ thead.dc-thead--truncated th > div > div > span .ds-c-tooltip__container {
941
+ white-space: wrap;
942
+ font-weight: normal;
943
+ }
944
+
945
+ thead.dc-thead--truncated th p {
946
+ white-space: normal;
947
+ }
948
+
949
+ div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div, div.dc-c-datadictionary-table thead.dc-thead--truncated th > div > div > span {
950
+ overflow: visible;
951
+ }
952
+
953
+ .dc-c-datatable--even-row td {
954
+ background-color: var(--table__background-color--striped);
955
+ }
956
+
957
+ .dc-c-datatable--highlight-row td {
958
+ background-color: var(--color-info-lighter);
959
+ }
960
+
961
+ .dc-c-sort--default, .dc-c-sort--asc, .dc-c-sort--desc {
962
+ background: none;
963
+ border: none;
964
+ padding-left: 8px;
965
+ padding-right: 16px;
966
+ }
967
+
968
+ .dc-c-sort--default:after, .dc-c-sort--asc:after, .dc-c-sort--desc:after {
969
+ width: 18px;
970
+ height: 18px;
971
+ padding-left: 8px;
972
+ font-family: "Font Awesome 6 Pro";
973
+ line-height: 18px;
974
+ display: inline;
975
+ }
976
+
977
+ .dc-c-sort--default:after {
978
+ content: "";
979
+ }
980
+
981
+ .dc-c-sort--asc:after {
982
+ content: "";
983
+ }
984
+
985
+ .dc-c-sort--desc:after {
986
+ content: "";
987
+ }
988
+
989
+ .dkan-data-table-download-full-dataset-button:hover, .dkan-data-table-download-full-dataset-button:focus {
990
+ background-color: #0000 !important;
991
+ }
992
+
993
+ .dkan-data-table-download-full-dataset-button:hover span, .dkan-data-table-download-full-dataset-button:focus span {
994
+ color: var(--color-primary) !important;
995
+ }
996
+
997
+ .dkan-data-table-share-container .ds-c-tooltip__arrow, .dkan-data-table-share-container .dkan-data-table-share-button .fa-chevron-down, .dkan-data-table-share-container .dkan-data-table-share-button.dkan-data-table-share-tooltip-open .fa-chevron-up {
998
+ display: none;
999
+ }
1000
+
1001
+ .dkan-data-table-share-container .dkan-data-table-share-button.dkan-data-table-share-tooltip-open .fa-chevron-down {
1002
+ display: block;
1003
+ }
1004
+
1005
+ .dkan-data-table-share-container .ds-c-tooltip {
1006
+ border-color: var(--color-border);
1007
+ }
1008
+
1009
+ .dkan-data-table-share-container .ds-c-tooltip__content {
1010
+ padding: 16px 16px 8px;
1011
+ }
1012
+
1013
+ @media screen and (width <= 767px) {
1014
+ .dkan-data-table-share-container {
1015
+ order: 1;
1016
+ }
1017
+
1018
+ .dkan-data-table-info-container {
1019
+ order: 2;
1020
+ }
1021
+ }
1022
+
1023
+ .dkan-filter-dataset-control {
1024
+ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 42px;
1025
+ align-items: center;
1026
+ gap: 1rem;
1027
+ display: grid;
1028
+ }
1029
+
1030
+ button.dkan-delete-dataset-filter-button {
1031
+ width: 32px;
1032
+ height: 32px;
1033
+ border-radius: 50% !important;
1034
+ }
1035
+
1036
+ @media screen and (width <= 767px) {
1037
+ button.dkan-delete-dataset-filter-button {
1038
+ margin-bottom: 4px;
1039
+ margin-left: 16px !important;
1040
+ }
1041
+ }
1042
+
1043
+ .dkan-clear-dataset-filters-button {
1044
+ color: var(--color-primary);
1045
+ text-decoration: underline;
1046
+ background-color: #0000 !important;
1047
+ border: 0 !important;
1048
+ }
1049
+
1050
+ .dkan-clear-dataset-filters-button:hover, .dkan-clear-dataset-filters-button:focus {
1051
+ text-decoration: none;
1052
+ color: var(--color-primary) !important;
1053
+ background-color: #0000 !important;
1054
+ }
1055
+
1056
+ .dkan-filter-dataset-wrapper .fa-filter:before {
1057
+ font-size: .75em !important;
1058
+ }
1059
+
1060
+ dialog.dkan-filter-dataset-dialog {
1061
+ width: 100%;
1062
+ height: 80vh;
1063
+ }
1064
+
1065
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window {
1066
+ min-width: 768px;
1067
+ padding: 0;
1068
+ }
1069
+
1070
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__header {
1071
+ padding: 24px 24px 10px;
1072
+ }
1073
+
1074
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-label {
1075
+ border: 0 !important;
1076
+ width: 0 !important;
1077
+ height: 0 !important;
1078
+ margin: 0 !important;
1079
+ padding: 0 !important;
1080
+ display: block !important;
1081
+ overflow: hidden !important;
1082
+ }
1083
+
1084
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1085
+ margin: 0;
1086
+ }
1087
+
1088
+ .dkan-filter-dataset-controls-header {
1089
+ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 42px;
1090
+ align-items: center;
1091
+ gap: 1rem;
1092
+ display: grid;
1093
+ }
1094
+
1095
+ .dkan-filter-dataset-controls-header-gutter {
1096
+ width: 42px;
1097
+ }
1098
+
1099
+ @media screen and (width <= 1023px) {
1100
+ .dkan-filter-dataset-wrapper .fa-filter:before {
1101
+ font-size: 1.4em !important;
1102
+ }
1103
+ }
1104
+
1105
+ @media screen and (width <= 767px) {
1106
+ dialog.dkan-filter-dataset-dialog {
1107
+ height: 100%;
1108
+ }
1109
+
1110
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window {
1111
+ flex-direction: column;
1112
+ width: 100%;
1113
+ min-width: auto;
1114
+ height: 100%;
1115
+ margin-top: 0;
1116
+ display: flex;
1117
+ }
1118
+
1119
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .dkan-filter-dataset-controls-header {
1120
+ display: none;
1121
+ }
1122
+
1123
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__header {
1124
+ flex: 0;
1125
+ width: 100%;
1126
+ padding: 24px 16px 10px;
1127
+ }
1128
+
1129
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] {
1130
+ flex-direction: column;
1131
+ flex: 1;
1132
+ width: 100%;
1133
+ height: 100%;
1134
+ display: flex;
1135
+ overflow: hidden;
1136
+ }
1137
+
1138
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div {
1139
+ flex-direction: column;
1140
+ height: 100%;
1141
+ display: flex;
1142
+ }
1143
+
1144
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div > * {
1145
+ flex: 0;
1146
+ width: 100%;
1147
+ }
1148
+
1149
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container {
1150
+ flex: 1;
1151
+ height: 100%;
1152
+ overflow: hidden;
1153
+ }
1154
+
1155
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div {
1156
+ flex-direction: column;
1157
+ width: 100%;
1158
+ height: 100%;
1159
+ display: flex;
1160
+ overflow: hidden;
1161
+ }
1162
+
1163
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls {
1164
+ flex: 1;
1165
+ height: 100%;
1166
+ overflow: auto;
1167
+ }
1168
+
1169
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset {
1170
+ background-color: #f2f2f2;
1171
+ flex-wrap: wrap;
1172
+ align-items: flex-end;
1173
+ gap: 0;
1174
+ display: flex;
1175
+ border: 0 !important;
1176
+ max-width: none !important;
1177
+ margin-block-start: 16px !important;
1178
+ padding-block: 16px !important;
1179
+ }
1180
+
1181
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:first-child, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(2), dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(3) {
1182
+ width: calc(100% - 48px);
1183
+ max-width: none !important;
1184
+ }
1185
+
1186
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:first-child, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(2) {
1187
+ margin-bottom: 16px;
1188
+ }
1189
+
1190
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset .ds-c-label {
1191
+ width: auto !important;
1192
+ max-width: none !important;
1193
+ height: auto !important;
1194
+ overflow: visible !important;
1195
+ }
1196
+
1197
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset .ds-c-field {
1198
+ max-width: none !important;
1199
+ }
1200
+
1201
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div > div {
1202
+ flex: 0;
1203
+ width: 100%;
1204
+ }
1205
+
1206
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1207
+ border-top: 1px solid #d9d9d9;
1208
+ flex: 0;
1209
+ width: 100%;
1210
+ }
1211
+ }
1212
+
1213
+ .dkan-apply-dataset-filters-button.ds-c-button[aria-disabled="true"] {
1214
+ opacity: 1;
1215
+ color: #fff;
1216
+ cursor: not-allowed;
1217
+ background-color: #757575;
1218
+ border-color: #757575;
1219
+ }
1220
+
1221
+ .dkan-apply-dataset-filters-button.ds-c-button[aria-disabled="true"]:is(:hover, :hover:focus, :focus, :active, :active:focus) {
1222
+ color: #fff;
1223
+ background-color: #959595;
1224
+ border-color: #959595;
1225
+ }
1226
+
1227
+ .dkan-clear-dataset-filters-button.ds-c-button[aria-disabled="true"] {
1228
+ opacity: 1;
1229
+ color: #757575;
1230
+ cursor: not-allowed;
1231
+ }
1232
+
1233
+ .dkan-clear-dataset-filters-button.ds-c-button[aria-disabled="true"]:hover, .dkan-clear-dataset-filters-button.ds-c-button[aria-disabled="true"]:focus {
1234
+ color: #959595;
1235
+ }
1236
+
1237
+ .dkan-filter-chip {
1238
+ background: var(--filter-chip__background-color);
1239
+ border: solid 1px var(--filter-chip__border-color);
1240
+ border-radius: var(--filter-chip__border-radius);
1241
+ color: var(--filter-chip__color);
1242
+ white-space: nowrap;
1243
+ }
1244
+
1245
+ .dkan-filter-chip .fa.fa-x {
1246
+ color: var(--filter-chip-icon__color);
1247
+ }
1248
+
1249
+ .dkan-table-density-button {
1250
+ border: solid 1px var(--color-gray-light);
1251
+ }
1252
+
1253
+ .dkan-table-density-button svg {
1254
+ width: 22px;
1255
+ height: auto;
1256
+ }
1257
+
1258
+ .dkan-table-density-button svg > path {
1259
+ fill: var(--color-gray-light);
1260
+ }
1261
+
1262
+ .dkan-table-density-button.active {
1263
+ border-color: var(--color-primary);
1264
+ }
1265
+
1266
+ .dkan-table-density-button.active svg > path {
1267
+ fill: var(--color-primary);
1268
+ }
1269
+
1270
+ .dkan-filter-dataset-toolbar-button {
1271
+ color: var(--color-primary);
1272
+ }
1273
+
1274
+ .dkan-filter-dataset-toolbar-button span {
1275
+ text-decoration: underline;
1276
+ }
1277
+
1278
+ .dkan-filter-dataset-toolbar-button:hover span, .dkan-filter-dataset-toolbar-button:focus span {
1279
+ text-decoration: none;
1280
+ }
1281
+
1282
+ .dkan-filter-dataset-toolbar-button .fa-chevron-up, .dkan-filter-dataset-toolbar-button .fa-chevron-down {
1283
+ font-size: 10px;
1284
+ line-height: normal;
1285
+ }
1286
+
1287
+ .dkan-filter-dataset-toolbar-button .fa-chevron-down, .dkan-filter-dataset-toolbar-button.dkan-data-table-display-settings-tooltip-open .fa-chevron-up {
1288
+ display: none;
1289
+ }
1290
+
1291
+ .dkan-filter-dataset-toolbar-button.dkan-data-table-display-settings-tooltip-open .fa-chevron-down {
1292
+ display: block;
1293
+ }
1294
+
1295
+ .dkan-display-settings-wrapper .ds-c-tooltip {
1296
+ border-color: var(--color-gray-lighter);
1297
+ box-shadow: 0 0 3px 0 var(--color-gray-light);
1298
+ border-radius: 0;
1299
+ }
1300
+
1301
+ .dkan-display-settings-wrapper .ds-c-tooltip__arrow {
1302
+ display: none;
1303
+ }
1304
+
1305
+ .dkan-display-settings-wrapper .ds-c-tooltip__content {
1306
+ border-radius: 0;
1307
+ padding: 8px 24px;
1308
+ }
1309
+
1310
+ .dkan-display-settings-wrapper .ds-c-dropdown__button.ds-c-field {
1311
+ margin: 0;
1312
+ }
1313
+
1314
+ .dkan-display-settings-wrapper .ds-c-dropdown__label {
1315
+ border: 0 !important;
1316
+ width: 0 !important;
1317
+ height: 0 !important;
1318
+ margin: 0 !important;
1319
+ padding: 0 !important;
1320
+ display: block !important;
1321
+ overflow: hidden !important;
1322
+ }
1323
+
1324
+ .dkan-display-settings-wrapper .dkan-data-table-display-settings-row {
1325
+ grid-template-columns: 1fr 1fr;
1326
+ align-items: center;
1327
+ gap: .5rem;
1328
+ display: grid;
1329
+ }
1330
+
1331
+ @media screen and (width <= 1023px) {
1332
+ .dkan-display-settings-wrapper .fa-sliders-h:before {
1333
+ font-size: 1.4em !important;
1334
+ }
1335
+ }
1336
+
1337
+ .dkan-filter-dataset-toolbar {
1338
+ box-shadow: 0 0 3px #a6a6a6;
1339
+ }
1340
+
1341
+ .dkan-filter-dataset-toolbar .dkan-filter-dataset-toolbar-button {
1342
+ color: var(--color-primary);
1343
+ border: 0;
1344
+ line-height: normal;
1345
+ text-decoration: none !important;
1346
+ }
1347
+
1348
+ .dkan-filter-dataset-toolbar .dkan-filter-dataset-toolbar-button:focus {
1349
+ box-shadow: 0 0 0 3px var(--color-focus-light), 0 0 4px 6px var(--color-focus-dark);
1350
+ outline-offset: 3px;
1351
+ outline: 3px solid #0000;
1352
+ }
1353
+
1354
+ .dkan-filter-dataset-toolbar .dkan-filter-dataset-toolbar-button > span {
1355
+ text-decoration: underline;
1356
+ }
1357
+
1358
+ .dkan-filter-dataset-toolbar .dkan-filter-dataset-toolbar-button:hover > span, .dkan-filter-dataset-toolbar .dkan-filter-dataset-toolbar-button:focus > span {
1359
+ text-decoration: none;
1360
+ }
1361
+
1362
+ .dkan-clear-all-filters-button:hover, .dkan-clear-all-filters-button:focus {
1363
+ color: var(--color-primary) !important;
1364
+ }
1365
+
1366
+ @media screen and (width <= 1023px) {
1367
+ .dkan-dataset-toolbar-button-label {
1368
+ clip: rect(0, 0, 0, 0);
1369
+ word-wrap: normal;
1370
+ border: 0;
1371
+ width: 1px;
1372
+ height: 1px;
1373
+ padding: 0;
1374
+ position: absolute;
1375
+ overflow: hidden;
1376
+ }
1377
+ }
1378
+
1379
+ @media screen and (width <= 767px) {
1380
+ .dkan-data-table-toolbar-controls {
1381
+ border-top: 1px solid var(--color-gray-lighter);
1382
+ justify-content: space-between;
1383
+ }
1384
+ }
1385
+
1386
+ :root {
1387
+ --su-color--blue-dark: #036;
1388
+ --su-color--brown: #884c00;
1389
+ --su-color--green-dark: #007641;
1390
+ --su-color--green-muted: #277564;
1391
+ --su-color--orange-dark: #d10000;
1392
+ --su-color--orange-light: #d100001a;
1393
+ --su-color--red-dark: #970000;
1394
+ --su-color--red-light: #d300001a;
1395
+ --su-color--red: #d30000;
1396
+ }
1397
+
1398
+ .ds-l-container section.ds-l-container:has(.swagger-ui), .ds-l-container #api-docs-swagger-ui-plugin.ds-l-container {
1399
+ max-width: none;
1400
+ margin-inline: 0;
1401
+ padding-inline: 0;
1402
+ }
1403
+
1404
+ .swagger-ui.swagger-ui {
1405
+ font-family: inherit;
1406
+ }
1407
+
1408
+ .swagger-ui.swagger-ui .opblock .opblock-summary-method {
1409
+ color: #333;
1410
+ }
1411
+
1412
+ .swagger-ui.swagger-ui .opblock.opblock-delete {
1413
+ background-color: var(--su-color--red-light);
1414
+ border-color: var(--su-color--red);
1415
+ }
1416
+
1417
+ .swagger-ui.swagger-ui .opblock.opblock-delete .opblock-summary-method {
1418
+ color: #fff;
1419
+ background-color: var(--su-color--red-dark);
1420
+ }
1421
+
1422
+ .swagger-ui.swagger-ui .opblock.opblock-put .opblock-summary-method {
1423
+ background-color: var(--su-color--brown);
1424
+ color: #fff;
1425
+ }
1426
+
1427
+ .swagger-ui.swagger-ui .parameter__name.required span, .swagger-ui.swagger-ui .parameter__name.required:after {
1428
+ color: var(--su-color--red);
1429
+ }
1430
+
1431
+ .swagger-ui.swagger-ui .btn.cancel {
1432
+ border-color: var(--su-color--red);
1433
+ color: var(--su-color--red);
1434
+ }
1435
+
1436
+ .swagger-ui.swagger-ui .btn.authorize {
1437
+ border-color: var(--su-color--green-muted);
1438
+ background-color: var(--su-color--green-muted);
1439
+ }
1440
+
1441
+ .swagger-ui.swagger-ui .btn.execute {
1442
+ background-color: var(--su-color--blue-dark);
1443
+ }
1444
+
1445
+ .swagger-ui.swagger-ui .information-container span.version-stamp {
1446
+ color: #fff;
1447
+ vertical-align: super;
1448
+ background-color: #666;
1449
+ border-radius: 67px;
1450
+ margin: 0 0 0 5px;
1451
+ padding: 2px 8px;
1452
+ font-size: 14px;
1453
+ display: inline-block;
1454
+ position: relative;
1455
+ top: -5px;
1456
+ }
1457
+
1458
+ .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
1459
+ background-color: #005830;
1460
+ }
1461
+
1462
+ .swagger-ui.swagger-ui .information-container a {
1463
+ color: var(--link__color);
1464
+ }
1465
+
1466
+ .swagger-ui.swagger-ui .information-container a:visited {
1467
+ color: var(--link__color--visited);
1468
+ }
1469
+
1470
+ .swagger-ui.swagger-ui .information-container a:hover {
1471
+ color: var(--link__color);
1472
+ }
1473
+
1474
+ .swagger-ui.swagger-ui .information-container a:active {
1475
+ color: var(--link__color--active);
1476
+ }
1477
+
1478
+ .swagger-ui.swagger-ui .model-hint {
1479
+ word-wrap: break-word;
1480
+ white-space: normal;
1481
+ max-width: 100%;
1482
+ top: 1.5em;
1483
+ }
1484
+
1485
+ .swagger-ui.swagger-ui section.models .model-container {
1486
+ overflow-x: auto;
1487
+ }
1488
+
1489
+ .swagger-ui.swagger-ui table {
1490
+ min-width: 500px;
1491
+ }
1492
+
1493
+ .swagger-ui.swagger-ui table.model tbody tr td:first-of-type {
1494
+ min-width: 174px;
1495
+ }
1496
+
1497
+ .swagger-ui.swagger-ui .table-container, .swagger-ui.swagger-ui .responses-inner {
1498
+ overflow: scroll;
1499
+ }
1500
+
1501
+ .swagger-ui h2, .swagger-ui h3, .swagger-ui h4 {
1502
+ font-weight: bold !important;
1503
+ }
1504
+
1505
+ .swagger-ui div.wrapper {
1506
+ padding-left: 0;
1507
+ padding-right: 0;
1508
+ }
1509
+
1510
+ @media (width <= 544px) {
1511
+ .swagger-ui .opblock-tag-section .opblock-tag small {
1512
+ flex: initial;
1513
+ }
1514
+ }
1515
+
1516
+ #api-docs-swagger-ui-plugin .model .property {
1517
+ color: #6b6b6b !important;
1518
+ }
1519
+
1520
+ #api-docs-swagger-ui-plugin pre.errors-wrapper {
1521
+ display: none;
1522
+ }
1523
+
1524
+ #api-docs-swagger-ui-plugin .btn {
1525
+ transition: none;
1526
+ }
1527
+
1528
+ #api-docs-swagger-ui-plugin .parameters input {
1529
+ color: #323a45;
1530
+ font-size: .8em;
1531
+ }
1532
+
1533
+ #api-docs-swagger-ui-plugin .execute-wrapper, #api-docs-swagger-ui-plugin .btn-group {
1534
+ justify-content: flex-start;
1535
+ padding: 12px 24px 24px;
1536
+ display: flex;
1537
+ }
1538
+
1539
+ #api-docs-swagger-ui-plugin .wrapper > .block {
1540
+ padding: 0;
1541
+ }
1542
+
1543
+ #api-docs-swagger-ui-plugin .wrapper:has( + .wrapper:last-child .block:empty) {
1544
+ display: flow-root;
1545
+ }
1546
+
1547
+ #api-docs-swagger-ui-plugin .information-container svg:not(:root) {
1548
+ overflow: visible;
1549
+ }
1550
+
1551
+ #api-docs-swagger-ui-plugin .opblock {
1552
+ box-shadow: none;
1553
+ background: none;
1554
+ border: none;
1555
+ }
1556
+
1557
+ #api-docs-swagger-ui-plugin .opblock .opblock-section {
1558
+ margin-top: 25px;
1559
+ }
1560
+
1561
+ #api-docs-swagger-ui-plugin .opblock .opblock-description-wrapper {
1562
+ margin: 0;
1563
+ padding: 16px;
1564
+ }
1565
+
1566
+ #api-docs-swagger-ui-plugin .opblock .opblock-section, #api-docs-swagger-ui-plugin .opblock .responses-wrapper {
1567
+ background: #fff;
1568
+ border: 1px solid #d6d7d9;
1569
+ border-radius: 2px;
1570
+ margin-left: 24px;
1571
+ }
1572
+
1573
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header {
1574
+ box-shadow: none;
1575
+ background: #f6f9fd;
1576
+ padding: 16px;
1577
+ }
1578
+
1579
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header .opblock-title, #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header h4, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header .opblock-title, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header h4 {
1580
+ color: #0c2499;
1581
+ text-transform: uppercase;
1582
+ letter-spacing: 1px;
1583
+ cursor: default;
1584
+ font-size: .9em;
1585
+ font-weight: 800;
1586
+ line-height: 16px;
1587
+ }
1588
+
1589
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header .opblock-title > span:after, #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header h4 > span:after, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header .opblock-title > span:after, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header h4 > span:after {
1590
+ background: none !important;
1591
+ display: none !important;
1592
+ }
1593
+
1594
+ #api-docs-swagger-ui-plugin .OperationTag:not(:first-of-type) .toggle-block {
1595
+ border-top: 1px solid #e1e2e3;
1596
+ }
1597
+
1598
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button {
1599
+ width: 100%;
1600
+ font-weight: inherit;
1601
+ flex: auto;
1602
+ min-height: 64px;
1603
+ position: relative;
1604
+ }
1605
+
1606
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:hover .toggle-block-title-text, #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:focus .toggle-block-title-text {
1607
+ text-decoration: underline;
1608
+ }
1609
+
1610
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:hover .toggle-block-title-description, #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:focus .toggle-block-title-description {
1611
+ text-decoration: none;
1612
+ }
1613
+
1614
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button .toggle-block-title-description {
1615
+ color: #3b4151;
1616
+ margin-top: 1px;
1617
+ }
1618
+
1619
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button > svg {
1620
+ pointer-events: none;
1621
+ width: 20px;
1622
+ height: 20px;
1623
+ position: absolute;
1624
+ top: 50%;
1625
+ left: 0;
1626
+ transform: translateY(-50%);
1627
+ }
1628
+
1629
+ #api-docs-swagger-ui-plugin .OperationTag .wrapper:not(:last-child) .block-desktop {
1630
+ margin-bottom: 32px;
1631
+ }
1632
+
1633
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container {
1634
+ border: 1px solid #eaebec;
1635
+ flex: 1;
1636
+ }
1637
+
1638
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
1639
+ background: #6f7570;
1640
+ min-width: 80px;
1641
+ height: calc(100% - 8px);
1642
+ }
1643
+
1644
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
1645
+ color: #3b4151;
1646
+ word-break: break-word;
1647
+ max-width: 280px;
1648
+ }
1649
+
1650
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
1651
+ box-shadow: none;
1652
+ color: #323a45;
1653
+ background: none;
1654
+ flex: 1;
1655
+ height: 48px;
1656
+ }
1657
+
1658
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input:focus {
1659
+ box-shadow: none;
1660
+ background: none;
1661
+ border: none;
1662
+ }
1663
+
1664
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
1665
+ box-shadow: none;
1666
+ background: #0c249905;
1667
+ border: 1px solid #0c249914;
1668
+ width: 40px;
1669
+ height: 40px;
1670
+ }
1671
+
1672
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn:hover, #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn:focus {
1673
+ background: #0c249914;
1674
+ border: 1px solid #0c24991f;
1675
+ }
1676
+
1677
+ #api-docs-swagger-ui-plugin .ApiDocsModels {
1678
+ width: 100%;
1679
+ }
1680
+
1681
+ #api-docs-swagger-ui-plugin .ApiDocsModels > h3 {
1682
+ margin: 16px 0;
1683
+ }
1684
+
1685
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box {
1686
+ background: #fff;
1687
+ border: 1px solid #eaebec;
1688
+ border-radius: 2px;
1689
+ width: 100%;
1690
+ }
1691
+
1692
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box {
1693
+ background-color: #fff;
1694
+ padding: 0;
1695
+ }
1696
+
1697
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control {
1698
+ border: none;
1699
+ }
1700
+
1701
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box {
1702
+ background: #fff;
1703
+ padding: 0;
1704
+ }
1705
+
1706
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box {
1707
+ background: #fff;
1708
+ border: 1px solid #eaebec;
1709
+ border-radius: 2px;
1710
+ width: 100%;
1711
+ }
1712
+
1713
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box > .model > span > span > .model-title {
1714
+ font-weight: 600;
1715
+ display: block;
1716
+ }
1717
+
1718
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box > .model > span > span > .model-toggle {
1719
+ display: none;
1720
+ }
1721
+
1722
+ @media screen and (width <= 1023px) {
1723
+ #api-docs-swagger-ui-plugin .OperationSummary__try-it-out-btn {
1724
+ align-self: flex-start;
1725
+ }
1726
+ }
1727
+
1728
+ @media screen and (width <= 767px) {
1729
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
1730
+ width: calc(100% - 8px);
1731
+ }
1732
+
1733
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
1734
+ width: 100%;
1735
+ max-width: none;
1736
+ }
1737
+
1738
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
1739
+ width: 100%;
1740
+ }
1741
+
1742
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
1743
+ align-self: flex-end;
1744
+ }
1745
+ }
1746
+
1747
+ .ds-c-button.display-settings-font {
1748
+ font: inherit;
1749
+ }
1750
+
1751
+ .dc-c-breadcrumb__list {
1752
+ margin-top: 0;
1753
+ margin-bottom: 0;
1754
+ padding-left: 0;
1755
+ list-style-type: none;
1756
+ }
1757
+
1758
+ .dc-c-breadcrumb__list > li {
1759
+ max-width: unset;
1760
+ margin-bottom: 0;
1761
+ }
1762
+
1763
+ .dc-c-breadcrumb__list > li:after {
1764
+ content: "";
1765
+ margin: 0 10px;
1766
+ font-family: "Font Awesome 6 Pro";
1767
+ font-size: 10px;
1768
+ font-weight: 600;
1769
+ }
1770
+
1771
+ .dc-c-breadcrumb__list > li:last-child:after {
1772
+ content: "";
1773
+ margin: 0;
1774
+ }
1775
+
1776
+ .dc-c-breadcrumb__list {
1777
+ display: block;
1778
+ }
1779
+
1780
+ .dc-c-breadcrumb__list-item {
1781
+ display: inline-block;
1782
+ }
1783
+
1784
+ .dc-c-breadcrumb__link {
1785
+ display: inline;
1786
+ }
1787
+
1788
+ .search-input-container {
1789
+ width: 100%;
1790
+ position: relative;
1791
+ }
1792
+
1793
+ .search-input-container > div:has(input) {
1794
+ width: 100%;
1795
+ }
1796
+
1797
+ .search-input-container input {
1798
+ width: 100%;
1799
+ max-width: none;
1800
+ padding: 16px;
1801
+ border-radius: 37px !important;
1802
+ }
1803
+
1804
+ @media (width >= 544px) {
1805
+ .search-input-container .left-padding input {
1806
+ padding-left: 50px;
1807
+ }
1808
+ }
1809
+
1810
+ .search-input-container .right-padding input {
1811
+ padding-right: 74px;
1812
+ }
1813
+
1814
+ @media (width >= 544px) {
1815
+ .search-input-container .right-padding input {
1816
+ padding-right: 197px;
1817
+ }
1818
+ }
1819
+
1820
+ .search-input-container button {
1821
+ background-color: #0d2499;
1822
+ padding: 16px;
1823
+ position: absolute;
1824
+ top: 4px;
1825
+ right: 2px;
1826
+ border-radius: 37px !important;
1827
+ }
1828
+
1829
+ @media (width <= 544px) {
1830
+ .search-input-container button {
1831
+ border-top-left-radius: 0 !important;
1832
+ border-bottom-left-radius: 0 !important;
1833
+ }
1834
+ }
1835
+
1836
+ .search-input-container button:hover, .search-input-container button:active {
1837
+ border-color: #000f5c;
1838
+ background-color: #000f5c !important;
1839
+ }
1840
+
1841
+ .search-input-container button:focus {
1842
+ background-color: #0d2499;
1843
+ }
1844
+
1845
+ .search-input-container button span {
1846
+ height: 21px;
1847
+ display: block;
1848
+ }
1849
+
1850
+ .search-input-container button svg {
1851
+ margin-top: -2px;
1852
+ }
1853
+
1854
+ @media (width >= 544px) {
1855
+ .search-input-container button .magnifying-glass-icon {
1856
+ display: none;
1857
+ }
1858
+ }
1859
+
1860
+ .search-input-container button .magnifying-glass-icon path {
1861
+ fill: #fff;
1862
+ }
1863
+
1864
+ @media (width <= 544px) {
1865
+ .search-input-container button .sm-label {
1866
+ display: none;
1867
+ }
1868
+ }
1869
+
1870
+ .search-input-container button.on-dark {
1871
+ color: var(--component-button-solid-dark-alt-color, #262626);
1872
+ background-color: #c6f6db;
1873
+ border-color: #c6f6db;
1874
+ }
1875
+
1876
+ .search-input-container button.on-dark path {
1877
+ fill: var(--component-button-solid-dark-alt-color, #262626);
1878
+ }
1879
+
1880
+ .search-input-container button.on-dark:hover, .search-input-container button.on-dark:active {
1881
+ color: var(--component-button-solid-dark-alt-color, #262626);
1882
+ border-color: #95cfae;
1883
+ background-color: #95cfae !important;
1884
+ }
1885
+
1886
+ .search-input-container > .magnifying-glass-icon {
1887
+ position: absolute;
1888
+ top: 16px;
1889
+ left: 16px;
1890
+ }
1891
+
1892
+ .search-input-container > .magnifying-glass-icon path {
1893
+ fill: #0d2499;
1894
+ }
1895
+
1896
+ .search-input-container .rounded-border {
1897
+ border: 2px solid var(--color-granite-200, silver);
1898
+ pointer-events: none;
1899
+ border-radius: 37px;
1900
+ position: absolute;
1901
+ inset: 4px 0 0;
1902
+ }
1903
+
1904
+ .dc-c-additional-info-table table {
1905
+ width: 100%;
1906
+ }
1907
+
1908
+ .dc-c-additional-info-table a {
1909
+ word-break: break-all;
1910
+ }
1911
+
1912
+ .ds-u-word-break-anywhere {
1913
+ word-break: break-word;
1914
+ overflow-wrap: anywhere;
1915
+ }
1916
+
1917
+ ul.dc-c-resource-full-width {
1918
+ width: 100%;
1919
+ }
1920
+
1921
+ .dc-c-datadictionary-table .dc-c-datatable th, .dc-c-datadictionary-table .dc-c-datatable td {
1922
+ border-left: 0;
1923
+ border-right: 0;
1924
+ }
1925
+
1926
+ .dc-c-tooltip-width-override .ds-c-tooltip {
1927
+ width: 500px;
1928
+ }
1929
+
1930
+ .data-dictionary-iframe-container {
1931
+ width: 100%;
1932
+ padding-top: 120%;
1933
+ position: relative;
1934
+ }
1935
+
1936
+ .data-dictionary-iframe-container > .data-dictionary-iframe {
1937
+ width: 100%;
1938
+ height: 100%;
1939
+ display: block;
1940
+ position: absolute;
1941
+ top: 0;
1942
+ left: 0;
1943
+ }
1944
+
1945
+ .dc-resource-header:before {
1946
+ content: "";
1947
+ background-color: var(--color-primary-light);
1948
+ width: 48px;
1949
+ height: 4px;
1950
+ margin: 8px 0;
1951
+ display: block;
1952
+ }
1953
+
1954
+ .dc-truncate {
1955
+ text-overflow: ellipsis;
1956
+ white-space: nowrap;
1957
+ overflow: hidden;
1958
+ }
1959
+
1960
+ .dc-c-metadata-description {
1961
+ white-space: pre-line;
1962
+ }
1963
+
1964
+ .dc-c-metadata-description ul {
1965
+ list-style-type: unset;
1966
+ }
1967
+
1968
+ .dc-dataset .ds-c-tabs .ds-c-tabs__item {
1969
+ text-decoration: none;
1970
+ }
1971
+
1972
+ .dc-dataset .ds-c-tabs .ds-c-tabs__item svg {
1973
+ fill: var(--link__color);
1974
+ }
1975
+
1976
+ .dc-dataset .ds-c-tabs svg {
1977
+ margin-right: 8px;
1978
+ }
1979
+
1980
+ #main-content {
1981
+ overflow: visible;
1982
+ }
1983
+
1984
+ .dc-c-word-break--all {
1985
+ word-break: break-all;
1986
+ }
1987
+
1988
+ :root {
1989
+ --mobile-nav-animation-time: 1s;
1990
+ --main-nav-height: 6.25rem;
1991
+ --header-bg-color: var(--color-primary);
1992
+ --header-bg-image: linear-gradient(90deg, var(--color-primary-darkest) 10%, var(--color-primary) 90%);
1993
+ --header-nav-link--color: var(--color-white);
1994
+ --header-nav-link--mobile-color: var(--color-white);
1995
+ --header-mobile-bg-color: var(--color-gray-dark);
1996
+ --header-submenu--bg-color: var(--color-primary);
1997
+ --header-submenu--width: 333px;
1998
+ --header-nav-search--color: var(--color-white);
1999
+ --tag-line--color: #6f757c;
2000
+ --tag-line--border-color: #6f757c;
2001
+ }
2002
+
2003
+ .dkan-c-main-navigation > div > div {
2004
+ min-height: var(--main-nav-height);
2005
+ }
2006
+
2007
+ .dkan-c-header .dkan-c-main-navigation {
2008
+ background-color: var(--header-bg-color);
2009
+ background-image: var(--header-bg-image);
2010
+ }
2011
+
2012
+ .ds-c-usa-banner__button-text:after {
2013
+ width: 0 !important;
2014
+ height: 0 !important;
2015
+ margin: 0 !important;
2016
+ padding: 0 !important;
2017
+ }
2018
+
2019
+ .dc-c-mobile-menu--open {
2020
+ color: var(--color-white);
2021
+ text-decoration: none;
2022
+ }
2023
+
2024
+ .dc-c-mobile-menu--open:before {
2025
+ content: "";
2026
+ color: var(--color-white);
2027
+ text-align: center;
2028
+ vertical-align: middle;
2029
+ width: 18px;
2030
+ height: 18px;
2031
+ margin-left: 10px;
2032
+ padding-right: 10px;
2033
+ font-family: "Font Awesome 6 Pro";
2034
+ font-size: 18px;
2035
+ font-weight: lighter;
2036
+ line-height: 18px;
2037
+ display: inline-block;
2038
+ }
2039
+
2040
+ .dc-c-mobile-menu--close {
2041
+ color: var(--color-white);
2042
+ padding-bottom: 16px;
2043
+ padding-left: 0;
2044
+ text-decoration: none;
2045
+ }
2046
+
2047
+ .dc-c-mobile-menu--close:before {
2048
+ content: "";
2049
+ color: var(--color-white);
2050
+ text-align: center;
2051
+ vertical-align: middle;
2052
+ width: 18px;
2053
+ height: 18px;
2054
+ padding-right: 10px;
2055
+ font-family: "Font Awesome 6 Pro";
2056
+ font-size: 18px;
2057
+ font-weight: lighter;
2058
+ line-height: 18px;
2059
+ display: inline-block;
2060
+ }
2061
+
2062
+ .dc-c-mobile-header--menu {
2063
+ background-color: var(--color-gray-dark);
2064
+ z-index: 500;
2065
+ visibility: hidden;
2066
+ width: 100%;
2067
+ height: 100%;
2068
+ padding: 50px 0;
2069
+ transition: left .7s;
2070
+ position: fixed;
2071
+ top: 0;
2072
+ bottom: 0;
2073
+ left: -100%;
2074
+ }
2075
+
2076
+ .dc-c-cmsheader {
2077
+ background: var(--color-white);
2078
+ position: relative;
2079
+ }
2080
+
2081
+ .dc-c-cms-mobile-header-menu:before {
2082
+ background: var(--color-primary-light);
2083
+ content: "";
2084
+ width: 48px;
2085
+ height: 2px;
2086
+ margin-bottom: 16px;
2087
+ margin-left: 8px;
2088
+ display: block;
2089
+ }
2090
+
2091
+ .dc-c-cms-mobile-header-menu ul {
2092
+ margin: 0;
2093
+ padding: 0;
2094
+ list-style: none;
2095
+ }
2096
+
2097
+ .dc-c-cms-mobile-header-menu a, .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:focus, .dc-c-cms-mobile-header-menu a:visited {
2098
+ color: var(--color-white);
2099
+ background-color: #0000;
2100
+ border-bottom: 2px solid #0000;
2101
+ text-decoration: none;
2102
+ display: inline-block;
2103
+ }
2104
+
2105
+ .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:active {
2106
+ border-bottom: 2px solid var(--color-primary-light);
2107
+ }
2108
+
2109
+ .dc-c-header--mobile-links button {
2110
+ padding: 0;
2111
+ font-weight: 700;
2112
+ }
2113
+
2114
+ .dc-c-header--mobile-links a {
2115
+ display: block;
2116
+ }
2117
+
2118
+ .dc-c-mobile-header.menu-open .dc-c-cmsheader {
2119
+ z-index: 501;
2120
+ background-color: #0000;
2121
+ }
2122
+
2123
+ .dc-c-mobile-header.menu-open .dc-c-cmsheader-menu a, .dc-c-mobile-header.menu-open button, .dc-c-mobile-header.menu-open .cms-link-container a:before {
2124
+ color: var(--color-white);
2125
+ }
2126
+
2127
+ .dc-c-mobile-header.menu-open .dc-c-mobile-header--menu {
2128
+ visibility: visible;
2129
+ left: 0;
2130
+ }
2131
+
2132
+ .cms-text-container {
2133
+ color: #6f757c;
2134
+ padding-top: 28px;
2135
+ display: block;
2136
+ }
2137
+
2138
+ .dc-c-cmsheader-menu {
2139
+ margin: 0;
2140
+ padding: 0;
2141
+ }
2142
+
2143
+ .dc-c-cmsheader-menu li {
2144
+ list-style: none;
2145
+ }
2146
+
2147
+ .dc-c-cmsheader-menu a {
2148
+ color: #323a45;
2149
+ border-bottom: 1px solid #fff3;
2150
+ margin: 3px 7px;
2151
+ padding: 0;
2152
+ text-decoration: none;
2153
+ }
2154
+
2155
+ .dc-c-cmsheader-menu a:hover, .dc-c-cmsheader-menu a:active {
2156
+ border-bottom: 2px solid #323a45;
2157
+ }
2158
+
2159
+ @media (width >= 544px) {
2160
+ .dc-c-main-navigation--search, .dc-c-mobile-menu--search {
2161
+ border-left: 1px solid var(--color-white);
2162
+ }
2163
+ }
2164
+
2165
+ nav.dc-c-site-menu .dc-c-header--links {
2166
+ margin: 0;
2167
+ padding: 0;
2168
+ }
2169
+
2170
+ nav.dc-c-site-menu .dc-c-header--links li {
2171
+ height: 100%;
2172
+ list-style: none;
2173
+ }
2174
+
2175
+ nav.dc-c-site-menu .dc-c-header--links button {
2176
+ border: none;
2177
+ font-size: 16px;
2178
+ text-decoration: none;
2179
+ }
2180
+
2181
+ nav.dc-c-site-menu .dc-c-header--links button span {
2182
+ border-bottom: 2px solid #0000;
2183
+ }
2184
+
2185
+ nav.dc-c-site-menu .dc-c-header--links a {
2186
+ padding: var(--space, 8px 24px);
2187
+ text-decoration: none;
2188
+ }
2189
+
2190
+ nav.dc-c-site-menu .dc-c-header--links a span {
2191
+ border-bottom: 2px solid #0000;
2192
+ }
2193
+
2194
+ nav.dc-c-site-menu .dc-c-header--links > li:hover > button span, nav.dc-c-site-menu .dc-c-header--links > li button:focus span, nav.dc-c-site-menu .dc-c-header--links > li button:hover span, nav.dc-c-site-menu .dc-c-header--links > li:hover > a span, nav.dc-c-site-menu .dc-c-header--links > li:focus > a span, nav.dc-c-site-menu .dc-c-header--links > li a:hover span, nav.dc-c-site-menu .dc-c-header--links > li a:focus span {
2195
+ border-bottom: 2px solid var(--color-primary-light);
2196
+ }
2197
+
2198
+ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
2199
+ box-shadow: 0 0 0 3px var(--color-focus-light), 0 0 4px 6px var(--color-focus-dark);
2200
+ outline-offset: 3px;
2201
+ border-radius: var(--button__border-radius);
2202
+ background-color: #0000;
2203
+ outline: 3px solid #0000;
2204
+ text-decoration: none;
2205
+ }
2206
+
2207
+ .dc-c-site-title a {
2208
+ text-decoration: none;
2209
+ }
2210
+
2211
+ .dc-c-mobile-menu--search {
2212
+ display: inherit;
2213
+ }
2214
+
2215
+ .dc-c-search-modal--button:before {
2216
+ content: "";
2217
+ color: var(--color-white);
2218
+ text-align: center;
2219
+ vertical-align: middle;
2220
+ box-sizing: content-box;
2221
+ width: 18px;
2222
+ height: 18px;
2223
+ margin-left: 10px;
2224
+ padding-right: 10px;
2225
+ font-family: "Font Awesome 6 Pro";
2226
+ font-size: 18px;
2227
+ font-weight: lighter;
2228
+ line-height: 18px;
2229
+ display: inline-block;
2230
+ }
2231
+
2232
+ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
2233
+ border-bottom: 2px solid var(--color-primary-light);
2234
+ }
2235
+
2236
+ .ds-c-external-link-icon {
2237
+ font-size: .675em !important;
2238
+ }
2239
+
2240
+ .dc-query-builder > .ds-c-accordion > .ds-c-accordion__content {
2241
+ overflow: visible;
2242
+ }
2243
+
2244
+ .dc-query-builder .react-datepicker select {
2245
+ background-image: none;
2246
+ }
2247
+
2248
+ .dc-c-resource-header .data-table-results {
2249
+ margin: 0;
2250
+ }
2251
+
2252
+ .dc-c-resource-header--buttons {
2253
+ display: flex;
2254
+ }
2255
+ /*# sourceMappingURL=main.css.map */