| 1 |
/* |
| 2 |
* This combined file was created by the DataTables downloader builder: |
| 3 |
* https://datatables.net/download |
| 4 |
* |
| 5 |
* To rebuild or modify this file with the latest versions of the included |
| 6 |
* software please visit: |
| 7 |
* https://datatables.net/download/#dt/dt-1.10.12/r-2.1.0 |
| 8 |
* |
| 9 |
* Included libraries: |
| 10 |
* DataTables 1.10.12, Responsive 2.1.0 |
| 11 |
*/ |
| 12 |
|
| 13 |
/* |
| 14 |
* Table styles |
| 15 |
*/ |
| 16 |
table.dataTable { |
| 17 |
width: 100%; |
| 18 |
margin: 0 auto; |
| 19 |
clear: both; |
| 20 |
border-collapse: separate; |
| 21 |
border-spacing: 0; |
| 22 |
/* |
| 23 |
* Header and footer styles |
| 24 |
*/ |
| 25 |
/* |
| 26 |
* Body styles |
| 27 |
*/ |
| 28 |
} |
| 29 |
table.dataTable thead th, |
| 30 |
table.dataTable tfoot th { |
| 31 |
font-weight: bold; |
| 32 |
} |
| 33 |
table.dataTable thead th, |
| 34 |
table.dataTable thead td { |
| 35 |
padding: 10px 18px; |
| 36 |
border-bottom: 1px solid #111; |
| 37 |
} |
| 38 |
table.dataTable thead th:active, |
| 39 |
table.dataTable thead td:active { |
| 40 |
outline: none; |
| 41 |
} |
| 42 |
table.dataTable tfoot th, |
| 43 |
table.dataTable tfoot td { |
| 44 |
padding: 10px 18px 6px 18px; |
| 45 |
border-top: 1px solid #111; |
| 46 |
} |
| 47 |
table.dataTable thead .sorting, |
| 48 |
table.dataTable thead .sorting_asc, |
| 49 |
table.dataTable thead .sorting_desc { |
| 50 |
cursor: pointer; |
| 51 |
*cursor: hand; |
| 52 |
} |
| 53 |
table.dataTable thead .sorting, |
| 54 |
table.dataTable thead .sorting_asc, |
| 55 |
table.dataTable thead .sorting_desc, |
| 56 |
table.dataTable thead .sorting_asc_disabled, |
| 57 |
table.dataTable thead .sorting_desc_disabled { |
| 58 |
background-repeat: no-repeat; |
| 59 |
background-position: center right; |
| 60 |
} |
| 61 |
table.dataTable thead .sorting { |
| 62 |
background-image: url("DataTables-1.10.12/images/sort_both.png"); |
| 63 |
} |
| 64 |
table.dataTable thead .sorting_asc { |
| 65 |
background-image: url("DataTables-1.10.12/images/sort_asc.png"); |
| 66 |
} |
| 67 |
table.dataTable thead .sorting_desc { |
| 68 |
background-image: url("DataTables-1.10.12/images/sort_desc.png"); |
| 69 |
} |
| 70 |
table.dataTable thead .sorting_asc_disabled { |
| 71 |
background-image: url("DataTables-1.10.12/images/sort_asc_disabled.png"); |
| 72 |
} |
| 73 |
table.dataTable thead .sorting_desc_disabled { |
| 74 |
background-image: url("DataTables-1.10.12/images/sort_desc_disabled.png"); |
| 75 |
} |
| 76 |
table.dataTable tbody tr { |
| 77 |
background-color: #ffffff; |
| 78 |
} |
| 79 |
table.dataTable tbody tr.selected { |
| 80 |
background-color: #B0BED9; |
| 81 |
} |
| 82 |
table.dataTable tbody th, |
| 83 |
table.dataTable tbody td { |
| 84 |
padding: 8px 10px; |
| 85 |
} |
| 86 |
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { |
| 87 |
border-top: 1px solid #ddd; |
| 88 |
} |
| 89 |
table.dataTable.row-border tbody tr:first-child th, |
| 90 |
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, |
| 91 |
table.dataTable.display tbody tr:first-child td { |
| 92 |
border-top: none; |
| 93 |
} |
| 94 |
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { |
| 95 |
border-top: 1px solid #ddd; |
| 96 |
border-right: 1px solid #ddd; |
| 97 |
} |
| 98 |
table.dataTable.cell-border tbody tr th:first-child, |
| 99 |
table.dataTable.cell-border tbody tr td:first-child { |
| 100 |
border-left: 1px solid #ddd; |
| 101 |
} |
| 102 |
table.dataTable.cell-border tbody tr:first-child th, |
| 103 |
table.dataTable.cell-border tbody tr:first-child td { |
| 104 |
border-top: none; |
| 105 |
} |
| 106 |
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { |
| 107 |
background-color: #f9f9f9; |
| 108 |
} |
| 109 |
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected { |
| 110 |
background-color: #acbad4; |
| 111 |
} |
| 112 |
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { |
| 113 |
background-color: #f6f6f6; |
| 114 |
} |
| 115 |
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected { |
| 116 |
background-color: #aab7d1; |
| 117 |
} |
| 118 |
table.dataTable.order-column tbody tr > .sorting_1, |
| 119 |
table.dataTable.order-column tbody tr > .sorting_2, |
| 120 |
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, |
| 121 |
table.dataTable.display tbody tr > .sorting_2, |
| 122 |
table.dataTable.display tbody tr > .sorting_3 { |
| 123 |
background-color: #fafafa; |
| 124 |
} |
| 125 |
table.dataTable.order-column tbody tr.selected > .sorting_1, |
| 126 |
table.dataTable.order-column tbody tr.selected > .sorting_2, |
| 127 |
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, |
| 128 |
table.dataTable.display tbody tr.selected > .sorting_2, |
| 129 |
table.dataTable.display tbody tr.selected > .sorting_3 { |
| 130 |
background-color: #acbad5; |
| 131 |
} |
| 132 |
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 { |
| 133 |
background-color: #f1f1f1; |
| 134 |
} |
| 135 |
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 { |
| 136 |
background-color: #f3f3f3; |
| 137 |
} |
| 138 |
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 { |
| 139 |
background-color: whitesmoke; |
| 140 |
} |
| 141 |
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 { |
| 142 |
background-color: #a6b4cd; |
| 143 |
} |
| 144 |
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 { |
| 145 |
background-color: #a8b5cf; |
| 146 |
} |
| 147 |
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 { |
| 148 |
background-color: #a9b7d1; |
| 149 |
} |
| 150 |
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 { |
| 151 |
background-color: #fafafa; |
| 152 |
} |
| 153 |
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 { |
| 154 |
background-color: #fcfcfc; |
| 155 |
} |
| 156 |
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 { |
| 157 |
background-color: #fefefe; |
| 158 |
} |
| 159 |
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 { |
| 160 |
background-color: #acbad5; |
| 161 |
} |
| 162 |
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 { |
| 163 |
background-color: #aebcd6; |
| 164 |
} |
| 165 |
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 { |
| 166 |
background-color: #afbdd8; |
| 167 |
} |
| 168 |
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 { |
| 169 |
background-color: #eaeaea; |
| 170 |
} |
| 171 |
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 { |
| 172 |
background-color: #ececec; |
| 173 |
} |
| 174 |
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 { |
| 175 |
background-color: #efefef; |
| 176 |
} |
| 177 |
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 { |
| 178 |
background-color: #a2aec7; |
| 179 |
} |
| 180 |
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 { |
| 181 |
background-color: #a3b0c9; |
| 182 |
} |
| 183 |
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 { |
| 184 |
background-color: #a5b2cb; |
| 185 |
} |
| 186 |
table.dataTable.no-footer { |
| 187 |
border-bottom: 1px solid #111; |
| 188 |
} |
| 189 |
table.dataTable.nowrap th, table.dataTable.nowrap td { |
| 190 |
white-space: nowrap; |
| 191 |
} |
| 192 |
table.dataTable.compact thead th, |
| 193 |
table.dataTable.compact thead td { |
| 194 |
padding: 4px 17px 4px 4px; |
| 195 |
} |
| 196 |
table.dataTable.compact tfoot th, |
| 197 |
table.dataTable.compact tfoot td { |
| 198 |
padding: 4px; |
| 199 |
} |
| 200 |
table.dataTable.compact tbody th, |
| 201 |
table.dataTable.compact tbody td { |
| 202 |
padding: 4px; |
| 203 |
} |
| 204 |
table.dataTable th.dt-left, |
| 205 |
table.dataTable td.dt-left { |
| 206 |
text-align: left; |
| 207 |
} |
| 208 |
table.dataTable th.dt-center, |
| 209 |
table.dataTable td.dt-center, |
| 210 |
table.dataTable td.dataTables_empty { |
| 211 |
text-align: center; |
| 212 |
} |
| 213 |
table.dataTable th.dt-right, |
| 214 |
table.dataTable td.dt-right { |
| 215 |
text-align: right; |
| 216 |
} |
| 217 |
table.dataTable th.dt-justify, |
| 218 |
table.dataTable td.dt-justify { |
| 219 |
text-align: justify; |
| 220 |
} |
| 221 |
table.dataTable th.dt-nowrap, |
| 222 |
table.dataTable td.dt-nowrap { |
| 223 |
white-space: nowrap; |
| 224 |
} |
| 225 |
table.dataTable thead th.dt-head-left, |
| 226 |
table.dataTable thead td.dt-head-left, |
| 227 |
table.dataTable tfoot th.dt-head-left, |
| 228 |
table.dataTable tfoot td.dt-head-left { |
| 229 |
text-align: left; |
| 230 |
} |
| 231 |
table.dataTable thead th.dt-head-center, |
| 232 |
table.dataTable thead td.dt-head-center, |
| 233 |
table.dataTable tfoot th.dt-head-center, |
| 234 |
table.dataTable tfoot td.dt-head-center { |
| 235 |
text-align: center; |
| 236 |
} |
| 237 |
table.dataTable thead th.dt-head-right, |
| 238 |
table.dataTable thead td.dt-head-right, |
| 239 |
table.dataTable tfoot th.dt-head-right, |
| 240 |
table.dataTable tfoot td.dt-head-right { |
| 241 |
text-align: right; |
| 242 |
} |
| 243 |
table.dataTable thead th.dt-head-justify, |
| 244 |
table.dataTable thead td.dt-head-justify, |
| 245 |
table.dataTable tfoot th.dt-head-justify, |
| 246 |
table.dataTable tfoot td.dt-head-justify { |
| 247 |
text-align: justify; |
| 248 |
} |
| 249 |
table.dataTable thead th.dt-head-nowrap, |
| 250 |
table.dataTable thead td.dt-head-nowrap, |
| 251 |
table.dataTable tfoot th.dt-head-nowrap, |
| 252 |
table.dataTable tfoot td.dt-head-nowrap { |
| 253 |
white-space: nowrap; |
| 254 |
} |
| 255 |
table.dataTable tbody th.dt-body-left, |
| 256 |
table.dataTable tbody td.dt-body-left { |
| 257 |
text-align: left; |
| 258 |
} |
| 259 |
table.dataTable tbody th.dt-body-center, |
| 260 |
table.dataTable tbody td.dt-body-center { |
| 261 |
text-align: center; |
| 262 |
} |
| 263 |
table.dataTable tbody th.dt-body-right, |
| 264 |
table.dataTable tbody td.dt-body-right { |
| 265 |
text-align: right; |
| 266 |
} |
| 267 |
table.dataTable tbody th.dt-body-justify, |
| 268 |
table.dataTable tbody td.dt-body-justify { |
| 269 |
text-align: justify; |
| 270 |
} |
| 271 |
table.dataTable tbody th.dt-body-nowrap, |
| 272 |
table.dataTable tbody td.dt-body-nowrap { |
| 273 |
white-space: nowrap; |
| 274 |
} |
| 275 |
|
| 276 |
table.dataTable, |
| 277 |
table.dataTable th, |
| 278 |
table.dataTable td { |
| 279 |
-webkit-box-sizing: content-box; |
| 280 |
box-sizing: content-box; |
| 281 |
} |
| 282 |
|
| 283 |
/* |
| 284 |
* Control feature layout |
| 285 |
*/ |
| 286 |
.dataTables_wrapper { |
| 287 |
position: relative; |
| 288 |
clear: both; |
| 289 |
*zoom: 1; |
| 290 |
zoom: 1; |
| 291 |
} |
| 292 |
.dataTables_wrapper .dataTables_length { |
| 293 |
float: left; |
| 294 |
} |
| 295 |
.dataTables_wrapper .dataTables_filter { |
| 296 |
float: right; |
| 297 |
text-align: right; |
| 298 |
} |
| 299 |
.dataTables_wrapper .dataTables_filter input { |
| 300 |
margin-left: 0.5em; |
| 301 |
} |
| 302 |
.dataTables_wrapper .dataTables_info { |
| 303 |
clear: both; |
| 304 |
float: left; |
| 305 |
padding-top: 0.755em; |
| 306 |
} |
| 307 |
.dataTables_wrapper .dataTables_paginate { |
| 308 |
float: right; |
| 309 |
text-align: right; |
| 310 |
padding-top: 0.25em; |
| 311 |
} |
| 312 |
.dataTables_wrapper .dataTables_paginate .paginate_button { |
| 313 |
box-sizing: border-box; |
| 314 |
display: inline-block; |
| 315 |
min-width: 1.5em; |
| 316 |
padding: 0.5em 1em; |
| 317 |
margin-left: 2px; |
| 318 |
text-align: center; |
| 319 |
text-decoration: none !important; |
| 320 |
cursor: pointer; |
| 321 |
*cursor: hand; |
| 322 |
color: #333 !important; |
| 323 |
border: 1px solid transparent; |
| 324 |
border-radius: 2px; |
| 325 |
} |
| 326 |
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { |
| 327 |
color: #333 !important; |
| 328 |
border: 1px solid #979797; |
| 329 |
background-color: white; |
| 330 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc)); |
| 331 |
/* Chrome,Safari4+ */ |
| 332 |
background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%); |
| 333 |
/* Chrome10+,Safari5.1+ */ |
| 334 |
background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%); |
| 335 |
/* FF3.6+ */ |
| 336 |
background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%); |
| 337 |
/* IE10+ */ |
| 338 |
background: -o-linear-gradient(top, white 0%, #dcdcdc 100%); |
| 339 |
/* Opera 11.10+ */ |
| 340 |
background: linear-gradient(to bottom, white 0%, #dcdcdc 100%); |
| 341 |
/* W3C */ |
| 342 |
} |
| 343 |
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { |
| 344 |
cursor: default; |
| 345 |
color: #666 !important; |
| 346 |
border: 1px solid transparent; |
| 347 |
background: transparent; |
| 348 |
box-shadow: none; |
| 349 |
} |
| 350 |
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { |
| 351 |
color: white !important; |
| 352 |
border: 1px solid #111; |
| 353 |
background-color: #585858; |
| 354 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); |
| 355 |
/* Chrome,Safari4+ */ |
| 356 |
background: -webkit-linear-gradient(top, #585858 0%, #111 100%); |
| 357 |
/* Chrome10+,Safari5.1+ */ |
| 358 |
background: -moz-linear-gradient(top, #585858 0%, #111 100%); |
| 359 |
/* FF3.6+ */ |
| 360 |
background: -ms-linear-gradient(top, #585858 0%, #111 100%); |
| 361 |
/* IE10+ */ |
| 362 |
background: -o-linear-gradient(top, #585858 0%, #111 100%); |
| 363 |
/* Opera 11.10+ */ |
| 364 |
background: linear-gradient(to bottom, #585858 0%, #111 100%); |
| 365 |
/* W3C */ |
| 366 |
} |
| 367 |
.dataTables_wrapper .dataTables_paginate .paginate_button:active { |
| 368 |
outline: none; |
| 369 |
background-color: #2b2b2b; |
| 370 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); |
| 371 |
/* Chrome,Safari4+ */ |
| 372 |
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); |
| 373 |
/* Chrome10+,Safari5.1+ */ |
| 374 |
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); |
| 375 |
/* FF3.6+ */ |
| 376 |
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); |
| 377 |
/* IE10+ */ |
| 378 |
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); |
| 379 |
/* Opera 11.10+ */ |
| 380 |
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); |
| 381 |
/* W3C */ |
| 382 |
box-shadow: inset 0 0 3px #111; |
| 383 |
} |
| 384 |
.dataTables_wrapper .dataTables_paginate .ellipsis { |
| 385 |
padding: 0 1em; |
| 386 |
} |
| 387 |
.dataTables_wrapper .dataTables_processing { |
| 388 |
position: absolute; |
| 389 |
top: 50%; |
| 390 |
left: 50%; |
| 391 |
width: 100%; |
| 392 |
height: 40px; |
| 393 |
margin-left: -50%; |
| 394 |
margin-top: -25px; |
| 395 |
padding-top: 20px; |
| 396 |
text-align: center; |
| 397 |
font-size: 1.2em; |
| 398 |
background-color: white; |
| 399 |
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))); |
| 400 |
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%); |
| 401 |
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%); |
| 402 |
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%); |
| 403 |
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%); |
| 404 |
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%); |
| 405 |
} |
| 406 |
.dataTables_wrapper .dataTables_length, |
| 407 |
.dataTables_wrapper .dataTables_filter, |
| 408 |
.dataTables_wrapper .dataTables_info, |
| 409 |
.dataTables_wrapper .dataTables_processing, |
| 410 |
.dataTables_wrapper .dataTables_paginate { |
| 411 |
color: #333; |
| 412 |
} |
| 413 |
.dataTables_wrapper .dataTables_scroll { |
| 414 |
clear: both; |
| 415 |
} |
| 416 |
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody { |
| 417 |
*margin-top: -1px; |
| 418 |
-webkit-overflow-scrolling: touch; |
| 419 |
} |
| 420 |
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td { |
| 421 |
vertical-align: middle; |
| 422 |
} |
| 423 |
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, |
| 424 |
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing { |
| 425 |
height: 0; |
| 426 |
overflow: hidden; |
| 427 |
margin: 0 !important; |
| 428 |
padding: 0 !important; |
| 429 |
} |
| 430 |
.dataTables_wrapper.no-footer .dataTables_scrollBody { |
| 431 |
border-bottom: 1px solid #111; |
| 432 |
} |
| 433 |
.dataTables_wrapper.no-footer div.dataTables_scrollHead table, |
| 434 |
.dataTables_wrapper.no-footer div.dataTables_scrollBody table { |
| 435 |
border-bottom: none; |
| 436 |
} |
| 437 |
.dataTables_wrapper:after { |
| 438 |
visibility: hidden; |
| 439 |
display: block; |
| 440 |
content: ""; |
| 441 |
clear: both; |
| 442 |
height: 0; |
| 443 |
} |
| 444 |
|
| 445 |
@media screen and (max-width: 767px) { |
| 446 |
.dataTables_wrapper .dataTables_info, |
| 447 |
.dataTables_wrapper .dataTables_paginate { |
| 448 |
float: none; |
| 449 |
text-align: center; |
| 450 |
} |
| 451 |
.dataTables_wrapper .dataTables_paginate { |
| 452 |
margin-top: 0.5em; |
| 453 |
} |
| 454 |
} |
| 455 |
@media screen and (max-width: 640px) { |
| 456 |
.dataTables_wrapper .dataTables_length, |
| 457 |
.dataTables_wrapper .dataTables_filter { |
| 458 |
float: none; |
| 459 |
text-align: center; |
| 460 |
} |
| 461 |
.dataTables_wrapper .dataTables_filter { |
| 462 |
margin-top: 0.5em; |
| 463 |
} |
| 464 |
} |
| 465 |
|
| 466 |
|
| 467 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, |
| 468 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, |
| 469 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty { |
| 470 |
cursor: default !important; |
| 471 |
} |
| 472 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, |
| 473 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, |
| 474 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before { |
| 475 |
display: none !important; |
| 476 |
} |
| 477 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, |
| 478 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child { |
| 479 |
position: relative; |
| 480 |
padding-left: 30px; |
| 481 |
cursor: pointer; |
| 482 |
} |
| 483 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, |
| 484 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before { |
| 485 |
top: 9px; |
| 486 |
left: 4px; |
| 487 |
height: 14px; |
| 488 |
width: 14px; |
| 489 |
display: block; |
| 490 |
position: absolute; |
| 491 |
color: white; |
| 492 |
border: 2px solid white; |
| 493 |
border-radius: 14px; |
| 494 |
box-shadow: 0 0 3px #444; |
| 495 |
box-sizing: content-box; |
| 496 |
text-align: center; |
| 497 |
font-family: 'Courier New', Courier, monospace; |
| 498 |
line-height: 14px; |
| 499 |
content: '+'; |
| 500 |
background-color: #31b131; |
| 501 |
} |
| 502 |
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, |
| 503 |
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before { |
| 504 |
content: '-'; |
| 505 |
background-color: #d33333; |
| 506 |
} |
| 507 |
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before { |
| 508 |
display: none; |
| 509 |
} |
| 510 |
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, |
| 511 |
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child { |
| 512 |
padding-left: 27px; |
| 513 |
} |
| 514 |
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, |
| 515 |
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before { |
| 516 |
top: 5px; |
| 517 |
left: 4px; |
| 518 |
height: 14px; |
| 519 |
width: 14px; |
| 520 |
border-radius: 14px; |
| 521 |
line-height: 14px; |
| 522 |
text-indent: 3px; |
| 523 |
} |
| 524 |
table.dataTable.dtr-column > tbody > tr > td.control, |
| 525 |
table.dataTable.dtr-column > tbody > tr > th.control { |
| 526 |
position: relative; |
| 527 |
cursor: pointer; |
| 528 |
} |
| 529 |
table.dataTable.dtr-column > tbody > tr > td.control:before, |
| 530 |
table.dataTable.dtr-column > tbody > tr > th.control:before { |
| 531 |
top: 50%; |
| 532 |
left: 50%; |
| 533 |
height: 16px; |
| 534 |
width: 16px; |
| 535 |
margin-top: -10px; |
| 536 |
margin-left: -10px; |
| 537 |
display: block; |
| 538 |
position: absolute; |
| 539 |
color: white; |
| 540 |
border: 2px solid white; |
| 541 |
border-radius: 14px; |
| 542 |
box-shadow: 0 0 3px #444; |
| 543 |
box-sizing: content-box; |
| 544 |
text-align: center; |
| 545 |
font-family: 'Courier New', Courier, monospace; |
| 546 |
line-height: 14px; |
| 547 |
content: '+'; |
| 548 |
background-color: #31b131; |
| 549 |
} |
| 550 |
table.dataTable.dtr-column > tbody > tr.parent td.control:before, |
| 551 |
table.dataTable.dtr-column > tbody > tr.parent th.control:before { |
| 552 |
content: '-'; |
| 553 |
background-color: #d33333; |
| 554 |
} |
| 555 |
table.dataTable > tbody > tr.child { |
| 556 |
padding: 0.5em 1em; |
| 557 |
} |
| 558 |
table.dataTable > tbody > tr.child:hover { |
| 559 |
background: transparent !important; |
| 560 |
} |
| 561 |
table.dataTable > tbody > tr.child ul { |
| 562 |
display: inline-block; |
| 563 |
list-style-type: none; |
| 564 |
margin: 0; |
| 565 |
padding: 0; |
| 566 |
} |
| 567 |
table.dataTable > tbody > tr.child ul li { |
| 568 |
border-bottom: 1px solid #efefef; |
| 569 |
padding: 0.5em 0; |
| 570 |
} |
| 571 |
table.dataTable > tbody > tr.child ul li:first-child { |
| 572 |
padding-top: 0; |
| 573 |
} |
| 574 |
table.dataTable > tbody > tr.child ul li:last-child { |
| 575 |
border-bottom: none; |
| 576 |
} |
| 577 |
table.dataTable > tbody > tr.child span.dtr-title { |
| 578 |
display: inline-block; |
| 579 |
min-width: 75px; |
| 580 |
font-weight: bold; |
| 581 |
} |
| 582 |
|
| 583 |
div.dtr-modal { |
| 584 |
position: fixed; |
| 585 |
box-sizing: border-box; |
| 586 |
top: 0; |
| 587 |
left: 0; |
| 588 |
height: 100%; |
| 589 |
width: 100%; |
| 590 |
z-index: 100; |
| 591 |
padding: 10em 1em; |
| 592 |
} |
| 593 |
div.dtr-modal div.dtr-modal-display { |
| 594 |
position: absolute; |
| 595 |
top: 0; |
| 596 |
left: 0; |
| 597 |
bottom: 0; |
| 598 |
right: 0; |
| 599 |
width: 50%; |
| 600 |
height: 50%; |
| 601 |
overflow: auto; |
| 602 |
margin: auto; |
| 603 |
z-index: 102; |
| 604 |
overflow: auto; |
| 605 |
background-color: #f5f5f7; |
| 606 |
border: 1px solid black; |
| 607 |
border-radius: 0.5em; |
| 608 |
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); |
| 609 |
} |
| 610 |
div.dtr-modal div.dtr-modal-content { |
| 611 |
position: relative; |
| 612 |
padding: 1em; |
| 613 |
} |
| 614 |
div.dtr-modal div.dtr-modal-close { |
| 615 |
position: absolute; |
| 616 |
top: 6px; |
| 617 |
right: 6px; |
| 618 |
width: 22px; |
| 619 |
height: 22px; |
| 620 |
border: 1px solid #eaeaea; |
| 621 |
background-color: #f9f9f9; |
| 622 |
text-align: center; |
| 623 |
border-radius: 3px; |
| 624 |
cursor: pointer; |
| 625 |
z-index: 12; |
| 626 |
} |
| 627 |
div.dtr-modal div.dtr-modal-close:hover { |
| 628 |
background-color: #eaeaea; |
| 629 |
} |
| 630 |
div.dtr-modal div.dtr-modal-background { |
| 631 |
position: fixed; |
| 632 |
top: 0; |
| 633 |
left: 0; |
| 634 |
right: 0; |
| 635 |
bottom: 0; |
| 636 |
z-index: 101; |
| 637 |
background: rgba(0, 0, 0, 0.6); |
| 638 |
} |
| 639 |
|
| 640 |
@media screen and (max-width: 767px) { |
| 641 |
div.dtr-modal div.dtr-modal-display { |
| 642 |
width: 95%; |
| 643 |
} |
| 644 |
} |
| 645 |
|
| 646 |
|
| 647 |
|