Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

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