@kalel1500/kalion-js 0.7.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +27 -0
  3. package/dist/app/kalion-js.es.js +5832 -0
  4. package/dist/app/kalion-js.es.js.map +1 -0
  5. package/dist/app/slimselect.css +62 -0
  6. package/dist/app/styles-old.css +2032 -0
  7. package/dist/app/styles.css +42 -0
  8. package/dist/app/sweetalert.css +1338 -0
  9. package/dist/app/tabulator.css +3861 -0
  10. package/dist/app/tailwind-config.css +61 -0
  11. package/dist/app/types/core/_types/index.d.ts +185 -0
  12. package/dist/app/types/core/application/LayoutListenersUseCase.d.ts +4 -0
  13. package/dist/app/types/core/application/index.d.ts +1 -0
  14. package/dist/app/types/core/domain/exceptions/CannotOpenModalException.d.ts +3 -0
  15. package/dist/app/types/core/domain/exceptions/CannotOpenModalWarning.d.ts +3 -0
  16. package/dist/app/types/core/domain/exceptions/InvalidValueException.d.ts +3 -0
  17. package/dist/app/types/core/domain/index.d.ts +8 -0
  18. package/dist/app/types/core/domain/objects/value-objects/EnumVo.d.ts +14 -0
  19. package/dist/app/types/core/domain/objects/value-objects/IntVo.d.ts +12 -0
  20. package/dist/app/types/core/domain/objects/value-objects/StringVo.d.ts +14 -0
  21. package/dist/app/types/core/domain/services/DomService.d.ts +7 -0
  22. package/dist/app/types/core/domain/services/Test.d.ts +4 -0
  23. package/dist/app/types/core/domain/services/ThemeSwitcher.d.ts +17 -0
  24. package/dist/app/types/core/infrastructure/index.d.ts +17 -0
  25. package/dist/app/types/core/infrastructure/utilities/components/Component.d.ts +4 -0
  26. package/dist/app/types/core/infrastructure/utilities/components/html/Btn.d.ts +6 -0
  27. package/dist/app/types/core/infrastructure/utilities/components/html/Icon.d.ts +5 -0
  28. package/dist/app/types/core/infrastructure/utilities/general/Constants.d.ts +10 -0
  29. package/dist/app/types/core/infrastructure/utilities/general/Cookie.d.ts +11 -0
  30. package/dist/app/types/core/infrastructure/utilities/general/Html.d.ts +4 -0
  31. package/dist/app/types/core/infrastructure/utilities/general/Instantiable.d.ts +5 -0
  32. package/dist/app/types/core/infrastructure/utilities/general/LDate.d.ts +30 -0
  33. package/dist/app/types/core/infrastructure/utilities/general/LStorage.d.ts +11 -0
  34. package/dist/app/types/core/infrastructure/utilities/general/Mutation.d.ts +11 -0
  35. package/dist/app/types/core/infrastructure/utilities/general/Notify.d.ts +19 -0
  36. package/dist/app/types/core/infrastructure/utilities/general/Ttable.d.ts +73 -0
  37. package/dist/app/types/core/infrastructure/utilities/general/global.d.ts +38 -0
  38. package/dist/app/types/core/infrastructure/utilities/modals/SModal.d.ts +111 -0
  39. package/dist/app/types/core/infrastructure/utilities/routing/Route.d.ts +8 -0
  40. package/dist/app/types/core/infrastructure/utilities/routing/Url.d.ts +11 -0
  41. package/dist/app/types/core/infrastructure/utilities/tests/TestConstants.d.ts +8 -0
  42. package/dist/app/types/core/infrastructure/utilities/translation/Translator.d.ts +13 -0
  43. package/dist/app/types/core/infrastructure/utilities/translation/TranslatorS.d.ts +0 -0
  44. package/dist/app/types/core/infrastructure/utilities/translation/lang/en.json.d.ts +48 -0
  45. package/dist/app/types/core/infrastructure/utilities/translation/lang/es.json.d.ts +48 -0
  46. package/dist/app/types/core/infrastructure/utilities/websockets/EchoService.d.ts +6 -0
  47. package/dist/app/types/core/infrastructure/utilities/websockets/Websocket.d.ts +23 -0
  48. package/dist/app/types/index.d.ts +5 -0
  49. package/dist/app/types/providers/UtilitiesServiceProvider.d.ts +12 -0
  50. package/dist/cli/index.js +64 -0
  51. package/dist/cli/stubs/.prettierrc +12 -0
  52. package/dist/cli/stubs/resources/css/app.css +12 -0
  53. package/dist/cli/stubs/resources/js/app/bootstrap.ts +21 -0
  54. package/dist/cli/stubs/resources/js/app/constants.ts +28 -0
  55. package/dist/cli/stubs/resources/js/app/lang/en.json +4 -0
  56. package/dist/cli/stubs/resources/js/app/lang/es.json +4 -0
  57. package/dist/cli/stubs/resources/js/app/routes.ts +6 -0
  58. package/dist/cli/stubs/resources/js/app/translations.ts +14 -0
  59. package/dist/cli/stubs/resources/js/app.ts +7 -0
  60. package/dist/cli/stubs/resources/js/src/shared/application/HomeUseCase.ts +8 -0
  61. package/dist/cli/stubs/resources/js/src/shared/infrastructure/DefaultController.ts +7 -0
  62. package/dist/cli/stubs/tsconfig.json +25 -0
  63. package/dist/cli/stubs/vite.config.ts +15 -0
  64. package/dist/plugins/tailwind/index.cjs +44 -0
  65. package/dist/plugins/tailwind/index.d.ts +5 -0
  66. package/dist/plugins/tailwind/tailwind.config.js +15 -0
  67. package/dist/plugins/vite/index.d.ts +2 -0
  68. package/dist/plugins/vite/index.js +75 -0
  69. package/package.json +86 -0
@@ -0,0 +1,3861 @@
1
+ .tabulator {
2
+ position: relative;
3
+ border: 1px solid #dee2e6;
4
+ background-color: #fff;
5
+ font-size: 16px;
6
+ text-align: left;
7
+ overflow: hidden;
8
+ transform: translateZ(0);
9
+ }
10
+
11
+ .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
12
+ min-width: 100%;
13
+ }
14
+
15
+ .tabulator[tabulator-layout="fitDataTable"] {
16
+ display: inline-block;
17
+ }
18
+
19
+ .tabulator.tabulator-block-select {
20
+ -webkit-user-select: none;
21
+ -moz-user-select: none;
22
+ user-select: none;
23
+ }
24
+
25
+ .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
26
+ -webkit-user-select: none;
27
+ -moz-user-select: none;
28
+ user-select: none;
29
+ }
30
+
31
+ .tabulator .tabulator-header {
32
+ position: relative;
33
+ box-sizing: border-box;
34
+ width: 100%;
35
+ border-bottom: 1px solid #dee2e6;
36
+ background-color: #fff;
37
+ color: #555;
38
+ font-weight: bold;
39
+ white-space: nowrap;
40
+ overflow: hidden;
41
+ -moz-user-select: none;
42
+ -khtml-user-select: none;
43
+ -webkit-user-select: none;
44
+ -o-user-select: none;
45
+ outline: none;
46
+ }
47
+
48
+ .tabulator .tabulator-header.tabulator-header-hidden {
49
+ display: none;
50
+ }
51
+
52
+ .tabulator .tabulator-header .tabulator-header-contents {
53
+ position: relative;
54
+ overflow: hidden;
55
+ }
56
+
57
+ .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
58
+ display: inline-block;
59
+ }
60
+
61
+ .tabulator .tabulator-header .tabulator-col {
62
+ display: inline-flex;
63
+ position: relative;
64
+ box-sizing: border-box;
65
+ flex-direction: column;
66
+ justify-content: flex-start;
67
+ border-right: 1px solid #aaa;
68
+ background: #fff;
69
+ text-align: left;
70
+ vertical-align: bottom;
71
+ overflow: hidden;
72
+ }
73
+
74
+ .tabulator .tabulator-header .tabulator-col.tabulator-moving {
75
+ position: absolute;
76
+ border: 1px solid #dee2e6;
77
+ background: #e6e6e6;
78
+ pointer-events: none;
79
+ }
80
+
81
+ .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
82
+ background-color: #D6D6D6;
83
+ color: #000000;
84
+ }
85
+
86
+ .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
87
+ background-color: #3876ca;
88
+ color: #FFFFFF;
89
+ }
90
+
91
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
92
+ box-sizing: border-box;
93
+ position: relative;
94
+ padding: 4px;
95
+ }
96
+
97
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
98
+ padding: 0 8px;
99
+ }
100
+
101
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
102
+ cursor: pointer;
103
+ opacity: .6;
104
+ }
105
+
106
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
107
+ position: relative;
108
+ }
109
+
110
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
111
+ box-sizing: border-box;
112
+ width: 100%;
113
+ white-space: nowrap;
114
+ overflow: hidden;
115
+ text-overflow: ellipsis;
116
+ vertical-align: bottom;
117
+ }
118
+
119
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
120
+ white-space: normal;
121
+ text-overflow: initial;
122
+ }
123
+
124
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
125
+ box-sizing: border-box;
126
+ width: 100%;
127
+ border: 1px solid #999;
128
+ padding: 1px;
129
+ background: #fff;
130
+ }
131
+
132
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
133
+ width: calc(100% - 22px);
134
+ }
135
+
136
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
137
+ display: flex;
138
+ align-items: center;
139
+ position: absolute;
140
+ top: 0;
141
+ bottom: 0;
142
+ right: 4px;
143
+ }
144
+
145
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
146
+ width: 0;
147
+ height: 0;
148
+ border-left: 6px solid transparent;
149
+ border-right: 6px solid transparent;
150
+ border-bottom: 6px solid #bbb;
151
+ }
152
+
153
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
154
+ position: relative;
155
+ display: flex;
156
+ border-top: 1px solid #aaa;
157
+ overflow: hidden;
158
+ margin-right: -1px;
159
+ }
160
+
161
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
162
+ position: relative;
163
+ box-sizing: border-box;
164
+ margin-top: 2px;
165
+ width: 100%;
166
+ text-align: center;
167
+ }
168
+
169
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
170
+ height: auto !important;
171
+ }
172
+
173
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
174
+ margin-top: 3px;
175
+ }
176
+
177
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
178
+ width: 0;
179
+ height: 0;
180
+ }
181
+
182
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
183
+ padding-right: 25px;
184
+ }
185
+
186
+ @media (hover: hover) and (pointer: fine) {
187
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
188
+ cursor: pointer;
189
+ background-color: #e6e6e6;
190
+ }
191
+ }
192
+
193
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
194
+ color: #bbb;
195
+ }
196
+
197
+ @media (hover: hover) and (pointer: fine) {
198
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
199
+ cursor: pointer;
200
+ border-bottom: 6px solid #555;
201
+ }
202
+ }
203
+
204
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
205
+ border-top: none;
206
+ border-bottom: 6px solid #bbb;
207
+ }
208
+
209
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {
210
+ color: #666;
211
+ }
212
+
213
+ @media (hover: hover) and (pointer: fine) {
214
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
215
+ cursor: pointer;
216
+ border-bottom: 6px solid #555;
217
+ }
218
+ }
219
+
220
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
221
+ border-top: none;
222
+ border-bottom: 6px solid #666;
223
+ }
224
+
225
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {
226
+ color: #666;
227
+ }
228
+
229
+ @media (hover: hover) and (pointer: fine) {
230
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
231
+ cursor: pointer;
232
+ border-top: 6px solid #555;
233
+ }
234
+ }
235
+
236
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
237
+ border-bottom: none;
238
+ border-top: 6px solid #666;
239
+ color: #666;
240
+ }
241
+
242
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
243
+ writing-mode: vertical-rl;
244
+ text-orientation: mixed;
245
+ display: flex;
246
+ align-items: center;
247
+ justify-content: center;
248
+ }
249
+
250
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
251
+ transform: rotate(180deg);
252
+ }
253
+
254
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
255
+ padding-right: 0;
256
+ padding-top: 20px;
257
+ }
258
+
259
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
260
+ padding-right: 0;
261
+ padding-bottom: 20px;
262
+ }
263
+
264
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
265
+ justify-content: center;
266
+ left: 0;
267
+ right: 0;
268
+ top: 4px;
269
+ bottom: auto;
270
+ }
271
+
272
+ .tabulator .tabulator-header .tabulator-frozen {
273
+ position: sticky;
274
+ left: 0;
275
+ z-index: 11;
276
+ }
277
+
278
+ .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
279
+ border-right: 2px solid #dee2e6;
280
+ }
281
+
282
+ .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
283
+ border-left: 2px solid #dee2e6;
284
+ }
285
+
286
+ .tabulator .tabulator-header .tabulator-calcs-holder {
287
+ box-sizing: border-box;
288
+ display: inline-block;
289
+ background: white !important;
290
+ border-top: 1px solid #dee2e6;
291
+ border-bottom: 1px solid #aaa;
292
+ }
293
+
294
+ .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
295
+ background: white !important;
296
+ }
297
+
298
+ .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
299
+ display: none;
300
+ }
301
+
302
+ .tabulator .tabulator-header .tabulator-frozen-rows-holder {
303
+ display: inline-block;
304
+ }
305
+
306
+ .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
307
+ display: none;
308
+ }
309
+
310
+ .tabulator .tabulator-tableholder {
311
+ position: relative;
312
+ width: 100%;
313
+ white-space: nowrap;
314
+ overflow: auto;
315
+ -webkit-overflow-scrolling: touch;
316
+ }
317
+
318
+ .tabulator .tabulator-tableholder:focus {
319
+ outline: none;
320
+ }
321
+
322
+ .tabulator .tabulator-tableholder .tabulator-placeholder {
323
+ box-sizing: border-box;
324
+ display: flex;
325
+ align-items: center;
326
+ justify-content: center;
327
+ min-width: 100%;
328
+ width: 100%;
329
+ }
330
+
331
+ .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
332
+ min-height: 100%;
333
+ }
334
+
335
+ .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
336
+ display: inline-block;
337
+ text-align: center;
338
+ padding: 10px;
339
+ color: #ccc;
340
+ font-weight: bold;
341
+ font-size: 20px;
342
+ white-space: normal;
343
+ }
344
+
345
+ .tabulator .tabulator-tableholder .tabulator-table {
346
+ position: relative;
347
+ display: inline-block;
348
+ background-color: #fff;
349
+ white-space: nowrap;
350
+ overflow: visible;
351
+ color: #333;
352
+ }
353
+
354
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
355
+ font-weight: bold;
356
+ background: #dadfe4 !important;
357
+ }
358
+
359
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
360
+ border-bottom: 2px solid #dee2e6;
361
+ }
362
+
363
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
364
+ border-top: 2px solid #dee2e6;
365
+ }
366
+
367
+ .tabulator .tabulator-tableholder .tabulator-range-overlay {
368
+ position: absolute;
369
+ inset: 0;
370
+ z-index: 10;
371
+ pointer-events: none;
372
+ }
373
+
374
+ .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
375
+ position: absolute;
376
+ box-sizing: border-box;
377
+ border: 1px solid #2975DD;
378
+ }
379
+
380
+ .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
381
+ content: '';
382
+ position: absolute;
383
+ right: -3px;
384
+ bottom: -3px;
385
+ width: 6px;
386
+ height: 6px;
387
+ background-color: #2975DD;
388
+ border-radius: 999px;
389
+ }
390
+
391
+ .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
392
+ position: absolute;
393
+ box-sizing: border-box;
394
+ border: 2px solid #2975DD;
395
+ }
396
+
397
+ .tabulator .tabulator-footer {
398
+ border-top: 1px solid #dee2e6;
399
+ background-color: #e6e6e6;
400
+ color: #555;
401
+ font-weight: bold;
402
+ white-space: nowrap;
403
+ user-select: none;
404
+ -moz-user-select: none;
405
+ -khtml-user-select: none;
406
+ -webkit-user-select: none;
407
+ -o-user-select: none;
408
+ }
409
+
410
+ .tabulator .tabulator-footer .tabulator-footer-contents {
411
+ display: flex;
412
+ flex-direction: row;
413
+ align-items: center;
414
+ justify-content: space-between;
415
+ padding: 5px 10px;
416
+ }
417
+
418
+ .tabulator .tabulator-footer .tabulator-footer-contents:empty {
419
+ display: none;
420
+ }
421
+
422
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
423
+ margin-top: -5px;
424
+ overflow-x: auto;
425
+ }
426
+
427
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
428
+ display: inline-block;
429
+ padding: 5px;
430
+ border: #dee2e6 1px solid;
431
+ border-top: none;
432
+ border-bottom-left-radius: 5px;
433
+ border-bottom-right-radius: 5px;
434
+ font-size: .9em;
435
+ }
436
+
437
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
438
+ cursor: pointer;
439
+ opacity: .7;
440
+ }
441
+
442
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
443
+ background: #fff;
444
+ }
445
+
446
+ .tabulator .tabulator-footer .tabulator-calcs-holder {
447
+ box-sizing: border-box;
448
+ width: 100%;
449
+ text-align: left;
450
+ background: #f3f3f3 !important;
451
+ border-bottom: 1px solid #dee2e6;
452
+ border-top: 1px solid #dee2e6;
453
+ overflow: hidden;
454
+ }
455
+
456
+ .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
457
+ display: inline-block;
458
+ background: #f3f3f3 !important;
459
+ }
460
+
461
+ .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
462
+ display: none;
463
+ }
464
+
465
+ .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
466
+ margin-bottom: -5px;
467
+ border-bottom: none;
468
+ }
469
+
470
+ .tabulator .tabulator-footer > * + .tabulator-page-counter {
471
+ margin-left: 10px;
472
+ }
473
+
474
+ .tabulator .tabulator-footer .tabulator-page-counter {
475
+ font-weight: normal;
476
+ }
477
+
478
+ .tabulator .tabulator-footer .tabulator-paginator {
479
+ flex: 1;
480
+ text-align: right;
481
+ color: #555;
482
+ font-family: inherit;
483
+ font-weight: inherit;
484
+ font-size: inherit;
485
+ }
486
+
487
+ .tabulator .tabulator-footer .tabulator-page-size {
488
+ display: inline-block;
489
+ margin: 0 5px;
490
+ padding: 2px 5px;
491
+ border: 1px solid #dee2e6;
492
+ border-radius: 3px;
493
+ }
494
+
495
+ .tabulator .tabulator-footer .tabulator-pages {
496
+ margin: 0 7px;
497
+ }
498
+
499
+ .tabulator .tabulator-footer .tabulator-page {
500
+ display: inline-block;
501
+ margin: 0 2px;
502
+ padding: 2px 5px;
503
+ border: 1px solid #dee2e6;
504
+ border-radius: 3px;
505
+ background: rgba(255, 255, 255, 0.2);
506
+ }
507
+
508
+ .tabulator .tabulator-footer .tabulator-page.active {
509
+ color: #fff;
510
+ }
511
+
512
+ .tabulator .tabulator-footer .tabulator-page:disabled {
513
+ opacity: .5;
514
+ }
515
+
516
+ @media (hover: hover) and (pointer: fine) {
517
+ .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
518
+ cursor: pointer;
519
+ background: rgba(0, 0, 0, 0.2);
520
+ color: #fff;
521
+ }
522
+ }
523
+
524
+ .tabulator .tabulator-col-resize-handle {
525
+ position: relative;
526
+ display: inline-block;
527
+ width: 6px;
528
+ margin-left: -3px;
529
+ margin-right: -3px;
530
+ z-index: 11;
531
+ vertical-align: middle;
532
+ }
533
+
534
+ @media (hover: hover) and (pointer: fine) {
535
+ .tabulator .tabulator-col-resize-handle:hover {
536
+ cursor: ew-resize;
537
+ }
538
+ }
539
+
540
+ .tabulator .tabulator-col-resize-handle:last-of-type {
541
+ width: 3px;
542
+ margin-right: 0;
543
+ }
544
+
545
+ .tabulator .tabulator-col-resize-guide {
546
+ position: absolute;
547
+ top: 0;
548
+ width: 4px;
549
+ height: 100%;
550
+ margin-left: -0.5px;
551
+ background-color: #999;
552
+ opacity: .5;
553
+ }
554
+
555
+ .tabulator .tabulator-row-resize-guide {
556
+ position: absolute;
557
+ left: 0;
558
+ width: 100%;
559
+ height: 4px;
560
+ margin-top: -0.5px;
561
+ background-color: #999;
562
+ opacity: .5;
563
+ }
564
+
565
+ .tabulator .tabulator-alert {
566
+ position: absolute;
567
+ display: flex;
568
+ align-items: center;
569
+ top: 0;
570
+ left: 0;
571
+ z-index: 100;
572
+ height: 100%;
573
+ width: 100%;
574
+ background: rgba(0, 0, 0, 0.4);
575
+ text-align: center;
576
+ }
577
+
578
+ .tabulator .tabulator-alert .tabulator-alert-msg {
579
+ display: inline-block;
580
+ margin: 0 auto;
581
+ padding: 10px 20px;
582
+ border-radius: 10px;
583
+ background: #fff;
584
+ font-weight: bold;
585
+ font-size: 16px;
586
+ }
587
+
588
+ .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
589
+ border: 4px solid #333;
590
+ color: #000;
591
+ }
592
+
593
+ .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
594
+ border: 4px solid #D00;
595
+ color: #590000;
596
+ }
597
+
598
+ .tabulator-row {
599
+ position: relative;
600
+ box-sizing: border-box;
601
+ min-height: 24px;
602
+ background-color: #fff;
603
+ }
604
+
605
+ .tabulator-row.tabulator-row-even {
606
+ background-color: #e9ecef;
607
+ }
608
+
609
+ @media (hover: hover) and (pointer: fine) {
610
+ .tabulator-row.tabulator-selectable:hover {
611
+ background-color: #ced4da;
612
+ cursor: pointer;
613
+ }
614
+ }
615
+
616
+ .tabulator-row.tabulator-selected {
617
+ background-color: #9ABCEA;
618
+ }
619
+
620
+ @media (hover: hover) and (pointer: fine) {
621
+ .tabulator-row.tabulator-selected:hover {
622
+ background-color: #769BCC;
623
+ cursor: pointer;
624
+ }
625
+ }
626
+
627
+ .tabulator-row.tabulator-row-moving {
628
+ border: 1px solid #000;
629
+ background: #fff;
630
+ }
631
+
632
+ .tabulator-row.tabulator-moving {
633
+ position: absolute;
634
+ border-top: 1px solid #dee2e6;
635
+ border-bottom: 1px solid #dee2e6;
636
+ pointer-events: none;
637
+ z-index: 15;
638
+ }
639
+
640
+ .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
641
+ background-color: #D6D6D6;
642
+ color: #000000;
643
+ }
644
+
645
+ .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
646
+ background-color: #3876ca;
647
+ color: #FFFFFF;
648
+ }
649
+
650
+ .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
651
+ background-color: #3876ca;
652
+ color: #FFFFFF;
653
+ }
654
+
655
+ .tabulator-row .tabulator-row-resize-handle {
656
+ position: absolute;
657
+ right: 0;
658
+ bottom: 0;
659
+ left: 0;
660
+ height: 5px;
661
+ }
662
+
663
+ .tabulator-row .tabulator-row-resize-handle.prev {
664
+ top: 0;
665
+ bottom: auto;
666
+ }
667
+
668
+ @media (hover: hover) and (pointer: fine) {
669
+ .tabulator-row .tabulator-row-resize-handle:hover {
670
+ cursor: ns-resize;
671
+ }
672
+ }
673
+
674
+ .tabulator-row .tabulator-responsive-collapse {
675
+ box-sizing: border-box;
676
+ padding: 5px;
677
+ border-top: 1px solid #dee2e6;
678
+ border-bottom: 1px solid #dee2e6;
679
+ }
680
+
681
+ .tabulator-row .tabulator-responsive-collapse:empty {
682
+ display: none;
683
+ }
684
+
685
+ .tabulator-row .tabulator-responsive-collapse table {
686
+ font-size: 16px;
687
+ }
688
+
689
+ .tabulator-row .tabulator-responsive-collapse table tr td {
690
+ position: relative;
691
+ }
692
+
693
+ .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
694
+ padding-right: 10px;
695
+ }
696
+
697
+ .tabulator-row .tabulator-cell {
698
+ display: inline-block;
699
+ position: relative;
700
+ box-sizing: border-box;
701
+ padding: 4px;
702
+ border-right: 1px solid #dee2e6;
703
+ vertical-align: middle;
704
+ white-space: nowrap;
705
+ overflow: hidden;
706
+ text-overflow: ellipsis;
707
+ outline: none;
708
+ }
709
+
710
+ .tabulator-row .tabulator-cell.tabulator-row-header {
711
+ border-right: 1px solid #dee2e6;
712
+ border-bottom: 1px solid #dee2e6;
713
+ background: #fff;
714
+ }
715
+
716
+ .tabulator-row .tabulator-cell.tabulator-frozen {
717
+ display: inline-block;
718
+ position: sticky;
719
+ left: 0;
720
+ background-color: inherit;
721
+ z-index: 11;
722
+ }
723
+
724
+ .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
725
+ border-right: 2px solid #dee2e6;
726
+ }
727
+
728
+ .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
729
+ border-left: 2px solid #dee2e6;
730
+ }
731
+
732
+ .tabulator-row .tabulator-cell.tabulator-editing {
733
+ border: 1px solid #1D68CD;
734
+ outline: none;
735
+ padding: 0;
736
+ }
737
+
738
+ .tabulator-row .tabulator-cell.tabulator-editing input,
739
+ .tabulator-row .tabulator-cell.tabulator-editing select {
740
+ border: 1px;
741
+ background: transparent;
742
+ outline: none;
743
+ }
744
+
745
+ .tabulator-row .tabulator-cell.tabulator-validation-fail {
746
+ border: 1px solid #dd0000;
747
+ }
748
+
749
+ .tabulator-row .tabulator-cell.tabulator-validation-fail input,
750
+ .tabulator-row .tabulator-cell.tabulator-validation-fail select {
751
+ border: 1px;
752
+ background: transparent;
753
+ color: #dd0000;
754
+ }
755
+
756
+ .tabulator-row .tabulator-cell.tabulator-row-handle {
757
+ display: inline-flex;
758
+ align-items: center;
759
+ justify-content: center;
760
+ -moz-user-select: none;
761
+ -khtml-user-select: none;
762
+ -webkit-user-select: none;
763
+ -o-user-select: none;
764
+ }
765
+
766
+ .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
767
+ width: 80%;
768
+ }
769
+
770
+ .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
771
+ width: 100%;
772
+ height: 3px;
773
+ margin-top: 2px;
774
+ background: #666;
775
+ }
776
+
777
+ .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
778
+ background-color: #9ABCEA;
779
+ }
780
+
781
+ .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
782
+ display: inline-block;
783
+ width: 7px;
784
+ }
785
+
786
+ .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
787
+ display: inline-block;
788
+ vertical-align: middle;
789
+ height: 9px;
790
+ width: 7px;
791
+ margin-top: -9px;
792
+ margin-right: 5px;
793
+ border-bottom-left-radius: 1px;
794
+ border-left: 2px solid #dee2e6;
795
+ border-bottom: 2px solid #dee2e6;
796
+ }
797
+
798
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control {
799
+ display: inline-flex;
800
+ justify-content: center;
801
+ align-items: center;
802
+ vertical-align: middle;
803
+ height: 11px;
804
+ width: 11px;
805
+ margin-right: 5px;
806
+ border: 1px solid #333;
807
+ border-radius: 2px;
808
+ background: rgba(0, 0, 0, 0.1);
809
+ overflow: hidden;
810
+ }
811
+
812
+ @media (hover: hover) and (pointer: fine) {
813
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
814
+ cursor: pointer;
815
+ background: rgba(0, 0, 0, 0.2);
816
+ }
817
+ }
818
+
819
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
820
+ display: inline-block;
821
+ position: relative;
822
+ height: 7px;
823
+ width: 1px;
824
+ background: transparent;
825
+ }
826
+
827
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
828
+ position: absolute;
829
+ content: "";
830
+ left: -3px;
831
+ top: 3px;
832
+ height: 1px;
833
+ width: 7px;
834
+ background: #333;
835
+ }
836
+
837
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
838
+ display: inline-block;
839
+ position: relative;
840
+ height: 7px;
841
+ width: 1px;
842
+ background: #333;
843
+ }
844
+
845
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
846
+ position: absolute;
847
+ content: "";
848
+ left: -3px;
849
+ top: 3px;
850
+ height: 1px;
851
+ width: 7px;
852
+ background: #333;
853
+ }
854
+
855
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
856
+ display: inline-flex;
857
+ align-items: center;
858
+ justify-content: center;
859
+ -moz-user-select: none;
860
+ -khtml-user-select: none;
861
+ -webkit-user-select: none;
862
+ -o-user-select: none;
863
+ height: 15px;
864
+ width: 15px;
865
+ border-radius: 20px;
866
+ background: #666;
867
+ color: #fff;
868
+ font-weight: bold;
869
+ font-size: 1.1em;
870
+ }
871
+
872
+ @media (hover: hover) and (pointer: fine) {
873
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
874
+ opacity: .7;
875
+ cursor: pointer;
876
+ }
877
+ }
878
+
879
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
880
+ display: initial;
881
+ }
882
+
883
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
884
+ display: none;
885
+ }
886
+
887
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
888
+ stroke: #fff;
889
+ }
890
+
891
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
892
+ display: none;
893
+ }
894
+
895
+ .tabulator-row .tabulator-cell .tabulator-traffic-light {
896
+ display: inline-block;
897
+ height: 14px;
898
+ width: 14px;
899
+ border-radius: 14px;
900
+ }
901
+
902
+ .tabulator-row.tabulator-group {
903
+ box-sizing: border-box;
904
+ border-bottom: 1px solid #999;
905
+ border-right: 1px solid #dee2e6;
906
+ border-top: 1px solid #999;
907
+ padding: 5px;
908
+ padding-left: 10px;
909
+ background: #ccc;
910
+ font-weight: bold;
911
+ min-width: 100%;
912
+ }
913
+
914
+ @media (hover: hover) and (pointer: fine) {
915
+ .tabulator-row.tabulator-group:hover {
916
+ cursor: pointer;
917
+ background-color: rgba(0, 0, 0, 0.1);
918
+ }
919
+ }
920
+
921
+ .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
922
+ margin-right: 10px;
923
+ border-left: 6px solid transparent;
924
+ border-right: 6px solid transparent;
925
+ border-top: 6px solid #666;
926
+ border-bottom: 0;
927
+ }
928
+
929
+ .tabulator-row.tabulator-group.tabulator-group-level-1 {
930
+ padding-left: 30px;
931
+ }
932
+
933
+ .tabulator-row.tabulator-group.tabulator-group-level-2 {
934
+ padding-left: 50px;
935
+ }
936
+
937
+ .tabulator-row.tabulator-group.tabulator-group-level-3 {
938
+ padding-left: 70px;
939
+ }
940
+
941
+ .tabulator-row.tabulator-group.tabulator-group-level-4 {
942
+ padding-left: 90px;
943
+ }
944
+
945
+ .tabulator-row.tabulator-group.tabulator-group-level-5 {
946
+ padding-left: 110px;
947
+ }
948
+
949
+ .tabulator-row.tabulator-group .tabulator-group-toggle {
950
+ display: inline-block;
951
+ }
952
+
953
+ .tabulator-row.tabulator-group .tabulator-arrow {
954
+ display: inline-block;
955
+ width: 0;
956
+ height: 0;
957
+ margin-right: 16px;
958
+ border-top: 6px solid transparent;
959
+ border-bottom: 6px solid transparent;
960
+ border-right: 0;
961
+ border-left: 6px solid #666;
962
+ vertical-align: middle;
963
+ }
964
+
965
+ .tabulator-row.tabulator-group span {
966
+ margin-left: 10px;
967
+ color: #d00;
968
+ }
969
+
970
+ .tabulator-toggle {
971
+ box-sizing: border-box;
972
+ display: flex;
973
+ flex-direction: row;
974
+ border: 1px solid #ccc;
975
+ background: #dcdcdc;
976
+ }
977
+
978
+ .tabulator-toggle.tabulator-toggle-on {
979
+ background: #1c6cc2;
980
+ }
981
+
982
+ .tabulator-toggle .tabulator-toggle-switch {
983
+ box-sizing: border-box;
984
+ border: 1px solid #ccc;
985
+ background: #fff;
986
+ }
987
+
988
+ .tabulator-popup-container {
989
+ position: absolute;
990
+ display: inline-block;
991
+ box-sizing: border-box;
992
+ background: #fff;
993
+ border: 1px solid #dee2e6;
994
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
995
+ font-size: 16px;
996
+ overflow-y: auto;
997
+ -webkit-overflow-scrolling: touch;
998
+ z-index: 10000;
999
+ }
1000
+
1001
+ .tabulator-popup {
1002
+ padding: 5px;
1003
+ border-radius: 3px;
1004
+ }
1005
+
1006
+ .tabulator-tooltip {
1007
+ max-width: Min(500px, 100%);
1008
+ padding: 3px 5px;
1009
+ border-radius: 2px;
1010
+ box-shadow: none;
1011
+ font-size: 12px;
1012
+ pointer-events: none;
1013
+ }
1014
+
1015
+ .tabulator-menu .tabulator-menu-item {
1016
+ position: relative;
1017
+ box-sizing: border-box;
1018
+ padding: 5px 10px;
1019
+ -webkit-user-select: none;
1020
+ -moz-user-select: none;
1021
+ user-select: none;
1022
+ }
1023
+
1024
+ .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
1025
+ opacity: .5;
1026
+ }
1027
+
1028
+ @media (hover: hover) and (pointer: fine) {
1029
+ .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
1030
+ cursor: pointer;
1031
+ background: #e9ecef;
1032
+ }
1033
+ }
1034
+
1035
+ .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
1036
+ padding-right: 25px;
1037
+ }
1038
+
1039
+ .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
1040
+ display: inline-block;
1041
+ position: absolute;
1042
+ top: calc(5px + .4em);
1043
+ right: 10px;
1044
+ height: 7px;
1045
+ width: 7px;
1046
+ content: '';
1047
+ border-width: 1px 1px 0 0;
1048
+ border-style: solid;
1049
+ border-color: #dee2e6;
1050
+ vertical-align: top;
1051
+ transform: rotate(45deg);
1052
+ }
1053
+
1054
+ .tabulator-menu .tabulator-menu-separator {
1055
+ border-top: 1px solid #dee2e6;
1056
+ }
1057
+
1058
+ .tabulator-edit-list {
1059
+ max-height: 200px;
1060
+ font-size: 16px;
1061
+ overflow-y: auto;
1062
+ -webkit-overflow-scrolling: touch;
1063
+ }
1064
+
1065
+ .tabulator-edit-list .tabulator-edit-list-item {
1066
+ padding: 4px;
1067
+ color: #333;
1068
+ outline: none;
1069
+ }
1070
+
1071
+ .tabulator-edit-list .tabulator-edit-list-item.active {
1072
+ color: #fff;
1073
+ background: #1D68CD;
1074
+ }
1075
+
1076
+ .tabulator-edit-list .tabulator-edit-list-item.active.focused {
1077
+ outline: 1px solid rgba(255, 255, 255, 0.5);
1078
+ }
1079
+
1080
+ .tabulator-edit-list .tabulator-edit-list-item.focused {
1081
+ outline: 1px solid #1D68CD;
1082
+ }
1083
+
1084
+ @media (hover: hover) and (pointer: fine) {
1085
+ .tabulator-edit-list .tabulator-edit-list-item:hover {
1086
+ cursor: pointer;
1087
+ color: #fff;
1088
+ background: #1D68CD;
1089
+ }
1090
+ }
1091
+
1092
+ .tabulator-edit-list .tabulator-edit-list-placeholder {
1093
+ padding: 4px;
1094
+ color: #333;
1095
+ text-align: center;
1096
+ }
1097
+
1098
+ .tabulator-edit-list .tabulator-edit-list-group {
1099
+ border-bottom: 1px solid #dee2e6;
1100
+ padding: 4px;
1101
+ padding-top: 6px;
1102
+ color: #333;
1103
+ font-weight: bold;
1104
+ }
1105
+
1106
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,
1107
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
1108
+ padding-left: 12px;
1109
+ }
1110
+
1111
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,
1112
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
1113
+ padding-left: 20px;
1114
+ }
1115
+
1116
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,
1117
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
1118
+ padding-left: 28px;
1119
+ }
1120
+
1121
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,
1122
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
1123
+ padding-left: 36px;
1124
+ }
1125
+
1126
+ .tabulator.tabulator-ltr {
1127
+ direction: ltr;
1128
+ }
1129
+
1130
+ .tabulator.tabulator-rtl {
1131
+ text-align: initial;
1132
+ direction: rtl;
1133
+ }
1134
+
1135
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
1136
+ text-align: initial;
1137
+ border-left: 1px solid #aaa;
1138
+ border-right: initial;
1139
+ }
1140
+
1141
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
1142
+ margin-right: initial;
1143
+ margin-left: -1px;
1144
+ }
1145
+
1146
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
1147
+ padding-right: 0;
1148
+ padding-left: 25px;
1149
+ }
1150
+
1151
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
1152
+ left: 8px;
1153
+ right: initial;
1154
+ }
1155
+
1156
+ .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
1157
+ content: '';
1158
+ position: absolute;
1159
+ left: -3px;
1160
+ right: initial;
1161
+ bottom: -3px;
1162
+ width: 6px;
1163
+ height: 6px;
1164
+ background-color: #2975DD;
1165
+ border-radius: 999px;
1166
+ }
1167
+
1168
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
1169
+ border-right: initial;
1170
+ border-left: 1px solid #dee2e6;
1171
+ }
1172
+
1173
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
1174
+ margin-right: initial;
1175
+ margin-left: 5px;
1176
+ border-bottom-left-radius: initial;
1177
+ border-bottom-right-radius: 1px;
1178
+ border-left: initial;
1179
+ border-right: 2px solid #dee2e6;
1180
+ }
1181
+
1182
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
1183
+ margin-right: initial;
1184
+ margin-left: 5px;
1185
+ }
1186
+
1187
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
1188
+ border-left: 2px solid #dee2e6;
1189
+ }
1190
+
1191
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
1192
+ border-right: 2px solid #dee2e6;
1193
+ }
1194
+
1195
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
1196
+ width: 3px;
1197
+ margin-left: 0;
1198
+ margin-right: -3px;
1199
+ }
1200
+
1201
+ .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
1202
+ text-align: initial;
1203
+ }
1204
+
1205
+ .tabulator-print-fullscreen {
1206
+ position: absolute;
1207
+ top: 0;
1208
+ bottom: 0;
1209
+ left: 0;
1210
+ right: 0;
1211
+ z-index: 10000;
1212
+ }
1213
+
1214
+ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
1215
+ display: none !important;
1216
+ }
1217
+
1218
+ .tabulator-print-table {
1219
+ border-collapse: collapse;
1220
+ }
1221
+
1222
+ .tabulator-print-table .tabulator-data-tree-branch {
1223
+ display: inline-block;
1224
+ vertical-align: middle;
1225
+ height: 9px;
1226
+ width: 7px;
1227
+ margin-top: -9px;
1228
+ margin-right: 5px;
1229
+ border-bottom-left-radius: 1px;
1230
+ border-left: 2px solid #dee2e6;
1231
+ border-bottom: 2px solid #dee2e6;
1232
+ }
1233
+
1234
+ .tabulator-print-table .tabulator-print-table-group {
1235
+ box-sizing: border-box;
1236
+ border-bottom: 1px solid #999;
1237
+ border-right: 1px solid #dee2e6;
1238
+ border-top: 1px solid #999;
1239
+ padding: 5px;
1240
+ padding-left: 10px;
1241
+ background: #ccc;
1242
+ font-weight: bold;
1243
+ min-width: 100%;
1244
+ }
1245
+
1246
+ @media (hover: hover) and (pointer: fine) {
1247
+ .tabulator-print-table .tabulator-print-table-group:hover {
1248
+ cursor: pointer;
1249
+ background-color: rgba(0, 0, 0, 0.1);
1250
+ }
1251
+ }
1252
+
1253
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
1254
+ margin-right: 10px;
1255
+ border-left: 6px solid transparent;
1256
+ border-right: 6px solid transparent;
1257
+ border-top: 6px solid #666;
1258
+ border-bottom: 0;
1259
+ }
1260
+
1261
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
1262
+ padding-left: 30px !important;
1263
+ }
1264
+
1265
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
1266
+ padding-left: 50px !important;
1267
+ }
1268
+
1269
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
1270
+ padding-left: 70px !important;
1271
+ }
1272
+
1273
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
1274
+ padding-left: 90px !important;
1275
+ }
1276
+
1277
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
1278
+ padding-left: 110px !important;
1279
+ }
1280
+
1281
+ .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
1282
+ display: inline-block;
1283
+ }
1284
+
1285
+ .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
1286
+ display: inline-block;
1287
+ width: 0;
1288
+ height: 0;
1289
+ margin-right: 16px;
1290
+ border-top: 6px solid transparent;
1291
+ border-bottom: 6px solid transparent;
1292
+ border-right: 0;
1293
+ border-left: 6px solid #666;
1294
+ vertical-align: middle;
1295
+ }
1296
+
1297
+ .tabulator-print-table .tabulator-print-table-group span {
1298
+ margin-left: 10px;
1299
+ color: #d00;
1300
+ }
1301
+
1302
+ .tabulator-print-table .tabulator-data-tree-control {
1303
+ display: inline-flex;
1304
+ justify-content: center;
1305
+ align-items: center;
1306
+ vertical-align: middle;
1307
+ height: 11px;
1308
+ width: 11px;
1309
+ margin-right: 5px;
1310
+ border: 1px solid #333;
1311
+ border-radius: 2px;
1312
+ background: rgba(0, 0, 0, 0.1);
1313
+ overflow: hidden;
1314
+ }
1315
+
1316
+ @media (hover: hover) and (pointer: fine) {
1317
+ .tabulator-print-table .tabulator-data-tree-control:hover {
1318
+ cursor: pointer;
1319
+ background: rgba(0, 0, 0, 0.2);
1320
+ }
1321
+ }
1322
+
1323
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
1324
+ display: inline-block;
1325
+ position: relative;
1326
+ height: 7px;
1327
+ width: 1px;
1328
+ background: transparent;
1329
+ }
1330
+
1331
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
1332
+ position: absolute;
1333
+ content: "";
1334
+ left: -3px;
1335
+ top: 3px;
1336
+ height: 1px;
1337
+ width: 7px;
1338
+ background: #333;
1339
+ }
1340
+
1341
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
1342
+ display: inline-block;
1343
+ position: relative;
1344
+ height: 7px;
1345
+ width: 1px;
1346
+ background: #333;
1347
+ }
1348
+
1349
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
1350
+ position: absolute;
1351
+ content: "";
1352
+ left: -3px;
1353
+ top: 3px;
1354
+ height: 1px;
1355
+ width: 7px;
1356
+ background: #333;
1357
+ }
1358
+
1359
+ .tabulator {
1360
+ background-color: #fff;
1361
+ border: none;
1362
+ }
1363
+
1364
+ .tabulator .tabulator-header {
1365
+ border-top: 1px solid #dee2e6;
1366
+ border-bottom: 2px solid #dee2e6;
1367
+ color: inherit;
1368
+ }
1369
+
1370
+ .tabulator .tabulator-header .tabulator-col {
1371
+ border-right: none;
1372
+ background-color: #fff;
1373
+ }
1374
+
1375
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
1376
+ padding: 12px;
1377
+ }
1378
+
1379
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
1380
+ right: 0;
1381
+ }
1382
+
1383
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
1384
+ border-top: 1px solid #dee2e6;
1385
+ }
1386
+
1387
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
1388
+ padding: .375rem .75rem;
1389
+ background-color: #fff;
1390
+ background-clip: padding-box;
1391
+ border: 1px solid #ced4da;
1392
+ border-radius: .25rem;
1393
+ transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
1394
+ font-size: 1rem;
1395
+ line-height: 1.5;
1396
+ color: #495057;
1397
+ }
1398
+
1399
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {
1400
+ color: #495057;
1401
+ background-color: #fff;
1402
+ border: 1px solid #1D68CD;
1403
+ outline: 0;
1404
+ }
1405
+
1406
+ .tabulator .tabulator-header .tabulator-calcs-holder {
1407
+ width: 100%;
1408
+ border-bottom: 1px solid #dee2e6;
1409
+ }
1410
+
1411
+ .tabulator .tabulator-tableholder .tabulator-placeholder span {
1412
+ color: #000;
1413
+ }
1414
+
1415
+ .tabulator .tabulator-tableholder .tabulator-table {
1416
+ color: inherit;
1417
+ }
1418
+
1419
+ .tabulator .tabulator-footer {
1420
+ color: inherit;
1421
+ }
1422
+
1423
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
1424
+ background-color: #fff;
1425
+ font-weight: normal;
1426
+ }
1427
+
1428
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
1429
+ background-color: #0d6efd;
1430
+ color: #fff;
1431
+ }
1432
+
1433
+ .tabulator .tabulator-footer .tabulator-paginator {
1434
+ color: inherit;
1435
+ }
1436
+
1437
+ .tabulator .tabulator-footer .tabulator-pages {
1438
+ margin: 0;
1439
+ }
1440
+
1441
+ .tabulator .tabulator-footer .tabulator-page {
1442
+ margin: 0;
1443
+ margin-top: 5px;
1444
+ padding: 8px 12px;
1445
+ }
1446
+
1447
+ .tabulator .tabulator-footer .tabulator-page[data-page="first"] {
1448
+ border-top-left-radius: 4px;
1449
+ border-bottom-left-radius: 4px;
1450
+ }
1451
+
1452
+ .tabulator .tabulator-footer .tabulator-page[data-page="last"] {
1453
+ border: 1px solid #dee2e6;
1454
+ border-top-right-radius: 4px;
1455
+ border-bottom-right-radius: 4px;
1456
+ }
1457
+
1458
+ .tabulator .tabulator-footer .tabulator-page.active {
1459
+ border-color: #0d6efd;
1460
+ background-color: #0d6efd;
1461
+ color: #fff;
1462
+ }
1463
+
1464
+ .tabulator .tabulator-footer .tabulator-page:disabled {
1465
+ border-color: #dee2e6;
1466
+ background: #fff;
1467
+ color: #6c757d;
1468
+ }
1469
+
1470
+ @media (hover: hover) and (pointer: fine) {
1471
+ .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
1472
+ border-color: #dee2e6;
1473
+ background: #e9ecef;
1474
+ color: #0a58ca;
1475
+ }
1476
+ }
1477
+
1478
+ .tabulator.thead-dark .tabulator-header {
1479
+ border-color: #dee2e6;
1480
+ background-color: #fff;
1481
+ color: #212529;
1482
+ }
1483
+
1484
+ .tabulator.thead-dark .tabulator-header .tabulator-col {
1485
+ border-color: #dee2e6;
1486
+ background-color: #fff;
1487
+ color: #212529;
1488
+ }
1489
+
1490
+ .tabulator.table {
1491
+ background-color: #fff;
1492
+ }
1493
+
1494
+ .tabulator.table:not(.thead-light) .tabulator-header {
1495
+ border-color: #dee2e6;
1496
+ background-color: #fff;
1497
+ color: #212529;
1498
+ }
1499
+
1500
+ .tabulator.table:not(.thead-light) .tabulator-header .tabulator-col {
1501
+ border-color: #dee2e6;
1502
+ background-color: #fff;
1503
+ color: #212529;
1504
+ }
1505
+
1506
+ .tabulator.table .tabulator-tableholder {
1507
+ color: #212529;
1508
+ }
1509
+
1510
+ .tabulator.table .tabulator-row {
1511
+ border-color: #dee2e6;
1512
+ background-color: #fff;
1513
+ color: #212529;
1514
+ }
1515
+
1516
+ @media (hover: hover) and (pointer: fine) {
1517
+ .tabulator.table .tabulator-row:hover {
1518
+ background-color: #dee2e6;
1519
+ }
1520
+ .tabulator.table .tabulator-row:hover .tabulator-cell {
1521
+ background-color: #ced4da;
1522
+ }
1523
+ }
1524
+
1525
+ .tabulator.table .tabulator-row.tabulator-selected {
1526
+ background-color: #9ABCEA;
1527
+ }
1528
+
1529
+ .tabulator.table .tabulator-footer {
1530
+ border-color: #dee2e6 !important;
1531
+ }
1532
+
1533
+ .tabulator.table .tabulator-footer .tabulator-calcs-holder {
1534
+ border-color: #dee2e6 !important;
1535
+ background: #fff !important;
1536
+ }
1537
+
1538
+ .tabulator.table .tabulator-footer .tabulator-calcs-holder .tabulator-row {
1539
+ border-color: #dee2e6 !important;
1540
+ background-color: #fff !important;
1541
+ color: #212529 !important;
1542
+ }
1543
+
1544
+ .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even {
1545
+ background-color: #e9ecef;
1546
+ }
1547
+
1548
+ .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected {
1549
+ background-color: #9ABCEA;
1550
+ }
1551
+
1552
+ @media (hover: hover) and (pointer: fine) {
1553
+ .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {
1554
+ background-color: #ced4da;
1555
+ cursor: pointer;
1556
+ }
1557
+ .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected:hover {
1558
+ background-color: #769BCC;
1559
+ cursor: pointer;
1560
+ }
1561
+ }
1562
+
1563
+ .tabulator.table-striped.table .tabulator-row:nth-child(even) .tabulator-cell {
1564
+ background-color: transparent;
1565
+ }
1566
+
1567
+ .tabulator.table-bordered {
1568
+ border: 1px solid #dee2e6;
1569
+ }
1570
+
1571
+ .tabulator.table-bordered .tabulator-header .tabulator-col {
1572
+ border-right: 1px solid #dee2e6;
1573
+ }
1574
+
1575
+ .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
1576
+ border-right: 1px solid #dee2e6;
1577
+ }
1578
+
1579
+ .tabulator.table-borderless .tabulator-header {
1580
+ border: none;
1581
+ }
1582
+
1583
+ .tabulator.table-borderless .tabulator-row {
1584
+ border: none;
1585
+ }
1586
+
1587
+ .tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {
1588
+ padding: 5px !important;
1589
+ }
1590
+
1591
+ .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {
1592
+ min-height: 26px;
1593
+ }
1594
+
1595
+ .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
1596
+ padding: 5px !important;
1597
+ }
1598
+
1599
+ .tabulator.table-sm .tabulator-row {
1600
+ padding-top: 0;
1601
+ padding-bottom: 0;
1602
+ }
1603
+
1604
+ .tabulator.table-sm .tabulator-col-resize-handle {
1605
+ padding: 0;
1606
+ }
1607
+
1608
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {
1609
+ background: #cfe2ff !important;
1610
+ }
1611
+
1612
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {
1613
+ background: #e2e3e5 !important;
1614
+ }
1615
+
1616
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {
1617
+ background: #d1e7dd !important;
1618
+ }
1619
+
1620
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {
1621
+ background: #cff4fc !important;
1622
+ }
1623
+
1624
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {
1625
+ background: #fff3cd !important;
1626
+ }
1627
+
1628
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {
1629
+ background: #f8d7da !important;
1630
+ }
1631
+
1632
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {
1633
+ background: #f8f9fa !important;
1634
+ }
1635
+
1636
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table {
1637
+ background: #212529 !important;
1638
+ }
1639
+
1640
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {
1641
+ background: #6c757d !important;
1642
+ }
1643
+
1644
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {
1645
+ background: #cfe2ff !important;
1646
+ }
1647
+
1648
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {
1649
+ background: #e2e3e5 !important;
1650
+ }
1651
+
1652
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {
1653
+ background: #d1e7dd !important;
1654
+ }
1655
+
1656
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {
1657
+ background: #cff4fc !important;
1658
+ }
1659
+
1660
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {
1661
+ background: #fff3cd !important;
1662
+ }
1663
+
1664
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {
1665
+ background: #f8d7da !important;
1666
+ }
1667
+
1668
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {
1669
+ background: #f8f9fa !important;
1670
+ }
1671
+
1672
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {
1673
+ background: #212529 !important;
1674
+ }
1675
+
1676
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {
1677
+ background: #6c757d !important;
1678
+ }
1679
+
1680
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {
1681
+ background: #cfe2ff !important;
1682
+ }
1683
+
1684
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {
1685
+ background: #e2e3e5 !important;
1686
+ }
1687
+
1688
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {
1689
+ background: #d1e7dd !important;
1690
+ }
1691
+
1692
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {
1693
+ background: #cff4fc !important;
1694
+ }
1695
+
1696
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {
1697
+ background: #fff3cd !important;
1698
+ }
1699
+
1700
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {
1701
+ background: #f8d7da !important;
1702
+ }
1703
+
1704
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {
1705
+ background: #f8f9fa !important;
1706
+ }
1707
+
1708
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table {
1709
+ background: #212529 !important;
1710
+ }
1711
+
1712
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {
1713
+ background: #6c757d !important;
1714
+ }
1715
+
1716
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {
1717
+ background: #cfe2ff !important;
1718
+ }
1719
+
1720
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {
1721
+ background: #e2e3e5 !important;
1722
+ }
1723
+
1724
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {
1725
+ background: #d1e7dd !important;
1726
+ }
1727
+
1728
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {
1729
+ background: #cff4fc !important;
1730
+ }
1731
+
1732
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {
1733
+ background: #fff3cd !important;
1734
+ }
1735
+
1736
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {
1737
+ background: #f8d7da !important;
1738
+ }
1739
+
1740
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {
1741
+ background: #f8f9fa !important;
1742
+ }
1743
+
1744
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {
1745
+ background: #212529 !important;
1746
+ }
1747
+
1748
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {
1749
+ background: #6c757d !important;
1750
+ }
1751
+
1752
+ .tabulator-row {
1753
+ min-height: 40px;
1754
+ border-bottom: 1px solid #dee2e6;
1755
+ }
1756
+
1757
+ .tabulator-row .tabulator-cell {
1758
+ padding: 12px;
1759
+ border-right: none;
1760
+ }
1761
+
1762
+ .tabulator-row .tabulator-cell:last-of-type {
1763
+ border-right: none;
1764
+ }
1765
+
1766
+ .tabulator-row .tabulator-cell.tabulator-row-header {
1767
+ border-right: 1px solid #dee2e6;
1768
+ border-bottom: none;
1769
+ background: #fff;
1770
+ }
1771
+
1772
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control {
1773
+ border: 1px solid #ccc;
1774
+ }
1775
+
1776
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
1777
+ background: #ccc;
1778
+ }
1779
+
1780
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
1781
+ background: #ccc;
1782
+ }
1783
+
1784
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
1785
+ background: #ccc;
1786
+ }
1787
+
1788
+ .tabulator-row.tabulator-group {
1789
+ background: #fafafa;
1790
+ }
1791
+
1792
+ .tabulator-row.tabulator-group span {
1793
+ color: #666;
1794
+ }
1795
+
1796
+ .tabulator-edit-select-list {
1797
+ background: #fff;
1798
+ }
1799
+
1800
+ .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
1801
+ color: #fff;
1802
+ }
1803
+
1804
+ .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
1805
+ outline: 1px solid rgba(255, 255, 255, 0.5);
1806
+ }
1807
+
1808
+ @media (hover: hover) and (pointer: fine) {
1809
+ .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
1810
+ color: #fff;
1811
+ }
1812
+ }
1813
+
1814
+ .tabulator-edit-select-list .tabulator-edit-select-list-notice {
1815
+ color: inherit;
1816
+ }
1817
+
1818
+ .tabulator-edit-select-list .tabulator-edit-select-list-group {
1819
+ color: inherit;
1820
+ }
1821
+
1822
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
1823
+ text-align: initial;
1824
+ border-left: initial;
1825
+ }
1826
+
1827
+ .tabulator-print-table .tabulator-print-table-group {
1828
+ background: #fafafa;
1829
+ }
1830
+
1831
+ .tabulator-print-table .tabulator-print-table-group span {
1832
+ color: #666;
1833
+ }
1834
+
1835
+ .tabulator-print-table .tabulator-data-tree-control {
1836
+ color: inherit;
1837
+ }
1838
+
1839
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
1840
+ background: #ccc;
1841
+ }
1842
+
1843
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
1844
+ background: #ccc;
1845
+ }
1846
+
1847
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
1848
+ background: #ccc;
1849
+ }
1850
+
1851
+ .tabulator-popup-container {
1852
+ background: #fff;
1853
+ }
1854
+
1855
+ .tabulator-edit-list .tabulator-edit-list-item.active {
1856
+ color: #fff;
1857
+ }
1858
+
1859
+ .tabulator-edit-list .tabulator-edit-list-item.active.focused {
1860
+ outline: 1px solid rgba(255, 255, 255, 0.5);
1861
+ }
1862
+
1863
+ @media (hover: hover) and (pointer: fine) {
1864
+ .tabulator-edit-list .tabulator-edit-list-item:hover {
1865
+ color: #fff;
1866
+ }
1867
+ }
1868
+
1869
+ .dark {
1870
+
1871
+ /*# sourceMappingURL=tabulator_site_dark.css.map */
1872
+ }
1873
+
1874
+ .dark .tabulator {
1875
+ position: relative;
1876
+ border: 1px solid #222;
1877
+ background-color: #fff;
1878
+ font-size: 14px;
1879
+ text-align: left;
1880
+ overflow: hidden;
1881
+ transform: translateZ(0);
1882
+ }
1883
+
1884
+ .dark .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
1885
+ min-width: 100%;
1886
+ }
1887
+
1888
+ .dark .tabulator[tabulator-layout="fitDataTable"] {
1889
+ display: inline-block;
1890
+ }
1891
+
1892
+ .dark .tabulator.tabulator-block-select {
1893
+ -webkit-user-select: none;
1894
+ -moz-user-select: none;
1895
+ user-select: none;
1896
+ }
1897
+
1898
+ .dark .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
1899
+ -webkit-user-select: none;
1900
+ -moz-user-select: none;
1901
+ user-select: none;
1902
+ }
1903
+
1904
+ .dark .tabulator .tabulator-header {
1905
+ position: relative;
1906
+ box-sizing: border-box;
1907
+ width: 100%;
1908
+ border-bottom: 1px solid #3FB449;
1909
+ background-color: #222;
1910
+ color: #fff;
1911
+ font-weight: bold;
1912
+ white-space: nowrap;
1913
+ overflow: hidden;
1914
+ -moz-user-select: none;
1915
+ -khtml-user-select: none;
1916
+ -webkit-user-select: none;
1917
+ -o-user-select: none;
1918
+ outline: none;
1919
+ }
1920
+
1921
+ .dark .tabulator .tabulator-header.tabulator-header-hidden {
1922
+ display: none;
1923
+ }
1924
+
1925
+ .dark .tabulator .tabulator-header .tabulator-header-contents {
1926
+ position: relative;
1927
+ overflow: hidden;
1928
+ }
1929
+
1930
+ .dark .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
1931
+ display: inline-block;
1932
+ }
1933
+
1934
+ .dark .tabulator .tabulator-header .tabulator-col {
1935
+ display: inline-flex;
1936
+ position: relative;
1937
+ box-sizing: border-box;
1938
+ flex-direction: column;
1939
+ justify-content: flex-start;
1940
+ border-right: 1px solid #aaa;
1941
+ background: #222;
1942
+ text-align: left;
1943
+ vertical-align: bottom;
1944
+ overflow: hidden;
1945
+ }
1946
+
1947
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-moving {
1948
+ position: absolute;
1949
+ border: 1px solid #3FB449;
1950
+ background: #090909;
1951
+ pointer-events: none;
1952
+ }
1953
+
1954
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
1955
+ background-color: #70c28e;
1956
+ color: #000000;
1957
+ }
1958
+
1959
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
1960
+ background-color: #269b51;
1961
+ color: #FFFFFF;
1962
+ }
1963
+
1964
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
1965
+ box-sizing: border-box;
1966
+ position: relative;
1967
+ padding: 4px;
1968
+ }
1969
+
1970
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
1971
+ padding: 0 8px;
1972
+ }
1973
+
1974
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
1975
+ cursor: pointer;
1976
+ opacity: .6;
1977
+ }
1978
+
1979
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
1980
+ position: relative;
1981
+ }
1982
+
1983
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
1984
+ box-sizing: border-box;
1985
+ width: 100%;
1986
+ white-space: nowrap;
1987
+ overflow: hidden;
1988
+ text-overflow: ellipsis;
1989
+ vertical-align: bottom;
1990
+ }
1991
+
1992
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
1993
+ white-space: normal;
1994
+ text-overflow: initial;
1995
+ }
1996
+
1997
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
1998
+ box-sizing: border-box;
1999
+ width: 100%;
2000
+ border: 1px solid #999;
2001
+ padding: 1px;
2002
+ background: #fff;
2003
+ }
2004
+
2005
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
2006
+ width: calc(100% - 22px);
2007
+ }
2008
+
2009
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
2010
+ display: flex;
2011
+ align-items: center;
2012
+ position: absolute;
2013
+ top: 0;
2014
+ bottom: 0;
2015
+ right: 4px;
2016
+ }
2017
+
2018
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
2019
+ width: 0;
2020
+ height: 0;
2021
+ border-left: 6px solid transparent;
2022
+ border-right: 6px solid transparent;
2023
+ border-bottom: 6px solid #bbb;
2024
+ }
2025
+
2026
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
2027
+ position: relative;
2028
+ display: flex;
2029
+ border-top: 1px solid #aaa;
2030
+ overflow: hidden;
2031
+ margin-right: -1px;
2032
+ }
2033
+
2034
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
2035
+ position: relative;
2036
+ box-sizing: border-box;
2037
+ margin-top: 2px;
2038
+ width: 100%;
2039
+ text-align: center;
2040
+ }
2041
+
2042
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
2043
+ height: auto !important;
2044
+ }
2045
+
2046
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
2047
+ margin-top: 3px;
2048
+ }
2049
+
2050
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
2051
+ width: 0;
2052
+ height: 0;
2053
+ }
2054
+
2055
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
2056
+ padding-right: 25px;
2057
+ }
2058
+
2059
+ @media (hover: hover) and (pointer: fine) {
2060
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
2061
+ cursor: pointer;
2062
+ background-color: #090909;
2063
+ }
2064
+ }
2065
+
2066
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
2067
+ color: #bbb;
2068
+ }
2069
+
2070
+ @media (hover: hover) and (pointer: fine) {
2071
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
2072
+ cursor: pointer;
2073
+ border-bottom: 6px solid #555;
2074
+ }
2075
+ }
2076
+
2077
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
2078
+ border-top: none;
2079
+ border-bottom: 6px solid #bbb;
2080
+ }
2081
+
2082
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {
2083
+ color: #3FB449;
2084
+ }
2085
+
2086
+ @media (hover: hover) and (pointer: fine) {
2087
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
2088
+ cursor: pointer;
2089
+ border-bottom: 6px solid #555;
2090
+ }
2091
+ }
2092
+
2093
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
2094
+ border-top: none;
2095
+ border-bottom: 6px solid #3FB449;
2096
+ }
2097
+
2098
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {
2099
+ color: #3FB449;
2100
+ }
2101
+
2102
+ @media (hover: hover) and (pointer: fine) {
2103
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
2104
+ cursor: pointer;
2105
+ border-top: 6px solid #555;
2106
+ }
2107
+ }
2108
+
2109
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
2110
+ border-bottom: none;
2111
+ border-top: 6px solid #3FB449;
2112
+ color: #3FB449;
2113
+ }
2114
+
2115
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
2116
+ writing-mode: vertical-rl;
2117
+ text-orientation: mixed;
2118
+ display: flex;
2119
+ align-items: center;
2120
+ justify-content: center;
2121
+ }
2122
+
2123
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
2124
+ transform: rotate(180deg);
2125
+ }
2126
+
2127
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
2128
+ padding-right: 0;
2129
+ padding-top: 20px;
2130
+ }
2131
+
2132
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
2133
+ padding-right: 0;
2134
+ padding-bottom: 20px;
2135
+ }
2136
+
2137
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
2138
+ justify-content: center;
2139
+ left: 0;
2140
+ right: 0;
2141
+ top: 4px;
2142
+ bottom: auto;
2143
+ }
2144
+
2145
+ .dark .tabulator .tabulator-header .tabulator-frozen {
2146
+ position: sticky;
2147
+ left: 0;
2148
+ z-index: 11;
2149
+ }
2150
+
2151
+ .dark .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
2152
+ border-right: 2px solid #aaa;
2153
+ }
2154
+
2155
+ .dark .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
2156
+ border-left: 2px solid #aaa;
2157
+ }
2158
+
2159
+ .dark .tabulator .tabulator-header .tabulator-calcs-holder {
2160
+ box-sizing: border-box;
2161
+ display: inline-block;
2162
+ background: #2f2f2f !important;
2163
+ border-top: 1px solid #aaa;
2164
+ border-bottom: 1px solid #aaa;
2165
+ }
2166
+
2167
+ .dark .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
2168
+ background: #2f2f2f !important;
2169
+ }
2170
+
2171
+ .dark .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
2172
+ display: none;
2173
+ }
2174
+
2175
+ .dark .tabulator .tabulator-header .tabulator-frozen-rows-holder {
2176
+ display: inline-block;
2177
+ }
2178
+
2179
+ .dark .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
2180
+ display: none;
2181
+ }
2182
+
2183
+ .dark .tabulator .tabulator-tableholder {
2184
+ position: relative;
2185
+ width: 100%;
2186
+ white-space: nowrap;
2187
+ overflow: auto;
2188
+ -webkit-overflow-scrolling: touch;
2189
+ }
2190
+
2191
+ .dark .tabulator .tabulator-tableholder:focus {
2192
+ outline: none;
2193
+ }
2194
+
2195
+ .dark .tabulator .tabulator-tableholder .tabulator-placeholder {
2196
+ box-sizing: border-box;
2197
+ display: flex;
2198
+ align-items: center;
2199
+ justify-content: center;
2200
+ min-width: 100%;
2201
+ width: 100%;
2202
+ }
2203
+
2204
+ .dark .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
2205
+ min-height: 100%;
2206
+ }
2207
+
2208
+ .dark .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
2209
+ display: inline-block;
2210
+ text-align: center;
2211
+ padding: 10px;
2212
+ color: #ccc;
2213
+ font-weight: bold;
2214
+ font-size: 20px;
2215
+ white-space: normal;
2216
+ }
2217
+
2218
+ .dark .tabulator .tabulator-tableholder .tabulator-table {
2219
+ position: relative;
2220
+ display: inline-block;
2221
+ background-color: #fff;
2222
+ white-space: nowrap;
2223
+ overflow: visible;
2224
+ color: #333;
2225
+ }
2226
+
2227
+ .dark .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
2228
+ font-weight: bold;
2229
+ background: #e2e2e2 !important;
2230
+ }
2231
+
2232
+ .dark .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
2233
+ border-bottom: 2px solid #aaa;
2234
+ }
2235
+
2236
+ .dark .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
2237
+ border-top: 2px solid #aaa;
2238
+ }
2239
+
2240
+ .dark .tabulator .tabulator-tableholder .tabulator-range-overlay {
2241
+ position: absolute;
2242
+ inset: 0;
2243
+ z-index: 10;
2244
+ pointer-events: none;
2245
+ }
2246
+
2247
+ .dark .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
2248
+ position: absolute;
2249
+ box-sizing: border-box;
2250
+ border: 1px solid #269b51;
2251
+ }
2252
+
2253
+ .dark .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
2254
+ content: '';
2255
+ position: absolute;
2256
+ right: -3px;
2257
+ bottom: -3px;
2258
+ width: 6px;
2259
+ height: 6px;
2260
+ background-color: #269b51;
2261
+ border-radius: 999px;
2262
+ }
2263
+
2264
+ .dark .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
2265
+ position: absolute;
2266
+ box-sizing: border-box;
2267
+ border: 2px solid #269b51;
2268
+ }
2269
+
2270
+ .dark .tabulator .tabulator-footer {
2271
+ border-top: 1px solid #3FB449;
2272
+ background-color: #222;
2273
+ color: #222;
2274
+ font-weight: bold;
2275
+ white-space: nowrap;
2276
+ user-select: none;
2277
+ -moz-user-select: none;
2278
+ -khtml-user-select: none;
2279
+ -webkit-user-select: none;
2280
+ -o-user-select: none;
2281
+ }
2282
+
2283
+ .dark .tabulator .tabulator-footer .tabulator-footer-contents {
2284
+ display: flex;
2285
+ flex-direction: row;
2286
+ align-items: center;
2287
+ justify-content: space-between;
2288
+ padding: 5px 10px;
2289
+ }
2290
+
2291
+ .dark .tabulator .tabulator-footer .tabulator-footer-contents:empty {
2292
+ display: none;
2293
+ }
2294
+
2295
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
2296
+ margin-top: -5px;
2297
+ overflow-x: auto;
2298
+ }
2299
+
2300
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
2301
+ display: inline-block;
2302
+ padding: 5px;
2303
+ border: #222 1px solid;
2304
+ border-top: none;
2305
+ border-bottom-left-radius: 5px;
2306
+ border-bottom-right-radius: 5px;
2307
+ font-size: .9em;
2308
+ }
2309
+
2310
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
2311
+ cursor: pointer;
2312
+ opacity: .7;
2313
+ }
2314
+
2315
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
2316
+ background: #fff;
2317
+ }
2318
+
2319
+ .dark .tabulator .tabulator-footer .tabulator-calcs-holder {
2320
+ box-sizing: border-box;
2321
+ width: 100%;
2322
+ text-align: left;
2323
+ background: #2f2f2f !important;
2324
+ border-bottom: 1px solid #aaa;
2325
+ border-top: 1px solid #aaa;
2326
+ overflow: hidden;
2327
+ }
2328
+
2329
+ .dark .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
2330
+ display: inline-block;
2331
+ background: #2f2f2f !important;
2332
+ }
2333
+
2334
+ .dark .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
2335
+ display: none;
2336
+ }
2337
+
2338
+ .dark .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
2339
+ margin-bottom: -5px;
2340
+ border-bottom: none;
2341
+ }
2342
+
2343
+ .dark .tabulator .tabulator-footer > * + .tabulator-page-counter {
2344
+ margin-left: 10px;
2345
+ }
2346
+
2347
+ .dark .tabulator .tabulator-footer .tabulator-page-counter {
2348
+ font-weight: normal;
2349
+ }
2350
+
2351
+ .dark .tabulator .tabulator-footer .tabulator-paginator {
2352
+ flex: 1;
2353
+ text-align: right;
2354
+ color: #222;
2355
+ font-family: inherit;
2356
+ font-weight: inherit;
2357
+ font-size: inherit;
2358
+ }
2359
+
2360
+ .dark .tabulator .tabulator-footer .tabulator-page-size {
2361
+ display: inline-block;
2362
+ margin: 0 5px;
2363
+ padding: 2px 5px;
2364
+ border: 1px solid #aaa;
2365
+ border-radius: 3px;
2366
+ }
2367
+
2368
+ .dark .tabulator .tabulator-footer .tabulator-pages {
2369
+ margin: 0 7px;
2370
+ }
2371
+
2372
+ .dark .tabulator .tabulator-footer .tabulator-page {
2373
+ display: inline-block;
2374
+ margin: 0 2px;
2375
+ padding: 2px 5px;
2376
+ border: 1px solid #aaa;
2377
+ border-radius: 3px;
2378
+ background: rgba(255, 255, 255, 0.2);
2379
+ }
2380
+
2381
+ .dark .tabulator .tabulator-footer .tabulator-page.active {
2382
+ color: #3FB449;
2383
+ }
2384
+
2385
+ .dark .tabulator .tabulator-footer .tabulator-page:disabled {
2386
+ opacity: .5;
2387
+ }
2388
+
2389
+ @media (hover: hover) and (pointer: fine) {
2390
+ .dark .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
2391
+ cursor: pointer;
2392
+ background: rgba(0, 0, 0, 0.2);
2393
+ color: #fff;
2394
+ }
2395
+ }
2396
+
2397
+ .dark .tabulator .tabulator-col-resize-handle {
2398
+ position: relative;
2399
+ display: inline-block;
2400
+ width: 6px;
2401
+ margin-left: -3px;
2402
+ margin-right: -3px;
2403
+ z-index: 11;
2404
+ vertical-align: middle;
2405
+ }
2406
+
2407
+ @media (hover: hover) and (pointer: fine) {
2408
+ .dark .tabulator .tabulator-col-resize-handle:hover {
2409
+ cursor: ew-resize;
2410
+ }
2411
+ }
2412
+
2413
+ .dark .tabulator .tabulator-col-resize-handle:last-of-type {
2414
+ width: 3px;
2415
+ margin-right: 0;
2416
+ }
2417
+
2418
+ .dark .tabulator .tabulator-col-resize-guide {
2419
+ position: absolute;
2420
+ top: 0;
2421
+ width: 4px;
2422
+ height: 100%;
2423
+ margin-left: -0.5px;
2424
+ background-color: #999;
2425
+ opacity: .5;
2426
+ }
2427
+
2428
+ .dark .tabulator .tabulator-row-resize-guide {
2429
+ position: absolute;
2430
+ left: 0;
2431
+ width: 100%;
2432
+ height: 4px;
2433
+ margin-top: -0.5px;
2434
+ background-color: #999;
2435
+ opacity: .5;
2436
+ }
2437
+
2438
+ .dark .tabulator .tabulator-alert {
2439
+ position: absolute;
2440
+ display: flex;
2441
+ align-items: center;
2442
+ top: 0;
2443
+ left: 0;
2444
+ z-index: 100;
2445
+ height: 100%;
2446
+ width: 100%;
2447
+ background: rgba(0, 0, 0, 0.4);
2448
+ text-align: center;
2449
+ }
2450
+
2451
+ .dark .tabulator .tabulator-alert .tabulator-alert-msg {
2452
+ display: inline-block;
2453
+ margin: 0 auto;
2454
+ padding: 10px 20px;
2455
+ border-radius: 10px;
2456
+ background: #fff;
2457
+ font-weight: bold;
2458
+ font-size: 16px;
2459
+ }
2460
+
2461
+ .dark .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
2462
+ border: 4px solid #333;
2463
+ color: #000;
2464
+ }
2465
+
2466
+ .dark .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
2467
+ border: 4px solid #D00;
2468
+ color: #590000;
2469
+ }
2470
+
2471
+ .dark .tabulator-row {
2472
+ position: relative;
2473
+ box-sizing: border-box;
2474
+ min-height: 22px;
2475
+ background-color: #fff;
2476
+ }
2477
+
2478
+ .dark .tabulator-row.tabulator-row-even {
2479
+ background-color: #EFEFEF;
2480
+ }
2481
+
2482
+ @media (hover: hover) and (pointer: fine) {
2483
+ .dark .tabulator-row.tabulator-selectable:hover {
2484
+ background-color: #bbb;
2485
+ cursor: pointer;
2486
+ }
2487
+ }
2488
+
2489
+ .dark .tabulator-row.tabulator-selected {
2490
+ background-color: #70c28e;
2491
+ }
2492
+
2493
+ @media (hover: hover) and (pointer: fine) {
2494
+ .dark .tabulator-row.tabulator-selected:hover {
2495
+ background-color: #269b51;
2496
+ cursor: pointer;
2497
+ }
2498
+ }
2499
+
2500
+ .dark .tabulator-row.tabulator-row-moving {
2501
+ border: 1px solid #000;
2502
+ background: #fff;
2503
+ }
2504
+
2505
+ .dark .tabulator-row.tabulator-moving {
2506
+ position: absolute;
2507
+ border-top: 1px solid #aaa;
2508
+ border-bottom: 1px solid #aaa;
2509
+ pointer-events: none;
2510
+ z-index: 15;
2511
+ }
2512
+
2513
+ .dark .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
2514
+ background-color: #70c28e;
2515
+ color: #000000;
2516
+ }
2517
+
2518
+ .dark .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
2519
+ background-color: #269b51;
2520
+ color: #FFFFFF;
2521
+ }
2522
+
2523
+ .dark .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
2524
+ background-color: #269b51;
2525
+ color: #FFFFFF;
2526
+ }
2527
+
2528
+ .dark .tabulator-row .tabulator-row-resize-handle {
2529
+ position: absolute;
2530
+ right: 0;
2531
+ bottom: 0;
2532
+ left: 0;
2533
+ height: 5px;
2534
+ }
2535
+
2536
+ .dark .tabulator-row .tabulator-row-resize-handle.prev {
2537
+ top: 0;
2538
+ bottom: auto;
2539
+ }
2540
+
2541
+ @media (hover: hover) and (pointer: fine) {
2542
+ .dark .tabulator-row .tabulator-row-resize-handle:hover {
2543
+ cursor: ns-resize;
2544
+ }
2545
+ }
2546
+
2547
+ .dark .tabulator-row .tabulator-responsive-collapse {
2548
+ box-sizing: border-box;
2549
+ padding: 5px;
2550
+ border-top: 1px solid #aaa;
2551
+ border-bottom: 1px solid #aaa;
2552
+ }
2553
+
2554
+ .dark .tabulator-row .tabulator-responsive-collapse:empty {
2555
+ display: none;
2556
+ }
2557
+
2558
+ .dark .tabulator-row .tabulator-responsive-collapse table {
2559
+ font-size: 14px;
2560
+ }
2561
+
2562
+ .dark .tabulator-row .tabulator-responsive-collapse table tr td {
2563
+ position: relative;
2564
+ }
2565
+
2566
+ .dark .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
2567
+ padding-right: 10px;
2568
+ }
2569
+
2570
+ .dark .tabulator-row .tabulator-cell {
2571
+ display: inline-block;
2572
+ position: relative;
2573
+ box-sizing: border-box;
2574
+ padding: 4px;
2575
+ border-right: 1px solid #aaa;
2576
+ vertical-align: middle;
2577
+ white-space: nowrap;
2578
+ overflow: hidden;
2579
+ text-overflow: ellipsis;
2580
+ outline: none;
2581
+ }
2582
+
2583
+ .dark .tabulator-row .tabulator-cell.tabulator-row-header {
2584
+ border-right: 1px solid #222;
2585
+ border-bottom: 1px solid #aaa;
2586
+ background: #222;
2587
+ }
2588
+
2589
+ .dark .tabulator-row .tabulator-cell.tabulator-frozen {
2590
+ display: inline-block;
2591
+ position: sticky;
2592
+ left: 0;
2593
+ background-color: inherit;
2594
+ z-index: 11;
2595
+ }
2596
+
2597
+ .dark .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
2598
+ border-right: 2px solid #aaa;
2599
+ }
2600
+
2601
+ .dark .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
2602
+ border-left: 2px solid #aaa;
2603
+ }
2604
+
2605
+ .dark .tabulator-row .tabulator-cell.tabulator-editing {
2606
+ border: 1px solid #1D68CD;
2607
+ outline: none;
2608
+ padding: 0;
2609
+ }
2610
+
2611
+ .dark .tabulator-row .tabulator-cell.tabulator-editing input,
2612
+ .dark .tabulator-row .tabulator-cell.tabulator-editing select {
2613
+ border: 1px;
2614
+ background: transparent;
2615
+ outline: none;
2616
+ }
2617
+
2618
+ .dark .tabulator-row .tabulator-cell.tabulator-validation-fail {
2619
+ border: 1px solid #dd0000;
2620
+ }
2621
+
2622
+ .dark .tabulator-row .tabulator-cell.tabulator-validation-fail input,
2623
+ .dark .tabulator-row .tabulator-cell.tabulator-validation-fail select {
2624
+ border: 1px;
2625
+ background: transparent;
2626
+ color: #dd0000;
2627
+ }
2628
+
2629
+ .dark .tabulator-row .tabulator-cell.tabulator-row-handle {
2630
+ display: inline-flex;
2631
+ align-items: center;
2632
+ justify-content: center;
2633
+ -moz-user-select: none;
2634
+ -khtml-user-select: none;
2635
+ -webkit-user-select: none;
2636
+ -o-user-select: none;
2637
+ }
2638
+
2639
+ .dark .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
2640
+ width: 80%;
2641
+ }
2642
+
2643
+ .dark .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
2644
+ width: 100%;
2645
+ height: 3px;
2646
+ margin-top: 2px;
2647
+ background: #666;
2648
+ }
2649
+
2650
+ .dark .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
2651
+ background-color: #70c28e;
2652
+ }
2653
+
2654
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
2655
+ display: inline-block;
2656
+ width: 7px;
2657
+ }
2658
+
2659
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
2660
+ display: inline-block;
2661
+ vertical-align: middle;
2662
+ height: 9px;
2663
+ width: 7px;
2664
+ margin-top: -9px;
2665
+ margin-right: 5px;
2666
+ border-bottom-left-radius: 1px;
2667
+ border-left: 2px solid #aaa;
2668
+ border-bottom: 2px solid #aaa;
2669
+ }
2670
+
2671
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control {
2672
+ display: inline-flex;
2673
+ justify-content: center;
2674
+ align-items: center;
2675
+ vertical-align: middle;
2676
+ height: 11px;
2677
+ width: 11px;
2678
+ margin-right: 5px;
2679
+ border: 1px solid #333;
2680
+ border-radius: 2px;
2681
+ background: rgba(0, 0, 0, 0.1);
2682
+ overflow: hidden;
2683
+ }
2684
+
2685
+ @media (hover: hover) and (pointer: fine) {
2686
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
2687
+ cursor: pointer;
2688
+ background: rgba(0, 0, 0, 0.2);
2689
+ }
2690
+ }
2691
+
2692
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
2693
+ display: inline-block;
2694
+ position: relative;
2695
+ height: 7px;
2696
+ width: 1px;
2697
+ background: transparent;
2698
+ }
2699
+
2700
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
2701
+ position: absolute;
2702
+ content: "";
2703
+ left: -3px;
2704
+ top: 3px;
2705
+ height: 1px;
2706
+ width: 7px;
2707
+ background: #333;
2708
+ }
2709
+
2710
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
2711
+ display: inline-block;
2712
+ position: relative;
2713
+ height: 7px;
2714
+ width: 1px;
2715
+ background: #333;
2716
+ }
2717
+
2718
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
2719
+ position: absolute;
2720
+ content: "";
2721
+ left: -3px;
2722
+ top: 3px;
2723
+ height: 1px;
2724
+ width: 7px;
2725
+ background: #333;
2726
+ }
2727
+
2728
+ .dark .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
2729
+ display: inline-flex;
2730
+ align-items: center;
2731
+ justify-content: center;
2732
+ -moz-user-select: none;
2733
+ -khtml-user-select: none;
2734
+ -webkit-user-select: none;
2735
+ -o-user-select: none;
2736
+ height: 15px;
2737
+ width: 15px;
2738
+ border-radius: 20px;
2739
+ background: #666;
2740
+ color: #fff;
2741
+ font-weight: bold;
2742
+ font-size: 1.1em;
2743
+ }
2744
+
2745
+ @media (hover: hover) and (pointer: fine) {
2746
+ .dark .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
2747
+ opacity: .7;
2748
+ cursor: pointer;
2749
+ }
2750
+ }
2751
+
2752
+ .dark .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
2753
+ display: initial;
2754
+ }
2755
+
2756
+ .dark .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
2757
+ display: none;
2758
+ }
2759
+
2760
+ .dark .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
2761
+ stroke: #fff;
2762
+ }
2763
+
2764
+ .dark .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
2765
+ display: none;
2766
+ }
2767
+
2768
+ .dark .tabulator-row .tabulator-cell .tabulator-traffic-light {
2769
+ display: inline-block;
2770
+ height: 14px;
2771
+ width: 14px;
2772
+ border-radius: 14px;
2773
+ }
2774
+
2775
+ .dark .tabulator-row.tabulator-group {
2776
+ box-sizing: border-box;
2777
+ border-bottom: 1px solid #999;
2778
+ border-right: 1px solid #aaa;
2779
+ border-top: 1px solid #999;
2780
+ padding: 5px;
2781
+ padding-left: 10px;
2782
+ background: #ccc;
2783
+ font-weight: bold;
2784
+ min-width: 100%;
2785
+ }
2786
+
2787
+ @media (hover: hover) and (pointer: fine) {
2788
+ .dark .tabulator-row.tabulator-group:hover {
2789
+ cursor: pointer;
2790
+ background-color: rgba(0, 0, 0, 0.1);
2791
+ }
2792
+ }
2793
+
2794
+ .dark .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
2795
+ margin-right: 10px;
2796
+ border-left: 6px solid transparent;
2797
+ border-right: 6px solid transparent;
2798
+ border-top: 6px solid #3FB449;
2799
+ border-bottom: 0;
2800
+ }
2801
+
2802
+ .dark .tabulator-row.tabulator-group.tabulator-group-level-1 {
2803
+ padding-left: 30px;
2804
+ }
2805
+
2806
+ .dark .tabulator-row.tabulator-group.tabulator-group-level-2 {
2807
+ padding-left: 50px;
2808
+ }
2809
+
2810
+ .dark .tabulator-row.tabulator-group.tabulator-group-level-3 {
2811
+ padding-left: 70px;
2812
+ }
2813
+
2814
+ .dark .tabulator-row.tabulator-group.tabulator-group-level-4 {
2815
+ padding-left: 90px;
2816
+ }
2817
+
2818
+ .dark .tabulator-row.tabulator-group.tabulator-group-level-5 {
2819
+ padding-left: 110px;
2820
+ }
2821
+
2822
+ .dark .tabulator-row.tabulator-group .tabulator-group-toggle {
2823
+ display: inline-block;
2824
+ }
2825
+
2826
+ .dark .tabulator-row.tabulator-group .tabulator-arrow {
2827
+ display: inline-block;
2828
+ width: 0;
2829
+ height: 0;
2830
+ margin-right: 16px;
2831
+ border-top: 6px solid transparent;
2832
+ border-bottom: 6px solid transparent;
2833
+ border-right: 0;
2834
+ border-left: 6px solid #3FB449;
2835
+ vertical-align: middle;
2836
+ }
2837
+
2838
+ .dark .tabulator-row.tabulator-group span {
2839
+ margin-left: 10px;
2840
+ color: #d00;
2841
+ }
2842
+
2843
+ .dark .tabulator-toggle {
2844
+ box-sizing: border-box;
2845
+ display: flex;
2846
+ flex-direction: row;
2847
+ border: 1px solid #ccc;
2848
+ background: #dcdcdc;
2849
+ }
2850
+
2851
+ .dark .tabulator-toggle.tabulator-toggle-on {
2852
+ background: #1c6cc2;
2853
+ }
2854
+
2855
+ .dark .tabulator-toggle .tabulator-toggle-switch {
2856
+ box-sizing: border-box;
2857
+ border: 1px solid #ccc;
2858
+ background: #fff;
2859
+ }
2860
+
2861
+ .dark .tabulator-popup-container {
2862
+ position: absolute;
2863
+ display: inline-block;
2864
+ box-sizing: border-box;
2865
+ background: #fff;
2866
+ border: 1px solid #aaa;
2867
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
2868
+ font-size: 14px;
2869
+ overflow-y: auto;
2870
+ -webkit-overflow-scrolling: touch;
2871
+ z-index: 10000;
2872
+ }
2873
+
2874
+ .dark .tabulator-popup {
2875
+ padding: 5px;
2876
+ border-radius: 3px;
2877
+ }
2878
+
2879
+ .dark .tabulator-tooltip {
2880
+ max-width: Min(500px, 100%);
2881
+ padding: 3px 5px;
2882
+ border-radius: 2px;
2883
+ box-shadow: none;
2884
+ font-size: 12px;
2885
+ pointer-events: none;
2886
+ }
2887
+
2888
+ .dark .tabulator-menu .tabulator-menu-item {
2889
+ position: relative;
2890
+ box-sizing: border-box;
2891
+ padding: 5px 10px;
2892
+ -webkit-user-select: none;
2893
+ -moz-user-select: none;
2894
+ user-select: none;
2895
+ }
2896
+
2897
+ .dark .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
2898
+ opacity: .5;
2899
+ }
2900
+
2901
+ @media (hover: hover) and (pointer: fine) {
2902
+ .dark .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
2903
+ cursor: pointer;
2904
+ background: #EFEFEF;
2905
+ }
2906
+ }
2907
+
2908
+ .dark .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
2909
+ padding-right: 25px;
2910
+ }
2911
+
2912
+ .dark .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
2913
+ display: inline-block;
2914
+ position: absolute;
2915
+ top: calc(5px + .4em);
2916
+ right: 10px;
2917
+ height: 7px;
2918
+ width: 7px;
2919
+ content: '';
2920
+ border-width: 1px 1px 0 0;
2921
+ border-style: solid;
2922
+ border-color: #aaa;
2923
+ vertical-align: top;
2924
+ transform: rotate(45deg);
2925
+ }
2926
+
2927
+ .dark .tabulator-menu .tabulator-menu-separator {
2928
+ border-top: 1px solid #aaa;
2929
+ }
2930
+
2931
+ .dark .tabulator-edit-list {
2932
+ max-height: 200px;
2933
+ font-size: 14px;
2934
+ overflow-y: auto;
2935
+ -webkit-overflow-scrolling: touch;
2936
+ }
2937
+
2938
+ .dark .tabulator-edit-list .tabulator-edit-list-item {
2939
+ padding: 4px;
2940
+ color: #333;
2941
+ outline: none;
2942
+ }
2943
+
2944
+ .dark .tabulator-edit-list .tabulator-edit-list-item.active {
2945
+ color: #fff;
2946
+ background: #1D68CD;
2947
+ }
2948
+
2949
+ .dark .tabulator-edit-list .tabulator-edit-list-item.active.focused {
2950
+ outline: 1px solid rgba(255, 255, 255, 0.5);
2951
+ }
2952
+
2953
+ .dark .tabulator-edit-list .tabulator-edit-list-item.focused {
2954
+ outline: 1px solid #1D68CD;
2955
+ }
2956
+
2957
+ @media (hover: hover) and (pointer: fine) {
2958
+ .dark .tabulator-edit-list .tabulator-edit-list-item:hover {
2959
+ cursor: pointer;
2960
+ color: #fff;
2961
+ background: #1D68CD;
2962
+ }
2963
+ }
2964
+
2965
+ .dark .tabulator-edit-list .tabulator-edit-list-placeholder {
2966
+ padding: 4px;
2967
+ color: #333;
2968
+ text-align: center;
2969
+ }
2970
+
2971
+ .dark .tabulator-edit-list .tabulator-edit-list-group {
2972
+ border-bottom: 1px solid #aaa;
2973
+ padding: 4px;
2974
+ padding-top: 6px;
2975
+ color: #333;
2976
+ font-weight: bold;
2977
+ }
2978
+
2979
+ .dark .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,
2980
+ .dark .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
2981
+ padding-left: 12px;
2982
+ }
2983
+
2984
+ .dark .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,
2985
+ .dark .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
2986
+ padding-left: 20px;
2987
+ }
2988
+
2989
+ .dark .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,
2990
+ .dark .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
2991
+ padding-left: 28px;
2992
+ }
2993
+
2994
+ .dark .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,
2995
+ .dark .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
2996
+ padding-left: 36px;
2997
+ }
2998
+
2999
+ .dark .tabulator.tabulator-ltr {
3000
+ direction: ltr;
3001
+ }
3002
+
3003
+ .dark .tabulator.tabulator-rtl {
3004
+ text-align: initial;
3005
+ direction: rtl;
3006
+ }
3007
+
3008
+ .dark .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
3009
+ text-align: initial;
3010
+ border-left: 1px solid #aaa;
3011
+ border-right: initial;
3012
+ }
3013
+
3014
+ .dark .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
3015
+ margin-right: initial;
3016
+ margin-left: -1px;
3017
+ }
3018
+
3019
+ .dark .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
3020
+ padding-right: 0;
3021
+ padding-left: 25px;
3022
+ }
3023
+
3024
+ .dark .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
3025
+ left: 8px;
3026
+ right: initial;
3027
+ }
3028
+
3029
+ .dark .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
3030
+ content: '';
3031
+ position: absolute;
3032
+ left: -3px;
3033
+ right: initial;
3034
+ bottom: -3px;
3035
+ width: 6px;
3036
+ height: 6px;
3037
+ background-color: #269b51;
3038
+ border-radius: 999px;
3039
+ }
3040
+
3041
+ .dark .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
3042
+ border-right: initial;
3043
+ border-left: 1px solid #aaa;
3044
+ }
3045
+
3046
+ .dark .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
3047
+ margin-right: initial;
3048
+ margin-left: 5px;
3049
+ border-bottom-left-radius: initial;
3050
+ border-bottom-right-radius: 1px;
3051
+ border-left: initial;
3052
+ border-right: 2px solid #aaa;
3053
+ }
3054
+
3055
+ .dark .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
3056
+ margin-right: initial;
3057
+ margin-left: 5px;
3058
+ }
3059
+
3060
+ .dark .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
3061
+ border-left: 2px solid #aaa;
3062
+ }
3063
+
3064
+ .dark .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
3065
+ border-right: 2px solid #aaa;
3066
+ }
3067
+
3068
+ .dark .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
3069
+ width: 3px;
3070
+ margin-left: 0;
3071
+ margin-right: -3px;
3072
+ }
3073
+
3074
+ .dark .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
3075
+ text-align: initial;
3076
+ }
3077
+
3078
+ .dark .tabulator-print-fullscreen {
3079
+ position: absolute;
3080
+ top: 0;
3081
+ bottom: 0;
3082
+ left: 0;
3083
+ right: 0;
3084
+ z-index: 10000;
3085
+ }
3086
+
3087
+ .dark body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
3088
+ display: none !important;
3089
+ }
3090
+
3091
+ .dark .tabulator-print-table {
3092
+ border-collapse: collapse;
3093
+ }
3094
+
3095
+ .dark .tabulator-print-table .tabulator-data-tree-branch {
3096
+ display: inline-block;
3097
+ vertical-align: middle;
3098
+ height: 9px;
3099
+ width: 7px;
3100
+ margin-top: -9px;
3101
+ margin-right: 5px;
3102
+ border-bottom-left-radius: 1px;
3103
+ border-left: 2px solid #aaa;
3104
+ border-bottom: 2px solid #aaa;
3105
+ }
3106
+
3107
+ .dark .tabulator-print-table .tabulator-print-table-group {
3108
+ box-sizing: border-box;
3109
+ border-bottom: 1px solid #999;
3110
+ border-right: 1px solid #aaa;
3111
+ border-top: 1px solid #999;
3112
+ padding: 5px;
3113
+ padding-left: 10px;
3114
+ background: #ccc;
3115
+ font-weight: bold;
3116
+ min-width: 100%;
3117
+ }
3118
+
3119
+ @media (hover: hover) and (pointer: fine) {
3120
+ .dark .tabulator-print-table .tabulator-print-table-group:hover {
3121
+ cursor: pointer;
3122
+ background-color: rgba(0, 0, 0, 0.1);
3123
+ }
3124
+ }
3125
+
3126
+ .dark .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
3127
+ margin-right: 10px;
3128
+ border-left: 6px solid transparent;
3129
+ border-right: 6px solid transparent;
3130
+ border-top: 6px solid #3FB449;
3131
+ border-bottom: 0;
3132
+ }
3133
+
3134
+ .dark .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
3135
+ padding-left: 30px !important;
3136
+ }
3137
+
3138
+ .dark .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
3139
+ padding-left: 50px !important;
3140
+ }
3141
+
3142
+ .dark .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
3143
+ padding-left: 70px !important;
3144
+ }
3145
+
3146
+ .dark .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
3147
+ padding-left: 90px !important;
3148
+ }
3149
+
3150
+ .dark .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
3151
+ padding-left: 110px !important;
3152
+ }
3153
+
3154
+ .dark .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
3155
+ display: inline-block;
3156
+ }
3157
+
3158
+ .dark .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
3159
+ display: inline-block;
3160
+ width: 0;
3161
+ height: 0;
3162
+ margin-right: 16px;
3163
+ border-top: 6px solid transparent;
3164
+ border-bottom: 6px solid transparent;
3165
+ border-right: 0;
3166
+ border-left: 6px solid #3FB449;
3167
+ vertical-align: middle;
3168
+ }
3169
+
3170
+ .dark .tabulator-print-table .tabulator-print-table-group span {
3171
+ margin-left: 10px;
3172
+ color: #d00;
3173
+ }
3174
+
3175
+ .dark .tabulator-print-table .tabulator-data-tree-control {
3176
+ display: inline-flex;
3177
+ justify-content: center;
3178
+ align-items: center;
3179
+ vertical-align: middle;
3180
+ height: 11px;
3181
+ width: 11px;
3182
+ margin-right: 5px;
3183
+ border: 1px solid #333;
3184
+ border-radius: 2px;
3185
+ background: rgba(0, 0, 0, 0.1);
3186
+ overflow: hidden;
3187
+ }
3188
+
3189
+ @media (hover: hover) and (pointer: fine) {
3190
+ .dark .tabulator-print-table .tabulator-data-tree-control:hover {
3191
+ cursor: pointer;
3192
+ background: rgba(0, 0, 0, 0.2);
3193
+ }
3194
+ }
3195
+
3196
+ .dark .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
3197
+ display: inline-block;
3198
+ position: relative;
3199
+ height: 7px;
3200
+ width: 1px;
3201
+ background: transparent;
3202
+ }
3203
+
3204
+ .dark .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
3205
+ position: absolute;
3206
+ content: "";
3207
+ left: -3px;
3208
+ top: 3px;
3209
+ height: 1px;
3210
+ width: 7px;
3211
+ background: #333;
3212
+ }
3213
+
3214
+ .dark .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
3215
+ display: inline-block;
3216
+ position: relative;
3217
+ height: 7px;
3218
+ width: 1px;
3219
+ background: #333;
3220
+ }
3221
+
3222
+ .dark .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
3223
+ position: absolute;
3224
+ content: "";
3225
+ left: -3px;
3226
+ top: 3px;
3227
+ height: 1px;
3228
+ width: 7px;
3229
+ background: #333;
3230
+ }
3231
+
3232
+ .dark .tabulator {
3233
+ border: 1px solid #282828;
3234
+ background-color: #111111;
3235
+ }
3236
+
3237
+ .dark .tabulator[tabulator-layout="fitColumns"] .tabulator-row .tabulator-cell:last-of-type {
3238
+ border-right: none;
3239
+ }
3240
+
3241
+ .dark .tabulator[tabulator-layout="fitColumns"] .tabulator-header .tabulator-col:last-child {
3242
+ border-right: none;
3243
+ }
3244
+
3245
+ .dark .tabulator input,
3246
+ .dark .tabulator select {
3247
+ line-height: normal;
3248
+ color: #222;
3249
+ }
3250
+
3251
+ .dark .tabulator .tabulator-header {
3252
+ background-color: #080808;
3253
+ border-bottom: 3px solid #3FB449;
3254
+ }
3255
+
3256
+ .dark .tabulator .tabulator-header .tabulator-col {
3257
+ border-right-color: #393838;
3258
+ background-color: #101010;
3259
+ }
3260
+
3261
+ .dark .tabulator .tabulator-header .tabulator-col.range-header-col {
3262
+ border-right: 2px solid #3FB449;
3263
+ }
3264
+
3265
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
3266
+ border-top-color: #393838;
3267
+ border-bottom-color: #393838;
3268
+ }
3269
+
3270
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
3271
+ background-color: #163220;
3272
+ color: #fff;
3273
+ }
3274
+
3275
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
3276
+ background-color: #3FB449;
3277
+ color: #fff;
3278
+ }
3279
+
3280
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-row-header {
3281
+ border-right: 1px solid #222 !important;
3282
+ }
3283
+
3284
+ .dark .tabulator .tabulator-header .tabulator-col input,
3285
+ .dark .tabulator .tabulator-header .tabulator-col select {
3286
+ box-sizing: border-box;
3287
+ padding: 4px 10px;
3288
+ border: 1px solid #4b4b4b;
3289
+ border-radius: 2px;
3290
+ background: #1f1f1f;
3291
+ color: #fff;
3292
+ outline: none;
3293
+ }
3294
+
3295
+ .dark .tabulator .tabulator-header .tabulator-col input:focus,
3296
+ .dark .tabulator .tabulator-header .tabulator-col select:focus {
3297
+ border-color: #3FB449;
3298
+ }
3299
+
3300
+ .dark .tabulator .tabulator-header .tabulator-col input + input {
3301
+ margin-left: 5px;
3302
+ }
3303
+
3304
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
3305
+ padding: 8px;
3306
+ }
3307
+
3308
+ .dark .tabulator .tabulator-header .tabulator-calcs-holder {
3309
+ background: #3c3c3c !important;
3310
+ border-top: 1px solid #393838;
3311
+ border-top: 1px solid #aaa;
3312
+ border-bottom: none;
3313
+ }
3314
+
3315
+ .dark .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
3316
+ background-color: #292929 !important;
3317
+ }
3318
+
3319
+ .dark .tabulator .tabulator-header .tabulator-cell {
3320
+ color: #ccc !important;
3321
+ }
3322
+
3323
+ .dark .tabulator .tabulator-tableholder::-webkit-scrollbar {
3324
+ width: 12px;
3325
+ /* width of the entire scrollbar */
3326
+ }
3327
+
3328
+ .dark .tabulator .tabulator-tableholder::-webkit-scrollbar-track {
3329
+ background: #333;
3330
+ /* color of the tracking area */
3331
+ }
3332
+
3333
+ .dark .tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
3334
+ background-color: #666;
3335
+ /* color of the scroll thumb */
3336
+ border-radius: 20px;
3337
+ /* roundness of the scroll thumb */
3338
+ border: 3px solid #333;
3339
+ /* creates padding around scroll thumb */
3340
+ }
3341
+
3342
+ .dark .tabulator .tabulator-tableholder::-webkit-scrollbar-corner {
3343
+ background: #222;
3344
+ }
3345
+
3346
+ .dark .tabulator .tabulator-tableholder .tabulator-placeholder span {
3347
+ color: #3FB449;
3348
+ }
3349
+
3350
+ .dark .tabulator .tabulator-tableholder .tabulator-table {
3351
+ color: #fff;
3352
+ background-color: #111111;
3353
+ }
3354
+
3355
+ .dark .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
3356
+ font-weight: bold;
3357
+ background: #484848 !important;
3358
+ color: #fff;
3359
+ }
3360
+
3361
+ .dark .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs-top {
3362
+ border-bottom: none;
3363
+ }
3364
+
3365
+ .dark .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs-bottom {
3366
+ border-top: none;
3367
+ }
3368
+
3369
+ .dark .tabulator .tabulator-footer {
3370
+ padding: 5px 10px;
3371
+ padding-top: 8px;
3372
+ border-top: 3px solid #3FB449;
3373
+ background-color: #101010;
3374
+ }
3375
+
3376
+ .dark .tabulator .tabulator-footer .tabulator-calcs-holder {
3377
+ margin: -8px -10px 8px -10px;
3378
+ background: #3c3c3c !important;
3379
+ border-bottom: 1px solid #393838;
3380
+ border-top: none;
3381
+ border-bottom: 1px solid #aaa;
3382
+ }
3383
+
3384
+ .dark .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
3385
+ background-color: #292929 !important;
3386
+ color: #fff !important;
3387
+ }
3388
+
3389
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
3390
+ margin-top: -13px;
3391
+ margin-bottom: -4px;
3392
+ }
3393
+
3394
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
3395
+ padding: 4px 10px;
3396
+ margin: 0 2px;
3397
+ border-color: #3FB449;
3398
+ background-color: #000;
3399
+ border-width: 0 1px 1px 1px;
3400
+ color: #ececec;
3401
+ font-weight: normal;
3402
+ }
3403
+
3404
+ .dark .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
3405
+ background-color: #3FB449;
3406
+ color: #000;
3407
+ font-weight: bold;
3408
+ }
3409
+
3410
+ .dark .tabulator .tabulator-footer .tabulator-paginator label {
3411
+ color: #fff;
3412
+ }
3413
+
3414
+ .dark .tabulator .tabulator-footer .tabulator-page-counter {
3415
+ color: #fff;
3416
+ }
3417
+
3418
+ .dark .tabulator .tabulator-footer .tabulator-page {
3419
+ background-color: #fff;
3420
+ color: #222;
3421
+ font-family: inherit;
3422
+ font-weight: inherit;
3423
+ font-size: inherit;
3424
+ }
3425
+
3426
+ .dark .tabulator .tabulator-footer .tabulator-page,
3427
+ .dark .tabulator .tabulator-footer .tabulator-page-size {
3428
+ background: #ebebeb;
3429
+ }
3430
+
3431
+ .dark .tabulator-row {
3432
+ background-color: #151515;
3433
+ }
3434
+
3435
+ .dark .tabulator-row.tabulator-row-even {
3436
+ background-color: #202020;
3437
+ }
3438
+
3439
+ .dark .tabulator-row.tabulator-selectable:hover {
3440
+ background-color: #000;
3441
+ }
3442
+
3443
+ .dark .tabulator-row.tabulator-selected {
3444
+ background-color: #009136;
3445
+ }
3446
+
3447
+ .dark .tabulator-row.tabulator-selected:hover {
3448
+ background-color: #00531f;
3449
+ }
3450
+
3451
+ .dark .tabulator-row.tabulator-group {
3452
+ border-right-color: #393838;
3453
+ border-top: 1px solid #000;
3454
+ border-bottom: 2px solid #3FB449;
3455
+ background: #222;
3456
+ color: #fff;
3457
+ }
3458
+
3459
+ @media (hover: hover) and (pointer: fine) {
3460
+ .dark .tabulator-row.tabulator-group:hover {
3461
+ background-color: #090909;
3462
+ }
3463
+ }
3464
+
3465
+ .dark .tabulator-row.tabulator-group span {
3466
+ color: #3FB449;
3467
+ }
3468
+
3469
+ .dark .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
3470
+ background-color: #3FB449;
3471
+ color: #fff;
3472
+ }
3473
+
3474
+ .dark .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header.tabulator-range-selected {
3475
+ background-color: #163220;
3476
+ color: #fff;
3477
+ }
3478
+
3479
+ .dark .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
3480
+ background-color: #3FB449;
3481
+ color: #fff;
3482
+ }
3483
+
3484
+ .dark .tabulator-row .tabulator-cell {
3485
+ border-right-color: #393838;
3486
+ color: #fff;
3487
+ padding: 6px;
3488
+ }
3489
+
3490
+ .dark .tabulator-row .tabulator-cell.tabulator-range-row-header {
3491
+ border-right: 2px solid #3FB449;
3492
+ }
3493
+
3494
+ .dark .tabulator-row .tabulator-cell.tabulator-editing {
3495
+ border: 1px solid #3FB449;
3496
+ }
3497
+
3498
+ .dark .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
3499
+ background-color: #163220;
3500
+ color: #fff;
3501
+ }
3502
+
3503
+ .dark .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
3504
+ background: #3FB449;
3505
+ }
3506
+
3507
+ .dark .tabulator-row .tabulator-cell.tabulator-row-header {
3508
+ border-right: 1px solid #222 !important;
3509
+ border-bottom: 1px solid #2b2b2b;
3510
+ background: #101010;
3511
+ color: #fff;
3512
+ font-weight: bold;
3513
+ }
3514
+
3515
+ .dark .tabulator-row .tabulator-cell input,
3516
+ .dark .tabulator-row .tabulator-cell select,
3517
+ .dark .tabulator-row .tabulator-cell textarea {
3518
+ background-color: #121212;
3519
+ color: #ccc;
3520
+ }
3521
+
3522
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control {
3523
+ height: 14px;
3524
+ width: 14px;
3525
+ border: 2px solid #3FB449 !important;
3526
+ }
3527
+
3528
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
3529
+ position: absolute;
3530
+ content: "";
3531
+ left: -3px;
3532
+ top: 2px;
3533
+ height: 2px;
3534
+ width: 6px;
3535
+ background: #3FB449;
3536
+ }
3537
+
3538
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
3539
+ height: 8px;
3540
+ width: 2px;
3541
+ background: #3FB449;
3542
+ }
3543
+
3544
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
3545
+ position: absolute;
3546
+ content: "";
3547
+ left: -3px;
3548
+ top: 3px;
3549
+ height: 2px;
3550
+ width: 8px;
3551
+ background: #3FB449;
3552
+ }
3553
+
3554
+ .dark .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
3555
+ border-left: 2px solid #3FB449;
3556
+ border-bottom: 2px solid #3FB449;
3557
+ }
3558
+
3559
+ .dark .tabulator-row .tabulator-responsive-collapse {
3560
+ border-top: 1px solid #393838;
3561
+ border-bottom: 1px solid #393838;
3562
+ }
3563
+
3564
+ .dark .tabulator-print-table {
3565
+ border-collapse: collapse;
3566
+ }
3567
+
3568
+ .dark .tabulator-print-table .tabulator-print-table-group {
3569
+ border-bottom: 2px solid #3FB449;
3570
+ background: #222;
3571
+ color: #fff;
3572
+ }
3573
+
3574
+ @media (hover: hover) and (pointer: fine) {
3575
+ .dark .tabulator-print-table .tabulator-print-table-group:hover {
3576
+ background-color: #090909;
3577
+ }
3578
+ }
3579
+
3580
+ .dark .tabulator-print-table .tabulator-print-table-group span {
3581
+ color: #3FB449;
3582
+ }
3583
+
3584
+ .dark .tabulator-toggle {
3585
+ border-color: #000;
3586
+ background: #222;
3587
+ }
3588
+
3589
+ .dark .tabulator-toggle.tabulator-toggle-on {
3590
+ background: #25682b;
3591
+ }
3592
+
3593
+ .dark .tabulator-toggle .tabulator-toggle-switch {
3594
+ border-color: #000;
3595
+ background: #3FB449;
3596
+ }
3597
+
3598
+ .dark .tabulator-menu .tabulator-menu-item {
3599
+ color: #3FB449;
3600
+ }
3601
+
3602
+ .dark .tabulator-popup,
3603
+ .dark .tabulator-tooltip {
3604
+ color: #000;
3605
+ }
3606
+
3607
+ /*----- tabulator -----*/
3608
+
3609
+ .tabulator {
3610
+ font-size: 0.8rem;
3611
+ }
3612
+
3613
+ /*----- borders y header-----*/
3614
+
3615
+ /* [table-bordered]: ancho bordes tabla (si no no se ven los bordes horizontales) */
3616
+
3617
+ .tabulator.table-bordered > :not(caption) > * > * {
3618
+ border-width: 1px var(--bs-border-width);
3619
+ }
3620
+
3621
+ /* [table-bordered]: cambiar el color de los bordes verticales */
3622
+
3623
+ .tabulator.table-bordered .tabulator-header .tabulator-col,
3624
+ .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
3625
+ border-right-color: #ddd;
3626
+ }
3627
+
3628
+ /* [table-bordered]: quitar header bordet top para que no haya 2 */
3629
+
3630
+ .tabulator.table-bordered .tabulator-header {
3631
+ border-top: none !important;
3632
+ }
3633
+
3634
+ /* [NOT table-bordered]: añadir bordes verticales manualmente */
3635
+
3636
+ /*.tabulator:not(.table-bordered) .tabulator-col-resize-handle {
3637
+ border-right: 1px solid #ddd;
3638
+ }*/
3639
+
3640
+ /* [NOT table-bordered]: añadir bordes verticales manualmente */
3641
+
3642
+ .tabulator:not(.table-bordered) .tabulator-header .tabulator-col,
3643
+ .tabulator:not(.table-bordered) .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
3644
+ border-right: 1px solid #ddd;
3645
+ }
3646
+
3647
+ .tabulator-row .tabulator-cell.tabulator-editing {
3648
+ border: 1px solid #1D68CD !important;
3649
+ }
3650
+
3651
+ .tabulator .tabulator-header { /* Linea separadora header */
3652
+ border-bottom: 2px solid #01684a !important; /* #23C596 old*/
3653
+ font-weight: 500 !important;
3654
+ }
3655
+
3656
+ .dark .tabulator-row .tabulator-cell.tabulator-editing {
3657
+ border: 1px solid #004199;
3658
+ outline: none;
3659
+ padding: 0;
3660
+ }
3661
+
3662
+ .dark .tabulator .tabulator-footer {
3663
+ padding: 5px 10px;
3664
+ padding-top: 8px;
3665
+ border-top: 3px solid #01684a; /* #23C596 old*/
3666
+ background-color: #111827;
3667
+ }
3668
+
3669
+ .dark .tabulator {
3670
+ background-color: #111827;
3671
+ }
3672
+
3673
+ .dark .tabulator .tabulator-header {
3674
+ background-color: #111827;
3675
+ }
3676
+
3677
+ .dark .tabulator-row {
3678
+ background-color: #111827;
3679
+ }
3680
+
3681
+ .dark .tabulator-row.tabulator-row-even {
3682
+ background-color: #111827;
3683
+ }
3684
+
3685
+ .dark .tabulator-row.tabulator-selectable:hover {
3686
+ background-color: #071022;
3687
+ }
3688
+
3689
+ .dark .tabulator .tabulator-header .tabulator-col {
3690
+ background-color: #111827;
3691
+ }
3692
+
3693
+ .dark .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
3694
+ cursor: pointer;
3695
+ background-color: #071022;
3696
+ }
3697
+
3698
+ .dark .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {
3699
+ color: #fff;
3700
+ background-color: #2f2f2f;
3701
+ }
3702
+
3703
+ /*----- header-----*/
3704
+
3705
+ .tabulator .tabulator-col-title {
3706
+ text-align: center;
3707
+ }
3708
+
3709
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input {
3710
+ font-size: 0.6rem; /* Tamaño fuente filtros */
3711
+ }
3712
+
3713
+ /*----- footer -----*/
3714
+
3715
+ .tabulator .tabulator-footer {
3716
+ font-weight: 500 !important;
3717
+ }
3718
+
3719
+ .tabulator .tabulator-footer .tabulator-page.active {
3720
+ color: white;
3721
+ }
3722
+
3723
+ /*----- rows -----*/
3724
+
3725
+ .tabulator .tabulator-row {
3726
+ min-height: 0;
3727
+ }
3728
+
3729
+ .tabulator .tabulator-row.tabulator-selectable:hover {
3730
+ /*background-color: #b9b9b9 !important; */ /* Con el themes tabulator_bootstrap5 ya no hace falta */
3731
+ cursor: initial;
3732
+ }
3733
+
3734
+ .tabulator .tabulator-row.tabulator-selected:hover {
3735
+ background-color: #769bcc !important;
3736
+ cursor: pointer;
3737
+ }
3738
+
3739
+ /* Con el themes tabulator_bootstrap5 ya no hace falta */
3740
+
3741
+ /*.tabulator .tabulator-row.tabulator-row-even {
3742
+ background-color: inherit;
3743
+ }*/
3744
+
3745
+ /*----- cells -----*/
3746
+
3747
+ .tabulator .tabulator-row .tabulator-cell {
3748
+ padding: 0.4rem !important; /* roiginalmente son 12px -> 6,4px */
3749
+ }
3750
+
3751
+ /*----- editors -----*/
3752
+
3753
+ /* TODO Canals - falta comprobar */
3754
+
3755
+ .tabulator-edit-select-list {
3756
+ font-size: 0.8rem;
3757
+ }
3758
+
3759
+ .tabulator-edit-select-list, .tabulator-edit-select-list-item {
3760
+ font-size: 12px;
3761
+ color: #999;
3762
+ }
3763
+
3764
+ .tabulator-edit-list {
3765
+ font-size: 0.75rem;
3766
+ }
3767
+
3768
+ /*----- data tree -----*/
3769
+
3770
+ .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
3771
+ border-left-color: rgb(100, 100, 100);
3772
+ border-bottom-color: rgb(100, 100, 100);
3773
+ }
3774
+
3775
+ /*.tabulator-headers .headercolor-verde {
3776
+ background-color: #E2EFDA !important;
3777
+ }
3778
+ .tabulator-headers .headercolor-rojo {
3779
+ background-color: #FCE4D6 !important;
3780
+ }
3781
+ .tabulator-headers .headercolor-amarillo {
3782
+ background-color: #FFF2CC !important;
3783
+ }
3784
+ .tabulator-headers .headercolor-azul {
3785
+ background-color: #DDEBF7 !important;
3786
+ }
3787
+ .tabulator-headers .headercolor-lila {
3788
+ background-color: #F0DDF7 !important;
3789
+ }
3790
+ .tabulator-headers .headercolor-verde-dark {
3791
+ background-color: #C6E0B4 !important;
3792
+ }
3793
+ .tabulator-headers .headercolor-rojo-dark {
3794
+ background-color: #F8CBAD !important;
3795
+ }
3796
+ .tabulator-headers .headercolor-amarillo-dark {
3797
+ background-color: #FFE699 !important;
3798
+ }
3799
+ .tabulator-headers .headercolor-azul-dark {
3800
+ background-color: #B4C6E7 !important;
3801
+ }
3802
+ .tabulator-headers .headercolor-lila-dark {
3803
+ background-color: #D9B4E7 !important;
3804
+ }
3805
+ .scoreCol {
3806
+ background-color: #32363e !important;
3807
+ color: white;
3808
+ border: 1px solid #32363e;
3809
+ font-size: .2rem;
3810
+ font-weight: 300;
3811
+ }
3812
+ .tabulator-col-group-cols .scoreCol {
3813
+ margin-left: -3px;
3814
+ font-weight: 600;
3815
+ }
3816
+ .tabulator-headers .titleCol {
3817
+ background-color: #F9F9F9 !important;
3818
+ }
3819
+ .titlescore>.tabulator-col-content>.tabulator-col-title {
3820
+ font-weight: 600;
3821
+ font-size: 1.2rem;
3822
+ padding: 0px 10px !important;
3823
+ }*/
3824
+
3825
+ /* TODO Canals - revisar */
3826
+
3827
+ .tabulator input[type=number] {
3828
+ -moz-appearance: textfield;
3829
+ }
3830
+
3831
+ .tabulator .tabulator-cell.cell-editable {
3832
+ background-color: #e0f7f3; /* #a7ffb957; */
3833
+ }
3834
+
3835
+ .tabulator .cell-position-changed {
3836
+ background-color: #8ac1f2;
3837
+ }
3838
+
3839
+ .tabulator .last-row-moved {
3840
+ background-color: #f2c18a;
3841
+ }
3842
+
3843
+ .tabulator .last-row-moved:hover {
3844
+ background-color: #f3b16e;
3845
+ }
3846
+
3847
+ .dark .tabulator .tabulator-cell.cell-editable {
3848
+ background-color: #014a3d;
3849
+ }
3850
+
3851
+ .dark .tabulator .cell-position-changed {
3852
+ background-color: #4a92d3;
3853
+ }
3854
+
3855
+ .dark .tabulator .last-row-moved {
3856
+ background-color: #b9782f;
3857
+ }
3858
+
3859
+ .dark .tabulator .last-row-moved:hover {
3860
+ background-color: #a9671d;
3861
+ }