source: public/vendors/dataTable/datatables.css@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 35.0 KB
Line 
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/#bs4/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.20/af-2.3.4/b-1.6.1/b-colvis-1.6.1/b-flash-1.6.1/b-html5-1.6.1/b-print-1.6.1/cr-1.5.2/fc-3.3.0/fh-3.1.6/kt-2.5.1/r-2.2.3/rg-1.1.1/rr-1.2.6/sc-2.0.1/sp-1.0.1/sl-1.3.1
8 *
9 * Included libraries:
10 * JSZip 2.5.0, pdfmake 0.1.36, DataTables 1.10.20, AutoFill 2.3.4, Buttons 1.6.1, Column visibility 1.6.1, Flash export 1.6.1, HTML5 export 1.6.1, Print view 1.6.1, ColReorder 1.5.2, FixedColumns 3.3.0, FixedHeader 3.1.6, KeyTable 2.5.1, Responsive 2.2.3, RowGroup 1.1.1, RowReorder 1.2.6, Scroller 2.0.1, SearchPanes 1.0.1, Select 1.3.1
11 */
12
13table.dataTable {
14 clear: both;
15 margin-top: 6px !important;
16 margin-bottom: 6px !important;
17 max-width: none !important;
18 border-collapse: separate !important;
19 border-spacing: 0;
20}
21table.dataTable td,
22table.dataTable th {
23 -webkit-box-sizing: content-box;
24 box-sizing: content-box;
25}
26table.dataTable td.dataTables_empty,
27table.dataTable th.dataTables_empty {
28 text-align: center;
29}
30table.dataTable.nowrap th,
31table.dataTable.nowrap td {
32 white-space: nowrap;
33}
34
35div.dataTables_wrapper div.dataTables_length label {
36 font-weight: normal;
37 text-align: left;
38 white-space: nowrap;
39}
40div.dataTables_wrapper div.dataTables_length select {
41 width: auto;
42 display: inline-block;
43}
44div.dataTables_wrapper div.dataTables_filter {
45 text-align: right;
46}
47div.dataTables_wrapper div.dataTables_filter label {
48 font-weight: normal;
49 white-space: nowrap;
50 text-align: left;
51}
52div.dataTables_wrapper div.dataTables_filter input {
53 margin-left: 0.5em;
54 display: inline-block;
55 width: auto;
56}
57div.dataTables_wrapper div.dataTables_info {
58 padding-top: 0.85em;
59 white-space: nowrap;
60}
61div.dataTables_wrapper div.dataTables_paginate {
62 margin: 0;
63 white-space: nowrap;
64 text-align: right;
65}
66div.dataTables_wrapper div.dataTables_paginate ul.pagination {
67 margin: 2px 0;
68 white-space: nowrap;
69 justify-content: flex-end;
70}
71div.dataTables_wrapper div.dataTables_processing {
72 position: absolute;
73 top: 50%;
74 left: 50%;
75 width: 200px;
76 margin-left: -100px;
77 margin-top: -26px;
78 text-align: center;
79 padding: 1em 0;
80}
81
82table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
83table.dataTable thead > tr > td.sorting_asc,
84table.dataTable thead > tr > td.sorting_desc,
85table.dataTable thead > tr > td.sorting {
86 padding-right: 30px;
87}
88table.dataTable thead > tr > th:active,
89table.dataTable thead > tr > td:active {
90 outline: none;
91}
92table.dataTable thead .sorting,
93table.dataTable thead .sorting_asc,
94table.dataTable thead .sorting_desc,
95table.dataTable thead .sorting_asc_disabled,
96table.dataTable thead .sorting_desc_disabled {
97 cursor: pointer;
98 position: relative;
99}
100table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
101table.dataTable thead .sorting_asc:before,
102table.dataTable thead .sorting_asc:after,
103table.dataTable thead .sorting_desc:before,
104table.dataTable thead .sorting_desc:after,
105table.dataTable thead .sorting_asc_disabled:before,
106table.dataTable thead .sorting_asc_disabled:after,
107table.dataTable thead .sorting_desc_disabled:before,
108table.dataTable thead .sorting_desc_disabled:after {
109 position: absolute;
110 bottom: 0.9em;
111 display: block;
112 opacity: 0.3;
113}
114table.dataTable thead .sorting:before,
115table.dataTable thead .sorting_asc:before,
116table.dataTable thead .sorting_desc:before,
117table.dataTable thead .sorting_asc_disabled:before,
118table.dataTable thead .sorting_desc_disabled:before {
119 right: 1em;
120 content: "\2191";
121}
122table.dataTable thead .sorting:after,
123table.dataTable thead .sorting_asc:after,
124table.dataTable thead .sorting_desc:after,
125table.dataTable thead .sorting_asc_disabled:after,
126table.dataTable thead .sorting_desc_disabled:after {
127 right: 0.5em;
128 content: "\2193";
129}
130table.dataTable thead .sorting_asc:before,
131table.dataTable thead .sorting_desc:after {
132 opacity: 1;
133}
134table.dataTable thead .sorting_asc_disabled:before,
135table.dataTable thead .sorting_desc_disabled:after {
136 opacity: 0;
137}
138
139div.dataTables_scrollHead table.dataTable {
140 margin-bottom: 0 !important;
141}
142
143div.dataTables_scrollBody table {
144 border-top: none;
145 margin-top: 0 !important;
146 margin-bottom: 0 !important;
147}
148div.dataTables_scrollBody table thead .sorting:before,
149div.dataTables_scrollBody table thead .sorting_asc:before,
150div.dataTables_scrollBody table thead .sorting_desc:before,
151div.dataTables_scrollBody table thead .sorting:after,
152div.dataTables_scrollBody table thead .sorting_asc:after,
153div.dataTables_scrollBody table thead .sorting_desc:after {
154 display: none;
155}
156div.dataTables_scrollBody table tbody tr:first-child th,
157div.dataTables_scrollBody table tbody tr:first-child td {
158 border-top: none;
159}
160
161div.dataTables_scrollFoot > .dataTables_scrollFootInner {
162 box-sizing: content-box;
163}
164div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
165 margin-top: 0 !important;
166 border-top: none;
167}
168
169@media screen and (max-width: 767px) {
170 div.dataTables_wrapper div.dataTables_length,
171 div.dataTables_wrapper div.dataTables_filter,
172 div.dataTables_wrapper div.dataTables_info,
173 div.dataTables_wrapper div.dataTables_paginate {
174 text-align: center;
175 }
176}
177table.dataTable.table-sm > thead > tr > th {
178 padding-right: 20px;
179}
180table.dataTable.table-sm .sorting:before,
181table.dataTable.table-sm .sorting_asc:before,
182table.dataTable.table-sm .sorting_desc:before {
183 top: 5px;
184 right: 0.85em;
185}
186table.dataTable.table-sm .sorting:after,
187table.dataTable.table-sm .sorting_asc:after,
188table.dataTable.table-sm .sorting_desc:after {
189 top: 5px;
190}
191
192table.table-bordered.dataTable th,
193table.table-bordered.dataTable td {
194 border-left-width: 0;
195}
196table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
197table.table-bordered.dataTable td:last-child,
198table.table-bordered.dataTable td:last-child {
199 border-right-width: 0;
200}
201table.table-bordered.dataTable tbody th,
202table.table-bordered.dataTable tbody td {
203 border-bottom-width: 0;
204}
205
206div.dataTables_scrollHead table.table-bordered {
207 border-bottom-width: 0;
208}
209
210div.table-responsive > div.dataTables_wrapper > div.row {
211 margin: 0;
212}
213div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
214 padding-left: 0;
215}
216div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
217 padding-right: 0;
218}
219
220
221div.dt-autofill-handle{position:absolute;height:8px;width:8px;z-index:102;box-sizing:border-box;background:#0275d8;cursor:pointer}div.dtk-focus-alt div.dt-autofill-handle{background:#ff8b33}div.dt-autofill-select{position:absolute;z-index:1001;background-color:#0275d8;background-image:repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,0.5) 5px, rgba(255,255,255,0.5) 10px)}div.dt-autofill-select.top,div.dt-autofill-select.bottom{height:3px;margin-top:-1px}div.dt-autofill-select.left,div.dt-autofill-select.right{width:3px;margin-left:-1px}div.dt-autofill-list{position:fixed;top:50%;left:50%;width:500px;margin-left:-250px;background-color:white;border-radius:6px;box-shadow:0 0 5px #555;border:2px solid #444;z-index:11;box-sizing:border-box;padding:1.5em 2em}div.dt-autofill-list ul{display:table;margin:0;padding:0;list-style:none;width:100%}div.dt-autofill-list ul li{display:table-row}div.dt-autofill-list ul li:last-child div.dt-autofill-question,div.dt-autofill-list ul li:last-child div.dt-autofill-button{border-bottom:none}div.dt-autofill-list ul li:hover{background-color:#f6f6f6}div.dt-autofill-list div.dt-autofill-question{display:table-cell;padding:0.5em 0;border-bottom:1px solid #ccc}div.dt-autofill-list div.dt-autofill-question input[type=number]{padding:6px;width:30px;margin:-2px 0}div.dt-autofill-list div.dt-autofill-button{display:table-cell;padding:0.5em 0;border-bottom:1px solid #ccc}div.dt-autofill-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:10}div.dt-autofill-list div.dt-autofill-question input[type=number]{padding:6px;width:60px;margin:-2px 0}
222
223
224@keyframes dtb-spinner {
225 100% {
226 transform: rotate(360deg);
227 }
228}
229@-o-keyframes dtb-spinner {
230 100% {
231 -o-transform: rotate(360deg);
232 transform: rotate(360deg);
233 }
234}
235@-ms-keyframes dtb-spinner {
236 100% {
237 -ms-transform: rotate(360deg);
238 transform: rotate(360deg);
239 }
240}
241@-webkit-keyframes dtb-spinner {
242 100% {
243 -webkit-transform: rotate(360deg);
244 transform: rotate(360deg);
245 }
246}
247@-moz-keyframes dtb-spinner {
248 100% {
249 -moz-transform: rotate(360deg);
250 transform: rotate(360deg);
251 }
252}
253div.dt-button-info {
254 position: fixed;
255 top: 50%;
256 left: 50%;
257 width: 400px;
258 margin-top: -100px;
259 margin-left: -200px;
260 background-color: white;
261 border: 2px solid #111;
262 box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
263 border-radius: 3px;
264 text-align: center;
265 z-index: 21;
266}
267div.dt-button-info h2 {
268 padding: 0.5em;
269 margin: 0;
270 font-weight: normal;
271 border-bottom: 1px solid #ddd;
272 background-color: #f3f3f3;
273}
274div.dt-button-info > div {
275 padding: 1em;
276}
277
278div.dt-button-collection-title {
279 text-align: center;
280 padding: 0.3em 0 0.5em;
281 font-size: 0.9em;
282}
283
284div.dt-button-collection-title:empty {
285 display: none;
286}
287
288div.dt-button-collection {
289 position: absolute;
290 z-index: 2001;
291}
292div.dt-button-collection div.dropdown-menu {
293 display: block;
294 z-index: 2002;
295 min-width: 100%;
296}
297div.dt-button-collection div.dt-button-collection-title {
298 background-color: white;
299 border: 1px solid rgba(0, 0, 0, 0.15);
300}
301div.dt-button-collection.fixed {
302 position: fixed;
303 top: 50%;
304 left: 50%;
305 margin-left: -75px;
306 border-radius: 0;
307}
308div.dt-button-collection.fixed.two-column {
309 margin-left: -200px;
310}
311div.dt-button-collection.fixed.three-column {
312 margin-left: -225px;
313}
314div.dt-button-collection.fixed.four-column {
315 margin-left: -300px;
316}
317div.dt-button-collection > :last-child {
318 display: block !important;
319 -webkit-column-gap: 8px;
320 -moz-column-gap: 8px;
321 -ms-column-gap: 8px;
322 -o-column-gap: 8px;
323 column-gap: 8px;
324}
325div.dt-button-collection > :last-child > * {
326 -webkit-column-break-inside: avoid;
327 break-inside: avoid;
328}
329div.dt-button-collection.two-column {
330 width: 400px;
331}
332div.dt-button-collection.two-column > :last-child {
333 padding-bottom: 1px;
334 -webkit-column-count: 2;
335 -moz-column-count: 2;
336 -ms-column-count: 2;
337 -o-column-count: 2;
338 column-count: 2;
339}
340div.dt-button-collection.three-column {
341 width: 450px;
342}
343div.dt-button-collection.three-column > :last-child {
344 padding-bottom: 1px;
345 -webkit-column-count: 3;
346 -moz-column-count: 3;
347 -ms-column-count: 3;
348 -o-column-count: 3;
349 column-count: 3;
350}
351div.dt-button-collection.four-column {
352 width: 600px;
353}
354div.dt-button-collection.four-column > :last-child {
355 padding-bottom: 1px;
356 -webkit-column-count: 4;
357 -moz-column-count: 4;
358 -ms-column-count: 4;
359 -o-column-count: 4;
360 column-count: 4;
361}
362div.dt-button-collection .dt-button {
363 border-radius: 0;
364}
365div.dt-button-collection.fixed {
366 max-width: none;
367}
368div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
369 display: none;
370}
371
372div.dt-button-background {
373 position: fixed;
374 top: 0;
375 left: 0;
376 width: 100%;
377 height: 100%;
378 z-index: 999;
379}
380
381@media screen and (max-width: 767px) {
382 div.dt-buttons {
383 float: none;
384 width: 100%;
385 text-align: center;
386 margin-bottom: 0.5em;
387 }
388 div.dt-buttons a.btn {
389 float: none;
390 }
391}
392div.dt-buttons button.btn.processing,
393div.dt-buttons div.btn.processing,
394div.dt-buttons a.btn.processing {
395 color: rgba(0, 0, 0, 0.2);
396}
397div.dt-buttons button.btn.processing:after,
398div.dt-buttons div.btn.processing:after,
399div.dt-buttons a.btn.processing:after {
400 position: absolute;
401 top: 50%;
402 left: 50%;
403 width: 16px;
404 height: 16px;
405 margin: -8px 0 0 -8px;
406 box-sizing: border-box;
407 display: block;
408 content: ' ';
409 border: 2px solid #282828;
410 border-radius: 50%;
411 border-left-color: transparent;
412 border-right-color: transparent;
413 animation: dtb-spinner 1500ms infinite linear;
414 -o-animation: dtb-spinner 1500ms infinite linear;
415 -ms-animation: dtb-spinner 1500ms infinite linear;
416 -webkit-animation: dtb-spinner 1500ms infinite linear;
417 -moz-animation: dtb-spinner 1500ms infinite linear;
418}
419
420
421table.DTCR_clonedTable.dataTable {
422 position: absolute !important;
423 background-color: rgba(255, 255, 255, 0.7);
424 z-index: 202;
425}
426
427div.DTCR_pointer {
428 width: 1px;
429 background-color: #0275d8;
430 z-index: 201;
431}
432
433
434table.DTFC_Cloned tr {
435 background-color: white;
436 margin-bottom: 0;
437}
438
439div.DTFC_LeftHeadWrapper table,
440div.DTFC_RightHeadWrapper table {
441 border-bottom: none !important;
442 margin-bottom: 0 !important;
443 background-color: white;
444}
445
446div.DTFC_LeftBodyWrapper table,
447div.DTFC_RightBodyWrapper table {
448 border-top: none;
449 margin: 0 !important;
450 z-index: 2;
451}
452div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after,
453div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
454div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
455div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
456div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
457div.DTFC_LeftBodyWrapper table thead .sorting:before,
458div.DTFC_LeftBodyWrapper table thead .sorting:after,
459div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
460div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
461div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
462div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
463div.DTFC_RightBodyWrapper table thead .sorting:before,
464div.DTFC_RightBodyWrapper table thead .sorting:after,
465div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
466div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
467div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
468div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
469div.DTFC_RightBodyWrapper table thead .sorting:before,
470div.DTFC_RightBodyWrapper table thead .sorting:after,
471div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
472div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
473div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
474div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
475 display: none;
476}
477div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
478div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
479div.DTFC_RightBodyWrapper table tbody tr:first-child th,
480div.DTFC_RightBodyWrapper table tbody tr:first-child td {
481 border-top: none;
482}
483
484div.DTFC_LeftFootWrapper table,
485div.DTFC_RightFootWrapper table {
486 border-top: none;
487 margin-top: 0 !important;
488 background-color: white;
489}
490
491div.DTFC_Blocker {
492 background-color: white;
493}
494
495table.dataTable.table-striped.DTFC_Cloned tbody {
496 background-color: white;
497}
498
499
500table.dataTable.fixedHeader-floating,
501table.dataTable.fixedHeader-locked {
502 background-color: white;
503 margin-top: 0 !important;
504 margin-bottom: 0 !important;
505}
506
507table.dataTable.fixedHeader-floating {
508 position: fixed !important;
509}
510
511table.dataTable.fixedHeader-locked {
512 position: absolute !important;
513}
514
515@media print {
516 table.fixedHeader-floating {
517 display: none;
518 }
519}
520
521
522table.dataTable tbody th.focus,
523table.dataTable tbody td.focus {
524 box-shadow: inset 0 0 1px 2px #0275d8;
525}
526
527div.dtk-focus-alt table.dataTable tbody th.focus,
528div.dtk-focus-alt table.dataTable tbody td.focus {
529 box-shadow: inset 0 0 1px 2px #ff8b33;
530}
531
532
533table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
534table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
535table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
536 cursor: default !important;
537}
538table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
539table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
540table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
541 display: none !important;
542}
543table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
544table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
545 position: relative;
546 padding-left: 30px;
547 cursor: pointer;
548}
549table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
550table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
551 top: 12px;
552 left: 4px;
553 height: 14px;
554 width: 14px;
555 display: block;
556 position: absolute;
557 color: white;
558 border: 2px solid white;
559 border-radius: 14px;
560 box-shadow: 0 0 3px #444;
561 box-sizing: content-box;
562 text-align: center;
563 text-indent: 0 !important;
564 font-family: 'Courier New', Courier, monospace;
565 line-height: 14px;
566 content: '+';
567 background-color: #0275d8;
568}
569table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
570table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
571 content: '-';
572 background-color: #d33333;
573}
574table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
575table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
576 padding-left: 27px;
577}
578table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
579table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
580 top: 5px;
581 left: 4px;
582 height: 14px;
583 width: 14px;
584 border-radius: 14px;
585 line-height: 14px;
586 text-indent: 3px;
587}
588table.dataTable.dtr-column > tbody > tr > td.control,
589table.dataTable.dtr-column > tbody > tr > th.control {
590 position: relative;
591 cursor: pointer;
592}
593table.dataTable.dtr-column > tbody > tr > td.control:before,
594table.dataTable.dtr-column > tbody > tr > th.control:before {
595 top: 50%;
596 left: 50%;
597 height: 16px;
598 width: 16px;
599 margin-top: -10px;
600 margin-left: -10px;
601 display: block;
602 position: absolute;
603 color: white;
604 border: 2px solid white;
605 border-radius: 14px;
606 box-shadow: 0 0 3px #444;
607 box-sizing: content-box;
608 text-align: center;
609 text-indent: 0 !important;
610 font-family: 'Courier New', Courier, monospace;
611 line-height: 14px;
612 content: '+';
613 background-color: #0275d8;
614}
615table.dataTable.dtr-column > tbody > tr.parent td.control:before,
616table.dataTable.dtr-column > tbody > tr.parent th.control:before {
617 content: '-';
618 background-color: #d33333;
619}
620table.dataTable > tbody > tr.child {
621 padding: 0.5em 1em;
622}
623table.dataTable > tbody > tr.child:hover {
624 background: transparent !important;
625}
626table.dataTable > tbody > tr.child ul.dtr-details {
627 display: inline-block;
628 list-style-type: none;
629 margin: 0;
630 padding: 0;
631}
632table.dataTable > tbody > tr.child ul.dtr-details > li {
633 border-bottom: 1px solid #efefef;
634 padding: 0.5em 0;
635}
636table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
637 padding-top: 0;
638}
639table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
640 border-bottom: none;
641}
642table.dataTable > tbody > tr.child span.dtr-title {
643 display: inline-block;
644 min-width: 75px;
645 font-weight: bold;
646}
647
648div.dtr-modal {
649 position: fixed;
650 box-sizing: border-box;
651 top: 0;
652 left: 0;
653 height: 100%;
654 width: 100%;
655 z-index: 100;
656 padding: 10em 1em;
657}
658div.dtr-modal div.dtr-modal-display {
659 position: absolute;
660 top: 0;
661 left: 0;
662 bottom: 0;
663 right: 0;
664 width: 50%;
665 height: 50%;
666 overflow: auto;
667 margin: auto;
668 z-index: 102;
669 overflow: auto;
670 background-color: #f5f5f7;
671 border: 1px solid black;
672 border-radius: 0.5em;
673 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
674}
675div.dtr-modal div.dtr-modal-content {
676 position: relative;
677 padding: 1em;
678}
679div.dtr-modal div.dtr-modal-close {
680 position: absolute;
681 top: 6px;
682 right: 6px;
683 width: 22px;
684 height: 22px;
685 border: 1px solid #eaeaea;
686 background-color: #f9f9f9;
687 text-align: center;
688 border-radius: 3px;
689 cursor: pointer;
690 z-index: 12;
691}
692div.dtr-modal div.dtr-modal-close:hover {
693 background-color: #eaeaea;
694}
695div.dtr-modal div.dtr-modal-background {
696 position: fixed;
697 top: 0;
698 left: 0;
699 right: 0;
700 bottom: 0;
701 z-index: 101;
702 background: rgba(0, 0, 0, 0.6);
703}
704
705@media screen and (max-width: 767px) {
706 div.dtr-modal div.dtr-modal-display {
707 width: 95%;
708 }
709}
710div.dtr-bs-modal table.table tr:first-child td {
711 border-top: none;
712}
713
714
715table.dataTable tr.dtrg-group td {
716 background-color: #e0e0e0;
717}
718
719table.dataTable tr.dtrg-group.dtrg-level-0 td {
720 font-weight: bold;
721}
722
723table.dataTable tr.dtrg-group.dtrg-level-1 td,
724table.dataTable tr.dtrg-group.dtrg-level-2 td {
725 background-color: #f0f0f0;
726 padding-top: 0.25em;
727 padding-bottom: 0.25em;
728 padding-left: 2em;
729 font-size: 0.9em;
730}
731
732table.dataTable tr.dtrg-group.dtrg-level-2 td {
733 background-color: #f3f3f3;
734}
735
736
737table.dt-rowReorder-float {
738 position: absolute !important;
739 opacity: 0.8;
740 table-layout: fixed;
741 outline: 2px solid #0275d8;
742 outline-offset: -2px;
743 z-index: 2001;
744}
745
746tr.dt-rowReorder-moving {
747 outline: 2px solid #888;
748 outline-offset: -2px;
749}
750
751body.dt-rowReorder-noOverflow {
752 overflow-x: hidden;
753}
754
755table.dataTable td.reorder {
756 text-align: center;
757 cursor: move;
758}
759
760
761div.dts {
762 display: block !important;
763}
764div.dts tbody th,
765div.dts tbody td {
766 white-space: nowrap;
767}
768div.dts div.dts_loading {
769 z-index: 1;
770}
771div.dts div.dts_label {
772 position: absolute;
773 right: 10px;
774 background: rgba(0, 0, 0, 0.8);
775 color: white;
776 box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
777 text-align: right;
778 border-radius: 3px;
779 padding: 0.4em;
780 z-index: 2;
781 display: none;
782}
783div.dts div.dataTables_scrollBody {
784 background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
785}
786div.dts div.dataTables_scrollBody table {
787 z-index: 2;
788}
789div.dts div.dataTables_paginate,
790div.dts div.dataTables_length {
791 display: none;
792}
793
794div.DTS div.dataTables_scrollBody table {
795 background-color: white;
796}
797
798
799div.dtsp-topRow {
800 display: flex;
801 flex-direction: row;
802 flex-wrap: nowrap;
803 justify-content: space-around;
804 align-content: flex-start;
805 align-items: flex-start;
806}
807div.dtsp-topRow div.dtsp-subRow1 {
808 display: flex;
809 flex-direction: row;
810 flex-wrap: nowrap;
811 flex-grow: 1;
812 flex-shrink: 0;
813 flex-basis: 0;
814}
815div.dtsp-topRow div.dtsp-searchCont {
816 display: flex;
817 flex-direction: row;
818 flex-wrap: nowrap;
819 flex-grow: 1;
820 flex-shrink: 0;
821 flex-basis: 0;
822}
823div.dtsp-topRow button.dtsp-nameButton {
824 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC");
825 background-repeat: no-repeat;
826 background-position: center;
827 background-size: 23px;
828 vertical-align: bottom;
829}
830div.dtsp-topRow button.dtsp-countButton {
831 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=");
832 background-repeat: no-repeat;
833 background-position: center;
834 background-size: 18px;
835 vertical-align: bottom;
836}
837div.dtsp-topRow button.dtsp-searchIcon {
838 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAEnSURBVCgVpdG7SgNBFIDh1RhJsBBEsDIgIhaWFjZa2GtpKb6AnU0MprKOWEjK2IuFFxCxS2lhZyOWXh5AQVER/X+zuwwywoIHvp3dM3Nm55Ik/4i+P2or5FewiBIe0cEt8ogVz9LbhEVf+cgkcew1tvAZ5PPXGm9HOMEanMAYQhunaCAazuqA1UjvILl9HGPc/n4fabjPGbzjMM2FjfkDuPw5O8JilzgA9/OKWDynyWnbsPiF7yc4SRWxmEyTN7ZhsSd7gTLW8TuGSSzBcZd2hsV+n+MNC9jGCNzjPDwsz8XCO/x02Bqeptcxhg+4gjD8YxetLOkBGRbuwcIr+NdRLMPl3uMM2YHx2gsLd+D97qKEQuGe65jCAzbgVRWOCUZuovAfs5m/AdVxL0R1AIsLAAAAAElFTkSuQmCC");
839 background-repeat: no-repeat;
840 background-position: center;
841 background-size: 12px;
842}
843
844div.dataTables_scrollBody {
845 background: white !important;
846}
847
848div.dtsp-searchPanes {
849 display: flex;
850 flex-direction: row;
851 flex-wrap: wrap;
852 justify-content: space-evenly;
853 align-content: flex-start;
854 align-items: stretch;
855 clear: both;
856}
857div.dtsp-searchPanes button.btn {
858 margin: 1px;
859}
860div.dtsp-searchPanes button.dtsp-clearAll {
861 max-width: 50px;
862}
863
864div.dtsp-searchPane {
865 flex-direction: row;
866 flex-wrap: nowrap;
867 flex-grow: 1;
868 flex-shrink: 0;
869 flex-basis: 280px;
870 justify-content: space-around;
871 align-content: flex-start;
872 align-items: stretch;
873 padding-top: 0px;
874 padding-bottom: 5px;
875 margin: 5px 0;
876 margin-top: 0px;
877 margin-bottom: 0px;
878 font-size: 0.9em;
879 margin: 5px;
880}
881div.dtsp-searchPane div.dataTables_wrapper {
882 flex: 1;
883}
884div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
885 display: none;
886}
887div.dtsp-searchPane div.dataTables_wrapper div.row div.col-sm-12:empty {
888 display: none;
889}
890div.dtsp-searchPane div.dataTables_wrapper div.row div.dataTables_filter {
891 display: none;
892}
893div.dtsp-searchPane div.btn-group {
894 padding: 0px;
895}
896div.dtsp-searchPane div.btn-group button.btn {
897 margin: 0;
898 height: 40px;
899}
900div.dtsp-searchPane div.dtsp-topRow {
901 padding: 0px !important;
902 margin: 0px !important;
903}
904div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRows {
905 padding: 0px !important;
906 text-align: right;
907}
908div.dtsp-searchPane div.dtsp-topRow div.row {
909 width: 100%;
910}
911div.dtsp-searchPane thead {
912 display: none;
913}
914div.dtsp-searchPane .mb-3 {
915 margin-bottom: none !important;
916}
917div.dtsp-searchPane .col-sm-12 {
918 padding: 5px;
919}
920div.dtsp-searchPane .input-group {
921 height: 40px !important;
922 padding: 0px !important;
923}
924div.dtsp-searchPane .input-group .input-group-append {
925 display: inline-block;
926}
927div.dtsp-searchPane div.dataTables_scrollHead {
928 display: none;
929}
930div.dtsp-searchPane div.dataTables_scrollBody {
931 padding: 2px;
932 border: 2px #f0f0f0 solid;
933 border-radius: 4px;
934}
935div.dtsp-searchPane div.dataTables_scrollBody:hover {
936 border: 2px solid #cfcfcf !important;
937}
938div.dtsp-searchPane div.dataTables_scrollBody table tbody tr span.badge {
939 float: right;
940 min-width: 30px;
941 display: inline-block;
942 line-height: 1;
943}
944div.dtsp-searchPane div.dataTables_scrollBody table tbody tr td.dtsp-countColumn {
945 text-align: right;
946}
947div.dtsp-searchPane .dtsp-searchIcon {
948 display: block;
949 position: relative;
950 padding: 18px 13px;
951}
952div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
953 display: none;
954}
955div.dtsp-searchPane div.dataTables_wrapper div.row {
956 margin-left: -7px;
957 margin-right: -7px;
958}
959div.dtsp-searchPane div.badge {
960 min-width: 30px;
961}
962
963div.dtsp-panes {
964 padding: 5px;
965 border: 2px solid #f0f0f0;
966 border-radius: 10px;
967 margin: 5px;
968 clear: both;
969}
970div.dtsp-panes div.dtsp-titleRow {
971 padding-bottom: 10px;
972}
973div.dtsp-panes div.dtsp-title {
974 float: left;
975 margin: 20px;
976 margin-bottom: 0px;
977 margin-top: 10px;
978}
979div.dtsp-panes button.dtsp-clearAll {
980 float: right;
981}
982
983div.dtsp-columns-1 {
984 min-width: 98%;
985 max-width: 98%;
986 padding-left: 1%;
987 padding-right: 1%;
988 margin: 0px !important;
989}
990
991div.dtsp-columns-2 {
992 min-width: 48%;
993 max-width: 48%;
994 padding-left: 1%;
995 padding-right: 1%;
996 margin: 0px !important;
997}
998
999div.dtsp-columns-3 {
1000 min-width: 33.333%;
1001 max-width: 33.333%;
1002 padding-left: 1%;
1003 padding-right: 1%;
1004 margin: 0px !important;
1005}
1006
1007div.dtsp-columns-4 {
1008 min-width: 23%;
1009 max-width: 23%;
1010 padding-left: 1%;
1011 padding-right: 1%;
1012 margin: 0px !important;
1013}
1014div.dtsp-columns-4 div.dtsp-topRow {
1015 flex-direction: column !important;
1016}
1017
1018div.dtsp-columns-5 {
1019 min-width: 18%;
1020 max-width: 18%;
1021 padding-left: 1%;
1022 padding-right: 1%;
1023 margin: 0px !important;
1024}
1025div.dtsp-columns-5 div.dtsp-topRow {
1026 flex-direction: column !important;
1027}
1028
1029div.dtsp-columns-6 {
1030 min-width: 15.666%;
1031 max-width: 15.666%;
1032 padding-left: 0.5%;
1033 padding-right: 0.5%;
1034 margin: 0px !important;
1035}
1036div.dtsp-columns-6 div.dtsp-topRow {
1037 flex-direction: column !important;
1038}
1039
1040div.dtsp-hidden {
1041 display: none !important;
1042}
1043
1044@media screen and (max-width: 767px) {
1045 div.dtsp-columns-4,
1046 div.dtsp-columns-5,
1047 div.dtsp-columns-6 {
1048 max-width: 31% !important;
1049 min-width: 31% !important;
1050 }
1051}
1052@media screen and (max-width: 640px) {
1053 div.dtsp-searchPanes {
1054 flex-direction: column !important;
1055 }
1056
1057 div.dtsp-searchPane {
1058 max-width: 98% !important;
1059 min-width: 98% !important;
1060 }
1061}
1062
1063
1064table.dataTable tbody > tr.selected,
1065table.dataTable tbody > tr > .selected {
1066 background-color: #0275d8;
1067}
1068table.dataTable.stripe tbody > tr.odd.selected,
1069table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
1070table.dataTable.display tbody > tr.odd > .selected {
1071 background-color: #0272d3;
1072}
1073table.dataTable.hover tbody > tr.selected:hover,
1074table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
1075table.dataTable.display tbody > tr > .selected:hover {
1076 background-color: #0271d0;
1077}
1078table.dataTable.order-column tbody > tr.selected > .sorting_1,
1079table.dataTable.order-column tbody > tr.selected > .sorting_2,
1080table.dataTable.order-column tbody > tr.selected > .sorting_3,
1081table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
1082table.dataTable.display tbody > tr.selected > .sorting_2,
1083table.dataTable.display tbody > tr.selected > .sorting_3,
1084table.dataTable.display tbody > tr > .selected {
1085 background-color: #0273d4;
1086}
1087table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
1088 background-color: #026fcc;
1089}
1090table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
1091 background-color: #0270ce;
1092}
1093table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
1094 background-color: #0270d0;
1095}
1096table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
1097 background-color: #0273d4;
1098}
1099table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
1100 background-color: #0274d5;
1101}
1102table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
1103 background-color: #0275d7;
1104}
1105table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
1106 background-color: #026fcc;
1107}
1108table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
1109 background-color: #0273d4;
1110}
1111table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
1112 background-color: #026bc6;
1113}
1114table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
1115 background-color: #026cc8;
1116}
1117table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
1118 background-color: #026eca;
1119}
1120table.dataTable.display tbody > tr:hover > .selected,
1121table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
1122table.dataTable.order-column.hover tbody > tr > .selected:hover {
1123 background-color: #026bc6;
1124}
1125table.dataTable tbody td.select-checkbox,
1126table.dataTable tbody th.select-checkbox {
1127 position: relative;
1128}
1129table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
1130table.dataTable tbody th.select-checkbox:before,
1131table.dataTable tbody th.select-checkbox:after {
1132 display: block;
1133 position: absolute;
1134 top: 1.2em;
1135 left: 50%;
1136 width: 12px;
1137 height: 12px;
1138 box-sizing: border-box;
1139}
1140table.dataTable tbody td.select-checkbox:before,
1141table.dataTable tbody th.select-checkbox:before {
1142 content: ' ';
1143 margin-top: -6px;
1144 margin-left: -6px;
1145 border: 1px solid black;
1146 border-radius: 3px;
1147}
1148table.dataTable tr.selected td.select-checkbox:after,
1149table.dataTable tr.selected th.select-checkbox:after {
1150 content: '\2714';
1151 margin-top: -11px;
1152 margin-left: -4px;
1153 text-align: center;
1154 text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
1155}
1156
1157div.dataTables_wrapper span.select-info,
1158div.dataTables_wrapper span.select-item {
1159 margin-left: 0.5em;
1160}
1161
1162@media screen and (max-width: 640px) {
1163 div.dataTables_wrapper span.select-info,
1164 div.dataTables_wrapper span.select-item {
1165 margin-left: 0;
1166 display: block;
1167 }
1168}
1169table.dataTable tbody tr.selected,
1170table.dataTable tbody th.selected,
1171table.dataTable tbody td.selected {
1172 color: white;
1173}
1174table.dataTable tbody tr.selected a,
1175table.dataTable tbody th.selected a,
1176table.dataTable tbody td.selected a {
1177 color: #a2d4ed;
1178}
1179
1180
Note: See TracBrowser for help on using the repository browser.