blob: 92a6f1c89ed99e3e53bea1aad16d547121dcd1cc [file] [log] [blame]
Unknownd2db0f12019-01-10 14:22:00 -05001/*!
2* Neon Pingendo template (https://templates.pingendo.com)
3* Based on: Bootstrap v4.1.3 (https://getbootstrap.com)
4* Copyright 2014-2018 Pingendo (https://pingendo.com)
5*/
6@import url("https://fonts.googleapis.com/css?family=Montserrat:200");
7/*!
8 * Bootstrap v4.1.3 (https://getbootstrap.com/)
9 * Copyright 2011-2018 The Bootstrap Authors
10 * Copyright 2011-2018 Twitter, Inc.
11 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12 */
13:root {
14 --blue: #007bff;
15 --indigo: #6610f2;
16 --purple: #6f42c1;
17 --pink: #e83e8c;
18 --red: #dc3545;
19 --orange: #fd7e14;
20 --yellow: #ffc107;
21 --green: #28a745;
22 --teal: #20c997;
23 --cyan: #17a2b8;
24 --white: #fff;
25 --gray: #6c757d;
26 --gray-dark: #343a40;
27 --primary: #0080ff;
28 --secondary: #0060aa;
29 --success: #28a745;
30 --info: #00aaff;
31 --warning: #ffc107;
32 --danger: #dc3545;
33 --light: #f3f3f3;
34 --dark: #303030;
35 --breakpoint-xs: 0;
36 --breakpoint-sm: 576px;
00day0769a17f2019-04-08 12:31:11 +020037 --breakpoint-md: 868px;
Unknownd2db0f12019-01-10 14:22:00 -050038 --breakpoint-lg: 992px;
39 --breakpoint-xl: 1200px;
40 --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
41 --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
42
43*,
44*::before,
45*::after {
46 box-sizing: border-box; }
47
48html {
49 font-family: sans-serif;
50 line-height: 1.15;
51 -webkit-text-size-adjust: 100%;
52 -ms-text-size-adjust: 100%;
53 -ms-overflow-style: scrollbar;
54 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
55
56@-ms-viewport {
57 width: device-width; }
58
59article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
60 display: block; }
61
62body {
63 margin: 0;
64 font-family: Montserrat;
65 font-size: 0.85rem;
66 font-weight: 200;
67 line-height: 1.8;
68 color: #efefef;
69 text-align: left;
70 background-color: #111; }
71
72[tabindex="-1"]:focus {
73 outline: 0 !important; }
74
75hr {
76 box-sizing: content-box;
77 height: 0;
78 overflow: visible; }
79
80h1, h2, h3, h4, h5, h6 {
81 margin-top: 0;
82 margin-bottom: 0.75rem; }
83
84p {
85 margin-top: 0;
86 margin-bottom: 1rem; }
87
88abbr[title],
89abbr[data-original-title] {
90 text-decoration: underline;
91 -webkit-text-decoration: underline dotted;
92 text-decoration: underline dotted;
93 cursor: help;
94 border-bottom: 0; }
95
96address {
97 margin-bottom: 1rem;
98 font-style: normal;
99 line-height: inherit; }
100
101ol,
102ul,
103dl {
104 margin-top: 0;
105 margin-bottom: 1rem; }
106
107ol ol,
108ul ul,
109ol ul,
110ul ol {
111 margin-bottom: 0; }
112
113dt {
114 font-weight: 700; }
115
116dd {
117 margin-bottom: .5rem;
118 margin-left: 0; }
119
120blockquote {
121 margin: 0 0 1rem; }
122
123dfn {
124 font-style: italic; }
125
126b,
127strong {
128 font-weight: bolder; }
129
130small {
131 font-size: 80%; }
132
133sub,
134sup {
135 position: relative;
136 font-size: 75%;
137 line-height: 0;
138 vertical-align: baseline; }
139
140sub {
141 bottom: -.25em; }
142
143sup {
144 top: -.5em; }
145
146a {
147 color: #0080ff;
148 text-decoration: none;
149 background-color: transparent;
150 -webkit-text-decoration-skip: objects; }
151 a:hover {
Stefan Ivicff54ece2019-08-31 14:49:48 +0200152 color: #0080ff;
Unknownd2db0f12019-01-10 14:22:00 -0500153 text-decoration: none; }
154
155a:not([href]):not([tabindex]) {
156 color: inherit;
157 text-decoration: none; }
158 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
159 color: inherit;
160 text-decoration: none; }
161 a:not([href]):not([tabindex]):focus {
162 outline: 0; }
163
164pre,
165code,
166kbd,
167samp {
168 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
169 font-size: 1em; }
170
171pre {
172 margin-top: 0;
173 margin-bottom: 1rem;
174 overflow: auto;
175 -ms-overflow-style: scrollbar; }
176
177figure {
178 margin: 0 0 1rem; }
179
180img {
181 vertical-align: middle;
182 border-style: none; }
183
184svg {
185 overflow: hidden;
186 vertical-align: middle; }
187
188table {
189 border-collapse: collapse; }
190
191caption {
192 padding-top: 0.75rem;
193 padding-bottom: 0.75rem;
194 color: #6c757d;
195 text-align: left;
196 caption-side: bottom; }
197
198th {
199 text-align: inherit; }
200
201label {
202 display: inline-block;
203 margin-bottom: 0.5rem; }
204
205button {
206 border-radius: 0; }
207
208button:focus {
209 outline: 1px dotted;
210 outline: 5px auto -webkit-focus-ring-color; }
211
212input,
213button,
214select,
215optgroup,
216textarea {
217 margin: 0;
218 font-family: inherit;
219 font-size: inherit;
220 line-height: inherit; }
221
222button,
223input {
224 overflow: visible; }
225
226button,
227select {
228 text-transform: none; }
229
230button,
231html [type="button"],
232[type="reset"],
233[type="submit"] {
234 -webkit-appearance: button; }
235
236button::-moz-focus-inner,
237[type="button"]::-moz-focus-inner,
238[type="reset"]::-moz-focus-inner,
239[type="submit"]::-moz-focus-inner {
240 padding: 0;
241 border-style: none; }
242
243input[type="radio"],
244input[type="checkbox"] {
245 box-sizing: border-box;
246 padding: 0; }
247
248input[type="date"],
249input[type="time"],
250input[type="datetime-local"],
251input[type="month"] {
252 -webkit-appearance: listbox; }
253
254textarea {
255 overflow: auto;
256 resize: vertical; }
257
258fieldset {
259 min-width: 0;
260 padding: 0;
261 margin: 0;
262 border: 0; }
263
264legend {
265 display: block;
266 width: 100%;
267 max-width: 100%;
268 padding: 0;
269 margin-bottom: .5rem;
270 font-size: 1.5rem;
271 line-height: inherit;
272 color: inherit;
273 white-space: normal; }
274
275progress {
276 vertical-align: baseline; }
277
278[type="number"]::-webkit-inner-spin-button,
279[type="number"]::-webkit-outer-spin-button {
280 height: auto; }
281
282[type="search"] {
283 outline-offset: -2px;
284 -webkit-appearance: none; }
285
286[type="search"]::-webkit-search-cancel-button,
287[type="search"]::-webkit-search-decoration {
288 -webkit-appearance: none; }
289
290::-webkit-file-upload-button {
291 font: inherit;
292 -webkit-appearance: button; }
293
294output {
295 display: inline-block; }
296
297summary {
298 display: list-item;
299 cursor: pointer; }
300
301template {
302 display: none; }
303
304[hidden] {
305 display: none !important; }
306
307h1, h2, h3, h4, h5, h6,
308.h1, .h2, .h3, .h4, .h5, .h6 {
309 margin-bottom: 0.75rem;
310 font-family: Montserrat;
311 font-weight: 500;
312 line-height: 1.2;
313 color: inherit; }
314
315h1, .h1 {
316 font-size: 2.125rem; }
317
318h2, .h2 {
319 font-size: 1.7rem; }
320
321h3, .h3 {
322 font-size: 1.4875rem; }
323
324h4, .h4 {
325 font-size: 1.275rem; }
326
327h5, .h5 {
328 font-size: 1.0625rem; }
329
330h6, .h6 {
331 font-size: 0.85rem; }
332
333.lead {
334 font-size: 1.3rem;
335 font-weight: 300; }
336
337.display-1 {
338 font-size: 6rem;
339 font-weight: 300;
340 line-height: 1.2; }
341
342.display-2 {
343 font-size: 5.5rem;
344 font-weight: 300;
345 line-height: 1.2; }
346
347.display-3 {
348 font-size: 4.5rem;
349 font-weight: 300;
350 line-height: 1.2; }
351
352.display-4 {
353 font-size: 3.5rem;
354 font-weight: 300;
355 line-height: 1.2; }
356
Stefan Ivicff54ece2019-08-31 14:49:48 +0200357.body-font {
358 font-size: 16px;
359 line-height: 27px;
360 letter-spacing: 1px;
361}
362
Unknownd2db0f12019-01-10 14:22:00 -0500363hr {
364 margin-top: 1.5rem;
365 margin-bottom: 1.5rem;
366 border: 0;
367 border-top: 1px solid rgba(0, 128, 255, 0.75); }
368
369small,
370.small {
371 font-size: 80%;
372 font-weight: 200; }
373
374mark,
375.mark {
376 padding: 0.2em;
377 background-color: #fcf8e3; }
378
379.list-unstyled {
380 padding-left: 0;
381 list-style: none; }
382
383.list-inline {
384 padding-left: 0;
385 list-style: none; }
386
387.list-inline-item {
388 display: inline-block; }
389 .list-inline-item:not(:last-child) {
390 margin-right: 0.5rem; }
391
392.initialism {
393 font-size: 90%;
394 text-transform: uppercase; }
395
396.blockquote {
397 margin-bottom: 1.5rem;
398 font-size: 1.0625rem; }
399
400.blockquote-footer {
401 display: block;
402 font-size: 80%;
403 color: #6c757d; }
404 .blockquote-footer::before {
405 content: "\2014 \00A0"; }
406
407.img-fluid {
408 max-width: 100%;
409 height: auto; }
410
411.img-thumbnail {
412 padding: 0.25rem;
413 background-color: #111;
414 border: 1px solid #0080ff;
415 border-radius: 0.75rem;
416 max-width: 100%;
417 height: auto; }
418
419.figure {
420 display: inline-block; }
421
422.figure-img {
423 margin-bottom: 0.75rem;
424 line-height: 1; }
425
426.figure-caption {
427 font-size: 90%;
428 color: #6c757d; }
429
430code {
431 font-size: 87.5%;
432 color: #e83e8c;
433 word-break: break-word; }
434 a > code {
435 color: inherit; }
436
437kbd {
438 padding: 0.2rem 0.4rem;
439 font-size: 87.5%;
440 color: #fff;
441 background-color: #212529;
442 border-radius: 0.3rem; }
443 kbd kbd {
444 padding: 0;
445 font-size: 100%;
446 font-weight: 700; }
447
448pre {
449 display: block;
450 font-size: 87.5%;
451 color: #212529; }
452 pre code {
453 font-size: inherit;
454 color: inherit;
455 word-break: normal; }
456
457.pre-scrollable {
458 max-height: 340px;
459 overflow-y: scroll; }
460
461.container {
462 width: 100%;
463 padding-right: 15px;
464 padding-left: 15px;
465 margin-right: auto;
466 margin-left: auto; }
467 @media (min-width: 576px) {
468 .container {
469 max-width: 540px; } }
00day0769a17f2019-04-08 12:31:11 +0200470 @media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -0500471 .container {
472 max-width: 720px; } }
473 @media (min-width: 992px) {
474 .container {
475 max-width: 960px; } }
476 @media (min-width: 1200px) {
477 .container {
478 max-width: 1140px; } }
479
480.container-fluid {
481 width: 100%;
482 padding-right: 15px;
483 padding-left: 15px;
484 margin-right: auto;
485 margin-left: auto; }
486
487.row {
488 display: flex;
489 flex-wrap: wrap;
490 margin-right: -15px;
491 margin-left: -15px; }
492
493.no-gutters {
494 margin-right: 0;
495 margin-left: 0; }
496 .no-gutters > .col,
497 .no-gutters > [class*="col-"] {
498 padding-right: 0;
499 padding-left: 0; }
500
501.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
502.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
503.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
504.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
505.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
506.col-xl-auto {
507 position: relative;
508 width: 100%;
509 min-height: 1px;
510 padding-right: 15px;
511 padding-left: 15px; }
512
513.col {
514 flex-basis: 0;
515 flex-grow: 1;
516 max-width: 100%; }
517
518.col-auto {
519 flex: 0 0 auto;
520 width: auto;
521 max-width: none; }
522
523.col-1 {
524 flex: 0 0 8.33333%;
525 max-width: 8.33333%; }
526
527.col-2 {
528 flex: 0 0 16.66667%;
529 max-width: 16.66667%; }
530
531.col-3 {
532 flex: 0 0 25%;
533 max-width: 25%; }
534
535.col-4 {
536 flex: 0 0 33.33333%;
537 max-width: 33.33333%; }
538
539.col-5 {
540 flex: 0 0 41.66667%;
541 max-width: 41.66667%; }
542
543.col-6 {
544 flex: 0 0 50%;
545 max-width: 50%; }
546
547.col-7 {
548 flex: 0 0 58.33333%;
549 max-width: 58.33333%; }
550
551.col-8 {
552 flex: 0 0 66.66667%;
553 max-width: 66.66667%; }
554
555.col-9 {
556 flex: 0 0 75%;
557 max-width: 75%; }
558
559.col-10 {
560 flex: 0 0 83.33333%;
561 max-width: 83.33333%; }
562
563.col-11 {
564 flex: 0 0 91.66667%;
565 max-width: 91.66667%; }
566
567.col-12 {
568 flex: 0 0 100%;
569 max-width: 100%; }
570
571.order-first {
572 order: -1; }
573
574.order-last {
575 order: 13; }
576
577.order-0 {
578 order: 0; }
579
580.order-1 {
581 order: 1; }
582
583.order-2 {
584 order: 2; }
585
586.order-3 {
587 order: 3; }
588
589.order-4 {
590 order: 4; }
591
592.order-5 {
593 order: 5; }
594
595.order-6 {
596 order: 6; }
597
598.order-7 {
599 order: 7; }
600
601.order-8 {
602 order: 8; }
603
604.order-9 {
605 order: 9; }
606
607.order-10 {
608 order: 10; }
609
610.order-11 {
611 order: 11; }
612
613.order-12 {
614 order: 12; }
615
616.offset-1 {
617 margin-left: 8.33333%; }
618
619.offset-2 {
620 margin-left: 16.66667%; }
621
622.offset-3 {
623 margin-left: 25%; }
624
625.offset-4 {
626 margin-left: 33.33333%; }
627
628.offset-5 {
629 margin-left: 41.66667%; }
630
631.offset-6 {
632 margin-left: 50%; }
633
634.offset-7 {
635 margin-left: 58.33333%; }
636
637.offset-8 {
638 margin-left: 66.66667%; }
639
640.offset-9 {
641 margin-left: 75%; }
642
643.offset-10 {
644 margin-left: 83.33333%; }
645
646.offset-11 {
647 margin-left: 91.66667%; }
648
649@media (min-width: 576px) {
650 .col-sm {
651 flex-basis: 0;
652 flex-grow: 1;
653 max-width: 100%; }
654 .col-sm-auto {
655 flex: 0 0 auto;
656 width: auto;
657 max-width: none; }
658 .col-sm-1 {
659 flex: 0 0 8.33333%;
660 max-width: 8.33333%; }
661 .col-sm-2 {
662 flex: 0 0 16.66667%;
663 max-width: 16.66667%; }
664 .col-sm-3 {
665 flex: 0 0 25%;
666 max-width: 25%; }
667 .col-sm-4 {
668 flex: 0 0 33.33333%;
669 max-width: 33.33333%; }
670 .col-sm-5 {
671 flex: 0 0 41.66667%;
672 max-width: 41.66667%; }
673 .col-sm-6 {
674 flex: 0 0 50%;
675 max-width: 50%; }
676 .col-sm-7 {
677 flex: 0 0 58.33333%;
678 max-width: 58.33333%; }
679 .col-sm-8 {
680 flex: 0 0 66.66667%;
681 max-width: 66.66667%; }
682 .col-sm-9 {
683 flex: 0 0 75%;
684 max-width: 75%; }
685 .col-sm-10 {
686 flex: 0 0 83.33333%;
687 max-width: 83.33333%; }
688 .col-sm-11 {
689 flex: 0 0 91.66667%;
690 max-width: 91.66667%; }
691 .col-sm-12 {
692 flex: 0 0 100%;
693 max-width: 100%; }
694 .order-sm-first {
695 order: -1; }
696 .order-sm-last {
697 order: 13; }
698 .order-sm-0 {
699 order: 0; }
700 .order-sm-1 {
701 order: 1; }
702 .order-sm-2 {
703 order: 2; }
704 .order-sm-3 {
705 order: 3; }
706 .order-sm-4 {
707 order: 4; }
708 .order-sm-5 {
709 order: 5; }
710 .order-sm-6 {
711 order: 6; }
712 .order-sm-7 {
713 order: 7; }
714 .order-sm-8 {
715 order: 8; }
716 .order-sm-9 {
717 order: 9; }
718 .order-sm-10 {
719 order: 10; }
720 .order-sm-11 {
721 order: 11; }
722 .order-sm-12 {
723 order: 12; }
724 .offset-sm-0 {
725 margin-left: 0; }
726 .offset-sm-1 {
727 margin-left: 8.33333%; }
728 .offset-sm-2 {
729 margin-left: 16.66667%; }
730 .offset-sm-3 {
731 margin-left: 25%; }
732 .offset-sm-4 {
733 margin-left: 33.33333%; }
734 .offset-sm-5 {
735 margin-left: 41.66667%; }
736 .offset-sm-6 {
737 margin-left: 50%; }
738 .offset-sm-7 {
739 margin-left: 58.33333%; }
740 .offset-sm-8 {
741 margin-left: 66.66667%; }
742 .offset-sm-9 {
743 margin-left: 75%; }
744 .offset-sm-10 {
745 margin-left: 83.33333%; }
746 .offset-sm-11 {
747 margin-left: 91.66667%; } }
748
00day0769a17f2019-04-08 12:31:11 +0200749@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -0500750 .col-md {
751 flex-basis: 0;
752 flex-grow: 1;
753 max-width: 100%; }
754 .col-md-auto {
755 flex: 0 0 auto;
756 width: auto;
757 max-width: none; }
758 .col-md-1 {
759 flex: 0 0 8.33333%;
760 max-width: 8.33333%; }
761 .col-md-2 {
762 flex: 0 0 16.66667%;
763 max-width: 16.66667%; }
764 .col-md-3 {
765 flex: 0 0 25%;
766 max-width: 25%; }
767 .col-md-4 {
768 flex: 0 0 33.33333%;
769 max-width: 33.33333%; }
770 .col-md-5 {
771 flex: 0 0 41.66667%;
772 max-width: 41.66667%; }
773 .col-md-6 {
774 flex: 0 0 50%;
775 max-width: 50%; }
776 .col-md-7 {
777 flex: 0 0 58.33333%;
778 max-width: 58.33333%; }
779 .col-md-8 {
780 flex: 0 0 66.66667%;
781 max-width: 66.66667%; }
782 .col-md-9 {
783 flex: 0 0 75%;
784 max-width: 75%; }
785 .col-md-10 {
786 flex: 0 0 83.33333%;
787 max-width: 83.33333%; }
788 .col-md-11 {
789 flex: 0 0 91.66667%;
790 max-width: 91.66667%; }
791 .col-md-12 {
792 flex: 0 0 100%;
793 max-width: 100%; }
794 .order-md-first {
795 order: -1; }
796 .order-md-last {
797 order: 13; }
798 .order-md-0 {
799 order: 0; }
800 .order-md-1 {
801 order: 1; }
802 .order-md-2 {
803 order: 2; }
804 .order-md-3 {
805 order: 3; }
806 .order-md-4 {
807 order: 4; }
808 .order-md-5 {
809 order: 5; }
810 .order-md-6 {
811 order: 6; }
812 .order-md-7 {
813 order: 7; }
814 .order-md-8 {
815 order: 8; }
816 .order-md-9 {
817 order: 9; }
818 .order-md-10 {
819 order: 10; }
820 .order-md-11 {
821 order: 11; }
822 .order-md-12 {
823 order: 12; }
824 .offset-md-0 {
825 margin-left: 0; }
826 .offset-md-1 {
827 margin-left: 8.33333%; }
828 .offset-md-2 {
829 margin-left: 16.66667%; }
830 .offset-md-3 {
831 margin-left: 25%; }
832 .offset-md-4 {
833 margin-left: 33.33333%; }
834 .offset-md-5 {
835 margin-left: 41.66667%; }
836 .offset-md-6 {
837 margin-left: 50%; }
838 .offset-md-7 {
839 margin-left: 58.33333%; }
840 .offset-md-8 {
841 margin-left: 66.66667%; }
842 .offset-md-9 {
843 margin-left: 75%; }
844 .offset-md-10 {
845 margin-left: 83.33333%; }
846 .offset-md-11 {
847 margin-left: 91.66667%; } }
848
849@media (min-width: 992px) {
850 .col-lg {
851 flex-basis: 0;
852 flex-grow: 1;
853 max-width: 100%; }
854 .col-lg-auto {
855 flex: 0 0 auto;
856 width: auto;
857 max-width: none; }
858 .col-lg-1 {
859 flex: 0 0 8.33333%;
860 max-width: 8.33333%; }
861 .col-lg-2 {
862 flex: 0 0 16.66667%;
863 max-width: 16.66667%; }
864 .col-lg-3 {
865 flex: 0 0 25%;
866 max-width: 25%; }
867 .col-lg-4 {
868 flex: 0 0 33.33333%;
869 max-width: 33.33333%; }
870 .col-lg-5 {
871 flex: 0 0 41.66667%;
872 max-width: 41.66667%; }
873 .col-lg-6 {
874 flex: 0 0 50%;
875 max-width: 50%; }
876 .col-lg-7 {
877 flex: 0 0 58.33333%;
878 max-width: 58.33333%; }
879 .col-lg-8 {
880 flex: 0 0 66.66667%;
881 max-width: 66.66667%; }
882 .col-lg-9 {
883 flex: 0 0 75%;
884 max-width: 75%; }
885 .col-lg-10 {
886 flex: 0 0 83.33333%;
887 max-width: 83.33333%; }
888 .col-lg-11 {
889 flex: 0 0 91.66667%;
890 max-width: 91.66667%; }
891 .col-lg-12 {
892 flex: 0 0 100%;
893 max-width: 100%; }
894 .order-lg-first {
895 order: -1; }
896 .order-lg-last {
897 order: 13; }
898 .order-lg-0 {
899 order: 0; }
900 .order-lg-1 {
901 order: 1; }
902 .order-lg-2 {
903 order: 2; }
904 .order-lg-3 {
905 order: 3; }
906 .order-lg-4 {
907 order: 4; }
908 .order-lg-5 {
909 order: 5; }
910 .order-lg-6 {
911 order: 6; }
912 .order-lg-7 {
913 order: 7; }
914 .order-lg-8 {
915 order: 8; }
916 .order-lg-9 {
917 order: 9; }
918 .order-lg-10 {
919 order: 10; }
920 .order-lg-11 {
921 order: 11; }
922 .order-lg-12 {
923 order: 12; }
924 .offset-lg-0 {
925 margin-left: 0; }
926 .offset-lg-1 {
927 margin-left: 8.33333%; }
928 .offset-lg-2 {
929 margin-left: 16.66667%; }
930 .offset-lg-3 {
931 margin-left: 25%; }
932 .offset-lg-4 {
933 margin-left: 33.33333%; }
934 .offset-lg-5 {
935 margin-left: 41.66667%; }
936 .offset-lg-6 {
937 margin-left: 50%; }
938 .offset-lg-7 {
939 margin-left: 58.33333%; }
940 .offset-lg-8 {
941 margin-left: 66.66667%; }
942 .offset-lg-9 {
943 margin-left: 75%; }
944 .offset-lg-10 {
945 margin-left: 83.33333%; }
946 .offset-lg-11 {
947 margin-left: 91.66667%; } }
948
949@media (min-width: 1200px) {
950 .col-xl {
951 flex-basis: 0;
952 flex-grow: 1;
953 max-width: 100%; }
954 .col-xl-auto {
955 flex: 0 0 auto;
956 width: auto;
957 max-width: none; }
958 .col-xl-1 {
959 flex: 0 0 8.33333%;
960 max-width: 8.33333%; }
961 .col-xl-2 {
962 flex: 0 0 16.66667%;
963 max-width: 16.66667%; }
964 .col-xl-3 {
965 flex: 0 0 25%;
966 max-width: 25%; }
967 .col-xl-4 {
968 flex: 0 0 33.33333%;
969 max-width: 33.33333%; }
970 .col-xl-5 {
971 flex: 0 0 41.66667%;
972 max-width: 41.66667%; }
973 .col-xl-6 {
974 flex: 0 0 50%;
975 max-width: 50%; }
976 .col-xl-7 {
977 flex: 0 0 58.33333%;
978 max-width: 58.33333%; }
979 .col-xl-8 {
980 flex: 0 0 66.66667%;
981 max-width: 66.66667%; }
982 .col-xl-9 {
983 flex: 0 0 75%;
984 max-width: 75%; }
985 .col-xl-10 {
986 flex: 0 0 83.33333%;
987 max-width: 83.33333%; }
988 .col-xl-11 {
989 flex: 0 0 91.66667%;
990 max-width: 91.66667%; }
991 .col-xl-12 {
992 flex: 0 0 100%;
993 max-width: 100%; }
994 .order-xl-first {
995 order: -1; }
996 .order-xl-last {
997 order: 13; }
998 .order-xl-0 {
999 order: 0; }
1000 .order-xl-1 {
1001 order: 1; }
1002 .order-xl-2 {
1003 order: 2; }
1004 .order-xl-3 {
1005 order: 3; }
1006 .order-xl-4 {
1007 order: 4; }
1008 .order-xl-5 {
1009 order: 5; }
1010 .order-xl-6 {
1011 order: 6; }
1012 .order-xl-7 {
1013 order: 7; }
1014 .order-xl-8 {
1015 order: 8; }
1016 .order-xl-9 {
1017 order: 9; }
1018 .order-xl-10 {
1019 order: 10; }
1020 .order-xl-11 {
1021 order: 11; }
1022 .order-xl-12 {
1023 order: 12; }
1024 .offset-xl-0 {
1025 margin-left: 0; }
1026 .offset-xl-1 {
1027 margin-left: 8.33333%; }
1028 .offset-xl-2 {
1029 margin-left: 16.66667%; }
1030 .offset-xl-3 {
1031 margin-left: 25%; }
1032 .offset-xl-4 {
1033 margin-left: 33.33333%; }
1034 .offset-xl-5 {
1035 margin-left: 41.66667%; }
1036 .offset-xl-6 {
1037 margin-left: 50%; }
1038 .offset-xl-7 {
1039 margin-left: 58.33333%; }
1040 .offset-xl-8 {
1041 margin-left: 66.66667%; }
1042 .offset-xl-9 {
1043 margin-left: 75%; }
1044 .offset-xl-10 {
1045 margin-left: 83.33333%; }
1046 .offset-xl-11 {
1047 margin-left: 91.66667%; } }
1048
1049.table {
1050 width: 100%;
1051 margin-bottom: 1.5rem;
1052 background-color: transparent; }
1053 .table th,
1054 .table td {
1055 padding: 0.75rem;
1056 vertical-align: top;
1057 border-top: 1px solid #303030; }
1058 .table thead th {
1059 vertical-align: bottom;
1060 border-bottom: 2px solid #303030; }
1061 .table tbody + tbody {
1062 border-top: 2px solid #303030; }
1063 .table .table {
1064 background-color: #111; }
1065
1066.table-sm th,
1067.table-sm td {
1068 padding: 0.3rem; }
1069
1070.table-bordered {
1071 border: 1px solid #303030; }
1072 .table-bordered th,
1073 .table-bordered td {
1074 border: 1px solid #303030; }
1075 .table-bordered thead th,
1076 .table-bordered thead td {
1077 border-bottom-width: 2px; }
1078
1079.table-borderless th,
1080.table-borderless td,
1081.table-borderless thead th,
1082.table-borderless tbody + tbody {
1083 border: 0; }
1084
1085.table-striped tbody tr:nth-of-type(odd) {
1086 background-color: rgba(243, 243, 243, 0.05); }
1087
1088.table-hover tbody tr:hover {
1089 background-color: rgba(243, 243, 243, 0.1); }
1090
1091.table-primary,
1092.table-primary > th,
1093.table-primary > td {
1094 background-color: #b8dbff; }
1095
1096.table-hover .table-primary:hover {
1097 background-color: #9fceff; }
1098 .table-hover .table-primary:hover > td,
1099 .table-hover .table-primary:hover > th {
1100 background-color: #9fceff; }
1101
1102.table-secondary,
1103.table-secondary > th,
1104.table-secondary > td {
1105 background-color: #b8d2e7; }
1106
1107.table-hover .table-secondary:hover {
1108 background-color: #a5c6e1; }
1109 .table-hover .table-secondary:hover > td,
1110 .table-hover .table-secondary:hover > th {
1111 background-color: #a5c6e1; }
1112
1113.table-success,
1114.table-success > th,
1115.table-success > td {
1116 background-color: #c3e6cb; }
1117
1118.table-hover .table-success:hover {
1119 background-color: #b1dfbb; }
1120 .table-hover .table-success:hover > td,
1121 .table-hover .table-success:hover > th {
1122 background-color: #b1dfbb; }
1123
1124.table-info,
1125.table-info > th,
1126.table-info > td {
1127 background-color: #b8e7ff; }
1128
1129.table-hover .table-info:hover {
1130 background-color: #9fdeff; }
1131 .table-hover .table-info:hover > td,
1132 .table-hover .table-info:hover > th {
1133 background-color: #9fdeff; }
1134
1135.table-warning,
1136.table-warning > th,
1137.table-warning > td {
1138 background-color: #ffeeba; }
1139
1140.table-hover .table-warning:hover {
1141 background-color: #ffe8a1; }
1142 .table-hover .table-warning:hover > td,
1143 .table-hover .table-warning:hover > th {
1144 background-color: #ffe8a1; }
1145
1146.table-danger,
1147.table-danger > th,
1148.table-danger > td {
1149 background-color: #f5c6cb; }
1150
1151.table-hover .table-danger:hover {
1152 background-color: #f1b0b7; }
1153 .table-hover .table-danger:hover > td,
1154 .table-hover .table-danger:hover > th {
1155 background-color: #f1b0b7; }
1156
1157.table-light,
1158.table-light > th,
1159.table-light > td {
1160 background-color: #fcfcfc; }
1161
1162.table-hover .table-light:hover {
1163 background-color: #efefef; }
1164 .table-hover .table-light:hover > td,
1165 .table-hover .table-light:hover > th {
1166 background-color: #efefef; }
1167
1168.table-dark,
1169.table-dark > th,
1170.table-dark > td {
1171 background-color: #c5c5c5; }
1172
1173.table-hover .table-dark:hover {
1174 background-color: #b8b8b8; }
1175 .table-hover .table-dark:hover > td,
1176 .table-hover .table-dark:hover > th {
1177 background-color: #b8b8b8; }
1178
1179.table-active,
1180.table-active > th,
1181.table-active > td {
1182 background-color: rgba(243, 243, 243, 0.1); }
1183
1184.table-hover .table-active:hover {
1185 background-color: rgba(230, 230, 230, 0.1); }
1186 .table-hover .table-active:hover > td,
1187 .table-hover .table-active:hover > th {
1188 background-color: rgba(230, 230, 230, 0.1); }
1189
1190.table .thead-dark th {
1191 color: #111;
1192 background-color: #212529;
1193 border-color: #32383e; }
1194
1195.table .thead-light th {
1196 color: #495057;
1197 background-color: #e9ecef;
1198 border-color: #303030; }
1199
1200.table-dark {
1201 color: #111;
1202 background-color: #212529; }
1203 .table-dark th,
1204 .table-dark td,
1205 .table-dark thead th {
1206 border-color: #32383e; }
1207 .table-dark.table-bordered {
1208 border: 0; }
1209 .table-dark.table-striped tbody tr:nth-of-type(odd) {
1210 background-color: rgba(255, 255, 255, 0.05); }
1211 .table-dark.table-hover tbody tr:hover {
1212 background-color: rgba(255, 255, 255, 0.075); }
1213
1214@media (max-width: 575.98px) {
1215 .table-responsive-sm {
1216 display: block;
1217 width: 100%;
1218 overflow-x: auto;
1219 -webkit-overflow-scrolling: touch;
1220 -ms-overflow-style: -ms-autohiding-scrollbar; }
1221 .table-responsive-sm > .table-bordered {
1222 border: 0; } }
1223
00day0769a17f2019-04-08 12:31:11 +02001224@media (max-width: 867.98px) {
Unknownd2db0f12019-01-10 14:22:00 -05001225 .table-responsive-md {
1226 display: block;
1227 width: 100%;
1228 overflow-x: auto;
1229 -webkit-overflow-scrolling: touch;
1230 -ms-overflow-style: -ms-autohiding-scrollbar; }
1231 .table-responsive-md > .table-bordered {
1232 border: 0; } }
1233
1234@media (max-width: 991.98px) {
1235 .table-responsive-lg {
1236 display: block;
1237 width: 100%;
1238 overflow-x: auto;
1239 -webkit-overflow-scrolling: touch;
1240 -ms-overflow-style: -ms-autohiding-scrollbar; }
1241 .table-responsive-lg > .table-bordered {
1242 border: 0; } }
1243
1244@media (max-width: 1199.98px) {
1245 .table-responsive-xl {
1246 display: block;
1247 width: 100%;
1248 overflow-x: auto;
1249 -webkit-overflow-scrolling: touch;
1250 -ms-overflow-style: -ms-autohiding-scrollbar; }
1251 .table-responsive-xl > .table-bordered {
1252 border: 0; } }
1253
1254.table-responsive {
1255 display: block;
1256 width: 100%;
1257 overflow-x: auto;
1258 -webkit-overflow-scrolling: touch;
1259 -ms-overflow-style: -ms-autohiding-scrollbar; }
1260 .table-responsive > .table-bordered {
1261 border: 0; }
1262
1263.form-control {
1264 display: block;
1265 width: 100%;
1266 height: calc(2.28rem + 2px);
1267 padding: 0.375rem 1rem;
1268 font-size: 0.85rem;
1269 line-height: 1.8;
1270 color: #495057;
1271 background-color: #fff;
1272 background-clip: padding-box;
1273 border: 1px solid #ced4da;
1274 border-radius: 0.75rem;
1275 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
1276 @media screen and (prefers-reduced-motion: reduce) {
1277 .form-control {
1278 transition: none; } }
1279 .form-control::-ms-expand {
1280 background-color: transparent;
1281 border: 0; }
1282 .form-control:focus {
1283 color: #495057;
1284 background-color: #fff;
1285 border-color: #80c0ff;
1286 outline: 0;
1287 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
1288 .form-control::-webkit-input-placeholder {
1289 color: #6c757d;
1290 opacity: 1; }
1291 .form-control:-ms-input-placeholder {
1292 color: #6c757d;
1293 opacity: 1; }
1294 .form-control::-ms-input-placeholder {
1295 color: #6c757d;
1296 opacity: 1; }
1297 .form-control::placeholder {
1298 color: #6c757d;
1299 opacity: 1; }
1300 .form-control:disabled, .form-control[readonly] {
1301 background-color: #e9ecef;
1302 opacity: 1; }
1303
1304select.form-control:focus::-ms-value {
1305 color: #495057;
1306 background-color: #fff; }
1307
1308.form-control-file,
1309.form-control-range {
1310 display: block;
1311 width: 100%; }
1312
1313.col-form-label {
1314 padding-top: calc(0.375rem + 1px);
1315 padding-bottom: calc(0.375rem + 1px);
1316 margin-bottom: 0;
1317 font-size: inherit;
1318 line-height: 1.8; }
1319
1320.col-form-label-lg {
1321 padding-top: calc(0.5rem + 1px);
1322 padding-bottom: calc(0.5rem + 1px);
1323 font-size: 1.0625rem;
1324 line-height: 1.5; }
1325
1326.col-form-label-sm {
1327 padding-top: calc(0.25rem + 1px);
1328 padding-bottom: calc(0.25rem + 1px);
1329 font-size: 0.74375rem;
1330 line-height: 1.5; }
1331
1332.form-control-plaintext {
1333 display: block;
1334 width: 100%;
1335 padding-top: 0.375rem;
1336 padding-bottom: 0.375rem;
1337 margin-bottom: 0;
1338 line-height: 1.8;
1339 color: #efefef;
1340 background-color: transparent;
1341 border: solid transparent;
1342 border-width: 1px 0; }
1343 .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
1344 padding-right: 0;
1345 padding-left: 0; }
1346
1347.form-control-sm {
1348 height: calc(1.61563rem + 2px);
1349 padding: 0.25rem 0.5rem;
1350 font-size: 0.74375rem;
1351 line-height: 1.5;
1352 border-radius: 0.3rem; }
1353
1354.form-control-lg {
1355 height: calc(2.59375rem + 2px);
1356 padding: 0.5rem 1.1rem;
1357 font-size: 1.0625rem;
1358 line-height: 1.5;
1359 border-radius: 0.9rem; }
1360
1361select.form-control[size], select.form-control[multiple] {
1362 height: auto; }
1363
1364textarea.form-control {
1365 height: auto; }
1366
1367.form-group {
1368 margin-bottom: 1rem; }
1369
1370.form-text {
1371 display: block;
1372 margin-top: 0.25rem; }
1373
1374.form-row {
1375 display: flex;
1376 flex-wrap: wrap;
1377 margin-right: -5px;
1378 margin-left: -5px; }
1379 .form-row > .col,
1380 .form-row > [class*="col-"] {
1381 padding-right: 5px;
1382 padding-left: 5px; }
1383
1384.form-check {
1385 position: relative;
1386 display: block;
1387 padding-left: 1.25rem; }
1388
1389.form-check-input {
1390 position: absolute;
1391 margin-top: 0.3rem;
1392 margin-left: -1.25rem; }
1393 .form-check-input:disabled ~ .form-check-label {
1394 color: #6c757d; }
1395
1396.form-check-label {
1397 margin-bottom: 0; }
1398
1399.form-check-inline {
1400 display: inline-flex;
1401 align-items: center;
1402 padding-left: 0;
1403 margin-right: 0.75rem; }
1404 .form-check-inline .form-check-input {
1405 position: static;
1406 margin-top: 0;
1407 margin-right: 0.3125rem;
1408 margin-left: 0; }
1409
1410.valid-feedback {
1411 display: none;
1412 width: 100%;
1413 margin-top: 0.25rem;
1414 font-size: 80%;
1415 color: #28a745; }
1416
1417.valid-tooltip {
1418 position: absolute;
1419 top: 100%;
1420 z-index: 5;
1421 display: none;
1422 max-width: 100%;
1423 padding: 0.25rem 0.5rem;
1424 margin-top: .1rem;
1425 font-size: 0.74375rem;
1426 line-height: 1.8;
1427 color: #fff;
1428 background-color: rgba(40, 167, 69, 0.9);
1429 border-radius: 0.75rem; }
1430
1431.was-validated .form-control:valid, .form-control.is-valid, .was-validated
1432.custom-select:valid,
1433.custom-select.is-valid {
1434 border-color: #28a745; }
1435 .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
1436 .custom-select:valid:focus,
1437 .custom-select.is-valid:focus {
1438 border-color: #28a745;
1439 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1440 .was-validated .form-control:valid ~ .valid-feedback,
1441 .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
1442 .form-control.is-valid ~ .valid-tooltip, .was-validated
1443 .custom-select:valid ~ .valid-feedback,
1444 .was-validated
1445 .custom-select:valid ~ .valid-tooltip,
1446 .custom-select.is-valid ~ .valid-feedback,
1447 .custom-select.is-valid ~ .valid-tooltip {
1448 display: block; }
1449
1450.was-validated .form-control-file:valid ~ .valid-feedback,
1451.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
1452.form-control-file.is-valid ~ .valid-tooltip {
1453 display: block; }
1454
1455.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
1456 color: #28a745; }
1457
1458.was-validated .form-check-input:valid ~ .valid-feedback,
1459.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
1460.form-check-input.is-valid ~ .valid-tooltip {
1461 display: block; }
1462
1463.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
1464 color: #28a745; }
1465 .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
1466 background-color: #71dd8a; }
1467
1468.was-validated .custom-control-input:valid ~ .valid-feedback,
1469.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
1470.custom-control-input.is-valid ~ .valid-tooltip {
1471 display: block; }
1472
1473.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
1474 background-color: #34ce57; }
1475
1476.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
1477 box-shadow: 0 0 0 1px #111, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1478
1479.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
1480 border-color: #28a745; }
1481 .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
1482 border-color: inherit; }
1483
1484.was-validated .custom-file-input:valid ~ .valid-feedback,
1485.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
1486.custom-file-input.is-valid ~ .valid-tooltip {
1487 display: block; }
1488
1489.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
1490 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
1491
1492.invalid-feedback {
1493 display: none;
1494 width: 100%;
1495 margin-top: 0.25rem;
1496 font-size: 80%;
1497 color: #dc3545; }
1498
1499.invalid-tooltip {
1500 position: absolute;
1501 top: 100%;
1502 z-index: 5;
1503 display: none;
1504 max-width: 100%;
1505 padding: 0.25rem 0.5rem;
1506 margin-top: .1rem;
1507 font-size: 0.74375rem;
1508 line-height: 1.8;
1509 color: #fff;
1510 background-color: rgba(220, 53, 69, 0.9);
1511 border-radius: 0.75rem; }
1512
1513.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
1514.custom-select:invalid,
1515.custom-select.is-invalid {
1516 border-color: #dc3545; }
1517 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
1518 .custom-select:invalid:focus,
1519 .custom-select.is-invalid:focus {
1520 border-color: #dc3545;
1521 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1522 .was-validated .form-control:invalid ~ .invalid-feedback,
1523 .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
1524 .form-control.is-invalid ~ .invalid-tooltip, .was-validated
1525 .custom-select:invalid ~ .invalid-feedback,
1526 .was-validated
1527 .custom-select:invalid ~ .invalid-tooltip,
1528 .custom-select.is-invalid ~ .invalid-feedback,
1529 .custom-select.is-invalid ~ .invalid-tooltip {
1530 display: block; }
1531
1532.was-validated .form-control-file:invalid ~ .invalid-feedback,
1533.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
1534.form-control-file.is-invalid ~ .invalid-tooltip {
1535 display: block; }
1536
1537.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
1538 color: #dc3545; }
1539
1540.was-validated .form-check-input:invalid ~ .invalid-feedback,
1541.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
1542.form-check-input.is-invalid ~ .invalid-tooltip {
1543 display: block; }
1544
1545.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
1546 color: #dc3545; }
1547 .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
1548 background-color: #efa2a9; }
1549
1550.was-validated .custom-control-input:invalid ~ .invalid-feedback,
1551.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
1552.custom-control-input.is-invalid ~ .invalid-tooltip {
1553 display: block; }
1554
1555.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
1556 background-color: #e4606d; }
1557
1558.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
1559 box-shadow: 0 0 0 1px #111, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1560
1561.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
1562 border-color: #dc3545; }
1563 .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
1564 border-color: inherit; }
1565
1566.was-validated .custom-file-input:invalid ~ .invalid-feedback,
1567.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
1568.custom-file-input.is-invalid ~ .invalid-tooltip {
1569 display: block; }
1570
1571.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
1572 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
1573
1574.form-inline {
1575 display: flex;
1576 flex-flow: row wrap;
1577 align-items: center; }
1578 .form-inline .form-check {
1579 width: 100%; }
1580 @media (min-width: 576px) {
1581 .form-inline label {
1582 display: flex;
1583 align-items: center;
1584 justify-content: center;
1585 margin-bottom: 0; }
1586 .form-inline .form-group {
1587 display: flex;
1588 flex: 0 0 auto;
1589 flex-flow: row wrap;
1590 align-items: center;
1591 margin-bottom: 0; }
1592 .form-inline .form-control {
1593 display: inline-block;
1594 width: auto;
1595 vertical-align: middle; }
1596 .form-inline .form-control-plaintext {
1597 display: inline-block; }
1598 .form-inline .input-group,
1599 .form-inline .custom-select {
1600 width: auto; }
1601 .form-inline .form-check {
1602 display: flex;
1603 align-items: center;
1604 justify-content: center;
1605 width: auto;
1606 padding-left: 0; }
1607 .form-inline .form-check-input {
1608 position: relative;
1609 margin-top: 0;
1610 margin-right: 0.25rem;
1611 margin-left: 0; }
1612 .form-inline .custom-control {
1613 align-items: center;
1614 justify-content: center; }
1615 .form-inline .custom-control-label {
1616 margin-bottom: 0; } }
1617
1618.btn {
1619 display: inline-block;
1620 font-weight: 200;
1621 text-align: center;
1622 white-space: nowrap;
1623 vertical-align: middle;
1624 -webkit-user-select: none;
1625 -moz-user-select: none;
1626 -ms-user-select: none;
1627 user-select: none;
1628 border: 1px solid transparent;
1629 padding: 0.375rem 1rem;
1630 font-size: 0.85rem;
1631 line-height: 1.8;
1632 border-radius: 0.75rem;
1633 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
1634 @media screen and (prefers-reduced-motion: reduce) {
1635 .btn {
1636 transition: none; } }
1637 .btn:hover, .btn:focus {
1638 text-decoration: none; }
1639 .btn:focus, .btn.focus {
1640 outline: 0;
1641 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
1642 .btn.disabled, .btn:disabled {
1643 opacity: 0.65; }
1644 .btn:not(:disabled):not(.disabled) {
1645 cursor: pointer; }
1646
1647a.btn.disabled,
1648fieldset:disabled a.btn {
1649 pointer-events: none; }
1650
1651.btn-primary {
1652 color: #fff;
1653 background-color: #0080ff;
1654 border-color: #0080ff; }
1655 .btn-primary:hover {
1656 color: #fff;
1657 background-color: #006dd9;
1658 border-color: #0066cc; }
1659 .btn-primary:focus, .btn-primary.focus {
1660 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.5); }
1661 .btn-primary.disabled, .btn-primary:disabled {
1662 color: #fff;
1663 background-color: #0080ff;
1664 border-color: #0080ff; }
1665 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
1666 .show > .btn-primary.dropdown-toggle {
1667 color: #fff;
1668 background-color: #0066cc;
1669 border-color: #0060bf; }
1670 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
1671 .show > .btn-primary.dropdown-toggle:focus {
1672 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.5); }
1673
1674.btn-secondary {
1675 color: #fff;
1676 background-color: #0060aa;
1677 border-color: #0060aa; }
1678 .btn-secondary:hover {
1679 color: #fff;
1680 background-color: #004a84;
1681 border-color: #004377; }
1682 .btn-secondary:focus, .btn-secondary.focus {
1683 box-shadow: 0 0 0 0.2rem rgba(0, 96, 170, 0.5); }
1684 .btn-secondary.disabled, .btn-secondary:disabled {
1685 color: #fff;
1686 background-color: #0060aa;
1687 border-color: #0060aa; }
1688 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
1689 .show > .btn-secondary.dropdown-toggle {
1690 color: #fff;
1691 background-color: #004377;
1692 border-color: #003c6a; }
1693 .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
1694 .show > .btn-secondary.dropdown-toggle:focus {
1695 box-shadow: 0 0 0 0.2rem rgba(0, 96, 170, 0.5); }
1696
1697.btn-success {
1698 color: #fff;
1699 background-color: #28a745;
1700 border-color: #28a745; }
1701 .btn-success:hover {
1702 color: #fff;
1703 background-color: #218838;
1704 border-color: #1e7e34; }
1705 .btn-success:focus, .btn-success.focus {
1706 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
1707 .btn-success.disabled, .btn-success:disabled {
1708 color: #fff;
1709 background-color: #28a745;
1710 border-color: #28a745; }
1711 .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
1712 .show > .btn-success.dropdown-toggle {
1713 color: #fff;
1714 background-color: #1e7e34;
1715 border-color: #1c7430; }
1716 .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
1717 .show > .btn-success.dropdown-toggle:focus {
1718 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
1719
1720.btn-info {
1721 color: #fff;
1722 background-color: #00aaff;
1723 border-color: #00aaff; }
1724 .btn-info:hover {
1725 color: #fff;
1726 background-color: #0091d9;
1727 border-color: #0088cc; }
1728 .btn-info:focus, .btn-info.focus {
1729 box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.5); }
1730 .btn-info.disabled, .btn-info:disabled {
1731 color: #fff;
1732 background-color: #00aaff;
1733 border-color: #00aaff; }
1734 .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
1735 .show > .btn-info.dropdown-toggle {
1736 color: #fff;
1737 background-color: #0088cc;
1738 border-color: #0080bf; }
1739 .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
1740 .show > .btn-info.dropdown-toggle:focus {
1741 box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.5); }
1742
1743.btn-warning {
1744 color: #212529;
1745 background-color: #ffc107;
1746 border-color: #ffc107; }
1747 .btn-warning:hover {
1748 color: #212529;
1749 background-color: #e0a800;
1750 border-color: #d39e00; }
1751 .btn-warning:focus, .btn-warning.focus {
1752 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
1753 .btn-warning.disabled, .btn-warning:disabled {
1754 color: #212529;
1755 background-color: #ffc107;
1756 border-color: #ffc107; }
1757 .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
1758 .show > .btn-warning.dropdown-toggle {
1759 color: #212529;
1760 background-color: #d39e00;
1761 border-color: #c69500; }
1762 .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
1763 .show > .btn-warning.dropdown-toggle:focus {
1764 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
1765
1766.btn-danger {
1767 color: #fff;
1768 background-color: #dc3545;
1769 border-color: #dc3545; }
1770 .btn-danger:hover {
1771 color: #fff;
1772 background-color: #c82333;
1773 border-color: #bd2130; }
1774 .btn-danger:focus, .btn-danger.focus {
1775 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
1776 .btn-danger.disabled, .btn-danger:disabled {
1777 color: #fff;
1778 background-color: #dc3545;
1779 border-color: #dc3545; }
1780 .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
1781 .show > .btn-danger.dropdown-toggle {
1782 color: #fff;
1783 background-color: #bd2130;
1784 border-color: #b21f2d; }
1785 .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
1786 .show > .btn-danger.dropdown-toggle:focus {
1787 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
1788
1789.btn-light {
1790 color: #212529;
1791 background-color: #f3f3f3;
1792 border-color: #f3f3f3; }
1793 .btn-light:hover {
1794 color: #212529;
1795 background-color: #e0e0e0;
1796 border-color: #dadada; }
1797 .btn-light:focus, .btn-light.focus {
1798 box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }
1799 .btn-light.disabled, .btn-light:disabled {
1800 color: #212529;
1801 background-color: #f3f3f3;
1802 border-color: #f3f3f3; }
1803 .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
1804 .show > .btn-light.dropdown-toggle {
1805 color: #212529;
1806 background-color: #dadada;
1807 border-color: lightgray; }
1808 .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
1809 .show > .btn-light.dropdown-toggle:focus {
1810 box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }
1811
1812.btn-dark {
1813 color: #fff;
1814 background-color: #303030;
1815 border-color: #303030; }
1816 .btn-dark:hover {
1817 color: #fff;
1818 background-color: #1d1d1d;
1819 border-color: #171717; }
1820 .btn-dark:focus, .btn-dark.focus {
1821 box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
1822 .btn-dark.disabled, .btn-dark:disabled {
1823 color: #fff;
1824 background-color: #303030;
1825 border-color: #303030; }
1826 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
1827 .show > .btn-dark.dropdown-toggle {
1828 color: #fff;
1829 background-color: #171717;
1830 border-color: #101010; }
1831 .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
1832 .show > .btn-dark.dropdown-toggle:focus {
1833 box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
1834
1835.btn-outline-primary {
Stefan Ivicff54ece2019-08-31 14:49:48 +02001836 color: #fff;
1837 letter-spacing: 1px;
Unknownd2db0f12019-01-10 14:22:00 -05001838 background-color: transparent;
1839 background-image: none;
Stefan Ivicff54ece2019-08-31 14:49:48 +02001840 border-color: #fff; }
Unknownd2db0f12019-01-10 14:22:00 -05001841 .btn-outline-primary:hover {
1842 color: #fff;
1843 background-color: #0080ff;
1844 border-color: #0080ff; }
1845 .btn-outline-primary:focus, .btn-outline-primary.focus {
1846 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.5); }
1847 .btn-outline-primary.disabled, .btn-outline-primary:disabled {
1848 color: #0080ff;
1849 background-color: transparent; }
1850 .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
1851 .show > .btn-outline-primary.dropdown-toggle {
1852 color: #fff;
1853 background-color: #0080ff;
1854 border-color: #0080ff; }
1855 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
1856 .show > .btn-outline-primary.dropdown-toggle:focus {
1857 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.5); }
1858
1859.btn-outline-secondary {
1860 color: #0060aa;
1861 background-color: transparent;
1862 background-image: none;
1863 border-color: #0060aa; }
1864 .btn-outline-secondary:hover {
1865 color: #fff;
1866 background-color: #0060aa;
1867 border-color: #0060aa; }
1868 .btn-outline-secondary:focus, .btn-outline-secondary.focus {
1869 box-shadow: 0 0 0 0.2rem rgba(0, 96, 170, 0.5); }
1870 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
1871 color: #0060aa;
1872 background-color: transparent; }
1873 .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
1874 .show > .btn-outline-secondary.dropdown-toggle {
1875 color: #fff;
1876 background-color: #0060aa;
1877 border-color: #0060aa; }
1878 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
1879 .show > .btn-outline-secondary.dropdown-toggle:focus {
1880 box-shadow: 0 0 0 0.2rem rgba(0, 96, 170, 0.5); }
1881
1882.btn-outline-success {
1883 color: #28a745;
1884 background-color: transparent;
1885 background-image: none;
1886 border-color: #28a745; }
1887 .btn-outline-success:hover {
1888 color: #fff;
1889 background-color: #28a745;
1890 border-color: #28a745; }
1891 .btn-outline-success:focus, .btn-outline-success.focus {
1892 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
1893 .btn-outline-success.disabled, .btn-outline-success:disabled {
1894 color: #28a745;
1895 background-color: transparent; }
1896 .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
1897 .show > .btn-outline-success.dropdown-toggle {
1898 color: #fff;
1899 background-color: #28a745;
1900 border-color: #28a745; }
1901 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
1902 .show > .btn-outline-success.dropdown-toggle:focus {
1903 box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
1904
1905.btn-outline-info {
1906 color: #00aaff;
1907 background-color: transparent;
1908 background-image: none;
1909 border-color: #00aaff; }
1910 .btn-outline-info:hover {
1911 color: #fff;
1912 background-color: #00aaff;
1913 border-color: #00aaff; }
1914 .btn-outline-info:focus, .btn-outline-info.focus {
1915 box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.5); }
1916 .btn-outline-info.disabled, .btn-outline-info:disabled {
1917 color: #00aaff;
1918 background-color: transparent; }
1919 .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
1920 .show > .btn-outline-info.dropdown-toggle {
1921 color: #fff;
1922 background-color: #00aaff;
1923 border-color: #00aaff; }
1924 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
1925 .show > .btn-outline-info.dropdown-toggle:focus {
1926 box-shadow: 0 0 0 0.2rem rgba(0, 170, 255, 0.5); }
1927
1928.btn-outline-warning {
1929 color: #ffc107;
1930 background-color: transparent;
1931 background-image: none;
1932 border-color: #ffc107; }
1933 .btn-outline-warning:hover {
1934 color: #212529;
1935 background-color: #ffc107;
1936 border-color: #ffc107; }
1937 .btn-outline-warning:focus, .btn-outline-warning.focus {
1938 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
1939 .btn-outline-warning.disabled, .btn-outline-warning:disabled {
1940 color: #ffc107;
1941 background-color: transparent; }
1942 .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
1943 .show > .btn-outline-warning.dropdown-toggle {
1944 color: #212529;
1945 background-color: #ffc107;
1946 border-color: #ffc107; }
1947 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
1948 .show > .btn-outline-warning.dropdown-toggle:focus {
1949 box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
1950
1951.btn-outline-danger {
1952 color: #dc3545;
1953 background-color: transparent;
1954 background-image: none;
1955 border-color: #dc3545; }
1956 .btn-outline-danger:hover {
1957 color: #fff;
1958 background-color: #dc3545;
1959 border-color: #dc3545; }
1960 .btn-outline-danger:focus, .btn-outline-danger.focus {
1961 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
1962 .btn-outline-danger.disabled, .btn-outline-danger:disabled {
1963 color: #dc3545;
1964 background-color: transparent; }
1965 .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
1966 .show > .btn-outline-danger.dropdown-toggle {
1967 color: #fff;
1968 background-color: #dc3545;
1969 border-color: #dc3545; }
1970 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
1971 .show > .btn-outline-danger.dropdown-toggle:focus {
1972 box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
1973
1974.btn-outline-light {
1975 color: #f3f3f3;
1976 background-color: transparent;
1977 background-image: none;
1978 border-color: #f3f3f3; }
1979 .btn-outline-light:hover {
1980 color: #212529;
1981 background-color: #f3f3f3;
1982 border-color: #f3f3f3; }
1983 .btn-outline-light:focus, .btn-outline-light.focus {
1984 box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }
1985 .btn-outline-light.disabled, .btn-outline-light:disabled {
1986 color: #f3f3f3;
1987 background-color: transparent; }
1988 .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
1989 .show > .btn-outline-light.dropdown-toggle {
1990 color: #212529;
1991 background-color: #f3f3f3;
1992 border-color: #f3f3f3; }
1993 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
1994 .show > .btn-outline-light.dropdown-toggle:focus {
1995 box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5); }
1996
1997.btn-outline-dark {
1998 color: #303030;
1999 background-color: transparent;
2000 background-image: none;
2001 border-color: #303030; }
2002 .btn-outline-dark:hover {
2003 color: #fff;
2004 background-color: #303030;
2005 border-color: #303030; }
2006 .btn-outline-dark:focus, .btn-outline-dark.focus {
2007 box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
2008 .btn-outline-dark.disabled, .btn-outline-dark:disabled {
2009 color: #303030;
2010 background-color: transparent; }
2011 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
2012 .show > .btn-outline-dark.dropdown-toggle {
2013 color: #fff;
2014 background-color: #303030;
2015 border-color: #303030; }
2016 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
2017 .show > .btn-outline-dark.dropdown-toggle:focus {
2018 box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
2019
2020.btn-link {
2021 font-weight: 200;
2022 color: #0080ff;
2023 background-color: transparent; }
2024 .btn-link:hover {
2025 color: white;
2026 text-decoration: none;
2027 background-color: transparent;
2028 border-color: transparent; }
2029 .btn-link:focus, .btn-link.focus {
2030 text-decoration: none;
2031 border-color: transparent;
2032 box-shadow: none; }
2033 .btn-link:disabled, .btn-link.disabled {
2034 color: #6c757d;
2035 pointer-events: none; }
2036
2037.btn-lg, .btn-group-lg > .btn {
2038 padding: 0.5rem 1.1rem;
2039 font-size: 1.0625rem;
2040 line-height: 1.5;
2041 border-radius: 0.9rem; }
2042
2043.btn-sm, .btn-group-sm > .btn {
2044 padding: 0.25rem 0.5rem;
2045 font-size: 0.74375rem;
2046 line-height: 1.5;
2047 border-radius: 0.3rem; }
2048
2049.btn-block {
2050 display: block;
2051 width: 100%; }
2052 .btn-block + .btn-block {
2053 margin-top: 0.5rem; }
2054
2055input[type="submit"].btn-block,
2056input[type="reset"].btn-block,
2057input[type="button"].btn-block {
2058 width: 100%; }
2059
2060.fade {
2061 transition: opacity 0.15s linear; }
2062 @media screen and (prefers-reduced-motion: reduce) {
2063 .fade {
2064 transition: none; } }
2065 .fade:not(.show) {
2066 opacity: 0; }
2067
2068.collapse:not(.show) {
2069 display: none; }
2070
2071.collapsing {
2072 position: relative;
2073 height: 0;
2074 overflow: hidden;
2075 transition: height 0.35s ease; }
2076 @media screen and (prefers-reduced-motion: reduce) {
2077 .collapsing {
2078 transition: none; } }
2079
2080.dropup,
2081.dropright,
2082.dropdown,
2083.dropleft {
2084 position: relative; }
2085
2086.dropdown-toggle::after {
2087 display: inline-block;
2088 width: 0;
2089 height: 0;
2090 margin-left: 0.255em;
2091 vertical-align: 0.255em;
2092 content: "";
2093 border-top: 0.3em solid;
2094 border-right: 0.3em solid transparent;
2095 border-bottom: 0;
2096 border-left: 0.3em solid transparent; }
2097
2098.dropdown-toggle:empty::after {
2099 margin-left: 0; }
2100
2101.dropdown-menu {
2102 position: absolute;
2103 top: 100%;
2104 left: 0;
2105 z-index: 1000;
2106 display: none;
2107 float: left;
2108 min-width: 10rem;
2109 padding: 0.5rem 0;
2110 margin: 0.125rem 0 0;
2111 font-size: 0.85rem;
2112 color: #efefef;
2113 text-align: left;
2114 list-style: none;
2115 background-color: #fff;
2116 background-clip: padding-box;
2117 border: 1px solid rgba(0, 0, 0, 0.15);
2118 border-radius: 0.75rem; }
2119
2120.dropdown-menu-right {
2121 right: 0;
2122 left: auto; }
2123
2124.dropup .dropdown-menu {
2125 top: auto;
2126 bottom: 100%;
2127 margin-top: 0;
2128 margin-bottom: 0.125rem; }
2129
2130.dropup .dropdown-toggle::after {
2131 display: inline-block;
2132 width: 0;
2133 height: 0;
2134 margin-left: 0.255em;
2135 vertical-align: 0.255em;
2136 content: "";
2137 border-top: 0;
2138 border-right: 0.3em solid transparent;
2139 border-bottom: 0.3em solid;
2140 border-left: 0.3em solid transparent; }
2141
2142.dropup .dropdown-toggle:empty::after {
2143 margin-left: 0; }
2144
2145.dropright .dropdown-menu {
2146 top: 0;
2147 right: auto;
2148 left: 100%;
2149 margin-top: 0;
2150 margin-left: 0.125rem; }
2151
2152.dropright .dropdown-toggle::after {
2153 display: inline-block;
2154 width: 0;
2155 height: 0;
2156 margin-left: 0.255em;
2157 vertical-align: 0.255em;
2158 content: "";
2159 border-top: 0.3em solid transparent;
2160 border-right: 0;
2161 border-bottom: 0.3em solid transparent;
2162 border-left: 0.3em solid; }
2163
2164.dropright .dropdown-toggle:empty::after {
2165 margin-left: 0; }
2166
2167.dropright .dropdown-toggle::after {
2168 vertical-align: 0; }
2169
2170.dropleft .dropdown-menu {
2171 top: 0;
2172 right: 100%;
2173 left: auto;
2174 margin-top: 0;
2175 margin-right: 0.125rem; }
2176
2177.dropleft .dropdown-toggle::after {
2178 display: inline-block;
2179 width: 0;
2180 height: 0;
2181 margin-left: 0.255em;
2182 vertical-align: 0.255em;
2183 content: ""; }
2184
2185.dropleft .dropdown-toggle::after {
2186 display: none; }
2187
2188.dropleft .dropdown-toggle::before {
2189 display: inline-block;
2190 width: 0;
2191 height: 0;
2192 margin-right: 0.255em;
2193 vertical-align: 0.255em;
2194 content: "";
2195 border-top: 0.3em solid transparent;
2196 border-right: 0.3em solid;
2197 border-bottom: 0.3em solid transparent; }
2198
2199.dropleft .dropdown-toggle:empty::after {
2200 margin-left: 0; }
2201
2202.dropleft .dropdown-toggle::before {
2203 vertical-align: 0; }
2204
2205.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
2206 right: auto;
2207 bottom: auto; }
2208
2209.dropdown-divider {
2210 height: 0;
2211 margin: 0.75rem 0;
2212 overflow: hidden;
2213 border-top: 1px solid #e9ecef; }
2214
2215.dropdown-item {
2216 display: block;
2217 width: 100%;
2218 padding: 0.25rem 1.5rem;
2219 clear: both;
2220 font-weight: 200;
2221 color: #212529;
2222 text-align: inherit;
2223 white-space: nowrap;
2224 background-color: transparent;
2225 border: 0; }
2226 .dropdown-item:hover, .dropdown-item:focus {
2227 color: #16181b;
2228 text-decoration: none;
2229 background-color: #f8f9fa; }
2230 .dropdown-item.active, .dropdown-item:active {
2231 color: #303030;
2232 text-decoration: none;
2233 background-color: #0080ff; }
2234 .dropdown-item.disabled, .dropdown-item:disabled {
2235 color: #6c757d;
2236 background-color: transparent; }
2237
2238.dropdown-menu.show {
2239 display: block; }
2240
2241.dropdown-header {
2242 display: block;
2243 padding: 0.5rem 1.5rem;
2244 margin-bottom: 0;
2245 font-size: 0.74375rem;
2246 color: #6c757d;
2247 white-space: nowrap; }
2248
2249.dropdown-item-text {
2250 display: block;
2251 padding: 0.25rem 1.5rem;
2252 color: #212529; }
2253
2254.btn-group,
2255.btn-group-vertical {
2256 position: relative;
2257 display: inline-flex;
2258 vertical-align: middle; }
2259 .btn-group > .btn,
2260 .btn-group-vertical > .btn {
2261 position: relative;
2262 flex: 0 1 auto; }
2263 .btn-group > .btn:hover,
2264 .btn-group-vertical > .btn:hover {
2265 z-index: 1; }
2266 .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
2267 .btn-group-vertical > .btn:focus,
2268 .btn-group-vertical > .btn:active,
2269 .btn-group-vertical > .btn.active {
2270 z-index: 1; }
2271 .btn-group .btn + .btn,
2272 .btn-group .btn + .btn-group,
2273 .btn-group .btn-group + .btn,
2274 .btn-group .btn-group + .btn-group,
2275 .btn-group-vertical .btn + .btn,
2276 .btn-group-vertical .btn + .btn-group,
2277 .btn-group-vertical .btn-group + .btn,
2278 .btn-group-vertical .btn-group + .btn-group {
2279 margin-left: -1px; }
2280
2281.btn-toolbar {
2282 display: flex;
2283 flex-wrap: wrap;
2284 justify-content: flex-start; }
2285 .btn-toolbar .input-group {
2286 width: auto; }
2287
2288.btn-group > .btn:first-child {
2289 margin-left: 0; }
2290
2291.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
2292.btn-group > .btn-group:not(:last-child) > .btn {
2293 border-top-right-radius: 0;
2294 border-bottom-right-radius: 0; }
2295
2296.btn-group > .btn:not(:first-child),
2297.btn-group > .btn-group:not(:first-child) > .btn {
2298 border-top-left-radius: 0;
2299 border-bottom-left-radius: 0; }
2300
2301.dropdown-toggle-split {
2302 padding-right: 0.75rem;
2303 padding-left: 0.75rem; }
2304 .dropdown-toggle-split::after,
2305 .dropup .dropdown-toggle-split::after,
2306 .dropright .dropdown-toggle-split::after {
2307 margin-left: 0; }
2308 .dropleft .dropdown-toggle-split::before {
2309 margin-right: 0; }
2310
2311.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
2312 padding-right: 0.375rem;
2313 padding-left: 0.375rem; }
2314
2315.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
2316 padding-right: 0.825rem;
2317 padding-left: 0.825rem; }
2318
2319.btn-group-vertical {
2320 flex-direction: column;
2321 align-items: flex-start;
2322 justify-content: center; }
2323 .btn-group-vertical .btn,
2324 .btn-group-vertical .btn-group {
2325 width: 100%; }
2326 .btn-group-vertical > .btn + .btn,
2327 .btn-group-vertical > .btn + .btn-group,
2328 .btn-group-vertical > .btn-group + .btn,
2329 .btn-group-vertical > .btn-group + .btn-group {
2330 margin-top: -1px;
2331 margin-left: 0; }
2332 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
2333 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
2334 border-bottom-right-radius: 0;
2335 border-bottom-left-radius: 0; }
2336 .btn-group-vertical > .btn:not(:first-child),
2337 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
2338 border-top-left-radius: 0;
2339 border-top-right-radius: 0; }
2340
2341.btn-group-toggle > .btn,
2342.btn-group-toggle > .btn-group > .btn {
2343 margin-bottom: 0; }
2344 .btn-group-toggle > .btn input[type="radio"],
2345 .btn-group-toggle > .btn input[type="checkbox"],
2346 .btn-group-toggle > .btn-group > .btn input[type="radio"],
2347 .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
2348 position: absolute;
2349 clip: rect(0, 0, 0, 0);
2350 pointer-events: none; }
2351
2352.input-group {
2353 position: relative;
2354 display: flex;
2355 flex-wrap: wrap;
2356 align-items: stretch;
2357 width: 100%; }
2358 .input-group > .form-control,
2359 .input-group > .custom-select,
2360 .input-group > .custom-file {
2361 position: relative;
2362 flex: 1 1 auto;
2363 width: 1%;
2364 margin-bottom: 0; }
2365 .input-group > .form-control + .form-control,
2366 .input-group > .form-control + .custom-select,
2367 .input-group > .form-control + .custom-file,
2368 .input-group > .custom-select + .form-control,
2369 .input-group > .custom-select + .custom-select,
2370 .input-group > .custom-select + .custom-file,
2371 .input-group > .custom-file + .form-control,
2372 .input-group > .custom-file + .custom-select,
2373 .input-group > .custom-file + .custom-file {
2374 margin-left: -1px; }
2375 .input-group > .form-control:focus,
2376 .input-group > .custom-select:focus,
2377 .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
2378 z-index: 3; }
2379 .input-group > .custom-file .custom-file-input:focus {
2380 z-index: 4; }
2381 .input-group > .form-control:not(:last-child),
2382 .input-group > .custom-select:not(:last-child) {
2383 border-top-right-radius: 0;
2384 border-bottom-right-radius: 0; }
2385 .input-group > .form-control:not(:first-child),
2386 .input-group > .custom-select:not(:first-child) {
2387 border-top-left-radius: 0;
2388 border-bottom-left-radius: 0; }
2389 .input-group > .custom-file {
2390 display: flex;
2391 align-items: center; }
2392 .input-group > .custom-file:not(:last-child) .custom-file-label,
2393 .input-group > .custom-file:not(:last-child) .custom-file-label::after {
2394 border-top-right-radius: 0;
2395 border-bottom-right-radius: 0; }
2396 .input-group > .custom-file:not(:first-child) .custom-file-label {
2397 border-top-left-radius: 0;
2398 border-bottom-left-radius: 0; }
2399
2400.input-group-prepend,
2401.input-group-append {
2402 display: flex; }
2403 .input-group-prepend .btn,
2404 .input-group-append .btn {
2405 position: relative;
2406 z-index: 2; }
2407 .input-group-prepend .btn + .btn,
2408 .input-group-prepend .btn + .input-group-text,
2409 .input-group-prepend .input-group-text + .input-group-text,
2410 .input-group-prepend .input-group-text + .btn,
2411 .input-group-append .btn + .btn,
2412 .input-group-append .btn + .input-group-text,
2413 .input-group-append .input-group-text + .input-group-text,
2414 .input-group-append .input-group-text + .btn {
2415 margin-left: -1px; }
2416
2417.input-group-prepend {
2418 margin-right: -1px; }
2419
2420.input-group-append {
2421 margin-left: -1px; }
2422
2423.input-group-text {
2424 display: flex;
2425 align-items: center;
2426 padding: 0.375rem 1rem;
2427 margin-bottom: 0;
2428 font-size: 0.85rem;
2429 font-weight: 200;
2430 line-height: 1.8;
2431 color: #495057;
2432 text-align: center;
2433 white-space: nowrap;
2434 background-color: #e9ecef;
2435 border: 1px solid #ced4da;
2436 border-radius: 0.75rem; }
2437 .input-group-text input[type="radio"],
2438 .input-group-text input[type="checkbox"] {
2439 margin-top: 0; }
2440
2441.input-group-lg > .form-control,
2442.input-group-lg > .input-group-prepend > .input-group-text,
2443.input-group-lg > .input-group-append > .input-group-text,
2444.input-group-lg > .input-group-prepend > .btn,
2445.input-group-lg > .input-group-append > .btn {
2446 height: calc(2.59375rem + 2px);
2447 padding: 0.5rem 1.1rem;
2448 font-size: 1.0625rem;
2449 line-height: 1.5;
2450 border-radius: 0.9rem; }
2451
2452.input-group-sm > .form-control,
2453.input-group-sm > .input-group-prepend > .input-group-text,
2454.input-group-sm > .input-group-append > .input-group-text,
2455.input-group-sm > .input-group-prepend > .btn,
2456.input-group-sm > .input-group-append > .btn {
2457 height: calc(1.61563rem + 2px);
2458 padding: 0.25rem 0.5rem;
2459 font-size: 0.74375rem;
2460 line-height: 1.5;
2461 border-radius: 0.3rem; }
2462
2463.input-group > .input-group-prepend > .btn,
2464.input-group > .input-group-prepend > .input-group-text,
2465.input-group > .input-group-append:not(:last-child) > .btn,
2466.input-group > .input-group-append:not(:last-child) > .input-group-text,
2467.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
2468.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
2469 border-top-right-radius: 0;
2470 border-bottom-right-radius: 0; }
2471
2472.input-group > .input-group-append > .btn,
2473.input-group > .input-group-append > .input-group-text,
2474.input-group > .input-group-prepend:not(:first-child) > .btn,
2475.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
2476.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
2477.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
2478 border-top-left-radius: 0;
2479 border-bottom-left-radius: 0; }
2480
2481.custom-control {
2482 position: relative;
2483 display: block;
2484 min-height: 1.53rem;
2485 padding-left: 1.5rem; }
2486
2487.custom-control-inline {
2488 display: inline-flex;
2489 margin-right: 1rem; }
2490
2491.custom-control-input {
2492 position: absolute;
2493 z-index: -1;
2494 opacity: 0; }
2495 .custom-control-input:checked ~ .custom-control-label::before {
2496 color: #303030;
2497 background-color: #0080ff; }
2498 .custom-control-input:focus ~ .custom-control-label::before {
2499 box-shadow: 0 0 0 1px #111, 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
2500 .custom-control-input:active ~ .custom-control-label::before {
2501 color: #303030;
2502 background-color: #b3d9ff; }
2503 .custom-control-input:disabled ~ .custom-control-label {
2504 color: #6c757d; }
2505 .custom-control-input:disabled ~ .custom-control-label::before {
2506 background-color: #e9ecef; }
2507
2508.custom-control-label {
2509 position: relative;
2510 margin-bottom: 0; }
2511 .custom-control-label::before {
2512 position: absolute;
2513 top: 0.265rem;
2514 left: -1.5rem;
2515 display: block;
2516 width: 1rem;
2517 height: 1rem;
2518 pointer-events: none;
2519 content: "";
2520 -webkit-user-select: none;
2521 -moz-user-select: none;
2522 -ms-user-select: none;
2523 user-select: none;
2524 background-color: #dee2e6; }
2525 .custom-control-label::after {
2526 position: absolute;
2527 top: 0.265rem;
2528 left: -1.5rem;
2529 display: block;
2530 width: 1rem;
2531 height: 1rem;
2532 content: "";
2533 background-repeat: no-repeat;
2534 background-position: center center;
2535 background-size: 50% 50%; }
2536
2537.custom-checkbox .custom-control-label::before {
2538 border-radius: 0.75rem; }
2539
2540.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
2541 background-color: #0080ff; }
2542
2543.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
2544 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23303030' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
2545
2546.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
2547 background-color: #0080ff; }
2548
2549.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
2550 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23303030' d='M0 2h4'/%3E%3C/svg%3E"); }
2551
2552.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
2553 background-color: rgba(0, 128, 255, 0.5); }
2554
2555.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
2556 background-color: rgba(0, 128, 255, 0.5); }
2557
2558.custom-radio .custom-control-label::before {
2559 border-radius: 50%; }
2560
2561.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
2562 background-color: #0080ff; }
2563
2564.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
2565 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23303030'/%3E%3C/svg%3E"); }
2566
2567.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
2568 background-color: rgba(0, 128, 255, 0.5); }
2569
2570.custom-select {
2571 display: inline-block;
2572 width: 100%;
2573 height: calc(2.28rem + 2px);
2574 padding: 0.375rem 1.75rem 0.375rem 0.75rem;
2575 line-height: 1.8;
2576 color: #495057;
2577 vertical-align: middle;
2578 background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
2579 background-size: 8px 10px;
2580 border: 1px solid #ced4da;
2581 border-radius: 0.75rem;
2582 -webkit-appearance: none;
2583 -moz-appearance: none;
2584 appearance: none; }
2585 .custom-select:focus {
2586 border-color: #80c0ff;
2587 outline: 0;
2588 box-shadow: 0 0 0 0.2rem rgba(128, 192, 255, 0.5); }
2589 .custom-select:focus::-ms-value {
2590 color: #495057;
2591 background-color: #fff; }
2592 .custom-select[multiple], .custom-select[size]:not([size="1"]) {
2593 height: auto;
2594 padding-right: 0.75rem;
2595 background-image: none; }
2596 .custom-select:disabled {
2597 color: #6c757d;
2598 background-color: #e9ecef; }
2599 .custom-select::-ms-expand {
2600 opacity: 0; }
2601
2602.custom-select-sm {
2603 height: calc(1.61563rem + 2px);
2604 padding-top: 0.375rem;
2605 padding-bottom: 0.375rem;
2606 font-size: 75%; }
2607
2608.custom-select-lg {
2609 height: calc(2.59375rem + 2px);
2610 padding-top: 0.375rem;
2611 padding-bottom: 0.375rem;
2612 font-size: 125%; }
2613
2614.custom-file {
2615 position: relative;
2616 display: inline-block;
2617 width: 100%;
2618 height: calc(2.28rem + 2px);
2619 margin-bottom: 0; }
2620
2621.custom-file-input {
2622 position: relative;
2623 z-index: 2;
2624 width: 100%;
2625 height: calc(2.28rem + 2px);
2626 margin: 0;
2627 opacity: 0; }
2628 .custom-file-input:focus ~ .custom-file-label {
2629 border-color: #80c0ff;
2630 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
2631 .custom-file-input:focus ~ .custom-file-label::after {
2632 border-color: #80c0ff; }
2633 .custom-file-input:disabled ~ .custom-file-label {
2634 background-color: #e9ecef; }
2635 .custom-file-input:lang(en) ~ .custom-file-label::after {
2636 content: "Browse"; }
2637
2638.custom-file-label {
2639 position: absolute;
2640 top: 0;
2641 right: 0;
2642 left: 0;
2643 z-index: 1;
2644 height: calc(2.28rem + 2px);
2645 padding: 0.375rem 1rem;
2646 line-height: 1.8;
2647 color: #495057;
2648 background-color: #fff;
2649 border: 1px solid #ced4da;
2650 border-radius: 0.75rem; }
2651 .custom-file-label::after {
2652 position: absolute;
2653 top: 0;
2654 right: 0;
2655 bottom: 0;
2656 z-index: 3;
2657 display: block;
2658 height: 2.28rem;
2659 padding: 0.375rem 1rem;
2660 line-height: 1.8;
2661 color: #495057;
2662 content: "Browse";
2663 background-color: #e9ecef;
2664 border-left: 1px solid #ced4da;
2665 border-radius: 0 0.75rem 0.75rem 0; }
2666
2667.custom-range {
2668 width: 100%;
2669 padding-left: 0;
2670 background-color: transparent;
2671 -webkit-appearance: none;
2672 -moz-appearance: none;
2673 appearance: none; }
2674 .custom-range:focus {
2675 outline: none; }
2676 .custom-range:focus::-webkit-slider-thumb {
2677 box-shadow: 0 0 0 1px #111, 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
2678 .custom-range:focus::-moz-range-thumb {
2679 box-shadow: 0 0 0 1px #111, 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
2680 .custom-range:focus::-ms-thumb {
2681 box-shadow: 0 0 0 1px #111, 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
2682 .custom-range::-moz-focus-outer {
2683 border: 0; }
2684 .custom-range::-webkit-slider-thumb {
2685 width: 1rem;
2686 height: 1rem;
2687 margin-top: -0.25rem;
2688 background-color: #0080ff;
2689 border: 0;
2690 border-radius: 1rem;
2691 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2692 -webkit-appearance: none;
2693 appearance: none; }
2694 @media screen and (prefers-reduced-motion: reduce) {
2695 .custom-range::-webkit-slider-thumb {
2696 transition: none; } }
2697 .custom-range::-webkit-slider-thumb:active {
2698 background-color: #b3d9ff; }
2699 .custom-range::-webkit-slider-runnable-track {
2700 width: 100%;
2701 height: 0.5rem;
2702 color: transparent;
2703 cursor: pointer;
2704 background-color: #dee2e6;
2705 border-color: transparent;
2706 border-radius: 1rem; }
2707 .custom-range::-moz-range-thumb {
2708 width: 1rem;
2709 height: 1rem;
2710 background-color: #0080ff;
2711 border: 0;
2712 border-radius: 1rem;
2713 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2714 -moz-appearance: none;
2715 appearance: none; }
2716 @media screen and (prefers-reduced-motion: reduce) {
2717 .custom-range::-moz-range-thumb {
2718 transition: none; } }
2719 .custom-range::-moz-range-thumb:active {
2720 background-color: #b3d9ff; }
2721 .custom-range::-moz-range-track {
2722 width: 100%;
2723 height: 0.5rem;
2724 color: transparent;
2725 cursor: pointer;
2726 background-color: #dee2e6;
2727 border-color: transparent;
2728 border-radius: 1rem; }
2729 .custom-range::-ms-thumb {
2730 width: 1rem;
2731 height: 1rem;
2732 margin-top: 0;
2733 margin-right: 0.2rem;
2734 margin-left: 0.2rem;
2735 background-color: #0080ff;
2736 border: 0;
2737 border-radius: 1rem;
2738 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2739 appearance: none; }
2740 @media screen and (prefers-reduced-motion: reduce) {
2741 .custom-range::-ms-thumb {
2742 transition: none; } }
2743 .custom-range::-ms-thumb:active {
2744 background-color: #b3d9ff; }
2745 .custom-range::-ms-track {
2746 width: 100%;
2747 height: 0.5rem;
2748 color: transparent;
2749 cursor: pointer;
2750 background-color: transparent;
2751 border-color: transparent;
2752 border-width: 0.5rem; }
2753 .custom-range::-ms-fill-lower {
2754 background-color: #dee2e6;
2755 border-radius: 1rem; }
2756 .custom-range::-ms-fill-upper {
2757 margin-right: 15px;
2758 background-color: #dee2e6;
2759 border-radius: 1rem; }
2760
2761.custom-control-label::before,
2762.custom-file-label,
2763.custom-select {
2764 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
2765 @media screen and (prefers-reduced-motion: reduce) {
2766 .custom-control-label::before,
2767 .custom-file-label,
2768 .custom-select {
2769 transition: none; } }
2770
2771.nav {
2772 display: flex;
2773 flex-wrap: wrap;
2774 padding-left: 0;
2775 margin-bottom: 0;
2776 list-style: none; }
2777
2778.nav-link {
2779 display: block;
00day0354614c2019-04-08 12:16:19 +02002780 padding: 0.5rem 1rem;
2781 white-space: nowrap; }
Unknownd2db0f12019-01-10 14:22:00 -05002782 .nav-link:hover, .nav-link:focus {
2783 text-decoration: none; }
2784 .nav-link.disabled {
2785 color: #6c757d; }
2786
2787.nav-tabs {
2788 border-bottom: 1px solid #0080ff; }
2789 .nav-tabs .nav-item {
2790 margin-bottom: -1px; }
2791 .nav-tabs .nav-link {
2792 border: 1px solid transparent;
2793 border-top-left-radius: 0.75rem;
2794 border-top-right-radius: 0.75rem; }
2795 .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
2796 border-color: transparent; }
2797 .nav-tabs .nav-link.disabled {
2798 color: #6c757d;
2799 background-color: transparent;
2800 border-color: transparent; }
2801 .nav-tabs .nav-link.active,
2802 .nav-tabs .nav-item.show .nav-link {
2803 color: #303030;
2804 background-color: #0080ff;
2805 border-color: #0080ff; }
2806 .nav-tabs .dropdown-menu {
2807 margin-top: -1px;
2808 border-top-left-radius: 0;
2809 border-top-right-radius: 0; }
2810
2811.nav-pills .nav-link {
2812 border-radius: 0.75rem; }
2813
2814.nav-pills .nav-link.active,
2815.nav-pills .show > .nav-link {
2816 color: #303030;
2817 background-color: #0080ff; }
2818
2819.nav-fill .nav-item {
2820 flex: 1 1 auto;
2821 text-align: center; }
2822
2823.nav-justified .nav-item {
2824 flex-basis: 0;
2825 flex-grow: 1;
2826 text-align: center; }
2827
2828.tab-content > .tab-pane {
2829 display: none; }
2830
2831.tab-content > .active {
2832 display: block; }
2833
2834.navbar {
2835 position: relative;
2836 display: flex;
2837 flex-wrap: wrap;
2838 align-items: center;
2839 justify-content: space-between;
2840 padding: 0.75rem 1.5rem; }
2841 .navbar > .container,
2842 .navbar > .container-fluid {
2843 display: flex;
2844 flex-wrap: wrap;
2845 align-items: center;
2846 justify-content: space-between; }
2847
2848.navbar-brand {
2849 display: inline-block;
2850 padding-top: 0.30875rem;
2851 padding-bottom: 0.30875rem;
2852 margin-right: 1.5rem;
2853 font-size: 1.0625rem;
2854 line-height: inherit;
2855 white-space: nowrap; }
2856 .navbar-brand:hover, .navbar-brand:focus {
2857 text-decoration: none; }
2858
2859.navbar-nav {
2860 display: flex;
2861 flex-direction: column;
2862 padding-left: 0;
2863 margin-bottom: 0;
2864 list-style: none; }
2865 .navbar-nav .nav-link {
2866 padding-right: 0;
2867 padding-left: 0; }
2868 .navbar-nav .dropdown-menu {
2869 position: static;
2870 float: none; }
2871
2872.navbar-text {
2873 display: inline-block;
2874 padding-top: 0.5rem;
2875 padding-bottom: 0.5rem; }
2876
2877.navbar-collapse {
2878 flex-basis: 100%;
2879 flex-grow: 1;
2880 align-items: center; }
2881
2882.navbar-toggler {
2883 padding: 0.25rem 0.75rem;
2884 font-size: 1.0625rem;
2885 line-height: 1;
2886 background-color: transparent;
2887 border: 1px solid transparent;
2888 border-radius: 0.75rem; }
2889 .navbar-toggler:hover, .navbar-toggler:focus {
2890 text-decoration: none; }
2891 .navbar-toggler:not(:disabled):not(.disabled) {
2892 cursor: pointer; }
2893
2894.navbar-toggler-icon {
2895 display: inline-block;
2896 width: 1.5em;
2897 height: 1.5em;
2898 vertical-align: middle;
2899 content: "";
2900 background: no-repeat center center;
2901 background-size: 100% 100%; }
2902
2903@media (max-width: 575.98px) {
2904 .navbar-expand-sm > .container,
2905 .navbar-expand-sm > .container-fluid {
2906 padding-right: 0;
2907 padding-left: 0; } }
2908
2909@media (min-width: 576px) {
2910 .navbar-expand-sm {
2911 flex-flow: row nowrap;
2912 justify-content: flex-start; }
2913 .navbar-expand-sm .navbar-nav {
2914 flex-direction: row; }
2915 .navbar-expand-sm .navbar-nav .dropdown-menu {
2916 position: absolute; }
2917 .navbar-expand-sm .navbar-nav .nav-link {
2918 padding-right: 0.5rem;
2919 padding-left: 0.5rem; }
2920 .navbar-expand-sm > .container,
2921 .navbar-expand-sm > .container-fluid {
2922 flex-wrap: nowrap; }
2923 .navbar-expand-sm .navbar-collapse {
2924 display: flex !important;
2925 flex-basis: auto; }
2926 .navbar-expand-sm .navbar-toggler {
2927 display: none; } }
2928
00day0769a17f2019-04-08 12:31:11 +02002929@media (max-width: 867.98px) {
Unknownd2db0f12019-01-10 14:22:00 -05002930 .navbar-expand-md > .container,
2931 .navbar-expand-md > .container-fluid {
2932 padding-right: 0;
2933 padding-left: 0; } }
2934
00day0769a17f2019-04-08 12:31:11 +02002935@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -05002936 .navbar-expand-md {
2937 flex-flow: row nowrap;
2938 justify-content: flex-start; }
2939 .navbar-expand-md .navbar-nav {
2940 flex-direction: row; }
2941 .navbar-expand-md .navbar-nav .dropdown-menu {
2942 position: absolute; }
2943 .navbar-expand-md .navbar-nav .nav-link {
2944 padding-right: 0.5rem;
2945 padding-left: 0.5rem; }
2946 .navbar-expand-md > .container,
2947 .navbar-expand-md > .container-fluid {
2948 flex-wrap: nowrap; }
2949 .navbar-expand-md .navbar-collapse {
2950 display: flex !important;
2951 flex-basis: auto; }
2952 .navbar-expand-md .navbar-toggler {
2953 display: none; } }
2954
2955@media (max-width: 991.98px) {
2956 .navbar-expand-lg > .container,
2957 .navbar-expand-lg > .container-fluid {
2958 padding-right: 0;
2959 padding-left: 0; } }
2960
2961@media (min-width: 992px) {
2962 .navbar-expand-lg {
2963 flex-flow: row nowrap;
2964 justify-content: flex-start; }
2965 .navbar-expand-lg .navbar-nav {
2966 flex-direction: row; }
2967 .navbar-expand-lg .navbar-nav .dropdown-menu {
2968 position: absolute; }
2969 .navbar-expand-lg .navbar-nav .nav-link {
2970 padding-right: 0.5rem;
2971 padding-left: 0.5rem; }
2972 .navbar-expand-lg > .container,
2973 .navbar-expand-lg > .container-fluid {
2974 flex-wrap: nowrap; }
2975 .navbar-expand-lg .navbar-collapse {
2976 display: flex !important;
2977 flex-basis: auto; }
2978 .navbar-expand-lg .navbar-toggler {
2979 display: none; } }
2980
2981@media (max-width: 1199.98px) {
2982 .navbar-expand-xl > .container,
2983 .navbar-expand-xl > .container-fluid {
2984 padding-right: 0;
2985 padding-left: 0; } }
2986
2987@media (min-width: 1200px) {
2988 .navbar-expand-xl {
2989 flex-flow: row nowrap;
2990 justify-content: flex-start; }
2991 .navbar-expand-xl .navbar-nav {
2992 flex-direction: row; }
2993 .navbar-expand-xl .navbar-nav .dropdown-menu {
2994 position: absolute; }
2995 .navbar-expand-xl .navbar-nav .nav-link {
2996 padding-right: 0.5rem;
2997 padding-left: 0.5rem; }
2998 .navbar-expand-xl > .container,
2999 .navbar-expand-xl > .container-fluid {
3000 flex-wrap: nowrap; }
3001 .navbar-expand-xl .navbar-collapse {
3002 display: flex !important;
3003 flex-basis: auto; }
3004 .navbar-expand-xl .navbar-toggler {
3005 display: none; } }
3006
3007.navbar-expand {
3008 flex-flow: row nowrap;
3009 justify-content: flex-start; }
3010 .navbar-expand > .container,
3011 .navbar-expand > .container-fluid {
3012 padding-right: 0;
3013 padding-left: 0; }
3014 .navbar-expand .navbar-nav {
3015 flex-direction: row; }
3016 .navbar-expand .navbar-nav .dropdown-menu {
3017 position: absolute; }
3018 .navbar-expand .navbar-nav .nav-link {
3019 padding-right: 0.5rem;
3020 padding-left: 0.5rem; }
3021 .navbar-expand > .container,
3022 .navbar-expand > .container-fluid {
3023 flex-wrap: nowrap; }
3024 .navbar-expand .navbar-collapse {
3025 display: flex !important;
3026 flex-basis: auto; }
3027 .navbar-expand .navbar-toggler {
3028 display: none; }
3029
3030.navbar-light .navbar-brand {
3031 color: rgba(0, 0, 0, 0.9); }
3032 .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
3033 color: rgba(0, 0, 0, 0.9); }
3034
3035.navbar-light .navbar-nav .nav-link {
3036 color: rgba(0, 0, 0, 0.6); }
3037 .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
3038 color: rgba(0, 0, 0, 0.7); }
3039 .navbar-light .navbar-nav .nav-link.disabled {
3040 color: rgba(0, 0, 0, 0.3); }
3041
3042.navbar-light .navbar-nav .show > .nav-link,
3043.navbar-light .navbar-nav .active > .nav-link,
3044.navbar-light .navbar-nav .nav-link.show,
3045.navbar-light .navbar-nav .nav-link.active {
3046 color: rgba(0, 0, 0, 0.9); }
3047
3048.navbar-light .navbar-toggler {
3049 color: rgba(0, 0, 0, 0.6);
3050 border-color: rgba(0, 0, 0, 0.1); }
3051
3052.navbar-light .navbar-toggler-icon {
3053 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
3054
3055.navbar-light .navbar-text {
3056 color: rgba(0, 0, 0, 0.6); }
3057 .navbar-light .navbar-text a {
3058 color: rgba(0, 0, 0, 0.9); }
3059 .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
3060 color: rgba(0, 0, 0, 0.9); }
3061
3062.navbar-dark .navbar-brand {
3063 color: #fff; }
3064 .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
3065 color: #fff; }
3066
3067.navbar-dark .navbar-nav .nav-link {
Stefan Ivicff54ece2019-08-31 14:49:48 +02003068 color: rgba(255, 255, 255, 1); }
Unknownd2db0f12019-01-10 14:22:00 -05003069 .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
Stefan Ivicff54ece2019-08-31 14:49:48 +02003070 color: rgba(255, 255, 255, 1); }
Unknownd2db0f12019-01-10 14:22:00 -05003071 .navbar-dark .navbar-nav .nav-link.disabled {
3072 color: rgba(255, 255, 255, 0.25); }
3073
3074.navbar-dark .navbar-nav .show > .nav-link,
3075.navbar-dark .navbar-nav .active > .nav-link,
3076.navbar-dark .navbar-nav .nav-link.show,
3077.navbar-dark .navbar-nav .nav-link.active {
3078 color: #fff; }
3079
3080.navbar-dark .navbar-toggler {
3081 color: rgba(255, 255, 255, 0.5);
3082 border-color: rgba(255, 255, 255, 0.1); }
3083
3084.navbar-dark .navbar-toggler-icon {
3085 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
3086
3087.navbar-dark .navbar-text {
3088 color: rgba(255, 255, 255, 0.5); }
3089 .navbar-dark .navbar-text a {
3090 color: #fff; }
3091 .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
3092 color: #fff; }
3093
3094.card {
3095 position: relative;
3096 display: flex;
3097 flex-direction: column;
3098 min-width: 0;
3099 word-wrap: break-word;
3100 background-color: rgba(51, 51, 51, 0.5);
3101 background-clip: border-box;
3102 border: 0px solid rgba(0, 0, 0, 0.125);
3103 border-radius: 0.75rem; }
3104 .card > hr {
3105 margin-right: 0;
3106 margin-left: 0; }
3107 .card > .list-group:first-child .list-group-item:first-child {
3108 border-top-left-radius: 0.75rem;
3109 border-top-right-radius: 0.75rem; }
3110 .card > .list-group:last-child .list-group-item:last-child {
3111 border-bottom-right-radius: 0.75rem;
3112 border-bottom-left-radius: 0.75rem; }
3113
3114.card-body {
3115 flex: 1 1 auto;
3116 padding: 1.25rem; }
3117
3118.card-title {
3119 margin-bottom: 0.75rem; }
3120
3121.card-subtitle {
3122 margin-top: -0.375rem;
3123 margin-bottom: 0; }
3124
3125.card-text:last-child {
3126 margin-bottom: 0; }
3127
3128.card-link:hover {
3129 text-decoration: none; }
3130
3131.card-link + .card-link {
3132 margin-left: 1.25rem; }
3133
3134.card-header {
3135 padding: 0.75rem 1.25rem;
3136 margin-bottom: 0;
3137 background-color: rgba(0, 0, 0, 0.03);
3138 border-bottom: 0px solid rgba(0, 0, 0, 0.125); }
3139 .card-header:first-child {
3140 border-radius: calc(0.75rem - 0px) calc(0.75rem - 0px) 0 0; }
3141 .card-header + .list-group .list-group-item:first-child {
3142 border-top: 0; }
3143
3144.card-footer {
3145 padding: 0.75rem 1.25rem;
3146 background-color: rgba(0, 0, 0, 0.03);
3147 border-top: 0px solid rgba(0, 0, 0, 0.125); }
3148 .card-footer:last-child {
3149 border-radius: 0 0 calc(0.75rem - 0px) calc(0.75rem - 0px); }
3150
3151.card-header-tabs {
3152 margin-right: -0.625rem;
3153 margin-bottom: -0.75rem;
3154 margin-left: -0.625rem;
3155 border-bottom: 0; }
3156
3157.card-header-pills {
3158 margin-right: -0.625rem;
3159 margin-left: -0.625rem; }
3160
3161.card-img-overlay {
3162 position: absolute;
3163 top: 0;
3164 right: 0;
3165 bottom: 0;
3166 left: 0;
3167 padding: 1.25rem; }
3168
3169.card-img {
3170 width: 100%;
3171 border-radius: calc(0.75rem - 0px); }
3172
3173.card-img-top {
3174 width: 100%;
3175 border-top-left-radius: calc(0.75rem - 0px);
3176 border-top-right-radius: calc(0.75rem - 0px); }
3177
3178.card-img-bottom {
3179 width: 100%;
3180 border-bottom-right-radius: calc(0.75rem - 0px);
3181 border-bottom-left-radius: calc(0.75rem - 0px); }
3182
3183.card-deck {
3184 display: flex;
3185 flex-direction: column; }
3186 .card-deck .card {
3187 margin-bottom: 15px; }
3188 @media (min-width: 576px) {
3189 .card-deck {
3190 flex-flow: row wrap;
3191 margin-right: -15px;
3192 margin-left: -15px; }
3193 .card-deck .card {
3194 display: flex;
3195 flex: 1 0 0%;
3196 flex-direction: column;
3197 margin-right: 15px;
3198 margin-bottom: 0;
3199 margin-left: 15px; } }
3200
3201.card-group {
3202 display: flex;
3203 flex-direction: column; }
3204 .card-group > .card {
3205 margin-bottom: 15px; }
3206 @media (min-width: 576px) {
3207 .card-group {
3208 flex-flow: row wrap; }
3209 .card-group > .card {
3210 flex: 1 0 0%;
3211 margin-bottom: 0; }
3212 .card-group > .card + .card {
3213 margin-left: 0;
3214 border-left: 0; }
3215 .card-group > .card:first-child {
3216 border-top-right-radius: 0;
3217 border-bottom-right-radius: 0; }
3218 .card-group > .card:first-child .card-img-top,
3219 .card-group > .card:first-child .card-header {
3220 border-top-right-radius: 0; }
3221 .card-group > .card:first-child .card-img-bottom,
3222 .card-group > .card:first-child .card-footer {
3223 border-bottom-right-radius: 0; }
3224 .card-group > .card:last-child {
3225 border-top-left-radius: 0;
3226 border-bottom-left-radius: 0; }
3227 .card-group > .card:last-child .card-img-top,
3228 .card-group > .card:last-child .card-header {
3229 border-top-left-radius: 0; }
3230 .card-group > .card:last-child .card-img-bottom,
3231 .card-group > .card:last-child .card-footer {
3232 border-bottom-left-radius: 0; }
3233 .card-group > .card:only-child {
3234 border-radius: 0.75rem; }
3235 .card-group > .card:only-child .card-img-top,
3236 .card-group > .card:only-child .card-header {
3237 border-top-left-radius: 0.75rem;
3238 border-top-right-radius: 0.75rem; }
3239 .card-group > .card:only-child .card-img-bottom,
3240 .card-group > .card:only-child .card-footer {
3241 border-bottom-right-radius: 0.75rem;
3242 border-bottom-left-radius: 0.75rem; }
3243 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
3244 border-radius: 0; }
3245 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
3246 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
3247 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
3248 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
3249 border-radius: 0; } }
3250
3251.card-columns .card {
3252 margin-bottom: 0.75rem; }
3253
3254@media (min-width: 576px) {
3255 .card-columns {
3256 -webkit-column-count: 3;
3257 column-count: 3;
3258 -webkit-column-gap: 1.25rem;
3259 column-gap: 1.25rem;
3260 orphans: 1;
3261 widows: 1; }
3262 .card-columns .card {
3263 display: inline-block;
3264 width: 100%; } }
3265
3266.accordion .card:not(:first-of-type):not(:last-of-type) {
3267 border-bottom: 0;
3268 border-radius: 0; }
3269
3270.accordion .card:not(:first-of-type) .card-header:first-child {
3271 border-radius: 0; }
3272
3273.accordion .card:first-of-type {
3274 border-bottom: 0;
3275 border-bottom-right-radius: 0;
3276 border-bottom-left-radius: 0; }
3277
3278.accordion .card:last-of-type {
3279 border-top-left-radius: 0;
3280 border-top-right-radius: 0; }
3281
3282.breadcrumb {
3283 display: flex;
3284 flex-wrap: wrap;
3285 padding: 0.75rem 1rem;
3286 margin-bottom: 1rem;
3287 list-style: none;
3288 background-color: transparent;
3289 border-radius: 0.75rem; }
3290
3291.breadcrumb-item + .breadcrumb-item {
3292 padding-left: 0.5rem; }
3293 .breadcrumb-item + .breadcrumb-item::before {
3294 display: inline-block;
3295 padding-right: 0.5rem;
3296 color: #6c757d;
3297 content: "/"; }
3298
3299.breadcrumb-item + .breadcrumb-item:hover::before {
3300 text-decoration: underline; }
3301
3302.breadcrumb-item + .breadcrumb-item:hover::before {
3303 text-decoration: none; }
3304
3305.breadcrumb-item.active {
3306 color: #f3f3f3; }
3307
3308.pagination {
3309 display: flex;
3310 padding-left: 0;
3311 list-style: none;
3312 border-radius: 0.75rem; }
3313
3314.page-link {
3315 position: relative;
3316 display: block;
3317 padding: 0.5rem 0.75rem;
3318 margin-left: -1px;
3319 line-height: 1.25;
3320 color: #0080ff;
3321 background-color: #111;
3322 border: 1px solid #303030; }
3323 .page-link:hover {
3324 z-index: 2;
3325 color: white;
3326 text-decoration: none;
3327 background-color: #111;
3328 border-color: #303030; }
3329 .page-link:focus {
3330 z-index: 2;
3331 outline: 0;
3332 box-shadow: 0 0 0 0.2rem rgba(0, 128, 255, 0.25); }
3333 .page-link:not(:disabled):not(.disabled) {
3334 cursor: pointer; }
3335
3336.page-item:first-child .page-link {
3337 margin-left: 0;
3338 border-top-left-radius: 0.75rem;
3339 border-bottom-left-radius: 0.75rem; }
3340
3341.page-item:last-child .page-link {
3342 border-top-right-radius: 0.75rem;
3343 border-bottom-right-radius: 0.75rem; }
3344
3345.page-item.active .page-link {
3346 z-index: 1;
3347 color: #303030;
3348 background-color: #0080ff;
3349 border-color: #303030; }
3350
3351.page-item.disabled .page-link {
3352 color: #6c757d;
3353 pointer-events: none;
3354 cursor: auto;
3355 background-color: #fff;
3356 border-color: #dee2e6; }
3357
3358.pagination-lg .page-link {
3359 padding: 0.75rem 1.5rem;
3360 font-size: 1.0625rem;
3361 line-height: 1.5; }
3362
3363.pagination-lg .page-item:first-child .page-link {
3364 border-top-left-radius: 0.9rem;
3365 border-bottom-left-radius: 0.9rem; }
3366
3367.pagination-lg .page-item:last-child .page-link {
3368 border-top-right-radius: 0.9rem;
3369 border-bottom-right-radius: 0.9rem; }
3370
3371.pagination-sm .page-link {
3372 padding: 0.25rem 0.5rem;
3373 font-size: 0.74375rem;
3374 line-height: 1.5; }
3375
3376.pagination-sm .page-item:first-child .page-link {
3377 border-top-left-radius: 0.3rem;
3378 border-bottom-left-radius: 0.3rem; }
3379
3380.pagination-sm .page-item:last-child .page-link {
3381 border-top-right-radius: 0.3rem;
3382 border-bottom-right-radius: 0.3rem; }
3383
3384.badge {
3385 display: inline-block;
3386 padding: 0.25em 0.4em;
3387 font-size: 75%;
3388 font-weight: 700;
3389 line-height: 1;
3390 text-align: center;
3391 white-space: nowrap;
3392 vertical-align: baseline;
3393 border-radius: 0.75rem; }
3394 .badge:empty {
3395 display: none; }
3396
3397.btn .badge {
3398 position: relative;
3399 top: -1px; }
3400
3401.badge-pill {
3402 padding-right: 0.6em;
3403 padding-left: 0.6em;
3404 border-radius: 10rem; }
3405
3406.badge-primary {
3407 color: #fff;
3408 background-color: #0080ff; }
3409 .badge-primary[href]:hover, .badge-primary[href]:focus {
3410 color: #fff;
3411 text-decoration: none;
3412 background-color: #0066cc; }
3413
3414.badge-secondary {
3415 color: #fff;
3416 background-color: #0060aa; }
3417 .badge-secondary[href]:hover, .badge-secondary[href]:focus {
3418 color: #fff;
3419 text-decoration: none;
3420 background-color: #004377; }
3421
3422.badge-success {
3423 color: #fff;
3424 background-color: #28a745; }
3425 .badge-success[href]:hover, .badge-success[href]:focus {
3426 color: #fff;
3427 text-decoration: none;
3428 background-color: #1e7e34; }
3429
3430.badge-info {
3431 color: #fff;
3432 background-color: #00aaff; }
3433 .badge-info[href]:hover, .badge-info[href]:focus {
3434 color: #fff;
3435 text-decoration: none;
3436 background-color: #0088cc; }
3437
3438.badge-warning {
3439 color: #212529;
3440 background-color: #ffc107; }
3441 .badge-warning[href]:hover, .badge-warning[href]:focus {
3442 color: #212529;
3443 text-decoration: none;
3444 background-color: #d39e00; }
3445
3446.badge-danger {
3447 color: #fff;
3448 background-color: #dc3545; }
3449 .badge-danger[href]:hover, .badge-danger[href]:focus {
3450 color: #fff;
3451 text-decoration: none;
3452 background-color: #bd2130; }
3453
3454.badge-light {
3455 color: #212529;
3456 background-color: #f3f3f3; }
3457 .badge-light[href]:hover, .badge-light[href]:focus {
3458 color: #212529;
3459 text-decoration: none;
3460 background-color: #dadada; }
3461
3462.badge-dark {
3463 color: #fff;
3464 background-color: #303030; }
3465 .badge-dark[href]:hover, .badge-dark[href]:focus {
3466 color: #fff;
3467 text-decoration: none;
3468 background-color: #171717; }
3469
3470.jumbotron {
3471 padding: 2rem 1rem;
3472 margin-bottom: 2rem;
3473 background-color: #e9ecef;
3474 border-radius: 0.9rem; }
3475 @media (min-width: 576px) {
3476 .jumbotron {
3477 padding: 4rem 2rem; } }
3478
3479.jumbotron-fluid {
3480 padding-right: 0;
3481 padding-left: 0;
3482 border-radius: 0; }
3483
3484.alert {
3485 position: relative;
3486 padding: 0.75rem 1.25rem;
3487 margin-bottom: 1rem;
3488 border: 1px solid transparent;
3489 border-radius: 0.75rem; }
3490
3491.alert-heading {
3492 color: inherit; }
3493
3494.alert-link {
3495 font-weight: 700; }
3496
3497.alert-dismissible {
3498 padding-right: 3.775rem; }
3499 .alert-dismissible .close {
3500 position: absolute;
3501 top: 0;
3502 right: 0;
3503 padding: 0.75rem 1.25rem;
3504 color: inherit; }
3505
3506.alert-primary {
3507 color: #004385;
3508 background-color: #cce6ff;
3509 border-color: #b8dbff; }
3510 .alert-primary hr {
3511 border-top-color: #9fceff; }
3512 .alert-primary .alert-link {
3513 color: #002952; }
3514
3515.alert-secondary {
3516 color: #003258;
3517 background-color: #ccdfee;
3518 border-color: #b8d2e7; }
3519 .alert-secondary hr {
3520 border-top-color: #a5c6e1; }
3521 .alert-secondary .alert-link {
3522 color: #001525; }
3523
3524.alert-success {
3525 color: #155724;
3526 background-color: #d4edda;
3527 border-color: #c3e6cb; }
3528 .alert-success hr {
3529 border-top-color: #b1dfbb; }
3530 .alert-success .alert-link {
3531 color: #0b2e13; }
3532
3533.alert-info {
3534 color: #005885;
3535 background-color: #cceeff;
3536 border-color: #b8e7ff; }
3537 .alert-info hr {
3538 border-top-color: #9fdeff; }
3539 .alert-info .alert-link {
3540 color: #003652; }
3541
3542.alert-warning {
3543 color: #856404;
3544 background-color: #fff3cd;
3545 border-color: #ffeeba; }
3546 .alert-warning hr {
3547 border-top-color: #ffe8a1; }
3548 .alert-warning .alert-link {
3549 color: #533f03; }
3550
3551.alert-danger {
3552 color: #721c24;
3553 background-color: #f8d7da;
3554 border-color: #f5c6cb; }
3555 .alert-danger hr {
3556 border-top-color: #f1b0b7; }
3557 .alert-danger .alert-link {
3558 color: #491217; }
3559
3560.alert-light {
3561 color: #7e7e7e;
3562 background-color: #fdfdfd;
3563 border-color: #fcfcfc; }
3564 .alert-light hr {
3565 border-top-color: #efefef; }
3566 .alert-light .alert-link {
3567 color: #656565; }
3568
3569.alert-dark {
3570 color: #191919;
3571 background-color: #d6d6d6;
3572 border-color: #c5c5c5; }
3573 .alert-dark hr {
3574 border-top-color: #b8b8b8; }
3575 .alert-dark .alert-link {
3576 color: black; }
3577
3578@-webkit-keyframes progress-bar-stripes {
3579 from {
3580 background-position: 1rem 0; }
3581 to {
3582 background-position: 0 0; } }
3583
3584@keyframes progress-bar-stripes {
3585 from {
3586 background-position: 1rem 0; }
3587 to {
3588 background-position: 0 0; } }
3589
3590.progress {
3591 display: flex;
3592 height: 1rem;
3593 overflow: hidden;
3594 font-size: 0.6375rem;
3595 background-color: #e9ecef;
3596 border-radius: 0.75rem; }
3597
3598.progress-bar {
3599 display: flex;
3600 flex-direction: column;
3601 justify-content: center;
3602 color: #fff;
3603 text-align: center;
3604 white-space: nowrap;
3605 background-color: #0080ff;
3606 transition: width 0.6s ease; }
3607 @media screen and (prefers-reduced-motion: reduce) {
3608 .progress-bar {
3609 transition: none; } }
3610
3611.progress-bar-striped {
3612 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3613 background-size: 1rem 1rem; }
3614
3615.progress-bar-animated {
3616 -webkit-animation: progress-bar-stripes 1s linear infinite;
3617 animation: progress-bar-stripes 1s linear infinite; }
3618
3619.media {
3620 display: flex;
3621 align-items: flex-start; }
3622
3623.media-body {
3624 flex: 1; }
3625
3626.list-group {
3627 display: flex;
3628 flex-direction: column;
3629 padding-left: 0;
3630 margin-bottom: 0; }
3631
3632.list-group-item-action {
3633 width: 100%;
3634 color: #0080ff;
3635 text-align: inherit; }
3636 .list-group-item-action:hover, .list-group-item-action:focus {
3637 color: #f3f3f3;
3638 text-decoration: none;
3639 background-color: #111; }
3640 .list-group-item-action:active {
3641 color: #efefef;
3642 background-color: transparent; }
3643
3644.list-group-item {
3645 position: relative;
3646 display: block;
3647 padding: 0.75rem 1.25rem;
3648 margin-bottom: -1px;
3649 background-color: #111;
3650 border: 1px solid #303030; }
3651 .list-group-item:first-child {
3652 border-top-left-radius: 0.75rem;
3653 border-top-right-radius: 0.75rem; }
3654 .list-group-item:last-child {
3655 margin-bottom: 0;
3656 border-bottom-right-radius: 0.75rem;
3657 border-bottom-left-radius: 0.75rem; }
3658 .list-group-item:hover, .list-group-item:focus {
3659 z-index: 1;
3660 text-decoration: none; }
3661 .list-group-item.disabled, .list-group-item:disabled {
3662 color: #6c757d;
3663 background-color: #111; }
3664 .list-group-item.active {
3665 z-index: 2;
3666 color: #303030;
3667 background-color: #0080ff;
3668 border-color: #303030; }
3669
3670.list-group-flush .list-group-item {
3671 border-right: 0;
3672 border-left: 0;
3673 border-radius: 0; }
3674
3675.list-group-flush:first-child .list-group-item:first-child {
3676 border-top: 0; }
3677
3678.list-group-flush:last-child .list-group-item:last-child {
3679 border-bottom: 0; }
3680
3681.list-group-item-primary {
3682 color: #004385;
3683 background-color: #b8dbff; }
3684 .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
3685 color: #004385;
3686 background-color: #9fceff; }
3687 .list-group-item-primary.list-group-item-action.active {
3688 color: #fff;
3689 background-color: #004385;
3690 border-color: #004385; }
3691
3692.list-group-item-secondary {
3693 color: #003258;
3694 background-color: #b8d2e7; }
3695 .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
3696 color: #003258;
3697 background-color: #a5c6e1; }
3698 .list-group-item-secondary.list-group-item-action.active {
3699 color: #fff;
3700 background-color: #003258;
3701 border-color: #003258; }
3702
3703.list-group-item-success {
3704 color: #155724;
3705 background-color: #c3e6cb; }
3706 .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
3707 color: #155724;
3708 background-color: #b1dfbb; }
3709 .list-group-item-success.list-group-item-action.active {
3710 color: #fff;
3711 background-color: #155724;
3712 border-color: #155724; }
3713
3714.list-group-item-info {
3715 color: #005885;
3716 background-color: #b8e7ff; }
3717 .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
3718 color: #005885;
3719 background-color: #9fdeff; }
3720 .list-group-item-info.list-group-item-action.active {
3721 color: #fff;
3722 background-color: #005885;
3723 border-color: #005885; }
3724
3725.list-group-item-warning {
3726 color: #856404;
3727 background-color: #ffeeba; }
3728 .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
3729 color: #856404;
3730 background-color: #ffe8a1; }
3731 .list-group-item-warning.list-group-item-action.active {
3732 color: #fff;
3733 background-color: #856404;
3734 border-color: #856404; }
3735
3736.list-group-item-danger {
3737 color: #721c24;
3738 background-color: #f5c6cb; }
3739 .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
3740 color: #721c24;
3741 background-color: #f1b0b7; }
3742 .list-group-item-danger.list-group-item-action.active {
3743 color: #fff;
3744 background-color: #721c24;
3745 border-color: #721c24; }
3746
3747.list-group-item-light {
3748 color: #7e7e7e;
3749 background-color: #fcfcfc; }
3750 .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
3751 color: #7e7e7e;
3752 background-color: #efefef; }
3753 .list-group-item-light.list-group-item-action.active {
3754 color: #fff;
3755 background-color: #7e7e7e;
3756 border-color: #7e7e7e; }
3757
3758.list-group-item-dark {
3759 color: #191919;
3760 background-color: #c5c5c5; }
3761 .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
3762 color: #191919;
3763 background-color: #b8b8b8; }
3764 .list-group-item-dark.list-group-item-action.active {
3765 color: #fff;
3766 background-color: #191919;
3767 border-color: #191919; }
3768
3769.close {
3770 float: right;
3771 font-size: 1.275rem;
3772 font-weight: 700;
3773 line-height: 1;
3774 color: #000;
3775 text-shadow: 0 1px 0 #fff;
3776 opacity: .5; }
3777 .close:not(:disabled):not(.disabled) {
3778 cursor: pointer; }
3779 .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
3780 color: #000;
3781 text-decoration: none;
3782 opacity: .75; }
3783
3784button.close {
3785 padding: 0;
3786 background-color: transparent;
3787 border: 0;
3788 -webkit-appearance: none; }
3789
3790.modal-open {
3791 overflow: hidden; }
3792 .modal-open .modal {
3793 overflow-x: hidden;
3794 overflow-y: auto; }
3795
3796.modal {
3797 position: fixed;
3798 top: 20%;
3799 right: 0;
3800 bottom: 0;
3801 left: 0;
3802 z-index: 1050;
3803 display: none;
3804 overflow: hidden;
3805 outline: 0; }
3806
3807.modal-dialog {
3808 position: relative;
3809 width: auto;
3810 margin: 0.5rem;
3811 pointer-events: none; }
3812 .modal.fade .modal-dialog {
3813 transition: -webkit-transform 0.3s ease-out;
3814 transition: transform 0.3s ease-out;
3815 transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
3816 -webkit-transform: translate(0, -25%);
3817 transform: translate(0, -25%); }
3818 @media screen and (prefers-reduced-motion: reduce) {
3819 .modal.fade .modal-dialog {
3820 transition: none; } }
3821 .modal.show .modal-dialog {
3822 -webkit-transform: translate(0, 0);
3823 transform: translate(0, 0); }
3824
3825.modal-dialog-centered {
3826 display: flex;
3827 align-items: center;
3828 min-height: calc(100% - (0.5rem * 2)); }
3829 .modal-dialog-centered::before {
3830 display: block;
3831 height: calc(100vh - (0.5rem * 2));
3832 content: ""; }
3833
3834.modal-content {
3835 position: relative;
3836 display: flex;
3837 flex-direction: column;
3838 width: 100%;
3839 pointer-events: auto;
3840 background-color: #fff;
3841 background-clip: padding-box;
3842 border: 1px solid rgba(0, 0, 0, 0.2);
3843 border-radius: 0.9rem;
3844 outline: 0; }
3845
3846.modal-backdrop {
3847 position: fixed;
3848 top: 0;
3849 right: 0;
3850 bottom: 0;
3851 left: 0;
3852 z-index: 1040;
3853 background-color: #000; }
3854 .modal-backdrop.fade {
3855 opacity: 0; }
3856 .modal-backdrop.show {
3857 opacity: 0.5; }
3858
3859.modal-header {
3860 display: flex;
3861 align-items: flex-start;
3862 justify-content: space-between;
3863 padding: 1rem;
3864 border-bottom: 1px solid #e9ecef;
3865 border-top-left-radius: 0.9rem;
3866 border-top-right-radius: 0.9rem; }
3867 .modal-header .close {
3868 padding: 1rem;
3869 margin: -1rem -1rem -1rem auto; }
3870
3871.modal-title {
3872 margin-bottom: 0;
3873 line-height: 1.8; }
3874
3875.modal-body {
3876 position: relative;
3877 flex: 1 1 auto;
3878 padding: 1rem; }
3879
3880.modal-footer {
3881 display: flex;
3882 align-items: center;
3883 justify-content: flex-end;
3884 padding: 1rem;
3885 border-top: 1px solid #e9ecef; }
3886 .modal-footer > :not(:first-child) {
3887 margin-left: .25rem; }
3888 .modal-footer > :not(:last-child) {
3889 margin-right: .25rem; }
3890
3891.modal-scrollbar-measure {
3892 position: absolute;
3893 top: -9999px;
3894 width: 50px;
3895 height: 50px;
3896 overflow: scroll; }
3897
3898@media (min-width: 576px) {
3899 .modal-dialog {
3900 max-width: 500px;
3901 margin: 1.75rem auto; }
3902 .modal-dialog-centered {
3903 min-height: calc(100% - (1.75rem * 2)); }
3904 .modal-dialog-centered::before {
3905 height: calc(100vh - (1.75rem * 2)); }
3906 .modal-sm {
3907 max-width: 300px; } }
3908
3909@media (min-width: 992px) {
3910 .modal-lg {
3911 max-width: 800px; } }
3912
3913.tooltip {
3914 position: absolute;
3915 z-index: 1070;
3916 display: block;
3917 margin: 0;
3918 font-family: Montserrat;
3919 font-style: normal;
3920 font-weight: 200;
3921 line-height: 1.8;
3922 text-align: left;
3923 text-align: start;
3924 text-decoration: none;
3925 text-shadow: none;
3926 text-transform: none;
3927 letter-spacing: normal;
3928 word-break: normal;
3929 word-spacing: normal;
3930 white-space: normal;
3931 line-break: auto;
3932 font-size: 0.74375rem;
3933 word-wrap: break-word;
3934 opacity: 0; }
3935 .tooltip.show {
3936 opacity: 0.9; }
3937 .tooltip .arrow {
3938 position: absolute;
3939 display: block;
3940 width: 0.8rem;
3941 height: 0.4rem; }
3942 .tooltip .arrow::before {
3943 position: absolute;
3944 content: "";
3945 border-color: transparent;
3946 border-style: solid; }
3947
3948.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
3949 padding: 0.4rem 0; }
3950 .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
3951 bottom: 0; }
3952 .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
3953 top: 0;
3954 border-width: 0.4rem 0.4rem 0;
3955 border-top-color: #000; }
3956
3957.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
3958 padding: 0 0.4rem; }
3959 .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
3960 left: 0;
3961 width: 0.4rem;
3962 height: 0.8rem; }
3963 .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
3964 right: 0;
3965 border-width: 0.4rem 0.4rem 0.4rem 0;
3966 border-right-color: #000; }
3967
3968.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
3969 padding: 0.4rem 0; }
3970 .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
3971 top: 0; }
3972 .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
3973 bottom: 0;
3974 border-width: 0 0.4rem 0.4rem;
3975 border-bottom-color: #000; }
3976
3977.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
3978 padding: 0 0.4rem; }
3979 .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
3980 right: 0;
3981 width: 0.4rem;
3982 height: 0.8rem; }
3983 .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
3984 left: 0;
3985 border-width: 0.4rem 0 0.4rem 0.4rem;
3986 border-left-color: #000; }
3987
3988.tooltip-inner {
3989 max-width: 200px;
3990 padding: 0.25rem 0.5rem;
3991 color: #fff;
3992 text-align: center;
3993 background-color: #000;
3994 border-radius: 0.75rem; }
3995
3996.popover {
3997 position: absolute;
3998 top: 0;
3999 left: 0;
4000 z-index: 1060;
4001 display: block;
4002 max-width: 276px;
4003 font-family: Montserrat;
4004 font-style: normal;
4005 font-weight: 200;
4006 line-height: 1.8;
4007 text-align: left;
4008 text-align: start;
4009 text-decoration: none;
4010 text-shadow: none;
4011 text-transform: none;
4012 letter-spacing: normal;
4013 word-break: normal;
4014 word-spacing: normal;
4015 white-space: normal;
4016 line-break: auto;
4017 font-size: 0.74375rem;
4018 word-wrap: break-word;
4019 background-color: #fff;
4020 background-clip: padding-box;
4021 border: 1px solid rgba(0, 0, 0, 0.2);
4022 border-radius: 0.9rem; }
4023 .popover .arrow {
4024 position: absolute;
4025 display: block;
4026 width: 1rem;
4027 height: 0.5rem;
4028 margin: 0 0.9rem; }
4029 .popover .arrow::before, .popover .arrow::after {
4030 position: absolute;
4031 display: block;
4032 content: "";
4033 border-color: transparent;
4034 border-style: solid; }
4035
4036.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
4037 margin-bottom: 0.5rem; }
4038 .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
4039 bottom: calc((0.5rem + 1px) * -1); }
4040 .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
4041 .bs-popover-top .arrow::after,
4042 .bs-popover-auto[x-placement^="top"] .arrow::after {
4043 border-width: 0.5rem 0.5rem 0; }
4044 .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
4045 bottom: 0;
4046 border-top-color: rgba(0, 0, 0, 0.25); }
4047
4048 .bs-popover-top .arrow::after,
4049 .bs-popover-auto[x-placement^="top"] .arrow::after {
4050 bottom: 1px;
4051 border-top-color: #fff; }
4052
4053.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
4054 margin-left: 0.5rem; }
4055 .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
4056 left: calc((0.5rem + 1px) * -1);
4057 width: 0.5rem;
4058 height: 1rem;
4059 margin: 0.9rem 0; }
4060 .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
4061 .bs-popover-right .arrow::after,
4062 .bs-popover-auto[x-placement^="right"] .arrow::after {
4063 border-width: 0.5rem 0.5rem 0.5rem 0; }
4064 .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
4065 left: 0;
4066 border-right-color: rgba(0, 0, 0, 0.25); }
4067
4068 .bs-popover-right .arrow::after,
4069 .bs-popover-auto[x-placement^="right"] .arrow::after {
4070 left: 1px;
4071 border-right-color: #fff; }
4072
4073.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
4074 margin-top: 0.5rem; }
4075 .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
4076 top: calc((0.5rem + 1px) * -1); }
4077 .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
4078 .bs-popover-bottom .arrow::after,
4079 .bs-popover-auto[x-placement^="bottom"] .arrow::after {
4080 border-width: 0 0.5rem 0.5rem 0.5rem; }
4081 .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
4082 top: 0;
4083 border-bottom-color: rgba(0, 0, 0, 0.25); }
4084
4085 .bs-popover-bottom .arrow::after,
4086 .bs-popover-auto[x-placement^="bottom"] .arrow::after {
4087 top: 1px;
4088 border-bottom-color: #fff; }
4089 .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
4090 position: absolute;
4091 top: 0;
4092 left: 50%;
4093 display: block;
4094 width: 1rem;
4095 margin-left: -0.5rem;
4096 content: "";
4097 border-bottom: 1px solid #f7f7f7; }
4098
4099.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
4100 margin-right: 0.5rem; }
4101 .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
4102 right: calc((0.5rem + 1px) * -1);
4103 width: 0.5rem;
4104 height: 1rem;
4105 margin: 0.9rem 0; }
4106 .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
4107 .bs-popover-left .arrow::after,
4108 .bs-popover-auto[x-placement^="left"] .arrow::after {
4109 border-width: 0.5rem 0 0.5rem 0.5rem; }
4110 .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
4111 right: 0;
4112 border-left-color: rgba(0, 0, 0, 0.25); }
4113
4114 .bs-popover-left .arrow::after,
4115 .bs-popover-auto[x-placement^="left"] .arrow::after {
4116 right: 1px;
4117 border-left-color: #fff; }
4118
4119.popover-header {
4120 padding: 0.5rem 0.75rem;
4121 margin-bottom: 0;
4122 font-size: 0.85rem;
4123 color: inherit;
4124 background-color: #f7f7f7;
4125 border-bottom: 1px solid #ebebeb;
4126 border-top-left-radius: calc(0.9rem - 1px);
4127 border-top-right-radius: calc(0.9rem - 1px); }
4128 .popover-header:empty {
4129 display: none; }
4130
4131.popover-body {
4132 padding: 0.5rem 0.75rem;
4133 color: #efefef; }
4134
4135.carousel {
4136 position: relative; }
4137
4138.carousel-inner {
4139 position: relative;
4140 width: 100%;
4141 overflow: hidden; }
4142
4143.carousel-item {
4144 position: relative;
4145 display: none;
4146 align-items: center;
4147 width: 100%;
4148 -webkit-backface-visibility: hidden;
4149 backface-visibility: hidden;
4150 -webkit-perspective: 1000px;
4151 perspective: 1000px; }
4152
4153.carousel-item.active,
4154.carousel-item-next,
4155.carousel-item-prev {
4156 display: block;
4157 transition: -webkit-transform 0.6s ease;
4158 transition: transform 0.6s ease;
4159 transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
4160 @media screen and (prefers-reduced-motion: reduce) {
4161 .carousel-item.active,
4162 .carousel-item-next,
4163 .carousel-item-prev {
4164 transition: none; } }
4165
4166.carousel-item-next,
4167.carousel-item-prev {
4168 position: absolute;
4169 top: 0; }
4170
4171.carousel-item-next.carousel-item-left,
4172.carousel-item-prev.carousel-item-right {
4173 -webkit-transform: translateX(0);
4174 transform: translateX(0); }
4175 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
4176 .carousel-item-next.carousel-item-left,
4177 .carousel-item-prev.carousel-item-right {
4178 -webkit-transform: translate3d(0, 0, 0);
4179 transform: translate3d(0, 0, 0); } }
4180
4181.carousel-item-next,
4182.active.carousel-item-right {
4183 -webkit-transform: translateX(100%);
4184 transform: translateX(100%); }
4185 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
4186 .carousel-item-next,
4187 .active.carousel-item-right {
4188 -webkit-transform: translate3d(100%, 0, 0);
4189 transform: translate3d(100%, 0, 0); } }
4190
4191.carousel-item-prev,
4192.active.carousel-item-left {
4193 -webkit-transform: translateX(-100%);
4194 transform: translateX(-100%); }
4195 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
4196 .carousel-item-prev,
4197 .active.carousel-item-left {
4198 -webkit-transform: translate3d(-100%, 0, 0);
4199 transform: translate3d(-100%, 0, 0); } }
4200
4201.carousel-fade .carousel-item {
4202 opacity: 0;
4203 transition-duration: .6s;
4204 transition-property: opacity; }
4205
4206.carousel-fade .carousel-item.active,
4207.carousel-fade .carousel-item-next.carousel-item-left,
4208.carousel-fade .carousel-item-prev.carousel-item-right {
4209 opacity: 1; }
4210
4211.carousel-fade .active.carousel-item-left,
4212.carousel-fade .active.carousel-item-right {
4213 opacity: 0; }
4214
4215.carousel-fade .carousel-item-next,
4216.carousel-fade .carousel-item-prev,
4217.carousel-fade .carousel-item.active,
4218.carousel-fade .active.carousel-item-left,
4219.carousel-fade .active.carousel-item-prev {
4220 -webkit-transform: translateX(0);
4221 transform: translateX(0); }
4222 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
4223 .carousel-fade .carousel-item-next,
4224 .carousel-fade .carousel-item-prev,
4225 .carousel-fade .carousel-item.active,
4226 .carousel-fade .active.carousel-item-left,
4227 .carousel-fade .active.carousel-item-prev {
4228 -webkit-transform: translate3d(0, 0, 0);
4229 transform: translate3d(0, 0, 0); } }
4230
4231.carousel-control-prev,
4232.carousel-control-next {
4233 position: absolute;
4234 top: 0;
4235 bottom: 0;
4236 display: flex;
4237 align-items: center;
4238 justify-content: center;
4239 width: 15%;
4240 color: #fff;
4241 text-align: center;
4242 opacity: 0.5; }
4243 .carousel-control-prev:hover, .carousel-control-prev:focus,
4244 .carousel-control-next:hover,
4245 .carousel-control-next:focus {
4246 color: #fff;
4247 text-decoration: none;
4248 outline: 0;
4249 opacity: .9; }
4250
4251.carousel-control-prev {
4252 left: 0; }
4253
4254.carousel-control-next {
4255 right: 0; }
4256
4257.carousel-control-prev-icon,
4258.carousel-control-next-icon {
4259 display: inline-block;
4260 width: 20px;
4261 height: 20px;
4262 background: transparent no-repeat center center;
4263 background-size: 100% 100%; }
4264
4265.carousel-control-prev-icon {
4266 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
4267
4268.carousel-control-next-icon {
4269 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
4270
4271.carousel-indicators {
4272 position: absolute;
4273 right: 0;
4274 bottom: 10px;
4275 left: 0;
4276 z-index: 15;
4277 display: flex;
4278 justify-content: center;
4279 padding-left: 0;
4280 margin-right: 15%;
4281 margin-left: 15%;
4282 list-style: none; }
4283 .carousel-indicators li {
4284 position: relative;
4285 flex: 0 1 auto;
4286 width: 30px;
4287 height: 6px;
4288 margin-right: 3px;
4289 margin-left: 3px;
4290 text-indent: -999px;
4291 cursor: pointer;
4292 background-color: rgba(255, 255, 255, 0.5); }
4293 .carousel-indicators li::before {
4294 position: absolute;
4295 top: -10px;
4296 left: 0;
4297 display: inline-block;
4298 width: 100%;
4299 height: 10px;
4300 content: ""; }
4301 .carousel-indicators li::after {
4302 position: absolute;
4303 bottom: -10px;
4304 left: 0;
4305 display: inline-block;
4306 width: 100%;
4307 height: 10px;
4308 content: ""; }
4309 .carousel-indicators .active {
4310 background-color: #fff; }
4311
4312.carousel-caption {
4313 position: absolute;
4314 right: 0%;
4315 bottom: 20px;
4316 left: 0%;
4317 z-index: 10;
4318 padding-top: 20px;
4319 padding-bottom: 20px;
4320 color: #fff;
4321 text-align: center; }
4322
4323.align-baseline {
4324 vertical-align: baseline !important; }
4325
4326.align-top {
4327 vertical-align: top !important; }
4328
4329.align-middle {
4330 vertical-align: middle !important; }
4331
4332.align-bottom {
4333 vertical-align: bottom !important; }
4334
4335.align-text-bottom {
4336 vertical-align: text-bottom !important; }
4337
4338.align-text-top {
4339 vertical-align: text-top !important; }
4340
4341.bg-primary {
4342 background-color: #0080ff !important; }
4343
4344a.bg-primary:hover, a.bg-primary:focus,
4345button.bg-primary:hover,
4346button.bg-primary:focus {
4347 background-color: #0066cc !important; }
4348
4349.bg-secondary {
4350 background-color: #0060aa !important; }
4351
4352a.bg-secondary:hover, a.bg-secondary:focus,
4353button.bg-secondary:hover,
4354button.bg-secondary:focus {
4355 background-color: #004377 !important; }
4356
4357.bg-success {
4358 background-color: #28a745 !important; }
4359
4360a.bg-success:hover, a.bg-success:focus,
4361button.bg-success:hover,
4362button.bg-success:focus {
4363 background-color: #1e7e34 !important; }
4364
4365.bg-info {
4366 background-color: #00aaff !important; }
4367
4368a.bg-info:hover, a.bg-info:focus,
4369button.bg-info:hover,
4370button.bg-info:focus {
4371 background-color: #0088cc !important; }
4372
4373.bg-warning {
4374 background-color: #ffc107 !important; }
4375
4376a.bg-warning:hover, a.bg-warning:focus,
4377button.bg-warning:hover,
4378button.bg-warning:focus {
4379 background-color: #d39e00 !important; }
4380
4381.bg-danger {
4382 background-color: #dc3545 !important; }
4383
4384a.bg-danger:hover, a.bg-danger:focus,
4385button.bg-danger:hover,
4386button.bg-danger:focus {
4387 background-color: #bd2130 !important; }
4388
4389.bg-light {
4390 background-color: #f3f3f3 !important; }
4391
4392a.bg-light:hover, a.bg-light:focus,
4393button.bg-light:hover,
4394button.bg-light:focus {
4395 background-color: #dadada !important; }
4396
4397.bg-dark {
4398 background-color: #303030 !important; }
4399
4400a.bg-dark:hover, a.bg-dark:focus,
4401button.bg-dark:hover,
4402button.bg-dark:focus {
4403 background-color: #171717 !important; }
4404
4405.bg-white {
4406 background-color: #fff !important; }
4407
4408.bg-transparent {
4409 background-color: transparent !important; }
4410
4411.border {
4412 border: 1px solid #dee2e6 !important; }
4413
4414.border-top {
4415 border-top: 1px solid #dee2e6 !important; }
4416
4417.border-right {
4418 border-right: 1px solid #dee2e6 !important; }
4419
4420.border-bottom {
4421 border-bottom: 1px solid #dee2e6 !important; }
4422
4423.border-left {
4424 border-left: 1px solid #dee2e6 !important; }
4425
4426.border-0 {
4427 border: 0 !important; }
4428
4429.border-top-0 {
4430 border-top: 0 !important; }
4431
4432.border-right-0 {
4433 border-right: 0 !important; }
4434
4435.border-bottom-0 {
4436 border-bottom: 0 !important; }
4437
4438.border-left-0 {
4439 border-left: 0 !important; }
4440
4441.border-primary {
4442 border-color: #0080ff !important; }
4443
4444.border-secondary {
4445 border-color: #0060aa !important; }
4446
4447.border-success {
4448 border-color: #28a745 !important; }
4449
4450.border-info {
4451 border-color: #00aaff !important; }
4452
4453.border-warning {
4454 border-color: #ffc107 !important; }
4455
4456.border-danger {
4457 border-color: #dc3545 !important; }
4458
4459.border-light {
4460 border-color: #f3f3f3 !important; }
4461
4462.border-dark {
4463 border-color: #303030 !important; }
4464
4465.border-white {
4466 border-color: #fff !important; }
4467
4468.rounded {
4469 border-radius: 0.75rem !important; }
4470
4471.rounded-top {
4472 border-top-left-radius: 0.75rem !important;
4473 border-top-right-radius: 0.75rem !important; }
4474
4475.rounded-right {
4476 border-top-right-radius: 0.75rem !important;
4477 border-bottom-right-radius: 0.75rem !important; }
4478
4479.rounded-bottom {
4480 border-bottom-right-radius: 0.75rem !important;
4481 border-bottom-left-radius: 0.75rem !important; }
4482
4483.rounded-left {
4484 border-top-left-radius: 0.75rem !important;
4485 border-bottom-left-radius: 0.75rem !important; }
4486
4487.rounded-circle {
4488 border-radius: 50% !important; }
4489
4490.rounded-0 {
4491 border-radius: 0 !important; }
4492
4493.clearfix::after {
4494 display: block;
4495 clear: both;
4496 content: ""; }
4497
4498.d-none {
4499 display: none !important; }
4500
4501.d-inline {
4502 display: inline !important; }
4503
4504.d-inline-block {
4505 display: inline-block !important; }
4506
4507.d-block {
4508 display: block !important; }
4509
4510.d-table {
4511 display: table !important; }
4512
4513.d-table-row {
4514 display: table-row !important; }
4515
4516.d-table-cell {
4517 display: table-cell !important; }
4518
4519.d-flex {
4520 display: flex !important; }
4521
4522.d-inline-flex {
4523 display: inline-flex !important; }
4524
4525@media (min-width: 576px) {
4526 .d-sm-none {
4527 display: none !important; }
4528 .d-sm-inline {
4529 display: inline !important; }
4530 .d-sm-inline-block {
4531 display: inline-block !important; }
4532 .d-sm-block {
4533 display: block !important; }
4534 .d-sm-table {
4535 display: table !important; }
4536 .d-sm-table-row {
4537 display: table-row !important; }
4538 .d-sm-table-cell {
4539 display: table-cell !important; }
4540 .d-sm-flex {
4541 display: flex !important; }
4542 .d-sm-inline-flex {
4543 display: inline-flex !important; } }
4544
00day0769a17f2019-04-08 12:31:11 +02004545@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -05004546 .d-md-none {
4547 display: none !important; }
4548 .d-md-inline {
4549 display: inline !important; }
4550 .d-md-inline-block {
4551 display: inline-block !important; }
4552 .d-md-block {
4553 display: block !important; }
4554 .d-md-table {
4555 display: table !important; }
4556 .d-md-table-row {
4557 display: table-row !important; }
4558 .d-md-table-cell {
4559 display: table-cell !important; }
4560 .d-md-flex {
4561 display: flex !important; }
4562 .d-md-inline-flex {
4563 display: inline-flex !important; } }
4564
4565@media (min-width: 992px) {
4566 .d-lg-none {
4567 display: none !important; }
4568 .d-lg-inline {
4569 display: inline !important; }
4570 .d-lg-inline-block {
4571 display: inline-block !important; }
4572 .d-lg-block {
4573 display: block !important; }
4574 .d-lg-table {
4575 display: table !important; }
4576 .d-lg-table-row {
4577 display: table-row !important; }
4578 .d-lg-table-cell {
4579 display: table-cell !important; }
4580 .d-lg-flex {
4581 display: flex !important; }
4582 .d-lg-inline-flex {
4583 display: inline-flex !important; } }
4584
4585@media (min-width: 1200px) {
4586 .d-xl-none {
4587 display: none !important; }
4588 .d-xl-inline {
4589 display: inline !important; }
4590 .d-xl-inline-block {
4591 display: inline-block !important; }
4592 .d-xl-block {
4593 display: block !important; }
4594 .d-xl-table {
4595 display: table !important; }
4596 .d-xl-table-row {
4597 display: table-row !important; }
4598 .d-xl-table-cell {
4599 display: table-cell !important; }
4600 .d-xl-flex {
4601 display: flex !important; }
4602 .d-xl-inline-flex {
4603 display: inline-flex !important; } }
4604
4605@media print {
4606 .d-print-none {
4607 display: none !important; }
4608 .d-print-inline {
4609 display: inline !important; }
4610 .d-print-inline-block {
4611 display: inline-block !important; }
4612 .d-print-block {
4613 display: block !important; }
4614 .d-print-table {
4615 display: table !important; }
4616 .d-print-table-row {
4617 display: table-row !important; }
4618 .d-print-table-cell {
4619 display: table-cell !important; }
4620 .d-print-flex {
4621 display: flex !important; }
4622 .d-print-inline-flex {
4623 display: inline-flex !important; } }
4624
4625.embed-responsive {
4626 position: relative;
4627 display: block;
4628 width: 100%;
4629 padding: 0;
4630 overflow: hidden; }
4631 .embed-responsive::before {
4632 display: block;
4633 content: ""; }
4634 .embed-responsive .embed-responsive-item,
4635 .embed-responsive iframe,
4636 .embed-responsive embed,
4637 .embed-responsive object,
4638 .embed-responsive video {
4639 position: absolute;
4640 top: 0;
4641 bottom: 0;
4642 left: 0;
4643 width: 100%;
4644 height: 100%;
4645 border: 0; }
4646
4647.embed-responsive-21by9::before {
4648 padding-top: 42.85714%; }
4649
4650.embed-responsive-16by9::before {
4651 padding-top: 56.25%; }
4652
4653.embed-responsive-4by3::before {
4654 padding-top: 75%; }
4655
4656.embed-responsive-1by1::before {
4657 padding-top: 100%; }
4658
4659.flex-row {
4660 flex-direction: row !important; }
4661
4662.flex-column {
4663 flex-direction: column !important; }
4664
4665.flex-row-reverse {
4666 flex-direction: row-reverse !important; }
4667
4668.flex-column-reverse {
4669 flex-direction: column-reverse !important; }
4670
4671.flex-wrap {
4672 flex-wrap: wrap !important; }
4673
4674.flex-nowrap {
4675 flex-wrap: nowrap !important; }
4676
4677.flex-wrap-reverse {
4678 flex-wrap: wrap-reverse !important; }
4679
4680.flex-fill {
4681 flex: 1 1 auto !important; }
4682
4683.flex-grow-0 {
4684 flex-grow: 0 !important; }
4685
4686.flex-grow-1 {
4687 flex-grow: 1 !important; }
4688
4689.flex-shrink-0 {
4690 flex-shrink: 0 !important; }
4691
4692.flex-shrink-1 {
4693 flex-shrink: 1 !important; }
4694
4695.justify-content-start {
4696 justify-content: flex-start !important; }
4697
4698.justify-content-end {
4699 justify-content: flex-end !important; }
4700
4701.justify-content-center {
4702 justify-content: center !important; }
4703
4704.justify-content-between {
4705 justify-content: space-between !important; }
4706
4707.justify-content-around {
4708 justify-content: space-around !important; }
4709
4710.align-items-start {
4711 align-items: flex-start !important; }
4712
4713.align-items-end {
4714 align-items: flex-end !important; }
4715
4716.align-items-center {
4717 align-items: center !important; }
4718
4719.align-items-baseline {
4720 align-items: baseline !important; }
4721
4722.align-items-stretch {
4723 align-items: stretch !important; }
4724
4725.align-content-start {
4726 align-content: flex-start !important; }
4727
4728.align-content-end {
4729 align-content: flex-end !important; }
4730
4731.align-content-center {
4732 align-content: center !important; }
4733
4734.align-content-between {
4735 align-content: space-between !important; }
4736
4737.align-content-around {
4738 align-content: space-around !important; }
4739
4740.align-content-stretch {
4741 align-content: stretch !important; }
4742
4743.align-self-auto {
4744 align-self: auto !important; }
4745
4746.align-self-start {
4747 align-self: flex-start !important; }
4748
4749.align-self-end {
4750 align-self: flex-end !important; }
4751
4752.align-self-center {
4753 align-self: center !important; }
4754
4755.align-self-baseline {
4756 align-self: baseline !important; }
4757
4758.align-self-stretch {
4759 align-self: stretch !important; }
4760
4761@media (min-width: 576px) {
4762 .flex-sm-row {
4763 flex-direction: row !important; }
4764 .flex-sm-column {
4765 flex-direction: column !important; }
4766 .flex-sm-row-reverse {
4767 flex-direction: row-reverse !important; }
4768 .flex-sm-column-reverse {
4769 flex-direction: column-reverse !important; }
4770 .flex-sm-wrap {
4771 flex-wrap: wrap !important; }
4772 .flex-sm-nowrap {
4773 flex-wrap: nowrap !important; }
4774 .flex-sm-wrap-reverse {
4775 flex-wrap: wrap-reverse !important; }
4776 .flex-sm-fill {
4777 flex: 1 1 auto !important; }
4778 .flex-sm-grow-0 {
4779 flex-grow: 0 !important; }
4780 .flex-sm-grow-1 {
4781 flex-grow: 1 !important; }
4782 .flex-sm-shrink-0 {
4783 flex-shrink: 0 !important; }
4784 .flex-sm-shrink-1 {
4785 flex-shrink: 1 !important; }
4786 .justify-content-sm-start {
4787 justify-content: flex-start !important; }
4788 .justify-content-sm-end {
4789 justify-content: flex-end !important; }
4790 .justify-content-sm-center {
4791 justify-content: center !important; }
4792 .justify-content-sm-between {
4793 justify-content: space-between !important; }
4794 .justify-content-sm-around {
4795 justify-content: space-around !important; }
4796 .align-items-sm-start {
4797 align-items: flex-start !important; }
4798 .align-items-sm-end {
4799 align-items: flex-end !important; }
4800 .align-items-sm-center {
4801 align-items: center !important; }
4802 .align-items-sm-baseline {
4803 align-items: baseline !important; }
4804 .align-items-sm-stretch {
4805 align-items: stretch !important; }
4806 .align-content-sm-start {
4807 align-content: flex-start !important; }
4808 .align-content-sm-end {
4809 align-content: flex-end !important; }
4810 .align-content-sm-center {
4811 align-content: center !important; }
4812 .align-content-sm-between {
4813 align-content: space-between !important; }
4814 .align-content-sm-around {
4815 align-content: space-around !important; }
4816 .align-content-sm-stretch {
4817 align-content: stretch !important; }
4818 .align-self-sm-auto {
4819 align-self: auto !important; }
4820 .align-self-sm-start {
4821 align-self: flex-start !important; }
4822 .align-self-sm-end {
4823 align-self: flex-end !important; }
4824 .align-self-sm-center {
4825 align-self: center !important; }
4826 .align-self-sm-baseline {
4827 align-self: baseline !important; }
4828 .align-self-sm-stretch {
4829 align-self: stretch !important; } }
4830
00day0769a17f2019-04-08 12:31:11 +02004831@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -05004832 .flex-md-row {
4833 flex-direction: row !important; }
4834 .flex-md-column {
4835 flex-direction: column !important; }
4836 .flex-md-row-reverse {
4837 flex-direction: row-reverse !important; }
4838 .flex-md-column-reverse {
4839 flex-direction: column-reverse !important; }
4840 .flex-md-wrap {
4841 flex-wrap: wrap !important; }
4842 .flex-md-nowrap {
4843 flex-wrap: nowrap !important; }
4844 .flex-md-wrap-reverse {
4845 flex-wrap: wrap-reverse !important; }
4846 .flex-md-fill {
4847 flex: 1 1 auto !important; }
4848 .flex-md-grow-0 {
4849 flex-grow: 0 !important; }
4850 .flex-md-grow-1 {
4851 flex-grow: 1 !important; }
4852 .flex-md-shrink-0 {
4853 flex-shrink: 0 !important; }
4854 .flex-md-shrink-1 {
4855 flex-shrink: 1 !important; }
4856 .justify-content-md-start {
4857 justify-content: flex-start !important; }
4858 .justify-content-md-end {
4859 justify-content: flex-end !important; }
4860 .justify-content-md-center {
4861 justify-content: center !important; }
4862 .justify-content-md-between {
4863 justify-content: space-between !important; }
4864 .justify-content-md-around {
4865 justify-content: space-around !important; }
4866 .align-items-md-start {
4867 align-items: flex-start !important; }
4868 .align-items-md-end {
4869 align-items: flex-end !important; }
4870 .align-items-md-center {
4871 align-items: center !important; }
4872 .align-items-md-baseline {
4873 align-items: baseline !important; }
4874 .align-items-md-stretch {
4875 align-items: stretch !important; }
4876 .align-content-md-start {
4877 align-content: flex-start !important; }
4878 .align-content-md-end {
4879 align-content: flex-end !important; }
4880 .align-content-md-center {
4881 align-content: center !important; }
4882 .align-content-md-between {
4883 align-content: space-between !important; }
4884 .align-content-md-around {
4885 align-content: space-around !important; }
4886 .align-content-md-stretch {
4887 align-content: stretch !important; }
4888 .align-self-md-auto {
4889 align-self: auto !important; }
4890 .align-self-md-start {
4891 align-self: flex-start !important; }
4892 .align-self-md-end {
4893 align-self: flex-end !important; }
4894 .align-self-md-center {
4895 align-self: center !important; }
4896 .align-self-md-baseline {
4897 align-self: baseline !important; }
4898 .align-self-md-stretch {
4899 align-self: stretch !important; } }
4900
4901@media (min-width: 992px) {
4902 .flex-lg-row {
4903 flex-direction: row !important; }
4904 .flex-lg-column {
4905 flex-direction: column !important; }
4906 .flex-lg-row-reverse {
4907 flex-direction: row-reverse !important; }
4908 .flex-lg-column-reverse {
4909 flex-direction: column-reverse !important; }
4910 .flex-lg-wrap {
4911 flex-wrap: wrap !important; }
4912 .flex-lg-nowrap {
4913 flex-wrap: nowrap !important; }
4914 .flex-lg-wrap-reverse {
4915 flex-wrap: wrap-reverse !important; }
4916 .flex-lg-fill {
4917 flex: 1 1 auto !important; }
4918 .flex-lg-grow-0 {
4919 flex-grow: 0 !important; }
4920 .flex-lg-grow-1 {
4921 flex-grow: 1 !important; }
4922 .flex-lg-shrink-0 {
4923 flex-shrink: 0 !important; }
4924 .flex-lg-shrink-1 {
4925 flex-shrink: 1 !important; }
4926 .justify-content-lg-start {
4927 justify-content: flex-start !important; }
4928 .justify-content-lg-end {
4929 justify-content: flex-end !important; }
4930 .justify-content-lg-center {
4931 justify-content: center !important; }
4932 .justify-content-lg-between {
4933 justify-content: space-between !important; }
4934 .justify-content-lg-around {
4935 justify-content: space-around !important; }
4936 .align-items-lg-start {
4937 align-items: flex-start !important; }
4938 .align-items-lg-end {
4939 align-items: flex-end !important; }
4940 .align-items-lg-center {
4941 align-items: center !important; }
4942 .align-items-lg-baseline {
4943 align-items: baseline !important; }
4944 .align-items-lg-stretch {
4945 align-items: stretch !important; }
4946 .align-content-lg-start {
4947 align-content: flex-start !important; }
4948 .align-content-lg-end {
4949 align-content: flex-end !important; }
4950 .align-content-lg-center {
4951 align-content: center !important; }
4952 .align-content-lg-between {
4953 align-content: space-between !important; }
4954 .align-content-lg-around {
4955 align-content: space-around !important; }
4956 .align-content-lg-stretch {
4957 align-content: stretch !important; }
4958 .align-self-lg-auto {
4959 align-self: auto !important; }
4960 .align-self-lg-start {
4961 align-self: flex-start !important; }
4962 .align-self-lg-end {
4963 align-self: flex-end !important; }
4964 .align-self-lg-center {
4965 align-self: center !important; }
4966 .align-self-lg-baseline {
4967 align-self: baseline !important; }
4968 .align-self-lg-stretch {
4969 align-self: stretch !important; } }
4970
4971@media (min-width: 1200px) {
4972 .flex-xl-row {
4973 flex-direction: row !important; }
4974 .flex-xl-column {
4975 flex-direction: column !important; }
4976 .flex-xl-row-reverse {
4977 flex-direction: row-reverse !important; }
4978 .flex-xl-column-reverse {
4979 flex-direction: column-reverse !important; }
4980 .flex-xl-wrap {
4981 flex-wrap: wrap !important; }
4982 .flex-xl-nowrap {
4983 flex-wrap: nowrap !important; }
4984 .flex-xl-wrap-reverse {
4985 flex-wrap: wrap-reverse !important; }
4986 .flex-xl-fill {
4987 flex: 1 1 auto !important; }
4988 .flex-xl-grow-0 {
4989 flex-grow: 0 !important; }
4990 .flex-xl-grow-1 {
4991 flex-grow: 1 !important; }
4992 .flex-xl-shrink-0 {
4993 flex-shrink: 0 !important; }
4994 .flex-xl-shrink-1 {
4995 flex-shrink: 1 !important; }
4996 .justify-content-xl-start {
4997 justify-content: flex-start !important; }
4998 .justify-content-xl-end {
4999 justify-content: flex-end !important; }
5000 .justify-content-xl-center {
5001 justify-content: center !important; }
5002 .justify-content-xl-between {
5003 justify-content: space-between !important; }
5004 .justify-content-xl-around {
5005 justify-content: space-around !important; }
5006 .align-items-xl-start {
5007 align-items: flex-start !important; }
5008 .align-items-xl-end {
5009 align-items: flex-end !important; }
5010 .align-items-xl-center {
5011 align-items: center !important; }
5012 .align-items-xl-baseline {
5013 align-items: baseline !important; }
5014 .align-items-xl-stretch {
5015 align-items: stretch !important; }
5016 .align-content-xl-start {
5017 align-content: flex-start !important; }
5018 .align-content-xl-end {
5019 align-content: flex-end !important; }
5020 .align-content-xl-center {
5021 align-content: center !important; }
5022 .align-content-xl-between {
5023 align-content: space-between !important; }
5024 .align-content-xl-around {
5025 align-content: space-around !important; }
5026 .align-content-xl-stretch {
5027 align-content: stretch !important; }
5028 .align-self-xl-auto {
5029 align-self: auto !important; }
5030 .align-self-xl-start {
5031 align-self: flex-start !important; }
5032 .align-self-xl-end {
5033 align-self: flex-end !important; }
5034 .align-self-xl-center {
5035 align-self: center !important; }
5036 .align-self-xl-baseline {
5037 align-self: baseline !important; }
5038 .align-self-xl-stretch {
5039 align-self: stretch !important; } }
5040
5041.float-left {
5042 float: left !important; }
5043
5044.float-right {
5045 float: right !important; }
5046
5047.float-none {
5048 float: none !important; }
5049
5050@media (min-width: 576px) {
5051 .float-sm-left {
5052 float: left !important; }
5053 .float-sm-right {
5054 float: right !important; }
5055 .float-sm-none {
5056 float: none !important; } }
5057
00day0769a17f2019-04-08 12:31:11 +02005058@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -05005059 .float-md-left {
5060 float: left !important; }
5061 .float-md-right {
5062 float: right !important; }
5063 .float-md-none {
5064 float: none !important; } }
5065
5066@media (min-width: 992px) {
5067 .float-lg-left {
5068 float: left !important; }
5069 .float-lg-right {
5070 float: right !important; }
5071 .float-lg-none {
5072 float: none !important; } }
5073
5074@media (min-width: 1200px) {
5075 .float-xl-left {
5076 float: left !important; }
5077 .float-xl-right {
5078 float: right !important; }
5079 .float-xl-none {
5080 float: none !important; } }
5081
5082.position-static {
5083 position: static !important; }
5084
5085.position-relative {
5086 position: relative !important; }
5087
5088.position-absolute {
5089 position: absolute !important; }
5090
5091.position-fixed {
5092 position: fixed !important; }
5093
5094.position-sticky {
5095 position: -webkit-sticky !important;
5096 position: sticky !important; }
5097
5098.fixed-top {
5099 position: fixed;
5100 top: 0;
5101 right: 0;
5102 left: 0;
5103 z-index: 1030; }
5104
5105.fixed-bottom {
5106 position: fixed;
5107 right: 0;
5108 bottom: 0;
5109 left: 0;
5110 z-index: 1030; }
5111
5112@supports ((position: -webkit-sticky) or (position: sticky)) {
5113 .sticky-top {
5114 position: -webkit-sticky;
5115 position: sticky;
5116 top: 0;
5117 z-index: 1020; } }
5118
5119.sr-only {
5120 position: absolute;
5121 width: 1px;
5122 height: 1px;
5123 padding: 0;
5124 overflow: hidden;
5125 clip: rect(0, 0, 0, 0);
5126 white-space: nowrap;
5127 border: 0; }
5128
5129.sr-only-focusable:active, .sr-only-focusable:focus {
5130 position: static;
5131 width: auto;
5132 height: auto;
5133 overflow: visible;
5134 clip: auto;
5135 white-space: normal; }
5136
5137.shadow-sm {
5138 box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
5139
5140.shadow {
5141 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
5142
5143.shadow-lg {
5144 box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
5145
5146.shadow-none {
5147 box-shadow: none !important; }
5148
5149.w-25 {
5150 width: 25% !important; }
5151
5152.w-50 {
5153 width: 50% !important; }
5154
5155.w-75 {
5156 width: 75% !important; }
5157
5158.w-100 {
5159 width: 100% !important; }
5160
5161.w-auto {
5162 width: auto !important; }
5163
5164.h-25 {
5165 height: 25% !important; }
5166
5167.h-50 {
5168 height: 50% !important; }
5169
5170.h-75 {
5171 height: 75% !important; }
5172
5173.h-100 {
5174 height: 100% !important; }
5175
5176.h-auto {
5177 height: auto !important; }
5178
5179.mw-100 {
5180 max-width: 100% !important; }
5181
5182.mh-100 {
5183 max-height: 100% !important; }
5184
5185.m-0 {
5186 margin: 0 !important; }
5187
5188.mt-0,
5189.my-0 {
5190 margin-top: 0 !important; }
5191
5192.mr-0,
5193.mx-0 {
5194 margin-right: 0 !important; }
5195
5196.mb-0,
5197.my-0 {
5198 margin-bottom: 0 !important; }
5199
5200.ml-0,
5201.mx-0 {
5202 margin-left: 0 !important; }
5203
5204.m-1 {
5205 margin: 0.375rem !important; }
5206
5207.mt-1,
5208.my-1 {
5209 margin-top: 0.375rem !important; }
5210
5211.mr-1,
5212.mx-1 {
5213 margin-right: 0.375rem !important; }
5214
5215.mb-1,
5216.my-1 {
5217 margin-bottom: 0.375rem !important; }
5218
5219.ml-1,
5220.mx-1 {
5221 margin-left: 0.375rem !important; }
5222
5223.m-2 {
5224 margin: 0.75rem !important; }
5225
5226.mt-2,
5227.my-2 {
5228 margin-top: 0.75rem !important; }
5229
5230.mr-2,
5231.mx-2 {
5232 margin-right: 0.75rem !important; }
5233
5234.mb-2,
5235.my-2 {
5236 margin-bottom: 0.75rem !important; }
5237
5238.ml-2,
5239.mx-2 {
5240 margin-left: 0.75rem !important; }
5241
5242.m-3 {
5243 margin: 1.5rem !important; }
5244
5245.mt-3,
5246.my-3 {
5247 margin-top: 1.5rem !important; }
5248
5249.mr-3,
5250.mx-3 {
5251 margin-right: 1.5rem !important; }
5252
5253.mb-3,
5254.my-3 {
5255 margin-bottom: 1.5rem !important; }
5256
5257.ml-3,
5258.mx-3 {
5259 margin-left: 1.5rem !important; }
5260
5261.m-4 {
5262 margin: 2.25rem !important; }
5263
5264.mt-4,
5265.my-4 {
5266 margin-top: 2.25rem !important; }
5267
5268.mr-4,
5269.mx-4 {
5270 margin-right: 2.25rem !important; }
5271
5272.mb-4,
5273.my-4 {
5274 margin-bottom: 2.25rem !important; }
5275
5276.ml-4,
5277.mx-4 {
5278 margin-left: 2.25rem !important; }
5279
5280.m-5 {
5281 margin: 4.5rem !important; }
5282
5283.mt-5,
5284.my-5 {
5285 margin-top: 4.5rem !important; }
5286
5287.mr-5,
5288.mx-5 {
5289 margin-right: 4.5rem !important; }
5290
5291.mb-5,
5292.my-5 {
5293 margin-bottom: 4.5rem !important; }
5294
5295.ml-5,
5296.mx-5 {
5297 margin-left: 4.5rem !important; }
5298
5299.p-0 {
5300 padding: 0 !important; }
5301
5302.pt-0,
5303.py-0 {
5304 padding-top: 0 !important; }
5305
5306.pr-0,
5307.px-0 {
5308 padding-right: 0 !important; }
5309
5310.pb-0,
5311.py-0 {
5312 padding-bottom: 0 !important; }
5313
5314.pl-0,
5315.px-0 {
5316 padding-left: 0 !important; }
5317
5318.p-1 {
5319 padding: 0.375rem !important; }
5320
5321.pt-1,
5322.py-1 {
5323 padding-top: 0.375rem !important; }
5324
5325.pr-1,
5326.px-1 {
5327 padding-right: 0.375rem !important; }
5328
5329.pb-1,
5330.py-1 {
5331 padding-bottom: 0.375rem !important; }
5332
5333.pl-1,
5334.px-1 {
5335 padding-left: 0.375rem !important; }
5336
5337.p-2 {
5338 padding: 0.75rem !important; }
5339
5340.pt-2,
5341.py-2 {
5342 padding-top: 0.75rem !important; }
5343
5344.pr-2,
5345.px-2 {
5346 padding-right: 0.75rem !important; }
5347
5348.pb-2,
5349.py-2 {
5350 padding-bottom: 0.75rem !important; }
5351
5352.pl-2,
5353.px-2 {
5354 padding-left: 0.75rem !important; }
5355
5356.p-3 {
5357 padding: 1.5rem !important; }
5358
5359.pt-3,
5360.py-3 {
5361 padding-top: 1.5rem !important; }
5362
5363.pr-3,
5364.px-3 {
5365 padding-right: 1.5rem !important; }
5366
5367.pb-3,
5368.py-3 {
5369 padding-bottom: 1.5rem !important; }
5370
5371.pl-3,
5372.px-3 {
5373 padding-left: 1.5rem !important; }
5374
5375.p-4 {
5376 padding: 2.25rem !important; }
5377
5378.pt-4,
5379.py-4 {
5380 padding-top: 2.25rem !important; }
5381
5382.pr-4,
5383.px-4 {
5384 padding-right: 2.25rem !important; }
5385
5386.pb-4,
5387.py-4 {
5388 padding-bottom: 2.25rem !important; }
5389
5390.pl-4,
5391.px-4 {
5392 padding-left: 2.25rem !important; }
5393
5394.p-5 {
5395 padding: 4.5rem !important; }
5396
5397.pt-5,
5398.py-5 {
5399 padding-top: 4.5rem !important; }
5400
00day0354614c2019-04-08 12:16:19 +02005401.pt-6 {}
5402 @media (min-width: 576px) {
5403 .pt-6 {
5404 max-width: 540px; } }
00day0769a17f2019-04-08 12:31:11 +02005405 @media (min-width: 868px) {
00day0354614c2019-04-08 12:16:19 +02005406 .pt-6 {
5407 max-width: 1140px; } } }
5408
Unknownd2db0f12019-01-10 14:22:00 -05005409.pr-5,
5410.px-5 {
5411 padding-right: 4.5rem !important; }
5412
5413.pb-5,
5414.py-5 {
5415 padding-bottom: 4.5rem !important; }
5416
5417.pl-5,
5418.px-5 {
5419 padding-left: 4.5rem !important; }
5420
5421.m-auto {
5422 margin: auto !important; }
5423
5424.mt-auto,
5425.my-auto {
5426 margin-top: auto !important; }
5427
5428.mr-auto,
5429.mx-auto {
5430 margin-right: auto !important; }
5431
5432.mb-auto,
5433.my-auto {
5434 margin-bottom: auto !important; }
5435
5436.ml-auto,
5437.mx-auto {
5438 margin-left: auto !important; }
5439
5440@media (min-width: 576px) {
5441 .m-sm-0 {
5442 margin: 0 !important; }
5443 .mt-sm-0,
5444 .my-sm-0 {
5445 margin-top: 0 !important; }
5446 .mr-sm-0,
5447 .mx-sm-0 {
5448 margin-right: 0 !important; }
5449 .mb-sm-0,
5450 .my-sm-0 {
5451 margin-bottom: 0 !important; }
5452 .ml-sm-0,
5453 .mx-sm-0 {
5454 margin-left: 0 !important; }
5455 .m-sm-1 {
5456 margin: 0.375rem !important; }
5457 .mt-sm-1,
5458 .my-sm-1 {
5459 margin-top: 0.375rem !important; }
5460 .mr-sm-1,
5461 .mx-sm-1 {
5462 margin-right: 0.375rem !important; }
5463 .mb-sm-1,
5464 .my-sm-1 {
5465 margin-bottom: 0.375rem !important; }
5466 .ml-sm-1,
5467 .mx-sm-1 {
5468 margin-left: 0.375rem !important; }
5469 .m-sm-2 {
5470 margin: 0.75rem !important; }
5471 .mt-sm-2,
5472 .my-sm-2 {
5473 margin-top: 0.75rem !important; }
5474 .mr-sm-2,
5475 .mx-sm-2 {
5476 margin-right: 0.75rem !important; }
5477 .mb-sm-2,
5478 .my-sm-2 {
5479 margin-bottom: 0.75rem !important; }
5480 .ml-sm-2,
5481 .mx-sm-2 {
5482 margin-left: 0.75rem !important; }
5483 .m-sm-3 {
5484 margin: 1.5rem !important; }
5485 .mt-sm-3,
5486 .my-sm-3 {
5487 margin-top: 1.5rem !important; }
5488 .mr-sm-3,
5489 .mx-sm-3 {
5490 margin-right: 1.5rem !important; }
5491 .mb-sm-3,
5492 .my-sm-3 {
5493 margin-bottom: 1.5rem !important; }
5494 .ml-sm-3,
5495 .mx-sm-3 {
5496 margin-left: 1.5rem !important; }
5497 .m-sm-4 {
5498 margin: 2.25rem !important; }
5499 .mt-sm-4,
5500 .my-sm-4 {
5501 margin-top: 2.25rem !important; }
5502 .mr-sm-4,
5503 .mx-sm-4 {
5504 margin-right: 2.25rem !important; }
5505 .mb-sm-4,
5506 .my-sm-4 {
5507 margin-bottom: 2.25rem !important; }
5508 .ml-sm-4,
5509 .mx-sm-4 {
5510 margin-left: 2.25rem !important; }
5511 .m-sm-5 {
5512 margin: 4.5rem !important; }
5513 .mt-sm-5,
5514 .my-sm-5 {
5515 margin-top: 4.5rem !important; }
5516 .mr-sm-5,
5517 .mx-sm-5 {
5518 margin-right: 4.5rem !important; }
5519 .mb-sm-5,
5520 .my-sm-5 {
5521 margin-bottom: 4.5rem !important; }
5522 .ml-sm-5,
5523 .mx-sm-5 {
5524 margin-left: 4.5rem !important; }
5525 .p-sm-0 {
5526 padding: 0 !important; }
5527 .pt-sm-0,
5528 .py-sm-0 {
5529 padding-top: 0 !important; }
5530 .pr-sm-0,
5531 .px-sm-0 {
5532 padding-right: 0 !important; }
5533 .pb-sm-0,
5534 .py-sm-0 {
5535 padding-bottom: 0 !important; }
5536 .pl-sm-0,
5537 .px-sm-0 {
5538 padding-left: 0 !important; }
5539 .p-sm-1 {
5540 padding: 0.375rem !important; }
5541 .pt-sm-1,
5542 .py-sm-1 {
5543 padding-top: 0.375rem !important; }
5544 .pr-sm-1,
5545 .px-sm-1 {
5546 padding-right: 0.375rem !important; }
5547 .pb-sm-1,
5548 .py-sm-1 {
5549 padding-bottom: 0.375rem !important; }
5550 .pl-sm-1,
5551 .px-sm-1 {
5552 padding-left: 0.375rem !important; }
5553 .p-sm-2 {
5554 padding: 0.75rem !important; }
5555 .pt-sm-2,
5556 .py-sm-2 {
5557 padding-top: 0.75rem !important; }
5558 .pr-sm-2,
5559 .px-sm-2 {
5560 padding-right: 0.75rem !important; }
5561 .pb-sm-2,
5562 .py-sm-2 {
5563 padding-bottom: 0.75rem !important; }
5564 .pl-sm-2,
5565 .px-sm-2 {
5566 padding-left: 0.75rem !important; }
5567 .p-sm-3 {
5568 padding: 1.5rem !important; }
5569 .pt-sm-3,
5570 .py-sm-3 {
5571 padding-top: 1.5rem !important; }
5572 .pr-sm-3,
5573 .px-sm-3 {
5574 padding-right: 1.5rem !important; }
5575 .pb-sm-3,
5576 .py-sm-3 {
5577 padding-bottom: 1.5rem !important; }
5578 .pl-sm-3,
5579 .px-sm-3 {
5580 padding-left: 1.5rem !important; }
5581 .p-sm-4 {
5582 padding: 2.25rem !important; }
5583 .pt-sm-4,
5584 .py-sm-4 {
5585 padding-top: 2.25rem !important; }
5586 .pr-sm-4,
5587 .px-sm-4 {
5588 padding-right: 2.25rem !important; }
5589 .pb-sm-4,
5590 .py-sm-4 {
5591 padding-bottom: 2.25rem !important; }
5592 .pl-sm-4,
5593 .px-sm-4 {
5594 padding-left: 2.25rem !important; }
5595 .p-sm-5 {
5596 padding: 4.5rem !important; }
5597 .pt-sm-5,
5598 .py-sm-5 {
5599 padding-top: 4.5rem !important; }
5600 .pr-sm-5,
5601 .px-sm-5 {
5602 padding-right: 4.5rem !important; }
5603 .pb-sm-5,
5604 .py-sm-5 {
5605 padding-bottom: 4.5rem !important; }
5606 .pl-sm-5,
5607 .px-sm-5 {
5608 padding-left: 4.5rem !important; }
5609 .m-sm-auto {
5610 margin: auto !important; }
5611 .mt-sm-auto,
5612 .my-sm-auto {
5613 margin-top: auto !important; }
5614 .mr-sm-auto,
5615 .mx-sm-auto {
5616 margin-right: auto !important; }
5617 .mb-sm-auto,
5618 .my-sm-auto {
5619 margin-bottom: auto !important; }
5620 .ml-sm-auto,
5621 .mx-sm-auto {
5622 margin-left: auto !important; } }
5623
00day0769a17f2019-04-08 12:31:11 +02005624@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -05005625 .m-md-0 {
5626 margin: 0 !important; }
5627 .mt-md-0,
5628 .my-md-0 {
5629 margin-top: 0 !important; }
5630 .mr-md-0,
5631 .mx-md-0 {
5632 margin-right: 0 !important; }
5633 .mb-md-0,
5634 .my-md-0 {
5635 margin-bottom: 0 !important; }
5636 .ml-md-0,
5637 .mx-md-0 {
5638 margin-left: 0 !important; }
5639 .m-md-1 {
5640 margin: 0.375rem !important; }
5641 .mt-md-1,
5642 .my-md-1 {
5643 margin-top: 0.375rem !important; }
5644 .mr-md-1,
5645 .mx-md-1 {
5646 margin-right: 0.375rem !important; }
5647 .mb-md-1,
5648 .my-md-1 {
5649 margin-bottom: 0.375rem !important; }
5650 .ml-md-1,
5651 .mx-md-1 {
5652 margin-left: 0.375rem !important; }
5653 .m-md-2 {
5654 margin: 0.75rem !important; }
5655 .mt-md-2,
5656 .my-md-2 {
5657 margin-top: 0.75rem !important; }
5658 .mr-md-2,
5659 .mx-md-2 {
5660 margin-right: 0.75rem !important; }
5661 .mb-md-2,
5662 .my-md-2 {
5663 margin-bottom: 0.75rem !important; }
5664 .ml-md-2,
5665 .mx-md-2 {
5666 margin-left: 0.75rem !important; }
5667 .m-md-3 {
5668 margin: 1.5rem !important; }
5669 .mt-md-3,
5670 .my-md-3 {
5671 margin-top: 1.5rem !important; }
5672 .mr-md-3,
5673 .mx-md-3 {
5674 margin-right: 1.5rem !important; }
5675 .mb-md-3,
5676 .my-md-3 {
5677 margin-bottom: 1.5rem !important; }
5678 .ml-md-3,
5679 .mx-md-3 {
5680 margin-left: 1.5rem !important; }
5681 .m-md-4 {
5682 margin: 2.25rem !important; }
5683 .mt-md-4,
5684 .my-md-4 {
5685 margin-top: 2.25rem !important; }
5686 .mr-md-4,
5687 .mx-md-4 {
5688 margin-right: 2.25rem !important; }
5689 .mb-md-4,
5690 .my-md-4 {
5691 margin-bottom: 2.25rem !important; }
5692 .ml-md-4,
5693 .mx-md-4 {
5694 margin-left: 2.25rem !important; }
5695 .m-md-5 {
5696 margin: 4.5rem !important; }
5697 .mt-md-5,
5698 .my-md-5 {
5699 margin-top: 4.5rem !important; }
5700 .mr-md-5,
5701 .mx-md-5 {
5702 margin-right: 4.5rem !important; }
5703 .mb-md-5,
5704 .my-md-5 {
5705 margin-bottom: 4.5rem !important; }
5706 .ml-md-5,
5707 .mx-md-5 {
5708 margin-left: 4.5rem !important; }
5709 .p-md-0 {
5710 padding: 0 !important; }
5711 .pt-md-0,
5712 .py-md-0 {
5713 padding-top: 0 !important; }
5714 .pr-md-0,
5715 .px-md-0 {
5716 padding-right: 0 !important; }
5717 .pb-md-0,
5718 .py-md-0 {
5719 padding-bottom: 0 !important; }
5720 .pl-md-0,
5721 .px-md-0 {
5722 padding-left: 0 !important; }
5723 .p-md-1 {
5724 padding: 0.375rem !important; }
5725 .pt-md-1,
5726 .py-md-1 {
5727 padding-top: 0.375rem !important; }
5728 .pr-md-1,
5729 .px-md-1 {
5730 padding-right: 0.375rem !important; }
5731 .pb-md-1,
5732 .py-md-1 {
5733 padding-bottom: 0.375rem !important; }
5734 .pl-md-1,
5735 .px-md-1 {
5736 padding-left: 0.375rem !important; }
5737 .p-md-2 {
5738 padding: 0.75rem !important; }
5739 .pt-md-2,
5740 .py-md-2 {
5741 padding-top: 0.75rem !important; }
5742 .pr-md-2,
5743 .px-md-2 {
5744 padding-right: 0.75rem !important; }
5745 .pb-md-2,
5746 .py-md-2 {
5747 padding-bottom: 0.75rem !important; }
5748 .pl-md-2,
5749 .px-md-2 {
5750 padding-left: 0.75rem !important; }
5751 .p-md-3 {
5752 padding: 1.5rem !important; }
5753 .pt-md-3,
5754 .py-md-3 {
5755 padding-top: 1.5rem !important; }
5756 .pr-md-3,
5757 .px-md-3 {
5758 padding-right: 1.5rem !important; }
5759 .pb-md-3,
5760 .py-md-3 {
5761 padding-bottom: 1.5rem !important; }
5762 .pl-md-3,
5763 .px-md-3 {
5764 padding-left: 1.5rem !important; }
5765 .p-md-4 {
5766 padding: 2.25rem !important; }
5767 .pt-md-4,
5768 .py-md-4 {
5769 padding-top: 2.25rem !important; }
5770 .pr-md-4,
5771 .px-md-4 {
5772 padding-right: 2.25rem !important; }
5773 .pb-md-4,
5774 .py-md-4 {
5775 padding-bottom: 2.25rem !important; }
5776 .pl-md-4,
5777 .px-md-4 {
5778 padding-left: 2.25rem !important; }
5779 .p-md-5 {
5780 padding: 4.5rem !important; }
5781 .pt-md-5,
5782 .py-md-5 {
5783 padding-top: 4.5rem !important; }
5784 .pr-md-5,
5785 .px-md-5 {
5786 padding-right: 4.5rem !important; }
5787 .pb-md-5,
5788 .py-md-5 {
5789 padding-bottom: 4.5rem !important; }
5790 .pl-md-5,
5791 .px-md-5 {
5792 padding-left: 4.5rem !important; }
5793 .m-md-auto {
5794 margin: auto !important; }
5795 .mt-md-auto,
5796 .my-md-auto {
5797 margin-top: auto !important; }
5798 .mr-md-auto,
5799 .mx-md-auto {
5800 margin-right: auto !important; }
5801 .mb-md-auto,
5802 .my-md-auto {
5803 margin-bottom: auto !important; }
5804 .ml-md-auto,
5805 .mx-md-auto {
5806 margin-left: auto !important; } }
5807
5808@media (min-width: 992px) {
5809 .m-lg-0 {
5810 margin: 0 !important; }
5811 .mt-lg-0,
5812 .my-lg-0 {
5813 margin-top: 0 !important; }
5814 .mr-lg-0,
5815 .mx-lg-0 {
5816 margin-right: 0 !important; }
5817 .mb-lg-0,
5818 .my-lg-0 {
5819 margin-bottom: 0 !important; }
5820 .ml-lg-0,
5821 .mx-lg-0 {
5822 margin-left: 0 !important; }
5823 .m-lg-1 {
5824 margin: 0.375rem !important; }
5825 .mt-lg-1,
5826 .my-lg-1 {
5827 margin-top: 0.375rem !important; }
5828 .mr-lg-1,
5829 .mx-lg-1 {
5830 margin-right: 0.375rem !important; }
5831 .mb-lg-1,
5832 .my-lg-1 {
5833 margin-bottom: 0.375rem !important; }
5834 .ml-lg-1,
5835 .mx-lg-1 {
5836 margin-left: 0.375rem !important; }
5837 .m-lg-2 {
5838 margin: 0.75rem !important; }
5839 .mt-lg-2,
5840 .my-lg-2 {
5841 margin-top: 0.75rem !important; }
5842 .mr-lg-2,
5843 .mx-lg-2 {
5844 margin-right: 0.75rem !important; }
5845 .mb-lg-2,
5846 .my-lg-2 {
5847 margin-bottom: 0.75rem !important; }
5848 .ml-lg-2,
5849 .mx-lg-2 {
5850 margin-left: 0.75rem !important; }
5851 .m-lg-3 {
5852 margin: 1.5rem !important; }
5853 .mt-lg-3,
5854 .my-lg-3 {
5855 margin-top: 1.5rem !important; }
5856 .mr-lg-3,
5857 .mx-lg-3 {
5858 margin-right: 1.5rem !important; }
5859 .mb-lg-3,
5860 .my-lg-3 {
5861 margin-bottom: 1.5rem !important; }
5862 .ml-lg-3,
5863 .mx-lg-3 {
5864 margin-left: 1.5rem !important; }
5865 .m-lg-4 {
5866 margin: 2.25rem !important; }
5867 .mt-lg-4,
5868 .my-lg-4 {
5869 margin-top: 2.25rem !important; }
5870 .mr-lg-4,
5871 .mx-lg-4 {
5872 margin-right: 2.25rem !important; }
5873 .mb-lg-4,
5874 .my-lg-4 {
5875 margin-bottom: 2.25rem !important; }
5876 .ml-lg-4,
5877 .mx-lg-4 {
5878 margin-left: 2.25rem !important; }
5879 .m-lg-5 {
5880 margin: 4.5rem !important; }
5881 .mt-lg-5,
5882 .my-lg-5 {
5883 margin-top: 4.5rem !important; }
5884 .mr-lg-5,
5885 .mx-lg-5 {
5886 margin-right: 4.5rem !important; }
5887 .mb-lg-5,
5888 .my-lg-5 {
5889 margin-bottom: 4.5rem !important; }
5890 .ml-lg-5,
5891 .mx-lg-5 {
5892 margin-left: 4.5rem !important; }
5893 .p-lg-0 {
5894 padding: 0 !important; }
5895 .pt-lg-0,
5896 .py-lg-0 {
5897 padding-top: 0 !important; }
5898 .pr-lg-0,
5899 .px-lg-0 {
5900 padding-right: 0 !important; }
5901 .pb-lg-0,
5902 .py-lg-0 {
5903 padding-bottom: 0 !important; }
5904 .pl-lg-0,
5905 .px-lg-0 {
5906 padding-left: 0 !important; }
5907 .p-lg-1 {
5908 padding: 0.375rem !important; }
5909 .pt-lg-1,
5910 .py-lg-1 {
5911 padding-top: 0.375rem !important; }
5912 .pr-lg-1,
5913 .px-lg-1 {
5914 padding-right: 0.375rem !important; }
5915 .pb-lg-1,
5916 .py-lg-1 {
5917 padding-bottom: 0.375rem !important; }
5918 .pl-lg-1,
5919 .px-lg-1 {
5920 padding-left: 0.375rem !important; }
5921 .p-lg-2 {
5922 padding: 0.75rem !important; }
5923 .pt-lg-2,
5924 .py-lg-2 {
5925 padding-top: 0.75rem !important; }
5926 .pr-lg-2,
5927 .px-lg-2 {
5928 padding-right: 0.75rem !important; }
5929 .pb-lg-2,
5930 .py-lg-2 {
5931 padding-bottom: 0.75rem !important; }
5932 .pl-lg-2,
5933 .px-lg-2 {
5934 padding-left: 0.75rem !important; }
5935 .p-lg-3 {
5936 padding: 1.5rem !important; }
5937 .pt-lg-3,
5938 .py-lg-3 {
5939 padding-top: 1.5rem !important; }
5940 .pr-lg-3,
5941 .px-lg-3 {
5942 padding-right: 1.5rem !important; }
5943 .pb-lg-3,
5944 .py-lg-3 {
5945 padding-bottom: 1.5rem !important; }
5946 .pl-lg-3,
5947 .px-lg-3 {
5948 padding-left: 1.5rem !important; }
5949 .p-lg-4 {
5950 padding: 2.25rem !important; }
5951 .pt-lg-4,
5952 .py-lg-4 {
5953 padding-top: 2.25rem !important; }
5954 .pr-lg-4,
5955 .px-lg-4 {
5956 padding-right: 2.25rem !important; }
5957 .pb-lg-4,
5958 .py-lg-4 {
5959 padding-bottom: 2.25rem !important; }
5960 .pl-lg-4,
5961 .px-lg-4 {
5962 padding-left: 2.25rem !important; }
5963 .p-lg-5 {
5964 padding: 4.5rem !important; }
5965 .pt-lg-5,
5966 .py-lg-5 {
5967 padding-top: 4.5rem !important; }
5968 .pr-lg-5,
5969 .px-lg-5 {
5970 padding-right: 4.5rem !important; }
5971 .pb-lg-5,
5972 .py-lg-5 {
5973 padding-bottom: 4.5rem !important; }
5974 .pl-lg-5,
5975 .px-lg-5 {
5976 padding-left: 4.5rem !important; }
5977 .m-lg-auto {
5978 margin: auto !important; }
5979 .mt-lg-auto,
5980 .my-lg-auto {
5981 margin-top: auto !important; }
5982 .mr-lg-auto,
5983 .mx-lg-auto {
5984 margin-right: auto !important; }
5985 .mb-lg-auto,
5986 .my-lg-auto {
5987 margin-bottom: auto !important; }
5988 .ml-lg-auto,
5989 .mx-lg-auto {
5990 margin-left: auto !important; } }
5991
5992@media (min-width: 1200px) {
5993 .m-xl-0 {
5994 margin: 0 !important; }
5995 .mt-xl-0,
5996 .my-xl-0 {
5997 margin-top: 0 !important; }
5998 .mr-xl-0,
5999 .mx-xl-0 {
6000 margin-right: 0 !important; }
6001 .mb-xl-0,
6002 .my-xl-0 {
6003 margin-bottom: 0 !important; }
6004 .ml-xl-0,
6005 .mx-xl-0 {
6006 margin-left: 0 !important; }
6007 .m-xl-1 {
6008 margin: 0.375rem !important; }
6009 .mt-xl-1,
6010 .my-xl-1 {
6011 margin-top: 0.375rem !important; }
6012 .mr-xl-1,
6013 .mx-xl-1 {
6014 margin-right: 0.375rem !important; }
6015 .mb-xl-1,
6016 .my-xl-1 {
6017 margin-bottom: 0.375rem !important; }
6018 .ml-xl-1,
6019 .mx-xl-1 {
6020 margin-left: 0.375rem !important; }
6021 .m-xl-2 {
6022 margin: 0.75rem !important; }
6023 .mt-xl-2,
6024 .my-xl-2 {
6025 margin-top: 0.75rem !important; }
6026 .mr-xl-2,
6027 .mx-xl-2 {
6028 margin-right: 0.75rem !important; }
6029 .mb-xl-2,
6030 .my-xl-2 {
6031 margin-bottom: 0.75rem !important; }
6032 .ml-xl-2,
6033 .mx-xl-2 {
6034 margin-left: 0.75rem !important; }
6035 .m-xl-3 {
6036 margin: 1.5rem !important; }
6037 .mt-xl-3,
6038 .my-xl-3 {
6039 margin-top: 1.5rem !important; }
6040 .mr-xl-3,
6041 .mx-xl-3 {
6042 margin-right: 1.5rem !important; }
6043 .mb-xl-3,
6044 .my-xl-3 {
6045 margin-bottom: 1.5rem !important; }
6046 .ml-xl-3,
6047 .mx-xl-3 {
6048 margin-left: 1.5rem !important; }
6049 .m-xl-4 {
6050 margin: 2.25rem !important; }
6051 .mt-xl-4,
6052 .my-xl-4 {
6053 margin-top: 2.25rem !important; }
6054 .mr-xl-4,
6055 .mx-xl-4 {
6056 margin-right: 2.25rem !important; }
6057 .mb-xl-4,
6058 .my-xl-4 {
6059 margin-bottom: 2.25rem !important; }
6060 .ml-xl-4,
6061 .mx-xl-4 {
6062 margin-left: 2.25rem !important; }
6063 .m-xl-5 {
6064 margin: 4.5rem !important; }
6065 .mt-xl-5,
6066 .my-xl-5 {
6067 margin-top: 4.5rem !important; }
6068 .mr-xl-5,
6069 .mx-xl-5 {
6070 margin-right: 4.5rem !important; }
6071 .mb-xl-5,
6072 .my-xl-5 {
6073 margin-bottom: 4.5rem !important; }
6074 .ml-xl-5,
6075 .mx-xl-5 {
6076 margin-left: 4.5rem !important; }
6077 .p-xl-0 {
6078 padding: 0 !important; }
6079 .pt-xl-0,
6080 .py-xl-0 {
6081 padding-top: 0 !important; }
6082 .pr-xl-0,
6083 .px-xl-0 {
6084 padding-right: 0 !important; }
6085 .pb-xl-0,
6086 .py-xl-0 {
6087 padding-bottom: 0 !important; }
6088 .pl-xl-0,
6089 .px-xl-0 {
6090 padding-left: 0 !important; }
6091 .p-xl-1 {
6092 padding: 0.375rem !important; }
6093 .pt-xl-1,
6094 .py-xl-1 {
6095 padding-top: 0.375rem !important; }
6096 .pr-xl-1,
6097 .px-xl-1 {
6098 padding-right: 0.375rem !important; }
6099 .pb-xl-1,
6100 .py-xl-1 {
6101 padding-bottom: 0.375rem !important; }
6102 .pl-xl-1,
6103 .px-xl-1 {
6104 padding-left: 0.375rem !important; }
6105 .p-xl-2 {
6106 padding: 0.75rem !important; }
6107 .pt-xl-2,
6108 .py-xl-2 {
6109 padding-top: 0.75rem !important; }
6110 .pr-xl-2,
6111 .px-xl-2 {
6112 padding-right: 0.75rem !important; }
6113 .pb-xl-2,
6114 .py-xl-2 {
6115 padding-bottom: 0.75rem !important; }
6116 .pl-xl-2,
6117 .px-xl-2 {
6118 padding-left: 0.75rem !important; }
6119 .p-xl-3 {
6120 padding: 1.5rem !important; }
6121 .pt-xl-3,
6122 .py-xl-3 {
6123 padding-top: 1.5rem !important; }
6124 .pr-xl-3,
6125 .px-xl-3 {
6126 padding-right: 1.5rem !important; }
6127 .pb-xl-3,
6128 .py-xl-3 {
6129 padding-bottom: 1.5rem !important; }
6130 .pl-xl-3,
6131 .px-xl-3 {
6132 padding-left: 1.5rem !important; }
6133 .p-xl-4 {
6134 padding: 2.25rem !important; }
6135 .pt-xl-4,
6136 .py-xl-4 {
6137 padding-top: 2.25rem !important; }
6138 .pr-xl-4,
6139 .px-xl-4 {
6140 padding-right: 2.25rem !important; }
6141 .pb-xl-4,
6142 .py-xl-4 {
6143 padding-bottom: 2.25rem !important; }
6144 .pl-xl-4,
6145 .px-xl-4 {
6146 padding-left: 2.25rem !important; }
6147 .p-xl-5 {
6148 padding: 4.5rem !important; }
6149 .pt-xl-5,
6150 .py-xl-5 {
6151 padding-top: 4.5rem !important; }
6152 .pr-xl-5,
6153 .px-xl-5 {
6154 padding-right: 4.5rem !important; }
6155 .pb-xl-5,
6156 .py-xl-5 {
6157 padding-bottom: 4.5rem !important; }
6158 .pl-xl-5,
6159 .px-xl-5 {
6160 padding-left: 4.5rem !important; }
6161 .m-xl-auto {
6162 margin: auto !important; }
6163 .mt-xl-auto,
6164 .my-xl-auto {
6165 margin-top: auto !important; }
6166 .mr-xl-auto,
6167 .mx-xl-auto {
6168 margin-right: auto !important; }
6169 .mb-xl-auto,
6170 .my-xl-auto {
6171 margin-bottom: auto !important; }
6172 .ml-xl-auto,
6173 .mx-xl-auto {
6174 margin-left: auto !important; } }
6175
6176.text-monospace {
6177 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
6178
6179.text-justify {
6180 text-align: justify !important; }
6181
6182.text-nowrap {
6183 white-space: nowrap !important; }
6184
6185.text-truncate {
6186 overflow: hidden;
6187 text-overflow: ellipsis;
6188 white-space: nowrap; }
6189
6190.text-left {
6191 text-align: left !important; }
6192
6193.text-right {
6194 text-align: right !important; }
6195
6196.text-center {
6197 text-align: center !important; }
6198
6199@media (min-width: 576px) {
6200 .text-sm-left {
6201 text-align: left !important; }
6202 .text-sm-right {
6203 text-align: right !important; }
6204 .text-sm-center {
6205 text-align: center !important; } }
6206
00day0769a17f2019-04-08 12:31:11 +02006207@media (min-width: 868px) {
Unknownd2db0f12019-01-10 14:22:00 -05006208 .text-md-left {
6209 text-align: left !important; }
6210 .text-md-right {
6211 text-align: right !important; }
6212 .text-md-center {
6213 text-align: center !important; } }
6214
6215@media (min-width: 992px) {
6216 .text-lg-left {
6217 text-align: left !important; }
6218 .text-lg-right {
6219 text-align: right !important; }
6220 .text-lg-center {
6221 text-align: center !important; } }
6222
6223@media (min-width: 1200px) {
6224 .text-xl-left {
6225 text-align: left !important; }
6226 .text-xl-right {
6227 text-align: right !important; }
6228 .text-xl-center {
6229 text-align: center !important; } }
6230
6231.text-lowercase {
6232 text-transform: lowercase !important; }
6233
6234.text-uppercase {
6235 text-transform: uppercase !important; }
6236
6237.text-capitalize {
6238 text-transform: capitalize !important; }
6239
6240.font-weight-light {
6241 font-weight: 300 !important; }
6242
6243.font-weight-normal {
6244 font-weight: 200 !important; }
6245
6246.font-weight-bold {
6247 font-weight: 700 !important; }
6248
6249.font-italic {
6250 font-style: italic !important; }
6251
6252.text-white {
6253 color: #fff !important; }
Stefan Ivicff54ece2019-08-31 14:49:48 +02006254.text-black {
6255 color: #000 !important;
6256}
Unknownd2db0f12019-01-10 14:22:00 -05006257.text-primary {
6258 color: #0080ff !important; }
6259
6260a.text-primary:hover, a.text-primary:focus {
6261 color: #0066cc !important; }
6262
6263.text-secondary {
6264 color: #0060aa !important; }
6265
6266a.text-secondary:hover, a.text-secondary:focus {
6267 color: #004377 !important; }
6268
6269.text-success {
6270 color: #28a745 !important; }
6271
6272a.text-success:hover, a.text-success:focus {
6273 color: #1e7e34 !important; }
6274
6275.text-info {
6276 color: #00aaff !important; }
6277
6278a.text-info:hover, a.text-info:focus {
6279 color: #0088cc !important; }
6280
6281.text-warning {
6282 color: #ffc107 !important; }
6283
6284a.text-warning:hover, a.text-warning:focus {
6285 color: #d39e00 !important; }
6286
6287.text-danger {
6288 color: #dc3545 !important; }
6289
6290a.text-danger:hover, a.text-danger:focus {
6291 color: #bd2130 !important; }
6292
6293.text-light {
6294 color: #f3f3f3 !important; }
6295
6296a.text-light:hover, a.text-light:focus {
6297 color: #dadada !important; }
6298
6299.text-dark {
6300 color: #303030 !important; }
6301
6302a.text-dark:hover, a.text-dark:focus {
6303 color: #171717 !important; }
6304
6305.text-body {
6306 color: #efefef !important; }
6307
6308.text-muted {
6309 color: #6c757d !important; }
6310
6311.text-black-50 {
6312 color: rgba(0, 0, 0, 0.5) !important; }
6313
6314.text-white-50 {
6315 color: rgba(255, 255, 255, 0.5) !important; }
6316
6317.text-hide {
6318 font: 0/0 a;
6319 color: transparent;
6320 text-shadow: none;
6321 background-color: transparent;
6322 border: 0; }
6323
6324.visible {
6325 visibility: visible !important; }
6326
6327.invisible {
6328 visibility: hidden !important; }
6329
6330@media print {
6331 *,
6332 *::before,
6333 *::after {
6334 text-shadow: none !important;
6335 box-shadow: none !important; }
6336 a:not(.btn) {
6337 text-decoration: underline; }
6338 abbr[title]::after {
6339 content: " (" attr(title) ")"; }
6340 pre {
6341 white-space: pre-wrap !important; }
6342 pre,
6343 blockquote {
6344 border: 1px solid #adb5bd;
6345 page-break-inside: avoid; }
6346 thead {
6347 display: table-header-group; }
6348 tr,
6349 img {
6350 page-break-inside: avoid; }
6351 p,
6352 h2,
6353 h3 {
6354 orphans: 3;
6355 widows: 3; }
6356 h2,
6357 h3 {
6358 page-break-after: avoid; }
6359 @page {
6360 size: a3; }
6361 body {
6362 min-width: 992px !important; }
6363 .container {
6364 min-width: 992px !important; }
6365 .navbar {
6366 display: none; }
6367 .badge {
6368 border: 1px solid #000; }
6369 .table {
6370 border-collapse: collapse !important; }
6371 .table td,
6372 .table th {
6373 background-color: #fff !important; }
6374 .table-bordered th,
6375 .table-bordered td {
6376 border: 1px solid #dee2e6 !important; }
6377 .table-dark {
6378 color: inherit; }
6379 .table-dark th,
6380 .table-dark td,
6381 .table-dark thead th,
6382 .table-dark tbody + tbody {
6383 border-color: #303030; }
6384 .table .thead-dark th {
6385 color: inherit;
6386 border-color: #303030; } }
6387
6388html, body {
6389 height: 100%; }
6390
6391.bg-primary {
6392 color: #fff; }
6393 .bg-primary input::-webkit-input-placeholder {
6394 color: rgba(255, 255, 255, 0.8); }
6395 .bg-primary input:-ms-input-placeholder {
6396 color: rgba(255, 255, 255, 0.8); }
6397 .bg-primary input::-ms-input-placeholder {
6398 color: rgba(255, 255, 255, 0.8); }
6399 .bg-primary input::placeholder {
6400 color: rgba(255, 255, 255, 0.8); }
6401 .bg-primary .input-group-text {
6402 color: #fff; }
6403
6404.bg-secondary {
6405 color: #fff; }
6406 .bg-secondary input::-webkit-input-placeholder {
6407 color: rgba(255, 255, 255, 0.8); }
6408 .bg-secondary input:-ms-input-placeholder {
6409 color: rgba(255, 255, 255, 0.8); }
6410 .bg-secondary input::-ms-input-placeholder {
6411 color: rgba(255, 255, 255, 0.8); }
6412 .bg-secondary input::placeholder {
6413 color: rgba(255, 255, 255, 0.8); }
6414 .bg-secondary .input-group-text {
6415 color: #fff; }
6416
6417.bg-success {
6418 color: #fff; }
6419 .bg-success input::-webkit-input-placeholder {
6420 color: rgba(255, 255, 255, 0.8); }
6421 .bg-success input:-ms-input-placeholder {
6422 color: rgba(255, 255, 255, 0.8); }
6423 .bg-success input::-ms-input-placeholder {
6424 color: rgba(255, 255, 255, 0.8); }
6425 .bg-success input::placeholder {
6426 color: rgba(255, 255, 255, 0.8); }
6427 .bg-success .input-group-text {
6428 color: #fff; }
6429
6430.bg-info {
6431 color: #fff; }
6432 .bg-info input::-webkit-input-placeholder {
6433 color: rgba(255, 255, 255, 0.8); }
6434 .bg-info input:-ms-input-placeholder {
6435 color: rgba(255, 255, 255, 0.8); }
6436 .bg-info input::-ms-input-placeholder {
6437 color: rgba(255, 255, 255, 0.8); }
6438 .bg-info input::placeholder {
6439 color: rgba(255, 255, 255, 0.8); }
6440 .bg-info .input-group-text {
6441 color: #fff; }
6442
6443.bg-warning {
6444 color: #212529; }
6445 .bg-warning input::-webkit-input-placeholder {
6446 color: rgba(33, 37, 41, 0.8); }
6447 .bg-warning input:-ms-input-placeholder {
6448 color: rgba(33, 37, 41, 0.8); }
6449 .bg-warning input::-ms-input-placeholder {
6450 color: rgba(33, 37, 41, 0.8); }
6451 .bg-warning input::placeholder {
6452 color: rgba(33, 37, 41, 0.8); }
6453 .bg-warning .input-group-text {
6454 color: #212529; }
6455
6456.bg-danger {
6457 color: #fff; }
6458 .bg-danger input::-webkit-input-placeholder {
6459 color: rgba(255, 255, 255, 0.8); }
6460 .bg-danger input:-ms-input-placeholder {
6461 color: rgba(255, 255, 255, 0.8); }
6462 .bg-danger input::-ms-input-placeholder {
6463 color: rgba(255, 255, 255, 0.8); }
6464 .bg-danger input::placeholder {
6465 color: rgba(255, 255, 255, 0.8); }
6466 .bg-danger .input-group-text {
6467 color: #fff; }
6468
6469.bg-light {
6470 color: #212529; }
6471 .bg-light input::-webkit-input-placeholder {
6472 color: rgba(33, 37, 41, 0.8); }
6473 .bg-light input:-ms-input-placeholder {
6474 color: rgba(33, 37, 41, 0.8); }
6475 .bg-light input::-ms-input-placeholder {
6476 color: rgba(33, 37, 41, 0.8); }
6477 .bg-light input::placeholder {
6478 color: rgba(33, 37, 41, 0.8); }
6479 .bg-light .input-group-text {
6480 color: #212529; }
6481
6482.bg-dark {
6483 color: #fff; }
6484 .bg-dark input::-webkit-input-placeholder {
6485 color: rgba(255, 255, 255, 0.8); }
6486 .bg-dark input:-ms-input-placeholder {
6487 color: rgba(255, 255, 255, 0.8); }
6488 .bg-dark input::-ms-input-placeholder {
6489 color: rgba(255, 255, 255, 0.8); }
6490 .bg-dark input::placeholder {
6491 color: rgba(255, 255, 255, 0.8); }
6492 .bg-dark .input-group-text {
6493 color: #fff; }
6494
6495.section-fade-in-out {
6496 position: relative;
6497 color: white;
6498 background-size: cover;
6499 background-position: center; }
6500 .section-fade-in-out:before {
6501 position: absolute;
6502 top: 0px;
6503 left: 0px;
6504 width: 100%;
6505 height: 100%;
6506 content: ' ';
6507 background: linear-gradient(#111, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.8), #111); }
6508
6509.section-fade-in {
6510 position: relative;
6511 color: white;
6512 background-size: cover;
6513 background-position: center; }
6514 .section-fade-in:before {
6515 position: absolute;
6516 top: 0px;
6517 left: 0px;
6518 width: 100%;
6519 height: 100%;
6520 content: ' ';
6521 background: linear-gradient(#111, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.2)); }
6522
6523.section-fade-out {
6524 position: relative;
6525 color: white;
6526 background-size: cover;
6527 background-position: center; }
6528 .section-fade-out:before {
6529 position: absolute;
6530 top: 0px;
6531 left: 0px;
6532 width: 100%;
6533 height: 100%;
6534 content: ' ';
6535 background: linear-gradient(rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.8), #111); }
6536
6537.shadowed {
6538 box-shadow: 0px 0px 10px #000; }
6539
6540.carousel .carousel-caption {
6541 padding-top: 50px;
6542 padding-bottom: 20px;
6543 bottom: 0px;
6544 background: linear-gradient(transparent 10%, #111111 100%); }
6545
6546.carousel .carousel-control-next, .carousel .carousel-control-prev {
6547 opacity: 0.85; }
6548
6549.carousel .carousel-indicators {
6550 bottom: 0px; }
6551
6552mark.primary {
6553 background-color: #0080ff;
6554 color: black; }
6555
6556mark.secondary {
6557 background-color: #0060aa;
6558 color: white; }
6559
6560.cover {
6561 min-height: 100%; }
6562
6563/* Animate state between .navbar and .navbar-ontop */
6564.navbar {
6565 transition: background-color .5s ease-out; }
6566
6567.navbar-ontop {
6568 background-color: transparent !important; }
6569
6570/* Animate on entrance */
6571.animate-in-down {
6572 transition: all 1.3s ease-out;
6573 position: relative;
6574 opacity: 1;
6575 top: 0px; }
6576 .animate-in-down.out-of-viewport {
6577 top: 40px;
6578 opacity: 0; }
6579
6580.animate-in-left {
6581 transition: all 1.0s ease-out;
6582 position: relative;
6583 opacity: 1;
6584 left: 0%; }
6585 .animate-in-left.out-of-viewport {
6586 opacity: 0;
6587 left: -5%; }
6588
6589.animate-in-right {
6590 transition: all 1.0s ease-out;
6591 position: relative;
6592 opacity: 1;
6593 left: 0%; }
6594 .animate-in-right.out-of-viewport {
6595 opacity: 0;
6596 left: 5%; }
00day0ed909132019-04-08 12:53:13 +02006597
6598.flex-center {
6599 display: flex;
6600 align-items: center;
6601 justify-content: center;
6602}
6603
6604.no-wrap {
6605 white-space: nowrap;
6606}
00day0da41c072019-07-03 01:51:49 +02006607
6608.download-section {
6609 background: #0080ff;
6610 margin: 50px 0;
6611 padding: 60px 0;
6612}
6613
6614.download-title {
6615 text-align: center;
6616 padding: 0 20px;
6617}
6618
6619.download-grid {
6620 display: grid;
6621 grid-template-columns: 1fr 1fr 1fr;
6622 grid-template-rows: auto 1fr;
6623 grid-gap: 40px;
6624 max-width: 1600px;
6625 margin: 0 auto;
6626 padding: 50px;
6627}
6628@media (max-width: 1118px) {
6629 .download-grid {
6630 grid-template-columns: 1fr 1fr;
6631 grid-template-rows: auto 1fr auto 1fr;
6632 }
6633}
6634@media (max-width: 872px) {
6635 .download-grid {
6636 grid-template-columns: 1fr;
6637 grid-template-rows: auto auto auto auto auto;
6638 padding: 20px;
6639 }
6640}
6641
6642.inf-header-common {
6643 text-align: center;
6644 padding: 0 0 10px 0;
6645 border-bottom: 5px solid #fff;
6646}
6647
6648.inf-header-free {
6649 grid-column: 1/3;
6650 grid-row: 1/2;
6651}
6652@media (max-width: 872px) {
6653 .inf-header-free {
6654 grid-column: 1/2;
6655 grid-row: 1/2;
6656 }
6657}
6658
6659.inf-header-paid {
6660 grid-column: 3/4;
6661 grid-row: 1/2;
6662}
6663@media (max-width: 1118px) {
6664 .inf-header-paid {
6665 grid-column: 1/3;
6666 grid-row: 3/4;
6667 }
6668}
6669@media (max-width: 872px) {
6670 .inf-header-paid {
6671 grid-column: 1/2;
6672 grid-row: 4/5;
6673 }
6674}
6675
6676.download-card-common {
6677 padding: 30px 30px 70px 30px;
6678 border-radius: 10px;
6679 width: 100%;
6680 min-height: 200px;
6681 color: #000;
6682 position: relative;
6683}
6684@media (max-width: 330px) {
6685 .download-card-common {
6686 padding: 30px 30px 140px 30px;
6687 }
6688}
6689
6690.download-card-one {
6691 grid-column: 1/2;
6692 grid-row: 2/3;
6693}
6694
6695.download-card-two {
6696 grid-column: 2/3;
6697 grid-row: 2/3;
6698}
6699@media (max-width: 872px) {
6700 .download-card-two {
6701 grid-column: 1/2;
6702 grid-row: 3/4;
6703 }
6704}
6705
6706.download-card-three {
6707 grid-column: 3/4;
6708 grid-row: 2/3;
6709}
6710@media (max-width: 1118px) {
6711 .download-card-three {
6712 grid-column: 1/3;
6713 grid-row: 4/5;
6714 }
6715}
6716@media (max-width: 872px) {
6717 .download-card-three {
6718 grid-column: 1/2;
6719 grid-row: 5/6;
6720 }
6721}
6722
6723.download-card-white {
6724 background: #fff;
6725}
6726
6727.download-card-blue {
6728 background: #0060aa;
6729 border: 1px solid #fff;
6730 color: #fff;
6731}
6732
6733.card-header-title {
6734 margin: 0;
6735}
6736
6737.card-header-rows {
6738 height: 70px;
6739}
6740@media (max-width: 872px) {
6741 .card-header-rows {
6742 height: 100px;
6743 }
6744}
6745@media (max-width: 480px) {
6746 .card-header-rows {
6747 height: 60px;
6748 }
6749}
6750@media (max-width: 350px) {
6751 .card-header-rows {
6752 height: auto;
6753 }
6754}
6755
6756.card-header-column-one {
6757 width: 65%;
6758 float: left;
6759 height: 65px;
6760}
6761@media (max-width: 350px) {
6762 .card-header-column-one {
6763 clear: both;
6764 float: none;
6765 height: auto;
6766 margin-bottom: 10px;
6767 }
6768}
6769
6770.card-header-column-two {
6771 height: 60px;
6772}
6773
6774.card-or-donation {
6775 text-align: right;
6776 margin: 0;
6777 white-space: nowrap;
6778}
6779@media (max-width: 350px) {
6780 .card-or-donation {
6781 text-align: left;
6782 }
6783}
6784
6785.buttons {
6786 position: absolute;
6787 bottom: 30px;
6788 left: 30px;
6789}