blob: d262f07cd3b4a31fb4b1832ff8785a8ba347fb03 [file] [log] [blame]
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001/*
2 * This combined file was created by the DataTables downloader builder:
3 * https://datatables.net/download
4 *
5 * To rebuild or modify this file with the latest versions of the included
6 * software please visit:
7 * https://datatables.net/download/#bs5/dt-1.13.1/r-2.4.0/sl-1.5.0
8 *
9 * Included libraries:
10 * DataTables 1.13.1, Responsive 2.4.0, Select 1.5.0
11 */
12
13@charset "UTF-8";
14table.dataTable td.dt-control {
15 text-align: center;
16 cursor: pointer;
17}
18table.dataTable td.dt-control:before {
19 height: 1em;
20 width: 1em;
21 margin-top: -9px;
22 display: inline-block;
23 color: white;
24 border: 0.15em solid white;
25 border-radius: 1em;
26 box-shadow: 0 0 0.2em #444;
27 box-sizing: content-box;
28 text-align: center;
29 text-indent: 0 !important;
30 font-family: "Courier New", Courier, monospace;
31 line-height: 1em;
32 content: "+";
33 background-color: #31b131;
34}
35table.dataTable tr.dt-hasChild td.dt-control:before {
36 content: "-";
37 background-color: #d33333;
38}
39
40table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
41table.dataTable thead > tr > td.sorting,
42table.dataTable thead > tr > td.sorting_asc,
43table.dataTable thead > tr > td.sorting_desc,
44table.dataTable thead > tr > td.sorting_asc_disabled,
45table.dataTable thead > tr > td.sorting_desc_disabled {
46 cursor: pointer;
47 position: relative;
48 padding-right: 26px;
49}
50table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
51table.dataTable thead > tr > td.sorting:before,
52table.dataTable thead > tr > td.sorting:after,
53table.dataTable thead > tr > td.sorting_asc:before,
54table.dataTable thead > tr > td.sorting_asc:after,
55table.dataTable thead > tr > td.sorting_desc:before,
56table.dataTable thead > tr > td.sorting_desc:after,
57table.dataTable thead > tr > td.sorting_asc_disabled:before,
58table.dataTable thead > tr > td.sorting_asc_disabled:after,
59table.dataTable thead > tr > td.sorting_desc_disabled:before,
60table.dataTable thead > tr > td.sorting_desc_disabled:after {
61 position: absolute;
62 display: block;
63 opacity: 0.125;
64 right: 10px;
65 line-height: 9px;
66 font-size: 0.8em;
67}
68table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
69table.dataTable thead > tr > td.sorting:before,
70table.dataTable thead > tr > td.sorting_asc:before,
71table.dataTable thead > tr > td.sorting_desc:before,
72table.dataTable thead > tr > td.sorting_asc_disabled:before,
73table.dataTable thead > tr > td.sorting_desc_disabled:before {
74 bottom: 50%;
75 content: "▲";
76}
77table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
78table.dataTable thead > tr > td.sorting:after,
79table.dataTable thead > tr > td.sorting_asc:after,
80table.dataTable thead > tr > td.sorting_desc:after,
81table.dataTable thead > tr > td.sorting_asc_disabled:after,
82table.dataTable thead > tr > td.sorting_desc_disabled:after {
83 top: 50%;
84 content: "▼";
85}
86table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
87table.dataTable thead > tr > td.sorting_asc:before,
88table.dataTable thead > tr > td.sorting_desc:after {
89 opacity: 0.6;
90}
91table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
92table.dataTable thead > tr > td.sorting_desc_disabled:after,
93table.dataTable thead > tr > td.sorting_asc_disabled:before {
94 display: none;
95}
96table.dataTable thead > tr > th:active,
97table.dataTable thead > tr > td:active {
98 outline: none;
99}
100
101div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
102div.dataTables_scrollBody table.dataTable thead > tr > td:before,
103div.dataTables_scrollBody table.dataTable thead > tr > td:after {
104 display: none;
105}
106
107div.dataTables_processing {
108 position: absolute;
109 top: 50%;
110 left: 50%;
111 width: 200px;
112 margin-left: -100px;
113 margin-top: -26px;
114 text-align: center;
115 padding: 2px;
116}
117div.dataTables_processing > div:last-child {
118 position: relative;
119 width: 80px;
120 height: 15px;
121 margin: 1em auto;
122}
123div.dataTables_processing > div:last-child > div {
124 position: absolute;
125 top: 0;
126 width: 13px;
127 height: 13px;
128 border-radius: 50%;
129 background: rgba(13, 110, 253, 0.9);
130 animation-timing-function: cubic-bezier(0, 1, 1, 0);
131}
132div.dataTables_processing > div:last-child > div:nth-child(1) {
133 left: 8px;
134 animation: datatables-loader-1 0.6s infinite;
135}
136div.dataTables_processing > div:last-child > div:nth-child(2) {
137 left: 8px;
138 animation: datatables-loader-2 0.6s infinite;
139}
140div.dataTables_processing > div:last-child > div:nth-child(3) {
141 left: 32px;
142 animation: datatables-loader-2 0.6s infinite;
143}
144div.dataTables_processing > div:last-child > div:nth-child(4) {
145 left: 56px;
146 animation: datatables-loader-3 0.6s infinite;
147}
148
149@keyframes datatables-loader-1 {
150 0% {
151 transform: scale(0);
152 }
153 100% {
154 transform: scale(1);
155 }
156}
157@keyframes datatables-loader-3 {
158 0% {
159 transform: scale(1);
160 }
161 100% {
162 transform: scale(0);
163 }
164}
165@keyframes datatables-loader-2 {
166 0% {
167 transform: translate(0, 0);
168 }
169 100% {
170 transform: translate(24px, 0);
171 }
172}
173table.dataTable.nowrap th, table.dataTable.nowrap td {
174 white-space: nowrap;
175}
176table.dataTable th.dt-left,
177table.dataTable td.dt-left {
178 text-align: left;
179}
180table.dataTable th.dt-center,
181table.dataTable td.dt-center,
182table.dataTable td.dataTables_empty {
183 text-align: center;
184}
185table.dataTable th.dt-right,
186table.dataTable td.dt-right {
187 text-align: right;
188}
189table.dataTable th.dt-justify,
190table.dataTable td.dt-justify {
191 text-align: justify;
192}
193table.dataTable th.dt-nowrap,
194table.dataTable td.dt-nowrap {
195 white-space: nowrap;
196}
197table.dataTable thead th,
198table.dataTable thead td,
199table.dataTable tfoot th,
200table.dataTable tfoot td {
201 text-align: left;
202}
203table.dataTable thead th.dt-head-left,
204table.dataTable thead td.dt-head-left,
205table.dataTable tfoot th.dt-head-left,
206table.dataTable tfoot td.dt-head-left {
207 text-align: left;
208}
209table.dataTable thead th.dt-head-center,
210table.dataTable thead td.dt-head-center,
211table.dataTable tfoot th.dt-head-center,
212table.dataTable tfoot td.dt-head-center {
213 text-align: center;
214}
215table.dataTable thead th.dt-head-right,
216table.dataTable thead td.dt-head-right,
217table.dataTable tfoot th.dt-head-right,
218table.dataTable tfoot td.dt-head-right {
219 text-align: right;
220}
221table.dataTable thead th.dt-head-justify,
222table.dataTable thead td.dt-head-justify,
223table.dataTable tfoot th.dt-head-justify,
224table.dataTable tfoot td.dt-head-justify {
225 text-align: justify;
226}
227table.dataTable thead th.dt-head-nowrap,
228table.dataTable thead td.dt-head-nowrap,
229table.dataTable tfoot th.dt-head-nowrap,
230table.dataTable tfoot td.dt-head-nowrap {
231 white-space: nowrap;
232}
233table.dataTable tbody th.dt-body-left,
234table.dataTable tbody td.dt-body-left {
235 text-align: left;
236}
237table.dataTable tbody th.dt-body-center,
238table.dataTable tbody td.dt-body-center {
239 text-align: center;
240}
241table.dataTable tbody th.dt-body-right,
242table.dataTable tbody td.dt-body-right {
243 text-align: right;
244}
245table.dataTable tbody th.dt-body-justify,
246table.dataTable tbody td.dt-body-justify {
247 text-align: justify;
248}
249table.dataTable tbody th.dt-body-nowrap,
250table.dataTable tbody td.dt-body-nowrap {
251 white-space: nowrap;
252}
253
254/*! Bootstrap 5 integration for DataTables
255 *
256 * ©2020 SpryMedia Ltd, all rights reserved.
257 * License: MIT datatables.net/license/mit
258 */
259table.dataTable {
260 clear: both;
261 margin-top: 6px !important;
262 margin-bottom: 6px !important;
263 max-width: none !important;
264 border-collapse: separate !important;
265 border-spacing: 0;
266}
267table.dataTable td,
268table.dataTable th {
269 -webkit-box-sizing: content-box;
270 box-sizing: content-box;
271}
272table.dataTable td.dataTables_empty,
273table.dataTable th.dataTables_empty {
274 text-align: center;
275}
276table.dataTable.nowrap th,
277table.dataTable.nowrap td {
278 white-space: nowrap;
279}
280table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
281 box-shadow: none;
282}
283table.dataTable > tbody > tr {
284 background-color: transparent;
285}
286table.dataTable > tbody > tr.selected > * {
287 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
288 color: white;
289}
290table.dataTable > tbody > tr.selected a {
291 color: #090a0b;
292}
293table.dataTable.table-striped > tbody > tr.odd > * {
294 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
295}
296table.dataTable.table-striped > tbody > tr.odd.selected > * {
297 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
298}
299table.dataTable.table-hover > tbody > tr:hover > * {
300 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
301}
302table.dataTable.table-hover > tbody > tr.selected:hover > * {
303 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
304}
305
306div.dataTables_wrapper div.dataTables_length label {
307 font-weight: normal;
308 text-align: left;
309 white-space: nowrap;
310}
311div.dataTables_wrapper div.dataTables_length select {
312 width: auto;
313 display: inline-block;
314}
315div.dataTables_wrapper div.dataTables_filter {
316 text-align: right;
317}
318div.dataTables_wrapper div.dataTables_filter label {
319 font-weight: normal;
320 white-space: nowrap;
321 text-align: left;
322}
323div.dataTables_wrapper div.dataTables_filter input {
324 margin-left: 0.5em;
325 display: inline-block;
326 width: auto;
327}
328div.dataTables_wrapper div.dataTables_info {
329 padding-top: 0.85em;
330}
331div.dataTables_wrapper div.dataTables_paginate {
332 margin: 0;
333 white-space: nowrap;
334 text-align: right;
335}
336div.dataTables_wrapper div.dataTables_paginate ul.pagination {
337 margin: 2px 0;
338 white-space: nowrap;
339 justify-content: flex-end;
340}
341div.dataTables_wrapper div.dt-row {
342 position: relative;
343}
344
Matthias Andreas Benkardd1f5b682023-11-18 13:18:30 +0100345div.dataTables_wrapper span.sorting-value {
346 display: none;
347}
348
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100349div.dataTables_scrollHead table.dataTable {
350 margin-bottom: 0 !important;
351}
352
353div.dataTables_scrollBody > table {
354 border-top: none;
355 margin-top: 0 !important;
356 margin-bottom: 0 !important;
357}
358div.dataTables_scrollBody > table > thead .sorting:before,
359div.dataTables_scrollBody > table > thead .sorting_asc:before,
360div.dataTables_scrollBody > table > thead .sorting_desc:before,
361div.dataTables_scrollBody > table > thead .sorting:after,
362div.dataTables_scrollBody > table > thead .sorting_asc:after,
363div.dataTables_scrollBody > table > thead .sorting_desc:after {
364 display: none;
365}
366div.dataTables_scrollBody > table > tbody tr:first-child th,
367div.dataTables_scrollBody > table > tbody tr:first-child td {
368 border-top: none;
369}
370
371div.dataTables_scrollFoot > .dataTables_scrollFootInner {
372 box-sizing: content-box;
373}
374div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
375 margin-top: 0 !important;
376 border-top: none;
377}
378
379@media screen and (max-width: 767px) {
380 div.dataTables_wrapper div.dataTables_length,
381div.dataTables_wrapper div.dataTables_filter,
382div.dataTables_wrapper div.dataTables_info,
383div.dataTables_wrapper div.dataTables_paginate {
384 text-align: center;
385 }
386 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
387 justify-content: center !important;
388 }
389}
390table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
391 padding-right: 20px;
392}
393
394table.table-bordered.dataTable {
395 border-right-width: 0;
396}
397table.table-bordered.dataTable thead tr:first-child th,
398table.table-bordered.dataTable thead tr:first-child td {
399 border-top-width: 1px;
400}
401table.table-bordered.dataTable th,
402table.table-bordered.dataTable td {
403 border-left-width: 0;
404}
405table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
406table.table-bordered.dataTable td:first-child,
407table.table-bordered.dataTable td:first-child {
408 border-left-width: 1px;
409}
410table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
411table.table-bordered.dataTable td:last-child,
412table.table-bordered.dataTable td:last-child {
413 border-right-width: 1px;
414}
415table.table-bordered.dataTable th,
416table.table-bordered.dataTable td {
417 border-bottom-width: 1px;
418}
419
420div.dataTables_scrollHead table.table-bordered {
421 border-bottom-width: 0;
422}
423
424div.table-responsive > div.dataTables_wrapper > div.row {
425 margin: 0;
426}
427div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
428 padding-left: 0;
429}
430div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
431 padding-right: 0;
432}
433
434
435table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
436table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
437table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
438 cursor: default !important;
439}
440table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
441table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
442table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
443 display: none !important;
444}
445table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
446table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
447 position: relative;
448 padding-left: 30px;
449 cursor: pointer;
450}
451table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
452table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
453 top: 50%;
454 left: 5px;
455 height: 1em;
456 width: 1em;
457 margin-top: -9px;
458 display: block;
459 position: absolute;
460 color: white;
461 border: 0.15em solid white;
462 border-radius: 1em;
463 box-shadow: 0 0 0.2em #444;
464 box-sizing: content-box;
465 text-align: center;
466 text-indent: 0 !important;
467 font-family: "Courier New", Courier, monospace;
468 line-height: 1em;
469 content: "+";
470 background-color: #0d6efd;
471}
472table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
473table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
474 content: "-";
475 background-color: #d33333;
476}
477table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
478table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
479 padding-left: 27px;
480}
481table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
482table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
483 left: 4px;
484 height: 14px;
485 width: 14px;
486 border-radius: 14px;
487 line-height: 14px;
488 text-indent: 3px;
489}
490table.dataTable.dtr-column > tbody > tr > td.dtr-control,
491table.dataTable.dtr-column > tbody > tr > th.dtr-control,
492table.dataTable.dtr-column > tbody > tr > td.control,
493table.dataTable.dtr-column > tbody > tr > th.control {
494 position: relative;
495 cursor: pointer;
496}
497table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
498table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
499table.dataTable.dtr-column > tbody > tr > td.control:before,
500table.dataTable.dtr-column > tbody > tr > th.control:before {
501 top: 50%;
502 left: 50%;
503 height: 0.8em;
504 width: 0.8em;
505 margin-top: -0.5em;
506 margin-left: -0.5em;
507 display: block;
508 position: absolute;
509 color: white;
510 border: 0.15em solid white;
511 border-radius: 1em;
512 box-shadow: 0 0 0.2em #444;
513 box-sizing: content-box;
514 text-align: center;
515 text-indent: 0 !important;
516 font-family: "Courier New", Courier, monospace;
517 line-height: 1em;
518 content: "+";
519 background-color: #0d6efd;
520}
521table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
522table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
523table.dataTable.dtr-column > tbody > tr.parent td.control:before,
524table.dataTable.dtr-column > tbody > tr.parent th.control:before {
525 content: "-";
526 background-color: #d33333;
527}
528table.dataTable > tbody > tr.child {
529 padding: 0.5em 1em;
530}
531table.dataTable > tbody > tr.child:hover {
532 background: transparent !important;
533}
534table.dataTable > tbody > tr.child ul.dtr-details {
535 display: inline-block;
536 list-style-type: none;
537 margin: 0;
538 padding: 0;
539}
540table.dataTable > tbody > tr.child ul.dtr-details > li {
541 border-bottom: 1px solid #efefef;
542 padding: 0.5em 0;
543}
544table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
545 padding-top: 0;
546}
547table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
548 border-bottom: none;
549}
550table.dataTable > tbody > tr.child span.dtr-title {
551 display: inline-block;
552 min-width: 75px;
553 font-weight: bold;
554}
555div.dtr-modal {
556 position: fixed;
557 box-sizing: border-box;
558 top: 0;
559 left: 0;
560 height: 100%;
561 width: 100%;
562 z-index: 100;
563 padding: 10em 1em;
564}
565div.dtr-modal div.dtr-modal-display {
566 position: absolute;
567 top: 0;
568 left: 0;
569 bottom: 0;
570 right: 0;
571 width: 50%;
572 height: 50%;
573 overflow: auto;
574 margin: auto;
575 z-index: 102;
576 overflow: auto;
577 background-color: #f5f5f7;
578 border: 1px solid black;
579 border-radius: 0.5em;
580 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
581}
582div.dtr-modal div.dtr-modal-content {
583 position: relative;
584 padding: 1em;
585}
586div.dtr-modal div.dtr-modal-close {
587 position: absolute;
588 top: 6px;
589 right: 6px;
590 width: 22px;
591 height: 22px;
592 border: 1px solid #eaeaea;
593 background-color: #f9f9f9;
594 text-align: center;
595 border-radius: 3px;
596 cursor: pointer;
597 z-index: 12;
598}
599div.dtr-modal div.dtr-modal-close:hover {
600 background-color: #eaeaea;
601}
602div.dtr-modal div.dtr-modal-background {
603 position: fixed;
604 top: 0;
605 left: 0;
606 right: 0;
607 bottom: 0;
608 z-index: 101;
609 background: rgba(0, 0, 0, 0.6);
610}
611
612@media screen and (max-width: 767px) {
613 div.dtr-modal div.dtr-modal-display {
614 width: 95%;
615 }
616}
617div.dtr-bs-modal table.table tr:first-child td {
618 border-top: none;
619}
620
621table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
622table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
623 border-left-width: 1px;
624}
625
626
627table.dataTable > tbody > tr > .selected {
628 background-color: rgba(13, 110, 253, 0.9);
629 color: white;
630}
631table.dataTable > tbody > tr > td.select-checkbox,
632table.dataTable > tbody > tr > th.select-checkbox {
633 position: relative;
634}
635table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > td.select-checkbox:after,
636table.dataTable > tbody > tr > th.select-checkbox:before,
637table.dataTable > tbody > tr > th.select-checkbox:after {
638 display: block;
639 position: absolute;
640 top: 1.2em;
641 left: 50%;
642 width: 12px;
643 height: 12px;
644 box-sizing: border-box;
645}
646table.dataTable > tbody > tr > td.select-checkbox:before,
647table.dataTable > tbody > tr > th.select-checkbox:before {
648 content: " ";
649 margin-top: -5px;
650 margin-left: -6px;
651 border: 1px solid black;
652 border-radius: 3px;
653}
654table.dataTable > tbody > tr.selected > td.select-checkbox:before,
655table.dataTable > tbody > tr.selected > th.select-checkbox:before {
656 border: 1px solid white;
657}
658table.dataTable > tbody > tr.selected > td.select-checkbox:after,
659table.dataTable > tbody > tr.selected > th.select-checkbox:after {
660 content: "✓";
661 font-size: 20px;
662 margin-top: -19px;
663 margin-left: -6px;
664 text-align: center;
665 text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
666}
667table.dataTable.compact > tbody > tr > td.select-checkbox:before,
668table.dataTable.compact > tbody > tr > th.select-checkbox:before {
669 margin-top: -12px;
670}
671table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
672table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
673 margin-top: -16px;
674}
675
676div.dataTables_wrapper span.select-info,
677div.dataTables_wrapper span.select-item {
678 margin-left: 0.5em;
679}
680
681@media screen and (max-width: 640px) {
682 div.dataTables_wrapper span.select-info,
683div.dataTables_wrapper span.select-item {
684 margin-left: 0;
685 display: block;
686 }
687}
688table.dataTable.table-sm tbody td.select-checkbox::before {
689 margin-top: -9px;
690}
691