PluginProbe
LWS Tools / 2.6
LWS Tools v2.6
trunk 1.0 1.0.1 2.0 2.1 2.1.5 2.2 2.2.1 2.3 2.3.1 2.4 2.4.1 2.4.2 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.6 2.6.1 2.6.1.5 2.6.2 2.6.3 2.6.4
lws-tools / DataTables / datatables.css

datatables.css in LWS Tools 2.6, at DataTables/datatables.css

812 lines 26.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
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/#dt/dt-1.12.1/r-2.3.0/sc-2.0.7
8 *
9 * Included libraries:
10 * DataTables 1.12.1, Responsive 2.3.0, Scroller 2.0.7
11 */
12
13 @charset "UTF-8";
14 table.dataTable td.dt-control {
15 text-align: center;
16 cursor: pointer;
17 }
18 table.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 }
35 table.dataTable tr.dt-hasChild td.dt-control:before {
36 content: "-";
37 background-color: #d33333;
38 }
39
40 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,
41 table.dataTable thead > tr > td.sorting,
42 table.dataTable thead > tr > td.sorting_asc,
43 table.dataTable thead > tr > td.sorting_desc,
44 table.dataTable thead > tr > td.sorting_asc_disabled,
45 table.dataTable thead > tr > td.sorting_desc_disabled {
46 cursor: pointer;
47 position: relative;
48 padding-right: 26px;
49 }
50 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,
51 table.dataTable thead > tr > td.sorting:before,
52 table.dataTable thead > tr > td.sorting:after,
53 table.dataTable thead > tr > td.sorting_asc:before,
54 table.dataTable thead > tr > td.sorting_asc:after,
55 table.dataTable thead > tr > td.sorting_desc:before,
56 table.dataTable thead > tr > td.sorting_desc:after,
57 table.dataTable thead > tr > td.sorting_asc_disabled:before,
58 table.dataTable thead > tr > td.sorting_asc_disabled:after,
59 table.dataTable thead > tr > td.sorting_desc_disabled:before,
60 table.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.9em;
67 }
68 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,
69 table.dataTable thead > tr > td.sorting:before,
70 table.dataTable thead > tr > td.sorting_asc:before,
71 table.dataTable thead > tr > td.sorting_desc:before,
72 table.dataTable thead > tr > td.sorting_asc_disabled:before,
73 table.dataTable thead > tr > td.sorting_desc_disabled:before {
74 bottom: 50%;
75 content: "â–´";
76 }
77 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,
78 table.dataTable thead > tr > td.sorting:after,
79 table.dataTable thead > tr > td.sorting_asc:after,
80 table.dataTable thead > tr > td.sorting_desc:after,
81 table.dataTable thead > tr > td.sorting_asc_disabled:after,
82 table.dataTable thead > tr > td.sorting_desc_disabled:after {
83 top: 50%;
84 content: "â–¾";
85 }
86 table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
87 table.dataTable thead > tr > td.sorting_asc:before,
88 table.dataTable thead > tr > td.sorting_desc:after {
89 opacity: 0.6;
90 }
91 table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
92 table.dataTable thead > tr > td.sorting_desc_disabled:after,
93 table.dataTable thead > tr > td.sorting_asc_disabled:before {
94 display: none;
95 }
96 table.dataTable thead > tr > th:active,
97 table.dataTable thead > tr > td:active {
98 outline: none;
99 }
100
101 div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
102 div.dataTables_scrollBody table.dataTable thead > tr > td:before,
103 div.dataTables_scrollBody table.dataTable thead > tr > td:after {
104 display: none;
105 }
106
107 div.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 }
117 div.dataTables_processing > div:last-child {
118 position: relative;
119 width: 80px;
120 height: 15px;
121 margin: 1em auto;
122 }
123 div.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 }
132 div.dataTables_processing > div:last-child > div:nth-child(1) {
133 left: 8px;
134 animation: datatables-loader-1 0.6s infinite;
135 }
136 div.dataTables_processing > div:last-child > div:nth-child(2) {
137 left: 8px;
138 animation: datatables-loader-2 0.6s infinite;
139 }
140 div.dataTables_processing > div:last-child > div:nth-child(3) {
141 left: 32px;
142 animation: datatables-loader-2 0.6s infinite;
143 }
144 div.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 }
173 table.dataTable.nowrap th, table.dataTable.nowrap td {
174 white-space: nowrap;
175 }
176 table.dataTable th.dt-left,
177 table.dataTable td.dt-left {
178 text-align: left;
179 }
180 table.dataTable th.dt-center,
181 table.dataTable td.dt-center,
182 table.dataTable td.dataTables_empty {
183 text-align: center;
184 }
185 table.dataTable th.dt-right,
186 table.dataTable td.dt-right {
187 text-align: right;
188 }
189 table.dataTable th.dt-justify,
190 table.dataTable td.dt-justify {
191 text-align: justify;
192 }
193 table.dataTable th.dt-nowrap,
194 table.dataTable td.dt-nowrap {
195 white-space: nowrap;
196 }
197 table.dataTable thead th,
198 table.dataTable thead td,
199 table.dataTable tfoot th,
200 table.dataTable tfoot td {
201 text-align: left;
202 }
203 table.dataTable thead th.dt-head-left,
204 table.dataTable thead td.dt-head-left,
205 table.dataTable tfoot th.dt-head-left,
206 table.dataTable tfoot td.dt-head-left {
207 text-align: left;
208 }
209 table.dataTable thead th.dt-head-center,
210 table.dataTable thead td.dt-head-center,
211 table.dataTable tfoot th.dt-head-center,
212 table.dataTable tfoot td.dt-head-center {
213 text-align: center;
214 }
215 table.dataTable thead th.dt-head-right,
216 table.dataTable thead td.dt-head-right,
217 table.dataTable tfoot th.dt-head-right,
218 table.dataTable tfoot td.dt-head-right {
219 text-align: right;
220 }
221 table.dataTable thead th.dt-head-justify,
222 table.dataTable thead td.dt-head-justify,
223 table.dataTable tfoot th.dt-head-justify,
224 table.dataTable tfoot td.dt-head-justify {
225 text-align: justify;
226 }
227 table.dataTable thead th.dt-head-nowrap,
228 table.dataTable thead td.dt-head-nowrap,
229 table.dataTable tfoot th.dt-head-nowrap,
230 table.dataTable tfoot td.dt-head-nowrap {
231 white-space: nowrap;
232 }
233 table.dataTable tbody th.dt-body-left,
234 table.dataTable tbody td.dt-body-left {
235 text-align: left;
236 }
237 table.dataTable tbody th.dt-body-center,
238 table.dataTable tbody td.dt-body-center {
239 text-align: center;
240 }
241 table.dataTable tbody th.dt-body-right,
242 table.dataTable tbody td.dt-body-right {
243 text-align: right;
244 }
245 table.dataTable tbody th.dt-body-justify,
246 table.dataTable tbody td.dt-body-justify {
247 text-align: justify;
248 }
249 table.dataTable tbody th.dt-body-nowrap,
250 table.dataTable tbody td.dt-body-nowrap {
251 white-space: nowrap;
252 }
253
254 /*
255 * Table styles
256 */
257 table.dataTable {
258 width: 100%;
259 margin: 0 auto;
260 clear: both;
261 border-collapse: separate;
262 border-spacing: 0;
263 /*
264 * Header and footer styles
265 */
266 /*
267 * Body styles
268 */
269 }
270 table.dataTable thead th,
271 table.dataTable tfoot th {
272 font-weight: bold;
273 }
274 table.dataTable thead th,
275 table.dataTable thead td {
276 padding: 10px;
277 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
278 }
279 table.dataTable thead th:active,
280 table.dataTable thead td:active {
281 outline: none;
282 }
283 table.dataTable tfoot th,
284 table.dataTable tfoot td {
285 padding: 10px 10px 6px 10px;
286 border-top: 1px solid rgba(0, 0, 0, 0.3);
287 }
288 table.dataTable tbody tr {
289 background-color: transparent;
290 }
291 table.dataTable tbody tr.selected > * {
292 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
293 color: white;
294 }
295 table.dataTable tbody th,
296 table.dataTable tbody td {
297 padding: 8px 10px;
298 }
299 table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
300 border-top: 1px solid rgba(0, 0, 0, 0.15);
301 }
302 table.dataTable.row-border tbody tr:first-child th,
303 table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
304 table.dataTable.display tbody tr:first-child td {
305 border-top: none;
306 }
307 table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
308 border-top: 1px solid rgba(0, 0, 0, 0.15);
309 border-right: 1px solid rgba(0, 0, 0, 0.15);
310 }
311 table.dataTable.cell-border tbody tr th:first-child,
312 table.dataTable.cell-border tbody tr td:first-child {
313 border-left: 1px solid rgba(0, 0, 0, 0.15);
314 }
315 table.dataTable.cell-border tbody tr:first-child th,
316 table.dataTable.cell-border tbody tr:first-child td {
317 border-top: none;
318 }
319 table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
320 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
321 }
322 table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
323 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
324 }
325 table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
326 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
327 }
328 table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
329 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
330 }
331 table.dataTable.order-column > tbody tr > .sorting_1,
332 table.dataTable.order-column > tbody tr > .sorting_2,
333 table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
334 table.dataTable.display > tbody tr > .sorting_2,
335 table.dataTable.display > tbody tr > .sorting_3 {
336 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
337 }
338 table.dataTable.order-column > tbody tr.selected > .sorting_1,
339 table.dataTable.order-column > tbody tr.selected > .sorting_2,
340 table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
341 table.dataTable.display > tbody tr.selected > .sorting_2,
342 table.dataTable.display > tbody tr.selected > .sorting_3 {
343 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
344 }
345 table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
346 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
347 }
348 table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
349 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
350 }
351 table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
352 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
353 }
354 table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
355 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
356 }
357 table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
358 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
359 }
360 table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
361 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
362 }
363 table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
364 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
365 }
366 table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
367 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
368 }
369 table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
370 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
371 }
372 table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
373 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
374 }
375 table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
376 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
377 }
378 table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
379 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
380 }
381 table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
382 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
383 }
384 table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
385 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
386 }
387 table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
388 box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
389 }
390 table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
391 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
392 }
393 table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
394 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
395 }
396 table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
397 box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
398 }
399 table.dataTable.no-footer {
400 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
401 }
402 table.dataTable.compact thead th,
403 table.dataTable.compact thead td {
404 padding: 4px 17px;
405 }
406 table.dataTable.compact tfoot th,
407 table.dataTable.compact tfoot td {
408 padding: 4px;
409 }
410 table.dataTable.compact tbody th,
411 table.dataTable.compact tbody td {
412 padding: 4px;
413 }
414
415 table.dataTable th,
416 table.dataTable td {
417 box-sizing: content-box;
418 }
419
420 /*
421 * Control feature layout
422 */
423 .dataTables_wrapper {
424 position: relative;
425 clear: both;
426 }
427 .dataTables_wrapper .dataTables_length {
428 float: left;
429 }
430 .dataTables_wrapper .dataTables_length select {
431 border: 1px solid #aaa;
432 border-radius: 3px;
433 padding: 5px;
434 background-color: transparent;
435 padding: 4px;
436 }
437 .dataTables_wrapper .dataTables_filter {
438 float: right;
439 text-align: right;
440 }
441 .dataTables_wrapper .dataTables_filter input {
442 border: 1px solid #aaa;
443 border-radius: 3px;
444 padding: 5px;
445 background-color: transparent;
446 margin-left: 3px;
447 }
448 .dataTables_wrapper .dataTables_info {
449 clear: both;
450 float: left;
451 padding-top: 0.755em;
452 }
453 .dataTables_wrapper .dataTables_paginate {
454 float: right;
455 text-align: right;
456 padding-top: 0.25em;
457 }
458 .dataTables_wrapper .dataTables_paginate .paginate_button {
459 box-sizing: border-box;
460 display: inline-block;
461 min-width: 1.5em;
462 padding: 0.5em 1em;
463 margin-left: 2px;
464 text-align: center;
465 text-decoration: none !important;
466 cursor: pointer;
467 color: #333 !important;
468 border: 1px solid transparent;
469 border-radius: 2px;
470 }
471 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
472 color: #333 !important;
473 border: 1px solid rgba(0, 0, 0, 0.3);
474 background-color: rgba(230, 230, 230, 0.1);
475 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)));
476 /* Chrome,Safari4+ */
477 background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
478 /* Chrome10+,Safari5.1+ */
479 background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
480 /* FF3.6+ */
481 background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
482 /* IE10+ */
483 background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
484 /* Opera 11.10+ */
485 background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
486 /* W3C */
487 }
488 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
489 cursor: default;
490 color: #666 !important;
491 border: 1px solid transparent;
492 background: transparent;
493 box-shadow: none;
494 }
495 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
496 color: white !important;
497 border: 1px solid #111;
498 background-color: #585858;
499 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
500 /* Chrome,Safari4+ */
501 background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
502 /* Chrome10+,Safari5.1+ */
503 background: -moz-linear-gradient(top, #585858 0%, #111 100%);
504 /* FF3.6+ */
505 background: -ms-linear-gradient(top, #585858 0%, #111 100%);
506 /* IE10+ */
507 background: -o-linear-gradient(top, #585858 0%, #111 100%);
508 /* Opera 11.10+ */
509 background: linear-gradient(to bottom, #585858 0%, #111 100%);
510 /* W3C */
511 }
512 .dataTables_wrapper .dataTables_paginate .paginate_button:active {
513 outline: none;
514 background-color: #2b2b2b;
515 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
516 /* Chrome,Safari4+ */
517 background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
518 /* Chrome10+,Safari5.1+ */
519 background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
520 /* FF3.6+ */
521 background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
522 /* IE10+ */
523 background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
524 /* Opera 11.10+ */
525 background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
526 /* W3C */
527 box-shadow: inset 0 0 3px #111;
528 }
529 .dataTables_wrapper .dataTables_paginate .ellipsis {
530 padding: 0 1em;
531 }
532 .dataTables_wrapper .dataTables_length,
533 .dataTables_wrapper .dataTables_filter,
534 .dataTables_wrapper .dataTables_info,
535 .dataTables_wrapper .dataTables_processing,
536 .dataTables_wrapper .dataTables_paginate {
537 color: #333;
538 }
539 .dataTables_wrapper .dataTables_scroll {
540 clear: both;
541 }
542 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
543 -webkit-overflow-scrolling: touch;
544 }
545 .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 {
546 vertical-align: middle;
547 }
548 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
549 .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,
550 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
551 height: 0;
552 overflow: hidden;
553 margin: 0 !important;
554 padding: 0 !important;
555 }
556 .dataTables_wrapper.no-footer .dataTables_scrollBody {
557 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
558 }
559 .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
560 .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
561 border-bottom: none;
562 }
563 .dataTables_wrapper:after {
564 visibility: hidden;
565 display: block;
566 content: "";
567 clear: both;
568 height: 0;
569 }
570
571 @media screen and (max-width: 767px) {
572 .dataTables_wrapper .dataTables_info,
573 .dataTables_wrapper .dataTables_paginate {
574 float: none;
575 text-align: center;
576 }
577 .dataTables_wrapper .dataTables_paginate {
578 margin-top: 0.5em;
579 }
580 }
581 @media screen and (max-width: 640px) {
582 .dataTables_wrapper .dataTables_length,
583 .dataTables_wrapper .dataTables_filter {
584 float: none;
585 text-align: center;
586 }
587 .dataTables_wrapper .dataTables_filter {
588 margin-top: 0.5em;
589 }
590 }
591
592
593 table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
594 table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
595 table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
596 cursor: default !important;
597 }
598 table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
599 table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
600 table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
601 display: none !important;
602 }
603 table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
604 table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
605 position: relative;
606 padding-left: 30px;
607 cursor: pointer;
608 }
609 table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
610 table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
611 top: 50%;
612 left: 5px;
613 height: 1em;
614 width: 1em;
615 margin-top: -9px;
616 display: block;
617 position: absolute;
618 color: white;
619 border: 0.15em solid white;
620 border-radius: 1em;
621 box-shadow: 0 0 0.2em #444;
622 box-sizing: content-box;
623 text-align: center;
624 text-indent: 0 !important;
625 font-family: "Courier New", Courier, monospace;
626 line-height: 1em;
627 content: "+";
628 background-color: #31b131;
629 }
630 table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
631 table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
632 content: "-";
633 background-color: #d33333;
634 }
635 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
636 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
637 padding-left: 27px;
638 }
639 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
640 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
641 left: 4px;
642 height: 14px;
643 width: 14px;
644 border-radius: 14px;
645 line-height: 14px;
646 text-indent: 3px;
647 }
648 table.dataTable.dtr-column > tbody > tr > td.dtr-control,
649 table.dataTable.dtr-column > tbody > tr > th.dtr-control,
650 table.dataTable.dtr-column > tbody > tr > td.control,
651 table.dataTable.dtr-column > tbody > tr > th.control {
652 position: relative;
653 cursor: pointer;
654 }
655 table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
656 table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
657 table.dataTable.dtr-column > tbody > tr > td.control:before,
658 table.dataTable.dtr-column > tbody > tr > th.control:before {
659 top: 50%;
660 left: 50%;
661 height: 0.8em;
662 width: 0.8em;
663 margin-top: -0.5em;
664 margin-left: -0.5em;
665 display: block;
666 position: absolute;
667 color: white;
668 border: 0.15em solid white;
669 border-radius: 1em;
670 box-shadow: 0 0 0.2em #444;
671 box-sizing: content-box;
672 text-align: center;
673 text-indent: 0 !important;
674 font-family: "Courier New", Courier, monospace;
675 line-height: 1em;
676 content: "+";
677 background-color: #31b131;
678 }
679 table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
680 table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
681 table.dataTable.dtr-column > tbody > tr.parent td.control:before,
682 table.dataTable.dtr-column > tbody > tr.parent th.control:before {
683 content: "-";
684 background-color: #d33333;
685 }
686 table.dataTable > tbody > tr.child {
687 padding: 0.5em 1em;
688 }
689 table.dataTable > tbody > tr.child:hover {
690 background: transparent !important;
691 }
692 table.dataTable > tbody > tr.child ul.dtr-details {
693 display: inline-block;
694 list-style-type: none;
695 margin: 0;
696 padding: 0;
697 }
698 table.dataTable > tbody > tr.child ul.dtr-details > li {
699 border-bottom: 1px solid #efefef;
700 padding: 0.5em 0;
701 }
702 table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
703 padding-top: 0;
704 }
705 table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
706 border-bottom: none;
707 }
708 table.dataTable > tbody > tr.child span.dtr-title {
709 display: inline-block;
710 min-width: 75px;
711 font-weight: bold;
712 }
713 div.dtr-modal {
714 position: fixed;
715 box-sizing: border-box;
716 top: 0;
717 left: 0;
718 height: 100%;
719 width: 100%;
720 z-index: 100;
721 padding: 10em 1em;
722 }
723 div.dtr-modal div.dtr-modal-display {
724 position: absolute;
725 top: 0;
726 left: 0;
727 bottom: 0;
728 right: 0;
729 width: 50%;
730 height: 50%;
731 overflow: auto;
732 margin: auto;
733 z-index: 102;
734 overflow: auto;
735 background-color: #f5f5f7;
736 border: 1px solid black;
737 border-radius: 0.5em;
738 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
739 }
740 div.dtr-modal div.dtr-modal-content {
741 position: relative;
742 padding: 1em;
743 }
744 div.dtr-modal div.dtr-modal-close {
745 position: absolute;
746 top: 6px;
747 right: 6px;
748 width: 22px;
749 height: 22px;
750 border: 1px solid #eaeaea;
751 background-color: #f9f9f9;
752 text-align: center;
753 border-radius: 3px;
754 cursor: pointer;
755 z-index: 12;
756 }
757 div.dtr-modal div.dtr-modal-close:hover {
758 background-color: #eaeaea;
759 }
760 div.dtr-modal div.dtr-modal-background {
761 position: fixed;
762 top: 0;
763 left: 0;
764 right: 0;
765 bottom: 0;
766 z-index: 101;
767 background: rgba(0, 0, 0, 0.6);
768 }
769
770 @media screen and (max-width: 767px) {
771 div.dtr-modal div.dtr-modal-display {
772 width: 95%;
773 }
774 }
775
776
777 div.dts {
778 display: block !important;
779 }
780 div.dts tbody th,
781 div.dts tbody td {
782 white-space: nowrap;
783 }
784 div.dts div.dts_loading {
785 z-index: 1;
786 }
787 div.dts div.dts_label {
788 position: absolute;
789 right: 10px;
790 background: rgba(0, 0, 0, 0.8);
791 color: white;
792 box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
793 text-align: right;
794 border-radius: 3px;
795 padding: 0.4em;
796 z-index: 2;
797 display: none;
798 }
799 div.dts div.dataTables_scrollBody {
800 background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
801 }
802 div.dts div.dataTables_scrollBody table {
803 background-color: white;
804 z-index: 2;
805 }
806 div.dts div.dataTables_paginate,
807 div.dts div.dataTables_length {
808 display: none;
809 }
810
811
812