datatables.net-bs 1.11.4 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,166 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
table.dataTable td.dt-control {
|
|
3
|
+
text-align: center;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
}
|
|
6
|
+
table.dataTable td.dt-control:before {
|
|
7
|
+
height: 1em;
|
|
8
|
+
width: 1em;
|
|
9
|
+
margin-top: -9px;
|
|
10
|
+
display: inline-block;
|
|
11
|
+
color: white;
|
|
12
|
+
border: 0.15em solid white;
|
|
13
|
+
border-radius: 1em;
|
|
14
|
+
box-shadow: 0 0 0.2em #444;
|
|
15
|
+
box-sizing: content-box;
|
|
16
|
+
text-align: center;
|
|
17
|
+
text-indent: 0 !important;
|
|
18
|
+
font-family: "Courier New", Courier, monospace;
|
|
19
|
+
line-height: 1em;
|
|
20
|
+
content: "+";
|
|
21
|
+
background-color: #31b131;
|
|
22
|
+
}
|
|
23
|
+
table.dataTable tr.dt-hasChild td.dt-control:before {
|
|
24
|
+
content: "-";
|
|
25
|
+
background-color: #d33333;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
|
|
29
|
+
table.dataTable thead > tr > td.sorting,
|
|
30
|
+
table.dataTable thead > tr > td.sorting_asc,
|
|
31
|
+
table.dataTable thead > tr > td.sorting_desc,
|
|
32
|
+
table.dataTable thead > tr > td.sorting_asc_disabled,
|
|
33
|
+
table.dataTable thead > tr > td.sorting_desc_disabled {
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
position: relative;
|
|
36
|
+
padding-right: 26px;
|
|
37
|
+
}
|
|
38
|
+
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
|
|
39
|
+
table.dataTable thead > tr > td.sorting:before,
|
|
40
|
+
table.dataTable thead > tr > td.sorting:after,
|
|
41
|
+
table.dataTable thead > tr > td.sorting_asc:before,
|
|
42
|
+
table.dataTable thead > tr > td.sorting_asc:after,
|
|
43
|
+
table.dataTable thead > tr > td.sorting_desc:before,
|
|
44
|
+
table.dataTable thead > tr > td.sorting_desc:after,
|
|
45
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:before,
|
|
46
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:after,
|
|
47
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:before,
|
|
48
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:after {
|
|
49
|
+
position: absolute;
|
|
50
|
+
display: block;
|
|
51
|
+
opacity: 0.125;
|
|
52
|
+
right: 10px;
|
|
53
|
+
line-height: 9px;
|
|
54
|
+
font-size: 0.9em;
|
|
55
|
+
}
|
|
56
|
+
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
|
|
57
|
+
table.dataTable thead > tr > td.sorting:before,
|
|
58
|
+
table.dataTable thead > tr > td.sorting_asc:before,
|
|
59
|
+
table.dataTable thead > tr > td.sorting_desc:before,
|
|
60
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:before,
|
|
61
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:before {
|
|
62
|
+
bottom: 50%;
|
|
63
|
+
content: "▴";
|
|
64
|
+
}
|
|
65
|
+
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
|
|
66
|
+
table.dataTable thead > tr > td.sorting:after,
|
|
67
|
+
table.dataTable thead > tr > td.sorting_asc:after,
|
|
68
|
+
table.dataTable thead > tr > td.sorting_desc:after,
|
|
69
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:after,
|
|
70
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:after {
|
|
71
|
+
top: 50%;
|
|
72
|
+
content: "▾";
|
|
73
|
+
}
|
|
74
|
+
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
|
|
75
|
+
table.dataTable thead > tr > td.sorting_asc:before,
|
|
76
|
+
table.dataTable thead > tr > td.sorting_desc:after {
|
|
77
|
+
opacity: 0.6;
|
|
78
|
+
}
|
|
79
|
+
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
|
|
80
|
+
table.dataTable thead > tr > td.sorting_desc_disabled:after,
|
|
81
|
+
table.dataTable thead > tr > td.sorting_asc_disabled:before {
|
|
82
|
+
display: none;
|
|
83
|
+
}
|
|
84
|
+
table.dataTable thead > tr > th:active,
|
|
85
|
+
table.dataTable thead > tr > td:active {
|
|
86
|
+
outline: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
|
|
90
|
+
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
|
|
91
|
+
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
|
|
92
|
+
display: none;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
div.dataTables_processing {
|
|
96
|
+
position: absolute;
|
|
97
|
+
top: 50%;
|
|
98
|
+
left: 50%;
|
|
99
|
+
width: 200px;
|
|
100
|
+
margin-left: -100px;
|
|
101
|
+
margin-top: -26px;
|
|
102
|
+
text-align: center;
|
|
103
|
+
padding: 2px;
|
|
104
|
+
}
|
|
105
|
+
div.dataTables_processing > div:last-child {
|
|
106
|
+
position: relative;
|
|
107
|
+
width: 80px;
|
|
108
|
+
height: 15px;
|
|
109
|
+
margin: 1em auto;
|
|
110
|
+
}
|
|
111
|
+
div.dataTables_processing > div:last-child > div {
|
|
112
|
+
position: absolute;
|
|
113
|
+
top: 0;
|
|
114
|
+
width: 13px;
|
|
115
|
+
height: 13px;
|
|
116
|
+
border-radius: 50%;
|
|
117
|
+
background: rgba(0, 136, 204, 0.9);
|
|
118
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
119
|
+
}
|
|
120
|
+
div.dataTables_processing > div:last-child > div:nth-child(1) {
|
|
121
|
+
left: 8px;
|
|
122
|
+
animation: datatables-loader-1 0.6s infinite;
|
|
123
|
+
}
|
|
124
|
+
div.dataTables_processing > div:last-child > div:nth-child(2) {
|
|
125
|
+
left: 8px;
|
|
126
|
+
animation: datatables-loader-2 0.6s infinite;
|
|
127
|
+
}
|
|
128
|
+
div.dataTables_processing > div:last-child > div:nth-child(3) {
|
|
129
|
+
left: 32px;
|
|
130
|
+
animation: datatables-loader-2 0.6s infinite;
|
|
131
|
+
}
|
|
132
|
+
div.dataTables_processing > div:last-child > div:nth-child(4) {
|
|
133
|
+
left: 56px;
|
|
134
|
+
animation: datatables-loader-3 0.6s infinite;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@keyframes datatables-loader-1 {
|
|
138
|
+
0% {
|
|
139
|
+
transform: scale(0);
|
|
140
|
+
}
|
|
141
|
+
100% {
|
|
142
|
+
transform: scale(1);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
@keyframes datatables-loader-3 {
|
|
146
|
+
0% {
|
|
147
|
+
transform: scale(1);
|
|
148
|
+
}
|
|
149
|
+
100% {
|
|
150
|
+
transform: scale(0);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
@keyframes datatables-loader-2 {
|
|
154
|
+
0% {
|
|
155
|
+
transform: translate(0, 0);
|
|
156
|
+
}
|
|
157
|
+
100% {
|
|
158
|
+
transform: translate(24px, 0);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
table.dataTable.nowrap th, table.dataTable.nowrap td {
|
|
162
|
+
white-space: nowrap;
|
|
163
|
+
}
|
|
2
164
|
table.dataTable th.dt-left,
|
|
3
165
|
table.dataTable td.dt-left {
|
|
4
166
|
text-align: left;
|
|
@@ -20,6 +182,12 @@ table.dataTable th.dt-nowrap,
|
|
|
20
182
|
table.dataTable td.dt-nowrap {
|
|
21
183
|
white-space: nowrap;
|
|
22
184
|
}
|
|
185
|
+
table.dataTable thead th,
|
|
186
|
+
table.dataTable thead td,
|
|
187
|
+
table.dataTable tfoot th,
|
|
188
|
+
table.dataTable tfoot td {
|
|
189
|
+
text-align: left;
|
|
190
|
+
}
|
|
23
191
|
table.dataTable thead th.dt-head-left,
|
|
24
192
|
table.dataTable thead td.dt-head-left,
|
|
25
193
|
table.dataTable tfoot th.dt-head-left,
|
|
@@ -70,31 +238,6 @@ table.dataTable tbody th.dt-body-nowrap,
|
|
|
70
238
|
table.dataTable tbody td.dt-body-nowrap {
|
|
71
239
|
white-space: nowrap;
|
|
72
240
|
}
|
|
73
|
-
table.dataTable td.dt-control {
|
|
74
|
-
text-align: center;
|
|
75
|
-
cursor: pointer;
|
|
76
|
-
}
|
|
77
|
-
table.dataTable td.dt-control:before {
|
|
78
|
-
height: 1em;
|
|
79
|
-
width: 1em;
|
|
80
|
-
margin-top: -9px;
|
|
81
|
-
display: inline-block;
|
|
82
|
-
color: white;
|
|
83
|
-
border: 0.15em solid white;
|
|
84
|
-
border-radius: 1em;
|
|
85
|
-
box-shadow: 0 0 0.2em #444;
|
|
86
|
-
box-sizing: content-box;
|
|
87
|
-
text-align: center;
|
|
88
|
-
text-indent: 0 !important;
|
|
89
|
-
font-family: "Courier New", Courier, monospace;
|
|
90
|
-
line-height: 1em;
|
|
91
|
-
content: "+";
|
|
92
|
-
background-color: #31b131;
|
|
93
|
-
}
|
|
94
|
-
table.dataTable tr.dt-hasChild td.dt-control:before {
|
|
95
|
-
content: "-";
|
|
96
|
-
background-color: #d33333;
|
|
97
|
-
}
|
|
98
241
|
|
|
99
242
|
table.dataTable {
|
|
100
243
|
clear: both;
|
|
@@ -116,6 +259,28 @@ table.dataTable.nowrap th,
|
|
|
116
259
|
table.dataTable.nowrap td {
|
|
117
260
|
white-space: nowrap;
|
|
118
261
|
}
|
|
262
|
+
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
|
|
263
|
+
background-color: transparent;
|
|
264
|
+
}
|
|
265
|
+
table.dataTable > tbody > tr {
|
|
266
|
+
background-color: transparent;
|
|
267
|
+
}
|
|
268
|
+
table.dataTable > tbody > tr.selected > * {
|
|
269
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.9);
|
|
270
|
+
color: white;
|
|
271
|
+
}
|
|
272
|
+
table.dataTable.table-striped > tbody > tr.odd > * {
|
|
273
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
|
|
274
|
+
}
|
|
275
|
+
table.dataTable.table-striped > tbody > tr.odd.selected > * {
|
|
276
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.923);
|
|
277
|
+
}
|
|
278
|
+
table.dataTable.table-hover > tbody > tr:hover > * {
|
|
279
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
|
|
280
|
+
}
|
|
281
|
+
table.dataTable.table-hover > tbody > tr.selected:hover > * {
|
|
282
|
+
box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.975);
|
|
283
|
+
}
|
|
119
284
|
|
|
120
285
|
div.dataTables_wrapper div.dataTables_length label {
|
|
121
286
|
font-weight: normal;
|
|
@@ -163,56 +328,6 @@ div.dataTables_wrapper div.dataTables_processing {
|
|
|
163
328
|
padding: 1em 0;
|
|
164
329
|
}
|
|
165
330
|
|
|
166
|
-
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
|
|
167
|
-
table.dataTable thead > tr > td.sorting_asc,
|
|
168
|
-
table.dataTable thead > tr > td.sorting_desc,
|
|
169
|
-
table.dataTable thead > tr > td.sorting {
|
|
170
|
-
padding-right: 30px;
|
|
171
|
-
}
|
|
172
|
-
table.dataTable thead > tr > th:active,
|
|
173
|
-
table.dataTable thead > tr > td:active {
|
|
174
|
-
outline: none;
|
|
175
|
-
}
|
|
176
|
-
table.dataTable thead .sorting,
|
|
177
|
-
table.dataTable thead .sorting_asc,
|
|
178
|
-
table.dataTable thead .sorting_desc,
|
|
179
|
-
table.dataTable thead .sorting_asc_disabled,
|
|
180
|
-
table.dataTable thead .sorting_desc_disabled {
|
|
181
|
-
cursor: pointer;
|
|
182
|
-
position: relative;
|
|
183
|
-
}
|
|
184
|
-
table.dataTable thead .sorting:after,
|
|
185
|
-
table.dataTable thead .sorting_asc:after,
|
|
186
|
-
table.dataTable thead .sorting_desc:after,
|
|
187
|
-
table.dataTable thead .sorting_asc_disabled:after,
|
|
188
|
-
table.dataTable thead .sorting_desc_disabled:after {
|
|
189
|
-
position: absolute;
|
|
190
|
-
bottom: 8px;
|
|
191
|
-
right: 8px;
|
|
192
|
-
display: block;
|
|
193
|
-
font-family: "Glyphicons Halflings", sans-serif;
|
|
194
|
-
opacity: 0.5;
|
|
195
|
-
}
|
|
196
|
-
table.dataTable thead .sorting:after {
|
|
197
|
-
opacity: 0.2;
|
|
198
|
-
content: "";
|
|
199
|
-
/* sort */
|
|
200
|
-
}
|
|
201
|
-
table.dataTable thead .sorting_asc:after {
|
|
202
|
-
opacity: 0.5;
|
|
203
|
-
content: "";
|
|
204
|
-
/* sort-by-attributes */
|
|
205
|
-
}
|
|
206
|
-
table.dataTable thead .sorting_desc:after {
|
|
207
|
-
opacity: 0.5;
|
|
208
|
-
content: "";
|
|
209
|
-
/* sort-by-attributes-alt */
|
|
210
|
-
}
|
|
211
|
-
table.dataTable thead .sorting_asc_disabled:after,
|
|
212
|
-
table.dataTable thead .sorting_desc_disabled:after {
|
|
213
|
-
color: #eee;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
331
|
div.dataTables_scrollHead table.dataTable {
|
|
217
332
|
margin-bottom: 0 !important;
|
|
218
333
|
}
|
|
@@ -251,12 +366,6 @@ div.dataTables_wrapper div.dataTables_paginate {
|
|
|
251
366
|
table.dataTable.table-condensed > thead > tr > th {
|
|
252
367
|
padding-right: 20px;
|
|
253
368
|
}
|
|
254
|
-
table.dataTable.table-condensed .sorting:after,
|
|
255
|
-
table.dataTable.table-condensed .sorting_asc:after,
|
|
256
|
-
table.dataTable.table-condensed .sorting_desc:after {
|
|
257
|
-
top: 6px;
|
|
258
|
-
right: 6px;
|
|
259
|
-
}
|
|
260
369
|
|
|
261
370
|
table.table-bordered.dataTable {
|
|
262
371
|
border-right-width: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:"Glyphicons Halflings",sans-serif;opacity:.5}table.dataTable thead .sorting:after{opacity:.2;content:""}table.dataTable thead .sorting_asc:after{opacity:.5;content:""}table.dataTable thead .sorting_desc:after{opacity:.5;content:""}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}
|
|
1
|
+
table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.9em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▴"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▾"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody table.dataTable thead>tr>th:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgba(0, 136, 204, 0.9);animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:transparent}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.9);color:white}table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023)}table.dataTable.table-striped>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.923)}table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.075)}table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.975)}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}
|