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 | /*! | |
10425e73 BB |
2330 | * Bootstrap v4.3.1 (https://getbootstrap.com/) |
2331 | * Copyright 2011-2019 The Bootstrap Authors | |
2332 | * Copyright 2011-2019 Twitter, Inc. | |
de213bf0 BB |
2333 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
2334 | */ | |
2335 | :root { | |
2336 | --blue: #1177d1; | |
2337 | --indigo: #6610f2; | |
2338 | --purple: #613d7c; | |
2339 | --pink: #e83e8c; | |
1a17df08 | 2340 | --red: #d43f3a; |
de213bf0 BB |
2341 | --orange: #f0ad4e; |
2342 | --yellow: #ff7518; | |
1a17df08 | 2343 | --green: #398439; |
de213bf0 BB |
2344 | --teal: #20c997; |
2345 | --cyan: #5bc0de; | |
2346 | --white: #fff; | |
1a17df08 BB |
2347 | --gray: #6c757d; |
2348 | --gray-dark: #343a40; | |
de213bf0 | 2349 | --primary: #1177d1; |
1a17df08 BB |
2350 | --secondary: #ced4da; |
2351 | --success: #398439; | |
de213bf0 BB |
2352 | --info: #5bc0de; |
2353 | --warning: #f0ad4e; | |
1a17df08 | 2354 | --danger: #d43f3a; |
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; | |
1a17df08 | 2385 | color: #343a40; |
de213bf0 BB |
2386 | text-align: left; |
2387 | background-color: #fff; } | |
2388 | ||
2389 | [tabindex="-1"]:focus { | |
2390 | outline: 0 !important; } | |
2391 | ||
2392 | hr { | |
2393 | box-sizing: content-box; | |
2394 | height: 0; | |
2395 | overflow: visible; } | |
2396 | ||
2397 | h1, h2, h3, h4, h5, h6 { | |
2398 | margin-top: 0; | |
2399 | margin-bottom: 0.5rem; } | |
2400 | ||
2401 | p { | |
2402 | margin-top: 0; | |
2403 | margin-bottom: 1rem; } | |
2404 | ||
2405 | abbr[title], | |
2406 | abbr[data-original-title] { | |
2407 | text-decoration: underline; | |
2408 | text-decoration: underline dotted; | |
2409 | cursor: help; | |
10425e73 BB |
2410 | border-bottom: 0; |
2411 | text-decoration-skip-ink: none; } | |
de213bf0 BB |
2412 | |
2413 | address { | |
2414 | margin-bottom: 1rem; | |
2415 | font-style: normal; | |
2416 | line-height: inherit; } | |
2417 | ||
2418 | ol, | |
2419 | ul, | |
2420 | dl { | |
2421 | margin-top: 0; | |
2422 | margin-bottom: 1rem; } | |
2423 | ||
2424 | ol ol, | |
2425 | ul ul, | |
2426 | ol ul, | |
2427 | ul ol { | |
2428 | margin-bottom: 0; } | |
2429 | ||
2430 | dt { | |
2431 | font-weight: 700; } | |
2432 | ||
2433 | dd { | |
2434 | margin-bottom: .5rem; | |
2435 | margin-left: 0; } | |
2436 | ||
2437 | blockquote { | |
2438 | margin: 0 0 1rem; } | |
2439 | ||
de213bf0 BB |
2440 | b, |
2441 | strong { | |
2442 | font-weight: bolder; } | |
2443 | ||
2444 | small { | |
2445 | font-size: 80%; } | |
2446 | ||
2447 | sub, | |
2448 | sup { | |
2449 | position: relative; | |
2450 | font-size: 75%; | |
2451 | line-height: 0; | |
2452 | vertical-align: baseline; } | |
2453 | ||
2454 | sub { | |
2455 | bottom: -.25em; } | |
2456 | ||
2457 | sup { | |
2458 | top: -.5em; } | |
2459 | ||
2460 | a { | |
2461 | color: #1177d1; | |
2462 | text-decoration: none; | |
10425e73 | 2463 | background-color: transparent; } |
de213bf0 BB |
2464 | a:hover { |
2465 | color: #0b4f8a; | |
2466 | text-decoration: underline; } | |
2467 | ||
2468 | a:not([href]):not([tabindex]) { | |
2469 | color: inherit; | |
2470 | text-decoration: none; } | |
2471 | a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { | |
2472 | color: inherit; | |
2473 | text-decoration: none; } | |
2474 | a:not([href]):not([tabindex]):focus { | |
2475 | outline: 0; } | |
2476 | ||
2477 | pre, | |
2478 | code, | |
2479 | kbd, | |
2480 | samp { | |
10425e73 | 2481 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
de213bf0 BB |
2482 | font-size: 1em; } |
2483 | ||
2484 | pre { | |
2485 | margin-top: 0; | |
2486 | margin-bottom: 1rem; | |
10425e73 | 2487 | overflow: auto; } |
de213bf0 BB |
2488 | |
2489 | figure { | |
2490 | margin: 0 0 1rem; } | |
2491 | ||
2492 | img { | |
2493 | vertical-align: middle; | |
2494 | border-style: none; } | |
2495 | ||
10425e73 BB |
2496 | svg { |
2497 | overflow: hidden; | |
2498 | vertical-align: middle; } | |
de213bf0 BB |
2499 | |
2500 | table { | |
2501 | border-collapse: collapse; } | |
2502 | ||
2503 | caption { | |
2504 | padding-top: 0.75rem; | |
2505 | padding-bottom: 0.75rem; | |
1a17df08 | 2506 | color: #6c757d; |
de213bf0 BB |
2507 | text-align: left; |
2508 | caption-side: bottom; } | |
2509 | ||
2510 | th { | |
2511 | text-align: inherit; } | |
2512 | ||
2513 | label { | |
2514 | display: inline-block; | |
10425e73 | 2515 | margin-bottom: 0.5rem; } |
de213bf0 BB |
2516 | |
2517 | button { | |
2518 | border-radius: 0; } | |
2519 | ||
2520 | button:focus { | |
2521 | outline: 1px dotted; | |
2522 | outline: 5px auto -webkit-focus-ring-color; } | |
2523 | ||
2524 | input, | |
2525 | button, | |
2526 | select, | |
2527 | optgroup, | |
2528 | textarea { | |
2529 | margin: 0; | |
2530 | font-family: inherit; | |
2531 | font-size: inherit; | |
2532 | line-height: inherit; } | |
2533 | ||
2534 | button, | |
2535 | input { | |
2536 | overflow: visible; } | |
2537 | ||
2538 | button, | |
2539 | select { | |
2540 | text-transform: none; } | |
2541 | ||
10425e73 BB |
2542 | select { |
2543 | word-wrap: normal; } | |
2544 | ||
de213bf0 | 2545 | button, |
10425e73 | 2546 | [type="button"], |
de213bf0 BB |
2547 | [type="reset"], |
2548 | [type="submit"] { | |
2549 | -webkit-appearance: button; } | |
2550 | ||
10425e73 BB |
2551 | button:not(:disabled), |
2552 | [type="button"]:not(:disabled), | |
2553 | [type="reset"]:not(:disabled), | |
2554 | [type="submit"]:not(:disabled) { | |
2555 | cursor: pointer; } | |
2556 | ||
de213bf0 BB |
2557 | button::-moz-focus-inner, |
2558 | [type="button"]::-moz-focus-inner, | |
2559 | [type="reset"]::-moz-focus-inner, | |
2560 | [type="submit"]::-moz-focus-inner { | |
2561 | padding: 0; | |
2562 | border-style: none; } | |
2563 | ||
2564 | input[type="radio"], | |
2565 | input[type="checkbox"] { | |
2566 | box-sizing: border-box; | |
2567 | padding: 0; } | |
2568 | ||
2569 | input[type="date"], | |
2570 | input[type="time"], | |
2571 | input[type="datetime-local"], | |
2572 | input[type="month"] { | |
2573 | -webkit-appearance: listbox; } | |
2574 | ||
2575 | textarea { | |
2576 | overflow: auto; | |
2577 | resize: vertical; } | |
2578 | ||
2579 | fieldset { | |
2580 | min-width: 0; | |
2581 | padding: 0; | |
2582 | margin: 0; | |
2583 | border: 0; } | |
2584 | ||
2585 | legend { | |
2586 | display: block; | |
2587 | width: 100%; | |
2588 | max-width: 100%; | |
2589 | padding: 0; | |
2590 | margin-bottom: .5rem; | |
2591 | font-size: 1.5rem; | |
2592 | line-height: inherit; | |
2593 | color: inherit; | |
2594 | white-space: normal; } | |
2595 | ||
2596 | progress { | |
2597 | vertical-align: baseline; } | |
2598 | ||
2599 | [type="number"]::-webkit-inner-spin-button, | |
2600 | [type="number"]::-webkit-outer-spin-button { | |
2601 | height: auto; } | |
2602 | ||
2603 | [type="search"] { | |
2604 | outline-offset: -2px; | |
2605 | -webkit-appearance: none; } | |
2606 | ||
de213bf0 BB |
2607 | [type="search"]::-webkit-search-decoration { |
2608 | -webkit-appearance: none; } | |
2609 | ||
2610 | ::-webkit-file-upload-button { | |
2611 | font: inherit; | |
2612 | -webkit-appearance: button; } | |
2613 | ||
2614 | output { | |
2615 | display: inline-block; } | |
2616 | ||
2617 | summary { | |
2618 | display: list-item; | |
2619 | cursor: pointer; } | |
2620 | ||
2621 | template { | |
2622 | display: none; } | |
2623 | ||
2624 | [hidden] { | |
2625 | display: none !important; } | |
2626 | ||
2627 | h1, h2, h3, h4, h5, h6, | |
30b71a91 | 2628 | .h1, .h2, .h3, .h4, .h5, .h6 { |
de213bf0 | 2629 | margin-bottom: 0.5rem; |
de213bf0 | 2630 | font-weight: 300; |
10425e73 | 2631 | line-height: 1.2; } |
de213bf0 BB |
2632 | |
2633 | h1, .h1 { | |
2634 | font-size: 2.34375rem; } | |
2635 | ||
30b71a91 | 2636 | h2, .h2 { |
de213bf0 BB |
2637 | font-size: 1.875rem; } |
2638 | ||
2639 | h3, .h3 { | |
2640 | font-size: 1.640625rem; } | |
2641 | ||
2642 | h4, .h4 { | |
2643 | font-size: 1.40625rem; } | |
2644 | ||
2645 | h5, .h5 { | |
2646 | font-size: 1.171875rem; } | |
2647 | ||
2648 | h6, .h6 { | |
2649 | font-size: 0.9375rem; } | |
2650 | ||
55193f70 | 2651 | .lead { |
de213bf0 BB |
2652 | font-size: 1.171875rem; |
2653 | font-weight: 300; } | |
2654 | ||
2655 | .display-1 { | |
2656 | font-size: 6rem; | |
2657 | font-weight: 300; | |
2658 | line-height: 1.2; } | |
2659 | ||
2660 | .display-2 { | |
2661 | font-size: 5.5rem; | |
2662 | font-weight: 300; | |
2663 | line-height: 1.2; } | |
2664 | ||
2665 | .display-3 { | |
2666 | font-size: 4.5rem; | |
2667 | font-weight: 300; | |
2668 | line-height: 1.2; } | |
2669 | ||
2670 | .display-4 { | |
2671 | font-size: 3.5rem; | |
2672 | font-weight: 300; | |
2673 | line-height: 1.2; } | |
2674 | ||
2675 | hr { | |
2676 | margin-top: 1rem; | |
2677 | margin-bottom: 1rem; | |
2678 | border: 0; | |
2679 | border-top: 1px solid rgba(0, 0, 0, 0.1); } | |
2680 | ||
2681 | small, | |
098687e5 | 2682 | .small { |
de213bf0 BB |
2683 | font-size: 80%; |
2684 | font-weight: 400; } | |
2685 | ||
2686 | mark, | |
2687 | .mark { | |
2688 | padding: 0.2em; | |
2689 | background-color: #fcf8e3; } | |
2690 | ||
2691 | .list-unstyled { | |
2692 | padding-left: 0; | |
2693 | list-style: none; } | |
2694 | ||
2695 | .list-inline { | |
2696 | padding-left: 0; | |
2697 | list-style: none; } | |
2698 | ||
2699 | .list-inline-item { | |
2700 | display: inline-block; } | |
2701 | .list-inline-item:not(:last-child) { | |
2702 | margin-right: 0.5rem; } | |
2703 | ||
2704 | .initialism { | |
2705 | font-size: 90%; | |
2706 | text-transform: uppercase; } | |
2707 | ||
2708 | .blockquote { | |
2709 | margin-bottom: 1rem; | |
2710 | font-size: 1.171875rem; } | |
2711 | ||
2712 | .blockquote-footer { | |
2713 | display: block; | |
2714 | font-size: 80%; | |
1a17df08 | 2715 | color: #6c757d; } |
de213bf0 | 2716 | .blockquote-footer::before { |
10425e73 | 2717 | content: "\2014\00A0"; } |
de213bf0 | 2718 | |
2b34870d | 2719 | .img-fluid { |
de213bf0 BB |
2720 | max-width: 100%; |
2721 | height: auto; } | |
2722 | ||
2723 | .img-thumbnail { | |
2724 | padding: 0.25rem; | |
2725 | background-color: #fff; | |
2726 | border: 1px solid #dee2e6; | |
2727 | border-radius: 0.25rem; | |
2728 | max-width: 100%; | |
2729 | height: auto; } | |
2730 | ||
2731 | .figure { | |
2732 | display: inline-block; } | |
2733 | ||
2734 | .figure-img { | |
2735 | margin-bottom: 0.5rem; | |
2736 | line-height: 1; } | |
2737 | ||
2738 | .figure-caption { | |
2739 | font-size: 90%; | |
1a17df08 | 2740 | color: #6c757d; } |
de213bf0 | 2741 | |
de213bf0 BB |
2742 | code { |
2743 | font-size: 87.5%; | |
2744 | color: #e83e8c; | |
2745 | word-break: break-word; } | |
2746 | a > code { | |
2747 | color: inherit; } | |
2748 | ||
2749 | kbd { | |
2750 | padding: 0.2rem 0.4rem; | |
2751 | font-size: 87.5%; | |
2752 | color: #fff; | |
2753 | background-color: #212529; | |
2754 | border-radius: 0.2rem; } | |
2755 | kbd kbd { | |
2756 | padding: 0; | |
2757 | font-size: 100%; | |
2758 | font-weight: 700; } | |
2759 | ||
2760 | pre { | |
2761 | display: block; | |
2762 | font-size: 87.5%; | |
2763 | color: #212529; } | |
2764 | pre code { | |
2765 | font-size: inherit; | |
2766 | color: inherit; | |
2767 | word-break: normal; } | |
2768 | ||
2769 | .pre-scrollable { | |
2770 | max-height: 340px; | |
2771 | overflow-y: scroll; } | |
2772 | ||
2773 | .container { | |
2774 | width: 100%; | |
2775 | padding-right: 15px; | |
2776 | padding-left: 15px; | |
2777 | margin-right: auto; | |
2778 | margin-left: auto; } | |
2779 | @media (min-width: 576px) { | |
2780 | .container { | |
2781 | max-width: 540px; } } | |
2782 | @media (min-width: 768px) { | |
2783 | .container { | |
2784 | max-width: 720px; } } | |
2785 | @media (min-width: 992px) { | |
2786 | .container { | |
2787 | max-width: 960px; } } | |
2788 | @media (min-width: 1200px) { | |
2789 | .container { | |
2790 | max-width: 1140px; } } | |
2791 | ||
2792 | .container-fluid { | |
2793 | width: 100%; | |
2794 | padding-right: 15px; | |
2795 | padding-left: 15px; | |
2796 | margin-right: auto; | |
2797 | margin-left: auto; } | |
2798 | ||
2799 | .row { | |
2800 | display: flex; | |
2801 | flex-wrap: wrap; | |
2802 | margin-right: -15px; | |
2803 | margin-left: -15px; } | |
2804 | ||
2805 | .no-gutters { | |
2806 | margin-right: 0; | |
2807 | margin-left: 0; } | |
2808 | .no-gutters > .col, | |
2809 | .no-gutters > [class*="col-"] { | |
2810 | padding-right: 0; | |
2811 | padding-left: 0; } | |
2812 | ||
9396731e | 2813 | .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 |
2814 | .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, |
2815 | .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, | |
2816 | .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, | |
2817 | .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, | |
2818 | .col-xl-auto { | |
2819 | position: relative; | |
2820 | width: 100%; | |
de213bf0 BB |
2821 | padding-right: 15px; |
2822 | padding-left: 15px; } | |
2823 | ||
2824 | .col { | |
2825 | flex-basis: 0; | |
2826 | flex-grow: 1; | |
2827 | max-width: 100%; } | |
2828 | ||
2829 | .col-auto { | |
2830 | flex: 0 0 auto; | |
2831 | width: auto; | |
10425e73 | 2832 | max-width: 100%; } |
de213bf0 | 2833 | |
9396731e | 2834 | .col-1 { |
de213bf0 BB |
2835 | flex: 0 0 8.3333333333%; |
2836 | max-width: 8.3333333333%; } | |
2837 | ||
9396731e | 2838 | .col-2 { |
de213bf0 BB |
2839 | flex: 0 0 16.6666666667%; |
2840 | max-width: 16.6666666667%; } | |
2841 | ||
9396731e | 2842 | .col-3 { |
de213bf0 BB |
2843 | flex: 0 0 25%; |
2844 | max-width: 25%; } | |
2845 | ||
9396731e | 2846 | .col-4 { |
de213bf0 BB |
2847 | flex: 0 0 33.3333333333%; |
2848 | max-width: 33.3333333333%; } | |
2849 | ||
9396731e | 2850 | .col-5 { |
de213bf0 BB |
2851 | flex: 0 0 41.6666666667%; |
2852 | max-width: 41.6666666667%; } | |
2853 | ||
9396731e | 2854 | .col-6 { |
de213bf0 BB |
2855 | flex: 0 0 50%; |
2856 | max-width: 50%; } | |
2857 | ||
9396731e | 2858 | .col-7 { |
de213bf0 BB |
2859 | flex: 0 0 58.3333333333%; |
2860 | max-width: 58.3333333333%; } | |
2861 | ||
9396731e | 2862 | .col-8 { |
de213bf0 BB |
2863 | flex: 0 0 66.6666666667%; |
2864 | max-width: 66.6666666667%; } | |
2865 | ||
9396731e | 2866 | .col-9 { |
de213bf0 BB |
2867 | flex: 0 0 75%; |
2868 | max-width: 75%; } | |
2869 | ||
9396731e | 2870 | .col-10 { |
de213bf0 BB |
2871 | flex: 0 0 83.3333333333%; |
2872 | max-width: 83.3333333333%; } | |
2873 | ||
9396731e | 2874 | .col-11 { |
de213bf0 BB |
2875 | flex: 0 0 91.6666666667%; |
2876 | max-width: 91.6666666667%; } | |
2877 | ||
9396731e | 2878 | .col-12 { |
de213bf0 BB |
2879 | flex: 0 0 100%; |
2880 | max-width: 100%; } | |
2881 | ||
2882 | .order-first { | |
2883 | order: -1; } | |
2884 | ||
2885 | .order-last { | |
2886 | order: 13; } | |
2887 | ||
2888 | .order-0 { | |
2889 | order: 0; } | |
2890 | ||
2891 | .order-1 { | |
2892 | order: 1; } | |
2893 | ||
2894 | .order-2 { | |
2895 | order: 2; } | |
2896 | ||
2897 | .order-3 { | |
2898 | order: 3; } | |
2899 | ||
2900 | .order-4 { | |
2901 | order: 4; } | |
2902 | ||
2903 | .order-5 { | |
2904 | order: 5; } | |
2905 | ||
2906 | .order-6 { | |
2907 | order: 6; } | |
2908 | ||
2909 | .order-7 { | |
2910 | order: 7; } | |
2911 | ||
2912 | .order-8 { | |
2913 | order: 8; } | |
2914 | ||
2915 | .order-9 { | |
2916 | order: 9; } | |
2917 | ||
2918 | .order-10 { | |
2919 | order: 10; } | |
2920 | ||
2921 | .order-11 { | |
2922 | order: 11; } | |
2923 | ||
2924 | .order-12 { | |
2925 | order: 12; } | |
2926 | ||
2927 | .offset-1 { | |
2928 | margin-left: 8.3333333333%; } | |
2929 | ||
2930 | .offset-2 { | |
2931 | margin-left: 16.6666666667%; } | |
2932 | ||
2933 | .offset-3 { | |
2934 | margin-left: 25%; } | |
2935 | ||
2936 | .offset-4 { | |
2937 | margin-left: 33.3333333333%; } | |
2938 | ||
2939 | .offset-5 { | |
2940 | margin-left: 41.6666666667%; } | |
2941 | ||
2942 | .offset-6 { | |
2943 | margin-left: 50%; } | |
2944 | ||
2945 | .offset-7 { | |
2946 | margin-left: 58.3333333333%; } | |
2947 | ||
2948 | .offset-8 { | |
2949 | margin-left: 66.6666666667%; } | |
2950 | ||
2951 | .offset-9 { | |
2952 | margin-left: 75%; } | |
2953 | ||
2954 | .offset-10 { | |
2955 | margin-left: 83.3333333333%; } | |
2956 | ||
2957 | .offset-11 { | |
2958 | margin-left: 91.6666666667%; } | |
2959 | ||
2960 | @media (min-width: 576px) { | |
2961 | .col-sm { | |
2962 | flex-basis: 0; | |
2963 | flex-grow: 1; | |
2964 | max-width: 100%; } | |
2965 | .col-sm-auto { | |
2966 | flex: 0 0 auto; | |
2967 | width: auto; | |
10425e73 | 2968 | max-width: 100%; } |
de213bf0 BB |
2969 | .col-sm-1 { |
2970 | flex: 0 0 8.3333333333%; | |
2971 | max-width: 8.3333333333%; } | |
2972 | .col-sm-2 { | |
2973 | flex: 0 0 16.6666666667%; | |
2974 | max-width: 16.6666666667%; } | |
2975 | .col-sm-3 { | |
2976 | flex: 0 0 25%; | |
2977 | max-width: 25%; } | |
2978 | .col-sm-4 { | |
2979 | flex: 0 0 33.3333333333%; | |
2980 | max-width: 33.3333333333%; } | |
2981 | .col-sm-5 { | |
2982 | flex: 0 0 41.6666666667%; | |
2983 | max-width: 41.6666666667%; } | |
2984 | .col-sm-6 { | |
2985 | flex: 0 0 50%; | |
2986 | max-width: 50%; } | |
2987 | .col-sm-7 { | |
2988 | flex: 0 0 58.3333333333%; | |
2989 | max-width: 58.3333333333%; } | |
2990 | .col-sm-8 { | |
2991 | flex: 0 0 66.6666666667%; | |
2992 | max-width: 66.6666666667%; } | |
2993 | .col-sm-9 { | |
2994 | flex: 0 0 75%; | |
2995 | max-width: 75%; } | |
2996 | .col-sm-10 { | |
2997 | flex: 0 0 83.3333333333%; | |
2998 | max-width: 83.3333333333%; } | |
2999 | .col-sm-11 { | |
3000 | flex: 0 0 91.6666666667%; | |
3001 | max-width: 91.6666666667%; } | |
3002 | .col-sm-12 { | |
3003 | flex: 0 0 100%; | |
3004 | max-width: 100%; } | |
3005 | .order-sm-first { | |
3006 | order: -1; } | |
3007 | .order-sm-last { | |
3008 | order: 13; } | |
3009 | .order-sm-0 { | |
3010 | order: 0; } | |
3011 | .order-sm-1 { | |
3012 | order: 1; } | |
3013 | .order-sm-2 { | |
3014 | order: 2; } | |
3015 | .order-sm-3 { | |
3016 | order: 3; } | |
3017 | .order-sm-4 { | |
3018 | order: 4; } | |
3019 | .order-sm-5 { | |
3020 | order: 5; } | |
3021 | .order-sm-6 { | |
3022 | order: 6; } | |
3023 | .order-sm-7 { | |
3024 | order: 7; } | |
3025 | .order-sm-8 { | |
3026 | order: 8; } | |
3027 | .order-sm-9 { | |
3028 | order: 9; } | |
3029 | .order-sm-10 { | |
3030 | order: 10; } | |
3031 | .order-sm-11 { | |
3032 | order: 11; } | |
3033 | .order-sm-12 { | |
3034 | order: 12; } | |
3035 | .offset-sm-0 { | |
3036 | margin-left: 0; } | |
3037 | .offset-sm-1 { | |
3038 | margin-left: 8.3333333333%; } | |
3039 | .offset-sm-2 { | |
3040 | margin-left: 16.6666666667%; } | |
3041 | .offset-sm-3 { | |
3042 | margin-left: 25%; } | |
3043 | .offset-sm-4 { | |
3044 | margin-left: 33.3333333333%; } | |
3045 | .offset-sm-5 { | |
3046 | margin-left: 41.6666666667%; } | |
3047 | .offset-sm-6 { | |
3048 | margin-left: 50%; } | |
3049 | .offset-sm-7 { | |
3050 | margin-left: 58.3333333333%; } | |
3051 | .offset-sm-8 { | |
3052 | margin-left: 66.6666666667%; } | |
3053 | .offset-sm-9 { | |
3054 | margin-left: 75%; } | |
3055 | .offset-sm-10 { | |
3056 | margin-left: 83.3333333333%; } | |
3057 | .offset-sm-11 { | |
3058 | margin-left: 91.6666666667%; } } | |
3059 | ||
3060 | @media (min-width: 768px) { | |
3061 | .col-md { | |
3062 | flex-basis: 0; | |
3063 | flex-grow: 1; | |
3064 | max-width: 100%; } | |
3065 | .col-md-auto { | |
3066 | flex: 0 0 auto; | |
3067 | width: auto; | |
10425e73 | 3068 | max-width: 100%; } |
de213bf0 BB |
3069 | .col-md-1 { |
3070 | flex: 0 0 8.3333333333%; | |
3071 | max-width: 8.3333333333%; } | |
3072 | .col-md-2 { | |
3073 | flex: 0 0 16.6666666667%; | |
3074 | max-width: 16.6666666667%; } | |
3075 | .col-md-3 { | |
3076 | flex: 0 0 25%; | |
3077 | max-width: 25%; } | |
3078 | .col-md-4 { | |
3079 | flex: 0 0 33.3333333333%; | |
3080 | max-width: 33.3333333333%; } | |
3081 | .col-md-5 { | |
3082 | flex: 0 0 41.6666666667%; | |
3083 | max-width: 41.6666666667%; } | |
3084 | .col-md-6 { | |
3085 | flex: 0 0 50%; | |
3086 | max-width: 50%; } | |
3087 | .col-md-7 { | |
3088 | flex: 0 0 58.3333333333%; | |
3089 | max-width: 58.3333333333%; } | |
3090 | .col-md-8 { | |
3091 | flex: 0 0 66.6666666667%; | |
3092 | max-width: 66.6666666667%; } | |
3093 | .col-md-9 { | |
3094 | flex: 0 0 75%; | |
3095 | max-width: 75%; } | |
3096 | .col-md-10 { | |
3097 | flex: 0 0 83.3333333333%; | |
3098 | max-width: 83.3333333333%; } | |
3099 | .col-md-11 { | |
3100 | flex: 0 0 91.6666666667%; | |
3101 | max-width: 91.6666666667%; } | |
3102 | .col-md-12 { | |
3103 | flex: 0 0 100%; | |
3104 | max-width: 100%; } | |
3105 | .order-md-first { | |
3106 | order: -1; } | |
3107 | .order-md-last { | |
3108 | order: 13; } | |
3109 | .order-md-0 { | |
3110 | order: 0; } | |
3111 | .order-md-1 { | |
3112 | order: 1; } | |
3113 | .order-md-2 { | |
3114 | order: 2; } | |
3115 | .order-md-3 { | |
3116 | order: 3; } | |
3117 | .order-md-4 { | |
3118 | order: 4; } | |
3119 | .order-md-5 { | |
3120 | order: 5; } | |
3121 | .order-md-6 { | |
3122 | order: 6; } | |
3123 | .order-md-7 { | |
3124 | order: 7; } | |
3125 | .order-md-8 { | |
3126 | order: 8; } | |
3127 | .order-md-9 { | |
3128 | order: 9; } | |
3129 | .order-md-10 { | |
3130 | order: 10; } | |
3131 | .order-md-11 { | |
3132 | order: 11; } | |
3133 | .order-md-12 { | |
3134 | order: 12; } | |
3135 | .offset-md-0 { | |
3136 | margin-left: 0; } | |
3137 | .offset-md-1 { | |
3138 | margin-left: 8.3333333333%; } | |
3139 | .offset-md-2 { | |
3140 | margin-left: 16.6666666667%; } | |
3141 | .offset-md-3 { | |
3142 | margin-left: 25%; } | |
3143 | .offset-md-4 { | |
3144 | margin-left: 33.3333333333%; } | |
3145 | .offset-md-5 { | |
3146 | margin-left: 41.6666666667%; } | |
3147 | .offset-md-6 { | |
3148 | margin-left: 50%; } | |
3149 | .offset-md-7 { | |
3150 | margin-left: 58.3333333333%; } | |
3151 | .offset-md-8 { | |
3152 | margin-left: 66.6666666667%; } | |
3153 | .offset-md-9 { | |
3154 | margin-left: 75%; } | |
3155 | .offset-md-10 { | |
3156 | margin-left: 83.3333333333%; } | |
3157 | .offset-md-11 { | |
3158 | margin-left: 91.6666666667%; } } | |
3159 | ||
3160 | @media (min-width: 992px) { | |
3161 | .col-lg { | |
3162 | flex-basis: 0; | |
3163 | flex-grow: 1; | |
3164 | max-width: 100%; } | |
3165 | .col-lg-auto { | |
3166 | flex: 0 0 auto; | |
3167 | width: auto; | |
10425e73 | 3168 | max-width: 100%; } |
de213bf0 BB |
3169 | .col-lg-1 { |
3170 | flex: 0 0 8.3333333333%; | |
3171 | max-width: 8.3333333333%; } | |
3172 | .col-lg-2 { | |
3173 | flex: 0 0 16.6666666667%; | |
3174 | max-width: 16.6666666667%; } | |
3175 | .col-lg-3 { | |
3176 | flex: 0 0 25%; | |
3177 | max-width: 25%; } | |
3178 | .col-lg-4 { | |
3179 | flex: 0 0 33.3333333333%; | |
3180 | max-width: 33.3333333333%; } | |
3181 | .col-lg-5 { | |
3182 | flex: 0 0 41.6666666667%; | |
3183 | max-width: 41.6666666667%; } | |
3184 | .col-lg-6 { | |
3185 | flex: 0 0 50%; | |
3186 | max-width: 50%; } | |
3187 | .col-lg-7 { | |
3188 | flex: 0 0 58.3333333333%; | |
3189 | max-width: 58.3333333333%; } | |
3190 | .col-lg-8 { | |
3191 | flex: 0 0 66.6666666667%; | |
3192 | max-width: 66.6666666667%; } | |
3193 | .col-lg-9 { | |
3194 | flex: 0 0 75%; | |
3195 | max-width: 75%; } | |
3196 | .col-lg-10 { | |
3197 | flex: 0 0 83.3333333333%; | |
3198 | max-width: 83.3333333333%; } | |
3199 | .col-lg-11 { | |
3200 | flex: 0 0 91.6666666667%; | |
3201 | max-width: 91.6666666667%; } | |
3202 | .col-lg-12 { | |
3203 | flex: 0 0 100%; | |
3204 | max-width: 100%; } | |
3205 | .order-lg-first { | |
3206 | order: -1; } | |
3207 | .order-lg-last { | |
3208 | order: 13; } | |
3209 | .order-lg-0 { | |
3210 | order: 0; } | |
3211 | .order-lg-1 { | |
3212 | order: 1; } | |
3213 | .order-lg-2 { | |
3214 | order: 2; } | |
3215 | .order-lg-3 { | |
3216 | order: 3; } | |
3217 | .order-lg-4 { | |
3218 | order: 4; } | |
3219 | .order-lg-5 { | |
3220 | order: 5; } | |
3221 | .order-lg-6 { | |
3222 | order: 6; } | |
3223 | .order-lg-7 { | |
3224 | order: 7; } | |
3225 | .order-lg-8 { | |
3226 | order: 8; } | |
3227 | .order-lg-9 { | |
3228 | order: 9; } | |
3229 | .order-lg-10 { | |
3230 | order: 10; } | |
3231 | .order-lg-11 { | |
3232 | order: 11; } | |
3233 | .order-lg-12 { | |
3234 | order: 12; } | |
3235 | .offset-lg-0 { | |
3236 | margin-left: 0; } | |
3237 | .offset-lg-1 { | |
3238 | margin-left: 8.3333333333%; } | |
3239 | .offset-lg-2 { | |
3240 | margin-left: 16.6666666667%; } | |
3241 | .offset-lg-3 { | |
3242 | margin-left: 25%; } | |
3243 | .offset-lg-4 { | |
3244 | margin-left: 33.3333333333%; } | |
3245 | .offset-lg-5 { | |
3246 | margin-left: 41.6666666667%; } | |
3247 | .offset-lg-6 { | |
3248 | margin-left: 50%; } | |
3249 | .offset-lg-7 { | |
3250 | margin-left: 58.3333333333%; } | |
3251 | .offset-lg-8 { | |
3252 | margin-left: 66.6666666667%; } | |
3253 | .offset-lg-9 { | |
3254 | margin-left: 75%; } | |
3255 | .offset-lg-10 { | |
3256 | margin-left: 83.3333333333%; } | |
3257 | .offset-lg-11 { | |
3258 | margin-left: 91.6666666667%; } } | |
3259 | ||
3260 | @media (min-width: 1200px) { | |
3261 | .col-xl { | |
3262 | flex-basis: 0; | |
3263 | flex-grow: 1; | |
3264 | max-width: 100%; } | |
3265 | .col-xl-auto { | |
3266 | flex: 0 0 auto; | |
3267 | width: auto; | |
10425e73 | 3268 | max-width: 100%; } |
de213bf0 BB |
3269 | .col-xl-1 { |
3270 | flex: 0 0 8.3333333333%; | |
3271 | max-width: 8.3333333333%; } | |
3272 | .col-xl-2 { | |
3273 | flex: 0 0 16.6666666667%; | |
3274 | max-width: 16.6666666667%; } | |
3275 | .col-xl-3 { | |
3276 | flex: 0 0 25%; | |
3277 | max-width: 25%; } | |
3278 | .col-xl-4 { | |
3279 | flex: 0 0 33.3333333333%; | |
3280 | max-width: 33.3333333333%; } | |
3281 | .col-xl-5 { | |
3282 | flex: 0 0 41.6666666667%; | |
3283 | max-width: 41.6666666667%; } | |
3284 | .col-xl-6 { | |
3285 | flex: 0 0 50%; | |
3286 | max-width: 50%; } | |
3287 | .col-xl-7 { | |
3288 | flex: 0 0 58.3333333333%; | |
3289 | max-width: 58.3333333333%; } | |
3290 | .col-xl-8 { | |
3291 | flex: 0 0 66.6666666667%; | |
3292 | max-width: 66.6666666667%; } | |
3293 | .col-xl-9 { | |
3294 | flex: 0 0 75%; | |
3295 | max-width: 75%; } | |
3296 | .col-xl-10 { | |
3297 | flex: 0 0 83.3333333333%; | |
3298 | max-width: 83.3333333333%; } | |
3299 | .col-xl-11 { | |
3300 | flex: 0 0 91.6666666667%; | |
3301 | max-width: 91.6666666667%; } | |
3302 | .col-xl-12 { | |
3303 | flex: 0 0 100%; | |
3304 | max-width: 100%; } | |
3305 | .order-xl-first { | |
3306 | order: -1; } | |
3307 | .order-xl-last { | |
3308 | order: 13; } | |
3309 | .order-xl-0 { | |
3310 | order: 0; } | |
3311 | .order-xl-1 { | |
3312 | order: 1; } | |
3313 | .order-xl-2 { | |
3314 | order: 2; } | |
3315 | .order-xl-3 { | |
3316 | order: 3; } | |
3317 | .order-xl-4 { | |
3318 | order: 4; } | |
3319 | .order-xl-5 { | |
3320 | order: 5; } | |
3321 | .order-xl-6 { | |
3322 | order: 6; } | |
3323 | .order-xl-7 { | |
3324 | order: 7; } | |
3325 | .order-xl-8 { | |
3326 | order: 8; } | |
3327 | .order-xl-9 { | |
3328 | order: 9; } | |
3329 | .order-xl-10 { | |
3330 | order: 10; } | |
3331 | .order-xl-11 { | |
3332 | order: 11; } | |
3333 | .order-xl-12 { | |
3334 | order: 12; } | |
3335 | .offset-xl-0 { | |
3336 | margin-left: 0; } | |
3337 | .offset-xl-1 { | |
3338 | margin-left: 8.3333333333%; } | |
3339 | .offset-xl-2 { | |
3340 | margin-left: 16.6666666667%; } | |
3341 | .offset-xl-3 { | |
3342 | margin-left: 25%; } | |
3343 | .offset-xl-4 { | |
3344 | margin-left: 33.3333333333%; } | |
3345 | .offset-xl-5 { | |
3346 | margin-left: 41.6666666667%; } | |
3347 | .offset-xl-6 { | |
3348 | margin-left: 50%; } | |
3349 | .offset-xl-7 { | |
3350 | margin-left: 58.3333333333%; } | |
3351 | .offset-xl-8 { | |
3352 | margin-left: 66.6666666667%; } | |
3353 | .offset-xl-9 { | |
3354 | margin-left: 75%; } | |
3355 | .offset-xl-10 { | |
3356 | margin-left: 83.3333333333%; } | |
3357 | .offset-xl-11 { | |
3358 | margin-left: 91.6666666667%; } } | |
3359 | ||
40ea6753 | 3360 | .table { |
de213bf0 | 3361 | width: 100%; |
de213bf0 | 3362 | margin-bottom: 1rem; |
1a17df08 | 3363 | color: #343a40; } |
40ea6753 BB |
3364 | .table th, |
3365 | .table td { | |
de213bf0 BB |
3366 | padding: 0.75rem; |
3367 | vertical-align: top; | |
3368 | border-top: 1px solid #dee2e6; } | |
40ea6753 | 3369 | .table thead th { |
de213bf0 BB |
3370 | vertical-align: bottom; |
3371 | border-bottom: 2px solid #dee2e6; } | |
40ea6753 | 3372 | .table tbody + tbody { |
de213bf0 | 3373 | border-top: 2px solid #dee2e6; } |
de213bf0 | 3374 | |
40ea6753 BB |
3375 | .table-sm th, |
3376 | .table-sm td { | |
de213bf0 BB |
3377 | padding: 0.3rem; } |
3378 | ||
6c4dbbf0 | 3379 | .table-bordered { |
de213bf0 | 3380 | border: 1px solid #dee2e6; } |
6c4dbbf0 BB |
3381 | .table-bordered th, |
3382 | .table-bordered td { | |
de213bf0 | 3383 | border: 1px solid #dee2e6; } |
6c4dbbf0 BB |
3384 | .table-bordered thead th, |
3385 | .table-bordered thead td { | |
de213bf0 BB |
3386 | border-bottom-width: 2px; } |
3387 | ||
10425e73 BB |
3388 | .table-borderless th, |
3389 | .table-borderless td, | |
3390 | .table-borderless thead th, | |
3391 | .table-borderless tbody + tbody { | |
3392 | border: 0; } | |
3393 | ||
40ea6753 | 3394 | .table-striped tbody tr:nth-of-type(odd) { |
de213bf0 BB |
3395 | background-color: rgba(0, 0, 0, 0.05); } |
3396 | ||
40ea6753 | 3397 | .table-hover tbody tr:hover { |
1a17df08 | 3398 | color: #343a40; |
de213bf0 BB |
3399 | background-color: rgba(0, 0, 0, 0.075); } |
3400 | ||
3401 | .table-primary, | |
3402 | .table-primary > th, | |
3403 | .table-primary > td { | |
3404 | background-color: #bcd9f2; } | |
3405 | ||
10425e73 BB |
3406 | .table-primary th, |
3407 | .table-primary td, | |
3408 | .table-primary thead th, | |
3409 | .table-primary tbody + tbody { | |
3410 | border-color: #83b8e7; } | |
3411 | ||
40ea6753 | 3412 | .table-hover .table-primary:hover { |
de213bf0 | 3413 | background-color: #a7cdee; } |
40ea6753 BB |
3414 | .table-hover .table-primary:hover > td, |
3415 | .table-hover .table-primary:hover > th { | |
de213bf0 BB |
3416 | background-color: #a7cdee; } |
3417 | ||
3418 | .table-secondary, | |
3419 | .table-secondary > th, | |
3420 | .table-secondary > td { | |
1a17df08 | 3421 | background-color: #f1f3f5; } |
de213bf0 | 3422 | |
10425e73 BB |
3423 | .table-secondary th, |
3424 | .table-secondary td, | |
3425 | .table-secondary thead th, | |
3426 | .table-secondary tbody + tbody { | |
1a17df08 | 3427 | border-color: #e6e9ec; } |
10425e73 | 3428 | |
40ea6753 | 3429 | .table-hover .table-secondary:hover { |
1a17df08 | 3430 | background-color: #e2e6ea; } |
40ea6753 BB |
3431 | .table-hover .table-secondary:hover > td, |
3432 | .table-hover .table-secondary:hover > th { | |
1a17df08 | 3433 | background-color: #e2e6ea; } |
de213bf0 BB |
3434 | |
3435 | .table-success, | |
3436 | .table-success > th, | |
3437 | .table-success > td { | |
1a17df08 | 3438 | background-color: #c8ddc8; } |
de213bf0 | 3439 | |
10425e73 BB |
3440 | .table-success th, |
3441 | .table-success td, | |
3442 | .table-success thead th, | |
3443 | .table-success tbody + tbody { | |
1a17df08 | 3444 | border-color: #98bf98; } |
10425e73 | 3445 | |
40ea6753 | 3446 | .table-hover .table-success:hover { |
1a17df08 | 3447 | background-color: #b8d3b8; } |
40ea6753 BB |
3448 | .table-hover .table-success:hover > td, |
3449 | .table-hover .table-success:hover > th { | |
1a17df08 | 3450 | background-color: #b8d3b8; } |
de213bf0 BB |
3451 | |
3452 | .table-info, | |
3453 | .table-info > th, | |
3454 | .table-info > td { | |
3455 | background-color: #d1edf6; } | |
3456 | ||
10425e73 BB |
3457 | .table-info th, |
3458 | .table-info td, | |
3459 | .table-info thead th, | |
3460 | .table-info tbody + tbody { | |
3461 | border-color: #aadeee; } | |
3462 | ||
40ea6753 | 3463 | .table-hover .table-info:hover { |
de213bf0 | 3464 | background-color: #bce5f2; } |
40ea6753 BB |
3465 | .table-hover .table-info:hover > td, |
3466 | .table-hover .table-info:hover > th { | |
de213bf0 BB |
3467 | background-color: #bce5f2; } |
3468 | ||
6ac38de8 | 3469 | .table-warning, |
de213bf0 | 3470 | .table-warning > th, |
6ac38de8 | 3471 | .table-warning > td { |
de213bf0 BB |
3472 | background-color: #fbe8cd; } |
3473 | ||
6ac38de8 | 3474 | .table-warning th, |
10425e73 | 3475 | .table-warning td, |
10425e73 | 3476 | .table-warning thead th, |
6ac38de8 | 3477 | .table-warning tbody + tbody { |
10425e73 BB |
3478 | border-color: #f7d4a3; } |
3479 | ||
40ea6753 | 3480 | .table-hover .table-warning:hover { |
de213bf0 | 3481 | background-color: #f9ddb5; } |
40ea6753 BB |
3482 | .table-hover .table-warning:hover > td, |
3483 | .table-hover .table-warning:hover > th { | |
de213bf0 BB |
3484 | background-color: #f9ddb5; } |
3485 | ||
3486 | .table-danger, | |
3487 | .table-danger > th, | |
3488 | .table-danger > td { | |
1a17df08 | 3489 | background-color: #f3c9c8; } |
de213bf0 | 3490 | |
10425e73 BB |
3491 | .table-danger th, |
3492 | .table-danger td, | |
3493 | .table-danger thead th, | |
3494 | .table-danger tbody + tbody { | |
1a17df08 | 3495 | border-color: #e99b99; } |
10425e73 | 3496 | |
40ea6753 | 3497 | .table-hover .table-danger:hover { |
1a17df08 | 3498 | background-color: #eeb4b3; } |
40ea6753 BB |
3499 | .table-hover .table-danger:hover > td, |
3500 | .table-hover .table-danger:hover > th { | |
1a17df08 | 3501 | background-color: #eeb4b3; } |
de213bf0 BB |
3502 | |
3503 | .table-light, | |
3504 | .table-light > th, | |
3505 | .table-light > td { | |
3506 | background-color: #fdfdfe; } | |
3507 | ||
10425e73 BB |
3508 | .table-light th, |
3509 | .table-light td, | |
3510 | .table-light thead th, | |
3511 | .table-light tbody + tbody { | |
3512 | border-color: #fbfcfc; } | |
3513 | ||
40ea6753 | 3514 | .table-hover .table-light:hover { |
de213bf0 | 3515 | background-color: #ececf6; } |
40ea6753 BB |
3516 | .table-hover .table-light:hover > td, |
3517 | .table-hover .table-light:hover > th { | |
de213bf0 BB |
3518 | background-color: #ececf6; } |
3519 | ||
3520 | .table-dark, | |
3521 | .table-dark > th, | |
3522 | .table-dark > td { | |
1a17df08 | 3523 | background-color: #c6c8ca; } |
de213bf0 | 3524 | |
10425e73 BB |
3525 | .table-dark th, |
3526 | .table-dark td, | |
3527 | .table-dark thead th, | |
3528 | .table-dark tbody + tbody { | |
1a17df08 | 3529 | border-color: #95999c; } |
10425e73 | 3530 | |
40ea6753 | 3531 | .table-hover .table-dark:hover { |
1a17df08 | 3532 | background-color: #b9bbbe; } |
40ea6753 BB |
3533 | .table-hover .table-dark:hover > td, |
3534 | .table-hover .table-dark:hover > th { | |
1a17df08 | 3535 | background-color: #b9bbbe; } |
de213bf0 BB |
3536 | |
3537 | .table-active, | |
3538 | .table-active > th, | |
3539 | .table-active > td { | |
3540 | background-color: rgba(0, 0, 0, 0.075); } | |
3541 | ||
40ea6753 | 3542 | .table-hover .table-active:hover { |
de213bf0 | 3543 | background-color: rgba(0, 0, 0, 0.075); } |
40ea6753 BB |
3544 | .table-hover .table-active:hover > td, |
3545 | .table-hover .table-active:hover > th { | |
de213bf0 BB |
3546 | background-color: rgba(0, 0, 0, 0.075); } |
3547 | ||
40ea6753 | 3548 | .table .thead-dark th { |
de213bf0 | 3549 | color: #fff; |
1a17df08 BB |
3550 | background-color: #343a40; |
3551 | border-color: #454d55; } | |
de213bf0 | 3552 | |
40ea6753 | 3553 | .table .thead-light th { |
de213bf0 BB |
3554 | color: #495057; |
3555 | background-color: #e9ecef; | |
3556 | border-color: #dee2e6; } | |
3557 | ||
3558 | .table-dark { | |
3559 | color: #fff; | |
1a17df08 | 3560 | background-color: #343a40; } |
de213bf0 BB |
3561 | .table-dark th, |
3562 | .table-dark td, | |
3563 | .table-dark thead th { | |
1a17df08 | 3564 | border-color: #454d55; } |
6c4dbbf0 | 3565 | .table-dark.table-bordered { |
de213bf0 | 3566 | border: 0; } |
40ea6753 | 3567 | .table-dark.table-striped tbody tr:nth-of-type(odd) { |
de213bf0 | 3568 | background-color: rgba(255, 255, 255, 0.05); } |
40ea6753 | 3569 | .table-dark.table-hover tbody tr:hover { |
10425e73 | 3570 | color: #fff; |
de213bf0 BB |
3571 | background-color: rgba(255, 255, 255, 0.075); } |
3572 | ||
3573 | @media (max-width: 575.98px) { | |
3574 | .table-responsive-sm { | |
3575 | display: block; | |
3576 | width: 100%; | |
3577 | overflow-x: auto; | |
10425e73 | 3578 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3579 | .table-responsive-sm > .table-bordered { |
de213bf0 BB |
3580 | border: 0; } } |
3581 | ||
3582 | @media (max-width: 767.98px) { | |
3583 | .table-responsive-md { | |
3584 | display: block; | |
3585 | width: 100%; | |
3586 | overflow-x: auto; | |
10425e73 | 3587 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3588 | .table-responsive-md > .table-bordered { |
de213bf0 BB |
3589 | border: 0; } } |
3590 | ||
3591 | @media (max-width: 991.98px) { | |
3592 | .table-responsive-lg { | |
3593 | display: block; | |
3594 | width: 100%; | |
3595 | overflow-x: auto; | |
10425e73 | 3596 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3597 | .table-responsive-lg > .table-bordered { |
de213bf0 BB |
3598 | border: 0; } } |
3599 | ||
3600 | @media (max-width: 1199.98px) { | |
3601 | .table-responsive-xl { | |
3602 | display: block; | |
3603 | width: 100%; | |
3604 | overflow-x: auto; | |
10425e73 | 3605 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3606 | .table-responsive-xl > .table-bordered { |
de213bf0 BB |
3607 | border: 0; } } |
3608 | ||
3609 | .table-responsive { | |
3610 | display: block; | |
3611 | width: 100%; | |
3612 | overflow-x: auto; | |
10425e73 | 3613 | -webkit-overflow-scrolling: touch; } |
6c4dbbf0 | 3614 | .table-responsive > .table-bordered { |
de213bf0 BB |
3615 | border: 0; } |
3616 | ||
3617 | .form-control { | |
3618 | display: block; | |
3619 | width: 100%; | |
10425e73 | 3620 | height: calc(1.5em + 0.75rem + 2px); |
de213bf0 BB |
3621 | padding: 0.375rem 0.75rem; |
3622 | font-size: 0.9375rem; | |
10425e73 | 3623 | font-weight: 400; |
de213bf0 BB |
3624 | line-height: 1.5; |
3625 | color: #495057; | |
3626 | background-color: #fff; | |
3627 | background-clip: padding-box; | |
3628 | border: 1px solid #ced4da; | |
3629 | border-radius: 0.25rem; | |
3630 | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } | |
10425e73 BB |
3631 | @media (prefers-reduced-motion: reduce) { |
3632 | .form-control { | |
3633 | transition: none; } } | |
de213bf0 BB |
3634 | .form-control::-ms-expand { |
3635 | background-color: transparent; | |
3636 | border: 0; } | |
3637 | .form-control:focus { | |
3638 | color: #495057; | |
3639 | background-color: #fff; | |
3640 | border-color: #6eb5f3; | |
3641 | outline: 0; | |
3642 | box-shadow: 0 0 0 0.2rem rgba(17, 119, 209, 0.25); } | |
3643 | .form-control::placeholder { | |
1a17df08 | 3644 | color: #6c757d; |
de213bf0 BB |
3645 | opacity: 1; } |
3646 | .form-control:disabled, .form-control[readonly] { | |
3647 | background-color: #e9ecef; | |
3648 | opacity: 1; } | |
3649 | ||
de213bf0 BB |
3650 | select.form-control:focus::-ms-value { |
3651 | color: #495057; | |
3652 | background-color: #fff; } | |
3653 | ||
3654 | .form-control-file, | |
3655 | .form-control-range { | |
3656 | display: block; | |
3657 | width: 100%; } | |
3658 | ||
3659 | .col-form-label { | |
3660 | padding-top: calc(0.375rem + 1px); | |
3661 | padding-bottom: calc(0.375rem + 1px); | |
3662 | margin-bottom: 0; | |
3663 | font-size: inherit; | |
3664 | line-height: 1.5; } | |
3665 | ||
3666 | .col-form-label-lg { | |
3667 | padding-top: calc(0.5rem + 1px); | |
3668 | padding-bottom: calc(0.5rem + 1px); | |
3669 | font-size: 1.171875rem; | |
3670 | line-height: 1.5; } | |
3671 | ||
3672 | .col-form-label-sm { | |
3673 | padding-top: calc(0.25rem + 1px); | |
3674 | padding-bottom: calc(0.25rem + 1px); | |
3675 | font-size: 0.8203125rem; | |
3676 | line-height: 1.5; } | |
3677 | ||
3678 | .form-control-plaintext { | |
3679 | display: block; | |
3680 | width: 100%; | |
3681 | padding-top: 0.375rem; | |
3682 | padding-bottom: 0.375rem; | |
3683 | margin-bottom: 0; | |
3684 | line-height: 1.5; | |
1a17df08 | 3685 | color: #343a40; |
de213bf0 BB |
3686 | background-color: transparent; |
3687 | border: solid transparent; | |
3688 | border-width: 1px 0; } | |
10425e73 | 3689 | .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { |
de213bf0 BB |
3690 | padding-right: 0; |
3691 | padding-left: 0; } | |
3692 | ||
10425e73 BB |
3693 | .form-control-sm { |
3694 | height: calc(1.5em + 0.5rem + 2px); | |
de213bf0 BB |
3695 | padding: 0.25rem 0.5rem; |
3696 | font-size: 0.8203125rem; | |
3697 | line-height: 1.5; | |
3698 | border-radius: 0.2rem; } | |
3699 | ||
10425e73 BB |
3700 | .form-control-lg { |
3701 | height: calc(1.5em + 1rem + 2px); | |
de213bf0 BB |
3702 | padding: 0.5rem 1rem; |
3703 | font-size: 1.171875rem; | |
3704 | line-height: 1.5; | |
3705 | border-radius: 0.3rem; } | |
3706 | ||
10425e73 BB |
3707 | select.form-control[size], select.form-control[multiple] { |
3708 | height: auto; } | |
3709 | ||
3710 | textarea.form-control { | |
3711 | height: auto; } | |
de213bf0 | 3712 | |
80465b87 | 3713 | .form-group { |
de213bf0 BB |
3714 | margin-bottom: 1rem; } |
3715 | ||
3716 | .form-text { | |
3717 | display: block; | |
3718 | margin-top: 0.25rem; } | |
3719 | ||
3720 | .form-row { | |
3721 | display: flex; | |
3722 | flex-wrap: wrap; | |
3723 | margin-right: -5px; | |
3724 | margin-left: -5px; } | |
3725 | .form-row > .col, | |
3726 | .form-row > [class*="col-"] { | |
3727 | padding-right: 5px; | |
3728 | padding-left: 5px; } | |
3729 | ||
3730 | .form-check { | |
3731 | position: relative; | |
3732 | display: block; | |
3733 | padding-left: 1.25rem; } | |
3734 | ||
3735 | .form-check-input { | |
3736 | position: absolute; | |
3737 | margin-top: 0.3rem; | |
3738 | margin-left: -1.25rem; } | |
3739 | .form-check-input:disabled ~ .form-check-label { | |
1a17df08 | 3740 | color: #6c757d; } |
de213bf0 BB |
3741 | |
3742 | .form-check-label { | |
3743 | margin-bottom: 0; } | |
3744 | ||
3745 | .form-check-inline { | |
3746 | display: inline-flex; | |
3747 | align-items: center; | |
3748 | padding-left: 0; | |
3749 | margin-right: 0.75rem; } | |
3750 | .form-check-inline .form-check-input { | |
3751 | position: static; | |
3752 | margin-top: 0; | |
3753 | margin-right: 0.3125rem; | |
3754 | margin-left: 0; } | |
3755 | ||
3756 | .valid-feedback { | |
3757 | display: none; | |
3758 | width: 100%; | |
3759 | margin-top: 0.25rem; | |
3760 | font-size: 80%; | |
1a17df08 | 3761 | color: #398439; } |
de213bf0 BB |
3762 | |
3763 | .valid-tooltip { | |
3764 | position: absolute; | |
3765 | top: 100%; | |
3766 | z-index: 5; | |
3767 | display: none; | |
3768 | max-width: 100%; | |
10425e73 | 3769 | padding: 0.25rem 0.5rem; |
de213bf0 | 3770 | margin-top: .1rem; |
10425e73 BB |
3771 | font-size: 0.8203125rem; |
3772 | line-height: 1.5; | |
de213bf0 | 3773 | color: #fff; |
1a17df08 | 3774 | background-color: rgba(57, 132, 57, 0.9); |
10425e73 | 3775 | border-radius: 0.25rem; } |
de213bf0 | 3776 | |
10425e73 | 3777 | .was-validated .form-control:valid, .form-control.is-valid { |
1a17df08 | 3778 | border-color: #398439; |
10425e73 | 3779 | padding-right: calc(1.5em + 0.75rem); |
1a17df08 | 3780 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23398439' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); |
10425e73 BB |
3781 | background-repeat: no-repeat; |
3782 | background-position: center right calc(0.375em + 0.1875rem); | |
3783 | background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } | |
3784 | .was-validated .form-control:valid:focus, .form-control.is-valid:focus { | |
1a17df08 BB |
3785 | border-color: #398439; |
3786 | box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.25); } | |
de213bf0 BB |
3787 | .was-validated .form-control:valid ~ .valid-feedback, |
3788 | .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, | |
10425e73 BB |
3789 | .form-control.is-valid ~ .valid-tooltip { |
3790 | display: block; } | |
3791 | ||
3792 | .was-validated textarea.form-control:valid, textarea.form-control.is-valid { | |
3793 | padding-right: calc(1.5em + 0.75rem); | |
3794 | background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } | |
3795 | ||
3796 | .was-validated .custom-select:valid, .custom-select.is-valid { | |
1a17df08 | 3797 | border-color: #398439; |
10425e73 | 3798 | padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); |
1a17df08 | 3799 | background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23398439' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } |
10425e73 | 3800 | .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { |
1a17df08 BB |
3801 | border-color: #398439; |
3802 | box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.25); } | |
10425e73 BB |
3803 | .was-validated .custom-select:valid ~ .valid-feedback, |
3804 | .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, | |
de213bf0 BB |
3805 | .custom-select.is-valid ~ .valid-tooltip { |
3806 | display: block; } | |
3807 | ||
10425e73 BB |
3808 | .was-validated .form-control-file:valid ~ .valid-feedback, |
3809 | .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, | |
3810 | .form-control-file.is-valid ~ .valid-tooltip { | |
3811 | display: block; } | |
3812 | ||
de213bf0 | 3813 | .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { |
1a17df08 | 3814 | color: #398439; } |
de213bf0 BB |
3815 | |
3816 | .was-validated .form-check-input:valid ~ .valid-feedback, | |
3817 | .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, | |
3818 | .form-check-input.is-valid ~ .valid-tooltip { | |
3819 | display: block; } | |
3820 | ||
3821 | .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { | |
1a17df08 | 3822 | color: #398439; } |
de213bf0 | 3823 | .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { |
1a17df08 | 3824 | border-color: #398439; } |
de213bf0 BB |
3825 | |
3826 | .was-validated .custom-control-input:valid ~ .valid-feedback, | |
3827 | .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, | |
3828 | .custom-control-input.is-valid ~ .valid-tooltip { | |
3829 | display: block; } | |
3830 | ||
3831 | .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { | |
1a17df08 BB |
3832 | border-color: #48a848; |
3833 | background-color: #48a848; } | |
de213bf0 BB |
3834 | |
3835 | .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { | |
1a17df08 | 3836 | box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.25); } |
10425e73 BB |
3837 | |
3838 | .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { | |
1a17df08 | 3839 | border-color: #398439; } |
de213bf0 BB |
3840 | |
3841 | .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { | |
1a17df08 | 3842 | border-color: #398439; } |
de213bf0 BB |
3843 | |
3844 | .was-validated .custom-file-input:valid ~ .valid-feedback, | |
3845 | .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, | |
3846 | .custom-file-input.is-valid ~ .valid-tooltip { | |
3847 | display: block; } | |
3848 | ||
3849 | .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { | |
1a17df08 BB |
3850 | border-color: #398439; |
3851 | box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.25); } | |
de213bf0 BB |
3852 | |
3853 | .invalid-feedback { | |
3854 | display: none; | |
3855 | width: 100%; | |
3856 | margin-top: 0.25rem; | |
3857 | font-size: 80%; | |
1a17df08 | 3858 | color: #d43f3a; } |
de213bf0 BB |
3859 | |
3860 | .invalid-tooltip { | |
3861 | position: absolute; | |
3862 | top: 100%; | |
3863 | z-index: 5; | |
3864 | display: none; | |
3865 | max-width: 100%; | |
10425e73 | 3866 | padding: 0.25rem 0.5rem; |
de213bf0 | 3867 | margin-top: .1rem; |
10425e73 BB |
3868 | font-size: 0.8203125rem; |
3869 | line-height: 1.5; | |
de213bf0 | 3870 | color: #fff; |
1a17df08 | 3871 | background-color: rgba(212, 63, 58, 0.9); |
10425e73 | 3872 | border-radius: 0.25rem; } |
de213bf0 | 3873 | |
10425e73 | 3874 | .was-validated .form-control:invalid, .form-control.is-invalid { |
1a17df08 | 3875 | border-color: #d43f3a; |
10425e73 | 3876 | padding-right: calc(1.5em + 0.75rem); |
1a17df08 | 3877 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d43f3a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d43f3a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); |
10425e73 BB |
3878 | background-repeat: no-repeat; |
3879 | background-position: center right calc(0.375em + 0.1875rem); | |