+++ src/main/webapp/dist/css/tabulator/tabulator.css
... | ... | @@ -0,0 +1,1357 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #999; | |
| 4 | + background-color: #888; | |
| 5 | + font-size: 14px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #999; | |
| 36 | + background-color: #e6e6e6; | |
| 37 | + color: #555; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: #e6e6e6; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #999; | |
| 77 | + background: #cdcdcd; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #D6D6D6; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #3876ca; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #cdcdcd; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #666; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #666; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #666; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #666; | |
| 239 | + color: #666; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #aaa; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #aaa; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: #f3f3f3 !important; | |
| 290 | + border-top: 1px solid #aaa; | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: #f3f3f3 !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #fff; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #333; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #e2e2e2 !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #aaa; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #aaa; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #2975DD; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #2975DD; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #2975DD; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #999; | |
| 399 | + background-color: #e6e6e6; | |
| 400 | + color: #555; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #999 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: #f3f3f3 !important; | |
| 451 | + border-bottom: 1px solid #aaa; | |
| 452 | + border-top: 1px solid #aaa; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: #f3f3f3 !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #555; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #aaa; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #aaa; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #d00; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 22px; | |
| 602 | + background-color: #fff; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #EFEFEF; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #bbb; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #9ABCEA; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #769BCC; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #aaa; | |
| 635 | + border-bottom: 1px solid #aaa; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #D6D6D6; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #3876ca; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #3876ca; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #aaa; | |
| 678 | + border-bottom: 1px solid #aaa; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 14px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #aaa; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #999; | |
| 712 | + border-bottom: 1px solid #aaa; | |
| 713 | + background: #e6e6e6; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #aaa; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #aaa; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #1D68CD; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #9ABCEA; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #aaa; | |
| 795 | + border-bottom: 2px solid #aaa; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #333; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #333; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #333; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #333; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #fff; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #fff; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #aaa; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #666; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #666; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #fff; | |
| 993 | + border: 1px solid #aaa; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 14px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #EFEFEF; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #aaa; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #aaa; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 14px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #333; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #fff; | |
| 1071 | + background: #1D68CD; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #1D68CD; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #fff; | |
| 1086 | + background: #1D68CD; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #333; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #aaa; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #333; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #2975DD; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #aaa; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #aaa; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #aaa; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #aaa; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #aaa; | |
| 1229 | + border-bottom: 2px solid #aaa; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #aaa; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #666; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #666; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #333; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #333; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #333; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #333; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +/*# sourceMappingURL=tabulator.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator.scss"],"names":[],"mappings":"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","file":"tabulator.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #888;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #e6e6e6;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #cdcdcd;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #cdcdcd; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: #f3f3f3 !important;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f3f3f3 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #e2e2e2 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #999 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #aaa;\n border-top: 1px solid #aaa;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #EFEFEF; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #aaa;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #999;\n border-bottom: 1px solid #aaa;\n background: #e6e6e6; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #aaa;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #EFEFEF; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #aaa;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #aaa; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #aaa;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{background-color:#888;border:1px solid #999;font-size:14px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#e6e6e6;border-bottom:1px solid #999;box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#e6e6e6;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#cdcdcd;border:1px solid #999;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#3876ca;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#cdcdcd;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#e2e2e2!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#e6e6e6;border-top:1px solid #999;color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#fff;box-sizing:border-box;min-height:22px;position:relative}.tabulator-row.tabulator-row-even{background-color:#efefef}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #aaa;border-top:1px solid #aaa;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#3876ca;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #aaa;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:#e6e6e6;border-bottom:1px solid #aaa;border-right:1px solid #999}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-bottom-left-radius:1px;border-left:2px solid #aaa;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #aaa;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:14px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#efefef;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#aaa;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #aaa}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:14px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #aaa;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #aaa;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-bottom-left-radius:1px;border-left:2px solid #aaa;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px} | |
| 2 | +/*# sourceMappingURL=tabulator.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator.scss"],"names":[],"mappings":"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","file":"tabulator.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #888;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #e6e6e6;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #cdcdcd;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #cdcdcd; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: #f3f3f3 !important;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f3f3f3 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #e2e2e2 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #999 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #aaa;\n border-top: 1px solid #aaa;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #EFEFEF; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #aaa;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #999;\n border-bottom: 1px solid #aaa;\n background: #e6e6e6; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #aaa;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #EFEFEF; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #aaa;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #aaa; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #aaa;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap3.css
... | ... | @@ -0,0 +1,1570 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #ddd; | |
| 4 | + background-color: #fff; | |
| 5 | + font-size: 14px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #ddd; | |
| 36 | + background-color: #fff; | |
| 37 | + color: #555; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: #fff; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #ddd; | |
| 77 | + background: #e6e6e6; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #D6D6D6; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #3876ca; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #e6e6e6; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #666; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #666; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #666; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #666; | |
| 239 | + color: #666; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #ddd; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #ddd; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: white !important; | |
| 290 | + border-top: 1px solid #ddd; | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: white !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #fff; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #333; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #ececec !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #ddd; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #ddd; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #2975DD; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #2975DD; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #2975DD; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #ddd; | |
| 399 | + background-color: #e6e6e6; | |
| 400 | + color: #555; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #ddd 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: #f3f3f3 !important; | |
| 451 | + border-bottom: 1px solid #ddd; | |
| 452 | + border-top: 1px solid #ddd; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: #f3f3f3 !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #555; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #ddd; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #ddd; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #d00; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 22px; | |
| 602 | + background-color: #fff; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #f9f9f9; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #f5f5f5; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #9ABCEA; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #769BCC; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #ddd; | |
| 635 | + border-bottom: 1px solid #ddd; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #D6D6D6; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #3876ca; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #3876ca; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #ddd; | |
| 678 | + border-bottom: 1px solid #ddd; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 14px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #ddd; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #ddd; | |
| 712 | + border-bottom: 1px solid #ddd; | |
| 713 | + background: #fff; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #ddd; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #ddd; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #1D68CD; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #9ABCEA; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #ddd; | |
| 795 | + border-bottom: 2px solid #ddd; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #333; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #333; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #333; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #333; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #fff; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #fff; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #ddd; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #666; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #666; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #fff; | |
| 993 | + border: 1px solid #ddd; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 14px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #f9f9f9; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #ddd; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #ddd; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 14px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #333; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #fff; | |
| 1071 | + background: #1D68CD; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #1D68CD; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #fff; | |
| 1086 | + background: #1D68CD; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #333; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #ddd; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #333; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #2975DD; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #ddd; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #ddd; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #ddd; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #ddd; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #ddd; | |
| 1229 | + border-bottom: 2px solid #ddd; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #ddd; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #666; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #666; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #333; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #333; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #333; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #333; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator { | |
| 1358 | + background-color: #fff; | |
| 1359 | + margin-bottom: 20px; | |
| 1360 | + border: none; | |
| 1361 | +} | |
| 1362 | + | |
| 1363 | +.tabulator .tabulator-header { | |
| 1364 | + border-bottom: 2px solid #ddd; | |
| 1365 | + background-color: #fff; | |
| 1366 | + color: inherit; | |
| 1367 | +} | |
| 1368 | + | |
| 1369 | +.tabulator .tabulator-header .tabulator-col { | |
| 1370 | + background-color: #fff; | |
| 1371 | + border-right: none; | |
| 1372 | +} | |
| 1373 | + | |
| 1374 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1375 | + padding: 8px; | |
| 1376 | +} | |
| 1377 | + | |
| 1378 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1379 | + border-top: 1px solid #ddd; | |
| 1380 | +} | |
| 1381 | + | |
| 1382 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1383 | + width: 100%; | |
| 1384 | + border-bottom: 1px solid #ddd; | |
| 1385 | +} | |
| 1386 | + | |
| 1387 | +.tabulator .tabulator-tableholder .tabulator-placeholder span { | |
| 1388 | + color: #000; | |
| 1389 | +} | |
| 1390 | + | |
| 1391 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 1392 | + color: inherit; | |
| 1393 | +} | |
| 1394 | + | |
| 1395 | +.tabulator .tabulator-footer { | |
| 1396 | + border-top: 2px solid #ddd; | |
| 1397 | + background: inherit; | |
| 1398 | +} | |
| 1399 | + | |
| 1400 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 1401 | + border-bottom: 1px solid #ddd; | |
| 1402 | + border-top: 1px solid #ddd; | |
| 1403 | +} | |
| 1404 | + | |
| 1405 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1406 | + color: #d00; | |
| 1407 | +} | |
| 1408 | + | |
| 1409 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 1410 | + color: inherit; | |
| 1411 | +} | |
| 1412 | + | |
| 1413 | +.tabulator.table-striped .tabulator-row.tabulator-row-even { | |
| 1414 | + background-color: #f9f9f9; | |
| 1415 | +} | |
| 1416 | + | |
| 1417 | +.tabulator.table-bordered { | |
| 1418 | + border: 1px solid #ddd; | |
| 1419 | +} | |
| 1420 | + | |
| 1421 | +.tabulator.table-bordered .tabulator-header .tabulator-col { | |
| 1422 | + border-right: 1px solid #ddd; | |
| 1423 | +} | |
| 1424 | + | |
| 1425 | +.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1426 | + border-right: 1px solid #ddd; | |
| 1427 | +} | |
| 1428 | + | |
| 1429 | +.tabulator.table-condensed .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1430 | + padding: 5px; | |
| 1431 | +} | |
| 1432 | + | |
| 1433 | +.tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row { | |
| 1434 | + min-height: 24px; | |
| 1435 | +} | |
| 1436 | + | |
| 1437 | +.tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1438 | + padding: 5px; | |
| 1439 | +} | |
| 1440 | + | |
| 1441 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active { | |
| 1442 | + background: #f5f5f5 !important; | |
| 1443 | +} | |
| 1444 | + | |
| 1445 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.success { | |
| 1446 | + background: #dff0d8 !important; | |
| 1447 | +} | |
| 1448 | + | |
| 1449 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.info { | |
| 1450 | + background: #d9edf7 !important; | |
| 1451 | +} | |
| 1452 | + | |
| 1453 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning { | |
| 1454 | + background: #fcf8e3 !important; | |
| 1455 | +} | |
| 1456 | + | |
| 1457 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.danger { | |
| 1458 | + background: #f2dede !important; | |
| 1459 | +} | |
| 1460 | + | |
| 1461 | +.tabulator-row { | |
| 1462 | + min-height: 30px; | |
| 1463 | + border-bottom: 1px solid #ddd; | |
| 1464 | +} | |
| 1465 | + | |
| 1466 | +.tabulator-row.tabulator-row-even { | |
| 1467 | + background-color: transparent; | |
| 1468 | +} | |
| 1469 | + | |
| 1470 | +@media (hover: hover) and (pointer: fine) { | |
| 1471 | + .tabulator-row.tabulator-selectable:hover { | |
| 1472 | + background-color: #f5f5f5 !important; | |
| 1473 | + } | |
| 1474 | +} | |
| 1475 | + | |
| 1476 | +.tabulator-row.tabulator-selected { | |
| 1477 | + background-color: #9ABCEA !important; | |
| 1478 | +} | |
| 1479 | + | |
| 1480 | +@media (hover: hover) and (pointer: fine) { | |
| 1481 | + .tabulator-row.tabulator-selected:hover { | |
| 1482 | + background-color: #769BCC !important; | |
| 1483 | + cursor: pointer; | |
| 1484 | + } | |
| 1485 | +} | |
| 1486 | + | |
| 1487 | +.tabulator-row .tabulator-cell { | |
| 1488 | + padding: 8px; | |
| 1489 | + border-right: none; | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1493 | + border-right: 1px solid #ddd; | |
| 1494 | + border-bottom: none; | |
| 1495 | + background: #fff; | |
| 1496 | +} | |
| 1497 | + | |
| 1498 | +.tabulator-row .tabulator-cell:last-of-type { | |
| 1499 | + border-right: none; | |
| 1500 | +} | |
| 1501 | + | |
| 1502 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1503 | + border: 1px solid #333; | |
| 1504 | +} | |
| 1505 | + | |
| 1506 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1507 | + background: #333; | |
| 1508 | +} | |
| 1509 | + | |
| 1510 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1511 | + background: #333; | |
| 1512 | +} | |
| 1513 | + | |
| 1514 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1515 | + background: #333; | |
| 1516 | +} | |
| 1517 | + | |
| 1518 | +.tabulator-row.tabulator-group { | |
| 1519 | + background: #fafafa; | |
| 1520 | +} | |
| 1521 | + | |
| 1522 | +.tabulator-row.tabulator-group span { | |
| 1523 | + color: #666; | |
| 1524 | +} | |
| 1525 | + | |
| 1526 | +.tabulator-edit-select-list .tabulator-edit-select-list-item { | |
| 1527 | + color: inherit; | |
| 1528 | +} | |
| 1529 | + | |
| 1530 | +.tabulator-edit-select-list .tabulator-edit-select-list-notice { | |
| 1531 | + color: inherit; | |
| 1532 | +} | |
| 1533 | + | |
| 1534 | +.tabulator-edit-select-list .tabulator-edit-select-list-group { | |
| 1535 | + color: inherit; | |
| 1536 | +} | |
| 1537 | + | |
| 1538 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1539 | + border: none; | |
| 1540 | +} | |
| 1541 | + | |
| 1542 | +.tabulator-print-table { | |
| 1543 | + border-collapse: collapse; | |
| 1544 | +} | |
| 1545 | + | |
| 1546 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1547 | + background: #fafafa; | |
| 1548 | +} | |
| 1549 | + | |
| 1550 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1551 | + color: #666; | |
| 1552 | +} | |
| 1553 | + | |
| 1554 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1555 | + border: 1px solid #333; | |
| 1556 | +} | |
| 1557 | + | |
| 1558 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1559 | + background: #333; | |
| 1560 | +} | |
| 1561 | + | |
| 1562 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1563 | + background: #333; | |
| 1564 | +} | |
| 1565 | + | |
| 1566 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1567 | + background: #333; | |
| 1568 | +} | |
| 1569 | + | |
| 1570 | +/*# sourceMappingURL=tabulator_bootstrap3.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap3.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bootstrap3.scss"],"names":[],"mappings":"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","file":"tabulator_bootstrap3.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #ddd;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #ddd;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #ddd;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ececec !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #ddd;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #ddd 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #ddd;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #ddd;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f5f5f5;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #f9f9f9; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n background-color: #fff;\n margin-bottom: 20px;\n border: none; }\n .tabulator .tabulator-header {\n border-bottom: 2px solid #ddd;\n background-color: #fff;\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n background-color: #fff;\n border-right: none; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 8px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid #ddd; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n border-top: 2px solid #ddd;\n background: inherit; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator.table-striped .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n .tabulator.table-bordered {\n border: 1px solid #ddd; }\n .tabulator.table-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #ddd; }\n .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #ddd; }\n .tabulator.table-condensed .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 5px; }\n .tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row {\n min-height: 24px; }\n .tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 5px; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.success {\n background: #dff0d8 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.info {\n background: #d9edf7 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning {\n background: #fcf8e3 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.danger {\n background: #f2dede !important; }\n\n.tabulator-row {\n min-height: 30px;\n border-bottom: 1px solid #ddd; }\n .tabulator-row.tabulator-row-even {\n background-color: transparent; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f5f5f5 !important; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC !important;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell {\n padding: 8px;\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #ddd;\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #333; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-edit-select-list .tabulator-edit-select-list-item {\n color: inherit; }\n\n.tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n\n.tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n border: none; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n .tabulator-print-table .tabulator-data-tree-control {\n border: 1px solid #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #333; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap3.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{border:1px solid #ddd;font-size:14px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{border-bottom:1px solid #ddd;box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid #ddd;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#3876ca;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #ddd}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #ddd}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #aaa;border-top:1px solid #ddd;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#ececec!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #ddd}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #ddd}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#e6e6e6;border-top:1px solid #ddd;color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #ddd;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #ddd;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border:1px solid #ddd;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#fff;box-sizing:border-box;min-height:22px;position:relative}.tabulator-row.tabulator-row-even{background-color:#f9f9f9}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#f5f5f5;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #ddd;border-top:1px solid #ddd;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#3876ca;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #ddd;border-top:1px solid #ddd;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #ddd;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{border-bottom:1px solid #ddd}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #ddd}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #ddd}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #ddd;border-bottom-left-radius:1px;border-left:2px solid #ddd;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #ddd;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #ddd;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:14px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#f9f9f9;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#ddd;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #ddd}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:14px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #ddd;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #ddd;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #ddd;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #ddd}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #ddd}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #ddd;border-bottom-left-radius:1px;border-left:2px solid #ddd;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #ddd;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#fff;border:none;margin-bottom:20px}.tabulator .tabulator-header{background-color:#fff;border-bottom:2px solid #ddd;color:inherit}.tabulator .tabulator-header .tabulator-col{background-color:#fff;border-right:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:8px}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #ddd}.tabulator .tabulator-header .tabulator-calcs-holder{border-bottom:1px solid #ddd;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#000}.tabulator .tabulator-tableholder .tabulator-table{color:inherit}.tabulator .tabulator-footer{background:inherit;border-top:2px solid #ddd}.tabulator .tabulator-footer .tabulator-calcs-holder{border-bottom:1px solid #ddd;border-top:1px solid #ddd}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{color:#d00}.tabulator .tabulator-footer .tabulator-paginator{color:inherit}.tabulator.table-striped .tabulator-row.tabulator-row-even{background-color:#f9f9f9}.tabulator.table-bordered{border:1px solid #ddd}.tabulator.table-bordered .tabulator-header .tabulator-col,.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-right:1px solid #ddd}.tabulator.table-condensed .tabulator-header .tabulator-col .tabulator-col-content{padding:5px}.tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row{min-height:24px}.tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{padding:5px}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active{background:#f5f5f5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.success{background:#dff0d8!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.info{background:#d9edf7!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning{background:#fcf8e3!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.danger{background:#f2dede!important}.tabulator-row{border-bottom:1px solid #ddd;min-height:30px}.tabulator-row.tabulator-row-even{background-color:transparent}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#f5f5f5!important}}.tabulator-row.tabulator-selected{background-color:#9abcea!important}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc!important;cursor:pointer}}.tabulator-row .tabulator-cell{border-right:none;padding:8px}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:none;border-right:1px solid #ddd}.tabulator-row .tabulator-cell:last-of-type{border-right:none}.tabulator-row .tabulator-cell .tabulator-data-tree-control{border:1px solid #333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333}.tabulator-row.tabulator-group{background:#fafafa}.tabulator-row.tabulator-group span{color:#666}.tabulator-edit-select-list .tabulator-edit-select-list-group,.tabulator-edit-select-list .tabulator-edit-select-list-item,.tabulator-edit-select-list .tabulator-edit-select-list-notice{color:inherit}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border:none}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-print-table-group{background:#fafafa}.tabulator-print-table .tabulator-print-table-group span{color:#666}.tabulator-print-table .tabulator-data-tree-control{border:1px solid #333}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333} | |
| 2 | +/*# sourceMappingURL=tabulator_bootstrap3.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap3.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bootstrap3.scss"],"names":[],"mappings":"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","file":"tabulator_bootstrap3.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #ddd;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #ddd;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #ddd;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ececec !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #ddd;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #ddd 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #ddd;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #ddd;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f5f5f5;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #f9f9f9; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n background-color: #fff;\n margin-bottom: 20px;\n border: none; }\n .tabulator .tabulator-header {\n border-bottom: 2px solid #ddd;\n background-color: #fff;\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n background-color: #fff;\n border-right: none; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 8px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid #ddd; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n border-top: 2px solid #ddd;\n background: inherit; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator.table-striped .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n .tabulator.table-bordered {\n border: 1px solid #ddd; }\n .tabulator.table-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #ddd; }\n .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #ddd; }\n .tabulator.table-condensed .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 5px; }\n .tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row {\n min-height: 24px; }\n .tabulator.table-condensed .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 5px; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.success {\n background: #dff0d8 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.info {\n background: #d9edf7 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning {\n background: #fcf8e3 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.danger {\n background: #f2dede !important; }\n\n.tabulator-row {\n min-height: 30px;\n border-bottom: 1px solid #ddd; }\n .tabulator-row.tabulator-row-even {\n background-color: transparent; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f5f5f5 !important; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC !important;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell {\n padding: 8px;\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #ddd;\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #333; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-edit-select-list .tabulator-edit-select-list-item {\n color: inherit; }\n\n.tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n\n.tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n border: none; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n .tabulator-print-table .tabulator-data-tree-control {\n border: 1px solid #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #333; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap4.css
... | ... | @@ -0,0 +1,1840 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #dee2e6; | |
| 4 | + background-color: #fff; | |
| 5 | + font-size: 16px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #dee2e6; | |
| 36 | + background-color: #fff; | |
| 37 | + color: #555; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: #fff; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #dee2e6; | |
| 77 | + background: #e6e6e6; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #D6D6D6; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #3876ca; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #e6e6e6; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #666; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #666; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #666; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #666; | |
| 239 | + color: #666; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #dee2e6; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #dee2e6; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: white !important; | |
| 290 | + border-top: 1px solid #dee2e6; | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: white !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #fff; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #333; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #ececec !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #dee2e6; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #dee2e6; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #2975DD; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #2975DD; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #2975DD; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #dee2e6; | |
| 399 | + background-color: #e6e6e6; | |
| 400 | + color: #555; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #dee2e6 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: #f3f3f3 !important; | |
| 451 | + border-bottom: 1px solid #dee2e6; | |
| 452 | + border-top: 1px solid #dee2e6; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: #f3f3f3 !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #555; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #dee2e6; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #dee2e6; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #fff; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 24px; | |
| 602 | + background-color: #fff; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #f9f9f9; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #f5f5f5; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #9ABCEA; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #769BCC; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #dee2e6; | |
| 635 | + border-bottom: 1px solid #dee2e6; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #D6D6D6; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #3876ca; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #3876ca; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #dee2e6; | |
| 678 | + border-bottom: 1px solid #dee2e6; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 16px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #dee2e6; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #dee2e6; | |
| 712 | + border-bottom: 1px solid #dee2e6; | |
| 713 | + background: #fff; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #dee2e6; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #dee2e6; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #1D68CD; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #9ABCEA; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #dee2e6; | |
| 795 | + border-bottom: 2px solid #dee2e6; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #333; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #333; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #333; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #333; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #fff; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #fff; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #dee2e6; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #666; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #666; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #fff; | |
| 993 | + border: 1px solid #dee2e6; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 16px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #f9f9f9; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #dee2e6; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #dee2e6; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 16px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #333; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #fff; | |
| 1071 | + background: #1D68CD; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #1D68CD; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #fff; | |
| 1086 | + background: #1D68CD; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #333; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #dee2e6; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #333; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #2975DD; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #dee2e6; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #dee2e6; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #dee2e6; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #dee2e6; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #dee2e6; | |
| 1229 | + border-bottom: 2px solid #dee2e6; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #dee2e6; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #666; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #666; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #333; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #333; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #333; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #333; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator { | |
| 1358 | + background-color: #fff; | |
| 1359 | + border: none; | |
| 1360 | +} | |
| 1361 | + | |
| 1362 | +.tabulator .tabulator-header { | |
| 1363 | + border-top: 1px solid #dee2e6; | |
| 1364 | + border-bottom: 2px solid #dee2e6; | |
| 1365 | + color: inherit; | |
| 1366 | +} | |
| 1367 | + | |
| 1368 | +.tabulator .tabulator-header .tabulator-col { | |
| 1369 | + border-right: none; | |
| 1370 | + background-color: #fff; | |
| 1371 | +} | |
| 1372 | + | |
| 1373 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1374 | + padding: 12px; | |
| 1375 | +} | |
| 1376 | + | |
| 1377 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1378 | + right: 0; | |
| 1379 | +} | |
| 1380 | + | |
| 1381 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1382 | + border-top: 1px solid #dee2e6; | |
| 1383 | +} | |
| 1384 | + | |
| 1385 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input { | |
| 1386 | + padding: .375rem .75rem; | |
| 1387 | + background-color: #fff; | |
| 1388 | + background-clip: padding-box; | |
| 1389 | + border: 1px solid #ced4da; | |
| 1390 | + border-radius: .25rem; | |
| 1391 | + transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; | |
| 1392 | + font-size: 1rem; | |
| 1393 | + line-height: 1.5; | |
| 1394 | + color: #495057; | |
| 1395 | +} | |
| 1396 | + | |
| 1397 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus { | |
| 1398 | + color: #495057; | |
| 1399 | + background-color: #fff; | |
| 1400 | + border: 1px solid #1D68CD; | |
| 1401 | + outline: 0; | |
| 1402 | +} | |
| 1403 | + | |
| 1404 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1405 | + width: 100%; | |
| 1406 | + border-bottom: 1px solid #dee2e6; | |
| 1407 | +} | |
| 1408 | + | |
| 1409 | +.tabulator .tabulator-tableholder .tabulator-placeholder span { | |
| 1410 | + color: #000; | |
| 1411 | +} | |
| 1412 | + | |
| 1413 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 1414 | + color: inherit; | |
| 1415 | +} | |
| 1416 | + | |
| 1417 | +.tabulator .tabulator-footer { | |
| 1418 | + color: inherit; | |
| 1419 | +} | |
| 1420 | + | |
| 1421 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 1422 | + background-color: #fff; | |
| 1423 | + font-weight: normal; | |
| 1424 | +} | |
| 1425 | + | |
| 1426 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1427 | + background-color: #007bff; | |
| 1428 | + color: #fff; | |
| 1429 | +} | |
| 1430 | + | |
| 1431 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 1432 | + color: inherit; | |
| 1433 | +} | |
| 1434 | + | |
| 1435 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 1436 | + margin: 0; | |
| 1437 | +} | |
| 1438 | + | |
| 1439 | +.tabulator .tabulator-footer .tabulator-page { | |
| 1440 | + margin: 0; | |
| 1441 | + margin-top: 5px; | |
| 1442 | + padding: 8px 12px; | |
| 1443 | +} | |
| 1444 | + | |
| 1445 | +.tabulator .tabulator-footer .tabulator-page[data-page="first"] { | |
| 1446 | + border-top-left-radius: 4px; | |
| 1447 | + border-bottom-left-radius: 4px; | |
| 1448 | +} | |
| 1449 | + | |
| 1450 | +.tabulator .tabulator-footer .tabulator-page[data-page="last"] { | |
| 1451 | + border: 1px solid #dee2e6; | |
| 1452 | + border-top-right-radius: 4px; | |
| 1453 | + border-bottom-right-radius: 4px; | |
| 1454 | +} | |
| 1455 | + | |
| 1456 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 1457 | + border-color: #007bff; | |
| 1458 | + background-color: #007bff; | |
| 1459 | + color: #fff; | |
| 1460 | +} | |
| 1461 | + | |
| 1462 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 1463 | + border-color: #dee2e6; | |
| 1464 | + background: #fff; | |
| 1465 | + color: #6c757d; | |
| 1466 | +} | |
| 1467 | + | |
| 1468 | +@media (hover: hover) and (pointer: fine) { | |
| 1469 | + .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover { | |
| 1470 | + border-color: #dee2e6; | |
| 1471 | + background: #e9ecef; | |
| 1472 | + color: #0056b3; | |
| 1473 | + } | |
| 1474 | +} | |
| 1475 | + | |
| 1476 | +.tabulator.thead-dark .tabulator-header { | |
| 1477 | + border-color: #32383e; | |
| 1478 | + background-color: #212529; | |
| 1479 | + color: #fff; | |
| 1480 | +} | |
| 1481 | + | |
| 1482 | +.tabulator.thead-dark .tabulator-header .tabulator-col { | |
| 1483 | + border-color: #32383e; | |
| 1484 | + background-color: #212529; | |
| 1485 | + color: #fff; | |
| 1486 | +} | |
| 1487 | + | |
| 1488 | +.tabulator.table-dark { | |
| 1489 | + background-color: #212529; | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.tabulator.table-dark:not(.thead-light) .tabulator-header { | |
| 1493 | + border-color: #32383e; | |
| 1494 | + background-color: #212529; | |
| 1495 | + color: #fff; | |
| 1496 | +} | |
| 1497 | + | |
| 1498 | +.tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col { | |
| 1499 | + border-color: #32383e; | |
| 1500 | + background-color: #212529; | |
| 1501 | + color: #fff; | |
| 1502 | +} | |
| 1503 | + | |
| 1504 | +.tabulator.table-dark .tabulator-tableholder { | |
| 1505 | + color: #fff; | |
| 1506 | +} | |
| 1507 | + | |
| 1508 | +.tabulator.table-dark .tabulator-row { | |
| 1509 | + border-color: #32383e; | |
| 1510 | + background-color: #212529; | |
| 1511 | + color: #fff; | |
| 1512 | +} | |
| 1513 | + | |
| 1514 | +@media (hover: hover) and (pointer: fine) { | |
| 1515 | + .tabulator.table-dark .tabulator-row:hover { | |
| 1516 | + background-color: #32383e; | |
| 1517 | + } | |
| 1518 | + .tabulator.table-dark .tabulator-row:hover .tabulator-cell { | |
| 1519 | + background-color: rgba(255, 255, 255, 0.075); | |
| 1520 | + } | |
| 1521 | +} | |
| 1522 | + | |
| 1523 | +.tabulator.table-dark .tabulator-row.tabulator-selected { | |
| 1524 | + background-color: #9ABCEA; | |
| 1525 | +} | |
| 1526 | + | |
| 1527 | +.tabulator.table-dark .tabulator-footer { | |
| 1528 | + border-color: #32383e !important; | |
| 1529 | +} | |
| 1530 | + | |
| 1531 | +.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder { | |
| 1532 | + border-color: #32383e !important; | |
| 1533 | + background: #212529 !important; | |
| 1534 | +} | |
| 1535 | + | |
| 1536 | +.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 1537 | + border-color: #32383e !important; | |
| 1538 | + background-color: #212529 !important; | |
| 1539 | + color: #fff !important; | |
| 1540 | +} | |
| 1541 | + | |
| 1542 | +.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even { | |
| 1543 | + background-color: #f9f9f9; | |
| 1544 | +} | |
| 1545 | + | |
| 1546 | +.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected { | |
| 1547 | + background-color: #9ABCEA; | |
| 1548 | +} | |
| 1549 | + | |
| 1550 | +@media (hover: hover) and (pointer: fine) { | |
| 1551 | + .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selectable:hover { | |
| 1552 | + background-color: #f5f5f5; | |
| 1553 | + cursor: pointer; | |
| 1554 | + } | |
| 1555 | + .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected:hover { | |
| 1556 | + background-color: #769BCC; | |
| 1557 | + cursor: pointer; | |
| 1558 | + } | |
| 1559 | +} | |
| 1560 | + | |
| 1561 | +.tabulator.table-striped.table-dark .tabulator-row:nth-child(even) .tabulator-cell { | |
| 1562 | + background-color: rgba(255, 255, 255, 0.05); | |
| 1563 | +} | |
| 1564 | + | |
| 1565 | +.tabulator.table-bordered { | |
| 1566 | + border: 1px solid #dee2e6; | |
| 1567 | +} | |
| 1568 | + | |
| 1569 | +.tabulator.table-bordered .tabulator-header .tabulator-col { | |
| 1570 | + border-right: 1px solid #dee2e6; | |
| 1571 | +} | |
| 1572 | + | |
| 1573 | +.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1574 | + border-right: 1px solid #dee2e6; | |
| 1575 | +} | |
| 1576 | + | |
| 1577 | +.tabulator.table-borderless .tabulator-header { | |
| 1578 | + border: none; | |
| 1579 | +} | |
| 1580 | + | |
| 1581 | +.tabulator.table-borderless .tabulator-row { | |
| 1582 | + border: none; | |
| 1583 | +} | |
| 1584 | + | |
| 1585 | +.tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1586 | + padding: 5px !important; | |
| 1587 | +} | |
| 1588 | + | |
| 1589 | +.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row { | |
| 1590 | + min-height: 26px; | |
| 1591 | +} | |
| 1592 | + | |
| 1593 | +.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1594 | + padding: 5px !important; | |
| 1595 | +} | |
| 1596 | + | |
| 1597 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary { | |
| 1598 | + background: #b8daff !important; | |
| 1599 | +} | |
| 1600 | + | |
| 1601 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary { | |
| 1602 | + background: #d6d8db !important; | |
| 1603 | +} | |
| 1604 | + | |
| 1605 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success { | |
| 1606 | + background: #c3e6cb !important; | |
| 1607 | +} | |
| 1608 | + | |
| 1609 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info { | |
| 1610 | + background: #bee5eb !important; | |
| 1611 | +} | |
| 1612 | + | |
| 1613 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning { | |
| 1614 | + background: #ffeeba !important; | |
| 1615 | +} | |
| 1616 | + | |
| 1617 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger { | |
| 1618 | + background: #f5c6cb !important; | |
| 1619 | +} | |
| 1620 | + | |
| 1621 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light { | |
| 1622 | + background: #fdfdfe !important; | |
| 1623 | +} | |
| 1624 | + | |
| 1625 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-dark { | |
| 1626 | + background: #c6c8ca !important; | |
| 1627 | +} | |
| 1628 | + | |
| 1629 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active { | |
| 1630 | + background: #f5f5f5 !important; | |
| 1631 | +} | |
| 1632 | + | |
| 1633 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary { | |
| 1634 | + background: #007bff !important; | |
| 1635 | +} | |
| 1636 | + | |
| 1637 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary { | |
| 1638 | + background: #6c757d !important; | |
| 1639 | +} | |
| 1640 | + | |
| 1641 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success { | |
| 1642 | + background: #28a745 !important; | |
| 1643 | +} | |
| 1644 | + | |
| 1645 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info { | |
| 1646 | + background: #17a2b8 !important; | |
| 1647 | +} | |
| 1648 | + | |
| 1649 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning { | |
| 1650 | + background: #ffc107 !important; | |
| 1651 | +} | |
| 1652 | + | |
| 1653 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger { | |
| 1654 | + background: #dc3545 !important; | |
| 1655 | +} | |
| 1656 | + | |
| 1657 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light { | |
| 1658 | + background: #f8f9fa !important; | |
| 1659 | +} | |
| 1660 | + | |
| 1661 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark { | |
| 1662 | + background: #343a40 !important; | |
| 1663 | +} | |
| 1664 | + | |
| 1665 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active { | |
| 1666 | + background: #f5f5f5 !important; | |
| 1667 | +} | |
| 1668 | + | |
| 1669 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary { | |
| 1670 | + background: #b8daff !important; | |
| 1671 | +} | |
| 1672 | + | |
| 1673 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary { | |
| 1674 | + background: #d6d8db !important; | |
| 1675 | +} | |
| 1676 | + | |
| 1677 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success { | |
| 1678 | + background: #c3e6cb !important; | |
| 1679 | +} | |
| 1680 | + | |
| 1681 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info { | |
| 1682 | + background: #bee5eb !important; | |
| 1683 | +} | |
| 1684 | + | |
| 1685 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning { | |
| 1686 | + background: #ffeeba !important; | |
| 1687 | +} | |
| 1688 | + | |
| 1689 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger { | |
| 1690 | + background: #f5c6cb !important; | |
| 1691 | +} | |
| 1692 | + | |
| 1693 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light { | |
| 1694 | + background: #fdfdfe !important; | |
| 1695 | +} | |
| 1696 | + | |
| 1697 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-dark { | |
| 1698 | + background: #c6c8ca !important; | |
| 1699 | +} | |
| 1700 | + | |
| 1701 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active { | |
| 1702 | + background: #f5f5f5 !important; | |
| 1703 | +} | |
| 1704 | + | |
| 1705 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary { | |
| 1706 | + background: #007bff !important; | |
| 1707 | +} | |
| 1708 | + | |
| 1709 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary { | |
| 1710 | + background: #6c757d !important; | |
| 1711 | +} | |
| 1712 | + | |
| 1713 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success { | |
| 1714 | + background: #28a745 !important; | |
| 1715 | +} | |
| 1716 | + | |
| 1717 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info { | |
| 1718 | + background: #17a2b8 !important; | |
| 1719 | +} | |
| 1720 | + | |
| 1721 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning { | |
| 1722 | + background: #ffc107 !important; | |
| 1723 | +} | |
| 1724 | + | |
| 1725 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger { | |
| 1726 | + background: #dc3545 !important; | |
| 1727 | +} | |
| 1728 | + | |
| 1729 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light { | |
| 1730 | + background: #f8f9fa !important; | |
| 1731 | +} | |
| 1732 | + | |
| 1733 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark { | |
| 1734 | + background: #343a40 !important; | |
| 1735 | +} | |
| 1736 | + | |
| 1737 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active { | |
| 1738 | + background: #f5f5f5 !important; | |
| 1739 | +} | |
| 1740 | + | |
| 1741 | +.tabulator-row { | |
| 1742 | + min-height: 40px; | |
| 1743 | + border-bottom: 1px solid #dee2e6; | |
| 1744 | +} | |
| 1745 | + | |
| 1746 | +.tabulator-row .tabulator-cell { | |
| 1747 | + padding: 12px; | |
| 1748 | + border-right: none; | |
| 1749 | +} | |
| 1750 | + | |
| 1751 | +.tabulator-row .tabulator-cell:last-of-type { | |
| 1752 | + border-right: none; | |
| 1753 | +} | |
| 1754 | + | |
| 1755 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1756 | + border-right: 1px solid #dee2e6; | |
| 1757 | + border-bottom: none; | |
| 1758 | + background: #fff; | |
| 1759 | +} | |
| 1760 | + | |
| 1761 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1762 | + border: 1px solid #ccc; | |
| 1763 | +} | |
| 1764 | + | |
| 1765 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1766 | + background: #ccc; | |
| 1767 | +} | |
| 1768 | + | |
| 1769 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1770 | + background: #ccc; | |
| 1771 | +} | |
| 1772 | + | |
| 1773 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1774 | + background: #ccc; | |
| 1775 | +} | |
| 1776 | + | |
| 1777 | +.tabulator-row.tabulator-group { | |
| 1778 | + background: #fafafa; | |
| 1779 | +} | |
| 1780 | + | |
| 1781 | +.tabulator-row.tabulator-group span { | |
| 1782 | + color: #666; | |
| 1783 | +} | |
| 1784 | + | |
| 1785 | +.tabulator-edit-select-list { | |
| 1786 | + background: #fff; | |
| 1787 | +} | |
| 1788 | + | |
| 1789 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active { | |
| 1790 | + color: #fff; | |
| 1791 | +} | |
| 1792 | + | |
| 1793 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused { | |
| 1794 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1795 | +} | |
| 1796 | + | |
| 1797 | +@media (hover: hover) and (pointer: fine) { | |
| 1798 | + .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { | |
| 1799 | + color: #fff; | |
| 1800 | + } | |
| 1801 | +} | |
| 1802 | + | |
| 1803 | +.tabulator-edit-select-list .tabulator-edit-select-list-notice { | |
| 1804 | + color: inherit; | |
| 1805 | +} | |
| 1806 | + | |
| 1807 | +.tabulator-edit-select-list .tabulator-edit-select-list-group { | |
| 1808 | + color: inherit; | |
| 1809 | +} | |
| 1810 | + | |
| 1811 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1812 | + text-align: initial; | |
| 1813 | + border-left: initial; | |
| 1814 | +} | |
| 1815 | + | |
| 1816 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1817 | + background: #fafafa; | |
| 1818 | +} | |
| 1819 | + | |
| 1820 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1821 | + color: #666; | |
| 1822 | +} | |
| 1823 | + | |
| 1824 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1825 | + color: inherit; | |
| 1826 | +} | |
| 1827 | + | |
| 1828 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1829 | + background: #ccc; | |
| 1830 | +} | |
| 1831 | + | |
| 1832 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1833 | + background: #ccc; | |
| 1834 | +} | |
| 1835 | + | |
| 1836 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1837 | + background: #ccc; | |
| 1838 | +} | |
| 1839 | + | |
| 1840 | +/*# sourceMappingURL=tabulator_bootstrap4.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap4.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bootstrap4.scss"],"names":[],"mappings":"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","file":"tabulator_bootstrap4.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #dee2e6;\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #dee2e6;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #dee2e6;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ececec !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #dee2e6;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #dee2e6 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #dee2e6;\n border-top: 1px solid #dee2e6;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f5f5f5;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #dee2e6;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #dee2e6;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #f9f9f9; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #dee2e6;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #dee2e6; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #dee2e6;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n background-color: #fff;\n border: none; }\n .tabulator .tabulator-header {\n border-top: 1px solid #dee2e6;\n border-bottom: 2px solid #dee2e6;\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none;\n background-color: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 12px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {\n padding: .375rem .75rem;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: .25rem;\n transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n font-size: 1rem;\n line-height: 1.5;\n color: #495057; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {\n color: #495057;\n background-color: #fff;\n border: 1px solid #1D68CD;\n outline: 0; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n background-color: #fff;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background-color: #007bff;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0;\n margin-top: 5px;\n padding: 8px 12px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"first\"] {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"last\"] {\n border: 1px solid #dee2e6;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n border-color: #007bff;\n background-color: #007bff;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n border-color: #dee2e6;\n background: #fff;\n color: #6c757d; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n border-color: #dee2e6;\n background: #e9ecef;\n color: #0056b3; } }\n .tabulator.thead-dark .tabulator-header {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.thead-dark .tabulator-header .tabulator-col {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.table-dark {\n background-color: #212529; }\n .tabulator.table-dark:not(.thead-light) .tabulator-header {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.table-dark .tabulator-tableholder {\n color: #fff; }\n .tabulator.table-dark .tabulator-row {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table-dark .tabulator-row:hover {\n background-color: #32383e; }\n .tabulator.table-dark .tabulator-row:hover .tabulator-cell {\n background-color: rgba(255, 255, 255, 0.075); } }\n .tabulator.table-dark .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n .tabulator.table-dark .tabulator-footer {\n border-color: #32383e !important; }\n .tabulator.table-dark .tabulator-footer .tabulator-calcs-holder {\n border-color: #32383e !important;\n background: #212529 !important; }\n .tabulator.table-dark .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n border-color: #32383e !important;\n background-color: #212529 !important;\n color: #fff !important; }\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {\n background-color: #f5f5f5;\n cursor: pointer; }\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator.table-striped.table-dark .tabulator-row:nth-child(even) .tabulator-cell {\n background-color: rgba(255, 255, 255, 0.05); }\n .tabulator.table-bordered {\n border: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-borderless .tabulator-header {\n border: none; }\n .tabulator.table-borderless .tabulator-row {\n border: none; }\n .tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 5px !important; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {\n min-height: 26px; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 5px !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {\n background: #b8daff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {\n background: #d6d8db !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {\n background: #c3e6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {\n background: #bee5eb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {\n background: #ffeeba !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {\n background: #f5c6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {\n background: #fdfdfe !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-dark {\n background: #c6c8ca !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {\n background: #007bff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {\n background: #28a745 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {\n background: #17a2b8 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {\n background: #ffc107 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {\n background: #dc3545 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {\n background: #343a40 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {\n background: #b8daff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {\n background: #d6d8db !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {\n background: #c3e6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {\n background: #bee5eb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {\n background: #ffeeba !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {\n background: #f5c6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {\n background: #fdfdfe !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-dark {\n background: #c6c8ca !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {\n background: #007bff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {\n background: #28a745 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {\n background: #17a2b8 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {\n background: #ffc107 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {\n background: #dc3545 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {\n background: #343a40 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {\n background: #f5f5f5 !important; }\n\n.tabulator-row {\n min-height: 40px;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-cell {\n padding: 12px;\n border-right: none; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #fff; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: initial; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n\n.tabulator-print-table .tabulator-data-tree-control {\n color: inherit; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap4.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{border:1px solid #dee2e6;font-size:16px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#fff;border-bottom:1px solid #dee2e6;box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid #dee2e6;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#3876ca;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #dee2e6}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #dee2e6}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #aaa;border-top:1px solid #dee2e6;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#ececec!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #dee2e6}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #dee2e6}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#e6e6e6;border-top:1px solid #dee2e6;color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #dee2e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #dee2e6;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border:1px solid #dee2e6;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#fff;box-sizing:border-box;min-height:24px;position:relative}.tabulator-row.tabulator-row-even{background-color:#f9f9f9}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#f5f5f5;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#3876ca;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:16px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #dee2e6;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{border-bottom:1px solid #dee2e6}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #dee2e6}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #dee2e6}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #dee2e6;border-bottom-left-radius:1px;border-left:2px solid #dee2e6;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #dee2e6;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #dee2e6;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:16px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#f9f9f9;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#dee2e6;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #dee2e6}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:16px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #dee2e6;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #dee2e6;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #dee2e6;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #dee2e6}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #dee2e6}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #dee2e6;border-bottom-left-radius:1px;border-left:2px solid #dee2e6;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #dee2e6;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#fff;border:none}.tabulator .tabulator-header{border-bottom:2px solid #dee2e6;border-top:1px solid #dee2e6;color:inherit}.tabulator .tabulator-header .tabulator-col{background-color:#fff;border-right:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:12px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #dee2e6}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;font-size:1rem;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus{background-color:#fff;border:1px solid #1d68cd;color:#495057;outline:0}.tabulator .tabulator-header .tabulator-calcs-holder{border-bottom:1px solid #dee2e6;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#000}.tabulator .tabulator-footer,.tabulator .tabulator-tableholder .tabulator-table{color:inherit}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{background-color:#fff;font-weight:400}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background-color:#007bff;color:#fff}.tabulator .tabulator-footer .tabulator-paginator{color:inherit}.tabulator .tabulator-footer .tabulator-pages{margin:0}.tabulator .tabulator-footer .tabulator-page{margin:5px 0 0;padding:8px 12px}.tabulator .tabulator-footer .tabulator-page[data-page=first]{border-bottom-left-radius:4px;border-top-left-radius:4px}.tabulator .tabulator-footer .tabulator-page[data-page=last]{border:1px solid #dee2e6;border-bottom-right-radius:4px;border-top-right-radius:4px}.tabulator .tabulator-footer .tabulator-page.active{background-color:#007bff;border-color:#007bff;color:#fff}.tabulator .tabulator-footer .tabulator-page:disabled{background:#fff;border-color:#dee2e6;color:#6c757d}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{background:#e9ecef;border-color:#dee2e6;color:#0056b3}}.tabulator.thead-dark .tabulator-header,.tabulator.thead-dark .tabulator-header .tabulator-col{background-color:#212529;border-color:#32383e;color:#fff}.tabulator.table-dark{background-color:#212529}.tabulator.table-dark:not(.thead-light) .tabulator-header,.tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col{background-color:#212529;border-color:#32383e;color:#fff}.tabulator.table-dark .tabulator-tableholder{color:#fff}.tabulator.table-dark .tabulator-row{background-color:#212529;border-color:#32383e;color:#fff}@media (hover:hover) and (pointer:fine){.tabulator.table-dark .tabulator-row:hover{background-color:#32383e}.tabulator.table-dark .tabulator-row:hover .tabulator-cell{background-color:hsla(0,0%,100%,.075)}}.tabulator.table-dark .tabulator-row.tabulator-selected{background-color:#9abcea}.tabulator.table-dark .tabulator-footer{border-color:#32383e!important}.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder{background:#212529!important;border-color:#32383e!important}.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder .tabulator-row{background-color:#212529!important;border-color:#32383e!important;color:#fff!important}.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even{background-color:#f9f9f9}.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selectable:hover{background-color:#f5f5f5;cursor:pointer}.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator.table-striped.table-dark .tabulator-row:nth-child(2n) .tabulator-cell{background-color:hsla(0,0%,100%,.05)}.tabulator.table-bordered{border:1px solid #dee2e6}.tabulator.table-bordered .tabulator-header .tabulator-col,.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-right:1px solid #dee2e6}.tabulator.table-borderless .tabulator-header,.tabulator.table-borderless .tabulator-row{border:none}.tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content{padding:5px!important}.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row{min-height:26px}.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{padding:5px!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary{background:#b8daff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary{background:#d6d8db!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success{background:#c3e6cb!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info{background:#bee5eb!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning{background:#ffeeba!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger{background:#f5c6cb!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light{background:#fdfdfe!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-dark{background:#c6c8ca!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active{background:#f5f5f5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary{background:#007bff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary{background:#6c757d!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success{background:#28a745!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info{background:#17a2b8!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning{background:#ffc107!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger{background:#dc3545!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light{background:#f8f9fa!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark{background:#343a40!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active{background:#f5f5f5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary{background:#b8daff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary{background:#d6d8db!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success{background:#c3e6cb!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info{background:#bee5eb!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning{background:#ffeeba!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger{background:#f5c6cb!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light{background:#fdfdfe!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-dark{background:#c6c8ca!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active{background:#f5f5f5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary{background:#007bff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary{background:#6c757d!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success{background:#28a745!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info{background:#17a2b8!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning{background:#ffc107!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger{background:#dc3545!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light{background:#f8f9fa!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark{background:#343a40!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active{background:#f5f5f5!important}.tabulator-row{border-bottom:1px solid #dee2e6;min-height:40px}.tabulator-row .tabulator-cell{border-right:none;padding:12px}.tabulator-row .tabulator-cell:last-of-type{border-right:none}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:none;border-right:1px solid #dee2e6}.tabulator-row .tabulator-cell .tabulator-data-tree-control{border:1px solid #ccc}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#ccc}.tabulator-row.tabulator-group{background:#fafafa}.tabulator-row.tabulator-group span{color:#666}.tabulator-edit-select-list{background:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{color:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}@media (hover:hover) and (pointer:fine){.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{color:#fff}}.tabulator-edit-select-list .tabulator-edit-select-list-group,.tabulator-edit-select-list .tabulator-edit-select-list-notice{color:inherit}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:initial;text-align:initial}.tabulator-print-table .tabulator-print-table-group{background:#fafafa}.tabulator-print-table .tabulator-print-table-group span{color:#666}.tabulator-print-table .tabulator-data-tree-control{color:inherit}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#ccc} | |
| 2 | +/*# sourceMappingURL=tabulator_bootstrap4.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap4.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bootstrap4.scss"],"names":[],"mappings":"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AA2B,CAG3B,4JACE,8BAAiC,CAGrC,yFACE,WAAc,CAChB,4EACE,qBAAyB,CAC3B,2EACE,eAAkB,CAClB,2FACE,qBAAyB,CAC7B,gFACE,4BAAgC,CAClC,kFACE,4BAAgC,CAClC,gFACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,gFACE,4BAAgC,CAClC,+EACE,4BAAgC,CAClC,8EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,+EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,+EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,0EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,4EACE,4BAAgC,CAClC,2EACE,4BAAgC,CAClC,0EACE,4BAAgC,CAClC,4EACE,4BAAgC,CAClC,gGACE,4BAAgC,CAClC,kGACE,4BAAgC,CAClC,gGACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,gGACE,4BAAgC,CAClC,+FACE,4BAAgC,CAClC,8FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,+FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,+FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,0FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,4FACE,4BAAgC,CAClC,2FACE,4BAAgC,CAClC,0FACE,4BAAgC,CAClC,4FACE,4BAAgC,CAEpC,eAEE,+BAAgC,CADhC,eACkC,CAClC,+BAEE,iBAAkB,CADlB,YACoB,CACpB,4CACE,iBAAoB,CACtB,oDAGE,eAAgB,CADhB,kBAAmB,CADnB,8BAEkB,CACpB,4DACE,qBAAwB,CAKtB,8SACE,eAAkB,CAC1B,+BACE,kBAAqB,CACrB,oCACE,UAAa,CAEnB,4BACE,eAAkB,CAClB,oEACE,UAAa,CACb,4EACE,oCAA6C,CACjD,wCACE,mEACE,UAAa,CAAE,CAGnB,6HACE,aAAgB,CAEpB,0DAEE,mBAAoB,CADpB,kBACsB,CAExB,oDACE,kBAAqB,CACrB,yDACE,UAAa,CAEjB,oDACE,aAAgB,CAKd,sRACE,eAAkB","file":"tabulator_bootstrap4.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #dee2e6;\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #dee2e6;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #dee2e6;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ececec !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #dee2e6;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #dee2e6 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #dee2e6;\n border-top: 1px solid #dee2e6;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f5f5f5;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #dee2e6;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #dee2e6;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #f9f9f9; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #dee2e6;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #dee2e6; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #dee2e6;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n background-color: #fff;\n border: none; }\n .tabulator .tabulator-header {\n border-top: 1px solid #dee2e6;\n border-bottom: 2px solid #dee2e6;\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none;\n background-color: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 12px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {\n padding: .375rem .75rem;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: .25rem;\n transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n font-size: 1rem;\n line-height: 1.5;\n color: #495057; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {\n color: #495057;\n background-color: #fff;\n border: 1px solid #1D68CD;\n outline: 0; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n background-color: #fff;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background-color: #007bff;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0;\n margin-top: 5px;\n padding: 8px 12px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"first\"] {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"last\"] {\n border: 1px solid #dee2e6;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n border-color: #007bff;\n background-color: #007bff;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n border-color: #dee2e6;\n background: #fff;\n color: #6c757d; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n border-color: #dee2e6;\n background: #e9ecef;\n color: #0056b3; } }\n .tabulator.thead-dark .tabulator-header {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.thead-dark .tabulator-header .tabulator-col {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.table-dark {\n background-color: #212529; }\n .tabulator.table-dark:not(.thead-light) .tabulator-header {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n .tabulator.table-dark .tabulator-tableholder {\n color: #fff; }\n .tabulator.table-dark .tabulator-row {\n border-color: #32383e;\n background-color: #212529;\n color: #fff; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table-dark .tabulator-row:hover {\n background-color: #32383e; }\n .tabulator.table-dark .tabulator-row:hover .tabulator-cell {\n background-color: rgba(255, 255, 255, 0.075); } }\n .tabulator.table-dark .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n .tabulator.table-dark .tabulator-footer {\n border-color: #32383e !important; }\n .tabulator.table-dark .tabulator-footer .tabulator-calcs-holder {\n border-color: #32383e !important;\n background: #212529 !important; }\n .tabulator.table-dark .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n border-color: #32383e !important;\n background-color: #212529 !important;\n color: #fff !important; }\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even {\n background-color: #f9f9f9; }\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {\n background-color: #f5f5f5;\n cursor: pointer; }\n .tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator.table-striped.table-dark .tabulator-row:nth-child(even) .tabulator-cell {\n background-color: rgba(255, 255, 255, 0.05); }\n .tabulator.table-bordered {\n border: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-borderless .tabulator-header {\n border: none; }\n .tabulator.table-borderless .tabulator-row {\n border: none; }\n .tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 5px !important; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {\n min-height: 26px; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 5px !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {\n background: #b8daff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {\n background: #d6d8db !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {\n background: #c3e6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {\n background: #bee5eb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {\n background: #ffeeba !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {\n background: #f5c6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {\n background: #fdfdfe !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-dark {\n background: #c6c8ca !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {\n background: #007bff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {\n background: #28a745 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {\n background: #17a2b8 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {\n background: #ffc107 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {\n background: #dc3545 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {\n background: #343a40 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {\n background: #b8daff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {\n background: #d6d8db !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {\n background: #c3e6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {\n background: #bee5eb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {\n background: #ffeeba !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {\n background: #f5c6cb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {\n background: #fdfdfe !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-dark {\n background: #c6c8ca !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {\n background: #f5f5f5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {\n background: #007bff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {\n background: #28a745 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {\n background: #17a2b8 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {\n background: #ffc107 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {\n background: #dc3545 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {\n background: #343a40 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {\n background: #f5f5f5 !important; }\n\n.tabulator-row {\n min-height: 40px;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-cell {\n padding: 12px;\n border-right: none; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #fff; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: initial; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n\n.tabulator-print-table .tabulator-data-tree-control {\n color: inherit; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap5.css
... | ... | @@ -0,0 +1,1867 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #dee2e6; | |
| 4 | + background-color: #fff; | |
| 5 | + font-size: 16px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #dee2e6; | |
| 36 | + background-color: #fff; | |
| 37 | + color: #555; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: #fff; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #dee2e6; | |
| 77 | + background: #e6e6e6; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #D6D6D6; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #3876ca; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #e6e6e6; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #666; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #666; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #666; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #666; | |
| 239 | + color: #666; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #dee2e6; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #dee2e6; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: white !important; | |
| 290 | + border-top: 1px solid #dee2e6; | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: white !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #fff; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #333; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #dadfe4 !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #dee2e6; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #dee2e6; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #2975DD; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #2975DD; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #2975DD; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #dee2e6; | |
| 399 | + background-color: #e6e6e6; | |
| 400 | + color: #555; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #dee2e6 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: #f3f3f3 !important; | |
| 451 | + border-bottom: 1px solid #dee2e6; | |
| 452 | + border-top: 1px solid #dee2e6; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: #f3f3f3 !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #555; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #dee2e6; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #dee2e6; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #fff; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 24px; | |
| 602 | + background-color: #fff; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #e9ecef; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #ced4da; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #9ABCEA; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #769BCC; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #dee2e6; | |
| 635 | + border-bottom: 1px solid #dee2e6; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #D6D6D6; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #3876ca; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #3876ca; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #dee2e6; | |
| 678 | + border-bottom: 1px solid #dee2e6; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 16px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #dee2e6; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #dee2e6; | |
| 712 | + border-bottom: 1px solid #dee2e6; | |
| 713 | + background: #fff; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #dee2e6; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #dee2e6; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #1D68CD; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #9ABCEA; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #dee2e6; | |
| 795 | + border-bottom: 2px solid #dee2e6; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #333; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #333; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #333; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #333; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #fff; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #fff; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #dee2e6; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #666; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #666; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #fff; | |
| 993 | + border: 1px solid #dee2e6; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 16px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #e9ecef; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #dee2e6; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #dee2e6; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 16px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #333; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #fff; | |
| 1071 | + background: #1D68CD; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #1D68CD; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #fff; | |
| 1086 | + background: #1D68CD; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #333; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #dee2e6; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #333; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #2975DD; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #dee2e6; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #dee2e6; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #dee2e6; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #dee2e6; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #dee2e6; | |
| 1229 | + border-bottom: 2px solid #dee2e6; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #dee2e6; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #666; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #666; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #333; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #333; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #333; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #333; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator { | |
| 1358 | + background-color: #fff; | |
| 1359 | + border: none; | |
| 1360 | +} | |
| 1361 | + | |
| 1362 | +.tabulator .tabulator-header { | |
| 1363 | + border-top: 1px solid #dee2e6; | |
| 1364 | + border-bottom: 2px solid #dee2e6; | |
| 1365 | + color: inherit; | |
| 1366 | +} | |
| 1367 | + | |
| 1368 | +.tabulator .tabulator-header .tabulator-col { | |
| 1369 | + border-right: none; | |
| 1370 | + background-color: #fff; | |
| 1371 | +} | |
| 1372 | + | |
| 1373 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1374 | + padding: 12px; | |
| 1375 | +} | |
| 1376 | + | |
| 1377 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1378 | + right: 0; | |
| 1379 | +} | |
| 1380 | + | |
| 1381 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1382 | + border-top: 1px solid #dee2e6; | |
| 1383 | +} | |
| 1384 | + | |
| 1385 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input { | |
| 1386 | + padding: .375rem .75rem; | |
| 1387 | + background-color: #fff; | |
| 1388 | + background-clip: padding-box; | |
| 1389 | + border: 1px solid #ced4da; | |
| 1390 | + border-radius: .25rem; | |
| 1391 | + transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; | |
| 1392 | + font-size: 1rem; | |
| 1393 | + line-height: 1.5; | |
| 1394 | + color: #495057; | |
| 1395 | +} | |
| 1396 | + | |
| 1397 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus { | |
| 1398 | + color: #495057; | |
| 1399 | + background-color: #fff; | |
| 1400 | + border: 1px solid #1D68CD; | |
| 1401 | + outline: 0; | |
| 1402 | +} | |
| 1403 | + | |
| 1404 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1405 | + width: 100%; | |
| 1406 | + border-bottom: 1px solid #dee2e6; | |
| 1407 | +} | |
| 1408 | + | |
| 1409 | +.tabulator .tabulator-tableholder .tabulator-placeholder span { | |
| 1410 | + color: #000; | |
| 1411 | +} | |
| 1412 | + | |
| 1413 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 1414 | + color: inherit; | |
| 1415 | +} | |
| 1416 | + | |
| 1417 | +.tabulator .tabulator-footer { | |
| 1418 | + color: inherit; | |
| 1419 | +} | |
| 1420 | + | |
| 1421 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 1422 | + background-color: #fff; | |
| 1423 | + font-weight: normal; | |
| 1424 | +} | |
| 1425 | + | |
| 1426 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1427 | + background-color: #0d6efd; | |
| 1428 | + color: #fff; | |
| 1429 | +} | |
| 1430 | + | |
| 1431 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 1432 | + color: inherit; | |
| 1433 | +} | |
| 1434 | + | |
| 1435 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 1436 | + margin: 0; | |
| 1437 | +} | |
| 1438 | + | |
| 1439 | +.tabulator .tabulator-footer .tabulator-page { | |
| 1440 | + margin: 0; | |
| 1441 | + margin-top: 5px; | |
| 1442 | + padding: 8px 12px; | |
| 1443 | +} | |
| 1444 | + | |
| 1445 | +.tabulator .tabulator-footer .tabulator-page[data-page="first"] { | |
| 1446 | + border-top-left-radius: 4px; | |
| 1447 | + border-bottom-left-radius: 4px; | |
| 1448 | +} | |
| 1449 | + | |
| 1450 | +.tabulator .tabulator-footer .tabulator-page[data-page="last"] { | |
| 1451 | + border: 1px solid #dee2e6; | |
| 1452 | + border-top-right-radius: 4px; | |
| 1453 | + border-bottom-right-radius: 4px; | |
| 1454 | +} | |
| 1455 | + | |
| 1456 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 1457 | + border-color: #0d6efd; | |
| 1458 | + background-color: #0d6efd; | |
| 1459 | + color: #fff; | |
| 1460 | +} | |
| 1461 | + | |
| 1462 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 1463 | + border-color: #dee2e6; | |
| 1464 | + background: #fff; | |
| 1465 | + color: #6c757d; | |
| 1466 | +} | |
| 1467 | + | |
| 1468 | +@media (hover: hover) and (pointer: fine) { | |
| 1469 | + .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover { | |
| 1470 | + border-color: #dee2e6; | |
| 1471 | + background: #e9ecef; | |
| 1472 | + color: #0a58ca; | |
| 1473 | + } | |
| 1474 | +} | |
| 1475 | + | |
| 1476 | +.tabulator.thead-dark .tabulator-header { | |
| 1477 | + border-color: #dee2e6; | |
| 1478 | + background-color: #fff; | |
| 1479 | + color: #212529; | |
| 1480 | +} | |
| 1481 | + | |
| 1482 | +.tabulator.thead-dark .tabulator-header .tabulator-col { | |
| 1483 | + border-color: #dee2e6; | |
| 1484 | + background-color: #fff; | |
| 1485 | + color: #212529; | |
| 1486 | +} | |
| 1487 | + | |
| 1488 | +.tabulator.table { | |
| 1489 | + background-color: #fff; | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.tabulator.table:not(.thead-light) .tabulator-header { | |
| 1493 | + border-color: #dee2e6; | |
| 1494 | + background-color: #fff; | |
| 1495 | + color: #212529; | |
| 1496 | +} | |
| 1497 | + | |
| 1498 | +.tabulator.table:not(.thead-light) .tabulator-header .tabulator-col { | |
| 1499 | + border-color: #dee2e6; | |
| 1500 | + background-color: #fff; | |
| 1501 | + color: #212529; | |
| 1502 | +} | |
| 1503 | + | |
| 1504 | +.tabulator.table .tabulator-tableholder { | |
| 1505 | + color: #212529; | |
| 1506 | +} | |
| 1507 | + | |
| 1508 | +.tabulator.table .tabulator-row { | |
| 1509 | + border-color: #dee2e6; | |
| 1510 | + background-color: #fff; | |
| 1511 | + color: #212529; | |
| 1512 | +} | |
| 1513 | + | |
| 1514 | +@media (hover: hover) and (pointer: fine) { | |
| 1515 | + .tabulator.table .tabulator-row:hover { | |
| 1516 | + background-color: #dee2e6; | |
| 1517 | + } | |
| 1518 | + .tabulator.table .tabulator-row:hover .tabulator-cell { | |
| 1519 | + background-color: #ced4da; | |
| 1520 | + } | |
| 1521 | +} | |
| 1522 | + | |
| 1523 | +.tabulator.table .tabulator-row.tabulator-selected { | |
| 1524 | + background-color: #9ABCEA; | |
| 1525 | +} | |
| 1526 | + | |
| 1527 | +.tabulator.table .tabulator-footer { | |
| 1528 | + border-color: #dee2e6 !important; | |
| 1529 | +} | |
| 1530 | + | |
| 1531 | +.tabulator.table .tabulator-footer .tabulator-calcs-holder { | |
| 1532 | + border-color: #dee2e6 !important; | |
| 1533 | + background: #fff !important; | |
| 1534 | +} | |
| 1535 | + | |
| 1536 | +.tabulator.table .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 1537 | + border-color: #dee2e6 !important; | |
| 1538 | + background-color: #fff !important; | |
| 1539 | + color: #212529 !important; | |
| 1540 | +} | |
| 1541 | + | |
| 1542 | +.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even { | |
| 1543 | + background-color: #e9ecef; | |
| 1544 | +} | |
| 1545 | + | |
| 1546 | +.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected { | |
| 1547 | + background-color: #9ABCEA; | |
| 1548 | +} | |
| 1549 | + | |
| 1550 | +@media (hover: hover) and (pointer: fine) { | |
| 1551 | + .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selectable:hover { | |
| 1552 | + background-color: #ced4da; | |
| 1553 | + cursor: pointer; | |
| 1554 | + } | |
| 1555 | + .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected:hover { | |
| 1556 | + background-color: #769BCC; | |
| 1557 | + cursor: pointer; | |
| 1558 | + } | |
| 1559 | +} | |
| 1560 | + | |
| 1561 | +.tabulator.table-striped.table .tabulator-row:nth-child(even) .tabulator-cell { | |
| 1562 | + background-color: transparent; | |
| 1563 | +} | |
| 1564 | + | |
| 1565 | +.tabulator.table-bordered { | |
| 1566 | + border: 1px solid #dee2e6; | |
| 1567 | +} | |
| 1568 | + | |
| 1569 | +.tabulator.table-bordered .tabulator-header .tabulator-col { | |
| 1570 | + border-right: 1px solid #dee2e6; | |
| 1571 | +} | |
| 1572 | + | |
| 1573 | +.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1574 | + border-right: 1px solid #dee2e6; | |
| 1575 | +} | |
| 1576 | + | |
| 1577 | +.tabulator.table-borderless .tabulator-header { | |
| 1578 | + border: none; | |
| 1579 | +} | |
| 1580 | + | |
| 1581 | +.tabulator.table-borderless .tabulator-row { | |
| 1582 | + border: none; | |
| 1583 | +} | |
| 1584 | + | |
| 1585 | +.tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1586 | + padding: 5px !important; | |
| 1587 | +} | |
| 1588 | + | |
| 1589 | +.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row { | |
| 1590 | + min-height: 26px; | |
| 1591 | +} | |
| 1592 | + | |
| 1593 | +.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1594 | + padding: 5px !important; | |
| 1595 | +} | |
| 1596 | + | |
| 1597 | +.tabulator.table-sm .tabulator-row { | |
| 1598 | + padding-top: 0; | |
| 1599 | + padding-bottom: 0; | |
| 1600 | +} | |
| 1601 | + | |
| 1602 | +.tabulator.table-sm .tabulator-col-resize-handle { | |
| 1603 | + padding: 0; | |
| 1604 | +} | |
| 1605 | + | |
| 1606 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary { | |
| 1607 | + background: #cfe2ff !important; | |
| 1608 | +} | |
| 1609 | + | |
| 1610 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary { | |
| 1611 | + background: #e2e3e5 !important; | |
| 1612 | +} | |
| 1613 | + | |
| 1614 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success { | |
| 1615 | + background: #d1e7dd !important; | |
| 1616 | +} | |
| 1617 | + | |
| 1618 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info { | |
| 1619 | + background: #cff4fc !important; | |
| 1620 | +} | |
| 1621 | + | |
| 1622 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning { | |
| 1623 | + background: #fff3cd !important; | |
| 1624 | +} | |
| 1625 | + | |
| 1626 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger { | |
| 1627 | + background: #f8d7da !important; | |
| 1628 | +} | |
| 1629 | + | |
| 1630 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light { | |
| 1631 | + background: #f8f9fa !important; | |
| 1632 | +} | |
| 1633 | + | |
| 1634 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table { | |
| 1635 | + background: #212529 !important; | |
| 1636 | +} | |
| 1637 | + | |
| 1638 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active { | |
| 1639 | + background: #6c757d !important; | |
| 1640 | +} | |
| 1641 | + | |
| 1642 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary { | |
| 1643 | + background: #cfe2ff !important; | |
| 1644 | +} | |
| 1645 | + | |
| 1646 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary { | |
| 1647 | + background: #e2e3e5 !important; | |
| 1648 | +} | |
| 1649 | + | |
| 1650 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success { | |
| 1651 | + background: #d1e7dd !important; | |
| 1652 | +} | |
| 1653 | + | |
| 1654 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info { | |
| 1655 | + background: #cff4fc !important; | |
| 1656 | +} | |
| 1657 | + | |
| 1658 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning { | |
| 1659 | + background: #fff3cd !important; | |
| 1660 | +} | |
| 1661 | + | |
| 1662 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger { | |
| 1663 | + background: #f8d7da !important; | |
| 1664 | +} | |
| 1665 | + | |
| 1666 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light { | |
| 1667 | + background: #f8f9fa !important; | |
| 1668 | +} | |
| 1669 | + | |
| 1670 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark { | |
| 1671 | + background: #212529 !important; | |
| 1672 | +} | |
| 1673 | + | |
| 1674 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active { | |
| 1675 | + background: #6c757d !important; | |
| 1676 | +} | |
| 1677 | + | |
| 1678 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary { | |
| 1679 | + background: #cfe2ff !important; | |
| 1680 | +} | |
| 1681 | + | |
| 1682 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary { | |
| 1683 | + background: #e2e3e5 !important; | |
| 1684 | +} | |
| 1685 | + | |
| 1686 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success { | |
| 1687 | + background: #d1e7dd !important; | |
| 1688 | +} | |
| 1689 | + | |
| 1690 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info { | |
| 1691 | + background: #cff4fc !important; | |
| 1692 | +} | |
| 1693 | + | |
| 1694 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning { | |
| 1695 | + background: #fff3cd !important; | |
| 1696 | +} | |
| 1697 | + | |
| 1698 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger { | |
| 1699 | + background: #f8d7da !important; | |
| 1700 | +} | |
| 1701 | + | |
| 1702 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light { | |
| 1703 | + background: #f8f9fa !important; | |
| 1704 | +} | |
| 1705 | + | |
| 1706 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table { | |
| 1707 | + background: #212529 !important; | |
| 1708 | +} | |
| 1709 | + | |
| 1710 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active { | |
| 1711 | + background: #6c757d !important; | |
| 1712 | +} | |
| 1713 | + | |
| 1714 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary { | |
| 1715 | + background: #cfe2ff !important; | |
| 1716 | +} | |
| 1717 | + | |
| 1718 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary { | |
| 1719 | + background: #e2e3e5 !important; | |
| 1720 | +} | |
| 1721 | + | |
| 1722 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success { | |
| 1723 | + background: #d1e7dd !important; | |
| 1724 | +} | |
| 1725 | + | |
| 1726 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info { | |
| 1727 | + background: #cff4fc !important; | |
| 1728 | +} | |
| 1729 | + | |
| 1730 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning { | |
| 1731 | + background: #fff3cd !important; | |
| 1732 | +} | |
| 1733 | + | |
| 1734 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger { | |
| 1735 | + background: #f8d7da !important; | |
| 1736 | +} | |
| 1737 | + | |
| 1738 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light { | |
| 1739 | + background: #f8f9fa !important; | |
| 1740 | +} | |
| 1741 | + | |
| 1742 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark { | |
| 1743 | + background: #212529 !important; | |
| 1744 | +} | |
| 1745 | + | |
| 1746 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active { | |
| 1747 | + background: #6c757d !important; | |
| 1748 | +} | |
| 1749 | + | |
| 1750 | +.tabulator-row { | |
| 1751 | + min-height: 40px; | |
| 1752 | + border-bottom: 1px solid #dee2e6; | |
| 1753 | +} | |
| 1754 | + | |
| 1755 | +.tabulator-row .tabulator-cell { | |
| 1756 | + padding: 12px; | |
| 1757 | + border-right: none; | |
| 1758 | +} | |
| 1759 | + | |
| 1760 | +.tabulator-row .tabulator-cell:last-of-type { | |
| 1761 | + border-right: none; | |
| 1762 | +} | |
| 1763 | + | |
| 1764 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1765 | + border-right: 1px solid #dee2e6; | |
| 1766 | + border-bottom: none; | |
| 1767 | + background: #fff; | |
| 1768 | +} | |
| 1769 | + | |
| 1770 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1771 | + border: 1px solid #ccc; | |
| 1772 | +} | |
| 1773 | + | |
| 1774 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1775 | + background: #ccc; | |
| 1776 | +} | |
| 1777 | + | |
| 1778 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1779 | + background: #ccc; | |
| 1780 | +} | |
| 1781 | + | |
| 1782 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1783 | + background: #ccc; | |
| 1784 | +} | |
| 1785 | + | |
| 1786 | +.tabulator-row.tabulator-group { | |
| 1787 | + background: #fafafa; | |
| 1788 | +} | |
| 1789 | + | |
| 1790 | +.tabulator-row.tabulator-group span { | |
| 1791 | + color: #666; | |
| 1792 | +} | |
| 1793 | + | |
| 1794 | +.tabulator-edit-select-list { | |
| 1795 | + background: #fff; | |
| 1796 | +} | |
| 1797 | + | |
| 1798 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active { | |
| 1799 | + color: #fff; | |
| 1800 | +} | |
| 1801 | + | |
| 1802 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused { | |
| 1803 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1804 | +} | |
| 1805 | + | |
| 1806 | +@media (hover: hover) and (pointer: fine) { | |
| 1807 | + .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { | |
| 1808 | + color: #fff; | |
| 1809 | + } | |
| 1810 | +} | |
| 1811 | + | |
| 1812 | +.tabulator-edit-select-list .tabulator-edit-select-list-notice { | |
| 1813 | + color: inherit; | |
| 1814 | +} | |
| 1815 | + | |
| 1816 | +.tabulator-edit-select-list .tabulator-edit-select-list-group { | |
| 1817 | + color: inherit; | |
| 1818 | +} | |
| 1819 | + | |
| 1820 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1821 | + text-align: initial; | |
| 1822 | + border-left: initial; | |
| 1823 | +} | |
| 1824 | + | |
| 1825 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1826 | + background: #fafafa; | |
| 1827 | +} | |
| 1828 | + | |
| 1829 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1830 | + color: #666; | |
| 1831 | +} | |
| 1832 | + | |
| 1833 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1834 | + color: inherit; | |
| 1835 | +} | |
| 1836 | + | |
| 1837 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1838 | + background: #ccc; | |
| 1839 | +} | |
| 1840 | + | |
| 1841 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1842 | + background: #ccc; | |
| 1843 | +} | |
| 1844 | + | |
| 1845 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1846 | + background: #ccc; | |
| 1847 | +} | |
| 1848 | + | |
| 1849 | +.tabulator-popup-container { | |
| 1850 | + background: #fff; | |
| 1851 | +} | |
| 1852 | + | |
| 1853 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1854 | + color: #fff; | |
| 1855 | +} | |
| 1856 | + | |
| 1857 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1858 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1859 | +} | |
| 1860 | + | |
| 1861 | +@media (hover: hover) and (pointer: fine) { | |
| 1862 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1863 | + color: #fff; | |
| 1864 | + } | |
| 1865 | +} | |
| 1866 | + | |
| 1867 | +/*# sourceMappingURL=tabulator_bootstrap5.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap5.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bootstrap5.scss"],"names":[],"mappings":"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","file":"tabulator_bootstrap5.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #dee2e6;\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #dee2e6;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #dee2e6;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #dadfe4 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #dee2e6;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #dee2e6 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #dee2e6;\n border-top: 1px solid #dee2e6;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #e9ecef; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #ced4da;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #dee2e6;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #dee2e6;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #e9ecef; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #dee2e6;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #dee2e6; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #dee2e6;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n background-color: #fff;\n border: none; }\n .tabulator .tabulator-header {\n border-top: 1px solid #dee2e6;\n border-bottom: 2px solid #dee2e6;\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none;\n background-color: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 12px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {\n padding: .375rem .75rem;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: .25rem;\n transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n font-size: 1rem;\n line-height: 1.5;\n color: #495057; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {\n color: #495057;\n background-color: #fff;\n border: 1px solid #1D68CD;\n outline: 0; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n background-color: #fff;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background-color: #0d6efd;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0;\n margin-top: 5px;\n padding: 8px 12px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"first\"] {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"last\"] {\n border: 1px solid #dee2e6;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n border-color: #0d6efd;\n background-color: #0d6efd;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n border-color: #dee2e6;\n background: #fff;\n color: #6c757d; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n border-color: #dee2e6;\n background: #e9ecef;\n color: #0a58ca; } }\n .tabulator.thead-dark .tabulator-header {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.thead-dark .tabulator-header .tabulator-col {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.table {\n background-color: #fff; }\n .tabulator.table:not(.thead-light) .tabulator-header {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.table:not(.thead-light) .tabulator-header .tabulator-col {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.table .tabulator-tableholder {\n color: #212529; }\n .tabulator.table .tabulator-row {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table .tabulator-row:hover {\n background-color: #dee2e6; }\n .tabulator.table .tabulator-row:hover .tabulator-cell {\n background-color: #ced4da; } }\n .tabulator.table .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n .tabulator.table .tabulator-footer {\n border-color: #dee2e6 !important; }\n .tabulator.table .tabulator-footer .tabulator-calcs-holder {\n border-color: #dee2e6 !important;\n background: #fff !important; }\n .tabulator.table .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n border-color: #dee2e6 !important;\n background-color: #fff !important;\n color: #212529 !important; }\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even {\n background-color: #e9ecef; }\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {\n background-color: #ced4da;\n cursor: pointer; }\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator.table-striped.table .tabulator-row:nth-child(even) .tabulator-cell {\n background-color: transparent; }\n .tabulator.table-bordered {\n border: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-borderless .tabulator-header {\n border: none; }\n .tabulator.table-borderless .tabulator-row {\n border: none; }\n .tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 5px !important; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {\n min-height: 26px; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 5px !important; }\n .tabulator.table-sm .tabulator-row {\n padding-top: 0;\n padding-bottom: 0; }\n .tabulator.table-sm .tabulator-col-resize-handle {\n padding: 0; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {\n background: #6c757d !important; }\n\n.tabulator-row {\n min-height: 40px;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-cell {\n padding: 12px;\n border-right: none; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #fff; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: initial; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n\n.tabulator-print-table .tabulator-data-tree-control {\n color: inherit; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n\n.tabulator-popup-container {\n background: #fff; }\n\n.tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n\n@media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n color: #fff; } }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap5.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{border:1px solid #dee2e6;font-size:16px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#fff;border-bottom:1px solid #dee2e6;box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid #dee2e6;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#3876ca;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #dee2e6}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #dee2e6}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #aaa;border-top:1px solid #dee2e6;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#dadfe4!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #dee2e6}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #dee2e6}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#e6e6e6;border-top:1px solid #dee2e6;color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #dee2e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #dee2e6;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border:1px solid #dee2e6;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#fff;box-sizing:border-box;min-height:24px;position:relative}.tabulator-row.tabulator-row-even{background-color:#e9ecef}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#ced4da;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#3876ca;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:16px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #dee2e6;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{border-bottom:1px solid #dee2e6}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #dee2e6}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #dee2e6}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #dee2e6;border-bottom-left-radius:1px;border-left:2px solid #dee2e6;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #dee2e6;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;border:1px solid #dee2e6;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:16px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#e9ecef;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#dee2e6;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #dee2e6}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:16px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #dee2e6;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #dee2e6;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #dee2e6;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #dee2e6}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #dee2e6}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #dee2e6;border-bottom-left-radius:1px;border-left:2px solid #dee2e6;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #dee2e6;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#fff;border:none}.tabulator .tabulator-header{border-bottom:2px solid #dee2e6;border-top:1px solid #dee2e6;color:inherit}.tabulator .tabulator-header .tabulator-col{background-color:#fff;border-right:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:12px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #dee2e6}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;font-size:1rem;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus{background-color:#fff;border:1px solid #1d68cd;color:#495057;outline:0}.tabulator .tabulator-header .tabulator-calcs-holder{border-bottom:1px solid #dee2e6;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#000}.tabulator .tabulator-footer,.tabulator .tabulator-tableholder .tabulator-table{color:inherit}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{background-color:#fff;font-weight:400}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background-color:#0d6efd;color:#fff}.tabulator .tabulator-footer .tabulator-paginator{color:inherit}.tabulator .tabulator-footer .tabulator-pages{margin:0}.tabulator .tabulator-footer .tabulator-page{margin:5px 0 0;padding:8px 12px}.tabulator .tabulator-footer .tabulator-page[data-page=first]{border-bottom-left-radius:4px;border-top-left-radius:4px}.tabulator .tabulator-footer .tabulator-page[data-page=last]{border:1px solid #dee2e6;border-bottom-right-radius:4px;border-top-right-radius:4px}.tabulator .tabulator-footer .tabulator-page.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.tabulator .tabulator-footer .tabulator-page:disabled{background:#fff;border-color:#dee2e6;color:#6c757d}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{background:#e9ecef;border-color:#dee2e6;color:#0a58ca}}.tabulator.thead-dark .tabulator-header,.tabulator.thead-dark .tabulator-header .tabulator-col{background-color:#fff;border-color:#dee2e6;color:#212529}.tabulator.table{background-color:#fff}.tabulator.table:not(.thead-light) .tabulator-header,.tabulator.table:not(.thead-light) .tabulator-header .tabulator-col{background-color:#fff;border-color:#dee2e6;color:#212529}.tabulator.table .tabulator-tableholder{color:#212529}.tabulator.table .tabulator-row{background-color:#fff;border-color:#dee2e6;color:#212529}@media (hover:hover) and (pointer:fine){.tabulator.table .tabulator-row:hover{background-color:#dee2e6}.tabulator.table .tabulator-row:hover .tabulator-cell{background-color:#ced4da}}.tabulator.table .tabulator-row.tabulator-selected{background-color:#9abcea}.tabulator.table .tabulator-footer{border-color:#dee2e6!important}.tabulator.table .tabulator-footer .tabulator-calcs-holder{background:#fff!important;border-color:#dee2e6!important}.tabulator.table .tabulator-footer .tabulator-calcs-holder .tabulator-row{background-color:#fff!important;border-color:#dee2e6!important;color:#212529!important}.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even{background-color:#e9ecef}.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selectable:hover{background-color:#ced4da;cursor:pointer}.tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator.table-striped.table .tabulator-row:nth-child(2n) .tabulator-cell{background-color:transparent}.tabulator.table-bordered{border:1px solid #dee2e6}.tabulator.table-bordered .tabulator-header .tabulator-col,.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-right:1px solid #dee2e6}.tabulator.table-borderless .tabulator-header,.tabulator.table-borderless .tabulator-row{border:none}.tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content{padding:5px!important}.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row{min-height:26px}.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{padding:5px!important}.tabulator.table-sm .tabulator-row{padding-bottom:0;padding-top:0}.tabulator.table-sm .tabulator-col-resize-handle{padding:0}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary{background:#cfe2ff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary{background:#e2e3e5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success{background:#d1e7dd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info{background:#cff4fc!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning{background:#fff3cd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger{background:#f8d7da!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light{background:#f8f9fa!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table{background:#212529!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active{background:#6c757d!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary{background:#cfe2ff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary{background:#e2e3e5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success{background:#d1e7dd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info{background:#cff4fc!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning{background:#fff3cd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger{background:#f8d7da!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light{background:#f8f9fa!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark{background:#212529!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active{background:#6c757d!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary{background:#cfe2ff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary{background:#e2e3e5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success{background:#d1e7dd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info{background:#cff4fc!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning{background:#fff3cd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger{background:#f8d7da!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light{background:#f8f9fa!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table{background:#212529!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active{background:#6c757d!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary{background:#cfe2ff!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary{background:#e2e3e5!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success{background:#d1e7dd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info{background:#cff4fc!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning{background:#fff3cd!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger{background:#f8d7da!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light{background:#f8f9fa!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark{background:#212529!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active{background:#6c757d!important}.tabulator-row{border-bottom:1px solid #dee2e6;min-height:40px}.tabulator-row .tabulator-cell{border-right:none;padding:12px}.tabulator-row .tabulator-cell:last-of-type{border-right:none}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:none;border-right:1px solid #dee2e6}.tabulator-row .tabulator-cell .tabulator-data-tree-control{border:1px solid #ccc}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#ccc}.tabulator-row.tabulator-group{background:#fafafa}.tabulator-row.tabulator-group span{color:#666}.tabulator-edit-select-list{background:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{color:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}@media (hover:hover) and (pointer:fine){.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{color:#fff}}.tabulator-edit-select-list .tabulator-edit-select-list-group,.tabulator-edit-select-list .tabulator-edit-select-list-notice{color:inherit}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:initial;text-align:initial}.tabulator-print-table .tabulator-print-table-group{background:#fafafa}.tabulator-print-table .tabulator-print-table-group span{color:#666}.tabulator-print-table .tabulator-data-tree-control{color:inherit}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#ccc}.tabulator-popup-container{background:#fff}.tabulator-edit-list .tabulator-edit-list-item.active{color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{color:#fff}} | |
| 2 | +/*# sourceMappingURL=tabulator_bootstrap5.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bootstrap5.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bootstrap5.scss"],"names":[],"mappings":"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AAc,CAChB,4EACE,qBAAyB,CAC3B,2EACE,eAAkB,CAClB,2FACE,qBAAyB,CAC7B,mCAEE,gBAAiB,CADjB,aACmB,CACrB,iDACE,SAAY,CACd,gFACE,4BAAgC,CAClC,kFACE,4BAAgC,CAClC,gFACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,gFACE,4BAAgC,CAClC,+EACE,4BAAgC,CAClC,8EACE,4BAAgC,CAClC,wEACE,4BAAgC,CAClC,+EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,+EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,0EACE,4BAAgC,CAClC,6EACE,4BAAgC,CAClC,4EACE,4BAAgC,CAClC,2EACE,4BAAgC,CAClC,0EACE,4BAAgC,CAClC,4EACE,4BAAgC,CAClC,gGACE,4BAAgC,CAClC,kGACE,4BAAgC,CAClC,gGACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,gGACE,4BAAgC,CAClC,+FACE,4BAAgC,CAClC,8FACE,4BAAgC,CAClC,wFACE,4BAAgC,CAClC,+FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,+FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,0FACE,4BAAgC,CAClC,6FACE,4BAAgC,CAClC,4FACE,4BAAgC,CAClC,2FACE,4BAAgC,CAClC,0FACE,4BAAgC,CAClC,4FACE,4BAAgC,CAEpC,eAEE,+BAAgC,CADhC,eACkC,CAClC,+BAEE,iBAAkB,CADlB,YACoB,CACpB,4CACE,iBAAoB,CACtB,oDAGE,eAAgB,CADhB,kBAAmB,CADnB,8BAEkB,CACpB,4DACE,qBAAwB,CAKtB,8SACE,eAAkB,CAC1B,+BACE,kBAAqB,CACrB,oCACE,UAAa,CAEnB,4BACE,eAAkB,CAClB,oEACE,UAAa,CACb,4EACE,oCAA6C,CACjD,wCACE,mEACE,UAAa,CAAE,CAGnB,6HACE,aAAgB,CAEpB,0DAEE,mBAAoB,CADpB,kBACsB,CAExB,oDACE,kBAAqB,CACrB,yDACE,UAAa,CAEjB,oDACE,aAAgB,CAKd,sRACE,eAAkB,CAExB,2BACE,eAAkB,CAEpB,sDACE,UAAa,CACb,8DACE,oCAA6C,CAEjD,wCACE,qDACE,UAAa,CAAE","file":"tabulator_bootstrap5.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #dee2e6;\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #dee2e6;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #dee2e6;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #dadfe4 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #dee2e6;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #dee2e6 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #dee2e6;\n border-top: 1px solid #dee2e6;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #dee2e6;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #e9ecef; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #ced4da;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #dee2e6;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: 1px solid #dee2e6;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #dee2e6;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #e9ecef; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #dee2e6;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #dee2e6; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #dee2e6;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #dee2e6; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #dee2e6;\n border-bottom: 2px solid #dee2e6; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #dee2e6;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n background-color: #fff;\n border: none; }\n .tabulator .tabulator-header {\n border-top: 1px solid #dee2e6;\n border-bottom: 2px solid #dee2e6;\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none;\n background-color: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 12px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid #dee2e6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {\n padding: .375rem .75rem;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n border-radius: .25rem;\n transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n font-size: 1rem;\n line-height: 1.5;\n color: #495057; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {\n color: #495057;\n background-color: #fff;\n border: 1px solid #1D68CD;\n outline: 0; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid #dee2e6; }\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n background-color: #fff;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background-color: #0d6efd;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0;\n margin-top: 5px;\n padding: 8px 12px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"first\"] {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"last\"] {\n border: 1px solid #dee2e6;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n border-color: #0d6efd;\n background-color: #0d6efd;\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n border-color: #dee2e6;\n background: #fff;\n color: #6c757d; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n border-color: #dee2e6;\n background: #e9ecef;\n color: #0a58ca; } }\n .tabulator.thead-dark .tabulator-header {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.thead-dark .tabulator-header .tabulator-col {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.table {\n background-color: #fff; }\n .tabulator.table:not(.thead-light) .tabulator-header {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.table:not(.thead-light) .tabulator-header .tabulator-col {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n .tabulator.table .tabulator-tableholder {\n color: #212529; }\n .tabulator.table .tabulator-row {\n border-color: #dee2e6;\n background-color: #fff;\n color: #212529; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table .tabulator-row:hover {\n background-color: #dee2e6; }\n .tabulator.table .tabulator-row:hover .tabulator-cell {\n background-color: #ced4da; } }\n .tabulator.table .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n .tabulator.table .tabulator-footer {\n border-color: #dee2e6 !important; }\n .tabulator.table .tabulator-footer .tabulator-calcs-holder {\n border-color: #dee2e6 !important;\n background: #fff !important; }\n .tabulator.table .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n border-color: #dee2e6 !important;\n background-color: #fff !important;\n color: #212529 !important; }\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even {\n background-color: #e9ecef; }\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {\n background-color: #ced4da;\n cursor: pointer; }\n .tabulator.table-striped:not(.table) .tabulator-row.tabulator-row-even.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator.table-striped.table .tabulator-row:nth-child(even) .tabulator-cell {\n background-color: transparent; }\n .tabulator.table-bordered {\n border: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #dee2e6; }\n .tabulator.table-borderless .tabulator-header {\n border: none; }\n .tabulator.table-borderless .tabulator-row {\n border: none; }\n .tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 5px !important; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {\n min-height: 26px; }\n .tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 5px !important; }\n .tabulator.table-sm .tabulator-row {\n padding-top: 0;\n padding-bottom: 0; }\n .tabulator.table-sm .tabulator-col-resize-handle {\n padding: 0; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {\n background: #6c757d !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {\n background: #cfe2ff !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {\n background: #e2e3e5 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {\n background: #d1e7dd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {\n background: #cff4fc !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {\n background: #fff3cd !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {\n background: #f8d7da !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {\n background: #f8f9fa !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {\n background: #212529 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {\n background: #6c757d !important; }\n\n.tabulator-row {\n min-height: 40px;\n border-bottom: 1px solid #dee2e6; }\n .tabulator-row .tabulator-cell {\n padding: 12px;\n border-right: none; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #dee2e6;\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #fff; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: initial; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n\n.tabulator-print-table .tabulator-data-tree-control {\n color: inherit; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n\n.tabulator-popup-container {\n background: #fff; }\n\n.tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n\n@media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n color: #fff; } }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bulma.css
... | ... | @@ -0,0 +1,1546 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #999; | |
| 4 | + background-color: white; | |
| 5 | + font-size: 16px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #999; | |
| 36 | + background-color: transparent; | |
| 37 | + color: #363636; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: transparent; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #999; | |
| 77 | + background: rgba(0, 0, 0, 0); | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #D6D6D6; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #009e86; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: rgba(0, 0, 0, 0); | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #363636; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #363636; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #363636; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #363636; | |
| 239 | + color: #363636; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #aaa; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #aaa; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: rgba(13, 13, 13, 0) !important; | |
| 290 | + border-top: 1px solid #aaa; | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: rgba(13, 13, 13, 0) !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: transparent; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #363636; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #ededed !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #aaa; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #aaa; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #009e86; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #009e86; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #009e86; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #999; | |
| 399 | + background-color: transparent; | |
| 400 | + color: #363636; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #999 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: rgba(13, 13, 13, 0) !important; | |
| 451 | + border-bottom: 1px solid #aaa; | |
| 452 | + border-top: 1px solid #aaa; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: rgba(13, 13, 13, 0) !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #363636; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #dbdbdb; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #dbdbdb; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #d00; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 24px; | |
| 602 | + background-color: transparent; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #fafafa; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #fafafa; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #00d1b2; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #769BCC; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #aaa; | |
| 635 | + border-bottom: 1px solid #aaa; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #D6D6D6; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #009e86; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #009e86; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #aaa; | |
| 678 | + border-bottom: 1px solid #aaa; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 16px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #aaa; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #999; | |
| 712 | + border-bottom: 1px solid #aaa; | |
| 713 | + background: transparent; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #aaa; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #aaa; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #1D68CD; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #00d1b2; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #aaa; | |
| 795 | + border-bottom: 2px solid #aaa; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #363636; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #363636; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #363636; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #363636; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: transparent; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: transparent; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #aaa; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #363636; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #363636; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: transparent; | |
| 993 | + border: 1px solid #aaa; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 16px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #fafafa; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #aaa; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #aaa; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 16px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #363636; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: transparent; | |
| 1071 | + background: #1D68CD; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(0, 0, 0, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #1D68CD; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: transparent; | |
| 1086 | + background: #1D68CD; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #363636; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #aaa; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #363636; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #009e86; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #aaa; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #aaa; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #aaa; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #aaa; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #aaa; | |
| 1229 | + border-bottom: 2px solid #aaa; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #aaa; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #363636; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #363636; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #363636; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #363636; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #363636; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #363636; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator { | |
| 1358 | + border: none; | |
| 1359 | +} | |
| 1360 | + | |
| 1361 | +.tabulator .tabulator-header { | |
| 1362 | + border: 1px solid #dbdbdb; | |
| 1363 | + border-width: 0 0 2px; | |
| 1364 | +} | |
| 1365 | + | |
| 1366 | +.tabulator .tabulator-header .tabulator-col { | |
| 1367 | + border-right: none; | |
| 1368 | +} | |
| 1369 | + | |
| 1370 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 1371 | + border: none; | |
| 1372 | +} | |
| 1373 | + | |
| 1374 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1375 | + padding: 0.5em 0.75em; | |
| 1376 | +} | |
| 1377 | + | |
| 1378 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1379 | + right: 0px; | |
| 1380 | +} | |
| 1381 | + | |
| 1382 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input { | |
| 1383 | + border: 1px solid #dbdbdb; | |
| 1384 | +} | |
| 1385 | + | |
| 1386 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1387 | + border: 1px solid #dbdbdb; | |
| 1388 | + border-width: 2px 0 0; | |
| 1389 | +} | |
| 1390 | + | |
| 1391 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell { | |
| 1392 | + border-bottom-width: 0; | |
| 1393 | +} | |
| 1394 | + | |
| 1395 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 1396 | + border: 1px solid #dbdbdb; | |
| 1397 | + border-width: 0 0 2px; | |
| 1398 | +} | |
| 1399 | + | |
| 1400 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 1401 | + border: 1px solid #dbdbdb; | |
| 1402 | + border-width: 2px 0 0; | |
| 1403 | +} | |
| 1404 | + | |
| 1405 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs .tabulator-cell { | |
| 1406 | + border-bottom-width: 0; | |
| 1407 | +} | |
| 1408 | + | |
| 1409 | +.tabulator .tabulator-footer { | |
| 1410 | + padding: 0.5em 0.75em; | |
| 1411 | + border: 1px solid #dbdbdb; | |
| 1412 | + border-width: 2px 0 0; | |
| 1413 | +} | |
| 1414 | + | |
| 1415 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 1416 | + margin: -5px -10px 10px -10px; | |
| 1417 | + border: 1px solid #dbdbdb; | |
| 1418 | + border-width: 0 0 2px; | |
| 1419 | +} | |
| 1420 | + | |
| 1421 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell { | |
| 1422 | + border-bottom-width: 0; | |
| 1423 | +} | |
| 1424 | + | |
| 1425 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 1426 | + margin-top: calc( -0.5em - 5px); | |
| 1427 | +} | |
| 1428 | + | |
| 1429 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 1430 | + border-color: #dbdbdb; | |
| 1431 | + font-weight: normal; | |
| 1432 | +} | |
| 1433 | + | |
| 1434 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1435 | + border-color: #4a4a4a; | |
| 1436 | + color: #363636; | |
| 1437 | + font-weight: bold; | |
| 1438 | +} | |
| 1439 | + | |
| 1440 | +.tabulator .tabulator-footer .tabulator-page { | |
| 1441 | + margin: 0 0.1875em; | |
| 1442 | + padding: calc(0.375em - 1px) 0.75em; | |
| 1443 | + border: 1px solid #dbdbdb; | |
| 1444 | + font-size: 16px; | |
| 1445 | +} | |
| 1446 | + | |
| 1447 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 1448 | + border-color: #4a4a4a; | |
| 1449 | + color: #363636; | |
| 1450 | + font-weight: bold; | |
| 1451 | +} | |
| 1452 | + | |
| 1453 | +@media (hover: hover) and (pointer: fine) { | |
| 1454 | + .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover { | |
| 1455 | + cursor: pointer; | |
| 1456 | + border-color: #b5b5b5; | |
| 1457 | + background: inherit; | |
| 1458 | + color: inherit; | |
| 1459 | + } | |
| 1460 | +} | |
| 1461 | + | |
| 1462 | +.tabulator.is-striped .tabulator-row:nth-child(even) { | |
| 1463 | + background-color: #fafafa; | |
| 1464 | +} | |
| 1465 | + | |
| 1466 | +.tabulator.is-bordered { | |
| 1467 | + border: 1px solid #dbdbdb; | |
| 1468 | +} | |
| 1469 | + | |
| 1470 | +.tabulator.is-bordered .tabulator-header .tabulator-col { | |
| 1471 | + border-right: 1px solid #dbdbdb; | |
| 1472 | +} | |
| 1473 | + | |
| 1474 | +.tabulator.is-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1475 | + border-right: 1px solid #dbdbdb; | |
| 1476 | +} | |
| 1477 | + | |
| 1478 | +.tabulator.is-narrow .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1479 | + padding: 0.25em 0.5em; | |
| 1480 | +} | |
| 1481 | + | |
| 1482 | +.tabulator.is-narrow .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1483 | + padding: 0.25em 0.5em; | |
| 1484 | +} | |
| 1485 | + | |
| 1486 | +.tabulator-row { | |
| 1487 | + min-height: 22px; | |
| 1488 | +} | |
| 1489 | + | |
| 1490 | +.tabulator-row.tabulator-row-even { | |
| 1491 | + background-color: inherit; | |
| 1492 | +} | |
| 1493 | + | |
| 1494 | +.tabulator-row.tabulator-selected { | |
| 1495 | + background-color: #00d1b2 !important; | |
| 1496 | +} | |
| 1497 | + | |
| 1498 | +@media (hover: hover) and (pointer: fine) { | |
| 1499 | + .tabulator-row.tabulator-selected:hover { | |
| 1500 | + background-color: #009e86 !important; | |
| 1501 | + } | |
| 1502 | +} | |
| 1503 | + | |
| 1504 | +.tabulator-row .tabulator-cell { | |
| 1505 | + padding: 0.5em 0.75em; | |
| 1506 | + border: 1px solid #dbdbdb; | |
| 1507 | + border-width: 0 0 1px; | |
| 1508 | +} | |
| 1509 | + | |
| 1510 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1511 | + border: 1px solid #dbdbdb; | |
| 1512 | + border-width: 0 0 1px; | |
| 1513 | + border-right-width: 1px; | |
| 1514 | + background: transparent; | |
| 1515 | +} | |
| 1516 | + | |
| 1517 | +.tabulator-row.tabulator-group { | |
| 1518 | + border-bottom: 1px solid #999; | |
| 1519 | + border-right: none; | |
| 1520 | + border-top: 1px solid #999; | |
| 1521 | + color: #363636; | |
| 1522 | +} | |
| 1523 | + | |
| 1524 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1525 | + box-sizing: border-box; | |
| 1526 | + border-bottom: 1px solid #999; | |
| 1527 | + border-right: none; | |
| 1528 | + border-top: 1px solid #999; | |
| 1529 | + color: #363636; | |
| 1530 | +} | |
| 1531 | + | |
| 1532 | +.tabulator-popup-container { | |
| 1533 | + background: white; | |
| 1534 | +} | |
| 1535 | + | |
| 1536 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1537 | + color: white; | |
| 1538 | +} | |
| 1539 | + | |
| 1540 | +@media (hover: hover) and (pointer: fine) { | |
| 1541 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1542 | + color: white; | |
| 1543 | + } | |
| 1544 | +} | |
| 1545 | + | |
| 1546 | +/*# sourceMappingURL=tabulator_bulma.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bulma.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bulma.scss"],"names":[],"mappings":"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","file":"tabulator_bulma.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: white;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: transparent;\n color: #363636;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: transparent;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: rgba(0, 0, 0, 0);\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #009e86;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0); } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #363636; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #363636; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #363636; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #363636;\n color: #363636; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: rgba(13, 13, 13, 0) !important;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: rgba(13, 13, 13, 0) !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: transparent;\n white-space: nowrap;\n overflow: visible;\n color: #363636; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ededed !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #009e86; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #009e86;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #009e86; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: transparent;\n color: #363636;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #999 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: rgba(13, 13, 13, 0) !important;\n border-bottom: 1px solid #aaa;\n border-top: 1px solid #aaa;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: rgba(13, 13, 13, 0) !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #363636;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #dbdbdb;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #dbdbdb;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: transparent; }\n .tabulator-row.tabulator-row-even {\n background-color: #fafafa; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #fafafa;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #00d1b2; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #009e86;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #009e86;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #aaa;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #999;\n border-bottom: 1px solid #aaa;\n background: transparent; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #00d1b2; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #363636;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #363636; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: transparent;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: transparent; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #363636;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #363636;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: transparent;\n border: 1px solid #aaa;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fafafa; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #aaa;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #aaa; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #363636;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: transparent;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(0, 0, 0, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: transparent;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #363636;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #aaa;\n padding: 4px;\n padding-top: 6px;\n color: #363636;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #009e86;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #363636;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #363636;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #363636;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #363636; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n\n.tabulator {\n border: none; }\n .tabulator .tabulator-header {\n border: 1px solid #dbdbdb;\n border-width: 0 0 2px; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n border: none; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.5em 0.75em; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: 0px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {\n border: 1px solid #dbdbdb; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n border: 1px solid #dbdbdb;\n border-width: 2px 0 0; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n border-bottom-width: 0; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border: 1px solid #dbdbdb;\n border-width: 0 0 2px; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border: 1px solid #dbdbdb;\n border-width: 2px 0 0; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs .tabulator-cell {\n border-bottom-width: 0; }\n .tabulator .tabulator-footer {\n padding: 0.5em 0.75em;\n border: 1px solid #dbdbdb;\n border-width: 2px 0 0; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n margin: -5px -10px 10px -10px;\n border: 1px solid #dbdbdb;\n border-width: 0 0 2px; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n border-bottom-width: 0; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: calc( -0.5em - 5px); }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n border-color: #dbdbdb;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n border-color: #4a4a4a;\n color: #363636;\n font-weight: bold; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0 0.1875em;\n padding: calc(0.375em - 1px) 0.75em;\n border: 1px solid #dbdbdb;\n font-size: 16px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n border-color: #4a4a4a;\n color: #363636;\n font-weight: bold; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n border-color: #b5b5b5;\n background: inherit;\n color: inherit; } }\n .tabulator.is-striped .tabulator-row:nth-child(even) {\n background-color: #fafafa; }\n .tabulator.is-bordered {\n border: 1px solid #dbdbdb; }\n .tabulator.is-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #dbdbdb; }\n .tabulator.is-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #dbdbdb; }\n .tabulator.is-narrow .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.25em 0.5em; }\n .tabulator.is-narrow .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 0.25em 0.5em; }\n\n.tabulator-row {\n min-height: 22px; }\n .tabulator-row.tabulator-row-even {\n background-color: inherit; }\n .tabulator-row.tabulator-selected {\n background-color: #00d1b2 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #009e86 !important; } }\n .tabulator-row .tabulator-cell {\n padding: 0.5em 0.75em;\n border: 1px solid #dbdbdb;\n border-width: 0 0 1px; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border: 1px solid #dbdbdb;\n border-width: 0 0 1px;\n border-right-width: 1px;\n background: transparent; }\n .tabulator-row.tabulator-group {\n border-bottom: 1px solid #999;\n border-right: none;\n border-top: 1px solid #999;\n color: #363636; }\n\n.tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: none;\n border-top: 1px solid #999;\n color: #363636; }\n\n.tabulator-popup-container {\n background: white; }\n\n.tabulator-edit-list .tabulator-edit-list-item.active {\n color: white; }\n\n@media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n color: white; } }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bulma.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{background-color:#fff;border:1px solid #999;font-size:16px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:transparent;border-bottom:1px solid #999;box-sizing:border-box;color:#363636;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:transparent;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:transparent;border:1px solid #999;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#009e86;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:transparent;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#363636}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #363636;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#363636}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #363636;color:#363636}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder{background:hsla(0,0%,5%,0)!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:hsla(0,0%,5%,0)!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:transparent;color:#363636;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#ededed!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #009e86;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#009e86;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #009e86;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:transparent;border-top:1px solid #999;color:#363636;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:hsla(0,0%,5%,0)!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:hsla(0,0%,5%,0)!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#363636;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #dbdbdb;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:transparent;box-sizing:border-box;min-height:24px;position:relative}.tabulator-row.tabulator-row-even{background-color:#fafafa}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#fafafa;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#00d1b2}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #aaa;border-top:1px solid #aaa;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#009e86;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:16px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #aaa;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{border-bottom:1px solid #aaa;border-right:1px solid #999}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#00d1b2}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-bottom-left-radius:1px;border-left:2px solid #aaa;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #363636;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#363636;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#363636;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#363636;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:transparent;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:transparent}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-right:1px solid #aaa;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #363636;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #363636;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:transparent;border:1px solid #aaa;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:16px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#fafafa;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#aaa;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #aaa}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:16px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#363636;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:transparent}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid rgba(0,0,0,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:transparent;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#363636;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #aaa;color:#363636;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#009e86;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #aaa;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-bottom-left-radius:1px;border-left:2px solid #aaa;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-right:1px solid #aaa;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #363636;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #363636;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #363636;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#363636;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#363636;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#363636;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{border:none}.tabulator .tabulator-header{border:solid #dbdbdb;border-width:0 0 2px}.tabulator .tabulator-header .tabulator-col{border-right:none}.tabulator .tabulator-header .tabulator-col.tabulator-moving{border:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:.5em .75em}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{right:0}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input{border:1px solid #dbdbdb}.tabulator .tabulator-header .tabulator-calcs-holder{border:solid #dbdbdb;border-width:2px 0 0}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell{border-bottom-width:0}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border:solid #dbdbdb;border-width:0 0 2px}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border:solid #dbdbdb;border-width:2px 0 0}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs .tabulator-cell{border-bottom-width:0}.tabulator .tabulator-footer{border:solid #dbdbdb;border-width:2px 0 0;padding:.5em .75em}.tabulator .tabulator-footer .tabulator-calcs-holder{border:solid #dbdbdb;border-width:0 0 2px;margin:-5px -10px 10px}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell{border-bottom-width:0}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:calc(-.5em - 5px)}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border-color:#dbdbdb;font-weight:400}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{border-color:#4a4a4a;color:#363636;font-weight:700}.tabulator .tabulator-footer .tabulator-page{border:1px solid #dbdbdb;font-size:16px;margin:0 .1875em;padding:calc(.375em - 1px) .75em}.tabulator .tabulator-footer .tabulator-page.active{border-color:#4a4a4a;color:#363636;font-weight:700}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{background:inherit;border-color:#b5b5b5;color:inherit;cursor:pointer}}.tabulator.is-striped .tabulator-row:nth-child(2n){background-color:#fafafa}.tabulator.is-bordered{border:1px solid #dbdbdb}.tabulator.is-bordered .tabulator-header .tabulator-col,.tabulator.is-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-right:1px solid #dbdbdb}.tabulator.is-narrow .tabulator-header .tabulator-col .tabulator-col-content,.tabulator.is-narrow .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{padding:.25em .5em}.tabulator-row{min-height:22px}.tabulator-row.tabulator-row-even{background-color:inherit}.tabulator-row.tabulator-selected{background-color:#00d1b2!important}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#009e86!important}}.tabulator-row .tabulator-cell{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em}.tabulator-row .tabulator-cell.tabulator-row-header{background:transparent;border:1px solid #dbdbdb;border-width:0 1px 1px 0}.tabulator-print-table .tabulator-print-table-group,.tabulator-row.tabulator-group{border-bottom:1px solid #999;border-right:none;border-top:1px solid #999;color:#363636}.tabulator-print-table .tabulator-print-table-group{box-sizing:border-box}.tabulator-popup-container{background:#fff}.tabulator-edit-list .tabulator-edit-list-item.active{color:#fff}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{color:#fff}} | |
| 2 | +/*# sourceMappingURL=tabulator_bulma.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_bulma.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_bulma.scss"],"names":[],"mappings":"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","file":"tabulator_bulma.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: white;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: transparent;\n color: #363636;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: transparent;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: rgba(0, 0, 0, 0);\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #009e86;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0); } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #363636; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #363636; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #363636; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #363636;\n color: #363636; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: rgba(13, 13, 13, 0) !important;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: rgba(13, 13, 13, 0) !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: transparent;\n white-space: nowrap;\n overflow: visible;\n color: #363636; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ededed !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #aaa; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #009e86; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #009e86;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #009e86; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: transparent;\n color: #363636;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #999 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: rgba(13, 13, 13, 0) !important;\n border-bottom: 1px solid #aaa;\n border-top: 1px solid #aaa;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: rgba(13, 13, 13, 0) !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #363636;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #dbdbdb;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #dbdbdb;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: transparent; }\n .tabulator-row.tabulator-row-even {\n background-color: #fafafa; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #fafafa;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #00d1b2; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #009e86;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #009e86;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #aaa;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #999;\n border-bottom: 1px solid #aaa;\n background: transparent; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #00d1b2; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #363636;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #363636; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: transparent;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: transparent; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #363636;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #363636;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: transparent;\n border: 1px solid #aaa;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fafafa; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #aaa;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #aaa; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #363636;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: transparent;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(0, 0, 0, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: transparent;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #363636;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #aaa;\n padding: 4px;\n padding-top: 6px;\n color: #363636;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #009e86;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #aaa; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #363636;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #363636;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #363636;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #363636; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #363636; }\n\n.tabulator {\n border: none; }\n .tabulator .tabulator-header {\n border: 1px solid #dbdbdb;\n border-width: 0 0 2px; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n border: none; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.5em 0.75em; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: 0px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {\n border: 1px solid #dbdbdb; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n border: 1px solid #dbdbdb;\n border-width: 2px 0 0; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n border-bottom-width: 0; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border: 1px solid #dbdbdb;\n border-width: 0 0 2px; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border: 1px solid #dbdbdb;\n border-width: 2px 0 0; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs .tabulator-cell {\n border-bottom-width: 0; }\n .tabulator .tabulator-footer {\n padding: 0.5em 0.75em;\n border: 1px solid #dbdbdb;\n border-width: 2px 0 0; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n margin: -5px -10px 10px -10px;\n border: 1px solid #dbdbdb;\n border-width: 0 0 2px; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n border-bottom-width: 0; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: calc( -0.5em - 5px); }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n border-color: #dbdbdb;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n border-color: #4a4a4a;\n color: #363636;\n font-weight: bold; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0 0.1875em;\n padding: calc(0.375em - 1px) 0.75em;\n border: 1px solid #dbdbdb;\n font-size: 16px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n border-color: #4a4a4a;\n color: #363636;\n font-weight: bold; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n border-color: #b5b5b5;\n background: inherit;\n color: inherit; } }\n .tabulator.is-striped .tabulator-row:nth-child(even) {\n background-color: #fafafa; }\n .tabulator.is-bordered {\n border: 1px solid #dbdbdb; }\n .tabulator.is-bordered .tabulator-header .tabulator-col {\n border-right: 1px solid #dbdbdb; }\n .tabulator.is-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid #dbdbdb; }\n .tabulator.is-narrow .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.25em 0.5em; }\n .tabulator.is-narrow .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 0.25em 0.5em; }\n\n.tabulator-row {\n min-height: 22px; }\n .tabulator-row.tabulator-row-even {\n background-color: inherit; }\n .tabulator-row.tabulator-selected {\n background-color: #00d1b2 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #009e86 !important; } }\n .tabulator-row .tabulator-cell {\n padding: 0.5em 0.75em;\n border: 1px solid #dbdbdb;\n border-width: 0 0 1px; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border: 1px solid #dbdbdb;\n border-width: 0 0 1px;\n border-right-width: 1px;\n background: transparent; }\n .tabulator-row.tabulator-group {\n border-bottom: 1px solid #999;\n border-right: none;\n border-top: 1px solid #999;\n color: #363636; }\n\n.tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: none;\n border-top: 1px solid #999;\n color: #363636; }\n\n.tabulator-popup-container {\n background: white; }\n\n.tabulator-edit-list .tabulator-edit-list-item.active {\n color: white; }\n\n@media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n color: white; } }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_materialize.css
... | ... | @@ -0,0 +1,1577 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid rgba(0, 0, 0, 0.12); | |
| 4 | + background-color: #fff; | |
| 5 | + font-size: 16px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 36 | + background-color: #fff; | |
| 37 | + color: #555; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: #fff; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid rgba(0, 0, 0, 0.12); | |
| 77 | + background: #e6e6e6; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #D6D6D6; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #e94047; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #e6e6e6; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #666; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #666; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #666; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #666; | |
| 239 | + color: #666; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid rgba(0, 0, 0, 0.12); | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid rgba(0, 0, 0, 0.12); | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: white !important; | |
| 290 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: white !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #fff; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #333; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #ebebeb !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid rgba(0, 0, 0, 0.12); | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid rgba(0, 0, 0, 0.12); | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #e94047; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #e94047; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #e94047; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 399 | + background-color: #e6e6e6; | |
| 400 | + color: #555; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: rgba(0, 0, 0, 0.12) 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: #f3f3f3 !important; | |
| 451 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 452 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: #f3f3f3 !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #555; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid rgba(0, 0, 0, 0.12); | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid rgba(0, 0, 0, 0.12); | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #ee6e73; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 24px; | |
| 602 | + background-color: #fff; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #f8f8f8; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #f8f8f8; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #ee6e73; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #ee6e73; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 635 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #D6D6D6; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #e94047; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #e94047; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 678 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 16px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid rgba(0, 0, 0, 0.12); | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid rgba(0, 0, 0, 0.12); | |
| 712 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 713 | + background: #fff; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid rgba(0, 0, 0, 0.12); | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid rgba(0, 0, 0, 0.12); | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #ee6e73; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #ee6e73; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid rgba(0, 0, 0, 0.12); | |
| 795 | + border-bottom: 2px solid rgba(0, 0, 0, 0.12); | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #333; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #333; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #333; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #333; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #fff; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #fff; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid rgba(0, 0, 0, 0.12); | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #666; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #666; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #fff; | |
| 993 | + border: 1px solid rgba(0, 0, 0, 0.12); | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 16px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #f8f8f8; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: rgba(0, 0, 0, 0.12); | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 16px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #333; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #fff; | |
| 1071 | + background: #ee6e73; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #ee6e73; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #fff; | |
| 1086 | + background: #ee6e73; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #333; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #333; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #e94047; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid rgba(0, 0, 0, 0.12); | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid rgba(0, 0, 0, 0.12); | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid rgba(0, 0, 0, 0.12); | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid rgba(0, 0, 0, 0.12); | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid rgba(0, 0, 0, 0.12); | |
| 1229 | + border-bottom: 2px solid rgba(0, 0, 0, 0.12); | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid rgba(0, 0, 0, 0.12); | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #666; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #666; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #333; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #333; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #333; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #333; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator { | |
| 1358 | + border: none; | |
| 1359 | + background-color: #fff; | |
| 1360 | + width: 100%; | |
| 1361 | + max-width: 100%; | |
| 1362 | +} | |
| 1363 | + | |
| 1364 | +.tabulator .tabulator-header { | |
| 1365 | + color: inherit; | |
| 1366 | +} | |
| 1367 | + | |
| 1368 | +.tabulator .tabulator-header .tabulator-col { | |
| 1369 | + border-right: none; | |
| 1370 | +} | |
| 1371 | + | |
| 1372 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1373 | + padding: 15px; | |
| 1374 | +} | |
| 1375 | + | |
| 1376 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1377 | + right: -10px; | |
| 1378 | +} | |
| 1379 | + | |
| 1380 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1381 | + border-top: 1px solid rgba(0, 0, 0, 0.12); | |
| 1382 | +} | |
| 1383 | + | |
| 1384 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1385 | + padding-right: 10px; | |
| 1386 | +} | |
| 1387 | + | |
| 1388 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1389 | + width: 100%; | |
| 1390 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 1391 | +} | |
| 1392 | + | |
| 1393 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 1394 | + min-width: 600%; | |
| 1395 | +} | |
| 1396 | + | |
| 1397 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 1398 | + display: none; | |
| 1399 | +} | |
| 1400 | + | |
| 1401 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 1402 | + color: inherit; | |
| 1403 | +} | |
| 1404 | + | |
| 1405 | +.tabulator .tabulator-footer { | |
| 1406 | + background-color: transparent; | |
| 1407 | + color: inherit; | |
| 1408 | +} | |
| 1409 | + | |
| 1410 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 1411 | + padding: 8px 12px; | |
| 1412 | + font-weight: normal; | |
| 1413 | +} | |
| 1414 | + | |
| 1415 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1416 | + color: #ee6e73; | |
| 1417 | +} | |
| 1418 | + | |
| 1419 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 1420 | + color: inherit; | |
| 1421 | +} | |
| 1422 | + | |
| 1423 | +.tabulator .tabulator-footer .tabulator-page { | |
| 1424 | + margin: 0; | |
| 1425 | + margin-top: 5px; | |
| 1426 | + padding: 8px 12px; | |
| 1427 | + border-radius: 0; | |
| 1428 | + border-right: none; | |
| 1429 | + background: rgba(255, 255, 255, 0.2); | |
| 1430 | +} | |
| 1431 | + | |
| 1432 | +.tabulator .tabulator-footer .tabulator-page[data-page="next"], | |
| 1433 | +.tabulator .tabulator-footer .tabulator-page:first-of-type { | |
| 1434 | + border-top-left-radius: 4px; | |
| 1435 | + border-bottom-left-radius: 4px; | |
| 1436 | +} | |
| 1437 | + | |
| 1438 | +.tabulator .tabulator-footer .tabulator-page[data-page="prev"], | |
| 1439 | +.tabulator .tabulator-footer .tabulator-page:last-of-type { | |
| 1440 | + border: 1px solid rgba(0, 0, 0, 0.12); | |
| 1441 | + border-top-right-radius: 4px; | |
| 1442 | + border-bottom-right-radius: 4px; | |
| 1443 | +} | |
| 1444 | + | |
| 1445 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 1446 | + color: #ee6e73; | |
| 1447 | +} | |
| 1448 | + | |
| 1449 | +.tabulator.striped .tabulator-row:nth-child(even) { | |
| 1450 | + background-color: #f8f8f8; | |
| 1451 | +} | |
| 1452 | + | |
| 1453 | +.tabulator.striped .tabulator-row:nth-child(even).tabulator-selected { | |
| 1454 | + background-color: #ee6e73 !important; | |
| 1455 | +} | |
| 1456 | + | |
| 1457 | +@media (hover: hover) and (pointer: fine) { | |
| 1458 | + .tabulator.striped .tabulator-row:nth-child(even).tabulator-selectable:hover { | |
| 1459 | + background-color: #f8f8f8; | |
| 1460 | + cursor: pointer; | |
| 1461 | + } | |
| 1462 | + .tabulator.striped .tabulator-row:nth-child(even).tabulator-selected:hover { | |
| 1463 | + background-color: #ee6e73 !important; | |
| 1464 | + cursor: pointer; | |
| 1465 | + } | |
| 1466 | +} | |
| 1467 | + | |
| 1468 | +.tabulator-row { | |
| 1469 | + min-height: 46px; | |
| 1470 | + border-bottom: 1px solid rgba(0, 0, 0, 0.12); | |
| 1471 | +} | |
| 1472 | + | |
| 1473 | +.tabulator-row.tabulator-row-even { | |
| 1474 | + background-color: #fff; | |
| 1475 | +} | |
| 1476 | + | |
| 1477 | +.tabulator-row .tabulator-cell { | |
| 1478 | + padding: 15px; | |
| 1479 | + border-right: none; | |
| 1480 | +} | |
| 1481 | + | |
| 1482 | +.tabulator-row .tabulator-cell:last-of-type { | |
| 1483 | + border-right: none; | |
| 1484 | +} | |
| 1485 | + | |
| 1486 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1487 | + border-right: 1px solid rgba(0, 0, 0, 0.12); | |
| 1488 | + border-bottom: none; | |
| 1489 | + background: #fff; | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1493 | + border: 1px solid #ccc; | |
| 1494 | +} | |
| 1495 | + | |
| 1496 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1497 | + background: #ccc; | |
| 1498 | +} | |
| 1499 | + | |
| 1500 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1501 | + background: #ccc; | |
| 1502 | +} | |
| 1503 | + | |
| 1504 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1505 | + background: #ccc; | |
| 1506 | +} | |
| 1507 | + | |
| 1508 | +.tabulator-row.tabulator-group { | |
| 1509 | + background: #fafafa; | |
| 1510 | +} | |
| 1511 | + | |
| 1512 | +.tabulator-row.tabulator-group span { | |
| 1513 | + margin-left: 10px; | |
| 1514 | + color: #666; | |
| 1515 | +} | |
| 1516 | + | |
| 1517 | +.tabulator-edit-select-list { | |
| 1518 | + background: #fff; | |
| 1519 | +} | |
| 1520 | + | |
| 1521 | +.tabulator-edit-select-list .tabulator-edit-select-list-item { | |
| 1522 | + color: inherit; | |
| 1523 | +} | |
| 1524 | + | |
| 1525 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active { | |
| 1526 | + color: #fff; | |
| 1527 | +} | |
| 1528 | + | |
| 1529 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused { | |
| 1530 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1531 | +} | |
| 1532 | + | |
| 1533 | +@media (hover: hover) and (pointer: fine) { | |
| 1534 | + .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { | |
| 1535 | + color: #fff; | |
| 1536 | + } | |
| 1537 | +} | |
| 1538 | + | |
| 1539 | +.tabulator-edit-select-list .tabulator-edit-select-list-notice { | |
| 1540 | + color: inherit; | |
| 1541 | +} | |
| 1542 | + | |
| 1543 | +.tabulator-edit-select-list .tabulator-edit-select-list-group { | |
| 1544 | + color: inherit; | |
| 1545 | +} | |
| 1546 | + | |
| 1547 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1548 | + border-left: none; | |
| 1549 | + border-right: none; | |
| 1550 | +} | |
| 1551 | + | |
| 1552 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1553 | + background: #fafafa; | |
| 1554 | +} | |
| 1555 | + | |
| 1556 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1557 | + margin-left: 10px; | |
| 1558 | + color: #666; | |
| 1559 | +} | |
| 1560 | + | |
| 1561 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1562 | + border: 1px solid #ccc; | |
| 1563 | +} | |
| 1564 | + | |
| 1565 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1566 | + background: #ccc; | |
| 1567 | +} | |
| 1568 | + | |
| 1569 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1570 | + background: #ccc; | |
| 1571 | +} | |
| 1572 | + | |
| 1573 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1574 | + background: #ccc; | |
| 1575 | +} | |
| 1576 | + | |
| 1577 | +/*# sourceMappingURL=tabulator_materialize.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_materialize.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_materialize.scss"],"names":[],"mappings":"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","file":"tabulator_materialize.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid rgba(0, 0, 0, 0.12);\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid rgba(0, 0, 0, 0.12);\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #e94047;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ebebeb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #e94047; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #e94047;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #e94047; }\n .tabulator .tabulator-footer {\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: rgba(0, 0, 0, 0.12) 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid rgba(0, 0, 0, 0.12);\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid rgba(0, 0, 0, 0.12);\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #ee6e73; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #f8f8f8; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f8f8f8;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #ee6e73; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #ee6e73;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #e94047;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #e94047;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #ee6e73;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #ee6e73; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid rgba(0, 0, 0, 0.12);\n border-bottom: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid rgba(0, 0, 0, 0.12);\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #f8f8f8; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: rgba(0, 0, 0, 0.12);\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid rgba(0, 0, 0, 0.12); }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #ee6e73; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #ee6e73; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #ee6e73; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #e94047;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid rgba(0, 0, 0, 0.12);\n border-bottom: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n border: none;\n background-color: #fff;\n width: 100%;\n max-width: 100%; }\n .tabulator .tabulator-header {\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 15px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: -10px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 10px; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n min-width: 600%; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n background-color: transparent;\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n padding: 8px 12px;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n color: #ee6e73; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0;\n margin-top: 5px;\n padding: 8px 12px;\n border-radius: 0;\n border-right: none;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"next\"], .tabulator .tabulator-footer .tabulator-page:first-of-type {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"prev\"], .tabulator .tabulator-footer .tabulator-page:last-of-type {\n border: 1px solid rgba(0, 0, 0, 0.12);\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #ee6e73; }\n .tabulator.striped .tabulator-row:nth-child(even) {\n background-color: #f8f8f8; }\n .tabulator.striped .tabulator-row:nth-child(even).tabulator-selected {\n background-color: #ee6e73 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.striped .tabulator-row:nth-child(even).tabulator-selectable:hover {\n background-color: #f8f8f8;\n cursor: pointer; }\n .tabulator.striped .tabulator-row:nth-child(even).tabulator-selected:hover {\n background-color: #ee6e73 !important;\n cursor: pointer; } }\n\n.tabulator-row {\n min-height: 46px;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row.tabulator-row-even {\n background-color: #fff; }\n .tabulator-row .tabulator-cell {\n padding: 15px;\n border-right: none; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #666; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #fff; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n border-left: none;\n border-right: none; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666; }\n\n.tabulator-print-table .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_materialize.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{border:1px solid rgba(0,0,0,.12);font-size:16px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid rgba(0,0,0,.12);pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#e94047;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid rgba(0,0,0,.12)}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid rgba(0,0,0,.12)}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #aaa;border-top:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#ebebeb!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid rgba(0,0,0,.12)}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid rgba(0,0,0,.12)}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #e94047;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#e94047;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #e94047;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#e6e6e6;border-top:1px solid rgba(0,0,0,.12);color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid rgba(0,0,0,.12);border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(0,0,0,.12);box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid rgba(0,0,0,.12);border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{border:1px solid rgba(0,0,0,.12);border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#fff;box-sizing:border-box;min-height:24px;position:relative}.tabulator-row.tabulator-row-even{background-color:#f8f8f8}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#f8f8f8;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#ee6e73}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#ee6e73;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(0,0,0,.12);pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#e94047;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid rgba(0,0,0,.12);border-top:1px solid rgba(0,0,0,.12);box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:16px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{border-bottom:1px solid rgba(0,0,0,.12)}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid rgba(0,0,0,.12)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid rgba(0,0,0,.12)}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #ee6e73;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#ee6e73}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid rgba(0,0,0,.12);border-bottom-left-radius:1px;border-left:2px solid rgba(0,0,0,.12);display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid rgba(0,0,0,.12);border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:16px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#f8f8f8;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:rgba(0,0,0,.12);border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid rgba(0,0,0,.12)}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:16px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#ee6e73;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #ee6e73}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#ee6e73;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid rgba(0,0,0,.12);color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#e94047;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid rgba(0,0,0,.12);border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid rgba(0,0,0,.12);margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid rgba(0,0,0,.12)}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid rgba(0,0,0,.12)}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid rgba(0,0,0,.12);border-bottom-left-radius:1px;border-left:2px solid rgba(0,0,0,.12);display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid rgba(0,0,0,.12);border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#fff;border:none;max-width:100%;width:100%}.tabulator .tabulator-header{color:inherit}.tabulator .tabulator-header .tabulator-col{border-right:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:15px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{right:-10px}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid rgba(0,0,0,.12)}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:10px}.tabulator .tabulator-header .tabulator-calcs-holder{border-bottom:1px solid rgba(0,0,0,.12);width:100%}.tabulator .tabulator-header .tabulator-frozen-rows-holder{min-width:600%}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder .tabulator-table{color:inherit}.tabulator .tabulator-footer{background-color:transparent;color:inherit}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{font-weight:400;padding:8px 12px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{color:#ee6e73}.tabulator .tabulator-footer .tabulator-paginator{color:inherit}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border-radius:0;border-right:none;margin:5px 0 0;padding:8px 12px}.tabulator .tabulator-footer .tabulator-page:first-of-type,.tabulator .tabulator-footer .tabulator-page[data-page=next]{border-bottom-left-radius:4px;border-top-left-radius:4px}.tabulator .tabulator-footer .tabulator-page:last-of-type,.tabulator .tabulator-footer .tabulator-page[data-page=prev]{border:1px solid rgba(0,0,0,.12);border-bottom-right-radius:4px;border-top-right-radius:4px}.tabulator .tabulator-footer .tabulator-page.active{color:#ee6e73}.tabulator.striped .tabulator-row:nth-child(2n){background-color:#f8f8f8}.tabulator.striped .tabulator-row:nth-child(2n).tabulator-selected{background-color:#ee6e73!important}@media (hover:hover) and (pointer:fine){.tabulator.striped .tabulator-row:nth-child(2n).tabulator-selectable:hover{background-color:#f8f8f8;cursor:pointer}.tabulator.striped .tabulator-row:nth-child(2n).tabulator-selected:hover{background-color:#ee6e73!important;cursor:pointer}}.tabulator-row{border-bottom:1px solid rgba(0,0,0,.12);min-height:46px}.tabulator-row.tabulator-row-even{background-color:#fff}.tabulator-row .tabulator-cell{border-right:none;padding:15px}.tabulator-row .tabulator-cell:last-of-type{border-right:none}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:none;border-right:1px solid rgba(0,0,0,.12)}.tabulator-row .tabulator-cell .tabulator-data-tree-control{border:1px solid #ccc}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#ccc}.tabulator-row.tabulator-group{background:#fafafa}.tabulator-row.tabulator-group span{color:#666;margin-left:10px}.tabulator-edit-select-list{background:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item{color:inherit}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{color:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}@media (hover:hover) and (pointer:fine){.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{color:#fff}}.tabulator-edit-select-list .tabulator-edit-select-list-group,.tabulator-edit-select-list .tabulator-edit-select-list-notice{color:inherit}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:none;border-right:none}.tabulator-print-table .tabulator-print-table-group{background:#fafafa}.tabulator-print-table .tabulator-print-table-group span{color:#666;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{border:1px solid #ccc}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#ccc} | |
| 2 | +/*# sourceMappingURL=tabulator_materialize.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_materialize.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_materialize.scss"],"names":[],"mappings":"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","file":"tabulator_materialize.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid rgba(0, 0, 0, 0.12);\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid rgba(0, 0, 0, 0.12);\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #e94047;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #ebebeb !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #e94047; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #e94047;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #e94047; }\n .tabulator .tabulator-footer {\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: rgba(0, 0, 0, 0.12) 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid rgba(0, 0, 0, 0.12);\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid rgba(0, 0, 0, 0.12);\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #ee6e73; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #f8f8f8; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #f8f8f8;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #ee6e73; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #ee6e73;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #e94047;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #e94047;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #ee6e73;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #ee6e73; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid rgba(0, 0, 0, 0.12);\n border-bottom: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid rgba(0, 0, 0, 0.12);\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #f8f8f8; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: rgba(0, 0, 0, 0.12);\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid rgba(0, 0, 0, 0.12); }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #ee6e73; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #ee6e73; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #ee6e73; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid rgba(0, 0, 0, 0.12);\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #e94047;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid rgba(0, 0, 0, 0.12);\n border-bottom: 2px solid rgba(0, 0, 0, 0.12); }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n border: none;\n background-color: #fff;\n width: 100%;\n max-width: 100%; }\n .tabulator .tabulator-header {\n color: inherit; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 15px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n right: -10px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 10px; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n width: 100%;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n min-width: 600%; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder .tabulator-table {\n color: inherit; }\n .tabulator .tabulator-footer {\n background-color: transparent;\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n padding: 8px 12px;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n color: #ee6e73; }\n .tabulator .tabulator-footer .tabulator-paginator {\n color: inherit; }\n .tabulator .tabulator-footer .tabulator-page {\n margin: 0;\n margin-top: 5px;\n padding: 8px 12px;\n border-radius: 0;\n border-right: none;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"next\"], .tabulator .tabulator-footer .tabulator-page:first-of-type {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page[data-page=\"prev\"], .tabulator .tabulator-footer .tabulator-page:last-of-type {\n border: 1px solid rgba(0, 0, 0, 0.12);\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px; }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #ee6e73; }\n .tabulator.striped .tabulator-row:nth-child(even) {\n background-color: #f8f8f8; }\n .tabulator.striped .tabulator-row:nth-child(even).tabulator-selected {\n background-color: #ee6e73 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator.striped .tabulator-row:nth-child(even).tabulator-selectable:hover {\n background-color: #f8f8f8;\n cursor: pointer; }\n .tabulator.striped .tabulator-row:nth-child(even).tabulator-selected:hover {\n background-color: #ee6e73 !important;\n cursor: pointer; } }\n\n.tabulator-row {\n min-height: 46px;\n border-bottom: 1px solid rgba(0, 0, 0, 0.12); }\n .tabulator-row.tabulator-row-even {\n background-color: #fff; }\n .tabulator-row .tabulator-cell {\n padding: 15px;\n border-right: none; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid rgba(0, 0, 0, 0.12);\n border-bottom: none;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #666; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #fff; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n .tabulator-edit-select-list .tabulator-edit-select-list-group {\n color: inherit; }\n\n.tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n border-left: none;\n border-right: none; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666; }\n\n.tabulator-print-table .tabulator-data-tree-control {\n border: 1px solid #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n background: #ccc; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n background: #ccc; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_midnight.css
... | ... | @@ -0,0 +1,1475 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #333; | |
| 4 | + background-color: #222; | |
| 5 | + font-size: 14px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #999; | |
| 36 | + background-color: #333; | |
| 37 | + color: #fff; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #aaa; | |
| 68 | + background: #333; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #999; | |
| 77 | + background: #1a1a1a; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #999; | |
| 83 | + color: #000000; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #ccc; | |
| 88 | + color: #333; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #bbb; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #aaa; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #1a1a1a; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #bbb; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #bbb; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #666; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #666; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #666; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #666; | |
| 239 | + color: #666; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #888; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #888; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: #404040 !important; | |
| 290 | + border-top: 1px solid #888; | |
| 291 | + border-bottom: 1px solid #aaa; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: #404040 !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #666; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #fff; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #373737 !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #888; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #888; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #ccc; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #ccc; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #ccc; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #999; | |
| 399 | + background-color: #333; | |
| 400 | + color: #333; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #333 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: #404040 !important; | |
| 451 | + border-bottom: 1px solid #888; | |
| 452 | + border-top: 1px solid #888; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: #404040 !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #333; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #aaa; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #aaa; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #fff; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 22px; | |
| 602 | + background-color: #666; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #444; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #999; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #000; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #888; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #888; | |
| 635 | + border-bottom: 1px solid #888; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #999; | |
| 642 | + color: #000000; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #ccc; | |
| 647 | + color: #333; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #ccc; | |
| 652 | + color: #333; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #888; | |
| 678 | + border-bottom: 1px solid #888; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 14px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #888; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #333; | |
| 712 | + border-bottom: 1px solid #888; | |
| 713 | + background: #333; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #888; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #888; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #999; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #000; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #888; | |
| 795 | + border-bottom: 2px solid #888; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #fff; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #fff; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #fff; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #fff; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #666; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #666; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #888; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #666; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #666; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #666; | |
| 993 | + border: 1px solid #888; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 14px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #444; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #888; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #888; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 14px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #fff; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #666; | |
| 1071 | + background: #999; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(102, 102, 102, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #999; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #666; | |
| 1086 | + background: #999; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #fff; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #888; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #fff; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #aaa; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #ccc; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #888; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #888; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #888; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #888; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #888; | |
| 1229 | + border-bottom: 2px solid #888; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #888; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #666; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #666; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #fff; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #fff; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #fff; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #fff; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator { | |
| 1358 | + background-color: #222; | |
| 1359 | +} | |
| 1360 | + | |
| 1361 | +.tabulator .tabulator-header .tabulator-col { | |
| 1362 | + background-color: #333; | |
| 1363 | +} | |
| 1364 | + | |
| 1365 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 1366 | + color: #fff; | |
| 1367 | +} | |
| 1368 | + | |
| 1369 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input, | |
| 1370 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter select { | |
| 1371 | + border: 1px solid #999; | |
| 1372 | + background: #444; | |
| 1373 | + color: #fff; | |
| 1374 | +} | |
| 1375 | + | |
| 1376 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1377 | + background: #1a1a1a !important; | |
| 1378 | +} | |
| 1379 | + | |
| 1380 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 1381 | + background: #1a1a1a !important; | |
| 1382 | +} | |
| 1383 | + | |
| 1384 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 1385 | + background: #262626 !important; | |
| 1386 | +} | |
| 1387 | + | |
| 1388 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 1389 | + background: #262626 !important; | |
| 1390 | +} | |
| 1391 | + | |
| 1392 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 1393 | + border-color: #aaa; | |
| 1394 | + background: rgba(255, 255, 255, 0.2); | |
| 1395 | +} | |
| 1396 | + | |
| 1397 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1398 | + background: rgba(0, 0, 0, 0.2); | |
| 1399 | + color: #fff; | |
| 1400 | +} | |
| 1401 | + | |
| 1402 | +.tabulator .tabulator-footer .tabulator-paginator label { | |
| 1403 | + color: #fff; | |
| 1404 | +} | |
| 1405 | + | |
| 1406 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 1407 | + color: #fff; | |
| 1408 | +} | |
| 1409 | + | |
| 1410 | +.tabulator .tabulator-footer .tabulator-page { | |
| 1411 | + color: #333; | |
| 1412 | + font-family: inherit; | |
| 1413 | + font-weight: inherit; | |
| 1414 | + font-size: inherit; | |
| 1415 | +} | |
| 1416 | + | |
| 1417 | +.tabulator-row.tabulator-group { | |
| 1418 | + min-width: 100%; | |
| 1419 | + color: #333; | |
| 1420 | +} | |
| 1421 | + | |
| 1422 | +@media (hover: hover) and (pointer: fine) { | |
| 1423 | + .tabulator-row.tabulator-group:hover { | |
| 1424 | + cursor: pointer; | |
| 1425 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1426 | + } | |
| 1427 | +} | |
| 1428 | + | |
| 1429 | +.tabulator-row.tabulator-group span { | |
| 1430 | + color: #666; | |
| 1431 | +} | |
| 1432 | + | |
| 1433 | +.tabulator-toggle { | |
| 1434 | + border-color: #000; | |
| 1435 | + background: #333; | |
| 1436 | +} | |
| 1437 | + | |
| 1438 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 1439 | + border-color: #000; | |
| 1440 | + background: #232323; | |
| 1441 | +} | |
| 1442 | + | |
| 1443 | +.tabulator-edit-select-list { | |
| 1444 | + background: #fff; | |
| 1445 | +} | |
| 1446 | + | |
| 1447 | +.tabulator-edit-select-list .tabulator-edit-select-list-item { | |
| 1448 | + color: #666; | |
| 1449 | +} | |
| 1450 | + | |
| 1451 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active { | |
| 1452 | + color: #999; | |
| 1453 | + background: #444; | |
| 1454 | +} | |
| 1455 | + | |
| 1456 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused { | |
| 1457 | + outline: 1px solid rgba(153, 153, 153, 0.5); | |
| 1458 | +} | |
| 1459 | + | |
| 1460 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.focused { | |
| 1461 | + outline: 1px solid #444; | |
| 1462 | +} | |
| 1463 | + | |
| 1464 | +@media (hover: hover) and (pointer: fine) { | |
| 1465 | + .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { | |
| 1466 | + color: #999; | |
| 1467 | + background: #666; | |
| 1468 | + } | |
| 1469 | +} | |
| 1470 | + | |
| 1471 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1472 | + color: #333; | |
| 1473 | +} | |
| 1474 | + | |
| 1475 | +/*# sourceMappingURL=tabulator_midnight.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_midnight.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_midnight.scss"],"names":[],"mappings":"AAAA;EACE,kBAAkB;EAClB,sBAAsB;EACtB,sBAAsB;EACtB,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gCAAgC;EAChC,6BAA6B;EAC7B,4BAA4B;EAC5B,2BAA2B;EAC3B,wBAAwB;AAAE;;AAC1B;EACE,eAAe;AAAE;;AACnB;EACE,qBAAqB;AAAE;;AACzB;EACE,iBAAiB;AAAE;;AACrB;EACE,iBAAiB;AAAE;;AACrB;EACE,kBAAkB;EAClB,sBAAsB;EACtB,WAAW;EACX,6BAA6B;EAC7B,sBAAsB;EACtB,WAAW;EACX,iBAAiB;EACjB,mBAAmB;EACnB,gBAAgB;EAChB,sBAAsB;EACtB,wBAAwB;EACxB,yBAAyB;EACzB,oBAAoB;EACpB,aAAa;AAAE;;AACf;EACE,aAAa;AAAE;;AACjB;EACE,kBAAkB;EAClB,gBAAgB;AAAE;;AAClB;EACE,qBAAqB;AAAE;;AAC3B;EACE,oBAAoB;EACpB,kBAAkB;EAClB,sBAAsB;EACtB,sBAAsB;EACtB,2BAA2B;EAC3B,4BAA4B;EAC5B,gBAAgB;EAChB,gBAAgB;EAChB,sBAAsB;EACtB,gBAAgB;AAAE;;AAClB;EACE,kBAAkB;EAClB,sBAAsB;EACtB,mBAAmB;EACnB,oBAAoB;AAAE;;AACxB;EACE,sBAAsB;EACtB,cAAc;AAAE;;AAClB;EACE,sBAAsB;EACtB,WAAW;AAAE;;AACf;EACE,sBAAsB;EACtB,kBAAkB;EAClB,YAAY;AAAE;;AACd;EACE,cAAc;AAAE;;AAChB;EACE,eAAe;EACf,WAAW;AAAE;;AACjB;EACE,kBAAkB;AAAE;;AACtB;EACE,sBAAsB;EACtB,WAAW;EACX,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;EACvB,sBAAsB;AAAE;;AACxB;EACE,mBAAmB;EACnB,sBAAsB;AAAE;;AAC1B;EACE,sBAAsB;EACtB,WAAW;EACX,sBAAsB;EACtB,YAAY;EACZ,gBAAgB;AAAE;;AACpB;EACE,wBAAwB;AAAE;;AAC9B;EACE,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,MAAM;EACN,SAAS;EACT,UAAU;AAAE;;AACZ;EACE,QAAQ;EACR,SAAS;EACT,kCAAkC;EAClC,mCAAmC;EACnC,6BAA6B;AAAE;;AACrC;EACE,kBAAkB;EAClB,aAAa;EACb,0BAA0B;EAC1B,gBAAgB;EAChB,kBAAkB;AAAE;;AACtB;EACE,kBAAkB;EAClB,sBAAsB;EACtB,eAAe;EACf,WAAW;EACX,kBAAkB;AAAE;;AACpB;EACE,uBAAuB;AAAE;;AAC3B;EACE,eAAe;AAAE;;AACnB;EACE,QAAQ;EACR,SAAS;AAAE;;AACf;EACE,mBAAmB;AAAE;;AACvB;EACE;IACE,eAAe;IACf,yBAAyB;EAAE;AAAE;;AACjC;EACE,WAAW;AAAE;;AACb;EACE;IACE,eAAe;IACf,6BAA6B;EAAE;AAAE;;AACrC;EACE,gBAAgB;EAChB,6BAA6B;AAAE;;AACnC;EACE,WAAW;AAAE;;AACb;EACE;IACE,eAAe;IACf,6BAA6B;EAAE;AAAE;;AACrC;EACE,gBAAgB;EAChB,6BAA6B;AAAE;;AACnC;EACE,WAAW;AAAE;;AACb;EACE;IACE,eAAe;IACf,0BAA0B;EAAE;AAAE;;AAClC;EACE,mBAAmB;EACnB,0BAA0B;EAC1B,WAAW;AAAE;;AACjB;EACE,yBAAyB;EACzB,uBAAuB;EACvB,aAAa;EACb,mBAAmB;EACnB,uBAAuB;AAAE;;AAC3B;EACE,yBAAyB;AAAE;;AAC7B;EACE,gBAAgB;EAChB,iBAAiB;AAAE;;AACrB;EACE,gBAAgB;EAChB,oBAAoB;AAAE;;AACxB;EACE,uBAAuB;EACvB,OAAO;EACP,QAAQ;EACR,QAAQ;EACR,YAAY;AAAE;;AAClB;EACE,gBAAgB;EAChB,OAAO;EACP,WAAW;AAAE;;AACb;EACE,4BAA4B;AAAE;;AAChC;EACE,2BAA2B;AAAE;;AACjC;EACE,sBAAsB;EACtB,qBAAqB;EACrB,8BAA8B;EAC9B,0BAA0B;EAC1B,6BAA6B;AAAE;;AAC/B;EACE,8BAA8B;AAAE;;AAChC;EACE,aAAa;AAAE;;AACrB;EACE,qBAAqB;AAAE;;AACvB;EACE,aAAa;AAAE;;AACrB;EACE,kBAAkB;EAClB,WAAW;EACX,mBAAmB;EACnB,cAAc;EACd,iCAAiC;AAAE;;AACnC;EACE,aAAa;AAAE;;AACjB;EACE,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,eAAe;EACf,WAAW;AAAE;;AACb;EACE,gBAAgB;AAAE;;AACpB;EACE,qBAAqB;EACrB,kBAAkB;EAClB,aAAa;EACb,WAAW;EACX,iBAAiB;EACjB,eAAe;EACf,mBAAmB;AAAE;;AACzB;EACE,kBAAkB;EAClB,qBAAqB;EACrB,sBAAsB;EACtB,mBAAmB;EACnB,iBAAiB;EACjB,WAAW;AAAE;;AACb;EACE,iBAAiB;EACjB,8BAA8B;AAAE;;AAChC;EACE,6BAA6B;AAAE;;AACjC;EACE,0BAA0B;AAAE;;AAClC;EACE,kBAAkB;EAClB,QAAQ;EACR,WAAW;EACX,oBAAoB;AAAE;;AACtB;EACE,kBAAkB;EAClB,sBAAsB;EACtB,sBAAsB;AAAE;;AACxB;EACE,WAAW;EACX,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,UAAU;EACV,WAAW;EACX,sBAAsB;EACtB,oBAAoB;AAAE;;AAC1B;EACE,kBAAkB;EAClB,sBAAsB;EACtB,sBAAsB;AAAE;;AAC9B;EACE,0BAA0B;EAC1B,sBAAsB;EACtB,WAAW;EACX,iBAAiB;EACjB,mBAAmB;EACnB,iBAAiB;EACjB,sBAAsB;EACtB,wBAAwB;EACxB,yBAAyB;EACzB,oBAAoB;AAAE;;AACtB;EACE,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,8BAA8B;EAC9B,iBAAiB;AAAE;;AACnB;EACE,aAAa;AAAE;;AACnB;EACE,gBAAgB;EAChB,gBAAgB;AAAE;;AAClB;EACE,qBAAqB;EACrB,YAAY;EACZ,sBAAsB;EACtB,gBAAgB;EAChB,8BAA8B;EAC9B,+BAA+B;EAC/B,eAAe;AAAE;;AACjB;EACE,eAAe;EACf,WAAW;AAAE;;AACf;EACE,gBAAgB;AAAE;;AACxB;EACE,sBAAsB;EACtB,WAAW;EACX,gBAAgB;EAChB,8BAA8B;EAC9B,6BAA6B;EAC7B,0BAA0B;EAC1B,gBAAgB;AAAE;;AAClB;EACE,qBAAqB;EACrB,8BAA8B;AAAE;;AAChC;EACE,aAAa;AAAE;;AACnB;EACE,mBAAmB;EACnB,mBAAmB;AAAE;;AACzB;EACE,iBAAiB;AAAE;;AACrB;EACE,mBAAmB;AAAE;;AACvB;EACE,OAAO;EACP,iBAAiB;EACjB,WAAW;EACX,oBAAoB;EACpB,oBAAoB;EACpB,kBAAkB;AAAE;;AACtB;EACE,qBAAqB;EACrB,aAAa;EACb,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;AAAE;;AACtB;EACE,aAAa;AAAE;;AACjB;EACE,qBAAqB;EACrB,aAAa;EACb,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;EAClB,oCAAoC;AAAE;;AACtC;EACE,WAAW;AAAE;;AACf;EACE,WAAW;AAAE;;AACf;EACE;IACE,eAAe;IACf,8BAA8B;IAC9B,WAAW;EAAE;AAAE;;AACvB;EACE,kBAAkB;EAClB,qBAAqB;EACrB,UAAU;EACV,iBAAiB;EACjB,kBAAkB;EAClB,WAAW;EACX,sBAAsB;AAAE;;AACxB;EACE;IACE,iBAAiB;EAAE;AAAE;;AACzB;EACE,UAAU;EACV,eAAe;AAAE;;AACrB;EACE,kBAAkB;EAClB,MAAM;EACN,UAAU;EACV,YAAY;EACZ,mBAAmB;EACnB,sBAAsB;EACtB,WAAW;AAAE;;AACf;EACE,kBAAkB;EAClB,OAAO;EACP,WAAW;EACX,WAAW;EACX,kBAAkB;EAClB,sBAAsB;EACtB,WAAW;AAAE;;AACf;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,MAAM;EACN,OAAO;EACP,YAAY;EACZ,YAAY;EACZ,WAAW;EACX,8BAA8B;EAC9B,kBAAkB;AAAE;;AACpB;EACE,qBAAqB;EACrB,cAAc;EACd,kBAAkB;EAClB,mBAAmB;EACnB,gBAAgB;EAChB,iBAAiB;EACjB,eAAe;AAAE;;AACjB;EACE,sBAAsB;EACtB,WAAW;AAAE;;AACf;EACE,sBAAsB;EACtB,cAAc;AAAE;;AAExB;EACE,kBAAkB;EAClB,sBAAsB;EACtB,gBAAgB;EAChB,sBAAsB;AAAE;;AACxB;EACE,sBAAsB;AAAE;;AAC1B;EACE;IACE,sBAAsB;IACtB,eAAe;EAAE;AAAE;;AACvB;EACE,sBAAsB;AAAE;;AAC1B;EACE;IACE,sBAAsB;IACtB,eAAe;EAAE;AAAE;;AACvB;EACE,sBAAsB;EACtB,gBAAgB;AAAE;;AACpB;EACE,kBAAkB;EAClB,0BAA0B;EAC1B,6BAA6B;EAC7B,oBAAoB;EACpB,WAAW;AAAE;;AACf;EACE,sBAAsB;EACtB,cAAc;AAAE;;AAClB;EACE,sBAAsB;EACtB,WAAW;AAAE;;AACf;EACE,sBAAsB;EACtB,WAAW;AAAE;;AACf;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,OAAO;EACP,WAAW;AAAE;;AACb;EACE,MAAM;EACN,YAAY;AAAE;;AAChB;EACE;IACE,iBAAiB;EAAE;AAAE;;AAC3B;EACE,sBAAsB;EACtB,YAAY;EACZ,0BAA0B;EAC1B,6BAA6B;AAAE;;AAC/B;EACE,aAAa;AAAE;;AACjB;EACE,eAAe;AAAE;;AACjB;EACE,kBAAkB;AAAE;;AACpB;EACE,mBAAmB;AAAE;;AAC7B;EACE,qBAAqB;EACrB,kBAAkB;EAClB,sBAAsB;EACtB,YAAY;EACZ,4BAA4B;EAC5B,sBAAsB;EACtB,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;EACvB,aAAa;AAAE;;AACf;EACE,4BAA4B;EAC5B,6BAA6B;EAC7B,gBAAgB;AAAE;;AACpB;EACE,qBAAqB;EACrB,gBAAgB;EAChB,OAAO;EACP,yBAAyB;EACzB,WAAW;AAAE;;AACb;EACE,4BAA4B;AAAE;;AAChC;EACE,2BAA2B;AAAE;;AACjC;EACE,sBAAsB;EACtB,aAAa;EACb,UAAU;AAAE;;AACZ;;EACE,WAAW;EACX,uBAAuB;EACvB,aAAa;AAAE;;AACnB;EACE,yBAAyB;AAAE;;AAC3B;;EACE,WAAW;EACX,uBAAuB;EACvB,cAAc;AAAE;;AACpB;EACE,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,sBAAsB;EACtB,wBAAwB;EACxB,yBAAyB;EACzB,oBAAoB;AAAE;;AACtB;EACE,UAAU;AAAE;;AACZ;EACE,WAAW;EACX,WAAW;EACX,eAAe;EACf,gBAAgB;AAAE;;AACxB;EACE,sBAAsB;AAAE;;AAC1B;EACE,qBAAqB;EACrB,UAAU;AAAE;;AACd;EACE,qBAAqB;EACrB,sBAAsB;EACtB,WAAW;EACX,UAAU;EACV,gBAAgB;EAChB,iBAAiB;EACjB,8BAA8B;EAC9B,2BAA2B;EAC3B,6BAA6B;AAAE;;AACjC;EACE,oBAAoB;EACpB,uBAAuB;EACvB,mBAAmB;EACnB,sBAAsB;EACtB,YAAY;EACZ,WAAW;EACX,iBAAiB;EACjB,sBAAsB;EACtB,kBAAkB;EAClB,8BAA8B;EAC9B,gBAAgB;AAAE;;AAClB;EACE;IACE,eAAe;IACf,8BAA8B;EAAE;AAAE;;AACtC;EACE,qBAAqB;EACrB,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,uBAAuB;AAAE;;AACzB;EACE,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,QAAQ;EACR,WAAW;EACX,UAAU;EACV,gBAAgB;AAAE;;AACtB;EACE,qBAAqB;EACrB,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,gBAAgB;AAAE;;AAClB;EACE,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,QAAQ;EACR,WAAW;EACX,UAAU;EACV,gBAAgB;AAAE;;AACxB;EACE,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,sBAAsB;EACtB,wBAAwB;EACxB,yBAAyB;EACzB,oBAAoB;EACpB,YAAY;EACZ,WAAW;EACX,mBAAmB;EACnB,gBAAgB;EAChB,WAAW;EACX,iBAAiB;EACjB,gBAAgB;AAAE;;AAClB;EACE;IACE,WAAW;IACX,eAAe;EAAE;AAAE;;AACvB;EACE,gBAAgB;AAAE;;AACpB;EACE,aAAa;AAAE;;AACjB;EACE,YAAY;AAAE;;AAChB;EACE,aAAa;AAAE;;AACnB;EACE,qBAAqB;EACrB,YAAY;EACZ,WAAW;EACX,mBAAmB;AAAE;;AACzB;EACE,sBAAsB;EACtB,6BAA6B;EAC7B,4BAA4B;EAC5B,0BAA0B;EAC1B,YAAY;EACZ,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,eAAe;AAAE;;AACjB;EACE;IACE,eAAe;IACf,oCAAoC;EAAE;AAAE;;AAC5C;EACE,kBAAkB;EAClB,kCAAkC;EAClC,mCAAmC;EACnC,0BAA0B;EAC1B,gBAAgB;AAAE;;AACpB;EACE,kBAAkB;AAAE;;AACtB;EACE,kBAAkB;AAAE;;AACtB;EACE,kBAAkB;AAAE;;AACtB;EACE,kBAAkB;AAAE;;AACtB;EACE,mBAAmB;AAAE;;AACvB;EACE,qBAAqB;AAAE;;AACzB;EACE,qBAAqB;EACrB,QAAQ;EACR,SAAS;EACT,kBAAkB;EAClB,iCAAiC;EACjC,oCAAoC;EACpC,eAAe;EACf,2BAA2B;EAC3B,sBAAsB;AAAE;;AAC1B;EACE,iBAAiB;EACjB,WAAW;AAAE;;AAEnB;EACE,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,sBAAsB;EACtB,mBAAmB;AAAE;;AACrB;EACE,mBAAmB;AAAE;;AACvB;EACE,sBAAsB;EACtB,sBAAsB;EACtB,gBAAgB;AAAE;;AAEtB;EACE,kBAAkB;EAClB,qBAAqB;EACrB,sBAAsB;EACtB,gBAAgB;EAChB,sBAAsB;EACtB,wCAAwC;EACxC,eAAe;EACf,gBAAgB;EAChB,iCAAiC;EACjC,cAAc;AAAE;;AAElB;EACE,YAAY;EACZ,kBAAkB;AAAE;;AAEtB;EACE,2BAA2B;EAC3B,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;EAChB,eAAe;EACf,oBAAoB;AAAE;;AAExB;EACE,kBAAkB;EAClB,sBAAsB;EACtB,iBAAiB;EACjB,iBAAiB;AAAE;;AACnB;EACE,WAAW;AAAE;;AACf;EACE;IACE,eAAe;IACf,gBAAgB;EAAE;AAAE;;AACxB;EACE,mBAAmB;AAAE;;AACrB;EACE,qBAAqB;EACrB,kBAAkB;EAClB,qBAAqB;EACrB,WAAW;EACX,WAAW;EACX,UAAU;EACV,WAAW;EACX,yBAAyB;EACzB,mBAAmB;EACnB,kBAAkB;EAClB,mBAAmB;EACnB,wBAAwB;AAAE;;AAEhC;EACE,0BAA0B;AAAE;;AAE9B;EACE,iBAAiB;EACjB,eAAe;EACf,gBAAgB;EAChB,iCAAiC;AAAE;;AACnC;EACE,YAAY;EACZ,WAAW;EACX,aAAa;AAAE;;AACf;EACE,WAAW;EACX,gBAAgB;AAAE;;AAClB;EACE,2CAA2C;AAAE;;AACjD;EACE,uBAAuB;AAAE;;AAC3B;EACE;IACE,eAAe;IACf,WAAW;IACX,gBAAgB;EAAE;AAAE;;AAC1B;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AAAE;;AACtB;EACE,6BAA6B;EAC7B,YAAY;EACZ,gBAAgB;EAChB,WAAW;EACX,iBAAiB;AAAE;;AACrB;;EACE,kBAAkB;AAAE;;AACtB;;EACE,kBAAkB;AAAE;;AACtB;;EACE,kBAAkB;AAAE;;AACtB;;EACE,kBAAkB;AAAE;;AAExB;EACE,cAAc;AAAE;;AAElB;EACE,mBAAmB;EACnB,cAAc;AAAE;;AAChB;EACE,mBAAmB;EACnB,2BAA2B;EAC3B,qBAAqB;AAAE;;AACvB;EACE,qBAAqB;EACrB,iBAAiB;AAAE;;AACrB;EACE,gBAAgB;EAChB,kBAAkB;AAAE;;AACtB;EACE,SAAS;EACT,cAAc;AAAE;;AACpB;EACE,WAAW;EACX,kBAAkB;EAClB,UAAU;EACV,cAAc;EACd,YAAY;EACZ,UAAU;EACV,WAAW;EACX,sBAAsB;EACtB,oBAAoB;AAAE;;AACxB;EACE,qBAAqB;EACrB,2BAA2B;AAAE;;AAC7B;EACE,qBAAqB;EACrB,gBAAgB;EAChB,kCAAkC;EAClC,+BAA+B;EAC/B,oBAAoB;EACpB,4BAA4B;AAAE;;AAChC;EACE,qBAAqB;EACrB,gBAAgB;AAAE;;AACpB;EACE,2BAA2B;AAAE;;AAC/B;EACE,4BAA4B;AAAE;;AAClC;EACE,UAAU;EACV,cAAc;EACd,kBAAkB;AAAE;;AACtB;EACE,mBAAmB;AAAE;;AAEzB;EACE,kBAAkB;EAClB,MAAM;EACN,SAAS;EACT,OAAO;EACP,QAAQ;EACR,cAAc;AAAE;;AAElB;EACE,wBAAwB;AAAE;;AAE5B;EACE,yBAAyB;AAAE;;AAC3B;EACE,qBAAqB;EACrB,sBAAsB;EACtB,WAAW;EACX,UAAU;EACV,gBAAgB;EAChB,iBAAiB;EACjB,8BAA8B;EAC9B,2BAA2B;EAC3B,6BAA6B;AAAE;;AACjC;EACE,sBAAsB;EACtB,6BAA6B;EAC7B,4BAA4B;EAC5B,0BAA0B;EAC1B,YAAY;EACZ,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,eAAe;AAAE;;AACjB;EACE;IACE,eAAe;IACf,oCAAoC;EAAE;AAAE;;AAC5C;EACE,kBAAkB;EAClB,kCAAkC;EAClC,mCAAmC;EACnC,0BAA0B;EAC1B,gBAAgB;AAAE;;AACpB;EACE,6BAA6B;AAAE;;AACjC;EACE,6BAA6B;AAAE;;AACjC;EACE,6BAA6B;AAAE;;AACjC;EACE,6BAA6B;AAAE;;AACjC;EACE,8BAA8B;AAAE;;AAClC;EACE,qBAAqB;AAAE;;AACzB;EACE,qBAAqB;EACrB,QAAQ;EACR,SAAS;EACT,kBAAkB;EAClB,iCAAiC;EACjC,oCAAoC;EACpC,eAAe;EACf,2BAA2B;EAC3B,sBAAsB;AAAE;;AAC1B;EACE,iBAAiB;EACjB,WAAW;AAAE;;AACjB;EACE,oBAAoB;EACpB,uBAAuB;EACvB,mBAAmB;EACnB,sBAAsB;EACtB,YAAY;EACZ,WAAW;EACX,iBAAiB;EACjB,sBAAsB;EACtB,kBAAkB;EAClB,8BAA8B;EAC9B,gBAAgB;AAAE;;AAClB;EACE;IACE,eAAe;IACf,8BAA8B;EAAE;AAAE;;AACtC;EACE,qBAAqB;EACrB,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,uBAAuB;AAAE;;AACzB;EACE,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,QAAQ;EACR,WAAW;EACX,UAAU;EACV,gBAAgB;AAAE;;AACtB;EACE,qBAAqB;EACrB,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,gBAAgB;AAAE;;AAClB;EACE,kBAAkB;EAClB,WAAW;EACX,UAAU;EACV,QAAQ;EACR,WAAW;EACX,UAAU;EACV,gBAAgB;AAAE;;AAE1B;EACE,sBAAsB;AAAE;;AACxB;EACE,sBAAsB;AAAE;;AACxB;EACE,WAAW;AAAE;;AACf;;EACE,sBAAsB;EACtB,gBAAgB;EAChB,WAAW;AAAE;;AACjB;EACE,8BAA8B;AAAE;;AAChC;EACE,8BAA8B;AAAE;;AACpC;EACE,8BAA8B;AAAE;;AAChC;EACE,8BAA8B;AAAE;;AACpC;EACE,kBAAkB;EAClB,oCAAoC;AAAE;;AACtC;EACE,8BAA8B;EAC9B,WAAW;AAAE;;AACjB;EACE,WAAW;AAAE;;AACf;EACE,WAAW;AAAE;;AACf;EACE,WAAW;EACX,oBAAoB;EACpB,oBAAoB;EACpB,kBAAkB;AAAE;;AAExB;EACE,eAAe;EACf,WAAW;AAAE;;AACb;EACE;IACE,eAAe;IACf,oCAAoC;EAAE;AAAE;;AAC5C;EACE,WAAW;AAAE;;AAEjB;EACE,kBAAkB;EAClB,gBAAgB;AAAE;;AAClB;EACE,kBAAkB;EAClB,mBAAmB;AAAE;;AAEzB;EACE,gBAAgB;AAAE;;AAClB;EACE,WAAW;AAAE;;AACb;EACE,WAAW;EACX,gBAAgB;AAAE;;AAClB;EACE,2CAA2C;AAAE;;AACjD;EACE,uBAAuB;AAAE;;AAC3B;EACE;IACE,WAAW;IACX,gBAAgB;EAAE;AAAE;;AAE5B;EACE,WAAW;AAAE","file":"tabulator_midnight.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #333;\n background-color: #222;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #333;\n color: #fff;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #333;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #1a1a1a;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #999;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #ccc;\n color: #333; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #1a1a1a; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #888; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #888; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: #404040 !important;\n border-top: 1px solid #888;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #404040 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #666;\n white-space: nowrap;\n overflow: visible;\n color: #fff; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #373737 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #888; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #888; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #ccc; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #ccc;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #ccc; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #333;\n color: #333;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #333 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #404040 !important;\n border-bottom: 1px solid #888;\n border-top: 1px solid #888;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #404040 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #333;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #666; }\n .tabulator-row.tabulator-row-even {\n background-color: #444; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #999;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #000; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #888;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #888;\n border-bottom: 1px solid #888;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #999;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #ccc;\n color: #333; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #ccc;\n color: #333; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #888;\n border-bottom: 1px solid #888; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #888;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #333;\n border-bottom: 1px solid #888;\n background: #333; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #888; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #888; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #999;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #000; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #888;\n border-bottom: 2px solid #888; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #fff;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #666;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #666; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #888;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #666;\n border: 1px solid #888;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #444; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #888;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #888; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #fff;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #666;\n background: #999; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(102, 102, 102, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #999; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #666;\n background: #999; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #fff;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #888;\n padding: 4px;\n padding-top: 6px;\n color: #fff;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #ccc;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #888;\n border-bottom: 2px solid #888; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #888;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #fff;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #fff; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n\n.tabulator {\n background-color: #222; }\n .tabulator .tabulator-header .tabulator-col {\n background-color: #333; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n color: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input, .tabulator .tabulator-header .tabulator-col .tabulator-header-filter select {\n border: 1px solid #999;\n background: #444;\n color: #fff; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #1a1a1a !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #1a1a1a !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #262626 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #262626 !important; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n border-color: #aaa;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: rgba(0, 0, 0, 0.2);\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-paginator label {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page {\n color: #333;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n\n.tabulator-row.tabulator-group {\n min-width: 100%;\n color: #333; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-toggle {\n border-color: #000;\n background: #333; }\n .tabulator-toggle .tabulator-toggle-switch {\n border-color: #000;\n background: #232323; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item {\n color: #666; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #999;\n background: #444; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(153, 153, 153, 0.5); }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.focused {\n outline: 1px solid #444; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #999;\n background: #666; } }\n\n.tabulator-print-table .tabulator-print-table-group {\n color: #333; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_midnight.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{border:1px solid #333;font-size:14px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#333;border-bottom:1px solid #999;box-sizing:border-box;color:#fff;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#333;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#1a1a1a;border:1px solid #999;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#999;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#ccc;color:#333}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#1a1a1a;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #888}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #888}.tabulator .tabulator-header .tabulator-calcs-holder{background:#404040!important;border-bottom:1px solid #aaa;border-top:1px solid #888;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#404040!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#666;color:#fff;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#373737!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #888}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #888}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #ccc;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#ccc;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #ccc;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#333;border-top:1px solid #999;color:#333;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #333;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#404040!important;border-bottom:1px solid #888;border-top:1px solid #888;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#404040!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#333;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#fff}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#666;box-sizing:border-box;min-height:22px;position:relative}.tabulator-row.tabulator-row-even{background-color:#444}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#999;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#000}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#888;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #888;border-top:1px solid #888;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#999;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#ccc;color:#333}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #888;border-top:1px solid #888;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #888;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:#333;border-bottom:1px solid #888;border-right:1px solid #333}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #888}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #888}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #999;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#000}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #888;border-bottom-left-radius:1px;border-left:2px solid #888;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #fff;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#fff;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#666;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#666}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #888;border-top:1px solid #999;box-sizing:border-box;font-weight:700;padding:5px 5px 5px 10px}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#666;border:1px solid #888;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:14px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#444;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#888;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #888}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:14px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#fff;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#999;color:#666}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,40%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #999}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#999;color:#666;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#fff;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #888;color:#fff;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#ccc;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #888;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #888;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #888}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #888}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #888;border-bottom-left-radius:1px;border-left:2px solid #888;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #888;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #666;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #fff;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#fff;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#222}.tabulator .tabulator-header .tabulator-col{background-color:#333}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input,.tabulator .tabulator-header .tabulator-col .tabulator-header-filter select{background:#444;border:1px solid #999;color:#fff}.tabulator .tabulator-header .tabulator-calcs-holder,.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#1a1a1a!important}.tabulator .tabulator-footer .tabulator-calcs-holder,.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#262626!important}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{background:hsla(0,0%,100%,.2);border-color:#aaa}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:rgba(0,0,0,.2);color:#fff}.tabulator .tabulator-footer .tabulator-page-counter,.tabulator .tabulator-footer .tabulator-paginator label{color:#fff}.tabulator .tabulator-footer .tabulator-page{color:#333;font-family:inherit;font-size:inherit;font-weight:inherit}.tabulator-row.tabulator-group{color:#333;min-width:100%}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group span{color:#666}.tabulator-toggle{background:#333;border-color:#000}.tabulator-toggle .tabulator-toggle-switch{background:#232323;border-color:#000}.tabulator-edit-select-list{background:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item{color:#666}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{background:#444;color:#999}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid hsla(0,0%,60%,.5)}.tabulator-edit-select-list .tabulator-edit-select-list-item.focused{outline:1px solid #444}@media (hover:hover) and (pointer:fine){.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{background:#666;color:#999}}.tabulator-print-table .tabulator-print-table-group{color:#333} | |
| 2 | +/*# sourceMappingURL=tabulator_midnight.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_midnight.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_midnight.scss"],"names":[],"mappings":"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","file":"tabulator_midnight.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #333;\n background-color: #222;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #333;\n color: #fff;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #aaa;\n background: #333;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #1a1a1a;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #999;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #ccc;\n color: #333; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #1a1a1a; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #888; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #888; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: #404040 !important;\n border-top: 1px solid #888;\n border-bottom: 1px solid #aaa; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #404040 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #666;\n white-space: nowrap;\n overflow: visible;\n color: #fff; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #373737 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #888; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #888; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #ccc; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #ccc;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #ccc; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #333;\n color: #333;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #333 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #404040 !important;\n border-bottom: 1px solid #888;\n border-top: 1px solid #888;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #404040 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #333;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #666; }\n .tabulator-row.tabulator-row-even {\n background-color: #444; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #999;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #000; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #888;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #888;\n border-bottom: 1px solid #888;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #999;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #ccc;\n color: #333; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #ccc;\n color: #333; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #888;\n border-bottom: 1px solid #888; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #888;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #333;\n border-bottom: 1px solid #888;\n background: #333; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #888; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #888; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #999;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #000; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #888;\n border-bottom: 2px solid #888; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #fff;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #666;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #666; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #888;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #666;\n border: 1px solid #888;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #444; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #888;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #888; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #fff;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #666;\n background: #999; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(102, 102, 102, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #999; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #666;\n background: #999; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #fff;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #888;\n padding: 4px;\n padding-top: 6px;\n color: #fff;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #ccc;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #888; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #888;\n border-bottom: 2px solid #888; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #888;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #fff;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #fff; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #fff; }\n\n.tabulator {\n background-color: #222; }\n .tabulator .tabulator-header .tabulator-col {\n background-color: #333; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n color: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input, .tabulator .tabulator-header .tabulator-col .tabulator-header-filter select {\n border: 1px solid #999;\n background: #444;\n color: #fff; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #1a1a1a !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #1a1a1a !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #262626 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #262626 !important; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n border-color: #aaa;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: rgba(0, 0, 0, 0.2);\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-paginator label {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n color: #fff; }\n .tabulator .tabulator-footer .tabulator-page {\n color: #333;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n\n.tabulator-row.tabulator-group {\n min-width: 100%;\n color: #333; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-toggle {\n border-color: #000;\n background: #333; }\n .tabulator-toggle .tabulator-toggle-switch {\n border-color: #000;\n background: #232323; }\n\n.tabulator-edit-select-list {\n background: #fff; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item {\n color: #666; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #999;\n background: #444; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(153, 153, 153, 0.5); }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.focused {\n outline: 1px solid #444; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #999;\n background: #666; } }\n\n.tabulator-print-table .tabulator-print-table-group {\n color: #333; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_modern.css
... | ... | @@ -0,0 +1,1534 @@ |
| 1 | +.tabulator { | |
| 2 | + position: relative; | |
| 3 | + border: 1px solid #fff; | |
| 4 | + background-color: #fff; | |
| 5 | + font-size: 16px; | |
| 6 | + text-align: left; | |
| 7 | + overflow: hidden; | |
| 8 | + -webkit-transform: translateZ(0); | |
| 9 | + -moz-transform: translateZ(0); | |
| 10 | + -ms-transform: translateZ(0); | |
| 11 | + -o-transform: translateZ(0); | |
| 12 | + transform: translateZ(0); | |
| 13 | +} | |
| 14 | + | |
| 15 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 16 | + min-width: 100%; | |
| 17 | +} | |
| 18 | + | |
| 19 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 20 | + display: inline-block; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.tabulator.tabulator-block-select { | |
| 24 | + user-select: none; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 28 | + user-select: none; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.tabulator .tabulator-header { | |
| 32 | + position: relative; | |
| 33 | + box-sizing: border-box; | |
| 34 | + width: 100%; | |
| 35 | + border-bottom: 1px solid #3759D7; | |
| 36 | + background-color: #fff; | |
| 37 | + color: #3759D7; | |
| 38 | + font-weight: bold; | |
| 39 | + white-space: nowrap; | |
| 40 | + overflow: hidden; | |
| 41 | + -moz-user-select: none; | |
| 42 | + -khtml-user-select: none; | |
| 43 | + -webkit-user-select: none; | |
| 44 | + -o-user-select: none; | |
| 45 | + outline: none; | |
| 46 | +} | |
| 47 | + | |
| 48 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 49 | + display: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 53 | + position: relative; | |
| 54 | + overflow: hidden; | |
| 55 | +} | |
| 56 | + | |
| 57 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 58 | + display: inline-block; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.tabulator .tabulator-header .tabulator-col { | |
| 62 | + display: inline-flex; | |
| 63 | + position: relative; | |
| 64 | + box-sizing: border-box; | |
| 65 | + flex-direction: column; | |
| 66 | + justify-content: flex-start; | |
| 67 | + border-right: 1px solid #fff; | |
| 68 | + background: #fff; | |
| 69 | + text-align: left; | |
| 70 | + vertical-align: bottom; | |
| 71 | + overflow: hidden; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 75 | + position: absolute; | |
| 76 | + border: 1px solid #3759D7; | |
| 77 | + background: #e6e6e6; | |
| 78 | + pointer-events: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 82 | + background-color: #3759D7; | |
| 83 | + color: #fff; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 87 | + background-color: #2544b7; | |
| 88 | + color: #FFFFFF; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 92 | + box-sizing: border-box; | |
| 93 | + position: relative; | |
| 94 | + padding: 4px; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 98 | + padding: 0 8px; | |
| 99 | +} | |
| 100 | + | |
| 101 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 102 | + cursor: pointer; | |
| 103 | + opacity: .6; | |
| 104 | +} | |
| 105 | + | |
| 106 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 107 | + position: relative; | |
| 108 | +} | |
| 109 | + | |
| 110 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 111 | + box-sizing: border-box; | |
| 112 | + width: 100%; | |
| 113 | + white-space: nowrap; | |
| 114 | + overflow: hidden; | |
| 115 | + text-overflow: ellipsis; | |
| 116 | + vertical-align: bottom; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 120 | + white-space: normal; | |
| 121 | + text-overflow: initial; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 125 | + box-sizing: border-box; | |
| 126 | + width: 100%; | |
| 127 | + border: 1px solid #999; | |
| 128 | + padding: 1px; | |
| 129 | + background: #fff; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 133 | + width: calc(100% - 22px); | |
| 134 | +} | |
| 135 | + | |
| 136 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 137 | + display: flex; | |
| 138 | + align-items: center; | |
| 139 | + position: absolute; | |
| 140 | + top: 0; | |
| 141 | + bottom: 0; | |
| 142 | + right: 4px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 146 | + width: 0; | |
| 147 | + height: 0; | |
| 148 | + border-left: 6px solid transparent; | |
| 149 | + border-right: 6px solid transparent; | |
| 150 | + border-bottom: 6px solid #b7c3f1; | |
| 151 | +} | |
| 152 | + | |
| 153 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 154 | + position: relative; | |
| 155 | + display: flex; | |
| 156 | + border-top: 1px solid #fff; | |
| 157 | + overflow: hidden; | |
| 158 | + margin-right: -1px; | |
| 159 | +} | |
| 160 | + | |
| 161 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 162 | + position: relative; | |
| 163 | + box-sizing: border-box; | |
| 164 | + margin-top: 2px; | |
| 165 | + width: 100%; | |
| 166 | + text-align: center; | |
| 167 | +} | |
| 168 | + | |
| 169 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 170 | + height: auto !important; | |
| 171 | +} | |
| 172 | + | |
| 173 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 174 | + margin-top: 3px; | |
| 175 | +} | |
| 176 | + | |
| 177 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 178 | + width: 0; | |
| 179 | + height: 0; | |
| 180 | +} | |
| 181 | + | |
| 182 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 183 | + padding-right: 25px; | |
| 184 | +} | |
| 185 | + | |
| 186 | +@media (hover: hover) and (pointer: fine) { | |
| 187 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 188 | + cursor: pointer; | |
| 189 | + background-color: #e6e6e6; | |
| 190 | + } | |
| 191 | +} | |
| 192 | + | |
| 193 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 194 | + color: #b7c3f1; | |
| 195 | +} | |
| 196 | + | |
| 197 | +@media (hover: hover) and (pointer: fine) { | |
| 198 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 199 | + cursor: pointer; | |
| 200 | + border-bottom: 6px solid #555; | |
| 201 | + } | |
| 202 | +} | |
| 203 | + | |
| 204 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 205 | + border-top: none; | |
| 206 | + border-bottom: 6px solid #b7c3f1; | |
| 207 | +} | |
| 208 | + | |
| 209 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 210 | + color: #3759D7; | |
| 211 | +} | |
| 212 | + | |
| 213 | +@media (hover: hover) and (pointer: fine) { | |
| 214 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 215 | + cursor: pointer; | |
| 216 | + border-bottom: 6px solid #555; | |
| 217 | + } | |
| 218 | +} | |
| 219 | + | |
| 220 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 221 | + border-top: none; | |
| 222 | + border-bottom: 6px solid #3759D7; | |
| 223 | +} | |
| 224 | + | |
| 225 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 226 | + color: #3759D7; | |
| 227 | +} | |
| 228 | + | |
| 229 | +@media (hover: hover) and (pointer: fine) { | |
| 230 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 231 | + cursor: pointer; | |
| 232 | + border-top: 6px solid #555; | |
| 233 | + } | |
| 234 | +} | |
| 235 | + | |
| 236 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 237 | + border-bottom: none; | |
| 238 | + border-top: 6px solid #3759D7; | |
| 239 | + color: #3759D7; | |
| 240 | +} | |
| 241 | + | |
| 242 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 243 | + writing-mode: vertical-rl; | |
| 244 | + text-orientation: mixed; | |
| 245 | + display: flex; | |
| 246 | + align-items: center; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 251 | + transform: rotate(180deg); | |
| 252 | +} | |
| 253 | + | |
| 254 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 255 | + padding-right: 0; | |
| 256 | + padding-top: 20px; | |
| 257 | +} | |
| 258 | + | |
| 259 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 260 | + padding-right: 0; | |
| 261 | + padding-bottom: 20px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 265 | + justify-content: center; | |
| 266 | + left: 0; | |
| 267 | + right: 0; | |
| 268 | + top: 4px; | |
| 269 | + bottom: auto; | |
| 270 | +} | |
| 271 | + | |
| 272 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 273 | + position: sticky; | |
| 274 | + left: 0; | |
| 275 | + z-index: 11; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 279 | + border-right: 2px solid #fff; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 283 | + border-left: 2px solid #fff; | |
| 284 | +} | |
| 285 | + | |
| 286 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 287 | + box-sizing: border-box; | |
| 288 | + display: inline-block; | |
| 289 | + background: white !important; | |
| 290 | + border-top: 1px solid #fff; | |
| 291 | + border-bottom: 1px solid #fff; | |
| 292 | +} | |
| 293 | + | |
| 294 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 295 | + background: white !important; | |
| 296 | +} | |
| 297 | + | |
| 298 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 299 | + display: none; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 303 | + display: inline-block; | |
| 304 | +} | |
| 305 | + | |
| 306 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 307 | + display: none; | |
| 308 | +} | |
| 309 | + | |
| 310 | +.tabulator .tabulator-tableholder { | |
| 311 | + position: relative; | |
| 312 | + width: 100%; | |
| 313 | + white-space: nowrap; | |
| 314 | + overflow: auto; | |
| 315 | + -webkit-overflow-scrolling: touch; | |
| 316 | +} | |
| 317 | + | |
| 318 | +.tabulator .tabulator-tableholder:focus { | |
| 319 | + outline: none; | |
| 320 | +} | |
| 321 | + | |
| 322 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 323 | + box-sizing: border-box; | |
| 324 | + display: flex; | |
| 325 | + align-items: center; | |
| 326 | + justify-content: center; | |
| 327 | + min-width: 100%; | |
| 328 | + width: 100%; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 332 | + min-height: 100%; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 336 | + display: inline-block; | |
| 337 | + text-align: center; | |
| 338 | + padding: 10px; | |
| 339 | + color: #ccc; | |
| 340 | + font-weight: bold; | |
| 341 | + font-size: 20px; | |
| 342 | + white-space: normal; | |
| 343 | +} | |
| 344 | + | |
| 345 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 346 | + position: relative; | |
| 347 | + display: inline-block; | |
| 348 | + background-color: #f3f3f3; | |
| 349 | + white-space: nowrap; | |
| 350 | + overflow: visible; | |
| 351 | + color: #333; | |
| 352 | +} | |
| 353 | + | |
| 354 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 355 | + font-weight: bold; | |
| 356 | + background: #f2f2f2 !important; | |
| 357 | +} | |
| 358 | + | |
| 359 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 360 | + border-bottom: 2px solid #fff; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 364 | + border-top: 2px solid #fff; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 368 | + position: absolute; | |
| 369 | + inset: 0; | |
| 370 | + z-index: 10; | |
| 371 | + pointer-events: none; | |
| 372 | +} | |
| 373 | + | |
| 374 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 375 | + position: absolute; | |
| 376 | + box-sizing: border-box; | |
| 377 | + border: 1px solid #2544b7; | |
| 378 | +} | |
| 379 | + | |
| 380 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 381 | + content: ''; | |
| 382 | + position: absolute; | |
| 383 | + right: -3px; | |
| 384 | + bottom: -3px; | |
| 385 | + width: 6px; | |
| 386 | + height: 6px; | |
| 387 | + background-color: #2544b7; | |
| 388 | + border-radius: 999px; | |
| 389 | +} | |
| 390 | + | |
| 391 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 392 | + position: absolute; | |
| 393 | + box-sizing: border-box; | |
| 394 | + border: 2px solid #2544b7; | |
| 395 | +} | |
| 396 | + | |
| 397 | +.tabulator .tabulator-footer { | |
| 398 | + border-top: 1px solid #999; | |
| 399 | + background-color: #fff; | |
| 400 | + color: #3759D7; | |
| 401 | + font-weight: bold; | |
| 402 | + white-space: nowrap; | |
| 403 | + user-select: none; | |
| 404 | + -moz-user-select: none; | |
| 405 | + -khtml-user-select: none; | |
| 406 | + -webkit-user-select: none; | |
| 407 | + -o-user-select: none; | |
| 408 | +} | |
| 409 | + | |
| 410 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 411 | + display: flex; | |
| 412 | + flex-direction: row; | |
| 413 | + align-items: center; | |
| 414 | + justify-content: space-between; | |
| 415 | + padding: 5px 10px; | |
| 416 | +} | |
| 417 | + | |
| 418 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 419 | + display: none; | |
| 420 | +} | |
| 421 | + | |
| 422 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 423 | + margin-top: -5px; | |
| 424 | + overflow-x: auto; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 428 | + display: inline-block; | |
| 429 | + padding: 5px; | |
| 430 | + border: #fff 1px solid; | |
| 431 | + border-top: none; | |
| 432 | + border-bottom-left-radius: 5px; | |
| 433 | + border-bottom-right-radius: 5px; | |
| 434 | + font-size: .9em; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 438 | + cursor: pointer; | |
| 439 | + opacity: .7; | |
| 440 | +} | |
| 441 | + | |
| 442 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 443 | + background: #fff; | |
| 444 | +} | |
| 445 | + | |
| 446 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 447 | + box-sizing: border-box; | |
| 448 | + width: 100%; | |
| 449 | + text-align: left; | |
| 450 | + background: white !important; | |
| 451 | + border-bottom: 1px solid #fff; | |
| 452 | + border-top: 1px solid #fff; | |
| 453 | + overflow: hidden; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 457 | + display: inline-block; | |
| 458 | + background: white !important; | |
| 459 | +} | |
| 460 | + | |
| 461 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 462 | + display: none; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 466 | + margin-bottom: -5px; | |
| 467 | + border-bottom: none; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 471 | + margin-left: 10px; | |
| 472 | +} | |
| 473 | + | |
| 474 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 475 | + font-weight: normal; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 479 | + flex: 1; | |
| 480 | + text-align: right; | |
| 481 | + color: #3759D7; | |
| 482 | + font-family: inherit; | |
| 483 | + font-weight: inherit; | |
| 484 | + font-size: inherit; | |
| 485 | +} | |
| 486 | + | |
| 487 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 488 | + display: inline-block; | |
| 489 | + margin: 0 5px; | |
| 490 | + padding: 2px 5px; | |
| 491 | + border: 1px solid #aaa; | |
| 492 | + border-radius: 3px; | |
| 493 | +} | |
| 494 | + | |
| 495 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 496 | + margin: 0 7px; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-footer .tabulator-page { | |
| 500 | + display: inline-block; | |
| 501 | + margin: 0 2px; | |
| 502 | + padding: 2px 5px; | |
| 503 | + border: 1px solid #aaa; | |
| 504 | + border-radius: 3px; | |
| 505 | + background: rgba(255, 255, 255, 0.2); | |
| 506 | +} | |
| 507 | + | |
| 508 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 509 | + color: #3759D7; | |
| 510 | +} | |
| 511 | + | |
| 512 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 513 | + opacity: .5; | |
| 514 | +} | |
| 515 | + | |
| 516 | +@media (hover: hover) and (pointer: fine) { | |
| 517 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 518 | + cursor: pointer; | |
| 519 | + background: rgba(0, 0, 0, 0.2); | |
| 520 | + color: #fff; | |
| 521 | + } | |
| 522 | +} | |
| 523 | + | |
| 524 | +.tabulator .tabulator-col-resize-handle { | |
| 525 | + position: relative; | |
| 526 | + display: inline-block; | |
| 527 | + width: 6px; | |
| 528 | + margin-left: -3px; | |
| 529 | + margin-right: -3px; | |
| 530 | + z-index: 11; | |
| 531 | + vertical-align: middle; | |
| 532 | +} | |
| 533 | + | |
| 534 | +@media (hover: hover) and (pointer: fine) { | |
| 535 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 536 | + cursor: ew-resize; | |
| 537 | + } | |
| 538 | +} | |
| 539 | + | |
| 540 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 541 | + width: 3px; | |
| 542 | + margin-right: 0; | |
| 543 | +} | |
| 544 | + | |
| 545 | +.tabulator .tabulator-col-resize-guide { | |
| 546 | + position: absolute; | |
| 547 | + top: 0; | |
| 548 | + width: 4px; | |
| 549 | + height: 100%; | |
| 550 | + margin-left: -0.5px; | |
| 551 | + background-color: #999; | |
| 552 | + opacity: .5; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-row-resize-guide { | |
| 556 | + position: absolute; | |
| 557 | + left: 0; | |
| 558 | + width: 100%; | |
| 559 | + height: 4px; | |
| 560 | + margin-top: -0.5px; | |
| 561 | + background-color: #999; | |
| 562 | + opacity: .5; | |
| 563 | +} | |
| 564 | + | |
| 565 | +.tabulator .tabulator-alert { | |
| 566 | + position: absolute; | |
| 567 | + display: flex; | |
| 568 | + align-items: center; | |
| 569 | + top: 0; | |
| 570 | + left: 0; | |
| 571 | + z-index: 100; | |
| 572 | + height: 100%; | |
| 573 | + width: 100%; | |
| 574 | + background: rgba(0, 0, 0, 0.4); | |
| 575 | + text-align: center; | |
| 576 | +} | |
| 577 | + | |
| 578 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 579 | + display: inline-block; | |
| 580 | + margin: 0 auto; | |
| 581 | + padding: 10px 20px; | |
| 582 | + border-radius: 10px; | |
| 583 | + background: #fff; | |
| 584 | + font-weight: bold; | |
| 585 | + font-size: 16px; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 589 | + border: 4px solid #333; | |
| 590 | + color: #000; | |
| 591 | +} | |
| 592 | + | |
| 593 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 594 | + border: 4px solid #D00; | |
| 595 | + color: #590000; | |
| 596 | +} | |
| 597 | + | |
| 598 | +.tabulator-row { | |
| 599 | + position: relative; | |
| 600 | + box-sizing: border-box; | |
| 601 | + min-height: 24px; | |
| 602 | + background-color: #f3f3f3; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator-row.tabulator-row-even { | |
| 606 | + background-color: #fff; | |
| 607 | +} | |
| 608 | + | |
| 609 | +@media (hover: hover) and (pointer: fine) { | |
| 610 | + .tabulator-row.tabulator-selectable:hover { | |
| 611 | + background-color: #bbb; | |
| 612 | + cursor: pointer; | |
| 613 | + } | |
| 614 | +} | |
| 615 | + | |
| 616 | +.tabulator-row.tabulator-selected { | |
| 617 | + background-color: #9ABCEA; | |
| 618 | +} | |
| 619 | + | |
| 620 | +@media (hover: hover) and (pointer: fine) { | |
| 621 | + .tabulator-row.tabulator-selected:hover { | |
| 622 | + background-color: #769BCC; | |
| 623 | + cursor: pointer; | |
| 624 | + } | |
| 625 | +} | |
| 626 | + | |
| 627 | +.tabulator-row.tabulator-row-moving { | |
| 628 | + border: 1px solid #000; | |
| 629 | + background: #fff; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator-row.tabulator-moving { | |
| 633 | + position: absolute; | |
| 634 | + border-top: 1px solid #fff; | |
| 635 | + border-bottom: 1px solid #fff; | |
| 636 | + pointer-events: none; | |
| 637 | + z-index: 15; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 641 | + background-color: #3759D7; | |
| 642 | + color: #fff; | |
| 643 | +} | |
| 644 | + | |
| 645 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 646 | + background-color: #2544b7; | |
| 647 | + color: #FFFFFF; | |
| 648 | +} | |
| 649 | + | |
| 650 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 651 | + background-color: #2544b7; | |
| 652 | + color: #FFFFFF; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.tabulator-row .tabulator-row-resize-handle { | |
| 656 | + position: absolute; | |
| 657 | + right: 0; | |
| 658 | + bottom: 0; | |
| 659 | + left: 0; | |
| 660 | + height: 5px; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 664 | + top: 0; | |
| 665 | + bottom: auto; | |
| 666 | +} | |
| 667 | + | |
| 668 | +@media (hover: hover) and (pointer: fine) { | |
| 669 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 670 | + cursor: ns-resize; | |
| 671 | + } | |
| 672 | +} | |
| 673 | + | |
| 674 | +.tabulator-row .tabulator-responsive-collapse { | |
| 675 | + box-sizing: border-box; | |
| 676 | + padding: 5px; | |
| 677 | + border-top: 1px solid #fff; | |
| 678 | + border-bottom: 1px solid #fff; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 682 | + display: none; | |
| 683 | +} | |
| 684 | + | |
| 685 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 686 | + font-size: 16px; | |
| 687 | +} | |
| 688 | + | |
| 689 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 690 | + position: relative; | |
| 691 | +} | |
| 692 | + | |
| 693 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 694 | + padding-right: 10px; | |
| 695 | +} | |
| 696 | + | |
| 697 | +.tabulator-row .tabulator-cell { | |
| 698 | + display: inline-block; | |
| 699 | + position: relative; | |
| 700 | + box-sizing: border-box; | |
| 701 | + padding: 4px; | |
| 702 | + border-right: 1px solid #fff; | |
| 703 | + vertical-align: middle; | |
| 704 | + white-space: nowrap; | |
| 705 | + overflow: hidden; | |
| 706 | + text-overflow: ellipsis; | |
| 707 | + outline: none; | |
| 708 | +} | |
| 709 | + | |
| 710 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 711 | + border-right: 1px solid #fff; | |
| 712 | + border-bottom: 1px solid #fff; | |
| 713 | + background: #fff; | |
| 714 | +} | |
| 715 | + | |
| 716 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 717 | + display: inline-block; | |
| 718 | + position: sticky; | |
| 719 | + left: 0; | |
| 720 | + background-color: inherit; | |
| 721 | + z-index: 11; | |
| 722 | +} | |
| 723 | + | |
| 724 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 725 | + border-right: 2px solid #fff; | |
| 726 | +} | |
| 727 | + | |
| 728 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 729 | + border-left: 2px solid #fff; | |
| 730 | +} | |
| 731 | + | |
| 732 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 733 | + border: 1px solid #1D68CD; | |
| 734 | + outline: none; | |
| 735 | + padding: 0; | |
| 736 | +} | |
| 737 | + | |
| 738 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 739 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 740 | + border: 1px; | |
| 741 | + background: transparent; | |
| 742 | + outline: none; | |
| 743 | +} | |
| 744 | + | |
| 745 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 746 | + border: 1px solid #dd0000; | |
| 747 | +} | |
| 748 | + | |
| 749 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 750 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 751 | + border: 1px; | |
| 752 | + background: transparent; | |
| 753 | + color: #dd0000; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 757 | + display: inline-flex; | |
| 758 | + align-items: center; | |
| 759 | + justify-content: center; | |
| 760 | + -moz-user-select: none; | |
| 761 | + -khtml-user-select: none; | |
| 762 | + -webkit-user-select: none; | |
| 763 | + -o-user-select: none; | |
| 764 | +} | |
| 765 | + | |
| 766 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 767 | + width: 80%; | |
| 768 | +} | |
| 769 | + | |
| 770 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 771 | + width: 100%; | |
| 772 | + height: 3px; | |
| 773 | + margin-top: 2px; | |
| 774 | + background: #666; | |
| 775 | +} | |
| 776 | + | |
| 777 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 778 | + background-color: #9ABCEA; | |
| 779 | +} | |
| 780 | + | |
| 781 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 782 | + display: inline-block; | |
| 783 | + width: 7px; | |
| 784 | +} | |
| 785 | + | |
| 786 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 787 | + display: inline-block; | |
| 788 | + vertical-align: middle; | |
| 789 | + height: 9px; | |
| 790 | + width: 7px; | |
| 791 | + margin-top: -9px; | |
| 792 | + margin-right: 5px; | |
| 793 | + border-bottom-left-radius: 1px; | |
| 794 | + border-left: 2px solid #fff; | |
| 795 | + border-bottom: 2px solid #fff; | |
| 796 | +} | |
| 797 | + | |
| 798 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 799 | + display: inline-flex; | |
| 800 | + justify-content: center; | |
| 801 | + align-items: center; | |
| 802 | + vertical-align: middle; | |
| 803 | + height: 11px; | |
| 804 | + width: 11px; | |
| 805 | + margin-right: 5px; | |
| 806 | + border: 1px solid #333; | |
| 807 | + border-radius: 2px; | |
| 808 | + background: rgba(0, 0, 0, 0.1); | |
| 809 | + overflow: hidden; | |
| 810 | +} | |
| 811 | + | |
| 812 | +@media (hover: hover) and (pointer: fine) { | |
| 813 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 814 | + cursor: pointer; | |
| 815 | + background: rgba(0, 0, 0, 0.2); | |
| 816 | + } | |
| 817 | +} | |
| 818 | + | |
| 819 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 820 | + display: inline-block; | |
| 821 | + position: relative; | |
| 822 | + height: 7px; | |
| 823 | + width: 1px; | |
| 824 | + background: transparent; | |
| 825 | +} | |
| 826 | + | |
| 827 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 828 | + position: absolute; | |
| 829 | + content: ""; | |
| 830 | + left: -3px; | |
| 831 | + top: 3px; | |
| 832 | + height: 1px; | |
| 833 | + width: 7px; | |
| 834 | + background: #333; | |
| 835 | +} | |
| 836 | + | |
| 837 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 838 | + display: inline-block; | |
| 839 | + position: relative; | |
| 840 | + height: 7px; | |
| 841 | + width: 1px; | |
| 842 | + background: #333; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 846 | + position: absolute; | |
| 847 | + content: ""; | |
| 848 | + left: -3px; | |
| 849 | + top: 3px; | |
| 850 | + height: 1px; | |
| 851 | + width: 7px; | |
| 852 | + background: #333; | |
| 853 | +} | |
| 854 | + | |
| 855 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 856 | + display: inline-flex; | |
| 857 | + align-items: center; | |
| 858 | + justify-content: center; | |
| 859 | + -moz-user-select: none; | |
| 860 | + -khtml-user-select: none; | |
| 861 | + -webkit-user-select: none; | |
| 862 | + -o-user-select: none; | |
| 863 | + height: 15px; | |
| 864 | + width: 15px; | |
| 865 | + border-radius: 20px; | |
| 866 | + background: #666; | |
| 867 | + color: #f3f3f3; | |
| 868 | + font-weight: bold; | |
| 869 | + font-size: 1.1em; | |
| 870 | +} | |
| 871 | + | |
| 872 | +@media (hover: hover) and (pointer: fine) { | |
| 873 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 874 | + opacity: .7; | |
| 875 | + cursor: pointer; | |
| 876 | + } | |
| 877 | +} | |
| 878 | + | |
| 879 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 880 | + display: initial; | |
| 881 | +} | |
| 882 | + | |
| 883 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 884 | + display: none; | |
| 885 | +} | |
| 886 | + | |
| 887 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 888 | + stroke: #f3f3f3; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 892 | + display: none; | |
| 893 | +} | |
| 894 | + | |
| 895 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 896 | + display: inline-block; | |
| 897 | + height: 14px; | |
| 898 | + width: 14px; | |
| 899 | + border-radius: 14px; | |
| 900 | +} | |
| 901 | + | |
| 902 | +.tabulator-row.tabulator-group { | |
| 903 | + box-sizing: border-box; | |
| 904 | + border-bottom: 1px solid #999; | |
| 905 | + border-right: 1px solid #fff; | |
| 906 | + border-top: 1px solid #999; | |
| 907 | + padding: 5px; | |
| 908 | + padding-left: 10px; | |
| 909 | + background: #ccc; | |
| 910 | + font-weight: bold; | |
| 911 | + min-width: 100%; | |
| 912 | +} | |
| 913 | + | |
| 914 | +@media (hover: hover) and (pointer: fine) { | |
| 915 | + .tabulator-row.tabulator-group:hover { | |
| 916 | + cursor: pointer; | |
| 917 | + background-color: rgba(0, 0, 0, 0.1); | |
| 918 | + } | |
| 919 | +} | |
| 920 | + | |
| 921 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 922 | + margin-right: 10px; | |
| 923 | + border-left: 6px solid transparent; | |
| 924 | + border-right: 6px solid transparent; | |
| 925 | + border-top: 6px solid #3759D7; | |
| 926 | + border-bottom: 0; | |
| 927 | +} | |
| 928 | + | |
| 929 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 930 | + padding-left: 30px; | |
| 931 | +} | |
| 932 | + | |
| 933 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 934 | + padding-left: 50px; | |
| 935 | +} | |
| 936 | + | |
| 937 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 938 | + padding-left: 70px; | |
| 939 | +} | |
| 940 | + | |
| 941 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 942 | + padding-left: 90px; | |
| 943 | +} | |
| 944 | + | |
| 945 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 946 | + padding-left: 110px; | |
| 947 | +} | |
| 948 | + | |
| 949 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 950 | + display: inline-block; | |
| 951 | +} | |
| 952 | + | |
| 953 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 954 | + display: inline-block; | |
| 955 | + width: 0; | |
| 956 | + height: 0; | |
| 957 | + margin-right: 16px; | |
| 958 | + border-top: 6px solid transparent; | |
| 959 | + border-bottom: 6px solid transparent; | |
| 960 | + border-right: 0; | |
| 961 | + border-left: 6px solid #3759D7; | |
| 962 | + vertical-align: middle; | |
| 963 | +} | |
| 964 | + | |
| 965 | +.tabulator-row.tabulator-group span { | |
| 966 | + margin-left: 10px; | |
| 967 | + color: #d00; | |
| 968 | +} | |
| 969 | + | |
| 970 | +.tabulator-toggle { | |
| 971 | + box-sizing: border-box; | |
| 972 | + display: flex; | |
| 973 | + flex-direction: row; | |
| 974 | + border: 1px solid #ccc; | |
| 975 | + background: #dcdcdc; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-toggle.tabulator-toggle-on { | |
| 979 | + background: #1c6cc2; | |
| 980 | +} | |
| 981 | + | |
| 982 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 983 | + box-sizing: border-box; | |
| 984 | + border: 1px solid #ccc; | |
| 985 | + background: #fff; | |
| 986 | +} | |
| 987 | + | |
| 988 | +.tabulator-popup-container { | |
| 989 | + position: absolute; | |
| 990 | + display: inline-block; | |
| 991 | + box-sizing: border-box; | |
| 992 | + background: #f3f3f3; | |
| 993 | + border: 1px solid #fff; | |
| 994 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 995 | + font-size: 16px; | |
| 996 | + overflow-y: auto; | |
| 997 | + -webkit-overflow-scrolling: touch; | |
| 998 | + z-index: 10000; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-popup { | |
| 1002 | + padding: 5px; | |
| 1003 | + border-radius: 3px; | |
| 1004 | +} | |
| 1005 | + | |
| 1006 | +.tabulator-tooltip { | |
| 1007 | + max-width: Min(500px, 100%); | |
| 1008 | + padding: 3px 5px; | |
| 1009 | + border-radius: 2px; | |
| 1010 | + box-shadow: none; | |
| 1011 | + font-size: 12px; | |
| 1012 | + pointer-events: none; | |
| 1013 | +} | |
| 1014 | + | |
| 1015 | +.tabulator-menu .tabulator-menu-item { | |
| 1016 | + position: relative; | |
| 1017 | + box-sizing: border-box; | |
| 1018 | + padding: 5px 10px; | |
| 1019 | + user-select: none; | |
| 1020 | +} | |
| 1021 | + | |
| 1022 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1023 | + opacity: .5; | |
| 1024 | +} | |
| 1025 | + | |
| 1026 | +@media (hover: hover) and (pointer: fine) { | |
| 1027 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1028 | + cursor: pointer; | |
| 1029 | + background: #fff; | |
| 1030 | + } | |
| 1031 | +} | |
| 1032 | + | |
| 1033 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1034 | + padding-right: 25px; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1038 | + display: inline-block; | |
| 1039 | + position: absolute; | |
| 1040 | + top: calc(5px + .4em); | |
| 1041 | + right: 10px; | |
| 1042 | + height: 7px; | |
| 1043 | + width: 7px; | |
| 1044 | + content: ''; | |
| 1045 | + border-width: 1px 1px 0 0; | |
| 1046 | + border-style: solid; | |
| 1047 | + border-color: #fff; | |
| 1048 | + vertical-align: top; | |
| 1049 | + transform: rotate(45deg); | |
| 1050 | +} | |
| 1051 | + | |
| 1052 | +.tabulator-menu .tabulator-menu-separator { | |
| 1053 | + border-top: 1px solid #fff; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-edit-list { | |
| 1057 | + max-height: 200px; | |
| 1058 | + font-size: 16px; | |
| 1059 | + overflow-y: auto; | |
| 1060 | + -webkit-overflow-scrolling: touch; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1064 | + padding: 4px; | |
| 1065 | + color: #333; | |
| 1066 | + outline: none; | |
| 1067 | +} | |
| 1068 | + | |
| 1069 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1070 | + color: #f3f3f3; | |
| 1071 | + background: #1D68CD; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1075 | + outline: 1px solid rgba(243, 243, 243, 0.5); | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1079 | + outline: 1px solid #1D68CD; | |
| 1080 | +} | |
| 1081 | + | |
| 1082 | +@media (hover: hover) and (pointer: fine) { | |
| 1083 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1084 | + cursor: pointer; | |
| 1085 | + color: #f3f3f3; | |
| 1086 | + background: #1D68CD; | |
| 1087 | + } | |
| 1088 | +} | |
| 1089 | + | |
| 1090 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1091 | + padding: 4px; | |
| 1092 | + color: #333; | |
| 1093 | + text-align: center; | |
| 1094 | +} | |
| 1095 | + | |
| 1096 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1097 | + border-bottom: 1px solid #fff; | |
| 1098 | + padding: 4px; | |
| 1099 | + padding-top: 6px; | |
| 1100 | + color: #333; | |
| 1101 | + font-weight: bold; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1105 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1106 | + padding-left: 12px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1110 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1111 | + padding-left: 20px; | |
| 1112 | +} | |
| 1113 | + | |
| 1114 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1115 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1116 | + padding-left: 28px; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1120 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1121 | + padding-left: 36px; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.tabulator.tabulator-ltr { | |
| 1125 | + direction: ltr; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.tabulator.tabulator-rtl { | |
| 1129 | + text-align: initial; | |
| 1130 | + direction: rtl; | |
| 1131 | +} | |
| 1132 | + | |
| 1133 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1134 | + text-align: initial; | |
| 1135 | + border-left: 1px solid #fff; | |
| 1136 | + border-right: initial; | |
| 1137 | +} | |
| 1138 | + | |
| 1139 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1140 | + margin-right: initial; | |
| 1141 | + margin-left: -1px; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1145 | + padding-right: 0; | |
| 1146 | + padding-left: 25px; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1150 | + left: 8px; | |
| 1151 | + right: initial; | |
| 1152 | +} | |
| 1153 | + | |
| 1154 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1155 | + content: ''; | |
| 1156 | + position: absolute; | |
| 1157 | + left: -3px; | |
| 1158 | + right: initial; | |
| 1159 | + bottom: -3px; | |
| 1160 | + width: 6px; | |
| 1161 | + height: 6px; | |
| 1162 | + background-color: #2544b7; | |
| 1163 | + border-radius: 999px; | |
| 1164 | +} | |
| 1165 | + | |
| 1166 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1167 | + border-right: initial; | |
| 1168 | + border-left: 1px solid #fff; | |
| 1169 | +} | |
| 1170 | + | |
| 1171 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1172 | + margin-right: initial; | |
| 1173 | + margin-left: 5px; | |
| 1174 | + border-bottom-left-radius: initial; | |
| 1175 | + border-bottom-right-radius: 1px; | |
| 1176 | + border-left: initial; | |
| 1177 | + border-right: 2px solid #fff; | |
| 1178 | +} | |
| 1179 | + | |
| 1180 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1181 | + margin-right: initial; | |
| 1182 | + margin-left: 5px; | |
| 1183 | +} | |
| 1184 | + | |
| 1185 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1186 | + border-left: 2px solid #fff; | |
| 1187 | +} | |
| 1188 | + | |
| 1189 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1190 | + border-right: 2px solid #fff; | |
| 1191 | +} | |
| 1192 | + | |
| 1193 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1194 | + width: 3px; | |
| 1195 | + margin-left: 0; | |
| 1196 | + margin-right: -3px; | |
| 1197 | +} | |
| 1198 | + | |
| 1199 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1200 | + text-align: initial; | |
| 1201 | +} | |
| 1202 | + | |
| 1203 | +.tabulator-print-fullscreen { | |
| 1204 | + position: absolute; | |
| 1205 | + top: 0; | |
| 1206 | + bottom: 0; | |
| 1207 | + left: 0; | |
| 1208 | + right: 0; | |
| 1209 | + z-index: 10000; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1213 | + display: none !important; | |
| 1214 | +} | |
| 1215 | + | |
| 1216 | +.tabulator-print-table { | |
| 1217 | + border-collapse: collapse; | |
| 1218 | +} | |
| 1219 | + | |
| 1220 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1221 | + display: inline-block; | |
| 1222 | + vertical-align: middle; | |
| 1223 | + height: 9px; | |
| 1224 | + width: 7px; | |
| 1225 | + margin-top: -9px; | |
| 1226 | + margin-right: 5px; | |
| 1227 | + border-bottom-left-radius: 1px; | |
| 1228 | + border-left: 2px solid #fff; | |
| 1229 | + border-bottom: 2px solid #fff; | |
| 1230 | +} | |
| 1231 | + | |
| 1232 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1233 | + box-sizing: border-box; | |
| 1234 | + border-bottom: 1px solid #999; | |
| 1235 | + border-right: 1px solid #fff; | |
| 1236 | + border-top: 1px solid #999; | |
| 1237 | + padding: 5px; | |
| 1238 | + padding-left: 10px; | |
| 1239 | + background: #ccc; | |
| 1240 | + font-weight: bold; | |
| 1241 | + min-width: 100%; | |
| 1242 | +} | |
| 1243 | + | |
| 1244 | +@media (hover: hover) and (pointer: fine) { | |
| 1245 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1246 | + cursor: pointer; | |
| 1247 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1248 | + } | |
| 1249 | +} | |
| 1250 | + | |
| 1251 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1252 | + margin-right: 10px; | |
| 1253 | + border-left: 6px solid transparent; | |
| 1254 | + border-right: 6px solid transparent; | |
| 1255 | + border-top: 6px solid #3759D7; | |
| 1256 | + border-bottom: 0; | |
| 1257 | +} | |
| 1258 | + | |
| 1259 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1260 | + padding-left: 30px !important; | |
| 1261 | +} | |
| 1262 | + | |
| 1263 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1264 | + padding-left: 50px !important; | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1268 | + padding-left: 70px !important; | |
| 1269 | +} | |
| 1270 | + | |
| 1271 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1272 | + padding-left: 90px !important; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1276 | + padding-left: 110px !important; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1280 | + display: inline-block; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1284 | + display: inline-block; | |
| 1285 | + width: 0; | |
| 1286 | + height: 0; | |
| 1287 | + margin-right: 16px; | |
| 1288 | + border-top: 6px solid transparent; | |
| 1289 | + border-bottom: 6px solid transparent; | |
| 1290 | + border-right: 0; | |
| 1291 | + border-left: 6px solid #3759D7; | |
| 1292 | + vertical-align: middle; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1296 | + margin-left: 10px; | |
| 1297 | + color: #d00; | |
| 1298 | +} | |
| 1299 | + | |
| 1300 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1301 | + display: inline-flex; | |
| 1302 | + justify-content: center; | |
| 1303 | + align-items: center; | |
| 1304 | + vertical-align: middle; | |
| 1305 | + height: 11px; | |
| 1306 | + width: 11px; | |
| 1307 | + margin-right: 5px; | |
| 1308 | + border: 1px solid #333; | |
| 1309 | + border-radius: 2px; | |
| 1310 | + background: rgba(0, 0, 0, 0.1); | |
| 1311 | + overflow: hidden; | |
| 1312 | +} | |
| 1313 | + | |
| 1314 | +@media (hover: hover) and (pointer: fine) { | |
| 1315 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1316 | + cursor: pointer; | |
| 1317 | + background: rgba(0, 0, 0, 0.2); | |
| 1318 | + } | |
| 1319 | +} | |
| 1320 | + | |
| 1321 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1322 | + display: inline-block; | |
| 1323 | + position: relative; | |
| 1324 | + height: 7px; | |
| 1325 | + width: 1px; | |
| 1326 | + background: transparent; | |
| 1327 | +} | |
| 1328 | + | |
| 1329 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1330 | + position: absolute; | |
| 1331 | + content: ""; | |
| 1332 | + left: -3px; | |
| 1333 | + top: 3px; | |
| 1334 | + height: 1px; | |
| 1335 | + width: 7px; | |
| 1336 | + background: #333; | |
| 1337 | +} | |
| 1338 | + | |
| 1339 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1340 | + display: inline-block; | |
| 1341 | + position: relative; | |
| 1342 | + height: 7px; | |
| 1343 | + width: 1px; | |
| 1344 | + background: #333; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1348 | + position: absolute; | |
| 1349 | + content: ""; | |
| 1350 | + left: -3px; | |
| 1351 | + top: 3px; | |
| 1352 | + height: 1px; | |
| 1353 | + width: 7px; | |
| 1354 | + background: #333; | |
| 1355 | +} | |
| 1356 | + | |
| 1357 | +.tabulator .tabulator-header { | |
| 1358 | + border-bottom: 3px solid #3759D7; | |
| 1359 | + margin-bottom: 4px; | |
| 1360 | + padding-left: 10px; | |
| 1361 | + font-size: 1.1em; | |
| 1362 | +} | |
| 1363 | + | |
| 1364 | +.tabulator .tabulator-header .tabulator-col { | |
| 1365 | + border-right: 2px solid #fff; | |
| 1366 | + background-color: #fff; | |
| 1367 | +} | |
| 1368 | + | |
| 1369 | +.tabulator .tabulator-header .tabulator-col:nth-child(1) { | |
| 1370 | + padding-left: 10px; | |
| 1371 | +} | |
| 1372 | + | |
| 1373 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 1374 | + border: 1px solid #3759D7; | |
| 1375 | + font-size: 1em; | |
| 1376 | + color: #3759D7; | |
| 1377 | +} | |
| 1378 | + | |
| 1379 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1380 | + border-top: 2px solid #3759D7; | |
| 1381 | +} | |
| 1382 | + | |
| 1383 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 1384 | + padding-left: 10px; | |
| 1385 | +} | |
| 1386 | + | |
| 1387 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 1388 | + border-top: 2px solid #3759D7 !important; | |
| 1389 | +} | |
| 1390 | + | |
| 1391 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 1392 | + padding-left: 0 !important; | |
| 1393 | +} | |
| 1394 | + | |
| 1395 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell { | |
| 1396 | + background: none; | |
| 1397 | +} | |
| 1398 | + | |
| 1399 | +.tabulator .tabulator-tableholder .tabulator-placeholder span { | |
| 1400 | + color: #3759D7; | |
| 1401 | +} | |
| 1402 | + | |
| 1403 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 1404 | + border-bottom: 2px solid #3759D7; | |
| 1405 | +} | |
| 1406 | + | |
| 1407 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 1408 | + border-top: 2px solid #3759D7; | |
| 1409 | +} | |
| 1410 | + | |
| 1411 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 1412 | + border-top: 3px solid #3759D7 !important; | |
| 1413 | + border-bottom: 2px solid #3759D7 !important; | |
| 1414 | +} | |
| 1415 | + | |
| 1416 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 1417 | + background: white !important; | |
| 1418 | +} | |
| 1419 | + | |
| 1420 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell { | |
| 1421 | + background: none; | |
| 1422 | +} | |
| 1423 | + | |
| 1424 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell:first-child { | |
| 1425 | + border-left: 10px solid transparent; | |
| 1426 | +} | |
| 1427 | + | |
| 1428 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 1429 | + border-bottom: none !important; | |
| 1430 | +} | |
| 1431 | + | |
| 1432 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 1433 | + border-color: #aaa; | |
| 1434 | + color: #333; | |
| 1435 | + font-weight: normal; | |
| 1436 | +} | |
| 1437 | + | |
| 1438 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1439 | + font-weight: bold; | |
| 1440 | + color: #3759D7; | |
| 1441 | +} | |
| 1442 | + | |
| 1443 | +.tabulator-row { | |
| 1444 | + margin-bottom: 2px; | |
| 1445 | +} | |
| 1446 | + | |
| 1447 | +.tabulator-row .tabulator-cell:first-child { | |
| 1448 | + border-left: 10px solid #3759D7; | |
| 1449 | +} | |
| 1450 | + | |
| 1451 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1452 | + background-color: #3759D7; | |
| 1453 | + color: #fff; | |
| 1454 | +} | |
| 1455 | + | |
| 1456 | +.tabulator-row:nth-child(even) { | |
| 1457 | + background-color: #627ce0; | |
| 1458 | +} | |
| 1459 | + | |
| 1460 | +.tabulator-row:nth-child(even) .tabulator-cell { | |
| 1461 | + background-color: #fff; | |
| 1462 | +} | |
| 1463 | + | |
| 1464 | +.tabulator-row:nth-child(even) .tabulator-cell:first-child { | |
| 1465 | + border-left: 10px solid #627ce0; | |
| 1466 | +} | |
| 1467 | + | |
| 1468 | +.tabulator-row:nth-child(even) .tabulator-cell.tabulator-row-header { | |
| 1469 | + background-color: #627ce0; | |
| 1470 | +} | |
| 1471 | + | |
| 1472 | +@media (hover: hover) and (pointer: fine) { | |
| 1473 | + .tabulator-row.tabulator-selectable:hover { | |
| 1474 | + cursor: pointer; | |
| 1475 | + } | |
| 1476 | + .tabulator-row.tabulator-selectable:hover .tabulator-cell { | |
| 1477 | + background-color: #bbb; | |
| 1478 | + } | |
| 1479 | +} | |
| 1480 | + | |
| 1481 | +.tabulator-row.tabulator-selected .tabulator-cell { | |
| 1482 | + background-color: #9ABCEA; | |
| 1483 | +} | |
| 1484 | + | |
| 1485 | +@media (hover: hover) and (pointer: fine) { | |
| 1486 | + .tabulator-row.tabulator-selected:hover .tabulator-cell { | |
| 1487 | + background-color: #769BCC; | |
| 1488 | + cursor: pointer; | |
| 1489 | + } | |
| 1490 | +} | |
| 1491 | + | |
| 1492 | +.tabulator-row.tabulator-moving { | |
| 1493 | + pointer-events: none !important; | |
| 1494 | +} | |
| 1495 | + | |
| 1496 | +.tabulator-row .tabulator-cell { | |
| 1497 | + padding: 6px 4px; | |
| 1498 | + border-right: 2px solid #fff; | |
| 1499 | + background-color: #f3f3f3; | |
| 1500 | +} | |
| 1501 | + | |
| 1502 | +.tabulator-row.tabulator-group { | |
| 1503 | + min-width: 100%; | |
| 1504 | + margin-bottom: 2px; | |
| 1505 | + border-bottom: 2px solid #3759D7; | |
| 1506 | + border-top: 2px solid #3759D7; | |
| 1507 | + border-right: none; | |
| 1508 | + background: #8ca0e8; | |
| 1509 | +} | |
| 1510 | + | |
| 1511 | +.tabulator-row.tabulator-group span { | |
| 1512 | + color: #3759D7; | |
| 1513 | +} | |
| 1514 | + | |
| 1515 | +.tabulator-toggle.tabulator-toggle-on { | |
| 1516 | + background: #3759D7; | |
| 1517 | +} | |
| 1518 | + | |
| 1519 | +.tabulator-edit-select-list { | |
| 1520 | + border: 1px solid #1D68CD; | |
| 1521 | +} | |
| 1522 | + | |
| 1523 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1524 | + border-bottom: 2px solid #3759D7; | |
| 1525 | + border-top: 2px solid #3759D7; | |
| 1526 | + background: #8ca0e8; | |
| 1527 | + margin-bottom: 2px; | |
| 1528 | +} | |
| 1529 | + | |
| 1530 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1531 | + color: #3759D7; | |
| 1532 | +} | |
| 1533 | + | |
| 1534 | +/*# sourceMappingURL=tabulator_modern.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_modern.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_modern.scss"],"names":[],"mappings":"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","file":"tabulator_modern.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #fff;\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #3759D7;\n background-color: #fff;\n color: #3759D7;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #fff;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #3759D7;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #3759D7;\n color: #fff; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #2544b7;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #b7c3f1; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #fff;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #b7c3f1; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #b7c3f1; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #3759D7; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #3759D7; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #3759D7; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #3759D7;\n color: #3759D7; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #fff; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #fff; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #fff;\n border-bottom: 1px solid #fff; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #f3f3f3;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #fff; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #fff; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2544b7; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2544b7;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2544b7; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #3759D7;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #fff 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #fff;\n border-top: 1px solid #fff;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #3759D7;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #3759D7; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #f3f3f3; }\n .tabulator-row.tabulator-row-even {\n background-color: #fff; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #fff;\n border-bottom: 1px solid #fff;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #3759D7;\n color: #fff; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #2544b7;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #2544b7;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #fff;\n border-bottom: 1px solid #fff; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #fff;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #fff;\n border-bottom: 1px solid #fff;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #fff; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #fff;\n border-bottom: 2px solid #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #f3f3f3;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #f3f3f3; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #fff;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #3759D7;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #3759D7;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #f3f3f3;\n border: 1px solid #fff;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #fff;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #fff; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #f3f3f3;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(243, 243, 243, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #f3f3f3;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #fff;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #fff;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2544b7;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #fff;\n border-bottom: 2px solid #fff; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #fff;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #3759D7;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #3759D7;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator .tabulator-header {\n border-bottom: 3px solid #3759D7;\n margin-bottom: 4px;\n padding-left: 10px;\n font-size: 1.1em; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: 2px solid #fff;\n background-color: #fff; }\n .tabulator .tabulator-header .tabulator-col:nth-child(1) {\n padding-left: 10px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n border: 1px solid #3759D7;\n font-size: 1em;\n color: #3759D7; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 2px solid #3759D7; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n padding-left: 10px; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n border-top: 2px solid #3759D7 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n padding-left: 0 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n background: none; }\n\n.tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #3759D7; }\n\n.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #3759D7; }\n\n.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #3759D7; }\n\n.tabulator .tabulator-footer .tabulator-calcs-holder {\n border-top: 3px solid #3759D7 !important;\n border-bottom: 2px solid #3759D7 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n background: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell:first-child {\n border-left: 10px solid transparent; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n border-bottom: none !important; }\n\n.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n border-color: #aaa;\n color: #333;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n font-weight: bold;\n color: #3759D7; }\n\n.tabulator-row {\n margin-bottom: 2px; }\n .tabulator-row .tabulator-cell:first-child {\n border-left: 10px solid #3759D7; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n background-color: #3759D7;\n color: #fff; }\n .tabulator-row:nth-child(even) {\n background-color: #627ce0; }\n .tabulator-row:nth-child(even) .tabulator-cell {\n background-color: #fff; }\n .tabulator-row:nth-child(even) .tabulator-cell:first-child {\n border-left: 10px solid #627ce0; }\n .tabulator-row:nth-child(even) .tabulator-cell.tabulator-row-header {\n background-color: #627ce0; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n cursor: pointer; }\n .tabulator-row.tabulator-selectable:hover .tabulator-cell {\n background-color: #bbb; } }\n .tabulator-row.tabulator-selected .tabulator-cell {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover .tabulator-cell {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-moving {\n pointer-events: none !important; }\n .tabulator-row .tabulator-cell {\n padding: 6px 4px;\n border-right: 2px solid #fff;\n background-color: #f3f3f3; }\n .tabulator-row.tabulator-group {\n min-width: 100%;\n margin-bottom: 2px;\n border-bottom: 2px solid #3759D7;\n border-top: 2px solid #3759D7;\n border-right: none;\n background: #8ca0e8; }\n .tabulator-row.tabulator-group span {\n color: #3759D7; }\n\n.tabulator-toggle.tabulator-toggle-on {\n background: #3759D7; }\n\n.tabulator-edit-select-list {\n border: 1px solid #1D68CD; }\n\n.tabulator-print-table .tabulator-print-table-group {\n border-bottom: 2px solid #3759D7;\n border-top: 2px solid #3759D7;\n background: #8ca0e8;\n margin-bottom: 2px; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #3759D7; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_modern.min.css
... | ... | @@ -0,0 +1,2 @@ |
| 1 | +.tabulator{background-color:#fff;border:1px solid #fff;font-size:16px;overflow:hidden;position:relative;text-align:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator .tabulator-header{background-color:#fff;border-bottom:1px solid #3759d7;box-sizing:border-box;color:#3759d7;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#fff;border-right:1px solid #fff;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#e6e6e6;border:1px solid #3759d7;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#3759d7;color:#fff}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#2544b7;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #b7c3f1;border-left:6px solid transparent;border-right:6px solid transparent;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #fff;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#e6e6e6;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#b7c3f1}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #b7c3f1;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#3759d7}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #3759d7;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#3759d7}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #3759d7;color:#3759d7}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #fff}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #fff}.tabulator .tabulator-header .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#f3f3f3;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#f2f2f2!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #fff}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #fff}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2544b7;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2544b7;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2544b7;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#fff;border-top:1px solid #999;color:#3759d7;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#fff!important;border-bottom:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#3759d7;flex:1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:hsla(0,0%,100%,.2);border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#3759d7}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:rgba(0,0,0,.2);color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#f3f3f3;box-sizing:border-box;min-height:24px;position:relative}.tabulator-row.tabulator-row-even{background-color:#fff}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #fff;border-top:1px solid #fff;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#3759d7;color:#fff}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#2544b7;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #fff;border-top:1px solid #fff;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:16px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #fff;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:#fff;border-bottom:1px solid #fff;border-right:1px solid #fff}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #fff}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #fff}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:transparent;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:transparent;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #fff;border-bottom-left-radius:1px;border-left:2px solid #fff;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#f3f3f3;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#f3f3f3}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #fff;border-top:1px solid #999;box-sizing:border-box;font-weight:700;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #3759d7;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #3759d7;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#f3f3f3;border:1px solid #fff;box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;font-size:16px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#fff;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#fff;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #fff}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:16px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#f3f3f3}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,95%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#f3f3f3;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #fff;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #fff;border-right:initial;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2544b7;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #fff;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #fff;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #fff}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #fff}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #fff;border-bottom-left-radius:1px;border-left:2px solid #fff;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #fff;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:rgba(0,0,0,.1);cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #3759d7;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid transparent;border-left:6px solid #3759d7;border-right:0;border-top:6px solid transparent;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:rgba(0,0,0,.1);border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:rgba(0,0,0,.2);cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:transparent;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator .tabulator-header{border-bottom:3px solid #3759d7;font-size:1.1em;margin-bottom:4px;padding-left:10px}.tabulator .tabulator-header .tabulator-col{background-color:#fff;border-right:2px solid #fff}.tabulator .tabulator-header .tabulator-col:first-child{padding-left:10px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{border:1px solid #3759d7;color:#3759d7;font-size:1em}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:2px solid #3759d7}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{padding-left:10px}.tabulator .tabulator-header .tabulator-calcs-holder{border-top:2px solid #3759d7!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{padding-left:0!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell{background:none}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#3759d7}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #3759d7}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #3759d7}.tabulator .tabulator-footer .tabulator-calcs-holder{border-bottom:2px solid #3759d7!important;border-top:3px solid #3759d7!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#fff!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell{background:none}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell:first-child{border-left:10px solid transparent}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none!important}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border-color:#aaa;color:#333;font-weight:400}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{color:#3759d7;font-weight:700}.tabulator-row{margin-bottom:2px}.tabulator-row .tabulator-cell:first-child{border-left:10px solid #3759d7}.tabulator-row .tabulator-cell.tabulator-row-header{background-color:#3759d7;color:#fff}.tabulator-row:nth-child(2n){background-color:#627ce0}.tabulator-row:nth-child(2n) .tabulator-cell{background-color:#fff}.tabulator-row:nth-child(2n) .tabulator-cell:first-child{border-left:10px solid #627ce0}.tabulator-row:nth-child(2n) .tabulator-cell.tabulator-row-header{background-color:#627ce0}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{cursor:pointer}.tabulator-row.tabulator-selectable:hover .tabulator-cell{background-color:#bbb}}.tabulator-row.tabulator-selected .tabulator-cell{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover .tabulator-cell{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-moving{pointer-events:none!important}.tabulator-row .tabulator-cell{background-color:#f3f3f3;border-right:2px solid #fff;padding:6px 4px}.tabulator-row.tabulator-group{background:#8ca0e8;border-bottom:2px solid #3759d7;border-right:none;border-top:2px solid #3759d7;margin-bottom:2px;min-width:100%}.tabulator-row.tabulator-group span{color:#3759d7}.tabulator-toggle.tabulator-toggle-on{background:#3759d7}.tabulator-edit-select-list{border:1px solid #1d68cd}.tabulator-print-table .tabulator-print-table-group{background:#8ca0e8;border-bottom:2px solid #3759d7;border-top:2px solid #3759d7;margin-bottom:2px}.tabulator-print-table .tabulator-print-table-group span{color:#3759d7} | |
| 2 | +/*# sourceMappingURL=tabulator_modern.min.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_modern.min.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_modern.scss"],"names":[],"mappings":"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","file":"tabulator_modern.min.css","sourcesContent":[".tabulator {\n position: relative;\n border: 1px solid #fff;\n background-color: #fff;\n font-size: 16px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #3759D7;\n background-color: #fff;\n color: #3759D7;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #fff;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #3759D7;\n background: #e6e6e6;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #3759D7;\n color: #fff; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #2544b7;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #b7c3f1; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #fff;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #b7c3f1; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #b7c3f1; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #3759D7; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #3759D7; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #3759D7; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #3759D7;\n color: #3759D7; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #fff; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #fff; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #fff;\n border-bottom: 1px solid #fff; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #f3f3f3;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #fff; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #fff; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2544b7; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2544b7;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2544b7; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #3759D7;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: #fff 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #fff;\n border-top: 1px solid #fff;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #3759D7;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #3759D7; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 24px;\n background-color: #f3f3f3; }\n .tabulator-row.tabulator-row-even {\n background-color: #fff; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #fff;\n border-bottom: 1px solid #fff;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #3759D7;\n color: #fff; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #2544b7;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #2544b7;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #fff;\n border-bottom: 1px solid #fff; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 16px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #fff;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid #fff;\n border-bottom: 1px solid #fff;\n background: #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #fff; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #fff; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #fff;\n border-bottom: 2px solid #fff; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #f3f3f3;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #f3f3f3; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #fff;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #3759D7;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #3759D7;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #f3f3f3;\n border: 1px solid #fff;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #fff;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #fff; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 16px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #f3f3f3;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(243, 243, 243, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #f3f3f3;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #fff;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #fff;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2544b7;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #fff; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #fff;\n border-bottom: 2px solid #fff; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #fff;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #3759D7;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #3759D7;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator .tabulator-header {\n border-bottom: 3px solid #3759D7;\n margin-bottom: 4px;\n padding-left: 10px;\n font-size: 1.1em; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: 2px solid #fff;\n background-color: #fff; }\n .tabulator .tabulator-header .tabulator-col:nth-child(1) {\n padding-left: 10px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n border: 1px solid #3759D7;\n font-size: 1em;\n color: #3759D7; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n border-top: 2px solid #3759D7; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n padding-left: 10px; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n border-top: 2px solid #3759D7 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n padding-left: 0 !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n background: none; }\n\n.tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #3759D7; }\n\n.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #3759D7; }\n\n.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #3759D7; }\n\n.tabulator .tabulator-footer .tabulator-calcs-holder {\n border-top: 3px solid #3759D7 !important;\n border-bottom: 2px solid #3759D7 !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell {\n background: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell:first-child {\n border-left: 10px solid transparent; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n border-bottom: none !important; }\n\n.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n border-color: #aaa;\n color: #333;\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n font-weight: bold;\n color: #3759D7; }\n\n.tabulator-row {\n margin-bottom: 2px; }\n .tabulator-row .tabulator-cell:first-child {\n border-left: 10px solid #3759D7; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n background-color: #3759D7;\n color: #fff; }\n .tabulator-row:nth-child(even) {\n background-color: #627ce0; }\n .tabulator-row:nth-child(even) .tabulator-cell {\n background-color: #fff; }\n .tabulator-row:nth-child(even) .tabulator-cell:first-child {\n border-left: 10px solid #627ce0; }\n .tabulator-row:nth-child(even) .tabulator-cell.tabulator-row-header {\n background-color: #627ce0; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n cursor: pointer; }\n .tabulator-row.tabulator-selectable:hover .tabulator-cell {\n background-color: #bbb; } }\n .tabulator-row.tabulator-selected .tabulator-cell {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover .tabulator-cell {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-moving {\n pointer-events: none !important; }\n .tabulator-row .tabulator-cell {\n padding: 6px 4px;\n border-right: 2px solid #fff;\n background-color: #f3f3f3; }\n .tabulator-row.tabulator-group {\n min-width: 100%;\n margin-bottom: 2px;\n border-bottom: 2px solid #3759D7;\n border-top: 2px solid #3759D7;\n border-right: none;\n background: #8ca0e8; }\n .tabulator-row.tabulator-group span {\n color: #3759D7; }\n\n.tabulator-toggle.tabulator-toggle-on {\n background: #3759D7; }\n\n.tabulator-edit-select-list {\n border: 1px solid #1D68CD; }\n\n.tabulator-print-table .tabulator-print-table-group {\n border-bottom: 2px solid #3759D7;\n border-top: 2px solid #3759D7;\n background: #8ca0e8;\n margin-bottom: 2px; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #3759D7; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_semanticui.css
... | ... | @@ -0,0 +1,2194 @@ |
| 1 | +/******************************* | |
| 2 | + Site Settings | |
| 3 | +*******************************/ | |
| 4 | + | |
| 5 | +/*------------------- | |
| 6 | + Fonts | |
| 7 | +--------------------*/ | |
| 8 | + | |
| 9 | +/*------------------- | |
| 10 | + Base Sizes | |
| 11 | +--------------------*/ | |
| 12 | + | |
| 13 | +/* This is the single variable that controls them all */ | |
| 14 | + | |
| 15 | +/* The size of page text */ | |
| 16 | + | |
| 17 | +/*------------------- | |
| 18 | + Exact Pixel Values | |
| 19 | +--------------------*/ | |
| 20 | + | |
| 21 | +/* | |
| 22 | + These are used to specify exact pixel values in em | |
| 23 | + for things like borders that remain constantly | |
| 24 | + sized as emSize adjusts | |
| 25 | + | |
| 26 | + Since there are many more sizes than names for sizes, | |
| 27 | + these are named by their original pixel values. | |
| 28 | + | |
| 29 | +*/ | |
| 30 | + | |
| 31 | +/*------------------- | |
| 32 | + Border Radius | |
| 33 | +--------------------*/ | |
| 34 | + | |
| 35 | +/* See Power-user section below | |
| 36 | + for explanation of $px variables | |
| 37 | +*/ | |
| 38 | + | |
| 39 | +/*------------------- | |
| 40 | + Site Colors | |
| 41 | +--------------------*/ | |
| 42 | + | |
| 43 | +/*--- Colors ---*/ | |
| 44 | + | |
| 45 | +/*--- Light Colors ---*/ | |
| 46 | + | |
| 47 | +/*--- Neutrals ---*/ | |
| 48 | + | |
| 49 | +/*--- Colored Backgrounds ---*/ | |
| 50 | + | |
| 51 | +/*--- Colored Text ---*/ | |
| 52 | + | |
| 53 | +/*--- Colored Headers ---*/ | |
| 54 | + | |
| 55 | +/*--- Colored Border ---*/ | |
| 56 | + | |
| 57 | +/*------------------- | |
| 58 | + Alpha Colors | |
| 59 | +--------------------*/ | |
| 60 | + | |
| 61 | +/*------------------- | |
| 62 | + Brand Colors | |
| 63 | +--------------------*/ | |
| 64 | + | |
| 65 | +/*-------------- | |
| 66 | + Page Heading | |
| 67 | +---------------*/ | |
| 68 | + | |
| 69 | +/*------------------- | |
| 70 | + Page | |
| 71 | +--------------------*/ | |
| 72 | + | |
| 73 | +/*-------------- | |
| 74 | + Form Input | |
| 75 | +---------------*/ | |
| 76 | + | |
| 77 | +/* This adjusts the default form input across all elements */ | |
| 78 | + | |
| 79 | +/* Input Text Color */ | |
| 80 | + | |
| 81 | +/* Line Height Default For Inputs in Browser (Descendors are 17px at 14px base em) */ | |
| 82 | + | |
| 83 | +/*------------------- | |
| 84 | + Focused Input | |
| 85 | +--------------------*/ | |
| 86 | + | |
| 87 | +/* Used on inputs, textarea etc */ | |
| 88 | + | |
| 89 | +/* Used on dropdowns, other larger blocks */ | |
| 90 | + | |
| 91 | +/*------------------- | |
| 92 | + Sizes | |
| 93 | +--------------------*/ | |
| 94 | + | |
| 95 | +/* | |
| 96 | + Sizes are all expressed in terms of 14px/em (default em) | |
| 97 | + This ensures these "ratios" remain constant despite changes in EM | |
| 98 | +*/ | |
| 99 | + | |
| 100 | +/*------------------- | |
| 101 | + Paragraph | |
| 102 | +--------------------*/ | |
| 103 | + | |
| 104 | +/*------------------- | |
| 105 | + Links | |
| 106 | +--------------------*/ | |
| 107 | + | |
| 108 | +/*------------------- | |
| 109 | + Highlighted Text | |
| 110 | +--------------------*/ | |
| 111 | + | |
| 112 | +/*------------------- | |
| 113 | + Em Sizes | |
| 114 | +--------------------*/ | |
| 115 | + | |
| 116 | +/* | |
| 117 | + This rounds $size values to the closest pixel then expresses that value in (r)em. | |
| 118 | + This ensures all size values round to exact pixels | |
| 119 | +*/ | |
| 120 | + | |
| 121 | +/* em */ | |
| 122 | + | |
| 123 | +/* rem */ | |
| 124 | + | |
| 125 | +/*------------------- | |
| 126 | + Loader | |
| 127 | +--------------------*/ | |
| 128 | + | |
| 129 | +/*------------------- | |
| 130 | + Grid | |
| 131 | +--------------------*/ | |
| 132 | + | |
| 133 | +/*------------------- | |
| 134 | + Transitions | |
| 135 | +--------------------*/ | |
| 136 | + | |
| 137 | +/*------------------- | |
| 138 | + Breakpoints | |
| 139 | +--------------------*/ | |
| 140 | + | |
| 141 | +/* Columns */ | |
| 142 | + | |
| 143 | +/******************************* | |
| 144 | + Power-User | |
| 145 | +*******************************/ | |
| 146 | + | |
| 147 | +/*------------------- | |
| 148 | + Emotive Colors | |
| 149 | +--------------------*/ | |
| 150 | + | |
| 151 | +/* Positive */ | |
| 152 | + | |
| 153 | +/* Negative */ | |
| 154 | + | |
| 155 | +/* Info */ | |
| 156 | + | |
| 157 | +/* Warning */ | |
| 158 | + | |
| 159 | +/*------------------- | |
| 160 | + Paths | |
| 161 | +--------------------*/ | |
| 162 | + | |
| 163 | +/* For source only. Modified in gulp for dist */ | |
| 164 | + | |
| 165 | +/*------------------- | |
| 166 | + Icons | |
| 167 | +--------------------*/ | |
| 168 | + | |
| 169 | +/* Maximum Glyph Width of Icon */ | |
| 170 | + | |
| 171 | +/*------------------- | |
| 172 | + Neutral Text | |
| 173 | +--------------------*/ | |
| 174 | + | |
| 175 | +/*------------------- | |
| 176 | + Brand Colors | |
| 177 | +--------------------*/ | |
| 178 | + | |
| 179 | +/*------------------- | |
| 180 | + Borders | |
| 181 | +--------------------*/ | |
| 182 | + | |
| 183 | +/*------------------- | |
| 184 | + Accents | |
| 185 | +--------------------*/ | |
| 186 | + | |
| 187 | +/* Differentiating Neutrals */ | |
| 188 | + | |
| 189 | +/* Differentiating Layers */ | |
| 190 | + | |
| 191 | +/*------------------- | |
| 192 | + Derived Values | |
| 193 | +--------------------*/ | |
| 194 | + | |
| 195 | +/* Loaders Position Offset */ | |
| 196 | + | |
| 197 | +/* Rendered Scrollbar Width */ | |
| 198 | + | |
| 199 | +/* Maximum Single Character Glyph Width, aka Capital "W" */ | |
| 200 | + | |
| 201 | +/* Used to match floats with text */ | |
| 202 | + | |
| 203 | +/* Header Spacing */ | |
| 204 | + | |
| 205 | +/* Minimum Mobile Width */ | |
| 206 | + | |
| 207 | +/* Positive / Negative Dupes */ | |
| 208 | + | |
| 209 | +/* Responsive */ | |
| 210 | + | |
| 211 | +/******************************* | |
| 212 | + States | |
| 213 | +*******************************/ | |
| 214 | + | |
| 215 | +/*------------------- | |
| 216 | + Disabled | |
| 217 | +--------------------*/ | |
| 218 | + | |
| 219 | +/*------------------- | |
| 220 | + Hover | |
| 221 | +--------------------*/ | |
| 222 | + | |
| 223 | +/*--- Shadows ---*/ | |
| 224 | + | |
| 225 | +/*--- Colors ---*/ | |
| 226 | + | |
| 227 | +/*--- Emotive ---*/ | |
| 228 | + | |
| 229 | +/*--- Brand ---*/ | |
| 230 | + | |
| 231 | +/*--- Dark Tones ---*/ | |
| 232 | + | |
| 233 | +/*--- Light Tones ---*/ | |
| 234 | + | |
| 235 | +/*------------------- | |
| 236 | + Focus | |
| 237 | +--------------------*/ | |
| 238 | + | |
| 239 | +/*--- Colors ---*/ | |
| 240 | + | |
| 241 | +/*--- Emotive ---*/ | |
| 242 | + | |
| 243 | +/*--- Brand ---*/ | |
| 244 | + | |
| 245 | +/*--- Dark Tones ---*/ | |
| 246 | + | |
| 247 | +/*--- Light Tones ---*/ | |
| 248 | + | |
| 249 | +/*------------------- | |
| 250 | + Down (:active) | |
| 251 | +--------------------*/ | |
| 252 | + | |
| 253 | +/*--- Colors ---*/ | |
| 254 | + | |
| 255 | +/*--- Emotive ---*/ | |
| 256 | + | |
| 257 | +/*--- Brand ---*/ | |
| 258 | + | |
| 259 | +/*--- Dark Tones ---*/ | |
| 260 | + | |
| 261 | +/*--- Light Tones ---*/ | |
| 262 | + | |
| 263 | +/*------------------- | |
| 264 | + Active | |
| 265 | +--------------------*/ | |
| 266 | + | |
| 267 | +/*--- Colors ---*/ | |
| 268 | + | |
| 269 | +/*--- Emotive ---*/ | |
| 270 | + | |
| 271 | +/*--- Brand ---*/ | |
| 272 | + | |
| 273 | +/*--- Dark Tones ---*/ | |
| 274 | + | |
| 275 | +/*--- Light Tones ---*/ | |
| 276 | + | |
| 277 | +/******************************* | |
| 278 | + Table | |
| 279 | +*******************************/ | |
| 280 | + | |
| 281 | +/*------------------- | |
| 282 | + Element | |
| 283 | +--------------------*/ | |
| 284 | + | |
| 285 | +/*-------------- | |
| 286 | + Parts | |
| 287 | +---------------*/ | |
| 288 | + | |
| 289 | +/* Table Row */ | |
| 290 | + | |
| 291 | +/* Table Cell */ | |
| 292 | + | |
| 293 | +/* Table Header */ | |
| 294 | + | |
| 295 | +/* Table Footer */ | |
| 296 | + | |
| 297 | +/* Responsive Size */ | |
| 298 | + | |
| 299 | +/*------------------- | |
| 300 | + Types | |
| 301 | +--------------------*/ | |
| 302 | + | |
| 303 | +/* Definition */ | |
| 304 | + | |
| 305 | +/*-------------- | |
| 306 | + Couplings | |
| 307 | +---------------*/ | |
| 308 | + | |
| 309 | +/*-------------- | |
| 310 | + States | |
| 311 | +---------------*/ | |
| 312 | + | |
| 313 | +/* Positive */ | |
| 314 | + | |
| 315 | +/* Negative */ | |
| 316 | + | |
| 317 | +/* Error */ | |
| 318 | + | |
| 319 | +/* Warning */ | |
| 320 | + | |
| 321 | +/* Active */ | |
| 322 | + | |
| 323 | +/*-------------- | |
| 324 | + Types | |
| 325 | +---------------*/ | |
| 326 | + | |
| 327 | +/* Attached */ | |
| 328 | + | |
| 329 | +/* Striped */ | |
| 330 | + | |
| 331 | +/* Selectable */ | |
| 332 | + | |
| 333 | +/* Sortable */ | |
| 334 | + | |
| 335 | +/* Colors */ | |
| 336 | + | |
| 337 | +/* Inverted */ | |
| 338 | + | |
| 339 | +/* Basic */ | |
| 340 | + | |
| 341 | +/* Padded */ | |
| 342 | + | |
| 343 | +/* Compact */ | |
| 344 | + | |
| 345 | +/* Sizes */ | |
| 346 | + | |
| 347 | +.tabulator { | |
| 348 | + position: relative; | |
| 349 | + border: 1px solid rgba(34, 36, 38, 0.15); | |
| 350 | + background-color: #FFFFFF; | |
| 351 | + font-size: 14px; | |
| 352 | + text-align: left; | |
| 353 | + overflow: hidden; | |
| 354 | + -webkit-transform: translateZ(0); | |
| 355 | + -moz-transform: translateZ(0); | |
| 356 | + -ms-transform: translateZ(0); | |
| 357 | + -o-transform: translateZ(0); | |
| 358 | + transform: translateZ(0); | |
| 359 | +} | |
| 360 | + | |
| 361 | +.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table { | |
| 362 | + min-width: 100%; | |
| 363 | +} | |
| 364 | + | |
| 365 | +.tabulator[tabulator-layout="fitDataTable"] { | |
| 366 | + display: inline-block; | |
| 367 | +} | |
| 368 | + | |
| 369 | +.tabulator.tabulator-block-select { | |
| 370 | + user-select: none; | |
| 371 | +} | |
| 372 | + | |
| 373 | +.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) { | |
| 374 | + user-select: none; | |
| 375 | +} | |
| 376 | + | |
| 377 | +.tabulator .tabulator-header { | |
| 378 | + position: relative; | |
| 379 | + box-sizing: border-box; | |
| 380 | + width: 100%; | |
| 381 | + border-bottom: 1px solid #999; | |
| 382 | + background-color: #F9FAFB; | |
| 383 | + color: rgba(0, 0, 0, 0.87); | |
| 384 | + font-weight: bold; | |
| 385 | + white-space: nowrap; | |
| 386 | + overflow: hidden; | |
| 387 | + -moz-user-select: none; | |
| 388 | + -khtml-user-select: none; | |
| 389 | + -webkit-user-select: none; | |
| 390 | + -o-user-select: none; | |
| 391 | + outline: none; | |
| 392 | +} | |
| 393 | + | |
| 394 | +.tabulator .tabulator-header.tabulator-header-hidden { | |
| 395 | + display: none; | |
| 396 | +} | |
| 397 | + | |
| 398 | +.tabulator .tabulator-header .tabulator-header-contents { | |
| 399 | + position: relative; | |
| 400 | + overflow: hidden; | |
| 401 | +} | |
| 402 | + | |
| 403 | +.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers { | |
| 404 | + display: inline-block; | |
| 405 | +} | |
| 406 | + | |
| 407 | +.tabulator .tabulator-header .tabulator-col { | |
| 408 | + display: inline-flex; | |
| 409 | + position: relative; | |
| 410 | + box-sizing: border-box; | |
| 411 | + flex-direction: column; | |
| 412 | + justify-content: flex-start; | |
| 413 | + border-right: 1px solid #ddd; | |
| 414 | + background: #F9FAFB; | |
| 415 | + text-align: left; | |
| 416 | + vertical-align: bottom; | |
| 417 | + overflow: hidden; | |
| 418 | +} | |
| 419 | + | |
| 420 | +.tabulator .tabulator-header .tabulator-col.tabulator-moving { | |
| 421 | + position: absolute; | |
| 422 | + border: 1px solid #999; | |
| 423 | + background: #dae1e7; | |
| 424 | + pointer-events: none; | |
| 425 | +} | |
| 426 | + | |
| 427 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight { | |
| 428 | + background-color: #D6D6D6; | |
| 429 | + color: #000000; | |
| 430 | +} | |
| 431 | + | |
| 432 | +.tabulator .tabulator-header .tabulator-col.tabulator-range-selected { | |
| 433 | + background-color: #3876ca; | |
| 434 | + color: #FFFFFF; | |
| 435 | +} | |
| 436 | + | |
| 437 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 438 | + box-sizing: border-box; | |
| 439 | + position: relative; | |
| 440 | + padding: 4px; | |
| 441 | +} | |
| 442 | + | |
| 443 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button { | |
| 444 | + padding: 0 8px; | |
| 445 | +} | |
| 446 | + | |
| 447 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover { | |
| 448 | + cursor: pointer; | |
| 449 | + opacity: .6; | |
| 450 | +} | |
| 451 | + | |
| 452 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder { | |
| 453 | + position: relative; | |
| 454 | +} | |
| 455 | + | |
| 456 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { | |
| 457 | + box-sizing: border-box; | |
| 458 | + width: 100%; | |
| 459 | + white-space: nowrap; | |
| 460 | + overflow: hidden; | |
| 461 | + text-overflow: ellipsis; | |
| 462 | + vertical-align: bottom; | |
| 463 | +} | |
| 464 | + | |
| 465 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap { | |
| 466 | + white-space: normal; | |
| 467 | + text-overflow: initial; | |
| 468 | +} | |
| 469 | + | |
| 470 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { | |
| 471 | + box-sizing: border-box; | |
| 472 | + width: 100%; | |
| 473 | + border: 1px solid #999; | |
| 474 | + padding: 1px; | |
| 475 | + background: #fff; | |
| 476 | +} | |
| 477 | + | |
| 478 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor { | |
| 479 | + width: calc(100% - 22px); | |
| 480 | +} | |
| 481 | + | |
| 482 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 483 | + display: flex; | |
| 484 | + align-items: center; | |
| 485 | + position: absolute; | |
| 486 | + top: 0; | |
| 487 | + bottom: 0; | |
| 488 | + right: 4px; | |
| 489 | +} | |
| 490 | + | |
| 491 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 492 | + width: 0; | |
| 493 | + height: 0; | |
| 494 | + border-left: 6px solid transparent; | |
| 495 | + border-right: 6px solid transparent; | |
| 496 | + border-bottom: 6px solid #bbb; | |
| 497 | +} | |
| 498 | + | |
| 499 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 500 | + position: relative; | |
| 501 | + display: flex; | |
| 502 | + border-top: 1px solid #ddd; | |
| 503 | + overflow: hidden; | |
| 504 | + margin-right: -1px; | |
| 505 | +} | |
| 506 | + | |
| 507 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter { | |
| 508 | + position: relative; | |
| 509 | + box-sizing: border-box; | |
| 510 | + margin-top: 2px; | |
| 511 | + width: 100%; | |
| 512 | + text-align: center; | |
| 513 | +} | |
| 514 | + | |
| 515 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { | |
| 516 | + height: auto !important; | |
| 517 | +} | |
| 518 | + | |
| 519 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { | |
| 520 | + margin-top: 3px; | |
| 521 | +} | |
| 522 | + | |
| 523 | +.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear { | |
| 524 | + width: 0; | |
| 525 | + height: 0; | |
| 526 | +} | |
| 527 | + | |
| 528 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 529 | + padding-right: 25px; | |
| 530 | +} | |
| 531 | + | |
| 532 | +@media (hover: hover) and (pointer: fine) { | |
| 533 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover { | |
| 534 | + cursor: pointer; | |
| 535 | + background-color: #dae1e7; | |
| 536 | + } | |
| 537 | +} | |
| 538 | + | |
| 539 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter { | |
| 540 | + color: #bbb; | |
| 541 | +} | |
| 542 | + | |
| 543 | +@media (hover: hover) and (pointer: fine) { | |
| 544 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 545 | + cursor: pointer; | |
| 546 | + border-bottom: 6px solid #555; | |
| 547 | + } | |
| 548 | +} | |
| 549 | + | |
| 550 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 551 | + border-top: none; | |
| 552 | + border-bottom: 6px solid #bbb; | |
| 553 | +} | |
| 554 | + | |
| 555 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter { | |
| 556 | + color: #666; | |
| 557 | +} | |
| 558 | + | |
| 559 | +@media (hover: hover) and (pointer: fine) { | |
| 560 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 561 | + cursor: pointer; | |
| 562 | + border-bottom: 6px solid #555; | |
| 563 | + } | |
| 564 | +} | |
| 565 | + | |
| 566 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 567 | + border-top: none; | |
| 568 | + border-bottom: 6px solid #666; | |
| 569 | +} | |
| 570 | + | |
| 571 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter { | |
| 572 | + color: #666; | |
| 573 | +} | |
| 574 | + | |
| 575 | +@media (hover: hover) and (pointer: fine) { | |
| 576 | + .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover { | |
| 577 | + cursor: pointer; | |
| 578 | + border-top: 6px solid #555; | |
| 579 | + } | |
| 580 | +} | |
| 581 | + | |
| 582 | +.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { | |
| 583 | + border-bottom: none; | |
| 584 | + border-top: 6px solid #666; | |
| 585 | + color: #666; | |
| 586 | +} | |
| 587 | + | |
| 588 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title { | |
| 589 | + writing-mode: vertical-rl; | |
| 590 | + text-orientation: mixed; | |
| 591 | + display: flex; | |
| 592 | + align-items: center; | |
| 593 | + justify-content: center; | |
| 594 | +} | |
| 595 | + | |
| 596 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title { | |
| 597 | + transform: rotate(180deg); | |
| 598 | +} | |
| 599 | + | |
| 600 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title { | |
| 601 | + padding-right: 0; | |
| 602 | + padding-top: 20px; | |
| 603 | +} | |
| 604 | + | |
| 605 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title { | |
| 606 | + padding-right: 0; | |
| 607 | + padding-bottom: 20px; | |
| 608 | +} | |
| 609 | + | |
| 610 | +.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter { | |
| 611 | + justify-content: center; | |
| 612 | + left: 0; | |
| 613 | + right: 0; | |
| 614 | + top: 4px; | |
| 615 | + bottom: auto; | |
| 616 | +} | |
| 617 | + | |
| 618 | +.tabulator .tabulator-header .tabulator-frozen { | |
| 619 | + position: sticky; | |
| 620 | + left: 0; | |
| 621 | + z-index: 11; | |
| 622 | +} | |
| 623 | + | |
| 624 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { | |
| 625 | + border-right: 2px solid #ddd; | |
| 626 | +} | |
| 627 | + | |
| 628 | +.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { | |
| 629 | + border-left: 2px solid #ddd; | |
| 630 | +} | |
| 631 | + | |
| 632 | +.tabulator .tabulator-header .tabulator-calcs-holder { | |
| 633 | + box-sizing: border-box; | |
| 634 | + display: inline-block; | |
| 635 | + background: white !important; | |
| 636 | + border-top: 1px solid #ddd; | |
| 637 | + border-bottom: 1px solid #ddd; | |
| 638 | +} | |
| 639 | + | |
| 640 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { | |
| 641 | + background: white !important; | |
| 642 | +} | |
| 643 | + | |
| 644 | +.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 645 | + display: none; | |
| 646 | +} | |
| 647 | + | |
| 648 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder { | |
| 649 | + display: inline-block; | |
| 650 | +} | |
| 651 | + | |
| 652 | +.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { | |
| 653 | + display: none; | |
| 654 | +} | |
| 655 | + | |
| 656 | +.tabulator .tabulator-tableholder { | |
| 657 | + position: relative; | |
| 658 | + width: 100%; | |
| 659 | + white-space: nowrap; | |
| 660 | + overflow: auto; | |
| 661 | + -webkit-overflow-scrolling: touch; | |
| 662 | +} | |
| 663 | + | |
| 664 | +.tabulator .tabulator-tableholder:focus { | |
| 665 | + outline: none; | |
| 666 | +} | |
| 667 | + | |
| 668 | +.tabulator .tabulator-tableholder .tabulator-placeholder { | |
| 669 | + box-sizing: border-box; | |
| 670 | + display: flex; | |
| 671 | + align-items: center; | |
| 672 | + justify-content: center; | |
| 673 | + min-width: 100%; | |
| 674 | + width: 100%; | |
| 675 | +} | |
| 676 | + | |
| 677 | +.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] { | |
| 678 | + min-height: 100%; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents { | |
| 682 | + display: inline-block; | |
| 683 | + text-align: center; | |
| 684 | + padding: 10px; | |
| 685 | + color: #ccc; | |
| 686 | + font-weight: bold; | |
| 687 | + font-size: 20px; | |
| 688 | + white-space: normal; | |
| 689 | +} | |
| 690 | + | |
| 691 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 692 | + position: relative; | |
| 693 | + display: inline-block; | |
| 694 | + background-color: #fff; | |
| 695 | + white-space: nowrap; | |
| 696 | + overflow: visible; | |
| 697 | + color: #333; | |
| 698 | +} | |
| 699 | + | |
| 700 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 701 | + font-weight: bold; | |
| 702 | + background: #e2e2e2 !important; | |
| 703 | +} | |
| 704 | + | |
| 705 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 706 | + border-bottom: 2px solid #ddd; | |
| 707 | +} | |
| 708 | + | |
| 709 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 710 | + border-top: 2px solid #ddd; | |
| 711 | +} | |
| 712 | + | |
| 713 | +.tabulator .tabulator-tableholder .tabulator-range-overlay { | |
| 714 | + position: absolute; | |
| 715 | + inset: 0; | |
| 716 | + z-index: 10; | |
| 717 | + pointer-events: none; | |
| 718 | +} | |
| 719 | + | |
| 720 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range { | |
| 721 | + position: absolute; | |
| 722 | + box-sizing: border-box; | |
| 723 | + border: 1px solid #2975DD; | |
| 724 | +} | |
| 725 | + | |
| 726 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 727 | + content: ''; | |
| 728 | + position: absolute; | |
| 729 | + right: -3px; | |
| 730 | + bottom: -3px; | |
| 731 | + width: 6px; | |
| 732 | + height: 6px; | |
| 733 | + background-color: #2975DD; | |
| 734 | + border-radius: 999px; | |
| 735 | +} | |
| 736 | + | |
| 737 | +.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active { | |
| 738 | + position: absolute; | |
| 739 | + box-sizing: border-box; | |
| 740 | + border: 2px solid #2975DD; | |
| 741 | +} | |
| 742 | + | |
| 743 | +.tabulator .tabulator-footer { | |
| 744 | + border-top: 1px solid #999; | |
| 745 | + background-color: #fff; | |
| 746 | + color: #555; | |
| 747 | + font-weight: bold; | |
| 748 | + white-space: nowrap; | |
| 749 | + user-select: none; | |
| 750 | + -moz-user-select: none; | |
| 751 | + -khtml-user-select: none; | |
| 752 | + -webkit-user-select: none; | |
| 753 | + -o-user-select: none; | |
| 754 | +} | |
| 755 | + | |
| 756 | +.tabulator .tabulator-footer .tabulator-footer-contents { | |
| 757 | + display: flex; | |
| 758 | + flex-direction: row; | |
| 759 | + align-items: center; | |
| 760 | + justify-content: space-between; | |
| 761 | + padding: 5px 10px; | |
| 762 | +} | |
| 763 | + | |
| 764 | +.tabulator .tabulator-footer .tabulator-footer-contents:empty { | |
| 765 | + display: none; | |
| 766 | +} | |
| 767 | + | |
| 768 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 769 | + margin-top: -5px; | |
| 770 | + overflow-x: auto; | |
| 771 | +} | |
| 772 | + | |
| 773 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab { | |
| 774 | + display: inline-block; | |
| 775 | + padding: 5px; | |
| 776 | + border: rgba(34, 36, 38, 0.15) 1px solid; | |
| 777 | + border-top: none; | |
| 778 | + border-bottom-left-radius: 5px; | |
| 779 | + border-bottom-right-radius: 5px; | |
| 780 | + font-size: .9em; | |
| 781 | +} | |
| 782 | + | |
| 783 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover { | |
| 784 | + cursor: pointer; | |
| 785 | + opacity: .7; | |
| 786 | +} | |
| 787 | + | |
| 788 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 789 | + background: #fff; | |
| 790 | +} | |
| 791 | + | |
| 792 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 793 | + box-sizing: border-box; | |
| 794 | + width: 100%; | |
| 795 | + text-align: left; | |
| 796 | + background: white !important; | |
| 797 | + border-bottom: 1px solid #ddd; | |
| 798 | + border-top: 1px solid #ddd; | |
| 799 | + overflow: hidden; | |
| 800 | +} | |
| 801 | + | |
| 802 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 803 | + display: inline-block; | |
| 804 | + background: white !important; | |
| 805 | +} | |
| 806 | + | |
| 807 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { | |
| 808 | + display: none; | |
| 809 | +} | |
| 810 | + | |
| 811 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 812 | + margin-bottom: -5px; | |
| 813 | + border-bottom: none; | |
| 814 | +} | |
| 815 | + | |
| 816 | +.tabulator .tabulator-footer > * + .tabulator-page-counter { | |
| 817 | + margin-left: 10px; | |
| 818 | +} | |
| 819 | + | |
| 820 | +.tabulator .tabulator-footer .tabulator-page-counter { | |
| 821 | + font-weight: normal; | |
| 822 | +} | |
| 823 | + | |
| 824 | +.tabulator .tabulator-footer .tabulator-paginator { | |
| 825 | + flex: 1; | |
| 826 | + text-align: right; | |
| 827 | + color: #555; | |
| 828 | + font-family: inherit; | |
| 829 | + font-weight: inherit; | |
| 830 | + font-size: inherit; | |
| 831 | +} | |
| 832 | + | |
| 833 | +.tabulator .tabulator-footer .tabulator-page-size { | |
| 834 | + display: inline-block; | |
| 835 | + margin: 0 5px; | |
| 836 | + padding: 2px 5px; | |
| 837 | + border: 1px solid #aaa; | |
| 838 | + border-radius: 3px; | |
| 839 | +} | |
| 840 | + | |
| 841 | +.tabulator .tabulator-footer .tabulator-pages { | |
| 842 | + margin: 0 7px; | |
| 843 | +} | |
| 844 | + | |
| 845 | +.tabulator .tabulator-footer .tabulator-page { | |
| 846 | + display: inline-block; | |
| 847 | + margin: 0 2px; | |
| 848 | + padding: 2px 5px; | |
| 849 | + border: 1px solid #aaa; | |
| 850 | + border-radius: 3px; | |
| 851 | + background: rgba(255, 255, 255, 0.2); | |
| 852 | +} | |
| 853 | + | |
| 854 | +.tabulator .tabulator-footer .tabulator-page.active { | |
| 855 | + color: #d00; | |
| 856 | +} | |
| 857 | + | |
| 858 | +.tabulator .tabulator-footer .tabulator-page:disabled { | |
| 859 | + opacity: .5; | |
| 860 | +} | |
| 861 | + | |
| 862 | +@media (hover: hover) and (pointer: fine) { | |
| 863 | + .tabulator .tabulator-footer .tabulator-page:not(disabled):hover { | |
| 864 | + cursor: pointer; | |
| 865 | + background: rgba(0, 0, 0, 0.2); | |
| 866 | + color: #fff; | |
| 867 | + } | |
| 868 | +} | |
| 869 | + | |
| 870 | +.tabulator .tabulator-col-resize-handle { | |
| 871 | + position: relative; | |
| 872 | + display: inline-block; | |
| 873 | + width: 6px; | |
| 874 | + margin-left: -3px; | |
| 875 | + margin-right: -3px; | |
| 876 | + z-index: 11; | |
| 877 | + vertical-align: middle; | |
| 878 | +} | |
| 879 | + | |
| 880 | +@media (hover: hover) and (pointer: fine) { | |
| 881 | + .tabulator .tabulator-col-resize-handle:hover { | |
| 882 | + cursor: ew-resize; | |
| 883 | + } | |
| 884 | +} | |
| 885 | + | |
| 886 | +.tabulator .tabulator-col-resize-handle:last-of-type { | |
| 887 | + width: 3px; | |
| 888 | + margin-right: 0; | |
| 889 | +} | |
| 890 | + | |
| 891 | +.tabulator .tabulator-col-resize-guide { | |
| 892 | + position: absolute; | |
| 893 | + top: 0; | |
| 894 | + width: 4px; | |
| 895 | + height: 100%; | |
| 896 | + margin-left: -0.5px; | |
| 897 | + background-color: #999; | |
| 898 | + opacity: .5; | |
| 899 | +} | |
| 900 | + | |
| 901 | +.tabulator .tabulator-row-resize-guide { | |
| 902 | + position: absolute; | |
| 903 | + left: 0; | |
| 904 | + width: 100%; | |
| 905 | + height: 4px; | |
| 906 | + margin-top: -0.5px; | |
| 907 | + background-color: #999; | |
| 908 | + opacity: .5; | |
| 909 | +} | |
| 910 | + | |
| 911 | +.tabulator .tabulator-alert { | |
| 912 | + position: absolute; | |
| 913 | + display: flex; | |
| 914 | + align-items: center; | |
| 915 | + top: 0; | |
| 916 | + left: 0; | |
| 917 | + z-index: 100; | |
| 918 | + height: 100%; | |
| 919 | + width: 100%; | |
| 920 | + background: rgba(0, 0, 0, 0.4); | |
| 921 | + text-align: center; | |
| 922 | +} | |
| 923 | + | |
| 924 | +.tabulator .tabulator-alert .tabulator-alert-msg { | |
| 925 | + display: inline-block; | |
| 926 | + margin: 0 auto; | |
| 927 | + padding: 10px 20px; | |
| 928 | + border-radius: 10px; | |
| 929 | + background: #fff; | |
| 930 | + font-weight: bold; | |
| 931 | + font-size: 16px; | |
| 932 | +} | |
| 933 | + | |
| 934 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg { | |
| 935 | + border: 4px solid #333; | |
| 936 | + color: #000; | |
| 937 | +} | |
| 938 | + | |
| 939 | +.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error { | |
| 940 | + border: 4px solid #D00; | |
| 941 | + color: #590000; | |
| 942 | +} | |
| 943 | + | |
| 944 | +.tabulator-row { | |
| 945 | + position: relative; | |
| 946 | + box-sizing: border-box; | |
| 947 | + min-height: 22px; | |
| 948 | + background-color: #fff; | |
| 949 | +} | |
| 950 | + | |
| 951 | +.tabulator-row.tabulator-row-even { | |
| 952 | + background-color: #EFEFEF; | |
| 953 | +} | |
| 954 | + | |
| 955 | +@media (hover: hover) and (pointer: fine) { | |
| 956 | + .tabulator-row.tabulator-selectable:hover { | |
| 957 | + background-color: #bbb; | |
| 958 | + cursor: pointer; | |
| 959 | + } | |
| 960 | +} | |
| 961 | + | |
| 962 | +.tabulator-row.tabulator-selected { | |
| 963 | + background-color: #9ABCEA; | |
| 964 | +} | |
| 965 | + | |
| 966 | +@media (hover: hover) and (pointer: fine) { | |
| 967 | + .tabulator-row.tabulator-selected:hover { | |
| 968 | + background-color: #769BCC; | |
| 969 | + cursor: pointer; | |
| 970 | + } | |
| 971 | +} | |
| 972 | + | |
| 973 | +.tabulator-row.tabulator-row-moving { | |
| 974 | + border: 1px solid #000; | |
| 975 | + background: #fff; | |
| 976 | +} | |
| 977 | + | |
| 978 | +.tabulator-row.tabulator-moving { | |
| 979 | + position: absolute; | |
| 980 | + border-top: 1px solid #ddd; | |
| 981 | + border-bottom: 1px solid #ddd; | |
| 982 | + pointer-events: none; | |
| 983 | + z-index: 15; | |
| 984 | +} | |
| 985 | + | |
| 986 | +.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header { | |
| 987 | + background-color: #D6D6D6; | |
| 988 | + color: #000000; | |
| 989 | +} | |
| 990 | + | |
| 991 | +.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 992 | + background-color: #3876ca; | |
| 993 | + color: #FFFFFF; | |
| 994 | +} | |
| 995 | + | |
| 996 | +.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header { | |
| 997 | + background-color: #3876ca; | |
| 998 | + color: #FFFFFF; | |
| 999 | +} | |
| 1000 | + | |
| 1001 | +.tabulator-row .tabulator-row-resize-handle { | |
| 1002 | + position: absolute; | |
| 1003 | + right: 0; | |
| 1004 | + bottom: 0; | |
| 1005 | + left: 0; | |
| 1006 | + height: 5px; | |
| 1007 | +} | |
| 1008 | + | |
| 1009 | +.tabulator-row .tabulator-row-resize-handle.prev { | |
| 1010 | + top: 0; | |
| 1011 | + bottom: auto; | |
| 1012 | +} | |
| 1013 | + | |
| 1014 | +@media (hover: hover) and (pointer: fine) { | |
| 1015 | + .tabulator-row .tabulator-row-resize-handle:hover { | |
| 1016 | + cursor: ns-resize; | |
| 1017 | + } | |
| 1018 | +} | |
| 1019 | + | |
| 1020 | +.tabulator-row .tabulator-responsive-collapse { | |
| 1021 | + box-sizing: border-box; | |
| 1022 | + padding: 5px; | |
| 1023 | + border-top: 1px solid #ddd; | |
| 1024 | + border-bottom: 1px solid #ddd; | |
| 1025 | +} | |
| 1026 | + | |
| 1027 | +.tabulator-row .tabulator-responsive-collapse:empty { | |
| 1028 | + display: none; | |
| 1029 | +} | |
| 1030 | + | |
| 1031 | +.tabulator-row .tabulator-responsive-collapse table { | |
| 1032 | + font-size: 14px; | |
| 1033 | +} | |
| 1034 | + | |
| 1035 | +.tabulator-row .tabulator-responsive-collapse table tr td { | |
| 1036 | + position: relative; | |
| 1037 | +} | |
| 1038 | + | |
| 1039 | +.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type { | |
| 1040 | + padding-right: 10px; | |
| 1041 | +} | |
| 1042 | + | |
| 1043 | +.tabulator-row .tabulator-cell { | |
| 1044 | + display: inline-block; | |
| 1045 | + position: relative; | |
| 1046 | + box-sizing: border-box; | |
| 1047 | + padding: 4px; | |
| 1048 | + border-right: 1px solid #ddd; | |
| 1049 | + vertical-align: middle; | |
| 1050 | + white-space: nowrap; | |
| 1051 | + overflow: hidden; | |
| 1052 | + text-overflow: ellipsis; | |
| 1053 | + outline: none; | |
| 1054 | +} | |
| 1055 | + | |
| 1056 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 1057 | + border-right: 1px solid rgba(34, 36, 38, 0.15); | |
| 1058 | + border-bottom: 1px solid #ddd; | |
| 1059 | + background: #F9FAFB; | |
| 1060 | +} | |
| 1061 | + | |
| 1062 | +.tabulator-row .tabulator-cell.tabulator-frozen { | |
| 1063 | + display: inline-block; | |
| 1064 | + position: sticky; | |
| 1065 | + left: 0; | |
| 1066 | + background-color: inherit; | |
| 1067 | + z-index: 11; | |
| 1068 | +} | |
| 1069 | + | |
| 1070 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1071 | + border-right: 2px solid #ddd; | |
| 1072 | +} | |
| 1073 | + | |
| 1074 | +.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1075 | + border-left: 2px solid #ddd; | |
| 1076 | +} | |
| 1077 | + | |
| 1078 | +.tabulator-row .tabulator-cell.tabulator-editing { | |
| 1079 | + border: 1px solid #1D68CD; | |
| 1080 | + outline: none; | |
| 1081 | + padding: 0; | |
| 1082 | +} | |
| 1083 | + | |
| 1084 | +.tabulator-row .tabulator-cell.tabulator-editing input, | |
| 1085 | +.tabulator-row .tabulator-cell.tabulator-editing select { | |
| 1086 | + border: 1px; | |
| 1087 | + background: transparent; | |
| 1088 | + outline: none; | |
| 1089 | +} | |
| 1090 | + | |
| 1091 | +.tabulator-row .tabulator-cell.tabulator-validation-fail { | |
| 1092 | + border: 1px solid #DB2828; | |
| 1093 | +} | |
| 1094 | + | |
| 1095 | +.tabulator-row .tabulator-cell.tabulator-validation-fail input, | |
| 1096 | +.tabulator-row .tabulator-cell.tabulator-validation-fail select { | |
| 1097 | + border: 1px; | |
| 1098 | + background: transparent; | |
| 1099 | + color: #DB2828; | |
| 1100 | +} | |
| 1101 | + | |
| 1102 | +.tabulator-row .tabulator-cell.tabulator-row-handle { | |
| 1103 | + display: inline-flex; | |
| 1104 | + align-items: center; | |
| 1105 | + justify-content: center; | |
| 1106 | + -moz-user-select: none; | |
| 1107 | + -khtml-user-select: none; | |
| 1108 | + -webkit-user-select: none; | |
| 1109 | + -o-user-select: none; | |
| 1110 | +} | |
| 1111 | + | |
| 1112 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { | |
| 1113 | + width: 80%; | |
| 1114 | +} | |
| 1115 | + | |
| 1116 | +.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { | |
| 1117 | + width: 100%; | |
| 1118 | + height: 3px; | |
| 1119 | + margin-top: 2px; | |
| 1120 | + background: #666; | |
| 1121 | +} | |
| 1122 | + | |
| 1123 | +.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) { | |
| 1124 | + background-color: #9ABCEA; | |
| 1125 | +} | |
| 1126 | + | |
| 1127 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty { | |
| 1128 | + display: inline-block; | |
| 1129 | + width: 7px; | |
| 1130 | +} | |
| 1131 | + | |
| 1132 | +.tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1133 | + display: inline-block; | |
| 1134 | + vertical-align: middle; | |
| 1135 | + height: 9px; | |
| 1136 | + width: 7px; | |
| 1137 | + margin-top: -9px; | |
| 1138 | + margin-right: 5px; | |
| 1139 | + border-bottom-left-radius: 1px; | |
| 1140 | + border-left: 2px solid #ddd; | |
| 1141 | + border-bottom: 2px solid #ddd; | |
| 1142 | +} | |
| 1143 | + | |
| 1144 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1145 | + display: inline-flex; | |
| 1146 | + justify-content: center; | |
| 1147 | + align-items: center; | |
| 1148 | + vertical-align: middle; | |
| 1149 | + height: 11px; | |
| 1150 | + width: 11px; | |
| 1151 | + margin-right: 5px; | |
| 1152 | + border: 1px solid #333; | |
| 1153 | + border-radius: 2px; | |
| 1154 | + background: rgba(0, 0, 0, 0.1); | |
| 1155 | + overflow: hidden; | |
| 1156 | +} | |
| 1157 | + | |
| 1158 | +@media (hover: hover) and (pointer: fine) { | |
| 1159 | + .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover { | |
| 1160 | + cursor: pointer; | |
| 1161 | + background: rgba(0, 0, 0, 0.2); | |
| 1162 | + } | |
| 1163 | +} | |
| 1164 | + | |
| 1165 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1166 | + display: inline-block; | |
| 1167 | + position: relative; | |
| 1168 | + height: 7px; | |
| 1169 | + width: 1px; | |
| 1170 | + background: transparent; | |
| 1171 | +} | |
| 1172 | + | |
| 1173 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1174 | + position: absolute; | |
| 1175 | + content: ""; | |
| 1176 | + left: -3px; | |
| 1177 | + top: 3px; | |
| 1178 | + height: 1px; | |
| 1179 | + width: 7px; | |
| 1180 | + background: #333; | |
| 1181 | +} | |
| 1182 | + | |
| 1183 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1184 | + display: inline-block; | |
| 1185 | + position: relative; | |
| 1186 | + height: 7px; | |
| 1187 | + width: 1px; | |
| 1188 | + background: #333; | |
| 1189 | +} | |
| 1190 | + | |
| 1191 | +.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1192 | + position: absolute; | |
| 1193 | + content: ""; | |
| 1194 | + left: -3px; | |
| 1195 | + top: 3px; | |
| 1196 | + height: 1px; | |
| 1197 | + width: 7px; | |
| 1198 | + background: #333; | |
| 1199 | +} | |
| 1200 | + | |
| 1201 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 1202 | + display: inline-flex; | |
| 1203 | + align-items: center; | |
| 1204 | + justify-content: center; | |
| 1205 | + -moz-user-select: none; | |
| 1206 | + -khtml-user-select: none; | |
| 1207 | + -webkit-user-select: none; | |
| 1208 | + -o-user-select: none; | |
| 1209 | + height: 15px; | |
| 1210 | + width: 15px; | |
| 1211 | + border-radius: 20px; | |
| 1212 | + background: #666; | |
| 1213 | + color: #fff; | |
| 1214 | + font-weight: bold; | |
| 1215 | + font-size: 1.1em; | |
| 1216 | +} | |
| 1217 | + | |
| 1218 | +@media (hover: hover) and (pointer: fine) { | |
| 1219 | + .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover { | |
| 1220 | + opacity: .7; | |
| 1221 | + cursor: pointer; | |
| 1222 | + } | |
| 1223 | +} | |
| 1224 | + | |
| 1225 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close { | |
| 1226 | + display: initial; | |
| 1227 | +} | |
| 1228 | + | |
| 1229 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open { | |
| 1230 | + display: none; | |
| 1231 | +} | |
| 1232 | + | |
| 1233 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg { | |
| 1234 | + stroke: #fff; | |
| 1235 | +} | |
| 1236 | + | |
| 1237 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close { | |
| 1238 | + display: none; | |
| 1239 | +} | |
| 1240 | + | |
| 1241 | +.tabulator-row .tabulator-cell .tabulator-traffic-light { | |
| 1242 | + display: inline-block; | |
| 1243 | + height: 14px; | |
| 1244 | + width: 14px; | |
| 1245 | + border-radius: 14px; | |
| 1246 | +} | |
| 1247 | + | |
| 1248 | +.tabulator-row.tabulator-group { | |
| 1249 | + box-sizing: border-box; | |
| 1250 | + border-bottom: 1px solid #999; | |
| 1251 | + border-right: 1px solid #ddd; | |
| 1252 | + border-top: 1px solid #999; | |
| 1253 | + padding: 5px; | |
| 1254 | + padding-left: 10px; | |
| 1255 | + background: #ccc; | |
| 1256 | + font-weight: bold; | |
| 1257 | + min-width: 100%; | |
| 1258 | +} | |
| 1259 | + | |
| 1260 | +@media (hover: hover) and (pointer: fine) { | |
| 1261 | + .tabulator-row.tabulator-group:hover { | |
| 1262 | + cursor: pointer; | |
| 1263 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1264 | + } | |
| 1265 | +} | |
| 1266 | + | |
| 1267 | +.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { | |
| 1268 | + margin-right: 10px; | |
| 1269 | + border-left: 6px solid transparent; | |
| 1270 | + border-right: 6px solid transparent; | |
| 1271 | + border-top: 6px solid #666; | |
| 1272 | + border-bottom: 0; | |
| 1273 | +} | |
| 1274 | + | |
| 1275 | +.tabulator-row.tabulator-group.tabulator-group-level-1 { | |
| 1276 | + padding-left: 30px; | |
| 1277 | +} | |
| 1278 | + | |
| 1279 | +.tabulator-row.tabulator-group.tabulator-group-level-2 { | |
| 1280 | + padding-left: 50px; | |
| 1281 | +} | |
| 1282 | + | |
| 1283 | +.tabulator-row.tabulator-group.tabulator-group-level-3 { | |
| 1284 | + padding-left: 70px; | |
| 1285 | +} | |
| 1286 | + | |
| 1287 | +.tabulator-row.tabulator-group.tabulator-group-level-4 { | |
| 1288 | + padding-left: 90px; | |
| 1289 | +} | |
| 1290 | + | |
| 1291 | +.tabulator-row.tabulator-group.tabulator-group-level-5 { | |
| 1292 | + padding-left: 110px; | |
| 1293 | +} | |
| 1294 | + | |
| 1295 | +.tabulator-row.tabulator-group .tabulator-group-toggle { | |
| 1296 | + display: inline-block; | |
| 1297 | +} | |
| 1298 | + | |
| 1299 | +.tabulator-row.tabulator-group .tabulator-arrow { | |
| 1300 | + display: inline-block; | |
| 1301 | + width: 0; | |
| 1302 | + height: 0; | |
| 1303 | + margin-right: 16px; | |
| 1304 | + border-top: 6px solid transparent; | |
| 1305 | + border-bottom: 6px solid transparent; | |
| 1306 | + border-right: 0; | |
| 1307 | + border-left: 6px solid #666; | |
| 1308 | + vertical-align: middle; | |
| 1309 | +} | |
| 1310 | + | |
| 1311 | +.tabulator-row.tabulator-group span { | |
| 1312 | + margin-left: 10px; | |
| 1313 | + color: #d00; | |
| 1314 | +} | |
| 1315 | + | |
| 1316 | +.tabulator-toggle { | |
| 1317 | + box-sizing: border-box; | |
| 1318 | + display: flex; | |
| 1319 | + flex-direction: row; | |
| 1320 | + border: 1px solid #ccc; | |
| 1321 | + background: #dcdcdc; | |
| 1322 | +} | |
| 1323 | + | |
| 1324 | +.tabulator-toggle.tabulator-toggle-on { | |
| 1325 | + background: #1c6cc2; | |
| 1326 | +} | |
| 1327 | + | |
| 1328 | +.tabulator-toggle .tabulator-toggle-switch { | |
| 1329 | + box-sizing: border-box; | |
| 1330 | + border: 1px solid #ccc; | |
| 1331 | + background: #fff; | |
| 1332 | +} | |
| 1333 | + | |
| 1334 | +.tabulator-popup-container { | |
| 1335 | + position: absolute; | |
| 1336 | + display: inline-block; | |
| 1337 | + box-sizing: border-box; | |
| 1338 | + background: #fff; | |
| 1339 | + border: 1px solid #ddd; | |
| 1340 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 1341 | + font-size: 14px; | |
| 1342 | + overflow-y: auto; | |
| 1343 | + -webkit-overflow-scrolling: touch; | |
| 1344 | + z-index: 10000; | |
| 1345 | +} | |
| 1346 | + | |
| 1347 | +.tabulator-popup { | |
| 1348 | + padding: 5px; | |
| 1349 | + border-radius: 3px; | |
| 1350 | +} | |
| 1351 | + | |
| 1352 | +.tabulator-tooltip { | |
| 1353 | + max-width: Min(500px, 100%); | |
| 1354 | + padding: 3px 5px; | |
| 1355 | + border-radius: 2px; | |
| 1356 | + box-shadow: none; | |
| 1357 | + font-size: 12px; | |
| 1358 | + pointer-events: none; | |
| 1359 | +} | |
| 1360 | + | |
| 1361 | +.tabulator-menu .tabulator-menu-item { | |
| 1362 | + position: relative; | |
| 1363 | + box-sizing: border-box; | |
| 1364 | + padding: 5px 10px; | |
| 1365 | + user-select: none; | |
| 1366 | +} | |
| 1367 | + | |
| 1368 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled { | |
| 1369 | + opacity: .5; | |
| 1370 | +} | |
| 1371 | + | |
| 1372 | +@media (hover: hover) and (pointer: fine) { | |
| 1373 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 1374 | + cursor: pointer; | |
| 1375 | + background: #EFEFEF; | |
| 1376 | + } | |
| 1377 | +} | |
| 1378 | + | |
| 1379 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu { | |
| 1380 | + padding-right: 25px; | |
| 1381 | +} | |
| 1382 | + | |
| 1383 | +.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after { | |
| 1384 | + display: inline-block; | |
| 1385 | + position: absolute; | |
| 1386 | + top: calc(5px + .4em); | |
| 1387 | + right: 10px; | |
| 1388 | + height: 7px; | |
| 1389 | + width: 7px; | |
| 1390 | + content: ''; | |
| 1391 | + border-width: 1px 1px 0 0; | |
| 1392 | + border-style: solid; | |
| 1393 | + border-color: #ddd; | |
| 1394 | + vertical-align: top; | |
| 1395 | + transform: rotate(45deg); | |
| 1396 | +} | |
| 1397 | + | |
| 1398 | +.tabulator-menu .tabulator-menu-separator { | |
| 1399 | + border-top: 1px solid #ddd; | |
| 1400 | +} | |
| 1401 | + | |
| 1402 | +.tabulator-edit-list { | |
| 1403 | + max-height: 200px; | |
| 1404 | + font-size: 14px; | |
| 1405 | + overflow-y: auto; | |
| 1406 | + -webkit-overflow-scrolling: touch; | |
| 1407 | +} | |
| 1408 | + | |
| 1409 | +.tabulator-edit-list .tabulator-edit-list-item { | |
| 1410 | + padding: 4px; | |
| 1411 | + color: #333; | |
| 1412 | + outline: none; | |
| 1413 | +} | |
| 1414 | + | |
| 1415 | +.tabulator-edit-list .tabulator-edit-list-item.active { | |
| 1416 | + color: #fff; | |
| 1417 | + background: #1D68CD; | |
| 1418 | +} | |
| 1419 | + | |
| 1420 | +.tabulator-edit-list .tabulator-edit-list-item.active.focused { | |
| 1421 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 1422 | +} | |
| 1423 | + | |
| 1424 | +.tabulator-edit-list .tabulator-edit-list-item.focused { | |
| 1425 | + outline: 1px solid #1D68CD; | |
| 1426 | +} | |
| 1427 | + | |
| 1428 | +@media (hover: hover) and (pointer: fine) { | |
| 1429 | + .tabulator-edit-list .tabulator-edit-list-item:hover { | |
| 1430 | + cursor: pointer; | |
| 1431 | + color: #fff; | |
| 1432 | + background: #1D68CD; | |
| 1433 | + } | |
| 1434 | +} | |
| 1435 | + | |
| 1436 | +.tabulator-edit-list .tabulator-edit-list-placeholder { | |
| 1437 | + padding: 4px; | |
| 1438 | + color: #333; | |
| 1439 | + text-align: center; | |
| 1440 | +} | |
| 1441 | + | |
| 1442 | +.tabulator-edit-list .tabulator-edit-list-group { | |
| 1443 | + border-bottom: 1px solid #ddd; | |
| 1444 | + padding: 4px; | |
| 1445 | + padding-top: 6px; | |
| 1446 | + color: #333; | |
| 1447 | + font-weight: bold; | |
| 1448 | +} | |
| 1449 | + | |
| 1450 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, | |
| 1451 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 { | |
| 1452 | + padding-left: 12px; | |
| 1453 | +} | |
| 1454 | + | |
| 1455 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, | |
| 1456 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 { | |
| 1457 | + padding-left: 20px; | |
| 1458 | +} | |
| 1459 | + | |
| 1460 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, | |
| 1461 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 { | |
| 1462 | + padding-left: 28px; | |
| 1463 | +} | |
| 1464 | + | |
| 1465 | +.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, | |
| 1466 | +.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 { | |
| 1467 | + padding-left: 36px; | |
| 1468 | +} | |
| 1469 | + | |
| 1470 | +.tabulator.tabulator-ltr { | |
| 1471 | + direction: ltr; | |
| 1472 | +} | |
| 1473 | + | |
| 1474 | +.tabulator.tabulator-rtl { | |
| 1475 | + text-align: initial; | |
| 1476 | + direction: rtl; | |
| 1477 | +} | |
| 1478 | + | |
| 1479 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col { | |
| 1480 | + text-align: initial; | |
| 1481 | + border-left: 1px solid #ddd; | |
| 1482 | + border-right: initial; | |
| 1483 | +} | |
| 1484 | + | |
| 1485 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { | |
| 1486 | + margin-right: initial; | |
| 1487 | + margin-left: -1px; | |
| 1488 | +} | |
| 1489 | + | |
| 1490 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { | |
| 1491 | + padding-right: 0; | |
| 1492 | + padding-left: 25px; | |
| 1493 | +} | |
| 1494 | + | |
| 1495 | +.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter { | |
| 1496 | + left: 8px; | |
| 1497 | + right: initial; | |
| 1498 | +} | |
| 1499 | + | |
| 1500 | +.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after { | |
| 1501 | + content: ''; | |
| 1502 | + position: absolute; | |
| 1503 | + left: -3px; | |
| 1504 | + right: initial; | |
| 1505 | + bottom: -3px; | |
| 1506 | + width: 6px; | |
| 1507 | + height: 6px; | |
| 1508 | + background-color: #2975DD; | |
| 1509 | + border-radius: 999px; | |
| 1510 | +} | |
| 1511 | + | |
| 1512 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell { | |
| 1513 | + border-right: initial; | |
| 1514 | + border-left: 1px solid #ddd; | |
| 1515 | +} | |
| 1516 | + | |
| 1517 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch { | |
| 1518 | + margin-right: initial; | |
| 1519 | + margin-left: 5px; | |
| 1520 | + border-bottom-left-radius: initial; | |
| 1521 | + border-bottom-right-radius: 1px; | |
| 1522 | + border-left: initial; | |
| 1523 | + border-right: 2px solid #ddd; | |
| 1524 | +} | |
| 1525 | + | |
| 1526 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control { | |
| 1527 | + margin-right: initial; | |
| 1528 | + margin-left: 5px; | |
| 1529 | +} | |
| 1530 | + | |
| 1531 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left { | |
| 1532 | + border-left: 2px solid #ddd; | |
| 1533 | +} | |
| 1534 | + | |
| 1535 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right { | |
| 1536 | + border-right: 2px solid #ddd; | |
| 1537 | +} | |
| 1538 | + | |
| 1539 | +.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type { | |
| 1540 | + width: 3px; | |
| 1541 | + margin-left: 0; | |
| 1542 | + margin-right: -3px; | |
| 1543 | +} | |
| 1544 | + | |
| 1545 | +.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder { | |
| 1546 | + text-align: initial; | |
| 1547 | +} | |
| 1548 | + | |
| 1549 | +.tabulator-print-fullscreen { | |
| 1550 | + position: absolute; | |
| 1551 | + top: 0; | |
| 1552 | + bottom: 0; | |
| 1553 | + left: 0; | |
| 1554 | + right: 0; | |
| 1555 | + z-index: 10000; | |
| 1556 | +} | |
| 1557 | + | |
| 1558 | +body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) { | |
| 1559 | + display: none !important; | |
| 1560 | +} | |
| 1561 | + | |
| 1562 | +.tabulator-print-table { | |
| 1563 | + border-collapse: collapse; | |
| 1564 | +} | |
| 1565 | + | |
| 1566 | +.tabulator-print-table .tabulator-data-tree-branch { | |
| 1567 | + display: inline-block; | |
| 1568 | + vertical-align: middle; | |
| 1569 | + height: 9px; | |
| 1570 | + width: 7px; | |
| 1571 | + margin-top: -9px; | |
| 1572 | + margin-right: 5px; | |
| 1573 | + border-bottom-left-radius: 1px; | |
| 1574 | + border-left: 2px solid #ddd; | |
| 1575 | + border-bottom: 2px solid #ddd; | |
| 1576 | +} | |
| 1577 | + | |
| 1578 | +.tabulator-print-table .tabulator-print-table-group { | |
| 1579 | + box-sizing: border-box; | |
| 1580 | + border-bottom: 1px solid #999; | |
| 1581 | + border-right: 1px solid #ddd; | |
| 1582 | + border-top: 1px solid #999; | |
| 1583 | + padding: 5px; | |
| 1584 | + padding-left: 10px; | |
| 1585 | + background: #ccc; | |
| 1586 | + font-weight: bold; | |
| 1587 | + min-width: 100%; | |
| 1588 | +} | |
| 1589 | + | |
| 1590 | +@media (hover: hover) and (pointer: fine) { | |
| 1591 | + .tabulator-print-table .tabulator-print-table-group:hover { | |
| 1592 | + cursor: pointer; | |
| 1593 | + background-color: rgba(0, 0, 0, 0.1); | |
| 1594 | + } | |
| 1595 | +} | |
| 1596 | + | |
| 1597 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow { | |
| 1598 | + margin-right: 10px; | |
| 1599 | + border-left: 6px solid transparent; | |
| 1600 | + border-right: 6px solid transparent; | |
| 1601 | + border-top: 6px solid #666; | |
| 1602 | + border-bottom: 0; | |
| 1603 | +} | |
| 1604 | + | |
| 1605 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td { | |
| 1606 | + padding-left: 30px !important; | |
| 1607 | +} | |
| 1608 | + | |
| 1609 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td { | |
| 1610 | + padding-left: 50px !important; | |
| 1611 | +} | |
| 1612 | + | |
| 1613 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td { | |
| 1614 | + padding-left: 70px !important; | |
| 1615 | +} | |
| 1616 | + | |
| 1617 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td { | |
| 1618 | + padding-left: 90px !important; | |
| 1619 | +} | |
| 1620 | + | |
| 1621 | +.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td { | |
| 1622 | + padding-left: 110px !important; | |
| 1623 | +} | |
| 1624 | + | |
| 1625 | +.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle { | |
| 1626 | + display: inline-block; | |
| 1627 | +} | |
| 1628 | + | |
| 1629 | +.tabulator-print-table .tabulator-print-table-group .tabulator-arrow { | |
| 1630 | + display: inline-block; | |
| 1631 | + width: 0; | |
| 1632 | + height: 0; | |
| 1633 | + margin-right: 16px; | |
| 1634 | + border-top: 6px solid transparent; | |
| 1635 | + border-bottom: 6px solid transparent; | |
| 1636 | + border-right: 0; | |
| 1637 | + border-left: 6px solid #666; | |
| 1638 | + vertical-align: middle; | |
| 1639 | +} | |
| 1640 | + | |
| 1641 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 1642 | + margin-left: 10px; | |
| 1643 | + color: #d00; | |
| 1644 | +} | |
| 1645 | + | |
| 1646 | +.tabulator-print-table .tabulator-data-tree-control { | |
| 1647 | + display: inline-flex; | |
| 1648 | + justify-content: center; | |
| 1649 | + align-items: center; | |
| 1650 | + vertical-align: middle; | |
| 1651 | + height: 11px; | |
| 1652 | + width: 11px; | |
| 1653 | + margin-right: 5px; | |
| 1654 | + border: 1px solid #333; | |
| 1655 | + border-radius: 2px; | |
| 1656 | + background: rgba(0, 0, 0, 0.1); | |
| 1657 | + overflow: hidden; | |
| 1658 | +} | |
| 1659 | + | |
| 1660 | +@media (hover: hover) and (pointer: fine) { | |
| 1661 | + .tabulator-print-table .tabulator-data-tree-control:hover { | |
| 1662 | + cursor: pointer; | |
| 1663 | + background: rgba(0, 0, 0, 0.2); | |
| 1664 | + } | |
| 1665 | +} | |
| 1666 | + | |
| 1667 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse { | |
| 1668 | + display: inline-block; | |
| 1669 | + position: relative; | |
| 1670 | + height: 7px; | |
| 1671 | + width: 1px; | |
| 1672 | + background: transparent; | |
| 1673 | +} | |
| 1674 | + | |
| 1675 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after { | |
| 1676 | + position: absolute; | |
| 1677 | + content: ""; | |
| 1678 | + left: -3px; | |
| 1679 | + top: 3px; | |
| 1680 | + height: 1px; | |
| 1681 | + width: 7px; | |
| 1682 | + background: #333; | |
| 1683 | +} | |
| 1684 | + | |
| 1685 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand { | |
| 1686 | + display: inline-block; | |
| 1687 | + position: relative; | |
| 1688 | + height: 7px; | |
| 1689 | + width: 1px; | |
| 1690 | + background: #333; | |
| 1691 | +} | |
| 1692 | + | |
| 1693 | +.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after { | |
| 1694 | + position: absolute; | |
| 1695 | + content: ""; | |
| 1696 | + left: -3px; | |
| 1697 | + top: 3px; | |
| 1698 | + height: 1px; | |
| 1699 | + width: 7px; | |
| 1700 | + background: #333; | |
| 1701 | +} | |
| 1702 | + | |
| 1703 | +.tabulator { | |
| 1704 | + width: 100%; | |
| 1705 | + margin: 1em 0em; | |
| 1706 | + border: 1px solid rgba(34, 36, 38, 0.15); | |
| 1707 | + box-shadow: none; | |
| 1708 | + border-radius: 0.28571rem; | |
| 1709 | + color: rgba(0, 0, 0, 0.87); | |
| 1710 | + /* Red */ | |
| 1711 | + /* Orange */ | |
| 1712 | + /* Yellow */ | |
| 1713 | + /* Olive */ | |
| 1714 | + /* Green */ | |
| 1715 | + /* Teal */ | |
| 1716 | + /* Blue */ | |
| 1717 | + /* Violet */ | |
| 1718 | + /* Purple */ | |
| 1719 | + /* Pink */ | |
| 1720 | + /* Brown */ | |
| 1721 | + /* Grey */ | |
| 1722 | + /* Black */ | |
| 1723 | +} | |
| 1724 | + | |
| 1725 | +.tabulator .tabulator-header { | |
| 1726 | + border-right: none; | |
| 1727 | + border-bottom: 1px solid rgba(34, 36, 38, 0.1); | |
| 1728 | + background-color: #F9FAFB; | |
| 1729 | + box-shadow: none; | |
| 1730 | + color: rgba(0, 0, 0, 0.87); | |
| 1731 | + font-style: none; | |
| 1732 | + font-weight: bold; | |
| 1733 | + text-transform: none; | |
| 1734 | +} | |
| 1735 | + | |
| 1736 | +.tabulator .tabulator-header .tabulator-col { | |
| 1737 | + border-right: none; | |
| 1738 | + background-color: #F9FAFB; | |
| 1739 | +} | |
| 1740 | + | |
| 1741 | +.tabulator .tabulator-header .tabulator-col .tabulator-col-content { | |
| 1742 | + padding: 0.92857em 0.78571em; | |
| 1743 | +} | |
| 1744 | + | |
| 1745 | +.tabulator .tabulator-tableholder .tabulator-table { | |
| 1746 | + background-color: transparent; | |
| 1747 | +} | |
| 1748 | + | |
| 1749 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs { | |
| 1750 | + background: #f2f2f2 !important; | |
| 1751 | +} | |
| 1752 | + | |
| 1753 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { | |
| 1754 | + border-bottom: 2px solid #ddd; | |
| 1755 | +} | |
| 1756 | + | |
| 1757 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { | |
| 1758 | + border-top: 2px solid #ddd; | |
| 1759 | +} | |
| 1760 | + | |
| 1761 | +.tabulator .tabulator-footer { | |
| 1762 | + padding: 0.78571em 0.78571em; | |
| 1763 | + border-top: 1px solid rgba(34, 36, 38, 0.15); | |
| 1764 | + box-shadow: none; | |
| 1765 | + background: #F9FAFB; | |
| 1766 | + text-align: right; | |
| 1767 | + color: rgba(0, 0, 0, 0.87); | |
| 1768 | + font-style: normal; | |
| 1769 | + font-weight: normal; | |
| 1770 | + text-transform: none; | |
| 1771 | +} | |
| 1772 | + | |
| 1773 | +.tabulator .tabulator-footer .tabulator-calcs-holder { | |
| 1774 | + margin: -0.78571em -0.78571em 0.78571em -0.78571em; | |
| 1775 | + background: white !important; | |
| 1776 | +} | |
| 1777 | + | |
| 1778 | +.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { | |
| 1779 | + background: white !important; | |
| 1780 | +} | |
| 1781 | + | |
| 1782 | +.tabulator .tabulator-footer .tabulator-calcs-holder:only-child { | |
| 1783 | + margin-bottom: -0.78571em; | |
| 1784 | + border-bottom: none; | |
| 1785 | +} | |
| 1786 | + | |
| 1787 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs { | |
| 1788 | + margin-top: calc( -0.78571em - 5px); | |
| 1789 | +} | |
| 1790 | + | |
| 1791 | +.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active { | |
| 1792 | + color: #d00; | |
| 1793 | +} | |
| 1794 | + | |
| 1795 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.positive, | |
| 1796 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.positive { | |
| 1797 | + box-shadow: 0px 0px 0px #A3C293 inset; | |
| 1798 | + background: #FCFFF5 !important; | |
| 1799 | + color: #21BA45 !important; | |
| 1800 | +} | |
| 1801 | + | |
| 1802 | +@media (hover: hover) and (pointer: fine) { | |
| 1803 | + .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.positive:hover, | |
| 1804 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.positive:hover { | |
| 1805 | + background: #f7ffe6 !important; | |
| 1806 | + color: #13ae38 !important; | |
| 1807 | + } | |
| 1808 | +} | |
| 1809 | + | |
| 1810 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.negative, | |
| 1811 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.negative { | |
| 1812 | + box-shadow: 0px 0px 0px #E0B4B4 inset; | |
| 1813 | + background: #FFF6F6 !important; | |
| 1814 | + color: #DB2828 !important; | |
| 1815 | +} | |
| 1816 | + | |
| 1817 | +@media (hover: hover) and (pointer: fine) { | |
| 1818 | + .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.negative:hover, | |
| 1819 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.negative:hover { | |
| 1820 | + background: #ffe7e7 !important; | |
| 1821 | + color: #d41616 !important; | |
| 1822 | + } | |
| 1823 | +} | |
| 1824 | + | |
| 1825 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.error, | |
| 1826 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.error { | |
| 1827 | + box-shadow: 0px 0px 0px #E0B4B4 inset; | |
| 1828 | + background: #FFF6F6 !important; | |
| 1829 | + color: #DB2828 !important; | |
| 1830 | +} | |
| 1831 | + | |
| 1832 | +@media (hover: hover) and (pointer: fine) { | |
| 1833 | + .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.error:hover, | |
| 1834 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.error:hover { | |
| 1835 | + background: #ffe7e7 !important; | |
| 1836 | + color: #d12323 !important; | |
| 1837 | + } | |
| 1838 | +} | |
| 1839 | + | |
| 1840 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning, | |
| 1841 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.warning { | |
| 1842 | + box-shadow: 0px 0px 0px #C9BA9B inset; | |
| 1843 | + background: #FFFAF3 !important; | |
| 1844 | + color: #F2C037 !important; | |
| 1845 | +} | |
| 1846 | + | |
| 1847 | +@media (hover: hover) and (pointer: fine) { | |
| 1848 | + .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning:hover, | |
| 1849 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.warning:hover { | |
| 1850 | + background: #fff4e4 !important; | |
| 1851 | + color: #f1bb29 !important; | |
| 1852 | + } | |
| 1853 | +} | |
| 1854 | + | |
| 1855 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active, | |
| 1856 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active { | |
| 1857 | + box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset; | |
| 1858 | + background: #E0E0E0 !important; | |
| 1859 | + color: rgba(0, 0, 0, 0.87) !important; | |
| 1860 | +} | |
| 1861 | + | |
| 1862 | +@media (hover: hover) and (pointer: fine) { | |
| 1863 | + .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active:hover, | |
| 1864 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active:hover { | |
| 1865 | + background: #f7ffe6 !important; | |
| 1866 | + color: #13ae38 !important; | |
| 1867 | + } | |
| 1868 | +} | |
| 1869 | + | |
| 1870 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active, | |
| 1871 | +.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active { | |
| 1872 | + pointer-events: none; | |
| 1873 | + color: rgba(0, 0, 0, 0.2); | |
| 1874 | +} | |
| 1875 | + | |
| 1876 | +@media (hover: hover) and (pointer: fine) { | |
| 1877 | + .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.disabled:hover { | |
| 1878 | + pointer-events: none; | |
| 1879 | + color: rgba(0, 0, 0, 0.2); | |
| 1880 | + } | |
| 1881 | +} | |
| 1882 | + | |
| 1883 | +.tabulator.inverted { | |
| 1884 | + background: #333333; | |
| 1885 | + color: rgba(255, 255, 255, 0.9); | |
| 1886 | + border: none; | |
| 1887 | +} | |
| 1888 | + | |
| 1889 | +.tabulator.inverted .tabulator-header { | |
| 1890 | + background-color: rgba(0, 0, 0, 0.15); | |
| 1891 | + border-color: rgba(255, 255, 255, 0.1) !important; | |
| 1892 | + color: rgba(255, 255, 255, 0.9); | |
| 1893 | +} | |
| 1894 | + | |
| 1895 | +.tabulator.inverted .tabulator-header .tabulator-col { | |
| 1896 | + border-color: rgba(255, 255, 255, 0.1) !important; | |
| 1897 | +} | |
| 1898 | + | |
| 1899 | +.tabulator.inverted .tabulator-tableholder .tabulator-table .tabulator-row { | |
| 1900 | + color: rgba(255, 255, 255, 0.9); | |
| 1901 | + border: none; | |
| 1902 | +} | |
| 1903 | + | |
| 1904 | +.tabulator.inverted .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1905 | + border-color: rgba(255, 255, 255, 0.1) !important; | |
| 1906 | +} | |
| 1907 | + | |
| 1908 | +.tabulator.inverted .tabulator-footer { | |
| 1909 | + background: #FFFFFF; | |
| 1910 | +} | |
| 1911 | + | |
| 1912 | +.tabulator.striped .tabulator-row:nth-child(even) { | |
| 1913 | + background-color: #f2f2f2; | |
| 1914 | +} | |
| 1915 | + | |
| 1916 | +.tabulator.celled { | |
| 1917 | + border: 1px solid rgba(34, 36, 38, 0.15); | |
| 1918 | +} | |
| 1919 | + | |
| 1920 | +.tabulator.celled .tabulator-header .tabulator-col { | |
| 1921 | + border-right: 1px solid rgba(34, 36, 38, 0.1); | |
| 1922 | +} | |
| 1923 | + | |
| 1924 | +.tabulator.celled .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1925 | + border-right: 1px solid rgba(34, 36, 38, 0.1); | |
| 1926 | +} | |
| 1927 | + | |
| 1928 | +.tabulator[class*="single line"] .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 1929 | + border-right: none; | |
| 1930 | +} | |
| 1931 | + | |
| 1932 | +.tabulator.red { | |
| 1933 | + border-top: 0.2em solid #DB2828; | |
| 1934 | +} | |
| 1935 | + | |
| 1936 | +.tabulator.inverted.red { | |
| 1937 | + background-color: #DB2828 !important; | |
| 1938 | + color: #FFFFFF !important; | |
| 1939 | +} | |
| 1940 | + | |
| 1941 | +.tabulator.orange { | |
| 1942 | + border-top: 0.2em solid #F2711C; | |
| 1943 | +} | |
| 1944 | + | |
| 1945 | +.tabulator.inverted.orange { | |
| 1946 | + background-color: #F2711C !important; | |
| 1947 | + color: #FFFFFF !important; | |
| 1948 | +} | |
| 1949 | + | |
| 1950 | +.tabulator.yellow { | |
| 1951 | + border-top: 0.2em solid #FBBD08; | |
| 1952 | +} | |
| 1953 | + | |
| 1954 | +.tabulator.inverted.yellow { | |
| 1955 | + background-color: #FBBD08 !important; | |
| 1956 | + color: #FFFFFF !important; | |
| 1957 | +} | |
| 1958 | + | |
| 1959 | +.tabulator.olive { | |
| 1960 | + border-top: 0.2em solid #B5CC18; | |
| 1961 | +} | |
| 1962 | + | |
| 1963 | +.tabulator.inverted.olive { | |
| 1964 | + background-color: #B5CC18 !important; | |
| 1965 | + color: #FFFFFF !important; | |
| 1966 | +} | |
| 1967 | + | |
| 1968 | +.tabulator.green { | |
| 1969 | + border-top: 0.2em solid #21BA45; | |
| 1970 | +} | |
| 1971 | + | |
| 1972 | +.tabulator.inverted.green { | |
| 1973 | + background-color: #21BA45 !important; | |
| 1974 | + color: #FFFFFF !important; | |
| 1975 | +} | |
| 1976 | + | |
| 1977 | +.tabulator.teal { | |
| 1978 | + border-top: 0.2em solid #00B5AD; | |
| 1979 | +} | |
| 1980 | + | |
| 1981 | +.tabulator.inverted.teal { | |
| 1982 | + background-color: #00B5AD !important; | |
| 1983 | + color: #FFFFFF !important; | |
| 1984 | +} | |
| 1985 | + | |
| 1986 | +.tabulator.blue { | |
| 1987 | + border-top: 0.2em solid #2185D0; | |
| 1988 | +} | |
| 1989 | + | |
| 1990 | +.tabulator.inverted.blue { | |
| 1991 | + background-color: #2185D0 !important; | |
| 1992 | + color: #FFFFFF !important; | |
| 1993 | +} | |
| 1994 | + | |
| 1995 | +.tabulator.violet { | |
| 1996 | + border-top: 0.2em solid #6435C9; | |
| 1997 | +} | |
| 1998 | + | |
| 1999 | +.tabulator.inverted.violet { | |
| 2000 | + background-color: #6435C9 !important; | |
| 2001 | + color: #FFFFFF !important; | |
| 2002 | +} | |
| 2003 | + | |
| 2004 | +.tabulator.purple { | |
| 2005 | + border-top: 0.2em solid #A333C8; | |
| 2006 | +} | |
| 2007 | + | |
| 2008 | +.tabulator.inverted.purple { | |
| 2009 | + background-color: #A333C8 !important; | |
| 2010 | + color: #FFFFFF !important; | |
| 2011 | +} | |
| 2012 | + | |
| 2013 | +.tabulator.pink { | |
| 2014 | + border-top: 0.2em solid #E03997; | |
| 2015 | +} | |
| 2016 | + | |
| 2017 | +.tabulator.inverted.pink { | |
| 2018 | + background-color: #E03997 !important; | |
| 2019 | + color: #FFFFFF !important; | |
| 2020 | +} | |
| 2021 | + | |
| 2022 | +.tabulator.brown { | |
| 2023 | + border-top: 0.2em solid #A5673F; | |
| 2024 | +} | |
| 2025 | + | |
| 2026 | +.tabulator.inverted.brown { | |
| 2027 | + background-color: #A5673F !important; | |
| 2028 | + color: #FFFFFF !important; | |
| 2029 | +} | |
| 2030 | + | |
| 2031 | +.tabulator.grey { | |
| 2032 | + border-top: 0.2em solid #767676; | |
| 2033 | +} | |
| 2034 | + | |
| 2035 | +.tabulator.inverted.grey { | |
| 2036 | + background-color: #767676 !important; | |
| 2037 | + color: #FFFFFF !important; | |
| 2038 | +} | |
| 2039 | + | |
| 2040 | +.tabulator.black { | |
| 2041 | + border-top: 0.2em solid #1B1C1D; | |
| 2042 | +} | |
| 2043 | + | |
| 2044 | +.tabulator.inverted.black { | |
| 2045 | + background-color: #1B1C1D !important; | |
| 2046 | + color: #FFFFFF !important; | |
| 2047 | +} | |
| 2048 | + | |
| 2049 | +.tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content { | |
| 2050 | + padding: 1em 1em; | |
| 2051 | +} | |
| 2052 | + | |
| 2053 | +.tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow { | |
| 2054 | + top: 20px; | |
| 2055 | +} | |
| 2056 | + | |
| 2057 | +.tabulator.padded .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 2058 | + padding: 1em 1em; | |
| 2059 | +} | |
| 2060 | + | |
| 2061 | +.tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content { | |
| 2062 | + padding: 1.5em 1.5em; | |
| 2063 | +} | |
| 2064 | + | |
| 2065 | +.tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow { | |
| 2066 | + top: 26px; | |
| 2067 | +} | |
| 2068 | + | |
| 2069 | +.tabulator.padded.very .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 2070 | + padding: 1.5em 1.5em; | |
| 2071 | +} | |
| 2072 | + | |
| 2073 | +.tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content { | |
| 2074 | + padding: 0.5em 0.7em; | |
| 2075 | +} | |
| 2076 | + | |
| 2077 | +.tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow { | |
| 2078 | + top: 12px; | |
| 2079 | +} | |
| 2080 | + | |
| 2081 | +.tabulator.compact .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 2082 | + padding: 0.5em 0.7em; | |
| 2083 | +} | |
| 2084 | + | |
| 2085 | +.tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content { | |
| 2086 | + padding: 0.4em 0.6em; | |
| 2087 | +} | |
| 2088 | + | |
| 2089 | +.tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow { | |
| 2090 | + top: 10px; | |
| 2091 | +} | |
| 2092 | + | |
| 2093 | +.tabulator.compact.very .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell { | |
| 2094 | + padding: 0.4em 0.6em; | |
| 2095 | +} | |
| 2096 | + | |
| 2097 | +.tabulator-row { | |
| 2098 | + border-bottom: 1px solid rgba(34, 36, 38, 0.1); | |
| 2099 | +} | |
| 2100 | + | |
| 2101 | +.tabulator-row.tabulator-row-even { | |
| 2102 | + background-color: #fff; | |
| 2103 | +} | |
| 2104 | + | |
| 2105 | +@media (hover: hover) and (pointer: fine) { | |
| 2106 | + .tabulator-row.tabulator-selectable:hover { | |
| 2107 | + box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset; | |
| 2108 | + background: #E0E0E0 !important; | |
| 2109 | + color: rgba(0, 0, 0, 0.87) !important; | |
| 2110 | + } | |
| 2111 | +} | |
| 2112 | + | |
| 2113 | +.tabulator-row.tabulator-selected { | |
| 2114 | + background-color: #9ABCEA !important; | |
| 2115 | +} | |
| 2116 | + | |
| 2117 | +@media (hover: hover) and (pointer: fine) { | |
| 2118 | + .tabulator-row.tabulator-selected:hover { | |
| 2119 | + background-color: #769BCC !important; | |
| 2120 | + cursor: pointer; | |
| 2121 | + } | |
| 2122 | +} | |
| 2123 | + | |
| 2124 | +.tabulator-row.tabulator-moving { | |
| 2125 | + pointer-events: none !important; | |
| 2126 | +} | |
| 2127 | + | |
| 2128 | +.tabulator-row .tabulator-cell { | |
| 2129 | + padding: 0.78571em 0.78571em; | |
| 2130 | + border-right: none; | |
| 2131 | + vertical-align: middle; | |
| 2132 | +} | |
| 2133 | + | |
| 2134 | +.tabulator-row .tabulator-cell:last-of-type { | |
| 2135 | + border-right: none; | |
| 2136 | +} | |
| 2137 | + | |
| 2138 | +.tabulator-row .tabulator-cell.tabulator-row-header { | |
| 2139 | + border-bottom: none; | |
| 2140 | +} | |
| 2141 | + | |
| 2142 | +.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle { | |
| 2143 | + color: #fff; | |
| 2144 | +} | |
| 2145 | + | |
| 2146 | +.tabulator-row.tabulator-group { | |
| 2147 | + background: #fafafa; | |
| 2148 | +} | |
| 2149 | + | |
| 2150 | +.tabulator-row.tabulator-group span { | |
| 2151 | + color: #666; | |
| 2152 | +} | |
| 2153 | + | |
| 2154 | +.tabulator-menu { | |
| 2155 | + background: #FFFFFF; | |
| 2156 | +} | |
| 2157 | + | |
| 2158 | +@media (hover: hover) and (pointer: fine) { | |
| 2159 | + .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover { | |
| 2160 | + background: #F9FAFB; | |
| 2161 | + } | |
| 2162 | +} | |
| 2163 | + | |
| 2164 | +.tabulator-edit-select-list { | |
| 2165 | + background: #FFFFFF; | |
| 2166 | +} | |
| 2167 | + | |
| 2168 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active { | |
| 2169 | + color: #FFFFFF; | |
| 2170 | +} | |
| 2171 | + | |
| 2172 | +.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused { | |
| 2173 | + outline: 1px solid rgba(255, 255, 255, 0.5); | |
| 2174 | +} | |
| 2175 | + | |
| 2176 | +@media (hover: hover) and (pointer: fine) { | |
| 2177 | + .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { | |
| 2178 | + color: #FFFFFF; | |
| 2179 | + } | |
| 2180 | +} | |
| 2181 | + | |
| 2182 | +.tabulator-edit-select-list .tabulator-edit-select-list-notice { | |
| 2183 | + color: inherit; | |
| 2184 | +} | |
| 2185 | + | |
| 2186 | +.tabulator-print-table .tabulator-print-table-group { | |
| 2187 | + background: #fafafa; | |
| 2188 | +} | |
| 2189 | + | |
| 2190 | +.tabulator-print-table .tabulator-print-table-group span { | |
| 2191 | + color: #666; | |
| 2192 | +} | |
| 2193 | + | |
| 2194 | +/*# sourceMappingURL=tabulator_semanticui.css.map */(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_semanticui.css.map
... | ... | @@ -0,0 +1,1 @@ |
| 1 | +{"version":3,"sources":["tabulator_semanticui.scss"],"names":[],"mappings":"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","file":"tabulator_semanticui.css","sourcesContent":["/*******************************\n Site Settings\n*******************************/\n/*-------------------\n Fonts\n--------------------*/\n/*-------------------\n Base Sizes\n--------------------*/\n/* This is the single variable that controls them all */\n/* The size of page text */\n/*-------------------\n Exact Pixel Values\n--------------------*/\n/*\n These are used to specify exact pixel values in em\n for things like borders that remain constantly\n sized as emSize adjusts\n\n Since there are many more sizes than names for sizes,\n these are named by their original pixel values.\n\n*/\n/*-------------------\n Border Radius\n--------------------*/\n/* See Power-user section below\n for explanation of $px variables\n*/\n/*-------------------\n Site Colors\n--------------------*/\n/*--- Colors ---*/\n/*--- Light Colors ---*/\n/*--- Neutrals ---*/\n/*--- Colored Backgrounds ---*/\n/*--- Colored Text ---*/\n/*--- Colored Headers ---*/\n/*--- Colored Border ---*/\n/*-------------------\n Alpha Colors\n--------------------*/\n/*-------------------\n Brand Colors\n--------------------*/\n/*--------------\n Page Heading\n---------------*/\n/*-------------------\n Page\n--------------------*/\n/*--------------\n Form Input\n---------------*/\n/* This adjusts the default form input across all elements */\n/* Input Text Color */\n/* Line Height Default For Inputs in Browser (Descendors are 17px at 14px base em) */\n/*-------------------\n Focused Input\n--------------------*/\n/* Used on inputs, textarea etc */\n/* Used on dropdowns, other larger blocks */\n/*-------------------\n Sizes\n--------------------*/\n/*\n Sizes are all expressed in terms of 14px/em (default em)\n This ensures these \"ratios\" remain constant despite changes in EM\n*/\n/*-------------------\n Paragraph\n--------------------*/\n/*-------------------\n Links\n--------------------*/\n/*-------------------\n Highlighted Text\n--------------------*/\n/*-------------------\n Em Sizes\n--------------------*/\n/*\n This rounds $size values to the closest pixel then expresses that value in (r)em.\n This ensures all size values round to exact pixels\n*/\n/* em */\n/* rem */\n/*-------------------\n Loader\n--------------------*/\n/*-------------------\n Grid\n--------------------*/\n/*-------------------\n Transitions\n--------------------*/\n/*-------------------\n Breakpoints\n--------------------*/\n/* Columns */\n/*******************************\n Power-User\n*******************************/\n/*-------------------\n Emotive Colors\n--------------------*/\n/* Positive */\n/* Negative */\n/* Info */\n/* Warning */\n/*-------------------\n Paths\n--------------------*/\n/* For source only. Modified in gulp for dist */\n/*-------------------\n Icons\n--------------------*/\n/* Maximum Glyph Width of Icon */\n/*-------------------\n Neutral Text\n--------------------*/\n/*-------------------\n Brand Colors\n--------------------*/\n/*-------------------\n Borders\n--------------------*/\n/*-------------------\n Accents\n--------------------*/\n/* Differentiating Neutrals */\n/* Differentiating Layers */\n/*-------------------\n Derived Values\n--------------------*/\n/* Loaders Position Offset */\n/* Rendered Scrollbar Width */\n/* Maximum Single Character Glyph Width, aka Capital \"W\" */\n/* Used to match floats with text */\n/* Header Spacing */\n/* Minimum Mobile Width */\n/* Positive / Negative Dupes */\n/* Responsive */\n/*******************************\n States\n*******************************/\n/*-------------------\n Disabled\n--------------------*/\n/*-------------------\n Hover\n--------------------*/\n/*--- Shadows ---*/\n/*--- Colors ---*/\n/*--- Emotive ---*/\n/*--- Brand ---*/\n/*--- Dark Tones ---*/\n/*--- Light Tones ---*/\n/*-------------------\n Focus\n--------------------*/\n/*--- Colors ---*/\n/*--- Emotive ---*/\n/*--- Brand ---*/\n/*--- Dark Tones ---*/\n/*--- Light Tones ---*/\n/*-------------------\n Down (:active)\n--------------------*/\n/*--- Colors ---*/\n/*--- Emotive ---*/\n/*--- Brand ---*/\n/*--- Dark Tones ---*/\n/*--- Light Tones ---*/\n/*-------------------\n Active\n--------------------*/\n/*--- Colors ---*/\n/*--- Emotive ---*/\n/*--- Brand ---*/\n/*--- Dark Tones ---*/\n/*--- Light Tones ---*/\n/*******************************\n Table\n*******************************/\n/*-------------------\n Element\n--------------------*/\n/*--------------\n Parts\n---------------*/\n/* Table Row */\n/* Table Cell */\n/* Table Header */\n/* Table Footer */\n/* Responsive Size */\n/*-------------------\n Types\n--------------------*/\n/* Definition */\n/*--------------\n Couplings\n---------------*/\n/*--------------\n States\n---------------*/\n/* Positive */\n/* Negative */\n/* Error */\n/* Warning */\n/* Active */\n/*--------------\n Types\n---------------*/\n/* Attached */\n/* Striped */\n/* Selectable */\n/* Sortable */\n/* Colors */\n/* Inverted */\n/* Basic */\n/* Padded */\n/* Compact */\n/* Sizes */\n.tabulator {\n position: relative;\n border: 1px solid rgba(34, 36, 38, 0.15);\n background-color: #FFFFFF;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0); }\n .tabulator[tabulator-layout=\"fitDataFill\"] .tabulator-tableholder .tabulator-table {\n min-width: 100%; }\n .tabulator[tabulator-layout=\"fitDataTable\"] {\n display: inline-block; }\n .tabulator.tabulator-block-select {\n user-select: none; }\n .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {\n user-select: none; }\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #F9FAFB;\n color: rgba(0, 0, 0, 0.87);\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n outline: none; }\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none; }\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #F9FAFB;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden; }\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #dae1e7;\n pointer-events: none; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {\n padding: 0 8px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: .6; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {\n width: calc(100% - 22px); }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px; }\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #dae1e7; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter {\n color: #bbb; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"none\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"ascending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter {\n color: #666; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555; } }\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=\"descending\"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {\n transform: rotate(180deg); }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px; }\n .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto; }\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd; }\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd; }\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n display: inline-block;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder {\n display: inline-block; }\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none; }\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator .tabulator-tableholder:focus {\n outline: none; }\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 100%;\n width: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=\"virtual\"] {\n min-height: 100%; }\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal; }\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #e2e2e2 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay {\n position: absolute;\n inset: 0;\n z-index: 10;\n pointer-events: none; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {\n position: absolute;\n box-sizing: border-box;\n border: 1px solid #2975DD; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n right: -3px;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {\n position: absolute;\n box-sizing: border-box;\n border: 2px solid #2975DD; }\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px; }\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: -5px;\n overflow-x: auto; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {\n display: inline-block;\n padding: 5px;\n border: rgba(34, 36, 38, 0.15) 1px solid;\n border-top: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n font-size: .9em; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {\n cursor: pointer;\n opacity: .7; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n background: #fff; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none; }\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px; }\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal; }\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit; }\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px; }\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px; }\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2); }\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00; }\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff; } }\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 11;\n vertical-align: middle; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize; } }\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0; }\n .tabulator .tabulator-col-resize-guide {\n position: absolute;\n top: 0;\n width: 4px;\n height: 100%;\n margin-left: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-row-resize-guide {\n position: absolute;\n left: 0;\n width: 100%;\n height: 4px;\n margin-top: -0.5px;\n background-color: #999;\n opacity: .5; }\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center; }\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000; }\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #D00;\n color: #590000; }\n\n.tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff; }\n .tabulator-row.tabulator-row-even {\n background-color: #EFEFEF; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC;\n cursor: pointer; } }\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff; }\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15; }\n .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {\n background-color: #D6D6D6;\n color: #000000; }\n .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {\n background-color: #3876ca;\n color: #FFFFFF; }\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px; }\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize; } }\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd; }\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none; }\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px; }\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative; }\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px; }\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-right: 1px solid rgba(34, 36, 38, 0.15);\n border-bottom: 1px solid #ddd;\n background: #F9FAFB; }\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd; }\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd; }\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1D68CD;\n outline: none;\n padding: 0; }\n .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #DB2828; }\n .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #DB2828; }\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%; }\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666; }\n .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {\n background-color: #9ABCEA; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: .7;\n cursor: pointer; } }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {\n display: initial; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {\n display: none; }\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px; }\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px; }\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px; }\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px; }\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px; }\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px; }\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00; }\n\n.tabulator-toggle {\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n border: 1px solid #ccc;\n background: #dcdcdc; }\n .tabulator-toggle.tabulator-toggle-on {\n background: #1c6cc2; }\n .tabulator-toggle .tabulator-toggle-switch {\n box-sizing: border-box;\n border: 1px solid #ccc;\n background: #fff; }\n\n.tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000; }\n\n.tabulator-popup {\n padding: 5px;\n border-radius: 3px; }\n\n.tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none; }\n\n.tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: .5; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #EFEFEF; } }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px; }\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + .4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg); }\n\n.tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd; }\n\n.tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch; }\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none; }\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1D68CD; }\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1D68CD; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1D68CD; } }\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center; }\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px; }\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5, .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px; }\n\n.tabulator.tabulator-ltr {\n direction: ltr; }\n\n.tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px; }\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n left: 8px;\n right: initial; }\n .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {\n content: '';\n position: absolute;\n left: -3px;\n right: initial;\n bottom: -3px;\n width: 6px;\n height: 6px;\n background-color: #2975DD;\n border-radius: 999px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd; }\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px; }\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial; }\n\n.tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000; }\n\nbody.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important; }\n\n.tabulator-print-table {\n border-collapse: collapse; }\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd; }\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1); } }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important; }\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block; }\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle; }\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00; }\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2); } }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333; }\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: \"\";\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333; }\n\n.tabulator {\n width: 100%;\n margin: 1em 0em;\n border: 1px solid rgba(34, 36, 38, 0.15);\n box-shadow: none;\n border-radius: 0.28571rem;\n color: rgba(0, 0, 0, 0.87);\n /* Red */\n /* Orange */\n /* Yellow */\n /* Olive */\n /* Green */\n /* Teal */\n /* Blue */\n /* Violet */\n /* Purple */\n /* Pink */\n /* Brown */\n /* Grey */\n /* Black */ }\n .tabulator .tabulator-header {\n border-right: none;\n border-bottom: 1px solid rgba(34, 36, 38, 0.1);\n background-color: #F9FAFB;\n box-shadow: none;\n color: rgba(0, 0, 0, 0.87);\n font-style: none;\n font-weight: bold;\n text-transform: none; }\n .tabulator .tabulator-header .tabulator-col {\n border-right: none;\n background-color: #F9FAFB; }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.92857em 0.78571em; }\n .tabulator .tabulator-tableholder .tabulator-table {\n background-color: transparent; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n background: #f2f2f2 !important; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd; }\n .tabulator .tabulator-footer {\n padding: 0.78571em 0.78571em;\n border-top: 1px solid rgba(34, 36, 38, 0.15);\n box-shadow: none;\n background: #F9FAFB;\n text-align: right;\n color: rgba(0, 0, 0, 0.87);\n font-style: normal;\n font-weight: normal;\n text-transform: none; }\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n margin: -0.78571em -0.78571em 0.78571em -0.78571em;\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: white !important; }\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -0.78571em;\n border-bottom: none; }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {\n margin-top: calc( -0.78571em - 5px); }\n .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {\n color: #d00; }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.positive, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.positive {\n box-shadow: 0px 0px 0px #A3C293 inset;\n background: #FCFFF5 !important;\n color: #21BA45 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.positive:hover, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.positive:hover {\n background: #f7ffe6 !important;\n color: #13ae38 !important; } }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.negative, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.negative {\n box-shadow: 0px 0px 0px #E0B4B4 inset;\n background: #FFF6F6 !important;\n color: #DB2828 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.negative:hover, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.negative:hover {\n background: #ffe7e7 !important;\n color: #d41616 !important; } }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.error, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.error {\n box-shadow: 0px 0px 0px #E0B4B4 inset;\n background: #FFF6F6 !important;\n color: #DB2828 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.error:hover, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.error:hover {\n background: #ffe7e7 !important;\n color: #d12323 !important; } }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.warning {\n box-shadow: 0px 0px 0px #C9BA9B inset;\n background: #FFFAF3 !important;\n color: #F2C037 !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning:hover, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.warning:hover {\n background: #fff4e4 !important;\n color: #f1bb29 !important; } }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active {\n box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;\n background: #E0E0E0 !important;\n color: rgba(0, 0, 0, 0.87) !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active:hover, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active:hover {\n background: #f7ffe6 !important;\n color: #13ae38 !important; } }\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active, .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active {\n pointer-events: none;\n color: rgba(0, 0, 0, 0.2); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.disabled:hover {\n pointer-events: none;\n color: rgba(0, 0, 0, 0.2); } }\n .tabulator.inverted {\n background: #333333;\n color: rgba(255, 255, 255, 0.9);\n border: none; }\n .tabulator.inverted .tabulator-header {\n background-color: rgba(0, 0, 0, 0.15);\n border-color: rgba(255, 255, 255, 0.1) !important;\n color: rgba(255, 255, 255, 0.9); }\n .tabulator.inverted .tabulator-header .tabulator-col {\n border-color: rgba(255, 255, 255, 0.1) !important; }\n .tabulator.inverted .tabulator-tableholder .tabulator-table .tabulator-row {\n color: rgba(255, 255, 255, 0.9);\n border: none; }\n .tabulator.inverted .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-color: rgba(255, 255, 255, 0.1) !important; }\n .tabulator.inverted .tabulator-footer {\n background: #FFFFFF; }\n .tabulator.striped .tabulator-row:nth-child(even) {\n background-color: #f2f2f2; }\n .tabulator.celled {\n border: 1px solid rgba(34, 36, 38, 0.15); }\n .tabulator.celled .tabulator-header .tabulator-col {\n border-right: 1px solid rgba(34, 36, 38, 0.1); }\n .tabulator.celled .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: 1px solid rgba(34, 36, 38, 0.1); }\n .tabulator[class*=\"single line\"] .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n border-right: none; }\n .tabulator.red {\n border-top: 0.2em solid #DB2828; }\n .tabulator.inverted.red {\n background-color: #DB2828 !important;\n color: #FFFFFF !important; }\n .tabulator.orange {\n border-top: 0.2em solid #F2711C; }\n .tabulator.inverted.orange {\n background-color: #F2711C !important;\n color: #FFFFFF !important; }\n .tabulator.yellow {\n border-top: 0.2em solid #FBBD08; }\n .tabulator.inverted.yellow {\n background-color: #FBBD08 !important;\n color: #FFFFFF !important; }\n .tabulator.olive {\n border-top: 0.2em solid #B5CC18; }\n .tabulator.inverted.olive {\n background-color: #B5CC18 !important;\n color: #FFFFFF !important; }\n .tabulator.green {\n border-top: 0.2em solid #21BA45; }\n .tabulator.inverted.green {\n background-color: #21BA45 !important;\n color: #FFFFFF !important; }\n .tabulator.teal {\n border-top: 0.2em solid #00B5AD; }\n .tabulator.inverted.teal {\n background-color: #00B5AD !important;\n color: #FFFFFF !important; }\n .tabulator.blue {\n border-top: 0.2em solid #2185D0; }\n .tabulator.inverted.blue {\n background-color: #2185D0 !important;\n color: #FFFFFF !important; }\n .tabulator.violet {\n border-top: 0.2em solid #6435C9; }\n .tabulator.inverted.violet {\n background-color: #6435C9 !important;\n color: #FFFFFF !important; }\n .tabulator.purple {\n border-top: 0.2em solid #A333C8; }\n .tabulator.inverted.purple {\n background-color: #A333C8 !important;\n color: #FFFFFF !important; }\n .tabulator.pink {\n border-top: 0.2em solid #E03997; }\n .tabulator.inverted.pink {\n background-color: #E03997 !important;\n color: #FFFFFF !important; }\n .tabulator.brown {\n border-top: 0.2em solid #A5673F; }\n .tabulator.inverted.brown {\n background-color: #A5673F !important;\n color: #FFFFFF !important; }\n .tabulator.grey {\n border-top: 0.2em solid #767676; }\n .tabulator.inverted.grey {\n background-color: #767676 !important;\n color: #FFFFFF !important; }\n .tabulator.black {\n border-top: 0.2em solid #1B1C1D; }\n .tabulator.inverted.black {\n background-color: #1B1C1D !important;\n color: #FFFFFF !important; }\n .tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 1em 1em; }\n .tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {\n top: 20px; }\n .tabulator.padded .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 1em 1em; }\n .tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 1.5em 1.5em; }\n .tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {\n top: 26px; }\n .tabulator.padded.very .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 1.5em 1.5em; }\n .tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.5em 0.7em; }\n .tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {\n top: 12px; }\n .tabulator.compact .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 0.5em 0.7em; }\n .tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content {\n padding: 0.4em 0.6em; }\n .tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {\n top: 10px; }\n .tabulator.compact.very .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {\n padding: 0.4em 0.6em; }\n\n.tabulator-row {\n border-bottom: 1px solid rgba(34, 36, 38, 0.1); }\n .tabulator-row.tabulator-row-even {\n background-color: #fff; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;\n background: #E0E0E0 !important;\n color: rgba(0, 0, 0, 0.87) !important; } }\n .tabulator-row.tabulator-selected {\n background-color: #9ABCEA !important; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769BCC !important;\n cursor: pointer; } }\n .tabulator-row.tabulator-moving {\n pointer-events: none !important; }\n .tabulator-row .tabulator-cell {\n padding: 0.78571em 0.78571em;\n border-right: none;\n vertical-align: middle; }\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none; }\n .tabulator-row .tabulator-cell.tabulator-row-header {\n border-bottom: none; }\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n color: #fff; }\n .tabulator-row.tabulator-group {\n background: #fafafa; }\n .tabulator-row.tabulator-group span {\n color: #666; }\n\n.tabulator-menu {\n background: #FFFFFF; }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n background: #F9FAFB; } }\n\n.tabulator-edit-select-list {\n background: #FFFFFF; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active {\n color: #FFFFFF; }\n .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5); }\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {\n color: #FFFFFF; } }\n .tabulator-edit-select-list .tabulator-edit-select-list-notice {\n color: inherit; }\n\n.tabulator-print-table .tabulator-print-table-group {\n background: #fafafa; }\n .tabulator-print-table .tabulator-print-table-group span {\n color: #666; }\n"]}(No newline at end of file) |
+++ src/main/webapp/dist/css/tabulator/tabulator_semanticui.min.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_semanticui.min.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_simple.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_simple.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_simple.min.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_simple.min.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site.min.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site.min.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site_dark.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site_dark.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site_dark.min.css
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/css/tabulator/tabulator_site_dark.min.css.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/jquery_wrapper.js
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator.js
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator.js.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator.min.js
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator.min.js.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.js
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.js.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.min.js
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.min.js.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.min.mjs
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.min.mjs.map
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.mjs
| This diff is skipped because there are too many other diffs. |
+++ src/main/webapp/dist/js/tabulator/tabulator_esm.mjs.map
| This diff is skipped because there are too many other diffs. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?