011-datatables.css 20 KB

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