Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5018 dpurdie 1
/*
2
 * Table styles
3
 * dataTables.vix.css
4
 */
5
table.dataTable {
6
  width: 100%;
7
  margin: 0 auto;
8
  clear: both;
9
  border-collapse: separate;
10
  border-spacing: 0;
11
  /*
12
   * Header and footer styles
13
   */
14
  /*
15
   * Body styles
16
   */
17
}
5050 dpurdie 18
 
19
.side_panel table.side_panel_table tbody td {
20
  border-bottom-style: solid;
21
  border-width: 1px;
22
  border-color: white;
23
  padding-left: 1em;
24
  color: black;
25
  //font-weight: bold;
26
  padding-top: 4px;
27
  padding-bottom: 4px;
28
}
5102 dpurdie 29
 
30
table.side_panel_table .side_panel_data:hover {
31
 background-color:#4CAEC5;
5050 dpurdie 32
}
33
 
5102 dpurdie 34
.side_panel,
35
table.side_panel_table .side_panel_data {
36
    background-color: #87E7FD;
5050 dpurdie 37
}
38
.side_panel table.dataTable thead th,
39
.side_panel table.dataTable thead td {
40
  border-bottom-style: solid;
41
  border-width: 1px;
42
  border-color: white;
43
}
44
 
5102 dpurdie 45
.side_panel .dataTables_wrapper.no-footer .dataTables_scrollBody {
46
  border-bottom: none;
47
}
5050 dpurdie 48
 
5018 dpurdie 49
table.dataTable thead th,
50
table.dataTable tfoot th {
51
  font-weight: bold;
52
}
53
table.dataTable thead th,
54
table.dataTable thead td {
55
  // padding: 10px 18px;
56
  border-bottom: 1px solid #111111;
57
}
58
table.dataTable thead th:active,
59
table.dataTable thead td:active {
60
  outline: none;
61
}
62
table.dataTable tfoot th,
63
table.dataTable tfoot td {
64
  padding: 10px 18px 6px 18px;
65
  border-top: 1px solid #111111;
66
}
67
table.dataTable thead .sorting_asc,
68
table.dataTable thead .sorting_desc,
69
table.dataTable thead .sorting {
70
  cursor: pointer;
71
  *cursor: hand;
72
}
73
table.dataTable thead .sorting {
74
  background: url("images/sort_both.png") no-repeat center right;
75
}
76
table.dataTable thead .sorting_asc {
77
  background: url("images/sort_asc.png") no-repeat center right;
78
}
79
table.dataTable thead .sorting_desc {
80
  background: url("images/sort_desc.png") no-repeat center right;
81
}
82
table.dataTable thead .sorting_asc_disabled {
83
  background: url("images/sort_asc_disabled.png") no-repeat center right;
84
}
85
table.dataTable thead .sorting_desc_disabled {
86
  background: url("images/sort_desc_disabled.png") no-repeat center right;
87
}
88
table.dataTable tbody tr {
89
  background-color: white;
90
}
91
table.dataTable tbody tr.selected {
92
  background-color: #b0bed9;
93
}
5050 dpurdie 94
 
5018 dpurdie 95
table.dataTable tbody th,
96
table.dataTable tbody td {
97
  /* padding: 8px 10px; */
98
  /* Taken from body_rowg */
99
    color:Gray;
100
    font:11px tahoma,sans-serif;
101
    padding-right:1em;
102
    text-decoration:none;
103
}
104
/* Taken from txt_linked */
105
td a {
106
    color:#0066FF;
107
    underline;
108
    font-style:normal;
109
}
110
 
111
 
112
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
113
  border-top: 1px solid #dddddd;
114
}
115
table.dataTable.row-border tbody tr:first-child th,
116
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
117
table.dataTable.display tbody tr:first-child td {
118
  border-top: none;
119
}
120
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
121
  border-top: 1px solid #dddddd;
122
  border-right: 1px solid #dddddd;
123
}
124
table.dataTable.cell-border tbody tr th:first-child,
125
table.dataTable.cell-border tbody tr td:first-child {
126
  border-left: 1px solid #dddddd;
127
}
128
table.dataTable.cell-border tbody tr:first-child th,
129
table.dataTable.cell-border tbody tr:first-child td {
130
  border-top: none;
131
}
132
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
133
  background-color: #f9f9f9;
134
}
135
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
136
  background-color: #abb9d3;
137
}
138
table.dataTable.hover tbody tr:hover,
139
table.dataTable.hover tbody tr.odd:hover,
140
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
141
table.dataTable.display tbody tr.odd:hover,
142
table.dataTable.display tbody tr.even:hover {
143
  background-color: whitesmoke;
144
}
145
table.dataTable.hover tbody tr:hover.selected,
146
table.dataTable.hover tbody tr.odd:hover.selected,
147
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
148
table.dataTable.display tbody tr.odd:hover.selected,
149
table.dataTable.display tbody tr.even:hover.selected {
150
  background-color: #a9b7d1;
151
}
152
table.dataTable.order-column tbody tr > .sorting_1,
153
table.dataTable.order-column tbody tr > .sorting_2,
154
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
155
table.dataTable.display tbody tr > .sorting_2,
156
table.dataTable.display tbody tr > .sorting_3 {
157
  background-color: #f9f9f9;
158
}
159
table.dataTable.order-column tbody tr.selected > .sorting_1,
160
table.dataTable.order-column tbody tr.selected > .sorting_2,
161
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
162
table.dataTable.display tbody tr.selected > .sorting_2,
163
table.dataTable.display tbody tr.selected > .sorting_3 {
164
  background-color: #acbad4;
165
}
166
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
167
  background-color: #f1f1f1;
168
}
169
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
170
  background-color: #f3f3f3;
171
}
172
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
173
  background-color: whitesmoke;
174
}
175
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
176
  background-color: #a6b3cd;
177
}
178
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
179
  background-color: #a7b5ce;
180
}
181
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
182
  background-color: #a9b6d0;
183
}
184
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
185
  background-color: #f9f9f9;
186
}
187
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
188
  background-color: #fbfbfb;
189
}
190
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
191
  background-color: #fdfdfd;
192
}
193
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
194
  background-color: #acbad4;
195
}
196
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
197
  background-color: #adbbd6;
198
}
199
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
200
  background-color: #afbdd8;
201
}
202
table.dataTable.display tbody tr:hover > .sorting_1,
203
table.dataTable.display tbody tr.odd:hover > .sorting_1,
204
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
205
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
206
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
207
  background-color: #eaeaea;
208
}
209
table.dataTable.display tbody tr:hover > .sorting_2,
210
table.dataTable.display tbody tr.odd:hover > .sorting_2,
211
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
212
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
213
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
214
  background-color: #ebebeb;
215
}
216
table.dataTable.display tbody tr:hover > .sorting_3,
217
table.dataTable.display tbody tr.odd:hover > .sorting_3,
218
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
219
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
220
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
221
  background-color: #eeeeee;
222
}
223
table.dataTable.display tbody tr:hover.selected > .sorting_1,
224
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
225
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
226
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
227
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
228
  background-color: #a1aec7;
229
}
230
table.dataTable.display tbody tr:hover.selected > .sorting_2,
231
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
232
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
233
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
234
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
235
  background-color: #a2afc8;
236
}
237
table.dataTable.display tbody tr:hover.selected > .sorting_3,
238
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
239
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
240
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
241
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
242
  background-color: #a4b2cb;
243
}
244
table.dataTable.no-footer {
245
  border-bottom: 1px solid #111111;
246
}
247
table.dataTable.nowrap th, table.dataTable.nowrap td {
248
  white-space: nowrap;
249
}
250
table.dataTable.compact thead th,
251
table.dataTable.compact thead td {
252
  padding: 5px 9px;
253
}
254
table.dataTable.compact tfoot th,
255
table.dataTable.compact tfoot td {
256
  padding: 5px 9px 3px 9px;
257
}
258
table.dataTable.compact tbody th,
259
table.dataTable.compact tbody td {
260
  padding: 4px 5px;
261
}
262
table.dataTable th.dt-left,
263
table.dataTable td.dt-left {
264
  text-align: left;
265
}
266
table.dataTable th.dt-center,
267
table.dataTable td.dt-center,
268
table.dataTable td.dataTables_empty {
269
  text-align: center;
270
}
271
table.dataTable th.dt-right,
272
table.dataTable td.dt-right {
273
  text-align: right;
274
}
275
table.dataTable th.dt-justify,
276
table.dataTable td.dt-justify {
277
  text-align: justify;
278
}
279
table.dataTable th.dt-nowrap,
280
table.dataTable td.dt-nowrap {
281
  white-space: nowrap;
282
}
283
table.dataTable thead th.dt-head-left,
284
table.dataTable thead td.dt-head-left,
285
table.dataTable tfoot th.dt-head-left,
286
table.dataTable tfoot td.dt-head-left {
287
  text-align: left;
288
}
289
table.dataTable thead th.dt-head-center,
290
table.dataTable thead td.dt-head-center,
291
table.dataTable tfoot th.dt-head-center,
292
table.dataTable tfoot td.dt-head-center {
293
  text-align: center;
294
}
295
table.dataTable thead th.dt-head-right,
296
table.dataTable thead td.dt-head-right,
297
table.dataTable tfoot th.dt-head-right,
298
table.dataTable tfoot td.dt-head-right {
299
  text-align: right;
300
}
301
table.dataTable thead th.dt-head-justify,
302
table.dataTable thead td.dt-head-justify,
303
table.dataTable tfoot th.dt-head-justify,
304
table.dataTable tfoot td.dt-head-justify {
305
  text-align: justify;
306
}
307
table.dataTable thead th.dt-head-nowrap,
308
table.dataTable thead td.dt-head-nowrap,
309
table.dataTable tfoot th.dt-head-nowrap,
310
table.dataTable tfoot td.dt-head-nowrap {
311
  white-space: nowrap;
312
}
313
table.dataTable tbody th.dt-body-left,
314
table.dataTable tbody td.dt-body-left {
315
  text-align: left;
316
}
317
table.dataTable tbody th.dt-body-center,
318
table.dataTable tbody td.dt-body-center {
319
  text-align: center;
320
}
321
table.dataTable tbody th.dt-body-right,
322
table.dataTable tbody td.dt-body-right {
323
  text-align: right;
324
}
325
table.dataTable tbody th.dt-body-justify,
326
table.dataTable tbody td.dt-body-justify {
327
  text-align: justify;
328
}
329
table.dataTable tbody th.dt-body-nowrap,
330
table.dataTable tbody td.dt-body-nowrap {
331
  white-space: nowrap;
332
}
333
 
334
table.dataTable,
335
table.dataTable th,
336
table.dataTable td {
337
  -webkit-box-sizing: content-box;
338
  -moz-box-sizing: content-box;
339
  box-sizing: content-box;
340
}
341
 
342
/*
343
 * Control feature layout
344
 */
345
.dataTables_wrapper {
346
  position: relative;
347
  clear: both;
348
  *zoom: 1;
349
  zoom: 1;
5050 dpurdie 350
 
351
  /*  Basic body_txt */
352
  color:#000000;
353
  font:11px tahoma,sans-serif;
354
  text-decoration:none;
5018 dpurdie 355
}
356
.dataTables_wrapper .dataTables_length {
357
  float: left;
358
}
359
.dataTables_wrapper .dataTables_filter {
360
  float: right;
361
  text-align: right;
362
}
363
.dataTables_wrapper .dataTables_filter input {
364
  margin-left: 0.5em;
365
}
366
.dataTables_wrapper .dataTables_info {
367
  /* clear: both; */
368
  float: left;
5050 dpurdie 369
 
5018 dpurdie 370
  /* padding-top: 0.755em; */
371
}
372
.dataTables_wrapper .dataTables_paginate {
373
  float: right;
374
  text-align: right;
375
  padding-top: 0.25em;
376
}
377
.dataTables_wrapper .dataTables_paginate .paginate_button {
378
  box-sizing: border-box;
379
  display: inline-block;
380
  min-width: 1.5em;
381
  padding: 0.5em 1em;
382
  margin-left: 2px;
383
  text-align: center;
384
  text-decoration: none !important;
385
  cursor: pointer;
386
  *cursor: hand;
387
  color: #333333 !important;
388
  border: 1px solid transparent;
389
}
390
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
391
  color: #333333 !important;
392
  border: 1px solid #cacaca;
393
  background-color: white;
394
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
395
  /* Chrome,Safari4+ */
396
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
397
  /* Chrome10+,Safari5.1+ */
398
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
399
  /* FF3.6+ */
400
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
401
  /* IE10+ */
402
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
403
  /* Opera 11.10+ */
404
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
405
  /* W3C */
406
}
407
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
408
  cursor: default;
409
  color: #666 !important;
410
  border: 1px solid transparent;
411
  background: transparent;
412
  box-shadow: none;
413
}
414
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
415
  color: white !important;
416
  border: 1px solid #111111;
417
  background-color: #585858;
418
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
419
  /* Chrome,Safari4+ */
420
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
421
  /* Chrome10+,Safari5.1+ */
422
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
423
  /* FF3.6+ */
424
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
425
  /* IE10+ */
426
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
427
  /* Opera 11.10+ */
428
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
429
  /* W3C */
430
}
431
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
432
  outline: none;
433
  background-color: #2b2b2b;
434
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
435
  /* Chrome,Safari4+ */
436
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
437
  /* Chrome10+,Safari5.1+ */
438
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
439
  /* FF3.6+ */
440
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
441
  /* IE10+ */
442
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
443
  /* Opera 11.10+ */
444
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
445
  /* W3C */
446
  box-shadow: inset 0 0 3px #111;
447
}
448
.dataTables_wrapper .dataTables_processing {
449
  position: absolute;
450
  top: 50%;
451
  left: 50%;
452
  width: 100%;
453
  height: 40px;
454
  margin-left: -50%;
455
  margin-top: -25px;
456
  padding-top: 20px;
457
  text-align: center;
458
  font-size: 1.2em;
459
  background-color: white;
460
  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)));
461
  /* Chrome,Safari4+ */
462
  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%);
463
  /* Chrome10+,Safari5.1+ */
464
  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%);
465
  /* FF3.6+ */
466
  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%);
467
  /* IE10+ */
468
  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%);
469
  /* Opera 11.10+ */
470
  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%);
471
  /* W3C */
472
}
473
.dataTables_wrapper .dataTables_length,
474
.dataTables_wrapper .dataTables_filter,
475
.dataTables_wrapper .dataTables_info,
476
.dataTables_wrapper .dataTables_processing,
477
.dataTables_wrapper .dataTables_paginate {
478
  color: #333333;
479
}
480
.dataTables_wrapper .dataTables_scroll {
481
  clear: both;
482
}
483
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
484
  *margin-top: -1px;
485
  -webkit-overflow-scrolling: touch;
486
}
487
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
488
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
489
  height: 0;
490
  overflow: hidden;
491
  margin: 0 !important;
492
  padding: 0 !important;
493
}
494
.dataTables_wrapper.no-footer .dataTables_scrollBody {
495
  border-bottom: 1px solid #111111;
496
}
497
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
498
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
499
  border-bottom: none;
500
}
501
.dataTables_wrapper:after {
502
  visibility: hidden;
503
  display: block;
504
  content: "";
505
  clear: both;
506
  height: 0;
507
}
508
 
509
@media screen and (max-width: 767px) {
510
  .dataTables_wrapper .dataTables_info,
511
  .dataTables_wrapper .dataTables_paginate {
512
    float: none;
513
    text-align: center;
514
  }
515
  .dataTables_wrapper .dataTables_paginate {
516
    margin-top: 0.5em;
517
  }
518
}
519
@media screen and (max-width: 640px) {
520
  .dataTables_wrapper .dataTables_length,
521
  .dataTables_wrapper .dataTables_filter {
522
    float: none;
523
    text-align: center;
524
  }
525
  .dataTables_wrapper .dataTables_filter {
526
    margin-top: 0.5em;
527
  }
528
}
529
 
530
/*
531
 * Namespace: DTS (DataTables Scroller)
532
 * Scroller plugin styling
533
 */
534
div.DTS div.DTS_Loading {
535
    float:left;
536
    padding-right: 2em;
537
}
538
 
539
 
540
 
541