Commit | Line | Data |
---|---|---|
de213bf0 BB |
1 | @charset "UTF-8"; |
2 | @font-face { | |
3 | font-family: 'FontAwesome'; | |
4 | src: url("[[font:core|fontawesome-webfont.eot]]?v=4.7.0"); | |
5 | src: url("[[font:core|fontawesome-webfont.eot]]?#iefix&v=4.7.0") format("embedded-opentype"), url("[[font:core|fontawesome-webfont.woff2]]?v=4.7.0") format("woff2"), url("[[font:core|fontawesome-webfont.woff]]?v=4.7.0") format("woff"), url("[[font:core|fontawesome-webfont.ttf]]?v=4.7.0") format("truetype"), url("[[font:core|fontawesome-webfont.svg]]?v=4.7.0#fontawesomeregular") format("svg"); | |
6 | font-weight: normal; | |
7 | font-style: normal; } | |
8 | ||
9 | /*! | |
10 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome | |
11 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | |
12 | */ | |
da26d7b6 | 13 | .fa { |
de213bf0 BB |
14 | display: inline-block; |
15 | font: normal normal normal 14px/1 FontAwesome; | |
16 | font-size: inherit; | |
17 | text-rendering: auto; | |
18 | -webkit-font-smoothing: antialiased; | |
19 | -moz-osx-font-smoothing: grayscale; } | |
20 | ||
21 | /* makes the font 33% larger relative to the icon container */ | |
22 | .fa-lg { | |
23 | font-size: 1.3333333333em; | |
24 | line-height: 0.75em; | |
25 | vertical-align: -15%; } | |
26 | ||
27 | .fa-2x { | |
28 | font-size: 2em; } | |
29 | ||
30 | .fa-3x { | |
31 | font-size: 3em; } | |
32 | ||
33 | .fa-4x { | |
34 | font-size: 4em; } | |
35 | ||
36 | .fa-5x { | |
37 | font-size: 5em; } | |
38 | ||
39 | .fa-fw { | |
40 | width: 1.2857142857em; | |
41 | text-align: center; } | |
42 | ||
43 | .fa-ul { | |
44 | padding-left: 0; | |
45 | margin-left: 2.1428571429em; | |
46 | list-style-type: none; } | |
47 | .fa-ul > li { | |
48 | position: relative; } | |
49 | ||
50 | .fa-li { | |
51 | position: absolute; | |
52 | left: -2.1428571429em; | |
53 | width: 2.1428571429em; | |
54 | top: 0.1428571429em; | |
55 | text-align: center; } | |
56 | .fa-li.fa-lg { | |
57 | left: -1.8571428571em; } | |
58 | ||
59 | .fa-border { | |
60 | padding: .2em .25em .15em; | |
61 | border: solid 0.08em #eee; | |
62 | border-radius: .1em; } | |
63 | ||
64 | .fa-pull-left { | |
65 | float: left; } | |
66 | ||
67 | .fa-pull-right { | |
68 | float: right; } | |
69 | ||
da26d7b6 | 70 | .fa.fa-pull-left { |
de213bf0 BB |
71 | margin-right: .3em; } |
72 | ||
da26d7b6 | 73 | .fa.fa-pull-right { |
de213bf0 BB |
74 | margin-left: .3em; } |
75 | ||
76 | /* Deprecated as of 4.4.0 */ | |
77 | .pull-right { | |
78 | float: right; } | |
79 | ||
80 | .pull-left { | |
81 | float: left; } | |
82 | ||
da26d7b6 | 83 | .fa.pull-left { |
de213bf0 BB |
84 | margin-right: .3em; } |
85 | ||
da26d7b6 | 86 | .fa.pull-right { |
de213bf0 BB |
87 | margin-left: .3em; } |
88 | ||
89 | .fa-spin { | |
90 | -webkit-animation: fa-spin 2s infinite linear; | |
91 | animation: fa-spin 2s infinite linear; } | |
92 | ||
93 | .fa-pulse { | |
94 | -webkit-animation: fa-spin 1s infinite steps(8); | |
95 | animation: fa-spin 1s infinite steps(8); } | |
96 | ||
97 | @-webkit-keyframes fa-spin { | |
98 | 0% { | |
99 | -webkit-transform: rotate(0deg); | |
100 | transform: rotate(0deg); } | |
101 | 100% { | |
102 | -webkit-transform: rotate(359deg); | |
103 | transform: rotate(359deg); } } | |
104 | ||
105 | @keyframes fa-spin { | |
106 | 0% { | |
107 | -webkit-transform: rotate(0deg); | |
108 | transform: rotate(0deg); } | |
109 | 100% { | |
110 | -webkit-transform: rotate(359deg); | |
111 | transform: rotate(359deg); } } | |
112 | ||
113 | .fa-rotate-90 { | |
114 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; | |
115 | -webkit-transform: rotate(90deg); | |
116 | -ms-transform: rotate(90deg); | |
117 | transform: rotate(90deg); } | |
118 | ||
119 | .fa-rotate-180 { | |
120 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; | |
121 | -webkit-transform: rotate(180deg); | |
122 | -ms-transform: rotate(180deg); | |
123 | transform: rotate(180deg); } | |
124 | ||
125 | .fa-rotate-270 { | |
126 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; | |
127 | -webkit-transform: rotate(270deg); | |
128 | -ms-transform: rotate(270deg); | |
129 | transform: rotate(270deg); } | |
130 | ||
131 | .fa-flip-horizontal { | |
132 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; | |
133 | -webkit-transform: scale(-1, 1); | |
134 | -ms-transform: scale(-1, 1); | |
135 | transform: scale(-1, 1); } | |
136 | ||
137 | .fa-flip-vertical { | |
138 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; | |
139 | -webkit-transform: scale(1, -1); | |
140 | -ms-transform: scale(1, -1); | |
141 | transform: scale(1, -1); } | |
142 | ||
143 | :root .fa-rotate-90, | |
144 | :root .fa-rotate-180, | |
145 | :root .fa-rotate-270, | |
146 | :root .fa-flip-horizontal, | |
147 | :root .fa-flip-vertical { | |
148 | filter: none; } | |
149 | ||
150 | .fa-stack { | |
151 | position: relative; | |
152 | display: inline-block; | |
153 | width: 2em; | |
154 | height: 2em; | |
155 | line-height: 2em; | |
156 | vertical-align: middle; } | |
157 | ||
158 | .fa-stack-1x, .fa-stack-2x { | |
159 | position: absolute; | |
160 | left: 0; | |
161 | width: 100%; | |
162 | text-align: center; } | |
163 | ||
164 | .fa-stack-1x { | |
165 | line-height: inherit; } | |
166 | ||
167 | .fa-stack-2x { | |
168 | font-size: 2em; } | |
169 | ||
170 | .fa-inverse { | |
171 | color: #fff; } | |
172 | ||
173 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | |
174 | readers do not read off random characters that represent icons */ | |
175 | .fa-glass:before { | |
176 | content: ""; } | |
177 | ||
178 | .fa-music:before { | |
179 | content: ""; } | |
180 | ||
181 | .fa-search:before { | |
182 | content: ""; } | |
183 | ||
184 | .fa-envelope-o:before { | |
185 | content: ""; } | |
186 | ||
187 | .fa-heart:before { | |
188 | content: ""; } | |
189 | ||
190 | .fa-star:before { | |
191 | content: ""; } | |
192 | ||
193 | .fa-star-o:before { | |
194 | content: ""; } | |
195 | ||
196 | .fa-user:before { | |
197 | content: ""; } | |
198 | ||
199 | .fa-film:before { | |
200 | content: ""; } | |
201 | ||
202 | .fa-th-large:before { | |
203 | content: ""; } | |
204 | ||
205 | .fa-th:before { | |
206 | content: ""; } | |
207 | ||
208 | .fa-th-list:before { | |
209 | content: ""; } | |
210 | ||
211 | .fa-check:before { | |
212 | content: ""; } | |
213 | ||
214 | .fa-remove:before, | |
215 | .fa-close:before, | |
216 | .fa-times:before { | |
217 | content: ""; } | |
218 | ||
219 | .fa-search-plus:before { | |
220 | content: ""; } | |
221 | ||
222 | .fa-search-minus:before { | |
223 | content: ""; } | |
224 | ||
225 | .fa-power-off:before { | |
226 | content: ""; } | |
227 | ||
228 | .fa-signal:before { | |
229 | content: ""; } | |
230 | ||
231 | .fa-gear:before, | |
232 | .fa-cog:before { | |
233 | content: ""; } | |
234 | ||
235 | .fa-trash-o:before { | |
236 | content: ""; } | |
237 | ||
238 | .fa-home:before { | |
239 | content: ""; } | |
240 | ||
241 | .fa-file-o:before { | |
242 | content: ""; } | |
243 | ||
244 | .fa-clock-o:before { | |
245 | content: ""; } | |
246 | ||
247 | .fa-road:before { | |
248 | content: ""; } | |
249 | ||
250 | .fa-download:before { | |
251 | content: ""; } | |
252 | ||
253 | .fa-arrow-circle-o-down:before { | |
254 | content: ""; } | |
255 | ||
256 | .fa-arrow-circle-o-up:before { | |
257 | content: ""; } | |
258 | ||
259 | .fa-inbox:before { | |
260 | content: ""; } | |
261 | ||
262 | .fa-play-circle-o:before { | |
263 | content: ""; } | |
264 | ||
265 | .fa-rotate-right:before, | |
266 | .fa-repeat:before { | |
267 | content: ""; } | |
268 | ||
269 | .fa-refresh:before { | |
270 | content: ""; } | |
271 | ||
272 | .fa-list-alt:before { | |
273 | content: ""; } | |
274 | ||
275 | .fa-lock:before { | |
276 | content: ""; } | |
277 | ||
278 | .fa-flag:before { | |
279 | content: ""; } | |
280 | ||
281 | .fa-headphones:before { | |
282 | content: ""; } | |
283 | ||
284 | .fa-volume-off:before { | |
285 | content: ""; } | |
286 | ||
287 | .fa-volume-down:before { | |
288 | content: ""; } | |
289 | ||
290 | .fa-volume-up:before { | |
291 | content: ""; } | |
292 | ||
293 | .fa-qrcode:before { | |
294 | content: ""; } | |
295 | ||
296 | .fa-barcode:before { | |
297 | content: ""; } | |
298 | ||
299 | .fa-tag:before { | |
300 | content: ""; } | |
301 | ||
302 | .fa-tags:before { | |
303 | content: ""; } | |
304 | ||
305 | .fa-book:before { | |
306 | content: ""; } | |
307 | ||
308 | .fa-bookmark:before { | |
309 | content: ""; } | |
310 | ||
311 | .fa-print:before { | |
312 | content: ""; } | |
313 | ||
314 | .fa-camera:before { | |
315 | content: ""; } | |
316 | ||
317 | .fa-font:before { | |
318 | content: ""; } | |
319 | ||
320 | .fa-bold:before { | |
321 | content: ""; } | |
322 | ||
323 | .fa-italic:before { | |
324 | content: ""; } | |
325 | ||
326 | .fa-text-height:before { | |
327 | content: ""; } | |
328 | ||
329 | .fa-text-width:before { | |
330 | content: ""; } | |
331 | ||
332 | .fa-align-left:before { | |
333 | content: ""; } | |
334 | ||
335 | .fa-align-center:before { | |
336 | content: ""; } | |
337 | ||
338 | .fa-align-right:before { | |
339 | content: ""; } | |
340 | ||
341 | .fa-align-justify:before { | |
342 | content: ""; } | |
343 | ||
344 | .fa-list:before { | |
345 | content: ""; } | |
346 | ||
347 | .fa-dedent:before, | |
348 | .fa-outdent:before { | |
349 | content: ""; } | |
350 | ||
351 | .fa-indent:before { | |
352 | content: ""; } | |
353 | ||
354 | .fa-video-camera:before { | |
355 | content: ""; } | |
356 | ||
357 | .fa-photo:before, | |
358 | .fa-image:before, | |
359 | .fa-picture-o:before { | |
360 | content: ""; } | |
361 | ||
362 | .fa-pencil:before { | |
363 | content: ""; } | |
364 | ||
365 | .fa-map-marker:before { | |
366 | content: ""; } | |
367 | ||
368 | .fa-adjust:before { | |
369 | content: ""; } | |
370 | ||
371 | .fa-tint:before { | |
372 | content: ""; } | |
373 | ||
374 | .fa-edit:before, | |
375 | .fa-pencil-square-o:before { | |
376 | content: ""; } | |
377 | ||
378 | .fa-share-square-o:before { | |
379 | content: ""; } | |
380 | ||
381 | .fa-check-square-o:before { | |
382 | content: ""; } | |
383 | ||
384 | .fa-arrows:before { | |
385 | content: ""; } | |
386 | ||
387 | .fa-step-backward:before { | |
388 | content: ""; } | |
389 | ||
390 | .fa-fast-backward:before { | |
391 | content: ""; } | |
392 | ||
393 | .fa-backward:before { | |
394 | content: ""; } | |
395 | ||
396 | .fa-play:before { | |
397 | content: ""; } | |
398 | ||
399 | .fa-pause:before { | |
400 | content: ""; } | |
401 | ||
402 | .fa-stop:before { | |
403 | content: ""; } | |
404 | ||
405 | .fa-forward:before { | |
406 | content: ""; } | |
407 | ||
408 | .fa-fast-forward:before { | |
409 | content: ""; } | |
410 | ||
411 | .fa-step-forward:before { | |
412 | content: ""; } | |
413 | ||
414 | .fa-eject:before { | |
415 | content: ""; } | |
416 | ||
417 | .fa-chevron-left:before { | |
418 | content: ""; } | |
419 | ||
420 | .fa-chevron-right:before { | |
421 | content: ""; } | |
422 | ||
423 | .fa-plus-circle:before { | |
424 | content: ""; } | |
425 | ||
426 | .fa-minus-circle:before { | |
427 | content: ""; } | |
428 | ||
429 | .fa-times-circle:before { | |
430 | content: ""; } | |
431 | ||
432 | .fa-check-circle:before { | |
433 | content: ""; } | |
434 | ||
435 | .fa-question-circle:before { | |
436 | content: ""; } | |
437 | ||
438 | .fa-info-circle:before { | |
439 | content: ""; } | |
440 | ||
441 | .fa-crosshairs:before { | |
442 | content: ""; } | |
443 | ||
444 | .fa-times-circle-o:before { | |
445 | content: ""; } | |
446 | ||
447 | .fa-check-circle-o:before { | |
448 | content: ""; } | |
449 | ||
450 | .fa-ban:before { | |
451 | content: ""; } | |
452 | ||
453 | .fa-arrow-left:before { | |
454 | content: ""; } | |
455 | ||
456 | .fa-arrow-right:before { | |
457 | content: ""; } | |
458 | ||
459 | .fa-arrow-up:before { | |
460 | content: ""; } | |
461 | ||
462 | .fa-arrow-down:before { | |
463 | content: ""; } | |
464 | ||
465 | .fa-mail-forward:before, | |
466 | .fa-share:before { | |
467 | content: ""; } | |
468 | ||
469 | .fa-expand:before { | |
470 | content: ""; } | |
471 | ||
472 | .fa-compress:before { | |
473 | content: ""; } | |
474 | ||
475 | .fa-plus:before { | |
476 | content: ""; } | |
477 | ||
478 | .fa-minus:before { | |
479 | content: ""; } | |
480 | ||
481 | .fa-asterisk:before { | |
482 | content: ""; } | |
483 | ||
484 | .fa-exclamation-circle:before { | |
485 | content: ""; } | |
486 | ||
487 | .fa-gift:before { | |
488 | content: ""; } | |
489 | ||
490 | .fa-leaf:before { | |
491 | content: ""; } | |
492 | ||
493 | .fa-fire:before { | |
494 | content: ""; } | |
495 | ||
496 | .fa-eye:before { | |
497 | content: ""; } | |
498 | ||
499 | .fa-eye-slash:before { | |
500 | content: ""; } | |
501 | ||
502 | .fa-warning:before, | |
503 | .fa-exclamation-triangle:before { | |
504 | content: ""; } | |
505 | ||
506 | .fa-plane:before { | |
507 | content: ""; } | |
508 | ||
509 | .fa-calendar:before { | |
510 | content: ""; } | |
511 | ||
512 | .fa-random:before { | |
513 | content: ""; } | |
514 | ||
515 | .fa-comment:before { | |
516 | content: ""; } | |
517 | ||
518 | .fa-magnet:before { | |
519 | content: ""; } | |
520 | ||
521 | .fa-chevron-up:before { | |
522 | content: ""; } | |
523 | ||
524 | .fa-chevron-down:before { | |
525 | content: ""; } | |
526 | ||
527 | .fa-retweet:before { | |
528 | content: ""; } | |
529 | ||
530 | .fa-shopping-cart:before { | |
531 | content: ""; } | |
532 | ||
533 | .fa-folder:before { | |
534 | content: ""; } | |
535 | ||
536 | .fa-folder-open:before { | |
537 | content: ""; } | |
538 | ||
539 | .fa-arrows-v:before { | |
540 | content: ""; } | |
541 | ||
542 | .fa-arrows-h:before { | |
543 | content: ""; } | |
544 | ||
545 | .fa-bar-chart-o:before, | |
546 | .fa-bar-chart:before { | |
547 | content: ""; } | |
548 | ||
549 | .fa-twitter-square:before { | |
550 | content: ""; } | |
551 | ||
552 | .fa-facebook-square:before { | |
553 | content: ""; } | |
554 | ||
555 | .fa-camera-retro:before { | |
556 | content: ""; } | |
557 | ||
558 | .fa-key:before { | |
559 | content: ""; } | |
560 | ||
561 | .fa-gears:before, | |
562 | .fa-cogs:before { | |
563 | content: ""; } | |
564 | ||
565 | .fa-comments:before { | |
566 | content: ""; } | |
567 | ||
568 | .fa-thumbs-o-up:before { | |
569 | content: ""; } | |
570 | ||
571 | .fa-thumbs-o-down:before { | |
572 | content: ""; } | |
573 | ||
574 | .fa-star-half:before { | |
575 | content: ""; } | |
576 | ||
577 | .fa-heart-o:before { | |
578 | content: ""; } | |
579 | ||
580 | .fa-sign-out:before { | |
581 | content: ""; } | |
582 | ||
583 | .fa-linkedin-square:before { | |
584 | content: ""; } | |
585 | ||
586 | .fa-thumb-tack:before { | |
587 | content: ""; } | |
588 | ||
589 | .fa-external-link:before { | |
590 | content: ""; } | |
591 | ||
592 | .fa-sign-in:before { | |
593 | content: ""; } | |
594 | ||
595 | .fa-trophy:before { | |
596 | content: ""; } | |
597 | ||
598 | .fa-github-square:before { | |
599 | content: ""; } | |
600 | ||
601 | .fa-upload:before { | |
602 | content: ""; } | |
603 | ||
604 | .fa-lemon-o:before { | |
605 | content: ""; } | |
606 | ||
607 | .fa-phone:before { | |
608 | content: ""; } | |
609 | ||
610 | .fa-square-o:before { | |
611 | content: ""; } | |
612 | ||
613 | .fa-bookmark-o:before { | |
614 | content: ""; } | |
615 | ||
616 | .fa-phone-square:before { | |
617 | content: ""; } | |
618 | ||
619 | .fa-twitter:before { | |
620 | content: ""; } | |
621 | ||
622 | .fa-facebook-f:before, | |
623 | .fa-facebook:before { | |
624 | content: ""; } | |
625 | ||
626 | .fa-github:before { | |
627 | content: ""; } | |
628 | ||
629 | .fa-unlock:before { | |
630 | content: ""; } | |
631 | ||
632 | .fa-credit-card:before { | |
633 | content: ""; } | |
634 | ||
635 | .fa-feed:before, | |
636 | .fa-rss:before { | |
637 | content: ""; } | |
638 | ||
639 | .fa-hdd-o:before { | |
640 | content: ""; } | |
641 | ||
642 | .fa-bullhorn:before { | |
643 | content: ""; } | |
644 | ||
645 | .fa-bell:before { | |
646 | content: ""; } | |
647 | ||
648 | .fa-certificate:before { | |
649 | content: ""; } | |
650 | ||
651 | .fa-hand-o-right:before { | |
652 | content: ""; } | |
653 | ||
654 | .fa-hand-o-left:before { | |
655 | content: ""; } | |
656 | ||
657 | .fa-hand-o-up:before { | |
658 | content: ""; } | |
659 | ||
660 | .fa-hand-o-down:before { | |
661 | content: ""; } | |
662 | ||
663 | .fa-arrow-circle-left:before { | |
664 | content: ""; } | |
665 | ||
666 | .fa-arrow-circle-right:before { | |
667 | content: ""; } | |
668 | ||
669 | .fa-arrow-circle-up:before { | |
670 | content: ""; } | |
671 | ||
672 | .fa-arrow-circle-down:before { | |
673 | content: ""; } | |
674 | ||
675 | .fa-globe:before { | |
676 | content: ""; } | |
677 | ||
678 | .fa-wrench:before { | |
679 | content: ""; } | |
680 | ||
681 | .fa-tasks:before { | |
682 | content: ""; } | |
683 | ||
684 | .fa-filter:before { | |
685 | content: ""; } | |
686 | ||
687 | .fa-briefcase:before { | |
688 | content: ""; } | |
689 | ||
690 | .fa-arrows-alt:before { | |
691 | content: ""; } | |
692 | ||
693 | .fa-group:before, | |
694 | .fa-users:before { | |
695 | content: ""; } | |
696 | ||
697 | .fa-chain:before, | |
698 | .fa-link:before { | |
699 | content: ""; } | |
700 | ||
701 | .fa-cloud:before { | |
702 | content: ""; } | |
703 | ||
704 | .fa-flask:before { | |
705 | content: ""; } | |
706 | ||
707 | .fa-cut:before, | |
708 | .fa-scissors:before { | |
709 | content: ""; } | |
710 | ||
711 | .fa-copy:before, | |
712 | .fa-files-o:before { | |
713 | content: ""; } | |
714 | ||
715 | .fa-paperclip:before { | |
716 | content: ""; } | |
717 | ||
718 | .fa-save:before, | |
719 | .fa-floppy-o:before { | |
720 | content: ""; } | |
721 | ||
722 | .fa-square:before { | |
723 | content: ""; } | |
724 | ||
725 | .fa-navicon:before, | |
726 | .fa-reorder:before, | |
727 | .fa-bars:before { | |
728 | content: ""; } | |
729 | ||
730 | .fa-list-ul:before { | |
731 | content: ""; } | |
732 | ||
733 | .fa-list-ol:before { | |
734 | content: ""; } | |
735 | ||
736 | .fa-strikethrough:before { | |
737 | content: ""; } | |
738 | ||
739 | .fa-underline:before { | |
740 | content: ""; } | |
741 | ||
742 | .fa-table:before { | |
743 | content: ""; } | |
744 | ||
745 | .fa-magic:before { | |
746 | content: ""; } | |
747 | ||
748 | .fa-truck:before { | |
749 | content: ""; } | |
750 | ||
751 | .fa-pinterest:before { | |
752 | content: ""; } | |
753 | ||
754 | .fa-pinterest-square:before { | |
755 | content: ""; } | |
756 | ||
757 | .fa-google-plus-square:before { | |
758 | content: ""; } | |
759 | ||
760 | .fa-google-plus:before { | |
761 | content: ""; } | |
762 | ||
763 | .fa-money:before { | |
764 | content: ""; } | |
765 | ||
766 | .fa-caret-down:before { | |
767 | content: ""; } | |
768 | ||
769 | .fa-caret-up:before { | |
770 | content: ""; } | |
771 | ||
772 | .fa-caret-left:before { | |
773 | content: ""; } | |
774 | ||
775 | .fa-caret-right:before { | |
776 | content: ""; } | |
777 | ||
778 | .fa-columns:before { | |
779 | content: ""; } | |
780 | ||
781 | .fa-unsorted:before, | |
782 | .fa-sort:before { | |
783 | content: ""; } | |
784 | ||
785 | .fa-sort-down:before, | |
786 | .fa-sort-desc:before { | |
787 | content: ""; } | |
788 | ||
789 | .fa-sort-up:before, | |
790 | .fa-sort-asc:before { | |
791 | content: ""; } | |
792 | ||
793 | .fa-envelope:before { | |
794 | content: ""; } | |
795 | ||
796 | .fa-linkedin:before { | |
797 | content: ""; } | |
798 | ||
799 | .fa-rotate-left:before, | |
800 | .fa-undo:before { | |
801 | content: ""; } | |
802 | ||
803 | .fa-legal:before, | |
804 | .fa-gavel:before { | |
805 | content: ""; } | |
806 | ||
807 | .fa-dashboard:before, | |
808 | .fa-tachometer:before { | |
809 | content: ""; } | |
810 | ||
811 | .fa-comment-o:before { | |
812 | content: ""; } | |
813 | ||
814 | .fa-comments-o:before { | |
815 | content: ""; } | |
816 | ||
817 | .fa-flash:before, | |
818 | .fa-bolt:before { | |
819 | content: ""; } | |
820 | ||
821 | .fa-sitemap:before { | |
822 | content: ""; } | |
823 | ||
824 | .fa-umbrella:before { | |
825 | content: ""; } | |
826 | ||
827 | .fa-paste:before, | |
828 | .fa-clipboard:before { | |
829 | content: ""; } | |
830 | ||
831 | .fa-lightbulb-o:before { | |
832 | content: ""; } | |
833 | ||
834 | .fa-exchange:before { | |
835 | content: ""; } | |
836 | ||
837 | .fa-cloud-download:before { | |
838 | content: ""; } | |
839 | ||
840 | .fa-cloud-upload:before { | |
841 | content: ""; } | |
842 | ||
843 | .fa-user-md:before { | |
844 | content: ""; } | |
845 | ||
846 | .fa-stethoscope:before { | |
847 | content: ""; } | |
848 | ||
849 | .fa-suitcase:before { | |
850 | content: ""; } | |
851 | ||
852 | .fa-bell-o:before { | |
853 | content: ""; } | |
854 | ||
855 | .fa-coffee:before { | |
856 | content: ""; } | |
857 | ||
858 | .fa-cutlery:before { | |
859 | content: ""; } | |
860 | ||
861 | .fa-file-text-o:before { | |
862 | content: ""; } | |
863 | ||
864 | .fa-building-o:before { | |
865 | content: ""; } | |
866 | ||
867 | .fa-hospital-o:before { | |
868 | content: ""; } | |
869 | ||
870 | .fa-ambulance:before { | |
871 | content: ""; } | |
872 | ||
873 | .fa-medkit:before { | |
874 | content: ""; } | |
875 | ||
876 | .fa-fighter-jet:before { | |
877 | content: ""; } | |
878 | ||
879 | .fa-beer:before { | |
880 | content: ""; } | |
881 | ||
882 | .fa-h-square:before { | |
883 | content: ""; } | |
884 | ||
885 | .fa-plus-square:before { | |
886 | content: ""; } | |
887 | ||
888 | .fa-angle-double-left:before { | |
889 | content: ""; } | |
890 | ||
891 | .fa-angle-double-right:before { | |
892 | content: ""; } | |
893 | ||
894 | .fa-angle-double-up:before { | |
895 | content: ""; } | |
896 | ||
897 | .fa-angle-double-down:before { | |
898 | content: ""; } | |
899 | ||
900 | .fa-angle-left:before { | |
901 | content: ""; } | |
902 | ||
903 | .fa-angle-right:before { | |
904 | content: ""; } | |
905 | ||
906 | .fa-angle-up:before { | |
907 | content: ""; } | |
908 | ||
909 | .fa-angle-down:before { | |
910 | content: ""; } | |
911 | ||
912 | .fa-desktop:before { | |
913 | content: ""; } | |
914 | ||
915 | .fa-laptop:before { | |
916 | content: ""; } | |
917 | ||
918 | .fa-tablet:before { | |
919 | content: ""; } | |
920 | ||
921 | .fa-mobile-phone:before, | |
922 | .fa-mobile:before { | |
923 | content: ""; } | |
924 | ||
925 | .fa-circle-o:before { | |
926 | content: ""; } | |
927 | ||
928 | .fa-quote-left:before { | |
929 | content: ""; } | |
930 | ||
931 | .fa-quote-right:before { | |
932 | content: ""; } | |
933 | ||
934 | .fa-spinner:before { | |
935 | content: ""; } | |
936 | ||
937 | .fa-circle:before { | |
938 | content: ""; } | |
939 | ||
940 | .fa-mail-reply:before, | |
941 | .fa-reply:before { | |
942 | content: ""; } | |
943 | ||
944 | .fa-github-alt:before { | |
945 | content: ""; } | |
946 | ||
947 | .fa-folder-o:before { | |
948 | content: ""; } | |
949 | ||
950 | .fa-folder-open-o:before { | |
951 | content: ""; } | |
952 | ||
953 | .fa-smile-o:before { | |
954 | content: ""; } | |
955 | ||
956 | .fa-frown-o:before { | |
957 | content: ""; } | |
958 | ||
959 | .fa-meh-o:before { | |
960 | content: ""; } | |
961 | ||
962 | .fa-gamepad:before { | |
963 | content: ""; } | |
964 | ||
965 | .fa-keyboard-o:before { | |
966 | content: ""; } | |
967 | ||
968 | .fa-flag-o:before { | |
969 | content: ""; } | |
970 | ||
971 | .fa-flag-checkered:before { | |
972 | content: ""; } | |
973 | ||
974 | .fa-terminal:before { | |
975 | content: ""; } | |
976 | ||
977 | .fa-code:before { | |
978 | content: ""; } | |
979 | ||
980 | .fa-mail-reply-all:before, | |
981 | .fa-reply-all:before { | |
982 | content: ""; } | |
983 | ||
984 | .fa-star-half-empty:before, | |
985 | .fa-star-half-full:before, | |
986 | .fa-star-half-o:before { | |
987 | content: ""; } | |
988 | ||
989 | .fa-location-arrow:before { | |
990 | content: ""; } | |
991 | ||
992 | .fa-crop:before { | |
993 | content: ""; } | |
994 | ||
995 | .fa-code-fork:before { | |
996 | content: ""; } | |
997 | ||
998 | .fa-unlink:before, | |
999 | .fa-chain-broken:before { | |
1000 | content: ""; } | |
1001 | ||
1002 | .fa-question:before { | |
1003 | content: ""; } | |
1004 | ||
1005 | .fa-info:before { | |
1006 | content: ""; } | |
1007 | ||
1008 | .fa-exclamation:before { | |
1009 | content: ""; } | |
1010 | ||
1011 | .fa-superscript:before { | |
1012 | content: ""; } | |
1013 | ||
1014 | .fa-subscript:before { | |
1015 | content: ""; } | |
1016 | ||
1017 | .fa-eraser:before { | |
1018 | content: ""; } | |
1019 | ||
1020 | .fa-puzzle-piece:before { | |
1021 | content: ""; } | |
1022 | ||
1023 | .fa-microphone:before { | |
1024 | content: ""; } | |
1025 | ||
1026 | .fa-microphone-slash:before { | |
1027 | content: ""; } | |
1028 | ||
1029 | .fa-shield:before { | |
1030 | content: ""; } | |
1031 | ||
1032 | .fa-calendar-o:before { | |
1033 | content: ""; } | |
1034 | ||
1035 | .fa-fire-extinguisher:before { | |
1036 | content: ""; } | |
1037 | ||
1038 | .fa-rocket:before { | |
1039 | content: ""; } | |
1040 | ||
1041 | .fa-maxcdn:before { | |
1042 | content: ""; } | |
1043 | ||
1044 | .fa-chevron-circle-left:before { | |
1045 | content: ""; } | |
1046 | ||
1047 | .fa-chevron-circle-right:before { | |
1048 | content: ""; } | |
1049 | ||
1050 | .fa-chevron-circle-up:before { | |
1051 | content: ""; } | |
1052 | ||
1053 | .fa-chevron-circle-down:before { | |
1054 | content: ""; } | |
1055 | ||
1056 | .fa-html5:before { | |
1057 | content: ""; } | |
1058 | ||
1059 | .fa-css3:before { | |
1060 | content: ""; } | |
1061 | ||
1062 | .fa-anchor:before { | |
1063 | content: ""; } | |
1064 | ||
1065 | .fa-unlock-alt:before { | |
1066 | content: ""; } | |
1067 | ||
1068 | .fa-bullseye:before { | |
1069 | content: ""; } | |
1070 | ||
1071 | .fa-ellipsis-h:before { | |
1072 | content: ""; } | |
1073 | ||
1074 | .fa-ellipsis-v:before { | |
1075 | content: ""; } | |
1076 | ||
1077 | .fa-rss-square:before { | |
1078 | content: ""; } | |
1079 | ||
1080 | .fa-play-circle:before { | |
1081 | content: ""; } | |
1082 | ||
1083 | .fa-ticket:before { | |
1084 | content: ""; } | |
1085 | ||
1086 | .fa-minus-square:before { | |
1087 | content: ""; } | |
1088 | ||
1089 | .fa-minus-square-o:before { | |
1090 | content: ""; } | |
1091 | ||
1092 | .fa-level-up:before { | |
1093 | content: ""; } | |
1094 | ||
1095 | .fa-level-down:before { | |
1096 | content: ""; } | |
1097 | ||
1098 | .fa-check-square:before { | |
1099 | content: ""; } | |
1100 | ||
1101 | .fa-pencil-square:before { | |
1102 | content: ""; } | |
1103 | ||
1104 | .fa-external-link-square:before { | |
1105 | content: ""; } | |
1106 | ||
1107 | .fa-share-square:before { | |
1108 | content: ""; } | |
1109 | ||
1110 | .fa-compass:before { | |
1111 | content: ""; } | |
1112 | ||
1113 | .fa-toggle-down:before, | |
1114 | .fa-caret-square-o-down:before { | |
1115 | content: ""; } | |
1116 | ||
1117 | .fa-toggle-up:before, | |
1118 | .fa-caret-square-o-up:before { | |
1119 | content: ""; } | |
1120 | ||
1121 | .fa-toggle-right:before, | |
1122 | .fa-caret-square-o-right:before { | |
1123 | content: ""; } | |
1124 | ||
1125 | .fa-euro:before, | |
1126 | .fa-eur:before { | |
1127 | content: ""; } | |
1128 | ||
1129 | .fa-gbp:before { | |
1130 | content: ""; } | |
1131 | ||
1132 | .fa-dollar:before, | |
1133 | .fa-usd:before { | |
1134 | content: ""; } | |
1135 | ||
1136 | .fa-rupee:before, | |
1137 | .fa-inr:before { | |
1138 | content: ""; } | |
1139 | ||
1140 | .fa-cny:before, | |
1141 | .fa-rmb:before, | |
1142 | .fa-yen:before, | |
1143 | .fa-jpy:before { | |
1144 | content: ""; } | |
1145 | ||
1146 | .fa-ruble:before, | |
1147 | .fa-rouble:before, | |
1148 | .fa-rub:before { | |
1149 | content: ""; } | |
1150 | ||
1151 | .fa-won:before, | |
1152 | .fa-krw:before { | |
1153 | content: ""; } | |
1154 | ||
1155 | .fa-bitcoin:before, | |
1156 | .fa-btc:before { | |
1157 | content: ""; } | |
1158 | ||
1159 | .fa-file:before { | |
1160 | content: ""; } | |
1161 | ||
1162 | .fa-file-text:before { | |
1163 | content: ""; } | |
1164 | ||
1165 | .fa-sort-alpha-asc:before { | |
1166 | content: ""; } | |
1167 | ||
1168 | .fa-sort-alpha-desc:before { | |
1169 | content: ""; } | |
1170 | ||
1171 | .fa-sort-amount-asc:before { | |
1172 | content: ""; } | |
1173 | ||
1174 | .fa-sort-amount-desc:before { | |
1175 | content: ""; } | |
1176 | ||
1177 | .fa-sort-numeric-asc:before { | |
1178 | content: ""; } | |
1179 | ||
1180 | .fa-sort-numeric-desc:before { | |
1181 | content: ""; } | |
1182 | ||
1183 | .fa-thumbs-up:before { | |
1184 | content: ""; } | |
1185 | ||
1186 | .fa-thumbs-down:before { | |
1187 | content: ""; } | |
1188 | ||
1189 | .fa-youtube-square:before { | |
1190 | content: ""; } | |
1191 | ||
1192 | .fa-youtube:before { | |
1193 | content: ""; } | |
1194 | ||
1195 | .fa-xing:before { | |
1196 | content: ""; } | |
1197 | ||
1198 | .fa-xing-square:before { | |
1199 | content: ""; } | |
1200 | ||
1201 | .fa-youtube-play:before { | |
1202 | content: ""; } | |
1203 | ||
1204 | .fa-dropbox:before { | |
1205 | content: ""; } | |
1206 | ||
1207 | .fa-stack-overflow:before { | |
1208 | content: ""; } | |
1209 | ||
1210 | .fa-instagram:before { | |
1211 | content: ""; } | |
1212 | ||
1213 | .fa-flickr:before { | |
1214 | content: ""; } | |
1215 | ||
1216 | .fa-adn:before { | |
1217 | content: ""; } | |
1218 | ||
1219 | .fa-bitbucket:before { | |
1220 | content: ""; } | |
1221 | ||
1222 | .fa-bitbucket-square:before { | |
1223 | content: ""; } | |
1224 | ||
1225 | .fa-tumblr:before { | |
1226 | content: ""; } | |
1227 | ||
1228 | .fa-tumblr-square:before { | |
1229 | content: ""; } | |
1230 | ||
1231 | .fa-long-arrow-down:before { | |
1232 | content: ""; } | |
1233 | ||
1234 | .fa-long-arrow-up:before { | |
1235 | content: ""; } | |
1236 | ||
1237 | .fa-long-arrow-left:before { | |
1238 | content: ""; } | |
1239 | ||
1240 | .fa-long-arrow-right:before { | |
1241 | content: ""; } | |
1242 | ||
1243 | .fa-apple:before { | |
1244 | content: ""; } | |
1245 | ||
1246 | .fa-windows:before { | |
1247 | content: ""; } | |
1248 | ||
1249 | .fa-android:before { | |
1250 | content: ""; } | |
1251 | ||
1252 | .fa-linux:before { | |
1253 | content: ""; } | |
1254 | ||
1255 | .fa-dribbble:before { | |
1256 | content: ""; } | |
1257 | ||
1258 | .fa-skype:before { | |
1259 | content: ""; } | |
1260 | ||
1261 | .fa-foursquare:before { | |
1262 | content: ""; } | |
1263 | ||
1264 | .fa-trello:before { | |
1265 | content: ""; } | |
1266 | ||
1267 | .fa-female:before { | |
1268 | content: ""; } | |
1269 | ||
1270 | .fa-male:before { | |
1271 | content: ""; } | |
1272 | ||
1273 | .fa-gittip:before, | |
1274 | .fa-gratipay:before { | |
1275 | content: ""; } | |
1276 | ||
1277 | .fa-sun-o:before { | |
1278 | content: ""; } | |
1279 | ||
1280 | .fa-moon-o:before { | |
1281 | content: ""; } | |
1282 | ||
1283 | .fa-archive:before { | |
1284 | content: ""; } | |
1285 | ||
1286 | .fa-bug:before { | |
1287 | content: ""; } | |
1288 | ||
1289 | .fa-vk:before { | |
1290 | content: ""; } | |
1291 | ||
1292 | .fa-weibo:before { | |
1293 | content: ""; } | |
1294 | ||
1295 | .fa-renren:before { | |
1296 | content: ""; } | |
1297 | ||
1298 | .fa-pagelines:before { | |
1299 | content: ""; } | |
1300 | ||
1301 | .fa-stack-exchange:before { | |
1302 | content: ""; } | |
1303 | ||
1304 | .fa-arrow-circle-o-right:before { | |
1305 | content: ""; } | |
1306 | ||
1307 | .fa-arrow-circle-o-left:before { | |
1308 | content: ""; } | |
1309 | ||
1310 | .fa-toggle-left:before, | |
1311 | .fa-caret-square-o-left:before { | |
1312 | content: ""; } | |
1313 | ||
1314 | .fa-dot-circle-o:before { | |
1315 | content: ""; } | |
1316 | ||
1317 | .fa-wheelchair:before { | |
1318 | content: ""; } | |
1319 | ||
1320 | .fa-vimeo-square:before { | |
1321 | content: ""; } | |
1322 | ||
1323 | .fa-turkish-lira:before, | |
1324 | .fa-try:before { | |
1325 | content: ""; } | |
1326 | ||
1327 | .fa-plus-square-o:before { | |
1328 | content: ""; } | |
1329 | ||
1330 | .fa-space-shuttle:before { | |
1331 | content: ""; } | |
1332 | ||
1333 | .fa-slack:before { | |
1334 | content: ""; } | |
1335 | ||
1336 | .fa-envelope-square:before { | |
1337 | content: ""; } | |
1338 | ||
1339 | .fa-wordpress:before { | |
1340 | content: ""; } | |
1341 | ||
1342 | .fa-openid:before { | |
1343 | content: ""; } | |
1344 | ||
1345 | .fa-institution:before, | |
1346 | .fa-bank:before, | |
1347 | .fa-university:before { | |
1348 | content: ""; } | |
1349 | ||
1350 | .fa-mortar-board:before, | |
1351 | .fa-graduation-cap:before { | |
1352 | content: ""; } | |
1353 | ||
1354 | .fa-yahoo:before { | |
1355 | content: ""; } | |
1356 | ||
1357 | .fa-google:before { | |
1358 | content: ""; } | |
1359 | ||
1360 | .fa-reddit:before { | |
1361 | content: ""; } | |
1362 | ||
1363 | .fa-reddit-square:before { | |
1364 | content: ""; } | |
1365 | ||
1366 | .fa-stumbleupon-circle:before { | |
1367 | content: ""; } | |
1368 | ||
1369 | .fa-stumbleupon:before { | |
1370 | content: ""; } | |
1371 | ||
1372 | .fa-delicious:before { | |
1373 | content: ""; } | |
1374 | ||
1375 | .fa-digg:before { | |
1376 | content: ""; } | |
1377 | ||
1378 | .fa-pied-piper-pp:before { | |
1379 | content: ""; } | |
1380 | ||
1381 | .fa-pied-piper-alt:before { | |
1382 | content: ""; } | |
1383 | ||
1384 | .fa-drupal:before { | |
1385 | content: ""; } | |
1386 | ||
1387 | .fa-joomla:before { | |
1388 | content: ""; } | |
1389 | ||
1390 | .fa-language:before { | |
1391 | content: ""; } | |
1392 | ||
1393 | .fa-fax:before { | |
1394 | content: ""; } | |
1395 | ||
1396 | .fa-building:before { | |
1397 | content: ""; } | |
1398 | ||
1399 | .fa-child:before { | |
1400 | content: ""; } | |
1401 | ||
1402 | .fa-paw:before { | |
1403 | content: ""; } | |
1404 | ||
1405 | .fa-spoon:before { | |
1406 | content: ""; } | |
1407 | ||
1408 | .fa-cube:before { | |
1409 | content: ""; } | |
1410 | ||
1411 | .fa-cubes:before { | |
1412 | content: ""; } | |
1413 | ||
1414 | .fa-behance:before { | |
1415 | content: ""; } | |
1416 | ||
1417 | .fa-behance-square:before { | |
1418 | content: ""; } | |
1419 | ||
1420 | .fa-steam:before { | |
1421 | content: ""; } | |
1422 | ||
1423 | .fa-steam-square:before { | |
1424 | content: ""; } | |
1425 | ||
1426 | .fa-recycle:before { | |
1427 | content: ""; } | |
1428 | ||
1429 | .fa-automobile:before, | |
1430 | .fa-car:before { | |
1431 | content: ""; } | |
1432 | ||
1433 | .fa-cab:before, | |
1434 | .fa-taxi:before { | |
1435 | content: ""; } | |
1436 | ||
1437 | .fa-tree:before { | |
1438 | content: ""; } | |
1439 | ||
1440 | .fa-spotify:before { | |
1441 | content: ""; } | |
1442 | ||
1443 | .fa-deviantart:before { | |
1444 | content: ""; } | |
1445 | ||
1446 | .fa-soundcloud:before { | |
1447 | content: ""; } | |
1448 | ||
1449 | .fa-database:before { | |
1450 | content: ""; } | |
1451 | ||
1452 | .fa-file-pdf-o:before { | |
1453 | content: ""; } | |
1454 | ||
1455 | .fa-file-word-o:before { | |
1456 | content: ""; } | |
1457 | ||
1458 | .fa-file-excel-o:before { | |
1459 | content: ""; } | |
1460 | ||
1461 | .fa-file-powerpoint-o:before { | |
1462 | content: ""; } | |
1463 | ||
1464 | .fa-file-photo-o:before, | |
1465 | .fa-file-picture-o:before, | |
1466 | .fa-file-image-o:before { | |
1467 | content: ""; } | |
1468 | ||
1469 | .fa-file-zip-o:before, | |
1470 | .fa-file-archive-o:before { | |
1471 | content: ""; } | |
1472 | ||
1473 | .fa-file-sound-o:before, | |
1474 | .fa-file-audio-o:before { | |
1475 | content: ""; } | |
1476 | ||
1477 | .fa-file-movie-o:before, | |
1478 | .fa-file-video-o:before { | |
1479 | content: ""; } | |
1480 | ||
1481 | .fa-file-code-o:before { | |
1482 | content: ""; } | |
1483 | ||
1484 | .fa-vine:before { | |
1485 | content: ""; } | |
1486 | ||
1487 | .fa-codepen:before { | |
1488 | content: ""; } | |
1489 | ||
1490 | .fa-jsfiddle:before { | |
1491 | content: ""; } | |
1492 | ||
1493 | .fa-life-bouy:before, | |
1494 | .fa-life-buoy:before, | |
1495 | .fa-life-saver:before, | |
1496 | .fa-support:before, | |
1497 | .fa-life-ring:before { | |
1498 | content: ""; } | |
1499 | ||
1500 | .fa-circle-o-notch:before { | |
1501 | content: ""; } | |
1502 | ||
1503 | .fa-ra:before, | |
1504 | .fa-resistance:before, | |
1505 | .fa-rebel:before { | |
1506 | content: ""; } | |
1507 | ||
1508 | .fa-ge:before, | |
1509 | .fa-empire:before { | |
1510 | content: ""; } | |
1511 | ||
1512 | .fa-git-square:before { | |
1513 | content: ""; } | |
1514 | ||
1515 | .fa-git:before { | |
1516 | content: ""; } | |
1517 | ||
1518 | .fa-y-combinator-square:before, | |
1519 | .fa-yc-square:before, | |
1520 | .fa-hacker-news:before { | |
1521 | content: ""; } | |
1522 | ||
1523 | .fa-tencent-weibo:before { | |
1524 | content: ""; } | |
1525 | ||
1526 | .fa-qq:before { | |
1527 | content: ""; } | |
1528 | ||
1529 | .fa-wechat:before, | |
1530 | .fa-weixin:before { | |
1531 | content: ""; } | |
1532 | ||
1533 | .fa-send:before, | |
1534 | .fa-paper-plane:before { | |
1535 | content: ""; } | |
1536 | ||
1537 | .fa-send-o:before, | |
1538 | .fa-paper-plane-o:before { | |
1539 | content: ""; } | |
1540 | ||
1541 | .fa-history:before { | |
1542 | content: ""; } | |
1543 | ||
1544 | .fa-circle-thin:before { | |
1545 | content: ""; } | |
1546 | ||
1547 | .fa-header:before { | |
1548 | content: ""; } | |
1549 | ||
1550 | .fa-paragraph:before { | |
1551 | content: ""; } | |
1552 | ||
1553 | .fa-sliders:before { | |
1554 | content: ""; } | |
1555 | ||
1556 | .fa-share-alt:before { | |
1557 | content: ""; } | |
1558 | ||
1559 | .fa-share-alt-square:before { | |
1560 | content: ""; } | |
1561 | ||
1562 | .fa-bomb:before { | |
1563 | content: ""; } | |
1564 | ||
1565 | .fa-soccer-ball-o:before, | |
1566 | .fa-futbol-o:before { | |
1567 | content: ""; } | |
1568 | ||
1569 | .fa-tty:before { | |
1570 | content: ""; } | |
1571 | ||
1572 | .fa-binoculars:before { | |
1573 | content: ""; } | |
1574 | ||
1575 | .fa-plug:before { | |
1576 | content: ""; } | |
1577 | ||
1578 | .fa-slideshare:before { | |
1579 | content: ""; } | |
1580 | ||
1581 | .fa-twitch:before { | |
1582 | content: ""; } | |
1583 | ||
1584 | .fa-yelp:before { | |
1585 | content: ""; } | |
1586 | ||
1587 | .fa-newspaper-o:before { | |
1588 | content: ""; } | |
1589 | ||
1590 | .fa-wifi:before { | |
1591 | content: ""; } | |
1592 | ||
1593 | .fa-calculator:before { | |
1594 | content: ""; } | |
1595 | ||
1596 | .fa-paypal:before { | |
1597 | content: ""; } | |
1598 | ||
1599 | .fa-google-wallet:before { | |
1600 | content: ""; } | |
1601 | ||
1602 | .fa-cc-visa:before { | |
1603 | content: ""; } | |
1604 | ||
1605 | .fa-cc-mastercard:before { | |
1606 | content: ""; } | |
1607 | ||
1608 | .fa-cc-discover:before { | |
1609 | content: ""; } | |
1610 | ||
1611 | .fa-cc-amex:before { | |
1612 | content: ""; } | |
1613 | ||
1614 | .fa-cc-paypal:before { | |
1615 | content: ""; } | |
1616 | ||
1617 | .fa-cc-stripe:before { | |
1618 | content: ""; } | |
1619 | ||
1620 | .fa-bell-slash:before { | |
1621 | content: ""; } | |
1622 | ||
1623 | .fa-bell-slash-o:before { | |
1624 | content: ""; } | |
1625 | ||
1626 | .fa-trash:before { | |
1627 | content: ""; } | |
1628 | ||
1629 | .fa-copyright:before { | |
1630 | content: ""; } | |
1631 | ||
1632 | .fa-at:before { | |
1633 | content: ""; } | |
1634 | ||
1635 | .fa-eyedropper:before { | |
1636 | content: ""; } | |
1637 | ||
1638 | .fa-paint-brush:before { | |
1639 | content: ""; } | |
1640 | ||
1641 | .fa-birthday-cake:before { | |
1642 | content: ""; } | |
1643 | ||
1644 | .fa-area-chart:before { | |
1645 | content: ""; } | |
1646 | ||
1647 | .fa-pie-chart:before { | |
1648 | content: ""; } | |
1649 | ||
1650 | .fa-line-chart:before { | |
1651 | content: ""; } | |
1652 | ||
1653 | .fa-lastfm:before { | |
1654 | content: ""; } | |
1655 | ||
1656 | .fa-lastfm-square:before { | |
1657 | content: ""; } | |
1658 | ||
1659 | .fa-toggle-off:before { | |
1660 | content: ""; } | |
1661 | ||
1662 | .fa-toggle-on:before { | |
1663 | content: ""; } | |
1664 | ||
1665 | .fa-bicycle:before { | |
1666 | content: ""; } | |
1667 | ||
1668 | .fa-bus:before { | |
1669 | content: ""; } | |
1670 | ||
1671 | .fa-ioxhost:before { | |
1672 | content: ""; } | |
1673 | ||
1674 | .fa-angellist:before { | |
1675 | content: ""; } | |
1676 | ||
1677 | .fa-cc:before { | |
1678 | content: ""; } | |
1679 | ||
1680 | .fa-shekel:before, | |
1681 | .fa-sheqel:before, | |
1682 | .fa-ils:before { | |
1683 | content: ""; } | |
1684 | ||
1685 | .fa-meanpath:before { | |
1686 | content: ""; } | |
1687 | ||
1688 | .fa-buysellads:before { | |
1689 | content: ""; } | |
1690 | ||
1691 | .fa-connectdevelop:before { | |
1692 | content: ""; } | |
1693 | ||
1694 | .fa-dashcube:before { | |
1695 | content: ""; } | |
1696 | ||
1697 | .fa-forumbee:before { | |
1698 | content: ""; } | |
1699 | ||
1700 | .fa-leanpub:before { | |
1701 | content: ""; } | |
1702 | ||
1703 | .fa-sellsy:before { | |
1704 | content: ""; } | |
1705 | ||
1706 | .fa-shirtsinbulk:before { | |
1707 | content: ""; } | |
1708 | ||
1709 | .fa-simplybuilt:before { | |
1710 | content: ""; } | |
1711 | ||
1712 | .fa-skyatlas:before { | |
1713 | content: ""; } | |
1714 | ||
1715 | .fa-cart-plus:before { | |
1716 | content: ""; } | |
1717 | ||
1718 | .fa-cart-arrow-down:before { | |
1719 | content: ""; } | |
1720 | ||
1721 | .fa-diamond:before { | |
1722 | content: ""; } | |
1723 | ||
1724 | .fa-ship:before { | |
1725 | content: ""; } | |
1726 | ||
1727 | .fa-user-secret:before { | |
1728 | content: ""; } | |
1729 | ||
1730 | .fa-motorcycle:before { | |
1731 | content: ""; } | |
1732 | ||
1733 | .fa-street-view:before { | |
1734 | content: ""; } | |
1735 | ||
1736 | .fa-heartbeat:before { | |
1737 | content: ""; } | |
1738 | ||
1739 | .fa-venus:before { | |
1740 | content: ""; } | |
1741 | ||
1742 | .fa-mars:before { | |
1743 | content: ""; } | |
1744 | ||
1745 | .fa-mercury:before { | |
1746 | content: ""; } | |
1747 | ||
1748 | .fa-intersex:before, | |
1749 | .fa-transgender:before { | |
1750 | content: ""; } | |
1751 | ||
1752 | .fa-transgender-alt:before { | |
1753 | content: ""; } | |
1754 | ||
1755 | .fa-venus-double:before { | |
1756 | content: ""; } | |
1757 | ||
1758 | .fa-mars-double:before { | |
1759 | content: ""; } | |
1760 | ||
1761 | .fa-venus-mars:before { | |
1762 | content: ""; } | |
1763 | ||
1764 | .fa-mars-stroke:before { | |
1765 | content: ""; } | |
1766 | ||
1767 | .fa-mars-stroke-v:before { | |
1768 | content: ""; } | |
1769 | ||
1770 | .fa-mars-stroke-h:before { | |
1771 | content: ""; } | |
1772 | ||
1773 | .fa-neuter:before { | |
1774 | content: ""; } | |
1775 | ||
1776 | .fa-genderless:before { | |
1777 | content: ""; } | |
1778 | ||
1779 | .fa-facebook-official:before { | |
1780 | content: ""; } | |
1781 | ||
1782 | .fa-pinterest-p:before { | |
1783 | content: ""; } | |
1784 | ||
1785 | .fa-whatsapp:before { | |
1786 | content: ""; } | |
1787 | ||
1788 | .fa-server:before { | |
1789 | content: ""; } | |
1790 | ||
1791 | .fa-user-plus:before { | |
1792 | content: ""; } | |
1793 | ||
1794 | .fa-user-times:before { | |
1795 | content: ""; } | |
1796 | ||
1797 | .fa-hotel:before, | |
1798 | .fa-bed:before { | |
1799 | content: ""; } | |
1800 | ||
1801 | .fa-viacoin:before { | |
1802 | content: ""; } | |
1803 | ||
1804 | .fa-train:before { | |
1805 | content: ""; } | |
1806 | ||
1807 | .fa-subway:before { | |
1808 | content: ""; } | |
1809 | ||
1810 | .fa-medium:before { | |
1811 | content: ""; } | |
1812 | ||
1813 | .fa-yc:before, | |
1814 | .fa-y-combinator:before { | |
1815 | content: ""; } | |
1816 | ||
1817 | .fa-optin-monster:before { | |
1818 | content: ""; } | |
1819 | ||
1820 | .fa-opencart:before { | |
1821 | content: ""; } | |
1822 | ||
1823 | .fa-expeditedssl:before { | |
1824 | content: ""; } | |
1825 | ||
1826 | .fa-battery-4:before, | |
1827 | .fa-battery:before, | |
1828 | .fa-battery-full:before { | |
1829 | content: ""; } | |
1830 | ||
1831 | .fa-battery-3:before, | |
1832 | .fa-battery-three-quarters:before { | |
1833 | content: ""; } | |
1834 | ||
1835 | .fa-battery-2:before, | |
1836 | .fa-battery-half:before { | |
1837 | content: ""; } | |
1838 | ||
1839 | .fa-battery-1:before, | |
1840 | .fa-battery-quarter:before { | |
1841 | content: ""; } | |
1842 | ||
1843 | .fa-battery-0:before, | |
1844 | .fa-battery-empty:before { | |
1845 | content: ""; } | |
1846 | ||
1847 | .fa-mouse-pointer:before { | |
1848 | content: ""; } | |
1849 | ||
1850 | .fa-i-cursor:before { | |
1851 | content: ""; } | |
1852 | ||
1853 | .fa-object-group:before { | |
1854 | content: ""; } | |
1855 | ||
1856 | .fa-object-ungroup:before { | |
1857 | content: ""; } | |
1858 | ||
1859 | .fa-sticky-note:before { | |
1860 | content: ""; } | |
1861 | ||
1862 | .fa-sticky-note-o:before { | |
1863 | content: ""; } | |
1864 | ||
1865 | .fa-cc-jcb:before { | |
1866 | content: ""; } | |
1867 | ||
1868 | .fa-cc-diners-club:before { | |
1869 | content: ""; } | |
1870 | ||
1871 | .fa-clone:before { | |
1872 | content: ""; } | |
1873 | ||
1874 | .fa-balance-scale:before { | |
1875 | content: ""; } | |
1876 | ||
1877 | .fa-hourglass-o:before { | |
1878 | content: ""; } | |
1879 | ||
1880 | .fa-hourglass-1:before, | |
1881 | .fa-hourglass-start:before { | |
1882 | content: ""; } | |
1883 | ||
1884 | .fa-hourglass-2:before, | |
1885 | .fa-hourglass-half:before { | |
1886 | content: ""; } | |
1887 | ||
1888 | .fa-hourglass-3:before, | |
1889 | .fa-hourglass-end:before { | |
1890 | content: ""; } | |
1891 | ||
1892 | .fa-hourglass:before { | |
1893 | content: ""; } | |
1894 | ||
1895 | .fa-hand-grab-o:before, | |
1896 | .fa-hand-rock-o:before { | |
1897 | content: ""; } | |
1898 | ||
1899 | .fa-hand-stop-o:before, | |
1900 | .fa-hand-paper-o:before { | |
1901 | content: ""; } | |
1902 | ||
1903 | .fa-hand-scissors-o:before { | |
1904 | content: ""; } | |
1905 | ||
1906 | .fa-hand-lizard-o:before { | |
1907 | content: ""; } | |
1908 | ||
1909 | .fa-hand-spock-o:before { | |
1910 | content: ""; } | |
1911 | ||
1912 | .fa-hand-pointer-o:before { | |
1913 | content: ""; } | |
1914 | ||
1915 | .fa-hand-peace-o:before { | |
1916 | content: ""; } | |
1917 | ||
1918 | .fa-trademark:before { | |
1919 | content: ""; } | |
1920 | ||
1921 | .fa-registered:before { | |
1922 | content: ""; } | |
1923 | ||
1924 | .fa-creative-commons:before { | |
1925 | content: ""; } | |
1926 | ||
1927 | .fa-gg:before { | |
1928 | content: ""; } | |
1929 | ||
1930 | .fa-gg-circle:before { | |
1931 | content: ""; } | |
1932 | ||
1933 | .fa-tripadvisor:before { | |
1934 | content: ""; } | |
1935 | ||
1936 | .fa-odnoklassniki:before { | |
1937 | content: ""; } | |
1938 | ||
1939 | .fa-odnoklassniki-square:before { | |
1940 | content: ""; } | |
1941 | ||
1942 | .fa-get-pocket:before { | |
1943 | content: ""; } | |
1944 | ||
1945 | .fa-wikipedia-w:before { | |
1946 | content: ""; } | |
1947 | ||
1948 | .fa-safari:before { | |
1949 | content: ""; } | |
1950 | ||
1951 | .fa-chrome:before { | |
1952 | content: ""; } | |
1953 | ||
1954 | .fa-firefox:before { | |
1955 | content: ""; } | |
1956 | ||
1957 | .fa-opera:before { | |
1958 | content: ""; } | |
1959 | ||
1960 | .fa-internet-explorer:before { | |
1961 | content: ""; } | |
1962 | ||
1963 | .fa-tv:before, | |
1964 | .fa-television:before { | |
1965 | content: ""; } | |
1966 | ||
1967 | .fa-contao:before { | |
1968 | content: ""; } | |
1969 | ||
1970 | .fa-500px:before { | |
1971 | content: ""; } | |
1972 | ||
1973 | .fa-amazon:before { | |
1974 | content: ""; } | |
1975 | ||
1976 | .fa-calendar-plus-o:before { | |
1977 | content: ""; } | |
1978 | ||
1979 | .fa-calendar-minus-o:before { | |
1980 | content: ""; } | |
1981 | ||
1982 | .fa-calendar-times-o:before { | |
1983 | content: ""; } | |
1984 | ||
1985 | .fa-calendar-check-o:before { | |
1986 | content: ""; } | |
1987 | ||
1988 | .fa-industry:before { | |
1989 | content: ""; } | |
1990 | ||
1991 | .fa-map-pin:before { | |
1992 | content: ""; } | |
1993 | ||
1994 | .fa-map-signs:before { | |
1995 | content: ""; } | |
1996 | ||
1997 | .fa-map-o:before { | |
1998 | content: ""; } | |
1999 | ||
2000 | .fa-map:before { | |
2001 | content: ""; } | |
2002 | ||
2003 | .fa-commenting:before { | |
2004 | content: ""; } | |
2005 | ||
2006 | .fa-commenting-o:before { | |
2007 | content: ""; } | |
2008 | ||
2009 | .fa-houzz:before { | |
2010 | content: ""; } | |
2011 | ||
2012 | .fa-vimeo:before { | |
2013 | content: ""; } | |
2014 | ||
2015 | .fa-black-tie:before { | |
2016 | content: ""; } | |
2017 | ||
2018 | .fa-fonticons:before { | |
2019 | content: ""; } | |
2020 | ||
2021 | .fa-reddit-alien:before { | |
2022 | content: ""; } | |
2023 | ||
2024 | .fa-edge:before { | |
2025 | content: ""; } | |
2026 | ||
2027 | .fa-credit-card-alt:before { | |
2028 | content: ""; } | |
2029 | ||
2030 | .fa-codiepie:before { | |
2031 | content: ""; } | |
2032 | ||
2033 | .fa-modx:before { | |
2034 | content: ""; } | |
2035 | ||
2036 | .fa-fort-awesome:before { | |
2037 | content: ""; } | |
2038 | ||
2039 | .fa-usb:before { | |
2040 | content: ""; } | |
2041 | ||
2042 | .fa-product-hunt:before { | |
2043 | content: ""; } | |
2044 | ||
2045 | .fa-mixcloud:before { | |
2046 | content: ""; } | |
2047 | ||
2048 | .fa-scribd:before { | |
2049 | content: ""; } | |
2050 | ||
2051 | .fa-pause-circle:before { | |
2052 | content: ""; } | |
2053 | ||
2054 | .fa-pause-circle-o:before { | |
2055 | content: ""; } | |
2056 | ||
2057 | .fa-stop-circle:before { | |
2058 | content: ""; } | |
2059 | ||
2060 | .fa-stop-circle-o:before { | |
2061 | content: ""; } | |
2062 | ||
2063 | .fa-shopping-bag:before { | |
2064 | content: ""; } | |
2065 | ||
2066 | .fa-shopping-basket:before { | |
2067 | content: ""; } | |
2068 | ||
2069 | .fa-hashtag:before { | |
2070 | content: ""; } | |
2071 | ||
2072 | .fa-bluetooth:before { | |
2073 | content: ""; } | |
2074 | ||
2075 | .fa-bluetooth-b:before { | |
2076 | content: ""; } | |
2077 | ||
2078 | .fa-percent:before { | |
2079 | content: ""; } | |
2080 | ||
2081 | .fa-gitlab:before { | |
2082 | content: ""; } | |
2083 | ||
2084 | .fa-wpbeginner:before { | |
2085 | content: ""; } | |
2086 | ||
2087 | .fa-wpforms:before { | |
2088 | content: ""; } | |
2089 | ||
2090 | .fa-envira:before { | |
2091 | content: ""; } | |
2092 | ||
2093 | .fa-universal-access:before { | |
2094 | content: ""; } | |
2095 | ||
2096 | .fa-wheelchair-alt:before { | |
2097 | content: ""; } | |
2098 | ||
2099 | .fa-question-circle-o:before { | |
2100 | content: ""; } | |
2101 | ||
2102 | .fa-blind:before { | |
2103 | content: ""; } | |
2104 | ||
2105 | .fa-audio-description:before { | |
2106 | content: ""; } | |
2107 | ||
2108 | .fa-volume-control-phone:before { | |
2109 | content: ""; } | |
2110 | ||
2111 | .fa-braille:before { | |
2112 | content: ""; } | |
2113 | ||
2114 | .fa-assistive-listening-systems:before { | |
2115 | content: ""; } | |
2116 | ||
2117 | .fa-asl-interpreting:before, | |
2118 | .fa-american-sign-language-interpreting:before { | |
2119 | content: ""; } | |
2120 | ||
2121 | .fa-deafness:before, | |
2122 | .fa-hard-of-hearing:before, | |
2123 | .fa-deaf:before { | |
2124 | content: ""; } | |
2125 | ||
2126 | .fa-glide:before { | |
2127 | content: ""; } | |
2128 | ||
2129 | .fa-glide-g:before { | |
2130 | content: ""; } | |
2131 | ||
2132 | .fa-signing:before, | |
2133 | .fa-sign-language:before { | |
2134 | content: ""; } | |
2135 | ||
2136 | .fa-low-vision:before { | |
2137 | content: ""; } | |
2138 | ||
2139 | .fa-viadeo:before { | |
2140 | content: ""; } | |
2141 | ||
2142 | .fa-viadeo-square:before { | |
2143 | content: ""; } | |
2144 | ||
2145 | .fa-snapchat:before { | |
2146 | content: ""; } | |
2147 | ||
2148 | .fa-snapchat-ghost:before { | |
2149 | content: ""; } | |
2150 | ||
2151 | .fa-snapchat-square:before { | |
2152 | content: ""; } | |
2153 | ||
2154 | .fa-pied-piper:before { | |
2155 | content: ""; } | |
2156 | ||
2157 | .fa-first-order:before { | |
2158 | content: ""; } | |
2159 | ||
2160 | .fa-yoast:before { | |
2161 | content: ""; } | |
2162 | ||
2163 | .fa-themeisle:before { | |
2164 | content: ""; } | |
2165 | ||
2166 | .fa-google-plus-circle:before, | |
2167 | .fa-google-plus-official:before { | |
2168 | content: ""; } | |
2169 | ||
2170 | .fa-fa:before, | |
2171 | .fa-font-awesome:before { | |
2172 | content: ""; } | |
2173 | ||
2174 | .fa-handshake-o:before { | |
2175 | content: ""; } | |
2176 | ||
2177 | .fa-envelope-open:before { | |
2178 | content: ""; } | |
2179 | ||
2180 | .fa-envelope-open-o:before { | |
2181 | content: ""; } | |
2182 | ||
2183 | .fa-linode:before { | |
2184 | content: ""; } | |
2185 | ||
2186 | .fa-address-book:before { | |
2187 | content: ""; } | |
2188 | ||
2189 | .fa-address-book-o:before { | |
2190 | content: ""; } | |
2191 | ||
2192 | .fa-vcard:before, | |
2193 | .fa-address-card:before { | |
2194 | content: ""; } | |
2195 | ||
2196 | .fa-vcard-o:before, | |
2197 | .fa-address-card-o:before { | |
2198 | content: ""; } | |
2199 | ||
2200 | .fa-user-circle:before { | |
2201 | content: ""; } | |
2202 | ||
2203 | .fa-user-circle-o:before { | |
2204 | content: ""; } | |
2205 | ||
2206 | .fa-user-o:before { | |
2207 | content: ""; } | |
2208 | ||
2209 | .fa-id-badge:before { | |
2210 | content: ""; } | |
2211 | ||
2212 | .fa-drivers-license:before, | |
2213 | .fa-id-card:before { | |
2214 | content: ""; } | |
2215 | ||
2216 | .fa-drivers-license-o:before, | |
2217 | .fa-id-card-o:before { | |
2218 | content: ""; } | |
2219 | ||
2220 | .fa-quora:before { | |
2221 | content: ""; } | |
2222 | ||
2223 | .fa-free-code-camp:before { | |
2224 | content: ""; } | |
2225 | ||
2226 | .fa-telegram:before { | |
2227 | content: ""; } | |
2228 | ||
2229 | .fa-thermometer-4:before, | |
2230 | .fa-thermometer:before, | |
2231 | .fa-thermometer-full:before { | |
2232 | content: ""; } | |
2233 | ||
2234 | .fa-thermometer-3:before, | |
2235 | .fa-thermometer-three-quarters:before { | |
2236 | content: ""; } | |
2237 | ||
2238 | .fa-thermometer-2:before, | |
2239 | .fa-thermometer-half:before { | |
2240 | content: ""; } | |
2241 | ||
2242 | .fa-thermometer-1:before, | |
2243 | .fa-thermometer-quarter:before { | |
2244 | content: ""; } | |
2245 | ||
2246 | .fa-thermometer-0:before, | |
2247 | .fa-thermometer-empty:before { | |
2248 | content: ""; } | |
2249 | ||
2250 | .fa-shower:before { | |
2251 | content: ""; } | |
2252 | ||
2253 | .fa-bathtub:before, | |
2254 | .fa-s15:before, | |
2255 | .fa-bath:before { | |
2256 | content: ""; } | |
2257 | ||
2258 | .fa-podcast:before { | |
2259 | content: ""; } | |
2260 | ||
2261 | .fa-window-maximize:before { | |
2262 | content: ""; } | |
2263 | ||
2264 | .fa-window-minimize:before { | |
2265 | content: ""; } | |
2266 | ||
2267 | .fa-window-restore:before { | |
2268 | content: ""; } | |
2269 | ||
2270 | .fa-times-rectangle:before, | |
2271 | .fa-window-close:before { | |
2272 | content: ""; } | |
2273 | ||
2274 | .fa-times-rectangle-o:before, | |
2275 | .fa-window-close-o:before { | |
2276 | content: ""; } | |
2277 | ||
2278 | .fa-bandcamp:before { | |
2279 | content: ""; } | |
2280 | ||
2281 | .fa-grav:before { | |
2282 | content: ""; } | |
2283 | ||
2284 | .fa-etsy:before { | |
2285 | content: ""; } | |
2286 | ||
2287 | .fa-imdb:before { | |
2288 | content: ""; } | |
2289 | ||
2290 | .fa-ravelry:before { | |
2291 | content: ""; } | |
2292 | ||
2293 | .fa-eercast:before { | |
2294 | content: ""; } | |
2295 | ||
2296 | .fa-microchip:before { | |
2297 | content: ""; } | |
2298 | ||
2299 | .fa-snowflake-o:before { | |
2300 | content: ""; } | |
2301 | ||
2302 | .fa-superpowers:before { | |
2303 | content: ""; } | |
2304 | ||
2305 | .fa-wpexplorer:before { | |
2306 | content: ""; } | |
2307 | ||
2308 | .fa-meetup:before { | |
2309 | content: ""; } | |
2310 | ||
55193f70 | 2311 | .sr-only { |
de213bf0 BB |
2312 | position: absolute; |
2313 | width: 1px; | |
2314 | height: 1px; | |
2315 | padding: 0; | |
2316 | margin: -1px; | |
2317 | overflow: hidden; | |
2318 | clip: rect(0, 0, 0, 0); | |
2319 | border: 0; } | |
2320 | ||
2321 | .sr-only-focusable:active, .sr-only-focusable:focus { | |
2322 | position: static; | |
2323 | width: auto; | |
2324 | height: auto; | |
2325 | margin: 0; | |
2326 | overflow: visible; | |
2327 | clip: auto; } | |
2328 | ||
2329 | /*! | |
6a4ce7b0 BB |
2330 | * Bootstrap v4.5.0 (https://getbootstrap.com/) |
2331 | * Copyright 2011-2020 The Bootstrap Authors | |
2332 | * Copyright 2011-2020 Twitter, Inc. | |
de213bf0 BB |
2333 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
2334 | */ | |
2335 | :root { | |
73126a67 | 2336 | --blue: #0f6fc5; |
de213bf0 BB |
2337 | --indigo: #6610f2; |
2338 | --purple: #613d7c; | |
2339 | --pink: #e83e8c; | |
73126a67 | 2340 | --red: #ca3120; |
de213bf0 BB |
2341 | --orange: #f0ad4e; |
2342 | --yellow: #ff7518; | |
73126a67 | 2343 | --green: #357a32; |
de213bf0 | 2344 | --teal: #20c997; |
d17a85c7 | 2345 | --cyan: #008196; |
de213bf0 | 2346 | --white: #fff; |
1a17df08 BB |
2347 | --gray: #6c757d; |
2348 | --gray-dark: #343a40; | |
73126a67 | 2349 | --primary: #0f6fc5; |
1a17df08 | 2350 | --secondary: #ced4da; |
73126a67 | 2351 | --success: #357a32; |
d17a85c7 | 2352 | --info: #008196; |
de213bf0 | 2353 | --warning: #f0ad4e; |
73126a67 | 2354 | --danger: #ca3120; |
de213bf0 | 2355 | --light: #f8f9fa; |
1a17df08 | 2356 | --dark: #343a40; |
de213bf0 BB |
2357 | --breakpoint-xs: 0; |
2358 | --breakpoint-sm: 576px; | |
2359 | --breakpoint-md: 768px; | |
2360 | --breakpoint-lg: 992px; | |
2361 | --breakpoint-xl: 1200px; | |
10425e73 | 2362 | --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
de213bf0 BB |
2363 | --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } |
2364 | ||
2365 | *, | |
2366 | *::before, | |
2367 | *::after { | |
2368 | box-sizing: border-box; } | |
2369 | ||
2370 | html { | |
2371 | font-family: sans-serif; | |
2372 | line-height: 1.15; | |
2373 | -webkit-text-size-adjust: 100%; | |
de213bf0 BB |
2374 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } |
2375 | ||
10425e73 | 2376 | article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { |
de213bf0 BB |
2377 | display: block; } |
2378 | ||
2379 | body { | |
2380 | margin: 0; | |
10425e73 | 2381 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
de213bf0 BB |
2382 | font-size: 0.9375rem; |
2383 | font-weight: 400; | |
2384 | line-height: 1.5; | |
8fcc063a | 2385 | color: #212529; |
de213bf0 BB |
2386 | text-align: left; |
2387 | background-color: #fff; } | |
92bc86e4 BB |
2388 | @media (max-width: 1200px) { |
2389 | body { | |
2390 | font-size: calc(0.90375rem + 0.045vw) ; } } | |
de213bf0 | 2391 | |
6a4ce7b0 | 2392 | [tabindex="-1"]:focus:not(:focus-visible) { |
de213bf0 BB |
2393 | outline: 0 !important; } |
2394 | ||
2395 | hr { | |
2396 | box-sizing: content-box; | |
2397 | height: 0; | |
2398 | overflow: visible; } | |
2399 | ||
2400 | h1, h2, h3, h4, h5, h6 { | |
2401 | margin-top: 0; | |
2402 | margin-bottom: 0.5rem; } | |
2403 | ||
2404 | p { | |
2405 | margin-top: 0; | |
2406 | margin-bottom: 1rem; } | |
2407 | ||
2408 | abbr[title], | |
2409 | abbr[data-original-title] { | |
2410 | text-decoration: underline; | |
2411 | text-decoration: underline dotted; | |
2412 | cursor: help; | |
10425e73 BB |
2413 | border-bottom: 0; |
2414 | text-decoration-skip-ink: none; } | |
de213bf0 BB |
2415 | |
2416 | address { | |
2417 | margin-bottom: 1rem; | |
2418 | font-style: normal; | |
2419 | line-height: inherit; } | |
2420 | ||
2421 | ol, | |
2422 | ul, | |
2423 | dl { | |
2424 | margin-top: 0; | |
2425 | margin-bottom: 1rem; } | |
2426 | ||
2427 | ol ol, | |
2428 | ul ul, | |
2429 | ol ul, | |
2430 | ul ol { | |
2431 | margin-bottom: 0; } | |
2432 | ||
2433 | dt { | |
2434 | font-weight: 700; } | |
2435 | ||
2436 | dd { | |
2437 | margin-bottom: .5rem; | |
2438 | margin-left: 0; } | |
2439 | ||
2440 | blockquote { | |
2441 | margin: 0 0 1rem; } | |
2442 | ||
de213bf0 BB |
2443 | b, |
2444 | strong { | |
2445 | font-weight: bolder; } | |
2446 | ||
2447 | small { | |
2448 | font-size: 80%; } | |
2449 | ||
2450 | sub, | |
2451 | sup { | |
2452 | position: relative; | |
2453 | font-size: 75%; | |
2454 | line-height: 0; | |
2455 | vertical-align: baseline; } | |
2456 | ||
2457 | sub { | |
2458 | bottom: -.25em; } | |
2459 | ||
2460 | sup { | |
2461 | top: -.5em; } | |
2462 | ||
2463 | a { | |
73126a67 | 2464 | color: #0f6fc5; |
de213bf0 | 2465 | text-decoration: none; |
10425e73 | 2466 | background-color: transparent; } |
de213bf0 | 2467 | a:hover { |
73126a67 | 2468 | color: #0a477e; |
de213bf0 BB |
2469 | text-decoration: underline; } |
2470 | ||
6a4ce7b0 | 2471 | a:not([href]) { |
de213bf0 BB |
2472 | color: inherit; |
2473 | text-decoration: none; } | |
6a4ce7b0 | 2474 | a:not([href]):hover { |
de213bf0 BB |
2475 | color: inherit; |
2476 | text-decoration: none; } | |
de213bf0 BB |
2477 | |
2478 | pre, | |
2479 | code, | |
2480 | kbd, | |
2481 | samp { | |
10425e73 | 2482 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
de213bf0 BB |
2483 | font-size: 1em; } |
2484 | ||
2485 | pre { | |
2486 | margin-top: 0; | |
2487 | margin-bottom: 1rem; | |
6a4ce7b0 BB |
2488 | overflow: auto; |
2489 | -ms-overflow-style: scrollbar; } | |
de213bf0 BB |
2490 | |
2491 | figure { | |
2492 | margin: 0 0 1rem; } | |
2493 | ||
2494 | img { | |
2495 | vertical-align: middle; | |
2496 | border-style: none; } | |
2497 | ||
10425e73 BB |
2498 | svg { |
2499 | overflow: hidden; | |
2500 | vertical-align: middle; } | |
de213bf0 BB |
2501 | |
2502 | table { | |
2503 | border-collapse: collapse; } | |
2504 | ||
2505 | caption { | |
2506 | padding-top: 0.75rem; | |
2507 | padding-bottom: 0.75rem; | |
1a17df08 | 2508 | color: #6c757d; |
de213bf0 BB |
2509 | text-align: left; |
2510 | caption-side: bottom; } | |
2511 | ||
2512 | th { | |
2513 | text-align: inherit; } | |
2514 | ||
2515 | label { | |
2516 | display: inline-block; | |
10425e73 | 2517 | margin-bottom: 0.5rem; } |
de213bf0 BB |
2518 | |
2519 | button { | |
2520 | border-radius: 0; } | |
2521 | ||
2522 | button:focus { | |
2523 | outline: 1px dotted; | |
2524 | outline: 5px auto -webkit-focus-ring-color; } | |
2525 | ||
2526 | input, | |
2527 | button, | |
2528 | select, | |
2529 | optgroup, | |
2530 | textarea { | |
2531 | margin: 0; | |
2532 | font-family: inherit; | |
2533 | font-size: inherit; | |
2534 | line-height: inherit; } | |
2535 | ||
2536 | button, | |
2537 | input { | |
2538 | overflow: visible; } | |
2539 | ||
2540 | button, | |
2541 | select { | |
2542 | text-transform: none; } | |
2543 | ||
6a4ce7b0 BB |
2544 | [role="button"] { |
2545 | cursor: pointer; } | |
2546 | ||
10425e73 BB |
2547 | select { |
2548 | word-wrap: normal; } | |
2549 | ||
de213bf0 | 2550 | button, |
10425e73 | 2551 | [type="button"], |
de213bf0 BB |
2552 | [type="reset"], |
2553 | [type="submit"] { | |
2554 | -webkit-appearance: button; } | |
2555 | ||
10425e73 BB |
2556 | button:not(:disabled), |
2557 | [type="button"]:not(:disabled), | |
2558 | [type="reset"]:not(:disabled), | |
2559 | [type="submit"]:not(:disabled) { | |
2560 | cursor: pointer; } | |
2561 | ||
de213bf0 BB |
2562 | button::-moz-focus-inner, |
2563 | [type="button"]::-moz-focus-inner, | |
2564 | [type="reset"]::-moz-focus-inner, | |
2565 | [type="submit"]::-moz-focus-inner { | |
2566 | padding: 0; | |
2567 | border-style: none; } | |
2568 | ||
2569 | input[type="radio"], | |
2570 | input[type="checkbox"] { | |
2571 | box-sizing: border-box; | |
2572 | padding: 0; } | |
2573 | ||
de213bf0 BB |
2574 | textarea { |
2575 | overflow: auto; | |
2576 | resize: vertical; } | |
2577 | ||
2578 | fieldset { | |
2579 | min-width: 0; | |
2580 | padding: 0; | |
2581 | margin: 0; | |
2582 | border: 0; } | |
2583 | ||
2584 | legend { | |
2585 | display: block; | |
2586 | width: 100%; | |
2587 | max-width: 100%; | |
2588 | padding: 0; | |
2589 | margin-bottom: .5rem; | |
2590 | font-size: 1.5rem; | |
2591 | line-height: inherit; | |
2592 | color: inherit; | |
2593 | white-space: normal; } | |
92bc86e4 BB |
2594 | @media (max-width: 1200px) { |
2595 | legend { | |
2596 | font-size: calc(0.96rem + 0.72vw) ; } } | |
de213bf0 BB |
2597 | |
2598 | progress { | |
2599 | vertical-align: baseline; } | |
2600 | ||
2601 | [type="number"]::-webkit-inner-spin-button, | |
2602 | [type="number"]::-webkit-outer-spin-button { | |
2603 | height: auto; } | |
2604 | ||
2605 | [type="search"] { | |
2606 | outline-offset: -2px; | |
2607 | -webkit-appearance: none; } | |
2608 | ||
de213bf0 BB |
2609 | [type="search"]::-webkit-search-decoration { |
2610 | -webkit-appearance: none; } | |
2611 | ||
2612 | ::-webkit-file-upload-button { | |
2613 | font: inherit; | |
2614 | -webkit-appearance: button; } | |
2615 | ||
2616 | output { | |
2617 | display: inline-block; } | |
2618 | ||
2619 | summary { | |
2620 | display: list-item; | |
2621 | cursor: pointer; } | |
2622 | ||
2623 | template { | |
2624 | display: none; } | |
2625 | ||
2626 | [hidden] { | |
2627 | display: none !important; } | |
2628 | ||
2629 | h1, h2, h3, h4, h5, h6, | |
30b71a91 | 2630 | .h1, .h2, .h3, .h4, .h5, .h6 { |
de213bf0 | 2631 | margin-bottom: 0.5rem; |
de213bf0 | 2632 | font-weight: 300; |
10425e73 | 2633 | line-height: 1.2; } |
de213bf0 BB |
2634 | |
2635 | h1, .h1 { | |
2636 | font-size: 2.34375rem; } | |
92bc86e4 BB |
2637 | @media (max-width: 1200px) { |
2638 | h1, .h1 { | |
2639 | font-size: calc(1.044375rem + 1.7325vw) ; } } | |
de213bf0 | 2640 | |
30b71a91 | 2641 | h2, .h2 { |
de213bf0 | 2642 | font-size: 1.875rem; } |
92bc86e4 BB |
2643 | @media (max-width: 1200px) { |
2644 | h2, .h2 { | |
2645 | font-size: calc(0.9975rem + 1.17vw) ; } } | |
de213bf0 BB |
2646 | |
2647 | h3, .h3 { | |
2648 | font-size: 1.640625rem; } | |
92bc86e4 BB |
2649 | @media (max-width: 1200px) { |
2650 | h3, .h3 { | |
2651 | font-size: calc(0.9740625rem + 0.88875vw) ; } } | |
de213bf0 BB |
2652 | |
2653 | h4, .h4 { | |
2654 | font-size: 1.40625rem; } | |
92bc86e4 BB |
2655 | @media (max-width: 1200px) { |
2656 | h4, .h4 { | |
2657 | font-size: calc(0.950625rem + 0.6075vw) ; } } | |
de213bf0 BB |
2658 | |
2659 | h5, .h5 { | |
2660 | font-size: 1.171875rem; } | |
92bc86e4 BB |
2661 | @media (max-width: 1200px) { |
2662 | h5, .h5 { | |
2663 | font-size: calc(0.9271875rem + 0.32625vw) ; } } | |
de213bf0 BB |
2664 | |
2665 | h6, .h6 { | |
2666 | font-size: 0.9375rem; } | |
92bc86e4 BB |
2667 | @media (max-width: 1200px) { |
2668 | h6, .h6 { | |
2669 | font-size: calc(0.90375rem + 0.045vw) ; } } | |
de213bf0 | 2670 | |
55193f70 | 2671 | .lead { |
de213bf0 BB |
2672 | font-size: 1.171875rem; |
2673 | font-weight: 300; } | |
92bc86e4 BB |
2674 | @media (max-width: 1200px) { |
2675 | .lead { | |
2676 | font-size: calc(0.9271875rem + 0.32625vw) ; } } | |
de213bf0 BB |
2677 | |
2678 | .display-1 { | |
2679 | font-size: 6rem; | |
2680 | font-weight: 300; | |
2681 | line-height: 1.2; } | |
92bc86e4 BB |
2682 | @media (max-width: 1200px) { |
2683 | .display-1 { | |
2684 | font-size: calc(1.41rem + 6.12vw) ; } } | |
de213bf0 BB |
2685 | |
2686 | .display-2 { | |
2687 | font-size: 5.5rem; | |
2688 | font-weight: 300; | |
2689 | line-height: 1.2; } | |
92bc86e4 BB |
2690 | @media (max-width: 1200px) { |
2691 | .display-2 { | |
2692 | font-size: calc(1.36rem + 5.52vw) ; } } | |
de213bf0 BB |
2693 | |
2694 | .display-3 { | |
2695 | font-size: 4.5rem; | |
2696 | font-weight: 300; | |
2697 | line-height: 1.2; } | |
92bc86e4 BB |
2698 | @media (max-width: 1200px) { |
2699 | .display-3 { | |
2700 | font-size: calc(1.26rem + 4.32vw) ; } } | |
de213bf0 BB |
2701 | |
2702 | .display-4 { | |
2703 | font-size: 3.5rem; | |
2704 | font-weight: 300; | |
2705 | line-height: 1.2; } | |
92bc86e4 BB |
2706 | @media (max-width: 1200px) { |
2707 | .display-4 { | |
2708 | font-size: calc(1.16rem + 3.12vw) ; } } | |
de213bf0 BB |
2709 | |
2710 | hr { | |
2711 | margin-top: 1rem; | |
2712 | margin-bottom: 1rem; | |
2713 | border: 0; | |
2714 | border-top: 1px solid rgba(0, 0, 0, 0.1); } | |
2715 | ||
2716 | small, | |
098687e5 | 2717 | .small { |
de213bf0 BB |
2718 | font-size: 80%; |
2719 | font-weight: 400; } | |
2720 | ||
2721 | mark, | |
2722 | .mark { | |
2723 | padding: 0.2em; | |
2724 | background-color: #fcf8e3; } | |
2725 | ||
2726 | .list-unstyled { | |
2727 | padding-left: 0; | |
2728 | list-style: none; } | |
2729 | ||
2730 | .list-inline { | |
2731 | padding-left: 0; | |
2732 | list-style: none; } | |
2733 | ||
2734 | .list-inline-item { | |
2735 | display: inline-block; } | |
2736 | .list-inline-item:not(:last-child) { | |
2737 | margin-right: 0.5rem; } | |
2738 | ||
2739 | .initialism { | |
2740 | font-size: 90%; | |
2741 | text-transform: uppercase; } | |
2742 | ||
2743 | .blockquote { | |
2744 | margin-bottom: 1rem; | |
2745 | font-size: 1.171875rem; } | |
92bc86e4 BB |
2746 | @media (max-width: 1200px) { |
2747 | .blockquote { | |
2748 | font-size: calc(0.9271875rem + 0.32625vw) ; } } | |
de213bf0 BB |
2749 | |
2750 | .blockquote-footer { | |
2751 | display: block; | |
2752 | font-size: 80%; | |
1a17df08 | 2753 | color: #6c757d; } |
de213bf0 | 2754 | .blockquote-footer::before { |
10425e73 | 2755 | content: "\2014\00A0"; } |
de213bf0 | 2756 | |
2b34870d | 2757 | .img-fluid { |
de213bf0 BB |
2758 | max-width: 100%; |
2759 | height: auto; } | |
2760 | ||
2761 | .img-thumbnail { | |
2762 | padding: 0.25rem; | |
2763 | background-color: #fff; | |
2764 | border: 1px solid #dee2e6; | |
2765 | border-radius: 0.25rem; | |
2766 | max-width: 100%; | |
2767 | height: auto; } | |
2768 | ||
2769 | .figure { | |
2770 | display: inline-block; } | |
2771 | ||
2772 | .figure-img { | |
2773 | margin-bottom: 0.5rem; | |
2774 | line-height: 1; } | |
2775 | ||
2776 | .figure-caption { | |
2777 | font-size: 90%; | |
1a17df08 | 2778 | color: #6c757d; } |
de213bf0 | 2779 | |
de213bf0 BB |
2780 | code { |
2781 | font-size: 87.5%; | |
2782 | color: #e83e8c; | |
6a4ce7b0 | 2783 | word-wrap: break-word; } |
de213bf0 BB |
2784 | a > code { |
2785 | color: inherit; } | |
2786 | ||
2787 | kbd { | |
2788 | padding: 0.2rem 0.4rem; | |
2789 | font-size: 87.5%; | |
2790 | color: #fff; | |
2791 | background-color: #212529; | |
2792 | border-radius: 0.2rem; } | |
2793 | kbd kbd { | |
2794 | padding: 0; | |
2795 | font-size: 100%; | |
2796 | font-weight: 700; } | |
2797 | ||
2798 | pre { | |
2799 | display: block; | |
2800 | font-size: 87.5%; | |
2801 | color: #212529; } | |
2802 | pre code { | |
2803 | font-size: inherit; | |
2804 | color: inherit; | |
2805 | word-break: normal; } | |
2806 | ||
2807 | .pre-scrollable { | |
2808 | max-height: 340px; | |
2809 | overflow-y: scroll; } | |
2810 | ||
2811 | .container { | |
2812 | width: 100%; | |
2813 | padding-right: 15px; | |
2814 | padding-left: 15px; | |
2815 | margin-right: auto; | |
2816 | margin-left: auto; } | |
2817 | @media (min-width: 576px) { | |
2818 | .container { | |
2819 | max-width: 540px; } } | |
2820 | @media (min-width: 768px) { | |
2821 | .container { | |
2822 | max-width: 720px; } } | |
2823 | @media (min-width: 992px) { | |
2824 | .container { | |
2825 | max-width: 960px; } } | |
2826 | @media (min-width: 1200px) { | |
2827 | .container { | |
2828 | max-width: 1140px; } } | |
2829 | ||
6a4ce7b0 | 2830 | .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { |
de213bf0 BB |
2831 | width: 100%; |
2832 | padding-right: 15px; | |
2833 | padding-left: 15px; | |
2834 | margin-right: auto; | |
2835 | margin-left: auto; } | |
2836 | ||
6a4ce7b0 BB |
2837 | @media (min-width: 576px) { |
2838 | .container, .container-sm { | |
2839 | max-width: 540px; } } | |
2840 | ||
2841 | @media (min-width: 768px) { | |
2842 | .container, .container-sm, .container-md { | |
2843 | max-width: 720px; } } | |
2844 | ||
2845 | @media (min-width: 992px) { | |
2846 | .container, .container-sm, .container-md, .container-lg { | |
2847 | max-width: 960px; } } | |
2848 | ||
2849 | @media (min-width: 1200px) { | |
2850 | .container, .container-sm, .container-md, .container-lg, .container-xl { | |
2851 | max-width: 1140px; } } | |
2852 | ||
de213bf0 BB |
2853 | .row { |
2854 | display: flex; | |
2855 | flex-wrap: wrap; | |
2856 | margin-right: -15px; | |
2857 | margin-left: -15px; } | |
2858 | ||
2859 | .no-gutters { | |
2860 | margin-right: 0; | |
2861 | margin-left: 0; } | |
2862 | .no-gutters > .col, | |
2863 | .no-gutters > [class*="col-"] { | |
2864 | padding-right: 0; | |
2865 | padding-left: 0; } | |
2866 | ||
9396731e | 2867 | .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, |
de213bf0 BB |
2868 | .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, |
2869 | .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, | |
2870 | .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, | |
2871 | .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, | |
2872 | .col-xl-auto { | |
2873 | position: relative; | |
2874 | width: 100%; | |
de213bf0 BB |
2875 | padding-right: 15px; |
2876 | padding-left: 15px; } | |
2877 | ||
2878 | .col { | |
2879 | flex-basis: 0; | |
2880 | flex-grow: 1; | |
6a4ce7b0 | 2881 | min-width: 0; |
de213bf0 BB |
2882 | max-width: 100%; } |
2883 | ||
6a4ce7b0 BB |
2884 | .row-cols-1 > * { |
2885 | flex: 0 0 100%; | |
2886 | max-width: 100%; } | |
2887 | ||
2888 | .row-cols-2 > * { | |
2889 | flex: 0 0 50%; | |
2890 | max-width: 50%; } | |
2891 | ||
2892 | .row-cols-3 > * { | |
2893 | flex: 0 0 33.3333333333%; | |
2894 | max-width: 33.3333333333%; } | |
2895 | ||
2896 | .row-cols-4 > * { | |
2897 | flex: 0 0 25%; | |
2898 | max-width: 25%; } | |
2899 | ||
2900 | .row-cols-5 > * { | |
2901 | flex: 0 0 20%; | |
2902 | max-width: 20%; } | |
2903 | ||
2904 | .row-cols-6 > * { | |
2905 | flex: 0 0 16.6666666667%; | |
2906 | max-width: 16.6666666667%; } | |
2907 | ||
de213bf0 BB |
2908 | .col-auto { |
2909 | flex: 0 0 auto; | |
2910 | width: auto; | |
10425e73 | 2911 | max-width: 100%; } |
de213bf0 | 2912 | |
9396731e | 2913 | .col-1 { |
de213bf0 BB |
2914 | flex: 0 0 8.3333333333%; |
2915 | max-width: 8.3333333333%; } | |
2916 | ||
9396731e | 2917 | .col-2 { |
de213bf0 BB |
2918 | flex: 0 0 16.6666666667%; |
2919 | max-width: 16.6666666667%; } | |
2920 | ||
9396731e | 2921 | .col-3 { |
de213bf0 BB |
2922 | flex: 0 0 25%; |
2923 | max-width: 25%; } | |
2924 | ||
9396731e | 2925 | .col-4 { |
de213bf0 BB |
2926 | flex: 0 0 33.3333333333%; |
2927 | max-width: 33.3333333333%; } | |
2928 | ||
9396731e | 2929 | .col-5 { |
de213bf0 BB |
2930 | flex: 0 0 41.6666666667%; |
2931 | max-width: 41.6666666667%; } | |
2932 | ||
9396731e | 2933 | .col-6 { |
de213bf0 BB |
2934 | flex: 0 0 50%; |
2935 | max-width: 50%; } | |
2936 | ||
9396731e | 2937 | .col-7 { |
de213bf0 BB |
2938 | flex: 0 0 58.3333333333%; |
2939 | max-width: 58.3333333333%; } | |
2940 | ||
9396731e | 2941 | .col-8 { |
de213bf0 BB |
2942 | flex: 0 0 66.6666666667%; |
2943 | max-width: 66.6666666667%; } | |
2944 | ||
9396731e | 2945 | .col-9 { |
de213bf0 BB |
2946 | flex: 0 0 75%; |
2947 | max-width: 75%; } | |
2948 | ||
9396731e | 2949 | .col-10 { |
de213bf0 BB |
2950 | flex: 0 0 83.3333333333%; |
2951 | max-width: 83.3333333333%; } | |
2952 | ||
9396731e | 2953 | .col-11 { |
de213bf0 BB |
2954 | flex: 0 0 91.6666666667%; |
2955 | max-width: 91.6666666667%; } | |
2956 | ||
9396731e | 2957 | .col-12 { |
de213bf0 BB |
2958 | flex: 0 0 100%; |
2959 | max-width: 100%; } | |
2960 | ||
2961 | .order-first { | |
2962 | order: -1; } | |
2963 | ||
2964 | .order-last { | |
2965 | order: 13; } | |
2966 | ||
2967 | .order-0 { | |
2968 | order: 0; } | |
2969 | ||
2970 | .order-1 { | |
2971 | order: 1; } | |
2972 | ||
2973 | .order-2 { | |
2974 | order: 2; } | |
2975 | ||
2976 | .order-3 { | |
2977 | order: 3; } | |
2978 | ||
2979 | .order-4 { | |
2980 | order: 4; } | |
2981 | ||
2982 | .order-5 { | |
2983 | order: 5; } | |
2984 | ||
2985 | .order-6 { | |
2986 | order: 6; } | |
2987 | ||
2988 | .order-7 { | |
2989 | order: 7; } | |
2990 | ||
2991 | .order-8 { | |
2992 | order: 8; } | |
2993 | ||
2994 | .order-9 { | |
2995 | order: 9; } | |
2996 | ||
2997 | .order-10 { | |
2998 | order: 10; } | |
2999 | ||
3000 | .order-11 { | |
3001 | order: 11; } | |
3002 | ||
3003 | .order-12 { | |
3004 | order: 12; } | |
3005 | ||
3006 | .offset-1 { | |
3007 | margin-left: 8.3333333333%; } | |
3008 | ||
3009 | .offset-2 { | |
3010 | margin-left: 16.6666666667%; } | |
3011 | ||
3012 | .offset-3 { | |
3013 | margin-left: 25%; } | |
3014 | ||
3015 | .offset-4 { | |
3016 | margin-left: 33.3333333333%; } | |
3017 | ||
3018 | .offset-5 { | |
3019 | margin-left: 41.6666666667%; } | |
3020 | ||
3021 | .offset-6 { | |
3022 | margin-left: 50%; } | |
3023 | ||
3024 | .offset-7 { | |
3025 | margin-left: 58.3333333333%; } | |
3026 | ||
3027 | .offset-8 { | |
3028 | margin-left: 66.6666666667%; } | |
3029 | ||
3030 | .offset-9 { | |
3031 | margin-left: 75%; } | |
3032 | ||
3033 | .offset-10 { | |
3034 | margin-left: 83.3333333333%; } | |
3035 | ||
3036 | .offset-11 { | |
3037 | margin-left: 91.6666666667%; } | |
3038 | ||
3039 | @media (min-width: 576px) { | |
3040 | .col-sm { | |
3041 | flex-basis: 0; | |
3042 | flex-grow: 1; | |
6a4ce7b0 | 3043 | min-width: 0; |
de213bf0 | 3044 | max-width: 100%; } |
6a4ce7b0 BB |
3045 | .row-cols-sm-1 > * { |
3046 | flex: 0 0 100%; | |
3047 | max-width: 100%; } | |
3048 | .row-cols-sm-2 > * { | |
3049 | flex: 0 0 50%; | |
3050 | max-width: 50%; } | |
3051 | .row-cols-sm-3 > * { | |
3052 | flex: 0 0 33.3333333333%; | |
3053 | max-width: 33.3333333333%; } | |
3054 | .row-cols-sm-4 > * { | |
3055 | flex: 0 0 25%; | |
3056 | max-width: 25%; } | |
3057 | .row-cols-sm-5 > * { | |
3058 | flex: 0 0 20%; | |
3059 | max-width: 20%; } | |
3060 | .row-cols-sm-6 > * { | |
3061 | flex: 0 0 16.6666666667%; | |
3062 | max-width: 16.6666666667%; } | |
de213bf0 BB |
3063 | .col-sm-auto { |
3064 | flex: 0 0 auto; | |
3065 | width: auto; | |
10425e73 | 3066 | max-width: 100%; } |
de213bf0 BB |
3067 | .col-sm-1 { |
3068 | flex: 0 0 8.3333333333%; | |
3069 | max-width: 8.3333333333%; } | |
3070 | .col-sm-2 { | |
3071 | flex: 0 0 16.6666666667%; | |
3072 | max-width: 16.6666666667%; } | |
3073 | .col-sm-3 { | |
3074 | flex: 0 0 25%; | |
3075 | max-width: 25%; } | |
3076 | .col-sm-4 { | |
3077 | flex: 0 0 33.3333333333%; | |
3078 | max-width: 33.3333333333%; } | |
3079 | .col-sm-5 { | |
3080 | flex: 0 0 41.6666666667%; | |
3081 | max-width: 41.6666666667%; } | |
3082 | .col-sm-6 { | |
3083 | flex: 0 0 50%; | |
3084 | max-width: 50%; } | |
3085 | .col-sm-7 { | |
3086 | flex: 0 0 58.3333333333%; | |
3087 | max-width: 58.3333333333%; } | |
3088 | .col-sm-8 { | |
3089 | flex: 0 0 66.6666666667%; | |
3090 | max-width: 66.6666666667%; } | |
3091 | .col-sm-9 { | |
3092 | flex: 0 0 75%; | |
3093 | max-width: 75%; } | |
3094 | .col-sm-10 { | |
3095 | flex: 0 0 83.3333333333%; | |
3096 | max-width: 83.3333333333%; } | |
3097 | .col-sm-11 { | |
3098 | flex: 0 0 91.6666666667%; | |
3099 | max-width: 91.6666666667%; } | |
3100 | .col-sm-12 { | |
3101 | flex: 0 0 100%; | |
3102 | max-width: 100%; } | |
3103 | .order-sm-first { | |
3104 | order: -1; } | |
3105 | .order-sm-last { | |
3106 | order: 13; } | |
3107 | .order-sm-0 { | |
3108 | order: 0; } | |
3109 | .order-sm-1 { | |
3110 | order: 1; } | |
3111 | .order-sm-2 { | |
3112 | order: 2; } | |
3113 | .order-sm-3 { | |
3114 | order: 3; } | |
3115 | .order-sm-4 { | |
3116 | order: 4; } | |
3117 | .order-sm-5 { | |
3118 | order: 5; } | |
3119 | .order-sm-6 { | |
3120 | order: 6; } | |
3121 | .order-sm-7 { | |
3122 | order: 7; } | |
3123 | .order-sm-8 { | |
3124 | order: 8; } | |
3125 | .order-sm-9 { | |
3126 | order: 9; } | |
3127 | .order-sm-10 { | |
3128 | order: 10; } | |
3129 | .order-sm-11 { | |
3130 | order: 11; } | |
3131 | .order-sm-12 { | |
3132 | order: 12; } | |
3133 | .offset-sm-0 { | |
3134 | margin-left: 0; } | |
3135 | .offset-sm-1 { | |
3136 | margin-left: 8.3333333333%; } | |
3137 | .offset-sm-2 { | |
3138 | margin-left: 16.6666666667%; } | |
3139 | .offset-sm-3 { | |
3140 | margin-left: 25%; } | |
3141 | .offset-sm-4 { | |
3142 | margin-left: 33.3333333333%; } | |
3143 | .offset-sm-5 { | |
3144 | margin-left: 41.6666666667%; } | |
3145 | .offset-sm-6 { | |
3146 | margin-left: 50%; } | |
3147 | .offset-sm-7 { | |
3148 | margin-left: 58.3333333333%; } | |
3149 | .offset-sm-8 { | |
3150 | margin-left: 66.6666666667%; } | |
3151 | .offset-sm-9 { | |
3152 | margin-left: 75%; } | |
3153 | .offset-sm-10 { | |
3154 | margin-left: 83.3333333333%; } | |
3155 | .offset-sm-11 { | |
3156 | margin-left: 91.6666666667%; } } | |
3157 | ||
3158 | @media (min-width: 768px) { | |
3159 | .col-md { | |
3160 | flex-basis: 0; | |
3161 | flex-grow: 1; | |
6a4ce7b0 BB |
3162 | min-width: 0; |
3163 | max-width: 100%; } | |
3164 | .row-cols-md-1 > * { | |
3165 | flex: 0 0 100%; | |
de213bf0 | 3166 | max-width: 100%; } |
6a4ce7b0 BB |
3167 | .row-cols-md-2 > * { |
3168 | flex: 0 0 50%; | |
3169 | max-width: 50%; } | |
3170 | .row-cols-md-3 > * { | |
3171 | flex: 0 0 33.3333333333%; | |
3172 | max-width: 33.3333333333%; } | |
3173 | .row-cols-md-4 > * { | |
3174 | flex: 0 0 25%; | |
3175 | max-width: 25%; } | |
3176 | .row-cols-md-5 > * { | |
3177 | flex: 0 0 20%; | |
3178 | max-width: 20%; } | |
3179 | .row-cols-md-6 > * { | |
3180 | flex: 0 0 16.6666666667%; | |
3181 | max-width: 16.6666666667%; } | |
de213bf0 BB |
3182 | .col-md-auto { |
3183 | flex: 0 0 auto; | |
3184 | width: auto; | |
10425e73 | 3185 | max-width: 100%; } |
de213bf0 BB |
3186 | .col-md-1 { |
3187 | flex: 0 0 8.3333333333%; | |
3188 | max-width: 8.3333333333%; } | |
3189 | .col-md-2 { | |
3190 | flex: 0 0 16.6666666667%; | |
3191 | max-width: 16.6666666667%; } | |
3192 | .col-md-3 { | |
3193 | flex: 0 0 25%; | |
3194 | max-width: 25%; } | |
3195 | .col-md-4 { | |
3196 | flex: 0 0 33.3333333333%; | |
3197 | max-width: 33.3333333333%; } | |
3198 | .col-md-5 { | |
3199 | flex: 0 0 41.6666666667%; | |
3200 | max-width: 41.6666666667%; } | |
3201 | .col-md-6 { | |
3202 | flex: 0 0 50%; | |
3203 | max-width: 50%; } | |
3204 | .col-md-7 { | |
3205 | flex: 0 0 58.3333333333%; | |
3206 | max-width: 58.3333333333%; } | |
3207 | .col-md-8 { | |
3208 | flex: 0 0 66.6666666667%; | |
3209 | max-width: 66.6666666667%; } | |
3210 | .col-md-9 { | |
3211 | flex: 0 0 75%; | |
3212 | max-width: 75%; } | |
3213 | .col-md-10 { | |
3214 | flex: 0 0 83.3333333333%; | |
3215 | max-width: 83.3333333333%; } | |
3216 | .col-md-11 { | |
3217 | flex: 0 0 91.6666666667%; | |
3218 | max-width: 91.6666666667%; } | |
3219 | .col-md-12 { | |
3220 | flex: 0 0 100%; | |
3221 | max-width: 100%; } | |
3222 | .order-md-first { | |
3223 | order: -1; } | |
3224 | .order-md-last { | |
3225 | order: 13; } | |
3226 | .order-md-0 { | |
3227 | order: 0; } | |
3228 | .order-md-1 { | |
3229 | order: 1; } | |
3230 | .order-md-2 { | |
3231 | order: 2; } | |
3232 | .order-md-3 { | |
3233 | order: 3; } | |
3234 | .order-md-4 { | |
3235 | order: 4; } | |
3236 | .order-md-5 { | |
3237 | order: 5; } | |
3238 | .order-md-6 { | |
3239 | order: 6; } | |
3240 | .order-md-7 { | |
3241 | order: 7; } | |
3242 | .order-md-8 { | |
3243 | order: 8; } | |
3244 | .order-md-9 { | |
3245 | order: 9; } | |
3246 | .order-md-10 { | |
3247 | order: 10; } | |
3248 | .order-md-11 { | |
3249 | order: 11; } | |
3250 | .order-md-12 { | |
3251 | order: 12; } | |
3252 | .offset-md-0 { | |
3253 | margin-left: 0; } | |
3254 | .offset-md-1 { | |
3255 | margin-left: 8.3333333333%; } | |
3256 | .offset-md-2 { | |
3257 | margin-left: 16.6666666667%; } | |
3258 | .offset-md-3 { | |
3259 | margin-left: 25%; } | |
3260 | .offset-md-4 { | |
3261 | margin-left: 33.3333333333%; } | |
3262 | .offset-md-5 { | |
3263 | margin-left: 41.6666666667%; } | |
3264 | .offset-md-6 { | |
3265 | margin-left: 50%; } | |
3266 | .offset-md-7 { | |
3267 | margin-left: 58.3333333333%; } | |
3268 | .offset-md-8 { | |
3269 | margin-left: 66.6666666667%; } | |
3270 | .offset-md-9 { | |
3271 | margin-left: 75%; } | |
3272 | .offset-md-10 { | |
3273 | margin-left: 83.3333333333%; } | |
3274 | .offset-md-11 { | |
3275 | margin-left: 91.6666666667%; } } | |
3276 | ||
3277 | @media (min-width: 992px) { | |
3278 | .col-lg { | |
3279 | flex-basis: 0; | |
3280 | flex-grow: 1; | |
6a4ce7b0 | 3281 | min-width: 0; |
de213bf0 | 3282 | max-width: 100%; } |
6a4ce7b0 BB |
3283 | .row-cols-lg-1 > * { |
3284 | flex: 0 0 100%; | |
3285 | max-width: 100%; } | |
3286 | .row-cols-lg-2 > * { | |
3287 | flex: 0 0 50%; | |
3288 | max-width: 50%; } | |
3289 | .row-cols-lg-3 > * { | |
3290 | flex: 0 0 33.3333333333%; | |
3291 | max-width: 33.3333333333%; } | |
3292 | .row-cols-lg-4 > * { | |
3293 | flex: 0 0 25%; | |
3294 | max-width: 25%; } | |
3295 | .row-cols-lg-5 > * { | |
3296 | flex: 0 0 20%; | |
3297 | max-width: 20%; } | |
3298 | .row-cols-lg-6 > * { | |
3299 | flex: 0 0 16.6666666667%; | |
3300 | max-width: 16.6666666667%; } | |
de213bf0 BB |
3301 | .col-lg-auto { |
3302 | flex: 0 0 auto; | |
3303 | width: auto; | |
10425e73 | 3304 | max-width: 100%; } |
de213bf0 BB |
3305 | .col-lg-1 { |
3306 | flex: 0 0 8.3333333333%; | |
3307 | max-width: 8.3333333333%; } | |
3308 | .col-lg-2 { | |
3309 | flex: 0 0 16.6666666667%; | |
3310 | max-width: 16.6666666667%; } | |
3311 | .col-lg-3 { | |
3312 | flex: 0 0 25%; | |
3313 | max-width: 25%; } | |
3314 | .col-lg-4 { | |
3315 | flex: 0 0 33.3333333333%; | |
3316 | max-width: 33.3333333333%; } | |
3317 | .col-lg-5 { | |
3318 | flex: 0 0 41.6666666667%; | |
3319 | max-width: 41.6666666667%; } | |
3320 | .col-lg-6 { | |
3321 | flex: 0 0 50%; | |
3322 | max-width: 50%; } | |
3323 | .col-lg-7 { | |
3324 | flex: 0 0 58.3333333333%; | |
3325 | max-width: 58.3333333333%; } | |
3326 | .col-lg-8 { | |
3327 | flex: 0 0 66.6666666667%; | |
3328 | max-width: 66.6666666667%; } | |
3329 | .col-lg-9 { | |
3330 | flex: 0 0 75%; | |
3331 | max-width: 75%; } | |
3332 | .col-lg-10 { | |
3333 | flex: 0 0 83.3333333333%; | |
3334 | max-width: 83.3333333333%; } | |
3335 | .col-lg-11 { | |
3336 | flex: 0 0 91.6666666667%; | |
3337 | max-width: 91.6666666667%; } | |
3338 | .col-lg-12 { | |
3339 | flex: 0 0 100%; | |
3340 | max-width: 100%; } | |
3341 | .order-lg-first { | |
3342 | order: -1; } | |
3343 | .order-lg-last { | |
3344 | order: 13; } | |
3345 | .order-lg-0 { | |
3346 | order: 0; } | |
3347 | .order-lg-1 { | |
3348 | order: 1; } | |
3349 | .order-lg-2 { | |
3350 | order: 2; } | |
3351 | .order-lg-3 { | |
3352 | order: 3; } | |
3353 | .order-lg-4 { | |
3354 | order: 4; } | |
3355 | .order-lg-5 { | |
3356 | order: 5; } | |
3357 | .order-lg-6 { | |
3358 | order: 6; } | |
3359 | .order-lg-7 { | |
3360 | order: 7; } | |
3361 | .order-lg-8 { | |
3362 | order: 8; } | |
3363 | .order-lg-9 { | |
3364 | order: 9; } | |
3365 | .order-lg-10 { | |
3366 | order: 10; } | |
3367 | .order-lg-11 { | |
3368 | order: 11; } | |
3369 | .order-lg-12 { | |
3370 | order: 12; } | |
3371 | .offset-lg-0 { | |
3372 | margin-left: 0; } | |
3373 | .offset-lg-1 { | |
3374 | margin-left: 8.3333333333%; } | |
3375 | .offset-lg-2 { | |
3376 | margin-left: 16.6666666667%; } | |
3377 | .offset-lg-3 { | |
3378 | margin-left: 25%; } | |
3379 | .offset-lg-4 { | |
3380 | margin-left: 33.3333333333%; } | |
3381 | .offset-lg-5 { | |
3382 | margin-left: 41.6666666667%; } | |
3383 | .offset-lg-6 { | |
3384 | margin-left: 50%; } | |
3385 | .offset-lg-7 { | |
3386 | margin-left: 58.3333333333%; } | |
3387 | .offset-lg-8 { | |
3388 | margin-left: 66.6666666667%; } | |
3389 | .offset-lg-9 { | |
3390 | margin-left: 75%; } | |
3391 | .offset-lg-10 { | |
3392 | margin-left: 83.3333333333%; } | |
3393 | .offset-lg-11 { | |
3394 | margin-left: 91.6666666667%; } } | |
3395 | ||
3396 | @media (min-width: 1200px) { | |
3397 | .col-xl { | |
3398 | flex-basis: 0; | |
3399 | flex-grow: 1; | |
6a4ce7b0 BB |
3400 | min-width: 0; |
3401 | max-width: 100%; } | |
3402 | .row-cols-xl-1 > * { | |
3403 | flex: 0 0 100%; | |
de213bf0 | 3404 | max-width: 100%; } |
6a4ce7b0 BB |
3405 | .row-cols-xl-2 > * { |
3406 | flex: 0 0 50%; | |
3407 | max-width: 50%; } | |
3408 | .row-cols-xl-3 > * { | |
3409 | flex: 0 0 33.3333333333%; | |
3410 | max-width: 33.3333333333%; } | |
3411 | .row-cols-xl-4 > * { | |
3412 | flex: 0 0 25%; | |
3413 | max-width: 25%; } | |
3414 | .row-cols-xl-5 > * { | |
3415 | flex: 0 0 20%; | |
3416 | max-width: 20%; } | |
3417 | .row-cols-xl-6 > * { | |
3418 | flex: 0 0 16.6666666667%; | |
3419 | max-width: 16.6666666667%; } | |
de213bf0 BB |
3420 | .col-xl-auto { |
3421 | flex: 0 0 auto; | |
3422 | width: auto; | |
10425e73 | 3423 | max-width: 100%; } |
de213bf0 BB |
3424 | .col-xl-1 { |
3425 | flex: 0 0 8.3333333333%; | |
3426 | max-width: 8.3333333333%; } | |
3427 | .col-xl-2 { | |
3428 | flex: 0 0 16.6666666667%; | |
3429 | max-width: 16.6666666667%; } | |
3430 | .col-xl-3 { | |
3431 | flex: 0 0 25%; | |
3432 | max-width: 25%; } | |
3433 | .col-xl-4 { | |
3434 | flex: 0 0 33.3333333333%; | |
3435 | max-width: 33.3333333333%; } | |
3436 | .col-xl-5 { | |
3437 | flex: 0 0 41.6666666667%; | |
3438 | max-width: 41.6666666667%; } | |
3439 | .col-xl-6 { | |
3440 | flex: 0 0 50%; | |
3441 | max-width: 50%; } | |
3442 | .col-xl-7 { | |
3443 | flex: 0 0 58.3333333333%; | |
3444 | max-width: 58.3333333333%; } | |
3445 | .col-xl-8 { | |
3446 | flex: 0 0 66.6666666667%; | |
3447 | max-width: 66.6666666667%; } | |
3448 | .col-xl-9 { | |
3449 | flex: 0 0 75%; | |
3450 | max-width: 75%; } | |
3451 | .col-xl-10 { | |
3452 | flex: 0 0 83.3333333333%; | |
3453 | max-width: 83.3333333333%; } | |
3454 | .col-xl-11 { | |
3455 | flex: 0 0 91.6666666667%; | |
3456 | max-width: 91.6666666667%; } | |
3457 | .col-xl-12 { | |
3458 | flex: 0 0 100%; | |
3459 | max-width: 100%; } | |
3460 | .order-xl-first { | |
3461 | order: -1; } | |
3462 | .order-xl-last { | |
3463 | order: 13; } | |
3464 | .order-xl-0 { | |
3465 | order: 0; } | |
3466 | .order-xl-1 { | |
3467 | order: 1; } | |
3468 | .order-xl-2 { | |
3469 | order: 2; } | |
3470 | .order-xl-3 { | |
3471 | order: 3; } | |
3472 | .order-xl-4 { | |
3473 | order: 4; } | |
3474 | .order-xl-5 { | |
3475 | order: 5; } | |
3476 | .order-xl-6 { | |
3477 | order: 6; } | |
3478 | .order-xl-7 { | |
3479 | order: 7; } | |
3480 | .order-xl-8 { | |
3481 | order: 8; } | |
3482 | .order-xl-9 { | |
3483 | order: 9; } | |
3484 | .order-xl-10 { | |
3485 | order: 10; } | |
3486 | .order-xl-11 { | |
3487 | order: 11; } | |
3488 | .order-xl-12 { | |
3489 | order: 12; } | |
3490 | .offset-xl-0 { | |
3491 | margin-left: 0; } | |
3492 | .offset-xl-1 { | |
3493 | margin-left: 8.3333333333%; } | |
3494 | .offset-xl-2 { | |
3495 | margin-left: 16.6666666667%; } | |
3496 | .offset-xl-3 { | |
3497 | margin-left: 25%; } | |
3498 | .offset-xl-4 { | |
3499 | margin-left: 33.3333333333%; } | |
3500 | .offset-xl-5 { | |
3501 | margin-left: 41.6666666667%; } | |
3502 | .offset-xl-6 { | |
3503 | margin-left: 50%; } | |
3504 | .offset-xl-7 { | |
3505 | margin-left: 58.3333333333%; } | |
3506 | .offset-xl-8 { | |
3507 | margin-left: 66.6666666667%; } | |
3508 | .offset-xl-9 { | |
3509 | margin-left: 75%; } | |
3510 | .offset-xl-10 { | |
3511 | margin-left: 83.3333333333%; } | |
3512 | .offset-xl-11 { | |
3513 | margin-left: 91.6666666667%; } } | |
3514 | ||
40ea6753 | 3515 | .table { |
de213bf0 | 3516 | width: 100%; |
de213bf0 | 3517 | margin-bottom: 1rem; |
8fcc063a | 3518 | color: #212529; } |
40ea6753 BB |
3519 | .table th, |
3520 | .table td { | |
de213bf0 BB |
3521 | padding: 0.75rem; |
3522 | vertical-align: top; | |
3523 | border-top: 1px solid #dee2e6; } | |
40ea6753 | 3524 | .table thead th { |
de213bf0 BB |
3525 | vertical-align: bottom; |
3526 | border-bottom: 2px solid #dee2e6; } | |
40ea6753 | 3527 | .table tbody + tbody { |
de213bf0 | 3528 | border-top: 2px solid #dee2e6; } |
de213bf0 | 3529 | |
40ea6753 BB |
3530 | .table-sm th, |
3531 | .table-sm td { | |
de213bf0 BB |
3532 | padding: 0.3rem; } |
3533 | ||
6c4dbbf0 | 3534 | .table-bordered { |
de213bf0 | 3535 | border: 1px solid #dee2e6; } |
6c4dbbf0 BB |
3536 | .table-bordered th, |
3537 | .table-bordered td { | |
de213bf0 | 3538 | border: 1px solid #dee2e6; } |
6c4dbbf0 BB |
3539 | .table-bordered thead th, |
3540 | .table-bordered thead td { | |
de213bf0 BB |
3541 | border-bottom-width: 2px; } |
3542 | ||
10425e73 BB |
3543 | .table-borderless th, |
3544 | .table-borderless td, | |
3545 | .table-borderless thead th, | |
3546 | .table-borderless tbody + tbody { | |
3547 | border: 0; } | |
3548 | ||
40ea6753 | 3549 | .table-striped tbody tr:nth-of-type(odd) { |
de213bf0 BB |
3550 | background-color: rgba(0, 0, 0, 0.05); } |
3551 | ||
40ea6753 | 3552 | .table-hover tbody tr:hover { |
8fcc063a | 3553 | color: #212529; |
de213bf0 BB |
3554 | background-color: rgba(0, 0, 0, 0.075); } |
3555 | ||
3556 | .table-primary, | |
3557 | .table-primary > th, | |
3558 | .table-primary > td { | |
73126a67 | 3559 | background-color: #bcd7ef; } |
de213bf0 | 3560 | |
10425e73 BB |
3561 | .table-primary th, |
3562 | .table-primary td, | |
3563 | .table-primary thead th, | |
3564 | .table-primary tbody + tbody { | |
73126a67 | 3565 | border-color: #82b4e1; } |
10425e73 | 3566 | |
40ea6753 | 3567 | .table-hover .table-primary:hover { |
73126a67 | 3568 | background-color: #a7cbea; } |
40ea6753 BB |
3569 | .table-hover .table-primary:hover > td, |
3570 | .table-hover .table-primary:hover > th { | |
73126a67 | 3571 | background-color: #a7cbea; } |
de213bf0 BB |
3572 | |
3573 | .table-secondary, | |
3574 | .table-secondary > th, | |
3575 | .table-secondary > td { | |
1a17df08 | 3576 | background-color: #f1f3f5; } |
de213bf0 | 3577 | |
10425e73 BB |
3578 | .table-secondary th, |
3579 | .table-secondary td, | |
3580 | .table-secondary thead th, | |
3581 | .table-secondary tbody + tbody { | |
1a17df08 | 3582 | border-color: #e6e9ec; } |
10425e73 | 3583 | |
40ea6753 | 3584 | .table-hover .table-secondary:hover { |
1a17df08 | 3585 | background-color: #e2e6ea; } |
40ea6753 BB |
3586 | .table-hover .table-secondary:hover > td, |
3587 | .table-hover .table-secondary:hover > th { | |
1a17df08 | 3588 | background-color: #e2e6ea; } |
de213bf0 BB |
3589 | |
3590 | .table-success, | |
3591 | .table-success > th, | |
3592 | .table-success > td { | |
73126a67 | 3593 | background-color: #c6dac6; } |
de213bf0 | 3594 | |
10425e73 BB |
3595 | .table-success th, |
3596 | .table-success td, | |
3597 | .table-success thead th, | |
3598 | .table-success tbody + tbody { | |
73126a67 | 3599 | border-color: #96ba94; } |
10425e73 | 3600 | |
40ea6753 | 3601 | .table-hover .table-success:hover { |
73126a67 | 3602 | background-color: #b7d0b7; } |
40ea6753 BB |
3603 | .table-hover .table-success:hover > td, |
3604 | .table-hover .table-success:hover > th { | |
73126a67 | 3605 | background-color: #b7d0b7; } |
de213bf0 BB |
3606 | |
3607 | .table-info, | |
3608 | .table-info > th, | |
3609 | .table-info > td { | |
d17a85c7 | 3610 | background-color: #b8dce2; } |
de213bf0 | 3611 | |
10425e73 BB |
3612 | .table-info th, |
3613 | .table-info td, | |
3614 | .table-info thead th, | |
3615 | .table-info tbody + tbody { | |
d17a85c7 | 3616 | border-color: #7abdc8; } |
10425e73 | 3617 | |
40ea6753 | 3618 | .table-hover .table-info:hover { |
d17a85c7 | 3619 | background-color: #a6d3db; } |
40ea6753 BB |
3620 | .table-hover .table-info:hover > td, |
3621 | .table-hover .table-info:hover > th { | |
d17a85c7 | 3622 | background-color: #a6d3db; } |
de213bf0 | 3623 | |
6ac38de8 | 3624 | .table-warning, |
de213bf0 | 3625 | .table-warning > th, |
6ac38de8 | 3626 | .table-warning > td { |
de213bf0 BB |
3627 | background-color: #fbe8cd; } |
3628 | ||
6ac38de8 | 3629 | .table-warning th, |
10425e73 | 3630 | .table-warning td, |
10425e73 | 3631 | .table-warning thead th, |
6ac38de8 | 3632 | .table-warning tbody + tbody { |
10425e73 BB |
3633 | border-color: #f7d4a3; } |
3634 | ||
40ea6753 | 3635 | .table-hover .table-warning:hover { |
de213bf0 | 3636 | background-color: #f9ddb5; } |
40ea6753 BB |
3637 | .table-hover .table-warning:hover > td, |
3638 | .table-hover .table-warning:hover > th { | |
de213bf0 BB |
3639 | background-color: #f9ddb5; } |
3640 | ||
3641 | .table-danger, | |
3642 | .table-danger > th, | |
3643 | .table-danger > td { | |
73126a67 | 3644 | background-color: #f0c5c1; } |
de213bf0 | 3645 | |
10425e73 BB |
3646 | .table-danger th, |
3647 | .table-danger td, | |
3648 | .table-danger thead th, | |
3649 | .table-danger tbody + tbody { | |
73126a67 | 3650 | border-color: #e3948b; } |
10425e73 | 3651 | |
40ea6753 | 3652 | .table-hover .table-danger:hover { |
73126a67 | 3653 | background-color: #ebb2ac; } |
40ea6753 BB |
3654 | .table-hover .table-danger:hover > td, |
3655 | .table-hover .table-danger:hover > th { | |
73126a67 | 3656 | background-color: #ebb2ac; } |
de213bf0 BB |
3657 | |
3658 | .table-light, | |
3659 | .table-light > th, | |
3660 | .table-light > td { | |
3661 | background-color: #fdfdfe; } | |
3662 | ||
10425e73 BB |
3663 | .table-light th, |
3664 | .table-light td, | |
3665 | .table-light thead th, | |
3666 | .table-light tbody + tbody { | |
3667 | border-color: #fbfcfc; } | |
3668 | ||
40ea6753 | 3669 | .table-hover .table-light:hover { |
de213bf0 | 3670 | background-color: #ececf6; } |
40ea6753 BB |
3671 | .table-hover .table-light:hover > td, |
3672 | .table-hover .table-light:hover > th { | |
de213bf0 BB |
3673 | background-color: #ececf6; } |
3674 | ||
3675 | .table-dark, | |
3676 | .table-dark > th, | |
3677 | .table-dark > td { | |
1a17df08 | 3678 | background-color: #c6c8ca; } |
de213bf0 | 3679 | |
10425e73 BB |
3680 | .table-dark th, |
3681 | .table-dark td, | |
3682 | .table-dark thead th, | |
3683 | .table-dark tbody + tbody { | |
1a17df08 | 3684 | border-color: #95999c; } |
10425e73 | 3685 | |
40ea6753 | 3686 | .table-hover .table-dark:hover { |
1a17df08 | 3687 | background-color: #b9bbbe; } |
40ea6753 BB |
3688 | .table-hover .table-dark:hover > td, |
3689 | .table-hover .table-dark:hover > th { | |
1a17df08 | 3690 | background-color: #b9bbbe; } |
de213bf0 BB |
3691 | |
3692 | .table-active, | |
3693 | .table-active > th, | |
3694 | .table-active > td { | |
3695 | background-color: rgba(0, 0, 0, 0.075); } | |
3696 | ||
40ea6753 | 3697 | .table-hover .table-active:hover { |
de213bf0 | 3698 | background-color: rgba(0, 0, 0, 0.075); } |
40ea6753 BB |
3699 | .table-hover .table-active:hover > td, |
3700 | .table-hover .table-active:hover > th { | |
de213bf0 BB |
3701 | background-color: rgba(0, 0, 0, 0.075); } |
3702 | ||
40ea6753 | 3703 | .table .thead-dark th { |
de213bf0 | 3704 | color: #fff; |
1a17df08 BB |
3705 | background-color: #343a40; |
3706 | border-color: #454d55; } | |
de213bf0 | 3707 | |
40ea6753 | 3708 | .table .thead-light th { |
de213bf0 BB |
3709 | color: #495057; |
3710 | background-color: #e9ecef; | |
3711 | border-color: #dee2e6; } | |
3712 | ||
3713 | .table-dark { | |
3714 | color: #fff; | |
1a17df08 | 3715 | background-color: #343a40; } |
de213bf0 BB |
3716 | .table-dark th, |
3717 | .table-dark td, | |
3718 | .table-dark thead th { | |
1a17df08 | 3719 | border-color: #454d55; } |
6c4dbbf0 | 3720 | .table-dark.table-bordered { |
de213bf0 | 3721 | border: 0; } |
40ea6753 | 3722 | .table-dark.table-striped tbody tr:nth-of-type(odd) { |
de213bf0 | 3723 | background-color: rgba(255, 255, 255, 0.05); } |
40ea6753 | 3724 | .table-dark.table-hover tbody tr:hover { |
10425e73 | 3725 | color: #fff; |
de213bf0 BB |
3726 | background-color: rgba(255, 255, 255, 0.075); } |
3727 | ||
3728 | @media (max-width: 575.98px) { | |
3729 | .table-responsive-sm { | |
3730 | display: block; | |
3731 | width: 100%; | |
3732 | overflow-x: auto; | |
10425e73 | 3733 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3734 | .table-responsive-sm > .table-bordered { |
de213bf0 BB |
3735 | border: 0; } } |
3736 | ||
3737 | @media (max-width: 767.98px) { | |
3738 | .table-responsive-md { | |
3739 | display: block; | |
3740 | width: 100%; | |
3741 | overflow-x: auto; | |
10425e73 | 3742 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3743 | .table-responsive-md > .table-bordered { |
de213bf0 BB |
3744 | border: 0; } } |
3745 | ||
3746 | @media (max-width: 991.98px) { | |
3747 | .table-responsive-lg { | |
3748 | display: block; | |
3749 | width: 100%; | |
3750 | overflow-x: auto; | |
10425e73 | 3751 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3752 | .table-responsive-lg > .table-bordered { |
de213bf0 BB |
3753 | border: 0; } } |
3754 | ||
3755 | @media (max-width: 1199.98px) { | |
3756 | .table-responsive-xl { | |
3757 | display: block; | |
3758 | width: 100%; | |
3759 | overflow-x: auto; | |
10425e73 | 3760 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3761 | .table-responsive-xl > .table-bordered { |
de213bf0 BB |
3762 | border: 0; } } |
3763 | ||
3764 | .table-responsive { | |
3765 | display: block; | |
3766 | width: 100%; | |
3767 | overflow-x: auto; | |
10425e73 | 3768 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3769 | .table-responsive > .table-bordered { |
de213bf0 BB |
3770 | border: 0; } |
3771 | ||
3772 | .form-control { | |
3773 | display: block; | |
3774 | width: 100%; | |
10425e73 | 3775 | height: calc(1.5em + 0.75rem + 2px); |
de213bf0 BB |
3776 | padding: 0.375rem 0.75rem; |
3777 | font-size: 0.9375rem; | |
10425e73 | 3778 | font-weight: 400; |
de213bf0 BB |
3779 | line-height: 1.5; |
3780 | color: #495057; | |
3781 | background-color: #fff; | |
3782 | background-clip: padding-box; | |
609d8b38 | 3783 | border: 1px solid #8f959e; |
de213bf0 BB |
3784 | border-radius: 0.25rem; |
3785 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } | |
92bc86e4 BB |
3786 | @media (max-width: 1200px) { |
3787 | .form-control { | |
3788 | font-size: calc(0.90375rem + 0.045vw) ; } } | |
10425e73 BB |
3789 | @media (prefers-reduced-motion: reduce) { |
3790 | .form-control { | |
3791 | transition: none; } } | |
de213bf0 BB |
3792 | .form-control::-ms-expand { |
3793 | background-color: transparent; | |
3794 | border: 0; } | |
6a4ce7b0 BB |
3795 | .form-control:-moz-focusring { |
3796 | color: transparent; | |
3797 | text-shadow: 0 0 0 #495057; } | |
de213bf0 BB |
3798 | .form-control:focus { |
3799 | color: #495057; | |
3800 | background-color: #fff; | |
73126a67 | 3801 | border-color: #61aef3; |
de213bf0 | 3802 | outline: 0; |
73126a67 | 3803 | box-shadow: 0 0 0 0.2rem rgba(15, 111, 197, 0.75); } |
de213bf0 | 3804 | .form-control::placeholder { |
1a17df08 | 3805 | color: #6c757d; |
de213bf0 BB |
3806 | opacity: 1; } |
3807 | .form-control:disabled, .form-control[readonly] { | |
3808 | background-color: #e9ecef; | |
3809 | opacity: 1; } | |
3810 | ||
6a4ce7b0 BB |
3811 | input[type="date"].form-control, |
3812 | input[type="time"].form-control, | |
3813 | input[type="datetime-local"].form-control, | |
3814 | input[type="month"].form-control { | |
3815 | appearance: none; } | |
3816 | ||
de213bf0 BB |
3817 | select.form-control:focus::-ms-value { |
3818 | color: #495057; | |
3819 | background-color: #fff; } | |
3820 | ||
3821 | .form-control-file, | |
3822 | .form-control-range { | |
3823 | display: block; | |
3824 | width: 100%; } | |
3825 | ||
3826 | .col-form-label { | |
3827 | padding-top: calc(0.375rem + 1px); | |
3828 | padding-bottom: calc(0.375rem + 1px); | |
3829 | margin-bottom: 0; | |
3830 | font-size: inherit; | |
3831 | line-height: 1.5; } | |
3832 | ||
3833 | .col-form-label-lg { | |
3834 | padding-top: calc(0.5rem + 1px); | |
3835 | padding-bottom: calc(0.5rem + 1px); | |
3836 | font-size: 1.171875rem; | |
3837 | line-height: 1.5; } | |
92bc86e4 BB |
3838 | @media (max-width: 1200px) { |
3839 | .col-form-label-lg { | |
3840 | font-size: calc(0.9271875rem + 0.32625vw) ; } } | |
de213bf0 BB |
3841 | |
3842 | .col-form-label-sm { | |
3843 | padding-top: calc(0.25rem + 1px); | |
3844 | padding-bottom: calc(0.25rem + 1px); | |
3845 | font-size: 0.8203125rem; | |
3846 | line-height: 1.5; } | |
3847 | ||
3848 | .form-control-plaintext { | |
3849 | display: block; | |
3850 | width: 100%; | |
6a4ce7b0 | 3851 | padding: 0.375rem 0; |
de213bf0 | 3852 | margin-bottom: 0; |
6a4ce7b0 | 3853 | font-size: 0.9375rem; |
de213bf0 | 3854 | line-height: 1.5; |
8fcc063a | 3855 | color: #212529; |
de213bf0 BB |
3856 | background-color: transparent; |
3857 | border: solid transparent; | |
3858 | border-width: 1px 0; } | |
36e2a9af SA |
3859 | @media (max-width: 1200px) { |
3860 | .form-control-plaintext { | |
3861 | font-size: calc(0.90375rem + 0.045vw) ; } } | |
10425e73 | 3862 | .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { |
de213bf0 BB |
3863 | padding-right: 0; |
3864 | padding-left: 0; } | |
3865 | ||
10425e |