blob: d03514ff5023a733ad9bd0b90037078950e5632a [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
345div.dataTables_scrollHead table.dataTable {
346 margin-bottom: 0 !important;
347}
348
349div.dataTables_scrollBody > table {
350 border-top: none;
351 margin-top: 0 !important;
352 margin-bottom: 0 !important;
353}
354div.dataTables_scrollBody > table > thead .sorting:before,
355div.dataTables_scrollBody > table > thead .sorting_asc:before,
356div.dataTables_scrollBody > table > thead .sorting_desc:before,
357div.dataTables_scrollBody > table > thead .sorting:after,
358div.dataTables_scrollBody > table > thead .sorting_asc:after,
359div.dataTables_scrollBody > table > thead .sorting_desc:after {
360 display: none;
361}
362div.dataTables_scrollBody > table > tbody tr:first-child th,
363div.dataTables_scrollBody > table > tbody tr:first-child td {
364 border-top: none;
365}
366
367div.dataTables_scrollFoot > .dataTables_scrollFootInner {
368 box-sizing: content-box;
369}
370div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
371 margin-top: 0 !important;
372 border-top: none;
373}
374
375@media screen and (max-width: 767px) {
376 div.dataTables_wrapper div.dataTables_length,
377div.dataTables_wrapper div.dataTables_filter,
378div.dataTables_wrapper div.dataTables_info,
379div.dataTables_wrapper div.dataTables_paginate {
380 text-align: center;
381 }
382 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
383 justify-content: center !important;
384 }
385}
386table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
387 padding-right: 20px;
388}
389
390table.table-bordered.dataTable {
391 border-right-width: 0;
392}
393table.table-bordered.dataTable thead tr:first-child th,
394table.table-bordered.dataTable thead tr:first-child td {
395 border-top-width: 1px;
396}
397table.table-bordered.dataTable th,
398table.table-bordered.dataTable td {
399 border-left-width: 0;
400}
401table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
402table.table-bordered.dataTable td:first-child,
403table.table-bordered.dataTable td:first-child {
404 border-left-width: 1px;
405}
406table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
407table.table-bordered.dataTable td:last-child,
408table.table-bordered.dataTable td:last-child {
409 border-right-width: 1px;
410}
411table.table-bordered.dataTable th,
412table.table-bordered.dataTable td {
413 border-bottom-width: 1px;
414}
415
416div.dataTables_scrollHead table.table-bordered {
417 border-bottom-width: 0;
418}
419
420div.table-responsive > div.dataTables_wrapper > div.row {
421 margin: 0;
422}
423div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
424 padding-left: 0;
425}
426div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
427 padding-right: 0;
428}
429
430
431table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
432table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
433table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
434 cursor: default !important;
435}
436table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
437table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
438table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
439 display: none !important;
440}
441table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
442table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
443 position: relative;
444 padding-left: 30px;
445 cursor: pointer;
446}
447table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
448table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
449 top: 50%;
450 left: 5px;
451 height: 1em;
452 width: 1em;
453 margin-top: -9px;
454 display: block;
455 position: absolute;
456 color: white;
457 border: 0.15em solid white;
458 border-radius: 1em;
459 box-shadow: 0 0 0.2em #444;
460 box-sizing: content-box;
461 text-align: center;
462 text-indent: 0 !important;
463 font-family: "Courier New", Courier, monospace;
464 line-height: 1em;
465 content: "+";
466 background-color: #0d6efd;
467}
468table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
469table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
470 content: "-";
471 background-color: #d33333;
472}
473table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
474table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
475 padding-left: 27px;
476}
477table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
478table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
479 left: 4px;
480 height: 14px;
481 width: 14px;
482 border-radius: 14px;
483 line-height: 14px;
484 text-indent: 3px;
485}
486table.dataTable.dtr-column > tbody > tr > td.dtr-control,
487table.dataTable.dtr-column > tbody > tr > th.dtr-control,
488table.dataTable.dtr-column > tbody > tr > td.control,
489table.dataTable.dtr-column > tbody > tr > th.control {
490 position: relative;
491 cursor: pointer;
492}
493table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
494table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
495table.dataTable.dtr-column > tbody > tr > td.control:before,
496table.dataTable.dtr-column > tbody > tr > th.control:before {
497 top: 50%;
498 left: 50%;
499 height: 0.8em;
500 width: 0.8em;
501 margin-top: -0.5em;
502 margin-left: -0.5em;
503 display: block;
504 position: absolute;
505 color: white;
506 border: 0.15em solid white;
507 border-radius: 1em;
508 box-shadow: 0 0 0.2em #444;
509 box-sizing: content-box;
510 text-align: center;
511 text-indent: 0 !important;
512 font-family: "Courier New", Courier, monospace;
513 line-height: 1em;
514 content: "+";
515 background-color: #0d6efd;
516}
517table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
518table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
519table.dataTable.dtr-column > tbody > tr.parent td.control:before,
520table.dataTable.dtr-column > tbody > tr.parent th.control:before {
521 content: "-";
522 background-color: #d33333;
523}
524table.dataTable > tbody > tr.child {
525 padding: 0.5em 1em;
526}
527table.dataTable > tbody > tr.child:hover {
528 background: transparent !important;
529}
530table.dataTable > tbody > tr.child ul.dtr-details {
531 display: inline-block;
532 list-style-type: none;
533 margin: 0;
534 padding: 0;
535}
536table.dataTable > tbody > tr.child ul.dtr-details > li {
537 border-bottom: 1px solid #efefef;
538 padding: 0.5em 0;
539}
540table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
541 padding-top: 0;
542}
543table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
544 border-bottom: none;
545}
546table.dataTable > tbody > tr.child span.dtr-title {
547 display: inline-block;
548 min-width: 75px;
549 font-weight: bold;
550}
551div.dtr-modal {
552 position: fixed;
553 box-sizing: border-box;
554 top: 0;
555 left: 0;
556 height: 100%;
557 width: 100%;
558 z-index: 100;
559 padding: 10em 1em;
560}
561div.dtr-modal div.dtr-modal-display {
562 position: absolute;
563 top: 0;
564 left: 0;
565 bottom: 0;
566 right: 0;
567 width: 50%;
568 height: 50%;
569 overflow: auto;
570 margin: auto;
571 z-index: 102;
572 overflow: auto;
573 background-color: #f5f5f7;
574 border: 1px solid black;
575 border-radius: 0.5em;
576 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
577}
578div.dtr-modal div.dtr-modal-content {
579 position: relative;
580 padding: 1em;
581}
582div.dtr-modal div.dtr-modal-close {
583 position: absolute;
584 top: 6px;
585 right: 6px;
586 width: 22px;
587 height: 22px;
588 border: 1px solid #eaeaea;
589 background-color: #f9f9f9;
590 text-align: center;
591 border-radius: 3px;
592 cursor: pointer;
593 z-index: 12;
594}
595div.dtr-modal div.dtr-modal-close:hover {
596 background-color: #eaeaea;
597}
598div.dtr-modal div.dtr-modal-background {
599 position: fixed;
600 top: 0;
601 left: 0;
602 right: 0;
603 bottom: 0;
604 z-index: 101;
605 background: rgba(0, 0, 0, 0.6);
606}
607
608@media screen and (max-width: 767px) {
609 div.dtr-modal div.dtr-modal-display {
610 width: 95%;
611 }
612}
613div.dtr-bs-modal table.table tr:first-child td {
614 border-top: none;
615}
616
617table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
618table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
619 border-left-width: 1px;
620}
621
622
623table.dataTable > tbody > tr > .selected {
624 background-color: rgba(13, 110, 253, 0.9);
625 color: white;
626}
627table.dataTable > tbody > tr > td.select-checkbox,
628table.dataTable > tbody > tr > th.select-checkbox {
629 position: relative;
630}
631table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > td.select-checkbox:after,
632table.dataTable > tbody > tr > th.select-checkbox:before,
633table.dataTable > tbody > tr > th.select-checkbox:after {
634 display: block;
635 position: absolute;
636 top: 1.2em;
637 left: 50%;
638 width: 12px;
639 height: 12px;
640 box-sizing: border-box;
641}
642table.dataTable > tbody > tr > td.select-checkbox:before,
643table.dataTable > tbody > tr > th.select-checkbox:before {
644 content: " ";
645 margin-top: -5px;
646 margin-left: -6px;
647 border: 1px solid black;
648 border-radius: 3px;
649}
650table.dataTable > tbody > tr.selected > td.select-checkbox:before,
651table.dataTable > tbody > tr.selected > th.select-checkbox:before {
652 border: 1px solid white;
653}
654table.dataTable > tbody > tr.selected > td.select-checkbox:after,
655table.dataTable > tbody > tr.selected > th.select-checkbox:after {
656 content: "✓";
657 font-size: 20px;
658 margin-top: -19px;
659 margin-left: -6px;
660 text-align: center;
661 text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
662}
663table.dataTable.compact > tbody > tr > td.select-checkbox:before,
664table.dataTable.compact > tbody > tr > th.select-checkbox:before {
665 margin-top: -12px;
666}
667table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
668table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
669 margin-top: -16px;
670}
671
672div.dataTables_wrapper span.select-info,
673div.dataTables_wrapper span.select-item {
674 margin-left: 0.5em;
675}
676
677@media screen and (max-width: 640px) {
678 div.dataTables_wrapper span.select-info,
679div.dataTables_wrapper span.select-item {
680 margin-left: 0;
681 display: block;
682 }
683}
684table.dataTable.table-sm tbody td.select-checkbox::before {
685 margin-top: -9px;
686}
687