Nenhuma Descrição

dataTables.bootstrap5.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. @charset "UTF-8";
  2. :root {
  3. --dt-row-selected: 13, 110, 253;
  4. --dt-row-selected-text: 255, 255, 255;
  5. --dt-row-selected-link: 9, 10, 11;
  6. --dt-row-stripe: 0, 0, 0;
  7. --dt-row-hover: 0, 0, 0;
  8. --dt-column-ordering: 0, 0, 0;
  9. --dt-html-background: white;
  10. }
  11. :root.dark {
  12. --dt-html-background: rgb(33, 37, 41);
  13. }
  14. table.dataTable td.dt-control {
  15. text-align: center;
  16. cursor: pointer;
  17. }
  18. table.dataTable td.dt-control:before {
  19. display: inline-block;
  20. color: rgba(0, 0, 0, 0.5);
  21. content: "►";
  22. }
  23. table.dataTable tr.dt-hasChild td.dt-control:before {
  24. content: "▼";
  25. }
  26. html.dark table.dataTable td.dt-control:before {
  27. color: rgba(255, 255, 255, 0.5);
  28. }
  29. html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  30. color: rgba(255, 255, 255, 0.5);
  31. }
  32. table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
  33. table.dataTable thead > tr > td.sorting,
  34. table.dataTable thead > tr > td.sorting_asc,
  35. table.dataTable thead > tr > td.sorting_desc,
  36. table.dataTable thead > tr > td.sorting_asc_disabled,
  37. table.dataTable thead > tr > td.sorting_desc_disabled {
  38. cursor: pointer;
  39. position: relative;
  40. padding-right: 26px;
  41. }
  42. table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
  43. table.dataTable thead > tr > td.sorting:before,
  44. table.dataTable thead > tr > td.sorting:after,
  45. table.dataTable thead > tr > td.sorting_asc:before,
  46. table.dataTable thead > tr > td.sorting_asc:after,
  47. table.dataTable thead > tr > td.sorting_desc:before,
  48. table.dataTable thead > tr > td.sorting_desc:after,
  49. table.dataTable thead > tr > td.sorting_asc_disabled:before,
  50. table.dataTable thead > tr > td.sorting_asc_disabled:after,
  51. table.dataTable thead > tr > td.sorting_desc_disabled:before,
  52. table.dataTable thead > tr > td.sorting_desc_disabled:after {
  53. position: absolute;
  54. display: block;
  55. opacity: 0.125;
  56. right: 10px;
  57. line-height: 9px;
  58. font-size: 0.8em;
  59. }
  60. table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
  61. table.dataTable thead > tr > td.sorting:before,
  62. table.dataTable thead > tr > td.sorting_asc:before,
  63. table.dataTable thead > tr > td.sorting_desc:before,
  64. table.dataTable thead > tr > td.sorting_asc_disabled:before,
  65. table.dataTable thead > tr > td.sorting_desc_disabled:before {
  66. bottom: 50%;
  67. content: "▲";
  68. content: "▲"/"";
  69. }
  70. table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
  71. table.dataTable thead > tr > td.sorting:after,
  72. table.dataTable thead > tr > td.sorting_asc:after,
  73. table.dataTable thead > tr > td.sorting_desc:after,
  74. table.dataTable thead > tr > td.sorting_asc_disabled:after,
  75. table.dataTable thead > tr > td.sorting_desc_disabled:after {
  76. top: 50%;
  77. content: "▼";
  78. content: "▼"/"";
  79. }
  80. table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
  81. table.dataTable thead > tr > td.sorting_asc:before,
  82. table.dataTable thead > tr > td.sorting_desc:after {
  83. opacity: 0.6;
  84. }
  85. table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
  86. table.dataTable thead > tr > td.sorting_desc_disabled:after,
  87. table.dataTable thead > tr > td.sorting_asc_disabled:before {
  88. display: none;
  89. }
  90. table.dataTable thead > tr > th:active,
  91. table.dataTable thead > tr > td:active {
  92. outline: none;
  93. }
  94. div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
  95. div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
  96. div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  97. display: none;
  98. }
  99. div.dataTables_processing {
  100. position: absolute;
  101. top: 50%;
  102. left: 50%;
  103. width: 200px;
  104. margin-left: -100px;
  105. margin-top: -26px;
  106. text-align: center;
  107. padding: 2px;
  108. }
  109. div.dataTables_processing > div:last-child {
  110. position: relative;
  111. width: 80px;
  112. height: 15px;
  113. margin: 1em auto;
  114. }
  115. div.dataTables_processing > div:last-child > div {
  116. position: absolute;
  117. top: 0;
  118. width: 13px;
  119. height: 13px;
  120. border-radius: 50%;
  121. background: #0d6efd;
  122. background: rgb(var(--dt-row-selected));
  123. animation-timing-function: cubic-bezier(0, 1, 1, 0);
  124. }
  125. div.dataTables_processing > div:last-child > div:nth-child(1) {
  126. left: 8px;
  127. animation: datatables-loader-1 0.6s infinite;
  128. }
  129. div.dataTables_processing > div:last-child > div:nth-child(2) {
  130. left: 8px;
  131. animation: datatables-loader-2 0.6s infinite;
  132. }
  133. div.dataTables_processing > div:last-child > div:nth-child(3) {
  134. left: 32px;
  135. animation: datatables-loader-2 0.6s infinite;
  136. }
  137. div.dataTables_processing > div:last-child > div:nth-child(4) {
  138. left: 56px;
  139. animation: datatables-loader-3 0.6s infinite;
  140. }
  141. @keyframes datatables-loader-1 {
  142. 0% {
  143. transform: scale(0);
  144. }
  145. 100% {
  146. transform: scale(1);
  147. }
  148. }
  149. @keyframes datatables-loader-3 {
  150. 0% {
  151. transform: scale(1);
  152. }
  153. 100% {
  154. transform: scale(0);
  155. }
  156. }
  157. @keyframes datatables-loader-2 {
  158. 0% {
  159. transform: translate(0, 0);
  160. }
  161. 100% {
  162. transform: translate(24px, 0);
  163. }
  164. }
  165. table.dataTable.nowrap th, table.dataTable.nowrap td {
  166. white-space: nowrap;
  167. }
  168. table.dataTable th.dt-left,
  169. table.dataTable td.dt-left {
  170. text-align: left;
  171. }
  172. table.dataTable th.dt-center,
  173. table.dataTable td.dt-center,
  174. table.dataTable td.dataTables_empty {
  175. text-align: center;
  176. }
  177. table.dataTable th.dt-right,
  178. table.dataTable td.dt-right {
  179. text-align: right;
  180. }
  181. table.dataTable th.dt-justify,
  182. table.dataTable td.dt-justify {
  183. text-align: justify;
  184. }
  185. table.dataTable th.dt-nowrap,
  186. table.dataTable td.dt-nowrap {
  187. white-space: nowrap;
  188. }
  189. table.dataTable thead th,
  190. table.dataTable thead td,
  191. table.dataTable tfoot th,
  192. table.dataTable tfoot td {
  193. text-align: left;
  194. }
  195. table.dataTable thead th.dt-head-left,
  196. table.dataTable thead td.dt-head-left,
  197. table.dataTable tfoot th.dt-head-left,
  198. table.dataTable tfoot td.dt-head-left {
  199. text-align: left;
  200. }
  201. table.dataTable thead th.dt-head-center,
  202. table.dataTable thead td.dt-head-center,
  203. table.dataTable tfoot th.dt-head-center,
  204. table.dataTable tfoot td.dt-head-center {
  205. text-align: center;
  206. }
  207. table.dataTable thead th.dt-head-right,
  208. table.dataTable thead td.dt-head-right,
  209. table.dataTable tfoot th.dt-head-right,
  210. table.dataTable tfoot td.dt-head-right {
  211. text-align: right;
  212. }
  213. table.dataTable thead th.dt-head-justify,
  214. table.dataTable thead td.dt-head-justify,
  215. table.dataTable tfoot th.dt-head-justify,
  216. table.dataTable tfoot td.dt-head-justify {
  217. text-align: justify;
  218. }
  219. table.dataTable thead th.dt-head-nowrap,
  220. table.dataTable thead td.dt-head-nowrap,
  221. table.dataTable tfoot th.dt-head-nowrap,
  222. table.dataTable tfoot td.dt-head-nowrap {
  223. white-space: nowrap;
  224. }
  225. table.dataTable tbody th.dt-body-left,
  226. table.dataTable tbody td.dt-body-left {
  227. text-align: left;
  228. }
  229. table.dataTable tbody th.dt-body-center,
  230. table.dataTable tbody td.dt-body-center {
  231. text-align: center;
  232. }
  233. table.dataTable tbody th.dt-body-right,
  234. table.dataTable tbody td.dt-body-right {
  235. text-align: right;
  236. }
  237. table.dataTable tbody th.dt-body-justify,
  238. table.dataTable tbody td.dt-body-justify {
  239. text-align: justify;
  240. }
  241. table.dataTable tbody th.dt-body-nowrap,
  242. table.dataTable tbody td.dt-body-nowrap {
  243. white-space: nowrap;
  244. }
  245. /*! Bootstrap 5 integration for DataTables
  246. *
  247. * ©2020 SpryMedia Ltd, all rights reserved.
  248. * License: MIT datatables.net/license/mit
  249. */
  250. table.dataTable {
  251. clear: both;
  252. margin-top: 6px !important;
  253. margin-bottom: 6px !important;
  254. max-width: none !important;
  255. border-collapse: separate !important;
  256. border-spacing: 0;
  257. }
  258. table.dataTable td,
  259. table.dataTable th {
  260. -webkit-box-sizing: content-box;
  261. box-sizing: content-box;
  262. }
  263. table.dataTable td.dataTables_empty,
  264. table.dataTable th.dataTables_empty {
  265. text-align: center;
  266. }
  267. table.dataTable.nowrap th,
  268. table.dataTable.nowrap td {
  269. white-space: nowrap;
  270. }
  271. table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  272. box-shadow: none;
  273. }
  274. table.dataTable > tbody > tr {
  275. background-color: transparent;
  276. }
  277. table.dataTable > tbody > tr.selected > * {
  278. box-shadow: inset 0 0 0 9999px #0d6efd;
  279. box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  280. color: white;
  281. color: rgb(var(--dt-row-selected-text));
  282. }
  283. table.dataTable > tbody > tr.selected a {
  284. color: #090a0b;
  285. color: rgb(var(--dt-row-selected-link));
  286. }
  287. table.dataTable.table-striped > tbody > tr.odd > * {
  288. box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
  289. }
  290. table.dataTable.table-striped > tbody > tr.odd.selected > * {
  291. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  292. box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
  293. }
  294. table.dataTable.table-hover > tbody > tr:hover > * {
  295. box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
  296. }
  297. table.dataTable.table-hover > tbody > tr.selected:hover > * {
  298. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  299. box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
  300. }
  301. div.dataTables_wrapper div.dataTables_length label {
  302. font-weight: normal;
  303. text-align: left;
  304. white-space: nowrap;
  305. }
  306. div.dataTables_wrapper div.dataTables_length select {
  307. width: auto;
  308. display: inline-block;
  309. }
  310. div.dataTables_wrapper div.dataTables_filter {
  311. text-align: right;
  312. }
  313. div.dataTables_wrapper div.dataTables_filter label {
  314. font-weight: normal;
  315. white-space: nowrap;
  316. text-align: left;
  317. }
  318. div.dataTables_wrapper div.dataTables_filter input {
  319. margin-left: 0.5em;
  320. display: inline-block;
  321. width: auto;
  322. }
  323. div.dataTables_wrapper div.dataTables_info {
  324. padding-top: 0.85em;
  325. }
  326. div.dataTables_wrapper div.dataTables_paginate {
  327. margin: 0;
  328. white-space: nowrap;
  329. text-align: right;
  330. }
  331. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  332. margin: 2px 0;
  333. white-space: nowrap;
  334. justify-content: flex-end;
  335. }
  336. div.dataTables_wrapper div.dt-row {
  337. position: relative;
  338. }
  339. div.dataTables_scrollHead table.dataTable {
  340. margin-bottom: 0 !important;
  341. }
  342. div.dataTables_scrollBody > table {
  343. border-top: none;
  344. margin-top: 0 !important;
  345. margin-bottom: 0 !important;
  346. }
  347. div.dataTables_scrollBody > table > thead .sorting:before,
  348. div.dataTables_scrollBody > table > thead .sorting_asc:before,
  349. div.dataTables_scrollBody > table > thead .sorting_desc:before,
  350. div.dataTables_scrollBody > table > thead .sorting:after,
  351. div.dataTables_scrollBody > table > thead .sorting_asc:after,
  352. div.dataTables_scrollBody > table > thead .sorting_desc:after {
  353. display: none;
  354. }
  355. div.dataTables_scrollBody > table > tbody tr:first-child th,
  356. div.dataTables_scrollBody > table > tbody tr:first-child td {
  357. border-top: none;
  358. }
  359. div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  360. box-sizing: content-box;
  361. }
  362. div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  363. margin-top: 0 !important;
  364. border-top: none;
  365. }
  366. @media screen and (max-width: 767px) {
  367. div.dataTables_wrapper div.dataTables_length,
  368. div.dataTables_wrapper div.dataTables_filter,
  369. div.dataTables_wrapper div.dataTables_info,
  370. div.dataTables_wrapper div.dataTables_paginate {
  371. text-align: center;
  372. }
  373. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  374. justify-content: center !important;
  375. }
  376. }
  377. table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  378. padding-right: 20px;
  379. }
  380. table.table-bordered.dataTable {
  381. border-right-width: 0;
  382. }
  383. table.table-bordered.dataTable thead tr:first-child th,
  384. table.table-bordered.dataTable thead tr:first-child td {
  385. border-top-width: 1px;
  386. }
  387. table.table-bordered.dataTable th,
  388. table.table-bordered.dataTable td {
  389. border-left-width: 0;
  390. }
  391. table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
  392. table.table-bordered.dataTable td:first-child,
  393. table.table-bordered.dataTable td:first-child {
  394. border-left-width: 1px;
  395. }
  396. table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  397. table.table-bordered.dataTable td:last-child,
  398. table.table-bordered.dataTable td:last-child {
  399. border-right-width: 1px;
  400. }
  401. table.table-bordered.dataTable th,
  402. table.table-bordered.dataTable td {
  403. border-bottom-width: 1px;
  404. }
  405. div.dataTables_scrollHead table.table-bordered {
  406. border-bottom-width: 0;
  407. }
  408. div.table-responsive > div.dataTables_wrapper > div.row {
  409. margin: 0;
  410. }
  411. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  412. padding-left: 0;
  413. }
  414. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  415. padding-right: 0;
  416. }
  417. :root[data-bs-theme=dark] {
  418. --dt-row-hover: 255, 255, 255;
  419. --dt-row-stripe: 255, 255, 255;
  420. --dt-column-ordering: 255, 255, 255;
  421. }