Path: blob/main/dev-docs/feature-format-matrix/dist/css/tabulator_materialize.css
3562 views
.tabulator {1position: relative;2border: 1px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);264}265266.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {267border-left: 2px solid rgba(0, 0, 0, 0.12);268}269270.tabulator .tabulator-header .tabulator-calcs-holder {271box-sizing: border-box;272background: white !important;273border-top: 1px solid rgba(0, 0, 0, 0.12);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: #ebebeb !important;336}337338.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {339border-bottom: 2px solid rgba(0, 0, 0, 0.12);340}341342.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {343border-top: 2px solid rgba(0, 0, 0, 0.12);344}345346.tabulator .tabulator-footer {347border-top: 1px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);377border-top: 1px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);429border-radius: 3px;430background: rgba(255, 255, 255, 0.2);431}432433.tabulator .tabulator-footer .tabulator-page.active {434color: #ee6e73;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: #f8f8f8;512}513514@media (hover: hover) and (pointer: fine) {515.tabulator-row.tabulator-selectable:hover {516background-color: #f8f8f8;517cursor: pointer;518}519}520521.tabulator-row.tabulator-selected {522background-color: #ee6e73;523}524525@media (hover: hover) and (pointer: fine) {526.tabulator-row.tabulator-selected:hover {527background-color: #ee6e73;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 rgba(0, 0, 0, 0.12);540border-bottom: 1px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);568border-bottom: 1px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);609}610611.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {612border-left: 2px solid rgba(0, 0, 0, 0.12);613}614615.tabulator-row .tabulator-cell.tabulator-editing {616border: 1px solid #ee6e73;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 rgba(0, 0, 0, 0.12);674border-bottom: 2px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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: #f8f8f8;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: rgba(0, 0, 0, 0.12);909vertical-align: top;910transform: rotate(45deg);911}912913.tabulator-menu .tabulator-menu-separator {914border-top: 1px solid rgba(0, 0, 0, 0.12);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: #ee6e73;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 #ee6e73;941}942943@media (hover: hover) and (pointer: fine) {944.tabulator-edit-list .tabulator-edit-list-item:hover {945cursor: pointer;946color: #fff;947background: #ee6e73;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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);1036}10371038.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {1039border-right: 2px solid rgba(0, 0, 0, 0.12);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 rgba(0, 0, 0, 0.12);1078border-bottom: 2px solid rgba(0, 0, 0, 0.12);1079}10801081.tabulator-print-table .tabulator-print-table-group {1082box-sizing: border-box;1083border-bottom: 1px solid #999;1084border-right: 1px solid rgba(0, 0, 0, 0.12);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 {1207border: none;1208background-color: #fff;1209width: 100%;1210max-width: 100%;1211}12121213.tabulator .tabulator-header {1214color: inherit;1215}12161217.tabulator .tabulator-header .tabulator-col {1218border-right: none;1219}12201221.tabulator .tabulator-header .tabulator-col .tabulator-col-content {1222padding: 15px;1223}12241225.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {1226right: -10px;1227}12281229.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {1230border-top: 1px solid rgba(0, 0, 0, 0.12);1231}12321233.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {1234padding-right: 10px;1235}12361237.tabulator .tabulator-header .tabulator-calcs-holder {1238width: 100%;1239border-bottom: 1px solid rgba(0, 0, 0, 0.12);1240}12411242.tabulator .tabulator-header .tabulator-frozen-rows-holder {1243min-width: 600%;1244}12451246.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {1247display: none;1248}12491250.tabulator .tabulator-tableholder .tabulator-table {1251color: inherit;1252}12531254.tabulator .tabulator-footer {1255background-color: transparent;1256color: inherit;1257}12581259.tabulator .tabulator-footer .tabulator-paginator {1260color: inherit;1261}12621263.tabulator .tabulator-footer .tabulator-page {1264margin: 0;1265margin-top: 5px;1266padding: 8px 12px;1267border-radius: 0;1268border-right: none;1269background: rgba(255, 255, 255, 0.2);1270}12711272.tabulator .tabulator-footer .tabulator-page[data-page="next"],1273.tabulator .tabulator-footer .tabulator-page:first-of-type {1274border-top-left-radius: 4px;1275border-bottom-left-radius: 4px;1276}12771278.tabulator .tabulator-footer .tabulator-page[data-page="prev"],1279.tabulator .tabulator-footer .tabulator-page:last-of-type {1280border: 1px solid rgba(0, 0, 0, 0.12);1281border-top-right-radius: 4px;1282border-bottom-right-radius: 4px;1283}12841285.tabulator .tabulator-footer .tabulator-page.active {1286color: #ee6e73;1287}12881289.tabulator.striped .tabulator-row:nth-child(even) {1290background-color: #f8f8f8;1291}12921293.tabulator.striped .tabulator-row:nth-child(even).tabulator-selected {1294background-color: #ee6e73 !important;1295}12961297@media (hover: hover) and (pointer: fine) {1298.tabulator.striped .tabulator-row:nth-child(even).tabulator-selectable:hover {1299background-color: #f8f8f8;1300cursor: pointer;1301}1302.tabulator.striped .tabulator-row:nth-child(even).tabulator-selected:hover {1303background-color: #ee6e73 !important;1304cursor: pointer;1305}1306}13071308.tabulator-row {1309min-height: 46px;1310border-bottom: 1px solid rgba(0, 0, 0, 0.12);1311}13121313.tabulator-row.tabulator-row-even {1314background-color: #fff;1315}13161317.tabulator-row .tabulator-cell {1318padding: 15px;1319border-right: none;1320}13211322.tabulator-row .tabulator-cell:last-of-type {1323border-right: none;1324}13251326.tabulator-row .tabulator-cell .tabulator-data-tree-control {1327border: 1px solid #ccc;1328}13291330.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1331background: #ccc;1332}13331334.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {1335background: #ccc;1336}13371338.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1339background: #ccc;1340}13411342.tabulator-row.tabulator-group {1343background: #fafafa;1344}13451346.tabulator-row.tabulator-group span {1347margin-left: 10px;1348color: #666;1349}13501351.tabulator-edit-select-list {1352background: #fff;1353}13541355.tabulator-edit-select-list .tabulator-edit-select-list-item {1356color: inherit;1357}13581359.tabulator-edit-select-list .tabulator-edit-select-list-item.active {1360color: #fff;1361}13621363.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {1364outline: 1px solid rgba(255, 255, 255, 0.5);1365}13661367@media (hover: hover) and (pointer: fine) {1368.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {1369color: #fff;1370}1371}13721373.tabulator-edit-select-list .tabulator-edit-select-list-notice {1374color: inherit;1375}13761377.tabulator-edit-select-list .tabulator-edit-select-list-group {1378color: inherit;1379}13801381.tabulator.tabulator-rtl .tabulator-header .tabulator-col {1382border-left: none;1383border-right: none;1384}13851386.tabulator-print-table .tabulator-print-table-group {1387background: #fafafa;1388}13891390.tabulator-print-table .tabulator-print-table-group span {1391margin-left: 10px;1392color: #666;1393}13941395.tabulator-print-table .tabulator-data-tree-control {1396border: 1px solid #ccc;1397}13981399.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1400background: #ccc;1401}14021403.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {1404background: #ccc;1405}14061407.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1408background: #ccc;1409}14101411/*# sourceMappingURL=tabulator_materialize.css.map */14121413