1 | table.DTFC_Cloned tr {
|
---|
2 | background-color: white;
|
---|
3 | margin-bottom: 0;
|
---|
4 | }
|
---|
5 |
|
---|
6 | div.DTFC_LeftHeadWrapper table,
|
---|
7 | div.DTFC_RightHeadWrapper table {
|
---|
8 | border-bottom: none !important;
|
---|
9 | margin-bottom: 0 !important;
|
---|
10 | background-color: white;
|
---|
11 | }
|
---|
12 |
|
---|
13 | div.DTFC_LeftBodyWrapper table,
|
---|
14 | div.DTFC_RightBodyWrapper table {
|
---|
15 | border-top: none;
|
---|
16 | margin: 0 !important;
|
---|
17 | z-index: 2;
|
---|
18 | }
|
---|
19 | div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after,
|
---|
20 | div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
|
---|
21 | div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
|
---|
22 | div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
|
---|
23 | div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
|
---|
24 | div.DTFC_LeftBodyWrapper table thead .sorting:before,
|
---|
25 | div.DTFC_LeftBodyWrapper table thead .sorting:after,
|
---|
26 | div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
|
---|
27 | div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
|
---|
28 | div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
|
---|
29 | div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
|
---|
30 | div.DTFC_RightBodyWrapper table thead .sorting:before,
|
---|
31 | div.DTFC_RightBodyWrapper table thead .sorting:after,
|
---|
32 | div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
|
---|
33 | div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
|
---|
34 | div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
|
---|
35 | div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
|
---|
36 | div.DTFC_RightBodyWrapper table thead .sorting:before,
|
---|
37 | div.DTFC_RightBodyWrapper table thead .sorting:after,
|
---|
38 | div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
|
---|
39 | div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
|
---|
40 | div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
|
---|
41 | div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
|
---|
42 | display: none;
|
---|
43 | }
|
---|
44 | div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
|
---|
45 | div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
|
---|
46 | div.DTFC_RightBodyWrapper table tbody tr:first-child th,
|
---|
47 | div.DTFC_RightBodyWrapper table tbody tr:first-child td {
|
---|
48 | border-top: none;
|
---|
49 | }
|
---|
50 |
|
---|
51 | div.DTFC_LeftFootWrapper table,
|
---|
52 | div.DTFC_RightFootWrapper table {
|
---|
53 | border-top: none;
|
---|
54 | margin-top: 0 !important;
|
---|
55 | background-color: white;
|
---|
56 | }
|
---|
57 |
|
---|
58 | div.DTFC_Blocker {
|
---|
59 | background-color: white;
|
---|
60 | }
|
---|