dataTables.bootstrap4.min.css 5.7 KB

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