Path: blob/main/dev-docs/feature-format-matrix/dist/css/tabulator_bootstrap4.css
3562 views
.tabulator {1position: relative;2border: 1px solid #dee2e6;3background-color: #fff;4font-size: 16px;5text-align: left;6overflow: hidden;7-webkit-transform: translateZ(0);8-moz-transform: translateZ(0);9-ms-transform: translateZ(0);10-o-transform: translateZ(0);11transform: translateZ(0);12}1314.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {15min-width: 100%;16}1718.tabulator[tabulator-layout="fitDataTable"] {19display: inline-block;20}2122.tabulator.tabulator-block-select {23user-select: none;24}2526.tabulator .tabulator-header {27position: relative;28box-sizing: border-box;29width: 100%;30border-bottom: 1px solid #dee2e6;31background-color: #fff;32color: #555;33font-weight: bold;34white-space: nowrap;35overflow: hidden;36-moz-user-select: none;37-khtml-user-select: none;38-webkit-user-select: none;39-o-user-select: none;40}4142.tabulator .tabulator-header.tabulator-header-hidden {43display: none;44}4546.tabulator .tabulator-header .tabulator-header-contents {47position: relative;48overflow: hidden;49}5051.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {52display: inline-block;53}5455.tabulator .tabulator-header .tabulator-col {56display: inline-flex;57position: relative;58box-sizing: border-box;59flex-direction: column;60justify-content: flex-start;61border-right: 1px solid #aaa;62background: #fff;63text-align: left;64vertical-align: bottom;65overflow: hidden;66}6768.tabulator .tabulator-header .tabulator-col.tabulator-moving {69position: absolute;70border: 1px solid #dee2e6;71background: #e6e6e6;72pointer-events: none;73}7475.tabulator .tabulator-header .tabulator-col .tabulator-col-content {76box-sizing: border-box;77position: relative;78padding: 4px;79}8081.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {82padding: 0 8px;83}8485.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {86cursor: pointer;87opacity: .6;88}8990.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {91position: relative;92}9394.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {95box-sizing: border-box;96width: 100%;97white-space: nowrap;98overflow: hidden;99text-overflow: ellipsis;100vertical-align: bottom;101}102103.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {104white-space: normal;105text-overflow: initial;106}107108.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {109box-sizing: border-box;110width: 100%;111border: 1px solid #999;112padding: 1px;113background: #fff;114}115116.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {117width: calc(100% - 22px);118}119120.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {121display: flex;122align-items: center;123position: absolute;124top: 0;125bottom: 0;126right: 4px;127}128129.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {130width: 0;131height: 0;132border-left: 6px solid transparent;133border-right: 6px solid transparent;134border-bottom: 6px solid #bbb;135}136137.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {138position: relative;139display: flex;140border-top: 1px solid #aaa;141overflow: hidden;142margin-right: -1px;143}144145.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {146position: relative;147box-sizing: border-box;148margin-top: 2px;149width: 100%;150text-align: center;151}152153.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {154height: auto !important;155}156157.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {158margin-top: 3px;159}160161.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {162width: 0;163height: 0;164}165166.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {167padding-right: 25px;168}169170@media (hover: hover) and (pointer: fine) {171.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {172cursor: pointer;173background-color: #e6e6e6;174}175}176177.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {178color: #bbb;179}180181@media (hover: hover) and (pointer: fine) {182.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {183cursor: pointer;184border-bottom: 6px solid #555;185}186}187188.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {189border-top: none;190border-bottom: 6px solid #bbb;191}192193.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {194color: #666;195}196197@media (hover: hover) and (pointer: fine) {198.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {199cursor: pointer;200border-bottom: 6px solid #555;201}202}203204.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {205border-top: none;206border-bottom: 6px solid #666;207}208209.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {210color: #666;211}212213@media (hover: hover) and (pointer: fine) {214.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {215cursor: pointer;216border-top: 6px solid #555;217}218}219220.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {221border-bottom: none;222border-top: 6px solid #666;223color: #666;224}225226.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {227writing-mode: vertical-rl;228text-orientation: mixed;229display: flex;230align-items: center;231justify-content: center;232}233234.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {235transform: rotate(180deg);236}237238.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {239padding-right: 0;240padding-top: 20px;241}242243.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {244padding-right: 0;245padding-bottom: 20px;246}247248.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {249justify-content: center;250left: 0;251right: 0;252top: 4px;253bottom: auto;254}255256.tabulator .tabulator-header .tabulator-frozen {257position: sticky;258left: 0;259z-index: 11;260}261262.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {263border-right: 2px solid #dee2e6;264}265266.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {267border-left: 2px solid #dee2e6;268}269270.tabulator .tabulator-header .tabulator-calcs-holder {271box-sizing: border-box;272background: white !important;273border-top: 1px solid #dee2e6;274border-bottom: 1px solid #aaa;275}276277.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {278background: white !important;279}280281.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {282display: none;283}284285.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {286display: none;287}288289.tabulator .tabulator-tableholder {290position: relative;291width: 100%;292white-space: nowrap;293overflow: auto;294-webkit-overflow-scrolling: touch;295}296297.tabulator .tabulator-tableholder:focus {298outline: none;299}300301.tabulator .tabulator-tableholder .tabulator-placeholder {302box-sizing: border-box;303display: flex;304align-items: center;305justify-content: center;306width: 100%;307}308309.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {310min-height: 100%;311min-width: 100%;312}313314.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {315display: inline-block;316text-align: center;317padding: 10px;318color: #ccc;319font-weight: bold;320font-size: 20px;321white-space: normal;322}323324.tabulator .tabulator-tableholder .tabulator-table {325position: relative;326display: inline-block;327background-color: #fff;328white-space: nowrap;329overflow: visible;330color: #333;331}332333.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {334font-weight: bold;335background: #ececec !important;336}337338.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {339border-bottom: 2px solid #dee2e6;340}341342.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {343border-top: 2px solid #dee2e6;344}345346.tabulator .tabulator-footer {347border-top: 1px solid #dee2e6;348background-color: #e6e6e6;349color: #555;350font-weight: bold;351white-space: nowrap;352user-select: none;353-moz-user-select: none;354-khtml-user-select: none;355-webkit-user-select: none;356-o-user-select: none;357}358359.tabulator .tabulator-footer .tabulator-footer-contents {360display: flex;361flex-direction: row;362align-items: center;363justify-content: space-between;364padding: 5px 10px;365}366367.tabulator .tabulator-footer .tabulator-footer-contents:empty {368display: none;369}370371.tabulator .tabulator-footer .tabulator-calcs-holder {372box-sizing: border-box;373width: 100%;374text-align: left;375background: #f3f3f3 !important;376border-bottom: 1px solid #dee2e6;377border-top: 1px solid #dee2e6;378overflow: hidden;379}380381.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {382display: inline-block;383background: #f3f3f3 !important;384}385386.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {387display: none;388}389390.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {391margin-bottom: -5px;392border-bottom: none;393}394395.tabulator .tabulator-footer > * + .tabulator-page-counter {396margin-left: 10px;397}398399.tabulator .tabulator-footer .tabulator-page-counter {400font-weight: normal;401}402403.tabulator .tabulator-footer .tabulator-paginator {404flex: 1;405text-align: right;406color: #555;407font-family: inherit;408font-weight: inherit;409font-size: inherit;410}411412.tabulator .tabulator-footer .tabulator-page-size {413display: inline-block;414margin: 0 5px;415padding: 2px 5px;416border: 1px solid #dee2e6;417border-radius: 3px;418}419420.tabulator .tabulator-footer .tabulator-pages {421margin: 0 7px;422}423424.tabulator .tabulator-footer .tabulator-page {425display: inline-block;426margin: 0 2px;427padding: 2px 5px;428border: 1px solid #dee2e6;429border-radius: 3px;430background: rgba(255, 255, 255, 0.2);431}432433.tabulator .tabulator-footer .tabulator-page.active {434color: #fff;435}436437.tabulator .tabulator-footer .tabulator-page:disabled {438opacity: .5;439}440441@media (hover: hover) and (pointer: fine) {442.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {443cursor: pointer;444background: rgba(0, 0, 0, 0.2);445color: #fff;446}447}448449.tabulator .tabulator-col-resize-handle {450position: relative;451display: inline-block;452width: 6px;453margin-left: -3px;454margin-right: -3px;455z-index: 10;456vertical-align: middle;457}458459@media (hover: hover) and (pointer: fine) {460.tabulator .tabulator-col-resize-handle:hover {461cursor: ew-resize;462}463}464465.tabulator .tabulator-col-resize-handle:last-of-type {466width: 3px;467margin-right: 0;468}469470.tabulator .tabulator-alert {471position: absolute;472display: flex;473align-items: center;474top: 0;475left: 0;476z-index: 100;477height: 100%;478width: 100%;479background: rgba(0, 0, 0, 0.4);480text-align: center;481}482483.tabulator .tabulator-alert .tabulator-alert-msg {484display: inline-block;485margin: 0 auto;486padding: 10px 20px;487border-radius: 10px;488background: #fff;489font-weight: bold;490font-size: 16px;491}492493.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {494border: 4px solid #333;495color: #000;496}497498.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {499border: 4px solid #D00;500color: #590000;501}502503.tabulator-row {504position: relative;505box-sizing: border-box;506min-height: 24px;507background-color: #fff;508}509510.tabulator-row.tabulator-row-even {511background-color: #f9f9f9;512}513514@media (hover: hover) and (pointer: fine) {515.tabulator-row.tabulator-selectable:hover {516background-color: #f5f5f5;517cursor: pointer;518}519}520521.tabulator-row.tabulator-selected {522background-color: #9ABCEA;523}524525@media (hover: hover) and (pointer: fine) {526.tabulator-row.tabulator-selected:hover {527background-color: #769BCC;528cursor: pointer;529}530}531532.tabulator-row.tabulator-row-moving {533border: 1px solid #000;534background: #fff;535}536537.tabulator-row.tabulator-moving {538position: absolute;539border-top: 1px solid #dee2e6;540border-bottom: 1px solid #dee2e6;541pointer-events: none;542z-index: 15;543}544545.tabulator-row .tabulator-row-resize-handle {546position: absolute;547right: 0;548bottom: 0;549left: 0;550height: 5px;551}552553.tabulator-row .tabulator-row-resize-handle.prev {554top: 0;555bottom: auto;556}557558@media (hover: hover) and (pointer: fine) {559.tabulator-row .tabulator-row-resize-handle:hover {560cursor: ns-resize;561}562}563564.tabulator-row .tabulator-responsive-collapse {565box-sizing: border-box;566padding: 5px;567border-top: 1px solid #dee2e6;568border-bottom: 1px solid #dee2e6;569}570571.tabulator-row .tabulator-responsive-collapse:empty {572display: none;573}574575.tabulator-row .tabulator-responsive-collapse table {576font-size: 16px;577}578579.tabulator-row .tabulator-responsive-collapse table tr td {580position: relative;581}582583.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {584padding-right: 10px;585}586587.tabulator-row .tabulator-cell {588display: inline-block;589position: relative;590box-sizing: border-box;591padding: 4px;592border-right: 1px solid #dee2e6;593vertical-align: middle;594white-space: nowrap;595overflow: hidden;596text-overflow: ellipsis;597}598599.tabulator-row .tabulator-cell.tabulator-frozen {600display: inline-block;601position: sticky;602left: 0;603background-color: inherit;604z-index: 11;605}606607.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {608border-right: 2px solid #dee2e6;609}610611.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {612border-left: 2px solid #dee2e6;613}614615.tabulator-row .tabulator-cell.tabulator-editing {616border: 1px solid #1D68CD;617outline: none;618padding: 0;619}620621.tabulator-row .tabulator-cell.tabulator-editing input,622.tabulator-row .tabulator-cell.tabulator-editing select {623border: 1px;624background: transparent;625outline: none;626}627628.tabulator-row .tabulator-cell.tabulator-validation-fail {629border: 1px solid #dd0000;630}631632.tabulator-row .tabulator-cell.tabulator-validation-fail input,633.tabulator-row .tabulator-cell.tabulator-validation-fail select {634border: 1px;635background: transparent;636color: #dd0000;637}638639.tabulator-row .tabulator-cell.tabulator-row-handle {640display: inline-flex;641align-items: center;642justify-content: center;643-moz-user-select: none;644-khtml-user-select: none;645-webkit-user-select: none;646-o-user-select: none;647}648649.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {650width: 80%;651}652653.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {654width: 100%;655height: 3px;656margin-top: 2px;657background: #666;658}659660.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {661display: inline-block;662width: 7px;663}664665.tabulator-row .tabulator-cell .tabulator-data-tree-branch {666display: inline-block;667vertical-align: middle;668height: 9px;669width: 7px;670margin-top: -9px;671margin-right: 5px;672border-bottom-left-radius: 1px;673border-left: 2px solid #dee2e6;674border-bottom: 2px solid #dee2e6;675}676677.tabulator-row .tabulator-cell .tabulator-data-tree-control {678display: inline-flex;679justify-content: center;680align-items: center;681vertical-align: middle;682height: 11px;683width: 11px;684margin-right: 5px;685border: 1px solid #333;686border-radius: 2px;687background: rgba(0, 0, 0, 0.1);688overflow: hidden;689}690691@media (hover: hover) and (pointer: fine) {692.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {693cursor: pointer;694background: rgba(0, 0, 0, 0.2);695}696}697698.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {699display: inline-block;700position: relative;701height: 7px;702width: 1px;703background: transparent;704}705706.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {707position: absolute;708content: "";709left: -3px;710top: 3px;711height: 1px;712width: 7px;713background: #333;714}715716.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {717display: inline-block;718position: relative;719height: 7px;720width: 1px;721background: #333;722}723724.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {725position: absolute;726content: "";727left: -3px;728top: 3px;729height: 1px;730width: 7px;731background: #333;732}733734.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {735display: inline-flex;736align-items: center;737justify-content: center;738-moz-user-select: none;739-khtml-user-select: none;740-webkit-user-select: none;741-o-user-select: none;742height: 15px;743width: 15px;744border-radius: 20px;745background: #666;746color: #fff;747font-weight: bold;748font-size: 1.1em;749}750751@media (hover: hover) and (pointer: fine) {752.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {753opacity: .7;754cursor: pointer;755}756}757758.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {759display: initial;760}761762.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {763display: none;764}765766.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {767stroke: #fff;768}769770.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {771display: none;772}773774.tabulator-row .tabulator-cell .tabulator-traffic-light {775display: inline-block;776height: 14px;777width: 14px;778border-radius: 14px;779}780781.tabulator-row.tabulator-group {782box-sizing: border-box;783border-bottom: 1px solid #999;784border-right: 1px solid #dee2e6;785border-top: 1px solid #999;786padding: 5px;787padding-left: 10px;788background: #ccc;789font-weight: bold;790min-width: 100%;791}792793@media (hover: hover) and (pointer: fine) {794.tabulator-row.tabulator-group:hover {795cursor: pointer;796background-color: rgba(0, 0, 0, 0.1);797}798}799800.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {801margin-right: 10px;802border-left: 6px solid transparent;803border-right: 6px solid transparent;804border-top: 6px solid #666;805border-bottom: 0;806}807808.tabulator-row.tabulator-group.tabulator-group-level-1 {809padding-left: 30px;810}811812.tabulator-row.tabulator-group.tabulator-group-level-2 {813padding-left: 50px;814}815816.tabulator-row.tabulator-group.tabulator-group-level-3 {817padding-left: 70px;818}819820.tabulator-row.tabulator-group.tabulator-group-level-4 {821padding-left: 90px;822}823824.tabulator-row.tabulator-group.tabulator-group-level-5 {825padding-left: 110px;826}827828.tabulator-row.tabulator-group .tabulator-group-toggle {829display: inline-block;830}831832.tabulator-row.tabulator-group .tabulator-arrow {833display: inline-block;834width: 0;835height: 0;836margin-right: 16px;837border-top: 6px solid transparent;838border-bottom: 6px solid transparent;839border-right: 0;840border-left: 6px solid #666;841vertical-align: middle;842}843844.tabulator-row.tabulator-group span {845margin-left: 10px;846color: #d00;847}848849.tabulator-popup-container {850position: absolute;851display: inline-block;852box-sizing: border-box;853background: #fff;854border: 1px solid #dee2e6;855box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);856font-size: 16px;857overflow-y: auto;858-webkit-overflow-scrolling: touch;859z-index: 10000;860}861862.tabulator-popup {863padding: 5px;864border-radius: 3px;865}866867.tabulator-tooltip {868max-width: Min(500px, 100%);869padding: 3px 5px;870border-radius: 2px;871box-shadow: none;872font-size: 12px;873pointer-events: none;874}875876.tabulator-menu .tabulator-menu-item {877position: relative;878box-sizing: border-box;879padding: 5px 10px;880user-select: none;881}882883.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {884opacity: .5;885}886887@media (hover: hover) and (pointer: fine) {888.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {889cursor: pointer;890background: #f9f9f9;891}892}893894.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {895padding-right: 25px;896}897898.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {899display: inline-block;900position: absolute;901top: calc(5px + .4em);902right: 10px;903height: 7px;904width: 7px;905content: '';906border-width: 1px 1px 0 0;907border-style: solid;908border-color: #dee2e6;909vertical-align: top;910transform: rotate(45deg);911}912913.tabulator-menu .tabulator-menu-separator {914border-top: 1px solid #dee2e6;915}916917.tabulator-edit-list {918max-height: 200px;919font-size: 16px;920overflow-y: auto;921-webkit-overflow-scrolling: touch;922}923924.tabulator-edit-list .tabulator-edit-list-item {925padding: 4px;926color: #333;927outline: none;928}929930.tabulator-edit-list .tabulator-edit-list-item.active {931color: #fff;932background: #1D68CD;933}934935.tabulator-edit-list .tabulator-edit-list-item.active.focused {936outline: 1px solid rgba(255, 255, 255, 0.5);937}938939.tabulator-edit-list .tabulator-edit-list-item.focused {940outline: 1px solid #1D68CD;941}942943@media (hover: hover) and (pointer: fine) {944.tabulator-edit-list .tabulator-edit-list-item:hover {945cursor: pointer;946color: #fff;947background: #1D68CD;948}949}950951.tabulator-edit-list .tabulator-edit-list-placeholder {952padding: 4px;953color: #333;954text-align: center;955}956957.tabulator-edit-list .tabulator-edit-list-group {958border-bottom: 1px solid #dee2e6;959padding: 4px;960padding-top: 6px;961color: #333;962font-weight: bold;963}964965.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,966.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {967padding-left: 12px;968}969970.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,971.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {972padding-left: 20px;973}974975.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,976.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {977padding-left: 28px;978}979980.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,981.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {982padding-left: 36px;983}984985.tabulator.tabulator-ltr {986direction: ltr;987}988989.tabulator.tabulator-rtl {990text-align: initial;991direction: rtl;992}993994.tabulator.tabulator-rtl .tabulator-header .tabulator-col {995text-align: initial;996border-left: 1px solid #aaa;997border-right: initial;998}9991000.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {1001margin-right: initial;1002margin-left: -1px;1003}10041005.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {1006padding-right: 0;1007padding-left: 25px;1008}10091010.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {1011left: 8px;1012right: initial;1013}10141015.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {1016border-right: initial;1017border-left: 1px solid #dee2e6;1018}10191020.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {1021margin-right: initial;1022margin-left: 5px;1023border-bottom-left-radius: initial;1024border-bottom-right-radius: 1px;1025border-left: initial;1026border-right: 2px solid #dee2e6;1027}10281029.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {1030margin-right: initial;1031margin-left: 5px;1032}10331034.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {1035border-left: 2px solid #dee2e6;1036}10371038.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {1039border-right: 2px solid #dee2e6;1040}10411042.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {1043width: 3px;1044margin-left: 0;1045margin-right: -3px;1046}10471048.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {1049text-align: initial;1050}10511052.tabulator-print-fullscreen {1053position: absolute;1054top: 0;1055bottom: 0;1056left: 0;1057right: 0;1058z-index: 10000;1059}10601061body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {1062display: none !important;1063}10641065.tabulator-print-table {1066border-collapse: collapse;1067}10681069.tabulator-print-table .tabulator-data-tree-branch {1070display: inline-block;1071vertical-align: middle;1072height: 9px;1073width: 7px;1074margin-top: -9px;1075margin-right: 5px;1076border-bottom-left-radius: 1px;1077border-left: 2px solid #dee2e6;1078border-bottom: 2px solid #dee2e6;1079}10801081.tabulator-print-table .tabulator-print-table-group {1082box-sizing: border-box;1083border-bottom: 1px solid #999;1084border-right: 1px solid #dee2e6;1085border-top: 1px solid #999;1086padding: 5px;1087padding-left: 10px;1088background: #ccc;1089font-weight: bold;1090min-width: 100%;1091}10921093@media (hover: hover) and (pointer: fine) {1094.tabulator-print-table .tabulator-print-table-group:hover {1095cursor: pointer;1096background-color: rgba(0, 0, 0, 0.1);1097}1098}10991100.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {1101margin-right: 10px;1102border-left: 6px solid transparent;1103border-right: 6px solid transparent;1104border-top: 6px solid #666;1105border-bottom: 0;1106}11071108.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {1109padding-left: 30px !important;1110}11111112.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {1113padding-left: 50px !important;1114}11151116.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {1117padding-left: 70px !important;1118}11191120.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {1121padding-left: 90px !important;1122}11231124.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {1125padding-left: 110px !important;1126}11271128.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {1129display: inline-block;1130}11311132.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {1133display: inline-block;1134width: 0;1135height: 0;1136margin-right: 16px;1137border-top: 6px solid transparent;1138border-bottom: 6px solid transparent;1139border-right: 0;1140border-left: 6px solid #666;1141vertical-align: middle;1142}11431144.tabulator-print-table .tabulator-print-table-group span {1145margin-left: 10px;1146color: #d00;1147}11481149.tabulator-print-table .tabulator-data-tree-control {1150display: inline-flex;1151justify-content: center;1152align-items: center;1153vertical-align: middle;1154height: 11px;1155width: 11px;1156margin-right: 5px;1157border: 1px solid #333;1158border-radius: 2px;1159background: rgba(0, 0, 0, 0.1);1160overflow: hidden;1161}11621163@media (hover: hover) and (pointer: fine) {1164.tabulator-print-table .tabulator-data-tree-control:hover {1165cursor: pointer;1166background: rgba(0, 0, 0, 0.2);1167}1168}11691170.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {1171display: inline-block;1172position: relative;1173height: 7px;1174width: 1px;1175background: transparent;1176}11771178.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1179position: absolute;1180content: "";1181left: -3px;1182top: 3px;1183height: 1px;1184width: 7px;1185background: #333;1186}11871188.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {1189display: inline-block;1190position: relative;1191height: 7px;1192width: 1px;1193background: #333;1194}11951196.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1197position: absolute;1198content: "";1199left: -3px;1200top: 3px;1201height: 1px;1202width: 7px;1203background: #333;1204}12051206.tabulator {1207background-color: #fff;1208border: none;1209}12101211.tabulator .tabulator-header {1212border-top: 1px solid #dee2e6;1213border-bottom: 2px solid #dee2e6;1214color: inherit;1215}12161217.tabulator .tabulator-header .tabulator-col {1218border-right: none;1219background-color: #fff;1220}12211222.tabulator .tabulator-header .tabulator-col .tabulator-col-content {1223padding: 12px;1224}12251226.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {1227right: 0;1228}12291230.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {1231border-top: 1px solid #dee2e6;1232}12331234.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {1235padding: .375rem .75rem;1236background-color: #fff;1237background-clip: padding-box;1238border: 1px solid #ced4da;1239border-radius: .25rem;1240transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;1241font-size: 1rem;1242line-height: 1.5;1243color: #495057;1244}12451246.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {1247color: #495057;1248background-color: #fff;1249border: 1px solid #1D68CD;1250outline: 0;1251}12521253.tabulator .tabulator-header .tabulator-calcs-holder {1254width: 100%;1255border-bottom: 1px solid #dee2e6;1256}12571258.tabulator .tabulator-tableholder .tabulator-placeholder span {1259color: #000;1260}12611262.tabulator .tabulator-tableholder .tabulator-table {1263color: inherit;1264}12651266.tabulator .tabulator-footer {1267color: inherit;1268}12691270.tabulator .tabulator-footer .tabulator-paginator {1271color: inherit;1272}12731274.tabulator .tabulator-footer .tabulator-pages {1275margin: 0;1276}12771278.tabulator .tabulator-footer .tabulator-page {1279margin: 0;1280margin-top: 5px;1281padding: 8px 12px;1282}12831284.tabulator .tabulator-footer .tabulator-page[data-page="first"] {1285border-top-left-radius: 4px;1286border-bottom-left-radius: 4px;1287}12881289.tabulator .tabulator-footer .tabulator-page[data-page="last"] {1290border: 1px solid #dee2e6;1291border-top-right-radius: 4px;1292border-bottom-right-radius: 4px;1293}12941295.tabulator .tabulator-footer .tabulator-page.active {1296border-color: #007bff;1297background-color: #007bff;1298color: #fff;1299}13001301.tabulator .tabulator-footer .tabulator-page:disabled {1302border-color: #dee2e6;1303background: #fff;1304color: #6c757d;1305}13061307@media (hover: hover) and (pointer: fine) {1308.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {1309border-color: #dee2e6;1310background: #e9ecef;1311color: #0056b3;1312}1313}13141315.tabulator.thead-dark .tabulator-header {1316border-color: #32383e;1317background-color: #212529;1318color: #fff;1319}13201321.tabulator.thead-dark .tabulator-header .tabulator-col {1322border-color: #32383e;1323background-color: #212529;1324color: #fff;1325}13261327.tabulator.table-dark {1328background-color: #212529;1329}13301331.tabulator.table-dark:not(.thead-light) .tabulator-header {1332border-color: #32383e;1333background-color: #212529;1334color: #fff;1335}13361337.tabulator.table-dark:not(.thead-light) .tabulator-header .tabulator-col {1338border-color: #32383e;1339background-color: #212529;1340color: #fff;1341}13421343.tabulator.table-dark .tabulator-tableholder {1344color: #fff;1345}13461347.tabulator.table-dark .tabulator-row {1348border-color: #32383e;1349background-color: #212529;1350color: #fff;1351}13521353@media (hover: hover) and (pointer: fine) {1354.tabulator.table-dark .tabulator-row:hover {1355background-color: #32383e;1356}1357.tabulator.table-dark .tabulator-row:hover .tabulator-cell {1358background-color: rgba(255, 255, 255, 0.075);1359}1360}13611362.tabulator.table-dark .tabulator-row.tabulator-selected {1363background-color: #9ABCEA;1364}13651366.tabulator.table-dark .tabulator-footer {1367border-color: #32383e !important;1368}13691370.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder {1371border-color: #32383e !important;1372background: #212529 !important;1373}13741375.tabulator.table-dark .tabulator-footer .tabulator-calcs-holder .tabulator-row {1376border-color: #32383e !important;1377background-color: #212529 !important;1378color: #fff !important;1379}13801381.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even {1382background-color: #f9f9f9;1383}13841385.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected {1386background-color: #9ABCEA;1387}13881389@media (hover: hover) and (pointer: fine) {1390.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selectable:hover {1391background-color: #f5f5f5;1392cursor: pointer;1393}1394.tabulator.table-striped:not(.table-dark) .tabulator-row.tabulator-row-even.tabulator-selected:hover {1395background-color: #769BCC;1396cursor: pointer;1397}1398}13991400.tabulator.table-striped.table-dark .tabulator-row:nth-child(even) .tabulator-cell {1401background-color: rgba(255, 255, 255, 0.05);1402}14031404.tabulator.table-bordered {1405border: 1px solid #dee2e6;1406}14071408.tabulator.table-bordered .tabulator-header .tabulator-col {1409border-right: 1px solid #dee2e6;1410}14111412.tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1413border-right: 1px solid #dee2e6;1414}14151416.tabulator.table-borderless .tabulator-header {1417border: none;1418}14191420.tabulator.table-borderless .tabulator-row {1421border: none;1422}14231424.tabulator.table-sm .tabulator-header .tabulator-col .tabulator-col-content {1425padding: 5px !important;1426}14271428.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row {1429min-height: 26px;1430}14311432.tabulator.table-sm .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1433padding: 5px !important;1434}14351436.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-primary {1437background: #b8daff !important;1438}14391440.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-secondary {1441background: #d6d8db !important;1442}14431444.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-success {1445background: #c3e6cb !important;1446}14471448.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-info {1449background: #bee5eb !important;1450}14511452.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-warning {1453background: #ffeeba !important;1454}14551456.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-danger {1457background: #f5c6cb !important;1458}14591460.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-light {1461background: #fdfdfe !important;1462}14631464.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-dark {1465background: #c6c8ca !important;1466}14671468.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.table-active {1469background: #f5f5f5 !important;1470}14711472.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-primary {1473background: #007bff !important;1474}14751476.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-secondary {1477background: #6c757d !important;1478}14791480.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-success {1481background: #28a745 !important;1482}14831484.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-info {1485background: #17a2b8 !important;1486}14871488.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-warning {1489background: #ffc107 !important;1490}14911492.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-danger {1493background: #dc3545 !important;1494}14951496.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-light {1497background: #f8f9fa !important;1498}14991500.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-dark {1501background: #343a40 !important;1502}15031504.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.bg-active {1505background: #f5f5f5 !important;1506}15071508.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-primary {1509background: #b8daff !important;1510}15111512.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-secondary {1513background: #d6d8db !important;1514}15151516.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-success {1517background: #c3e6cb !important;1518}15191520.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-info {1521background: #bee5eb !important;1522}15231524.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-warning {1525background: #ffeeba !important;1526}15271528.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-danger {1529background: #f5c6cb !important;1530}15311532.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-light {1533background: #fdfdfe !important;1534}15351536.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-dark {1537background: #c6c8ca !important;1538}15391540.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.table-active {1541background: #f5f5f5 !important;1542}15431544.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-primary {1545background: #007bff !important;1546}15471548.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-secondary {1549background: #6c757d !important;1550}15511552.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-success {1553background: #28a745 !important;1554}15551556.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-info {1557background: #17a2b8 !important;1558}15591560.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-warning {1561background: #ffc107 !important;1562}15631564.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-danger {1565background: #dc3545 !important;1566}15671568.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-light {1569background: #f8f9fa !important;1570}15711572.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-dark {1573background: #343a40 !important;1574}15751576.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.bg-active {1577background: #f5f5f5 !important;1578}15791580.tabulator-row {1581min-height: 40px;1582border-bottom: 1px solid #dee2e6;1583}15841585.tabulator-row .tabulator-cell {1586padding: 12px;1587border-right: none;1588}15891590.tabulator-row .tabulator-cell:last-of-type {1591border-right: none;1592}15931594.tabulator-row .tabulator-cell .tabulator-data-tree-control {1595border: 1px solid #ccc;1596}15971598.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1599background: #ccc;1600}16011602.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {1603background: #ccc;1604}16051606.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1607background: #ccc;1608}16091610.tabulator-row.tabulator-group {1611background: #fafafa;1612}16131614.tabulator-row.tabulator-group span {1615color: #666;1616}16171618.tabulator-edit-select-list {1619background: #fff;1620}16211622.tabulator-edit-select-list .tabulator-edit-select-list-item.active {1623color: #fff;1624}16251626.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {1627outline: 1px solid rgba(255, 255, 255, 0.5);1628}16291630@media (hover: hover) and (pointer: fine) {1631.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {1632color: #fff;1633}1634}16351636.tabulator-edit-select-list .tabulator-edit-select-list-notice {1637color: inherit;1638}16391640.tabulator-edit-select-list .tabulator-edit-select-list-group {1641color: inherit;1642}16431644.tabulator.tabulator-rtl .tabulator-header .tabulator-col {1645text-align: initial;1646border-left: initial;1647}16481649.tabulator-print-table .tabulator-print-table-group {1650background: #fafafa;1651}16521653.tabulator-print-table .tabulator-print-table-group span {1654color: #666;1655}16561657.tabulator-print-table .tabulator-data-tree-control {1658color: inherit;1659}16601661.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1662background: #ccc;1663}16641665.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {1666background: #ccc;1667}16681669.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1670background: #ccc;1671}16721673/*# sourceMappingURL=tabulator_bootstrap4.css.map */16741675