bootstrap-table-rails 1.15.4 → 1.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +147 -54
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +876 -83
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +684 -208
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +686 -210
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +66 -11
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +1347 -727
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +254 -88
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +139 -66
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1309 -258
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +139 -64
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/{accent-neutralise/bootstrap-table-accent-neutralise.js → custom-view/bootstrap-table-custom-view.js} +582 -752
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +83 -42
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1219 -208
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +409 -210
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +1 -1
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +1369 -904
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2361 -0
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.css +12 -14
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +589 -423
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +494 -107
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +3 -3
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +217 -73
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +143 -66
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +374 -138
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +137 -65
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +87 -42
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +388 -148
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +643 -255
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +348 -136
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +84 -44
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css +0 -1
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +209 -76
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +490 -202
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +221 -115
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +92 -42
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +92 -42
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +771 -0
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +92 -42
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +92 -42
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +92 -42
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +92 -42
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +92 -42
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +92 -42
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +114 -63
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +92 -42
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +92 -42
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +92 -42
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +92 -42
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +92 -42
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +92 -42
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +92 -42
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +92 -42
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +92 -42
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +92 -42
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +92 -42
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +92 -42
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +93 -43
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +92 -42
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +92 -42
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +92 -42
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +92 -42
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +92 -42
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +107 -57
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +92 -42
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +92 -42
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +92 -42
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +92 -42
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +92 -42
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +93 -43
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +92 -42
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +92 -42
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +96 -45
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +92 -42
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +92 -42
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +92 -42
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +92 -42
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +771 -0
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +771 -0
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +92 -42
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +92 -42
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +92 -42
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +92 -42
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +92 -42
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +92 -42
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +92 -42
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +92 -42
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +92 -42
  90. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +768 -0
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1049 -0
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.svg +28 -0
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +80 -12
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +161 -63
  98. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +79 -14
  99. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +166 -65
  100. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +74 -10
  101. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +165 -67
  102. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +80 -14
  103. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +165 -67
  104. metadata +13 -16
  105. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.css +0 -3
  106. data/vendor/assets/javascripts/bootstrap-table/extensions/cell-input/bootstrap-table-cell-input.css +0 -12
  107. data/vendor/assets/javascripts/bootstrap-table/extensions/cell-input/bootstrap-table-cell-input.js +0 -2087
  108. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.css +0 -53
  109. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js +0 -257
  110. data/vendor/assets/javascripts/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js +0 -105
  111. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js +0 -85
  112. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css +0 -17
  113. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js +0 -143
  114. data/vendor/assets/javascripts/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.js +0 -1265
  115. data/vendor/assets/javascripts/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js +0 -341
  116. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.css +0 -1
  117. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.js +0 -142
@@ -0,0 +1,768 @@
1
+ /**
2
+ * @author Dustin Utecht
3
+ * https://github.com/wenzhixin/bootstrap-table/
4
+ */
5
+ .bootstrap-table .fixed-table-toolbar::after {
6
+ content: "";
7
+ display: block;
8
+ clear: both;
9
+ }
10
+
11
+ .bootstrap-table .fixed-table-toolbar .bs-bars,
12
+ .bootstrap-table .fixed-table-toolbar .search,
13
+ .bootstrap-table .fixed-table-toolbar .columns {
14
+ position: relative;
15
+ margin-top: 10px;
16
+ margin-bottom: 10px;
17
+ }
18
+
19
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
20
+ display: inline-block;
21
+ margin-left: -1px !important;
22
+ }
23
+
24
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
25
+ border-radius: 0;
26
+ }
27
+
28
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
29
+ border-top-left-radius: 4px;
30
+ border-bottom-left-radius: 4px;
31
+ }
32
+
33
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
34
+ border-top-right-radius: 4px;
35
+ border-bottom-right-radius: 4px;
36
+ }
37
+
38
+ .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
39
+ text-align: left;
40
+ max-height: 300px;
41
+ overflow: auto;
42
+ -ms-overflow-style: scrollbar;
43
+ z-index: 1001;
44
+ }
45
+
46
+ .bootstrap-table .fixed-table-toolbar .columns label {
47
+ display: block;
48
+ padding: 3px 20px;
49
+ clear: both;
50
+ font-weight: normal;
51
+ line-height: 1.428571429;
52
+ }
53
+
54
+ .bootstrap-table .fixed-table-toolbar .columns-left {
55
+ margin-right: 5px;
56
+ }
57
+
58
+ .bootstrap-table .fixed-table-toolbar .columns-right {
59
+ margin-left: 5px;
60
+ }
61
+
62
+ .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
63
+ right: 0;
64
+ left: auto;
65
+ }
66
+
67
+ .bootstrap-table .fixed-table-container {
68
+ position: relative;
69
+ clear: both;
70
+ }
71
+
72
+ .bootstrap-table .fixed-table-container .table {
73
+ width: 100%;
74
+ margin-bottom: 0 !important;
75
+ }
76
+
77
+ .bootstrap-table .fixed-table-container .table th,
78
+ .bootstrap-table .fixed-table-container .table td {
79
+ vertical-align: middle;
80
+ box-sizing: border-box;
81
+ }
82
+
83
+ .bootstrap-table .fixed-table-container .table thead th {
84
+ vertical-align: bottom;
85
+ padding: 0;
86
+ margin: 0;
87
+ }
88
+
89
+ .bootstrap-table .fixed-table-container .table thead th:focus {
90
+ outline: 0 solid transparent;
91
+ }
92
+
93
+ .bootstrap-table .fixed-table-container .table thead th.detail {
94
+ width: 30px;
95
+ }
96
+
97
+ .bootstrap-table .fixed-table-container .table thead th .th-inner {
98
+ padding: 0.75rem;
99
+ vertical-align: bottom;
100
+ overflow: hidden;
101
+ text-overflow: ellipsis;
102
+ white-space: nowrap;
103
+ }
104
+
105
+ .bootstrap-table .fixed-table-container .table thead th .sortable {
106
+ cursor: pointer;
107
+ background-position: right;
108
+ background-repeat: no-repeat;
109
+ padding-right: 30px !important;
110
+ }
111
+
112
+ .bootstrap-table .fixed-table-container .table thead th .both {
113
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
114
+ }
115
+
116
+ .bootstrap-table .fixed-table-container .table thead th .asc {
117
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
118
+ }
119
+
120
+ .bootstrap-table .fixed-table-container .table thead th .desc {
121
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
122
+ }
123
+
124
+ .bootstrap-table .fixed-table-container .table tbody tr.selected td {
125
+ background-color: #fafafa;
126
+ }
127
+
128
+ .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
129
+ text-align: center;
130
+ }
131
+
132
+ .bootstrap-table .fixed-table-container .table tbody tr .card-view {
133
+ display: flex;
134
+ }
135
+
136
+ .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
137
+ font-weight: bold;
138
+ display: inline-block;
139
+ min-width: 30%;
140
+ text-align: left !important;
141
+ }
142
+
143
+ .bootstrap-table .fixed-table-container .table .bs-checkbox {
144
+ text-align: center;
145
+ }
146
+
147
+ .bootstrap-table .fixed-table-container .table .bs-checkbox label {
148
+ margin-bottom: 0;
149
+ }
150
+
151
+ .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="radio"],
152
+ .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="checkbox"] {
153
+ margin: 0 auto !important;
154
+ }
155
+
156
+ .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
157
+ padding: 0.3rem;
158
+ }
159
+
160
+ .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
161
+ border-bottom: 1px solid #dbdbdb;
162
+ }
163
+
164
+ .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
165
+ border-top: 1px solid #dbdbdb;
166
+ border-bottom: 1px solid #dbdbdb;
167
+ }
168
+
169
+ .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
170
+ border-left: 1px solid #dbdbdb;
171
+ border-right: 1px solid #dbdbdb;
172
+ }
173
+
174
+ .bootstrap-table .fixed-table-container.fixed-height .table thead th {
175
+ border-bottom: 1px solid #dbdbdb;
176
+ }
177
+
178
+ .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
179
+ border-bottom: 1px solid #32383e;
180
+ }
181
+
182
+ .bootstrap-table .fixed-table-container .fixed-table-header {
183
+ overflow: hidden;
184
+ }
185
+
186
+ .bootstrap-table .fixed-table-container .fixed-table-body {
187
+ overflow-x: auto;
188
+ overflow-y: auto;
189
+ height: 100%;
190
+ }
191
+
192
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
193
+ align-items: center;
194
+ background: #fff;
195
+ display: none;
196
+ justify-content: center;
197
+ position: absolute;
198
+ bottom: 0;
199
+ width: 100%;
200
+ z-index: 1000;
201
+ }
202
+
203
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
204
+ align-items: baseline;
205
+ display: flex;
206
+ justify-content: center;
207
+ }
208
+
209
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
210
+ margin-right: 6px;
211
+ }
212
+
213
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
214
+ align-items: center;
215
+ display: flex;
216
+ justify-content: center;
217
+ }
218
+
219
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
220
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
221
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
222
+ content: "";
223
+ animation-duration: 1.5s;
224
+ animation-iteration-count: infinite;
225
+ animation-name: LOADING;
226
+ background: #363636;
227
+ border-radius: 50%;
228
+ display: block;
229
+ height: 5px;
230
+ margin: 0 4px;
231
+ opacity: 0;
232
+ width: 5px;
233
+ }
234
+
235
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
236
+ animation-delay: 0.3s;
237
+ }
238
+
239
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
240
+ animation-delay: 0.6s;
241
+ }
242
+
243
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
244
+ background: #363636;
245
+ }
246
+
247
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
248
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
249
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
250
+ background: #fff;
251
+ }
252
+
253
+ .bootstrap-table .fixed-table-container .fixed-table-footer {
254
+ overflow: hidden;
255
+ }
256
+
257
+ .bootstrap-table .fixed-table-pagination::after {
258
+ content: "";
259
+ display: block;
260
+ clear: both;
261
+ }
262
+
263
+ .bootstrap-table .fixed-table-pagination > .pagination-detail,
264
+ .bootstrap-table .fixed-table-pagination > .pagination {
265
+ margin-top: 10px;
266
+ margin-bottom: 10px;
267
+ }
268
+
269
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
270
+ line-height: 34px;
271
+ margin-right: 5px;
272
+ }
273
+
274
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
275
+ display: inline-block;
276
+ }
277
+
278
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
279
+ position: relative;
280
+ display: inline-block;
281
+ vertical-align: middle;
282
+ }
283
+
284
+ .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
285
+ margin-bottom: 0;
286
+ }
287
+
288
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
289
+ margin: 0;
290
+ }
291
+
292
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
293
+ padding: 6px 12px;
294
+ line-height: 1.428571429;
295
+ }
296
+
297
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
298
+ color: #c8c8c8;
299
+ }
300
+
301
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
302
+ content: '\2B05';
303
+ }
304
+
305
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
306
+ content: '\27A1';
307
+ }
308
+
309
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
310
+ pointer-events: none;
311
+ cursor: default;
312
+ }
313
+
314
+ .bootstrap-table.fullscreen {
315
+ position: fixed;
316
+ top: 0;
317
+ left: 0;
318
+ z-index: 1050;
319
+ width: 100% !important;
320
+ background: #fff;
321
+ height: calc(100vh);
322
+ overflow-y: scroll;
323
+ }
324
+
325
+ /* calculate scrollbar width */
326
+ div.fixed-table-scroll-inner {
327
+ width: 100%;
328
+ height: 200px;
329
+ }
330
+
331
+ div.fixed-table-scroll-outer {
332
+ top: 0;
333
+ left: 0;
334
+ visibility: hidden;
335
+ width: 200px;
336
+ height: 150px;
337
+ overflow: hidden;
338
+ }
339
+
340
+ @keyframes LOADING {
341
+ 0% {
342
+ opacity: 0;
343
+ }
344
+ 50% {
345
+ opacity: 1;
346
+ }
347
+ to {
348
+ opacity: 0;
349
+ }
350
+ }
351
+
352
+ @font-face {
353
+ font-family: 'bootstrap-table';
354
+ src: url("fonts/bootstrap-table.eot?gmdfsp");
355
+ src: url("fonts/bootstrap-table.eot") format("embedded-opentype"), url("fonts/bootstrap-table.ttf") format("truetype"), url("fonts/bootstrap-table.woff") format("woff"), url("fonts/bootstrap-table.svg") format("svg");
356
+ font-weight: normal;
357
+ font-style: normal;
358
+ font-display: block;
359
+ }
360
+
361
+ [class^="icon-"],
362
+ [class*=" icon-"] {
363
+ /* use !important to prevent issues with browser extensions that change fonts */
364
+ font-family: 'bootstrap-table', sans-serif !important;
365
+ speak: none;
366
+ font-style: normal;
367
+ font-weight: normal;
368
+ font-variant: normal;
369
+ text-transform: none;
370
+ line-height: 1;
371
+ /* Better Font Rendering =========== */
372
+ -webkit-font-smoothing: antialiased;
373
+ -moz-osx-font-smoothing: grayscale;
374
+ }
375
+
376
+ .icon-arrow-down-circle:before {
377
+ content: "\e907";
378
+ }
379
+
380
+ .icon-arrow-up-circle:before {
381
+ content: "\e908";
382
+ }
383
+
384
+ .icon-chevron-left:before {
385
+ content: "\e900";
386
+ }
387
+
388
+ .icon-chevron-right:before {
389
+ content: "\e901";
390
+ }
391
+
392
+ .icon-clock:before {
393
+ content: "\e90c";
394
+ }
395
+
396
+ .icon-copy:before {
397
+ content: "\e909";
398
+ }
399
+
400
+ .icon-download:before {
401
+ content: "\e90d";
402
+ }
403
+
404
+ .icon-list:before {
405
+ content: "\e902";
406
+ }
407
+
408
+ .icon-maximize:before {
409
+ content: "\1f5ce";
410
+ }
411
+
412
+ .icon-minus:before {
413
+ content: "\e90f";
414
+ }
415
+
416
+ .icon-move:before {
417
+ content: "\e903";
418
+ }
419
+
420
+ .icon-plus:before {
421
+ content: "\e90e";
422
+ }
423
+
424
+ .icon-printer:before {
425
+ content: "\e90b";
426
+ }
427
+
428
+ .icon-refresh-cw:before {
429
+ content: "\e904";
430
+ }
431
+
432
+ .icon-search:before {
433
+ content: "\e90a";
434
+ }
435
+
436
+ .icon-toggle-right:before {
437
+ content: "\e905";
438
+ }
439
+
440
+ .icon-trash-2:before {
441
+ content: "\e906";
442
+ }
443
+
444
+ .icon-sort-amount-asc:before {
445
+ content: "\ea4c";
446
+ }
447
+
448
+ .bootstrap-table * {
449
+ box-sizing: border-box;
450
+ }
451
+
452
+ .bootstrap-table input.form-control,
453
+ .bootstrap-table select.form-control,
454
+ .bootstrap-table .btn {
455
+ border-radius: 4px;
456
+ background-color: #fff;
457
+ border: 1px solid #ccc;
458
+ padding: 9px 12px;
459
+ }
460
+
461
+ .bootstrap-table select.form-control {
462
+ height: 35px;
463
+ }
464
+
465
+ .bootstrap-table .btn {
466
+ outline: none;
467
+ cursor: pointer;
468
+ }
469
+
470
+ .bootstrap-table .btn.active {
471
+ background-color: #ebebeb;
472
+ }
473
+
474
+ .bootstrap-table .btn:focus, .bootstrap-table .btn:hover {
475
+ background-color: whitesmoke;
476
+ }
477
+
478
+ .bootstrap-table .caret {
479
+ display: inline-block;
480
+ width: 0;
481
+ height: 0;
482
+ margin-left: 2px;
483
+ vertical-align: middle;
484
+ border-top: 4px dashed;
485
+ border-top: 4px solid;
486
+ border-right: 4px solid transparent;
487
+ border-left: 4px solid transparent;
488
+ }
489
+
490
+ .bootstrap-table .detail-icon {
491
+ text-decoration: none;
492
+ color: #3679e4;
493
+ }
494
+
495
+ .bootstrap-table .detail-icon:hover {
496
+ color: #154a9f;
497
+ }
498
+
499
+ .bootstrap-table .fixed-table-toolbar .columns,
500
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group {
501
+ display: inline-block;
502
+ }
503
+
504
+ .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(:last-child),
505
+ .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(:last-child) > .btn,
506
+ .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(:last-child),
507
+ .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(:last-child) > .btn {
508
+ border-radius: 0;
509
+ }
510
+
511
+ .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:last-child):not(.dropdown-toggle),
512
+ .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:last-child) > .btn,
513
+ .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:last-child):not(.dropdown-toggle),
514
+ .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:last-child) > .btn {
515
+ border-top-right-radius: 0;
516
+ border-bottom-right-radius: 0;
517
+ border-right: none;
518
+ }
519
+
520
+ .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child):not(.dropdown-toggle),
521
+ .bootstrap-table .fixed-table-toolbar .columns > .btn:not(:first-child) > .btn,
522
+ .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child):not(.dropdown-toggle),
523
+ .bootstrap-table .fixed-table-toolbar .columns > .btn-group:not(:first-child) > .btn {
524
+ border-top-left-radius: 0;
525
+ border-bottom-left-radius: 0;
526
+ }
527
+
528
+ .bootstrap-table .fixed-table-toolbar .columns label {
529
+ padding: 5px 12px;
530
+ }
531
+
532
+ .bootstrap-table .fixed-table-toolbar .columns input[type="checkbox"] {
533
+ vertical-align: middle;
534
+ }
535
+
536
+ .bootstrap-table .fixed-table-toolbar .columns .dropdown-divider {
537
+ border-bottom: 1px solid #dbdbdb;
538
+ }
539
+
540
+ .bootstrap-table .fixed-table-toolbar .search .input-group .search-input {
541
+ border-top-right-radius: 0;
542
+ border-bottom-right-radius: 0;
543
+ border-right: none;
544
+ }
545
+
546
+ .bootstrap-table .fixed-table-toolbar .search .input-group button[name="search"],
547
+ .bootstrap-table .fixed-table-toolbar .search .input-group button[name="clearSearch"] {
548
+ border-top-left-radius: 0;
549
+ border-bottom-left-radius: 0;
550
+ }
551
+
552
+ .bootstrap-table .fixed-table-toolbar .search .input-group button[name="search"]:not(:last-child),
553
+ .bootstrap-table .fixed-table-toolbar .search .input-group button[name="clearSearch"]:not(:last-child) {
554
+ border-top-right-radius: 0;
555
+ border-bottom-right-radius: 0;
556
+ border-right: none;
557
+ }
558
+
559
+ .bootstrap-table .open.dropdown-menu {
560
+ display: block;
561
+ }
562
+
563
+ .bootstrap-table .dropdown-menu-up .dropdown-menu {
564
+ top: auto;
565
+ bottom: 100%;
566
+ }
567
+
568
+ .bootstrap-table .dropdown-menu {
569
+ display: none;
570
+ background-color: #fff;
571
+ position: absolute;
572
+ right: 0;
573
+ min-width: 120px;
574
+ margin-top: 2px;
575
+ border: 1px solid #ccc;
576
+ border-radius: 4px;
577
+ -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
578
+ box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
579
+ }
580
+
581
+ .bootstrap-table .dropdown-menu .dropdown-item {
582
+ color: #363636;
583
+ text-decoration: none;
584
+ display: block;
585
+ padding: 5px 12px;
586
+ white-space: nowrap;
587
+ }
588
+
589
+ .bootstrap-table .dropdown-menu .dropdown-item:hover {
590
+ background-color: whitesmoke;
591
+ }
592
+
593
+ .bootstrap-table .dropdown-menu .dropdown-item.active {
594
+ background-color: #3679e4;
595
+ color: #fff;
596
+ }
597
+
598
+ .bootstrap-table .dropdown-menu .dropdown-item.active:hover {
599
+ background-color: #1b5fcc;
600
+ }
601
+
602
+ .bootstrap-table .columns-left .dropdown-menu {
603
+ left: 0;
604
+ right: auto;
605
+ }
606
+
607
+ .bootstrap-table .pagination-detail {
608
+ float: left;
609
+ }
610
+
611
+ .bootstrap-table .pagination-detail .dropdown-item {
612
+ min-width: 45px;
613
+ text-align: center;
614
+ }
615
+
616
+ .bootstrap-table table {
617
+ border-collapse: collapse;
618
+ }
619
+
620
+ .bootstrap-table table th {
621
+ text-align: inherit;
622
+ }
623
+
624
+ .bootstrap-table table.table-bordered thead tr th,
625
+ .bootstrap-table table.table-bordered tbody tr td {
626
+ border: 1px solid #dbdbdb;
627
+ }
628
+
629
+ .bootstrap-table table.table-bordered tbody tr td {
630
+ padding: 0.75rem;
631
+ }
632
+
633
+ .bootstrap-table table.table-hover tbody tr:hover {
634
+ background: #fafafa;
635
+ }
636
+
637
+ .bootstrap-table .float-left {
638
+ float: left;
639
+ }
640
+
641
+ .bootstrap-table .float-right {
642
+ float: right;
643
+ }
644
+
645
+ .bootstrap-table .pagination {
646
+ padding: 0;
647
+ align-items: center;
648
+ display: flex;
649
+ justify-content: center;
650
+ text-align: center;
651
+ list-style: none;
652
+ }
653
+
654
+ .bootstrap-table .pagination .page-item {
655
+ border: 1px solid #dbdbdb;
656
+ background-color: #fff;
657
+ border-radius: 4px;
658
+ margin: 2px;
659
+ padding: 5px 2px 5px 2px;
660
+ }
661
+
662
+ .bootstrap-table .pagination .page-item:hover {
663
+ background-color: whitesmoke;
664
+ }
665
+
666
+ .bootstrap-table .pagination .page-item .page-link {
667
+ color: #363636;
668
+ text-decoration: none;
669
+ outline: none;
670
+ }
671
+
672
+ .bootstrap-table .pagination .page-item.active {
673
+ background-color: #3679e4;
674
+ border: 1px solid #206ae1;
675
+ }
676
+
677
+ .bootstrap-table .pagination .page-item.active .page-link {
678
+ color: #fff;
679
+ }
680
+
681
+ .bootstrap-table .pagination .page-item.active:hover {
682
+ background-color: #1b5fcc;
683
+ }
684
+
685
+ .bootstrap-table .pagination .btn-group {
686
+ display: inline-block;
687
+ }
688
+
689
+ .bootstrap-table .pagination .btn-group .btn:not(:first-child):not(:last-child),
690
+ .bootstrap-table .pagination .btn-group input:not(:first-child):not(:last-child) {
691
+ border-radius: 0;
692
+ }
693
+
694
+ .bootstrap-table .pagination .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle),
695
+ .bootstrap-table .pagination .btn-group input:first-child:not(:last-child):not(.dropdown-toggle) {
696
+ border-top-right-radius: 0;
697
+ border-bottom-right-radius: 0;
698
+ }
699
+
700
+ .bootstrap-table .pagination .btn-group .btn:last-child:not(:first-child),
701
+ .bootstrap-table .pagination .btn-group input:last-child:not(:first-child) {
702
+ border-top-left-radius: 0;
703
+ border-bottom-left-radius: 0;
704
+ }
705
+
706
+ .bootstrap-table .pagination .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
707
+ border-top-left-radius: 0;
708
+ border-bottom-left-radius: 0;
709
+ }
710
+
711
+ .bootstrap-table .filter-control {
712
+ display: flex;
713
+ }
714
+
715
+ .bootstrap-table .page-jump-to input,
716
+ .bootstrap-table .page-jump-to .btn {
717
+ padding: 8px 12px;
718
+ }
719
+
720
+ .modal {
721
+ position: fixed;
722
+ display: none;
723
+ top: 0;
724
+ left: 0;
725
+ bottom: 0;
726
+ right: 0;
727
+ }
728
+
729
+ .modal.show {
730
+ display: flex;
731
+ }
732
+
733
+ .modal .btn {
734
+ border-radius: 4px;
735
+ background-color: #fff;
736
+ border: 1px solid #ccc;
737
+ padding: 6px 12px;
738
+ outline: none;
739
+ cursor: pointer;
740
+ }
741
+
742
+ .modal .btn.active {
743
+ border-color: black;
744
+ }
745
+
746
+ .modal .modal-background {
747
+ position: fixed;
748
+ top: 0;
749
+ left: 0;
750
+ bottom: 0;
751
+ right: 0;
752
+ z-index: 998;
753
+ background-color: rgba(10, 10, 10, 0.86);
754
+ }
755
+
756
+ .modal .modal-content {
757
+ position: relative;
758
+ width: 600px;
759
+ margin: 30px auto;
760
+ z-index: 999;
761
+ }
762
+
763
+ .modal .modal-content .box {
764
+ background-color: #fff;
765
+ border-radius: 6px;
766
+ display: block;
767
+ padding: 1.25rem;
768
+ }