123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- /*Data Table*/
- table.dataTable {
- box-sizing: border-box;
- }
-
- table.dataTable th, table.dataTable td {
- box-sizing: border-box;
- }
-
- table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td {
- padding: .75rem 1.25rem;
- }
-
- table.dataTable thead td, table.dataTable thead th {
- border-bottom: none;
- font-weight: 500;
- position: relative;
- }
-
- table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after {
- display: inline-block;
- font-family: "Ionicons";
- speak: none;
- font-size: 18px;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- text-rendering: auto;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- position: absolute;
- z-index: 10;
- right: 7px;
- }
-
- table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after {
- -webkit-transform: translateY(0);
- -moz-transform: translateY(0);
- -ms-transform: translateY(0);
- -o-transform: translateY(0);
- transform: translateY(0);
- content: "";
- color: #298DFF;
- }
-
- table.dataTable thead td.sorting_asc::before, table.dataTable thead th.sorting_asc::before {
- content: "\f11a";
- }
-
- table.dataTable thead td.sorting_desc::after, table.dataTable thead th.sorting_desc::after {
- content: "\f118";
- }
-
- table.dataTable tfoot td, table.dataTable tfoot th {
- border-top: none;
- font-weight: 500;
- padding: .75rem 1.25rem;
- background: #E6E9EB;
- }
-
- table.dataTable.no-footer {
- border-bottom: none;
- }
-
- table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
- border-top: 1px solid #E6E9EB;
- }
-
- table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
- border-top: 1px solid #E6E9EB;
- }
-
- table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
- background: rgba(244, 245, 246, 0.5);
- }
-
- table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
- background: #1F2327;
- color: #fff;
- }
-
- table.dataTable tbody tr.selected {
- background: #1F2327;
- color: #fff;
- }
-
- table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
- background: rgba(202, 207, 212, 0.2);
- }
-
- table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
- background: #1F2327;
- color: #fff;
- }
-
- table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
- background: rgba(230, 233, 235, 0.3);
- }
-
- table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
- background: #1F2327;
- color: #fff;
- }
-
- table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
- background-color: #298DFF;
- color: #fff;
- }
-
- table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
- background: #1F2327;
- color: #fff;
- }
-
- table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > tr:first-child {
- padding-left: 1.25rem;
- }
-
- table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > tr:first-child:before {
- display: none;
- }
-
- table.dataTable > tbody > tr.child ul.dtr-details {
- width: 100%;
- }
-
- table.dataTable > tbody > tr.child ul.dtr-details > li {
- border-bottom: none;
- padding: 0.25em;
- }
-
- table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
- padding-top: 0.25em;
- }
-
- table.dataTable > tbody > tr.child span.dtr-title {
- min-width: 80px;
- font-weight: 500;
- font-size: 13px;
- text-transform: uppercase;
- color: #1F2327;
- }
-
- table.dataTable > tbody > tr.child span.dtr-data {
- color: #7C848B;
- }
-
- .dataTables_wrapper .dataTables_paginate .paginate_button {
- padding: 0;
- margin-left: 0;
- color: #1F2327 !important;
- border: none !important;
- background: transparent !important;
- box-shadow: none !important;
- border-radius: 0;
- }
-
- .dataTables_wrapper .dataTables_filter input {
- margin-left: 0;
- }
-
- .dataTables_wrapper .dataTables_length select {
- width: 80px;
- margin-right: 10px;
- }
-
- @media (max-width: 991px) {
- .dataTables_wrapper .dataTables_length {
- display: none;
- }
- }
|