dataTables.jqueryui.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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 tfoot th {
  19. font-weight: bold;
  20. }
  21. table.dataTable thead th,
  22. table.dataTable thead td {
  23. padding: 10px 18px;
  24. }
  25. table.dataTable thead th:active,
  26. table.dataTable thead td:active {
  27. outline: none;
  28. }
  29. table.dataTable tfoot th,
  30. table.dataTable tfoot td {
  31. padding: 10px 18px 6px 18px;
  32. }
  33. table.dataTable tbody tr {
  34. background-color: #ffffff;
  35. }
  36. table.dataTable tbody tr.selected {
  37. background-color: #B0BED9;
  38. }
  39. table.dataTable tbody th,
  40. table.dataTable tbody td {
  41. padding: 8px 10px;
  42. }
  43. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  44. border-top: 1px solid #ddd;
  45. }
  46. table.dataTable.row-border tbody tr:first-child th,
  47. table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  48. table.dataTable.display tbody tr:first-child td {
  49. border-top: none;
  50. }
  51. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  52. border-top: 1px solid #ddd;
  53. border-right: 1px solid #ddd;
  54. }
  55. table.dataTable.cell-border tbody tr th:first-child,
  56. table.dataTable.cell-border tbody tr td:first-child {
  57. border-left: 1px solid #ddd;
  58. }
  59. table.dataTable.cell-border tbody tr:first-child th,
  60. table.dataTable.cell-border tbody tr:first-child td {
  61. border-top: none;
  62. }
  63. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  64. background-color: #f9f9f9;
  65. }
  66. table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  67. background-color: #acbad4;
  68. }
  69. table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  70. background-color: #f6f6f6;
  71. }
  72. table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  73. background-color: #aab7d1;
  74. }
  75. table.dataTable.order-column tbody tr > .sorting_1,
  76. table.dataTable.order-column tbody tr > .sorting_2,
  77. table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  78. table.dataTable.display tbody tr > .sorting_2,
  79. table.dataTable.display tbody tr > .sorting_3 {
  80. background-color: #fafafa;
  81. }
  82. table.dataTable.order-column tbody tr.selected > .sorting_1,
  83. table.dataTable.order-column tbody tr.selected > .sorting_2,
  84. table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  85. table.dataTable.display tbody tr.selected > .sorting_2,
  86. table.dataTable.display tbody tr.selected > .sorting_3 {
  87. background-color: #acbad5;
  88. }
  89. table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  90. background-color: #f1f1f1;
  91. }
  92. table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  93. background-color: #f3f3f3;
  94. }
  95. table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  96. background-color: whitesmoke;
  97. }
  98. table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  99. background-color: #a6b4cd;
  100. }
  101. table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  102. background-color: #a8b5cf;
  103. }
  104. table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  105. background-color: #a9b7d1;
  106. }
  107. table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  108. background-color: #fafafa;
  109. }
  110. table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  111. background-color: #fcfcfc;
  112. }
  113. table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  114. background-color: #fefefe;
  115. }
  116. table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  117. background-color: #acbad5;
  118. }
  119. table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  120. background-color: #aebcd6;
  121. }
  122. table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  123. background-color: #afbdd8;
  124. }
  125. table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  126. background-color: #eaeaea;
  127. }
  128. table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  129. background-color: #ececec;
  130. }
  131. table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  132. background-color: #efefef;
  133. }
  134. table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  135. background-color: #a2aec7;
  136. }
  137. table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  138. background-color: #a3b0c9;
  139. }
  140. table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  141. background-color: #a5b2cb;
  142. }
  143. table.dataTable.no-footer {
  144. border-bottom: 1px solid #111;
  145. }
  146. table.dataTable.nowrap th, table.dataTable.nowrap td {
  147. white-space: nowrap;
  148. }
  149. table.dataTable.compact thead th,
  150. table.dataTable.compact thead td {
  151. padding: 4px 17px 4px 4px;
  152. }
  153. table.dataTable.compact tfoot th,
  154. table.dataTable.compact tfoot td {
  155. padding: 4px;
  156. }
  157. table.dataTable.compact tbody th,
  158. table.dataTable.compact tbody td {
  159. padding: 4px;
  160. }
  161. table.dataTable th.dt-left,
  162. table.dataTable td.dt-left {
  163. text-align: left;
  164. }
  165. table.dataTable th.dt-center,
  166. table.dataTable td.dt-center,
  167. table.dataTable td.dataTables_empty {
  168. text-align: center;
  169. }
  170. table.dataTable th.dt-right,
  171. table.dataTable td.dt-right {
  172. text-align: right;
  173. }
  174. table.dataTable th.dt-justify,
  175. table.dataTable td.dt-justify {
  176. text-align: justify;
  177. }
  178. table.dataTable th.dt-nowrap,
  179. table.dataTable td.dt-nowrap {
  180. white-space: nowrap;
  181. }
  182. table.dataTable thead th.dt-head-left,
  183. table.dataTable thead td.dt-head-left,
  184. table.dataTable tfoot th.dt-head-left,
  185. table.dataTable tfoot td.dt-head-left {
  186. text-align: left;
  187. }
  188. table.dataTable thead th.dt-head-center,
  189. table.dataTable thead td.dt-head-center,
  190. table.dataTable tfoot th.dt-head-center,
  191. table.dataTable tfoot td.dt-head-center {
  192. text-align: center;
  193. }
  194. table.dataTable thead th.dt-head-right,
  195. table.dataTable thead td.dt-head-right,
  196. table.dataTable tfoot th.dt-head-right,
  197. table.dataTable tfoot td.dt-head-right {
  198. text-align: right;
  199. }
  200. table.dataTable thead th.dt-head-justify,
  201. table.dataTable thead td.dt-head-justify,
  202. table.dataTable tfoot th.dt-head-justify,
  203. table.dataTable tfoot td.dt-head-justify {
  204. text-align: justify;
  205. }
  206. table.dataTable thead th.dt-head-nowrap,
  207. table.dataTable thead td.dt-head-nowrap,
  208. table.dataTable tfoot th.dt-head-nowrap,
  209. table.dataTable tfoot td.dt-head-nowrap {
  210. white-space: nowrap;
  211. }
  212. table.dataTable tbody th.dt-body-left,
  213. table.dataTable tbody td.dt-body-left {
  214. text-align: left;
  215. }
  216. table.dataTable tbody th.dt-body-center,
  217. table.dataTable tbody td.dt-body-center {
  218. text-align: center;
  219. }
  220. table.dataTable tbody th.dt-body-right,
  221. table.dataTable tbody td.dt-body-right {
  222. text-align: right;
  223. }
  224. table.dataTable tbody th.dt-body-justify,
  225. table.dataTable tbody td.dt-body-justify {
  226. text-align: justify;
  227. }
  228. table.dataTable tbody th.dt-body-nowrap,
  229. table.dataTable tbody td.dt-body-nowrap {
  230. white-space: nowrap;
  231. }
  232. table.dataTable,
  233. table.dataTable th,
  234. table.dataTable td {
  235. -webkit-box-sizing: content-box;
  236. box-sizing: content-box;
  237. }
  238. /*
  239. * Control feature layout
  240. */
  241. .dataTables_wrapper {
  242. position: relative;
  243. clear: both;
  244. *zoom: 1;
  245. zoom: 1;
  246. }
  247. .dataTables_wrapper .dataTables_length {
  248. float: left;
  249. }
  250. .dataTables_wrapper .dataTables_filter {
  251. float: right;
  252. text-align: right;
  253. }
  254. .dataTables_wrapper .dataTables_filter input {
  255. margin-left: 0.5em;
  256. }
  257. .dataTables_wrapper .dataTables_info {
  258. clear: both;
  259. float: left;
  260. padding-top: 0.755em;
  261. }
  262. .dataTables_wrapper .dataTables_paginate {
  263. float: right;
  264. text-align: right;
  265. padding-top: 0.25em;
  266. }
  267. .dataTables_wrapper .dataTables_paginate .paginate_button {
  268. box-sizing: border-box;
  269. display: inline-block;
  270. min-width: 1.5em;
  271. padding: 0.5em 1em;
  272. margin-left: 2px;
  273. text-align: center;
  274. text-decoration: none !important;
  275. cursor: pointer;
  276. *cursor: hand;
  277. color: #333 !important;
  278. border: 1px solid transparent;
  279. border-radius: 2px;
  280. }
  281. .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  282. color: #333 !important;
  283. border: 1px solid #979797;
  284. background-color: white;
  285. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  286. /* Chrome,Safari4+ */
  287. background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  288. /* Chrome10+,Safari5.1+ */
  289. background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  290. /* FF3.6+ */
  291. background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  292. /* IE10+ */
  293. background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  294. /* Opera 11.10+ */
  295. background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  296. /* W3C */
  297. }
  298. .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  299. cursor: default;
  300. color: #666 !important;
  301. border: 1px solid transparent;
  302. background: transparent;
  303. box-shadow: none;
  304. }
  305. .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  306. color: white !important;
  307. border: 1px solid #111;
  308. background-color: #585858;
  309. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  310. /* Chrome,Safari4+ */
  311. background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  312. /* Chrome10+,Safari5.1+ */
  313. background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  314. /* FF3.6+ */
  315. background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  316. /* IE10+ */
  317. background: -o-linear-gradient(top, #585858 0%, #111 100%);
  318. /* Opera 11.10+ */
  319. background: linear-gradient(to bottom, #585858 0%, #111 100%);
  320. /* W3C */
  321. }
  322. .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  323. outline: none;
  324. background-color: #2b2b2b;
  325. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  326. /* Chrome,Safari4+ */
  327. background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  328. /* Chrome10+,Safari5.1+ */
  329. background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  330. /* FF3.6+ */
  331. background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  332. /* IE10+ */
  333. background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  334. /* Opera 11.10+ */
  335. background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  336. /* W3C */
  337. box-shadow: inset 0 0 3px #111;
  338. }
  339. .dataTables_wrapper .dataTables_paginate .ellipsis {
  340. padding: 0 1em;
  341. }
  342. .dataTables_wrapper .dataTables_processing {
  343. position: absolute;
  344. top: 50%;
  345. left: 50%;
  346. width: 100%;
  347. height: 40px;
  348. margin-left: -50%;
  349. margin-top: -25px;
  350. padding-top: 20px;
  351. text-align: center;
  352. font-size: 1.2em;
  353. background-color: white;
  354. 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)));
  355. 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%);
  356. 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%);
  357. 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%);
  358. 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%);
  359. 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%);
  360. }
  361. .dataTables_wrapper .dataTables_length,
  362. .dataTables_wrapper .dataTables_filter,
  363. .dataTables_wrapper .dataTables_info,
  364. .dataTables_wrapper .dataTables_processing,
  365. .dataTables_wrapper .dataTables_paginate {
  366. color: #333;
  367. }
  368. .dataTables_wrapper .dataTables_scroll {
  369. clear: both;
  370. }
  371. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  372. *margin-top: -1px;
  373. -webkit-overflow-scrolling: touch;
  374. }
  375. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  376. vertical-align: middle;
  377. }
  378. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
  379. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  380. height: 0;
  381. overflow: hidden;
  382. margin: 0 !important;
  383. padding: 0 !important;
  384. }
  385. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  386. border-bottom: 1px solid #111;
  387. }
  388. .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  389. .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  390. border-bottom: none;
  391. }
  392. .dataTables_wrapper:after {
  393. visibility: hidden;
  394. display: block;
  395. content: "";
  396. clear: both;
  397. height: 0;
  398. }
  399. @media screen and (max-width: 767px) {
  400. .dataTables_wrapper .dataTables_info,
  401. .dataTables_wrapper .dataTables_paginate {
  402. float: none;
  403. text-align: center;
  404. }
  405. .dataTables_wrapper .dataTables_paginate {
  406. margin-top: 0.5em;
  407. }
  408. }
  409. @media screen and (max-width: 640px) {
  410. .dataTables_wrapper .dataTables_length,
  411. .dataTables_wrapper .dataTables_filter {
  412. float: none;
  413. text-align: center;
  414. }
  415. .dataTables_wrapper .dataTables_filter {
  416. margin-top: 0.5em;
  417. }
  418. }
  419. table.dataTable thead th div.DataTables_sort_wrapper {
  420. position: relative;
  421. }
  422. table.dataTable thead th div.DataTables_sort_wrapper span {
  423. position: absolute;
  424. top: 50%;
  425. margin-top: -8px;
  426. right: -18px;
  427. }
  428. table.dataTable thead th.ui-state-default,
  429. table.dataTable tfoot th.ui-state-default {
  430. border-left-width: 0;
  431. }
  432. table.dataTable thead th.ui-state-default:first-child,
  433. table.dataTable tfoot th.ui-state-default:first-child {
  434. border-left-width: 1px;
  435. }
  436. /*
  437. * Control feature layout
  438. */
  439. .dataTables_wrapper .dataTables_paginate .fg-button {
  440. box-sizing: border-box;
  441. display: inline-block;
  442. min-width: 1.5em;
  443. padding: 0.5em;
  444. margin-left: 2px;
  445. text-align: center;
  446. text-decoration: none !important;
  447. cursor: pointer;
  448. *cursor: hand;
  449. border: 1px solid transparent;
  450. }
  451. .dataTables_wrapper .dataTables_paginate .fg-button:active {
  452. outline: none;
  453. }
  454. .dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  455. border-top-left-radius: 3px;
  456. border-bottom-left-radius: 3px;
  457. }
  458. .dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  459. border-top-right-radius: 3px;
  460. border-bottom-right-radius: 3px;
  461. }
  462. .dataTables_wrapper .ui-widget-header {
  463. font-weight: normal;
  464. }
  465. .dataTables_wrapper .ui-toolbar {
  466. padding: 8px;
  467. }
  468. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  469. border-bottom: none;
  470. }
  471. .dataTables_wrapper .dataTables_length,
  472. .dataTables_wrapper .dataTables_filter,
  473. .dataTables_wrapper .dataTables_info,
  474. .dataTables_wrapper .dataTables_processing,
  475. .dataTables_wrapper .dataTables_paginate {
  476. color: inherit;
  477. }