011-datatables.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  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_scrollHead table.dataTable {
  338. margin-bottom: 0 !important;
  339. }
  340. div.dataTables_scrollBody > table {
  341. border-top: none;
  342. margin-top: 0 !important;
  343. margin-bottom: 0 !important;
  344. }
  345. div.dataTables_scrollBody > table > thead .sorting:before,
  346. div.dataTables_scrollBody > table > thead .sorting_asc:before,
  347. div.dataTables_scrollBody > table > thead .sorting_desc:before,
  348. div.dataTables_scrollBody > table > thead .sorting:after,
  349. div.dataTables_scrollBody > table > thead .sorting_asc:after,
  350. div.dataTables_scrollBody > table > thead .sorting_desc:after {
  351. display: none;
  352. }
  353. div.dataTables_scrollBody > table > tbody tr:first-child th,
  354. div.dataTables_scrollBody > table > tbody tr:first-child td {
  355. border-top: none;
  356. }
  357. div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  358. box-sizing: content-box;
  359. }
  360. div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  361. margin-top: 0 !important;
  362. border-top: none;
  363. }
  364. @media screen and (max-width: 767px) {
  365. div.dataTables_wrapper div.dataTables_length,
  366. div.dataTables_wrapper div.dataTables_filter,
  367. div.dataTables_wrapper div.dataTables_info,
  368. div.dataTables_wrapper div.dataTables_paginate {
  369. text-align: center;
  370. }
  371. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  372. justify-content: center !important;
  373. }
  374. }
  375. table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  376. padding-right: 20px;
  377. }
  378. table.table-bordered.dataTable {
  379. border-right-width: 0;
  380. }
  381. table.table-bordered.dataTable thead tr:first-child th,
  382. table.table-bordered.dataTable thead tr:first-child td {
  383. border-top-width: 1px;
  384. }
  385. table.table-bordered.dataTable th,
  386. table.table-bordered.dataTable td {
  387. border-left-width: 0;
  388. }
  389. table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
  390. table.table-bordered.dataTable td:first-child,
  391. table.table-bordered.dataTable td:first-child {
  392. border-left-width: 1px;
  393. }
  394. table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  395. table.table-bordered.dataTable td:last-child,
  396. table.table-bordered.dataTable td:last-child {
  397. border-right-width: 1px;
  398. }
  399. table.table-bordered.dataTable th,
  400. table.table-bordered.dataTable td {
  401. border-bottom-width: 1px;
  402. }
  403. div.dataTables_scrollHead table.table-bordered {
  404. border-bottom-width: 0;
  405. }
  406. div.table-responsive > div.dataTables_wrapper > div.row {
  407. margin: 0;
  408. }
  409. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  410. padding-left: 0;
  411. }
  412. div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  413. padding-right: 0;
  414. }
  415. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  416. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  417. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  418. cursor: default !important;
  419. }
  420. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  421. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  422. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  423. display: none !important;
  424. }
  425. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
  426. table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  427. position: relative;
  428. padding-left: 30px;
  429. cursor: pointer;
  430. }
  431. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
  432. table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  433. top: 50%;
  434. left: 5px;
  435. height: 1em;
  436. width: 1em;
  437. margin-top: -9px;
  438. display: block;
  439. position: absolute;
  440. color: white;
  441. border: 0.15em solid white;
  442. border-radius: 1em;
  443. box-shadow: 0 0 0.2em #444;
  444. box-sizing: content-box;
  445. text-align: center;
  446. text-indent: 0 !important;
  447. font-family: "Courier New", Courier, monospace;
  448. line-height: 1em;
  449. content: "+";
  450. background-color: #0d6efd;
  451. }
  452. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
  453. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  454. content: "-";
  455. background-color: #d33333;
  456. }
  457. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
  458. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  459. padding-left: 27px;
  460. }
  461. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
  462. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  463. left: 4px;
  464. height: 14px;
  465. width: 14px;
  466. border-radius: 14px;
  467. line-height: 14px;
  468. text-indent: 3px;
  469. }
  470. table.dataTable.dtr-column > tbody > tr > td.dtr-control,
  471. table.dataTable.dtr-column > tbody > tr > th.dtr-control,
  472. table.dataTable.dtr-column > tbody > tr > td.control,
  473. table.dataTable.dtr-column > tbody > tr > th.control {
  474. position: relative;
  475. cursor: pointer;
  476. }
  477. table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
  478. table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
  479. table.dataTable.dtr-column > tbody > tr > td.control:before,
  480. table.dataTable.dtr-column > tbody > tr > th.control:before {
  481. top: 50%;
  482. left: 50%;
  483. height: 0.8em;
  484. width: 0.8em;
  485. margin-top: -0.5em;
  486. margin-left: -0.5em;
  487. display: block;
  488. position: absolute;
  489. color: white;
  490. border: 0.15em solid white;
  491. border-radius: 1em;
  492. box-shadow: 0 0 0.2em #444;
  493. box-sizing: content-box;
  494. text-align: center;
  495. text-indent: 0 !important;
  496. font-family: "Courier New", Courier, monospace;
  497. line-height: 1em;
  498. content: "+";
  499. background-color: #0d6efd;
  500. }
  501. table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
  502. table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
  503. table.dataTable.dtr-column > tbody > tr.parent td.control:before,
  504. table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  505. content: "-";
  506. background-color: #d33333;
  507. }
  508. table.dataTable > tbody > tr.child {
  509. padding: 0.5em 1em;
  510. }
  511. table.dataTable > tbody > tr.child:hover {
  512. background: transparent !important;
  513. }
  514. table.dataTable > tbody > tr.child ul.dtr-details {
  515. display: inline-block;
  516. list-style-type: none;
  517. margin: 0;
  518. padding: 0;
  519. }
  520. table.dataTable > tbody > tr.child ul.dtr-details > li {
  521. border-bottom: 1px solid #efefef;
  522. padding: 0.5em 0;
  523. }
  524. table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  525. padding-top: 0;
  526. }
  527. table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  528. border-bottom: none;
  529. }
  530. table.dataTable > tbody > tr.child span.dtr-title {
  531. display: inline-block;
  532. min-width: 75px;
  533. font-weight: bold;
  534. }
  535. div.dtr-modal {
  536. position: fixed;
  537. box-sizing: border-box;
  538. top: 0;
  539. left: 0;
  540. height: 100%;
  541. width: 100%;
  542. z-index: 100;
  543. padding: 10em 1em;
  544. }
  545. div.dtr-modal div.dtr-modal-display {
  546. position: absolute;
  547. top: 0;
  548. left: 0;
  549. bottom: 0;
  550. right: 0;
  551. width: 50%;
  552. height: 50%;
  553. overflow: auto;
  554. margin: auto;
  555. z-index: 102;
  556. overflow: auto;
  557. background-color: #f5f5f7;
  558. border: 1px solid black;
  559. border-radius: 0.5em;
  560. box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  561. }
  562. div.dtr-modal div.dtr-modal-content {
  563. position: relative;
  564. padding: 1em;
  565. }
  566. div.dtr-modal div.dtr-modal-close {
  567. position: absolute;
  568. top: 6px;
  569. right: 6px;
  570. width: 22px;
  571. height: 22px;
  572. border: 1px solid #eaeaea;
  573. background-color: #f9f9f9;
  574. text-align: center;
  575. border-radius: 3px;
  576. cursor: pointer;
  577. z-index: 12;
  578. }
  579. div.dtr-modal div.dtr-modal-close:hover {
  580. background-color: #eaeaea;
  581. }
  582. div.dtr-modal div.dtr-modal-background {
  583. position: fixed;
  584. top: 0;
  585. left: 0;
  586. right: 0;
  587. bottom: 0;
  588. z-index: 101;
  589. background: rgba(0, 0, 0, 0.6);
  590. }
  591. @media screen and (max-width: 767px) {
  592. div.dtr-modal div.dtr-modal-display {
  593. width: 95%;
  594. }
  595. }
  596. div.dtr-bs-modal table.table tr:first-child td {
  597. border-top: none;
  598. }
  599. table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
  600. table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
  601. border-left-width: 1px;
  602. }
  603. table.dataTable > tbody > tr > .selected {
  604. background-color: rgba(13, 110, 253, 0.9);
  605. color: white;
  606. }
  607. table.dataTable > tbody > tr > td.select-checkbox,
  608. table.dataTable > tbody > tr > th.select-checkbox {
  609. position: relative;
  610. }
  611. table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > td.select-checkbox:after,
  612. table.dataTable > tbody > tr > th.select-checkbox:before,
  613. table.dataTable > tbody > tr > th.select-checkbox:after {
  614. display: block;
  615. position: absolute;
  616. top: 1.2em;
  617. left: 50%;
  618. width: 12px;
  619. height: 12px;
  620. box-sizing: border-box;
  621. }
  622. table.dataTable > tbody > tr > td.select-checkbox:before,
  623. table.dataTable > tbody > tr > th.select-checkbox:before {
  624. content: " ";
  625. margin-top: -5px;
  626. margin-left: -6px;
  627. border: 1px solid black;
  628. border-radius: 3px;
  629. }
  630. table.dataTable > tbody > tr.selected > td.select-checkbox:before,
  631. table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  632. border: 1px solid white;
  633. }
  634. table.dataTable > tbody > tr.selected > td.select-checkbox:after,
  635. table.dataTable > tbody > tr.selected > th.select-checkbox:after {
  636. content: "✓";
  637. font-size: 20px;
  638. margin-top: -19px;
  639. margin-left: -6px;
  640. text-align: center;
  641. text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
  642. }
  643. table.dataTable.compact > tbody > tr > td.select-checkbox:before,
  644. table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  645. margin-top: -12px;
  646. }
  647. table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
  648. table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  649. margin-top: -16px;
  650. }
  651. div.dataTables_wrapper span.select-info,
  652. div.dataTables_wrapper span.select-item {
  653. margin-left: 0.5em;
  654. }
  655. @media screen and (max-width: 640px) {
  656. div.dataTables_wrapper span.select-info,
  657. div.dataTables_wrapper span.select-item {
  658. margin-left: 0;
  659. display: block;
  660. }
  661. }
  662. table.dataTable.table-sm tbody td.select-checkbox::before {
  663. margin-top: -9px;
  664. }