011-datatables.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  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/#bs5/dt-1.12.0/r-2.3.0/sl-1.4.0
  8. *
  9. * Included libraries:
  10. * DataTables 1.12.0, Responsive 2.3.0, Select 1.4.0
  11. */
  12. @charset "UTF-8";
  13. table.dataTable td.dt-control {
  14. text-align: center;
  15. cursor: pointer;
  16. }
  17. table.dataTable td.dt-control:before {
  18. height: 1em;
  19. width: 1em;
  20. margin-top: -9px;
  21. display: inline-block;
  22. color: white;
  23. border: 0.15em solid white;
  24. border-radius: 1em;
  25. box-shadow: 0 0 0.2em #444;
  26. box-sizing: content-box;
  27. text-align: center;
  28. text-indent: 0 !important;
  29. font-family: "Courier New", Courier, monospace;
  30. line-height: 1em;
  31. content: "+";
  32. background-color: #31b131;
  33. }
  34. table.dataTable tr.dt-hasChild td.dt-control:before {
  35. content: "-";
  36. background-color: #d33333;
  37. }
  38. table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
  39. table.dataTable thead > tr > td.sorting,
  40. table.dataTable thead > tr > td.sorting_asc,
  41. table.dataTable thead > tr > td.sorting_desc,
  42. table.dataTable thead > tr > td.sorting_asc_disabled,
  43. table.dataTable thead > tr > td.sorting_desc_disabled {
  44. cursor: pointer;
  45. position: relative;
  46. padding-right: 26px;
  47. }
  48. table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
  49. table.dataTable thead > tr > td.sorting:before,
  50. table.dataTable thead > tr > td.sorting:after,
  51. table.dataTable thead > tr > td.sorting_asc:before,
  52. table.dataTable thead > tr > td.sorting_asc:after,
  53. table.dataTable thead > tr > td.sorting_desc:before,
  54. table.dataTable thead > tr > td.sorting_desc:after,
  55. table.dataTable thead > tr > td.sorting_asc_disabled:before,
  56. table.dataTable thead > tr > td.sorting_asc_disabled:after,
  57. table.dataTable thead > tr > td.sorting_desc_disabled:before,
  58. table.dataTable thead > tr > td.sorting_desc_disabled:after {
  59. position: absolute;
  60. display: block;
  61. opacity: 0.125;
  62. right: 10px;
  63. line-height: 9px;
  64. font-size: 0.9em;
  65. }
  66. table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
  67. table.dataTable thead > tr > td.sorting:before,
  68. table.dataTable thead > tr > td.sorting_asc:before,
  69. table.dataTable thead > tr > td.sorting_desc:before,
  70. table.dataTable thead > tr > td.sorting_asc_disabled:before,
  71. table.dataTable thead > tr > td.sorting_desc_disabled:before {
  72. bottom: 50%;
  73. content: "▴";
  74. }
  75. table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
  76. table.dataTable thead > tr > td.sorting:after,
  77. table.dataTable thead > tr > td.sorting_asc:after,
  78. table.dataTable thead > tr > td.sorting_desc:after,
  79. table.dataTable thead > tr > td.sorting_asc_disabled:after,
  80. table.dataTable thead > tr > td.sorting_desc_disabled:after {
  81. top: 50%;
  82. content: "▾";
  83. }
  84. table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
  85. table.dataTable thead > tr > td.sorting_asc:before,
  86. table.dataTable thead > tr > td.sorting_desc:after {
  87. opacity: 0.6;
  88. }
  89. table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
  90. table.dataTable thead > tr > td.sorting_desc_disabled:after,
  91. table.dataTable thead > tr > td.sorting_asc_disabled:before {
  92. display: none;
  93. }
  94. table.dataTable thead > tr > th:active,
  95. table.dataTable thead > tr > td:active {
  96. outline: none;
  97. }
  98. div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
  99. div.dataTables_scrollBody table.dataTable thead > tr > td:before,
  100. div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  101. display: none;
  102. }
  103. div.dataTables_processing {
  104. position: absolute;
  105. top: 50%;
  106. left: 50%;
  107. width: 200px;
  108. margin-left: -100px;
  109. margin-top: -26px;
  110. text-align: center;
  111. padding: 2px;
  112. }
  113. div.dataTables_processing > div:last-child {
  114. position: relative;
  115. width: 80px;
  116. height: 15px;
  117. margin: 1em auto;
  118. }
  119. div.dataTables_processing > div:last-child > div {
  120. position: absolute;
  121. top: 0;
  122. width: 13px;
  123. height: 13px;
  124. border-radius: 50%;
  125. background: rgba(13, 110, 253, 0.9);
  126. animation-timing-function: cubic-bezier(0, 1, 1, 0);
  127. }
  128. div.dataTables_processing > div:last-child > div:nth-child(1) {
  129. left: 8px;
  130. animation: datatables-loader-1 0.6s infinite;
  131. }
  132. div.dataTables_processing > div:last-child > div:nth-child(2) {
  133. left: 8px;
  134. animation: datatables-loader-2 0.6s infinite;
  135. }
  136. div.dataTables_processing > div:last-child > div:nth-child(3) {
  137. left: 32px;
  138. animation: datatables-loader-2 0.6s infinite;
  139. }
  140. div.dataTables_processing > div:last-child > div:nth-child(4) {
  141. left: 56px;
  142. animation: datatables-loader-3 0.6s infinite;
  143. }
  144. @keyframes datatables-loader-1 {
  145. 0% {
  146. transform: scale(0);
  147. }
  148. 100% {
  149. transform: scale(1);
  150. }
  151. }
  152. @keyframes datatables-loader-3 {
  153. 0% {
  154. transform: scale(1);
  155. }
  156. 100% {
  157. transform: scale(0);
  158. }
  159. }
  160. @keyframes datatables-loader-2 {
  161. 0% {
  162. transform: translate(0, 0);
  163. }
  164. 100% {
  165. transform: translate(24px, 0);
  166. }
  167. }
  168. table.dataTable.nowrap th, table.dataTable.nowrap td {
  169. white-space: nowrap;
  170. }
  171. table.dataTable th.dt-left,
  172. table.dataTable td.dt-left {
  173. text-align: left;
  174. }
  175. table.dataTable th.dt-center,
  176. table.dataTable td.dt-center,
  177. table.dataTable td.dataTables_empty {
  178. text-align: center;
  179. }
  180. table.dataTable th.dt-right,
  181. table.dataTable td.dt-right {
  182. text-align: right;
  183. }
  184. table.dataTable th.dt-justify,
  185. table.dataTable td.dt-justify {
  186. text-align: justify;
  187. }
  188. table.dataTable th.dt-nowrap,
  189. table.dataTable td.dt-nowrap {
  190. white-space: nowrap;
  191. }
  192. table.dataTable thead th,
  193. table.dataTable thead td,
  194. table.dataTable tfoot th,
  195. table.dataTable tfoot td {
  196. text-align: left;
  197. }
  198. table.dataTable thead th.dt-head-left,
  199. table.dataTable thead td.dt-head-left,
  200. table.dataTable tfoot th.dt-head-left,
  201. table.dataTable tfoot td.dt-head-left {
  202. text-align: left;
  203. }
  204. table.dataTable thead th.dt-head-center,
  205. table.dataTable thead td.dt-head-center,
  206. table.dataTable tfoot th.dt-head-center,
  207. table.dataTable tfoot td.dt-head-center {
  208. text-align: center;
  209. }
  210. table.dataTable thead th.dt-head-right,
  211. table.dataTable thead td.dt-head-right,
  212. table.dataTable tfoot th.dt-head-right,
  213. table.dataTable tfoot td.dt-head-right {
  214. text-align: right;
  215. }
  216. table.dataTable thead th.dt-head-justify,
  217. table.dataTable thead td.dt-head-justify,
  218. table.dataTable tfoot th.dt-head-justify,
  219. table.dataTable tfoot td.dt-head-justify {
  220. text-align: justify;
  221. }
  222. table.dataTable thead th.dt-head-nowrap,
  223. table.dataTable thead td.dt-head-nowrap,
  224. table.dataTable tfoot th.dt-head-nowrap,
  225. table.dataTable tfoot td.dt-head-nowrap {
  226. white-space: nowrap;
  227. }
  228. table.dataTable tbody th.dt-body-left,
  229. table.dataTable tbody td.dt-body-left {
  230. text-align: left;
  231. }
  232. table.dataTable tbody th.dt-body-center,
  233. table.dataTable tbody td.dt-body-center {
  234. text-align: center;
  235. }
  236. table.dataTable tbody th.dt-body-right,
  237. table.dataTable tbody td.dt-body-right {
  238. text-align: right;
  239. }
  240. table.dataTable tbody th.dt-body-justify,
  241. table.dataTable tbody td.dt-body-justify {
  242. text-align: justify;
  243. }
  244. table.dataTable tbody th.dt-body-nowrap,
  245. table.dataTable tbody td.dt-body-nowrap {
  246. white-space: nowrap;
  247. }
  248. /*! Bootstrap 5 integration for DataTables
  249. *
  250. * ©2020 SpryMedia Ltd, all rights reserved.
  251. * License: MIT datatables.net/license/mit
  252. */
  253. table.dataTable {
  254. clear: both;
  255. margin-top: 6px !important;
  256. margin-bottom: 6px !important;
  257. max-width: none !important;
  258. border-collapse: separate !important;
  259. border-spacing: 0;
  260. }
  261. table.dataTable td,
  262. table.dataTable th {
  263. -webkit-box-sizing: content-box;
  264. box-sizing: content-box;
  265. }
  266. table.dataTable td.dataTables_empty,
  267. table.dataTable th.dataTables_empty {
  268. text-align: center;
  269. }
  270. table.dataTable.nowrap th,
  271. table.dataTable.nowrap td {
  272. white-space: nowrap;
  273. }
  274. table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  275. box-shadow: none;
  276. }
  277. table.dataTable > tbody > tr {
  278. background-color: transparent;
  279. }
  280. table.dataTable > tbody > tr.selected > * {
  281. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  282. color: white;
  283. }
  284. table.dataTable.table-striped > tbody > tr.odd > * {
  285. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
  286. }
  287. table.dataTable.table-striped > tbody > tr.odd.selected > * {
  288. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  289. }
  290. table.dataTable.table-hover > tbody > tr:hover > * {
  291. box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
  292. }
  293. table.dataTable.table-hover > tbody > tr.selected:hover > * {
  294. box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  295. }
  296. div.dataTables_wrapper div.dataTables_length label {
  297. font-weight: normal;
  298. text-align: left;
  299. white-space: nowrap;
  300. }
  301. div.dataTables_wrapper div.dataTables_length select {
  302. width: auto;
  303. display: inline-block;
  304. }
  305. div.dataTables_wrapper div.dataTables_filter {
  306. text-align: right;
  307. }
  308. div.dataTables_wrapper div.dataTables_filter label {
  309. font-weight: normal;
  310. white-space: nowrap;
  311. text-align: left;
  312. }
  313. div.dataTables_wrapper div.dataTables_filter input {
  314. margin-left: 0.5em;
  315. display: inline-block;
  316. width: auto;
  317. }
  318. div.dataTables_wrapper div.dataTables_info {
  319. padding-top: 0.85em;
  320. }
  321. div.dataTables_wrapper div.dataTables_paginate {
  322. margin: 0;
  323. white-space: nowrap;
  324. text-align: right;
  325. }
  326. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  327. margin: 2px 0;
  328. white-space: nowrap;
  329. justify-content: flex-end;
  330. }
  331. div.dataTables_scrollHead table.dataTable {
  332. margin-bottom: 0 !important;
  333. }
  334. div.dataTables_scrollBody > table {
  335. border-top: none;
  336. margin-top: 0 !important;
  337. margin-bottom: 0 !important;
  338. }
  339. div.dataTables_scrollBody > table > thead .sorting:before,
  340. div.dataTables_scrollBody > table > thead .sorting_asc:before,
  341. div.dataTables_scrollBody > table > thead .sorting_desc:before,
  342. div.dataTables_scrollBody > table > thead .sorting:after,
  343. div.dataTables_scrollBody > table > thead .sorting_asc:after,
  344. div.dataTables_scrollBody > table > thead .sorting_desc:after {
  345. display: none;
  346. }
  347. div.dataTables_scrollBody > table > tbody tr:first-child th,
  348. div.dataTables_scrollBody > table > tbody tr:first-child td {
  349. border-top: none;
  350. }
  351. div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  352. box-sizing: content-box;
  353. }
  354. div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  355. margin-top: 0 !important;
  356. border-top: none;
  357. }
  358. @media screen and (max-width: 767px) {
  359. div.dataTables_wrapper div.dataTables_length,
  360. div.dataTables_wrapper div.dataTables_filter,
  361. div.dataTables_wrapper div.dataTables_info,
  362. div.dataTables_wrapper div.dataTables_paginate {
  363. text-align: center;
  364. }
  365. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  366. justify-content: center !important;
  367. }
  368. }
  369. table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  370. padding-right: 20px;
  371. }
  372. table.dataTable.table-sm .sorting:before,
  373. table.dataTable.table-sm .sorting_asc:before,
  374. table.dataTable.table-sm .sorting_desc:before {
  375. top: 5px;
  376. right: 0.85em;
  377. }
  378. table.dataTable.table-sm .sorting:after,
  379. table.dataTable.table-sm .sorting_asc:after,
  380. table.dataTable.table-sm .sorting_desc:after {
  381. top: 5px;
  382. }
  383. table.table-bordered.dataTable {
  384. border-right-width: 0;
  385. }
  386. table.table-bordered.dataTable thead tr:first-child th,
  387. table.table-bordered.dataTable thead tr:first-child td {
  388. border-top-width: 1px;
  389. }
  390. table.table-bordered.dataTable th,
  391. table.table-bordered.dataTable td {
  392. border-left-width: 0;
  393. }
  394. table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
  395. table.table-bordered.dataTable td:first-child,
  396. table.table-bordered.dataTable td:first-child {
  397. border-left-width: 1px;
  398. }
  399. table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  400. table.table-bordered.dataTable td:last-child,
  401. table.table-bordered.dataTable td:last-child {
  402. border-right-width: 1px;
  403. }
  404. table.table-bordered.dataTable th,
  405. table.table-bordered.dataTable td {
  406. border-bottom-width: 1px;
  407. }
  408. div.dataTables_scrollHead table.table-bordered {
  409. border-bottom-width: 0;
  410. }
  411. div.table-responsive > div.dataTables_wrapper > div.row {
  412. margin: 0;
  413. }
  414. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  415. padding-left: 0;
  416. }
  417. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  418. padding-right: 0;
  419. }
  420. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  421. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  422. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  423. cursor: default !important;
  424. }
  425. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  426. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  427. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  428. display: none !important;
  429. }
  430. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
  431. table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  432. position: relative;
  433. padding-left: 30px;
  434. cursor: pointer;
  435. }
  436. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  437. table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  438. top: 50%;
  439. left: 5px;
  440. height: 1em;
  441. width: 1em;
  442. margin-top: -9px;
  443. display: block;
  444. position: absolute;
  445. color: white;
  446. border: 0.15em solid white;
  447. border-radius: 1em;
  448. box-shadow: 0 0 0.2em #444;
  449. box-sizing: content-box;
  450. text-align: center;
  451. text-indent: 0 !important;
  452. font-family: "Courier New", Courier, monospace;
  453. line-height: 1em;
  454. content: "+";
  455. background-color: #0d6efd;
  456. }
  457. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
  458. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  459. content: "-";
  460. background-color: #d33333;
  461. }
  462. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
  463. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  464. padding-left: 27px;
  465. }
  466. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
  467. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  468. left: 4px;
  469. height: 14px;
  470. width: 14px;
  471. border-radius: 14px;
  472. line-height: 14px;
  473. text-indent: 3px;
  474. }
  475. table.dataTable.dtr-column > tbody > tr > td.dtr-control,
  476. table.dataTable.dtr-column > tbody > tr > th.dtr-control,
  477. table.dataTable.dtr-column > tbody > tr > td.control,
  478. table.dataTable.dtr-column > tbody > tr > th.control {
  479. position: relative;
  480. cursor: pointer;
  481. }
  482. table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
  483. table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
  484. table.dataTable.dtr-column > tbody > tr > td.control:before,
  485. table.dataTable.dtr-column > tbody > tr > th.control:before {
  486. top: 50%;
  487. left: 50%;
  488. height: 0.8em;
  489. width: 0.8em;
  490. margin-top: -0.5em;
  491. margin-left: -0.5em;
  492. display: block;
  493. position: absolute;
  494. color: white;
  495. border: 0.15em solid white;
  496. border-radius: 1em;
  497. box-shadow: 0 0 0.2em #444;
  498. box-sizing: content-box;
  499. text-align: center;
  500. text-indent: 0 !important;
  501. font-family: "Courier New", Courier, monospace;
  502. line-height: 1em;
  503. content: "+";
  504. background-color: #0d6efd;
  505. }
  506. table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
  507. table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
  508. table.dataTable.dtr-column > tbody > tr.parent td.control:before,
  509. table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  510. content: "-";
  511. background-color: #d33333;
  512. }
  513. table.dataTable > tbody > tr.child {
  514. padding: 0.5em 1em;
  515. }
  516. table.dataTable > tbody > tr.child:hover {
  517. background: transparent !important;
  518. }
  519. table.dataTable > tbody > tr.child ul.dtr-details {
  520. display: inline-block;
  521. list-style-type: none;
  522. margin: 0;
  523. padding: 0;
  524. }
  525. table.dataTable > tbody > tr.child ul.dtr-details > li {
  526. border-bottom: 1px solid #efefef;
  527. padding: 0.5em 0;
  528. }
  529. table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  530. padding-top: 0;
  531. }
  532. table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  533. border-bottom: none;
  534. }
  535. table.dataTable > tbody > tr.child span.dtr-title {
  536. display: inline-block;
  537. min-width: 75px;
  538. font-weight: bold;
  539. }
  540. div.dtr-modal {
  541. position: fixed;
  542. box-sizing: border-box;
  543. top: 0;
  544. left: 0;
  545. height: 100%;
  546. width: 100%;
  547. z-index: 100;
  548. padding: 10em 1em;
  549. }
  550. div.dtr-modal div.dtr-modal-display {
  551. position: absolute;
  552. top: 0;
  553. left: 0;
  554. bottom: 0;
  555. right: 0;
  556. width: 50%;
  557. height: 50%;
  558. overflow: auto;
  559. margin: auto;
  560. z-index: 102;
  561. overflow: auto;
  562. background-color: #f5f5f7;
  563. border: 1px solid black;
  564. border-radius: 0.5em;
  565. box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  566. }
  567. div.dtr-modal div.dtr-modal-content {
  568. position: relative;
  569. padding: 1em;
  570. }
  571. div.dtr-modal div.dtr-modal-close {
  572. position: absolute;
  573. top: 6px;
  574. right: 6px;
  575. width: 22px;
  576. height: 22px;
  577. border: 1px solid #eaeaea;
  578. background-color: #f9f9f9;
  579. text-align: center;
  580. border-radius: 3px;
  581. cursor: pointer;
  582. z-index: 12;
  583. }
  584. div.dtr-modal div.dtr-modal-close:hover {
  585. background-color: #eaeaea;
  586. }
  587. div.dtr-modal div.dtr-modal-background {
  588. position: fixed;
  589. top: 0;
  590. left: 0;
  591. right: 0;
  592. bottom: 0;
  593. z-index: 101;
  594. background: rgba(0, 0, 0, 0.6);
  595. }
  596. @media screen and (max-width: 767px) {
  597. div.dtr-modal div.dtr-modal-display {
  598. width: 95%;
  599. }
  600. }
  601. div.dtr-bs-modal table.table tr:first-child td {
  602. border-top: none;
  603. }
  604. table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
  605. table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
  606. border-left-width: 1px;
  607. }
  608. table.dataTable > tbody > tr > .selected {
  609. background-color: rgba(13, 110, 253, 0.9);
  610. color: white;
  611. }
  612. table.dataTable tbody td.select-checkbox,
  613. table.dataTable tbody th.select-checkbox {
  614. position: relative;
  615. }
  616. table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
  617. table.dataTable tbody th.select-checkbox:before,
  618. table.dataTable tbody th.select-checkbox:after {
  619. display: block;
  620. position: absolute;
  621. top: 1.2em;
  622. left: 50%;
  623. width: 12px;
  624. height: 12px;
  625. box-sizing: border-box;
  626. }
  627. table.dataTable tbody td.select-checkbox:before,
  628. table.dataTable tbody th.select-checkbox:before {
  629. content: " ";
  630. margin-top: -5px;
  631. margin-left: -6px;
  632. border: 1px solid black;
  633. border-radius: 3px;
  634. }
  635. table.dataTable tr.selected td.select-checkbox:before,
  636. table.dataTable tr.selected th.select-checkbox:before {
  637. border: 1px solid white;
  638. }
  639. table.dataTable tr.selected td.select-checkbox:after,
  640. table.dataTable tr.selected th.select-checkbox:after {
  641. content: "✓";
  642. font-size: 20px;
  643. margin-top: -19px;
  644. margin-left: -6px;
  645. text-align: center;
  646. text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
  647. }
  648. table.dataTable.compact tbody td.select-checkbox:before,
  649. table.dataTable.compact tbody th.select-checkbox:before {
  650. margin-top: -12px;
  651. }
  652. table.dataTable.compact tr.selected td.select-checkbox:after,
  653. table.dataTable.compact tr.selected th.select-checkbox:after {
  654. margin-top: -16px;
  655. }
  656. div.dataTables_wrapper span.select-info,
  657. div.dataTables_wrapper span.select-item {
  658. margin-left: 0.5em;
  659. }
  660. @media screen and (max-width: 640px) {
  661. div.dataTables_wrapper span.select-info,
  662. div.dataTables_wrapper span.select-item {
  663. margin-left: 0;
  664. display: block;
  665. }
  666. }
  667. table.dataTable.table-sm tbody td.select-checkbox::before {
  668. margin-top: -9px;
  669. }