1
@keyframes dtb-spinner {
3
transform: rotate(360deg);
6
@-o-keyframes dtb-spinner {
8
-o-transform: rotate(360deg);
9
transform: rotate(360deg);
12
@-ms-keyframes dtb-spinner {
14
-ms-transform: rotate(360deg);
15
transform: rotate(360deg);
18
@-webkit-keyframes dtb-spinner {
20
-webkit-transform: rotate(360deg);
21
transform: rotate(360deg);
24
@-moz-keyframes dtb-spinner {
26
-moz-transform: rotate(360deg);
27
transform: rotate(360deg);
30
div.dataTables_wrapper {
45
background-color: white;
46
border: 2px solid #111;
47
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
52
div.dt-button-info h2 {
56
border-bottom: 1px solid #ddd;
57
background-color: #f3f3f3;
59
div.dt-button-info > div {
63
div.dtb-popover-close {
69
border: 1px solid #eaeaea;
70
background-color: #f9f9f9;
78
display: none !important;
81
div.dt-button-collection-title {
83
padding: 0.3em 0 0.5em;
89
div.dt-button-collection-title:empty {
93
span.dt-button-spacer {
94
display: inline-block;
98
span.dt-button-spacer.bar {
99
border-left: 1px solid rgba(0, 0, 0, 0.3);
100
vertical-align: middle;
103
span.dt-button-spacer.bar:empty {
109
div.dt-button-collection span.dt-button-spacer {
115
div.dt-button-collection span.dt-button-spacer:empty {
119
div.dt-button-collection span.dt-button-spacer.bar {
121
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
125
div.dt-button-collection {
128
background-color: white;
129
border: 1px solid rgba(0, 0, 0, 0.15);
131
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
135
div.dt-button-collection div.dropdown-menu {
140
background-color: transparent;
146
div.dt-button-collection.fixed {
153
background-color: white;
155
div.dt-button-collection.fixed.two-column {
158
div.dt-button-collection.fixed.three-column {
161
div.dt-button-collection.fixed.four-column {
164
div.dt-button-collection.fixed.columns {
167
@media screen and (max-width: 1024px) {
168
div.dt-button-collection.fixed.columns {
172
@media screen and (max-width: 640px) {
173
div.dt-button-collection.fixed.columns {
177
@media screen and (max-width: 460px) {
178
div.dt-button-collection.fixed.columns {
182
div.dt-button-collection.fixed > :last-child {
186
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
187
display: block !important;
188
-webkit-column-gap: 8px;
189
-moz-column-gap: 8px;
194
div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
195
-webkit-column-break-inside: avoid;
198
div.dt-button-collection.two-column {
201
div.dt-button-collection.two-column > :last-child {
205
div.dt-button-collection.three-column {
208
div.dt-button-collection.three-column > :last-child {
212
div.dt-button-collection.four-column {
215
div.dt-button-collection.four-column > :last-child {
219
div.dt-button-collection .dt-button {
222
div.dt-button-collection.columns {
225
div.dt-button-collection.columns > :last-child {
228
justify-content: flex-start;
234
div.dt-button-collection.columns > :last-child .dt-button {
239
div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
240
justify-content: space-between;
242
div.dt-button-collection.columns.dtb-b3 .dt-button {
245
div.dt-button-collection.columns.dtb-b2 .dt-button {
248
div.dt-button-collection.columns.dtb-b1 .dt-button {
251
@media screen and (max-width: 1024px) {
252
div.dt-button-collection.columns > :last-child {
256
@media screen and (max-width: 640px) {
257
div.dt-button-collection.columns > :last-child {
260
div.dt-button-collection.columns.dtb-b3 .dt-button {
264
@media screen and (max-width: 460px) {
265
div.dt-button-collection.columns > :last-child {
269
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
272
div.dt-button-collection .btn-group {
275
div.dt-button-collection .dt-button {
278
div.dt-button-collection div.dt-btn-split-wrapper {
283
div.dt-button-collection button.dt-btn-split-drop-button {
287
background-color: white;
289
margin-left: 0px !important;
291
div.dt-button-collection button.dt-btn-split-drop-button:focus {
296
div.dt-button-collection button.dt-btn-split-drop-button:hover {
297
background-color: #e9ecef;
299
div.dt-button-collection button.dt-btn-split-drop-button:active {
300
background-color: #007bff !important;
303
div.dt-button-background {
312
@media screen and (max-width: 767px) {
317
margin-bottom: 0.5em;
319
div.dt-buttons a.btn {
323
div.dt-buttons button.btn.processing,
324
div.dt-buttons div.btn.processing,
325
div.dt-buttons a.btn.processing {
326
color: rgba(0, 0, 0, 0.2);
328
div.dt-buttons button.btn.processing:after,
329
div.dt-buttons div.btn.processing:after,
330
div.dt-buttons a.btn.processing:after {
336
margin: -8px 0 0 -8px;
337
box-sizing: border-box;
340
border: 2px solid #282828;
342
border-left-color: transparent;
343
border-right-color: transparent;
344
animation: dtb-spinner 1500ms infinite linear;
345
-o-animation: dtb-spinner 1500ms infinite linear;
346
-ms-animation: dtb-spinner 1500ms infinite linear;
347
-webkit-animation: dtb-spinner 1500ms infinite linear;
348
-moz-animation: dtb-spinner 1500ms infinite linear;
350
div.dt-buttons div.btn-group {
354
div.dt-btn-split-wrapper:active:not(.disabled) button, div.dt-btn-split-wrapper.active:not(.disabled) button {
355
background-color: #5a6268;
356
border-color: #545b62;
358
div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
360
background-color: #6c757d;
361
border-color: #6c757d;
363
div.dt-btn-split-wrapper:active:not(.disabled) button:hover, div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
364
background-color: #5a6268;
365
border-color: #545b62;
368
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
369
border-radius: 4px !important;
371
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
372
border-top-left-radius: 0px !important;
373
border-bottom-left-radius: 0px !important;
375
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
376
border-top-right-radius: 0px !important;
377
border-bottom-right-radius: 0px !important;
379
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
380
border-top-left-radius: 4px !important;
381
border-bottom-left-radius: 4px !important;
382
border-top-right-radius: 4px !important;
383
border-bottom-right-radius: 4px !important;
385
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
386
border: 1px solid #6c757d;
388
div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
392
div.dt-button-collection div.btn-group {
393
border-radius: 4px !important;
395
div.dt-button-collection div.btn-group button {
398
div.dt-button-collection div.btn-group button:last-child {
399
border-top-left-radius: 0px !important;
400
border-bottom-left-radius: 0px !important;
402
div.dt-button-collection div.btn-group button:first-child {
403
border-top-right-radius: 0px !important;
404
border-bottom-right-radius: 0px !important;
406
div.dt-button-collection div.btn-group button:last-child:first-child {
407
border-top-left-radius: 4px !important;
408
border-bottom-left-radius: 4px !important;
409
border-top-right-radius: 4px !important;
410
border-bottom-right-radius: 4px !important;
412
div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
413
border: 1px solid #6c757d;
415
div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
419
span.dt-button-spacer.bar:empty {
423
div.dt-button-collection span.dt-button-spacer {
424
padding-left: 1rem !important;