datatables.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  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/#ju/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.18/b-1.5.2/b-html5-1.5.2/r-2.2.2
  8. *
  9. * Included libraries:
  10. * JSZip 2.5.0, pdfmake 0.1.36, DataTables 1.10.18, Buttons 1.5.2, HTML5 export 1.5.2, Responsive 2.2.2
  11. */
  12. /*
  13. * Table styles
  14. */
  15. table.dataTable {
  16. width: 100%;
  17. margin: 0 auto;
  18. clear: both;
  19. border-collapse: separate;
  20. border-spacing: 0;
  21. /*
  22. * Header and footer styles
  23. */
  24. /*
  25. * Body styles
  26. */
  27. }
  28. table.dataTable thead th,
  29. table.dataTable tfoot th {
  30. font-weight: bold;
  31. }
  32. table.dataTable thead th,
  33. table.dataTable thead td {
  34. padding: 10px 18px;
  35. }
  36. table.dataTable thead th:active,
  37. table.dataTable thead td:active {
  38. outline: none;
  39. }
  40. table.dataTable tfoot th,
  41. table.dataTable tfoot td {
  42. padding: 10px 18px 6px 18px;
  43. }
  44. table.dataTable tbody tr {
  45. background-color: #ffffff;
  46. }
  47. table.dataTable tbody tr.selected {
  48. background-color: #B0BED9;
  49. }
  50. table.dataTable tbody th,
  51. table.dataTable tbody td {
  52. padding: 8px 10px;
  53. }
  54. table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  55. border-top: 1px solid #ddd;
  56. }
  57. table.dataTable.row-border tbody tr:first-child th,
  58. table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  59. table.dataTable.display tbody tr:first-child td {
  60. border-top: none;
  61. }
  62. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  63. border-top: 1px solid #ddd;
  64. border-right: 1px solid #ddd;
  65. }
  66. table.dataTable.cell-border tbody tr th:first-child,
  67. table.dataTable.cell-border tbody tr td:first-child {
  68. border-left: 1px solid #ddd;
  69. }
  70. table.dataTable.cell-border tbody tr:first-child th,
  71. table.dataTable.cell-border tbody tr:first-child td {
  72. border-top: none;
  73. }
  74. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  75. background-color: #f9f9f9;
  76. }
  77. table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  78. background-color: #acbad4;
  79. }
  80. table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  81. background-color: #f6f6f6;
  82. }
  83. table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  84. background-color: #aab7d1;
  85. }
  86. table.dataTable.order-column tbody tr > .sorting_1,
  87. table.dataTable.order-column tbody tr > .sorting_2,
  88. table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  89. table.dataTable.display tbody tr > .sorting_2,
  90. table.dataTable.display tbody tr > .sorting_3 {
  91. background-color: #fafafa;
  92. }
  93. table.dataTable.order-column tbody tr.selected > .sorting_1,
  94. table.dataTable.order-column tbody tr.selected > .sorting_2,
  95. table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  96. table.dataTable.display tbody tr.selected > .sorting_2,
  97. table.dataTable.display tbody tr.selected > .sorting_3 {
  98. background-color: #acbad5;
  99. }
  100. table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  101. background-color: #f1f1f1;
  102. }
  103. table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  104. background-color: #f3f3f3;
  105. }
  106. table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  107. background-color: whitesmoke;
  108. }
  109. table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  110. background-color: #a6b4cd;
  111. }
  112. table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  113. background-color: #a8b5cf;
  114. }
  115. table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  116. background-color: #a9b7d1;
  117. }
  118. table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  119. background-color: #fafafa;
  120. }
  121. table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  122. background-color: #fcfcfc;
  123. }
  124. table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  125. background-color: #fefefe;
  126. }
  127. table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  128. background-color: #acbad5;
  129. }
  130. table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  131. background-color: #aebcd6;
  132. }
  133. table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  134. background-color: #afbdd8;
  135. }
  136. table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  137. background-color: #eaeaea;
  138. }
  139. table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  140. background-color: #ececec;
  141. }
  142. table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  143. background-color: #efefef;
  144. }
  145. table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  146. background-color: #a2aec7;
  147. }
  148. table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  149. background-color: #a3b0c9;
  150. }
  151. table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  152. background-color: #a5b2cb;
  153. }
  154. table.dataTable.no-footer {
  155. border-bottom: 1px solid #111;
  156. }
  157. table.dataTable.nowrap th, table.dataTable.nowrap td {
  158. white-space: nowrap;
  159. }
  160. table.dataTable.compact thead th,
  161. table.dataTable.compact thead td {
  162. padding: 4px 17px 4px 4px;
  163. }
  164. table.dataTable.compact tfoot th,
  165. table.dataTable.compact tfoot td {
  166. padding: 4px;
  167. }
  168. table.dataTable.compact tbody th,
  169. table.dataTable.compact tbody td {
  170. padding: 4px;
  171. }
  172. table.dataTable th.dt-left,
  173. table.dataTable td.dt-left {
  174. text-align: left;
  175. }
  176. table.dataTable th.dt-center,
  177. table.dataTable td.dt-center,
  178. table.dataTable td.dataTables_empty {
  179. text-align: center;
  180. }
  181. table.dataTable th.dt-right,
  182. table.dataTable td.dt-right {
  183. text-align: right;
  184. }
  185. table.dataTable th.dt-justify,
  186. table.dataTable td.dt-justify {
  187. text-align: justify;
  188. }
  189. table.dataTable th.dt-nowrap,
  190. table.dataTable td.dt-nowrap {
  191. white-space: nowrap;
  192. }
  193. table.dataTable thead th.dt-head-left,
  194. table.dataTable thead td.dt-head-left,
  195. table.dataTable tfoot th.dt-head-left,
  196. table.dataTable tfoot td.dt-head-left {
  197. text-align: left;
  198. }
  199. table.dataTable thead th.dt-head-center,
  200. table.dataTable thead td.dt-head-center,
  201. table.dataTable tfoot th.dt-head-center,
  202. table.dataTable tfoot td.dt-head-center {
  203. text-align: center;
  204. }
  205. table.dataTable thead th.dt-head-right,
  206. table.dataTable thead td.dt-head-right,
  207. table.dataTable tfoot th.dt-head-right,
  208. table.dataTable tfoot td.dt-head-right {
  209. text-align: right;
  210. }
  211. table.dataTable thead th.dt-head-justify,
  212. table.dataTable thead td.dt-head-justify,
  213. table.dataTable tfoot th.dt-head-justify,
  214. table.dataTable tfoot td.dt-head-justify {
  215. text-align: justify;
  216. }
  217. table.dataTable thead th.dt-head-nowrap,
  218. table.dataTable thead td.dt-head-nowrap,
  219. table.dataTable tfoot th.dt-head-nowrap,
  220. table.dataTable tfoot td.dt-head-nowrap {
  221. white-space: nowrap;
  222. }
  223. table.dataTable tbody th.dt-body-left,
  224. table.dataTable tbody td.dt-body-left {
  225. text-align: left;
  226. }
  227. table.dataTable tbody th.dt-body-center,
  228. table.dataTable tbody td.dt-body-center {
  229. text-align: center;
  230. }
  231. table.dataTable tbody th.dt-body-right,
  232. table.dataTable tbody td.dt-body-right {
  233. text-align: right;
  234. }
  235. table.dataTable tbody th.dt-body-justify,
  236. table.dataTable tbody td.dt-body-justify {
  237. text-align: justify;
  238. }
  239. table.dataTable tbody th.dt-body-nowrap,
  240. table.dataTable tbody td.dt-body-nowrap {
  241. white-space: nowrap;
  242. }
  243. table.dataTable,
  244. table.dataTable th,
  245. table.dataTable td {
  246. box-sizing: content-box;
  247. }
  248. /*
  249. * Control feature layout
  250. */
  251. .dataTables_wrapper {
  252. position: relative;
  253. clear: both;
  254. *zoom: 1;
  255. zoom: 1;
  256. }
  257. .dataTables_wrapper .dataTables_length {
  258. float: left;
  259. }
  260. .dataTables_wrapper .dataTables_filter {
  261. float: right;
  262. text-align: right;
  263. }
  264. .dataTables_wrapper .dataTables_filter input {
  265. margin-left: 0.5em;
  266. }
  267. .dataTables_wrapper .dataTables_info {
  268. clear: both;
  269. float: left;
  270. padding-top: 0.755em;
  271. }
  272. .dataTables_wrapper .dataTables_paginate {
  273. float: right;
  274. text-align: right;
  275. padding-top: 0.25em;
  276. }
  277. .dataTables_wrapper .dataTables_paginate .paginate_button {
  278. box-sizing: border-box;
  279. display: inline-block;
  280. min-width: 1.5em;
  281. padding: 0.5em 1em;
  282. margin-left: 2px;
  283. text-align: center;
  284. text-decoration: none !important;
  285. cursor: pointer;
  286. *cursor: hand;
  287. color: #333 !important;
  288. border: 1px solid transparent;
  289. border-radius: 2px;
  290. }
  291. .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  292. color: #333 !important;
  293. border: 1px solid #979797;
  294. background-color: white;
  295. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  296. /* Chrome,Safari4+ */
  297. background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  298. /* Chrome10+,Safari5.1+ */
  299. background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  300. /* FF3.6+ */
  301. background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  302. /* IE10+ */
  303. background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  304. /* Opera 11.10+ */
  305. background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  306. /* W3C */
  307. }
  308. .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  309. cursor: default;
  310. color: #666 !important;
  311. border: 1px solid transparent;
  312. background: transparent;
  313. box-shadow: none;
  314. }
  315. .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  316. color: white !important;
  317. border: 1px solid #111;
  318. background-color: #585858;
  319. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  320. /* Chrome,Safari4+ */
  321. background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  322. /* Chrome10+,Safari5.1+ */
  323. background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  324. /* FF3.6+ */
  325. background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  326. /* IE10+ */
  327. background: -o-linear-gradient(top, #585858 0%, #111 100%);
  328. /* Opera 11.10+ */
  329. background: linear-gradient(to bottom, #585858 0%, #111 100%);
  330. /* W3C */
  331. }
  332. .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  333. outline: none;
  334. background-color: #2b2b2b;
  335. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  336. /* Chrome,Safari4+ */
  337. background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  338. /* Chrome10+,Safari5.1+ */
  339. background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  340. /* FF3.6+ */
  341. background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  342. /* IE10+ */
  343. background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  344. /* Opera 11.10+ */
  345. background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  346. /* W3C */
  347. box-shadow: inset 0 0 3px #111;
  348. }
  349. .dataTables_wrapper .dataTables_paginate .ellipsis {
  350. padding: 0 1em;
  351. }
  352. .dataTables_wrapper .dataTables_processing {
  353. position: absolute;
  354. top: 50%;
  355. left: 50%;
  356. width: 100%;
  357. height: 40px;
  358. margin-left: -50%;
  359. margin-top: -25px;
  360. padding-top: 20px;
  361. text-align: center;
  362. font-size: 1.2em;
  363. background-color: white;
  364. 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)));
  365. 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%);
  366. 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%);
  367. 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%);
  368. 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%);
  369. 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%);
  370. }
  371. .dataTables_wrapper .dataTables_length,
  372. .dataTables_wrapper .dataTables_filter,
  373. .dataTables_wrapper .dataTables_info,
  374. .dataTables_wrapper .dataTables_processing,
  375. .dataTables_wrapper .dataTables_paginate {
  376. color: #333;
  377. }
  378. .dataTables_wrapper .dataTables_scroll {
  379. clear: both;
  380. }
  381. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  382. *margin-top: -1px;
  383. -webkit-overflow-scrolling: touch;
  384. }
  385. .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 {
  386. vertical-align: middle;
  387. }
  388. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
  389. .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,
  390. .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  391. height: 0;
  392. overflow: hidden;
  393. margin: 0 !important;
  394. padding: 0 !important;
  395. }
  396. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  397. border-bottom: 1px solid #111;
  398. }
  399. .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
  400. .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  401. border-bottom: none;
  402. }
  403. .dataTables_wrapper:after {
  404. visibility: hidden;
  405. display: block;
  406. content: "";
  407. clear: both;
  408. height: 0;
  409. }
  410. @media screen and (max-width: 767px) {
  411. .dataTables_wrapper .dataTables_info,
  412. .dataTables_wrapper .dataTables_paginate {
  413. float: none;
  414. text-align: center;
  415. }
  416. .dataTables_wrapper .dataTables_paginate {
  417. margin-top: 0.5em;
  418. }
  419. }
  420. @media screen and (max-width: 640px) {
  421. .dataTables_wrapper .dataTables_length,
  422. .dataTables_wrapper .dataTables_filter {
  423. float: none;
  424. text-align: center;
  425. }
  426. .dataTables_wrapper .dataTables_filter {
  427. margin-top: 0.5em;
  428. }
  429. }
  430. table.dataTable thead th div.DataTables_sort_wrapper {
  431. position: relative;
  432. }
  433. table.dataTable thead th div.DataTables_sort_wrapper span {
  434. position: absolute;
  435. top: 50%;
  436. margin-top: -8px;
  437. right: -18px;
  438. }
  439. table.dataTable thead th.ui-state-default,
  440. table.dataTable tfoot th.ui-state-default {
  441. border-left-width: 0;
  442. }
  443. table.dataTable thead th.ui-state-default:first-child,
  444. table.dataTable tfoot th.ui-state-default:first-child {
  445. border-left-width: 1px;
  446. }
  447. /*
  448. * Control feature layout
  449. */
  450. .dataTables_wrapper .dataTables_paginate .fg-button {
  451. box-sizing: border-box;
  452. display: inline-block;
  453. min-width: 1.5em;
  454. padding: 0.5em;
  455. margin-left: 2px;
  456. text-align: center;
  457. text-decoration: none !important;
  458. cursor: pointer;
  459. *cursor: hand;
  460. border: 1px solid transparent;
  461. }
  462. .dataTables_wrapper .dataTables_paginate .fg-button:active {
  463. outline: none;
  464. }
  465. .dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  466. border-top-left-radius: 3px;
  467. border-bottom-left-radius: 3px;
  468. }
  469. .dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  470. border-top-right-radius: 3px;
  471. border-bottom-right-radius: 3px;
  472. }
  473. .dataTables_wrapper .ui-widget-header {
  474. font-weight: normal;
  475. }
  476. .dataTables_wrapper .ui-toolbar {
  477. padding: 8px;
  478. }
  479. .dataTables_wrapper.no-footer .dataTables_scrollBody {
  480. border-bottom: none;
  481. }
  482. .dataTables_wrapper .dataTables_length,
  483. .dataTables_wrapper .dataTables_filter,
  484. .dataTables_wrapper .dataTables_info,
  485. .dataTables_wrapper .dataTables_processing,
  486. .dataTables_wrapper .dataTables_paginate {
  487. color: inherit;
  488. }
  489. @keyframes dtb-spinner {
  490. 100% {
  491. transform: rotate(360deg);
  492. }
  493. }
  494. @-o-keyframes dtb-spinner {
  495. 100% {
  496. -o-transform: rotate(360deg);
  497. transform: rotate(360deg);
  498. }
  499. }
  500. @-ms-keyframes dtb-spinner {
  501. 100% {
  502. -ms-transform: rotate(360deg);
  503. transform: rotate(360deg);
  504. }
  505. }
  506. @-webkit-keyframes dtb-spinner {
  507. 100% {
  508. -webkit-transform: rotate(360deg);
  509. transform: rotate(360deg);
  510. }
  511. }
  512. @-moz-keyframes dtb-spinner {
  513. 100% {
  514. -moz-transform: rotate(360deg);
  515. transform: rotate(360deg);
  516. }
  517. }
  518. div.dt-button-info {
  519. position: fixed;
  520. top: 50%;
  521. left: 50%;
  522. width: 400px;
  523. margin-top: -100px;
  524. margin-left: -200px;
  525. background-color: white;
  526. border: 2px solid #111;
  527. box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  528. border-radius: 3px;
  529. text-align: center;
  530. z-index: 21;
  531. }
  532. div.dt-button-info h2 {
  533. padding: 0.5em;
  534. margin: 0;
  535. font-weight: normal;
  536. border-bottom: 1px solid #ddd;
  537. background-color: #f3f3f3;
  538. }
  539. div.dt-button-info > div {
  540. padding: 1em;
  541. }
  542. div.dt-buttons {
  543. position: relative;
  544. float: left;
  545. }
  546. div.dt-buttons .dt-button {
  547. margin-right: 0;
  548. }
  549. div.dt-buttons .dt-button span.ui-icon {
  550. display: inline-block;
  551. vertical-align: middle;
  552. margin-top: -2px;
  553. }
  554. div.dt-buttons .dt-button:active {
  555. outline: none;
  556. }
  557. div.dt-buttons .dt-button:hover > span {
  558. background-color: rgba(0, 0, 0, 0.05);
  559. }
  560. div.dt-button-collection {
  561. position: absolute;
  562. top: 0;
  563. left: 0;
  564. width: 150px;
  565. margin-top: 3px;
  566. padding: 8px 8px 4px 8px;
  567. border: 1px solid #ccc;
  568. border: 1px solid rgba(0, 0, 0, 0.4);
  569. background-color: #f3f3f3;
  570. background-color: rgba(255, 255, 255, 0.3);
  571. overflow: hidden;
  572. z-index: 2002;
  573. border-radius: 5px;
  574. box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  575. z-index: 2002;
  576. -webkit-column-gap: 8px;
  577. -moz-column-gap: 8px;
  578. -ms-column-gap: 8px;
  579. -o-column-gap: 8px;
  580. column-gap: 8px;
  581. -webkit-column-gap: 0;
  582. -moz-column-gap: 0;
  583. -ms-column-gap: 0;
  584. -o-column-gap: 0;
  585. column-gap: 0;
  586. }
  587. div.dt-button-collection .dt-button {
  588. position: relative;
  589. left: 0;
  590. right: 0;
  591. width: 100%;
  592. display: block;
  593. float: none;
  594. margin-right: 0;
  595. margin-bottom: 4px;
  596. }
  597. div.dt-button-collection .dt-button:hover > span {
  598. background-color: rgba(0, 0, 0, 0.05);
  599. }
  600. div.dt-button-collection.fixed {
  601. position: fixed;
  602. top: 50%;
  603. left: 50%;
  604. margin-left: -75px;
  605. border-radius: 0;
  606. }
  607. div.dt-button-collection.fixed.two-column {
  608. margin-left: -150px;
  609. }
  610. div.dt-button-collection.fixed.three-column {
  611. margin-left: -225px;
  612. }
  613. div.dt-button-collection.fixed.four-column {
  614. margin-left: -300px;
  615. }
  616. div.dt-button-collection > * {
  617. -webkit-column-break-inside: avoid;
  618. break-inside: avoid;
  619. }
  620. div.dt-button-collection.two-column {
  621. width: 300px;
  622. padding-bottom: 1px;
  623. -webkit-column-count: 2;
  624. -moz-column-count: 2;
  625. -ms-column-count: 2;
  626. -o-column-count: 2;
  627. column-count: 2;
  628. }
  629. div.dt-button-collection.three-column {
  630. width: 450px;
  631. padding-bottom: 1px;
  632. -webkit-column-count: 3;
  633. -moz-column-count: 3;
  634. -ms-column-count: 3;
  635. -o-column-count: 3;
  636. column-count: 3;
  637. }
  638. div.dt-button-collection.four-column {
  639. width: 600px;
  640. padding-bottom: 1px;
  641. -webkit-column-count: 4;
  642. -moz-column-count: 4;
  643. -ms-column-count: 4;
  644. -o-column-count: 4;
  645. column-count: 4;
  646. }
  647. div.dt-button-collection .dt-button {
  648. border-radius: 0;
  649. }
  650. div.dt-button-background {
  651. position: fixed;
  652. top: 0;
  653. left: 0;
  654. width: 100%;
  655. height: 100%;
  656. background: rgba(0, 0, 0, 0.7);
  657. /* Fallback */
  658. background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  659. /* IE10 Consumer Preview */
  660. background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  661. /* Firefox */
  662. background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  663. /* Opera */
  664. background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  665. /* Webkit (Safari/Chrome 10) */
  666. background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  667. /* Webkit (Chrome 11+) */
  668. background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  669. /* W3C Markup, IE10 Release Preview */
  670. z-index: 2001;
  671. }
  672. @media screen and (max-width: 640px) {
  673. div.dt-buttons {
  674. float: none !important;
  675. text-align: center;
  676. }
  677. }
  678. button.dt-button.processing,
  679. div.dt-button.processing,
  680. a.dt-button.processing {
  681. color: rgba(0, 0, 0, 0.2);
  682. }
  683. button.dt-button.processing:after,
  684. div.dt-button.processing:after,
  685. a.dt-button.processing:after {
  686. position: absolute;
  687. top: 50%;
  688. left: 50%;
  689. width: 16px;
  690. height: 16px;
  691. margin: -8px 0 0 -8px;
  692. box-sizing: border-box;
  693. display: block;
  694. content: ' ';
  695. border: 2px solid #282828;
  696. border-radius: 50%;
  697. border-left-color: transparent;
  698. border-right-color: transparent;
  699. animation: dtb-spinner 1500ms infinite linear;
  700. -o-animation: dtb-spinner 1500ms infinite linear;
  701. -ms-animation: dtb-spinner 1500ms infinite linear;
  702. -webkit-animation: dtb-spinner 1500ms infinite linear;
  703. -moz-animation: dtb-spinner 1500ms infinite linear;
  704. }
  705. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  706. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  707. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  708. cursor: default !important;
  709. }
  710. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  711. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  712. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  713. display: none !important;
  714. }
  715. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
  716. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  717. position: relative;
  718. padding-left: 30px;
  719. cursor: pointer;
  720. }
  721. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
  722. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  723. top: 9px;
  724. left: 4px;
  725. height: 14px;
  726. width: 14px;
  727. display: block;
  728. position: absolute;
  729. color: white;
  730. border: 2px solid white;
  731. border-radius: 14px;
  732. box-shadow: 0 0 3px #444;
  733. box-sizing: content-box;
  734. text-align: center;
  735. text-indent: 0 !important;
  736. font-family: 'Courier New', Courier, monospace;
  737. line-height: 14px;
  738. content: '+';
  739. background-color: #31b131;
  740. }
  741. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
  742. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  743. content: '-';
  744. background-color: #d33333;
  745. }
  746. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
  747. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  748. padding-left: 27px;
  749. }
  750. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
  751. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  752. top: 5px;
  753. left: 4px;
  754. height: 14px;
  755. width: 14px;
  756. border-radius: 14px;
  757. line-height: 14px;
  758. text-indent: 3px;
  759. }
  760. table.dataTable.dtr-column > tbody > tr > td.control,
  761. table.dataTable.dtr-column > tbody > tr > th.control {
  762. position: relative;
  763. cursor: pointer;
  764. }
  765. table.dataTable.dtr-column > tbody > tr > td.control:before,
  766. table.dataTable.dtr-column > tbody > tr > th.control:before {
  767. top: 50%;
  768. left: 50%;
  769. height: 16px;
  770. width: 16px;
  771. margin-top: -10px;
  772. margin-left: -10px;
  773. display: block;
  774. position: absolute;
  775. color: white;
  776. border: 2px solid white;
  777. border-radius: 14px;
  778. box-shadow: 0 0 3px #444;
  779. box-sizing: content-box;
  780. text-align: center;
  781. text-indent: 0 !important;
  782. font-family: 'Courier New', Courier, monospace;
  783. line-height: 14px;
  784. content: '+';
  785. background-color: #31b131;
  786. }
  787. table.dataTable.dtr-column > tbody > tr.parent td.control:before,
  788. table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  789. content: '-';
  790. background-color: #d33333;
  791. }
  792. table.dataTable > tbody > tr.child {
  793. padding: 0.5em 1em;
  794. }
  795. table.dataTable > tbody > tr.child:hover {
  796. background: transparent !important;
  797. }
  798. table.dataTable > tbody > tr.child ul.dtr-details {
  799. display: inline-block;
  800. list-style-type: none;
  801. margin: 0;
  802. padding: 0;
  803. }
  804. table.dataTable > tbody > tr.child ul.dtr-details > li {
  805. border-bottom: 1px solid #efefef;
  806. padding: 0.5em 0;
  807. }
  808. table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  809. padding-top: 0;
  810. }
  811. table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  812. border-bottom: none;
  813. }
  814. table.dataTable > tbody > tr.child span.dtr-title {
  815. display: inline-block;
  816. min-width: 75px;
  817. font-weight: bold;
  818. }
  819. div.dtr-modal {
  820. position: fixed;
  821. box-sizing: border-box;
  822. top: 0;
  823. left: 0;
  824. height: 100%;
  825. width: 100%;
  826. z-index: 100;
  827. padding: 10em 1em;
  828. }
  829. div.dtr-modal div.dtr-modal-display {
  830. position: absolute;
  831. top: 0;
  832. left: 0;
  833. bottom: 0;
  834. right: 0;
  835. width: 50%;
  836. height: 50%;
  837. overflow: auto;
  838. margin: auto;
  839. z-index: 102;
  840. overflow: auto;
  841. background-color: #f5f5f7;
  842. border: 1px solid black;
  843. border-radius: 0.5em;
  844. box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  845. }
  846. div.dtr-modal div.dtr-modal-content {
  847. position: relative;
  848. padding: 1em;
  849. }
  850. div.dtr-modal div.dtr-modal-close {
  851. position: absolute;
  852. top: 6px;
  853. right: 6px;
  854. width: 22px;
  855. height: 22px;
  856. border: 1px solid #eaeaea;
  857. background-color: #f9f9f9;
  858. text-align: center;
  859. border-radius: 3px;
  860. cursor: pointer;
  861. z-index: 12;
  862. }
  863. div.dtr-modal div.dtr-modal-close:hover {
  864. background-color: #eaeaea;
  865. }
  866. div.dtr-modal div.dtr-modal-background {
  867. position: fixed;
  868. top: 0;
  869. left: 0;
  870. right: 0;
  871. bottom: 0;
  872. z-index: 101;
  873. background: rgba(0, 0, 0, 0.6);
  874. }
  875. @media screen and (max-width: 767px) {
  876. div.dtr-modal div.dtr-modal-display {
  877. width: 95%;
  878. }
  879. }