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