]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - static/css/style.css
Styled the other sections.
[people/shoehn/ipfire.org.git] / static / css / style.css
CommitLineData
b2051dd7
S
1/*!
2 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
3 * Copyright 2011-2017 The Bootstrap Authors
4 * Copyright 2011-2017 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 */
7@import url("https://fonts.googleapis.com/css?family=Ubuntu");
8/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
60b0917c 9html {
b2051dd7
S
10 font-family: sans-serif;
11 line-height: 1.15;
12 -ms-text-size-adjust: 100%;
13 -webkit-text-size-adjust: 100%; }
60b0917c 14
940227cb 15body {
b2051dd7
S
16 margin: 0; }
17
18article,
19aside,
20footer,
21header,
22nav,
23section {
24 display: block; }
25
26h1 {
27 font-size: 2em;
28 margin: 0.67em 0; }
29
30figcaption,
31figure,
32main {
33 display: block; }
34
35figure {
36 margin: 1em 40px; }
37
38hr {
39 box-sizing: content-box;
40 height: 0;
41 overflow: visible; }
42
43pre {
44 font-family: monospace, monospace;
45 font-size: 1em; }
46
47a {
48 background-color: transparent;
49 -webkit-text-decoration-skip: objects; }
50
51a:active,
52a:hover {
53 outline-width: 0; }
54
55abbr[title] {
56 border-bottom: none;
57 text-decoration: underline;
58 text-decoration: underline dotted; }
59
60b,
61strong {
62 font-weight: inherit; }
63
64b,
65strong {
66 font-weight: bolder; }
67
68code,
69kbd,
70samp {
71 font-family: monospace, monospace;
72 font-size: 1em; }
73
74dfn {
75 font-style: italic; }
76
77mark {
78 background-color: #ff0;
79 color: #000; }
80
81small {
82 font-size: 80%; }
83
84sub,
85sup {
86 font-size: 75%;
87 line-height: 0;
88 position: relative;
89 vertical-align: baseline; }
90
91sub {
92 bottom: -0.25em; }
93
94sup {
95 top: -0.5em; }
96
97audio,
98video {
99 display: inline-block; }
100
101audio:not([controls]) {
102 display: none;
103 height: 0; }
104
105img {
106 border-style: none; }
107
108svg:not(:root) {
109 overflow: hidden; }
110
111button,
112input,
113optgroup,
114select,
115textarea {
116 font-family: sans-serif;
117 font-size: 100%;
118 line-height: 1.15;
119 margin: 0; }
120
121button,
122input {
123 overflow: visible; }
124
125button,
126select {
127 text-transform: none; }
128
129button,
130html [type="button"],
131[type="reset"],
132[type="submit"] {
133 -webkit-appearance: button; }
134
135button::-moz-focus-inner,
136[type="button"]::-moz-focus-inner,
137[type="reset"]::-moz-focus-inner,
138[type="submit"]::-moz-focus-inner {
139 border-style: none;
140 padding: 0; }
141
142button:-moz-focusring,
143[type="button"]:-moz-focusring,
144[type="reset"]:-moz-focusring,
145[type="submit"]:-moz-focusring {
146 outline: 1px dotted ButtonText; }
147
148fieldset {
149 border: 1px solid #c0c0c0;
150 margin: 0 2px;
151 padding: 0.35em 0.625em 0.75em; }
152
153legend {
154 box-sizing: border-box;
155 color: inherit;
156 display: table;
157 max-width: 100%;
158 padding: 0;
159 white-space: normal; }
160
161progress {
162 display: inline-block;
163 vertical-align: baseline; }
164
165textarea {
166 overflow: auto; }
167
168[type="checkbox"],
169[type="radio"] {
170 box-sizing: border-box;
171 padding: 0; }
172
173[type="number"]::-webkit-inner-spin-button,
174[type="number"]::-webkit-outer-spin-button {
175 height: auto; }
176
177[type="search"] {
178 -webkit-appearance: textfield;
179 outline-offset: -2px; }
180
181[type="search"]::-webkit-search-cancel-button,
182[type="search"]::-webkit-search-decoration {
183 -webkit-appearance: none; }
184
185::-webkit-file-upload-button {
186 -webkit-appearance: button;
187 font: inherit; }
188
189details,
190menu {
191 display: block; }
192
193summary {
194 display: list-item; }
195
196canvas {
197 display: inline-block; }
198
199template {
200 display: none; }
201
202[hidden] {
203 display: none; }
204
205html {
206 box-sizing: border-box; }
207
208*,
209*::before,
210*::after {
211 box-sizing: inherit; }
212
213@-ms-viewport {
214 width: device-width; }
215
216html {
217 -ms-overflow-style: scrollbar;
218 -webkit-tap-highlight-color: transparent; }
219
220body {
97ed546d 221 font-family: "Ubuntu", sans-serif;
b2051dd7
S
222 font-size: 1rem;
223 font-weight: normal;
224 line-height: 1.5;
225 color: #292b2c;
226 background-color: #fff; }
227
228[tabindex="-1"]:focus {
229 outline: none !important; }
230
231h1, h2, h3, h4, h5, h6 {
232 margin-top: 0;
233 margin-bottom: .5rem; }
234
235p {
236 margin-top: 0;
237 margin-bottom: 1rem; }
238
239abbr[title],
240abbr[data-original-title] {
241 cursor: help; }
242
243address {
244 margin-bottom: 1rem;
245 font-style: normal;
246 line-height: inherit; }
247
248ol,
249ul,
250dl {
251 margin-top: 0;
252 margin-bottom: 1rem; }
253
254ol ol,
255ul ul,
256ol ul,
257ul ol {
258 margin-bottom: 0; }
259
260dt {
261 font-weight: bold; }
262
263dd {
264 margin-bottom: .5rem;
265 margin-left: 0; }
266
267blockquote {
268 margin: 0 0 1rem; }
269
270a {
1e5bc9c9 271 color: #b71c1c;
b2051dd7
S
272 text-decoration: none; }
273 a:focus, a:hover {
274 color: #014c8c;
275 text-decoration: underline; }
276
277a:not([href]):not([tabindex]) {
278 color: inherit;
279 text-decoration: none; }
280 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
281 color: inherit;
282 text-decoration: none; }
283 a:not([href]):not([tabindex]):focus {
284 outline: 0; }
285
286pre {
287 margin-top: 0;
288 margin-bottom: 1rem;
289 overflow: auto; }
290
291figure {
292 margin: 0 0 1rem; }
293
294img {
295 vertical-align: middle; }
296
297[role="button"] {
298 cursor: pointer; }
299
300a,
301area,
302button,
303[role="button"],
304input,
305label,
306select,
307summary,
308textarea {
309 -ms-touch-action: manipulation;
310 touch-action: manipulation; }
311
312table {
313 border-collapse: collapse;
314 background-color: transparent; }
315
316caption {
317 padding-top: 0.75rem;
318 padding-bottom: 0.75rem;
319 color: #636c72;
320 text-align: left;
321 caption-side: bottom; }
322
323th {
324 text-align: left; }
325
326label {
327 display: inline-block;
328 margin-bottom: .5rem; }
329
330button:focus {
331 outline: 1px dotted;
332 outline: 5px auto -webkit-focus-ring-color; }
333
334input,
335button,
336select,
337textarea {
338 line-height: inherit; }
339
340input[type="radio"]:disabled,
341input[type="checkbox"]:disabled {
342 cursor: not-allowed; }
343
344input[type="date"],
345input[type="time"],
346input[type="datetime-local"],
347input[type="month"] {
348 -webkit-appearance: listbox; }
349
350textarea {
351 resize: vertical; }
352
353fieldset {
354 min-width: 0;
355 padding: 0;
356 margin: 0;
357 border: 0; }
358
359legend {
360 display: block;
361 width: 100%;
362 padding: 0;
363 margin-bottom: .5rem;
364 font-size: 1.5rem;
365 line-height: inherit; }
366
367input[type="search"] {
368 -webkit-appearance: none; }
369
370output {
371 display: inline-block; }
372
373[hidden] {
374 display: none !important; }
375
376h1, h2, h3, h4, h5, h6,
377.h1, .h2, .h3, .h4, .h5, .h6 {
378 margin-bottom: 0.5rem;
379 font-family: inherit;
380 font-weight: 500;
381 line-height: 1.1;
382 color: inherit; }
383
384h1, .h1 {
1e5bc9c9 385 font-size: 2.25rem; }
b2051dd7
S
386
387h2, .h2 {
1e5bc9c9 388 font-size: 2rem; }
b2051dd7
S
389
390h3, .h3 {
1e5bc9c9 391 font-size: 1.5rem; }
b2051dd7
S
392
393h4, .h4 {
1e5bc9c9 394 font-size: 1.25rem; }
b2051dd7
S
395
396h5, .h5 {
1e5bc9c9 397 font-size: 1rem; }
b2051dd7
S
398
399h6, .h6 {
1e5bc9c9 400 font-size: 0.75rem; }
b2051dd7
S
401
402.lead {
1e5bc9c9 403 font-size: 1.5rem;
b2051dd7
S
404 font-weight: 300; }
405
406.display-1 {
97ed546d 407 font-size: 7.5rem;
b2051dd7
S
408 font-weight: 300;
409 line-height: 1.1; }
410
411.display-2 {
1e5bc9c9 412 font-size: 3rem;
b2051dd7
S
413 font-weight: 300;
414 line-height: 1.1; }
415
416.display-3 {
1e5bc9c9 417 font-size: 2.25rem;
b2051dd7
S
418 font-weight: 300;
419 line-height: 1.1; }
420
421.display-4 {
97ed546d 422 font-size: 1.5rem;
b2051dd7
S
423 font-weight: 300;
424 line-height: 1.1; }
425
426hr {
1e5bc9c9
S
427 margin-top: 1.5rem;
428 margin-bottom: 1.5rem;
b2051dd7
S
429 border: 0;
430 border-top: 1px solid rgba(0, 0, 0, 0.1); }
431
432small,
433.small {
434 font-size: 80%;
435 font-weight: normal; }
436
437mark,
438.mark {
439 padding: 0.2em;
440 background-color: #fcf8e3; }
441
442.list-unstyled {
443 padding-left: 0;
444 list-style: none; }
445
446.list-inline {
447 padding-left: 0;
448 list-style: none; }
449
450.list-inline-item {
451 display: inline-block; }
452 .list-inline-item:not(:last-child) {
453 margin-right: 5px; }
454
455.initialism {
456 font-size: 90%;
457 text-transform: uppercase; }
458
459.blockquote {
97ed546d
S
460 padding: 0.75rem 1.5rem;
461 margin-bottom: 1.5rem;
b2051dd7
S
462 font-size: 1.25rem;
463 border-left: 0.25rem solid #eceeef; }
464
465.blockquote-footer {
466 display: block;
467 font-size: 80%;
468 color: #636c72; }
469 .blockquote-footer::before {
470 content: "\2014 \00A0"; }
471
472.blockquote-reverse {
97ed546d 473 padding-right: 1.5rem;
b2051dd7
S
474 padding-left: 0;
475 text-align: right;
476 border-right: 0.25rem solid #eceeef;
477 border-left: 0; }
478
479.blockquote-reverse .blockquote-footer::before {
480 content: ""; }
481
482.blockquote-reverse .blockquote-footer::after {
483 content: "\00A0 \2014"; }
484
485.img-fluid {
486 max-width: 100%;
487 height: auto; }
488
489.img-thumbnail {
490 padding: 0.25rem;
491 background-color: #fff;
492 border: 1px solid #ddd;
493 border-radius: 0.25rem;
494 -webkit-transition: all 0.2s ease-in-out;
495 transition: all 0.2s ease-in-out;
496 max-width: 100%;
497 height: auto; }
498
499.figure {
500 display: inline-block; }
501
502.figure-img {
1e5bc9c9 503 margin-bottom: 0.75rem;
b2051dd7
S
504 line-height: 1; }
505
506.figure-caption {
507 font-size: 90%;
508 color: #636c72; }
509
510.container {
511 position: relative;
512 margin-left: auto;
513 margin-right: auto;
514 padding-right: 15px;
515 padding-left: 15px; }
516 @media (min-width: 576px) {
517 .container {
518 padding-right: 15px;
519 padding-left: 15px; } }
520 @media (min-width: 768px) {
521 .container {
522 padding-right: 15px;
523 padding-left: 15px; } }
524 @media (min-width: 992px) {
525 .container {
526 padding-right: 15px;
527 padding-left: 15px; } }
528 @media (min-width: 1200px) {
529 .container {
530 padding-right: 15px;
531 padding-left: 15px; } }
532 @media (min-width: 576px) {
533 .container {
534 width: 540px;
535 max-width: 100%; } }
536 @media (min-width: 768px) {
537 .container {
538 width: 720px;
539 max-width: 100%; } }
540 @media (min-width: 992px) {
541 .container {
542 width: 960px;
543 max-width: 100%; } }
544 @media (min-width: 1200px) {
545 .container {
546 width: 1140px;
547 max-width: 100%; } }
548
549.container-fluid {
550 position: relative;
551 margin-left: auto;
552 margin-right: auto;
553 padding-right: 15px;
554 padding-left: 15px; }
555 @media (min-width: 576px) {
556 .container-fluid {
557 padding-right: 15px;
558 padding-left: 15px; } }
559 @media (min-width: 768px) {
560 .container-fluid {
561 padding-right: 15px;
562 padding-left: 15px; } }
563 @media (min-width: 992px) {
564 .container-fluid {
565 padding-right: 15px;
566 padding-left: 15px; } }
567 @media (min-width: 1200px) {
568 .container-fluid {
569 padding-right: 15px;
570 padding-left: 15px; } }
571
572.row {
573 display: -webkit-box;
574 display: -ms-flexbox;
575 display: flex;
576 -ms-flex-wrap: wrap;
577 flex-wrap: wrap;
578 margin-right: -15px;
579 margin-left: -15px; }
580 @media (min-width: 576px) {
581 .row {
582 margin-right: -15px;
583 margin-left: -15px; } }
584 @media (min-width: 768px) {
585 .row {
586 margin-right: -15px;
587 margin-left: -15px; } }
588 @media (min-width: 992px) {
589 .row {
590 margin-right: -15px;
591 margin-left: -15px; } }
592 @media (min-width: 1200px) {
593 .row {
594 margin-right: -15px;
595 margin-left: -15px; } }
596
597.no-gutters {
598 margin-right: 0;
599 margin-left: 0; }
600 .no-gutters > .col,
601 .no-gutters > [class*="col-"] {
602 padding-right: 0;
603 padding-left: 0; }
604
605.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, .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, .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, .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, .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 {
606 position: relative;
607 width: 100%;
608 min-height: 1px;
609 padding-right: 15px;
610 padding-left: 15px; }
611 @media (min-width: 576px) {
612 .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, .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, .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, .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, .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 {
613 padding-right: 15px;
614 padding-left: 15px; } }
615 @media (min-width: 768px) {
616 .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, .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, .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, .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, .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 {
617 padding-right: 15px;
618 padding-left: 15px; } }
619 @media (min-width: 992px) {
620 .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, .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, .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, .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, .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 {
621 padding-right: 15px;
622 padding-left: 15px; } }
623 @media (min-width: 1200px) {
624 .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, .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, .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, .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, .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 {
625 padding-right: 15px;
626 padding-left: 15px; } }
627
628.col {
629 -ms-flex-preferred-size: 0;
630 flex-basis: 0;
631 -webkit-box-flex: 1;
632 -ms-flex-positive: 1;
633 flex-grow: 1;
634 max-width: 100%; }
635
636.col-auto {
637 -webkit-box-flex: 0;
638 -ms-flex: 0 0 auto;
639 flex: 0 0 auto;
640 width: auto; }
641
642.col-1 {
643 -webkit-box-flex: 0;
644 -ms-flex: 0 0 8.3333333333%;
645 flex: 0 0 8.3333333333%;
646 max-width: 8.3333333333%; }
647
648.col-2 {
649 -webkit-box-flex: 0;
650 -ms-flex: 0 0 16.6666666667%;
651 flex: 0 0 16.6666666667%;
652 max-width: 16.6666666667%; }
653
654.col-3 {
655 -webkit-box-flex: 0;
656 -ms-flex: 0 0 25%;
657 flex: 0 0 25%;
658 max-width: 25%; }
659
660.col-4 {
661 -webkit-box-flex: 0;
662 -ms-flex: 0 0 33.3333333333%;
663 flex: 0 0 33.3333333333%;
664 max-width: 33.3333333333%; }
665
666.col-5 {
667 -webkit-box-flex: 0;
668 -ms-flex: 0 0 41.6666666667%;
669 flex: 0 0 41.6666666667%;
670 max-width: 41.6666666667%; }
671
672.col-6 {
673 -webkit-box-flex: 0;
674 -ms-flex: 0 0 50%;
675 flex: 0 0 50%;
676 max-width: 50%; }
677
678.col-7 {
679 -webkit-box-flex: 0;
680 -ms-flex: 0 0 58.3333333333%;
681 flex: 0 0 58.3333333333%;
682 max-width: 58.3333333333%; }
683
684.col-8 {
685 -webkit-box-flex: 0;
686 -ms-flex: 0 0 66.6666666667%;
687 flex: 0 0 66.6666666667%;
688 max-width: 66.6666666667%; }
689
690.col-9 {
691 -webkit-box-flex: 0;
692 -ms-flex: 0 0 75%;
693 flex: 0 0 75%;
694 max-width: 75%; }
695
696.col-10 {
697 -webkit-box-flex: 0;
698 -ms-flex: 0 0 83.3333333333%;
699 flex: 0 0 83.3333333333%;
700 max-width: 83.3333333333%; }
701
702.col-11 {
703 -webkit-box-flex: 0;
704 -ms-flex: 0 0 91.6666666667%;
705 flex: 0 0 91.6666666667%;
706 max-width: 91.6666666667%; }
707
708.col-12 {
709 -webkit-box-flex: 0;
710 -ms-flex: 0 0 100%;
711 flex: 0 0 100%;
712 max-width: 100%; }
713
714.pull-0 {
715 right: auto; }
716
717.pull-1 {
718 right: 8.3333333333%; }
719
720.pull-2 {
721 right: 16.6666666667%; }
722
723.pull-3 {
724 right: 25%; }
725
726.pull-4 {
727 right: 33.3333333333%; }
728
729.pull-5 {
730 right: 41.6666666667%; }
731
732.pull-6 {
733 right: 50%; }
734
735.pull-7 {
736 right: 58.3333333333%; }
737
738.pull-8 {
739 right: 66.6666666667%; }
740
741.pull-9 {
742 right: 75%; }
743
744.pull-10 {
745 right: 83.3333333333%; }
746
747.pull-11 {
748 right: 91.6666666667%; }
749
750.pull-12 {
751 right: 100%; }
752
753.push-0 {
754 left: auto; }
755
756.push-1 {
757 left: 8.3333333333%; }
758
759.push-2 {
760 left: 16.6666666667%; }
761
762.push-3 {
763 left: 25%; }
764
765.push-4 {
766 left: 33.3333333333%; }
767
768.push-5 {
769 left: 41.6666666667%; }
770
771.push-6 {
772 left: 50%; }
773
774.push-7 {
775 left: 58.3333333333%; }
776
777.push-8 {
778 left: 66.6666666667%; }
779
780.push-9 {
781 left: 75%; }
782
783.push-10 {
784 left: 83.3333333333%; }
785
786.push-11 {
787 left: 91.6666666667%; }
788
789.push-12 {
790 left: 100%; }
791
792.offset-1 {
793 margin-left: 8.3333333333%; }
794
795.offset-2 {
796 margin-left: 16.6666666667%; }
797
798.offset-3 {
799 margin-left: 25%; }
800
801.offset-4 {
802 margin-left: 33.3333333333%; }
803
804.offset-5 {
805 margin-left: 41.6666666667%; }
806
807.offset-6 {
808 margin-left: 50%; }
809
810.offset-7 {
811 margin-left: 58.3333333333%; }
812
813.offset-8 {
814 margin-left: 66.6666666667%; }
815
816.offset-9 {
817 margin-left: 75%; }
818
819.offset-10 {
820 margin-left: 83.3333333333%; }
821
822.offset-11 {
823 margin-left: 91.6666666667%; }
824
825@media (min-width: 576px) {
826 .col-sm {
827 -ms-flex-preferred-size: 0;
828 flex-basis: 0;
829 -webkit-box-flex: 1;
830 -ms-flex-positive: 1;
831 flex-grow: 1;
832 max-width: 100%; }
833 .col-sm-auto {
834 -webkit-box-flex: 0;
835 -ms-flex: 0 0 auto;
836 flex: 0 0 auto;
837 width: auto; }
838 .col-sm-1 {
839 -webkit-box-flex: 0;
840 -ms-flex: 0 0 8.3333333333%;
841 flex: 0 0 8.3333333333%;
842 max-width: 8.3333333333%; }
843 .col-sm-2 {
844 -webkit-box-flex: 0;
845 -ms-flex: 0 0 16.6666666667%;
846 flex: 0 0 16.6666666667%;
847 max-width: 16.6666666667%; }
848 .col-sm-3 {
849 -webkit-box-flex: 0;
850 -ms-flex: 0 0 25%;
851 flex: 0 0 25%;
852 max-width: 25%; }
853 .col-sm-4 {
854 -webkit-box-flex: 0;
855 -ms-flex: 0 0 33.3333333333%;
856 flex: 0 0 33.3333333333%;
857 max-width: 33.3333333333%; }
858 .col-sm-5 {
859 -webkit-box-flex: 0;
860 -ms-flex: 0 0 41.6666666667%;
861 flex: 0 0 41.6666666667%;
862 max-width: 41.6666666667%; }
863 .col-sm-6 {
864 -webkit-box-flex: 0;
865 -ms-flex: 0 0 50%;
866 flex: 0 0 50%;
867 max-width: 50%; }
868 .col-sm-7 {
869 -webkit-box-flex: 0;
870 -ms-flex: 0 0 58.3333333333%;
871 flex: 0 0 58.3333333333%;
872 max-width: 58.3333333333%; }
873 .col-sm-8 {
874 -webkit-box-flex: 0;
875 -ms-flex: 0 0 66.6666666667%;
876 flex: 0 0 66.6666666667%;
877 max-width: 66.6666666667%; }
878 .col-sm-9 {
879 -webkit-box-flex: 0;
880 -ms-flex: 0 0 75%;
881 flex: 0 0 75%;
882 max-width: 75%; }
883 .col-sm-10 {
884 -webkit-box-flex: 0;
885 -ms-flex: 0 0 83.3333333333%;
886 flex: 0 0 83.3333333333%;
887 max-width: 83.3333333333%; }
888 .col-sm-11 {
889 -webkit-box-flex: 0;
890 -ms-flex: 0 0 91.6666666667%;
891 flex: 0 0 91.6666666667%;
892 max-width: 91.6666666667%; }
893 .col-sm-12 {
894 -webkit-box-flex: 0;
895 -ms-flex: 0 0 100%;
896 flex: 0 0 100%;
897 max-width: 100%; }
898 .pull-sm-0 {
899 right: auto; }
900 .pull-sm-1 {
901 right: 8.3333333333%; }
902 .pull-sm-2 {
903 right: 16.6666666667%; }
904 .pull-sm-3 {
905 right: 25%; }
906 .pull-sm-4 {
907 right: 33.3333333333%; }
908 .pull-sm-5 {
909 right: 41.6666666667%; }
910 .pull-sm-6 {
911 right: 50%; }
912 .pull-sm-7 {
913 right: 58.3333333333%; }
914 .pull-sm-8 {
915 right: 66.6666666667%; }
916 .pull-sm-9 {
917 right: 75%; }
918 .pull-sm-10 {
919 right: 83.3333333333%; }
920 .pull-sm-11 {
921 right: 91.6666666667%; }
922 .pull-sm-12 {
923 right: 100%; }
924 .push-sm-0 {
925 left: auto; }
926 .push-sm-1 {
927 left: 8.3333333333%; }
928 .push-sm-2 {
929 left: 16.6666666667%; }
930 .push-sm-3 {
931 left: 25%; }
932 .push-sm-4 {
933 left: 33.3333333333%; }
934 .push-sm-5 {
935 left: 41.6666666667%; }
936 .push-sm-6 {
937 left: 50%; }
938 .push-sm-7 {
939 left: 58.3333333333%; }
940 .push-sm-8 {
941 left: 66.6666666667%; }
942 .push-sm-9 {
943 left: 75%; }
944 .push-sm-10 {
945 left: 83.3333333333%; }
946 .push-sm-11 {
947 left: 91.6666666667%; }
948 .push-sm-12 {
949 left: 100%; }
950 .offset-sm-0 {
951 margin-left: 0%; }
952 .offset-sm-1 {
953 margin-left: 8.3333333333%; }
954 .offset-sm-2 {
955 margin-left: 16.6666666667%; }
956 .offset-sm-3 {
957 margin-left: 25%; }
958 .offset-sm-4 {
959 margin-left: 33.3333333333%; }
960 .offset-sm-5 {
961 margin-left: 41.6666666667%; }
962 .offset-sm-6 {
963 margin-left: 50%; }
964 .offset-sm-7 {
965 margin-left: 58.3333333333%; }
966 .offset-sm-8 {
967 margin-left: 66.6666666667%; }
968 .offset-sm-9 {
969 margin-left: 75%; }
970 .offset-sm-10 {
971 margin-left: 83.3333333333%; }
972 .offset-sm-11 {
973 margin-left: 91.6666666667%; } }
974
975@media (min-width: 768px) {
976 .col-md {
977 -ms-flex-preferred-size: 0;
978 flex-basis: 0;
979 -webkit-box-flex: 1;
980 -ms-flex-positive: 1;
981 flex-grow: 1;
982 max-width: 100%; }
983 .col-md-auto {
984 -webkit-box-flex: 0;
985 -ms-flex: 0 0 auto;
986 flex: 0 0 auto;
987 width: auto; }
988 .col-md-1 {
989 -webkit-box-flex: 0;
990 -ms-flex: 0 0 8.3333333333%;
991 flex: 0 0 8.3333333333%;
992 max-width: 8.3333333333%; }
993 .col-md-2 {
994 -webkit-box-flex: 0;
995 -ms-flex: 0 0 16.6666666667%;
996 flex: 0 0 16.6666666667%;
997 max-width: 16.6666666667%; }
998 .col-md-3 {
999 -webkit-box-flex: 0;
1000 -ms-flex: 0 0 25%;
1001 flex: 0 0 25%;
1002 max-width: 25%; }
1003 .col-md-4 {
1004 -webkit-box-flex: 0;
1005 -ms-flex: 0 0 33.3333333333%;
1006 flex: 0 0 33.3333333333%;
1007 max-width: 33.3333333333%; }
1008 .col-md-5 {
1009 -webkit-box-flex: 0;
1010 -ms-flex: 0 0 41.6666666667%;
1011 flex: 0 0 41.6666666667%;
1012 max-width: 41.6666666667%; }
1013 .col-md-6 {
1014 -webkit-box-flex: 0;
1015 -ms-flex: 0 0 50%;
1016 flex: 0 0 50%;
1017 max-width: 50%; }
1018 .col-md-7 {
1019 -webkit-box-flex: 0;
1020 -ms-flex: 0 0 58.3333333333%;
1021 flex: 0 0 58.3333333333%;
1022 max-width: 58.3333333333%; }
1023 .col-md-8 {
1024 -webkit-box-flex: 0;
1025 -ms-flex: 0 0 66.6666666667%;
1026 flex: 0 0 66.6666666667%;
1027 max-width: 66.6666666667%; }
1028 .col-md-9 {
1029 -webkit-box-flex: 0;
1030 -ms-flex: 0 0 75%;
1031 flex: 0 0 75%;
1032 max-width: 75%; }
1033 .col-md-10 {
1034 -webkit-box-flex: 0;
1035 -ms-flex: 0 0 83.3333333333%;
1036 flex: 0 0 83.3333333333%;
1037 max-width: 83.3333333333%; }
1038 .col-md-11 {
1039 -webkit-box-flex: 0;
1040 -ms-flex: 0 0 91.6666666667%;
1041 flex: 0 0 91.6666666667%;
1042 max-width: 91.6666666667%; }
1043 .col-md-12 {
1044 -webkit-box-flex: 0;
1045 -ms-flex: 0 0 100%;
1046 flex: 0 0 100%;
1047 max-width: 100%; }
1048 .pull-md-0 {
1049 right: auto; }
1050 .pull-md-1 {
1051 right: 8.3333333333%; }
1052 .pull-md-2 {
1053 right: 16.6666666667%; }
1054 .pull-md-3 {
1055 right: 25%; }
1056 .pull-md-4 {
1057 right: 33.3333333333%; }
1058 .pull-md-5 {
1059 right: 41.6666666667%; }
1060 .pull-md-6 {
1061 right: 50%; }
1062 .pull-md-7 {
1063 right: 58.3333333333%; }
1064 .pull-md-8 {
1065 right: 66.6666666667%; }
1066 .pull-md-9 {
1067 right: 75%; }
1068 .pull-md-10 {
1069 right: 83.3333333333%; }
1070 .pull-md-11 {
1071 right: 91.6666666667%; }
1072 .pull-md-12 {
1073 right: 100%; }
1074 .push-md-0 {
1075 left: auto; }
1076 .push-md-1 {
1077 left: 8.3333333333%; }
1078 .push-md-2 {
1079 left: 16.6666666667%; }
1080 .push-md-3 {
1081 left: 25%; }
1082 .push-md-4 {
1083 left: 33.3333333333%; }
1084 .push-md-5 {
1085 left: 41.6666666667%; }
1086 .push-md-6 {
1087 left: 50%; }
1088 .push-md-7 {
1089 left: 58.3333333333%; }
1090 .push-md-8 {
1091 left: 66.6666666667%; }
1092 .push-md-9 {
1093 left: 75%; }
1094 .push-md-10 {
1095 left: 83.3333333333%; }
1096 .push-md-11 {
1097 left: 91.6666666667%; }
1098 .push-md-12 {
1099 left: 100%; }
1100 .offset-md-0 {
1101 margin-left: 0%; }
1102 .offset-md-1 {
1103 margin-left: 8.3333333333%; }
1104 .offset-md-2 {
1105 margin-left: 16.6666666667%; }
1106 .offset-md-3 {
1107 margin-left: 25%; }
1108 .offset-md-4 {
1109 margin-left: 33.3333333333%; }
1110 .offset-md-5 {
1111 margin-left: 41.6666666667%; }
1112 .offset-md-6 {
1113 margin-left: 50%; }
1114 .offset-md-7 {
1115 margin-left: 58.3333333333%; }
1116 .offset-md-8 {
1117 margin-left: 66.6666666667%; }
1118 .offset-md-9 {
1119 margin-left: 75%; }
1120 .offset-md-10 {
1121 margin-left: 83.3333333333%; }
1122 .offset-md-11 {
1123 margin-left: 91.6666666667%; } }
1124
1125@media (min-width: 992px) {
1126 .col-lg {
1127 -ms-flex-preferred-size: 0;
1128 flex-basis: 0;
1129 -webkit-box-flex: 1;
1130 -ms-flex-positive: 1;
1131 flex-grow: 1;
1132 max-width: 100%; }
1133 .col-lg-auto {
1134 -webkit-box-flex: 0;
1135 -ms-flex: 0 0 auto;
1136 flex: 0 0 auto;
1137 width: auto; }
1138 .col-lg-1 {
1139 -webkit-box-flex: 0;
1140 -ms-flex: 0 0 8.3333333333%;
1141 flex: 0 0 8.3333333333%;
1142 max-width: 8.3333333333%; }
1143 .col-lg-2 {
1144 -webkit-box-flex: 0;
1145 -ms-flex: 0 0 16.6666666667%;
1146 flex: 0 0 16.6666666667%;
1147 max-width: 16.6666666667%; }
1148 .col-lg-3 {
1149 -webkit-box-flex: 0;
1150 -ms-flex: 0 0 25%;
1151 flex: 0 0 25%;
1152 max-width: 25%; }
1153 .col-lg-4 {
1154 -webkit-box-flex: 0;
1155 -ms-flex: 0 0 33.3333333333%;
1156 flex: 0 0 33.3333333333%;
1157 max-width: 33.3333333333%; }
1158 .col-lg-5 {
1159 -webkit-box-flex: 0;
1160 -ms-flex: 0 0 41.6666666667%;
1161 flex: 0 0 41.6666666667%;
1162 max-width: 41.6666666667%; }
1163 .col-lg-6 {
1164 -webkit-box-flex: 0;
1165 -ms-flex: 0 0 50%;
1166 flex: 0 0 50%;
1167 max-width: 50%; }
1168 .col-lg-7 {
1169 -webkit-box-flex: 0;
1170 -ms-flex: 0 0 58.3333333333%;
1171 flex: 0 0 58.3333333333%;
1172 max-width: 58.3333333333%; }
1173 .col-lg-8 {
1174 -webkit-box-flex: 0;
1175 -ms-flex: 0 0 66.6666666667%;
1176 flex: 0 0 66.6666666667%;
1177 max-width: 66.6666666667%; }
1178 .col-lg-9 {
1179 -webkit-box-flex: 0;
1180 -ms-flex: 0 0 75%;
1181 flex: 0 0 75%;
1182 max-width: 75%; }
1183 .col-lg-10 {
1184 -webkit-box-flex: 0;
1185 -ms-flex: 0 0 83.3333333333%;
1186 flex: 0 0 83.3333333333%;
1187 max-width: 83.3333333333%; }
1188 .col-lg-11 {
1189 -webkit-box-flex: 0;
1190 -ms-flex: 0 0 91.6666666667%;
1191 flex: 0 0 91.6666666667%;
1192 max-width: 91.6666666667%; }
1193 .col-lg-12 {
1194 -webkit-box-flex: 0;
1195 -ms-flex: 0 0 100%;
1196 flex: 0 0 100%;
1197 max-width: 100%; }
1198 .pull-lg-0 {
1199 right: auto; }
1200 .pull-lg-1 {
1201 right: 8.3333333333%; }
1202 .pull-lg-2 {
1203 right: 16.6666666667%; }
1204 .pull-lg-3 {
1205 right: 25%; }
1206 .pull-lg-4 {
1207 right: 33.3333333333%; }
1208 .pull-lg-5 {
1209 right: 41.6666666667%; }
1210 .pull-lg-6 {
1211 right: 50%; }
1212 .pull-lg-7 {
1213 right: 58.3333333333%; }
1214 .pull-lg-8 {
1215 right: 66.6666666667%; }
1216 .pull-lg-9 {
1217 right: 75%; }
1218 .pull-lg-10 {
1219 right: 83.3333333333%; }
1220 .pull-lg-11 {
1221 right: 91.6666666667%; }
1222 .pull-lg-12 {
1223 right: 100%; }
1224 .push-lg-0 {
1225 left: auto; }
1226 .push-lg-1 {
1227 left: 8.3333333333%; }
1228 .push-lg-2 {
1229 left: 16.6666666667%; }
1230 .push-lg-3 {
1231 left: 25%; }
1232 .push-lg-4 {
1233 left: 33.3333333333%; }
1234 .push-lg-5 {
1235 left: 41.6666666667%; }
1236 .push-lg-6 {
1237 left: 50%; }
1238 .push-lg-7 {
1239 left: 58.3333333333%; }
1240 .push-lg-8 {
1241 left: 66.6666666667%; }
1242 .push-lg-9 {
1243 left: 75%; }
1244 .push-lg-10 {
1245 left: 83.3333333333%; }
1246 .push-lg-11 {
1247 left: 91.6666666667%; }
1248 .push-lg-12 {
1249 left: 100%; }
1250 .offset-lg-0 {
1251 margin-left: 0%; }
1252 .offset-lg-1 {
1253 margin-left: 8.3333333333%; }
1254 .offset-lg-2 {
1255 margin-left: 16.6666666667%; }
1256 .offset-lg-3 {
1257 margin-left: 25%; }
1258 .offset-lg-4 {
1259 margin-left: 33.3333333333%; }
1260 .offset-lg-5 {
1261 margin-left: 41.6666666667%; }
1262 .offset-lg-6 {
1263 margin-left: 50%; }
1264 .offset-lg-7 {
1265 margin-left: 58.3333333333%; }
1266 .offset-lg-8 {
1267 margin-left: 66.6666666667%; }
1268 .offset-lg-9 {
1269 margin-left: 75%; }
1270 .offset-lg-10 {
1271 margin-left: 83.3333333333%; }
1272 .offset-lg-11 {
1273 margin-left: 91.6666666667%; } }
1274
1275@media (min-width: 1200px) {
1276 .col-xl {
1277 -ms-flex-preferred-size: 0;
1278 flex-basis: 0;
1279 -webkit-box-flex: 1;
1280 -ms-flex-positive: 1;
1281 flex-grow: 1;
1282 max-width: 100%; }
1283 .col-xl-auto {
1284 -webkit-box-flex: 0;
1285 -ms-flex: 0 0 auto;
1286 flex: 0 0 auto;
1287 width: auto; }
1288 .col-xl-1 {
1289 -webkit-box-flex: 0;
1290 -ms-flex: 0 0 8.3333333333%;
1291 flex: 0 0 8.3333333333%;
1292 max-width: 8.3333333333%; }
1293 .col-xl-2 {
1294 -webkit-box-flex: 0;
1295 -ms-flex: 0 0 16.6666666667%;
1296 flex: 0 0 16.6666666667%;
1297 max-width: 16.6666666667%; }
1298 .col-xl-3 {
1299 -webkit-box-flex: 0;
1300 -ms-flex: 0 0 25%;
1301 flex: 0 0 25%;
1302 max-width: 25%; }
1303 .col-xl-4 {
1304 -webkit-box-flex: 0;
1305 -ms-flex: 0 0 33.3333333333%;
1306 flex: 0 0 33.3333333333%;
1307 max-width: 33.3333333333%; }
1308 .col-xl-5 {
1309 -webkit-box-flex: 0;
1310 -ms-flex: 0 0 41.6666666667%;
1311 flex: 0 0 41.6666666667%;
1312 max-width: 41.6666666667%; }
1313 .col-xl-6 {
1314 -webkit-box-flex: 0;
1315 -ms-flex: 0 0 50%;
1316 flex: 0 0 50%;
1317 max-width: 50%; }
1318 .col-xl-7 {
1319 -webkit-box-flex: 0;
1320 -ms-flex: 0 0 58.3333333333%;
1321 flex: 0 0 58.3333333333%;
1322 max-width: 58.3333333333%; }
1323 .col-xl-8 {
1324 -webkit-box-flex: 0;
1325 -ms-flex: 0 0 66.6666666667%;
1326 flex: 0 0 66.6666666667%;
1327 max-width: 66.6666666667%; }
1328 .col-xl-9 {
1329 -webkit-box-flex: 0;
1330 -ms-flex: 0 0 75%;
1331 flex: 0 0 75%;
1332 max-width: 75%; }
1333 .col-xl-10 {
1334 -webkit-box-flex: 0;
1335 -ms-flex: 0 0 83.3333333333%;
1336 flex: 0 0 83.3333333333%;
1337 max-width: 83.3333333333%; }
1338 .col-xl-11 {
1339 -webkit-box-flex: 0;
1340 -ms-flex: 0 0 91.6666666667%;
1341 flex: 0 0 91.6666666667%;
1342 max-width: 91.6666666667%; }
1343 .col-xl-12 {
1344 -webkit-box-flex: 0;
1345 -ms-flex: 0 0 100%;
1346 flex: 0 0 100%;
1347 max-width: 100%; }
1348 .pull-xl-0 {
1349 right: auto; }
1350 .pull-xl-1 {
1351 right: 8.3333333333%; }
1352 .pull-xl-2 {
1353 right: 16.6666666667%; }
1354 .pull-xl-3 {
1355 right: 25%; }
1356 .pull-xl-4 {
1357 right: 33.3333333333%; }
1358 .pull-xl-5 {
1359 right: 41.6666666667%; }
1360 .pull-xl-6 {
1361 right: 50%; }
1362 .pull-xl-7 {
1363 right: 58.3333333333%; }
1364 .pull-xl-8 {
1365 right: 66.6666666667%; }
1366 .pull-xl-9 {
1367 right: 75%; }
1368 .pull-xl-10 {
1369 right: 83.3333333333%; }
1370 .pull-xl-11 {
1371 right: 91.6666666667%; }
1372 .pull-xl-12 {
1373 right: 100%; }
1374 .push-xl-0 {
1375 left: auto; }
1376 .push-xl-1 {
1377 left: 8.3333333333%; }
1378 .push-xl-2 {
1379 left: 16.6666666667%; }
1380 .push-xl-3 {
1381 left: 25%; }
1382 .push-xl-4 {
1383 left: 33.3333333333%; }
1384 .push-xl-5 {
1385 left: 41.6666666667%; }
1386 .push-xl-6 {
1387 left: 50%; }
1388 .push-xl-7 {
1389 left: 58.3333333333%; }
1390 .push-xl-8 {
1391 left: 66.6666666667%; }
1392 .push-xl-9 {
1393 left: 75%; }
1394 .push-xl-10 {
1395 left: 83.3333333333%; }
1396 .push-xl-11 {
1397 left: 91.6666666667%; }
1398 .push-xl-12 {
1399 left: 100%; }
1400 .offset-xl-0 {
1401 margin-left: 0%; }
1402 .offset-xl-1 {
1403 margin-left: 8.3333333333%; }
1404 .offset-xl-2 {
1405 margin-left: 16.6666666667%; }
1406 .offset-xl-3 {
1407 margin-left: 25%; }
1408 .offset-xl-4 {
1409 margin-left: 33.3333333333%; }
1410 .offset-xl-5 {
1411 margin-left: 41.6666666667%; }
1412 .offset-xl-6 {
1413 margin-left: 50%; }
1414 .offset-xl-7 {
1415 margin-left: 58.3333333333%; }
1416 .offset-xl-8 {
1417 margin-left: 66.6666666667%; }
1418 .offset-xl-9 {
1419 margin-left: 75%; }
1420 .offset-xl-10 {
1421 margin-left: 83.3333333333%; }
1422 .offset-xl-11 {
1423 margin-left: 91.6666666667%; } }
60b0917c
MT
1424
1425.btn {
b2051dd7
S
1426 display: inline-block;
1427 font-weight: normal;
1428 line-height: 1.25;
1429 text-align: center;
1430 white-space: nowrap;
1431 vertical-align: middle;
1432 -webkit-user-select: none;
1433 -moz-user-select: none;
1434 -ms-user-select: none;
1435 user-select: none;
97ed546d 1436 border: 2px solid transparent;
b2051dd7
S
1437 padding: 0.5rem 1rem;
1438 font-size: 1rem;
1439 border-radius: 0.25rem;
1440 -webkit-transition: all 0.2s ease-in-out;
1441 transition: all 0.2s ease-in-out; }
1442 .btn:focus, .btn:hover {
1443 text-decoration: none; }
1444 .btn:focus, .btn.focus {
1445 outline: 0;
1446 box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); }
1447 .btn.disabled, .btn:disabled {
1448 cursor: not-allowed;
1449 opacity: .65; }
1450 .btn:active, .btn.active {
1451 background-image: none; }
1452
1453a.btn.disabled,
1454fieldset[disabled] a.btn {
1455 pointer-events: none; }
60b0917c
MT
1456
1457.btn-primary {
1e5bc9c9 1458 color: #fff;
97ed546d
S
1459 background-color: #b71c1c;
1460 border-color: #b71c1c; }
b2051dd7 1461 .btn-primary:hover {
1e5bc9c9 1462 color: #fff;
97ed546d
S
1463 background-color: #8b1515;
1464 border-color: #821414; }
b2051dd7 1465 .btn-primary:focus, .btn-primary.focus {
97ed546d 1466 box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.5); }
b2051dd7 1467 .btn-primary.disabled, .btn-primary:disabled {
97ed546d
S
1468 background-color: #b71c1c;
1469 border-color: #b71c1c; }
b2051dd7
S
1470 .btn-primary:active, .btn-primary.active,
1471 .show > .btn-primary.dropdown-toggle {
1e5bc9c9 1472 color: #fff;
97ed546d 1473 background-color: #8b1515;
b2051dd7 1474 background-image: none;
97ed546d 1475 border-color: #821414; }
b2051dd7
S
1476
1477.btn-secondary {
97ed546d 1478 color: #546e7a;
b2051dd7 1479 background-color: #fff;
97ed546d 1480 border-color: #546e7a; }
b2051dd7 1481 .btn-secondary:hover {
97ed546d 1482 color: #546e7a;
b2051dd7 1483 background-color: #e6e5e5;
97ed546d 1484 border-color: #3b4d56; }
b2051dd7 1485 .btn-secondary:focus, .btn-secondary.focus {
97ed546d 1486 box-shadow: 0 0 0 2px rgba(84, 110, 122, 0.5); }
b2051dd7
S
1487 .btn-secondary.disabled, .btn-secondary:disabled {
1488 background-color: #fff;
97ed546d 1489 border-color: #546e7a; }
b2051dd7
S
1490 .btn-secondary:active, .btn-secondary.active,
1491 .show > .btn-secondary.dropdown-toggle {
97ed546d 1492 color: #546e7a;
b2051dd7
S
1493 background-color: #e6e5e5;
1494 background-image: none;
97ed546d 1495 border-color: #3b4d56; }
60b0917c
MT
1496
1497.btn-info {
b2051dd7
S
1498 color: #fff;
1499 background-color: #5bc0de;
1500 border-color: #5bc0de; }
1501 .btn-info:hover {
1502 color: #fff;
1503 background-color: #31b0d5;
1504 border-color: #2aabd2; }
1505 .btn-info:focus, .btn-info.focus {
1506 box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
1507 .btn-info.disabled, .btn-info:disabled {
1508 background-color: #5bc0de;
1509 border-color: #5bc0de; }
1510 .btn-info:active, .btn-info.active,
1511 .show > .btn-info.dropdown-toggle {
1512 color: #fff;
1513 background-color: #31b0d5;
1514 background-image: none;
1515 border-color: #2aabd2; }
1516
1517.btn-success {
1518 color: #fff;
1519 background-color: #5cb85c;
1520 border-color: #5cb85c; }
1521 .btn-success:hover {
1522 color: #fff;
1523 background-color: #449d44;
1524 border-color: #419641; }
1525 .btn-success:focus, .btn-success.focus {
1526 box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
1527 .btn-success.disabled, .btn-success:disabled {
1528 background-color: #5cb85c;
1529 border-color: #5cb85c; }
1530 .btn-success:active, .btn-success.active,
1531 .show > .btn-success.dropdown-toggle {
1532 color: #fff;
1533 background-color: #449d44;
1534 background-image: none;
1535 border-color: #419641; }
60b0917c
MT
1536
1537.btn-warning {
b2051dd7
S
1538 color: #fff;
1539 background-color: #f0ad4e;
1540 border-color: #f0ad4e; }
1541 .btn-warning:hover {
1542 color: #fff;
1543 background-color: #ec971f;
1544 border-color: #eb9316; }
1545 .btn-warning:focus, .btn-warning.focus {
1546 box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
1547 .btn-warning.disabled, .btn-warning:disabled {
1548 background-color: #f0ad4e;
1549 border-color: #f0ad4e; }
1550 .btn-warning:active, .btn-warning.active,
1551 .show > .btn-warning.dropdown-toggle {
1552 color: #fff;
1553 background-color: #ec971f;
1554 background-image: none;
1555 border-color: #eb9316; }
60b0917c
MT
1556
1557.btn-danger {
b2051dd7
S
1558 color: #fff;
1559 background-color: #d9534f;
1560 border-color: #d9534f; }
1561 .btn-danger:hover {
1562 color: #fff;
1563 background-color: #c9302c;
1564 border-color: #c12e2a; }
1565 .btn-danger:focus, .btn-danger.focus {
1566 box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
1567 .btn-danger.disabled, .btn-danger:disabled {
1568 background-color: #d9534f;
1569 border-color: #d9534f; }
1570 .btn-danger:active, .btn-danger.active,
1571 .show > .btn-danger.dropdown-toggle {
1572 color: #fff;
1573 background-color: #c9302c;
1574 background-image: none;
1575 border-color: #c12e2a; }
1576
1577.btn-outline-primary {
97ed546d 1578 color: #b71c1c;
b2051dd7
S
1579 background-image: none;
1580 background-color: transparent;
97ed546d 1581 border-color: #b71c1c; }
b2051dd7
S
1582 .btn-outline-primary:hover {
1583 color: #fff;
97ed546d
S
1584 background-color: #b71c1c;
1585 border-color: #b71c1c; }
b2051dd7 1586 .btn-outline-primary:focus, .btn-outline-primary.focus {
97ed546d 1587 box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.5); }
b2051dd7 1588 .btn-outline-primary.disabled, .btn-outline-primary:disabled {
97ed546d 1589 color: #b71c1c;
b2051dd7
S
1590 background-color: transparent; }
1591 .btn-outline-primary:active, .btn-outline-primary.active,
1592 .show > .btn-outline-primary.dropdown-toggle {
1593 color: #fff;
97ed546d
S
1594 background-color: #b71c1c;
1595 border-color: #b71c1c; }
b2051dd7
S
1596
1597.btn-outline-secondary {
97ed546d 1598 color: #546e7a;
b2051dd7
S
1599 background-image: none;
1600 background-color: transparent;
97ed546d 1601 border-color: #546e7a; }
b2051dd7
S
1602 .btn-outline-secondary:hover {
1603 color: #fff;
97ed546d
S
1604 background-color: #546e7a;
1605 border-color: #546e7a; }
b2051dd7 1606 .btn-outline-secondary:focus, .btn-outline-secondary.focus {
97ed546d 1607 box-shadow: 0 0 0 2px rgba(84, 110, 122, 0.5); }
b2051dd7 1608 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
97ed546d 1609 color: #546e7a;
b2051dd7
S
1610 background-color: transparent; }
1611 .btn-outline-secondary:active, .btn-outline-secondary.active,
1612 .show > .btn-outline-secondary.dropdown-toggle {
1613 color: #fff;
97ed546d
S
1614 background-color: #546e7a;
1615 border-color: #546e7a; }
b2051dd7
S
1616
1617.btn-outline-info {
1618 color: #5bc0de;
1619 background-image: none;
1620 background-color: transparent;
1621 border-color: #5bc0de; }
1622 .btn-outline-info:hover {
1623 color: #fff;
1624 background-color: #5bc0de;
1625 border-color: #5bc0de; }
1626 .btn-outline-info:focus, .btn-outline-info.focus {
1627 box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
1628 .btn-outline-info.disabled, .btn-outline-info:disabled {
1629 color: #5bc0de;
1630 background-color: transparent; }
1631 .btn-outline-info:active, .btn-outline-info.active,
1632 .show > .btn-outline-info.dropdown-toggle {
1633 color: #fff;
1634 background-color: #5bc0de;
1635 border-color: #5bc0de; }
1636
1637.btn-outline-success {
1638 color: #5cb85c;
1639 background-image: none;
1640 background-color: transparent;
1641 border-color: #5cb85c; }
1642 .btn-outline-success:hover {
1643 color: #fff;
1644 background-color: #5cb85c;
1645 border-color: #5cb85c; }
1646 .btn-outline-success:focus, .btn-outline-success.focus {
1647 box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
1648 .btn-outline-success.disabled, .btn-outline-success:disabled {
1649 color: #5cb85c;
1650 background-color: transparent; }
1651 .btn-outline-success:active, .btn-outline-success.active,
1652 .show > .btn-outline-success.dropdown-toggle {
1653 color: #fff;
1654 background-color: #5cb85c;
1655 border-color: #5cb85c; }
1656
1657.btn-outline-warning {
1658 color: #f0ad4e;
1659 background-image: none;
1660 background-color: transparent;
1661 border-color: #f0ad4e; }
1662 .btn-outline-warning:hover {
1663 color: #fff;
1664 background-color: #f0ad4e;
1665 border-color: #f0ad4e; }
1666 .btn-outline-warning:focus, .btn-outline-warning.focus {
1667 box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
1668 .btn-outline-warning.disabled, .btn-outline-warning:disabled {
1669 color: #f0ad4e;
1670 background-color: transparent; }
1671 .btn-outline-warning:active, .btn-outline-warning.active,
1672 .show > .btn-outline-warning.dropdown-toggle {
1673 color: #fff;
1674 background-color: #f0ad4e;
1675 border-color: #f0ad4e; }
1676
1677.btn-outline-danger {
1678 color: #d9534f;
1679 background-image: none;
1680 background-color: transparent;
1681 border-color: #d9534f; }
1682 .btn-outline-danger:hover {
1683 color: #fff;
1684 background-color: #d9534f;
1685 border-color: #d9534f; }
1686 .btn-outline-danger:focus, .btn-outline-danger.focus {
1687 box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
1688 .btn-outline-danger.disabled, .btn-outline-danger:disabled {
1689 color: #d9534f;
1690 background-color: transparent; }
1691 .btn-outline-danger:active, .btn-outline-danger.active,
1692 .show > .btn-outline-danger.dropdown-toggle {
1693 color: #fff;
1694 background-color: #d9534f;
1695 border-color: #d9534f; }
1696
1697.btn-link {
1698 font-weight: normal;
1e5bc9c9 1699 color: #b71c1c;
b2051dd7
S
1700 border-radius: 0; }
1701 .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
1702 background-color: transparent; }
1703 .btn-link, .btn-link:focus, .btn-link:active {
1704 border-color: transparent; }
1705 .btn-link:hover {
1706 border-color: transparent; }
1707 .btn-link:focus, .btn-link:hover {
1708 color: #014c8c;
1709 text-decoration: underline;
1710 background-color: transparent; }
1711 .btn-link:disabled {
1712 color: #636c72; }
1713 .btn-link:disabled:focus, .btn-link:disabled:hover {
1714 text-decoration: none; }
1715
1716.btn-lg, .btn-group-lg > .btn {
97ed546d 1717 padding: 0.75rem 2rem;
b2051dd7 1718 font-size: 1.25rem;
97ed546d 1719 border-radius: 0.125rem; }
b2051dd7
S
1720
1721.btn-sm, .btn-group-sm > .btn {
1722 padding: 0.25rem 0.5rem;
1723 font-size: 0.875rem;
1724 border-radius: 0.2rem; }
1725
1726.btn-block {
1727 display: block;
1728 width: 100%; }
1729
1730.btn-block + .btn-block {
1731 margin-top: 0.5rem; }
1732
1733input[type="submit"].btn-block,
1734input[type="reset"].btn-block,
1735input[type="button"].btn-block {
1736 width: 100%; }
1737
1738.fade {
1739 opacity: 0;
1740 -webkit-transition: opacity 0.15s linear;
1741 transition: opacity 0.15s linear; }
1742 .fade.show {
1743 opacity: 1; }
1744
1745.collapse {
1746 display: none; }
1747 .collapse.show {
1748 display: block; }
1749
1750tr.collapse.show {
1751 display: table-row; }
1752
1753tbody.collapse.show {
1754 display: table-row-group; }
1755
1756.collapsing {
1757 position: relative;
1758 height: 0;
1759 overflow: hidden;
1760 -webkit-transition: height 0.35s ease;
1761 transition: height 0.35s ease; }
1762
1763.dropup,
1764.dropdown {
1765 position: relative; }
1766
1767.dropdown-toggle::after {
1768 display: inline-block;
1769 width: 0;
1770 height: 0;
1771 margin-left: 0.3em;
1772 vertical-align: middle;
1773 content: "";
1774 border-top: 0.3em solid;
1775 border-right: 0.3em solid transparent;
1776 border-left: 0.3em solid transparent; }
1777
1778.dropdown-toggle:focus {
1779 outline: 0; }
1780
1781.dropup .dropdown-toggle::after {
1782 border-top: 0;
1783 border-bottom: 0.3em solid; }
1784
1785.dropdown-menu {
1786 position: absolute;
1787 top: 100%;
1788 left: 0;
1789 z-index: 1000;
1790 display: none;
1791 float: left;
1792 min-width: 10rem;
1793 padding: 0.5rem 0;
1794 margin: 0.125rem 0 0;
1795 font-size: 1rem;
1796 color: #292b2c;
1797 text-align: left;
1798 list-style: none;
1799 background-color: #fff;
1800 background-clip: padding-box;
1801 border: 1px solid rgba(0, 0, 0, 0.15);
1802 border-radius: 0.25rem; }
1803
1804.dropdown-divider {
1805 height: 1px;
1e5bc9c9 1806 margin: 0.75rem 0;
b2051dd7
S
1807 overflow: hidden;
1808 background-color: #eceeef; }
1809
1810.dropdown-item {
1811 display: block;
1812 width: 100%;
1813 padding: 3px 1.5rem;
1814 clear: both;
1815 font-weight: normal;
1816 color: #292b2c;
1817 text-align: inherit;
1818 white-space: nowrap;
1819 background: none;
1820 border: 0; }
1821 .dropdown-item:focus, .dropdown-item:hover {
1822 color: #1d1e1f;
1823 text-decoration: none;
1824 background-color: #f7f7f9; }
1825 .dropdown-item.active, .dropdown-item:active {
1826 color: #fff;
1827 text-decoration: none;
1828 background-color: #0275d8; }
1829 .dropdown-item.disabled, .dropdown-item:disabled {
1830 color: #636c72;
1831 cursor: not-allowed;
1832 background-color: transparent; }
1833
1834.show > .dropdown-menu {
1835 display: block; }
1836
1837.show > a {
1838 outline: 0; }
1839
1840.dropdown-menu-right {
1841 right: 0;
1842 left: auto; }
1843
1844.dropdown-menu-left {
1845 right: auto;
1846 left: 0; }
1847
1848.dropdown-header {
1849 display: block;
1850 padding: 0.5rem 1.5rem;
1851 margin-bottom: 0;
1852 font-size: 0.875rem;
1853 color: #636c72;
1854 white-space: nowrap; }
1855
1856.dropdown-backdrop {
1857 position: fixed;
1858 top: 0;
1859 right: 0;
1860 bottom: 0;
1861 left: 0;
1862 z-index: 990; }
1863
1864.dropup .dropdown-menu {
1865 top: auto;
1866 bottom: 100%;
1867 margin-bottom: 0.125rem; }
1868
1869.btn-group,
1870.btn-group-vertical {
1871 position: relative;
1872 display: -webkit-inline-box;
1873 display: -ms-inline-flexbox;
1874 display: inline-flex;
1875 vertical-align: middle; }
1876 .btn-group > .btn,
1877 .btn-group-vertical > .btn {
1878 position: relative;
1879 -webkit-box-flex: 0;
1880 -ms-flex: 0 1 auto;
1881 flex: 0 1 auto; }
1882 .btn-group > .btn:hover,
1883 .btn-group-vertical > .btn:hover {
1884 z-index: 2; }
1885 .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
1886 .btn-group-vertical > .btn:focus,
1887 .btn-group-vertical > .btn:active,
1888 .btn-group-vertical > .btn.active {
1889 z-index: 2; }
1890 .btn-group .btn + .btn,
1891 .btn-group .btn + .btn-group,
1892 .btn-group .btn-group + .btn,
1893 .btn-group .btn-group + .btn-group,
1894 .btn-group-vertical .btn + .btn,
1895 .btn-group-vertical .btn + .btn-group,
1896 .btn-group-vertical .btn-group + .btn,
1897 .btn-group-vertical .btn-group + .btn-group {
97ed546d 1898 margin-left: -2px; }
b2051dd7
S
1899
1900.btn-toolbar {
1901 display: -webkit-box;
1902 display: -ms-flexbox;
1903 display: flex;
1904 -webkit-box-pack: start;
1905 -ms-flex-pack: start;
1906 justify-content: flex-start; }
1907 .btn-toolbar .input-group {
1908 width: auto; }
1909
1910.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1911 border-radius: 0; }
1912
1913.btn-group > .btn:first-child {
1914 margin-left: 0; }
1915 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1916 border-bottom-right-radius: 0;
1917 border-top-right-radius: 0; }
1918
1919.btn-group > .btn:last-child:not(:first-child),
1920.btn-group > .dropdown-toggle:not(:first-child) {
1921 border-bottom-left-radius: 0;
1922 border-top-left-radius: 0; }
1923
1924.btn-group > .btn-group {
1925 float: left; }
1926
1927.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1928 border-radius: 0; }
1929
1930.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
1931.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
1932 border-bottom-right-radius: 0;
1933 border-top-right-radius: 0; }
1934
1935.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
1936 border-bottom-left-radius: 0;
1937 border-top-left-radius: 0; }
1938
1939.btn-group .dropdown-toggle:active,
1940.btn-group.open .dropdown-toggle {
1941 outline: 0; }
1942
1943.btn + .dropdown-toggle-split {
1944 padding-right: 0.75rem;
1945 padding-left: 0.75rem; }
1946 .btn + .dropdown-toggle-split::after {
1947 margin-left: 0; }
1948
1949.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
1950 padding-right: 0.375rem;
1951 padding-left: 0.375rem; }
1952
1953.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
97ed546d
S
1954 padding-right: 1.5rem;
1955 padding-left: 1.5rem; }
b2051dd7
S
1956
1957.btn-group-vertical {
1958 display: -webkit-inline-box;
1959 display: -ms-inline-flexbox;
1960 display: inline-flex;
1961 -webkit-box-orient: vertical;
1962 -webkit-box-direction: normal;
1963 -ms-flex-direction: column;
1964 flex-direction: column;
1965 -webkit-box-align: start;
1966 -ms-flex-align: start;
1967 align-items: flex-start;
1968 -webkit-box-pack: center;
1969 -ms-flex-pack: center;
1970 justify-content: center; }
1971 .btn-group-vertical .btn,
1972 .btn-group-vertical .btn-group {
1973 width: 100%; }
1974 .btn-group-vertical > .btn + .btn,
1975 .btn-group-vertical > .btn + .btn-group,
1976 .btn-group-vertical > .btn-group + .btn,
1977 .btn-group-vertical > .btn-group + .btn-group {
97ed546d 1978 margin-top: -2px;
b2051dd7
S
1979 margin-left: 0; }
1980
1981.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
1982 border-radius: 0; }
1983
1984.btn-group-vertical > .btn:first-child:not(:last-child) {
1985 border-bottom-right-radius: 0;
1986 border-bottom-left-radius: 0; }
1987
1988.btn-group-vertical > .btn:last-child:not(:first-child) {
1989 border-top-right-radius: 0;
1990 border-top-left-radius: 0; }
1991
1992.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
1993 border-radius: 0; }
1994
1995.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
1996.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
1997 border-bottom-right-radius: 0;
1998 border-bottom-left-radius: 0; }
1999
2000.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
2001 border-top-right-radius: 0;
2002 border-top-left-radius: 0; }
2003
2004[data-toggle="buttons"] > .btn input[type="radio"],
2005[data-toggle="buttons"] > .btn input[type="checkbox"],
2006[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
2007[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
2008 position: absolute;
2009 clip: rect(0, 0, 0, 0);
2010 pointer-events: none; }
2011
2012.input-group {
2013 position: relative;
2014 display: -webkit-box;
2015 display: -ms-flexbox;
2016 display: flex;
2017 width: 100%; }
2018 .input-group .form-control {
2019 position: relative;
2020 z-index: 2;
2021 -webkit-box-flex: 1;
2022 -ms-flex: 1 1 auto;
2023 flex: 1 1 auto;
2024 width: 1%;
2025 margin-bottom: 0; }
2026 .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
2027 z-index: 3; }
2028
2029.input-group-addon,
2030.input-group-btn,
2031.input-group .form-control {
2032 display: -webkit-box;
2033 display: -ms-flexbox;
2034 display: flex;
2035 -webkit-box-orient: vertical;
2036 -webkit-box-direction: normal;
2037 -ms-flex-direction: column;
2038 flex-direction: column;
2039 -webkit-box-pack: center;
2040 -ms-flex-pack: center;
2041 justify-content: center; }
2042 .input-group-addon:not(:first-child):not(:last-child),
2043 .input-group-btn:not(:first-child):not(:last-child),
2044 .input-group .form-control:not(:first-child):not(:last-child) {
2045 border-radius: 0; }
2046
2047.input-group-addon,
2048.input-group-btn {
2049 white-space: nowrap;
2050 vertical-align: middle; }
2051
2052.input-group-addon {
2053 padding: 0.5rem 0.75rem;
2054 margin-bottom: 0;
2055 font-size: 1rem;
2056 font-weight: normal;
2057 line-height: 1.25;
2058 color: #464a4c;
2059 text-align: center;
2060 background-color: #eceeef;
97ed546d 2061 border: 2px solid rgba(0, 0, 0, 0.15);
b2051dd7
S
2062 border-radius: 0.25rem; }
2063 .input-group-addon.form-control-sm,
2064 .input-group-sm > .input-group-addon,
2065 .input-group-sm > .input-group-btn > .input-group-addon.btn {
2066 padding: 0.25rem 0.5rem;
2067 font-size: 0.875rem;
2068 border-radius: 0.2rem; }
2069 .input-group-addon.form-control-lg,
2070 .input-group-lg > .input-group-addon,
2071 .input-group-lg > .input-group-btn > .input-group-addon.btn {
2072 padding: 0.75rem 1.5rem;
2073 font-size: 1.25rem;
2074 border-radius: 0.3rem; }
2075 .input-group-addon input[type="radio"],
2076 .input-group-addon input[type="checkbox"] {
2077 margin-top: 0; }
2078
2079.input-group .form-control:not(:last-child),
2080.input-group-addon:not(:last-child),
2081.input-group-btn:not(:last-child) > .btn,
2082.input-group-btn:not(:last-child) > .btn-group > .btn,
2083.input-group-btn:not(:last-child) > .dropdown-toggle,
2084.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
2085.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
2086 border-bottom-right-radius: 0;
2087 border-top-right-radius: 0; }
2088
2089.input-group-addon:not(:last-child) {
2090 border-right: 0; }
2091
2092.input-group .form-control:not(:first-child),
2093.input-group-addon:not(:first-child),
2094.input-group-btn:not(:first-child) > .btn,
2095.input-group-btn:not(:first-child) > .btn-group > .btn,
2096.input-group-btn:not(:first-child) > .dropdown-toggle,
2097.input-group-btn:not(:last-child) > .btn:not(:first-child),
2098.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
2099 border-bottom-left-radius: 0;
2100 border-top-left-radius: 0; }
2101
2102.form-control + .input-group-addon:not(:first-child) {
2103 border-left: 0; }
2104
2105.input-group-btn {
2106 position: relative;
2107 font-size: 0;
2108 white-space: nowrap; }
2109 .input-group-btn > .btn {
2110 position: relative;
2111 -webkit-box-flex: 1;
2112 -ms-flex: 1;
2113 flex: 1; }
2114 .input-group-btn > .btn + .btn {
97ed546d 2115 margin-left: -2px; }
b2051dd7
S
2116 .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
2117 z-index: 3; }
2118 .input-group-btn:not(:last-child) > .btn,
2119 .input-group-btn:not(:last-child) > .btn-group {
97ed546d 2120 margin-right: -2px; }
b2051dd7
S
2121 .input-group-btn:not(:first-child) > .btn,
2122 .input-group-btn:not(:first-child) > .btn-group {
2123 z-index: 2;
97ed546d 2124 margin-left: -2px; }
b2051dd7
S
2125 .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
2126 .input-group-btn:not(:first-child) > .btn-group:focus,
2127 .input-group-btn:not(:first-child) > .btn-group:active,
2128 .input-group-btn:not(:first-child) > .btn-group:hover {
2129 z-index: 3; }
2130
2131.custom-control {
2132 position: relative;
2133 display: -webkit-inline-box;
2134 display: -ms-inline-flexbox;
2135 display: inline-flex;
2136 min-height: 1.5rem;
2137 padding-left: 1.5rem;
2138 margin-right: 1rem;
2139 cursor: pointer; }
2140
2141.custom-control-input {
2142 position: absolute;
2143 z-index: -1;
2144 opacity: 0; }
2145 .custom-control-input:checked ~ .custom-control-indicator {
2146 color: #fff;
2147 background-color: #0275d8; }
2148 .custom-control-input:focus ~ .custom-control-indicator {
2149 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; }
2150 .custom-control-input:active ~ .custom-control-indicator {
2151 color: #fff;
2152 background-color: #8fcafe; }
2153 .custom-control-input:disabled ~ .custom-control-indicator {
2154 cursor: not-allowed;
2155 background-color: #eceeef; }
2156 .custom-control-input:disabled ~ .custom-control-description {
2157 color: #636c72;
2158 cursor: not-allowed; }
2159
2160.custom-control-indicator {
2161 position: absolute;
2162 top: 0.25rem;
2163 left: 0;
2164 display: block;
2165 width: 1rem;
2166 height: 1rem;
2167 pointer-events: none;
2168 -webkit-user-select: none;
2169 -moz-user-select: none;
2170 -ms-user-select: none;
2171 user-select: none;
2172 background-color: #ddd;
2173 background-repeat: no-repeat;
2174 background-position: center center;
2175 background-size: 50% 50%; }
2176
2177.custom-checkbox .custom-control-indicator {
2178 border-radius: 0.25rem; }
2179
2180.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
2181 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='%23fff' 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"); }
2182
2183.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
2184 background-color: #0275d8;
2185 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='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
2186
2187.custom-radio .custom-control-indicator {
2188 border-radius: 50%; }
2189
2190.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
2191 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='%23fff'/%3E%3C/svg%3E"); }
2192
2193.custom-controls-stacked {
2194 display: -webkit-box;
2195 display: -ms-flexbox;
2196 display: flex;
2197 -webkit-box-orient: vertical;
2198 -webkit-box-direction: normal;
2199 -ms-flex-direction: column;
2200 flex-direction: column; }
2201 .custom-controls-stacked .custom-control {
2202 margin-bottom: 0.25rem; }
2203 .custom-controls-stacked .custom-control + .custom-control {
2204 margin-left: 0; }
2205
2206.custom-select {
2207 display: inline-block;
2208 max-width: 100%;
97ed546d 2209 height: calc(2.25rem + 4px);
b2051dd7
S
2210 padding: 0.375rem 1.75rem 0.375rem 0.75rem;
2211 line-height: 1.25;
2212 color: #464a4c;
2213 vertical-align: middle;
2214 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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
2215 background-size: 8px 10px;
2216 border: 1px solid rgba(0, 0, 0, 0.15);
2217 border-radius: 0.25rem;
2218 -moz-appearance: none;
2219 -webkit-appearance: none; }
2220 .custom-select:focus {
2221 border-color: #5cb3fd;
2222 outline: none; }
2223 .custom-select:focus::-ms-value {
2224 color: #464a4c;
2225 background-color: #fff; }
2226 .custom-select:disabled {
2227 color: #636c72;
2228 cursor: not-allowed;
2229 background-color: #eceeef; }
2230 .custom-select::-ms-expand {
2231 opacity: 0; }
2232
2233.custom-select-sm {
2234 padding-top: 0.375rem;
2235 padding-bottom: 0.375rem;
2236 font-size: 75%; }
2237
2238.custom-file {
2239 position: relative;
2240 display: inline-block;
2241 max-width: 100%;
2242 height: 2.5rem;
2243 margin-bottom: 0;
2244 cursor: pointer; }
2245
2246.custom-file-input {
2247 min-width: 14rem;
2248 max-width: 100%;
2249 height: 2.5rem;
2250 margin: 0;
2251 filter: alpha(opacity=0);
2252 opacity: 0; }
2253
2254.custom-file-control {
2255 position: absolute;
2256 top: 0;
2257 right: 0;
2258 left: 0;
2259 z-index: 5;
2260 height: 2.5rem;
2261 padding: 0.5rem 1rem;
2262 line-height: 1.5;
2263 color: #464a4c;
2264 pointer-events: none;
2265 -webkit-user-select: none;
2266 -moz-user-select: none;
2267 -ms-user-select: none;
2268 user-select: none;
2269 background-color: #fff;
2270 border: 1px solid rgba(0, 0, 0, 0.15);
2271 border-radius: 0.25rem; }
2272 .custom-file-control:lang(en)::after {
2273 content: "Choose file..."; }
2274 .custom-file-control::before {
2275 position: absolute;
2276 top: -1px;
2277 right: -1px;
2278 bottom: -1px;
2279 z-index: 6;
2280 display: block;
2281 height: 2.5rem;
2282 padding: 0.5rem 1rem;
2283 line-height: 1.5;
2284 color: #464a4c;
2285 background-color: #eceeef;
2286 border: 1px solid rgba(0, 0, 0, 0.15);
2287 border-radius: 0 0.25rem 0.25rem 0; }
2288 .custom-file-control:lang(en)::before {
2289 content: "Browse"; }
2290
2291.nav {
2292 display: -webkit-box;
2293 display: -ms-flexbox;
2294 display: flex;
2295 padding-left: 0;
2296 margin-bottom: 0;
2297 list-style: none; }
2298
2299.nav-link {
2300 display: block;
97ed546d 2301 padding: 0.5em 1.5em; }
b2051dd7
S
2302 .nav-link:focus, .nav-link:hover {
2303 text-decoration: none; }
2304 .nav-link.disabled {
2305 color: #636c72;
2306 cursor: not-allowed; }
2307
2308.nav-tabs {
2309 border-bottom: 1px solid #ddd; }
2310 .nav-tabs .nav-item {
2311 margin-bottom: -1px; }
2312 .nav-tabs .nav-link {
2313 border: 1px solid transparent;
2314 border-top-right-radius: 0.25rem;
2315 border-top-left-radius: 0.25rem; }
2316 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
2317 border-color: #eceeef #eceeef #ddd; }
2318 .nav-tabs .nav-link.disabled {
2319 color: #636c72;
2320 background-color: transparent;
2321 border-color: transparent; }
2322 .nav-tabs .nav-link.active,
2323 .nav-tabs .nav-item.show .nav-link {
2324 color: #464a4c;
2325 background-color: #fff;
2326 border-color: #ddd #ddd #fff; }
2327 .nav-tabs .dropdown-menu {
2328 margin-top: -1px;
2329 border-top-right-radius: 0;
2330 border-top-left-radius: 0; }
2331
2332.nav-pills .nav-link {
2333 border-radius: 0.25rem; }
2334
2335.nav-pills .nav-link.active,
2336.nav-pills .nav-item.show .nav-link {
2337 color: #fff;
2338 cursor: default;
2339 background-color: #0275d8; }
2340
2341.nav-fill .nav-item {
2342 -webkit-box-flex: 1;
2343 -ms-flex: 1 1 auto;
2344 flex: 1 1 auto;
2345 text-align: center; }
2346
2347.nav-justified .nav-item {
2348 -webkit-box-flex: 1;
2349 -ms-flex: 1 1 100%;
2350 flex: 1 1 100%;
2351 text-align: center; }
2352
2353.tab-content > .tab-pane {
2354 display: none; }
2355
2356.tab-content > .active {
2357 display: block; }
60b0917c
MT
2358
2359.navbar {
b2051dd7
S
2360 position: relative;
2361 display: -webkit-box;
2362 display: -ms-flexbox;
2363 display: flex;
2364 -webkit-box-orient: vertical;
2365 -webkit-box-direction: normal;
2366 -ms-flex-direction: column;
2367 flex-direction: column;
1e5bc9c9 2368 padding: 1.5rem 1.5rem; }
8629ec0f 2369
60b0917c 2370.navbar-brand {
b2051dd7
S
2371 display: inline-block;
2372 padding-top: .25rem;
2373 padding-bottom: .25rem;
1e5bc9c9 2374 margin-right: 1.5rem;
b2051dd7
S
2375 font-size: 1.25rem;
2376 line-height: inherit;
2377 white-space: nowrap; }
2378 .navbar-brand:focus, .navbar-brand:hover {
2379 text-decoration: none; }
2380
2381.navbar-nav {
2382 display: -webkit-box;
2383 display: -ms-flexbox;
2384 display: flex;
2385 -webkit-box-orient: vertical;
2386 -webkit-box-direction: normal;
2387 -ms-flex-direction: column;
2388 flex-direction: column;
2389 padding-left: 0;
2390 margin-bottom: 0;
2391 list-style: none; }
2392 .navbar-nav .nav-link {
2393 padding-right: 0;
2394 padding-left: 0; }
2395
2396.navbar-text {
2397 display: inline-block;
2398 padding-top: .425rem;
2399 padding-bottom: .425rem; }
2400
2401.navbar-toggler {
2402 -ms-flex-item-align: start;
2403 align-self: flex-start;
2404 padding: 0.25rem 0.75rem;
2405 font-size: 1.25rem;
2406 line-height: 1;
2407 background: transparent;
97ed546d 2408 border: 2px solid transparent;
b2051dd7
S
2409 border-radius: 0.25rem; }
2410 .navbar-toggler:focus, .navbar-toggler:hover {
2411 text-decoration: none; }
2412
2413.navbar-toggler-icon {
2414 display: inline-block;
2415 width: 1.5em;
2416 height: 1.5em;
2417 vertical-align: middle;
2418 content: "";
2419 background: no-repeat center center;
2420 background-size: 100% 100%; }
2421
2422.navbar-toggler-left {
2423 position: absolute;
1e5bc9c9 2424 left: 1.5rem; }
b2051dd7
S
2425
2426.navbar-toggler-right {
2427 position: absolute;
1e5bc9c9 2428 right: 1.5rem; }
b2051dd7
S
2429
2430@media (max-width: 575px) {
2431 .navbar-toggleable .navbar-nav .dropdown-menu {
2432 position: static;
2433 float: none; }
2434 .navbar-toggleable > .container {
2435 padding-right: 0;
2436 padding-left: 0; } }
2437
2438@media (min-width: 576px) {
2439 .navbar-toggleable {
2440 -webkit-box-orient: horizontal;
2441 -webkit-box-direction: normal;
2442 -ms-flex-direction: row;
2443 flex-direction: row;
2444 -ms-flex-wrap: nowrap;
2445 flex-wrap: nowrap;
2446 -webkit-box-align: center;
2447 -ms-flex-align: center;
2448 align-items: center; }
2449 .navbar-toggleable .navbar-nav {
2450 -webkit-box-orient: horizontal;
2451 -webkit-box-direction: normal;
2452 -ms-flex-direction: row;
2453 flex-direction: row; }
2454 .navbar-toggleable .navbar-nav .nav-link {
2455 padding-right: .5rem;
2456 padding-left: .5rem; }
2457 .navbar-toggleable > .container {
2458 display: -webkit-box;
2459 display: -ms-flexbox;
2460 display: flex;
2461 -ms-flex-wrap: nowrap;
2462 flex-wrap: nowrap;
2463 -webkit-box-align: center;
2464 -ms-flex-align: center;
2465 align-items: center; }
2466 .navbar-toggleable .navbar-collapse {
2467 display: -webkit-box !important;
2468 display: -ms-flexbox !important;
2469 display: flex !important;
2470 width: 100%; }
2471 .navbar-toggleable .navbar-toggler {
2472 display: none; } }
2473
2474@media (max-width: 767px) {
2475 .navbar-toggleable-sm .navbar-nav .dropdown-menu {
2476 position: static;
2477 float: none; }
2478 .navbar-toggleable-sm > .container {
2479 padding-right: 0;
2480 padding-left: 0; } }
2481
2482@media (min-width: 768px) {
2483 .navbar-toggleable-sm {
2484 -webkit-box-orient: horizontal;
2485 -webkit-box-direction: normal;
2486 -ms-flex-direction: row;
2487 flex-direction: row;
2488 -ms-flex-wrap: nowrap;
2489 flex-wrap: nowrap;
2490 -webkit-box-align: center;
2491 -ms-flex-align: center;
2492 align-items: center; }
2493 .navbar-toggleable-sm .navbar-nav {
2494 -webkit-box-orient: horizontal;
2495 -webkit-box-direction: normal;
2496 -ms-flex-direction: row;
2497 flex-direction: row; }
2498 .navbar-toggleable-sm .navbar-nav .nav-link {
2499 padding-right: .5rem;
2500 padding-left: .5rem; }
2501 .navbar-toggleable-sm > .container {
2502 display: -webkit-box;
2503 display: -ms-flexbox;
2504 display: flex;
2505 -ms-flex-wrap: nowrap;
2506 flex-wrap: nowrap;
2507 -webkit-box-align: center;
2508 -ms-flex-align: center;
2509 align-items: center; }
2510 .navbar-toggleable-sm .navbar-collapse {
2511 display: -webkit-box !important;
2512 display: -ms-flexbox !important;
2513 display: flex !important;
2514 width: 100%; }
2515 .navbar-toggleable-sm .navbar-toggler {
2516 display: none; } }
2517
2518@media (max-width: 991px) {
2519 .navbar-toggleable-md .navbar-nav .dropdown-menu {
2520 position: static;
2521 float: none; }
2522 .navbar-toggleable-md > .container {
2523 padding-right: 0;
2524 padding-left: 0; } }
2525
2526@media (min-width: 992px) {
2527 .navbar-toggleable-md {
2528 -webkit-box-orient: horizontal;
2529 -webkit-box-direction: normal;
2530 -ms-flex-direction: row;
2531 flex-direction: row;
2532 -ms-flex-wrap: nowrap;
2533 flex-wrap: nowrap;
2534 -webkit-box-align: center;
2535 -ms-flex-align: center;
2536 align-items: center; }
2537 .navbar-toggleable-md .navbar-nav {
2538 -webkit-box-orient: horizontal;
2539 -webkit-box-direction: normal;
2540 -ms-flex-direction: row;
2541 flex-direction: row; }
2542 .navbar-toggleable-md .navbar-nav .nav-link {
2543 padding-right: .5rem;
2544 padding-left: .5rem; }
2545 .navbar-toggleable-md > .container {
2546 display: -webkit-box;
2547 display: -ms-flexbox;
2548 display: flex;
2549 -ms-flex-wrap: nowrap;
2550 flex-wrap: nowrap;
2551 -webkit-box-align: center;
2552 -ms-flex-align: center;
2553 align-items: center; }
2554 .navbar-toggleable-md .navbar-collapse {
2555 display: -webkit-box !important;
2556 display: -ms-flexbox !important;
2557 display: flex !important;
2558 width: 100%; }
2559 .navbar-toggleable-md .navbar-toggler {
2560 display: none; } }
2561
2562@media (max-width: 1199px) {
2563 .navbar-toggleable-lg .navbar-nav .dropdown-menu {
2564 position: static;
2565 float: none; }
2566 .navbar-toggleable-lg > .container {
2567 padding-right: 0;
2568 padding-left: 0; } }
2569
2570@media (min-width: 1200px) {
2571 .navbar-toggleable-lg {
2572 -webkit-box-orient: horizontal;
2573 -webkit-box-direction: normal;
2574 -ms-flex-direction: row;
2575 flex-direction: row;
2576 -ms-flex-wrap: nowrap;
2577 flex-wrap: nowrap;
2578 -webkit-box-align: center;
2579 -ms-flex-align: center;
2580 align-items: center; }
2581 .navbar-toggleable-lg .navbar-nav {
2582 -webkit-box-orient: horizontal;
2583 -webkit-box-direction: normal;
2584 -ms-flex-direction: row;
2585 flex-direction: row; }
2586 .navbar-toggleable-lg .navbar-nav .nav-link {
2587 padding-right: .5rem;
2588 padding-left: .5rem; }
2589 .navbar-toggleable-lg > .container {
2590 display: -webkit-box;
2591 display: -ms-flexbox;
2592 display: flex;
2593 -ms-flex-wrap: nowrap;
2594 flex-wrap: nowrap;
2595 -webkit-box-align: center;
2596 -ms-flex-align: center;
2597 align-items: center; }
2598 .navbar-toggleable-lg .navbar-collapse {
2599 display: -webkit-box !important;
2600 display: -ms-flexbox !important;
2601 display: flex !important;
2602 width: 100%; }
2603 .navbar-toggleable-lg .navbar-toggler {
2604 display: none; } }
2605
2606.navbar-toggleable-xl {
2607 -webkit-box-orient: horizontal;
2608 -webkit-box-direction: normal;
2609 -ms-flex-direction: row;
2610 flex-direction: row;
2611 -ms-flex-wrap: nowrap;
2612 flex-wrap: nowrap;
2613 -webkit-box-align: center;
2614 -ms-flex-align: center;
2615 align-items: center; }
2616 .navbar-toggleable-xl .navbar-nav .dropdown-menu {
2617 position: static;
2618 float: none; }
2619 .navbar-toggleable-xl > .container {
2620 padding-right: 0;
2621 padding-left: 0; }
2622 .navbar-toggleable-xl .navbar-nav {
2623 -webkit-box-orient: horizontal;
2624 -webkit-box-direction: normal;
2625 -ms-flex-direction: row;
2626 flex-direction: row; }
2627 .navbar-toggleable-xl .navbar-nav .nav-link {
2628 padding-right: .5rem;
2629 padding-left: .5rem; }
2630 .navbar-toggleable-xl > .container {
2631 display: -webkit-box;
2632 display: -ms-flexbox;
2633 display: flex;
2634 -ms-flex-wrap: nowrap;
2635 flex-wrap: nowrap;
2636 -webkit-box-align: center;
2637 -ms-flex-align: center;
2638 align-items: center; }
2639 .navbar-toggleable-xl .navbar-collapse {
2640 display: -webkit-box !important;
2641 display: -ms-flexbox !important;
2642 display: flex !important;
2643 width: 100%; }
2644 .navbar-toggleable-xl .navbar-toggler {
2645 display: none; }
2646
2647.navbar-light .navbar-brand,
2648.navbar-light .navbar-toggler {
2649 color: rgba(0, 0, 0, 0.9); }
2650 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
2651 .navbar-light .navbar-toggler:focus,
2652 .navbar-light .navbar-toggler:hover {
2653 color: rgba(0, 0, 0, 0.9); }
2654
2655.navbar-light .navbar-nav .nav-link {
2656 color: rgba(0, 0, 0, 0.5); }
2657 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
2658 color: rgba(0, 0, 0, 0.7); }
2659 .navbar-light .navbar-nav .nav-link.disabled {
2660 color: rgba(0, 0, 0, 0.3); }
2661
2662.navbar-light .navbar-nav .open > .nav-link,
2663.navbar-light .navbar-nav .active > .nav-link,
2664.navbar-light .navbar-nav .nav-link.open,
2665.navbar-light .navbar-nav .nav-link.active {
2666 color: rgba(0, 0, 0, 0.9); }
2667
2668.navbar-light .navbar-toggler {
2669 border-color: rgba(0, 0, 0, 0.1); }
2670
2671.navbar-light .navbar-toggler-icon {
2672 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
2673
2674.navbar-light .navbar-text {
2675 color: rgba(0, 0, 0, 0.5); }
2676
2677.navbar-inverse .navbar-brand,
2678.navbar-inverse .navbar-toggler {
2679 color: white; }
2680 .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
2681 .navbar-inverse .navbar-toggler:focus,
2682 .navbar-inverse .navbar-toggler:hover {
2683 color: white; }
2684
2685.navbar-inverse .navbar-nav .nav-link {
2686 color: rgba(255, 255, 255, 0.5); }
2687 .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
2688 color: rgba(255, 255, 255, 0.75); }
2689 .navbar-inverse .navbar-nav .nav-link.disabled {
2690 color: rgba(255, 255, 255, 0.25); }
2691
2692.navbar-inverse .navbar-nav .open > .nav-link,
2693.navbar-inverse .navbar-nav .active > .nav-link,
2694.navbar-inverse .navbar-nav .nav-link.open,
2695.navbar-inverse .navbar-nav .nav-link.active {
2696 color: white; }
2697
2698.navbar-inverse .navbar-toggler {
2699 border-color: rgba(255, 255, 255, 0.1); }
2700
2701.navbar-inverse .navbar-toggler-icon {
2702 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' 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 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
2703
2704.navbar-inverse .navbar-text {
2705 color: rgba(255, 255, 255, 0.5); }
2706
2707.card {
2708 position: relative;
2709 display: -webkit-box;
2710 display: -ms-flexbox;
2711 display: flex;
2712 -webkit-box-orient: vertical;
2713 -webkit-box-direction: normal;
2714 -ms-flex-direction: column;
2715 flex-direction: column;
2716 background-color: #fff;
2717 border: 1px solid rgba(0, 0, 0, 0.125);
2718 border-radius: 0.25rem; }
2719
2720.card-block {
2721 -webkit-box-flex: 1;
2722 -ms-flex: 1 1 auto;
2723 flex: 1 1 auto;
2724 padding: 1.25rem; }
2725
2726.card-title {
2727 margin-bottom: 0.75rem; }
2728
2729.card-subtitle {
2730 margin-top: -0.375rem;
2731 margin-bottom: 0; }
2732
2733.card-text:last-child {
2734 margin-bottom: 0; }
2735
2736.card-link:hover {
2737 text-decoration: none; }
2738
2739.card-link + .card-link {
2740 margin-left: 1.25rem; }
2741
2742.card > .list-group:first-child .list-group-item:first-child {
2743 border-top-right-radius: 0.25rem;
2744 border-top-left-radius: 0.25rem; }
2745
2746.card > .list-group:last-child .list-group-item:last-child {
2747 border-bottom-right-radius: 0.25rem;
2748 border-bottom-left-radius: 0.25rem; }
2749
2750.card-header {
2751 padding: 0.75rem 1.25rem;
2752 margin-bottom: 0;
2753 background-color: #f7f7f9;
2754 border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
2755 .card-header:first-child {
2756 border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
2757
2758.card-footer {
2759 padding: 0.75rem 1.25rem;
2760 background-color: #f7f7f9;
2761 border-top: 1px solid rgba(0, 0, 0, 0.125); }
2762 .card-footer:last-child {
2763 border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
2764
2765.card-header-tabs {
2766 margin-right: -0.625rem;
2767 margin-bottom: -0.75rem;
2768 margin-left: -0.625rem;
2769 border-bottom: 0; }
2770
2771.card-header-pills {
2772 margin-right: -0.625rem;
2773 margin-left: -0.625rem; }
2774
2775.card-primary {
2776 background-color: #0275d8;
2777 border-color: #0275d8; }
2778 .card-primary .card-header,
2779 .card-primary .card-footer {
2780 background-color: transparent; }
2781
2782.card-success {
2783 background-color: #5cb85c;
2784 border-color: #5cb85c; }
2785 .card-success .card-header,
2786 .card-success .card-footer {
2787 background-color: transparent; }
2788
2789.card-info {
2790 background-color: #5bc0de;
2791 border-color: #5bc0de; }
2792 .card-info .card-header,
2793 .card-info .card-footer {
2794 background-color: transparent; }
2795
2796.card-warning {
2797 background-color: #f0ad4e;
2798 border-color: #f0ad4e; }
2799 .card-warning .card-header,
2800 .card-warning .card-footer {
2801 background-color: transparent; }
2802
2803.card-danger {
2804 background-color: #d9534f;
2805 border-color: #d9534f; }
2806 .card-danger .card-header,
2807 .card-danger .card-footer {
2808 background-color: transparent; }
2809
2810.card-outline-primary {
2811 background-color: transparent;
97ed546d 2812 border-color: #b71c1c; }
b2051dd7
S
2813
2814.card-outline-secondary {
2815 background-color: transparent;
97ed546d 2816 border-color: #546e7a; }
b2051dd7
S
2817
2818.card-outline-info {
2819 background-color: transparent;
2820 border-color: #5bc0de; }
2821
2822.card-outline-success {
2823 background-color: transparent;
2824 border-color: #5cb85c; }
2825
2826.card-outline-warning {
2827 background-color: transparent;
2828 border-color: #f0ad4e; }
2829
2830.card-outline-danger {
2831 background-color: transparent;
2832 border-color: #d9534f; }
2833
2834.card-inverse {
2835 color: rgba(255, 255, 255, 0.65); }
2836 .card-inverse .card-header,
2837 .card-inverse .card-footer {
2838 background-color: transparent;
2839 border-color: rgba(255, 255, 255, 0.2); }
2840 .card-inverse .card-header,
2841 .card-inverse .card-footer,
2842 .card-inverse .card-title,
2843 .card-inverse .card-blockquote {
2844 color: #fff; }
2845 .card-inverse .card-link,
2846 .card-inverse .card-text,
2847 .card-inverse .card-subtitle,
2848 .card-inverse .card-blockquote .blockquote-footer {
2849 color: rgba(255, 255, 255, 0.65); }
2850 .card-inverse .card-link:focus, .card-inverse .card-link:hover {
2851 color: #fff; }
2852
2853.card-blockquote {
2854 padding: 0;
2855 margin-bottom: 0;
2856 border-left: 0; }
2857
2858.card-img {
2859 border-radius: calc(0.25rem - 1px); }
2860
2861.card-img-overlay {
2862 position: absolute;
2863 top: 0;
2864 right: 0;
2865 bottom: 0;
2866 left: 0;
2867 padding: 1.25rem; }
2868
2869.card-img-top {
2870 border-top-right-radius: calc(0.25rem - 1px);
2871 border-top-left-radius: calc(0.25rem - 1px); }
2872
2873.card-img-bottom {
2874 border-bottom-right-radius: calc(0.25rem - 1px);
2875 border-bottom-left-radius: calc(0.25rem - 1px); }
2876
2877@media (min-width: 576px) {
2878 .card-deck {
2879 display: -webkit-box;
2880 display: -ms-flexbox;
2881 display: flex;
2882 -webkit-box-orient: horizontal;
2883 -webkit-box-direction: normal;
2884 -ms-flex-flow: row wrap;
2885 flex-flow: row wrap; }
2886 .card-deck .card {
2887 display: -webkit-box;
2888 display: -ms-flexbox;
2889 display: flex;
2890 -webkit-box-flex: 1;
2891 -ms-flex: 1 0 0px;
2892 flex: 1 0 0;
2893 -webkit-box-orient: vertical;
2894 -webkit-box-direction: normal;
2895 -ms-flex-direction: column;
2896 flex-direction: column; }
2897 .card-deck .card:not(:first-child) {
2898 margin-left: 15px; }
2899 .card-deck .card:not(:last-child) {
2900 margin-right: 15px; } }
2901
2902@media (min-width: 576px) {
2903 .card-group {
2904 display: -webkit-box;
2905 display: -ms-flexbox;
2906 display: flex;
2907 -webkit-box-orient: horizontal;
2908 -webkit-box-direction: normal;
2909 -ms-flex-flow: row wrap;
2910 flex-flow: row wrap; }
2911 .card-group .card {
2912 -webkit-box-flex: 1;
2913 -ms-flex: 1 0 0px;
2914 flex: 1 0 0; }
2915 .card-group .card + .card {
2916 margin-left: 0;
2917 border-left: 0; }
2918 .card-group .card:first-child {
2919 border-bottom-right-radius: 0;
2920 border-top-right-radius: 0; }
2921 .card-group .card:first-child .card-img-top {
2922 border-top-right-radius: 0; }
2923 .card-group .card:first-child .card-img-bottom {
2924 border-bottom-right-radius: 0; }
2925 .card-group .card:last-child {
2926 border-bottom-left-radius: 0;
2927 border-top-left-radius: 0; }
2928 .card-group .card:last-child .card-img-top {
2929 border-top-left-radius: 0; }
2930 .card-group .card:last-child .card-img-bottom {
2931 border-bottom-left-radius: 0; }
2932 .card-group .card:not(:first-child):not(:last-child) {
2933 border-radius: 0; }
2934 .card-group .card:not(:first-child):not(:last-child) .card-img-top,
2935 .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
2936 border-radius: 0; } }
2937
2938@media (min-width: 576px) {
2939 .card-columns {
2940 -webkit-column-count: 3;
2941 -moz-column-count: 3;
2942 column-count: 3;
2943 -webkit-column-gap: 1.25rem;
2944 -moz-column-gap: 1.25rem;
2945 column-gap: 1.25rem; }
2946 .card-columns .card {
2947 display: inline-block;
2948 width: 100%;
2949 margin-bottom: 0.75rem; } }
2950
b2051dd7
S
2951@-webkit-keyframes progress-bar-stripes {
2952 from {
2953 background-position: 1rem 0; }
2954 to {
2955 background-position: 0 0; } }
2956
2957@keyframes progress-bar-stripes {
2958 from {
2959 background-position: 1rem 0; }
2960 to {
2961 background-position: 0 0; } }
2962
2963.progress {
2964 display: -webkit-box;
2965 display: -ms-flexbox;
2966 display: flex;
2967 overflow: hidden;
2968 font-size: 0.75rem;
2969 line-height: 1rem;
2970 text-align: center;
2971 background-color: #eceeef;
2972 border-radius: 0.25rem; }
2973
2974.progress-bar {
2975 height: 1rem;
2976 color: #fff;
2977 background-color: #0275d8; }
2978
2979.progress-bar-striped {
2980 background-image: -webkit-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);
2981 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);
2982 background-size: 1rem 1rem; }
2983
2984.progress-bar-animated {
2985 -webkit-animation: progress-bar-stripes 1s linear infinite;
2986 animation: progress-bar-stripes 1s linear infinite; }
2987
2988.media {
2989 display: -webkit-box;
2990 display: -ms-flexbox;
2991 display: flex;
2992 -webkit-box-align: start;
2993 -ms-flex-align: start;
2994 align-items: flex-start; }
2995
2996.media-body {
2997 -webkit-box-flex: 1;
2998 -ms-flex: 1;
2999 flex: 1; }
3000
3001.list-group {
3002 display: -webkit-box;
3003 display: -ms-flexbox;
3004 display: flex;
3005 -webkit-box-orient: vertical;
3006 -webkit-box-direction: normal;
3007 -ms-flex-direction: column;
3008 flex-direction: column;
3009 padding-left: 0;
3010 margin-bottom: 0; }
3011
3012.list-group-item-action {
3013 width: 100%;
3014 color: #464a4c;
3015 text-align: inherit; }
3016 .list-group-item-action .list-group-item-heading {
3017 color: #292b2c; }
3018 .list-group-item-action:focus, .list-group-item-action:hover {
3019 color: #464a4c;
3020 text-decoration: none;
3021 background-color: #f7f7f9; }
3022 .list-group-item-action:active {
3023 color: #292b2c;
3024 background-color: #eceeef; }
3025
3026.list-group-item {
3027 position: relative;
3028 display: -webkit-box;
3029 display: -ms-flexbox;
3030 display: flex;
3031 -webkit-box-orient: horizontal;
3032 -webkit-box-direction: normal;
3033 -ms-flex-flow: row wrap;
3034 flex-flow: row wrap;
3035 -webkit-box-align: center;
3036 -ms-flex-align: center;
3037 align-items: center;
3038 padding: 0.75rem 1.25rem;
3039 margin-bottom: -1px;
3040 background-color: #fff;
3041 border: 1px solid rgba(0, 0, 0, 0.125); }
3042 .list-group-item:first-child {
3043 border-top-right-radius: 0.25rem;
3044 border-top-left-radius: 0.25rem; }
3045 .list-group-item:last-child {
3046 margin-bottom: 0;
3047 border-bottom-right-radius: 0.25rem;
3048 border-bottom-left-radius: 0.25rem; }
3049 .list-group-item:focus, .list-group-item:hover {
3050 text-decoration: none; }
3051 .list-group-item.disabled, .list-group-item:disabled {
3052 color: #636c72;
3053 cursor: not-allowed;
3054 background-color: #fff; }
3055 .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
3056 color: inherit; }
3057 .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
3058 color: #636c72; }
3059 .list-group-item.active {
3060 z-index: 2;
3061 color: #fff;
3062 background-color: #0275d8;
3063 border-color: #0275d8; }
3064 .list-group-item.active .list-group-item-heading,
3065 .list-group-item.active .list-group-item-heading > small,
3066 .list-group-item.active .list-group-item-heading > .small {
3067 color: inherit; }
3068 .list-group-item.active .list-group-item-text {
3069 color: #daeeff; }
3070
3071.list-group-flush .list-group-item {
3072 border-right: 0;
3073 border-left: 0;
3074 border-radius: 0; }
3075
3076.list-group-flush:first-child .list-group-item:first-child {
3077 border-top: 0; }
3078
3079.list-group-flush:last-child .list-group-item:last-child {
3080 border-bottom: 0; }
3081
3082.list-group-item-success {
3083 color: #3c763d;
3084 background-color: #dff0d8; }
3085
3086a.list-group-item-success,
3087button.list-group-item-success {
3088 color: #3c763d; }
3089 a.list-group-item-success .list-group-item-heading,
3090 button.list-group-item-success .list-group-item-heading {
3091 color: inherit; }
3092 a.list-group-item-success:focus, a.list-group-item-success:hover,
3093 button.list-group-item-success:focus,
3094 button.list-group-item-success:hover {
3095 color: #3c763d;
3096 background-color: #d0e9c6; }
3097 a.list-group-item-success.active,
3098 button.list-group-item-success.active {
3099 color: #fff;
3100 background-color: #3c763d;
3101 border-color: #3c763d; }
3102
3103.list-group-item-info {
3104 color: #31708f;
3105 background-color: #d9edf7; }
3106
3107a.list-group-item-info,
3108button.list-group-item-info {
3109 color: #31708f; }
3110 a.list-group-item-info .list-group-item-heading,
3111 button.list-group-item-info .list-group-item-heading {
3112 color: inherit; }
3113 a.list-group-item-info:focus, a.list-group-item-info:hover,
3114 button.list-group-item-info:focus,
3115 button.list-group-item-info:hover {
3116 color: #31708f;
3117 background-color: #c4e3f3; }
3118 a.list-group-item-info.active,
3119 button.list-group-item-info.active {
3120 color: #fff;
3121 background-color: #31708f;
3122 border-color: #31708f; }
3123
3124.list-group-item-warning {
3125 color: #8a6d3b;
3126 background-color: #fcf8e3; }
3127
3128a.list-group-item-warning,
3129button.list-group-item-warning {
3130 color: #8a6d3b; }
3131 a.list-group-item-warning .list-group-item-heading,
3132 button.list-group-item-warning .list-group-item-heading {
3133 color: inherit; }
3134 a.list-group-item-warning:focus, a.list-group-item-warning:hover,
3135 button.list-group-item-warning:focus,
3136 button.list-group-item-warning:hover {
3137 color: #8a6d3b;
3138 background-color: #faf2cc; }
3139 a.list-group-item-warning.active,
3140 button.list-group-item-warning.active {
3141 color: #fff;
3142 background-color: #8a6d3b;
3143 border-color: #8a6d3b; }
3144
3145.list-group-item-danger {
3146 color: #a94442;
3147 background-color: #f2dede; }
3148
3149a.list-group-item-danger,
3150button.list-group-item-danger {
3151 color: #a94442; }
3152 a.list-group-item-danger .list-group-item-heading,
3153 button.list-group-item-danger .list-group-item-heading {
3154 color: inherit; }
3155 a.list-group-item-danger:focus, a.list-group-item-danger:hover,
3156 button.list-group-item-danger:focus,
3157 button.list-group-item-danger:hover {
3158 color: #a94442;
3159 background-color: #ebcccc; }
3160 a.list-group-item-danger.active,
3161 button.list-group-item-danger.active {
3162 color: #fff;
3163 background-color: #a94442;
3164 border-color: #a94442; }
3165
97ed546d
S
3166.align-baseline {
3167 vertical-align: baseline !important; }
3168
3169.align-top {
3170 vertical-align: top !important; }
3171
3172.align-middle {
3173 vertical-align: middle !important; }
3174
3175.align-bottom {
3176 vertical-align: bottom !important; }
3177
3178.align-text-bottom {
3179 vertical-align: text-bottom !important; }
3180
3181.align-text-top {
3182 vertical-align: text-top !important; }
3183
3184.bg-faded {
3185 background-color: #f7f7f7; }
3186
3187.bg-primary {
3188 background-color: #0275d8 !important; }
3189
3190a.bg-primary:focus, a.bg-primary:hover {
3191 background-color: #025aa5 !important; }
3192
3193.bg-success {
3194 background-color: #5cb85c !important; }
3195
3196a.bg-success:focus, a.bg-success:hover {
3197 background-color: #449d44 !important; }
3198
3199.bg-info {
3200 background-color: #5bc0de !important; }
3201
3202a.bg-info:focus, a.bg-info:hover {
3203 background-color: #31b0d5 !important; }
3204
3205.bg-warning {
3206 background-color: #f0ad4e !important; }
3207
3208a.bg-warning:focus, a.bg-warning:hover {
3209 background-color: #ec971f !important; }
3210
3211.bg-danger {
3212 background-color: #d9534f !important; }
3213
3214a.bg-danger:focus, a.bg-danger:hover {
3215 background-color: #c9302c !important; }
3216
3217.bg-inverse {
3218 background-color: #292b2c !important; }
3219
3220a.bg-inverse:focus, a.bg-inverse:hover {
3221 background-color: #101112 !important; }
3222
3223.border-0 {
3224 border: 0 !important; }
3225
3226.border-top-0 {
3227 border-top: 0 !important; }
3228
3229.border-right-0 {
3230 border-right: 0 !important; }
3231
3232.border-bottom-0 {
3233 border-bottom: 0 !important; }
3234
3235.border-left-0 {
3236 border-left: 0 !important; }
3237
3238.rounded {
3239 border-radius: 0.25rem; }
3240
3241.rounded-top {
3242 border-top-right-radius: 0.25rem;
3243 border-top-left-radius: 0.25rem; }
3244
3245.rounded-right {
3246 border-bottom-right-radius: 0.25rem;
3247 border-top-right-radius: 0.25rem; }
3248
3249.rounded-bottom {
3250 border-bottom-right-radius: 0.25rem;
3251 border-bottom-left-radius: 0.25rem; }
3252
3253.rounded-left {
3254 border-bottom-left-radius: 0.25rem;
3255 border-top-left-radius: 0.25rem; }
3256
3257.rounded-circle {
3258 border-radius: 50%; }
3259
3260.rounded-0 {
3261 border-radius: 0; }
3262
3263.clearfix::after {
b2051dd7 3264 display: block;
97ed546d
S
3265 content: "";
3266 clear: both; }
b2051dd7 3267
97ed546d
S
3268.d-none {
3269 display: none !important; }
b2051dd7 3270
97ed546d
S
3271.d-inline {
3272 display: inline !important; }
b2051dd7 3273
97ed546d
S
3274.d-inline-block {
3275 display: inline-block !important; }
b2051dd7 3276
97ed546d
S
3277.d-block {
3278 display: block !important; }
b2051dd7 3279
97ed546d
S
3280.d-table {
3281 display: table !important; }
3282
3283.d-table-cell {
3284 display: table-cell !important; }
b2051dd7 3285
97ed546d
S
3286.d-flex {
3287 display: -webkit-box !important;
3288 display: -ms-flexbox !important;
3289 display: flex !important; }
3290
3291.d-inline-flex {
3292 display: -webkit-inline-box !important;
3293 display: -ms-inline-flexbox !important;
3294 display: inline-flex !important; }
3295
3296@media (min-width: 576px) {
3297 .d-sm-none {
3298 display: none !important; }
3299 .d-sm-inline {
3300 display: inline !important; }
3301 .d-sm-inline-block {
3302 display: inline-block !important; }
3303 .d-sm-block {
3304 display: block !important; }
3305 .d-sm-table {
3306 display: table !important; }
3307 .d-sm-table-cell {
3308 display: table-cell !important; }
3309 .d-sm-flex {
3310 display: -webkit-box !important;
3311 display: -ms-flexbox !important;
3312 display: flex !important; }
3313 .d-sm-inline-flex {
3314 display: -webkit-inline-box !important;
3315 display: -ms-inline-flexbox !important;
3316 display: inline-flex !important; } }
3317
3318@media (min-width: 768px) {
3319 .d-md-none {
3320 display: none !important; }
3321 .d-md-inline {
3322 display: inline !important; }
3323 .d-md-inline-block {
3324 display: inline-block !important; }
3325 .d-md-block {
3326 display: block !important; }
3327 .d-md-table {
3328 display: table !important; }
3329 .d-md-table-cell {
3330 display: table-cell !important; }
3331 .d-md-flex {
3332 display: -webkit-box !important;
3333 display: -ms-flexbox !important;
3334 display: flex !important; }
3335 .d-md-inline-flex {
3336 display: -webkit-inline-box !important;
3337 display: -ms-inline-flexbox !important;
3338 display: inline-flex !important; } }
3339
3340@media (min-width: 992px) {
3341 .d-lg-none {
3342 display: none !important; }
3343 .d-lg-inline {
3344 display: inline !important; }
3345 .d-lg-inline-block {
3346 display: inline-block !important; }
3347 .d-lg-block {
3348 display: block !important; }
3349 .d-lg-table {
3350 display: table !important; }
3351 .d-lg-table-cell {
3352 display: table-cell !important; }
3353 .d-lg-flex {
3354 display: -webkit-box !important;
3355 display: -ms-flexbox !important;
3356 display: flex !important; }
3357 .d-lg-inline-flex {
3358 display: -webkit-inline-box !important;
3359 display: -ms-inline-flexbox !important;
3360 display: inline-flex !important; } }
3361
3362@media (min-width: 1200px) {
3363 .d-xl-none {
3364 display: none !important; }
3365 .d-xl-inline {
3366 display: inline !important; }
3367 .d-xl-inline-block {
3368 display: inline-block !important; }
3369 .d-xl-block {
3370 display: block !important; }
3371 .d-xl-table {
3372 display: table !important; }
3373 .d-xl-table-cell {
3374 display: table-cell !important; }
3375 .d-xl-flex {
3376 display: -webkit-box !important;
3377 display: -ms-flexbox !important;
3378 display: flex !important; }
3379 .d-xl-inline-flex {
3380 display: -webkit-inline-box !important;
3381 display: -ms-inline-flexbox !important;
3382 display: inline-flex !important; } }
3383
3384.flex-first {
3385 -webkit-box-ordinal-group: 0;
3386 -ms-flex-order: -1;
3387 order: -1; }
3388
3389.flex-last {
3390 -webkit-box-ordinal-group: 2;
3391 -ms-flex-order: 1;
3392 order: 1; }
3393
3394.flex-unordered {
3395 -webkit-box-ordinal-group: 1;
3396 -ms-flex-order: 0;
3397 order: 0; }
3398
3399.flex-row {
3400 -webkit-box-orient: horizontal !important;
3401 -webkit-box-direction: normal !important;
3402 -ms-flex-direction: row !important;
3403 flex-direction: row !important; }
3404
3405.flex-column {
3406 -webkit-box-orient: vertical !important;
3407 -webkit-box-direction: normal !important;
3408 -ms-flex-direction: column !important;
3409 flex-direction: column !important; }
3410
3411.flex-row-reverse {
3412 -webkit-box-orient: horizontal !important;
3413 -webkit-box-direction: reverse !important;
3414 -ms-flex-direction: row-reverse !important;
3415 flex-direction: row-reverse !important; }
3416
3417.flex-column-reverse {
3418 -webkit-box-orient: vertical !important;
3419 -webkit-box-direction: reverse !important;
3420 -ms-flex-direction: column-reverse !important;
3421 flex-direction: column-reverse !important; }
3422
3423.flex-wrap {
3424 -ms-flex-wrap: wrap !important;
3425 flex-wrap: wrap !important; }
3426
3427.flex-nowrap {
3428 -ms-flex-wrap: nowrap !important;
3429 flex-wrap: nowrap !important; }
3430
3431.flex-wrap-reverse {
3432 -ms-flex-wrap: wrap-reverse !important;
3433 flex-wrap: wrap-reverse !important; }
3434
3435.justify-content-start {
3436 -webkit-box-pack: start !important;
3437 -ms-flex-pack: start !important;
3438 justify-content: flex-start !important; }
3439
3440.justify-content-end {
3441 -webkit-box-pack: end !important;
3442 -ms-flex-pack: end !important;
3443 justify-content: flex-end !important; }
3444
3445.justify-content-center {
3446 -webkit-box-pack: center !important;
3447 -ms-flex-pack: center !important;
3448 justify-content: center !important; }
3449
3450.justify-content-between {
3451 -webkit-box-pack: justify !important;
3452 -ms-flex-pack: justify !important;
3453 justify-content: space-between !important; }
3454
3455.justify-content-around {
3456 -ms-flex-pack: distribute !important;
3457 justify-content: space-around !important; }
3458
3459.align-items-start {
3460 -webkit-box-align: start !important;
3461 -ms-flex-align: start !important;
3462 align-items: flex-start !important; }
3463
3464.align-items-end {
3465 -webkit-box-align: end !important;
3466 -ms-flex-align: end !important;
3467 align-items: flex-end !important; }
3468
3469.align-items-center {
3470 -webkit-box-align: center !important;
3471 -ms-flex-align: center !important;
3472 align-items: center !important; }
3473
3474.align-items-baseline {
3475 -webkit-box-align: baseline !important;
3476 -ms-flex-align: baseline !important;
3477 align-items: baseline !important; }
3478
3479.align-items-stretch {
3480 -webkit-box-align: stretch !important;
3481 -ms-flex-align: stretch !important;
3482 align-items: stretch !important; }
3483
3484.align-content-start {
3485 -ms-flex-line-pack: start !important;
3486 align-content: flex-start !important; }
3487
3488.align-content-end {
3489 -ms-flex-line-pack: end !important;
3490 align-content: flex-end !important; }
3491
3492.align-content-center {
3493 -ms-flex-line-pack: center !important;
3494 align-content: center !important; }
3495
3496.align-content-between {
3497 -ms-flex-line-pack: justify !important;
3498 align-content: space-between !important; }
3499
3500.align-content-around {
3501 -ms-flex-line-pack: distribute !important;
3502 align-content: space-around !important; }
3503
3504.align-content-stretch {
3505 -ms-flex-line-pack: stretch !important;
3506 align-content: stretch !important; }
3507
3508.align-self-auto {
3509 -ms-flex-item-align: auto !important;
3510 -ms-grid-row-align: auto !important;
3511 align-self: auto !important; }
3512
3513.align-self-start {
3514 -ms-flex-item-align: start !important;
3515 align-self: flex-start !important; }
3516
3517.align-self-end {
3518 -ms-flex-item-align: end !important;
3519 align-self: flex-end !important; }
3520
3521.align-self-center {
3522 -ms-flex-item-align: center !important;
3523 -ms-grid-row-align: center !important;
3524 align-self: center !important; }
3525
3526.align-self-baseline {
3527 -ms-flex-item-align: baseline !important;
3528 align-self: baseline !important; }
3529
3530.align-self-stretch {
3531 -ms-flex-item-align: stretch !important;
3532 -ms-grid-row-align: stretch !important;
3533 align-self: stretch !important; }
3534
3535@media (min-width: 576px) {
3536 .flex-sm-first {
3537 -webkit-box-ordinal-group: 0;
3538 -ms-flex-order: -1;
3539 order: -1; }
3540 .flex-sm-last {
3541 -webkit-box-ordinal-group: 2;
3542 -ms-flex-order: 1;
3543 order: 1; }
3544 .flex-sm-unordered {
3545 -webkit-box-ordinal-group: 1;
3546 -ms-flex-order: 0;
3547 order: 0; }
3548 .flex-sm-row {
3549 -webkit-box-orient: horizontal !important;
3550 -webkit-box-direction: normal !important;
3551 -ms-flex-direction: row !important;
3552 flex-direction: row !important; }
3553 .flex-sm-column {
3554 -webkit-box-orient: vertical !important;
3555 -webkit-box-direction: normal !important;
3556 -ms-flex-direction: column !important;
3557 flex-direction: column !important; }
3558 .flex-sm-row-reverse {
3559 -webkit-box-orient: horizontal !important;
3560 -webkit-box-direction: reverse !important;
3561 -ms-flex-direction: row-reverse !important;
3562 flex-direction: row-reverse !important; }
3563 .flex-sm-column-reverse {
3564 -webkit-box-orient: vertical !important;
3565 -webkit-box-direction: reverse !important;
3566 -ms-flex-direction: column-reverse !important;
3567 flex-direction: column-reverse !important; }
3568 .flex-sm-wrap {
3569 -ms-flex-wrap: wrap !important;
3570 flex-wrap: wrap !important; }
3571 .flex-sm-nowrap {
3572 -ms-flex-wrap: nowrap !important;
3573 flex-wrap: nowrap !important; }
3574 .flex-sm-wrap-reverse {
3575 -ms-flex-wrap: wrap-reverse !important;
3576 flex-wrap: wrap-reverse !important; }
3577 .justify-content-sm-start {
3578 -webkit-box-pack: start !important;
3579 -ms-flex-pack: start !important;
3580 justify-content: flex-start !important; }
3581 .justify-content-sm-end {
3582 -webkit-box-pack: end !important;
3583 -ms-flex-pack: end !important;
3584 justify-content: flex-end !important; }
3585 .justify-content-sm-center {
3586 -webkit-box-pack: center !important;
3587 -ms-flex-pack: center !important;
3588 justify-content: center !important; }
3589 .justify-content-sm-between {
3590 -webkit-box-pack: justify !important;
3591 -ms-flex-pack: justify !important;
3592 justify-content: space-between !important; }
3593 .justify-content-sm-around {
3594 -ms-flex-pack: distribute !important;
3595 justify-content: space-around !important; }
3596 .align-items-sm-start {
3597 -webkit-box-align: start !important;
3598 -ms-flex-align: start !important;
3599 align-items: flex-start !important; }
3600 .align-items-sm-end {
3601 -webkit-box-align: end !important;
3602 -ms-flex-align: end !important;
3603 align-items: flex-end !important; }
3604 .align-items-sm-center {
3605 -webkit-box-align: center !important;
3606 -ms-flex-align: center !important;
3607 align-items: center !important; }
3608 .align-items-sm-baseline {
3609 -webkit-box-align: baseline !important;
3610 -ms-flex-align: baseline !important;
3611 align-items: baseline !important; }
3612 .align-items-sm-stretch {
3613 -webkit-box-align: stretch !important;
3614 -ms-flex-align: stretch !important;
3615 align-items: stretch !important; }
3616 .align-content-sm-start {
3617 -ms-flex-line-pack: start !important;
3618 align-content: flex-start !important; }
3619 .align-content-sm-end {
3620 -ms-flex-line-pack: end !important;
3621 align-content: flex-end !important; }
3622 .align-content-sm-center {
3623 -ms-flex-line-pack: center !important;
3624 align-content: center !important; }
3625 .align-content-sm-between {
3626 -ms-flex-line-pack: justify !important;
3627 align-content: space-between !important; }
3628 .align-content-sm-around {
3629 -ms-flex-line-pack: distribute !important;
3630 align-content: space-around !important; }
3631 .align-content-sm-stretch {
3632 -ms-flex-line-pack: stretch !important;
3633 align-content: stretch !important; }
3634 .align-self-sm-auto {
3635 -ms-flex-item-align: auto !important;
3636 -ms-grid-row-align: auto !important;
3637 align-self: auto !important; }
3638 .align-self-sm-start {
3639 -ms-flex-item-align: start !important;
3640 align-self: flex-start !important; }
3641 .align-self-sm-end {
3642 -ms-flex-item-align: end !important;
3643 align-self: flex-end !important; }
3644 .align-self-sm-center {
3645 -ms-flex-item-align: center !important;
3646 -ms-grid-row-align: center !important;
3647 align-self: center !important; }
3648 .align-self-sm-baseline {
3649 -ms-flex-item-align: baseline !important;
3650 align-self: baseline !important; }
3651 .align-self-sm-stretch {
3652 -ms-flex-item-align: stretch !important;
3653 -ms-grid-row-align: stretch !important;
3654 align-self: stretch !important; } }
3655
3656@media (min-width: 768px) {
3657 .flex-md-first {
3658 -webkit-box-ordinal-group: 0;
3659 -ms-flex-order: -1;
3660 order: -1; }
3661 .flex-md-last {
3662 -webkit-box-ordinal-group: 2;
3663 -ms-flex-order: 1;
3664 order: 1; }
3665 .flex-md-unordered {
3666 -webkit-box-ordinal-group: 1;
3667 -ms-flex-order: 0;
3668 order: 0; }
3669 .flex-md-row {
3670 -webkit-box-orient: horizontal !important;
3671 -webkit-box-direction: normal !important;
3672 -ms-flex-direction: row !important;
3673 flex-direction: row !important; }
3674 .flex-md-column {
3675 -webkit-box-orient: vertical !important;
3676 -webkit-box-direction: normal !important;
3677 -ms-flex-direction: column !important;
3678 flex-direction: column !important; }
3679 .flex-md-row-reverse {
3680 -webkit-box-orient: horizontal !important;
3681 -webkit-box-direction: reverse !important;
3682 -ms-flex-direction: row-reverse !important;
3683 flex-direction: row-reverse !important; }
3684 .flex-md-column-reverse {
3685 -webkit-box-orient: vertical !important;
3686 -webkit-box-direction: reverse !important;
3687 -ms-flex-direction: column-reverse !important;
3688 flex-direction: column-reverse !important; }
3689 .flex-md-wrap {
3690 -ms-flex-wrap: wrap !important;
3691 flex-wrap: wrap !important; }
3692 .flex-md-nowrap {
3693 -ms-flex-wrap: nowrap !important;
3694 flex-wrap: nowrap !important; }
3695 .flex-md-wrap-reverse {
3696 -ms-flex-wrap: wrap-reverse !important;
3697 flex-wrap: wrap-reverse !important; }
3698 .justify-content-md-start {
3699 -webkit-box-pack: start !important;
3700 -ms-flex-pack: start !important;
3701 justify-content: flex-start !important; }
3702 .justify-content-md-end {
3703 -webkit-box-pack: end !important;
3704 -ms-flex-pack: end !important;
3705 justify-content: flex-end !important; }
3706 .justify-content-md-center {
3707 -webkit-box-pack: center !important;
3708 -ms-flex-pack: center !important;
3709 justify-content: center !important; }
3710 .justify-content-md-between {
3711 -webkit-box-pack: justify !important;
3712 -ms-flex-pack: justify !important;
3713 justify-content: space-between !important; }
3714 .justify-content-md-around {
3715 -ms-flex-pack: distribute !important;
3716 justify-content: space-around !important; }
3717 .align-items-md-start {
3718 -webkit-box-align: start !important;
3719 -ms-flex-align: start !important;
3720 align-items: flex-start !important; }
3721 .align-items-md-end {
3722 -webkit-box-align: end !important;
3723 -ms-flex-align: end !important;
3724 align-items: flex-end !important; }
3725 .align-items-md-center {
3726 -webkit-box-align: center !important;
3727 -ms-flex-align: center !important;
3728 align-items: center !important; }
3729 .align-items-md-baseline {
3730 -webkit-box-align: baseline !important;
3731 -ms-flex-align: baseline !important;
3732 align-items: baseline !important; }
3733 .align-items-md-stretch {
3734 -webkit-box-align: stretch !important;
3735 -ms-flex-align: stretch !important;
3736 align-items: stretch !important; }
3737 .align-content-md-start {
3738 -ms-flex-line-pack: start !important;
3739 align-content: flex-start !important; }
3740 .align-content-md-end {
3741 -ms-flex-line-pack: end !important;
3742 align-content: flex-end !important; }
3743 .align-content-md-center {
3744 -ms-flex-line-pack: center !important;
3745 align-content: center !important; }
3746 .align-content-md-between {
3747 -ms-flex-line-pack: justify !important;
3748 align-content: space-between !important; }
3749 .align-content-md-around {
3750 -ms-flex-line-pack: distribute !important;
3751 align-content: space-around !important; }
3752 .align-content-md-stretch {
3753 -ms-flex-line-pack: stretch !important;
3754 align-content: stretch !important; }
3755 .align-self-md-auto {
3756 -ms-flex-item-align: auto !important;
3757 -ms-grid-row-align: auto !important;
3758 align-self: auto !important; }
3759 .align-self-md-start {
3760 -ms-flex-item-align: start !important;
3761 align-self: flex-start !important; }
3762 .align-self-md-end {
3763 -ms-flex-item-align: end !important;
3764 align-self: flex-end !important; }
3765 .align-self-md-center {
3766 -ms-flex-item-align: center !important;
3767 -ms-grid-row-align: center !important;
3768 align-self: center !important; }
3769 .align-self-md-baseline {
3770 -ms-flex-item-align: baseline !important;
3771 align-self: baseline !important; }
3772 .align-self-md-stretch {
3773 -ms-flex-item-align: stretch !important;
3774 -ms-grid-row-align: stretch !important;
3775 align-self: stretch !important; } }
3776
3777@media (min-width: 992px) {
3778 .flex-lg-first {
3779 -webkit-box-ordinal-group: 0;
3780 -ms-flex-order: -1;
3781 order: -1; }
3782 .flex-lg-last {
3783 -webkit-box-ordinal-group: 2;
3784 -ms-flex-order: 1;
3785 order: 1; }
3786 .flex-lg-unordered {
3787 -webkit-box-ordinal-group: 1;
3788 -ms-flex-order: 0;
3789 order: 0; }
3790 .flex-lg-row {
3791 -webkit-box-orient: horizontal !important;
3792 -webkit-box-direction: normal !important;
3793 -ms-flex-direction: row !important;
3794 flex-direction: row !important; }
3795 .flex-lg-column {
3796 -webkit-box-orient: vertical !important;
3797 -webkit-box-direction: normal !important;
3798 -ms-flex-direction: column !important;
3799 flex-direction: column !important; }
3800 .flex-lg-row-reverse {
3801 -webkit-box-orient: horizontal !important;
3802 -webkit-box-direction: reverse !important;
3803 -ms-flex-direction: row-reverse !important;
3804 flex-direction: row-reverse !important; }
3805 .flex-lg-column-reverse {
3806 -webkit-box-orient: vertical !important;
3807 -webkit-box-direction: reverse !important;
3808 -ms-flex-direction: column-reverse !important;
3809 flex-direction: column-reverse !important; }
3810 .flex-lg-wrap {
3811 -ms-flex-wrap: wrap !important;
3812 flex-wrap: wrap !important; }
3813 .flex-lg-nowrap {
3814 -ms-flex-wrap: nowrap !important;
3815 flex-wrap: nowrap !important; }
3816 .flex-lg-wrap-reverse {
3817 -ms-flex-wrap: wrap-reverse !important;
3818 flex-wrap: wrap-reverse !important; }
3819 .justify-content-lg-start {
3820 -webkit-box-pack: start !important;
3821 -ms-flex-pack: start !important;
3822 justify-content: flex-start !important; }
3823 .justify-content-lg-end {
3824 -webkit-box-pack: end !important;
3825 -ms-flex-pack: end !important;
3826 justify-content: flex-end !important; }
3827 .justify-content-lg-center {
3828 -webkit-box-pack: center !important;
3829 -ms-flex-pack: center !important;
3830 justify-content: center !important; }
3831 .justify-content-lg-between {
3832 -webkit-box-pack: justify !important;
3833 -ms-flex-pack: justify !important;
3834 justify-content: space-between !important; }
3835 .justify-content-lg-around {
3836 -ms-flex-pack: distribute !important;
3837 justify-content: space-around !important; }
3838 .align-items-lg-start {
3839 -webkit-box-align: start !important;
3840 -ms-flex-align: start !important;
3841 align-items: flex-start !important; }
3842 .align-items-lg-end {
3843 -webkit-box-align: end !important;
3844 -ms-flex-align: end !important;
3845 align-items: flex-end !important; }
3846 .align-items-lg-center {
3847 -webkit-box-align: center !important;
3848 -ms-flex-align: center !important;
3849 align-items: center !important; }
3850 .align-items-lg-baseline {
3851 -webkit-box-align: baseline !important;
3852 -ms-flex-align: baseline !important;
3853 align-items: baseline !important; }
3854 .align-items-lg-stretch {
3855 -webkit-box-align: stretch !important;
3856 -ms-flex-align: stretch !important;
3857 align-items: stretch !important; }
3858 .align-content-lg-start {
3859 -ms-flex-line-pack: start !important;
3860 align-content: flex-start !important; }
3861 .align-content-lg-end {
3862 -ms-flex-line-pack: end !important;
3863 align-content: flex-end !important; }
3864 .align-content-lg-center {
3865 -ms-flex-line-pack: center !important;
3866 align-content: center !important; }
3867 .align-content-lg-between {
3868 -ms-flex-line-pack: justify !important;
3869 align-content: space-between !important; }
3870 .align-content-lg-around {
3871 -ms-flex-line-pack: distribute !important;
3872 align-content: space-around !important; }
3873 .align-content-lg-stretch {
3874 -ms-flex-line-pack: stretch !important;
3875 align-content: stretch !important; }
3876 .align-self-lg-auto {
3877 -ms-flex-item-align: auto !important;
3878 -ms-grid-row-align: auto !important;
3879 align-self: auto !important; }
3880 .align-self-lg-start {
3881 -ms-flex-item-align: start !important;
3882 align-self: flex-start !important; }
3883 .align-self-lg-end {
3884 -ms-flex-item-align: end !important;
3885 align-self: flex-end !important; }
3886 .align-self-lg-center {
3887 -ms-flex-item-align: center !important;
3888 -ms-grid-row-align: center !important;
3889 align-self: center !important; }
3890 .align-self-lg-baseline {
3891 -ms-flex-item-align: baseline !important;
3892 align-self: baseline !important; }
3893 .align-self-lg-stretch {
3894 -ms-flex-item-align: stretch !important;
3895 -ms-grid-row-align: stretch !important;
3896 align-self: stretch !important; } }
3897
3898@media (min-width: 1200px) {
3899 .flex-xl-first {
3900 -webkit-box-ordinal-group: 0;
3901 -ms-flex-order: -1;
3902 order: -1; }
3903 .flex-xl-last {
3904 -webkit-box-ordinal-group: 2;
3905 -ms-flex-order: 1;
3906 order: 1; }
3907 .flex-xl-unordered {
3908 -webkit-box-ordinal-group: 1;
3909 -ms-flex-order: 0;
3910 order: 0; }
3911 .flex-xl-row {
3912 -webkit-box-orient: horizontal !important;
3913 -webkit-box-direction: normal !important;
3914 -ms-flex-direction: row !important;
3915 flex-direction: row !important; }
3916 .flex-xl-column {
3917 -webkit-box-orient: vertical !important;
3918 -webkit-box-direction: normal !important;
3919 -ms-flex-direction: column !important;
3920 flex-direction: column !important; }
3921 .flex-xl-row-reverse {
3922 -webkit-box-orient: horizontal !important;
3923 -webkit-box-direction: reverse !important;
3924 -ms-flex-direction: row-reverse !important;
3925 flex-direction: row-reverse !important; }
3926 .flex-xl-column-reverse {
3927 -webkit-box-orient: vertical !important;
3928 -webkit-box-direction: reverse !important;
3929 -ms-flex-direction: column-reverse !important;
3930 flex-direction: column-reverse !important; }
3931 .flex-xl-wrap {
3932 -ms-flex-wrap: wrap !important;
3933 flex-wrap: wrap !important; }
3934 .flex-xl-nowrap {
3935 -ms-flex-wrap: nowrap !important;
3936 flex-wrap: nowrap !important; }
3937 .flex-xl-wrap-reverse {
3938 -ms-flex-wrap: wrap-reverse !important;
3939 flex-wrap: wrap-reverse !important; }
3940 .justify-content-xl-start {
3941 -webkit-box-pack: start !important;
3942 -ms-flex-pack: start !important;
3943 justify-content: flex-start !important; }
3944 .justify-content-xl-end {
3945 -webkit-box-pack: end !important;
3946 -ms-flex-pack: end !important;
3947 justify-content: flex-end !important; }
3948 .justify-content-xl-center {
3949 -webkit-box-pack: center !important;
3950 -ms-flex-pack: center !important;
3951 justify-content: center !important; }
3952 .justify-content-xl-between {
3953 -webkit-box-pack: justify !important;
3954 -ms-flex-pack: justify !important;
3955 justify-content: space-between !important; }
3956 .justify-content-xl-around {
3957 -ms-flex-pack: distribute !important;
3958 justify-content: space-around !important; }
3959 .align-items-xl-start {
3960 -webkit-box-align: start !important;
3961 -ms-flex-align: start !important;
3962 align-items: flex-start !important; }
3963 .align-items-xl-end {
3964 -webkit-box-align: end !important;
3965 -ms-flex-align: end !important;
3966 align-items: flex-end !important; }
3967 .align-items-xl-center {
3968 -webkit-box-align: center !important;
3969 -ms-flex-align: center !important;
3970 align-items: center !important; }
3971 .align-items-xl-baseline {
3972 -webkit-box-align: baseline !important;
3973 -ms-flex-align: baseline !important;
3974 align-items: baseline !important; }
3975 .align-items-xl-stretch {
3976 -webkit-box-align: stretch !important;
3977 -ms-flex-align: stretch !important;
3978 align-items: stretch !important; }
3979 .align-content-xl-start {
3980 -ms-flex-line-pack: start !important;
3981 align-content: flex-start !important; }
3982 .align-content-xl-end {
3983 -ms-flex-line-pack: end !important;
3984 align-content: flex-end !important; }
3985 .align-content-xl-center {
3986 -ms-flex-line-pack: center !important;
3987 align-content: center !important; }
3988 .align-content-xl-between {
3989 -ms-flex-line-pack: justify !important;
3990 align-content: space-between !important; }
3991 .align-content-xl-around {
3992 -ms-flex-line-pack: distribute !important;
3993 align-content: space-around !important; }
3994 .align-content-xl-stretch {
3995 -ms-flex-line-pack: stretch !important;
3996 align-content: stretch !important; }
3997 .align-self-xl-auto {
3998 -ms-flex-item-align: auto !important;
3999 -ms-grid-row-align: auto !important;
4000 align-self: auto !important; }
4001 .align-self-xl-start {
4002 -ms-flex-item-align: start !important;
4003 align-self: flex-start !important; }
4004 .align-self-xl-end {
4005 -ms-flex-item-align: end !important;
4006 align-self: flex-end !important; }
4007 .align-self-xl-center {
4008 -ms-flex-item-align: center !important;
4009 -ms-grid-row-align: center !important;
4010 align-self: center !important; }
4011 .align-self-xl-baseline {
4012 -ms-flex-item-align: baseline !important;
4013 align-self: baseline !important; }
4014 .align-self-xl-stretch {
4015 -ms-flex-item-align: stretch !important;
4016 -ms-grid-row-align: stretch !important;
4017 align-self: stretch !important; } }
4018
4019.float-left {
4020 float: left !important; }
4021
4022.float-right {
4023 float: right !important; }
4024
4025.float-none {
4026 float: none !important; }
4027
4028@media (min-width: 576px) {
4029 .float-sm-left {
4030 float: left !important; }
4031 .float-sm-right {
4032 float: right !important; }
4033 .float-sm-none {
4034 float: none !important; } }
4035
4036@media (min-width: 768px) {
4037 .float-md-left {
4038 float: left !important; }
4039 .float-md-right {
4040 float: right !important; }
4041 .float-md-none {
4042 float: none !important; } }
4043
4044@media (min-width: 992px) {
4045 .float-lg-left {
4046 float: left !important; }
4047 .float-lg-right {
4048 float: right !important; }
4049 .float-lg-none {
4050 float: none !important; } }
4051
4052@media (min-width: 1200px) {
4053 .float-xl-left {
4054 float: left !important; }
4055 .float-xl-right {
4056 float: right !important; }
4057 .float-xl-none {
4058 float: none !important; } }
4059
4060.fixed-top {
4061 position: fixed;
4062 top: 0;
4063 right: 0;
4064 left: 0;
4065 z-index: 1030; }
4066
4067.fixed-bottom {
4068 position: fixed;
4069 right: 0;
4070 bottom: 0;
4071 left: 0;
4072 z-index: 1030; }
4073
4074.sticky-top {
4075 position: -webkit-sticky;
4076 position: sticky;
4077 top: 0;
4078 z-index: 1030; }
4079
4080.sr-only {
4081 position: absolute;
4082 width: 1px;
4083 height: 1px;
b2051dd7 4084 padding: 0;
97ed546d
S
4085 margin: -1px;
4086 overflow: hidden;
4087 clip: rect(0, 0, 0, 0);
4088 border: 0; }
4089
4090.sr-only-focusable:active, .sr-only-focusable:focus {
4091 position: static;
4092 width: auto;
4093 height: auto;
4094 margin: 0;
4095 overflow: visible;
4096 clip: auto; }
4097
4098.w-25 {
4099 width: 25% !important; }
4100
4101.w-50 {
4102 width: 50% !important; }
4103
4104.w-75 {
4105 width: 75% !important; }
4106
4107.w-100 {
4108 width: 100% !important; }
4109
4110.h-25 {
4111 height: 25% !important; }
4112
4113.h-50 {
4114 height: 50% !important; }
4115
4116.h-75 {
4117 height: 75% !important; }
4118
4119.h-100 {
4120 height: 100% !important; }
4121
4122.mw-100 {
4123 max-width: 100% !important; }
4124
4125.mh-100 {
4126 max-height: 100% !important; }
4127
4128.m-0 {
4129 margin: 0 0 !important; }
4130
4131.mt-0 {
4132 margin-top: 0 !important; }
4133
4134.mr-0 {
4135 margin-right: 0 !important; }
4136
4137.mb-0 {
4138 margin-bottom: 0 !important; }
4139
4140.ml-0 {
4141 margin-left: 0 !important; }
4142
4143.mx-0 {
4144 margin-right: 0 !important;
4145 margin-left: 0 !important; }
4146
4147.my-0 {
4148 margin-top: 0 !important;
4149 margin-bottom: 0 !important; }
4150
4151.m-1 {
1e5bc9c9 4152 margin: 0.375rem 0.375rem !important; }
97ed546d
S
4153
4154.mt-1 {
1e5bc9c9 4155 margin-top: 0.375rem !important; }
97ed546d
S
4156
4157.mr-1 {
1e5bc9c9 4158 margin-right: 0.375rem !important; }
97ed546d
S
4159
4160.mb-1 {
1e5bc9c9 4161 margin-bottom: 0.375rem !important; }
97ed546d
S
4162
4163.ml-1 {
1e5bc9c9 4164 margin-left: 0.375rem !important; }
97ed546d
S
4165
4166.mx-1 {
1e5bc9c9
S
4167 margin-right: 0.375rem !important;
4168 margin-left: 0.375rem !important; }
97ed546d
S
4169
4170.my-1 {
1e5bc9c9
S
4171 margin-top: 0.375rem !important;
4172 margin-bottom: 0.375rem !important; }
97ed546d
S
4173
4174.m-2 {
1e5bc9c9 4175 margin: 0.75rem 0.75rem !important; }
97ed546d
S
4176
4177.mt-2 {
1e5bc9c9 4178 margin-top: 0.75rem !important; }
97ed546d
S
4179
4180.mr-2 {
1e5bc9c9 4181 margin-right: 0.75rem !important; }
97ed546d
S
4182
4183.mb-2 {
1e5bc9c9 4184 margin-bottom: 0.75rem !important; }
97ed546d
S
4185
4186.ml-2 {
1e5bc9c9 4187 margin-left: 0.75rem !important; }
97ed546d
S
4188
4189.mx-2 {
1e5bc9c9
S
4190 margin-right: 0.75rem !important;
4191 margin-left: 0.75rem !important; }
97ed546d
S
4192
4193.my-2 {
1e5bc9c9
S
4194 margin-top: 0.75rem !important;
4195 margin-bottom: 0.75rem !important; }
97ed546d
S
4196
4197.m-3 {
1e5bc9c9 4198 margin: 1.5rem 1.5rem !important; }
97ed546d
S
4199
4200.mt-3 {
1e5bc9c9 4201 margin-top: 1.5rem !important; }
97ed546d
S
4202
4203.mr-3 {
1e5bc9c9 4204 margin-right: 1.5rem !important; }
97ed546d
S
4205
4206.mb-3 {
1e5bc9c9 4207 margin-bottom: 1.5rem !important; }
97ed546d
S
4208
4209.ml-3 {
1e5bc9c9 4210 margin-left: 1.5rem !important; }
97ed546d
S
4211
4212.mx-3 {
1e5bc9c9
S
4213 margin-right: 1.5rem !important;
4214 margin-left: 1.5rem !important; }
97ed546d
S
4215
4216.my-3 {
1e5bc9c9
S
4217 margin-top: 1.5rem !important;
4218 margin-bottom: 1.5rem !important; }
97ed546d
S
4219
4220.m-4 {
1e5bc9c9 4221 margin: 2.25rem 2.25rem !important; }
97ed546d
S
4222
4223.mt-4 {
1e5bc9c9 4224 margin-top: 2.25rem !important; }
97ed546d
S
4225
4226.mr-4 {
1e5bc9c9 4227 margin-right: 2.25rem !important; }
97ed546d
S
4228
4229.mb-4 {
1e5bc9c9 4230 margin-bottom: 2.25rem !important; }
97ed546d
S
4231
4232.ml-4 {
1e5bc9c9 4233 margin-left: 2.25rem !important; }
97ed546d
S
4234
4235.mx-4 {
1e5bc9c9
S
4236 margin-right: 2.25rem !important;
4237 margin-left: 2.25rem !important; }
97ed546d
S
4238
4239.my-4 {
1e5bc9c9
S
4240 margin-top: 2.25rem !important;
4241 margin-bottom: 2.25rem !important; }
97ed546d
S
4242
4243.m-5 {
1e5bc9c9 4244 margin: 4.5rem 4.5rem !important; }
97ed546d
S
4245
4246.mt-5 {
1e5bc9c9 4247 margin-top: 4.5rem !important; }
97ed546d
S
4248
4249.mr-5 {
1e5bc9c9 4250 margin-right: 4.5rem !important; }
97ed546d
S
4251
4252.mb-5 {
1e5bc9c9 4253 margin-bottom: 4.5rem !important; }
97ed546d
S
4254
4255.ml-5 {
1e5bc9c9 4256 margin-left: 4.5rem !important; }
97ed546d
S
4257
4258.mx-5 {
1e5bc9c9
S
4259 margin-right: 4.5rem !important;
4260 margin-left: 4.5rem !important; }
97ed546d
S
4261
4262.my-5 {
1e5bc9c9
S
4263 margin-top: 4.5rem !important;
4264 margin-bottom: 4.5rem !important; }
4265
4266.m-6 {
4267 margin: 6rem 6rem !important; }
4268
4269.mt-6 {
4270 margin-top: 6rem !important; }
4271
4272.mr-6 {
4273 margin-right: 6rem !important; }
4274
4275.mb-6 {
4276 margin-bottom: 6rem !important; }
4277
4278.ml-6 {
4279 margin-left: 6rem !important; }
4280
4281.mx-6 {
4282 margin-right: 6rem !important;
4283 margin-left: 6rem !important; }
4284
4285.my-6 {
4286 margin-top: 6rem !important;
4287 margin-bottom: 6rem !important; }
97ed546d
S
4288
4289.p-0 {
4290 padding: 0 0 !important; }
4291
4292.pt-0 {
4293 padding-top: 0 !important; }
4294
4295.pr-0 {
4296 padding-right: 0 !important; }
4297
4298.pb-0 {
4299 padding-bottom: 0 !important; }
4300
4301.pl-0 {
4302 padding-left: 0 !important; }
4303
4304.px-0 {
4305 padding-right: 0 !important;
4306 padding-left: 0 !important; }
4307
4308.py-0 {
4309 padding-top: 0 !important;
4310 padding-bottom: 0 !important; }
4311
4312.p-1 {
1e5bc9c9 4313 padding: 0.375rem 0.375rem !important; }
97ed546d
S
4314
4315.pt-1 {
1e5bc9c9 4316 padding-top: 0.375rem !important; }
97ed546d
S
4317
4318.pr-1 {
1e5bc9c9 4319 padding-right: 0.375rem !important; }
97ed546d
S
4320
4321.pb-1 {
1e5bc9c9 4322 padding-bottom: 0.375rem !important; }
97ed546d
S
4323
4324.pl-1 {
1e5bc9c9 4325 padding-left: 0.375rem !important; }
97ed546d
S
4326
4327.px-1 {
1e5bc9c9
S
4328 padding-right: 0.375rem !important;
4329 padding-left: 0.375rem !important; }
97ed546d
S
4330
4331.py-1 {
1e5bc9c9
S
4332 padding-top: 0.375rem !important;
4333 padding-bottom: 0.375rem !important; }
97ed546d
S
4334
4335.p-2 {
1e5bc9c9 4336 padding: 0.75rem 0.75rem !important; }
97ed546d
S
4337
4338.pt-2 {
1e5bc9c9 4339 padding-top: 0.75rem !important; }
97ed546d
S
4340
4341.pr-2 {
1e5bc9c9 4342 padding-right: 0.75rem !important; }
97ed546d
S
4343
4344.pb-2 {
1e5bc9c9 4345 padding-bottom: 0.75rem !important; }
97ed546d
S
4346
4347.pl-2 {
1e5bc9c9 4348 padding-left: 0.75rem !important; }
97ed546d
S
4349
4350.px-2 {
1e5bc9c9
S
4351 padding-right: 0.75rem !important;
4352 padding-left: 0.75rem !important; }
97ed546d
S
4353
4354.py-2 {
1e5bc9c9
S
4355 padding-top: 0.75rem !important;
4356 padding-bottom: 0.75rem !important; }
97ed546d
S
4357
4358.p-3 {
1e5bc9c9 4359 padding: 1.5rem 1.5rem !important; }
97ed546d
S
4360
4361.pt-3 {
1e5bc9c9 4362 padding-top: 1.5rem !important; }
97ed546d
S
4363
4364.pr-3 {
1e5bc9c9 4365 padding-right: 1.5rem !important; }
97ed546d
S
4366
4367.pb-3 {
1e5bc9c9 4368 padding-bottom: 1.5rem !important; }
97ed546d
S
4369
4370.pl-3 {
1e5bc9c9 4371 padding-left: 1.5rem !important; }
97ed546d
S
4372
4373.px-3 {
1e5bc9c9
S
4374 padding-right: 1.5rem !important;
4375 padding-left: 1.5rem !important; }
97ed546d
S
4376
4377.py-3 {
1e5bc9c9
S
4378 padding-top: 1.5rem !important;
4379 padding-bottom: 1.5rem !important; }
97ed546d
S
4380
4381.p-4 {
1e5bc9c9 4382 padding: 2.25rem 2.25rem !important; }
97ed546d
S
4383
4384.pt-4 {
1e5bc9c9 4385 padding-top: 2.25rem !important; }
97ed546d
S
4386
4387.pr-4 {
1e5bc9c9 4388 padding-right: 2.25rem !important; }
97ed546d
S
4389
4390.pb-4 {
1e5bc9c9 4391 padding-bottom: 2.25rem !important; }
97ed546d
S
4392
4393.pl-4 {
1e5bc9c9 4394 padding-left: 2.25rem !important; }
97ed546d
S
4395
4396.px-4 {
1e5bc9c9
S
4397 padding-right: 2.25rem !important;
4398 padding-left: 2.25rem !important; }
97ed546d
S
4399
4400.py-4 {
1e5bc9c9
S
4401 padding-top: 2.25rem !important;
4402 padding-bottom: 2.25rem !important; }
97ed546d
S
4403
4404.p-5 {
1e5bc9c9 4405 padding: 4.5rem 4.5rem !important; }
97ed546d
S
4406
4407.pt-5 {
1e5bc9c9 4408 padding-top: 4.5rem !important; }
97ed546d
S
4409
4410.pr-5 {
1e5bc9c9 4411 padding-right: 4.5rem !important; }
97ed546d
S
4412
4413.pb-5 {
1e5bc9c9 4414 padding-bottom: 4.5rem !important; }
97ed546d
S
4415
4416.pl-5 {
1e5bc9c9 4417 padding-left: 4.5rem !important; }
97ed546d
S
4418
4419.px-5 {
1e5bc9c9
S
4420 padding-right: 4.5rem !important;
4421 padding-left: 4.5rem !important; }
97ed546d
S
4422
4423.py-5 {
1e5bc9c9
S
4424 padding-top: 4.5rem !important;
4425 padding-bottom: 4.5rem !important; }
4426
4427.p-6 {
4428 padding: 6rem 6rem !important; }
4429
4430.pt-6 {
4431 padding-top: 6rem !important; }
4432
4433.pr-6 {
4434 padding-right: 6rem !important; }
4435
4436.pb-6 {
4437 padding-bottom: 6rem !important; }
4438
4439.pl-6 {
4440 padding-left: 6rem !important; }
4441
4442.px-6 {
4443 padding-right: 6rem !important;
4444 padding-left: 6rem !important; }
4445
4446.py-6 {
4447 padding-top: 6rem !important;
4448 padding-bottom: 6rem !important; }
97ed546d
S
4449
4450.m-auto {
4451 margin: auto !important; }
4452
4453.mt-auto {
4454 margin-top: auto !important; }
4455
4456.mr-auto {
4457 margin-right: auto !important; }
4458
4459.mb-auto {
4460 margin-bottom: auto !important; }
4461
4462.ml-auto {
4463 margin-left: auto !important; }
4464
4465.mx-auto {
4466 margin-right: auto !important;
4467 margin-left: auto !important; }
4468
4469.my-auto {
4470 margin-top: auto !important;
4471 margin-bottom: auto !important; }
4472
4473@media (min-width: 576px) {
4474 .m-sm-0 {
4475 margin: 0 0 !important; }
4476 .mt-sm-0 {
4477 margin-top: 0 !important; }
4478 .mr-sm-0 {
4479 margin-right: 0 !important; }
4480 .mb-sm-0 {
4481 margin-bottom: 0 !important; }
4482 .ml-sm-0 {
4483 margin-left: 0 !important; }
4484 .mx-sm-0 {
4485 margin-right: 0 !important;
4486 margin-left: 0 !important; }
4487 .my-sm-0 {
4488 margin-top: 0 !important;
4489 margin-bottom: 0 !important; }
4490 .m-sm-1 {
1e5bc9c9 4491 margin: 0.375rem 0.375rem !important; }
97ed546d 4492 .mt-sm-1 {
1e5bc9c9 4493 margin-top: 0.375rem !important; }
97ed546d 4494 .mr-sm-1 {
1e5bc9c9 4495 margin-right: 0.375rem !important; }
97ed546d 4496 .mb-sm-1 {
1e5bc9c9 4497 margin-bottom: 0.375rem !important; }
97ed546d 4498 .ml-sm-1 {
1e5bc9c9 4499 margin-left: 0.375rem !important; }
97ed546d 4500 .mx-sm-1 {
1e5bc9c9
S
4501 margin-right: 0.375rem !important;
4502 margin-left: 0.375rem !important; }
97ed546d 4503 .my-sm-1 {
1e5bc9c9
S
4504 margin-top: 0.375rem !important;
4505 margin-bottom: 0.375rem !important; }
97ed546d 4506 .m-sm-2 {
1e5bc9c9 4507 margin: 0.75rem 0.75rem !important; }
97ed546d 4508 .mt-sm-2 {
1e5bc9c9 4509 margin-top: 0.75rem !important; }
97ed546d 4510 .mr-sm-2 {
1e5bc9c9 4511 margin-right: 0.75rem !important; }
97ed546d 4512 .mb-sm-2 {
1e5bc9c9 4513 margin-bottom: 0.75rem !important; }
97ed546d 4514 .ml-sm-2 {
1e5bc9c9 4515 margin-left: 0.75rem !important; }
97ed546d 4516 .mx-sm-2 {
1e5bc9c9
S
4517 margin-right: 0.75rem !important;
4518 margin-left: 0.75rem !important; }
97ed546d 4519 .my-sm-2 {
1e5bc9c9
S
4520 margin-top: 0.75rem !important;
4521 margin-bottom: 0.75rem !important; }
97ed546d 4522 .m-sm-3 {
1e5bc9c9 4523 margin: 1.5rem 1.5rem !important; }
97ed546d 4524 .mt-sm-3 {
1e5bc9c9 4525 margin-top: 1.5rem !important; }
97ed546d 4526 .mr-sm-3 {
1e5bc9c9 4527 margin-right: 1.5rem !important; }
97ed546d 4528 .mb-sm-3 {
1e5bc9c9 4529 margin-bottom: 1.5rem !important; }
97ed546d 4530 .ml-sm-3 {
1e5bc9c9 4531 margin-left: 1.5rem !important; }
97ed546d 4532 .mx-sm-3 {
1e5bc9c9
S
4533 margin-right: 1.5rem !important;
4534 margin-left: 1.5rem !important; }
97ed546d 4535 .my-sm-3 {
1e5bc9c9
S
4536 margin-top: 1.5rem !important;
4537 margin-bottom: 1.5rem !important; }
97ed546d 4538 .m-sm-4 {
1e5bc9c9 4539 margin: 2.25rem 2.25rem !important; }
97ed546d 4540 .mt-sm-4 {
1e5bc9c9 4541 margin-top: 2.25rem !important; }
97ed546d 4542 .mr-sm-4 {
1e5bc9c9 4543 margin-right: 2.25rem !important; }
97ed546d 4544 .mb-sm-4 {
1e5bc9c9 4545 margin-bottom: 2.25rem !important; }
97ed546d 4546 .ml-sm-4 {
1e5bc9c9 4547 margin-left: 2.25rem !important; }
97ed546d 4548 .mx-sm-4 {
1e5bc9c9
S
4549 margin-right: 2.25rem !important;
4550 margin-left: 2.25rem !important; }
97ed546d 4551 .my-sm-4 {
1e5bc9c9
S
4552 margin-top: 2.25rem !important;
4553 margin-bottom: 2.25rem !important; }
97ed546d 4554 .m-sm-5 {
1e5bc9c9 4555 margin: 4.5rem 4.5rem !important; }
97ed546d 4556 .mt-sm-5 {
1e5bc9c9 4557 margin-top: 4.5rem !important; }
97ed546d 4558 .mr-sm-5 {
1e5bc9c9 4559 margin-right: 4.5rem !important; }
97ed546d 4560 .mb-sm-5 {
1e5bc9c9 4561 margin-bottom: 4.5rem !important; }
97ed546d 4562 .ml-sm-5 {
1e5bc9c9 4563 margin-left: 4.5rem !important; }
97ed546d 4564 .mx-sm-5 {
1e5bc9c9
S
4565 margin-right: 4.5rem !important;
4566 margin-left: 4.5rem !important; }
97ed546d 4567 .my-sm-5 {
1e5bc9c9
S
4568 margin-top: 4.5rem !important;
4569 margin-bottom: 4.5rem !important; }
4570 .m-sm-6 {
4571 margin: 6rem 6rem !important; }
4572 .mt-sm-6 {
4573 margin-top: 6rem !important; }
4574 .mr-sm-6 {
4575 margin-right: 6rem !important; }
4576 .mb-sm-6 {
4577 margin-bottom: 6rem !important; }
4578 .ml-sm-6 {
4579 margin-left: 6rem !important; }
4580 .mx-sm-6 {
4581 margin-right: 6rem !important;
4582 margin-left: 6rem !important; }
4583 .my-sm-6 {
4584 margin-top: 6rem !important;
4585 margin-bottom: 6rem !important; }
97ed546d
S
4586 .p-sm-0 {
4587 padding: 0 0 !important; }
4588 .pt-sm-0 {
4589 padding-top: 0 !important; }
4590 .pr-sm-0 {
4591 padding-right: 0 !important; }
4592 .pb-sm-0 {
4593 padding-bottom: 0 !important; }
4594 .pl-sm-0 {
4595 padding-left: 0 !important; }
4596 .px-sm-0 {
4597 padding-right: 0 !important;
4598 padding-left: 0 !important; }
4599 .py-sm-0 {
4600 padding-top: 0 !important;
4601 padding-bottom: 0 !important; }
4602 .p-sm-1 {
1e5bc9c9 4603 padding: 0.375rem 0.375rem !important; }
97ed546d 4604 .pt-sm-1 {
1e5bc9c9 4605 padding-top: 0.375rem !important; }
97ed546d 4606 .pr-sm-1 {
1e5bc9c9 4607 padding-right: 0.375rem !important; }
97ed546d 4608 .pb-sm-1 {
1e5bc9c9 4609 padding-bottom: 0.375rem !important; }
97ed546d 4610 .pl-sm-1 {
1e5bc9c9 4611 padding-left: 0.375rem !important; }
97ed546d 4612 .px-sm-1 {
1e5bc9c9
S
4613 padding-right: 0.375rem !important;
4614 padding-left: 0.375rem !important; }
97ed546d 4615 .py-sm-1 {
1e5bc9c9
S
4616 padding-top: 0.375rem !important;
4617 padding-bottom: 0.375rem !important; }
97ed546d 4618 .p-sm-2 {
1e5bc9c9 4619 padding: 0.75rem 0.75rem !important; }
97ed546d 4620 .pt-sm-2 {
1e5bc9c9 4621 padding-top: 0.75rem !important; }
97ed546d 4622 .pr-sm-2 {
1e5bc9c9 4623 padding-right: 0.75rem !important; }
97ed546d 4624 .pb-sm-2 {
1e5bc9c9 4625 padding-bottom: 0.75rem !important; }
97ed546d 4626 .pl-sm-2 {
1e5bc9c9 4627 padding-left: 0.75rem !important; }
97ed546d 4628 .px-sm-2 {
1e5bc9c9
S
4629 padding-right: 0.75rem !important;
4630 padding-left: 0.75rem !important; }
97ed546d 4631 .py-sm-2 {
1e5bc9c9
S
4632 padding-top: 0.75rem !important;
4633 padding-bottom: 0.75rem !important; }
97ed546d 4634 .p-sm-3 {
1e5bc9c9 4635 padding: 1.5rem 1.5rem !important; }
97ed546d 4636 .pt-sm-3 {
1e5bc9c9 4637 padding-top: 1.5rem !important; }
97ed546d 4638 .pr-sm-3 {
1e5bc9c9 4639 padding-right: 1.5rem !important; }
97ed546d 4640 .pb-sm-3 {
1e5bc9c9 4641 padding-bottom: 1.5rem !important; }
97ed546d 4642 .pl-sm-3 {
1e5bc9c9 4643 padding-left: 1.5rem !important; }
97ed546d 4644 .px-sm-3 {
1e5bc9c9
S
4645 padding-right: 1.5rem !important;
4646 padding-left: 1.5rem !important; }
97ed546d 4647 .py-sm-3 {
1e5bc9c9
S
4648 padding-top: 1.5rem !important;
4649 padding-bottom: 1.5rem !important; }
97ed546d 4650 .p-sm-4 {
1e5bc9c9 4651 padding: 2.25rem 2.25rem !important; }
97ed546d 4652 .pt-sm-4 {
1e5bc9c9 4653 padding-top: 2.25rem !important; }
97ed546d 4654 .pr-sm-4 {
1e5bc9c9 4655 padding-right: 2.25rem !important; }
97ed546d 4656 .pb-sm-4 {
1e5bc9c9 4657 padding-bottom: 2.25rem !important; }
97ed546d 4658 .pl-sm-4 {
1e5bc9c9 4659 padding-left: 2.25rem !important; }
97ed546d 4660 .px-sm-4 {
1e5bc9c9
S
4661 padding-right: 2.25rem !important;
4662 padding-left: 2.25rem !important; }
97ed546d 4663 .py-sm-4 {
1e5bc9c9
S
4664 padding-top: 2.25rem !important;
4665 padding-bottom: 2.25rem !important; }
97ed546d 4666 .p-sm-5 {
1e5bc9c9 4667 padding: 4.5rem 4.5rem !important; }
97ed546d 4668 .pt-sm-5 {
1e5bc9c9 4669 padding-top: 4.5rem !important; }
97ed546d 4670 .pr-sm-5 {
1e5bc9c9 4671 padding-right: 4.5rem !important; }
97ed546d 4672 .pb-sm-5 {
1e5bc9c9 4673 padding-bottom: 4.5rem !important; }
97ed546d 4674 .pl-sm-5 {
1e5bc9c9 4675 padding-left: 4.5rem !important; }
97ed546d 4676 .px-sm-5 {
1e5bc9c9
S
4677 padding-right: 4.5rem !important;
4678 padding-left: 4.5rem !important; }
97ed546d 4679 .py-sm-5 {
1e5bc9c9
S
4680 padding-top: 4.5rem !important;
4681 padding-bottom: 4.5rem !important; }
4682 .p-sm-6 {
4683 padding: 6rem 6rem !important; }
4684 .pt-sm-6 {
4685 padding-top: 6rem !important; }
4686 .pr-sm-6 {
4687 padding-right: 6rem !important; }
4688 .pb-sm-6 {
4689 padding-bottom: 6rem !important; }
4690 .pl-sm-6 {
4691 padding-left: 6rem !important; }
4692 .px-sm-6 {
4693 padding-right: 6rem !important;
4694 padding-left: 6rem !important; }
4695 .py-sm-6 {
4696 padding-top: 6rem !important;
4697 padding-bottom: 6rem !important; }
97ed546d
S
4698 .m-sm-auto {
4699 margin: auto !important; }
4700 .mt-sm-auto {
4701 margin-top: auto !important; }
4702 .mr-sm-auto {
4703 margin-right: auto !important; }
4704 .mb-sm-auto {
4705 margin-bottom: auto !important; }
4706 .ml-sm-auto {
4707 margin-left: auto !important; }
4708 .mx-sm-auto {
4709 margin-right: auto !important;
4710 margin-left: auto !important; }
4711 .my-sm-auto {
4712 margin-top: auto !important;
4713 margin-bottom: auto !important; } }
4714
4715@media (min-width: 768px) {
4716 .m-md-0 {
4717 margin: 0 0 !important; }
4718 .mt-md-0 {
4719 margin-top: 0 !important; }
4720 .mr-md-0 {
4721 margin-right: 0 !important; }
4722 .mb-md-0 {
4723 margin-bottom: 0 !important; }
4724 .ml-md-0 {
4725 margin-left: 0 !important; }
4726 .mx-md-0 {
4727 margin-right: 0 !important;
4728 margin-left: 0 !important; }
4729 .my-md-0 {
4730 margin-top: 0 !important;
4731 margin-bottom: 0 !important; }
4732 .m-md-1 {
1e5bc9c9 4733 margin: 0.375rem 0.375rem !important; }
97ed546d 4734 .mt-md-1 {
1e5bc9c9 4735 margin-top: 0.375rem !important; }
97ed546d 4736 .mr-md-1 {
1e5bc9c9 4737 margin-right: 0.375rem !important; }
97ed546d 4738 .mb-md-1 {
1e5bc9c9 4739 margin-bottom: 0.375rem !important; }
97ed546d 4740 .ml-md-1 {
1e5bc9c9 4741 margin-left: 0.375rem !important; }
97ed546d 4742 .mx-md-1 {
1e5bc9c9
S
4743 margin-right: 0.375rem !important;
4744 margin-left: 0.375rem !important; }
97ed546d 4745 .my-md-1 {
1e5bc9c9
S
4746 margin-top: 0.375rem !important;
4747 margin-bottom: 0.375rem !important; }
97ed546d 4748 .m-md-2 {
1e5bc9c9 4749 margin: 0.75rem 0.75rem !important; }
97ed546d 4750 .mt-md-2 {
1e5bc9c9 4751 margin-top: 0.75rem !important; }
97ed546d 4752 .mr-md-2 {
1e5bc9c9 4753 margin-right: 0.75rem !important; }
97ed546d 4754 .mb-md-2 {
1e5bc9c9 4755 margin-bottom: 0.75rem !important; }
97ed546d 4756 .ml-md-2 {
1e5bc9c9 4757 margin-left: 0.75rem !important; }
97ed546d 4758 .mx-md-2 {
1e5bc9c9
S
4759 margin-right: 0.75rem !important;
4760 margin-left: 0.75rem !important; }
97ed546d 4761 .my-md-2 {
1e5bc9c9
S
4762 margin-top: 0.75rem !important;
4763 margin-bottom: 0.75rem !important; }
97ed546d 4764 .m-md-3 {
1e5bc9c9 4765 margin: 1.5rem 1.5rem !important; }
97ed546d 4766 .mt-md-3 {
1e5bc9c9 4767 margin-top: 1.5rem !important; }
97ed546d 4768 .mr-md-3 {
1e5bc9c9 4769 margin-right: 1.5rem !important; }
97ed546d 4770 .mb-md-3 {
1e5bc9c9 4771 margin-bottom: 1.5rem !important; }
97ed546d 4772 .ml-md-3 {
1e5bc9c9 4773 margin-left: 1.5rem !important; }
97ed546d 4774 .mx-md-3 {
1e5bc9c9
S
4775 margin-right: 1.5rem !important;
4776 margin-left: 1.5rem !important; }
97ed546d 4777 .my-md-3 {
1e5bc9c9
S
4778 margin-top: 1.5rem !important;
4779 margin-bottom: 1.5rem !important; }
97ed546d 4780 .m-md-4 {
1e5bc9c9 4781 margin: 2.25rem 2.25rem !important; }
97ed546d 4782 .mt-md-4 {
1e5bc9c9 4783 margin-top: 2.25rem !important; }
97ed546d 4784 .mr-md-4 {
1e5bc9c9 4785 margin-right: 2.25rem !important; }
97ed546d 4786 .mb-md-4 {
1e5bc9c9 4787 margin-bottom: 2.25rem !important; }
97ed546d 4788 .ml-md-4 {
1e5bc9c9 4789 margin-left: 2.25rem !important; }
97ed546d 4790 .mx-md-4 {
1e5bc9c9
S
4791 margin-right: 2.25rem !important;
4792 margin-left: 2.25rem !important; }
97ed546d 4793 .my-md-4 {
1e5bc9c9
S
4794 margin-top: 2.25rem !important;
4795 margin-bottom: 2.25rem !important; }
97ed546d 4796 .m-md-5 {
1e5bc9c9 4797 margin: 4.5rem 4.5rem !important; }
97ed546d 4798 .mt-md-5 {
1e5bc9c9 4799 margin-top: 4.5rem !important; }
97ed546d 4800 .mr-md-5 {
1e5bc9c9 4801 margin-right: 4.5rem !important; }
97ed546d 4802 .mb-md-5 {
1e5bc9c9 4803 margin-bottom: 4.5rem !important; }
97ed546d 4804 .ml-md-5 {
1e5bc9c9 4805 margin-left: 4.5rem !important; }
97ed546d 4806 .mx-md-5 {
1e5bc9c9
S
4807 margin-right: 4.5rem !important;
4808 margin-left: 4.5rem !important; }
97ed546d 4809 .my-md-5 {
1e5bc9c9
S
4810 margin-top: 4.5rem !important;
4811 margin-bottom: 4.5rem !important; }
4812 .m-md-6 {
4813 margin: 6rem 6rem !important; }
4814 .mt-md-6 {
4815 margin-top: 6rem !important; }
4816 .mr-md-6 {
4817 margin-right: 6rem !important; }
4818 .mb-md-6 {
4819 margin-bottom: 6rem !important; }
4820 .ml-md-6 {
4821 margin-left: 6rem !important; }
4822 .mx-md-6 {
4823 margin-right: 6rem !important;
4824 margin-left: 6rem !important; }
4825 .my-md-6 {
4826 margin-top: 6rem !important;
4827 margin-bottom: 6rem !important; }
97ed546d
S
4828 .p-md-0 {
4829 padding: 0 0 !important; }
4830 .pt-md-0 {
4831 padding-top: 0 !important; }
4832 .pr-md-0 {
4833 padding-right: 0 !important; }
4834 .pb-md-0 {
4835 padding-bottom: 0 !important; }
4836 .pl-md-0 {
4837 padding-left: 0 !important; }
4838 .px-md-0 {
4839 padding-right: 0 !important;
4840 padding-left: 0 !important; }
4841 .py-md-0 {
4842 padding-top: 0 !important;
4843 padding-bottom: 0 !important; }
4844 .p-md-1 {
1e5bc9c9 4845 padding: 0.375rem 0.375rem !important; }
97ed546d 4846 .pt-md-1 {
1e5bc9c9 4847 padding-top: 0.375rem !important; }
97ed546d 4848 .pr-md-1 {
1e5bc9c9 4849 padding-right: 0.375rem !important; }
97ed546d 4850 .pb-md-1 {
1e5bc9c9 4851 padding-bottom: 0.375rem !important; }
97ed546d 4852 .pl-md-1 {
1e5bc9c9 4853 padding-left: 0.375rem !important; }
97ed546d 4854 .px-md-1 {
1e5bc9c9
S
4855 padding-right: 0.375rem !important;
4856 padding-left: 0.375rem !important; }
97ed546d 4857 .py-md-1 {
1e5bc9c9
S
4858 padding-top: 0.375rem !important;
4859 padding-bottom: 0.375rem !important; }
97ed546d 4860 .p-md-2 {
1e5bc9c9 4861 padding: 0.75rem 0.75rem !important; }
97ed546d 4862 .pt-md-2 {
1e5bc9c9 4863 padding-top: 0.75rem !important; }
97ed546d 4864 .pr-md-2 {
1e5bc9c9 4865 padding-right: 0.75rem !important; }
97ed546d 4866 .pb-md-2 {
1e5bc9c9 4867 padding-bottom: 0.75rem !important; }
97ed546d 4868 .pl-md-2 {
1e5bc9c9 4869 padding-left: 0.75rem !important; }
97ed546d 4870 .px-md-2 {
1e5bc9c9
S
4871 padding-right: 0.75rem !important;
4872 padding-left: 0.75rem !important; }
97ed546d 4873 .py-md-2 {
1e5bc9c9
S
4874 padding-top: 0.75rem !important;
4875 padding-bottom: 0.75rem !important; }
97ed546d 4876 .p-md-3 {
1e5bc9c9 4877 padding: 1.5rem 1.5rem !important; }
97ed546d 4878 .pt-md-3 {
1e5bc9c9 4879 padding-top: 1.5rem !important; }
97ed546d 4880 .pr-md-3 {
1e5bc9c9 4881 padding-right: 1.5rem !important; }
97ed546d 4882 .pb-md-3 {
1e5bc9c9 4883 padding-bottom: 1.5rem !important; }
97ed546d 4884 .pl-md-3 {
1e5bc9c9 4885 padding-left: 1.5rem !important; }
97ed546d 4886 .px-md-3 {
1e5bc9c9
S
4887 padding-right: 1.5rem !important;
4888 padding-left: 1.5rem !important; }
97ed546d 4889 .py-md-3 {
1e5bc9c9
S
4890 padding-top: 1.5rem !important;
4891 padding-bottom: 1.5rem !important; }
97ed546d 4892 .p-md-4 {
1e5bc9c9 4893 padding: 2.25rem 2.25rem !important; }
97ed546d 4894 .pt-md-4 {
1e5bc9c9 4895 padding-top: 2.25rem !important; }
97ed546d 4896 .pr-md-4 {
1e5bc9c9 4897 padding-right: 2.25rem !important; }
97ed546d 4898 .pb-md-4 {
1e5bc9c9 4899 padding-bottom: 2.25rem !important; }
97ed546d 4900 .pl-md-4 {
1e5bc9c9 4901 padding-left: 2.25rem !important; }
97ed546d 4902 .px-md-4 {
1e5bc9c9
S
4903 padding-right: 2.25rem !important;
4904 padding-left: 2.25rem !important; }
97ed546d 4905 .py-md-4 {
1e5bc9c9
S
4906 padding-top: 2.25rem !important;
4907 padding-bottom: 2.25rem !important; }
97ed546d 4908 .p-md-5 {
1e5bc9c9 4909 padding: 4.5rem 4.5rem !important; }
97ed546d 4910 .pt-md-5 {
1e5bc9c9 4911 padding-top: 4.5rem !important; }
97ed546d 4912 .pr-md-5 {
1e5bc9c9 4913 padding-right: 4.5rem !important; }
97ed546d 4914 .pb-md-5 {
1e5bc9c9 4915 padding-bottom: 4.5rem !important; }
97ed546d 4916 .pl-md-5 {
1e5bc9c9 4917 padding-left: 4.5rem !important; }
97ed546d 4918 .px-md-5 {
1e5bc9c9
S
4919 padding-right: 4.5rem !important;
4920 padding-left: 4.5rem !important; }
97ed546d 4921 .py-md-5 {
1e5bc9c9
S
4922 padding-top: 4.5rem !important;
4923 padding-bottom: 4.5rem !important; }
4924 .p-md-6 {
4925 padding: 6rem 6rem !important; }
4926 .pt-md-6 {
4927 padding-top: 6rem !important; }
4928 .pr-md-6 {
4929 padding-right: 6rem !important; }
4930 .pb-md-6 {
4931 padding-bottom: 6rem !important; }
4932 .pl-md-6 {
4933 padding-left: 6rem !important; }
4934 .px-md-6 {
4935 padding-right: 6rem !important;
4936 padding-left: 6rem !important; }
4937 .py-md-6 {
4938 padding-top: 6rem !important;
4939 padding-bottom: 6rem !important; }
97ed546d
S
4940 .m-md-auto {
4941 margin: auto !important; }
4942 .mt-md-auto {
4943 margin-top: auto !important; }
4944 .mr-md-auto {
4945 margin-right: auto !important; }
4946 .mb-md-auto {
4947 margin-bottom: auto !important; }
4948 .ml-md-auto {
4949 margin-left: auto !important; }
4950 .mx-md-auto {
4951 margin-right: auto !important;
4952 margin-left: auto !important; }
4953 .my-md-auto {
4954 margin-top: auto !important;
4955 margin-bottom: auto !important; } }
4956
4957@media (min-width: 992px) {
4958 .m-lg-0 {
4959 margin: 0 0 !important; }
4960 .mt-lg-0 {
4961 margin-top: 0 !important; }
4962 .mr-lg-0 {
4963 margin-right: 0 !important; }
4964 .mb-lg-0 {
4965 margin-bottom: 0 !important; }
4966 .ml-lg-0 {
4967 margin-left: 0 !important; }
4968 .mx-lg-0 {
4969 margin-right: 0 !important;
4970 margin-left: 0 !important; }
4971 .my-lg-0 {
4972 margin-top: 0 !important;
4973 margin-bottom: 0 !important; }
4974 .m-lg-1 {
1e5bc9c9 4975 margin: 0.375rem 0.375rem !important; }
97ed546d 4976 .mt-lg-1 {
1e5bc9c9 4977 margin-top: 0.375rem !important; }
97ed546d 4978 .mr-lg-1 {
1e5bc9c9 4979 margin-right: 0.375rem !important; }
97ed546d 4980 .mb-lg-1 {
1e5bc9c9 4981 margin-bottom: 0.375rem !important; }
97ed546d 4982 .ml-lg-1 {
1e5bc9c9 4983 margin-left: 0.375rem !important; }
97ed546d 4984 .mx-lg-1 {
1e5bc9c9
S
4985 margin-right: 0.375rem !important;
4986 margin-left: 0.375rem !important; }
97ed546d 4987 .my-lg-1 {
1e5bc9c9
S
4988 margin-top: 0.375rem !important;
4989 margin-bottom: 0.375rem !important; }
97ed546d 4990 .m-lg-2 {
1e5bc9c9 4991 margin: 0.75rem 0.75rem !important; }
97ed546d 4992 .mt-lg-2 {
1e5bc9c9 4993 margin-top: 0.75rem !important; }
97ed546d 4994 .mr-lg-2 {
1e5bc9c9 4995 margin-right: 0.75rem !important; }
97ed546d 4996 .mb-lg-2 {
1e5bc9c9 4997 margin-bottom: 0.75rem !important; }
97ed546d 4998 .ml-lg-2 {
1e5bc9c9 4999 margin-left: 0.75rem !important; }
97ed546d 5000 .mx-lg-2 {
1e5bc9c9
S
5001 margin-right: 0.75rem !important;
5002 margin-left: 0.75rem !important; }
97ed546d 5003 .my-lg-2 {
1e5bc9c9
S
5004 margin-top: 0.75rem !important;
5005 margin-bottom: 0.75rem !important; }
97ed546d 5006 .m-lg-3 {
1e5bc9c9 5007 margin: 1.5rem 1.5rem !important; }
97ed546d 5008 .mt-lg-3 {
1e5bc9c9 5009 margin-top: 1.5rem !important; }
97ed546d 5010 .mr-lg-3 {
1e5bc9c9 5011 margin-right: 1.5rem !important; }
97ed546d 5012 .mb-lg-3 {
1e5bc9c9 5013 margin-bottom: 1.5rem !important; }
97ed546d 5014 .ml-lg-3 {
1e5bc9c9 5015 margin-left: 1.5rem !important; }
97ed546d 5016 .mx-lg-3 {
1e5bc9c9
S
5017 margin-right: 1.5rem !important;
5018 margin-left: 1.5rem !important; }
97ed546d 5019 .my-lg-3 {
1e5bc9c9
S
5020 margin-top: 1.5rem !important;
5021 margin-bottom: 1.5rem !important; }
97ed546d 5022 .m-lg-4 {
1e5bc9c9 5023 margin: 2.25rem 2.25rem !important; }
97ed546d 5024 .mt-lg-4 {
1e5bc9c9 5025 margin-top: 2.25rem !important; }
97ed546d 5026 .mr-lg-4 {
1e5bc9c9 5027 margin-right: 2.25rem !important; }
97ed546d 5028 .mb-lg-4 {
1e5bc9c9 5029 margin-bottom: 2.25rem !important; }
97ed546d 5030 .ml-lg-4 {
1e5bc9c9 5031 margin-left: 2.25rem !important; }
97ed546d 5032 .mx-lg-4 {
1e5bc9c9
S
5033 margin-right: 2.25rem !important;
5034 margin-left: 2.25rem !important; }
97ed546d 5035 .my-lg-4 {
1e5bc9c9
S
5036 margin-top: 2.25rem !important;
5037 margin-bottom: 2.25rem !important; }
97ed546d 5038 .m-lg-5 {
1e5bc9c9 5039 margin: 4.5rem 4.5rem !important; }
97ed546d 5040 .mt-lg-5 {
1e5bc9c9 5041 margin-top: 4.5rem !important; }
97ed546d 5042 .mr-lg-5 {
1e5bc9c9 5043 margin-right: 4.5rem !important; }
97ed546d 5044 .mb-lg-5 {
1e5bc9c9 5045 margin-bottom: 4.5rem !important; }
97ed546d 5046 .ml-lg-5 {
1e5bc9c9 5047 margin-left: 4.5rem !important; }
97ed546d 5048 .mx-lg-5 {
1e5bc9c9
S
5049 margin-right: 4.5rem !important;
5050 margin-left: 4.5rem !important; }
97ed546d 5051 .my-lg-5 {
1e5bc9c9
S
5052 margin-top: 4.5rem !important;
5053 margin-bottom: 4.5rem !important; }
5054 .m-lg-6 {
5055 margin: 6rem 6rem !important; }
5056 .mt-lg-6 {
5057 margin-top: 6rem !important; }
5058 .mr-lg-6 {
5059 margin-right: 6rem !important; }
5060 .mb-lg-6 {
5061 margin-bottom: 6rem !important; }
5062 .ml-lg-6 {
5063 margin-left: 6rem !important; }
5064 .mx-lg-6 {
5065 margin-right: 6rem !important;
5066 margin-left: 6rem !important; }
5067 .my-lg-6 {
5068 margin-top: 6rem !important;
5069 margin-bottom: 6rem !important; }
97ed546d
S
5070 .p-lg-0 {
5071 padding: 0 0 !important; }
5072 .pt-lg-0 {
5073 padding-top: 0 !important; }
5074 .pr-lg-0 {
5075 padding-right: 0 !important; }
5076 .pb-lg-0 {
5077 padding-bottom: 0 !important; }
5078 .pl-lg-0 {
5079 padding-left: 0 !important; }
5080 .px-lg-0 {
5081 padding-right: 0 !important;
5082 padding-left: 0 !important; }
5083 .py-lg-0 {
5084 padding-top: 0 !important;
5085 padding-bottom: 0 !important; }
5086 .p-lg-1 {
1e5bc9c9 5087 padding: 0.375rem 0.375rem !important; }
97ed546d 5088 .pt-lg-1 {
1e5bc9c9 5089 padding-top: 0.375rem !important; }
97ed546d 5090 .pr-lg-1 {
1e5bc9c9 5091 padding-right: 0.375rem !important; }
97ed546d 5092 .pb-lg-1 {
1e5bc9c9 5093 padding-bottom: 0.375rem !important; }
97ed546d 5094 .pl-lg-1 {
1e5bc9c9 5095 padding-left: 0.375rem !important; }
97ed546d 5096 .px-lg-1 {
1e5bc9c9
S
5097 padding-right: 0.375rem !important;
5098 padding-left: 0.375rem !important; }
97ed546d 5099 .py-lg-1 {
1e5bc9c9
S
5100 padding-top: 0.375rem !important;
5101 padding-bottom: 0.375rem !important; }
97ed546d 5102 .p-lg-2 {
1e5bc9c9 5103 padding: 0.75rem 0.75rem !important; }
97ed546d 5104 .pt-lg-2 {
1e5bc9c9 5105 padding-top: 0.75rem !important; }
97ed546d 5106 .pr-lg-2 {
1e5bc9c9 5107 padding-right: 0.75rem !important; }
97ed546d 5108 .pb-lg-2 {
1e5bc9c9 5109 padding-bottom: 0.75rem !important; }
97ed546d 5110 .pl-lg-2 {
1e5bc9c9 5111 padding-left: 0.75rem !important; }
97ed546d 5112 .px-lg-2 {
1e5bc9c9
S
5113 padding-right: 0.75rem !important;
5114 padding-left: 0.75rem !important; }
97ed546d 5115 .py-lg-2 {
1e5bc9c9
S
5116 padding-top: 0.75rem !important;
5117 padding-bottom: 0.75rem !important; }
97ed546d 5118 .p-lg-3 {
1e5bc9c9 5119 padding: 1.5rem 1.5rem !important; }
97ed546d 5120 .pt-lg-3 {
1e5bc9c9 5121 padding-top: 1.5rem !important; }
97ed546d 5122 .pr-lg-3 {
1e5bc9c9 5123 padding-right: 1.5rem !important; }
97ed546d 5124 .pb-lg-3 {
1e5bc9c9 5125 padding-bottom: 1.5rem !important; }
97ed546d 5126 .pl-lg-3 {
1e5bc9c9 5127 padding-left: 1.5rem !important; }
97ed546d 5128 .px-lg-3 {
1e5bc9c9
S
5129 padding-right: 1.5rem !important;
5130 padding-left: 1.5rem !important; }
97ed546d 5131 .py-lg-3 {
1e5bc9c9
S
5132 padding-top: 1.5rem !important;
5133 padding-bottom: 1.5rem !important; }
97ed546d 5134 .p-lg-4 {
1e5bc9c9 5135 padding: 2.25rem 2.25rem !important; }
97ed546d 5136 .pt-lg-4 {
1e5bc9c9 5137 padding-top: 2.25rem !important; }
97ed546d 5138 .pr-lg-4 {
1e5bc9c9 5139 padding-right: 2.25rem !important; }
97ed546d 5140 .pb-lg-4 {
1e5bc9c9 5141 padding-bottom: 2.25rem !important; }
97ed546d 5142 .pl-lg-4 {
1e5bc9c9 5143 padding-left: 2.25rem !important; }
97ed546d 5144 .px-lg-4 {
1e5bc9c9
S
5145 padding-right: 2.25rem !important;
5146 padding-left: 2.25rem !important; }
97ed546d 5147 .py-lg-4 {
1e5bc9c9
S
5148 padding-top: 2.25rem !important;
5149 padding-bottom: 2.25rem !important; }
97ed546d 5150 .p-lg-5 {
1e5bc9c9 5151 padding: 4.5rem 4.5rem !important; }
97ed546d 5152 .pt-lg-5 {
1e5bc9c9 5153 padding-top: 4.5rem !important; }
97ed546d 5154 .pr-lg-5 {
1e5bc9c9 5155 padding-right: 4.5rem !important; }
97ed546d 5156 .pb-lg-5 {
1e5bc9c9 5157 padding-bottom: 4.5rem !important; }
97ed546d 5158 .pl-lg-5 {
1e5bc9c9 5159 padding-left: 4.5rem !important; }
97ed546d 5160 .px-lg-5 {
1e5bc9c9
S
5161 padding-right: 4.5rem !important;
5162 padding-left: 4.5rem !important; }
97ed546d 5163 .py-lg-5 {
1e5bc9c9
S
5164 padding-top: 4.5rem !important;
5165 padding-bottom: 4.5rem !important; }
5166 .p-lg-6 {
5167 padding: 6rem 6rem !important; }
5168 .pt-lg-6 {
5169 padding-top: 6rem !important; }
5170 .pr-lg-6 {
5171 padding-right: 6rem !important; }
5172 .pb-lg-6 {
5173 padding-bottom: 6rem !important; }
5174 .pl-lg-6 {
5175 padding-left: 6rem !important; }
5176 .px-lg-6 {
5177 padding-right: 6rem !important;
5178 padding-left: 6rem !important; }
5179 .py-lg-6 {
5180 padding-top: 6rem !important;
5181 padding-bottom: 6rem !important; }
97ed546d
S
5182 .m-lg-auto {
5183 margin: auto !important; }
5184 .mt-lg-auto {
5185 margin-top: auto !important; }
5186 .mr-lg-auto {
5187 margin-right: auto !important; }
5188 .mb-lg-auto {
5189 margin-bottom: auto !important; }
5190 .ml-lg-auto {
5191 margin-left: auto !important; }
5192 .mx-lg-auto {
5193 margin-right: auto !important;
5194 margin-left: auto !important; }
5195 .my-lg-auto {
5196 margin-top: auto !important;
5197 margin-bottom: auto !important; } }
5198
5199@media (min-width: 1200px) {
5200 .m-xl-0 {
5201 margin: 0 0 !important; }
5202 .mt-xl-0 {
5203 margin-top: 0 !important; }
5204 .mr-xl-0 {
5205 margin-right: 0 !important; }
5206 .mb-xl-0 {
5207 margin-bottom: 0 !important; }
5208 .ml-xl-0 {
5209 margin-left: 0 !important; }
5210 .mx-xl-0 {
5211 margin-right: 0 !important;
5212 margin-left: 0 !important; }
5213 .my-xl-0 {
5214 margin-top: 0 !important;
5215 margin-bottom: 0 !important; }
5216 .m-xl-1 {
1e5bc9c9 5217 margin: 0.375rem 0.375rem !important; }
97ed546d 5218 .mt-xl-1 {
1e5bc9c9 5219 margin-top: 0.375rem !important; }
97ed546d 5220 .mr-xl-1 {
1e5bc9c9 5221 margin-right: 0.375rem !important; }
97ed546d 5222 .mb-xl-1 {
1e5bc9c9 5223 margin-bottom: 0.375rem !important; }
97ed546d 5224 .ml-xl-1 {
1e5bc9c9 5225 margin-left: 0.375rem !important; }
97ed546d 5226 .mx-xl-1 {
1e5bc9c9
S
5227 margin-right: 0.375rem !important;
5228 margin-left: 0.375rem !important; }
97ed546d 5229 .my-xl-1 {
1e5bc9c9
S
5230 margin-top: 0.375rem !important;
5231 margin-bottom: 0.375rem !important; }
97ed546d 5232 .m-xl-2 {
1e5bc9c9 5233 margin: 0.75rem 0.75rem !important; }
97ed546d 5234 .mt-xl-2 {
1e5bc9c9 5235 margin-top: 0.75rem !important; }
97ed546d 5236 .mr-xl-2 {
1e5bc9c9 5237 margin-right: 0.75rem !important; }
97ed546d 5238 .mb-xl-2 {
1e5bc9c9 5239 margin-bottom: 0.75rem !important; }
97ed546d 5240 .ml-xl-2 {
1e5bc9c9 5241 margin-left: 0.75rem !important; }
97ed546d 5242 .mx-xl-2 {
1e5bc9c9
S
5243 margin-right: 0.75rem !important;
5244 margin-left: 0.75rem !important; }
97ed546d 5245 .my-xl-2 {
1e5bc9c9
S
5246 margin-top: 0.75rem !important;
5247 margin-bottom: 0.75rem !important; }
97ed546d 5248 .m-xl-3 {
1e5bc9c9 5249 margin: 1.5rem 1.5rem !important; }
97ed546d 5250 .mt-xl-3 {
1e5bc9c9 5251 margin-top: 1.5rem !important; }
97ed546d 5252 .mr-xl-3 {
1e5bc9c9 5253 margin-right: 1.5rem !important; }
97ed546d 5254 .mb-xl-3 {
1e5bc9c9 5255 margin-bottom: 1.5rem !important; }
97ed546d 5256 .ml-xl-3 {
1e5bc9c9 5257 margin-left: 1.5rem !important; }
97ed546d 5258 .mx-xl-3 {
1e5bc9c9
S
5259 margin-right: 1.5rem !important;
5260 margin-left: 1.5rem !important; }
97ed546d 5261 .my-xl-3 {
1e5bc9c9
S
5262 margin-top: 1.5rem !important;
5263 margin-bottom: 1.5rem !important; }
97ed546d 5264 .m-xl-4 {
1e5bc9c9 5265 margin: 2.25rem 2.25rem !important; }
97ed546d 5266 .mt-xl-4 {
1e5bc9c9 5267 margin-top: 2.25rem !important; }
97ed546d 5268 .mr-xl-4 {
1e5bc9c9 5269 margin-right: 2.25rem !important; }
97ed546d 5270 .mb-xl-4 {
1e5bc9c9 5271 margin-bottom: 2.25rem !important; }
97ed546d 5272 .ml-xl-4 {
1e5bc9c9 5273 margin-left: 2.25rem !important; }
97ed546d 5274 .mx-xl-4 {
1e5bc9c9
S
5275 margin-right: 2.25rem !important;
5276 margin-left: 2.25rem !important; }
97ed546d 5277 .my-xl-4 {
1e5bc9c9
S
5278 margin-top: 2.25rem !important;
5279 margin-bottom: 2.25rem !important; }
97ed546d 5280 .m-xl-5 {
1e5bc9c9 5281 margin: 4.5rem 4.5rem !important; }
97ed546d 5282 .mt-xl-5 {
1e5bc9c9 5283 margin-top: 4.5rem !important; }
97ed546d 5284 .mr-xl-5 {
1e5bc9c9 5285 margin-right: 4.5rem !important; }
97ed546d 5286 .mb-xl-5 {
1e5bc9c9 5287 margin-bottom: 4.5rem !important; }
97ed546d 5288 .ml-xl-5 {
1e5bc9c9 5289 margin-left: 4.5rem !important; }
97ed546d 5290 .mx-xl-5 {
1e5bc9c9
S
5291 margin-right: 4.5rem !important;
5292 margin-left: 4.5rem !important; }
97ed546d 5293 .my-xl-5 {
1e5bc9c9
S
5294 margin-top: 4.5rem !important;
5295 margin-bottom: 4.5rem !important; }
5296 .m-xl-6 {
5297 margin: 6rem 6rem !important; }
5298 .mt-xl-6 {
5299 margin-top: 6rem !important; }
5300 .mr-xl-6 {
5301 margin-right: 6rem !important; }
5302 .mb-xl-6 {
5303 margin-bottom: 6rem !important; }
5304 .ml-xl-6 {
5305 margin-left: 6rem !important; }
5306 .mx-xl-6 {
5307 margin-right: 6rem !important;
5308 margin-left: 6rem !important; }
5309 .my-xl-6 {
5310 margin-top: 6rem !important;
5311 margin-bottom: 6rem !important; }
97ed546d
S
5312 .p-xl-0 {
5313 padding: 0 0 !important; }
5314 .pt-xl-0 {
5315 padding-top: 0 !important; }
5316 .pr-xl-0 {
5317 padding-right: 0 !important; }
5318 .pb-xl-0 {
5319 padding-bottom: 0 !important; }
5320 .pl-xl-0 {
5321 padding-left: 0 !important; }
5322 .px-xl-0 {
5323 padding-right: 0 !important;
5324 padding-left: 0 !important; }
5325 .py-xl-0 {
5326 padding-top: 0 !important;
5327 padding-bottom: 0 !important; }
5328 .p-xl-1 {
1e5bc9c9 5329 padding: 0.375rem 0.375rem !important; }
97ed546d 5330 .pt-xl-1 {
1e5bc9c9 5331 padding-top: 0.375rem !important; }
97ed546d 5332 .pr-xl-1 {
1e5bc9c9 5333 padding-right: 0.375rem !important; }
97ed546d 5334 .pb-xl-1 {
1e5bc9c9 5335 padding-bottom: 0.375rem !important; }
97ed546d 5336 .pl-xl-1 {
1e5bc9c9 5337 padding-left: 0.375rem !important; }
97ed546d 5338 .px-xl-1 {
1e5bc9c9
S
5339 padding-right: 0.375rem !important;
5340 padding-left: 0.375rem !important; }
97ed546d 5341 .py-xl-1 {
1e5bc9c9
S
5342 padding-top: 0.375rem !important;
5343 padding-bottom: 0.375rem !important; }
97ed546d 5344 .p-xl-2 {
1e5bc9c9 5345 padding: 0.75rem 0.75rem !important; }
97ed546d 5346 .pt-xl-2 {
1e5bc9c9 5347 padding-top: 0.75rem !important; }
97ed546d 5348 .pr-xl-2 {
1e5bc9c9 5349 padding-right: 0.75rem !important; }
97ed546d 5350 .pb-xl-2 {
1e5bc9c9 5351 padding-bottom: 0.75rem !important; }
97ed546d 5352 .pl-xl-2 {
1e5bc9c9 5353 padding-left: 0.75rem !important; }
97ed546d 5354 .px-xl-2 {
1e5bc9c9
S
5355 padding-right: 0.75rem !important;
5356 padding-left: 0.75rem !important; }
97ed546d 5357 .py-xl-2 {
1e5bc9c9
S
5358 padding-top: 0.75rem !important;
5359 padding-bottom: 0.75rem !important; }
97ed546d 5360 .p-xl-3 {
1e5bc9c9 5361 padding: 1.5rem 1.5rem !important; }
97ed546d 5362 .pt-xl-3 {
1e5bc9c9 5363 padding-top: 1.5rem !important; }
97ed546d 5364 .pr-xl-3 {
1e5bc9c9 5365 padding-right: 1.5rem !important; }
97ed546d 5366 .pb-xl-3 {
1e5bc9c9 5367 padding-bottom: 1.5rem !important; }
97ed546d 5368 .pl-xl-3 {
1e5bc9c9 5369 padding-left: 1.5rem !important; }
97ed546d 5370 .px-xl-3 {
1e5bc9c9
S
5371 padding-right: 1.5rem !important;
5372 padding-left: 1.5rem !important; }
97ed546d 5373 .py-xl-3 {
1e5bc9c9
S
5374 padding-top: 1.5rem !important;
5375 padding-bottom: 1.5rem !important; }
97ed546d 5376 .p-xl-4 {
1e5bc9c9 5377 padding: 2.25rem 2.25rem !important; }
97ed546d 5378 .pt-xl-4 {
1e5bc9c9 5379 padding-top: 2.25rem !important; }
97ed546d 5380 .pr-xl-4 {
1e5bc9c9 5381 padding-right: 2.25rem !important; }
97ed546d 5382 .pb-xl-4 {
1e5bc9c9 5383 padding-bottom: 2.25rem !important; }
97ed546d 5384 .pl-xl-4 {
1e5bc9c9 5385 padding-left: 2.25rem !important; }
97ed546d 5386 .px-xl-4 {
1e5bc9c9
S
5387 padding-right: 2.25rem !important;
5388 padding-left: 2.25rem !important; }
97ed546d 5389 .py-xl-4 {
1e5bc9c9
S
5390 padding-top: 2.25rem !important;
5391 padding-bottom: 2.25rem !important; }
97ed546d 5392 .p-xl-5 {
1e5bc9c9 5393 padding: 4.5rem 4.5rem !important; }
97ed546d 5394 .pt-xl-5 {
1e5bc9c9 5395 padding-top: 4.5rem !important; }
97ed546d 5396 .pr-xl-5 {
1e5bc9c9 5397 padding-right: 4.5rem !important; }
97ed546d 5398 .pb-xl-5 {
1e5bc9c9 5399 padding-bottom: 4.5rem !important; }
97ed546d 5400 .pl-xl-5 {
1e5bc9c9 5401 padding-left: 4.5rem !important; }
97ed546d 5402 .px-xl-5 {
1e5bc9c9
S
5403 padding-right: 4.5rem !important;
5404 padding-left: 4.5rem !important; }
97ed546d 5405 .py-xl-5 {
1e5bc9c9
S
5406 padding-top: 4.5rem !important;
5407 padding-bottom: 4.5rem !important; }
5408 .p-xl-6 {
5409 padding: 6rem 6rem !important; }
5410 .pt-xl-6 {
5411 padding-top: 6rem !important; }
5412 .pr-xl-6 {
5413 padding-right: 6rem !important; }
5414 .pb-xl-6 {
5415 padding-bottom: 6rem !important; }
5416 .pl-xl-6 {
5417 padding-left: 6rem !important; }
5418 .px-xl-6 {
5419 padding-right: 6rem !important;
5420 padding-left: 6rem !important; }
5421 .py-xl-6 {
5422 padding-top: 6rem !important;
5423 padding-bottom: 6rem !important; }
97ed546d
S
5424 .m-xl-auto {
5425 margin: auto !important; }
5426 .mt-xl-auto {
5427 margin-top: auto !important; }
5428 .mr-xl-auto {
5429 margin-right: auto !important; }
5430 .mb-xl-auto {
5431 margin-bottom: auto !important; }
5432 .ml-xl-auto {
5433 margin-left: auto !important; }
5434 .mx-xl-auto {
5435 margin-right: auto !important;
5436 margin-left: auto !important; }
5437 .my-xl-auto {
5438 margin-top: auto !important;
5439 margin-bottom: auto !important; } }
5440
5441.text-justify {
5442 text-align: justify !important; }
5443
5444.text-nowrap {
5445 white-space: nowrap !important; }
5446
5447.text-truncate {
5448 overflow: hidden;
5449 text-overflow: ellipsis;
5450 white-space: nowrap; }
5451
5452.text-left {
5453 text-align: left !important; }
5454
5455.text-right {
5456 text-align: right !important; }
5457
5458.text-center {
5459 text-align: center !important; }
5460
5461@media (min-width: 576px) {
5462 .text-sm-left {
5463 text-align: left !important; }
5464 .text-sm-right {
5465 text-align: right !important; }
5466 .text-sm-center {
5467 text-align: center !important; } }
5468
5469@media (min-width: 768px) {
5470 .text-md-left {
5471 text-align: left !important; }
5472 .text-md-right {
5473 text-align: right !important; }
5474 .text-md-center {
5475 text-align: center !important; } }
5476
5477@media (min-width: 992px) {
5478 .text-lg-left {
5479 text-align: left !important; }
5480 .text-lg-right {
5481 text-align: right !important; }
5482 .text-lg-center {
5483 text-align: center !important; } }
5484
5485@media (min-width: 1200px) {
5486 .text-xl-left {
5487 text-align: left !important; }
5488 .text-xl-right {
5489 text-align: right !important; }
5490 .text-xl-center {
5491 text-align: center !important; } }
5492
5493.text-lowercase {
5494 text-transform: lowercase !important; }
5495
5496.text-uppercase {
5497 text-transform: uppercase !important; }
5498
5499.text-capitalize {
5500 text-transform: capitalize !important; }
5501
5502.font-weight-normal {
5503 font-weight: normal; }
5504
5505.font-weight-bold {
5506 font-weight: bold; }
5507
5508.font-italic {
5509 font-style: italic; }
5510
5511.text-white {
5512 color: #fff !important; }
5513
5514.text-muted {
5515 color: #636c72 !important; }
5516
5517a.text-muted:focus, a.text-muted:hover {
5518 color: #4b5257 !important; }
5519
5520.text-primary {
5521 color: #0275d8 !important; }
5522
5523a.text-primary:focus, a.text-primary:hover {
5524 color: #025aa5 !important; }
5525
5526.text-success {
5527 color: #5cb85c !important; }
5528
5529a.text-success:focus, a.text-success:hover {
5530 color: #449d44 !important; }
5531
5532.text-info {
5533 color: #5bc0de !important; }
5534
5535a.text-info:focus, a.text-info:hover {
5536 color: #31b0d5 !important; }
5537
5538.text-warning {
5539 color: #f0ad4e !important; }
5540
5541a.text-warning:focus, a.text-warning:hover {
5542 color: #ec971f !important; }
5543
5544.text-danger {
5545 color: #d9534f !important; }
5546
5547a.text-danger:focus, a.text-danger:hover {
5548 color: #c9302c !important; }
5549
5550.text-gray-dark {
5551 color: #292b2c !important; }
5552
5553a.text-gray-dark:focus, a.text-gray-dark:hover {
5554 color: #101112 !important; }
5555
5556.text-hide {
5557 font: 0/0 a;
5558 color: transparent;
5559 text-shadow: none;
5560 background-color: transparent;
5561 border: 0; }
5562
5563.invisible {
5564 visibility: hidden !important; }
5565
5566.hidden-xs-up {
5567 display: none !important; }
5568
5569@media (max-width: 575px) {
5570 .hidden-xs-down {
5571 display: none !important; } }
5572
5573@media (min-width: 576px) {
5574 .hidden-sm-up {
5575 display: none !important; } }
5576
5577@media (max-width: 767px) {
5578 .hidden-sm-down {
5579 display: none !important; } }
5580
5581@media (min-width: 768px) {
5582 .hidden-md-up {
5583 display: none !important; } }
5584
5585@media (max-width: 991px) {
5586 .hidden-md-down {
5587 display: none !important; } }
5588
5589@media (min-width: 992px) {
5590 .hidden-lg-up {
5591 display: none !important; } }
5592
5593@media (max-width: 1199px) {
5594 .hidden-lg-down {
5595 display: none !important; } }
5596
5597@media (min-width: 1200px) {
5598 .hidden-xl-up {
5599 display: none !important; } }
5600
5601.hidden-xl-down {
5602 display: none !important; }
5603
5604.visible-print-block {
5605 display: none !important; }
5606 @media print {
5607 .visible-print-block {
5608 display: block !important; } }
5609
5610.visible-print-inline {
5611 display: none !important; }
5612 @media print {
5613 .visible-print-inline {
5614 display: inline !important; } }
5615
5616.visible-print-inline-block {
5617 display: none !important; }
5618 @media print {
5619 .visible-print-inline-block {
5620 display: inline-block !important; } }
5621
5622@media print {
5623 .hidden-print {
5624 display: none !important; } }
5625
5626.btn {
5627 text-transform: uppercase; }
5628
1e5bc9c9
S
5629.btn-lg, .btn-group-lg > .btn {
5630 margin: 0 24px; }
5631
5632.fixed-top {
5633 -webkit-transition: background-color 700ms linear;
5634 transition: background-color 700ms linear; }
5635
5636.scrolled {
5637 background-color: rgba(255, 255, 255, 0.96); }
5638
5639.navbar a {
5640 color: #263238; }
5641
97ed546d
S
5642.navbar-brand {
5643 font-size: 2rem;
5644 font-weight: 300; }
5645 .navbar-brand img {
5646 margin-right: 1rem;
5647 -webkit-transform: translateY(-5px);
5648 transform: translateY(-5px); }
5649
5650section.intro {
5651 min-height: 100vh;
5652 background-image: url("../img/header-background.jpg");
5653 background-size: cover;
5654 background-attachment: fixed;
5655 background-position: center top;
5656 position: relative; }
5657 section.intro .branding {
5658 padding-top: 192px;
5659 margin-bottom: 64px;
5660 text-align: center;
5661 color: #546e7a; }
5662 section.intro .branding h1 {
5663 font-weight: 300 !important;
5664 color: #263238; }
5665 section.intro .branding h1 strong {
5666 font-weight: 700 !important; }
5667 section.intro .branding h1:before {
5668 content: "";
5669 height: 120px;
5670 width: 93px;
5671 background-image: url("../img/ipfire-tux.png");
5672 background-repeat: no-repeat;
5673 background-position: center center;
5674 background-size: contain;
5675 margin-right: 32px;
5676 display: inline-block;
5677 position: relative;
5678 top: 8px; }
97ed546d
S
5679 section.intro .page-scroll {
5680 position: absolute;
5681 bottom: 48px;
5682 width: 66px;
5683 left: 50%;
5684 -webkit-transform: translateX(-50%);
5685 transform: translateX(-50%); }
5686 section.intro .page-scroll .btn {
5687 width: 64px;
5688 height: 64px;
5689 fill: #b71c1c; }
5690 section.intro .page-scroll .btn:hover {
5691 fill: white; }
5692 section.intro .page-scroll .btn svg {
5693 width: 24px;
5694 height: auto;
5695 position: absolute;
5696 top: 50%;
5697 -webkit-transform: translate(-50%, -50%);
5698 transform: translate(-50%, -50%); }
1e5bc9c9
S
5699
5700section.content-section {
5701 padding: 96px 0; }
5702
5703section#features,
5704section#appliances {
5705 background-color: #eceff1; }
5706
5707section#news {
5708 background-color: rgba(38, 50, 56, 0.2); }
5709
5710section#wishlist {
5711 background-image: url("../img/wishlist-background.jpg");
5712 background-size: cover;
5713 background-position: center center; }