Built files from Bizgaze WebServer
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

tabulator_site.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. /* Tabulator v4.6.3 (c) Oliver Folkerd */
  2. .tabulator {
  3. position: relative;
  4. border-bottom: 5px solid #222;
  5. background-color: #fff;
  6. font-size: 14px;
  7. text-align: left;
  8. overflow: hidden;
  9. -ms-transform: translatez(0);
  10. transform: translatez(0);
  11. }
  12. .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
  13. min-width: 100%;
  14. }
  15. .tabulator[tabulator-layout="fitColumns"] .tabulator-row .tabulator-cell:last-of-type {
  16. border-right: none;
  17. }
  18. .tabulator.tabulator-block-select {
  19. -webkit-user-select: none;
  20. -ms-user-select: none;
  21. user-select: none;
  22. }
  23. .tabulator .tabulator-header {
  24. position: relative;
  25. box-sizing: border-box;
  26. width: 100%;
  27. border-bottom: 3px solid #3FB449;
  28. background-color: #222;
  29. color: #fff;
  30. font-weight: bold;
  31. white-space: nowrap;
  32. overflow: hidden;
  33. -moz-user-select: none;
  34. -khtml-user-select: none;
  35. -webkit-user-select: none;
  36. -o-user-select: none;
  37. }
  38. .tabulator .tabulator-header.tabulator-header-hidden {
  39. display: none;
  40. }
  41. .tabulator .tabulator-header .tabulator-col {
  42. display: inline-block;
  43. position: relative;
  44. box-sizing: border-box;
  45. border-right: 1px solid #aaa;
  46. background-color: #222;
  47. text-align: left;
  48. vertical-align: bottom;
  49. overflow: hidden;
  50. }
  51. .tabulator .tabulator-header .tabulator-col.tabulator-moving {
  52. position: absolute;
  53. border: 1px solid #3FB449;
  54. background: #090909;
  55. pointer-events: none;
  56. }
  57. .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  58. box-sizing: border-box;
  59. position: relative;
  60. padding: 8px;
  61. }
  62. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  63. padding: 0 8px;
  64. }
  65. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
  66. cursor: pointer;
  67. opacity: .6;
  68. }
  69. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  70. box-sizing: border-box;
  71. width: 100%;
  72. white-space: nowrap;
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. vertical-align: bottom;
  76. }
  77. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  78. box-sizing: border-box;
  79. width: 100%;
  80. border: 1px solid #999;
  81. padding: 1px;
  82. background: #fff;
  83. }
  84. .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  85. display: inline-block;
  86. position: absolute;
  87. top: 14px;
  88. right: 8px;
  89. width: 0;
  90. height: 0;
  91. border-left: 6px solid transparent;
  92. border-right: 6px solid transparent;
  93. border-bottom: 6px solid #bbb;
  94. }
  95. .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  96. position: relative;
  97. display: -ms-flexbox;
  98. display: flex;
  99. border-top: 1px solid #aaa;
  100. overflow: hidden;
  101. margin-right: -1px;
  102. }
  103. .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
  104. display: none;
  105. }
  106. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  107. position: relative;
  108. box-sizing: border-box;
  109. margin-top: 2px;
  110. width: 100%;
  111. text-align: center;
  112. }
  113. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  114. height: auto !important;
  115. }
  116. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  117. margin-top: 3px;
  118. }
  119. .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  120. width: 0;
  121. height: 0;
  122. }
  123. .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  124. padding-right: 25px;
  125. }
  126. .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  127. cursor: pointer;
  128. background-color: #090909;
  129. }
  130. .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {
  131. border-top: none;
  132. border-bottom: 6px solid #bbb;
  133. }
  134. .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow {
  135. border-top: none;
  136. border-bottom: 6px solid #3FB449;
  137. }
  138. .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow {
  139. border-top: 6px solid #3FB449;
  140. border-bottom: none;
  141. }
  142. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  143. -ms-writing-mode: tb-rl;
  144. writing-mode: vertical-rl;
  145. text-orientation: mixed;
  146. display: -ms-flexbox;
  147. display: flex;
  148. -ms-flex-align: center;
  149. align-items: center;
  150. -ms-flex-pack: center;
  151. justify-content: center;
  152. }
  153. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  154. -ms-transform: rotate(180deg);
  155. transform: rotate(180deg);
  156. }
  157. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  158. padding-right: 0;
  159. padding-top: 20px;
  160. }
  161. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  162. padding-right: 0;
  163. padding-bottom: 20px;
  164. }
  165. .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-arrow {
  166. right: calc(50% - 6px);
  167. }
  168. .tabulator .tabulator-header .tabulator-frozen {
  169. display: inline-block;
  170. position: absolute;
  171. z-index: 10;
  172. }
  173. .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  174. border-right: 2px solid #aaa;
  175. }
  176. .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  177. border-left: 2px solid #aaa;
  178. }
  179. .tabulator .tabulator-header .tabulator-calcs-holder {
  180. box-sizing: border-box;
  181. min-width: 600%;
  182. background: #3c3c3c !important;
  183. border-top: 1px solid #aaa;
  184. overflow: hidden;
  185. }
  186. .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  187. background: #3c3c3c !important;
  188. }
  189. .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  190. display: none;
  191. }
  192. .tabulator .tabulator-header .tabulator-frozen-rows-holder {
  193. min-width: 600%;
  194. }
  195. .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  196. display: none;
  197. }
  198. .tabulator .tabulator-tableHolder {
  199. position: relative;
  200. width: 100%;
  201. white-space: nowrap;
  202. overflow: auto;
  203. -webkit-overflow-scrolling: touch;
  204. }
  205. .tabulator .tabulator-tableHolder:focus {
  206. outline: none;
  207. }
  208. .tabulator .tabulator-tableHolder .tabulator-placeholder {
  209. box-sizing: border-box;
  210. display: -ms-flexbox;
  211. display: flex;
  212. -ms-flex-align: center;
  213. align-items: center;
  214. width: 100%;
  215. }
  216. .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
  217. min-height: 100%;
  218. min-width: 100%;
  219. }
  220. .tabulator .tabulator-tableHolder .tabulator-placeholder span {
  221. display: inline-block;
  222. margin: 0 auto;
  223. padding: 10px;
  224. color: #3FB449;
  225. font-weight: bold;
  226. font-size: 20px;
  227. }
  228. .tabulator .tabulator-tableHolder .tabulator-table {
  229. position: relative;
  230. display: inline-block;
  231. background-color: #fff;
  232. white-space: nowrap;
  233. overflow: visible;
  234. color: #333;
  235. }
  236. .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
  237. font-weight: bold;
  238. background: #484848 !important;
  239. color: #fff;
  240. }
  241. .tabulator .tabulator-footer {
  242. padding: 5px 10px;
  243. padding-top: 8px;
  244. border-top: 3px solid #3FB449;
  245. background-color: #222;
  246. text-align: right;
  247. color: #222;
  248. font-weight: bold;
  249. white-space: nowrap;
  250. -ms-user-select: none;
  251. user-select: none;
  252. -moz-user-select: none;
  253. -khtml-user-select: none;
  254. -webkit-user-select: none;
  255. -o-user-select: none;
  256. }
  257. .tabulator .tabulator-footer .tabulator-calcs-holder {
  258. box-sizing: border-box;
  259. width: calc(100% + 20px);
  260. margin: -8px -10px 8px -10px;
  261. text-align: left;
  262. background: #3c3c3c !important;
  263. border-bottom: 1px solid #aaa;
  264. overflow: hidden;
  265. }
  266. .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  267. background: #3c3c3c !important;
  268. color: #fff !important;
  269. }
  270. .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  271. display: none;
  272. }
  273. .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  274. margin-bottom: -5px;
  275. border-bottom: none;
  276. }
  277. .tabulator .tabulator-footer .tabulator-paginator label {
  278. color: #fff;
  279. }
  280. .tabulator .tabulator-footer .tabulator-page-size {
  281. display: inline-block;
  282. margin: 0 5px;
  283. padding: 2px 5px;
  284. border: 1px solid #aaa;
  285. border-radius: 3px;
  286. }
  287. .tabulator .tabulator-footer .tabulator-pages {
  288. margin: 0 7px;
  289. }
  290. .tabulator .tabulator-footer .tabulator-page {
  291. display: inline-block;
  292. margin: 0 2px;
  293. padding: 2px 5px;
  294. border: 1px solid #aaa;
  295. border-radius: 3px;
  296. background: #fff;
  297. color: #222;
  298. font-family: inherit;
  299. font-weight: inherit;
  300. font-size: inherit;
  301. }
  302. .tabulator .tabulator-footer .tabulator-page.active {
  303. color: #3FB449;
  304. }
  305. .tabulator .tabulator-footer .tabulator-page:disabled {
  306. opacity: .5;
  307. }
  308. .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  309. cursor: pointer;
  310. background: rgba(0, 0, 0, 0.2);
  311. color: #fff;
  312. }
  313. .tabulator .tabulator-col-resize-handle {
  314. position: absolute;
  315. right: 0;
  316. top: 0;
  317. bottom: 0;
  318. width: 5px;
  319. }
  320. .tabulator .tabulator-col-resize-handle.prev {
  321. left: 0;
  322. right: auto;
  323. }
  324. .tabulator .tabulator-col-resize-handle:hover {
  325. cursor: ew-resize;
  326. }
  327. .tabulator .tabulator-loader {
  328. position: absolute;
  329. display: -ms-flexbox;
  330. display: flex;
  331. -ms-flex-align: center;
  332. align-items: center;
  333. top: 0;
  334. left: 0;
  335. z-index: 100;
  336. height: 100%;
  337. width: 100%;
  338. background: rgba(0, 0, 0, 0.4);
  339. text-align: center;
  340. }
  341. .tabulator .tabulator-loader .tabulator-loader-msg {
  342. display: inline-block;
  343. margin: 0 auto;
  344. padding: 10px 20px;
  345. border-radius: 10px;
  346. background: #fff;
  347. font-weight: bold;
  348. font-size: 16px;
  349. }
  350. .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  351. border: 4px solid #333;
  352. color: #000;
  353. }
  354. .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  355. border: 4px solid #D00;
  356. color: #590000;
  357. }
  358. .tabulator-row {
  359. position: relative;
  360. box-sizing: border-box;
  361. min-height: 22px;
  362. background-color: #fff;
  363. }
  364. .tabulator-row.tabulator-row-even {
  365. background-color: #EFEFEF;
  366. }
  367. .tabulator-row.tabulator-selectable:hover {
  368. background-color: #bbb;
  369. cursor: pointer;
  370. }
  371. .tabulator-row.tabulator-selected {
  372. background-color: #9ABCEA;
  373. }
  374. .tabulator-row.tabulator-selected:hover {
  375. background-color: #769BCC;
  376. cursor: pointer;
  377. }
  378. .tabulator-row.tabulator-row-moving {
  379. border: 1px solid #000;
  380. background: #fff;
  381. }
  382. .tabulator-row.tabulator-moving {
  383. position: absolute;
  384. border-top: 1px solid #aaa;
  385. border-bottom: 1px solid #aaa;
  386. pointer-events: none !important;
  387. z-index: 15;
  388. }
  389. .tabulator-row .tabulator-row-resize-handle {
  390. position: absolute;
  391. right: 0;
  392. bottom: 0;
  393. left: 0;
  394. height: 5px;
  395. }
  396. .tabulator-row .tabulator-row-resize-handle.prev {
  397. top: 0;
  398. bottom: auto;
  399. }
  400. .tabulator-row .tabulator-row-resize-handle:hover {
  401. cursor: ns-resize;
  402. }
  403. .tabulator-row .tabulator-frozen {
  404. display: inline-block;
  405. position: absolute;
  406. background-color: inherit;
  407. z-index: 10;
  408. }
  409. .tabulator-row .tabulator-frozen.tabulator-frozen-left {
  410. border-right: 2px solid #aaa;
  411. }
  412. .tabulator-row .tabulator-frozen.tabulator-frozen-right {
  413. border-left: 2px solid #aaa;
  414. }
  415. .tabulator-row .tabulator-responsive-collapse {
  416. box-sizing: border-box;
  417. padding: 5px;
  418. border-top: 1px solid #aaa;
  419. border-bottom: 1px solid #aaa;
  420. }
  421. .tabulator-row .tabulator-responsive-collapse:empty {
  422. display: none;
  423. }
  424. .tabulator-row .tabulator-responsive-collapse table {
  425. font-size: 14px;
  426. }
  427. .tabulator-row .tabulator-responsive-collapse table tr td {
  428. position: relative;
  429. }
  430. .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  431. padding-right: 10px;
  432. }
  433. .tabulator-row .tabulator-cell {
  434. display: inline-block;
  435. position: relative;
  436. box-sizing: border-box;
  437. padding: 6px;
  438. border-right: 1px solid #aaa;
  439. vertical-align: middle;
  440. white-space: nowrap;
  441. overflow: hidden;
  442. text-overflow: ellipsis;
  443. }
  444. .tabulator-row .tabulator-cell.tabulator-editing {
  445. border: 1px solid #1D68CD;
  446. padding: 0;
  447. }
  448. .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  449. border: 1px;
  450. background: transparent;
  451. }
  452. .tabulator-row .tabulator-cell.tabulator-validation-fail {
  453. border: 1px solid #dd0000;
  454. }
  455. .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  456. border: 1px;
  457. background: transparent;
  458. color: #dd0000;
  459. }
  460. .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  461. display: none;
  462. }
  463. .tabulator-row .tabulator-cell.tabulator-row-handle {
  464. display: -ms-inline-flexbox;
  465. display: inline-flex;
  466. -ms-flex-align: center;
  467. align-items: center;
  468. -moz-user-select: none;
  469. -khtml-user-select: none;
  470. -webkit-user-select: none;
  471. -o-user-select: none;
  472. }
  473. .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  474. width: 80%;
  475. }
  476. .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  477. width: 100%;
  478. height: 3px;
  479. margin-top: 2px;
  480. background: #3FB449;
  481. }
  482. .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  483. display: inline-block;
  484. vertical-align: middle;
  485. height: 9px;
  486. width: 7px;
  487. margin-top: -9px;
  488. margin-right: 5px;
  489. border-bottom-left-radius: 1px;
  490. border-left: 2px solid #aaa;
  491. border-bottom: 2px solid #aaa;
  492. }
  493. .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  494. display: -ms-inline-flexbox;
  495. display: inline-flex;
  496. -ms-flex-pack: center;
  497. justify-content: center;
  498. -ms-flex-align: center;
  499. align-items: center;
  500. vertical-align: middle;
  501. height: 11px;
  502. width: 11px;
  503. margin-right: 5px;
  504. border: 1px solid #333;
  505. border-radius: 2px;
  506. background: rgba(0, 0, 0, 0.1);
  507. overflow: hidden;
  508. }
  509. .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  510. cursor: pointer;
  511. background: rgba(0, 0, 0, 0.2);
  512. }
  513. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  514. display: inline-block;
  515. position: relative;
  516. height: 7px;
  517. width: 1px;
  518. background: transparent;
  519. }
  520. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  521. position: absolute;
  522. content: "";
  523. left: -3px;
  524. top: 3px;
  525. height: 1px;
  526. width: 7px;
  527. background: #333;
  528. }
  529. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  530. display: inline-block;
  531. position: relative;
  532. height: 7px;
  533. width: 1px;
  534. background: #333;
  535. }
  536. .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  537. position: absolute;
  538. content: "";
  539. left: -3px;
  540. top: 3px;
  541. height: 1px;
  542. width: 7px;
  543. background: #333;
  544. }
  545. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  546. display: -ms-inline-flexbox;
  547. display: inline-flex;
  548. -ms-flex-align: center;
  549. align-items: center;
  550. -ms-flex-pack: center;
  551. justify-content: center;
  552. -moz-user-select: none;
  553. -khtml-user-select: none;
  554. -webkit-user-select: none;
  555. -o-user-select: none;
  556. height: 15px;
  557. width: 15px;
  558. border-radius: 20px;
  559. background: #666;
  560. color: #fff;
  561. font-weight: bold;
  562. font-size: 1.1em;
  563. }
  564. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  565. opacity: .7;
  566. }
  567. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  568. display: initial;
  569. }
  570. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  571. display: none;
  572. }
  573. .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  574. display: none;
  575. }
  576. .tabulator-row .tabulator-cell .tabulator-traffic-light {
  577. display: inline-block;
  578. height: 14px;
  579. width: 14px;
  580. border-radius: 14px;
  581. }
  582. .tabulator-row.tabulator-group {
  583. box-sizing: border-box;
  584. border-right: 1px solid #aaa;
  585. border-top: 1px solid #000;
  586. border-bottom: 2px solid #3FB449;
  587. padding: 5px;
  588. padding-left: 10px;
  589. background: #222;
  590. color: #fff;
  591. font-weight: bold;
  592. min-width: 100%;
  593. }
  594. .tabulator-row.tabulator-group:hover {
  595. cursor: pointer;
  596. background-color: #090909;
  597. }
  598. .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  599. margin-right: 10px;
  600. border-left: 6px solid transparent;
  601. border-right: 6px solid transparent;
  602. border-top: 6px solid #3FB449;
  603. border-bottom: 0;
  604. }
  605. .tabulator-row.tabulator-group.tabulator-group-level-1 {
  606. padding-left: 30px;
  607. }
  608. .tabulator-row.tabulator-group.tabulator-group-level-2 {
  609. padding-left: 50px;
  610. }
  611. .tabulator-row.tabulator-group.tabulator-group-level-3 {
  612. padding-left: 70px;
  613. }
  614. .tabulator-row.tabulator-group.tabulator-group-level-4 {
  615. padding-left: 90px;
  616. }
  617. .tabulator-row.tabulator-group.tabulator-group-level-5 {
  618. padding-left: 110px;
  619. }
  620. .tabulator-row.tabulator-group .tabulator-group-toggle {
  621. display: inline-block;
  622. }
  623. .tabulator-row.tabulator-group .tabulator-arrow {
  624. display: inline-block;
  625. width: 0;
  626. height: 0;
  627. margin-right: 16px;
  628. border-top: 6px solid transparent;
  629. border-bottom: 6px solid transparent;
  630. border-right: 0;
  631. border-left: 6px solid #3FB449;
  632. vertical-align: middle;
  633. }
  634. .tabulator-row.tabulator-group span {
  635. margin-left: 10px;
  636. color: #3FB449;
  637. }
  638. .tabulator-menu {
  639. position: absolute;
  640. display: inline-block;
  641. box-sizing: border-box;
  642. background: #fff;
  643. border: 1px solid #aaa;
  644. box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  645. font-size: 14px;
  646. overflow-y: auto;
  647. -webkit-overflow-scrolling: touch;
  648. z-index: 10000;
  649. }
  650. .tabulator-menu .tabulator-menu-item {
  651. padding: 5px 10px;
  652. -webkit-user-select: none;
  653. -ms-user-select: none;
  654. user-select: none;
  655. }
  656. .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  657. opacity: .5;
  658. }
  659. .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  660. cursor: pointer;
  661. background: #EFEFEF;
  662. }
  663. .tabulator-menu .tabulator-menu-separator {
  664. border-top: 1px solid #aaa;
  665. }
  666. .tabulator-edit-select-list {
  667. position: absolute;
  668. display: inline-block;
  669. box-sizing: border-box;
  670. max-height: 200px;
  671. background: #fff;
  672. border: 1px solid #aaa;
  673. font-size: 14px;
  674. overflow-y: auto;
  675. -webkit-overflow-scrolling: touch;
  676. z-index: 10000;
  677. }
  678. .tabulator-edit-select-list .tabulator-edit-select-list-item {
  679. padding: 4px;
  680. color: #333;
  681. }
  682. .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  683. color: #fff;
  684. background: #1D68CD;
  685. }
  686. .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  687. cursor: pointer;
  688. color: #fff;
  689. background: #1D68CD;
  690. }
  691. .tabulator-edit-select-list .tabulator-edit-select-list-notice {
  692. padding: 4px;
  693. color: #333;
  694. text-align: center;
  695. }
  696. .tabulator-edit-select-list .tabulator-edit-select-list-group {
  697. border-bottom: 1px solid #aaa;
  698. padding: 4px;
  699. padding-top: 6px;
  700. color: #333;
  701. font-weight: bold;
  702. }
  703. .tabulator-print-fullscreen {
  704. position: absolute;
  705. top: 0;
  706. bottom: 0;
  707. left: 0;
  708. right: 0;
  709. z-index: 10000;
  710. }
  711. body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  712. display: none !important;
  713. }
  714. .tabulator-print-table {
  715. border-collapse: collapse;
  716. }
  717. .tabulator-print-table .tabulator-data-tree-branch {
  718. display: inline-block;
  719. vertical-align: middle;
  720. height: 9px;
  721. width: 7px;
  722. margin-top: -9px;
  723. margin-right: 5px;
  724. border-bottom-left-radius: 1px;
  725. border-left: 2px solid #aaa;
  726. border-bottom: 2px solid #aaa;
  727. }
  728. .tabulator-print-table .tabulator-data-tree-control {
  729. display: -ms-inline-flexbox;
  730. display: inline-flex;
  731. -ms-flex-pack: center;
  732. justify-content: center;
  733. -ms-flex-align: center;
  734. align-items: center;
  735. vertical-align: middle;
  736. height: 11px;
  737. width: 11px;
  738. margin-right: 5px;
  739. border: 1px solid #333;
  740. border-radius: 2px;
  741. background: rgba(0, 0, 0, 0.1);
  742. overflow: hidden;
  743. }
  744. .tabulator-print-table .tabulator-data-tree-control:hover {
  745. cursor: pointer;
  746. background: rgba(0, 0, 0, 0.2);
  747. }
  748. .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  749. display: inline-block;
  750. position: relative;
  751. height: 7px;
  752. width: 1px;
  753. background: transparent;
  754. }
  755. .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  756. position: absolute;
  757. content: "";
  758. left: -3px;
  759. top: 3px;
  760. height: 1px;
  761. width: 7px;
  762. background: #333;
  763. }
  764. .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  765. display: inline-block;
  766. position: relative;
  767. height: 7px;
  768. width: 1px;
  769. background: #333;
  770. }
  771. .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  772. position: absolute;
  773. content: "";
  774. left: -3px;
  775. top: 3px;
  776. height: 1px;
  777. width: 7px;
  778. background: #333;
  779. }