datatablesassets-rails 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/CODE_OF_CONDUCT.md +49 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +84 -0
  7. data/Rakefile +2 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +8 -0
  10. data/datatablesassets-rails.gemspec +24 -0
  11. data/lib/datatablesassets-rails.rb +1 -0
  12. data/lib/datatablesassets/rails.rb +7 -0
  13. data/lib/datatablesassets/rails/engine.rb +7 -0
  14. data/lib/datatablesassets/rails/version.rb +5 -0
  15. data/vendor/assets/images/datatables/Sorting icons.psd +0 -0
  16. data/vendor/assets/images/datatables/favicon.ico +0 -0
  17. data/vendor/assets/images/datatables/sort_asc.png +0 -0
  18. data/vendor/assets/images/datatables/sort_asc_disabled.png +0 -0
  19. data/vendor/assets/images/datatables/sort_both.png +0 -0
  20. data/vendor/assets/images/datatables/sort_desc.png +0 -0
  21. data/vendor/assets/images/datatables/sort_desc_disabled.png +0 -0
  22. data/vendor/assets/javascript/datatables/dataTables.bootstrap.js +182 -0
  23. data/vendor/assets/javascript/datatables/dataTables.bootstrap.min.js +8 -0
  24. data/vendor/assets/javascript/datatables/dataTables.bootstrap4.js +184 -0
  25. data/vendor/assets/javascript/datatables/dataTables.bootstrap4.min.js +8 -0
  26. data/vendor/assets/javascript/datatables/dataTables.foundation.js +174 -0
  27. data/vendor/assets/javascript/datatables/dataTables.foundation.min.js +8 -0
  28. data/vendor/assets/javascript/datatables/dataTables.jqueryui.js +164 -0
  29. data/vendor/assets/javascript/datatables/dataTables.jqueryui.min.js +9 -0
  30. data/vendor/assets/javascript/datatables/dataTables.material.js +191 -0
  31. data/vendor/assets/javascript/datatables/dataTables.material.min.js +8 -0
  32. data/vendor/assets/javascript/datatables/dataTables.semanticui.js +208 -0
  33. data/vendor/assets/javascript/datatables/dataTables.semanticui.min.js +9 -0
  34. data/vendor/assets/javascript/datatables/dataTables.uikit.js +176 -0
  35. data/vendor/assets/javascript/datatables/dataTables.uikit.min.js +8 -0
  36. data/vendor/assets/javascript/datatables/jquery.dataTables.js +15278 -0
  37. data/vendor/assets/javascript/datatables/jquery.dataTables.min.js +166 -0
  38. data/vendor/assets/stylesheets/datatables/dataTables.bootstrap.css +185 -0
  39. data/vendor/assets/stylesheets/datatables/dataTables.bootstrap.min.css +1 -0
  40. data/vendor/assets/stylesheets/datatables/dataTables.bootstrap4.css +193 -0
  41. data/vendor/assets/stylesheets/datatables/dataTables.bootstrap4.min.css +1 -0
  42. data/vendor/assets/stylesheets/datatables/dataTables.foundation.css +116 -0
  43. data/vendor/assets/stylesheets/datatables/dataTables.foundation.min.css +1 -0
  44. data/vendor/assets/stylesheets/datatables/dataTables.jqueryui.css +481 -0
  45. data/vendor/assets/stylesheets/datatables/dataTables.jqueryui.min.css +1 -0
  46. data/vendor/assets/stylesheets/datatables/dataTables.material.css +87 -0
  47. data/vendor/assets/stylesheets/datatables/dataTables.material.min.css +1 -0
  48. data/vendor/assets/stylesheets/datatables/dataTables.semanticui.css +103 -0
  49. data/vendor/assets/stylesheets/datatables/dataTables.semanticui.min.css +1 -0
  50. data/vendor/assets/stylesheets/datatables/dataTables.uikit.css +146 -0
  51. data/vendor/assets/stylesheets/datatables/dataTables.uikit.min.css +1 -0
  52. data/vendor/assets/stylesheets/datatables/jquery.dataTables.css +452 -0
  53. data/vendor/assets/stylesheets/datatables/jquery.dataTables.min.css +1 -0
  54. data/vendor/assets/stylesheets/datatables/jquery.dataTables_themeroller.css +417 -0
  55. metadata +127 -0
@@ -0,0 +1 @@
1
+ table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}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 #ddd}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:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;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)));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%);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%);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%);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%);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%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}table.dataTable thead th div.DataTables_sort_wrapper{position:relative}table.dataTable thead th div.DataTables_sort_wrapper span{position:absolute;top:50%;margin-top:-8px;right:-18px}table.dataTable thead th.ui-state-default,table.dataTable tfoot th.ui-state-default{border-left-width:0}table.dataTable thead th.ui-state-default:first-child,table.dataTable tfoot th.ui-state-default:first-child{border-left-width:1px}.dataTables_wrapper .dataTables_paginate .fg-button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;border:1px solid transparent}.dataTables_wrapper .dataTables_paginate .fg-button:active{outline:none}.dataTables_wrapper .dataTables_paginate .fg-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.dataTables_wrapper .dataTables_paginate .fg-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.dataTables_wrapper .ui-widget-header{font-weight:normal}.dataTables_wrapper .ui-toolbar{padding:8px}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:none}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:inherit}
@@ -0,0 +1,87 @@
1
+ div.dataTables_wrapper div.dataTables_filter {
2
+ text-align: right;
3
+ }
4
+ div.dataTables_wrapper div.dataTables_filter input {
5
+ margin-left: 0.5em;
6
+ }
7
+ div.dataTables_wrapper div.dataTables_info {
8
+ padding-top: 10px;
9
+ white-space: nowrap;
10
+ }
11
+ div.dataTables_wrapper div.dataTables_processing {
12
+ position: absolute;
13
+ top: 50%;
14
+ left: 50%;
15
+ width: 200px;
16
+ margin-left: -100px;
17
+ text-align: center;
18
+ }
19
+ div.dataTables_wrapper div.dataTables_paginate {
20
+ text-align: right;
21
+ }
22
+ div.dataTables_wrapper div.mdl-grid.dt-table {
23
+ padding-top: 0;
24
+ padding-bottom: 0;
25
+ }
26
+ div.dataTables_wrapper div.mdl-grid.dt-table > div.mdl-cell {
27
+ margin-top: 0;
28
+ margin-bottom: 0;
29
+ }
30
+
31
+ table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
32
+ table.dataTable thead > tr > td.sorting_asc,
33
+ table.dataTable thead > tr > td.sorting_desc,
34
+ table.dataTable thead > tr > td.sorting {
35
+ padding-right: 30px;
36
+ }
37
+ table.dataTable thead > tr > th:active,
38
+ table.dataTable thead > tr > td:active {
39
+ outline: none;
40
+ }
41
+ table.dataTable thead .sorting,
42
+ table.dataTable thead .sorting_asc,
43
+ table.dataTable thead .sorting_desc,
44
+ table.dataTable thead .sorting_asc_disabled,
45
+ table.dataTable thead .sorting_desc_disabled {
46
+ cursor: pointer;
47
+ position: relative;
48
+ }
49
+ table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
50
+ table.dataTable thead .sorting_asc:before,
51
+ table.dataTable thead .sorting_asc:after,
52
+ table.dataTable thead .sorting_desc:before,
53
+ table.dataTable thead .sorting_desc:after,
54
+ table.dataTable thead .sorting_asc_disabled:before,
55
+ table.dataTable thead .sorting_asc_disabled:after,
56
+ table.dataTable thead .sorting_desc_disabled:before,
57
+ table.dataTable thead .sorting_desc_disabled:after {
58
+ position: absolute;
59
+ bottom: 11px;
60
+ display: block;
61
+ opacity: 0.3;
62
+ font-size: 1.3em;
63
+ }
64
+ table.dataTable thead .sorting:before,
65
+ table.dataTable thead .sorting_asc:before,
66
+ table.dataTable thead .sorting_desc:before,
67
+ table.dataTable thead .sorting_asc_disabled:before,
68
+ table.dataTable thead .sorting_desc_disabled:before {
69
+ right: 1em;
70
+ content: "\2191";
71
+ }
72
+ table.dataTable thead .sorting:after,
73
+ table.dataTable thead .sorting_asc:after,
74
+ table.dataTable thead .sorting_desc:after,
75
+ table.dataTable thead .sorting_asc_disabled:after,
76
+ table.dataTable thead .sorting_desc_disabled:after {
77
+ right: 0.5em;
78
+ content: "\2193";
79
+ }
80
+ table.dataTable thead .sorting_asc:before,
81
+ table.dataTable thead .sorting_desc:after {
82
+ opacity: 1;
83
+ }
84
+ table.dataTable thead .sorting_asc_disabled:before,
85
+ table.dataTable thead .sorting_desc_disabled:after {
86
+ opacity: 0;
87
+ }
@@ -0,0 +1 @@
1
+ div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em}div.dataTables_wrapper div.dataTables_info{padding-top:10px;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;text-align:center}div.dataTables_wrapper div.dataTables_paginate{text-align:right}div.dataTables_wrapper div.mdl-grid.dt-table{padding-top:0;padding-bottom:0}div.dataTables_wrapper div.mdl-grid.dt-table>div.mdl-cell{margin-top:0;margin-bottom:0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:11px;display:block;opacity:0.3;font-size:1.3em}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}
@@ -0,0 +1,103 @@
1
+ /*
2
+ * Styling for DataTables with Semantic UI
3
+ */
4
+ table.dataTable.table {
5
+ margin: 0;
6
+ }
7
+ table.dataTable.table thead th,
8
+ table.dataTable.table thead td {
9
+ position: relative;
10
+ }
11
+ table.dataTable.table thead th.sorting, table.dataTable.table thead th.sorting_asc, table.dataTable.table thead th.sorting_desc,
12
+ table.dataTable.table thead td.sorting,
13
+ table.dataTable.table thead td.sorting_asc,
14
+ table.dataTable.table thead td.sorting_desc {
15
+ padding-right: 20px;
16
+ }
17
+ table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after,
18
+ table.dataTable.table thead td.sorting:after,
19
+ table.dataTable.table thead td.sorting_asc:after,
20
+ table.dataTable.table thead td.sorting_desc:after {
21
+ position: absolute;
22
+ top: 12px;
23
+ right: 8px;
24
+ display: block;
25
+ font-family: Icons;
26
+ }
27
+ table.dataTable.table thead th.sorting:after,
28
+ table.dataTable.table thead td.sorting:after {
29
+ content: "\f0dc";
30
+ color: #ddd;
31
+ font-size: 0.8em;
32
+ }
33
+ table.dataTable.table thead th.sorting_asc:after,
34
+ table.dataTable.table thead td.sorting_asc:after {
35
+ content: "\f0de";
36
+ }
37
+ table.dataTable.table thead th.sorting_desc:after,
38
+ table.dataTable.table thead td.sorting_desc:after {
39
+ content: "\f0dd";
40
+ }
41
+ table.dataTable.table td,
42
+ table.dataTable.table th {
43
+ -webkit-box-sizing: content-box;
44
+ -moz-box-sizing: content-box;
45
+ box-sizing: content-box;
46
+ }
47
+ table.dataTable.table td.dataTables_empty,
48
+ table.dataTable.table th.dataTables_empty {
49
+ text-align: center;
50
+ }
51
+ table.dataTable.table.nowrap th,
52
+ table.dataTable.table.nowrap td {
53
+ white-space: nowrap;
54
+ }
55
+
56
+ div.dataTables_wrapper div.dataTables_length select {
57
+ vertical-align: middle;
58
+ min-height: 2.7142em;
59
+ }
60
+ div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown {
61
+ min-width: 0;
62
+ }
63
+ div.dataTables_wrapper div.dataTables_filter input {
64
+ margin-left: 0.5em;
65
+ }
66
+ div.dataTables_wrapper div.dataTables_info {
67
+ padding-top: 13px;
68
+ white-space: nowrap;
69
+ }
70
+ div.dataTables_wrapper div.dataTables_processing {
71
+ position: absolute;
72
+ top: 50%;
73
+ left: 50%;
74
+ width: 200px;
75
+ margin-left: -100px;
76
+ text-align: center;
77
+ }
78
+ div.dataTables_wrapper div.row.dt-table {
79
+ padding: 0;
80
+ }
81
+ div.dataTables_wrapper div.dataTables_scrollHead table.dataTable {
82
+ border-bottom-right-radius: 0;
83
+ border-bottom-left-radius: 0;
84
+ border-bottom: none;
85
+ }
86
+ div.dataTables_wrapper div.dataTables_scrollBody thead .sorting:after,
87
+ div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_asc:after,
88
+ div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_desc:after {
89
+ display: none;
90
+ }
91
+ div.dataTables_wrapper div.dataTables_scrollBody table.dataTable {
92
+ border-radius: 0;
93
+ border-top: none;
94
+ border-bottom-width: 0;
95
+ }
96
+ div.dataTables_wrapper div.dataTables_scrollBody table.dataTable.no-footer {
97
+ border-bottom-width: 1px;
98
+ }
99
+ div.dataTables_wrapper div.dataTables_scrollFoot table.dataTable {
100
+ border-top-right-radius: 0;
101
+ border-top-left-radius: 0;
102
+ border-top: none;
103
+ }
@@ -0,0 +1 @@
1
+ table.dataTable.table{margin:0}table.dataTable.table thead th,table.dataTable.table thead td{position:relative}table.dataTable.table thead th.sorting,table.dataTable.table thead th.sorting_asc,table.dataTable.table thead th.sorting_desc,table.dataTable.table thead td.sorting,table.dataTable.table thead td.sorting_asc,table.dataTable.table thead td.sorting_desc{padding-right:20px}table.dataTable.table thead th.sorting:after,table.dataTable.table thead th.sorting_asc:after,table.dataTable.table thead th.sorting_desc:after,table.dataTable.table thead td.sorting:after,table.dataTable.table thead td.sorting_asc:after,table.dataTable.table thead td.sorting_desc:after{position:absolute;top:12px;right:8px;display:block;font-family:Icons}table.dataTable.table thead th.sorting:after,table.dataTable.table thead td.sorting:after{content:"\f0dc";color:#ddd;font-size:0.8em}table.dataTable.table thead th.sorting_asc:after,table.dataTable.table thead td.sorting_asc:after{content:"\f0de"}table.dataTable.table thead th.sorting_desc:after,table.dataTable.table thead td.sorting_desc:after{content:"\f0dd"}table.dataTable.table td,table.dataTable.table th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable.table td.dataTables_empty,table.dataTable.table th.dataTables_empty{text-align:center}table.dataTable.table.nowrap th,table.dataTable.table.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{vertical-align:middle;min-height:2.7142em}div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown{min-width:0}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em}div.dataTables_wrapper div.dataTables_info{padding-top:13px;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;text-align:center}div.dataTables_wrapper div.row.dt-table{padding:0}div.dataTables_wrapper div.dataTables_scrollHead table.dataTable{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:none}div.dataTables_wrapper div.dataTables_scrollBody thead .sorting:after,div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_asc:after,div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_desc:after{display:none}div.dataTables_wrapper div.dataTables_scrollBody table.dataTable{border-radius:0;border-top:none;border-bottom-width:0}div.dataTables_wrapper div.dataTables_scrollBody table.dataTable.no-footer{border-bottom-width:1px}div.dataTables_wrapper div.dataTables_scrollFoot table.dataTable{border-top-right-radius:0;border-top-left-radius:0;border-top:none}
@@ -0,0 +1,146 @@
1
+ table.dataTable {
2
+ clear: both;
3
+ margin-top: 6px !important;
4
+ margin-bottom: 6px !important;
5
+ max-width: none !important;
6
+ }
7
+ table.dataTable td,
8
+ table.dataTable th {
9
+ -webkit-box-sizing: content-box;
10
+ box-sizing: content-box;
11
+ }
12
+ table.dataTable td.dataTables_empty,
13
+ table.dataTable th.dataTables_empty {
14
+ text-align: center;
15
+ }
16
+ table.dataTable.nowrap th,
17
+ table.dataTable.nowrap td {
18
+ white-space: nowrap;
19
+ }
20
+
21
+ div.dataTables_wrapper div.row.uk-grid.dt-merge-grid {
22
+ margin-top: 5px;
23
+ }
24
+ div.dataTables_wrapper div.dataTables_length label {
25
+ font-weight: normal;
26
+ text-align: left;
27
+ white-space: nowrap;
28
+ }
29
+ div.dataTables_wrapper div.dataTables_length select {
30
+ width: 75px;
31
+ display: inline-block;
32
+ }
33
+ div.dataTables_wrapper div.dataTables_filter {
34
+ text-align: right;
35
+ }
36
+ div.dataTables_wrapper div.dataTables_filter label {
37
+ font-weight: normal;
38
+ white-space: nowrap;
39
+ text-align: left;
40
+ }
41
+ div.dataTables_wrapper div.dataTables_filter input {
42
+ margin-left: 0.5em;
43
+ display: inline-block;
44
+ width: auto;
45
+ }
46
+ div.dataTables_wrapper div.dataTables_info {
47
+ padding-top: 8px;
48
+ white-space: nowrap;
49
+ }
50
+ div.dataTables_wrapper div.dataTables_paginate {
51
+ margin: 0;
52
+ white-space: nowrap;
53
+ text-align: right;
54
+ }
55
+ div.dataTables_wrapper div.dataTables_paginate ul.pagination {
56
+ margin: 2px 0;
57
+ white-space: nowrap;
58
+ }
59
+ div.dataTables_wrapper div.dataTables_processing {
60
+ position: absolute;
61
+ top: 50%;
62
+ left: 50%;
63
+ width: 200px;
64
+ margin-left: -100px;
65
+ margin-top: -26px;
66
+ text-align: center;
67
+ padding: 1em 0;
68
+ }
69
+
70
+ table.dataTable thead > tr > th,
71
+ table.dataTable thead > tr > td {
72
+ position: relative;
73
+ }
74
+ table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
75
+ table.dataTable thead > tr > td.sorting_asc,
76
+ table.dataTable thead > tr > td.sorting_desc,
77
+ table.dataTable thead > tr > td.sorting {
78
+ padding-right: 30px;
79
+ }
80
+ table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after,
81
+ table.dataTable thead > tr > td.sorting:after,
82
+ table.dataTable thead > tr > td.sorting_asc:after,
83
+ table.dataTable thead > tr > td.sorting_desc:after {
84
+ position: absolute;
85
+ top: 7px;
86
+ right: 8px;
87
+ display: block;
88
+ font-family: 'FontAwesome';
89
+ }
90
+ table.dataTable thead > tr > th.sorting:after,
91
+ table.dataTable thead > tr > td.sorting:after {
92
+ content: "\f0dc";
93
+ color: #ddd;
94
+ font-size: 0.8em;
95
+ padding-top: 0.12em;
96
+ }
97
+ table.dataTable thead > tr > th.sorting_asc:after,
98
+ table.dataTable thead > tr > td.sorting_asc:after {
99
+ content: "\f0de";
100
+ }
101
+ table.dataTable thead > tr > th.sorting_desc:after,
102
+ table.dataTable thead > tr > td.sorting_desc:after {
103
+ content: "\f0dd";
104
+ }
105
+
106
+ div.dataTables_scrollHead table.dataTable {
107
+ margin-bottom: 0 !important;
108
+ }
109
+
110
+ div.dataTables_scrollBody table {
111
+ border-top: none;
112
+ margin-top: 0 !important;
113
+ margin-bottom: 0 !important;
114
+ }
115
+ div.dataTables_scrollBody table thead .sorting:after,
116
+ div.dataTables_scrollBody table thead .sorting_asc:after,
117
+ div.dataTables_scrollBody table thead .sorting_desc:after {
118
+ display: none;
119
+ }
120
+ div.dataTables_scrollBody table tbody tr:first-child th,
121
+ div.dataTables_scrollBody table tbody tr:first-child td {
122
+ border-top: none;
123
+ }
124
+
125
+ div.dataTables_scrollFoot table {
126
+ margin-top: 0 !important;
127
+ border-top: none;
128
+ }
129
+
130
+ @media screen and (max-width: 767px) {
131
+ div.dataTables_wrapper div.dataTables_length,
132
+ div.dataTables_wrapper div.dataTables_filter,
133
+ div.dataTables_wrapper div.dataTables_info,
134
+ div.dataTables_wrapper div.dataTables_paginate {
135
+ text-align: center;
136
+ }
137
+ }
138
+ table.dataTable.uk-table-condensed > thead > tr > th {
139
+ padding-right: 20px;
140
+ }
141
+ table.dataTable.uk-table-condensed .sorting:after,
142
+ table.dataTable.uk-table-condensed .sorting_asc:after,
143
+ table.dataTable.uk-table-condensed .sorting_desc:after {
144
+ top: 6px;
145
+ right: 6px;
146
+ }
@@ -0,0 +1 @@
1
+ table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.row.uk-grid.dt-merge-grid{margin-top:5px}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th,table.dataTable thead>tr>td{position:relative}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}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>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after{position:absolute;top:7px;right:8px;display:block;font-family:'FontAwesome'}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>td.sorting:after{content:"\f0dc";color:#ddd;font-size:0.8em;padding-top:0.12em}table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>td.sorting_asc:after{content:"\f0de"}table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_desc:after{content:"\f0dd"}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.uk-table-condensed>thead>tr>th{padding-right:20px}table.dataTable.uk-table-condensed .sorting:after,table.dataTable.uk-table-condensed .sorting_asc:after,table.dataTable.uk-table-condensed .sorting_desc:after{top:6px;right:6px}
@@ -0,0 +1,452 @@
1
+ /*
2
+ * Table styles
3
+ */
4
+ table.dataTable {
5
+ width: 100%;
6
+ margin: 0 auto;
7
+ clear: both;
8
+ border-collapse: separate;
9
+ border-spacing: 0;
10
+ /*
11
+ * Header and footer styles
12
+ */
13
+ /*
14
+ * Body styles
15
+ */
16
+ }
17
+ table.dataTable thead th,
18
+ table.dataTable tfoot th {
19
+ font-weight: bold;
20
+ }
21
+ table.dataTable thead th,
22
+ table.dataTable thead td {
23
+ padding: 10px 18px;
24
+ border-bottom: 1px solid #111;
25
+ }
26
+ table.dataTable thead th:active,
27
+ table.dataTable thead td:active {
28
+ outline: none;
29
+ }
30
+ table.dataTable tfoot th,
31
+ table.dataTable tfoot td {
32
+ padding: 10px 18px 6px 18px;
33
+ border-top: 1px solid #111;
34
+ }
35
+ table.dataTable thead .sorting,
36
+ table.dataTable thead .sorting_asc,
37
+ table.dataTable thead .sorting_desc {
38
+ cursor: pointer;
39
+ *cursor: hand;
40
+ }
41
+ table.dataTable thead .sorting,
42
+ table.dataTable thead .sorting_asc,
43
+ table.dataTable thead .sorting_desc,
44
+ table.dataTable thead .sorting_asc_disabled,
45
+ table.dataTable thead .sorting_desc_disabled {
46
+ background-repeat: no-repeat;
47
+ background-position: center right;
48
+ }
49
+ table.dataTable thead .sorting {
50
+ background-image: url("/assets/datatables/sort_both.png");
51
+ }
52
+ table.dataTable thead .sorting_asc {
53
+ background-image: url("/assets/datatables/sort_asc.png");
54
+ }
55
+ table.dataTable thead .sorting_desc {
56
+ background-image: url("/assets/datatables/sort_desc.png");
57
+ }
58
+ table.dataTable thead .sorting_asc_disabled {
59
+ background-image: url("/assets/datatables/sort_asc_disabled.png");
60
+ }
61
+ table.dataTable thead .sorting_desc_disabled {
62
+ background-image: url("/assets/datatables/sort_desc_disabled.png");
63
+ }
64
+ table.dataTable tbody tr {
65
+ background-color: #ffffff;
66
+ }
67
+ table.dataTable tbody tr.selected {
68
+ background-color: #B0BED9;
69
+ }
70
+ table.dataTable tbody th,
71
+ table.dataTable tbody td {
72
+ padding: 8px 10px;
73
+ }
74
+ table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
75
+ border-top: 1px solid #ddd;
76
+ }
77
+ table.dataTable.row-border tbody tr:first-child th,
78
+ table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
79
+ table.dataTable.display tbody tr:first-child td {
80
+ border-top: none;
81
+ }
82
+ table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
83
+ border-top: 1px solid #ddd;
84
+ border-right: 1px solid #ddd;
85
+ }
86
+ table.dataTable.cell-border tbody tr th:first-child,
87
+ table.dataTable.cell-border tbody tr td:first-child {
88
+ border-left: 1px solid #ddd;
89
+ }
90
+ table.dataTable.cell-border tbody tr:first-child th,
91
+ table.dataTable.cell-border tbody tr:first-child td {
92
+ border-top: none;
93
+ }
94
+ table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
95
+ background-color: #f9f9f9;
96
+ }
97
+ table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
98
+ background-color: #acbad4;
99
+ }
100
+ table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
101
+ background-color: #f6f6f6;
102
+ }
103
+ table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
104
+ background-color: #aab7d1;
105
+ }
106
+ table.dataTable.order-column tbody tr > .sorting_1,
107
+ table.dataTable.order-column tbody tr > .sorting_2,
108
+ table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
109
+ table.dataTable.display tbody tr > .sorting_2,
110
+ table.dataTable.display tbody tr > .sorting_3 {
111
+ background-color: #fafafa;
112
+ }
113
+ table.dataTable.order-column tbody tr.selected > .sorting_1,
114
+ table.dataTable.order-column tbody tr.selected > .sorting_2,
115
+ table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
116
+ table.dataTable.display tbody tr.selected > .sorting_2,
117
+ table.dataTable.display tbody tr.selected > .sorting_3 {
118
+ background-color: #acbad5;
119
+ }
120
+ table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
121
+ background-color: #f1f1f1;
122
+ }
123
+ table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
124
+ background-color: #f3f3f3;
125
+ }
126
+ table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
127
+ background-color: whitesmoke;
128
+ }
129
+ table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
130
+ background-color: #a6b4cd;
131
+ }
132
+ table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
133
+ background-color: #a8b5cf;
134
+ }
135
+ table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
136
+ background-color: #a9b7d1;
137
+ }
138
+ table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
139
+ background-color: #fafafa;
140
+ }
141
+ table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
142
+ background-color: #fcfcfc;
143
+ }
144
+ table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
145
+ background-color: #fefefe;
146
+ }
147
+ table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
148
+ background-color: #acbad5;
149
+ }
150
+ table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
151
+ background-color: #aebcd6;
152
+ }
153
+ table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
154
+ background-color: #afbdd8;
155
+ }
156
+ table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
157
+ background-color: #eaeaea;
158
+ }
159
+ table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
160
+ background-color: #ececec;
161
+ }
162
+ table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
163
+ background-color: #efefef;
164
+ }
165
+ table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
166
+ background-color: #a2aec7;
167
+ }
168
+ table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
169
+ background-color: #a3b0c9;
170
+ }
171
+ table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
172
+ background-color: #a5b2cb;
173
+ }
174
+ table.dataTable.no-footer {
175
+ border-bottom: 1px solid #111;
176
+ }
177
+ table.dataTable.nowrap th, table.dataTable.nowrap td {
178
+ white-space: nowrap;
179
+ }
180
+ table.dataTable.compact thead th,
181
+ table.dataTable.compact thead td {
182
+ padding: 4px 17px 4px 4px;
183
+ }
184
+ table.dataTable.compact tfoot th,
185
+ table.dataTable.compact tfoot td {
186
+ padding: 4px;
187
+ }
188
+ table.dataTable.compact tbody th,
189
+ table.dataTable.compact tbody td {
190
+ padding: 4px;
191
+ }
192
+ table.dataTable th.dt-left,
193
+ table.dataTable td.dt-left {
194
+ text-align: left;
195
+ }
196
+ table.dataTable th.dt-center,
197
+ table.dataTable td.dt-center,
198
+ table.dataTable td.dataTables_empty {
199
+ text-align: center;
200
+ }
201
+ table.dataTable th.dt-right,
202
+ table.dataTable td.dt-right {
203
+ text-align: right;
204
+ }
205
+ table.dataTable th.dt-justify,
206
+ table.dataTable td.dt-justify {
207
+ text-align: justify;
208
+ }
209
+ table.dataTable th.dt-nowrap,
210
+ table.dataTable td.dt-nowrap {
211
+ white-space: nowrap;
212
+ }
213
+ table.dataTable thead th.dt-head-left,
214
+ table.dataTable thead td.dt-head-left,
215
+ table.dataTable tfoot th.dt-head-left,
216
+ table.dataTable tfoot td.dt-head-left {
217
+ text-align: left;
218
+ }
219
+ table.dataTable thead th.dt-head-center,
220
+ table.dataTable thead td.dt-head-center,
221
+ table.dataTable tfoot th.dt-head-center,
222
+ table.dataTable tfoot td.dt-head-center {
223
+ text-align: center;
224
+ }
225
+ table.dataTable thead th.dt-head-right,
226
+ table.dataTable thead td.dt-head-right,
227
+ table.dataTable tfoot th.dt-head-right,
228
+ table.dataTable tfoot td.dt-head-right {
229
+ text-align: right;
230
+ }
231
+ table.dataTable thead th.dt-head-justify,
232
+ table.dataTable thead td.dt-head-justify,
233
+ table.dataTable tfoot th.dt-head-justify,
234
+ table.dataTable tfoot td.dt-head-justify {
235
+ text-align: justify;
236
+ }
237
+ table.dataTable thead th.dt-head-nowrap,
238
+ table.dataTable thead td.dt-head-nowrap,
239
+ table.dataTable tfoot th.dt-head-nowrap,
240
+ table.dataTable tfoot td.dt-head-nowrap {
241
+ white-space: nowrap;
242
+ }
243
+ table.dataTable tbody th.dt-body-left,
244
+ table.dataTable tbody td.dt-body-left {
245
+ text-align: left;
246
+ }
247
+ table.dataTable tbody th.dt-body-center,
248
+ table.dataTable tbody td.dt-body-center {
249
+ text-align: center;
250
+ }
251
+ table.dataTable tbody th.dt-body-right,
252
+ table.dataTable tbody td.dt-body-right {
253
+ text-align: right;
254
+ }
255
+ table.dataTable tbody th.dt-body-justify,
256
+ table.dataTable tbody td.dt-body-justify {
257
+ text-align: justify;
258
+ }
259
+ table.dataTable tbody th.dt-body-nowrap,
260
+ table.dataTable tbody td.dt-body-nowrap {
261
+ white-space: nowrap;
262
+ }
263
+
264
+ table.dataTable,
265
+ table.dataTable th,
266
+ table.dataTable td {
267
+ -webkit-box-sizing: content-box;
268
+ box-sizing: content-box;
269
+ }
270
+
271
+ /*
272
+ * Control feature layout
273
+ */
274
+ .dataTables_wrapper {
275
+ position: relative;
276
+ clear: both;
277
+ *zoom: 1;
278
+ zoom: 1;
279
+ }
280
+ .dataTables_wrapper .dataTables_length {
281
+ float: left;
282
+ }
283
+ .dataTables_wrapper .dataTables_filter {
284
+ float: right;
285
+ text-align: right;
286
+ }
287
+ .dataTables_wrapper .dataTables_filter input {
288
+ margin-left: 0.5em;
289
+ }
290
+ .dataTables_wrapper .dataTables_info {
291
+ clear: both;
292
+ float: left;
293
+ padding-top: 0.755em;
294
+ }
295
+ .dataTables_wrapper .dataTables_paginate {
296
+ float: right;
297
+ text-align: right;
298
+ padding-top: 0.25em;
299
+ }
300
+ .dataTables_wrapper .dataTables_paginate .paginate_button {
301
+ box-sizing: border-box;
302
+ display: inline-block;
303
+ min-width: 1.5em;
304
+ padding: 0.5em 1em;
305
+ margin-left: 2px;
306
+ text-align: center;
307
+ text-decoration: none !important;
308
+ cursor: pointer;
309
+ *cursor: hand;
310
+ color: #333 !important;
311
+ border: 1px solid transparent;
312
+ border-radius: 2px;
313
+ }
314
+ .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
315
+ color: #333 !important;
316
+ border: 1px solid #979797;
317
+ background-color: white;
318
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
319
+ /* Chrome,Safari4+ */
320
+ background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
321
+ /* Chrome10+,Safari5.1+ */
322
+ background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
323
+ /* FF3.6+ */
324
+ background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
325
+ /* IE10+ */
326
+ background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
327
+ /* Opera 11.10+ */
328
+ background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
329
+ /* W3C */
330
+ }
331
+ .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
332
+ cursor: default;
333
+ color: #666 !important;
334
+ border: 1px solid transparent;
335
+ background: transparent;
336
+ box-shadow: none;
337
+ }
338
+ .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
339
+ color: white !important;
340
+ border: 1px solid #111;
341
+ background-color: #585858;
342
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
343
+ /* Chrome,Safari4+ */
344
+ background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
345
+ /* Chrome10+,Safari5.1+ */
346
+ background: -moz-linear-gradient(top, #585858 0%, #111 100%);
347
+ /* FF3.6+ */
348
+ background: -ms-linear-gradient(top, #585858 0%, #111 100%);
349
+ /* IE10+ */
350
+ background: -o-linear-gradient(top, #585858 0%, #111 100%);
351
+ /* Opera 11.10+ */
352
+ background: linear-gradient(to bottom, #585858 0%, #111 100%);
353
+ /* W3C */
354
+ }
355
+ .dataTables_wrapper .dataTables_paginate .paginate_button:active {
356
+ outline: none;
357
+ background-color: #2b2b2b;
358
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
359
+ /* Chrome,Safari4+ */
360
+ background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
361
+ /* Chrome10+,Safari5.1+ */
362
+ background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
363
+ /* FF3.6+ */
364
+ background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
365
+ /* IE10+ */
366
+ background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
367
+ /* Opera 11.10+ */
368
+ background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
369
+ /* W3C */
370
+ box-shadow: inset 0 0 3px #111;
371
+ }
372
+ .dataTables_wrapper .dataTables_paginate .ellipsis {
373
+ padding: 0 1em;
374
+ }
375
+ .dataTables_wrapper .dataTables_processing {
376
+ position: absolute;
377
+ top: 50%;
378
+ left: 50%;
379
+ width: 100%;
380
+ height: 40px;
381
+ margin-left: -50%;
382
+ margin-top: -25px;
383
+ padding-top: 20px;
384
+ text-align: center;
385
+ font-size: 1.2em;
386
+ background-color: white;
387
+ 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)));
388
+ 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%);
389
+ 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%);
390
+ 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%);
391
+ 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%);
392
+ 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%);
393
+ }
394
+ .dataTables_wrapper .dataTables_length,
395
+ .dataTables_wrapper .dataTables_filter,
396
+ .dataTables_wrapper .dataTables_info,
397
+ .dataTables_wrapper .dataTables_processing,
398
+ .dataTables_wrapper .dataTables_paginate {
399
+ color: #333;
400
+ }
401
+ .dataTables_wrapper .dataTables_scroll {
402
+ clear: both;
403
+ }
404
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
405
+ *margin-top: -1px;
406
+ -webkit-overflow-scrolling: touch;
407
+ }
408
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
409
+ vertical-align: middle;
410
+ }
411
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
412
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
413
+ height: 0;
414
+ overflow: hidden;
415
+ margin: 0 !important;
416
+ padding: 0 !important;
417
+ }
418
+ .dataTables_wrapper.no-footer .dataTables_scrollBody {
419
+ border-bottom: 1px solid #111;
420
+ }
421
+ .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
422
+ .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
423
+ border-bottom: none;
424
+ }
425
+ .dataTables_wrapper:after {
426
+ visibility: hidden;
427
+ display: block;
428
+ content: "";
429
+ clear: both;
430
+ height: 0;
431
+ }
432
+
433
+ @media screen and (max-width: 767px) {
434
+ .dataTables_wrapper .dataTables_info,
435
+ .dataTables_wrapper .dataTables_paginate {
436
+ float: none;
437
+ text-align: center;
438
+ }
439
+ .dataTables_wrapper .dataTables_paginate {
440
+ margin-top: 0.5em;
441
+ }
442
+ }
443
+ @media screen and (max-width: 640px) {
444
+ .dataTables_wrapper .dataTables_length,
445
+ .dataTables_wrapper .dataTables_filter {
446
+ float: none;
447
+ text-align: center;
448
+ }
449
+ .dataTables_wrapper .dataTables_filter {
450
+ margin-top: 0.5em;
451
+ }
452
+ }