| 2 |
lars |
1 |
div.dataTables_wrapper {
|
|
|
2 |
margin-bottom: 1.25em;
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
div.dataTables_length label,
|
|
|
6 |
div.dataTables_filter label,
|
|
|
7 |
div.dataTables_info {
|
|
|
8 |
color: #999;
|
|
|
9 |
font-weight: normal;
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
div.dataTables_length label {
|
|
|
13 |
float: left;
|
|
|
14 |
text-align: left;
|
|
|
15 |
margin-bottom: 0;
|
|
|
16 |
}
|
|
|
17 |
|
|
|
18 |
div.dataTables_length select {
|
|
|
19 |
width: 75px;
|
|
|
20 |
margin-bottom: 0;
|
|
|
21 |
}
|
|
|
22 |
|
|
|
23 |
div.dataTables_filter label {
|
|
|
24 |
float: right;
|
|
|
25 |
margin-bottom: 0;
|
|
|
26 |
}
|
|
|
27 |
div.dataTables_filter input {
|
|
|
28 |
display: inline-block !important;
|
|
|
29 |
width: auto !important;
|
|
|
30 |
margin-bottom: 0;
|
|
|
31 |
margin-left: 0.5em;
|
|
|
32 |
}
|
|
|
33 |
|
|
|
34 |
div.dataTables_info {
|
|
|
35 |
padding-top: 2px;
|
|
|
36 |
font-size: 0.875em;
|
|
|
37 |
}
|
|
|
38 |
|
|
|
39 |
div.dataTables_paginate {
|
|
|
40 |
float: right;
|
|
|
41 |
margin: 0;
|
|
|
42 |
}
|
|
|
43 |
|
|
|
44 |
table.dataTable {
|
|
|
45 |
clear: both;
|
|
|
46 |
margin: 0.5em 0 !important;
|
|
|
47 |
max-width: none !important;
|
|
|
48 |
width: 100%;
|
|
|
49 |
}
|
|
|
50 |
|
|
|
51 |
table.dataTable thead .sorting,
|
|
|
52 |
table.dataTable thead .sorting_asc,
|
|
|
53 |
table.dataTable thead .sorting_desc,
|
|
|
54 |
table.dataTable thead .sorting_asc_disabled,
|
|
|
55 |
table.dataTable thead .sorting_desc_disabled {
|
|
|
56 |
cursor: pointer;
|
|
|
57 |
*cursor: hand;
|
|
|
58 |
}
|
|
|
59 |
|
|
|
60 |
table.dataTable thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
|
|
|
61 |
table.dataTable thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
|
|
|
62 |
table.dataTable thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
|
|
|
63 |
|
|
|
64 |
table.dataTable thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
|
|
|
65 |
table.dataTable thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
|
|
|
66 |
|
|
|
67 |
table.dataTable th:active {
|
|
|
68 |
outline: none;
|
|
|
69 |
}
|
|
|
70 |
|
|
|
71 |
/* Scrolling */
|
|
|
72 |
div.dataTables_scrollHead table {
|
|
|
73 |
margin-bottom: 0 !important;
|
|
|
74 |
}
|
|
|
75 |
|
|
|
76 |
div.dataTables_scrollBody table {
|
|
|
77 |
border-top: none;
|
|
|
78 |
margin-top: 0 !important;
|
|
|
79 |
margin-bottom: 0 !important;
|
|
|
80 |
}
|
|
|
81 |
|
|
|
82 |
div.dataTables_scrollBody tbody tr:first-child th,
|
|
|
83 |
div.dataTables_scrollBody tbody tr:first-child td {
|
|
|
84 |
border-top: none;
|
|
|
85 |
}
|
|
|
86 |
|
|
|
87 |
div.dataTables_scrollFoot table {
|
|
|
88 |
margin-top: 0 !important;
|
|
|
89 |
border-top: none;
|
|
|
90 |
}
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
/*
|
|
|
96 |
* TableTools styles
|
|
|
97 |
*/
|
|
|
98 |
.table tbody tr.active td,
|
|
|
99 |
.table tbody tr.active th {
|
|
|
100 |
background-color: #08C;
|
|
|
101 |
color: white;
|
|
|
102 |
}
|
|
|
103 |
|
|
|
104 |
.table tbody tr.active:hover td,
|
|
|
105 |
.table tbody tr.active:hover th {
|
|
|
106 |
background-color: #0075b0 !important;
|
|
|
107 |
}
|
|
|
108 |
|
|
|
109 |
.table-striped tbody tr.active:nth-child(odd) td,
|
|
|
110 |
.table-striped tbody tr.active:nth-child(odd) th {
|
|
|
111 |
background-color: #017ebc;
|
|
|
112 |
}
|
|
|
113 |
|
|
|
114 |
table.DTTT_selectable tbody tr {
|
|
|
115 |
cursor: pointer;
|
|
|
116 |
*cursor: hand;
|
|
|
117 |
}
|
|
|
118 |
|
|
|
119 |
div.DTTT {
|
|
|
120 |
float: left;
|
|
|
121 |
margin-bottom: 0;
|
|
|
122 |
margin-top: -0.3em;
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
div.DTTT .button {
|
|
|
126 |
margin: 0 0 0.25rem;
|
|
|
127 |
}
|
|
|
128 |
|
|
|
129 |
div.DTTT .button:hover {
|
|
|
130 |
text-decoration: none !important;
|
|
|
131 |
}
|
|
|
132 |
|
|
|
133 |
ul.DTTT_dropdown.dropdown-menu li {
|
|
|
134 |
position: relative;
|
|
|
135 |
}
|
|
|
136 |
|
|
|
137 |
ul.DTTT_dropdown.dropdown-menu li:hover a {
|
|
|
138 |
background-color: #0088cc;
|
|
|
139 |
color: white !important;
|
|
|
140 |
}
|
|
|
141 |
|
|
|
142 |
/* TableTools information display */
|
|
|
143 |
.DTTT_print_info {
|
|
|
144 |
position: fixed;
|
|
|
145 |
top: 50%;
|
|
|
146 |
left: 50%;
|
|
|
147 |
width: 400px;
|
|
|
148 |
height: 150px;
|
|
|
149 |
margin-left: -200px;
|
|
|
150 |
margin-top: -75px;
|
|
|
151 |
text-align: center;
|
|
|
152 |
color: #333;
|
|
|
153 |
padding: 10px 30px;
|
|
|
154 |
|
|
|
155 |
background: #ffffff; /* Old browsers */
|
|
|
156 |
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
|
|
|
157 |
background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
|
|
|
158 |
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
|
|
|
159 |
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
|
|
|
160 |
background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
|
|
|
161 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
|
|
|
162 |
|
|
|
163 |
opacity: 0.95;
|
|
|
164 |
|
|
|
165 |
border: 1px solid black;
|
|
|
166 |
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
167 |
|
|
|
168 |
-webkit-border-radius: 6px;
|
|
|
169 |
-moz-border-radius: 6px;
|
|
|
170 |
-ms-border-radius: 6px;
|
|
|
171 |
-o-border-radius: 6px;
|
|
|
172 |
border-radius: 6px;
|
|
|
173 |
|
|
|
174 |
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
|
|
|
175 |
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
|
|
|
176 |
-ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
|
|
|
177 |
-o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
|
|
|
178 |
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
|
|
|
179 |
}
|
|
|
180 |
|
|
|
181 |
div.DTTT_print_info h6 {
|
|
|
182 |
font-weight: normal;
|
|
|
183 |
font-size: 28px;
|
|
|
184 |
line-height: 28px;
|
|
|
185 |
margin: 1em;
|
|
|
186 |
}
|
|
|
187 |
|
|
|
188 |
div.DTTT_print_info p {
|
|
|
189 |
font-size: 14px;
|
|
|
190 |
line-height: 20px;
|
|
|
191 |
}
|
|
|
192 |
|
|
|
193 |
|
|
|
194 |
|
|
|
195 |
/*
|
|
|
196 |
* FixedColumns styles
|
|
|
197 |
*/
|
|
|
198 |
div.DTFC_LeftHeadWrapper table,
|
|
|
199 |
div.DTFC_LeftFootWrapper table,
|
|
|
200 |
table.DTFC_Cloned tr.even {
|
|
|
201 |
background-color: white;
|
|
|
202 |
}
|
|
|
203 |
|
|
|
204 |
div.DTFC_LeftHeadWrapper table {
|
|
|
205 |
margin-bottom: 0 !important;
|
|
|
206 |
}
|
|
|
207 |
|
|
|
208 |
div.DTFC_LeftBodyWrapper table {
|
|
|
209 |
border-top: none;
|
|
|
210 |
margin-bottom: 0 !important;
|
|
|
211 |
}
|
|
|
212 |
|
|
|
213 |
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
|
|
|
214 |
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
|
|
|
215 |
border-top: none;
|
|
|
216 |
}
|
|
|
217 |
|
|
|
218 |
div.DTFC_LeftFootWrapper table {
|
|
|
219 |
border-top: none;
|
|
|
220 |
}
|
|
|
221 |
|
|
|
222 |
|