vliz-be-theme 0.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.
Files changed (85) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_config.yml +4 -0
  5. data/_data/articles.yml +43 -0
  6. data/_data/bg_with_block.yml +5 -0
  7. data/_data/carrousel.yml +28 -0
  8. data/_data/carrousel_two.yml +33 -0
  9. data/_data/main_banner.yml +24 -0
  10. data/_data/simple_questions.yml +16 -0
  11. data/_includes/banner/banner.html +50 -0
  12. data/_includes/banner/main.html +35 -0
  13. data/_includes/banner/topic.html +20 -0
  14. data/_includes/block_gallery_cards/card.html +36 -0
  15. data/_includes/block_gallery_cards/first_card.html +50 -0
  16. data/_includes/block_gallery_cards/main.html +40 -0
  17. data/_includes/carrousel_block/item.html +21 -0
  18. data/_includes/carrousel_block/main.html +22 -0
  19. data/_includes/carrousel_w_waves/item.html +27 -0
  20. data/_includes/carrousel_w_waves/main.html +39 -0
  21. data/_includes/footer/main.html +312 -0
  22. data/_includes/image_bg_white_card/main.html +26 -0
  23. data/_includes/image_w_descr_curly/main.html +48 -0
  24. data/_includes/light_bg_block/item.html +12 -0
  25. data/_includes/light_bg_block/main.html +19 -0
  26. data/_includes/mobile-overlay/main.html +419 -0
  27. data/_includes/navigation/main.html +515 -0
  28. data/_includes/navigation/search-overlay.html +49 -0
  29. data/_includes/no_bg_cards/item.html +24 -0
  30. data/_includes/no_bg_cards/main.html +21 -0
  31. data/_includes/no_bg_colored_blocks/item.html +19 -0
  32. data/_includes/no_bg_colored_blocks/main.html +34 -0
  33. data/_includes/simple_color_boxes/item.html +11 -0
  34. data/_includes/simple_color_boxes/main.html +29 -0
  35. data/_layouts/default.html +150 -0
  36. data/_layouts/page.html +5 -0
  37. data/_layouts/post.html +5 -0
  38. data/assets/core/misc/Vlaanderen_verbeelding werkt.png +0 -0
  39. data/assets/core/misc/bib_publications_bg.jpg +0 -0
  40. data/assets/core/misc/calendar.svg +1 -0
  41. data/assets/core/misc/check.svg +1 -0
  42. data/assets/core/misc/close.png +0 -0
  43. data/assets/core/misc/error.svg +1 -0
  44. data/assets/core/misc/gradient.png +0 -0
  45. data/assets/core/misc/loading-small.gif +0 -0
  46. data/assets/core/misc/move.svg +1 -0
  47. data/assets/core/misc/person.svg +1 -0
  48. data/assets/core/misc/privacyshield.png +0 -0
  49. data/assets/core/misc/share-Facebook.png +0 -0
  50. data/assets/core/misc/share-Fave.png +0 -0
  51. data/assets/core/misc/share-LinkedIn.png +0 -0
  52. data/assets/core/misc/share-Mailto.png +0 -0
  53. data/assets/core/misc/share-Print.png +0 -0
  54. data/assets/core/misc/share-RSS.png +0 -0
  55. data/assets/core/misc/share-Twitter.png +0 -0
  56. data/assets/core/misc/swoosh.svg +3 -0
  57. data/assets/core/misc/swoosh_bg.svg +11 -0
  58. data/assets/core/misc/throbber-active.gif +0 -0
  59. data/assets/core/misc/throbber-inactive.png +0 -0
  60. data/assets/core/misc/tree-bottom.png +0 -0
  61. data/assets/core/misc/tree.png +0 -0
  62. data/assets/core/misc/twistie-down.svg +1 -0
  63. data/assets/core/misc/twistie-up.svg +1 -0
  64. data/assets/core/misc/warning.svg +1 -0
  65. data/assets/core/misc/west_vlaanderen_logo.png +0 -0
  66. data/assets/css/custom_style.css +5 -0
  67. data/assets/css/stylesheet_one.css +2461 -0
  68. data/assets/css/stylesheet_two.css +9753 -0
  69. data/assets/css/tablesaw-base.css +601 -0
  70. data/assets/css/tablesaw-responsive.css +189 -0
  71. data/assets/js/brands.js +3448 -0
  72. data/assets/js/fontawesome-icons.js +6 -0
  73. data/assets/js/fontawesome.js +2355 -0
  74. data/assets/js/regular.js +1354 -0
  75. data/assets/js/script_one.js +3361 -0
  76. data/assets/js/script_three.js +1160 -0
  77. data/assets/js/script_two.js +3913 -0
  78. data/assets/js/solid.js +9921 -0
  79. data/assets/js/tablesaw-init.js +18 -0
  80. data/assets/js/tablesaw.min.js +1408 -0
  81. data/assets/media/img/SquidRNA.webp +0 -0
  82. data/assets/media/img/graph_concept_art.jpg +0 -0
  83. data/assets/media/img/placeholder.png +0 -0
  84. data/assets/media/video/Homepage_website_SimonStevin.mp4 +0 -0
  85. metadata +140 -0
@@ -0,0 +1,2461 @@
1
+ .ajax-progress {
2
+ display: inline-block;
3
+ padding: 1px 5px 2px 5px;
4
+ }
5
+ [dir="rtl"] .ajax-progress {
6
+ float: right;
7
+ }
8
+ .ajax-progress-throbber .throbber {
9
+ display: inline;
10
+ padding: 1px 6px 2px;
11
+ background: transparent url(/assets/core/misc/throbber-active.gif) no-repeat 0 center;
12
+ }
13
+ .ajax-progress-throbber .message {
14
+ display: inline;
15
+ padding: 1px 5px 2px;
16
+ }
17
+ tr .ajax-progress-throbber .throbber {
18
+ margin: 0 2px;
19
+ }
20
+ .ajax-progress-bar {
21
+ width: 16em;
22
+ }
23
+ .ajax-progress-fullscreen {
24
+ position: fixed;
25
+ z-index: 1000;
26
+ top: 48.5%;
27
+ left: 49%;
28
+ width: 24px;
29
+ height: 24px;
30
+ padding: 4px;
31
+ opacity: 0.9;
32
+ border-radius: 7px;
33
+ background-color: #232323;
34
+ background-image: url(/assets/core/misc/loading-small.gif);
35
+ background-repeat: no-repeat;
36
+ background-position: center center;
37
+ }
38
+ [dir="rtl"] .ajax-progress-fullscreen {
39
+ right: 49%;
40
+ left: auto;
41
+ }
42
+ .text-align-left {
43
+ text-align: left;
44
+ }
45
+ .text-align-right {
46
+ text-align: right;
47
+ }
48
+ .text-align-center {
49
+ text-align: center;
50
+ }
51
+ .text-align-justify {
52
+ text-align: justify;
53
+ }
54
+ .align-left {
55
+ float: left;
56
+ }
57
+ .align-right {
58
+ float: right;
59
+ }
60
+ .align-center {
61
+ display: block;
62
+ margin-right: auto;
63
+ margin-left: auto;
64
+ }
65
+ .js input.form-autocomplete {
66
+ background-image: url(/assets/core/misc/throbber-inactive.png);
67
+ background-repeat: no-repeat;
68
+ background-position: 100% center;
69
+ }
70
+ .js[dir="rtl"] input.form-autocomplete {
71
+ background-position: 0% center;
72
+ }
73
+ .js input.form-autocomplete.ui-autocomplete-loading {
74
+ background-image: url(/assets/core/misc/throbber-active.gif);
75
+ background-position: 100% center;
76
+ }
77
+ .js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
78
+ background-position: 0% center;
79
+ }
80
+ .fieldgroup {
81
+ padding: 0;
82
+ border-width: 0;
83
+ }
84
+ .container-inline div,
85
+ .container-inline label {
86
+ display: inline-block;
87
+ }
88
+ .container-inline .details-wrapper {
89
+ display: block;
90
+ }
91
+ .container-inline .hidden {
92
+ display: none;
93
+ }
94
+ .clearfix:after {
95
+ display: table;
96
+ clear: both;
97
+ content: "";
98
+ }
99
+ .js details:not([open]) .details-wrapper {
100
+ display: none;
101
+ }
102
+ .hidden {
103
+ display: none;
104
+ }
105
+ .visually-hidden {
106
+ position: absolute !important;
107
+ overflow: hidden;
108
+ clip: rect(1px, 1px, 1px, 1px);
109
+ width: 1px;
110
+ height: 1px;
111
+ word-wrap: normal;
112
+ }
113
+ .visually-hidden.focusable:active,
114
+ .visually-hidden.focusable:focus {
115
+ position: static !important;
116
+ overflow: visible;
117
+ clip: auto;
118
+ width: auto;
119
+ height: auto;
120
+ }
121
+ .invisible {
122
+ visibility: hidden;
123
+ }
124
+ .item-list__comma-list,
125
+ .item-list__comma-list li {
126
+ display: inline;
127
+ }
128
+ .item-list__comma-list {
129
+ margin: 0;
130
+ padding: 0;
131
+ }
132
+ .item-list__comma-list li:after {
133
+ content: ", ";
134
+ }
135
+ .item-list__comma-list li:last-child:after {
136
+ content: "";
137
+ }
138
+ .js .js-hide {
139
+ display: none;
140
+ }
141
+ .js-show {
142
+ display: none;
143
+ }
144
+ .js .js-show {
145
+ display: block;
146
+ }
147
+ .nowrap {
148
+ white-space: nowrap;
149
+ }
150
+ .position-container {
151
+ position: relative;
152
+ }
153
+ .progress {
154
+ position: relative;
155
+ }
156
+ .progress__track {
157
+ min-width: 100px;
158
+ max-width: 100%;
159
+ height: 16px;
160
+ margin-top: 5px;
161
+ border: 1px solid;
162
+ background-color: #fff;
163
+ }
164
+ .progress__bar {
165
+ width: 3%;
166
+ min-width: 3%;
167
+ max-width: 100%;
168
+ height: 16px;
169
+ background-color: #000;
170
+ }
171
+ .progress__description,
172
+ .progress__percentage {
173
+ overflow: hidden;
174
+ margin-top: 0.2em;
175
+ color: #555;
176
+ font-size: 0.875em;
177
+ }
178
+ .progress__description {
179
+ float: left;
180
+ }
181
+ [dir="rtl"] .progress__description {
182
+ float: right;
183
+ }
184
+ .progress__percentage {
185
+ float: right;
186
+ }
187
+ [dir="rtl"] .progress__percentage {
188
+ float: left;
189
+ }
190
+ .progress--small .progress__track {
191
+ height: 7px;
192
+ }
193
+ .progress--small .progress__bar {
194
+ height: 7px;
195
+ background-size: 20px 20px;
196
+ }
197
+ .reset-appearance {
198
+ margin: 0;
199
+ padding: 0;
200
+ border: 0 none;
201
+ background: transparent;
202
+ line-height: inherit;
203
+ -webkit-appearance: none;
204
+ -moz-appearance: none;
205
+ appearance: none;
206
+ }
207
+ .resize-none {
208
+ resize: none;
209
+ }
210
+ .resize-vertical {
211
+ min-height: 2em;
212
+ resize: vertical;
213
+ }
214
+ .resize-horizontal {
215
+ max-width: 100%;
216
+ resize: horizontal;
217
+ }
218
+ .resize-both {
219
+ max-width: 100%;
220
+ min-height: 2em;
221
+ resize: both;
222
+ }
223
+ table.sticky-header {
224
+ z-index: 500;
225
+ top: 0;
226
+ margin-top: 0;
227
+ background-color: #fff;
228
+ }
229
+ .system-status-counter__status-icon {
230
+ display: inline-block;
231
+ width: 25px;
232
+ height: 25px;
233
+ vertical-align: middle;
234
+ }
235
+ .system-status-counter__status-icon:before {
236
+ display: block;
237
+ width: 100%;
238
+ height: 100%;
239
+ content: "";
240
+ background-repeat: no-repeat;
241
+ background-position: center 2px;
242
+ background-size: 16px;
243
+ }
244
+ .system-status-counter__status-icon--error:before {
245
+ background-image: url(/assets/core/misc/error.svg);
246
+ }
247
+ .system-status-counter__status-icon--warning:before {
248
+ background-image: url(/assets/core/misc/warning.svg);
249
+ }
250
+ .system-status-counter__status-icon--checked:before {
251
+ background-image: url(/assets/core/misc/check.svg);
252
+ }
253
+ .system-status-report-counters__item {
254
+ width: 100%;
255
+ margin-bottom: 0.5em;
256
+ padding: 0.5em 0;
257
+ text-align: center;
258
+ white-space: nowrap;
259
+ background-color: rgba(0, 0, 0, 0.063);
260
+ }
261
+ @media screen and (min-width: 60em) {
262
+ .system-status-report-counters {
263
+ display: flex;
264
+ flex-wrap: wrap;
265
+ justify-content: space-between;
266
+ }
267
+ .system-status-report-counters__item--half-width {
268
+ width: 49%;
269
+ }
270
+ .system-status-report-counters__item--third-width {
271
+ width: 33%;
272
+ }
273
+ }
274
+ .system-status-general-info__item {
275
+ margin-top: 1em;
276
+ padding: 0 1em 1em;
277
+ border: 1px solid #ccc;
278
+ }
279
+ .system-status-general-info__item-title {
280
+ border-bottom: 1px solid #ccc;
281
+ }
282
+ body.drag {
283
+ cursor: move;
284
+ }
285
+ tr.region-title {
286
+ font-weight: bold;
287
+ }
288
+ tr.region-message {
289
+ color: #999;
290
+ }
291
+ tr.region-populated {
292
+ display: none;
293
+ }
294
+ tr.add-new .tabledrag-changed {
295
+ display: none;
296
+ }
297
+ .draggable a.tabledrag-handle {
298
+ float: left;
299
+ overflow: hidden;
300
+ height: 1.7em;
301
+ margin-left: -1em;
302
+ cursor: move;
303
+ text-decoration: none;
304
+ }
305
+ [dir="rtl"] .draggable a.tabledrag-handle {
306
+ float: right;
307
+ margin-right: -1em;
308
+ margin-left: 0;
309
+ }
310
+ a.tabledrag-handle:hover {
311
+ text-decoration: none;
312
+ }
313
+ a.tabledrag-handle .handle {
314
+ width: 14px;
315
+ height: 14px;
316
+ margin: -0.4em 0.5em 0;
317
+ padding: 0.42em 0.5em;
318
+ background: #787878;
319
+ -webkit-mask: url(/assets/core/misc/move.svg) no-repeat 6px 7px;
320
+ mask: url(/assets/core/misc/move.svg) no-repeat 6px 7px;
321
+ }
322
+ a.tabledrag-handle:hover .handle,
323
+ a.tabledrag-handle:focus .handle {
324
+ background: #000;
325
+ }
326
+ @media (forced-colors: active) {
327
+ a.tabledrag-handle .handle,
328
+ a.tabledrag-handle:hover .handle,
329
+ a.tabledrag-handle:focus .handle {
330
+ background: canvastext;
331
+ }
332
+ }
333
+ .touchevents .draggable td {
334
+ padding: 0 10px;
335
+ }
336
+ .touchevents .draggable .menu-item__link {
337
+ display: inline-block;
338
+ padding: 10px 0;
339
+ }
340
+ .touchevents a.tabledrag-handle {
341
+ width: 40px;
342
+ height: 44px;
343
+ }
344
+ .touchevents a.tabledrag-handle .handle {
345
+ height: 21px;
346
+ background-position: 40% 19px;
347
+ }
348
+ [dir="rtl"] .touch a.tabledrag-handle .handle {
349
+ background-position: right 40% top 19px;
350
+ }
351
+ .touchevents .draggable.drag a.tabledrag-handle .handle {
352
+ background-position: 50% -32px;
353
+ }
354
+ .tabledrag-toggle-weight-wrapper {
355
+ text-align: right;
356
+ }
357
+ [dir="rtl"] .tabledrag-toggle-weight-wrapper {
358
+ text-align: left;
359
+ }
360
+ .indentation {
361
+ float: left;
362
+ width: 20px;
363
+ height: 1.7em;
364
+ margin: -0.4em 0.2em -0.4em -0.4em;
365
+ padding: 0.42em 0 0.42em 0.6em;
366
+ }
367
+ [dir="rtl"] .indentation {
368
+ float: right;
369
+ margin: -0.4em -0.4em -0.4em 0.2em;
370
+ padding: 0.42em 0.6em 0.42em 0;
371
+ }
372
+ .tablesort {
373
+ display: inline-block;
374
+ width: 16px;
375
+ height: 16px;
376
+ background-size: 100%;
377
+ }
378
+ .tablesort--asc {
379
+ background-image: url(/assets/core/misc/twistie-down.svg);
380
+ }
381
+ .tablesort--desc {
382
+ background-image: url(/assets/core/misc/twistie-up.svg);
383
+ }
384
+ div.tree-child {
385
+ background: url(/assets/core/misc/tree.png) no-repeat 11px center;
386
+ }
387
+ div.tree-child-last {
388
+ background: url(/assets/core/misc/tree-bottom.png) no-repeat 11px center;
389
+ }
390
+ [dir="rtl"] div.tree-child,
391
+ [dir="rtl"] div.tree-child-last {
392
+ background-position: -65px center;
393
+ }
394
+ div.tree-child-horizontal {
395
+ background: url(/assets/core/misc/tree.png) no-repeat -11px center;
396
+ }
397
+ .select2-container {
398
+ box-sizing: border-box;
399
+ display: inline-block;
400
+ margin: 0;
401
+ position: relative;
402
+ vertical-align: middle;
403
+ }
404
+ .select2-container .select2-selection--single {
405
+ box-sizing: border-box;
406
+ cursor: pointer;
407
+ display: block;
408
+ height: 28px;
409
+ user-select: none;
410
+ -webkit-user-select: none;
411
+ }
412
+ .select2-container .select2-selection--single .select2-selection__rendered {
413
+ display: block;
414
+ padding-left: 8px;
415
+ padding-right: 20px;
416
+ overflow: hidden;
417
+ text-overflow: ellipsis;
418
+ white-space: nowrap;
419
+ }
420
+ .select2-container .select2-selection--single .select2-selection__clear {
421
+ position: relative;
422
+ }
423
+ .select2-container[dir="rtl"]
424
+ .select2-selection--single
425
+ .select2-selection__rendered {
426
+ padding-right: 8px;
427
+ padding-left: 20px;
428
+ }
429
+ .select2-container .select2-selection--multiple {
430
+ box-sizing: border-box;
431
+ cursor: pointer;
432
+ display: block;
433
+ min-height: 32px;
434
+ user-select: none;
435
+ -webkit-user-select: none;
436
+ }
437
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
438
+ display: inline-block;
439
+ overflow: hidden;
440
+ padding-left: 8px;
441
+ text-overflow: ellipsis;
442
+ white-space: nowrap;
443
+ }
444
+ .select2-container .select2-search--inline {
445
+ float: left;
446
+ }
447
+ .select2-container .select2-search--inline .select2-search__field {
448
+ box-sizing: border-box;
449
+ border: none;
450
+ font-size: 100%;
451
+ margin-top: 5px;
452
+ padding: 0;
453
+ }
454
+ .select2-container
455
+ .select2-search--inline
456
+ .select2-search__field::-webkit-search-cancel-button {
457
+ -webkit-appearance: none;
458
+ }
459
+ .select2-dropdown {
460
+ background-color: white;
461
+ border: 1px solid #aaa;
462
+ border-radius: 4px;
463
+ box-sizing: border-box;
464
+ display: block;
465
+ position: absolute;
466
+ left: -100000px;
467
+ width: 100%;
468
+ z-index: 1051;
469
+ }
470
+ .select2-results {
471
+ display: block;
472
+ }
473
+ .select2-results__options {
474
+ list-style: none;
475
+ margin: 0;
476
+ padding: 0;
477
+ }
478
+ .select2-results__option {
479
+ padding: 6px;
480
+ user-select: none;
481
+ -webkit-user-select: none;
482
+ }
483
+ .select2-results__option[aria-selected] {
484
+ cursor: pointer;
485
+ }
486
+ .select2-container--open .select2-dropdown {
487
+ left: 0;
488
+ }
489
+ .select2-container--open .select2-dropdown--above {
490
+ border-bottom: none;
491
+ border-bottom-left-radius: 0;
492
+ border-bottom-right-radius: 0;
493
+ }
494
+ .select2-container--open .select2-dropdown--below {
495
+ border-top: none;
496
+ border-top-left-radius: 0;
497
+ border-top-right-radius: 0;
498
+ }
499
+ .select2-search--dropdown {
500
+ display: block;
501
+ padding: 4px;
502
+ }
503
+ .select2-search--dropdown .select2-search__field {
504
+ padding: 4px;
505
+ width: 100%;
506
+ box-sizing: border-box;
507
+ }
508
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
509
+ -webkit-appearance: none;
510
+ }
511
+ .select2-search--dropdown.select2-search--hide {
512
+ display: none;
513
+ }
514
+ .select2-close-mask {
515
+ border: 0;
516
+ margin: 0;
517
+ padding: 0;
518
+ display: block;
519
+ position: fixed;
520
+ left: 0;
521
+ top: 0;
522
+ min-height: 100%;
523
+ min-width: 100%;
524
+ height: auto;
525
+ width: auto;
526
+ opacity: 0;
527
+ z-index: 99;
528
+ background-color: #fff;
529
+ filter: alpha(opacity=0);
530
+ }
531
+ .select2-hidden-accessible {
532
+ border: 0 !important;
533
+ clip: rect(0 0 0 0) !important;
534
+ -webkit-clip-path: inset(50%) !important;
535
+ clip-path: inset(50%) !important;
536
+ height: 1px !important;
537
+ overflow: hidden !important;
538
+ padding: 0 !important;
539
+ position: absolute !important;
540
+ width: 1px !important;
541
+ white-space: nowrap !important;
542
+ }
543
+ .select2-container--default .select2-selection--single {
544
+ background-color: #fff;
545
+ border: 1px solid #aaa;
546
+ border-radius: 4px;
547
+ }
548
+ .select2-container--default
549
+ .select2-selection--single
550
+ .select2-selection__rendered {
551
+ color: #444;
552
+ line-height: 28px;
553
+ }
554
+ .select2-container--default
555
+ .select2-selection--single
556
+ .select2-selection__clear {
557
+ cursor: pointer;
558
+ float: right;
559
+ font-weight: bold;
560
+ }
561
+ .select2-container--default
562
+ .select2-selection--single
563
+ .select2-selection__placeholder {
564
+ color: #999;
565
+ }
566
+ .select2-container--default
567
+ .select2-selection--single
568
+ .select2-selection__arrow {
569
+ height: 26px;
570
+ position: absolute;
571
+ top: 1px;
572
+ right: 1px;
573
+ width: 20px;
574
+ }
575
+ .select2-container--default
576
+ .select2-selection--single
577
+ .select2-selection__arrow
578
+ b {
579
+ border-color: #888 transparent transparent transparent;
580
+ border-style: solid;
581
+ border-width: 5px 4px 0 4px;
582
+ height: 0;
583
+ left: 50%;
584
+ margin-left: -4px;
585
+ margin-top: -2px;
586
+ position: absolute;
587
+ top: 50%;
588
+ width: 0;
589
+ }
590
+ .select2-container--default[dir="rtl"]
591
+ .select2-selection--single
592
+ .select2-selection__clear {
593
+ float: left;
594
+ }
595
+ .select2-container--default[dir="rtl"]
596
+ .select2-selection--single
597
+ .select2-selection__arrow {
598
+ left: 1px;
599
+ right: auto;
600
+ }
601
+ .select2-container--default.select2-container--disabled
602
+ .select2-selection--single {
603
+ background-color: #eee;
604
+ cursor: default;
605
+ }
606
+ .select2-container--default.select2-container--disabled
607
+ .select2-selection--single
608
+ .select2-selection__clear {
609
+ display: none;
610
+ }
611
+ .select2-container--default.select2-container--open
612
+ .select2-selection--single
613
+ .select2-selection__arrow
614
+ b {
615
+ border-color: transparent transparent #888 transparent;
616
+ border-width: 0 4px 5px 4px;
617
+ }
618
+ .select2-container--default .select2-selection--multiple {
619
+ background-color: white;
620
+ border: 1px solid #aaa;
621
+ border-radius: 4px;
622
+ cursor: text;
623
+ }
624
+ .select2-container--default
625
+ .select2-selection--multiple
626
+ .select2-selection__rendered {
627
+ box-sizing: border-box;
628
+ list-style: none;
629
+ margin: 0;
630
+ padding: 0 5px;
631
+ width: 100%;
632
+ }
633
+ .select2-container--default
634
+ .select2-selection--multiple
635
+ .select2-selection__rendered
636
+ li {
637
+ list-style: none;
638
+ }
639
+ .select2-container--default
640
+ .select2-selection--multiple
641
+ .select2-selection__clear {
642
+ cursor: pointer;
643
+ float: right;
644
+ font-weight: bold;
645
+ margin-top: 5px;
646
+ margin-right: 10px;
647
+ padding: 1px;
648
+ }
649
+ .select2-container--default
650
+ .select2-selection--multiple
651
+ .select2-selection__choice {
652
+ background-color: #e4e4e4;
653
+ border: 1px solid #aaa;
654
+ border-radius: 4px;
655
+ cursor: default;
656
+ float: left;
657
+ margin-right: 5px;
658
+ margin-top: 5px;
659
+ padding: 0 5px;
660
+ }
661
+ .select2-container--default
662
+ .select2-selection--multiple
663
+ .select2-selection__choice__remove {
664
+ color: #999;
665
+ cursor: pointer;
666
+ display: inline-block;
667
+ font-weight: bold;
668
+ margin-right: 2px;
669
+ }
670
+ .select2-container--default
671
+ .select2-selection--multiple
672
+ .select2-selection__choice__remove:hover {
673
+ color: #333;
674
+ }
675
+ .select2-container--default[dir="rtl"]
676
+ .select2-selection--multiple
677
+ .select2-selection__choice,
678
+ .select2-container--default[dir="rtl"]
679
+ .select2-selection--multiple
680
+ .select2-search--inline {
681
+ float: right;
682
+ }
683
+ .select2-container--default[dir="rtl"]
684
+ .select2-selection--multiple
685
+ .select2-selection__choice {
686
+ margin-left: 5px;
687
+ margin-right: auto;
688
+ }
689
+ .select2-container--default[dir="rtl"]
690
+ .select2-selection--multiple
691
+ .select2-selection__choice__remove {
692
+ margin-left: 2px;
693
+ margin-right: auto;
694
+ }
695
+ .select2-container--default.select2-container--focus
696
+ .select2-selection--multiple {
697
+ border: solid black 1px;
698
+ outline: 0;
699
+ }
700
+ .select2-container--default.select2-container--disabled
701
+ .select2-selection--multiple {
702
+ background-color: #eee;
703
+ cursor: default;
704
+ }
705
+ .select2-container--default.select2-container--disabled
706
+ .select2-selection__choice__remove {
707
+ display: none;
708
+ }
709
+ .select2-container--default.select2-container--open.select2-container--above
710
+ .select2-selection--single,
711
+ .select2-container--default.select2-container--open.select2-container--above
712
+ .select2-selection--multiple {
713
+ border-top-left-radius: 0;
714
+ border-top-right-radius: 0;
715
+ }
716
+ .select2-container--default.select2-container--open.select2-container--below
717
+ .select2-selection--single,
718
+ .select2-container--default.select2-container--open.select2-container--below
719
+ .select2-selection--multiple {
720
+ border-bottom-left-radius: 0;
721
+ border-bottom-right-radius: 0;
722
+ }
723
+ .select2-container--default .select2-search--dropdown .select2-search__field {
724
+ border: 1px solid #aaa;
725
+ }
726
+ .select2-container--default .select2-search--inline .select2-search__field {
727
+ background: transparent;
728
+ border: none;
729
+ outline: 0;
730
+ box-shadow: none;
731
+ -webkit-appearance: textfield;
732
+ }
733
+ .select2-container--default .select2-results > .select2-results__options {
734
+ max-height: 200px;
735
+ overflow-y: auto;
736
+ }
737
+ .select2-container--default .select2-results__option[role="group"] {
738
+ padding: 0;
739
+ }
740
+ .select2-container--default .select2-results__option[aria-disabled="true"] {
741
+ color: #999;
742
+ }
743
+ .select2-container--default .select2-results__option[aria-selected="true"] {
744
+ background-color: #ddd;
745
+ }
746
+ .select2-container--default .select2-results__option .select2-results__option {
747
+ padding-left: 1em;
748
+ }
749
+ .select2-container--default
750
+ .select2-results__option
751
+ .select2-results__option
752
+ .select2-results__group {
753
+ padding-left: 0;
754
+ }
755
+ .select2-container--default
756
+ .select2-results__option
757
+ .select2-results__option
758
+ .select2-results__option {
759
+ margin-left: -1em;
760
+ padding-left: 2em;
761
+ }
762
+ .select2-container--default
763
+ .select2-results__option
764
+ .select2-results__option
765
+ .select2-results__option
766
+ .select2-results__option {
767
+ margin-left: -2em;
768
+ padding-left: 3em;
769
+ }
770
+ .select2-container--default
771
+ .select2-results__option
772
+ .select2-results__option
773
+ .select2-results__option
774
+ .select2-results__option
775
+ .select2-results__option {
776
+ margin-left: -3em;
777
+ padding-left: 4em;
778
+ }
779
+ .select2-container--default
780
+ .select2-results__option
781
+ .select2-results__option
782
+ .select2-results__option
783
+ .select2-results__option
784
+ .select2-results__option
785
+ .select2-results__option {
786
+ margin-left: -4em;
787
+ padding-left: 5em;
788
+ }
789
+ .select2-container--default
790
+ .select2-results__option
791
+ .select2-results__option
792
+ .select2-results__option
793
+ .select2-results__option
794
+ .select2-results__option
795
+ .select2-results__option
796
+ .select2-results__option {
797
+ margin-left: -5em;
798
+ padding-left: 6em;
799
+ }
800
+ .select2-container--default
801
+ .select2-results__option--highlighted[aria-selected] {
802
+ background-color: #5897fb;
803
+ color: white;
804
+ }
805
+ .select2-container--default .select2-results__group {
806
+ cursor: default;
807
+ display: block;
808
+ padding: 6px;
809
+ }
810
+ .select2-container--classic .select2-selection--single {
811
+ background-color: #f7f7f7;
812
+ border: 1px solid #aaa;
813
+ border-radius: 4px;
814
+ outline: 0;
815
+ background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
816
+ background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
817
+ background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
818
+ background-repeat: repeat-x;
819
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
820
+ }
821
+ .select2-container--classic .select2-selection--single:focus {
822
+ border: 1px solid #5897fb;
823
+ }
824
+ .select2-container--classic
825
+ .select2-selection--single
826
+ .select2-selection__rendered {
827
+ color: #444;
828
+ line-height: 28px;
829
+ }
830
+ .select2-container--classic
831
+ .select2-selection--single
832
+ .select2-selection__clear {
833
+ cursor: pointer;
834
+ float: right;
835
+ font-weight: bold;
836
+ margin-right: 10px;
837
+ }
838
+ .select2-container--classic
839
+ .select2-selection--single
840
+ .select2-selection__placeholder {
841
+ color: #999;
842
+ }
843
+ .select2-container--classic
844
+ .select2-selection--single
845
+ .select2-selection__arrow {
846
+ background-color: #ddd;
847
+ border: none;
848
+ border-left: 1px solid #aaa;
849
+ border-top-right-radius: 4px;
850
+ border-bottom-right-radius: 4px;
851
+ height: 26px;
852
+ position: absolute;
853
+ top: 1px;
854
+ right: 1px;
855
+ width: 20px;
856
+ background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
857
+ background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
858
+ background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
859
+ background-repeat: repeat-x;
860
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
861
+ }
862
+ .select2-container--classic
863
+ .select2-selection--single
864
+ .select2-selection__arrow
865
+ b {
866
+ border-color: #888 transparent transparent transparent;
867
+ border-style: solid;
868
+ border-width: 5px 4px 0 4px;
869
+ height: 0;
870
+ left: 50%;
871
+ margin-left: -4px;
872
+ margin-top: -2px;
873
+ position: absolute;
874
+ top: 50%;
875
+ width: 0;
876
+ }
877
+ .select2-container--classic[dir="rtl"]
878
+ .select2-selection--single
879
+ .select2-selection__clear {
880
+ float: left;
881
+ }
882
+ .select2-container--classic[dir="rtl"]
883
+ .select2-selection--single
884
+ .select2-selection__arrow {
885
+ border: none;
886
+ border-right: 1px solid #aaa;
887
+ border-radius: 0;
888
+ border-top-left-radius: 4px;
889
+ border-bottom-left-radius: 4px;
890
+ left: 1px;
891
+ right: auto;
892
+ }
893
+ .select2-container--classic.select2-container--open .select2-selection--single {
894
+ border: 1px solid #5897fb;
895
+ }
896
+ .select2-container--classic.select2-container--open
897
+ .select2-selection--single
898
+ .select2-selection__arrow {
899
+ background: transparent;
900
+ border: none;
901
+ }
902
+ .select2-container--classic.select2-container--open
903
+ .select2-selection--single
904
+ .select2-selection__arrow
905
+ b {
906
+ border-color: transparent transparent #888 transparent;
907
+ border-width: 0 4px 5px 4px;
908
+ }
909
+ .select2-container--classic.select2-container--open.select2-container--above
910
+ .select2-selection--single {
911
+ border-top: none;
912
+ border-top-left-radius: 0;
913
+ border-top-right-radius: 0;
914
+ background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
915
+ background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
916
+ background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
917
+ background-repeat: repeat-x;
918
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
919
+ }
920
+ .select2-container--classic.select2-container--open.select2-container--below
921
+ .select2-selection--single {
922
+ border-bottom: none;
923
+ border-bottom-left-radius: 0;
924
+ border-bottom-right-radius: 0;
925
+ background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
926
+ background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
927
+ background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
928
+ background-repeat: repeat-x;
929
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
930
+ }
931
+ .select2-container--classic .select2-selection--multiple {
932
+ background-color: white;
933
+ border: 1px solid #aaa;
934
+ border-radius: 4px;
935
+ cursor: text;
936
+ outline: 0;
937
+ }
938
+ .select2-container--classic .select2-selection--multiple:focus {
939
+ border: 1px solid #5897fb;
940
+ }
941
+ .select2-container--classic
942
+ .select2-selection--multiple
943
+ .select2-selection__rendered {
944
+ list-style: none;
945
+ margin: 0;
946
+ padding: 0 5px;
947
+ }
948
+ .select2-container--classic
949
+ .select2-selection--multiple
950
+ .select2-selection__clear {
951
+ display: none;
952
+ }
953
+ .select2-container--classic
954
+ .select2-selection--multiple
955
+ .select2-selection__choice {
956
+ background-color: #e4e4e4;
957
+ border: 1px solid #aaa;
958
+ border-radius: 4px;
959
+ cursor: default;
960
+ float: left;
961
+ margin-right: 5px;
962
+ margin-top: 5px;
963
+ padding: 0 5px;
964
+ }
965
+ .select2-container--classic
966
+ .select2-selection--multiple
967
+ .select2-selection__choice__remove {
968
+ color: #888;
969
+ cursor: pointer;
970
+ display: inline-block;
971
+ font-weight: bold;
972
+ margin-right: 2px;
973
+ }
974
+ .select2-container--classic
975
+ .select2-selection--multiple
976
+ .select2-selection__choice__remove:hover {
977
+ color: #555;
978
+ }
979
+ .select2-container--classic[dir="rtl"]
980
+ .select2-selection--multiple
981
+ .select2-selection__choice {
982
+ float: right;
983
+ margin-left: 5px;
984
+ margin-right: auto;
985
+ }
986
+ .select2-container--classic[dir="rtl"]
987
+ .select2-selection--multiple
988
+ .select2-selection__choice__remove {
989
+ margin-left: 2px;
990
+ margin-right: auto;
991
+ }
992
+ .select2-container--classic.select2-container--open
993
+ .select2-selection--multiple {
994
+ border: 1px solid #5897fb;
995
+ }
996
+ .select2-container--classic.select2-container--open.select2-container--above
997
+ .select2-selection--multiple {
998
+ border-top: none;
999
+ border-top-left-radius: 0;
1000
+ border-top-right-radius: 0;
1001
+ }
1002
+ .select2-container--classic.select2-container--open.select2-container--below
1003
+ .select2-selection--multiple {
1004
+ border-bottom: none;
1005
+ border-bottom-left-radius: 0;
1006
+ border-bottom-right-radius: 0;
1007
+ }
1008
+ .select2-container--classic .select2-search--dropdown .select2-search__field {
1009
+ border: 1px solid #aaa;
1010
+ outline: 0;
1011
+ }
1012
+ .select2-container--classic .select2-search--inline .select2-search__field {
1013
+ outline: 0;
1014
+ box-shadow: none;
1015
+ }
1016
+ .select2-container--classic .select2-dropdown {
1017
+ background-color: #fff;
1018
+ border: 1px solid transparent;
1019
+ }
1020
+ .select2-container--classic .select2-dropdown--above {
1021
+ border-bottom: none;
1022
+ }
1023
+ .select2-container--classic .select2-dropdown--below {
1024
+ border-top: none;
1025
+ }
1026
+ .select2-container--classic .select2-results > .select2-results__options {
1027
+ max-height: 200px;
1028
+ overflow-y: auto;
1029
+ }
1030
+ .select2-container--classic .select2-results__option[role="group"] {
1031
+ padding: 0;
1032
+ }
1033
+ .select2-container--classic .select2-results__option[aria-disabled="true"] {
1034
+ color: grey;
1035
+ }
1036
+ .select2-container--classic
1037
+ .select2-results__option--highlighted[aria-selected] {
1038
+ background-color: #3875d7;
1039
+ color: #fff;
1040
+ }
1041
+ .select2-container--classic .select2-results__group {
1042
+ cursor: default;
1043
+ display: block;
1044
+ padding: 6px;
1045
+ }
1046
+ .select2-container--classic.select2-container--open .select2-dropdown {
1047
+ border-color: #5897fb;
1048
+ }
1049
+ .views-align-left {
1050
+ text-align: left;
1051
+ }
1052
+ .views-align-right {
1053
+ text-align: right;
1054
+ }
1055
+ .views-align-center {
1056
+ text-align: center;
1057
+ }
1058
+ .views-view-grid .views-col {
1059
+ float: left;
1060
+ }
1061
+ .views-view-grid .views-row {
1062
+ float: left;
1063
+ clear: both;
1064
+ width: 100%;
1065
+ }
1066
+ .views-display-link + .views-display-link {
1067
+ margin-left: 0.5em;
1068
+ }
1069
+ .antibot-message {
1070
+ border: 1px solid;
1071
+ border-width: 1px 1px 1px 0;
1072
+ border-radius: 2px;
1073
+ padding: 15px;
1074
+ word-wrap: break-word;
1075
+ overflow-wrap: break-word;
1076
+ margin: 9px 0 10px 8px;
1077
+ }
1078
+ .antibot-message-warning {
1079
+ background-color: #fdf8ed;
1080
+ border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
1081
+ color: #734c00;
1082
+ box-shadow: -8px 0 0 #e09600;
1083
+ }
1084
+ .antibot-message-error {
1085
+ background-color: #fcf4f2;
1086
+ color: #a51b00;
1087
+ border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
1088
+ box-shadow: -8px 0 0 #e62600;
1089
+ }
1090
+ #sliding-popup {
1091
+ background: url(/assets/core/misc/gradient.png)
1092
+ center center scroll repeat-y transparent;
1093
+ }
1094
+ .sliding-popup-bottom,
1095
+ .sliding-popup-top {
1096
+ margin: 0;
1097
+ padding: 0;
1098
+ width: 100%;
1099
+ z-index: 99999;
1100
+ left: 0;
1101
+ text-align: center;
1102
+ }
1103
+ .sliding-popup-bottom {
1104
+ position: fixed;
1105
+ }
1106
+ .sliding-popup-top {
1107
+ position: relative;
1108
+ }
1109
+ .eu-cookie-compliance-content {
1110
+ margin: 0 auto;
1111
+ max-width: 80%;
1112
+ display: inline-block;
1113
+ text-align: left;
1114
+ width: 100%;
1115
+ position: relative;
1116
+ }
1117
+ .eu-cookie-compliance-buttons {
1118
+ float: right;
1119
+ margin: 0 0 1em 0;
1120
+ max-width: 40%;
1121
+ }
1122
+ .eu-cookie-compliance-categories-buttons {
1123
+ margin: 0 0 1em 0;
1124
+ max-width: 60%;
1125
+ float: left;
1126
+ }
1127
+ [dir="rtl"] .eu-cookie-compliance-buttons {
1128
+ float: left;
1129
+ }
1130
+ [dir="rtl"] .eu-cookie-compliance-categories-buttons {
1131
+ float: right;
1132
+ }
1133
+ .eu-cookie-compliance-more-button {
1134
+ cursor: pointer;
1135
+ display: inline;
1136
+ height: auto;
1137
+ margin: 0;
1138
+ padding: 0;
1139
+ border: none;
1140
+ text-decoration: underline;
1141
+ background: none;
1142
+ }
1143
+ .eu-cookie-compliance-secondary-button {
1144
+ cursor: pointer;
1145
+ border: none;
1146
+ background: none;
1147
+ margin-top: 1em;
1148
+ padding: 0 8px;
1149
+ vertical-align: middle;
1150
+ }
1151
+ .disagree-button.eu-cookie-compliance-more-button,
1152
+ .eu-cookie-compliance-agree-button,
1153
+ .eu-cookie-compliance-default-button,
1154
+ .eu-cookie-compliance-hide-button,
1155
+ .eu-cookie-compliance-more-button-thank-you,
1156
+ .eu-cookie-withdraw-button,
1157
+ .eu-cookie-compliance-save-preferences-button {
1158
+ cursor: pointer;
1159
+ margin-right: 5px;
1160
+ margin-top: 1em;
1161
+ vertical-align: middle;
1162
+ overflow: visible;
1163
+ width: auto;
1164
+ -moz-box-shadow: inset 0 1px 0 0 #ffffff;
1165
+ -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
1166
+ box-shadow: inset 0 1px 0 0 #ffffff;
1167
+ background-color: #ededed;
1168
+ background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
1169
+ background-image: -webkit-gradient(
1170
+ linear,
1171
+ left top,
1172
+ left bottom,
1173
+ color-stop(5%, #ededed),
1174
+ color-stop(100%, #dfdfdf)
1175
+ );
1176
+ background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
1177
+ background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
1178
+ background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
1179
+ background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
1180
+ -moz-border-radius: 6px;
1181
+ -webkit-border-radius: 6px;
1182
+ border-radius: 6px;
1183
+ border: 1px solid #dcdcdc;
1184
+ color: #000;
1185
+ font-family: Arial, sans-serif;
1186
+ font-weight: bold;
1187
+ padding: 4px 8px;
1188
+ text-decoration: none;
1189
+ text-shadow: 1px 1px 0 #ffffff;
1190
+ }
1191
+ [dir="rtl"] .eu-cookie-compliance-buttons button {
1192
+ -moz-box-shadow: inset 0 0 0 1px #ffffff;
1193
+ -webkit-box-shadow: inset 0 0 0 1px #ffffff;
1194
+ box-shadow: inset 0 0 0 1px #ffffff;
1195
+ }
1196
+ .disagree-button.eu-cookie-compliance-more-button:hover,
1197
+ .eu-cookie-compliance-agree-button:hover,
1198
+ .eu-cookie-compliance-default-button:hover,
1199
+ .eu-cookie-compliance-hide-button:hover,
1200
+ .eu-cookie-compliance-more-button-thank-you:hover,
1201
+ .eu-cookie-withdraw-button:hover {
1202
+ background-color: #dfdfdf;
1203
+ background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
1204
+ background-image: -webkit-gradient(
1205
+ linear,
1206
+ left top,
1207
+ left bottom,
1208
+ color-stop(5%, #dfdfdf),
1209
+ color-stop(100%, #ededed)
1210
+ );
1211
+ background-image: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
1212
+ background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
1213
+ background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
1214
+ background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
1215
+ }
1216
+ .disagree-button.eu-cookie-compliance-more-button:active,
1217
+ .eu-cookie-compliance-agree-button:active,
1218
+ .eu-cookie-compliance-default-button:active,
1219
+ .eu-cookie-compliance-hide-button:active,
1220
+ .eu-cookie-compliance-more-button-thank-you:active,
1221
+ .eu-cookie-withdraw-button:active {
1222
+ position: relative;
1223
+ top: 1px;
1224
+ }
1225
+ .eu-cookie-compliance-message {
1226
+ float: left;
1227
+ margin: 5px 0 0;
1228
+ max-width: 60%;
1229
+ }
1230
+ .eu-cookie-compliance-banner--categories .eu-cookie-compliance-message {
1231
+ max-width: 100%;
1232
+ }
1233
+ .eu-cookie-compliance-categories {
1234
+ clear: both;
1235
+ padding-top: 1em;
1236
+ }
1237
+ .eu-cookie-compliance-categories label {
1238
+ display: inline;
1239
+ }
1240
+ [dir="rtl"] .eu-cookie-compliance-message {
1241
+ float: right;
1242
+ text-align: right;
1243
+ }
1244
+ .eu-cookie-compliance-message h1,
1245
+ .eu-cookie-compliance-message h2,
1246
+ .eu-cookie-compliance-message h3,
1247
+ .eu-cookie-compliance-message p {
1248
+ font-weight: bold;
1249
+ line-height: 1.4;
1250
+ margin: 0 0 5px 0;
1251
+ }
1252
+ .eu-cookie-compliance-message h1,
1253
+ .eu-cookie-compliance-message h2,
1254
+ .eu-cookie-compliance-message h3,
1255
+ .eu-cookie-compliance-message p,
1256
+ .eu-cookie-compliance-message button,
1257
+ .eu-cookie-compliance-category label {
1258
+ color: #fff;
1259
+ }
1260
+ .eu-cookie-compliance-message h1 {
1261
+ font-size: 24px;
1262
+ }
1263
+ .eu-cookie-compliance-message h2 {
1264
+ font-size: 16px;
1265
+ }
1266
+ .eu-cookie-compliance-message h3 {
1267
+ font-size: 12px;
1268
+ }
1269
+ .eu-cookie-compliance-message p {
1270
+ font-size: 12px;
1271
+ display: inline;
1272
+ }
1273
+ .eu-cookie-withdraw-tab {
1274
+ padding: 4px 7px;
1275
+ cursor: pointer;
1276
+ }
1277
+ .sliding-popup-bottom .eu-cookie-withdraw-tab {
1278
+ border-width: 2px 2px 0;
1279
+ border-radius: 5px 5px 0 0;
1280
+ }
1281
+ .sliding-popup-top .eu-cookie-withdraw-tab {
1282
+ border-width: 0 2px 2px;
1283
+ border-radius: 0 0 5px 5px;
1284
+ }
1285
+ .eu-cookie-withdraw-wrapper.sliding-popup-top,
1286
+ .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
1287
+ transform: scaleY(-1);
1288
+ }
1289
+ .eu-cookie-withdraw-tab {
1290
+ position: absolute;
1291
+ top: 0;
1292
+ transform: translate(-50%, -100%);
1293
+ left: 50%;
1294
+ }
1295
+ .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
1296
+ transform: translate(-50%, -100%) scaleY(-1);
1297
+ }
1298
+ .eu-cookie-compliance-close-button {
1299
+ background: url(/assets/core/misc/close.png);
1300
+ width: 24px;
1301
+ height: 24px;
1302
+ border-width: 0;
1303
+ font-size: 0px;
1304
+ position: absolute;
1305
+ right: 2px;
1306
+ top: -12px;
1307
+ cursor: pointer;
1308
+ }
1309
+ body:not(.eu-cookie-compliance-popup-open) .eu-cookie-compliance-close-button {
1310
+ display: none;
1311
+ }
1312
+ @media screen and (max-width: 600px) {
1313
+ .eu-cookie-compliance-content {
1314
+ max-width: 95%;
1315
+ }
1316
+ .eu-cookie-compliance-categories,
1317
+ .eu-cookie-compliance-message {
1318
+ max-width: 100%;
1319
+ }
1320
+ .eu-cookie-compliance-buttons {
1321
+ clear: both;
1322
+ float: none;
1323
+ max-width: 100%;
1324
+ margin: 5px 0 1em;
1325
+ }
1326
+ .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
1327
+ float: right;
1328
+ margin-top: -56px;
1329
+ }
1330
+ .eu-cookie-compliance-banner--categories .eu-cookie-compliance-buttons {
1331
+ position: initial;
1332
+ bottom: unset;
1333
+ right: unset;
1334
+ }
1335
+ }
1336
+ #vlizimisfploading {
1337
+ position: fixed;
1338
+ top: 0;
1339
+ left: 0;
1340
+ width: 100%;
1341
+ height: 100%;
1342
+ background-color: rgba(255, 255, 255, 0.9);
1343
+ z-index: 149;
1344
+ }
1345
+ #vlizimisfploading .contentloading {
1346
+ position: fixed;
1347
+ top: 50%;
1348
+ left: 50%;
1349
+ }
1350
+ #vlizimisfp a:not(.button) {
1351
+ color: #0e97c4;
1352
+ }
1353
+ #vlizimisfp .fullpagesearch {
1354
+ }
1355
+ @keyframes fadeOut {
1356
+ 0% {
1357
+ opacity: 0.9;
1358
+ }
1359
+ 100% {
1360
+ opacity: 0;
1361
+ }
1362
+ }
1363
+ @-moz-keyframes fadeOut {
1364
+ 0% {
1365
+ opacity: 0.9;
1366
+ }
1367
+ 100% {
1368
+ opacity: 0;
1369
+ }
1370
+ }
1371
+ @-webkit-keyframes fadeOut {
1372
+ 0% {
1373
+ opacity: 0.9;
1374
+ }
1375
+ 100% {
1376
+ opacity: 0;
1377
+ }
1378
+ }
1379
+ @-o-keyframes fadeOut {
1380
+ 0% {
1381
+ opacity: 0.9;
1382
+ }
1383
+ 100% {
1384
+ opacity: 0;
1385
+ }
1386
+ }
1387
+ @-ms-keyframes fadeOut {
1388
+ 0% {
1389
+ opacity: 0.9;
1390
+ }
1391
+ 100% {
1392
+ opacity: 0;
1393
+ }
1394
+ }
1395
+ #vlizimisfp .imistop .imis-filters {
1396
+ display: block;
1397
+ vertical-align: top;
1398
+ width: 100%;
1399
+ margin-bottom: 21px;
1400
+ }
1401
+ #vlizimisfp .imistop .imis-filters form {
1402
+ padding: 15px;
1403
+ }
1404
+ #vlizimisfp .imistop .imis-filters label {
1405
+ margin: 0px 0px 2px 0px;
1406
+ break-after: page;
1407
+ }
1408
+ #vlizimisfp .imistop .imis-filters .imisform-item {
1409
+ display: inline-block;
1410
+ margin-right: 14px;
1411
+ margin-bottom: 14px;
1412
+ vertical-align: top;
1413
+ min-height: 58px;
1414
+ }
1415
+ #vlizimisfp .imistop .imis-filters .imisform-item.frmbuttons {
1416
+ vertical-align: top;
1417
+ height: auto;
1418
+ }
1419
+ #vlizimisfp .imistop .imis-filters .imisform-item > label::after,
1420
+ #vlizimisfp .imistop .imis-filters .imisform-item.frmbuttons::before,
1421
+ #vlizimisfp .imistop .imis-filters .imisform-item #optionYear > label::after {
1422
+ content: "\A";
1423
+ white-space: pre;
1424
+ }
1425
+ #vlizimisfp .imisleft .imis-pagination {
1426
+ display: flex;
1427
+ justify-content: center;
1428
+ }
1429
+ #vlizimisfp .flexleft {
1430
+ display: flex;
1431
+ flex-wrap: wrap;
1432
+ flex-direction: row;
1433
+ justify-content: space-between;
1434
+ }
1435
+ #vlizimisfp .flexleft .imis-filters {
1436
+ flex-basis: 25%;
1437
+ overflow-y: auto;
1438
+ max-height: 100%;
1439
+ min-width: 300px;
1440
+ flex-grow: 1;
1441
+ padding: 2% 2% 2% 0;
1442
+ box-sizing: border-box;
1443
+ }
1444
+ #vlizimisfp .fpright {
1445
+ flex-basis: 69%;
1446
+ }
1447
+ #vlizimisfp .flexleft .imis-filters .imisform-item {
1448
+ display: block;
1449
+ width: 100%;
1450
+ margin-bottom: 21px;
1451
+ padding-bottom: 21px;
1452
+ }
1453
+ #vlizimisfp .flexlef1t .imis-filters .imisform-item label {
1454
+ line-height: 1rem;
1455
+ }
1456
+ #vlizimisfp .flexleft .imis-filters .checkbox,
1457
+ #vlizimisfp .flexleft .imis-filters .radio {
1458
+ display: table;
1459
+ margin-bottom: 7px;
1460
+ }
1461
+ #vlizimisfp .flexleft .imis-filters .checkbox input,
1462
+ #vlizimisfp .flexleft .imis-filters .checkbox label:not(.mainlbl),
1463
+ #vlizimisfp .flexleft .imis-filters .radio input,
1464
+ #vlizimisfp .flexleft .imis-filters .radio label:not(.mainlbl) {
1465
+ display: table-cell;
1466
+ width: 100%;
1467
+ padding-left: 7px;
1468
+ vertical-align: inherit;
1469
+ }
1470
+ #vlizimisfp .flexleft .imis-filters .mainlbl {
1471
+ }
1472
+ #vlizimisfp .flexleft .imisform-item.keyoptionYear {
1473
+ border-bottom: 0px !important;
1474
+ margin-bottom: 0px !important;
1475
+ padding-bottom: 0px !important;
1476
+ }
1477
+ #vlizimisfp .flexleft label.empty {
1478
+ display: none;
1479
+ }
1480
+ #vlizimisfp .flexleft label {
1481
+ margin-bottom: 7px;
1482
+ display: block;
1483
+ }
1484
+ #vlizimisfp .flexleft .hidden {
1485
+ visibility: hidden;
1486
+ height: 0px;
1487
+ }
1488
+ #vlizimisfp .flexleft .frmbuttonsandcntr {
1489
+ margin-bottom: 0px;
1490
+ z-index: 149;
1491
+ text-align: right;
1492
+ display: block;
1493
+ }
1494
+ #vlizimisfphamburgeropen {
1495
+ position: fixed;
1496
+ top: 14px;
1497
+ left: 0px;
1498
+ width: 77px;
1499
+ height: 77px;
1500
+ display: block !important;
1501
+ z-index: 100;
1502
+ }
1503
+ #vlizimisfphamburgerclose {
1504
+ display: block;
1505
+ width: 77px;
1506
+ height: 77px;
1507
+ position: absolute;
1508
+ right: 0px;
1509
+ top: 14px;
1510
+ color: black;
1511
+ }
1512
+ #vlizimisfphamburgeropen svg,
1513
+ #vlizimisfphamburgerclose svg {
1514
+ width: 77px;
1515
+ height: auto;
1516
+ cursor: pointer;
1517
+ }
1518
+ #vlizimisfp .flexhamburger .imis-filters:not(.open) {
1519
+ display: none;
1520
+ left: -500px;
1521
+ }
1522
+ #vlizimisfp .flexhamburger .imis-filters.open {
1523
+ position: absolute;
1524
+ min-height: 100vh;
1525
+ display: block;
1526
+ background: #f1f1f1;
1527
+ z-index: 100;
1528
+ top: 0;
1529
+ left: 0;
1530
+ padding: 2rem;
1531
+ box-shadow: 3px 3px 9px #000;
1532
+ -webkit-animation: hamburgerslide 0.5s forwards;
1533
+ -webkit-animation-delay: 2s;
1534
+ animation: hamburgerslide 0.5s forwards;
1535
+ animation-delay: 2s;
1536
+ }
1537
+ @-webkit-keyframes hamburgerslide {
1538
+ 100% {
1539
+ left: 0;
1540
+ }
1541
+ }
1542
+ @keyframes hamburgerslide {
1543
+ 100% {
1544
+ left: 0;
1545
+ }
1546
+ }
1547
+ #vlizimisfp .flexhamburger .frmbuttonsandcntr {
1548
+ display: block;
1549
+ }
1550
+ #vlizimisfp.imistvdisplay .imis-counter.top,
1551
+ #vlizimisfp.imistvdisplay .imis-filters,
1552
+ #vlizimisfp.imistvdisplay .sort-row {
1553
+ display: none;
1554
+ }
1555
+ #vlizimisfp .activefilters.hidden {
1556
+ display: none;
1557
+ }
1558
+ #vlizimisfp .activefilters h2 {
1559
+ padding: 14px 0;
1560
+ }
1561
+ #vlizimisfp .activefilters {
1562
+ padding: 7px;
1563
+ border-bottom: 1px solid #ddd;
1564
+ margin-bottom: 21px;
1565
+ width: 100%;
1566
+ display: block;
1567
+ padding-bottom: 21px;
1568
+ }
1569
+ #vlizimisfp .removefilter {
1570
+ display: table;
1571
+ }
1572
+ #vlizimisfp .removefilter:hover {
1573
+ cursor: pointer;
1574
+ text-decoration: line-through;
1575
+ }
1576
+ #vlizimisfp .removefilter * {
1577
+ display: table-cell;
1578
+ padding-left: 7px;
1579
+ }
1580
+ #vlizimisfp .removefilter .x {
1581
+ padding-right: 7px;
1582
+ }
1583
+ #vlizimisfp .imis-counter {
1584
+ margin-bottom: 21px;
1585
+ }
1586
+ #vlizimisfp .imistop .imis-counter.top {
1587
+ display: none;
1588
+ }
1589
+ #vlizimisfp .imis-filters .cnt {
1590
+ font-size: 0.7rem;
1591
+ color: #777;
1592
+ white-space: nowrap;
1593
+ }
1594
+ #vlizimisfp .imis-content .ajaxloader {
1595
+ margin: 21px auto;
1596
+ display: block;
1597
+ }
1598
+ #vlizimisfp .imis-content {
1599
+ display: inline-block;
1600
+ width: 100%;
1601
+ }
1602
+ #vlizimisfp .flexleft .imis-content {
1603
+ flex-basis: 70%;
1604
+ width: auto;
1605
+ flex-grow: 1;
1606
+ padding: 2%;
1607
+ box-sizing: border-box;
1608
+ z-index: 2;
1609
+ background-color: #fff;
1610
+ }
1611
+ #vlizimisfp .imis-content .item-list {
1612
+ margin-left: 350px;
1613
+ }
1614
+ #vlizimisfp .imis-content .imis-row {
1615
+ background-color: #f1f1f1;
1616
+ margin-bottom: 15px;
1617
+ width: 100%;
1618
+ display: inline-block;
1619
+ padding: 1%;
1620
+ }
1621
+ #vlizimisfp .imis-content .imis-row .imis-left {
1622
+ float: left;
1623
+ }
1624
+ #vlizimisfp .imis-content .imis-row .imis-right {
1625
+ padding: 14px;
1626
+ display: block;
1627
+ }
1628
+ #vlizimisfp .imis-content .imis-rr {
1629
+ padding: 14px 7px;
1630
+ display: block;
1631
+ }
1632
+ #vlizimisfp .imis-content .imis-row .imis-left img {
1633
+ padding: 14px;
1634
+ }
1635
+ #vlizimisfp .imis-content .imis-row h3 {
1636
+ margin-top: 0px;
1637
+ }
1638
+ #vlizimisfp .imis-row p {
1639
+ margin: 0 0 7px 0;
1640
+ }
1641
+ #vlizimisfp .imis-content .imis-rowspan {
1642
+ display: block;
1643
+ overflow: hidden;
1644
+ }
1645
+ #vlizimisfp .imis-content .imis-row .button {
1646
+ margin-right: 7px;
1647
+ -moz-user-select: none;
1648
+ -khtml-user-select: none;
1649
+ -webkit-user-select: none;
1650
+ -ms-user-select: none;
1651
+ user-select: none;
1652
+ }
1653
+ #vlizimisfp .imis-content .imis-row .buttons {
1654
+ margin: 7px 0 0 0;
1655
+ }
1656
+ #vlizimisfp .imis-content .fontawesome {
1657
+ margin-right: 3px;
1658
+ }
1659
+ #vlizimisfp .imis-content .button.download img,
1660
+ #vlizimisfp .imis-content .button.rss img {
1661
+ height: 25px;
1662
+ display: table-cell;
1663
+ vertical-align: middle;
1664
+ }
1665
+ #vlizimisfp .imis-content .floatright {
1666
+ float: right;
1667
+ }
1668
+ #vlizimisfp .imis-authors::before {
1669
+ background-image: url(/assets/core/misc/person.svg);
1670
+ }
1671
+ #vlizimisfp .imis-pubdate::before {
1672
+ background-image: url(/assets/core/misc/calendar.svg);
1673
+ }
1674
+ #vlizimisfp .imis-authors::before,
1675
+ #vlizimisfp .imis-pubdate::before {
1676
+ background-size: cover;
1677
+ height: 30px;
1678
+ padding: 0;
1679
+ width: 30px;
1680
+ display: block;
1681
+ content: " ";
1682
+ float: left;
1683
+ background-repeat: no-repeat;
1684
+ background-position: left center;
1685
+ }
1686
+ #vlizimisfp .contrast .imis-filters,
1687
+ #vlizimisfp .contrast .imis-content .imis-row {
1688
+ background-color: #000000;
1689
+ color: #ffffff;
1690
+ }
1691
+ #vlizimisfp .select23 {
1692
+ background-color: white;
1693
+ border: 1px solid #aaa;
1694
+ border-radius: 4px;
1695
+ min-height: 32px;
1696
+ padding: 0px 5px !important;
1697
+ color: #000;
1698
+ }
1699
+ #vlizimisfp .form-checkbox {
1700
+ min-height: unset;
1701
+ align-self: baseline;
1702
+ width: 14px !important;
1703
+ }
1704
+ #vlizimisfp .select23 li:before {
1705
+ content: none !important;
1706
+ }
1707
+ #vlizimisfp .select23 li {
1708
+ padding-left: 0px !important;
1709
+ text-indent: 0px !important;
1710
+ }
1711
+ #vlizimisfp .button {
1712
+ min-width: auto;
1713
+ text-align: center;
1714
+ min-height: 32px;
1715
+ border-radius: 4px;
1716
+ line-height: 32px;
1717
+ vertical-align: bottom;
1718
+ -moz-user-select: none;
1719
+ -khtml-user-select: none;
1720
+ -webkit-user-select: none;
1721
+ -ms-user-select: none;
1722
+ user-select: none;
1723
+ }
1724
+ #vlizimisfp .openaccess {
1725
+ display: inline;
1726
+ vertical-align: baseline;
1727
+ }
1728
+ #vlizimisfp .openaccess.button {
1729
+ min-width: auto;
1730
+ text-align: center;
1731
+ vertical-align: middle;
1732
+ border-radius: 4px;
1733
+ padding: 2px 7px;
1734
+ -moz-user-select: none;
1735
+ -khtml-user-select: none;
1736
+ -webkit-user-select: none;
1737
+ -ms-user-select: none;
1738
+ user-select: none;
1739
+ }
1740
+ #vlizimisfp a.select23.button {
1741
+ display: inline-block;
1742
+ line-height: 32px;
1743
+ }
1744
+ #vlizimisfp .select23.button.small {
1745
+ min-width: auto;
1746
+ text-align: center;
1747
+ vertical-align: middle;
1748
+ min-height: 15px;
1749
+ border-radius: 4px;
1750
+ -moz-user-select: none;
1751
+ -khtml-user-select: none;
1752
+ -webkit-user-select: none;
1753
+ -ms-user-select: none;
1754
+ user-select: none;
1755
+ }
1756
+ #vlizimisfp a.select23.button.small {
1757
+ display: inline-block;
1758
+ line-height: 15px;
1759
+ -moz-user-select: none;
1760
+ -khtml-user-select: none;
1761
+ -webkit-user-select: none;
1762
+ -ms-user-select: none;
1763
+ user-select: none;
1764
+ }
1765
+ #vlizimisfp
1766
+ .select2-container--default
1767
+ .select2-selection--multiple
1768
+ .select2-selection__rendered
1769
+ li {
1770
+ list-style: none;
1771
+ color: #000;
1772
+ }
1773
+ #vlizimisfp .select2-container {
1774
+ width: auto !important;
1775
+ }
1776
+ #vlizimisfp .select2-container--default .select2-selection--single {
1777
+ min-height: 34px;
1778
+ }
1779
+ #vlizimisfp .imis-filters .select2-selection--multiple,
1780
+ #vlizimisfp .imis-filters .select2-selection--single {
1781
+ min-width: 262px;
1782
+ }
1783
+ #vlizimisfp
1784
+ .select2-container--default
1785
+ .select2-results__option--highlighted[aria-selected] {
1786
+ background-color: #354d9b;
1787
+ }
1788
+ #vlizimisfp .select2-results__option {
1789
+ font-weight: initial;
1790
+ }
1791
+ #vlizimisfp .slick {
1792
+ background: #444;
1793
+ padding: 21px;
1794
+ margin-bottom: 21px;
1795
+ }
1796
+ #vlizimisfp .slick-prev,
1797
+ #vlizimisfp .slick-next {
1798
+ font-size: 0;
1799
+ line-height: 0;
1800
+ position: absolute;
1801
+ top: 50%;
1802
+ width: 35px;
1803
+ height: 35px;
1804
+ padding: 0;
1805
+ -webkit-transform: translate(0, -50%);
1806
+ -ms-transform: translate(0, -50%);
1807
+ transform: translate(0, -50%);
1808
+ cursor: pointer;
1809
+ color: transparent;
1810
+ border: none;
1811
+ outline: none;
1812
+ background: transparent;
1813
+ z-index: 9999999999999999999;
1814
+ }
1815
+ #vlizimisfp .slick-next {
1816
+ right: -35px;
1817
+ }
1818
+ #vlizimisfp .slick-prev {
1819
+ left: -35px;
1820
+ }
1821
+ #vlizimisfp .slick-prev::before,
1822
+ #vlizimisfp .slick-next::before {
1823
+ font-family: "slick";
1824
+ font-size: 35px;
1825
+ line-height: 1;
1826
+ opacity: 0.75;
1827
+ color: #ff7f00;
1828
+ -webkit-font-smoothing: antialiased;
1829
+ -moz-osx-font-smoothing: grayscale;
1830
+ }
1831
+ #vlizimisfp .slick a,
1832
+ #vlizimisfp .slick h3 {
1833
+ color: #fff;
1834
+ }
1835
+ #vlizimisfp .slick .imiscover {
1836
+ float: left;
1837
+ max-width: 130px;
1838
+ }
1839
+ #vlizimisfp .slick .imisRR {
1840
+ margin-left: 130px;
1841
+ }
1842
+ #vlizimisfp .slick a {
1843
+ overflow: hidden;
1844
+ display: block;
1845
+ }
1846
+ #vlizimisfp #imisfilterpageform .container:not(.subcontainer) {
1847
+ padding: 2% 0;
1848
+ display: block;
1849
+ }
1850
+ #vlizimisfp .showhidecontainers {
1851
+ padding: 3px 0px 3px 4px;
1852
+ font-size: 0.7rem;
1853
+ font-weight: bold;
1854
+ }
1855
+ #vlizimisfp .showhidecontainers:hover {
1856
+ text-decoration: underline;
1857
+ cursor: pointer;
1858
+ color: #d7b1b1;
1859
+ }
1860
+ #vlizimisfp .cascadeitem {
1861
+ position: relative;
1862
+ width: 100%;
1863
+ }
1864
+ #vlizimisfp .cascadeitem:not(.hidden),
1865
+ #vlizimisfp .cascadeitem *:not(.hidden):not(br) {
1866
+ display: inline-block;
1867
+ }
1868
+ #vlizimisfp .cascadeitem:nth-child(2n + 1) {
1869
+ }
1870
+ #vlizimisfp .imis-filters.simplesearch {
1871
+ flex-basis: auto !important;
1872
+ max-width: 80%;
1873
+ margin: 0 auto;
1874
+ padding: 10vh 0 25vh 0;
1875
+ }
1876
+ #vlizimisfp .imis-filters.simplesearch input,
1877
+ .imis-filters.simplesearch .button {
1878
+ box-shadow: 5px 5px 5px #888;
1879
+ }
1880
+ #vlizimisfp .imis-filters.simplesearch form {
1881
+ display: flex;
1882
+ justify-content: center;
1883
+ }
1884
+ #vlizimisfp .imis-filters.simplesearch form *:not(small) {
1885
+ line-height: 3rem;
1886
+ }
1887
+ #vlizimisfp .imis-filters.simplesearch #edit-submit-imis {
1888
+ display: block;
1889
+ }
1890
+ #vlizimisfp .imis-filters.simplesearch a.select23.button {
1891
+ display: inline-block;
1892
+ line-height: 41px;
1893
+ margin: 0;
1894
+ vertical-align: top;
1895
+ -moz-user-select: none;
1896
+ -khtml-user-select: none;
1897
+ -webkit-user-select: none;
1898
+ -ms-user-select: none;
1899
+ user-select: none;
1900
+ }
1901
+ #vlizimisfp .imis-filters.simplesearch .imisform-item {
1902
+ margin: 0 7px;
1903
+ border: none;
1904
+ width: auto;
1905
+ }
1906
+ #vlizimisfp .imis-filters .showchildren,
1907
+ #vlizimisfp .imis-filters .togglesubcontainer {
1908
+ right: 0;
1909
+ position: absolute;
1910
+ cursor: pointer;
1911
+ font-weight: bold;
1912
+ -moz-user-select: none;
1913
+ -khtml-user-select: none;
1914
+ -webkit-user-select: none;
1915
+ -ms-user-select: none;
1916
+ user-select: none;
1917
+ }
1918
+ #vlizimisfp .imis-filters .showchildren:hover,
1919
+ #vlizimisfp .imis-filters .togglesubcontainer:hover {
1920
+ color: #d7b1b1;
1921
+ }
1922
+ #vlizimisfp .imis-filters .haschildren {
1923
+ }
1924
+ #vlizimisfp .subcontainer {
1925
+ margin-left: 5%;
1926
+ width: 90%;
1927
+ border-left: 1px solid #999;
1928
+ margin-bottom: 2%;
1929
+ }
1930
+ #vlizimisfp .threehidden {
1931
+ display: none !important;
1932
+ }
1933
+ #vlizimisfp .togglesubcontainer.open:after {
1934
+ content: "-";
1935
+ }
1936
+ #vlizimisfp .togglesubcontainer.closed:after,
1937
+ #vlizimisfp .showchildren:after {
1938
+ content: "+";
1939
+ }
1940
+ #vlizimisfp br.imisform-br {
1941
+ display: block;
1942
+ height: 0px;
1943
+ line-height: 0;
1944
+ width: 100%;
1945
+ }
1946
+ #vlizimisfp .temphighlighted {
1947
+ animation: fadeIn linear 1s;
1948
+ -webkit-animation: fadeIn linear 1s;
1949
+ -moz-animation: fadeIn linear 1s;
1950
+ -o-animation: fadeIn linear 1s;
1951
+ -ms-animation: fadeIn linear 1s;
1952
+ }
1953
+ @keyframes fadeIn {
1954
+ 0% {
1955
+ opacity: 0;
1956
+ }
1957
+ 100% {
1958
+ opacity: 1;
1959
+ }
1960
+ }
1961
+ @-moz-keyframes fadeIn {
1962
+ 0% {
1963
+ opacity: 0;
1964
+ }
1965
+ 100% {
1966
+ opacity: 1;
1967
+ }
1968
+ }
1969
+ @-webkit-keyframes fadeIn {
1970
+ 0% {
1971
+ opacity: 0;
1972
+ }
1973
+ 100% {
1974
+ opacity: 1;
1975
+ }
1976
+ }
1977
+ @-o-keyframes fadeIn {
1978
+ 0% {
1979
+ opacity: 0;
1980
+ }
1981
+ 100% {
1982
+ opacity: 1;
1983
+ }
1984
+ }
1985
+ @-ms-keyframes fadeIn {
1986
+ 0% {
1987
+ opacity: 0;
1988
+ }
1989
+ 100% {
1990
+ opacity: 1;
1991
+ }
1992
+ }
1993
+ #vlizimisfp .textlabel {
1994
+ vertical-align: middle;
1995
+ display: inline !important;
1996
+ }
1997
+ #vlizimisfp .textlabel.disabled {
1998
+ }
1999
+ #vlizimisfp .scrolltoresults {
2000
+ z-index: 1;
2001
+ border-radius: 5px;
2002
+ background: #f1f1f1;
2003
+ padding: 7px;
2004
+ text-decoration: none;
2005
+ }
2006
+ #vlizimisfp #edit-submit-imis,
2007
+ #vlizimisfp #reset-submit-imis {
2008
+ cursor: pointer;
2009
+ }
2010
+ #vlizimisfp .covers {
2011
+ display: flex;
2012
+ flex-wrap: wrap;
2013
+ flex-direction: row;
2014
+ align-items: stretch;
2015
+ justify-content: space-evenly;
2016
+ margin-top: 42px;
2017
+ }
2018
+ #vlizimisfp .covers .cover {
2019
+ text-align: center;
2020
+ }
2021
+ #vlizimisfp .interactivecover:not(.open) .cover:hover {
2022
+ box-shadow: 8px 8px 8px #000;
2023
+ opacity: 0.9;
2024
+ cursor: pointer;
2025
+ }
2026
+ #vlizimisfp .interactivecover:not(.open) .details,
2027
+ #vlizimisfp .interactivecover.open .imis-displayname {
2028
+ display: none;
2029
+ }
2030
+ #vlizimisfp .interactivecover.open:not(.closed) {
2031
+ min-height: 100vh;
2032
+ width: 100vw;
2033
+ background-color: #fff;
2034
+ top: 0;
2035
+ left: 0;
2036
+ padding: 1rem;
2037
+ z-index: 1;
2038
+ }
2039
+ #vlizimisfp .interactivecover .close {
2040
+ position: absolute;
2041
+ right: 20px;
2042
+ z-index: 2;
2043
+ cursor: pointer;
2044
+ }
2045
+ #vlizimisfp .interactivecover .inner {
2046
+ position: relative;
2047
+ padding: 21px;
2048
+ margin: 21px;
2049
+ background-color: #fff;
2050
+ }
2051
+ #vlizimisfp .covers img.cover {
2052
+ background-size: 30px;
2053
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDQ4IiBoZWlnaHQ9IjQ4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM3LDQ3SDExYy0yLjIwOSwwLTQtMS43OTEtNC00VjVjMC0yLjIwOSwxLjc5MS00LDQtNGgxOC45NzMgIGMwLjAwMiwwLDAuMDA1LDAsMC4wMDcsMGgwLjAySDMwYzAuMzIsMCwwLjU5MywwLjE2MSwwLjc3NiwwLjM5NWw5LjgyOSw5LjgyOUM0MC44NCwxMS40MDcsNDEsMTEuNjgsNDEsMTJsMCwwdjAuMDIxICBjMCwwLjAwMiwwLDAuMDAzLDAsMC4wMDVWNDNDNDEsNDUuMjA5LDM5LjIwOSw0NywzNyw0N3ogTTMxLDQuMzgxVjExaDYuNjE5TDMxLDQuMzgxeiBNMzksMTNoLTljLTAuNTUzLDAtMS0wLjQ0OC0xLTFWM0gxMSAgQzkuODk2LDMsOSwzLjg5Niw5LDV2MzhjMCwxLjEwNCwwLjg5NiwyLDIsMmgyNmMxLjEwNCwwLDItMC44OTYsMi0yVjEzeiBNMzMsMzlIMTVjLTAuNTUzLDAtMS0wLjQ0Ny0xLTFjMC0wLjU1MiwwLjQ0Ny0xLDEtMWgxOCAgYzAuNTUzLDAsMSwwLjQ0OCwxLDFDMzQsMzguNTUzLDMzLjU1MywzOSwzMywzOXogTTMzLDMxSDE1Yy0wLjU1MywwLTEtMC40NDctMS0xYzAtMC41NTIsMC40NDctMSwxLTFoMThjMC41NTMsMCwxLDAuNDQ4LDEsMSAgQzM0LDMwLjU1MywzMy41NTMsMzEsMzMsMzF6IE0zMywyM0gxNWMtMC41NTMsMC0xLTAuNDQ3LTEtMWMwLTAuNTUyLDAuNDQ3LTEsMS0xaDE4YzAuNTUzLDAsMSwwLjQ0OCwxLDFDMzQsMjIuNTUzLDMzLjU1MywyMywzMywyMyAgeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
2054
+ background-repeat: no-repeat;
2055
+ background-position: center;
2056
+ }
2057
+ #vlizimisfp .publicationdetails {
2058
+ flex-basis: 75%;
2059
+ }
2060
+ #vlizimisfp .publicationdetails .contentloading {
2061
+ position: absolute;
2062
+ top: 50%;
2063
+ left: 50%;
2064
+ }
2065
+ #vlizimisfp .closed .publicationdetails,
2066
+ #vlizimisfp .monpart.open .openbutton,
2067
+ #vlizimisfp .monpart.open .initialstring,
2068
+ #vlizimisfp .monpart .pubtitle,
2069
+ #vlizimisfp .monpart .monparts {
2070
+ display: none !important;
2071
+ }
2072
+ #vlizimisfp .monpart .details {
2073
+ background: #f1f1f1;
2074
+ display: block;
2075
+ padding: 1rem 56px 1rem 1rem;
2076
+ position: relative;
2077
+ margin: 1%;
2078
+ }
2079
+ #vlizimisfp .monpart .openbutton {
2080
+ cursor: pointer;
2081
+ }
2082
+ #vlizimisfp .open .inner {
2083
+ display: flex;
2084
+ flex-wrap: wrap;
2085
+ flex-direction: row;
2086
+ align-items: stretch;
2087
+ justify-content: space-evenly;
2088
+ }
2089
+ #vlizimisfp .open .inner img {
2090
+ align-self: center;
2091
+ }
2092
+ .cb-slideshow li {
2093
+ list-style: none;
2094
+ }
2095
+ .cb-slideshow {
2096
+ margin: 0;
2097
+ padding: 0;
2098
+ }
2099
+ .cb-slideshow,
2100
+ .cb-slideshow:after {
2101
+ z-index: 0;
2102
+ }
2103
+ .cb-slideshow li {
2104
+ position: absolute;
2105
+ }
2106
+ .cb-slideshow li.active {
2107
+ position: relative;
2108
+ }
2109
+ .cb-slideshow li span {
2110
+ color: transparent;
2111
+ background-size: contain;
2112
+ background-position: 50% 50%;
2113
+ z-index: 0;
2114
+ background-repeat: no-repeat;
2115
+ display: block;
2116
+ }
2117
+ .cb-slideshow li span,
2118
+ .cb-slideshow li p {
2119
+ visibility: hidden;
2120
+ }
2121
+ .cb-slideshow .active span,
2122
+ .cb-slideshow .active p {
2123
+ visibility: visible;
2124
+ }
2125
+ hr.animated {
2126
+ width: 0;
2127
+ color: #2d57a6;
2128
+ z-index: 999999999;
2129
+ position: absolute;
2130
+ height: 0.5vh;
2131
+ background-color: #2d57a6;
2132
+ top: 0;
2133
+ margin: 0;
2134
+ }
2135
+ @keyframes growfullwidth {
2136
+ 0% {
2137
+ width: 0;
2138
+ }
2139
+ 100% {
2140
+ width: 100vw;
2141
+ }
2142
+ }
2143
+ *:not(input) {
2144
+ outline-color: transparent;
2145
+ }
2146
+ @media (prefers-color-scheme: dark) {
2147
+ .theme_claro {
2148
+ background-color: black;
2149
+ color: white;
2150
+ }
2151
+ .theme_claro * {
2152
+ background-color: black !important;
2153
+ color: wheat !important;
2154
+ }
2155
+ .theme_claro .imce-filefield-link,
2156
+ .theme_claro .button,
2157
+ .theme_claro .button--small,
2158
+ .theme_claro .button--extrasmall,
2159
+ .theme_claro .button--primary {
2160
+ border: 2px solid #f00 !important;
2161
+ }
2162
+ }
2163
+ .field-multiple-drag.tabledrag-cell.tabledrag-cell--only-drag* {
2164
+ float: left;
2165
+ }
2166
+ #block-claro-content .paragraph-type--layout-style.odd {
2167
+ background-color: #ccc;
2168
+ }
2169
+ #block-claro-content .tabledrag-cell {
2170
+ border: 1px dotted #000;
2171
+ }
2172
+ .js .paragraph-type-title {
2173
+ overflow: initial !important;
2174
+ }
2175
+ .imce-filefield-link {
2176
+ float: left;
2177
+ padding: 13px;
2178
+ background: #ccc;
2179
+ border: 1px solid #000;
2180
+ text-decoration: navajowhite;
2181
+ color: #000;
2182
+ margin-right: 7px;
2183
+ border-radius: 5px;
2184
+ }
2185
+ .imce-filefield-link::before {
2186
+ width: 0px !important;
2187
+ height: 0px !important;
2188
+ margin-right: 0px !important;
2189
+ }
2190
+ .imce-filefield-link:hover {
2191
+ background: #fff;
2192
+ }
2193
+ .imce-filefield-parent .js-form-file {
2194
+ display: none;
2195
+ }
2196
+ .layout-region--node-main .layout-region__content,
2197
+ .layout-region--node-footer .layout-region__content {
2198
+ max-width: 100% !important;
2199
+ }
2200
+ .cke_combopanel {
2201
+ width: 550px !important;
2202
+ height: 230px !important;
2203
+ }
2204
+ .ui-autocomplete {
2205
+ max-height: 300px;
2206
+ overflow: scroll;
2207
+ }
2208
+ .cke_combo_text {
2209
+ width: 210px !important;
2210
+ }
2211
+ .cke_panel_listItem * {
2212
+ font-size: 14px !important;
2213
+ }
2214
+ .layout-node-form .layout-region {
2215
+ float: none !important;
2216
+ width: 100%;
2217
+ }
2218
+ .vliziframeswapper {
2219
+ justify-content: center;
2220
+ height: 100%;
2221
+ width: 100%;
2222
+ display: flex;
2223
+ align-items: center;
2224
+ padding: 2%;
2225
+ }
2226
+ .vliziframeswapper:hover {
2227
+ background-color: #f1f1f1;
2228
+ cursor: pointer;
2229
+ }
2230
+ .vliziframeswapper.hasbgimg {
2231
+ font-size: 15px;
2232
+ line-height: 15px;
2233
+ align-items: end;
2234
+ }
2235
+ .vliziframeswapper.hasbgimg span {
2236
+ background-color: #ffffffb3;
2237
+ padding: 30px;
2238
+ }
2239
+ .vliziframeswapper.hasbgimg span:hover {
2240
+ background-color: #fff;
2241
+ }
2242
+ .vliziframeswapper:not(.hasbgimg) span::before {
2243
+ content: "";
2244
+ background: url(/assets/core/misc/privacyshield.png);
2245
+ width: 128px;
2246
+ height: 128px;
2247
+ display: block;
2248
+ margin: 0 auto;
2249
+ }
2250
+ .vliziframeswapper small {
2251
+ white-space: nowrap;
2252
+ overflow: hidden;
2253
+ text-overflow: ellipsis;
2254
+ max-width: 200px;
2255
+ display: block;
2256
+ }
2257
+ .select2-container--claro .select2-results > .select2-results__options {
2258
+ max-height: 500px !important;
2259
+ overflow-y: auto;
2260
+ }
2261
+ .agree-button,
2262
+ .decline-button,
2263
+ .eu-cookie-withdraw-button {
2264
+ border: 1px solid #000 !important;
2265
+ padding: 7px !important;
2266
+ border-radius: 8px !important;
2267
+ background-color: rgba(244, 225, 225, 0.7) !important;
2268
+ height: auto;
2269
+ min-height: auto !important;
2270
+ }
2271
+ #sliding-popup {
2272
+ background: #fff !important;
2273
+ transform: scale(0.7);
2274
+ }
2275
+ #sliding-popup * {
2276
+ background: #fff !important;
2277
+ color: #000 !important;
2278
+ }
2279
+ .eu-cookie-withdraw-tab {
2280
+ left: 80% !important;
2281
+ border: 2px solid #b8bdc0;
2282
+ }
2283
+ .eu-cookie-withdraw-tab {
2284
+ padding: 10px 7px !important;
2285
+ }
2286
+ .bglazyload {
2287
+ background-image: none !important;
2288
+ background-color: #f1f1fa;
2289
+ }
2290
+ .collapseline {
2291
+ cursor: pointer;
2292
+ }
2293
+ .collapseline::before {
2294
+ content: "- ";
2295
+ display: inline;
2296
+ }
2297
+ .collapseline.iscollapsed::before {
2298
+ content: "+ ";
2299
+ display: inline;
2300
+ }
2301
+ .collapseline:not(.none):hover {
2302
+ filter: invert(70%);
2303
+ -webkit-transition: transform 2s ease-in-out;
2304
+ }
2305
+ .collapseline.none {
2306
+ cursor: default !important;
2307
+ }
2308
+ .texttabs .texttabsHTML {
2309
+ margin: 0px;
2310
+ padding: 0px;
2311
+ }
2312
+ .texttabs .texttabsHTML li {
2313
+ border-bottom: 1px solid #dee2e6;
2314
+ color: #14629c;
2315
+ }
2316
+ .texttabs .texttabsHTML li {
2317
+ display: inline-block;
2318
+ text-decoration: none;
2319
+ list-style: none;
2320
+ padding: 0.5rem 1rem;
2321
+ cursor: pointer;
2322
+ text-transform: uppercase;
2323
+ font-size: 16px;
2324
+ border-collapse: collapse;
2325
+ }
2326
+ .texttabs .texttabsHTML li.activetab {
2327
+ color: #495057;
2328
+ background-color: #fff;
2329
+ border: 1px solid transparent;
2330
+ border-top-left-radius: 0.25rem;
2331
+ border-top-right-radius: 0.25rem;
2332
+ border-color: #dee2e6 #dee2e6 #fff;
2333
+ border-bottom: 0px solid #dee2e6;
2334
+ filter: invert(5%);
2335
+ }
2336
+ .texttabs .texttabsHTML li:not(.activetab) {
2337
+ border-left: 1px solid transparent;
2338
+ border-right: 1px solid transparent;
2339
+ border-top: 1px solid transparent;
2340
+ }
2341
+ .texttabs .texttabsHTML li:not(.activetab):hover {
2342
+ border-color: #e9ecef #e9ecef #dee2e6;
2343
+ }
2344
+ a.cke_dialog_ui_button:focus,
2345
+ a.cke_dialog_ui_button:active {
2346
+ padding: 0.25rem 1.5em !important;
2347
+ }
2348
+ .info,
2349
+ [role="contentinfo"] {
2350
+ padding: 2%;
2351
+ background-color: #fff200;
2352
+ color: #000;
2353
+ }
2354
+ .form-item.all-languages .translation-entity-all-languages {
2355
+ background: red;
2356
+ }
2357
+ .form-item-gdpr-toestemming-consent label {
2358
+ vertical-align: middle;
2359
+ max-width: 90%;
2360
+ }
2361
+ .share42init {
2362
+ z-index: 500;
2363
+ position: fixed;
2364
+ left: 14px;
2365
+ top: 35%;
2366
+ }
2367
+ .share42init a {
2368
+ width: 48px !important;
2369
+ height: 48px !important;
2370
+ background: url(/assets/core/misc/share-Fave.png) !important;
2371
+ background-position: center center !important;
2372
+ display: block !important;
2373
+ }
2374
+ .share42init a:hover {
2375
+ scale: 1.1;
2376
+ transition: linear;
2377
+ }
2378
+ .share42init a.lnkd {
2379
+ background: url(/assets/core/misc/share-LinkedIn.png) !important;
2380
+ }
2381
+ .share42init a.fb {
2382
+ background: url(/assets/core/misc/share-Facebook.png) !important;
2383
+ }
2384
+ .share42init a.gplus {
2385
+ display: none !important;
2386
+ }
2387
+ .share42init a.twi {
2388
+ background: url(/assets/core/misc/share-Twitter.png) !important;
2389
+ }
2390
+ .share42init a.mailto {
2391
+ background: url(/assets/core/misc/share-Mailto.png) !important;
2392
+ }
2393
+ .share42init a.print {
2394
+ background: url(/assets/core/misc/share-Print.png) !important;
2395
+ }
2396
+ .rsssocialbutton {
2397
+ float: left;
2398
+ height: 48px;
2399
+ width: 48px;
2400
+ display: block;
2401
+ margin: 0 7px 0 0;
2402
+ }
2403
+ .rsssocialbutton a {
2404
+ display: block;
2405
+ background: url(/assets/core/misc/share-RSS.png) !important;
2406
+ height: 48px;
2407
+ width: 48px;
2408
+ background-position: center center !important;
2409
+ z-index: 999999999999999;
2410
+ position: relative;
2411
+ }
2412
+ @media screen and (max-width: 960px) {
2413
+ footer {
2414
+ padding-bottom: 70px;
2415
+ }
2416
+ .share42init {
2417
+ position: fixed;
2418
+ left: initial;
2419
+ top: initial;
2420
+ bottom: 0;
2421
+ width: 100%;
2422
+ }
2423
+ #share42 {
2424
+ text-align: center;
2425
+ display: block;
2426
+ }
2427
+ #share42 a {
2428
+ display: inline-block !important;
2429
+ }
2430
+ }
2431
+ svg.ext {
2432
+ width: 14px;
2433
+ height: 14px;
2434
+ padding-right: 0.2em;
2435
+ fill: #727272;
2436
+ font-weight: 900;
2437
+ }
2438
+ svg.mailto {
2439
+ width: 14px;
2440
+ height: 14px;
2441
+ padding-right: 0.2em;
2442
+ fill: #727272;
2443
+ }
2444
+ svg.ext path,
2445
+ svg.mailto path {
2446
+ stroke: #727272;
2447
+ stroke-width: 3;
2448
+ }
2449
+ @media print {
2450
+ svg.ext,
2451
+ svg.mailto {
2452
+ display: none;
2453
+ padding: 0;
2454
+ }
2455
+ }
2456
+ extlink i {
2457
+ padding-left: 0.2em;
2458
+ }
2459
+ .paragraph--unpublished {
2460
+ background-color: #fff4f4;
2461
+ }