Version Description
Download this release
Release Info
Code changes from version 1.4.3 to 1.4.4
- assets/css/htbbootstrap.css +309 -189
- htmega_addons_elementor.php +2 -2
- includes/widgets/htmega_toggle.php +1 -1
- readme.txt +2 -2
assets/css/htbbootstrap.css
CHANGED
@@ -60,7 +60,8 @@ a {
|
|
60 |
flex-basis: 0;
|
61 |
-ms-flex-positive: 1;
|
62 |
flex-grow: 1;
|
63 |
-
max-width: 100
|
|
|
64 |
.htb-col-auto {
|
65 |
-ms-flex: 0 0 auto;
|
66 |
flex: 0 0 auto;
|
@@ -70,51 +71,63 @@ a {
|
|
70 |
.htb-col-1 {
|
71 |
-ms-flex: 0 0 8.333333%;
|
72 |
flex: 0 0 8.333333%;
|
73 |
-
max-width: 8.333333
|
|
|
74 |
.htb-col-2 {
|
75 |
-ms-flex: 0 0 16.666667%;
|
76 |
flex: 0 0 16.666667%;
|
77 |
-
max-width: 16.666667
|
|
|
78 |
.htb-col-3 {
|
79 |
-ms-flex: 0 0 25%;
|
80 |
flex: 0 0 25%;
|
81 |
-
max-width: 25
|
|
|
82 |
.htb-col-4 {
|
83 |
-ms-flex: 0 0 33.333333%;
|
84 |
flex: 0 0 33.333333%;
|
85 |
-
max-width: 33.333333
|
|
|
86 |
.htb-col-5 {
|
87 |
-ms-flex: 0 0 41.666667%;
|
88 |
flex: 0 0 41.666667%;
|
89 |
-
max-width: 41.666667
|
|
|
90 |
.htb-col-6 {
|
91 |
-ms-flex: 0 0 50%;
|
92 |
flex: 0 0 50%;
|
93 |
-
max-width: 50
|
|
|
94 |
.htb-col-7 {
|
95 |
-ms-flex: 0 0 58.333333%;
|
96 |
flex: 0 0 58.333333%;
|
97 |
-
max-width: 58.333333
|
|
|
98 |
.htb-col-8 {
|
99 |
-ms-flex: 0 0 66.666667%;
|
100 |
flex: 0 0 66.666667%;
|
101 |
-
max-width: 66.666667
|
|
|
102 |
.htb-col-9 {
|
103 |
-ms-flex: 0 0 75%;
|
104 |
flex: 0 0 75%;
|
105 |
-
max-width: 75
|
|
|
106 |
.htb-col-10 {
|
107 |
-ms-flex: 0 0 83.333333%;
|
108 |
flex: 0 0 83.333333%;
|
109 |
-
max-width: 83.333333
|
|
|
110 |
.htb-col-11 {
|
111 |
-ms-flex: 0 0 91.666667%;
|
112 |
flex: 0 0 91.666667%;
|
113 |
-
max-width: 91.666667
|
|
|
114 |
.htb-col-12 {
|
115 |
-ms-flex: 0 0 100%;
|
116 |
flex: 0 0 100%;
|
117 |
-
max-width: 100
|
|
|
118 |
.htb-order-first {
|
119 |
-ms-flex-order: -1;
|
120 |
order: -1;
|
@@ -168,34 +181,46 @@ a {
|
|
168 |
order: 12;
|
169 |
}
|
170 |
.htb-offset-1 {
|
171 |
-
margin-left: 8.333333
|
|
|
172 |
.htb-offset-2 {
|
173 |
-
margin-left: 16.666667
|
|
|
174 |
.htb-offset-3 {
|
175 |
-
margin-left: 25
|
|
|
176 |
.htb-offset-4 {
|
177 |
-
margin-left: 33.333333
|
|
|
178 |
.htb-offset-5 {
|
179 |
-
margin-left: 41.666667
|
|
|
180 |
.htb-offset-6 {
|
181 |
-
margin-left: 50
|
|
|
182 |
.htb-offset-7 {
|
183 |
-
margin-left: 58.333333
|
|
|
184 |
.htb-offset-8 {
|
185 |
-
margin-left: 66.666667
|
|
|
186 |
.htb-offset-9 {
|
187 |
-
margin-left: 75
|
|
|
188 |
.htb-offset-10 {
|
189 |
-
margin-left: 83.333333
|
|
|
190 |
.htb-offset-11 {
|
191 |
-
margin-left: 91.666667
|
|
|
192 |
@media (min-width:576px) {
|
193 |
.htb-col-sm {
|
194 |
-ms-flex-preferred-size: 0;
|
195 |
flex-basis: 0;
|
196 |
-ms-flex-positive: 1;
|
197 |
flex-grow: 1;
|
198 |
-
max-width: 100
|
|
|
199 |
.htb-col-sm-auto {
|
200 |
-ms-flex: 0 0 auto;
|
201 |
flex: 0 0 auto;
|
@@ -205,51 +230,63 @@ a {
|
|
205 |
.htb-col-sm-1 {
|
206 |
-ms-flex: 0 0 8.333333%;
|
207 |
flex: 0 0 8.333333%;
|
208 |
-
max-width: 8.333333
|
|
|
209 |
.htb-col-sm-2 {
|
210 |
-ms-flex: 0 0 16.666667%;
|
211 |
flex: 0 0 16.666667%;
|
212 |
-
max-width: 16.666667
|
|
|
213 |
.htb-col-sm-3 {
|
214 |
-ms-flex: 0 0 25%;
|
215 |
flex: 0 0 25%;
|
216 |
-
max-width: 25
|
|
|
217 |
.htb-col-sm-4 {
|
218 |
-ms-flex: 0 0 33.333333%;
|
219 |
flex: 0 0 33.333333%;
|
220 |
-
max-width: 33.333333
|
|
|
221 |
.htb-col-sm-5 {
|
222 |
-ms-flex: 0 0 41.666667%;
|
223 |
flex: 0 0 41.666667%;
|
224 |
-
max-width: 41.666667
|
|
|
225 |
.htb-col-sm-6 {
|
226 |
-ms-flex: 0 0 50%;
|
227 |
flex: 0 0 50%;
|
228 |
-
max-width: 50
|
|
|
229 |
.htb-col-sm-7 {
|
230 |
-ms-flex: 0 0 58.333333%;
|
231 |
flex: 0 0 58.333333%;
|
232 |
-
max-width: 58.333333
|
|
|
233 |
.htb-col-sm-8 {
|
234 |
-ms-flex: 0 0 66.666667%;
|
235 |
flex: 0 0 66.666667%;
|
236 |
-
max-width: 66.666667
|
|
|
237 |
.htb-col-sm-9 {
|
238 |
-ms-flex: 0 0 75%;
|
239 |
flex: 0 0 75%;
|
240 |
-
max-width: 75
|
|
|
241 |
.htb-col-sm-10 {
|
242 |
-ms-flex: 0 0 83.333333%;
|
243 |
flex: 0 0 83.333333%;
|
244 |
-
max-width: 83.333333
|
|
|
245 |
.htb-col-sm-11 {
|
246 |
-ms-flex: 0 0 91.666667%;
|
247 |
flex: 0 0 91.666667%;
|
248 |
-
max-width: 91.666667
|
|
|
249 |
.htb-col-sm-12 {
|
250 |
-ms-flex: 0 0 100%;
|
251 |
flex: 0 0 100%;
|
252 |
-
max-width: 100
|
|
|
253 |
.htb-order-sm-first {
|
254 |
-ms-flex-order: -1;
|
255 |
order: -1;
|
@@ -306,34 +343,46 @@ a {
|
|
306 |
margin-left: 0;
|
307 |
}
|
308 |
.htb-offset-sm-1 {
|
309 |
-
margin-left: 8.333333
|
|
|
310 |
.htb-offset-sm-2 {
|
311 |
-
margin-left: 16.666667
|
|
|
312 |
.htb-offset-sm-3 {
|
313 |
-
margin-left: 25
|
|
|
314 |
.htb-offset-sm-4 {
|
315 |
-
margin-left: 33.333333
|
|
|
316 |
.htb-offset-sm-5 {
|
317 |
-
margin-left: 41.666667
|
|
|
318 |
.htb-offset-sm-6 {
|
319 |
-
margin-left: 50
|
|
|
320 |
.htb-offset-sm-7 {
|
321 |
-
margin-left: 58.333333
|
|
|
322 |
.htb-offset-sm-8 {
|
323 |
-
margin-left: 66.666667
|
|
|
324 |
.htb-offset-sm-9 {
|
325 |
-
margin-left: 75
|
|
|
326 |
.htb-offset-sm-10 {
|
327 |
-
margin-left: 83.333333
|
|
|
328 |
.htb-offset-sm-11 {
|
329 |
-
margin-left: 91.666667
|
|
|
330 |
}@media (min-width:768px) {
|
331 |
.htb-col-md {
|
332 |
-ms-flex-preferred-size: 0;
|
333 |
flex-basis: 0;
|
334 |
-ms-flex-positive: 1;
|
335 |
flex-grow: 1;
|
336 |
-
max-width: 100
|
|
|
337 |
.htb-col-md-auto {
|
338 |
-ms-flex: 0 0 auto;
|
339 |
flex: 0 0 auto;
|
@@ -343,51 +392,63 @@ a {
|
|
343 |
.htb-col-md-1 {
|
344 |
-ms-flex: 0 0 8.333333%;
|
345 |
flex: 0 0 8.333333%;
|
346 |
-
max-width: 8.333333
|
|
|
347 |
.htb-col-md-2 {
|
348 |
-ms-flex: 0 0 16.666667%;
|
349 |
flex: 0 0 16.666667%;
|
350 |
-
max-width: 16.666667
|
|
|
351 |
.htb-col-md-3 {
|
352 |
-ms-flex: 0 0 25%;
|
353 |
flex: 0 0 25%;
|
354 |
-
max-width: 25
|
|
|
355 |
.htb-col-md-4 {
|
356 |
-ms-flex: 0 0 33.333333%;
|
357 |
flex: 0 0 33.333333%;
|
358 |
-
max-width: 33.333333
|
|
|
359 |
.htb-col-md-5 {
|
360 |
-ms-flex: 0 0 41.666667%;
|
361 |
flex: 0 0 41.666667%;
|
362 |
-
max-width: 41.666667
|
|
|
363 |
.htb-col-md-6 {
|
364 |
-ms-flex: 0 0 50%;
|
365 |
flex: 0 0 50%;
|
366 |
-
max-width: 50
|
|
|
367 |
.htb-col-md-7 {
|
368 |
-ms-flex: 0 0 58.333333%;
|
369 |
flex: 0 0 58.333333%;
|
370 |
-
max-width: 58.333333
|
|
|
371 |
.htb-col-md-8 {
|
372 |
-ms-flex: 0 0 66.666667%;
|
373 |
flex: 0 0 66.666667%;
|
374 |
-
max-width: 66.666667
|
|
|
375 |
.htb-col-md-9 {
|
376 |
-ms-flex: 0 0 75%;
|
377 |
flex: 0 0 75%;
|
378 |
-
max-width: 75
|
|
|
379 |
.htb-col-md-10 {
|
380 |
-ms-flex: 0 0 83.333333%;
|
381 |
flex: 0 0 83.333333%;
|
382 |
-
max-width: 83.333333
|
|
|
383 |
.htb-col-md-11 {
|
384 |
-ms-flex: 0 0 91.666667%;
|
385 |
flex: 0 0 91.666667%;
|
386 |
-
max-width: 91.666667
|
|
|
387 |
.htb-col-md-12 {
|
388 |
-ms-flex: 0 0 100%;
|
389 |
flex: 0 0 100%;
|
390 |
-
max-width: 100
|
|
|
391 |
.htb-order-md-first {
|
392 |
-ms-flex-order: -1;
|
393 |
order: -1;
|
@@ -444,34 +505,46 @@ a {
|
|
444 |
margin-left: 0;
|
445 |
}
|
446 |
.htb-offset-md-1 {
|
447 |
-
margin-left: 8.333333
|
|
|
448 |
.htb-offset-md-2 {
|
449 |
-
margin-left: 16.666667
|
|
|
450 |
.htb-offset-md-3 {
|
451 |
-
margin-left: 25
|
|
|
452 |
.htb-offset-md-4 {
|
453 |
-
margin-left: 33.333333
|
|
|
454 |
.htb-offset-md-5 {
|
455 |
-
margin-left: 41.666667
|
|
|
456 |
.htb-offset-md-6 {
|
457 |
-
margin-left: 50
|
|
|
458 |
.htb-offset-md-7 {
|
459 |
-
margin-left: 58.333333
|
|
|
460 |
.htb-offset-md-8 {
|
461 |
-
margin-left: 66.666667
|
|
|
462 |
.htb-offset-md-9 {
|
463 |
-
margin-left: 75
|
|
|
464 |
.htb-offset-md-10 {
|
465 |
-
margin-left: 83.333333
|
|
|
466 |
.htb-offset-md-11 {
|
467 |
-
margin-left: 91.666667
|
|
|
468 |
}@media (min-width:992px) {
|
469 |
.htb-col-lg {
|
470 |
-ms-flex-preferred-size: 0;
|
471 |
flex-basis: 0;
|
472 |
-ms-flex-positive: 1;
|
473 |
flex-grow: 1;
|
474 |
-
max-width: 100
|
|
|
475 |
.htb-col-lg-auto {
|
476 |
-ms-flex: 0 0 auto;
|
477 |
flex: 0 0 auto;
|
@@ -481,51 +554,63 @@ a {
|
|
481 |
.htb-col-lg-1 {
|
482 |
-ms-flex: 0 0 8.333333%;
|
483 |
flex: 0 0 8.333333%;
|
484 |
-
max-width: 8.333333
|
|
|
485 |
.htb-col-lg-2 {
|
486 |
-ms-flex: 0 0 16.666667%;
|
487 |
flex: 0 0 16.666667%;
|
488 |
-
max-width: 16.666667
|
|
|
489 |
.htb-col-lg-3 {
|
490 |
-ms-flex: 0 0 25%;
|
491 |
flex: 0 0 25%;
|
492 |
-
max-width: 25
|
|
|
493 |
.htb-col-lg-4 {
|
494 |
-ms-flex: 0 0 33.333333%;
|
495 |
flex: 0 0 33.333333%;
|
496 |
-
max-width: 33.333333
|
|
|
497 |
.htb-col-lg-5 {
|
498 |
-ms-flex: 0 0 41.666667%;
|
499 |
flex: 0 0 41.666667%;
|
500 |
-
max-width: 41.666667
|
|
|
501 |
.htb-col-lg-6 {
|
502 |
-ms-flex: 0 0 50%;
|
503 |
flex: 0 0 50%;
|
504 |
-
max-width: 50
|
|
|
505 |
.htb-col-lg-7 {
|
506 |
-ms-flex: 0 0 58.333333%;
|
507 |
flex: 0 0 58.333333%;
|
508 |
-
max-width: 58.333333
|
|
|
509 |
.htb-col-lg-8 {
|
510 |
-ms-flex: 0 0 66.666667%;
|
511 |
flex: 0 0 66.666667%;
|
512 |
-
max-width: 66.666667
|
|
|
513 |
.htb-col-lg-9 {
|
514 |
-ms-flex: 0 0 75%;
|
515 |
flex: 0 0 75%;
|
516 |
-
max-width: 75
|
|
|
517 |
.htb-col-lg-10 {
|
518 |
-ms-flex: 0 0 83.333333%;
|
519 |
flex: 0 0 83.333333%;
|
520 |
-
max-width: 83.333333
|
|
|
521 |
.htb-col-lg-11 {
|
522 |
-ms-flex: 0 0 91.666667%;
|
523 |
flex: 0 0 91.666667%;
|
524 |
-
max-width: 91.666667
|
|
|
525 |
.htb-col-lg-12 {
|
526 |
-ms-flex: 0 0 100%;
|
527 |
flex: 0 0 100%;
|
528 |
-
max-width: 100
|
|
|
529 |
.htb-order-lg-first {
|
530 |
-ms-flex-order: -1;
|
531 |
order: -1;
|
@@ -582,34 +667,46 @@ a {
|
|
582 |
margin-left: 0;
|
583 |
}
|
584 |
.htb-offset-lg-1 {
|
585 |
-
margin-left: 8.333333
|
|
|
586 |
.htb-offset-lg-2 {
|
587 |
-
margin-left: 16.666667
|
|
|
588 |
.htb-offset-lg-3 {
|
589 |
-
margin-left: 25
|
|
|
590 |
.htb-offset-lg-4 {
|
591 |
-
margin-left: 33.333333
|
|
|
592 |
.htb-offset-lg-5 {
|
593 |
-
margin-left: 41.666667
|
|
|
594 |
.htb-offset-lg-6 {
|
595 |
-
margin-left: 50
|
|
|
596 |
.htb-offset-lg-7 {
|
597 |
-
margin-left: 58.333333
|
|
|
598 |
.htb-offset-lg-8 {
|
599 |
-
margin-left: 66.666667
|
|
|
600 |
.htb-offset-lg-9 {
|
601 |
-
margin-left: 75
|
|
|
602 |
.htb-offset-lg-10 {
|
603 |
-
margin-left: 83.333333
|
|
|
604 |
.htb-offset-lg-11 {
|
605 |
-
margin-left: 91.666667
|
|
|
606 |
}@media (min-width:1200px) {
|
607 |
.htb-col-xl {
|
608 |
-ms-flex-preferred-size: 0;
|
609 |
flex-basis: 0;
|
610 |
-ms-flex-positive: 1;
|
611 |
flex-grow: 1;
|
612 |
-
max-width: 100
|
|
|
613 |
.htb-col-xl-auto {
|
614 |
-ms-flex: 0 0 auto;
|
615 |
flex: 0 0 auto;
|
@@ -619,51 +716,63 @@ a {
|
|
619 |
.htb-col-xl-1 {
|
620 |
-ms-flex: 0 0 8.333333%;
|
621 |
flex: 0 0 8.333333%;
|
622 |
-
max-width: 8.333333
|
|
|
623 |
.htb-col-xl-2 {
|
624 |
-ms-flex: 0 0 16.666667%;
|
625 |
flex: 0 0 16.666667%;
|
626 |
-
max-width: 16.666667
|
|
|
627 |
.htb-col-xl-3 {
|
628 |
-ms-flex: 0 0 25%;
|
629 |
flex: 0 0 25%;
|
630 |
-
max-width: 25
|
|
|
631 |
.htb-col-xl-4 {
|
632 |
-ms-flex: 0 0 33.333333%;
|
633 |
flex: 0 0 33.333333%;
|
634 |
-
max-width: 33.333333
|
|
|
635 |
.htb-col-xl-5 {
|
636 |
-ms-flex: 0 0 41.666667%;
|
637 |
flex: 0 0 41.666667%;
|
638 |
-
max-width: 41.666667
|
|
|
639 |
.htb-col-xl-6 {
|
640 |
-ms-flex: 0 0 50%;
|
641 |
flex: 0 0 50%;
|
642 |
-
max-width: 50
|
|
|
643 |
.htb-col-xl-7 {
|
644 |
-ms-flex: 0 0 58.333333%;
|
645 |
flex: 0 0 58.333333%;
|
646 |
-
max-width: 58.333333
|
|
|
647 |
.htb-col-xl-8 {
|
648 |
-ms-flex: 0 0 66.666667%;
|
649 |
flex: 0 0 66.666667%;
|
650 |
-
max-width: 66.666667
|
|
|
651 |
.htb-col-xl-9 {
|
652 |
-ms-flex: 0 0 75%;
|
653 |
flex: 0 0 75%;
|
654 |
-
max-width: 75
|
|
|
655 |
.htb-col-xl-10 {
|
656 |
-ms-flex: 0 0 83.333333%;
|
657 |
flex: 0 0 83.333333%;
|
658 |
-
max-width: 83.333333
|
|
|
659 |
.htb-col-xl-11 {
|
660 |
-ms-flex: 0 0 91.666667%;
|
661 |
flex: 0 0 91.666667%;
|
662 |
-
max-width: 91.666667
|
|
|
663 |
.htb-col-xl-12 {
|
664 |
-ms-flex: 0 0 100%;
|
665 |
flex: 0 0 100%;
|
666 |
-
max-width: 100
|
|
|
667 |
.htb-order-xl-first {
|
668 |
-ms-flex-order: -1;
|
669 |
order: -1;
|
@@ -720,27 +829,38 @@ a {
|
|
720 |
margin-left: 0;
|
721 |
}
|
722 |
.htb-offset-xl-1 {
|
723 |
-
margin-left: 8.333333
|
|
|
724 |
.htb-offset-xl-2 {
|
725 |
-
margin-left: 16.666667
|
|
|
726 |
.htb-offset-xl-3 {
|
727 |
-
margin-left: 25
|
|
|
728 |
.htb-offset-xl-4 {
|
729 |
-
margin-left: 33.333333
|
|
|
730 |
.htb-offset-xl-5 {
|
731 |
-
margin-left: 41.666667
|
|
|
732 |
.htb-offset-xl-6 {
|
733 |
-
margin-left: 50
|
|
|
734 |
.htb-offset-xl-7 {
|
735 |
-
margin-left: 58.333333
|
|
|
736 |
.htb-offset-xl-8 {
|
737 |
-
margin-left: 66.666667
|
|
|
738 |
.htb-offset-xl-9 {
|
739 |
-
margin-left: 75
|
|
|
740 |
.htb-offset-xl-10 {
|
741 |
-
margin-left: 83.333333
|
|
|
742 |
.htb-offset-xl-11 {
|
743 |
-
margin-left: 91.666667
|
|
|
744 |
}.htb-table {
|
745 |
width: 100%;
|
746 |
max-width: 100%;
|
@@ -1229,7 +1349,7 @@ a.htb-btn.htb-disabled, fieldset[disabled] a.htb-htb-btn {
|
|
1229 |
position:relative;
|
1230 |
height:0;
|
1231 |
overflow:hidden;
|
1232 |
-
transition:height .35s ease
|
1233 |
}
|
1234 |
tr.htb-collapse.htb-show {
|
1235 |
display: table-row;
|
@@ -1785,7 +1905,7 @@ tbody.htb-collapse.htb-show {
|
|
1785 |
top: 0;
|
1786 |
right: 0;
|
1787 |
left: 0;
|
1788 |
-
z-index: 1030
|
1789 |
}
|
1790 |
|
1791 |
.htb-fixed-bottom {
|
@@ -1793,7 +1913,7 @@ tbody.htb-collapse.htb-show {
|
|
1793 |
right: 0;
|
1794 |
bottom: 0;
|
1795 |
left: 0;
|
1796 |
-
z-index: 1030
|
1797 |
}
|
1798 |
|
1799 |
@supports ((position:-webkit-sticky) or (position:sticky)) {
|
@@ -1801,141 +1921,141 @@ tbody.htb-collapse.htb-show {
|
|
1801 |
position: -webkit-sticky;
|
1802 |
position: sticky;
|
1803 |
top: 0;
|
1804 |
-
z-index: 1020
|
1805 |
}
|
1806 |
}
|
1807 |
|
1808 |
.htb-justify-content-start {
|
1809 |
-ms-flex-pack: start!important;
|
1810 |
-
justify-content: flex-start!important
|
1811 |
}
|
1812 |
|
1813 |
.htb-justify-content-end {
|
1814 |
-ms-flex-pack: end!important;
|
1815 |
-
justify-content: flex-end!important
|
1816 |
}
|
1817 |
|
1818 |
.htb-justify-content-center {
|
1819 |
-ms-flex-pack: center!important;
|
1820 |
-
justify-content: center!important
|
1821 |
}
|
1822 |
|
1823 |
.htb-justify-content-between {
|
1824 |
-ms-flex-pack: justify!important;
|
1825 |
-
justify-content: space-between!important
|
1826 |
}
|
1827 |
|
1828 |
.htb-justify-content-around {
|
1829 |
-ms-flex-pack: distribute!important;
|
1830 |
-
justify-content: space-around!important
|
1831 |
}
|
1832 |
|
1833 |
.htb-align-items-start {
|
1834 |
-ms-flex-align: start!important;
|
1835 |
-
align-items: flex-start!important
|
1836 |
}
|
1837 |
|
1838 |
.htb-align-items-end {
|
1839 |
-ms-flex-align: end!important;
|
1840 |
-
align-items: flex-end!important
|
1841 |
}
|
1842 |
|
1843 |
.htb-align-items-center {
|
1844 |
-ms-flex-align: center!important;
|
1845 |
-
align-items: center!important
|
1846 |
}
|
1847 |
|
1848 |
.htb-align-items-baseline {
|
1849 |
-ms-flex-align: baseline!important;
|
1850 |
-
align-items: baseline!important
|
1851 |
}
|
1852 |
|
1853 |
.htb-align-items-stretch {
|
1854 |
-ms-flex-align: stretch!important;
|
1855 |
-
align-items: stretch!important
|
1856 |
}
|
1857 |
|
1858 |
.htb-align-content-start {
|
1859 |
-ms-flex-line-pack: start!important;
|
1860 |
-
align-content: flex-start!important
|
1861 |
}
|
1862 |
|
1863 |
.htb-align-content-end {
|
1864 |
-ms-flex-line-pack: end!important;
|
1865 |
-
align-content: flex-end!important
|
1866 |
}
|
1867 |
|
1868 |
.htb-align-content-center {
|
1869 |
-ms-flex-line-pack: center!important;
|
1870 |
-
align-content: center!important
|
1871 |
}
|
1872 |
|
1873 |
.htb-align-content-between {
|
1874 |
-ms-flex-line-pack: justify!important;
|
1875 |
-
align-content: space-between!important
|
1876 |
}
|
1877 |
|
1878 |
.htb-align-content-around {
|
1879 |
-ms-flex-line-pack: distribute!important;
|
1880 |
-
align-content: space-around!important
|
1881 |
}
|
1882 |
|
1883 |
.htb-align-content-stretch {
|
1884 |
-ms-flex-line-pack: stretch!important;
|
1885 |
-
align-content: stretch!important
|
1886 |
}
|
1887 |
|
1888 |
.htb-align-self-auto {
|
1889 |
-ms-flex-item-align: auto!important;
|
1890 |
-
align-self: auto!important
|
1891 |
}
|
1892 |
|
1893 |
.htb-align-self-start {
|
1894 |
-ms-flex-item-align: start!important;
|
1895 |
-
align-self: flex-start!important
|
1896 |
}
|
1897 |
|
1898 |
.htb-align-self-end {
|
1899 |
-ms-flex-item-align: end!important;
|
1900 |
-
align-self: flex-end!important
|
1901 |
}
|
1902 |
|
1903 |
.htb-align-self-center {
|
1904 |
-ms-flex-item-align: center!important;
|
1905 |
-
align-self: center!important
|
1906 |
}
|
1907 |
|
1908 |
.htb-align-self-baseline {
|
1909 |
-ms-flex-item-align: baseline!important;
|
1910 |
-
align-self: baseline!important
|
1911 |
}
|
1912 |
|
1913 |
.htb-align-self-stretch {
|
1914 |
-ms-flex-item-align: stretch!important;
|
1915 |
-
align-self: stretch!important
|
1916 |
}
|
1917 |
.htb-btn-outline-primary {
|
1918 |
color: #007bff;
|
1919 |
background-color: transparent;
|
1920 |
background-image: none;
|
1921 |
-
border-color: #007bff
|
1922 |
}
|
1923 |
|
1924 |
.htb-btn-outline-primary:hover {
|
1925 |
color: #fff;
|
1926 |
background-color: #007bff;
|
1927 |
-
border-color: #007bff
|
1928 |
}
|
1929 |
|
1930 |
.htb-btn-outline-primary.focus,
|
1931 |
.htb-btn-outline-primary:focus {
|
1932 |
-
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
|
1933 |
}
|
1934 |
|
1935 |
.htb-btn-outline-primary.disabled,
|
1936 |
.htb-btn-outline-primary:disabled {
|
1937 |
color: #007bff;
|
1938 |
-
background-color: transparent
|
1939 |
}
|
1940 |
|
1941 |
.htb-btn-outline-primary:not([disabled]):not(.disabled).active,
|
@@ -1944,31 +2064,31 @@ tbody.htb-collapse.htb-show {
|
|
1944 |
color: #fff;
|
1945 |
background-color: #007bff;
|
1946 |
border-color: #007bff;
|
1947 |
-
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
|
1948 |
}
|
1949 |
|
1950 |
.htb-btn-outline-secondary {
|
1951 |
color: #868e96;
|
1952 |
background-color: transparent;
|
1953 |
background-image: none;
|
1954 |
-
border-color: #868e96
|
1955 |
}
|
1956 |
|
1957 |
.htb-btn-outline-secondary:hover {
|
1958 |
color: #fff;
|
1959 |
background-color: #868e96;
|
1960 |
-
border-color: #868e96
|
1961 |
}
|
1962 |
|
1963 |
.htb-btn-outline-secondary.focus,
|
1964 |
.htb-btn-outline-secondary:focus {
|
1965 |
-
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
|
1966 |
}
|
1967 |
|
1968 |
.htb-btn-outline-secondary.disabled,
|
1969 |
.htb-btn-outline-secondary:disabled {
|
1970 |
color: #868e96;
|
1971 |
-
background-color: transparent
|
1972 |
}
|
1973 |
|
1974 |
.htb-btn-outline-secondary:not([disabled]):not(.disabled).active,
|
@@ -1977,31 +2097,31 @@ tbody.htb-collapse.htb-show {
|
|
1977 |
color: #fff;
|
1978 |
background-color: #868e96;
|
1979 |
border-color: #868e96;
|
1980 |
-
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
|
1981 |
}
|
1982 |
|
1983 |
.htb-btn-outline-success {
|
1984 |
color: #28a745;
|
1985 |
background-color: transparent;
|
1986 |
background-image: none;
|
1987 |
-
border-color: #28a745
|
1988 |
}
|
1989 |
|
1990 |
.htb-btn-outline-success:hover {
|
1991 |
color: #fff;
|
1992 |
background-color: #28a745;
|
1993 |
-
border-color: #28a745
|
1994 |
}
|
1995 |
|
1996 |
.htb-btn-outline-success.focus,
|
1997 |
.htb-btn-outline-success:focus {
|
1998 |
-
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
|
1999 |
}
|
2000 |
|
2001 |
.htb-btn-outline-success.disabled,
|
2002 |
.htb-btn-outline-success:disabled {
|
2003 |
color: #28a745;
|
2004 |
-
background-color: transparent
|
2005 |
}
|
2006 |
|
2007 |
.htb-btn-outline-success:not([disabled]):not(.disabled).active,
|
@@ -2010,31 +2130,31 @@ tbody.htb-collapse.htb-show {
|
|
2010 |
color: #fff;
|
2011 |
background-color: #28a745;
|
2012 |
border-color: #28a745;
|
2013 |
-
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
|
2014 |
}
|
2015 |
|
2016 |
.htb-btn-outline-info {
|
2017 |
color: #17a2b8;
|
2018 |
background-color: transparent;
|
2019 |
background-image: none;
|
2020 |
-
border-color: #17a2b8
|
2021 |
}
|
2022 |
|
2023 |
.htb-btn-outline-info:hover {
|
2024 |
color: #fff;
|
2025 |
background-color: #17a2b8;
|
2026 |
-
border-color: #17a2b8
|
2027 |
}
|
2028 |
|
2029 |
.htb-btn-outline-info.focus,
|
2030 |
.htb-btn-outline-info:focus {
|
2031 |
-
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
|
2032 |
}
|
2033 |
|
2034 |
.htb-btn-outline-info.disabled,
|
2035 |
.htb-btn-outline-info:disabled {
|
2036 |
color: #17a2b8;
|
2037 |
-
background-color: transparent
|
2038 |
}
|
2039 |
|
2040 |
.htb-btn-outline-info:not([disabled]):not(.disabled).active,
|
@@ -2043,31 +2163,31 @@ tbody.htb-collapse.htb-show {
|
|
2043 |
color: #fff;
|
2044 |
background-color: #17a2b8;
|
2045 |
border-color: #17a2b8;
|
2046 |
-
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
|
2047 |
}
|
2048 |
|
2049 |
.htb-btn-outline-warning {
|
2050 |
color: #ffc107;
|
2051 |
background-color: transparent;
|
2052 |
background-image: none;
|
2053 |
-
border-color: #ffc107
|
2054 |
}
|
2055 |
|
2056 |
.htb-btn-outline-warning:hover {
|
2057 |
color: #fff;
|
2058 |
background-color: #ffc107;
|
2059 |
-
border-color: #ffc107
|
2060 |
}
|
2061 |
|
2062 |
.htb-btn-outline-warning.focus,
|
2063 |
.htb-btn-outline-warning:focus {
|
2064 |
-
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
|
2065 |
}
|
2066 |
|
2067 |
.htb-btn-outline-warning.disabled,
|
2068 |
.htb-btn-outline-warning:disabled {
|
2069 |
color: #ffc107;
|
2070 |
-
background-color: transparent
|
2071 |
}
|
2072 |
|
2073 |
.htb-btn-outline-warning:not([disabled]):not(.disabled).active,
|
@@ -2076,31 +2196,31 @@ tbody.htb-collapse.htb-show {
|
|
2076 |
color: #fff;
|
2077 |
background-color: #ffc107;
|
2078 |
border-color: #ffc107;
|
2079 |
-
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
|
2080 |
}
|
2081 |
|
2082 |
.htb-btn-outline-danger {
|
2083 |
color: #dc3545;
|
2084 |
background-color: transparent;
|
2085 |
background-image: none;
|
2086 |
-
border-color: #dc3545
|
2087 |
}
|
2088 |
|
2089 |
.htb-btn-outline-danger:hover {
|
2090 |
color: #fff;
|
2091 |
background-color: #dc3545;
|
2092 |
-
border-color: #dc3545
|
2093 |
}
|
2094 |
|
2095 |
.htb-btn-outline-danger.focus,
|
2096 |
.htb-btn-outline-danger:focus {
|
2097 |
-
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
|
2098 |
}
|
2099 |
|
2100 |
.htb-btn-outline-danger.disabled,
|
2101 |
.htb-btn-outline-danger:disabled {
|
2102 |
color: #dc3545;
|
2103 |
-
background-color: transparent
|
2104 |
}
|
2105 |
|
2106 |
.htb-btn-outline-danger:not([disabled]):not(.disabled).active,
|
@@ -2109,31 +2229,31 @@ tbody.htb-collapse.htb-show {
|
|
2109 |
color: #fff;
|
2110 |
background-color: #dc3545;
|
2111 |
border-color: #dc3545;
|
2112 |
-
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
|
2113 |
}
|
2114 |
|
2115 |
.htb-btn-outline-light {
|
2116 |
color: #f8f9fa;
|
2117 |
background-color: transparent;
|
2118 |
background-image: none;
|
2119 |
-
border-color: #f8f9fa
|
2120 |
}
|
2121 |
|
2122 |
.htb-btn-outline-light:hover {
|
2123 |
color: #212529;
|
2124 |
background-color: #f8f9fa;
|
2125 |
-
border-color: #f8f9fa
|
2126 |
}
|
2127 |
|
2128 |
.htb-btn-outline-light.focus,
|
2129 |
.htb-btn-outline-light:focus {
|
2130 |
-
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
|
2131 |
}
|
2132 |
|
2133 |
.htb-btn-outline-light.disabled,
|
2134 |
.htb-btn-outline-light:disabled {
|
2135 |
color: #f8f9fa;
|
2136 |
-
background-color: transparent
|
2137 |
}
|
2138 |
|
2139 |
.htb-btn-outline-light:not([disabled]):not(.disabled).active,
|
@@ -2142,31 +2262,31 @@ tbody.htb-collapse.htb-show {
|
|
2142 |
color: #212529;
|
2143 |
background-color: #f8f9fa;
|
2144 |
border-color: #f8f9fa;
|
2145 |
-
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
|
2146 |
}
|
2147 |
|
2148 |
.htb-btn-outline-dark {
|
2149 |
color: #343a40;
|
2150 |
background-color: transparent;
|
2151 |
background-image: none;
|
2152 |
-
border-color: #343a40
|
2153 |
}
|
2154 |
|
2155 |
.htb-btn-outline-dark:hover {
|
2156 |
color: #fff;
|
2157 |
background-color: #343a40;
|
2158 |
-
border-color: #343a40
|
2159 |
}
|
2160 |
|
2161 |
.htb-btn-outline-dark.focus,
|
2162 |
.htb-btn-outline-dark:focus {
|
2163 |
-
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
|
2164 |
}
|
2165 |
|
2166 |
.htb-btn-outline-dark.disabled,
|
2167 |
.htb-btn-outline-dark:disabled {
|
2168 |
color: #343a40;
|
2169 |
-
background-color: transparent
|
2170 |
}
|
2171 |
|
2172 |
.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active,
|
@@ -2175,7 +2295,7 @@ tbody.htb-collapse.htb-show {
|
|
2175 |
color: #fff;
|
2176 |
background-color: #343a40;
|
2177 |
border-color: #343a40;
|
2178 |
-
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
|
2179 |
}
|
2180 |
|
2181 |
.htb-alert {
|
@@ -2183,15 +2303,15 @@ tbody.htb-collapse.htb-show {
|
|
2183 |
padding: .75rem 1.25rem;
|
2184 |
margin-bottom: 1rem;
|
2185 |
border: 1px solid transparent;
|
2186 |
-
border-radius: .25rem
|
2187 |
}
|
2188 |
.htb-alert-success {
|
2189 |
color: #155724;
|
2190 |
background-color: #d4edda;
|
2191 |
-
border-color: #c3e6cb
|
2192 |
}
|
2193 |
.htb-alert-danger {
|
2194 |
color: #721c24;
|
2195 |
background-color: #f8d7da;
|
2196 |
-
border-color: #f5c6cb
|
2197 |
}
|
60 |
flex-basis: 0;
|
61 |
-ms-flex-positive: 1;
|
62 |
flex-grow: 1;
|
63 |
+
max-width: 100%;
|
64 |
+
}
|
65 |
.htb-col-auto {
|
66 |
-ms-flex: 0 0 auto;
|
67 |
flex: 0 0 auto;
|
71 |
.htb-col-1 {
|
72 |
-ms-flex: 0 0 8.333333%;
|
73 |
flex: 0 0 8.333333%;
|
74 |
+
max-width: 8.333333%;
|
75 |
+
}
|
76 |
.htb-col-2 {
|
77 |
-ms-flex: 0 0 16.666667%;
|
78 |
flex: 0 0 16.666667%;
|
79 |
+
max-width: 16.666667%;
|
80 |
+
}
|
81 |
.htb-col-3 {
|
82 |
-ms-flex: 0 0 25%;
|
83 |
flex: 0 0 25%;
|
84 |
+
max-width: 25%;
|
85 |
+
}
|
86 |
.htb-col-4 {
|
87 |
-ms-flex: 0 0 33.333333%;
|
88 |
flex: 0 0 33.333333%;
|
89 |
+
max-width: 33.333333%;
|
90 |
+
}
|
91 |
.htb-col-5 {
|
92 |
-ms-flex: 0 0 41.666667%;
|
93 |
flex: 0 0 41.666667%;
|
94 |
+
max-width: 41.666667%;
|
95 |
+
}
|
96 |
.htb-col-6 {
|
97 |
-ms-flex: 0 0 50%;
|
98 |
flex: 0 0 50%;
|
99 |
+
max-width: 50%;
|
100 |
+
}
|
101 |
.htb-col-7 {
|
102 |
-ms-flex: 0 0 58.333333%;
|
103 |
flex: 0 0 58.333333%;
|
104 |
+
max-width: 58.333333%;
|
105 |
+
}
|
106 |
.htb-col-8 {
|
107 |
-ms-flex: 0 0 66.666667%;
|
108 |
flex: 0 0 66.666667%;
|
109 |
+
max-width: 66.666667%;
|
110 |
+
}
|
111 |
.htb-col-9 {
|
112 |
-ms-flex: 0 0 75%;
|
113 |
flex: 0 0 75%;
|
114 |
+
max-width: 75%;
|
115 |
+
}
|
116 |
.htb-col-10 {
|
117 |
-ms-flex: 0 0 83.333333%;
|
118 |
flex: 0 0 83.333333%;
|
119 |
+
max-width: 83.333333%;
|
120 |
+
}
|
121 |
.htb-col-11 {
|
122 |
-ms-flex: 0 0 91.666667%;
|
123 |
flex: 0 0 91.666667%;
|
124 |
+
max-width: 91.666667%;
|
125 |
+
}
|
126 |
.htb-col-12 {
|
127 |
-ms-flex: 0 0 100%;
|
128 |
flex: 0 0 100%;
|
129 |
+
max-width: 100%;
|
130 |
+
}
|
131 |
.htb-order-first {
|
132 |
-ms-flex-order: -1;
|
133 |
order: -1;
|
181 |
order: 12;
|
182 |
}
|
183 |
.htb-offset-1 {
|
184 |
+
margin-left: 8.333333%;
|
185 |
+
}
|
186 |
.htb-offset-2 {
|
187 |
+
margin-left: 16.666667%;
|
188 |
+
}
|
189 |
.htb-offset-3 {
|
190 |
+
margin-left: 25%;
|
191 |
+
}
|
192 |
.htb-offset-4 {
|
193 |
+
margin-left: 33.333333%;
|
194 |
+
}
|
195 |
.htb-offset-5 {
|
196 |
+
margin-left: 41.666667%;
|
197 |
+
}
|
198 |
.htb-offset-6 {
|
199 |
+
margin-left: 50%;
|
200 |
+
}
|
201 |
.htb-offset-7 {
|
202 |
+
margin-left: 58.333333%;
|
203 |
+
}
|
204 |
.htb-offset-8 {
|
205 |
+
margin-left: 66.666667%;
|
206 |
+
}
|
207 |
.htb-offset-9 {
|
208 |
+
margin-left: 75%;
|
209 |
+
}
|
210 |
.htb-offset-10 {
|
211 |
+
margin-left: 83.333333%;
|
212 |
+
}
|
213 |
.htb-offset-11 {
|
214 |
+
margin-left: 91.666667%;
|
215 |
+
}
|
216 |
@media (min-width:576px) {
|
217 |
.htb-col-sm {
|
218 |
-ms-flex-preferred-size: 0;
|
219 |
flex-basis: 0;
|
220 |
-ms-flex-positive: 1;
|
221 |
flex-grow: 1;
|
222 |
+
max-width: 100%;
|
223 |
+
}
|
224 |
.htb-col-sm-auto {
|
225 |
-ms-flex: 0 0 auto;
|
226 |
flex: 0 0 auto;
|
230 |
.htb-col-sm-1 {
|
231 |
-ms-flex: 0 0 8.333333%;
|
232 |
flex: 0 0 8.333333%;
|
233 |
+
max-width: 8.333333%;
|
234 |
+
}
|
235 |
.htb-col-sm-2 {
|
236 |
-ms-flex: 0 0 16.666667%;
|
237 |
flex: 0 0 16.666667%;
|
238 |
+
max-width: 16.666667%;
|
239 |
+
}
|
240 |
.htb-col-sm-3 {
|
241 |
-ms-flex: 0 0 25%;
|
242 |
flex: 0 0 25%;
|
243 |
+
max-width: 25%;
|
244 |
+
}
|
245 |
.htb-col-sm-4 {
|
246 |
-ms-flex: 0 0 33.333333%;
|
247 |
flex: 0 0 33.333333%;
|
248 |
+
max-width: 33.333333%;
|
249 |
+
}
|
250 |
.htb-col-sm-5 {
|
251 |
-ms-flex: 0 0 41.666667%;
|
252 |
flex: 0 0 41.666667%;
|
253 |
+
max-width: 41.666667%;
|
254 |
+
}
|
255 |
.htb-col-sm-6 {
|
256 |
-ms-flex: 0 0 50%;
|
257 |
flex: 0 0 50%;
|
258 |
+
max-width: 50%;
|
259 |
+
}
|
260 |
.htb-col-sm-7 {
|
261 |
-ms-flex: 0 0 58.333333%;
|
262 |
flex: 0 0 58.333333%;
|
263 |
+
max-width: 58.333333%;
|
264 |
+
}
|
265 |
.htb-col-sm-8 {
|
266 |
-ms-flex: 0 0 66.666667%;
|
267 |
flex: 0 0 66.666667%;
|
268 |
+
max-width: 66.666667%;
|
269 |
+
}
|
270 |
.htb-col-sm-9 {
|
271 |
-ms-flex: 0 0 75%;
|
272 |
flex: 0 0 75%;
|
273 |
+
max-width: 75%;
|
274 |
+
}
|
275 |
.htb-col-sm-10 {
|
276 |
-ms-flex: 0 0 83.333333%;
|
277 |
flex: 0 0 83.333333%;
|
278 |
+
max-width: 83.333333%;
|
279 |
+
}
|
280 |
.htb-col-sm-11 {
|
281 |
-ms-flex: 0 0 91.666667%;
|
282 |
flex: 0 0 91.666667%;
|
283 |
+
max-width: 91.666667%;
|
284 |
+
}
|
285 |
.htb-col-sm-12 {
|
286 |
-ms-flex: 0 0 100%;
|
287 |
flex: 0 0 100%;
|
288 |
+
max-width: 100%;
|
289 |
+
}
|
290 |
.htb-order-sm-first {
|
291 |
-ms-flex-order: -1;
|
292 |
order: -1;
|
343 |
margin-left: 0;
|
344 |
}
|
345 |
.htb-offset-sm-1 {
|
346 |
+
margin-left: 8.333333%;
|
347 |
+
}
|
348 |
.htb-offset-sm-2 {
|
349 |
+
margin-left: 16.666667%;
|
350 |
+
}
|
351 |
.htb-offset-sm-3 {
|
352 |
+
margin-left: 25%;
|
353 |
+
}
|
354 |
.htb-offset-sm-4 {
|
355 |
+
margin-left: 33.333333%;
|
356 |
+
}
|
357 |
.htb-offset-sm-5 {
|
358 |
+
margin-left: 41.666667%;
|
359 |
+
}
|
360 |
.htb-offset-sm-6 {
|
361 |
+
margin-left: 50%;
|
362 |
+
}
|
363 |
.htb-offset-sm-7 {
|
364 |
+
margin-left: 58.333333%;
|
365 |
+
}
|
366 |
.htb-offset-sm-8 {
|
367 |
+
margin-left: 66.666667%;
|
368 |
+
}
|
369 |
.htb-offset-sm-9 {
|
370 |
+
margin-left: 75%;
|
371 |
+
}
|
372 |
.htb-offset-sm-10 {
|
373 |
+
margin-left: 83.333333%;
|
374 |
+
}
|
375 |
.htb-offset-sm-11 {
|
376 |
+
margin-left: 91.666667%;
|
377 |
+
}
|
378 |
}@media (min-width:768px) {
|
379 |
.htb-col-md {
|
380 |
-ms-flex-preferred-size: 0;
|
381 |
flex-basis: 0;
|
382 |
-ms-flex-positive: 1;
|
383 |
flex-grow: 1;
|
384 |
+
max-width: 100%;
|
385 |
+
}
|
386 |
.htb-col-md-auto {
|
387 |
-ms-flex: 0 0 auto;
|
388 |
flex: 0 0 auto;
|
392 |
.htb-col-md-1 {
|
393 |
-ms-flex: 0 0 8.333333%;
|
394 |
flex: 0 0 8.333333%;
|
395 |
+
max-width: 8.333333%;
|
396 |
+
}
|
397 |
.htb-col-md-2 {
|
398 |
-ms-flex: 0 0 16.666667%;
|
399 |
flex: 0 0 16.666667%;
|
400 |
+
max-width: 16.666667%;
|
401 |
+
}
|
402 |
.htb-col-md-3 {
|
403 |
-ms-flex: 0 0 25%;
|
404 |
flex: 0 0 25%;
|
405 |
+
max-width: 25%;
|
406 |
+
}
|
407 |
.htb-col-md-4 {
|
408 |
-ms-flex: 0 0 33.333333%;
|
409 |
flex: 0 0 33.333333%;
|
410 |
+
max-width: 33.333333%;
|
411 |
+
}
|
412 |
.htb-col-md-5 {
|
413 |
-ms-flex: 0 0 41.666667%;
|
414 |
flex: 0 0 41.666667%;
|
415 |
+
max-width: 41.666667%;
|
416 |
+
}
|
417 |
.htb-col-md-6 {
|
418 |
-ms-flex: 0 0 50%;
|
419 |
flex: 0 0 50%;
|
420 |
+
max-width: 50%;
|
421 |
+
}
|
422 |
.htb-col-md-7 {
|
423 |
-ms-flex: 0 0 58.333333%;
|
424 |
flex: 0 0 58.333333%;
|
425 |
+
max-width: 58.333333%;
|
426 |
+
}
|
427 |
.htb-col-md-8 {
|
428 |
-ms-flex: 0 0 66.666667%;
|
429 |
flex: 0 0 66.666667%;
|
430 |
+
max-width: 66.666667%;
|
431 |
+
}
|
432 |
.htb-col-md-9 {
|
433 |
-ms-flex: 0 0 75%;
|
434 |
flex: 0 0 75%;
|
435 |
+
max-width: 75%;
|
436 |
+
}
|
437 |
.htb-col-md-10 {
|
438 |
-ms-flex: 0 0 83.333333%;
|
439 |
flex: 0 0 83.333333%;
|
440 |
+
max-width: 83.333333%;
|
441 |
+
}
|
442 |
.htb-col-md-11 {
|
443 |
-ms-flex: 0 0 91.666667%;
|
444 |
flex: 0 0 91.666667%;
|
445 |
+
max-width: 91.666667%;
|
446 |
+
}
|
447 |
.htb-col-md-12 {
|
448 |
-ms-flex: 0 0 100%;
|
449 |
flex: 0 0 100%;
|
450 |
+
max-width: 100%;
|
451 |
+
}
|
452 |
.htb-order-md-first {
|
453 |
-ms-flex-order: -1;
|
454 |
order: -1;
|
505 |
margin-left: 0;
|
506 |
}
|
507 |
.htb-offset-md-1 {
|
508 |
+
margin-left: 8.333333%;
|
509 |
+
}
|
510 |
.htb-offset-md-2 {
|
511 |
+
margin-left: 16.666667%;
|
512 |
+
}
|
513 |
.htb-offset-md-3 {
|
514 |
+
margin-left: 25%;
|
515 |
+
}
|
516 |
.htb-offset-md-4 {
|
517 |
+
margin-left: 33.333333%;
|
518 |
+
}
|
519 |
.htb-offset-md-5 {
|
520 |
+
margin-left: 41.666667%;
|
521 |
+
}
|
522 |
.htb-offset-md-6 {
|
523 |
+
margin-left: 50%;
|
524 |
+
}
|
525 |
.htb-offset-md-7 {
|
526 |
+
margin-left: 58.333333%;
|
527 |
+
}
|
528 |
.htb-offset-md-8 {
|
529 |
+
margin-left: 66.666667%;
|
530 |
+
}
|
531 |
.htb-offset-md-9 {
|
532 |
+
margin-left: 75%;
|
533 |
+
}
|
534 |
.htb-offset-md-10 {
|
535 |
+
margin-left: 83.333333%;
|
536 |
+
}
|
537 |
.htb-offset-md-11 {
|
538 |
+
margin-left: 91.666667%;
|
539 |
+
}
|
540 |
}@media (min-width:992px) {
|
541 |
.htb-col-lg {
|
542 |
-ms-flex-preferred-size: 0;
|
543 |
flex-basis: 0;
|
544 |
-ms-flex-positive: 1;
|
545 |
flex-grow: 1;
|
546 |
+
max-width: 100%;
|
547 |
+
}
|
548 |
.htb-col-lg-auto {
|
549 |
-ms-flex: 0 0 auto;
|
550 |
flex: 0 0 auto;
|
554 |
.htb-col-lg-1 {
|
555 |
-ms-flex: 0 0 8.333333%;
|
556 |
flex: 0 0 8.333333%;
|
557 |
+
max-width: 8.333333%;
|
558 |
+
}
|
559 |
.htb-col-lg-2 {
|
560 |
-ms-flex: 0 0 16.666667%;
|
561 |
flex: 0 0 16.666667%;
|
562 |
+
max-width: 16.666667%;
|
563 |
+
}
|
564 |
.htb-col-lg-3 {
|
565 |
-ms-flex: 0 0 25%;
|
566 |
flex: 0 0 25%;
|
567 |
+
max-width: 25%;
|
568 |
+
}
|
569 |
.htb-col-lg-4 {
|
570 |
-ms-flex: 0 0 33.333333%;
|
571 |
flex: 0 0 33.333333%;
|
572 |
+
max-width: 33.333333%;
|
573 |
+
}
|
574 |
.htb-col-lg-5 {
|
575 |
-ms-flex: 0 0 41.666667%;
|
576 |
flex: 0 0 41.666667%;
|
577 |
+
max-width: 41.666667%;
|
578 |
+
}
|
579 |
.htb-col-lg-6 {
|
580 |
-ms-flex: 0 0 50%;
|
581 |
flex: 0 0 50%;
|
582 |
+
max-width: 50%;
|
583 |
+
}
|
584 |
.htb-col-lg-7 {
|
585 |
-ms-flex: 0 0 58.333333%;
|
586 |
flex: 0 0 58.333333%;
|
587 |
+
max-width: 58.333333%;
|
588 |
+
}
|
589 |
.htb-col-lg-8 {
|
590 |
-ms-flex: 0 0 66.666667%;
|
591 |
flex: 0 0 66.666667%;
|
592 |
+
max-width: 66.666667%;
|
593 |
+
}
|
594 |
.htb-col-lg-9 {
|
595 |
-ms-flex: 0 0 75%;
|
596 |
flex: 0 0 75%;
|
597 |
+
max-width: 75%;
|
598 |
+
}
|
599 |
.htb-col-lg-10 {
|
600 |
-ms-flex: 0 0 83.333333%;
|
601 |
flex: 0 0 83.333333%;
|
602 |
+
max-width: 83.333333%;
|
603 |
+
}
|
604 |
.htb-col-lg-11 {
|
605 |
-ms-flex: 0 0 91.666667%;
|
606 |
flex: 0 0 91.666667%;
|
607 |
+
max-width: 91.666667%;
|
608 |
+
}
|
609 |
.htb-col-lg-12 {
|
610 |
-ms-flex: 0 0 100%;
|
611 |
flex: 0 0 100%;
|
612 |
+
max-width: 100%;
|
613 |
+
}
|
614 |
.htb-order-lg-first {
|
615 |
-ms-flex-order: -1;
|
616 |
order: -1;
|
667 |
margin-left: 0;
|
668 |
}
|
669 |
.htb-offset-lg-1 {
|
670 |
+
margin-left: 8.333333%;
|
671 |
+
}
|
672 |
.htb-offset-lg-2 {
|
673 |
+
margin-left: 16.666667%;
|
674 |
+
}
|
675 |
.htb-offset-lg-3 {
|
676 |
+
margin-left: 25%;
|
677 |
+
}
|
678 |
.htb-offset-lg-4 {
|
679 |
+
margin-left: 33.333333%;
|
680 |
+
}
|
681 |
.htb-offset-lg-5 {
|
682 |
+
margin-left: 41.666667%;
|
683 |
+
}
|
684 |
.htb-offset-lg-6 {
|
685 |
+
margin-left: 50%;
|
686 |
+
}
|
687 |
.htb-offset-lg-7 {
|
688 |
+
margin-left: 58.333333%;
|
689 |
+
}
|
690 |
.htb-offset-lg-8 {
|
691 |
+
margin-left: 66.666667%;
|
692 |
+
}
|
693 |
.htb-offset-lg-9 {
|
694 |
+
margin-left: 75%;
|
695 |
+
}
|
696 |
.htb-offset-lg-10 {
|
697 |
+
margin-left: 83.333333%;
|
698 |
+
}
|
699 |
.htb-offset-lg-11 {
|
700 |
+
margin-left: 91.666667%;
|
701 |
+
}
|
702 |
}@media (min-width:1200px) {
|
703 |
.htb-col-xl {
|
704 |
-ms-flex-preferred-size: 0;
|
705 |
flex-basis: 0;
|
706 |
-ms-flex-positive: 1;
|
707 |
flex-grow: 1;
|
708 |
+
max-width: 100%;
|
709 |
+
}
|
710 |
.htb-col-xl-auto {
|
711 |
-ms-flex: 0 0 auto;
|
712 |
flex: 0 0 auto;
|
716 |
.htb-col-xl-1 {
|
717 |
-ms-flex: 0 0 8.333333%;
|
718 |
flex: 0 0 8.333333%;
|
719 |
+
max-width: 8.333333%;
|
720 |
+
}
|
721 |
.htb-col-xl-2 {
|
722 |
-ms-flex: 0 0 16.666667%;
|
723 |
flex: 0 0 16.666667%;
|
724 |
+
max-width: 16.666667%;
|
725 |
+
}
|
726 |
.htb-col-xl-3 {
|
727 |
-ms-flex: 0 0 25%;
|
728 |
flex: 0 0 25%;
|
729 |
+
max-width: 25%;
|
730 |
+
}
|
731 |
.htb-col-xl-4 {
|
732 |
-ms-flex: 0 0 33.333333%;
|
733 |
flex: 0 0 33.333333%;
|
734 |
+
max-width: 33.333333%;
|
735 |
+
}
|
736 |
.htb-col-xl-5 {
|
737 |
-ms-flex: 0 0 41.666667%;
|
738 |
flex: 0 0 41.666667%;
|
739 |
+
max-width: 41.666667%;
|
740 |
+
}
|
741 |
.htb-col-xl-6 {
|
742 |
-ms-flex: 0 0 50%;
|
743 |
flex: 0 0 50%;
|
744 |
+
max-width: 50%;
|
745 |
+
}
|
746 |
.htb-col-xl-7 {
|
747 |
-ms-flex: 0 0 58.333333%;
|
748 |
flex: 0 0 58.333333%;
|
749 |
+
max-width: 58.333333%;
|
750 |
+
}
|
751 |
.htb-col-xl-8 {
|
752 |
-ms-flex: 0 0 66.666667%;
|
753 |
flex: 0 0 66.666667%;
|
754 |
+
max-width: 66.666667%;
|
755 |
+
}
|
756 |
.htb-col-xl-9 {
|
757 |
-ms-flex: 0 0 75%;
|
758 |
flex: 0 0 75%;
|
759 |
+
max-width: 75%;
|
760 |
+
}
|
761 |
.htb-col-xl-10 {
|
762 |
-ms-flex: 0 0 83.333333%;
|
763 |
flex: 0 0 83.333333%;
|
764 |
+
max-width: 83.333333%;
|
765 |
+
}
|
766 |
.htb-col-xl-11 {
|
767 |
-ms-flex: 0 0 91.666667%;
|
768 |
flex: 0 0 91.666667%;
|
769 |
+
max-width: 91.666667%;
|
770 |
+
}
|
771 |
.htb-col-xl-12 {
|
772 |
-ms-flex: 0 0 100%;
|
773 |
flex: 0 0 100%;
|
774 |
+
max-width: 100%;
|
775 |
+
}
|
776 |
.htb-order-xl-first {
|
777 |
-ms-flex-order: -1;
|
778 |
order: -1;
|
829 |
margin-left: 0;
|
830 |
}
|
831 |
.htb-offset-xl-1 {
|
832 |
+
margin-left: 8.333333%;
|
833 |
+
}
|
834 |
.htb-offset-xl-2 {
|
835 |
+
margin-left: 16.666667%;
|
836 |
+
}
|
837 |
.htb-offset-xl-3 {
|
838 |
+
margin-left: 25%;
|
839 |
+
}
|
840 |
.htb-offset-xl-4 {
|
841 |
+
margin-left: 33.333333%;
|
842 |
+
}
|
843 |
.htb-offset-xl-5 {
|
844 |
+
margin-left: 41.666667%;
|
845 |
+
}
|
846 |
.htb-offset-xl-6 {
|
847 |
+
margin-left: 50%;
|
848 |
+
}
|
849 |
.htb-offset-xl-7 {
|
850 |
+
margin-left: 58.333333%;
|
851 |
+
}
|
852 |
.htb-offset-xl-8 {
|
853 |
+
margin-left: 66.666667%;
|
854 |
+
}
|
855 |
.htb-offset-xl-9 {
|
856 |
+
margin-left: 75%;
|
857 |
+
}
|
858 |
.htb-offset-xl-10 {
|
859 |
+
margin-left: 83.333333%;
|
860 |
+
}
|
861 |
.htb-offset-xl-11 {
|
862 |
+
margin-left: 91.666667%;
|
863 |
+
}
|
864 |
}.htb-table {
|
865 |
width: 100%;
|
866 |
max-width: 100%;
|
1349 |
position:relative;
|
1350 |
height:0;
|
1351 |
overflow:hidden;
|
1352 |
+
transition:height .35s ease;
|
1353 |
}
|
1354 |
tr.htb-collapse.htb-show {
|
1355 |
display: table-row;
|
1905 |
top: 0;
|
1906 |
right: 0;
|
1907 |
left: 0;
|
1908 |
+
z-index: 1030;
|
1909 |
}
|
1910 |
|
1911 |
.htb-fixed-bottom {
|
1913 |
right: 0;
|
1914 |
bottom: 0;
|
1915 |
left: 0;
|
1916 |
+
z-index: 1030;
|
1917 |
}
|
1918 |
|
1919 |
@supports ((position:-webkit-sticky) or (position:sticky)) {
|
1921 |
position: -webkit-sticky;
|
1922 |
position: sticky;
|
1923 |
top: 0;
|
1924 |
+
z-index: 1020;
|
1925 |
}
|
1926 |
}
|
1927 |
|
1928 |
.htb-justify-content-start {
|
1929 |
-ms-flex-pack: start!important;
|
1930 |
+
justify-content: flex-start!important;
|
1931 |
}
|
1932 |
|
1933 |
.htb-justify-content-end {
|
1934 |
-ms-flex-pack: end!important;
|
1935 |
+
justify-content: flex-end!important;
|
1936 |
}
|
1937 |
|
1938 |
.htb-justify-content-center {
|
1939 |
-ms-flex-pack: center!important;
|
1940 |
+
justify-content: center!important;
|
1941 |
}
|
1942 |
|
1943 |
.htb-justify-content-between {
|
1944 |
-ms-flex-pack: justify!important;
|
1945 |
+
justify-content: space-between!important;
|
1946 |
}
|
1947 |
|
1948 |
.htb-justify-content-around {
|
1949 |
-ms-flex-pack: distribute!important;
|
1950 |
+
justify-content: space-around!important;
|
1951 |
}
|
1952 |
|
1953 |
.htb-align-items-start {
|
1954 |
-ms-flex-align: start!important;
|
1955 |
+
align-items: flex-start!important;
|
1956 |
}
|
1957 |
|
1958 |
.htb-align-items-end {
|
1959 |
-ms-flex-align: end!important;
|
1960 |
+
align-items: flex-end!important;
|
1961 |
}
|
1962 |
|
1963 |
.htb-align-items-center {
|
1964 |
-ms-flex-align: center!important;
|
1965 |
+
align-items: center!important;
|
1966 |
}
|
1967 |
|
1968 |
.htb-align-items-baseline {
|
1969 |
-ms-flex-align: baseline!important;
|
1970 |
+
align-items: baseline!important;
|
1971 |
}
|
1972 |
|
1973 |
.htb-align-items-stretch {
|
1974 |
-ms-flex-align: stretch!important;
|
1975 |
+
align-items: stretch!important;
|
1976 |
}
|
1977 |
|
1978 |
.htb-align-content-start {
|
1979 |
-ms-flex-line-pack: start!important;
|
1980 |
+
align-content: flex-start!important;
|
1981 |
}
|
1982 |
|
1983 |
.htb-align-content-end {
|
1984 |
-ms-flex-line-pack: end!important;
|
1985 |
+
align-content: flex-end!important;
|
1986 |
}
|
1987 |
|
1988 |
.htb-align-content-center {
|
1989 |
-ms-flex-line-pack: center!important;
|
1990 |
+
align-content: center!important;
|
1991 |
}
|
1992 |
|
1993 |
.htb-align-content-between {
|
1994 |
-ms-flex-line-pack: justify!important;
|
1995 |
+
align-content: space-between!important;
|
1996 |
}
|
1997 |
|
1998 |
.htb-align-content-around {
|
1999 |
-ms-flex-line-pack: distribute!important;
|
2000 |
+
align-content: space-around!important;
|
2001 |
}
|
2002 |
|
2003 |
.htb-align-content-stretch {
|
2004 |
-ms-flex-line-pack: stretch!important;
|
2005 |
+
align-content: stretch!important;
|
2006 |
}
|
2007 |
|
2008 |
.htb-align-self-auto {
|
2009 |
-ms-flex-item-align: auto!important;
|
2010 |
+
align-self: auto!important;
|
2011 |
}
|
2012 |
|
2013 |
.htb-align-self-start {
|
2014 |
-ms-flex-item-align: start!important;
|
2015 |
+
align-self: flex-start!important;
|
2016 |
}
|
2017 |
|
2018 |
.htb-align-self-end {
|
2019 |
-ms-flex-item-align: end!important;
|
2020 |
+
align-self: flex-end!important;
|
2021 |
}
|
2022 |
|
2023 |
.htb-align-self-center {
|
2024 |
-ms-flex-item-align: center!important;
|
2025 |
+
align-self: center!important;
|
2026 |
}
|
2027 |
|
2028 |
.htb-align-self-baseline {
|
2029 |
-ms-flex-item-align: baseline!important;
|
2030 |
+
align-self: baseline!important;
|
2031 |
}
|
2032 |
|
2033 |
.htb-align-self-stretch {
|
2034 |
-ms-flex-item-align: stretch!important;
|
2035 |
+
align-self: stretch!important;
|
2036 |
}
|
2037 |
.htb-btn-outline-primary {
|
2038 |
color: #007bff;
|
2039 |
background-color: transparent;
|
2040 |
background-image: none;
|
2041 |
+
border-color: #007bff;
|
2042 |
}
|
2043 |
|
2044 |
.htb-btn-outline-primary:hover {
|
2045 |
color: #fff;
|
2046 |
background-color: #007bff;
|
2047 |
+
border-color: #007bff;
|
2048 |
}
|
2049 |
|
2050 |
.htb-btn-outline-primary.focus,
|
2051 |
.htb-btn-outline-primary:focus {
|
2052 |
+
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
|
2053 |
}
|
2054 |
|
2055 |
.htb-btn-outline-primary.disabled,
|
2056 |
.htb-btn-outline-primary:disabled {
|
2057 |
color: #007bff;
|
2058 |
+
background-color: transparent;
|
2059 |
}
|
2060 |
|
2061 |
.htb-btn-outline-primary:not([disabled]):not(.disabled).active,
|
2064 |
color: #fff;
|
2065 |
background-color: #007bff;
|
2066 |
border-color: #007bff;
|
2067 |
+
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
|
2068 |
}
|
2069 |
|
2070 |
.htb-btn-outline-secondary {
|
2071 |
color: #868e96;
|
2072 |
background-color: transparent;
|
2073 |
background-image: none;
|
2074 |
+
border-color: #868e96;
|
2075 |
}
|
2076 |
|
2077 |
.htb-btn-outline-secondary:hover {
|
2078 |
color: #fff;
|
2079 |
background-color: #868e96;
|
2080 |
+
border-color: #868e96;
|
2081 |
}
|
2082 |
|
2083 |
.htb-btn-outline-secondary.focus,
|
2084 |
.htb-btn-outline-secondary:focus {
|
2085 |
+
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
|
2086 |
}
|
2087 |
|
2088 |
.htb-btn-outline-secondary.disabled,
|
2089 |
.htb-btn-outline-secondary:disabled {
|
2090 |
color: #868e96;
|
2091 |
+
background-color: transparent;
|
2092 |
}
|
2093 |
|
2094 |
.htb-btn-outline-secondary:not([disabled]):not(.disabled).active,
|
2097 |
color: #fff;
|
2098 |
background-color: #868e96;
|
2099 |
border-color: #868e96;
|
2100 |
+
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
|
2101 |
}
|
2102 |
|
2103 |
.htb-btn-outline-success {
|
2104 |
color: #28a745;
|
2105 |
background-color: transparent;
|
2106 |
background-image: none;
|
2107 |
+
border-color: #28a745;
|
2108 |
}
|
2109 |
|
2110 |
.htb-btn-outline-success:hover {
|
2111 |
color: #fff;
|
2112 |
background-color: #28a745;
|
2113 |
+
border-color: #28a745;
|
2114 |
}
|
2115 |
|
2116 |
.htb-btn-outline-success.focus,
|
2117 |
.htb-btn-outline-success:focus {
|
2118 |
+
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
|
2119 |
}
|
2120 |
|
2121 |
.htb-btn-outline-success.disabled,
|
2122 |
.htb-btn-outline-success:disabled {
|
2123 |
color: #28a745;
|
2124 |
+
background-color: transparent;
|
2125 |
}
|
2126 |
|
2127 |
.htb-btn-outline-success:not([disabled]):not(.disabled).active,
|
2130 |
color: #fff;
|
2131 |
background-color: #28a745;
|
2132 |
border-color: #28a745;
|
2133 |
+
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
|
2134 |
}
|
2135 |
|
2136 |
.htb-btn-outline-info {
|
2137 |
color: #17a2b8;
|
2138 |
background-color: transparent;
|
2139 |
background-image: none;
|
2140 |
+
border-color: #17a2b8;
|
2141 |
}
|
2142 |
|
2143 |
.htb-btn-outline-info:hover {
|
2144 |
color: #fff;
|
2145 |
background-color: #17a2b8;
|
2146 |
+
border-color: #17a2b8;
|
2147 |
}
|
2148 |
|
2149 |
.htb-btn-outline-info.focus,
|
2150 |
.htb-btn-outline-info:focus {
|
2151 |
+
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
|
2152 |
}
|
2153 |
|
2154 |
.htb-btn-outline-info.disabled,
|
2155 |
.htb-btn-outline-info:disabled {
|
2156 |
color: #17a2b8;
|
2157 |
+
background-color: transparent;
|
2158 |
}
|
2159 |
|
2160 |
.htb-btn-outline-info:not([disabled]):not(.disabled).active,
|
2163 |
color: #fff;
|
2164 |
background-color: #17a2b8;
|
2165 |
border-color: #17a2b8;
|
2166 |
+
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
|
2167 |
}
|
2168 |
|
2169 |
.htb-btn-outline-warning {
|
2170 |
color: #ffc107;
|
2171 |
background-color: transparent;
|
2172 |
background-image: none;
|
2173 |
+
border-color: #ffc107;
|
2174 |
}
|
2175 |
|
2176 |
.htb-btn-outline-warning:hover {
|
2177 |
color: #fff;
|
2178 |
background-color: #ffc107;
|
2179 |
+
border-color: #ffc107;
|
2180 |
}
|
2181 |
|
2182 |
.htb-btn-outline-warning.focus,
|
2183 |
.htb-btn-outline-warning:focus {
|
2184 |
+
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
|
2185 |
}
|
2186 |
|
2187 |
.htb-btn-outline-warning.disabled,
|
2188 |
.htb-btn-outline-warning:disabled {
|
2189 |
color: #ffc107;
|
2190 |
+
background-color: transparent;
|
2191 |
}
|
2192 |
|
2193 |
.htb-btn-outline-warning:not([disabled]):not(.disabled).active,
|
2196 |
color: #fff;
|
2197 |
background-color: #ffc107;
|
2198 |
border-color: #ffc107;
|
2199 |
+
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
|
2200 |
}
|
2201 |
|
2202 |
.htb-btn-outline-danger {
|
2203 |
color: #dc3545;
|
2204 |
background-color: transparent;
|
2205 |
background-image: none;
|
2206 |
+
border-color: #dc3545;
|
2207 |
}
|
2208 |
|
2209 |
.htb-btn-outline-danger:hover {
|
2210 |
color: #fff;
|
2211 |
background-color: #dc3545;
|
2212 |
+
border-color: #dc3545;
|
2213 |
}
|
2214 |
|
2215 |
.htb-btn-outline-danger.focus,
|
2216 |
.htb-btn-outline-danger:focus {
|
2217 |
+
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
|
2218 |
}
|
2219 |
|
2220 |
.htb-btn-outline-danger.disabled,
|
2221 |
.htb-btn-outline-danger:disabled {
|
2222 |
color: #dc3545;
|
2223 |
+
background-color: transparent;
|
2224 |
}
|
2225 |
|
2226 |
.htb-btn-outline-danger:not([disabled]):not(.disabled).active,
|
2229 |
color: #fff;
|
2230 |
background-color: #dc3545;
|
2231 |
border-color: #dc3545;
|
2232 |
+
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
|
2233 |
}
|
2234 |
|
2235 |
.htb-btn-outline-light {
|
2236 |
color: #f8f9fa;
|
2237 |
background-color: transparent;
|
2238 |
background-image: none;
|
2239 |
+
border-color: #f8f9fa;
|
2240 |
}
|
2241 |
|
2242 |
.htb-btn-outline-light:hover {
|
2243 |
color: #212529;
|
2244 |
background-color: #f8f9fa;
|
2245 |
+
border-color: #f8f9fa;
|
2246 |
}
|
2247 |
|
2248 |
.htb-btn-outline-light.focus,
|
2249 |
.htb-btn-outline-light:focus {
|
2250 |
+
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
|
2251 |
}
|
2252 |
|
2253 |
.htb-btn-outline-light.disabled,
|
2254 |
.htb-btn-outline-light:disabled {
|
2255 |
color: #f8f9fa;
|
2256 |
+
background-color: transparent;
|
2257 |
}
|
2258 |
|
2259 |
.htb-btn-outline-light:not([disabled]):not(.disabled).active,
|
2262 |
color: #212529;
|
2263 |
background-color: #f8f9fa;
|
2264 |
border-color: #f8f9fa;
|
2265 |
+
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
|
2266 |
}
|
2267 |
|
2268 |
.htb-btn-outline-dark {
|
2269 |
color: #343a40;
|
2270 |
background-color: transparent;
|
2271 |
background-image: none;
|
2272 |
+
border-color: #343a40;
|
2273 |
}
|
2274 |
|
2275 |
.htb-btn-outline-dark:hover {
|
2276 |
color: #fff;
|
2277 |
background-color: #343a40;
|
2278 |
+
border-color: #343a40;
|
2279 |
}
|
2280 |
|
2281 |
.htb-btn-outline-dark.focus,
|
2282 |
.htb-btn-outline-dark:focus {
|
2283 |
+
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
|
2284 |
}
|
2285 |
|
2286 |
.htb-btn-outline-dark.disabled,
|
2287 |
.htb-btn-outline-dark:disabled {
|
2288 |
color: #343a40;
|
2289 |
+
background-color: transparent;
|
2290 |
}
|
2291 |
|
2292 |
.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active,
|
2295 |
color: #fff;
|
2296 |
background-color: #343a40;
|
2297 |
border-color: #343a40;
|
2298 |
+
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
|
2299 |
}
|
2300 |
|
2301 |
.htb-alert {
|
2303 |
padding: .75rem 1.25rem;
|
2304 |
margin-bottom: 1rem;
|
2305 |
border: 1px solid transparent;
|
2306 |
+
border-radius: .25rem;
|
2307 |
}
|
2308 |
.htb-alert-success {
|
2309 |
color: #155724;
|
2310 |
background-color: #d4edda;
|
2311 |
+
border-color: #c3e6cb;
|
2312 |
}
|
2313 |
.htb-alert-danger {
|
2314 |
color: #721c24;
|
2315 |
background-color: #f8d7da;
|
2316 |
+
border-color: #f5c6cb;
|
2317 |
}
|
htmega_addons_elementor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
-
* Version: 1.4.
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
|
15 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
16 |
-
define( 'HTMEGA_VERSION', '1.4.
|
17 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
18 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
19 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
5 |
* Plugin URI: http://demo.wphash.com/htmega/
|
6 |
* Author: HasThemes
|
7 |
* Author URI: https://hasthemes.com/
|
8 |
+
* Version: 1.4.4
|
9 |
* License: GPL2
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: htmega-addons
|
13 |
*/
|
14 |
|
15 |
if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
|
16 |
+
define( 'HTMEGA_VERSION', '1.4.4' );
|
17 |
define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
|
18 |
define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
|
19 |
define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
|
includes/widgets/htmega_toggle.php
CHANGED
@@ -141,7 +141,7 @@ class HTMega_Elementor_Widget_Toggle extends Widget_Base {
|
|
141 |
[
|
142 |
'name' => 'custom_content_typography',
|
143 |
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
144 |
-
'selector' => '{{WRAPPER}} .htmega_custom_content
|
145 |
'condition' => [
|
146 |
'content_source' =>'custom',
|
147 |
],
|
141 |
[
|
142 |
'name' => 'custom_content_typography',
|
143 |
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
144 |
+
'selector' => '{{WRAPPER}} .htmega_custom_content',
|
145 |
'condition' => [
|
146 |
'content_source' =>'custom',
|
147 |
],
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: hasthemes, htplugins, devitemsllc
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
-
Tested up to: 5.4.
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
2 |
Contributors: hasthemes, htplugins, devitemsllc
|
3 |
Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
|
4 |
Requires at least: 4.7
|
5 |
+
Tested up to: 5.4.2
|
6 |
+
Stable tag: 1.4.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|