]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - static/css/style.css
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[people/shoehn/ipfire.org.git] / static / css / style.css
1 /*!
2 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
3 * Copyright 2011-2017 The Bootstrap Authors
4 * Copyright 2011-2017 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 */
7 @import url("https://fonts.googleapis.com/css?family=Ubuntu");
8 /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
9 html {
10 font-family: sans-serif;
11 line-height: 1.15;
12 -ms-text-size-adjust: 100%;
13 -webkit-text-size-adjust: 100%; }
14
15 body {
16 margin: 0; }
17
18 article,
19 aside,
20 footer,
21 header,
22 nav,
23 section {
24 display: block; }
25
26 h1 {
27 font-size: 2em;
28 margin: 0.67em 0; }
29
30 figcaption,
31 figure,
32 main {
33 display: block; }
34
35 figure {
36 margin: 1em 40px; }
37
38 hr {
39 box-sizing: content-box;
40 height: 0;
41 overflow: visible; }
42
43 pre {
44 font-family: monospace, monospace;
45 font-size: 1em; }
46
47 a {
48 background-color: transparent;
49 -webkit-text-decoration-skip: objects; }
50
51 a:active,
52 a:hover {
53 outline-width: 0; }
54
55 abbr[title] {
56 border-bottom: none;
57 text-decoration: underline;
58 text-decoration: underline dotted; }
59
60 b,
61 strong {
62 font-weight: inherit; }
63
64 b,
65 strong {
66 font-weight: bolder; }
67
68 code,
69 kbd,
70 samp {
71 font-family: monospace, monospace;
72 font-size: 1em; }
73
74 dfn {
75 font-style: italic; }
76
77 mark {
78 background-color: #ff0;
79 color: #000; }
80
81 small {
82 font-size: 80%; }
83
84 sub,
85 sup {
86 font-size: 75%;
87 line-height: 0;
88 position: relative;
89 vertical-align: baseline; }
90
91 sub {
92 bottom: -0.25em; }
93
94 sup {
95 top: -0.5em; }
96
97 audio,
98 video {
99 display: inline-block; }
100
101 audio:not([controls]) {
102 display: none;
103 height: 0; }
104
105 img {
106 border-style: none; }
107
108 svg:not(:root) {
109 overflow: hidden; }
110
111 button,
112 input,
113 optgroup,
114 select,
115 textarea {
116 font-family: sans-serif;
117 font-size: 100%;
118 line-height: 1.15;
119 margin: 0; }
120
121 button,
122 input {
123 overflow: visible; }
124
125 button,
126 select {
127 text-transform: none; }
128
129 button,
130 html [type="button"],
131 [type="reset"],
132 [type="submit"] {
133 -webkit-appearance: button; }
134
135 button::-moz-focus-inner,
136 [type="button"]::-moz-focus-inner,
137 [type="reset"]::-moz-focus-inner,
138 [type="submit"]::-moz-focus-inner {
139 border-style: none;
140 padding: 0; }
141
142 button:-moz-focusring,
143 [type="button"]:-moz-focusring,
144 [type="reset"]:-moz-focusring,
145 [type="submit"]:-moz-focusring {
146 outline: 1px dotted ButtonText; }
147
148 fieldset {
149 border: 1px solid #c0c0c0;
150 margin: 0 2px;
151 padding: 0.35em 0.625em 0.75em; }
152
153 legend {
154 box-sizing: border-box;
155 color: inherit;
156 display: table;
157 max-width: 100%;
158 padding: 0;
159 white-space: normal; }
160
161 progress {
162 display: inline-block;
163 vertical-align: baseline; }
164
165 textarea {
166 overflow: auto; }
167
168 [type="checkbox"],
169 [type="radio"] {
170 box-sizing: border-box;
171 padding: 0; }
172
173 [type="number"]::-webkit-inner-spin-button,
174 [type="number"]::-webkit-outer-spin-button {
175 height: auto; }
176
177 [type="search"] {
178 -webkit-appearance: textfield;
179 outline-offset: -2px; }
180
181 [type="search"]::-webkit-search-cancel-button,
182 [type="search"]::-webkit-search-decoration {
183 -webkit-appearance: none; }
184
185 ::-webkit-file-upload-button {
186 -webkit-appearance: button;
187 font: inherit; }
188
189 details,
190 menu {
191 display: block; }
192
193 summary {
194 display: list-item; }
195
196 canvas {
197 display: inline-block; }
198
199 template {
200 display: none; }
201
202 [hidden] {
203 display: none; }
204
205 html {
206 box-sizing: border-box; }
207
208 *,
209 *::before,
210 *::after {
211 box-sizing: inherit; }
212
213 @-ms-viewport {
214 width: device-width; }
215
216 html {
217 -ms-overflow-style: scrollbar;
218 -webkit-tap-highlight-color: transparent; }
219
220 body {
221 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
222 font-size: 1rem;
223 font-weight: normal;
224 line-height: 1.5;
225 color: #292b2c;
226 background-color: #fff; }
227
228 [tabindex="-1"]:focus {
229 outline: none !important; }
230
231 h1, h2, h3, h4, h5, h6 {
232 margin-top: 0;
233 margin-bottom: .5rem; }
234
235 p {
236 margin-top: 0;
237 margin-bottom: 1rem; }
238
239 abbr[title],
240 abbr[data-original-title] {
241 cursor: help; }
242
243 address {
244 margin-bottom: 1rem;
245 font-style: normal;
246 line-height: inherit; }
247
248 ol,
249 ul,
250 dl {
251 margin-top: 0;
252 margin-bottom: 1rem; }
253
254 ol ol,
255 ul ul,
256 ol ul,
257 ul ol {
258 margin-bottom: 0; }
259
260 dt {
261 font-weight: bold; }
262
263 dd {
264 margin-bottom: .5rem;
265 margin-left: 0; }
266
267 blockquote {
268 margin: 0 0 1rem; }
269
270 a {
271 color: #0275d8;
272 text-decoration: none; }
273 a:focus, a:hover {
274 color: #014c8c;
275 text-decoration: underline; }
276
277 a:not([href]):not([tabindex]) {
278 color: inherit;
279 text-decoration: none; }
280 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
281 color: inherit;
282 text-decoration: none; }
283 a:not([href]):not([tabindex]):focus {
284 outline: 0; }
285
286 pre {
287 margin-top: 0;
288 margin-bottom: 1rem;
289 overflow: auto; }
290
291 figure {
292 margin: 0 0 1rem; }
293
294 img {
295 vertical-align: middle; }
296
297 [role="button"] {
298 cursor: pointer; }
299
300 a,
301 area,
302 button,
303 [role="button"],
304 input,
305 label,
306 select,
307 summary,
308 textarea {
309 -ms-touch-action: manipulation;
310 touch-action: manipulation; }
311
312 table {
313 border-collapse: collapse;
314 background-color: transparent; }
315
316 caption {
317 padding-top: 0.75rem;
318 padding-bottom: 0.75rem;
319 color: #636c72;
320 text-align: left;
321 caption-side: bottom; }
322
323 th {
324 text-align: left; }
325
326 label {
327 display: inline-block;
328 margin-bottom: .5rem; }
329
330 button:focus {
331 outline: 1px dotted;
332 outline: 5px auto -webkit-focus-ring-color; }
333
334 input,
335 button,
336 select,
337 textarea {
338 line-height: inherit; }
339
340 input[type="radio"]:disabled,
341 input[type="checkbox"]:disabled {
342 cursor: not-allowed; }
343
344 input[type="date"],
345 input[type="time"],
346 input[type="datetime-local"],
347 input[type="month"] {
348 -webkit-appearance: listbox; }
349
350 textarea {
351 resize: vertical; }
352
353 fieldset {
354 min-width: 0;
355 padding: 0;
356 margin: 0;
357 border: 0; }
358
359 legend {
360 display: block;
361 width: 100%;
362 padding: 0;
363 margin-bottom: .5rem;
364 font-size: 1.5rem;
365 line-height: inherit; }
366
367 input[type="search"] {
368 -webkit-appearance: none; }
369
370 output {
371 display: inline-block; }
372
373 [hidden] {
374 display: none !important; }
375
376 h1, h2, h3, h4, h5, h6,
377 .h1, .h2, .h3, .h4, .h5, .h6 {
378 margin-bottom: 0.5rem;
379 font-family: inherit;
380 font-weight: 500;
381 line-height: 1.1;
382 color: inherit; }
383
384 h1, .h1 {
385 font-size: 2.5rem; }
386
387 h2, .h2 {
388 font-size: 2rem; }
389
390 h3, .h3 {
391 font-size: 1.75rem; }
392
393 h4, .h4 {
394 font-size: 1.5rem; }
395
396 h5, .h5 {
397 font-size: 1.25rem; }
398
399 h6, .h6 {
400 font-size: 1rem; }
401
402 .lead {
403 font-size: 1.25rem;
404 font-weight: 300; }
405
406 .display-1 {
407 font-size: 6rem;
408 font-weight: 300;
409 line-height: 1.1; }
410
411 .display-2 {
412 font-size: 5.5rem;
413 font-weight: 300;
414 line-height: 1.1; }
415
416 .display-3 {
417 font-size: 4.5rem;
418 font-weight: 300;
419 line-height: 1.1; }
420
421 .display-4 {
422 font-size: 3.5rem;
423 font-weight: 300;
424 line-height: 1.1; }
425
426 hr {
427 margin-top: 1rem;
428 margin-bottom: 1rem;
429 border: 0;
430 border-top: 1px solid rgba(0, 0, 0, 0.1); }
431
432 small,
433 .small {
434 font-size: 80%;
435 font-weight: normal; }
436
437 mark,
438 .mark {
439 padding: 0.2em;
440 background-color: #fcf8e3; }
441
442 .list-unstyled {
443 padding-left: 0;
444 list-style: none; }
445
446 .list-inline {
447 padding-left: 0;
448 list-style: none; }
449
450 .list-inline-item {
451 display: inline-block; }
452 .list-inline-item:not(:last-child) {
453 margin-right: 5px; }
454
455 .initialism {
456 font-size: 90%;
457 text-transform: uppercase; }
458
459 .blockquote {
460 padding: 0.5rem 1rem;
461 margin-bottom: 1rem;
462 font-size: 1.25rem;
463 border-left: 0.25rem solid #eceeef; }
464
465 .blockquote-footer {
466 display: block;
467 font-size: 80%;
468 color: #636c72; }
469 .blockquote-footer::before {
470 content: "\2014 \00A0"; }
471
472 .blockquote-reverse {
473 padding-right: 1rem;
474 padding-left: 0;
475 text-align: right;
476 border-right: 0.25rem solid #eceeef;
477 border-left: 0; }
478
479 .blockquote-reverse .blockquote-footer::before {
480 content: ""; }
481
482 .blockquote-reverse .blockquote-footer::after {
483 content: "\00A0 \2014"; }
484
485 .img-fluid {
486 max-width: 100%;
487 height: auto; }
488
489 .img-thumbnail {
490 padding: 0.25rem;
491 background-color: #fff;
492 border: 1px solid #ddd;
493 border-radius: 0.25rem;
494 -webkit-transition: all 0.2s ease-in-out;
495 transition: all 0.2s ease-in-out;
496 max-width: 100%;
497 height: auto; }
498
499 .figure {
500 display: inline-block; }
501
502 .figure-img {
503 margin-bottom: 0.5rem;
504 line-height: 1; }
505
506 .figure-caption {
507 font-size: 90%;
508 color: #636c72; }
509
510 .container {
511 position: relative;
512 margin-left: auto;
513 margin-right: auto;
514 padding-right: 15px;
515 padding-left: 15px; }
516 @media (min-width: 576px) {
517 .container {
518 padding-right: 15px;
519 padding-left: 15px; } }
520 @media (min-width: 768px) {
521 .container {
522 padding-right: 15px;
523 padding-left: 15px; } }
524 @media (min-width: 992px) {
525 .container {
526 padding-right: 15px;
527 padding-left: 15px; } }
528 @media (min-width: 1200px) {
529 .container {
530 padding-right: 15px;
531 padding-left: 15px; } }
532 @media (min-width: 576px) {
533 .container {
534 width: 540px;
535 max-width: 100%; } }
536 @media (min-width: 768px) {
537 .container {
538 width: 720px;
539 max-width: 100%; } }
540 @media (min-width: 992px) {
541 .container {
542 width: 960px;
543 max-width: 100%; } }
544 @media (min-width: 1200px) {
545 .container {
546 width: 1140px;
547 max-width: 100%; } }
548
549 .container-fluid {
550 position: relative;
551 margin-left: auto;
552 margin-right: auto;
553 padding-right: 15px;
554 padding-left: 15px; }
555 @media (min-width: 576px) {
556 .container-fluid {
557 padding-right: 15px;
558 padding-left: 15px; } }
559 @media (min-width: 768px) {
560 .container-fluid {
561 padding-right: 15px;
562 padding-left: 15px; } }
563 @media (min-width: 992px) {
564 .container-fluid {
565 padding-right: 15px;
566 padding-left: 15px; } }
567 @media (min-width: 1200px) {
568 .container-fluid {
569 padding-right: 15px;
570 padding-left: 15px; } }
571
572 .row {
573 display: -webkit-box;
574 display: -ms-flexbox;
575 display: flex;
576 -ms-flex-wrap: wrap;
577 flex-wrap: wrap;
578 margin-right: -15px;
579 margin-left: -15px; }
580 @media (min-width: 576px) {
581 .row {
582 margin-right: -15px;
583 margin-left: -15px; } }
584 @media (min-width: 768px) {
585 .row {
586 margin-right: -15px;
587 margin-left: -15px; } }
588 @media (min-width: 992px) {
589 .row {
590 margin-right: -15px;
591 margin-left: -15px; } }
592 @media (min-width: 1200px) {
593 .row {
594 margin-right: -15px;
595 margin-left: -15px; } }
596
597 .no-gutters {
598 margin-right: 0;
599 margin-left: 0; }
600 .no-gutters > .col,
601 .no-gutters > [class*="col-"] {
602 padding-right: 0;
603 padding-left: 0; }
604
605 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
606 position: relative;
607 width: 100%;
608 min-height: 1px;
609 padding-right: 15px;
610 padding-left: 15px; }
611 @media (min-width: 576px) {
612 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
613 padding-right: 15px;
614 padding-left: 15px; } }
615 @media (min-width: 768px) {
616 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
617 padding-right: 15px;
618 padding-left: 15px; } }
619 @media (min-width: 992px) {
620 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
621 padding-right: 15px;
622 padding-left: 15px; } }
623 @media (min-width: 1200px) {
624 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
625 padding-right: 15px;
626 padding-left: 15px; } }
627
628 .col {
629 -ms-flex-preferred-size: 0;
630 flex-basis: 0;
631 -webkit-box-flex: 1;
632 -ms-flex-positive: 1;
633 flex-grow: 1;
634 max-width: 100%; }
635
636 .col-auto {
637 -webkit-box-flex: 0;
638 -ms-flex: 0 0 auto;
639 flex: 0 0 auto;
640 width: auto; }
641
642 .col-1 {
643 -webkit-box-flex: 0;
644 -ms-flex: 0 0 8.3333333333%;
645 flex: 0 0 8.3333333333%;
646 max-width: 8.3333333333%; }
647
648 .col-2 {
649 -webkit-box-flex: 0;
650 -ms-flex: 0 0 16.6666666667%;
651 flex: 0 0 16.6666666667%;
652 max-width: 16.6666666667%; }
653
654 .col-3 {
655 -webkit-box-flex: 0;
656 -ms-flex: 0 0 25%;
657 flex: 0 0 25%;
658 max-width: 25%; }
659
660 .col-4 {
661 -webkit-box-flex: 0;
662 -ms-flex: 0 0 33.3333333333%;
663 flex: 0 0 33.3333333333%;
664 max-width: 33.3333333333%; }
665
666 .col-5 {
667 -webkit-box-flex: 0;
668 -ms-flex: 0 0 41.6666666667%;
669 flex: 0 0 41.6666666667%;
670 max-width: 41.6666666667%; }
671
672 .col-6 {
673 -webkit-box-flex: 0;
674 -ms-flex: 0 0 50%;
675 flex: 0 0 50%;
676 max-width: 50%; }
677
678 .col-7 {
679 -webkit-box-flex: 0;
680 -ms-flex: 0 0 58.3333333333%;
681 flex: 0 0 58.3333333333%;
682 max-width: 58.3333333333%; }
683
684 .col-8 {
685 -webkit-box-flex: 0;
686 -ms-flex: 0 0 66.6666666667%;
687 flex: 0 0 66.6666666667%;
688 max-width: 66.6666666667%; }
689
690 .col-9 {
691 -webkit-box-flex: 0;
692 -ms-flex: 0 0 75%;
693 flex: 0 0 75%;
694 max-width: 75%; }
695
696 .col-10 {
697 -webkit-box-flex: 0;
698 -ms-flex: 0 0 83.3333333333%;
699 flex: 0 0 83.3333333333%;
700 max-width: 83.3333333333%; }
701
702 .col-11 {
703 -webkit-box-flex: 0;
704 -ms-flex: 0 0 91.6666666667%;
705 flex: 0 0 91.6666666667%;
706 max-width: 91.6666666667%; }
707
708 .col-12 {
709 -webkit-box-flex: 0;
710 -ms-flex: 0 0 100%;
711 flex: 0 0 100%;
712 max-width: 100%; }
713
714 .pull-0 {
715 right: auto; }
716
717 .pull-1 {
718 right: 8.3333333333%; }
719
720 .pull-2 {
721 right: 16.6666666667%; }
722
723 .pull-3 {
724 right: 25%; }
725
726 .pull-4 {
727 right: 33.3333333333%; }
728
729 .pull-5 {
730 right: 41.6666666667%; }
731
732 .pull-6 {
733 right: 50%; }
734
735 .pull-7 {
736 right: 58.3333333333%; }
737
738 .pull-8 {
739 right: 66.6666666667%; }
740
741 .pull-9 {
742 right: 75%; }
743
744 .pull-10 {
745 right: 83.3333333333%; }
746
747 .pull-11 {
748 right: 91.6666666667%; }
749
750 .pull-12 {
751 right: 100%; }
752
753 .push-0 {
754 left: auto; }
755
756 .push-1 {
757 left: 8.3333333333%; }
758
759 .push-2 {
760 left: 16.6666666667%; }
761
762 .push-3 {
763 left: 25%; }
764
765 .push-4 {
766 left: 33.3333333333%; }
767
768 .push-5 {
769 left: 41.6666666667%; }
770
771 .push-6 {
772 left: 50%; }
773
774 .push-7 {
775 left: 58.3333333333%; }
776
777 .push-8 {
778 left: 66.6666666667%; }
779
780 .push-9 {
781 left: 75%; }
782
783 .push-10 {
784 left: 83.3333333333%; }
785
786 .push-11 {
787 left: 91.6666666667%; }
788
789 .push-12 {
790 left: 100%; }
791
792 .offset-1 {
793 margin-left: 8.3333333333%; }
794
795 .offset-2 {
796 margin-left: 16.6666666667%; }
797
798 .offset-3 {
799 margin-left: 25%; }
800
801 .offset-4 {
802 margin-left: 33.3333333333%; }
803
804 .offset-5 {
805 margin-left: 41.6666666667%; }
806
807 .offset-6 {
808 margin-left: 50%; }
809
810 .offset-7 {
811 margin-left: 58.3333333333%; }
812
813 .offset-8 {
814 margin-left: 66.6666666667%; }
815
816 .offset-9 {
817 margin-left: 75%; }
818
819 .offset-10 {
820 margin-left: 83.3333333333%; }
821
822 .offset-11 {
823 margin-left: 91.6666666667%; }
824
825 @media (min-width: 576px) {
826 .col-sm {
827 -ms-flex-preferred-size: 0;
828 flex-basis: 0;
829 -webkit-box-flex: 1;
830 -ms-flex-positive: 1;
831 flex-grow: 1;
832 max-width: 100%; }
833 .col-sm-auto {
834 -webkit-box-flex: 0;
835 -ms-flex: 0 0 auto;
836 flex: 0 0 auto;
837 width: auto; }
838 .col-sm-1 {
839 -webkit-box-flex: 0;
840 -ms-flex: 0 0 8.3333333333%;
841 flex: 0 0 8.3333333333%;
842 max-width: 8.3333333333%; }
843 .col-sm-2 {
844 -webkit-box-flex: 0;
845 -ms-flex: 0 0 16.6666666667%;
846 flex: 0 0 16.6666666667%;
847 max-width: 16.6666666667%; }
848 .col-sm-3 {
849 -webkit-box-flex: 0;
850 -ms-flex: 0 0 25%;
851 flex: 0 0 25%;
852 max-width: 25%; }
853 .col-sm-4 {
854 -webkit-box-flex: 0;
855 -ms-flex: 0 0 33.3333333333%;
856 flex: 0 0 33.3333333333%;
857 max-width: 33.3333333333%; }
858 .col-sm-5 {
859 -webkit-box-flex: 0;
860 -ms-flex: 0 0 41.6666666667%;
861 flex: 0 0 41.6666666667%;
862 max-width: 41.6666666667%; }
863 .col-sm-6 {
864 -webkit-box-flex: 0;
865 -ms-flex: 0 0 50%;
866 flex: 0 0 50%;
867 max-width: 50%; }
868 .col-sm-7 {
869 -webkit-box-flex: 0;
870 -ms-flex: 0 0 58.3333333333%;
871 flex: 0 0 58.3333333333%;
872 max-width: 58.3333333333%; }
873 .col-sm-8 {
874 -webkit-box-flex: 0;
875 -ms-flex: 0 0 66.6666666667%;
876 flex: 0 0 66.6666666667%;
877 max-width: 66.6666666667%; }
878 .col-sm-9 {
879 -webkit-box-flex: 0;
880 -ms-flex: 0 0 75%;
881 flex: 0 0 75%;
882 max-width: 75%; }
883 .col-sm-10 {
884 -webkit-box-flex: 0;
885 -ms-flex: 0 0 83.3333333333%;
886 flex: 0 0 83.3333333333%;
887 max-width: 83.3333333333%; }
888 .col-sm-11 {
889 -webkit-box-flex: 0;
890 -ms-flex: 0 0 91.6666666667%;
891 flex: 0 0 91.6666666667%;
892 max-width: 91.6666666667%; }
893 .col-sm-12 {
894 -webkit-box-flex: 0;
895 -ms-flex: 0 0 100%;
896 flex: 0 0 100%;
897 max-width: 100%; }
898 .pull-sm-0 {
899 right: auto; }
900 .pull-sm-1 {
901 right: 8.3333333333%; }
902 .pull-sm-2 {
903 right: 16.6666666667%; }
904 .pull-sm-3 {
905 right: 25%; }
906 .pull-sm-4 {
907 right: 33.3333333333%; }
908 .pull-sm-5 {
909 right: 41.6666666667%; }
910 .pull-sm-6 {
911 right: 50%; }
912 .pull-sm-7 {
913 right: 58.3333333333%; }
914 .pull-sm-8 {
915 right: 66.6666666667%; }
916 .pull-sm-9 {
917 right: 75%; }
918 .pull-sm-10 {
919 right: 83.3333333333%; }
920 .pull-sm-11 {
921 right: 91.6666666667%; }
922 .pull-sm-12 {
923 right: 100%; }
924 .push-sm-0 {
925 left: auto; }
926 .push-sm-1 {
927 left: 8.3333333333%; }
928 .push-sm-2 {
929 left: 16.6666666667%; }
930 .push-sm-3 {
931 left: 25%; }
932 .push-sm-4 {
933 left: 33.3333333333%; }
934 .push-sm-5 {
935 left: 41.6666666667%; }
936 .push-sm-6 {
937 left: 50%; }
938 .push-sm-7 {
939 left: 58.3333333333%; }
940 .push-sm-8 {
941 left: 66.6666666667%; }
942 .push-sm-9 {
943 left: 75%; }
944 .push-sm-10 {
945 left: 83.3333333333%; }
946 .push-sm-11 {
947 left: 91.6666666667%; }
948 .push-sm-12 {
949 left: 100%; }
950 .offset-sm-0 {
951 margin-left: 0%; }
952 .offset-sm-1 {
953 margin-left: 8.3333333333%; }
954 .offset-sm-2 {
955 margin-left: 16.6666666667%; }
956 .offset-sm-3 {
957 margin-left: 25%; }
958 .offset-sm-4 {
959 margin-left: 33.3333333333%; }
960 .offset-sm-5 {
961 margin-left: 41.6666666667%; }
962 .offset-sm-6 {
963 margin-left: 50%; }
964 .offset-sm-7 {
965 margin-left: 58.3333333333%; }
966 .offset-sm-8 {
967 margin-left: 66.6666666667%; }
968 .offset-sm-9 {
969 margin-left: 75%; }
970 .offset-sm-10 {
971 margin-left: 83.3333333333%; }
972 .offset-sm-11 {
973 margin-left: 91.6666666667%; } }
974
975 @media (min-width: 768px) {
976 .col-md {
977 -ms-flex-preferred-size: 0;
978 flex-basis: 0;
979 -webkit-box-flex: 1;
980 -ms-flex-positive: 1;
981 flex-grow: 1;
982 max-width: 100%; }
983 .col-md-auto {
984 -webkit-box-flex: 0;
985 -ms-flex: 0 0 auto;
986 flex: 0 0 auto;
987 width: auto; }
988 .col-md-1 {
989 -webkit-box-flex: 0;
990 -ms-flex: 0 0 8.3333333333%;
991 flex: 0 0 8.3333333333%;
992 max-width: 8.3333333333%; }
993 .col-md-2 {
994 -webkit-box-flex: 0;
995 -ms-flex: 0 0 16.6666666667%;
996 flex: 0 0 16.6666666667%;
997 max-width: 16.6666666667%; }
998 .col-md-3 {
999 -webkit-box-flex: 0;
1000 -ms-flex: 0 0 25%;
1001 flex: 0 0 25%;
1002 max-width: 25%; }
1003 .col-md-4 {
1004 -webkit-box-flex: 0;
1005 -ms-flex: 0 0 33.3333333333%;
1006 flex: 0 0 33.3333333333%;
1007 max-width: 33.3333333333%; }
1008 .col-md-5 {
1009 -webkit-box-flex: 0;
1010 -ms-flex: 0 0 41.6666666667%;
1011 flex: 0 0 41.6666666667%;
1012 max-width: 41.6666666667%; }
1013 .col-md-6 {
1014 -webkit-box-flex: 0;
1015 -ms-flex: 0 0 50%;
1016 flex: 0 0 50%;
1017 max-width: 50%; }
1018 .col-md-7 {
1019 -webkit-box-flex: 0;
1020 -ms-flex: 0 0 58.3333333333%;
1021 flex: 0 0 58.3333333333%;
1022 max-width: 58.3333333333%; }
1023 .col-md-8 {
1024 -webkit-box-flex: 0;
1025 -ms-flex: 0 0 66.6666666667%;
1026 flex: 0 0 66.6666666667%;
1027 max-width: 66.6666666667%; }
1028 .col-md-9 {
1029 -webkit-box-flex: 0;
1030 -ms-flex: 0 0 75%;
1031 flex: 0 0 75%;
1032 max-width: 75%; }
1033 .col-md-10 {
1034 -webkit-box-flex: 0;
1035 -ms-flex: 0 0 83.3333333333%;
1036 flex: 0 0 83.3333333333%;
1037 max-width: 83.3333333333%; }
1038 .col-md-11 {
1039 -webkit-box-flex: 0;
1040 -ms-flex: 0 0 91.6666666667%;
1041 flex: 0 0 91.6666666667%;
1042 max-width: 91.6666666667%; }
1043 .col-md-12 {
1044 -webkit-box-flex: 0;
1045 -ms-flex: 0 0 100%;
1046 flex: 0 0 100%;
1047 max-width: 100%; }
1048 .pull-md-0 {
1049 right: auto; }
1050 .pull-md-1 {
1051 right: 8.3333333333%; }
1052 .pull-md-2 {
1053 right: 16.6666666667%; }
1054 .pull-md-3 {
1055 right: 25%; }
1056 .pull-md-4 {
1057 right: 33.3333333333%; }
1058 .pull-md-5 {
1059 right: 41.6666666667%; }
1060 .pull-md-6 {
1061 right: 50%; }
1062 .pull-md-7 {
1063 right: 58.3333333333%; }
1064 .pull-md-8 {
1065 right: 66.6666666667%; }
1066 .pull-md-9 {
1067 right: 75%; }
1068 .pull-md-10 {
1069 right: 83.3333333333%; }
1070 .pull-md-11 {
1071 right: 91.6666666667%; }
1072 .pull-md-12 {
1073 right: 100%; }
1074 .push-md-0 {
1075 left: auto; }
1076 .push-md-1 {
1077 left: 8.3333333333%; }
1078 .push-md-2 {
1079 left: 16.6666666667%; }
1080 .push-md-3 {
1081 left: 25%; }
1082 .push-md-4 {
1083 left: 33.3333333333%; }
1084 .push-md-5 {
1085 left: 41.6666666667%; }
1086 .push-md-6 {
1087 left: 50%; }
1088 .push-md-7 {
1089 left: 58.3333333333%; }
1090 .push-md-8 {
1091 left: 66.6666666667%; }
1092 .push-md-9 {
1093 left: 75%; }
1094 .push-md-10 {
1095 left: 83.3333333333%; }
1096 .push-md-11 {
1097 left: 91.6666666667%; }
1098 .push-md-12 {
1099 left: 100%; }
1100 .offset-md-0 {
1101 margin-left: 0%; }
1102 .offset-md-1 {
1103 margin-left: 8.3333333333%; }
1104 .offset-md-2 {
1105 margin-left: 16.6666666667%; }
1106 .offset-md-3 {
1107 margin-left: 25%; }
1108 .offset-md-4 {
1109 margin-left: 33.3333333333%; }
1110 .offset-md-5 {
1111 margin-left: 41.6666666667%; }
1112 .offset-md-6 {
1113 margin-left: 50%; }
1114 .offset-md-7 {
1115 margin-left: 58.3333333333%; }
1116 .offset-md-8 {
1117 margin-left: 66.6666666667%; }
1118 .offset-md-9 {
1119 margin-left: 75%; }
1120 .offset-md-10 {
1121 margin-left: 83.3333333333%; }
1122 .offset-md-11 {
1123 margin-left: 91.6666666667%; } }
1124
1125 @media (min-width: 992px) {
1126 .col-lg {
1127 -ms-flex-preferred-size: 0;
1128 flex-basis: 0;
1129 -webkit-box-flex: 1;
1130 -ms-flex-positive: 1;
1131 flex-grow: 1;
1132 max-width: 100%; }
1133 .col-lg-auto {
1134 -webkit-box-flex: 0;
1135 -ms-flex: 0 0 auto;
1136 flex: 0 0 auto;
1137 width: auto; }
1138 .col-lg-1 {
1139 -webkit-box-flex: 0;
1140 -ms-flex: 0 0 8.3333333333%;
1141 flex: 0 0 8.3333333333%;
1142 max-width: 8.3333333333%; }
1143 .col-lg-2 {
1144 -webkit-box-flex: 0;
1145 -ms-flex: 0 0 16.6666666667%;
1146 flex: 0 0 16.6666666667%;
1147 max-width: 16.6666666667%; }
1148 .col-lg-3 {
1149 -webkit-box-flex: 0;
1150 -ms-flex: 0 0 25%;
1151 flex: 0 0 25%;
1152 max-width: 25%; }
1153 .col-lg-4 {
1154 -webkit-box-flex: 0;
1155 -ms-flex: 0 0 33.3333333333%;
1156 flex: 0 0 33.3333333333%;
1157 max-width: 33.3333333333%; }
1158 .col-lg-5 {
1159 -webkit-box-flex: 0;
1160 -ms-flex: 0 0 41.6666666667%;
1161 flex: 0 0 41.6666666667%;
1162 max-width: 41.6666666667%; }
1163 .col-lg-6 {
1164 -webkit-box-flex: 0;
1165 -ms-flex: 0 0 50%;
1166 flex: 0 0 50%;
1167 max-width: 50%; }
1168 .col-lg-7 {
1169 -webkit-box-flex: 0;
1170 -ms-flex: 0 0 58.3333333333%;
1171 flex: 0 0 58.3333333333%;
1172 max-width: 58.3333333333%; }
1173 .col-lg-8 {
1174 -webkit-box-flex: 0;
1175 -ms-flex: 0 0 66.6666666667%;
1176 flex: 0 0 66.6666666667%;
1177 max-width: 66.6666666667%; }
1178 .col-lg-9 {
1179 -webkit-box-flex: 0;
1180 -ms-flex: 0 0 75%;
1181 flex: 0 0 75%;
1182 max-width: 75%; }
1183 .col-lg-10 {
1184 -webkit-box-flex: 0;
1185 -ms-flex: 0 0 83.3333333333%;
1186 flex: 0 0 83.3333333333%;
1187 max-width: 83.3333333333%; }
1188 .col-lg-11 {
1189 -webkit-box-flex: 0;
1190 -ms-flex: 0 0 91.6666666667%;
1191 flex: 0 0 91.6666666667%;
1192 max-width: 91.6666666667%; }
1193 .col-lg-12 {
1194 -webkit-box-flex: 0;
1195 -ms-flex: 0 0 100%;
1196 flex: 0 0 100%;
1197 max-width: 100%; }
1198 .pull-lg-0 {
1199 right: auto; }
1200 .pull-lg-1 {
1201 right: 8.3333333333%; }
1202 .pull-lg-2 {
1203 right: 16.6666666667%; }
1204 .pull-lg-3 {
1205 right: 25%; }
1206 .pull-lg-4 {
1207 right: 33.3333333333%; }
1208 .pull-lg-5 {
1209 right: 41.6666666667%; }
1210 .pull-lg-6 {
1211 right: 50%; }
1212 .pull-lg-7 {
1213 right: 58.3333333333%; }
1214 .pull-lg-8 {
1215 right: 66.6666666667%; }
1216 .pull-lg-9 {
1217 right: 75%; }
1218 .pull-lg-10 {
1219 right: 83.3333333333%; }
1220 .pull-lg-11 {
1221 right: 91.6666666667%; }
1222 .pull-lg-12 {
1223 right: 100%; }
1224 .push-lg-0 {
1225 left: auto; }
1226 .push-lg-1 {
1227 left: 8.3333333333%; }
1228 .push-lg-2 {
1229 left: 16.6666666667%; }
1230 .push-lg-3 {
1231 left: 25%; }
1232 .push-lg-4 {
1233 left: 33.3333333333%; }
1234 .push-lg-5 {
1235 left: 41.6666666667%; }
1236 .push-lg-6 {
1237 left: 50%; }
1238 .push-lg-7 {
1239 left: 58.3333333333%; }
1240 .push-lg-8 {
1241 left: 66.6666666667%; }
1242 .push-lg-9 {
1243 left: 75%; }
1244 .push-lg-10 {
1245 left: 83.3333333333%; }
1246 .push-lg-11 {
1247 left: 91.6666666667%; }
1248 .push-lg-12 {
1249 left: 100%; }
1250 .offset-lg-0 {
1251 margin-left: 0%; }
1252 .offset-lg-1 {
1253 margin-left: 8.3333333333%; }
1254 .offset-lg-2 {
1255 margin-left: 16.6666666667%; }
1256 .offset-lg-3 {
1257 margin-left: 25%; }
1258 .offset-lg-4 {
1259 margin-left: 33.3333333333%; }
1260 .offset-lg-5 {
1261 margin-left: 41.6666666667%; }
1262 .offset-lg-6 {
1263 margin-left: 50%; }
1264 .offset-lg-7 {
1265 margin-left: 58.3333333333%; }
1266 .offset-lg-8 {
1267 margin-left: 66.6666666667%; }
1268 .offset-lg-9 {
1269 margin-left: 75%; }
1270 .offset-lg-10 {
1271 margin-left: 83.3333333333%; }
1272 .offset-lg-11 {
1273 margin-left: 91.6666666667%; } }
1274
1275 @media (min-width: 1200px) {
1276 .col-xl {
1277 -ms-flex-preferred-size: 0;
1278 flex-basis: 0;
1279 -webkit-box-flex: 1;
1280 -ms-flex-positive: 1;
1281 flex-grow: 1;
1282 max-width: 100%; }
1283 .col-xl-auto {
1284 -webkit-box-flex: 0;
1285 -ms-flex: 0 0 auto;
1286 flex: 0 0 auto;
1287 width: auto; }
1288 .col-xl-1 {
1289 -webkit-box-flex: 0;
1290 -ms-flex: 0 0 8.3333333333%;
1291 flex: 0 0 8.3333333333%;
1292 max-width: 8.3333333333%; }
1293 .col-xl-2 {
1294 -webkit-box-flex: 0;
1295 -ms-flex: 0 0 16.6666666667%;
1296 flex: 0 0 16.6666666667%;
1297 max-width: 16.6666666667%; }
1298 .col-xl-3 {
1299 -webkit-box-flex: 0;
1300 -ms-flex: 0 0 25%;
1301 flex: 0 0 25%;
1302 max-width: 25%; }
1303 .col-xl-4 {
1304 -webkit-box-flex: 0;
1305 -ms-flex: 0 0 33.3333333333%;
1306 flex: 0 0 33.3333333333%;
1307 max-width: 33.3333333333%; }
1308 .col-xl-5 {
1309 -webkit-box-flex: 0;
1310 -ms-flex: 0 0 41.6666666667%;
1311 flex: 0 0 41.6666666667%;
1312 max-width: 41.6666666667%; }
1313 .col-xl-6 {
1314 -webkit-box-flex: 0;
1315 -ms-flex: 0 0 50%;
1316 flex: 0 0 50%;
1317 max-width: 50%; }
1318 .col-xl-7 {
1319 -webkit-box-flex: 0;
1320 -ms-flex: 0 0 58.3333333333%;
1321 flex: 0 0 58.3333333333%;
1322 max-width: 58.3333333333%; }
1323 .col-xl-8 {
1324 -webkit-box-flex: 0;
1325 -ms-flex: 0 0 66.6666666667%;
1326 flex: 0 0 66.6666666667%;
1327 max-width: 66.6666666667%; }
1328 .col-xl-9 {
1329 -webkit-box-flex: 0;
1330 -ms-flex: 0 0 75%;
1331 flex: 0 0 75%;
1332 max-width: 75%; }
1333 .col-xl-10 {
1334 -webkit-box-flex: 0;
1335 -ms-flex: 0 0 83.3333333333%;
1336 flex: 0 0 83.3333333333%;
1337 max-width: 83.3333333333%; }
1338 .col-xl-11 {
1339 -webkit-box-flex: 0;
1340 -ms-flex: 0 0 91.6666666667%;
1341 flex: 0 0 91.6666666667%;
1342 max-width: 91.6666666667%; }
1343 .col-xl-12 {
1344 -webkit-box-flex: 0;
1345 -ms-flex: 0 0 100%;
1346 flex: 0 0 100%;
1347 max-width: 100%; }
1348 .pull-xl-0 {
1349 right: auto; }
1350 .pull-xl-1 {
1351 right: 8.3333333333%; }
1352 .pull-xl-2 {
1353 right: 16.6666666667%; }
1354 .pull-xl-3 {
1355 right: 25%; }
1356 .pull-xl-4 {
1357 right: 33.3333333333%; }
1358 .pull-xl-5 {
1359 right: 41.6666666667%; }
1360 .pull-xl-6 {
1361 right: 50%; }
1362 .pull-xl-7 {
1363 right: 58.3333333333%; }
1364 .pull-xl-8 {
1365 right: 66.6666666667%; }
1366 .pull-xl-9 {
1367 right: 75%; }
1368 .pull-xl-10 {
1369 right: 83.3333333333%; }
1370 .pull-xl-11 {
1371 right: 91.6666666667%; }
1372 .pull-xl-12 {
1373 right: 100%; }
1374 .push-xl-0 {
1375 left: auto; }
1376 .push-xl-1 {
1377 left: 8.3333333333%; }
1378 .push-xl-2 {
1379 left: 16.6666666667%; }
1380 .push-xl-3 {
1381 left: 25%; }
1382 .push-xl-4 {
1383 left: 33.3333333333%; }
1384 .push-xl-5 {
1385 left: 41.6666666667%; }
1386 .push-xl-6 {
1387 left: 50%; }
1388 .push-xl-7 {
1389 left: 58.3333333333%; }
1390 .push-xl-8 {
1391 left: 66.6666666667%; }
1392 .push-xl-9 {
1393 left: 75%; }
1394 .push-xl-10 {
1395 left: 83.3333333333%; }
1396 .push-xl-11 {
1397 left: 91.6666666667%; }
1398 .push-xl-12 {
1399 left: 100%; }
1400 .offset-xl-0 {
1401 margin-left: 0%; }
1402 .offset-xl-1 {
1403 margin-left: 8.3333333333%; }
1404 .offset-xl-2 {
1405 margin-left: 16.6666666667%; }
1406 .offset-xl-3 {
1407 margin-left: 25%; }
1408 .offset-xl-4 {
1409 margin-left: 33.3333333333%; }
1410 .offset-xl-5 {
1411 margin-left: 41.6666666667%; }
1412 .offset-xl-6 {
1413 margin-left: 50%; }
1414 .offset-xl-7 {
1415 margin-left: 58.3333333333%; }
1416 .offset-xl-8 {
1417 margin-left: 66.6666666667%; }
1418 .offset-xl-9 {
1419 margin-left: 75%; }
1420 .offset-xl-10 {
1421 margin-left: 83.3333333333%; }
1422 .offset-xl-11 {
1423 margin-left: 91.6666666667%; } }
1424
1425 .btn {
1426 display: inline-block;
1427 font-weight: normal;
1428 line-height: 1.25;
1429 text-align: center;
1430 white-space: nowrap;
1431 vertical-align: middle;
1432 -webkit-user-select: none;
1433 -moz-user-select: none;
1434 -ms-user-select: none;
1435 user-select: none;
1436 border: 1px solid transparent;
1437 padding: 0.5rem 1rem;
1438 font-size: 1rem;
1439 border-radius: 0.25rem;
1440 -webkit-transition: all 0.2s ease-in-out;
1441 transition: all 0.2s ease-in-out; }
1442 .btn:focus, .btn:hover {
1443 text-decoration: none; }
1444 .btn:focus, .btn.focus {
1445 outline: 0;
1446 box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); }
1447 .btn.disabled, .btn:disabled {
1448 cursor: not-allowed;
1449 opacity: .65; }
1450 .btn:active, .btn.active {
1451 background-image: none; }
1452
1453 a.btn.disabled,
1454 fieldset[disabled] a.btn {
1455 pointer-events: none; }
1456
1457 .btn-primary {
1458 color: #fff;
1459 background-color: #0275d8;
1460 border-color: #0275d8; }
1461 .btn-primary:hover {
1462 color: #fff;
1463 background-color: #025aa5;
1464 border-color: #01549b; }
1465 .btn-primary:focus, .btn-primary.focus {
1466 box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
1467 .btn-primary.disabled, .btn-primary:disabled {
1468 background-color: #0275d8;
1469 border-color: #0275d8; }
1470 .btn-primary:active, .btn-primary.active,
1471 .show > .btn-primary.dropdown-toggle {
1472 color: #fff;
1473 background-color: #025aa5;
1474 background-image: none;
1475 border-color: #01549b; }
1476
1477 .btn-secondary {
1478 color: #292b2c;
1479 background-color: #fff;
1480 border-color: #ccc; }
1481 .btn-secondary:hover {
1482 color: #292b2c;
1483 background-color: #e6e5e5;
1484 border-color: #adadad; }
1485 .btn-secondary:focus, .btn-secondary.focus {
1486 box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
1487 .btn-secondary.disabled, .btn-secondary:disabled {
1488 background-color: #fff;
1489 border-color: #ccc; }
1490 .btn-secondary:active, .btn-secondary.active,
1491 .show > .btn-secondary.dropdown-toggle {
1492 color: #292b2c;
1493 background-color: #e6e5e5;
1494 background-image: none;
1495 border-color: #adadad; }
1496
1497 .btn-info {
1498 color: #fff;
1499 background-color: #5bc0de;
1500 border-color: #5bc0de; }
1501 .btn-info:hover {
1502 color: #fff;
1503 background-color: #31b0d5;
1504 border-color: #2aabd2; }
1505 .btn-info:focus, .btn-info.focus {
1506 box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
1507 .btn-info.disabled, .btn-info:disabled {
1508 background-color: #5bc0de;
1509 border-color: #5bc0de; }
1510 .btn-info:active, .btn-info.active,
1511 .show > .btn-info.dropdown-toggle {
1512 color: #fff;
1513 background-color: #31b0d5;
1514 background-image: none;
1515 border-color: #2aabd2; }
1516
1517 .btn-success {
1518 color: #fff;
1519 background-color: #5cb85c;
1520 border-color: #5cb85c; }
1521 .btn-success:hover {
1522 color: #fff;
1523 background-color: #449d44;
1524 border-color: #419641; }
1525 .btn-success:focus, .btn-success.focus {
1526 box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
1527 .btn-success.disabled, .btn-success:disabled {
1528 background-color: #5cb85c;
1529 border-color: #5cb85c; }
1530 .btn-success:active, .btn-success.active,
1531 .show > .btn-success.dropdown-toggle {
1532 color: #fff;
1533 background-color: #449d44;
1534 background-image: none;
1535 border-color: #419641; }
1536
1537 .btn-warning {
1538 color: #fff;
1539 background-color: #f0ad4e;
1540 border-color: #f0ad4e; }
1541 .btn-warning:hover {
1542 color: #fff;
1543 background-color: #ec971f;
1544 border-color: #eb9316; }
1545 .btn-warning:focus, .btn-warning.focus {
1546 box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
1547 .btn-warning.disabled, .btn-warning:disabled {
1548 background-color: #f0ad4e;
1549 border-color: #f0ad4e; }
1550 .btn-warning:active, .btn-warning.active,
1551 .show > .btn-warning.dropdown-toggle {
1552 color: #fff;
1553 background-color: #ec971f;
1554 background-image: none;
1555 border-color: #eb9316; }
1556
1557 .btn-danger {
1558 color: #fff;
1559 background-color: #d9534f;
1560 border-color: #d9534f; }
1561 .btn-danger:hover {
1562 color: #fff;
1563 background-color: #c9302c;
1564 border-color: #c12e2a; }
1565 .btn-danger:focus, .btn-danger.focus {
1566 box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
1567 .btn-danger.disabled, .btn-danger:disabled {
1568 background-color: #d9534f;
1569 border-color: #d9534f; }
1570 .btn-danger:active, .btn-danger.active,
1571 .show > .btn-danger.dropdown-toggle {
1572 color: #fff;
1573 background-color: #c9302c;
1574 background-image: none;
1575 border-color: #c12e2a; }
1576
1577 .btn-outline-primary {
1578 color: #0275d8;
1579 background-image: none;
1580 background-color: transparent;
1581 border-color: #0275d8; }
1582 .btn-outline-primary:hover {
1583 color: #fff;
1584 background-color: #0275d8;
1585 border-color: #0275d8; }
1586 .btn-outline-primary:focus, .btn-outline-primary.focus {
1587 box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); }
1588 .btn-outline-primary.disabled, .btn-outline-primary:disabled {
1589 color: #0275d8;
1590 background-color: transparent; }
1591 .btn-outline-primary:active, .btn-outline-primary.active,
1592 .show > .btn-outline-primary.dropdown-toggle {
1593 color: #fff;
1594 background-color: #0275d8;
1595 border-color: #0275d8; }
1596
1597 .btn-outline-secondary {
1598 color: #ccc;
1599 background-image: none;
1600 background-color: transparent;
1601 border-color: #ccc; }
1602 .btn-outline-secondary:hover {
1603 color: #fff;
1604 background-color: #ccc;
1605 border-color: #ccc; }
1606 .btn-outline-secondary:focus, .btn-outline-secondary.focus {
1607 box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
1608 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
1609 color: #ccc;
1610 background-color: transparent; }
1611 .btn-outline-secondary:active, .btn-outline-secondary.active,
1612 .show > .btn-outline-secondary.dropdown-toggle {
1613 color: #fff;
1614 background-color: #ccc;
1615 border-color: #ccc; }
1616
1617 .btn-outline-info {
1618 color: #5bc0de;
1619 background-image: none;
1620 background-color: transparent;
1621 border-color: #5bc0de; }
1622 .btn-outline-info:hover {
1623 color: #fff;
1624 background-color: #5bc0de;
1625 border-color: #5bc0de; }
1626 .btn-outline-info:focus, .btn-outline-info.focus {
1627 box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
1628 .btn-outline-info.disabled, .btn-outline-info:disabled {
1629 color: #5bc0de;
1630 background-color: transparent; }
1631 .btn-outline-info:active, .btn-outline-info.active,
1632 .show > .btn-outline-info.dropdown-toggle {
1633 color: #fff;
1634 background-color: #5bc0de;
1635 border-color: #5bc0de; }
1636
1637 .btn-outline-success {
1638 color: #5cb85c;
1639 background-image: none;
1640 background-color: transparent;
1641 border-color: #5cb85c; }
1642 .btn-outline-success:hover {
1643 color: #fff;
1644 background-color: #5cb85c;
1645 border-color: #5cb85c; }
1646 .btn-outline-success:focus, .btn-outline-success.focus {
1647 box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
1648 .btn-outline-success.disabled, .btn-outline-success:disabled {
1649 color: #5cb85c;
1650 background-color: transparent; }
1651 .btn-outline-success:active, .btn-outline-success.active,
1652 .show > .btn-outline-success.dropdown-toggle {
1653 color: #fff;
1654 background-color: #5cb85c;
1655 border-color: #5cb85c; }
1656
1657 .btn-outline-warning {
1658 color: #f0ad4e;
1659 background-image: none;
1660 background-color: transparent;
1661 border-color: #f0ad4e; }
1662 .btn-outline-warning:hover {
1663 color: #fff;
1664 background-color: #f0ad4e;
1665 border-color: #f0ad4e; }
1666 .btn-outline-warning:focus, .btn-outline-warning.focus {
1667 box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
1668 .btn-outline-warning.disabled, .btn-outline-warning:disabled {
1669 color: #f0ad4e;
1670 background-color: transparent; }
1671 .btn-outline-warning:active, .btn-outline-warning.active,
1672 .show > .btn-outline-warning.dropdown-toggle {
1673 color: #fff;
1674 background-color: #f0ad4e;
1675 border-color: #f0ad4e; }
1676
1677 .btn-outline-danger {
1678 color: #d9534f;
1679 background-image: none;
1680 background-color: transparent;
1681 border-color: #d9534f; }
1682 .btn-outline-danger:hover {
1683 color: #fff;
1684 background-color: #d9534f;
1685 border-color: #d9534f; }
1686 .btn-outline-danger:focus, .btn-outline-danger.focus {
1687 box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
1688 .btn-outline-danger.disabled, .btn-outline-danger:disabled {
1689 color: #d9534f;
1690 background-color: transparent; }
1691 .btn-outline-danger:active, .btn-outline-danger.active,
1692 .show > .btn-outline-danger.dropdown-toggle {
1693 color: #fff;
1694 background-color: #d9534f;
1695 border-color: #d9534f; }
1696
1697 .btn-link {
1698 font-weight: normal;
1699 color: #0275d8;
1700 border-radius: 0; }
1701 .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
1702 background-color: transparent; }
1703 .btn-link, .btn-link:focus, .btn-link:active {
1704 border-color: transparent; }
1705 .btn-link:hover {
1706 border-color: transparent; }
1707 .btn-link:focus, .btn-link:hover {
1708 color: #014c8c;
1709 text-decoration: underline;
1710 background-color: transparent; }
1711 .btn-link:disabled {
1712 color: #636c72; }
1713 .btn-link:disabled:focus, .btn-link:disabled:hover {
1714 text-decoration: none; }
1715
1716 .btn-lg, .btn-group-lg > .btn {
1717 padding: 0.75rem 1.5rem;
1718 font-size: 1.25rem;
1719 border-radius: 0.3rem; }
1720
1721 .btn-sm, .btn-group-sm > .btn {
1722 padding: 0.25rem 0.5rem;
1723 font-size: 0.875rem;
1724 border-radius: 0.2rem; }
1725
1726 .btn-block {
1727 display: block;
1728 width: 100%; }
1729
1730 .btn-block + .btn-block {
1731 margin-top: 0.5rem; }
1732
1733 input[type="submit"].btn-block,
1734 input[type="reset"].btn-block,
1735 input[type="button"].btn-block {
1736 width: 100%; }
1737
1738 .fade {
1739 opacity: 0;
1740 -webkit-transition: opacity 0.15s linear;
1741 transition: opacity 0.15s linear; }
1742 .fade.show {
1743 opacity: 1; }
1744
1745 .collapse {
1746 display: none; }
1747 .collapse.show {
1748 display: block; }
1749
1750 tr.collapse.show {
1751 display: table-row; }
1752
1753 tbody.collapse.show {
1754 display: table-row-group; }
1755
1756 .collapsing {
1757 position: relative;
1758 height: 0;
1759 overflow: hidden;
1760 -webkit-transition: height 0.35s ease;
1761 transition: height 0.35s ease; }
1762
1763 .dropup,
1764 .dropdown {
1765 position: relative; }
1766
1767 .dropdown-toggle::after {
1768 display: inline-block;
1769 width: 0;
1770 height: 0;
1771 margin-left: 0.3em;
1772 vertical-align: middle;
1773 content: "";
1774 border-top: 0.3em solid;
1775 border-right: 0.3em solid transparent;
1776 border-left: 0.3em solid transparent; }
1777
1778 .dropdown-toggle:focus {
1779 outline: 0; }
1780
1781 .dropup .dropdown-toggle::after {
1782 border-top: 0;
1783 border-bottom: 0.3em solid; }
1784
1785 .dropdown-menu {
1786 position: absolute;
1787 top: 100%;
1788 left: 0;
1789 z-index: 1000;
1790 display: none;
1791 float: left;
1792 min-width: 10rem;
1793 padding: 0.5rem 0;
1794 margin: 0.125rem 0 0;
1795 font-size: 1rem;
1796 color: #292b2c;
1797 text-align: left;
1798 list-style: none;
1799 background-color: #fff;
1800 background-clip: padding-box;
1801 border: 1px solid rgba(0, 0, 0, 0.15);
1802 border-radius: 0.25rem; }
1803
1804 .dropdown-divider {
1805 height: 1px;
1806 margin: 0.5rem 0;
1807 overflow: hidden;
1808 background-color: #eceeef; }
1809
1810 .dropdown-item {
1811 display: block;
1812 width: 100%;
1813 padding: 3px 1.5rem;
1814 clear: both;
1815 font-weight: normal;
1816 color: #292b2c;
1817 text-align: inherit;
1818 white-space: nowrap;
1819 background: none;
1820 border: 0; }
1821 .dropdown-item:focus, .dropdown-item:hover {
1822 color: #1d1e1f;
1823 text-decoration: none;
1824 background-color: #f7f7f9; }
1825 .dropdown-item.active, .dropdown-item:active {
1826 color: #fff;
1827 text-decoration: none;
1828 background-color: #0275d8; }
1829 .dropdown-item.disabled, .dropdown-item:disabled {
1830 color: #636c72;
1831 cursor: not-allowed;
1832 background-color: transparent; }
1833
1834 .show > .dropdown-menu {
1835 display: block; }
1836
1837 .show > a {
1838 outline: 0; }
1839
1840 .dropdown-menu-right {
1841 right: 0;
1842 left: auto; }
1843
1844 .dropdown-menu-left {
1845 right: auto;
1846 left: 0; }
1847
1848 .dropdown-header {
1849 display: block;
1850 padding: 0.5rem 1.5rem;
1851 margin-bottom: 0;
1852 font-size: 0.875rem;
1853 color: #636c72;
1854 white-space: nowrap; }
1855
1856 .dropdown-backdrop {
1857 position: fixed;
1858 top: 0;
1859 right: 0;
1860 bottom: 0;
1861 left: 0;
1862 z-index: 990; }
1863
1864 .dropup .dropdown-menu {
1865 top: auto;
1866 bottom: 100%;
1867 margin-bottom: 0.125rem; }
1868
1869 .btn-group,
1870 .btn-group-vertical {
1871 position: relative;
1872 display: -webkit-inline-box;
1873 display: -ms-inline-flexbox;
1874 display: inline-flex;
1875 vertical-align: middle; }
1876 .btn-group > .btn,
1877 .btn-group-vertical > .btn {
1878 position: relative;
1879 -webkit-box-flex: 0;
1880 -ms-flex: 0 1 auto;
1881 flex: 0 1 auto; }
1882 .btn-group > .btn:hover,
1883 .btn-group-vertical > .btn:hover {
1884 z-index: 2; }
1885 .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
1886 .btn-group-vertical > .btn:focus,
1887 .btn-group-vertical > .btn:active,
1888 .btn-group-vertical > .btn.active {
1889 z-index: 2; }
1890 .btn-group .btn + .btn,
1891 .btn-group .btn + .btn-group,
1892 .btn-group .btn-group + .btn,
1893 .btn-group .btn-group + .btn-group,
1894 .btn-group-vertical .btn + .btn,
1895 .btn-group-vertical .btn + .btn-group,
1896 .btn-group-vertical .btn-group + .btn,
1897 .btn-group-vertical .btn-group + .btn-group {
1898 margin-left: -1px; }
1899
1900 .btn-toolbar {
1901 display: -webkit-box;
1902 display: -ms-flexbox;
1903 display: flex;
1904 -webkit-box-pack: start;
1905 -ms-flex-pack: start;
1906 justify-content: flex-start; }
1907 .btn-toolbar .input-group {
1908 width: auto; }
1909
1910 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1911 border-radius: 0; }
1912
1913 .btn-group > .btn:first-child {
1914 margin-left: 0; }
1915 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1916 border-bottom-right-radius: 0;
1917 border-top-right-radius: 0; }
1918
1919 .btn-group > .btn:last-child:not(:first-child),
1920 .btn-group > .dropdown-toggle:not(:first-child) {
1921 border-bottom-left-radius: 0;
1922 border-top-left-radius: 0; }
1923
1924 .btn-group > .btn-group {
1925 float: left; }
1926
1927 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1928 border-radius: 0; }
1929
1930 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
1931 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
1932 border-bottom-right-radius: 0;
1933 border-top-right-radius: 0; }
1934
1935 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
1936 border-bottom-left-radius: 0;
1937 border-top-left-radius: 0; }
1938
1939 .btn-group .dropdown-toggle:active,
1940 .btn-group.open .dropdown-toggle {
1941 outline: 0; }
1942
1943 .btn + .dropdown-toggle-split {
1944 padding-right: 0.75rem;
1945 padding-left: 0.75rem; }
1946 .btn + .dropdown-toggle-split::after {
1947 margin-left: 0; }
1948
1949 .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
1950 padding-right: 0.375rem;
1951 padding-left: 0.375rem; }
1952
1953 .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
1954 padding-right: 1.125rem;
1955 padding-left: 1.125rem; }
1956
1957 .btn-group-vertical {
1958 display: -webkit-inline-box;
1959 display: -ms-inline-flexbox;
1960 display: inline-flex;
1961 -webkit-box-orient: vertical;
1962 -webkit-box-direction: normal;
1963 -ms-flex-direction: column;
1964 flex-direction: column;
1965 -webkit-box-align: start;
1966 -ms-flex-align: start;
1967 align-items: flex-start;
1968 -webkit-box-pack: center;
1969 -ms-flex-pack: center;
1970 justify-content: center; }
1971 .btn-group-vertical .btn,
1972 .btn-group-vertical .btn-group {
1973 width: 100%; }
1974 .btn-group-vertical > .btn + .btn,
1975 .btn-group-vertical > .btn + .btn-group,
1976 .btn-group-vertical > .btn-group + .btn,
1977 .btn-group-vertical > .btn-group + .btn-group {
1978 margin-top: -1px;
1979 margin-left: 0; }
1980
1981 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
1982 border-radius: 0; }
1983
1984 .btn-group-vertical > .btn:first-child:not(:last-child) {
1985 border-bottom-right-radius: 0;
1986 border-bottom-left-radius: 0; }
1987
1988 .btn-group-vertical > .btn:last-child:not(:first-child) {
1989 border-top-right-radius: 0;
1990 border-top-left-radius: 0; }
1991
1992 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
1993 border-radius: 0; }
1994
1995 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
1996 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
1997 border-bottom-right-radius: 0;
1998 border-bottom-left-radius: 0; }
1999
2000 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
2001 border-top-right-radius: 0;
2002 border-top-left-radius: 0; }
2003
2004 [data-toggle="buttons"] > .btn input[type="radio"],
2005 [data-toggle="buttons"] > .btn input[type="checkbox"],
2006 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
2007 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
2008 position: absolute;
2009 clip: rect(0, 0, 0, 0);
2010 pointer-events: none; }
2011
2012 .input-group {
2013 position: relative;
2014 display: -webkit-box;
2015 display: -ms-flexbox;
2016 display: flex;
2017 width: 100%; }
2018 .input-group .form-control {
2019 position: relative;
2020 z-index: 2;
2021 -webkit-box-flex: 1;
2022 -ms-flex: 1 1 auto;
2023 flex: 1 1 auto;
2024 width: 1%;
2025 margin-bottom: 0; }
2026 .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
2027 z-index: 3; }
2028
2029 .input-group-addon,
2030 .input-group-btn,
2031 .input-group .form-control {
2032 display: -webkit-box;
2033 display: -ms-flexbox;
2034 display: flex;
2035 -webkit-box-orient: vertical;
2036 -webkit-box-direction: normal;
2037 -ms-flex-direction: column;
2038 flex-direction: column;
2039 -webkit-box-pack: center;
2040 -ms-flex-pack: center;
2041 justify-content: center; }
2042 .input-group-addon:not(:first-child):not(:last-child),
2043 .input-group-btn:not(:first-child):not(:last-child),
2044 .input-group .form-control:not(:first-child):not(:last-child) {
2045 border-radius: 0; }
2046
2047 .input-group-addon,
2048 .input-group-btn {
2049 white-space: nowrap;
2050 vertical-align: middle; }
2051
2052 .input-group-addon {
2053 padding: 0.5rem 0.75rem;
2054 margin-bottom: 0;
2055 font-size: 1rem;
2056 font-weight: normal;
2057 line-height: 1.25;
2058 color: #464a4c;
2059 text-align: center;
2060 background-color: #eceeef;
2061 border: 1px solid rgba(0, 0, 0, 0.15);
2062 border-radius: 0.25rem; }
2063 .input-group-addon.form-control-sm,
2064 .input-group-sm > .input-group-addon,
2065 .input-group-sm > .input-group-btn > .input-group-addon.btn {
2066 padding: 0.25rem 0.5rem;
2067 font-size: 0.875rem;
2068 border-radius: 0.2rem; }
2069 .input-group-addon.form-control-lg,
2070 .input-group-lg > .input-group-addon,
2071 .input-group-lg > .input-group-btn > .input-group-addon.btn {
2072 padding: 0.75rem 1.5rem;
2073 font-size: 1.25rem;
2074 border-radius: 0.3rem; }
2075 .input-group-addon input[type="radio"],
2076 .input-group-addon input[type="checkbox"] {
2077 margin-top: 0; }
2078
2079 .input-group .form-control:not(:last-child),
2080 .input-group-addon:not(:last-child),
2081 .input-group-btn:not(:last-child) > .btn,
2082 .input-group-btn:not(:last-child) > .btn-group > .btn,
2083 .input-group-btn:not(:last-child) > .dropdown-toggle,
2084 .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
2085 .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
2086 border-bottom-right-radius: 0;
2087 border-top-right-radius: 0; }
2088
2089 .input-group-addon:not(:last-child) {
2090 border-right: 0; }
2091
2092 .input-group .form-control:not(:first-child),
2093 .input-group-addon:not(:first-child),
2094 .input-group-btn:not(:first-child) > .btn,
2095 .input-group-btn:not(:first-child) > .btn-group > .btn,
2096 .input-group-btn:not(:first-child) > .dropdown-toggle,
2097 .input-group-btn:not(:last-child) > .btn:not(:first-child),
2098 .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
2099 border-bottom-left-radius: 0;
2100 border-top-left-radius: 0; }
2101
2102 .form-control + .input-group-addon:not(:first-child) {
2103 border-left: 0; }
2104
2105 .input-group-btn {
2106 position: relative;
2107 font-size: 0;
2108 white-space: nowrap; }
2109 .input-group-btn > .btn {
2110 position: relative;
2111 -webkit-box-flex: 1;
2112 -ms-flex: 1;
2113 flex: 1; }
2114 .input-group-btn > .btn + .btn {
2115 margin-left: -1px; }
2116 .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
2117 z-index: 3; }
2118 .input-group-btn:not(:last-child) > .btn,
2119 .input-group-btn:not(:last-child) > .btn-group {
2120 margin-right: -1px; }
2121 .input-group-btn:not(:first-child) > .btn,
2122 .input-group-btn:not(:first-child) > .btn-group {
2123 z-index: 2;
2124 margin-left: -1px; }
2125 .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
2126 .input-group-btn:not(:first-child) > .btn-group:focus,
2127 .input-group-btn:not(:first-child) > .btn-group:active,
2128 .input-group-btn:not(:first-child) > .btn-group:hover {
2129 z-index: 3; }
2130
2131 .custom-control {
2132 position: relative;
2133 display: -webkit-inline-box;
2134 display: -ms-inline-flexbox;
2135 display: inline-flex;
2136 min-height: 1.5rem;
2137 padding-left: 1.5rem;
2138 margin-right: 1rem;
2139 cursor: pointer; }
2140
2141 .custom-control-input {
2142 position: absolute;
2143 z-index: -1;
2144 opacity: 0; }
2145 .custom-control-input:checked ~ .custom-control-indicator {
2146 color: #fff;
2147 background-color: #0275d8; }
2148 .custom-control-input:focus ~ .custom-control-indicator {
2149 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; }
2150 .custom-control-input:active ~ .custom-control-indicator {
2151 color: #fff;
2152 background-color: #8fcafe; }
2153 .custom-control-input:disabled ~ .custom-control-indicator {
2154 cursor: not-allowed;
2155 background-color: #eceeef; }
2156 .custom-control-input:disabled ~ .custom-control-description {
2157 color: #636c72;
2158 cursor: not-allowed; }
2159
2160 .custom-control-indicator {
2161 position: absolute;
2162 top: 0.25rem;
2163 left: 0;
2164 display: block;
2165 width: 1rem;
2166 height: 1rem;
2167 pointer-events: none;
2168 -webkit-user-select: none;
2169 -moz-user-select: none;
2170 -ms-user-select: none;
2171 user-select: none;
2172 background-color: #ddd;
2173 background-repeat: no-repeat;
2174 background-position: center center;
2175 background-size: 50% 50%; }
2176
2177 .custom-checkbox .custom-control-indicator {
2178 border-radius: 0.25rem; }
2179
2180 .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
2181 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
2182
2183 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
2184 background-color: #0275d8;
2185 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
2186
2187 .custom-radio .custom-control-indicator {
2188 border-radius: 50%; }
2189
2190 .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
2191 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
2192
2193 .custom-controls-stacked {
2194 display: -webkit-box;
2195 display: -ms-flexbox;
2196 display: flex;
2197 -webkit-box-orient: vertical;
2198 -webkit-box-direction: normal;
2199 -ms-flex-direction: column;
2200 flex-direction: column; }
2201 .custom-controls-stacked .custom-control {
2202 margin-bottom: 0.25rem; }
2203 .custom-controls-stacked .custom-control + .custom-control {
2204 margin-left: 0; }
2205
2206 .custom-select {
2207 display: inline-block;
2208 max-width: 100%;
2209 height: calc(2.25rem + 2px);
2210 padding: 0.375rem 1.75rem 0.375rem 0.75rem;
2211 line-height: 1.25;
2212 color: #464a4c;
2213 vertical-align: middle;
2214 background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
2215 background-size: 8px 10px;
2216 border: 1px solid rgba(0, 0, 0, 0.15);
2217 border-radius: 0.25rem;
2218 -moz-appearance: none;
2219 -webkit-appearance: none; }
2220 .custom-select:focus {
2221 border-color: #5cb3fd;
2222 outline: none; }
2223 .custom-select:focus::-ms-value {
2224 color: #464a4c;
2225 background-color: #fff; }
2226 .custom-select:disabled {
2227 color: #636c72;
2228 cursor: not-allowed;
2229 background-color: #eceeef; }
2230 .custom-select::-ms-expand {
2231 opacity: 0; }
2232
2233 .custom-select-sm {
2234 padding-top: 0.375rem;
2235 padding-bottom: 0.375rem;
2236 font-size: 75%; }
2237
2238 .custom-file {
2239 position: relative;
2240 display: inline-block;
2241 max-width: 100%;
2242 height: 2.5rem;
2243 margin-bottom: 0;
2244 cursor: pointer; }
2245
2246 .custom-file-input {
2247 min-width: 14rem;
2248 max-width: 100%;
2249 height: 2.5rem;
2250 margin: 0;
2251 filter: alpha(opacity=0);
2252 opacity: 0; }
2253
2254 .custom-file-control {
2255 position: absolute;
2256 top: 0;
2257 right: 0;
2258 left: 0;
2259 z-index: 5;
2260 height: 2.5rem;
2261 padding: 0.5rem 1rem;
2262 line-height: 1.5;
2263 color: #464a4c;
2264 pointer-events: none;
2265 -webkit-user-select: none;
2266 -moz-user-select: none;
2267 -ms-user-select: none;
2268 user-select: none;
2269 background-color: #fff;
2270 border: 1px solid rgba(0, 0, 0, 0.15);
2271 border-radius: 0.25rem; }
2272 .custom-file-control:lang(en)::after {
2273 content: "Choose file..."; }
2274 .custom-file-control::before {
2275 position: absolute;
2276 top: -1px;
2277 right: -1px;
2278 bottom: -1px;
2279 z-index: 6;
2280 display: block;
2281 height: 2.5rem;
2282 padding: 0.5rem 1rem;
2283 line-height: 1.5;
2284 color: #464a4c;
2285 background-color: #eceeef;
2286 border: 1px solid rgba(0, 0, 0, 0.15);
2287 border-radius: 0 0.25rem 0.25rem 0; }
2288 .custom-file-control:lang(en)::before {
2289 content: "Browse"; }
2290
2291 .nav {
2292 display: -webkit-box;
2293 display: -ms-flexbox;
2294 display: flex;
2295 padding-left: 0;
2296 margin-bottom: 0;
2297 list-style: none; }
2298
2299 .nav-link {
2300 display: block;
2301 padding: 0.5em 1em; }
2302 .nav-link:focus, .nav-link:hover {
2303 text-decoration: none; }
2304 .nav-link.disabled {
2305 color: #636c72;
2306 cursor: not-allowed; }
2307
2308 .nav-tabs {
2309 border-bottom: 1px solid #ddd; }
2310 .nav-tabs .nav-item {
2311 margin-bottom: -1px; }
2312 .nav-tabs .nav-link {
2313 border: 1px solid transparent;
2314 border-top-right-radius: 0.25rem;
2315 border-top-left-radius: 0.25rem; }
2316 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
2317 border-color: #eceeef #eceeef #ddd; }
2318 .nav-tabs .nav-link.disabled {
2319 color: #636c72;
2320 background-color: transparent;
2321 border-color: transparent; }
2322 .nav-tabs .nav-link.active,
2323 .nav-tabs .nav-item.show .nav-link {
2324 color: #464a4c;
2325 background-color: #fff;
2326 border-color: #ddd #ddd #fff; }
2327 .nav-tabs .dropdown-menu {
2328 margin-top: -1px;
2329 border-top-right-radius: 0;
2330 border-top-left-radius: 0; }
2331
2332 .nav-pills .nav-link {
2333 border-radius: 0.25rem; }
2334
2335 .nav-pills .nav-link.active,
2336 .nav-pills .nav-item.show .nav-link {
2337 color: #fff;
2338 cursor: default;
2339 background-color: #0275d8; }
2340
2341 .nav-fill .nav-item {
2342 -webkit-box-flex: 1;
2343 -ms-flex: 1 1 auto;
2344 flex: 1 1 auto;
2345 text-align: center; }
2346
2347 .nav-justified .nav-item {
2348 -webkit-box-flex: 1;
2349 -ms-flex: 1 1 100%;
2350 flex: 1 1 100%;
2351 text-align: center; }
2352
2353 .tab-content > .tab-pane {
2354 display: none; }
2355
2356 .tab-content > .active {
2357 display: block; }
2358
2359 .navbar {
2360 position: relative;
2361 display: -webkit-box;
2362 display: -ms-flexbox;
2363 display: flex;
2364 -webkit-box-orient: vertical;
2365 -webkit-box-direction: normal;
2366 -ms-flex-direction: column;
2367 flex-direction: column;
2368 padding: 0.5rem 1rem; }
2369
2370 .navbar-brand {
2371 display: inline-block;
2372 padding-top: .25rem;
2373 padding-bottom: .25rem;
2374 margin-right: 1rem;
2375 font-size: 1.25rem;
2376 line-height: inherit;
2377 white-space: nowrap; }
2378 .navbar-brand:focus, .navbar-brand:hover {
2379 text-decoration: none; }
2380
2381 .navbar-nav {
2382 display: -webkit-box;
2383 display: -ms-flexbox;
2384 display: flex;
2385 -webkit-box-orient: vertical;
2386 -webkit-box-direction: normal;
2387 -ms-flex-direction: column;
2388 flex-direction: column;
2389 padding-left: 0;
2390 margin-bottom: 0;
2391 list-style: none; }
2392 .navbar-nav .nav-link {
2393 padding-right: 0;
2394 padding-left: 0; }
2395
2396 .navbar-text {
2397 display: inline-block;
2398 padding-top: .425rem;
2399 padding-bottom: .425rem; }
2400
2401 .navbar-toggler {
2402 -ms-flex-item-align: start;
2403 align-self: flex-start;
2404 padding: 0.25rem 0.75rem;
2405 font-size: 1.25rem;
2406 line-height: 1;
2407 background: transparent;
2408 border: 1px solid transparent;
2409 border-radius: 0.25rem; }
2410 .navbar-toggler:focus, .navbar-toggler:hover {
2411 text-decoration: none; }
2412
2413 .navbar-toggler-icon {
2414 display: inline-block;
2415 width: 1.5em;
2416 height: 1.5em;
2417 vertical-align: middle;
2418 content: "";
2419 background: no-repeat center center;
2420 background-size: 100% 100%; }
2421
2422 .navbar-toggler-left {
2423 position: absolute;
2424 left: 1rem; }
2425
2426 .navbar-toggler-right {
2427 position: absolute;
2428 right: 1rem; }
2429
2430 @media (max-width: 575px) {
2431 .navbar-toggleable .navbar-nav .dropdown-menu {
2432 position: static;
2433 float: none; }
2434 .navbar-toggleable > .container {
2435 padding-right: 0;
2436 padding-left: 0; } }
2437
2438 @media (min-width: 576px) {
2439 .navbar-toggleable {
2440 -webkit-box-orient: horizontal;
2441 -webkit-box-direction: normal;
2442 -ms-flex-direction: row;
2443 flex-direction: row;
2444 -ms-flex-wrap: nowrap;
2445 flex-wrap: nowrap;
2446 -webkit-box-align: center;
2447 -ms-flex-align: center;
2448 align-items: center; }
2449 .navbar-toggleable .navbar-nav {
2450 -webkit-box-orient: horizontal;
2451 -webkit-box-direction: normal;
2452 -ms-flex-direction: row;
2453 flex-direction: row; }
2454 .navbar-toggleable .navbar-nav .nav-link {
2455 padding-right: .5rem;
2456 padding-left: .5rem; }
2457 .navbar-toggleable > .container {
2458 display: -webkit-box;
2459 display: -ms-flexbox;
2460 display: flex;
2461 -ms-flex-wrap: nowrap;
2462 flex-wrap: nowrap;
2463 -webkit-box-align: center;
2464 -ms-flex-align: center;
2465 align-items: center; }
2466 .navbar-toggleable .navbar-collapse {
2467 display: -webkit-box !important;
2468 display: -ms-flexbox !important;
2469 display: flex !important;
2470 width: 100%; }
2471 .navbar-toggleable .navbar-toggler {
2472 display: none; } }
2473
2474 @media (max-width: 767px) {
2475 .navbar-toggleable-sm .navbar-nav .dropdown-menu {
2476 position: static;
2477 float: none; }
2478 .navbar-toggleable-sm > .container {
2479 padding-right: 0;
2480 padding-left: 0; } }
2481
2482 @media (min-width: 768px) {
2483 .navbar-toggleable-sm {
2484 -webkit-box-orient: horizontal;
2485 -webkit-box-direction: normal;
2486 -ms-flex-direction: row;
2487 flex-direction: row;
2488 -ms-flex-wrap: nowrap;
2489 flex-wrap: nowrap;
2490 -webkit-box-align: center;
2491 -ms-flex-align: center;
2492 align-items: center; }
2493 .navbar-toggleable-sm .navbar-nav {
2494 -webkit-box-orient: horizontal;
2495 -webkit-box-direction: normal;
2496 -ms-flex-direction: row;
2497 flex-direction: row; }
2498 .navbar-toggleable-sm .navbar-nav .nav-link {
2499 padding-right: .5rem;
2500 padding-left: .5rem; }
2501 .navbar-toggleable-sm > .container {
2502 display: -webkit-box;
2503 display: -ms-flexbox;
2504 display: flex;
2505 -ms-flex-wrap: nowrap;
2506 flex-wrap: nowrap;
2507 -webkit-box-align: center;
2508 -ms-flex-align: center;
2509 align-items: center; }
2510 .navbar-toggleable-sm .navbar-collapse {
2511 display: -webkit-box !important;
2512 display: -ms-flexbox !important;
2513 display: flex !important;
2514 width: 100%; }
2515 .navbar-toggleable-sm .navbar-toggler {
2516 display: none; } }
2517
2518 @media (max-width: 991px) {
2519 .navbar-toggleable-md .navbar-nav .dropdown-menu {
2520 position: static;
2521 float: none; }
2522 .navbar-toggleable-md > .container {
2523 padding-right: 0;
2524 padding-left: 0; } }
2525
2526 @media (min-width: 992px) {
2527 .navbar-toggleable-md {
2528 -webkit-box-orient: horizontal;
2529 -webkit-box-direction: normal;
2530 -ms-flex-direction: row;
2531 flex-direction: row;
2532 -ms-flex-wrap: nowrap;
2533 flex-wrap: nowrap;
2534 -webkit-box-align: center;
2535 -ms-flex-align: center;
2536 align-items: center; }
2537 .navbar-toggleable-md .navbar-nav {
2538 -webkit-box-orient: horizontal;
2539 -webkit-box-direction: normal;
2540 -ms-flex-direction: row;
2541 flex-direction: row; }
2542 .navbar-toggleable-md .navbar-nav .nav-link {
2543 padding-right: .5rem;
2544 padding-left: .5rem; }
2545 .navbar-toggleable-md > .container {
2546 display: -webkit-box;
2547 display: -ms-flexbox;
2548 display: flex;
2549 -ms-flex-wrap: nowrap;
2550 flex-wrap: nowrap;
2551 -webkit-box-align: center;
2552 -ms-flex-align: center;
2553 align-items: center; }
2554 .navbar-toggleable-md .navbar-collapse {
2555 display: -webkit-box !important;
2556 display: -ms-flexbox !important;
2557 display: flex !important;
2558 width: 100%; }
2559 .navbar-toggleable-md .navbar-toggler {
2560 display: none; } }
2561
2562 @media (max-width: 1199px) {
2563 .navbar-toggleable-lg .navbar-nav .dropdown-menu {
2564 position: static;
2565 float: none; }
2566 .navbar-toggleable-lg > .container {
2567 padding-right: 0;
2568 padding-left: 0; } }
2569
2570 @media (min-width: 1200px) {
2571 .navbar-toggleable-lg {
2572 -webkit-box-orient: horizontal;
2573 -webkit-box-direction: normal;
2574 -ms-flex-direction: row;
2575 flex-direction: row;
2576 -ms-flex-wrap: nowrap;
2577 flex-wrap: nowrap;
2578 -webkit-box-align: center;
2579 -ms-flex-align: center;
2580 align-items: center; }
2581 .navbar-toggleable-lg .navbar-nav {
2582 -webkit-box-orient: horizontal;
2583 -webkit-box-direction: normal;
2584 -ms-flex-direction: row;
2585 flex-direction: row; }
2586 .navbar-toggleable-lg .navbar-nav .nav-link {
2587 padding-right: .5rem;
2588 padding-left: .5rem; }
2589 .navbar-toggleable-lg > .container {
2590 display: -webkit-box;
2591 display: -ms-flexbox;
2592 display: flex;
2593 -ms-flex-wrap: nowrap;
2594 flex-wrap: nowrap;
2595 -webkit-box-align: center;
2596 -ms-flex-align: center;
2597 align-items: center; }
2598 .navbar-toggleable-lg .navbar-collapse {
2599 display: -webkit-box !important;
2600 display: -ms-flexbox !important;
2601 display: flex !important;
2602 width: 100%; }
2603 .navbar-toggleable-lg .navbar-toggler {
2604 display: none; } }
2605
2606 .navbar-toggleable-xl {
2607 -webkit-box-orient: horizontal;
2608 -webkit-box-direction: normal;
2609 -ms-flex-direction: row;
2610 flex-direction: row;
2611 -ms-flex-wrap: nowrap;
2612 flex-wrap: nowrap;
2613 -webkit-box-align: center;
2614 -ms-flex-align: center;
2615 align-items: center; }
2616 .navbar-toggleable-xl .navbar-nav .dropdown-menu {
2617 position: static;
2618 float: none; }
2619 .navbar-toggleable-xl > .container {
2620 padding-right: 0;
2621 padding-left: 0; }
2622 .navbar-toggleable-xl .navbar-nav {
2623 -webkit-box-orient: horizontal;
2624 -webkit-box-direction: normal;
2625 -ms-flex-direction: row;
2626 flex-direction: row; }
2627 .navbar-toggleable-xl .navbar-nav .nav-link {
2628 padding-right: .5rem;
2629 padding-left: .5rem; }
2630 .navbar-toggleable-xl > .container {
2631 display: -webkit-box;
2632 display: -ms-flexbox;
2633 display: flex;
2634 -ms-flex-wrap: nowrap;
2635 flex-wrap: nowrap;
2636 -webkit-box-align: center;
2637 -ms-flex-align: center;
2638 align-items: center; }
2639 .navbar-toggleable-xl .navbar-collapse {
2640 display: -webkit-box !important;
2641 display: -ms-flexbox !important;
2642 display: flex !important;
2643 width: 100%; }
2644 .navbar-toggleable-xl .navbar-toggler {
2645 display: none; }
2646
2647 .navbar-light .navbar-brand,
2648 .navbar-light .navbar-toggler {
2649 color: rgba(0, 0, 0, 0.9); }
2650 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
2651 .navbar-light .navbar-toggler:focus,
2652 .navbar-light .navbar-toggler:hover {
2653 color: rgba(0, 0, 0, 0.9); }
2654
2655 .navbar-light .navbar-nav .nav-link {
2656 color: rgba(0, 0, 0, 0.5); }
2657 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
2658 color: rgba(0, 0, 0, 0.7); }
2659 .navbar-light .navbar-nav .nav-link.disabled {
2660 color: rgba(0, 0, 0, 0.3); }
2661
2662 .navbar-light .navbar-nav .open > .nav-link,
2663 .navbar-light .navbar-nav .active > .nav-link,
2664 .navbar-light .navbar-nav .nav-link.open,
2665 .navbar-light .navbar-nav .nav-link.active {
2666 color: rgba(0, 0, 0, 0.9); }
2667
2668 .navbar-light .navbar-toggler {
2669 border-color: rgba(0, 0, 0, 0.1); }
2670
2671 .navbar-light .navbar-toggler-icon {
2672 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
2673
2674 .navbar-light .navbar-text {
2675 color: rgba(0, 0, 0, 0.5); }
2676
2677 .navbar-inverse .navbar-brand,
2678 .navbar-inverse .navbar-toggler {
2679 color: white; }
2680 .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
2681 .navbar-inverse .navbar-toggler:focus,
2682 .navbar-inverse .navbar-toggler:hover {
2683 color: white; }
2684
2685 .navbar-inverse .navbar-nav .nav-link {
2686 color: rgba(255, 255, 255, 0.5); }
2687 .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
2688 color: rgba(255, 255, 255, 0.75); }
2689 .navbar-inverse .navbar-nav .nav-link.disabled {
2690 color: rgba(255, 255, 255, 0.25); }
2691
2692 .navbar-inverse .navbar-nav .open > .nav-link,
2693 .navbar-inverse .navbar-nav .active > .nav-link,
2694 .navbar-inverse .navbar-nav .nav-link.open,
2695 .navbar-inverse .navbar-nav .nav-link.active {
2696 color: white; }
2697
2698 .navbar-inverse .navbar-toggler {
2699 border-color: rgba(255, 255, 255, 0.1); }
2700
2701 .navbar-inverse .navbar-toggler-icon {
2702 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
2703
2704 .navbar-inverse .navbar-text {
2705 color: rgba(255, 255, 255, 0.5); }
2706
2707 .card {
2708 position: relative;
2709 display: -webkit-box;
2710 display: -ms-flexbox;
2711 display: flex;
2712 -webkit-box-orient: vertical;
2713 -webkit-box-direction: normal;
2714 -ms-flex-direction: column;
2715 flex-direction: column;
2716 background-color: #fff;
2717 border: 1px solid rgba(0, 0, 0, 0.125);
2718 border-radius: 0.25rem; }
2719
2720 .card-block {
2721 -webkit-box-flex: 1;
2722 -ms-flex: 1 1 auto;
2723 flex: 1 1 auto;
2724 padding: 1.25rem; }
2725
2726 .card-title {
2727 margin-bottom: 0.75rem; }
2728
2729 .card-subtitle {
2730 margin-top: -0.375rem;
2731 margin-bottom: 0; }
2732
2733 .card-text:last-child {
2734 margin-bottom: 0; }
2735
2736 .card-link:hover {
2737 text-decoration: none; }
2738
2739 .card-link + .card-link {
2740 margin-left: 1.25rem; }
2741
2742 .card > .list-group:first-child .list-group-item:first-child {
2743 border-top-right-radius: 0.25rem;
2744 border-top-left-radius: 0.25rem; }
2745
2746 .card > .list-group:last-child .list-group-item:last-child {
2747 border-bottom-right-radius: 0.25rem;
2748 border-bottom-left-radius: 0.25rem; }
2749
2750 .card-header {
2751 padding: 0.75rem 1.25rem;
2752 margin-bottom: 0;
2753 background-color: #f7f7f9;
2754 border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
2755 .card-header:first-child {
2756 border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
2757
2758 .card-footer {
2759 padding: 0.75rem 1.25rem;
2760 background-color: #f7f7f9;
2761 border-top: 1px solid rgba(0, 0, 0, 0.125); }
2762 .card-footer:last-child {
2763 border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
2764
2765 .card-header-tabs {
2766 margin-right: -0.625rem;
2767 margin-bottom: -0.75rem;
2768 margin-left: -0.625rem;
2769 border-bottom: 0; }
2770
2771 .card-header-pills {
2772 margin-right: -0.625rem;
2773 margin-left: -0.625rem; }
2774
2775 .card-primary {
2776 background-color: #0275d8;
2777 border-color: #0275d8; }
2778 .card-primary .card-header,
2779 .card-primary .card-footer {
2780 background-color: transparent; }
2781
2782 .card-success {
2783 background-color: #5cb85c;
2784 border-color: #5cb85c; }
2785 .card-success .card-header,
2786 .card-success .card-footer {
2787 background-color: transparent; }
2788
2789 .card-info {
2790 background-color: #5bc0de;
2791 border-color: #5bc0de; }
2792 .card-info .card-header,
2793 .card-info .card-footer {
2794 background-color: transparent; }
2795
2796 .card-warning {
2797 background-color: #f0ad4e;
2798 border-color: #f0ad4e; }
2799 .card-warning .card-header,
2800 .card-warning .card-footer {
2801 background-color: transparent; }
2802
2803 .card-danger {
2804 background-color: #d9534f;
2805 border-color: #d9534f; }
2806 .card-danger .card-header,
2807 .card-danger .card-footer {
2808 background-color: transparent; }
2809
2810 .card-outline-primary {
2811 background-color: transparent;
2812 border-color: #0275d8; }
2813
2814 .card-outline-secondary {
2815 background-color: transparent;
2816 border-color: #ccc; }
2817
2818 .card-outline-info {
2819 background-color: transparent;
2820 border-color: #5bc0de; }
2821
2822 .card-outline-success {
2823 background-color: transparent;
2824 border-color: #5cb85c; }
2825
2826 .card-outline-warning {
2827 background-color: transparent;
2828 border-color: #f0ad4e; }
2829
2830 .card-outline-danger {
2831 background-color: transparent;
2832 border-color: #d9534f; }
2833
2834 .card-inverse {
2835 color: rgba(255, 255, 255, 0.65); }
2836 .card-inverse .card-header,
2837 .card-inverse .card-footer {
2838 background-color: transparent;
2839 border-color: rgba(255, 255, 255, 0.2); }
2840 .card-inverse .card-header,
2841 .card-inverse .card-footer,
2842 .card-inverse .card-title,
2843 .card-inverse .card-blockquote {
2844 color: #fff; }
2845 .card-inverse .card-link,
2846 .card-inverse .card-text,
2847 .card-inverse .card-subtitle,
2848 .card-inverse .card-blockquote .blockquote-footer {
2849 color: rgba(255, 255, 255, 0.65); }
2850 .card-inverse .card-link:focus, .card-inverse .card-link:hover {
2851 color: #fff; }
2852
2853 .card-blockquote {
2854 padding: 0;
2855 margin-bottom: 0;
2856 border-left: 0; }
2857
2858 .card-img {
2859 border-radius: calc(0.25rem - 1px); }
2860
2861 .card-img-overlay {
2862 position: absolute;
2863 top: 0;
2864 right: 0;
2865 bottom: 0;
2866 left: 0;
2867 padding: 1.25rem; }
2868
2869 .card-img-top {
2870 border-top-right-radius: calc(0.25rem - 1px);
2871 border-top-left-radius: calc(0.25rem - 1px); }
2872
2873 .card-img-bottom {
2874 border-bottom-right-radius: calc(0.25rem - 1px);
2875 border-bottom-left-radius: calc(0.25rem - 1px); }
2876
2877 @media (min-width: 576px) {
2878 .card-deck {
2879 display: -webkit-box;
2880 display: -ms-flexbox;
2881 display: flex;
2882 -webkit-box-orient: horizontal;
2883 -webkit-box-direction: normal;
2884 -ms-flex-flow: row wrap;
2885 flex-flow: row wrap; }
2886 .card-deck .card {
2887 display: -webkit-box;
2888 display: -ms-flexbox;
2889 display: flex;
2890 -webkit-box-flex: 1;
2891 -ms-flex: 1 0 0px;
2892 flex: 1 0 0;
2893 -webkit-box-orient: vertical;
2894 -webkit-box-direction: normal;
2895 -ms-flex-direction: column;
2896 flex-direction: column; }
2897 .card-deck .card:not(:first-child) {
2898 margin-left: 15px; }
2899 .card-deck .card:not(:last-child) {
2900 margin-right: 15px; } }
2901
2902 @media (min-width: 576px) {
2903 .card-group {
2904 display: -webkit-box;
2905 display: -ms-flexbox;
2906 display: flex;
2907 -webkit-box-orient: horizontal;
2908 -webkit-box-direction: normal;
2909 -ms-flex-flow: row wrap;
2910 flex-flow: row wrap; }
2911 .card-group .card {
2912 -webkit-box-flex: 1;
2913 -ms-flex: 1 0 0px;
2914 flex: 1 0 0; }
2915 .card-group .card + .card {
2916 margin-left: 0;
2917 border-left: 0; }
2918 .card-group .card:first-child {
2919 border-bottom-right-radius: 0;
2920 border-top-right-radius: 0; }
2921 .card-group .card:first-child .card-img-top {
2922 border-top-right-radius: 0; }
2923 .card-group .card:first-child .card-img-bottom {
2924 border-bottom-right-radius: 0; }
2925 .card-group .card:last-child {
2926 border-bottom-left-radius: 0;
2927 border-top-left-radius: 0; }
2928 .card-group .card:last-child .card-img-top {
2929 border-top-left-radius: 0; }
2930 .card-group .card:last-child .card-img-bottom {
2931 border-bottom-left-radius: 0; }
2932 .card-group .card:not(:first-child):not(:last-child) {
2933 border-radius: 0; }
2934 .card-group .card:not(:first-child):not(:last-child) .card-img-top,
2935 .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
2936 border-radius: 0; } }
2937
2938 @media (min-width: 576px) {
2939 .card-columns {
2940 -webkit-column-count: 3;
2941 -moz-column-count: 3;
2942 column-count: 3;
2943 -webkit-column-gap: 1.25rem;
2944 -moz-column-gap: 1.25rem;
2945 column-gap: 1.25rem; }
2946 .card-columns .card {
2947 display: inline-block;
2948 width: 100%;
2949 margin-bottom: 0.75rem; } }
2950
2951 .alert {
2952 padding: 0.75rem 1.25rem;
2953 margin-bottom: 1rem;
2954 border: 1px solid transparent;
2955 border-radius: 0.25rem; }
2956
2957 .alert-heading {
2958 color: inherit; }
2959
2960 .alert-link {
2961 font-weight: bold; }
2962
2963 .alert-dismissible .close {
2964 position: relative;
2965 top: -0.75rem;
2966 right: -1.25rem;
2967 padding: 0.75rem 1.25rem;
2968 color: inherit; }
2969
2970 .alert-success {
2971 background-color: #dff0d8;
2972 border-color: #d0e9c6;
2973 color: #3c763d; }
2974 .alert-success hr {
2975 border-top-color: #c1e2b3; }
2976 .alert-success .alert-link {
2977 color: #2b542c; }
2978
2979 .alert-info {
2980 background-color: #d9edf7;
2981 border-color: #bcdff1;
2982 color: #31708f; }
2983 .alert-info hr {
2984 border-top-color: #a6d5ec; }
2985 .alert-info .alert-link {
2986 color: #245269; }
2987
2988 .alert-warning {
2989 background-color: #fcf8e3;
2990 border-color: #faf2cc;
2991 color: #8a6d3b; }
2992 .alert-warning hr {
2993 border-top-color: #f7ecb5; }
2994 .alert-warning .alert-link {
2995 color: #66512c; }
2996
2997 .alert-danger {
2998 background-color: #f2dede;
2999 border-color: #ebcccc;
3000 color: #a94442; }
3001 .alert-danger hr {
3002 border-top-color: #e4b9b9; }
3003 .alert-danger .alert-link {
3004 color: #843534; }
3005
3006 @-webkit-keyframes progress-bar-stripes {
3007 from {
3008 background-position: 1rem 0; }
3009 to {
3010 background-position: 0 0; } }
3011
3012 @keyframes progress-bar-stripes {
3013 from {
3014 background-position: 1rem 0; }
3015 to {
3016 background-position: 0 0; } }
3017
3018 .progress {
3019 display: -webkit-box;
3020 display: -ms-flexbox;
3021 display: flex;
3022 overflow: hidden;
3023 font-size: 0.75rem;
3024 line-height: 1rem;
3025 text-align: center;
3026 background-color: #eceeef;
3027 border-radius: 0.25rem; }
3028
3029 .progress-bar {
3030 height: 1rem;
3031 color: #fff;
3032 background-color: #0275d8; }
3033
3034 .progress-bar-striped {
3035 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3036 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3037 background-size: 1rem 1rem; }
3038
3039 .progress-bar-animated {
3040 -webkit-animation: progress-bar-stripes 1s linear infinite;
3041 animation: progress-bar-stripes 1s linear infinite; }
3042
3043 .media {
3044 display: -webkit-box;
3045 display: -ms-flexbox;
3046 display: flex;
3047 -webkit-box-align: start;
3048 -ms-flex-align: start;
3049 align-items: flex-start; }
3050
3051 .media-body {
3052 -webkit-box-flex: 1;
3053 -ms-flex: 1;
3054 flex: 1; }
3055
3056 .list-group {
3057 display: -webkit-box;
3058 display: -ms-flexbox;
3059 display: flex;
3060 -webkit-box-orient: vertical;
3061 -webkit-box-direction: normal;
3062 -ms-flex-direction: column;
3063 flex-direction: column;
3064 padding-left: 0;
3065 margin-bottom: 0; }
3066
3067 .list-group-item-action {
3068 width: 100%;
3069 color: #464a4c;
3070 text-align: inherit; }
3071 .list-group-item-action .list-group-item-heading {
3072 color: #292b2c; }
3073 .list-group-item-action:focus, .list-group-item-action:hover {
3074 color: #464a4c;
3075 text-decoration: none;
3076 background-color: #f7f7f9; }
3077 .list-group-item-action:active {
3078 color: #292b2c;
3079 background-color: #eceeef; }
3080
3081 .list-group-item {
3082 position: relative;
3083 display: -webkit-box;
3084 display: -ms-flexbox;
3085 display: flex;
3086 -webkit-box-orient: horizontal;
3087 -webkit-box-direction: normal;
3088 -ms-flex-flow: row wrap;
3089 flex-flow: row wrap;
3090 -webkit-box-align: center;
3091 -ms-flex-align: center;
3092 align-items: center;
3093 padding: 0.75rem 1.25rem;
3094 margin-bottom: -1px;
3095 background-color: #fff;
3096 border: 1px solid rgba(0, 0, 0, 0.125); }
3097 .list-group-item:first-child {
3098 border-top-right-radius: 0.25rem;
3099 border-top-left-radius: 0.25rem; }
3100 .list-group-item:last-child {
3101 margin-bottom: 0;
3102 border-bottom-right-radius: 0.25rem;
3103 border-bottom-left-radius: 0.25rem; }
3104 .list-group-item:focus, .list-group-item:hover {
3105 text-decoration: none; }
3106 .list-group-item.disabled, .list-group-item:disabled {
3107 color: #636c72;
3108 cursor: not-allowed;
3109 background-color: #fff; }
3110 .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
3111 color: inherit; }
3112 .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
3113 color: #636c72; }
3114 .list-group-item.active {
3115 z-index: 2;
3116 color: #fff;
3117 background-color: #0275d8;
3118 border-color: #0275d8; }
3119 .list-group-item.active .list-group-item-heading,
3120 .list-group-item.active .list-group-item-heading > small,
3121 .list-group-item.active .list-group-item-heading > .small {
3122 color: inherit; }
3123 .list-group-item.active .list-group-item-text {
3124 color: #daeeff; }
3125
3126 .list-group-flush .list-group-item {
3127 border-right: 0;
3128 border-left: 0;
3129 border-radius: 0; }
3130
3131 .list-group-flush:first-child .list-group-item:first-child {
3132 border-top: 0; }
3133
3134 .list-group-flush:last-child .list-group-item:last-child {
3135 border-bottom: 0; }
3136
3137 .list-group-item-success {
3138 color: #3c763d;
3139 background-color: #dff0d8; }
3140
3141 a.list-group-item-success,
3142 button.list-group-item-success {
3143 color: #3c763d; }
3144 a.list-group-item-success .list-group-item-heading,
3145 button.list-group-item-success .list-group-item-heading {
3146 color: inherit; }
3147 a.list-group-item-success:focus, a.list-group-item-success:hover,
3148 button.list-group-item-success:focus,
3149 button.list-group-item-success:hover {
3150 color: #3c763d;
3151 background-color: #d0e9c6; }
3152 a.list-group-item-success.active,
3153 button.list-group-item-success.active {
3154 color: #fff;
3155 background-color: #3c763d;
3156 border-color: #3c763d; }
3157
3158 .list-group-item-info {
3159 color: #31708f;
3160 background-color: #d9edf7; }
3161
3162 a.list-group-item-info,
3163 button.list-group-item-info {
3164 color: #31708f; }
3165 a.list-group-item-info .list-group-item-heading,
3166 button.list-group-item-info .list-group-item-heading {
3167 color: inherit; }
3168 a.list-group-item-info:focus, a.list-group-item-info:hover,
3169 button.list-group-item-info:focus,
3170 button.list-group-item-info:hover {
3171 color: #31708f;
3172 background-color: #c4e3f3; }
3173 a.list-group-item-info.active,
3174 button.list-group-item-info.active {
3175 color: #fff;
3176 background-color: #31708f;
3177 border-color: #31708f; }
3178
3179 .list-group-item-warning {
3180 color: #8a6d3b;
3181 background-color: #fcf8e3; }
3182
3183 a.list-group-item-warning,
3184 button.list-group-item-warning {
3185 color: #8a6d3b; }
3186 a.list-group-item-warning .list-group-item-heading,
3187 button.list-group-item-warning .list-group-item-heading {
3188 color: inherit; }
3189 a.list-group-item-warning:focus, a.list-group-item-warning:hover,
3190 button.list-group-item-warning:focus,
3191 button.list-group-item-warning:hover {
3192 color: #8a6d3b;
3193 background-color: #faf2cc; }
3194 a.list-group-item-warning.active,
3195 button.list-group-item-warning.active {
3196 color: #fff;
3197 background-color: #8a6d3b;
3198 border-color: #8a6d3b; }
3199
3200 .list-group-item-danger {
3201 color: #a94442;
3202 background-color: #f2dede; }
3203
3204 a.list-group-item-danger,
3205 button.list-group-item-danger {
3206 color: #a94442; }
3207 a.list-group-item-danger .list-group-item-heading,
3208 button.list-group-item-danger .list-group-item-heading {
3209 color: inherit; }
3210 a.list-group-item-danger:focus, a.list-group-item-danger:hover,
3211 button.list-group-item-danger:focus,
3212 button.list-group-item-danger:hover {
3213 color: #a94442;
3214 background-color: #ebcccc; }
3215 a.list-group-item-danger.active,
3216 button.list-group-item-danger.active {
3217 color: #fff;
3218 background-color: #a94442;
3219 border-color: #a94442; }
3220
3221 .embed-responsive {
3222 position: relative;
3223 display: block;
3224 width: 100%;
3225 padding: 0;
3226 overflow: hidden; }
3227 .embed-responsive::before {
3228 display: block;
3229 content: ""; }
3230 .embed-responsive .embed-responsive-item,
3231 .embed-responsive iframe,
3232 .embed-responsive embed,
3233 .embed-responsive object,
3234 .embed-responsive video {
3235 position: absolute;
3236 top: 0;
3237 bottom: 0;
3238 left: 0;
3239 width: 100%;
3240 height: 100%;
3241 border: 0; }
3242
3243 .embed-responsive-21by9::before {
3244 padding-top: 42.8571428571%; }
3245
3246 .embed-responsive-16by9::before {
3247 padding-top: 56.25%; }
3248
3249 .embed-responsive-4by3::before {
3250 padding-top: 75%; }
3251
3252 .embed-responsive-1by1::before {
3253 padding-top: 100%; }
3254
3255 .close {
3256 float: right;
3257 font-size: 1.5rem;
3258 font-weight: bold;
3259 line-height: 1;
3260 color: #000;
3261 text-shadow: 0 1px 0 #fff;
3262 opacity: .5; }
3263 .close:focus, .close:hover {
3264 color: #000;
3265 text-decoration: none;
3266 cursor: pointer;
3267 opacity: .75; }
3268
3269 button.close {
3270 padding: 0;
3271 cursor: pointer;
3272 background: transparent;
3273 border: 0;
3274 -webkit-appearance: none; }