dark mode and websockets
[kismet-logviewer.git] / logviewer / static / css / datatables-dark.css
1 @charset "UTF-8";
2 table.dataTable td.dt-control {
3   text-align: center;
4   cursor: pointer;
5 }
6 table.dataTable td.dt-control:before {
7   height: 1em;
8   width: 1em;
9   margin-top: -9px;
10   display: inline-block;
11   color: white;
12   border: 0.15em solid white;
13   border-radius: 1em;
14   box-shadow: 0 0 0.2em #444;
15   box-sizing: content-box;
16   text-align: center;
17   text-indent: 0 !important;
18   font-family: "Courier New", Courier, monospace;
19   line-height: 1em;
20   content: "+";
21   background-color: #31b131;
22 }
23 table.dataTable tr.dt-hasChild td.dt-control:before {
24   content: "-";
25   background-color: #d33333;
26 }
27  
28 table.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,
29 table.dataTable thead > tr > td.sorting,
30 table.dataTable thead > tr > td.sorting_asc,
31 table.dataTable thead > tr > td.sorting_desc,
32 table.dataTable thead > tr > td.sorting_asc_disabled,
33 table.dataTable thead > tr > td.sorting_desc_disabled {
34   cursor: pointer;
35   position: relative;
36   padding-right: 26px;
37 }
38 table.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,
39 table.dataTable thead > tr > td.sorting:before,
40 table.dataTable thead > tr > td.sorting:after,
41 table.dataTable thead > tr > td.sorting_asc:before,
42 table.dataTable thead > tr > td.sorting_asc:after,
43 table.dataTable thead > tr > td.sorting_desc:before,
44 table.dataTable thead > tr > td.sorting_desc:after,
45 table.dataTable thead > tr > td.sorting_asc_disabled:before,
46 table.dataTable thead > tr > td.sorting_asc_disabled:after,
47 table.dataTable thead > tr > td.sorting_desc_disabled:before,
48 table.dataTable thead > tr > td.sorting_desc_disabled:after {
49   position: absolute;
50   display: block;
51   opacity: 0.125;
52   right: 10px;
53   line-height: 9px;
54   font-size: 0.8em;
55 }
56 table.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,
57 table.dataTable thead > tr > td.sorting:before,
58 table.dataTable thead > tr > td.sorting_asc:before,
59 table.dataTable thead > tr > td.sorting_desc:before,
60 table.dataTable thead > tr > td.sorting_asc_disabled:before,
61 table.dataTable thead > tr > td.sorting_desc_disabled:before {
62   bottom: 50%;
63   content: "▲";
64 }
65 table.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,
66 table.dataTable thead > tr > td.sorting:after,
67 table.dataTable thead > tr > td.sorting_asc:after,
68 table.dataTable thead > tr > td.sorting_desc:after,
69 table.dataTable thead > tr > td.sorting_asc_disabled:after,
70 table.dataTable thead > tr > td.sorting_desc_disabled:after {
71   top: 50%;
72   content: "▼";
73 }
74 table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
75 table.dataTable thead > tr > td.sorting_asc:before,
76 table.dataTable thead > tr > td.sorting_desc:after {
77   opacity: 0.6;
78 }
79 table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
80 table.dataTable thead > tr > td.sorting_desc_disabled:after,
81 table.dataTable thead > tr > td.sorting_asc_disabled:before {
82   display: none;
83 }
84 table.dataTable thead > tr > th:active,
85 table.dataTable thead > tr > td:active {
86   outline: none;
87 }
88  
89 div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
90 div.dataTables_scrollBody table.dataTable thead > tr > td:before,
91 div.dataTables_scrollBody table.dataTable thead > tr > td:after {
92   display: none;
93 }
94  
95 div.dataTables_processing {
96   position: absolute;
97   top: 50%;
98   left: 50%;
99   width: 200px;
100   margin-left: -100px;
101   margin-top: -26px;
102   text-align: center;
103   padding: 2px;
104 }
105 div.dataTables_processing > div:last-child {
106   position: relative;
107   width: 80px;
108   height: 15px;
109   margin: 1em auto;
110 }
111 div.dataTables_processing > div:last-child > div {
112   position: absolute;
113   top: 0;
114   width: 13px;
115   height: 13px;
116   border-radius: 50%;
117   background: #555555;
118   animation-timing-function: cubic-bezier(0, 1, 1, 0);
119 }
120 div.dataTables_processing > div:last-child > div:nth-child(1) {
121   left: 8px;
122   animation: datatables-loader-1 0.6s infinite;
123 }
124 div.dataTables_processing > div:last-child > div:nth-child(2) {
125   left: 8px;
126   animation: datatables-loader-2 0.6s infinite;
127 }
128 div.dataTables_processing > div:last-child > div:nth-child(3) {
129   left: 32px;
130   animation: datatables-loader-2 0.6s infinite;
131 }
132 div.dataTables_processing > div:last-child > div:nth-child(4) {
133   left: 56px;
134   animation: datatables-loader-3 0.6s infinite;
135 }
136  
137 @keyframes datatables-loader-1 {
138   0% {
139     transform: scale(0);
140   }
141   100% {
142     transform: scale(1);
143   }
144 }
145 @keyframes datatables-loader-3 {
146   0% {
147     transform: scale(1);
148   }
149   100% {
150     transform: scale(0);
151   }
152 }
153 @keyframes datatables-loader-2 {
154   0% {
155     transform: translate(0, 0);
156   }
157   100% {
158     transform: translate(24px, 0);
159   }
160 }
161 table.dataTable.nowrap th, table.dataTable.nowrap td {
162   white-space: nowrap;
163 }
164 table.dataTable th.dt-left,
165 table.dataTable td.dt-left {
166   text-align: left;
167 }
168 table.dataTable th.dt-center,
169 table.dataTable td.dt-center,
170 table.dataTable td.dataTables_empty {
171   text-align: center;
172 }
173 table.dataTable th.dt-right,
174 table.dataTable td.dt-right {
175   text-align: right;
176 }
177 table.dataTable th.dt-justify,
178 table.dataTable td.dt-justify {
179   text-align: justify;
180 }
181 table.dataTable th.dt-nowrap,
182 table.dataTable td.dt-nowrap {
183   white-space: nowrap;
184 }
185 table.dataTable thead th,
186 table.dataTable thead td,
187 table.dataTable tfoot th,
188 table.dataTable tfoot td {
189   text-align: left;
190 }
191 table.dataTable thead th.dt-head-left,
192 table.dataTable thead td.dt-head-left,
193 table.dataTable tfoot th.dt-head-left,
194 table.dataTable tfoot td.dt-head-left {
195   text-align: left;
196 }
197 table.dataTable thead th.dt-head-center,
198 table.dataTable thead td.dt-head-center,
199 table.dataTable tfoot th.dt-head-center,
200 table.dataTable tfoot td.dt-head-center {
201   text-align: center;
202 }
203 table.dataTable thead th.dt-head-right,
204 table.dataTable thead td.dt-head-right,
205 table.dataTable tfoot th.dt-head-right,
206 table.dataTable tfoot td.dt-head-right {
207   text-align: right;
208 }
209 table.dataTable thead th.dt-head-justify,
210 table.dataTable thead td.dt-head-justify,
211 table.dataTable tfoot th.dt-head-justify,
212 table.dataTable tfoot td.dt-head-justify {
213   text-align: justify;
214 }
215 table.dataTable thead th.dt-head-nowrap,
216 table.dataTable thead td.dt-head-nowrap,
217 table.dataTable tfoot th.dt-head-nowrap,
218 table.dataTable tfoot td.dt-head-nowrap {
219   white-space: nowrap;
220 }
221 table.dataTable tbody th.dt-body-left,
222 table.dataTable tbody td.dt-body-left {
223   text-align: left;
224 }
225 table.dataTable tbody th.dt-body-center,
226 table.dataTable tbody td.dt-body-center {
227   text-align: center;
228 }
229 table.dataTable tbody th.dt-body-right,
230 table.dataTable tbody td.dt-body-right {
231   text-align: right;
232 }
233 table.dataTable tbody th.dt-body-justify,
234 table.dataTable tbody td.dt-body-justify {
235   text-align: justify;
236 }
237 table.dataTable tbody th.dt-body-nowrap,
238 table.dataTable tbody td.dt-body-nowrap {
239   white-space: nowrap;
240 }
241  
242 /*
243  * Table styles
244  */
245 table.dataTable {
246   width: 100%;
247   margin: 0 auto;
248   clear: both;
249   border-collapse: separate;
250   border-spacing: 0;
251   /*
252    * Header and footer styles
253    */
254   /*
255    * Body styles
256    */
257 }
258 table.dataTable thead th,
259 table.dataTable tfoot th {
260   font-weight: bold;
261 }
262 table.dataTable thead th,
263 table.dataTable thead td {
264   padding: 10px;
265   border-bottom: 1px solid #303030;
266 }
267 table.dataTable thead th:active,
268 table.dataTable thead td:active {
269   outline: none;
270 }
271 table.dataTable tfoot th,
272 table.dataTable tfoot td {
273   padding: 10px 10px 6px 10px;
274   border-top: 1px solid #303030;
275 }
276 table.dataTable tbody tr {
277   background-color: #444444;
278 }
279 table.dataTable tbody tr.selected > * {
280   box-shadow: inset 0 0 0 9999px #555555;
281   color: white;
282 }
283 table.dataTable tbody tr.selected a {
284   color: #090a0b;
285 }
286 table.dataTable tbody th,
287 table.dataTable tbody td {
288   padding: 8px 10px;
289 }
290 table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
291   border-top: 1px solid #3a3a3a;
292 }
293 table.dataTable.row-border tbody tr:first-child th,
294 table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
295 table.dataTable.display tbody tr:first-child td {
296   border-top: none;
297 }
298 table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
299   border-top: 1px solid #3a3a3a;
300   border-right: 1px solid #3a3a3a;
301 }
302 table.dataTable.cell-border tbody tr th:first-child,
303 table.dataTable.cell-border tbody tr td:first-child {
304   border-left: 1px solid #3a3a3a;
305 }
306 table.dataTable.cell-border tbody tr:first-child th,
307 table.dataTable.cell-border tbody tr:first-child td {
308   border-top: none;
309 }
310 table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
311   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
312 }
313 table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
314   box-shadow: inset 0 0 0 9999px #555555;
315 }
316 table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
317   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
318 }
319 table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
320   box-shadow: inset 0 0 0 9999px #555555;
321 }
322 table.dataTable.order-column > tbody tr > .sorting_1,
323 table.dataTable.order-column > tbody tr > .sorting_2,
324 table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
325 table.dataTable.display > tbody tr > .sorting_2,
326 table.dataTable.display > tbody tr > .sorting_3 {
327   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
328 }
329 table.dataTable.order-column > tbody tr.selected > .sorting_1,
330 table.dataTable.order-column > tbody tr.selected > .sorting_2,
331 table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
332 table.dataTable.display > tbody tr.selected > .sorting_2,
333 table.dataTable.display > tbody tr.selected > .sorting_3 {
334   box-shadow: inset 0 0 0 9999px #555555;
335 }
336 table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
337   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
338 }
339 table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
340   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
341 }
342 table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
343   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
344 }
345 table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
346   box-shadow: inset 0 0 0 9999px #555555;
347 }
348 table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
349   box-shadow: inset 0 0 0 9999px #555555;
350 }
351 table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
352   box-shadow: inset 0 0 0 9999px #555555;
353 }
354 table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
355   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
356 }
357 table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
358   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
359 }
360 table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
361   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
362 }
363 table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
364   box-shadow: inset 0 0 0 9999px #555555;
365 }
366 table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
367   box-shadow: inset 0 0 0 9999px #555555;
368 }
369 table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
370   box-shadow: inset 0 0 0 9999px #555555;
371 }
372 table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
373   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
374 }
375 table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
376   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
377 }
378 table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
379   box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
380 }
381 table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
382   box-shadow: inset 0 0 0 9999px #555555;
383 }
384 table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
385   box-shadow: inset 0 0 0 9999px #555555;
386 }
387 table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
388   box-shadow: inset 0 0 0 9999px #555555;
389 }
390 table.dataTable.no-footer {
391   border-bottom: 1px solid #303030;
392 }
393 table.dataTable.compact thead th,
394 table.dataTable.compact thead td,
395 table.dataTable.compact tfoot th,
396 table.dataTable.compact tfoot td,
397 table.dataTable.compact tbody th,
398 table.dataTable.compact tbody td {
399   padding: 4px;
400 }
401  
402 table.dataTable th,
403 table.dataTable td {
404   box-sizing: content-box;
405 }
406  
407 /*
408  * Control feature layout
409  */
410 .dataTables_wrapper {
411   position: relative;
412   clear: both;
413 }
414 .dataTables_wrapper .dataTables_length {
415   float: left;
416 }
417 .dataTables_wrapper .dataTables_length select {
418   border: 1px solid #aaa;
419   border-radius: 3px;
420   padding: 5px;
421   background-color: transparent;
422   padding: 4px;
423 }
424 .dataTables_wrapper .dataTables_filter {
425   float: right;
426   text-align: right;
427 }
428 .dataTables_wrapper .dataTables_filter input {
429   border: 1px solid #aaa;
430   border-radius: 3px;
431   padding: 5px;
432   background-color: transparent;
433   margin-left: 3px;
434 }
435 .dataTables_wrapper .dataTables_info {
436   clear: both;
437   float: left;
438   padding-top: 0.755em;
439 }
440 .dataTables_wrapper .dataTables_paginate {
441   float: right;
442   text-align: right;
443   padding-top: 0.25em;
444 }
445 .dataTables_wrapper .dataTables_paginate .paginate_button {
446   box-sizing: border-box;
447   display: inline-block;
448   min-width: 1.5em;
449   padding: 0.5em 1em;
450   margin-left: 2px;
451   text-align: center;
452   text-decoration: none !important;
453   cursor: pointer;
454   color: inherit !important;
455   border: 1px solid transparent;
456   border-radius: 2px;
457 }
458 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
459   color: inherit !important;
460   border: 1px solid #303030;
461   background-color: rgba(230, 230, 230, 0.1);
462   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
463   /* Chrome,Safari4+ */
464   background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
465   /* Chrome10+,Safari5.1+ */
466   background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
467   /* FF3.6+ */
468   background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
469   /* IE10+ */
470   background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
471   /* Opera 11.10+ */
472   background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
473   /* W3C */
474 }
475 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
476   cursor: default;
477   color: #666 !important;
478   border: 1px solid transparent;
479   background: transparent;
480   box-shadow: none;
481 }
482 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
483   color: white !important;
484   border: 1px solid #dddddd;
485   background-color: white;
486   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
487   /* Chrome,Safari4+ */
488   background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
489   /* Chrome10+,Safari5.1+ */
490   background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
491   /* FF3.6+ */
492   background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
493   /* IE10+ */
494   background: -o-linear-gradient(top, white 0%, #dddddd 100%);
495   /* Opera 11.10+ */
496   background: linear-gradient(to bottom, white 0%, #dddddd 100%);
497   /* W3C */
498 }
499 .dataTables_wrapper .dataTables_paginate .paginate_button:active {
500   outline: none;
501   background-color: #f7f7f7;
502   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #d8d8d8));
503   /* Chrome,Safari4+ */
504   background: -webkit-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
505   /* Chrome10+,Safari5.1+ */
506   background: -moz-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
507   /* FF3.6+ */
508   background: -ms-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
509   /* IE10+ */
510   background: -o-linear-gradient(top, #f7f7f7 0%, #d8d8d8 100%);
511   /* Opera 11.10+ */
512   background: linear-gradient(to bottom, #f7f7f7 0%, #d8d8d8 100%);
513   /* W3C */
514   box-shadow: inset 0 0 3px #111;
515 }
516 .dataTables_wrapper .dataTables_paginate .ellipsis {
517   padding: 0 1em;
518 }
519 .dataTables_wrapper .dataTables_length,
520 .dataTables_wrapper .dataTables_filter,
521 .dataTables_wrapper .dataTables_info,
522 .dataTables_wrapper .dataTables_processing,
523 .dataTables_wrapper .dataTables_paginate {
524   color: inherit;
525 }
526 .dataTables_wrapper .dataTables_scroll {
527   clear: both;
528 }
529 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
530   -webkit-overflow-scrolling: touch;
531 }
532 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
533   vertical-align: middle;
534 }
535 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
536 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
537 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
538   height: 0;
539   overflow: hidden;
540   margin: 0 !important;
541   padding: 0 !important;
542 }
543 .dataTables_wrapper.no-footer .dataTables_scrollBody {
544   border-bottom: 1px solid #303030;
545 }
546 .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
547 .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
548   border-bottom: none;
549 }
550 .dataTables_wrapper:after {
551   visibility: hidden;
552   display: block;
553   content: "";
554   clear: both;
555   height: 0;
556 }
557  
558 @media screen and (max-width: 767px) {
559   .dataTables_wrapper .dataTables_info,
560 .dataTables_wrapper .dataTables_paginate {
561     float: none;
562     text-align: center;
563   }
564   .dataTables_wrapper .dataTables_paginate {
565     margin-top: 0.5em;
566   }
567 }
568 @media screen and (max-width: 640px) {
569   .dataTables_wrapper .dataTables_length,
570 .dataTables_wrapper .dataTables_filter {
571     float: none;
572     text-align: center;
573   }
574   .dataTables_wrapper .dataTables_filter {
575     margin-top: 0.5em;
576   }
577 }