jquery.dataTables_themeroller.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. /*
  2. * Table styles
  3. */
  4. table.dataTable {
  5. width: 100%;
  6. margin: 0 auto;
  7. clear: both;
  8. border-collapse: separate;
  9. border-spacing: 0;
  10. /*
  11. * Header and footer styles
  12. */
  13. /*
  14. * Body styles
  15. */
  16. }
  17. table.dataTable thead th,
  18. table.dataTable thead td,
  19. table.dataTable tfoot th,
  20. table.dataTable tfoot td {
  21. padding: 4px 10px;
  22. }
  23. table.dataTable thead th,
  24. table.dataTable tfoot th {
  25. font-weight: bold;
  26. }
  27. table.dataTable thead th:active,
  28. table.dataTable thead td:active {
  29. outline: none;
  30. }
  31. table.dataTable thead .sorting_asc,
  32. table.dataTable thead .sorting_desc,
  33. table.dataTable thead .sorting {
  34. cursor: pointer;
  35. *cursor: hand;
  36. }
  37. table.dataTable thead th div.DataTables_sort_wrapper {
  38. position: relative;
  39. padding-right: 10px;
  40. }
  41. table.dataTable thead th div.DataTables_sort_wrapper span {
  42. position: absolute;
  43. top: 50%;
  44. margin-top: -8px;
  45. right: -5px;
  46. }
  47. table.dataTable thead th.ui-state-default {
  48. border-right-width: 0;
  49. }
  50. table.dataTable thead th.ui-state-default:last-child {
  51. border-right-width: 1px;
  52. }
  53. table.dataTable tbody tr {
  54. background-color: white;
  55. }
  56. table.dataTable tbody tr.selected {
  57. background-color: #b0bed9;
  58. }
  59. table.dataTable tbody th,
  60. table.dataTable tbody td {
  61. padding: 8px 10px;
  62. }
  63. table.dataTable th.center,
  64. table.dataTable td.center,
  65. table.dataTable td.dataTables_empty {
  66. text-align: center;
  67. }
  68. table.dataTable th.right,
  69. table.dataTable td.right {
  70. text-align: right;
  71. }
  72. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  73. border-top: 1px solid #dddddd;
  74. }
  75. table.dataTable.row-border tbody tr:first-child th,
  76. table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  77. table.dataTable.display tbody tr:first-child td {
  78. border-top: none;
  79. }
  80. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  81. border-top: 1px solid #dddddd;
  82. border-right: 1px solid #dddddd;
  83. }
  84. table.dataTable.cell-border tbody tr th:first-child,
  85. table.dataTable.cell-border tbody tr td:first-child {
  86. border-left: 1px solid #dddddd;
  87. }
  88. table.dataTable.cell-border tbody tr:first-child th,
  89. table.dataTable.cell-border tbody tr:first-child td {
  90. border-top: none;
  91. }
  92. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  93. background-color: #f9f9f9;
  94. }
  95. table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  96. background-color: #abb9d3;
  97. }
  98. table.dataTable.hover tbody tr:hover,
  99. table.dataTable.hover tbody tr.odd:hover,
  100. table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
  101. table.dataTable.display tbody tr.odd:hover,
  102. table.dataTable.display tbody tr.even:hover {
  103. background-color: whitesmoke;
  104. }
  105. table.dataTable.hover tbody tr:hover.selected,
  106. table.dataTable.hover tbody tr.odd:hover.selected,
  107. table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
  108. table.dataTable.display tbody tr.odd:hover.selected,
  109. table.dataTable.display tbody tr.even:hover.selected {
  110. background-color: #a9b7d1;
  111. }
  112. table.dataTable.order-column tbody tr > .sorting_1,
  113. table.dataTable.order-column tbody tr > .sorting_2,
  114. table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  115. table.dataTable.display tbody tr > .sorting_2,
  116. table.dataTable.display tbody tr > .sorting_3 {
  117. background-color: #f9f9f9;
  118. }
  119. table.dataTable.order-column tbody tr.selected > .sorting_1,
  120. table.dataTable.order-column tbody tr.selected > .sorting_2,
  121. table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  122. table.dataTable.display tbody tr.selected > .sorting_2,
  123. table.dataTable.display tbody tr.selected > .sorting_3 {
  124. background-color: #acbad4;
  125. }
  126. table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  127. background-color: #f1f1f1;
  128. }
  129. table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  130. background-color: #f3f3f3;
  131. }
  132. table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  133. background-color: whitesmoke;
  134. }
  135. table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  136. background-color: #a6b3cd;
  137. }
  138. table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  139. background-color: #a7b5ce;
  140. }
  141. table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  142. background-color: #a9b6d0;
  143. }
  144. table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  145. background-color: #f9f9f9;
  146. }
  147. table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  148. background-color: #fbfbfb;
  149. }
  150. table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  151. background-color: #fdfdfd;
  152. }
  153. table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  154. background-color: #acbad4;
  155. }
  156. table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  157. background-color: #adbbd6;
  158. }
  159. table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  160. background-color: #afbdd8;
  161. }
  162. table.dataTable.display tbody tr:hover > .sorting_1,
  163. table.dataTable.display tbody tr.odd:hover > .sorting_1,
  164. table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
  165. table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
  166. table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  167. background-color: #eaeaea;
  168. }
  169. table.dataTable.display tbody tr:hover > .sorting_2,
  170. table.dataTable.display tbody tr.odd:hover > .sorting_2,
  171. table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
  172. table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
  173. table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  174. background-color: #ebebeb;
  175. }
  176. table.dataTable.display tbody tr:hover > .sorting_3,
  177. table.dataTable.display tbody tr.odd:hover > .sorting_3,
  178. table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
  179. table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
  180. table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  181. background-color: #eeeeee;
  182. }
  183. table.dataTable.display tbody tr:hover.selected > .sorting_1,
  184. table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
  185. table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
  186. table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
  187. table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  188. background-color: #a1aec7;
  189. }
  190. table.dataTable.display tbody tr:hover.selected > .sorting_2,
  191. table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
  192. table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
  193. table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
  194. table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  195. background-color: #a2afc8;
  196. }
  197. table.dataTable.display tbody tr:hover.selected > .sorting_3,
  198. table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
  199. table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
  200. table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
  201. table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  202. background-color: #a4b2cb;
  203. }
  204. table.dataTable,
  205. table.dataTable th,
  206. table.dataTable td {
  207. -webkit-box-sizing: content-box;
  208. -moz-box-sizing: content-box;
  209. box-sizing: content-box;
  210. }
  211. /*
  212. * Control feature layout
  213. */
  214. .dataTables_wrapper {
  215. position: relative;
  216. clear: both;
  217. *zoom: 1;
  218. zoom: 1;
  219. }
  220. .dataTables_wrapper .dataTables_length {
  221. float: left;
  222. }
  223. .dataTables_wrapper .dataTables_filter {
  224. float: right;
  225. text-align: right;
  226. }
  227. .dataTables_wrapper .dataTables_filter input {
  228. margin-left: 0.5em;
  229. }
  230. .dataTables_wrapper .dataTables_info {
  231. clear: both;
  232. float: left;
  233. padding-top: 0.55em;
  234. }
  235. .dataTables_wrapper .dataTables_paginate {
  236. float: right;
  237. text-align: right;
  238. }
  239. .dataTables_wrapper .dataTables_paginate .fg-button {
  240. box-sizing: border-box;
  241. display: inline-block;
  242. min-width: 1.5em;
  243. padding: 0.5em;
  244. margin-left: 2px;
  245. text-align: center;
  246. text-decoration: none !important;
  247. cursor: pointer;
  248. *cursor: hand;
  249. color: #333333 !important;
  250. border: 1px solid transparent;
  251. }
  252. .dataTables_wrapper .dataTables_paginate .fg-button:active {
  253. outline: none;
  254. }
  255. .dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  256. border-top-left-radius: 3px;
  257. border-bottom-left-radius: 3px;
  258. }
  259. .dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  260. border-top-right-radius: 3px;
  261. border-bottom-right-radius: 3px;
  262. }
  263. .dataTables_wrapper .dataTables_processing {
  264. position: absolute;
  265. top: 50%;
  266. left: 50%;
  267. width: 100%;
  268. height: 40px;
  269. margin-left: -50%;
  270. margin-top: -25px;
  271. padding-top: 20px;
  272. text-align: center;
  273. font-size: 1.2em;
  274. background-color: white;
  275. background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  276. /* Chrome,Safari4+ */
  277. background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  278. /* Chrome10+,Safari5.1+ */
  279. background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  280. /* FF3.6+ */
  281. background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  282. /* IE10+ */
  283. background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  284. /* Opera 11.10+ */
  285. background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  286. /* W3C */
  287. }
  288. .dataTables_wrapper .dataTables_length,
  289. .dataTables_wrapper .dataTables_filter,
  290. .dataTables_wrapper .dataTables_info,
  291. .dataTables_wrapper .dataTables_processing,
  292. .dataTables_wrapper .dataTables_paginate {
  293. color: #333333;
  294. }
  295. .dataTables_wrapper .dataTables_scroll {
  296. clear: both;
  297. }
  298. .dataTables_wrapper .dataTables_scrollBody {
  299. *margin-top: -1px;
  300. -webkit-overflow-scrolling: touch;
  301. }
  302. .dataTables_wrapper .ui-widget-header {
  303. font-weight: normal;
  304. }
  305. .dataTables_wrapper .ui-toolbar {
  306. padding: 2px;
  307. }
  308. .dataTables_wrapper:after {
  309. visibility: hidden;
  310. display: block;
  311. content: "";
  312. clear: both;
  313. height: 0;
  314. }
  315. @media screen and (max-width: 767px) {
  316. .dataTables_wrapper .dataTables_length,
  317. .dataTables_wrapper .dataTables_filter,
  318. .dataTables_wrapper .dataTables_info,
  319. .dataTables_wrapper .dataTables_paginate {
  320. float: none;
  321. text-align: center;
  322. }
  323. .dataTables_wrapper .dataTables_filter,
  324. .dataTables_wrapper .dataTables_paginate {
  325. margin-top: 0.5em;
  326. }
  327. }
  328. .ui-widget-content .dataTables_wrapper, .ui-widget .dataTables_wrapper {
  329. font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  330. color: #666;
  331. font-size: 12px;
  332. }