You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

datatables.css 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. /*
  2. * This combined file was created by the DataTables downloader builder:
  3. * https://datatables.net/download
  4. *
  5. * To rebuild or modify this file with the latest versions of the included
  6. * software please visit:
  7. * https://datatables.net/download/#dt/dt-1.13.1
  8. *
  9. * Included libraries:
  10. * DataTables 1.13.1
  11. */
  12. @charset "UTF-8";
  13. table.dataTable td.dt-control {
  14. text-align: center;
  15. cursor: pointer;
  16. }
  17. table.dataTable td.dt-control:before {
  18. height: 1em;
  19. width: 1em;
  20. margin-top: -9px;
  21. display: inline-block;
  22. color: white;
  23. border: 0.15em solid white;
  24. border-radius: 1em;
  25. box-shadow: 0 0 0.2em #444;
  26. box-sizing: content-box;
  27. text-align: center;
  28. text-indent: 0 !important;
  29. font-family: "Courier New", Courier, monospace;
  30. line-height: 1em;
  31. content: "+";
  32. background-color: #31b131;
  33. }
  34. table.dataTable tr.dt-hasChild td.dt-control:before {
  35. content: "-";
  36. background-color: #d33333;
  37. }
  38. 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,
  39. table.dataTable thead > tr > td.sorting,
  40. table.dataTable thead > tr > td.sorting_asc,
  41. table.dataTable thead > tr > td.sorting_desc,
  42. table.dataTable thead > tr > td.sorting_asc_disabled,
  43. table.dataTable thead > tr > td.sorting_desc_disabled {
  44. cursor: pointer;
  45. position: relative;
  46. padding-right: 26px;
  47. }
  48. 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,
  49. table.dataTable thead > tr > td.sorting:before,
  50. table.dataTable thead > tr > td.sorting:after,
  51. table.dataTable thead > tr > td.sorting_asc:before,
  52. table.dataTable thead > tr > td.sorting_asc:after,
  53. table.dataTable thead > tr > td.sorting_desc:before,
  54. table.dataTable thead > tr > td.sorting_desc:after,
  55. table.dataTable thead > tr > td.sorting_asc_disabled:before,
  56. table.dataTable thead > tr > td.sorting_asc_disabled:after,
  57. table.dataTable thead > tr > td.sorting_desc_disabled:before,
  58. table.dataTable thead > tr > td.sorting_desc_disabled:after {
  59. position: absolute;
  60. display: block;
  61. opacity: 0.125;
  62. right: 10px;
  63. line-height: 9px;
  64. font-size: 0.8em;
  65. }
  66. 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,
  67. table.dataTable thead > tr > td.sorting:before,
  68. table.dataTable thead > tr > td.sorting_asc:before,
  69. table.dataTable thead > tr > td.sorting_desc:before,
  70. table.dataTable thead > tr > td.sorting_asc_disabled:before,
  71. table.dataTable thead > tr > td.sorting_desc_disabled:before {
  72. bottom: 50%;
  73. content: "▲";
  74. }
  75. 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,
  76. table.dataTable thead > tr > td.sorting:after,
  77. table.dataTable thead > tr > td.sorting_asc:after,
  78. table.dataTable thead > tr > td.sorting_desc:after,
  79. table.dataTable thead > tr > td.sorting_asc_disabled:after,
  80. table.dataTable thead > tr > td.sorting_desc_disabled:after {
  81. top: 50%;
  82. content: "▼";
  83. }
  84. table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
  85. table.dataTable thead > tr > td.sorting_asc:before,
  86. table.dataTable thead > tr > td.sorting_desc:after {
  87. opacity: 0.6;
  88. }
  89. table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
  90. table.dataTable thead > tr > td.sorting_desc_disabled:after,
  91. table.dataTable thead > tr > td.sorting_asc_disabled:before {
  92. display: none;
  93. }
  94. table.dataTable thead > tr > th:active,
  95. table.dataTable thead > tr > td:active {
  96. outline: none;
  97. }
  98. div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
  99. div.dataTables_scrollBody table.dataTable thead > tr > td:before,
  100. div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  101. display: none;
  102. }
  103. div.dataTables_processing {
  104. position: absolute;
  105. top: 50%;
  106. left: 50%;
  107. width: 200px;
  108. margin-left: -100px;
  109. margin-top: -26px;
  110. text-align: center;
  111. padding: 2px;
  112. }
  113. div.dataTables_processing > div:last-child {
  114. position: relative;
  115. width: 80px;
  116. height: 15px;
  117. margin: 1em auto;
  118. }
  119. div.dataTables_processing > div:last-child > div {
  120. position: absolute;
  121. top: 0;
  122. width: 13px;
  123. height: 13px;
  124. border-radius: 50%;
  125. background: rgba(13, 110, 253, 0.9);
  126. animation-timing-function: cubic-bezier(0, 1, 1, 0);
  127. }
  128. div.dataTables_processing > div:last-child > div:nth-child(1) {
  129. left: 8px;
  130. animation: datatables-loader-1 0.6s infinite;
  131. }
  132. div.dataTables_processing > div:last-child > div:nth-child(2) {
  133. left: 8px;
  134. animation: datatables-loader-2 0.6s infinite;
  135. }
  136. div.dataTables_processing > div:last-child > div:nth-child(3) {
  137. left: 32px;
  138. animation: datatables-loader-2 0.6s infinite;
  139. }
  140. div.dataTables_processing > div:last-child > div:nth-child(4) {
  141. left: 56px;
  142. animation: datatables-loader-3 0.6s infinite;
  143. }
  144. @keyframes datatables-loader-1 {
  145. 0% {
  146. transform: scale(0);
  147. }
  148. 100% {
  149. transform: scale(1);
  150. }
  151. }
  152. @keyframes datatables-loader-3 {
  153. 0% {
  154. transform: scale(1);
  155. }
  156. 100% {
  157. transform: scale(0);
  158. }
  159. }
  160. @keyframes datatables-loader-2 {
  161. 0% {
  162. transform: translate(0, 0);
  163. }
  164. 100% {
  165. transform: translate(24px, 0);
  166. }
  167. }
  168. table.dataTable.nowrap th, table.dataTable.nowrap td {
  169. white-space: nowrap;
  170. }
  171. table.dataTable th.dt-left,
  172. table.dataTable td.dt-left {
  173. text-align: left;
  174. }
  175. table.dataTable th.dt-center,
  176. table.dataTable td.dt-center,
  177. table.dataTable td.dataTables_empty {
  178. text-align: center;
  179. }
  180. table.dataTable th.dt-right,
  181. table.dataTable td.dt-right {
  182. text-align: right;
  183. }
  184. table.dataTable th.dt-justify,
  185. table.dataTable td.dt-justify {
  186. text-align: justify;
  187. }
  188. table.dataTable th.dt-nowrap,
  189. table.dataTable td.dt-nowrap {
  190. white-space: nowrap;
  191. }
  192. table.dataTable thead th,
  193. table.dataTable thead td,
  194. table.dataTable tfoot th,
  195. table.dataTable tfoot td {
  196. text-align: left;
  197. }
  198. table.dataTable thead th.dt-head-left,
  199. table.dataTable thead td.dt-head-left,
  200. table.dataTable tfoot th.dt-head-left,
  201. table.dataTable tfoot td.dt-head-left {
  202. text-align: left;
  203. }
  204. table.dataTable thead th.dt-head-center,
  205. table.dataTable thead td.dt-head-center,
  206. table.dataTable tfoot th.dt-head-center,
  207. table.dataTable tfoot td.dt-head-center {
  208. text-align: center;
  209. }
  210. table.dataTable thead th.dt-head-right,
  211. table.dataTable thead td.dt-head-right,
  212. table.dataTable tfoot th.dt-head-right,
  213. table.dataTable tfoot td.dt-head-right {
  214. text-align: right;
  215. }
  216. table.dataTable thead th.dt-head-justify,
  217. table.dataTable thead td.dt-head-justify,
  218. table.dataTable tfoot th.dt-head-justify,
  219. table.dataTable tfoot td.dt-head-justify {
  220. text-align: justify;
  221. }
  222. table.dataTable thead th.dt-head-nowrap,
  223. table.dataTable thead td.dt-head-nowrap,
  224. table.dataTable tfoot th.dt-head-nowrap,
  225. table.dataTable tfoot td.dt-head-nowrap {
  226. white-space: nowrap;
  227. }
  228. table.dataTable tbody th.dt-body-left,
  229. table.dataTable tbody td.dt-body-left {
  230. text-align: left;
  231. }
  232. table.dataTable tbody th.dt-body-center,
  233. table.dataTable tbody td.dt-body-center {
  234. text-align: center;
  235. }
  236. table.dataTable tbody th.dt-body-right,
  237. table.dataTable tbody td.dt-body-right {
  238. text-align: right;
  239. }
  240. table.dataTable tbody th.dt-body-justify,
  241. table.dataTable tbody td.dt-body-justify {
  242. text-align: justify;
  243. }
  244. table.dataTable tbody th.dt-body-nowrap,
  245. table.dataTable tbody td.dt-body-nowrap {
  246. white-space: nowrap;
  247. }
  248. /*
  249. * Table styles
  250. */
  251. table.dataTable {
  252. width: 100%;
  253. margin: 0 auto;
  254. clear: both;
  255. border-collapse: separate;
  256. border-spacing: 0;
  257. /*
  258. * Header and footer styles
  259. */
  260. /*
  261. * Body styles
  262. */
  263. }
  264. table.dataTable thead th,
  265. table.dataTable tfoot th {
  266. font-weight: bold;
  267. }
  268. table.dataTable thead th,
  269. table.dataTable thead td {
  270. padding: 10px;
  271. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  272. }
  273. table.dataTable thead th:active,
  274. table.dataTable thead td:active {
  275. outline: none;
  276. }
  277. table.dataTable tfoot th,
  278. table.dataTable tfoot td {
  279. padding: 10px 10px 6px 10px;
  280. border-top: 1px solid rgba(0, 0, 0, 0.3);
  281. }
  282. table.dataTable tbody tr {
  283. background-color: transparent;
  284. }
  285. table.dataTable tbody tr.selected > * {
  286. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  287. color: white;
  288. }
  289. table.dataTable tbody tr.selected a {
  290. color: #090a0b;
  291. }
  292. table.dataTable tbody th,
  293. table.dataTable tbody td {
  294. padding: 8px 10px;
  295. }
  296. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  297. border-top: 1px solid rgba(0, 0, 0, 0.15);
  298. }
  299. table.dataTable.row-border tbody tr:first-child th,
  300. table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  301. table.dataTable.display tbody tr:first-child td {
  302. border-top: none;
  303. }
  304. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  305. border-top: 1px solid rgba(0, 0, 0, 0.15);
  306. border-right: 1px solid rgba(0, 0, 0, 0.15);
  307. }
  308. table.dataTable.cell-border tbody tr th:first-child,
  309. table.dataTable.cell-border tbody tr td:first-child {
  310. border-left: 1px solid rgba(0, 0, 0, 0.15);
  311. }
  312. table.dataTable.cell-border tbody tr:first-child th,
  313. table.dataTable.cell-border tbody tr:first-child td {
  314. border-top: none;
  315. }
  316. table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  317. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  318. }
  319. table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  320. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  321. }
  322. table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  323. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  324. }
  325. table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  326. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
  327. }
  328. table.dataTable.order-column > tbody tr > .sorting_1,
  329. table.dataTable.order-column > tbody tr > .sorting_2,
  330. table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
  331. table.dataTable.display > tbody tr > .sorting_2,
  332. table.dataTable.display > tbody tr > .sorting_3 {
  333. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  334. }
  335. table.dataTable.order-column > tbody tr.selected > .sorting_1,
  336. table.dataTable.order-column > tbody tr.selected > .sorting_2,
  337. table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
  338. table.dataTable.display > tbody tr.selected > .sorting_2,
  339. table.dataTable.display > tbody tr.selected > .sorting_3 {
  340. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  341. }
  342. table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  343. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  344. }
  345. table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  346. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  347. }
  348. table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  349. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  350. }
  351. table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  352. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  353. }
  354. table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  355. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  356. }
  357. table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  358. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  359. }
  360. table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  361. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  362. }
  363. table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  364. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  365. }
  366. table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  367. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  368. }
  369. table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  370. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  371. }
  372. table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  373. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  374. }
  375. table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  376. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  377. }
  378. table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  379. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  380. }
  381. table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  382. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  383. }
  384. table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  385. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  386. }
  387. table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  388. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  389. }
  390. table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  391. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  392. }
  393. table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  394. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  395. }
  396. table.dataTable.no-footer {
  397. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  398. }
  399. table.dataTable.compact thead th,
  400. table.dataTable.compact thead td,
  401. table.dataTable.compact tfoot th,
  402. table.dataTable.compact tfoot td,
  403. table.dataTable.compact tbody th,
  404. table.dataTable.compact tbody td {
  405. padding: 4px;
  406. }
  407. table.dataTable th,
  408. table.dataTable td {
  409. box-sizing: content-box;
  410. }
  411. /*
  412. * Control feature layout
  413. */
  414. .dataTables_wrapper {
  415. position: relative;
  416. clear: both;
  417. }
  418. .dataTables_wrapper .dataTables_length {
  419. float: left;
  420. }
  421. .dataTables_wrapper .dataTables_length select {
  422. border: 1px solid #aaa;
  423. border-radius: 3px;
  424. padding: 5px;
  425. background-color: transparent;
  426. padding: 4px;
  427. }
  428. .dataTables_wrapper .dataTables_filter {
  429. float: right;
  430. text-align: right;
  431. }
  432. .dataTables_wrapper .dataTables_filter input {
  433. border: 1px solid #aaa;
  434. border-radius: 3px;
  435. padding: 5px;
  436. background-color: transparent;
  437. margin-left: 3px;
  438. }
  439. .dataTables_wrapper .dataTables_info {
  440. clear: both;
  441. float: left;
  442. padding-top: 0.755em;
  443. }
  444. .dataTables_wrapper .dataTables_paginate {
  445. float: right;
  446. text-align: right;
  447. padding-top: 0.25em;
  448. }
  449. .dataTables_wrapper .dataTables_paginate .paginate_button {
  450. box-sizing: border-box;
  451. display: inline-block;
  452. min-width: 1.5em;
  453. padding: 0.5em 1em;
  454. margin-left: 2px;
  455. text-align: center;
  456. text-decoration: none !important;
  457. cursor: pointer;
  458. color: inherit !important;
  459. border: 1px solid transparent;
  460. border-radius: 2px;
  461. }
  462. .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  463. color: inherit !important;
  464. border: 1px solid rgba(0, 0, 0, 0.3);
  465. background-color: rgba(230, 230, 230, 0.1);
  466. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  467. /* Chrome,Safari4+ */
  468. background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  469. /* Chrome10+,Safari5.1+ */
  470. background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  471. /* FF3.6+ */
  472. background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  473. /* IE10+ */
  474. background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  475. /* Opera 11.10+ */
  476. background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  477. /* W3C */
  478. }
  479. .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  480. cursor: default;
  481. color: #666 !important;
  482. border: 1px solid transparent;
  483. background: transparent;
  484. box-shadow: none;
  485. }
  486. .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  487. color: white !important;
  488. border: 1px solid #111;
  489. background-color: #585858;
  490. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  491. /* Chrome,Safari4+ */
  492. background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  493. /* Chrome10+,Safari5.1+ */
  494. background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  495. /* FF3.6+ */
  496. background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  497. /* IE10+ */
  498. background: -o-linear-gradient(top, #585858 0%, #111 100%);
  499. /* Opera 11.10+ */
  500. background: linear-gradient(to bottom, #585858 0%, #111 100%);
  501. /* W3C */
  502. }
  503. .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  504. outline: none;
  505. background-color: #2b2b2b;
  506. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  507. /* Chrome,Safari4+ */
  508. background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  509. /* Chrome10+,Safari5.1+ */
  510. background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  511. /* FF3.6+ */
  512. background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  513. /* IE10+ */
  514. background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  515. /* Opera 11.10+ */
  516. background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  517. /* W3C */
  518. box-shadow: inset 0 0 3px #111;
  519. }
  520. .dataTables_wrapper .dataTables_paginate .ellipsis {
  521. padding: 0 1em;
  522. }
  523. .dataTables_wrapper .dataTables_length,
  524. .dataTables_wrapper .dataTables_filter,
  525. .dataTables_wrapper .dataTables_info,
  526. .dataTables_wrapper .dataTables_processing,
  527. .dataTables_wrapper .dataTables_paginate {
  528. color: inherit;
  529. }
  530. .dataTables_wrapper .dataTables_scroll {
  531. clear: both;
  532. }
  533. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  534. -webkit-overflow-scrolling: touch;
  535. }
  536. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  537. vertical-align: middle;
  538. }
  539. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
  540. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
  541. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  542. height: 0;
  543. overflow: hidden;
  544. margin: 0 !important;
  545. padding: 0 !important;
  546. }
  547. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  548. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  549. }
  550. .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  551. .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  552. border-bottom: none;
  553. }
  554. .dataTables_wrapper:after {
  555. visibility: hidden;
  556. display: block;
  557. content: "";
  558. clear: both;
  559. height: 0;
  560. }
  561. @media screen and (max-width: 767px) {
  562. .dataTables_wrapper .dataTables_info,
  563. .dataTables_wrapper .dataTables_paginate {
  564. float: none;
  565. text-align: center;
  566. }
  567. .dataTables_wrapper .dataTables_paginate {
  568. margin-top: 0.5em;
  569. }
  570. }
  571. @media screen and (max-width: 640px) {
  572. .dataTables_wrapper .dataTables_length,
  573. .dataTables_wrapper .dataTables_filter {
  574. float: none;
  575. text-align: center;
  576. }
  577. .dataTables_wrapper .dataTables_filter {
  578. margin-top: 0.5em;
  579. }
  580. }