PluginProbe
Posts Table with Search & Sort / 1.0.4
Posts Table with Search & Sort v1.0.4
1.4.13 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 40 releases
posts-data-table / assets / css / datatables.css

datatables.css in Posts Table with Search & Sort 1.0.4, at assets/css/datatables.css

648 lines 20.0 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.10.10,r-2.0.0
8 *
9 * Included libraries:
10 * DataTables 1.10.10, Responsive 2.0.0
11 */
12
13 /*
14 * Table styles
15 */
16 table.dataTable {
17 width: 100%;
18 margin: 0 auto;
19 clear: both;
20 border-collapse: separate;
21 border-spacing: 0;
22 /*
23 * Header and footer styles
24 */
25 /*
26 * Body styles
27 */
28 }
29 table.dataTable thead th,
30 table.dataTable tfoot th {
31 font-weight: bold;
32 }
33 table.dataTable thead th,
34 table.dataTable thead td {
35 padding: 10px 18px;
36 border-bottom: 1px solid #111;
37 }
38 table.dataTable thead th:active,
39 table.dataTable thead td:active {
40 outline: none;
41 }
42 table.dataTable tfoot th,
43 table.dataTable tfoot td {
44 padding: 10px 18px 6px 18px;
45 border-top: 1px solid #111;
46 }
47 table.dataTable thead .sorting,
48 table.dataTable thead .sorting_asc,
49 table.dataTable thead .sorting_desc {
50 cursor: pointer;
51 *cursor: hand;
52 }
53 table.dataTable thead .sorting,
54 table.dataTable thead .sorting_asc,
55 table.dataTable thead .sorting_desc,
56 table.dataTable thead .sorting_asc_disabled,
57 table.dataTable thead .sorting_desc_disabled {
58 background-repeat: no-repeat;
59 background-position: center right;
60 }
61 table.dataTable thead .sorting {
62 background-image: url("DataTables-1.10.10/images/sort_both.png");
63 }
64 table.dataTable thead .sorting_asc {
65 background-image: url("DataTables-1.10.10/images/sort_asc.png");
66 }
67 table.dataTable thead .sorting_desc {
68 background-image: url("DataTables-1.10.10/images/sort_desc.png");
69 }
70 table.dataTable thead .sorting_asc_disabled {
71 background-image: url("DataTables-1.10.10/images/sort_asc_disabled.png");
72 }
73 table.dataTable thead .sorting_desc_disabled {
74 background-image: url("DataTables-1.10.10/images/sort_desc_disabled.png");
75 }
76 table.dataTable tbody tr {
77 background-color: #ffffff;
78 }
79 table.dataTable tbody tr.selected {
80 background-color: #B0BED9;
81 }
82 table.dataTable tbody th,
83 table.dataTable tbody td {
84 padding: 8px 10px;
85 }
86 table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
87 border-top: 1px solid #ddd;
88 }
89 table.dataTable.row-border tbody tr:first-child th,
90 table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
91 table.dataTable.display tbody tr:first-child td {
92 border-top: none;
93 }
94 table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
95 border-top: 1px solid #ddd;
96 border-right: 1px solid #ddd;
97 }
98 table.dataTable.cell-border tbody tr th:first-child,
99 table.dataTable.cell-border tbody tr td:first-child {
100 border-left: 1px solid #ddd;
101 }
102 table.dataTable.cell-border tbody tr:first-child th,
103 table.dataTable.cell-border tbody tr:first-child td {
104 border-top: none;
105 }
106 table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
107 background-color: #f9f9f9;
108 }
109 table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
110 background-color: #acbad4;
111 }
112 table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
113 background-color: #f6f6f6;
114 }
115 table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
116 background-color: #aab7d1;
117 }
118 table.dataTable.order-column tbody tr > .sorting_1,
119 table.dataTable.order-column tbody tr > .sorting_2,
120 table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
121 table.dataTable.display tbody tr > .sorting_2,
122 table.dataTable.display tbody tr > .sorting_3 {
123 background-color: #fafafa;
124 }
125 table.dataTable.order-column tbody tr.selected > .sorting_1,
126 table.dataTable.order-column tbody tr.selected > .sorting_2,
127 table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
128 table.dataTable.display tbody tr.selected > .sorting_2,
129 table.dataTable.display tbody tr.selected > .sorting_3 {
130 background-color: #acbad5;
131 }
132 table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
133 background-color: #f1f1f1;
134 }
135 table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
136 background-color: #f3f3f3;
137 }
138 table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
139 background-color: whitesmoke;
140 }
141 table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
142 background-color: #a6b4cd;
143 }
144 table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
145 background-color: #a8b5cf;
146 }
147 table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
148 background-color: #a9b7d1;
149 }
150 table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
151 background-color: #fafafa;
152 }
153 table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
154 background-color: #fcfcfc;
155 }
156 table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
157 background-color: #fefefe;
158 }
159 table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
160 background-color: #acbad5;
161 }
162 table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
163 background-color: #aebcd6;
164 }
165 table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
166 background-color: #afbdd8;
167 }
168 table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
169 background-color: #eaeaea;
170 }
171 table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
172 background-color: #ececec;
173 }
174 table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
175 background-color: #efefef;
176 }
177 table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
178 background-color: #a2aec7;
179 }
180 table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
181 background-color: #a3b0c9;
182 }
183 table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
184 background-color: #a5b2cb;
185 }
186 table.dataTable.no-footer {
187 border-bottom: 1px solid #111;
188 }
189 table.dataTable.nowrap th, table.dataTable.nowrap td {
190 white-space: nowrap;
191 }
192 table.dataTable.compact thead th,
193 table.dataTable.compact thead td {
194 padding: 4px 17px 4px 4px;
195 }
196 table.dataTable.compact tfoot th,
197 table.dataTable.compact tfoot td {
198 padding: 4px;
199 }
200 table.dataTable.compact tbody th,
201 table.dataTable.compact tbody td {
202 padding: 4px;
203 }
204 table.dataTable th.dt-left,
205 table.dataTable td.dt-left {
206 text-align: left;
207 }
208 table.dataTable th.dt-center,
209 table.dataTable td.dt-center,
210 table.dataTable td.dataTables_empty {
211 text-align: center;
212 }
213 table.dataTable th.dt-right,
214 table.dataTable td.dt-right {
215 text-align: right;
216 }
217 table.dataTable th.dt-justify,
218 table.dataTable td.dt-justify {
219 text-align: justify;
220 }
221 table.dataTable th.dt-nowrap,
222 table.dataTable td.dt-nowrap {
223 white-space: nowrap;
224 }
225 table.dataTable thead th.dt-head-left,
226 table.dataTable thead td.dt-head-left,
227 table.dataTable tfoot th.dt-head-left,
228 table.dataTable tfoot td.dt-head-left {
229 text-align: left;
230 }
231 table.dataTable thead th.dt-head-center,
232 table.dataTable thead td.dt-head-center,
233 table.dataTable tfoot th.dt-head-center,
234 table.dataTable tfoot td.dt-head-center {
235 text-align: center;
236 }
237 table.dataTable thead th.dt-head-right,
238 table.dataTable thead td.dt-head-right,
239 table.dataTable tfoot th.dt-head-right,
240 table.dataTable tfoot td.dt-head-right {
241 text-align: right;
242 }
243 table.dataTable thead th.dt-head-justify,
244 table.dataTable thead td.dt-head-justify,
245 table.dataTable tfoot th.dt-head-justify,
246 table.dataTable tfoot td.dt-head-justify {
247 text-align: justify;
248 }
249 table.dataTable thead th.dt-head-nowrap,
250 table.dataTable thead td.dt-head-nowrap,
251 table.dataTable tfoot th.dt-head-nowrap,
252 table.dataTable tfoot td.dt-head-nowrap {
253 white-space: nowrap;
254 }
255 table.dataTable tbody th.dt-body-left,
256 table.dataTable tbody td.dt-body-left {
257 text-align: left;
258 }
259 table.dataTable tbody th.dt-body-center,
260 table.dataTable tbody td.dt-body-center {
261 text-align: center;
262 }
263 table.dataTable tbody th.dt-body-right,
264 table.dataTable tbody td.dt-body-right {
265 text-align: right;
266 }
267 table.dataTable tbody th.dt-body-justify,
268 table.dataTable tbody td.dt-body-justify {
269 text-align: justify;
270 }
271 table.dataTable tbody th.dt-body-nowrap,
272 table.dataTable tbody td.dt-body-nowrap {
273 white-space: nowrap;
274 }
275
276 table.dataTable,
277 table.dataTable th,
278 table.dataTable td {
279 -webkit-box-sizing: content-box;
280 -moz-box-sizing: content-box;
281 box-sizing: content-box;
282 }
283
284 /*
285 * Control feature layout
286 */
287 .dataTables_wrapper {
288 position: relative;
289 clear: both;
290 *zoom: 1;
291 zoom: 1;
292 }
293 .dataTables_wrapper .dataTables_length {
294 float: left;
295 }
296 .dataTables_wrapper .dataTables_filter {
297 float: right;
298 text-align: right;
299 }
300 .dataTables_wrapper .dataTables_filter input {
301 margin-left: 0.5em;
302 }
303 .dataTables_wrapper .dataTables_info {
304 clear: both;
305 float: left;
306 padding-top: 0.755em;
307 }
308 .dataTables_wrapper .dataTables_paginate {
309 float: right;
310 text-align: right;
311 padding-top: 0.25em;
312 }
313 .dataTables_wrapper .dataTables_paginate .paginate_button {
314 box-sizing: border-box;
315 display: inline-block;
316 min-width: 1.5em;
317 padding: 0.5em 1em;
318 margin-left: 2px;
319 text-align: center;
320 text-decoration: none !important;
321 cursor: pointer;
322 *cursor: hand;
323 color: #333 !important;
324 border: 1px solid transparent;
325 border-radius: 2px;
326 }
327 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
328 color: #333 !important;
329 border: 1px solid #979797;
330 background-color: white;
331 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
332 /* Chrome,Safari4+ */
333 background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
334 /* Chrome10+,Safari5.1+ */
335 background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
336 /* FF3.6+ */
337 background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
338 /* IE10+ */
339 background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
340 /* Opera 11.10+ */
341 background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
342 /* W3C */
343 }
344 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
345 cursor: default;
346 color: #666 !important;
347 border: 1px solid transparent;
348 background: transparent;
349 box-shadow: none;
350 }
351 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
352 color: white !important;
353 border: 1px solid #111;
354 background-color: #585858;
355 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
356 /* Chrome,Safari4+ */
357 background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
358 /* Chrome10+,Safari5.1+ */
359 background: -moz-linear-gradient(top, #585858 0%, #111 100%);
360 /* FF3.6+ */
361 background: -ms-linear-gradient(top, #585858 0%, #111 100%);
362 /* IE10+ */
363 background: -o-linear-gradient(top, #585858 0%, #111 100%);
364 /* Opera 11.10+ */
365 background: linear-gradient(to bottom, #585858 0%, #111 100%);
366 /* W3C */
367 }
368 .dataTables_wrapper .dataTables_paginate .paginate_button:active {
369 outline: none;
370 background-color: #2b2b2b;
371 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
372 /* Chrome,Safari4+ */
373 background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
374 /* Chrome10+,Safari5.1+ */
375 background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
376 /* FF3.6+ */
377 background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
378 /* IE10+ */
379 background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
380 /* Opera 11.10+ */
381 background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
382 /* W3C */
383 box-shadow: inset 0 0 3px #111;
384 }
385 .dataTables_wrapper .dataTables_paginate .ellipsis {
386 padding: 0 1em;
387 }
388 .dataTables_wrapper .dataTables_processing {
389 position: absolute;
390 top: 50%;
391 left: 50%;
392 width: 100%;
393 height: 40px;
394 margin-left: -50%;
395 margin-top: -25px;
396 padding-top: 20px;
397 text-align: center;
398 font-size: 1.2em;
399 background-color: white;
400 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
401 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
402 background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
403 background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
404 background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
405 background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
406 }
407 .dataTables_wrapper .dataTables_length,
408 .dataTables_wrapper .dataTables_filter,
409 .dataTables_wrapper .dataTables_info,
410 .dataTables_wrapper .dataTables_processing,
411 .dataTables_wrapper .dataTables_paginate {
412 color: #333;
413 }
414 .dataTables_wrapper .dataTables_scroll {
415 clear: both;
416 }
417 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
418 *margin-top: -1px;
419 -webkit-overflow-scrolling: touch;
420 }
421 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
422 vertical-align: middle;
423 }
424 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
425 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
426 height: 0;
427 overflow: hidden;
428 margin: 0 !important;
429 padding: 0 !important;
430 }
431 .dataTables_wrapper.no-footer .dataTables_scrollBody {
432 border-bottom: 1px solid #111;
433 }
434 .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
435 .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
436 border-bottom: none;
437 }
438 .dataTables_wrapper:after {
439 visibility: hidden;
440 display: block;
441 content: "";
442 clear: both;
443 height: 0;
444 }
445
446 @media screen and (max-width: 767px) {
447 .dataTables_wrapper .dataTables_info,
448 .dataTables_wrapper .dataTables_paginate {
449 float: none;
450 text-align: center;
451 }
452 .dataTables_wrapper .dataTables_paginate {
453 margin-top: 0.5em;
454 }
455 }
456 @media screen and (max-width: 640px) {
457 .dataTables_wrapper .dataTables_length,
458 .dataTables_wrapper .dataTables_filter {
459 float: none;
460 text-align: center;
461 }
462 .dataTables_wrapper .dataTables_filter {
463 margin-top: 0.5em;
464 }
465 }
466
467
468 table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
469 table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
470 table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
471 cursor: default !important;
472 }
473 table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
474 table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
475 table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
476 display: none !important;
477 }
478 table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
479 table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
480 position: relative;
481 padding-left: 30px;
482 cursor: pointer;
483 }
484 table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
485 table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
486 top: 8px;
487 left: 4px;
488 height: 16px;
489 width: 16px;
490 display: block;
491 position: absolute;
492 color: white;
493 border: 2px solid white;
494 border-radius: 16px;
495 box-shadow: 0 0 3px #444;
496 box-sizing: content-box;
497 font-family: 'Courier New', Courier, monospace;
498 text-indent: 4px;
499 line-height: 16px;
500 content: '+';
501 background-color: #31b131;
502 }
503 table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
504 table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
505 content: '-';
506 background-color: #d33333;
507 }
508 table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
509 display: none;
510 }
511 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
512 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
513 padding-left: 27px;
514 }
515 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
516 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
517 top: 5px;
518 left: 4px;
519 height: 14px;
520 width: 14px;
521 border-radius: 14px;
522 line-height: 14px;
523 text-indent: 3px;
524 }
525 table.dataTable.dtr-column > tbody > tr > td.control,
526 table.dataTable.dtr-column > tbody > tr > th.control {
527 position: relative;
528 cursor: pointer;
529 }
530 table.dataTable.dtr-column > tbody > tr > td.control:before,
531 table.dataTable.dtr-column > tbody > tr > th.control:before {
532 top: 50%;
533 left: 50%;
534 height: 16px;
535 width: 16px;
536 margin-top: -10px;
537 margin-left: -10px;
538 display: block;
539 position: absolute;
540 color: white;
541 border: 2px solid white;
542 border-radius: 16px;
543 box-shadow: 0 0 3px #444;
544 box-sizing: content-box;
545 font-family: 'Courier New', Courier, monospace;
546 text-indent: 4px;
547 line-height: 16px;
548 content: '+';
549 background-color: #31b131;
550 }
551 table.dataTable.dtr-column > tbody > tr.parent td.control:before,
552 table.dataTable.dtr-column > tbody > tr.parent th.control:before {
553 content: '-';
554 background-color: #d33333;
555 }
556 table.dataTable > tbody > tr.child {
557 padding: 0.5em 1em;
558 }
559 table.dataTable > tbody > tr.child:hover {
560 background: transparent !important;
561 }
562 table.dataTable > tbody > tr.child ul {
563 display: inline-block;
564 list-style-type: none;
565 margin: 0;
566 padding: 0;
567 }
568 table.dataTable > tbody > tr.child ul li {
569 border-bottom: 1px solid #efefef;
570 padding: 0.5em 0;
571 }
572 table.dataTable > tbody > tr.child ul li:first-child {
573 padding-top: 0;
574 }
575 table.dataTable > tbody > tr.child ul li:last-child {
576 border-bottom: none;
577 }
578 table.dataTable > tbody > tr.child span.dtr-title {
579 display: inline-block;
580 min-width: 75px;
581 font-weight: bold;
582 }
583
584 div.dtr-modal {
585 position: fixed;
586 box-sizing: border-box;
587 top: 0;
588 left: 0;
589 height: 100%;
590 width: 100%;
591 z-index: 100;
592 padding: 10em 1em;
593 }
594 div.dtr-modal div.dtr-modal-display {
595 position: absolute;
596 top: 0;
597 left: 0;
598 bottom: 0;
599 right: 0;
600 width: 50%;
601 height: 50%;
602 overflow: auto;
603 margin: auto;
604 z-index: 102;
605 overflow: auto;
606 background-color: #f5f5f7;
607 border: 1px solid black;
608 border-radius: 0.5em;
609 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
610 }
611 div.dtr-modal div.dtr-modal-content {
612 position: relative;
613 padding: 1em;
614 }
615 div.dtr-modal div.dtr-modal-close {
616 position: absolute;
617 top: 6px;
618 right: 6px;
619 width: 22px;
620 height: 22px;
621 border: 1px solid #eaeaea;
622 background-color: #f9f9f9;
623 text-align: center;
624 border-radius: 3px;
625 cursor: pointer;
626 z-index: 12;
627 }
628 div.dtr-modal div.dtr-modal-close:hover {
629 background-color: #eaeaea;
630 }
631 div.dtr-modal div.dtr-modal-background {
632 position: fixed;
633 top: 0;
634 left: 0;
635 right: 0;
636 bottom: 0;
637 z-index: 101;
638 background: rgba(0, 0, 0, 0.6);
639 }
640
641 @media screen and (max-width: 767px) {
642 div.dtr-modal div.dtr-modal-display {
643 width: 95%;
644 }
645 }
646
647
648