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