Path: blob/main/dev-docs/feature-format-matrix/dist/css/tabulator_semanticui.css
3562 views
/*******************************1Site Settings2*******************************/34/*-------------------5Fonts6--------------------*/78/*-------------------9Base Sizes10--------------------*/1112/* This is the single variable that controls them all */1314/* The size of page text */1516/*-------------------17Exact Pixel Values18--------------------*/1920/*21These are used to specify exact pixel values in em22for things like borders that remain constantly23sized as emSize adjusts2425Since there are many more sizes than names for sizes,26these are named by their original pixel values.2728*/2930/*-------------------31Border Radius32--------------------*/3334/* See Power-user section below35for explanation of $px variables36*/3738/*-------------------39Site Colors40--------------------*/4142/*--- Colors ---*/4344/*--- Light Colors ---*/4546/*--- Neutrals ---*/4748/*--- Colored Backgrounds ---*/4950/*--- Colored Text ---*/5152/*--- Colored Headers ---*/5354/*--- Colored Border ---*/5556/*-------------------57Alpha Colors58--------------------*/5960/*-------------------61Brand Colors62--------------------*/6364/*--------------65Page Heading66---------------*/6768/*-------------------69Page70--------------------*/7172/*--------------73Form Input74---------------*/7576/* This adjusts the default form input across all elements */7778/* Input Text Color */7980/* Line Height Default For Inputs in Browser (Descendors are 17px at 14px base em) */8182/*-------------------83Focused Input84--------------------*/8586/* Used on inputs, textarea etc */8788/* Used on dropdowns, other larger blocks */8990/*-------------------91Sizes92--------------------*/9394/*95Sizes are all expressed in terms of 14px/em (default em)96This ensures these "ratios" remain constant despite changes in EM97*/9899/*-------------------100Paragraph101--------------------*/102103/*-------------------104Links105--------------------*/106107/*-------------------108Highlighted Text109--------------------*/110111/*-------------------112Em Sizes113--------------------*/114115/*116This rounds $size values to the closest pixel then expresses that value in (r)em.117This ensures all size values round to exact pixels118*/119120/* em */121122/* rem */123124/*-------------------125Loader126--------------------*/127128/*-------------------129Grid130--------------------*/131132/*-------------------133Transitions134--------------------*/135136/*-------------------137Breakpoints138--------------------*/139140/* Columns */141142/*******************************143Power-User144*******************************/145146/*-------------------147Emotive Colors148--------------------*/149150/* Positive */151152/* Negative */153154/* Info */155156/* Warning */157158/*-------------------159Paths160--------------------*/161162/* For source only. Modified in gulp for dist */163164/*-------------------165Icons166--------------------*/167168/* Maximum Glyph Width of Icon */169170/*-------------------171Neutral Text172--------------------*/173174/*-------------------175Brand Colors176--------------------*/177178/*-------------------179Borders180--------------------*/181182/*-------------------183Accents184--------------------*/185186/* Differentiating Neutrals */187188/* Differentiating Layers */189190/*-------------------191Derived Values192--------------------*/193194/* Loaders Position Offset */195196/* Rendered Scrollbar Width */197198/* Maximum Single Character Glyph Width, aka Capital "W" */199200/* Used to match floats with text */201202/* Header Spacing */203204/* Minimum Mobile Width */205206/* Positive / Negative Dupes */207208/* Responsive */209210/*******************************211States212*******************************/213214/*-------------------215Disabled216--------------------*/217218/*-------------------219Hover220--------------------*/221222/*--- Shadows ---*/223224/*--- Colors ---*/225226/*--- Emotive ---*/227228/*--- Brand ---*/229230/*--- Dark Tones ---*/231232/*--- Light Tones ---*/233234/*-------------------235Focus236--------------------*/237238/*--- Colors ---*/239240/*--- Emotive ---*/241242/*--- Brand ---*/243244/*--- Dark Tones ---*/245246/*--- Light Tones ---*/247248/*-------------------249Down (:active)250--------------------*/251252/*--- Colors ---*/253254/*--- Emotive ---*/255256/*--- Brand ---*/257258/*--- Dark Tones ---*/259260/*--- Light Tones ---*/261262/*-------------------263Active264--------------------*/265266/*--- Colors ---*/267268/*--- Emotive ---*/269270/*--- Brand ---*/271272/*--- Dark Tones ---*/273274/*--- Light Tones ---*/275276/*******************************277Table278*******************************/279280/*-------------------281Element282--------------------*/283284/*--------------285Parts286---------------*/287288/* Table Row */289290/* Table Cell */291292/* Table Header */293294/* Table Footer */295296/* Responsive Size */297298/*-------------------299Types300--------------------*/301302/* Definition */303304/*--------------305Couplings306---------------*/307308/*--------------309States310---------------*/311312/* Positive */313314/* Negative */315316/* Error */317318/* Warning */319320/* Active */321322/*--------------323Types324---------------*/325326/* Attached */327328/* Striped */329330/* Selectable */331332/* Sortable */333334/* Colors */335336/* Inverted */337338/* Basic */339340/* Padded */341342/* Compact */343344/* Sizes */345346.tabulator {347position: relative;348border: 1px solid rgba(34, 36, 38, 0.15);349background-color: #FFFFFF;350font-size: 14px;351text-align: left;352overflow: hidden;353-webkit-transform: translateZ(0);354-moz-transform: translateZ(0);355-ms-transform: translateZ(0);356-o-transform: translateZ(0);357transform: translateZ(0);358}359360.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {361min-width: 100%;362}363364.tabulator[tabulator-layout="fitDataTable"] {365display: inline-block;366}367368.tabulator.tabulator-block-select {369user-select: none;370}371372.tabulator .tabulator-header {373position: relative;374box-sizing: border-box;375width: 100%;376border-bottom: 1px solid #999;377background-color: #F9FAFB;378color: rgba(0, 0, 0, 0.87);379font-weight: bold;380white-space: nowrap;381overflow: hidden;382-moz-user-select: none;383-khtml-user-select: none;384-webkit-user-select: none;385-o-user-select: none;386}387388.tabulator .tabulator-header.tabulator-header-hidden {389display: none;390}391392.tabulator .tabulator-header .tabulator-header-contents {393position: relative;394overflow: hidden;395}396397.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {398display: inline-block;399}400401.tabulator .tabulator-header .tabulator-col {402display: inline-flex;403position: relative;404box-sizing: border-box;405flex-direction: column;406justify-content: flex-start;407border-right: 1px solid #ddd;408background: #F9FAFB;409text-align: left;410vertical-align: bottom;411overflow: hidden;412}413414.tabulator .tabulator-header .tabulator-col.tabulator-moving {415position: absolute;416border: 1px solid #999;417background: #dae1e7;418pointer-events: none;419}420421.tabulator .tabulator-header .tabulator-col .tabulator-col-content {422box-sizing: border-box;423position: relative;424padding: 4px;425}426427.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {428padding: 0 8px;429}430431.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {432cursor: pointer;433opacity: .6;434}435436.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {437position: relative;438}439440.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {441box-sizing: border-box;442width: 100%;443white-space: nowrap;444overflow: hidden;445text-overflow: ellipsis;446vertical-align: bottom;447}448449.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {450white-space: normal;451text-overflow: initial;452}453454.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {455box-sizing: border-box;456width: 100%;457border: 1px solid #999;458padding: 1px;459background: #fff;460}461462.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {463width: calc(100% - 22px);464}465466.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {467display: flex;468align-items: center;469position: absolute;470top: 0;471bottom: 0;472right: 4px;473}474475.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {476width: 0;477height: 0;478border-left: 6px solid transparent;479border-right: 6px solid transparent;480border-bottom: 6px solid #bbb;481}482483.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {484position: relative;485display: flex;486border-top: 1px solid #ddd;487overflow: hidden;488margin-right: -1px;489}490491.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {492position: relative;493box-sizing: border-box;494margin-top: 2px;495width: 100%;496text-align: center;497}498499.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {500height: auto !important;501}502503.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {504margin-top: 3px;505}506507.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {508width: 0;509height: 0;510}511512.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {513padding-right: 25px;514}515516@media (hover: hover) and (pointer: fine) {517.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {518cursor: pointer;519background-color: #dae1e7;520}521}522523.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {524color: #bbb;525}526527@media (hover: hover) and (pointer: fine) {528.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {529cursor: pointer;530border-bottom: 6px solid #555;531}532}533534.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {535border-top: none;536border-bottom: 6px solid #bbb;537}538539.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {540color: #666;541}542543@media (hover: hover) and (pointer: fine) {544.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {545cursor: pointer;546border-bottom: 6px solid #555;547}548}549550.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {551border-top: none;552border-bottom: 6px solid #666;553}554555.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {556color: #666;557}558559@media (hover: hover) and (pointer: fine) {560.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {561cursor: pointer;562border-top: 6px solid #555;563}564}565566.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {567border-bottom: none;568border-top: 6px solid #666;569color: #666;570}571572.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {573writing-mode: vertical-rl;574text-orientation: mixed;575display: flex;576align-items: center;577justify-content: center;578}579580.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {581transform: rotate(180deg);582}583584.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {585padding-right: 0;586padding-top: 20px;587}588589.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {590padding-right: 0;591padding-bottom: 20px;592}593594.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {595justify-content: center;596left: 0;597right: 0;598top: 4px;599bottom: auto;600}601602.tabulator .tabulator-header .tabulator-frozen {603position: sticky;604left: 0;605z-index: 11;606}607608.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {609border-right: 2px solid #ddd;610}611612.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {613border-left: 2px solid #ddd;614}615616.tabulator .tabulator-header .tabulator-calcs-holder {617box-sizing: border-box;618background: white !important;619border-top: 1px solid #ddd;620border-bottom: 1px solid #ddd;621}622623.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {624background: white !important;625}626627.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {628display: none;629}630631.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {632display: none;633}634635.tabulator .tabulator-tableholder {636position: relative;637width: 100%;638white-space: nowrap;639overflow: auto;640-webkit-overflow-scrolling: touch;641}642643.tabulator .tabulator-tableholder:focus {644outline: none;645}646647.tabulator .tabulator-tableholder .tabulator-placeholder {648box-sizing: border-box;649display: flex;650align-items: center;651justify-content: center;652width: 100%;653}654655.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {656min-height: 100%;657min-width: 100%;658}659660.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {661display: inline-block;662text-align: center;663padding: 10px;664color: #ccc;665font-weight: bold;666font-size: 20px;667white-space: normal;668}669670.tabulator .tabulator-tableholder .tabulator-table {671position: relative;672display: inline-block;673background-color: #fff;674white-space: nowrap;675overflow: visible;676color: #333;677}678679.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {680font-weight: bold;681background: #e2e2e2 !important;682}683684.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {685border-bottom: 2px solid #ddd;686}687688.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {689border-top: 2px solid #ddd;690}691692.tabulator .tabulator-footer {693border-top: 1px solid #999;694background-color: #fff;695color: #555;696font-weight: bold;697white-space: nowrap;698user-select: none;699-moz-user-select: none;700-khtml-user-select: none;701-webkit-user-select: none;702-o-user-select: none;703}704705.tabulator .tabulator-footer .tabulator-footer-contents {706display: flex;707flex-direction: row;708align-items: center;709justify-content: space-between;710padding: 5px 10px;711}712713.tabulator .tabulator-footer .tabulator-footer-contents:empty {714display: none;715}716717.tabulator .tabulator-footer .tabulator-calcs-holder {718box-sizing: border-box;719width: 100%;720text-align: left;721background: white !important;722border-bottom: 1px solid #ddd;723border-top: 1px solid #ddd;724overflow: hidden;725}726727.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {728display: inline-block;729background: white !important;730}731732.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {733display: none;734}735736.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {737margin-bottom: -5px;738border-bottom: none;739}740741.tabulator .tabulator-footer > * + .tabulator-page-counter {742margin-left: 10px;743}744745.tabulator .tabulator-footer .tabulator-page-counter {746font-weight: normal;747}748749.tabulator .tabulator-footer .tabulator-paginator {750flex: 1;751text-align: right;752color: #555;753font-family: inherit;754font-weight: inherit;755font-size: inherit;756}757758.tabulator .tabulator-footer .tabulator-page-size {759display: inline-block;760margin: 0 5px;761padding: 2px 5px;762border: 1px solid #aaa;763border-radius: 3px;764}765766.tabulator .tabulator-footer .tabulator-pages {767margin: 0 7px;768}769770.tabulator .tabulator-footer .tabulator-page {771display: inline-block;772margin: 0 2px;773padding: 2px 5px;774border: 1px solid #aaa;775border-radius: 3px;776background: rgba(255, 255, 255, 0.2);777}778779.tabulator .tabulator-footer .tabulator-page.active {780color: #d00;781}782783.tabulator .tabulator-footer .tabulator-page:disabled {784opacity: .5;785}786787@media (hover: hover) and (pointer: fine) {788.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {789cursor: pointer;790background: rgba(0, 0, 0, 0.2);791color: #fff;792}793}794795.tabulator .tabulator-col-resize-handle {796position: relative;797display: inline-block;798width: 6px;799margin-left: -3px;800margin-right: -3px;801z-index: 10;802vertical-align: middle;803}804805@media (hover: hover) and (pointer: fine) {806.tabulator .tabulator-col-resize-handle:hover {807cursor: ew-resize;808}809}810811.tabulator .tabulator-col-resize-handle:last-of-type {812width: 3px;813margin-right: 0;814}815816.tabulator .tabulator-alert {817position: absolute;818display: flex;819align-items: center;820top: 0;821left: 0;822z-index: 100;823height: 100%;824width: 100%;825background: rgba(0, 0, 0, 0.4);826text-align: center;827}828829.tabulator .tabulator-alert .tabulator-alert-msg {830display: inline-block;831margin: 0 auto;832padding: 10px 20px;833border-radius: 10px;834background: #fff;835font-weight: bold;836font-size: 16px;837}838839.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {840border: 4px solid #333;841color: #000;842}843844.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {845border: 4px solid #D00;846color: #590000;847}848849.tabulator-row {850position: relative;851box-sizing: border-box;852min-height: 22px;853background-color: #fff;854}855856.tabulator-row.tabulator-row-even {857background-color: #EFEFEF;858}859860@media (hover: hover) and (pointer: fine) {861.tabulator-row.tabulator-selectable:hover {862background-color: #bbb;863cursor: pointer;864}865}866867.tabulator-row.tabulator-selected {868background-color: #9ABCEA;869}870871@media (hover: hover) and (pointer: fine) {872.tabulator-row.tabulator-selected:hover {873background-color: #769BCC;874cursor: pointer;875}876}877878.tabulator-row.tabulator-row-moving {879border: 1px solid #000;880background: #fff;881}882883.tabulator-row.tabulator-moving {884position: absolute;885border-top: 1px solid #ddd;886border-bottom: 1px solid #ddd;887pointer-events: none;888z-index: 15;889}890891.tabulator-row .tabulator-row-resize-handle {892position: absolute;893right: 0;894bottom: 0;895left: 0;896height: 5px;897}898899.tabulator-row .tabulator-row-resize-handle.prev {900top: 0;901bottom: auto;902}903904@media (hover: hover) and (pointer: fine) {905.tabulator-row .tabulator-row-resize-handle:hover {906cursor: ns-resize;907}908}909910.tabulator-row .tabulator-responsive-collapse {911box-sizing: border-box;912padding: 5px;913border-top: 1px solid #ddd;914border-bottom: 1px solid #ddd;915}916917.tabulator-row .tabulator-responsive-collapse:empty {918display: none;919}920921.tabulator-row .tabulator-responsive-collapse table {922font-size: 14px;923}924925.tabulator-row .tabulator-responsive-collapse table tr td {926position: relative;927}928929.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {930padding-right: 10px;931}932933.tabulator-row .tabulator-cell {934display: inline-block;935position: relative;936box-sizing: border-box;937padding: 4px;938border-right: 1px solid #ddd;939vertical-align: middle;940white-space: nowrap;941overflow: hidden;942text-overflow: ellipsis;943}944945.tabulator-row .tabulator-cell.tabulator-frozen {946display: inline-block;947position: sticky;948left: 0;949background-color: inherit;950z-index: 11;951}952953.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {954border-right: 2px solid #ddd;955}956957.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {958border-left: 2px solid #ddd;959}960961.tabulator-row .tabulator-cell.tabulator-editing {962border: 1px solid #1D68CD;963outline: none;964padding: 0;965}966967.tabulator-row .tabulator-cell.tabulator-editing input,968.tabulator-row .tabulator-cell.tabulator-editing select {969border: 1px;970background: transparent;971outline: none;972}973974.tabulator-row .tabulator-cell.tabulator-validation-fail {975border: 1px solid #DB2828;976}977978.tabulator-row .tabulator-cell.tabulator-validation-fail input,979.tabulator-row .tabulator-cell.tabulator-validation-fail select {980border: 1px;981background: transparent;982color: #DB2828;983}984985.tabulator-row .tabulator-cell.tabulator-row-handle {986display: inline-flex;987align-items: center;988justify-content: center;989-moz-user-select: none;990-khtml-user-select: none;991-webkit-user-select: none;992-o-user-select: none;993}994995.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {996width: 80%;997}998999.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {1000width: 100%;1001height: 3px;1002margin-top: 2px;1003background: #666;1004}10051006.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {1007display: inline-block;1008width: 7px;1009}10101011.tabulator-row .tabulator-cell .tabulator-data-tree-branch {1012display: inline-block;1013vertical-align: middle;1014height: 9px;1015width: 7px;1016margin-top: -9px;1017margin-right: 5px;1018border-bottom-left-radius: 1px;1019border-left: 2px solid #ddd;1020border-bottom: 2px solid #ddd;1021}10221023.tabulator-row .tabulator-cell .tabulator-data-tree-control {1024display: inline-flex;1025justify-content: center;1026align-items: center;1027vertical-align: middle;1028height: 11px;1029width: 11px;1030margin-right: 5px;1031border: 1px solid #333;1032border-radius: 2px;1033background: rgba(0, 0, 0, 0.1);1034overflow: hidden;1035}10361037@media (hover: hover) and (pointer: fine) {1038.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {1039cursor: pointer;1040background: rgba(0, 0, 0, 0.2);1041}1042}10431044.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {1045display: inline-block;1046position: relative;1047height: 7px;1048width: 1px;1049background: transparent;1050}10511052.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1053position: absolute;1054content: "";1055left: -3px;1056top: 3px;1057height: 1px;1058width: 7px;1059background: #333;1060}10611062.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {1063display: inline-block;1064position: relative;1065height: 7px;1066width: 1px;1067background: #333;1068}10691070.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1071position: absolute;1072content: "";1073left: -3px;1074top: 3px;1075height: 1px;1076width: 7px;1077background: #333;1078}10791080.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {1081display: inline-flex;1082align-items: center;1083justify-content: center;1084-moz-user-select: none;1085-khtml-user-select: none;1086-webkit-user-select: none;1087-o-user-select: none;1088height: 15px;1089width: 15px;1090border-radius: 20px;1091background: #666;1092color: #fff;1093font-weight: bold;1094font-size: 1.1em;1095}10961097@media (hover: hover) and (pointer: fine) {1098.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {1099opacity: .7;1100cursor: pointer;1101}1102}11031104.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {1105display: initial;1106}11071108.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {1109display: none;1110}11111112.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {1113stroke: #fff;1114}11151116.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {1117display: none;1118}11191120.tabulator-row .tabulator-cell .tabulator-traffic-light {1121display: inline-block;1122height: 14px;1123width: 14px;1124border-radius: 14px;1125}11261127.tabulator-row.tabulator-group {1128box-sizing: border-box;1129border-bottom: 1px solid #999;1130border-right: 1px solid #ddd;1131border-top: 1px solid #999;1132padding: 5px;1133padding-left: 10px;1134background: #ccc;1135font-weight: bold;1136min-width: 100%;1137}11381139@media (hover: hover) and (pointer: fine) {1140.tabulator-row.tabulator-group:hover {1141cursor: pointer;1142background-color: rgba(0, 0, 0, 0.1);1143}1144}11451146.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {1147margin-right: 10px;1148border-left: 6px solid transparent;1149border-right: 6px solid transparent;1150border-top: 6px solid #666;1151border-bottom: 0;1152}11531154.tabulator-row.tabulator-group.tabulator-group-level-1 {1155padding-left: 30px;1156}11571158.tabulator-row.tabulator-group.tabulator-group-level-2 {1159padding-left: 50px;1160}11611162.tabulator-row.tabulator-group.tabulator-group-level-3 {1163padding-left: 70px;1164}11651166.tabulator-row.tabulator-group.tabulator-group-level-4 {1167padding-left: 90px;1168}11691170.tabulator-row.tabulator-group.tabulator-group-level-5 {1171padding-left: 110px;1172}11731174.tabulator-row.tabulator-group .tabulator-group-toggle {1175display: inline-block;1176}11771178.tabulator-row.tabulator-group .tabulator-arrow {1179display: inline-block;1180width: 0;1181height: 0;1182margin-right: 16px;1183border-top: 6px solid transparent;1184border-bottom: 6px solid transparent;1185border-right: 0;1186border-left: 6px solid #666;1187vertical-align: middle;1188}11891190.tabulator-row.tabulator-group span {1191margin-left: 10px;1192color: #d00;1193}11941195.tabulator-popup-container {1196position: absolute;1197display: inline-block;1198box-sizing: border-box;1199background: #fff;1200border: 1px solid #ddd;1201box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);1202font-size: 14px;1203overflow-y: auto;1204-webkit-overflow-scrolling: touch;1205z-index: 10000;1206}12071208.tabulator-popup {1209padding: 5px;1210border-radius: 3px;1211}12121213.tabulator-tooltip {1214max-width: Min(500px, 100%);1215padding: 3px 5px;1216border-radius: 2px;1217box-shadow: none;1218font-size: 12px;1219pointer-events: none;1220}12211222.tabulator-menu .tabulator-menu-item {1223position: relative;1224box-sizing: border-box;1225padding: 5px 10px;1226user-select: none;1227}12281229.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {1230opacity: .5;1231}12321233@media (hover: hover) and (pointer: fine) {1234.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {1235cursor: pointer;1236background: #EFEFEF;1237}1238}12391240.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {1241padding-right: 25px;1242}12431244.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {1245display: inline-block;1246position: absolute;1247top: calc(5px + .4em);1248right: 10px;1249height: 7px;1250width: 7px;1251content: '';1252border-width: 1px 1px 0 0;1253border-style: solid;1254border-color: #ddd;1255vertical-align: top;1256transform: rotate(45deg);1257}12581259.tabulator-menu .tabulator-menu-separator {1260border-top: 1px solid #ddd;1261}12621263.tabulator-edit-list {1264max-height: 200px;1265font-size: 14px;1266overflow-y: auto;1267-webkit-overflow-scrolling: touch;1268}12691270.tabulator-edit-list .tabulator-edit-list-item {1271padding: 4px;1272color: #333;1273outline: none;1274}12751276.tabulator-edit-list .tabulator-edit-list-item.active {1277color: #fff;1278background: #1D68CD;1279}12801281.tabulator-edit-list .tabulator-edit-list-item.active.focused {1282outline: 1px solid rgba(255, 255, 255, 0.5);1283}12841285.tabulator-edit-list .tabulator-edit-list-item.focused {1286outline: 1px solid #1D68CD;1287}12881289@media (hover: hover) and (pointer: fine) {1290.tabulator-edit-list .tabulator-edit-list-item:hover {1291cursor: pointer;1292color: #fff;1293background: #1D68CD;1294}1295}12961297.tabulator-edit-list .tabulator-edit-list-placeholder {1298padding: 4px;1299color: #333;1300text-align: center;1301}13021303.tabulator-edit-list .tabulator-edit-list-group {1304border-bottom: 1px solid #ddd;1305padding: 4px;1306padding-top: 6px;1307color: #333;1308font-weight: bold;1309}13101311.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,1312.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {1313padding-left: 12px;1314}13151316.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,1317.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {1318padding-left: 20px;1319}13201321.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,1322.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {1323padding-left: 28px;1324}13251326.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,1327.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {1328padding-left: 36px;1329}13301331.tabulator.tabulator-ltr {1332direction: ltr;1333}13341335.tabulator.tabulator-rtl {1336text-align: initial;1337direction: rtl;1338}13391340.tabulator.tabulator-rtl .tabulator-header .tabulator-col {1341text-align: initial;1342border-left: 1px solid #ddd;1343border-right: initial;1344}13451346.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {1347margin-right: initial;1348margin-left: -1px;1349}13501351.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {1352padding-right: 0;1353padding-left: 25px;1354}13551356.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {1357left: 8px;1358right: initial;1359}13601361.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {1362border-right: initial;1363border-left: 1px solid #ddd;1364}13651366.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {1367margin-right: initial;1368margin-left: 5px;1369border-bottom-left-radius: initial;1370border-bottom-right-radius: 1px;1371border-left: initial;1372border-right: 2px solid #ddd;1373}13741375.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {1376margin-right: initial;1377margin-left: 5px;1378}13791380.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {1381border-left: 2px solid #ddd;1382}13831384.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {1385border-right: 2px solid #ddd;1386}13871388.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {1389width: 3px;1390margin-left: 0;1391margin-right: -3px;1392}13931394.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {1395text-align: initial;1396}13971398.tabulator-print-fullscreen {1399position: absolute;1400top: 0;1401bottom: 0;1402left: 0;1403right: 0;1404z-index: 10000;1405}14061407body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {1408display: none !important;1409}14101411.tabulator-print-table {1412border-collapse: collapse;1413}14141415.tabulator-print-table .tabulator-data-tree-branch {1416display: inline-block;1417vertical-align: middle;1418height: 9px;1419width: 7px;1420margin-top: -9px;1421margin-right: 5px;1422border-bottom-left-radius: 1px;1423border-left: 2px solid #ddd;1424border-bottom: 2px solid #ddd;1425}14261427.tabulator-print-table .tabulator-print-table-group {1428box-sizing: border-box;1429border-bottom: 1px solid #999;1430border-right: 1px solid #ddd;1431border-top: 1px solid #999;1432padding: 5px;1433padding-left: 10px;1434background: #ccc;1435font-weight: bold;1436min-width: 100%;1437}14381439@media (hover: hover) and (pointer: fine) {1440.tabulator-print-table .tabulator-print-table-group:hover {1441cursor: pointer;1442background-color: rgba(0, 0, 0, 0.1);1443}1444}14451446.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {1447margin-right: 10px;1448border-left: 6px solid transparent;1449border-right: 6px solid transparent;1450border-top: 6px solid #666;1451border-bottom: 0;1452}14531454.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {1455padding-left: 30px !important;1456}14571458.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {1459padding-left: 50px !important;1460}14611462.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {1463padding-left: 70px !important;1464}14651466.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {1467padding-left: 90px !important;1468}14691470.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {1471padding-left: 110px !important;1472}14731474.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {1475display: inline-block;1476}14771478.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {1479display: inline-block;1480width: 0;1481height: 0;1482margin-right: 16px;1483border-top: 6px solid transparent;1484border-bottom: 6px solid transparent;1485border-right: 0;1486border-left: 6px solid #666;1487vertical-align: middle;1488}14891490.tabulator-print-table .tabulator-print-table-group span {1491margin-left: 10px;1492color: #d00;1493}14941495.tabulator-print-table .tabulator-data-tree-control {1496display: inline-flex;1497justify-content: center;1498align-items: center;1499vertical-align: middle;1500height: 11px;1501width: 11px;1502margin-right: 5px;1503border: 1px solid #333;1504border-radius: 2px;1505background: rgba(0, 0, 0, 0.1);1506overflow: hidden;1507}15081509@media (hover: hover) and (pointer: fine) {1510.tabulator-print-table .tabulator-data-tree-control:hover {1511cursor: pointer;1512background: rgba(0, 0, 0, 0.2);1513}1514}15151516.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {1517display: inline-block;1518position: relative;1519height: 7px;1520width: 1px;1521background: transparent;1522}15231524.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {1525position: absolute;1526content: "";1527left: -3px;1528top: 3px;1529height: 1px;1530width: 7px;1531background: #333;1532}15331534.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {1535display: inline-block;1536position: relative;1537height: 7px;1538width: 1px;1539background: #333;1540}15411542.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {1543position: absolute;1544content: "";1545left: -3px;1546top: 3px;1547height: 1px;1548width: 7px;1549background: #333;1550}15511552.tabulator {1553width: 100%;1554margin: 1em 0em;1555border: 1px solid rgba(34, 36, 38, 0.15);1556box-shadow: none;1557border-radius: 0.28571rem;1558color: rgba(0, 0, 0, 0.87);1559/* Red */1560/* Orange */1561/* Yellow */1562/* Olive */1563/* Green */1564/* Teal */1565/* Blue */1566/* Violet */1567/* Purple */1568/* Pink */1569/* Brown */1570/* Grey */1571/* Black */1572}15731574.tabulator .tabulator-header {1575border-right: none;1576border-bottom: 1px solid rgba(34, 36, 38, 0.1);1577background-color: #F9FAFB;1578box-shadow: none;1579color: rgba(0, 0, 0, 0.87);1580font-style: none;1581font-weight: bold;1582text-transform: none;1583}15841585.tabulator .tabulator-header .tabulator-col {1586border-right: none;1587background-color: #F9FAFB;1588}15891590.tabulator .tabulator-header .tabulator-col .tabulator-col-content {1591padding: 0.92857em 0.78571em;1592}15931594.tabulator .tabulator-tableholder .tabulator-table {1595background-color: transparent;1596}15971598.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {1599background: #f2f2f2 !important;1600}16011602.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {1603border-bottom: 2px solid #ddd;1604}16051606.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {1607border-top: 2px solid #ddd;1608}16091610.tabulator .tabulator-footer {1611padding: 0.78571em 0.78571em;1612border-top: 1px solid rgba(34, 36, 38, 0.15);1613box-shadow: none;1614background: #F9FAFB;1615text-align: right;1616color: rgba(0, 0, 0, 0.87);1617font-style: normal;1618font-weight: normal;1619text-transform: none;1620}16211622.tabulator .tabulator-footer .tabulator-calcs-holder {1623margin: -0.78571em -0.78571em 0.78571em -0.78571em;1624background: white !important;1625}16261627.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {1628background: white !important;1629}16301631.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {1632margin-bottom: -0.78571em;1633border-bottom: none;1634}16351636.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.positive,1637.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.positive {1638box-shadow: 0px 0px 0px #A3C293 inset;1639background: #FCFFF5 !important;1640color: #21BA45 !important;1641}16421643@media (hover: hover) and (pointer: fine) {1644.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.positive:hover,1645.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.positive:hover {1646background: #f7ffe6 !important;1647color: #13ae38 !important;1648}1649}16501651.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.negative,1652.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.negative {1653box-shadow: 0px 0px 0px #E0B4B4 inset;1654background: #FFF6F6 !important;1655color: #DB2828 !important;1656}16571658@media (hover: hover) and (pointer: fine) {1659.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.negative:hover,1660.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.negative:hover {1661background: #ffe7e7 !important;1662color: #d41616 !important;1663}1664}16651666.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.error,1667.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.error {1668box-shadow: 0px 0px 0px #E0B4B4 inset;1669background: #FFF6F6 !important;1670color: #DB2828 !important;1671}16721673@media (hover: hover) and (pointer: fine) {1674.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.error:hover,1675.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.error:hover {1676background: #ffe7e7 !important;1677color: #d12323 !important;1678}1679}16801681.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning,1682.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.warning {1683box-shadow: 0px 0px 0px #C9BA9B inset;1684background: #FFFAF3 !important;1685color: #F2C037 !important;1686}16871688@media (hover: hover) and (pointer: fine) {1689.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.warning:hover,1690.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.warning:hover {1691background: #fff4e4 !important;1692color: #f1bb29 !important;1693}1694}16951696.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active,1697.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active {1698box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;1699background: #E0E0E0 !important;1700color: rgba(0, 0, 0, 0.87) !important;1701}17021703@media (hover: hover) and (pointer: fine) {1704.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active:hover,1705.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active:hover {1706background: #f7ffe6 !important;1707color: #13ae38 !important;1708}1709}17101711.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.active,1712.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell.active {1713pointer-events: none;1714color: rgba(0, 0, 0, 0.2);1715}17161717@media (hover: hover) and (pointer: fine) {1718.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.disabled:hover {1719pointer-events: none;1720color: rgba(0, 0, 0, 0.2);1721}1722}17231724.tabulator.inverted {1725background: #333333;1726color: rgba(255, 255, 255, 0.9);1727border: none;1728}17291730.tabulator.inverted .tabulator-header {1731background-color: rgba(0, 0, 0, 0.15);1732border-color: rgba(255, 255, 255, 0.1) !important;1733color: rgba(255, 255, 255, 0.9);1734}17351736.tabulator.inverted .tabulator-header .tabulator-col {1737border-color: rgba(255, 255, 255, 0.1) !important;1738}17391740.tabulator.inverted .tabulator-tableholder .tabulator-table .tabulator-row {1741color: rgba(255, 255, 255, 0.9);1742border: none;1743}17441745.tabulator.inverted .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1746border-color: rgba(255, 255, 255, 0.1) !important;1747}17481749.tabulator.inverted .tabulator-footer {1750background: #FFFFFF;1751}17521753.tabulator.striped .tabulator-row:nth-child(even) {1754background-color: #f2f2f2;1755}17561757.tabulator.celled {1758border: 1px solid rgba(34, 36, 38, 0.15);1759}17601761.tabulator.celled .tabulator-header .tabulator-col {1762border-right: 1px solid rgba(34, 36, 38, 0.1);1763}17641765.tabulator.celled .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1766border-right: 1px solid rgba(34, 36, 38, 0.1);1767}17681769.tabulator[class*="single line"] .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1770border-right: none;1771}17721773.tabulator.red {1774border-top: 0.2em solid #DB2828;1775}17761777.tabulator.inverted.red {1778background-color: #DB2828 !important;1779color: #FFFFFF !important;1780}17811782.tabulator.orange {1783border-top: 0.2em solid #F2711C;1784}17851786.tabulator.inverted.orange {1787background-color: #F2711C !important;1788color: #FFFFFF !important;1789}17901791.tabulator.yellow {1792border-top: 0.2em solid #FBBD08;1793}17941795.tabulator.inverted.yellow {1796background-color: #FBBD08 !important;1797color: #FFFFFF !important;1798}17991800.tabulator.olive {1801border-top: 0.2em solid #B5CC18;1802}18031804.tabulator.inverted.olive {1805background-color: #B5CC18 !important;1806color: #FFFFFF !important;1807}18081809.tabulator.green {1810border-top: 0.2em solid #21BA45;1811}18121813.tabulator.inverted.green {1814background-color: #21BA45 !important;1815color: #FFFFFF !important;1816}18171818.tabulator.teal {1819border-top: 0.2em solid #00B5AD;1820}18211822.tabulator.inverted.teal {1823background-color: #00B5AD !important;1824color: #FFFFFF !important;1825}18261827.tabulator.blue {1828border-top: 0.2em solid #2185D0;1829}18301831.tabulator.inverted.blue {1832background-color: #2185D0 !important;1833color: #FFFFFF !important;1834}18351836.tabulator.violet {1837border-top: 0.2em solid #6435C9;1838}18391840.tabulator.inverted.violet {1841background-color: #6435C9 !important;1842color: #FFFFFF !important;1843}18441845.tabulator.purple {1846border-top: 0.2em solid #A333C8;1847}18481849.tabulator.inverted.purple {1850background-color: #A333C8 !important;1851color: #FFFFFF !important;1852}18531854.tabulator.pink {1855border-top: 0.2em solid #E03997;1856}18571858.tabulator.inverted.pink {1859background-color: #E03997 !important;1860color: #FFFFFF !important;1861}18621863.tabulator.brown {1864border-top: 0.2em solid #A5673F;1865}18661867.tabulator.inverted.brown {1868background-color: #A5673F !important;1869color: #FFFFFF !important;1870}18711872.tabulator.grey {1873border-top: 0.2em solid #767676;1874}18751876.tabulator.inverted.grey {1877background-color: #767676 !important;1878color: #FFFFFF !important;1879}18801881.tabulator.black {1882border-top: 0.2em solid #1B1C1D;1883}18841885.tabulator.inverted.black {1886background-color: #1B1C1D !important;1887color: #FFFFFF !important;1888}18891890.tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content {1891padding: 1em 1em;1892}18931894.tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {1895top: 20px;1896}18971898.tabulator.padded .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1899padding: 1em 1em;1900}19011902.tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content {1903padding: 1.5em 1.5em;1904}19051906.tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {1907top: 26px;1908}19091910.tabulator.padded.very .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1911padding: 1.5em 1.5em;1912}19131914.tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content {1915padding: 0.5em 0.7em;1916}19171918.tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {1919top: 12px;1920}19211922.tabulator.compact .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1923padding: 0.5em 0.7em;1924}19251926.tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content {1927padding: 0.4em 0.6em;1928}19291930.tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {1931top: 10px;1932}19331934.tabulator.compact.very .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {1935padding: 0.4em 0.6em;1936}19371938.tabulator-row {1939border-bottom: 1px solid rgba(34, 36, 38, 0.1);1940}19411942.tabulator-row.tabulator-row-even {1943background-color: #fff;1944}19451946@media (hover: hover) and (pointer: fine) {1947.tabulator-row.tabulator-selectable:hover {1948box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;1949background: #E0E0E0 !important;1950color: rgba(0, 0, 0, 0.87) !important;1951}1952}19531954.tabulator-row.tabulator-selected {1955background-color: #9ABCEA !important;1956}19571958@media (hover: hover) and (pointer: fine) {1959.tabulator-row.tabulator-selected:hover {1960background-color: #769BCC !important;1961cursor: pointer;1962}1963}19641965.tabulator-row.tabulator-moving {1966pointer-events: none !important;1967}19681969.tabulator-row .tabulator-cell {1970padding: 0.78571em 0.78571em;1971border-right: none;1972vertical-align: middle;1973}19741975.tabulator-row .tabulator-cell:last-of-type {1976border-right: none;1977}19781979.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {1980color: #fff;1981}19821983.tabulator-row.tabulator-group {1984background: #fafafa;1985}19861987.tabulator-row.tabulator-group span {1988color: #666;1989}19901991.tabulator-menu {1992background: #FFFFFF;1993}19941995@media (hover: hover) and (pointer: fine) {1996.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {1997background: #F9FAFB;1998}1999}20002001.tabulator-edit-select-list {2002background: #FFFFFF;2003}20042005.tabulator-edit-select-list .tabulator-edit-select-list-item.active {2006color: #FFFFFF;2007}20082009.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {2010outline: 1px solid rgba(255, 255, 255, 0.5);2011}20122013@media (hover: hover) and (pointer: fine) {2014.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {2015color: #FFFFFF;2016}2017}20182019.tabulator-edit-select-list .tabulator-edit-select-list-notice {2020color: inherit;2021}20222023.tabulator-print-table .tabulator-print-table-group {2024background: #fafafa;2025}20262027.tabulator-print-table .tabulator-print-table-group span {2028color: #666;2029}20302031/*# sourceMappingURL=tabulator_semanticui.css.map */20322033