Matthias Andreas Benkard | 1ba5381 | 2022-12-27 17:32:58 +0100 | [diff] [blame] | 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/#bs5/dt-1.13.1/r-2.4.0/sl-1.5.0 |
| 8 | * |
| 9 | * Included libraries: |
| 10 | * DataTables 1.13.1, Responsive 2.4.0, Select 1.5.0 |
| 11 | */ |
| 12 | |
| 13 | @charset "UTF-8"; |
| 14 | table.dataTable td.dt-control { |
| 15 | text-align: center; |
| 16 | cursor: pointer; |
| 17 | } |
| 18 | table.dataTable td.dt-control:before { |
| 19 | height: 1em; |
| 20 | width: 1em; |
| 21 | margin-top: -9px; |
| 22 | display: inline-block; |
| 23 | color: white; |
| 24 | border: 0.15em solid white; |
| 25 | border-radius: 1em; |
| 26 | box-shadow: 0 0 0.2em #444; |
| 27 | box-sizing: content-box; |
| 28 | text-align: center; |
| 29 | text-indent: 0 !important; |
| 30 | font-family: "Courier New", Courier, monospace; |
| 31 | line-height: 1em; |
| 32 | content: "+"; |
| 33 | background-color: #31b131; |
| 34 | } |
| 35 | table.dataTable tr.dt-hasChild td.dt-control:before { |
| 36 | content: "-"; |
| 37 | background-color: #d33333; |
| 38 | } |
| 39 | |
| 40 | 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, |
| 41 | table.dataTable thead > tr > td.sorting, |
| 42 | table.dataTable thead > tr > td.sorting_asc, |
| 43 | table.dataTable thead > tr > td.sorting_desc, |
| 44 | table.dataTable thead > tr > td.sorting_asc_disabled, |
| 45 | table.dataTable thead > tr > td.sorting_desc_disabled { |
| 46 | cursor: pointer; |
| 47 | position: relative; |
| 48 | padding-right: 26px; |
| 49 | } |
| 50 | 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, |
| 51 | table.dataTable thead > tr > td.sorting:before, |
| 52 | table.dataTable thead > tr > td.sorting:after, |
| 53 | table.dataTable thead > tr > td.sorting_asc:before, |
| 54 | table.dataTable thead > tr > td.sorting_asc:after, |
| 55 | table.dataTable thead > tr > td.sorting_desc:before, |
| 56 | table.dataTable thead > tr > td.sorting_desc:after, |
| 57 | table.dataTable thead > tr > td.sorting_asc_disabled:before, |
| 58 | table.dataTable thead > tr > td.sorting_asc_disabled:after, |
| 59 | table.dataTable thead > tr > td.sorting_desc_disabled:before, |
| 60 | table.dataTable thead > tr > td.sorting_desc_disabled:after { |
| 61 | position: absolute; |
| 62 | display: block; |
| 63 | opacity: 0.125; |
| 64 | right: 10px; |
| 65 | line-height: 9px; |
| 66 | font-size: 0.8em; |
| 67 | } |
| 68 | 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, |
| 69 | table.dataTable thead > tr > td.sorting:before, |
| 70 | table.dataTable thead > tr > td.sorting_asc:before, |
| 71 | table.dataTable thead > tr > td.sorting_desc:before, |
| 72 | table.dataTable thead > tr > td.sorting_asc_disabled:before, |
| 73 | table.dataTable thead > tr > td.sorting_desc_disabled:before { |
| 74 | bottom: 50%; |
| 75 | content: "▲"; |
| 76 | } |
| 77 | 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, |
| 78 | table.dataTable thead > tr > td.sorting:after, |
| 79 | table.dataTable thead > tr > td.sorting_asc:after, |
| 80 | table.dataTable thead > tr > td.sorting_desc:after, |
| 81 | table.dataTable thead > tr > td.sorting_asc_disabled:after, |
| 82 | table.dataTable thead > tr > td.sorting_desc_disabled:after { |
| 83 | top: 50%; |
| 84 | content: "▼"; |
| 85 | } |
| 86 | table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, |
| 87 | table.dataTable thead > tr > td.sorting_asc:before, |
| 88 | table.dataTable thead > tr > td.sorting_desc:after { |
| 89 | opacity: 0.6; |
| 90 | } |
| 91 | table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, |
| 92 | table.dataTable thead > tr > td.sorting_desc_disabled:after, |
| 93 | table.dataTable thead > tr > td.sorting_asc_disabled:before { |
| 94 | display: none; |
| 95 | } |
| 96 | table.dataTable thead > tr > th:active, |
| 97 | table.dataTable thead > tr > td:active { |
| 98 | outline: none; |
| 99 | } |
| 100 | |
| 101 | div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after, |
| 102 | div.dataTables_scrollBody table.dataTable thead > tr > td:before, |
| 103 | div.dataTables_scrollBody table.dataTable thead > tr > td:after { |
| 104 | display: none; |
| 105 | } |
| 106 | |
| 107 | div.dataTables_processing { |
| 108 | position: absolute; |
| 109 | top: 50%; |
| 110 | left: 50%; |
| 111 | width: 200px; |
| 112 | margin-left: -100px; |
| 113 | margin-top: -26px; |
| 114 | text-align: center; |
| 115 | padding: 2px; |
| 116 | } |
| 117 | div.dataTables_processing > div:last-child { |
| 118 | position: relative; |
| 119 | width: 80px; |
| 120 | height: 15px; |
| 121 | margin: 1em auto; |
| 122 | } |
| 123 | div.dataTables_processing > div:last-child > div { |
| 124 | position: absolute; |
| 125 | top: 0; |
| 126 | width: 13px; |
| 127 | height: 13px; |
| 128 | border-radius: 50%; |
| 129 | background: rgba(13, 110, 253, 0.9); |
| 130 | animation-timing-function: cubic-bezier(0, 1, 1, 0); |
| 131 | } |
| 132 | div.dataTables_processing > div:last-child > div:nth-child(1) { |
| 133 | left: 8px; |
| 134 | animation: datatables-loader-1 0.6s infinite; |
| 135 | } |
| 136 | div.dataTables_processing > div:last-child > div:nth-child(2) { |
| 137 | left: 8px; |
| 138 | animation: datatables-loader-2 0.6s infinite; |
| 139 | } |
| 140 | div.dataTables_processing > div:last-child > div:nth-child(3) { |
| 141 | left: 32px; |
| 142 | animation: datatables-loader-2 0.6s infinite; |
| 143 | } |
| 144 | div.dataTables_processing > div:last-child > div:nth-child(4) { |
| 145 | left: 56px; |
| 146 | animation: datatables-loader-3 0.6s infinite; |
| 147 | } |
| 148 | |
| 149 | @keyframes datatables-loader-1 { |
| 150 | 0% { |
| 151 | transform: scale(0); |
| 152 | } |
| 153 | 100% { |
| 154 | transform: scale(1); |
| 155 | } |
| 156 | } |
| 157 | @keyframes datatables-loader-3 { |
| 158 | 0% { |
| 159 | transform: scale(1); |
| 160 | } |
| 161 | 100% { |
| 162 | transform: scale(0); |
| 163 | } |
| 164 | } |
| 165 | @keyframes datatables-loader-2 { |
| 166 | 0% { |
| 167 | transform: translate(0, 0); |
| 168 | } |
| 169 | 100% { |
| 170 | transform: translate(24px, 0); |
| 171 | } |
| 172 | } |
| 173 | table.dataTable.nowrap th, table.dataTable.nowrap td { |
| 174 | white-space: nowrap; |
| 175 | } |
| 176 | table.dataTable th.dt-left, |
| 177 | table.dataTable td.dt-left { |
| 178 | text-align: left; |
| 179 | } |
| 180 | table.dataTable th.dt-center, |
| 181 | table.dataTable td.dt-center, |
| 182 | table.dataTable td.dataTables_empty { |
| 183 | text-align: center; |
| 184 | } |
| 185 | table.dataTable th.dt-right, |
| 186 | table.dataTable td.dt-right { |
| 187 | text-align: right; |
| 188 | } |
| 189 | table.dataTable th.dt-justify, |
| 190 | table.dataTable td.dt-justify { |
| 191 | text-align: justify; |
| 192 | } |
| 193 | table.dataTable th.dt-nowrap, |
| 194 | table.dataTable td.dt-nowrap { |
| 195 | white-space: nowrap; |
| 196 | } |
| 197 | table.dataTable thead th, |
| 198 | table.dataTable thead td, |
| 199 | table.dataTable tfoot th, |
| 200 | table.dataTable tfoot td { |
| 201 | text-align: left; |
| 202 | } |
| 203 | table.dataTable thead th.dt-head-left, |
| 204 | table.dataTable thead td.dt-head-left, |
| 205 | table.dataTable tfoot th.dt-head-left, |
| 206 | table.dataTable tfoot td.dt-head-left { |
| 207 | text-align: left; |
| 208 | } |
| 209 | table.dataTable thead th.dt-head-center, |
| 210 | table.dataTable thead td.dt-head-center, |
| 211 | table.dataTable tfoot th.dt-head-center, |
| 212 | table.dataTable tfoot td.dt-head-center { |
| 213 | text-align: center; |
| 214 | } |
| 215 | table.dataTable thead th.dt-head-right, |
| 216 | table.dataTable thead td.dt-head-right, |
| 217 | table.dataTable tfoot th.dt-head-right, |
| 218 | table.dataTable tfoot td.dt-head-right { |
| 219 | text-align: right; |
| 220 | } |
| 221 | table.dataTable thead th.dt-head-justify, |
| 222 | table.dataTable thead td.dt-head-justify, |
| 223 | table.dataTable tfoot th.dt-head-justify, |
| 224 | table.dataTable tfoot td.dt-head-justify { |
| 225 | text-align: justify; |
| 226 | } |
| 227 | table.dataTable thead th.dt-head-nowrap, |
| 228 | table.dataTable thead td.dt-head-nowrap, |
| 229 | table.dataTable tfoot th.dt-head-nowrap, |
| 230 | table.dataTable tfoot td.dt-head-nowrap { |
| 231 | white-space: nowrap; |
| 232 | } |
| 233 | table.dataTable tbody th.dt-body-left, |
| 234 | table.dataTable tbody td.dt-body-left { |
| 235 | text-align: left; |
| 236 | } |
| 237 | table.dataTable tbody th.dt-body-center, |
| 238 | table.dataTable tbody td.dt-body-center { |
| 239 | text-align: center; |
| 240 | } |
| 241 | table.dataTable tbody th.dt-body-right, |
| 242 | table.dataTable tbody td.dt-body-right { |
| 243 | text-align: right; |
| 244 | } |
| 245 | table.dataTable tbody th.dt-body-justify, |
| 246 | table.dataTable tbody td.dt-body-justify { |
| 247 | text-align: justify; |
| 248 | } |
| 249 | table.dataTable tbody th.dt-body-nowrap, |
| 250 | table.dataTable tbody td.dt-body-nowrap { |
| 251 | white-space: nowrap; |
| 252 | } |
| 253 | |
| 254 | /*! Bootstrap 5 integration for DataTables |
| 255 | * |
| 256 | * ©2020 SpryMedia Ltd, all rights reserved. |
| 257 | * License: MIT datatables.net/license/mit |
| 258 | */ |
| 259 | table.dataTable { |
| 260 | clear: both; |
| 261 | margin-top: 6px !important; |
| 262 | margin-bottom: 6px !important; |
| 263 | max-width: none !important; |
| 264 | border-collapse: separate !important; |
| 265 | border-spacing: 0; |
| 266 | } |
| 267 | table.dataTable td, |
| 268 | table.dataTable th { |
| 269 | -webkit-box-sizing: content-box; |
| 270 | box-sizing: content-box; |
| 271 | } |
| 272 | table.dataTable td.dataTables_empty, |
| 273 | table.dataTable th.dataTables_empty { |
| 274 | text-align: center; |
| 275 | } |
| 276 | table.dataTable.nowrap th, |
| 277 | table.dataTable.nowrap td { |
| 278 | white-space: nowrap; |
| 279 | } |
| 280 | table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * { |
| 281 | box-shadow: none; |
| 282 | } |
| 283 | table.dataTable > tbody > tr { |
| 284 | background-color: transparent; |
| 285 | } |
| 286 | table.dataTable > tbody > tr.selected > * { |
| 287 | box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9); |
| 288 | color: white; |
| 289 | } |
| 290 | table.dataTable > tbody > tr.selected a { |
| 291 | color: #090a0b; |
| 292 | } |
| 293 | table.dataTable.table-striped > tbody > tr.odd > * { |
| 294 | box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05); |
| 295 | } |
| 296 | table.dataTable.table-striped > tbody > tr.odd.selected > * { |
| 297 | box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95); |
| 298 | } |
| 299 | table.dataTable.table-hover > tbody > tr:hover > * { |
| 300 | box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075); |
| 301 | } |
| 302 | table.dataTable.table-hover > tbody > tr.selected:hover > * { |
| 303 | box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975); |
| 304 | } |
| 305 | |
| 306 | div.dataTables_wrapper div.dataTables_length label { |
| 307 | font-weight: normal; |
| 308 | text-align: left; |
| 309 | white-space: nowrap; |
| 310 | } |
| 311 | div.dataTables_wrapper div.dataTables_length select { |
| 312 | width: auto; |
| 313 | display: inline-block; |
| 314 | } |
| 315 | div.dataTables_wrapper div.dataTables_filter { |
| 316 | text-align: right; |
| 317 | } |
| 318 | div.dataTables_wrapper div.dataTables_filter label { |
| 319 | font-weight: normal; |
| 320 | white-space: nowrap; |
| 321 | text-align: left; |
| 322 | } |
| 323 | div.dataTables_wrapper div.dataTables_filter input { |
| 324 | margin-left: 0.5em; |
| 325 | display: inline-block; |
| 326 | width: auto; |
| 327 | } |
| 328 | div.dataTables_wrapper div.dataTables_info { |
| 329 | padding-top: 0.85em; |
| 330 | } |
| 331 | div.dataTables_wrapper div.dataTables_paginate { |
| 332 | margin: 0; |
| 333 | white-space: nowrap; |
| 334 | text-align: right; |
| 335 | } |
| 336 | div.dataTables_wrapper div.dataTables_paginate ul.pagination { |
| 337 | margin: 2px 0; |
| 338 | white-space: nowrap; |
| 339 | justify-content: flex-end; |
| 340 | } |
| 341 | div.dataTables_wrapper div.dt-row { |
| 342 | position: relative; |
| 343 | } |
| 344 | |
| 345 | div.dataTables_scrollHead table.dataTable { |
| 346 | margin-bottom: 0 !important; |
| 347 | } |
| 348 | |
| 349 | div.dataTables_scrollBody > table { |
| 350 | border-top: none; |
| 351 | margin-top: 0 !important; |
| 352 | margin-bottom: 0 !important; |
| 353 | } |
| 354 | div.dataTables_scrollBody > table > thead .sorting:before, |
| 355 | div.dataTables_scrollBody > table > thead .sorting_asc:before, |
| 356 | div.dataTables_scrollBody > table > thead .sorting_desc:before, |
| 357 | div.dataTables_scrollBody > table > thead .sorting:after, |
| 358 | div.dataTables_scrollBody > table > thead .sorting_asc:after, |
| 359 | div.dataTables_scrollBody > table > thead .sorting_desc:after { |
| 360 | display: none; |
| 361 | } |
| 362 | div.dataTables_scrollBody > table > tbody tr:first-child th, |
| 363 | div.dataTables_scrollBody > table > tbody tr:first-child td { |
| 364 | border-top: none; |
| 365 | } |
| 366 | |
| 367 | div.dataTables_scrollFoot > .dataTables_scrollFootInner { |
| 368 | box-sizing: content-box; |
| 369 | } |
| 370 | div.dataTables_scrollFoot > .dataTables_scrollFootInner > table { |
| 371 | margin-top: 0 !important; |
| 372 | border-top: none; |
| 373 | } |
| 374 | |
| 375 | @media screen and (max-width: 767px) { |
| 376 | div.dataTables_wrapper div.dataTables_length, |
| 377 | div.dataTables_wrapper div.dataTables_filter, |
| 378 | div.dataTables_wrapper div.dataTables_info, |
| 379 | div.dataTables_wrapper div.dataTables_paginate { |
| 380 | text-align: center; |
| 381 | } |
| 382 | div.dataTables_wrapper div.dataTables_paginate ul.pagination { |
| 383 | justify-content: center !important; |
| 384 | } |
| 385 | } |
| 386 | table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) { |
| 387 | padding-right: 20px; |
| 388 | } |
| 389 | |
| 390 | table.table-bordered.dataTable { |
| 391 | border-right-width: 0; |
| 392 | } |
| 393 | table.table-bordered.dataTable thead tr:first-child th, |
| 394 | table.table-bordered.dataTable thead tr:first-child td { |
| 395 | border-top-width: 1px; |
| 396 | } |
| 397 | table.table-bordered.dataTable th, |
| 398 | table.table-bordered.dataTable td { |
| 399 | border-left-width: 0; |
| 400 | } |
| 401 | table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, |
| 402 | table.table-bordered.dataTable td:first-child, |
| 403 | table.table-bordered.dataTable td:first-child { |
| 404 | border-left-width: 1px; |
| 405 | } |
| 406 | table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, |
| 407 | table.table-bordered.dataTable td:last-child, |
| 408 | table.table-bordered.dataTable td:last-child { |
| 409 | border-right-width: 1px; |
| 410 | } |
| 411 | table.table-bordered.dataTable th, |
| 412 | table.table-bordered.dataTable td { |
| 413 | border-bottom-width: 1px; |
| 414 | } |
| 415 | |
| 416 | div.dataTables_scrollHead table.table-bordered { |
| 417 | border-bottom-width: 0; |
| 418 | } |
| 419 | |
| 420 | div.table-responsive > div.dataTables_wrapper > div.row { |
| 421 | margin: 0; |
| 422 | } |
| 423 | div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child { |
| 424 | padding-left: 0; |
| 425 | } |
| 426 | div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child { |
| 427 | padding-right: 0; |
| 428 | } |
| 429 | |
| 430 | |
| 431 | table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, |
| 432 | table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, |
| 433 | table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty { |
| 434 | cursor: default !important; |
| 435 | } |
| 436 | table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, |
| 437 | table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, |
| 438 | table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before { |
| 439 | display: none !important; |
| 440 | } |
| 441 | table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, |
| 442 | table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control { |
| 443 | position: relative; |
| 444 | padding-left: 30px; |
| 445 | cursor: pointer; |
| 446 | } |
| 447 | table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, |
| 448 | table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before { |
| 449 | top: 50%; |
| 450 | left: 5px; |
| 451 | height: 1em; |
| 452 | width: 1em; |
| 453 | margin-top: -9px; |
| 454 | display: block; |
| 455 | position: absolute; |
| 456 | color: white; |
| 457 | border: 0.15em solid white; |
| 458 | border-radius: 1em; |
| 459 | box-shadow: 0 0 0.2em #444; |
| 460 | box-sizing: content-box; |
| 461 | text-align: center; |
| 462 | text-indent: 0 !important; |
| 463 | font-family: "Courier New", Courier, monospace; |
| 464 | line-height: 1em; |
| 465 | content: "+"; |
| 466 | background-color: #0d6efd; |
| 467 | } |
| 468 | table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, |
| 469 | table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before { |
| 470 | content: "-"; |
| 471 | background-color: #d33333; |
| 472 | } |
| 473 | table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, |
| 474 | table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control { |
| 475 | padding-left: 27px; |
| 476 | } |
| 477 | table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, |
| 478 | table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before { |
| 479 | left: 4px; |
| 480 | height: 14px; |
| 481 | width: 14px; |
| 482 | border-radius: 14px; |
| 483 | line-height: 14px; |
| 484 | text-indent: 3px; |
| 485 | } |
| 486 | table.dataTable.dtr-column > tbody > tr > td.dtr-control, |
| 487 | table.dataTable.dtr-column > tbody > tr > th.dtr-control, |
| 488 | table.dataTable.dtr-column > tbody > tr > td.control, |
| 489 | table.dataTable.dtr-column > tbody > tr > th.control { |
| 490 | position: relative; |
| 491 | cursor: pointer; |
| 492 | } |
| 493 | table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, |
| 494 | table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, |
| 495 | table.dataTable.dtr-column > tbody > tr > td.control:before, |
| 496 | table.dataTable.dtr-column > tbody > tr > th.control:before { |
| 497 | top: 50%; |
| 498 | left: 50%; |
| 499 | height: 0.8em; |
| 500 | width: 0.8em; |
| 501 | margin-top: -0.5em; |
| 502 | margin-left: -0.5em; |
| 503 | display: block; |
| 504 | position: absolute; |
| 505 | color: white; |
| 506 | border: 0.15em solid white; |
| 507 | border-radius: 1em; |
| 508 | box-shadow: 0 0 0.2em #444; |
| 509 | box-sizing: content-box; |
| 510 | text-align: center; |
| 511 | text-indent: 0 !important; |
| 512 | font-family: "Courier New", Courier, monospace; |
| 513 | line-height: 1em; |
| 514 | content: "+"; |
| 515 | background-color: #0d6efd; |
| 516 | } |
| 517 | table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before, |
| 518 | table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before, |
| 519 | table.dataTable.dtr-column > tbody > tr.parent td.control:before, |
| 520 | table.dataTable.dtr-column > tbody > tr.parent th.control:before { |
| 521 | content: "-"; |
| 522 | background-color: #d33333; |
| 523 | } |
| 524 | table.dataTable > tbody > tr.child { |
| 525 | padding: 0.5em 1em; |
| 526 | } |
| 527 | table.dataTable > tbody > tr.child:hover { |
| 528 | background: transparent !important; |
| 529 | } |
| 530 | table.dataTable > tbody > tr.child ul.dtr-details { |
| 531 | display: inline-block; |
| 532 | list-style-type: none; |
| 533 | margin: 0; |
| 534 | padding: 0; |
| 535 | } |
| 536 | table.dataTable > tbody > tr.child ul.dtr-details > li { |
| 537 | border-bottom: 1px solid #efefef; |
| 538 | padding: 0.5em 0; |
| 539 | } |
| 540 | table.dataTable > tbody > tr.child ul.dtr-details > li:first-child { |
| 541 | padding-top: 0; |
| 542 | } |
| 543 | table.dataTable > tbody > tr.child ul.dtr-details > li:last-child { |
| 544 | border-bottom: none; |
| 545 | } |
| 546 | table.dataTable > tbody > tr.child span.dtr-title { |
| 547 | display: inline-block; |
| 548 | min-width: 75px; |
| 549 | font-weight: bold; |
| 550 | } |
| 551 | div.dtr-modal { |
| 552 | position: fixed; |
| 553 | box-sizing: border-box; |
| 554 | top: 0; |
| 555 | left: 0; |
| 556 | height: 100%; |
| 557 | width: 100%; |
| 558 | z-index: 100; |
| 559 | padding: 10em 1em; |
| 560 | } |
| 561 | div.dtr-modal div.dtr-modal-display { |
| 562 | position: absolute; |
| 563 | top: 0; |
| 564 | left: 0; |
| 565 | bottom: 0; |
| 566 | right: 0; |
| 567 | width: 50%; |
| 568 | height: 50%; |
| 569 | overflow: auto; |
| 570 | margin: auto; |
| 571 | z-index: 102; |
| 572 | overflow: auto; |
| 573 | background-color: #f5f5f7; |
| 574 | border: 1px solid black; |
| 575 | border-radius: 0.5em; |
| 576 | box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); |
| 577 | } |
| 578 | div.dtr-modal div.dtr-modal-content { |
| 579 | position: relative; |
| 580 | padding: 1em; |
| 581 | } |
| 582 | div.dtr-modal div.dtr-modal-close { |
| 583 | position: absolute; |
| 584 | top: 6px; |
| 585 | right: 6px; |
| 586 | width: 22px; |
| 587 | height: 22px; |
| 588 | border: 1px solid #eaeaea; |
| 589 | background-color: #f9f9f9; |
| 590 | text-align: center; |
| 591 | border-radius: 3px; |
| 592 | cursor: pointer; |
| 593 | z-index: 12; |
| 594 | } |
| 595 | div.dtr-modal div.dtr-modal-close:hover { |
| 596 | background-color: #eaeaea; |
| 597 | } |
| 598 | div.dtr-modal div.dtr-modal-background { |
| 599 | position: fixed; |
| 600 | top: 0; |
| 601 | left: 0; |
| 602 | right: 0; |
| 603 | bottom: 0; |
| 604 | z-index: 101; |
| 605 | background: rgba(0, 0, 0, 0.6); |
| 606 | } |
| 607 | |
| 608 | @media screen and (max-width: 767px) { |
| 609 | div.dtr-modal div.dtr-modal-display { |
| 610 | width: 95%; |
| 611 | } |
| 612 | } |
| 613 | div.dtr-bs-modal table.table tr:first-child td { |
| 614 | border-top: none; |
| 615 | } |
| 616 | |
| 617 | table.dataTable.table-bordered th.dtr-control.dtr-hidden + *, |
| 618 | table.dataTable.table-bordered td.dtr-control.dtr-hidden + * { |
| 619 | border-left-width: 1px; |
| 620 | } |
| 621 | |
| 622 | |
| 623 | table.dataTable > tbody > tr > .selected { |
| 624 | background-color: rgba(13, 110, 253, 0.9); |
| 625 | color: white; |
| 626 | } |
| 627 | table.dataTable > tbody > tr > td.select-checkbox, |
| 628 | table.dataTable > tbody > tr > th.select-checkbox { |
| 629 | position: relative; |
| 630 | } |
| 631 | table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > td.select-checkbox:after, |
| 632 | table.dataTable > tbody > tr > th.select-checkbox:before, |
| 633 | table.dataTable > tbody > tr > th.select-checkbox:after { |
| 634 | display: block; |
| 635 | position: absolute; |
| 636 | top: 1.2em; |
| 637 | left: 50%; |
| 638 | width: 12px; |
| 639 | height: 12px; |
| 640 | box-sizing: border-box; |
| 641 | } |
| 642 | table.dataTable > tbody > tr > td.select-checkbox:before, |
| 643 | table.dataTable > tbody > tr > th.select-checkbox:before { |
| 644 | content: " "; |
| 645 | margin-top: -5px; |
| 646 | margin-left: -6px; |
| 647 | border: 1px solid black; |
| 648 | border-radius: 3px; |
| 649 | } |
| 650 | table.dataTable > tbody > tr.selected > td.select-checkbox:before, |
| 651 | table.dataTable > tbody > tr.selected > th.select-checkbox:before { |
| 652 | border: 1px solid white; |
| 653 | } |
| 654 | table.dataTable > tbody > tr.selected > td.select-checkbox:after, |
| 655 | table.dataTable > tbody > tr.selected > th.select-checkbox:after { |
| 656 | content: "✓"; |
| 657 | font-size: 20px; |
| 658 | margin-top: -19px; |
| 659 | margin-left: -6px; |
| 660 | text-align: center; |
| 661 | text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; |
| 662 | } |
| 663 | table.dataTable.compact > tbody > tr > td.select-checkbox:before, |
| 664 | table.dataTable.compact > tbody > tr > th.select-checkbox:before { |
| 665 | margin-top: -12px; |
| 666 | } |
| 667 | table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after, |
| 668 | table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after { |
| 669 | margin-top: -16px; |
| 670 | } |
| 671 | |
| 672 | div.dataTables_wrapper span.select-info, |
| 673 | div.dataTables_wrapper span.select-item { |
| 674 | margin-left: 0.5em; |
| 675 | } |
| 676 | |
| 677 | @media screen and (max-width: 640px) { |
| 678 | div.dataTables_wrapper span.select-info, |
| 679 | div.dataTables_wrapper span.select-item { |
| 680 | margin-left: 0; |
| 681 | display: block; |
| 682 | } |
| 683 | } |
| 684 | table.dataTable.table-sm tbody td.select-checkbox::before { |
| 685 | margin-top: -9px; |
| 686 | } |
| 687 | |