datatables.css 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  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-flash-1.5.2/b-html5-1.5.2/fc-3.2.5/fh-3.1.4/kt-2.4.0/r-2.2.2/sc-1.5.0/sl-1.2.6
  8. *
  9. * Included libraries:
  10. * JSZip 2.5.0, pdfmake 0.1.36, DataTables 1.10.18, Buttons 1.5.2, Flash export 1.5.2, HTML5 export 1.5.2, FixedColumns 3.2.5, FixedHeader 3.1.4, KeyTable 2.4.0, Responsive 2.2.2, Scroller 1.5.0, Select 1.2.6
  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. div.DTFC_LeftWrapper table.dataTable,
  706. div.DTFC_RightWrapper table.dataTable {
  707. z-index: 2;
  708. }
  709. div.DTFC_LeftWrapper table.dataTable.no-footer,
  710. div.DTFC_RightWrapper table.dataTable.no-footer {
  711. border-bottom: none;
  712. }
  713. div.DTFC_Blocker {
  714. background-color: white;
  715. }
  716. table.fixedHeader-floating {
  717. position: fixed !important;
  718. background-color: white;
  719. }
  720. table.fixedHeader-locked {
  721. position: absolute !important;
  722. background-color: white;
  723. }
  724. @media print {
  725. table.fixedHeader-floating {
  726. display: none;
  727. }
  728. }
  729. table.dataTable tbody th.focus,
  730. table.dataTable tbody td.focus {
  731. box-shadow: inset 0 0 1px 2px #3366FF;
  732. }
  733. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  734. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  735. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  736. cursor: default !important;
  737. }
  738. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  739. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  740. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  741. display: none !important;
  742. }
  743. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
  744. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  745. position: relative;
  746. padding-left: 30px;
  747. cursor: pointer;
  748. }
  749. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
  750. table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  751. top: 9px;
  752. left: 4px;
  753. height: 14px;
  754. width: 14px;
  755. display: block;
  756. position: absolute;
  757. color: white;
  758. border: 2px solid white;
  759. border-radius: 14px;
  760. box-shadow: 0 0 3px #444;
  761. box-sizing: content-box;
  762. text-align: center;
  763. text-indent: 0 !important;
  764. font-family: 'Courier New', Courier, monospace;
  765. line-height: 14px;
  766. content: '+';
  767. background-color: #31b131;
  768. }
  769. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
  770. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  771. content: '-';
  772. background-color: #d33333;
  773. }
  774. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
  775. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  776. padding-left: 27px;
  777. }
  778. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
  779. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  780. top: 5px;
  781. left: 4px;
  782. height: 14px;
  783. width: 14px;
  784. border-radius: 14px;
  785. line-height: 14px;
  786. text-indent: 3px;
  787. }
  788. table.dataTable.dtr-column > tbody > tr > td.control,
  789. table.dataTable.dtr-column > tbody > tr > th.control {
  790. position: relative;
  791. cursor: pointer;
  792. }
  793. table.dataTable.dtr-column > tbody > tr > td.control:before,
  794. table.dataTable.dtr-column > tbody > tr > th.control:before {
  795. top: 50%;
  796. left: 50%;
  797. height: 16px;
  798. width: 16px;
  799. margin-top: -10px;
  800. margin-left: -10px;
  801. display: block;
  802. position: absolute;
  803. color: white;
  804. border: 2px solid white;
  805. border-radius: 14px;
  806. box-shadow: 0 0 3px #444;
  807. box-sizing: content-box;
  808. text-align: center;
  809. text-indent: 0 !important;
  810. font-family: 'Courier New', Courier, monospace;
  811. line-height: 14px;
  812. content: '+';
  813. background-color: #31b131;
  814. }
  815. table.dataTable.dtr-column > tbody > tr.parent td.control:before,
  816. table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  817. content: '-';
  818. background-color: #d33333;
  819. }
  820. table.dataTable > tbody > tr.child {
  821. padding: 0.5em 1em;
  822. }
  823. table.dataTable > tbody > tr.child:hover {
  824. background: transparent !important;
  825. }
  826. table.dataTable > tbody > tr.child ul.dtr-details {
  827. display: inline-block;
  828. list-style-type: none;
  829. margin: 0;
  830. padding: 0;
  831. }
  832. table.dataTable > tbody > tr.child ul.dtr-details > li {
  833. border-bottom: 1px solid #efefef;
  834. padding: 0.5em 0;
  835. }
  836. table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  837. padding-top: 0;
  838. }
  839. table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  840. border-bottom: none;
  841. }
  842. table.dataTable > tbody > tr.child span.dtr-title {
  843. display: inline-block;
  844. min-width: 75px;
  845. font-weight: bold;
  846. }
  847. div.dtr-modal {
  848. position: fixed;
  849. box-sizing: border-box;
  850. top: 0;
  851. left: 0;
  852. height: 100%;
  853. width: 100%;
  854. z-index: 100;
  855. padding: 10em 1em;
  856. }
  857. div.dtr-modal div.dtr-modal-display {
  858. position: absolute;
  859. top: 0;
  860. left: 0;
  861. bottom: 0;
  862. right: 0;
  863. width: 50%;
  864. height: 50%;
  865. overflow: auto;
  866. margin: auto;
  867. z-index: 102;
  868. overflow: auto;
  869. background-color: #f5f5f7;
  870. border: 1px solid black;
  871. border-radius: 0.5em;
  872. box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  873. }
  874. div.dtr-modal div.dtr-modal-content {
  875. position: relative;
  876. padding: 1em;
  877. }
  878. div.dtr-modal div.dtr-modal-close {
  879. position: absolute;
  880. top: 6px;
  881. right: 6px;
  882. width: 22px;
  883. height: 22px;
  884. border: 1px solid #eaeaea;
  885. background-color: #f9f9f9;
  886. text-align: center;
  887. border-radius: 3px;
  888. cursor: pointer;
  889. z-index: 12;
  890. }
  891. div.dtr-modal div.dtr-modal-close:hover {
  892. background-color: #eaeaea;
  893. }
  894. div.dtr-modal div.dtr-modal-background {
  895. position: fixed;
  896. top: 0;
  897. left: 0;
  898. right: 0;
  899. bottom: 0;
  900. z-index: 101;
  901. background: rgba(0, 0, 0, 0.6);
  902. }
  903. @media screen and (max-width: 767px) {
  904. div.dtr-modal div.dtr-modal-display {
  905. width: 95%;
  906. }
  907. }
  908. div.DTS {
  909. display: block !important;
  910. }
  911. div.DTS tbody th,
  912. div.DTS tbody td {
  913. white-space: nowrap;
  914. }
  915. div.DTS div.DTS_Loading {
  916. z-index: 1;
  917. }
  918. div.DTS div.dataTables_scrollBody {
  919. background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
  920. }
  921. div.DTS div.dataTables_scrollBody table {
  922. z-index: 2;
  923. }
  924. div.DTS div.dataTables_paginate,
  925. div.DTS div.dataTables_length {
  926. display: none;
  927. }
  928. table.dataTable tbody > tr.selected,
  929. table.dataTable tbody > tr > .selected {
  930. background-color: #B0BED9;
  931. }
  932. table.dataTable.stripe tbody > tr.odd.selected,
  933. table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
  934. table.dataTable.display tbody > tr.odd > .selected {
  935. background-color: #acbad4;
  936. }
  937. table.dataTable.hover tbody > tr.selected:hover,
  938. table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
  939. table.dataTable.display tbody > tr > .selected:hover {
  940. background-color: #aab7d1;
  941. }
  942. table.dataTable.order-column tbody > tr.selected > .sorting_1,
  943. table.dataTable.order-column tbody > tr.selected > .sorting_2,
  944. table.dataTable.order-column tbody > tr.selected > .sorting_3,
  945. table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
  946. table.dataTable.display tbody > tr.selected > .sorting_2,
  947. table.dataTable.display tbody > tr.selected > .sorting_3,
  948. table.dataTable.display tbody > tr > .selected {
  949. background-color: #acbad5;
  950. }
  951. table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  952. background-color: #a6b4cd;
  953. }
  954. table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  955. background-color: #a8b5cf;
  956. }
  957. table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  958. background-color: #a9b7d1;
  959. }
  960. table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  961. background-color: #acbad5;
  962. }
  963. table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  964. background-color: #aebcd6;
  965. }
  966. table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  967. background-color: #afbdd8;
  968. }
  969. table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  970. background-color: #a6b4cd;
  971. }
  972. table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  973. background-color: #acbad5;
  974. }
  975. table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  976. background-color: #a2aec7;
  977. }
  978. table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  979. background-color: #a3b0c9;
  980. }
  981. table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  982. background-color: #a5b2cb;
  983. }
  984. table.dataTable.display tbody > tr:hover > .selected,
  985. table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
  986. table.dataTable.order-column.hover tbody > tr > .selected:hover {
  987. background-color: #a2aec7;
  988. }
  989. table.dataTable tbody td.select-checkbox,
  990. table.dataTable tbody th.select-checkbox {
  991. position: relative;
  992. }
  993. table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
  994. table.dataTable tbody th.select-checkbox:before,
  995. table.dataTable tbody th.select-checkbox:after {
  996. display: block;
  997. position: absolute;
  998. top: 1.2em;
  999. left: 50%;
  1000. width: 12px;
  1001. height: 12px;
  1002. box-sizing: border-box;
  1003. }
  1004. table.dataTable tbody td.select-checkbox:before,
  1005. table.dataTable tbody th.select-checkbox:before {
  1006. content: ' ';
  1007. margin-top: -6px;
  1008. margin-left: -6px;
  1009. border: 1px solid black;
  1010. border-radius: 3px;
  1011. }
  1012. table.dataTable tr.selected td.select-checkbox:after,
  1013. table.dataTable tr.selected th.select-checkbox:after {
  1014. content: '\2714';
  1015. margin-top: -11px;
  1016. margin-left: -4px;
  1017. text-align: center;
  1018. text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
  1019. }
  1020. div.dataTables_wrapper span.select-info,
  1021. div.dataTables_wrapper span.select-item {
  1022. margin-left: 0.5em;
  1023. }
  1024. @media screen and (max-width: 640px) {
  1025. div.dataTables_wrapper span.select-info,
  1026. div.dataTables_wrapper span.select-item {
  1027. margin-left: 0;
  1028. display: block;
  1029. }
  1030. }