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