dataTables.bootstrap5.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. @charset "UTF-8";
  2. /*! Bootstrap 5 integration for DataTables
  3. *
  4. * ©2020 SpryMedia Ltd, all rights reserved.
  5. * License: MIT datatables.net/license/mit
  6. */
  7. table.dataTable {
  8. clear: both;
  9. margin-top: 6px !important;
  10. margin-bottom: 6px !important;
  11. max-width: none !important;
  12. border-collapse: separate !important;
  13. border-spacing: 0;
  14. }
  15. table.dataTable td,
  16. table.dataTable th {
  17. -webkit-box-sizing: content-box;
  18. box-sizing: content-box;
  19. }
  20. table.dataTable td.dataTables_empty,
  21. table.dataTable th.dataTables_empty {
  22. text-align: center;
  23. }
  24. table.dataTable.nowrap th,
  25. table.dataTable.nowrap td {
  26. white-space: nowrap;
  27. }
  28. div.dataTables_wrapper div.dataTables_length label {
  29. font-weight: normal;
  30. text-align: left;
  31. white-space: nowrap;
  32. }
  33. div.dataTables_wrapper div.dataTables_length select {
  34. width: auto;
  35. display: inline-block;
  36. }
  37. div.dataTables_wrapper div.dataTables_filter {
  38. text-align: right;
  39. }
  40. div.dataTables_wrapper div.dataTables_filter label {
  41. font-weight: normal;
  42. white-space: nowrap;
  43. text-align: left;
  44. }
  45. div.dataTables_wrapper div.dataTables_filter input {
  46. margin-left: 0.5em;
  47. display: inline-block;
  48. width: auto;
  49. }
  50. div.dataTables_wrapper div.dataTables_info {
  51. padding-top: 0.85em;
  52. }
  53. div.dataTables_wrapper div.dataTables_paginate {
  54. margin: 0;
  55. white-space: nowrap;
  56. text-align: right;
  57. }
  58. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  59. margin: 2px 0;
  60. white-space: nowrap;
  61. justify-content: flex-end;
  62. }
  63. div.dataTables_wrapper div.dataTables_processing {
  64. position: absolute;
  65. top: 50%;
  66. left: 50%;
  67. width: 200px;
  68. margin-left: -100px;
  69. margin-top: -26px;
  70. text-align: center;
  71. padding: 1em 0;
  72. }
  73. table.dataTable > thead > tr > th:active,
  74. table.dataTable > thead > tr > td:active {
  75. outline: none;
  76. }
  77. table.dataTable > thead > tr > th:not(.sorting_disabled),
  78. table.dataTable > thead > tr > td:not(.sorting_disabled) {
  79. padding-right: 30px;
  80. }
  81. table.dataTable > thead .sorting,
  82. table.dataTable > thead .sorting_asc,
  83. table.dataTable > thead .sorting_desc,
  84. table.dataTable > thead .sorting_asc_disabled,
  85. table.dataTable > thead .sorting_desc_disabled {
  86. cursor: pointer;
  87. position: relative;
  88. }
  89. table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
  90. table.dataTable > thead .sorting_asc:before,
  91. table.dataTable > thead .sorting_asc:after,
  92. table.dataTable > thead .sorting_desc:before,
  93. table.dataTable > thead .sorting_desc:after,
  94. table.dataTable > thead .sorting_asc_disabled:before,
  95. table.dataTable > thead .sorting_asc_disabled:after,
  96. table.dataTable > thead .sorting_desc_disabled:before,
  97. table.dataTable > thead .sorting_desc_disabled:after {
  98. position: absolute;
  99. bottom: 0.5em;
  100. display: block;
  101. opacity: 0.3;
  102. }
  103. table.dataTable > thead .sorting:before,
  104. table.dataTable > thead .sorting_asc:before,
  105. table.dataTable > thead .sorting_desc:before,
  106. table.dataTable > thead .sorting_asc_disabled:before,
  107. table.dataTable > thead .sorting_desc_disabled:before {
  108. right: 1em;
  109. content: "↑";
  110. }
  111. table.dataTable > thead .sorting:after,
  112. table.dataTable > thead .sorting_asc:after,
  113. table.dataTable > thead .sorting_desc:after,
  114. table.dataTable > thead .sorting_asc_disabled:after,
  115. table.dataTable > thead .sorting_desc_disabled:after {
  116. right: 0.5em;
  117. content: "↓";
  118. }
  119. table.dataTable > thead .sorting_asc:before,
  120. table.dataTable > thead .sorting_desc:after {
  121. opacity: 1;
  122. }
  123. table.dataTable > thead .sorting_asc_disabled:before,
  124. table.dataTable > thead .sorting_desc_disabled:after {
  125. opacity: 0;
  126. }
  127. div.dataTables_scrollHead table.dataTable {
  128. margin-bottom: 0 !important;
  129. }
  130. div.dataTables_scrollBody table {
  131. border-top: none;
  132. margin-top: 0 !important;
  133. margin-bottom: 0 !important;
  134. }
  135. div.dataTables_scrollBody table thead .sorting:before,
  136. div.dataTables_scrollBody table thead .sorting_asc:before,
  137. div.dataTables_scrollBody table thead .sorting_desc:before,
  138. div.dataTables_scrollBody table thead .sorting:after,
  139. div.dataTables_scrollBody table thead .sorting_asc:after,
  140. div.dataTables_scrollBody table thead .sorting_desc:after {
  141. display: none;
  142. }
  143. div.dataTables_scrollBody table tbody tr:first-child th,
  144. div.dataTables_scrollBody table tbody tr:first-child td {
  145. border-top: none;
  146. }
  147. div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  148. box-sizing: content-box;
  149. }
  150. div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  151. margin-top: 0 !important;
  152. border-top: none;
  153. }
  154. @media screen and (max-width: 767px) {
  155. div.dataTables_wrapper div.dataTables_length,
  156. div.dataTables_wrapper div.dataTables_filter,
  157. div.dataTables_wrapper div.dataTables_info,
  158. div.dataTables_wrapper div.dataTables_paginate {
  159. text-align: center;
  160. }
  161. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  162. justify-content: center !important;
  163. }
  164. }
  165. table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  166. padding-right: 20px;
  167. }
  168. table.dataTable.table-sm .sorting:before,
  169. table.dataTable.table-sm .sorting_asc:before,
  170. table.dataTable.table-sm .sorting_desc:before {
  171. top: 5px;
  172. right: 0.85em;
  173. }
  174. table.dataTable.table-sm .sorting:after,
  175. table.dataTable.table-sm .sorting_asc:after,
  176. table.dataTable.table-sm .sorting_desc:after {
  177. top: 5px;
  178. }
  179. table.table-bordered.dataTable {
  180. border-right-width: 0;
  181. }
  182. table.table-bordered.dataTable thead tr:first-child th,
  183. table.table-bordered.dataTable thead tr:first-child td {
  184. border-top-width: 1px;
  185. }
  186. table.table-bordered.dataTable th,
  187. table.table-bordered.dataTable td {
  188. border-left-width: 0;
  189. }
  190. table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
  191. table.table-bordered.dataTable td:first-child,
  192. table.table-bordered.dataTable td:first-child {
  193. border-left-width: 1px;
  194. }
  195. table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  196. table.table-bordered.dataTable td:last-child,
  197. table.table-bordered.dataTable td:last-child {
  198. border-right-width: 1px;
  199. }
  200. table.table-bordered.dataTable th,
  201. table.table-bordered.dataTable td {
  202. border-bottom-width: 1px;
  203. }
  204. div.dataTables_scrollHead table.table-bordered {
  205. border-bottom-width: 0;
  206. }
  207. div.table-responsive > div.dataTables_wrapper > div.row {
  208. margin: 0;
  209. }
  210. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  211. padding-left: 0;
  212. }
  213. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  214. padding-right: 0;
  215. }