Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/datatables.css
1293 views
1
/*
2
* This combined file was created by the DataTables downloader builder:
3
* https://datatables.net/download
4
*
5
* To rebuild or modify this file with the latest versions of the included
6
* software please visit:
7
* https://datatables.net/download/#dt/jqc-1.11.3,jszip-2.5.0,pdfmake-0.1.18,dt-1.10.9,b-1.0.3,b-colvis-1.0.3,b-flash-1.0.3,b-html5-1.0.3,b-print-1.0.3,fc-3.1.0,fh-3.0.0,r-1.0.7,se-1.0.1
8
*
9
* Included libraries:
10
* jQuery compat 1.11.3, JSZip 2.5.0, pdfmake 0.1.18, DataTables 1.10.9, Buttons 1.0.3, Column visibility 1.0.3, Flash export 1.0.3, HTML5 export 1.0.3, Print view 1.0.3, FixedColumns 3.1.0, FixedHeader 3.0.0, Responsive 1.0.7, Select 1.0.1
11
*/
12
13
/*
14
* Table styles
15
*/
16
table.dataTable {
17
width: 100%;
18
margin: 0 auto;
19
clear: both;
20
border-collapse: separate;
21
border-spacing: 0;
22
/*
23
* Header and footer styles
24
*/
25
/*
26
* Body styles
27
*/
28
}
29
table.dataTable thead th,
30
table.dataTable tfoot th {
31
font-weight: bold;
32
}
33
table.dataTable thead th,
34
table.dataTable thead td {
35
padding: 10px 18px;
36
border-bottom: 1px solid #111;
37
}
38
table.dataTable thead th:active,
39
table.dataTable thead td:active {
40
outline: none;
41
}
42
table.dataTable tfoot th,
43
table.dataTable tfoot td {
44
padding: 10px 18px 6px 18px;
45
border-top: 1px solid #111;
46
}
47
table.dataTable thead .sorting,
48
table.dataTable thead .sorting_asc,
49
table.dataTable thead .sorting_desc {
50
cursor: pointer;
51
*cursor: hand;
52
}
53
table.dataTable thead .sorting,
54
table.dataTable thead .sorting_asc,
55
table.dataTable thead .sorting_desc,
56
table.dataTable thead .sorting_asc_disabled,
57
table.dataTable thead .sorting_desc_disabled {
58
background-repeat: no-repeat;
59
background-position: center right;
60
}
61
table.dataTable thead .sorting {
62
background-image: url("DataTables-1.10.9/images/sort_both.png");
63
}
64
table.dataTable thead .sorting_asc {
65
background-image: url("DataTables-1.10.9/images/sort_asc.png");
66
}
67
table.dataTable thead .sorting_desc {
68
background-image: url("DataTables-1.10.9/images/sort_desc.png");
69
}
70
table.dataTable thead .sorting_asc_disabled {
71
background-image: url("DataTables-1.10.9/images/sort_asc_disabled.png");
72
}
73
table.dataTable thead .sorting_desc_disabled {
74
background-image: url("DataTables-1.10.9/images/sort_desc_disabled.png");
75
}
76
table.dataTable tbody tr {
77
background-color: #ffffff;
78
}
79
table.dataTable tbody tr.selected {
80
background-color: #B0BED9;
81
}
82
table.dataTable tbody th,
83
table.dataTable tbody td {
84
padding: 8px 10px;
85
}
86
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
87
border-top: 1px solid #ddd;
88
}
89
table.dataTable.row-border tbody tr:first-child th,
90
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
91
table.dataTable.display tbody tr:first-child td {
92
border-top: none;
93
}
94
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
95
border-top: 1px solid #ddd;
96
border-right: 1px solid #ddd;
97
}
98
table.dataTable.cell-border tbody tr th:first-child,
99
table.dataTable.cell-border tbody tr td:first-child {
100
border-left: 1px solid #ddd;
101
}
102
table.dataTable.cell-border tbody tr:first-child th,
103
table.dataTable.cell-border tbody tr:first-child td {
104
border-top: none;
105
}
106
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
107
background-color: #f9f9f9;
108
}
109
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
110
background-color: #acbad4;
111
}
112
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
113
background-color: #f6f6f6;
114
}
115
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
116
background-color: #aab7d1;
117
}
118
table.dataTable.order-column tbody tr > .sorting_1,
119
table.dataTable.order-column tbody tr > .sorting_2,
120
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
121
table.dataTable.display tbody tr > .sorting_2,
122
table.dataTable.display tbody tr > .sorting_3 {
123
background-color: #fafafa;
124
}
125
table.dataTable.order-column tbody tr.selected > .sorting_1,
126
table.dataTable.order-column tbody tr.selected > .sorting_2,
127
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
128
table.dataTable.display tbody tr.selected > .sorting_2,
129
table.dataTable.display tbody tr.selected > .sorting_3 {
130
background-color: #acbad5;
131
}
132
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
133
background-color: #f1f1f1;
134
}
135
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
136
background-color: #f3f3f3;
137
}
138
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
139
background-color: whitesmoke;
140
}
141
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
142
background-color: #a6b4cd;
143
}
144
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
145
background-color: #a8b5cf;
146
}
147
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
148
background-color: #a9b7d1;
149
}
150
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
151
background-color: #fafafa;
152
}
153
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
154
background-color: #fcfcfc;
155
}
156
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
157
background-color: #fefefe;
158
}
159
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
160
background-color: #acbad5;
161
}
162
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
163
background-color: #aebcd6;
164
}
165
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
166
background-color: #afbdd8;
167
}
168
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
169
background-color: #eaeaea;
170
}
171
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
172
background-color: #ececec;
173
}
174
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
175
background-color: #efefef;
176
}
177
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
178
background-color: #a2aec7;
179
}
180
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
181
background-color: #a3b0c9;
182
}
183
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
184
background-color: #a5b2cb;
185
}
186
table.dataTable.no-footer {
187
border-bottom: 1px solid #111;
188
}
189
table.dataTable.nowrap th, table.dataTable.nowrap td {
190
white-space: nowrap;
191
}
192
table.dataTable.compact thead th,
193
table.dataTable.compact thead td {
194
padding: 4px 17px 4px 4px;
195
}
196
table.dataTable.compact tfoot th,
197
table.dataTable.compact tfoot td {
198
padding: 4px;
199
}
200
table.dataTable.compact tbody th,
201
table.dataTable.compact tbody td {
202
padding: 4px;
203
}
204
table.dataTable th.dt-left,
205
table.dataTable td.dt-left {
206
text-align: left;
207
}
208
table.dataTable th.dt-center,
209
table.dataTable td.dt-center,
210
table.dataTable td.dataTables_empty {
211
text-align: center;
212
}
213
table.dataTable th.dt-right,
214
table.dataTable td.dt-right {
215
text-align: right;
216
}
217
table.dataTable th.dt-justify,
218
table.dataTable td.dt-justify {
219
text-align: justify;
220
}
221
table.dataTable th.dt-nowrap,
222
table.dataTable td.dt-nowrap {
223
white-space: nowrap;
224
}
225
table.dataTable thead th.dt-head-left,
226
table.dataTable thead td.dt-head-left,
227
table.dataTable tfoot th.dt-head-left,
228
table.dataTable tfoot td.dt-head-left {
229
text-align: left;
230
}
231
table.dataTable thead th.dt-head-center,
232
table.dataTable thead td.dt-head-center,
233
table.dataTable tfoot th.dt-head-center,
234
table.dataTable tfoot td.dt-head-center {
235
text-align: center;
236
}
237
table.dataTable thead th.dt-head-right,
238
table.dataTable thead td.dt-head-right,
239
table.dataTable tfoot th.dt-head-right,
240
table.dataTable tfoot td.dt-head-right {
241
text-align: right;
242
}
243
table.dataTable thead th.dt-head-justify,
244
table.dataTable thead td.dt-head-justify,
245
table.dataTable tfoot th.dt-head-justify,
246
table.dataTable tfoot td.dt-head-justify {
247
text-align: justify;
248
}
249
table.dataTable thead th.dt-head-nowrap,
250
table.dataTable thead td.dt-head-nowrap,
251
table.dataTable tfoot th.dt-head-nowrap,
252
table.dataTable tfoot td.dt-head-nowrap {
253
white-space: nowrap;
254
}
255
table.dataTable tbody th.dt-body-left,
256
table.dataTable tbody td.dt-body-left {
257
text-align: left;
258
}
259
table.dataTable tbody th.dt-body-center,
260
table.dataTable tbody td.dt-body-center {
261
text-align: center;
262
}
263
table.dataTable tbody th.dt-body-right,
264
table.dataTable tbody td.dt-body-right {
265
text-align: right;
266
}
267
table.dataTable tbody th.dt-body-justify,
268
table.dataTable tbody td.dt-body-justify {
269
text-align: justify;
270
}
271
table.dataTable tbody th.dt-body-nowrap,
272
table.dataTable tbody td.dt-body-nowrap {
273
white-space: nowrap;
274
}
275
276
table.dataTable,
277
table.dataTable th,
278
table.dataTable td {
279
-webkit-box-sizing: content-box;
280
-moz-box-sizing: content-box;
281
box-sizing: content-box;
282
}
283
284
/*
285
* Control feature layout
286
*/
287
.dataTables_wrapper {
288
position: relative;
289
clear: both;
290
*zoom: 1;
291
zoom: 1;
292
}
293
.dataTables_wrapper .dataTables_length {
294
float: left;
295
}
296
.dataTables_wrapper .dataTables_filter {
297
float: right;
298
text-align: right;
299
}
300
.dataTables_wrapper .dataTables_filter input {
301
margin-left: 0.5em;
302
}
303
.dataTables_wrapper .dataTables_info {
304
clear: both;
305
float: left;
306
padding-top: 0.755em;
307
}
308
.dataTables_wrapper .dataTables_paginate {
309
float: right;
310
text-align: right;
311
padding-top: 0.25em;
312
}
313
.dataTables_wrapper .dataTables_paginate .paginate_button {
314
box-sizing: border-box;
315
display: inline-block;
316
min-width: 1.5em;
317
padding: 0.5em 1em;
318
margin-left: 2px;
319
text-align: center;
320
text-decoration: none !important;
321
cursor: pointer;
322
*cursor: hand;
323
color: #333 !important;
324
border: 1px solid transparent;
325
border-radius: 2px;
326
}
327
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
328
color: #333 !important;
329
border: 1px solid #979797;
330
background-color: white;
331
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
332
/* Chrome,Safari4+ */
333
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
334
/* Chrome10+,Safari5.1+ */
335
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
336
/* FF3.6+ */
337
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
338
/* IE10+ */
339
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
340
/* Opera 11.10+ */
341
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
342
/* W3C */
343
}
344
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
345
cursor: default;
346
color: #666 !important;
347
border: 1px solid transparent;
348
background: transparent;
349
box-shadow: none;
350
}
351
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
352
color: white !important;
353
border: 1px solid #111;
354
background-color: #585858;
355
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
356
/* Chrome,Safari4+ */
357
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
358
/* Chrome10+,Safari5.1+ */
359
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
360
/* FF3.6+ */
361
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
362
/* IE10+ */
363
background: -o-linear-gradient(top, #585858 0%, #111 100%);
364
/* Opera 11.10+ */
365
background: linear-gradient(to bottom, #585858 0%, #111 100%);
366
/* W3C */
367
}
368
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
369
outline: none;
370
background-color: #2b2b2b;
371
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
372
/* Chrome,Safari4+ */
373
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
374
/* Chrome10+,Safari5.1+ */
375
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
376
/* FF3.6+ */
377
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
378
/* IE10+ */
379
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
380
/* Opera 11.10+ */
381
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
382
/* W3C */
383
box-shadow: inset 0 0 3px #111;
384
}
385
.dataTables_wrapper .dataTables_paginate .ellipsis {
386
padding: 0 1em;
387
}
388
.dataTables_wrapper .dataTables_processing {
389
position: absolute;
390
top: 50%;
391
left: 50%;
392
width: 100%;
393
height: 40px;
394
margin-left: -50%;
395
margin-top: -25px;
396
padding-top: 20px;
397
text-align: center;
398
font-size: 1.2em;
399
background-color: white;
400
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
401
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
402
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
403
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
404
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
405
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
406
}
407
.dataTables_wrapper .dataTables_length,
408
.dataTables_wrapper .dataTables_filter,
409
.dataTables_wrapper .dataTables_info,
410
.dataTables_wrapper .dataTables_processing,
411
.dataTables_wrapper .dataTables_paginate {
412
color: #333;
413
}
414
.dataTables_wrapper .dataTables_scroll {
415
clear: both;
416
}
417
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
418
*margin-top: -1px;
419
-webkit-overflow-scrolling: touch;
420
}
421
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
422
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
423
height: 0;
424
overflow: hidden;
425
margin: 0 !important;
426
padding: 0 !important;
427
}
428
.dataTables_wrapper.no-footer .dataTables_scrollBody {
429
border-bottom: 1px solid #111;
430
}
431
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
432
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
433
border-bottom: none;
434
}
435
.dataTables_wrapper:after {
436
visibility: hidden;
437
display: block;
438
content: "";
439
clear: both;
440
height: 0;
441
}
442
443
@media screen and (max-width: 767px) {
444
.dataTables_wrapper .dataTables_info,
445
.dataTables_wrapper .dataTables_paginate {
446
float: none;
447
text-align: center;
448
}
449
.dataTables_wrapper .dataTables_paginate {
450
margin-top: 0.5em;
451
}
452
}
453
@media screen and (max-width: 640px) {
454
.dataTables_wrapper .dataTables_length,
455
.dataTables_wrapper .dataTables_filter {
456
float: none;
457
text-align: center;
458
}
459
.dataTables_wrapper .dataTables_filter {
460
margin-top: 0.5em;
461
}
462
}
463
464
465
div.dt-button-info {
466
position: fixed;
467
top: 50%;
468
left: 50%;
469
width: 400px;
470
margin-top: -100px;
471
margin-left: -200px;
472
background-color: white;
473
border: 2px solid #111;
474
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
475
border-radius: 3px;
476
text-align: center;
477
z-index: 21;
478
}
479
div.dt-button-info h2 {
480
padding: 0.5em;
481
margin: 0;
482
font-weight: normal;
483
border-bottom: 1px solid #ddd;
484
background-color: #f3f3f3;
485
}
486
div.dt-button-info > div {
487
padding: 1em;
488
}
489
490
button.dt-button,
491
div.dt-button,
492
a.dt-button {
493
position: relative;
494
display: inline-block;
495
box-sizing: border-box;
496
margin-right: 0.333em;
497
padding: 0.5em 1em;
498
border: 1px solid #999;
499
border-radius: 2px;
500
cursor: pointer;
501
font-size: 0.88em;
502
color: black;
503
white-space: nowrap;
504
overflow: hidden;
505
background-color: #e9e9e9;
506
/* Fallback */
507
background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
508
/* Chrome 10+, Saf5.1+, iOS 5+ */
509
background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
510
/* FF3.6 */
511
background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
512
/* IE10 */
513
background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
514
/* Opera 11.10+ */
515
background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
516
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
517
-webkit-user-select: none;
518
-moz-user-select: none;
519
-ms-user-select: none;
520
user-select: none;
521
text-decoration: none;
522
outline: none;
523
}
524
button.dt-button.disabled,
525
div.dt-button.disabled,
526
a.dt-button.disabled {
527
color: #999;
528
border: 1px solid #d0d0d0;
529
cursor: default;
530
background-color: #f9f9f9;
531
/* Fallback */
532
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
533
/* Chrome 10+, Saf5.1+, iOS 5+ */
534
background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
535
/* FF3.6 */
536
background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
537
/* IE10 */
538
background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
539
/* Opera 11.10+ */
540
background-image: linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
541
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
542
}
543
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
544
div.dt-button:active:not(.disabled),
545
div.dt-button.active:not(.disabled),
546
a.dt-button:active:not(.disabled),
547
a.dt-button.active:not(.disabled) {
548
background-color: #e2e2e2;
549
/* Fallback */
550
background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
551
/* Chrome 10+, Saf5.1+, iOS 5+ */
552
background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
553
/* FF3.6 */
554
background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
555
/* IE10 */
556
background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
557
/* Opera 11.10+ */
558
background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
559
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
560
box-shadow: inset 1px 1px 3px #999999;
561
}
562
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
563
div.dt-button:active:not(.disabled):hover:not(.disabled),
564
div.dt-button.active:not(.disabled):hover:not(.disabled),
565
a.dt-button:active:not(.disabled):hover:not(.disabled),
566
a.dt-button.active:not(.disabled):hover:not(.disabled) {
567
box-shadow: inset 1px 1px 3px #999999;
568
background-color: #cccccc;
569
/* Fallback */
570
background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
571
/* Chrome 10+, Saf5.1+, iOS 5+ */
572
background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
573
/* FF3.6 */
574
background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
575
/* IE10 */
576
background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
577
/* Opera 11.10+ */
578
background-image: linear-gradient(top, #eaeaea 0%, #cccccc 100%);
579
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
580
}
581
button.dt-button:hover,
582
div.dt-button:hover,
583
a.dt-button:hover {
584
text-decoration: none;
585
}
586
button.dt-button:hover:not(.disabled),
587
div.dt-button:hover:not(.disabled),
588
a.dt-button:hover:not(.disabled) {
589
border: 1px solid #666;
590
background-color: #e0e0e0;
591
/* Fallback */
592
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
593
/* Chrome 10+, Saf5.1+, iOS 5+ */
594
background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
595
/* FF3.6 */
596
background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
597
/* IE10 */
598
background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
599
/* Opera 11.10+ */
600
background-image: linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
601
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
602
}
603
button.dt-button:focus:not(.disabled),
604
div.dt-button:focus:not(.disabled),
605
a.dt-button:focus:not(.disabled) {
606
border: 1px solid #426c9e;
607
text-shadow: 0 1px 0 #c4def1;
608
outline: none;
609
background-color: #79ace9;
610
/* Fallback */
611
background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
612
/* Chrome 10+, Saf5.1+, iOS 5+ */
613
background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
614
/* FF3.6 */
615
background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
616
/* IE10 */
617
background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
618
/* Opera 11.10+ */
619
background-image: linear-gradient(top, #bddef4 0%, #79ace9 100%);
620
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
621
}
622
623
.dt-button embed {
624
outline: none;
625
}
626
627
div.dt-buttons {
628
position: relative;
629
float: left;
630
}
631
div.dt-buttons.buttons-right {
632
float: right;
633
}
634
635
div.dt-button-collection {
636
position: absolute;
637
top: 0;
638
left: 0;
639
width: 150px;
640
margin-top: 3px;
641
padding: 8px 8px 4px 8px;
642
border: 1px solid #ccc;
643
border: 1px solid rgba(0, 0, 0, 0.4);
644
background-color: white;
645
overflow: hidden;
646
z-index: 2002;
647
border-radius: 5px;
648
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
649
z-index: 2002;
650
-webkit-column-gap: 8px;
651
-moz-column-gap: 8px;
652
-ms-column-gap: 8px;
653
-o-column-gap: 8px;
654
column-gap: 8px;
655
}
656
div.dt-button-collection button.dt-button,
657
div.dt-button-collection div.dt-button,
658
div.dt-button-collection a.dt-button {
659
position: relative;
660
left: 0;
661
right: 0;
662
display: block;
663
float: none;
664
margin-bottom: 4px;
665
margin-right: 0;
666
}
667
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
668
div.dt-button-collection div.dt-button:active:not(.disabled),
669
div.dt-button-collection div.dt-button.active:not(.disabled),
670
div.dt-button-collection a.dt-button:active:not(.disabled),
671
div.dt-button-collection a.dt-button.active:not(.disabled) {
672
background-color: #dadada;
673
/* Fallback */
674
background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
675
/* Chrome 10+, Saf5.1+, iOS 5+ */
676
background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
677
/* FF3.6 */
678
background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
679
/* IE10 */
680
background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
681
/* Opera 11.10+ */
682
background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
683
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
684
box-shadow: inset 1px 1px 3px #666;
685
}
686
div.dt-button-collection.fixed {
687
position: fixed;
688
top: 50%;
689
left: 50%;
690
margin-left: -75px;
691
}
692
div.dt-button-collection.fixed.two-column {
693
margin-left: -150px;
694
}
695
div.dt-button-collection.fixed.three-column {
696
margin-left: -225px;
697
}
698
div.dt-button-collection.fixed.four-column {
699
margin-left: -300px;
700
}
701
div.dt-button-collection > * {
702
-webkit-column-break-inside: avoid;
703
break-inside: avoid;
704
}
705
div.dt-button-collection.two-column {
706
width: 300px;
707
padding-bottom: 1px;
708
-webkit-column-count: 2;
709
-moz-column-count: 2;
710
-ms-column-count: 2;
711
-o-column-count: 2;
712
column-count: 2;
713
}
714
div.dt-button-collection.three-column {
715
width: 450px;
716
padding-bottom: 1px;
717
-webkit-column-count: 3;
718
-moz-column-count: 3;
719
-ms-column-count: 3;
720
-o-column-count: 3;
721
column-count: 3;
722
}
723
div.dt-button-collection.four-column {
724
width: 600px;
725
padding-bottom: 1px;
726
-webkit-column-count: 4;
727
-moz-column-count: 4;
728
-ms-column-count: 4;
729
-o-column-count: 4;
730
column-count: 4;
731
}
732
733
div.dt-button-background {
734
position: fixed;
735
top: 0;
736
left: 0;
737
width: 100%;
738
height: 100%;
739
background: rgba(0, 0, 0, 0.7);
740
/* Fallback */
741
background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
742
/* IE10 Consumer Preview */
743
background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
744
/* Firefox */
745
background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
746
/* Opera */
747
background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
748
/* Webkit (Safari/Chrome 10) */
749
background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
750
/* Webkit (Chrome 11+) */
751
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
752
/* W3C Markup, IE10 Release Preview */
753
z-index: 2001;
754
}
755
756
@media screen and (max-width: 640px) {
757
div.dt-buttons {
758
float: none !important;
759
text-align: center;
760
}
761
}
762
763
764
table.DTFC_Cloned thead,
765
table.DTFC_Cloned tfoot {
766
background-color: white;
767
}
768
769
div.DTFC_Blocker {
770
background-color: white;
771
}
772
773
div.DTFC_LeftWrapper table.dataTable,
774
div.DTFC_RightWrapper table.dataTable {
775
margin-bottom: 0;
776
z-index: 2;
777
}
778
div.DTFC_LeftWrapper table.dataTable.no-footer,
779
div.DTFC_RightWrapper table.dataTable.no-footer {
780
border-bottom: none;
781
}
782
783
784
table.fixedHeader-floating {
785
position: fixed;
786
background-color: white;
787
}
788
789
table.fixedHeader-floating.no-footer {
790
border-bottom-width: 0;
791
}
792
793
table.fixedHeader-locked {
794
position: absolute;
795
background-color: white;
796
}
797
798
table.fixedHeader-locked {
799
position: absolute;
800
background-color: white;
801
}
802
803
804
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
805
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
806
position: relative;
807
padding-left: 30px;
808
cursor: pointer;
809
}
810
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
811
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
812
top: 8px;
813
left: 4px;
814
height: 16px;
815
width: 16px;
816
display: block;
817
position: absolute;
818
color: white;
819
border: 2px solid white;
820
border-radius: 16px;
821
text-align: center;
822
line-height: 14px;
823
box-shadow: 0 0 3px #444;
824
box-sizing: content-box;
825
content: '+';
826
background-color: #31b131;
827
}
828
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
829
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
830
display: none;
831
}
832
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
833
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
834
content: '-';
835
background-color: #d33333;
836
}
837
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
838
display: none;
839
}
840
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
841
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
842
padding-left: 27px;
843
}
844
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
845
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
846
top: 5px;
847
left: 4px;
848
height: 14px;
849
width: 14px;
850
border-radius: 14px;
851
line-height: 12px;
852
}
853
table.dataTable.dtr-column > tbody > tr > td.control,
854
table.dataTable.dtr-column > tbody > tr > th.control {
855
position: relative;
856
cursor: pointer;
857
}
858
table.dataTable.dtr-column > tbody > tr > td.control:before,
859
table.dataTable.dtr-column > tbody > tr > th.control:before {
860
top: 50%;
861
left: 50%;
862
height: 16px;
863
width: 16px;
864
margin-top: -10px;
865
margin-left: -10px;
866
display: block;
867
position: absolute;
868
color: white;
869
border: 2px solid white;
870
border-radius: 16px;
871
text-align: center;
872
line-height: 14px;
873
box-shadow: 0 0 3px #444;
874
box-sizing: content-box;
875
content: '+';
876
background-color: #31b131;
877
}
878
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
879
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
880
content: '-';
881
background-color: #d33333;
882
}
883
table.dataTable > tbody > tr.child {
884
padding: 0.5em 1em;
885
}
886
table.dataTable > tbody > tr.child:hover {
887
background: transparent !important;
888
}
889
table.dataTable > tbody > tr.child ul {
890
display: inline-block;
891
list-style-type: none;
892
margin: 0;
893
padding: 0;
894
}
895
table.dataTable > tbody > tr.child ul li {
896
border-bottom: 1px solid #efefef;
897
padding: 0.5em 0;
898
}
899
table.dataTable > tbody > tr.child ul li:first-child {
900
padding-top: 0;
901
}
902
table.dataTable > tbody > tr.child ul li:last-child {
903
border-bottom: none;
904
}
905
table.dataTable > tbody > tr.child span.dtr-title {
906
display: inline-block;
907
min-width: 75px;
908
font-weight: bold;
909
}
910
911
912
table.dataTable tbody > tr.selected,
913
table.dataTable tbody > tr > .selected {
914
background-color: #B0BED9;
915
}
916
table.dataTable.stripe tbody > tr.odd.selected,
917
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
918
table.dataTable.display tbody > tr.odd > .selected {
919
background-color: #acbad4;
920
}
921
table.dataTable.hover tbody > tr.selected:hover,
922
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
923
table.dataTable.display tbody > tr > .selected:hover {
924
background-color: #aab7d1;
925
}
926
table.dataTable.order-column tbody > tr.selected > .sorting_1,
927
table.dataTable.order-column tbody > tr.selected > .sorting_2,
928
table.dataTable.order-column tbody > tr.selected > .sorting_3,
929
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
930
table.dataTable.display tbody > tr.selected > .sorting_2,
931
table.dataTable.display tbody > tr.selected > .sorting_3,
932
table.dataTable.display tbody > tr > .selected {
933
background-color: #acbad5;
934
}
935
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
936
background-color: #a6b4cd;
937
}
938
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
939
background-color: #a8b5cf;
940
}
941
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
942
background-color: #a9b7d1;
943
}
944
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
945
background-color: #acbad5;
946
}
947
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
948
background-color: #aebcd6;
949
}
950
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
951
background-color: #afbdd8;
952
}
953
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
954
background-color: #a6b4cd;
955
}
956
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
957
background-color: #acbad5;
958
}
959
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
960
background-color: #a2aec7;
961
}
962
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
963
background-color: #a3b0c9;
964
}
965
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
966
background-color: #a5b2cb;
967
}
968
table.dataTable.display tbody > tr:hover > .selected,
969
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
970
table.dataTable.order-column.hover tbody > tr > .selected:hover {
971
background-color: #a2aec7;
972
}
973
table.dataTable td.select-checkbox {
974
position: relative;
975
}
976
table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
977
display: block;
978
position: absolute;
979
top: 1.2em;
980
left: 50%;
981
width: 12px;
982
height: 12px;
983
box-sizing: border-box;
984
}
985
table.dataTable td.select-checkbox:before {
986
content: ' ';
987
margin-top: -6px;
988
margin-left: -6px;
989
border: 1px solid black;
990
border-radius: 3px;
991
}
992
table.dataTable tr.selected td.select-checkbox:after {
993
content: '\2714';
994
margin-top: -11px;
995
margin-left: -4px;
996
text-align: center;
997
text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
998
}
999
1000
div.dataTables_wrapper span.select-info,
1001
div.dataTables_wrapper span.select-item {
1002
margin-left: 0.5em;
1003
}
1004
1005
@media screen and (max-width: 640px) {
1006
div.dataTables_wrapper span.select-info,
1007
div.dataTables_wrapper span.select-item {
1008
margin-left: 0;
1009
display: block;
1010
}
1011
}
1012
1013
1014
1015