Mercurial > nebulaweb3
comparison default/assets/css/style.css @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 /* Media Queries */ | |
2 /* Placeholder */ | |
3 /* Set Margin & Padding */ | |
4 /* Making tiny, small, large, huge classes */ | |
5 /*! | |
6 * Bootstrap v4.0.0-beta (https://getbootstrap.com) | |
7 * Copyright 2011-2017 The Bootstrap Authors | |
8 * Copyright 2011-2017 Twitter, Inc. | |
9 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
10 */ | |
11 @media print { | |
12 *, | |
13 *::before, | |
14 *::after { | |
15 text-shadow: none !important; | |
16 -webkit-box-shadow: none !important; | |
17 box-shadow: none !important; } | |
18 a, | |
19 a:visited { | |
20 text-decoration: underline; } | |
21 abbr[title]::after { | |
22 content: " (" attr(title) ")"; } | |
23 pre { | |
24 white-space: pre-wrap !important; } | |
25 pre, | |
26 blockquote { | |
27 border: 1px solid #999; | |
28 page-break-inside: avoid; } | |
29 thead { | |
30 display: table-header-group; } | |
31 tr, | |
32 img { | |
33 page-break-inside: avoid; } | |
34 p, | |
35 h2, | |
36 h3 { | |
37 orphans: 3; | |
38 widows: 3; } | |
39 h2, | |
40 h3 { | |
41 page-break-after: avoid; } | |
42 .navbar { | |
43 display: none; } | |
44 .badge, .label { | |
45 border: 1px solid #000; } | |
46 .table { | |
47 border-collapse: collapse !important; } | |
48 .table td, | |
49 .table th { | |
50 background-color: #fff !important; } | |
51 .table-bordered th, | |
52 .table-bordered td { | |
53 border: 1px solid #ddd !important; } } | |
54 | |
55 html { | |
56 -webkit-box-sizing: border-box; | |
57 box-sizing: border-box; | |
58 font-family: sans-serif; | |
59 line-height: 1.15; | |
60 -webkit-text-size-adjust: 100%; | |
61 -ms-text-size-adjust: 100%; | |
62 -ms-overflow-style: scrollbar; | |
63 -webkit-tap-highlight-color: transparent; } | |
64 | |
65 *, | |
66 *::before, | |
67 *::after { | |
68 -webkit-box-sizing: inherit; | |
69 box-sizing: inherit; } | |
70 | |
71 @-ms-viewport { | |
72 width: device-width; } | |
73 | |
74 article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { | |
75 display: block; } | |
76 | |
77 body { | |
78 margin: 0; | |
79 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; | |
80 font-size: 0.875rem; | |
81 font-weight: 400; | |
82 line-height: 1.71429; | |
83 color: #999; | |
84 background-color: #f5f7fa; } | |
85 | |
86 [tabindex="-1"]:focus { | |
87 outline: none !important; } | |
88 | |
89 hr { | |
90 -webkit-box-sizing: content-box; | |
91 box-sizing: content-box; | |
92 height: 0; | |
93 overflow: visible; } | |
94 | |
95 h1, h2, h3, h4, h5, h6 { | |
96 margin-top: 0; | |
97 margin-bottom: .5rem; } | |
98 | |
99 p { | |
100 margin-top: 0; | |
101 margin-bottom: 1rem; } | |
102 | |
103 abbr[title], | |
104 abbr[data-original-title] { | |
105 text-decoration: underline; | |
106 -webkit-text-decoration: underline dotted; | |
107 text-decoration: underline dotted; | |
108 cursor: help; | |
109 border-bottom: 0; } | |
110 | |
111 address { | |
112 margin-bottom: 1rem; | |
113 font-style: normal; | |
114 line-height: inherit; } | |
115 | |
116 ol, | |
117 ul, | |
118 dl { | |
119 margin-top: 0; | |
120 margin-bottom: 1rem; } | |
121 | |
122 ol ol, | |
123 ul ul, | |
124 ol ul, | |
125 ul ol { | |
126 margin-bottom: 0; } | |
127 | |
128 dt { | |
129 font-weight: bold; } | |
130 | |
131 dd { | |
132 margin-bottom: .5rem; | |
133 margin-left: 0; } | |
134 | |
135 blockquote { | |
136 margin: 0 0 1rem; } | |
137 | |
138 dfn { | |
139 font-style: italic; } | |
140 | |
141 b, | |
142 strong { | |
143 font-weight: bolder; } | |
144 | |
145 small { | |
146 font-size: 80%; } | |
147 | |
148 sub, | |
149 sup { | |
150 position: relative; | |
151 font-size: 75%; | |
152 line-height: 0; | |
153 vertical-align: baseline; } | |
154 | |
155 sub { | |
156 bottom: -.25em; } | |
157 | |
158 sup { | |
159 top: -.5em; } | |
160 | |
161 a { | |
162 color: #8253eb; | |
163 text-decoration: none; | |
164 background-color: transparent; | |
165 -webkit-text-decoration-skip: objects; } | |
166 a:hover { | |
167 color: #9165f4; | |
168 text-decoration: none; } | |
169 | |
170 a:not([href]):not([tabindex]) { | |
171 color: inherit; | |
172 text-decoration: none; } | |
173 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { | |
174 color: inherit; | |
175 text-decoration: none; } | |
176 a:not([href]):not([tabindex]):focus { | |
177 outline: 0; } | |
178 | |
179 pre, | |
180 code, | |
181 kbd, | |
182 samp { | |
183 font-family: monospace, monospace; | |
184 font-size: 1em; } | |
185 | |
186 pre { | |
187 margin-top: 0; | |
188 margin-bottom: 1rem; | |
189 overflow: auto; } | |
190 | |
191 figure { | |
192 margin: 0 0 1rem; } | |
193 | |
194 img { | |
195 vertical-align: middle; | |
196 border-style: none; } | |
197 | |
198 svg:not(:root) { | |
199 overflow: hidden; } | |
200 | |
201 a, | |
202 area, | |
203 button, | |
204 [role="button"], | |
205 input, | |
206 label, | |
207 select, | |
208 summary, | |
209 textarea { | |
210 -ms-touch-action: manipulation; | |
211 touch-action: manipulation; } | |
212 | |
213 table { | |
214 border-collapse: collapse; } | |
215 | |
216 caption { | |
217 padding-top: 0.57143em; | |
218 padding-bottom: 0.57143em; | |
219 color: #bbb; | |
220 text-align: left; | |
221 caption-side: bottom; } | |
222 | |
223 th { | |
224 text-align: left; } | |
225 | |
226 label { | |
227 display: inline-block; | |
228 margin-bottom: .5rem; } | |
229 | |
230 button:focus { | |
231 outline: 1px dotted; | |
232 outline: 5px auto -webkit-focus-ring-color; } | |
233 | |
234 input, | |
235 button, | |
236 select, | |
237 optgroup, | |
238 textarea { | |
239 margin: 0; | |
240 font-family: inherit; | |
241 font-size: inherit; | |
242 line-height: inherit; } | |
243 | |
244 button, | |
245 input { | |
246 overflow: visible; } | |
247 | |
248 button, | |
249 select { | |
250 text-transform: none; } | |
251 | |
252 button, | |
253 html [type="button"], | |
254 [type="reset"], | |
255 [type="submit"] { | |
256 -webkit-appearance: button; } | |
257 | |
258 button::-moz-focus-inner, | |
259 [type="button"]::-moz-focus-inner, | |
260 [type="reset"]::-moz-focus-inner, | |
261 [type="submit"]::-moz-focus-inner { | |
262 padding: 0; | |
263 border-style: none; } | |
264 | |
265 input[type="radio"], | |
266 input[type="checkbox"] { | |
267 -webkit-box-sizing: border-box; | |
268 box-sizing: border-box; | |
269 padding: 0; } | |
270 | |
271 input[type="date"], | |
272 input[type="time"], | |
273 input[type="datetime-local"], | |
274 input[type="month"] { | |
275 -webkit-appearance: listbox; } | |
276 | |
277 textarea { | |
278 overflow: auto; | |
279 resize: vertical; } | |
280 | |
281 fieldset { | |
282 min-width: 0; | |
283 padding: 0; | |
284 margin: 0; | |
285 border: 0; } | |
286 | |
287 legend { | |
288 display: block; | |
289 width: 100%; | |
290 max-width: 100%; | |
291 padding: 0; | |
292 margin-bottom: .5rem; | |
293 font-size: 1.5rem; | |
294 line-height: inherit; | |
295 color: inherit; | |
296 white-space: normal; } | |
297 | |
298 progress { | |
299 vertical-align: baseline; } | |
300 | |
301 [type="number"]::-webkit-inner-spin-button, | |
302 [type="number"]::-webkit-outer-spin-button { | |
303 height: auto; } | |
304 | |
305 [type="search"] { | |
306 outline-offset: -2px; | |
307 -webkit-appearance: none; } | |
308 | |
309 [type="search"]::-webkit-search-cancel-button, | |
310 [type="search"]::-webkit-search-decoration { | |
311 -webkit-appearance: none; } | |
312 | |
313 ::-webkit-file-upload-button { | |
314 font: inherit; | |
315 -webkit-appearance: button; } | |
316 | |
317 output { | |
318 display: inline-block; } | |
319 | |
320 summary { | |
321 display: list-item; } | |
322 | |
323 template { | |
324 display: none; } | |
325 | |
326 [hidden] { | |
327 display: none !important; } | |
328 | |
329 h1, h2, h3, h4, h5, h6, | |
330 .h1, .h2, .h3, .h4, .h5, .h6 { | |
331 margin-bottom: 0.5rem; | |
332 font-family: "Montserrat", sans-serif; | |
333 font-weight: 600; | |
334 line-height: 1.1; | |
335 color: #444; } | |
336 | |
337 h1, .h1 { | |
338 font-size: 2.625rem; } | |
339 | |
340 h2, .h2 { | |
341 font-size: 2.25rem; } | |
342 | |
343 h3, .h3 { | |
344 font-size: 1.875rem; } | |
345 | |
346 h4, .h4 { | |
347 font-size: 1.5rem; } | |
348 | |
349 h5, .h5 { | |
350 font-size: 1.25rem; } | |
351 | |
352 h6, .h6 { | |
353 font-size: 1.125rem; } | |
354 | |
355 .lead { | |
356 font-size: 1.25rem; | |
357 font-weight: 300; } | |
358 | |
359 .display-1 { | |
360 font-size: 6rem; | |
361 font-weight: 300; | |
362 line-height: 1.1; } | |
363 | |
364 .display-2 { | |
365 font-size: 5.5rem; | |
366 font-weight: 300; | |
367 line-height: 1.1; } | |
368 | |
369 .display-3 { | |
370 font-size: 4.5rem; | |
371 font-weight: 300; | |
372 line-height: 1.1; } | |
373 | |
374 .display-4 { | |
375 font-size: 3.5rem; | |
376 font-weight: 300; | |
377 line-height: 1.1; } | |
378 | |
379 hr { | |
380 margin-top: 1rem; | |
381 margin-bottom: 1rem; | |
382 border: 0; | |
383 border-top: 1px solid #eef1f2; } | |
384 | |
385 small, | |
386 .small { | |
387 font-size: 80%; | |
388 font-weight: 400; } | |
389 | |
390 mark, | |
391 .mark { | |
392 padding: 0.2em; | |
393 background-color: #fcf8e3; } | |
394 | |
395 .list-unstyled { | |
396 padding-left: 0; | |
397 list-style: none; } | |
398 | |
399 .list-inline { | |
400 padding-left: 0; | |
401 list-style: none; } | |
402 | |
403 .list-inline-item { | |
404 display: inline-block; } | |
405 .list-inline-item:not(:last-child) { | |
406 margin-right: 5px; } | |
407 | |
408 .initialism { | |
409 font-size: 90%; | |
410 text-transform: uppercase; } | |
411 | |
412 .blockquote { | |
413 margin-bottom: 1rem; | |
414 font-size: 1.125rem; } | |
415 | |
416 .blockquote-footer { | |
417 display: block; | |
418 font-size: 80%; | |
419 color: #868e96; } | |
420 .blockquote-footer::before { | |
421 content: "\2014 \00A0"; } | |
422 | |
423 .img-fluid { | |
424 max-width: 100%; | |
425 height: auto; } | |
426 | |
427 .img-thumbnail { | |
428 padding: 0.25rem; | |
429 background-color: #f5f7fa; | |
430 border: 1px solid #ddd; | |
431 border-radius: 0.25rem; | |
432 -webkit-transition: all 0.2s ease-in-out; | |
433 transition: all 0.2s ease-in-out; | |
434 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); | |
435 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); | |
436 max-width: 100%; | |
437 height: auto; } | |
438 | |
439 .figure { | |
440 display: inline-block; } | |
441 | |
442 .figure-img { | |
443 margin-bottom: 0.5rem; | |
444 line-height: 1; } | |
445 | |
446 .figure-caption { | |
447 font-size: 90%; | |
448 color: #868e96; } | |
449 | |
450 code, | |
451 kbd, | |
452 pre, | |
453 samp { | |
454 font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } | |
455 | |
456 code { | |
457 padding: 0.2rem 0.4rem; | |
458 font-size: 90%; | |
459 color: #bd4147; | |
460 background-color: #f8f9fa; | |
461 border-radius: 0.25rem; } | |
462 a > code { | |
463 padding: 0; | |
464 color: inherit; | |
465 background-color: inherit; } | |
466 | |
467 kbd { | |
468 padding: 0.2rem 0.4rem; | |
469 font-size: 90%; | |
470 color: #fff; | |
471 background-color: #212529; | |
472 border-radius: 0.2rem; | |
473 -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); | |
474 box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); } | |
475 kbd kbd { | |
476 padding: 0; | |
477 font-size: 100%; | |
478 font-weight: bold; | |
479 -webkit-box-shadow: none; | |
480 box-shadow: none; } | |
481 | |
482 pre { | |
483 display: block; | |
484 margin-top: 0; | |
485 margin-bottom: 1rem; | |
486 font-size: 90%; | |
487 color: #212529; } | |
488 pre code { | |
489 padding: 0; | |
490 font-size: inherit; | |
491 color: inherit; | |
492 background-color: transparent; | |
493 border-radius: 0; } | |
494 | |
495 .pre-scrollable { | |
496 max-height: 340px; | |
497 overflow-y: scroll; } | |
498 | |
499 .container { | |
500 margin-right: auto; | |
501 margin-left: auto; | |
502 padding-right: 3px; | |
503 padding-left: 3px; | |
504 width: 100%; } | |
505 @media (min-width: 576px) { | |
506 .container { | |
507 max-width: 540px; } } | |
508 @media (min-width: 768px) { | |
509 .container { | |
510 max-width: 720px; } } | |
511 @media (min-width: 992px) { | |
512 .container { | |
513 max-width: 960px; } } | |
514 @media (min-width: 1200px) { | |
515 .container { | |
516 max-width: 1140px; } } | |
517 | |
518 .container-fluid { | |
519 width: 100%; | |
520 margin-right: auto; | |
521 margin-left: auto; | |
522 padding-right: 3px; | |
523 padding-left: 3px; | |
524 width: 100%; } | |
525 | |
526 .row, .custom-fullcalendar { | |
527 display: -webkit-box; | |
528 display: -ms-flexbox; | |
529 display: flex; | |
530 -ms-flex-wrap: wrap; | |
531 flex-wrap: wrap; | |
532 margin-right: -3px; | |
533 margin-left: -3px; } | |
534 | |
535 .no-gutters { | |
536 margin-right: 0; | |
537 margin-left: 0; } | |
538 .no-gutters > .col, | |
539 .no-gutters > [class*="col-"] { | |
540 padding-right: 0; | |
541 padding-left: 0; } | |
542 | |
543 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .custom-fullcalendar .fc-toolbar, .col, | |
544 .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, | |
545 .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, .custom-fullcalendar .fc-view-container, .col-md-10, .col-md-11, .col-md-12, .col-md, | |
546 .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, | |
547 .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, | |
548 .col-xl-auto { | |
549 position: relative; | |
550 width: 100%; | |
551 min-height: 1px; | |
552 padding-right: 3px; | |
553 padding-left: 3px; } | |
554 | |
555 .col { | |
556 -ms-flex-preferred-size: 0; | |
557 flex-basis: 0; | |
558 -webkit-box-flex: 1; | |
559 -ms-flex-positive: 1; | |
560 flex-grow: 1; | |
561 max-width: 100%; } | |
562 | |
563 .col-auto { | |
564 -webkit-box-flex: 0; | |
565 -ms-flex: 0 0 auto; | |
566 flex: 0 0 auto; | |
567 width: auto; | |
568 max-width: none; } | |
569 | |
570 .col-1 { | |
571 -webkit-box-flex: 0; | |
572 -ms-flex: 0 0 8.33333%; | |
573 flex: 0 0 8.33333%; | |
574 max-width: 8.33333%; } | |
575 | |
576 .col-2 { | |
577 -webkit-box-flex: 0; | |
578 -ms-flex: 0 0 16.66667%; | |
579 flex: 0 0 16.66667%; | |
580 max-width: 16.66667%; } | |
581 | |
582 .col-3 { | |
583 -webkit-box-flex: 0; | |
584 -ms-flex: 0 0 25%; | |
585 flex: 0 0 25%; | |
586 max-width: 25%; } | |
587 | |
588 .col-4 { | |
589 -webkit-box-flex: 0; | |
590 -ms-flex: 0 0 33.33333%; | |
591 flex: 0 0 33.33333%; | |
592 max-width: 33.33333%; } | |
593 | |
594 .col-5 { | |
595 -webkit-box-flex: 0; | |
596 -ms-flex: 0 0 41.66667%; | |
597 flex: 0 0 41.66667%; | |
598 max-width: 41.66667%; } | |
599 | |
600 .col-6 { | |
601 -webkit-box-flex: 0; | |
602 -ms-flex: 0 0 50%; | |
603 flex: 0 0 50%; | |
604 max-width: 50%; } | |
605 | |
606 .col-7 { | |
607 -webkit-box-flex: 0; | |
608 -ms-flex: 0 0 58.33333%; | |
609 flex: 0 0 58.33333%; | |
610 max-width: 58.33333%; } | |
611 | |
612 .col-8 { | |
613 -webkit-box-flex: 0; | |
614 -ms-flex: 0 0 66.66667%; | |
615 flex: 0 0 66.66667%; | |
616 max-width: 66.66667%; } | |
617 | |
618 .col-9 { | |
619 -webkit-box-flex: 0; | |
620 -ms-flex: 0 0 75%; | |
621 flex: 0 0 75%; | |
622 max-width: 75%; } | |
623 | |
624 .col-10 { | |
625 -webkit-box-flex: 0; | |
626 -ms-flex: 0 0 83.33333%; | |
627 flex: 0 0 83.33333%; | |
628 max-width: 83.33333%; } | |
629 | |
630 .col-11 { | |
631 -webkit-box-flex: 0; | |
632 -ms-flex: 0 0 91.66667%; | |
633 flex: 0 0 91.66667%; | |
634 max-width: 91.66667%; } | |
635 | |
636 .col-12, .custom-fullcalendar .fc-toolbar { | |
637 -webkit-box-flex: 0; | |
638 -ms-flex: 0 0 100%; | |
639 flex: 0 0 100%; | |
640 max-width: 100%; } | |
641 | |
642 .order-1 { | |
643 -webkit-box-ordinal-group: 2; | |
644 -ms-flex-order: 1; | |
645 order: 1; } | |
646 | |
647 .order-2 { | |
648 -webkit-box-ordinal-group: 3; | |
649 -ms-flex-order: 2; | |
650 order: 2; } | |
651 | |
652 .order-3 { | |
653 -webkit-box-ordinal-group: 4; | |
654 -ms-flex-order: 3; | |
655 order: 3; } | |
656 | |
657 .order-4 { | |
658 -webkit-box-ordinal-group: 5; | |
659 -ms-flex-order: 4; | |
660 order: 4; } | |
661 | |
662 .order-5 { | |
663 -webkit-box-ordinal-group: 6; | |
664 -ms-flex-order: 5; | |
665 order: 5; } | |
666 | |
667 .order-6 { | |
668 -webkit-box-ordinal-group: 7; | |
669 -ms-flex-order: 6; | |
670 order: 6; } | |
671 | |
672 .order-7 { | |
673 -webkit-box-ordinal-group: 8; | |
674 -ms-flex-order: 7; | |
675 order: 7; } | |
676 | |
677 .order-8 { | |
678 -webkit-box-ordinal-group: 9; | |
679 -ms-flex-order: 8; | |
680 order: 8; } | |
681 | |
682 .order-9 { | |
683 -webkit-box-ordinal-group: 10; | |
684 -ms-flex-order: 9; | |
685 order: 9; } | |
686 | |
687 .order-10 { | |
688 -webkit-box-ordinal-group: 11; | |
689 -ms-flex-order: 10; | |
690 order: 10; } | |
691 | |
692 .order-11 { | |
693 -webkit-box-ordinal-group: 12; | |
694 -ms-flex-order: 11; | |
695 order: 11; } | |
696 | |
697 .order-12 { | |
698 -webkit-box-ordinal-group: 13; | |
699 -ms-flex-order: 12; | |
700 order: 12; } | |
701 | |
702 @media (min-width: 576px) { | |
703 .col-sm { | |
704 -ms-flex-preferred-size: 0; | |
705 flex-basis: 0; | |
706 -webkit-box-flex: 1; | |
707 -ms-flex-positive: 1; | |
708 flex-grow: 1; | |
709 max-width: 100%; } | |
710 .col-sm-auto { | |
711 -webkit-box-flex: 0; | |
712 -ms-flex: 0 0 auto; | |
713 flex: 0 0 auto; | |
714 width: auto; | |
715 max-width: none; } | |
716 .col-sm-1 { | |
717 -webkit-box-flex: 0; | |
718 -ms-flex: 0 0 8.33333%; | |
719 flex: 0 0 8.33333%; | |
720 max-width: 8.33333%; } | |
721 .col-sm-2 { | |
722 -webkit-box-flex: 0; | |
723 -ms-flex: 0 0 16.66667%; | |
724 flex: 0 0 16.66667%; | |
725 max-width: 16.66667%; } | |
726 .col-sm-3 { | |
727 -webkit-box-flex: 0; | |
728 -ms-flex: 0 0 25%; | |
729 flex: 0 0 25%; | |
730 max-width: 25%; } | |
731 .col-sm-4 { | |
732 -webkit-box-flex: 0; | |
733 -ms-flex: 0 0 33.33333%; | |
734 flex: 0 0 33.33333%; | |
735 max-width: 33.33333%; } | |
736 .col-sm-5 { | |
737 -webkit-box-flex: 0; | |
738 -ms-flex: 0 0 41.66667%; | |
739 flex: 0 0 41.66667%; | |
740 max-width: 41.66667%; } | |
741 .col-sm-6 { | |
742 -webkit-box-flex: 0; | |
743 -ms-flex: 0 0 50%; | |
744 flex: 0 0 50%; | |
745 max-width: 50%; } | |
746 .col-sm-7 { | |
747 -webkit-box-flex: 0; | |
748 -ms-flex: 0 0 58.33333%; | |
749 flex: 0 0 58.33333%; | |
750 max-width: 58.33333%; } | |
751 .col-sm-8 { | |
752 -webkit-box-flex: 0; | |
753 -ms-flex: 0 0 66.66667%; | |
754 flex: 0 0 66.66667%; | |
755 max-width: 66.66667%; } | |
756 .col-sm-9 { | |
757 -webkit-box-flex: 0; | |
758 -ms-flex: 0 0 75%; | |
759 flex: 0 0 75%; | |
760 max-width: 75%; } | |
761 .col-sm-10 { | |
762 -webkit-box-flex: 0; | |
763 -ms-flex: 0 0 83.33333%; | |
764 flex: 0 0 83.33333%; | |
765 max-width: 83.33333%; } | |
766 .col-sm-11 { | |
767 -webkit-box-flex: 0; | |
768 -ms-flex: 0 0 91.66667%; | |
769 flex: 0 0 91.66667%; | |
770 max-width: 91.66667%; } | |
771 .col-sm-12 { | |
772 -webkit-box-flex: 0; | |
773 -ms-flex: 0 0 100%; | |
774 flex: 0 0 100%; | |
775 max-width: 100%; } | |
776 .order-sm-1 { | |
777 -webkit-box-ordinal-group: 2; | |
778 -ms-flex-order: 1; | |
779 order: 1; } | |
780 .order-sm-2 { | |
781 -webkit-box-ordinal-group: 3; | |
782 -ms-flex-order: 2; | |
783 order: 2; } | |
784 .order-sm-3 { | |
785 -webkit-box-ordinal-group: 4; | |
786 -ms-flex-order: 3; | |
787 order: 3; } | |
788 .order-sm-4 { | |
789 -webkit-box-ordinal-group: 5; | |
790 -ms-flex-order: 4; | |
791 order: 4; } | |
792 .order-sm-5 { | |
793 -webkit-box-ordinal-group: 6; | |
794 -ms-flex-order: 5; | |
795 order: 5; } | |
796 .order-sm-6 { | |
797 -webkit-box-ordinal-group: 7; | |
798 -ms-flex-order: 6; | |
799 order: 6; } | |
800 .order-sm-7 { | |
801 -webkit-box-ordinal-group: 8; | |
802 -ms-flex-order: 7; | |
803 order: 7; } | |
804 .order-sm-8 { | |
805 -webkit-box-ordinal-group: 9; | |
806 -ms-flex-order: 8; | |
807 order: 8; } | |
808 .order-sm-9 { | |
809 -webkit-box-ordinal-group: 10; | |
810 -ms-flex-order: 9; | |
811 order: 9; } | |
812 .order-sm-10 { | |
813 -webkit-box-ordinal-group: 11; | |
814 -ms-flex-order: 10; | |
815 order: 10; } | |
816 .order-sm-11 { | |
817 -webkit-box-ordinal-group: 12; | |
818 -ms-flex-order: 11; | |
819 order: 11; } | |
820 .order-sm-12 { | |
821 -webkit-box-ordinal-group: 13; | |
822 -ms-flex-order: 12; | |
823 order: 12; } } | |
824 | |
825 @media (min-width: 768px) { | |
826 .col-md { | |
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-md-auto { | |
834 -webkit-box-flex: 0; | |
835 -ms-flex: 0 0 auto; | |
836 flex: 0 0 auto; | |
837 width: auto; | |
838 max-width: none; } | |
839 .col-md-1 { | |
840 -webkit-box-flex: 0; | |
841 -ms-flex: 0 0 8.33333%; | |
842 flex: 0 0 8.33333%; | |
843 max-width: 8.33333%; } | |
844 .col-md-2 { | |
845 -webkit-box-flex: 0; | |
846 -ms-flex: 0 0 16.66667%; | |
847 flex: 0 0 16.66667%; | |
848 max-width: 16.66667%; } | |
849 .col-md-3 { | |
850 -webkit-box-flex: 0; | |
851 -ms-flex: 0 0 25%; | |
852 flex: 0 0 25%; | |
853 max-width: 25%; } | |
854 .col-md-4 { | |
855 -webkit-box-flex: 0; | |
856 -ms-flex: 0 0 33.33333%; | |
857 flex: 0 0 33.33333%; | |
858 max-width: 33.33333%; } | |
859 .col-md-5 { | |
860 -webkit-box-flex: 0; | |
861 -ms-flex: 0 0 41.66667%; | |
862 flex: 0 0 41.66667%; | |
863 max-width: 41.66667%; } | |
864 .col-md-6 { | |
865 -webkit-box-flex: 0; | |
866 -ms-flex: 0 0 50%; | |
867 flex: 0 0 50%; | |
868 max-width: 50%; } | |
869 .col-md-7 { | |
870 -webkit-box-flex: 0; | |
871 -ms-flex: 0 0 58.33333%; | |
872 flex: 0 0 58.33333%; | |
873 max-width: 58.33333%; } | |
874 .col-md-8 { | |
875 -webkit-box-flex: 0; | |
876 -ms-flex: 0 0 66.66667%; | |
877 flex: 0 0 66.66667%; | |
878 max-width: 66.66667%; } | |
879 .col-md-9, .custom-fullcalendar .fc-view-container { | |
880 -webkit-box-flex: 0; | |
881 -ms-flex: 0 0 75%; | |
882 flex: 0 0 75%; | |
883 max-width: 75%; } | |
884 .col-md-10 { | |
885 -webkit-box-flex: 0; | |
886 -ms-flex: 0 0 83.33333%; | |
887 flex: 0 0 83.33333%; | |
888 max-width: 83.33333%; } | |
889 .col-md-11 { | |
890 -webkit-box-flex: 0; | |
891 -ms-flex: 0 0 91.66667%; | |
892 flex: 0 0 91.66667%; | |
893 max-width: 91.66667%; } | |
894 .col-md-12 { | |
895 -webkit-box-flex: 0; | |
896 -ms-flex: 0 0 100%; | |
897 flex: 0 0 100%; | |
898 max-width: 100%; } | |
899 .order-md-1 { | |
900 -webkit-box-ordinal-group: 2; | |
901 -ms-flex-order: 1; | |
902 order: 1; } | |
903 .order-md-2 { | |
904 -webkit-box-ordinal-group: 3; | |
905 -ms-flex-order: 2; | |
906 order: 2; } | |
907 .order-md-3 { | |
908 -webkit-box-ordinal-group: 4; | |
909 -ms-flex-order: 3; | |
910 order: 3; } | |
911 .order-md-4 { | |
912 -webkit-box-ordinal-group: 5; | |
913 -ms-flex-order: 4; | |
914 order: 4; } | |
915 .order-md-5 { | |
916 -webkit-box-ordinal-group: 6; | |
917 -ms-flex-order: 5; | |
918 order: 5; } | |
919 .order-md-6 { | |
920 -webkit-box-ordinal-group: 7; | |
921 -ms-flex-order: 6; | |
922 order: 6; } | |
923 .order-md-7 { | |
924 -webkit-box-ordinal-group: 8; | |
925 -ms-flex-order: 7; | |
926 order: 7; } | |
927 .order-md-8 { | |
928 -webkit-box-ordinal-group: 9; | |
929 -ms-flex-order: 8; | |
930 order: 8; } | |
931 .order-md-9 { | |
932 -webkit-box-ordinal-group: 10; | |
933 -ms-flex-order: 9; | |
934 order: 9; } | |
935 .order-md-10 { | |
936 -webkit-box-ordinal-group: 11; | |
937 -ms-flex-order: 10; | |
938 order: 10; } | |
939 .order-md-11 { | |
940 -webkit-box-ordinal-group: 12; | |
941 -ms-flex-order: 11; | |
942 order: 11; } | |
943 .order-md-12 { | |
944 -webkit-box-ordinal-group: 13; | |
945 -ms-flex-order: 12; | |
946 order: 12; } } | |
947 | |
948 @media (min-width: 992px) { | |
949 .col-lg { | |
950 -ms-flex-preferred-size: 0; | |
951 flex-basis: 0; | |
952 -webkit-box-flex: 1; | |
953 -ms-flex-positive: 1; | |
954 flex-grow: 1; | |
955 max-width: 100%; } | |
956 .col-lg-auto { | |
957 -webkit-box-flex: 0; | |
958 -ms-flex: 0 0 auto; | |
959 flex: 0 0 auto; | |
960 width: auto; | |
961 max-width: none; } | |
962 .col-lg-1 { | |
963 -webkit-box-flex: 0; | |
964 -ms-flex: 0 0 8.33333%; | |
965 flex: 0 0 8.33333%; | |
966 max-width: 8.33333%; } | |
967 .col-lg-2 { | |
968 -webkit-box-flex: 0; | |
969 -ms-flex: 0 0 16.66667%; | |
970 flex: 0 0 16.66667%; | |
971 max-width: 16.66667%; } | |
972 .col-lg-3 { | |
973 -webkit-box-flex: 0; | |
974 -ms-flex: 0 0 25%; | |
975 flex: 0 0 25%; | |
976 max-width: 25%; } | |
977 .col-lg-4 { | |
978 -webkit-box-flex: 0; | |
979 -ms-flex: 0 0 33.33333%; | |
980 flex: 0 0 33.33333%; | |
981 max-width: 33.33333%; } | |
982 .col-lg-5 { | |
983 -webkit-box-flex: 0; | |
984 -ms-flex: 0 0 41.66667%; | |
985 flex: 0 0 41.66667%; | |
986 max-width: 41.66667%; } | |
987 .col-lg-6 { | |
988 -webkit-box-flex: 0; | |
989 -ms-flex: 0 0 50%; | |
990 flex: 0 0 50%; | |
991 max-width: 50%; } | |
992 .col-lg-7 { | |
993 -webkit-box-flex: 0; | |
994 -ms-flex: 0 0 58.33333%; | |
995 flex: 0 0 58.33333%; | |
996 max-width: 58.33333%; } | |
997 .col-lg-8 { | |
998 -webkit-box-flex: 0; | |
999 -ms-flex: 0 0 66.66667%; | |
1000 flex: 0 0 66.66667%; | |
1001 max-width: 66.66667%; } | |
1002 .col-lg-9 { | |
1003 -webkit-box-flex: 0; | |
1004 -ms-flex: 0 0 75%; | |
1005 flex: 0 0 75%; | |
1006 max-width: 75%; } | |
1007 .col-lg-10 { | |
1008 -webkit-box-flex: 0; | |
1009 -ms-flex: 0 0 83.33333%; | |
1010 flex: 0 0 83.33333%; | |
1011 max-width: 83.33333%; } | |
1012 .col-lg-11 { | |
1013 -webkit-box-flex: 0; | |
1014 -ms-flex: 0 0 91.66667%; | |
1015 flex: 0 0 91.66667%; | |
1016 max-width: 91.66667%; } | |
1017 .col-lg-12 { | |
1018 -webkit-box-flex: 0; | |
1019 -ms-flex: 0 0 100%; | |
1020 flex: 0 0 100%; | |
1021 max-width: 100%; } | |
1022 .order-lg-1 { | |
1023 -webkit-box-ordinal-group: 2; | |
1024 -ms-flex-order: 1; | |
1025 order: 1; } | |
1026 .order-lg-2 { | |
1027 -webkit-box-ordinal-group: 3; | |
1028 -ms-flex-order: 2; | |
1029 order: 2; } | |
1030 .order-lg-3 { | |
1031 -webkit-box-ordinal-group: 4; | |
1032 -ms-flex-order: 3; | |
1033 order: 3; } | |
1034 .order-lg-4 { | |
1035 -webkit-box-ordinal-group: 5; | |
1036 -ms-flex-order: 4; | |
1037 order: 4; } | |
1038 .order-lg-5 { | |
1039 -webkit-box-ordinal-group: 6; | |
1040 -ms-flex-order: 5; | |
1041 order: 5; } | |
1042 .order-lg-6 { | |
1043 -webkit-box-ordinal-group: 7; | |
1044 -ms-flex-order: 6; | |
1045 order: 6; } | |
1046 .order-lg-7 { | |
1047 -webkit-box-ordinal-group: 8; | |
1048 -ms-flex-order: 7; | |
1049 order: 7; } | |
1050 .order-lg-8 { | |
1051 -webkit-box-ordinal-group: 9; | |
1052 -ms-flex-order: 8; | |
1053 order: 8; } | |
1054 .order-lg-9 { | |
1055 -webkit-box-ordinal-group: 10; | |
1056 -ms-flex-order: 9; | |
1057 order: 9; } | |
1058 .order-lg-10 { | |
1059 -webkit-box-ordinal-group: 11; | |
1060 -ms-flex-order: 10; | |
1061 order: 10; } | |
1062 .order-lg-11 { | |
1063 -webkit-box-ordinal-group: 12; | |
1064 -ms-flex-order: 11; | |
1065 order: 11; } | |
1066 .order-lg-12 { | |
1067 -webkit-box-ordinal-group: 13; | |
1068 -ms-flex-order: 12; | |
1069 order: 12; } } | |
1070 | |
1071 @media (min-width: 1200px) { | |
1072 .col-xl { | |
1073 -ms-flex-preferred-size: 0; | |
1074 flex-basis: 0; | |
1075 -webkit-box-flex: 1; | |
1076 -ms-flex-positive: 1; | |
1077 flex-grow: 1; | |
1078 max-width: 100%; } | |
1079 .col-xl-auto { | |
1080 -webkit-box-flex: 0; | |
1081 -ms-flex: 0 0 auto; | |
1082 flex: 0 0 auto; | |
1083 width: auto; | |
1084 max-width: none; } | |
1085 .col-xl-1 { | |
1086 -webkit-box-flex: 0; | |
1087 -ms-flex: 0 0 8.33333%; | |
1088 flex: 0 0 8.33333%; | |
1089 max-width: 8.33333%; } | |
1090 .col-xl-2 { | |
1091 -webkit-box-flex: 0; | |
1092 -ms-flex: 0 0 16.66667%; | |
1093 flex: 0 0 16.66667%; | |
1094 max-width: 16.66667%; } | |
1095 .col-xl-3 { | |
1096 -webkit-box-flex: 0; | |
1097 -ms-flex: 0 0 25%; | |
1098 flex: 0 0 25%; | |
1099 max-width: 25%; } | |
1100 .col-xl-4 { | |
1101 -webkit-box-flex: 0; | |
1102 -ms-flex: 0 0 33.33333%; | |
1103 flex: 0 0 33.33333%; | |
1104 max-width: 33.33333%; } | |
1105 .col-xl-5 { | |
1106 -webkit-box-flex: 0; | |
1107 -ms-flex: 0 0 41.66667%; | |
1108 flex: 0 0 41.66667%; | |
1109 max-width: 41.66667%; } | |
1110 .col-xl-6 { | |
1111 -webkit-box-flex: 0; | |
1112 -ms-flex: 0 0 50%; | |
1113 flex: 0 0 50%; | |
1114 max-width: 50%; } | |
1115 .col-xl-7 { | |
1116 -webkit-box-flex: 0; | |
1117 -ms-flex: 0 0 58.33333%; | |
1118 flex: 0 0 58.33333%; | |
1119 max-width: 58.33333%; } | |
1120 .col-xl-8 { | |
1121 -webkit-box-flex: 0; | |
1122 -ms-flex: 0 0 66.66667%; | |
1123 flex: 0 0 66.66667%; | |
1124 max-width: 66.66667%; } | |
1125 .col-xl-9 { | |
1126 -webkit-box-flex: 0; | |
1127 -ms-flex: 0 0 75%; | |
1128 flex: 0 0 75%; | |
1129 max-width: 75%; } | |
1130 .col-xl-10 { | |
1131 -webkit-box-flex: 0; | |
1132 -ms-flex: 0 0 83.33333%; | |
1133 flex: 0 0 83.33333%; | |
1134 max-width: 83.33333%; } | |
1135 .col-xl-11 { | |
1136 -webkit-box-flex: 0; | |
1137 -ms-flex: 0 0 91.66667%; | |
1138 flex: 0 0 91.66667%; | |
1139 max-width: 91.66667%; } | |
1140 .col-xl-12 { | |
1141 -webkit-box-flex: 0; | |
1142 -ms-flex: 0 0 100%; | |
1143 flex: 0 0 100%; | |
1144 max-width: 100%; } | |
1145 .order-xl-1 { | |
1146 -webkit-box-ordinal-group: 2; | |
1147 -ms-flex-order: 1; | |
1148 order: 1; } | |
1149 .order-xl-2 { | |
1150 -webkit-box-ordinal-group: 3; | |
1151 -ms-flex-order: 2; | |
1152 order: 2; } | |
1153 .order-xl-3 { | |
1154 -webkit-box-ordinal-group: 4; | |
1155 -ms-flex-order: 3; | |
1156 order: 3; } | |
1157 .order-xl-4 { | |
1158 -webkit-box-ordinal-group: 5; | |
1159 -ms-flex-order: 4; | |
1160 order: 4; } | |
1161 .order-xl-5 { | |
1162 -webkit-box-ordinal-group: 6; | |
1163 -ms-flex-order: 5; | |
1164 order: 5; } | |
1165 .order-xl-6 { | |
1166 -webkit-box-ordinal-group: 7; | |
1167 -ms-flex-order: 6; | |
1168 order: 6; } | |
1169 .order-xl-7 { | |
1170 -webkit-box-ordinal-group: 8; | |
1171 -ms-flex-order: 7; | |
1172 order: 7; } | |
1173 .order-xl-8 { | |
1174 -webkit-box-ordinal-group: 9; | |
1175 -ms-flex-order: 8; | |
1176 order: 8; } | |
1177 .order-xl-9 { | |
1178 -webkit-box-ordinal-group: 10; | |
1179 -ms-flex-order: 9; | |
1180 order: 9; } | |
1181 .order-xl-10 { | |
1182 -webkit-box-ordinal-group: 11; | |
1183 -ms-flex-order: 10; | |
1184 order: 10; } | |
1185 .order-xl-11 { | |
1186 -webkit-box-ordinal-group: 12; | |
1187 -ms-flex-order: 11; | |
1188 order: 11; } | |
1189 .order-xl-12 { | |
1190 -webkit-box-ordinal-group: 13; | |
1191 -ms-flex-order: 12; | |
1192 order: 12; } } | |
1193 | |
1194 .table { | |
1195 width: 100%; | |
1196 max-width: 100%; | |
1197 margin-bottom: 1rem; | |
1198 background-color: transparent; } | |
1199 .table th, | |
1200 .table td { | |
1201 padding: 0.57143em; | |
1202 vertical-align: top; | |
1203 border-top: 1px solid white; } | |
1204 .table thead th { | |
1205 vertical-align: bottom; | |
1206 border-bottom: 2px solid white; } | |
1207 .table tbody + tbody { | |
1208 border-top: 2px solid white; } | |
1209 .table .table { | |
1210 background-color: #f5f7fa; } | |
1211 | |
1212 .table-sm th, | |
1213 .table-sm td { | |
1214 padding: 0.3rem; } | |
1215 | |
1216 .table-bordered { | |
1217 border: 1px solid white; } | |
1218 .table-bordered th, | |
1219 .table-bordered td { | |
1220 border: 1px solid white; } | |
1221 .table-bordered thead th, | |
1222 .table-bordered thead td { | |
1223 border-bottom-width: 2px; } | |
1224 | |
1225 .table-striped tbody tr:nth-of-type(odd) { | |
1226 background-color: #fdfcff; } | |
1227 | |
1228 .table-hover tbody tr:hover { | |
1229 background-color: #f3eefd; } | |
1230 | |
1231 .table-color-scheme, | |
1232 .table-color-scheme > th, | |
1233 .table-color-scheme > td { | |
1234 background-color: #dccff9; } | |
1235 | |
1236 .table-hover .table-color-scheme:hover { | |
1237 background-color: #cbb8f6; } | |
1238 .table-hover .table-color-scheme:hover > td, | |
1239 .table-hover .table-color-scheme:hover > th { | |
1240 background-color: #cbb8f6; } | |
1241 | |
1242 .table-color-scheme-dark, | |
1243 .table-color-scheme-dark > th, | |
1244 .table-color-scheme-dark > td { | |
1245 background-color: #dcd1e4; } | |
1246 | |
1247 .table-hover .table-color-scheme-dark:hover { | |
1248 background-color: #d0c1db; } | |
1249 .table-hover .table-color-scheme-dark:hover > td, | |
1250 .table-hover .table-color-scheme-dark:hover > th { | |
1251 background-color: #d0c1db; } | |
1252 | |
1253 .table-content-color, | |
1254 .table-content-color > th, | |
1255 .table-content-color > td { | |
1256 background-color: #e2e2e2; } | |
1257 | |
1258 .table-hover .table-content-color:hover { | |
1259 background-color: #d5d5d5; } | |
1260 .table-hover .table-content-color:hover > td, | |
1261 .table-hover .table-content-color:hover > th { | |
1262 background-color: #d5d5d5; } | |
1263 | |
1264 .table-content, | |
1265 .table-content > th, | |
1266 .table-content > td { | |
1267 background-color: #e2e2e2; } | |
1268 | |
1269 .table-hover .table-content:hover { | |
1270 background-color: #d5d5d5; } | |
1271 .table-hover .table-content:hover > td, | |
1272 .table-hover .table-content:hover > th { | |
1273 background-color: #d5d5d5; } | |
1274 | |
1275 .table-primary, | |
1276 .table-primary > th, | |
1277 .table-primary > td { | |
1278 background-color: #dccff9; } | |
1279 | |
1280 .table-hover .table-primary:hover { | |
1281 background-color: #cbb8f6; } | |
1282 .table-hover .table-primary:hover > td, | |
1283 .table-hover .table-primary:hover > th { | |
1284 background-color: #cbb8f6; } | |
1285 | |
1286 .table-secondary, | |
1287 .table-secondary > th, | |
1288 .table-secondary > td { | |
1289 background-color: #dddfe2; } | |
1290 | |
1291 .table-hover .table-secondary:hover { | |
1292 background-color: #cfd2d6; } | |
1293 .table-hover .table-secondary:hover > td, | |
1294 .table-hover .table-secondary:hover > th { | |
1295 background-color: #cfd2d6; } | |
1296 | |
1297 .table-success, | |
1298 .table-success > th, | |
1299 .table-success > td { | |
1300 background-color: #c7f3da; } | |
1301 | |
1302 .table-hover .table-success:hover { | |
1303 background-color: #b2efcc; } | |
1304 .table-hover .table-success:hover > td, | |
1305 .table-hover .table-success:hover > th { | |
1306 background-color: #b2efcc; } | |
1307 | |
1308 .table-info, | |
1309 .table-info > th, | |
1310 .table-info > td { | |
1311 background-color: #b8e7fc; } | |
1312 | |
1313 .table-hover .table-info:hover { | |
1314 background-color: #a0dffb; } | |
1315 .table-hover .table-info:hover > td, | |
1316 .table-hover .table-info:hover > th { | |
1317 background-color: #a0dffb; } | |
1318 | |
1319 .table-warning, | |
1320 .table-warning > th, | |
1321 .table-warning > td { | |
1322 background-color: #fff1b8; } | |
1323 | |
1324 .table-hover .table-warning:hover { | |
1325 background-color: #ffec9f; } | |
1326 .table-hover .table-warning:hover > td, | |
1327 .table-hover .table-warning:hover > th { | |
1328 background-color: #ffec9f; } | |
1329 | |
1330 .table-danger, | |
1331 .table-danger > th, | |
1332 .table-danger > td { | |
1333 background-color: #f8d3ce; } | |
1334 | |
1335 .table-hover .table-danger:hover { | |
1336 background-color: #f5bfb8; } | |
1337 .table-hover .table-danger:hover > td, | |
1338 .table-hover .table-danger:hover > th { | |
1339 background-color: #f5bfb8; } | |
1340 | |
1341 .table-light, | |
1342 .table-light > th, | |
1343 .table-light > td { | |
1344 background-color: #fdfdfe; } | |
1345 | |
1346 .table-hover .table-light:hover { | |
1347 background-color: #ececf6; } | |
1348 .table-hover .table-light:hover > td, | |
1349 .table-hover .table-light:hover > th { | |
1350 background-color: #ececf6; } | |
1351 | |
1352 .table-dark, | |
1353 .table-dark > th, | |
1354 .table-dark > td { | |
1355 background-color: #c6c8ca; } | |
1356 | |
1357 .table-hover .table-dark:hover { | |
1358 background-color: #b9bbbe; } | |
1359 .table-hover .table-dark:hover > td, | |
1360 .table-hover .table-dark:hover > th { | |
1361 background-color: #b9bbbe; } | |
1362 | |
1363 .table-gray-100, | |
1364 .table-gray-100 > th, | |
1365 .table-gray-100 > td { | |
1366 background-color: #fdfdfe; } | |
1367 | |
1368 .table-hover .table-gray-100:hover { | |
1369 background-color: #ececf6; } | |
1370 .table-hover .table-gray-100:hover > td, | |
1371 .table-hover .table-gray-100:hover > th { | |
1372 background-color: #ececf6; } | |
1373 | |
1374 .table-gray-200, | |
1375 .table-gray-200 > th, | |
1376 .table-gray-200 > td { | |
1377 background-color: whitesmoke; } | |
1378 | |
1379 .table-hover .table-gray-200:hover { | |
1380 background-color: #e8e8e8; } | |
1381 .table-hover .table-gray-200:hover > td, | |
1382 .table-hover .table-gray-200:hover > th { | |
1383 background-color: #e8e8e8; } | |
1384 | |
1385 .table-gray-300, | |
1386 .table-gray-300 > th, | |
1387 .table-gray-300 > td { | |
1388 background-color: #ececec; } | |
1389 | |
1390 .table-hover .table-gray-300:hover { | |
1391 background-color: #dfdfdf; } | |
1392 .table-hover .table-gray-300:hover > td, | |
1393 .table-hover .table-gray-300:hover > th { | |
1394 background-color: #dfdfdf; } | |
1395 | |
1396 .table-gray-400, | |
1397 .table-gray-400 > th, | |
1398 .table-gray-400 > td { | |
1399 background-color: #e7e7e7; } | |
1400 | |
1401 .table-hover .table-gray-400:hover { | |
1402 background-color: #dadada; } | |
1403 .table-hover .table-gray-400:hover > td, | |
1404 .table-hover .table-gray-400:hover > th { | |
1405 background-color: #dadada; } | |
1406 | |
1407 .table-gray-500, | |
1408 .table-gray-500 > th, | |
1409 .table-gray-500 > td { | |
1410 background-color: #e2e2e2; } | |
1411 | |
1412 .table-hover .table-gray-500:hover { | |
1413 background-color: #d5d5d5; } | |
1414 .table-hover .table-gray-500:hover > td, | |
1415 .table-hover .table-gray-500:hover > th { | |
1416 background-color: #d5d5d5; } | |
1417 | |
1418 .table-gray-600, | |
1419 .table-gray-600 > th, | |
1420 .table-gray-600 > td { | |
1421 background-color: #dddfe2; } | |
1422 | |
1423 .table-hover .table-gray-600:hover { | |
1424 background-color: #cfd2d6; } | |
1425 .table-hover .table-gray-600:hover > td, | |
1426 .table-hover .table-gray-600:hover > th { | |
1427 background-color: #cfd2d6; } | |
1428 | |
1429 .table-gray-700, | |
1430 .table-gray-700 > th, | |
1431 .table-gray-700 > td { | |
1432 background-color: #ccced0; } | |
1433 | |
1434 .table-hover .table-gray-700:hover { | |
1435 background-color: #bfc1c4; } | |
1436 .table-hover .table-gray-700:hover > td, | |
1437 .table-hover .table-gray-700:hover > th { | |
1438 background-color: #bfc1c4; } | |
1439 | |
1440 .table-gray-800, | |
1441 .table-gray-800 > th, | |
1442 .table-gray-800 > td { | |
1443 background-color: #c6c8ca; } | |
1444 | |
1445 .table-hover .table-gray-800:hover { | |
1446 background-color: #b9bbbe; } | |
1447 .table-hover .table-gray-800:hover > td, | |
1448 .table-hover .table-gray-800:hover > th { | |
1449 background-color: #b9bbbe; } | |
1450 | |
1451 .table-gray-900, | |
1452 .table-gray-900 > th, | |
1453 .table-gray-900 > td { | |
1454 background-color: #c1c2c3; } | |
1455 | |
1456 .table-hover .table-gray-900:hover { | |
1457 background-color: #b4b5b6; } | |
1458 .table-hover .table-gray-900:hover > td, | |
1459 .table-hover .table-gray-900:hover > th { | |
1460 background-color: #b4b5b6; } | |
1461 | |
1462 .table-active, | |
1463 .table-active > th, | |
1464 .table-active > td { | |
1465 background-color: #f3eefd; } | |
1466 | |
1467 .table-hover .table-active:hover { | |
1468 background-color: #e2d7fa; } | |
1469 .table-hover .table-active:hover > td, | |
1470 .table-hover .table-active:hover > th { | |
1471 background-color: #e2d7fa; } | |
1472 | |
1473 .thead-inverse th { | |
1474 color: #f5f7fa; | |
1475 background-color: #212529; } | |
1476 | |
1477 .thead-default th { | |
1478 color: white; | |
1479 background-color: #ddd; } | |
1480 | |
1481 .table-inverse { | |
1482 color: #f5f7fa; | |
1483 background-color: #212529; } | |
1484 .table-inverse th, | |
1485 .table-inverse td, | |
1486 .table-inverse thead th { | |
1487 border-color: rgba(255, 255, 255, 0.1); } | |
1488 .table-inverse.table-bordered { | |
1489 border: 0; } | |
1490 .table-inverse.table-striped tbody tr:nth-of-type(odd) { | |
1491 background-color: rgba(255, 255, 255, 0.05); } | |
1492 .table-inverse.table-hover tbody tr:hover { | |
1493 background-color: rgba(255, 255, 255, 0.075); } | |
1494 | |
1495 @media (max-width: 991px) { | |
1496 .table-responsive { | |
1497 display: block; | |
1498 width: 100%; | |
1499 overflow-x: auto; | |
1500 -ms-overflow-style: -ms-autohiding-scrollbar; } | |
1501 .table-responsive.table-bordered { | |
1502 border: 0; } } | |
1503 | |
1504 .form-control { | |
1505 display: block; | |
1506 width: 100%; | |
1507 padding: 0.5625rem 1.2em; | |
1508 font-size: 0.875rem; | |
1509 line-height: 1.57143; | |
1510 color: #74708d; | |
1511 background-color: #fff; | |
1512 background-image: none; | |
1513 background-clip: padding-box; | |
1514 border: 1px solid #e4e9f0; | |
1515 border-radius: 0.25rem; | |
1516 -webkit-box-shadow: none; | |
1517 box-shadow: none; | |
1518 -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; | |
1519 transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; | |
1520 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; | |
1521 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; } | |
1522 .form-control::-ms-expand { | |
1523 background-color: transparent; | |
1524 border: 0; } | |
1525 .form-control:focus { | |
1526 color: #74708d; | |
1527 background-color: #fff; | |
1528 border-color: #8253eb; | |
1529 outline: none; | |
1530 -webkit-box-shadow: none, 0 0 0 3px rgba(130, 83, 235, 0.2); | |
1531 box-shadow: none, 0 0 0 3px rgba(130, 83, 235, 0.2); } | |
1532 .form-control::-webkit-input-placeholder { | |
1533 color: #bbb; | |
1534 opacity: 1; } | |
1535 .form-control:-ms-input-placeholder { | |
1536 color: #bbb; | |
1537 opacity: 1; } | |
1538 .form-control::placeholder { | |
1539 color: #bbb; | |
1540 opacity: 1; } | |
1541 .form-control:disabled, .form-control[readonly] { | |
1542 background-color: #ddd; | |
1543 opacity: 1; } | |
1544 | |
1545 select.form-control:not([size]):not([multiple]) { | |
1546 height: calc(2.5rem + 2px); } | |
1547 | |
1548 select.form-control:focus::-ms-value { | |
1549 color: #74708d; | |
1550 background-color: #fff; } | |
1551 | |
1552 .form-control-file, | |
1553 .form-control-range { | |
1554 display: block; } | |
1555 | |
1556 .col-form-label { | |
1557 padding-top: calc(0.5625rem - 1px * 2); | |
1558 padding-bottom: calc(0.5625rem - 1px * 2); | |
1559 margin-bottom: 0; } | |
1560 | |
1561 .col-form-label-lg { | |
1562 padding-top: calc(0.3125rem - 1px * 2); | |
1563 padding-bottom: calc(0.3125rem - 1px * 2); | |
1564 font-size: 1rem; } | |
1565 | |
1566 .col-form-label-sm { | |
1567 padding-top: calc(0.1875rem - 1px * 2); | |
1568 padding-bottom: calc(0.1875rem - 1px * 2); | |
1569 font-size: 0.75rem; } | |
1570 | |
1571 .col-form-legend { | |
1572 padding-top: 0.5625rem; | |
1573 padding-bottom: 0.5625rem; | |
1574 margin-bottom: 0; | |
1575 font-size: 0.875rem; } | |
1576 | |
1577 .form-control-plaintext { | |
1578 padding-top: 0.5625rem; | |
1579 padding-bottom: 0.5625rem; | |
1580 margin-bottom: 0; | |
1581 line-height: 1.57143; | |
1582 border: solid transparent; | |
1583 border-width: 1px 0; } | |
1584 .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, | |
1585 .input-group-sm > .form-control-plaintext.input-group-addon, | |
1586 .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, | |
1587 .input-group-lg > .form-control-plaintext.input-group-addon, | |
1588 .input-group-lg > .input-group-btn > .form-control-plaintext.btn { | |
1589 padding-right: 0; | |
1590 padding-left: 0; } | |
1591 | |
1592 .form-control-sm, .input-group-sm > .form-control, | |
1593 .input-group-sm > .input-group-addon, | |
1594 .input-group-sm > .input-group-btn > .btn { | |
1595 padding: 0.1875rem 0.5rem; | |
1596 font-size: 0.75rem; | |
1597 line-height: 2; | |
1598 border-radius: 0.2rem; } | |
1599 | |
1600 select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), | |
1601 .input-group-sm > select.input-group-addon:not([size]):not([multiple]), | |
1602 .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { | |
1603 height: calc(1.875rem + 2px); } | |
1604 | |
1605 .form-control-lg, .input-group-lg > .form-control, | |
1606 .input-group-lg > .input-group-addon, | |
1607 .input-group-lg > .input-group-btn > .btn { | |
1608 padding: 0.3125rem 1.5rem; | |
1609 font-size: 1rem; | |
1610 line-height: 3; | |
1611 border-radius: 0.3rem; } | |
1612 | |
1613 select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), | |
1614 .input-group-lg > select.input-group-addon:not([size]):not([multiple]), | |
1615 .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { | |
1616 height: calc(2.875rem + 2px); } | |
1617 | |
1618 .form-group { | |
1619 margin-bottom: 1.5625rem; } | |
1620 | |
1621 .form-text { | |
1622 display: block; | |
1623 margin-top: 0.25rem; } | |
1624 | |
1625 .form-row { | |
1626 display: -webkit-box; | |
1627 display: -ms-flexbox; | |
1628 display: flex; | |
1629 -ms-flex-wrap: wrap; | |
1630 flex-wrap: wrap; | |
1631 margin-right: -5px; | |
1632 margin-left: -5px; } | |
1633 .form-row > .col, | |
1634 .form-row > [class*="col-"] { | |
1635 padding-right: 5px; | |
1636 padding-left: 5px; } | |
1637 | |
1638 .form-check { | |
1639 position: relative; | |
1640 display: block; | |
1641 margin-bottom: 0.5rem; } | |
1642 .form-check.disabled .form-check-label { | |
1643 color: #bbb; } | |
1644 | |
1645 .form-check-label { | |
1646 padding-left: 1.25rem; | |
1647 margin-bottom: 0; } | |
1648 | |
1649 .form-check-input { | |
1650 position: absolute; | |
1651 margin-top: 0.25rem; | |
1652 margin-left: -1.25rem; } | |
1653 .form-check-input:only-child { | |
1654 position: static; } | |
1655 | |
1656 .form-check-inline { | |
1657 display: inline-block; } | |
1658 .form-check-inline .form-check-label { | |
1659 vertical-align: middle; } | |
1660 .form-check-inline + .form-check-inline { | |
1661 margin-left: 0.75rem; } | |
1662 | |
1663 .invalid-feedback { | |
1664 display: none; | |
1665 margin-top: .25rem; | |
1666 font-size: .875rem; | |
1667 color: #e6614f; } | |
1668 | |
1669 .invalid-tooltip { | |
1670 position: absolute; | |
1671 top: 100%; | |
1672 z-index: 5; | |
1673 display: none; | |
1674 width: 250px; | |
1675 padding: .5rem; | |
1676 margin-top: .1rem; | |
1677 font-size: .875rem; | |
1678 line-height: 1; | |
1679 color: #fff; | |
1680 background-color: rgba(230, 97, 79, 0.8); | |
1681 border-radius: .2rem; } | |
1682 | |
1683 .was-validated .form-control:valid, .form-control.is-valid, .was-validated | |
1684 .custom-select:valid, | |
1685 .custom-select.is-valid { | |
1686 border-color: #38d57a; } | |
1687 .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated | |
1688 .custom-select:valid:focus, | |
1689 .custom-select.is-valid:focus { | |
1690 -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 213, 122, 0.25); | |
1691 box-shadow: 0 0 0 0.2rem rgba(56, 213, 122, 0.25); } | |
1692 .was-validated .form-control:valid ~ .invalid-feedback, | |
1693 .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, | |
1694 .form-control.is-valid ~ .invalid-tooltip, .was-validated | |
1695 .custom-select:valid ~ .invalid-feedback, | |
1696 .was-validated | |
1697 .custom-select:valid ~ .invalid-tooltip, | |
1698 .custom-select.is-valid ~ .invalid-feedback, | |
1699 .custom-select.is-valid ~ .invalid-tooltip { | |
1700 display: block; } | |
1701 | |
1702 .was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label { | |
1703 color: #38d57a; } | |
1704 | |
1705 .was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator { | |
1706 background-color: rgba(56, 213, 122, 0.25); } | |
1707 | |
1708 .was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description { | |
1709 color: #38d57a; } | |
1710 | |
1711 .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control { | |
1712 border-color: #38d57a; } | |
1713 .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before { | |
1714 border-color: inherit; } | |
1715 | |
1716 .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus { | |
1717 -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 213, 122, 0.25); | |
1718 box-shadow: 0 0 0 0.2rem rgba(56, 213, 122, 0.25); } | |
1719 | |
1720 .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated | |
1721 .custom-select:invalid, | |
1722 .custom-select.is-invalid { | |
1723 border-color: #e6614f; } | |
1724 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated | |
1725 .custom-select:invalid:focus, | |
1726 .custom-select.is-invalid:focus { | |
1727 -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 97, 79, 0.25); | |
1728 box-shadow: 0 0 0 0.2rem rgba(230, 97, 79, 0.25); } | |
1729 .was-validated .form-control:invalid ~ .invalid-feedback, | |
1730 .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, | |
1731 .form-control.is-invalid ~ .invalid-tooltip, .was-validated | |
1732 .custom-select:invalid ~ .invalid-feedback, | |
1733 .was-validated | |
1734 .custom-select:invalid ~ .invalid-tooltip, | |
1735 .custom-select.is-invalid ~ .invalid-feedback, | |
1736 .custom-select.is-invalid ~ .invalid-tooltip { | |
1737 display: block; } | |
1738 | |
1739 .was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label { | |
1740 color: #e6614f; } | |
1741 | |
1742 .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator { | |
1743 background-color: rgba(230, 97, 79, 0.25); } | |
1744 | |
1745 .was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description { | |
1746 color: #e6614f; } | |
1747 | |
1748 .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control { | |
1749 border-color: #e6614f; } | |
1750 .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before { | |
1751 border-color: inherit; } | |
1752 | |
1753 .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus { | |
1754 -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 97, 79, 0.25); | |
1755 box-shadow: 0 0 0 0.2rem rgba(230, 97, 79, 0.25); } | |
1756 | |
1757 .form-inline { | |
1758 display: -webkit-box; | |
1759 display: -ms-flexbox; | |
1760 display: flex; | |
1761 -webkit-box-orient: horizontal; | |
1762 -webkit-box-direction: normal; | |
1763 -ms-flex-flow: row wrap; | |
1764 flex-flow: row wrap; | |
1765 -webkit-box-align: center; | |
1766 -ms-flex-align: center; | |
1767 align-items: center; } | |
1768 .form-inline .form-check { | |
1769 width: 100%; } | |
1770 @media (min-width: 576px) { | |
1771 .form-inline label { | |
1772 display: -webkit-box; | |
1773 display: -ms-flexbox; | |
1774 display: flex; | |
1775 -webkit-box-align: center; | |
1776 -ms-flex-align: center; | |
1777 align-items: center; | |
1778 -webkit-box-pack: center; | |
1779 -ms-flex-pack: center; | |
1780 justify-content: center; | |
1781 margin-bottom: 0; } | |
1782 .form-inline .form-group { | |
1783 display: -webkit-box; | |
1784 display: -ms-flexbox; | |
1785 display: flex; | |
1786 -webkit-box-flex: 0; | |
1787 -ms-flex: 0 0 auto; | |
1788 flex: 0 0 auto; | |
1789 -webkit-box-orient: horizontal; | |
1790 -webkit-box-direction: normal; | |
1791 -ms-flex-flow: row wrap; | |
1792 flex-flow: row wrap; | |
1793 -webkit-box-align: center; | |
1794 -ms-flex-align: center; | |
1795 align-items: center; | |
1796 margin-bottom: 0; } | |
1797 .form-inline .form-control { | |
1798 display: inline-block; | |
1799 width: auto; | |
1800 vertical-align: middle; } | |
1801 .form-inline .form-control-plaintext { | |
1802 display: inline-block; } | |
1803 .form-inline .input-group { | |
1804 width: auto; } | |
1805 .form-inline .form-control-label { | |
1806 margin-bottom: 0; | |
1807 vertical-align: middle; } | |
1808 .form-inline .form-check { | |
1809 display: -webkit-box; | |
1810 display: -ms-flexbox; | |
1811 display: flex; | |
1812 -webkit-box-align: center; | |
1813 -ms-flex-align: center; | |
1814 align-items: center; | |
1815 -webkit-box-pack: center; | |
1816 -ms-flex-pack: center; | |
1817 justify-content: center; | |
1818 width: auto; | |
1819 margin-top: 0; | |
1820 margin-bottom: 0; } | |
1821 .form-inline .form-check-label { | |
1822 padding-left: 0; } | |
1823 .form-inline .form-check-input { | |
1824 position: relative; | |
1825 margin-top: 0; | |
1826 margin-right: 0.25rem; | |
1827 margin-left: 0; } | |
1828 .form-inline .custom-control { | |
1829 display: -webkit-box; | |
1830 display: -ms-flexbox; | |
1831 display: flex; | |
1832 -webkit-box-align: center; | |
1833 -ms-flex-align: center; | |
1834 align-items: center; | |
1835 -webkit-box-pack: center; | |
1836 -ms-flex-pack: center; | |
1837 justify-content: center; | |
1838 padding-left: 0; } | |
1839 .form-inline .custom-control-indicator { | |
1840 position: static; | |
1841 display: inline-block; | |
1842 margin-right: 0.25rem; | |
1843 vertical-align: text-bottom; } | |
1844 .form-inline .has-feedback .form-control-feedback { | |
1845 top: 0; } } | |
1846 | |
1847 .btn { | |
1848 display: inline-block; | |
1849 font-weight: 400; | |
1850 text-align: center; | |
1851 white-space: nowrap; | |
1852 vertical-align: middle; | |
1853 -webkit-user-select: none; | |
1854 -moz-user-select: none; | |
1855 -ms-user-select: none; | |
1856 user-select: none; | |
1857 border: 1px solid transparent; | |
1858 padding: 0.5625rem 1.2em; | |
1859 font-size: 0.875rem; | |
1860 line-height: 1.57143; | |
1861 border-radius: 0.25rem; | |
1862 -webkit-transition: all 0.3s ease-in-out; | |
1863 transition: all 0.3s ease-in-out; } | |
1864 .btn:focus, .btn:hover { | |
1865 text-decoration: none; } | |
1866 .btn:focus, .btn.focus { | |
1867 outline: 0; | |
1868 -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.125); | |
1869 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.125); } | |
1870 .btn.disabled, .btn:disabled { | |
1871 opacity: .65; | |
1872 -webkit-box-shadow: none; | |
1873 box-shadow: none; } | |
1874 .btn:active, .btn.active { | |
1875 background-image: none; | |
1876 -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.125), inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1877 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.125), inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
1878 | |
1879 a.btn.disabled, | |
1880 fieldset[disabled] a.btn { | |
1881 pointer-events: none; } | |
1882 | |
1883 .btn-color-scheme { | |
1884 color: #fff; | |
1885 background-color: #8253eb; | |
1886 border-color: #8253eb; | |
1887 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
1888 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
1889 .btn-color-scheme:hover { | |
1890 color: #fff; | |
1891 background-color: #6931e7; | |
1892 border-color: #6125e6; } | |
1893 .btn-color-scheme:focus, .btn-color-scheme.focus { | |
1894 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); | |
1895 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); } | |
1896 .btn-color-scheme.disabled, .btn-color-scheme:disabled { | |
1897 background-color: #8253eb; | |
1898 border-color: #8253eb; } | |
1899 .btn-color-scheme:active, .btn-color-scheme.active, | |
1900 .show > .btn-color-scheme.dropdown-toggle { | |
1901 background-color: #6931e7; | |
1902 background-image: none; | |
1903 border-color: #6125e6; | |
1904 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1905 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
1906 | |
1907 .btn-color-scheme-dark { | |
1908 color: #fff; | |
1909 background-color: #835c9e; | |
1910 border-color: #835c9e; | |
1911 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
1912 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
1913 .btn-color-scheme-dark:hover { | |
1914 color: #fff; | |
1915 background-color: #6f4e86; | |
1916 border-color: #68497e; } | |
1917 .btn-color-scheme-dark:focus, .btn-color-scheme-dark.focus { | |
1918 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(131, 92, 158, 0.5); | |
1919 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(131, 92, 158, 0.5); } | |
1920 .btn-color-scheme-dark.disabled, .btn-color-scheme-dark:disabled { | |
1921 background-color: #835c9e; | |
1922 border-color: #835c9e; } | |
1923 .btn-color-scheme-dark:active, .btn-color-scheme-dark.active, | |
1924 .show > .btn-color-scheme-dark.dropdown-toggle { | |
1925 background-color: #6f4e86; | |
1926 background-image: none; | |
1927 border-color: #68497e; | |
1928 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1929 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
1930 | |
1931 .btn-content-color { | |
1932 color: #111; | |
1933 background-color: #999; | |
1934 border-color: #999; | |
1935 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
1936 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
1937 .btn-content-color:hover { | |
1938 color: #111; | |
1939 background-color: #868686; | |
1940 border-color: gray; } | |
1941 .btn-content-color:focus, .btn-content-color.focus { | |
1942 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); | |
1943 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
1944 .btn-content-color.disabled, .btn-content-color:disabled { | |
1945 background-color: #999; | |
1946 border-color: #999; } | |
1947 .btn-content-color:active, .btn-content-color.active, | |
1948 .show > .btn-content-color.dropdown-toggle { | |
1949 background-color: #868686; | |
1950 background-image: none; | |
1951 border-color: gray; | |
1952 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1953 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
1954 | |
1955 .btn-content { | |
1956 color: #111; | |
1957 background-color: #999; | |
1958 border-color: #999; | |
1959 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
1960 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
1961 .btn-content:hover { | |
1962 color: #111; | |
1963 background-color: #868686; | |
1964 border-color: gray; } | |
1965 .btn-content:focus, .btn-content.focus { | |
1966 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); | |
1967 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
1968 .btn-content.disabled, .btn-content:disabled { | |
1969 background-color: #999; | |
1970 border-color: #999; } | |
1971 .btn-content:active, .btn-content.active, | |
1972 .show > .btn-content.dropdown-toggle { | |
1973 background-color: #868686; | |
1974 background-image: none; | |
1975 border-color: gray; | |
1976 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1977 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
1978 | |
1979 .btn-primary { | |
1980 color: #fff; | |
1981 background-color: #8253eb; | |
1982 border-color: #8253eb; | |
1983 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
1984 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
1985 .btn-primary:hover { | |
1986 color: #fff; | |
1987 background-color: #6931e7; | |
1988 border-color: #6125e6; } | |
1989 .btn-primary:focus, .btn-primary.focus { | |
1990 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); | |
1991 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); } | |
1992 .btn-primary.disabled, .btn-primary:disabled { | |
1993 background-color: #8253eb; | |
1994 border-color: #8253eb; } | |
1995 .btn-primary:active, .btn-primary.active, | |
1996 .show > .btn-primary.dropdown-toggle { | |
1997 background-color: #6931e7; | |
1998 background-image: none; | |
1999 border-color: #6125e6; | |
2000 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2001 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2002 | |
2003 .btn-secondary { | |
2004 color: #fff; | |
2005 background-color: #868e96; | |
2006 border-color: #868e96; | |
2007 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2008 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2009 .btn-secondary:hover { | |
2010 color: #fff; | |
2011 background-color: #727b84; | |
2012 border-color: #6c757d; } | |
2013 .btn-secondary:focus, .btn-secondary.focus { | |
2014 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); | |
2015 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
2016 .btn-secondary.disabled, .btn-secondary:disabled { | |
2017 background-color: #868e96; | |
2018 border-color: #868e96; } | |
2019 .btn-secondary:active, .btn-secondary.active, | |
2020 .show > .btn-secondary.dropdown-toggle { | |
2021 background-color: #727b84; | |
2022 background-image: none; | |
2023 border-color: #6c757d; | |
2024 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2025 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2026 | |
2027 .btn-success { | |
2028 color: #111; | |
2029 background-color: #38d57a; | |
2030 border-color: #38d57a; | |
2031 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2032 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2033 .btn-success:hover { | |
2034 color: #111; | |
2035 background-color: #28bf67; | |
2036 border-color: #26b462; } | |
2037 .btn-success:focus, .btn-success.focus { | |
2038 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(56, 213, 122, 0.5); | |
2039 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(56, 213, 122, 0.5); } | |
2040 .btn-success.disabled, .btn-success:disabled { | |
2041 background-color: #38d57a; | |
2042 border-color: #38d57a; } | |
2043 .btn-success:active, .btn-success.active, | |
2044 .show > .btn-success.dropdown-toggle { | |
2045 background-color: #28bf67; | |
2046 background-image: none; | |
2047 border-color: #26b462; | |
2048 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2049 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2050 | |
2051 .btn-info { | |
2052 color: #fff; | |
2053 background-color: #03a9f3; | |
2054 border-color: #03a9f3; | |
2055 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2056 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2057 .btn-info:hover { | |
2058 color: #fff; | |
2059 background-color: #038fcd; | |
2060 border-color: #0286c1; } | |
2061 .btn-info:focus, .btn-info.focus { | |
2062 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(3, 169, 243, 0.5); | |
2063 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(3, 169, 243, 0.5); } | |
2064 .btn-info.disabled, .btn-info:disabled { | |
2065 background-color: #03a9f3; | |
2066 border-color: #03a9f3; } | |
2067 .btn-info:active, .btn-info.active, | |
2068 .show > .btn-info.dropdown-toggle { | |
2069 background-color: #038fcd; | |
2070 background-image: none; | |
2071 border-color: #0286c1; | |
2072 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2073 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2074 | |
2075 .btn-warning { | |
2076 color: #111; | |
2077 background-color: #ffcc02; | |
2078 border-color: #ffcc02; | |
2079 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2080 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2081 .btn-warning:hover { | |
2082 color: #111; | |
2083 background-color: #dbaf00; | |
2084 border-color: #cea400; } | |
2085 .btn-warning:focus, .btn-warning.focus { | |
2086 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 204, 2, 0.5); | |
2087 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 204, 2, 0.5); } | |
2088 .btn-warning.disabled, .btn-warning:disabled { | |
2089 background-color: #ffcc02; | |
2090 border-color: #ffcc02; } | |
2091 .btn-warning:active, .btn-warning.active, | |
2092 .show > .btn-warning.dropdown-toggle { | |
2093 background-color: #dbaf00; | |
2094 background-image: none; | |
2095 border-color: #cea400; | |
2096 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2097 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2098 | |
2099 .btn-danger { | |
2100 color: #fff; | |
2101 background-color: #e6614f; | |
2102 border-color: #e6614f; | |
2103 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2104 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2105 .btn-danger:hover { | |
2106 color: #fff; | |
2107 background-color: #e1432e; | |
2108 border-color: #e03922; } | |
2109 .btn-danger:focus, .btn-danger.focus { | |
2110 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(230, 97, 79, 0.5); | |
2111 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(230, 97, 79, 0.5); } | |
2112 .btn-danger.disabled, .btn-danger:disabled { | |
2113 background-color: #e6614f; | |
2114 border-color: #e6614f; } | |
2115 .btn-danger:active, .btn-danger.active, | |
2116 .show > .btn-danger.dropdown-toggle { | |
2117 background-color: #e1432e; | |
2118 background-image: none; | |
2119 border-color: #e03922; | |
2120 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2121 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2122 | |
2123 .btn-light { | |
2124 color: #111; | |
2125 background-color: #f8f9fa; | |
2126 border-color: #f8f9fa; | |
2127 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2128 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2129 .btn-light:hover { | |
2130 color: #111; | |
2131 background-color: #e2e6ea; | |
2132 border-color: #dae0e5; } | |
2133 .btn-light:focus, .btn-light.focus { | |
2134 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); | |
2135 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); } | |
2136 .btn-light.disabled, .btn-light:disabled { | |
2137 background-color: #f8f9fa; | |
2138 border-color: #f8f9fa; } | |
2139 .btn-light:active, .btn-light.active, | |
2140 .show > .btn-light.dropdown-toggle { | |
2141 background-color: #e2e6ea; | |
2142 background-image: none; | |
2143 border-color: #dae0e5; | |
2144 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2145 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2146 | |
2147 .btn-dark { | |
2148 color: #fff; | |
2149 background-color: #343a40; | |
2150 border-color: #343a40; | |
2151 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2152 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2153 .btn-dark:hover { | |
2154 color: #fff; | |
2155 background-color: #23272b; | |
2156 border-color: #1d2124; } | |
2157 .btn-dark:focus, .btn-dark.focus { | |
2158 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); | |
2159 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
2160 .btn-dark.disabled, .btn-dark:disabled { | |
2161 background-color: #343a40; | |
2162 border-color: #343a40; } | |
2163 .btn-dark:active, .btn-dark.active, | |
2164 .show > .btn-dark.dropdown-toggle { | |
2165 background-color: #23272b; | |
2166 background-image: none; | |
2167 border-color: #1d2124; | |
2168 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2169 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2170 | |
2171 .btn-gray-100 { | |
2172 color: #111; | |
2173 background-color: #f8f9fa; | |
2174 border-color: #f8f9fa; | |
2175 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2176 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2177 .btn-gray-100:hover { | |
2178 color: #111; | |
2179 background-color: #e2e6ea; | |
2180 border-color: #dae0e5; } | |
2181 .btn-gray-100:focus, .btn-gray-100.focus { | |
2182 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); | |
2183 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); } | |
2184 .btn-gray-100.disabled, .btn-gray-100:disabled { | |
2185 background-color: #f8f9fa; | |
2186 border-color: #f8f9fa; } | |
2187 .btn-gray-100:active, .btn-gray-100.active, | |
2188 .show > .btn-gray-100.dropdown-toggle { | |
2189 background-color: #e2e6ea; | |
2190 background-image: none; | |
2191 border-color: #dae0e5; | |
2192 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2193 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2194 | |
2195 .btn-gray-200 { | |
2196 color: #111; | |
2197 background-color: #ddd; | |
2198 border-color: #ddd; | |
2199 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2200 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2201 .btn-gray-200:hover { | |
2202 color: #111; | |
2203 background-color: #cacaca; | |
2204 border-color: #c4c4c4; } | |
2205 .btn-gray-200:focus, .btn-gray-200.focus { | |
2206 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 221, 221, 0.5); | |
2207 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 221, 221, 0.5); } | |
2208 .btn-gray-200.disabled, .btn-gray-200:disabled { | |
2209 background-color: #ddd; | |
2210 border-color: #ddd; } | |
2211 .btn-gray-200:active, .btn-gray-200.active, | |
2212 .show > .btn-gray-200.dropdown-toggle { | |
2213 background-color: #cacaca; | |
2214 background-image: none; | |
2215 border-color: #c4c4c4; | |
2216 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2217 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2218 | |
2219 .btn-gray-300 { | |
2220 color: #111; | |
2221 background-color: #bbb; | |
2222 border-color: #bbb; | |
2223 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2224 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2225 .btn-gray-300:hover { | |
2226 color: #111; | |
2227 background-color: #a8a8a8; | |
2228 border-color: #a2a2a2; } | |
2229 .btn-gray-300:focus, .btn-gray-300.focus { | |
2230 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(187, 187, 187, 0.5); | |
2231 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(187, 187, 187, 0.5); } | |
2232 .btn-gray-300.disabled, .btn-gray-300:disabled { | |
2233 background-color: #bbb; | |
2234 border-color: #bbb; } | |
2235 .btn-gray-300:active, .btn-gray-300.active, | |
2236 .show > .btn-gray-300.dropdown-toggle { | |
2237 background-color: #a8a8a8; | |
2238 background-image: none; | |
2239 border-color: #a2a2a2; | |
2240 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2241 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2242 | |
2243 .btn-gray-400 { | |
2244 color: #111; | |
2245 background-color: #aaa; | |
2246 border-color: #aaa; | |
2247 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2248 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2249 .btn-gray-400:hover { | |
2250 color: #111; | |
2251 background-color: #979797; | |
2252 border-color: #919191; } | |
2253 .btn-gray-400:focus, .btn-gray-400.focus { | |
2254 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(170, 170, 170, 0.5); | |
2255 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(170, 170, 170, 0.5); } | |
2256 .btn-gray-400.disabled, .btn-gray-400:disabled { | |
2257 background-color: #aaa; | |
2258 border-color: #aaa; } | |
2259 .btn-gray-400:active, .btn-gray-400.active, | |
2260 .show > .btn-gray-400.dropdown-toggle { | |
2261 background-color: #979797; | |
2262 background-image: none; | |
2263 border-color: #919191; | |
2264 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2265 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2266 | |
2267 .btn-gray-500 { | |
2268 color: #111; | |
2269 background-color: #999; | |
2270 border-color: #999; | |
2271 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2272 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2273 .btn-gray-500:hover { | |
2274 color: #111; | |
2275 background-color: #868686; | |
2276 border-color: gray; } | |
2277 .btn-gray-500:focus, .btn-gray-500.focus { | |
2278 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); | |
2279 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
2280 .btn-gray-500.disabled, .btn-gray-500:disabled { | |
2281 background-color: #999; | |
2282 border-color: #999; } | |
2283 .btn-gray-500:active, .btn-gray-500.active, | |
2284 .show > .btn-gray-500.dropdown-toggle { | |
2285 background-color: #868686; | |
2286 background-image: none; | |
2287 border-color: gray; | |
2288 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2289 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2290 | |
2291 .btn-gray-600 { | |
2292 color: #fff; | |
2293 background-color: #868e96; | |
2294 border-color: #868e96; | |
2295 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2296 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2297 .btn-gray-600:hover { | |
2298 color: #fff; | |
2299 background-color: #727b84; | |
2300 border-color: #6c757d; } | |
2301 .btn-gray-600:focus, .btn-gray-600.focus { | |
2302 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); | |
2303 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
2304 .btn-gray-600.disabled, .btn-gray-600:disabled { | |
2305 background-color: #868e96; | |
2306 border-color: #868e96; } | |
2307 .btn-gray-600:active, .btn-gray-600.active, | |
2308 .show > .btn-gray-600.dropdown-toggle { | |
2309 background-color: #727b84; | |
2310 background-image: none; | |
2311 border-color: #6c757d; | |
2312 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2313 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2314 | |
2315 .btn-gray-700 { | |
2316 color: #fff; | |
2317 background-color: #495057; | |
2318 border-color: #495057; | |
2319 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2320 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2321 .btn-gray-700:hover { | |
2322 color: #fff; | |
2323 background-color: #383d42; | |
2324 border-color: #32373b; } | |
2325 .btn-gray-700:focus, .btn-gray-700.focus { | |
2326 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(73, 80, 87, 0.5); | |
2327 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(73, 80, 87, 0.5); } | |
2328 .btn-gray-700.disabled, .btn-gray-700:disabled { | |
2329 background-color: #495057; | |
2330 border-color: #495057; } | |
2331 .btn-gray-700:active, .btn-gray-700.active, | |
2332 .show > .btn-gray-700.dropdown-toggle { | |
2333 background-color: #383d42; | |
2334 background-image: none; | |
2335 border-color: #32373b; | |
2336 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2337 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2338 | |
2339 .btn-gray-800 { | |
2340 color: #fff; | |
2341 background-color: #343a40; | |
2342 border-color: #343a40; | |
2343 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2344 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2345 .btn-gray-800:hover { | |
2346 color: #fff; | |
2347 background-color: #23272b; | |
2348 border-color: #1d2124; } | |
2349 .btn-gray-800:focus, .btn-gray-800.focus { | |
2350 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); | |
2351 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
2352 .btn-gray-800.disabled, .btn-gray-800:disabled { | |
2353 background-color: #343a40; | |
2354 border-color: #343a40; } | |
2355 .btn-gray-800:active, .btn-gray-800.active, | |
2356 .show > .btn-gray-800.dropdown-toggle { | |
2357 background-color: #23272b; | |
2358 background-image: none; | |
2359 border-color: #1d2124; | |
2360 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2361 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2362 | |
2363 .btn-gray-900 { | |
2364 color: #fff; | |
2365 background-color: #212529; | |
2366 border-color: #212529; | |
2367 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | |
2368 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } | |
2369 .btn-gray-900:hover { | |
2370 color: #fff; | |
2371 background-color: #101214; | |
2372 border-color: #0a0c0d; } | |
2373 .btn-gray-900:focus, .btn-gray-900.focus { | |
2374 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(33, 37, 41, 0.5); | |
2375 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(33, 37, 41, 0.5); } | |
2376 .btn-gray-900.disabled, .btn-gray-900:disabled { | |
2377 background-color: #212529; | |
2378 border-color: #212529; } | |
2379 .btn-gray-900:active, .btn-gray-900.active, | |
2380 .show > .btn-gray-900.dropdown-toggle { | |
2381 background-color: #101214; | |
2382 background-image: none; | |
2383 border-color: #0a0c0d; | |
2384 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2385 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
2386 | |
2387 .btn-outline-color-scheme { | |
2388 color: #8253eb; | |
2389 background-color: transparent; | |
2390 background-image: none; | |
2391 border-color: #8253eb; } | |
2392 .btn-outline-color-scheme:hover { | |
2393 color: #fff; | |
2394 background-color: #8253eb; | |
2395 border-color: #8253eb; } | |
2396 .btn-outline-color-scheme:focus, .btn-outline-color-scheme.focus { | |
2397 -webkit-box-shadow: 0 0 0 3px rgba(130, 83, 235, 0.5); | |
2398 box-shadow: 0 0 0 3px rgba(130, 83, 235, 0.5); } | |
2399 .btn-outline-color-scheme.disabled, .btn-outline-color-scheme:disabled { | |
2400 color: #8253eb; | |
2401 background-color: transparent; } | |
2402 .btn-outline-color-scheme:active, .btn-outline-color-scheme.active, | |
2403 .show > .btn-outline-color-scheme.dropdown-toggle { | |
2404 color: #fff; | |
2405 background-color: #8253eb; | |
2406 border-color: #8253eb; } | |
2407 | |
2408 .btn-outline-color-scheme-dark { | |
2409 color: #835c9e; | |
2410 background-color: transparent; | |
2411 background-image: none; | |
2412 border-color: #835c9e; } | |
2413 .btn-outline-color-scheme-dark:hover { | |
2414 color: #fff; | |
2415 background-color: #835c9e; | |
2416 border-color: #835c9e; } | |
2417 .btn-outline-color-scheme-dark:focus, .btn-outline-color-scheme-dark.focus { | |
2418 -webkit-box-shadow: 0 0 0 3px rgba(131, 92, 158, 0.5); | |
2419 box-shadow: 0 0 0 3px rgba(131, 92, 158, 0.5); } | |
2420 .btn-outline-color-scheme-dark.disabled, .btn-outline-color-scheme-dark:disabled { | |
2421 color: #835c9e; | |
2422 background-color: transparent; } | |
2423 .btn-outline-color-scheme-dark:active, .btn-outline-color-scheme-dark.active, | |
2424 .show > .btn-outline-color-scheme-dark.dropdown-toggle { | |
2425 color: #fff; | |
2426 background-color: #835c9e; | |
2427 border-color: #835c9e; } | |
2428 | |
2429 .btn-outline-content-color { | |
2430 color: #999; | |
2431 background-color: transparent; | |
2432 background-image: none; | |
2433 border-color: #999; } | |
2434 .btn-outline-content-color:hover { | |
2435 color: #fff; | |
2436 background-color: #999; | |
2437 border-color: #999; } | |
2438 .btn-outline-content-color:focus, .btn-outline-content-color.focus { | |
2439 -webkit-box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.5); | |
2440 box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
2441 .btn-outline-content-color.disabled, .btn-outline-content-color:disabled { | |
2442 color: #999; | |
2443 background-color: transparent; } | |
2444 .btn-outline-content-color:active, .btn-outline-content-color.active, | |
2445 .show > .btn-outline-content-color.dropdown-toggle { | |
2446 color: #fff; | |
2447 background-color: #999; | |
2448 border-color: #999; } | |
2449 | |
2450 .btn-outline-content { | |
2451 color: #999; | |
2452 background-color: transparent; | |
2453 background-image: none; | |
2454 border-color: #999; } | |
2455 .btn-outline-content:hover { | |
2456 color: #fff; | |
2457 background-color: #999; | |
2458 border-color: #999; } | |
2459 .btn-outline-content:focus, .btn-outline-content.focus { | |
2460 -webkit-box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.5); | |
2461 box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
2462 .btn-outline-content.disabled, .btn-outline-content:disabled { | |
2463 color: #999; | |
2464 background-color: transparent; } | |
2465 .btn-outline-content:active, .btn-outline-content.active, | |
2466 .show > .btn-outline-content.dropdown-toggle { | |
2467 color: #fff; | |
2468 background-color: #999; | |
2469 border-color: #999; } | |
2470 | |
2471 .btn-outline-primary { | |
2472 color: #8253eb; | |
2473 background-color: transparent; | |
2474 background-image: none; | |
2475 border-color: #8253eb; } | |
2476 .btn-outline-primary:hover { | |
2477 color: #fff; | |
2478 background-color: #8253eb; | |
2479 border-color: #8253eb; } | |
2480 .btn-outline-primary:focus, .btn-outline-primary.focus { | |
2481 -webkit-box-shadow: 0 0 0 3px rgba(130, 83, 235, 0.5); | |
2482 box-shadow: 0 0 0 3px rgba(130, 83, 235, 0.5); } | |
2483 .btn-outline-primary.disabled, .btn-outline-primary:disabled { | |
2484 color: #8253eb; | |
2485 background-color: transparent; } | |
2486 .btn-outline-primary:active, .btn-outline-primary.active, | |
2487 .show > .btn-outline-primary.dropdown-toggle { | |
2488 color: #fff; | |
2489 background-color: #8253eb; | |
2490 border-color: #8253eb; } | |
2491 | |
2492 .btn-outline-secondary { | |
2493 color: #868e96; | |
2494 background-color: transparent; | |
2495 background-image: none; | |
2496 border-color: #868e96; } | |
2497 .btn-outline-secondary:hover { | |
2498 color: #fff; | |
2499 background-color: #868e96; | |
2500 border-color: #868e96; } | |
2501 .btn-outline-secondary:focus, .btn-outline-secondary.focus { | |
2502 -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); | |
2503 box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
2504 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { | |
2505 color: #868e96; | |
2506 background-color: transparent; } | |
2507 .btn-outline-secondary:active, .btn-outline-secondary.active, | |
2508 .show > .btn-outline-secondary.dropdown-toggle { | |
2509 color: #fff; | |
2510 background-color: #868e96; | |
2511 border-color: #868e96; } | |
2512 | |
2513 .btn-outline-success { | |
2514 color: #38d57a; | |
2515 background-color: transparent; | |
2516 background-image: none; | |
2517 border-color: #38d57a; } | |
2518 .btn-outline-success:hover { | |
2519 color: #fff; | |
2520 background-color: #38d57a; | |
2521 border-color: #38d57a; } | |
2522 .btn-outline-success:focus, .btn-outline-success.focus { | |
2523 -webkit-box-shadow: 0 0 0 3px rgba(56, 213, 122, 0.5); | |
2524 box-shadow: 0 0 0 3px rgba(56, 213, 122, 0.5); } | |
2525 .btn-outline-success.disabled, .btn-outline-success:disabled { | |
2526 color: #38d57a; | |
2527 background-color: transparent; } | |
2528 .btn-outline-success:active, .btn-outline-success.active, | |
2529 .show > .btn-outline-success.dropdown-toggle { | |
2530 color: #fff; | |
2531 background-color: #38d57a; | |
2532 border-color: #38d57a; } | |
2533 | |
2534 .btn-outline-info { | |
2535 color: #03a9f3; | |
2536 background-color: transparent; | |
2537 background-image: none; | |
2538 border-color: #03a9f3; } | |
2539 .btn-outline-info:hover { | |
2540 color: #fff; | |
2541 background-color: #03a9f3; | |
2542 border-color: #03a9f3; } | |
2543 .btn-outline-info:focus, .btn-outline-info.focus { | |
2544 -webkit-box-shadow: 0 0 0 3px rgba(3, 169, 243, 0.5); | |
2545 box-shadow: 0 0 0 3px rgba(3, 169, 243, 0.5); } | |
2546 .btn-outline-info.disabled, .btn-outline-info:disabled { | |
2547 color: #03a9f3; | |
2548 background-color: transparent; } | |
2549 .btn-outline-info:active, .btn-outline-info.active, | |
2550 .show > .btn-outline-info.dropdown-toggle { | |
2551 color: #fff; | |
2552 background-color: #03a9f3; | |
2553 border-color: #03a9f3; } | |
2554 | |
2555 .btn-outline-warning { | |
2556 color: #ffcc02; | |
2557 background-color: transparent; | |
2558 background-image: none; | |
2559 border-color: #ffcc02; } | |
2560 .btn-outline-warning:hover { | |
2561 color: #fff; | |
2562 background-color: #ffcc02; | |
2563 border-color: #ffcc02; } | |
2564 .btn-outline-warning:focus, .btn-outline-warning.focus { | |
2565 -webkit-box-shadow: 0 0 0 3px rgba(255, 204, 2, 0.5); | |
2566 box-shadow: 0 0 0 3px rgba(255, 204, 2, 0.5); } | |
2567 .btn-outline-warning.disabled, .btn-outline-warning:disabled { | |
2568 color: #ffcc02; | |
2569 background-color: transparent; } | |
2570 .btn-outline-warning:active, .btn-outline-warning.active, | |
2571 .show > .btn-outline-warning.dropdown-toggle { | |
2572 color: #fff; | |
2573 background-color: #ffcc02; | |
2574 border-color: #ffcc02; } | |
2575 | |
2576 .btn-outline-danger { | |
2577 color: #e6614f; | |
2578 background-color: transparent; | |
2579 background-image: none; | |
2580 border-color: #e6614f; } | |
2581 .btn-outline-danger:hover { | |
2582 color: #fff; | |
2583 background-color: #e6614f; | |
2584 border-color: #e6614f; } | |
2585 .btn-outline-danger:focus, .btn-outline-danger.focus { | |
2586 -webkit-box-shadow: 0 0 0 3px rgba(230, 97, 79, 0.5); | |
2587 box-shadow: 0 0 0 3px rgba(230, 97, 79, 0.5); } | |
2588 .btn-outline-danger.disabled, .btn-outline-danger:disabled { | |
2589 color: #e6614f; | |
2590 background-color: transparent; } | |
2591 .btn-outline-danger:active, .btn-outline-danger.active, | |
2592 .show > .btn-outline-danger.dropdown-toggle { | |
2593 color: #fff; | |
2594 background-color: #e6614f; | |
2595 border-color: #e6614f; } | |
2596 | |
2597 .btn-outline-light { | |
2598 color: #f8f9fa; | |
2599 background-color: transparent; | |
2600 background-image: none; | |
2601 border-color: #f8f9fa; } | |
2602 .btn-outline-light:hover { | |
2603 color: #fff; | |
2604 background-color: #f8f9fa; | |
2605 border-color: #f8f9fa; } | |
2606 .btn-outline-light:focus, .btn-outline-light.focus { | |
2607 -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); | |
2608 box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); } | |
2609 .btn-outline-light.disabled, .btn-outline-light:disabled { | |
2610 color: #f8f9fa; | |
2611 background-color: transparent; } | |
2612 .btn-outline-light:active, .btn-outline-light.active, | |
2613 .show > .btn-outline-light.dropdown-toggle { | |
2614 color: #fff; | |
2615 background-color: #f8f9fa; | |
2616 border-color: #f8f9fa; } | |
2617 | |
2618 .btn-outline-dark { | |
2619 color: #343a40; | |
2620 background-color: transparent; | |
2621 background-image: none; | |
2622 border-color: #343a40; } | |
2623 .btn-outline-dark:hover { | |
2624 color: #fff; | |
2625 background-color: #343a40; | |
2626 border-color: #343a40; } | |
2627 .btn-outline-dark:focus, .btn-outline-dark.focus { | |
2628 -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); | |
2629 box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
2630 .btn-outline-dark.disabled, .btn-outline-dark:disabled { | |
2631 color: #343a40; | |
2632 background-color: transparent; } | |
2633 .btn-outline-dark:active, .btn-outline-dark.active, | |
2634 .show > .btn-outline-dark.dropdown-toggle { | |
2635 color: #fff; | |
2636 background-color: #343a40; | |
2637 border-color: #343a40; } | |
2638 | |
2639 .btn-outline-gray-100 { | |
2640 color: #f8f9fa; | |
2641 background-color: transparent; | |
2642 background-image: none; | |
2643 border-color: #f8f9fa; } | |
2644 .btn-outline-gray-100:hover { | |
2645 color: #fff; | |
2646 background-color: #f8f9fa; | |
2647 border-color: #f8f9fa; } | |
2648 .btn-outline-gray-100:focus, .btn-outline-gray-100.focus { | |
2649 -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); | |
2650 box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); } | |
2651 .btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled { | |
2652 color: #f8f9fa; | |
2653 background-color: transparent; } | |
2654 .btn-outline-gray-100:active, .btn-outline-gray-100.active, | |
2655 .show > .btn-outline-gray-100.dropdown-toggle { | |
2656 color: #fff; | |
2657 background-color: #f8f9fa; | |
2658 border-color: #f8f9fa; } | |
2659 | |
2660 .btn-outline-gray-200 { | |
2661 color: #ddd; | |
2662 background-color: transparent; | |
2663 background-image: none; | |
2664 border-color: #ddd; } | |
2665 .btn-outline-gray-200:hover { | |
2666 color: #fff; | |
2667 background-color: #ddd; | |
2668 border-color: #ddd; } | |
2669 .btn-outline-gray-200:focus, .btn-outline-gray-200.focus { | |
2670 -webkit-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.5); | |
2671 box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.5); } | |
2672 .btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled { | |
2673 color: #ddd; | |
2674 background-color: transparent; } | |
2675 .btn-outline-gray-200:active, .btn-outline-gray-200.active, | |
2676 .show > .btn-outline-gray-200.dropdown-toggle { | |
2677 color: #fff; | |
2678 background-color: #ddd; | |
2679 border-color: #ddd; } | |
2680 | |
2681 .btn-outline-gray-300 { | |
2682 color: #bbb; | |
2683 background-color: transparent; | |
2684 background-image: none; | |
2685 border-color: #bbb; } | |
2686 .btn-outline-gray-300:hover { | |
2687 color: #fff; | |
2688 background-color: #bbb; | |
2689 border-color: #bbb; } | |
2690 .btn-outline-gray-300:focus, .btn-outline-gray-300.focus { | |
2691 -webkit-box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.5); | |
2692 box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.5); } | |
2693 .btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled { | |
2694 color: #bbb; | |
2695 background-color: transparent; } | |
2696 .btn-outline-gray-300:active, .btn-outline-gray-300.active, | |
2697 .show > .btn-outline-gray-300.dropdown-toggle { | |
2698 color: #fff; | |
2699 background-color: #bbb; | |
2700 border-color: #bbb; } | |
2701 | |
2702 .btn-outline-gray-400 { | |
2703 color: #aaa; | |
2704 background-color: transparent; | |
2705 background-image: none; | |
2706 border-color: #aaa; } | |
2707 .btn-outline-gray-400:hover { | |
2708 color: #fff; | |
2709 background-color: #aaa; | |
2710 border-color: #aaa; } | |
2711 .btn-outline-gray-400:focus, .btn-outline-gray-400.focus { | |
2712 -webkit-box-shadow: 0 0 0 3px rgba(170, 170, 170, 0.5); | |
2713 box-shadow: 0 0 0 3px rgba(170, 170, 170, 0.5); } | |
2714 .btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled { | |
2715 color: #aaa; | |
2716 background-color: transparent; } | |
2717 .btn-outline-gray-400:active, .btn-outline-gray-400.active, | |
2718 .show > .btn-outline-gray-400.dropdown-toggle { | |
2719 color: #fff; | |
2720 background-color: #aaa; | |
2721 border-color: #aaa; } | |
2722 | |
2723 .btn-outline-gray-500 { | |
2724 color: #999; | |
2725 background-color: transparent; | |
2726 background-image: none; | |
2727 border-color: #999; } | |
2728 .btn-outline-gray-500:hover { | |
2729 color: #fff; | |
2730 background-color: #999; | |
2731 border-color: #999; } | |
2732 .btn-outline-gray-500:focus, .btn-outline-gray-500.focus { | |
2733 -webkit-box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.5); | |
2734 box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
2735 .btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled { | |
2736 color: #999; | |
2737 background-color: transparent; } | |
2738 .btn-outline-gray-500:active, .btn-outline-gray-500.active, | |
2739 .show > .btn-outline-gray-500.dropdown-toggle { | |
2740 color: #fff; | |
2741 background-color: #999; | |
2742 border-color: #999; } | |
2743 | |
2744 .btn-outline-gray-600 { | |
2745 color: #868e96; | |
2746 background-color: transparent; | |
2747 background-image: none; | |
2748 border-color: #868e96; } | |
2749 .btn-outline-gray-600:hover { | |
2750 color: #fff; | |
2751 background-color: #868e96; | |
2752 border-color: #868e96; } | |
2753 .btn-outline-gray-600:focus, .btn-outline-gray-600.focus { | |
2754 -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); | |
2755 box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
2756 .btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled { | |
2757 color: #868e96; | |
2758 background-color: transparent; } | |
2759 .btn-outline-gray-600:active, .btn-outline-gray-600.active, | |
2760 .show > .btn-outline-gray-600.dropdown-toggle { | |
2761 color: #fff; | |
2762 background-color: #868e96; | |
2763 border-color: #868e96; } | |
2764 | |
2765 .btn-outline-gray-700 { | |
2766 color: #495057; | |
2767 background-color: transparent; | |
2768 background-image: none; | |
2769 border-color: #495057; } | |
2770 .btn-outline-gray-700:hover { | |
2771 color: #fff; | |
2772 background-color: #495057; | |
2773 border-color: #495057; } | |
2774 .btn-outline-gray-700:focus, .btn-outline-gray-700.focus { | |
2775 -webkit-box-shadow: 0 0 0 3px rgba(73, 80, 87, 0.5); | |
2776 box-shadow: 0 0 0 3px rgba(73, 80, 87, 0.5); } | |
2777 .btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled { | |
2778 color: #495057; | |
2779 background-color: transparent; } | |
2780 .btn-outline-gray-700:active, .btn-outline-gray-700.active, | |
2781 .show > .btn-outline-gray-700.dropdown-toggle { | |
2782 color: #fff; | |
2783 background-color: #495057; | |
2784 border-color: #495057; } | |
2785 | |
2786 .btn-outline-gray-800 { | |
2787 color: #343a40; | |
2788 background-color: transparent; | |
2789 background-image: none; | |
2790 border-color: #343a40; } | |
2791 .btn-outline-gray-800:hover { | |
2792 color: #fff; | |
2793 background-color: #343a40; | |
2794 border-color: #343a40; } | |
2795 .btn-outline-gray-800:focus, .btn-outline-gray-800.focus { | |
2796 -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); | |
2797 box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
2798 .btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled { | |
2799 color: #343a40; | |
2800 background-color: transparent; } | |
2801 .btn-outline-gray-800:active, .btn-outline-gray-800.active, | |
2802 .show > .btn-outline-gray-800.dropdown-toggle { | |
2803 color: #fff; | |
2804 background-color: #343a40; | |
2805 border-color: #343a40; } | |
2806 | |
2807 .btn-outline-gray-900 { | |
2808 color: #212529; | |
2809 background-color: transparent; | |
2810 background-image: none; | |
2811 border-color: #212529; } | |
2812 .btn-outline-gray-900:hover { | |
2813 color: #fff; | |
2814 background-color: #212529; | |
2815 border-color: #212529; } | |
2816 .btn-outline-gray-900:focus, .btn-outline-gray-900.focus { | |
2817 -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5); | |
2818 box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5); } | |
2819 .btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled { | |
2820 color: #212529; | |
2821 background-color: transparent; } | |
2822 .btn-outline-gray-900:active, .btn-outline-gray-900.active, | |
2823 .show > .btn-outline-gray-900.dropdown-toggle { | |
2824 color: #fff; | |
2825 background-color: #212529; | |
2826 border-color: #212529; } | |
2827 | |
2828 .btn-link { | |
2829 font-weight: 400; | |
2830 color: #8253eb; | |
2831 border-radius: 0; } | |
2832 .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { | |
2833 background-color: transparent; | |
2834 -webkit-box-shadow: none; | |
2835 box-shadow: none; } | |
2836 .btn-link, .btn-link:focus, .btn-link:active { | |
2837 border-color: transparent; | |
2838 -webkit-box-shadow: none; | |
2839 box-shadow: none; } | |
2840 .btn-link:hover { | |
2841 border-color: transparent; } | |
2842 .btn-link:focus, .btn-link:hover { | |
2843 color: #9165f4; | |
2844 text-decoration: none; | |
2845 background-color: transparent; } | |
2846 .btn-link:disabled { | |
2847 color: #868e96; } | |
2848 .btn-link:disabled:focus, .btn-link:disabled:hover { | |
2849 text-decoration: none; } | |
2850 | |
2851 .btn-lg, .btn-group-lg > .btn { | |
2852 padding: 0.3125rem 1.5rem; | |
2853 font-size: 1rem; | |
2854 line-height: 1.5; | |
2855 border-radius: 0.3rem; } | |
2856 | |
2857 .btn-sm, .btn-group-sm > .btn { | |
2858 padding: 0.1875rem 0.5rem; | |
2859 font-size: 0.75rem; | |
2860 line-height: 1.5; | |
2861 border-radius: 0.2rem; } | |
2862 | |
2863 .btn-block { | |
2864 display: block; | |
2865 width: 100%; } | |
2866 | |
2867 .btn-block + .btn-block { | |
2868 margin-top: 0.5rem; } | |
2869 | |
2870 input[type="submit"].btn-block, | |
2871 input[type="reset"].btn-block, | |
2872 input[type="button"].btn-block { | |
2873 width: 100%; } | |
2874 | |
2875 .fade { | |
2876 opacity: 0; | |
2877 -webkit-transition: opacity 0.15s linear; | |
2878 transition: opacity 0.15s linear; } | |
2879 .fade.show { | |
2880 opacity: 1; } | |
2881 | |
2882 .collapse { | |
2883 display: none; } | |
2884 .collapse.show { | |
2885 display: block; } | |
2886 | |
2887 tr.collapse.show { | |
2888 display: table-row; } | |
2889 | |
2890 tbody.collapse.show { | |
2891 display: table-row-group; } | |
2892 | |
2893 .collapsing { | |
2894 position: relative; | |
2895 height: 0; | |
2896 overflow: hidden; | |
2897 -webkit-transition: height 0.35s ease; | |
2898 transition: height 0.35s ease; } | |
2899 | |
2900 .dropup, | |
2901 .dropdown { | |
2902 position: relative; } | |
2903 | |
2904 .dropdown-toggle::after { | |
2905 display: inline-block; | |
2906 width: 0; | |
2907 height: 0; | |
2908 margin-left: 0.255em; | |
2909 vertical-align: 0.255em; | |
2910 content: ""; | |
2911 border-top: 0.3em solid; | |
2912 border-right: 0.3em solid transparent; | |
2913 border-left: 0.3em solid transparent; } | |
2914 | |
2915 .dropdown-toggle:empty::after { | |
2916 margin-left: 0; } | |
2917 | |
2918 .dropup .dropdown-menu { | |
2919 margin-top: 0; | |
2920 margin-bottom: 0.125rem; } | |
2921 | |
2922 .dropup .dropdown-toggle::after { | |
2923 border-top: 0; | |
2924 border-bottom: 0.3em solid; } | |
2925 | |
2926 .dropdown-menu { | |
2927 position: absolute; | |
2928 top: 100%; | |
2929 left: 0; | |
2930 z-index: 1000; | |
2931 display: none; | |
2932 float: left; | |
2933 min-width: 10rem; | |
2934 padding: 0.5rem 0; | |
2935 margin: 0.125rem 0 0; | |
2936 font-size: 0.875rem; | |
2937 color: #999; | |
2938 text-align: left; | |
2939 list-style: none; | |
2940 background-color: #fff; | |
2941 background-clip: padding-box; | |
2942 border: 1px solid rgba(0, 0, 0, 0.15); | |
2943 border-radius: 0.25rem; | |
2944 -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); | |
2945 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); } | |
2946 | |
2947 .dropdown-divider { | |
2948 height: 0; | |
2949 margin: 0.5rem 0; | |
2950 overflow: hidden; | |
2951 border-top: 1px solid #eef1f2; } | |
2952 | |
2953 .dropdown-item { | |
2954 display: block; | |
2955 width: 100%; | |
2956 padding: 0.25rem 1.42857em; | |
2957 clear: both; | |
2958 font-weight: 400; | |
2959 color: #888; | |
2960 text-align: inherit; | |
2961 white-space: nowrap; | |
2962 background: none; | |
2963 border: 0; } | |
2964 .dropdown-item:focus, .dropdown-item:hover { | |
2965 color: #7b7b7b; | |
2966 text-decoration: none; | |
2967 background-color: rgba(130, 83, 235, 0.03); } | |
2968 .dropdown-item.active, .dropdown-item:active { | |
2969 color: #7b7b7b; | |
2970 text-decoration: none; | |
2971 background-color: rgba(130, 83, 235, 0.03); } | |
2972 .dropdown-item.disabled, .dropdown-item:disabled { | |
2973 color: #868e96; | |
2974 background-color: transparent; } | |
2975 | |
2976 .show > a { | |
2977 outline: 0; } | |
2978 | |
2979 .dropdown-menu.show { | |
2980 display: block; } | |
2981 | |
2982 .dropdown-header { | |
2983 display: block; | |
2984 padding: 0.5rem 1.42857em; | |
2985 margin-bottom: 0; | |
2986 font-size: 0.75rem; | |
2987 color: #868e96; | |
2988 white-space: nowrap; } | |
2989 | |
2990 .btn-group, | |
2991 .btn-group-vertical { | |
2992 position: relative; | |
2993 display: -webkit-inline-box; | |
2994 display: -ms-inline-flexbox; | |
2995 display: inline-flex; | |
2996 vertical-align: middle; } | |
2997 .btn-group > .btn, | |
2998 .btn-group-vertical > .btn { | |
2999 position: relative; | |
3000 -webkit-box-flex: 0; | |
3001 -ms-flex: 0 1 auto; | |
3002 flex: 0 1 auto; | |
3003 margin-bottom: 0; } | |
3004 .btn-group > .btn:hover, | |
3005 .btn-group-vertical > .btn:hover { | |
3006 z-index: 2; } | |
3007 .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, | |
3008 .btn-group-vertical > .btn:focus, | |
3009 .btn-group-vertical > .btn:active, | |
3010 .btn-group-vertical > .btn.active { | |
3011 z-index: 2; } | |
3012 .btn-group .btn + .btn, | |
3013 .btn-group .btn + .btn-group, | |
3014 .btn-group .btn-group + .btn, | |
3015 .btn-group .btn-group + .btn-group, | |
3016 .btn-group-vertical .btn + .btn, | |
3017 .btn-group-vertical .btn + .btn-group, | |
3018 .btn-group-vertical .btn-group + .btn, | |
3019 .btn-group-vertical .btn-group + .btn-group { | |
3020 margin-left: -1px; } | |
3021 | |
3022 .btn-toolbar { | |
3023 display: -webkit-box; | |
3024 display: -ms-flexbox; | |
3025 display: flex; | |
3026 -ms-flex-wrap: wrap; | |
3027 flex-wrap: wrap; | |
3028 -webkit-box-pack: start; | |
3029 -ms-flex-pack: start; | |
3030 justify-content: flex-start; } | |
3031 .btn-toolbar .input-group { | |
3032 width: auto; } | |
3033 | |
3034 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
3035 border-radius: 0; } | |
3036 | |
3037 .btn-group > .btn:first-child { | |
3038 margin-left: 0; } | |
3039 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
3040 border-top-right-radius: 0; | |
3041 border-bottom-right-radius: 0; } | |
3042 | |
3043 .btn-group > .btn:last-child:not(:first-child), | |
3044 .btn-group > .dropdown-toggle:not(:first-child) { | |
3045 border-top-left-radius: 0; | |
3046 border-bottom-left-radius: 0; } | |
3047 | |
3048 .btn-group > .btn-group { | |
3049 float: left; } | |
3050 | |
3051 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | |
3052 border-radius: 0; } | |
3053 | |
3054 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
3055 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
3056 border-top-right-radius: 0; | |
3057 border-bottom-right-radius: 0; } | |
3058 | |
3059 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
3060 border-top-left-radius: 0; | |
3061 border-bottom-left-radius: 0; } | |
3062 | |
3063 .btn + .dropdown-toggle-split { | |
3064 padding-right: 0.9em; | |
3065 padding-left: 0.9em; } | |
3066 .btn + .dropdown-toggle-split::after { | |
3067 margin-left: 0; } | |
3068 | |
3069 .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { | |
3070 padding-right: 0.375rem; | |
3071 padding-left: 0.375rem; } | |
3072 | |
3073 .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { | |
3074 padding-right: 1.125rem; | |
3075 padding-left: 1.125rem; } | |
3076 | |
3077 .btn-group.show .dropdown-toggle { | |
3078 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
3079 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
3080 .btn-group.show .dropdown-toggle.btn-link { | |
3081 -webkit-box-shadow: none; | |
3082 box-shadow: none; } | |
3083 | |
3084 .btn-group-vertical { | |
3085 display: -webkit-inline-box; | |
3086 display: -ms-inline-flexbox; | |
3087 display: inline-flex; | |
3088 -webkit-box-orient: vertical; | |
3089 -webkit-box-direction: normal; | |
3090 -ms-flex-direction: column; | |
3091 flex-direction: column; | |
3092 -webkit-box-align: start; | |
3093 -ms-flex-align: start; | |
3094 align-items: flex-start; | |
3095 -webkit-box-pack: center; | |
3096 -ms-flex-pack: center; | |
3097 justify-content: center; } | |
3098 .btn-group-vertical .btn, | |
3099 .btn-group-vertical .btn-group { | |
3100 width: 100%; } | |
3101 .btn-group-vertical > .btn + .btn, | |
3102 .btn-group-vertical > .btn + .btn-group, | |
3103 .btn-group-vertical > .btn-group + .btn, | |
3104 .btn-group-vertical > .btn-group + .btn-group { | |
3105 margin-top: -1px; | |
3106 margin-left: 0; } | |
3107 | |
3108 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { | |
3109 border-radius: 0; } | |
3110 | |
3111 .btn-group-vertical > .btn:first-child:not(:last-child) { | |
3112 border-bottom-right-radius: 0; | |
3113 border-bottom-left-radius: 0; } | |
3114 | |
3115 .btn-group-vertical > .btn:last-child:not(:first-child) { | |
3116 border-top-left-radius: 0; | |
3117 border-top-right-radius: 0; } | |
3118 | |
3119 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | |
3120 border-radius: 0; } | |
3121 | |
3122 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
3123 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
3124 border-bottom-right-radius: 0; | |
3125 border-bottom-left-radius: 0; } | |
3126 | |
3127 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
3128 border-top-left-radius: 0; | |
3129 border-top-right-radius: 0; } | |
3130 | |
3131 [data-toggle="buttons"] > .btn input[type="radio"], | |
3132 [data-toggle="buttons"] > .btn input[type="checkbox"], | |
3133 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
3134 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
3135 position: absolute; | |
3136 clip: rect(0, 0, 0, 0); | |
3137 pointer-events: none; } | |
3138 | |
3139 .input-group { | |
3140 position: relative; | |
3141 display: -webkit-box; | |
3142 display: -ms-flexbox; | |
3143 display: flex; | |
3144 width: 100%; } | |
3145 .input-group .form-control { | |
3146 position: relative; | |
3147 z-index: 2; | |
3148 -webkit-box-flex: 1; | |
3149 -ms-flex: 1 1 auto; | |
3150 flex: 1 1 auto; | |
3151 width: 1%; | |
3152 margin-bottom: 0; } | |
3153 .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover { | |
3154 z-index: 3; } | |
3155 | |
3156 .input-group-addon, | |
3157 .input-group-btn, | |
3158 .input-group .form-control { | |
3159 display: -webkit-box; | |
3160 display: -ms-flexbox; | |
3161 display: flex; | |
3162 -webkit-box-align: center; | |
3163 -ms-flex-align: center; | |
3164 align-items: center; } | |
3165 .input-group-addon:not(:first-child):not(:last-child), | |
3166 .input-group-btn:not(:first-child):not(:last-child), | |
3167 .input-group .form-control:not(:first-child):not(:last-child) { | |
3168 border-radius: 0; } | |
3169 | |
3170 .input-group-addon, | |
3171 .input-group-btn { | |
3172 white-space: nowrap; | |
3173 vertical-align: middle; } | |
3174 | |
3175 .input-group-addon { | |
3176 padding: 0.5625rem 1.2em; | |
3177 margin-bottom: 0; | |
3178 font-size: 0.875rem; | |
3179 font-weight: 400; | |
3180 line-height: 1.57143; | |
3181 color: #74708d; | |
3182 text-align: center; | |
3183 background-color: #eee; | |
3184 border: 1px solid #e4e9f0; | |
3185 border-radius: 0.25rem; } | |
3186 .input-group-addon.form-control-sm, | |
3187 .input-group-sm > .input-group-addon, | |
3188 .input-group-sm > .input-group-btn > .input-group-addon.btn { | |
3189 padding: 0.1875rem 0.5rem; | |
3190 font-size: 0.75rem; | |
3191 border-radius: 0.2rem; } | |
3192 .input-group-addon.form-control-lg, | |
3193 .input-group-lg > .input-group-addon, | |
3194 .input-group-lg > .input-group-btn > .input-group-addon.btn { | |
3195 padding: 0.3125rem 1.5rem; | |
3196 font-size: 1rem; | |
3197 border-radius: 0.3rem; } | |
3198 .input-group-addon input[type="radio"], | |
3199 .input-group-addon input[type="checkbox"] { | |
3200 margin-top: 0; } | |
3201 | |
3202 .input-group .form-control:not(:last-child), | |
3203 .input-group-addon:not(:last-child), | |
3204 .input-group-btn:not(:last-child) > .btn, | |
3205 .input-group-btn:not(:last-child) > .btn-group > .btn, | |
3206 .input-group-btn:not(:last-child) > .dropdown-toggle, | |
3207 .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), | |
3208 .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { | |
3209 border-top-right-radius: 0; | |
3210 border-bottom-right-radius: 0; } | |
3211 | |
3212 .input-group-addon:not(:last-child) { | |
3213 border-right: 0; } | |
3214 | |
3215 .input-group .form-control:not(:first-child), | |
3216 .input-group-addon:not(:first-child), | |
3217 .input-group-btn:not(:first-child) > .btn, | |
3218 .input-group-btn:not(:first-child) > .btn-group > .btn, | |
3219 .input-group-btn:not(:first-child) > .dropdown-toggle, | |
3220 .input-group-btn:not(:last-child) > .btn:not(:first-child), | |
3221 .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { | |
3222 border-top-left-radius: 0; | |
3223 border-bottom-left-radius: 0; } | |
3224 | |
3225 .form-control + .input-group-addon:not(:first-child) { | |
3226 border-left: 0; } | |
3227 | |
3228 .input-group-btn { | |
3229 position: relative; | |
3230 font-size: 0; | |
3231 white-space: nowrap; } | |
3232 .input-group-btn > .btn { | |
3233 position: relative; } | |
3234 .input-group-btn > .btn + .btn { | |
3235 margin-left: -1px; } | |
3236 .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover { | |
3237 z-index: 3; } | |
3238 .input-group-btn:not(:last-child) > .btn, | |
3239 .input-group-btn:not(:last-child) > .btn-group { | |
3240 margin-right: -1px; } | |
3241 .input-group-btn:not(:first-child) > .btn, | |
3242 .input-group-btn:not(:first-child) > .btn-group { | |
3243 z-index: 2; | |
3244 margin-left: -1px; } | |
3245 .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, | |
3246 .input-group-btn:not(:first-child) > .btn-group:focus, | |
3247 .input-group-btn:not(:first-child) > .btn-group:active, | |
3248 .input-group-btn:not(:first-child) > .btn-group:hover { | |
3249 z-index: 3; } | |
3250 | |
3251 .custom-control { | |
3252 position: relative; | |
3253 display: -webkit-inline-box; | |
3254 display: -ms-inline-flexbox; | |
3255 display: inline-flex; | |
3256 min-height: 1.71429rem; | |
3257 padding-left: 1.5rem; | |
3258 margin-right: 1rem; } | |
3259 | |
3260 .custom-control-input { | |
3261 position: absolute; | |
3262 z-index: -1; | |
3263 opacity: 0; } | |
3264 .custom-control-input:checked ~ .custom-control-indicator { | |
3265 color: #fff; | |
3266 background-color: #8253eb; | |
3267 -webkit-box-shadow: none; | |
3268 box-shadow: none; } | |
3269 .custom-control-input:focus ~ .custom-control-indicator { | |
3270 -webkit-box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 3px #8253eb; | |
3271 box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 3px #8253eb; } | |
3272 .custom-control-input:active ~ .custom-control-indicator { | |
3273 color: #fff; | |
3274 background-color: #f6f3fe; | |
3275 -webkit-box-shadow: none; | |
3276 box-shadow: none; } | |
3277 .custom-control-input:disabled ~ .custom-control-indicator { | |
3278 background-color: #ddd; } | |
3279 .custom-control-input:disabled ~ .custom-control-description { | |
3280 color: #868e96; } | |
3281 | |
3282 .custom-control-indicator { | |
3283 position: absolute; | |
3284 top: 0.35714rem; | |
3285 left: 0; | |
3286 display: block; | |
3287 width: 1rem; | |
3288 height: 1rem; | |
3289 pointer-events: none; | |
3290 -webkit-user-select: none; | |
3291 -moz-user-select: none; | |
3292 -ms-user-select: none; | |
3293 user-select: none; | |
3294 background-color: #ddd; | |
3295 background-repeat: no-repeat; | |
3296 background-position: center center; | |
3297 background-size: 50% 50%; | |
3298 -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); | |
3299 box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); } | |
3300 | |
3301 .custom-checkbox .custom-control-indicator { | |
3302 border-radius: 0.25rem; } | |
3303 | |
3304 .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { | |
3305 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"); } | |
3306 | |
3307 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { | |
3308 background-color: #8253eb; | |
3309 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"); | |
3310 -webkit-box-shadow: none; | |
3311 box-shadow: none; } | |
3312 | |
3313 .custom-radio .custom-control-indicator { | |
3314 border-radius: 50%; } | |
3315 | |
3316 .custom-radio .custom-control-input:checked ~ .custom-control-indicator { | |
3317 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"); } | |
3318 | |
3319 .custom-controls-stacked { | |
3320 display: -webkit-box; | |
3321 display: -ms-flexbox; | |
3322 display: flex; | |
3323 -webkit-box-orient: vertical; | |
3324 -webkit-box-direction: normal; | |
3325 -ms-flex-direction: column; | |
3326 flex-direction: column; } | |
3327 .custom-controls-stacked .custom-control { | |
3328 margin-bottom: 0.25rem; } | |
3329 .custom-controls-stacked .custom-control + .custom-control { | |
3330 margin-left: 0; } | |
3331 | |
3332 .custom-select { | |
3333 display: inline-block; | |
3334 max-width: 100%; | |
3335 height: calc(2.5rem + 2px); | |
3336 padding: 0.375rem 1.75rem 0.375rem 0.75rem; | |
3337 line-height: 1.57143; | |
3338 color: #74708d; | |
3339 vertical-align: middle; | |
3340 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; | |
3341 background-size: 8px 10px; | |
3342 border: 1px solid #e4e9f0; | |
3343 border-radius: 0.25rem; | |
3344 -webkit-appearance: none; | |
3345 -moz-appearance: none; | |
3346 appearance: none; } | |
3347 .custom-select:focus { | |
3348 border-color: #d5c5f8; | |
3349 outline: none; | |
3350 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(213, 197, 248, 0.5); | |
3351 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(213, 197, 248, 0.5); } | |
3352 .custom-select:focus::-ms-value { | |
3353 color: #74708d; | |
3354 background-color: #fff; } | |
3355 .custom-select:disabled { | |
3356 color: #868e96; | |
3357 background-color: #ddd; } | |
3358 .custom-select::-ms-expand { | |
3359 opacity: 0; } | |
3360 | |
3361 .custom-select-sm { | |
3362 height: calc(1.875rem + 2px); | |
3363 padding-top: 0.375rem; | |
3364 padding-bottom: 0.375rem; | |
3365 font-size: 75%; } | |
3366 | |
3367 .custom-file { | |
3368 position: relative; | |
3369 display: inline-block; | |
3370 max-width: 100%; | |
3371 height: 2.5rem; | |
3372 margin-bottom: 0; } | |
3373 | |
3374 .custom-file-input { | |
3375 min-width: 14rem; | |
3376 max-width: 100%; | |
3377 height: 2.5rem; | |
3378 margin: 0; | |
3379 opacity: 0; } | |
3380 .custom-file-input:focus ~ .custom-file-control { | |
3381 -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #8253eb; | |
3382 box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #8253eb; } | |
3383 | |
3384 .custom-file-control { | |
3385 position: absolute; | |
3386 top: 0; | |
3387 right: 0; | |
3388 left: 0; | |
3389 z-index: 5; | |
3390 height: 2.5rem; | |
3391 padding: 0.5rem 1rem; | |
3392 line-height: 1.5; | |
3393 color: #495057; | |
3394 pointer-events: none; | |
3395 -webkit-user-select: none; | |
3396 -moz-user-select: none; | |
3397 -ms-user-select: none; | |
3398 user-select: none; | |
3399 background-color: #fff; | |
3400 border: 1px solid #e4e9f0; | |
3401 border-radius: 0.25rem; | |
3402 -webkit-box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); | |
3403 box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); } | |
3404 .custom-file-control:lang(en):empty::after { | |
3405 content: "Choose file..."; } | |
3406 .custom-file-control::before { | |
3407 position: absolute; | |
3408 top: -1px; | |
3409 right: -1px; | |
3410 bottom: -1px; | |
3411 z-index: 6; | |
3412 display: block; | |
3413 height: 2.5rem; | |
3414 padding: 0.5rem 1rem; | |
3415 line-height: 1.5; | |
3416 color: #495057; | |
3417 background-color: #ddd; | |
3418 border: 1px solid #e4e9f0; | |
3419 border-radius: 0 0.25rem 0.25rem 0; } | |
3420 .custom-file-control:lang(en)::before { | |
3421 content: "Browse"; } | |
3422 | |
3423 .nav { | |
3424 display: -webkit-box; | |
3425 display: -ms-flexbox; | |
3426 display: flex; | |
3427 -ms-flex-wrap: wrap; | |
3428 flex-wrap: wrap; | |
3429 padding-left: 0; | |
3430 margin-bottom: 0; | |
3431 list-style: none; } | |
3432 | |
3433 .nav-link { | |
3434 display: block; | |
3435 padding: 0.5rem 1rem; } | |
3436 .nav-link:focus, .nav-link:hover { | |
3437 text-decoration: none; } | |
3438 .nav-link.disabled { | |
3439 color: #868e96; } | |
3440 | |
3441 .nav-tabs { | |
3442 border-bottom: 1px solid #ddd; } | |
3443 .nav-tabs .nav-item { | |
3444 margin-bottom: -1px; } | |
3445 .nav-tabs .nav-link { | |
3446 border: 1px solid transparent; | |
3447 border-top-left-radius: 0.25rem; | |
3448 border-top-right-radius: 0.25rem; } | |
3449 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { | |
3450 border-color: #ddd #ddd #ddd; } | |
3451 .nav-tabs .nav-link.disabled { | |
3452 color: #868e96; | |
3453 background-color: transparent; | |
3454 border-color: transparent; } | |
3455 .nav-tabs .nav-link.active, | |
3456 .nav-tabs .nav-item.show .nav-link { | |
3457 color: #495057; | |
3458 background-color: #f5f7fa; | |
3459 border-color: #ddd #ddd #f5f7fa; } | |
3460 .nav-tabs .dropdown-menu { | |
3461 margin-top: -1px; | |
3462 border-top-left-radius: 0; | |
3463 border-top-right-radius: 0; } | |
3464 | |
3465 .nav-pills .nav-link { | |
3466 border-radius: 0.25rem; } | |
3467 .nav-pills .nav-link.active, | |
3468 .show > .nav-pills .nav-link { | |
3469 color: #fff; | |
3470 background-color: #8253eb; } | |
3471 | |
3472 .nav-fill .nav-item { | |
3473 -webkit-box-flex: 1; | |
3474 -ms-flex: 1 1 auto; | |
3475 flex: 1 1 auto; | |
3476 text-align: center; } | |
3477 | |
3478 .nav-justified .nav-item { | |
3479 -ms-flex-preferred-size: 0; | |
3480 flex-basis: 0; | |
3481 -webkit-box-flex: 1; | |
3482 -ms-flex-positive: 1; | |
3483 flex-grow: 1; | |
3484 text-align: center; } | |
3485 | |
3486 .tab-content > .tab-pane { | |
3487 display: none; } | |
3488 | |
3489 .tab-content > .active { | |
3490 display: block; } | |
3491 | |
3492 .navbar { | |
3493 position: relative; | |
3494 display: -webkit-box; | |
3495 display: -ms-flexbox; | |
3496 display: flex; | |
3497 -ms-flex-wrap: wrap; | |
3498 flex-wrap: wrap; | |
3499 -webkit-box-align: center; | |
3500 -ms-flex-align: center; | |
3501 align-items: center; | |
3502 -webkit-box-pack: justify; | |
3503 -ms-flex-pack: justify; | |
3504 justify-content: space-between; | |
3505 padding: 0.5rem 1rem; } | |
3506 .navbar > .container, | |
3507 .navbar > .container-fluid { | |
3508 display: -webkit-box; | |
3509 display: -ms-flexbox; | |
3510 display: flex; | |
3511 -ms-flex-wrap: wrap; | |
3512 flex-wrap: wrap; | |
3513 -webkit-box-align: center; | |
3514 -ms-flex-align: center; | |
3515 align-items: center; | |
3516 -webkit-box-pack: justify; | |
3517 -ms-flex-pack: justify; | |
3518 justify-content: space-between; } | |
3519 | |
3520 .navbar-brand { | |
3521 display: inline-block; | |
3522 padding-top: 0.39286rem; | |
3523 padding-bottom: 0.39286rem; | |
3524 margin-right: 1rem; | |
3525 font-size: 1rem; | |
3526 line-height: inherit; | |
3527 white-space: nowrap; } | |
3528 .navbar-brand:focus, .navbar-brand:hover { | |
3529 text-decoration: none; } | |
3530 | |
3531 .navbar-nav { | |
3532 display: -webkit-box; | |
3533 display: -ms-flexbox; | |
3534 display: flex; | |
3535 -webkit-box-orient: vertical; | |
3536 -webkit-box-direction: normal; | |
3537 -ms-flex-direction: column; | |
3538 flex-direction: column; | |
3539 padding-left: 0; | |
3540 margin-bottom: 0; | |
3541 list-style: none; } | |
3542 .navbar-nav .nav-link { | |
3543 padding-right: 0; | |
3544 padding-left: 0; } | |
3545 .navbar-nav .dropdown-menu { | |
3546 position: static; | |
3547 float: none; } | |
3548 | |
3549 .navbar-text { | |
3550 display: inline-block; | |
3551 padding-top: 0.5rem; | |
3552 padding-bottom: 0.5rem; } | |
3553 | |
3554 .navbar-collapse { | |
3555 -ms-flex-preferred-size: 100%; | |
3556 flex-basis: 100%; | |
3557 -webkit-box-align: center; | |
3558 -ms-flex-align: center; | |
3559 align-items: center; } | |
3560 | |
3561 .navbar-toggler { | |
3562 padding: 0.25rem 0.75rem; | |
3563 font-size: 1rem; | |
3564 line-height: 1; | |
3565 background: transparent; | |
3566 border: 1px solid transparent; | |
3567 border-radius: 0.25rem; } | |
3568 .navbar-toggler:focus, .navbar-toggler:hover { | |
3569 text-decoration: none; } | |
3570 | |
3571 .navbar-toggler-icon { | |
3572 display: inline-block; | |
3573 width: 1.5em; | |
3574 height: 1.5em; | |
3575 vertical-align: middle; | |
3576 content: ""; | |
3577 background: no-repeat center center; | |
3578 background-size: 100% 100%; } | |
3579 | |
3580 @media (max-width: 575px) { | |
3581 .navbar-expand-sm > .container, | |
3582 .navbar-expand-sm > .container-fluid { | |
3583 padding-right: 0; | |
3584 padding-left: 0; } } | |
3585 | |
3586 @media (min-width: 576px) { | |
3587 .navbar-expand-sm { | |
3588 -webkit-box-orient: horizontal; | |
3589 -webkit-box-direction: normal; | |
3590 -ms-flex-direction: row; | |
3591 flex-direction: row; | |
3592 -ms-flex-wrap: nowrap; | |
3593 flex-wrap: nowrap; | |
3594 -webkit-box-pack: start; | |
3595 -ms-flex-pack: start; | |
3596 justify-content: flex-start; } | |
3597 .navbar-expand-sm .navbar-nav { | |
3598 -webkit-box-orient: horizontal; | |
3599 -webkit-box-direction: normal; | |
3600 -ms-flex-direction: row; | |
3601 flex-direction: row; } | |
3602 .navbar-expand-sm .navbar-nav .dropdown-menu { | |
3603 position: absolute; } | |
3604 .navbar-expand-sm .navbar-nav .dropdown-menu-right { | |
3605 right: 0; | |
3606 left: auto; } | |
3607 .navbar-expand-sm .navbar-nav .nav-link { | |
3608 padding-right: .5rem; | |
3609 padding-left: .5rem; } | |
3610 .navbar-expand-sm > .container, | |
3611 .navbar-expand-sm > .container-fluid { | |
3612 -ms-flex-wrap: nowrap; | |
3613 flex-wrap: nowrap; } | |
3614 .navbar-expand-sm .navbar-collapse { | |
3615 display: -webkit-box !important; | |
3616 display: -ms-flexbox !important; | |
3617 display: flex !important; } | |
3618 .navbar-expand-sm .navbar-toggler { | |
3619 display: none; } } | |
3620 | |
3621 @media (max-width: 767px) { | |
3622 .navbar-expand-md > .container, | |
3623 .navbar-expand-md > .container-fluid { | |
3624 padding-right: 0; | |
3625 padding-left: 0; } } | |
3626 | |
3627 @media (min-width: 768px) { | |
3628 .navbar-expand-md { | |
3629 -webkit-box-orient: horizontal; | |
3630 -webkit-box-direction: normal; | |
3631 -ms-flex-direction: row; | |
3632 flex-direction: row; | |
3633 -ms-flex-wrap: nowrap; | |
3634 flex-wrap: nowrap; | |
3635 -webkit-box-pack: start; | |
3636 -ms-flex-pack: start; | |
3637 justify-content: flex-start; } | |
3638 .navbar-expand-md .navbar-nav { | |
3639 -webkit-box-orient: horizontal; | |
3640 -webkit-box-direction: normal; | |
3641 -ms-flex-direction: row; | |
3642 flex-direction: row; } | |
3643 .navbar-expand-md .navbar-nav .dropdown-menu { | |
3644 position: absolute; } | |
3645 .navbar-expand-md .navbar-nav .dropdown-menu-right { | |
3646 right: 0; | |
3647 left: auto; } | |
3648 .navbar-expand-md .navbar-nav .nav-link { | |
3649 padding-right: .5rem; | |
3650 padding-left: .5rem; } | |
3651 .navbar-expand-md > .container, | |
3652 .navbar-expand-md > .container-fluid { | |
3653 -ms-flex-wrap: nowrap; | |
3654 flex-wrap: nowrap; } | |
3655 .navbar-expand-md .navbar-collapse { | |
3656 display: -webkit-box !important; | |
3657 display: -ms-flexbox !important; | |
3658 display: flex !important; } | |
3659 .navbar-expand-md .navbar-toggler { | |
3660 display: none; } } | |
3661 | |
3662 @media (max-width: 991px) { | |
3663 .navbar-expand-lg > .container, | |
3664 .navbar-expand-lg > .container-fluid { | |
3665 padding-right: 0; | |
3666 padding-left: 0; } } | |
3667 | |
3668 @media (min-width: 992px) { | |
3669 .navbar-expand-lg { | |
3670 -webkit-box-orient: horizontal; | |
3671 -webkit-box-direction: normal; | |
3672 -ms-flex-direction: row; | |
3673 flex-direction: row; | |
3674 -ms-flex-wrap: nowrap; | |
3675 flex-wrap: nowrap; | |
3676 -webkit-box-pack: start; | |
3677 -ms-flex-pack: start; | |
3678 justify-content: flex-start; } | |
3679 .navbar-expand-lg .navbar-nav { | |
3680 -webkit-box-orient: horizontal; | |
3681 -webkit-box-direction: normal; | |
3682 -ms-flex-direction: row; | |
3683 flex-direction: row; } | |
3684 .navbar-expand-lg .navbar-nav .dropdown-menu { | |
3685 position: absolute; } | |
3686 .navbar-expand-lg .navbar-nav .dropdown-menu-right { | |
3687 right: 0; | |
3688 left: auto; } | |
3689 .navbar-expand-lg .navbar-nav .nav-link { | |
3690 padding-right: .5rem; | |
3691 padding-left: .5rem; } | |
3692 .navbar-expand-lg > .container, | |
3693 .navbar-expand-lg > .container-fluid { | |
3694 -ms-flex-wrap: nowrap; | |
3695 flex-wrap: nowrap; } | |
3696 .navbar-expand-lg .navbar-collapse { | |
3697 display: -webkit-box !important; | |
3698 display: -ms-flexbox !important; | |
3699 display: flex !important; } | |
3700 .navbar-expand-lg .navbar-toggler { | |
3701 display: none; } } | |
3702 | |
3703 @media (max-width: 1199px) { | |
3704 .navbar-expand-xl > .container, | |
3705 .navbar-expand-xl > .container-fluid { | |
3706 padding-right: 0; | |
3707 padding-left: 0; } } | |
3708 | |
3709 @media (min-width: 1200px) { | |
3710 .navbar-expand-xl { | |
3711 -webkit-box-orient: horizontal; | |
3712 -webkit-box-direction: normal; | |
3713 -ms-flex-direction: row; | |
3714 flex-direction: row; | |
3715 -ms-flex-wrap: nowrap; | |
3716 flex-wrap: nowrap; | |
3717 -webkit-box-pack: start; | |
3718 -ms-flex-pack: start; | |
3719 justify-content: flex-start; } | |
3720 .navbar-expand-xl .navbar-nav { | |
3721 -webkit-box-orient: horizontal; | |
3722 -webkit-box-direction: normal; | |
3723 -ms-flex-direction: row; | |
3724 flex-direction: row; } | |
3725 .navbar-expand-xl .navbar-nav .dropdown-menu { | |
3726 position: absolute; } | |
3727 .navbar-expand-xl .navbar-nav .dropdown-menu-right { | |
3728 right: 0; | |
3729 left: auto; } | |
3730 .navbar-expand-xl .navbar-nav .nav-link { | |
3731 padding-right: .5rem; | |
3732 padding-left: .5rem; } | |
3733 .navbar-expand-xl > .container, | |
3734 .navbar-expand-xl > .container-fluid { | |
3735 -ms-flex-wrap: nowrap; | |
3736 flex-wrap: nowrap; } | |
3737 .navbar-expand-xl .navbar-collapse { | |
3738 display: -webkit-box !important; | |
3739 display: -ms-flexbox !important; | |
3740 display: flex !important; } | |
3741 .navbar-expand-xl .navbar-toggler { | |
3742 display: none; } } | |
3743 | |
3744 .navbar-expand { | |
3745 -webkit-box-orient: horizontal; | |
3746 -webkit-box-direction: normal; | |
3747 -ms-flex-direction: row; | |
3748 flex-direction: row; | |
3749 -ms-flex-wrap: nowrap; | |
3750 flex-wrap: nowrap; | |
3751 -webkit-box-pack: start; | |
3752 -ms-flex-pack: start; | |
3753 justify-content: flex-start; } | |
3754 .navbar-expand > .container, | |
3755 .navbar-expand > .container-fluid { | |
3756 padding-right: 0; | |
3757 padding-left: 0; } | |
3758 .navbar-expand .navbar-nav { | |
3759 -webkit-box-orient: horizontal; | |
3760 -webkit-box-direction: normal; | |
3761 -ms-flex-direction: row; | |
3762 flex-direction: row; } | |
3763 .navbar-expand .navbar-nav .dropdown-menu { | |
3764 position: absolute; } | |
3765 .navbar-expand .navbar-nav .dropdown-menu-right { | |
3766 right: 0; | |
3767 left: auto; } | |
3768 .navbar-expand .navbar-nav .nav-link { | |
3769 padding-right: .5rem; | |
3770 padding-left: .5rem; } | |
3771 .navbar-expand > .container, | |
3772 .navbar-expand > .container-fluid { | |
3773 -ms-flex-wrap: nowrap; | |
3774 flex-wrap: nowrap; } | |
3775 .navbar-expand .navbar-collapse { | |
3776 display: -webkit-box !important; | |
3777 display: -ms-flexbox !important; | |
3778 display: flex !important; } | |
3779 .navbar-expand .navbar-toggler { | |
3780 display: none; } | |
3781 | |
3782 .navbar-light .navbar-brand { | |
3783 color: rgba(0, 0, 0, 0.9); } | |
3784 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { | |
3785 color: rgba(0, 0, 0, 0.9); } | |
3786 | |
3787 .navbar-light .navbar-nav .nav-link { | |
3788 color: rgba(0, 0, 0, 0.5); } | |
3789 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { | |
3790 color: rgba(0, 0, 0, 0.7); } | |
3791 .navbar-light .navbar-nav .nav-link.disabled { | |
3792 color: rgba(0, 0, 0, 0.3); } | |
3793 | |
3794 .navbar-light .navbar-nav .show > .nav-link, | |
3795 .navbar-light .navbar-nav .active > .nav-link, | |
3796 .navbar-light .navbar-nav .nav-link.show, | |
3797 .navbar-light .navbar-nav .nav-link.active { | |
3798 color: rgba(0, 0, 0, 0.9); } | |
3799 | |
3800 .navbar-light .navbar-toggler { | |
3801 color: rgba(0, 0, 0, 0.5); | |
3802 border-color: rgba(0, 0, 0, 0.1); } | |
3803 | |
3804 .navbar-light .navbar-toggler-icon { | |
3805 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } | |
3806 | |
3807 .navbar-light .navbar-text { | |
3808 color: rgba(0, 0, 0, 0.5); } | |
3809 | |
3810 .navbar-dark .navbar-brand { | |
3811 color: white; } | |
3812 .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { | |
3813 color: white; } | |
3814 | |
3815 .navbar-dark .navbar-nav .nav-link { | |
3816 color: rgba(255, 255, 255, 0.5); } | |
3817 .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { | |
3818 color: rgba(255, 255, 255, 0.75); } | |
3819 .navbar-dark .navbar-nav .nav-link.disabled { | |
3820 color: rgba(255, 255, 255, 0.25); } | |
3821 | |
3822 .navbar-dark .navbar-nav .show > .nav-link, | |
3823 .navbar-dark .navbar-nav .active > .nav-link, | |
3824 .navbar-dark .navbar-nav .nav-link.show, | |
3825 .navbar-dark .navbar-nav .nav-link.active { | |
3826 color: white; } | |
3827 | |
3828 .navbar-dark .navbar-toggler { | |
3829 color: rgba(255, 255, 255, 0.5); | |
3830 border-color: rgba(255, 255, 255, 0.1); } | |
3831 | |
3832 .navbar-dark .navbar-toggler-icon { | |
3833 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } | |
3834 | |
3835 .navbar-dark .navbar-text { | |
3836 color: rgba(255, 255, 255, 0.5); } | |
3837 | |
3838 .card { | |
3839 position: relative; | |
3840 display: -webkit-box; | |
3841 display: -ms-flexbox; | |
3842 display: flex; | |
3843 -webkit-box-orient: vertical; | |
3844 -webkit-box-direction: normal; | |
3845 -ms-flex-direction: column; | |
3846 flex-direction: column; | |
3847 min-width: 0; | |
3848 word-wrap: break-word; | |
3849 background-color: #fff; | |
3850 background-clip: border-box; | |
3851 border: 1px solid rgba(0, 0, 0, 0.125); | |
3852 border-radius: 0.25rem; } | |
3853 | |
3854 .card-body { | |
3855 -webkit-box-flex: 1; | |
3856 -ms-flex: 1 1 auto; | |
3857 flex: 1 1 auto; | |
3858 padding: 1.25rem; } | |
3859 | |
3860 .card-title { | |
3861 margin-bottom: 0.75rem; } | |
3862 | |
3863 .card-subtitle { | |
3864 margin-top: -0.375rem; | |
3865 margin-bottom: 0; } | |
3866 | |
3867 .card-text:last-child { | |
3868 margin-bottom: 0; } | |
3869 | |
3870 .card-link:hover { | |
3871 text-decoration: none; } | |
3872 | |
3873 .card-link + .card-link { | |
3874 margin-left: 1.25rem; } | |
3875 | |
3876 .card > .list-group:first-child .list-group-item:first-child { | |
3877 border-top-left-radius: 0.25rem; | |
3878 border-top-right-radius: 0.25rem; } | |
3879 | |
3880 .card > .list-group:last-child .list-group-item:last-child { | |
3881 border-bottom-right-radius: 0.25rem; | |
3882 border-bottom-left-radius: 0.25rem; } | |
3883 | |
3884 .card-header { | |
3885 padding: 0.75rem 1.25rem; | |
3886 margin-bottom: 0; | |
3887 background-color: rgba(0, 0, 0, 0.03); | |
3888 border-bottom: 1px solid rgba(0, 0, 0, 0.125); } | |
3889 .card-header:first-child { | |
3890 border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } | |
3891 | |
3892 .card-footer { | |
3893 padding: 0.75rem 1.25rem; | |
3894 background-color: rgba(0, 0, 0, 0.03); | |
3895 border-top: 1px solid rgba(0, 0, 0, 0.125); } | |
3896 .card-footer:last-child { | |
3897 border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } | |
3898 | |
3899 .card-header-tabs { | |
3900 margin-right: -0.625rem; | |
3901 margin-bottom: -0.75rem; | |
3902 margin-left: -0.625rem; | |
3903 border-bottom: 0; } | |
3904 | |
3905 .card-header-pills { | |
3906 margin-right: -0.625rem; | |
3907 margin-left: -0.625rem; } | |
3908 | |
3909 .card-img-overlay { | |
3910 position: absolute; | |
3911 top: 0; | |
3912 right: 0; | |
3913 bottom: 0; | |
3914 left: 0; | |
3915 padding: 1.25rem; } | |
3916 | |
3917 .card-img { | |
3918 width: 100%; | |
3919 border-radius: calc(0.25rem - 1px); } | |
3920 | |
3921 .card-img-top { | |
3922 width: 100%; | |
3923 border-top-left-radius: calc(0.25rem - 1px); | |
3924 border-top-right-radius: calc(0.25rem - 1px); } | |
3925 | |
3926 .card-img-bottom { | |
3927 width: 100%; | |
3928 border-bottom-right-radius: calc(0.25rem - 1px); | |
3929 border-bottom-left-radius: calc(0.25rem - 1px); } | |
3930 | |
3931 @media (min-width: 576px) { | |
3932 .card-deck { | |
3933 display: -webkit-box; | |
3934 display: -ms-flexbox; | |
3935 display: flex; | |
3936 -webkit-box-orient: horizontal; | |
3937 -webkit-box-direction: normal; | |
3938 -ms-flex-flow: row wrap; | |
3939 flex-flow: row wrap; | |
3940 margin-right: -3px; | |
3941 margin-left: -3px; } | |
3942 .card-deck .card { | |
3943 display: -webkit-box; | |
3944 display: -ms-flexbox; | |
3945 display: flex; | |
3946 -webkit-box-flex: 1; | |
3947 -ms-flex: 1 0 0%; | |
3948 flex: 1 0 0%; | |
3949 -webkit-box-orient: vertical; | |
3950 -webkit-box-direction: normal; | |
3951 -ms-flex-direction: column; | |
3952 flex-direction: column; | |
3953 margin-right: 3px; | |
3954 margin-left: 3px; } } | |
3955 | |
3956 @media (min-width: 576px) { | |
3957 .card-group { | |
3958 display: -webkit-box; | |
3959 display: -ms-flexbox; | |
3960 display: flex; | |
3961 -webkit-box-orient: horizontal; | |
3962 -webkit-box-direction: normal; | |
3963 -ms-flex-flow: row wrap; | |
3964 flex-flow: row wrap; } | |
3965 .card-group .card { | |
3966 -webkit-box-flex: 1; | |
3967 -ms-flex: 1 0 0%; | |
3968 flex: 1 0 0%; } | |
3969 .card-group .card + .card { | |
3970 margin-left: 0; | |
3971 border-left: 0; } | |
3972 .card-group .card:first-child { | |
3973 border-top-right-radius: 0; | |
3974 border-bottom-right-radius: 0; } | |
3975 .card-group .card:first-child .card-img-top { | |
3976 border-top-right-radius: 0; } | |
3977 .card-group .card:first-child .card-img-bottom { | |
3978 border-bottom-right-radius: 0; } | |
3979 .card-group .card:last-child { | |
3980 border-top-left-radius: 0; | |
3981 border-bottom-left-radius: 0; } | |
3982 .card-group .card:last-child .card-img-top { | |
3983 border-top-left-radius: 0; } | |
3984 .card-group .card:last-child .card-img-bottom { | |
3985 border-bottom-left-radius: 0; } | |
3986 .card-group .card:not(:first-child):not(:last-child) { | |
3987 border-radius: 0; } | |
3988 .card-group .card:not(:first-child):not(:last-child) .card-img-top, | |
3989 .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { | |
3990 border-radius: 0; } } | |
3991 | |
3992 .card-columns .card { | |
3993 margin-bottom: 0.75rem; } | |
3994 | |
3995 @media (min-width: 576px) { | |
3996 .card-columns { | |
3997 -webkit-column-count: 3; | |
3998 column-count: 3; | |
3999 -webkit-column-gap: 1.25rem; | |
4000 column-gap: 1.25rem; } | |
4001 .card-columns .card { | |
4002 display: inline-block; | |
4003 width: 100%; } } | |
4004 | |
4005 .breadcrumb { | |
4006 padding: 0.75rem 1rem; | |
4007 margin-bottom: 1rem; | |
4008 list-style: none; | |
4009 background-color: #ddd; | |
4010 border-radius: 0.25rem; } | |
4011 .breadcrumb::after { | |
4012 display: block; | |
4013 clear: both; | |
4014 content: ""; } | |
4015 | |
4016 .breadcrumb-item { | |
4017 float: left; } | |
4018 .breadcrumb-item + .breadcrumb-item::before { | |
4019 display: inline-block; | |
4020 padding-right: 0.3rem; | |
4021 padding-left: 0.3rem; | |
4022 color: #868e96; | |
4023 content: "/"; } | |
4024 .breadcrumb-item + .breadcrumb-item:hover::before { | |
4025 text-decoration: underline; } | |
4026 .breadcrumb-item + .breadcrumb-item:hover::before { | |
4027 text-decoration: none; } | |
4028 .breadcrumb-item.active { | |
4029 color: #868e96; } | |
4030 | |
4031 .pagination { | |
4032 display: -webkit-box; | |
4033 display: -ms-flexbox; | |
4034 display: flex; | |
4035 padding-left: 0; | |
4036 list-style: none; | |
4037 border-radius: 0.25rem; } | |
4038 | |
4039 .page-item:first-child .page-link { | |
4040 margin-left: 0; | |
4041 border-top-left-radius: 0.25rem; | |
4042 border-bottom-left-radius: 0.25rem; } | |
4043 | |
4044 .page-item:last-child .page-link { | |
4045 border-top-right-radius: 0.25rem; | |
4046 border-bottom-right-radius: 0.25rem; } | |
4047 | |
4048 .page-item.active .page-link { | |
4049 z-index: 2; | |
4050 color: #fff; | |
4051 background-color: #8253eb; | |
4052 border-color: #8253eb; } | |
4053 | |
4054 .page-item.disabled .page-link { | |
4055 color: #868e96; | |
4056 pointer-events: none; | |
4057 background-color: #fff; | |
4058 border-color: #ddd; } | |
4059 | |
4060 .page-link { | |
4061 position: relative; | |
4062 display: block; | |
4063 padding: 0.5rem 0.75rem; | |
4064 margin-left: -1px; | |
4065 line-height: 1.25; | |
4066 color: #8253eb; | |
4067 background-color: #fff; | |
4068 border: 1px solid #ddd; } | |
4069 .page-link:focus, .page-link:hover { | |
4070 color: #9165f4; | |
4071 text-decoration: none; | |
4072 background-color: #ddd; | |
4073 border-color: #ddd; } | |
4074 | |
4075 .pagination-lg .page-link { | |
4076 padding: 0.75rem 1.5rem; | |
4077 font-size: 1rem; | |
4078 line-height: 1.5; } | |
4079 | |
4080 .pagination-lg .page-item:first-child .page-link { | |
4081 border-top-left-radius: 0.3rem; | |
4082 border-bottom-left-radius: 0.3rem; } | |
4083 | |
4084 .pagination-lg .page-item:last-child .page-link { | |
4085 border-top-right-radius: 0.3rem; | |
4086 border-bottom-right-radius: 0.3rem; } | |
4087 | |
4088 .pagination-sm .page-link { | |
4089 padding: 0.25rem 0.5rem; | |
4090 font-size: 0.75rem; | |
4091 line-height: 1.5; } | |
4092 | |
4093 .pagination-sm .page-item:first-child .page-link { | |
4094 border-top-left-radius: 0.2rem; | |
4095 border-bottom-left-radius: 0.2rem; } | |
4096 | |
4097 .pagination-sm .page-item:last-child .page-link { | |
4098 border-top-right-radius: 0.2rem; | |
4099 border-bottom-right-radius: 0.2rem; } | |
4100 | |
4101 .badge, .label { | |
4102 display: inline-block; | |
4103 padding: 0.4em 0.4em; | |
4104 font-size: 90%; | |
4105 font-weight: 600; | |
4106 line-height: 1; | |
4107 color: #fff; | |
4108 text-align: center; | |
4109 white-space: nowrap; | |
4110 vertical-align: baseline; | |
4111 border-radius: 0.25rem; } | |
4112 .badge:empty, .label:empty { | |
4113 display: none; } | |
4114 | |
4115 .btn .badge, .btn .label { | |
4116 position: relative; | |
4117 top: -1px; } | |
4118 | |
4119 .badge-pill { | |
4120 padding-right: 0.6em; | |
4121 padding-left: 0.6em; | |
4122 border-radius: 10rem; } | |
4123 | |
4124 .badge-color-scheme { | |
4125 color: #fff; | |
4126 background-color: #8253eb; } | |
4127 .badge-color-scheme[href]:focus, .badge-color-scheme[href]:hover { | |
4128 color: #fff; | |
4129 text-decoration: none; | |
4130 background-color: #6125e6; } | |
4131 | |
4132 .badge-color-scheme-dark { | |
4133 color: #fff; | |
4134 background-color: #835c9e; } | |
4135 .badge-color-scheme-dark[href]:focus, .badge-color-scheme-dark[href]:hover { | |
4136 color: #fff; | |
4137 text-decoration: none; | |
4138 background-color: #68497e; } | |
4139 | |
4140 .badge-content-color { | |
4141 color: #111; | |
4142 background-color: #999; } | |
4143 .badge-content-color[href]:focus, .badge-content-color[href]:hover { | |
4144 color: #111; | |
4145 text-decoration: none; | |
4146 background-color: gray; } | |
4147 | |
4148 .badge-content { | |
4149 color: #111; | |
4150 background-color: #999; } | |
4151 .badge-content[href]:focus, .badge-content[href]:hover { | |
4152 color: #111; | |
4153 text-decoration: none; | |
4154 background-color: gray; } | |
4155 | |
4156 .badge-primary { | |
4157 color: #fff; | |
4158 background-color: #8253eb; } | |
4159 .badge-primary[href]:focus, .badge-primary[href]:hover { | |
4160 color: #fff; | |
4161 text-decoration: none; | |
4162 background-color: #6125e6; } | |
4163 | |
4164 .badge-secondary { | |
4165 color: #fff; | |
4166 background-color: #868e96; } | |
4167 .badge-secondary[href]:focus, .badge-secondary[href]:hover { | |
4168 color: #fff; | |
4169 text-decoration: none; | |
4170 background-color: #6c757d; } | |
4171 | |
4172 .badge-success { | |
4173 color: #111; | |
4174 background-color: #38d57a; } | |
4175 .badge-success[href]:focus, .badge-success[href]:hover { | |
4176 color: #111; | |
4177 text-decoration: none; | |
4178 background-color: #26b462; } | |
4179 | |
4180 .badge-info { | |
4181 color: #fff; | |
4182 background-color: #03a9f3; } | |
4183 .badge-info[href]:focus, .badge-info[href]:hover { | |
4184 color: #fff; | |
4185 text-decoration: none; | |
4186 background-color: #0286c1; } | |
4187 | |
4188 .badge-warning { | |
4189 color: #111; | |
4190 background-color: #ffcc02; } | |
4191 .badge-warning[href]:focus, .badge-warning[href]:hover { | |
4192 color: #111; | |
4193 text-decoration: none; | |
4194 background-color: #cea400; } | |
4195 | |
4196 .badge-danger { | |
4197 color: #fff; | |
4198 background-color: #e6614f; } | |
4199 .badge-danger[href]:focus, .badge-danger[href]:hover { | |
4200 color: #fff; | |
4201 text-decoration: none; | |
4202 background-color: #e03922; } | |
4203 | |
4204 .badge-light { | |
4205 color: #111; | |
4206 background-color: #f8f9fa; } | |
4207 .badge-light[href]:focus, .badge-light[href]:hover { | |
4208 color: #111; | |
4209 text-decoration: none; | |
4210 background-color: #dae0e5; } | |
4211 | |
4212 .badge-dark { | |
4213 color: #fff; | |
4214 background-color: #343a40; } | |
4215 .badge-dark[href]:focus, .badge-dark[href]:hover { | |
4216 color: #fff; | |
4217 text-decoration: none; | |
4218 background-color: #1d2124; } | |
4219 | |
4220 .badge-gray-100 { | |
4221 color: #111; | |
4222 background-color: #f8f9fa; } | |
4223 .badge-gray-100[href]:focus, .badge-gray-100[href]:hover { | |
4224 color: #111; | |
4225 text-decoration: none; | |
4226 background-color: #dae0e5; } | |
4227 | |
4228 .badge-gray-200 { | |
4229 color: #111; | |
4230 background-color: #ddd; } | |
4231 .badge-gray-200[href]:focus, .badge-gray-200[href]:hover { | |
4232 color: #111; | |
4233 text-decoration: none; | |
4234 background-color: #c4c4c4; } | |
4235 | |
4236 .badge-gray-300 { | |
4237 color: #111; | |
4238 background-color: #bbb; } | |
4239 .badge-gray-300[href]:focus, .badge-gray-300[href]:hover { | |
4240 color: #111; | |
4241 text-decoration: none; | |
4242 background-color: #a2a2a2; } | |
4243 | |
4244 .badge-gray-400 { | |
4245 color: #111; | |
4246 background-color: #aaa; } | |
4247 .badge-gray-400[href]:focus, .badge-gray-400[href]:hover { | |
4248 color: #111; | |
4249 text-decoration: none; | |
4250 background-color: #919191; } | |
4251 | |
4252 .badge-gray-500 { | |
4253 color: #111; | |
4254 background-color: #999; } | |
4255 .badge-gray-500[href]:focus, .badge-gray-500[href]:hover { | |
4256 color: #111; | |
4257 text-decoration: none; | |
4258 background-color: gray; } | |
4259 | |
4260 .badge-gray-600 { | |
4261 color: #fff; | |
4262 background-color: #868e96; } | |
4263 .badge-gray-600[href]:focus, .badge-gray-600[href]:hover { | |
4264 color: #fff; | |
4265 text-decoration: none; | |
4266 background-color: #6c757d; } | |
4267 | |
4268 .badge-gray-700 { | |
4269 color: #fff; | |
4270 background-color: #495057; } | |
4271 .badge-gray-700[href]:focus, .badge-gray-700[href]:hover { | |
4272 color: #fff; | |
4273 text-decoration: none; | |
4274 background-color: #32373b; } | |
4275 | |
4276 .badge-gray-800 { | |
4277 color: #fff; | |
4278 background-color: #343a40; } | |
4279 .badge-gray-800[href]:focus, .badge-gray-800[href]:hover { | |
4280 color: #fff; | |
4281 text-decoration: none; | |
4282 background-color: #1d2124; } | |
4283 | |
4284 .badge-gray-900 { | |
4285 color: #fff; | |
4286 background-color: #212529; } | |
4287 .badge-gray-900[href]:focus, .badge-gray-900[href]:hover { | |
4288 color: #fff; | |
4289 text-decoration: none; | |
4290 background-color: #0a0c0d; } | |
4291 | |
4292 .jumbotron { | |
4293 padding: 2rem 1rem; | |
4294 margin-bottom: 2rem; | |
4295 background-color: #ddd; | |
4296 border-radius: 0.3rem; } | |
4297 @media (min-width: 576px) { | |
4298 .jumbotron { | |
4299 padding: 4rem 2rem; } } | |
4300 | |
4301 .jumbotron-fluid { | |
4302 padding-right: 0; | |
4303 padding-left: 0; | |
4304 border-radius: 0; } | |
4305 | |
4306 .alert { | |
4307 padding: 0.75rem 1.25rem; | |
4308 margin-bottom: 1rem; | |
4309 border: 1px solid transparent; | |
4310 border-radius: 0.25rem; } | |
4311 | |
4312 .alert-heading { | |
4313 color: inherit; } | |
4314 | |
4315 .alert-link { | |
4316 font-weight: bold; } | |
4317 | |
4318 .alert-dismissible .close { | |
4319 position: relative; | |
4320 top: -0.75rem; | |
4321 right: -1.25rem; | |
4322 padding: 0.75rem 1.25rem; | |
4323 color: inherit; } | |
4324 | |
4325 .alert-color-scheme { | |
4326 color: #442b7a; | |
4327 background-color: #e6ddfb; | |
4328 border-color: #dccff9; } | |
4329 .alert-color-scheme hr { | |
4330 border-top-color: #cbb8f6; } | |
4331 .alert-color-scheme .alert-link { | |
4332 color: #2f1e54; } | |
4333 | |
4334 .alert-color-scheme-dark { | |
4335 color: #443052; | |
4336 background-color: #e6deec; | |
4337 border-color: #dcd1e4; } | |
4338 .alert-color-scheme-dark hr { | |
4339 border-top-color: #d0c1db; } | |
4340 .alert-color-scheme-dark .alert-link { | |
4341 color: #291d32; } | |
4342 | |
4343 .alert-content-color { | |
4344 color: #505050; | |
4345 background-color: #ebebeb; | |
4346 border-color: #e2e2e2; } | |
4347 .alert-content-color hr { | |
4348 border-top-color: #d5d5d5; } | |
4349 .alert-content-color .alert-link { | |
4350 color: #373737; } | |
4351 | |
4352 .alert-content { | |
4353 color: #505050; | |
4354 background-color: #ebebeb; | |
4355 border-color: #e2e2e2; } | |
4356 .alert-content hr { | |
4357 border-top-color: #d5d5d5; } | |
4358 .alert-content .alert-link { | |
4359 color: #373737; } | |
4360 | |
4361 .alert-primary { | |
4362 color: #442b7a; | |
4363 background-color: #e6ddfb; | |
4364 border-color: #dccff9; } | |
4365 .alert-primary hr { | |
4366 border-top-color: #cbb8f6; } | |
4367 .alert-primary .alert-link { | |
4368 color: #2f1e54; } | |
4369 | |
4370 .alert-secondary { | |
4371 color: #464a4e; | |
4372 background-color: #e7e8ea; | |
4373 border-color: #dddfe2; } | |
4374 .alert-secondary hr { | |
4375 border-top-color: #cfd2d6; } | |
4376 .alert-secondary .alert-link { | |
4377 color: #2e3133; } | |
4378 | |
4379 .alert-success { | |
4380 color: #1d6f3f; | |
4381 background-color: #d7f7e4; | |
4382 border-color: #c7f3da; } | |
4383 .alert-success hr { | |
4384 border-top-color: #b2efcc; } | |
4385 .alert-success .alert-link { | |
4386 color: #124728; } | |
4387 | |
4388 .alert-info { | |
4389 color: #02587e; | |
4390 background-color: #cdeefd; | |
4391 border-color: #b8e7fc; } | |
4392 .alert-info hr { | |
4393 border-top-color: #a0dffb; } | |
4394 .alert-info .alert-link { | |
4395 color: #01354c; } | |
4396 | |
4397 .alert-warning { | |
4398 color: #856a01; | |
4399 background-color: #fff5cc; | |
4400 border-color: #fff1b8; } | |
4401 .alert-warning hr { | |
4402 border-top-color: #ffec9f; } | |
4403 .alert-warning .alert-link { | |
4404 color: #524201; } | |
4405 | |
4406 .alert-danger { | |
4407 color: #783229; | |
4408 background-color: #fadfdc; | |
4409 border-color: #f8d3ce; } | |
4410 .alert-danger hr { | |
4411 border-top-color: #f5bfb8; } | |
4412 .alert-danger .alert-link { | |
4413 color: #52221c; } | |
4414 | |
4415 .alert-light { | |
4416 color: #818182; | |
4417 background-color: #fefefe; | |
4418 border-color: #fdfdfe; } | |
4419 .alert-light hr { | |
4420 border-top-color: #ececf6; } | |
4421 .alert-light .alert-link { | |
4422 color: #686868; } | |
4423 | |
4424 .alert-dark { | |
4425 color: #1b1e21; | |
4426 background-color: #d6d8d9; | |
4427 border-color: #c6c8ca; } | |
4428 .alert-dark hr { | |
4429 border-top-color: #b9bbbe; } | |
4430 .alert-dark .alert-link { | |
4431 color: #040505; } | |
4432 | |
4433 .alert-gray-100 { | |
4434 color: #818182; | |
4435 background-color: #fefefe; | |
4436 border-color: #fdfdfe; } | |
4437 .alert-gray-100 hr { | |
4438 border-top-color: #ececf6; } | |
4439 .alert-gray-100 .alert-link { | |
4440 color: #686868; } | |
4441 | |
4442 .alert-gray-200 { | |
4443 color: #737373; | |
4444 background-color: #f8f8f8; | |
4445 border-color: whitesmoke; } | |
4446 .alert-gray-200 hr { | |
4447 border-top-color: #e8e8e8; } | |
4448 .alert-gray-200 .alert-link { | |
4449 color: #5a5a5a; } | |
4450 | |
4451 .alert-gray-300 { | |
4452 color: #616161; | |
4453 background-color: #f1f1f1; | |
4454 border-color: #ececec; } | |
4455 .alert-gray-300 hr { | |
4456 border-top-color: #dfdfdf; } | |
4457 .alert-gray-300 .alert-link { | |
4458 color: #484848; } | |
4459 | |
4460 .alert-gray-400 { | |
4461 color: #585858; | |
4462 background-color: #eeeeee; | |
4463 border-color: #e7e7e7; } | |
4464 .alert-gray-400 hr { | |
4465 border-top-color: #dadada; } | |
4466 .alert-gray-400 .alert-link { | |
4467 color: #3f3f3f; } | |
4468 | |
4469 .alert-gray-500 { | |
4470 color: #505050; | |
4471 background-color: #ebebeb; | |
4472 border-color: #e2e2e2; } | |
4473 .alert-gray-500 hr { | |
4474 border-top-color: #d5d5d5; } | |
4475 .alert-gray-500 .alert-link { | |
4476 color: #373737; } | |
4477 | |
4478 .alert-gray-600 { | |
4479 color: #464a4e; | |
4480 background-color: #e7e8ea; | |
4481 border-color: #dddfe2; } | |
4482 .alert-gray-600 hr { | |
4483 border-top-color: #cfd2d6; } | |
4484 .alert-gray-600 .alert-link { | |
4485 color: #2e3133; } | |
4486 | |
4487 .alert-gray-700 { | |
4488 color: #262a2d; | |
4489 background-color: #dbdcdd; | |
4490 border-color: #ccced0; } | |
4491 .alert-gray-700 hr { | |
4492 border-top-color: #bfc1c4; } | |
4493 .alert-gray-700 .alert-link { | |
4494 color: #0f1011; } | |
4495 | |
4496 .alert-gray-800 { | |
4497 color: #1b1e21; | |
4498 background-color: #d6d8d9; | |
4499 border-color: #c6c8ca; } | |
4500 .alert-gray-800 hr { | |
4501 border-top-color: #b9bbbe; } | |
4502 .alert-gray-800 .alert-link { | |
4503 color: #040505; } | |
4504 | |
4505 .alert-gray-900 { | |
4506 color: #111315; | |
4507 background-color: #d3d3d4; | |
4508 border-color: #c1c2c3; } | |
4509 .alert-gray-900 hr { | |
4510 border-top-color: #b4b5b6; } | |
4511 .alert-gray-900 .alert-link { | |
4512 color: black; } | |
4513 | |
4514 @-webkit-keyframes progress-bar-stripes { | |
4515 from { | |
4516 background-position: 1rem 0; } | |
4517 to { | |
4518 background-position: 0 0; } } | |
4519 | |
4520 @keyframes progress-bar-stripes { | |
4521 from { | |
4522 background-position: 1rem 0; } | |
4523 to { | |
4524 background-position: 0 0; } } | |
4525 | |
4526 .progress { | |
4527 display: -webkit-box; | |
4528 display: -ms-flexbox; | |
4529 display: flex; | |
4530 overflow: hidden; | |
4531 font-size: 0.75rem; | |
4532 line-height: 1rem; | |
4533 text-align: center; | |
4534 background-color: #ddd; | |
4535 border-radius: 0.25rem; | |
4536 -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); | |
4537 box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); } | |
4538 | |
4539 .progress-bar { | |
4540 height: 1rem; | |
4541 line-height: 1rem; | |
4542 color: #fff; | |
4543 background-color: #8253eb; | |
4544 -webkit-transition: width 0.6s ease; | |
4545 transition: width 0.6s ease; } | |
4546 | |
4547 .progress-bar-striped { | |
4548 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); | |
4549 background-size: 1rem 1rem; } | |
4550 | |
4551 .progress-bar-animated { | |
4552 -webkit-animation: progress-bar-stripes 1s linear infinite; | |
4553 animation: progress-bar-stripes 1s linear infinite; } | |
4554 | |
4555 .media { | |
4556 display: -webkit-box; | |
4557 display: -ms-flexbox; | |
4558 display: flex; | |
4559 -webkit-box-align: start; | |
4560 -ms-flex-align: start; | |
4561 align-items: flex-start; } | |
4562 | |
4563 .media-body { | |
4564 -webkit-box-flex: 1; | |
4565 -ms-flex: 1; | |
4566 flex: 1; } | |
4567 | |
4568 .list-group { | |
4569 display: -webkit-box; | |
4570 display: -ms-flexbox; | |
4571 display: flex; | |
4572 -webkit-box-orient: vertical; | |
4573 -webkit-box-direction: normal; | |
4574 -ms-flex-direction: column; | |
4575 flex-direction: column; | |
4576 padding-left: 0; | |
4577 margin-bottom: 0; } | |
4578 | |
4579 .list-group-item-action { | |
4580 width: 100%; | |
4581 color: #495057; | |
4582 text-align: inherit; } | |
4583 .list-group-item-action:focus, .list-group-item-action:hover { | |
4584 color: #495057; | |
4585 text-decoration: none; | |
4586 background-color: #f8f9fa; } | |
4587 .list-group-item-action:active { | |
4588 color: #999; | |
4589 background-color: #ddd; } | |
4590 | |
4591 .list-group-item { | |
4592 position: relative; | |
4593 display: block; | |
4594 padding: 0.75rem 1.25rem; | |
4595 margin-bottom: -1px; | |
4596 background-color: #fff; | |
4597 border: 1px solid rgba(0, 0, 0, 0.125); } | |
4598 .list-group-item:first-child { | |
4599 border-top-left-radius: 0.25rem; | |
4600 border-top-right-radius: 0.25rem; } | |
4601 .list-group-item:last-child { | |
4602 margin-bottom: 0; | |
4603 border-bottom-right-radius: 0.25rem; | |
4604 border-bottom-left-radius: 0.25rem; } | |
4605 .list-group-item:focus, .list-group-item:hover { | |
4606 text-decoration: none; } | |
4607 .list-group-item.disabled, .list-group-item:disabled { | |
4608 color: #868e96; | |
4609 background-color: #fff; } | |
4610 .list-group-item.active { | |
4611 z-index: 2; | |
4612 color: #fff; | |
4613 background-color: #8253eb; | |
4614 border-color: #8253eb; } | |
4615 | |
4616 .list-group-flush .list-group-item { | |
4617 border-right: 0; | |
4618 border-left: 0; | |
4619 border-radius: 0; } | |
4620 | |
4621 .list-group-flush:first-child .list-group-item:first-child { | |
4622 border-top: 0; } | |
4623 | |
4624 .list-group-flush:last-child .list-group-item:last-child { | |
4625 border-bottom: 0; } | |
4626 | |
4627 .list-group-item-color-scheme { | |
4628 color: #442b7a; | |
4629 background-color: #dccff9; } | |
4630 | |
4631 a.list-group-item-color-scheme, | |
4632 button.list-group-item-color-scheme { | |
4633 color: #442b7a; } | |
4634 a.list-group-item-color-scheme:focus, a.list-group-item-color-scheme:hover, | |
4635 button.list-group-item-color-scheme:focus, | |
4636 button.list-group-item-color-scheme:hover { | |
4637 color: #442b7a; | |
4638 background-color: #cbb8f6; } | |
4639 a.list-group-item-color-scheme.active, | |
4640 button.list-group-item-color-scheme.active { | |
4641 color: #fff; | |
4642 background-color: #442b7a; | |
4643 border-color: #442b7a; } | |
4644 | |
4645 .list-group-item-color-scheme-dark { | |
4646 color: #443052; | |
4647 background-color: #dcd1e4; } | |
4648 | |
4649 a.list-group-item-color-scheme-dark, | |
4650 button.list-group-item-color-scheme-dark { | |
4651 color: #443052; } | |
4652 a.list-group-item-color-scheme-dark:focus, a.list-group-item-color-scheme-dark:hover, | |
4653 button.list-group-item-color-scheme-dark:focus, | |
4654 button.list-group-item-color-scheme-dark:hover { | |
4655 color: #443052; | |
4656 background-color: #d0c1db; } | |
4657 a.list-group-item-color-scheme-dark.active, | |
4658 button.list-group-item-color-scheme-dark.active { | |
4659 color: #fff; | |
4660 background-color: #443052; | |
4661 border-color: #443052; } | |
4662 | |
4663 .list-group-item-content-color { | |
4664 color: #505050; | |
4665 background-color: #e2e2e2; } | |
4666 | |
4667 a.list-group-item-content-color, | |
4668 button.list-group-item-content-color { | |
4669 color: #505050; } | |
4670 a.list-group-item-content-color:focus, a.list-group-item-content-color:hover, | |
4671 button.list-group-item-content-color:focus, | |
4672 button.list-group-item-content-color:hover { | |
4673 color: #505050; | |
4674 background-color: #d5d5d5; } | |
4675 a.list-group-item-content-color.active, | |
4676 button.list-group-item-content-color.active { | |
4677 color: #fff; | |
4678 background-color: #505050; | |
4679 border-color: #505050; } | |
4680 | |
4681 .list-group-item-content { | |
4682 color: #505050; | |
4683 background-color: #e2e2e2; } | |
4684 | |
4685 a.list-group-item-content, | |
4686 button.list-group-item-content { | |
4687 color: #505050; } | |
4688 a.list-group-item-content:focus, a.list-group-item-content:hover, | |
4689 button.list-group-item-content:focus, | |
4690 button.list-group-item-content:hover { | |
4691 color: #505050; | |
4692 background-color: #d5d5d5; } | |
4693 a.list-group-item-content.active, | |
4694 button.list-group-item-content.active { | |
4695 color: #fff; | |
4696 background-color: #505050; | |
4697 border-color: #505050; } | |
4698 | |
4699 .list-group-item-primary { | |
4700 color: #442b7a; | |
4701 background-color: #dccff9; } | |
4702 | |
4703 a.list-group-item-primary, | |
4704 button.list-group-item-primary { | |
4705 color: #442b7a; } | |
4706 a.list-group-item-primary:focus, a.list-group-item-primary:hover, | |
4707 button.list-group-item-primary:focus, | |
4708 button.list-group-item-primary:hover { | |
4709 color: #442b7a; | |
4710 background-color: #cbb8f6; } | |
4711 a.list-group-item-primary.active, | |
4712 button.list-group-item-primary.active { | |
4713 color: #fff; | |
4714 background-color: #442b7a; | |
4715 border-color: #442b7a; } | |
4716 | |
4717 .list-group-item-secondary { | |
4718 color: #464a4e; | |
4719 background-color: #dddfe2; } | |
4720 | |
4721 a.list-group-item-secondary, | |
4722 button.list-group-item-secondary { | |
4723 color: #464a4e; } | |
4724 a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, | |
4725 button.list-group-item-secondary:focus, | |
4726 button.list-group-item-secondary:hover { | |
4727 color: #464a4e; | |
4728 background-color: #cfd2d6; } | |
4729 a.list-group-item-secondary.active, | |
4730 button.list-group-item-secondary.active { | |
4731 color: #fff; | |
4732 background-color: #464a4e; | |
4733 border-color: #464a4e; } | |
4734 | |
4735 .list-group-item-success { | |
4736 color: #1d6f3f; | |
4737 background-color: #c7f3da; } | |
4738 | |
4739 a.list-group-item-success, | |
4740 button.list-group-item-success { | |
4741 color: #1d6f3f; } | |
4742 a.list-group-item-success:focus, a.list-group-item-success:hover, | |
4743 button.list-group-item-success:focus, | |
4744 button.list-group-item-success:hover { | |
4745 color: #1d6f3f; | |
4746 background-color: #b2efcc; } | |
4747 a.list-group-item-success.active, | |
4748 button.list-group-item-success.active { | |
4749 color: #fff; | |
4750 background-color: #1d6f3f; | |
4751 border-color: #1d6f3f; } | |
4752 | |
4753 .list-group-item-info { | |
4754 color: #02587e; | |
4755 background-color: #b8e7fc; } | |
4756 | |
4757 a.list-group-item-info, | |
4758 button.list-group-item-info { | |
4759 color: #02587e; } | |
4760 a.list-group-item-info:focus, a.list-group-item-info:hover, | |
4761 button.list-group-item-info:focus, | |
4762 button.list-group-item-info:hover { | |
4763 color: #02587e; | |
4764 background-color: #a0dffb; } | |
4765 a.list-group-item-info.active, | |
4766 button.list-group-item-info.active { | |
4767 color: #fff; | |
4768 background-color: #02587e; | |
4769 border-color: #02587e; } | |
4770 | |
4771 .list-group-item-warning { | |
4772 color: #856a01; | |
4773 background-color: #fff1b8; } | |
4774 | |
4775 a.list-group-item-warning, | |
4776 button.list-group-item-warning { | |
4777 color: #856a01; } | |
4778 a.list-group-item-warning:focus, a.list-group-item-warning:hover, | |
4779 button.list-group-item-warning:focus, | |
4780 button.list-group-item-warning:hover { | |
4781 color: #856a01; | |
4782 background-color: #ffec9f; } | |
4783 a.list-group-item-warning.active, | |
4784 button.list-group-item-warning.active { | |
4785 color: #fff; | |
4786 background-color: #856a01; | |
4787 border-color: #856a01; } | |
4788 | |
4789 .list-group-item-danger { | |
4790 color: #783229; | |
4791 background-color: #f8d3ce; } | |
4792 | |
4793 a.list-group-item-danger, | |
4794 button.list-group-item-danger { | |
4795 color: #783229; } | |
4796 a.list-group-item-danger:focus, a.list-group-item-danger:hover, | |
4797 button.list-group-item-danger:focus, | |
4798 button.list-group-item-danger:hover { | |
4799 color: #783229; | |
4800 background-color: #f5bfb8; } | |
4801 a.list-group-item-danger.active, | |
4802 button.list-group-item-danger.active { | |
4803 color: #fff; | |
4804 background-color: #783229; | |
4805 border-color: #783229; } | |
4806 | |
4807 .list-group-item-light { | |
4808 color: #818182; | |
4809 background-color: #fdfdfe; } | |
4810 | |
4811 a.list-group-item-light, | |
4812 button.list-group-item-light { | |
4813 color: #818182; } | |
4814 a.list-group-item-light:focus, a.list-group-item-light:hover, | |
4815 button.list-group-item-light:focus, | |
4816 button.list-group-item-light:hover { | |
4817 color: #818182; | |
4818 background-color: #ececf6; } | |
4819 a.list-group-item-light.active, | |
4820 button.list-group-item-light.active { | |
4821 color: #fff; | |
4822 background-color: #818182; | |
4823 border-color: #818182; } | |
4824 | |
4825 .list-group-item-dark { | |
4826 color: #1b1e21; | |
4827 background-color: #c6c8ca; } | |
4828 | |
4829 a.list-group-item-dark, | |
4830 button.list-group-item-dark { | |
4831 color: #1b1e21; } | |
4832 a.list-group-item-dark:focus, a.list-group-item-dark:hover, | |
4833 button.list-group-item-dark:focus, | |
4834 button.list-group-item-dark:hover { | |
4835 color: #1b1e21; | |
4836 background-color: #b9bbbe; } | |
4837 a.list-group-item-dark.active, | |
4838 button.list-group-item-dark.active { | |
4839 color: #fff; | |
4840 background-color: #1b1e21; | |
4841 border-color: #1b1e21; } | |
4842 | |
4843 .list-group-item-gray-100 { | |
4844 color: #818182; | |
4845 background-color: #fdfdfe; } | |
4846 | |
4847 a.list-group-item-gray-100, | |
4848 button.list-group-item-gray-100 { | |
4849 color: #818182; } | |
4850 a.list-group-item-gray-100:focus, a.list-group-item-gray-100:hover, | |
4851 button.list-group-item-gray-100:focus, | |
4852 button.list-group-item-gray-100:hover { | |
4853 color: #818182; | |
4854 background-color: #ececf6; } | |
4855 a.list-group-item-gray-100.active, | |
4856 button.list-group-item-gray-100.active { | |
4857 color: #fff; | |
4858 background-color: #818182; | |
4859 border-color: #818182; } | |
4860 | |
4861 .list-group-item-gray-200 { | |
4862 color: #737373; | |
4863 background-color: whitesmoke; } | |
4864 | |
4865 a.list-group-item-gray-200, | |
4866 button.list-group-item-gray-200 { | |
4867 color: #737373; } | |
4868 a.list-group-item-gray-200:focus, a.list-group-item-gray-200:hover, | |
4869 button.list-group-item-gray-200:focus, | |
4870 button.list-group-item-gray-200:hover { | |
4871 color: #737373; | |
4872 background-color: #e8e8e8; } | |
4873 a.list-group-item-gray-200.active, | |
4874 button.list-group-item-gray-200.active { | |
4875 color: #fff; | |
4876 background-color: #737373; | |
4877 border-color: #737373; } | |
4878 | |
4879 .list-group-item-gray-300 { | |
4880 color: #616161; | |
4881 background-color: #ececec; } | |
4882 | |
4883 a.list-group-item-gray-300, | |
4884 button.list-group-item-gray-300 { | |
4885 color: #616161; } | |
4886 a.list-group-item-gray-300:focus, a.list-group-item-gray-300:hover, | |
4887 button.list-group-item-gray-300:focus, | |
4888 button.list-group-item-gray-300:hover { | |
4889 color: #616161; | |
4890 background-color: #dfdfdf; } | |
4891 a.list-group-item-gray-300.active, | |
4892 button.list-group-item-gray-300.active { | |
4893 color: #fff; | |
4894 background-color: #616161; | |
4895 border-color: #616161; } | |
4896 | |
4897 .list-group-item-gray-400 { | |
4898 color: #585858; | |
4899 background-color: #e7e7e7; } | |
4900 | |
4901 a.list-group-item-gray-400, | |
4902 button.list-group-item-gray-400 { | |
4903 color: #585858; } | |
4904 a.list-group-item-gray-400:focus, a.list-group-item-gray-400:hover, | |
4905 button.list-group-item-gray-400:focus, | |
4906 button.list-group-item-gray-400:hover { | |
4907 color: #585858; | |
4908 background-color: #dadada; } | |
4909 a.list-group-item-gray-400.active, | |
4910 button.list-group-item-gray-400.active { | |
4911 color: #fff; | |
4912 background-color: #585858; | |
4913 border-color: #585858; } | |
4914 | |
4915 .list-group-item-gray-500 { | |
4916 color: #505050; | |
4917 background-color: #e2e2e2; } | |
4918 | |
4919 a.list-group-item-gray-500, | |
4920 button.list-group-item-gray-500 { | |
4921 color: #505050; } | |
4922 a.list-group-item-gray-500:focus, a.list-group-item-gray-500:hover, | |
4923 button.list-group-item-gray-500:focus, | |
4924 button.list-group-item-gray-500:hover { | |
4925 color: #505050; | |
4926 background-color: #d5d5d5; } | |
4927 a.list-group-item-gray-500.active, | |
4928 button.list-group-item-gray-500.active { | |
4929 color: #fff; | |
4930 background-color: #505050; | |
4931 border-color: #505050; } | |
4932 | |
4933 .list-group-item-gray-600 { | |
4934 color: #464a4e; | |
4935 background-color: #dddfe2; } | |
4936 | |
4937 a.list-group-item-gray-600, | |
4938 button.list-group-item-gray-600 { | |
4939 color: #464a4e; } | |
4940 a.list-group-item-gray-600:focus, a.list-group-item-gray-600:hover, | |
4941 button.list-group-item-gray-600:focus, | |
4942 button.list-group-item-gray-600:hover { | |
4943 color: #464a4e; | |
4944 background-color: #cfd2d6; } | |
4945 a.list-group-item-gray-600.active, | |
4946 button.list-group-item-gray-600.active { | |
4947 color: #fff; | |
4948 background-color: #464a4e; | |
4949 border-color: #464a4e; } | |
4950 | |
4951 .list-group-item-gray-700 { | |
4952 color: #262a2d; | |
4953 background-color: #ccced0; } | |
4954 | |
4955 a.list-group-item-gray-700, | |
4956 button.list-group-item-gray-700 { | |
4957 color: #262a2d; } | |
4958 a.list-group-item-gray-700:focus, a.list-group-item-gray-700:hover, | |
4959 button.list-group-item-gray-700:focus, | |
4960 button.list-group-item-gray-700:hover { | |
4961 color: #262a2d; | |
4962 background-color: #bfc1c4; } | |
4963 a.list-group-item-gray-700.active, | |
4964 button.list-group-item-gray-700.active { | |
4965 color: #fff; | |
4966 background-color: #262a2d; | |
4967 border-color: #262a2d; } | |
4968 | |
4969 .list-group-item-gray-800 { | |
4970 color: #1b1e21; | |
4971 background-color: #c6c8ca; } | |
4972 | |
4973 a.list-group-item-gray-800, | |
4974 button.list-group-item-gray-800 { | |
4975 color: #1b1e21; } | |
4976 a.list-group-item-gray-800:focus, a.list-group-item-gray-800:hover, | |
4977 button.list-group-item-gray-800:focus, | |
4978 button.list-group-item-gray-800:hover { | |
4979 color: #1b1e21; | |
4980 background-color: #b9bbbe; } | |
4981 a.list-group-item-gray-800.active, | |
4982 button.list-group-item-gray-800.active { | |
4983 color: #fff; | |
4984 background-color: #1b1e21; | |
4985 border-color: #1b1e21; } | |
4986 | |
4987 .list-group-item-gray-900 { | |
4988 color: #111315; | |
4989 background-color: #c1c2c3; } | |
4990 | |
4991 a.list-group-item-gray-900, | |
4992 button.list-group-item-gray-900 { | |
4993 color: #111315; } | |
4994 a.list-group-item-gray-900:focus, a.list-group-item-gray-900:hover, | |
4995 button.list-group-item-gray-900:focus, | |
4996 button.list-group-item-gray-900:hover { | |
4997 color: #111315; | |
4998 background-color: #b4b5b6; } | |
4999 a.list-group-item-gray-900.active, | |
5000 button.list-group-item-gray-900.active { | |
5001 color: #fff; | |
5002 background-color: #111315; | |
5003 border-color: #111315; } | |
5004 | |
5005 .close { | |
5006 float: right; | |
5007 font-size: 1.3125rem; | |
5008 font-weight: bold; | |
5009 line-height: 1; | |
5010 color: #000; | |
5011 text-shadow: 0 1px 0 #fff; | |
5012 opacity: .5; } | |
5013 .close:focus, .close:hover { | |
5014 color: #000; | |
5015 text-decoration: none; | |
5016 opacity: .75; } | |
5017 | |
5018 button.close { | |
5019 padding: 0; | |
5020 background: transparent; | |
5021 border: 0; | |
5022 -webkit-appearance: none; } | |
5023 | |
5024 .modal-open { | |
5025 overflow: hidden; } | |
5026 | |
5027 .modal { | |
5028 position: fixed; | |
5029 top: 0; | |
5030 right: 0; | |
5031 bottom: 0; | |
5032 left: 0; | |
5033 z-index: 1050; | |
5034 display: none; | |
5035 overflow: hidden; | |
5036 outline: 0; } | |
5037 .modal.fade .modal-dialog { | |
5038 -webkit-transition: -webkit-transform 0.3s ease-out; | |
5039 transition: -webkit-transform 0.3s ease-out; | |
5040 transition: transform 0.3s ease-out; | |
5041 transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; | |
5042 -webkit-transform: translate(0, -25%); | |
5043 transform: translate(0, -25%); } | |
5044 .modal.show .modal-dialog { | |
5045 -webkit-transform: translate(0, 0); | |
5046 transform: translate(0, 0); } | |
5047 | |
5048 .modal-open .modal { | |
5049 overflow-x: hidden; | |
5050 overflow-y: auto; } | |
5051 | |
5052 .modal-dialog { | |
5053 position: relative; | |
5054 width: auto; | |
5055 margin: 10px; } | |
5056 | |
5057 .modal-content { | |
5058 position: relative; | |
5059 display: -webkit-box; | |
5060 display: -ms-flexbox; | |
5061 display: flex; | |
5062 -webkit-box-orient: vertical; | |
5063 -webkit-box-direction: normal; | |
5064 -ms-flex-direction: column; | |
5065 flex-direction: column; | |
5066 background-color: #fff; | |
5067 background-clip: padding-box; | |
5068 border: 1px solid #ddd; | |
5069 border-radius: 0.3rem; | |
5070 -webkit-box-shadow: none; | |
5071 box-shadow: none; | |
5072 outline: 0; } | |
5073 | |
5074 .modal-backdrop { | |
5075 position: fixed; | |
5076 top: 0; | |
5077 right: 0; | |
5078 bottom: 0; | |
5079 left: 0; | |
5080 z-index: 1040; | |
5081 background-color: #000; } | |
5082 .modal-backdrop.fade { | |
5083 opacity: 0; } | |
5084 .modal-backdrop.show { | |
5085 opacity: 0.5; } | |
5086 | |
5087 .modal-header { | |
5088 display: -webkit-box; | |
5089 display: -ms-flexbox; | |
5090 display: flex; | |
5091 -webkit-box-align: center; | |
5092 -ms-flex-align: center; | |
5093 align-items: center; | |
5094 -webkit-box-pack: justify; | |
5095 -ms-flex-pack: justify; | |
5096 justify-content: space-between; | |
5097 padding: 15px 25px; | |
5098 border-bottom: 1px solid #ddd; } | |
5099 | |
5100 .modal-title { | |
5101 margin-bottom: 0; | |
5102 line-height: 1.71429; } | |
5103 | |
5104 .modal-body { | |
5105 position: relative; | |
5106 -webkit-box-flex: 1; | |
5107 -ms-flex: 1 1 auto; | |
5108 flex: 1 1 auto; | |
5109 padding: 25px; } | |
5110 | |
5111 .modal-footer { | |
5112 display: -webkit-box; | |
5113 display: -ms-flexbox; | |
5114 display: flex; | |
5115 -webkit-box-align: center; | |
5116 -ms-flex-align: center; | |
5117 align-items: center; | |
5118 -webkit-box-pack: end; | |
5119 -ms-flex-pack: end; | |
5120 justify-content: flex-end; | |
5121 padding: 25px; | |
5122 border-top: 1px solid #ddd; } | |
5123 .modal-footer > :not(:first-child) { | |
5124 margin-left: .25rem; } | |
5125 .modal-footer > :not(:last-child) { | |
5126 margin-right: .25rem; } | |
5127 | |
5128 .modal-scrollbar-measure { | |
5129 position: absolute; | |
5130 top: -9999px; | |
5131 width: 50px; | |
5132 height: 50px; | |
5133 overflow: scroll; } | |
5134 | |
5135 @media (min-width: 576px) { | |
5136 .modal-dialog { | |
5137 max-width: 500px; | |
5138 margin: 30px auto; } | |
5139 .modal-content { | |
5140 -webkit-box-shadow: none; | |
5141 box-shadow: none; } | |
5142 .modal-sm { | |
5143 max-width: 300px; } } | |
5144 | |
5145 @media (min-width: 992px) { | |
5146 .modal-lg { | |
5147 max-width: 800px; } } | |
5148 | |
5149 .tooltip { | |
5150 position: absolute; | |
5151 z-index: 1070; | |
5152 display: block; | |
5153 margin: 0; | |
5154 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; | |
5155 font-style: normal; | |
5156 font-weight: 400; | |
5157 line-height: 1.71429; | |
5158 text-align: left; | |
5159 text-align: start; | |
5160 text-decoration: none; | |
5161 text-shadow: none; | |
5162 text-transform: none; | |
5163 letter-spacing: normal; | |
5164 word-break: normal; | |
5165 word-spacing: normal; | |
5166 white-space: normal; | |
5167 line-break: auto; | |
5168 font-size: 0.75rem; | |
5169 word-wrap: break-word; | |
5170 opacity: 0; } | |
5171 .tooltip.show { | |
5172 opacity: 0.9; } | |
5173 .tooltip .arrow { | |
5174 position: absolute; | |
5175 display: block; | |
5176 width: 5px; | |
5177 height: 5px; } | |
5178 .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] { | |
5179 padding: 5px 0; } | |
5180 .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow { | |
5181 bottom: 0; } | |
5182 .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before { | |
5183 margin-left: -3px; | |
5184 content: ""; | |
5185 border-width: 5px 5px 0; | |
5186 border-top-color: #000; } | |
5187 .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] { | |
5188 padding: 0 5px; } | |
5189 .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow { | |
5190 left: 0; } | |
5191 .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before { | |
5192 margin-top: -3px; | |
5193 content: ""; | |
5194 border-width: 5px 5px 5px 0; | |
5195 border-right-color: #000; } | |
5196 .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] { | |
5197 padding: 5px 0; } | |
5198 .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow { | |
5199 top: 0; } | |
5200 .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { | |
5201 margin-left: -3px; | |
5202 content: ""; | |
5203 border-width: 0 5px 5px; | |
5204 border-bottom-color: #000; } | |
5205 .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] { | |
5206 padding: 0 5px; } | |
5207 .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow { | |
5208 right: 0; } | |
5209 .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before { | |
5210 right: 0; | |
5211 margin-top: -3px; | |
5212 content: ""; | |
5213 border-width: 5px 0 5px 5px; | |
5214 border-left-color: #000; } | |
5215 .tooltip .arrow::before { | |
5216 position: absolute; | |
5217 border-color: transparent; | |
5218 border-style: solid; } | |
5219 | |
5220 .tooltip-inner { | |
5221 max-width: 200px; | |
5222 padding: 3px 8px; | |
5223 color: #fff; | |
5224 text-align: center; | |
5225 background-color: #000; | |
5226 border-radius: 0.25rem; } | |
5227 | |
5228 .popover { | |
5229 position: absolute; | |
5230 top: 0; | |
5231 left: 0; | |
5232 z-index: 1060; | |
5233 display: block; | |
5234 max-width: 276px; | |
5235 padding: 1px; | |
5236 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; | |
5237 font-style: normal; | |
5238 font-weight: 400; | |
5239 line-height: 1.71429; | |
5240 text-align: left; | |
5241 text-align: start; | |
5242 text-decoration: none; | |
5243 text-shadow: none; | |
5244 text-transform: none; | |
5245 letter-spacing: normal; | |
5246 word-break: normal; | |
5247 word-spacing: normal; | |
5248 white-space: normal; | |
5249 line-break: auto; | |
5250 font-size: 0.75rem; | |
5251 word-wrap: break-word; | |
5252 background-color: #fff; | |
5253 background-clip: padding-box; | |
5254 border: 1px solid rgba(0, 0, 0, 0.2); | |
5255 border-radius: 0.3rem; | |
5256 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
5257 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } | |
5258 .popover .arrow { | |
5259 position: absolute; | |
5260 display: block; | |
5261 width: 10px; | |
5262 height: 5px; } | |
5263 .popover .arrow::before, | |
5264 .popover .arrow::after { | |
5265 position: absolute; | |
5266 display: block; | |
5267 border-color: transparent; | |
5268 border-style: solid; } | |
5269 .popover .arrow::before { | |
5270 content: ""; | |
5271 border-width: 11px; } | |
5272 .popover .arrow::after { | |
5273 content: ""; | |
5274 border-width: 11px; } | |
5275 .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] { | |
5276 margin-bottom: 10px; } | |
5277 .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow { | |
5278 bottom: 0; } | |
5279 .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before, | |
5280 .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { | |
5281 border-bottom-width: 0; } | |
5282 .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before { | |
5283 bottom: -11px; | |
5284 margin-left: -6px; | |
5285 border-top-color: rgba(0, 0, 0, 0.25); } | |
5286 .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after { | |
5287 bottom: -10px; | |
5288 margin-left: -6px; | |
5289 border-top-color: #fff; } | |
5290 .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] { | |
5291 margin-left: 10px; } | |
5292 .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow { | |
5293 left: 0; } | |
5294 .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before, | |
5295 .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { | |
5296 margin-top: -8px; | |
5297 border-left-width: 0; } | |
5298 .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before { | |
5299 left: -11px; | |
5300 border-right-color: rgba(0, 0, 0, 0.25); } | |
5301 .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after { | |
5302 left: -10px; | |
5303 border-right-color: #fff; } | |
5304 .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] { | |
5305 margin-top: 10px; } | |
5306 .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow { | |
5307 top: 0; } | |
5308 .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, | |
5309 .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { | |
5310 margin-left: -7px; | |
5311 border-top-width: 0; } | |
5312 .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before { | |
5313 top: -11px; | |
5314 border-bottom-color: rgba(0, 0, 0, 0.25); } | |
5315 .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after { | |
5316 top: -10px; | |
5317 border-bottom-color: #fff; } | |
5318 .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before { | |
5319 position: absolute; | |
5320 top: 0; | |
5321 left: 50%; | |
5322 display: block; | |
5323 width: 20px; | |
5324 margin-left: -10px; | |
5325 content: ""; | |
5326 border-bottom: 1px solid #f7f7f7; } | |
5327 .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] { | |
5328 margin-right: 10px; } | |
5329 .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow { | |
5330 right: 0; } | |
5331 .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before, | |
5332 .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { | |
5333 margin-top: -8px; | |
5334 border-right-width: 0; } | |
5335 .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before { | |
5336 right: -11px; | |
5337 border-left-color: rgba(0, 0, 0, 0.25); } | |
5338 .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after { | |
5339 right: -10px; | |
5340 border-left-color: #fff; } | |
5341 | |
5342 .popover-header { | |
5343 padding: 8px 14px; | |
5344 margin-bottom: 0; | |
5345 font-size: 0.875rem; | |
5346 color: #444; | |
5347 background-color: #f7f7f7; | |
5348 border-bottom: 1px solid #ebebeb; | |
5349 border-top-left-radius: calc(0.3rem - 1px); | |
5350 border-top-right-radius: calc(0.3rem - 1px); } | |
5351 .popover-header:empty { | |
5352 display: none; } | |
5353 | |
5354 .popover-body { | |
5355 padding: 9px 14px; | |
5356 color: #999; } | |
5357 | |
5358 .carousel { | |
5359 position: relative; } | |
5360 | |
5361 .carousel-inner { | |
5362 position: relative; | |
5363 width: 100%; | |
5364 overflow: hidden; } | |
5365 | |
5366 .carousel-item { | |
5367 position: relative; | |
5368 display: none; | |
5369 -webkit-box-align: center; | |
5370 -ms-flex-align: center; | |
5371 align-items: center; | |
5372 width: 100%; | |
5373 -webkit-transition: -webkit-transform 0.6s ease; | |
5374 transition: -webkit-transform 0.6s ease; | |
5375 transition: transform 0.6s ease; | |
5376 transition: transform 0.6s ease, -webkit-transform 0.6s ease; | |
5377 -webkit-backface-visibility: hidden; | |
5378 backface-visibility: hidden; | |
5379 -webkit-perspective: 1000px; | |
5380 perspective: 1000px; } | |
5381 | |
5382 .carousel-item.active, | |
5383 .carousel-item-next, | |
5384 .carousel-item-prev { | |
5385 display: block; } | |
5386 | |
5387 .carousel-item-next, | |
5388 .carousel-item-prev { | |
5389 position: absolute; | |
5390 top: 0; } | |
5391 | |
5392 .carousel-item-next.carousel-item-left, | |
5393 .carousel-item-prev.carousel-item-right { | |
5394 -webkit-transform: translateX(0); | |
5395 transform: translateX(0); } | |
5396 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { | |
5397 .carousel-item-next.carousel-item-left, | |
5398 .carousel-item-prev.carousel-item-right { | |
5399 -webkit-transform: translate3d(0, 0, 0); | |
5400 transform: translate3d(0, 0, 0); } } | |
5401 | |
5402 .carousel-item-next, | |
5403 .active.carousel-item-right { | |
5404 -webkit-transform: translateX(100%); | |
5405 transform: translateX(100%); } | |
5406 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { | |
5407 .carousel-item-next, | |
5408 .active.carousel-item-right { | |
5409 -webkit-transform: translate3d(100%, 0, 0); | |
5410 transform: translate3d(100%, 0, 0); } } | |
5411 | |
5412 .carousel-item-prev, | |
5413 .active.carousel-item-left { | |
5414 -webkit-transform: translateX(-100%); | |
5415 transform: translateX(-100%); } | |
5416 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { | |
5417 .carousel-item-prev, | |
5418 .active.carousel-item-left { | |
5419 -webkit-transform: translate3d(-100%, 0, 0); | |
5420 transform: translate3d(-100%, 0, 0); } } | |
5421 | |
5422 .carousel-control-prev, | |
5423 .carousel-control-next { | |
5424 position: absolute; | |
5425 top: 0; | |
5426 bottom: 0; | |
5427 display: -webkit-box; | |
5428 display: -ms-flexbox; | |
5429 display: flex; | |
5430 -webkit-box-align: center; | |
5431 -ms-flex-align: center; | |
5432 align-items: center; | |
5433 -webkit-box-pack: center; | |
5434 -ms-flex-pack: center; | |
5435 justify-content: center; | |
5436 width: 15%; | |
5437 color: #fff; | |
5438 text-align: center; | |
5439 opacity: 0.5; } | |
5440 .carousel-control-prev:focus, .carousel-control-prev:hover, | |
5441 .carousel-control-next:focus, | |
5442 .carousel-control-next:hover { | |
5443 color: #fff; | |
5444 text-decoration: none; | |
5445 outline: 0; | |
5446 opacity: .9; } | |
5447 | |
5448 .carousel-control-prev { | |
5449 left: 0; } | |
5450 | |
5451 .carousel-control-next { | |
5452 right: 0; } | |
5453 | |
5454 .carousel-control-prev-icon, | |
5455 .carousel-control-next-icon { | |
5456 display: inline-block; | |
5457 width: 20px; | |
5458 height: 20px; | |
5459 background: transparent no-repeat center center; | |
5460 background-size: 100% 100%; } | |
5461 | |
5462 .carousel-control-prev-icon { | |
5463 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } | |
5464 | |
5465 .carousel-control-next-icon { | |
5466 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } | |
5467 | |
5468 .carousel-indicators { | |
5469 position: absolute; | |
5470 right: 0; | |
5471 bottom: 10px; | |
5472 left: 0; | |
5473 z-index: 15; | |
5474 display: -webkit-box; | |
5475 display: -ms-flexbox; | |
5476 display: flex; | |
5477 -webkit-box-pack: center; | |
5478 -ms-flex-pack: center; | |
5479 justify-content: center; | |
5480 padding-left: 0; | |
5481 margin-right: 15%; | |
5482 margin-left: 15%; | |
5483 list-style: none; } | |
5484 .carousel-indicators li { | |
5485 position: relative; | |
5486 -webkit-box-flex: 0; | |
5487 -ms-flex: 0 1 auto; | |
5488 flex: 0 1 auto; | |
5489 width: 30px; | |
5490 height: 3px; | |
5491 margin-right: 3px; | |
5492 margin-left: 3px; | |
5493 text-indent: -999px; | |
5494 background-color: rgba(255, 255, 255, 0.5); } | |
5495 .carousel-indicators li::before { | |
5496 position: absolute; | |
5497 top: -10px; | |
5498 left: 0; | |
5499 display: inline-block; | |
5500 width: 100%; | |
5501 height: 10px; | |
5502 content: ""; } | |
5503 .carousel-indicators li::after { | |
5504 position: absolute; | |
5505 bottom: -10px; | |
5506 left: 0; | |
5507 display: inline-block; | |
5508 width: 100%; | |
5509 height: 10px; | |
5510 content: ""; } | |
5511 .carousel-indicators .active { | |
5512 background-color: #fff; } | |
5513 | |
5514 .carousel-caption { | |
5515 position: absolute; | |
5516 right: 15%; | |
5517 bottom: 20px; | |
5518 left: 15%; | |
5519 z-index: 10; | |
5520 padding-top: 20px; | |
5521 padding-bottom: 20px; | |
5522 color: #fff; | |
5523 text-align: center; } | |
5524 | |
5525 .align-baseline { | |
5526 vertical-align: baseline !important; } | |
5527 | |
5528 .align-top { | |
5529 vertical-align: top !important; } | |
5530 | |
5531 .align-middle { | |
5532 vertical-align: middle !important; } | |
5533 | |
5534 .align-bottom { | |
5535 vertical-align: bottom !important; } | |
5536 | |
5537 .align-text-bottom { | |
5538 vertical-align: text-bottom !important; } | |
5539 | |
5540 .align-text-top { | |
5541 vertical-align: text-top !important; } | |
5542 | |
5543 .bg-color-scheme { | |
5544 background-color: #8253eb !important; } | |
5545 | |
5546 a.bg-color-scheme:focus, a.bg-color-scheme:hover { | |
5547 background-color: #6125e6 !important; } | |
5548 | |
5549 .bg-color-scheme-dark { | |
5550 background-color: #835c9e !important; } | |
5551 | |
5552 a.bg-color-scheme-dark:focus, a.bg-color-scheme-dark:hover { | |
5553 background-color: #68497e !important; } | |
5554 | |
5555 .bg-content-color { | |
5556 background-color: #999 !important; } | |
5557 | |
5558 a.bg-content-color:focus, a.bg-content-color:hover { | |
5559 background-color: gray !important; } | |
5560 | |
5561 .bg-content { | |
5562 background-color: #999 !important; } | |
5563 | |
5564 a.bg-content:focus, a.bg-content:hover { | |
5565 background-color: gray !important; } | |
5566 | |
5567 .bg-primary { | |
5568 background-color: #8253eb !important; } | |
5569 | |
5570 a.bg-primary:focus, a.bg-primary:hover { | |
5571 background-color: #6125e6 !important; } | |
5572 | |
5573 .bg-secondary { | |
5574 background-color: #868e96 !important; } | |
5575 | |
5576 a.bg-secondary:focus, a.bg-secondary:hover { | |
5577 background-color: #6c757d !important; } | |
5578 | |
5579 .bg-success { | |
5580 background-color: #38d57a !important; } | |
5581 | |
5582 a.bg-success:focus, a.bg-success:hover { | |
5583 background-color: #26b462 !important; } | |
5584 | |
5585 .bg-info { | |
5586 background-color: #03a9f3 !important; } | |
5587 | |
5588 a.bg-info:focus, a.bg-info:hover { | |
5589 background-color: #0286c1 !important; } | |
5590 | |
5591 .bg-warning { | |
5592 background-color: #ffcc02 !important; } | |
5593 | |
5594 a.bg-warning:focus, a.bg-warning:hover { | |
5595 background-color: #cea400 !important; } | |
5596 | |
5597 .bg-danger { | |
5598 background-color: #e6614f !important; } | |
5599 | |
5600 a.bg-danger:focus, a.bg-danger:hover { | |
5601 background-color: #e03922 !important; } | |
5602 | |
5603 .bg-light { | |
5604 background-color: #f8f9fa !important; } | |
5605 | |
5606 a.bg-light:focus, a.bg-light:hover { | |
5607 background-color: #dae0e5 !important; } | |
5608 | |
5609 .bg-dark { | |
5610 background-color: #343a40 !important; } | |
5611 | |
5612 a.bg-dark:focus, a.bg-dark:hover { | |
5613 background-color: #1d2124 !important; } | |
5614 | |
5615 .bg-gray-100 { | |
5616 background-color: #f8f9fa !important; } | |
5617 | |
5618 a.bg-gray-100:focus, a.bg-gray-100:hover { | |
5619 background-color: #dae0e5 !important; } | |
5620 | |
5621 .bg-gray-200 { | |
5622 background-color: #ddd !important; } | |
5623 | |
5624 a.bg-gray-200:focus, a.bg-gray-200:hover { | |
5625 background-color: #c4c4c4 !important; } | |
5626 | |
5627 .bg-gray-300 { | |
5628 background-color: #bbb !important; } | |
5629 | |
5630 a.bg-gray-300:focus, a.bg-gray-300:hover { | |
5631 background-color: #a2a2a2 !important; } | |
5632 | |
5633 .bg-gray-400 { | |
5634 background-color: #aaa !important; } | |
5635 | |
5636 a.bg-gray-400:focus, a.bg-gray-400:hover { | |
5637 background-color: #919191 !important; } | |
5638 | |
5639 .bg-gray-500 { | |
5640 background-color: #999 !important; } | |
5641 | |
5642 a.bg-gray-500:focus, a.bg-gray-500:hover { | |
5643 background-color: gray !important; } | |
5644 | |
5645 .bg-gray-600 { | |
5646 background-color: #868e96 !important; } | |
5647 | |
5648 a.bg-gray-600:focus, a.bg-gray-600:hover { | |
5649 background-color: #6c757d !important; } | |
5650 | |
5651 .bg-gray-700 { | |
5652 background-color: #495057 !important; } | |
5653 | |
5654 a.bg-gray-700:focus, a.bg-gray-700:hover { | |
5655 background-color: #32373b !important; } | |
5656 | |
5657 .bg-gray-800 { | |
5658 background-color: #343a40 !important; } | |
5659 | |
5660 a.bg-gray-800:focus, a.bg-gray-800:hover { | |
5661 background-color: #1d2124 !important; } | |
5662 | |
5663 .bg-gray-900 { | |
5664 background-color: #212529 !important; } | |
5665 | |
5666 a.bg-gray-900:focus, a.bg-gray-900:hover { | |
5667 background-color: #0a0c0d !important; } | |
5668 | |
5669 .bg-white { | |
5670 background-color: #fff !important; } | |
5671 | |
5672 .bg-transparent { | |
5673 background-color: transparent !important; } | |
5674 | |
5675 .border { | |
5676 border: 1px solid #ddd !important; } | |
5677 | |
5678 .border-0 { | |
5679 border: 0 !important; } | |
5680 | |
5681 .border-top-0 { | |
5682 border-top: 0 !important; } | |
5683 | |
5684 .border-right-0 { | |
5685 border-right: 0 !important; } | |
5686 | |
5687 .border-bottom-0 { | |
5688 border-bottom: 0 !important; } | |
5689 | |
5690 .border-left-0 { | |
5691 border-left: 0 !important; } | |
5692 | |
5693 .border-color-scheme { | |
5694 border-color: #8253eb !important; } | |
5695 | |
5696 .border-color-scheme-dark { | |
5697 border-color: #835c9e !important; } | |
5698 | |
5699 .border-content-color { | |
5700 border-color: #999 !important; } | |
5701 | |
5702 .border-content { | |
5703 border-color: #999 !important; } | |
5704 | |
5705 .border-primary { | |
5706 border-color: #8253eb !important; } | |
5707 | |
5708 .border-secondary { | |
5709 border-color: #868e96 !important; } | |
5710 | |
5711 .border-success { | |
5712 border-color: #38d57a !important; } | |
5713 | |
5714 .border-info { | |
5715 border-color: #03a9f3 !important; } | |
5716 | |
5717 .border-warning { | |
5718 border-color: #ffcc02 !important; } | |
5719 | |
5720 .border-danger { | |
5721 border-color: #e6614f !important; } | |
5722 | |
5723 .border-light { | |
5724 border-color: #f8f9fa !important; } | |
5725 | |
5726 .border-dark { | |
5727 border-color: #343a40 !important; } | |
5728 | |
5729 .border-gray-100 { | |
5730 border-color: #f8f9fa !important; } | |
5731 | |
5732 .border-gray-200 { | |
5733 border-color: #ddd !important; } | |
5734 | |
5735 .border-gray-300 { | |
5736 border-color: #bbb !important; } | |
5737 | |
5738 .border-gray-400 { | |
5739 border-color: #aaa !important; } | |
5740 | |
5741 .border-gray-500 { | |
5742 border-color: #999 !important; } | |
5743 | |
5744 .border-gray-600 { | |
5745 border-color: #868e96 !important; } | |
5746 | |
5747 .border-gray-700 { | |
5748 border-color: #495057 !important; } | |
5749 | |
5750 .border-gray-800 { | |
5751 border-color: #343a40 !important; } | |
5752 | |
5753 .border-gray-900 { | |
5754 border-color: #212529 !important; } | |
5755 | |
5756 .border-white { | |
5757 border-color: #fff !important; } | |
5758 | |
5759 .rounded { | |
5760 border-radius: 0.25rem !important; } | |
5761 | |
5762 .rounded-top { | |
5763 border-top-left-radius: 0.25rem !important; | |
5764 border-top-right-radius: 0.25rem !important; } | |
5765 | |
5766 .rounded-right { | |
5767 border-top-right-radius: 0.25rem !important; | |
5768 border-bottom-right-radius: 0.25rem !important; } | |
5769 | |
5770 .rounded-bottom { | |
5771 border-bottom-right-radius: 0.25rem !important; | |
5772 border-bottom-left-radius: 0.25rem !important; } | |
5773 | |
5774 .rounded-left { | |
5775 border-top-left-radius: 0.25rem !important; | |
5776 border-bottom-left-radius: 0.25rem !important; } | |
5777 | |
5778 .rounded-circle { | |
5779 border-radius: 50%; } | |
5780 | |
5781 .rounded-0 { | |
5782 border-radius: 0; } | |
5783 | |
5784 .clearfix::after { | |
5785 display: block; | |
5786 clear: both; | |
5787 content: ""; } | |
5788 | |
5789 .d-none { | |
5790 display: none !important; } | |
5791 | |
5792 .d-inline { | |
5793 display: inline !important; } | |
5794 | |
5795 .d-inline-block { | |
5796 display: inline-block !important; } | |
5797 | |
5798 .d-block { | |
5799 display: block !important; } | |
5800 | |
5801 .d-table { | |
5802 display: table !important; } | |
5803 | |
5804 .d-table-cell { | |
5805 display: table-cell !important; } | |
5806 | |
5807 .d-flex { | |
5808 display: -webkit-box !important; | |
5809 display: -ms-flexbox !important; | |
5810 display: flex !important; } | |
5811 | |
5812 .d-inline-flex { | |
5813 display: -webkit-inline-box !important; | |
5814 display: -ms-inline-flexbox !important; | |
5815 display: inline-flex !important; } | |
5816 | |
5817 @media (min-width: 576px) { | |
5818 .d-sm-none { | |
5819 display: none !important; } | |
5820 .d-sm-inline { | |
5821 display: inline !important; } | |
5822 .d-sm-inline-block { | |
5823 display: inline-block !important; } | |
5824 .d-sm-block { | |
5825 display: block !important; } | |
5826 .d-sm-table { | |
5827 display: table !important; } | |
5828 .d-sm-table-cell { | |
5829 display: table-cell !important; } | |
5830 .d-sm-flex { | |
5831 display: -webkit-box !important; | |
5832 display: -ms-flexbox !important; | |
5833 display: flex !important; } | |
5834 .d-sm-inline-flex { | |
5835 display: -webkit-inline-box !important; | |
5836 display: -ms-inline-flexbox !important; | |
5837 display: inline-flex !important; } } | |
5838 | |
5839 @media (min-width: 768px) { | |
5840 .d-md-none { | |
5841 display: none !important; } | |
5842 .d-md-inline { | |
5843 display: inline !important; } | |
5844 .d-md-inline-block { | |
5845 display: inline-block !important; } | |
5846 .d-md-block { | |
5847 display: block !important; } | |
5848 .d-md-table { | |
5849 display: table !important; } | |
5850 .d-md-table-cell { | |
5851 display: table-cell !important; } | |
5852 .d-md-flex { | |
5853 display: -webkit-box !important; | |
5854 display: -ms-flexbox !important; | |
5855 display: flex !important; } | |
5856 .d-md-inline-flex { | |
5857 display: -webkit-inline-box !important; | |
5858 display: -ms-inline-flexbox !important; | |
5859 display: inline-flex !important; } } | |
5860 | |
5861 @media (min-width: 992px) { | |
5862 .d-lg-none { | |
5863 display: none !important; } | |
5864 .d-lg-inline { | |
5865 display: inline !important; } | |
5866 .d-lg-inline-block { | |
5867 display: inline-block !important; } | |
5868 .d-lg-block { | |
5869 display: block !important; } | |
5870 .d-lg-table { | |
5871 display: table !important; } | |
5872 .d-lg-table-cell { | |
5873 display: table-cell !important; } | |
5874 .d-lg-flex { | |
5875 display: -webkit-box !important; | |
5876 display: -ms-flexbox !important; | |
5877 display: flex !important; } | |
5878 .d-lg-inline-flex { | |
5879 display: -webkit-inline-box !important; | |
5880 display: -ms-inline-flexbox !important; | |
5881 display: inline-flex !important; } } | |
5882 | |
5883 @media (min-width: 1200px) { | |
5884 .d-xl-none { | |
5885 display: none !important; } | |
5886 .d-xl-inline { | |
5887 display: inline !important; } | |
5888 .d-xl-inline-block { | |
5889 display: inline-block !important; } | |
5890 .d-xl-block { | |
5891 display: block !important; } | |
5892 .d-xl-table { | |
5893 display: table !important; } | |
5894 .d-xl-table-cell { | |
5895 display: table-cell !important; } | |
5896 .d-xl-flex { | |
5897 display: -webkit-box !important; | |
5898 display: -ms-flexbox !important; | |
5899 display: flex !important; } | |
5900 .d-xl-inline-flex { | |
5901 display: -webkit-inline-box !important; | |
5902 display: -ms-inline-flexbox !important; | |
5903 display: inline-flex !important; } } | |
5904 | |
5905 .d-print-block { | |
5906 display: none !important; } | |
5907 @media print { | |
5908 .d-print-block { | |
5909 display: block !important; } } | |
5910 | |
5911 .d-print-inline { | |
5912 display: none !important; } | |
5913 @media print { | |
5914 .d-print-inline { | |
5915 display: inline !important; } } | |
5916 | |
5917 .d-print-inline-block { | |
5918 display: none !important; } | |
5919 @media print { | |
5920 .d-print-inline-block { | |
5921 display: inline-block !important; } } | |
5922 | |
5923 @media print { | |
5924 .d-print-none { | |
5925 display: none !important; } } | |
5926 | |
5927 .embed-responsive { | |
5928 position: relative; | |
5929 display: block; | |
5930 width: 100%; | |
5931 padding: 0; | |
5932 overflow: hidden; } | |
5933 .embed-responsive::before { | |
5934 display: block; | |
5935 content: ""; } | |
5936 .embed-responsive .embed-responsive-item, | |
5937 .embed-responsive iframe, | |
5938 .embed-responsive embed, | |
5939 .embed-responsive object, | |
5940 .embed-responsive video { | |
5941 position: absolute; | |
5942 top: 0; | |
5943 bottom: 0; | |
5944 left: 0; | |
5945 width: 100%; | |
5946 height: 100%; | |
5947 border: 0; } | |
5948 | |
5949 .embed-responsive-21by9::before { | |
5950 padding-top: 42.85714%; } | |
5951 | |
5952 .embed-responsive-16by9::before { | |
5953 padding-top: 56.25%; } | |
5954 | |
5955 .embed-responsive-4by3::before { | |
5956 padding-top: 75%; } | |
5957 | |
5958 .embed-responsive-1by1::before { | |
5959 padding-top: 100%; } | |
5960 | |
5961 .flex-row { | |
5962 -webkit-box-orient: horizontal !important; | |
5963 -webkit-box-direction: normal !important; | |
5964 -ms-flex-direction: row !important; | |
5965 flex-direction: row !important; } | |
5966 | |
5967 .flex-column { | |
5968 -webkit-box-orient: vertical !important; | |
5969 -webkit-box-direction: normal !important; | |
5970 -ms-flex-direction: column !important; | |
5971 flex-direction: column !important; } | |
5972 | |
5973 .flex-row-reverse { | |
5974 -webkit-box-orient: horizontal !important; | |
5975 -webkit-box-direction: reverse !important; | |
5976 -ms-flex-direction: row-reverse !important; | |
5977 flex-direction: row-reverse !important; } | |
5978 | |
5979 .flex-column-reverse { | |
5980 -webkit-box-orient: vertical !important; | |
5981 -webkit-box-direction: reverse !important; | |
5982 -ms-flex-direction: column-reverse !important; | |
5983 flex-direction: column-reverse !important; } | |
5984 | |
5985 .flex-wrap { | |
5986 -ms-flex-wrap: wrap !important; | |
5987 flex-wrap: wrap !important; } | |
5988 | |
5989 .flex-nowrap { | |
5990 -ms-flex-wrap: nowrap !important; | |
5991 flex-wrap: nowrap !important; } | |
5992 | |
5993 .flex-wrap-reverse { | |
5994 -ms-flex-wrap: wrap-reverse !important; | |
5995 flex-wrap: wrap-reverse !important; } | |
5996 | |
5997 .justify-content-start { | |
5998 -webkit-box-pack: start !important; | |
5999 -ms-flex-pack: start !important; | |
6000 justify-content: flex-start !important; } | |
6001 | |
6002 .justify-content-end { | |
6003 -webkit-box-pack: end !important; | |
6004 -ms-flex-pack: end !important; | |
6005 justify-content: flex-end !important; } | |
6006 | |
6007 .justify-content-center { | |
6008 -webkit-box-pack: center !important; | |
6009 -ms-flex-pack: center !important; | |
6010 justify-content: center !important; } | |
6011 | |
6012 .justify-content-between { | |
6013 -webkit-box-pack: justify !important; | |
6014 -ms-flex-pack: justify !important; | |
6015 justify-content: space-between !important; } | |
6016 | |
6017 .justify-content-around { | |
6018 -ms-flex-pack: distribute !important; | |
6019 justify-content: space-around !important; } | |
6020 | |
6021 .align-items-start { | |
6022 -webkit-box-align: start !important; | |
6023 -ms-flex-align: start !important; | |
6024 align-items: flex-start !important; } | |
6025 | |
6026 .align-items-end { | |
6027 -webkit-box-align: end !important; | |
6028 -ms-flex-align: end !important; | |
6029 align-items: flex-end !important; } | |
6030 | |
6031 .align-items-center { | |
6032 -webkit-box-align: center !important; | |
6033 -ms-flex-align: center !important; | |
6034 align-items: center !important; } | |
6035 | |
6036 .align-items-baseline { | |
6037 -webkit-box-align: baseline !important; | |
6038 -ms-flex-align: baseline !important; | |
6039 align-items: baseline !important; } | |
6040 | |
6041 .align-items-stretch { | |
6042 -webkit-box-align: stretch !important; | |
6043 -ms-flex-align: stretch !important; | |
6044 align-items: stretch !important; } | |
6045 | |
6046 .align-content-start { | |
6047 -ms-flex-line-pack: start !important; | |
6048 align-content: flex-start !important; } | |
6049 | |
6050 .align-content-end { | |
6051 -ms-flex-line-pack: end !important; | |
6052 align-content: flex-end !important; } | |
6053 | |
6054 .align-content-center { | |
6055 -ms-flex-line-pack: center !important; | |
6056 align-content: center !important; } | |
6057 | |
6058 .align-content-between { | |
6059 -ms-flex-line-pack: justify !important; | |
6060 align-content: space-between !important; } | |
6061 | |
6062 .align-content-around { | |
6063 -ms-flex-line-pack: distribute !important; | |
6064 align-content: space-around !important; } | |
6065 | |
6066 .align-content-stretch { | |
6067 -ms-flex-line-pack: stretch !important; | |
6068 align-content: stretch !important; } | |
6069 | |
6070 .align-self-auto { | |
6071 -ms-flex-item-align: auto !important; | |
6072 align-self: auto !important; } | |
6073 | |
6074 .align-self-start { | |
6075 -ms-flex-item-align: start !important; | |
6076 align-self: flex-start !important; } | |
6077 | |
6078 .align-self-end { | |
6079 -ms-flex-item-align: end !important; | |
6080 align-self: flex-end !important; } | |
6081 | |
6082 .align-self-center { | |
6083 -ms-flex-item-align: center !important; | |
6084 align-self: center !important; } | |
6085 | |
6086 .align-self-baseline { | |
6087 -ms-flex-item-align: baseline !important; | |
6088 align-self: baseline !important; } | |
6089 | |
6090 .align-self-stretch { | |
6091 -ms-flex-item-align: stretch !important; | |
6092 align-self: stretch !important; } | |
6093 | |
6094 @media (min-width: 576px) { | |
6095 .flex-sm-row { | |
6096 -webkit-box-orient: horizontal !important; | |
6097 -webkit-box-direction: normal !important; | |
6098 -ms-flex-direction: row !important; | |
6099 flex-direction: row !important; } | |
6100 .flex-sm-column { | |
6101 -webkit-box-orient: vertical !important; | |
6102 -webkit-box-direction: normal !important; | |
6103 -ms-flex-direction: column !important; | |
6104 flex-direction: column !important; } | |
6105 .flex-sm-row-reverse { | |
6106 -webkit-box-orient: horizontal !important; | |
6107 -webkit-box-direction: reverse !important; | |
6108 -ms-flex-direction: row-reverse !important; | |
6109 flex-direction: row-reverse !important; } | |
6110 .flex-sm-column-reverse { | |
6111 -webkit-box-orient: vertical !important; | |
6112 -webkit-box-direction: reverse !important; | |
6113 -ms-flex-direction: column-reverse !important; | |
6114 flex-direction: column-reverse !important; } | |
6115 .flex-sm-wrap { | |
6116 -ms-flex-wrap: wrap !important; | |
6117 flex-wrap: wrap !important; } | |
6118 .flex-sm-nowrap { | |
6119 -ms-flex-wrap: nowrap !important; | |
6120 flex-wrap: nowrap !important; } | |
6121 .flex-sm-wrap-reverse { | |
6122 -ms-flex-wrap: wrap-reverse !important; | |
6123 flex-wrap: wrap-reverse !important; } | |
6124 .justify-content-sm-start { | |
6125 -webkit-box-pack: start !important; | |
6126 -ms-flex-pack: start !important; | |
6127 justify-content: flex-start !important; } | |
6128 .justify-content-sm-end { | |
6129 -webkit-box-pack: end !important; | |
6130 -ms-flex-pack: end !important; | |
6131 justify-content: flex-end !important; } | |
6132 .justify-content-sm-center { | |
6133 -webkit-box-pack: center !important; | |
6134 -ms-flex-pack: center !important; | |
6135 justify-content: center !important; } | |
6136 .justify-content-sm-between { | |
6137 -webkit-box-pack: justify !important; | |
6138 -ms-flex-pack: justify !important; | |
6139 justify-content: space-between !important; } | |
6140 .justify-content-sm-around { | |
6141 -ms-flex-pack: distribute !important; | |
6142 justify-content: space-around !important; } | |
6143 .align-items-sm-start { | |
6144 -webkit-box-align: start !important; | |
6145 -ms-flex-align: start !important; | |
6146 align-items: flex-start !important; } | |
6147 .align-items-sm-end { | |
6148 -webkit-box-align: end !important; | |
6149 -ms-flex-align: end !important; | |
6150 align-items: flex-end !important; } | |
6151 .align-items-sm-center { | |
6152 -webkit-box-align: center !important; | |
6153 -ms-flex-align: center !important; | |
6154 align-items: center !important; } | |
6155 .align-items-sm-baseline { | |
6156 -webkit-box-align: baseline !important; | |
6157 -ms-flex-align: baseline !important; | |
6158 align-items: baseline !important; } | |
6159 .align-items-sm-stretch { | |
6160 -webkit-box-align: stretch !important; | |
6161 -ms-flex-align: stretch !important; | |
6162 align-items: stretch !important; } | |
6163 .align-content-sm-start { | |
6164 -ms-flex-line-pack: start !important; | |
6165 align-content: flex-start !important; } | |
6166 .align-content-sm-end { | |
6167 -ms-flex-line-pack: end !important; | |
6168 align-content: flex-end !important; } | |
6169 .align-content-sm-center { | |
6170 -ms-flex-line-pack: center !important; | |
6171 align-content: center !important; } | |
6172 .align-content-sm-between { | |
6173 -ms-flex-line-pack: justify !important; | |
6174 align-content: space-between !important; } | |
6175 .align-content-sm-around { | |
6176 -ms-flex-line-pack: distribute !important; | |
6177 align-content: space-around !important; } | |
6178 .align-content-sm-stretch { | |
6179 -ms-flex-line-pack: stretch !important; | |
6180 align-content: stretch !important; } | |
6181 .align-self-sm-auto { | |
6182 -ms-flex-item-align: auto !important; | |
6183 align-self: auto !important; } | |
6184 .align-self-sm-start { | |
6185 -ms-flex-item-align: start !important; | |
6186 align-self: flex-start !important; } | |
6187 .align-self-sm-end { | |
6188 -ms-flex-item-align: end !important; | |
6189 align-self: flex-end !important; } | |
6190 .align-self-sm-center { | |
6191 -ms-flex-item-align: center !important; | |
6192 align-self: center !important; } | |
6193 .align-self-sm-baseline { | |
6194 -ms-flex-item-align: baseline !important; | |
6195 align-self: baseline !important; } | |
6196 .align-self-sm-stretch { | |
6197 -ms-flex-item-align: stretch !important; | |
6198 align-self: stretch !important; } } | |
6199 | |
6200 @media (min-width: 768px) { | |
6201 .flex-md-row { | |
6202 -webkit-box-orient: horizontal !important; | |
6203 -webkit-box-direction: normal !important; | |
6204 -ms-flex-direction: row !important; | |
6205 flex-direction: row !important; } | |
6206 .flex-md-column { | |
6207 -webkit-box-orient: vertical !important; | |
6208 -webkit-box-direction: normal !important; | |
6209 -ms-flex-direction: column !important; | |
6210 flex-direction: column !important; } | |
6211 .flex-md-row-reverse { | |
6212 -webkit-box-orient: horizontal !important; | |
6213 -webkit-box-direction: reverse !important; | |
6214 -ms-flex-direction: row-reverse !important; | |
6215 flex-direction: row-reverse !important; } | |
6216 .flex-md-column-reverse { | |
6217 -webkit-box-orient: vertical !important; | |
6218 -webkit-box-direction: reverse !important; | |
6219 -ms-flex-direction: column-reverse !important; | |
6220 flex-direction: column-reverse !important; } | |
6221 .flex-md-wrap { | |
6222 -ms-flex-wrap: wrap !important; | |
6223 flex-wrap: wrap !important; } | |
6224 .flex-md-nowrap { | |
6225 -ms-flex-wrap: nowrap !important; | |
6226 flex-wrap: nowrap !important; } | |
6227 .flex-md-wrap-reverse { | |
6228 -ms-flex-wrap: wrap-reverse !important; | |
6229 flex-wrap: wrap-reverse !important; } | |
6230 .justify-content-md-start { | |
6231 -webkit-box-pack: start !important; | |
6232 -ms-flex-pack: start !important; | |
6233 justify-content: flex-start !important; } | |
6234 .justify-content-md-end { | |
6235 -webkit-box-pack: end !important; | |
6236 -ms-flex-pack: end !important; | |
6237 justify-content: flex-end !important; } | |
6238 .justify-content-md-center { | |
6239 -webkit-box-pack: center !important; | |
6240 -ms-flex-pack: center !important; | |
6241 justify-content: center !important; } | |
6242 .justify-content-md-between { | |
6243 -webkit-box-pack: justify !important; | |
6244 -ms-flex-pack: justify !important; | |
6245 justify-content: space-between !important; } | |
6246 .justify-content-md-around { | |
6247 -ms-flex-pack: distribute !important; | |
6248 justify-content: space-around !important; } | |
6249 .align-items-md-start { | |
6250 -webkit-box-align: start !important; | |
6251 -ms-flex-align: start !important; | |
6252 align-items: flex-start !important; } | |
6253 .align-items-md-end { | |
6254 -webkit-box-align: end !important; | |
6255 -ms-flex-align: end !important; | |
6256 align-items: flex-end !important; } | |
6257 .align-items-md-center { | |
6258 -webkit-box-align: center !important; | |
6259 -ms-flex-align: center !important; | |
6260 align-items: center !important; } | |
6261 .align-items-md-baseline { | |
6262 -webkit-box-align: baseline !important; | |
6263 -ms-flex-align: baseline !important; | |
6264 align-items: baseline !important; } | |
6265 .align-items-md-stretch { | |
6266 -webkit-box-align: stretch !important; | |
6267 -ms-flex-align: stretch !important; | |
6268 align-items: stretch !important; } | |
6269 .align-content-md-start { | |
6270 -ms-flex-line-pack: start !important; | |
6271 align-content: flex-start !important; } | |
6272 .align-content-md-end { | |
6273 -ms-flex-line-pack: end !important; | |
6274 align-content: flex-end !important; } | |
6275 .align-content-md-center { | |
6276 -ms-flex-line-pack: center !important; | |
6277 align-content: center !important; } | |
6278 .align-content-md-between { | |
6279 -ms-flex-line-pack: justify !important; | |
6280 align-content: space-between !important; } | |
6281 .align-content-md-around { | |
6282 -ms-flex-line-pack: distribute !important; | |
6283 align-content: space-around !important; } | |
6284 .align-content-md-stretch { | |
6285 -ms-flex-line-pack: stretch !important; | |
6286 align-content: stretch !important; } | |
6287 .align-self-md-auto { | |
6288 -ms-flex-item-align: auto !important; | |
6289 align-self: auto !important; } | |
6290 .align-self-md-start { | |
6291 -ms-flex-item-align: start !important; | |
6292 align-self: flex-start !important; } | |
6293 .align-self-md-end { | |
6294 -ms-flex-item-align: end !important; | |
6295 align-self: flex-end !important; } | |
6296 .align-self-md-center { | |
6297 -ms-flex-item-align: center !important; | |
6298 align-self: center !important; } | |
6299 .align-self-md-baseline { | |
6300 -ms-flex-item-align: baseline !important; | |
6301 align-self: baseline !important; } | |
6302 .align-self-md-stretch { | |
6303 -ms-flex-item-align: stretch !important; | |
6304 align-self: stretch !important; } } | |
6305 | |
6306 @media (min-width: 992px) { | |
6307 .flex-lg-row { | |
6308 -webkit-box-orient: horizontal !important; | |
6309 -webkit-box-direction: normal !important; | |
6310 -ms-flex-direction: row !important; | |
6311 flex-direction: row !important; } | |
6312 .flex-lg-column { | |
6313 -webkit-box-orient: vertical !important; | |
6314 -webkit-box-direction: normal !important; | |
6315 -ms-flex-direction: column !important; | |
6316 flex-direction: column !important; } | |
6317 .flex-lg-row-reverse { | |
6318 -webkit-box-orient: horizontal !important; | |
6319 -webkit-box-direction: reverse !important; | |
6320 -ms-flex-direction: row-reverse !important; | |
6321 flex-direction: row-reverse !important; } | |
6322 .flex-lg-column-reverse { | |
6323 -webkit-box-orient: vertical !important; | |
6324 -webkit-box-direction: reverse !important; | |
6325 -ms-flex-direction: column-reverse !important; | |
6326 flex-direction: column-reverse !important; } | |
6327 .flex-lg-wrap { | |
6328 -ms-flex-wrap: wrap !important; | |
6329 flex-wrap: wrap !important; } | |
6330 .flex-lg-nowrap { | |
6331 -ms-flex-wrap: nowrap !important; | |
6332 flex-wrap: nowrap !important; } | |
6333 .flex-lg-wrap-reverse { | |
6334 -ms-flex-wrap: wrap-reverse !important; | |
6335 flex-wrap: wrap-reverse !important; } | |
6336 .justify-content-lg-start { | |
6337 -webkit-box-pack: start !important; | |
6338 -ms-flex-pack: start !important; | |
6339 justify-content: flex-start !important; } | |
6340 .justify-content-lg-end { | |
6341 -webkit-box-pack: end !important; | |
6342 -ms-flex-pack: end !important; | |
6343 justify-content: flex-end !important; } | |
6344 .justify-content-lg-center { | |
6345 -webkit-box-pack: center !important; | |
6346 -ms-flex-pack: center !important; | |
6347 justify-content: center !important; } | |
6348 .justify-content-lg-between { | |
6349 -webkit-box-pack: justify !important; | |
6350 -ms-flex-pack: justify !important; | |
6351 justify-content: space-between !important; } | |
6352 .justify-content-lg-around { | |
6353 -ms-flex-pack: distribute !important; | |
6354 justify-content: space-around !important; } | |
6355 .align-items-lg-start { | |
6356 -webkit-box-align: start !important; | |
6357 -ms-flex-align: start !important; | |
6358 align-items: flex-start !important; } | |
6359 .align-items-lg-end { | |
6360 -webkit-box-align: end !important; | |
6361 -ms-flex-align: end !important; | |
6362 align-items: flex-end !important; } | |
6363 .align-items-lg-center { | |
6364 -webkit-box-align: center !important; | |
6365 -ms-flex-align: center !important; | |
6366 align-items: center !important; } | |
6367 .align-items-lg-baseline { | |
6368 -webkit-box-align: baseline !important; | |
6369 -ms-flex-align: baseline !important; | |
6370 align-items: baseline !important; } | |
6371 .align-items-lg-stretch { | |
6372 -webkit-box-align: stretch !important; | |
6373 -ms-flex-align: stretch !important; | |
6374 align-items: stretch !important; } | |
6375 .align-content-lg-start { | |
6376 -ms-flex-line-pack: start !important; | |
6377 align-content: flex-start !important; } | |
6378 .align-content-lg-end { | |
6379 -ms-flex-line-pack: end !important; | |
6380 align-content: flex-end !important; } | |
6381 .align-content-lg-center { | |
6382 -ms-flex-line-pack: center !important; | |
6383 align-content: center !important; } | |
6384 .align-content-lg-between { | |
6385 -ms-flex-line-pack: justify !important; | |
6386 align-content: space-between !important; } | |
6387 .align-content-lg-around { | |
6388 -ms-flex-line-pack: distribute !important; | |
6389 align-content: space-around !important; } | |
6390 .align-content-lg-stretch { | |
6391 -ms-flex-line-pack: stretch !important; | |
6392 align-content: stretch !important; } | |
6393 .align-self-lg-auto { | |
6394 -ms-flex-item-align: auto !important; | |
6395 align-self: auto !important; } | |
6396 .align-self-lg-start { | |
6397 -ms-flex-item-align: start !important; | |
6398 align-self: flex-start !important; } | |
6399 .align-self-lg-end { | |
6400 -ms-flex-item-align: end !important; | |
6401 align-self: flex-end !important; } | |
6402 .align-self-lg-center { | |
6403 -ms-flex-item-align: center !important; | |
6404 align-self: center !important; } | |
6405 .align-self-lg-baseline { | |
6406 -ms-flex-item-align: baseline !important; | |
6407 align-self: baseline !important; } | |
6408 .align-self-lg-stretch { | |
6409 -ms-flex-item-align: stretch !important; | |
6410 align-self: stretch !important; } } | |
6411 | |
6412 @media (min-width: 1200px) { | |
6413 .flex-xl-row { | |
6414 -webkit-box-orient: horizontal !important; | |
6415 -webkit-box-direction: normal !important; | |
6416 -ms-flex-direction: row !important; | |
6417 flex-direction: row !important; } | |
6418 .flex-xl-column { | |
6419 -webkit-box-orient: vertical !important; | |
6420 -webkit-box-direction: normal !important; | |
6421 -ms-flex-direction: column !important; | |
6422 flex-direction: column !important; } | |
6423 .flex-xl-row-reverse { | |
6424 -webkit-box-orient: horizontal !important; | |
6425 -webkit-box-direction: reverse !important; | |
6426 -ms-flex-direction: row-reverse !important; | |
6427 flex-direction: row-reverse !important; } | |
6428 .flex-xl-column-reverse { | |
6429 -webkit-box-orient: vertical !important; | |
6430 -webkit-box-direction: reverse !important; | |
6431 -ms-flex-direction: column-reverse !important; | |
6432 flex-direction: column-reverse !important; } | |
6433 .flex-xl-wrap { | |
6434 -ms-flex-wrap: wrap !important; | |
6435 flex-wrap: wrap !important; } | |
6436 .flex-xl-nowrap { | |
6437 -ms-flex-wrap: nowrap !important; | |
6438 flex-wrap: nowrap !important; } | |
6439 .flex-xl-wrap-reverse { | |
6440 -ms-flex-wrap: wrap-reverse !important; | |
6441 flex-wrap: wrap-reverse !important; } | |
6442 .justify-content-xl-start { | |
6443 -webkit-box-pack: start !important; | |
6444 -ms-flex-pack: start !important; | |
6445 justify-content: flex-start !important; } | |
6446 .justify-content-xl-end { | |
6447 -webkit-box-pack: end !important; | |
6448 -ms-flex-pack: end !important; | |
6449 justify-content: flex-end !important; } | |
6450 .justify-content-xl-center { | |
6451 -webkit-box-pack: center !important; | |
6452 -ms-flex-pack: center !important; | |
6453 justify-content: center !important; } | |
6454 .justify-content-xl-between { | |
6455 -webkit-box-pack: justify !important; | |
6456 -ms-flex-pack: justify !important; | |
6457 justify-content: space-between !important; } | |
6458 .justify-content-xl-around { | |
6459 -ms-flex-pack: distribute !important; | |
6460 justify-content: space-around !important; } | |
6461 .align-items-xl-start { | |
6462 -webkit-box-align: start !important; | |
6463 -ms-flex-align: start !important; | |
6464 align-items: flex-start !important; } | |
6465 .align-items-xl-end { | |
6466 -webkit-box-align: end !important; | |
6467 -ms-flex-align: end !important; | |
6468 align-items: flex-end !important; } | |
6469 .align-items-xl-center { | |
6470 -webkit-box-align: center !important; | |
6471 -ms-flex-align: center !important; | |
6472 align-items: center !important; } | |
6473 .align-items-xl-baseline { | |
6474 -webkit-box-align: baseline !important; | |
6475 -ms-flex-align: baseline !important; | |
6476 align-items: baseline !important; } | |
6477 .align-items-xl-stretch { | |
6478 -webkit-box-align: stretch !important; | |
6479 -ms-flex-align: stretch !important; | |
6480 align-items: stretch !important; } | |
6481 .align-content-xl-start { | |
6482 -ms-flex-line-pack: start !important; | |
6483 align-content: flex-start !important; } | |
6484 .align-content-xl-end { | |
6485 -ms-flex-line-pack: end !important; | |
6486 align-content: flex-end !important; } | |
6487 .align-content-xl-center { | |
6488 -ms-flex-line-pack: center !important; | |
6489 align-content: center !important; } | |
6490 .align-content-xl-between { | |
6491 -ms-flex-line-pack: justify !important; | |
6492 align-content: space-between !important; } | |
6493 .align-content-xl-around { | |
6494 -ms-flex-line-pack: distribute !important; | |
6495 align-content: space-around !important; } | |
6496 .align-content-xl-stretch { | |
6497 -ms-flex-line-pack: stretch !important; | |
6498 align-content: stretch !important; } | |
6499 .align-self-xl-auto { | |
6500 -ms-flex-item-align: auto !important; | |
6501 align-self: auto !important; } | |
6502 .align-self-xl-start { | |
6503 -ms-flex-item-align: start !important; | |
6504 align-self: flex-start !important; } | |
6505 .align-self-xl-end { | |
6506 -ms-flex-item-align: end !important; | |
6507 align-self: flex-end !important; } | |
6508 .align-self-xl-center { | |
6509 -ms-flex-item-align: center !important; | |
6510 align-self: center !important; } | |
6511 .align-self-xl-baseline { | |
6512 -ms-flex-item-align: baseline !important; | |
6513 align-self: baseline !important; } | |
6514 .align-self-xl-stretch { | |
6515 -ms-flex-item-align: stretch !important; | |
6516 align-self: stretch !important; } } | |
6517 | |
6518 .float-left { | |
6519 float: left !important; } | |
6520 | |
6521 .float-right { | |
6522 float: right !important; } | |
6523 | |
6524 .float-none { | |
6525 float: none !important; } | |
6526 | |
6527 @media (min-width: 576px) { | |
6528 .float-sm-left { | |
6529 float: left !important; } | |
6530 .float-sm-right { | |
6531 float: right !important; } | |
6532 .float-sm-none { | |
6533 float: none !important; } } | |
6534 | |
6535 @media (min-width: 768px) { | |
6536 .float-md-left { | |
6537 float: left !important; } | |
6538 .float-md-right { | |
6539 float: right !important; } | |
6540 .float-md-none { | |
6541 float: none !important; } } | |
6542 | |
6543 @media (min-width: 992px) { | |
6544 .float-lg-left { | |
6545 float: left !important; } | |
6546 .float-lg-right { | |
6547 float: right !important; } | |
6548 .float-lg-none { | |
6549 float: none !important; } } | |
6550 | |
6551 @media (min-width: 1200px) { | |
6552 .float-xl-left { | |
6553 float: left !important; } | |
6554 .float-xl-right { | |
6555 float: right !important; } | |
6556 .float-xl-none { | |
6557 float: none !important; } } | |
6558 | |
6559 .fixed-top { | |
6560 position: fixed; | |
6561 top: 0; | |
6562 right: 0; | |
6563 left: 0; | |
6564 z-index: 1030; } | |
6565 | |
6566 .fixed-bottom { | |
6567 position: fixed; | |
6568 right: 0; | |
6569 bottom: 0; | |
6570 left: 0; | |
6571 z-index: 1030; } | |
6572 | |
6573 @supports ((position: -webkit-sticky) or (position: sticky)) { | |
6574 .sticky-top { | |
6575 position: -webkit-sticky; | |
6576 position: sticky; | |
6577 top: 0; | |
6578 z-index: 1020; } } | |
6579 | |
6580 .sr-only { | |
6581 position: absolute; | |
6582 width: 1px; | |
6583 height: 1px; | |
6584 padding: 0; | |
6585 overflow: hidden; | |
6586 clip: rect(0, 0, 0, 0); | |
6587 white-space: nowrap; | |
6588 -webkit-clip-path: inset(50%); | |
6589 clip-path: inset(50%); | |
6590 border: 0; } | |
6591 | |
6592 .sr-only-focusable:active, .sr-only-focusable:focus { | |
6593 position: static; | |
6594 width: auto; | |
6595 height: auto; | |
6596 overflow: visible; | |
6597 clip: auto; | |
6598 white-space: normal; | |
6599 -webkit-clip-path: none; | |
6600 clip-path: none; } | |
6601 | |
6602 .w-25 { | |
6603 width: 25% !important; } | |
6604 | |
6605 .w-50 { | |
6606 width: 50% !important; } | |
6607 | |
6608 .w-75 { | |
6609 width: 75% !important; } | |
6610 | |
6611 .w-100 { | |
6612 width: 100% !important; } | |
6613 | |
6614 .h-25 { | |
6615 height: 25% !important; } | |
6616 | |
6617 .h-50 { | |
6618 height: 50% !important; } | |
6619 | |
6620 .h-75 { | |
6621 height: 75% !important; } | |
6622 | |
6623 .h-100 { | |
6624 height: 100% !important; } | |
6625 | |
6626 .mw-100 { | |
6627 max-width: 100% !important; } | |
6628 | |
6629 .mh-100 { | |
6630 max-height: 100% !important; } | |
6631 | |
6632 .m-0 { | |
6633 margin: 0 !important; } | |
6634 | |
6635 .mt-0 { | |
6636 margin-top: 0 !important; } | |
6637 | |
6638 .mr-0 { | |
6639 margin-right: 0 !important; } | |
6640 | |
6641 .mb-0 { | |
6642 margin-bottom: 0 !important; } | |
6643 | |
6644 .ml-0 { | |
6645 margin-left: 0 !important; } | |
6646 | |
6647 .mx-0 { | |
6648 margin-right: 0 !important; | |
6649 margin-left: 0 !important; } | |
6650 | |
6651 .my-0 { | |
6652 margin-top: 0 !important; | |
6653 margin-bottom: 0 !important; } | |
6654 | |
6655 .m-1 { | |
6656 margin: 0.25rem !important; } | |
6657 | |
6658 .mt-1 { | |
6659 margin-top: 0.25rem !important; } | |
6660 | |
6661 .mr-1 { | |
6662 margin-right: 0.25rem !important; } | |
6663 | |
6664 .mb-1 { | |
6665 margin-bottom: 0.25rem !important; } | |
6666 | |
6667 .ml-1 { | |
6668 margin-left: 0.25rem !important; } | |
6669 | |
6670 .mx-1 { | |
6671 margin-right: 0.25rem !important; | |
6672 margin-left: 0.25rem !important; } | |
6673 | |
6674 .my-1 { | |
6675 margin-top: 0.25rem !important; | |
6676 margin-bottom: 0.25rem !important; } | |
6677 | |
6678 .m-2 { | |
6679 margin: 0.5rem !important; } | |
6680 | |
6681 .mt-2 { | |
6682 margin-top: 0.5rem !important; } | |
6683 | |
6684 .mr-2 { | |
6685 margin-right: 0.5rem !important; } | |
6686 | |
6687 .mb-2 { | |
6688 margin-bottom: 0.5rem !important; } | |
6689 | |
6690 .ml-2 { | |
6691 margin-left: 0.5rem !important; } | |
6692 | |
6693 .mx-2 { | |
6694 margin-right: 0.5rem !important; | |
6695 margin-left: 0.5rem !important; } | |
6696 | |
6697 .my-2 { | |
6698 margin-top: 0.5rem !important; | |
6699 margin-bottom: 0.5rem !important; } | |
6700 | |
6701 .m-3 { | |
6702 margin: 1rem !important; } | |
6703 | |
6704 .mt-3 { | |
6705 margin-top: 1rem !important; } | |
6706 | |
6707 .mr-3 { | |
6708 margin-right: 1rem !important; } | |
6709 | |
6710 .mb-3 { | |
6711 margin-bottom: 1rem !important; } | |
6712 | |
6713 .ml-3 { | |
6714 margin-left: 1rem !important; } | |
6715 | |
6716 .mx-3 { | |
6717 margin-right: 1rem !important; | |
6718 margin-left: 1rem !important; } | |
6719 | |
6720 .my-3 { | |
6721 margin-top: 1rem !important; | |
6722 margin-bottom: 1rem !important; } | |
6723 | |
6724 .m-4 { | |
6725 margin: 1.5rem !important; } | |
6726 | |
6727 .mt-4 { | |
6728 margin-top: 1.5rem !important; } | |
6729 | |
6730 .mr-4 { | |
6731 margin-right: 1.5rem !important; } | |
6732 | |
6733 .mb-4 { | |
6734 margin-bottom: 1.5rem !important; } | |
6735 | |
6736 .ml-4 { | |
6737 margin-left: 1.5rem !important; } | |
6738 | |
6739 .mx-4 { | |
6740 margin-right: 1.5rem !important; | |
6741 margin-left: 1.5rem !important; } | |
6742 | |
6743 .my-4 { | |
6744 margin-top: 1.5rem !important; | |
6745 margin-bottom: 1.5rem !important; } | |
6746 | |
6747 .m-5 { | |
6748 margin: 3rem !important; } | |
6749 | |
6750 .mt-5 { | |
6751 margin-top: 3rem !important; } | |
6752 | |
6753 .mr-5 { | |
6754 margin-right: 3rem !important; } | |
6755 | |
6756 .mb-5 { | |
6757 margin-bottom: 3rem !important; } | |
6758 | |
6759 .ml-5 { | |
6760 margin-left: 3rem !important; } | |
6761 | |
6762 .mx-5 { | |
6763 margin-right: 3rem !important; | |
6764 margin-left: 3rem !important; } | |
6765 | |
6766 .my-5 { | |
6767 margin-top: 3rem !important; | |
6768 margin-bottom: 3rem !important; } | |
6769 | |
6770 .p-0 { | |
6771 padding: 0 !important; } | |
6772 | |
6773 .pt-0 { | |
6774 padding-top: 0 !important; } | |
6775 | |
6776 .pr-0 { | |
6777 padding-right: 0 !important; } | |
6778 | |
6779 .pb-0 { | |
6780 padding-bottom: 0 !important; } | |
6781 | |
6782 .pl-0 { | |
6783 padding-left: 0 !important; } | |
6784 | |
6785 .px-0 { | |
6786 padding-right: 0 !important; | |
6787 padding-left: 0 !important; } | |
6788 | |
6789 .py-0 { | |
6790 padding-top: 0 !important; | |
6791 padding-bottom: 0 !important; } | |
6792 | |
6793 .p-1 { | |
6794 padding: 0.25rem !important; } | |
6795 | |
6796 .pt-1 { | |
6797 padding-top: 0.25rem !important; } | |
6798 | |
6799 .pr-1 { | |
6800 padding-right: 0.25rem !important; } | |
6801 | |
6802 .pb-1 { | |
6803 padding-bottom: 0.25rem !important; } | |
6804 | |
6805 .pl-1 { | |
6806 padding-left: 0.25rem !important; } | |
6807 | |
6808 .px-1 { | |
6809 padding-right: 0.25rem !important; | |
6810 padding-left: 0.25rem !important; } | |
6811 | |
6812 .py-1 { | |
6813 padding-top: 0.25rem !important; | |
6814 padding-bottom: 0.25rem !important; } | |
6815 | |
6816 .p-2 { | |
6817 padding: 0.5rem !important; } | |
6818 | |
6819 .pt-2 { | |
6820 padding-top: 0.5rem !important; } | |
6821 | |
6822 .pr-2 { | |
6823 padding-right: 0.5rem !important; } | |
6824 | |
6825 .pb-2 { | |
6826 padding-bottom: 0.5rem !important; } | |
6827 | |
6828 .pl-2 { | |
6829 padding-left: 0.5rem !important; } | |
6830 | |
6831 .px-2 { | |
6832 padding-right: 0.5rem !important; | |
6833 padding-left: 0.5rem !important; } | |
6834 | |
6835 .py-2 { | |
6836 padding-top: 0.5rem !important; | |
6837 padding-bottom: 0.5rem !important; } | |
6838 | |
6839 .p-3 { | |
6840 padding: 1rem !important; } | |
6841 | |
6842 .pt-3 { | |
6843 padding-top: 1rem !important; } | |
6844 | |
6845 .pr-3 { | |
6846 padding-right: 1rem !important; } | |
6847 | |
6848 .pb-3 { | |
6849 padding-bottom: 1rem !important; } | |
6850 | |
6851 .pl-3 { | |
6852 padding-left: 1rem !important; } | |
6853 | |
6854 .px-3 { | |
6855 padding-right: 1rem !important; | |
6856 padding-left: 1rem !important; } | |
6857 | |
6858 .py-3 { | |
6859 padding-top: 1rem !important; | |
6860 padding-bottom: 1rem !important; } | |
6861 | |
6862 .p-4 { | |
6863 padding: 1.5rem !important; } | |
6864 | |
6865 .pt-4 { | |
6866 padding-top: 1.5rem !important; } | |
6867 | |
6868 .pr-4 { | |
6869 padding-right: 1.5rem !important; } | |
6870 | |
6871 .pb-4 { | |
6872 padding-bottom: 1.5rem !important; } | |
6873 | |
6874 .pl-4 { | |
6875 padding-left: 1.5rem !important; } | |
6876 | |
6877 .px-4 { | |
6878 padding-right: 1.5rem !important; | |
6879 padding-left: 1.5rem !important; } | |
6880 | |
6881 .py-4 { | |
6882 padding-top: 1.5rem !important; | |
6883 padding-bottom: 1.5rem !important; } | |
6884 | |
6885 .p-5 { | |
6886 padding: 3rem !important; } | |
6887 | |
6888 .pt-5 { | |
6889 padding-top: 3rem !important; } | |
6890 | |
6891 .pr-5 { | |
6892 padding-right: 3rem !important; } | |
6893 | |
6894 .pb-5 { | |
6895 padding-bottom: 3rem !important; } | |
6896 | |
6897 .pl-5 { | |
6898 padding-left: 3rem !important; } | |
6899 | |
6900 .px-5 { | |
6901 padding-right: 3rem !important; | |
6902 padding-left: 3rem !important; } | |
6903 | |
6904 .py-5 { | |
6905 padding-top: 3rem !important; | |
6906 padding-bottom: 3rem !important; } | |
6907 | |
6908 .m-auto { | |
6909 margin: auto !important; } | |
6910 | |
6911 .mt-auto { | |
6912 margin-top: auto !important; } | |
6913 | |
6914 .mr-auto { | |
6915 margin-right: auto !important; } | |
6916 | |
6917 .mb-auto { | |
6918 margin-bottom: auto !important; } | |
6919 | |
6920 .ml-auto { | |
6921 margin-left: auto !important; } | |
6922 | |
6923 .mx-auto { | |
6924 margin-right: auto !important; | |
6925 margin-left: auto !important; } | |
6926 | |
6927 .my-auto { | |
6928 margin-top: auto !important; | |
6929 margin-bottom: auto !important; } | |
6930 | |
6931 @media (min-width: 576px) { | |
6932 .m-sm-0 { | |
6933 margin: 0 !important; } | |
6934 .mt-sm-0 { | |
6935 margin-top: 0 !important; } | |
6936 .mr-sm-0 { | |
6937 margin-right: 0 !important; } | |
6938 .mb-sm-0 { | |
6939 margin-bottom: 0 !important; } | |
6940 .ml-sm-0 { | |
6941 margin-left: 0 !important; } | |
6942 .mx-sm-0 { | |
6943 margin-right: 0 !important; | |
6944 margin-left: 0 !important; } | |
6945 .my-sm-0 { | |
6946 margin-top: 0 !important; | |
6947 margin-bottom: 0 !important; } | |
6948 .m-sm-1 { | |
6949 margin: 0.25rem !important; } | |
6950 .mt-sm-1 { | |
6951 margin-top: 0.25rem !important; } | |
6952 .mr-sm-1 { | |
6953 margin-right: 0.25rem !important; } | |
6954 .mb-sm-1 { | |
6955 margin-bottom: 0.25rem !important; } | |
6956 .ml-sm-1 { | |
6957 margin-left: 0.25rem !important; } | |
6958 .mx-sm-1 { | |
6959 margin-right: 0.25rem !important; | |
6960 margin-left: 0.25rem !important; } | |
6961 .my-sm-1 { | |
6962 margin-top: 0.25rem !important; | |
6963 margin-bottom: 0.25rem !important; } | |
6964 .m-sm-2 { | |
6965 margin: 0.5rem !important; } | |
6966 .mt-sm-2 { | |
6967 margin-top: 0.5rem !important; } | |
6968 .mr-sm-2 { | |
6969 margin-right: 0.5rem !important; } | |
6970 .mb-sm-2 { | |
6971 margin-bottom: 0.5rem !important; } | |
6972 .ml-sm-2 { | |
6973 margin-left: 0.5rem !important; } | |
6974 .mx-sm-2 { | |
6975 margin-right: 0.5rem !important; | |
6976 margin-left: 0.5rem !important; } | |
6977 .my-sm-2 { | |
6978 margin-top: 0.5rem !important; | |
6979 margin-bottom: 0.5rem !important; } | |
6980 .m-sm-3 { | |
6981 margin: 1rem !important; } | |
6982 .mt-sm-3 { | |
6983 margin-top: 1rem !important; } | |
6984 .mr-sm-3 { | |
6985 margin-right: 1rem !important; } | |
6986 .mb-sm-3 { | |
6987 margin-bottom: 1rem !important; } | |
6988 .ml-sm-3 { | |
6989 margin-left: 1rem !important; } | |
6990 .mx-sm-3 { | |
6991 margin-right: 1rem !important; | |
6992 margin-left: 1rem !important; } | |
6993 .my-sm-3 { | |
6994 margin-top: 1rem !important; | |
6995 margin-bottom: 1rem !important; } | |
6996 .m-sm-4 { | |
6997 margin: 1.5rem !important; } | |
6998 .mt-sm-4 { | |
6999 margin-top: 1.5rem !important; } | |
7000 .mr-sm-4 { | |
7001 margin-right: 1.5rem !important; } | |
7002 .mb-sm-4 { | |
7003 margin-bottom: 1.5rem !important; } | |
7004 .ml-sm-4 { | |
7005 margin-left: 1.5rem !important; } | |
7006 .mx-sm-4 { | |
7007 margin-right: 1.5rem !important; | |
7008 margin-left: 1.5rem !important; } | |
7009 .my-sm-4 { | |
7010 margin-top: 1.5rem !important; | |
7011 margin-bottom: 1.5rem !important; } | |
7012 .m-sm-5 { | |
7013 margin: 3rem !important; } | |
7014 .mt-sm-5 { | |
7015 margin-top: 3rem !important; } | |
7016 .mr-sm-5 { | |
7017 margin-right: 3rem !important; } | |
7018 .mb-sm-5 { | |
7019 margin-bottom: 3rem !important; } | |
7020 .ml-sm-5 { | |
7021 margin-left: 3rem !important; } | |
7022 .mx-sm-5 { | |
7023 margin-right: 3rem !important; | |
7024 margin-left: 3rem !important; } | |
7025 .my-sm-5 { | |
7026 margin-top: 3rem !important; | |
7027 margin-bottom: 3rem !important; } | |
7028 .p-sm-0 { | |
7029 padding: 0 !important; } | |
7030 .pt-sm-0 { | |
7031 padding-top: 0 !important; } | |
7032 .pr-sm-0 { | |
7033 padding-right: 0 !important; } | |
7034 .pb-sm-0 { | |
7035 padding-bottom: 0 !important; } | |
7036 .pl-sm-0 { | |
7037 padding-left: 0 !important; } | |
7038 .px-sm-0 { | |
7039 padding-right: 0 !important; | |
7040 padding-left: 0 !important; } | |
7041 .py-sm-0 { | |
7042 padding-top: 0 !important; | |
7043 padding-bottom: 0 !important; } | |
7044 .p-sm-1 { | |
7045 padding: 0.25rem !important; } | |
7046 .pt-sm-1 { | |
7047 padding-top: 0.25rem !important; } | |
7048 .pr-sm-1 { | |
7049 padding-right: 0.25rem !important; } | |
7050 .pb-sm-1 { | |
7051 padding-bottom: 0.25rem !important; } | |
7052 .pl-sm-1 { | |
7053 padding-left: 0.25rem !important; } | |
7054 .px-sm-1 { | |
7055 padding-right: 0.25rem !important; | |
7056 padding-left: 0.25rem !important; } | |
7057 .py-sm-1 { | |
7058 padding-top: 0.25rem !important; | |
7059 padding-bottom: 0.25rem !important; } | |
7060 .p-sm-2 { | |
7061 padding: 0.5rem !important; } | |
7062 .pt-sm-2 { | |
7063 padding-top: 0.5rem !important; } | |
7064 .pr-sm-2 { | |
7065 padding-right: 0.5rem !important; } | |
7066 .pb-sm-2 { | |
7067 padding-bottom: 0.5rem !important; } | |
7068 .pl-sm-2 { | |
7069 padding-left: 0.5rem !important; } | |
7070 .px-sm-2 { | |
7071 padding-right: 0.5rem !important; | |
7072 padding-left: 0.5rem !important; } | |
7073 .py-sm-2 { | |
7074 padding-top: 0.5rem !important; | |
7075 padding-bottom: 0.5rem !important; } | |
7076 .p-sm-3 { | |
7077 padding: 1rem !important; } | |
7078 .pt-sm-3 { | |
7079 padding-top: 1rem !important; } | |
7080 .pr-sm-3 { | |
7081 padding-right: 1rem !important; } | |
7082 .pb-sm-3 { | |
7083 padding-bottom: 1rem !important; } | |
7084 .pl-sm-3 { | |
7085 padding-left: 1rem !important; } | |
7086 .px-sm-3 { | |
7087 padding-right: 1rem !important; | |
7088 padding-left: 1rem !important; } | |
7089 .py-sm-3 { | |
7090 padding-top: 1rem !important; | |
7091 padding-bottom: 1rem !important; } | |
7092 .p-sm-4 { | |
7093 padding: 1.5rem !important; } | |
7094 .pt-sm-4 { | |
7095 padding-top: 1.5rem !important; } | |
7096 .pr-sm-4 { | |
7097 padding-right: 1.5rem !important; } | |
7098 .pb-sm-4 { | |
7099 padding-bottom: 1.5rem !important; } | |
7100 .pl-sm-4 { | |
7101 padding-left: 1.5rem !important; } | |
7102 .px-sm-4 { | |
7103 padding-right: 1.5rem !important; | |
7104 padding-left: 1.5rem !important; } | |
7105 .py-sm-4 { | |
7106 padding-top: 1.5rem !important; | |
7107 padding-bottom: 1.5rem !important; } | |
7108 .p-sm-5 { | |
7109 padding: 3rem !important; } | |
7110 .pt-sm-5 { | |
7111 padding-top: 3rem !important; } | |
7112 .pr-sm-5 { | |
7113 padding-right: 3rem !important; } | |
7114 .pb-sm-5 { | |
7115 padding-bottom: 3rem !important; } | |
7116 .pl-sm-5 { | |
7117 padding-left: 3rem !important; } | |
7118 .px-sm-5 { | |
7119 padding-right: 3rem !important; | |
7120 padding-left: 3rem !important; } | |
7121 .py-sm-5 { | |
7122 padding-top: 3rem !important; | |
7123 padding-bottom: 3rem !important; } | |
7124 .m-sm-auto { | |
7125 margin: auto !important; } | |
7126 .mt-sm-auto { | |
7127 margin-top: auto !important; } | |
7128 .mr-sm-auto { | |
7129 margin-right: auto !important; } | |
7130 .mb-sm-auto { | |
7131 margin-bottom: auto !important; } | |
7132 .ml-sm-auto { | |
7133 margin-left: auto !important; } | |
7134 .mx-sm-auto { | |
7135 margin-right: auto !important; | |
7136 margin-left: auto !important; } | |
7137 .my-sm-auto { | |
7138 margin-top: auto !important; | |
7139 margin-bottom: auto !important; } } | |
7140 | |
7141 @media (min-width: 768px) { | |
7142 .m-md-0 { | |
7143 margin: 0 !important; } | |
7144 .mt-md-0 { | |
7145 margin-top: 0 !important; } | |
7146 .mr-md-0 { | |
7147 margin-right: 0 !important; } | |
7148 .mb-md-0 { | |
7149 margin-bottom: 0 !important; } | |
7150 .ml-md-0 { | |
7151 margin-left: 0 !important; } | |
7152 .mx-md-0 { | |
7153 margin-right: 0 !important; | |
7154 margin-left: 0 !important; } | |
7155 .my-md-0 { | |
7156 margin-top: 0 !important; | |
7157 margin-bottom: 0 !important; } | |
7158 .m-md-1 { | |
7159 margin: 0.25rem !important; } | |
7160 .mt-md-1 { | |
7161 margin-top: 0.25rem !important; } | |
7162 .mr-md-1 { | |
7163 margin-right: 0.25rem !important; } | |
7164 .mb-md-1 { | |
7165 margin-bottom: 0.25rem !important; } | |
7166 .ml-md-1 { | |
7167 margin-left: 0.25rem !important; } | |
7168 .mx-md-1 { | |
7169 margin-right: 0.25rem !important; | |
7170 margin-left: 0.25rem !important; } | |
7171 .my-md-1 { | |
7172 margin-top: 0.25rem !important; | |
7173 margin-bottom: 0.25rem !important; } | |
7174 .m-md-2 { | |
7175 margin: 0.5rem !important; } | |
7176 .mt-md-2 { | |
7177 margin-top: 0.5rem !important; } | |
7178 .mr-md-2 { | |
7179 margin-right: 0.5rem !important; } | |
7180 .mb-md-2 { | |
7181 margin-bottom: 0.5rem !important; } | |
7182 .ml-md-2 { | |
7183 margin-left: 0.5rem !important; } | |
7184 .mx-md-2 { | |
7185 margin-right: 0.5rem !important; | |
7186 margin-left: 0.5rem !important; } | |
7187 .my-md-2 { | |
7188 margin-top: 0.5rem !important; | |
7189 margin-bottom: 0.5rem !important; } | |
7190 .m-md-3 { | |
7191 margin: 1rem !important; } | |
7192 .mt-md-3 { | |
7193 margin-top: 1rem !important; } | |
7194 .mr-md-3 { | |
7195 margin-right: 1rem !important; } | |
7196 .mb-md-3 { | |
7197 margin-bottom: 1rem !important; } | |
7198 .ml-md-3 { | |
7199 margin-left: 1rem !important; } | |
7200 .mx-md-3 { | |
7201 margin-right: 1rem !important; | |
7202 margin-left: 1rem !important; } | |
7203 .my-md-3 { | |
7204 margin-top: 1rem !important; | |
7205 margin-bottom: 1rem !important; } | |
7206 .m-md-4 { | |
7207 margin: 1.5rem !important; } | |
7208 .mt-md-4 { | |
7209 margin-top: 1.5rem !important; } | |
7210 .mr-md-4 { | |
7211 margin-right: 1.5rem !important; } | |
7212 .mb-md-4 { | |
7213 margin-bottom: 1.5rem !important; } | |
7214 .ml-md-4 { | |
7215 margin-left: 1.5rem !important; } | |
7216 .mx-md-4 { | |
7217 margin-right: 1.5rem !important; | |
7218 margin-left: 1.5rem !important; } | |
7219 .my-md-4 { | |
7220 margin-top: 1.5rem !important; | |
7221 margin-bottom: 1.5rem !important; } | |
7222 .m-md-5 { | |
7223 margin: 3rem !important; } | |
7224 .mt-md-5 { | |
7225 margin-top: 3rem !important; } | |
7226 .mr-md-5 { | |
7227 margin-right: 3rem !important; } | |
7228 .mb-md-5 { | |
7229 margin-bottom: 3rem !important; } | |
7230 .ml-md-5 { | |
7231 margin-left: 3rem !important; } | |
7232 .mx-md-5 { | |
7233 margin-right: 3rem !important; | |
7234 margin-left: 3rem !important; } | |
7235 .my-md-5 { | |
7236 margin-top: 3rem !important; | |
7237 margin-bottom: 3rem !important; } | |
7238 .p-md-0 { | |
7239 padding: 0 !important; } | |
7240 .pt-md-0 { | |
7241 padding-top: 0 !important; } | |
7242 .pr-md-0 { | |
7243 padding-right: 0 !important; } | |
7244 .pb-md-0 { | |
7245 padding-bottom: 0 !important; } | |
7246 .pl-md-0 { | |
7247 padding-left: 0 !important; } | |
7248 .px-md-0 { | |
7249 padding-right: 0 !important; | |
7250 padding-left: 0 !important; } | |
7251 .py-md-0 { | |
7252 padding-top: 0 !important; | |
7253 padding-bottom: 0 !important; } | |
7254 .p-md-1 { | |
7255 padding: 0.25rem !important; } | |
7256 .pt-md-1 { | |
7257 padding-top: 0.25rem !important; } | |
7258 .pr-md-1 { | |
7259 padding-right: 0.25rem !important; } | |
7260 .pb-md-1 { | |
7261 padding-bottom: 0.25rem !important; } | |
7262 .pl-md-1 { | |
7263 padding-left: 0.25rem !important; } | |
7264 .px-md-1 { | |
7265 padding-right: 0.25rem !important; | |
7266 padding-left: 0.25rem !important; } | |
7267 .py-md-1 { | |
7268 padding-top: 0.25rem !important; | |
7269 padding-bottom: 0.25rem !important; } | |
7270 .p-md-2 { | |
7271 padding: 0.5rem !important; } | |
7272 .pt-md-2 { | |
7273 padding-top: 0.5rem !important; } | |
7274 .pr-md-2 { | |
7275 padding-right: 0.5rem !important; } | |
7276 .pb-md-2 { | |
7277 padding-bottom: 0.5rem !important; } | |
7278 .pl-md-2 { | |
7279 padding-left: 0.5rem !important; } | |
7280 .px-md-2 { | |
7281 padding-right: 0.5rem !important; | |
7282 padding-left: 0.5rem !important; } | |
7283 .py-md-2 { | |
7284 padding-top: 0.5rem !important; | |
7285 padding-bottom: 0.5rem !important; } | |
7286 .p-md-3 { | |
7287 padding: 1rem !important; } | |
7288 .pt-md-3 { | |
7289 padding-top: 1rem !important; } | |
7290 .pr-md-3 { | |
7291 padding-right: 1rem !important; } | |
7292 .pb-md-3 { | |
7293 padding-bottom: 1rem !important; } | |
7294 .pl-md-3 { | |
7295 padding-left: 1rem !important; } | |
7296 .px-md-3 { | |
7297 padding-right: 1rem !important; | |
7298 padding-left: 1rem !important; } | |
7299 .py-md-3 { | |
7300 padding-top: 1rem !important; | |
7301 padding-bottom: 1rem !important; } | |
7302 .p-md-4 { | |
7303 padding: 1.5rem !important; } | |
7304 .pt-md-4 { | |
7305 padding-top: 1.5rem !important; } | |
7306 .pr-md-4 { | |
7307 padding-right: 1.5rem !important; } | |
7308 .pb-md-4 { | |
7309 padding-bottom: 1.5rem !important; } | |
7310 .pl-md-4 { | |
7311 padding-left: 1.5rem !important; } | |
7312 .px-md-4 { | |
7313 padding-right: 1.5rem !important; | |
7314 padding-left: 1.5rem !important; } | |
7315 .py-md-4 { | |
7316 padding-top: 1.5rem !important; | |
7317 padding-bottom: 1.5rem !important; } | |
7318 .p-md-5 { | |
7319 padding: 3rem !important; } | |
7320 .pt-md-5 { | |
7321 padding-top: 3rem !important; } | |
7322 .pr-md-5 { | |
7323 padding-right: 3rem !important; } | |
7324 .pb-md-5 { | |
7325 padding-bottom: 3rem !important; } | |
7326 .pl-md-5 { | |
7327 padding-left: 3rem !important; } | |
7328 .px-md-5 { | |
7329 padding-right: 3rem !important; | |
7330 padding-left: 3rem !important; } | |
7331 .py-md-5 { | |
7332 padding-top: 3rem !important; | |
7333 padding-bottom: 3rem !important; } | |
7334 .m-md-auto { | |
7335 margin: auto !important; } | |
7336 .mt-md-auto { | |
7337 margin-top: auto !important; } | |
7338 .mr-md-auto { | |
7339 margin-right: auto !important; } | |
7340 .mb-md-auto { | |
7341 margin-bottom: auto !important; } | |
7342 .ml-md-auto { | |
7343 margin-left: auto !important; } | |
7344 .mx-md-auto { | |
7345 margin-right: auto !important; | |
7346 margin-left: auto !important; } | |
7347 .my-md-auto { | |
7348 margin-top: auto !important; | |
7349 margin-bottom: auto !important; } } | |
7350 | |
7351 @media (min-width: 992px) { | |
7352 .m-lg-0 { | |
7353 margin: 0 !important; } | |
7354 .mt-lg-0 { | |
7355 margin-top: 0 !important; } | |
7356 .mr-lg-0 { | |
7357 margin-right: 0 !important; } | |
7358 .mb-lg-0 { | |
7359 margin-bottom: 0 !important; } | |
7360 .ml-lg-0 { | |
7361 margin-left: 0 !important; } | |
7362 .mx-lg-0 { | |
7363 margin-right: 0 !important; | |
7364 margin-left: 0 !important; } | |
7365 .my-lg-0 { | |
7366 margin-top: 0 !important; | |
7367 margin-bottom: 0 !important; } | |
7368 .m-lg-1 { | |
7369 margin: 0.25rem !important; } | |
7370 .mt-lg-1 { | |
7371 margin-top: 0.25rem !important; } | |
7372 .mr-lg-1 { | |
7373 margin-right: 0.25rem !important; } | |
7374 .mb-lg-1 { | |
7375 margin-bottom: 0.25rem !important; } | |
7376 .ml-lg-1 { | |
7377 margin-left: 0.25rem !important; } | |
7378 .mx-lg-1 { | |
7379 margin-right: 0.25rem !important; | |
7380 margin-left: 0.25rem !important; } | |
7381 .my-lg-1 { | |
7382 margin-top: 0.25rem !important; | |
7383 margin-bottom: 0.25rem !important; } | |
7384 .m-lg-2 { | |
7385 margin: 0.5rem !important; } | |
7386 .mt-lg-2 { | |
7387 margin-top: 0.5rem !important; } | |
7388 .mr-lg-2 { | |
7389 margin-right: 0.5rem !important; } | |
7390 .mb-lg-2 { | |
7391 margin-bottom: 0.5rem !important; } | |
7392 .ml-lg-2 { | |
7393 margin-left: 0.5rem !important; } | |
7394 .mx-lg-2 { | |
7395 margin-right: 0.5rem !important; | |
7396 margin-left: 0.5rem !important; } | |
7397 .my-lg-2 { | |
7398 margin-top: 0.5rem !important; | |
7399 margin-bottom: 0.5rem !important; } | |
7400 .m-lg-3 { | |
7401 margin: 1rem !important; } | |
7402 .mt-lg-3 { | |
7403 margin-top: 1rem !important; } | |
7404 .mr-lg-3 { | |
7405 margin-right: 1rem !important; } | |
7406 .mb-lg-3 { | |
7407 margin-bottom: 1rem !important; } | |
7408 .ml-lg-3 { | |
7409 margin-left: 1rem !important; } | |
7410 .mx-lg-3 { | |
7411 margin-right: 1rem !important; | |
7412 margin-left: 1rem !important; } | |
7413 .my-lg-3 { | |
7414 margin-top: 1rem !important; | |
7415 margin-bottom: 1rem !important; } | |
7416 .m-lg-4 { | |
7417 margin: 1.5rem !important; } | |
7418 .mt-lg-4 { | |
7419 margin-top: 1.5rem !important; } | |
7420 .mr-lg-4 { | |
7421 margin-right: 1.5rem !important; } | |
7422 .mb-lg-4 { | |
7423 margin-bottom: 1.5rem !important; } | |
7424 .ml-lg-4 { | |
7425 margin-left: 1.5rem !important; } | |
7426 .mx-lg-4 { | |
7427 margin-right: 1.5rem !important; | |
7428 margin-left: 1.5rem !important; } | |
7429 .my-lg-4 { | |
7430 margin-top: 1.5rem !important; | |
7431 margin-bottom: 1.5rem !important; } | |
7432 .m-lg-5 { | |
7433 margin: 3rem !important; } | |
7434 .mt-lg-5 { | |
7435 margin-top: 3rem !important; } | |
7436 .mr-lg-5 { | |
7437 margin-right: 3rem !important; } | |
7438 .mb-lg-5 { | |
7439 margin-bottom: 3rem !important; } | |
7440 .ml-lg-5 { | |
7441 margin-left: 3rem !important; } | |
7442 .mx-lg-5 { | |
7443 margin-right: 3rem !important; | |
7444 margin-left: 3rem !important; } | |
7445 .my-lg-5 { | |
7446 margin-top: 3rem !important; | |
7447 margin-bottom: 3rem !important; } | |
7448 .p-lg-0 { | |
7449 padding: 0 !important; } | |
7450 .pt-lg-0 { | |
7451 padding-top: 0 !important; } | |
7452 .pr-lg-0 { | |
7453 padding-right: 0 !important; } | |
7454 .pb-lg-0 { | |
7455 padding-bottom: 0 !important; } | |
7456 .pl-lg-0 { | |
7457 padding-left: 0 !important; } | |
7458 .px-lg-0 { | |
7459 padding-right: 0 !important; | |
7460 padding-left: 0 !important; } | |
7461 .py-lg-0 { | |
7462 padding-top: 0 !important; | |
7463 padding-bottom: 0 !important; } | |
7464 .p-lg-1 { | |
7465 padding: 0.25rem !important; } | |
7466 .pt-lg-1 { | |
7467 padding-top: 0.25rem !important; } | |
7468 .pr-lg-1 { | |
7469 padding-right: 0.25rem !important; } | |
7470 .pb-lg-1 { | |
7471 padding-bottom: 0.25rem !important; } | |
7472 .pl-lg-1 { | |
7473 padding-left: 0.25rem !important; } | |
7474 .px-lg-1 { | |
7475 padding-right: 0.25rem !important; | |
7476 padding-left: 0.25rem !important; } | |
7477 .py-lg-1 { | |
7478 padding-top: 0.25rem !important; | |
7479 padding-bottom: 0.25rem !important; } | |
7480 .p-lg-2 { | |
7481 padding: 0.5rem !important; } | |
7482 .pt-lg-2 { | |
7483 padding-top: 0.5rem !important; } | |
7484 .pr-lg-2 { | |
7485 padding-right: 0.5rem !important; } | |
7486 .pb-lg-2 { | |
7487 padding-bottom: 0.5rem !important; } | |
7488 .pl-lg-2 { | |
7489 padding-left: 0.5rem !important; } | |
7490 .px-lg-2 { | |
7491 padding-right: 0.5rem !important; | |
7492 padding-left: 0.5rem !important; } | |
7493 .py-lg-2 { | |
7494 padding-top: 0.5rem !important; | |
7495 padding-bottom: 0.5rem !important; } | |
7496 .p-lg-3 { | |
7497 padding: 1rem !important; } | |
7498 .pt-lg-3 { | |
7499 padding-top: 1rem !important; } | |
7500 .pr-lg-3 { | |
7501 padding-right: 1rem !important; } | |
7502 .pb-lg-3 { | |
7503 padding-bottom: 1rem !important; } | |
7504 .pl-lg-3 { | |
7505 padding-left: 1rem !important; } | |
7506 .px-lg-3 { | |
7507 padding-right: 1rem !important; | |
7508 padding-left: 1rem !important; } | |
7509 .py-lg-3 { | |
7510 padding-top: 1rem !important; | |
7511 padding-bottom: 1rem !important; } | |
7512 .p-lg-4 { | |
7513 padding: 1.5rem !important; } | |
7514 .pt-lg-4 { | |
7515 padding-top: 1.5rem !important; } | |
7516 .pr-lg-4 { | |
7517 padding-right: 1.5rem !important; } | |
7518 .pb-lg-4 { | |
7519 padding-bottom: 1.5rem !important; } | |
7520 .pl-lg-4 { | |
7521 padding-left: 1.5rem !important; } | |
7522 .px-lg-4 { | |
7523 padding-right: 1.5rem !important; | |
7524 padding-left: 1.5rem !important; } | |
7525 .py-lg-4 { | |
7526 padding-top: 1.5rem !important; | |
7527 padding-bottom: 1.5rem !important; } | |
7528 .p-lg-5 { | |
7529 padding: 3rem !important; } | |
7530 .pt-lg-5 { | |
7531 padding-top: 3rem !important; } | |
7532 .pr-lg-5 { | |
7533 padding-right: 3rem !important; } | |
7534 .pb-lg-5 { | |
7535 padding-bottom: 3rem !important; } | |
7536 .pl-lg-5 { | |
7537 padding-left: 3rem !important; } | |
7538 .px-lg-5 { | |
7539 padding-right: 3rem !important; | |
7540 padding-left: 3rem !important; } | |
7541 .py-lg-5 { | |
7542 padding-top: 3rem !important; | |
7543 padding-bottom: 3rem !important; } | |
7544 .m-lg-auto { | |
7545 margin: auto !important; } | |
7546 .mt-lg-auto { | |
7547 margin-top: auto !important; } | |
7548 .mr-lg-auto { | |
7549 margin-right: auto !important; } | |
7550 .mb-lg-auto { | |
7551 margin-bottom: auto !important; } | |
7552 .ml-lg-auto { | |
7553 margin-left: auto !important; } | |
7554 .mx-lg-auto { | |
7555 margin-right: auto !important; | |
7556 margin-left: auto !important; } | |
7557 .my-lg-auto { | |
7558 margin-top: auto !important; | |
7559 margin-bottom: auto !important; } } | |
7560 | |
7561 @media (min-width: 1200px) { | |
7562 .m-xl-0 { | |
7563 margin: 0 !important; } | |
7564 .mt-xl-0 { | |
7565 margin-top: 0 !important; } | |
7566 .mr-xl-0 { | |
7567 margin-right: 0 !important; } | |
7568 .mb-xl-0 { | |
7569 margin-bottom: 0 !important; } | |
7570 .ml-xl-0 { | |
7571 margin-left: 0 !important; } | |
7572 .mx-xl-0 { | |
7573 margin-right: 0 !important; | |
7574 margin-left: 0 !important; } | |
7575 .my-xl-0 { | |
7576 margin-top: 0 !important; | |
7577 margin-bottom: 0 !important; } | |
7578 .m-xl-1 { | |
7579 margin: 0.25rem !important; } | |
7580 .mt-xl-1 { | |
7581 margin-top: 0.25rem !important; } | |
7582 .mr-xl-1 { | |
7583 margin-right: 0.25rem !important; } | |
7584 .mb-xl-1 { | |
7585 margin-bottom: 0.25rem !important; } | |
7586 .ml-xl-1 { | |
7587 margin-left: 0.25rem !important; } | |
7588 .mx-xl-1 { | |
7589 margin-right: 0.25rem !important; | |
7590 margin-left: 0.25rem !important; } | |
7591 .my-xl-1 { | |
7592 margin-top: 0.25rem !important; | |
7593 margin-bottom: 0.25rem !important; } | |
7594 .m-xl-2 { | |
7595 margin: 0.5rem !important; } | |
7596 .mt-xl-2 { | |
7597 margin-top: 0.5rem !important; } | |
7598 .mr-xl-2 { | |
7599 margin-right: 0.5rem !important; } | |
7600 .mb-xl-2 { | |
7601 margin-bottom: 0.5rem !important; } | |
7602 .ml-xl-2 { | |
7603 margin-left: 0.5rem !important; } | |
7604 .mx-xl-2 { | |
7605 margin-right: 0.5rem !important; | |
7606 margin-left: 0.5rem !important; } | |
7607 .my-xl-2 { | |
7608 margin-top: 0.5rem !important; | |
7609 margin-bottom: 0.5rem !important; } | |
7610 .m-xl-3 { | |
7611 margin: 1rem !important; } | |
7612 .mt-xl-3 { | |
7613 margin-top: 1rem !important; } | |
7614 .mr-xl-3 { | |
7615 margin-right: 1rem !important; } | |
7616 .mb-xl-3 { | |
7617 margin-bottom: 1rem !important; } | |
7618 .ml-xl-3 { | |
7619 margin-left: 1rem !important; } | |
7620 .mx-xl-3 { | |
7621 margin-right: 1rem !important; | |
7622 margin-left: 1rem !important; } | |
7623 .my-xl-3 { | |
7624 margin-top: 1rem !important; | |
7625 margin-bottom: 1rem !important; } | |
7626 .m-xl-4 { | |
7627 margin: 1.5rem !important; } | |
7628 .mt-xl-4 { | |
7629 margin-top: 1.5rem !important; } | |
7630 .mr-xl-4 { | |
7631 margin-right: 1.5rem !important; } | |
7632 .mb-xl-4 { | |
7633 margin-bottom: 1.5rem !important; } | |
7634 .ml-xl-4 { | |
7635 margin-left: 1.5rem !important; } | |
7636 .mx-xl-4 { | |
7637 margin-right: 1.5rem !important; | |
7638 margin-left: 1.5rem !important; } | |
7639 .my-xl-4 { | |
7640 margin-top: 1.5rem !important; | |
7641 margin-bottom: 1.5rem !important; } | |
7642 .m-xl-5 { | |
7643 margin: 3rem !important; } | |
7644 .mt-xl-5 { | |
7645 margin-top: 3rem !important; } | |
7646 .mr-xl-5 { | |
7647 margin-right: 3rem !important; } | |
7648 .mb-xl-5 { | |
7649 margin-bottom: 3rem !important; } | |
7650 .ml-xl-5 { | |
7651 margin-left: 3rem !important; } | |
7652 .mx-xl-5 { | |
7653 margin-right: 3rem !important; | |
7654 margin-left: 3rem !important; } | |
7655 .my-xl-5 { | |
7656 margin-top: 3rem !important; | |
7657 margin-bottom: 3rem !important; } | |
7658 .p-xl-0 { | |
7659 padding: 0 !important; } | |
7660 .pt-xl-0 { | |
7661 padding-top: 0 !important; } | |
7662 .pr-xl-0 { | |
7663 padding-right: 0 !important; } | |
7664 .pb-xl-0 { | |
7665 padding-bottom: 0 !important; } | |
7666 .pl-xl-0 { | |
7667 padding-left: 0 !important; } | |
7668 .px-xl-0 { | |
7669 padding-right: 0 !important; | |
7670 padding-left: 0 !important; } | |
7671 .py-xl-0 { | |
7672 padding-top: 0 !important; | |
7673 padding-bottom: 0 !important; } | |
7674 .p-xl-1 { | |
7675 padding: 0.25rem !important; } | |
7676 .pt-xl-1 { | |
7677 padding-top: 0.25rem !important; } | |
7678 .pr-xl-1 { | |
7679 padding-right: 0.25rem !important; } | |
7680 .pb-xl-1 { | |
7681 padding-bottom: 0.25rem !important; } | |
7682 .pl-xl-1 { | |
7683 padding-left: 0.25rem !important; } | |
7684 .px-xl-1 { | |
7685 padding-right: 0.25rem !important; | |
7686 padding-left: 0.25rem !important; } | |
7687 .py-xl-1 { | |
7688 padding-top: 0.25rem !important; | |
7689 padding-bottom: 0.25rem !important; } | |
7690 .p-xl-2 { | |
7691 padding: 0.5rem !important; } | |
7692 .pt-xl-2 { | |
7693 padding-top: 0.5rem !important; } | |
7694 .pr-xl-2 { | |
7695 padding-right: 0.5rem !important; } | |
7696 .pb-xl-2 { | |
7697 padding-bottom: 0.5rem !important; } | |
7698 .pl-xl-2 { | |
7699 padding-left: 0.5rem !important; } | |
7700 .px-xl-2 { | |
7701 padding-right: 0.5rem !important; | |
7702 padding-left: 0.5rem !important; } | |
7703 .py-xl-2 { | |
7704 padding-top: 0.5rem !important; | |
7705 padding-bottom: 0.5rem !important; } | |
7706 .p-xl-3 { | |
7707 padding: 1rem !important; } | |
7708 .pt-xl-3 { | |
7709 padding-top: 1rem !important; } | |
7710 .pr-xl-3 { | |
7711 padding-right: 1rem !important; } | |
7712 .pb-xl-3 { | |
7713 padding-bottom: 1rem !important; } | |
7714 .pl-xl-3 { | |
7715 padding-left: 1rem !important; } | |
7716 .px-xl-3 { | |
7717 padding-right: 1rem !important; | |
7718 padding-left: 1rem !important; } | |
7719 .py-xl-3 { | |
7720 padding-top: 1rem !important; | |
7721 padding-bottom: 1rem !important; } | |
7722 .p-xl-4 { | |
7723 padding: 1.5rem !important; } | |
7724 .pt-xl-4 { | |
7725 padding-top: 1.5rem !important; } | |
7726 .pr-xl-4 { | |
7727 padding-right: 1.5rem !important; } | |
7728 .pb-xl-4 { | |
7729 padding-bottom: 1.5rem !important; } | |
7730 .pl-xl-4 { | |
7731 padding-left: 1.5rem !important; } | |
7732 .px-xl-4 { | |
7733 padding-right: 1.5rem !important; | |
7734 padding-left: 1.5rem !important; } | |
7735 .py-xl-4 { | |
7736 padding-top: 1.5rem !important; | |
7737 padding-bottom: 1.5rem !important; } | |
7738 .p-xl-5 { | |
7739 padding: 3rem !important; } | |
7740 .pt-xl-5 { | |
7741 padding-top: 3rem !important; } | |
7742 .pr-xl-5 { | |
7743 padding-right: 3rem !important; } | |
7744 .pb-xl-5 { | |
7745 padding-bottom: 3rem !important; } | |
7746 .pl-xl-5 { | |
7747 padding-left: 3rem !important; } | |
7748 .px-xl-5 { | |
7749 padding-right: 3rem !important; | |
7750 padding-left: 3rem !important; } | |
7751 .py-xl-5 { | |
7752 padding-top: 3rem !important; | |
7753 padding-bottom: 3rem !important; } | |
7754 .m-xl-auto { | |
7755 margin: auto !important; } | |
7756 .mt-xl-auto { | |
7757 margin-top: auto !important; } | |
7758 .mr-xl-auto { | |
7759 margin-right: auto !important; } | |
7760 .mb-xl-auto { | |
7761 margin-bottom: auto !important; } | |
7762 .ml-xl-auto { | |
7763 margin-left: auto !important; } | |
7764 .mx-xl-auto { | |
7765 margin-right: auto !important; | |
7766 margin-left: auto !important; } | |
7767 .my-xl-auto { | |
7768 margin-top: auto !important; | |
7769 margin-bottom: auto !important; } } | |
7770 | |
7771 .text-justify { | |
7772 text-align: justify !important; } | |
7773 | |
7774 .text-nowrap { | |
7775 white-space: nowrap !important; } | |
7776 | |
7777 .text-truncate { | |
7778 overflow: hidden; | |
7779 text-overflow: ellipsis; | |
7780 white-space: nowrap; } | |
7781 | |
7782 .text-left { | |
7783 text-align: left !important; } | |
7784 | |
7785 .text-right { | |
7786 text-align: right !important; } | |
7787 | |
7788 .text-center { | |
7789 text-align: center !important; } | |
7790 | |
7791 @media (min-width: 576px) { | |
7792 .text-sm-left { | |
7793 text-align: left !important; } | |
7794 .text-sm-right { | |
7795 text-align: right !important; } | |
7796 .text-sm-center { | |
7797 text-align: center !important; } } | |
7798 | |
7799 @media (min-width: 768px) { | |
7800 .text-md-left { | |
7801 text-align: left !important; } | |
7802 .text-md-right { | |
7803 text-align: right !important; } | |
7804 .text-md-center { | |
7805 text-align: center !important; } } | |
7806 | |
7807 @media (min-width: 992px) { | |
7808 .text-lg-left { | |
7809 text-align: left !important; } | |
7810 .text-lg-right { | |
7811 text-align: right !important; } | |
7812 .text-lg-center { | |
7813 text-align: center !important; } } | |
7814 | |
7815 @media (min-width: 1200px) { | |
7816 .text-xl-left { | |
7817 text-align: left !important; } | |
7818 .text-xl-right { | |
7819 text-align: right !important; } | |
7820 .text-xl-center { | |
7821 text-align: center !important; } } | |
7822 | |
7823 .text-lowercase { | |
7824 text-transform: lowercase !important; } | |
7825 | |
7826 .text-uppercase { | |
7827 text-transform: uppercase !important; } | |
7828 | |
7829 .text-capitalize { | |
7830 text-transform: capitalize !important; } | |
7831 | |
7832 .font-weight-normal { | |
7833 font-weight: 400; } | |
7834 | |
7835 .font-weight-bold { | |
7836 font-weight: bold; } | |
7837 | |
7838 .font-italic { | |
7839 font-style: italic; } | |
7840 | |
7841 .text-white { | |
7842 color: #fff !important; } | |
7843 | |
7844 .text-color-scheme { | |
7845 color: #8253eb !important; } | |
7846 | |
7847 a.text-color-scheme:focus, a.text-color-scheme:hover { | |
7848 color: #6125e6 !important; } | |
7849 | |
7850 .text-color-scheme-dark { | |
7851 color: #835c9e !important; } | |
7852 | |
7853 a.text-color-scheme-dark:focus, a.text-color-scheme-dark:hover { | |
7854 color: #68497e !important; } | |
7855 | |
7856 .text-content-color { | |
7857 color: #999 !important; } | |
7858 | |
7859 a.text-content-color:focus, a.text-content-color:hover { | |
7860 color: gray !important; } | |
7861 | |
7862 .text-content { | |
7863 color: #999 !important; } | |
7864 | |
7865 a.text-content:focus, a.text-content:hover { | |
7866 color: gray !important; } | |
7867 | |
7868 .text-primary { | |
7869 color: #8253eb !important; } | |
7870 | |
7871 a.text-primary:focus, a.text-primary:hover { | |
7872 color: #6125e6 !important; } | |
7873 | |
7874 .text-secondary { | |
7875 color: #868e96 !important; } | |
7876 | |
7877 a.text-secondary:focus, a.text-secondary:hover { | |
7878 color: #6c757d !important; } | |
7879 | |
7880 .text-success { | |
7881 color: #38d57a !important; } | |
7882 | |
7883 a.text-success:focus, a.text-success:hover { | |
7884 color: #26b462 !important; } | |
7885 | |
7886 .text-info { | |
7887 color: #03a9f3 !important; } | |
7888 | |
7889 a.text-info:focus, a.text-info:hover { | |
7890 color: #0286c1 !important; } | |
7891 | |
7892 .text-warning { | |
7893 color: #ffcc02 !important; } | |
7894 | |
7895 a.text-warning:focus, a.text-warning:hover { | |
7896 color: #cea400 !important; } | |
7897 | |
7898 .text-danger { | |
7899 color: #e6614f !important; } | |
7900 | |
7901 a.text-danger:focus, a.text-danger:hover { | |
7902 color: #e03922 !important; } | |
7903 | |
7904 .text-light { | |
7905 color: #f8f9fa !important; } | |
7906 | |
7907 a.text-light:focus, a.text-light:hover { | |
7908 color: #dae0e5 !important; } | |
7909 | |
7910 .text-dark { | |
7911 color: #343a40 !important; } | |
7912 | |
7913 a.text-dark:focus, a.text-dark:hover { | |
7914 color: #1d2124 !important; } | |
7915 | |
7916 .text-gray-100 { | |
7917 color: #f8f9fa !important; } | |
7918 | |
7919 a.text-gray-100:focus, a.text-gray-100:hover { | |
7920 color: #dae0e5 !important; } | |
7921 | |
7922 .text-gray-200 { | |
7923 color: #ddd !important; } | |
7924 | |
7925 a.text-gray-200:focus, a.text-gray-200:hover { | |
7926 color: #c4c4c4 !important; } | |
7927 | |
7928 .text-gray-300 { | |
7929 color: #bbb !important; } | |
7930 | |
7931 a.text-gray-300:focus, a.text-gray-300:hover { | |
7932 color: #a2a2a2 !important; } | |
7933 | |
7934 .text-gray-400 { | |
7935 color: #aaa !important; } | |
7936 | |
7937 a.text-gray-400:focus, a.text-gray-400:hover { | |
7938 color: #919191 !important; } | |
7939 | |
7940 .text-gray-500 { | |
7941 color: #999 !important; } | |
7942 | |
7943 a.text-gray-500:focus, a.text-gray-500:hover { | |
7944 color: gray !important; } | |
7945 | |
7946 .text-gray-600 { | |
7947 color: #868e96 !important; } | |
7948 | |
7949 a.text-gray-600:focus, a.text-gray-600:hover { | |
7950 color: #6c757d !important; } | |
7951 | |
7952 .text-gray-700 { | |
7953 color: #495057 !important; } | |
7954 | |
7955 a.text-gray-700:focus, a.text-gray-700:hover { | |
7956 color: #32373b !important; } | |
7957 | |
7958 .text-gray-800 { | |
7959 color: #343a40 !important; } | |
7960 | |
7961 a.text-gray-800:focus, a.text-gray-800:hover { | |
7962 color: #1d2124 !important; } | |
7963 | |
7964 .text-gray-900 { | |
7965 color: #212529 !important; } | |
7966 | |
7967 a.text-gray-900:focus, a.text-gray-900:hover { | |
7968 color: #0a0c0d !important; } | |
7969 | |
7970 .text-muted { | |
7971 color: #bbb !important; } | |
7972 | |
7973 .text-hide { | |
7974 font: 0/0 a; | |
7975 color: transparent; | |
7976 text-shadow: none; | |
7977 background-color: transparent; | |
7978 border: 0; } | |
7979 | |
7980 .visible { | |
7981 visibility: visible !important; } | |
7982 | |
7983 .invisible { | |
7984 visibility: hidden !important; } | |
7985 | |
7986 /* | |
7987 * Name: Admin Html | |
7988 * Written by: Unifato - (http://unifato.com) | |
7989 * Version: 2.0 | |
7990 */ | |
7991 /*! | |
7992 * animate.css -http://daneden.me/animate | |
7993 * Version - 3.5.1 | |
7994 * Licensed under the MIT license - http://opensource.org/licenses/MIT | |
7995 * | |
7996 * Copyright (c) 2016 Daniel Eden | |
7997 */ | |
7998 .animated { | |
7999 -webkit-animation-duration: .75s; | |
8000 animation-duration: .75s; | |
8001 -webkit-animation-fill-mode: both; | |
8002 animation-fill-mode: both; } | |
8003 | |
8004 .animated.infinite { | |
8005 -webkit-animation-iteration-count: infinite; | |
8006 animation-iteration-count: infinite; } | |
8007 | |
8008 .animated.hinge { | |
8009 -webkit-animation-duration: 2s; | |
8010 animation-duration: 2s; } | |
8011 | |
8012 .animated.flipOutX, | |
8013 .animated.flipOutY, | |
8014 .animated.bounceIn, | |
8015 .animated.bounceOut { | |
8016 -webkit-animation-duration: .75s; | |
8017 animation-duration: .75s; } | |
8018 | |
8019 @-webkit-keyframes bounce { | |
8020 from, 20%, 53%, 80%, to { | |
8021 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8022 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8023 -webkit-transform: translate3d(0, 0, 0); | |
8024 transform: translate3d(0, 0, 0); } | |
8025 40%, 43% { | |
8026 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8027 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8028 -webkit-transform: translate3d(0, -30px, 0); | |
8029 transform: translate3d(0, -30px, 0); } | |
8030 70% { | |
8031 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8032 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8033 -webkit-transform: translate3d(0, -15px, 0); | |
8034 transform: translate3d(0, -15px, 0); } | |
8035 90% { | |
8036 -webkit-transform: translate3d(0, -4px, 0); | |
8037 transform: translate3d(0, -4px, 0); } } | |
8038 | |
8039 @keyframes bounce { | |
8040 from, 20%, 53%, 80%, to { | |
8041 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8042 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8043 -webkit-transform: translate3d(0, 0, 0); | |
8044 transform: translate3d(0, 0, 0); } | |
8045 40%, 43% { | |
8046 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8047 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8048 -webkit-transform: translate3d(0, -30px, 0); | |
8049 transform: translate3d(0, -30px, 0); } | |
8050 70% { | |
8051 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8052 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); | |
8053 -webkit-transform: translate3d(0, -15px, 0); | |
8054 transform: translate3d(0, -15px, 0); } | |
8055 90% { | |
8056 -webkit-transform: translate3d(0, -4px, 0); | |
8057 transform: translate3d(0, -4px, 0); } } | |
8058 | |
8059 .bounce { | |
8060 -webkit-animation-name: bounce; | |
8061 animation-name: bounce; | |
8062 -webkit-transform-origin: center bottom; | |
8063 transform-origin: center bottom; } | |
8064 | |
8065 @-webkit-keyframes flash { | |
8066 from, 50%, to { | |
8067 opacity: 1; } | |
8068 25%, 75% { | |
8069 opacity: 0; } } | |
8070 | |
8071 @keyframes flash { | |
8072 from, 50%, to { | |
8073 opacity: 1; } | |
8074 25%, 75% { | |
8075 opacity: 0; } } | |
8076 | |
8077 .flash { | |
8078 -webkit-animation-name: flash; | |
8079 animation-name: flash; } | |
8080 | |
8081 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ | |
8082 @-webkit-keyframes pulse { | |
8083 from { | |
8084 -webkit-transform: scale3d(1, 1, 1); | |
8085 transform: scale3d(1, 1, 1); } | |
8086 50% { | |
8087 -webkit-transform: scale3d(1.05, 1.05, 1.05); | |
8088 transform: scale3d(1.05, 1.05, 1.05); } | |
8089 to { | |
8090 -webkit-transform: scale3d(1, 1, 1); | |
8091 transform: scale3d(1, 1, 1); } } | |
8092 | |
8093 @keyframes pulse { | |
8094 from { | |
8095 -webkit-transform: scale3d(1, 1, 1); | |
8096 transform: scale3d(1, 1, 1); } | |
8097 50% { | |
8098 -webkit-transform: scale3d(1.05, 1.05, 1.05); | |
8099 transform: scale3d(1.05, 1.05, 1.05); } | |
8100 to { | |
8101 -webkit-transform: scale3d(1, 1, 1); | |
8102 transform: scale3d(1, 1, 1); } } | |
8103 | |
8104 .pulse { | |
8105 -webkit-animation-name: pulse; | |
8106 animation-name: pulse; } | |
8107 | |
8108 @-webkit-keyframes rubberBand { | |
8109 from { | |
8110 -webkit-transform: scale3d(1, 1, 1); | |
8111 transform: scale3d(1, 1, 1); } | |
8112 30% { | |
8113 -webkit-transform: scale3d(1.25, 0.75, 1); | |
8114 transform: scale3d(1.25, 0.75, 1); } | |
8115 40% { | |
8116 -webkit-transform: scale3d(0.75, 1.25, 1); | |
8117 transform: scale3d(0.75, 1.25, 1); } | |
8118 50% { | |
8119 -webkit-transform: scale3d(1.15, 0.85, 1); | |
8120 transform: scale3d(1.15, 0.85, 1); } | |
8121 65% { | |
8122 -webkit-transform: scale3d(0.95, 1.05, 1); | |
8123 transform: scale3d(0.95, 1.05, 1); } | |
8124 75% { | |
8125 -webkit-transform: scale3d(1.05, 0.95, 1); | |
8126 transform: scale3d(1.05, 0.95, 1); } | |
8127 to { | |
8128 -webkit-transform: scale3d(1, 1, 1); | |
8129 transform: scale3d(1, 1, 1); } } | |
8130 | |
8131 @keyframes rubberBand { | |
8132 from { | |
8133 -webkit-transform: scale3d(1, 1, 1); | |
8134 transform: scale3d(1, 1, 1); } | |
8135 30% { | |
8136 -webkit-transform: scale3d(1.25, 0.75, 1); | |
8137 transform: scale3d(1.25, 0.75, 1); } | |
8138 40% { | |
8139 -webkit-transform: scale3d(0.75, 1.25, 1); | |
8140 transform: scale3d(0.75, 1.25, 1); } | |
8141 50% { | |
8142 -webkit-transform: scale3d(1.15, 0.85, 1); | |
8143 transform: scale3d(1.15, 0.85, 1); } | |
8144 65% { | |
8145 -webkit-transform: scale3d(0.95, 1.05, 1); | |
8146 transform: scale3d(0.95, 1.05, 1); } | |
8147 75% { | |
8148 -webkit-transform: scale3d(1.05, 0.95, 1); | |
8149 transform: scale3d(1.05, 0.95, 1); } | |
8150 to { | |
8151 -webkit-transform: scale3d(1, 1, 1); | |
8152 transform: scale3d(1, 1, 1); } } | |
8153 | |
8154 .rubberBand { | |
8155 -webkit-animation-name: rubberBand; | |
8156 animation-name: rubberBand; } | |
8157 | |
8158 @-webkit-keyframes shake { | |
8159 from, to { | |
8160 -webkit-transform: translate3d(0, 0, 0); | |
8161 transform: translate3d(0, 0, 0); } | |
8162 10%, 30%, 50%, 70%, 90% { | |
8163 -webkit-transform: translate3d(-10px, 0, 0); | |
8164 transform: translate3d(-10px, 0, 0); } | |
8165 20%, 40%, 60%, 80% { | |
8166 -webkit-transform: translate3d(10px, 0, 0); | |
8167 transform: translate3d(10px, 0, 0); } } | |
8168 | |
8169 @keyframes shake { | |
8170 from, to { | |
8171 -webkit-transform: translate3d(0, 0, 0); | |
8172 transform: translate3d(0, 0, 0); } | |
8173 10%, 30%, 50%, 70%, 90% { | |
8174 -webkit-transform: translate3d(-10px, 0, 0); | |
8175 transform: translate3d(-10px, 0, 0); } | |
8176 20%, 40%, 60%, 80% { | |
8177 -webkit-transform: translate3d(10px, 0, 0); | |
8178 transform: translate3d(10px, 0, 0); } } | |
8179 | |
8180 .shake { | |
8181 -webkit-animation-name: shake; | |
8182 animation-name: shake; } | |
8183 | |
8184 @-webkit-keyframes headShake { | |
8185 0% { | |
8186 -webkit-transform: translateX(0); | |
8187 transform: translateX(0); } | |
8188 6.5% { | |
8189 -webkit-transform: translateX(-6px) rotateY(-9deg); | |
8190 transform: translateX(-6px) rotateY(-9deg); } | |
8191 18.5% { | |
8192 -webkit-transform: translateX(5px) rotateY(7deg); | |
8193 transform: translateX(5px) rotateY(7deg); } | |
8194 31.5% { | |
8195 -webkit-transform: translateX(-3px) rotateY(-5deg); | |
8196 transform: translateX(-3px) rotateY(-5deg); } | |
8197 43.5% { | |
8198 -webkit-transform: translateX(2px) rotateY(3deg); | |
8199 transform: translateX(2px) rotateY(3deg); } | |
8200 50% { | |
8201 -webkit-transform: translateX(0); | |
8202 transform: translateX(0); } } | |
8203 | |
8204 @keyframes headShake { | |
8205 0% { | |
8206 -webkit-transform: translateX(0); | |
8207 transform: translateX(0); } | |
8208 6.5% { | |
8209 -webkit-transform: translateX(-6px) rotateY(-9deg); | |
8210 transform: translateX(-6px) rotateY(-9deg); } | |
8211 18.5% { | |
8212 -webkit-transform: translateX(5px) rotateY(7deg); | |
8213 transform: translateX(5px) rotateY(7deg); } | |
8214 31.5% { | |
8215 -webkit-transform: translateX(-3px) rotateY(-5deg); | |
8216 transform: translateX(-3px) rotateY(-5deg); } | |
8217 43.5% { | |
8218 -webkit-transform: translateX(2px) rotateY(3deg); | |
8219 transform: translateX(2px) rotateY(3deg); } | |
8220 50% { | |
8221 -webkit-transform: translateX(0); | |
8222 transform: translateX(0); } } | |
8223 | |
8224 .headShake { | |
8225 -webkit-animation-timing-function: ease-in-out; | |
8226 animation-timing-function: ease-in-out; | |
8227 -webkit-animation-name: headShake; | |
8228 animation-name: headShake; } | |
8229 | |
8230 @-webkit-keyframes swing { | |
8231 20% { | |
8232 -webkit-transform: rotate3d(0, 0, 1, 15deg); | |
8233 transform: rotate3d(0, 0, 1, 15deg); } | |
8234 40% { | |
8235 -webkit-transform: rotate3d(0, 0, 1, -10deg); | |
8236 transform: rotate3d(0, 0, 1, -10deg); } | |
8237 60% { | |
8238 -webkit-transform: rotate3d(0, 0, 1, 5deg); | |
8239 transform: rotate3d(0, 0, 1, 5deg); } | |
8240 80% { | |
8241 -webkit-transform: rotate3d(0, 0, 1, -5deg); | |
8242 transform: rotate3d(0, 0, 1, -5deg); } | |
8243 to { | |
8244 -webkit-transform: rotate3d(0, 0, 1, 0deg); | |
8245 transform: rotate3d(0, 0, 1, 0deg); } } | |
8246 | |
8247 @keyframes swing { | |
8248 20% { | |
8249 -webkit-transform: rotate3d(0, 0, 1, 15deg); | |
8250 transform: rotate3d(0, 0, 1, 15deg); } | |
8251 40% { | |
8252 -webkit-transform: rotate3d(0, 0, 1, -10deg); | |
8253 transform: rotate3d(0, 0, 1, -10deg); } | |
8254 60% { | |
8255 -webkit-transform: rotate3d(0, 0, 1, 5deg); | |
8256 transform: rotate3d(0, 0, 1, 5deg); } | |
8257 80% { | |
8258 -webkit-transform: rotate3d(0, 0, 1, -5deg); | |
8259 transform: rotate3d(0, 0, 1, -5deg); } | |
8260 to { | |
8261 -webkit-transform: rotate3d(0, 0, 1, 0deg); | |
8262 transform: rotate3d(0, 0, 1, 0deg); } } | |
8263 | |
8264 .swing { | |
8265 -webkit-transform-origin: top center; | |
8266 transform-origin: top center; | |
8267 -webkit-animation-name: swing; | |
8268 animation-name: swing; } | |
8269 | |
8270 @-webkit-keyframes tada { | |
8271 from { | |
8272 -webkit-transform: scale3d(1, 1, 1); | |
8273 transform: scale3d(1, 1, 1); } | |
8274 10%, 20% { | |
8275 -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); | |
8276 transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } | |
8277 30%, 50%, 70%, 90% { | |
8278 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); | |
8279 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } | |
8280 40%, 60%, 80% { | |
8281 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); | |
8282 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } | |
8283 to { | |
8284 -webkit-transform: scale3d(1, 1, 1); | |
8285 transform: scale3d(1, 1, 1); } } | |
8286 | |
8287 @keyframes tada { | |
8288 from { | |
8289 -webkit-transform: scale3d(1, 1, 1); | |
8290 transform: scale3d(1, 1, 1); } | |
8291 10%, 20% { | |
8292 -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); | |
8293 transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } | |
8294 30%, 50%, 70%, 90% { | |
8295 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); | |
8296 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } | |
8297 40%, 60%, 80% { | |
8298 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); | |
8299 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } | |
8300 to { | |
8301 -webkit-transform: scale3d(1, 1, 1); | |
8302 transform: scale3d(1, 1, 1); } } | |
8303 | |
8304 .tada { | |
8305 -webkit-animation-name: tada; | |
8306 animation-name: tada; } | |
8307 | |
8308 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ | |
8309 @-webkit-keyframes wobble { | |
8310 from { | |
8311 -webkit-transform: none; | |
8312 transform: none; } | |
8313 15% { | |
8314 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); | |
8315 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } | |
8316 30% { | |
8317 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); | |
8318 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } | |
8319 45% { | |
8320 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); | |
8321 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } | |
8322 60% { | |
8323 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); | |
8324 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } | |
8325 75% { | |
8326 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); | |
8327 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } | |
8328 to { | |
8329 -webkit-transform: none; | |
8330 transform: none; } } | |
8331 | |
8332 @keyframes wobble { | |
8333 from { | |
8334 -webkit-transform: none; | |
8335 transform: none; } | |
8336 15% { | |
8337 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); | |
8338 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } | |
8339 30% { | |
8340 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); | |
8341 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } | |
8342 45% { | |
8343 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); | |
8344 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } | |
8345 60% { | |
8346 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); | |
8347 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } | |
8348 75% { | |
8349 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); | |
8350 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } | |
8351 to { | |
8352 -webkit-transform: none; | |
8353 transform: none; } } | |
8354 | |
8355 .wobble { | |
8356 -webkit-animation-name: wobble; | |
8357 animation-name: wobble; } | |
8358 | |
8359 @-webkit-keyframes jello { | |
8360 from, 11.1%, to { | |
8361 -webkit-transform: none; | |
8362 transform: none; } | |
8363 22.2% { | |
8364 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); | |
8365 transform: skewX(-12.5deg) skewY(-12.5deg); } | |
8366 33.3% { | |
8367 -webkit-transform: skewX(6.25deg) skewY(6.25deg); | |
8368 transform: skewX(6.25deg) skewY(6.25deg); } | |
8369 44.4% { | |
8370 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); | |
8371 transform: skewX(-3.125deg) skewY(-3.125deg); } | |
8372 55.5% { | |
8373 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); | |
8374 transform: skewX(1.5625deg) skewY(1.5625deg); } | |
8375 66.6% { | |
8376 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); | |
8377 transform: skewX(-0.78125deg) skewY(-0.78125deg); } | |
8378 77.7% { | |
8379 -webkit-transform: skewX(0.39062deg) skewY(0.39062deg); | |
8380 transform: skewX(0.39062deg) skewY(0.39062deg); } | |
8381 88.8% { | |
8382 -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); | |
8383 transform: skewX(-0.19531deg) skewY(-0.19531deg); } } | |
8384 | |
8385 @keyframes jello { | |
8386 from, 11.1%, to { | |
8387 -webkit-transform: none; | |
8388 transform: none; } | |
8389 22.2% { | |
8390 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); | |
8391 transform: skewX(-12.5deg) skewY(-12.5deg); } | |
8392 33.3% { | |
8393 -webkit-transform: skewX(6.25deg) skewY(6.25deg); | |
8394 transform: skewX(6.25deg) skewY(6.25deg); } | |
8395 44.4% { | |
8396 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); | |
8397 transform: skewX(-3.125deg) skewY(-3.125deg); } | |
8398 55.5% { | |
8399 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); | |
8400 transform: skewX(1.5625deg) skewY(1.5625deg); } | |
8401 66.6% { | |
8402 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); | |
8403 transform: skewX(-0.78125deg) skewY(-0.78125deg); } | |
8404 77.7% { | |
8405 -webkit-transform: skewX(0.39062deg) skewY(0.39062deg); | |
8406 transform: skewX(0.39062deg) skewY(0.39062deg); } | |
8407 88.8% { | |
8408 -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); | |
8409 transform: skewX(-0.19531deg) skewY(-0.19531deg); } } | |
8410 | |
8411 .jello { | |
8412 -webkit-animation-name: jello; | |
8413 animation-name: jello; | |
8414 -webkit-transform-origin: center; | |
8415 transform-origin: center; } | |
8416 | |
8417 @-webkit-keyframes bounceIn { | |
8418 from, 20%, 40%, 60%, 80%, to { | |
8419 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8420 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8421 0% { | |
8422 opacity: 0; | |
8423 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
8424 transform: scale3d(0.3, 0.3, 0.3); } | |
8425 20% { | |
8426 -webkit-transform: scale3d(1.1, 1.1, 1.1); | |
8427 transform: scale3d(1.1, 1.1, 1.1); } | |
8428 40% { | |
8429 -webkit-transform: scale3d(0.9, 0.9, 0.9); | |
8430 transform: scale3d(0.9, 0.9, 0.9); } | |
8431 60% { | |
8432 opacity: 1; | |
8433 -webkit-transform: scale3d(1.03, 1.03, 1.03); | |
8434 transform: scale3d(1.03, 1.03, 1.03); } | |
8435 80% { | |
8436 -webkit-transform: scale3d(0.97, 0.97, 0.97); | |
8437 transform: scale3d(0.97, 0.97, 0.97); } | |
8438 to { | |
8439 opacity: 1; | |
8440 -webkit-transform: scale3d(1, 1, 1); | |
8441 transform: scale3d(1, 1, 1); } } | |
8442 | |
8443 @keyframes bounceIn { | |
8444 from, 20%, 40%, 60%, 80%, to { | |
8445 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8446 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8447 0% { | |
8448 opacity: 0; | |
8449 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
8450 transform: scale3d(0.3, 0.3, 0.3); } | |
8451 20% { | |
8452 -webkit-transform: scale3d(1.1, 1.1, 1.1); | |
8453 transform: scale3d(1.1, 1.1, 1.1); } | |
8454 40% { | |
8455 -webkit-transform: scale3d(0.9, 0.9, 0.9); | |
8456 transform: scale3d(0.9, 0.9, 0.9); } | |
8457 60% { | |
8458 opacity: 1; | |
8459 -webkit-transform: scale3d(1.03, 1.03, 1.03); | |
8460 transform: scale3d(1.03, 1.03, 1.03); } | |
8461 80% { | |
8462 -webkit-transform: scale3d(0.97, 0.97, 0.97); | |
8463 transform: scale3d(0.97, 0.97, 0.97); } | |
8464 to { | |
8465 opacity: 1; | |
8466 -webkit-transform: scale3d(1, 1, 1); | |
8467 transform: scale3d(1, 1, 1); } } | |
8468 | |
8469 .bounceIn { | |
8470 -webkit-animation-name: bounceIn; | |
8471 animation-name: bounceIn; } | |
8472 | |
8473 @-webkit-keyframes bounceInDown { | |
8474 from, 60%, 75%, 90%, to { | |
8475 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8476 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8477 0% { | |
8478 opacity: 0; | |
8479 -webkit-transform: translate3d(0, -3000px, 0); | |
8480 transform: translate3d(0, -3000px, 0); } | |
8481 60% { | |
8482 opacity: 1; | |
8483 -webkit-transform: translate3d(0, 25px, 0); | |
8484 transform: translate3d(0, 25px, 0); } | |
8485 75% { | |
8486 -webkit-transform: translate3d(0, -10px, 0); | |
8487 transform: translate3d(0, -10px, 0); } | |
8488 90% { | |
8489 -webkit-transform: translate3d(0, 5px, 0); | |
8490 transform: translate3d(0, 5px, 0); } | |
8491 to { | |
8492 -webkit-transform: none; | |
8493 transform: none; } } | |
8494 | |
8495 @keyframes bounceInDown { | |
8496 from, 60%, 75%, 90%, to { | |
8497 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8498 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8499 0% { | |
8500 opacity: 0; | |
8501 -webkit-transform: translate3d(0, -3000px, 0); | |
8502 transform: translate3d(0, -3000px, 0); } | |
8503 60% { | |
8504 opacity: 1; | |
8505 -webkit-transform: translate3d(0, 25px, 0); | |
8506 transform: translate3d(0, 25px, 0); } | |
8507 75% { | |
8508 -webkit-transform: translate3d(0, -10px, 0); | |
8509 transform: translate3d(0, -10px, 0); } | |
8510 90% { | |
8511 -webkit-transform: translate3d(0, 5px, 0); | |
8512 transform: translate3d(0, 5px, 0); } | |
8513 to { | |
8514 -webkit-transform: none; | |
8515 transform: none; } } | |
8516 | |
8517 .bounceInDown { | |
8518 -webkit-animation-name: bounceInDown; | |
8519 animation-name: bounceInDown; } | |
8520 | |
8521 @-webkit-keyframes bounceInLeft { | |
8522 from, 60%, 75%, 90%, to { | |
8523 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8524 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8525 0% { | |
8526 opacity: 0; | |
8527 -webkit-transform: translate3d(-3000px, 0, 0); | |
8528 transform: translate3d(-3000px, 0, 0); } | |
8529 60% { | |
8530 opacity: 1; | |
8531 -webkit-transform: translate3d(25px, 0, 0); | |
8532 transform: translate3d(25px, 0, 0); } | |
8533 75% { | |
8534 -webkit-transform: translate3d(-10px, 0, 0); | |
8535 transform: translate3d(-10px, 0, 0); } | |
8536 90% { | |
8537 -webkit-transform: translate3d(5px, 0, 0); | |
8538 transform: translate3d(5px, 0, 0); } | |
8539 to { | |
8540 -webkit-transform: none; | |
8541 transform: none; } } | |
8542 | |
8543 @keyframes bounceInLeft { | |
8544 from, 60%, 75%, 90%, to { | |
8545 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8546 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8547 0% { | |
8548 opacity: 0; | |
8549 -webkit-transform: translate3d(-3000px, 0, 0); | |
8550 transform: translate3d(-3000px, 0, 0); } | |
8551 60% { | |
8552 opacity: 1; | |
8553 -webkit-transform: translate3d(25px, 0, 0); | |
8554 transform: translate3d(25px, 0, 0); } | |
8555 75% { | |
8556 -webkit-transform: translate3d(-10px, 0, 0); | |
8557 transform: translate3d(-10px, 0, 0); } | |
8558 90% { | |
8559 -webkit-transform: translate3d(5px, 0, 0); | |
8560 transform: translate3d(5px, 0, 0); } | |
8561 to { | |
8562 -webkit-transform: none; | |
8563 transform: none; } } | |
8564 | |
8565 .bounceInLeft { | |
8566 -webkit-animation-name: bounceInLeft; | |
8567 animation-name: bounceInLeft; } | |
8568 | |
8569 @-webkit-keyframes bounceInRight { | |
8570 from, 60%, 75%, 90%, to { | |
8571 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8572 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8573 from { | |
8574 opacity: 0; | |
8575 -webkit-transform: translate3d(3000px, 0, 0); | |
8576 transform: translate3d(3000px, 0, 0); } | |
8577 60% { | |
8578 opacity: 1; | |
8579 -webkit-transform: translate3d(-25px, 0, 0); | |
8580 transform: translate3d(-25px, 0, 0); } | |
8581 75% { | |
8582 -webkit-transform: translate3d(10px, 0, 0); | |
8583 transform: translate3d(10px, 0, 0); } | |
8584 90% { | |
8585 -webkit-transform: translate3d(-5px, 0, 0); | |
8586 transform: translate3d(-5px, 0, 0); } | |
8587 to { | |
8588 -webkit-transform: none; | |
8589 transform: none; } } | |
8590 | |
8591 @keyframes bounceInRight { | |
8592 from, 60%, 75%, 90%, to { | |
8593 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8594 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8595 from { | |
8596 opacity: 0; | |
8597 -webkit-transform: translate3d(3000px, 0, 0); | |
8598 transform: translate3d(3000px, 0, 0); } | |
8599 60% { | |
8600 opacity: 1; | |
8601 -webkit-transform: translate3d(-25px, 0, 0); | |
8602 transform: translate3d(-25px, 0, 0); } | |
8603 75% { | |
8604 -webkit-transform: translate3d(10px, 0, 0); | |
8605 transform: translate3d(10px, 0, 0); } | |
8606 90% { | |
8607 -webkit-transform: translate3d(-5px, 0, 0); | |
8608 transform: translate3d(-5px, 0, 0); } | |
8609 to { | |
8610 -webkit-transform: none; | |
8611 transform: none; } } | |
8612 | |
8613 .bounceInRight { | |
8614 -webkit-animation-name: bounceInRight; | |
8615 animation-name: bounceInRight; } | |
8616 | |
8617 @-webkit-keyframes bounceInUp { | |
8618 from, 60%, 75%, 90%, to { | |
8619 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8620 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8621 from { | |
8622 opacity: 0; | |
8623 -webkit-transform: translate3d(0, 3000px, 0); | |
8624 transform: translate3d(0, 3000px, 0); } | |
8625 60% { | |
8626 opacity: 1; | |
8627 -webkit-transform: translate3d(0, -20px, 0); | |
8628 transform: translate3d(0, -20px, 0); } | |
8629 75% { | |
8630 -webkit-transform: translate3d(0, 10px, 0); | |
8631 transform: translate3d(0, 10px, 0); } | |
8632 90% { | |
8633 -webkit-transform: translate3d(0, -5px, 0); | |
8634 transform: translate3d(0, -5px, 0); } | |
8635 to { | |
8636 -webkit-transform: translate3d(0, 0, 0); | |
8637 transform: translate3d(0, 0, 0); } } | |
8638 | |
8639 @keyframes bounceInUp { | |
8640 from, 60%, 75%, 90%, to { | |
8641 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); | |
8642 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } | |
8643 from { | |
8644 opacity: 0; | |
8645 -webkit-transform: translate3d(0, 3000px, 0); | |
8646 transform: translate3d(0, 3000px, 0); } | |
8647 60% { | |
8648 opacity: 1; | |
8649 -webkit-transform: translate3d(0, -20px, 0); | |
8650 transform: translate3d(0, -20px, 0); } | |
8651 75% { | |
8652 -webkit-transform: translate3d(0, 10px, 0); | |
8653 transform: translate3d(0, 10px, 0); } | |
8654 90% { | |
8655 -webkit-transform: translate3d(0, -5px, 0); | |
8656 transform: translate3d(0, -5px, 0); } | |
8657 to { | |
8658 -webkit-transform: translate3d(0, 0, 0); | |
8659 transform: translate3d(0, 0, 0); } } | |
8660 | |
8661 .bounceInUp { | |
8662 -webkit-animation-name: bounceInUp; | |
8663 animation-name: bounceInUp; } | |
8664 | |
8665 @-webkit-keyframes bounceOut { | |
8666 20% { | |
8667 -webkit-transform: scale3d(0.9, 0.9, 0.9); | |
8668 transform: scale3d(0.9, 0.9, 0.9); } | |
8669 50%, 55% { | |
8670 opacity: 1; | |
8671 -webkit-transform: scale3d(1.1, 1.1, 1.1); | |
8672 transform: scale3d(1.1, 1.1, 1.1); } | |
8673 to { | |
8674 opacity: 0; | |
8675 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
8676 transform: scale3d(0.3, 0.3, 0.3); } } | |
8677 | |
8678 @keyframes bounceOut { | |
8679 20% { | |
8680 -webkit-transform: scale3d(0.9, 0.9, 0.9); | |
8681 transform: scale3d(0.9, 0.9, 0.9); } | |
8682 50%, 55% { | |
8683 opacity: 1; | |
8684 -webkit-transform: scale3d(1.1, 1.1, 1.1); | |
8685 transform: scale3d(1.1, 1.1, 1.1); } | |
8686 to { | |
8687 opacity: 0; | |
8688 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
8689 transform: scale3d(0.3, 0.3, 0.3); } } | |
8690 | |
8691 .bounceOut { | |
8692 -webkit-animation-name: bounceOut; | |
8693 animation-name: bounceOut; } | |
8694 | |
8695 @-webkit-keyframes bounceOutDown { | |
8696 20% { | |
8697 -webkit-transform: translate3d(0, 10px, 0); | |
8698 transform: translate3d(0, 10px, 0); } | |
8699 40%, 45% { | |
8700 opacity: 1; | |
8701 -webkit-transform: translate3d(0, -20px, 0); | |
8702 transform: translate3d(0, -20px, 0); } | |
8703 to { | |
8704 opacity: 0; | |
8705 -webkit-transform: translate3d(0, 2000px, 0); | |
8706 transform: translate3d(0, 2000px, 0); } } | |
8707 | |
8708 @keyframes bounceOutDown { | |
8709 20% { | |
8710 -webkit-transform: translate3d(0, 10px, 0); | |
8711 transform: translate3d(0, 10px, 0); } | |
8712 40%, 45% { | |
8713 opacity: 1; | |
8714 -webkit-transform: translate3d(0, -20px, 0); | |
8715 transform: translate3d(0, -20px, 0); } | |
8716 to { | |
8717 opacity: 0; | |
8718 -webkit-transform: translate3d(0, 2000px, 0); | |
8719 transform: translate3d(0, 2000px, 0); } } | |
8720 | |
8721 .bounceOutDown { | |
8722 -webkit-animation-name: bounceOutDown; | |
8723 animation-name: bounceOutDown; } | |
8724 | |
8725 @-webkit-keyframes bounceOutLeft { | |
8726 20% { | |
8727 opacity: 1; | |
8728 -webkit-transform: translate3d(20px, 0, 0); | |
8729 transform: translate3d(20px, 0, 0); } | |
8730 to { | |
8731 opacity: 0; | |
8732 -webkit-transform: translate3d(-2000px, 0, 0); | |
8733 transform: translate3d(-2000px, 0, 0); } } | |
8734 | |
8735 @keyframes bounceOutLeft { | |
8736 20% { | |
8737 opacity: 1; | |
8738 -webkit-transform: translate3d(20px, 0, 0); | |
8739 transform: translate3d(20px, 0, 0); } | |
8740 to { | |
8741 opacity: 0; | |
8742 -webkit-transform: translate3d(-2000px, 0, 0); | |
8743 transform: translate3d(-2000px, 0, 0); } } | |
8744 | |
8745 .bounceOutLeft { | |
8746 -webkit-animation-name: bounceOutLeft; | |
8747 animation-name: bounceOutLeft; } | |
8748 | |
8749 @-webkit-keyframes bounceOutRight { | |
8750 20% { | |
8751 opacity: 1; | |
8752 -webkit-transform: translate3d(-20px, 0, 0); | |
8753 transform: translate3d(-20px, 0, 0); } | |
8754 to { | |
8755 opacity: 0; | |
8756 -webkit-transform: translate3d(2000px, 0, 0); | |
8757 transform: translate3d(2000px, 0, 0); } } | |
8758 | |
8759 @keyframes bounceOutRight { | |
8760 20% { | |
8761 opacity: 1; | |
8762 -webkit-transform: translate3d(-20px, 0, 0); | |
8763 transform: translate3d(-20px, 0, 0); } | |
8764 to { | |
8765 opacity: 0; | |
8766 -webkit-transform: translate3d(2000px, 0, 0); | |
8767 transform: translate3d(2000px, 0, 0); } } | |
8768 | |
8769 .bounceOutRight { | |
8770 -webkit-animation-name: bounceOutRight; | |
8771 animation-name: bounceOutRight; } | |
8772 | |
8773 @-webkit-keyframes bounceOutUp { | |
8774 20% { | |
8775 -webkit-transform: translate3d(0, -10px, 0); | |
8776 transform: translate3d(0, -10px, 0); } | |
8777 40%, 45% { | |
8778 opacity: 1; | |
8779 -webkit-transform: translate3d(0, 20px, 0); | |
8780 transform: translate3d(0, 20px, 0); } | |
8781 to { | |
8782 opacity: 0; | |
8783 -webkit-transform: translate3d(0, -2000px, 0); | |
8784 transform: translate3d(0, -2000px, 0); } } | |
8785 | |
8786 @keyframes bounceOutUp { | |
8787 20% { | |
8788 -webkit-transform: translate3d(0, -10px, 0); | |
8789 transform: translate3d(0, -10px, 0); } | |
8790 40%, 45% { | |
8791 opacity: 1; | |
8792 -webkit-transform: translate3d(0, 20px, 0); | |
8793 transform: translate3d(0, 20px, 0); } | |
8794 to { | |
8795 opacity: 0; | |
8796 -webkit-transform: translate3d(0, -2000px, 0); | |
8797 transform: translate3d(0, -2000px, 0); } } | |
8798 | |
8799 .bounceOutUp { | |
8800 -webkit-animation-name: bounceOutUp; | |
8801 animation-name: bounceOutUp; } | |
8802 | |
8803 @-webkit-keyframes fadeIn { | |
8804 from { | |
8805 opacity: 0; } | |
8806 to { | |
8807 opacity: 1; } } | |
8808 | |
8809 @keyframes fadeIn { | |
8810 from { | |
8811 opacity: 0; } | |
8812 to { | |
8813 opacity: 1; } } | |
8814 | |
8815 .fadeIn { | |
8816 -webkit-animation-name: fadeIn; | |
8817 animation-name: fadeIn; } | |
8818 | |
8819 @-webkit-keyframes fadeInDown { | |
8820 from { | |
8821 opacity: 0; | |
8822 -webkit-transform: translate3d(0, -50%, 0); | |
8823 transform: translate3d(0, -50%, 0); } | |
8824 to { | |
8825 opacity: 1; | |
8826 -webkit-transform: none; | |
8827 transform: none; } } | |
8828 | |
8829 @keyframes fadeInDown { | |
8830 from { | |
8831 opacity: 0; | |
8832 -webkit-transform: translate3d(0, -50%, 0); | |
8833 transform: translate3d(0, -50%, 0); } | |
8834 to { | |
8835 opacity: 1; | |
8836 -webkit-transform: none; | |
8837 transform: none; } } | |
8838 | |
8839 .fadeInDown { | |
8840 -webkit-animation-name: fadeInDown; | |
8841 animation-name: fadeInDown; } | |
8842 | |
8843 @-webkit-keyframes fadeInDownBig { | |
8844 from { | |
8845 opacity: 0; | |
8846 -webkit-transform: translate3d(0, -2000px, 0); | |
8847 transform: translate3d(0, -2000px, 0); } | |
8848 to { | |
8849 opacity: 1; | |
8850 -webkit-transform: none; | |
8851 transform: none; } } | |
8852 | |
8853 @keyframes fadeInDownBig { | |
8854 from { | |
8855 opacity: 0; | |
8856 -webkit-transform: translate3d(0, -2000px, 0); | |
8857 transform: translate3d(0, -2000px, 0); } | |
8858 to { | |
8859 opacity: 1; | |
8860 -webkit-transform: none; | |
8861 transform: none; } } | |
8862 | |
8863 .fadeInDownBig { | |
8864 -webkit-animation-name: fadeInDownBig; | |
8865 animation-name: fadeInDownBig; } | |
8866 | |
8867 @-webkit-keyframes fadeInLeft { | |
8868 from { | |
8869 opacity: 0; | |
8870 -webkit-transform: translate3d(-50%, 0, 0); | |
8871 transform: translate3d(-50%, 0, 0); } | |
8872 to { | |
8873 opacity: 1; | |
8874 -webkit-transform: none; | |
8875 transform: none; } } | |
8876 | |
8877 @keyframes fadeInLeft { | |
8878 from { | |
8879 opacity: 0; | |
8880 -webkit-transform: translate3d(-50%, 0, 0); | |
8881 transform: translate3d(-50%, 0, 0); } | |
8882 to { | |
8883 opacity: 1; | |
8884 -webkit-transform: none; | |
8885 transform: none; } } | |
8886 | |
8887 .fadeInLeft { | |
8888 -webkit-animation-name: fadeInLeft; | |
8889 animation-name: fadeInLeft; } | |
8890 | |
8891 @-webkit-keyframes fadeInLeftBig { | |
8892 from { | |
8893 opacity: 0; | |
8894 -webkit-transform: translate3d(-2000px, 0, 0); | |
8895 transform: translate3d(-2000px, 0, 0); } | |
8896 to { | |
8897 opacity: 1; | |
8898 -webkit-transform: none; | |
8899 transform: none; } } | |
8900 | |
8901 @keyframes fadeInLeftBig { | |
8902 from { | |
8903 opacity: 0; | |
8904 -webkit-transform: translate3d(-2000px, 0, 0); | |
8905 transform: translate3d(-2000px, 0, 0); } | |
8906 to { | |
8907 opacity: 1; | |
8908 -webkit-transform: none; | |
8909 transform: none; } } | |
8910 | |
8911 .fadeInLeftBig { | |
8912 -webkit-animation-name: fadeInLeftBig; | |
8913 animation-name: fadeInLeftBig; } | |
8914 | |
8915 @-webkit-keyframes fadeInRight { | |
8916 from { | |
8917 opacity: 0; | |
8918 -webkit-transform: translate3d(50%, 0, 0); | |
8919 transform: translate3d(50%, 0, 0); } | |
8920 to { | |
8921 opacity: 1; | |
8922 -webkit-transform: none; | |
8923 transform: none; } } | |
8924 | |
8925 @keyframes fadeInRight { | |
8926 from { | |
8927 opacity: 0; | |
8928 -webkit-transform: translate3d(50%, 0, 0); | |
8929 transform: translate3d(50%, 0, 0); } | |
8930 to { | |
8931 opacity: 1; | |
8932 -webkit-transform: none; | |
8933 transform: none; } } | |
8934 | |
8935 .fadeInRight { | |
8936 -webkit-animation-name: fadeInRight; | |
8937 animation-name: fadeInRight; } | |
8938 | |
8939 @-webkit-keyframes fadeInRightBig { | |
8940 from { | |
8941 opacity: 0; | |
8942 -webkit-transform: translate3d(2000px, 0, 0); | |
8943 transform: translate3d(2000px, 0, 0); } | |
8944 to { | |
8945 opacity: 1; | |
8946 -webkit-transform: none; | |
8947 transform: none; } } | |
8948 | |
8949 @keyframes fadeInRightBig { | |
8950 from { | |
8951 opacity: 0; | |
8952 -webkit-transform: translate3d(2000px, 0, 0); | |
8953 transform: translate3d(2000px, 0, 0); } | |
8954 to { | |
8955 opacity: 1; | |
8956 -webkit-transform: none; | |
8957 transform: none; } } | |
8958 | |
8959 .fadeInRightBig { | |
8960 -webkit-animation-name: fadeInRightBig; | |
8961 animation-name: fadeInRightBig; } | |
8962 | |
8963 @-webkit-keyframes fadeInUp { | |
8964 from { | |
8965 opacity: 0; | |
8966 -webkit-transform: translate3d(0, 50%, 0); | |
8967 transform: translate3d(0, 50%, 0); } | |
8968 to { | |
8969 opacity: 1; | |
8970 -webkit-transform: none; | |
8971 transform: none; } } | |
8972 | |
8973 @keyframes fadeInUp { | |
8974 from { | |
8975 opacity: 0; | |
8976 -webkit-transform: translate3d(0, 50%, 0); | |
8977 transform: translate3d(0, 50%, 0); } | |
8978 to { | |
8979 opacity: 1; | |
8980 -webkit-transform: none; | |
8981 transform: none; } } | |
8982 | |
8983 .fadeInUp { | |
8984 -webkit-animation-name: fadeInUp; | |
8985 animation-name: fadeInUp; } | |
8986 | |
8987 @-webkit-keyframes fadeInUpBig { | |
8988 from { | |
8989 opacity: 0; | |
8990 -webkit-transform: translate3d(0, 2000px, 0); | |
8991 transform: translate3d(0, 2000px, 0); } | |
8992 to { | |
8993 opacity: 1; | |
8994 -webkit-transform: none; | |
8995 transform: none; } } | |
8996 | |
8997 @keyframes fadeInUpBig { | |
8998 from { | |
8999 opacity: 0; | |
9000 -webkit-transform: translate3d(0, 2000px, 0); | |
9001 transform: translate3d(0, 2000px, 0); } | |
9002 to { | |
9003 opacity: 1; | |
9004 -webkit-transform: none; | |
9005 transform: none; } } | |
9006 | |
9007 .fadeInUpBig { | |
9008 -webkit-animation-name: fadeInUpBig; | |
9009 animation-name: fadeInUpBig; } | |
9010 | |
9011 @-webkit-keyframes fadeOut { | |
9012 from { | |
9013 opacity: 1; } | |
9014 to { | |
9015 opacity: 0; } } | |
9016 | |
9017 @keyframes fadeOut { | |
9018 from { | |
9019 opacity: 1; } | |
9020 to { | |
9021 opacity: 0; } } | |
9022 | |
9023 .fadeOut { | |
9024 -webkit-animation-name: fadeOut; | |
9025 animation-name: fadeOut; } | |
9026 | |
9027 @-webkit-keyframes fadeOutDown { | |
9028 from { | |
9029 opacity: 1; } | |
9030 to { | |
9031 opacity: 0; | |
9032 -webkit-transform: translate3d(0, 100%, 0); | |
9033 transform: translate3d(0, 100%, 0); } } | |
9034 | |
9035 @keyframes fadeOutDown { | |
9036 from { | |
9037 opacity: 1; } | |
9038 to { | |
9039 opacity: 0; | |
9040 -webkit-transform: translate3d(0, 100%, 0); | |
9041 transform: translate3d(0, 100%, 0); } } | |
9042 | |
9043 .fadeOutDown { | |
9044 -webkit-animation-name: fadeOutDown; | |
9045 animation-name: fadeOutDown; } | |
9046 | |
9047 @-webkit-keyframes fadeOutDownBig { | |
9048 from { | |
9049 opacity: 1; } | |
9050 to { | |
9051 opacity: 0; | |
9052 -webkit-transform: translate3d(0, 2000px, 0); | |
9053 transform: translate3d(0, 2000px, 0); } } | |
9054 | |
9055 @keyframes fadeOutDownBig { | |
9056 from { | |
9057 opacity: 1; } | |
9058 to { | |
9059 opacity: 0; | |
9060 -webkit-transform: translate3d(0, 2000px, 0); | |
9061 transform: translate3d(0, 2000px, 0); } } | |
9062 | |
9063 .fadeOutDownBig { | |
9064 -webkit-animation-name: fadeOutDownBig; | |
9065 animation-name: fadeOutDownBig; } | |
9066 | |
9067 @-webkit-keyframes fadeOutLeft { | |
9068 from { | |
9069 opacity: 1; } | |
9070 to { | |
9071 opacity: 0; | |
9072 -webkit-transform: translate3d(-100%, 0, 0); | |
9073 transform: translate3d(-100%, 0, 0); } } | |
9074 | |
9075 @keyframes fadeOutLeft { | |
9076 from { | |
9077 opacity: 1; } | |
9078 to { | |
9079 opacity: 0; | |
9080 -webkit-transform: translate3d(-100%, 0, 0); | |
9081 transform: translate3d(-100%, 0, 0); } } | |
9082 | |
9083 .fadeOutLeft { | |
9084 -webkit-animation-name: fadeOutLeft; | |
9085 animation-name: fadeOutLeft; } | |
9086 | |
9087 @-webkit-keyframes fadeOutLeftBig { | |
9088 from { | |
9089 opacity: 1; } | |
9090 to { | |
9091 opacity: 0; | |
9092 -webkit-transform: translate3d(-2000px, 0, 0); | |
9093 transform: translate3d(-2000px, 0, 0); } } | |
9094 | |
9095 @keyframes fadeOutLeftBig { | |
9096 from { | |
9097 opacity: 1; } | |
9098 to { | |
9099 opacity: 0; | |
9100 -webkit-transform: translate3d(-2000px, 0, 0); | |
9101 transform: translate3d(-2000px, 0, 0); } } | |
9102 | |
9103 .fadeOutLeftBig { | |
9104 -webkit-animation-name: fadeOutLeftBig; | |
9105 animation-name: fadeOutLeftBig; } | |
9106 | |
9107 @-webkit-keyframes fadeOutRight { | |
9108 from { | |
9109 opacity: 1; } | |
9110 to { | |
9111 opacity: 0; | |
9112 -webkit-transform: translate3d(100%, 0, 0); | |
9113 transform: translate3d(100%, 0, 0); } } | |
9114 | |
9115 @keyframes fadeOutRight { | |
9116 from { | |
9117 opacity: 1; } | |
9118 to { | |
9119 opacity: 0; | |
9120 -webkit-transform: translate3d(100%, 0, 0); | |
9121 transform: translate3d(100%, 0, 0); } } | |
9122 | |
9123 .fadeOutRight { | |
9124 -webkit-animation-name: fadeOutRight; | |
9125 animation-name: fadeOutRight; } | |
9126 | |
9127 @-webkit-keyframes fadeOutRightBig { | |
9128 from { | |
9129 opacity: 1; } | |
9130 to { | |
9131 opacity: 0; | |
9132 -webkit-transform: translate3d(2000px, 0, 0); | |
9133 transform: translate3d(2000px, 0, 0); } } | |
9134 | |
9135 @keyframes fadeOutRightBig { | |
9136 from { | |
9137 opacity: 1; } | |
9138 to { | |
9139 opacity: 0; | |
9140 -webkit-transform: translate3d(2000px, 0, 0); | |
9141 transform: translate3d(2000px, 0, 0); } } | |
9142 | |
9143 .fadeOutRightBig { | |
9144 -webkit-animation-name: fadeOutRightBig; | |
9145 animation-name: fadeOutRightBig; } | |
9146 | |
9147 @-webkit-keyframes fadeOutUp { | |
9148 from { | |
9149 opacity: 1; } | |
9150 to { | |
9151 opacity: 0; | |
9152 -webkit-transform: translate3d(0, -100%, 0); | |
9153 transform: translate3d(0, -100%, 0); } } | |
9154 | |
9155 @keyframes fadeOutUp { | |
9156 from { | |
9157 opacity: 1; } | |
9158 to { | |
9159 opacity: 0; | |
9160 -webkit-transform: translate3d(0, -100%, 0); | |
9161 transform: translate3d(0, -100%, 0); } } | |
9162 | |
9163 .fadeOutUp { | |
9164 -webkit-animation-name: fadeOutUp; | |
9165 animation-name: fadeOutUp; } | |
9166 | |
9167 @-webkit-keyframes fadeOutUpBig { | |
9168 from { | |
9169 opacity: 1; } | |
9170 to { | |
9171 opacity: 0; | |
9172 -webkit-transform: translate3d(0, -2000px, 0); | |
9173 transform: translate3d(0, -2000px, 0); } } | |
9174 | |
9175 @keyframes fadeOutUpBig { | |
9176 from { | |
9177 opacity: 1; } | |
9178 to { | |
9179 opacity: 0; | |
9180 -webkit-transform: translate3d(0, -2000px, 0); | |
9181 transform: translate3d(0, -2000px, 0); } } | |
9182 | |
9183 .fadeOutUpBig { | |
9184 -webkit-animation-name: fadeOutUpBig; | |
9185 animation-name: fadeOutUpBig; } | |
9186 | |
9187 @-webkit-keyframes flip { | |
9188 from { | |
9189 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); | |
9190 transform: perspective(400px) rotate3d(0, 1, 0, -360deg); | |
9191 -webkit-animation-timing-function: ease-out; | |
9192 animation-timing-function: ease-out; } | |
9193 40% { | |
9194 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); | |
9195 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); | |
9196 -webkit-animation-timing-function: ease-out; | |
9197 animation-timing-function: ease-out; } | |
9198 50% { | |
9199 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); | |
9200 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); | |
9201 -webkit-animation-timing-function: ease-in; | |
9202 animation-timing-function: ease-in; } | |
9203 80% { | |
9204 -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); | |
9205 transform: perspective(400px) scale3d(0.95, 0.95, 0.95); | |
9206 -webkit-animation-timing-function: ease-in; | |
9207 animation-timing-function: ease-in; } | |
9208 to { | |
9209 -webkit-transform: perspective(400px); | |
9210 transform: perspective(400px); | |
9211 -webkit-animation-timing-function: ease-in; | |
9212 animation-timing-function: ease-in; } } | |
9213 | |
9214 @keyframes flip { | |
9215 from { | |
9216 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); | |
9217 transform: perspective(400px) rotate3d(0, 1, 0, -360deg); | |
9218 -webkit-animation-timing-function: ease-out; | |
9219 animation-timing-function: ease-out; } | |
9220 40% { | |
9221 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); | |
9222 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); | |
9223 -webkit-animation-timing-function: ease-out; | |
9224 animation-timing-function: ease-out; } | |
9225 50% { | |
9226 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); | |
9227 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); | |
9228 -webkit-animation-timing-function: ease-in; | |
9229 animation-timing-function: ease-in; } | |
9230 80% { | |
9231 -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); | |
9232 transform: perspective(400px) scale3d(0.95, 0.95, 0.95); | |
9233 -webkit-animation-timing-function: ease-in; | |
9234 animation-timing-function: ease-in; } | |
9235 to { | |
9236 -webkit-transform: perspective(400px); | |
9237 transform: perspective(400px); | |
9238 -webkit-animation-timing-function: ease-in; | |
9239 animation-timing-function: ease-in; } } | |
9240 | |
9241 .animated.flip { | |
9242 -webkit-backface-visibility: visible; | |
9243 backface-visibility: visible; | |
9244 -webkit-animation-name: flip; | |
9245 animation-name: flip; } | |
9246 | |
9247 @-webkit-keyframes flipInX { | |
9248 from { | |
9249 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9250 transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9251 -webkit-animation-timing-function: ease-in; | |
9252 animation-timing-function: ease-in; | |
9253 opacity: 0; } | |
9254 40% { | |
9255 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9256 transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9257 -webkit-animation-timing-function: ease-in; | |
9258 animation-timing-function: ease-in; } | |
9259 60% { | |
9260 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); | |
9261 transform: perspective(400px) rotate3d(1, 0, 0, 10deg); | |
9262 opacity: 1; } | |
9263 80% { | |
9264 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); | |
9265 transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } | |
9266 to { | |
9267 -webkit-transform: perspective(400px); | |
9268 transform: perspective(400px); } } | |
9269 | |
9270 @keyframes flipInX { | |
9271 from { | |
9272 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9273 transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9274 -webkit-animation-timing-function: ease-in; | |
9275 animation-timing-function: ease-in; | |
9276 opacity: 0; } | |
9277 40% { | |
9278 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9279 transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9280 -webkit-animation-timing-function: ease-in; | |
9281 animation-timing-function: ease-in; } | |
9282 60% { | |
9283 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); | |
9284 transform: perspective(400px) rotate3d(1, 0, 0, 10deg); | |
9285 opacity: 1; } | |
9286 80% { | |
9287 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); | |
9288 transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } | |
9289 to { | |
9290 -webkit-transform: perspective(400px); | |
9291 transform: perspective(400px); } } | |
9292 | |
9293 .flipInX { | |
9294 -webkit-backface-visibility: visible !important; | |
9295 backface-visibility: visible !important; | |
9296 -webkit-animation-name: flipInX; | |
9297 animation-name: flipInX; } | |
9298 | |
9299 @-webkit-keyframes flipInY { | |
9300 from { | |
9301 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9302 transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9303 -webkit-animation-timing-function: ease-in; | |
9304 animation-timing-function: ease-in; | |
9305 opacity: 0; } | |
9306 40% { | |
9307 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); | |
9308 transform: perspective(400px) rotate3d(0, 1, 0, -20deg); | |
9309 -webkit-animation-timing-function: ease-in; | |
9310 animation-timing-function: ease-in; } | |
9311 60% { | |
9312 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); | |
9313 transform: perspective(400px) rotate3d(0, 1, 0, 10deg); | |
9314 opacity: 1; } | |
9315 80% { | |
9316 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); | |
9317 transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } | |
9318 to { | |
9319 -webkit-transform: perspective(400px); | |
9320 transform: perspective(400px); } } | |
9321 | |
9322 @keyframes flipInY { | |
9323 from { | |
9324 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9325 transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9326 -webkit-animation-timing-function: ease-in; | |
9327 animation-timing-function: ease-in; | |
9328 opacity: 0; } | |
9329 40% { | |
9330 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); | |
9331 transform: perspective(400px) rotate3d(0, 1, 0, -20deg); | |
9332 -webkit-animation-timing-function: ease-in; | |
9333 animation-timing-function: ease-in; } | |
9334 60% { | |
9335 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); | |
9336 transform: perspective(400px) rotate3d(0, 1, 0, 10deg); | |
9337 opacity: 1; } | |
9338 80% { | |
9339 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); | |
9340 transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } | |
9341 to { | |
9342 -webkit-transform: perspective(400px); | |
9343 transform: perspective(400px); } } | |
9344 | |
9345 .flipInY { | |
9346 -webkit-backface-visibility: visible !important; | |
9347 backface-visibility: visible !important; | |
9348 -webkit-animation-name: flipInY; | |
9349 animation-name: flipInY; } | |
9350 | |
9351 @-webkit-keyframes flipOutX { | |
9352 from { | |
9353 -webkit-transform: perspective(400px); | |
9354 transform: perspective(400px); } | |
9355 30% { | |
9356 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9357 transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9358 opacity: 1; } | |
9359 to { | |
9360 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9361 transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9362 opacity: 0; } } | |
9363 | |
9364 @keyframes flipOutX { | |
9365 from { | |
9366 -webkit-transform: perspective(400px); | |
9367 transform: perspective(400px); } | |
9368 30% { | |
9369 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9370 transform: perspective(400px) rotate3d(1, 0, 0, -20deg); | |
9371 opacity: 1; } | |
9372 to { | |
9373 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9374 transform: perspective(400px) rotate3d(1, 0, 0, 90deg); | |
9375 opacity: 0; } } | |
9376 | |
9377 .flipOutX { | |
9378 -webkit-animation-name: flipOutX; | |
9379 animation-name: flipOutX; | |
9380 -webkit-backface-visibility: visible !important; | |
9381 backface-visibility: visible !important; } | |
9382 | |
9383 @-webkit-keyframes flipOutY { | |
9384 from { | |
9385 -webkit-transform: perspective(400px); | |
9386 transform: perspective(400px); } | |
9387 30% { | |
9388 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); | |
9389 transform: perspective(400px) rotate3d(0, 1, 0, -15deg); | |
9390 opacity: 1; } | |
9391 to { | |
9392 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9393 transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9394 opacity: 0; } } | |
9395 | |
9396 @keyframes flipOutY { | |
9397 from { | |
9398 -webkit-transform: perspective(400px); | |
9399 transform: perspective(400px); } | |
9400 30% { | |
9401 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); | |
9402 transform: perspective(400px) rotate3d(0, 1, 0, -15deg); | |
9403 opacity: 1; } | |
9404 to { | |
9405 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9406 transform: perspective(400px) rotate3d(0, 1, 0, 90deg); | |
9407 opacity: 0; } } | |
9408 | |
9409 .flipOutY { | |
9410 -webkit-backface-visibility: visible !important; | |
9411 backface-visibility: visible !important; | |
9412 -webkit-animation-name: flipOutY; | |
9413 animation-name: flipOutY; } | |
9414 | |
9415 @-webkit-keyframes lightSpeedIn { | |
9416 from { | |
9417 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); | |
9418 transform: translate3d(100%, 0, 0) skewX(-30deg); | |
9419 opacity: 0; } | |
9420 60% { | |
9421 -webkit-transform: skewX(20deg); | |
9422 transform: skewX(20deg); | |
9423 opacity: 1; } | |
9424 80% { | |
9425 -webkit-transform: skewX(-5deg); | |
9426 transform: skewX(-5deg); | |
9427 opacity: 1; } | |
9428 to { | |
9429 -webkit-transform: none; | |
9430 transform: none; | |
9431 opacity: 1; } } | |
9432 | |
9433 @keyframes lightSpeedIn { | |
9434 from { | |
9435 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); | |
9436 transform: translate3d(100%, 0, 0) skewX(-30deg); | |
9437 opacity: 0; } | |
9438 60% { | |
9439 -webkit-transform: skewX(20deg); | |
9440 transform: skewX(20deg); | |
9441 opacity: 1; } | |
9442 80% { | |
9443 -webkit-transform: skewX(-5deg); | |
9444 transform: skewX(-5deg); | |
9445 opacity: 1; } | |
9446 to { | |
9447 -webkit-transform: none; | |
9448 transform: none; | |
9449 opacity: 1; } } | |
9450 | |
9451 .lightSpeedIn { | |
9452 -webkit-animation-name: lightSpeedIn; | |
9453 animation-name: lightSpeedIn; | |
9454 -webkit-animation-timing-function: ease-out; | |
9455 animation-timing-function: ease-out; } | |
9456 | |
9457 @-webkit-keyframes lightSpeedOut { | |
9458 from { | |
9459 opacity: 1; } | |
9460 to { | |
9461 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); | |
9462 transform: translate3d(100%, 0, 0) skewX(30deg); | |
9463 opacity: 0; } } | |
9464 | |
9465 @keyframes lightSpeedOut { | |
9466 from { | |
9467 opacity: 1; } | |
9468 to { | |
9469 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); | |
9470 transform: translate3d(100%, 0, 0) skewX(30deg); | |
9471 opacity: 0; } } | |
9472 | |
9473 .lightSpeedOut { | |
9474 -webkit-animation-name: lightSpeedOut; | |
9475 animation-name: lightSpeedOut; | |
9476 -webkit-animation-timing-function: ease-in; | |
9477 animation-timing-function: ease-in; } | |
9478 | |
9479 @-webkit-keyframes rotateIn { | |
9480 from { | |
9481 -webkit-transform-origin: center; | |
9482 transform-origin: center; | |
9483 -webkit-transform: rotate3d(0, 0, 1, -200deg); | |
9484 transform: rotate3d(0, 0, 1, -200deg); | |
9485 opacity: 0; } | |
9486 to { | |
9487 -webkit-transform-origin: center; | |
9488 transform-origin: center; | |
9489 -webkit-transform: none; | |
9490 transform: none; | |
9491 opacity: 1; } } | |
9492 | |
9493 @keyframes rotateIn { | |
9494 from { | |
9495 -webkit-transform-origin: center; | |
9496 transform-origin: center; | |
9497 -webkit-transform: rotate3d(0, 0, 1, -200deg); | |
9498 transform: rotate3d(0, 0, 1, -200deg); | |
9499 opacity: 0; } | |
9500 to { | |
9501 -webkit-transform-origin: center; | |
9502 transform-origin: center; | |
9503 -webkit-transform: none; | |
9504 transform: none; | |
9505 opacity: 1; } } | |
9506 | |
9507 .rotateIn { | |
9508 -webkit-animation-name: rotateIn; | |
9509 animation-name: rotateIn; } | |
9510 | |
9511 @-webkit-keyframes rotateInDownLeft { | |
9512 from { | |
9513 -webkit-transform-origin: left bottom; | |
9514 transform-origin: left bottom; | |
9515 -webkit-transform: rotate3d(0, 0, 1, -45deg); | |
9516 transform: rotate3d(0, 0, 1, -45deg); | |
9517 opacity: 0; } | |
9518 to { | |
9519 -webkit-transform-origin: left bottom; | |
9520 transform-origin: left bottom; | |
9521 -webkit-transform: none; | |
9522 transform: none; | |
9523 opacity: 1; } } | |
9524 | |
9525 @keyframes rotateInDownLeft { | |
9526 from { | |
9527 -webkit-transform-origin: left bottom; | |
9528 transform-origin: left bottom; | |
9529 -webkit-transform: rotate3d(0, 0, 1, -45deg); | |
9530 transform: rotate3d(0, 0, 1, -45deg); | |
9531 opacity: 0; } | |
9532 to { | |
9533 -webkit-transform-origin: left bottom; | |
9534 transform-origin: left bottom; | |
9535 -webkit-transform: none; | |
9536 transform: none; | |
9537 opacity: 1; } } | |
9538 | |
9539 .rotateInDownLeft { | |
9540 -webkit-animation-name: rotateInDownLeft; | |
9541 animation-name: rotateInDownLeft; } | |
9542 | |
9543 @-webkit-keyframes rotateInDownRight { | |
9544 from { | |
9545 -webkit-transform-origin: right bottom; | |
9546 transform-origin: right bottom; | |
9547 -webkit-transform: rotate3d(0, 0, 1, 45deg); | |
9548 transform: rotate3d(0, 0, 1, 45deg); | |
9549 opacity: 0; } | |
9550 to { | |
9551 -webkit-transform-origin: right bottom; | |
9552 transform-origin: right bottom; | |
9553 -webkit-transform: none; | |
9554 transform: none; | |
9555 opacity: 1; } } | |
9556 | |
9557 @keyframes rotateInDownRight { | |
9558 from { | |
9559 -webkit-transform-origin: right bottom; | |
9560 transform-origin: right bottom; | |
9561 -webkit-transform: rotate3d(0, 0, 1, 45deg); | |
9562 transform: rotate3d(0, 0, 1, 45deg); | |
9563 opacity: 0; } | |
9564 to { | |
9565 -webkit-transform-origin: right bottom; | |
9566 transform-origin: right bottom; | |
9567 -webkit-transform: none; | |
9568 transform: none; | |
9569 opacity: 1; } } | |
9570 | |
9571 .rotateInDownRight { | |
9572 -webkit-animation-name: rotateInDownRight; | |
9573 animation-name: rotateInDownRight; } | |
9574 | |
9575 @-webkit-keyframes rotateInUpLeft { | |
9576 from { | |
9577 -webkit-transform-origin: left bottom; | |
9578 transform-origin: left bottom; | |
9579 -webkit-transform: rotate3d(0, 0, 1, 45deg); | |
9580 transform: rotate3d(0, 0, 1, 45deg); | |
9581 opacity: 0; } | |
9582 to { | |
9583 -webkit-transform-origin: left bottom; | |
9584 transform-origin: left bottom; | |
9585 -webkit-transform: none; | |
9586 transform: none; | |
9587 opacity: 1; } } | |
9588 | |
9589 @keyframes rotateInUpLeft { | |
9590 from { | |
9591 -webkit-transform-origin: left bottom; | |
9592 transform-origin: left bottom; | |
9593 -webkit-transform: rotate3d(0, 0, 1, 45deg); | |
9594 transform: rotate3d(0, 0, 1, 45deg); | |
9595 opacity: 0; } | |
9596 to { | |
9597 -webkit-transform-origin: left bottom; | |
9598 transform-origin: left bottom; | |
9599 -webkit-transform: none; | |
9600 transform: none; | |
9601 opacity: 1; } } | |
9602 | |
9603 .rotateInUpLeft { | |
9604 -webkit-animation-name: rotateInUpLeft; | |
9605 animation-name: rotateInUpLeft; } | |
9606 | |
9607 @-webkit-keyframes rotateInUpRight { | |
9608 from { | |
9609 -webkit-transform-origin: right bottom; | |
9610 transform-origin: right bottom; | |
9611 -webkit-transform: rotate3d(0, 0, 1, -90deg); | |
9612 transform: rotate3d(0, 0, 1, -90deg); | |
9613 opacity: 0; } | |
9614 to { | |
9615 -webkit-transform-origin: right bottom; | |
9616 transform-origin: right bottom; | |
9617 -webkit-transform: none; | |
9618 transform: none; | |
9619 opacity: 1; } } | |
9620 | |
9621 @keyframes rotateInUpRight { | |
9622 from { | |
9623 -webkit-transform-origin: right bottom; | |
9624 transform-origin: right bottom; | |
9625 -webkit-transform: rotate3d(0, 0, 1, -90deg); | |
9626 transform: rotate3d(0, 0, 1, -90deg); | |
9627 opacity: 0; } | |
9628 to { | |
9629 -webkit-transform-origin: right bottom; | |
9630 transform-origin: right bottom; | |
9631 -webkit-transform: none; | |
9632 transform: none; | |
9633 opacity: 1; } } | |
9634 | |
9635 .rotateInUpRight { | |
9636 -webkit-animation-name: rotateInUpRight; | |
9637 animation-name: rotateInUpRight; } | |
9638 | |
9639 @-webkit-keyframes rotateOut { | |
9640 from { | |
9641 -webkit-transform-origin: center; | |
9642 transform-origin: center; | |
9643 opacity: 1; } | |
9644 to { | |
9645 -webkit-transform-origin: center; | |
9646 transform-origin: center; | |
9647 -webkit-transform: rotate3d(0, 0, 1, 200deg); | |
9648 transform: rotate3d(0, 0, 1, 200deg); | |
9649 opacity: 0; } } | |
9650 | |
9651 @keyframes rotateOut { | |
9652 from { | |
9653 -webkit-transform-origin: center; | |
9654 transform-origin: center; | |
9655 opacity: 1; } | |
9656 to { | |
9657 -webkit-transform-origin: center; | |
9658 transform-origin: center; | |
9659 -webkit-transform: rotate3d(0, 0, 1, 200deg); | |
9660 transform: rotate3d(0, 0, 1, 200deg); | |
9661 opacity: 0; } } | |
9662 | |
9663 .rotateOut { | |
9664 -webkit-animation-name: rotateOut; | |
9665 animation-name: rotateOut; } | |
9666 | |
9667 @-webkit-keyframes rotateOutDownLeft { | |
9668 from { | |
9669 -webkit-transform-origin: left bottom; | |
9670 transform-origin: left bottom; | |
9671 opacity: 1; } | |
9672 to { | |
9673 -webkit-transform-origin: left bottom; | |
9674 transform-origin: left bottom; | |
9675 -webkit-transform: rotate3d(0, 0, 1, 45deg); | |
9676 transform: rotate3d(0, 0, 1, 45deg); | |
9677 opacity: 0; } } | |
9678 | |
9679 @keyframes rotateOutDownLeft { | |
9680 from { | |
9681 -webkit-transform-origin: left bottom; | |
9682 transform-origin: left bottom; | |
9683 opacity: 1; } | |
9684 to { | |
9685 -webkit-transform-origin: left bottom; | |
9686 transform-origin: left bottom; | |
9687 -webkit-transform: rotate3d(0, 0, 1, 45deg); | |
9688 transform: rotate3d(0, 0, 1, 45deg); | |
9689 opacity: 0; } } | |
9690 | |
9691 .rotateOutDownLeft { | |
9692 -webkit-animation-name: rotateOutDownLeft; | |
9693 animation-name: rotateOutDownLeft; } | |
9694 | |
9695 @-webkit-keyframes rotateOutDownRight { | |
9696 from { | |
9697 -webkit-transform-origin: right bottom; | |
9698 transform-origin: right bottom; | |
9699 opacity: 1; } | |
9700 to { | |
9701 -webkit-transform-origin: right bottom; | |
9702 transform-origin: right bottom; | |
9703 -webkit-transform: rotate3d(0, 0, 1, -45deg); | |
9704 transform: rotate3d(0, 0, 1, -45deg); | |
9705 opacity: 0; } } | |
9706 | |
9707 @keyframes rotateOutDownRight { | |
9708 from { | |
9709 -webkit-transform-origin: right bottom; | |
9710 transform-origin: right bottom; | |
9711 opacity: 1; } | |
9712 to { | |
9713 -webkit-transform-origin: right bottom; | |
9714 transform-origin: right bottom; | |
9715 -webkit-transform: rotate3d(0, 0, 1, -45deg); | |
9716 transform: rotate3d(0, 0, 1, -45deg); | |
9717 opacity: 0; } } | |
9718 | |
9719 .rotateOutDownRight { | |
9720 -webkit-animation-name: rotateOutDownRight; | |
9721 animation-name: rotateOutDownRight; } | |
9722 | |
9723 @-webkit-keyframes rotateOutUpLeft { | |
9724 from { | |
9725 -webkit-transform-origin: left bottom; | |
9726 transform-origin: left bottom; | |
9727 opacity: 1; } | |
9728 to { | |
9729 -webkit-transform-origin: left bottom; | |
9730 transform-origin: left bottom; | |
9731 -webkit-transform: rotate3d(0, 0, 1, -45deg); | |
9732 transform: rotate3d(0, 0, 1, -45deg); | |
9733 opacity: 0; } } | |
9734 | |
9735 @keyframes rotateOutUpLeft { | |
9736 from { | |
9737 -webkit-transform-origin: left bottom; | |
9738 transform-origin: left bottom; | |
9739 opacity: 1; } | |
9740 to { | |
9741 -webkit-transform-origin: left bottom; | |
9742 transform-origin: left bottom; | |
9743 -webkit-transform: rotate3d(0, 0, 1, -45deg); | |
9744 transform: rotate3d(0, 0, 1, -45deg); | |
9745 opacity: 0; } } | |
9746 | |
9747 .rotateOutUpLeft { | |
9748 -webkit-animation-name: rotateOutUpLeft; | |
9749 animation-name: rotateOutUpLeft; } | |
9750 | |
9751 @-webkit-keyframes rotateOutUpRight { | |
9752 from { | |
9753 -webkit-transform-origin: right bottom; | |
9754 transform-origin: right bottom; | |
9755 opacity: 1; } | |
9756 to { | |
9757 -webkit-transform-origin: right bottom; | |
9758 transform-origin: right bottom; | |
9759 -webkit-transform: rotate3d(0, 0, 1, 90deg); | |
9760 transform: rotate3d(0, 0, 1, 90deg); | |
9761 opacity: 0; } } | |
9762 | |
9763 @keyframes rotateOutUpRight { | |
9764 from { | |
9765 -webkit-transform-origin: right bottom; | |
9766 transform-origin: right bottom; | |
9767 opacity: 1; } | |
9768 to { | |
9769 -webkit-transform-origin: right bottom; | |
9770 transform-origin: right bottom; | |
9771 -webkit-transform: rotate3d(0, 0, 1, 90deg); | |
9772 transform: rotate3d(0, 0, 1, 90deg); | |
9773 opacity: 0; } } | |
9774 | |
9775 .rotateOutUpRight { | |
9776 -webkit-animation-name: rotateOutUpRight; | |
9777 animation-name: rotateOutUpRight; } | |
9778 | |
9779 @-webkit-keyframes hinge { | |
9780 0% { | |
9781 -webkit-transform-origin: top left; | |
9782 transform-origin: top left; | |
9783 -webkit-animation-timing-function: ease-in-out; | |
9784 animation-timing-function: ease-in-out; } | |
9785 20%, 60% { | |
9786 -webkit-transform: rotate3d(0, 0, 1, 80deg); | |
9787 transform: rotate3d(0, 0, 1, 80deg); | |
9788 -webkit-transform-origin: top left; | |
9789 transform-origin: top left; | |
9790 -webkit-animation-timing-function: ease-in-out; | |
9791 animation-timing-function: ease-in-out; } | |
9792 40%, 80% { | |
9793 -webkit-transform: rotate3d(0, 0, 1, 60deg); | |
9794 transform: rotate3d(0, 0, 1, 60deg); | |
9795 -webkit-transform-origin: top left; | |
9796 transform-origin: top left; | |
9797 -webkit-animation-timing-function: ease-in-out; | |
9798 animation-timing-function: ease-in-out; | |
9799 opacity: 1; } | |
9800 to { | |
9801 -webkit-transform: translate3d(0, 700px, 0); | |
9802 transform: translate3d(0, 700px, 0); | |
9803 opacity: 0; } } | |
9804 | |
9805 @keyframes hinge { | |
9806 0% { | |
9807 -webkit-transform-origin: top left; | |
9808 transform-origin: top left; | |
9809 -webkit-animation-timing-function: ease-in-out; | |
9810 animation-timing-function: ease-in-out; } | |
9811 20%, 60% { | |
9812 -webkit-transform: rotate3d(0, 0, 1, 80deg); | |
9813 transform: rotate3d(0, 0, 1, 80deg); | |
9814 -webkit-transform-origin: top left; | |
9815 transform-origin: top left; | |
9816 -webkit-animation-timing-function: ease-in-out; | |
9817 animation-timing-function: ease-in-out; } | |
9818 40%, 80% { | |
9819 -webkit-transform: rotate3d(0, 0, 1, 60deg); | |
9820 transform: rotate3d(0, 0, 1, 60deg); | |
9821 -webkit-transform-origin: top left; | |
9822 transform-origin: top left; | |
9823 -webkit-animation-timing-function: ease-in-out; | |
9824 animation-timing-function: ease-in-out; | |
9825 opacity: 1; } | |
9826 to { | |
9827 -webkit-transform: translate3d(0, 700px, 0); | |
9828 transform: translate3d(0, 700px, 0); | |
9829 opacity: 0; } } | |
9830 | |
9831 .hinge { | |
9832 -webkit-animation-name: hinge; | |
9833 animation-name: hinge; } | |
9834 | |
9835 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ | |
9836 @-webkit-keyframes rollIn { | |
9837 from { | |
9838 opacity: 0; | |
9839 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); | |
9840 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } | |
9841 to { | |
9842 opacity: 1; | |
9843 -webkit-transform: none; | |
9844 transform: none; } } | |
9845 | |
9846 @keyframes rollIn { | |
9847 from { | |
9848 opacity: 0; | |
9849 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); | |
9850 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } | |
9851 to { | |
9852 opacity: 1; | |
9853 -webkit-transform: none; | |
9854 transform: none; } } | |
9855 | |
9856 .rollIn { | |
9857 -webkit-animation-name: rollIn; | |
9858 animation-name: rollIn; } | |
9859 | |
9860 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ | |
9861 @-webkit-keyframes rollOut { | |
9862 from { | |
9863 opacity: 1; } | |
9864 to { | |
9865 opacity: 0; | |
9866 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); | |
9867 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } | |
9868 | |
9869 @keyframes rollOut { | |
9870 from { | |
9871 opacity: 1; } | |
9872 to { | |
9873 opacity: 0; | |
9874 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); | |
9875 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } | |
9876 | |
9877 .rollOut { | |
9878 -webkit-animation-name: rollOut; | |
9879 animation-name: rollOut; } | |
9880 | |
9881 @-webkit-keyframes zoomIn { | |
9882 from { | |
9883 opacity: 0; | |
9884 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
9885 transform: scale3d(0.3, 0.3, 0.3); } | |
9886 50% { | |
9887 opacity: 1; } } | |
9888 | |
9889 @keyframes zoomIn { | |
9890 from { | |
9891 opacity: 0; | |
9892 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
9893 transform: scale3d(0.3, 0.3, 0.3); } | |
9894 50% { | |
9895 opacity: 1; } } | |
9896 | |
9897 .zoomIn { | |
9898 -webkit-animation-name: zoomIn; | |
9899 animation-name: zoomIn; } | |
9900 | |
9901 @-webkit-keyframes zoomInDown { | |
9902 from { | |
9903 opacity: 0; | |
9904 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); | |
9905 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); | |
9906 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
9907 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
9908 60% { | |
9909 opacity: 1; | |
9910 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
9911 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
9912 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
9913 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
9914 | |
9915 @keyframes zoomInDown { | |
9916 from { | |
9917 opacity: 0; | |
9918 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); | |
9919 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); | |
9920 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
9921 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
9922 60% { | |
9923 opacity: 1; | |
9924 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
9925 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
9926 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
9927 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
9928 | |
9929 .zoomInDown { | |
9930 -webkit-animation-name: zoomInDown; | |
9931 animation-name: zoomInDown; } | |
9932 | |
9933 @-webkit-keyframes zoomInLeft { | |
9934 from { | |
9935 opacity: 0; | |
9936 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); | |
9937 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); | |
9938 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
9939 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
9940 60% { | |
9941 opacity: 1; | |
9942 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); | |
9943 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); | |
9944 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
9945 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
9946 | |
9947 @keyframes zoomInLeft { | |
9948 from { | |
9949 opacity: 0; | |
9950 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); | |
9951 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); | |
9952 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
9953 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
9954 60% { | |
9955 opacity: 1; | |
9956 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); | |
9957 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); | |
9958 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
9959 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
9960 | |
9961 .zoomInLeft { | |
9962 -webkit-animation-name: zoomInLeft; | |
9963 animation-name: zoomInLeft; } | |
9964 | |
9965 @-webkit-keyframes zoomInRight { | |
9966 from { | |
9967 opacity: 0; | |
9968 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); | |
9969 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); | |
9970 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
9971 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
9972 60% { | |
9973 opacity: 1; | |
9974 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); | |
9975 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); | |
9976 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
9977 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
9978 | |
9979 @keyframes zoomInRight { | |
9980 from { | |
9981 opacity: 0; | |
9982 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); | |
9983 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); | |
9984 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
9985 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
9986 60% { | |
9987 opacity: 1; | |
9988 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); | |
9989 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); | |
9990 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
9991 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
9992 | |
9993 .zoomInRight { | |
9994 -webkit-animation-name: zoomInRight; | |
9995 animation-name: zoomInRight; } | |
9996 | |
9997 @-webkit-keyframes zoomInUp { | |
9998 from { | |
9999 opacity: 0; | |
10000 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); | |
10001 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); | |
10002 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
10003 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
10004 60% { | |
10005 opacity: 1; | |
10006 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10007 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10008 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
10009 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
10010 | |
10011 @keyframes zoomInUp { | |
10012 from { | |
10013 opacity: 0; | |
10014 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); | |
10015 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); | |
10016 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
10017 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
10018 60% { | |
10019 opacity: 1; | |
10020 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10021 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10022 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
10023 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
10024 | |
10025 .zoomInUp { | |
10026 -webkit-animation-name: zoomInUp; | |
10027 animation-name: zoomInUp; } | |
10028 | |
10029 @-webkit-keyframes zoomOut { | |
10030 from { | |
10031 opacity: 1; } | |
10032 50% { | |
10033 opacity: 0; | |
10034 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
10035 transform: scale3d(0.3, 0.3, 0.3); } | |
10036 to { | |
10037 opacity: 0; } } | |
10038 | |
10039 @keyframes zoomOut { | |
10040 from { | |
10041 opacity: 1; } | |
10042 50% { | |
10043 opacity: 0; | |
10044 -webkit-transform: scale3d(0.3, 0.3, 0.3); | |
10045 transform: scale3d(0.3, 0.3, 0.3); } | |
10046 to { | |
10047 opacity: 0; } } | |
10048 | |
10049 .zoomOut { | |
10050 -webkit-animation-name: zoomOut; | |
10051 animation-name: zoomOut; } | |
10052 | |
10053 @-webkit-keyframes zoomOutDown { | |
10054 40% { | |
10055 opacity: 1; | |
10056 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10057 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10058 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
10059 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
10060 to { | |
10061 opacity: 0; | |
10062 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); | |
10063 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); | |
10064 -webkit-transform-origin: center bottom; | |
10065 transform-origin: center bottom; | |
10066 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
10067 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
10068 | |
10069 @keyframes zoomOutDown { | |
10070 40% { | |
10071 opacity: 1; | |
10072 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10073 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); | |
10074 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
10075 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
10076 to { | |
10077 opacity: 0; | |
10078 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); | |
10079 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); | |
10080 -webkit-transform-origin: center bottom; | |
10081 transform-origin: center bottom; | |
10082 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
10083 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
10084 | |
10085 .zoomOutDown { | |
10086 -webkit-animation-name: zoomOutDown; | |
10087 animation-name: zoomOutDown; } | |
10088 | |
10089 @-webkit-keyframes zoomOutLeft { | |
10090 40% { | |
10091 opacity: 1; | |
10092 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); | |
10093 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } | |
10094 to { | |
10095 opacity: 0; | |
10096 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); | |
10097 transform: scale(0.1) translate3d(-2000px, 0, 0); | |
10098 -webkit-transform-origin: left center; | |
10099 transform-origin: left center; } } | |
10100 | |
10101 @keyframes zoomOutLeft { | |
10102 40% { | |
10103 opacity: 1; | |
10104 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); | |
10105 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } | |
10106 to { | |
10107 opacity: 0; | |
10108 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); | |
10109 transform: scale(0.1) translate3d(-2000px, 0, 0); | |
10110 -webkit-transform-origin: left center; | |
10111 transform-origin: left center; } } | |
10112 | |
10113 .zoomOutLeft { | |
10114 -webkit-animation-name: zoomOutLeft; | |
10115 animation-name: zoomOutLeft; } | |
10116 | |
10117 @-webkit-keyframes zoomOutRight { | |
10118 40% { | |
10119 opacity: 1; | |
10120 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); | |
10121 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } | |
10122 to { | |
10123 opacity: 0; | |
10124 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); | |
10125 transform: scale(0.1) translate3d(2000px, 0, 0); | |
10126 -webkit-transform-origin: right center; | |
10127 transform-origin: right center; } } | |
10128 | |
10129 @keyframes zoomOutRight { | |
10130 40% { | |
10131 opacity: 1; | |
10132 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); | |
10133 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } | |
10134 to { | |
10135 opacity: 0; | |
10136 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); | |
10137 transform: scale(0.1) translate3d(2000px, 0, 0); | |
10138 -webkit-transform-origin: right center; | |
10139 transform-origin: right center; } } | |
10140 | |
10141 .zoomOutRight { | |
10142 -webkit-animation-name: zoomOutRight; | |
10143 animation-name: zoomOutRight; } | |
10144 | |
10145 @-webkit-keyframes zoomOutUp { | |
10146 40% { | |
10147 opacity: 1; | |
10148 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
10149 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
10150 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
10151 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
10152 to { | |
10153 opacity: 0; | |
10154 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); | |
10155 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); | |
10156 -webkit-transform-origin: center bottom; | |
10157 transform-origin: center bottom; | |
10158 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
10159 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
10160 | |
10161 @keyframes zoomOutUp { | |
10162 40% { | |
10163 opacity: 1; | |
10164 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
10165 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); | |
10166 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); | |
10167 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } | |
10168 to { | |
10169 opacity: 0; | |
10170 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); | |
10171 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); | |
10172 -webkit-transform-origin: center bottom; | |
10173 transform-origin: center bottom; | |
10174 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); | |
10175 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } | |
10176 | |
10177 .zoomOutUp { | |
10178 -webkit-animation-name: zoomOutUp; | |
10179 animation-name: zoomOutUp; } | |
10180 | |
10181 @-webkit-keyframes slideInDown { | |
10182 from { | |
10183 -webkit-transform: translate3d(0, -100%, 0); | |
10184 transform: translate3d(0, -100%, 0); | |
10185 visibility: visible; } | |
10186 to { | |
10187 -webkit-transform: translate3d(0, 0, 0); | |
10188 transform: translate3d(0, 0, 0); } } | |
10189 | |
10190 @keyframes slideInDown { | |
10191 from { | |
10192 -webkit-transform: translate3d(0, -100%, 0); | |
10193 transform: translate3d(0, -100%, 0); | |
10194 visibility: visible; } | |
10195 to { | |
10196 -webkit-transform: translate3d(0, 0, 0); | |
10197 transform: translate3d(0, 0, 0); } } | |
10198 | |
10199 .slideInDown { | |
10200 -webkit-animation-name: slideInDown; | |
10201 animation-name: slideInDown; } | |
10202 | |
10203 @-webkit-keyframes slideInLeft { | |
10204 from { | |
10205 -webkit-transform: translate3d(-100%, 0, 0); | |
10206 transform: translate3d(-100%, 0, 0); | |
10207 visibility: visible; } | |
10208 to { | |
10209 -webkit-transform: translate3d(0, 0, 0); | |
10210 transform: translate3d(0, 0, 0); } } | |
10211 | |
10212 @keyframes slideInLeft { | |
10213 from { | |
10214 -webkit-transform: translate3d(-100%, 0, 0); | |
10215 transform: translate3d(-100%, 0, 0); | |
10216 visibility: visible; } | |
10217 to { | |
10218 -webkit-transform: translate3d(0, 0, 0); | |
10219 transform: translate3d(0, 0, 0); } } | |
10220 | |
10221 .slideInLeft { | |
10222 -webkit-animation-name: slideInLeft; | |
10223 animation-name: slideInLeft; } | |
10224 | |
10225 @-webkit-keyframes slideInRight { | |
10226 from { | |
10227 -webkit-transform: translate3d(100%, 0, 0); | |
10228 transform: translate3d(100%, 0, 0); | |
10229 visibility: visible; } | |
10230 to { | |
10231 -webkit-transform: translate3d(0, 0, 0); | |
10232 transform: translate3d(0, 0, 0); } } | |
10233 | |
10234 @keyframes slideInRight { | |
10235 from { | |
10236 -webkit-transform: translate3d(100%, 0, 0); | |
10237 transform: translate3d(100%, 0, 0); | |
10238 visibility: visible; } | |
10239 to { | |
10240 -webkit-transform: translate3d(0, 0, 0); | |
10241 transform: translate3d(0, 0, 0); } } | |
10242 | |
10243 .slideInRight { | |
10244 -webkit-animation-name: slideInRight; | |
10245 animation-name: slideInRight; } | |
10246 | |
10247 @-webkit-keyframes slideInUp { | |
10248 from { | |
10249 -webkit-transform: translate3d(0, 100%, 0); | |
10250 transform: translate3d(0, 100%, 0); | |
10251 visibility: visible; } | |
10252 to { | |
10253 -webkit-transform: translate3d(0, 0, 0); | |
10254 transform: translate3d(0, 0, 0); } } | |
10255 | |
10256 @keyframes slideInUp { | |
10257 from { | |
10258 -webkit-transform: translate3d(0, 100%, 0); | |
10259 transform: translate3d(0, 100%, 0); | |
10260 visibility: visible; } | |
10261 to { | |
10262 -webkit-transform: translate3d(0, 0, 0); | |
10263 transform: translate3d(0, 0, 0); } } | |
10264 | |
10265 .slideInUp { | |
10266 -webkit-animation-name: slideInUp; | |
10267 animation-name: slideInUp; } | |
10268 | |
10269 @-webkit-keyframes slideOutDown { | |
10270 from { | |
10271 -webkit-transform: translate3d(0, 0, 0); | |
10272 transform: translate3d(0, 0, 0); } | |
10273 to { | |
10274 visibility: hidden; | |
10275 -webkit-transform: translate3d(0, 100%, 0); | |
10276 transform: translate3d(0, 100%, 0); } } | |
10277 | |
10278 @keyframes slideOutDown { | |
10279 from { | |
10280 -webkit-transform: translate3d(0, 0, 0); | |
10281 transform: translate3d(0, 0, 0); } | |
10282 to { | |
10283 visibility: hidden; | |
10284 -webkit-transform: translate3d(0, 100%, 0); | |
10285 transform: translate3d(0, 100%, 0); } } | |
10286 | |
10287 .slideOutDown { | |
10288 -webkit-animation-name: slideOutDown; | |
10289 animation-name: slideOutDown; } | |
10290 | |
10291 @-webkit-keyframes slideOutLeft { | |
10292 from { | |
10293 -webkit-transform: translate3d(0, 0, 0); | |
10294 transform: translate3d(0, 0, 0); } | |
10295 to { | |
10296 visibility: hidden; | |
10297 -webkit-transform: translate3d(-100%, 0, 0); | |
10298 transform: translate3d(-100%, 0, 0); } } | |
10299 | |
10300 @keyframes slideOutLeft { | |
10301 from { | |
10302 -webkit-transform: translate3d(0, 0, 0); | |
10303 transform: translate3d(0, 0, 0); } | |
10304 to { | |
10305 visibility: hidden; | |
10306 -webkit-transform: translate3d(-100%, 0, 0); | |
10307 transform: translate3d(-100%, 0, 0); } } | |
10308 | |
10309 .slideOutLeft { | |
10310 -webkit-animation-name: slideOutLeft; | |
10311 animation-name: slideOutLeft; } | |
10312 | |
10313 @-webkit-keyframes slideOutRight { | |
10314 from { | |
10315 -webkit-transform: translate3d(0, 0, 0); | |
10316 transform: translate3d(0, 0, 0); } | |
10317 to { | |
10318 visibility: hidden; | |
10319 -webkit-transform: translate3d(100%, 0, 0); | |
10320 transform: translate3d(100%, 0, 0); } } | |
10321 | |
10322 @keyframes slideOutRight { | |
10323 from { | |
10324 -webkit-transform: translate3d(0, 0, 0); | |
10325 transform: translate3d(0, 0, 0); } | |
10326 to { | |
10327 visibility: hidden; | |
10328 -webkit-transform: translate3d(100%, 0, 0); | |
10329 transform: translate3d(100%, 0, 0); } } | |
10330 | |
10331 .slideOutRight { | |
10332 -webkit-animation-name: slideOutRight; | |
10333 animation-name: slideOutRight; } | |
10334 | |
10335 @-webkit-keyframes slideOutUp { | |
10336 from { | |
10337 -webkit-transform: translate3d(0, 0, 0); | |
10338 transform: translate3d(0, 0, 0); } | |
10339 to { | |
10340 visibility: hidden; | |
10341 -webkit-transform: translate3d(0, -100%, 0); | |
10342 transform: translate3d(0, -100%, 0); } } | |
10343 | |
10344 @keyframes slideOutUp { | |
10345 from { | |
10346 -webkit-transform: translate3d(0, 0, 0); | |
10347 transform: translate3d(0, 0, 0); } | |
10348 to { | |
10349 visibility: hidden; | |
10350 -webkit-transform: translate3d(0, -100%, 0); | |
10351 transform: translate3d(0, -100%, 0); } } | |
10352 | |
10353 .slideOutUp { | |
10354 -webkit-animation-name: slideOutUp; | |
10355 animation-name: slideOutUp; } | |
10356 | |
10357 /******************************** | |
10358 ********************************* | |
10359 BASE | |
10360 ********************************* | |
10361 *********************************/ | |
10362 html { | |
10363 height: 100%; } | |
10364 | |
10365 body.rtl { | |
10366 direction: rtl; } | |
10367 body.rtl ol, body.rtl ul { | |
10368 padding-right: 2.1875rem; } | |
10369 body.rtl .text-right-rtl { | |
10370 text-align: left !important; } | |
10371 body.rtl .text-left-rtl { | |
10372 text-align: left !important; } | |
10373 body.rtl .btn-group { | |
10374 direction: ltr; } | |
10375 body.rtl .pagination, | |
10376 body.rtl .pager { | |
10377 padding-right: 0; } | |
10378 | |
10379 .ltr { | |
10380 direction: ltr !important; } | |
10381 body.rtl .ltr { | |
10382 text-align: right; } | |
10383 | |
10384 .badge, .label { | |
10385 letter-spacing: -0.05em; | |
10386 font-family: "Montserrat", sans-serif; } | |
10387 | |
10388 a.badge:hover, a.label:hover { | |
10389 color: #fff; } | |
10390 | |
10391 hr.border-0 { | |
10392 border: 0; } | |
10393 | |
10394 hr.tiny-hr { | |
10395 border: 0; | |
10396 position: relative; } | |
10397 hr.tiny-hr:after { | |
10398 content: ""; | |
10399 position: absolute; | |
10400 top: 50%; | |
10401 left: 50%; | |
10402 -webkit-transform: translateX(-50%); | |
10403 transform: translateX(-50%); | |
10404 width: 40px; | |
10405 height: 1px; | |
10406 background: #eef1f2; } | |
10407 | |
10408 canvas { | |
10409 max-width: 100%; } | |
10410 | |
10411 .material-icons { | |
10412 font-size: 1.5rem; } | |
10413 | |
10414 .small, small { | |
10415 color: #bbb; | |
10416 font-size: 85%; } | |
10417 | |
10418 .small.list-icon { | |
10419 font-size: 18px; } | |
10420 | |
10421 .icon-muted { | |
10422 color: #8253eb; } | |
10423 | |
10424 a:focus, a:hover { | |
10425 outline: none; } | |
10426 | |
10427 iframe { | |
10428 border: 0; } | |
10429 | |
10430 input:focus, | |
10431 select:focus, | |
10432 textarea:focus, | |
10433 button:focus, | |
10434 .btn.active.focus, | |
10435 .btn.active:focus, | |
10436 .btn.focus, | |
10437 .btn:active.focus, | |
10438 .btn:active:focus, | |
10439 .btn:focus { | |
10440 outline: none; } | |
10441 | |
10442 input, textarea { | |
10443 letter-spacing: 0; } | |
10444 | |
10445 img { | |
10446 max-width: 100%; } | |
10447 | |
10448 h1, h2, h3, h4, h5, h6, | |
10449 .h1, .h2, .h3, .h4, .h5, .h6 { | |
10450 margin: 1.25rem 0 0.625rem; | |
10451 font-weight: 400; | |
10452 letter-spacing: -0.05em; } | |
10453 h1 .material-icons, h2 .material-icons, h3 .material-icons, h4 .material-icons, h5 .material-icons, h6 .material-icons, | |
10454 .h1 .material-icons, .h2 .material-icons, .h3 .material-icons, .h4 .material-icons, .h5 .material-icons, .h6 .material-icons { | |
10455 position: relative; | |
10456 top: -2px; } | |
10457 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, | |
10458 .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { | |
10459 font-size: 0.75em; } | |
10460 | |
10461 h6 { | |
10462 font-weight: 500; } | |
10463 | |
10464 p { | |
10465 margin-bottom: 1.42857em; } | |
10466 | |
10467 a { | |
10468 -webkit-transition: all 0.2s ease-in-out; | |
10469 transition: all 0.2s ease-in-out; } | |
10470 | |
10471 .blockquote, | |
10472 blockquote { | |
10473 padding: 10px 20px; | |
10474 border: 1px solid #eee; | |
10475 border-left: 5px solid #8253eb; | |
10476 color: #444; | |
10477 letter-spacing: -0.05em; | |
10478 font-family: "Montserrat", sans-serif; | |
10479 font-size: 1.125rem; } | |
10480 .blockquote small, | |
10481 blockquote small { | |
10482 font-size: 75%; | |
10483 font-weight: 500; } | |
10484 .blockquote small:before, .blockquote footer:before, .blockquote small:before, | |
10485 blockquote small:before, | |
10486 blockquote footer:before, | |
10487 blockquote small:before { | |
10488 content: '\2014 \00A0'; } | |
10489 .blockquote.blockquote-reverse, | |
10490 blockquote.blockquote-reverse { | |
10491 border: 1px solid #eee; | |
10492 border-right: 5px solid #8253eb; } | |
10493 body.rtl .blockquote, body.rtl | |
10494 blockquote { | |
10495 border-right: 5px solid #8253eb; | |
10496 border-left: 0; } | |
10497 body.rtl .blockquote.blockquote-reverse, body.rtl | |
10498 blockquote.blockquote-reverse { | |
10499 text-align: left; | |
10500 border-left: 5px solid #8253eb; | |
10501 border-right: 0; } | |
10502 | |
10503 dd { | |
10504 margin-bottom: 5px; } | |
10505 | |
10506 .show-grid { | |
10507 margin: 15px 0; } | |
10508 .show-grid [class^="col-"] { | |
10509 padding-top: 10px; | |
10510 padding-bottom: 10px; | |
10511 border: 1px solid rgba(120, 130, 140, 0.13); | |
10512 background-color: #f7fafc; } | |
10513 | |
10514 .fancy-list li { | |
10515 padding-top: 0; | |
10516 padding-bottom: 1em; } | |
10517 | |
10518 .fancy-list .list-icon { | |
10519 font-size: 1.28571em; | |
10520 vertical-align: middle; } | |
10521 | |
10522 .list-icon { | |
10523 font-size: 1.125rem; } | |
10524 | |
10525 .row.columns-border-bw [class*="col-"], .columns-border-bw.custom-fullcalendar [class*="col-"] { | |
10526 border-right: 1px solid #eef1f2; } | |
10527 | |
10528 .headings-font-family, | |
10529 .heading-font-family { | |
10530 font-family: "Montserrat", sans-serif; } | |
10531 | |
10532 .content-font-family { | |
10533 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; } | |
10534 | |
10535 .sub-heading-font-family { | |
10536 font-family: "Roboto", sans-serif; } | |
10537 | |
10538 .content-font-size { | |
10539 font-size: 0.875rem; } | |
10540 | |
10541 .headings-color { | |
10542 color: #444 !important; } | |
10543 | |
10544 .headings-letter-spacing { | |
10545 letter-spacing: -0.05em !important; } | |
10546 | |
10547 .wrapper { | |
10548 position: relative; } | |
10549 | |
10550 .content-wrapper { | |
10551 position: relative; } | |
10552 @media (min-width: 961px) { | |
10553 .sidebar-expand .content-wrapper, | |
10554 .sidebar-collapse .content-wrapper { | |
10555 padding-top: 5rem; } } | |
10556 | |
10557 .text-inverse, | |
10558 .text-inverse h1, .text-inverse h2, .text-inverse h3, .text-inverse h4, .text-inverse h5, .text-inverse h6, | |
10559 .text-inverse .h1, .text-inverse .h2, .text-inverse .h3, .text-inverse .h4, .text-inverse .h5, .text-inverse .h6, .text-inverse .list-icon, .text-inverse small, | |
10560 .text-inverse a:not(.btn), .text-inverse a:not(.btn):hover { | |
10561 color: white !important; } | |
10562 | |
10563 .text-inverse .text-muted { | |
10564 color: rgba(255, 255, 255, 0.5) !important; } | |
10565 | |
10566 /* Material Icons | |
10567 ========================*/ | |
10568 .material-icons { | |
10569 position: relative; } | |
10570 | |
10571 .material-icons.md-18 { | |
10572 font-size: 1.125rem; } | |
10573 | |
10574 .material-icons.md-24 { | |
10575 font-size: 1.5rem; } | |
10576 | |
10577 .material-icons.md-36 { | |
10578 font-size: 2.25rem; } | |
10579 | |
10580 .material-icons.md-48 { | |
10581 font-size: 3rem; } | |
10582 | |
10583 .user-char-image { | |
10584 border-radius: 100px; | |
10585 display: inline-block; | |
10586 text-align: center; | |
10587 position: relative; } | |
10588 .user-char-image i { | |
10589 position: absolute; | |
10590 top: 50%; | |
10591 right: 50%; | |
10592 -webkit-transform: translateY(-50%) translateX(50%); | |
10593 transform: translateY(-50%) translateX(50%); | |
10594 font-style: normal; | |
10595 color: #fff; } | |
10596 | |
10597 /* Main Content Area | |
10598 ========================*/ | |
10599 .main-wrapper { | |
10600 overflow: hidden; | |
10601 padding: 0 30px 7.5rem; | |
10602 background: #f5f7fa; } | |
10603 .sidebar-expand .main-wrapper { | |
10604 margin-left: 14.0625rem; } | |
10605 body.rtl.sidebar-expand .main-wrapper { | |
10606 margin-left: auto; | |
10607 margin-right: 14.0625rem; } | |
10608 .sidebar-collapse .main-wrapper { | |
10609 margin-left: 3.75rem; } | |
10610 body.rtl.sidebar-collapse .main-wrapper { | |
10611 margin-left: auto; | |
10612 margin-right: 3.75rem; } | |
10613 | |
10614 .neg-wrapper-padding { | |
10615 margin-left: -30px; | |
10616 margin-right: -30px; } | |
10617 | |
10618 /* Site Footer | |
10619 ========================*/ | |
10620 .footer { | |
10621 bottom: 0; | |
10622 left: 0; | |
10623 color: #fff; | |
10624 padding: 20px 30px; | |
10625 position: absolute; | |
10626 right: 0; | |
10627 background: -webkit-gradient(linear, left top, right top, from(#835c9e), to(#8253eb)); | |
10628 background: linear-gradient(90deg, #835c9e, #8253eb); | |
10629 border-top: 1px solid #eef1f2; } | |
10630 .sidebar-expand .footer { | |
10631 margin-left: 14.0625rem; } | |
10632 .sidebar-collapse .footer { | |
10633 margin-left: 3.75rem; } | |
10634 body.rtl.sidebar-expand .footer { | |
10635 margin-left: 0; | |
10636 margin-right: 14.0625rem; } | |
10637 body.rtl.sidebar-collapse .footer { | |
10638 margin-left: 0; | |
10639 margin-right: 3.75rem; } | |
10640 | |
10641 @media (max-width: 960px) { | |
10642 .content-wrapper .main-wrapper, | |
10643 body .wrapper .footer { | |
10644 margin-left: 0; | |
10645 margin-right: 0; } | |
10646 body.rtl.sidebar-expand .main-wrapper { | |
10647 width: 100%; | |
10648 margin-right: 0; } | |
10649 body.rtl.sidebar-collapse .main-wrapper { | |
10650 width: 100%; | |
10651 margin-right: 0; } | |
10652 body.rtl.sidebar-collapse .footer, | |
10653 body.rtl.sidebar-expand .footer { | |
10654 margin-right: 0; } } | |
10655 | |
10656 @media (min-width: 961px) { | |
10657 .sidebar-horizontal .fix-top .main-wrapper { | |
10658 padding-top: 70px; } } | |
10659 | |
10660 /* Thumbnail Image Sizes | |
10661 =======================*/ | |
10662 [class*="thumb"] { | |
10663 display: inline-block; } | |
10664 | |
10665 .thumb-xxs img, .thumb-xxs .user-char-image { | |
10666 height: 35px; | |
10667 width: 35px; } | |
10668 | |
10669 .thumb-xs img, .thumb-xs .user-char-image { | |
10670 height: 40px; | |
10671 width: 40px; } | |
10672 | |
10673 .thumb-xs2 img, .thumb-xs2 .user-char-image { | |
10674 height: 50px; | |
10675 width: 50px; } | |
10676 | |
10677 .thumb-sm img, .thumb-sm .user-char-image { | |
10678 height: 60px; | |
10679 width: 60px; } | |
10680 | |
10681 .thumb-sm2 img, .thumb-sm2 .user-char-image { | |
10682 height: 70px; | |
10683 width: 70px; } | |
10684 | |
10685 .thumb-md img, .thumb-md .user-char-image { | |
10686 height: 110px; | |
10687 width: 110px; } | |
10688 | |
10689 .thumb-md2 img, .thumb-md2 .user-char-image { | |
10690 height: 120px; | |
10691 width: 120px; } | |
10692 | |
10693 .thumb-lg img, .thumb-lg .user-char-image { | |
10694 height: 180px; | |
10695 width: 180px; } | |
10696 | |
10697 .thumb-xs img, | |
10698 .thumb-sm img, | |
10699 .thumb-md img, | |
10700 .thumb-lg img { | |
10701 height: auto; | |
10702 max-width: 999px; } | |
10703 | |
10704 /* User Status | |
10705 ========================*/ | |
10706 [class*="user--"] { | |
10707 position: relative; } | |
10708 [class*="user--"]::after { | |
10709 height: 0.64286em; | |
10710 width: 0.64286em; | |
10711 display: block; | |
10712 position: absolute; | |
10713 top: 0; | |
10714 right: 10%; | |
10715 border-radius: 100px; | |
10716 content: ""; | |
10717 -webkit-box-shadow: 0 0 0 2px #fff; | |
10718 box-shadow: 0 0 0 2px #fff; } | |
10719 [class*="user--"][class*="thumb-xs"]::after { | |
10720 right: 0.25rem; } | |
10721 [class*="user--"][class*="thumb-xs2"]::after { | |
10722 right: 0.375rem; } | |
10723 [class*="user--"][class*="thumb-sm"]::after { | |
10724 right: 0.5rem; } | |
10725 [class*="user--"][class*="thumb-md"]::after { | |
10726 right: 0.75rem; | |
10727 top: 0.75rem; } | |
10728 [class*="user--"][class*="thumb-lg"]::after { | |
10729 right: 1.25rem; } | |
10730 | |
10731 .user--offline:after { | |
10732 background: #bbb; } | |
10733 | |
10734 .user--online:after { | |
10735 background: #38d57a; } | |
10736 | |
10737 .user--away:after { | |
10738 background: #ffcc02; } | |
10739 | |
10740 .user--busy:after { | |
10741 background: #e6614f; } | |
10742 | |
10743 /* Waves Effect on Click | |
10744 ========================*/ | |
10745 .ripple { | |
10746 position: relative; | |
10747 overflow: hidden; | |
10748 -webkit-transform: translate3d(0, 0, 0); | |
10749 transform: translate3d(0, 0, 0); } | |
10750 .ripple::after { | |
10751 content: ""; | |
10752 display: block !important; | |
10753 position: absolute; | |
10754 top: 0; | |
10755 right: 0; | |
10756 bottom: 0; | |
10757 left: 0; | |
10758 width: auto; | |
10759 height: auto; | |
10760 margin: 0; | |
10761 padding: 0; | |
10762 border: 0; | |
10763 pointer-events: none; | |
10764 background-image: radial-gradient(circle, #000 10%, transparent 10.01%); | |
10765 background-repeat: no-repeat; | |
10766 background-position: 50%; | |
10767 -webkit-transform: scale(10, 10); | |
10768 transform: scale(10, 10); | |
10769 opacity: 0; | |
10770 -webkit-transition: opacity 1s, -webkit-transform .5s; | |
10771 transition: opacity 1s, -webkit-transform .5s; | |
10772 transition: transform .5s, opacity 1s; | |
10773 transition: transform .5s, opacity 1s, -webkit-transform .5s; } | |
10774 .ripple:active::after { | |
10775 -webkit-transform: scale(0, 0); | |
10776 transform: scale(0, 0); | |
10777 opacity: .1; | |
10778 -webkit-transition: 0s; | |
10779 transition: 0s; } | |
10780 | |
10781 /* Pulse Effect | |
10782 ========================*/ | |
10783 .pulse-status { | |
10784 display: block; | |
10785 width: 0.5rem; | |
10786 height: 0.5rem; | |
10787 border-radius: 50%; | |
10788 background: #8253eb; | |
10789 cursor: pointer; | |
10790 -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.6); | |
10791 box-shadow: 0 0 0 rgba(204, 169, 44, 0.6); | |
10792 -webkit-animation: pulse-status 1s infinite; | |
10793 animation: pulse-status 1s infinite; | |
10794 position: absolute; | |
10795 top: 50%; | |
10796 right: 0; | |
10797 margin-top: -rem(10); | |
10798 margin-right: 0.625rem; | |
10799 -webkit-transform: translateY(-50%); | |
10800 transform: translateY(-50%); } | |
10801 .pulse-status:hover { | |
10802 -webkit-animation: none; | |
10803 animation: none; } | |
10804 | |
10805 @-webkit-keyframes pulse-status { | |
10806 0% { | |
10807 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6); | |
10808 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6); } | |
10809 70% { | |
10810 -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); | |
10811 box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); } | |
10812 100% { | |
10813 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); | |
10814 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } } | |
10815 | |
10816 @keyframes pulse-status { | |
10817 0% { | |
10818 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6); | |
10819 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6); } | |
10820 70% { | |
10821 -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); | |
10822 box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); } | |
10823 100% { | |
10824 -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); | |
10825 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } } | |
10826 | |
10827 /* Dropdown | |
10828 ========================*/ | |
10829 .dropdown-toggle li a { | |
10830 line-height: 1.71429; } | |
10831 | |
10832 .dropdown-toggle .caret:before { | |
10833 content: '\e928'; | |
10834 font-family: 'feather'; | |
10835 -webkit-font-feature-settings: 'liga'; | |
10836 font-feature-settings: 'liga'; | |
10837 vertical-align: middle; | |
10838 font-size: 16px; | |
10839 width: 1em; } | |
10840 | |
10841 .open > .dropdown-menu, | |
10842 .show > .dropdown-menu { | |
10843 display: block; } | |
10844 | |
10845 .dropdown-menu.dropdown-left { | |
10846 left: auto; | |
10847 right: 0; } | |
10848 | |
10849 body.rtl .dropdown-menu { | |
10850 text-align: right; } | |
10851 | |
10852 .dropdown-menu > .selected > a, .dropdown-menu > .selected > a:hover, .dropdown-menu > .selected > a:focus, | |
10853 .dropdown-menu > .active > a, | |
10854 .dropdown-menu > .active > a:hover, | |
10855 .dropdown-menu > .active > a:focus { | |
10856 background: #8253eb; | |
10857 color: #fff; | |
10858 outline: none; } | |
10859 | |
10860 .dropdown-item { | |
10861 padding-top: 0.35714em; | |
10862 padding-bottom: 0.35714em; } | |
10863 | |
10864 /* User Avatar List | |
10865 ========================*/ | |
10866 .user-avatar-list { | |
10867 -webkit-box-orient: horizontal; | |
10868 -webkit-box-direction: reverse; | |
10869 -ms-flex-direction: row-reverse; | |
10870 flex-direction: row-reverse; | |
10871 display: -webkit-box; | |
10872 display: -ms-flexbox; | |
10873 display: flex; | |
10874 text-align: right; } | |
10875 .user-avatar-list a { | |
10876 position: relative; | |
10877 display: inline-block; | |
10878 margin-left: -5%; } | |
10879 .user-avatar-list a img { | |
10880 border: 1px solid #fff; } | |
10881 .user-avatar-list a.more-link { | |
10882 -webkit-box-ordinal-group: 2; | |
10883 -ms-flex-order: 1; | |
10884 order: 1; | |
10885 margin-left: auto; | |
10886 display: -webkit-inline-box; | |
10887 display: -ms-inline-flexbox; | |
10888 display: inline-flex; | |
10889 -webkit-box-pack: center; | |
10890 -ms-flex-pack: center; | |
10891 justify-content: center; | |
10892 -webkit-box-align: center; | |
10893 -ms-flex-align: center; | |
10894 align-items: center; | |
10895 background: #fff; | |
10896 border-radius: 100px; | |
10897 color: #444; | |
10898 font-family: "Montserrat", sans-serif; | |
10899 font-size: 0.85714em; } | |
10900 | |
10901 /* Main Content Area | |
10902 ========================*/ | |
10903 .img-thumbnail { | |
10904 padding: .125em; | |
10905 background: #fff; | |
10906 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); | |
10907 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); } | |
10908 | |
10909 /* Hover Helper | |
10910 ========================*/ | |
10911 .hover-item { | |
10912 display: none; } | |
10913 @media (max-width: 767px) { | |
10914 .hover-item { | |
10915 display: block; } } | |
10916 @media (min-width: 768px) and (max-width: 1023px) { | |
10917 .hover-item { | |
10918 display: block; } } | |
10919 | |
10920 .hover-parent:hover .hover-item { | |
10921 display: block; } | |
10922 | |
10923 /* Title Seperator | |
10924 ========================*/ | |
10925 .title-seperator { | |
10926 display: -webkit-box; | |
10927 display: -ms-flexbox; | |
10928 display: flex; | |
10929 -webkit-box-align: center; | |
10930 -ms-flex-align: center; | |
10931 align-items: center; | |
10932 margin-top: 2.14286em; | |
10933 margin-bottom: 2.14286em; } | |
10934 .title-seperator span { | |
10935 margin-top: 0; | |
10936 margin-bottom: 0; } | |
10937 .title-seperator:before, .title-seperator:after { | |
10938 content: ''; | |
10939 -webkit-box-flex: 1; | |
10940 -ms-flex: 1; | |
10941 flex: 1; | |
10942 height: 1px; | |
10943 border-top: 1px solid #eef1f2; | |
10944 display: block; } | |
10945 | |
10946 /* Icons | |
10947 ========================*/ | |
10948 [class*='size-icon'] { | |
10949 display: -webkit-box; | |
10950 display: -ms-flexbox; | |
10951 display: flex; | |
10952 -webkit-box-align: center; | |
10953 -ms-flex-align: center; | |
10954 align-items: center; | |
10955 -webkit-box-pack: center; | |
10956 -ms-flex-pack: center; | |
10957 justify-content: center; } | |
10958 | |
10959 .size-icon-20 { | |
10960 height: 1.25rem; | |
10961 width: 1.25rem; } | |
10962 | |
10963 .size-icon-30 { | |
10964 height: 1.875rem; | |
10965 width: 1.875rem; } | |
10966 | |
10967 .size-icon-40 { | |
10968 height: 2.5rem; | |
10969 width: 2.5rem; } | |
10970 | |
10971 .size-icon-50 { | |
10972 height: 3.125rem; | |
10973 width: 3.125rem; } | |
10974 | |
10975 .size-icon-60 { | |
10976 height: 3.75rem; | |
10977 width: 3.75rem; } | |
10978 | |
10979 .size-icon-70 { | |
10980 height: 4.375rem; | |
10981 width: 4.375rem; } | |
10982 | |
10983 .size-icon-80 { | |
10984 height: 5rem; | |
10985 width: 5rem; } | |
10986 | |
10987 .size-icon-90 { | |
10988 height: 5.625rem; | |
10989 width: 5.625rem; } | |
10990 | |
10991 /* Star Ratings | |
10992 ========================*/ | |
10993 .star-ratings { | |
10994 position: relative; | |
10995 height: 1em; | |
10996 line-height: 1; | |
10997 vertical-align: middle; } | |
10998 .star-ratings span::before, .star-ratings:before { | |
10999 content: '\e9bf\e9bf\e9bf\e9bf\e9bf'; | |
11000 font-family: 'feather'; | |
11001 color: #8253eb; } | |
11002 .star-ratings:before { | |
11003 opacity: 0.5; } | |
11004 .star-ratings span { | |
11005 overflow: hidden; | |
11006 height: 1em; | |
11007 position: absolute; | |
11008 top: 0; | |
11009 left: 0; } | |
11010 .star-ratings.style-2 { | |
11011 letter-spacing: -0.14286em; | |
11012 display: inline-block; } | |
11013 .star-ratings.style-2:before, | |
11014 .star-ratings.style-2 span::before { | |
11015 letter-spacing: inherit; | |
11016 font-family: 'Material Icons'; | |
11017 font-weight: normal; | |
11018 content: 'star star star star star'; | |
11019 vertical-align: baseline; | |
11020 text-rendering: optimizeLegibility; | |
11021 -webkit-font-feature-settings: 'liga'; | |
11022 font-feature-settings: 'liga'; } | |
11023 .star-ratings.style-2:before { | |
11024 color: #bbb; } | |
11025 .star-ratings.style-2 span::before { | |
11026 color: #ffcc02; } | |
11027 | |
11028 /* Featured Figure Tag | |
11029 ========================*/ | |
11030 figure { | |
11031 position: relative; } | |
11032 figure .featured { | |
11033 position: absolute; | |
11034 top: 1em; | |
11035 left: -0.5em; } | |
11036 | |
11037 /* Scrollbar Styling for RTL | |
11038 ========================*/ | |
11039 body.rtl .scrollbar-enabled { | |
11040 direction: ltr; } | |
11041 body.rtl .scrollbar-enabled > * { | |
11042 direction: rtl; } | |
11043 | |
11044 /******************************** | |
11045 ********************************* | |
11046 HELPER CLASSES | |
11047 ********************************* | |
11048 *********************************/ | |
11049 /* Colors | |
11050 ========================*/ | |
11051 .progress-bar-color-scheme, | |
11052 .bg-color-scheme { | |
11053 background-color: #8253eb !important; | |
11054 border-color: #8253eb !important; | |
11055 color: #fff; } | |
11056 | |
11057 .bg-color-scheme-dark { | |
11058 background-color: #6125e6; | |
11059 border-color: #6125e6; } | |
11060 | |
11061 .bg-color-scheme-light { | |
11062 background-color: #b498f3; | |
11063 border-color: #b498f3; } | |
11064 | |
11065 .bg-color-scheme-contrast, .custom-fullcalendar .fc-toolbar .fc-button.fc-state-active { | |
11066 background-color: rgba(130, 83, 235, 0.1); | |
11067 color: #8253eb; } | |
11068 | |
11069 a.bg-color-scheme-contrast:hover, .custom-fullcalendar .fc-toolbar a.fc-button.fc-state-active:hover { | |
11070 background: #8253eb; } | |
11071 | |
11072 | |
11073 .color-color-scheme, | |
11074 .color-hover-color-scheme:hover, | |
11075 .text-color-scheme { | |
11076 color: #8253eb !important; } | |
11077 | |
11078 .border-color-color-scheme { | |
11079 border-color: #8253eb !important; } | |
11080 | |
11081 .progress-bar-color-scheme-dark, | |
11082 .bg-color-scheme-dark { | |
11083 background-color: #835c9e !important; | |
11084 border-color: #835c9e !important; | |
11085 color: #fff; } | |
11086 | |
11087 .bg-color-scheme-dark-dark { | |
11088 background-color: #68497e; | |
11089 border-color: #68497e; } | |
11090 | |
11091 .bg-color-scheme-dark-light { | |
11092 background-color: #a88bbb; | |
11093 border-color: #a88bbb; } | |
11094 | |
11095 .bg-color-scheme-dark-contrast { | |
11096 background-color: rgba(131, 92, 158, 0.1); | |
11097 color: #835c9e; } | |
11098 | |
11099 a.bg-color-scheme-dark-contrast:hover { | |
11100 background: #835c9e; } | |
11101 | |
11102 | |
11103 .color-color-scheme-dark, | |
11104 .color-hover-color-scheme-dark:hover, | |
11105 .text-color-scheme-dark { | |
11106 color: #835c9e !important; } | |
11107 | |
11108 .border-color-color-scheme-dark { | |
11109 border-color: #835c9e !important; } | |
11110 | |
11111 .progress-bar-content-color, | |
11112 .bg-content-color { | |
11113 background-color: #999 !important; | |
11114 border-color: #999 !important; | |
11115 color: #fff; } | |
11116 | |
11117 .bg-content-color-dark { | |
11118 background-color: gray; | |
11119 border-color: gray; } | |
11120 | |
11121 .bg-content-color-light { | |
11122 background-color: #bfbfbf; | |
11123 border-color: #bfbfbf; } | |
11124 | |
11125 .bg-content-color-contrast { | |
11126 background-color: rgba(153, 153, 153, 0.1); | |
11127 color: #999; } | |
11128 | |
11129 a.bg-content-color-contrast:hover { | |
11130 background: #999; } | |
11131 | |
11132 | |
11133 .color-content-color, | |
11134 .color-hover-content-color:hover, | |
11135 .text-content-color { | |
11136 color: #999 !important; } | |
11137 | |
11138 .border-color-content-color { | |
11139 border-color: #999 !important; } | |
11140 | |
11141 .progress-bar-content, | |
11142 .bg-content { | |
11143 background-color: #999 !important; | |
11144 border-color: #999 !important; | |
11145 color: #fff; } | |
11146 | |
11147 .bg-content-dark { | |
11148 background-color: gray; | |
11149 border-color: gray; } | |
11150 | |
11151 .bg-content-light { | |
11152 background-color: #bfbfbf; | |
11153 border-color: #bfbfbf; } | |
11154 | |
11155 .bg-content-contrast { | |
11156 background-color: rgba(153, 153, 153, 0.1); | |
11157 color: #999; } | |
11158 | |
11159 a.bg-content-contrast:hover { | |
11160 background: #999; } | |
11161 | |
11162 | |
11163 .color-content, | |
11164 .color-hover-content:hover, | |
11165 .text-content { | |
11166 color: #999 !important; } | |
11167 | |
11168 .border-color-content { | |
11169 border-color: #999 !important; } | |
11170 | |
11171 .progress-bar-primary, | |
11172 .bg-primary { | |
11173 background-color: #8253eb !important; | |
11174 border-color: #8253eb !important; | |
11175 color: #fff; } | |
11176 | |
11177 .bg-primary-dark { | |
11178 background-color: #6125e6; | |
11179 border-color: #6125e6; } | |
11180 | |
11181 .bg-primary-light { | |
11182 background-color: #b498f3; | |
11183 border-color: #b498f3; } | |
11184 | |
11185 .bg-primary-contrast { | |
11186 background-color: rgba(130, 83, 235, 0.1); | |
11187 color: #8253eb; } | |
11188 | |
11189 a.bg-primary-contrast:hover { | |
11190 background: #8253eb; } | |
11191 | |
11192 | |
11193 .color-primary, | |
11194 .color-hover-primary:hover, | |
11195 .text-primary { | |
11196 color: #8253eb !important; } | |
11197 | |
11198 .border-color-primary { | |
11199 border-color: #8253eb !important; } | |
11200 | |
11201 .progress-bar-secondary, | |
11202 .bg-secondary { | |
11203 background-color: #868e96 !important; | |
11204 border-color: #868e96 !important; | |
11205 color: #fff; } | |
11206 | |
11207 .bg-secondary-dark { | |
11208 background-color: #6c757d; | |
11209 border-color: #6c757d; } | |
11210 | |
11211 .bg-secondary-light { | |
11212 background-color: #afb4ba; | |
11213 border-color: #afb4ba; } | |
11214 | |
11215 .bg-secondary-contrast { | |
11216 background-color: rgba(134, 142, 150, 0.1); | |
11217 color: #868e96; } | |
11218 | |
11219 a.bg-secondary-contrast:hover { | |
11220 background: #868e96; } | |
11221 | |
11222 | |
11223 .color-secondary, | |
11224 .color-hover-secondary:hover, | |
11225 .text-secondary { | |
11226 color: #868e96 !important; } | |
11227 | |
11228 .border-color-secondary { | |
11229 border-color: #868e96 !important; } | |
11230 | |
11231 .progress-bar-success, | |
11232 .bg-success { | |
11233 background-color: #38d57a !important; | |
11234 border-color: #38d57a !important; | |
11235 color: #fff; } | |
11236 | |
11237 .bg-success-dark { | |
11238 background-color: #26b462; | |
11239 border-color: #26b462; } | |
11240 | |
11241 .bg-success-light { | |
11242 background-color: #77e2a4; | |
11243 border-color: #77e2a4; } | |
11244 | |
11245 .bg-success-contrast { | |
11246 background-color: rgba(56, 213, 122, 0.1); | |
11247 color: #38d57a; } | |
11248 | |
11249 a.bg-success-contrast:hover { | |
11250 background: #38d57a; } | |
11251 | |
11252 | |
11253 .color-success, | |
11254 .color-hover-success:hover, | |
11255 .text-success { | |
11256 color: #38d57a !important; } | |
11257 | |
11258 .border-color-success { | |
11259 border-color: #38d57a !important; } | |
11260 | |
11261 .progress-bar-info, | |
11262 .bg-info { | |
11263 background-color: #03a9f3 !important; | |
11264 border-color: #03a9f3 !important; | |
11265 color: #fff; } | |
11266 | |
11267 .bg-info-dark { | |
11268 background-color: #0286c1; | |
11269 border-color: #0286c1; } | |
11270 | |
11271 .bg-info-light { | |
11272 background-color: #46c4fd; | |
11273 border-color: #46c4fd; } | |
11274 | |
11275 .bg-info-contrast { | |
11276 background-color: rgba(3, 169, 243, 0.1); | |
11277 color: #03a9f3; } | |
11278 | |
11279 a.bg-info-contrast:hover { | |
11280 background: #03a9f3; } | |
11281 | |
11282 | |
11283 .color-info, | |
11284 .color-hover-info:hover, | |
11285 .text-info { | |
11286 color: #03a9f3 !important; } | |
11287 | |
11288 .border-color-info { | |
11289 border-color: #03a9f3 !important; } | |
11290 | |
11291 .progress-bar-warning, | |
11292 .bg-warning { | |
11293 background-color: #ffcc02 !important; | |
11294 border-color: #ffcc02 !important; | |
11295 color: #fff; } | |
11296 | |
11297 .bg-warning-dark { | |
11298 background-color: #cea400; | |
11299 border-color: #cea400; } | |
11300 | |
11301 .bg-warning-light { | |
11302 background-color: #ffdb4f; | |
11303 border-color: #ffdb4f; } | |
11304 | |
11305 .bg-warning-contrast { | |
11306 background-color: rgba(255, 204, 2, 0.1); | |
11307 color: #ffcc02; } | |
11308 | |
11309 a.bg-warning-contrast:hover { | |
11310 background: #ffcc02; } | |
11311 | |
11312 | |
11313 .color-warning, | |
11314 .color-hover-warning:hover, | |
11315 .text-warning { | |
11316 color: #ffcc02 !important; } | |
11317 | |
11318 .border-color-warning { | |
11319 border-color: #ffcc02 !important; } | |
11320 | |
11321 .progress-bar-danger, | |
11322 .bg-danger { | |
11323 background-color: #e6614f !important; | |
11324 border-color: #e6614f !important; | |
11325 color: #fff; } | |
11326 | |
11327 .bg-danger-dark { | |
11328 background-color: #e03922; | |
11329 border-color: #e03922; } | |
11330 | |
11331 .bg-danger-light { | |
11332 background-color: #f09d92; | |
11333 border-color: #f09d92; } | |
11334 | |
11335 .bg-danger-contrast { | |
11336 background-color: rgba(230, 97, 79, 0.1); | |
11337 color: #e6614f; } | |
11338 | |
11339 a.bg-danger-contrast:hover { | |
11340 background: #e6614f; } | |
11341 | |
11342 | |
11343 .color-danger, | |
11344 .color-hover-danger:hover, | |
11345 .text-danger { | |
11346 color: #e6614f !important; } | |
11347 | |
11348 .border-color-danger { | |
11349 border-color: #e6614f !important; } | |
11350 | |
11351 .progress-bar-light, | |
11352 .bg-light { | |
11353 background-color: #f8f9fa !important; | |
11354 border-color: #f8f9fa !important; | |
11355 color: #fff; } | |
11356 | |
11357 .bg-light-dark { | |
11358 background-color: #dae0e5; | |
11359 border-color: #dae0e5; } | |
11360 | |
11361 .bg-light-light { | |
11362 background-color: white; | |
11363 border-color: white; } | |
11364 | |
11365 .bg-light-contrast { | |
11366 background-color: rgba(248, 249, 250, 0.1); | |
11367 color: #f8f9fa; } | |
11368 | |
11369 a.bg-light-contrast:hover { | |
11370 background: #f8f9fa; } | |
11371 | |
11372 | |
11373 .color-light, | |
11374 .color-hover-light:hover, | |
11375 .text-light { | |
11376 color: #f8f9fa !important; } | |
11377 | |
11378 .border-color-light { | |
11379 border-color: #f8f9fa !important; } | |
11380 | |
11381 .progress-bar-dark, | |
11382 .bg-dark { | |
11383 background-color: #343a40 !important; | |
11384 border-color: #343a40 !important; | |
11385 color: #fff; } | |
11386 | |
11387 .bg-dark-dark { | |
11388 background-color: #1d2124; | |
11389 border-color: #1d2124; } | |
11390 | |
11391 .bg-dark-light { | |
11392 background-color: #56606a; | |
11393 border-color: #56606a; } | |
11394 | |
11395 .bg-dark-contrast { | |
11396 background-color: rgba(52, 58, 64, 0.1); | |
11397 color: #343a40; } | |
11398 | |
11399 a.bg-dark-contrast:hover { | |
11400 background: #343a40; } | |
11401 | |
11402 | |
11403 .color-dark, | |
11404 .color-hover-dark:hover, | |
11405 .text-dark { | |
11406 color: #343a40 !important; } | |
11407 | |
11408 .border-color-dark { | |
11409 border-color: #343a40 !important; } | |
11410 | |
11411 .progress-bar-gray-100, | |
11412 .bg-gray-100 { | |
11413 background-color: #f8f9fa !important; | |
11414 border-color: #f8f9fa !important; | |
11415 color: #fff; } | |
11416 | |
11417 .bg-gray-100-dark { | |
11418 background-color: #dae0e5; | |
11419 border-color: #dae0e5; } | |
11420 | |
11421 .bg-gray-100-light { | |
11422 background-color: white; | |
11423 border-color: white; } | |
11424 | |
11425 .bg-gray-100-contrast { | |
11426 background-color: rgba(248, 249, 250, 0.1); | |
11427 color: #f8f9fa; } | |
11428 | |
11429 a.bg-gray-100-contrast:hover { | |
11430 background: #f8f9fa; } | |
11431 | |
11432 | |
11433 .color-gray-100, | |
11434 .color-hover-gray-100:hover, | |
11435 .text-gray-100 { | |
11436 color: #f8f9fa !important; } | |
11437 | |
11438 .border-color-gray-100 { | |
11439 border-color: #f8f9fa !important; } | |
11440 | |
11441 .progress-bar-gray-200, | |
11442 .bg-gray-200 { | |
11443 background-color: #ddd !important; | |
11444 border-color: #ddd !important; | |
11445 color: #fff; } | |
11446 | |
11447 .bg-gray-200-dark { | |
11448 background-color: #c4c4c4; | |
11449 border-color: #c4c4c4; } | |
11450 | |
11451 .bg-gray-200-light { | |
11452 background-color: white; | |
11453 border-color: white; } | |
11454 | |
11455 .bg-gray-200-contrast { | |
11456 background-color: rgba(221, 221, 221, 0.1); | |
11457 color: #ddd; } | |
11458 | |
11459 a.bg-gray-200-contrast:hover { | |
11460 background: #ddd; } | |
11461 | |
11462 | |
11463 .color-gray-200, | |
11464 .color-hover-gray-200:hover, | |
11465 .text-gray-200 { | |
11466 color: #ddd !important; } | |
11467 | |
11468 .border-color-gray-200 { | |
11469 border-color: #ddd !important; } | |
11470 | |
11471 .progress-bar-gray-300, | |
11472 .bg-gray-300 { | |
11473 background-color: #bbb !important; | |
11474 border-color: #bbb !important; | |
11475 color: #fff; } | |
11476 | |
11477 .bg-gray-300-dark { | |
11478 background-color: #a2a2a2; | |
11479 border-color: #a2a2a2; } | |
11480 | |
11481 .bg-gray-300-light { | |
11482 background-color: #e1e1e1; | |
11483 border-color: #e1e1e1; } | |
11484 | |
11485 .bg-gray-300-contrast { | |
11486 background-color: rgba(187, 187, 187, 0.1); | |
11487 color: #bbb; } | |
11488 | |
11489 a.bg-gray-300-contrast:hover { | |
11490 background: #bbb; } | |
11491 | |
11492 | |
11493 .color-gray-300, | |
11494 .color-hover-gray-300:hover, | |
11495 .text-gray-300 { | |
11496 color: #bbb !important; } | |
11497 | |
11498 .border-color-gray-300 { | |
11499 border-color: #bbb !important; } | |
11500 | |
11501 .progress-bar-gray-400, | |
11502 .bg-gray-400 { | |
11503 background-color: #aaa !important; | |
11504 border-color: #aaa !important; | |
11505 color: #fff; } | |
11506 | |
11507 .bg-gray-400-dark { | |
11508 background-color: #919191; | |
11509 border-color: #919191; } | |
11510 | |
11511 .bg-gray-400-light { | |
11512 background-color: #d0d0d0; | |
11513 border-color: #d0d0d0; } | |
11514 | |
11515 .bg-gray-400-contrast { | |
11516 background-color: rgba(170, 170, 170, 0.1); | |
11517 color: #aaa; } | |
11518 | |
11519 a.bg-gray-400-contrast:hover { | |
11520 background: #aaa; } | |
11521 | |
11522 | |
11523 .color-gray-400, | |
11524 .color-hover-gray-400:hover, | |
11525 .text-gray-400 { | |
11526 color: #aaa !important; } | |
11527 | |
11528 .border-color-gray-400 { | |
11529 border-color: #aaa !important; } | |
11530 | |
11531 .progress-bar-gray-500, | |
11532 .bg-gray-500 { | |
11533 background-color: #999 !important; | |
11534 border-color: #999 !important; | |
11535 color: #fff; } | |
11536 | |
11537 .bg-gray-500-dark { | |
11538 background-color: gray; | |
11539 border-color: gray; } | |
11540 | |
11541 .bg-gray-500-light { | |
11542 background-color: #bfbfbf; | |
11543 border-color: #bfbfbf; } | |
11544 | |
11545 .bg-gray-500-contrast { | |
11546 background-color: rgba(153, 153, 153, 0.1); | |
11547 color: #999; } | |
11548 | |
11549 a.bg-gray-500-contrast:hover { | |
11550 background: #999; } | |
11551 | |
11552 | |
11553 .color-gray-500, | |
11554 .color-hover-gray-500:hover, | |
11555 .text-gray-500 { | |
11556 color: #999 !important; } | |
11557 | |
11558 .border-color-gray-500 { | |
11559 border-color: #999 !important; } | |
11560 | |
11561 .progress-bar-gray-600, | |
11562 .bg-gray-600 { | |
11563 background-color: #868e96 !important; | |
11564 border-color: #868e96 !important; | |
11565 color: #fff; } | |
11566 | |
11567 .bg-gray-600-dark { | |
11568 background-color: #6c757d; | |
11569 border-color: #6c757d; } | |
11570 | |
11571 .bg-gray-600-light { | |
11572 background-color: #afb4ba; | |
11573 border-color: #afb4ba; } | |
11574 | |
11575 .bg-gray-600-contrast { | |
11576 background-color: rgba(134, 142, 150, 0.1); | |
11577 color: #868e96; } | |
11578 | |
11579 a.bg-gray-600-contrast:hover { | |
11580 background: #868e96; } | |
11581 | |
11582 | |
11583 .color-gray-600, | |
11584 .color-hover-gray-600:hover, | |
11585 .text-gray-600 { | |
11586 color: #868e96 !important; } | |
11587 | |
11588 .border-color-gray-600 { | |
11589 border-color: #868e96 !important; } | |
11590 | |
11591 .progress-bar-gray-700, | |
11592 .bg-gray-700 { | |
11593 background-color: #495057 !important; | |
11594 border-color: #495057 !important; | |
11595 color: #fff; } | |
11596 | |
11597 .bg-gray-700-dark { | |
11598 background-color: #32373b; | |
11599 border-color: #32373b; } | |
11600 | |
11601 .bg-gray-700-light { | |
11602 background-color: #6c7681; | |
11603 border-color: #6c7681; } | |
11604 | |
11605 .bg-gray-700-contrast { | |
11606 background-color: rgba(73, 80, 87, 0.1); | |
11607 color: #495057; } | |
11608 | |
11609 a.bg-gray-700-contrast:hover { | |
11610 background: #495057; } | |
11611 | |
11612 | |
11613 .color-gray-700, | |
11614 .color-hover-gray-700:hover, | |
11615 .text-gray-700 { | |
11616 color: #495057 !important; } | |
11617 | |
11618 .border-color-gray-700 { | |
11619 border-color: #495057 !important; } | |
11620 | |
11621 .progress-bar-gray-800, | |
11622 .bg-gray-800 { | |
11623 background-color: #343a40 !important; | |
11624 border-color: #343a40 !important; | |
11625 color: #fff; } | |
11626 | |
11627 .bg-gray-800-dark { | |
11628 background-color: #1d2124; | |
11629 border-color: #1d2124; } | |
11630 | |
11631 .bg-gray-800-light { | |
11632 background-color: #56606a; | |
11633 border-color: #56606a; } | |
11634 | |
11635 .bg-gray-800-contrast { | |
11636 background-color: rgba(52, 58, 64, 0.1); | |
11637 color: #343a40; } | |
11638 | |
11639 a.bg-gray-800-contrast:hover { | |
11640 background: #343a40; } | |
11641 | |
11642 | |
11643 .color-gray-800, | |
11644 .color-hover-gray-800:hover, | |
11645 .text-gray-800 { | |
11646 color: #343a40 !important; } | |
11647 | |
11648 .border-color-gray-800 { | |
11649 border-color: #343a40 !important; } | |
11650 | |
11651 .progress-bar-gray-900, | |
11652 .bg-gray-900 { | |
11653 background-color: #212529 !important; | |
11654 border-color: #212529 !important; | |
11655 color: #fff; } | |
11656 | |
11657 .bg-gray-900-dark { | |
11658 background-color: #0a0c0d; | |
11659 border-color: #0a0c0d; } | |
11660 | |
11661 .bg-gray-900-light { | |
11662 background-color: #434b53; | |
11663 border-color: #434b53; } | |
11664 | |
11665 .bg-gray-900-contrast { | |
11666 background-color: rgba(33, 37, 41, 0.1); | |
11667 color: #212529; } | |
11668 | |
11669 a.bg-gray-900-contrast:hover { | |
11670 background: #212529; } | |
11671 | |
11672 | |
11673 .color-gray-900, | |
11674 .color-hover-gray-900:hover, | |
11675 .text-gray-900 { | |
11676 color: #212529 !important; } | |
11677 | |
11678 .border-color-gray-900 { | |
11679 border-color: #212529 !important; } | |
11680 | |
11681 .badge-blue, | |
11682 .progress-bar-blue, | |
11683 .bg-blue { | |
11684 background-color: #0275d8 !important; | |
11685 border-color: #0275d8; } | |
11686 | |
11687 .bg-blue-dark { | |
11688 background-color: #025aa5; | |
11689 border-color: #025aa5; } | |
11690 | |
11691 .bg-blue-light { | |
11692 background-color: #299bfd; | |
11693 border-color: #299bfd; } | |
11694 | |
11695 .color-blue, | |
11696 .color-hover-blue:hover, | |
11697 .text-blue { | |
11698 color: #0275d8 !important; } | |
11699 .color-blue h1, .color-blue h2, .color-blue h3, .color-blue h4, .color-blue h5, .color-blue h6, | |
11700 .color-hover-blue:hover h1, | |
11701 .color-hover-blue:hover h2, | |
11702 .color-hover-blue:hover h3, | |
11703 .color-hover-blue:hover h4, | |
11704 .color-hover-blue:hover h5, | |
11705 .color-hover-blue:hover h6, | |
11706 .text-blue h1, | |
11707 .text-blue h2, | |
11708 .text-blue h3, | |
11709 .text-blue h4, | |
11710 .text-blue h5, | |
11711 .text-blue h6 { | |
11712 color: #0275d8 !important; } | |
11713 | |
11714 .border-color-blue { | |
11715 border-color: #0275d8 !important; } | |
11716 | |
11717 .badge-persian-blue, | |
11718 .progress-bar-persian-blue, | |
11719 .bg-persian-blue { | |
11720 background-color: #4786ff !important; | |
11721 border-color: #4786ff; } | |
11722 | |
11723 .bg-persian-blue-dark { | |
11724 background-color: #1464ff; | |
11725 border-color: #1464ff; } | |
11726 | |
11727 .bg-persian-blue-light { | |
11728 background-color: #94b8ff; | |
11729 border-color: #94b8ff; } | |
11730 | |
11731 .color-persian-blue, | |
11732 .color-hover-persian-blue:hover, | |
11733 .text-persian-blue { | |
11734 color: #4786ff !important; } | |
11735 .color-persian-blue h1, .color-persian-blue h2, .color-persian-blue h3, .color-persian-blue h4, .color-persian-blue h5, .color-persian-blue h6, | |
11736 .color-hover-persian-blue:hover h1, | |
11737 .color-hover-persian-blue:hover h2, | |
11738 .color-hover-persian-blue:hover h3, | |
11739 .color-hover-persian-blue:hover h4, | |
11740 .color-hover-persian-blue:hover h5, | |
11741 .color-hover-persian-blue:hover h6, | |
11742 .text-persian-blue h1, | |
11743 .text-persian-blue h2, | |
11744 .text-persian-blue h3, | |
11745 .text-persian-blue h4, | |
11746 .text-persian-blue h5, | |
11747 .text-persian-blue h6 { | |
11748 color: #4786ff !important; } | |
11749 | |
11750 .border-color-persian-blue { | |
11751 border-color: #4786ff !important; } | |
11752 | |
11753 .badge-indigo, | |
11754 .progress-bar-indigo, | |
11755 .bg-indigo { | |
11756 background-color: #6610f2 !important; | |
11757 border-color: #6610f2; } | |
11758 | |
11759 .bg-indigo-dark { | |
11760 background-color: #510bc4; | |
11761 border-color: #510bc4; } | |
11762 | |
11763 .bg-indigo-light { | |
11764 background-color: #9459f6; | |
11765 border-color: #9459f6; } | |
11766 | |
11767 .color-indigo, | |
11768 .color-hover-indigo:hover, | |
11769 .text-indigo { | |
11770 color: #6610f2 !important; } | |
11771 .color-indigo h1, .color-indigo h2, .color-indigo h3, .color-indigo h4, .color-indigo h5, .color-indigo h6, | |
11772 .color-hover-indigo:hover h1, | |
11773 .color-hover-indigo:hover h2, | |
11774 .color-hover-indigo:hover h3, | |
11775 .color-hover-indigo:hover h4, | |
11776 .color-hover-indigo:hover h5, | |
11777 .color-hover-indigo:hover h6, | |
11778 .text-indigo h1, | |
11779 .text-indigo h2, | |
11780 .text-indigo h3, | |
11781 .text-indigo h4, | |
11782 .text-indigo h5, | |
11783 .text-indigo h6 { | |
11784 color: #6610f2 !important; } | |
11785 | |
11786 .border-color-indigo { | |
11787 border-color: #6610f2 !important; } | |
11788 | |
11789 .badge-purple, | |
11790 .progress-bar-purple, | |
11791 .bg-purple { | |
11792 background-color: #9c77ef !important; | |
11793 border-color: #9c77ef; } | |
11794 | |
11795 .bg-purple-dark { | |
11796 background-color: #7b49ea; | |
11797 border-color: #7b49ea; } | |
11798 | |
11799 .bg-purple-light { | |
11800 background-color: #cebbf7; | |
11801 border-color: #cebbf7; } | |
11802 | |
11803 .color-purple, | |
11804 .color-hover-purple:hover, | |
11805 .text-purple { | |
11806 color: #9c77ef !important; } | |
11807 .color-purple h1, .color-purple h2, .color-purple h3, .color-purple h4, .color-purple h5, .color-purple h6, | |
11808 .color-hover-purple:hover h1, | |
11809 .color-hover-purple:hover h2, | |
11810 .color-hover-purple:hover h3, | |
11811 .color-hover-purple:hover h4, | |
11812 .color-hover-purple:hover h5, | |
11813 .color-hover-purple:hover h6, | |
11814 .text-purple h1, | |
11815 .text-purple h2, | |
11816 .text-purple h3, | |
11817 .text-purple h4, | |
11818 .text-purple h5, | |
11819 .text-purple h6 { | |
11820 color: #9c77ef !important; } | |
11821 | |
11822 .border-color-purple { | |
11823 border-color: #9c77ef !important; } | |
11824 | |
11825 .badge-pink, | |
11826 .progress-bar-pink, | |
11827 .bg-pink { | |
11828 background-color: #e83e8c !important; | |
11829 border-color: #e83e8c; } | |
11830 | |
11831 .bg-pink-dark { | |
11832 background-color: #d91a72; | |
11833 border-color: #d91a72; } | |
11834 | |
11835 .bg-pink-light { | |
11836 background-color: #f082b5; | |
11837 border-color: #f082b5; } | |
11838 | |
11839 .color-pink, | |
11840 .color-hover-pink:hover, | |
11841 .text-pink { | |
11842 color: #e83e8c !important; } | |
11843 .color-pink h1, .color-pink h2, .color-pink h3, .color-pink h4, .color-pink h5, .color-pink h6, | |
11844 .color-hover-pink:hover h1, | |
11845 .color-hover-pink:hover h2, | |
11846 .color-hover-pink:hover h3, | |
11847 .color-hover-pink:hover h4, | |
11848 .color-hover-pink:hover h5, | |
11849 .color-hover-pink:hover h6, | |
11850 .text-pink h1, | |
11851 .text-pink h2, | |
11852 .text-pink h3, | |
11853 .text-pink h4, | |
11854 .text-pink h5, | |
11855 .text-pink h6 { | |
11856 color: #e83e8c !important; } | |
11857 | |
11858 .border-color-pink { | |
11859 border-color: #e83e8c !important; } | |
11860 | |
11861 .badge-red, | |
11862 .progress-bar-red, | |
11863 .bg-red { | |
11864 background-color: #e6614f !important; | |
11865 border-color: #e6614f; } | |
11866 | |
11867 .bg-red-dark { | |
11868 background-color: #e03922; | |
11869 border-color: #e03922; } | |
11870 | |
11871 .bg-red-light { | |
11872 background-color: #f09d92; | |
11873 border-color: #f09d92; } | |
11874 | |
11875 .color-red, | |
11876 .color-hover-red:hover, | |
11877 .text-red { | |
11878 color: #e6614f !important; } | |
11879 .color-red h1, .color-red h2, .color-red h3, .color-red h4, .color-red h5, .color-red h6, | |
11880 .color-hover-red:hover h1, | |
11881 .color-hover-red:hover h2, | |
11882 .color-hover-red:hover h3, | |
11883 .color-hover-red:hover h4, | |
11884 .color-hover-red:hover h5, | |
11885 .color-hover-red:hover h6, | |
11886 .text-red h1, | |
11887 .text-red h2, | |
11888 .text-red h3, | |
11889 .text-red h4, | |
11890 .text-red h5, | |
11891 .text-red h6 { | |
11892 color: #e6614f !important; } | |
11893 | |
11894 .border-color-red { | |
11895 border-color: #e6614f !important; } | |
11896 | |
11897 .badge-cerize-red, | |
11898 .progress-bar-cerize-red, | |
11899 .bg-cerize-red { | |
11900 background-color: #fa607e !important; | |
11901 border-color: #fa607e; } | |
11902 | |
11903 .bg-cerize-red-dark { | |
11904 background-color: #f82f56; | |
11905 border-color: #f82f56; } | |
11906 | |
11907 .bg-cerize-red-light { | |
11908 background-color: #fcaaba; | |
11909 border-color: #fcaaba; } | |
11910 | |
11911 .color-cerize-red, | |
11912 .color-hover-cerize-red:hover, | |
11913 .text-cerize-red { | |
11914 color: #fa607e !important; } | |
11915 .color-cerize-red h1, .color-cerize-red h2, .color-cerize-red h3, .color-cerize-red h4, .color-cerize-red h5, .color-cerize-red h6, | |
11916 .color-hover-cerize-red:hover h1, | |
11917 .color-hover-cerize-red:hover h2, | |
11918 .color-hover-cerize-red:hover h3, | |
11919 .color-hover-cerize-red:hover h4, | |
11920 .color-hover-cerize-red:hover h5, | |
11921 .color-hover-cerize-red:hover h6, | |
11922 .text-cerize-red h1, | |
11923 .text-cerize-red h2, | |
11924 .text-cerize-red h3, | |
11925 .text-cerize-red h4, | |
11926 .text-cerize-red h5, | |
11927 .text-cerize-red h6 { | |
11928 color: #fa607e !important; } | |
11929 | |
11930 .border-color-cerize-red { | |
11931 border-color: #fa607e !important; } | |
11932 | |
11933 .badge-orange, | |
11934 .progress-bar-orange, | |
11935 .bg-orange { | |
11936 background-color: #fb9678 !important; | |
11937 border-color: #fb9678; } | |
11938 | |
11939 .bg-orange-dark { | |
11940 background-color: #fa6f46; | |
11941 border-color: #fa6f46; } | |
11942 | |
11943 .bg-orange-light { | |
11944 background-color: #fdd0c2; | |
11945 border-color: #fdd0c2; } | |
11946 | |
11947 .color-orange, | |
11948 .color-hover-orange:hover, | |
11949 .text-orange { | |
11950 color: #fb9678 !important; } | |
11951 .color-orange h1, .color-orange h2, .color-orange h3, .color-orange h4, .color-orange h5, .color-orange h6, | |
11952 .color-hover-orange:hover h1, | |
11953 .color-hover-orange:hover h2, | |
11954 .color-hover-orange:hover h3, | |
11955 .color-hover-orange:hover h4, | |
11956 .color-hover-orange:hover h5, | |
11957 .color-hover-orange:hover h6, | |
11958 .text-orange h1, | |
11959 .text-orange h2, | |
11960 .text-orange h3, | |
11961 .text-orange h4, | |
11962 .text-orange h5, | |
11963 .text-orange h6 { | |
11964 color: #fb9678 !important; } | |
11965 | |
11966 .border-color-orange { | |
11967 border-color: #fb9678 !important; } | |
11968 | |
11969 .badge-yellow, | |
11970 .progress-bar-yellow, | |
11971 .bg-yellow { | |
11972 background-color: #ffcc02 !important; | |
11973 border-color: #ffcc02; } | |
11974 | |
11975 .bg-yellow-dark { | |
11976 background-color: #cea400; | |
11977 border-color: #cea400; } | |
11978 | |
11979 .bg-yellow-light { | |
11980 background-color: #ffdb4f; | |
11981 border-color: #ffdb4f; } | |
11982 | |
11983 .color-yellow, | |
11984 .color-hover-yellow:hover, | |
11985 .text-yellow { | |
11986 color: #ffcc02 !important; } | |
11987 .color-yellow h1, .color-yellow h2, .color-yellow h3, .color-yellow h4, .color-yellow h5, .color-yellow h6, | |
11988 .color-hover-yellow:hover h1, | |
11989 .color-hover-yellow:hover h2, | |
11990 .color-hover-yellow:hover h3, | |
11991 .color-hover-yellow:hover h4, | |
11992 .color-hover-yellow:hover h5, | |
11993 .color-hover-yellow:hover h6, | |
11994 .text-yellow h1, | |
11995 .text-yellow h2, | |
11996 .text-yellow h3, | |
11997 .text-yellow h4, | |
11998 .text-yellow h5, | |
11999 .text-yellow h6 { | |
12000 color: #ffcc02 !important; } | |
12001 | |
12002 .border-color-yellow { | |
12003 border-color: #ffcc02 !important; } | |
12004 | |
12005 .badge-mustard, | |
12006 .progress-bar-mustard, | |
12007 .bg-mustard { | |
12008 background-color: #fdb44d !important; | |
12009 border-color: #fdb44d; } | |
12010 | |
12011 .bg-mustard-dark { | |
12012 background-color: #fc9f1b; | |
12013 border-color: #fc9f1b; } | |
12014 | |
12015 .bg-mustard-light { | |
12016 background-color: #fed499; | |
12017 border-color: #fed499; } | |
12018 | |
12019 .color-mustard, | |
12020 .color-hover-mustard:hover, | |
12021 .text-mustard { | |
12022 color: #fdb44d !important; } | |
12023 .color-mustard h1, .color-mustard h2, .color-mustard h3, .color-mustard h4, .color-mustard h5, .color-mustard h6, | |
12024 .color-hover-mustard:hover h1, | |
12025 .color-hover-mustard:hover h2, | |
12026 .color-hover-mustard:hover h3, | |
12027 .color-hover-mustard:hover h4, | |
12028 .color-hover-mustard:hover h5, | |
12029 .color-hover-mustard:hover h6, | |
12030 .text-mustard h1, | |
12031 .text-mustard h2, | |
12032 .text-mustard h3, | |
12033 .text-mustard h4, | |
12034 .text-mustard h5, | |
12035 .text-mustard h6 { | |
12036 color: #fdb44d !important; } | |
12037 | |
12038 .border-color-mustard { | |
12039 border-color: #fdb44d !important; } | |
12040 | |
12041 .badge-green, | |
12042 .progress-bar-green, | |
12043 .bg-green { | |
12044 background-color: #38d57a !important; | |
12045 border-color: #38d57a; } | |
12046 | |
12047 .bg-green-dark { | |
12048 background-color: #26b462; | |
12049 border-color: #26b462; } | |
12050 | |
12051 .bg-green-light { | |
12052 background-color: #77e2a4; | |
12053 border-color: #77e2a4; } | |
12054 | |
12055 .color-green, | |
12056 .color-hover-green:hover, | |
12057 .text-green { | |
12058 color: #38d57a !important; } | |
12059 .color-green h1, .color-green h2, .color-green h3, .color-green h4, .color-green h5, .color-green h6, | |
12060 .color-hover-green:hover h1, | |
12061 .color-hover-green:hover h2, | |
12062 .color-hover-green:hover h3, | |
12063 .color-hover-green:hover h4, | |
12064 .color-hover-green:hover h5, | |
12065 .color-hover-green:hover h6, | |
12066 .text-green h1, | |
12067 .text-green h2, | |
12068 .text-green h3, | |
12069 .text-green h4, | |
12070 .text-green h5, | |
12071 .text-green h6 { | |
12072 color: #38d57a !important; } | |
12073 | |
12074 .border-color-green { | |
12075 border-color: #38d57a !important; } | |
12076 | |
12077 .badge-teal, | |
12078 .progress-bar-teal, | |
12079 .bg-teal { | |
12080 background-color: #20c997 !important; | |
12081 border-color: #20c997; } | |
12082 | |
12083 .bg-teal-dark { | |
12084 background-color: #199d76; | |
12085 border-color: #199d76; } | |
12086 | |
12087 .bg-teal-light { | |
12088 background-color: #52e3b8; | |
12089 border-color: #52e3b8; } | |
12090 | |
12091 .color-teal, | |
12092 .color-hover-teal:hover, | |
12093 .text-teal { | |
12094 color: #20c997 !important; } | |
12095 .color-teal h1, .color-teal h2, .color-teal h3, .color-teal h4, .color-teal h5, .color-teal h6, | |
12096 .color-hover-teal:hover h1, | |
12097 .color-hover-teal:hover h2, | |
12098 .color-hover-teal:hover h3, | |
12099 .color-hover-teal:hover h4, | |
12100 .color-hover-teal:hover h5, | |
12101 .color-hover-teal:hover h6, | |
12102 .text-teal h1, | |
12103 .text-teal h2, | |
12104 .text-teal h3, | |
12105 .text-teal h4, | |
12106 .text-teal h5, | |
12107 .text-teal h6 { | |
12108 color: #20c997 !important; } | |
12109 | |
12110 .border-color-teal { | |
12111 border-color: #20c997 !important; } | |
12112 | |
12113 .badge-cyan, | |
12114 .progress-bar-cyan, | |
12115 .bg-cyan { | |
12116 background-color: #03a9f3 !important; | |
12117 border-color: #03a9f3; } | |
12118 | |
12119 .bg-cyan-dark { | |
12120 background-color: #0286c1; | |
12121 border-color: #0286c1; } | |
12122 | |
12123 .bg-cyan-light { | |
12124 background-color: #46c4fd; | |
12125 border-color: #46c4fd; } | |
12126 | |
12127 .color-cyan, | |
12128 .color-hover-cyan:hover, | |
12129 .text-cyan { | |
12130 color: #03a9f3 !important; } | |
12131 .color-cyan h1, .color-cyan h2, .color-cyan h3, .color-cyan h4, .color-cyan h5, .color-cyan h6, | |
12132 .color-hover-cyan:hover h1, | |
12133 .color-hover-cyan:hover h2, | |
12134 .color-hover-cyan:hover h3, | |
12135 .color-hover-cyan:hover h4, | |
12136 .color-hover-cyan:hover h5, | |
12137 .color-hover-cyan:hover h6, | |
12138 .text-cyan h1, | |
12139 .text-cyan h2, | |
12140 .text-cyan h3, | |
12141 .text-cyan h4, | |
12142 .text-cyan h5, | |
12143 .text-cyan h6 { | |
12144 color: #03a9f3 !important; } | |
12145 | |
12146 .border-color-cyan { | |
12147 border-color: #03a9f3 !important; } | |
12148 | |
12149 .badge-white, | |
12150 .progress-bar-white, | |
12151 .bg-white { | |
12152 background-color: #fff !important; | |
12153 border-color: #fff; } | |
12154 | |
12155 .bg-white-dark { | |
12156 background-color: #e6e6e6; | |
12157 border-color: #e6e6e6; } | |
12158 | |
12159 .bg-white-light { | |
12160 background-color: white; | |
12161 border-color: white; } | |
12162 | |
12163 .color-white, | |
12164 .color-hover-white:hover, | |
12165 .text-white { | |
12166 color: #fff !important; } | |
12167 .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6, | |
12168 .color-hover-white:hover h1, | |
12169 .color-hover-white:hover h2, | |
12170 .color-hover-white:hover h3, | |
12171 .color-hover-white:hover h4, | |
12172 .color-hover-white:hover h5, | |
12173 .color-hover-white:hover h6, | |
12174 .text-white h1, | |
12175 .text-white h2, | |
12176 .text-white h3, | |
12177 .text-white h4, | |
12178 .text-white h5, | |
12179 .text-white h6 { | |
12180 color: #fff !important; } | |
12181 | |
12182 .border-color-white { | |
12183 border-color: #fff !important; } | |
12184 | |
12185 .badge-gray-light, | |
12186 .progress-bar-gray-light, | |
12187 .bg-gray-light { | |
12188 background-color: #ddd !important; | |
12189 border-color: #ddd; } | |
12190 | |
12191 .bg-gray-light-dark { | |
12192 background-color: #c4c4c4; | |
12193 border-color: #c4c4c4; } | |
12194 | |
12195 .bg-gray-light-light { | |
12196 background-color: white; | |
12197 border-color: white; } | |
12198 | |
12199 .color-gray-light, | |
12200 .color-hover-gray-light:hover, | |
12201 .text-gray-light { | |
12202 color: #ddd !important; } | |
12203 .color-gray-light h1, .color-gray-light h2, .color-gray-light h3, .color-gray-light h4, .color-gray-light h5, .color-gray-light h6, | |
12204 .color-hover-gray-light:hover h1, | |
12205 .color-hover-gray-light:hover h2, | |
12206 .color-hover-gray-light:hover h3, | |
12207 .color-hover-gray-light:hover h4, | |
12208 .color-hover-gray-light:hover h5, | |
12209 .color-hover-gray-light:hover h6, | |
12210 .text-gray-light h1, | |
12211 .text-gray-light h2, | |
12212 .text-gray-light h3, | |
12213 .text-gray-light h4, | |
12214 .text-gray-light h5, | |
12215 .text-gray-light h6 { | |
12216 color: #ddd !important; } | |
12217 | |
12218 .border-color-gray-light { | |
12219 border-color: #ddd !important; } | |
12220 | |
12221 .badge-gray, | |
12222 .progress-bar-gray, | |
12223 .bg-gray { | |
12224 background-color: #868e96 !important; | |
12225 border-color: #868e96; } | |
12226 | |
12227 .bg-gray-dark { | |
12228 background-color: #6c757d; | |
12229 border-color: #6c757d; } | |
12230 | |
12231 .bg-gray-light { | |
12232 background-color: #afb4ba; | |
12233 border-color: #afb4ba; } | |
12234 | |
12235 .color-gray, | |
12236 .color-hover-gray:hover, | |
12237 .text-gray { | |
12238 color: #868e96 !important; } | |
12239 .color-gray h1, .color-gray h2, .color-gray h3, .color-gray h4, .color-gray h5, .color-gray h6, | |
12240 .color-hover-gray:hover h1, | |
12241 .color-hover-gray:hover h2, | |
12242 .color-hover-gray:hover h3, | |
12243 .color-hover-gray:hover h4, | |
12244 .color-hover-gray:hover h5, | |
12245 .color-hover-gray:hover h6, | |
12246 .text-gray h1, | |
12247 .text-gray h2, | |
12248 .text-gray h3, | |
12249 .text-gray h4, | |
12250 .text-gray h5, | |
12251 .text-gray h6 { | |
12252 color: #868e96 !important; } | |
12253 | |
12254 .border-color-gray { | |
12255 border-color: #868e96 !important; } | |
12256 | |
12257 .badge-gray-dark, | |
12258 .progress-bar-gray-dark, | |
12259 .bg-gray-dark { | |
12260 background-color: #343a40 !important; | |
12261 border-color: #343a40; } | |
12262 | |
12263 .bg-gray-dark-dark { | |
12264 background-color: #1d2124; | |
12265 border-color: #1d2124; } | |
12266 | |
12267 .bg-gray-dark-light { | |
12268 background-color: #56606a; | |
12269 border-color: #56606a; } | |
12270 | |
12271 .color-gray-dark, | |
12272 .color-hover-gray-dark:hover, | |
12273 .text-gray-dark { | |
12274 color: #343a40 !important; } | |
12275 .color-gray-dark h1, .color-gray-dark h2, .color-gray-dark h3, .color-gray-dark h4, .color-gray-dark h5, .color-gray-dark h6, | |
12276 .color-hover-gray-dark:hover h1, | |
12277 .color-hover-gray-dark:hover h2, | |
12278 .color-hover-gray-dark:hover h3, | |
12279 .color-hover-gray-dark:hover h4, | |
12280 .color-hover-gray-dark:hover h5, | |
12281 .color-hover-gray-dark:hover h6, | |
12282 .text-gray-dark h1, | |
12283 .text-gray-dark h2, | |
12284 .text-gray-dark h3, | |
12285 .text-gray-dark h4, | |
12286 .text-gray-dark h5, | |
12287 .text-gray-dark h6 { | |
12288 color: #343a40 !important; } | |
12289 | |
12290 .border-color-gray-dark { | |
12291 border-color: #343a40 !important; } | |
12292 | |
12293 .badge-violet, | |
12294 .progress-bar-violet, | |
12295 .bg-violet { | |
12296 background-color: #9c27b0 !important; | |
12297 border-color: #9c27b0; } | |
12298 | |
12299 .bg-violet-dark { | |
12300 background-color: #771e86; | |
12301 border-color: #771e86; } | |
12302 | |
12303 .bg-violet-light { | |
12304 background-color: #c34cd7; | |
12305 border-color: #c34cd7; } | |
12306 | |
12307 .color-violet, | |
12308 .color-hover-violet:hover, | |
12309 .text-violet { | |
12310 color: #9c27b0 !important; } | |
12311 .color-violet h1, .color-violet h2, .color-violet h3, .color-violet h4, .color-violet h5, .color-violet h6, | |
12312 .color-hover-violet:hover h1, | |
12313 .color-hover-violet:hover h2, | |
12314 .color-hover-violet:hover h3, | |
12315 .color-hover-violet:hover h4, | |
12316 .color-hover-violet:hover h5, | |
12317 .color-hover-violet:hover h6, | |
12318 .text-violet h1, | |
12319 .text-violet h2, | |
12320 .text-violet h3, | |
12321 .text-violet h4, | |
12322 .text-violet h5, | |
12323 .text-violet h6 { | |
12324 color: #9c27b0 !important; } | |
12325 | |
12326 .border-color-violet { | |
12327 border-color: #9c27b0 !important; } | |
12328 | |
12329 .badge-brown, | |
12330 .progress-bar-brown, | |
12331 .bg-brown { | |
12332 background-color: #795548 !important; | |
12333 border-color: #795548; } | |
12334 | |
12335 .bg-brown-dark { | |
12336 background-color: #593f35; | |
12337 border-color: #593f35; } | |
12338 | |
12339 .bg-brown-light { | |
12340 background-color: #a57868; | |
12341 border-color: #a57868; } | |
12342 | |
12343 .color-brown, | |
12344 .color-hover-brown:hover, | |
12345 .text-brown { | |
12346 color: #795548 !important; } | |
12347 .color-brown h1, .color-brown h2, .color-brown h3, .color-brown h4, .color-brown h5, .color-brown h6, | |
12348 .color-hover-brown:hover h1, | |
12349 .color-hover-brown:hover h2, | |
12350 .color-hover-brown:hover h3, | |
12351 .color-hover-brown:hover h4, | |
12352 .color-hover-brown:hover h5, | |
12353 .color-hover-brown:hover h6, | |
12354 .text-brown h1, | |
12355 .text-brown h2, | |
12356 .text-brown h3, | |
12357 .text-brown h4, | |
12358 .text-brown h5, | |
12359 .text-brown h6 { | |
12360 color: #795548 !important; } | |
12361 | |
12362 .border-color-brown { | |
12363 border-color: #795548 !important; } | |
12364 | |
12365 .badge-light-gray, | |
12366 .progress-bar-light-gray, | |
12367 .bg-light-gray { | |
12368 background-color: #f9f9f9 !important; | |
12369 border-color: #f9f9f9; } | |
12370 | |
12371 .bg-light-gray-dark { | |
12372 background-color: #e0e0e0; | |
12373 border-color: #e0e0e0; } | |
12374 | |
12375 .bg-light-gray-light { | |
12376 background-color: white; | |
12377 border-color: white; } | |
12378 | |
12379 .color-light-gray, | |
12380 .color-hover-light-gray:hover, | |
12381 .text-light-gray { | |
12382 color: #f9f9f9 !important; } | |
12383 .color-light-gray h1, .color-light-gray h2, .color-light-gray h3, .color-light-gray h4, .color-light-gray h5, .color-light-gray h6, | |
12384 .color-hover-light-gray:hover h1, | |
12385 .color-hover-light-gray:hover h2, | |
12386 .color-hover-light-gray:hover h3, | |
12387 .color-hover-light-gray:hover h4, | |
12388 .color-hover-light-gray:hover h5, | |
12389 .color-hover-light-gray:hover h6, | |
12390 .text-light-gray h1, | |
12391 .text-light-gray h2, | |
12392 .text-light-gray h3, | |
12393 .text-light-gray h4, | |
12394 .text-light-gray h5, | |
12395 .text-light-gray h6 { | |
12396 color: #f9f9f9 !important; } | |
12397 | |
12398 .border-color-light-gray { | |
12399 border-color: #f9f9f9 !important; } | |
12400 | |
12401 .badge-slate, | |
12402 .progress-bar-slate, | |
12403 .bg-slate { | |
12404 background-color: #607d8b !important; | |
12405 border-color: #607d8b; } | |
12406 | |
12407 .bg-slate-dark { | |
12408 background-color: #4b626d; | |
12409 border-color: #4b626d; } | |
12410 | |
12411 .bg-slate-light { | |
12412 background-color: #8aa2ae; | |
12413 border-color: #8aa2ae; } | |
12414 | |
12415 .color-slate, | |
12416 .color-hover-slate:hover, | |
12417 .text-slate { | |
12418 color: #607d8b !important; } | |
12419 .color-slate h1, .color-slate h2, .color-slate h3, .color-slate h4, .color-slate h5, .color-slate h6, | |
12420 .color-hover-slate:hover h1, | |
12421 .color-hover-slate:hover h2, | |
12422 .color-hover-slate:hover h3, | |
12423 .color-hover-slate:hover h4, | |
12424 .color-hover-slate:hover h5, | |
12425 .color-hover-slate:hover h6, | |
12426 .text-slate h1, | |
12427 .text-slate h2, | |
12428 .text-slate h3, | |
12429 .text-slate h4, | |
12430 .text-slate h5, | |
12431 .text-slate h6 { | |
12432 color: #607d8b !important; } | |
12433 | |
12434 .border-color-slate { | |
12435 border-color: #607d8b !important; } | |
12436 | |
12437 .badge-facebook, | |
12438 .progress-bar-facebook, | |
12439 .bg-facebook { | |
12440 background-color: #4b64a6 !important; | |
12441 border-color: #4b64a6; } | |
12442 | |
12443 .bg-facebook-dark { | |
12444 background-color: #3b4f83; | |
12445 border-color: #3b4f83; } | |
12446 | |
12447 .bg-facebook-light { | |
12448 background-color: #7a8ec3; | |
12449 border-color: #7a8ec3; } | |
12450 | |
12451 .color-facebook, | |
12452 .color-hover-facebook:hover, | |
12453 .text-facebook { | |
12454 color: #4b64a6 !important; } | |
12455 .color-facebook h1, .color-facebook h2, .color-facebook h3, .color-facebook h4, .color-facebook h5, .color-facebook h6, | |
12456 .color-hover-facebook:hover h1, | |
12457 .color-hover-facebook:hover h2, | |
12458 .color-hover-facebook:hover h3, | |
12459 .color-hover-facebook:hover h4, | |
12460 .color-hover-facebook:hover h5, | |
12461 .color-hover-facebook:hover h6, | |
12462 .text-facebook h1, | |
12463 .text-facebook h2, | |
12464 .text-facebook h3, | |
12465 .text-facebook h4, | |
12466 .text-facebook h5, | |
12467 .text-facebook h6 { | |
12468 color: #4b64a6 !important; } | |
12469 | |
12470 .border-color-facebook { | |
12471 border-color: #4b64a6 !important; } | |
12472 | |
12473 .badge-twitter, | |
12474 .progress-bar-twitter, | |
12475 .bg-twitter { | |
12476 background-color: #0dace3 !important; | |
12477 border-color: #0dace3; } | |
12478 | |
12479 .bg-twitter-dark { | |
12480 background-color: #0a87b3; | |
12481 border-color: #0a87b3; } | |
12482 | |
12483 .bg-twitter-light { | |
12484 background-color: #48c8f5; | |
12485 border-color: #48c8f5; } | |
12486 | |
12487 .color-twitter, | |
12488 .color-hover-twitter:hover, | |
12489 .text-twitter { | |
12490 color: #0dace3 !important; } | |
12491 .color-twitter h1, .color-twitter h2, .color-twitter h3, .color-twitter h4, .color-twitter h5, .color-twitter h6, | |
12492 .color-hover-twitter:hover h1, | |
12493 .color-hover-twitter:hover h2, | |
12494 .color-hover-twitter:hover h3, | |
12495 .color-hover-twitter:hover h4, | |
12496 .color-hover-twitter:hover h5, | |
12497 .color-hover-twitter:hover h6, | |
12498 .text-twitter h1, | |
12499 .text-twitter h2, | |
12500 .text-twitter h3, | |
12501 .text-twitter h4, | |
12502 .text-twitter h5, | |
12503 .text-twitter h6 { | |
12504 color: #0dace3 !important; } | |
12505 | |
12506 .border-color-twitter { | |
12507 border-color: #0dace3 !important; } | |
12508 | |
12509 .badge-googleplus, | |
12510 .progress-bar-googleplus, | |
12511 .bg-googleplus { | |
12512 background-color: #dd4b39 !important; | |
12513 border-color: #dd4b39; } | |
12514 | |
12515 .bg-googleplus-dark { | |
12516 background-color: #c23321; | |
12517 border-color: #c23321; } | |
12518 | |
12519 .bg-googleplus-light { | |
12520 background-color: #e8867a; | |
12521 border-color: #e8867a; } | |
12522 | |
12523 .color-googleplus, | |
12524 .color-hover-googleplus:hover, | |
12525 .text-googleplus { | |
12526 color: #dd4b39 !important; } | |
12527 .color-googleplus h1, .color-googleplus h2, .color-googleplus h3, .color-googleplus h4, .color-googleplus h5, .color-googleplus h6, | |
12528 .color-hover-googleplus:hover h1, | |
12529 .color-hover-googleplus:hover h2, | |
12530 .color-hover-googleplus:hover h3, | |
12531 .color-hover-googleplus:hover h4, | |
12532 .color-hover-googleplus:hover h5, | |
12533 .color-hover-googleplus:hover h6, | |
12534 .text-googleplus h1, | |
12535 .text-googleplus h2, | |
12536 .text-googleplus h3, | |
12537 .text-googleplus h4, | |
12538 .text-googleplus h5, | |
12539 .text-googleplus h6 { | |
12540 color: #dd4b39 !important; } | |
12541 | |
12542 .border-color-googleplus { | |
12543 border-color: #dd4b39 !important; } | |
12544 | |
12545 .badge-linkedin, | |
12546 .progress-bar-linkedin, | |
12547 .bg-linkedin { | |
12548 background-color: #007bb6 !important; | |
12549 border-color: #007bb6; } | |
12550 | |
12551 .bg-linkedin-dark { | |
12552 background-color: #005983; | |
12553 border-color: #005983; } | |
12554 | |
12555 .bg-linkedin-light { | |
12556 background-color: #04adff; | |
12557 border-color: #04adff; } | |
12558 | |
12559 .color-linkedin, | |
12560 .color-hover-linkedin:hover, | |
12561 .text-linkedin { | |
12562 color: #007bb6 !important; } | |
12563 .color-linkedin h1, .color-linkedin h2, .color-linkedin h3, .color-linkedin h4, .color-linkedin h5, .color-linkedin h6, | |
12564 .color-hover-linkedin:hover h1, | |
12565 .color-hover-linkedin:hover h2, | |
12566 .color-hover-linkedin:hover h3, | |
12567 .color-hover-linkedin:hover h4, | |
12568 .color-hover-linkedin:hover h5, | |
12569 .color-hover-linkedin:hover h6, | |
12570 .text-linkedin h1, | |
12571 .text-linkedin h2, | |
12572 .text-linkedin h3, | |
12573 .text-linkedin h4, | |
12574 .text-linkedin h5, | |
12575 .text-linkedin h6 { | |
12576 color: #007bb6 !important; } | |
12577 | |
12578 .border-color-linkedin { | |
12579 border-color: #007bb6 !important; } | |
12580 | |
12581 .badge-instagram, | |
12582 .progress-bar-instagram, | |
12583 .bg-instagram { | |
12584 background-color: #3f729b !important; | |
12585 border-color: #3f729b; } | |
12586 | |
12587 .bg-instagram-dark { | |
12588 background-color: #305777; | |
12589 border-color: #305777; } | |
12590 | |
12591 .bg-instagram-light { | |
12592 background-color: #6698c1; | |
12593 border-color: #6698c1; } | |
12594 | |
12595 .color-instagram, | |
12596 .color-hover-instagram:hover, | |
12597 .text-instagram { | |
12598 color: #3f729b !important; } | |
12599 .color-instagram h1, .color-instagram h2, .color-instagram h3, .color-instagram h4, .color-instagram h5, .color-instagram h6, | |
12600 .color-hover-instagram:hover h1, | |
12601 .color-hover-instagram:hover h2, | |
12602 .color-hover-instagram:hover h3, | |
12603 .color-hover-instagram:hover h4, | |
12604 .color-hover-instagram:hover h5, | |
12605 .color-hover-instagram:hover h6, | |
12606 .text-instagram h1, | |
12607 .text-instagram h2, | |
12608 .text-instagram h3, | |
12609 .text-instagram h4, | |
12610 .text-instagram h5, | |
12611 .text-instagram h6 { | |
12612 color: #3f729b !important; } | |
12613 | |
12614 .border-color-instagram { | |
12615 border-color: #3f729b !important; } | |
12616 | |
12617 .badge-pinterest, | |
12618 .progress-bar-pinterest, | |
12619 .bg-pinterest { | |
12620 background-color: #cb2027 !important; | |
12621 border-color: #cb2027; } | |
12622 | |
12623 .bg-pinterest-dark { | |
12624 background-color: #9f191f; | |
12625 border-color: #9f191f; } | |
12626 | |
12627 .bg-pinterest-light { | |
12628 background-color: #e45459; | |
12629 border-color: #e45459; } | |
12630 | |
12631 .color-pinterest, | |
12632 .color-hover-pinterest:hover, | |
12633 .text-pinterest { | |
12634 color: #cb2027 !important; } | |
12635 .color-pinterest h1, .color-pinterest h2, .color-pinterest h3, .color-pinterest h4, .color-pinterest h5, .color-pinterest h6, | |
12636 .color-hover-pinterest:hover h1, | |
12637 .color-hover-pinterest:hover h2, | |
12638 .color-hover-pinterest:hover h3, | |
12639 .color-hover-pinterest:hover h4, | |
12640 .color-hover-pinterest:hover h5, | |
12641 .color-hover-pinterest:hover h6, | |
12642 .text-pinterest h1, | |
12643 .text-pinterest h2, | |
12644 .text-pinterest h3, | |
12645 .text-pinterest h4, | |
12646 .text-pinterest h5, | |
12647 .text-pinterest h6 { | |
12648 color: #cb2027 !important; } | |
12649 | |
12650 .border-color-pinterest { | |
12651 border-color: #cb2027 !important; } | |
12652 | |
12653 .badge-dribbble, | |
12654 .progress-bar-dribbble, | |
12655 .bg-dribbble { | |
12656 background-color: #ea4c89 !important; | |
12657 border-color: #ea4c89; } | |
12658 | |
12659 .bg-dribbble-dark { | |
12660 background-color: #e51e6b; | |
12661 border-color: #e51e6b; } | |
12662 | |
12663 .bg-dribbble-light { | |
12664 background-color: #f290b6; | |
12665 border-color: #f290b6; } | |
12666 | |
12667 .color-dribbble, | |
12668 .color-hover-dribbble:hover, | |
12669 .text-dribbble { | |
12670 color: #ea4c89 !important; } | |
12671 .color-dribbble h1, .color-dribbble h2, .color-dribbble h3, .color-dribbble h4, .color-dribbble h5, .color-dribbble h6, | |
12672 .color-hover-dribbble:hover h1, | |
12673 .color-hover-dribbble:hover h2, | |
12674 .color-hover-dribbble:hover h3, | |
12675 .color-hover-dribbble:hover h4, | |
12676 .color-hover-dribbble:hover h5, | |
12677 .color-hover-dribbble:hover h6, | |
12678 .text-dribbble h1, | |
12679 .text-dribbble h2, | |
12680 .text-dribbble h3, | |
12681 .text-dribbble h4, | |
12682 .text-dribbble h5, | |
12683 .text-dribbble h6 { | |
12684 color: #ea4c89 !important; } | |
12685 | |
12686 .border-color-dribbble { | |
12687 border-color: #ea4c89 !important; } | |
12688 | |
12689 .badge-youtube, | |
12690 .progress-bar-youtube, | |
12691 .bg-youtube { | |
12692 background-color: #b00 !important; | |
12693 border-color: #b00; } | |
12694 | |
12695 .bg-youtube-dark { | |
12696 background-color: #880000; | |
12697 border-color: #880000; } | |
12698 | |
12699 .bg-youtube-light { | |
12700 background-color: #ff0909; | |
12701 border-color: #ff0909; } | |
12702 | |
12703 .color-youtube, | |
12704 .color-hover-youtube:hover, | |
12705 .text-youtube { | |
12706 color: #b00 !important; } | |
12707 .color-youtube h1, .color-youtube h2, .color-youtube h3, .color-youtube h4, .color-youtube h5, .color-youtube h6, | |
12708 .color-hover-youtube:hover h1, | |
12709 .color-hover-youtube:hover h2, | |
12710 .color-hover-youtube:hover h3, | |
12711 .color-hover-youtube:hover h4, | |
12712 .color-hover-youtube:hover h5, | |
12713 .color-hover-youtube:hover h6, | |
12714 .text-youtube h1, | |
12715 .text-youtube h2, | |
12716 .text-youtube h3, | |
12717 .text-youtube h4, | |
12718 .text-youtube h5, | |
12719 .text-youtube h6 { | |
12720 color: #b00 !important; } | |
12721 | |
12722 .border-color-youtube { | |
12723 border-color: #b00 !important; } | |
12724 | |
12725 .bg-none { | |
12726 background: none !important; } | |
12727 | |
12728 /* Basic | |
12729 ========================*/ | |
12730 .block { | |
12731 display: block; } | |
12732 | |
12733 .inline { | |
12734 display: inline; } | |
12735 | |
12736 .inline-block { | |
12737 display: inline-block; } | |
12738 | |
12739 .overflow-hidden { | |
12740 overflow: hidden; } | |
12741 | |
12742 .overflow-scroll { | |
12743 overflow: scroll; } | |
12744 | |
12745 .overflow-auto { | |
12746 overflow: auto; } | |
12747 | |
12748 .pre { | |
12749 white-space: pre; } | |
12750 | |
12751 .nowrap { | |
12752 white-space: nowrap; } | |
12753 | |
12754 .resize-none { | |
12755 resize: none; } | |
12756 | |
12757 .resize-vertical { | |
12758 resize: vertical; } | |
12759 | |
12760 .resize-horizontal { | |
12761 resize: horizontal; } | |
12762 | |
12763 .cursor-pointer { | |
12764 cursor: pointer; } | |
12765 | |
12766 .no-pointer-events { | |
12767 pointer-events: none; } | |
12768 | |
12769 .border-0 { | |
12770 border: 0; } | |
12771 | |
12772 .vertical-middle { | |
12773 vertical-align: middle !important; } | |
12774 | |
12775 | |
12776 .disabled { | |
12777 opacity: 0.5; | |
12778 cursor: not-allowed; | |
12779 pointer-events: none; } | |
12780 | |
12781 | |
12782 .fullscreen { | |
12783 min-height: 100vh; | |
12784 min-width: 100%; } | |
12785 | |
12786 | |
12787 .scroll-horizontal { | |
12788 overflow-x: scroll; | |
12789 overflow-y: hidden; } | |
12790 | |
12791 | |
12792 .scroll-vertical { | |
12793 overflow-x: hidden; | |
12794 overflow-y: scroll; } | |
12795 | |
12796 .no-scrollbar::-webkit-scrollbar { | |
12797 width: 0; | |
12798 height: 0; | |
12799 background: transparent; } | |
12800 | |
12801 /* Position | |
12802 ========================*/ | |
12803 .pos-static { | |
12804 position: static; } | |
12805 | |
12806 .pos-fixed { | |
12807 position: fixed; } | |
12808 | |
12809 .pos-relative { | |
12810 position: relative; } | |
12811 | |
12812 .pos-absolute, .pos-0 { | |
12813 position: absolute; } | |
12814 | |
12815 .pos-top, .pos-0 { | |
12816 top: 0; } | |
12817 | |
12818 .pos-right, .pos-0 { | |
12819 right: 0; } | |
12820 | |
12821 .pos-left, .pos-0 { | |
12822 left: 0; } | |
12823 | |
12824 .pos-bottom, .pos-0 { | |
12825 bottom: 0; } | |
12826 | |
12827 .pos-left, .pos-0 { | |
12828 left: 0; } | |
12829 | |
12830 | |
12831 .horizontal-center { | |
12832 position: absolute; | |
12833 left: 50%; | |
12834 -webkit-transform: translateX(-50%); | |
12835 transform: translateX(-50%); } | |
12836 | |
12837 | |
12838 .vertical-center { | |
12839 position: absolute; | |
12840 top: 50%; | |
12841 -webkit-transform: translateY(-50%); | |
12842 transform: translateY(-50%); } | |
12843 | |
12844 | |
12845 .absolute-center { | |
12846 position: absolute; | |
12847 top: 50%; | |
12848 left: 50%; | |
12849 -webkit-transform: translate(-50%, -50%); | |
12850 transform: translate(-50%, -50%); } | |
12851 | |
12852 /* Opacity | |
12853 =========================*/ | |
12854 .opacity-0-hover:hover, .opacity-0 { | |
12855 opacity: 0; } | |
12856 | |
12857 .opacity-01-hover:hover, .opacity-01 { | |
12858 opacity: 0.1; } | |
12859 | |
12860 .opacity-02-hover:hover, .opacity-02 { | |
12861 opacity: 0.2; } | |
12862 | |
12863 .opacity-03-hover:hover, .opacity-03 { | |
12864 opacity: 0.3; } | |
12865 | |
12866 .opacity-04-hover:hover, .opacity-04 { | |
12867 opacity: 0.4; } | |
12868 | |
12869 .opacity-05-hover:hover, .opacity-05 { | |
12870 opacity: 0.5; } | |
12871 | |
12872 .opacity-06-hover:hover, .opacity-06 { | |
12873 opacity: 0.6; } | |
12874 | |
12875 .opacity-07-hover:hover, .opacity-07 { | |
12876 opacity: 0.7; } | |
12877 | |
12878 .opacity-08-hover:hover, .opacity-08 { | |
12879 opacity: 0.8; } | |
12880 | |
12881 .opacity-09-hover:hover, .opacity-09 { | |
12882 opacity: 0.9; } | |
12883 | |
12884 .opacity-1-hover:hover, .opacity-1 { | |
12885 opacity: 1; } | |
12886 | |
12887 /* Width | |
12888 =========================*/ | |
12889 .width-100 { | |
12890 width: 100%; } | |
12891 | |
12892 .width-80 { | |
12893 width: 80%; } | |
12894 | |
12895 .width-75 { | |
12896 width: 75%; } | |
12897 | |
12898 .width-67 { | |
12899 width: 66.66666666666667%; } | |
12900 | |
12901 .width-50 { | |
12902 width: 50%; } | |
12903 | |
12904 .width-33 { | |
12905 width: 33.33333333333333%; } | |
12906 | |
12907 .width-25 { | |
12908 width: 25%; } | |
12909 | |
12910 .width-20 { | |
12911 width: 20%; } | |
12912 | |
12913 /* Font Weight | |
12914 ========================*/ | |
12915 | |
12916 .flex-1 { | |
12917 -webkit-box-flex: 1; | |
12918 -ms-flex: 1; | |
12919 flex: 1; } | |
12920 | |
12921 | |
12922 .flex-2 { | |
12923 -webkit-box-flex: 1; | |
12924 -ms-flex: 1; | |
12925 flex: 1; } | |
12926 | |
12927 | |
12928 .flex-3 { | |
12929 -webkit-box-flex: 1; | |
12930 -ms-flex: 1; | |
12931 flex: 1; } | |
12932 | |
12933 | |
12934 .flex-4 { | |
12935 -webkit-box-flex: 1; | |
12936 -ms-flex: 1; | |
12937 flex: 1; } | |
12938 | |
12939 | |
12940 .flex-5 { | |
12941 -webkit-box-flex: 1; | |
12942 -ms-flex: 1; | |
12943 flex: 1; } | |
12944 | |
12945 | |
12946 .flex-6 { | |
12947 -webkit-box-flex: 1; | |
12948 -ms-flex: 1; | |
12949 flex: 1; } | |
12950 | |
12951 | |
12952 .flex-7 { | |
12953 -webkit-box-flex: 1; | |
12954 -ms-flex: 1; | |
12955 flex: 1; } | |
12956 | |
12957 | |
12958 .flex-8 { | |
12959 -webkit-box-flex: 1; | |
12960 -ms-flex: 1; | |
12961 flex: 1; } | |
12962 | |
12963 | |
12964 .flex-9 { | |
12965 -webkit-box-flex: 1; | |
12966 -ms-flex: 1; | |
12967 flex: 1; } | |
12968 | |
12969 /* Font Weight | |
12970 ========================*/ | |
12971 | |
12972 .fw-100 { | |
12973 font-weight: 100 !important; } | |
12974 | |
12975 | |
12976 .fw-200 { | |
12977 font-weight: 200 !important; } | |
12978 | |
12979 | |
12980 .fw-300 { | |
12981 font-weight: 300 !important; } | |
12982 | |
12983 | |
12984 .fw-400 { | |
12985 font-weight: 400 !important; } | |
12986 | |
12987 | |
12988 .fw-500 { | |
12989 font-weight: 500 !important; } | |
12990 | |
12991 | |
12992 .fw-600 { | |
12993 font-weight: 600 !important; } | |
12994 | |
12995 | |
12996 .fw-700 { | |
12997 font-weight: 700 !important; } | |
12998 | |
12999 | |
13000 .fw-800 { | |
13001 font-weight: 800 !important; } | |
13002 | |
13003 | |
13004 .fw-900 { | |
13005 font-weight: 900 !important; } | |
13006 | |
13007 .fw-normal { | |
13008 font-weight: 400; } | |
13009 | |
13010 .fw-medium { | |
13011 font-weight: 500; } | |
13012 | |
13013 .fw-semibold { | |
13014 font-weight: 600; } | |
13015 | |
13016 .fw-bold { | |
13017 font-weight: bold; } | |
13018 | |
13019 .italic { | |
13020 font-style: italic; } | |
13021 | |
13022 .text-indent-full { | |
13023 text-indent: -9999px; } | |
13024 | |
13025 /* Z Index | |
13026 ========================*/ | |
13027 | |
13028 .zi-1 { | |
13029 z-index: 1 !important; } | |
13030 | |
13031 | |
13032 .zi-2 { | |
13033 z-index: 2 !important; } | |
13034 | |
13035 | |
13036 .zi-3 { | |
13037 z-index: 3 !important; } | |
13038 | |
13039 | |
13040 .zi-4 { | |
13041 z-index: 4 !important; } | |
13042 | |
13043 | |
13044 .zi-5 { | |
13045 z-index: 5 !important; } | |
13046 | |
13047 | |
13048 .zi-6 { | |
13049 z-index: 6 !important; } | |
13050 | |
13051 | |
13052 .zi-7 { | |
13053 z-index: 7 !important; } | |
13054 | |
13055 | |
13056 .zi-8 { | |
13057 z-index: 8 !important; } | |
13058 | |
13059 | |
13060 .zi-9 { | |
13061 z-index: 9 !important; } | |
13062 | |
13063 .zi-n-1 { | |
13064 z-index: -1 !important; } | |
13065 | |
13066 /* Font Size | |
13067 ========================*/ | |
13068 | |
13069 .fs-10 { | |
13070 font-size: 0.625rem !important; } | |
13071 | |
13072 | |
13073 .fs-11 { | |
13074 font-size: 0.6875rem !important; } | |
13075 | |
13076 | |
13077 .fs-12 { | |
13078 font-size: 0.75rem !important; } | |
13079 | |
13080 | |
13081 .fs-13 { | |
13082 font-size: 0.8125rem !important; } | |
13083 | |
13084 | |
13085 .fs-14 { | |
13086 font-size: 0.875rem !important; } | |
13087 | |
13088 | |
13089 .fs-15 { | |
13090 font-size: 0.9375rem !important; } | |
13091 | |
13092 | |
13093 .fs-16 { | |
13094 font-size: 1rem !important; } | |
13095 | |
13096 | |
13097 .fs-18 { | |
13098 font-size: 1.125rem !important; } | |
13099 | |
13100 | |
13101 .fs-20 { | |
13102 font-size: 1.25rem !important; } | |
13103 | |
13104 | |
13105 .fs-22 { | |
13106 font-size: 1.375rem !important; } | |
13107 | |
13108 | |
13109 .fs-24 { | |
13110 font-size: 1.5rem !important; } | |
13111 | |
13112 | |
13113 .fs-26 { | |
13114 font-size: 1.625rem !important; } | |
13115 | |
13116 | |
13117 .fs-28 { | |
13118 font-size: 1.75rem !important; } | |
13119 | |
13120 | |
13121 .fs-30 { | |
13122 font-size: 1.875rem !important; } | |
13123 | |
13124 | |
13125 .fs-32 { | |
13126 font-size: 2rem !important; } | |
13127 | |
13128 | |
13129 .fs-34 { | |
13130 font-size: 2.125rem !important; } | |
13131 | |
13132 | |
13133 .fs-36 { | |
13134 font-size: 2.25rem !important; } | |
13135 | |
13136 | |
13137 .fs-38 { | |
13138 font-size: 2.375rem !important; } | |
13139 | |
13140 | |
13141 .fs-40 { | |
13142 font-size: 2.5rem !important; } | |
13143 | |
13144 | |
13145 .fs-42 { | |
13146 font-size: 2.625rem !important; } | |
13147 | |
13148 | |
13149 .fs-44 { | |
13150 font-size: 2.75rem !important; } | |
13151 | |
13152 | |
13153 .fs-46 { | |
13154 font-size: 2.875rem !important; } | |
13155 | |
13156 | |
13157 .fs-48 { | |
13158 font-size: 3rem !important; } | |
13159 | |
13160 | |
13161 .fs-50 { | |
13162 font-size: 3.125rem !important; } | |
13163 | |
13164 | |
13165 .fs-52 { | |
13166 font-size: 3.25rem !important; } | |
13167 | |
13168 | |
13169 .fs-54 { | |
13170 font-size: 3.375rem !important; } | |
13171 | |
13172 | |
13173 .fs-56 { | |
13174 font-size: 3.5rem !important; } | |
13175 | |
13176 | |
13177 .fs-58 { | |
13178 font-size: 3.625rem !important; } | |
13179 | |
13180 | |
13181 .fs-60 { | |
13182 font-size: 3.75rem !important; } | |
13183 | |
13184 .fs-base { | |
13185 font-size: 0.875rem !important; } | |
13186 | |
13187 /* Letter Spacing | |
13188 ========================*/ | |
13189 .letter-spacing-minus { | |
13190 letter-spacing: -0.05em; } | |
13191 | |
13192 .letter-spacing-plus { | |
13193 letter-spacing: 0.05em; } | |
13194 | |
13195 /* Text Helpers | |
13196 ========================*/ | |
13197 .text-underline { | |
13198 text-decoration: underline; } | |
13199 | |
13200 /* Line Height | |
13201 ========================*/ | |
13202 | |
13203 .lh-10 { | |
13204 line-height: 1em; } | |
13205 | |
13206 | |
13207 .lh-11 { | |
13208 line-height: 1.1em; } | |
13209 | |
13210 | |
13211 .lh-12 { | |
13212 line-height: 1.2em; } | |
13213 | |
13214 | |
13215 .lh-13 { | |
13216 line-height: 1.3em; } | |
13217 | |
13218 | |
13219 .lh-14 { | |
13220 line-height: 1.4em; } | |
13221 | |
13222 | |
13223 .lh-15 { | |
13224 line-height: 1.5em; } | |
13225 | |
13226 | |
13227 .lh-16 { | |
13228 line-height: 1.6em; } | |
13229 | |
13230 | |
13231 .lh-17 { | |
13232 line-height: 1.7em; } | |
13233 | |
13234 | |
13235 .lh-18 { | |
13236 line-height: 1.8em; } | |
13237 | |
13238 | |
13239 .lh-19 { | |
13240 line-height: 1.9em; } | |
13241 | |
13242 | |
13243 .lh-20 { | |
13244 line-height: 2em; } | |
13245 | |
13246 | |
13247 .lh-21 { | |
13248 line-height: 2.1em; } | |
13249 | |
13250 | |
13251 .lh-22 { | |
13252 line-height: 2.2em; } | |
13253 | |
13254 | |
13255 .lh-23 { | |
13256 line-height: 2.3em; } | |
13257 | |
13258 | |
13259 .lh-24 { | |
13260 line-height: 2.4em; } | |
13261 | |
13262 | |
13263 .lh-25 { | |
13264 line-height: 2.5em; } | |
13265 | |
13266 | |
13267 .lh-26 { | |
13268 line-height: 2.6em; } | |
13269 | |
13270 | |
13271 .lh-27 { | |
13272 line-height: 2.7em; } | |
13273 | |
13274 | |
13275 .lh-28 { | |
13276 line-height: 2.8em; } | |
13277 | |
13278 | |
13279 .lh-29 { | |
13280 line-height: 2.9em; } | |
13281 | |
13282 | |
13283 .lh-30 { | |
13284 line-height: 3em; } | |
13285 | |
13286 /* Border Helpers | |
13287 =========================*/ | |
13288 .border-left, .border-all { | |
13289 border-left: 1px solid #eef1f2; } | |
13290 | |
13291 .border-top, .border-all { | |
13292 border-top: 1px solid #eef1f2; } | |
13293 | |
13294 .border-right, .border-all { | |
13295 border-right: 1px solid #eef1f2; } | |
13296 | |
13297 .chatbox-header, .border-bottom, .border-all { | |
13298 border-bottom: 1px solid #eef1f2; } | |
13299 | |
13300 body.rtl .border-left-rtl { | |
13301 border-left: 1px solid #eef1f2; } | |
13302 | |
13303 body.rtl .border-top-rtl { | |
13304 border-top: 1px solid #eef1f2; } | |
13305 | |
13306 body.rtl .border-right-rtl { | |
13307 border-right: 1px solid #eef1f2; } | |
13308 | |
13309 body.rtl .border-bottom-rtl { | |
13310 border-bottom: 1px solid #eef1f2; } | |
13311 | |
13312 .border-left-dotted, .border-x-dotted, .border-dotted { | |
13313 border-left-style: dotted; } | |
13314 | |
13315 .border-left-dashed, .border-x-dashed, .border-dashed { | |
13316 border-left-style: dashed; } | |
13317 | |
13318 .border-left-solid, .border-x-solid, .border-solid { | |
13319 border-left-style: solid; } | |
13320 | |
13321 .border-left-double, .border-x-double, .border-double { | |
13322 border-left-style: double; } | |
13323 | |
13324 .border-left-groove, .border-x-groove, .border-groove { | |
13325 border-left-style: groove; } | |
13326 | |
13327 .border-left-ridge, .border-x-ridge, .border-ridge { | |
13328 border-left-style: ridge; } | |
13329 | |
13330 .border-left-inset, .border-x-inset, .border-inset { | |
13331 border-left-style: ridge; } | |
13332 | |
13333 .border-left-outset, .border-x-outset, .border-outset { | |
13334 border-left-style: outset; } | |
13335 | |
13336 .border-left-none, .border-x-none, .border-none { | |
13337 border-left-style: none; } | |
13338 | |
13339 .border-left-hidden, .border-x-hidden, .border-hidden { | |
13340 border-left-style: hidden; } | |
13341 | |
13342 .border-right-dotted, .border-x-dotted, .border-dotted { | |
13343 border-right-style: dotted; } | |
13344 | |
13345 .border-right-dashed, .border-x-dashed, .border-dashed { | |
13346 border-right-style: dashed; } | |
13347 | |
13348 .border-right-solid, .border-x-solid, .border-solid { | |
13349 border-right-style: solid; } | |
13350 | |
13351 .border-right-double, .border-x-double, .border-double { | |
13352 border-right-style: double; } | |
13353 | |
13354 .border-right-groove, .border-x-groove, .border-groove { | |
13355 border-right-style: groove; } | |
13356 | |
13357 .border-right-ridge, .border-x-ridge, .border-ridge { | |
13358 border-right-style: ridge; } | |
13359 | |
13360 .border-right-inset, .border-x-inset, .border-inset { | |
13361 border-right-style: ridge; } | |
13362 | |
13363 .border-right-outset, .border-x-outset, .border-outset { | |
13364 border-right-style: outset; } | |
13365 | |
13366 .border-right-none, .border-x-none, .border-none { | |
13367 border-right-style: none; } | |
13368 | |
13369 .border-right-hidden, .border-x-hidden, .border-hidden { | |
13370 border-right-style: hidden; } | |
13371 | |
13372 .border-top-dotted, .border-y-dotted, .border-dotted { | |
13373 border-top-style: dotted; } | |
13374 | |
13375 .border-top-dashed, .border-y-dashed, .border-dashed { | |
13376 border-top-style: dashed; } | |
13377 | |
13378 .border-top-solid, .border-y-solid, .border-solid { | |
13379 border-top-style: solid; } | |
13380 | |
13381 .border-top-double, .border-y-double, .border-double { | |
13382 border-top-style: double; } | |
13383 | |
13384 .border-top-groove, .border-y-groove, .border-groove { | |
13385 border-top-style: groove; } | |
13386 | |
13387 .border-top-ridge, .border-y-ridge, .border-ridge { | |
13388 border-top-style: ridge; } | |
13389 | |
13390 .border-top-inset, .border-y-inset, .border-inset { | |
13391 border-top-style: ridge; } | |
13392 | |
13393 .border-top-outset, .border-y-outset, .border-outset { | |
13394 border-top-style: outset; } | |
13395 | |
13396 .border-top-none, .border-y-none, .border-none { | |
13397 border-top-style: none; } | |
13398 | |
13399 .border-top-hidden, .border-y-hidden, .border-hidden { | |
13400 border-top-style: hidden; } | |
13401 | |
13402 .border-bottom-dotted, .border-y-dotted, .border-dotted { | |
13403 border-bottom-style: dotted; } | |
13404 | |
13405 .border-bottom-dashed, .border-y-dashed, .border-dashed { | |
13406 border-bottom-style: dashed; } | |
13407 | |
13408 .border-bottom-solid, .border-y-solid, .border-solid { | |
13409 border-bottom-style: solid; } | |
13410 | |
13411 .border-bottom-double, .border-y-double, .border-double { | |
13412 border-bottom-style: double; } | |
13413 | |
13414 .border-bottom-groove, .border-y-groove, .border-groove { | |
13415 border-bottom-style: groove; } | |
13416 | |
13417 .border-bottom-ridge, .border-y-ridge, .border-ridge { | |
13418 border-bottom-style: ridge; } | |
13419 | |
13420 .border-bottom-inset, .border-y-inset, .border-inset { | |
13421 border-bottom-style: ridge; } | |
13422 | |
13423 .border-bottom-outset, .border-y-outset, .border-outset { | |
13424 border-bottom-style: outset; } | |
13425 | |
13426 .border-bottom-none, .border-y-none, .border-none { | |
13427 border-bottom-style: none; } | |
13428 | |
13429 .border-bottom-hidden, .border-y-hidden, .border-hidden { | |
13430 border-bottom-style: hidden; } | |
13431 | |
13432 /* Border Width | |
13433 =========================*/ | |
13434 | |
13435 .bw-y-0, | |
13436 body.rtl .bw-0-rtl, | |
13437 .bw-0, | |
13438 .bw-t-0, | |
13439 body.rtl .bw-y-0-rtl, | |
13440 body.rtl .bw-t-0-rtl { | |
13441 border-top-width: 0px !important; } | |
13442 | |
13443 | |
13444 .bw-y-0, | |
13445 body.rtl .bw-0-rtl, | |
13446 .bw-0, | |
13447 .bw-b-0, | |
13448 body.rtl .bw-y-0-rtl, | |
13449 body.rtl .bw-b-0-rtl { | |
13450 border-bottom-width: 0px !important; } | |
13451 | |
13452 | |
13453 .bw-x-0, | |
13454 body.rtl .bw-0-rtl, | |
13455 .bw-0, | |
13456 .bw-r-0, | |
13457 body.rtl .bw-x-0-rtl, | |
13458 body.rtl .bw-r-0-rtl { | |
13459 border-right-width: 0px !important; } | |
13460 | |
13461 | |
13462 .bw-y-0, | |
13463 body.rtl .bw-0-rtl, | |
13464 .bw-0, | |
13465 .bw-l-0, | |
13466 body.rtl .bw-y-0-rtl, | |
13467 body.rtl .bw-l-0-rtl { | |
13468 border-left-width: 0px !important; } | |
13469 | |
13470 | |
13471 .bw-y-1, | |
13472 body.rtl .bw-1-rtl, | |
13473 .bw-1, | |
13474 .bw-t-1, | |
13475 body.rtl .bw-y-1-rtl, | |
13476 body.rtl .bw-t-1-rtl { | |
13477 border-top-width: 1px !important; } | |
13478 | |
13479 | |
13480 .bw-y-1, | |
13481 body.rtl .bw-1-rtl, | |
13482 .bw-1, | |
13483 .bw-b-1, | |
13484 body.rtl .bw-y-1-rtl, | |
13485 body.rtl .bw-b-1-rtl { | |
13486 border-bottom-width: 1px !important; } | |
13487 | |
13488 | |
13489 .bw-x-1, | |
13490 body.rtl .bw-1-rtl, | |
13491 .bw-1, | |
13492 .bw-r-1, | |
13493 body.rtl .bw-x-1-rtl, | |
13494 body.rtl .bw-r-1-rtl { | |
13495 border-right-width: 1px !important; } | |
13496 | |
13497 | |
13498 .bw-y-1, | |
13499 body.rtl .bw-1-rtl, | |
13500 .bw-1, | |
13501 .bw-l-1, | |
13502 body.rtl .bw-y-1-rtl, | |
13503 body.rtl .bw-l-1-rtl { | |
13504 border-left-width: 1px !important; } | |
13505 | |
13506 | |
13507 .bw-y-2, | |
13508 body.rtl .bw-2-rtl, | |
13509 .bw-2, | |
13510 .bw-t-2, | |
13511 body.rtl .bw-y-2-rtl, | |
13512 body.rtl .bw-t-2-rtl { | |
13513 border-top-width: 2px !important; } | |
13514 | |
13515 | |
13516 .bw-y-2, | |
13517 body.rtl .bw-2-rtl, | |
13518 .bw-2, | |
13519 .bw-b-2, | |
13520 body.rtl .bw-y-2-rtl, | |
13521 body.rtl .bw-b-2-rtl { | |
13522 border-bottom-width: 2px !important; } | |
13523 | |
13524 | |
13525 .bw-x-2, | |
13526 body.rtl .bw-2-rtl, | |
13527 .bw-2, | |
13528 .bw-r-2, | |
13529 body.rtl .bw-x-2-rtl, | |
13530 body.rtl .bw-r-2-rtl { | |
13531 border-right-width: 2px !important; } | |
13532 | |
13533 | |
13534 .bw-y-2, | |
13535 body.rtl .bw-2-rtl, | |
13536 .bw-2, | |
13537 .bw-l-2, | |
13538 body.rtl .bw-y-2-rtl, | |
13539 body.rtl .bw-l-2-rtl { | |
13540 border-left-width: 2px !important; } | |
13541 | |
13542 | |
13543 .bw-y-3, | |
13544 body.rtl .bw-3-rtl, | |
13545 .bw-3, | |
13546 .bw-t-3, | |
13547 body.rtl .bw-y-3-rtl, | |
13548 body.rtl .bw-t-3-rtl { | |
13549 border-top-width: 3px !important; } | |
13550 | |
13551 | |
13552 .bw-y-3, | |
13553 body.rtl .bw-3-rtl, | |
13554 .bw-3, | |
13555 .bw-b-3, | |
13556 body.rtl .bw-y-3-rtl, | |
13557 body.rtl .bw-b-3-rtl { | |
13558 border-bottom-width: 3px !important; } | |
13559 | |
13560 | |
13561 .bw-x-3, | |
13562 body.rtl .bw-3-rtl, | |
13563 .bw-3, | |
13564 .bw-r-3, | |
13565 body.rtl .bw-x-3-rtl, | |
13566 body.rtl .bw-r-3-rtl { | |
13567 border-right-width: 3px !important; } | |
13568 | |
13569 | |
13570 .bw-y-3, | |
13571 body.rtl .bw-3-rtl, | |
13572 .bw-3, | |
13573 .bw-l-3, | |
13574 body.rtl .bw-y-3-rtl, | |
13575 body.rtl .bw-l-3-rtl { | |
13576 border-left-width: 3px !important; } | |
13577 | |
13578 | |
13579 .bw-y-4, | |
13580 body.rtl .bw-4-rtl, | |
13581 .bw-4, | |
13582 .bw-t-4, | |
13583 body.rtl .bw-y-4-rtl, | |
13584 body.rtl .bw-t-4-rtl { | |
13585 border-top-width: 4px !important; } | |
13586 | |
13587 | |
13588 .bw-y-4, | |
13589 body.rtl .bw-4-rtl, | |
13590 .bw-4, | |
13591 .bw-b-4, | |
13592 body.rtl .bw-y-4-rtl, | |
13593 body.rtl .bw-b-4-rtl { | |
13594 border-bottom-width: 4px !important; } | |
13595 | |
13596 | |
13597 .bw-x-4, | |
13598 body.rtl .bw-4-rtl, | |
13599 .bw-4, | |
13600 .bw-r-4, | |
13601 body.rtl .bw-x-4-rtl, | |
13602 body.rtl .bw-r-4-rtl { | |
13603 border-right-width: 4px !important; } | |
13604 | |
13605 | |
13606 .bw-y-4, | |
13607 body.rtl .bw-4-rtl, | |
13608 .bw-4, | |
13609 .bw-l-4, | |
13610 body.rtl .bw-y-4-rtl, | |
13611 body.rtl .bw-l-4-rtl { | |
13612 border-left-width: 4px !important; } | |
13613 | |
13614 | |
13615 .bw-y-5, | |
13616 body.rtl .bw-5-rtl, | |
13617 .bw-5, | |
13618 .bw-t-5, | |
13619 body.rtl .bw-y-5-rtl, | |
13620 body.rtl .bw-t-5-rtl { | |
13621 border-top-width: 5px !important; } | |
13622 | |
13623 | |
13624 .bw-y-5, | |
13625 body.rtl .bw-5-rtl, | |
13626 .bw-5, | |
13627 .bw-b-5, | |
13628 body.rtl .bw-y-5-rtl, | |
13629 body.rtl .bw-b-5-rtl { | |
13630 border-bottom-width: 5px !important; } | |
13631 | |
13632 | |
13633 .bw-x-5, | |
13634 body.rtl .bw-5-rtl, | |
13635 .bw-5, | |
13636 .bw-r-5, | |
13637 body.rtl .bw-x-5-rtl, | |
13638 body.rtl .bw-r-5-rtl { | |
13639 border-right-width: 5px !important; } | |
13640 | |
13641 | |
13642 .bw-y-5, | |
13643 body.rtl .bw-5-rtl, | |
13644 .bw-5, | |
13645 .bw-l-5, | |
13646 body.rtl .bw-y-5-rtl, | |
13647 body.rtl .bw-l-5-rtl { | |
13648 border-left-width: 5px !important; } | |
13649 | |
13650 | |
13651 .bw-y-6, | |
13652 body.rtl .bw-6-rtl, | |
13653 .bw-6, | |
13654 .bw-t-6, | |
13655 body.rtl .bw-y-6-rtl, | |
13656 body.rtl .bw-t-6-rtl { | |
13657 border-top-width: 6px !important; } | |
13658 | |
13659 | |
13660 .bw-y-6, | |
13661 body.rtl .bw-6-rtl, | |
13662 .bw-6, | |
13663 .bw-b-6, | |
13664 body.rtl .bw-y-6-rtl, | |
13665 body.rtl .bw-b-6-rtl { | |
13666 border-bottom-width: 6px !important; } | |
13667 | |
13668 | |
13669 .bw-x-6, | |
13670 body.rtl .bw-6-rtl, | |
13671 .bw-6, | |
13672 .bw-r-6, | |
13673 body.rtl .bw-x-6-rtl, | |
13674 body.rtl .bw-r-6-rtl { | |
13675 border-right-width: 6px !important; } | |
13676 | |
13677 | |
13678 .bw-y-6, | |
13679 body.rtl .bw-6-rtl, | |
13680 .bw-6, | |
13681 .bw-l-6, | |
13682 body.rtl .bw-y-6-rtl, | |
13683 body.rtl .bw-l-6-rtl { | |
13684 border-left-width: 6px !important; } | |
13685 | |
13686 | |
13687 .bw-y-7, | |
13688 body.rtl .bw-7-rtl, | |
13689 .bw-7, | |
13690 .bw-t-7, | |
13691 body.rtl .bw-y-7-rtl, | |
13692 body.rtl .bw-t-7-rtl { | |
13693 border-top-width: 7px !important; } | |
13694 | |
13695 | |
13696 .bw-y-7, | |
13697 body.rtl .bw-7-rtl, | |
13698 .bw-7, | |
13699 .bw-b-7, | |
13700 body.rtl .bw-y-7-rtl, | |
13701 body.rtl .bw-b-7-rtl { | |
13702 border-bottom-width: 7px !important; } | |
13703 | |
13704 | |
13705 .bw-x-7, | |
13706 body.rtl .bw-7-rtl, | |
13707 .bw-7, | |
13708 .bw-r-7, | |
13709 body.rtl .bw-x-7-rtl, | |
13710 body.rtl .bw-r-7-rtl { | |
13711 border-right-width: 7px !important; } | |
13712 | |
13713 | |
13714 .bw-y-7, | |
13715 body.rtl .bw-7-rtl, | |
13716 .bw-7, | |
13717 .bw-l-7, | |
13718 body.rtl .bw-y-7-rtl, | |
13719 body.rtl .bw-l-7-rtl { | |
13720 border-left-width: 7px !important; } | |
13721 | |
13722 | |
13723 .bw-y-8, | |
13724 body.rtl .bw-8-rtl, | |
13725 .bw-8, | |
13726 .bw-t-8, | |
13727 body.rtl .bw-y-8-rtl, | |
13728 body.rtl .bw-t-8-rtl { | |
13729 border-top-width: 8px !important; } | |
13730 | |
13731 | |
13732 .bw-y-8, | |
13733 body.rtl .bw-8-rtl, | |
13734 .bw-8, | |
13735 .bw-b-8, | |
13736 body.rtl .bw-y-8-rtl, | |
13737 body.rtl .bw-b-8-rtl { | |
13738 border-bottom-width: 8px !important; } | |
13739 | |
13740 | |
13741 .bw-x-8, | |
13742 body.rtl .bw-8-rtl, | |
13743 .bw-8, | |
13744 .bw-r-8, | |
13745 body.rtl .bw-x-8-rtl, | |
13746 body.rtl .bw-r-8-rtl { | |
13747 border-right-width: 8px !important; } | |
13748 | |
13749 | |
13750 .bw-y-8, | |
13751 body.rtl .bw-8-rtl, | |
13752 .bw-8, | |
13753 .bw-l-8, | |
13754 body.rtl .bw-y-8-rtl, | |
13755 body.rtl .bw-l-8-rtl { | |
13756 border-left-width: 8px !important; } | |
13757 | |
13758 | |
13759 .bw-y-9, | |
13760 body.rtl .bw-9-rtl, | |
13761 .bw-9, | |
13762 .bw-t-9, | |
13763 body.rtl .bw-y-9-rtl, | |
13764 body.rtl .bw-t-9-rtl { | |
13765 border-top-width: 9px !important; } | |
13766 | |
13767 | |
13768 .bw-y-9, | |
13769 body.rtl .bw-9-rtl, | |
13770 .bw-9, | |
13771 .bw-b-9, | |
13772 body.rtl .bw-y-9-rtl, | |
13773 body.rtl .bw-b-9-rtl { | |
13774 border-bottom-width: 9px !important; } | |
13775 | |
13776 | |
13777 .bw-x-9, | |
13778 body.rtl .bw-9-rtl, | |
13779 .bw-9, | |
13780 .bw-r-9, | |
13781 body.rtl .bw-x-9-rtl, | |
13782 body.rtl .bw-r-9-rtl { | |
13783 border-right-width: 9px !important; } | |
13784 | |
13785 | |
13786 .bw-y-9, | |
13787 body.rtl .bw-9-rtl, | |
13788 .bw-9, | |
13789 .bw-l-9, | |
13790 body.rtl .bw-y-9-rtl, | |
13791 body.rtl .bw-l-9-rtl { | |
13792 border-left-width: 9px !important; } | |
13793 | |
13794 | |
13795 .bw-y-10, | |
13796 body.rtl .bw-10-rtl, | |
13797 .bw-10, | |
13798 .bw-t-10, | |
13799 body.rtl .bw-y-10-rtl, | |
13800 body.rtl .bw-t-10-rtl { | |
13801 border-top-width: 10px !important; } | |
13802 | |
13803 | |
13804 .bw-y-10, | |
13805 body.rtl .bw-10-rtl, | |
13806 .bw-10, | |
13807 .bw-b-10, | |
13808 body.rtl .bw-y-10-rtl, | |
13809 body.rtl .bw-b-10-rtl { | |
13810 border-bottom-width: 10px !important; } | |
13811 | |
13812 | |
13813 .bw-x-10, | |
13814 body.rtl .bw-10-rtl, | |
13815 .bw-10, | |
13816 .bw-r-10, | |
13817 body.rtl .bw-x-10-rtl, | |
13818 body.rtl .bw-r-10-rtl { | |
13819 border-right-width: 10px !important; } | |
13820 | |
13821 | |
13822 .bw-y-10, | |
13823 body.rtl .bw-10-rtl, | |
13824 .bw-10, | |
13825 .bw-l-10, | |
13826 body.rtl .bw-y-10-rtl, | |
13827 body.rtl .bw-l-10-rtl { | |
13828 border-left-width: 10px !important; } | |
13829 | |
13830 /* Border Radius | |
13831 =========================*/ | |
13832 .radius-0 { | |
13833 border-radius: 0; } | |
13834 | |
13835 .radius-full { | |
13836 border-radius: 100%; } | |
13837 | |
13838 .radius-2 { | |
13839 border-radius: 2px !important; | |
13840 overflow: hidden; } | |
13841 | |
13842 .radius-3 { | |
13843 border-radius: 3px !important; | |
13844 overflow: hidden; } | |
13845 | |
13846 .radius-4 { | |
13847 border-radius: 4px !important; | |
13848 overflow: hidden; } | |
13849 | |
13850 .radius-5 { | |
13851 border-radius: 5px !important; | |
13852 overflow: hidden; } | |
13853 | |
13854 .radius-6 { | |
13855 border-radius: 6px !important; | |
13856 overflow: hidden; } | |
13857 | |
13858 .radius-7 { | |
13859 border-radius: 7px !important; | |
13860 overflow: hidden; } | |
13861 | |
13862 .radius-8 { | |
13863 border-radius: 8px !important; | |
13864 overflow: hidden; } | |
13865 | |
13866 .radius-9 { | |
13867 border-radius: 9px !important; | |
13868 overflow: hidden; } | |
13869 | |
13870 .radius-10 { | |
13871 border-radius: 10px !important; | |
13872 overflow: hidden; } | |
13873 | |
13874 .radius-11 { | |
13875 border-radius: 11px !important; | |
13876 overflow: hidden; } | |
13877 | |
13878 .radius-12 { | |
13879 border-radius: 12px !important; | |
13880 overflow: hidden; } | |
13881 | |
13882 .radius-13 { | |
13883 border-radius: 13px !important; | |
13884 overflow: hidden; } | |
13885 | |
13886 .radius-14 { | |
13887 border-radius: 14px !important; | |
13888 overflow: hidden; } | |
13889 | |
13890 .radius-15 { | |
13891 border-radius: 15px !important; | |
13892 overflow: hidden; } | |
13893 | |
13894 .radius-16 { | |
13895 border-radius: 16px !important; | |
13896 overflow: hidden; } | |
13897 | |
13898 .radius-17 { | |
13899 border-radius: 17px !important; | |
13900 overflow: hidden; } | |
13901 | |
13902 .radius-18 { | |
13903 border-radius: 18px !important; | |
13904 overflow: hidden; } | |
13905 | |
13906 .radius-19 { | |
13907 border-radius: 19px !important; | |
13908 overflow: hidden; } | |
13909 | |
13910 .radius-20 { | |
13911 border-radius: 20px !important; | |
13912 overflow: hidden; } | |
13913 | |
13914 /* Padding & Margin | |
13915 =========================*/ | |
13916 .padded-reverse { | |
13917 margin: 0 -20px; } | |
13918 | |
13919 .mr-lr-auto { | |
13920 margin-left: auto; | |
13921 margin-right: auto; } | |
13922 | |
13923 body.rtl .pd-t-0-rtl, | |
13924 body.rtl .pd-tb-0-rtl, | |
13925 .pd-t-0, | |
13926 .pd-tb-0 { | |
13927 padding-top: 0rem !important; } | |
13928 | |
13929 body.rtl .pd-b-0-rtl, | |
13930 body.rtl .pd-tb-0-rtl, | |
13931 .pd-b-0, | |
13932 .pd-tb-0 { | |
13933 padding-bottom: 0rem !important; } | |
13934 | |
13935 body.rtl .pd-0-rtl, | |
13936 .pd-0 { | |
13937 padding: 0rem !important; } | |
13938 | |
13939 body.rtl .mr-t-0-rtl, | |
13940 body.rtl .mr-tb-0-rtl, | |
13941 .mr-t-0, | |
13942 .mr-tb-0 { | |
13943 margin-top: 0rem !important; } | |
13944 | |
13945 body.rtl .mr-b-0-rtl, | |
13946 body.rtl .mr-tb-0-rtl, | |
13947 .mr-b-0, | |
13948 .mr-tb-0 { | |
13949 margin-bottom: 0rem !important; } | |
13950 | |
13951 body.rtl .mr-0-rtl, body.rtl .mx-0-rtl, body.rtl .m-0-rtl, | |
13952 .mr-0 { | |
13953 margin: 0rem !important; } | |
13954 | |
13955 body.rtl .pd-t-5-rtl, | |
13956 body.rtl .pd-tb-5-rtl, | |
13957 .pd-t-5, | |
13958 .pd-tb-5 { | |
13959 padding-top: 0.3125rem !important; } | |
13960 | |
13961 body.rtl .pd-b-5-rtl, | |
13962 body.rtl .pd-tb-5-rtl, | |
13963 .pd-b-5, | |
13964 .pd-tb-5 { | |
13965 padding-bottom: 0.3125rem !important; } | |
13966 | |
13967 body.rtl .pd-5-rtl, | |
13968 .pd-5 { | |
13969 padding: 0.3125rem !important; } | |
13970 | |
13971 body.rtl .mr-t-5-rtl, | |
13972 body.rtl .mr-tb-5-rtl, | |
13973 .mr-t-5, | |
13974 .mr-tb-5 { | |
13975 margin-top: 0.3125rem !important; } | |
13976 | |
13977 body.rtl .mr-b-5-rtl, | |
13978 body.rtl .mr-tb-5-rtl, | |
13979 .mr-b-5, | |
13980 .mr-tb-5 { | |
13981 margin-bottom: 0.3125rem !important; } | |
13982 | |
13983 body.rtl .mr-5-rtl, body.rtl .mx-5-rtl, body.rtl .m-5-rtl, | |
13984 .mr-5 { | |
13985 margin: 0.3125rem !important; } | |
13986 | |
13987 body.rtl .pd-t-10-rtl, | |
13988 body.rtl .pd-tb-10-rtl, | |
13989 .pd-t-10, | |
13990 .pd-tb-10 { | |
13991 padding-top: 0.625rem !important; } | |
13992 | |
13993 body.rtl .pd-b-10-rtl, | |
13994 body.rtl .pd-tb-10-rtl, | |
13995 .pd-b-10, | |
13996 .pd-tb-10 { | |
13997 padding-bottom: 0.625rem !important; } | |
13998 | |
13999 body.rtl .pd-10-rtl, | |
14000 .pd-10 { | |
14001 padding: 0.625rem !important; } | |
14002 | |
14003 body.rtl .mr-t-10-rtl, | |
14004 body.rtl .mr-tb-10-rtl, | |
14005 .mr-t-10, | |
14006 .mr-tb-10 { | |
14007 margin-top: 0.625rem !important; } | |
14008 | |
14009 body.rtl .mr-b-10-rtl, | |
14010 body.rtl .mr-tb-10-rtl, | |
14011 .mr-b-10, | |
14012 .mr-tb-10 { | |
14013 margin-bottom: 0.625rem !important; } | |
14014 | |
14015 body.rtl .mr-10-rtl, | |
14016 .mr-10 { | |
14017 margin: 0.625rem !important; } | |
14018 | |
14019 body.rtl .pd-t-20-rtl, | |
14020 body.rtl .pd-tb-20-rtl, | |
14021 .pd-t-20, | |
14022 .pd-tb-20 { | |
14023 padding-top: 1.25rem !important; } | |
14024 | |
14025 body.rtl .pd-b-20-rtl, | |
14026 body.rtl .pd-tb-20-rtl, | |
14027 .pd-b-20, | |
14028 .pd-tb-20 { | |
14029 padding-bottom: 1.25rem !important; } | |
14030 | |
14031 body.rtl .pd-20-rtl, | |
14032 .pd-20 { | |
14033 padding: 1.25rem !important; } | |
14034 | |
14035 body.rtl .mr-t-20-rtl, | |
14036 body.rtl .mr-tb-20-rtl, | |
14037 .mr-t-20, | |
14038 .mr-tb-20 { | |
14039 margin-top: 1.25rem !important; } | |
14040 | |
14041 body.rtl .mr-b-20-rtl, | |
14042 body.rtl .mr-tb-20-rtl, | |
14043 .mr-b-20, | |
14044 .mr-tb-20 { | |
14045 margin-bottom: 1.25rem !important; } | |
14046 | |
14047 body.rtl .mr-20-rtl, | |
14048 .mr-20 { | |
14049 margin: 1.25rem !important; } | |
14050 | |
14051 body.rtl .pd-t-30-rtl, | |
14052 body.rtl .pd-tb-30-rtl, | |
14053 .pd-t-30, | |
14054 .pd-tb-30 { | |
14055 padding-top: 1.875rem !important; } | |
14056 | |
14057 body.rtl .pd-b-30-rtl, | |
14058 body.rtl .pd-tb-30-rtl, | |
14059 .pd-b-30, | |
14060 .pd-tb-30 { | |
14061 padding-bottom: 1.875rem !important; } | |
14062 | |
14063 body.rtl .pd-30-rtl, | |
14064 .pd-30 { | |
14065 padding: 1.875rem !important; } | |
14066 | |
14067 body.rtl .mr-t-30-rtl, | |
14068 body.rtl .mr-tb-30-rtl, | |
14069 .mr-t-30, | |
14070 .mr-tb-30 { | |
14071 margin-top: 1.875rem !important; } | |
14072 | |
14073 body.rtl .mr-b-30-rtl, | |
14074 body.rtl .mr-tb-30-rtl, | |
14075 .mr-b-30, | |
14076 .mr-tb-30 { | |
14077 margin-bottom: 1.875rem !important; } | |
14078 | |
14079 body.rtl .mr-30-rtl, | |
14080 .mr-30 { | |
14081 margin: 1.875rem !important; } | |
14082 | |
14083 body.rtl .pd-t-40-rtl, | |
14084 body.rtl .pd-tb-40-rtl, | |
14085 .pd-t-40, | |
14086 .pd-tb-40 { | |
14087 padding-top: 2.5rem !important; } | |
14088 | |
14089 body.rtl .pd-b-40-rtl, | |
14090 body.rtl .pd-tb-40-rtl, | |
14091 .pd-b-40, | |
14092 .pd-tb-40 { | |
14093 padding-bottom: 2.5rem !important; } | |
14094 | |
14095 body.rtl .pd-40-rtl, | |
14096 .pd-40 { | |
14097 padding: 2.5rem !important; } | |
14098 | |
14099 body.rtl .mr-t-40-rtl, | |
14100 body.rtl .mr-tb-40-rtl, | |
14101 .mr-t-40, | |
14102 .mr-tb-40 { | |
14103 margin-top: 2.5rem !important; } | |
14104 | |
14105 body.rtl .mr-b-40-rtl, | |
14106 body.rtl .mr-tb-40-rtl, | |
14107 .mr-b-40, | |
14108 .mr-tb-40 { | |
14109 margin-bottom: 2.5rem !important; } | |
14110 | |
14111 body.rtl .mr-40-rtl, | |
14112 .mr-40 { | |
14113 margin: 2.5rem !important; } | |
14114 | |
14115 body.rtl .pd-t-50-rtl, | |
14116 body.rtl .pd-tb-50-rtl, | |
14117 .pd-t-50, | |
14118 .pd-tb-50 { | |
14119 padding-top: 3.125rem !important; } | |
14120 | |
14121 body.rtl .pd-b-50-rtl, | |
14122 body.rtl .pd-tb-50-rtl, | |
14123 .pd-b-50, | |
14124 .pd-tb-50 { | |
14125 padding-bottom: 3.125rem !important; } | |
14126 | |
14127 body.rtl .pd-50-rtl, | |
14128 .pd-50 { | |
14129 padding: 3.125rem !important; } | |
14130 | |
14131 body.rtl .mr-t-50-rtl, | |
14132 body.rtl .mr-tb-50-rtl, | |
14133 .mr-t-50, | |
14134 .mr-tb-50 { | |
14135 margin-top: 3.125rem !important; } | |
14136 | |
14137 body.rtl .mr-b-50-rtl, | |
14138 body.rtl .mr-tb-50-rtl, | |
14139 .mr-b-50, | |
14140 .mr-tb-50 { | |
14141 margin-bottom: 3.125rem !important; } | |
14142 | |
14143 body.rtl .mr-50-rtl, | |
14144 .mr-50 { | |
14145 margin: 3.125rem !important; } | |
14146 | |
14147 body.rtl .pd-t-60-rtl, | |
14148 body.rtl .pd-tb-60-rtl, | |
14149 .pd-t-60, | |
14150 .pd-tb-60 { | |
14151 padding-top: 3.75rem !important; } | |
14152 | |
14153 body.rtl .pd-b-60-rtl, | |
14154 body.rtl .pd-tb-60-rtl, | |
14155 .pd-b-60, | |
14156 .pd-tb-60 { | |
14157 padding-bottom: 3.75rem !important; } | |
14158 | |
14159 body.rtl .pd-60-rtl, | |
14160 .pd-60 { | |
14161 padding: 3.75rem !important; } | |
14162 | |
14163 body.rtl .mr-t-60-rtl, | |
14164 body.rtl .mr-tb-60-rtl, | |
14165 .mr-t-60, | |
14166 .mr-tb-60 { | |
14167 margin-top: 3.75rem !important; } | |
14168 | |
14169 body.rtl .mr-b-60-rtl, | |
14170 body.rtl .mr-tb-60-rtl, | |
14171 .mr-b-60, | |
14172 .mr-tb-60 { | |
14173 margin-bottom: 3.75rem !important; } | |
14174 | |
14175 body.rtl .mr-60-rtl, | |
14176 .mr-60 { | |
14177 margin: 3.75rem !important; } | |
14178 | |
14179 body.rtl .pd-t-70-rtl, | |
14180 body.rtl .pd-tb-70-rtl, | |
14181 .pd-t-70, | |
14182 .pd-tb-70 { | |
14183 padding-top: 4.375rem !important; } | |
14184 | |
14185 body.rtl .pd-b-70-rtl, | |
14186 body.rtl .pd-tb-70-rtl, | |
14187 .pd-b-70, | |
14188 .pd-tb-70 { | |
14189 padding-bottom: 4.375rem !important; } | |
14190 | |
14191 body.rtl .pd-70-rtl, | |
14192 .pd-70 { | |
14193 padding: 4.375rem !important; } | |
14194 | |
14195 body.rtl .mr-t-70-rtl, | |
14196 body.rtl .mr-tb-70-rtl, | |
14197 .mr-t-70, | |
14198 .mr-tb-70 { | |
14199 margin-top: 4.375rem !important; } | |
14200 | |
14201 body.rtl .mr-b-70-rtl, | |
14202 body.rtl .mr-tb-70-rtl, | |
14203 .mr-b-70, | |
14204 .mr-tb-70 { | |
14205 margin-bottom: 4.375rem !important; } | |
14206 | |
14207 body.rtl .mr-70-rtl, | |
14208 .mr-70 { | |
14209 margin: 4.375rem !important; } | |
14210 | |
14211 body.rtl .pd-t-80-rtl, | |
14212 body.rtl .pd-tb-80-rtl, | |
14213 .pd-t-80, | |
14214 .pd-tb-80 { | |
14215 padding-top: 5rem !important; } | |
14216 | |
14217 body.rtl .pd-b-80-rtl, | |
14218 body.rtl .pd-tb-80-rtl, | |
14219 .pd-b-80, | |
14220 .pd-tb-80 { | |
14221 padding-bottom: 5rem !important; } | |
14222 | |
14223 body.rtl .pd-80-rtl, | |
14224 .pd-80 { | |
14225 padding: 5rem !important; } | |
14226 | |
14227 body.rtl .mr-t-80-rtl, | |
14228 body.rtl .mr-tb-80-rtl, | |
14229 .mr-t-80, | |
14230 .mr-tb-80 { | |
14231 margin-top: 5rem !important; } | |
14232 | |
14233 body.rtl .mr-b-80-rtl, | |
14234 body.rtl .mr-tb-80-rtl, | |
14235 .mr-b-80, | |
14236 .mr-tb-80 { | |
14237 margin-bottom: 5rem !important; } | |
14238 | |
14239 body.rtl .mr-80-rtl, | |
14240 .mr-80 { | |
14241 margin: 5rem !important; } | |
14242 | |
14243 body.rtl .pd-t-90-rtl, | |
14244 body.rtl .pd-tb-90-rtl, | |
14245 .pd-t-90, | |
14246 .pd-tb-90 { | |
14247 padding-top: 5.625rem !important; } | |
14248 | |
14249 body.rtl .pd-b-90-rtl, | |
14250 body.rtl .pd-tb-90-rtl, | |
14251 .pd-b-90, | |
14252 .pd-tb-90 { | |
14253 padding-bottom: 5.625rem !important; } | |
14254 | |
14255 body.rtl .pd-90-rtl, | |
14256 .pd-90 { | |
14257 padding: 5.625rem !important; } | |
14258 | |
14259 body.rtl .mr-t-90-rtl, | |
14260 body.rtl .mr-tb-90-rtl, | |
14261 .mr-t-90, | |
14262 .mr-tb-90 { | |
14263 margin-top: 5.625rem !important; } | |
14264 | |
14265 body.rtl .mr-b-90-rtl, | |
14266 body.rtl .mr-tb-90-rtl, | |
14267 .mr-b-90, | |
14268 .mr-tb-90 { | |
14269 margin-bottom: 5.625rem !important; } | |
14270 | |
14271 body.rtl .mr-90-rtl, | |
14272 .mr-90 { | |
14273 margin: 5.625rem !important; } | |
14274 | |
14275 body.rtl .pd-t-100-rtl, | |
14276 body.rtl .pd-tb-100-rtl, | |
14277 .pd-t-100, | |
14278 .pd-tb-100 { | |
14279 padding-top: 6.25rem !important; } | |
14280 | |
14281 body.rtl .pd-b-100-rtl, | |
14282 body.rtl .pd-tb-100-rtl, | |
14283 .pd-b-100, | |
14284 .pd-tb-100 { | |
14285 padding-bottom: 6.25rem !important; } | |
14286 | |
14287 body.rtl .pd-100-rtl, | |
14288 .pd-100 { | |
14289 padding: 6.25rem !important; } | |
14290 | |
14291 body.rtl .mr-t-100-rtl, | |
14292 body.rtl .mr-tb-100-rtl, | |
14293 .mr-t-100, | |
14294 .mr-tb-100 { | |
14295 margin-top: 6.25rem !important; } | |
14296 | |
14297 body.rtl .mr-b-100-rtl, | |
14298 body.rtl .mr-tb-100-rtl, | |
14299 .mr-b-100, | |
14300 .mr-tb-100 { | |
14301 margin-bottom: 6.25rem !important; } | |
14302 | |
14303 body.rtl .mr-100-rtl, | |
14304 .mr-100 { | |
14305 margin: 6.25rem !important; } | |
14306 | |
14307 body.rtl .pd-t-150-rtl, | |
14308 body.rtl .pd-tb-150-rtl, | |
14309 .pd-t-150, | |
14310 .pd-tb-150 { | |
14311 padding-top: 9.375rem !important; } | |
14312 | |
14313 body.rtl .pd-b-150-rtl, | |
14314 body.rtl .pd-tb-150-rtl, | |
14315 .pd-b-150, | |
14316 .pd-tb-150 { | |
14317 padding-bottom: 9.375rem !important; } | |
14318 | |
14319 body.rtl .pd-150-rtl, | |
14320 .pd-150 { | |
14321 padding: 9.375rem !important; } | |
14322 | |
14323 body.rtl .mr-t-150-rtl, | |
14324 body.rtl .mr-tb-150-rtl, | |
14325 .mr-t-150, | |
14326 .mr-tb-150 { | |
14327 margin-top: 9.375rem !important; } | |
14328 | |
14329 body.rtl .mr-b-150-rtl, | |
14330 body.rtl .mr-tb-150-rtl, | |
14331 .mr-b-150, | |
14332 .mr-tb-150 { | |
14333 margin-bottom: 9.375rem !important; } | |
14334 | |
14335 body.rtl .mr-150-rtl, | |
14336 .mr-150 { | |
14337 margin: 9.375rem !important; } | |
14338 | |
14339 body.rtl .pd-t-200-rtl, | |
14340 body.rtl .pd-tb-200-rtl, | |
14341 .pd-t-200, | |
14342 .pd-tb-200 { | |
14343 padding-top: 12.5rem !important; } | |
14344 | |
14345 body.rtl .pd-b-200-rtl, | |
14346 body.rtl .pd-tb-200-rtl, | |
14347 .pd-b-200, | |
14348 .pd-tb-200 { | |
14349 padding-bottom: 12.5rem !important; } | |
14350 | |
14351 body.rtl .pd-200-rtl, | |
14352 .pd-200 { | |
14353 padding: 12.5rem !important; } | |
14354 | |
14355 body.rtl .mr-t-200-rtl, | |
14356 body.rtl .mr-tb-200-rtl, | |
14357 .mr-t-200, | |
14358 .mr-tb-200 { | |
14359 margin-top: 12.5rem !important; } | |
14360 | |
14361 body.rtl .mr-b-200-rtl, | |
14362 body.rtl .mr-tb-200-rtl, | |
14363 .mr-b-200, | |
14364 .mr-tb-200 { | |
14365 margin-bottom: 12.5rem !important; } | |
14366 | |
14367 body.rtl .mr-200-rtl, | |
14368 .mr-200 { | |
14369 margin: 12.5rem !important; } | |
14370 | |
14371 body.rtl .pd-l-0-rtl, | |
14372 body.rtl .pd-lr-0-rtl, | |
14373 .pd-l-0, | |
14374 .pd-lr-0 { | |
14375 padding-left: 0rem !important; } | |
14376 | |
14377 body.rtl .pd-r-0-rtl, | |
14378 body.rtl .pd-lr-0-rtl, | |
14379 .pd-r-0, | |
14380 .pd-lr-0 { | |
14381 padding-right: 0rem !important; } | |
14382 | |
14383 body.rtl .mr-l-0-rtl, | |
14384 body.rtl .mr-lr-0-rtl, | |
14385 .mr-l-0, | |
14386 .mr-lr-0 { | |
14387 margin-left: 0rem !important; } | |
14388 | |
14389 body.rtl .mr-r-0-rtl, | |
14390 body.rtl .mr-lr-0-rtl, | |
14391 .mr-r-0, | |
14392 .mr-lr-0 { | |
14393 margin-right: 0rem !important; } | |
14394 | |
14395 body.rtl .pd-l-5-rtl, | |
14396 body.rtl .pd-lr-5-rtl, | |
14397 .pd-l-5, | |
14398 .pd-lr-5 { | |
14399 padding-left: 0.3125rem !important; } | |
14400 | |
14401 body.rtl .pd-r-5-rtl, | |
14402 body.rtl .pd-lr-5-rtl, | |
14403 .pd-r-5, | |
14404 .pd-lr-5 { | |
14405 padding-right: 0.3125rem !important; } | |
14406 | |
14407 body.rtl .mr-l-5-rtl, | |
14408 body.rtl .mr-lr-5-rtl, | |
14409 .mr-l-5, | |
14410 .mr-lr-5 { | |
14411 margin-left: 0.3125rem !important; } | |
14412 | |
14413 body.rtl .mr-r-5-rtl, | |
14414 body.rtl .mr-lr-5-rtl, | |
14415 .mr-r-5, | |
14416 .mr-lr-5 { | |
14417 margin-right: 0.3125rem !important; } | |
14418 | |
14419 body.rtl .pd-l-10-rtl, | |
14420 body.rtl .pd-lr-10-rtl, | |
14421 .pd-l-10, | |
14422 .pd-lr-10 { | |
14423 padding-left: 0.625rem !important; } | |
14424 | |
14425 body.rtl .pd-r-10-rtl, | |
14426 body.rtl .pd-lr-10-rtl, | |
14427 .pd-r-10, | |
14428 .pd-lr-10 { | |
14429 padding-right: 0.625rem !important; } | |
14430 | |
14431 body.rtl .mr-l-10-rtl, | |
14432 body.rtl .mr-lr-10-rtl, | |
14433 .mr-l-10, | |
14434 .mr-lr-10 { | |
14435 margin-left: 0.625rem !important; } | |
14436 | |
14437 body.rtl .mr-r-10-rtl, | |
14438 body.rtl .mr-lr-10-rtl, | |
14439 .mr-r-10, | |
14440 .mr-lr-10 { | |
14441 margin-right: 0.625rem !important; } | |
14442 | |
14443 body.rtl .pd-l-15-rtl, | |
14444 body.rtl .pd-lr-15-rtl, | |
14445 .pd-l-15, | |
14446 .pd-lr-15 { | |
14447 padding-left: 0.9375rem !important; } | |
14448 | |
14449 body.rtl .pd-r-15-rtl, | |
14450 body.rtl .pd-lr-15-rtl, | |
14451 .pd-r-15, | |
14452 .pd-lr-15 { | |
14453 padding-right: 0.9375rem !important; } | |
14454 | |
14455 body.rtl .mr-l-15-rtl, | |
14456 body.rtl .mr-lr-15-rtl, | |
14457 .mr-l-15, | |
14458 .mr-lr-15 { | |
14459 margin-left: 0.9375rem !important; } | |
14460 | |
14461 body.rtl .mr-r-15-rtl, | |
14462 body.rtl .mr-lr-15-rtl, | |
14463 .mr-r-15, | |
14464 .mr-lr-15 { | |
14465 margin-right: 0.9375rem !important; } | |
14466 | |
14467 body.rtl .pd-l-20-rtl, | |
14468 body.rtl .pd-lr-20-rtl, | |
14469 .pd-l-20, | |
14470 .pd-lr-20 { | |
14471 padding-left: 1.25rem !important; } | |
14472 | |
14473 body.rtl .pd-r-20-rtl, | |
14474 body.rtl .pd-lr-20-rtl, | |
14475 .pd-r-20, | |
14476 .pd-lr-20 { | |
14477 padding-right: 1.25rem !important; } | |
14478 | |
14479 body.rtl .mr-l-20-rtl, | |
14480 body.rtl .mr-lr-20-rtl, | |
14481 .mr-l-20, | |
14482 .mr-lr-20 { | |
14483 margin-left: 1.25rem !important; } | |
14484 | |
14485 body.rtl .mr-r-20-rtl, | |
14486 body.rtl .mr-lr-20-rtl, | |
14487 .mr-r-20, | |
14488 .mr-lr-20 { | |
14489 margin-right: 1.25rem !important; } | |
14490 | |
14491 body.rtl .pd-l-30-rtl, | |
14492 body.rtl .pd-lr-30-rtl, | |
14493 .pd-l-30, | |
14494 .pd-lr-30 { | |
14495 padding-left: 1.875rem !important; } | |
14496 | |
14497 body.rtl .pd-r-30-rtl, | |
14498 body.rtl .pd-lr-30-rtl, | |
14499 .pd-r-30, | |
14500 .pd-lr-30 { | |
14501 padding-right: 1.875rem !important; } | |
14502 | |
14503 body.rtl .mr-l-30-rtl, | |
14504 body.rtl .mr-lr-30-rtl, | |
14505 .mr-l-30, | |
14506 .mr-lr-30 { | |
14507 margin-left: 1.875rem !important; } | |
14508 | |
14509 body.rtl .mr-r-30-rtl, | |
14510 body.rtl .mr-lr-30-rtl, | |
14511 .mr-r-30, | |
14512 .mr-lr-30 { | |
14513 margin-right: 1.875rem !important; } | |
14514 | |
14515 body.rtl .pd-l-40-rtl, | |
14516 body.rtl .pd-lr-40-rtl, | |
14517 .pd-l-40, | |
14518 .pd-lr-40 { | |
14519 padding-left: 2.5rem !important; } | |
14520 | |
14521 body.rtl .pd-r-40-rtl, | |
14522 body.rtl .pd-lr-40-rtl, | |
14523 .pd-r-40, | |
14524 .pd-lr-40 { | |
14525 padding-right: 2.5rem !important; } | |
14526 | |
14527 body.rtl .mr-l-40-rtl, | |
14528 body.rtl .mr-lr-40-rtl, | |
14529 .mr-l-40, | |
14530 .mr-lr-40 { | |
14531 margin-left: 2.5rem !important; } | |
14532 | |
14533 body.rtl .mr-r-40-rtl, | |
14534 body.rtl .mr-lr-40-rtl, | |
14535 .mr-r-40, | |
14536 .mr-lr-40 { | |
14537 margin-right: 2.5rem !important; } | |
14538 | |
14539 body.rtl .pd-l-50-rtl, | |
14540 body.rtl .pd-lr-50-rtl, | |
14541 .pd-l-50, | |
14542 .pd-lr-50 { | |
14543 padding-left: 3.125rem !important; } | |
14544 | |
14545 body.rtl .pd-r-50-rtl, | |
14546 body.rtl .pd-lr-50-rtl, | |
14547 .pd-r-50, | |
14548 .pd-lr-50 { | |
14549 padding-right: 3.125rem !important; } | |
14550 | |
14551 body.rtl .mr-l-50-rtl, | |
14552 body.rtl .mr-lr-50-rtl, | |
14553 .mr-l-50, | |
14554 .mr-lr-50 { | |
14555 margin-left: 3.125rem !important; } | |
14556 | |
14557 body.rtl .mr-r-50-rtl, | |
14558 body.rtl .mr-lr-50-rtl, | |
14559 .mr-r-50, | |
14560 .mr-lr-50 { | |
14561 margin-right: 3.125rem !important; } | |
14562 | |
14563 body.rtl .pd-l-60-rtl, | |
14564 body.rtl .pd-lr-60-rtl, | |
14565 .pd-l-60, | |
14566 .pd-lr-60 { | |
14567 padding-left: 3.75rem !important; } | |
14568 | |
14569 body.rtl .pd-r-60-rtl, | |
14570 body.rtl .pd-lr-60-rtl, | |
14571 .pd-r-60, | |
14572 .pd-lr-60 { | |
14573 padding-right: 3.75rem !important; } | |
14574 | |
14575 body.rtl .mr-l-60-rtl, | |
14576 body.rtl .mr-lr-60-rtl, | |
14577 .mr-l-60, | |
14578 .mr-lr-60 { | |
14579 margin-left: 3.75rem !important; } | |
14580 | |
14581 body.rtl .mr-r-60-rtl, | |
14582 body.rtl .mr-lr-60-rtl, | |
14583 .mr-r-60, | |
14584 .mr-lr-60 { | |
14585 margin-right: 3.75rem !important; } | |
14586 | |
14587 body.rtl .pd-l-70-rtl, | |
14588 body.rtl .pd-lr-70-rtl, | |
14589 .pd-l-70, | |
14590 .pd-lr-70 { | |
14591 padding-left: 4.375rem !important; } | |
14592 | |
14593 body.rtl .pd-r-70-rtl, | |
14594 body.rtl .pd-lr-70-rtl, | |
14595 .pd-r-70, | |
14596 .pd-lr-70 { | |
14597 padding-right: 4.375rem !important; } | |
14598 | |
14599 body.rtl .mr-l-70-rtl, | |
14600 body.rtl .mr-lr-70-rtl, | |
14601 .mr-l-70, | |
14602 .mr-lr-70 { | |
14603 margin-left: 4.375rem !important; } | |
14604 | |
14605 body.rtl .mr-r-70-rtl, | |
14606 body.rtl .mr-lr-70-rtl, | |
14607 .mr-r-70, | |
14608 .mr-lr-70 { | |
14609 margin-right: 4.375rem !important; } | |
14610 | |
14611 body.rtl .pd-l-80-rtl, | |
14612 body.rtl .pd-lr-80-rtl, | |
14613 .pd-l-80, | |
14614 .pd-lr-80 { | |
14615 padding-left: 5rem !important; } | |
14616 | |
14617 body.rtl .pd-r-80-rtl, | |
14618 body.rtl .pd-lr-80-rtl, | |
14619 .pd-r-80, | |
14620 .pd-lr-80 { | |
14621 padding-right: 5rem !important; } | |
14622 | |
14623 body.rtl .mr-l-80-rtl, | |
14624 body.rtl .mr-lr-80-rtl, | |
14625 .mr-l-80, | |
14626 .mr-lr-80 { | |
14627 margin-left: 5rem !important; } | |
14628 | |
14629 body.rtl .mr-r-80-rtl, | |
14630 body.rtl .mr-lr-80-rtl, | |
14631 .mr-r-80, | |
14632 .mr-lr-80 { | |
14633 margin-right: 5rem !important; } | |
14634 | |
14635 body.rtl .pd-l-90-rtl, | |
14636 body.rtl .pd-lr-90-rtl, | |
14637 .pd-l-90, | |
14638 .pd-lr-90 { | |
14639 padding-left: 5.625rem !important; } | |
14640 | |
14641 body.rtl .pd-r-90-rtl, | |
14642 body.rtl .pd-lr-90-rtl, | |
14643 .pd-r-90, | |
14644 .pd-lr-90 { | |
14645 padding-right: 5.625rem !important; } | |
14646 | |
14647 body.rtl .mr-l-90-rtl, | |
14648 body.rtl .mr-lr-90-rtl, | |
14649 .mr-l-90, | |
14650 .mr-lr-90 { | |
14651 margin-left: 5.625rem !important; } | |
14652 | |
14653 body.rtl .mr-r-90-rtl, | |
14654 body.rtl .mr-lr-90-rtl, | |
14655 .mr-r-90, | |
14656 .mr-lr-90 { | |
14657 margin-right: 5.625rem !important; } | |
14658 | |
14659 /* RTL Margin Helpers | |
14660 =========================*/ | |
14661 body.rtl .ml-0-rtl, body.rtl .mx-0-rtl, body.rtl .m-0-rtl { | |
14662 margin-left: 0 !important; } | |
14663 | |
14664 body.rtl .mr-0-rtl, body.rtl .mx-0-rtl, body.rtl .m-0-rtl { | |
14665 margin-right: 0 !important; } | |
14666 | |
14667 body.rtl .mt-0-rtl, body.rtl .my-0-rtl, body.rtl .m-0-rtl { | |
14668 margin-top: 0 !important; } | |
14669 | |
14670 body.rtl .mb-0-rtl, body.rtl .my-0-rtl, body.rtl .m-0-rtl { | |
14671 margin-bottom: 0 !important; } | |
14672 | |
14673 body.rtl .ml-1-rtl, body.rtl .mx-1-rtl, body.rtl .m-1-rtl { | |
14674 margin-left: 0.25rem !important; } | |
14675 | |
14676 body.rtl .mr-1-rtl, body.rtl .mx-1-rtl, body.rtl .m-1-rtl { | |
14677 margin-right: 0.25rem !important; } | |
14678 | |
14679 body.rtl .mt-1-rtl, body.rtl .my-1-rtl, body.rtl .m-1-rtl { | |
14680 margin-top: 0.25rem !important; } | |
14681 | |
14682 body.rtl .mb-1-rtl, body.rtl .my-1-rtl, body.rtl .m-1-rtl { | |
14683 margin-bottom: 0.25rem !important; } | |
14684 | |
14685 body.rtl .ml-2-rtl, body.rtl .mx-2-rtl, body.rtl .m-2-rtl { | |
14686 margin-left: 0.5rem !important; } | |
14687 | |
14688 body.rtl .mr-2-rtl, body.rtl .mx-2-rtl, body.rtl .m-2-rtl { | |
14689 margin-right: 0.5rem !important; } | |
14690 | |
14691 body.rtl .mt-2-rtl, body.rtl .my-2-rtl, body.rtl .m-2-rtl { | |
14692 margin-top: 0.5rem !important; } | |
14693 | |
14694 body.rtl .mb-2-rtl, body.rtl .my-2-rtl, body.rtl .m-2-rtl { | |
14695 margin-bottom: 0.5rem !important; } | |
14696 | |
14697 body.rtl .ml-3-rtl, body.rtl .mx-3-rtl, body.rtl .m-3-rtl { | |
14698 margin-left: 1rem !important; } | |
14699 | |
14700 body.rtl .mr-3-rtl, body.rtl .mx-3-rtl, body.rtl .m-3-rtl { | |
14701 margin-right: 1rem !important; } | |
14702 | |
14703 body.rtl .mt-3-rtl, body.rtl .my-3-rtl, body.rtl .m-3-rtl { | |
14704 margin-top: 1rem !important; } | |
14705 | |
14706 body.rtl .mb-3-rtl, body.rtl .my-3-rtl, body.rtl .m-3-rtl { | |
14707 margin-bottom: 1rem !important; } | |
14708 | |
14709 body.rtl .ml-4-rtl, body.rtl .mx-4-rtl, body.rtl .m-4-rtl { | |
14710 margin-left: 1.5rem !important; } | |
14711 | |
14712 body.rtl .mr-4-rtl, body.rtl .mx-4-rtl, body.rtl .m-4-rtl { | |
14713 margin-right: 1.5rem !important; } | |
14714 | |
14715 body.rtl .mt-4-rtl, body.rtl .my-4-rtl, body.rtl .m-4-rtl { | |
14716 margin-top: 1.5rem !important; } | |
14717 | |
14718 body.rtl .mb-4-rtl, body.rtl .my-4-rtl, body.rtl .m-4-rtl { | |
14719 margin-bottom: 1.5rem !important; } | |
14720 | |
14721 body.rtl .ml-5-rtl, body.rtl .mx-5-rtl, body.rtl .m-5-rtl { | |
14722 margin-left: 3rem !important; } | |
14723 | |
14724 body.rtl .mr-5-rtl, body.rtl .mx-5-rtl, body.rtl .m-5-rtl { | |
14725 margin-right: 3rem !important; } | |
14726 | |
14727 body.rtl .mt-5-rtl, body.rtl .my-5-rtl, body.rtl .m-5-rtl { | |
14728 margin-top: 3rem !important; } | |
14729 | |
14730 body.rtl .mb-5-rtl, body.rtl .my-5-rtl, body.rtl .m-5-rtl { | |
14731 margin-bottom: 3rem !important; } | |
14732 | |
14733 body.rtl .mr-auto-rtl, body.rtl .mx-auto-rtl, body.rtl .m-auto-rtl, body.rtl .my-auto-rtl { | |
14734 margin-right: auto !important; } | |
14735 | |
14736 body.rtl .ml-auto-rtl, body.rtl .mx-auto-rtl, body.rtl .m-auto-rtl, body.rtl .my-auto-rtl { | |
14737 margin-left: auto !important; } | |
14738 | |
14739 body.rtl .mt-auto-rtl { | |
14740 margin-top: auto !important; } | |
14741 | |
14742 body.rtl .mb-auto-rtl { | |
14743 margin-bottom: auto !important; } | |
14744 | |
14745 /* RTL Padding Helpers | |
14746 =========================*/ | |
14747 body.rtl .pl-0-rtl, body.rtl .px-0-rtl, body.rtl .p-0-rtl { | |
14748 padding-left: 0 !important; } | |
14749 | |
14750 body.rtl .pr-0-rtl, body.rtl .px-0-rtl, body.rtl .p-0-rtl { | |
14751 padding-right: 0 !important; } | |
14752 | |
14753 body.rtl .pt-0-rtl, body.rtl .py-0-rtl, body.rtl .p-0-rtl { | |
14754 padding-top: 0 !important; } | |
14755 | |
14756 body.rtl .pb-0-rtl, body.rtl .py-0-rtl, body.rtl .p-0-rtl { | |
14757 padding-bottom: 0 !important; } | |
14758 | |
14759 body.rtl .pl-1-rtl, body.rtl .px-1-rtl, body.rtl .p-1-rtl { | |
14760 padding-left: 0.25rem !important; } | |
14761 | |
14762 body.rtl .pr-1-rtl, body.rtl .px-1-rtl, body.rtl .p-1-rtl { | |
14763 padding-right: 0.25rem !important; } | |
14764 | |
14765 body.rtl .pt-1-rtl, body.rtl .py-1-rtl, body.rtl .p-1-rtl { | |
14766 padding-top: 0.25rem !important; } | |
14767 | |
14768 body.rtl .pb-1-rtl, body.rtl .py-1-rtl, body.rtl .p-1-rtl { | |
14769 padding-bottom: 0.25rem !important; } | |
14770 | |
14771 body.rtl .pl-2-rtl, body.rtl .px-2-rtl, body.rtl .p-2-rtl { | |
14772 padding-left: 0.5rem !important; } | |
14773 | |
14774 body.rtl .pr-2-rtl, body.rtl .px-2-rtl, body.rtl .p-2-rtl { | |
14775 padding-right: 0.5rem !important; } | |
14776 | |
14777 body.rtl .pt-2-rtl, body.rtl .py-2-rtl, body.rtl .p-2-rtl { | |
14778 padding-top: 0.5rem !important; } | |
14779 | |
14780 body.rtl .pb-2-rtl, body.rtl .py-2-rtl, body.rtl .p-2-rtl { | |
14781 padding-bottom: 0.5rem !important; } | |
14782 | |
14783 body.rtl .pl-3-rtl, body.rtl .px-3-rtl, body.rtl .p-3-rtl { | |
14784 padding-left: 1rem !important; } | |
14785 | |
14786 body.rtl .pr-3-rtl, body.rtl .px-3-rtl, body.rtl .p-3-rtl { | |
14787 padding-right: 1rem !important; } | |
14788 | |
14789 body.rtl .pt-3-rtl, body.rtl .py-3-rtl, body.rtl .p-3-rtl { | |
14790 padding-top: 1rem !important; } | |
14791 | |
14792 body.rtl .pb-3-rtl, body.rtl .py-3-rtl, body.rtl .p-3-rtl { | |
14793 padding-bottom: 1rem !important; } | |
14794 | |
14795 body.rtl .pl-4-rtl, body.rtl .px-4-rtl, body.rtl .p-4-rtl { | |
14796 padding-left: 1.5rem !important; } | |
14797 | |
14798 body.rtl .pr-4-rtl, body.rtl .px-4-rtl, body.rtl .p-4-rtl { | |
14799 padding-right: 1.5rem !important; } | |
14800 | |
14801 body.rtl .pt-4-rtl, body.rtl .py-4-rtl, body.rtl .p-4-rtl { | |
14802 padding-top: 1.5rem !important; } | |
14803 | |
14804 body.rtl .pb-4-rtl, body.rtl .py-4-rtl, body.rtl .p-4-rtl { | |
14805 padding-bottom: 1.5rem !important; } | |
14806 | |
14807 body.rtl .pl-5-rtl, body.rtl .px-5-rtl, body.rtl .p-5-rtl { | |
14808 padding-left: 3rem !important; } | |
14809 | |
14810 body.rtl .pr-5-rtl, body.rtl .px-5-rtl, body.rtl .p-5-rtl { | |
14811 padding-right: 3rem !important; } | |
14812 | |
14813 body.rtl .pt-5-rtl, body.rtl .py-5-rtl, body.rtl .p-5-rtl { | |
14814 padding-top: 3rem !important; } | |
14815 | |
14816 body.rtl .pb-5-rtl, body.rtl .py-5-rtl, body.rtl .p-5-rtl { | |
14817 padding-bottom: 3rem !important; } | |
14818 | |
14819 /* Float RTL Helpers | |
14820 =========================*/ | |
14821 body.rtl .float-right-rtl { | |
14822 float: right !important; } | |
14823 | |
14824 body.rtl .float-left-rtl { | |
14825 float: left !important; } | |
14826 | |
14827 body.rtl .float-none-rtl { | |
14828 float: none !important; } | |
14829 | |
14830 body.rtl .float-xs-right-rtl { | |
14831 float: right !important; } | |
14832 | |
14833 body.rtl .float-xs-left-rtl { | |
14834 float: left !important; } | |
14835 | |
14836 body.rtl .float-sm-right-rtl { | |
14837 float: right !important; } | |
14838 | |
14839 body.rtl .float-sm-left-rtl { | |
14840 float: left !important; } | |
14841 | |
14842 body.rtl .float-md-right-rtl { | |
14843 float: right !important; } | |
14844 | |
14845 body.rtl .float-md-left-rtl { | |
14846 float: left !important; } | |
14847 | |
14848 body.rtl .float-lg-right-rtl { | |
14849 float: right !important; } | |
14850 | |
14851 body.rtl .float-lg-left-rtl { | |
14852 float: left !important; } | |
14853 | |
14854 body.rtl .float-xl-right-rtl { | |
14855 float: right !important; } | |
14856 | |
14857 body.rtl .float-xl-left-rtl { | |
14858 float: left !important; } | |
14859 | |
14860 /* Width Helpers | |
14861 =========================*/ | |
14862 .w-10 { | |
14863 width: 10% !important; } | |
14864 | |
14865 .w-20 { | |
14866 width: 20% !important; } | |
14867 | |
14868 .w-30 { | |
14869 width: 30% !important; } | |
14870 | |
14871 .w-40 { | |
14872 width: 40% !important; } | |
14873 | |
14874 .w-50 { | |
14875 width: 50% !important; } | |
14876 | |
14877 .w-60 { | |
14878 width: 60% !important; } | |
14879 | |
14880 .w-70 { | |
14881 width: 70% !important; } | |
14882 | |
14883 .w-80 { | |
14884 width: 80% !important; } | |
14885 | |
14886 .w-90 { | |
14887 width: 90% !important; } | |
14888 | |
14889 .w-100 { | |
14890 width: 100% !important; } | |
14891 | |
14892 /******************************** | |
14893 ********************************* | |
14894 BUTTONS | |
14895 ********************************* | |
14896 *********************************/ | |
14897 .btn { | |
14898 display: -webkit-inline-box; | |
14899 display: -ms-inline-flexbox; | |
14900 display: inline-flex; | |
14901 font-size: 0.875rem; | |
14902 font-family: "Montserrat", sans-serif; | |
14903 cursor: pointer; | |
14904 border-width: 2px; | |
14905 -webkit-box-align: center; | |
14906 -ms-flex-align: center; | |
14907 align-items: center; } | |
14908 .btn-list .btn { | |
14909 margin-bottom: 0.625rem; | |
14910 margin-right: 0.625rem; } | |
14911 .btn.border-thick { | |
14912 border-width: 2px; } | |
14913 .btn.border-thicker { | |
14914 border-width: 3px; } | |
14915 .btn.text-uppercase { | |
14916 letter-spacing: 0.1em; } | |
14917 .btn .list-icon { | |
14918 font-size: 1.125rem; | |
14919 vertical-align: middle; | |
14920 position: relative; | |
14921 top: -0.0625rem; | |
14922 font-weight: 400; } | |
14923 .btn .social-icons { | |
14924 font-size: 1.5625rem; } | |
14925 .btn.btn-lg .list-icon, .btn-group-lg > .btn .list-icon { | |
14926 font-size: 1.5rem; } | |
14927 .btn.btn-lg .social-icons, .btn-group-lg > .btn .social-icons { | |
14928 font-size: 2.5rem; } | |
14929 .btn .caret { | |
14930 margin-left: 0.3125rem; } | |
14931 .btn.disabled, .btn:disabled { | |
14932 cursor: not-allowed; } | |
14933 .btn[class*="bg"][class*="contrast"]:hover { | |
14934 color: #fff; } | |
14935 | |
14936 .btn-lg, .btn-group-lg > .btn { | |
14937 min-height: 4em; | |
14938 display: -webkit-inline-box; | |
14939 display: -ms-inline-flexbox; | |
14940 display: inline-flex; | |
14941 -webkit-box-pack: center; | |
14942 -ms-flex-pack: center; | |
14943 justify-content: center; | |
14944 -webkit-box-align: center; | |
14945 -ms-flex-align: center; | |
14946 align-items: center; | |
14947 padding: 0.3125rem 1.5rem; | |
14948 font-size: 1.125rem; | |
14949 line-height: 3; | |
14950 border-radius: 0.3rem; } | |
14951 .btn-lg:not(.btn-circle), .btn-group-lg > .btn:not(.btn-circle) { | |
14952 min-width: 8.75rem; } | |
14953 | |
14954 .btn-sm, .btn-group-sm > .btn { | |
14955 padding: 0.1875rem 0.5rem; | |
14956 font-size: 0.75rem; | |
14957 line-height: 2; | |
14958 border-radius: 0.2rem; } | |
14959 | |
14960 .btn-xs { | |
14961 padding: 0 0.3125rem; | |
14962 font-size: 0.75rem; | |
14963 line-height: 2; | |
14964 border-radius: 0.2rem; } | |
14965 | |
14966 .btn-rounded { | |
14967 border-radius: 6.25rem; } | |
14968 | |
14969 .btn-circle { | |
14970 border-radius: 100%; | |
14971 height: 3.125rem; | |
14972 width: 3.125rem; | |
14973 display: -webkit-inline-box; | |
14974 display: -ms-inline-flexbox; | |
14975 display: inline-flex; | |
14976 -webkit-box-pack: center; | |
14977 -ms-flex-pack: center; | |
14978 justify-content: center; | |
14979 -webkit-box-align: center; | |
14980 -ms-flex-align: center; | |
14981 align-items: center; | |
14982 padding: 0 !important; } | |
14983 .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn { | |
14984 height: 4.375rem; | |
14985 width: 4.375rem; } | |
14986 .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn { | |
14987 height: 1.875rem; | |
14988 width: 1.875rem; } | |
14989 | |
14990 .btn-block { | |
14991 display: block; | |
14992 width: 100%; } | |
14993 | |
14994 /* Button Colors | |
14995 ========================*/ | |
14996 .btn:active { | |
14997 -webkit-box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, 0.02); | |
14998 box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, 0.02); } | |
14999 | |
15000 .btn-default { | |
15001 color: #555; | |
15002 background-color: #e4e7ea; | |
15003 border-color: #e4e7ea; } | |
15004 .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, | |
15005 .show > .btn-default.dropdown-toggle, | |
15006 .show > .btn-default.dropdown-toggle:hover, | |
15007 .show > .btn-default.dropdown-toggle:focus { | |
15008 color: #555; | |
15009 background-color: #d6dadf; | |
15010 border-color: #d6dadf; } | |
15011 .btn-default:focus, .btn-default:active, .btn-default:active:focus, | |
15012 .show > .btn-default.dropdown-toggle:focus { | |
15013 outline: 0 0 0 2px rgba(228, 231, 234, 0.3); } | |
15014 | |
15015 .btn-outline-default { | |
15016 color: #e4e7ea; | |
15017 background: transparent; | |
15018 border-color: #e4e7ea; } | |
15019 .btn-outline-default:focus, .btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default:active:hover, | |
15020 .show > .btn-outline-default.dropdown-toggle, | |
15021 .show > .btn-outline-default.dropdown-toggle:hover, | |
15022 .show > .btn-outline-default.dropdown-toggle:focus { | |
15023 color: #555; | |
15024 background-color: #e4e7ea; } | |
15025 | |
15026 .btn:focus { | |
15027 outline: 0; | |
15028 -webkit-box-shadow: none !important; | |
15029 box-shadow: none !important; } | |
15030 | |
15031 .btn-outline-default { | |
15032 color: #555; } | |
15033 | |
15034 .btn-primary.disabled:focus, | |
15035 .btn-primary[disabled]:focus, | |
15036 .btn-primary.disabled:hover, | |
15037 .btn-primary[disabled]:hover { | |
15038 background: #8253eb; | |
15039 border-color: #8253eb; } | |
15040 | |
15041 .btn-color-scheme { | |
15042 color: #fff; | |
15043 background-color: #8253eb; | |
15044 border-color: #8253eb; | |
15045 -webkit-box-shadow: none; | |
15046 box-shadow: none; } | |
15047 .btn-color-scheme:hover { | |
15048 color: #fff; | |
15049 background-color: #6931e7; | |
15050 border-color: #6125e6; } | |
15051 .btn-color-scheme:focus, .btn-color-scheme.focus { | |
15052 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); | |
15053 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); } | |
15054 .btn-color-scheme.disabled, .btn-color-scheme:disabled { | |
15055 background-color: #8253eb; | |
15056 border-color: #8253eb; } | |
15057 .btn-color-scheme:active, .btn-color-scheme.active, | |
15058 .show > .btn-color-scheme.dropdown-toggle { | |
15059 background-color: #6931e7; | |
15060 background-image: none; | |
15061 border-color: #6125e6; | |
15062 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15063 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15064 | |
15065 .btn-color-scheme-dark { | |
15066 color: #fff; | |
15067 background-color: #835c9e; | |
15068 border-color: #835c9e; | |
15069 -webkit-box-shadow: none; | |
15070 box-shadow: none; } | |
15071 .btn-color-scheme-dark:hover { | |
15072 color: #fff; | |
15073 background-color: #6f4e86; | |
15074 border-color: #68497e; } | |
15075 .btn-color-scheme-dark:focus, .btn-color-scheme-dark.focus { | |
15076 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(131, 92, 158, 0.5); | |
15077 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(131, 92, 158, 0.5); } | |
15078 .btn-color-scheme-dark.disabled, .btn-color-scheme-dark:disabled { | |
15079 background-color: #835c9e; | |
15080 border-color: #835c9e; } | |
15081 .btn-color-scheme-dark:active, .btn-color-scheme-dark.active, | |
15082 .show > .btn-color-scheme-dark.dropdown-toggle { | |
15083 background-color: #6f4e86; | |
15084 background-image: none; | |
15085 border-color: #68497e; | |
15086 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15087 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15088 | |
15089 .btn-content-color { | |
15090 color: #fff; | |
15091 background-color: #999; | |
15092 border-color: #999; | |
15093 -webkit-box-shadow: none; | |
15094 box-shadow: none; } | |
15095 .btn-content-color:hover { | |
15096 color: #fff; | |
15097 background-color: #868686; | |
15098 border-color: gray; } | |
15099 .btn-content-color:focus, .btn-content-color.focus { | |
15100 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); | |
15101 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
15102 .btn-content-color.disabled, .btn-content-color:disabled { | |
15103 background-color: #999; | |
15104 border-color: #999; } | |
15105 .btn-content-color:active, .btn-content-color.active, | |
15106 .show > .btn-content-color.dropdown-toggle { | |
15107 background-color: #868686; | |
15108 background-image: none; | |
15109 border-color: gray; | |
15110 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15111 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15112 | |
15113 .btn-content { | |
15114 color: #fff; | |
15115 background-color: #999; | |
15116 border-color: #999; | |
15117 -webkit-box-shadow: none; | |
15118 box-shadow: none; } | |
15119 .btn-content:hover { | |
15120 color: #fff; | |
15121 background-color: #868686; | |
15122 border-color: gray; } | |
15123 .btn-content:focus, .btn-content.focus { | |
15124 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); | |
15125 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
15126 .btn-content.disabled, .btn-content:disabled { | |
15127 background-color: #999; | |
15128 border-color: #999; } | |
15129 .btn-content:active, .btn-content.active, | |
15130 .show > .btn-content.dropdown-toggle { | |
15131 background-color: #868686; | |
15132 background-image: none; | |
15133 border-color: gray; | |
15134 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15135 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15136 | |
15137 .btn-primary { | |
15138 color: #fff; | |
15139 background-color: #8253eb; | |
15140 border-color: #8253eb; | |
15141 -webkit-box-shadow: none; | |
15142 box-shadow: none; } | |
15143 .btn-primary:hover { | |
15144 color: #fff; | |
15145 background-color: #6931e7; | |
15146 border-color: #6125e6; } | |
15147 .btn-primary:focus, .btn-primary.focus { | |
15148 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); | |
15149 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(130, 83, 235, 0.5); } | |
15150 .btn-primary.disabled, .btn-primary:disabled { | |
15151 background-color: #8253eb; | |
15152 border-color: #8253eb; } | |
15153 .btn-primary:active, .btn-primary.active, | |
15154 .show > .btn-primary.dropdown-toggle { | |
15155 background-color: #6931e7; | |
15156 background-image: none; | |
15157 border-color: #6125e6; | |
15158 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15159 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15160 | |
15161 .btn-secondary { | |
15162 color: #fff; | |
15163 background-color: #868e96; | |
15164 border-color: #868e96; | |
15165 -webkit-box-shadow: none; | |
15166 box-shadow: none; } | |
15167 .btn-secondary:hover { | |
15168 color: #fff; | |
15169 background-color: #727b84; | |
15170 border-color: #6c757d; } | |
15171 .btn-secondary:focus, .btn-secondary.focus { | |
15172 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); | |
15173 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
15174 .btn-secondary.disabled, .btn-secondary:disabled { | |
15175 background-color: #868e96; | |
15176 border-color: #868e96; } | |
15177 .btn-secondary:active, .btn-secondary.active, | |
15178 .show > .btn-secondary.dropdown-toggle { | |
15179 background-color: #727b84; | |
15180 background-image: none; | |
15181 border-color: #6c757d; | |
15182 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15183 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15184 | |
15185 .btn-success { | |
15186 color: #fff; | |
15187 background-color: #38d57a; | |
15188 border-color: #38d57a; | |
15189 -webkit-box-shadow: none; | |
15190 box-shadow: none; } | |
15191 .btn-success:hover { | |
15192 color: #fff; | |
15193 background-color: #28bf67; | |
15194 border-color: #26b462; } | |
15195 .btn-success:focus, .btn-success.focus { | |
15196 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(56, 213, 122, 0.5); | |
15197 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(56, 213, 122, 0.5); } | |
15198 .btn-success.disabled, .btn-success:disabled { | |
15199 background-color: #38d57a; | |
15200 border-color: #38d57a; } | |
15201 .btn-success:active, .btn-success.active, | |
15202 .show > .btn-success.dropdown-toggle { | |
15203 background-color: #28bf67; | |
15204 background-image: none; | |
15205 border-color: #26b462; | |
15206 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15207 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15208 | |
15209 .btn-info { | |
15210 color: #fff; | |
15211 background-color: #03a9f3; | |
15212 border-color: #03a9f3; | |
15213 -webkit-box-shadow: none; | |
15214 box-shadow: none; } | |
15215 .btn-info:hover { | |
15216 color: #fff; | |
15217 background-color: #038fcd; | |
15218 border-color: #0286c1; } | |
15219 .btn-info:focus, .btn-info.focus { | |
15220 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(3, 169, 243, 0.5); | |
15221 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(3, 169, 243, 0.5); } | |
15222 .btn-info.disabled, .btn-info:disabled { | |
15223 background-color: #03a9f3; | |
15224 border-color: #03a9f3; } | |
15225 .btn-info:active, .btn-info.active, | |
15226 .show > .btn-info.dropdown-toggle { | |
15227 background-color: #038fcd; | |
15228 background-image: none; | |
15229 border-color: #0286c1; | |
15230 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15231 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15232 | |
15233 .btn-warning { | |
15234 color: #fff; | |
15235 background-color: #ffcc02; | |
15236 border-color: #ffcc02; | |
15237 -webkit-box-shadow: none; | |
15238 box-shadow: none; } | |
15239 .btn-warning:hover { | |
15240 color: #fff; | |
15241 background-color: #dbaf00; | |
15242 border-color: #cea400; } | |
15243 .btn-warning:focus, .btn-warning.focus { | |
15244 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 204, 2, 0.5); | |
15245 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 204, 2, 0.5); } | |
15246 .btn-warning.disabled, .btn-warning:disabled { | |
15247 background-color: #ffcc02; | |
15248 border-color: #ffcc02; } | |
15249 .btn-warning:active, .btn-warning.active, | |
15250 .show > .btn-warning.dropdown-toggle { | |
15251 background-color: #dbaf00; | |
15252 background-image: none; | |
15253 border-color: #cea400; | |
15254 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15255 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15256 | |
15257 .btn-danger { | |
15258 color: #fff; | |
15259 background-color: #e6614f; | |
15260 border-color: #e6614f; | |
15261 -webkit-box-shadow: none; | |
15262 box-shadow: none; } | |
15263 .btn-danger:hover { | |
15264 color: #fff; | |
15265 background-color: #e1432e; | |
15266 border-color: #e03922; } | |
15267 .btn-danger:focus, .btn-danger.focus { | |
15268 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(230, 97, 79, 0.5); | |
15269 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(230, 97, 79, 0.5); } | |
15270 .btn-danger.disabled, .btn-danger:disabled { | |
15271 background-color: #e6614f; | |
15272 border-color: #e6614f; } | |
15273 .btn-danger:active, .btn-danger.active, | |
15274 .show > .btn-danger.dropdown-toggle { | |
15275 background-color: #e1432e; | |
15276 background-image: none; | |
15277 border-color: #e03922; | |
15278 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15279 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15280 | |
15281 .btn-light { | |
15282 color: #fff; | |
15283 background-color: #f8f9fa; | |
15284 border-color: #f8f9fa; | |
15285 -webkit-box-shadow: none; | |
15286 box-shadow: none; } | |
15287 .btn-light:hover { | |
15288 color: #fff; | |
15289 background-color: #e2e6ea; | |
15290 border-color: #dae0e5; } | |
15291 .btn-light:focus, .btn-light.focus { | |
15292 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); | |
15293 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); } | |
15294 .btn-light.disabled, .btn-light:disabled { | |
15295 background-color: #f8f9fa; | |
15296 border-color: #f8f9fa; } | |
15297 .btn-light:active, .btn-light.active, | |
15298 .show > .btn-light.dropdown-toggle { | |
15299 background-color: #e2e6ea; | |
15300 background-image: none; | |
15301 border-color: #dae0e5; | |
15302 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15303 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15304 | |
15305 .btn-dark { | |
15306 color: #fff; | |
15307 background-color: #343a40; | |
15308 border-color: #343a40; | |
15309 -webkit-box-shadow: none; | |
15310 box-shadow: none; } | |
15311 .btn-dark:hover { | |
15312 color: #fff; | |
15313 background-color: #23272b; | |
15314 border-color: #1d2124; } | |
15315 .btn-dark:focus, .btn-dark.focus { | |
15316 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); | |
15317 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
15318 .btn-dark.disabled, .btn-dark:disabled { | |
15319 background-color: #343a40; | |
15320 border-color: #343a40; } | |
15321 .btn-dark:active, .btn-dark.active, | |
15322 .show > .btn-dark.dropdown-toggle { | |
15323 background-color: #23272b; | |
15324 background-image: none; | |
15325 border-color: #1d2124; | |
15326 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15327 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15328 | |
15329 .btn-gray-100 { | |
15330 color: #fff; | |
15331 background-color: #f8f9fa; | |
15332 border-color: #f8f9fa; | |
15333 -webkit-box-shadow: none; | |
15334 box-shadow: none; } | |
15335 .btn-gray-100:hover { | |
15336 color: #fff; | |
15337 background-color: #e2e6ea; | |
15338 border-color: #dae0e5; } | |
15339 .btn-gray-100:focus, .btn-gray-100.focus { | |
15340 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); | |
15341 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(248, 249, 250, 0.5); } | |
15342 .btn-gray-100.disabled, .btn-gray-100:disabled { | |
15343 background-color: #f8f9fa; | |
15344 border-color: #f8f9fa; } | |
15345 .btn-gray-100:active, .btn-gray-100.active, | |
15346 .show > .btn-gray-100.dropdown-toggle { | |
15347 background-color: #e2e6ea; | |
15348 background-image: none; | |
15349 border-color: #dae0e5; | |
15350 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15351 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15352 | |
15353 .btn-gray-200 { | |
15354 color: #fff; | |
15355 background-color: #ddd; | |
15356 border-color: #ddd; | |
15357 -webkit-box-shadow: none; | |
15358 box-shadow: none; } | |
15359 .btn-gray-200:hover { | |
15360 color: #fff; | |
15361 background-color: #cacaca; | |
15362 border-color: #c4c4c4; } | |
15363 .btn-gray-200:focus, .btn-gray-200.focus { | |
15364 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 221, 221, 0.5); | |
15365 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 221, 221, 0.5); } | |
15366 .btn-gray-200.disabled, .btn-gray-200:disabled { | |
15367 background-color: #ddd; | |
15368 border-color: #ddd; } | |
15369 .btn-gray-200:active, .btn-gray-200.active, | |
15370 .show > .btn-gray-200.dropdown-toggle { | |
15371 background-color: #cacaca; | |
15372 background-image: none; | |
15373 border-color: #c4c4c4; | |
15374 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15375 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15376 | |
15377 .btn-gray-300 { | |
15378 color: #fff; | |
15379 background-color: #bbb; | |
15380 border-color: #bbb; | |
15381 -webkit-box-shadow: none; | |
15382 box-shadow: none; } | |
15383 .btn-gray-300:hover { | |
15384 color: #fff; | |
15385 background-color: #a8a8a8; | |
15386 border-color: #a2a2a2; } | |
15387 .btn-gray-300:focus, .btn-gray-300.focus { | |
15388 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(187, 187, 187, 0.5); | |
15389 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(187, 187, 187, 0.5); } | |
15390 .btn-gray-300.disabled, .btn-gray-300:disabled { | |
15391 background-color: #bbb; | |
15392 border-color: #bbb; } | |
15393 .btn-gray-300:active, .btn-gray-300.active, | |
15394 .show > .btn-gray-300.dropdown-toggle { | |
15395 background-color: #a8a8a8; | |
15396 background-image: none; | |
15397 border-color: #a2a2a2; | |
15398 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15399 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15400 | |
15401 .btn-gray-400 { | |
15402 color: #fff; | |
15403 background-color: #aaa; | |
15404 border-color: #aaa; | |
15405 -webkit-box-shadow: none; | |
15406 box-shadow: none; } | |
15407 .btn-gray-400:hover { | |
15408 color: #fff; | |
15409 background-color: #979797; | |
15410 border-color: #919191; } | |
15411 .btn-gray-400:focus, .btn-gray-400.focus { | |
15412 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(170, 170, 170, 0.5); | |
15413 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(170, 170, 170, 0.5); } | |
15414 .btn-gray-400.disabled, .btn-gray-400:disabled { | |
15415 background-color: #aaa; | |
15416 border-color: #aaa; } | |
15417 .btn-gray-400:active, .btn-gray-400.active, | |
15418 .show > .btn-gray-400.dropdown-toggle { | |
15419 background-color: #979797; | |
15420 background-image: none; | |
15421 border-color: #919191; | |
15422 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15423 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15424 | |
15425 .btn-gray-500 { | |
15426 color: #fff; | |
15427 background-color: #999; | |
15428 border-color: #999; | |
15429 -webkit-box-shadow: none; | |
15430 box-shadow: none; } | |
15431 .btn-gray-500:hover { | |
15432 color: #fff; | |
15433 background-color: #868686; | |
15434 border-color: gray; } | |
15435 .btn-gray-500:focus, .btn-gray-500.focus { | |
15436 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); | |
15437 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 153, 153, 0.5); } | |
15438 .btn-gray-500.disabled, .btn-gray-500:disabled { | |
15439 background-color: #999; | |
15440 border-color: #999; } | |
15441 .btn-gray-500:active, .btn-gray-500.active, | |
15442 .show > .btn-gray-500.dropdown-toggle { | |
15443 background-color: #868686; | |
15444 background-image: none; | |
15445 border-color: gray; | |
15446 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15447 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15448 | |
15449 .btn-gray-600 { | |
15450 color: #fff; | |
15451 background-color: #868e96; | |
15452 border-color: #868e96; | |
15453 -webkit-box-shadow: none; | |
15454 box-shadow: none; } | |
15455 .btn-gray-600:hover { | |
15456 color: #fff; | |
15457 background-color: #727b84; | |
15458 border-color: #6c757d; } | |
15459 .btn-gray-600:focus, .btn-gray-600.focus { | |
15460 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); | |
15461 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
15462 .btn-gray-600.disabled, .btn-gray-600:disabled { | |
15463 background-color: #868e96; | |
15464 border-color: #868e96; } | |
15465 .btn-gray-600:active, .btn-gray-600.active, | |
15466 .show > .btn-gray-600.dropdown-toggle { | |
15467 background-color: #727b84; | |
15468 background-image: none; | |
15469 border-color: #6c757d; | |
15470 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15471 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15472 | |
15473 .btn-gray-700 { | |
15474 color: #fff; | |
15475 background-color: #495057; | |
15476 border-color: #495057; | |
15477 -webkit-box-shadow: none; | |
15478 box-shadow: none; } | |
15479 .btn-gray-700:hover { | |
15480 color: #fff; | |
15481 background-color: #383d42; | |
15482 border-color: #32373b; } | |
15483 .btn-gray-700:focus, .btn-gray-700.focus { | |
15484 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(73, 80, 87, 0.5); | |
15485 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(73, 80, 87, 0.5); } | |
15486 .btn-gray-700.disabled, .btn-gray-700:disabled { | |
15487 background-color: #495057; | |
15488 border-color: #495057; } | |
15489 .btn-gray-700:active, .btn-gray-700.active, | |
15490 .show > .btn-gray-700.dropdown-toggle { | |
15491 background-color: #383d42; | |
15492 background-image: none; | |
15493 border-color: #32373b; | |
15494 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15495 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15496 | |
15497 .btn-gray-800 { | |
15498 color: #fff; | |
15499 background-color: #343a40; | |
15500 border-color: #343a40; | |
15501 -webkit-box-shadow: none; | |
15502 box-shadow: none; } | |
15503 .btn-gray-800:hover { | |
15504 color: #fff; | |
15505 background-color: #23272b; | |
15506 border-color: #1d2124; } | |
15507 .btn-gray-800:focus, .btn-gray-800.focus { | |
15508 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); | |
15509 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
15510 .btn-gray-800.disabled, .btn-gray-800:disabled { | |
15511 background-color: #343a40; | |
15512 border-color: #343a40; } | |
15513 .btn-gray-800:active, .btn-gray-800.active, | |
15514 .show > .btn-gray-800.dropdown-toggle { | |
15515 background-color: #23272b; | |
15516 background-image: none; | |
15517 border-color: #1d2124; | |
15518 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15519 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15520 | |
15521 .btn-gray-900 { | |
15522 color: #fff; | |
15523 background-color: #212529; | |
15524 border-color: #212529; | |
15525 -webkit-box-shadow: none; | |
15526 box-shadow: none; } | |
15527 .btn-gray-900:hover { | |
15528 color: #fff; | |
15529 background-color: #101214; | |
15530 border-color: #0a0c0d; } | |
15531 .btn-gray-900:focus, .btn-gray-900.focus { | |
15532 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(33, 37, 41, 0.5); | |
15533 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(33, 37, 41, 0.5); } | |
15534 .btn-gray-900.disabled, .btn-gray-900:disabled { | |
15535 background-color: #212529; | |
15536 border-color: #212529; } | |
15537 .btn-gray-900:active, .btn-gray-900.active, | |
15538 .show > .btn-gray-900.dropdown-toggle { | |
15539 background-color: #101214; | |
15540 background-image: none; | |
15541 border-color: #0a0c0d; | |
15542 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15543 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15544 | |
15545 .btn-blue { | |
15546 color: #fff; | |
15547 background-color: #0275d8; | |
15548 border-color: #0275d8; | |
15549 -webkit-box-shadow: none; | |
15550 box-shadow: none; } | |
15551 .btn-blue:hover { | |
15552 color: #fff; | |
15553 background-color: #0260b2; | |
15554 border-color: #025aa5; } | |
15555 .btn-blue:focus, .btn-blue.focus { | |
15556 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(2, 117, 216, 0.5); | |
15557 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(2, 117, 216, 0.5); } | |
15558 .btn-blue.disabled, .btn-blue:disabled { | |
15559 background-color: #0275d8; | |
15560 border-color: #0275d8; } | |
15561 .btn-blue:active, .btn-blue.active, | |
15562 .show > .btn-blue.dropdown-toggle { | |
15563 background-color: #0260b2; | |
15564 background-image: none; | |
15565 border-color: #025aa5; | |
15566 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15567 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15568 | |
15569 .btn-persian-blue { | |
15570 color: #fff; | |
15571 background-color: #4786ff; | |
15572 border-color: #4786ff; | |
15573 -webkit-box-shadow: none; | |
15574 box-shadow: none; } | |
15575 .btn-persian-blue:hover { | |
15576 color: #fff; | |
15577 background-color: #216dff; | |
15578 border-color: #1464ff; } | |
15579 .btn-persian-blue:focus, .btn-persian-blue.focus { | |
15580 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(71, 134, 255, 0.5); | |
15581 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(71, 134, 255, 0.5); } | |
15582 .btn-persian-blue.disabled, .btn-persian-blue:disabled { | |
15583 background-color: #4786ff; | |
15584 border-color: #4786ff; } | |
15585 .btn-persian-blue:active, .btn-persian-blue.active, | |
15586 .show > .btn-persian-blue.dropdown-toggle { | |
15587 background-color: #216dff; | |
15588 background-image: none; | |
15589 border-color: #1464ff; | |
15590 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15591 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15592 | |
15593 .btn-indigo { | |
15594 color: #fff; | |
15595 background-color: #6610f2; | |
15596 border-color: #6610f2; | |
15597 -webkit-box-shadow: none; | |
15598 box-shadow: none; } | |
15599 .btn-indigo:hover { | |
15600 color: #fff; | |
15601 background-color: #560bd0; | |
15602 border-color: #510bc4; } | |
15603 .btn-indigo:focus, .btn-indigo.focus { | |
15604 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(102, 16, 242, 0.5); | |
15605 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(102, 16, 242, 0.5); } | |
15606 .btn-indigo.disabled, .btn-indigo:disabled { | |
15607 background-color: #6610f2; | |
15608 border-color: #6610f2; } | |
15609 .btn-indigo:active, .btn-indigo.active, | |
15610 .show > .btn-indigo.dropdown-toggle { | |
15611 background-color: #560bd0; | |
15612 background-image: none; | |
15613 border-color: #510bc4; | |
15614 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15615 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15616 | |
15617 .btn-purple { | |
15618 color: #fff; | |
15619 background-color: #9c77ef; | |
15620 border-color: #9c77ef; | |
15621 -webkit-box-shadow: none; | |
15622 box-shadow: none; } | |
15623 .btn-purple:hover { | |
15624 color: #fff; | |
15625 background-color: #8355eb; | |
15626 border-color: #7b49ea; } | |
15627 .btn-purple:focus, .btn-purple.focus { | |
15628 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(156, 119, 239, 0.5); | |
15629 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(156, 119, 239, 0.5); } | |
15630 .btn-purple.disabled, .btn-purple:disabled { | |
15631 background-color: #9c77ef; | |
15632 border-color: #9c77ef; } | |
15633 .btn-purple:active, .btn-purple.active, | |
15634 .show > .btn-purple.dropdown-toggle { | |
15635 background-color: #8355eb; | |
15636 background-image: none; | |
15637 border-color: #7b49ea; | |
15638 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15639 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15640 | |
15641 .btn-pink { | |
15642 color: #fff; | |
15643 background-color: #e83e8c; | |
15644 border-color: #e83e8c; | |
15645 -webkit-box-shadow: none; | |
15646 box-shadow: none; } | |
15647 .btn-pink:hover { | |
15648 color: #fff; | |
15649 background-color: #e41c78; | |
15650 border-color: #d91a72; } | |
15651 .btn-pink:focus, .btn-pink.focus { | |
15652 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(232, 62, 140, 0.5); | |
15653 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(232, 62, 140, 0.5); } | |
15654 .btn-pink.disabled, .btn-pink:disabled { | |
15655 background-color: #e83e8c; | |
15656 border-color: #e83e8c; } | |
15657 .btn-pink:active, .btn-pink.active, | |
15658 .show > .btn-pink.dropdown-toggle { | |
15659 background-color: #e41c78; | |
15660 background-image: none; | |
15661 border-color: #d91a72; | |
15662 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15663 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15664 | |
15665 .btn-red { | |
15666 color: #fff; | |
15667 background-color: #e6614f; | |
15668 border-color: #e6614f; | |
15669 -webkit-box-shadow: none; | |
15670 box-shadow: none; } | |
15671 .btn-red:hover { | |
15672 color: #fff; | |
15673 background-color: #e1432e; | |
15674 border-color: #e03922; } | |
15675 .btn-red:focus, .btn-red.focus { | |
15676 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(230, 97, 79, 0.5); | |
15677 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(230, 97, 79, 0.5); } | |
15678 .btn-red.disabled, .btn-red:disabled { | |
15679 background-color: #e6614f; | |
15680 border-color: #e6614f; } | |
15681 .btn-red:active, .btn-red.active, | |
15682 .show > .btn-red.dropdown-toggle { | |
15683 background-color: #e1432e; | |
15684 background-image: none; | |
15685 border-color: #e03922; | |
15686 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15687 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15688 | |
15689 .btn-cerize-red { | |
15690 color: #fff; | |
15691 background-color: #fa607e; | |
15692 border-color: #fa607e; | |
15693 -webkit-box-shadow: none; | |
15694 box-shadow: none; } | |
15695 .btn-cerize-red:hover { | |
15696 color: #fff; | |
15697 background-color: #f93b60; | |
15698 border-color: #f82f56; } | |
15699 .btn-cerize-red:focus, .btn-cerize-red.focus { | |
15700 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(250, 96, 126, 0.5); | |
15701 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(250, 96, 126, 0.5); } | |
15702 .btn-cerize-red.disabled, .btn-cerize-red:disabled { | |
15703 background-color: #fa607e; | |
15704 border-color: #fa607e; } | |
15705 .btn-cerize-red:active, .btn-cerize-red.active, | |
15706 .show > .btn-cerize-red.dropdown-toggle { | |
15707 background-color: #f93b60; | |
15708 background-image: none; | |
15709 border-color: #f82f56; | |
15710 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15711 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15712 | |
15713 .btn-orange { | |
15714 color: #fff; | |
15715 background-color: #fb9678; | |
15716 border-color: #fb9678; | |
15717 -webkit-box-shadow: none; | |
15718 box-shadow: none; } | |
15719 .btn-orange:hover { | |
15720 color: #fff; | |
15721 background-color: #fa7953; | |
15722 border-color: #fa6f46; } | |
15723 .btn-orange:focus, .btn-orange.focus { | |
15724 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(251, 150, 120, 0.5); | |
15725 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(251, 150, 120, 0.5); } | |
15726 .btn-orange.disabled, .btn-orange:disabled { | |
15727 background-color: #fb9678; | |
15728 border-color: #fb9678; } | |
15729 .btn-orange:active, .btn-orange.active, | |
15730 .show > .btn-orange.dropdown-toggle { | |
15731 background-color: #fa7953; | |
15732 background-image: none; | |
15733 border-color: #fa6f46; | |
15734 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15735 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15736 | |
15737 .btn-yellow { | |
15738 color: #fff; | |
15739 background-color: #ffcc02; | |
15740 border-color: #ffcc02; | |
15741 -webkit-box-shadow: none; | |
15742 box-shadow: none; } | |
15743 .btn-yellow:hover { | |
15744 color: #fff; | |
15745 background-color: #dbaf00; | |
15746 border-color: #cea400; } | |
15747 .btn-yellow:focus, .btn-yellow.focus { | |
15748 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 204, 2, 0.5); | |
15749 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 204, 2, 0.5); } | |
15750 .btn-yellow.disabled, .btn-yellow:disabled { | |
15751 background-color: #ffcc02; | |
15752 border-color: #ffcc02; } | |
15753 .btn-yellow:active, .btn-yellow.active, | |
15754 .show > .btn-yellow.dropdown-toggle { | |
15755 background-color: #dbaf00; | |
15756 background-image: none; | |
15757 border-color: #cea400; | |
15758 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15759 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15760 | |
15761 .btn-mustard { | |
15762 color: #fff; | |
15763 background-color: #fdb44d; | |
15764 border-color: #fdb44d; | |
15765 -webkit-box-shadow: none; | |
15766 box-shadow: none; } | |
15767 .btn-mustard:hover { | |
15768 color: #fff; | |
15769 background-color: #fda427; | |
15770 border-color: #fc9f1b; } | |
15771 .btn-mustard:focus, .btn-mustard.focus { | |
15772 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(253, 180, 77, 0.5); | |
15773 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(253, 180, 77, 0.5); } | |
15774 .btn-mustard.disabled, .btn-mustard:disabled { | |
15775 background-color: #fdb44d; | |
15776 border-color: #fdb44d; } | |
15777 .btn-mustard:active, .btn-mustard.active, | |
15778 .show > .btn-mustard.dropdown-toggle { | |
15779 background-color: #fda427; | |
15780 background-image: none; | |
15781 border-color: #fc9f1b; | |
15782 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15783 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15784 | |
15785 .btn-green { | |
15786 color: #fff; | |
15787 background-color: #38d57a; | |
15788 border-color: #38d57a; | |
15789 -webkit-box-shadow: none; | |
15790 box-shadow: none; } | |
15791 .btn-green:hover { | |
15792 color: #fff; | |
15793 background-color: #28bf67; | |
15794 border-color: #26b462; } | |
15795 .btn-green:focus, .btn-green.focus { | |
15796 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(56, 213, 122, 0.5); | |
15797 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(56, 213, 122, 0.5); } | |
15798 .btn-green.disabled, .btn-green:disabled { | |
15799 background-color: #38d57a; | |
15800 border-color: #38d57a; } | |
15801 .btn-green:active, .btn-green.active, | |
15802 .show > .btn-green.dropdown-toggle { | |
15803 background-color: #28bf67; | |
15804 background-image: none; | |
15805 border-color: #26b462; | |
15806 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15807 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15808 | |
15809 .btn-teal { | |
15810 color: #fff; | |
15811 background-color: #20c997; | |
15812 border-color: #20c997; | |
15813 -webkit-box-shadow: none; | |
15814 box-shadow: none; } | |
15815 .btn-teal:hover { | |
15816 color: #fff; | |
15817 background-color: #1ba87e; | |
15818 border-color: #199d76; } | |
15819 .btn-teal:focus, .btn-teal.focus { | |
15820 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(32, 201, 151, 0.5); | |
15821 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(32, 201, 151, 0.5); } | |
15822 .btn-teal.disabled, .btn-teal:disabled { | |
15823 background-color: #20c997; | |
15824 border-color: #20c997; } | |
15825 .btn-teal:active, .btn-teal.active, | |
15826 .show > .btn-teal.dropdown-toggle { | |
15827 background-color: #1ba87e; | |
15828 background-image: none; | |
15829 border-color: #199d76; | |
15830 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15831 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15832 | |
15833 .btn-cyan { | |
15834 color: #fff; | |
15835 background-color: #03a9f3; | |
15836 border-color: #03a9f3; | |
15837 -webkit-box-shadow: none; | |
15838 box-shadow: none; } | |
15839 .btn-cyan:hover { | |
15840 color: #fff; | |
15841 background-color: #038fcd; | |
15842 border-color: #0286c1; } | |
15843 .btn-cyan:focus, .btn-cyan.focus { | |
15844 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(3, 169, 243, 0.5); | |
15845 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(3, 169, 243, 0.5); } | |
15846 .btn-cyan.disabled, .btn-cyan:disabled { | |
15847 background-color: #03a9f3; | |
15848 border-color: #03a9f3; } | |
15849 .btn-cyan:active, .btn-cyan.active, | |
15850 .show > .btn-cyan.dropdown-toggle { | |
15851 background-color: #038fcd; | |
15852 background-image: none; | |
15853 border-color: #0286c1; | |
15854 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15855 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15856 | |
15857 .btn-white { | |
15858 color: #fff; | |
15859 background-color: #fff; | |
15860 border-color: #fff; | |
15861 -webkit-box-shadow: none; | |
15862 box-shadow: none; } | |
15863 .btn-white:hover { | |
15864 color: #fff; | |
15865 background-color: #ececec; | |
15866 border-color: #e6e6e6; } | |
15867 .btn-white:focus, .btn-white.focus { | |
15868 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 255, 255, 0.5); | |
15869 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 255, 255, 0.5); } | |
15870 .btn-white.disabled, .btn-white:disabled { | |
15871 background-color: #fff; | |
15872 border-color: #fff; } | |
15873 .btn-white:active, .btn-white.active, | |
15874 .show > .btn-white.dropdown-toggle { | |
15875 background-color: #ececec; | |
15876 background-image: none; | |
15877 border-color: #e6e6e6; | |
15878 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15879 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15880 | |
15881 .btn-gray-light { | |
15882 color: #fff; | |
15883 background-color: #ddd; | |
15884 border-color: #ddd; | |
15885 -webkit-box-shadow: none; | |
15886 box-shadow: none; } | |
15887 .btn-gray-light:hover { | |
15888 color: #fff; | |
15889 background-color: #cacaca; | |
15890 border-color: #c4c4c4; } | |
15891 .btn-gray-light:focus, .btn-gray-light.focus { | |
15892 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 221, 221, 0.5); | |
15893 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 221, 221, 0.5); } | |
15894 .btn-gray-light.disabled, .btn-gray-light:disabled { | |
15895 background-color: #ddd; | |
15896 border-color: #ddd; } | |
15897 .btn-gray-light:active, .btn-gray-light.active, | |
15898 .show > .btn-gray-light.dropdown-toggle { | |
15899 background-color: #cacaca; | |
15900 background-image: none; | |
15901 border-color: #c4c4c4; | |
15902 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15903 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15904 | |
15905 .btn-gray { | |
15906 color: #fff; | |
15907 background-color: #868e96; | |
15908 border-color: #868e96; | |
15909 -webkit-box-shadow: none; | |
15910 box-shadow: none; } | |
15911 .btn-gray:hover { | |
15912 color: #fff; | |
15913 background-color: #727b84; | |
15914 border-color: #6c757d; } | |
15915 .btn-gray:focus, .btn-gray.focus { | |
15916 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); | |
15917 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
15918 .btn-gray.disabled, .btn-gray:disabled { | |
15919 background-color: #868e96; | |
15920 border-color: #868e96; } | |
15921 .btn-gray:active, .btn-gray.active, | |
15922 .show > .btn-gray.dropdown-toggle { | |
15923 background-color: #727b84; | |
15924 background-image: none; | |
15925 border-color: #6c757d; | |
15926 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15927 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15928 | |
15929 .btn-gray-dark { | |
15930 color: #fff; | |
15931 background-color: #343a40; | |
15932 border-color: #343a40; | |
15933 -webkit-box-shadow: none; | |
15934 box-shadow: none; } | |
15935 .btn-gray-dark:hover { | |
15936 color: #fff; | |
15937 background-color: #23272b; | |
15938 border-color: #1d2124; } | |
15939 .btn-gray-dark:focus, .btn-gray-dark.focus { | |
15940 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); | |
15941 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
15942 .btn-gray-dark.disabled, .btn-gray-dark:disabled { | |
15943 background-color: #343a40; | |
15944 border-color: #343a40; } | |
15945 .btn-gray-dark:active, .btn-gray-dark.active, | |
15946 .show > .btn-gray-dark.dropdown-toggle { | |
15947 background-color: #23272b; | |
15948 background-image: none; | |
15949 border-color: #1d2124; | |
15950 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15951 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15952 | |
15953 .btn-violet { | |
15954 color: #fff; | |
15955 background-color: #9c27b0; | |
15956 border-color: #9c27b0; | |
15957 -webkit-box-shadow: none; | |
15958 box-shadow: none; } | |
15959 .btn-violet:hover { | |
15960 color: #fff; | |
15961 background-color: #802091; | |
15962 border-color: #771e86; } | |
15963 .btn-violet:focus, .btn-violet.focus { | |
15964 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(156, 39, 176, 0.5); | |
15965 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(156, 39, 176, 0.5); } | |
15966 .btn-violet.disabled, .btn-violet:disabled { | |
15967 background-color: #9c27b0; | |
15968 border-color: #9c27b0; } | |
15969 .btn-violet:active, .btn-violet.active, | |
15970 .show > .btn-violet.dropdown-toggle { | |
15971 background-color: #802091; | |
15972 background-image: none; | |
15973 border-color: #771e86; | |
15974 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15975 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
15976 | |
15977 .btn-brown { | |
15978 color: #fff; | |
15979 background-color: #795548; | |
15980 border-color: #795548; | |
15981 -webkit-box-shadow: none; | |
15982 box-shadow: none; } | |
15983 .btn-brown:hover { | |
15984 color: #fff; | |
15985 background-color: #61443a; | |
15986 border-color: #593f35; } | |
15987 .btn-brown:focus, .btn-brown.focus { | |
15988 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(121, 85, 72, 0.5); | |
15989 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(121, 85, 72, 0.5); } | |
15990 .btn-brown.disabled, .btn-brown:disabled { | |
15991 background-color: #795548; | |
15992 border-color: #795548; } | |
15993 .btn-brown:active, .btn-brown.active, | |
15994 .show > .btn-brown.dropdown-toggle { | |
15995 background-color: #61443a; | |
15996 background-image: none; | |
15997 border-color: #593f35; | |
15998 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
15999 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16000 | |
16001 .btn-light-gray { | |
16002 color: #fff; | |
16003 background-color: #f9f9f9; | |
16004 border-color: #f9f9f9; | |
16005 -webkit-box-shadow: none; | |
16006 box-shadow: none; } | |
16007 .btn-light-gray:hover { | |
16008 color: #fff; | |
16009 background-color: #e6e6e6; | |
16010 border-color: #e0e0e0; } | |
16011 .btn-light-gray:focus, .btn-light-gray.focus { | |
16012 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(249, 249, 249, 0.5); | |
16013 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(249, 249, 249, 0.5); } | |
16014 .btn-light-gray.disabled, .btn-light-gray:disabled { | |
16015 background-color: #f9f9f9; | |
16016 border-color: #f9f9f9; } | |
16017 .btn-light-gray:active, .btn-light-gray.active, | |
16018 .show > .btn-light-gray.dropdown-toggle { | |
16019 background-color: #e6e6e6; | |
16020 background-image: none; | |
16021 border-color: #e0e0e0; | |
16022 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16023 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16024 | |
16025 .btn-slate { | |
16026 color: #fff; | |
16027 background-color: #607d8b; | |
16028 border-color: #607d8b; | |
16029 -webkit-box-shadow: none; | |
16030 box-shadow: none; } | |
16031 .btn-slate:hover { | |
16032 color: #fff; | |
16033 background-color: #506974; | |
16034 border-color: #4b626d; } | |
16035 .btn-slate:focus, .btn-slate.focus { | |
16036 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(96, 125, 139, 0.5); | |
16037 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(96, 125, 139, 0.5); } | |
16038 .btn-slate.disabled, .btn-slate:disabled { | |
16039 background-color: #607d8b; | |
16040 border-color: #607d8b; } | |
16041 .btn-slate:active, .btn-slate.active, | |
16042 .show > .btn-slate.dropdown-toggle { | |
16043 background-color: #506974; | |
16044 background-image: none; | |
16045 border-color: #4b626d; | |
16046 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16047 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16048 | |
16049 .btn-facebook { | |
16050 color: #fff; | |
16051 background-color: #4b64a6; | |
16052 border-color: #4b64a6; | |
16053 -webkit-box-shadow: none; | |
16054 box-shadow: none; } | |
16055 .btn-facebook:hover { | |
16056 color: #fff; | |
16057 background-color: #3f548c; | |
16058 border-color: #3b4f83; } | |
16059 .btn-facebook:focus, .btn-facebook.focus { | |
16060 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(75, 100, 166, 0.5); | |
16061 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(75, 100, 166, 0.5); } | |
16062 .btn-facebook.disabled, .btn-facebook:disabled { | |
16063 background-color: #4b64a6; | |
16064 border-color: #4b64a6; } | |
16065 .btn-facebook:active, .btn-facebook.active, | |
16066 .show > .btn-facebook.dropdown-toggle { | |
16067 background-color: #3f548c; | |
16068 background-image: none; | |
16069 border-color: #3b4f83; | |
16070 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16071 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16072 | |
16073 .btn-twitter { | |
16074 color: #fff; | |
16075 background-color: #0dace3; | |
16076 border-color: #0dace3; | |
16077 -webkit-box-shadow: none; | |
16078 box-shadow: none; } | |
16079 .btn-twitter:hover { | |
16080 color: #fff; | |
16081 background-color: #0b91bf; | |
16082 border-color: #0a87b3; } | |
16083 .btn-twitter:focus, .btn-twitter.focus { | |
16084 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(13, 172, 227, 0.5); | |
16085 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(13, 172, 227, 0.5); } | |
16086 .btn-twitter.disabled, .btn-twitter:disabled { | |
16087 background-color: #0dace3; | |
16088 border-color: #0dace3; } | |
16089 .btn-twitter:active, .btn-twitter.active, | |
16090 .show > .btn-twitter.dropdown-toggle { | |
16091 background-color: #0b91bf; | |
16092 background-image: none; | |
16093 border-color: #0a87b3; | |
16094 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16095 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16096 | |
16097 .btn-googleplus { | |
16098 color: #fff; | |
16099 background-color: #dd4b39; | |
16100 border-color: #dd4b39; | |
16101 -webkit-box-shadow: none; | |
16102 box-shadow: none; } | |
16103 .btn-googleplus:hover { | |
16104 color: #fff; | |
16105 background-color: #cd3623; | |
16106 border-color: #c23321; } | |
16107 .btn-googleplus:focus, .btn-googleplus.focus { | |
16108 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 75, 57, 0.5); | |
16109 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(221, 75, 57, 0.5); } | |
16110 .btn-googleplus.disabled, .btn-googleplus:disabled { | |
16111 background-color: #dd4b39; | |
16112 border-color: #dd4b39; } | |
16113 .btn-googleplus:active, .btn-googleplus.active, | |
16114 .show > .btn-googleplus.dropdown-toggle { | |
16115 background-color: #cd3623; | |
16116 background-image: none; | |
16117 border-color: #c23321; | |
16118 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16119 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16120 | |
16121 .btn-linkedin { | |
16122 color: #fff; | |
16123 background-color: #007bb6; | |
16124 border-color: #007bb6; | |
16125 -webkit-box-shadow: none; | |
16126 box-shadow: none; } | |
16127 .btn-linkedin:hover { | |
16128 color: #fff; | |
16129 background-color: #006190; | |
16130 border-color: #005983; } | |
16131 .btn-linkedin:focus, .btn-linkedin.focus { | |
16132 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 182, 0.5); | |
16133 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 182, 0.5); } | |
16134 .btn-linkedin.disabled, .btn-linkedin:disabled { | |
16135 background-color: #007bb6; | |
16136 border-color: #007bb6; } | |
16137 .btn-linkedin:active, .btn-linkedin.active, | |
16138 .show > .btn-linkedin.dropdown-toggle { | |
16139 background-color: #006190; | |
16140 background-image: none; | |
16141 border-color: #005983; | |
16142 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16143 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16144 | |
16145 .btn-instagram { | |
16146 color: #fff; | |
16147 background-color: #3f729b; | |
16148 border-color: #3f729b; | |
16149 -webkit-box-shadow: none; | |
16150 box-shadow: none; } | |
16151 .btn-instagram:hover { | |
16152 color: #fff; | |
16153 background-color: #345e80; | |
16154 border-color: #305777; } | |
16155 .btn-instagram:focus, .btn-instagram.focus { | |
16156 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(63, 114, 155, 0.5); | |
16157 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(63, 114, 155, 0.5); } | |
16158 .btn-instagram.disabled, .btn-instagram:disabled { | |
16159 background-color: #3f729b; | |
16160 border-color: #3f729b; } | |
16161 .btn-instagram:active, .btn-instagram.active, | |
16162 .show > .btn-instagram.dropdown-toggle { | |
16163 background-color: #345e80; | |
16164 background-image: none; | |
16165 border-color: #305777; | |
16166 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16167 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16168 | |
16169 .btn-pinterest { | |
16170 color: #fff; | |
16171 background-color: #cb2027; | |
16172 border-color: #cb2027; | |
16173 -webkit-box-shadow: none; | |
16174 box-shadow: none; } | |
16175 .btn-pinterest:hover { | |
16176 color: #fff; | |
16177 background-color: #aa1b21; | |
16178 border-color: #9f191f; } | |
16179 .btn-pinterest:focus, .btn-pinterest.focus { | |
16180 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(203, 32, 39, 0.5); | |
16181 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(203, 32, 39, 0.5); } | |
16182 .btn-pinterest.disabled, .btn-pinterest:disabled { | |
16183 background-color: #cb2027; | |
16184 border-color: #cb2027; } | |
16185 .btn-pinterest:active, .btn-pinterest.active, | |
16186 .show > .btn-pinterest.dropdown-toggle { | |
16187 background-color: #aa1b21; | |
16188 background-image: none; | |
16189 border-color: #9f191f; | |
16190 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16191 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16192 | |
16193 .btn-dribbble { | |
16194 color: #fff; | |
16195 background-color: #ea4c89; | |
16196 border-color: #ea4c89; | |
16197 -webkit-box-shadow: none; | |
16198 box-shadow: none; } | |
16199 .btn-dribbble:hover { | |
16200 color: #fff; | |
16201 background-color: #e62a72; | |
16202 border-color: #e51e6b; } | |
16203 .btn-dribbble:focus, .btn-dribbble.focus { | |
16204 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(234, 76, 137, 0.5); | |
16205 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(234, 76, 137, 0.5); } | |
16206 .btn-dribbble.disabled, .btn-dribbble:disabled { | |
16207 background-color: #ea4c89; | |
16208 border-color: #ea4c89; } | |
16209 .btn-dribbble:active, .btn-dribbble.active, | |
16210 .show > .btn-dribbble.dropdown-toggle { | |
16211 background-color: #e62a72; | |
16212 background-image: none; | |
16213 border-color: #e51e6b; | |
16214 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16215 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16216 | |
16217 .btn-youtube { | |
16218 color: #fff; | |
16219 background-color: #b00; | |
16220 border-color: #b00; | |
16221 -webkit-box-shadow: none; | |
16222 box-shadow: none; } | |
16223 .btn-youtube:hover { | |
16224 color: #fff; | |
16225 background-color: #950000; | |
16226 border-color: #880000; } | |
16227 .btn-youtube:focus, .btn-youtube.focus { | |
16228 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(187, 0, 0, 0.5); | |
16229 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(187, 0, 0, 0.5); } | |
16230 .btn-youtube.disabled, .btn-youtube:disabled { | |
16231 background-color: #b00; | |
16232 border-color: #b00; } | |
16233 .btn-youtube:active, .btn-youtube.active, | |
16234 .show > .btn-youtube.dropdown-toggle { | |
16235 background-color: #950000; | |
16236 background-image: none; | |
16237 border-color: #880000; | |
16238 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
16239 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
16240 | |
16241 .btn-outline-blue { | |
16242 color: #0275d8; | |
16243 background-color: transparent; | |
16244 background-image: none; | |
16245 border-color: #0275d8; } | |
16246 .btn-outline-blue:hover { | |
16247 color: #fff; | |
16248 background-color: #0275d8; | |
16249 border-color: #0275d8; } | |
16250 .btn-outline-blue:focus, .btn-outline-blue.focus { | |
16251 -webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); | |
16252 box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); } | |
16253 .btn-outline-blue.disabled, .btn-outline-blue:disabled { | |
16254 color: #0275d8; | |
16255 background-color: transparent; } | |
16256 .btn-outline-blue:active, .btn-outline-blue.active, | |
16257 .show > .btn-outline-blue.dropdown-toggle { | |
16258 color: #fff; | |
16259 background-color: #0275d8; | |
16260 border-color: #0275d8; } | |
16261 | |
16262 .btn-outline-persian-blue { | |
16263 color: #4786ff; | |
16264 background-color: transparent; | |
16265 background-image: none; | |
16266 border-color: #4786ff; } | |
16267 .btn-outline-persian-blue:hover { | |
16268 color: #fff; | |
16269 background-color: #4786ff; | |
16270 border-color: #4786ff; } | |
16271 .btn-outline-persian-blue:focus, .btn-outline-persian-blue.focus { | |
16272 -webkit-box-shadow: 0 0 0 3px rgba(71, 134, 255, 0.5); | |
16273 box-shadow: 0 0 0 3px rgba(71, 134, 255, 0.5); } | |
16274 .btn-outline-persian-blue.disabled, .btn-outline-persian-blue:disabled { | |
16275 color: #4786ff; | |
16276 background-color: transparent; } | |
16277 .btn-outline-persian-blue:active, .btn-outline-persian-blue.active, | |
16278 .show > .btn-outline-persian-blue.dropdown-toggle { | |
16279 color: #fff; | |
16280 background-color: #4786ff; | |
16281 border-color: #4786ff; } | |
16282 | |
16283 .btn-outline-indigo { | |
16284 color: #6610f2; | |
16285 background-color: transparent; | |
16286 background-image: none; | |
16287 border-color: #6610f2; } | |
16288 .btn-outline-indigo:hover { | |
16289 color: #fff; | |
16290 background-color: #6610f2; | |
16291 border-color: #6610f2; } | |
16292 .btn-outline-indigo:focus, .btn-outline-indigo.focus { | |
16293 -webkit-box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.5); | |
16294 box-shadow: 0 0 0 3px rgba(102, 16, 242, 0.5); } | |
16295 .btn-outline-indigo.disabled, .btn-outline-indigo:disabled { | |
16296 color: #6610f2; | |
16297 background-color: transparent; } | |
16298 .btn-outline-indigo:active, .btn-outline-indigo.active, | |
16299 .show > .btn-outline-indigo.dropdown-toggle { | |
16300 color: #fff; | |
16301 background-color: #6610f2; | |
16302 border-color: #6610f2; } | |
16303 | |
16304 .btn-outline-purple { | |
16305 color: #9c77ef; | |
16306 background-color: transparent; | |
16307 background-image: none; | |
16308 border-color: #9c77ef; } | |
16309 .btn-outline-purple:hover { | |
16310 color: #fff; | |
16311 background-color: #9c77ef; | |
16312 border-color: #9c77ef; } | |
16313 .btn-outline-purple:focus, .btn-outline-purple.focus { | |
16314 -webkit-box-shadow: 0 0 0 3px rgba(156, 119, 239, 0.5); | |
16315 box-shadow: 0 0 0 3px rgba(156, 119, 239, 0.5); } | |
16316 .btn-outline-purple.disabled, .btn-outline-purple:disabled { | |
16317 color: #9c77ef; | |
16318 background-color: transparent; } | |
16319 .btn-outline-purple:active, .btn-outline-purple.active, | |
16320 .show > .btn-outline-purple.dropdown-toggle { | |
16321 color: #fff; | |
16322 background-color: #9c77ef; | |
16323 border-color: #9c77ef; } | |
16324 | |
16325 .btn-outline-pink { | |
16326 color: #e83e8c; | |
16327 background-color: transparent; | |
16328 background-image: none; | |
16329 border-color: #e83e8c; } | |
16330 .btn-outline-pink:hover { | |
16331 color: #fff; | |
16332 background-color: #e83e8c; | |
16333 border-color: #e83e8c; } | |
16334 .btn-outline-pink:focus, .btn-outline-pink.focus { | |
16335 -webkit-box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.5); | |
16336 box-shadow: 0 0 0 3px rgba(232, 62, 140, 0.5); } | |
16337 .btn-outline-pink.disabled, .btn-outline-pink:disabled { | |
16338 color: #e83e8c; | |
16339 background-color: transparent; } | |
16340 .btn-outline-pink:active, .btn-outline-pink.active, | |
16341 .show > .btn-outline-pink.dropdown-toggle { | |
16342 color: #fff; | |
16343 background-color: #e83e8c; | |
16344 border-color: #e83e8c; } | |
16345 | |
16346 .btn-outline-red { | |
16347 color: #e6614f; | |
16348 background-color: transparent; | |
16349 background-image: none; | |
16350 border-color: #e6614f; } | |
16351 .btn-outline-red:hover { | |
16352 color: #fff; | |
16353 background-color: #e6614f; | |
16354 border-color: #e6614f; } | |
16355 .btn-outline-red:focus, .btn-outline-red.focus { | |
16356 -webkit-box-shadow: 0 0 0 3px rgba(230, 97, 79, 0.5); | |
16357 box-shadow: 0 0 0 3px rgba(230, 97, 79, 0.5); } | |
16358 .btn-outline-red.disabled, .btn-outline-red:disabled { | |
16359 color: #e6614f; | |
16360 background-color: transparent; } | |
16361 .btn-outline-red:active, .btn-outline-red.active, | |
16362 .show > .btn-outline-red.dropdown-toggle { | |
16363 color: #fff; | |
16364 background-color: #e6614f; | |
16365 border-color: #e6614f; } | |
16366 | |
16367 .btn-outline-cerize-red { | |
16368 color: #fa607e; | |
16369 background-color: transparent; | |
16370 background-image: none; | |
16371 border-color: #fa607e; } | |
16372 .btn-outline-cerize-red:hover { | |
16373 color: #fff; | |
16374 background-color: #fa607e; | |
16375 border-color: #fa607e; } | |
16376 .btn-outline-cerize-red:focus, .btn-outline-cerize-red.focus { | |
16377 -webkit-box-shadow: 0 0 0 3px rgba(250, 96, 126, 0.5); | |
16378 box-shadow: 0 0 0 3px rgba(250, 96, 126, 0.5); } | |
16379 .btn-outline-cerize-red.disabled, .btn-outline-cerize-red:disabled { | |
16380 color: #fa607e; | |
16381 background-color: transparent; } | |
16382 .btn-outline-cerize-red:active, .btn-outline-cerize-red.active, | |
16383 .show > .btn-outline-cerize-red.dropdown-toggle { | |
16384 color: #fff; | |
16385 background-color: #fa607e; | |
16386 border-color: #fa607e; } | |
16387 | |
16388 .btn-outline-orange { | |
16389 color: #fb9678; | |
16390 background-color: transparent; | |
16391 background-image: none; | |
16392 border-color: #fb9678; } | |
16393 .btn-outline-orange:hover { | |
16394 color: #fff; | |
16395 background-color: #fb9678; | |
16396 border-color: #fb9678; } | |
16397 .btn-outline-orange:focus, .btn-outline-orange.focus { | |
16398 -webkit-box-shadow: 0 0 0 3px rgba(251, 150, 120, 0.5); | |
16399 box-shadow: 0 0 0 3px rgba(251, 150, 120, 0.5); } | |
16400 .btn-outline-orange.disabled, .btn-outline-orange:disabled { | |
16401 color: #fb9678; | |
16402 background-color: transparent; } | |
16403 .btn-outline-orange:active, .btn-outline-orange.active, | |
16404 .show > .btn-outline-orange.dropdown-toggle { | |
16405 color: #fff; | |
16406 background-color: #fb9678; | |
16407 border-color: #fb9678; } | |
16408 | |
16409 .btn-outline-yellow { | |
16410 color: #ffcc02; | |
16411 background-color: transparent; | |
16412 background-image: none; | |
16413 border-color: #ffcc02; } | |
16414 .btn-outline-yellow:hover { | |
16415 color: #fff; | |
16416 background-color: #ffcc02; | |
16417 border-color: #ffcc02; } | |
16418 .btn-outline-yellow:focus, .btn-outline-yellow.focus { | |
16419 -webkit-box-shadow: 0 0 0 3px rgba(255, 204, 2, 0.5); | |
16420 box-shadow: 0 0 0 3px rgba(255, 204, 2, 0.5); } | |
16421 .btn-outline-yellow.disabled, .btn-outline-yellow:disabled { | |
16422 color: #ffcc02; | |
16423 background-color: transparent; } | |
16424 .btn-outline-yellow:active, .btn-outline-yellow.active, | |
16425 .show > .btn-outline-yellow.dropdown-toggle { | |
16426 color: #fff; | |
16427 background-color: #ffcc02; | |
16428 border-color: #ffcc02; } | |
16429 | |
16430 .btn-outline-mustard { | |
16431 color: #fdb44d; | |
16432 background-color: transparent; | |
16433 background-image: none; | |
16434 border-color: #fdb44d; } | |
16435 .btn-outline-mustard:hover { | |
16436 color: #fff; | |
16437 background-color: #fdb44d; | |
16438 border-color: #fdb44d; } | |
16439 .btn-outline-mustard:focus, .btn-outline-mustard.focus { | |
16440 -webkit-box-shadow: 0 0 0 3px rgba(253, 180, 77, 0.5); | |
16441 box-shadow: 0 0 0 3px rgba(253, 180, 77, 0.5); } | |
16442 .btn-outline-mustard.disabled, .btn-outline-mustard:disabled { | |
16443 color: #fdb44d; | |
16444 background-color: transparent; } | |
16445 .btn-outline-mustard:active, .btn-outline-mustard.active, | |
16446 .show > .btn-outline-mustard.dropdown-toggle { | |
16447 color: #fff; | |
16448 background-color: #fdb44d; | |
16449 border-color: #fdb44d; } | |
16450 | |
16451 .btn-outline-green { | |
16452 color: #38d57a; | |
16453 background-color: transparent; | |
16454 background-image: none; | |
16455 border-color: #38d57a; } | |
16456 .btn-outline-green:hover { | |
16457 color: #fff; | |
16458 background-color: #38d57a; | |
16459 border-color: #38d57a; } | |
16460 .btn-outline-green:focus, .btn-outline-green.focus { | |
16461 -webkit-box-shadow: 0 0 0 3px rgba(56, 213, 122, 0.5); | |
16462 box-shadow: 0 0 0 3px rgba(56, 213, 122, 0.5); } | |
16463 .btn-outline-green.disabled, .btn-outline-green:disabled { | |
16464 color: #38d57a; | |
16465 background-color: transparent; } | |
16466 .btn-outline-green:active, .btn-outline-green.active, | |
16467 .show > .btn-outline-green.dropdown-toggle { | |
16468 color: #fff; | |
16469 background-color: #38d57a; | |
16470 border-color: #38d57a; } | |
16471 | |
16472 .btn-outline-teal { | |
16473 color: #20c997; | |
16474 background-color: transparent; | |
16475 background-image: none; | |
16476 border-color: #20c997; } | |
16477 .btn-outline-teal:hover { | |
16478 color: #fff; | |
16479 background-color: #20c997; | |
16480 border-color: #20c997; } | |
16481 .btn-outline-teal:focus, .btn-outline-teal.focus { | |
16482 -webkit-box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.5); | |
16483 box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.5); } | |
16484 .btn-outline-teal.disabled, .btn-outline-teal:disabled { | |
16485 color: #20c997; | |
16486 background-color: transparent; } | |
16487 .btn-outline-teal:active, .btn-outline-teal.active, | |
16488 .show > .btn-outline-teal.dropdown-toggle { | |
16489 color: #fff; | |
16490 background-color: #20c997; | |
16491 border-color: #20c997; } | |
16492 | |
16493 .btn-outline-cyan { | |
16494 color: #03a9f3; | |
16495 background-color: transparent; | |
16496 background-image: none; | |
16497 border-color: #03a9f3; } | |
16498 .btn-outline-cyan:hover { | |
16499 color: #fff; | |
16500 background-color: #03a9f3; | |
16501 border-color: #03a9f3; } | |
16502 .btn-outline-cyan:focus, .btn-outline-cyan.focus { | |
16503 -webkit-box-shadow: 0 0 0 3px rgba(3, 169, 243, 0.5); | |
16504 box-shadow: 0 0 0 3px rgba(3, 169, 243, 0.5); } | |
16505 .btn-outline-cyan.disabled, .btn-outline-cyan:disabled { | |
16506 color: #03a9f3; | |
16507 background-color: transparent; } | |
16508 .btn-outline-cyan:active, .btn-outline-cyan.active, | |
16509 .show > .btn-outline-cyan.dropdown-toggle { | |
16510 color: #fff; | |
16511 background-color: #03a9f3; | |
16512 border-color: #03a9f3; } | |
16513 | |
16514 .btn-outline-white { | |
16515 color: #fff; | |
16516 background-color: transparent; | |
16517 background-image: none; | |
16518 border-color: #fff; } | |
16519 .btn-outline-white:hover { | |
16520 color: #fff; | |
16521 background-color: #fff; | |
16522 border-color: #fff; } | |
16523 .btn-outline-white:focus, .btn-outline-white.focus { | |
16524 -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); | |
16525 box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); } | |
16526 .btn-outline-white.disabled, .btn-outline-white:disabled { | |
16527 color: #fff; | |
16528 background-color: transparent; } | |
16529 .btn-outline-white:active, .btn-outline-white.active, | |
16530 .show > .btn-outline-white.dropdown-toggle { | |
16531 color: #fff; | |
16532 background-color: #fff; | |
16533 border-color: #fff; } | |
16534 | |
16535 .btn-outline-gray-light { | |
16536 color: #ddd; | |
16537 background-color: transparent; | |
16538 background-image: none; | |
16539 border-color: #ddd; } | |
16540 .btn-outline-gray-light:hover { | |
16541 color: #fff; | |
16542 background-color: #ddd; | |
16543 border-color: #ddd; } | |
16544 .btn-outline-gray-light:focus, .btn-outline-gray-light.focus { | |
16545 -webkit-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.5); | |
16546 box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.5); } | |
16547 .btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled { | |
16548 color: #ddd; | |
16549 background-color: transparent; } | |
16550 .btn-outline-gray-light:active, .btn-outline-gray-light.active, | |
16551 .show > .btn-outline-gray-light.dropdown-toggle { | |
16552 color: #fff; | |
16553 background-color: #ddd; | |
16554 border-color: #ddd; } | |
16555 | |
16556 .btn-outline-gray { | |
16557 color: #868e96; | |
16558 background-color: transparent; | |
16559 background-image: none; | |
16560 border-color: #868e96; } | |
16561 .btn-outline-gray:hover { | |
16562 color: #fff; | |
16563 background-color: #868e96; | |
16564 border-color: #868e96; } | |
16565 .btn-outline-gray:focus, .btn-outline-gray.focus { | |
16566 -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); | |
16567 box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); } | |
16568 .btn-outline-gray.disabled, .btn-outline-gray:disabled { | |
16569 color: #868e96; | |
16570 background-color: transparent; } | |
16571 .btn-outline-gray:active, .btn-outline-gray.active, | |
16572 .show > .btn-outline-gray.dropdown-toggle { | |
16573 color: #fff; | |
16574 background-color: #868e96; | |
16575 border-color: #868e96; } | |
16576 | |
16577 .btn-outline-gray-dark { | |
16578 color: #343a40; | |
16579 background-color: transparent; | |
16580 background-image: none; | |
16581 border-color: #343a40; } | |
16582 .btn-outline-gray-dark:hover { | |
16583 color: #fff; | |
16584 background-color: #343a40; | |
16585 border-color: #343a40; } | |
16586 .btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus { | |
16587 -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); | |
16588 box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); } | |
16589 .btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled { | |
16590 color: #343a40; | |
16591 background-color: transparent; } | |
16592 .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, | |
16593 .show > .btn-outline-gray-dark.dropdown-toggle { | |
16594 color: #fff; | |
16595 background-color: #343a40; | |
16596 border-color: #343a40; } | |
16597 | |
16598 .btn-outline-violet { | |
16599 color: #9c27b0; | |
16600 background-color: transparent; | |
16601 background-image: none; | |
16602 border-color: #9c27b0; } | |
16603 .btn-outline-violet:hover { | |
16604 color: #fff; | |
16605 background-color: #9c27b0; | |
16606 border-color: #9c27b0; } | |
16607 .btn-outline-violet:focus, .btn-outline-violet.focus { | |
16608 -webkit-box-shadow: 0 0 0 3px rgba(156, 39, 176, 0.5); | |
16609 box-shadow: 0 0 0 3px rgba(156, 39, 176, 0.5); } | |
16610 .btn-outline-violet.disabled, .btn-outline-violet:disabled { | |
16611 color: #9c27b0; | |
16612 background-color: transparent; } | |
16613 .btn-outline-violet:active, .btn-outline-violet.active, | |
16614 .show > .btn-outline-violet.dropdown-toggle { | |
16615 color: #fff; | |
16616 background-color: #9c27b0; | |
16617 border-color: #9c27b0; } | |
16618 | |
16619 .btn-outline-brown { | |
16620 color: #795548; | |
16621 background-color: transparent; | |
16622 background-image: none; | |
16623 border-color: #795548; } | |
16624 .btn-outline-brown:hover { | |
16625 color: #fff; | |
16626 background-color: #795548; | |
16627 border-color: #795548; } | |
16628 .btn-outline-brown:focus, .btn-outline-brown.focus { | |
16629 -webkit-box-shadow: 0 0 0 3px rgba(121, 85, 72, 0.5); | |
16630 box-shadow: 0 0 0 3px rgba(121, 85, 72, 0.5); } | |
16631 .btn-outline-brown.disabled, .btn-outline-brown:disabled { | |
16632 color: #795548; | |
16633 background-color: transparent; } | |
16634 .btn-outline-brown:active, .btn-outline-brown.active, | |
16635 .show > .btn-outline-brown.dropdown-toggle { | |
16636 color: #fff; | |
16637 background-color: #795548; | |
16638 border-color: #795548; } | |
16639 | |
16640 .btn-outline-light-gray { | |
16641 color: #f9f9f9; | |
16642 background-color: transparent; | |
16643 background-image: none; | |
16644 border-color: #f9f9f9; } | |
16645 .btn-outline-light-gray:hover { | |
16646 color: #fff; | |
16647 background-color: #f9f9f9; | |
16648 border-color: #f9f9f9; } | |
16649 .btn-outline-light-gray:focus, .btn-outline-light-gray.focus { | |
16650 -webkit-box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5); | |
16651 box-shadow: 0 0 0 3px rgba(249, 249, 249, 0.5); } | |
16652 .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled { | |
16653 color: #f9f9f9; | |
16654 background-color: transparent; } | |
16655 .btn-outline-light-gray:active, .btn-outline-light-gray.active, | |
16656 .show > .btn-outline-light-gray.dropdown-toggle { | |
16657 color: #fff; | |
16658 background-color: #f9f9f9; | |
16659 border-color: #f9f9f9; } | |
16660 | |
16661 .btn-outline-slate { | |
16662 color: #607d8b; | |
16663 background-color: transparent; | |
16664 background-image: none; | |
16665 border-color: #607d8b; } | |
16666 .btn-outline-slate:hover { | |
16667 color: #fff; | |
16668 background-color: #607d8b; | |
16669 border-color: #607d8b; } | |
16670 .btn-outline-slate:focus, .btn-outline-slate.focus { | |
16671 -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.5); | |
16672 box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.5); } | |
16673 .btn-outline-slate.disabled, .btn-outline-slate:disabled { | |
16674 color: #607d8b; | |
16675 background-color: transparent; } | |
16676 .btn-outline-slate:active, .btn-outline-slate.active, | |
16677 .show > .btn-outline-slate.dropdown-toggle { | |
16678 color: #fff; | |
16679 background-color: #607d8b; | |
16680 border-color: #607d8b; } | |
16681 | |
16682 .btn-outline-facebook { | |
16683 color: #4b64a6; | |
16684 background-color: transparent; | |
16685 background-image: none; | |
16686 border-color: #4b64a6; } | |
16687 .btn-outline-facebook:hover { | |
16688 color: #fff; | |
16689 background-color: #4b64a6; | |
16690 border-color: #4b64a6; } | |
16691 .btn-outline-facebook:focus, .btn-outline-facebook.focus { | |
16692 -webkit-box-shadow: 0 0 0 3px rgba(75, 100, 166, 0.5); | |
16693 box-shadow: 0 0 0 3px rgba(75, 100, 166, 0.5); } | |
16694 .btn-outline-facebook.disabled, .btn-outline-facebook:disabled { | |
16695 color: #4b64a6; | |
16696 background-color: transparent; } | |
16697 .btn-outline-facebook:active, .btn-outline-facebook.active, | |
16698 .show > .btn-outline-facebook.dropdown-toggle { | |
16699 color: #fff; | |
16700 background-color: #4b64a6; | |
16701 border-color: #4b64a6; } | |
16702 | |
16703 .btn-outline-twitter { | |
16704 color: #0dace3; | |
16705 background-color: transparent; | |
16706 background-image: none; | |
16707 border-color: #0dace3; } | |
16708 .btn-outline-twitter:hover { | |
16709 color: #fff; | |
16710 background-color: #0dace3; | |
16711 border-color: #0dace3; } | |
16712 .btn-outline-twitter:focus, .btn-outline-twitter.focus { | |
16713 -webkit-box-shadow: 0 0 0 3px rgba(13, 172, 227, 0.5); | |
16714 box-shadow: 0 0 0 3px rgba(13, 172, 227, 0.5); } | |
16715 .btn-outline-twitter.disabled, .btn-outline-twitter:disabled { | |
16716 color: #0dace3; | |
16717 background-color: transparent; } | |
16718 .btn-outline-twitter:active, .btn-outline-twitter.active, | |
16719 .show > .btn-outline-twitter.dropdown-toggle { | |
16720 color: #fff; | |
16721 background-color: #0dace3; | |
16722 border-color: #0dace3; } | |
16723 | |
16724 .btn-outline-googleplus { | |
16725 color: #dd4b39; | |
16726 background-color: transparent; | |
16727 background-image: none; | |
16728 border-color: #dd4b39; } | |
16729 .btn-outline-googleplus:hover { | |
16730 color: #fff; | |
16731 background-color: #dd4b39; | |
16732 border-color: #dd4b39; } | |
16733 .btn-outline-googleplus:focus, .btn-outline-googleplus.focus { | |
16734 -webkit-box-shadow: 0 0 0 3px rgba(221, 75, 57, 0.5); | |
16735 box-shadow: 0 0 0 3px rgba(221, 75, 57, 0.5); } | |
16736 .btn-outline-googleplus.disabled, .btn-outline-googleplus:disabled { | |
16737 color: #dd4b39; | |
16738 background-color: transparent; } | |
16739 .btn-outline-googleplus:active, .btn-outline-googleplus.active, | |
16740 .show > .btn-outline-googleplus.dropdown-toggle { | |
16741 color: #fff; | |
16742 background-color: #dd4b39; | |
16743 border-color: #dd4b39; } | |
16744 | |
16745 .btn-outline-linkedin { | |
16746 color: #007bb6; | |
16747 background-color: transparent; | |
16748 background-image: none; | |
16749 border-color: #007bb6; } | |
16750 .btn-outline-linkedin:hover { | |
16751 color: #fff; | |
16752 background-color: #007bb6; | |
16753 border-color: #007bb6; } | |
16754 .btn-outline-linkedin:focus, .btn-outline-linkedin.focus { | |
16755 -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 182, 0.5); | |
16756 box-shadow: 0 0 0 3px rgba(0, 123, 182, 0.5); } | |
16757 .btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled { | |
16758 color: #007bb6; | |
16759 background-color: transparent; } | |
16760 .btn-outline-linkedin:active, .btn-outline-linkedin.active, | |
16761 .show > .btn-outline-linkedin.dropdown-toggle { | |
16762 color: #fff; | |
16763 background-color: #007bb6; | |
16764 border-color: #007bb6; } | |
16765 | |
16766 .btn-outline-instagram { | |
16767 color: #3f729b; | |
16768 background-color: transparent; | |
16769 background-image: none; | |
16770 border-color: #3f729b; } | |
16771 .btn-outline-instagram:hover { | |
16772 color: #fff; | |
16773 background-color: #3f729b; | |
16774 border-color: #3f729b; } | |
16775 .btn-outline-instagram:focus, .btn-outline-instagram.focus { | |
16776 -webkit-box-shadow: 0 0 0 3px rgba(63, 114, 155, 0.5); | |
16777 box-shadow: 0 0 0 3px rgba(63, 114, 155, 0.5); } | |
16778 .btn-outline-instagram.disabled, .btn-outline-instagram:disabled { | |
16779 color: #3f729b; | |
16780 background-color: transparent; } | |
16781 .btn-outline-instagram:active, .btn-outline-instagram.active, | |
16782 .show > .btn-outline-instagram.dropdown-toggle { | |
16783 color: #fff; | |
16784 background-color: #3f729b; | |
16785 border-color: #3f729b; } | |
16786 | |
16787 .btn-outline-pinterest { | |
16788 color: #cb2027; | |
16789 background-color: transparent; | |
16790 background-image: none; | |
16791 border-color: #cb2027; } | |
16792 .btn-outline-pinterest:hover { | |
16793 color: #fff; | |
16794 background-color: #cb2027; | |
16795 border-color: #cb2027; } | |
16796 .btn-outline-pinterest:focus, .btn-outline-pinterest.focus { | |
16797 -webkit-box-shadow: 0 0 0 3px rgba(203, 32, 39, 0.5); | |
16798 box-shadow: 0 0 0 3px rgba(203, 32, 39, 0.5); } | |
16799 .btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled { | |
16800 color: #cb2027; | |
16801 background-color: transparent; } | |
16802 .btn-outline-pinterest:active, .btn-outline-pinterest.active, | |
16803 .show > .btn-outline-pinterest.dropdown-toggle { | |
16804 color: #fff; | |
16805 background-color: #cb2027; | |
16806 border-color: #cb2027; } | |
16807 | |
16808 .btn-outline-dribbble { | |
16809 color: #ea4c89; | |
16810 background-color: transparent; | |
16811 background-image: none; | |
16812 border-color: #ea4c89; } | |
16813 .btn-outline-dribbble:hover { | |
16814 color: #fff; | |
16815 background-color: #ea4c89; | |
16816 border-color: #ea4c89; } | |
16817 .btn-outline-dribbble:focus, .btn-outline-dribbble.focus { | |
16818 -webkit-box-shadow: 0 0 0 3px rgba(234, 76, 137, 0.5); | |
16819 box-shadow: 0 0 0 3px rgba(234, 76, 137, 0.5); } | |
16820 .btn-outline-dribbble.disabled, .btn-outline-dribbble:disabled { | |
16821 color: #ea4c89; | |
16822 background-color: transparent; } | |
16823 .btn-outline-dribbble:active, .btn-outline-dribbble.active, | |
16824 .show > .btn-outline-dribbble.dropdown-toggle { | |
16825 color: #fff; | |
16826 background-color: #ea4c89; | |
16827 border-color: #ea4c89; } | |
16828 | |
16829 .btn-outline-youtube { | |
16830 color: #b00; | |
16831 background-color: transparent; | |
16832 background-image: none; | |
16833 border-color: #b00; } | |
16834 .btn-outline-youtube:hover { | |
16835 color: #fff; | |
16836 background-color: #b00; | |
16837 border-color: #b00; } | |
16838 .btn-outline-youtube:focus, .btn-outline-youtube.focus { | |
16839 -webkit-box-shadow: 0 0 0 3px rgba(187, 0, 0, 0.5); | |
16840 box-shadow: 0 0 0 3px rgba(187, 0, 0, 0.5); } | |
16841 .btn-outline-youtube.disabled, .btn-outline-youtube:disabled { | |
16842 color: #b00; | |
16843 background-color: transparent; } | |
16844 .btn-outline-youtube:active, .btn-outline-youtube.active, | |
16845 .show > .btn-outline-youtube.dropdown-toggle { | |
16846 color: #fff; | |
16847 background-color: #b00; | |
16848 border-color: #b00; } | |
16849 | |
16850 .btn-outline-white:hover { | |
16851 color: #8253eb; } | |
16852 | |
16853 .btn-outline-inverse { | |
16854 color: #fff; | |
16855 border: 2px solid #fff; | |
16856 background: transparent; } | |
16857 .btn-outline-inverse:hover { | |
16858 color: #8253eb !important; | |
16859 background-color: #fff; } | |
16860 | |
16861 /* Justified button groups | |
16862 ========================*/ | |
16863 .btn-group-justified { | |
16864 display: -webkit-box; | |
16865 display: -ms-flexbox; | |
16866 display: flex; } | |
16867 .btn-group-justified .btn, | |
16868 .btn-group-justified .btn-group { | |
16869 -webkit-box-flex: 1; | |
16870 -ms-flex: 1; | |
16871 flex: 1; } | |
16872 .btn-group-justified .btn .btn, | |
16873 .btn-group-justified .btn-group .btn { | |
16874 width: 100%; } | |
16875 .btn-group-justified .btn .dropdown-menu, | |
16876 .btn-group-justified .btn-group .dropdown-menu { | |
16877 left: auto; } | |
16878 | |
16879 /******************************** | |
16880 ********************************* | |
16881 Progress | |
16882 ********************************* | |
16883 *********************************/ | |
16884 .progress .progress-bar { | |
16885 height: 100%; } | |
16886 | |
16887 .progress.progress-xsm { | |
16888 height: 1.25rem; | |
16889 margin: 0.5em 0; } | |
16890 | |
16891 .progress.progress-sm { | |
16892 height: 0.625rem; | |
16893 margin: 0.35714em 0; } | |
16894 | |
16895 .progress.inverse { | |
16896 background: rgba(255, 255, 255, 0.3); } | |
16897 | |
16898 .progress-lg .progress-bar { | |
16899 height: 100%; } | |
16900 | |
16901 /******************************** | |
16902 ********************************* | |
16903 Tables | |
16904 ********************************* | |
16905 *********************************/ | |
16906 .table thead tr.thead-inverse th { | |
16907 background: inherit; } | |
16908 | |
16909 .table.table-inverse thead th { | |
16910 border-width: 0; } | |
16911 | |
16912 .table > tbody > tr:first-child > td { | |
16913 border-top: none; } | |
16914 | |
16915 .table.table-borderless td, .table.table-borderless th { | |
16916 border: none; } | |
16917 | |
16918 .table > tbody > tr[class*="bg-"] > td { | |
16919 color: #fff; } | |
16920 | |
16921 .table > thead > tr > th { | |
16922 border-bottom-width: 1px; | |
16923 border-top-width: 0px; } | |
16924 | |
16925 .table.color-table > thead > tr > th { | |
16926 border: 0; } | |
16927 | |
16928 .table .progress { | |
16929 margin: 0; | |
16930 margin-bottom: 0 !important; | |
16931 position: relative; | |
16932 top: 0.66667em; } | |
16933 | |
16934 td.footable-sortable > span.fooicon, | |
16935 th.footable-sortable > span.fooicon { | |
16936 top: 1.08333em; | |
16937 font-size: 0.85714em; } | |
16938 | |
16939 .table, | |
16940 .table > tbody > tr > td, | |
16941 .table > thead > tr > th, | |
16942 .table > tbody > tr > th, .table-bordered, | |
16943 .table-bordered > tbody > tr > td, | |
16944 .table-bordered > thead > tr > th, | |
16945 .table-bordered > tbody > tr > th { | |
16946 border-color: #eef1f2; } | |
16947 | |
16948 /* DataTables | |
16949 ========================*/ | |
16950 .dataTables_wrapper label { | |
16951 font-weight: normal; } | |
16952 | |
16953 .dataTables_wrapper .dataTables_filter input { | |
16954 padding: 0.35714em 0.71429em; | |
16955 border: 0.0625rem solid #eee; | |
16956 border-radius: 0.125rem; | |
16957 -webkit-transition: all 0.3s ease; | |
16958 transition: all 0.3s ease; } | |
16959 .dataTables_wrapper .dataTables_filter input:focus { | |
16960 border-color: #03a9f3; } | |
16961 | |
16962 .dataTables_wrapper .dataTables_length { | |
16963 margin: 1.07143em auto; } | |
16964 .dataTables_wrapper .dataTables_length select { | |
16965 padding: 0.21429em 0.5em; } | |
16966 | |
16967 .dataTables_wrapper table.dataTable { | |
16968 border: 0.0625rem solid #eee; | |
16969 margin-top: 1.42857em; } | |
16970 .dataTables_wrapper table.dataTable thead th { | |
16971 border-color: #eef1f2; } | |
16972 .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td { | |
16973 padding: 1.07143em 1.42857em; } | |
16974 .dataTables_wrapper table.dataTable tfoot th { | |
16975 border-top: 0.0625rem solid #eee; } | |
16976 .dataTables_wrapper table.dataTable thead th { | |
16977 border-top: 0; } | |
16978 .dataTables_wrapper table.dataTable thead .sorting, | |
16979 .dataTables_wrapper table.dataTable thead .sorting_asc, | |
16980 .dataTables_wrapper table.dataTable thead .sorting_desc { | |
16981 background: none; | |
16982 position: relative; } | |
16983 .dataTables_wrapper table.dataTable thead .sorting:before, | |
16984 .dataTables_wrapper table.dataTable thead .sorting_asc:before, | |
16985 .dataTables_wrapper table.dataTable thead .sorting_desc:before { | |
16986 position: absolute; | |
16987 top: 50%; | |
16988 right: 0.71429em; | |
16989 -webkit-transform: translateY(-50%); | |
16990 transform: translateY(-50%); | |
16991 font-family: "Material Icons"; | |
16992 -webkit-font-feature-settings: 'liga'; | |
16993 font-feature-settings: 'liga'; | |
16994 font-size: 1.28571em; } | |
16995 .dataTables_wrapper table.dataTable thead .sorting_asc::before { | |
16996 content: 'expand_less'; } | |
16997 .dataTables_wrapper table.dataTable thead .sorting_desc::before { | |
16998 content: 'expand_more'; } | |
16999 .dataTables_wrapper table.dataTable thead .sorting::before { | |
17000 content: 'sort'; | |
17001 opacity: 0.1; } | |
17002 | |
17003 .dataTables_wrapper .dataTables_info { | |
17004 margin-top: 1.42857em; } | |
17005 | |
17006 .dataTables_wrapper .dataTables_paginate { | |
17007 margin-top: 2.14286em; | |
17008 padding: 0; | |
17009 border: 0.0625rem solid #eee; } | |
17010 .dataTables_wrapper .dataTables_paginate .paginate_button { | |
17011 -webkit-transition: all 0.3s ease; | |
17012 transition: all 0.3s ease; | |
17013 border: 0; } | |
17014 .dataTables_wrapper .dataTables_paginate .paginate_button:hover { | |
17015 background: none; | |
17016 border: 0; | |
17017 color: #999 !important; } | |
17018 .dataTables_wrapper .dataTables_paginate .paginate_button:focus { | |
17019 -webkit-box-shadow: none; | |
17020 box-shadow: none; } | |
17021 .dataTables_wrapper .dataTables_paginate .paginate_button.current { | |
17022 background: #8253eb; | |
17023 border: 0; | |
17024 border-radius: 0; | |
17025 color: #fff !important; } | |
17026 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { | |
17027 background: #6125e6; | |
17028 border: 0; | |
17029 color: #fff !important; } | |
17030 .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous { | |
17031 border: 0; } | |
17032 | |
17033 /* Bootstrap Tables | |
17034 ========================*/ | |
17035 .bootstrap-table { | |
17036 position: relative; } | |
17037 .bootstrap-table .btn { | |
17038 cursor: pointer; } | |
17039 .bootstrap-table .btn i:before { | |
17040 font-family: "Material Icons"; | |
17041 display: block; | |
17042 line-height: 1; | |
17043 font-style: normal; | |
17044 font-size: 1.33333em; } | |
17045 .bootstrap-table .btn[name="refresh"] i:before { | |
17046 content: "refresh"; } | |
17047 .bootstrap-table .btn[name="toggle"] i:before { | |
17048 content: "dehaze"; } | |
17049 .bootstrap-table .btn i.glyphicon-th:before { | |
17050 content: "apps"; | |
17051 display: inline; | |
17052 vertical-align: middle; } | |
17053 | |
17054 .fixed-table-toolbar { | |
17055 display: -webkit-inline-box; | |
17056 display: -ms-inline-flexbox; | |
17057 display: inline-flex; | |
17058 position: absolute; | |
17059 top: 0; | |
17060 right: 1.07143em; | |
17061 z-index: 1; | |
17062 -webkit-transform: translateY(-100%); | |
17063 transform: translateY(-100%); | |
17064 margin-top: -0.71429em; } | |
17065 .fixed-table-toolbar .search { | |
17066 -webkit-box-ordinal-group: 0; | |
17067 -ms-flex-order: -1; | |
17068 order: -1; } | |
17069 .fixed-table-toolbar .btn-group, .fixed-table-toolbar .btn-group > .btn-group { | |
17070 display: -webkit-box; | |
17071 display: -ms-flexbox; | |
17072 display: flex; } | |
17073 .fixed-table-toolbar .btn-group .btn { | |
17074 display: -webkit-inline-box; | |
17075 display: -ms-inline-flexbox; | |
17076 display: inline-flex; } | |
17077 .fixed-table-toolbar .search, .fixed-table-toolbar .columns { | |
17078 margin-top: 0; | |
17079 margin-bottom: 0; } | |
17080 .fixed-table-toolbar .search .btn, .fixed-table-toolbar .columns .btn { | |
17081 padding: 0 0.71429em; } | |
17082 .fixed-table-toolbar .search .dropdown-menu input, .fixed-table-toolbar .columns .dropdown-menu input { | |
17083 display: none; } | |
17084 .fixed-table-toolbar .search .dropdown-menu label, .fixed-table-toolbar .columns .dropdown-menu label { | |
17085 cursor: pointer; } | |
17086 .fixed-table-toolbar .search .dropdown-menu label:before, .fixed-table-toolbar .columns .dropdown-menu label:before { | |
17087 display: inline-block; | |
17088 line-height: 1; | |
17089 vertical-align: middle; | |
17090 text-align: center; | |
17091 height: 1.42857em; | |
17092 width: 1.42857em; | |
17093 content: ""; | |
17094 font-family: "feather"; | |
17095 -webkit-font-feature-settings: 'liga'; | |
17096 font-feature-settings: 'liga'; | |
17097 background: none; | |
17098 border: 0.125rem solid #eee; | |
17099 margin-right: 0.71429em; | |
17100 -webkit-transition: all 0.3s ease; | |
17101 transition: all 0.3s ease; | |
17102 color: #fff; } | |
17103 .fixed-table-toolbar .search .dropdown-menu label.checkbox-checked::before, .fixed-table-toolbar .columns .dropdown-menu label.checkbox-checked::before { | |
17104 content: "\e925"; | |
17105 background: #8253eb; | |
17106 color: #fff; | |
17107 border-color: #8253eb; } | |
17108 @media (max-width: 767px) { | |
17109 .fixed-table-toolbar { | |
17110 display: none; } } | |
17111 body.rtl .fixed-table-toolbar { | |
17112 left: 0; | |
17113 right: auto; } | |
17114 | |
17115 .fixed-table-container { | |
17116 border: 0; | |
17117 border-bottom: 0.0625rem solid #eee; } | |
17118 .fixed-table-container thead th .both { | |
17119 background: none; | |
17120 position: relative; } | |
17121 .fixed-table-container thead th .both:before { | |
17122 content: ''; | |
17123 position: absolute; | |
17124 top: 50%; | |
17125 right: 0.71429em; | |
17126 -webkit-transform: translateY(-50%); | |
17127 transform: translateY(-50%); | |
17128 font-family: "Material Icons"; | |
17129 -webkit-font-feature-settings: 'liga'; | |
17130 font-feature-settings: 'liga'; | |
17131 font-size: 1.28571em; } | |
17132 .fixed-table-container thead th .both.asc::before { | |
17133 content: 'expand_less'; | |
17134 opacity: 1; } | |
17135 .fixed-table-container thead th .both.desc::before { | |
17136 content: 'expand_more'; | |
17137 opacity: 1; } | |
17138 .fixed-table-container thead th .both::before { | |
17139 content: 'sort'; | |
17140 opacity: 0.1; } | |
17141 | |
17142 .bootstrap-table .table { | |
17143 border: 0.0625rem solid #eee; } | |
17144 .bootstrap-table .table > thead > tr > th { | |
17145 border-bottom: 0.0625rem solid #eee; } | |
17146 | |
17147 /* Responsive Tables | |
17148 ========================*/ | |
17149 .responsive-utilities .is-hidden { | |
17150 color: #ccc; | |
17151 background-color: #f9f9f9 !important; } | |
17152 | |
17153 .responsive-utilities .is-visible { | |
17154 color: #468847; | |
17155 background-color: #dff0d8 !important; } | |
17156 | |
17157 .tablesaw .tablesaw-sortable-head:before { | |
17158 content: ''; | |
17159 position: absolute; | |
17160 top: 50%; | |
17161 right: 0.71429em; | |
17162 -webkit-transform: translateY(-50%); | |
17163 transform: translateY(-50%); | |
17164 font-family: "Material Icons"; | |
17165 -webkit-font-feature-settings: 'liga'; | |
17166 font-feature-settings: 'liga'; | |
17167 font-size: 1.28571em; } | |
17168 | |
17169 .tablesaw .tablesaw-sortable-ascending:before { | |
17170 content: 'expand_less'; } | |
17171 | |
17172 .tablesaw .tablesaw-sortable-descending:before { | |
17173 content: 'expand_more'; } | |
17174 | |
17175 .tablesaw-bar .tablesaw-columntoggle-popup .btn-group { | |
17176 display: inline-block; | |
17177 margin: 0.71429em 0 0.35714em 0; } | |
17178 .tablesaw-bar .tablesaw-columntoggle-popup .btn-group label { | |
17179 height: auto; | |
17180 line-height: 2rem; } | |
17181 .tablesaw-bar .tablesaw-columntoggle-popup .btn-group label input { | |
17182 height: auto; | |
17183 position: relative; | |
17184 top: 0.14286em; } | |
17185 | |
17186 .tablesaw-bar .tablesaw-bar-section .btn-select { | |
17187 padding: 0.40816em 0.81633em; | |
17188 padding-right: 4.08163em; | |
17189 font-weight: normal; | |
17190 position: relative; | |
17191 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; | |
17192 background: #eee; | |
17193 text-transform: none; } | |
17194 .tablesaw-bar .tablesaw-bar-section .btn-select span { | |
17195 line-height: 1.63265em; | |
17196 height: 1.63265em; | |
17197 display: block; } | |
17198 .tablesaw-bar .tablesaw-bar-section .btn-select select { | |
17199 cursor: pointer; } | |
17200 .tablesaw-bar .tablesaw-bar-section .btn-select:after { | |
17201 display: none; } | |
17202 .tablesaw-bar .tablesaw-bar-section .btn-select:before { | |
17203 content: 'expand_more'; | |
17204 font-family: "Material Icons"; | |
17205 -webkit-font-feature-settings: 'liga'; | |
17206 font-feature-settings: 'liga'; | |
17207 font-size: 1.46939em; | |
17208 text-transform: lowercase; | |
17209 position: absolute; | |
17210 top: 50%; | |
17211 right: 0.81633em; | |
17212 -webkit-transform: translateY(-50%); | |
17213 transform: translateY(-50%); | |
17214 line-height: 1; } | |
17215 | |
17216 .tablesaw-sortable-arrow { | |
17217 display: none; } | |
17218 | |
17219 .tablesaw-swipe .tablesaw-cell-persist { | |
17220 border-right: 0.0625rem solid #eee; } | |
17221 | |
17222 /* Editable | |
17223 ========================*/ | |
17224 .table-editable .tabledit-toolbar, | |
17225 .table-editable-inline .tabledit-toolbar { | |
17226 display: inline !important; } | |
17227 .table-editable .tabledit-toolbar .tabledit-save-button, .table-editable .tabledit-toolbar .tabledit-confirm-button, .table-editable .tabledit-toolbar .tabledit-restore-button, | |
17228 .table-editable-inline .tabledit-toolbar .tabledit-save-button, | |
17229 .table-editable-inline .tabledit-toolbar .tabledit-confirm-button, | |
17230 .table-editable-inline .tabledit-toolbar .tabledit-restore-button { | |
17231 margin-left: 0.66667em; } | |
17232 .table-editable .tabledit-toolbar .btn-group .btn, | |
17233 .table-editable-inline .tabledit-toolbar .btn-group .btn { | |
17234 cursor: pointer; } | |
17235 .table-editable .tabledit-toolbar .btn-group .btn span.glyphicon::before, | |
17236 .table-editable-inline .tabledit-toolbar .btn-group .btn span.glyphicon::before { | |
17237 font-family: "feather"; | |
17238 display: inline-block; | |
17239 line-height: 1; | |
17240 font-style: normal; | |
17241 font-size: 1.33333em; | |
17242 font-weight: 300; | |
17243 position: relative; | |
17244 top: 3px; } | |
17245 .table-editable .tabledit-toolbar .btn-group .btn .glyphicon-pencil::before, | |
17246 .table-editable-inline .tabledit-toolbar .btn-group .btn .glyphicon-pencil::before { | |
17247 content: "\e950"; } | |
17248 .table-editable .tabledit-toolbar .btn-group .btn .glyphicon-trash::before, | |
17249 .table-editable-inline .tabledit-toolbar .btn-group .btn .glyphicon-trash::before { | |
17250 content: "\e9cd"; } | |
17251 | |
17252 .table-editable tr.tabledit-deleted-row, | |
17253 .table-editable-inline tr.tabledit-deleted-row { | |
17254 display: none; } | |
17255 | |
17256 /* Footable | |
17257 ========================*/ | |
17258 .footable .footable-sortable .fooicon { | |
17259 display: none; } | |
17260 | |
17261 .footable .footable-sortable:before { | |
17262 content: 'sort'; | |
17263 opacity: 0; | |
17264 font-family: 'Material Icons'; | |
17265 -webkit-font-feature-settings: 'liga'; | |
17266 font-feature-settings: 'liga'; | |
17267 position: absolute; | |
17268 top: 50%; | |
17269 right: 0.71429em; | |
17270 -webkit-transform: translateY(-50%); | |
17271 transform: translateY(-50%); | |
17272 font-size: 1.28571em; | |
17273 -webkit-transition: all 0.3s ease; | |
17274 transition: all 0.3s ease; } | |
17275 | |
17276 .footable .footable-sortable:hover::before { | |
17277 opacity: 1; } | |
17278 | |
17279 .footable .footable-sortable.footable-asc::before { | |
17280 content: 'expand_more'; | |
17281 opacity: 1; } | |
17282 | |
17283 .footable .footable-sortable.footable-desc::before { | |
17284 content: 'expand_less'; | |
17285 opacity: 1; } | |
17286 | |
17287 .footable .footable-filtering th { | |
17288 border-top: none; } | |
17289 | |
17290 .footable .footable-filtering form.form-inline { | |
17291 margin-top: 0; | |
17292 margin-bottom: 1.07143em; | |
17293 float: right; } | |
17294 | |
17295 .footable .checkbox input[type="checkbox"] { | |
17296 opacity: 1; } | |
17297 | |
17298 .footable .footable-first-visible span::before { | |
17299 display: none; } | |
17300 | |
17301 .footable .footable-first-visible span::after { | |
17302 font-family: "FontAwesome"; | |
17303 display: block; | |
17304 font-style: normal; | |
17305 font-size: 1.28571em; | |
17306 font-weight: 300; } | |
17307 | |
17308 .footable .footable-first-visible .fooicon-plus::after { | |
17309 content: "\f067"; } | |
17310 | |
17311 .footable .footable-first-visible .fooicon-minus::after { | |
17312 content: "\f068"; } | |
17313 | |
17314 .footable .input-group-btn { | |
17315 display: inline-block; } | |
17316 .footable .input-group-btn .btn span.fooicon::before { | |
17317 display: none; } | |
17318 .footable .input-group-btn .btn span.fooicon::after { | |
17319 font-family: "FontAwesome"; | |
17320 display: block; | |
17321 font-style: normal; | |
17322 font-size: 1.06667em; | |
17323 font-weight: 300; } | |
17324 .footable .input-group-btn .btn .fooicon-search::after { | |
17325 content: "\f002"; } | |
17326 | |
17327 .footable .footable-paging span.label { | |
17328 font-size: 0.78571em; | |
17329 background: rgba(0, 0, 0, 0.7); | |
17330 color: #fff; } | |
17331 | |
17332 .footable .footable-paging .pagination { | |
17333 margin: auto; | |
17334 display: inline-block; } | |
17335 .footable .footable-paging .pagination > li.active > a { | |
17336 background: #51d2b7; | |
17337 border-color: #51d2b7; | |
17338 color: #fff; } | |
17339 .footable .footable-paging .pagination li a { | |
17340 position: relative; | |
17341 display: block; | |
17342 padding: 0.5rem 0.75rem; | |
17343 margin-left: -0.07143em; | |
17344 line-height: 1.25; | |
17345 color: #51d2b7; | |
17346 background-color: #fff; | |
17347 border: 0.0625rem solid #ddd; } | |
17348 .footable .footable-paging .pagination li a:hover { | |
17349 background: #51d2b7; | |
17350 border-color: #51d2b7; | |
17351 color: #fff; } | |
17352 .footable .footable-paging .pagination li.footable-page-nav[data-page="first"] a { | |
17353 border-top-left-radius: 0.25rem; | |
17354 border-bottom-left-radius: 0.25rem; } | |
17355 .footable .footable-paging .pagination li.footable-page-nav[data-page="last"] a { | |
17356 border-top-right-radius: 0.25rem; | |
17357 border-bottom-right-radius: 0.25rem; } | |
17358 | |
17359 table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] { | |
17360 line-height: 1em; | |
17361 height: 1em; | |
17362 top: 50%; | |
17363 -webkit-transform: translateY(-50%); | |
17364 transform: translateY(-50%); } | |
17365 | |
17366 .footable-filtering .footable-filtering-search .dropdown-menu li a { | |
17367 display: block; | |
17368 width: 100%; | |
17369 padding: 0.21429em 1.42857em; | |
17370 padding-top: 0.35714em; | |
17371 padding-bottom: 0.35714em; | |
17372 clear: both; | |
17373 font-weight: normal; | |
17374 color: #888; | |
17375 text-align: inherit; | |
17376 white-space: nowrap; | |
17377 background: none; | |
17378 border: 0; } | |
17379 .footable-filtering .footable-filtering-search .dropdown-menu li a:hover { | |
17380 color: #555; | |
17381 text-decoration: none; | |
17382 background-color: #f7fafc; } | |
17383 .footable-filtering .footable-filtering-search .dropdown-menu li a label { | |
17384 cursor: pointer; } | |
17385 | |
17386 /******************************** | |
17387 ********************************* | |
17388 Card | |
17389 ********************************* | |
17390 *********************************/ | |
17391 .card[class*='bg']:not([class*='card-inverse']) .card-header { | |
17392 background: inherit; } | |
17393 | |
17394 .card-blue { | |
17395 background: #0275d8; } | |
17396 | |
17397 .card-persian-blue { | |
17398 background: #4786ff; } | |
17399 | |
17400 .card-indigo { | |
17401 background: #6610f2; } | |
17402 | |
17403 .card-purple { | |
17404 background: #9c77ef; } | |
17405 | |
17406 .card-pink { | |
17407 background: #e83e8c; } | |
17408 | |
17409 .card-red { | |
17410 background: #e6614f; } | |
17411 | |
17412 .card-cerize-red { | |
17413 background: #fa607e; } | |
17414 | |
17415 .card-orange { | |
17416 background: #fb9678; } | |
17417 | |
17418 .card-yellow { | |
17419 background: #ffcc02; } | |
17420 | |
17421 .card-mustard { | |
17422 background: #fdb44d; } | |
17423 | |
17424 .card-green { | |
17425 background: #38d57a; } | |
17426 | |
17427 .card-teal { | |
17428 background: #20c997; } | |
17429 | |
17430 .card-cyan { | |
17431 background: #03a9f3; } | |
17432 | |
17433 .card-white { | |
17434 background: #fff; } | |
17435 | |
17436 .card-gray-light { | |
17437 background: #ddd; } | |
17438 | |
17439 .card-gray { | |
17440 background: #868e96; } | |
17441 | |
17442 .card-gray-dark { | |
17443 background: #343a40; } | |
17444 | |
17445 .card-violet { | |
17446 background: #9c27b0; } | |
17447 | |
17448 .card-brown { | |
17449 background: #795548; } | |
17450 | |
17451 .card-light-gray { | |
17452 background: #f9f9f9; } | |
17453 | |
17454 .card-slate { | |
17455 background: #607d8b; } | |
17456 | |
17457 .card-facebook { | |
17458 background: #4b64a6; } | |
17459 | |
17460 .card-twitter { | |
17461 background: #0dace3; } | |
17462 | |
17463 .card-googleplus { | |
17464 background: #dd4b39; } | |
17465 | |
17466 .card-linkedin { | |
17467 background: #007bb6; } | |
17468 | |
17469 .card-instagram { | |
17470 background: #3f729b; } | |
17471 | |
17472 .card-pinterest { | |
17473 background: #cb2027; } | |
17474 | |
17475 .card-dribbble { | |
17476 background: #ea4c89; } | |
17477 | |
17478 .card-youtube { | |
17479 background: #b00; } | |
17480 | |
17481 .card-title { | |
17482 margin-top: 0; } | |
17483 | |
17484 .card-header .list-icon { | |
17485 position: absolute; | |
17486 right: 0.625rem; | |
17487 top: 0.625rem; | |
17488 width: 3.125rem; | |
17489 height: 3.125rem; | |
17490 text-align: center; | |
17491 line-height: 3.125rem; | |
17492 border-radius: 100%; | |
17493 -webkit-transition: -webkit-transform 0.3s ease-in-out; | |
17494 transition: -webkit-transform 0.3s ease-in-out; | |
17495 transition: transform 0.3s ease-in-out; | |
17496 transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } | |
17497 | |
17498 .card-action { | |
17499 border-top: 1px solid rgba(0, 0, 0, 0.125); | |
17500 padding: 1.25rem; } | |
17501 | |
17502 .text-inverse .card-link:hover, .card-link:hover { | |
17503 text-decoration: none; } | |
17504 | |
17505 .card-link + .card-link { | |
17506 margin-left: 1em; } | |
17507 | |
17508 .card-expandable .card-body, .card-expandable .card-action { | |
17509 display: none; } | |
17510 | |
17511 .card-expandable.card-expanded .card-body, | |
17512 .card-expandable.card-expanded .card-action { | |
17513 display: block; } | |
17514 | |
17515 .card-expandable.card-expanded .list-icon { | |
17516 -webkit-transform: rotate(180deg); | |
17517 transform: rotate(180deg); } | |
17518 | |
17519 .card-expandable .card-header { | |
17520 cursor: pointer; } | |
17521 | |
17522 .card-outline-color-scheme { | |
17523 border-color: #8253eb; } | |
17524 .card-outline-color-scheme .card-footer, | |
17525 .card-outline-color-scheme .card-header { | |
17526 background: #8253eb; } | |
17527 | |
17528 .card-outline-color-scheme-dark { | |
17529 border-color: #835c9e; } | |
17530 .card-outline-color-scheme-dark .card-footer, | |
17531 .card-outline-color-scheme-dark .card-header { | |
17532 background: #835c9e; } | |
17533 | |
17534 .card-outline-content-color { | |
17535 border-color: #999; } | |
17536 .card-outline-content-color .card-footer, | |
17537 .card-outline-content-color .card-header { | |
17538 background: #999; } | |
17539 | |
17540 .card-outline-content { | |
17541 border-color: #999; } | |
17542 .card-outline-content .card-footer, | |
17543 .card-outline-content .card-header { | |
17544 background: #999; } | |
17545 | |
17546 .card-outline-primary { | |
17547 border-color: #8253eb; } | |
17548 .card-outline-primary .card-footer, | |
17549 .card-outline-primary .card-header { | |
17550 background: #8253eb; } | |
17551 | |
17552 .card-outline-secondary { | |
17553 border-color: #868e96; } | |
17554 .card-outline-secondary .card-footer, | |
17555 .card-outline-secondary .card-header { | |
17556 background: #868e96; } | |
17557 | |
17558 .card-outline-success { | |
17559 border-color: #38d57a; } | |
17560 .card-outline-success .card-footer, | |
17561 .card-outline-success .card-header { | |
17562 background: #38d57a; } | |
17563 | |
17564 .card-outline-info { | |
17565 border-color: #03a9f3; } | |
17566 .card-outline-info .card-footer, | |
17567 .card-outline-info .card-header { | |
17568 background: #03a9f3; } | |
17569 | |
17570 .card-outline-warning { | |
17571 border-color: #ffcc02; } | |
17572 .card-outline-warning .card-footer, | |
17573 .card-outline-warning .card-header { | |
17574 background: #ffcc02; } | |
17575 | |
17576 .card-outline-danger { | |
17577 border-color: #e6614f; } | |
17578 .card-outline-danger .card-footer, | |
17579 .card-outline-danger .card-header { | |
17580 background: #e6614f; } | |
17581 | |
17582 .card-outline-light { | |
17583 border-color: #f8f9fa; } | |
17584 .card-outline-light .card-footer, | |
17585 .card-outline-light .card-header { | |
17586 background: #f8f9fa; } | |
17587 | |
17588 .card-outline-dark { | |
17589 border-color: #343a40; } | |
17590 .card-outline-dark .card-footer, | |
17591 .card-outline-dark .card-header { | |
17592 background: #343a40; } | |
17593 | |
17594 .card-outline-gray-100 { | |
17595 border-color: #f8f9fa; } | |
17596 .card-outline-gray-100 .card-footer, | |
17597 .card-outline-gray-100 .card-header { | |
17598 background: #f8f9fa; } | |
17599 | |
17600 .card-outline-gray-200 { | |
17601 border-color: #ddd; } | |
17602 .card-outline-gray-200 .card-footer, | |
17603 .card-outline-gray-200 .card-header { | |
17604 background: #ddd; } | |
17605 | |
17606 .card-outline-gray-300 { | |
17607 border-color: #bbb; } | |
17608 .card-outline-gray-300 .card-footer, | |
17609 .card-outline-gray-300 .card-header { | |
17610 background: #bbb; } | |
17611 | |
17612 .card-outline-gray-400 { | |
17613 border-color: #aaa; } | |
17614 .card-outline-gray-400 .card-footer, | |
17615 .card-outline-gray-400 .card-header { | |
17616 background: #aaa; } | |
17617 | |
17618 .card-outline-gray-500 { | |
17619 border-color: #999; } | |
17620 .card-outline-gray-500 .card-footer, | |
17621 .card-outline-gray-500 .card-header { | |
17622 background: #999; } | |
17623 | |
17624 .card-outline-gray-600 { | |
17625 border-color: #868e96; } | |
17626 .card-outline-gray-600 .card-footer, | |
17627 .card-outline-gray-600 .card-header { | |
17628 background: #868e96; } | |
17629 | |
17630 .card-outline-gray-700 { | |
17631 border-color: #495057; } | |
17632 .card-outline-gray-700 .card-footer, | |
17633 .card-outline-gray-700 .card-header { | |
17634 background: #495057; } | |
17635 | |
17636 .card-outline-gray-800 { | |
17637 border-color: #343a40; } | |
17638 .card-outline-gray-800 .card-footer, | |
17639 .card-outline-gray-800 .card-header { | |
17640 background: #343a40; } | |
17641 | |
17642 .card-outline-gray-900 { | |
17643 border-color: #212529; } | |
17644 .card-outline-gray-900 .card-footer, | |
17645 .card-outline-gray-900 .card-header { | |
17646 background: #212529; } | |
17647 | |
17648 .card-outline-blue { | |
17649 border-color: #0275d8; } | |
17650 .card-outline-blue .card-footer, | |
17651 .card-outline-blue .card-header { | |
17652 background: #0275d8; } | |
17653 | |
17654 .card-outline-persian-blue { | |
17655 border-color: #4786ff; } | |
17656 .card-outline-persian-blue .card-footer, | |
17657 .card-outline-persian-blue .card-header { | |
17658 background: #4786ff; } | |
17659 | |
17660 .card-outline-indigo { | |
17661 border-color: #6610f2; } | |
17662 .card-outline-indigo .card-footer, | |
17663 .card-outline-indigo .card-header { | |
17664 background: #6610f2; } | |
17665 | |
17666 .card-outline-purple { | |
17667 border-color: #9c77ef; } | |
17668 .card-outline-purple .card-footer, | |
17669 .card-outline-purple .card-header { | |
17670 background: #9c77ef; } | |
17671 | |
17672 .card-outline-pink { | |
17673 border-color: #e83e8c; } | |
17674 .card-outline-pink .card-footer, | |
17675 .card-outline-pink .card-header { | |
17676 background: #e83e8c; } | |
17677 | |
17678 .card-outline-red { | |
17679 border-color: #e6614f; } | |
17680 .card-outline-red .card-footer, | |
17681 .card-outline-red .card-header { | |
17682 background: #e6614f; } | |
17683 | |
17684 .card-outline-cerize-red { | |
17685 border-color: #fa607e; } | |
17686 .card-outline-cerize-red .card-footer, | |
17687 .card-outline-cerize-red .card-header { | |
17688 background: #fa607e; } | |
17689 | |
17690 .card-outline-orange { | |
17691 border-color: #fb9678; } | |
17692 .card-outline-orange .card-footer, | |
17693 .card-outline-orange .card-header { | |
17694 background: #fb9678; } | |
17695 | |
17696 .card-outline-yellow { | |
17697 border-color: #ffcc02; } | |
17698 .card-outline-yellow .card-footer, | |
17699 .card-outline-yellow .card-header { | |
17700 background: #ffcc02; } | |
17701 | |
17702 .card-outline-mustard { | |
17703 border-color: #fdb44d; } | |
17704 .card-outline-mustard .card-footer, | |
17705 .card-outline-mustard .card-header { | |
17706 background: #fdb44d; } | |
17707 | |
17708 .card-outline-green { | |
17709 border-color: #38d57a; } | |
17710 .card-outline-green .card-footer, | |
17711 .card-outline-green .card-header { | |
17712 background: #38d57a; } | |
17713 | |
17714 .card-outline-teal { | |
17715 border-color: #20c997; } | |
17716 .card-outline-teal .card-footer, | |
17717 .card-outline-teal .card-header { | |
17718 background: #20c997; } | |
17719 | |
17720 .card-outline-cyan { | |
17721 border-color: #03a9f3; } | |
17722 .card-outline-cyan .card-footer, | |
17723 .card-outline-cyan .card-header { | |
17724 background: #03a9f3; } | |
17725 | |
17726 .card-outline-white { | |
17727 border-color: #fff; } | |
17728 .card-outline-white .card-footer, | |
17729 .card-outline-white .card-header { | |
17730 background: #fff; } | |
17731 | |
17732 .card-outline-gray-light { | |
17733 border-color: #ddd; } | |
17734 .card-outline-gray-light .card-footer, | |
17735 .card-outline-gray-light .card-header { | |
17736 background: #ddd; } | |
17737 | |
17738 .card-outline-gray { | |
17739 border-color: #868e96; } | |
17740 .card-outline-gray .card-footer, | |
17741 .card-outline-gray .card-header { | |
17742 background: #868e96; } | |
17743 | |
17744 .card-outline-gray-dark { | |
17745 border-color: #343a40; } | |
17746 .card-outline-gray-dark .card-footer, | |
17747 .card-outline-gray-dark .card-header { | |
17748 background: #343a40; } | |
17749 | |
17750 .card-outline-violet { | |
17751 border-color: #9c27b0; } | |
17752 .card-outline-violet .card-footer, | |
17753 .card-outline-violet .card-header { | |
17754 background: #9c27b0; } | |
17755 | |
17756 .card-outline-brown { | |
17757 border-color: #795548; } | |
17758 .card-outline-brown .card-footer, | |
17759 .card-outline-brown .card-header { | |
17760 background: #795548; } | |
17761 | |
17762 .card-outline-light-gray { | |
17763 border-color: #f9f9f9; } | |
17764 .card-outline-light-gray .card-footer, | |
17765 .card-outline-light-gray .card-header { | |
17766 background: #f9f9f9; } | |
17767 | |
17768 .card-outline-slate { | |
17769 border-color: #607d8b; } | |
17770 .card-outline-slate .card-footer, | |
17771 .card-outline-slate .card-header { | |
17772 background: #607d8b; } | |
17773 | |
17774 .card-outline-facebook { | |
17775 border-color: #4b64a6; } | |
17776 .card-outline-facebook .card-footer, | |
17777 .card-outline-facebook .card-header { | |
17778 background: #4b64a6; } | |
17779 | |
17780 .card-outline-twitter { | |
17781 border-color: #0dace3; } | |
17782 .card-outline-twitter .card-footer, | |
17783 .card-outline-twitter .card-header { | |
17784 background: #0dace3; } | |
17785 | |
17786 .card-outline-googleplus { | |
17787 border-color: #dd4b39; } | |
17788 .card-outline-googleplus .card-footer, | |
17789 .card-outline-googleplus .card-header { | |
17790 background: #dd4b39; } | |
17791 | |
17792 .card-outline-linkedin { | |
17793 border-color: #007bb6; } | |
17794 .card-outline-linkedin .card-footer, | |
17795 .card-outline-linkedin .card-header { | |
17796 background: #007bb6; } | |
17797 | |
17798 .card-outline-instagram { | |
17799 border-color: #3f729b; } | |
17800 .card-outline-instagram .card-footer, | |
17801 .card-outline-instagram .card-header { | |
17802 background: #3f729b; } | |
17803 | |
17804 .card-outline-pinterest { | |
17805 border-color: #cb2027; } | |
17806 .card-outline-pinterest .card-footer, | |
17807 .card-outline-pinterest .card-header { | |
17808 background: #cb2027; } | |
17809 | |
17810 .card-outline-dribbble { | |
17811 border-color: #ea4c89; } | |
17812 .card-outline-dribbble .card-footer, | |
17813 .card-outline-dribbble .card-header { | |
17814 background: #ea4c89; } | |
17815 | |
17816 .card-outline-youtube { | |
17817 border-color: #b00; } | |
17818 .card-outline-youtube .card-footer, | |
17819 .card-outline-youtube .card-header { | |
17820 background: #b00; } | |
17821 | |
17822 [class*='card-outline'] .card-block { | |
17823 background: #fff; | |
17824 border-bottom-left-radius: 0.25rem; | |
17825 border-bottom-right-radius: 0.25rem; } | |
17826 | |
17827 [class*='card-outline'] .card-footer, | |
17828 [class*='card-outline'] .card-header { | |
17829 color: #fff; } | |
17830 [class*='card-outline'] .card-footer h1, [class*='card-outline'] .card-footer h2, [class*='card-outline'] .card-footer h3, [class*='card-outline'] .card-footer h4, [class*='card-outline'] .card-footer h5, [class*='card-outline'] .card-footer h6, | |
17831 [class*='card-outline'] .card-header h1, | |
17832 [class*='card-outline'] .card-header h2, | |
17833 [class*='card-outline'] .card-header h3, | |
17834 [class*='card-outline'] .card-header h4, | |
17835 [class*='card-outline'] .card-header h5, | |
17836 [class*='card-outline'] .card-header h6 { | |
17837 color: inherit; } | |
17838 | |
17839 .card-body { | |
17840 z-index: 1; } | |
17841 | |
17842 .blog-post-new .card-header { | |
17843 position: relative; | |
17844 z-index: 1; } | |
17845 .blog-post-new .card-header::before { | |
17846 content: ""; | |
17847 position: absolute; | |
17848 right: 0; | |
17849 bottom: 0; | |
17850 left: 0; | |
17851 height: 7.14286em; | |
17852 -webkit-transform: skewY(-4deg) translateY(70%); | |
17853 transform: skewY(-4deg) translateY(70%); | |
17854 background: #fff; | |
17855 z-index: 0; } | |
17856 .blog-post-new .card-header .user-image { | |
17857 position: absolute; | |
17858 right: 2.85714em; | |
17859 bottom: -0.35714em; } | |
17860 .blog-post-new .card-header .badge, .blog-post-new .card-header .label { | |
17861 position: absolute; | |
17862 padding: 0.57143em 1.14286em; | |
17863 top: 1.42857em; | |
17864 left: 1.42857em; } | |
17865 .blog-post-new .card-header .badge::before, .blog-post-new .card-header .label::before { | |
17866 content: ""; | |
17867 position: absolute; | |
17868 right: -1em; | |
17869 top: 0; | |
17870 border-style: solid; | |
17871 border-width: 0px 0 15.5px 14px; | |
17872 border-color: transparent transparent transparent #e6614f; } | |
17873 .blog-post-new .card-header .badge::after, .blog-post-new .card-header .label::after { | |
17874 content: ""; | |
17875 position: absolute; | |
17876 right: -1em; | |
17877 bottom: 0; | |
17878 border-style: solid; | |
17879 border-width: 15.5px 0 0 14px; | |
17880 border-color: transparent transparent transparent #e6614f; } | |
17881 | |
17882 .blog-post-new .card-body { | |
17883 padding-left: 2.14286em; | |
17884 padding-right: 2.14286em; } | |
17885 .blog-post-new .card-body p { | |
17886 font-size: 0.92857em; | |
17887 line-height: 1.78571em; } | |
17888 | |
17889 .blog-post-new .card-action a { | |
17890 font-weight: 400; | |
17891 font-size: 0.92857em; } | |
17892 .blog-post-new .card-action a i { | |
17893 font-size: 1.14286em; } | |
17894 | |
17895 body.rtl .blog-post-new .card-header .user-image { | |
17896 right: auto; | |
17897 left: 2.85714em; } | |
17898 | |
17899 .listing-card { | |
17900 background: #fff; | |
17901 border-radius: 3px; | |
17902 overflow: hidden; | |
17903 margin-bottom: 6px; | |
17904 width: 100%; } | |
17905 .listing-card header, .listing-card .card-info, .listing-card footer { | |
17906 padding-left: 15px; | |
17907 padding-right: 15px; } | |
17908 .listing-card h4 { | |
17909 font-size: 1.6em; } | |
17910 .listing-card figure { | |
17911 position: relative; } | |
17912 .listing-card figure a:not(.add-to-favourites) { | |
17913 display: block; } | |
17914 .listing-card figure img { | |
17915 width: 100%; | |
17916 height: auto; } | |
17917 .listing-card .add-to-favourites { | |
17918 position: absolute; | |
17919 top: 15px; | |
17920 right: 15px; | |
17921 padding: 10px; | |
17922 border-radius: 3px; | |
17923 background: #000; | |
17924 opacity: .6; | |
17925 color: #fff; | |
17926 line-height: 1; } | |
17927 .listing-card .add-to-favourites:hover { | |
17928 opacity: .8; } | |
17929 .listing-card .add-to-favourites i { | |
17930 font-size: 1.06667em; | |
17931 line-height: 1; } | |
17932 .listing-card .card-info { | |
17933 font-family: "Montserrat", sans-serif; | |
17934 font-size: 0.93333em; | |
17935 color: #bbb; | |
17936 font-weight: 500; | |
17937 margin-top: 1.78571em; | |
17938 letter-spacing: -1px; } | |
17939 .listing-card .card-info strong { | |
17940 color: #666; } | |
17941 .listing-card svg { | |
17942 width: 36px; | |
17943 height: 36px; | |
17944 vertical-align: middle; | |
17945 position: relative; | |
17946 top: -2px; } | |
17947 .listing-card .card-info-baths svg { | |
17948 top: -6px; } | |
17949 .listing-card .card-info path, | |
17950 .listing-card .card-info line, | |
17951 .listing-card .card-info g { | |
17952 stroke: #bbb; } | |
17953 .listing-card header { | |
17954 color: #666; | |
17955 margin-top: 1.875rem; } | |
17956 .listing-card footer { | |
17957 padding-top: 15px; | |
17958 padding-bottom: 20px; | |
17959 border-top: 1px solid #eef1f2; } | |
17960 .listing-card footer .float-left { | |
17961 font-family: "Montserrat", sans-serif; | |
17962 font-size: 0.86667em; | |
17963 font-weight: 600; | |
17964 padding-top: 5px; } | |
17965 .listing-card footer .float-left i { | |
17966 position: relative; | |
17967 top: 2px; | |
17968 margin-right: 5px; } | |
17969 .listing-card .btn { | |
17970 text-transform: uppercase; | |
17971 font-weight: 700; | |
17972 letter-spacing: 0px; | |
17973 font-size: 0.73333em; } | |
17974 | |
17975 /******************************** | |
17976 ********************************* | |
17977 Blog Post | |
17978 ********************************* | |
17979 *********************************/ | |
17980 .blog-post-single, | |
17981 .blog-post { | |
17982 display: inline-block; } | |
17983 .blog-post-single figure, | |
17984 .blog-post figure { | |
17985 margin-bottom: 0; } | |
17986 .blog-post-single p:last-child, | |
17987 .blog-post p:last-child { | |
17988 margin-bottom: 0; } | |
17989 | |
17990 .blog-post-card { | |
17991 background: #fff; | |
17992 overflow: hidden; | |
17993 border-radius: .5rem; | |
17994 border: 0.0625rem solid #eef1f2; | |
17995 display: block; | |
17996 margin-bottom: 1.875rem; } | |
17997 .blog-post-card .blog-post-content, | |
17998 .blog-post-card footer, | |
17999 .blog-post-card header { | |
18000 position: relative; | |
18001 padding-left: 2.14286em; | |
18002 padding-right: 2.14286em; } | |
18003 .blog-post-card > figure { | |
18004 display: -webkit-box; | |
18005 display: -ms-flexbox; | |
18006 display: flex; } | |
18007 .blog-post-card > figure a { | |
18008 -webkit-box-flex: 1; | |
18009 -ms-flex: 1; | |
18010 flex: 1; } | |
18011 .blog-post-card > figure img { | |
18012 width: 100%; } | |
18013 .blog-post-card header { | |
18014 padding-top: 1.78571em; } | |
18015 .blog-post-card .blog-post-share-links { | |
18016 position: absolute; | |
18017 top: 0; | |
18018 left: 2.85714em; | |
18019 padding-left: 2.85714em; | |
18020 -webkit-transform: translateY(-50%); | |
18021 transform: translateY(-50%); | |
18022 overflow: hidden; | |
18023 -webkit-transition: -webkit-transform 0.3s ease; | |
18024 transition: -webkit-transform 0.3s ease; | |
18025 transition: transform 0.3s ease; | |
18026 transition: transform 0.3s ease, -webkit-transform 0.3s ease; | |
18027 max-width: 0; | |
18028 height: 2.85714em; } | |
18029 .blog-post-card .blog-post-share-links > li { | |
18030 padding: 0; | |
18031 padding-left: 0.71429em; | |
18032 margin-right: 0; | |
18033 height: 2.85714em; | |
18034 -webkit-transition: all 0.3s ease; | |
18035 transition: all 0.3s ease; | |
18036 -webkit-transition-delay: 0s; | |
18037 transition-delay: 0s; } | |
18038 .blog-post-card .blog-post-share-links > li:first-child { | |
18039 padding-left: 0; | |
18040 position: absolute; | |
18041 top: 0; | |
18042 left: 0; | |
18043 z-index: 2; } | |
18044 .blog-post-card .blog-post-share-links > li:not(:first-child) { | |
18045 opacity: 0; | |
18046 -webkit-transform: translateX(-1.25rem) rotate(0deg); | |
18047 transform: translateX(-1.25rem) rotate(0deg); } | |
18048 .blog-post-card .blog-post-share-links.active, .blog-post-card .blog-post-share-links:hover { | |
18049 max-width: 56.25rem; } | |
18050 .blog-post-card .blog-post-share-links.active > li:not(:first-child), .blog-post-card .blog-post-share-links:hover > li:not(:first-child) { | |
18051 opacity: 1; | |
18052 -webkit-transform: translateX(0); | |
18053 transform: translateX(0); } | |
18054 .blog-post-card .blog-post-share-links.active li:first-child, .blog-post-card .blog-post-share-links:hover li:first-child { | |
18055 -webkit-transform: rotate(360deg); | |
18056 transform: rotate(360deg); } | |
18057 .blog-post-card .blog-post-share-links.active li:nth-child(1), .blog-post-card .blog-post-share-links:hover li:nth-child(1) { | |
18058 -webkit-transition-delay: 0.05s; | |
18059 transition-delay: 0.05s; } | |
18060 .blog-post-card .blog-post-share-links.active li:nth-child(2), .blog-post-card .blog-post-share-links:hover li:nth-child(2) { | |
18061 -webkit-transition-delay: 0.1s; | |
18062 transition-delay: 0.1s; } | |
18063 .blog-post-card .blog-post-share-links.active li:nth-child(3), .blog-post-card .blog-post-share-links:hover li:nth-child(3) { | |
18064 -webkit-transition-delay: 0.15s; | |
18065 transition-delay: 0.15s; } | |
18066 .blog-post-card .blog-post-share-links.active li:nth-child(4), .blog-post-card .blog-post-share-links:hover li:nth-child(4) { | |
18067 -webkit-transition-delay: 0.2s; | |
18068 transition-delay: 0.2s; } | |
18069 .blog-post-card .blog-post-share-links.active li:nth-child(5), .blog-post-card .blog-post-share-links:hover li:nth-child(5) { | |
18070 -webkit-transition-delay: 0.25s; | |
18071 transition-delay: 0.25s; } | |
18072 .blog-post-card .blog-post-share-links.active li:nth-child(6), .blog-post-card .blog-post-share-links:hover li:nth-child(6) { | |
18073 -webkit-transition-delay: 0.3s; | |
18074 transition-delay: 0.3s; } | |
18075 .blog-post-card .blog-post-share-links.active li:nth-child(7), .blog-post-card .blog-post-share-links:hover li:nth-child(7) { | |
18076 -webkit-transition-delay: 0.35s; | |
18077 transition-delay: 0.35s; } | |
18078 .blog-post-card .blog-post-share-links.active li:nth-child(8), .blog-post-card .blog-post-share-links:hover li:nth-child(8) { | |
18079 -webkit-transition-delay: 0.4s; | |
18080 transition-delay: 0.4s; } | |
18081 .blog-post-card .blog-post-share-links.active li:nth-child(9), .blog-post-card .blog-post-share-links:hover li:nth-child(9) { | |
18082 -webkit-transition-delay: 0.45s; | |
18083 transition-delay: 0.45s; } | |
18084 .blog-post-card .blog-post-share-links.active li:nth-child(10), .blog-post-card .blog-post-share-links:hover li:nth-child(10) { | |
18085 -webkit-transition-delay: 0.5s; | |
18086 transition-delay: 0.5s; } | |
18087 .blog-post-card .blog-post-share-links a { | |
18088 display: inline-block; | |
18089 color: #fff; | |
18090 height: 2.85714em; | |
18091 width: 2.85714em; | |
18092 text-align: center; | |
18093 border-radius: 6.25rem; } | |
18094 .blog-post-card .blog-post-share-links a i { | |
18095 line-height: 1.33333em; | |
18096 font-size: 2.14286em; } | |
18097 .blog-post-card .blog-post-title { | |
18098 margin: 0.71429em 0 1.42857em; } | |
18099 .blog-post-card .blog-post-title a { | |
18100 color: #999; } | |
18101 .blog-post-card .blog-post-title a:focus, .blog-post-card .blog-post-title a:hover { | |
18102 color: #8253eb; } | |
18103 .blog-post-card .blog-post-tags { | |
18104 font-size: 0.9em; } | |
18105 .blog-post-card .blog-post-tags ul { | |
18106 margin-left: 0; } | |
18107 .blog-post-card .blog-post-tags ul > li { | |
18108 padding: 0; } | |
18109 .blog-post-card .blog-post-tags ul > li:after { | |
18110 content: ','; } | |
18111 .blog-post-card .blog-post-tags ul > li:last-child:after { | |
18112 content: ''; } | |
18113 .blog-post-card .blog-post-content { | |
18114 margin-top: 2em; } | |
18115 .blog-post-card footer { | |
18116 padding-bottom: 2.85714em; } | |
18117 .blog-post-card.blog-post-single header { | |
18118 padding-top: 3.57143em; } | |
18119 .blog-post-card.blog-post-single .blog-post-content { | |
18120 margin-bottom: 2.85714em; } | |
18121 | |
18122 /******************************** | |
18123 ********************************* | |
18124 Comments | |
18125 ********************************* | |
18126 *********************************/ | |
18127 .blog-post-comments .comment { | |
18128 -ms-flex-wrap: wrap; | |
18129 flex-wrap: wrap; } | |
18130 .blog-post-comments .comment > figure { | |
18131 margin-right: 1.875rem; } | |
18132 | |
18133 .blog-post-comments .comment-body { | |
18134 background: #fff; | |
18135 padding: 20px 20px; } | |
18136 .blog-post-comments .comment-body p:last-child { | |
18137 margin-bottom: 0; } | |
18138 | |
18139 .blog-post-comments .replies { | |
18140 margin-top: 1.875rem; | |
18141 padding-left: 5.625rem; | |
18142 width: 100%; } | |
18143 | |
18144 .rtl .blog-post-comments .comment > figure { | |
18145 margin-left: 1.875rem; | |
18146 margin-right: 0; } | |
18147 | |
18148 .rtl .blog-post-comments .replies { | |
18149 padding-left: 0; | |
18150 padding-right: 5.625rem; } | |
18151 | |
18152 /******************************** | |
18153 ********************************* | |
18154 Sidebar | |
18155 ********************************* | |
18156 *********************************/ | |
18157 .blog-page-sidebar .widget { | |
18158 margin-bottom: 3.57143em; } | |
18159 | |
18160 .blog-page-sidebar .widget-title { | |
18161 margin-top: 0; | |
18162 font-size: 1.25rem; | |
18163 padding-bottom: 1.25rem; | |
18164 position: relative; | |
18165 margin-bottom: 1.25rem; } | |
18166 .blog-page-sidebar .widget-title:after { | |
18167 content: ''; | |
18168 width: 2.5rem; | |
18169 height: 1px; | |
18170 background: #8253eb; | |
18171 display: block; | |
18172 position: absolute; | |
18173 bottom: 0; | |
18174 left: 0; } | |
18175 | |
18176 .rtl .blog-page-sidebar .widget-title::after { | |
18177 position: absolute; | |
18178 right: 0; | |
18179 bottom: 0; | |
18180 left: auto; } | |
18181 | |
18182 .blog-page-sidebar .widget_tag_cloud .tagcloud a { | |
18183 font-family: "Montserrat", sans-serif; | |
18184 line-height: 1.3; } | |
18185 | |
18186 .blog-page-sidebar .widget_archives ul { | |
18187 list-style: none; | |
18188 padding: 0; } | |
18189 | |
18190 .blog-page-sidebar .widget_archives li { | |
18191 display: -webkit-box; | |
18192 display: -ms-flexbox; | |
18193 display: flex; | |
18194 border-bottom: 1px dashed rgba(153, 153, 153, 0.3); | |
18195 margin-bottom: .5em; | |
18196 padding-bottom: .5em; | |
18197 padding-bottom: .5em; | |
18198 font-family: "Montserrat", sans-serif; | |
18199 color: #bbb; } | |
18200 | |
18201 .blog-page-sidebar .widget_archives a { | |
18202 -webkit-box-flex: 1; | |
18203 -ms-flex: 1; | |
18204 flex: 1; } | |
18205 | |
18206 /******************************** | |
18207 ********************************* | |
18208 Carousel | |
18209 ********************************* | |
18210 *********************************/ | |
18211 .carousel.slick-slider .slick-slide img { | |
18212 width: 100%; | |
18213 height: auto; } | |
18214 | |
18215 .carousel.slick-slider.slick-dotted.slick-slider { | |
18216 margin-bottom: 4.28571em; } | |
18217 | |
18218 .carousel.slick-slider .slick-slide { | |
18219 max-width: 100%; | |
18220 height: auto; } | |
18221 | |
18222 .carousel.slick-slider .slick-arrow:before { | |
18223 font-size: 2.25rem; | |
18224 display: block; } | |
18225 | |
18226 .carousel.slick-slider .slick-next, .carousel.slick-slider .slick-prev { | |
18227 height: 3.75rem; | |
18228 width: 3.75rem; | |
18229 z-index: 3; } | |
18230 | |
18231 .carousel.slick-slider .slick-next { | |
18232 right: 1.5625rem; } | |
18233 .carousel.slick-slider .slick-next:before { | |
18234 content: "keyboard_arrow_right"; | |
18235 font-family: "Material Icons"; } | |
18236 | |
18237 .carousel.slick-slider .slick-prev { | |
18238 left: 1.5625rem; } | |
18239 .carousel.slick-slider .slick-prev:before { | |
18240 content: "keyboard_arrow_left"; | |
18241 font-family: "Material Icons"; } | |
18242 | |
18243 .carousel.slick-slider .slick-dots { | |
18244 bottom: -3.4375rem; } | |
18245 .carousel.slick-slider .slick-dots li { | |
18246 padding: 0 0.3125rem; } | |
18247 .carousel.slick-slider .slick-dots li.slick-active button:before { | |
18248 -webkit-transform: scale(1.5); | |
18249 transform: scale(1.5); | |
18250 -webkit-transform-origin: center center; | |
18251 transform-origin: center center; | |
18252 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, 0, 0.265, 1); | |
18253 transition: -webkit-transform 0.3s cubic-bezier(0.68, 0, 0.265, 1); | |
18254 transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1); | |
18255 transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.3s cubic-bezier(0.68, 0, 0.265, 1); } | |
18256 .carousel.slick-slider .slick-dots li button:before { | |
18257 height: 0.625rem; | |
18258 width: 0.625rem; | |
18259 content: ""; | |
18260 display: block; | |
18261 background: #8253eb; | |
18262 border-radius: 100px; | |
18263 -webkit-transition: all 0.3s ease; | |
18264 transition: all 0.3s ease; | |
18265 opacity: 0.2; } | |
18266 | |
18267 .carousel.slick-slider .single-item-caption { | |
18268 background: #fff; | |
18269 text-shadow: none; | |
18270 bottom: auto; | |
18271 top: 50%; | |
18272 left: 50%; | |
18273 -webkit-transform: translateY(-50%) translateX(-50%); | |
18274 transform: translateY(-50%) translateX(-50%); } | |
18275 .carousel.slick-slider .single-item-caption .single-item-caption-inside { | |
18276 border: 6px solid #e0f0ed; | |
18277 margin: 0 1.42857em 0 1.42857em; | |
18278 padding-bottom: 1.42857em; } | |
18279 .carousel.slick-slider .single-item-caption .single-item-caption-inside p { | |
18280 color: #000; } | |
18281 | |
18282 .carousel.slick-slider .carousel-caption { | |
18283 width: 50%; | |
18284 left: 50%; | |
18285 right: auto; } | |
18286 | |
18287 body.rtl .carousel.slick-slider { | |
18288 direction: ltr; } | |
18289 | |
18290 .multi-slide-carousel { | |
18291 /* the parent */ } | |
18292 .multi-slide-carousel .slick-slide { | |
18293 margin-left: 0.125rem; } | |
18294 .multi-slide-carousel .slick-list { | |
18295 margin-left: -0.125rem; } | |
18296 .multi-slide-carousel .item-image { | |
18297 position: relative; } | |
18298 .multi-slide-carousel .item-image .img-shadow .shadow { | |
18299 position: absolute; | |
18300 width: 100%; | |
18301 height: 100%; | |
18302 -webkit-box-shadow: inset 0 -100px 70px -30px rgba(0, 0, 0, 0.7); | |
18303 box-shadow: inset 0 -100px 70px -30px rgba(0, 0, 0, 0.7); | |
18304 top: 0; | |
18305 left: 0; } | |
18306 .multi-slide-carousel .item-image .header-caption { | |
18307 position: absolute; | |
18308 top: 0; | |
18309 padding: 1.42857em; } | |
18310 .multi-slide-carousel .item-image .header-caption a { | |
18311 position: relative; | |
18312 font-family: "Roboto", sans-serif; | |
18313 font-size: 0.85714em; | |
18314 color: #fff; | |
18315 padding: 0.41667em 0.66667em; | |
18316 border-radius: 5px; | |
18317 border-bottom-left-radius: 0; | |
18318 display: inline-block; } | |
18319 .multi-slide-carousel .item-image .header-caption a .triangle-top-left { | |
18320 display: inline-block; | |
18321 position: absolute; | |
18322 left: 0; | |
18323 top: 100%; | |
18324 width: 0; | |
18325 height: 0; | |
18326 border-style: solid; | |
18327 border-width: 6px 4px 0 0; | |
18328 border-color: #38d57a transparent transparent transparent; } | |
18329 .multi-slide-carousel .item-image .content-caption { | |
18330 cursor: pointer; | |
18331 font-weight: 300; | |
18332 position: absolute; | |
18333 bottom: -4.64286em; | |
18334 padding: 0 1.42857em; | |
18335 -webkit-transition: all .4s ease-in-out; | |
18336 transition: all .4s ease-in-out; } | |
18337 @media (min-width: 768px) and (max-width: 1023px) { | |
18338 .multi-slide-carousel .item-image .content-caption { | |
18339 -webkit-transition: none; | |
18340 transition: none; | |
18341 bottom: 0; } | |
18342 .multi-slide-carousel .item-image .content-caption .item-desc { | |
18343 display: none; } } | |
18344 @media (max-width: 767px) { | |
18345 .multi-slide-carousel .item-image .content-caption { | |
18346 -webkit-transition: none; | |
18347 transition: none; | |
18348 bottom: 0; } | |
18349 .multi-slide-carousel .item-image .content-caption .item-desc { | |
18350 display: none; } } | |
18351 .multi-slide-carousel .item-image .content-caption .item-title { | |
18352 text-decoration: none; | |
18353 margin-bottom: 0.71429em; } | |
18354 .multi-slide-carousel .item-image .content-caption .item-title h3 { | |
18355 font-family: "Roboto", sans-serif; } | |
18356 .multi-slide-carousel .item-image:hover .content-caption { | |
18357 bottom: 0; } | |
18358 body.rtl .multi-slide-carousel .item-image .content-caption { | |
18359 direction: rtl; } | |
18360 | |
18361 /******************************** | |
18362 ********************************* | |
18363 Tabs | |
18364 ********************************* | |
18365 *********************************/ | |
18366 .nav-tabs a, | |
18367 .nav-pills a { | |
18368 color: #444; } | |
18369 | |
18370 .nav-tabs { | |
18371 position: relative; } | |
18372 .nav-tabs li a { | |
18373 font-weight: 600; | |
18374 color: #313a46; } | |
18375 .nav-tabs li a:hover { | |
18376 background: rgba(0, 0, 0, 0.03); } | |
18377 .nav-tabs li.active a, | |
18378 .nav-tabs li.active a:focus, | |
18379 .nav-tabs li.active a:hover { | |
18380 color: #8253eb; | |
18381 border-color: #ddd #ddd #fff; } | |
18382 .nav-tabs .nav-link.active, | |
18383 .nav-tabs .nav-item.show .nav-link { | |
18384 border-color: #ddd #ddd #fff; | |
18385 background: none; } | |
18386 .nav-tabs .list-icon { | |
18387 font-size: 1.125rem; | |
18388 vertical-align: middle; | |
18389 position: relative; | |
18390 top: -0.0625rem; } | |
18391 | |
18392 .tab-content { | |
18393 padding-top: 1.42857em; | |
18394 padding: 20px; | |
18395 background: #fff; } | |
18396 | |
18397 /* Vertical Tabs | |
18398 ========================*/ | |
18399 .tabs-vertical { | |
18400 display: -webkit-box; | |
18401 display: -ms-flexbox; | |
18402 display: flex; } | |
18403 .tabs-vertical .nav-tabs { | |
18404 -ms-flex-preferred-size: 10.71429em; | |
18405 flex-basis: 10.71429em; | |
18406 border: 0; } | |
18407 .tabs-vertical .nav-tabs li a { | |
18408 border: 0; | |
18409 border-radius: 2px; } | |
18410 .tabs-vertical .nav-tabs li.active a, | |
18411 .tabs-vertical .nav-tabs li.active a:focus, | |
18412 .tabs-vertical .nav-tabs li.active a:hover, | |
18413 .tabs-vertical .nav-tabs .nav-link.active, | |
18414 .tabs-vertical .nav-tabs .nav-item.show .nav-link { | |
18415 color: #fff !important; | |
18416 background: #8253eb; | |
18417 border: 0; } | |
18418 .tabs-vertical .tab-content { | |
18419 -webkit-box-flex: 1; | |
18420 -ms-flex: 1; | |
18421 flex: 1; | |
18422 padding: 0 0 0 1.42857em; } | |
18423 body.rtl .tabs-vertical .tab-content { | |
18424 padding: 0 1.42857em 0 0; } | |
18425 | |
18426 .tabs-vertical-right .nav-tabs { | |
18427 -webkit-box-ordinal-group: 3; | |
18428 -ms-flex-order: 2; | |
18429 order: 2; } | |
18430 | |
18431 .tabs-vertical-right .tab-content { | |
18432 -webkit-box-ordinal-group: 2; | |
18433 -ms-flex-order: 1; | |
18434 order: 1; | |
18435 padding: 0 0 1.42857em 0; } | |
18436 | |
18437 .tabs-vertical-icons .nav-tabs { | |
18438 -ms-flex-preferred-size: auto; | |
18439 flex-basis: auto; | |
18440 text-align: center; } | |
18441 | |
18442 /* Tabs Bordered | |
18443 ========================*/ | |
18444 .tabs-bordered .nav-tabs { | |
18445 border: 0; } | |
18446 .tabs-bordered .nav-tabs li { | |
18447 z-index: 1; } | |
18448 .tabs-bordered .nav-tabs li + li { | |
18449 margin-left: 0.71429em; } | |
18450 .tabs-bordered .nav-tabs a { | |
18451 font-weight: 500; | |
18452 -webkit-transition: all 0.3s ease; | |
18453 transition: all 0.3s ease; | |
18454 border-radius: 0; | |
18455 border: 0; | |
18456 -webkit-transition: all 0.3s; | |
18457 transition: all 0.3s; | |
18458 position: relative; | |
18459 display: block; | |
18460 overflow: hidden; | |
18461 text-overflow: ellipsis; | |
18462 white-space: nowrap; } | |
18463 .tabs-bordered .nav-tabs a:hover, | |
18464 .tabs-bordered .nav-tabs a:focus { | |
18465 color: #8253eb; | |
18466 background: transparent; } | |
18467 .tabs-bordered .nav-tabs li.active a, | |
18468 .tabs-bordered .nav-tabs li.active a:focus, | |
18469 .tabs-bordered .nav-tabs li.active a:hover, | |
18470 .tabs-bordered .nav-tabs .nav-link.active, | |
18471 .tabs-bordered .nav-tabs .nav-item.show .nav-link { | |
18472 color: #fff !important; | |
18473 border: 0; | |
18474 background: #8253eb; } | |
18475 .tabs-bordered .nav-tabs a::before { | |
18476 position: absolute; | |
18477 top: 0; | |
18478 left: 0; | |
18479 width: 100%; | |
18480 height: 100%; | |
18481 z-index: -1; | |
18482 background: #d2d8d6; | |
18483 content: ''; | |
18484 -webkit-transition: all 0.3s, -webkit-transform 0.3s; | |
18485 transition: all 0.3s, -webkit-transform 0.3s; | |
18486 transition: all 0.3s, transform 0.3s; | |
18487 transition: all 0.3s, transform 0.3s, -webkit-transform 0.3s; | |
18488 -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1); | |
18489 transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1); | |
18490 -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); | |
18491 transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); } | |
18492 .tabs-bordered .nav-tabs .nav-link.active::before { | |
18493 -webkit-transform: translate3d(0, 0, 0); | |
18494 transform: translate3d(0, 0, 0); } | |
18495 .tabs-bordered .nav-tabs .nav-link.active::before, | |
18496 .tabs-bordered .nav-tabs li a:hover::before, | |
18497 .tabs-bordered .nav-tabs li a:focus::before { | |
18498 background: #8253eb; } | |
18499 | |
18500 body.rtl .tabs-bordered li:first-child { | |
18501 margin-left: 0.71429em; } | |
18502 | |
18503 /* Page Tabs | |
18504 ========================*/ | |
18505 .tabs-page .nav-tabs { | |
18506 border-bottom: 0; } | |
18507 .tabs-page .nav-tabs .nav-link { | |
18508 border: 1px solid rgba(255, 255, 255, 0.2); | |
18509 background: rgba(255, 255, 255, 0.1); | |
18510 border-radius: 0; | |
18511 font-family: "Montserrat", sans-serif; | |
18512 color: rgba(255, 255, 255, 0.5); | |
18513 font-weight: 600; | |
18514 padding: 1rem 3rem; } | |
18515 .tabs-page .nav-tabs .nav-link.active { | |
18516 background: #f5f7fa; | |
18517 color: #8253eb; | |
18518 -webkit-box-shadow: 0px -4px 0 0 #8253eb; | |
18519 box-shadow: 0px -4px 0 0 #8253eb; } | |
18520 .tabs-page .nav-tabs li { | |
18521 margin-left: 0.35714em; | |
18522 margin-right: 0.35714em; } | |
18523 | |
18524 /******************************** | |
18525 ********************************* | |
18526 Accordions | |
18527 ********************************* | |
18528 *********************************/ | |
18529 .accordion .card { | |
18530 margin-bottom: 0.35714em; } | |
18531 .accordion .card .card-header { | |
18532 padding: 0; } | |
18533 .accordion .card .card-header a { | |
18534 display: block; | |
18535 padding: 0.83333em 1.94444em 0.83333em 0.83333em; | |
18536 position: relative; } | |
18537 .accordion .card .card-header a:after { | |
18538 content: "\e92b"; | |
18539 font-family: "feather"; | |
18540 font-size: 1.125rem; | |
18541 position: absolute; | |
18542 top: 50%; | |
18543 right: 0.9375rem; | |
18544 -webkit-transform: translateY(-50%); | |
18545 transform: translateY(-50%); } | |
18546 .accordion .card .card-header a.collapsed::after { | |
18547 content: "\e928"; } | |
18548 .accordion .card .card-title { | |
18549 font-size: 1.07143em; | |
18550 margin-bottom: 0; | |
18551 padding: 0.375em 0.375em; } | |
18552 | |
18553 .accordion [class*="card-outline-"] .card-header a, .accordion .card-inverse .card-header a { | |
18554 color: #fff; } | |
18555 | |
18556 body.rtl .accordion .card .card-header a:after { | |
18557 right: auto; | |
18558 left: 0.9375rem; } | |
18559 | |
18560 .accordion-minimal .card { | |
18561 border: none; } | |
18562 | |
18563 .accordion-minimal .card-header { | |
18564 background: #fff; } | |
18565 | |
18566 .accordion-minimal .card-title a { | |
18567 color: #999; } | |
18568 .accordion-minimal .card-title a:hover, .accordion-minimal .card-title a:focus { | |
18569 color: #8253eb; } | |
18570 | |
18571 .accordion-minimal .card-block { | |
18572 padding: 1.78571em; } | |
18573 | |
18574 /******************************** | |
18575 ********************************* | |
18576 LISTS | |
18577 ********************************* | |
18578 *********************************/ | |
18579 .list-group .list-icon { | |
18580 font-size: 1.28571em; | |
18581 position: relative; } | |
18582 | |
18583 .list-group .badge, .list-group .label { | |
18584 margin-top: 0.14286em; } | |
18585 | |
18586 /* Sortable Lists | |
18587 ========================*/ | |
18588 .list-group.sortable .list-group-item { | |
18589 border-radius: 0.14286em; | |
18590 margin-bottom: 0.35714em; | |
18591 padding-top: 1.07143em; | |
18592 padding-bottom: 1.07143em; } | |
18593 .list-group.sortable .list-group-item::after { | |
18594 clear: both; | |
18595 content: ""; | |
18596 display: block; } | |
18597 | |
18598 .list-group.sortable .list-icon { | |
18599 font-size: 1.28571em; | |
18600 position: relative; | |
18601 top: -0.11111em; } | |
18602 | |
18603 .list-group.sortable a .list-icon { | |
18604 color: #8253eb; } | |
18605 | |
18606 .list-group.sortable a:hover .list-icon { | |
18607 color: #8253eb; } | |
18608 | |
18609 .list-group.sortable .ui-sortable-placeholder { | |
18610 height: 3.78571em; | |
18611 border: 0.125rem dashed #8253eb !important; | |
18612 background: none !important; | |
18613 margin-bottom: 0.35714em; | |
18614 list-style: none; | |
18615 visibility: visible !important; } | |
18616 | |
18617 /* Nestable Sortable List | |
18618 ========================*/ | |
18619 .dd-dragel, | |
18620 .dd { | |
18621 display: block; | |
18622 width: 100%; | |
18623 max-width: none; } | |
18624 .dd-dragel .dd-item, | |
18625 .dd .dd-item { | |
18626 position: relative; } | |
18627 .dd-dragel .dd-item .dd-list, | |
18628 .dd .dd-item .dd-list { | |
18629 padding-left: 2.85714em; } | |
18630 .dd-dragel .dd-item .dd-handle, | |
18631 .dd .dd-item .dd-handle { | |
18632 cursor: move; } | |
18633 .dd-dragel .dd-item > div, | |
18634 .dd-dragel .dd-item .dd-handle, | |
18635 .dd .dd-item > div, | |
18636 .dd .dd-item .dd-handle { | |
18637 font-weight: normal; | |
18638 font-size: 0.875rem; | |
18639 color: #999; | |
18640 border: 0.0625rem solid #ddd; | |
18641 padding: 0.71429em 1.42857em; | |
18642 height: 2.85714em; | |
18643 background: #fff; | |
18644 margin: 0.71429em 0; } | |
18645 .dd-dragel .dd-item > button.dd-expand, | |
18646 .dd-dragel .dd-item > button.dd-collapse, | |
18647 .dd .dd-item > button.dd-expand, | |
18648 .dd .dd-item > button.dd-collapse { | |
18649 line-height: 1; | |
18650 font-size: 1.23077em; | |
18651 text-align: center; | |
18652 opacity: 0.2; | |
18653 height: 2.5em; | |
18654 width: 2.5em; | |
18655 margin: 0; } | |
18656 .dd-dragel .dd-item > button.dd-expand:before, | |
18657 .dd-dragel .dd-item > button.dd-collapse:before, | |
18658 .dd .dd-item > button.dd-expand:before, | |
18659 .dd .dd-item > button.dd-collapse:before { | |
18660 font-family: 'Material Icons'; } | |
18661 .dd-dragel .dd-item > button.dd-collapse::before, | |
18662 .dd .dd-item > button.dd-collapse::before { | |
18663 content: 'remove'; } | |
18664 .dd-dragel .dd-item > button.dd-expand::before, | |
18665 .dd .dd-item > button.dd-expand::before { | |
18666 content: 'add'; } | |
18667 .dd-dragel .dd-item.dd3-item, | |
18668 .dd .dd-item.dd3-item { | |
18669 padding-left: 2.92308em; } | |
18670 .dd-dragel .dd-item.dd3-item .dd-list, | |
18671 .dd .dd-item.dd3-item .dd-list { | |
18672 padding-left: 0; } | |
18673 .dd-dragel .dd-item .dd3-handle, | |
18674 .dd .dd-item .dd3-handle { | |
18675 background: #eee; | |
18676 height: 2.85714em; | |
18677 width: 2.85714em; | |
18678 line-height: 2.85714em; | |
18679 text-align: center; | |
18680 display: inline-block; | |
18681 padding: 0; | |
18682 margin: 0; | |
18683 position: absolute; | |
18684 top: 0; | |
18685 left: 0; } | |
18686 .dd-dragel .dd-item .dd3-handle:before, | |
18687 .dd .dd-item .dd3-handle:before { | |
18688 content: "open_with"; | |
18689 font-family: 'Material Icons'; | |
18690 text-indent: 0; } | |
18691 | |
18692 /******************************** | |
18693 ********************************* | |
18694 Counters | |
18695 ********************************* | |
18696 *********************************/ | |
18697 .counter-gradient { | |
18698 text-align: center; | |
18699 padding: 2.14286em 1.42857em; } | |
18700 .counter-gradient .counter { | |
18701 color: #8253eb; | |
18702 background: -webkit-linear-gradient(#8253eb, #68497e); | |
18703 background-size: cover; | |
18704 -webkit-background-clip: text; | |
18705 -webkit-text-fill-color: transparent; } | |
18706 | |
18707 .counter-w-info { | |
18708 margin-bottom: 10px; } | |
18709 .counter-w-info .counter { | |
18710 font-size: 2.625rem; | |
18711 margin: 0 0.15em; } | |
18712 .counter-w-info .counter-title { | |
18713 font-size: 1.5rem; | |
18714 font-family: "Montserrat", sans-serif; | |
18715 text-align: center; | |
18716 line-height: 1.2; | |
18717 letter-spacing: -0.05em; | |
18718 color: #444; } | |
18719 .counter-w-info .counter-info { | |
18720 text-align: center; | |
18721 font-family: "Montserrat", sans-serif; | |
18722 letter-spacing: -0.06em; | |
18723 font-size: 0.92857em; | |
18724 font-weight: 600; | |
18725 margin-top: 0.38462em; | |
18726 color: #bbb; } | |
18727 .counter-w-info .counter-info .badge, .counter-w-info .counter-info .label { | |
18728 font-size: inherit; } | |
18729 | |
18730 /* Modals | |
18731 ========================*/ | |
18732 .modal-content { | |
18733 padding: 0 25px; | |
18734 border-radius: 0.21429em; } | |
18735 .modal-content .close { | |
18736 font-size: 1.28571em; | |
18737 top: -0.85714em; | |
18738 position: absolute; | |
18739 right: -0.85714em; | |
18740 height: 2em; | |
18741 width: 2em; | |
18742 background-color: #313a46; | |
18743 opacity: 1; | |
18744 border: 2px solid #ffffff; | |
18745 text-shadow: none; | |
18746 color: #ffffff; | |
18747 border-radius: 50%; | |
18748 text-align: center; | |
18749 line-height: 1.83333em; } | |
18750 .modal-content .close:hover { | |
18751 background-color: #8253eb; } | |
18752 body.rtl .modal-content .close { | |
18753 right: auto; | |
18754 left: -0.85714em; } | |
18755 | |
18756 .modal-footer, | |
18757 .modal-body { | |
18758 padding-left: 0; | |
18759 padding-right: 0; } | |
18760 | |
18761 .modal-header { | |
18762 border-top-left-radius: 0.21429em; | |
18763 border-top-right-radius: 0.21429em; | |
18764 margin: -1px calc(-25px - 1px) 0; } | |
18765 | |
18766 .modal-title { | |
18767 margin-top: 0; } | |
18768 | |
18769 .modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 { | |
18770 color: #777; } | |
18771 | |
18772 .modal-img { | |
18773 cursor: pointer; } | |
18774 | |
18775 .modal-color-scheme .modal-content .modal-header { | |
18776 background: #8253eb; | |
18777 border: 0; } | |
18778 | |
18779 .modal-color-scheme-dark .modal-content .modal-header { | |
18780 background: #835c9e; | |
18781 border: 0; } | |
18782 | |
18783 .modal-content-color .modal-content .modal-header { | |
18784 background: #999; | |
18785 border: 0; } | |
18786 | |
18787 .modal-content .modal-content .modal-header { | |
18788 background: #999; | |
18789 border: 0; } | |
18790 | |
18791 .modal-primary .modal-content .modal-header { | |
18792 background: #8253eb; | |
18793 border: 0; } | |
18794 | |
18795 .modal-secondary .modal-content .modal-header { | |
18796 background: #868e96; | |
18797 border: 0; } | |
18798 | |
18799 .modal-success .modal-content .modal-header { | |
18800 background: #38d57a; | |
18801 border: 0; } | |
18802 | |
18803 .modal-info .modal-content .modal-header { | |
18804 background: #03a9f3; | |
18805 border: 0; } | |
18806 | |
18807 .modal-warning .modal-content .modal-header { | |
18808 background: #ffcc02; | |
18809 border: 0; } | |
18810 | |
18811 .modal-danger .modal-content .modal-header { | |
18812 background: #e6614f; | |
18813 border: 0; } | |
18814 | |
18815 .modal-light .modal-content .modal-header { | |
18816 background: #f8f9fa; | |
18817 border: 0; } | |
18818 | |
18819 .modal-dark .modal-content .modal-header { | |
18820 background: #343a40; | |
18821 border: 0; } | |
18822 | |
18823 .modal-gray-100 .modal-content .modal-header { | |
18824 background: #f8f9fa; | |
18825 border: 0; } | |
18826 | |
18827 .modal-gray-200 .modal-content .modal-header { | |
18828 background: #ddd; | |
18829 border: 0; } | |
18830 | |
18831 .modal-gray-300 .modal-content .modal-header { | |
18832 background: #bbb; | |
18833 border: 0; } | |
18834 | |
18835 .modal-gray-400 .modal-content .modal-header { | |
18836 background: #aaa; | |
18837 border: 0; } | |
18838 | |
18839 .modal-gray-500 .modal-content .modal-header { | |
18840 background: #999; | |
18841 border: 0; } | |
18842 | |
18843 .modal-gray-600 .modal-content .modal-header { | |
18844 background: #868e96; | |
18845 border: 0; } | |
18846 | |
18847 .modal-gray-700 .modal-content .modal-header { | |
18848 background: #495057; | |
18849 border: 0; } | |
18850 | |
18851 .modal-gray-800 .modal-content .modal-header { | |
18852 background: #343a40; | |
18853 border: 0; } | |
18854 | |
18855 .modal-gray-900 .modal-content .modal-header { | |
18856 background: #212529; | |
18857 border: 0; } | |
18858 | |
18859 .modal-blue .modal-content .modal-header { | |
18860 background: #0275d8; | |
18861 border: 0; } | |
18862 | |
18863 .modal-persian-blue .modal-content .modal-header { | |
18864 background: #4786ff; | |
18865 border: 0; } | |
18866 | |
18867 .modal-indigo .modal-content .modal-header { | |
18868 background: #6610f2; | |
18869 border: 0; } | |
18870 | |
18871 .modal-purple .modal-content .modal-header { | |
18872 background: #9c77ef; | |
18873 border: 0; } | |
18874 | |
18875 .modal-pink .modal-content .modal-header { | |
18876 background: #e83e8c; | |
18877 border: 0; } | |
18878 | |
18879 .modal-red .modal-content .modal-header { | |
18880 background: #e6614f; | |
18881 border: 0; } | |
18882 | |
18883 .modal-cerize-red .modal-content .modal-header { | |
18884 background: #fa607e; | |
18885 border: 0; } | |
18886 | |
18887 .modal-orange .modal-content .modal-header { | |
18888 background: #fb9678; | |
18889 border: 0; } | |
18890 | |
18891 .modal-yellow .modal-content .modal-header { | |
18892 background: #ffcc02; | |
18893 border: 0; } | |
18894 | |
18895 .modal-mustard .modal-content .modal-header { | |
18896 background: #fdb44d; | |
18897 border: 0; } | |
18898 | |
18899 .modal-green .modal-content .modal-header { | |
18900 background: #38d57a; | |
18901 border: 0; } | |
18902 | |
18903 .modal-teal .modal-content .modal-header { | |
18904 background: #20c997; | |
18905 border: 0; } | |
18906 | |
18907 .modal-cyan .modal-content .modal-header { | |
18908 background: #03a9f3; | |
18909 border: 0; } | |
18910 | |
18911 .modal-white .modal-content .modal-header { | |
18912 background: #fff; | |
18913 border: 0; } | |
18914 | |
18915 .modal-gray-light .modal-content .modal-header { | |
18916 background: #ddd; | |
18917 border: 0; } | |
18918 | |
18919 .modal-gray .modal-content .modal-header { | |
18920 background: #868e96; | |
18921 border: 0; } | |
18922 | |
18923 .modal-gray-dark .modal-content .modal-header { | |
18924 background: #343a40; | |
18925 border: 0; } | |
18926 | |
18927 .modal-violet .modal-content .modal-header { | |
18928 background: #9c27b0; | |
18929 border: 0; } | |
18930 | |
18931 .modal-brown .modal-content .modal-header { | |
18932 background: #795548; | |
18933 border: 0; } | |
18934 | |
18935 .modal-light-gray .modal-content .modal-header { | |
18936 background: #f9f9f9; | |
18937 border: 0; } | |
18938 | |
18939 .modal-slate .modal-content .modal-header { | |
18940 background: #607d8b; | |
18941 border: 0; } | |
18942 | |
18943 .modal-facebook .modal-content .modal-header { | |
18944 background: #4b64a6; | |
18945 border: 0; } | |
18946 | |
18947 .modal-twitter .modal-content .modal-header { | |
18948 background: #0dace3; | |
18949 border: 0; } | |
18950 | |
18951 .modal-googleplus .modal-content .modal-header { | |
18952 background: #dd4b39; | |
18953 border: 0; } | |
18954 | |
18955 .modal-linkedin .modal-content .modal-header { | |
18956 background: #007bb6; | |
18957 border: 0; } | |
18958 | |
18959 .modal-instagram .modal-content .modal-header { | |
18960 background: #3f729b; | |
18961 border: 0; } | |
18962 | |
18963 .modal-pinterest .modal-content .modal-header { | |
18964 background: #cb2027; | |
18965 border: 0; } | |
18966 | |
18967 .modal-dribbble .modal-content .modal-header { | |
18968 background: #ea4c89; | |
18969 border: 0; } | |
18970 | |
18971 .modal-youtube .modal-content .modal-header { | |
18972 background: #b00; | |
18973 border: 0; } | |
18974 | |
18975 .modal-content .modal-header { | |
18976 background: none; } | |
18977 | |
18978 /******************************** | |
18979 ********************************* | |
18980 BASIC | |
18981 ********************************* | |
18982 *********************************/ | |
18983 /* Basic Form | |
18984 ========================*/ | |
18985 select, | |
18986 button, | |
18987 textarea, | |
18988 input { | |
18989 font-family: inherit; } | |
18990 select::-webkit-input-placeholder, | |
18991 button::-webkit-input-placeholder, | |
18992 textarea::-webkit-input-placeholder, | |
18993 input::-webkit-input-placeholder { | |
18994 color: #bbb; | |
18995 opacity: 1; } | |
18996 select:-moz-placeholder, | |
18997 button:-moz-placeholder, | |
18998 textarea:-moz-placeholder, | |
18999 input:-moz-placeholder { | |
19000 color: #bbb; | |
19001 opacity: 1; } | |
19002 select::-moz-placeholder, | |
19003 button::-moz-placeholder, | |
19004 textarea::-moz-placeholder, | |
19005 input::-moz-placeholder { | |
19006 color: #bbb; | |
19007 opacity: 1; } | |
19008 select:-ms-input-placeholder, | |
19009 button:-ms-input-placeholder, | |
19010 textarea:-ms-input-placeholder, | |
19011 input:-ms-input-placeholder { | |
19012 color: #bbb; | |
19013 opacity: 1; } | |
19014 | |
19015 .form-group { | |
19016 position: relative; } | |
19017 | |
19018 .form-text { | |
19019 color: #8d9ea7; } | |
19020 | |
19021 label { | |
19022 text-transform: uppercase; | |
19023 font-weight: 700; | |
19024 color: #222; | |
19025 font-size: 12px; | |
19026 font-family: "Montserrat", sans-serif; } | |
19027 .radiobox label, | |
19028 .checkbox label { | |
19029 font-weight: 400; | |
19030 text-transform: none; } | |
19031 | |
19032 .col-form-label { | |
19033 padding-top: calc(0.5625rem + 1px); | |
19034 padding-bottom: calc(0.5625rem + 1px); } | |
19035 | |
19036 .input-group-addon { | |
19037 border: 1px solid #e4e9f0; } | |
19038 .input-group-addon:first-child { | |
19039 border-right: 0; } | |
19040 .input-group-addon i { | |
19041 font-size: 1.125rem; } | |
19042 | |
19043 .bootstrap-tagsinput .label-info { | |
19044 background: #03a9f3; } | |
19045 | |
19046 .checkbox { | |
19047 position: relative; | |
19048 padding: 0.5625rem 0; | |
19049 border-width: 1px; } | |
19050 .checkbox, .checkbox label, .checkbox span.label-text { | |
19051 border-style: solid; | |
19052 border-color: transparent; } | |
19053 .checkbox + .checkbox { | |
19054 padding-top: 0; } | |
19055 .checkbox input[type="checkbox"] { | |
19056 opacity: 0; } | |
19057 .checkbox input[type="checkbox"]:disabled + label { | |
19058 cursor: not-allowed; } | |
19059 .checkbox label { | |
19060 padding-left: 0; | |
19061 cursor: pointer; | |
19062 margin-bottom: 0; | |
19063 border-width: inherit; | |
19064 font-weight: inherit; | |
19065 font-size: inherit; | |
19066 color: inherit; } | |
19067 .checkbox .label-text { | |
19068 position: relative; | |
19069 padding-left: 2.14286em; | |
19070 border-width: inherit; | |
19071 font-weight: inherit; | |
19072 color: inherit; } | |
19073 .checkbox .label-text:after { | |
19074 position: absolute; | |
19075 top: 50%; | |
19076 left: 0; | |
19077 content: ""; | |
19078 font-family: "feather"; | |
19079 -webkit-font-feature-settings: 'liga'; | |
19080 font-feature-settings: 'liga'; | |
19081 font-size: 0.875rem; | |
19082 border-color: #eee; | |
19083 border-style: solid; | |
19084 border-width: inherit; | |
19085 height: 1.28571em; | |
19086 width: 1.28571em; | |
19087 line-height: 1; | |
19088 -webkit-transform: translateY(-50%); | |
19089 transform: translateY(-50%); | |
19090 -webkit-transition: all 0.5s ease; | |
19091 transition: all 0.5s ease; | |
19092 color: #fff; | |
19093 display: -webkit-box; | |
19094 display: -ms-flexbox; | |
19095 display: flex; | |
19096 -webkit-box-align: center; | |
19097 -ms-flex-align: center; | |
19098 align-items: center; | |
19099 -webkit-box-pack: center; | |
19100 -ms-flex-pack: center; | |
19101 justify-content: center; } | |
19102 .checkbox.checkbox-circle span.label-text::after { | |
19103 border-radius: 100%; } | |
19104 .checkbox.checkbox-rounded span.label-text::after { | |
19105 border-radius: 5px; } | |
19106 .checkbox.checkbox-full-bg { | |
19107 margin-bottom: 0.71429em; } | |
19108 .checkbox.checkbox-full-bg span.label-text { | |
19109 font-size: 1em; | |
19110 letter-spacing: -.05em; | |
19111 font-weight: 500; } | |
19112 .checkbox.checkbox-full-bg span.label-text::after { | |
19113 background: #f9f9f9; | |
19114 border-radius: 3px; | |
19115 font-size: 0.75rem; } | |
19116 .checkbox.checkbox-lg span.label-text { | |
19117 padding-left: 2.85714em; } | |
19118 .checkbox.checkbox-lg span.label-text::after { | |
19119 height: 2.71429em; | |
19120 width: 2.71429em; } | |
19121 .checkbox.checkbox-md span.label-text { | |
19122 margin-left: 2.35714em; } | |
19123 .checkbox.checkbox-md span.label-text, | |
19124 .checkbox.checkbox-md span.label-text::after { | |
19125 height: 2em; | |
19126 width: 2em; } | |
19127 .checkbox input[type=checkbox]:checked + .label-text:after { | |
19128 content: "\e925"; | |
19129 background: #eee; | |
19130 border-color: #ddd; | |
19131 color: #999; } | |
19132 .checkbox input[type=checkbox]:disabled + .label-text:after { | |
19133 opacity: 0.5; | |
19134 cursor: not-allowed; } | |
19135 .checkbox.checkbox-star .label-text:after { | |
19136 height: 1em; | |
19137 width: 1em; | |
19138 content: '\e9bf'; | |
19139 color: #bbb; | |
19140 border: 0; | |
19141 font-size: inherit; } | |
19142 .checkbox.checkbox-star input[type=checkbox]:checked + .label-text:after { | |
19143 content: '\e9bf'; | |
19144 color: #ffcc02; | |
19145 background: none; } | |
19146 .checkbox.checkbox-color-scheme input[type=checkbox]:checked + span.label-text::after { | |
19147 background: #8253eb; | |
19148 border-color: #8253eb; | |
19149 color: #fff; } | |
19150 .checkbox.checkbox-full-bg.checkbox-color-scheme input[type="checkbox"]:checked + span.label-text::after { | |
19151 color: #fff; } | |
19152 .checkbox.checkbox-color-scheme-dark input[type=checkbox]:checked + span.label-text::after { | |
19153 background: #835c9e; | |
19154 border-color: #835c9e; | |
19155 color: #fff; } | |
19156 .checkbox.checkbox-full-bg.checkbox-color-scheme-dark input[type="checkbox"]:checked + span.label-text::after { | |
19157 color: #fff; } | |
19158 .checkbox.checkbox-content-color input[type=checkbox]:checked + span.label-text::after { | |
19159 background: #999; | |
19160 border-color: #999; | |
19161 color: #fff; } | |
19162 .checkbox.checkbox-full-bg.checkbox-content-color input[type="checkbox"]:checked + span.label-text::after { | |
19163 color: #fff; } | |
19164 .checkbox.checkbox-content input[type=checkbox]:checked + span.label-text::after { | |
19165 background: #999; | |
19166 border-color: #999; | |
19167 color: #fff; } | |
19168 .checkbox.checkbox-full-bg.checkbox-content input[type="checkbox"]:checked + span.label-text::after { | |
19169 color: #fff; } | |
19170 .checkbox.checkbox-primary input[type=checkbox]:checked + span.label-text::after { | |
19171 background: #8253eb; | |
19172 border-color: #8253eb; | |
19173 color: #fff; } | |
19174 .checkbox.checkbox-full-bg.checkbox-primary input[type="checkbox"]:checked + span.label-text::after { | |
19175 color: #fff; } | |
19176 .checkbox.checkbox-secondary input[type=checkbox]:checked + span.label-text::after { | |
19177 background: #868e96; | |
19178 border-color: #868e96; | |
19179 color: #fff; } | |
19180 .checkbox.checkbox-full-bg.checkbox-secondary input[type="checkbox"]:checked + span.label-text::after { | |
19181 color: #fff; } | |
19182 .checkbox.checkbox-success input[type=checkbox]:checked + span.label-text::after { | |
19183 background: #38d57a; | |
19184 border-color: #38d57a; | |
19185 color: #fff; } | |
19186 .checkbox.checkbox-full-bg.checkbox-success input[type="checkbox"]:checked + span.label-text::after { | |
19187 color: #fff; } | |
19188 .checkbox.checkbox-info input[type=checkbox]:checked + span.label-text::after { | |
19189 background: #03a9f3; | |
19190 border-color: #03a9f3; | |
19191 color: #fff; } | |
19192 .checkbox.checkbox-full-bg.checkbox-info input[type="checkbox"]:checked + span.label-text::after { | |
19193 color: #fff; } | |
19194 .checkbox.checkbox-warning input[type=checkbox]:checked + span.label-text::after { | |
19195 background: #ffcc02; | |
19196 border-color: #ffcc02; | |
19197 color: #fff; } | |
19198 .checkbox.checkbox-full-bg.checkbox-warning input[type="checkbox"]:checked + span.label-text::after { | |
19199 color: #fff; } | |
19200 .checkbox.checkbox-danger input[type=checkbox]:checked + span.label-text::after { | |
19201 background: #e6614f; | |
19202 border-color: #e6614f; | |
19203 color: #fff; } | |
19204 .checkbox.checkbox-full-bg.checkbox-danger input[type="checkbox"]:checked + span.label-text::after { | |
19205 color: #fff; } | |
19206 .checkbox.checkbox-light input[type=checkbox]:checked + span.label-text::after { | |
19207 background: #f8f9fa; | |
19208 border-color: #f8f9fa; | |
19209 color: #fff; } | |
19210 .checkbox.checkbox-full-bg.checkbox-light input[type="checkbox"]:checked + span.label-text::after { | |
19211 color: #fff; } | |
19212 .checkbox.checkbox-dark input[type=checkbox]:checked + span.label-text::after { | |
19213 background: #343a40; | |
19214 border-color: #343a40; | |
19215 color: #fff; } | |
19216 .checkbox.checkbox-full-bg.checkbox-dark input[type="checkbox"]:checked + span.label-text::after { | |
19217 color: #fff; } | |
19218 .checkbox.checkbox-gray-100 input[type=checkbox]:checked + span.label-text::after { | |
19219 background: #f8f9fa; | |
19220 border-color: #f8f9fa; | |
19221 color: #fff; } | |
19222 .checkbox.checkbox-full-bg.checkbox-gray-100 input[type="checkbox"]:checked + span.label-text::after { | |
19223 color: #fff; } | |
19224 .checkbox.checkbox-gray-200 input[type=checkbox]:checked + span.label-text::after { | |
19225 background: #ddd; | |
19226 border-color: #ddd; | |
19227 color: #fff; } | |
19228 .checkbox.checkbox-full-bg.checkbox-gray-200 input[type="checkbox"]:checked + span.label-text::after { | |
19229 color: #fff; } | |
19230 .checkbox.checkbox-gray-300 input[type=checkbox]:checked + span.label-text::after { | |
19231 background: #bbb; | |
19232 border-color: #bbb; | |
19233 color: #fff; } | |
19234 .checkbox.checkbox-full-bg.checkbox-gray-300 input[type="checkbox"]:checked + span.label-text::after { | |
19235 color: #fff; } | |
19236 .checkbox.checkbox-gray-400 input[type=checkbox]:checked + span.label-text::after { | |
19237 background: #aaa; | |
19238 border-color: #aaa; | |
19239 color: #fff; } | |
19240 .checkbox.checkbox-full-bg.checkbox-gray-400 input[type="checkbox"]:checked + span.label-text::after { | |
19241 color: #fff; } | |
19242 .checkbox.checkbox-gray-500 input[type=checkbox]:checked + span.label-text::after { | |
19243 background: #999; | |
19244 border-color: #999; | |
19245 color: #fff; } | |
19246 .checkbox.checkbox-full-bg.checkbox-gray-500 input[type="checkbox"]:checked + span.label-text::after { | |
19247 color: #fff; } | |
19248 .checkbox.checkbox-gray-600 input[type=checkbox]:checked + span.label-text::after { | |
19249 background: #868e96; | |
19250 border-color: #868e96; | |
19251 color: #fff; } | |
19252 .checkbox.checkbox-full-bg.checkbox-gray-600 input[type="checkbox"]:checked + span.label-text::after { | |
19253 color: #fff; } | |
19254 .checkbox.checkbox-gray-700 input[type=checkbox]:checked + span.label-text::after { | |
19255 background: #495057; | |
19256 border-color: #495057; | |
19257 color: #fff; } | |
19258 .checkbox.checkbox-full-bg.checkbox-gray-700 input[type="checkbox"]:checked + span.label-text::after { | |
19259 color: #fff; } | |
19260 .checkbox.checkbox-gray-800 input[type=checkbox]:checked + span.label-text::after { | |
19261 background: #343a40; | |
19262 border-color: #343a40; | |
19263 color: #fff; } | |
19264 .checkbox.checkbox-full-bg.checkbox-gray-800 input[type="checkbox"]:checked + span.label-text::after { | |
19265 color: #fff; } | |
19266 .checkbox.checkbox-gray-900 input[type=checkbox]:checked + span.label-text::after { | |
19267 background: #212529; | |
19268 border-color: #212529; | |
19269 color: #fff; } | |
19270 .checkbox.checkbox-full-bg.checkbox-gray-900 input[type="checkbox"]:checked + span.label-text::after { | |
19271 color: #fff; } | |
19272 .checkbox.checkbox-blue input[type=checkbox]:checked + span.label-text::after { | |
19273 background: #0275d8; | |
19274 border-color: #0275d8; | |
19275 color: #fff; } | |
19276 .checkbox.checkbox-full-bg.checkbox-blue input[type="checkbox"]:checked + span.label-text::after { | |
19277 color: #fff; } | |
19278 .checkbox.checkbox-persian-blue input[type=checkbox]:checked + span.label-text::after { | |
19279 background: #4786ff; | |
19280 border-color: #4786ff; | |
19281 color: #fff; } | |
19282 .checkbox.checkbox-full-bg.checkbox-persian-blue input[type="checkbox"]:checked + span.label-text::after { | |
19283 color: #fff; } | |
19284 .checkbox.checkbox-indigo input[type=checkbox]:checked + span.label-text::after { | |
19285 background: #6610f2; | |
19286 border-color: #6610f2; | |
19287 color: #fff; } | |
19288 .checkbox.checkbox-full-bg.checkbox-indigo input[type="checkbox"]:checked + span.label-text::after { | |
19289 color: #fff; } | |
19290 .checkbox.checkbox-purple input[type=checkbox]:checked + span.label-text::after { | |
19291 background: #9c77ef; | |
19292 border-color: #9c77ef; | |
19293 color: #fff; } | |
19294 .checkbox.checkbox-full-bg.checkbox-purple input[type="checkbox"]:checked + span.label-text::after { | |
19295 color: #fff; } | |
19296 .checkbox.checkbox-pink input[type=checkbox]:checked + span.label-text::after { | |
19297 background: #e83e8c; | |
19298 border-color: #e83e8c; | |
19299 color: #fff; } | |
19300 .checkbox.checkbox-full-bg.checkbox-pink input[type="checkbox"]:checked + span.label-text::after { | |
19301 color: #fff; } | |
19302 .checkbox.checkbox-red input[type=checkbox]:checked + span.label-text::after { | |
19303 background: #e6614f; | |
19304 border-color: #e6614f; | |
19305 color: #fff; } | |
19306 .checkbox.checkbox-full-bg.checkbox-red input[type="checkbox"]:checked + span.label-text::after { | |
19307 color: #fff; } | |
19308 .checkbox.checkbox-cerize-red input[type=checkbox]:checked + span.label-text::after { | |
19309 background: #fa607e; | |
19310 border-color: #fa607e; | |
19311 color: #fff; } | |
19312 .checkbox.checkbox-full-bg.checkbox-cerize-red input[type="checkbox"]:checked + span.label-text::after { | |
19313 color: #fff; } | |
19314 .checkbox.checkbox-orange input[type=checkbox]:checked + span.label-text::after { | |
19315 background: #fb9678; | |
19316 border-color: #fb9678; | |
19317 color: #fff; } | |
19318 .checkbox.checkbox-full-bg.checkbox-orange input[type="checkbox"]:checked + span.label-text::after { | |
19319 color: #fff; } | |
19320 .checkbox.checkbox-yellow input[type=checkbox]:checked + span.label-text::after { | |
19321 background: #ffcc02; | |
19322 border-color: #ffcc02; | |
19323 color: #fff; } | |
19324 .checkbox.checkbox-full-bg.checkbox-yellow input[type="checkbox"]:checked + span.label-text::after { | |
19325 color: #fff; } | |
19326 .checkbox.checkbox-mustard input[type=checkbox]:checked + span.label-text::after { | |
19327 background: #fdb44d; | |
19328 border-color: #fdb44d; | |
19329 color: #fff; } | |
19330 .checkbox.checkbox-full-bg.checkbox-mustard input[type="checkbox"]:checked + span.label-text::after { | |
19331 color: #fff; } | |
19332 .checkbox.checkbox-green input[type=checkbox]:checked + span.label-text::after { | |
19333 background: #38d57a; | |
19334 border-color: #38d57a; | |
19335 color: #fff; } | |
19336 .checkbox.checkbox-full-bg.checkbox-green input[type="checkbox"]:checked + span.label-text::after { | |
19337 color: #fff; } | |
19338 .checkbox.checkbox-teal input[type=checkbox]:checked + span.label-text::after { | |
19339 background: #20c997; | |
19340 border-color: #20c997; | |
19341 color: #fff; } | |
19342 .checkbox.checkbox-full-bg.checkbox-teal input[type="checkbox"]:checked + span.label-text::after { | |
19343 color: #fff; } | |
19344 .checkbox.checkbox-cyan input[type=checkbox]:checked + span.label-text::after { | |
19345 background: #03a9f3; | |
19346 border-color: #03a9f3; | |
19347 color: #fff; } | |
19348 .checkbox.checkbox-full-bg.checkbox-cyan input[type="checkbox"]:checked + span.label-text::after { | |
19349 color: #fff; } | |
19350 .checkbox.checkbox-white input[type=checkbox]:checked + span.label-text::after { | |
19351 background: #fff; | |
19352 border-color: #fff; | |
19353 color: #fff; } | |
19354 .checkbox.checkbox-full-bg.checkbox-white input[type="checkbox"]:checked + span.label-text::after { | |
19355 color: #fff; } | |
19356 .checkbox.checkbox-gray-light input[type=checkbox]:checked + span.label-text::after { | |
19357 background: #ddd; | |
19358 border-color: #ddd; | |
19359 color: #fff; } | |
19360 .checkbox.checkbox-full-bg.checkbox-gray-light input[type="checkbox"]:checked + span.label-text::after { | |
19361 color: #fff; } | |
19362 .checkbox.checkbox-gray input[type=checkbox]:checked + span.label-text::after { | |
19363 background: #868e96; | |
19364 border-color: #868e96; | |
19365 color: #fff; } | |
19366 .checkbox.checkbox-full-bg.checkbox-gray input[type="checkbox"]:checked + span.label-text::after { | |
19367 color: #fff; } | |
19368 .checkbox.checkbox-gray-dark input[type=checkbox]:checked + span.label-text::after { | |
19369 background: #343a40; | |
19370 border-color: #343a40; | |
19371 color: #fff; } | |
19372 .checkbox.checkbox-full-bg.checkbox-gray-dark input[type="checkbox"]:checked + span.label-text::after { | |
19373 color: #fff; } | |
19374 .checkbox.checkbox-violet input[type=checkbox]:checked + span.label-text::after { | |
19375 background: #9c27b0; | |
19376 border-color: #9c27b0; | |
19377 color: #fff; } | |
19378 .checkbox.checkbox-full-bg.checkbox-violet input[type="checkbox"]:checked + span.label-text::after { | |
19379 color: #fff; } | |
19380 .checkbox.checkbox-brown input[type=checkbox]:checked + span.label-text::after { | |
19381 background: #795548; | |
19382 border-color: #795548; | |
19383 color: #fff; } | |
19384 .checkbox.checkbox-full-bg.checkbox-brown input[type="checkbox"]:checked + span.label-text::after { | |
19385 color: #fff; } | |
19386 .checkbox.checkbox-light-gray input[type=checkbox]:checked + span.label-text::after { | |
19387 background: #f9f9f9; | |
19388 border-color: #f9f9f9; | |
19389 color: #fff; } | |
19390 .checkbox.checkbox-full-bg.checkbox-light-gray input[type="checkbox"]:checked + span.label-text::after { | |
19391 color: #fff; } | |
19392 .checkbox.checkbox-slate input[type=checkbox]:checked + span.label-text::after { | |
19393 background: #607d8b; | |
19394 border-color: #607d8b; | |
19395 color: #fff; } | |
19396 .checkbox.checkbox-full-bg.checkbox-slate input[type="checkbox"]:checked + span.label-text::after { | |
19397 color: #fff; } | |
19398 .checkbox.checkbox-facebook input[type=checkbox]:checked + span.label-text::after { | |
19399 background: #4b64a6; | |
19400 border-color: #4b64a6; | |
19401 color: #fff; } | |
19402 .checkbox.checkbox-full-bg.checkbox-facebook input[type="checkbox"]:checked + span.label-text::after { | |
19403 color: #fff; } | |
19404 .checkbox.checkbox-twitter input[type=checkbox]:checked + span.label-text::after { | |
19405 background: #0dace3; | |
19406 border-color: #0dace3; | |
19407 color: #fff; } | |
19408 .checkbox.checkbox-full-bg.checkbox-twitter input[type="checkbox"]:checked + span.label-text::after { | |
19409 color: #fff; } | |
19410 .checkbox.checkbox-googleplus input[type=checkbox]:checked + span.label-text::after { | |
19411 background: #dd4b39; | |
19412 border-color: #dd4b39; | |
19413 color: #fff; } | |
19414 .checkbox.checkbox-full-bg.checkbox-googleplus input[type="checkbox"]:checked + span.label-text::after { | |
19415 color: #fff; } | |
19416 .checkbox.checkbox-linkedin input[type=checkbox]:checked + span.label-text::after { | |
19417 background: #007bb6; | |
19418 border-color: #007bb6; | |
19419 color: #fff; } | |
19420 .checkbox.checkbox-full-bg.checkbox-linkedin input[type="checkbox"]:checked + span.label-text::after { | |
19421 color: #fff; } | |
19422 .checkbox.checkbox-instagram input[type=checkbox]:checked + span.label-text::after { | |
19423 background: #3f729b; | |
19424 border-color: #3f729b; | |
19425 color: #fff; } | |
19426 .checkbox.checkbox-full-bg.checkbox-instagram input[type="checkbox"]:checked + span.label-text::after { | |
19427 color: #fff; } | |
19428 .checkbox.checkbox-pinterest input[type=checkbox]:checked + span.label-text::after { | |
19429 background: #cb2027; | |
19430 border-color: #cb2027; | |
19431 color: #fff; } | |
19432 .checkbox.checkbox-full-bg.checkbox-pinterest input[type="checkbox"]:checked + span.label-text::after { | |
19433 color: #fff; } | |
19434 .checkbox.checkbox-dribbble input[type=checkbox]:checked + span.label-text::after { | |
19435 background: #ea4c89; | |
19436 border-color: #ea4c89; | |
19437 color: #fff; } | |
19438 .checkbox.checkbox-full-bg.checkbox-dribbble input[type="checkbox"]:checked + span.label-text::after { | |
19439 color: #fff; } | |
19440 .checkbox.checkbox-youtube input[type=checkbox]:checked + span.label-text::after { | |
19441 background: #b00; | |
19442 border-color: #b00; | |
19443 color: #fff; } | |
19444 .checkbox.checkbox-full-bg.checkbox-youtube input[type="checkbox"]:checked + span.label-text::after { | |
19445 color: #fff; } | |
19446 body.rtl .checkbox .label-text { | |
19447 padding-left: 0; | |
19448 padding-right: 2.14286em; } | |
19449 body.rtl .checkbox .label-text:after { | |
19450 left: auto; | |
19451 right: 0; } | |
19452 | |
19453 .radiobox { | |
19454 padding: 0.5625rem 0; } | |
19455 .radiobox + .radiobox { | |
19456 padding-top: 0; } | |
19457 .radiobox input[type="radio"] { | |
19458 position: absolute; | |
19459 opacity: 0; | |
19460 pointer-events: none; } | |
19461 .radiobox input[type="radio"]:disabled + label { | |
19462 cursor: not-allowed; } | |
19463 .radiobox label { | |
19464 cursor: pointer; | |
19465 font-weight: normal; | |
19466 margin-bottom: 0; | |
19467 border-width: inherit; | |
19468 font-weight: inherit; | |
19469 font-size: inherit; | |
19470 color: inherit; } | |
19471 .radiobox span.label-text { | |
19472 position: relative; | |
19473 padding-left: 2.14286em; | |
19474 border-width: inherit; | |
19475 font-weight: inherit; | |
19476 color: inherit; } | |
19477 .radiobox span.label-text:before { | |
19478 content: ""; | |
19479 height: 1.42857em; | |
19480 width: 1.42857em; | |
19481 display: inline-block; | |
19482 background: none; | |
19483 border: 1px solid #ddd; | |
19484 border-radius: 100%; | |
19485 vertical-align: middle; | |
19486 position: absolute; | |
19487 top: 50%; | |
19488 left: 0; | |
19489 -webkit-transform: translateY(-50%); | |
19490 transform: translateY(-50%); } | |
19491 .radiobox span.label-text:after { | |
19492 content: ""; | |
19493 height: 0.71429em; | |
19494 width: 0.71429em; | |
19495 display: inline-block; | |
19496 border-radius: 100%; | |
19497 background: #8253eb; | |
19498 position: absolute; | |
19499 top: 50%; | |
19500 left: 0; | |
19501 -webkit-transform: translateY(-50%) translateX(5px) scale(0); | |
19502 transform: translateY(-50%) translateX(5px) scale(0); | |
19503 opacity: 0; | |
19504 -webkit-transition: all 0.3s ease; | |
19505 transition: all 0.3s ease; } | |
19506 .radiobox.radiobox-lg span.label-text { | |
19507 padding-left: 2.85714em; } | |
19508 .radiobox.radiobox-lg span.label-text::after { | |
19509 height: 2.71429em; | |
19510 width: 2.71429em; } | |
19511 .radiobox.radiobox-md span.label-text { | |
19512 margin-left: 2.35714em; } | |
19513 .radiobox.radiobox-md span.label-text, | |
19514 .radiobox.radiobox-md span.label-text::after { | |
19515 height: 2em; | |
19516 width: 2em; } | |
19517 .radiobox input[type="radio"]:checked + span.label-text:after { | |
19518 -webkit-transform: translateY(-50%) translateX(5px) scale(1); | |
19519 transform: translateY(-50%) translateX(5px) scale(1); | |
19520 opacity: 1; | |
19521 -webkit-transition-delay: 0.1s; | |
19522 transition-delay: 0.1s; } | |
19523 .radiobox input[type="radio"]:checked + span.label-text:before { | |
19524 border-color: #8253eb; } | |
19525 .radiobox input[type="radio"]:disabled + span.label-text:after, .radiobox input[type="radio"]:disabled + span.label-text:before { | |
19526 opacity: 0.5; } | |
19527 .radiobox.radio-blue input[type=radio]:checked + span.label-text::after { | |
19528 background: #0275d8; } | |
19529 .radiobox.radio-blue input[type=radio]:checked + span.label-text::before { | |
19530 border-color: #0275d8; } | |
19531 .radiobox.radio-persian-blue input[type=radio]:checked + span.label-text::after { | |
19532 background: #4786ff; } | |
19533 .radiobox.radio-persian-blue input[type=radio]:checked + span.label-text::before { | |
19534 border-color: #4786ff; } | |
19535 .radiobox.radio-indigo input[type=radio]:checked + span.label-text::after { | |
19536 background: #6610f2; } | |
19537 .radiobox.radio-indigo input[type=radio]:checked + span.label-text::before { | |
19538 border-color: #6610f2; } | |
19539 .radiobox.radio-purple input[type=radio]:checked + span.label-text::after { | |
19540 background: #9c77ef; } | |
19541 .radiobox.radio-purple input[type=radio]:checked + span.label-text::before { | |
19542 border-color: #9c77ef; } | |
19543 .radiobox.radio-pink input[type=radio]:checked + span.label-text::after { | |
19544 background: #e83e8c; } | |
19545 .radiobox.radio-pink input[type=radio]:checked + span.label-text::before { | |
19546 border-color: #e83e8c; } | |
19547 .radiobox.radio-red input[type=radio]:checked + span.label-text::after { | |
19548 background: #e6614f; } | |
19549 .radiobox.radio-red input[type=radio]:checked + span.label-text::before { | |
19550 border-color: #e6614f; } | |
19551 .radiobox.radio-cerize-red input[type=radio]:checked + span.label-text::after { | |
19552 background: #fa607e; } | |
19553 .radiobox.radio-cerize-red input[type=radio]:checked + span.label-text::before { | |
19554 border-color: #fa607e; } | |
19555 .radiobox.radio-orange input[type=radio]:checked + span.label-text::after { | |
19556 background: #fb9678; } | |
19557 .radiobox.radio-orange input[type=radio]:checked + span.label-text::before { | |
19558 border-color: #fb9678; } | |
19559 .radiobox.radio-yellow input[type=radio]:checked + span.label-text::after { | |
19560 background: #ffcc02; } | |
19561 .radiobox.radio-yellow input[type=radio]:checked + span.label-text::before { | |
19562 border-color: #ffcc02; } | |
19563 .radiobox.radio-mustard input[type=radio]:checked + span.label-text::after { | |
19564 background: #fdb44d; } | |
19565 .radiobox.radio-mustard input[type=radio]:checked + span.label-text::before { | |
19566 border-color: #fdb44d; } | |
19567 .radiobox.radio-green input[type=radio]:checked + span.label-text::after { | |
19568 background: #38d57a; } | |
19569 .radiobox.radio-green input[type=radio]:checked + span.label-text::before { | |
19570 border-color: #38d57a; } | |
19571 .radiobox.radio-teal input[type=radio]:checked + span.label-text::after { | |
19572 background: #20c997; } | |
19573 .radiobox.radio-teal input[type=radio]:checked + span.label-text::before { | |
19574 border-color: #20c997; } | |
19575 .radiobox.radio-cyan input[type=radio]:checked + span.label-text::after { | |
19576 background: #03a9f3; } | |
19577 .radiobox.radio-cyan input[type=radio]:checked + span.label-text::before { | |
19578 border-color: #03a9f3; } | |
19579 .radiobox.radio-white input[type=radio]:checked + span.label-text::after { | |
19580 background: #fff; } | |
19581 .radiobox.radio-white input[type=radio]:checked + span.label-text::before { | |
19582 border-color: #fff; } | |
19583 .radiobox.radio-gray-light input[type=radio]:checked + span.label-text::after { | |
19584 background: #ddd; } | |
19585 .radiobox.radio-gray-light input[type=radio]:checked + span.label-text::before { | |
19586 border-color: #ddd; } | |
19587 .radiobox.radio-gray input[type=radio]:checked + span.label-text::after { | |
19588 background: #868e96; } | |
19589 .radiobox.radio-gray input[type=radio]:checked + span.label-text::before { | |
19590 border-color: #868e96; } | |
19591 .radiobox.radio-gray-dark input[type=radio]:checked + span.label-text::after { | |
19592 background: #343a40; } | |
19593 .radiobox.radio-gray-dark input[type=radio]:checked + span.label-text::before { | |
19594 border-color: #343a40; } | |
19595 .radiobox.radio-violet input[type=radio]:checked + span.label-text::after { | |
19596 background: #9c27b0; } | |
19597 .radiobox.radio-violet input[type=radio]:checked + span.label-text::before { | |
19598 border-color: #9c27b0; } | |
19599 .radiobox.radio-brown input[type=radio]:checked + span.label-text::after { | |
19600 background: #795548; } | |
19601 .radiobox.radio-brown input[type=radio]:checked + span.label-text::before { | |
19602 border-color: #795548; } | |
19603 .radiobox.radio-light-gray input[type=radio]:checked + span.label-text::after { | |
19604 background: #f9f9f9; } | |
19605 .radiobox.radio-light-gray input[type=radio]:checked + span.label-text::before { | |
19606 border-color: #f9f9f9; } | |
19607 .radiobox.radio-slate input[type=radio]:checked + span.label-text::after { | |
19608 background: #607d8b; } | |
19609 .radiobox.radio-slate input[type=radio]:checked + span.label-text::before { | |
19610 border-color: #607d8b; } | |
19611 .radiobox.radio-facebook input[type=radio]:checked + span.label-text::after { | |
19612 background: #4b64a6; } | |
19613 .radiobox.radio-facebook input[type=radio]:checked + span.label-text::before { | |
19614 border-color: #4b64a6; } | |
19615 .radiobox.radio-twitter input[type=radio]:checked + span.label-text::after { | |
19616 background: #0dace3; } | |
19617 .radiobox.radio-twitter input[type=radio]:checked + span.label-text::before { | |
19618 border-color: #0dace3; } | |
19619 .radiobox.radio-googleplus input[type=radio]:checked + span.label-text::after { | |
19620 background: #dd4b39; } | |
19621 .radiobox.radio-googleplus input[type=radio]:checked + span.label-text::before { | |
19622 border-color: #dd4b39; } | |
19623 .radiobox.radio-linkedin input[type=radio]:checked + span.label-text::after { | |
19624 background: #007bb6; } | |
19625 .radiobox.radio-linkedin input[type=radio]:checked + span.label-text::before { | |
19626 border-color: #007bb6; } | |
19627 .radiobox.radio-instagram input[type=radio]:checked + span.label-text::after { | |
19628 background: #3f729b; } | |
19629 .radiobox.radio-instagram input[type=radio]:checked + span.label-text::before { | |
19630 border-color: #3f729b; } | |
19631 .radiobox.radio-pinterest input[type=radio]:checked + span.label-text::after { | |
19632 background: #cb2027; } | |
19633 .radiobox.radio-pinterest input[type=radio]:checked + span.label-text::before { | |
19634 border-color: #cb2027; } | |
19635 .radiobox.radio-dribbble input[type=radio]:checked + span.label-text::after { | |
19636 background: #ea4c89; } | |
19637 .radiobox.radio-dribbble input[type=radio]:checked + span.label-text::before { | |
19638 border-color: #ea4c89; } | |
19639 .radiobox.radio-youtube input[type=radio]:checked + span.label-text::after { | |
19640 background: #b00; } | |
19641 .radiobox.radio-youtube input[type=radio]:checked + span.label-text::before { | |
19642 border-color: #b00; } | |
19643 .radiobox.radio-color-scheme input[type=radio]:checked + span.label-text::after { | |
19644 background: #8253eb; } | |
19645 .radiobox.radio-color-scheme input[type=radio]:checked + span.label-text::before { | |
19646 border-color: #8253eb; } | |
19647 .radiobox.radio-color-scheme-dark input[type=radio]:checked + span.label-text::after { | |
19648 background: #835c9e; } | |
19649 .radiobox.radio-color-scheme-dark input[type=radio]:checked + span.label-text::before { | |
19650 border-color: #835c9e; } | |
19651 .radiobox.radio-content-color input[type=radio]:checked + span.label-text::after { | |
19652 background: #999; } | |
19653 .radiobox.radio-content-color input[type=radio]:checked + span.label-text::before { | |
19654 border-color: #999; } | |
19655 .radiobox.radio-content input[type=radio]:checked + span.label-text::after { | |
19656 background: #999; } | |
19657 .radiobox.radio-content input[type=radio]:checked + span.label-text::before { | |
19658 border-color: #999; } | |
19659 .radiobox.radio-primary input[type=radio]:checked + span.label-text::after { | |
19660 background: #8253eb; } | |
19661 .radiobox.radio-primary input[type=radio]:checked + span.label-text::before { | |
19662 border-color: #8253eb; } | |
19663 .radiobox.radio-secondary input[type=radio]:checked + span.label-text::after { | |
19664 background: #868e96; } | |
19665 .radiobox.radio-secondary input[type=radio]:checked + span.label-text::before { | |
19666 border-color: #868e96; } | |
19667 .radiobox.radio-success input[type=radio]:checked + span.label-text::after { | |
19668 background: #38d57a; } | |
19669 .radiobox.radio-success input[type=radio]:checked + span.label-text::before { | |
19670 border-color: #38d57a; } | |
19671 .radiobox.radio-info input[type=radio]:checked + span.label-text::after { | |
19672 background: #03a9f3; } | |
19673 .radiobox.radio-info input[type=radio]:checked + span.label-text::before { | |
19674 border-color: #03a9f3; } | |
19675 .radiobox.radio-warning input[type=radio]:checked + span.label-text::after { | |
19676 background: #ffcc02; } | |
19677 .radiobox.radio-warning input[type=radio]:checked + span.label-text::before { | |
19678 border-color: #ffcc02; } | |
19679 .radiobox.radio-danger input[type=radio]:checked + span.label-text::after { | |
19680 background: #e6614f; } | |
19681 .radiobox.radio-danger input[type=radio]:checked + span.label-text::before { | |
19682 border-color: #e6614f; } | |
19683 .radiobox.radio-light input[type=radio]:checked + span.label-text::after { | |
19684 background: #f8f9fa; } | |
19685 .radiobox.radio-light input[type=radio]:checked + span.label-text::before { | |
19686 border-color: #f8f9fa; } | |
19687 .radiobox.radio-dark input[type=radio]:checked + span.label-text::after { | |
19688 background: #343a40; } | |
19689 .radiobox.radio-dark input[type=radio]:checked + span.label-text::before { | |
19690 border-color: #343a40; } | |
19691 .radiobox.radio-gray-100 input[type=radio]:checked + span.label-text::after { | |
19692 background: #f8f9fa; } | |
19693 .radiobox.radio-gray-100 input[type=radio]:checked + span.label-text::before { | |
19694 border-color: #f8f9fa; } | |
19695 .radiobox.radio-gray-200 input[type=radio]:checked + span.label-text::after { | |
19696 background: #ddd; } | |
19697 .radiobox.radio-gray-200 input[type=radio]:checked + span.label-text::before { | |
19698 border-color: #ddd; } | |
19699 .radiobox.radio-gray-300 input[type=radio]:checked + span.label-text::after { | |
19700 background: #bbb; } | |
19701 .radiobox.radio-gray-300 input[type=radio]:checked + span.label-text::before { | |
19702 border-color: #bbb; } | |
19703 .radiobox.radio-gray-400 input[type=radio]:checked + span.label-text::after { | |
19704 background: #aaa; } | |
19705 .radiobox.radio-gray-400 input[type=radio]:checked + span.label-text::before { | |
19706 border-color: #aaa; } | |
19707 .radiobox.radio-gray-500 input[type=radio]:checked + span.label-text::after { | |
19708 background: #999; } | |
19709 .radiobox.radio-gray-500 input[type=radio]:checked + span.label-text::before { | |
19710 border-color: #999; } | |
19711 .radiobox.radio-gray-600 input[type=radio]:checked + span.label-text::after { | |
19712 background: #868e96; } | |
19713 .radiobox.radio-gray-600 input[type=radio]:checked + span.label-text::before { | |
19714 border-color: #868e96; } | |
19715 .radiobox.radio-gray-700 input[type=radio]:checked + span.label-text::after { | |
19716 background: #495057; } | |
19717 .radiobox.radio-gray-700 input[type=radio]:checked + span.label-text::before { | |
19718 border-color: #495057; } | |
19719 .radiobox.radio-gray-800 input[type=radio]:checked + span.label-text::after { | |
19720 background: #343a40; } | |
19721 .radiobox.radio-gray-800 input[type=radio]:checked + span.label-text::before { | |
19722 border-color: #343a40; } | |
19723 .radiobox.radio-gray-900 input[type=radio]:checked + span.label-text::after { | |
19724 background: #212529; } | |
19725 .radiobox.radio-gray-900 input[type=radio]:checked + span.label-text::before { | |
19726 border-color: #212529; } | |
19727 body.rtl .radiobox .label-text { | |
19728 padding-left: 0; | |
19729 padding-right: 2.14286em; } | |
19730 body.rtl .radiobox .label-text:before, body.rtl .radiobox .label-text:after { | |
19731 left: auto; | |
19732 right: 0; } | |
19733 body.rtl .radiobox .label-text:after { | |
19734 -webkit-transform: translateY(-50%) translateX(-50%) scale(0); | |
19735 transform: translateY(-50%) translateX(-50%) scale(0); } | |
19736 body.rtl .radiobox input[type="radio"]:checked + span.label-text:after { | |
19737 -webkit-transform: translateY(-50%) translateX(-50%) scale(1); | |
19738 transform: translateY(-50%) translateX(-50%) scale(1); } | |
19739 | |
19740 .checkbox input[type=checkbox], | |
19741 .checkbox-inline input[type=checkbox], | |
19742 .radio input[type=radio], | |
19743 .radio-inline input[type=radio] { | |
19744 position: absolute; } | |
19745 | |
19746 .form-input-icon { | |
19747 position: relative; } | |
19748 .form-input-icon > i { | |
19749 position: absolute; | |
19750 top: 50%; | |
19751 left: 0.625rem; | |
19752 -webkit-transform: translateY(-50%); | |
19753 transform: translateY(-50%); | |
19754 line-height: 1; | |
19755 z-index: 3; | |
19756 text-align: center; | |
19757 color: #b8beca; } | |
19758 .form-input-icon .form-control { | |
19759 padding-left: 2.5rem; } | |
19760 | |
19761 .form-input-icon-right > i { | |
19762 left: auto; | |
19763 right: 0.625rem; } | |
19764 | |
19765 .form-input-icon-right .form-control { | |
19766 padding-left: 1rem; | |
19767 padding-right: 2.5rem; } | |
19768 | |
19769 .form-control-rounded { | |
19770 border-radius: 500px; } | |
19771 | |
19772 .form-material .form-control:disabled, .form-material .form-control.disabled { | |
19773 cursor: not-allowed; | |
19774 color: rgba(153, 153, 153, 0.5); } | |
19775 | |
19776 .form-material input, .form-material input:focus, .form-material textarea, .form-material textarea:focus, .form-material select, .form-material select:focus { | |
19777 -webkit-box-shadow: none; | |
19778 box-shadow: none; } | |
19779 | |
19780 .form-material input::-webkit-input-placeholder, .form-material textarea::-webkit-input-placeholder, .form-material select::-webkit-input-placeholder { | |
19781 opacity: 0; } | |
19782 | |
19783 .form-material input:-moz-placeholder, .form-material textarea:-moz-placeholder, .form-material select:-moz-placeholder { | |
19784 opacity: 0; } | |
19785 | |
19786 .form-material input::-moz-placeholder, .form-material textarea::-moz-placeholder, .form-material select::-moz-placeholder { | |
19787 opacity: 0; } | |
19788 | |
19789 .form-material input:-ms-input-placeholder, .form-material textarea:-ms-input-placeholder, .form-material select:-ms-input-placeholder { | |
19790 opacity: 0; } | |
19791 | |
19792 .form-material .form-group { | |
19793 position: relative; } | |
19794 | |
19795 .form-material .form-group > label { | |
19796 position: absolute; | |
19797 top: 50%; | |
19798 left: 0; | |
19799 -webkit-transform: translateY(-50%); | |
19800 transform: translateY(-50%); | |
19801 margin-bottom: 0; | |
19802 -webkit-transition: all 0.3s ease; | |
19803 transition: all 0.3s ease; | |
19804 pointer-events: none; | |
19805 opacity: 0.7; } | |
19806 | |
19807 .form-material .input-focused input::-webkit-input-placeholder, | |
19808 .form-material .input-has-value input::-webkit-input-placeholder { | |
19809 opacity: 1; } | |
19810 | |
19811 .form-material .input-focused input:-moz-placeholder, | |
19812 .form-material .input-has-value input:-moz-placeholder { | |
19813 opacity: 1; } | |
19814 | |
19815 .form-material .input-focused input::-moz-placeholder, | |
19816 .form-material .input-has-value input::-moz-placeholder { | |
19817 opacity: 1; } | |
19818 | |
19819 .form-material .input-focused input:-ms-input-placeholder, | |
19820 .form-material .input-has-value input:-ms-input-placeholder { | |
19821 opacity: 1; } | |
19822 | |
19823 .form-material .form-group > input[type="file"] { | |
19824 padding-top: 1em; } | |
19825 | |
19826 .form-material .form-group > textarea + label { | |
19827 top: calc(0.5625rem * 2); } | |
19828 | |
19829 .form-material .form-group > input[type="file"] + label, | |
19830 .form-material .form-group > select + label, | |
19831 .form-material .form-group.input-has-value label, | |
19832 .form-material .form-group.input-focused label { | |
19833 font-size: .75em; | |
19834 top: 0; | |
19835 opacity: 1; } | |
19836 | |
19837 .form-material .form-control { | |
19838 border-radius: 0; | |
19839 border: 0; | |
19840 padding-left: 0; | |
19841 padding-right: 0; | |
19842 background-color: transparent; | |
19843 background-position: center bottom, center calc(99%); | |
19844 background-repeat: no-repeat; | |
19845 background-size: 0 2px, 100% 1px; | |
19846 -webkit-transition: background 0s ease-out 0s; | |
19847 transition: background 0s ease-out 0s; | |
19848 background-image: -webkit-gradient(linear, left top, left bottom, from(#8253eb), to(#8253eb)), -webkit-gradient(linear, left top, left bottom, from(#e4e9f0), to(#e4e9f0)); | |
19849 background-image: linear-gradient(#8253eb, #8253eb), linear-gradient(#e4e9f0, #e4e9f0); | |
19850 padding: calc(0.5625rem + 4px) 0; } | |
19851 | |
19852 .form-material .form-control-icon .input-group .form-control, | |
19853 .form-material .form-control-icon label { | |
19854 padding-left: 2.1875rem; } | |
19855 | |
19856 .form-material .form-control-icon .input-group > i { | |
19857 position: absolute; | |
19858 top: 50%; | |
19859 left: 0; | |
19860 -webkit-transform: translateY(-50%); | |
19861 transform: translateY(-50%); } | |
19862 | |
19863 .form-material .form-control-icon.input-has-value label, | |
19864 .form-material .form-control-icon.input-focused label { | |
19865 padding-left: 0; } | |
19866 | |
19867 .form-material .form-control-icon.form-control-icon-right label, | |
19868 .form-material .form-control-icon.form-control-icon-right .form-control { | |
19869 padding-left: 0; | |
19870 padding-right: 2.1875rem; } | |
19871 | |
19872 .form-material .form-control-icon.form-control-icon-right .input-group > i { | |
19873 left: auto; | |
19874 right: 0; } | |
19875 | |
19876 .form-material .form-control:focus { | |
19877 background-size: 100% 2px, 100% 1px; | |
19878 outline: 0 none; | |
19879 -webkit-transition-duration: 0.3s; | |
19880 transition-duration: 0.3s; } | |
19881 | |
19882 body.rtl .form-material .form-group > label { | |
19883 left: auto; | |
19884 right: 0; } | |
19885 | |
19886 .form-bordered .form-group { | |
19887 padding-bottom: 1.5625rem; | |
19888 border-bottom: 1px solid #f2f2f2; } | |
19889 .form-bordered .form-group:first-child { | |
19890 padding-top: 1.5625rem; } | |
19891 .form-bordered .form-group:last-child { | |
19892 border-bottom: 0; } | |
19893 | |
19894 .has-feedback label ~ .form-control-feedback { | |
19895 top: 50%; | |
19896 -webkit-transform: translateY(-50%); | |
19897 transform: translateY(-50%); | |
19898 right: 1.07143em; } | |
19899 | |
19900 /* File Dropzone | |
19901 ========================*/ | |
19902 .dropzone { | |
19903 position: relative; | |
19904 border: 2px dashed #ddd; } | |
19905 .dropzone .dz-message { | |
19906 margin: 0; | |
19907 position: absolute; | |
19908 top: 0; | |
19909 right: 0; | |
19910 bottom: 0; | |
19911 left: 0; } | |
19912 .dropzone .dz-message span { | |
19913 position: absolute; | |
19914 top: 50%; | |
19915 right: 50%; | |
19916 -webkit-transform: translateY(-50%) translateX(50%); | |
19917 transform: translateY(-50%) translateX(50%); } | |
19918 .dropzone .dz-preview .dz-progress { | |
19919 margin-top: 0; } | |
19920 .dropzone .dz-preview .dz-details { | |
19921 height: 100%; | |
19922 width: 100%; } | |
19923 .dropzone .dz-preview .dz-success-mark { | |
19924 position: absolute; | |
19925 top: 50%; | |
19926 right: 50%; | |
19927 -webkit-transform: translateY(-50%) translateX(50%); | |
19928 transform: translateY(-50%) translateX(50%); } | |
19929 .dropzone .dz-preview .dz-success-mark, | |
19930 .dropzone .dz-preview .dz-error-mark { | |
19931 height: 3.375rem; | |
19932 width: 3.375rem; } | |
19933 .dropzone .dz-preview.dz-error .dz-image { | |
19934 background: #e6614f; } | |
19935 .dropzone .dz-preview.dz-error .dz-details .dz-filename, | |
19936 .dropzone .dz-preview.dz-error .dz-details .dz-size { | |
19937 opacity: 0.5; } | |
19938 .dropzone .dz-preview.dz-error .dz-error-mark { | |
19939 -webkit-animation: none; | |
19940 animation: none; | |
19941 margin: 0; | |
19942 position: absolute; | |
19943 top: 50%; | |
19944 right: 50%; | |
19945 -webkit-transform: translateY(-50%) translateX(-50%); | |
19946 transform: translateY(-50%) translateX(-50%); } | |
19947 .dropzone .dz-preview.dz-error .dz-error-message { | |
19948 color: #fff; | |
19949 background: #e6614f; } | |
19950 .dropzone .dz-preview.dz-error .dz-error-message:after { | |
19951 border-bottom-color: #e6614f; } | |
19952 .dropzone .dz-preview .dz-remove { | |
19953 padding: 0.55556em; | |
19954 position: absolute; | |
19955 right: 0; | |
19956 bottom: 0; | |
19957 left: 0; | |
19958 z-index: 100; | |
19959 display: block; | |
19960 background: #8253eb; | |
19961 color: #fff; | |
19962 -webkit-transition: all 0.3s ease; | |
19963 transition: all 0.3s ease; | |
19964 font-size: 0.64286em; | |
19965 text-transform: uppercase; | |
19966 font-weight: bold; | |
19967 letter-spacing: 0.1em; | |
19968 border-bottom-left-radius: 20px; | |
19969 border-bottom-right-radius: 20px; } | |
19970 .dropzone .dz-preview .dz-remove:hover { | |
19971 text-decoration: none; } | |
19972 .dropzone .dz-image-preview .dz-remove { | |
19973 opacity: 0; } | |
19974 .dropzone .dz-image-preview:hover .dz-remove { | |
19975 opacity: 1; } | |
19976 | |
19977 /* Spectrum Color Picker | |
19978 ========================*/ | |
19979 .colorpicker .input-group-addon { | |
19980 cursor: pointer; | |
19981 position: relative; } | |
19982 .colorpicker .input-group-addon i { | |
19983 width: 1em; | |
19984 display: block; } | |
19985 .colorpicker .input-group-addon i:after { | |
19986 content: ''; | |
19987 background: inherit; | |
19988 position: absolute; | |
19989 top: 0; | |
19990 right: 0; | |
19991 bottom: 0; | |
19992 left: 0; | |
19993 display: block; } | |
19994 | |
19995 .sp-container { | |
19996 background: #f9f9f9; | |
19997 border: 1px solid #ddd; } | |
19998 | |
19999 .sp-input { | |
20000 border: 1px solid #ddd; } | |
20001 .sp-input:focus { | |
20002 border-color: #ccc; } | |
20003 | |
20004 /* Date Range Picker | |
20005 ========================*/ | |
20006 .predefinedRanges { | |
20007 display: inline-block; } | |
20008 | |
20009 .daterangepicker td.active, .daterangepicker td.active:hover { | |
20010 background-color: #8253eb; } | |
20011 | |
20012 .daterangepicker .input-mini.active { | |
20013 border-color: #8253eb; } | |
20014 | |
20015 body.rtl .daterangepicker .ranges ul { | |
20016 padding-right: 0; } | |
20017 | |
20018 .daterangepicker.dropdown-menu { | |
20019 -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); | |
20020 box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); | |
20021 width: auto; | |
20022 padding: 0.71429em 1.07143em; | |
20023 z-index: 10; } | |
20024 .daterangepicker.dropdown-menu.show-calendar { | |
20025 padding-top: 1.42857em; } | |
20026 .daterangepicker.dropdown-menu .calendar-table { | |
20027 border: 1px solid #eef1f2; | |
20028 border-left: 0; } | |
20029 .daterangepicker.dropdown-menu .calendar-table tbody { | |
20030 color: #666; } | |
20031 .daterangepicker.dropdown-menu .left .calendar-table { | |
20032 border-left: 1px solid #eef1f2; } | |
20033 .daterangepicker.dropdown-menu .range_inputs { | |
20034 margin-left: 1.07143em; } | |
20035 | |
20036 .ranges { | |
20037 width: 11.25rem; | |
20038 padding: 0; } | |
20039 .ranges ul { | |
20040 margin-bottom: 0.71429em; } | |
20041 .ranges li { | |
20042 margin: 0; | |
20043 padding: 0.35714em 1.42857em; | |
20044 color: #514d6a; | |
20045 background: transparent; | |
20046 border-radius: 0; | |
20047 border: 0; } | |
20048 .ranges li:hover { | |
20049 border: 0; | |
20050 color: #514d6a; | |
20051 background: #fdfcff; } | |
20052 .ranges li.active { | |
20053 background: #8253eb; | |
20054 border: 0; } | |
20055 .ranges li.active:hover { | |
20056 color: #fff; } | |
20057 | |
20058 /* Date Picker | |
20059 ========================*/ | |
20060 .datepicker { | |
20061 margin: 0 auto; } | |
20062 .datepicker.dropdown-menu { | |
20063 width: auto; | |
20064 padding: 1.07143em 1.78571em; | |
20065 -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); | |
20066 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); } | |
20067 .datepicker tbody { | |
20068 color: #666; } | |
20069 .datepicker table tr td span.active, | |
20070 .datepicker table tr td span.active:hover, | |
20071 .datepicker td .month.active { | |
20072 background: #8253eb !important; } | |
20073 .datepicker td.active, | |
20074 .datepicker td.selected { | |
20075 background: #8253eb !important; } | |
20076 | |
20077 /* Select2 Select Dropdown | |
20078 ========================*/ | |
20079 .select2-container--default .select2-selection--single .select2-selection__rendered, | |
20080 .select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
20081 background: none; | |
20082 line-height: calc(2.5rem + 2px) !important; | |
20083 margin-bottom: -0.125rem; | |
20084 padding-left: 1em; } | |
20085 | |
20086 .select2-container--default { | |
20087 max-width: 100%; } | |
20088 .select2-container--default.select2 { | |
20089 width: 100% !important; } | |
20090 .select2-container--default .select2-selection--single { | |
20091 border: 1px solid #ccc; | |
20092 padding-right: 0.625rem; | |
20093 height: calc(2.5rem + 2px) !important; } | |
20094 .select2-container--default .select2-selection--single .select2-selection__arrow { | |
20095 top: 50%; | |
20096 -webkit-transform: translateY(-50%); | |
20097 transform: translateY(-50%); | |
20098 right: 0.9375rem; } | |
20099 .select2-container--default .select2-selection--multiple { | |
20100 min-height: calc(2.5rem + 2px) !important; | |
20101 height: auto; | |
20102 line-height: 1; | |
20103 border: 1px solid #ccc; } | |
20104 .select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
20105 display: -webkit-box; | |
20106 display: -ms-flexbox; | |
20107 display: flex; | |
20108 -ms-flex-wrap: wrap; | |
20109 flex-wrap: wrap; | |
20110 -webkit-box-align: center; | |
20111 -ms-flex-align: center; | |
20112 align-items: center; } | |
20113 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { | |
20114 display: flex-item; | |
20115 margin: 0.41667em 0.16667em; | |
20116 border-radius: 20px; | |
20117 font-size: 0.75rem; | |
20118 line-height: 2em; | |
20119 padding-right: 0.625rem; | |
20120 background: #03a9f3; | |
20121 color: #fff; | |
20122 border-color: #03a9f3; } | |
20123 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-child { | |
20124 margin-left: 0; } | |
20125 .select2-container--default .select2-selection--multiple .select2-search__field { | |
20126 margin-top: 0; | |
20127 margin-bottom: 0; } | |
20128 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
20129 width: 0.9375rem; | |
20130 text-align: center; | |
20131 color: #fff; | |
20132 opacity: 0.4; } | |
20133 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { | |
20134 opacity: 1; | |
20135 color: #fff; } | |
20136 .select2-container--default.select2-container--focus .select2-selection--multiple { | |
20137 border-color: #03a9f3; } | |
20138 .select2-container--default .select2-seach--inline { | |
20139 line-height: 1.3 !important; } | |
20140 .select2-container--default.select2-container--open .select2-selection--single { | |
20141 border-color: #03a9f3; } | |
20142 .select2-container--default .select2-results__option[aria-selected="true"] { | |
20143 display: none; } | |
20144 .select2-container--default .select2-results__option--highlighted[aria-selected] { | |
20145 background: #03a9f3; } | |
20146 | |
20147 body.rtl .select2-results__options { | |
20148 padding-right: 0; } | |
20149 | |
20150 /* SelectPicker Select Dropdown | |
20151 ========================*/ | |
20152 .bootstrap-select.btn-group .dropdown-toggle .bs-caret { | |
20153 position: absolute; | |
20154 top: 0; | |
20155 right: 0; | |
20156 bottom: 0; | |
20157 left: 0; } | |
20158 .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret { | |
20159 -webkit-transform: translateY(-50%); | |
20160 transform: translateY(-50%); | |
20161 line-height: 1; | |
20162 margin: 0; } | |
20163 | |
20164 .bootstrap-select.open .dropdown-menu { | |
20165 display: none; } | |
20166 | |
20167 .bootstrap-select.open.show .dropdown-menu { | |
20168 display: block; } | |
20169 | |
20170 .bootstrap-select .dropdown-menu li a { | |
20171 line-height: 2em; | |
20172 display: block; | |
20173 width: 100%; | |
20174 color: #cccccc; | |
20175 padding: 0.35714em 1.42857em; } | |
20176 .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus { | |
20177 color: #999; | |
20178 background: #f7fafc; } | |
20179 .bootstrap-select .dropdown-menu li a span::before { | |
20180 font-family: "feather"; | |
20181 -webkit-font-feature-settings: "liga"; | |
20182 font-feature-settings: "liga"; | |
20183 font-size: 1.125rem; | |
20184 font-weight: 600; } | |
20185 .bootstrap-select .dropdown-menu li a .glyphicon-ok::before { | |
20186 content: "\e925"; } | |
20187 | |
20188 .bootstrap-select .dropdown-menu[aria-expanded="true"] { | |
20189 display: block; } | |
20190 | |
20191 .bootstrap-select .dropdown-menu a[aria-selected="true"] { | |
20192 color: #fff !important; | |
20193 background: #8253eb !important; } | |
20194 | |
20195 .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { | |
20196 top: 50%; | |
20197 -webkit-transform: translateY(-50%); | |
20198 transform: translateY(-50%); | |
20199 margin-top: 0; } | |
20200 | |
20201 /* Tags Input | |
20202 ========================*/ | |
20203 .bootstrap-tagsinput { | |
20204 width: 100%; } | |
20205 .bootstrap-tagsinput .tag { | |
20206 font-size: 0.75rem; | |
20207 padding: 0.33333em 0.83333em; | |
20208 border-radius: 100px; | |
20209 display: inline-block; | |
20210 margin: 0.41667em 0; } | |
20211 .bootstrap-tagsinput .tag [data-role="remove"]::after { | |
20212 content: "\e9ea"; | |
20213 font-family: "feather"; | |
20214 -webkit-font-feature-settings: "liga"; | |
20215 font-feature-settings: "liga"; | |
20216 line-height: 1; | |
20217 vertical-align: middle; | |
20218 padding: 0; | |
20219 margin: 0; } | |
20220 .bootstrap-tagsinput input[type="text"] { | |
20221 min-width: 9.375rem; | |
20222 line-height: 2; } | |
20223 .input-group .bootstrap-tagsinput:first-child { | |
20224 border-top-right-radius: 0; | |
20225 border-bottom-right-radius: 0; } | |
20226 .input-group .bootstrap-tagsinput:not(:first-child):not(:nth-last-child(2)) { | |
20227 border-radius: 0; } | |
20228 .input-group .bootstrap-tagsinput:nth-last-child(2) { | |
20229 border-top-left-radius: 0; | |
20230 border-bottom-left-radius: 0; } | |
20231 | |
20232 /* Switchery | |
20233 =======================*/ | |
20234 .switchery { | |
20235 width: 4.28571em; } | |
20236 .switchery > small { | |
20237 -webkit-box-shadow: none; | |
20238 box-shadow: none; } | |
20239 | |
20240 .switchery-small { | |
20241 height: 1.5rem; | |
20242 border-radius: 1.5rem; } | |
20243 .switchery-small > small { | |
20244 height: 1.5rem; | |
20245 width: 1.5rem; } | |
20246 | |
20247 .switchery-large { | |
20248 width: 5.71429em; } | |
20249 | |
20250 /* Touchspin | |
20251 =======================*/ | |
20252 .bootstrap-touchspin .input-group-btn-vertical { | |
20253 min-width: 1.25rem; } | |
20254 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, | |
20255 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { | |
20256 display: block; | |
20257 font-size: 9px; | |
20258 height: 50%; | |
20259 width: 20px; | |
20260 position: absolute; | |
20261 top: 0; | |
20262 right: 0; } | |
20263 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i, | |
20264 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i { | |
20265 position: absolute; | |
20266 top: 50%; | |
20267 left: 50%; | |
20268 -webkit-transform: translateY(-50%) translateX(-50%); | |
20269 transform: translateY(-50%) translateX(-50%); | |
20270 font-size: 14px; | |
20271 line-height: 1; | |
20272 font-style: normal; } | |
20273 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i::before { | |
20274 content: "+"; } | |
20275 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { | |
20276 top: calc(50% + 2px); } | |
20277 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i:before { | |
20278 content: "-"; } | |
20279 | |
20280 /* MultiSelect | |
20281 ========================*/ | |
20282 .ms-container { | |
20283 width: 100%; } | |
20284 .ms-container .ms-list { | |
20285 border-radius: 0; } | |
20286 .ms-container .ms-list.ms-focus { | |
20287 border-color: #8253eb; | |
20288 -webkit-box-shadow: 0 0 7px -2px #8253eb; | |
20289 box-shadow: 0 0 7px -2px #8253eb; } | |
20290 .ms-container .ms-selection li, | |
20291 .ms-container .ms-selectable li { | |
20292 line-height: 2; } | |
20293 .ms-container .ms-selection li.ms-hover, | |
20294 .ms-container .ms-selectable li.ms-hover { | |
20295 background: #8253eb; } | |
20296 body.rtl .ms-container .ms-optgroup { | |
20297 padding-right: 0; } | |
20298 body.rtl .ms-container .ms-optgroup-label { | |
20299 padding-right: 5px; } | |
20300 | |
20301 .multi-step-signup .multi-step-form fieldset { | |
20302 text-align: center; | |
20303 display: none; } | |
20304 .multi-step-signup .multi-step-form fieldset.active { | |
20305 display: block; } | |
20306 .multi-step-signup .multi-step-form fieldset textarea { | |
20307 resize: none; } | |
20308 .multi-step-signup .multi-step-form fieldset input[type=number]::-webkit-inner-spin-button, | |
20309 .multi-step-signup .multi-step-form fieldset input[type=number]::-webkit-outer-spin-button { | |
20310 -webkit-appearance: none; | |
20311 -moz-appearance: none; | |
20312 appearance: none; | |
20313 margin: 0; } | |
20314 | |
20315 .multi-step-signup .steps-tab li { | |
20316 padding: 0 80px; | |
20317 position: relative; } | |
20318 | |
20319 .multi-step-signup .steps-tab a { | |
20320 line-height: 40px; | |
20321 font-size: 12px; | |
20322 color: #fff; } | |
20323 | |
20324 .multi-step-signup .steps-tab .step { | |
20325 display: block; | |
20326 margin-left: 25%; | |
20327 width: 40px; | |
20328 height: 40px; | |
20329 line-height: 30px; | |
20330 color: #8253eb; | |
20331 background-color: #F5F7FA; | |
20332 border: 5px solid #8253eb; | |
20333 font-size: 0.8rem; | |
20334 border-radius: 50%; | |
20335 z-index: 1; } | |
20336 | |
20337 @media (max-width: 768px) { | |
20338 .multi-step-signup .steps-tab li { | |
20339 padding: 0 20px; } } | |
20340 | |
20341 .multi-step-signup .steps-tab li::before { | |
20342 content: ""; | |
20343 top: 18px; | |
20344 width: 100%; | |
20345 height: 5px; | |
20346 z-index: -1; | |
20347 display: block; | |
20348 position: absolute; | |
20349 left: -50%; | |
20350 background-color: #8253eb; | |
20351 opacity: .7; } | |
20352 | |
20353 .multi-step-signup .steps-tab li:first-child::before { | |
20354 display: none; } | |
20355 | |
20356 .multi-step-signup .steps-tab li:last-child::after { | |
20357 display: none; } | |
20358 | |
20359 .multi-step-signup .steps-tab ul li.done .step { | |
20360 background-color: #8253eb; | |
20361 border-color: #8253eb; | |
20362 color: #FFF; } | |
20363 | |
20364 .multi-step-signup .steps-tab ul li.done::before { | |
20365 background-color: #8253eb; | |
20366 opacity: 1; } | |
20367 | |
20368 .multi-step-signup .steps-tab ul li.active .step { | |
20369 border-color: #8253eb; | |
20370 background-color: #FFF; | |
20371 color: #8253eb; } | |
20372 | |
20373 .multi-step-signup .steps-tab ul li.active::before { | |
20374 background-color: #8253eb; | |
20375 opacity: 1; } | |
20376 | |
20377 body.rtl .multi-step-signup .steps-tab li::before { | |
20378 left: auto; | |
20379 right: calc(-50% - 10px); } | |
20380 | |
20381 /* Bootstrap Wysiwyg | |
20382 ========================*/ | |
20383 .wysihtml5-sandbox { | |
20384 width: 100% !important; | |
20385 border: 1px solid #eee !important; | |
20386 padding: 20px !important; } | |
20387 | |
20388 ul.wysihtml5-toolbar { | |
20389 border: 1px solid #eee; | |
20390 border-bottom: 0; } | |
20391 ul.wysihtml5-toolbar > li { | |
20392 margin: 0; } | |
20393 ul.wysihtml5-toolbar > li .btn { | |
20394 background: none; | |
20395 border: 0; } | |
20396 ul.wysihtml5-toolbar > li .btn .glyphicon { | |
20397 margin-right: 1em; } | |
20398 ul.wysihtml5-toolbar > li .btn:active, ul.wysihtml5-toolbar > li .btn:focus { | |
20399 background: none; } | |
20400 body.rtl ul.wysihtml5-toolbar > li .btn .glyphicon { | |
20401 margin-right: 0; | |
20402 margin-left: 1em; } | |
20403 | |
20404 ul.wysihtml5-toolbar > li .modal .btn { | |
20405 background: #8253eb; | |
20406 color: #fff; } | |
20407 | |
20408 ul.wysihtml5-toolbar > li .modal .checkbox label { | |
20409 padding-left: 30px; | |
20410 position: relative; } | |
20411 ul.wysihtml5-toolbar > li .modal .checkbox label:before { | |
20412 content: ''; | |
20413 font-family: 'Material Icons'; | |
20414 -webkit-font-feature-settings: 'liga'; | |
20415 font-feature-settings: 'liga'; | |
20416 border: 1px solid #ddd; | |
20417 display: block; | |
20418 height: 20px; | |
20419 width: 20px; | |
20420 line-height: 20px; | |
20421 text-align: center; | |
20422 color: #fff; | |
20423 position: absolute; | |
20424 top: 0; | |
20425 left: 0; } | |
20426 ul.wysihtml5-toolbar > li .modal .checkbox label.checkbox-checked:before { | |
20427 background: #8253eb; | |
20428 border-color: #8253eb; | |
20429 content: 'check'; } | |
20430 | |
20431 body.rtl .input-group .input-group-btn-vertical:first-child:last-child .btn, | |
20432 body.rtl .input-group .input-group-btn-vertical .btn, | |
20433 body.rtl .input-group .input-group-btn:first-child:last-child .btn, | |
20434 body.rtl .input-group .input-group-btn .btn, | |
20435 body.rtl .input-group .input-group-addon:first-child:last-child, | |
20436 body.rtl .input-group .input-group-addon { | |
20437 border-radius: 0.25rem; } | |
20438 | |
20439 body.rtl .input-group .input-group-btn-vertical:first-child .btn, | |
20440 body.rtl .input-group .input-group-btn:first-child .btn, | |
20441 body.rtl .input-group .input-group-addon:first-child { | |
20442 border-top-left-radius: 0; | |
20443 border-bottom-left-radius: 0; | |
20444 border-right: 1px solid #eef1f2; | |
20445 border-left: 0; } | |
20446 | |
20447 body.rtl .input-group .input-group-btn-vertical:last-child .btn, | |
20448 body.rtl .input-group .input-group-btn:last-child .btn, | |
20449 body.rtl .input-group .input-group-addon:last-child { | |
20450 border-top-right-radius: 0; | |
20451 border-bottom-right-radius: 0; | |
20452 border-left: 1px solid #eef1f2; | |
20453 border-right: 0; } | |
20454 | |
20455 body.rtl .input-group .input-group-btn-vertical:not(:first-child):not(:last-child) .btn, | |
20456 body.rtl .input-group .input-group-btn:not(:first-child):not(:last-child) .btn, | |
20457 body.rtl .input-group .input-group-addon:not(:first-child):not(:last-child) { | |
20458 border-radius: 0; } | |
20459 | |
20460 body.rtl .input-group .form-control:first-child:last-child, | |
20461 body.rtl .input-group .form-control { | |
20462 border-radius: 0.25rem; } | |
20463 | |
20464 body.rtl .input-group .form-control:first-child { | |
20465 border-top-left-radius: 0; | |
20466 border-bottom-left-radius: 0; } | |
20467 | |
20468 body.rtl .input-group .form-control:last-child { | |
20469 border-top-right-radius: 0; | |
20470 border-bottom-right-radius: 0; } | |
20471 | |
20472 body.rtl .input-group .form-control:not(:first-child):not(:last-child) { | |
20473 border-radius: 0; } | |
20474 | |
20475 input[data-plugin="knob"] { | |
20476 right: 50% !important; | |
20477 -webkit-transform: translateX(50%) !important; | |
20478 transform: translateX(50%) !important; } | |
20479 | |
20480 /******************************** | |
20481 ********************************* | |
20482 Range Slider | |
20483 ********************************* | |
20484 *********************************/ | |
20485 .irs { | |
20486 display: block; | |
20487 clear: both; | |
20488 margin: 3em 0; } | |
20489 .irs .irs-single, | |
20490 .irs .irs-from, | |
20491 .irs .irs-to { | |
20492 display: block; | |
20493 height: 2em; | |
20494 line-height: 2em; | |
20495 text-align: center; | |
20496 display: block; | |
20497 background: #8253eb; | |
20498 color: #fff; | |
20499 font-size: 0.71429em; | |
20500 top: -3em; | |
20501 padding: 0 .5em; } | |
20502 .irs .irs-single:after, | |
20503 .irs .irs-from:after, | |
20504 .irs .irs-to:after { | |
20505 border-color: #8253eb transparent transparent transparent; } | |
20506 .irs .irs-single:after, | |
20507 .irs .irs-max:after, | |
20508 .irs .irs-min:after, | |
20509 .irs .irs-from:after, | |
20510 .irs .irs-to:after { | |
20511 content: ''; | |
20512 height: 0; | |
20513 width: 0; | |
20514 border-style: solid; | |
20515 border-width: 5px 3px 0 3px; | |
20516 position: absolute; | |
20517 right: 50%; | |
20518 bottom: -0.5em; | |
20519 -webkit-transform: translateX(50%); | |
20520 transform: translateX(50%); } | |
20521 .irs .irs-slider { | |
20522 display: block; | |
20523 height: 2em; | |
20524 width: 2em; | |
20525 background: yellow; | |
20526 top: 0; | |
20527 border-radius: 100px; | |
20528 background: #fff; | |
20529 border: 1px solid #ddd; | |
20530 -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); | |
20531 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); | |
20532 cursor: pointer; | |
20533 z-index: 3; } | |
20534 .irs .irs-shadow.shadow-from, | |
20535 .irs .irs-shadow.shadow-to, | |
20536 .irs .irs-line, | |
20537 .irs .irs-bar { | |
20538 height: 1em; | |
20539 top: 0.5em; | |
20540 border-radius: 100px; | |
20541 background: #eee; | |
20542 -webkit-box-shadow: inset 1px 1px 5px 0 #ddd; | |
20543 box-shadow: inset 1px 1px 5px 0 #ddd; | |
20544 border: 1px solid #d9d9d9; | |
20545 cursor: pointer; } | |
20546 .irs .irs-bar { | |
20547 background: #8253eb; | |
20548 -webkit-box-shadow: inset 1px 1px 5px 0 #8253eb; | |
20549 box-shadow: inset 1px 1px 5px 0 #8253eb; | |
20550 border: 1px solid #6125e6; | |
20551 border-left: 0; | |
20552 z-index: 2; } | |
20553 .irs .irs-shadow.shadow-from, | |
20554 .irs .irs-shadow.shadow-to { | |
20555 background: #bbb; | |
20556 -webkit-box-shadow: inset 1px 1px 5px 0 #bbb; | |
20557 box-shadow: inset 1px 1px 5px 0 #bbb; | |
20558 border: 1px solid #aaa; | |
20559 z-index: 1; } | |
20560 .irs .irs-grid { | |
20561 top: 2em; | |
20562 opacity: 0.2; } | |
20563 .irs .irs-max, | |
20564 .irs .irs-min { | |
20565 text-align: center; | |
20566 height: 2em; | |
20567 padding: 0 .5em; | |
20568 line-height: 2em; | |
20569 position: absolute; | |
20570 top: -3em; | |
20571 left: 0; | |
20572 background: #eee; | |
20573 border: 1px solid #ddd; | |
20574 font-size: 0.71429em; } | |
20575 .irs .irs-max:after, | |
20576 .irs .irs-min:after { | |
20577 border-color: #ddd transparent transparent transparent; } | |
20578 .irs .irs-min { | |
20579 left: 0; } | |
20580 .irs .irs-max { | |
20581 left: auto; | |
20582 right: 0; } | |
20583 .irs .irs-bar-edge { | |
20584 height: 1em; | |
20585 top: 0.5em; | |
20586 width: 1.42857em; | |
20587 border: 1px solid #6125e6; | |
20588 border-right: 0; | |
20589 background: #8253eb; | |
20590 -webkit-box-shadow: inset 1px 1px 5px 0 #8253eb; | |
20591 box-shadow: inset 1px 1px 5px 0 #8253eb; | |
20592 border-radius: 16px 0 0 16px; } | |
20593 | |
20594 /******************************** | |
20595 ********************************* | |
20596 Pagination | |
20597 ********************************* | |
20598 *********************************/ | |
20599 .pager .material-icons, | |
20600 .pagination .material-icons { | |
20601 font-size: 0.75rem; | |
20602 vertical-align: middle; } | |
20603 | |
20604 .pager { | |
20605 list-style: none; | |
20606 display: -webkit-box; | |
20607 display: -ms-flexbox; | |
20608 display: flex; | |
20609 padding-left: 0; } | |
20610 .pager li.spacer { | |
20611 -webkit-box-flex: 1; | |
20612 -ms-flex: 1; | |
20613 flex: 1; } | |
20614 | |
20615 body.rtl .pagination .page-item:last-child .page-link { | |
20616 border-top-left-radius: 0.25rem; | |
20617 border-bottom-left-radius: 0.25rem; | |
20618 border-top-right-radius: 0; | |
20619 border-bottom-right-radius: 0; } | |
20620 | |
20621 body.rtl .pagination .page-item:first-child .page-link { | |
20622 border-top-right-radius: 0.25rem; | |
20623 border-bottom-right-radius: 0.25rem; | |
20624 border-top-left-radius: 0; | |
20625 border-bottom-left-radius: 0; | |
20626 border-left: 0; } | |
20627 | |
20628 /* Fullcalendar | |
20629 ========================*/ | |
20630 .custom-fullcalendar { | |
20631 -webkit-box-pack: end; | |
20632 -ms-flex-pack: end; | |
20633 justify-content: flex-end; } | |
20634 .custom-fullcalendar .fc-toolbar { | |
20635 height: 6.875rem; | |
20636 display: -webkit-box; | |
20637 display: -ms-flexbox; | |
20638 display: flex; | |
20639 -webkit-box-align: center; | |
20640 -ms-flex-align: center; | |
20641 align-items: center; | |
20642 -webkit-box-pack: space-evenly; | |
20643 -ms-flex-pack: space-evenly; | |
20644 justify-content: space-evenly; | |
20645 padding: 0 1.25rem; | |
20646 margin-bottom: 0; | |
20647 border-bottom: 1px solid #eef1f2; } | |
20648 .custom-fullcalendar .fc-toolbar .fc-left { | |
20649 -webkit-box-ordinal-group: 1; | |
20650 -ms-flex-order: 0; | |
20651 order: 0; } | |
20652 .custom-fullcalendar .fc-toolbar .fc-center { | |
20653 -webkit-box-ordinal-group: 2; | |
20654 -ms-flex-order: 1; | |
20655 order: 1; | |
20656 -webkit-box-flex: 1; | |
20657 -ms-flex: 1; | |
20658 flex: 1; | |
20659 display: -webkit-box; | |
20660 display: -ms-flexbox; | |
20661 display: flex; | |
20662 -webkit-box-pack: center; | |
20663 -ms-flex-pack: center; | |
20664 justify-content: center; } | |
20665 .custom-fullcalendar .fc-toolbar .fc-right { | |
20666 -webkit-box-ordinal-group: 3; | |
20667 -ms-flex-order: 2; | |
20668 order: 2; } | |
20669 @media (max-width: 767px) { | |
20670 .custom-fullcalendar .fc-toolbar { | |
20671 -webkit-box-orient: vertical; | |
20672 -webkit-box-direction: normal; | |
20673 -ms-flex-direction: column; | |
20674 flex-direction: column; | |
20675 height: auto; | |
20676 padding: 1.25rem 1.25rem; } | |
20677 .custom-fullcalendar .fc-toolbar .fc-center { | |
20678 margin: 1.07143em 0; } } | |
20679 .custom-fullcalendar .fc-toolbar h2 { | |
20680 font-size: 2.14286em; } | |
20681 .custom-fullcalendar .fc-toolbar .fc-icon { | |
20682 opacity: 0; | |
20683 visibility: hidden; } | |
20684 .custom-fullcalendar .fc-toolbar .fc-next-button::after { | |
20685 content: '\e92a'; | |
20686 font-family: 'feather'; | |
20687 font-size: 1.42857em; | |
20688 position: absolute; | |
20689 top: 50%; | |
20690 right: 50%; | |
20691 -webkit-transform: translateX(50%) translateY(-50%); | |
20692 transform: translateX(50%) translateY(-50%); | |
20693 color: #bbb; } | |
20694 .custom-fullcalendar .fc-toolbar .fc-prev-button::after { | |
20695 content: '\e929'; | |
20696 font-size: 1.42857em; | |
20697 font-family: 'feather'; | |
20698 position: absolute; | |
20699 top: 50%; | |
20700 right: 50%; | |
20701 -webkit-transform: translateX(50%) translateY(-50%); | |
20702 transform: translateX(50%) translateY(-50%); | |
20703 color: #bbb; } | |
20704 .custom-fullcalendar .fc-toolbar .fc-today-button { | |
20705 font-family: "Montserrat", sans-serif; | |
20706 padding-right: 1.25rem; | |
20707 padding-left: 1.25rem; } | |
20708 .custom-fullcalendar .fc-view-container { | |
20709 border-left: 1px solid #eef1f2; | |
20710 padding: 0; } | |
20711 .custom-fullcalendar-sidebar { | |
20712 top: 6.875rem; | |
20713 z-index: 2; } | |
20714 .custom-fullcalendar .fc-button { | |
20715 height: 1.875rem; } | |
20716 .custom-fullcalendar .fc-view > table tbody > tr > td:first-child { | |
20717 border-left: 00; } | |
20718 .custom-fullcalendar .fc-other-month { | |
20719 background-image: repeating-linear-gradient(45deg, #f9f9f9, #f9f9f9 8px, transparent 8px, transparent 16px); } | |
20720 .custom-fullcalendar td, | |
20721 .custom-fullcalendar tbody { | |
20722 border-color: #eef1f2; } | |
20723 .custom-fullcalendar .fc-week table td:first-child { | |
20724 border-left: 0; } | |
20725 .custom-fullcalendar .fc-week table td:last-child { | |
20726 border-right: 0; } | |
20727 .custom-fullcalendar .fc-view > table > thead td { | |
20728 border-top: 0; } | |
20729 .custom-fullcalendar .fc-toolbar .fc-button { | |
20730 background: transparent; | |
20731 border-color: rgba(238, 241, 242, 0.7); | |
20732 border-radius: 0; | |
20733 padding: 0.71429em 0.71429em; | |
20734 -webkit-box-shadow: none; | |
20735 box-shadow: none; | |
20736 height: auto; | |
20737 z-index: 1; | |
20738 font-family: "Montserrat", sans-serif; } | |
20739 .custom-fullcalendar .fc-toolbar .fc-button.fc-state-active { | |
20740 color: #8253eb; } | |
20741 .custom-fullcalendar .fc-toolbar .fc-button.fc-state-disabled { | |
20742 opacity: 0.4; } | |
20743 .custom-fullcalendar .fc-event { | |
20744 font-size: 0.75rem; | |
20745 border-radius: 0; | |
20746 margin-right: 0; | |
20747 margin-bottom: 0; | |
20748 margin-left: 0; | |
20749 padding: 0.41667em; | |
20750 text-align: center; | |
20751 color: #fff !important; | |
20752 -webkit-transition: background 0.3s ease, color 0.3s ease; | |
20753 transition: background 0.3s ease, color 0.3s ease; | |
20754 font-family: "Montserrat", sans-serif; } | |
20755 .custom-fullcalendar .fc-widget-header { | |
20756 border-left: 0; | |
20757 border-right: 0; } | |
20758 .custom-fullcalendar .fc-head .fc-axis, | |
20759 .custom-fullcalendar .fc-day-header { | |
20760 font-weight: normal; | |
20761 font-size: 0.85714em; | |
20762 letter-spacing: 0.1em; | |
20763 opacity: 0.6; | |
20764 border: 0; | |
20765 padding: 1.66667em 0.83333em; | |
20766 text-transform: uppercase; } | |
20767 .custom-fullcalendar .fc-head .fc-axis a, | |
20768 .custom-fullcalendar .fc-day-header a { | |
20769 color: #fff; } | |
20770 .custom-fullcalendar .fc-body .fc-axis { | |
20771 background: #eee; } | |
20772 .custom-fullcalendar .fc-day-top { | |
20773 font-size: 1em; } | |
20774 .custom-fullcalendar .fc-day-top a { | |
20775 color: #999; } | |
20776 | |
20777 .fullcalendar-events .fc-event { | |
20778 background: transparent !important; | |
20779 border: 0 !important; | |
20780 color: #444; | |
20781 cursor: pointer; | |
20782 padding: 0.71429em 1.42857em; | |
20783 font-size: 0.875rem; | |
20784 font-family: "Montserrat", sans-serif; | |
20785 display: -webkit-box; | |
20786 display: -ms-flexbox; | |
20787 display: flex; | |
20788 -webkit-box-align: center; | |
20789 -ms-flex-align: center; | |
20790 align-items: center; } | |
20791 .fullcalendar-events .fc-event:hover { | |
20792 background: rgba(130, 83, 235, 0.03) !important; } | |
20793 | |
20794 .fullcalendar-events .fc-event-text { | |
20795 -webkit-box-flex: 1; | |
20796 -ms-flex: 1; | |
20797 flex: 1; } | |
20798 | |
20799 .fullcalendar-events i { | |
20800 height: 2.14286em; | |
20801 width: 2.14286em; | |
20802 text-align: center; | |
20803 line-height: 2.14286em; | |
20804 border-radius: 3px; | |
20805 margin-right: 1.25rem; | |
20806 background: inherit; } | |
20807 | |
20808 body.rtl .fullcalendar-events i { | |
20809 margin-right: 0; | |
20810 margin-left: 1.25rem; } | |
20811 | |
20812 /* CLNDR | |
20813 ========================*/ | |
20814 .clndr { | |
20815 padding: 1.78571em 2.14286em; | |
20816 position: relative; } | |
20817 .clndr .day-number { | |
20818 position: relative; | |
20819 z-index: 2; } | |
20820 .clndr .clndr-grid::after { | |
20821 clear: both; | |
20822 content: ""; | |
20823 display: block; } | |
20824 .clndr .clndr-grid .days { | |
20825 display: block; } | |
20826 .clndr .clndr-grid .days > .day { | |
20827 display: inline-block; | |
20828 width: 14.28571%; | |
20829 float: left; | |
20830 padding: 0 0.71429em; | |
20831 line-height: 3em; | |
20832 cursor: pointer; | |
20833 position: relative; | |
20834 z-index: 0; } | |
20835 .clndr .clndr-grid .days > .day.event::before, .clndr .clndr-grid .days > .day.today::before { | |
20836 content: ""; | |
20837 position: absolute; | |
20838 top: 50%; | |
20839 right: 50%; | |
20840 -webkit-transform: translateY(-50%) translateX(50%); | |
20841 transform: translateY(-50%) translateX(50%); | |
20842 background: rgba(153, 153, 153, 0.1); | |
20843 z-index: 1; | |
20844 height: 2.5em; | |
20845 width: 2.5em; | |
20846 border-radius: 100px; | |
20847 display: block; | |
20848 opacity: 0; | |
20849 -webkit-transition: all 0.3s ease-in-out; | |
20850 transition: all 0.3s ease-in-out; } | |
20851 .clndr .clndr-grid .days > .day.event::before { | |
20852 background: none; | |
20853 border: 1px solid rgba(153, 153, 153, 0.3); } | |
20854 .clndr .clndr-grid .days > .day.event::before { | |
20855 opacity: 1; } | |
20856 .clndr .clndr-grid .days > .day.last-month, .clndr .clndr-grid .days > .day.next-month { | |
20857 color: rgba(153, 153, 153, 0.2); } | |
20858 .clndr .event-listing { | |
20859 margin-right: -2.28571em; | |
20860 margin-bottom: -1.85714em; | |
20861 margin-left: -2.28571em; | |
20862 margin-top: 2.5em; | |
20863 padding: 1.42857em 0 1.42857em; | |
20864 color: #999; | |
20865 background: #fff; } | |
20866 .clndr .event-listing::after { | |
20867 clear: both; | |
20868 content: ""; | |
20869 display: block; } | |
20870 .clndr .event-listing .selected-date { | |
20871 position: relative; | |
20872 text-align: center; | |
20873 display: block; } | |
20874 .clndr .event-listing .selected-date .date { | |
20875 vertical-align: top; | |
20876 font-size: 2.14286em; | |
20877 line-height: 1em; } | |
20878 .clndr .event-listing .event-item { | |
20879 border-bottom: 1px solid #ddd; | |
20880 padding-bottom: 0.71429em; | |
20881 margin-bottom: 0.71429em; } | |
20882 .clndr .event-listing .event-item:last-child { | |
20883 border-bottom: 0; | |
20884 margin-bottom: 0; } | |
20885 .clndr .event-listing .event-item-time { | |
20886 opacity: 0.5; } | |
20887 .clndr .event-listing .event-item-title { | |
20888 margin-left: 0.71429em; } | |
20889 .clndr .event-listing .event-item-icon { | |
20890 vertical-align: sub; | |
20891 float: right; } | |
20892 .clndr .clndr-previous-button, | |
20893 .clndr .clndr-today-button, | |
20894 .clndr .clndr-next-button { | |
20895 cursor: pointer; | |
20896 position: relative; | |
20897 top: -0.14286em; } | |
20898 | |
20899 .color-white .clndr, | |
20900 .color-white .clndr .clndr-title, | |
20901 .color-white .clndr .curront-month, | |
20902 .color-white .clndr .days .day { | |
20903 color: #fff; } | |
20904 | |
20905 .color-white .clndr .days .day.last-month, .color-white .clndr .days .day.next-month { | |
20906 color: rgba(255, 255, 255, 0.3); } | |
20907 | |
20908 .color-white .clndr .days .day.event::before { | |
20909 background: none; | |
20910 border: 1px solid rgba(255, 255, 255, 0.3); } | |
20911 | |
20912 .color-white .clndr .days .day.today { | |
20913 color: #8253eb; } | |
20914 .color-white .clndr .days .day.today::before { | |
20915 background: white; | |
20916 opacity: 1; | |
20917 border-color: transparent; } | |
20918 | |
20919 /******************************** | |
20920 ********************************* | |
20921 BASIC | |
20922 ********************************* | |
20923 *********************************/ | |
20924 /* Vector Maps | |
20925 ========================*/ | |
20926 .gmap { | |
20927 width: 100%; | |
20928 height: 21.42857em; } | |
20929 .gmap .overlay { | |
20930 background: #8253eb; | |
20931 border-radius: 5px; | |
20932 color: #fff; | |
20933 padding: 1em; | |
20934 position: relative; | |
20935 font-family: "Montserrat", sans-serif; | |
20936 font-size: 1.36364em; | |
20937 z-index: 1; | |
20938 -webkit-transform: translateY(-1.42857em); | |
20939 transform: translateY(-1.42857em); } | |
20940 .gmap .overlay:before { | |
20941 z-index: 2; | |
20942 height: 0; | |
20943 width: 0; | |
20944 border-style: solid; | |
20945 border-width: 10px 10px 0 10px; | |
20946 border-color: #8253eb transparent transparent transparent; | |
20947 display: block; | |
20948 content: ""; | |
20949 position: absolute; | |
20950 right: 50%; | |
20951 bottom: 0; | |
20952 -webkit-transform: translateX(50%) translateY(100%); | |
20953 transform: translateX(50%) translateY(100%); } | |
20954 | |
20955 /******************************** | |
20956 ********************************* | |
20957 BASIC | |
20958 ********************************* | |
20959 *********************************/ | |
20960 /* Vector Maps | |
20961 ========================*/ | |
20962 .vmap { | |
20963 width: 100%; | |
20964 height: 28.57143em; } | |
20965 .vmap .jqvmap-zoomin, .vmap .jqvmap-zoomout { | |
20966 height: 1em; | |
20967 width: 1em; | |
20968 font-size: 1.07143em; | |
20969 line-height: 0.66667em; } | |
20970 | |
20971 /******************************** | |
20972 ********************************* | |
20973 Inbox | |
20974 ********************************* | |
20975 *********************************/ | |
20976 /* Mail Inbox | |
20977 ========================*/ | |
20978 .mail-inbox { | |
20979 position: relative; } | |
20980 @media (max-width: 767px) { | |
20981 .mail-inbox { | |
20982 height: auto !important; } } | |
20983 @media (min-width: 768px) and (max-width: 1023px) { | |
20984 .mail-inbox { | |
20985 height: auto !important; } } | |
20986 | |
20987 .mail-inbox-header { | |
20988 display: -webkit-box; | |
20989 display: -ms-flexbox; | |
20990 display: flex; | |
20991 -webkit-box-align: center; | |
20992 -ms-flex-align: center; | |
20993 align-items: center; | |
20994 min-height: 5em; | |
20995 padding-right: 1.25rem; | |
20996 padding-left: 1.25rem; | |
20997 border-bottom: 1px solid #eef1f2; } | |
20998 | |
20999 .mail-inbox-select-all { | |
21000 font-size: 0.85714em; | |
21001 display: inline-block; } | |
21002 .mail-inbox-select-all span.label-text { | |
21003 padding-left: 2.08333em; } | |
21004 | |
21005 .mail-list-item { | |
21006 position: relative; | |
21007 padding: 1.42857em 1.25rem; | |
21008 border-bottom: 1px solid #eef1f2; } | |
21009 .mail-list-item .checkbox { | |
21010 padding: 0; } | |
21011 .mail-list-item.unread .mail-title { | |
21012 font-weight: 600; } | |
21013 .mail-list-item .checkbox .label-text { | |
21014 padding-left: 1em; } | |
21015 .mail-list-item .mail-select-checkbox .label-text { | |
21016 margin-right: .5em; | |
21017 top: -5px; | |
21018 padding: 0 !important; | |
21019 margin-right: 1.42857em; } | |
21020 body.rtl .mail-list-item .mail-select-checkbox .label-text { | |
21021 margin-right: 0; | |
21022 margin-left: 1.42857em; } | |
21023 .mail-list-item:nth-child(odd) { | |
21024 background: rgba(130, 83, 235, 0.03); } | |
21025 .mail-list-item::last-child { | |
21026 border-bottom: 0; } | |
21027 | |
21028 .mail-inbox-categories .list-inline-item { | |
21029 margin-right: 1.5em; } | |
21030 .mail-inbox-categories .list-inline-item:not(.active) a { | |
21031 color: #444; } | |
21032 | |
21033 /* Mail Single | |
21034 ========================*/ | |
21035 .mail-single > header { | |
21036 margin-left: 1.07143em; } | |
21037 | |
21038 .mail-single-content { | |
21039 border: 1px solid #eef1f2; | |
21040 border-left: 0; | |
21041 border-right: 0; | |
21042 position: relative; | |
21043 top: -0.07143em; | |
21044 padding: 2.5em 3.57143em 0.71429em 3.57143em; } | |
21045 .mail-single-content > header { | |
21046 color: #444; } | |
21047 .mail-single-content > header a { | |
21048 color: #444; | |
21049 font-weight: 700; } | |
21050 .mail-single-content > header a:hover { | |
21051 text-decoration: underline; } | |
21052 | |
21053 .mail-single-reply { | |
21054 border: 1px solid #eef1f2; | |
21055 border-radius: 5px; | |
21056 padding: 1.42857em; | |
21057 position: relative; } | |
21058 .mail-single-reply .triangle-top { | |
21059 height: 0; | |
21060 width: 0; | |
21061 position: absolute; | |
21062 top: -1.07143em; | |
21063 left: 3.57143em; | |
21064 border-style: solid; | |
21065 border-width: 0 15px 15px 15px; | |
21066 border-color: transparent transparent #ccc transparent; } | |
21067 .mail-single-reply .triangle-top:after { | |
21068 content: ''; | |
21069 position: absolute; | |
21070 top: 0.07143em; | |
21071 left: -1.14286em; | |
21072 height: 0; | |
21073 width: 0; | |
21074 border-style: solid; | |
21075 border-width: 0 16px 16px 16px; | |
21076 border-color: transparent transparent #fff transparent; } | |
21077 | |
21078 /* Mail Compose | |
21079 ========================*/ | |
21080 .mail-sidebar { | |
21081 border-right: 1px solid #eef1f2; } | |
21082 body.rtl .mail-sidebar { | |
21083 border-right: 0; | |
21084 border-left: 1px solid #eef1f2; } | |
21085 | |
21086 .mail-compose .wysihtml5-sandbox { | |
21087 -webkit-box-flex: 1; | |
21088 -ms-flex: 1; | |
21089 flex: 1; | |
21090 border-left: 0 !important; | |
21091 border-right: 0 !important; } | |
21092 | |
21093 .mail-compose .wysihtml5-toolbar { | |
21094 border-left: 0; | |
21095 border-right: 0; } | |
21096 | |
21097 .mail-compose .wysihtml5-toolbar { | |
21098 border-left: 0; | |
21099 border-right: 0; } | |
21100 | |
21101 /* Mail Attachment | |
21102 ========================*/ | |
21103 .mail-attachment .mail-attachment-heading .list-icon { | |
21104 height: 1em; | |
21105 width: 1.25rem; | |
21106 text-align: center; | |
21107 font-size: 1.125rem; | |
21108 margin-right: 0.3125rem; } | |
21109 | |
21110 .mail-attachment .file-list { | |
21111 margin: 0 -0.9375rem; } | |
21112 | |
21113 .mail-attachment .file-list-item { | |
21114 display: -webkit-box; | |
21115 display: -ms-flexbox; | |
21116 display: flex; | |
21117 -webkit-box-align: center; | |
21118 -ms-flex-align: center; | |
21119 align-items: center; | |
21120 border-uadius: 3px; | |
21121 padding: 0.71429em 1.07143em; | |
21122 -webkit-transition: background 0.3s ease; | |
21123 transition: background 0.3s ease; | |
21124 font-size: 0.85714em; | |
21125 font-weight: 600; } | |
21126 .mail-attachment .file-list-item i, | |
21127 .mail-attachment .file-list-item img { | |
21128 height: 1.78571em; | |
21129 width: 1.78571em; | |
21130 line-height: 1.78571em; | |
21131 text-align: center; | |
21132 border-radius: 100px; | |
21133 margin-right: 0.71429em; } | |
21134 .mail-attachment .file-list-item a { | |
21135 color: #444; } | |
21136 .mail-attachment .file-list-item a.list-inline-item { | |
21137 font-size: 1.08333em; | |
21138 color: #bbb; | |
21139 font-weight: normal; } | |
21140 .mail-attachment .file-list-item:hover { | |
21141 background: #f9f9f9; } | |
21142 | |
21143 /******************************** | |
21144 ********************************* | |
21145 Widgets | |
21146 ********************************* | |
21147 *********************************/ | |
21148 /* Widgets | |
21149 ========================*/ | |
21150 .widget-holder figure, | |
21151 .widget-latest-comments figure, | |
21152 .widget-todo figure, | |
21153 .widget-latest-transactions figure, | |
21154 .widget-user-activities figure { | |
21155 margin-bottom: 0; } | |
21156 | |
21157 .widget-holder .single, | |
21158 .widget-latest-comments .single, | |
21159 .widget-todo .single, | |
21160 .widget-latest-transactions .single, | |
21161 .widget-user-activities .single { | |
21162 padding: 1.07143em 0; | |
21163 border-bottom: 1px solid #eef1f2; } | |
21164 .widget-holder .single:first-of-type, | |
21165 .widget-latest-comments .single:first-of-type, | |
21166 .widget-todo .single:first-of-type, | |
21167 .widget-latest-transactions .single:first-of-type, | |
21168 .widget-user-activities .single:first-of-type { | |
21169 padding-top: 0; } | |
21170 .widget-holder .single:last-of-type, | |
21171 .widget-latest-comments .single:last-of-type, | |
21172 .widget-todo .single:last-of-type, | |
21173 .widget-latest-transactions .single:last-of-type, | |
21174 .widget-user-activities .single:last-of-type { | |
21175 border-bottom: 0; | |
21176 padding-bottom: 0; } | |
21177 | |
21178 .widget-holder .single-header, | |
21179 .widget-latest-comments .single-header, | |
21180 .widget-todo .single-header, | |
21181 .widget-latest-transactions .single-header, | |
21182 .widget-user-activities .single-header { | |
21183 margin-bottom: 10px; } | |
21184 | |
21185 .widget-holder .single-amount, | |
21186 .widget-holder .single-user-details, | |
21187 .widget-latest-comments .single-amount, | |
21188 .widget-latest-comments .single-user-details, | |
21189 .widget-todo .single-amount, | |
21190 .widget-todo .single-user-details, | |
21191 .widget-latest-transactions .single-amount, | |
21192 .widget-latest-transactions .single-user-details, | |
21193 .widget-user-activities .single-amount, | |
21194 .widget-user-activities .single-user-details { | |
21195 margin-left: 1.5em; } | |
21196 | |
21197 .widget-holder .single-event-icon, | |
21198 .widget-holder .single-user-avatar, | |
21199 .widget-latest-comments .single-event-icon, | |
21200 .widget-latest-comments .single-user-avatar, | |
21201 .widget-todo .single-event-icon, | |
21202 .widget-todo .single-user-avatar, | |
21203 .widget-latest-transactions .single-event-icon, | |
21204 .widget-latest-transactions .single-user-avatar, | |
21205 .widget-user-activities .single-event-icon, | |
21206 .widget-user-activities .single-user-avatar { | |
21207 margin-right: 1.5em; } | |
21208 | |
21209 .widget-holder .single-user-details, | |
21210 .widget-latest-comments .single-user-details, | |
21211 .widget-todo .single-user-details, | |
21212 .widget-latest-transactions .single-user-details, | |
21213 .widget-user-activities .single-user-details { | |
21214 font-size: 1em; } | |
21215 .widget-holder .single-user-details small, | |
21216 .widget-latest-comments .single-user-details small, | |
21217 .widget-todo .single-user-details small, | |
21218 .widget-latest-transactions .single-user-details small, | |
21219 .widget-user-activities .single-user-details small { | |
21220 line-height: 1; } | |
21221 | |
21222 .widget-holder .single-user-name, | |
21223 .widget-latest-comments .single-user-name, | |
21224 .widget-todo .single-user-name, | |
21225 .widget-latest-transactions .single-user-name, | |
21226 .widget-user-activities .single-user-name { | |
21227 line-height: 1.3; | |
21228 font-weight: 600; | |
21229 color: #444; | |
21230 display: block; } | |
21231 | |
21232 .widget-holder .single-user-name, | |
21233 .widget-latest-comments .single-user-name, | |
21234 .widget-todo .single-user-name, | |
21235 .widget-latest-transactions .single-user-name, | |
21236 .widget-user-activities .single-user-name { | |
21237 font-family: "Montserrat", sans-serif; } | |
21238 | |
21239 body.rtl .widget-holder .single-user-avatar, body.rtl | |
21240 .widget-latest-comments .single-user-avatar, body.rtl | |
21241 .widget-todo .single-user-avatar, body.rtl | |
21242 .widget-latest-transactions .single-user-avatar, body.rtl | |
21243 .widget-user-activities .single-user-avatar { | |
21244 margin-left: 1.5em; | |
21245 margin-right: 0; } | |
21246 | |
21247 /* Latest Transactions | |
21248 ========================*/ | |
21249 .widget-latest-transactions { | |
21250 width: 100%; } | |
21251 .widget-latest-transactions tr { | |
21252 border-bottom: 1px solid #eef1f2; } | |
21253 .widget-latest-transactions td { | |
21254 padding: 1.07143em 0; } | |
21255 .widget-latest-transactions tr:first-child td { | |
21256 padding-top: 0; } | |
21257 .widget-latest-transactions tr:last-child td { | |
21258 padding-bottom: 0; } | |
21259 .widget-latest-transactions tr:last-child { | |
21260 border-bottom: 0; } | |
21261 .widget-latest-transactions figure { | |
21262 margin-bottom: 0; } | |
21263 .widget-latest-transactions .single-amount, | |
21264 .widget-latest-transactions .single-user-details { | |
21265 -webkit-box-flex: 1; | |
21266 -ms-flex: 1; | |
21267 flex: 1; | |
21268 margin-left: 1.5em; } | |
21269 .widget-latest-transactions .single-user-details { | |
21270 font-size: 1em; } | |
21271 .widget-latest-transactions .single-user-details small { | |
21272 line-height: 1; } | |
21273 .widget-latest-transactions .single-status, | |
21274 .widget-latest-transactions .single-amount { | |
21275 font-size: 0.92857em; } | |
21276 .widget-latest-transactions .single-amount { | |
21277 color: #444; | |
21278 margin-bottom: 0; | |
21279 font-weight: 500; } | |
21280 .widget-latest-transactions .single-status { | |
21281 vertical-align: middle; | |
21282 letter-spacing: -0.05em; } | |
21283 .widget-latest-transactions .single-status i { | |
21284 margin-right: 0.4em; } | |
21285 .widget-latest-transactions .single-status, .widget-latest-transactions .single-user-name, .widget-latest-transactions .single-amount { | |
21286 font-family: "Montserrat", sans-serif; } | |
21287 | |
21288 /* User Activities | |
21289 ========================*/ | |
21290 .widget-user-activities { | |
21291 width: 100%; } | |
21292 .widget-user-activities .single { | |
21293 -ms-flex-wrap: wrap; | |
21294 flex-wrap: wrap; | |
21295 padding: 1.78571em 0; } | |
21296 .widget-user-activities .single-body { | |
21297 -ms-flex-preferred-size: 100%; | |
21298 flex-basis: 100%; | |
21299 padding-left: calc(50px + 1.5em); } | |
21300 .widget-user-activities .single-body p { | |
21301 font-size: 0.92857em; } | |
21302 .widget-user-activities .single-likes i { | |
21303 margin-right: 0.5em; | |
21304 color: #bbb; } | |
21305 .widget-user-activities .single-attachment { | |
21306 display: block; | |
21307 background: rgba(3, 169, 243, 0.05); | |
21308 border: 1px solid rgba(3, 169, 243, 0.1); | |
21309 border-radius: 3px; | |
21310 padding: 0.71429em; | |
21311 margin-top: 0.71429em; } | |
21312 .widget-user-activities .single-attachment-icon { | |
21313 background: #03a9f3; | |
21314 display: -webkit-inline-box; | |
21315 display: -ms-inline-flexbox; | |
21316 display: inline-flex; | |
21317 -webkit-box-pack: center; | |
21318 -ms-flex-pack: center; | |
21319 justify-content: center; | |
21320 -webkit-box-align: center; | |
21321 -ms-flex-align: center; | |
21322 align-items: center; | |
21323 height: 2em; | |
21324 width: 2em; | |
21325 color: #fff; | |
21326 font-size: 1.42857em; | |
21327 border-radius: 3px; | |
21328 float: left; | |
21329 margin-right: 0.75em; } | |
21330 .widget-user-activities .single-attachment-filesize, | |
21331 .widget-user-activities .single-attachment-filename { | |
21332 display: block; | |
21333 font-size: 0.85714em; } | |
21334 .widget-user-activities .single-attachment-filename { | |
21335 font-family: "Montserrat", sans-serif; | |
21336 font-weight: 600; | |
21337 color: #444; } | |
21338 .widget-user-activities .single-attachment-filesize { | |
21339 color: #bbb; } | |
21340 .widget-user-activities .single-event-icon { | |
21341 background: #8253eb; | |
21342 color: #fff; | |
21343 border-radius: 100px; | |
21344 font-size: 1.25rem; | |
21345 height: 3.125rem; | |
21346 width: 3.125rem; | |
21347 display: -webkit-inline-box; | |
21348 display: -ms-inline-flexbox; | |
21349 display: inline-flex; | |
21350 -webkit-box-pack: center; | |
21351 -ms-flex-pack: center; | |
21352 justify-content: center; | |
21353 -webkit-box-align: center; | |
21354 -ms-flex-align: center; | |
21355 align-items: center; } | |
21356 .widget-user-activities .single-users-list { | |
21357 display: -webkit-box; | |
21358 display: -ms-flexbox; | |
21359 display: flex; | |
21360 -webkit-box-orient: horizontal; | |
21361 -webkit-box-direction: reverse; | |
21362 -ms-flex-flow: row-reverse; | |
21363 flex-flow: row-reverse; | |
21364 -webkit-box-align: center; | |
21365 -ms-flex-align: center; | |
21366 align-items: center; | |
21367 -webkit-box-pack: end; | |
21368 -ms-flex-pack: end; | |
21369 justify-content: flex-end; } | |
21370 .widget-user-activities .single-users-list a { | |
21371 height: 2.1875rem; | |
21372 width: 2.1875rem; | |
21373 margin-left: -0.625rem; } | |
21374 .widget-user-activities .single-users-list a:nth-last-child(2) { | |
21375 margin-left: 0; } | |
21376 .widget-user-activities .single-users-list a img { | |
21377 border-radius: 100px; | |
21378 border: 2px solid #fff; } | |
21379 .widget-user-activities .single-users-list a.more { | |
21380 height: auto; | |
21381 width: auto; | |
21382 -webkit-box-ordinal-group: 0; | |
21383 -ms-flex-order: -1; | |
21384 order: -1; | |
21385 margin-left: 1em; | |
21386 color: #999; } | |
21387 body.rtl .widget-user-activities .single-event-icon { | |
21388 margin-right: 0; | |
21389 margin-left: 1.5em; } | |
21390 body.rtl .widget-user-activities .single-users-list a.more { | |
21391 margin-left: 0; | |
21392 margin-right: 1em; } | |
21393 | |
21394 /* Chat Activities | |
21395 ========================*/ | |
21396 .widget-chat-activity .message { | |
21397 margin: 0.71429em 0; } | |
21398 .widget-chat-activity .message:first-child { | |
21399 margin-top: 0; } | |
21400 .widget-chat-activity .message:last-child { | |
21401 margin-bottom: 0; } | |
21402 .widget-chat-activity .message p { | |
21403 background: #8253eb; | |
21404 border: 1px solid #8253eb; | |
21405 border-top-left-radius: 3px; | |
21406 border-bottom-left-radius: 3px; | |
21407 padding: .5em 1em; | |
21408 color: #fff; | |
21409 margin-bottom: .5em; | |
21410 position: relative; } | |
21411 .widget-chat-activity .message p:first-child:before, .widget-chat-activity .message p:first-child:after { | |
21412 content: ""; | |
21413 height: 0; | |
21414 width: 0; | |
21415 display: block; | |
21416 position: absolute; | |
21417 top: 1.25rem; | |
21418 right: -7px; | |
21419 left: auto; | |
21420 border-style: solid; | |
21421 border-width: 6px 0 7px 6px; | |
21422 border-color: transparent transparent transparent #8253eb; | |
21423 -webkit-transform: translateY(-50%); | |
21424 transform: translateY(-50%); } | |
21425 .widget-chat-activity .message p:first-child:before { | |
21426 right: -7px; | |
21427 border-left-color: #8253eb; } | |
21428 .widget-chat-activity .message .message-body { | |
21429 margin-top: .5em; | |
21430 display: -webkit-inline-box; | |
21431 display: -ms-inline-flexbox; | |
21432 display: inline-flex; | |
21433 -webkit-box-orient: vertical; | |
21434 -webkit-box-direction: normal; | |
21435 -ms-flex-direction: column; | |
21436 flex-direction: column; | |
21437 -webkit-box-align: end; | |
21438 -ms-flex-align: end; | |
21439 align-items: flex-end; | |
21440 margin: auto 1.5em; | |
21441 -webkit-box-ordinal-group: 2; | |
21442 -ms-flex-order: 1; | |
21443 order: 1; } | |
21444 .widget-chat-activity .message figure { | |
21445 -webkit-box-ordinal-group: 3; | |
21446 -ms-flex-order: 2; | |
21447 order: 2; } | |
21448 .widget-chat-activity .message.reply p { | |
21449 background: #fff; | |
21450 border: 1px solid #eef1f2; | |
21451 border-radius: 0; | |
21452 border-top-right-radius: 3px; | |
21453 border-bottom-right-radius: 3px; | |
21454 color: #666; } | |
21455 .widget-chat-activity .message.reply p:first-child:before, .widget-chat-activity .message.reply p:first-child:after { | |
21456 content: ""; | |
21457 height: 0; | |
21458 width: 0; | |
21459 display: block; | |
21460 position: absolute; | |
21461 right: auto; | |
21462 left: -7px; | |
21463 border-style: solid; | |
21464 border-width: 6px 7px 6px 0; | |
21465 border-color: transparent #fff transparent transparent; | |
21466 -webkit-transform: translateY(-50%); | |
21467 transform: translateY(-50%); } | |
21468 .widget-chat-activity .message.reply p:first-child:before { | |
21469 left: -9px; | |
21470 border-right-color: #eef1f2; } | |
21471 .widget-chat-activity .message.reply figure { | |
21472 -webkit-box-ordinal-group: 2; | |
21473 -ms-flex-order: 1; | |
21474 order: 1; } | |
21475 .widget-chat-activity .message.reply .message-body { | |
21476 -webkit-box-align: start; | |
21477 -ms-flex-align: start; | |
21478 align-items: flex-start; | |
21479 -webkit-box-ordinal-group: 3; | |
21480 -ms-flex-order: 2; | |
21481 order: 2; } | |
21482 | |
21483 body.rtl .widget-chat-activity .message p:first-child::before, | |
21484 body.rtl .widget-chat-activity .message p:first-child::after { | |
21485 border-width: 6px 7px 6px 0; | |
21486 border-color: transparent #8253eb transparent transparent; } | |
21487 | |
21488 body.rtl .widget-chat-activity .message p:first-child:after, | |
21489 body.rtl .widget-chat-activity .message p:first-child:before { | |
21490 right: auto; | |
21491 left: -7px; } | |
21492 | |
21493 body.rtl .widget-chat-activity .message.reply p:first-child::after, | |
21494 body.rtl .widget-chat-activity .message.reply p:first-child::before { | |
21495 border-width: 6px 0 6px 7px; | |
21496 border-color: transparent transparent transparent #8253eb; } | |
21497 | |
21498 body.rtl .widget-chat-activity .message.reply p:first-child:after, | |
21499 body.rtl .widget-chat-activity .message.reply p:first-child:before { | |
21500 left: auto; | |
21501 right: -7px; } | |
21502 | |
21503 body.rtl .widget-chat-activity .message.reply p:first-child:before { | |
21504 border-left-color: #eef1f2; | |
21505 right: -8px; } | |
21506 | |
21507 body.rtl .widget-chat-activity .message.reply p:first-child:after { | |
21508 border-left-color: #fff; } | |
21509 | |
21510 /* Latest Comments | |
21511 ========================*/ | |
21512 .widget-latest-comments .single { | |
21513 -webkit-box-align: start; | |
21514 -ms-flex-align: start; | |
21515 align-items: flex-start; } | |
21516 | |
21517 .widget-latest-comments .single-body { | |
21518 margin-left: 1.5em; } | |
21519 | |
21520 .widget-latest-comments .single-user-name { | |
21521 display: inline; } | |
21522 | |
21523 .widget-latest-comments .single-timestamp { | |
21524 font-size: 0.92857em; | |
21525 margin-left: 0.4em; } | |
21526 | |
21527 .widget-latest-comments .single:hover .single-footer ul { | |
21528 display: block; } | |
21529 | |
21530 .widget-latest-comments .single-footer .badge, .widget-latest-comments .single-footer .label { | |
21531 padding-right: 1rem; | |
21532 padding-bottom: 1; | |
21533 padding-left: 1rem; | |
21534 font-family: "Montserrat", sans-serif; } | |
21535 | |
21536 .widget-latest-comments .single-footer ul { | |
21537 list-style: none; | |
21538 padding-left: 0; | |
21539 margin-bottom: 0; | |
21540 display: none; } | |
21541 @media (min-width: 768px) and (max-width: 1023px) { | |
21542 .widget-latest-comments .single-footer ul { | |
21543 display: block; } } | |
21544 @media (max-width: 767px) { | |
21545 .widget-latest-comments .single-footer ul { | |
21546 display: block; } } | |
21547 .widget-latest-comments .single-footer ul li { | |
21548 display: inline-block; | |
21549 font-size: 1.28571em; | |
21550 line-height: 1em; | |
21551 padding-left: 0.27778em; | |
21552 padding-right: 0.27778em; } | |
21553 .widget-latest-comments .single-footer ul li a { | |
21554 color: #bbb; } | |
21555 .widget-latest-comments .single-footer ul li a:hover { | |
21556 color: #8253eb; } | |
21557 | |
21558 /* Latest Posts | |
21559 ========================*/ | |
21560 .widget-latest-posts { | |
21561 position: relative; } | |
21562 .widget-latest-posts .widget-bg { | |
21563 border-radius: 5px; | |
21564 overflow: hidden; } | |
21565 .widget-latest-posts .widget-body { | |
21566 padding: 0; } | |
21567 .widget-latest-posts .box-title { | |
21568 text-transform: uppercase; | |
21569 font-size: 0.75rem; | |
21570 font-weight: 600; | |
21571 color: #bbb; | |
21572 letter-spacing: .1em; } | |
21573 .widget-latest-posts article { | |
21574 margin-left: 0; | |
21575 margin-right: 0; | |
21576 display: -webkit-box; | |
21577 display: -ms-flexbox; | |
21578 display: flex; | |
21579 -webkit-box-orient: vertical; | |
21580 -webkit-box-direction: normal; | |
21581 -ms-flex-flow: column; | |
21582 flex-flow: column; } | |
21583 .widget-latest-posts article .row, .widget-latest-posts article .custom-fullcalendar { | |
21584 margin: 0; } | |
21585 .widget-latest-posts figure { | |
21586 margin-bottom: 0; } | |
21587 .widget-latest-posts .post-img { | |
21588 padding: 0; } | |
21589 .widget-latest-posts .post-details { | |
21590 display: -webkit-box; | |
21591 display: -ms-flexbox; | |
21592 display: flex; | |
21593 -webkit-box-orient: vertical; | |
21594 -webkit-box-direction: normal; | |
21595 -ms-flex-direction: column; | |
21596 flex-direction: column; | |
21597 padding: 2.14286em 1.42857em; } | |
21598 .widget-latest-posts .post-details figure { | |
21599 height: 1.875rem; | |
21600 width: 1.875rem; } | |
21601 .widget-latest-posts .post-details .post-links { | |
21602 display: -webkit-box; | |
21603 display: -ms-flexbox; | |
21604 display: flex; | |
21605 -webkit-box-align: center; | |
21606 -ms-flex-align: center; | |
21607 align-items: center; } | |
21608 .widget-latest-posts .post-details .post-links ul { | |
21609 margin-left: 1em; | |
21610 padding-left: 0; | |
21611 margin-bottom: 0; | |
21612 list-style: none; } | |
21613 .widget-latest-posts .post-details .post-links li { | |
21614 display: inline-block; | |
21615 padding: 0 0.5em; | |
21616 font-family: "Montserrat", sans-serif; | |
21617 font-size: 0.78571em; | |
21618 font-weight: 700; } | |
21619 .widget-latest-posts .post-details .post-links li a { | |
21620 color: #444; } | |
21621 .widget-latest-posts .post-details .post-links li a i { | |
21622 color: #bbb; } | |
21623 .widget-latest-posts .post-details .post-links li a:hover { | |
21624 color: #8253eb; } | |
21625 .widget-latest-posts .post-title { | |
21626 margin-top: 0; | |
21627 margin-bottom: 1.25rem; | |
21628 font-weight: 300; } | |
21629 .widget-latest-posts .post-title a { | |
21630 color: #444; } | |
21631 .widget-latest-posts .post-title a:hover { | |
21632 color: #8253eb; } | |
21633 .widget-latest-posts .carousel.slick-slider.slick-dotted { | |
21634 margin-bottom: 0; } | |
21635 .widget-latest-posts .carousel.slick-slider .slick-dots { | |
21636 position: absolute; | |
21637 bottom: 20px; | |
21638 left: 0; | |
21639 width: 42%; | |
21640 text-align: center; } | |
21641 .widget-latest-posts .carousel.slick-slider .slick-dots li { | |
21642 margin-right: 3px; | |
21643 margin-left: 3px; } | |
21644 .widget-latest-posts .carousel.slick-slider .slick-dots li button::before { | |
21645 background: none; | |
21646 border: 2px solid #fff; | |
21647 opacity: 1; | |
21648 height: 12px; | |
21649 width: 12px; } | |
21650 .widget-latest-posts .carousel.slick-slider .slick-dots .slick-active button::before { | |
21651 -webkit-transform: none; | |
21652 transform: none; | |
21653 background: #fff; } | |
21654 body.rtl .widget-latest-posts .post-details { | |
21655 direction: rtl; } | |
21656 | |
21657 /* User Profile | |
21658 ========================*/ | |
21659 .widget-user-profile .profile-wall-img img { | |
21660 width: 100%; | |
21661 height: auto; } | |
21662 | |
21663 .widget-user-profile .profile-body { | |
21664 padding: 0 20px; | |
21665 text-align: center; | |
21666 display: -webkit-box; | |
21667 display: -ms-flexbox; | |
21668 display: flex; | |
21669 -webkit-box-orient: vertical; | |
21670 -webkit-box-direction: normal; | |
21671 -ms-flex-direction: column; | |
21672 flex-direction: column; | |
21673 -webkit-box-pack: center; | |
21674 -ms-flex-pack: center; | |
21675 justify-content: center; | |
21676 -webkit-box-align: center; | |
21677 -ms-flex-align: center; | |
21678 align-items: center; } | |
21679 | |
21680 .widget-user-profile .profile-user-avatar { | |
21681 margin-top: -5.71429em; } | |
21682 .widget-user-profile .profile-user-avatar a { | |
21683 display: block; } | |
21684 .widget-user-profile .profile-user-avatar img { | |
21685 border-radius: 100px; | |
21686 border: 2px solid #fff; | |
21687 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
21688 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); } | |
21689 .widget-user-profile .profile-user-avatar:after { | |
21690 content: ''; | |
21691 width: 30px; | |
21692 height: 1px; | |
21693 background: #eef1f2; | |
21694 margin-top: 1.42857em; } | |
21695 | |
21696 .widget-user-profile .profile-user-name { | |
21697 font-weight: 300; | |
21698 margin-top: 1.5rem; | |
21699 margin-bottom: 0.3125rem; } | |
21700 | |
21701 .widget-user-profile .profile-seperator { | |
21702 width: 30px; | |
21703 border-top-color: #eef1f2; | |
21704 margin-top: 1.25rem; } | |
21705 | |
21706 .widget-user-profile .profile-user-address { | |
21707 font-size: 0.85714em; | |
21708 font-family: "Montserrat", sans-serif; | |
21709 font-weight: 600; } | |
21710 | |
21711 /* Counter Widget | |
21712 ========================*/ | |
21713 .widget-todo .single { | |
21714 padding: 1.42857em 0; } | |
21715 | |
21716 .widget-todo .single-icon { | |
21717 margin-right: 1.07143em; | |
21718 margin-top: 0.21429em; | |
21719 font-size: 1.42857em; } | |
21720 | |
21721 .widget-todo .single-title { | |
21722 margin: 0.42857em 0; | |
21723 font-size: 0.875rem; | |
21724 letter-spacing: 0; | |
21725 font-weight: 600; } | |
21726 | |
21727 .widget-todo .dropdown-item { | |
21728 display: -webkit-box; | |
21729 display: -ms-flexbox; | |
21730 display: flex; | |
21731 -webkit-box-align: center; | |
21732 -ms-flex-align: center; | |
21733 align-items: center; } | |
21734 .widget-todo .dropdown-item .list-icon { | |
21735 margin-right: 0.42857em; | |
21736 font-size: 1em; } | |
21737 | |
21738 .widget-todo .single-tags { | |
21739 font-family: "Montserrat", sans-serif; } | |
21740 .widget-todo .single-tags li { | |
21741 display: inline-block; | |
21742 margin-right: 0.35714em; | |
21743 font-weight: 600; | |
21744 font-size: 0.9em; } | |
21745 .widget-todo .single-tags li a:before { | |
21746 content: '\0023'; } | |
21747 | |
21748 .widget-todo .single.done .media-body { | |
21749 opacity: 0.4; } | |
21750 | |
21751 .widget-todo .dropdown > .dropdown-toggle { | |
21752 color: #999; } | |
21753 | |
21754 .widget-todo .add-btn { | |
21755 position: absolute; | |
21756 right: 50%; | |
21757 bottom: 0; | |
21758 -webkit-transform: translateY(50%) translateX(50%); | |
21759 transform: translateY(50%) translateX(50%); } | |
21760 | |
21761 body.rtl .widget-todo .dropdown-item .list-icon { | |
21762 margin-right: 0; | |
21763 margin-left: 0.42857em; } | |
21764 | |
21765 /* Counter Widget | |
21766 ========================*/ | |
21767 .widget-counter { | |
21768 padding-left: 0.71429em; } | |
21769 .widget-counter h6 { | |
21770 text-transform: uppercase; | |
21771 font-weight: bold; | |
21772 margin-top: 0.71429em; | |
21773 padding-right: 2.14286em; } | |
21774 .widget-counter small { | |
21775 font-weight: 700; | |
21776 letter-spacing: .05em; | |
21777 display: block; | |
21778 opacity: .5; | |
21779 margin-top: 0.47619em; | |
21780 text-transform: none; } | |
21781 .widget-counter i { | |
21782 position: absolute; | |
21783 top: 1.57895em; | |
21784 right: 2.10526em; | |
21785 font-size: 1.35714em; } | |
21786 .widget-counter i::before, .widget-counter i::after { | |
21787 content: ""; | |
21788 background: #e5e5e5; | |
21789 position: absolute; | |
21790 left: -0.36842em; } | |
21791 .text-inverse .widget-counter i::before, | |
21792 .text-inverse .widget-counter i::after { | |
21793 background: #fff; | |
21794 background: rgba(255, 255, 255, 0.3); } | |
21795 .widget-counter i::before { | |
21796 top: 0.31579em; | |
21797 height: 1.05263em; | |
21798 width: 0.05263em; } | |
21799 .widget-counter i::after { | |
21800 bottom: -0.42105em; | |
21801 width: 1.05263em; | |
21802 height: 0.05263em; } | |
21803 .widget-counter h3 { | |
21804 font-family: "Roboto", sans-serif; | |
21805 font-weight: 300; | |
21806 font-size: 2.85714em; } | |
21807 | |
21808 /* User List | |
21809 =======================*/ | |
21810 ul.widget-user-list { | |
21811 padding-top: 0.71429em; } | |
21812 ul.widget-user-list .d-flex a { | |
21813 display: inline-block; } | |
21814 ul.widget-user-list li { | |
21815 padding-bottom: 0.71429em; | |
21816 padding-top: 1.07143em; | |
21817 border-bottom: 0.0625rem solid white; } | |
21818 ul.widget-user-list li:last-child { | |
21819 border: none; } | |
21820 ul.widget-user-list h5 { | |
21821 font-size: 1.07143em; | |
21822 margin-top: 0; } | |
21823 ul.widget-user-list small { | |
21824 display: block; | |
21825 font-size: 0.78571em; } | |
21826 ul.widget-user-list .media-body { | |
21827 position: relative; } | |
21828 ul.widget-user-list .media-body .btn { | |
21829 padding: 0 2.15385em; | |
21830 text-transform: uppercase; | |
21831 margin-top: 0.23077em; | |
21832 line-height: 2.46154em; | |
21833 border-radius: 0.30769em; | |
21834 font-size: 0.92857em; | |
21835 float: right; } | |
21836 ul.widget-user-list .media-body .btn-outline-secondary { | |
21837 color: #ccc; } | |
21838 ul.widget-user-list .media-body .btn-outline-secondary:hover { | |
21839 color: #555; | |
21840 background-color: #e4e7ea; } | |
21841 body.rtl ul.widget-user-list { | |
21842 padding-top: 0.71429em; | |
21843 padding-right: 1.25rem; | |
21844 padding-left: 1.25rem; } | |
21845 @media (max-width: 480px) { | |
21846 ul.widget-user-list .media-body .btn { | |
21847 display: none; } } | |
21848 ul.widget-user-list .media-heading a { | |
21849 display: inline-block; | |
21850 color: rgba(0, 0, 0, 0.7); | |
21851 margin: 0.28571em 0 0.35714em; } | |
21852 ul.widget-user-list .media-heading a:hover { | |
21853 color: #8253eb; } | |
21854 | |
21855 /* Profile Add Content Widget | |
21856 ============================*/ | |
21857 .widget-profile-add-tabs { | |
21858 margin-bottom: 2.14286em; } | |
21859 .widget-profile-add-tabs .nav-pills .nav-link { | |
21860 padding: .3em 2em; | |
21861 font-weight: 500; | |
21862 font-size: 0.85714em; } | |
21863 .widget-profile-add-tabs .nav-pills .nav-link.active { | |
21864 background: rgba(130, 83, 235, 0.1); | |
21865 color: #8253eb; } | |
21866 .widget-profile-add-tabs .nav-pills .nav-link.attach-file-link { | |
21867 padding-right: 0; | |
21868 padding-left: 0; | |
21869 font-size: 0.92857em; } | |
21870 .widget-profile-add-tabs .tab-content { | |
21871 border: 1px solid #eef1f2; | |
21872 margin-top: 1.42857em; } | |
21873 .widget-profile-add-tabs textarea { | |
21874 border: 0; | |
21875 -webkit-box-shadow: 0; | |
21876 box-shadow: 0; | |
21877 width: 100%; | |
21878 min-height: 50px; | |
21879 font-family: "Montserrat", sans-serif; | |
21880 resize: none; } | |
21881 | |
21882 /* Status Table Widget | |
21883 ============================*/ | |
21884 .widget-status-table thead { | |
21885 color: #cccccc; } | |
21886 | |
21887 .widget-status-table span { | |
21888 text-transform: uppercase; | |
21889 letter-spacing: 0.19048em; | |
21890 border-radius: 1.42857em; | |
21891 padding: 0.47619em 1.42857em; } | |
21892 | |
21893 .widget-status-table i { | |
21894 letter-spacing: 0.55556em; } | |
21895 .widget-status-table i:hover { | |
21896 color: #999 !important; } | |
21897 | |
21898 .widget-status-table tbody a { | |
21899 color: rgba(0, 0, 0, 0.7); } | |
21900 | |
21901 .widget-status-table tbody a:hover { | |
21902 color: #8253eb; } | |
21903 | |
21904 /* User Activity Feed | |
21905 ====================================*/ | |
21906 .widget-activity-header .nav-pills .nav-link { | |
21907 border-radius: 1.66667em; | |
21908 font-family: "Roboto", sans-serif; | |
21909 font-size: 0.85714em; | |
21910 font-weight: 600; | |
21911 color: #999; } | |
21912 | |
21913 .widget-activity-header .nav-pills .nav-link.active { | |
21914 color: #fff; | |
21915 background-color: #03a9f3; } | |
21916 | |
21917 .widget-activity-header form { | |
21918 position: relative; } | |
21919 .widget-activity-header form .form-control { | |
21920 border: 2px solid #f2f3f5; | |
21921 border-radius: 1.07143em; | |
21922 padding: 1.07143em 9.28571em 1.07143em 1.42857em; | |
21923 -webkit-box-shadow: none; | |
21924 box-shadow: none; } | |
21925 .widget-activity-header form .form-control:focus { | |
21926 border-color: #f2f3f5; | |
21927 -webkit-box-shadow: none; | |
21928 box-shadow: none; } | |
21929 .widget-activity-header form .form-control::-webkit-input-placeholder { | |
21930 color: #b9bec3; | |
21931 font-family: "Roboto", sans-serif; } | |
21932 .widget-activity-header form .form-control:-moz-placeholder { | |
21933 color: #b9bec3; | |
21934 font-family: "Roboto", sans-serif; } | |
21935 .widget-activity-header form .form-control::-moz-placeholder { | |
21936 color: #b9bec3; | |
21937 font-family: "Roboto", sans-serif; } | |
21938 .widget-activity-header form .form-control:-ms-input-placeholder { | |
21939 color: #b9bec3; | |
21940 font-family: "Roboto", sans-serif; } | |
21941 .widget-activity-header form div { | |
21942 position: absolute; | |
21943 bottom: 1.42857em; | |
21944 right: 1.42857em; } | |
21945 .widget-activity-header form div i { | |
21946 color: #c9d2da; } | |
21947 .widget-activity-header form div button { | |
21948 border-radius: 0.85714em; | |
21949 font-family: "Roboto", sans-serif; | |
21950 letter-spacing: 0.07143em; | |
21951 background-color: #c9d2da; } | |
21952 | |
21953 .widget-activitys { | |
21954 padding-top: 0.71429em; } | |
21955 .widget-activitys li { | |
21956 position: relative; | |
21957 margin-top: 0; | |
21958 padding: 0.71429em 0; } | |
21959 .widget-activitys li::before { | |
21960 content: ""; | |
21961 background: #e5e5e5; | |
21962 position: absolute; | |
21963 top: 0; | |
21964 left: 1.5em; | |
21965 width: 0.0625rem; | |
21966 height: 100%; } | |
21967 .widget-activitys li:first-child { | |
21968 padding-top: 0; } | |
21969 .widget-activitys li:last-child, .widget-activitys li:last-child .media-body { | |
21970 padding-bottom: 0; } | |
21971 .widget-activitys .media-body { | |
21972 padding: 0.85714em 0; | |
21973 font-family: "Roboto", sans-serif; } | |
21974 .widget-activitys .media-heading { | |
21975 line-height: 1.5em; | |
21976 margin-top: 0; } | |
21977 .widget-activitys .media-heading strong a { | |
21978 color: #444; } | |
21979 .widget-activitys .media-heading strong a:hover { | |
21980 text-decoration: underline; } | |
21981 .widget-activitys .media-body-content { | |
21982 padding-top: 1.07143em; } | |
21983 .widget-activitys .widget-body-image-list figcaption { | |
21984 text-align: center; | |
21985 padding-top: 0.57143em; | |
21986 font-family: "Montserrat", sans-serif; } | |
21987 .widget-activitys .widget-body-image-list figcaption small { | |
21988 display: block; | |
21989 font-size: 70%; } | |
21990 | |
21991 /* Widget Social Twitter | |
21992 ====================================*/ | |
21993 .facebook-widget, | |
21994 .twitter-widget { | |
21995 overflow: hidden; | |
21996 position: relative; | |
21997 padding: 2.14286em 1.42857em; | |
21998 display: -webkit-box; | |
21999 display: -ms-flexbox; | |
22000 display: flex; | |
22001 min-height: 13.75rem; } | |
22002 .facebook-widget .status, | |
22003 .twitter-widget .status { | |
22004 font-size: 1.07143em; | |
22005 margin-top: 2em; } | |
22006 .facebook-widget .status-container, | |
22007 .twitter-widget .status-container { | |
22008 width: 100%; | |
22009 display: -webkit-box; | |
22010 display: -ms-flexbox; | |
22011 display: flex; | |
22012 -webkit-box-orient: vertical; | |
22013 -webkit-box-direction: normal; | |
22014 -ms-flex-direction: column; | |
22015 flex-direction: column; } | |
22016 .facebook-widget h5, .facebook-widget h6, | |
22017 .twitter-widget h5, | |
22018 .twitter-widget h6 { | |
22019 color: #fff; } | |
22020 .facebook-widget .after, | |
22021 .twitter-widget .after { | |
22022 font-family: 'feather'; | |
22023 font-size: 21.42857em; | |
22024 line-height: 6.25rem; | |
22025 opacity: 0.3; | |
22026 color: #fff; | |
22027 position: absolute; | |
22028 right: 0; | |
22029 bottom: 0; | |
22030 pointer-events: none; } | |
22031 .facebook-widget .user-info, | |
22032 .twitter-widget .user-info { | |
22033 width: 100%; | |
22034 display: -webkit-box; | |
22035 display: -ms-flexbox; | |
22036 display: flex; | |
22037 -webkit-box-align: center; | |
22038 -ms-flex-align: center; | |
22039 align-items: center; } | |
22040 .facebook-widget .widget-icon, | |
22041 .twitter-widget .widget-icon { | |
22042 font-size: 1.71429em; } | |
22043 .facebook-widget figure, | |
22044 .twitter-widget figure { | |
22045 margin-bottom: 0; } | |
22046 .facebook-widget .user-name-group, | |
22047 .twitter-widget .user-name-group { | |
22048 -webkit-box-flex: 1; | |
22049 -ms-flex: 1; | |
22050 flex: 1; } | |
22051 .facebook-widget .user-profile-picture, | |
22052 .twitter-widget .user-profile-picture { | |
22053 height: 2.14286em; | |
22054 width: 2.14286em; | |
22055 border-radius: 7.14286em; | |
22056 float: left; | |
22057 margin-right: 0.71429em; } | |
22058 .facebook-widget .user-name, | |
22059 .twitter-widget .user-name { | |
22060 margin-top: 0.35714em; | |
22061 margin-bottom: 0.35714em; | |
22062 text-transform: uppercase; | |
22063 font-weight: 600; | |
22064 font-size: 0.85714em; | |
22065 letter-spacing: .05em; } | |
22066 .facebook-widget .user-screen-name, | |
22067 .twitter-widget .user-screen-name { | |
22068 margin: 0; | |
22069 opacity: 0.7; | |
22070 font-weight: normal; | |
22071 font-size: 0.78571em; | |
22072 letter-spacing: 0; } | |
22073 .facebook-widget p, | |
22074 .twitter-widget p { | |
22075 margin-bottom: 0; | |
22076 font-family: "Montserrat", sans-serif; } | |
22077 body.rtl .facebook-widget .user-profile-picture, body.rtl | |
22078 .twitter-widget .user-profile-picture { | |
22079 margin-right: 0; | |
22080 margin-left: 0.71429em; } | |
22081 | |
22082 /* Chart Specific Styles | |
22083 ====================================*/ | |
22084 .progress-stats-round { | |
22085 position: relative; } | |
22086 .progress-stats-round .list-icon { | |
22087 font-size: 2.14286em; | |
22088 font-weight: 600; | |
22089 position: absolute; | |
22090 top: 1em; | |
22091 left: 50%; | |
22092 -webkit-transform: translateX(-50%); | |
22093 transform: translateX(-50%); } | |
22094 | |
22095 .widget-social a { | |
22096 margin-top: -1.42857em; | |
22097 margin-bottom: -1.42857em; | |
22098 padding-top: 2.14286em; | |
22099 padding-bottom: 1.07143em; } | |
22100 .widget-social a:hover { | |
22101 text-decoration: none; } | |
22102 .widget-social a i { | |
22103 font-size: 2.85714em; } | |
22104 | |
22105 .widget-social-ft { | |
22106 margin-top: -1.42857em; | |
22107 margin-bottom: -1.42857em; } | |
22108 .widget-social-ft header { | |
22109 padding: 1.42857em 0; } | |
22110 .widget-social-ft header i { | |
22111 font-size: 2.85714em; } | |
22112 .widget-social-ft div div:last-child { | |
22113 border-left: 0.0625rem solid #eef1f2; } | |
22114 | |
22115 .doughnut-widget { | |
22116 position: relative; } | |
22117 .doughnut-widget section { | |
22118 position: absolute; | |
22119 top: 50%; | |
22120 left: 50%; | |
22121 -webkit-transform: translate(-50%, -50%); | |
22122 transform: translate(-50%, -50%); } | |
22123 .doughnut-widget section small { | |
22124 display: inline-block; } | |
22125 | |
22126 .doughnut-widget-details ul { | |
22127 width: 7.14286em; | |
22128 line-height: 2.14286em; | |
22129 margin-left: 50%; | |
22130 -webkit-transform: translateX(-50%); | |
22131 transform: translateX(-50%); } | |
22132 | |
22133 .statistic-squares [class*="col-"] { | |
22134 border-top: 0.0625rem solid #eee; | |
22135 border-left: 0.0625rem solid #eee; | |
22136 padding-top: 2.14286em; | |
22137 padding-bottom: 2.14286em; } | |
22138 .statistic-squares [class*="col-"]:first-child { | |
22139 border-left: 0; } | |
22140 | |
22141 .statistic-squares > .row:first-child [class*="col-"], .statistic-squares > .custom-fullcalendar:first-child [class*="col-"] { | |
22142 border-top: 0; } | |
22143 | |
22144 .knob-widget section { | |
22145 position: relative; } | |
22146 .knob-widget section i { | |
22147 font-size: 4.28571em; | |
22148 color: rgba(0, 0, 0, 0.1); | |
22149 position: absolute; | |
22150 left: 50%; | |
22151 top: 50%; | |
22152 -webkit-transform: translate(-50%, -50%); | |
22153 transform: translate(-50%, -50%); } | |
22154 | |
22155 .knob-widget ul li { | |
22156 padding-left: 1.42857em; | |
22157 padding-right: 1.42857em; } | |
22158 .knob-widget ul li:last-child { | |
22159 border-left: 0.0625rem solid #eef1f2; } | |
22160 | |
22161 .card-user-info-widget .caption-btn > a { | |
22162 margin-bottom: 0.66667em; | |
22163 letter-spacing: 0.13333em; } | |
22164 | |
22165 .card-user-info-widget .followers-details-list li { | |
22166 border: 0.0625rem solid #eef1f2; | |
22167 padding: 0 2.85714em; } | |
22168 .card-user-info-widget .followers-details-list li:first-child { | |
22169 border-left: 0; } | |
22170 .card-user-info-widget .followers-details-list li:last-child { | |
22171 border-left: 0; | |
22172 border-right: 0; } | |
22173 | |
22174 .card-user-info-widget .email-details-list li { | |
22175 padding: 0px 2.14286em; | |
22176 line-height: 2.14286em; } | |
22177 | |
22178 /******************************** | |
22179 ********************************* | |
22180 Light Box Gallery | |
22181 ********************************* | |
22182 *********************************/ | |
22183 .lightbox-gallery .lightbox img { | |
22184 width: 100%; | |
22185 height: auto; } | |
22186 | |
22187 .lightbox-gallery .lightbox a { | |
22188 overflow: hidden; | |
22189 display: block; | |
22190 position: relative; } | |
22191 .lightbox-gallery .lightbox a img { | |
22192 -webkit-transition: all 250ms; | |
22193 transition: all 250ms; } | |
22194 .lightbox-gallery .lightbox a:hover img { | |
22195 -webkit-transform: scale(1.1); | |
22196 transform: scale(1.1); } | |
22197 | |
22198 .promo-code-widget header h5 { | |
22199 background-color: #adc1c8; | |
22200 width: 2.85714em; | |
22201 height: 2.85714em; | |
22202 line-height: 2.85714em; | |
22203 color: #ffffff; } | |
22204 | |
22205 .promo-code-widget section > a { | |
22206 display: inline-block; | |
22207 border: 1px dashed #eef1f2; } | |
22208 | |
22209 .promo-code-widget section > input { | |
22210 max-width: 100%; } | |
22211 | |
22212 .social-icon-widget div:first-child { | |
22213 position: relative; } | |
22214 .social-icon-widget div:first-child::after { | |
22215 content: ""; | |
22216 position: absolute; | |
22217 width: 0.07143em; | |
22218 height: 3.57143em; | |
22219 background-color: #dfe3e9; | |
22220 right: 0; | |
22221 top: 50%; | |
22222 -webkit-transform: translateY(-50%); | |
22223 transform: translateY(-50%); } | |
22224 | |
22225 .latest-widget header { | |
22226 border-bottom: 1px solid #efefef; } | |
22227 | |
22228 .latest-widget section .col-md-3 { | |
22229 border-right: 1px solid #efefef; } | |
22230 .latest-widget section .col-md-3:last-child { | |
22231 border-right: 0; } | |
22232 .latest-widget section .col-md-3 h5 { | |
22233 line-height: 1.57143em; } | |
22234 | |
22235 .latest-widget footer .btn { | |
22236 background-color: #333333; | |
22237 color: #fff; | |
22238 outline: none; } | |
22239 | |
22240 .latest-widget footer .btn-default:active { | |
22241 background-color: #333333; | |
22242 color: #fff; } | |
22243 | |
22244 .card-bench-widget figure { | |
22245 position: relative; } | |
22246 .card-bench-widget figure header { | |
22247 position: absolute; | |
22248 top: 1.42857em; | |
22249 right: 1.42857em; } | |
22250 .card-bench-widget figure header .btn { | |
22251 font-weight: 700; | |
22252 letter-spacing: 0.07143em; | |
22253 color: #fff; | |
22254 border-color: #fff; } | |
22255 .card-bench-widget figure header .btn:hover { | |
22256 background-color: #fff; | |
22257 color: #000; } | |
22258 .card-bench-widget figure section { | |
22259 position: absolute; | |
22260 bottom: 2.85714em; | |
22261 right: 1.42857em; } | |
22262 .card-bench-widget figure ul { | |
22263 position: absolute; | |
22264 bottom: 0em; | |
22265 right: 1.42857em; } | |
22266 | |
22267 .city-card-widget figure { | |
22268 position: relative; } | |
22269 .city-card-widget figure .city-card-status, | |
22270 .city-card-widget figure .city-card-details { | |
22271 position: absolute; | |
22272 left: 1.42857em; } | |
22273 .city-card-widget figure .city-card-status { | |
22274 top: 1.42857em; } | |
22275 .city-card-widget figure .city-card-details { | |
22276 bottom: 0; } | |
22277 .city-card-widget figure .city-card-button { | |
22278 position: absolute; | |
22279 right: 1.42857em; | |
22280 bottom: 1.42857em; } | |
22281 .city-card-widget figure .city-card-button .btn { | |
22282 color: #fff; | |
22283 border-color: #fff; } | |
22284 .city-card-widget figure .city-card-button .btn:hover { | |
22285 color: #000; | |
22286 background-color: #fff; } | |
22287 | |
22288 .ecommerce-products-card figure { | |
22289 position: relative; } | |
22290 .ecommerce-products-card figure figcaption { | |
22291 position: absolute; | |
22292 top: 1.42857em; | |
22293 right: 1.42857em; } | |
22294 | |
22295 .ecommerce-products-card .ecommerce-products-card-details { | |
22296 padding: 2.14286em 2.85714em 1.78571em; } | |
22297 .ecommerce-products-card .ecommerce-products-card-details .product-title h6 { | |
22298 color: #bbc7d3; } | |
22299 .ecommerce-products-card .ecommerce-products-card-details .buy-button .btn { | |
22300 border-radius: 0; | |
22301 color: #ffffff; | |
22302 background-color: #88bf57; | |
22303 outline: none; } | |
22304 .ecommerce-products-card .ecommerce-products-card-details .buyer-button .btn { | |
22305 color: #bbc7d3; | |
22306 border-color: #bbc7d3; } | |
22307 .ecommerce-products-card .ecommerce-products-card-details .buyer-button .btn:hover, .ecommerce-products-card .ecommerce-products-card-details .buyer-button .btn:focus { | |
22308 color: #000; } | |
22309 .ecommerce-products-card .ecommerce-products-card-details .product-ratings li a i { | |
22310 color: #f3a855; } | |
22311 | |
22312 /* Simple Thumnail Gallery | |
22313 ========================*/ | |
22314 .gallery-small a { | |
22315 display: inline-block; | |
22316 overflow: hidden; | |
22317 background: #000; | |
22318 position: relative; | |
22319 text-align: center; } | |
22320 | |
22321 .gallery-small img { | |
22322 -webkit-transition: 250ms opacity, 250ms -webkit-transform; | |
22323 transition: 250ms opacity, 250ms -webkit-transform; | |
22324 transition: 250ms transform, 250ms opacity; | |
22325 transition: 250ms transform, 250ms opacity, 250ms -webkit-transform; | |
22326 width: 100%; | |
22327 height: auto; } | |
22328 | |
22329 .gallery-small a:hover > img, | |
22330 .gallery-small a.active > img { | |
22331 -webkit-transform: scale(1.1); | |
22332 transform: scale(1.1); } | |
22333 | |
22334 .gallery-small a:hover img, | |
22335 .gallery-small .active img { | |
22336 opacity: .7; } | |
22337 | |
22338 .gallery-small a:hover span, | |
22339 .gallery-small .active span { | |
22340 display: block; | |
22341 width: 100%; | |
22342 position: absolute; | |
22343 color: #fff; | |
22344 top: 50%; | |
22345 left: 0; | |
22346 -webkit-transform: translateY(-50%); | |
22347 transform: translateY(-50%); | |
22348 font-size: 1.6em; | |
22349 line-height: 1; | |
22350 font-weight: 700; | |
22351 letter-spacing: -2px; | |
22352 font-family: "Montserrat", sans-serif; } | |
22353 | |
22354 .gallery-small a:hover small, | |
22355 .gallery-small .active small { | |
22356 display: block; | |
22357 color: #fff; | |
22358 font-size: .8rem; | |
22359 margin-top: 5px; | |
22360 letter-spacing: 0; } | |
22361 | |
22362 /* Chart Widgets | |
22363 ============================*/ | |
22364 .chart-widget .card .card-header { | |
22365 padding-left: 2.14286em; | |
22366 background-color: #f9faff; } | |
22367 .chart-widget .card .card-header span { | |
22368 color: #9ca0a8; } | |
22369 | |
22370 .chart-widget .card .card-body { | |
22371 background-color: #f9faff; } | |
22372 | |
22373 .chart-widget .card .card-footer { | |
22374 background: none; | |
22375 border-color: #edf3f8; } | |
22376 | |
22377 .chart-widget .pie-chart { | |
22378 position: relative; } | |
22379 .chart-widget .pie-chart section { | |
22380 color: #9ca0a8; | |
22381 position: absolute; | |
22382 top: 50%; | |
22383 left: 50%; | |
22384 -webkit-transform: translate(-50%, -50%); | |
22385 transform: translate(-50%, -50%); } | |
22386 | |
22387 .online-course-widget .card-header { | |
22388 background: none; | |
22389 position: relative; } | |
22390 .online-course-widget .card-header::after { | |
22391 content: ""; | |
22392 position: absolute; | |
22393 height: 0.21429em; | |
22394 width: 2.85714em; | |
22395 bottom: 0; | |
22396 left: 1.42857em; | |
22397 background: #e9ecf0; } | |
22398 .online-course-widget .card-header a i { | |
22399 font-size: 1.57143em; | |
22400 background: #e9ecf0; | |
22401 padding: 0.68182em; } | |
22402 .online-course-widget .card-header a:hover i { | |
22403 background-color: #8253eb; } | |
22404 .online-course-widget .card-header span { | |
22405 color: #6a768c; | |
22406 font-size: 0.92857em; | |
22407 font-weight: 600; | |
22408 padding: 1.15385em 1.53846em; } | |
22409 | |
22410 .online-course-widget .card-body { | |
22411 margin-bottom: 0.71429em; } | |
22412 .online-course-widget .card-body h5 a { | |
22413 font-weight: 300; | |
22414 line-height: 1.78571em; | |
22415 color: #6a768c; } | |
22416 | |
22417 .online-course-widget .card-footer { | |
22418 padding: 1.07143em 1.42857em; | |
22419 background-color: #fff; | |
22420 border-color: #eef1f2; } | |
22421 | |
22422 .select-widget { | |
22423 font-family: "Roboto", sans-serif; | |
22424 margin-bottom: 2.14286em; } | |
22425 .select-widget section { | |
22426 margin-top: 2.14286em; } | |
22427 .select-widget section a div { | |
22428 margin-left: -0.71429em; | |
22429 margin-right: -0.71429em; | |
22430 border: 1px solid #eef1f2; | |
22431 border-radius: 0.35714em; | |
22432 padding: 0 0.71429em 2.85714em 0.71429em; } | |
22433 .select-widget section i { | |
22434 font-size: 5.42857em; | |
22435 vertical-align: bottom; } | |
22436 | |
22437 .subscribe-widget { | |
22438 border: 0.14286em dashed #eef1f2; | |
22439 padding: 1.42857em 1.42857em 2.85714em 1.42857em; } | |
22440 .subscribe-widget .col-md-2 { | |
22441 position: relative; } | |
22442 .subscribe-widget .col-md-2 i { | |
22443 font-size: 5.42857em; } | |
22444 .subscribe-widget .col-md-2 i::before { | |
22445 position: absolute; | |
22446 -webkit-transform: rotate(15deg); | |
22447 transform: rotate(15deg); | |
22448 left: 40%; | |
22449 top: 20%; } | |
22450 .subscribe-widget .form-control { | |
22451 -webkit-box-shadow: none; | |
22452 box-shadow: none; } | |
22453 | |
22454 .tickets-table table thead { | |
22455 background: #fbfbfc; } | |
22456 .tickets-table table thead th { | |
22457 padding: 1.42857em; | |
22458 border-top: 1px solid #eef1f2; | |
22459 border-bottom: 1px solid #eef1f2; } | |
22460 | |
22461 .tickets-table table tbody tr { | |
22462 margin: 0.71429em 0; } | |
22463 .tickets-table table tbody tr:last-child td { | |
22464 border: none; } | |
22465 .tickets-table table tbody tr td { | |
22466 padding: 0.71429em 1.42857em; | |
22467 border-bottom: 1px solid #eef1f2; } | |
22468 .tickets-table table tbody tr td i { | |
22469 font-size: 1.28571em; } | |
22470 .tickets-table table tbody tr td i::before { | |
22471 vertical-align: -webkit-baseline-middle; } | |
22472 | |
22473 .schedule-widget .col-md-3 { | |
22474 position: relative; } | |
22475 .schedule-widget .col-md-3::after { | |
22476 content: ""; | |
22477 position: absolute; | |
22478 height: 2.85714em; | |
22479 width: 0.07143em; | |
22480 right: 0; | |
22481 top: 50%; | |
22482 -webkit-transform: translateY(-50%); | |
22483 transform: translateY(-50%); | |
22484 background-color: #eef1f2; } | |
22485 .schedule-widget .col-md-3:last-child::after { | |
22486 display: none; } | |
22487 | |
22488 .schedule-widget a i { | |
22489 position: relative; | |
22490 background: #eef1f2; | |
22491 font-size: 1.28571em; | |
22492 height: 3.57143em; | |
22493 width: 3.57143em; } | |
22494 .schedule-widget a i::before { | |
22495 position: absolute; | |
22496 left: 50%; | |
22497 top: 50%; | |
22498 -webkit-transform: translate(-50%, -50%); | |
22499 transform: translate(-50%, -50%); } | |
22500 | |
22501 .purpose-widget .card .card-body { | |
22502 border-bottom: 1px solid #eef1f2; } | |
22503 .purpose-widget .card .card-body .col-md-6 { | |
22504 padding: 2.14286em; | |
22505 border-right: 1px solid #eef1f2; } | |
22506 .purpose-widget .card .card-body .col-md-6:last-child { | |
22507 border: none; } | |
22508 .purpose-widget .card .card-body:last-child { | |
22509 border: none; } | |
22510 | |
22511 .status-view-widget .col-md-6 a { | |
22512 padding: 2.5em 1.78571em; | |
22513 border: 1px solid #fff; | |
22514 border-radius: 0.35714em; | |
22515 background: #f9f9f9; } | |
22516 .status-view-widget .col-md-6 a i { | |
22517 font-size: 1.42857em; } | |
22518 .status-view-widget .col-md-6 a i::before { | |
22519 vertical-align: -webkit-baseline-middle; } | |
22520 .status-view-widget .col-md-6 a h3 { | |
22521 color: #444; } | |
22522 .status-view-widget .col-md-6 a:hover { | |
22523 background: none; | |
22524 border-color: #38d57a; } | |
22525 | |
22526 .sports-card .card .card-header .list-icon { | |
22527 width: auto; | |
22528 height: auto; | |
22529 line-height: normal; } | |
22530 | |
22531 .sports-card .card .card-body > div > a small { | |
22532 border-bottom: 1px solid #eef1f2; } | |
22533 | |
22534 /* Map Widgets | |
22535 ============================*/ | |
22536 .widget-map .gmap { | |
22537 position: relative; } | |
22538 .widget-map .gmap:after { | |
22539 content: ''; | |
22540 display: block; | |
22541 position: absolute; | |
22542 top: 0; | |
22543 right: 0; | |
22544 bottom: 0; | |
22545 left: 0; | |
22546 -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2); | |
22547 box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2); | |
22548 pointer-events: none; } | |
22549 | |
22550 .widget-map .card { | |
22551 -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); | |
22552 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); } | |
22553 | |
22554 /* Project Index | |
22555 ============================*/ | |
22556 .widget-project-index .card { | |
22557 border: 0; } | |
22558 .widget-project-index .card .card-header { | |
22559 background: #fff; | |
22560 border: 0; } | |
22561 .widget-project-index .card .card-header a { | |
22562 padding-right: 1.25rem; | |
22563 padding-left: 1.25rem; } | |
22564 .widget-project-index .card .card-header a::after { | |
22565 display: none; } | |
22566 .widget-project-index .card .card-title { | |
22567 padding: 0; } | |
22568 .widget-project-index .card .count { | |
22569 height: 1.25rem; | |
22570 width: 1.25rem; | |
22571 line-height: 1.125rem; | |
22572 text-align: center; | |
22573 border-radius: 100%; | |
22574 border: 2px solid #eef1f2; | |
22575 display: inline-block; } | |
22576 | |
22577 .widget-project-index .list-group { | |
22578 border: 0; | |
22579 background: #f5f7fa; } | |
22580 .widget-project-index .list-group .list-group-item { | |
22581 padding: 0.75em 1.25rem; | |
22582 display: -webkit-box; | |
22583 display: -ms-flexbox; | |
22584 display: flex; | |
22585 -webkit-box-align: top; | |
22586 -ms-flex-align: top; | |
22587 align-items: top; | |
22588 background: #f5f7fa; | |
22589 border: 0; | |
22590 color: #bbb; | |
22591 font-size: 0.92857em; | |
22592 font-weight: 500; } | |
22593 .widget-project-index .list-group .list-group-item.active { | |
22594 color: #444; | |
22595 -webkit-box-shadow: inset 4px 0 0 0 #8253eb; | |
22596 box-shadow: inset 4px 0 0 0 #8253eb; } | |
22597 .widget-project-index .list-group small { | |
22598 margin-left: 1em; } | |
22599 .widget-project-index .list-group .list-icon { | |
22600 line-height: 2.14286em; | |
22601 margin-right: 1em; | |
22602 color: #bbb; } | |
22603 .widget-project-index .list-group .done-icon { | |
22604 display: block; | |
22605 font-size: 0.75rem; | |
22606 height: 1.66667em; | |
22607 width: 1.66667em; | |
22608 line-height: 1.66667em; | |
22609 text-align: center; | |
22610 border-radius: 100%; | |
22611 margin-top: .2em; } | |
22612 | |
22613 body.rtl .widget-project-index .list-group .list-group-item.active { | |
22614 -webkit-box-shadow: inset -4px 0 0 0 #8253eb; | |
22615 box-shadow: inset -4px 0 0 0 #8253eb; } | |
22616 | |
22617 body.rtl .widget-project-index .list-group .list-icon { | |
22618 margin-right: 0; | |
22619 margin-left: 1em; } | |
22620 | |
22621 /******************************** | |
22622 ********************************* | |
22623 Pricing Table | |
22624 ********************************* | |
22625 *********************************/ | |
22626 .pricing-box { | |
22627 border: 0.0625rem solid #eef1f2; | |
22628 border-radius: 0.28571em; | |
22629 background: #fff; | |
22630 margin: 3em 0; | |
22631 padding-bottom: 1.07143em; | |
22632 padding-top: 0.71429em; } | |
22633 [class^="col-md-"] .pricing-box { | |
22634 margin-left: -0.35714em; | |
22635 margin-right: -0.35714em; } | |
22636 .pricing-box .heading-basic { | |
22637 background: #d0ecfd; | |
22638 height: 5.71429em; | |
22639 width: 5.71429em; | |
22640 display: inline-block; | |
22641 line-height: 5.71429em; | |
22642 margin: auto; } | |
22643 .pricing-box .heading-custom { | |
22644 background: #f1f1f1; | |
22645 height: 5.71429em; | |
22646 width: 5.71429em; | |
22647 line-height: 5.71429em; | |
22648 display: inline-block; | |
22649 margin: auto; } | |
22650 .pricing-box li { | |
22651 padding: 0.5em 0; } | |
22652 .pricing-box hr { | |
22653 width: 80%; } | |
22654 .pricing-box.featured-pricing-box { | |
22655 position: relative; | |
22656 z-index: 1; | |
22657 -webkit-box-shadow: 0px 0px 0.64286em rgba(0, 0, 0, 0.1); | |
22658 box-shadow: 0px 0px 0.64286em rgba(0, 0, 0, 0.1); } | |
22659 .pricing-box.featured-pricing-box .heading-featured { | |
22660 background: #d6f5d6; | |
22661 height: 2.85714em; | |
22662 width: 2.85714em; | |
22663 line-height: 2.85714em; | |
22664 display: inline-block; | |
22665 margin: 0; } | |
22666 [class^=col-md-] .pricing-box.featured-pricing-box { | |
22667 margin-left: -2.14286em; | |
22668 margin-right: -2.14286em; | |
22669 margin-top: 0; | |
22670 margin-bottom: 0; } | |
22671 .pricing-box.featured-pricing-box-2 h5, .pricing-box.featured-pricing-box-2 p, .pricing-box.featured-pricing-box-2 a, .pricing-box.featured-pricing-box-2 li { | |
22672 color: #fff; } | |
22673 .pricing-box.featured-pricing-box-2 li { | |
22674 color: #fff !important; } | |
22675 .pricing-box.featured-pricing-box-2 .btn-outline-default:hover { | |
22676 background: #fff; | |
22677 border-color: transparent; | |
22678 color: rgba(135, 206, 250, 0.7); } | |
22679 .pricing-box header { | |
22680 margin-top: 2.14286em; } | |
22681 .pricing-box header h5 { | |
22682 font-weight: 700; | |
22683 margin-bottom: 1.11111em; } | |
22684 .pricing-box header span sub { | |
22685 font-size: 0.35714em; | |
22686 font-weight: 700; | |
22687 position: relative; | |
22688 top: 0; } | |
22689 .pricing-box header .header-text { | |
22690 font-size: 1.07143em; | |
22691 font-weight: 500; | |
22692 margin-top: 2em; } | |
22693 .pricing-box header .triangle-top-right { | |
22694 display: inline-block; | |
22695 width: 0; | |
22696 height: 0; | |
22697 border-style: solid; | |
22698 border-width: 0 80px 80px 0; | |
22699 border-color: transparent #38d57a transparent transparent; | |
22700 position: absolute; | |
22701 top: 0.35714em; | |
22702 right: 0.35714em; } | |
22703 .pricing-box header .triangle-top-right::before { | |
22704 content: "\e9bf"; | |
22705 font-family: "feather"; | |
22706 color: #fff; | |
22707 font-size: 1.42857em; | |
22708 position: absolute; | |
22709 left: 2.25em; | |
22710 top: 0.5em; } | |
22711 .pricing-box ul { | |
22712 padding-right: 0; } | |
22713 .pricing-box .pricing-box-content li { | |
22714 border: none; | |
22715 color: #aaa; | |
22716 background-color: transparent; } | |
22717 .pricing-box .pricing-box-content .btn { | |
22718 width: 80%; | |
22719 letter-spacing: 0.14286em; | |
22720 font-size: 0.78571em; | |
22721 font-weight: 700; | |
22722 margin-bottom: 1.78571em; | |
22723 text-transform: uppercase; } | |
22724 | |
22725 /******************************** | |
22726 ********************************* | |
22727 Timeline | |
22728 ********************************* | |
22729 *********************************/ | |
22730 .timeline { | |
22731 position: relative; | |
22732 margin: 1.42857em 0; } | |
22733 .timeline .timeline-body { | |
22734 padding: 0 1.42857em; | |
22735 display: inline-block; | |
22736 width: 40%; | |
22737 margin-left: 5%; | |
22738 background: #fff; | |
22739 border: 1px solid #ddd; | |
22740 -webkit-box-shadow: 0 2px 3px 0 #ddd; | |
22741 box-shadow: 0 2px 3px 0 #ddd; | |
22742 text-align: right; | |
22743 border-radius: 10px; } | |
22744 .timeline .timeline-body header { | |
22745 padding: 1.5873em 1.5873em; | |
22746 margin: 0 -1.5873em 1.5873em; | |
22747 background: #8253eb; | |
22748 border-top-left-radius: 10px; | |
22749 border-top-right-radius: 10px; | |
22750 color: #fff; | |
22751 font-size: 0.9em; } | |
22752 .timeline .timeline-body header .timeline-body-title { | |
22753 font-size: 0.875rem; | |
22754 line-height: 1.5; | |
22755 margin: 0; | |
22756 color: #fff; } | |
22757 .timeline .timeline-body header a { | |
22758 color: #fff; | |
22759 border-bottom: 1px dotted #fff; | |
22760 -webkit-transition: all 0.3s ease-in-out; | |
22761 transition: all 0.3s ease-in-out; } | |
22762 .timeline .timeline-body header a:hover { | |
22763 border-bottom-color: rgba(255, 255, 255, 0.5); } | |
22764 .timeline .timeline-body > *:last-child:not(header) { | |
22765 margin-bottom: 1.42857em; } | |
22766 .timeline .timeline-body header:last-child { | |
22767 margin-bottom: 0; | |
22768 border-radius: 10px; } | |
22769 .timeline .timeline-body iframe { | |
22770 width: 100%; } | |
22771 .timeline .timeline-header { | |
22772 position: absolute; | |
22773 top: 0; | |
22774 left: 50%; | |
22775 -webkit-transform: translateX(-50%); | |
22776 transform: translateX(-50%); | |
22777 z-index: 2; } | |
22778 .timeline .timeline-header i { | |
22779 height: 2.5em; | |
22780 width: 2.5em; | |
22781 border-radius: 100px; | |
22782 background: #8253eb; | |
22783 color: #fff; | |
22784 line-height: 2.5em; | |
22785 font-size: 1.71429em; | |
22786 text-align: center; } | |
22787 .timeline .timeline-title { | |
22788 position: absolute; | |
22789 top: 0; | |
22790 left: 55%; | |
22791 width: 10%; | |
22792 text-align: left; } | |
22793 .timeline .timeline-title img { | |
22794 border-radius: 100px; | |
22795 height: 3.57143em; | |
22796 width: 3.57143em; } | |
22797 .timeline .timeline-title span, .timeline .timeline-title small { | |
22798 display: block; } | |
22799 .timeline .timeline-title h5 { | |
22800 margin: 0.55556em 0 0.27778em; } | |
22801 .timeline .timeline-title h5 a { | |
22802 color: #999; } | |
22803 .timeline .timeline-single { | |
22804 padding-bottom: 5.71429em; | |
22805 position: relative; | |
22806 z-index: 1; | |
22807 min-height: 7.14286em; } | |
22808 .timeline .timeline-single:after { | |
22809 content: ""; | |
22810 border-right: 4px solid #8253eb; | |
22811 z-index: 0; | |
22812 display: block; | |
22813 position: absolute; | |
22814 top: 5em; | |
22815 bottom: 0.71429em; | |
22816 left: 50%; | |
22817 opacity: 0.2; } | |
22818 .timeline .timeline-single:nth-child(even) .timeline-body { | |
22819 margin-left: 55%; | |
22820 text-align: left; } | |
22821 .timeline .timeline-single:nth-child(even) .timeline-title { | |
22822 left: 35%; | |
22823 text-align: right; } | |
22824 body.rtl .timeline { | |
22825 direction: ltr; } | |
22826 body.rtl .timeline .timeline-single:nth-child(even) .timeline-body { | |
22827 text-align: right; } | |
22828 body.rtl .timeline .load-more-btn { | |
22829 direction: ltr; } | |
22830 @media (max-width: 768px) { | |
22831 .timeline .timeline-body { | |
22832 width: 45%; | |
22833 margin-left: 0; } } | |
22834 | |
22835 @-webkit-keyframes loadingAnimation { | |
22836 0% { | |
22837 -webkit-transform: rotate(0deg); | |
22838 transform: rotate(0deg); } | |
22839 100% { | |
22840 -webkit-transform: rotate(360deg); | |
22841 transform: rotate(360deg); } } | |
22842 | |
22843 @keyframes loadingAnimation { | |
22844 0% { | |
22845 -webkit-transform: rotate(0deg); | |
22846 transform: rotate(0deg); } | |
22847 100% { | |
22848 -webkit-transform: rotate(360deg); | |
22849 transform: rotate(360deg); } } | |
22850 .timeline .load-more-btn { | |
22851 margin-left: 50%; | |
22852 -webkit-transform: translateX(-50%); | |
22853 transform: translateX(-50%); } | |
22854 .timeline .load-more-btn:after { | |
22855 content: "refresh"; | |
22856 font-family: "Material Icons"; | |
22857 font-size: 1.33333em; | |
22858 vertical-align: middle; | |
22859 display: none; | |
22860 -webkit-animation-name: loadingAnimation; | |
22861 animation-name: loadingAnimation; | |
22862 -webkit-animation-duration: 1s; | |
22863 animation-duration: 1s; | |
22864 -webkit-animation-iteration-count: infinite; | |
22865 animation-iteration-count: infinite; } | |
22866 .timeline .load-more-btn.loading span { | |
22867 display: none; } | |
22868 .timeline .load-more-btn.loading:after { | |
22869 display: block; } | |
22870 | |
22871 /******************************** | |
22872 ********************************* | |
22873 Icon Box | |
22874 ********************************* | |
22875 *********************************/ | |
22876 .icon-box header a { | |
22877 font-size: 1.42857em; | |
22878 color: #999; } | |
22879 | |
22880 .icon-box header img { | |
22881 height: 1.66667em; | |
22882 width: 1.66667em; | |
22883 max-width: none; } | |
22884 | |
22885 .icon-box section h5 { | |
22886 margin-bottom: 1.25rem; } | |
22887 | |
22888 .icon-box section p { | |
22889 line-height: 1.78571em; | |
22890 font-size: 1em; } | |
22891 .icon-box section p:last-child { | |
22892 margin-bottom: 0; } | |
22893 | |
22894 .icon-box-xs header a { | |
22895 font-size: 0.75rem; } | |
22896 | |
22897 .icon-box-sm header a { | |
22898 font-size: 1rem; } | |
22899 | |
22900 .icon-box-lg header a { | |
22901 font-size: 1.5rem; } | |
22902 | |
22903 .icon-box-xl header a { | |
22904 font-size: 1.75rem; } | |
22905 | |
22906 .icon-box-centered { | |
22907 padding: 2.85714em 1.42857em 2.14286em; | |
22908 text-align: center; } | |
22909 .icon-box-centered header { | |
22910 display: -webkit-box; | |
22911 display: -ms-flexbox; | |
22912 display: flex; | |
22913 -webkit-box-pack: center; | |
22914 -ms-flex-pack: center; | |
22915 justify-content: center; | |
22916 -webkit-box-align: center; | |
22917 -ms-flex-align: center; | |
22918 align-items: center; } | |
22919 .icon-box-centered section { | |
22920 margin-top: 2.14286em; } | |
22921 .icon-box-centered h5 { | |
22922 margin-bottom: 1.66667em; } | |
22923 | |
22924 .icon-box-side { | |
22925 display: -webkit-box; | |
22926 display: -ms-flexbox; | |
22927 display: flex; | |
22928 margin: 2.14286em 0; } | |
22929 .icon-box-side header { | |
22930 margin: 0 1.42857em; } | |
22931 .icon-box-side a { | |
22932 display: -webkit-box; | |
22933 display: -ms-flexbox; | |
22934 display: flex; } | |
22935 .icon-box-side .icon-box-title { | |
22936 margin-top: 0; } | |
22937 .icon-box-side section { | |
22938 -webkit-box-flex: 1; | |
22939 -ms-flex: 1; | |
22940 flex: 1; } | |
22941 | |
22942 .icon-box-circle-bg header a { | |
22943 color: #fff; | |
22944 background: #999; } | |
22945 | |
22946 .icon-box-circle header a { | |
22947 border-radius: 100px; | |
22948 height: 2em; | |
22949 width: 2em; | |
22950 display: -webkit-box; | |
22951 display: -ms-flexbox; | |
22952 display: flex; | |
22953 -webkit-box-pack: center; | |
22954 -ms-flex-pack: center; | |
22955 justify-content: center; | |
22956 -webkit-box-align: center; | |
22957 -ms-flex-align: center; | |
22958 align-items: center; } | |
22959 | |
22960 .icon-box-circle.icon-box-xs header a { | |
22961 font-size: 0.625rem; } | |
22962 | |
22963 .icon-box-circle.icon-box-sm header a { | |
22964 font-size: 0.875rem; } | |
22965 | |
22966 .icon-box-circle.icon-box-lg header a { | |
22967 font-size: 1.5rem; } | |
22968 | |
22969 .icon-box-circle.icon-box-xl header a { | |
22970 font-size: 1.875rem; } | |
22971 | |
22972 .icon-box-outline header a { | |
22973 padding: 1em; | |
22974 border: 1px solid #999; } | |
22975 | |
22976 .icon-box-outline-thick header a { | |
22977 border: 2px solid #999; } | |
22978 | |
22979 .icon-box-outline-thicker header a { | |
22980 border: 3px solid #999; } | |
22981 | |
22982 .icon-box-outline-thickest header a { | |
22983 border: 4px solid #999; } | |
22984 | |
22985 .icon-box-outline.icon-box-xs header a { | |
22986 font-size: 0.625rem; } | |
22987 | |
22988 .icon-box-outline.icon-box-sm header a { | |
22989 font-size: 0.875rem; } | |
22990 | |
22991 .icon-box-outline.icon-box-lg header a { | |
22992 font-size: 1.5rem; } | |
22993 | |
22994 .icon-box-outline.icon-box-xl header a { | |
22995 font-size: 1.875rem; } | |
22996 | |
22997 .icon-box-circle-bg header a, .icon-box-circle-bg header i, | |
22998 [class^='icon-box-outline'] header a, | |
22999 [class^='icon-box-outline'] header i { | |
23000 display: -webkit-box; | |
23001 display: -ms-flexbox; | |
23002 display: flex; | |
23003 -webkit-box-pack: center; | |
23004 -ms-flex-pack: center; | |
23005 justify-content: center; | |
23006 -webkit-box-align: center; | |
23007 -ms-flex-align: center; | |
23008 align-items: center; } | |
23009 | |
23010 .icon-box-circle-bg header a, | |
23011 [class^='icon-box-outline'] header a { | |
23012 font-size: 1.42857em; | |
23013 height: 2em; | |
23014 width: 2em; | |
23015 text-align: center; | |
23016 border-radius: 100%; } | |
23017 | |
23018 .icon-box-circle-bg header i, | |
23019 [class^='icon-box-outline'] header i { | |
23020 font-size: 1em; | |
23021 line-height: 1; } | |
23022 | |
23023 .icon-box-circle-bg.icon-box-xs header a, | |
23024 [class^='icon-box-outline'].icon-box-xs header a { | |
23025 font-size: 0.625rem; } | |
23026 | |
23027 .icon-box-circle-bg.icon-box-sm header a, | |
23028 [class^='icon-box-outline'].icon-box-sm header a { | |
23029 font-size: 0.875rem; } | |
23030 | |
23031 .icon-box-circle-bg.icon-box-lg header a, | |
23032 [class^='icon-box-outline'].icon-box-lg header a { | |
23033 font-size: 1.5rem; } | |
23034 | |
23035 .icon-box-circle-bg.icon-box-xl header a, | |
23036 [class^='icon-box-outline'].icon-box-xl header a { | |
23037 font-size: 1.875rem; } | |
23038 | |
23039 /* Media Elements | |
23040 ========================*/ | |
23041 .mejs__container { | |
23042 max-width: 100%; | |
23043 width: 100% !important; | |
23044 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; } | |
23045 .mejs__container.mejs__video { | |
23046 background: none; } | |
23047 | |
23048 .mejs__overlay { | |
23049 width: 100% !important; } | |
23050 | |
23051 .mejs__mediaelement * { | |
23052 width: 100% !important; | |
23053 max-width: 100%; } | |
23054 | |
23055 .mejs__overlay-button { | |
23056 background: none; | |
23057 color: #fff; | |
23058 height: 3.75rem; | |
23059 width: 3.75rem; } | |
23060 .mejs__overlay-button:before { | |
23061 content: '\e99e'; | |
23062 font-family: 'feather'; | |
23063 font-size: 3.75rem; | |
23064 line-height: 3.75rem; } | |
23065 | |
23066 .video { | |
23067 max-width: 100%; } | |
23068 | |
23069 .no-control-onstart.mejs__video--playing .mejs__controls { | |
23070 display: block; } | |
23071 | |
23072 .no-controls-onstart:not(.mejs__video--playing) .mejs__controls { | |
23073 display: none; } | |
23074 | |
23075 .mejs__container.style-2 .mejs__controls { | |
23076 background: #444; } | |
23077 | |
23078 .mejs__container.style-2 .mejs__time-rail { | |
23079 position: absolute; | |
23080 top: -7px; | |
23081 right: 0; | |
23082 left: 0; | |
23083 width: 100% !important; | |
23084 height: 3px; | |
23085 margin: 0; | |
23086 padding: 0; } | |
23087 | |
23088 .mejs__container.style-2 .mejs__time-buffering, .mejs__container.style-2 .mejs__time-current, .mejs__container.style-2 .mejs__time-float, .mejs__container.style-2 .mejs__time-float-corner, .mejs__container.style-2 .mejs__time-float-current, .mejs__container.style-2 .mejs__time-hovered, .mejs__container.style-2 .mejs__time-loaded, .mejs__container.style-2 .mejs__time-marker, .mejs__container.style-2 .mejs__time-total { | |
23089 height: 3px; } | |
23090 | |
23091 .mejs__container.style-2 .mejs__time-total { | |
23092 background: #fff; } | |
23093 | |
23094 .mejs__container.style-2 .mejs__time-loaded { | |
23095 background: rgba(130, 83, 235, 0.4); } | |
23096 | |
23097 .mejs__container.style-2 .mejs__time-current { | |
23098 background: #8253eb; } | |
23099 | |
23100 .mejs__container.style-2 .mejs__time-hovered { | |
23101 background: #6125e6; } | |
23102 | |
23103 .mejs__container.style-2 .mejs__time-float, | |
23104 .mejs__container.style-2 .mejs__time-handle { | |
23105 display: none !important; } | |
23106 | |
23107 .mejs__container.style-2 .mejs__volume-button > button, | |
23108 .mejs__container.style-2 .mejs__playpause-button > button, | |
23109 .mejs__container.style-2 .mejs__fullscreen-button > button { | |
23110 background: none; } | |
23111 .mejs__container.style-2 .mejs__volume-button > button::before, | |
23112 .mejs__container.style-2 .mejs__playpause-button > button::before, | |
23113 .mejs__container.style-2 .mejs__fullscreen-button > button::before { | |
23114 font-family: 'Material Icons'; | |
23115 vertical-align: middle; | |
23116 text-rendering: optimizeLegibility; | |
23117 -webkit-font-feature-settings: 'liga'; | |
23118 font-feature-settings: 'liga'; | |
23119 font-size: 1.5rem; | |
23120 height: 1em; | |
23121 width: 1em; | |
23122 color: #fff; } | |
23123 | |
23124 .mejs__container.style-2 .mejs__fullscreen-button { | |
23125 float: right; } | |
23126 .mejs__container.style-2 .mejs__fullscreen-button > button::before { | |
23127 content: 'fullscreen'; } | |
23128 .mejs__container.style-2 .mejs__fullscreen-button.mejs__unfullscreen > button::before { | |
23129 content: 'fullscreen_exit'; } | |
23130 | |
23131 .mejs__container.style-2 .mejs__playpause-button.mejs__play > button::before { | |
23132 content: 'play_arrow'; } | |
23133 | |
23134 .mejs__container.style-2 .mejs__playpause-button.mejs__pause > button::before { | |
23135 content: 'pause'; } | |
23136 | |
23137 .mejs__container.style-2 .mejs__volume-button { | |
23138 padding-left: 0; | |
23139 padding-right: 0; } | |
23140 .mejs__container.style-2 .mejs__volume-button > button::before { | |
23141 content: 'volume_up'; } | |
23142 .mejs__container.style-2 .mejs__volume-button.mejs__unmute > button::before { | |
23143 content: 'volume_off'; } | |
23144 | |
23145 .mejs__container.style-2 .mejs__overlay-button:before { | |
23146 font-family: 'Material Icons'; | |
23147 content: 'play_arrow'; } | |
23148 | |
23149 .mejs__container.style-2 .mejs__duration-container { | |
23150 opacity: 0.5; } | |
23151 .mejs__container.style-2 .mejs__duration-container:before { | |
23152 content: '\002f '; | |
23153 margin-right: .5em; } | |
23154 | |
23155 /******************************** | |
23156 ********************************* | |
23157 Contacts | |
23158 ********************************* | |
23159 *********************************/ | |
23160 .contact-list { | |
23161 position: relative; | |
23162 width: 100%; | |
23163 max-height: 100%; | |
23164 margin: 15px 0; } | |
23165 .contact-list tr { | |
23166 border-bottom: 1px solid #eef1f2; } | |
23167 .contact-list td { | |
23168 vertical-align: middle; | |
23169 font-family: "Montserrat", sans-serif; | |
23170 letter-spacing: -0.05em; | |
23171 color: #444; | |
23172 font-weight: 500; | |
23173 line-height: 1.5; | |
23174 padding: 10px 0; } | |
23175 .contact-list td a { | |
23176 color: #444; } | |
23177 .contact-list td small { | |
23178 font-size: 0.92857em; | |
23179 font-weight: 300; | |
23180 color: #bbb; } | |
23181 .contact-list td small a { | |
23182 color: #bbb; | |
23183 text-decoration: underline; } | |
23184 .contact-list td figure { | |
23185 margin-bottom: 0; } | |
23186 .contact-list a { | |
23187 color: #999; } | |
23188 .contact-list a:hover { | |
23189 color: #8253eb; } | |
23190 .contact-list .list-icon { | |
23191 font-size: 1.28571em; | |
23192 color: #666; } | |
23193 .contact-list .unread td { | |
23194 font-weight: 600; } | |
23195 .contact-list label { | |
23196 margin-bottom: 0; } | |
23197 | |
23198 .contact-list-user { | |
23199 position: relative; | |
23200 z-index: 12; } | |
23201 .contact-list-user input[type="checkbox"], | |
23202 .contact-list-user figure { | |
23203 cursor: pointer; | |
23204 margin-bottom: 0; | |
23205 padding: 2px; } | |
23206 .contact-list-user input[type="checkbox"] { | |
23207 position: absolute; | |
23208 margin: 0; | |
23209 opacity: 0; } | |
23210 .contact-list-user figure { | |
23211 border: 2px solid transparent; | |
23212 display: -webkit-box; | |
23213 display: -ms-flexbox; | |
23214 display: flex; | |
23215 -webkit-box-pack: center; | |
23216 -ms-flex-pack: center; | |
23217 justify-content: center; | |
23218 -webkit-box-align: center; | |
23219 -ms-flex-align: center; | |
23220 align-items: center; | |
23221 border-radius: 100%; } | |
23222 .contact-list-user input:checked + figure { | |
23223 border-color: #e6614f; } | |
23224 | |
23225 .contact-list-message .badge, .contact-list-message .label { | |
23226 border-radius: 3px; | |
23227 text-transform: uppercase; | |
23228 font-size: 0.78571em; | |
23229 letter-spacing: 0.03571em; } | |
23230 | |
23231 .contact-list-badge { | |
23232 text-align: right; } | |
23233 | |
23234 .contact-info { | |
23235 position: relative; | |
23236 border: 1px solid rgba(238, 241, 242, 0.5); | |
23237 padding: 2.14286em 1.42857em; | |
23238 text-align: center; } | |
23239 .contact-info header.padded-reverse { | |
23240 position: relative; | |
23241 min-height: 155px; | |
23242 background-color: #8253eb; | |
23243 background-position: center; | |
23244 background-repeat: no-repeat; | |
23245 background-size: cover; } | |
23246 .contact-info header.padded-reverse figure { | |
23247 position: absolute; | |
23248 bottom: 0; | |
23249 left: 50%; | |
23250 -webkit-transform: translateX(-50%) translateY(50%); | |
23251 transform: translateX(-50%) translateY(50%); } | |
23252 .contact-info .social-ratings { | |
23253 margin-top: 40px; | |
23254 border-top: 1px solid #eef1f2; } | |
23255 .contact-info .social-ratings .col-md-4 { | |
23256 padding: 15px 0; | |
23257 border-left: 1px solid #eef1f2; } | |
23258 .contact-info .social-ratings .col-md-4:first-child { | |
23259 border: 0; } | |
23260 | |
23261 .contact-info-list-border { | |
23262 margin-top: 20px; } | |
23263 .contact-info-list-border .widget-body { | |
23264 border: 1px solid #eef1f2; } | |
23265 | |
23266 .contact-details-tab { | |
23267 border-color: #eef1f2; | |
23268 left: -1px; } | |
23269 .contact-details-tab .nav-item a { | |
23270 padding: 0 50px; | |
23271 line-height: 60px; | |
23272 display: inline-block; | |
23273 text-transform: uppercase; | |
23274 font-family: "Montserrat", sans-serif; | |
23275 font-weight: 600; | |
23276 color: #bbb; } | |
23277 .contact-details-tab .nav-item a:hover { | |
23278 background: transparent; | |
23279 border-color: #eef1f2; } | |
23280 .contact-details-tab .nav-item a.active { | |
23281 background: #fff; | |
23282 border-top-left-radius: .125em; | |
23283 border-top-right-radius: .125em; | |
23284 border-color: #eef1f2 #eef1f2 #fff; } | |
23285 | |
23286 .contact-details-cell { | |
23287 border: 1px solid #eef1f2; | |
23288 margin-bottom: 6px; | |
23289 padding: 20px 22px 18px; | |
23290 overflow: hidden; | |
23291 color: #666; | |
23292 display: -webkit-box; | |
23293 display: -ms-flexbox; | |
23294 display: flex; | |
23295 -webkit-box-align: center; | |
23296 -ms-flex-align: center; | |
23297 align-items: center; } | |
23298 .contact-details-cell small { | |
23299 padding-right: 20px; } | |
23300 .contact-details-cell span { | |
23301 -webkit-box-flex: 1; | |
23302 -ms-flex: 1; | |
23303 flex: 1; | |
23304 -ms-flex-item-align: end; | |
23305 align-self: flex-end; | |
23306 font-size: 1em; | |
23307 margin: 0; | |
23308 text-align: right; } | |
23309 body.rtl .contact-details-cell span { | |
23310 text-align: left; } | |
23311 | |
23312 .contact-details-textarea p { | |
23313 width: 80%; | |
23314 margin-left: 20%; | |
23315 text-align: left; } | |
23316 | |
23317 .contact-list-right .mail-list-user { | |
23318 width: 100px; } | |
23319 | |
23320 @media (max-width: 767px) { | |
23321 .contact-list-right .mail-list-user, | |
23322 .contact-list-right .mail-list-time { | |
23323 display: none; } | |
23324 .contact-list-right .mail-list-name { | |
23325 padding-left: 2em; } } | |
23326 | |
23327 .contact-list-right td { | |
23328 padding: 0.71429em 0; | |
23329 position: relative; } | |
23330 | |
23331 .contact-list-right td label { | |
23332 position: absolute; | |
23333 top: 50%; | |
23334 -webkit-transform: translateY(-50%); | |
23335 transform: translateY(-50%); } | |
23336 | |
23337 .contact-list-right tr:first-child td label { | |
23338 top: calc(50% + 5px); } | |
23339 | |
23340 .contact-list-right .mail-list-name > a { | |
23341 font-weight: 700; | |
23342 display: block; } | |
23343 | |
23344 .contact-list-right .mail-list-name .text-muted a { | |
23345 color: #8d9ea7; | |
23346 text-decoration: underline; } | |
23347 | |
23348 /******************************** | |
23349 ********************************* | |
23350 Chats | |
23351 ********************************* | |
23352 *********************************/ | |
23353 .chatbox { | |
23354 color: #444; } | |
23355 .chatbox small { | |
23356 color: #444; } | |
23357 .chatbox > [class*="col"] { | |
23358 height: 100%; | |
23359 display: -webkit-box; | |
23360 display: -ms-flexbox; | |
23361 display: flex; | |
23362 -webkit-box-orient: vertical; | |
23363 -webkit-box-direction: normal; | |
23364 -ms-flex-direction: column; | |
23365 flex-direction: column; } | |
23366 | |
23367 .chatbox-body { | |
23368 -webkit-box-flex: 1; | |
23369 -ms-flex: 1; | |
23370 flex: 1; } | |
23371 | |
23372 .chatbox-header { | |
23373 height: 6.875rem; | |
23374 display: -webkit-box; | |
23375 display: -ms-flexbox; | |
23376 display: flex; | |
23377 -webkit-box-align: center; | |
23378 -ms-flex-align: center; | |
23379 align-items: center; } | |
23380 | |
23381 .chatbox-user-list .user-name { | |
23382 line-height: 1; } | |
23383 | |
23384 .chatbox-user-list small { | |
23385 font-size: 0.71429em; } | |
23386 | |
23387 .chatbox-user-list .icon-box header a { | |
23388 border: 1px solid rgba(153, 153, 153, 0.2); } | |
23389 | |
23390 .chatbox-user-list .user-list-single { | |
23391 padding: 0 1rem; | |
23392 position: relative; | |
23393 margin-bottom: 1.5rem; } | |
23394 | |
23395 .chatbox-messages { | |
23396 padding: 1rem; } | |
23397 .chatbox-messages .message { | |
23398 margin-bottom: 1rem; | |
23399 -webkit-box-orient: horizontal; | |
23400 -webkit-box-direction: reverse; | |
23401 -ms-flex-flow: row-reverse; | |
23402 flex-flow: row-reverse; | |
23403 -webkit-box-align: start; | |
23404 -ms-flex-align: start; | |
23405 align-items: flex-start; } | |
23406 .chatbox-messages .message figure { | |
23407 margin-left: 1rem; } | |
23408 .chatbox-messages .message .media-body { | |
23409 display: -webkit-box; | |
23410 display: -ms-flexbox; | |
23411 display: flex; | |
23412 -webkit-box-orient: vertical; | |
23413 -webkit-box-direction: normal; | |
23414 -ms-flex-direction: column; | |
23415 flex-direction: column; | |
23416 -webkit-box-align: end; | |
23417 -ms-flex-align: end; | |
23418 align-items: flex-end; } | |
23419 .chatbox-messages .message p { | |
23420 max-width: 50%; | |
23421 margin-bottom: .5em; | |
23422 padding: .5em 1em; | |
23423 background: #8253eb; | |
23424 color: #fff; | |
23425 border-radius: 3px; | |
23426 position: relative; } | |
23427 .chatbox-messages .message p:first-child { | |
23428 margin-top: .5em; } | |
23429 .chatbox-messages .message p:first-child::after, .chatbox-messages .message p:first-child::before { | |
23430 content: ''; | |
23431 position: absolute; | |
23432 top: 50%; | |
23433 right: -7px; | |
23434 height: 0; | |
23435 width: 0; | |
23436 display: block; | |
23437 border-style: solid; | |
23438 border-width: 5px 0 5px 7px; | |
23439 border-color: transparent transparent transparent #8253eb; | |
23440 -webkit-transform: translateY(-50%); | |
23441 transform: translateY(-50%); | |
23442 border-radius: 0; | |
23443 border-top-left-radius: 3px; | |
23444 border-bottom-left-radius: 3px; } | |
23445 .chatbox-messages .message.reply { | |
23446 -webkit-box-orient: horizontal; | |
23447 -webkit-box-direction: normal; | |
23448 -ms-flex-flow: row; | |
23449 flex-flow: row; | |
23450 -webkit-box-align: start; | |
23451 -ms-flex-align: start; | |
23452 align-items: flex-start; } | |
23453 .chatbox-messages .message.reply .media-body { | |
23454 -webkit-box-align: start; | |
23455 -ms-flex-align: start; | |
23456 align-items: flex-start; } | |
23457 .chatbox-messages .message.reply figure { | |
23458 margin-left: auto; | |
23459 margin-right: 1rem; } | |
23460 .chatbox-messages .message.reply p { | |
23461 color: #999; | |
23462 background: #fff; | |
23463 border: 1px solid #eef1f2; | |
23464 border-radius: 3px; } | |
23465 .chatbox-messages .message.reply p:first-child { | |
23466 border-top-right-radius: 3px; | |
23467 border-bottom-right-radius: 3px; } | |
23468 .chatbox-messages .message.reply p:first-child::before { | |
23469 right: auto; | |
23470 left: -8px; | |
23471 border-width: 5px 7px 5px 0; | |
23472 border-color: transparent #eef1f2 transparent transparent; } | |
23473 .chatbox-messages .message.reply p:first-child::after { | |
23474 right: auto; | |
23475 left: -7px; | |
23476 border-width: 5px 7px 5px 0; | |
23477 border-color: transparent #fff transparent transparent; } | |
23478 body.rtl .chatbox-messages .message figure { | |
23479 margin-left: 0; | |
23480 margin-right: 1rem; } | |
23481 body.rtl .chatbox-messages .message p:first-child { | |
23482 border-radius: 0; | |
23483 border-top-right-radius: 3px; | |
23484 border-bottom-right-radius: 3px; } | |
23485 body.rtl .chatbox-messages .message p:first-child::before, body.rtl .chatbox-messages .message p:first-child::after { | |
23486 right: auto; | |
23487 left: -7px; | |
23488 border-width: 5px 7px 5px 0; | |
23489 border-color: transparent #8253eb transparent transparent; } | |
23490 body.rtl .chatbox-messages .message.reply p:first-child { | |
23491 border-radius: 0; | |
23492 border-top-left-radius: 3px; | |
23493 border-bottom-left-radius: 3px; } | |
23494 body.rtl .chatbox-messages .message.reply p:first-child::before, body.rtl .chatbox-messages .message.reply p:first-child::after { | |
23495 left: auto; | |
23496 right: -7px; | |
23497 border-width: 5px 0 5px 7px; | |
23498 border-color: transparent transparent transparent #eef1f2; } | |
23499 body.rtl .chatbox-messages .message.reply p:first-child::after { | |
23500 right: -6px; | |
23501 border-color: transparent transparent transparent #fff; } | |
23502 body.rtl .chatbox-messages .message.reply figure { | |
23503 margin-right: 0; | |
23504 margin-left: 1rem; } | |
23505 | |
23506 /******************************** | |
23507 ********************************* | |
23508 Site Map | |
23509 ********************************* | |
23510 *********************************/ | |
23511 .sitemap { | |
23512 position: relative; } | |
23513 .sitemap i { | |
23514 font-size: 1.28571em; | |
23515 vertical-align: top; | |
23516 top: 2px; } | |
23517 .sitemap a { | |
23518 color: #7c8d96; } | |
23519 .sitemap a:hover { | |
23520 color: #8253eb; } | |
23521 .sitemap ul { | |
23522 margin-left: 1.07143em; } | |
23523 .sitemap li { | |
23524 position: relative; | |
23525 padding-left: 2.85714em; | |
23526 padding-top: 0.21429em; } | |
23527 .sitemap li.menu-item-has-children > ul { | |
23528 margin-top: 0.71429em; | |
23529 margin-left: 1.78571em; } | |
23530 .sitemap li::before { | |
23531 content: ""; | |
23532 position: absolute; | |
23533 left: 0.5em; | |
23534 top: -0.85714em; | |
23535 height: 1.78571em; | |
23536 width: 2.5em; | |
23537 border-bottom: 0.0625rem solid #ddd; | |
23538 border-left: 0.0625rem solid #ddd; } | |
23539 body.rtl .sitemap li { | |
23540 padding-left: 0; | |
23541 padding-right: 2.85714em; } | |
23542 body.rtl .sitemap li:before { | |
23543 left: auto; | |
23544 right: 0; | |
23545 border-left: 0; | |
23546 border-right: 1px solid #eef1f2; } | |
23547 | |
23548 .sitemap-default a, | |
23549 .sitemap-right a { | |
23550 margin-left: 0.71429em; } | |
23551 | |
23552 .sitemap-right strong { | |
23553 color: #8253eb; | |
23554 text-transform: uppercase; | |
23555 font-size: 1.07143em; | |
23556 font-weight: 500; } | |
23557 | |
23558 /******************************** | |
23559 ********************************* | |
23560 E-Commerce Products | |
23561 ********************************* | |
23562 *********************************/ | |
23563 .ecommerce-products li { | |
23564 margin-bottom: 2.14286em; } | |
23565 .ecommerce-products li:nth-child(3n+1) { | |
23566 clear: both; } | |
23567 @media (max-width: 991px) { | |
23568 .ecommerce-products li:nth-child(3n+1) { | |
23569 clear: none; } | |
23570 .ecommerce-products li:nth-child(odd) { | |
23571 clear: both; } } | |
23572 | |
23573 .ecommerce-products .card { | |
23574 -webkit-transition: all .2s; | |
23575 transition: all .2s; } | |
23576 .ecommerce-products .card:hover { | |
23577 -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); | |
23578 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); | |
23579 -webkit-transform: scale(1.01); | |
23580 transform: scale(1.01); } | |
23581 .ecommerce-products .card .card-header { | |
23582 position: relative; } | |
23583 .ecommerce-products .card .card-header .triangle-top-right { | |
23584 position: absolute; | |
23585 display: inline-block; | |
23586 width: 0; | |
23587 height: 0; | |
23588 top: 0; | |
23589 right: 0; | |
23590 border-style: solid; | |
23591 border-width: 0 80px 80px 0; | |
23592 border-color: transparent #8253eb transparent transparent; } | |
23593 .ecommerce-products .card .card-header .triangle-top-right::after { | |
23594 content: "\e925"; | |
23595 font-family: "feather"; | |
23596 color: #fff; | |
23597 font-size: 1.42857em; | |
23598 position: absolute; | |
23599 left: 2.25em; | |
23600 top: 0.5em; } | |
23601 .ecommerce-products .card .card-footer { | |
23602 border-color: #eef1f2; | |
23603 background: none; } | |
23604 .ecommerce-products .card .card-footer div { | |
23605 border-right: 1px solid #eef1f2; } | |
23606 .ecommerce-products .card .card-footer div:last-child { | |
23607 border: none; } | |
23608 .ecommerce-products .card .card-footer div a { | |
23609 color: #bbb; } | |
23610 .ecommerce-products .card .card-footer div:hover a { | |
23611 color: #8253eb; } | |
23612 | |
23613 body.rtl .ecommerce-products .card .card-footer div { | |
23614 border-right: 0; | |
23615 border-left: 1px solid #eef1f2; } | |
23616 body.rtl .ecommerce-products .card .card-footer div:last-child { | |
23617 border: none; } | |
23618 | |
23619 .invoice-sum li { | |
23620 background: rgba(0, 0, 0, 0.05); | |
23621 margin-bottom: 0.14286em; | |
23622 padding: 0.35714em 0.71429em; } | |
23623 | |
23624 /******************************** | |
23625 ********************************* | |
23626 Weather | |
23627 ********************************* | |
23628 *********************************/ | |
23629 .weather-card-image figure { | |
23630 overflow: hidden; | |
23631 height: 20.71429em; | |
23632 position: relative; | |
23633 background-size: cover; | |
23634 background-position: center center; | |
23635 margin-bottom: 0; } | |
23636 | |
23637 .weather-card-image img { | |
23638 width: 100%; } | |
23639 | |
23640 .weather-card-image figcaption { | |
23641 position: absolute; | |
23642 top: 0; | |
23643 right: 0; | |
23644 bottom: 0; | |
23645 left: 0; } | |
23646 .weather-card-image figcaption h6 { | |
23647 position: absolute; | |
23648 bottom: 0.71429em; } | |
23649 .weather-card-image figcaption span { | |
23650 position: absolute; | |
23651 right: 1em; | |
23652 bottom: 0.5em; | |
23653 font-size: 1.42857em; } | |
23654 .weather-card-image figcaption span sup { | |
23655 font-size: 0.5em; | |
23656 vertical-align: super; } | |
23657 | |
23658 .weather-card-image .weather-footer div { | |
23659 padding: 0 1.07143em; | |
23660 margin: 2.14286em 0 2.14286em 0; | |
23661 border-left: 0.0625rem solid #eee; } | |
23662 .weather-card-image .weather-footer div:first-child { | |
23663 border: 0; } | |
23664 | |
23665 .weather-card-image-dark { | |
23666 position: relative; | |
23667 height: 30.71429em; | |
23668 overflow: hidden; | |
23669 background-size: cover; | |
23670 background-position: center center; } | |
23671 .weather-card-image-dark i { | |
23672 position: absolute; | |
23673 text-align: center; | |
23674 top: 50%; | |
23675 left: 50%; | |
23676 -webkit-transform: translateY(-50%) translateX(-50%); | |
23677 transform: translateY(-50%) translateX(-50%); | |
23678 font-size: 3.57143em; } | |
23679 .weather-card-image-dark .weather-caption { | |
23680 position: absolute; | |
23681 bottom: 2.14286em; | |
23682 left: 1.42857em; } | |
23683 .weather-card-image-dark .weather-date { | |
23684 padding: 0.71429em 1.07143em; | |
23685 position: absolute; | |
23686 bottom: 3.21429em; | |
23687 right: 0; } | |
23688 | |
23689 .weather-status { | |
23690 font-size: 2.14286em; | |
23691 margin-left: -0.33333em; } | |
23692 | |
23693 .weather-card-default table tr td { | |
23694 border: 0; } | |
23695 | |
23696 .weather-card-default li { | |
23697 padding: 0 0.9375em; | |
23698 font-size: 1.14286em; } | |
23699 | |
23700 .weather-card-simple h3 { | |
23701 font-weight: 400; } | |
23702 | |
23703 .weather-card-simple i { | |
23704 font-size: 2.5em; | |
23705 margin-top: 0.28571em; } | |
23706 | |
23707 /******************************** | |
23708 ********************************* | |
23709 To Do App | |
23710 ********************************* | |
23711 *********************************/ | |
23712 .todo-widget { | |
23713 padding-bottom: 1.42857em; | |
23714 display: -webkit-box; | |
23715 display: -ms-flexbox; | |
23716 display: flex; | |
23717 -webkit-box-orient: vertical; | |
23718 -webkit-box-direction: normal; | |
23719 -ms-flex-direction: column; | |
23720 flex-direction: column; } | |
23721 .todo-widget .list-group { | |
23722 -webkit-box-flex: 1; | |
23723 -ms-flex: 1; | |
23724 flex: 1; | |
23725 margin-bottom: 1.42857em; } | |
23726 .todo-widget input { | |
23727 height: 3.21429em; } | |
23728 .todo-widget .list-group-item { | |
23729 margin: 0; | |
23730 padding: 0; | |
23731 border: 0; } | |
23732 .todo-widget .list-group-item.checked .label-text { | |
23733 font-style: italic; | |
23734 text-decoration: line-through; } | |
23735 .todo-widget .list-group-item:hover { | |
23736 background: #f9f9f9; } | |
23737 .todo-widget .list-group-item:hover .edit-item, | |
23738 .todo-widget .list-group-item:hover .delete-item { | |
23739 opacity: 1; } | |
23740 @media (max-width: 767px) { | |
23741 .todo-widget .list-group-item .label-text { | |
23742 padding-right: 5em; } | |
23743 .todo-widget .list-group-item .edit-item, | |
23744 .todo-widget .list-group-item .delete-item { | |
23745 opacity: 1; } } | |
23746 @media (min-width: 768px) and (max-width: 1023px) { | |
23747 .todo-widget { | |
23748 opacity: 1; } | |
23749 .todo-widget .list-group-item .label-text { | |
23750 padding-right: 3.21429em; } | |
23751 .todo-widget .list-group-item .delete-item, | |
23752 .todo-widget .list-group-item .edit-item { | |
23753 opacity: 1; } } | |
23754 .todo-widget label { | |
23755 display: block; | |
23756 position: relative; | |
23757 padding: 1.07143em; | |
23758 font-weight: normal; | |
23759 cursor: pointer; | |
23760 -webkit-box-flex: 1; | |
23761 -ms-flex: 1; | |
23762 flex: 1; | |
23763 margin-bottom: 0; } | |
23764 .todo-widget label input[type="checkbox"] { | |
23765 display: none; } | |
23766 .todo-widget label .label-text { | |
23767 display: block; } | |
23768 .todo-widget .edit-item, | |
23769 .todo-widget .delete-item { | |
23770 position: absolute; | |
23771 top: 50%; | |
23772 right: 0.625em; | |
23773 color: #999; | |
23774 opacity: 0; | |
23775 -webkit-transition: all 0.3s ease; | |
23776 transition: all 0.3s ease; | |
23777 -webkit-transform: translateY(-50%); | |
23778 transform: translateY(-50%); | |
23779 cursor: pointer; | |
23780 font-size: 1.14286em; | |
23781 background: #03a9f3; | |
23782 color: #fff; | |
23783 height: 1.875em; | |
23784 width: 1.875em; | |
23785 line-height: 1.875em; | |
23786 text-align: center; | |
23787 border-radius: 100px; } | |
23788 .todo-widget .edit-item { | |
23789 right: 3.125em; } | |
23790 .todo-widget .edit-field { | |
23791 position: relative; } | |
23792 .todo-widget .edit-field input { | |
23793 padding-right: 3.57143em; } | |
23794 .todo-widget .edit-field .submit-btn { | |
23795 position: absolute; | |
23796 top: 50%; | |
23797 right: 0.66667em; | |
23798 -webkit-transform: translateY(-50%); | |
23799 transform: translateY(-50%); | |
23800 height: 2em; | |
23801 width: 2em; | |
23802 line-height: 1.8em; | |
23803 font-size: 1.07143em; | |
23804 padding: 0; | |
23805 border-radius: 100px; | |
23806 text-align: center; } | |
23807 .todo-widget .edit-field .submit-btn i { | |
23808 font-size: 1.06667em; } | |
23809 | |
23810 /******************************** | |
23811 ********************************* | |
23812 Kanban | |
23813 ********************************* | |
23814 *********************************/ | |
23815 /* Kanban Widget | |
23816 ========================*/ | |
23817 .kanban-widget { | |
23818 overflow-x: auto; } | |
23819 .kanban-widget .category-list { | |
23820 display: -webkit-box; | |
23821 display: -ms-flexbox; | |
23822 display: flex; | |
23823 -webkit-box-orient: horizontal; | |
23824 -webkit-box-direction: normal; | |
23825 -ms-flex-flow: row; | |
23826 flex-flow: row; | |
23827 -ms-flex-wrap: nowrap; | |
23828 flex-wrap: nowrap; | |
23829 -webkit-box-align: start; | |
23830 -ms-flex-align: start; | |
23831 align-items: flex-start; } | |
23832 .kanban-widget .category-item { | |
23833 padding: 1.5em; | |
23834 background: #fff; | |
23835 margin-right: 1em; | |
23836 width: 100%; | |
23837 -webkit-box-flex: 1; | |
23838 -ms-flex: 1; | |
23839 flex: 1; | |
23840 height: calc(100vh - $nav-height); } | |
23841 .kanban-widget .category-item:last-of-type { | |
23842 margin-right: 0; } | |
23843 .kanban-widget .category-item .add-new-task { | |
23844 cursor: pointer; } | |
23845 .kanban-widget .category-title { | |
23846 margin-top: 0; | |
23847 margin-bottom: 1.5em; } | |
23848 .kanban-widget .task-item { | |
23849 background: #f5f7fa; | |
23850 margin-bottom: 1.42857em; | |
23851 padding: 1em; | |
23852 position: relative; | |
23853 cursor: pointer; | |
23854 -webkit-transition: all 0.3s ease-in-out; | |
23855 transition: all 0.3s ease-in-out; } | |
23856 .kanban-widget .task-item:hover { | |
23857 background: #e4e9f2; } | |
23858 .kanban-widget .task-item .badge, .kanban-widget .task-item .label { | |
23859 font-size: 0.875rem; } | |
23860 .kanban-widget .task-label { | |
23861 position: absolute; | |
23862 top: -2px; | |
23863 right: 10px; | |
23864 line-height: 1; } | |
23865 .kanban-widget .task-title { | |
23866 margin: 0 0 .5em; } | |
23867 .kanban-widget .task-item:hover .task-users figure { | |
23868 border-color: #e4e9f2; } | |
23869 .kanban-widget .task-users figure { | |
23870 margin-bottom: 0; | |
23871 margin-left: -20px; | |
23872 border: 5px solid #f5f7fa; | |
23873 border-radius: 100px; | |
23874 -webkit-transition: all 0.3s ease-in-out; | |
23875 transition: all 0.3s ease-in-out; } | |
23876 .kanban-widget .task-users figure:first-child { | |
23877 margin-left: 0; } | |
23878 | |
23879 /******************************** | |
23880 ********************************* | |
23881 Custom Scroll | |
23882 ********************************* | |
23883 *********************************/ | |
23884 .custom-scroll-content { | |
23885 height: 16.42857em; } | |
23886 | |
23887 .left-scroll .ps.ps--active-x > .ps__scrollbar-x-rail, .left-scroll .ps.ps--active-y > .ps__scrollbar-y-rail { | |
23888 left: 0; } | |
23889 | |
23890 .color-scroll .ps > .ps__scrollbar-y-rail:hover .ps__scrollbar-y { | |
23891 background: rgba(0, 0, 255, 0.7); } | |
23892 | |
23893 .color-scroll .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y { | |
23894 background: rgba(0, 0, 255, 0.7); } | |
23895 .color-scroll .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y:hover { | |
23896 background: rgba(0, 0, 255, 0.7); } | |
23897 | |
23898 .ps:hover > .ps__scrollbar-y-rail:hover { | |
23899 background: transparent; } | |
23900 | |
23901 /******************************** | |
23902 ********************************* | |
23903 Tooltips | |
23904 ********************************* | |
23905 *********************************/ | |
23906 .fancy-tooltip { | |
23907 display: inline-block; | |
23908 position: relative; | |
23909 font-weight: 700; } | |
23910 .fancy-tooltip .list-icon { | |
23911 vertical-align: bottom; } | |
23912 | |
23913 .tooltip-item { | |
23914 cursor: pointer; | |
23915 display: inline-block; | |
23916 font-weight: 500; } | |
23917 .fancy-tooltip:not(a) .tooltip-item { | |
23918 padding: 0 0.71429em; | |
23919 background: rgba(0, 0, 0, 0.1); } | |
23920 | |
23921 .tooltip-content { | |
23922 font-weight: 500; | |
23923 border-radius: 0.3125rem; | |
23924 position: absolute; | |
23925 z-index: 99; | |
23926 width: 18.75rem; | |
23927 left: 50%; | |
23928 margin: 0 0 1.25rem -9.375rem; | |
23929 bottom: 100%; | |
23930 text-align: left; | |
23931 -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); | |
23932 box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); | |
23933 background: #2b2b2b; | |
23934 color: #fff; | |
23935 opacity: 0; | |
23936 cursor: default; | |
23937 pointer-events: none; | |
23938 /* SlideInDown Effect | |
23939 ========================*/ | |
23940 /* SlideInUp Effect | |
23941 ========================*/ | |
23942 /* Rotate Effect | |
23943 ========================*/ | |
23944 /* Spin Effect | |
23945 ========================*/ } | |
23946 .tooltip-content img { | |
23947 position: relative; | |
23948 border-top-left-radius: 0.3125rem; | |
23949 border-bottom-left-radius: 0.3125rem; | |
23950 height: 10em; | |
23951 display: block; | |
23952 float: left; | |
23953 margin-right: 1em; } | |
23954 .tooltip-content::after { | |
23955 content: ''; | |
23956 top: 95%; | |
23957 left: 50%; | |
23958 border: solid transparent; | |
23959 height: 1.07143em; | |
23960 width: 1.07143em; | |
23961 -webkit-transform: rotate(45deg); | |
23962 transform: rotate(45deg); | |
23963 position: absolute; | |
23964 pointer-events: none; | |
23965 border-color: transparent; | |
23966 background: inherit; | |
23967 margin-left: -0.71429em; } | |
23968 .tooltip-effect-slideInDown .tooltip-content { | |
23969 -webkit-transform: translate3d(0, -0.71429em, 0); | |
23970 transform: translate3d(0, -0.71429em, 0); | |
23971 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; | |
23972 transition: opacity 0.3s, -webkit-transform 0.3s; | |
23973 transition: opacity 0.3s, transform 0.3s; | |
23974 transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } | |
23975 .tooltip-effect-slideInUp .tooltip-content { | |
23976 -webkit-transform-origin: 50% calc(110%); | |
23977 transform-origin: 50% calc(110%); | |
23978 -webkit-transform: perspective(71.42857em) rotate3d(1, 0, 0, 45deg); | |
23979 transform: perspective(71.42857em) rotate3d(1, 0, 0, 45deg); | |
23980 -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; | |
23981 transition: opacity 0.2s, -webkit-transform 0.2s; | |
23982 transition: opacity 0.2s, transform 0.2s; | |
23983 transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; } | |
23984 .tooltip-effect-rotate .tooltip-content { | |
23985 -webkit-transform-origin: 50% calc(106%); | |
23986 transform-origin: 50% calc(106%); | |
23987 -webkit-transform: rotate3d(0, 0, 1, 15deg); | |
23988 transform: rotate3d(0, 0, 1, 15deg); | |
23989 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; | |
23990 transition: opacity 0.3s, -webkit-transform 0.3s; | |
23991 transition: opacity 0.3s, transform 0.3s; | |
23992 transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } | |
23993 .icon-tooltip.tooltip-effect-rotate .tooltip-content { | |
23994 -webkit-transform: translate3d(0, 0.71429em, 0) rotate3d(1, 1, 1, 45deg); | |
23995 transform: translate3d(0, 0.71429em, 0) rotate3d(1, 1, 1, 45deg); | |
23996 -webkit-transform-origin: 50% 100%; | |
23997 transform-origin: 50% 100%; } | |
23998 .tooltip-effect-spin .tooltip-content { | |
23999 -webkit-transform: translate3d(0, 0.71429em, 0) rotate3d(0, 1, 0, 90deg); | |
24000 transform: translate3d(0, 0.71429em, 0) rotate3d(0, 1, 0, 90deg); | |
24001 -webkit-transform-origin: 50% 100%; | |
24002 transform-origin: 50% 100%; | |
24003 -webkit-transition: opacity .3s, -webkit-transform .3s; | |
24004 transition: opacity .3s, -webkit-transform .3s; | |
24005 transition: opacity .3s, transform .3s; | |
24006 transition: opacity .3s, transform .3s, -webkit-transform .3s; } | |
24007 .fancy-tooltip:hover .tooltip-content, | |
24008 .fancy-tooltip:active .tooltip-content { | |
24009 pointer-events: auto; | |
24010 opacity: 1; | |
24011 -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); | |
24012 transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); } | |
24013 | |
24014 .tooltip-text { | |
24015 display: block; | |
24016 font-size: 1.14286em; | |
24017 padding: 1.25em; } | |
24018 | |
24019 /* Icon Tooltips | |
24020 ========================*/ | |
24021 .icon-tooltip .tooltip-text { | |
24022 padding: 0; } | |
24023 | |
24024 .icon-tooltip .tooltip-content { | |
24025 padding: 0; | |
24026 text-align: center; | |
24027 border-radius: 50%; | |
24028 width: 5.71429em; | |
24029 height: 5.71429em; | |
24030 line-height: 5.71429em; | |
24031 margin-left: -2.85714em; | |
24032 -webkit-box-shadow: none; | |
24033 box-shadow: none; | |
24034 background: #8253eb; | |
24035 color: #fff; } | |
24036 .icon-tooltip .tooltip-content .list-icon { | |
24037 line-height: 4em; | |
24038 font-size: 1.42857em; } | |
24039 .icon-tooltip .tooltip-content::after { | |
24040 top: 5.57143em; | |
24041 border-top-color: #8253eb; } | |
24042 | |
24043 /******************************** | |
24044 ********************************* | |
24045 Content Area | |
24046 ********************************* | |
24047 *********************************/ | |
24048 .widget-bg { | |
24049 border: 0 !important; } | |
24050 | |
24051 .jqstooltip { | |
24052 -webkit-box-sizing: content-box; | |
24053 box-sizing: content-box; } | |
24054 | |
24055 .dropdown-toggle::after { | |
24056 display: none; } | |
24057 | |
24058 ul.wysihtml5-toolbar { | |
24059 display: -webkit-box; | |
24060 display: -ms-flexbox; | |
24061 display: flex; | |
24062 -ms-flex-wrap: wrap; | |
24063 flex-wrap: wrap; } | |
24064 | |
24065 .wysihtml5-toolbar .dropdown .dropdown-menu { | |
24066 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
24067 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } | |
24068 .wysihtml5-toolbar .dropdown .dropdown-menu li a { | |
24069 display: block; | |
24070 width: 100%; | |
24071 padding: 0.35714em 1.42857em; | |
24072 color: #888; } | |
24073 .wysihtml5-toolbar .dropdown .dropdown-menu li a:hover, .wysihtml5-toolbar .dropdown .dropdown-menu li a:focus { | |
24074 color: #514d6a; | |
24075 background: #f7fafc; } | |
24076 | |
24077 .wysihtml5-toolbar .btn-default:active { | |
24078 color: #555; | |
24079 background-color: #d6dadf; | |
24080 border-color: #d6dadf; } | |
24081 | |
24082 .wysihtml5-toolbar .btn { | |
24083 cursor: pointer; } | |
24084 .wysihtml5-toolbar .btn span::before, .wysihtml5-toolbar .btn span::after { | |
24085 font-family: "FontAwesome"; | |
24086 display: block; | |
24087 line-height: 1; | |
24088 font-style: normal; | |
24089 font-size: 1.2em; | |
24090 font-weight: 300; | |
24091 display: inline; | |
24092 vertical-align: middle; } | |
24093 .wysihtml5-toolbar .btn .glyphicon-font::before { | |
24094 content: "\f031"; | |
24095 vertical-align: baseline; } | |
24096 .wysihtml5-toolbar .btn .glyphicon-quote::before { | |
24097 display: none; } | |
24098 .wysihtml5-toolbar .btn .glyphicon-quote::after { | |
24099 content: "\f10d"; } | |
24100 .wysihtml5-toolbar .btn .glyphicon-list::before { | |
24101 content: "\f03a"; } | |
24102 .wysihtml5-toolbar .btn .glyphicon-th-list::before { | |
24103 content: "\f00b"; } | |
24104 .wysihtml5-toolbar .btn .glyphicon-indent-right::before { | |
24105 content: "\f03b"; } | |
24106 .wysihtml5-toolbar .btn .glyphicon-indent-left::before { | |
24107 content: "\f03c"; } | |
24108 .wysihtml5-toolbar .btn .glyphicon-share::before { | |
24109 content: "\f045"; } | |
24110 .wysihtml5-toolbar .btn .glyphicon-picture::before { | |
24111 content: "\f03e"; } | |
24112 | |
24113 .search-results .form-control { | |
24114 -webkit-box-shadow: none; | |
24115 box-shadow: none; } | |
24116 | |
24117 .search-results .col-md-3 h5 { | |
24118 letter-spacing: 0.2rem; | |
24119 opacity: .8; } | |
24120 | |
24121 /* Bootstrap UI | |
24122 ========================*/ | |
24123 .badge.up, .up.label { | |
24124 position: absolute; | |
24125 top: 0.625rem; | |
24126 right: 0.25rem; } | |
24127 | |
24128 .badge-sm { | |
24129 font-size: 0.6875rem; | |
24130 padding: 0.125rem 0.3125rem; } | |
24131 | |
24132 .badge-border { | |
24133 background: transparent !important; | |
24134 border-width: 2px; | |
24135 border-style: solid; | |
24136 padding: 0.1875rem 0.375rem; | |
24137 border-radius: 200px; | |
24138 color: #8253eb; | |
24139 font-weight: 700; } | |
24140 .badge-border.bg-color-scheme { | |
24141 color: #8253eb; } | |
24142 .badge-border.bg-primary { | |
24143 color: #8253eb; } | |
24144 .badge-border.bg-danger { | |
24145 color: #e6614f; } | |
24146 .badge-border.bg-warning { | |
24147 color: #ffcc02; } | |
24148 .badge-border.bg-success { | |
24149 color: #38d57a; } | |
24150 .badge-border.bg-info { | |
24151 color: #03a9f3; } | |
24152 .badge-border.bg-facebook { | |
24153 color: #4b64a6; } | |
24154 .badge-border.bg-twitter { | |
24155 color: #0dace3; } | |
24156 .badge-border.bg-googleplus { | |
24157 color: #dd4b39; } | |
24158 .badge-border.bg-linkedin { | |
24159 color: #007bb6; } | |
24160 .badge-border.bg-instagram { | |
24161 color: #3f729b; } | |
24162 .badge-border.bg-pinterest { | |
24163 color: #cb2027; } | |
24164 .badge-border.bg-dribbble { | |
24165 color: #ea4c89; } | |
24166 .badge-border.bg-youtube { | |
24167 color: #b00; } | |
24168 .badge-border.badge-border-inverted { | |
24169 color: #fff; } | |
24170 | |
24171 /* Basic Icons Styles | |
24172 ========================*/ | |
24173 .icons-page .main-wrapper .material-icons { | |
24174 font-size: 3.42857em; } | |
24175 | |
24176 .icons-page .main-wrapper .fa { | |
24177 font-size: 2.57143em; } | |
24178 | |
24179 .icons-page .main-wrapper [class^="feather-"], | |
24180 .icons-page .main-wrapper [class*=" feather-"] { | |
24181 font-size: 2.57143em; } | |
24182 | |
24183 .icons-page .main-wrapper .linea { | |
24184 font-size: 2.57143em; | |
24185 vertical-align: bottom; } | |
24186 | |
24187 .icons-page .main-wrapper .col-md-2, | |
24188 .icons-page .main-wrapper .col-md-3 { | |
24189 cursor: pointer; | |
24190 opacity: .7; | |
24191 margin: 1.42857em 0; } | |
24192 .icons-page .main-wrapper .col-md-2:hover, | |
24193 .icons-page .main-wrapper .col-md-3:hover { | |
24194 opacity: 1; } | |
24195 | |
24196 .icons-page .main-wrapper .social-icons { | |
24197 font-size: 4.28571em; } | |
24198 | |
24199 .icons-page .main-wrapper .wi { | |
24200 font-size: 2.85714em; } | |
24201 | |
24202 .list-icon.pull-left { | |
24203 margin-right: 0.4375rem; } | |
24204 | |
24205 .list-icon.pull-right { | |
24206 margin-left: 0.3125rem; } | |
24207 | |
24208 /* Page Title Area | |
24209 ========================*/ | |
24210 .page-title { | |
24211 height: 4.42857em; | |
24212 line-height: 4.42857em; | |
24213 margin: 0 -2.14286em; | |
24214 padding: 0 2.14286em; | |
24215 border-bottom: 1px solid #eef1f2; | |
24216 position: relative; | |
24217 background: white; } | |
24218 .page-title .page-title-left { | |
24219 -webkit-box-flex: 1; | |
24220 -ms-flex: 1; | |
24221 flex: 1; } | |
24222 .page-title .page-title-right .btn { | |
24223 color: #fff; } | |
24224 .header-light .page-title, | |
24225 .sidebar-horizontal .page-title { | |
24226 background: transparent; } | |
24227 .page-title .page-title-description, | |
24228 .page-title .page-title-heading { | |
24229 display: inline-block; | |
24230 letter-spacing: -0.08em; | |
24231 font-family: "Montserrat", sans-serif; } | |
24232 .page-title .page-title-description { | |
24233 font-size: 0.875rem; | |
24234 font-weight: 400; } | |
24235 .page-title ol { | |
24236 line-height: 4.42857em; | |
24237 margin: 0; | |
24238 padding: 0; | |
24239 background: transparent; | |
24240 display: inline-block; } | |
24241 | |
24242 /* Breadcrumbs */ | |
24243 .breadcrumb { | |
24244 font-weight: 300; | |
24245 letter-spacing: -.06em; } | |
24246 .breadcrumb a { | |
24247 color: #888; } | |
24248 .breadcrumb a:hover { | |
24249 color: #000; } | |
24250 .breadcrumb > .active { | |
24251 color: #8253eb; } | |
24252 body.rtl .breadcrumb { | |
24253 direction: ltr; | |
24254 text-align: right; } | |
24255 | |
24256 /* Widget Boxes | |
24257 ========================*/ | |
24258 .page-title + .widget-list { | |
24259 margin-top: 35px; } | |
24260 | |
24261 .widget-list.widget-list-full-width { | |
24262 margin-right: -30px; | |
24263 margin-left: -30px; } | |
24264 | |
24265 .widget-holder { | |
24266 margin-bottom: 6px; } | |
24267 .widget-holder.widget-full-content .widget-body { | |
24268 padding: 0; } | |
24269 .widget-holder.widget-no-padding .widget-body { | |
24270 padding: 0; } | |
24271 .widget-holder.widget-full-height { | |
24272 display: -webkit-box; | |
24273 display: -ms-flexbox; | |
24274 display: flex; } | |
24275 .widget-holder.widget-full-height .widget-bg-transparent, | |
24276 .widget-holder.widget-full-height .widget-bg { | |
24277 -webkit-box-flex: 1; | |
24278 -ms-flex: 1; | |
24279 flex: 1; | |
24280 width: 100%; } | |
24281 .widget-holder.widget-flex { | |
24282 display: -webkit-box; | |
24283 display: -ms-flexbox; | |
24284 display: flex; } | |
24285 .widget-holder.widget-flex .widget-bg-transparent, | |
24286 .widget-holder.widget-flex .widget-bg { | |
24287 display: -webkit-box; | |
24288 display: -ms-flexbox; | |
24289 display: flex; | |
24290 -webkit-box-orient: vertical; | |
24291 -webkit-box-direction: normal; | |
24292 -ms-flex-flow: column; | |
24293 flex-flow: column; } | |
24294 .widget-holder.widget-flex .widget-body { | |
24295 display: -webkit-box; | |
24296 display: -ms-flexbox; | |
24297 display: flex; | |
24298 -webkit-box-orient: vertical; | |
24299 -webkit-box-direction: normal; | |
24300 -ms-flex-flow: column; | |
24301 flex-flow: column; | |
24302 -webkit-box-flex: 1; | |
24303 -ms-flex: 1; | |
24304 flex: 1; } | |
24305 .widget-holder.widget-sm .widget-heading { | |
24306 padding: 0.92857em 1.42857em 0.92857em 1.42857em; | |
24307 border-bottom: 1px solid #eef1f2; | |
24308 color: #bbb; } | |
24309 .widget-holder.widget-border-radius, .widget-holder.widget-border-radius .widget-heading { | |
24310 border-top-left-radius: 3px; | |
24311 border-top-right-radius: 3px; } | |
24312 | |
24313 .widget-bg { | |
24314 background: #fff; | |
24315 width: 100%; } | |
24316 .widget-heading + .widget-bg { | |
24317 border-top: 0; } | |
24318 | |
24319 .widget-body { | |
24320 padding: 20px 20px; } | |
24321 .widget-body > .full-row { | |
24322 margin-left: -1.42857em; | |
24323 margin-right: -1.42857em; } | |
24324 | |
24325 .box-title, | |
24326 .widget-heading h5, | |
24327 .widget-heading .widget-title { | |
24328 font-family: "Montserrat", sans-serif; | |
24329 line-height: 2em; | |
24330 margin: 0; | |
24331 letter-spacing: -.05em; | |
24332 font-weight: 500; | |
24333 line-height: 1.5; | |
24334 -webkit-box-flex: 1; | |
24335 -ms-flex: 1; | |
24336 flex: 1; } | |
24337 .box-title small, | |
24338 .widget-heading h5 small, | |
24339 .widget-heading .widget-title small { | |
24340 font-weight: 400; | |
24341 text-transform: none; } | |
24342 | |
24343 .box-title { | |
24344 margin-bottom: 1.25rem; } | |
24345 | |
24346 .widget-heading { | |
24347 display: -webkit-box; | |
24348 display: -ms-flexbox; | |
24349 display: flex; | |
24350 -webkit-box-align: center; | |
24351 -ms-flex-align: center; | |
24352 align-items: center; | |
24353 position: relative; } | |
24354 .widget-heading h5 { | |
24355 float: left; | |
24356 margin: 0; } | |
24357 .widget-bg .widget-heading { | |
24358 padding: 20px 20px 0; } | |
24359 .widget-bg .widget-heading[class*='bg-'] .widget-title { | |
24360 color: #fff; } | |
24361 .widget-heading.widget-heading-border { | |
24362 min-height: 4.6875rem; | |
24363 display: -webkit-box; | |
24364 display: -ms-flexbox; | |
24365 display: flex; | |
24366 -webkit-box-align: end; | |
24367 -ms-flex-align: end; | |
24368 align-items: flex-end; | |
24369 margin-right: 20px; | |
24370 margin-left: 20px; | |
24371 padding: 0 0 1.07143em; | |
24372 border-bottom: 1px solid #eef1f2; } | |
24373 [class*=bg-] .widget-heading.widget-heading-border { | |
24374 border-color: rgba(255, 255, 255, 0.2); } | |
24375 | |
24376 .widget-graph-info { | |
24377 float: right; } | |
24378 .widget-graph-info .arrow-icon { | |
24379 position: relative; } | |
24380 .widget-graph-info .arrow-icon:after { | |
24381 font-family: 'feather'; | |
24382 content: '\e931'; | |
24383 position: absolute; | |
24384 top: 50%; | |
24385 right: 50%; | |
24386 -webkit-transform: translateY(-50%) translateX(50%); | |
24387 transform: translateY(-50%) translateX(50%); | |
24388 font-size: 1.3em; | |
24389 color: inherit; } | |
24390 | |
24391 .widget-heading-icon { | |
24392 float: right; | |
24393 font-size: 1.125rem; | |
24394 color: #ddd; } | |
24395 .widget-bg .widget-heading[class*='bg-'] .widget-heading-icon { | |
24396 color: #fff; | |
24397 background: rgba(255, 255, 255, 0.1); | |
24398 position: absolute; | |
24399 top: 0; | |
24400 right: 0; | |
24401 bottom: 0; | |
24402 display: -webkit-box; | |
24403 display: -ms-flexbox; | |
24404 display: flex; | |
24405 -webkit-box-pack: center; | |
24406 -ms-flex-pack: center; | |
24407 justify-content: center; | |
24408 -webkit-box-align: center; | |
24409 -ms-flex-align: center; | |
24410 align-items: center; | |
24411 padding-right: 0.9375rem; | |
24412 padding-left: 0.9375rem; } | |
24413 body.rtl .widget-bg .widget-heading[class*='bg-'] .widget-heading-icon { | |
24414 right: auto; | |
24415 left: 0; } | |
24416 | |
24417 .widget-actions { | |
24418 margin: 0.35714em 0 0; | |
24419 float: right; } | |
24420 .widget-actions > li { | |
24421 display: inline-block; } | |
24422 .widget-actions > li > a { | |
24423 color: #333; } | |
24424 .widget-actions > li > a .list-icon { | |
24425 position: relative; | |
24426 top: -0.125rem; } | |
24427 .widget-actions .list-icon { | |
24428 vertical-align: middle; | |
24429 font-size: 1.38462em; } | |
24430 .widget-actions .dropdown-menu { | |
24431 left: auto; | |
24432 right: 0; | |
24433 padding-top: 0.71429em; } | |
24434 @media (min-width: 768px) and (max-width: 1023px) { | |
24435 .widget-actions { | |
24436 float: left; } } | |
24437 | |
24438 /* Full Width BG Pages | |
24439 ========================*/ | |
24440 .body-bg-full { | |
24441 background-position: center; | |
24442 background-repeat: no-repeat; | |
24443 background-attachment: fixed; | |
24444 background-size: cover; | |
24445 height: 100%; | |
24446 overflow: hidden; } | |
24447 .body-bg-full .wrapper, | |
24448 .body-bg-full #app { | |
24449 margin: 0; | |
24450 display: table; | |
24451 width: 100%; | |
24452 height: 100%; | |
24453 overflow: hidden; } | |
24454 .body-bg-full .content-wrapper { | |
24455 padding: 1.71429em; | |
24456 display: table-cell; | |
24457 text-align: center; | |
24458 vertical-align: middle; | |
24459 min-height: auto; | |
24460 width: 25rem; } | |
24461 .body-bg-full .main-wrapper { | |
24462 background: transparent; | |
24463 max-width: 30rem; | |
24464 margin: 0 auto; } | |
24465 | |
24466 .error-page .page-title, | |
24467 .profile-page .page-title { | |
24468 height: auto; | |
24469 margin: 0; | |
24470 padding: 0; | |
24471 background: transparent; | |
24472 border: 0; } | |
24473 | |
24474 .profile-page { | |
24475 overflow: visible; } | |
24476 .profile-page h2 { | |
24477 letter-spacing: -3px; } | |
24478 .profile-page .navbar-header { | |
24479 float: none; | |
24480 width: auto; } | |
24481 .profile-page .login-links { | |
24482 margin-top: 2.5em; | |
24483 font-size: 1.14286em; | |
24484 font-weight: 300; | |
24485 opacity: .8; } | |
24486 | |
24487 .error-page h1 { | |
24488 font-size: 7.5rem; | |
24489 font-weight: 600; | |
24490 text-shadow: 4px 4px 0 #835c9e, 6px 6px 0 #fff; | |
24491 margin: 0 0 0.2em; | |
24492 letter-spacing: -0.05833em; } | |
24493 | |
24494 .error-page h3 { | |
24495 letter-spacing: -0.04167em; } | |
24496 | |
24497 /* Search Results Page | |
24498 ========================*/ | |
24499 .search-listing > li { | |
24500 border-bottom: 1px solid #eee; | |
24501 padding: 0.71429em 0; } | |
24502 | |
24503 .search-listing img { | |
24504 width: 10.71429em; } | |
24505 | |
24506 .search-listing h5 { | |
24507 font-weight: 300; | |
24508 margin-bottom: 0.27778em; } | |
24509 .search-listing h5 a { | |
24510 color: #03a9f3; } | |
24511 .search-listing h5 a:hover { | |
24512 text-decoration: underline; } | |
24513 | |
24514 .search-listing .media-body h5 { | |
24515 margin-top: 0.27778em; } | |
24516 | |
24517 .search-listing p { | |
24518 margin-top: 0.35714em; } | |
24519 | |
24520 /* Notifications / Alerts | |
24521 ========================*/ | |
24522 .alert { | |
24523 position: relative; } | |
24524 .alert .close { | |
24525 color: inherit; | |
24526 opacity: .7; } | |
24527 .alert .close:focus, .alert .close:hover { | |
24528 color: #000; | |
24529 opacity: .9; } | |
24530 | |
24531 .alert-icon { | |
24532 padding-left: 3.57143em; } | |
24533 .alert-icon i { | |
24534 position: absolute; | |
24535 left: 5px; | |
24536 height: 2.08333em; | |
24537 width: 2.08333em; | |
24538 text-align: center; | |
24539 top: 5px; | |
24540 line-height: 2.08333em; } | |
24541 | |
24542 /* Sweet Alerts */ | |
24543 .swal2-modal { | |
24544 padding: 2.85714em !important; } | |
24545 .swal2-modal .swal2-title { | |
24546 font-family: "Roboto", sans-serif; | |
24547 font-weight: 400; } | |
24548 .swal2-modal .swal2-content { | |
24549 font-size: 1.14286em; | |
24550 color: #8d9ea7; } | |
24551 .swal2-modal .btn { | |
24552 min-width: 8.33333em; | |
24553 border-radius: 3px; | |
24554 margin: 0.55556em 0.27778em 0; | |
24555 border: none !important; | |
24556 padding: 0.27778em 1.11111em; | |
24557 font-size: 1.28571em; | |
24558 display: inline; } | |
24559 | |
24560 /* Toastr */ | |
24561 body .jq-toast-single { | |
24562 border-radius: 0; | |
24563 background-color: #313a46; | |
24564 font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; | |
24565 font-size: 0.92857em; | |
24566 line-height: 1.69231em; } | |
24567 body .jq-toast-single h2 { | |
24568 font-family: "Montserrat", sans-serif; | |
24569 font-size: 1.07692em; | |
24570 font-weight: 700; } | |
24571 | |
24572 body .jq-toast-heading { | |
24573 font-family: "Montserrat", sans-serif; } | |
24574 | |
24575 body .jq-icon-info { | |
24576 background-color: #03a9f3; | |
24577 color: #fff; } | |
24578 | |
24579 body .jq-icon-success { | |
24580 background-color: #38d57a; | |
24581 color: #fff; } | |
24582 | |
24583 body .jq-icon-error { | |
24584 background-color: #e6614f; | |
24585 color: #fff; } | |
24586 | |
24587 body .jq-icon-warning { | |
24588 background-color: #ffcc02; | |
24589 color: #fff; } | |
24590 | |
24591 body .close-jq-toast-single { | |
24592 background: #313a46; | |
24593 color: #fff; | |
24594 border-radius: 50%; | |
24595 height: 1.6em; | |
24596 width: 1.6em; | |
24597 line-height: 1.6em; | |
24598 text-align: center; | |
24599 top: -0.6em; | |
24600 right: -0.6em; | |
24601 font-size: 1.53846em; } | |
24602 body .close-jq-toast-single:hover { | |
24603 background: #666; } | |
24604 | |
24605 /* Progress Bars | |
24606 ========================*/ | |
24607 .progress { | |
24608 -webkit-box-shadow: none !important; | |
24609 box-shadow: none !important; | |
24610 background-color: rgba(120, 130, 140, 0.13); | |
24611 height: 0.33333em; | |
24612 border-radius: 0px; | |
24613 margin-bottom: 1.5em; | |
24614 overflow: hidden; } | |
24615 | |
24616 .progress-bar { | |
24617 -webkit-box-shadow: none; | |
24618 box-shadow: none; | |
24619 font-size: 0.66667em; | |
24620 font-weight: 600; | |
24621 line-height: 1.5em; } | |
24622 | |
24623 .progress-vertical, | |
24624 .progress-vertical-top { | |
24625 min-height: 20.83333em; | |
24626 height: 20.83333em; | |
24627 width: 0.33333em; | |
24628 position: relative; | |
24629 display: inline-block; | |
24630 margin-bottom: 0; | |
24631 margin-right: 1.66667em; } | |
24632 .progress-vertical .progress-bar, | |
24633 .progress-vertical-top .progress-bar { | |
24634 width: 100%; | |
24635 position: absolute; | |
24636 bottom: 0; } | |
24637 .progress-vertical.progress-sm, | |
24638 .progress-vertical-top.progress-sm { | |
24639 margin: 0; | |
24640 margin-right: 1.25rem; | |
24641 width: 0.5rem; } | |
24642 .progress-vertical.progress-md, | |
24643 .progress-vertical-top.progress-md { | |
24644 width: 0.9375rem; } | |
24645 .progress-vertical.progress-lg, | |
24646 .progress-vertical-top.progress-lg { | |
24647 width: 1.25rem; } | |
24648 | |
24649 .progress-vertical-top .progress-bar { | |
24650 bottom: auto; } | |
24651 | |
24652 .progress-sm { | |
24653 height: 0.5rem !important; } | |
24654 .progress-sm .progress-bar { | |
24655 font-size: 0.5rem; | |
24656 line-height: 0.5rem; } | |
24657 | |
24658 .progress-md { | |
24659 height: 0.9375rem !important; } | |
24660 .progress-md .progress-bar { | |
24661 font-size: 0.6875rem; | |
24662 line-height: 0.9375rem; } | |
24663 | |
24664 .progress-lg { | |
24665 height: 1.25rem !important; } | |
24666 .progress-lg .progress-bar { | |
24667 font-size: 0.75rem; | |
24668 line-height: 1.25rem; } | |
24669 | |
24670 /* Other Plugin Overrides | |
24671 ========================*/ | |
24672 .main-wrapper .dropify-wrapper, .main-wrapper .dropify-wrapper .dropify-preview { | |
24673 padding-top: 0; | |
24674 padding-bottom: 0; } | |
24675 | |
24676 /* Profile Pages | |
24677 ========================*/ | |
24678 .container-min-full-height { | |
24679 min-height: 100vh; } | |
24680 | |
24681 .container-max-full-height { | |
24682 max-height: 100vh; } | |
24683 | |
24684 .login-center { | |
24685 background: #fff; | |
24686 min-width: 31.25rem; | |
24687 padding: 2.14286em 3.57143em; | |
24688 border-radius: 5px; | |
24689 margin: 2.85714em 0; } | |
24690 @media (max-width: 767px) { | |
24691 .login-center { | |
24692 width: 80vw; } } | |
24693 | |
24694 .login-right, | |
24695 .login-left { | |
24696 display: -webkit-box; | |
24697 display: -ms-flexbox; | |
24698 display: flex; | |
24699 -webkit-box-orient: vertical; | |
24700 -webkit-box-direction: normal; | |
24701 -ms-flex-direction: column; | |
24702 flex-direction: column; | |
24703 -webkit-box-align: center; | |
24704 -ms-flex-align: center; | |
24705 align-items: center; | |
24706 -webkit-box-pack: center; | |
24707 -ms-flex-pack: center; | |
24708 justify-content: center; } | |
24709 | |
24710 .login-left { | |
24711 background: #fff; } | |
24712 .login-left .form-group { | |
24713 margin-bottom: 2rem; } | |
24714 .login-left input[type="text"], | |
24715 .login-left input[type="email"], | |
24716 .login-left input[type="password"] { | |
24717 text-align: center; | |
24718 font-size: 1.2em; | |
24719 border: 0; | |
24720 letter-spacing: -1px; | |
24721 font-family: "Montserrat", sans-serif; | |
24722 font-weight: 500; | |
24723 color: #444; | |
24724 padding: 0 0 .9em; | |
24725 background-color: transparent; | |
24726 background-position: center bottom, center calc(99%); | |
24727 background-repeat: no-repeat; | |
24728 background-size: 0 2px, 100% 3px; | |
24729 -webkit-transition: background 0s ease-out 0s; | |
24730 transition: background 0s ease-out 0s; | |
24731 background-image: -webkit-gradient(linear, left top, left bottom, from(#8253eb), to(#8253eb)), -webkit-gradient(linear, left top, left bottom, from(#eef1f2), to(#eef1f2)); | |
24732 background-image: linear-gradient(#8253eb, #8253eb), linear-gradient(#eef1f2, #eef1f2); } | |
24733 .login-left input[type="text"]:focus, | |
24734 .login-left input[type="email"]:focus, | |
24735 .login-left input[type="password"]:focus { | |
24736 background-size: 100% 2px, 100% 3px; | |
24737 outline: 0 none; | |
24738 -webkit-transition-duration: 0.3s; | |
24739 transition-duration: 0.3s; } | |
24740 .login-left label { | |
24741 letter-spacing: 1px; } | |
24742 | |
24743 .login-right { | |
24744 background-position: right; | |
24745 background-repeat: no-repeat; | |
24746 background-attachment: fixed; | |
24747 background-size: cover; | |
24748 position: relative; | |
24749 font-size: 1.2em; | |
24750 line-height: 1.86667em; } | |
24751 .login-right .list-inline-item:not(:last-child) { | |
24752 margin-right: 10px; } | |
24753 | |
24754 /******************************** | |
24755 ********************************* | |
24756 HEADER | |
24757 ********************************* | |
24758 *********************************/ | |
24759 /* Base Header styles | |
24760 ========================*/ | |
24761 .navbar-nav { | |
24762 margin: 0; } | |
24763 | |
24764 .navbar { | |
24765 border-radius: 0; | |
24766 border: 0; | |
24767 background: -webkit-gradient(linear, left top, right top, from(#835c9e), to(#8253eb)); | |
24768 background: linear-gradient(90deg, #835c9e, #8253eb); | |
24769 border-bottom: none; | |
24770 width: 100%; | |
24771 margin-bottom: 0; | |
24772 position: relative; | |
24773 z-index: 99; | |
24774 height: 5rem; | |
24775 -webkit-box-orient: horizontal; | |
24776 -webkit-box-direction: normal; | |
24777 -ms-flex-direction: row; | |
24778 flex-direction: row; | |
24779 -webkit-box-align: stretch; | |
24780 -ms-flex-align: stretch; | |
24781 align-items: stretch; | |
24782 padding: 0; } | |
24783 .navbar .btn-list { | |
24784 display: -webkit-box; | |
24785 display: -ms-flexbox; | |
24786 display: flex; | |
24787 -webkit-box-pack: center; | |
24788 -ms-flex-pack: center; | |
24789 justify-content: center; | |
24790 -webkit-box-align: center; | |
24791 -ms-flex-align: center; | |
24792 align-items: center; } | |
24793 .navbar .btn-list .btn { | |
24794 margin: 0; | |
24795 background: #9165f4; | |
24796 border: transparent; | |
24797 font-family: "Montserrat", sans-serif; | |
24798 font-weight: 500; | |
24799 padding: 0.85714em 1.42857em; | |
24800 border-radius: 0.21429em; } | |
24801 .navbar .btn-list .dropdown-menu { | |
24802 top: 5rem; | |
24803 margin-top: 0; } | |
24804 .navbar .spacer { | |
24805 -webkit-box-flex: 1; | |
24806 -ms-flex: 1; | |
24807 flex: 1; } | |
24808 | |
24809 @media (min-width: 961px) { | |
24810 .navbar { | |
24811 position: fixed; } | |
24812 .sidebar-horizontal .navbar { | |
24813 position: relative; } } | |
24814 | |
24815 /* Logo Area | |
24816 ========================*/ | |
24817 .navbar-header { | |
24818 width: 14.0625rem; } | |
24819 | |
24820 .navbar-brand { | |
24821 padding: 0; | |
24822 height: 5rem; | |
24823 text-align: center; | |
24824 width: 100%; | |
24825 font-size: 1.5rem; | |
24826 font-family: "Montserrat", sans-serif; | |
24827 font-weight: 600; | |
24828 background: #fff; | |
24829 color: #fff; | |
24830 display: -webkit-box; | |
24831 display: -ms-flexbox; | |
24832 display: flex; | |
24833 -webkit-box-pack: center; | |
24834 -ms-flex-pack: center; | |
24835 justify-content: center; | |
24836 -webkit-box-align: center; | |
24837 -ms-flex-align: center; | |
24838 align-items: center; | |
24839 border-bottom: 1px solid #eef1f2; } | |
24840 .navbar-brand .logo-bon { | |
24841 color: #8253eb; } | |
24842 .navbar-brand .logo-vue { | |
24843 color: #bbb; } | |
24844 .navbar-brand:hover { | |
24845 color: #fff; } | |
24846 .logo-light .navbar-brand { | |
24847 background: #fff; } | |
24848 .logo-dark .navbar-brand { | |
24849 background: #835c9e; } | |
24850 .navbar-brand p { | |
24851 margin-bottom: 0; } | |
24852 .navbar-brand img { | |
24853 display: inline-block; | |
24854 margin: 0 auto; } | |
24855 .rtl .navbar-brand { | |
24856 margin-right: 0; | |
24857 margin-left: 1rem; } | |
24858 | |
24859 .navbar .logo-collapse { | |
24860 display: none; } | |
24861 | |
24862 @media (min-width: 961px) { | |
24863 .sidebar-collapse .logo-expand { | |
24864 display: none; } | |
24865 .sidebar-collapse .logo-collapse { | |
24866 display: inline-block; } | |
24867 .sidebar-collapse .navbar-header { | |
24868 width: 3.75rem; } | |
24869 .sidebar-collapse .navbar-brand p { | |
24870 visibility: hidden; | |
24871 max-width: 1em; } | |
24872 .sidebar-collapse .navbar-brand p::first-letter { | |
24873 display: inline; | |
24874 visibility: visible; } } | |
24875 | |
24876 @media (max-width: 960px) { | |
24877 .site-sidebar { | |
24878 border-bottom: 1px solid #ddd; } | |
24879 .navbar .logo-expand { | |
24880 display: none; } | |
24881 .navbar .logo-collapse { | |
24882 display: inline-block; } | |
24883 .navbar-header { | |
24884 float: left; | |
24885 width: 3.75rem; } | |
24886 .navbar-brand p { | |
24887 visibility: hidden; | |
24888 max-width: 1em; } | |
24889 .navbar-brand p::first-letter { | |
24890 display: inline; | |
24891 visibility: visible; } } | |
24892 | |
24893 /* Base Navbar Styles | |
24894 ========================*/ | |
24895 .navbar-nav { | |
24896 -webkit-box-orient: horizontal; | |
24897 -webkit-box-direction: normal; | |
24898 -ms-flex-direction: row; | |
24899 flex-direction: row; } | |
24900 .navbar-nav > li, .navbar-nav > li > a { | |
24901 display: -webkit-inline-box; | |
24902 display: -ms-inline-flexbox; | |
24903 display: inline-flex; | |
24904 -webkit-box-pack: center; | |
24905 -ms-flex-pack: center; | |
24906 justify-content: center; | |
24907 -webkit-box-align: stretch; | |
24908 -ms-flex-align: stretch; | |
24909 align-items: stretch; } | |
24910 .navbar-nav > li > a { | |
24911 -webkit-box-align: center; | |
24912 -ms-flex-align: center; | |
24913 align-items: center; | |
24914 padding: 0 2em; | |
24915 line-height: 5rem; | |
24916 color: rgba(255, 255, 255, 0.6); | |
24917 font-family: "Montserrat", sans-serif; | |
24918 font-size: 1.07143em; } | |
24919 .navbar-nav > li > a.dropdown-toggle { | |
24920 padding: 0 1em; } | |
24921 .navbar-nav > li > a i + .badge, .navbar-nav > li > a i + .label { | |
24922 position: absolute; | |
24923 top: 50%; | |
24924 right: 5px; | |
24925 margin-top: -0.4375rem; | |
24926 -webkit-transform: translateY(-50%); | |
24927 transform: translateY(-50%); } | |
24928 .navbar-nav > li > a i + .badge-border { | |
24929 background: #fff !important; | |
24930 -webkit-box-shadow: 0 0 0 2px transparent; | |
24931 box-shadow: 0 0 0 2px transparent; } | |
24932 .navbar-nav .sidebar-toggle { | |
24933 font-size: 1.2em; | |
24934 position: relative; } | |
24935 .navbar-nav .sidebar-toggle a { | |
24936 padding: 0 1.66667em; } | |
24937 .navbar-nav .sidebar-toggle::after { | |
24938 content: ""; | |
24939 position: absolute; | |
24940 top: 50%; | |
24941 right: 0; | |
24942 -webkit-transform: translateY(-50%); | |
24943 transform: translateY(-50%); | |
24944 height: 40%; | |
24945 width: 1px; | |
24946 background: rgba(255, 255, 255, 0.3); } | |
24947 .header-dark .navbar-nav .sidebar-toggle::after { | |
24948 opacity: .3; } | |
24949 .navbar-nav.pull-right .dropdown-menu { | |
24950 left: auto; | |
24951 right: 0; } | |
24952 .navbar-nav .avatar { | |
24953 display: inline-block; | |
24954 position: relative; | |
24955 height: auto; } | |
24956 .navbar-nav .avatar::before { | |
24957 content: ""; | |
24958 position: absolute; | |
24959 top: 50%; | |
24960 right: -0.5625rem; | |
24961 bottom: auto; | |
24962 left: auto; | |
24963 -webkit-transform: translateY(-50%); | |
24964 transform: translateY(-50%); | |
24965 background: #fff; | |
24966 height: 1.375rem; | |
24967 width: 1.375rem; | |
24968 border-radius: 100px; } | |
24969 .navbar-nav .avatar img { | |
24970 max-width: 3.75rem; } | |
24971 .navbar-nav .avatar .list-icon { | |
24972 margin-left: -0.8125rem; | |
24973 position: absolute; | |
24974 top: 50%; | |
24975 right: -0.4em; | |
24976 bottom: auto; | |
24977 left: auto; | |
24978 -webkit-transform: translateY(-50%); | |
24979 transform: translateY(-50%); | |
24980 color: #8253eb; } | |
24981 .header-light .navbar-nav .avatar::before, | |
24982 .header-dark .navbar-nav .avatar::before { | |
24983 background: #9165f4; } | |
24984 .header-light .navbar-nav .avatar .list-icon, | |
24985 .header-dark .navbar-nav .avatar .list-icon { | |
24986 color: #fff; } | |
24987 body.rtl .navbar-nav { | |
24988 padding-right: 0; } | |
24989 body.rtl .navbar-nav .sidebar-toggle::after { | |
24990 left: 0; | |
24991 right: auto; } | |
24992 | |
24993 .header-dark .navbar-nav > li > a i + .badge-border { | |
24994 background: #835c9e !important; | |
24995 -webkit-box-shadow: 0 0 0 2px #835c9e; | |
24996 box-shadow: 0 0 0 2px #835c9e; } | |
24997 | |
24998 .header-light .navbar-nav > li > a i + .badge-border { | |
24999 background: #fff !important; | |
25000 -webkit-box-shadow: 0 0 0 2px #fff; | |
25001 box-shadow: 0 0 0 2px #fff; } | |
25002 | |
25003 @media (max-width: 720px) { | |
25004 .navbar-nav { | |
25005 margin-top: 0; | |
25006 margin-bottom: 0; } } | |
25007 | |
25008 /* Menu Dropdowns | |
25009 ========================*/ | |
25010 .navbar-nav .dropdown-menu { | |
25011 position: absolute; } | |
25012 | |
25013 .dropdown-menu { | |
25014 border: 1px solid #eef1f2; | |
25015 -webkit-box-shadow: none; | |
25016 box-shadow: none; | |
25017 width: 12.85714em; } | |
25018 .dropdown-menu .dropdown-item strong, | |
25019 .dropdown-menu .dropdown-header { | |
25020 font-size: 0.875rem; | |
25021 font-weight: 700; | |
25022 color: #835c9e; } | |
25023 .dropdown-menu .dropdown-item .badge, .dropdown-menu .dropdown-item .label { | |
25024 position: relative; | |
25025 top: -0.125rem; | |
25026 font-size: 0.9em; } | |
25027 .dropdown-menu .dropdown-item .list-icon { | |
25028 font-size: 1.125rem; } | |
25029 | |
25030 .dropdown-card { | |
25031 border-bottom-left-radius: 10px; | |
25032 border-bottom-right-radius: 10px; | |
25033 border: none; | |
25034 width: 21.25rem; | |
25035 -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); | |
25036 box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); | |
25037 background: #fff; | |
25038 position: relative; } | |
25039 .dropdown-card.dropdown-card-profile { | |
25040 width: 15.625rem; | |
25041 border-radius: 5px; | |
25042 padding-top: 0; | |
25043 padding-bottom: 0; } | |
25044 .dropdown-card.dropdown-card-profile .card-header { | |
25045 padding: 0; } | |
25046 .dropdown-card.dropdown-card-profile .card-header > a { | |
25047 padding: 1.5625em 1.25em; | |
25048 border-right: 1px solid #eef1f2; } | |
25049 .dropdown-card.dropdown-card-profile .card-header > a:last-child { | |
25050 border-right: none; } | |
25051 .dropdown-card.dropdown-card-profile .card-header > a i { | |
25052 color: #bbb; | |
25053 font-size: 1.25em; } | |
25054 .dropdown-card.dropdown-card-profile .card-header > a:hover i { | |
25055 color: #8253eb; } | |
25056 .dropdown-card.dropdown-card-profile .card-body li { | |
25057 padding: 0; } | |
25058 .dropdown-card.dropdown-card-profile .card-body li a { | |
25059 padding: 0.66667em; | |
25060 display: block; | |
25061 color: #495057; | |
25062 font-size: 1.07143em; | |
25063 font-family: "Montserrat", sans-serif; } | |
25064 .dropdown-card.dropdown-card-profile .card-body li a:hover { | |
25065 color: #8253eb; } | |
25066 .dropdown-card.dropdown-card-profile.dropdown-card-profile-dark { | |
25067 background: #292b2e; } | |
25068 .dropdown-card.dropdown-card-profile.dropdown-card-profile-dark .card-header { | |
25069 border-color: rgba(255, 255, 255, 0.3); } | |
25070 .dropdown-card.dropdown-card-profile.dropdown-card-profile-dark .card-header > a { | |
25071 border-color: rgba(255, 255, 255, 0.3); } | |
25072 .dropdown-card.dropdown-card-profile.dropdown-card-profile-dark .card-body li a { | |
25073 color: #bbb; } | |
25074 .dropdown-card.dropdown-card-profile.dropdown-card-profile-dark .card-body li:hover a { | |
25075 color: #8253eb; } | |
25076 .dropdown-card.dropdown-card-profile.dropdown-card-profile-dark::after { | |
25077 border-color: transparent transparent #292b2e transparent; } | |
25078 .dropdown-card .card { | |
25079 border: 0; | |
25080 -webkit-box-shadow: none; | |
25081 box-shadow: none; | |
25082 background: none; } | |
25083 .dropdown-card .card-header { | |
25084 padding-bottom: 0.9375em; | |
25085 font-size: 1.14286em; | |
25086 background: none; | |
25087 border-bottom: 1px solid #f1f1f1; | |
25088 font-family: "Montserrat", sans-serif; | |
25089 color: #444; | |
25090 margin-bottom: 0.3125em; | |
25091 font-weight: 700; } | |
25092 .dropdown-card .card-header .dropdown-menu-options { | |
25093 color: #afb2ba; } | |
25094 .dropdown-card .card-body li { | |
25095 padding: 0.71429em 1.78571em 0.71429em 1.07143em; } | |
25096 .dropdown-card .card-body li .media-body { | |
25097 padding: 0 0.71429em; | |
25098 letter-spacing: 0.03571em; } | |
25099 .dropdown-card .card-body li .media-body .user--online { | |
25100 top: -0.35714em; } | |
25101 .dropdown-card .card-footer { | |
25102 border: none; | |
25103 background: none; | |
25104 padding-top: 1.07143em; } | |
25105 | |
25106 .dropdown-card-dark { | |
25107 background: #835c9e; | |
25108 border-color: transparent; } | |
25109 .dropdown-card-dark::after { | |
25110 border-color: transparent transparent #835c9e transparent; } | |
25111 .dropdown-card-dark .card { | |
25112 background: #835c9e; } | |
25113 .dropdown-card-dark .card-heading-extra { | |
25114 border-color: #777; | |
25115 border-color: rgba(255, 255, 255, 0.1); } | |
25116 .dropdown-card-dark [class*="user--"]::after { | |
25117 border-color: transparent !important; } | |
25118 .dropdown-card-dark .card-header { | |
25119 color: #fff; | |
25120 border-color: rgba(255, 255, 255, 0.1); } | |
25121 .dropdown-card-dark .card-header .dropdown-menu-options { | |
25122 color: #8253eb !important; } | |
25123 .dropdown-card-dark .dropdown-list-group li { | |
25124 border-color: rgba(255, 255, 255, 0.1); } | |
25125 .dropdown-card-dark .dropdown-list-group li:hover { | |
25126 background: none; } | |
25127 .dropdown-card-dark .dropdown-list-group li:hover .media-content { | |
25128 color: #fff; } | |
25129 .dropdown-card-dark .dropdown-list-group li a .media-heading { | |
25130 color: #8253eb; } | |
25131 .dropdown-card-dark .dropdown-list-group li .media-content { | |
25132 -webkit-transition: color 250ms; | |
25133 transition: color 250ms; | |
25134 color: #afb2ba; | |
25135 font-weight: 300; } | |
25136 | |
25137 @media (max-width: 767px) { | |
25138 .navbar-nav .open .dropdown-menu { | |
25139 position: absolute; | |
25140 width: 20rem; | |
25141 border: 1px solid #eef1f2; | |
25142 background: #fff; } | |
25143 .navbar-nav .open .dropdown-menu.dropdown-card-dark { | |
25144 background: #835c9e; } } | |
25145 | |
25146 .dropdown-list-group { | |
25147 position: relative; | |
25148 margin: 0 0 0 0; | |
25149 padding: 0; } | |
25150 .dropdown-list-group .card-body { | |
25151 padding: 0; } | |
25152 .dropdown-list-group li { | |
25153 border-bottom: 1px solid #eef1f2; } | |
25154 .dropdown-list-group li:nth-child(odd) { | |
25155 background: rgba(130, 83, 235, 0.03); } | |
25156 .dropdown-list-group li a { | |
25157 color: #999; | |
25158 padding: 1.07143em 0; } | |
25159 .dropdown-list-group li a .media-heading { | |
25160 color: #444; | |
25161 font-weight: 600; | |
25162 letter-spacing: 0; } | |
25163 .dropdown-list-group li a .media-content { | |
25164 color: #868e96; } | |
25165 .dropdown-list-group li a:hover { | |
25166 background: transparent; | |
25167 text-decoration: none; | |
25168 color: #999; } | |
25169 .dropdown-list-group a { | |
25170 font-size: 13px; } | |
25171 .dropdown-list-group a img { | |
25172 max-width: 100%; | |
25173 position: relative; } | |
25174 .dropdown-list-group a .d-flex { | |
25175 -webkit-box-align: start; | |
25176 -ms-flex-align: start; | |
25177 align-items: flex-start; | |
25178 margin-right: .75em; } | |
25179 .dropdown-list-group a .list-icon { | |
25180 color: #fff; | |
25181 width: 100%; | |
25182 text-align: center; | |
25183 font-size: 1.38462em; | |
25184 line-height: 2.22222em; | |
25185 top: 0; | |
25186 height: 2.22222em; | |
25187 width: 2.22222em; | |
25188 background: #8253eb; | |
25189 border-radius: 100px; } | |
25190 .dropdown-list-group a [class*="user--"]:after { | |
25191 position: absolute; | |
25192 top: auto; | |
25193 right: auto; | |
25194 bottom: 0; | |
25195 left: 0; | |
25196 border: 1px solid #fff; } | |
25197 body.rtl .dropdown-list-group { | |
25198 padding: 0; } | |
25199 body.rtl .dropdown-list-group a .d-flex { | |
25200 margin-right: 0; | |
25201 margin-left: 0.75em; } | |
25202 | |
25203 .card-heading-extra { | |
25204 border-bottom: 1px solid #eef1f2; | |
25205 padding-bottom: 2.72727em; | |
25206 margin-bottom: 2.72727em; | |
25207 text-transform: uppercase; | |
25208 font-size: 0.78571em; } | |
25209 .card-heading-extra h3 { | |
25210 margin: 0; | |
25211 text-transform: none; } | |
25212 .card-heading-extra a { | |
25213 color: #999; } | |
25214 .card-heading-extra a:hover, | |
25215 .card-heading-extra a .list-icon { | |
25216 text-decoration: none; | |
25217 color: #8253eb !important; } | |
25218 .card-heading-extra .list-icon { | |
25219 font-size: 1.125rem; | |
25220 top: -0.0625rem; | |
25221 position: relative; | |
25222 margin: 0 0.3125rem; } | |
25223 .card-heading-extra [class*="user--"] { | |
25224 padding-left: 1.25rem; } | |
25225 .card-heading-extra [class*="user--"]::after { | |
25226 position: absolute; | |
25227 top: 0.125rem; | |
25228 left: 0; } | |
25229 | |
25230 /* Search Form | |
25231 ========================*/ | |
25232 .navbar-search { | |
25233 position: relative; | |
25234 width: 17.14286em; | |
25235 margin-top: 0; } | |
25236 .navbar-search input[type="search"], | |
25237 .navbar-search .toggle-navbar-search, | |
25238 .navbar-search .list-icon { | |
25239 display: inline-block; | |
25240 float: left; | |
25241 line-height: 5rem; | |
25242 z-index: 1; | |
25243 height: 5rem; } | |
25244 .navbar-search .list-icon { | |
25245 position: relative; | |
25246 left: 1.25rem; | |
25247 top: -0.0625rem; | |
25248 color: rgba(255, 255, 255, 0.6); } | |
25249 .navbar-search input[type="search"] { | |
25250 cursor: pointer; | |
25251 font-family: "Montserrat", sans-serif; | |
25252 font-size: 0.92857em; | |
25253 font-weight: 500; | |
25254 background: transparent; | |
25255 border: 0; | |
25256 padding: 0 1em 0 3.57143em; | |
25257 width: 100%; | |
25258 color: #fff; | |
25259 position: absolute; | |
25260 top: 0; | |
25261 left: 0; } | |
25262 .navbar-search input[type="search"]::-webkit-input-placeholder { | |
25263 opacity: 1; | |
25264 color: rgba(255, 255, 255, 0.7); } | |
25265 .navbar-search input[type="search"]:-moz-placeholder { | |
25266 opacity: 1; | |
25267 color: rgba(255, 255, 255, 0.7); } | |
25268 .navbar-search input[type="search"]::-moz-placeholder { | |
25269 opacity: 1; | |
25270 color: rgba(255, 255, 255, 0.7); } | |
25271 .navbar-search input[type="search"]:-ms-input-placeholder { | |
25272 opacity: 1; | |
25273 color: rgba(255, 255, 255, 0.7); } | |
25274 .navbar-search .remove-focus { | |
25275 z-index: 10; | |
25276 opacity: 0; | |
25277 -webkit-transition: none; | |
25278 transition: none; | |
25279 visibility: hidden; | |
25280 color: #8253eb; | |
25281 position: absolute; | |
25282 right: 2.5rem; | |
25283 bottom: 50%; | |
25284 -webkit-transform: translateY(50%); | |
25285 transform: translateY(50%); | |
25286 font-size: 1.25rem; } | |
25287 .navbar-search .remove-focus:hover { | |
25288 color: #000; } | |
25289 .navbar-search.input-focused { | |
25290 position: fixed; | |
25291 top: 0; | |
25292 right: 0; | |
25293 left: 0; | |
25294 z-index: 2; | |
25295 background: #fff; | |
25296 width: auto; | |
25297 -webkit-transition: all 0.3s ease; | |
25298 transition: all 0.3s ease; } | |
25299 .navbar-search.input-focused::before { | |
25300 content: ""; | |
25301 display: block; | |
25302 background: #000; | |
25303 background: rgba(0, 0, 0, 0.5); | |
25304 height: 100vh; | |
25305 position: fixed; | |
25306 top: 5rem; | |
25307 right: 0; | |
25308 bottom: 0; | |
25309 left: 0; | |
25310 z-index: 99; } | |
25311 .navbar-search.input-focused .list-icon { | |
25312 left: 1.75rem; } | |
25313 .navbar-search.input-focused input[type='search'] { | |
25314 cursor: auto; | |
25315 padding-right: 4em; | |
25316 font-size: 1.42857em; | |
25317 color: #999; } | |
25318 .navbar-search.input-focused input[type='search']::-webkit-input-placeholder { | |
25319 color: rgba(153, 153, 153, 0.3); } | |
25320 .navbar-search.input-focused input[type='search']:-moz-placeholder { | |
25321 color: rgba(153, 153, 153, 0.3); } | |
25322 .navbar-search.input-focused input[type='search']::-moz-placeholder { | |
25323 color: rgba(153, 153, 153, 0.3); } | |
25324 .navbar-search.input-focused input[type='search']:-ms-input-placeholder { | |
25325 color: rgba(153, 153, 153, 0.3); } | |
25326 .navbar-search.input-focused .list-icon { | |
25327 color: #8253eb; } | |
25328 .navbar-search.input-focused .remove-focus { | |
25329 opacity: 1; | |
25330 visibility: visible; | |
25331 -webkit-transition: all 0.3s ease-in-out; | |
25332 transition: all 0.3s ease-in-out; } | |
25333 body.rtl .navbar-search input[type="search"] { | |
25334 padding: 0 3.57143em 0 1em; } | |
25335 body.rtl .navbar-search .list-icon { | |
25336 left: 0; | |
25337 right: 1.25rem; | |
25338 float: right; } | |
25339 body.rtl .navbar-search.input-focused .remove-focus { | |
25340 right: auto; | |
25341 left: 2.5rem; } | |
25342 | |
25343 /* Header Dark | |
25344 ========================*/ | |
25345 .header-dark .navbar-nav > li > a.active, .header-dark .navbar-nav > li > a:hover, .header-dark .navbar-nav > li > a:focus { | |
25346 background: #9165f4; | |
25347 color: #fff; } | |
25348 | |
25349 .header-dark .navbar-nav .open > a { | |
25350 background-color: #9165f4; } | |
25351 | |
25352 /* Header Light | |
25353 ========================*/ | |
25354 .header-light .navbar { | |
25355 background: #fff; } | |
25356 | |
25357 .header-light .navbar-nav > li > a { | |
25358 color: #8253eb; } | |
25359 .header-light .navbar-nav > li > a:hover, .header-light .navbar-nav > li > a:focus { | |
25360 background: #fdfcff; } | |
25361 | |
25362 .header-light .navbar-nav .open > a { | |
25363 background-color: #fdfcff; } | |
25364 | |
25365 .header-light .navbar-search:not(.input-focused), .header-light .navbar-search:not(.input-focused) .list-icon { | |
25366 color: #8253eb; } | |
25367 | |
25368 .header-light .navbar-search:not(.input-focused) input[type="text"]::-webkit-input-placeholder { | |
25369 color: #8253eb; } | |
25370 | |
25371 .header-light .navbar-search:not(.input-focused) input[type="text"]:-moz-placeholder { | |
25372 color: #8253eb; } | |
25373 | |
25374 .header-light .navbar-search:not(.input-focused) input[type="text"]::-moz-placeholder { | |
25375 color: #8253eb; } | |
25376 | |
25377 .header-light .navbar-search:not(.input-focused) input[type="text"]:-ms-input-placeholder { | |
25378 color: #8253eb; } | |
25379 | |
25380 /* Header for Horizontal Sidebar Pages | |
25381 ========================*/ | |
25382 @media (min-width: 961px) { | |
25383 .sidebar-horizontal .sidebar-toggle { | |
25384 display: none; } | |
25385 .sidebar-horizontal .navbar { | |
25386 -webkit-box-shadow: none; | |
25387 box-shadow: none; | |
25388 border: 0; } | |
25389 .sidebar-horizontal .side-menu > li > a .list-icon { | |
25390 top: 0.375rem; | |
25391 position: relative; } } | |
25392 | |
25393 /* Header with Centered Logo | |
25394 ========================*/ | |
25395 @media (min-width: 961px) { | |
25396 .header-centered .navbar { | |
25397 padding-left: 1.07143em; } | |
25398 .header-centered .navbar-header { | |
25399 position: absolute; | |
25400 left: 50%; | |
25401 -webkit-transform: translateX(-50%); | |
25402 transform: translateX(-50%); } | |
25403 .sidebar-horizontal.header-centered .side-menu { | |
25404 -webkit-box-pack: center; | |
25405 -ms-flex-pack: center; | |
25406 justify-content: center; } | |
25407 .sidebar-horizontal.header-centered .side-menu ul { | |
25408 text-align: left; } } | |
25409 | |
25410 /* Widget Contact Info | |
25411 ========================*/ | |
25412 .nav-contact-info .contact-info-body { | |
25413 position: relative; | |
25414 z-index: 2; | |
25415 padding: 3.75rem 1rem 1rem; } | |
25416 .nav-contact-info .contact-info-body:before { | |
25417 content: ''; | |
25418 display: block; | |
25419 position: absolute; | |
25420 top: 0; | |
25421 right: 50%; | |
25422 height: 1.875rem; | |
25423 width: 4.375rem; | |
25424 -webkit-transform: translateX(50%); | |
25425 transform: translateX(50%); | |
25426 border-bottom-left-radius: 5.625rem; | |
25427 border-bottom-right-radius: 5.625rem; | |
25428 background: #fff; | |
25429 z-index: -1; } | |
25430 | |
25431 /******************************** | |
25432 ********************************* | |
25433 BASIC | |
25434 ********************************* | |
25435 *********************************/ | |
25436 /* Colors | |
25437 ========================*/ | |
25438 /******************************** | |
25439 ********************************* | |
25440 SIDEBAR | |
25441 ********************************* | |
25442 *********************************/ | |
25443 .site-sidebar { | |
25444 position: relative; | |
25445 z-index: 9; | |
25446 background: #fff; | |
25447 border-right: 1px solid #eef1f2; | |
25448 padding: 0; | |
25449 display: -webkit-box; | |
25450 display: -ms-flexbox; | |
25451 display: flex; | |
25452 -webkit-box-orient: vertical; | |
25453 -webkit-box-direction: normal; | |
25454 -ms-flex-flow: column; | |
25455 flex-flow: column; | |
25456 padding-bottom: 30px; } | |
25457 .site-sidebar.scrollbar-enabled { | |
25458 padding-right: 0; } | |
25459 .rtl .site-sidebar { | |
25460 border-right: 0; | |
25461 border-left: 1px solid #eef1f2; } | |
25462 | |
25463 .sidebar-nav { | |
25464 -webkit-box-flex: 1; | |
25465 -ms-flex: 1; | |
25466 flex: 1; | |
25467 padding: 0 1.07143em; } | |
25468 | |
25469 @media (max-width: 960px) { | |
25470 .scrollbar-enabled.site-sidebar { | |
25471 position: absolute; } | |
25472 .site-sidebar { | |
25473 display: none; | |
25474 width: 30em; | |
25475 max-width: 100%; | |
25476 position: absolute; } } | |
25477 | |
25478 .sidebar-collapse .sidebar-collapse-hidden { | |
25479 display: none !important; } | |
25480 | |
25481 /* Sidebar User Area | |
25482 ========================*/ | |
25483 .side-user { | |
25484 padding: 1.42857em 0; | |
25485 border-bottom: 1px solid #eef1f2; | |
25486 margin-right: -1px; | |
25487 position: relative; } | |
25488 .sidebar-collapse .side-user { | |
25489 padding-top: 0.71429em; | |
25490 padding-bottom: 0.71429em; | |
25491 position: relative; | |
25492 top: 20px; | |
25493 padding-bottom: 0; } | |
25494 .sidebar-collapse .side-user .media-left { | |
25495 padding-right: 0; | |
25496 position: relative; | |
25497 left: -0.57143em; } | |
25498 .sidebar-collapse .side-user .dropdown-toggle { | |
25499 display: none; } | |
25500 .sidebar-collapse .side-user figure::after { | |
25501 height: 0.7em; | |
25502 width: 0.7em; | |
25503 bottom: 0px; | |
25504 left: 0.28571em; } | |
25505 .sidebar-collapse .side-user img { | |
25506 max-width: 2.85714em; | |
25507 height: auto; } | |
25508 .side-user .media { | |
25509 color: #8253eb; } | |
25510 .side-user .side-user-heading { | |
25511 color: #444; | |
25512 font-family: "Montserrat", sans-serif; } | |
25513 .side-user .side-user-heading:hover { | |
25514 color: #8253eb; } | |
25515 .side-user .side-user-link { | |
25516 display: none; | |
25517 height: 1.85714em; | |
25518 width: 1.85714em; | |
25519 background: #fff; | |
25520 position: absolute; | |
25521 right: -5px; | |
25522 bottom: -5px; | |
25523 -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4); | |
25524 box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4); | |
25525 border-radius: 3.57143em; } | |
25526 .side-user .side-user-link .list-icon { | |
25527 font-size: 1em; | |
25528 line-height: 1.92857em; } | |
25529 .side-user > a:hover .media-heading, | |
25530 .side-user .active .media-heading { | |
25531 color: #8253eb; } | |
25532 .side-user .media-body { | |
25533 font-size: 0.92857em; } | |
25534 .side-user [class*="user--"]:after { | |
25535 right: auto; | |
25536 left: 0.5rem; } | |
25537 body.rtl .side-user { | |
25538 padding-right: 0; } | |
25539 | |
25540 /* Vertical Sidebar | |
25541 ========================*/ | |
25542 .side-menu { | |
25543 -webkit-box-orient: vertical; | |
25544 -webkit-box-direction: normal; | |
25545 -ms-flex-direction: column; | |
25546 flex-direction: column; | |
25547 position: relative; | |
25548 line-height: 2.14286em; | |
25549 margin-top: 1.42857em; | |
25550 font-family: "Montserrat", sans-serif; } | |
25551 .side-menu ul { | |
25552 font-size: 0.85714em; | |
25553 font-weight: 300; | |
25554 margin-left: 3.58333em; | |
25555 position: relative; | |
25556 top: -10px; } | |
25557 .side-menu ul ul { | |
25558 font-size: 0.85714em; | |
25559 margin-left: 1.25em; | |
25560 top: 0; } | |
25561 .side-menu .collapse.in { | |
25562 display: block; } | |
25563 .side-menu li { | |
25564 position: relative; } | |
25565 .side-menu li a { | |
25566 color: #8253eb; | |
25567 position: relative; | |
25568 display: block; | |
25569 padding-top: 0; | |
25570 padding-bottom: 0; | |
25571 font-weight: 500; } | |
25572 .side-menu li a:hover { | |
25573 color: #8253eb; } | |
25574 .side-menu > li > a { | |
25575 padding: 0.46429em 0 0.46429em 1.07143em; | |
25576 line-height: 3.42857em; | |
25577 color: #3e4b5b; | |
25578 border-top: 1px solid transparent; | |
25579 font-family: "Montserrat", sans-serif; | |
25580 display: -webkit-box; | |
25581 display: -ms-flexbox; | |
25582 display: flex; | |
25583 -webkit-box-align: center; | |
25584 -ms-flex-align: center; | |
25585 align-items: center; } | |
25586 .side-menu > li > a:hover, .side-menu > li > a:focus { | |
25587 color: #444; | |
25588 background: transparent; } | |
25589 .side-menu > li > a .hide-text { | |
25590 -webkit-box-flex: 1; | |
25591 -ms-flex: 1; | |
25592 flex: 1; } | |
25593 .side-menu > li > a i { | |
25594 font-size: 1.28571em; | |
25595 vertical-align: middle; | |
25596 position: relative; | |
25597 top: -2px; } | |
25598 body.rtl .side-menu > li > a i.list-icon { | |
25599 margin-left: .4em; } | |
25600 .side-menu > li > a .badge, .side-menu > li > a .label { | |
25601 position: relative; | |
25602 top: 1.18182em; | |
25603 font-size: 0.73333em; | |
25604 line-height: 1.2; } | |
25605 .side-menu > li::after { | |
25606 content: " "; | |
25607 position: absolute; | |
25608 width: 100%; | |
25609 height: 1px; | |
25610 right: 0; | |
25611 background: rgba(255, 255, 255, 0.05); } | |
25612 .sidebar-collapse .side-menu > li > a { | |
25613 padding: 0.46429em 0 0.46429em 1.42857em; } | |
25614 body.rtl.sidebar-collapse .side-menu > li > a { | |
25615 padding: 0.46429em 1.07143em 0.46429em 1.42857em; } | |
25616 .side-menu > li:first-child > a { | |
25617 border-top: 0; } | |
25618 .side-menu .list-icon { | |
25619 margin-right: 0.4em; | |
25620 line-height: inherit; } | |
25621 .side-menu :not([class*="color-"]) > .list-icon { | |
25622 color: #8253eb; } | |
25623 .side-menu .menu-item-has-children > a { | |
25624 position: relative; } | |
25625 .side-menu .menu-item-has-children > a::before { | |
25626 font-family: 'feather'; | |
25627 content: "\e928"; | |
25628 position: absolute; | |
25629 right: 0.55556em; | |
25630 top: 50%; | |
25631 -webkit-transform: translateY(-50%); | |
25632 transform: translateY(-50%); | |
25633 font-size: 0.75rem; | |
25634 color: #7b7b7b; } | |
25635 body.rtl .side-menu .menu-item-has-children > a::before { | |
25636 right: auto; | |
25637 left: 0; } | |
25638 .side-menu .menu-item-has-children.active > a::before { | |
25639 content: "\e928"; } | |
25640 body.rtl .side-menu { | |
25641 padding-right: 0; } | |
25642 body.rtl .side-menu ul { | |
25643 margin-left: 0; } | |
25644 body.rtl .side-menu ul ul { | |
25645 padding-right: 0; | |
25646 margin-right: 1em; } | |
25647 | |
25648 /* Expanded Vertical Sidebar | |
25649 ========================*/ | |
25650 @media (min-width: 961px) { | |
25651 .sidebar-expand .site-sidebar { | |
25652 position: fixed; | |
25653 width: 14.0625rem; | |
25654 height: calc(100vh - 5rem); } | |
25655 .sidebar-expand .site-sidebar .side-menu > li > a { | |
25656 border-top-color: #eef1f2; } } | |
25657 | |
25658 /* Collapsed Vertical Sidebar | |
25659 ========================*/ | |
25660 @media (min-width: 961px) { | |
25661 .sidebar-collapse .site-sidebar { | |
25662 position: absolute; | |
25663 top: 5rem; | |
25664 left: 0; | |
25665 width: 3.75rem; | |
25666 bottom: 0; | |
25667 overflow: visible !important; } | |
25668 .sidebar-collapse .hide-menu, .sidebar-collapse .hide-menu .badge, .sidebar-collapse .hide-menu .label { | |
25669 display: none; } | |
25670 .sidebar-collapse .sidebar-nav { | |
25671 padding: 0; } | |
25672 .sidebar-collapse .side-menu > li:hover { | |
25673 width: 21.46154em; | |
25674 border-top-right-radius: 5px; } | |
25675 .sidebar-collapse .side-menu > li:hover > a { | |
25676 background: #fdfcff; | |
25677 display: block; | |
25678 z-index: 9; } | |
25679 .sidebar-collapse .side-menu > li:hover > a .hide-menu { | |
25680 display: inline-block; } | |
25681 .sidebar-collapse .side-menu > li:hover .sub-menu { | |
25682 margin-top: 1.07143em; } | |
25683 .sidebar-collapse .side-menu > li:hover > a, .sidebar-collapse .side-menu > li:hover .sub-menu { | |
25684 -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); | |
25685 box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); } | |
25686 .sidebar-collapse .side-menu > li > a { | |
25687 -webkit-transition: none; | |
25688 transition: none; } | |
25689 .sidebar-collapse .side-menu > li > a::before { | |
25690 display: none; } | |
25691 .sidebar-collapse .side-menu li:hover > .sub-menu { | |
25692 display: block; } | |
25693 .sidebar-collapse .side-menu .sub-menu { | |
25694 position: absolute; | |
25695 top: 3.69231em; | |
25696 left: calc(3.75rem - 1px); | |
25697 width: calc(100% - 3.75rem + 1px); | |
25698 margin-left: 0; | |
25699 padding: 0 0 1.15385em; | |
25700 display: none; | |
25701 background: #fdfcff; | |
25702 z-index: 10; } | |
25703 .sidebar-collapse .side-menu .sub-menu li { | |
25704 background: #fdfcff; } | |
25705 .sidebar-collapse .side-menu .sub-menu .sub-menu { | |
25706 left: 100%; | |
25707 top: 0; | |
25708 padding-top: 1.15385em; } | |
25709 .sidebar-collapse .side-menu .sub-menu a { | |
25710 padding: 0 1.15385em 0 1.92308em; } | |
25711 .sidebar-collapse .sidebar-module { | |
25712 display: none; } | |
25713 body.rtl.sidebar-collapse .site-sidebar { | |
25714 left: auto; | |
25715 right: 0; } | |
25716 body.rtl.sidebar-collapse .side-menu .sub-menu { | |
25717 left: 0; } } | |
25718 | |
25719 /* Horizontal Sidebar | |
25720 ========================*/ | |
25721 @media (min-width: 961px) { | |
25722 .sidebar-horizontal .site-sidebar { | |
25723 padding: 0 1.07143em; | |
25724 -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); | |
25725 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); | |
25726 position: relative; | |
25727 width: 100%; } | |
25728 .sidebar-horizontal .fix-top .site-sidebar { | |
25729 position: fixed; | |
25730 top: 0; } | |
25731 .sidebar-horizontal .list-icon { | |
25732 margin-right: 0; } | |
25733 .sidebar-horizontal .side-user, .sidebar-horizontal .side-menu .badge, .sidebar-horizontal .side-menu .label { | |
25734 display: none; } | |
25735 .sidebar-horizontal .side-menu { | |
25736 margin-top: 0; | |
25737 display: -webkit-box; | |
25738 display: -ms-flexbox; | |
25739 display: flex; | |
25740 -webkit-box-orient: horizontal; | |
25741 -webkit-box-direction: normal; | |
25742 -ms-flex-flow: row; | |
25743 flex-flow: row; } | |
25744 .sidebar-horizontal .side-menu ul { | |
25745 position: absolute; | |
25746 top: 0; | |
25747 left: 100%; | |
25748 background: #fdfcff; | |
25749 z-index: 9; | |
25750 margin-left: 0; | |
25751 width: 16.92308em; | |
25752 padding: 0.76923em 0; | |
25753 display: none; | |
25754 line-height: 2.76923em; | |
25755 -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); | |
25756 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } | |
25757 .sidebar-horizontal .side-menu ul li { | |
25758 background: #fdfcff; } | |
25759 .sidebar-horizontal .side-menu ul li:last-child { | |
25760 padding-bottom: 0.35714em; } | |
25761 .sidebar-horizontal .side-menu li:hover > ul { | |
25762 display: block; } | |
25763 .sidebar-horizontal .side-menu a { | |
25764 padding-right: 1.07143em; | |
25765 padding-left: 1.07143em; } | |
25766 .sidebar-horizontal .side-menu > li { | |
25767 display: inline-block; } | |
25768 .sidebar-horizontal .side-menu > li > ul { | |
25769 left: 0; | |
25770 top: 100%; } | |
25771 .sidebar-horizontal .side-menu > li > ul a { | |
25772 font-size: 1.07692em; } | |
25773 .sidebar-horizontal .side-menu > li > a { | |
25774 border: 0; | |
25775 padding: 0.66667em 1em 0.33333em; | |
25776 text-align: center; } | |
25777 .sidebar-horizontal .side-menu > li > a::after { | |
25778 content: ""; | |
25779 width: 100%; | |
25780 height: 0.13333em; | |
25781 background: transparent; | |
25782 position: absolute; | |
25783 bottom: -0.06667em; | |
25784 left: 0; | |
25785 z-index: 10; } | |
25786 .sidebar-horizontal .side-menu > li > a::before { | |
25787 display: none; } | |
25788 .sidebar-horizontal .side-menu > li > a .list-icon { | |
25789 display: block; } | |
25790 .sidebar-horizontal .side-menu .two-li { | |
25791 width: 31.42857em; } | |
25792 .sidebar-horizontal .side-menu .two-li::after { | |
25793 clear: both; | |
25794 content: ""; | |
25795 display: block; } | |
25796 .sidebar-horizontal .side-menu .two-li li { | |
25797 float: left; | |
25798 width: 50%; } } | |
25799 | |
25800 /* Sidebar Dark | |
25801 ========================*/ | |
25802 .sidebar-dark .content-wrapper { | |
25803 background: #835c9e; } | |
25804 | |
25805 .sidebar-dark .site-sidebar { | |
25806 background: #835c9e; | |
25807 border-color: rgba(255, 255, 255, 0.2); } | |
25808 .sidebar-dark .site-sidebar .ps-scrollbar-y-rail, | |
25809 .sidebar-dark .site-sidebar .ps-scrollbar-x { | |
25810 background: transparent !important; } | |
25811 .sidebar-dark .site-sidebar .ps-scrollbar-y { | |
25812 background: gainsboro !important; | |
25813 right: 0 !important; | |
25814 width: 0.3125rem !important; } | |
25815 | |
25816 .sidebar-dark .side-menu li:hover, .sidebar-dark .side-menu li.active { | |
25817 background: #8253eb; } | |
25818 | |
25819 .sidebar-dark .side-menu li.active > a { | |
25820 color: #fff; } | |
25821 | |
25822 .sidebar-dark .side-menu li a { | |
25823 color: #afb2ba; } | |
25824 .sidebar-dark .side-menu li a:hover { | |
25825 color: #fff; } | |
25826 | |
25827 .sidebar-dark .side-menu :not([class*="color-"]) > .list-icon, | |
25828 .sidebar-dark .side-menu .menu-item-has-children > a::before { | |
25829 color: #737986; } | |
25830 | |
25831 .sidebar-dark.sidebar-collapse .side-menu .sub-menu, .sidebar-dark.sidebar-horizontal .side-menu .sub-menu { | |
25832 background: #8253eb; } | |
25833 .sidebar-dark.sidebar-collapse .side-menu .sub-menu li, .sidebar-dark.sidebar-horizontal .side-menu .sub-menu li { | |
25834 background: #8253eb; } | |
25835 | |
25836 .sidebar-dark .side-user { | |
25837 border-bottom: 0; } | |
25838 .sidebar-dark .side-user .media { | |
25839 color: #afb2ba; } | |
25840 .sidebar-dark .side-user .media-heading { | |
25841 color: #fff; | |
25842 font-weight: 400; } | |
25843 .sidebar-dark .side-user > a:hover .media-heading, | |
25844 .sidebar-dark .side-user .active .media-heading { | |
25845 color: #fff; } | |
25846 .sidebar-dark .side-user .side-menu li:hover { | |
25847 background: transparent; } | |
25848 .sidebar-dark .side-user .side-menu li a { | |
25849 color: #afb2ba; } | |
25850 .sidebar-dark .side-user .side-menu li a:hover { | |
25851 color: #fff; } | |
25852 .sidebar-dark .side-user [class*="user--"]:after { | |
25853 border-color: #8253eb; } | |
25854 | |
25855 /* Right Sidebar | |
25856 ========================*/ | |
25857 .scrollbar-enabled { | |
25858 position: relative; | |
25859 padding-right: 15px; } | |
25860 .left-scroll .scrollbar-enabled { | |
25861 padding-right: 0; | |
25862 padding-left: 15px; } | |
25863 | |
25864 .sidebar-dark .site-sidebar .ps-scrollbar-y-rail, | |
25865 .sidebar-dark .site-sidebar .ps-scrollbar-x, | |
25866 .right-sidebar-dark .right-sidebar .ps-scrollbar-y-rail, | |
25867 .right-sidebar-dark .right-sidebar .ps-scrollbar-x { | |
25868 background: transparent !important; } | |
25869 | |
25870 .sidebar-dark .site-sidebar .ps-scrollbar-y, | |
25871 .right-sidebar-dark .right-sidebar .ps-scrollbar-y { | |
25872 background: gainsboro !important; | |
25873 right: 0 !important; | |
25874 width: 0.3125rem !important; } | |
25875 | |
25876 .right-sidebar { | |
25877 position: fixed; | |
25878 top: 5rem; | |
25879 right: 0; | |
25880 width: 14.0625rem; | |
25881 background: #fff; | |
25882 height: calc(100vh - 5rem); | |
25883 border-left: 1px solid #eef1f2; | |
25884 -webkit-transform: translateX(100%); | |
25885 transform: translateX(100%); | |
25886 padding: 1.07143em; | |
25887 z-index: 9; } | |
25888 .right-sidebar-expand .right-sidebar { | |
25889 -webkit-transform: translateY(0); | |
25890 transform: translateY(0); } | |
25891 @media (min-width: 768px) and (max-width: 1023px) { | |
25892 .right-sidebar .right-sidebar { | |
25893 width: 100%; | |
25894 height: auto; } } | |
25895 body.rtl .right-sidebar { | |
25896 left: 0; | |
25897 right: auto; | |
25898 -webkit-transform: translateX(-100%); | |
25899 transform: translateX(-100%); | |
25900 border-left: 0; | |
25901 border-right: 1px solid #eef1f2; } | |
25902 body.rtl.right-sidebar-expand .right-sidebar { | |
25903 -webkit-transform: translateX(0); | |
25904 transform: translateX(0); } | |
25905 | |
25906 .sidebar-chat-info { | |
25907 color: #8253eb; | |
25908 font-size: 0.92857em; } | |
25909 | |
25910 /* Sidebar Chat | |
25911 ========================*/ | |
25912 .sidebar-chat { | |
25913 z-index: 9999999; } | |
25914 .sidebar-chat .list-group-item { | |
25915 background: none; | |
25916 border: 0; | |
25917 border-top: 1px solid #eef1f2; | |
25918 padding: 0.71429em 0; | |
25919 overflow: hidden; | |
25920 color: #999; | |
25921 display: -webkit-box; | |
25922 display: -ms-flexbox; | |
25923 display: flex; | |
25924 -webkit-box-align: center; | |
25925 -ms-flex-align: center; | |
25926 align-items: center; } | |
25927 .sidebar-chat .list-group-item:hover, .sidebar-chat .list-group-item.chat-active, .sidebar-chat .list-group-item.active, .sidebar-chat .list-group-item.active:focus, .sidebar-chat .list-group-item.active:hover { | |
25928 background: #fdfcff; | |
25929 color: #999; | |
25930 z-index: auto; } | |
25931 .sidebar-chat .list-group-item figure { | |
25932 margin-bottom: 0; } | |
25933 .sidebar-chat .list-group-item > span { | |
25934 line-height: 1em; | |
25935 display: -webkit-box; | |
25936 display: -ms-flexbox; | |
25937 display: flex; | |
25938 -webkit-box-pack: end; | |
25939 -ms-flex-pack: end; | |
25940 justify-content: flex-end; | |
25941 -webkit-box-orient: vertical; | |
25942 -webkit-box-direction: normal; | |
25943 -ms-flex-direction: column; | |
25944 flex-direction: column; } | |
25945 .sidebar-chat .list-group-item .name { | |
25946 font-size: 0.92857em; | |
25947 font-family: "Montserrat", sans-serif; | |
25948 color: #444; | |
25949 font-weight: 500; | |
25950 top: 0.69231em; | |
25951 margin-bottom: 0.38462em; | |
25952 margin-top: 0.30769em; } | |
25953 .sidebar-chat .list-group-item .username { | |
25954 opacity: 0.7; | |
25955 font-size: 0.85714em; | |
25956 top: -0.08333em; } | |
25957 .sidebar-chat .list-group-item:first-child { | |
25958 border-radius: 0; } | |
25959 .sidebar-chat [class*="user-"]:after { | |
25960 position: absolute; | |
25961 top: calc(50% + 15px); | |
25962 left: 0; | |
25963 -webkit-transform: translateY(-50%); | |
25964 transform: translateY(-50%); } | |
25965 | |
25966 .sidebar-chat-subtitle { | |
25967 text-transform: uppercase; | |
25968 margin-top: 2.85714em; | |
25969 color: #bbb; | |
25970 font-weight: 700; | |
25971 letter-spacing: 0.07143em; } | |
25972 | |
25973 /* Chat Panel | |
25974 ========================*/ | |
25975 .chat-panel { | |
25976 position: fixed; | |
25977 top: calc(100vh); | |
25978 right: calc( 14.0625rem + 15px); | |
25979 width: 24.28571em; | |
25980 -webkit-transform: translateY(-100%) translateX(14.0625rem); | |
25981 transform: translateY(-100%) translateX(14.0625rem); | |
25982 z-index: 9999; } | |
25983 .right-sidebar-expand .chat-panel { | |
25984 -webkit-transform: translateY(-100%) translateX(0); | |
25985 transform: translateY(-100%) translateX(0); } | |
25986 .chat-panel .minimize { | |
25987 border: 0; | |
25988 background: none; | |
25989 height: auto; | |
25990 width: auto; | |
25991 padding: 0; | |
25992 margin: 0; | |
25993 margin-right: 0.35714em; | |
25994 line-height: 1em; | |
25995 position: relative; | |
25996 top: -0.07143em; | |
25997 float: right; | |
25998 color: #000; | |
25999 opacity: 0.2; } | |
26000 .chat-panel .minimize:hover { | |
26001 opacity: 0.5; } | |
26002 .chat-panel .user-name { | |
26003 color: #444; } | |
26004 .chat-panel .close { | |
26005 opacity: 0.2; } | |
26006 .chat-panel .close:hover { | |
26007 opacity: 0.5; } | |
26008 .chat-panel .card { | |
26009 border-radius: 10px; | |
26010 border: none; | |
26011 -webkit-box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1); | |
26012 box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1); | |
26013 margin-bottom: 1.42857em; } | |
26014 .chat-panel .card-header { | |
26015 background: none; | |
26016 padding: 1.07143em 1.42857em; | |
26017 font-size: 1.14286em; | |
26018 border-bottom: 1px solid #f1f1f1; } | |
26019 .chat-panel .card-header button { | |
26020 cursor: pointer; } | |
26021 .chat-panel .card-body { | |
26022 padding: 1.07143em; } | |
26023 .chat-panel .card-footer { | |
26024 background: none; | |
26025 padding: 1.07143em 1.42857em; | |
26026 border-top: 1px solid #f1f1f1; } | |
26027 .chat-panel .card-footer a i { | |
26028 color: #bbb; | |
26029 position: relative; | |
26030 top: 4px; } | |
26031 .chat-panel .card-footer textarea::-webkit-input-placeholder { | |
26032 color: #bbb; } | |
26033 .chat-panel .card-footer textarea:-moz-placeholder { | |
26034 color: #bbb; } | |
26035 .chat-panel .card-footer textarea::-moz-placeholder { | |
26036 color: #bbb; } | |
26037 .chat-panel .card-footer textarea:-ms-input-placeholder { | |
26038 color: #bbb; } | |
26039 .chat-panel .messages { | |
26040 position: relative; | |
26041 max-height: 21.42857em; | |
26042 overflow-y: scroll; | |
26043 margin-top: -1.07143em; | |
26044 margin-right: -1.07143em; | |
26045 margin-left: -1.07143em; | |
26046 padding-top: 1.07143em; | |
26047 padding-right: 1.07143em; | |
26048 padding-left: 1.07143em; } | |
26049 body.rtl .chat-panel { | |
26050 right: auto; | |
26051 left: calc(14.0625rem + 15px); } | |
26052 | |
26053 /* Dark Right Sidebar | |
26054 ========================*/ | |
26055 .right-sidebar-dark .right-sidebar { | |
26056 background: #835c9e; | |
26057 border-color: rgba(255, 255, 255, 0.2); } | |
26058 .right-sidebar-dark .right-sidebar .list-group-item:hover, .right-sidebar-dark .right-sidebar .list-group-item.chat-active, .right-sidebar-dark .right-sidebar .list-group-item.active, .right-sidebar-dark .right-sidebar .list-group-item.active:focus, .right-sidebar-dark .right-sidebar .list-group-item.active:hover { | |
26059 background: #8253eb; } | |
26060 .right-sidebar-dark .right-sidebar .list-group-item:hover .name, .right-sidebar-dark .right-sidebar .list-group-item.chat-active .name, .right-sidebar-dark .right-sidebar .list-group-item.active .name, .right-sidebar-dark .right-sidebar .list-group-item.active:focus .name, .right-sidebar-dark .right-sidebar .list-group-item.active:hover .name { | |
26061 color: #fff; } | |
26062 .right-sidebar-dark .right-sidebar .list-group-item span { | |
26063 color: #afb2ba; } | |
26064 | |
26065 .right-sidebar-dark .right-sidebar h3, .right-sidebar-dark .sidebar-chat-subtitle { | |
26066 color: #fff; } | |
26067 | |
26068 .right-sidebar-dark .sidebar-chat-info { | |
26069 color: #afb2ba; } | |
26070 | |
26071 .right-sidebar-dark .chat-panel .minimize, | |
26072 .right-sidebar-dark .chat-panel button.close { | |
26073 color: #fff; | |
26074 opacity: .4; } | |
26075 .right-sidebar-dark .chat-panel .minimize:hover, | |
26076 .right-sidebar-dark .chat-panel button.close:hover { | |
26077 opacity: 1; } | |
26078 | |
26079 .right-sidebar-dark .chat-panel .message p { | |
26080 background: #8253eb; | |
26081 color: #fff; } | |
26082 | |
26083 .right-sidebar-dark .chat-panel .chat-extra-buttons a { | |
26084 -webkit-transition: all 0.3s ease; | |
26085 transition: all 0.3s ease; | |
26086 color: #fff; } | |
26087 .right-sidebar-dark .chat-panel .chat-extra-buttons a:hover { | |
26088 opacity: 0.6; | |
26089 border: 0; } | |
26090 | |
26091 .right-sidebar-dark .chat-panel textarea { | |
26092 border-color: rgba(255, 255, 255, 0.2); | |
26093 color: #fff; | |
26094 background: transparent; } | |
26095 .right-sidebar-dark .chat-panel textarea::-webkit-input-placeholder { | |
26096 color: #fff; | |
26097 opacity: .7; } | |
26098 .right-sidebar-dark .chat-panel textarea:-moz-placeholder { | |
26099 color: #fff; | |
26100 opacity: .7; } | |
26101 .right-sidebar-dark .chat-panel textarea::-moz-placeholder { | |
26102 color: #fff; | |
26103 opacity: .7; } | |
26104 .right-sidebar-dark .chat-panel textarea:-ms-input-placeholder { | |
26105 color: #fff; | |
26106 opacity: .7; } | |
26107 | |
26108 /******************************** | |
26109 ********************************* | |
26110 MEDIA QUERIES | |
26111 ********************************* | |
26112 *********************************/ | |
26113 | |
26114 /*# sourceMappingURL=style.css.map */ |