aboutsummaryrefslogtreecommitdiff
path: root/assets_src
diff options
context:
space:
mode:
authorJan C <jan@ruken.pw>2016-03-28 12:38:57 (UTC)
committerJan C <jan@ruken.pw>2016-03-28 12:38:57 (UTC)
commit4f24c4711d50e524bf85bb69f3ad3172524d1e3e (patch)
tree29c040e96e7d87cf54fe16ed0257ce7bbf2b1cb3 /assets_src
parent6c7e2d5c7c231e5cf409974994545d7901846a6b (diff)
gitignore angepasst, material icons selfhosten und so.
Diffstat (limited to 'assets_src')
-rw-r--r--assets_src/css/material_icons.css36
-rw-r--r--assets_src/css/materialize.css11203
-rw-r--r--assets_src/css/materialize.min.css16
3 files changed, 11255 insertions, 0 deletions
diff --git a/assets_src/css/material_icons.css b/assets_src/css/material_icons.css
new file mode 100644
index 0000000..f206a91
--- /dev/null
+++ b/assets_src/css/material_icons.css
@@ -0,0 +1,36 @@
1@font-face {
2 font-family: 'Material Icons';
3 font-style: normal;
4 font-weight: 400;
5 src: url(/assets/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
6 src: local('Material Icons'),
7 local('MaterialIcons-Regular'),
8 url(/assets/fonts/MaterialIcons-Regular.woff2) format('woff2'),
9 url(/assets/fonts/MaterialIcons-Regular.woff) format('woff'),
10 url(/assets/fonts/MaterialIcons-Regular.ttf) format('truetype');
11}
12
13.material-icons {
14 font-family: 'Material Icons';
15 font-weight: normal;
16 font-style: normal;
17 font-size: 24px; /* Preferred icon size */
18 display: inline-block;
19 line-height: 1;
20 text-transform: none;
21 letter-spacing: normal;
22 word-wrap: normal;
23 white-space: nowrap;
24 direction: ltr;
25
26 /* Support for all WebKit browsers. */
27 -webkit-font-smoothing: antialiased;
28 /* Support for Safari and Chrome. */
29 text-rendering: optimizeLegibility;
30
31 /* Support for Firefox. */
32 -moz-osx-font-smoothing: grayscale;
33
34 /* Support for IE. */
35 font-feature-settings: 'liga';
36} \ No newline at end of file
diff --git a/assets_src/css/materialize.css b/assets_src/css/materialize.css
new file mode 100644
index 0000000..d6fa9c8
--- /dev/null
+++ b/assets_src/css/materialize.css
@@ -0,0 +1,11203 @@
1.materialize-red.lighten-5 {
2 background-color: #fdeaeb !important;
3}
4
5.materialize-red-text.text-lighten-5 {
6 color: #fdeaeb !important;
7}
8
9.materialize-red.lighten-4 {
10 background-color: #f8c1c3 !important;
11}
12
13.materialize-red-text.text-lighten-4 {
14 color: #f8c1c3 !important;
15}
16
17.materialize-red.lighten-3 {
18 background-color: #f3989b !important;
19}
20
21.materialize-red-text.text-lighten-3 {
22 color: #f3989b !important;
23}
24
25.materialize-red.lighten-2 {
26 background-color: #ee6e73 !important;
27}
28
29.materialize-red-text.text-lighten-2 {
30 color: #ee6e73 !important;
31}
32
33.materialize-red.lighten-1 {
34 background-color: #ea454b !important;
35}
36
37.materialize-red-text.text-lighten-1 {
38 color: #ea454b !important;
39}
40
41.materialize-red {
42 background-color: #e51c23 !important;
43}
44
45.materialize-red-text {
46 color: #e51c23 !important;
47}
48
49.materialize-red.darken-1 {
50 background-color: #d0181e !important;
51}
52
53.materialize-red-text.text-darken-1 {
54 color: #d0181e !important;
55}
56
57.materialize-red.darken-2 {
58 background-color: #b9151b !important;
59}
60
61.materialize-red-text.text-darken-2 {
62 color: #b9151b !important;
63}
64
65.materialize-red.darken-3 {
66 background-color: #a21318 !important;
67}
68
69.materialize-red-text.text-darken-3 {
70 color: #a21318 !important;
71}
72
73.materialize-red.darken-4 {
74 background-color: #8b1014 !important;
75}
76
77.materialize-red-text.text-darken-4 {
78 color: #8b1014 !important;
79}
80
81.red.lighten-5 {
82 background-color: #FFEBEE !important;
83}
84
85.red-text.text-lighten-5 {
86 color: #FFEBEE !important;
87}
88
89.red.lighten-4 {
90 background-color: #FFCDD2 !important;
91}
92
93.red-text.text-lighten-4 {
94 color: #FFCDD2 !important;
95}
96
97.red.lighten-3 {
98 background-color: #EF9A9A !important;
99}
100
101.red-text.text-lighten-3 {
102 color: #EF9A9A !important;
103}
104
105.red.lighten-2 {
106 background-color: #E57373 !important;
107}
108
109.red-text.text-lighten-2 {
110 color: #E57373 !important;
111}
112
113.red.lighten-1 {
114 background-color: #EF5350 !important;
115}
116
117.red-text.text-lighten-1 {
118 color: #EF5350 !important;
119}
120
121.red {
122 background-color: #F44336 !important;
123}
124
125.red-text {
126 color: #F44336 !important;
127}
128
129.red.darken-1 {
130 background-color: #E53935 !important;
131}
132
133.red-text.text-darken-1 {
134 color: #E53935 !important;
135}
136
137.red.darken-2 {
138 background-color: #D32F2F !important;
139}
140
141.red-text.text-darken-2 {
142 color: #D32F2F !important;
143}
144
145.red.darken-3 {
146 background-color: #C62828 !important;
147}
148
149.red-text.text-darken-3 {
150 color: #C62828 !important;
151}
152
153.red.darken-4 {
154 background-color: #B71C1C !important;
155}
156
157.red-text.text-darken-4 {
158 color: #B71C1C !important;
159}
160
161.red.accent-1 {
162 background-color: #FF8A80 !important;
163}
164
165.red-text.text-accent-1 {
166 color: #FF8A80 !important;
167}
168
169.red.accent-2 {
170 background-color: #FF5252 !important;
171}
172
173.red-text.text-accent-2 {
174 color: #FF5252 !important;
175}
176
177.red.accent-3 {
178 background-color: #FF1744 !important;
179}
180
181.red-text.text-accent-3 {
182 color: #FF1744 !important;
183}
184
185.red.accent-4 {
186 background-color: #D50000 !important;
187}
188
189.red-text.text-accent-4 {
190 color: #D50000 !important;
191}
192
193.pink.lighten-5 {
194 background-color: #fce4ec !important;
195}
196
197.pink-text.text-lighten-5 {
198 color: #fce4ec !important;
199}
200
201.pink.lighten-4 {
202 background-color: #f8bbd0 !important;
203}
204
205.pink-text.text-lighten-4 {
206 color: #f8bbd0 !important;
207}
208
209.pink.lighten-3 {
210 background-color: #f48fb1 !important;
211}
212
213.pink-text.text-lighten-3 {
214 color: #f48fb1 !important;
215}
216
217.pink.lighten-2 {
218 background-color: #f06292 !important;
219}
220
221.pink-text.text-lighten-2 {
222 color: #f06292 !important;
223}
224
225.pink.lighten-1 {
226 background-color: #ec407a !important;
227}
228
229.pink-text.text-lighten-1 {
230 color: #ec407a !important;
231}
232
233.pink {
234 background-color: #e91e63 !important;
235}
236
237.pink-text {
238 color: #e91e63 !important;
239}
240
241.pink.darken-1 {
242 background-color: #d81b60 !important;
243}
244
245.pink-text.text-darken-1 {
246 color: #d81b60 !important;
247}
248
249.pink.darken-2 {
250 background-color: #c2185b !important;
251}
252
253.pink-text.text-darken-2 {
254 color: #c2185b !important;
255}
256
257.pink.darken-3 {
258 background-color: #ad1457 !important;
259}
260
261.pink-text.text-darken-3 {
262 color: #ad1457 !important;
263}
264
265.pink.darken-4 {
266 background-color: #880e4f !important;
267}
268
269.pink-text.text-darken-4 {
270 color: #880e4f !important;
271}
272
273.pink.accent-1 {
274 background-color: #ff80ab !important;
275}
276
277.pink-text.text-accent-1 {
278 color: #ff80ab !important;
279}
280
281.pink.accent-2 {
282 background-color: #ff4081 !important;
283}
284
285.pink-text.text-accent-2 {
286 color: #ff4081 !important;
287}
288
289.pink.accent-3 {
290 background-color: #f50057 !important;
291}
292
293.pink-text.text-accent-3 {
294 color: #f50057 !important;
295}
296
297.pink.accent-4 {
298 background-color: #c51162 !important;
299}
300
301.pink-text.text-accent-4 {
302 color: #c51162 !important;
303}
304
305.purple.lighten-5 {
306 background-color: #f3e5f5 !important;
307}
308
309.purple-text.text-lighten-5 {
310 color: #f3e5f5 !important;
311}
312
313.purple.lighten-4 {
314 background-color: #e1bee7 !important;
315}
316
317.purple-text.text-lighten-4 {
318 color: #e1bee7 !important;
319}
320
321.purple.lighten-3 {
322 background-color: #ce93d8 !important;
323}
324
325.purple-text.text-lighten-3 {
326 color: #ce93d8 !important;
327}
328
329.purple.lighten-2 {
330 background-color: #ba68c8 !important;
331}
332
333.purple-text.text-lighten-2 {
334 color: #ba68c8 !important;
335}
336
337.purple.lighten-1 {
338 background-color: #ab47bc !important;
339}
340
341.purple-text.text-lighten-1 {
342 color: #ab47bc !important;
343}
344
345.purple {
346 background-color: #9c27b0 !important;
347}
348
349.purple-text {
350 color: #9c27b0 !important;
351}
352
353.purple.darken-1 {
354 background-color: #8e24aa !important;
355}
356
357.purple-text.text-darken-1 {
358 color: #8e24aa !important;
359}
360
361.purple.darken-2 {
362 background-color: #7b1fa2 !important;
363}
364
365.purple-text.text-darken-2 {
366 color: #7b1fa2 !important;
367}
368
369.purple.darken-3 {
370 background-color: #6a1b9a !important;
371}
372
373.purple-text.text-darken-3 {
374 color: #6a1b9a !important;
375}
376
377.purple.darken-4 {
378 background-color: #4a148c !important;
379}
380
381.purple-text.text-darken-4 {
382 color: #4a148c !important;
383}
384
385.purple.accent-1 {
386 background-color: #ea80fc !important;
387}
388
389.purple-text.text-accent-1 {
390 color: #ea80fc !important;
391}
392
393.purple.accent-2 {
394 background-color: #e040fb !important;
395}
396
397.purple-text.text-accent-2 {
398 color: #e040fb !important;
399}
400
401.purple.accent-3 {
402 background-color: #d500f9 !important;
403}
404
405.purple-text.text-accent-3 {
406 color: #d500f9 !important;
407}
408
409.purple.accent-4 {
410 background-color: #aa00ff !important;
411}
412
413.purple-text.text-accent-4 {
414 color: #aa00ff !important;
415}
416
417.deep-purple.lighten-5 {
418 background-color: #ede7f6 !important;
419}
420
421.deep-purple-text.text-lighten-5 {
422 color: #ede7f6 !important;
423}
424
425.deep-purple.lighten-4 {
426 background-color: #d1c4e9 !important;
427}
428
429.deep-purple-text.text-lighten-4 {
430 color: #d1c4e9 !important;
431}
432
433.deep-purple.lighten-3 {
434 background-color: #b39ddb !important;
435}
436
437.deep-purple-text.text-lighten-3 {
438 color: #b39ddb !important;
439}
440
441.deep-purple.lighten-2 {
442 background-color: #9575cd !important;
443}
444
445.deep-purple-text.text-lighten-2 {
446 color: #9575cd !important;
447}
448
449.deep-purple.lighten-1 {
450 background-color: #7e57c2 !important;
451}
452
453.deep-purple-text.text-lighten-1 {
454 color: #7e57c2 !important;
455}
456
457.deep-purple {
458 background-color: #673ab7 !important;
459}
460
461.deep-purple-text {
462 color: #673ab7 !important;
463}
464
465.deep-purple.darken-1 {
466 background-color: #5e35b1 !important;
467}
468
469.deep-purple-text.text-darken-1 {
470 color: #5e35b1 !important;
471}
472
473.deep-purple.darken-2 {
474 background-color: #512da8 !important;
475}
476
477.deep-purple-text.text-darken-2 {
478 color: #512da8 !important;
479}
480
481.deep-purple.darken-3 {
482 background-color: #4527a0 !important;
483}
484
485.deep-purple-text.text-darken-3 {
486 color: #4527a0 !important;
487}
488
489.deep-purple.darken-4 {
490 background-color: #311b92 !important;
491}
492
493.deep-purple-text.text-darken-4 {
494 color: #311b92 !important;
495}
496
497.deep-purple.accent-1 {
498 background-color: #b388ff !important;
499}
500
501.deep-purple-text.text-accent-1 {
502 color: #b388ff !important;
503}
504
505.deep-purple.accent-2 {
506 background-color: #7c4dff !important;
507}
508
509.deep-purple-text.text-accent-2 {
510 color: #7c4dff !important;
511}
512
513.deep-purple.accent-3 {
514 background-color: #651fff !important;
515}
516
517.deep-purple-text.text-accent-3 {
518 color: #651fff !important;
519}
520
521.deep-purple.accent-4 {
522 background-color: #6200ea !important;
523}
524
525.deep-purple-text.text-accent-4 {
526 color: #6200ea !important;
527}
528
529.indigo.lighten-5 {
530 background-color: #e8eaf6 !important;
531}
532
533.indigo-text.text-lighten-5 {
534 color: #e8eaf6 !important;
535}
536
537.indigo.lighten-4 {
538 background-color: #c5cae9 !important;
539}
540
541.indigo-text.text-lighten-4 {
542 color: #c5cae9 !important;
543}
544
545.indigo.lighten-3 {
546 background-color: #9fa8da !important;
547}
548
549.indigo-text.text-lighten-3 {
550 color: #9fa8da !important;
551}
552
553.indigo.lighten-2 {
554 background-color: #7986cb !important;
555}
556
557.indigo-text.text-lighten-2 {
558 color: #7986cb !important;
559}
560
561.indigo.lighten-1 {
562 background-color: #5c6bc0 !important;
563}
564
565.indigo-text.text-lighten-1 {
566 color: #5c6bc0 !important;
567}
568
569.indigo {
570 background-color: #3f51b5 !important;
571}
572
573.indigo-text {
574 color: #3f51b5 !important;
575}
576
577.indigo.darken-1 {
578 background-color: #3949ab !important;
579}
580
581.indigo-text.text-darken-1 {
582 color: #3949ab !important;
583}
584
585.indigo.darken-2 {
586 background-color: #303f9f !important;
587}
588
589.indigo-text.text-darken-2 {
590 color: #303f9f !important;
591}
592
593.indigo.darken-3 {
594 background-color: #283593 !important;
595}
596
597.indigo-text.text-darken-3 {
598 color: #283593 !important;
599}
600
601.indigo.darken-4 {
602 background-color: #1a237e !important;
603}
604
605.indigo-text.text-darken-4 {
606 color: #1a237e !important;
607}
608
609.indigo.accent-1 {
610 background-color: #8c9eff !important;
611}
612
613.indigo-text.text-accent-1 {
614 color: #8c9eff !important;
615}
616
617.indigo.accent-2 {
618 background-color: #536dfe !important;
619}
620
621.indigo-text.text-accent-2 {
622 color: #536dfe !important;
623}
624
625.indigo.accent-3 {
626 background-color: #3d5afe !important;
627}
628
629.indigo-text.text-accent-3 {
630 color: #3d5afe !important;
631}
632
633.indigo.accent-4 {
634 background-color: #304ffe !important;
635}
636
637.indigo-text.text-accent-4 {
638 color: #304ffe !important;
639}
640
641.blue.lighten-5 {
642 background-color: #E3F2FD !important;
643}
644
645.blue-text.text-lighten-5 {
646 color: #E3F2FD !important;
647}
648
649.blue.lighten-4 {
650 background-color: #BBDEFB !important;
651}
652
653.blue-text.text-lighten-4 {
654 color: #BBDEFB !important;
655}
656
657.blue.lighten-3 {
658 background-color: #90CAF9 !important;
659}
660
661.blue-text.text-lighten-3 {
662 color: #90CAF9 !important;
663}
664
665.blue.lighten-2 {
666 background-color: #64B5F6 !important;
667}
668
669.blue-text.text-lighten-2 {
670 color: #64B5F6 !important;
671}
672
673.blue.lighten-1 {
674 background-color: #42A5F5 !important;
675}
676
677.blue-text.text-lighten-1 {
678 color: #42A5F5 !important;
679}
680
681.blue {
682 background-color: #2196F3 !important;
683}
684
685.blue-text {
686 color: #2196F3 !important;
687}
688
689.blue.darken-1 {
690 background-color: #1E88E5 !important;
691}
692
693.blue-text.text-darken-1 {
694 color: #1E88E5 !important;
695}
696
697.blue.darken-2 {
698 background-color: #1976D2 !important;
699}
700
701.blue-text.text-darken-2 {
702 color: #1976D2 !important;
703}
704
705.blue.darken-3 {
706 background-color: #1565C0 !important;
707}
708
709.blue-text.text-darken-3 {
710 color: #1565C0 !important;
711}
712
713.blue.darken-4 {
714 background-color: #0D47A1 !important;
715}
716
717.blue-text.text-darken-4 {
718 color: #0D47A1 !important;
719}
720
721.blue.accent-1 {
722 background-color: #82B1FF !important;
723}
724
725.blue-text.text-accent-1 {
726 color: #82B1FF !important;
727}
728
729.blue.accent-2 {
730 background-color: #448AFF !important;
731}
732
733.blue-text.text-accent-2 {
734 color: #448AFF !important;
735}
736
737.blue.accent-3 {
738 background-color: #2979FF !important;
739}
740
741.blue-text.text-accent-3 {
742 color: #2979FF !important;
743}
744
745.blue.accent-4 {
746 background-color: #2962FF !important;
747}
748
749.blue-text.text-accent-4 {
750 color: #2962FF !important;
751}
752
753.light-blue.lighten-5 {
754 background-color: #e1f5fe !important;
755}
756
757.light-blue-text.text-lighten-5 {
758 color: #e1f5fe !important;
759}
760
761.light-blue.lighten-4 {
762 background-color: #b3e5fc !important;
763}
764
765.light-blue-text.text-lighten-4 {
766 color: #b3e5fc !important;
767}
768
769.light-blue.lighten-3 {
770 background-color: #81d4fa !important;
771}
772
773.light-blue-text.text-lighten-3 {
774 color: #81d4fa !important;
775}
776
777.light-blue.lighten-2 {
778 background-color: #4fc3f7 !important;
779}
780
781.light-blue-text.text-lighten-2 {
782 color: #4fc3f7 !important;
783}
784
785.light-blue.lighten-1 {
786 background-color: #29b6f6 !important;
787}
788
789.light-blue-text.text-lighten-1 {
790 color: #29b6f6 !important;
791}
792
793.light-blue {
794 background-color: #03a9f4 !important;
795}
796
797.light-blue-text {
798 color: #03a9f4 !important;
799}
800
801.light-blue.darken-1 {
802 background-color: #039be5 !important;
803}
804
805.light-blue-text.text-darken-1 {
806 color: #039be5 !important;
807}
808
809.light-blue.darken-2 {
810 background-color: #0288d1 !important;
811}
812
813.light-blue-text.text-darken-2 {
814 color: #0288d1 !important;
815}
816
817.light-blue.darken-3 {
818 background-color: #0277bd !important;
819}
820
821.light-blue-text.text-darken-3 {
822 color: #0277bd !important;
823}
824
825.light-blue.darken-4 {
826 background-color: #01579b !important;
827}
828
829.light-blue-text.text-darken-4 {
830 color: #01579b !important;
831}
832
833.light-blue.accent-1 {
834 background-color: #80d8ff !important;
835}
836
837.light-blue-text.text-accent-1 {
838 color: #80d8ff !important;
839}
840
841.light-blue.accent-2 {
842 background-color: #40c4ff !important;
843}
844
845.light-blue-text.text-accent-2 {
846 color: #40c4ff !important;
847}
848
849.light-blue.accent-3 {
850 background-color: #00b0ff !important;
851}
852
853.light-blue-text.text-accent-3 {
854 color: #00b0ff !important;
855}
856
857.light-blue.accent-4 {
858 background-color: #0091ea !important;
859}
860
861.light-blue-text.text-accent-4 {
862 color: #0091ea !important;
863}
864
865.cyan.lighten-5 {
866 background-color: #e0f7fa !important;
867}
868
869.cyan-text.text-lighten-5 {
870 color: #e0f7fa !important;
871}
872
873.cyan.lighten-4 {
874 background-color: #b2ebf2 !important;
875}
876
877.cyan-text.text-lighten-4 {
878 color: #b2ebf2 !important;
879}
880
881.cyan.lighten-3 {
882 background-color: #80deea !important;
883}
884
885.cyan-text.text-lighten-3 {
886 color: #80deea !important;
887}
888
889.cyan.lighten-2 {
890 background-color: #4dd0e1 !important;
891}
892
893.cyan-text.text-lighten-2 {
894 color: #4dd0e1 !important;
895}
896
897.cyan.lighten-1 {
898 background-color: #26c6da !important;
899}
900
901.cyan-text.text-lighten-1 {
902 color: #26c6da !important;
903}
904
905.cyan {
906 background-color: #00bcd4 !important;
907}
908
909.cyan-text {
910 color: #00bcd4 !important;
911}
912
913.cyan.darken-1 {
914 background-color: #00acc1 !important;
915}
916
917.cyan-text.text-darken-1 {
918 color: #00acc1 !important;
919}
920
921.cyan.darken-2 {
922 background-color: #0097a7 !important;
923}
924
925.cyan-text.text-darken-2 {
926 color: #0097a7 !important;
927}
928
929.cyan.darken-3 {
930 background-color: #00838f !important;
931}
932
933.cyan-text.text-darken-3 {
934 color: #00838f !important;
935}
936
937.cyan.darken-4 {
938 background-color: #006064 !important;
939}
940
941.cyan-text.text-darken-4 {
942 color: #006064 !important;
943}
944
945.cyan.accent-1 {
946 background-color: #84ffff !important;
947}
948
949.cyan-text.text-accent-1 {
950 color: #84ffff !important;
951}
952
953.cyan.accent-2 {
954 background-color: #18ffff !important;
955}
956
957.cyan-text.text-accent-2 {
958 color: #18ffff !important;
959}
960
961.cyan.accent-3 {
962 background-color: #00e5ff !important;
963}
964
965.cyan-text.text-accent-3 {
966 color: #00e5ff !important;
967}
968
969.cyan.accent-4 {
970 background-color: #00b8d4 !important;
971}
972
973.cyan-text.text-accent-4 {
974 color: #00b8d4 !important;
975}
976
977.teal.lighten-5 {
978 background-color: #e0f2f1 !important;
979}
980
981.teal-text.text-lighten-5 {
982 color: #e0f2f1 !important;
983}
984
985.teal.lighten-4 {
986 background-color: #b2dfdb !important;
987}
988
989.teal-text.text-lighten-4 {
990 color: #b2dfdb !important;
991}
992
993.teal.lighten-3 {
994 background-color: #80cbc4 !important;
995}
996
997.teal-text.text-lighten-3 {
998 color: #80cbc4 !important;
999}
1000
1001.teal.lighten-2 {
1002 background-color: #4db6ac !important;
1003}
1004
1005.teal-text.text-lighten-2 {
1006 color: #4db6ac !important;
1007}
1008
1009.teal.lighten-1 {
1010 background-color: #26a69a !important;
1011}
1012
1013.teal-text.text-lighten-1 {
1014 color: #26a69a !important;
1015}
1016
1017.teal {
1018 background-color: #009688 !important;
1019}
1020
1021.teal-text {
1022 color: #009688 !important;
1023}
1024
1025.teal.darken-1 {
1026 background-color: #00897b !important;
1027}
1028
1029.teal-text.text-darken-1 {
1030 color: #00897b !important;
1031}
1032
1033.teal.darken-2 {
1034 background-color: #00796b !important;
1035}
1036
1037.teal-text.text-darken-2 {
1038 color: #00796b !important;
1039}
1040
1041.teal.darken-3 {
1042 background-color: #00695c !important;
1043}
1044
1045.teal-text.text-darken-3 {
1046 color: #00695c !important;
1047}
1048
1049.teal.darken-4 {
1050 background-color: #004d40 !important;
1051}
1052
1053.teal-text.text-darken-4 {
1054 color: #004d40 !important;
1055}
1056
1057.teal.accent-1 {
1058 background-color: #a7ffeb !important;
1059}
1060
1061.teal-text.text-accent-1 {
1062 color: #a7ffeb !important;
1063}
1064
1065.teal.accent-2 {
1066 background-color: #64ffda !important;
1067}
1068
1069.teal-text.text-accent-2 {
1070 color: #64ffda !important;
1071}
1072
1073.teal.accent-3 {
1074 background-color: #1de9b6 !important;
1075}
1076
1077.teal-text.text-accent-3 {
1078 color: #1de9b6 !important;
1079}
1080
1081.teal.accent-4 {
1082 background-color: #00bfa5 !important;
1083}
1084
1085.teal-text.text-accent-4 {
1086 color: #00bfa5 !important;
1087}
1088
1089.green.lighten-5 {
1090 background-color: #E8F5E9 !important;
1091}
1092
1093.green-text.text-lighten-5 {
1094 color: #E8F5E9 !important;
1095}
1096
1097.green.lighten-4 {
1098 background-color: #C8E6C9 !important;
1099}
1100
1101.green-text.text-lighten-4 {
1102 color: #C8E6C9 !important;
1103}
1104
1105.green.lighten-3 {
1106 background-color: #A5D6A7 !important;
1107}
1108
1109.green-text.text-lighten-3 {
1110 color: #A5D6A7 !important;
1111}
1112
1113.green.lighten-2 {
1114 background-color: #81C784 !important;
1115}
1116
1117.green-text.text-lighten-2 {
1118 color: #81C784 !important;
1119}
1120
1121.green.lighten-1 {
1122 background-color: #66BB6A !important;
1123}
1124
1125.green-text.text-lighten-1 {
1126 color: #66BB6A !important;
1127}
1128
1129.green {
1130 background-color: #4CAF50 !important;
1131}
1132
1133.green-text {
1134 color: #4CAF50 !important;
1135}
1136
1137.green.darken-1 {
1138 background-color: #43A047 !important;
1139}
1140
1141.green-text.text-darken-1 {
1142 color: #43A047 !important;
1143}
1144
1145.green.darken-2 {
1146 background-color: #388E3C !important;
1147}
1148
1149.green-text.text-darken-2 {
1150 color: #388E3C !important;
1151}
1152
1153.green.darken-3 {
1154 background-color: #2E7D32 !important;
1155}
1156
1157.green-text.text-darken-3 {
1158 color: #2E7D32 !important;
1159}
1160
1161.green.darken-4 {
1162 background-color: #1B5E20 !important;
1163}
1164
1165.green-text.text-darken-4 {
1166 color: #1B5E20 !important;
1167}
1168
1169.green.accent-1 {
1170 background-color: #B9F6CA !important;
1171}
1172
1173.green-text.text-accent-1 {
1174 color: #B9F6CA !important;
1175}
1176
1177.green.accent-2 {
1178 background-color: #69F0AE !important;
1179}
1180
1181.green-text.text-accent-2 {
1182 color: #69F0AE !important;
1183}
1184
1185.green.accent-3 {
1186 background-color: #00E676 !important;
1187}
1188
1189.green-text.text-accent-3 {
1190 color: #00E676 !important;
1191}
1192
1193.green.accent-4 {
1194 background-color: #00C853 !important;
1195}
1196
1197.green-text.text-accent-4 {
1198 color: #00C853 !important;
1199}
1200
1201.light-green.lighten-5 {
1202 background-color: #f1f8e9 !important;
1203}
1204
1205.light-green-text.text-lighten-5 {
1206 color: #f1f8e9 !important;
1207}
1208
1209.light-green.lighten-4 {
1210 background-color: #dcedc8 !important;
1211}
1212
1213.light-green-text.text-lighten-4 {
1214 color: #dcedc8 !important;
1215}
1216
1217.light-green.lighten-3 {
1218 background-color: #c5e1a5 !important;
1219}
1220
1221.light-green-text.text-lighten-3 {
1222 color: #c5e1a5 !important;
1223}
1224
1225.light-green.lighten-2 {
1226 background-color: #aed581 !important;
1227}
1228
1229.light-green-text.text-lighten-2 {
1230 color: #aed581 !important;
1231}
1232
1233.light-green.lighten-1 {
1234 background-color: #9ccc65 !important;
1235}
1236
1237.light-green-text.text-lighten-1 {
1238 color: #9ccc65 !important;
1239}
1240
1241.light-green {
1242 background-color: #8bc34a !important;
1243}
1244
1245.light-green-text {
1246 color: #8bc34a !important;
1247}
1248
1249.light-green.darken-1 {
1250 background-color: #7cb342 !important;
1251}
1252
1253.light-green-text.text-darken-1 {
1254 color: #7cb342 !important;
1255}
1256
1257.light-green.darken-2 {
1258 background-color: #689f38 !important;
1259}
1260
1261.light-green-text.text-darken-2 {
1262 color: #689f38 !important;
1263}
1264
1265.light-green.darken-3 {
1266 background-color: #558b2f !important;
1267}
1268
1269.light-green-text.text-darken-3 {
1270 color: #558b2f !important;
1271}
1272
1273.light-green.darken-4 {
1274 background-color: #33691e !important;
1275}
1276
1277.light-green-text.text-darken-4 {
1278 color: #33691e !important;
1279}
1280
1281.light-green.accent-1 {
1282 background-color: #ccff90 !important;
1283}
1284
1285.light-green-text.text-accent-1 {
1286 color: #ccff90 !important;
1287}
1288
1289.light-green.accent-2 {
1290 background-color: #b2ff59 !important;
1291}
1292
1293.light-green-text.text-accent-2 {
1294 color: #b2ff59 !important;
1295}
1296
1297.light-green.accent-3 {
1298 background-color: #76ff03 !important;
1299}
1300
1301.light-green-text.text-accent-3 {
1302 color: #76ff03 !important;
1303}
1304
1305.light-green.accent-4 {
1306 background-color: #64dd17 !important;
1307}
1308
1309.light-green-text.text-accent-4 {
1310 color: #64dd17 !important;
1311}
1312
1313.lime.lighten-5 {
1314 background-color: #f9fbe7 !important;
1315}
1316
1317.lime-text.text-lighten-5 {
1318 color: #f9fbe7 !important;
1319}
1320
1321.lime.lighten-4 {
1322 background-color: #f0f4c3 !important;
1323}
1324
1325.lime-text.text-lighten-4 {
1326 color: #f0f4c3 !important;
1327}
1328
1329.lime.lighten-3 {
1330 background-color: #e6ee9c !important;
1331}
1332
1333.lime-text.text-lighten-3 {
1334 color: #e6ee9c !important;
1335}
1336
1337.lime.lighten-2 {
1338 background-color: #dce775 !important;
1339}
1340
1341.lime-text.text-lighten-2 {
1342 color: #dce775 !important;
1343}
1344
1345.lime.lighten-1 {
1346 background-color: #d4e157 !important;
1347}
1348
1349.lime-text.text-lighten-1 {
1350 color: #d4e157 !important;
1351}
1352
1353.lime {
1354 background-color: #cddc39 !important;
1355}
1356
1357.lime-text {
1358 color: #cddc39 !important;
1359}
1360
1361.lime.darken-1 {
1362 background-color: #c0ca33 !important;
1363}
1364
1365.lime-text.text-darken-1 {
1366 color: #c0ca33 !important;
1367}
1368
1369.lime.darken-2 {
1370 background-color: #afb42b !important;
1371}
1372
1373.lime-text.text-darken-2 {
1374 color: #afb42b !important;
1375}
1376
1377.lime.darken-3 {
1378 background-color: #9e9d24 !important;
1379}
1380
1381.lime-text.text-darken-3 {
1382 color: #9e9d24 !important;
1383}
1384
1385.lime.darken-4 {
1386 background-color: #827717 !important;
1387}
1388
1389.lime-text.text-darken-4 {
1390 color: #827717 !important;
1391}
1392
1393.lime.accent-1 {
1394 background-color: #f4ff81 !important;
1395}
1396
1397.lime-text.text-accent-1 {
1398 color: #f4ff81 !important;
1399}
1400
1401.lime.accent-2 {
1402 background-color: #eeff41 !important;
1403}
1404
1405.lime-text.text-accent-2 {
1406 color: #eeff41 !important;
1407}
1408
1409.lime.accent-3 {
1410 background-color: #c6ff00 !important;
1411}
1412
1413.lime-text.text-accent-3 {
1414 color: #c6ff00 !important;
1415}
1416
1417.lime.accent-4 {
1418 background-color: #aeea00 !important;
1419}
1420
1421.lime-text.text-accent-4 {
1422 color: #aeea00 !important;
1423}
1424
1425.yellow.lighten-5 {
1426 background-color: #fffde7 !important;
1427}
1428
1429.yellow-text.text-lighten-5 {
1430 color: #fffde7 !important;
1431}
1432
1433.yellow.lighten-4 {
1434 background-color: #fff9c4 !important;
1435}
1436
1437.yellow-text.text-lighten-4 {
1438 color: #fff9c4 !important;
1439}
1440
1441.yellow.lighten-3 {
1442 background-color: #fff59d !important;
1443}
1444
1445.yellow-text.text-lighten-3 {
1446 color: #fff59d !important;
1447}
1448
1449.yellow.lighten-2 {
1450 background-color: #fff176 !important;
1451}
1452
1453.yellow-text.text-lighten-2 {
1454 color: #fff176 !important;
1455}
1456
1457.yellow.lighten-1 {
1458 background-color: #ffee58 !important;
1459}
1460
1461.yellow-text.text-lighten-1 {
1462 color: #ffee58 !important;
1463}
1464
1465.yellow {
1466 background-color: #ffeb3b !important;
1467}
1468
1469.yellow-text {
1470 color: #ffeb3b !important;
1471}
1472
1473.yellow.darken-1 {
1474 background-color: #fdd835 !important;
1475}
1476
1477.yellow-text.text-darken-1 {
1478 color: #fdd835 !important;
1479}
1480
1481.yellow.darken-2 {
1482 background-color: #fbc02d !important;
1483}
1484
1485.yellow-text.text-darken-2 {
1486 color: #fbc02d !important;
1487}
1488
1489.yellow.darken-3 {
1490 background-color: #f9a825 !important;
1491}
1492
1493.yellow-text.text-darken-3 {
1494 color: #f9a825 !important;
1495}
1496
1497.yellow.darken-4 {
1498 background-color: #f57f17 !important;
1499}
1500
1501.yellow-text.text-darken-4 {
1502 color: #f57f17 !important;
1503}
1504
1505.yellow.accent-1 {
1506 background-color: #ffff8d !important;
1507}
1508
1509.yellow-text.text-accent-1 {
1510 color: #ffff8d !important;
1511}
1512
1513.yellow.accent-2 {
1514 background-color: #ffff00 !important;
1515}
1516
1517.yellow-text.text-accent-2 {
1518 color: #ffff00 !important;
1519}
1520
1521.yellow.accent-3 {
1522 background-color: #ffea00 !important;
1523}
1524
1525.yellow-text.text-accent-3 {
1526 color: #ffea00 !important;
1527}
1528
1529.yellow.accent-4 {
1530 background-color: #ffd600 !important;
1531}
1532
1533.yellow-text.text-accent-4 {
1534 color: #ffd600 !important;
1535}
1536
1537.amber.lighten-5 {
1538 background-color: #fff8e1 !important;
1539}
1540
1541.amber-text.text-lighten-5 {
1542 color: #fff8e1 !important;
1543}
1544
1545.amber.lighten-4 {
1546 background-color: #ffecb3 !important;
1547}
1548
1549.amber-text.text-lighten-4 {
1550 color: #ffecb3 !important;
1551}
1552
1553.amber.lighten-3 {
1554 background-color: #ffe082 !important;
1555}
1556
1557.amber-text.text-lighten-3 {
1558 color: #ffe082 !important;
1559}
1560
1561.amber.lighten-2 {
1562 background-color: #ffd54f !important;
1563}
1564
1565.amber-text.text-lighten-2 {
1566 color: #ffd54f !important;
1567}
1568
1569.amber.lighten-1 {
1570 background-color: #ffca28 !important;
1571}
1572
1573.amber-text.text-lighten-1 {
1574 color: #ffca28 !important;
1575}
1576
1577.amber {
1578 background-color: #ffc107 !important;
1579}
1580
1581.amber-text {
1582 color: #ffc107 !important;
1583}
1584
1585.amber.darken-1 {
1586 background-color: #ffb300 !important;
1587}
1588
1589.amber-text.text-darken-1 {
1590 color: #ffb300 !important;
1591}
1592
1593.amber.darken-2 {
1594 background-color: #ffa000 !important;
1595}
1596
1597.amber-text.text-darken-2 {
1598 color: #ffa000 !important;
1599}
1600
1601.amber.darken-3 {
1602 background-color: #ff8f00 !important;
1603}
1604
1605.amber-text.text-darken-3 {
1606 color: #ff8f00 !important;
1607}
1608
1609.amber.darken-4 {
1610 background-color: #ff6f00 !important;
1611}
1612
1613.amber-text.text-darken-4 {
1614 color: #ff6f00 !important;
1615}
1616
1617.amber.accent-1 {
1618 background-color: #ffe57f !important;
1619}
1620
1621.amber-text.text-accent-1 {
1622 color: #ffe57f !important;
1623}
1624
1625.amber.accent-2 {
1626 background-color: #ffd740 !important;
1627}
1628
1629.amber-text.text-accent-2 {
1630 color: #ffd740 !important;
1631}
1632
1633.amber.accent-3 {
1634 background-color: #ffc400 !important;
1635}
1636
1637.amber-text.text-accent-3 {
1638 color: #ffc400 !important;
1639}
1640
1641.amber.accent-4 {
1642 background-color: #ffab00 !important;
1643}
1644
1645.amber-text.text-accent-4 {
1646 color: #ffab00 !important;
1647}
1648
1649.orange.lighten-5 {
1650 background-color: #fff3e0 !important;
1651}
1652
1653.orange-text.text-lighten-5 {
1654 color: #fff3e0 !important;
1655}
1656
1657.orange.lighten-4 {
1658 background-color: #ffe0b2 !important;
1659}
1660
1661.orange-text.text-lighten-4 {
1662 color: #ffe0b2 !important;
1663}
1664
1665.orange.lighten-3 {
1666 background-color: #ffcc80 !important;
1667}
1668
1669.orange-text.text-lighten-3 {
1670 color: #ffcc80 !important;
1671}
1672
1673.orange.lighten-2 {
1674 background-color: #ffb74d !important;
1675}
1676
1677.orange-text.text-lighten-2 {
1678 color: #ffb74d !important;
1679}
1680
1681.orange.lighten-1 {
1682 background-color: #ffa726 !important;
1683}
1684
1685.orange-text.text-lighten-1 {
1686 color: #ffa726 !important;
1687}
1688
1689.orange {
1690 background-color: #ff9800 !important;
1691}
1692
1693.orange-text {
1694 color: #ff9800 !important;
1695}
1696
1697.orange.darken-1 {
1698 background-color: #fb8c00 !important;
1699}
1700
1701.orange-text.text-darken-1 {
1702 color: #fb8c00 !important;
1703}
1704
1705.orange.darken-2 {
1706 background-color: #f57c00 !important;
1707}
1708
1709.orange-text.text-darken-2 {
1710 color: #f57c00 !important;
1711}
1712
1713.orange.darken-3 {
1714 background-color: #ef6c00 !important;
1715}
1716
1717.orange-text.text-darken-3 {
1718 color: #ef6c00 !important;
1719}
1720
1721.orange.darken-4 {
1722 background-color: #e65100 !important;
1723}
1724
1725.orange-text.text-darken-4 {
1726 color: #e65100 !important;
1727}
1728
1729.orange.accent-1 {
1730 background-color: #ffd180 !important;
1731}
1732
1733.orange-text.text-accent-1 {
1734 color: #ffd180 !important;
1735}
1736
1737.orange.accent-2 {
1738 background-color: #ffab40 !important;
1739}
1740
1741.orange-text.text-accent-2 {
1742 color: #ffab40 !important;
1743}
1744
1745.orange.accent-3 {
1746 background-color: #ff9100 !important;
1747}
1748
1749.orange-text.text-accent-3 {
1750 color: #ff9100 !important;
1751}
1752
1753.orange.accent-4 {
1754 background-color: #ff6d00 !important;
1755}
1756
1757.orange-text.text-accent-4 {
1758 color: #ff6d00 !important;
1759}
1760
1761.deep-orange.lighten-5 {
1762 background-color: #fbe9e7 !important;
1763}
1764
1765.deep-orange-text.text-lighten-5 {
1766 color: #fbe9e7 !important;
1767}
1768
1769.deep-orange.lighten-4 {
1770 background-color: #ffccbc !important;
1771}
1772
1773.deep-orange-text.text-lighten-4 {
1774 color: #ffccbc !important;
1775}
1776
1777.deep-orange.lighten-3 {
1778 background-color: #ffab91 !important;
1779}
1780
1781.deep-orange-text.text-lighten-3 {
1782 color: #ffab91 !important;
1783}
1784
1785.deep-orange.lighten-2 {
1786 background-color: #ff8a65 !important;
1787}
1788
1789.deep-orange-text.text-lighten-2 {
1790 color: #ff8a65 !important;
1791}
1792
1793.deep-orange.lighten-1 {
1794 background-color: #ff7043 !important;
1795}
1796
1797.deep-orange-text.text-lighten-1 {
1798 color: #ff7043 !important;
1799}
1800
1801.deep-orange {
1802 background-color: #ff5722 !important;
1803}
1804
1805.deep-orange-text {
1806 color: #ff5722 !important;
1807}
1808
1809.deep-orange.darken-1 {
1810 background-color: #f4511e !important;
1811}
1812
1813.deep-orange-text.text-darken-1 {
1814 color: #f4511e !important;
1815}
1816
1817.deep-orange.darken-2 {
1818 background-color: #e64a19 !important;
1819}
1820
1821.deep-orange-text.text-darken-2 {
1822 color: #e64a19 !important;
1823}
1824
1825.deep-orange.darken-3 {
1826 background-color: #d84315 !important;
1827}
1828
1829.deep-orange-text.text-darken-3 {
1830 color: #d84315 !important;
1831}
1832
1833.deep-orange.darken-4 {
1834 background-color: #bf360c !important;
1835}
1836
1837.deep-orange-text.text-darken-4 {
1838 color: #bf360c !important;
1839}
1840
1841.deep-orange.accent-1 {
1842 background-color: #ff9e80 !important;
1843}
1844
1845.deep-orange-text.text-accent-1 {
1846 color: #ff9e80 !important;
1847}
1848
1849.deep-orange.accent-2 {
1850 background-color: #ff6e40 !important;
1851}
1852
1853.deep-orange-text.text-accent-2 {
1854 color: #ff6e40 !important;
1855}
1856
1857.deep-orange.accent-3 {
1858 background-color: #ff3d00 !important;
1859}
1860
1861.deep-orange-text.text-accent-3 {
1862 color: #ff3d00 !important;
1863}
1864
1865.deep-orange.accent-4 {
1866 background-color: #dd2c00 !important;
1867}
1868
1869.deep-orange-text.text-accent-4 {
1870 color: #dd2c00 !important;
1871}
1872
1873.brown.lighten-5 {
1874 background-color: #efebe9 !important;
1875}
1876
1877.brown-text.text-lighten-5 {
1878 color: #efebe9 !important;
1879}
1880
1881.brown.lighten-4 {
1882 background-color: #d7ccc8 !important;
1883}
1884
1885.brown-text.text-lighten-4 {
1886 color: #d7ccc8 !important;
1887}
1888
1889.brown.lighten-3 {
1890 background-color: #bcaaa4 !important;
1891}
1892
1893.brown-text.text-lighten-3 {
1894 color: #bcaaa4 !important;
1895}
1896
1897.brown.lighten-2 {
1898 background-color: #a1887f !important;
1899}
1900
1901.brown-text.text-lighten-2 {
1902 color: #a1887f !important;
1903}
1904
1905.brown.lighten-1 {
1906 background-color: #8d6e63 !important;
1907}
1908
1909.brown-text.text-lighten-1 {
1910 color: #8d6e63 !important;
1911}
1912
1913.brown {
1914 background-color: #795548 !important;
1915}
1916
1917.brown-text {
1918 color: #795548 !important;
1919}
1920
1921.brown.darken-1 {
1922 background-color: #6d4c41 !important;
1923}
1924
1925.brown-text.text-darken-1 {
1926 color: #6d4c41 !important;
1927}
1928
1929.brown.darken-2 {
1930 background-color: #5d4037 !important;
1931}
1932
1933.brown-text.text-darken-2 {
1934 color: #5d4037 !important;
1935}
1936
1937.brown.darken-3 {
1938 background-color: #4e342e !important;
1939}
1940
1941.brown-text.text-darken-3 {
1942 color: #4e342e !important;
1943}
1944
1945.brown.darken-4 {
1946 background-color: #3e2723 !important;
1947}
1948
1949.brown-text.text-darken-4 {
1950 color: #3e2723 !important;
1951}
1952
1953.blue-grey.lighten-5 {
1954 background-color: #eceff1 !important;
1955}
1956
1957.blue-grey-text.text-lighten-5 {
1958 color: #eceff1 !important;
1959}
1960
1961.blue-grey.lighten-4 {
1962 background-color: #cfd8dc !important;
1963}
1964
1965.blue-grey-text.text-lighten-4 {
1966 color: #cfd8dc !important;
1967}
1968
1969.blue-grey.lighten-3 {
1970 background-color: #b0bec5 !important;
1971}
1972
1973.blue-grey-text.text-lighten-3 {
1974 color: #b0bec5 !important;
1975}
1976
1977.blue-grey.lighten-2 {
1978 background-color: #90a4ae !important;
1979}
1980
1981.blue-grey-text.text-lighten-2 {
1982 color: #90a4ae !important;
1983}
1984
1985.blue-grey.lighten-1 {
1986 background-color: #78909c !important;
1987}
1988
1989.blue-grey-text.text-lighten-1 {
1990 color: #78909c !important;
1991}
1992
1993.blue-grey {
1994 background-color: #607d8b !important;
1995}
1996
1997.blue-grey-text {
1998 color: #607d8b !important;
1999}
2000
2001.blue-grey.darken-1 {
2002 background-color: #546e7a !important;
2003}
2004
2005.blue-grey-text.text-darken-1 {
2006 color: #546e7a !important;
2007}
2008
2009.blue-grey.darken-2 {
2010 background-color: #455a64 !important;
2011}
2012
2013.blue-grey-text.text-darken-2 {
2014 color: #455a64 !important;
2015}
2016
2017.blue-grey.darken-3 {
2018 background-color: #37474f !important;
2019}
2020
2021.blue-grey-text.text-darken-3 {
2022 color: #37474f !important;
2023}
2024
2025.blue-grey.darken-4 {
2026 background-color: #263238 !important;
2027}
2028
2029.blue-grey-text.text-darken-4 {
2030 color: #263238 !important;
2031}
2032
2033.grey.lighten-5 {
2034 background-color: #fafafa !important;
2035}
2036
2037.grey-text.text-lighten-5 {
2038 color: #fafafa !important;
2039}
2040
2041.grey.lighten-4 {
2042 background-color: #f5f5f5 !important;
2043}
2044
2045.grey-text.text-lighten-4 {
2046 color: #f5f5f5 !important;
2047}
2048
2049.grey.lighten-3 {
2050 background-color: #eeeeee !important;
2051}
2052
2053.grey-text.text-lighten-3 {
2054 color: #eeeeee !important;
2055}
2056
2057.grey.lighten-2 {
2058 background-color: #e0e0e0 !important;
2059}
2060
2061.grey-text.text-lighten-2 {
2062 color: #e0e0e0 !important;
2063}
2064
2065.grey.lighten-1 {
2066 background-color: #bdbdbd !important;
2067}
2068
2069.grey-text.text-lighten-1 {
2070 color: #bdbdbd !important;
2071}
2072
2073.grey {
2074 background-color: #9e9e9e !important;
2075}
2076
2077.grey-text {
2078 color: #9e9e9e !important;
2079}
2080
2081.grey.darken-1 {
2082 background-color: #757575 !important;
2083}
2084
2085.grey-text.text-darken-1 {
2086 color: #757575 !important;
2087}
2088
2089.grey.darken-2 {
2090 background-color: #616161 !important;
2091}
2092
2093.grey-text.text-darken-2 {
2094 color: #616161 !important;
2095}
2096
2097.grey.darken-3 {
2098 background-color: #424242 !important;
2099}
2100
2101.grey-text.text-darken-3 {
2102 color: #424242 !important;
2103}
2104
2105.grey.darken-4 {
2106 background-color: #212121 !important;
2107}
2108
2109.grey-text.text-darken-4 {
2110 color: #212121 !important;
2111}
2112
2113.shades.black {
2114 background-color: #000000 !important;
2115}
2116
2117.shades-text.text-black {
2118 color: #000000 !important;
2119}
2120
2121.shades.white {
2122 background-color: #FFFFFF !important;
2123}
2124
2125.shades-text.text-white {
2126 color: #FFFFFF !important;
2127}
2128
2129.shades.transparent {
2130 background-color: transparent !important;
2131}
2132
2133.shades-text.text-transparent {
2134 color: transparent !important;
2135}
2136
2137.black {
2138 background-color: #000000 !important;
2139}
2140
2141.black-text {
2142 color: #000000 !important;
2143}
2144
2145.white {
2146 background-color: #FFFFFF !important;
2147}
2148
2149.white-text {
2150 color: #FFFFFF !important;
2151}
2152
2153.transparent {
2154 background-color: transparent !important;
2155}
2156
2157.transparent-text {
2158 color: transparent !important;
2159}
2160
2161/*** Colors ***/
2162/*** Badges ***/
2163/*** Buttons ***/
2164/*** Cards ***/
2165/*** Collapsible ***/
2166/*** Chips ***/
2167/*** Date Picker ***/
2168/*** Dropdown ***/
2169/*** Fonts ***/
2170/*** Forms ***/
2171/*** Global ***/
2172/*** Navbar ***/
2173/*** SideNav ***/
2174/*** Photo Slider ***/
2175/*** Spinners | Loaders ***/
2176/*** Tabs ***/
2177/*** Tables ***/
2178/*** Toasts ***/
2179/*** Typography ***/
2180/*** Collections ***/
2181/* Progress Bar */
2182/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
2183/**
2184 * 1. Set default font family to sans-serif.
2185 * 2. Prevent iOS text size adjust after orientation change, without disabling
2186 * user zoom.
2187 */
2188html {
2189 font-family: sans-serif;
2190 /* 1 */
2191 -ms-text-size-adjust: 100%;
2192 /* 2 */
2193 -webkit-text-size-adjust: 100%;
2194 /* 2 */
2195}
2196
2197/**
2198 * Remove default margin.
2199 */
2200body {
2201 margin: 0;
2202}
2203
2204/* HTML5 display definitions
2205 ========================================================================== */
2206/**
2207 * Correct `block` display not defined for any HTML5 element in IE 8/9.
2208 * Correct `block` display not defined for `details` or `summary` in IE 10/11
2209 * and Firefox.
2210 * Correct `block` display not defined for `main` in IE 11.
2211 */
2212article,
2213aside,
2214details,
2215figcaption,
2216figure,
2217footer,
2218header,
2219hgroup,
2220main,
2221menu,
2222nav,
2223section,
2224summary {
2225 display: block;
2226}
2227
2228/**
2229 * 1. Correct `inline-block` display not defined in IE 8/9.
2230 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
2231 */
2232audio,
2233canvas,
2234progress,
2235video {
2236 display: inline-block;
2237 /* 1 */
2238 vertical-align: baseline;
2239 /* 2 */
2240}
2241
2242/**
2243 * Prevent modern browsers from displaying `audio` without controls.
2244 * Remove excess height in iOS 5 devices.
2245 */
2246audio:not([controls]) {
2247 display: none;
2248 height: 0;
2249}
2250
2251/**
2252 * Address `[hidden]` styling not present in IE 8/9/10.
2253 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
2254 */
2255[hidden],
2256template {
2257 display: none;
2258}
2259
2260/* Links
2261 ========================================================================== */
2262/**
2263 * Remove the gray background color from active links in IE 10.
2264 */
2265a {
2266 background-color: transparent;
2267}
2268
2269/**
2270 * Improve readability when focused and also mouse hovered in all browsers.
2271 */
2272a:active,
2273a:hover {
2274 outline: 0;
2275}
2276
2277/* Text-level semantics
2278 ========================================================================== */
2279/**
2280 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
2281 */
2282abbr[title] {
2283 border-bottom: 1px dotted;
2284}
2285
2286/**
2287 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
2288 */
2289b,
2290strong {
2291 font-weight: bold;
2292}
2293
2294/**
2295 * Address styling not present in Safari and Chrome.
2296 */
2297dfn {
2298 font-style: italic;
2299}
2300
2301/**
2302 * Address variable `h1` font-size and margin within `section` and `article`
2303 * contexts in Firefox 4+, Safari, and Chrome.
2304 */
2305h1 {
2306 font-size: 2em;
2307 margin: 0.67em 0;
2308}
2309
2310/**
2311 * Address styling not present in IE 8/9.
2312 */
2313mark {
2314 background: #ff0;
2315 color: #000;
2316}
2317
2318/**
2319 * Address inconsistent and variable font size in all browsers.
2320 */
2321small {
2322 font-size: 80%;
2323}
2324
2325/**
2326 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
2327 */
2328sub,
2329sup {
2330 font-size: 75%;
2331 line-height: 0;
2332 position: relative;
2333 vertical-align: baseline;
2334}
2335
2336sup {
2337 top: -0.5em;
2338}
2339
2340sub {
2341 bottom: -0.25em;
2342}
2343
2344/* Embedded content
2345 ========================================================================== */
2346/**
2347 * Remove border when inside `a` element in IE 8/9/10.
2348 */
2349img {
2350 border: 0;
2351}
2352
2353/**
2354 * Correct overflow not hidden in IE 9/10/11.
2355 */
2356svg:not(:root) {
2357 overflow: hidden;
2358}
2359
2360/* Grouping content
2361 ========================================================================== */
2362/**
2363 * Address margin not present in IE 8/9 and Safari.
2364 */
2365figure {
2366 margin: 1em 40px;
2367}
2368
2369/**
2370 * Address differences between Firefox and other browsers.
2371 */
2372hr {
2373 box-sizing: content-box;
2374 height: 0;
2375}
2376
2377/**
2378 * Contain overflow in all browsers.
2379 */
2380pre {
2381 overflow: auto;
2382}
2383
2384/**
2385 * Address odd `em`-unit font size rendering in all browsers.
2386 */
2387code,
2388kbd,
2389pre,
2390samp {
2391 font-family: monospace, monospace;
2392 font-size: 1em;
2393}
2394
2395/* Forms
2396 ========================================================================== */
2397/**
2398 * Known limitation: by default, Chrome and Safari on OS X allow very limited
2399 * styling of `select`, unless a `border` property is set.
2400 */
2401/**
2402 * 1. Correct color not being inherited.
2403 * Known issue: affects color of disabled elements.
2404 * 2. Correct font properties not being inherited.
2405 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
2406 */
2407button,
2408input,
2409optgroup,
2410select,
2411textarea {
2412 color: inherit;
2413 /* 1 */
2414 font: inherit;
2415 /* 2 */
2416 margin: 0;
2417 /* 3 */
2418}
2419
2420/**
2421 * Address `overflow` set to `hidden` in IE 8/9/10/11.
2422 */
2423button {
2424 overflow: visible;
2425}
2426
2427/**
2428 * Address inconsistent `text-transform` inheritance for `button` and `select`.
2429 * All other form control elements do not inherit `text-transform` values.
2430 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
2431 * Correct `select` style inheritance in Firefox.
2432 */
2433button,
2434select {
2435 text-transform: none;
2436}
2437
2438/**
2439 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
2440 * and `video` controls.
2441 * 2. Correct inability to style clickable `input` types in iOS.
2442 * 3. Improve usability and consistency of cursor style between image-type
2443 * `input` and others.
2444 */
2445/* 1 */
2446html input[type="button"],
2447button,
2448input[type="reset"],
2449input[type="submit"] {
2450 -webkit-appearance: button;
2451 /* 2 */
2452 cursor: pointer;
2453 /* 3 */
2454}
2455
2456/**
2457 * Re-set default cursor for disabled elements.
2458 */
2459button[disabled],
2460html input[disabled] {
2461 cursor: default;
2462}
2463
2464/**
2465 * Remove inner padding and border in Firefox 4+.
2466 */
2467button::-moz-focus-inner,
2468input::-moz-focus-inner {
2469 border: 0;
2470 padding: 0;
2471}
2472
2473/**
2474 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
2475 * the UA stylesheet.
2476 */
2477input {
2478 line-height: normal;
2479}
2480
2481/**
2482 * It's recommended that you don't attempt to style these elements.
2483 * Firefox's implementation doesn't respect box-sizing, padding, or width.
2484 *
2485 * 1. Address box sizing set to `content-box` in IE 8/9/10.
2486 * 2. Remove excess padding in IE 8/9/10.
2487 */
2488input[type="checkbox"],
2489input[type="radio"] {
2490 box-sizing: border-box;
2491 /* 1 */
2492 padding: 0;
2493 /* 2 */
2494}
2495
2496/**
2497 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
2498 * `font-size` values of the `input`, it causes the cursor style of the
2499 * decrement button to change from `default` to `text`.
2500 */
2501input[type="number"]::-webkit-inner-spin-button,
2502input[type="number"]::-webkit-outer-spin-button {
2503 height: auto;
2504}
2505
2506/**
2507 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
2508 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
2509 * (include `-moz` to future-proof).
2510 */
2511input[type="search"] {
2512 -webkit-appearance: textfield;
2513 /* 1 */
2514 /* 2 */
2515 box-sizing: content-box;
2516}
2517
2518/**
2519 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
2520 * Safari (but not Chrome) clips the cancel button when the search input has
2521 * padding (and `textfield` appearance).
2522 */
2523input[type="search"]::-webkit-search-cancel-button,
2524input[type="search"]::-webkit-search-decoration {
2525 -webkit-appearance: none;
2526}
2527
2528/**
2529 * Define consistent border, margin, and padding.
2530 */
2531fieldset {
2532 border: 1px solid #c0c0c0;
2533 margin: 0 2px;
2534 padding: 0.35em 0.625em 0.75em;
2535}
2536
2537/**
2538 * 1. Correct `color` not being inherited in IE 8/9/10/11.
2539 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
2540 */
2541legend {
2542 border: 0;
2543 /* 1 */
2544 padding: 0;
2545 /* 2 */
2546}
2547
2548/**
2549 * Remove default vertical scrollbar in IE 8/9/10/11.
2550 */
2551textarea {
2552 overflow: auto;
2553}
2554
2555/**
2556 * Don't inherit the `font-weight` (applied by a rule above).
2557 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
2558 */
2559optgroup {
2560 font-weight: bold;
2561}
2562
2563/* Tables
2564 ========================================================================== */
2565/**
2566 * Remove most spacing between table cells.
2567 */
2568table {
2569 border-collapse: collapse;
2570 border-spacing: 0;
2571}
2572
2573td,
2574th {
2575 padding: 0;
2576}
2577
2578html {
2579 box-sizing: border-box;
2580}
2581
2582*, *:before, *:after {
2583 box-sizing: inherit;
2584}
2585
2586ul {
2587 list-style-type: none;
2588}
2589
2590a {
2591 color: #039be5;
2592 text-decoration: none;
2593 -webkit-tap-highlight-color: transparent;
2594}
2595
2596.valign-wrapper {
2597 display: -webkit-flex;
2598 display: -ms-flexbox;
2599 display: flex;
2600 -webkit-align-items: center;
2601 -ms-flex-align: center;
2602 align-items: center;
2603}
2604
2605.valign-wrapper .valign {
2606 display: block;
2607}
2608
2609ul {
2610 padding: 0;
2611}
2612
2613ul li {
2614 list-style-type: none;
2615}
2616
2617.clearfix {
2618 clear: both;
2619}
2620
2621.z-depth-0 {
2622 box-shadow: none !important;
2623}
2624
2625.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
2626 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
2627}
2628
2629.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
2630 box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
2631}
2632
2633.z-depth-2 {
2634 box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
2635}
2636
2637.z-depth-3 {
2638 box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
2639}
2640
2641.z-depth-4, .modal {
2642 box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
2643}
2644
2645.z-depth-5 {
2646 box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
2647}
2648
2649.hoverable {
2650 transition: box-shadow .25s;
2651 box-shadow: 0;
2652}
2653
2654.hoverable:hover {
2655 transition: box-shadow .25s;
2656 box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
2657}
2658
2659.divider {
2660 height: 1px;
2661 overflow: hidden;
2662 background-color: #e0e0e0;
2663}
2664
2665blockquote {
2666 margin: 20px 0;
2667 padding-left: 1.5rem;
2668 border-left: 5px solid #ee6e73;
2669}
2670
2671i {
2672 line-height: inherit;
2673}
2674
2675i.left {
2676 float: left;
2677 margin-right: 15px;
2678}
2679
2680i.right {
2681 float: right;
2682 margin-left: 15px;
2683}
2684
2685i.tiny {
2686 font-size: 1rem;
2687}
2688
2689i.small {
2690 font-size: 2rem;
2691}
2692
2693i.medium {
2694 font-size: 4rem;
2695}
2696
2697i.large {
2698 font-size: 6rem;
2699}
2700
2701img.responsive-img,
2702video.responsive-video {
2703 max-width: 100%;
2704 height: auto;
2705}
2706
2707.pagination li {
2708 display: inline-block;
2709 font-size: 1.2rem;
2710 padding: 0 10px;
2711 line-height: 30px;
2712 border-radius: 2px;
2713 text-align: center;
2714}
2715
2716.pagination li a {
2717 color: #444;
2718}
2719
2720.pagination li.active a {
2721 color: #fff;
2722}
2723
2724.pagination li.active {
2725 background-color: #ee6e73;
2726}
2727
2728.pagination li.disabled a {
2729 cursor: default;
2730 color: #999;
2731}
2732
2733.pagination li i {
2734 font-size: 2.2rem;
2735 vertical-align: middle;
2736}
2737
2738.pagination li.pages ul li {
2739 display: inline-block;
2740 float: none;
2741}
2742
2743@media only screen and (max-width: 992px) {
2744 .pagination {
2745 width: 100%;
2746 }
2747 .pagination li.prev,
2748 .pagination li.next {
2749 width: 10%;
2750 }
2751 .pagination li.pages {
2752 width: 80%;
2753 overflow: hidden;
2754 white-space: nowrap;
2755 }
2756}
2757
2758.breadcrumb {
2759 font-size: 18px;
2760 color: rgba(255, 255, 255, 0.7);
2761}
2762
2763.breadcrumb i,
2764.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
2765.breadcrumb i.material-icons {
2766 display: inline-block;
2767 float: left;
2768 font-size: 24px;
2769}
2770
2771.breadcrumb:before {
2772 content: '\E5CC';
2773 color: rgba(255, 255, 255, 0.7);
2774 vertical-align: top;
2775 display: inline-block;
2776 font-family: 'Material Icons';
2777 font-weight: normal;
2778 font-style: normal;
2779 font-size: 25px;
2780 margin: 0 10px 0 8px;
2781 -webkit-font-smoothing: antialiased;
2782}
2783
2784.breadcrumb:first-child:before {
2785 display: none;
2786}
2787
2788.breadcrumb:last-child {
2789 color: #fff;
2790}
2791
2792.parallax-container {
2793 position: relative;
2794 overflow: hidden;
2795 height: 500px;
2796}
2797
2798.parallax {
2799 position: absolute;
2800 top: 0;
2801 left: 0;
2802 right: 0;
2803 bottom: 0;
2804 z-index: -1;
2805}
2806
2807.parallax img {
2808 display: none;
2809 position: absolute;
2810 left: 50%;
2811 bottom: 0;
2812 min-width: 100%;
2813 min-height: 100%;
2814 -webkit-transform: translate3d(0, 0, 0);
2815 transform: translate3d(0, 0, 0);
2816 -webkit-transform: translateX(-50%);
2817 transform: translateX(-50%);
2818}
2819
2820.pin-top, .pin-bottom {
2821 position: relative;
2822}
2823
2824.pinned {
2825 position: fixed !important;
2826}
2827
2828/*********************
2829 Transition Classes
2830**********************/
2831ul.staggered-list li {
2832 opacity: 0;
2833}
2834
2835.fade-in {
2836 opacity: 0;
2837 -webkit-transform-origin: 0 50%;
2838 transform-origin: 0 50%;
2839}
2840
2841/*********************
2842 Media Query Classes
2843**********************/
2844@media only screen and (max-width: 600px) {
2845 .hide-on-small-only, .hide-on-small-and-down {
2846 display: none !important;
2847 }
2848}
2849
2850@media only screen and (max-width: 992px) {
2851 .hide-on-med-and-down {
2852 display: none !important;
2853 }
2854}
2855
2856@media only screen and (min-width: 601px) {
2857 .hide-on-med-and-up {
2858 display: none !important;
2859 }
2860}
2861
2862@media only screen and (min-width: 600px) and (max-width: 992px) {
2863 .hide-on-med-only {
2864 display: none !important;
2865 }
2866}
2867
2868@media only screen and (min-width: 993px) {
2869 .hide-on-large-only {
2870 display: none !important;
2871 }
2872}
2873
2874@media only screen and (min-width: 993px) {
2875 .show-on-large {
2876 display: initial !important;
2877 }
2878}
2879
2880@media only screen and (min-width: 600px) and (max-width: 992px) {
2881 .show-on-medium {
2882 display: initial !important;
2883 }
2884}
2885
2886@media only screen and (max-width: 600px) {
2887 .show-on-small {
2888 display: initial !important;
2889 }
2890}
2891
2892@media only screen and (min-width: 601px) {
2893 .show-on-medium-and-up {
2894 display: initial !important;
2895 }
2896}
2897
2898@media only screen and (max-width: 992px) {
2899 .show-on-medium-and-down {
2900 display: initial !important;
2901 }
2902}
2903
2904@media only screen and (max-width: 600px) {
2905 .center-on-small-only {
2906 text-align: center;
2907 }
2908}
2909
2910footer.page-footer {
2911 margin-top: 20px;
2912 padding-top: 20px;
2913 background-color: #ee6e73;
2914}
2915
2916footer.page-footer .footer-copyright {
2917 overflow: hidden;
2918 height: 50px;
2919 line-height: 50px;
2920 color: rgba(255, 255, 255, 0.8);
2921 background-color: rgba(51, 51, 51, 0.08);
2922}
2923
2924table, th, td {
2925 border: none;
2926}
2927
2928table {
2929 width: 100%;
2930 display: table;
2931}
2932
2933table.bordered > thead > tr,
2934table.bordered > tbody > tr {
2935 border-bottom: 1px solid #d0d0d0;
2936}
2937
2938table.striped > tbody > tr:nth-child(odd) {
2939 background-color: #f2f2f2;
2940}
2941
2942table.striped > tbody > tr > td {
2943 border-radius: 0px;
2944}
2945
2946table.highlight > tbody > tr {
2947 transition: background-color .25s ease;
2948}
2949
2950table.highlight > tbody > tr:hover {
2951 background-color: #f2f2f2;
2952}
2953
2954table.centered thead tr th, table.centered tbody tr td {
2955 text-align: center;
2956}
2957
2958thead {
2959 border-bottom: 1px solid #d0d0d0;
2960}
2961
2962td, th {
2963 padding: 15px 5px;
2964 display: table-cell;
2965 text-align: left;
2966 vertical-align: middle;
2967 border-radius: 2px;
2968}
2969
2970@media only screen and (max-width: 992px) {
2971 table.responsive-table {
2972 width: 100%;
2973 border-collapse: collapse;
2974 border-spacing: 0;
2975 display: block;
2976 position: relative;
2977 /* sort out borders */
2978 }
2979 table.responsive-table th,
2980 table.responsive-table td {
2981 margin: 0;
2982 vertical-align: top;
2983 }
2984 table.responsive-table th {
2985 text-align: left;
2986 }
2987 table.responsive-table thead {
2988 display: block;
2989 float: left;
2990 }
2991 table.responsive-table thead tr {
2992 display: block;
2993 padding: 0 10px 0 0;
2994 }
2995 table.responsive-table thead tr th::before {
2996 content: "\00a0";
2997 }
2998 table.responsive-table tbody {
2999 display: block;
3000 width: auto;
3001 position: relative;
3002 overflow-x: auto;
3003 white-space: nowrap;
3004 }
3005 table.responsive-table tbody tr {
3006 display: inline-block;
3007 vertical-align: top;
3008 }
3009 table.responsive-table th {
3010 display: block;
3011 text-align: right;
3012 }
3013 table.responsive-table td {
3014 display: block;
3015 min-height: 1.25em;
3016 text-align: left;
3017 }
3018 table.responsive-table tr {
3019 padding: 0 10px;
3020 }
3021 table.responsive-table thead {
3022 border: 0;
3023 border-right: 1px solid #d0d0d0;
3024 }
3025 table.responsive-table.bordered th {
3026 border-bottom: 0;
3027 border-left: 0;
3028 }
3029 table.responsive-table.bordered td {
3030 border-left: 0;
3031 border-right: 0;
3032 border-bottom: 0;
3033 }
3034 table.responsive-table.bordered tr {
3035 border: 0;
3036 }
3037 table.responsive-table.bordered tbody tr {
3038 border-right: 1px solid #d0d0d0;
3039 }
3040}
3041
3042.collection {
3043 margin: 0.5rem 0 1rem 0;
3044 border: 1px solid #e0e0e0;
3045 border-radius: 2px;
3046 overflow: hidden;
3047 position: relative;
3048}
3049
3050.collection .collection-item {
3051 background-color: #fff;
3052 line-height: 1.5rem;
3053 padding: 10px 20px;
3054 margin: 0;
3055 border-bottom: 1px solid #e0e0e0;
3056}
3057
3058.collection .collection-item.avatar {
3059 min-height: 84px;
3060 padding-left: 72px;
3061 position: relative;
3062}
3063
3064.collection .collection-item.avatar .circle {
3065 position: absolute;
3066 width: 42px;
3067 height: 42px;
3068 overflow: hidden;
3069 left: 15px;
3070 display: inline-block;
3071 vertical-align: middle;
3072}
3073
3074.collection .collection-item.avatar i.circle {
3075 font-size: 18px;
3076 line-height: 42px;
3077 color: #fff;
3078 background-color: #999;
3079 text-align: center;
3080}
3081
3082.collection .collection-item.avatar .title {
3083 font-size: 16px;
3084}
3085
3086.collection .collection-item.avatar p {
3087 margin: 0;
3088}
3089
3090.collection .collection-item.avatar .secondary-content {
3091 position: absolute;
3092 top: 16px;
3093 right: 16px;
3094}
3095
3096.collection .collection-item:last-child {
3097 border-bottom: none;
3098}
3099
3100.collection .collection-item.active {
3101 background-color: #26a69a;
3102 color: #eafaf9;
3103}
3104
3105.collection .collection-item.active .secondary-content {
3106 color: #fff;
3107}
3108
3109.collection a.collection-item {
3110 display: block;
3111 transition: .25s;
3112 color: #26a69a;
3113}
3114
3115.collection a.collection-item:not(.active):hover {
3116 background-color: #ddd;
3117}
3118
3119.collection.with-header .collection-header {
3120 background-color: #fff;
3121 border-bottom: 1px solid #e0e0e0;
3122 padding: 10px 20px;
3123}
3124
3125.collection.with-header .collection-item {
3126 padding-left: 30px;
3127}
3128
3129.collection.with-header .collection-item.avatar {
3130 padding-left: 72px;
3131}
3132
3133.secondary-content {
3134 float: right;
3135 color: #26a69a;
3136}
3137
3138.collapsible .collection {
3139 margin: 0;
3140 border: none;
3141}
3142
3143span.badge {
3144 min-width: 3rem;
3145 padding: 0 6px;
3146 text-align: center;
3147 font-size: 1rem;
3148 line-height: inherit;
3149 color: #757575;
3150 position: absolute;
3151 right: 15px;
3152 box-sizing: border-box;
3153}
3154
3155span.badge.new {
3156 font-weight: 300;
3157 font-size: 0.8rem;
3158 color: #fff;
3159 background-color: #26a69a;
3160 border-radius: 2px;
3161}
3162
3163span.badge.new:after {
3164 content: " new";
3165}
3166
3167nav ul a span.badge {
3168 position: static;
3169 margin-left: 4px;
3170 line-height: 0;
3171}
3172
3173.video-container {
3174 position: relative;
3175 padding-bottom: 56.25%;
3176 height: 0;
3177 overflow: hidden;
3178}
3179
3180.video-container iframe, .video-container object, .video-container embed {
3181 position: absolute;
3182 top: 0;
3183 left: 0;
3184 width: 100%;
3185 height: 100%;
3186}
3187
3188.progress {
3189 position: relative;
3190 height: 4px;
3191 display: block;
3192 width: 100%;
3193 background-color: #acece6;
3194 border-radius: 2px;
3195 margin: 0.5rem 0 1rem 0;
3196 overflow: hidden;
3197}
3198
3199.progress .determinate {
3200 position: absolute;
3201 background-color: inherit;
3202 top: 0;
3203 left: 0;
3204 bottom: 0;
3205 background-color: #26a69a;
3206 transition: width .3s linear;
3207}
3208
3209.progress .indeterminate {
3210 background-color: #26a69a;
3211}
3212
3213.progress .indeterminate:before {
3214 content: '';
3215 position: absolute;
3216 background-color: inherit;
3217 top: 0;
3218 left: 0;
3219 bottom: 0;
3220 will-change: left, right;
3221 -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
3222 animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
3223}
3224
3225.progress .indeterminate:after {
3226 content: '';
3227 position: absolute;
3228 background-color: inherit;
3229 top: 0;
3230 left: 0;
3231 bottom: 0;
3232 will-change: left, right;
3233 -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
3234 animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
3235 -webkit-animation-delay: 1.15s;
3236 animation-delay: 1.15s;
3237}
3238
3239@-webkit-keyframes indeterminate {
3240 0% {
3241 left: -35%;
3242 right: 100%;
3243 }
3244 60% {
3245 left: 100%;
3246 right: -90%;
3247 }
3248 100% {
3249 left: 100%;
3250 right: -90%;
3251 }
3252}
3253
3254@keyframes indeterminate {
3255 0% {
3256 left: -35%;
3257 right: 100%;
3258 }
3259 60% {
3260 left: 100%;
3261 right: -90%;
3262 }
3263 100% {
3264 left: 100%;
3265 right: -90%;
3266 }
3267}
3268
3269@-webkit-keyframes indeterminate-short {
3270 0% {
3271 left: -200%;
3272 right: 100%;
3273 }
3274 60% {
3275 left: 107%;
3276 right: -8%;
3277 }
3278 100% {
3279 left: 107%;
3280 right: -8%;
3281 }
3282}
3283
3284@keyframes indeterminate-short {
3285 0% {
3286 left: -200%;
3287 right: 100%;
3288 }
3289 60% {
3290 left: 107%;
3291 right: -8%;
3292 }
3293 100% {
3294 left: 107%;
3295 right: -8%;
3296 }
3297}
3298
3299/*******************
3300 Utility Classes
3301*******************/
3302.hide {
3303 display: none !important;
3304}
3305
3306.left-align {
3307 text-align: left;
3308}
3309
3310.right-align {
3311 text-align: right;
3312}
3313
3314.center, .center-align {
3315 text-align: center;
3316}
3317
3318.left {
3319 float: left !important;
3320}
3321
3322.right {
3323 float: right !important;
3324}
3325
3326.no-select, input[type=range], input[type=range] + .thumb {
3327 -webkit-touch-callout: none;
3328 -webkit-user-select: none;
3329 -moz-user-select: none;
3330 -ms-user-select: none;
3331 user-select: none;
3332}
3333
3334.circle {
3335 border-radius: 50%;
3336}
3337
3338.center-block {
3339 display: block;
3340 margin-left: auto;
3341 margin-right: auto;
3342}
3343
3344.truncate {
3345 display: block;
3346 white-space: nowrap;
3347 overflow: hidden;
3348 text-overflow: ellipsis;
3349}
3350
3351.no-padding {
3352 padding: 0 !important;
3353}
3354
3355@font-face {
3356 font-family: "Material-Design-Icons";
3357 src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
3358 font-weight: normal;
3359 font-style: normal;
3360}
3361
3362[class^="mdi-"], [class*="mdi-"] {
3363 speak: none;
3364 display: inline-block;
3365 font-family: "Material-Design-Icons";
3366 font-style: normal;
3367 font-weight: normal;
3368 font-variant: normal;
3369 text-rendering: auto;
3370 /* Better Font Rendering =========== */
3371 -webkit-font-smoothing: antialiased;
3372 -moz-osx-font-smoothing: grayscale;
3373 -webkit-transform: translate(0, 0);
3374 transform: translate(0, 0);
3375}
3376
3377[class^="mdi-"]:before, [class*="mdi-"]:before {
3378 display: inline-block;
3379 speak: none;
3380 text-decoration: inherit;
3381}
3382
3383[class^="mdi-"].pull-left, [class*="mdi-"].pull-left {
3384 margin-right: .3em;
3385}
3386
3387[class^="mdi-"].pull-right, [class*="mdi-"].pull-right {
3388 margin-left: .3em;
3389}
3390
3391[class^="mdi-"].mdi-lg:before, [class^="mdi-"].mdi-lg:after, [class*="mdi-"].mdi-lg:before, [class*="mdi-"].mdi-lg:after {
3392 font-size: 1.33333333em;
3393 line-height: 0.75em;
3394 vertical-align: -15%;
3395}
3396
3397[class^="mdi-"].mdi-2x:before, [class^="mdi-"].mdi-2x:after, [class*="mdi-"].mdi-2x:before, [class*="mdi-"].mdi-2x:after {
3398 font-size: 2em;
3399}
3400
3401[class^="mdi-"].mdi-3x:before, [class^="mdi-"].mdi-3x:after, [class*="mdi-"].mdi-3x:before, [class*="mdi-"].mdi-3x:after {
3402 font-size: 3em;
3403}
3404
3405[class^="mdi-"].mdi-4x:before, [class^="mdi-"].mdi-4x:after, [class*="mdi-"].mdi-4x:before, [class*="mdi-"].mdi-4x:after {
3406 font-size: 4em;
3407}
3408
3409[class^="mdi-"].mdi-5x:before, [class^="mdi-"].mdi-5x:after, [class*="mdi-"].mdi-5x:before, [class*="mdi-"].mdi-5x:after {
3410 font-size: 5em;
3411}
3412
3413[class^="mdi-device-signal-cellular-"]:after,
3414[class^="mdi-device-battery-"]:after,
3415[class^="mdi-device-battery-charging-"]:after,
3416[class^="mdi-device-signal-cellular-connected-no-internet-"]:after,
3417[class^="mdi-device-signal-wifi-"]:after,
3418[class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,
3419.mdi-device-network-wifi:after {
3420 opacity: .3;
3421 position: absolute;
3422 left: 0;
3423 top: 0;
3424 z-index: 1;
3425 display: inline-block;
3426 speak: none;
3427 text-decoration: inherit;
3428}
3429
3430[class^="mdi-device-signal-cellular-"]:after {
3431 content: "\e758";
3432}
3433
3434[class^="mdi-device-battery-"]:after {
3435 content: "\e735";
3436}
3437
3438[class^="mdi-device-battery-charging-"]:after {
3439 content: "\e733";
3440}
3441
3442[class^="mdi-device-signal-cellular-connected-no-internet-"]:after {
3443 content: "\e75d";
3444}
3445
3446[class^="mdi-device-signal-wifi-"]:after, .mdi-device-network-wifi:after {
3447 content: "\e765";
3448}
3449
3450[class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after {
3451 content: "\e8f7";
3452}
3453
3454.mdi-device-signal-cellular-off:after, .mdi-device-signal-cellular-null:after, .mdi-device-signal-cellular-no-sim:after, .mdi-device-signal-wifi-off:after, .mdi-device-signal-wifi-4-bar:after, .mdi-device-signal-cellular-4-bar:after, .mdi-device-battery-alert:after, .mdi-device-signal-cellular-connected-no-internet-4-bar:after, .mdi-device-battery-std:after, .mdi-device-battery-full .mdi-device-battery-unknown:after {
3455 content: "";
3456}
3457
3458.mdi-fw {
3459 width: 1.28571429em;
3460 text-align: center;
3461}
3462
3463.mdi-ul {
3464 padding-left: 0;
3465 margin-left: 2.14285714em;
3466 list-style-type: none;
3467}
3468
3469.mdi-ul > li {
3470 position: relative;
3471}
3472
3473.mdi-li {
3474 position: absolute;
3475 left: -2.14285714em;
3476 width: 2.14285714em;
3477 top: 0.14285714em;
3478 text-align: center;
3479}
3480
3481.mdi-li.mdi-lg {
3482 left: -1.85714286em;
3483}
3484
3485.mdi-border {
3486 padding: .2em .25em .15em;
3487 border: solid 0.08em #eeeeee;
3488 border-radius: .1em;
3489}
3490
3491.mdi-spin {
3492 -webkit-animation: mdi-spin 2s infinite linear;
3493 animation: mdi-spin 2s infinite linear;
3494 -webkit-transform-origin: 50% 50%;
3495 transform-origin: 50% 50%;
3496}
3497
3498.mdi-pulse {
3499 -webkit-animation: mdi-spin 1s steps(8) infinite;
3500 animation: mdi-spin 1s steps(8) infinite;
3501 -webkit-transform-origin: 50% 50%;
3502 transform-origin: 50% 50%;
3503}
3504
3505@-webkit-keyframes mdi-spin {
3506 0% {
3507 -webkit-transform: rotate(0deg);
3508 transform: rotate(0deg);
3509 }
3510 100% {
3511 -webkit-transform: rotate(359deg);
3512 transform: rotate(359deg);
3513 }
3514}
3515
3516@keyframes mdi-spin {
3517 0% {
3518 -webkit-transform: rotate(0deg);
3519 transform: rotate(0deg);
3520 }
3521 100% {
3522 -webkit-transform: rotate(359deg);
3523 transform: rotate(359deg);
3524 }
3525}
3526
3527.mdi-rotate-90 {
3528 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3529 -webkit-transform: rotate(90deg);
3530 transform: rotate(90deg);
3531}
3532
3533.mdi-rotate-180 {
3534 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
3535 -webkit-transform: rotate(180deg);
3536 transform: rotate(180deg);
3537}
3538
3539.mdi-rotate-270 {
3540 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
3541 -webkit-transform: rotate(270deg);
3542 transform: rotate(270deg);
3543}
3544
3545.mdi-flip-horizontal {
3546 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
3547 -webkit-transform: scale(-1, 1);
3548 transform: scale(-1, 1);
3549}
3550
3551.mdi-flip-vertical {
3552 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
3553 -webkit-transform: scale(1, -1);
3554 transform: scale(1, -1);
3555}
3556
3557:root .mdi-rotate-90,
3558:root .mdi-rotate-180,
3559:root .mdi-rotate-270,
3560:root .mdi-flip-horizontal,
3561:root .mdi-flip-vertical {
3562 -webkit-filter: none;
3563 filter: none;
3564}
3565
3566.mdi-stack {
3567 position: relative;
3568 display: inline-block;
3569 width: 2em;
3570 height: 2em;
3571 line-height: 2em;
3572 vertical-align: middle;
3573}
3574
3575.mdi-stack-1x,
3576.mdi-stack-2x {
3577 position: absolute;
3578 left: 0;
3579 width: 100%;
3580 text-align: center;
3581}
3582
3583.mdi-stack-1x {
3584 line-height: inherit;
3585}
3586
3587.mdi-stack-2x {
3588 font-size: 2em;
3589}
3590
3591.mdi-inverse {
3592 color: #ffffff;
3593}
3594
3595/* Start Icons */
3596.mdi-action-3d-rotation:before {
3597 content: "\e600";
3598}
3599
3600.mdi-action-accessibility:before {
3601 content: "\e601";
3602}
3603
3604.mdi-action-account-balance-wallet:before {
3605 content: "\e602";
3606}
3607
3608.mdi-action-account-balance:before {
3609 content: "\e603";
3610}
3611
3612.mdi-action-account-box:before {
3613 content: "\e604";
3614}
3615
3616.mdi-action-account-child:before {
3617 content: "\e605";
3618}
3619
3620.mdi-action-account-circle:before {
3621 content: "\e606";
3622}
3623
3624.mdi-action-add-shopping-cart:before {
3625 content: "\e607";
3626}
3627
3628.mdi-action-alarm-add:before {
3629 content: "\e608";
3630}
3631
3632.mdi-action-alarm-off:before {
3633 content: "\e609";
3634}
3635
3636.mdi-action-alarm-on:before {
3637 content: "\e60a";
3638}
3639
3640.mdi-action-alarm:before {
3641 content: "\e60b";
3642}
3643
3644.mdi-action-android:before {
3645 content: "\e60c";
3646}
3647
3648.mdi-action-announcement:before {
3649 content: "\e60d";
3650}
3651
3652.mdi-action-aspect-ratio:before {
3653 content: "\e60e";
3654}
3655
3656.mdi-action-assessment:before {
3657 content: "\e60f";
3658}
3659
3660.mdi-action-assignment-ind:before {
3661 content: "\e610";
3662}
3663
3664.mdi-action-assignment-late:before {
3665 content: "\e611";
3666}
3667
3668.mdi-action-assignment-return:before {
3669 content: "\e612";
3670}
3671
3672.mdi-action-assignment-returned:before {
3673 content: "\e613";
3674}
3675
3676.mdi-action-assignment-turned-in:before {
3677 content: "\e614";
3678}
3679
3680.mdi-action-assignment:before {
3681 content: "\e615";
3682}
3683
3684.mdi-action-autorenew:before {
3685 content: "\e616";
3686}
3687
3688.mdi-action-backup:before {
3689 content: "\e617";
3690}
3691
3692.mdi-action-book:before {
3693 content: "\e618";
3694}
3695
3696.mdi-action-bookmark-outline:before {
3697 content: "\e619";
3698}
3699
3700.mdi-action-bookmark:before {
3701 content: "\e61a";
3702}
3703
3704.mdi-action-bug-report:before {
3705 content: "\e61b";
3706}
3707
3708.mdi-action-cached:before {
3709 content: "\e61c";
3710}
3711
3712.mdi-action-check-circle:before {
3713 content: "\e61d";
3714}
3715
3716.mdi-action-class:before {
3717 content: "\e61e";
3718}
3719
3720.mdi-action-credit-card:before {
3721 content: "\e61f";
3722}
3723
3724.mdi-action-dashboard:before {
3725 content: "\e620";
3726}
3727
3728.mdi-action-delete:before {
3729 content: "\e621";
3730}
3731
3732.mdi-action-description:before {
3733 content: "\e622";
3734}
3735
3736.mdi-action-dns:before {
3737 content: "\e623";
3738}
3739
3740.mdi-action-done-all:before {
3741 content: "\e624";
3742}
3743
3744.mdi-action-done:before {
3745 content: "\e625";
3746}
3747
3748.mdi-action-event:before {
3749 content: "\e626";
3750}
3751
3752.mdi-action-exit-to-app:before {
3753 content: "\e627";
3754}
3755
3756.mdi-action-explore:before {
3757 content: "\e628";
3758}
3759
3760.mdi-action-extension:before {
3761 content: "\e629";
3762}
3763
3764.mdi-action-face-unlock:before {
3765 content: "\e62a";
3766}
3767
3768.mdi-action-favorite-outline:before {
3769 content: "\e62b";
3770}
3771
3772.mdi-action-favorite:before {
3773 content: "\e62c";
3774}
3775
3776.mdi-action-find-in-page:before {
3777 content: "\e62d";
3778}
3779
3780.mdi-action-find-replace:before {
3781 content: "\e62e";
3782}
3783
3784.mdi-action-flip-to-back:before {
3785 content: "\e62f";
3786}
3787
3788.mdi-action-flip-to-front:before {
3789 content: "\e630";
3790}
3791
3792.mdi-action-get-app:before {
3793 content: "\e631";
3794}
3795
3796.mdi-action-grade:before {
3797 content: "\e632";
3798}
3799
3800.mdi-action-group-work:before {
3801 content: "\e633";
3802}
3803
3804.mdi-action-help:before {
3805 content: "\e634";
3806}
3807
3808.mdi-action-highlight-remove:before {
3809 content: "\e635";
3810}
3811
3812.mdi-action-history:before {
3813 content: "\e636";
3814}
3815
3816.mdi-action-home:before {
3817 content: "\e637";
3818}
3819
3820.mdi-action-https:before {
3821 content: "\e638";
3822}
3823
3824.mdi-action-info-outline:before {
3825 content: "\e639";
3826}
3827
3828.mdi-action-info:before {
3829 content: "\e63a";
3830}
3831
3832.mdi-action-input:before {
3833 content: "\e63b";
3834}
3835
3836.mdi-action-invert-colors:before {
3837 content: "\e63c";
3838}
3839
3840.mdi-action-label-outline:before {
3841 content: "\e63d";
3842}
3843
3844.mdi-action-label:before {
3845 content: "\e63e";
3846}
3847
3848.mdi-action-language:before {
3849 content: "\e63f";
3850}
3851
3852.mdi-action-launch:before {
3853 content: "\e640";
3854}
3855
3856.mdi-action-list:before {
3857 content: "\e641";
3858}
3859
3860.mdi-action-lock-open:before {
3861 content: "\e642";
3862}
3863
3864.mdi-action-lock-outline:before {
3865 content: "\e643";
3866}
3867
3868.mdi-action-lock:before {
3869 content: "\e644";
3870}
3871
3872.mdi-action-loyalty:before {
3873 content: "\e645";
3874}
3875
3876.mdi-action-markunread-mailbox:before {
3877 content: "\e646";
3878}
3879
3880.mdi-action-note-add:before {
3881 content: "\e647";
3882}
3883
3884.mdi-action-open-in-browser:before {
3885 content: "\e648";
3886}
3887
3888.mdi-action-open-in-new:before {
3889 content: "\e649";
3890}
3891
3892.mdi-action-open-with:before {
3893 content: "\e64a";
3894}
3895
3896.mdi-action-pageview:before {
3897 content: "\e64b";
3898}
3899
3900.mdi-action-payment:before {
3901 content: "\e64c";
3902}
3903
3904.mdi-action-perm-camera-mic:before {
3905 content: "\e64d";
3906}
3907
3908.mdi-action-perm-contact-cal:before {
3909 content: "\e64e";
3910}
3911
3912.mdi-action-perm-data-setting:before {
3913 content: "\e64f";
3914}
3915
3916.mdi-action-perm-device-info:before {
3917 content: "\e650";
3918}
3919
3920.mdi-action-perm-identity:before {
3921 content: "\e651";
3922}
3923
3924.mdi-action-perm-media:before {
3925 content: "\e652";
3926}
3927
3928.mdi-action-perm-phone-msg:before {
3929 content: "\e653";
3930}
3931
3932.mdi-action-perm-scan-wifi:before {
3933 content: "\e654";
3934}
3935
3936.mdi-action-picture-in-picture:before {
3937 content: "\e655";
3938}
3939
3940.mdi-action-polymer:before {
3941 content: "\e656";
3942}
3943
3944.mdi-action-print:before {
3945 content: "\e657";
3946}
3947
3948.mdi-action-query-builder:before {
3949 content: "\e658";
3950}
3951
3952.mdi-action-question-answer:before {
3953 content: "\e659";
3954}
3955
3956.mdi-action-receipt:before {
3957 content: "\e65a";
3958}
3959
3960.mdi-action-redeem:before {
3961 content: "\e65b";
3962}
3963
3964.mdi-action-reorder:before {
3965 content: "\e65c";
3966}
3967
3968.mdi-action-report-problem:before {
3969 content: "\e65d";
3970}
3971
3972.mdi-action-restore:before {
3973 content: "\e65e";
3974}
3975
3976.mdi-action-room:before {
3977 content: "\e65f";
3978}
3979
3980.mdi-action-schedule:before {
3981 content: "\e660";
3982}
3983
3984.mdi-action-search:before {
3985 content: "\e661";
3986}
3987
3988.mdi-action-settings-applications:before {
3989 content: "\e662";
3990}
3991
3992.mdi-action-settings-backup-restore:before {
3993 content: "\e663";
3994}
3995
3996.mdi-action-settings-bluetooth:before {
3997 content: "\e664";
3998}
3999
4000.mdi-action-settings-cell:before {
4001 content: "\e665";
4002}
4003
4004.mdi-action-settings-display:before {
4005 content: "\e666";
4006}
4007
4008.mdi-action-settings-ethernet:before {
4009 content: "\e667";
4010}
4011
4012.mdi-action-settings-input-antenna:before {
4013 content: "\e668";
4014}
4015
4016.mdi-action-settings-input-component:before {
4017 content: "\e669";
4018}
4019
4020.mdi-action-settings-input-composite:before {
4021 content: "\e66a";
4022}
4023
4024.mdi-action-settings-input-hdmi:before {
4025 content: "\e66b";
4026}
4027
4028.mdi-action-settings-input-svideo:before {
4029 content: "\e66c";
4030}
4031
4032.mdi-action-settings-overscan:before {
4033 content: "\e66d";
4034}
4035
4036.mdi-action-settings-phone:before {
4037 content: "\e66e";
4038}
4039
4040.mdi-action-settings-power:before {
4041 content: "\e66f";
4042}
4043
4044.mdi-action-settings-remote:before {
4045 content: "\e670";
4046}
4047
4048.mdi-action-settings-voice:before {
4049 content: "\e671";
4050}
4051
4052.mdi-action-settings:before {
4053 content: "\e672";
4054}
4055
4056.mdi-action-shop-two:before {
4057 content: "\e673";
4058}
4059
4060.mdi-action-shop:before {
4061 content: "\e674";
4062}
4063
4064.mdi-action-shopping-basket:before {
4065 content: "\e675";
4066}
4067
4068.mdi-action-shopping-cart:before {
4069 content: "\e676";
4070}
4071
4072.mdi-action-speaker-notes:before {
4073 content: "\e677";
4074}
4075
4076.mdi-action-spellcheck:before {
4077 content: "\e678";
4078}
4079
4080.mdi-action-star-rate:before {
4081 content: "\e679";
4082}
4083
4084.mdi-action-stars:before {
4085 content: "\e67a";
4086}
4087
4088.mdi-action-store:before {
4089 content: "\e67b";
4090}
4091
4092.mdi-action-subject:before {
4093 content: "\e67c";
4094}
4095
4096.mdi-action-supervisor-account:before {
4097 content: "\e67d";
4098}
4099
4100.mdi-action-swap-horiz:before {
4101 content: "\e67e";
4102}
4103
4104.mdi-action-swap-vert-circle:before {
4105 content: "\e67f";
4106}
4107
4108.mdi-action-swap-vert:before {
4109 content: "\e680";
4110}
4111
4112.mdi-action-system-update-tv:before {
4113 content: "\e681";
4114}
4115
4116.mdi-action-tab-unselected:before {
4117 content: "\e682";
4118}
4119
4120.mdi-action-tab:before {
4121 content: "\e683";
4122}
4123
4124.mdi-action-theaters:before {
4125 content: "\e684";
4126}
4127
4128.mdi-action-thumb-down:before {
4129 content: "\e685";
4130}
4131
4132.mdi-action-thumb-up:before {
4133 content: "\e686";
4134}
4135
4136.mdi-action-thumbs-up-down:before {
4137 content: "\e687";
4138}
4139
4140.mdi-action-toc:before {
4141 content: "\e688";
4142}
4143
4144.mdi-action-today:before {
4145 content: "\e689";
4146}
4147
4148.mdi-action-track-changes:before {
4149 content: "\e68a";
4150}
4151
4152.mdi-action-translate:before {
4153 content: "\e68b";
4154}
4155
4156.mdi-action-trending-down:before {
4157 content: "\e68c";
4158}
4159
4160.mdi-action-trending-neutral:before {
4161 content: "\e68d";
4162}
4163
4164.mdi-action-trending-up:before {
4165 content: "\e68e";
4166}
4167
4168.mdi-action-turned-in-not:before {
4169 content: "\e68f";
4170}
4171
4172.mdi-action-turned-in:before {
4173 content: "\e690";
4174}
4175
4176.mdi-action-verified-user:before {
4177 content: "\e691";
4178}
4179
4180.mdi-action-view-agenda:before {
4181 content: "\e692";
4182}
4183
4184.mdi-action-view-array:before {
4185 content: "\e693";
4186}
4187
4188.mdi-action-view-carousel:before {
4189 content: "\e694";
4190}
4191
4192.mdi-action-view-column:before {
4193 content: "\e695";
4194}
4195
4196.mdi-action-view-day:before {
4197 content: "\e696";
4198}
4199
4200.mdi-action-view-headline:before {
4201 content: "\e697";
4202}
4203
4204.mdi-action-view-list:before {
4205 content: "\e698";
4206}
4207
4208.mdi-action-view-module:before {
4209 content: "\e699";
4210}
4211
4212.mdi-action-view-quilt:before {
4213 content: "\e69a";
4214}
4215
4216.mdi-action-view-stream:before {
4217 content: "\e69b";
4218}
4219
4220.mdi-action-view-week:before {
4221 content: "\e69c";
4222}
4223
4224.mdi-action-visibility-off:before {
4225 content: "\e69d";
4226}
4227
4228.mdi-action-visibility:before {
4229 content: "\e69e";
4230}
4231
4232.mdi-action-wallet-giftcard:before {
4233 content: "\e69f";
4234}
4235
4236.mdi-action-wallet-membership:before {
4237 content: "\e6a0";
4238}
4239
4240.mdi-action-wallet-travel:before {
4241 content: "\e6a1";
4242}
4243
4244.mdi-action-work:before {
4245 content: "\e6a2";
4246}
4247
4248.mdi-alert-error:before {
4249 content: "\e6a3";
4250}
4251
4252.mdi-alert-warning:before {
4253 content: "\e6a4";
4254}
4255
4256.mdi-av-album:before {
4257 content: "\e6a5";
4258}
4259
4260.mdi-av-closed-caption:before {
4261 content: "\e6a6";
4262}
4263
4264.mdi-av-equalizer:before {
4265 content: "\e6a7";
4266}
4267
4268.mdi-av-explicit:before {
4269 content: "\e6a8";
4270}
4271
4272.mdi-av-fast-forward:before {
4273 content: "\e6a9";
4274}
4275
4276.mdi-av-fast-rewind:before {
4277 content: "\e6aa";
4278}
4279
4280.mdi-av-games:before {
4281 content: "\e6ab";
4282}
4283
4284.mdi-av-hearing:before {
4285 content: "\e6ac";
4286}
4287
4288.mdi-av-high-quality:before {
4289 content: "\e6ad";
4290}
4291
4292.mdi-av-loop:before {
4293 content: "\e6ae";
4294}
4295
4296.mdi-av-mic-none:before {
4297 content: "\e6af";
4298}
4299
4300.mdi-av-mic-off:before {
4301 content: "\e6b0";
4302}
4303
4304.mdi-av-mic:before {
4305 content: "\e6b1";
4306}
4307
4308.mdi-av-movie:before {
4309 content: "\e6b2";
4310}
4311
4312.mdi-av-my-library-add:before {
4313 content: "\e6b3";
4314}
4315
4316.mdi-av-my-library-books:before {
4317 content: "\e6b4";
4318}
4319
4320.mdi-av-my-library-music:before {
4321 content: "\e6b5";
4322}
4323
4324.mdi-av-new-releases:before {
4325 content: "\e6b6";
4326}
4327
4328.mdi-av-not-interested:before {
4329 content: "\e6b7";
4330}
4331
4332.mdi-av-pause-circle-fill:before {
4333 content: "\e6b8";
4334}
4335
4336.mdi-av-pause-circle-outline:before {
4337 content: "\e6b9";
4338}
4339
4340.mdi-av-pause:before {
4341 content: "\e6ba";
4342}
4343
4344.mdi-av-play-arrow:before {
4345 content: "\e6bb";
4346}
4347
4348.mdi-av-play-circle-fill:before {
4349 content: "\e6bc";
4350}
4351
4352.mdi-av-play-circle-outline:before {
4353 content: "\e6bd";
4354}
4355
4356.mdi-av-play-shopping-bag:before {
4357 content: "\e6be";
4358}
4359
4360.mdi-av-playlist-add:before {
4361 content: "\e6bf";
4362}
4363
4364.mdi-av-queue-music:before {
4365 content: "\e6c0";
4366}
4367
4368.mdi-av-queue:before {
4369 content: "\e6c1";
4370}
4371
4372.mdi-av-radio:before {
4373 content: "\e6c2";
4374}
4375
4376.mdi-av-recent-actors:before {
4377 content: "\e6c3";
4378}
4379
4380.mdi-av-repeat-one:before {
4381 content: "\e6c4";
4382}
4383
4384.mdi-av-repeat:before {
4385 content: "\e6c5";
4386}
4387
4388.mdi-av-replay:before {
4389 content: "\e6c6";
4390}
4391
4392.mdi-av-shuffle:before {
4393 content: "\e6c7";
4394}
4395
4396.mdi-av-skip-next:before {
4397 content: "\e6c8";
4398}
4399
4400.mdi-av-skip-previous:before {
4401 content: "\e6c9";
4402}
4403
4404.mdi-av-snooze:before {
4405 content: "\e6ca";
4406}
4407
4408.mdi-av-stop:before {
4409 content: "\e6cb";
4410}
4411
4412.mdi-av-subtitles:before {
4413 content: "\e6cc";
4414}
4415
4416.mdi-av-surround-sound:before {
4417 content: "\e6cd";
4418}
4419
4420.mdi-av-timer:before {
4421 content: "\e6ce";
4422}
4423
4424.mdi-av-video-collection:before {
4425 content: "\e6cf";
4426}
4427
4428.mdi-av-videocam-off:before {
4429 content: "\e6d0";
4430}
4431
4432.mdi-av-videocam:before {
4433 content: "\e6d1";
4434}
4435
4436.mdi-av-volume-down:before {
4437 content: "\e6d2";
4438}
4439
4440.mdi-av-volume-mute:before {
4441 content: "\e6d3";
4442}
4443
4444.mdi-av-volume-off:before {
4445 content: "\e6d4";
4446}
4447
4448.mdi-av-volume-up:before {
4449 content: "\e6d5";
4450}
4451
4452.mdi-av-web:before {
4453 content: "\e6d6";
4454}
4455
4456.mdi-communication-business:before {
4457 content: "\e6d7";
4458}
4459
4460.mdi-communication-call-end:before {
4461 content: "\e6d8";
4462}
4463
4464.mdi-communication-call-made:before {
4465 content: "\e6d9";
4466}
4467
4468.mdi-communication-call-merge:before {
4469 content: "\e6da";
4470}
4471
4472.mdi-communication-call-missed:before {
4473 content: "\e6db";
4474}
4475
4476.mdi-communication-call-received:before {
4477 content: "\e6dc";
4478}
4479
4480.mdi-communication-call-split:before {
4481 content: "\e6dd";
4482}
4483
4484.mdi-communication-call:before {
4485 content: "\e6de";
4486}
4487
4488.mdi-communication-chat:before {
4489 content: "\e6df";
4490}
4491
4492.mdi-communication-clear-all:before {
4493 content: "\e6e0";
4494}
4495
4496.mdi-communication-comment:before {
4497 content: "\e6e1";
4498}
4499
4500.mdi-communication-contacts:before {
4501 content: "\e6e2";
4502}
4503
4504.mdi-communication-dialer-sip:before {
4505 content: "\e6e3";
4506}
4507
4508.mdi-communication-dialpad:before {
4509 content: "\e6e4";
4510}
4511
4512.mdi-communication-dnd-on:before {
4513 content: "\e6e5";
4514}
4515
4516.mdi-communication-email:before {
4517 content: "\e6e6";
4518}
4519
4520.mdi-communication-forum:before {
4521 content: "\e6e7";
4522}
4523
4524.mdi-communication-import-export:before {
4525 content: "\e6e8";
4526}
4527
4528.mdi-communication-invert-colors-off:before {
4529 content: "\e6e9";
4530}
4531
4532.mdi-communication-invert-colors-on:before {
4533 content: "\e6ea";
4534}
4535
4536.mdi-communication-live-help:before {
4537 content: "\e6eb";
4538}
4539
4540.mdi-communication-location-off:before {
4541 content: "\e6ec";
4542}
4543
4544.mdi-communication-location-on:before {
4545 content: "\e6ed";
4546}
4547
4548.mdi-communication-message:before {
4549 content: "\e6ee";
4550}
4551
4552.mdi-communication-messenger:before {
4553 content: "\e6ef";
4554}
4555
4556.mdi-communication-no-sim:before {
4557 content: "\e6f0";
4558}
4559
4560.mdi-communication-phone:before {
4561 content: "\e6f1";
4562}
4563
4564.mdi-communication-portable-wifi-off:before {
4565 content: "\e6f2";
4566}
4567
4568.mdi-communication-quick-contacts-dialer:before {
4569 content: "\e6f3";
4570}
4571
4572.mdi-communication-quick-contacts-mail:before {
4573 content: "\e6f4";
4574}
4575
4576.mdi-communication-ring-volume:before {
4577 content: "\e6f5";
4578}
4579
4580.mdi-communication-stay-current-landscape:before {
4581 content: "\e6f6";
4582}
4583
4584.mdi-communication-stay-current-portrait:before {
4585 content: "\e6f7";
4586}
4587
4588.mdi-communication-stay-primary-landscape:before {
4589 content: "\e6f8";
4590}
4591
4592.mdi-communication-stay-primary-portrait:before {
4593 content: "\e6f9";
4594}
4595
4596.mdi-communication-swap-calls:before {
4597 content: "\e6fa";
4598}
4599
4600.mdi-communication-textsms:before {
4601 content: "\e6fb";
4602}
4603
4604.mdi-communication-voicemail:before {
4605 content: "\e6fc";
4606}
4607
4608.mdi-communication-vpn-key:before {
4609 content: "\e6fd";
4610}
4611
4612.mdi-content-add-box:before {
4613 content: "\e6fe";
4614}
4615
4616.mdi-content-add-circle-outline:before {
4617 content: "\e6ff";
4618}
4619
4620.mdi-content-add-circle:before {
4621 content: "\e700";
4622}
4623
4624.mdi-content-add:before {
4625 content: "\e701";
4626}
4627
4628.mdi-content-archive:before {
4629 content: "\e702";
4630}
4631
4632.mdi-content-backspace:before {
4633 content: "\e703";
4634}
4635
4636.mdi-content-block:before {
4637 content: "\e704";
4638}
4639
4640.mdi-content-clear:before {
4641 content: "\e705";
4642}
4643
4644.mdi-content-content-copy:before {
4645 content: "\e706";
4646}
4647
4648.mdi-content-content-cut:before {
4649 content: "\e707";
4650}
4651
4652.mdi-content-content-paste:before {
4653 content: "\e708";
4654}
4655
4656.mdi-content-create:before {
4657 content: "\e709";
4658}
4659
4660.mdi-content-drafts:before {
4661 content: "\e70a";
4662}
4663
4664.mdi-content-filter-list:before {
4665 content: "\e70b";
4666}
4667
4668.mdi-content-flag:before {
4669 content: "\e70c";
4670}
4671
4672.mdi-content-forward:before {
4673 content: "\e70d";
4674}
4675
4676.mdi-content-gesture:before {
4677 content: "\e70e";
4678}
4679
4680.mdi-content-inbox:before {
4681 content: "\e70f";
4682}
4683
4684.mdi-content-link:before {
4685 content: "\e710";
4686}
4687
4688.mdi-content-mail:before {
4689 content: "\e711";
4690}
4691
4692.mdi-content-markunread:before {
4693 content: "\e712";
4694}
4695
4696.mdi-content-redo:before {
4697 content: "\e713";
4698}
4699
4700.mdi-content-remove-circle-outline:before {
4701 content: "\e714";
4702}
4703
4704.mdi-content-remove-circle:before {
4705 content: "\e715";
4706}
4707
4708.mdi-content-remove:before {
4709 content: "\e716";
4710}
4711
4712.mdi-content-reply-all:before {
4713 content: "\e717";
4714}
4715
4716.mdi-content-reply:before {
4717 content: "\e718";
4718}
4719
4720.mdi-content-report:before {
4721 content: "\e719";
4722}
4723
4724.mdi-content-save:before {
4725 content: "\e71a";
4726}
4727
4728.mdi-content-select-all:before {
4729 content: "\e71b";
4730}
4731
4732.mdi-content-send:before {
4733 content: "\e71c";
4734}
4735
4736.mdi-content-sort:before {
4737 content: "\e71d";
4738}
4739
4740.mdi-content-text-format:before {
4741 content: "\e71e";
4742}
4743
4744.mdi-content-undo:before {
4745 content: "\e71f";
4746}
4747
4748.mdi-editor-attach-file:before {
4749 content: "\e776";
4750}
4751
4752.mdi-editor-attach-money:before {
4753 content: "\e777";
4754}
4755
4756.mdi-editor-border-all:before {
4757 content: "\e778";
4758}
4759
4760.mdi-editor-border-bottom:before {
4761 content: "\e779";
4762}
4763
4764.mdi-editor-border-clear:before {
4765 content: "\e77a";
4766}
4767
4768.mdi-editor-border-color:before {
4769 content: "\e77b";
4770}
4771
4772.mdi-editor-border-horizontal:before {
4773 content: "\e77c";
4774}
4775
4776.mdi-editor-border-inner:before {
4777 content: "\e77d";
4778}
4779
4780.mdi-editor-border-left:before {
4781 content: "\e77e";
4782}
4783
4784.mdi-editor-border-outer:before {
4785 content: "\e77f";
4786}
4787
4788.mdi-editor-border-right:before {
4789 content: "\e780";
4790}
4791
4792.mdi-editor-border-style:before {
4793 content: "\e781";
4794}
4795
4796.mdi-editor-border-top:before {
4797 content: "\e782";
4798}
4799
4800.mdi-editor-border-vertical:before {
4801 content: "\e783";
4802}
4803
4804.mdi-editor-format-align-center:before {
4805 content: "\e784";
4806}
4807
4808.mdi-editor-format-align-justify:before {
4809 content: "\e785";
4810}
4811
4812.mdi-editor-format-align-left:before {
4813 content: "\e786";
4814}
4815
4816.mdi-editor-format-align-right:before {
4817 content: "\e787";
4818}
4819
4820.mdi-editor-format-bold:before {
4821 content: "\e788";
4822}
4823
4824.mdi-editor-format-clear:before {
4825 content: "\e789";
4826}
4827
4828.mdi-editor-format-color-fill:before {
4829 content: "\e78a";
4830}
4831
4832.mdi-editor-format-color-reset:before {
4833 content: "\e78b";
4834}
4835
4836.mdi-editor-format-color-text:before {
4837 content: "\e78c";
4838}
4839
4840.mdi-editor-format-indent-decrease:before {
4841 content: "\e78d";
4842}
4843
4844.mdi-editor-format-indent-increase:before {
4845 content: "\e78e";
4846}
4847
4848.mdi-editor-format-italic:before {
4849 content: "\e78f";
4850}
4851
4852.mdi-editor-format-line-spacing:before {
4853 content: "\e790";
4854}
4855
4856.mdi-editor-format-list-bulleted:before {
4857 content: "\e791";
4858}
4859
4860.mdi-editor-format-list-numbered:before {
4861 content: "\e792";
4862}
4863
4864.mdi-editor-format-paint:before {
4865 content: "\e793";
4866}
4867
4868.mdi-editor-format-quote:before {
4869 content: "\e794";
4870}
4871
4872.mdi-editor-format-size:before {
4873 content: "\e795";
4874}
4875
4876.mdi-editor-format-strikethrough:before {
4877 content: "\e796";
4878}
4879
4880.mdi-editor-format-textdirection-l-to-r:before {
4881 content: "\e797";
4882}
4883
4884.mdi-editor-format-textdirection-r-to-l:before {
4885 content: "\e798";
4886}
4887
4888.mdi-editor-format-underline:before {
4889 content: "\e799";
4890}
4891
4892.mdi-editor-functions:before {
4893 content: "\e79a";
4894}
4895
4896.mdi-editor-insert-chart:before {
4897 content: "\e79b";
4898}
4899
4900.mdi-editor-insert-comment:before {
4901 content: "\e79c";
4902}
4903
4904.mdi-editor-insert-drive-file:before {
4905 content: "\e79d";
4906}
4907
4908.mdi-editor-insert-emoticon:before {
4909 content: "\e79e";
4910}
4911
4912.mdi-editor-insert-invitation:before {
4913 content: "\e79f";
4914}
4915
4916.mdi-editor-insert-link:before {
4917 content: "\e7a0";
4918}
4919
4920.mdi-editor-insert-photo:before {
4921 content: "\e7a1";
4922}
4923
4924.mdi-editor-merge-type:before {
4925 content: "\e7a2";
4926}
4927
4928.mdi-editor-mode-comment:before {
4929 content: "\e7a3";
4930}
4931
4932.mdi-editor-mode-edit:before {
4933 content: "\e7a4";
4934}
4935
4936.mdi-editor-publish:before {
4937 content: "\e7a5";
4938}
4939
4940.mdi-editor-vertical-align-bottom:before {
4941 content: "\e7a6";
4942}
4943
4944.mdi-editor-vertical-align-center:before {
4945 content: "\e7a7";
4946}
4947
4948.mdi-editor-vertical-align-top:before {
4949 content: "\e7a8";
4950}
4951
4952.mdi-editor-wrap-text:before {
4953 content: "\e7a9";
4954}
4955
4956.mdi-file-attachment:before {
4957 content: "\e7aa";
4958}
4959
4960.mdi-file-cloud-circle:before {
4961 content: "\e7ab";
4962}
4963
4964.mdi-file-cloud-done:before {
4965 content: "\e7ac";
4966}
4967
4968.mdi-file-cloud-download:before {
4969 content: "\e7ad";
4970}
4971
4972.mdi-file-cloud-off:before {
4973 content: "\e7ae";
4974}
4975
4976.mdi-file-cloud-queue:before {
4977 content: "\e7af";
4978}
4979
4980.mdi-file-cloud-upload:before {
4981 content: "\e7b0";
4982}
4983
4984.mdi-file-cloud:before {
4985 content: "\e7b1";
4986}
4987
4988.mdi-file-file-download:before {
4989 content: "\e7b2";
4990}
4991
4992.mdi-file-file-upload:before {
4993 content: "\e7b3";
4994}
4995
4996.mdi-file-folder-open:before {
4997 content: "\e7b4";
4998}
4999
5000.mdi-file-folder-shared:before {
5001 content: "\e7b5";
5002}
5003
5004.mdi-file-folder:before {
5005 content: "\e7b6";
5006}
5007
5008.mdi-device-access-alarm:before {
5009 content: "\e720";
5010}
5011
5012.mdi-device-access-alarms:before {
5013 content: "\e721";
5014}
5015
5016.mdi-device-access-time:before {
5017 content: "\e722";
5018}
5019
5020.mdi-device-add-alarm:before {
5021 content: "\e723";
5022}
5023
5024.mdi-device-airplanemode-off:before {
5025 content: "\e724";
5026}
5027
5028.mdi-device-airplanemode-on:before {
5029 content: "\e725";
5030}
5031
5032.mdi-device-battery-20:before {
5033 content: "\e726";
5034}
5035
5036.mdi-device-battery-30:before {
5037 content: "\e727";
5038}
5039
5040.mdi-device-battery-50:before {
5041 content: "\e728";
5042}
5043
5044.mdi-device-battery-60:before {
5045 content: "\e729";
5046}
5047
5048.mdi-device-battery-80:before {
5049 content: "\e72a";
5050}
5051
5052.mdi-device-battery-90:before {
5053 content: "\e72b";
5054}
5055
5056.mdi-device-battery-alert:before {
5057 content: "\e72c";
5058}
5059
5060.mdi-device-battery-charging-20:before {
5061 content: "\e72d";
5062}
5063
5064.mdi-device-battery-charging-30:before {
5065 content: "\e72e";
5066}
5067
5068.mdi-device-battery-charging-50:before {
5069 content: "\e72f";
5070}
5071
5072.mdi-device-battery-charging-60:before {
5073 content: "\e730";
5074}
5075
5076.mdi-device-battery-charging-80:before {
5077 content: "\e731";
5078}
5079
5080.mdi-device-battery-charging-90:before {
5081 content: "\e732";
5082}
5083
5084.mdi-device-battery-charging-full:before {
5085 content: "\e733";
5086}
5087
5088.mdi-device-battery-full:before {
5089 content: "\e734";
5090}
5091
5092.mdi-device-battery-std:before {
5093 content: "\e735";
5094}
5095
5096.mdi-device-battery-unknown:before {
5097 content: "\e736";
5098}
5099
5100.mdi-device-bluetooth-connected:before {
5101 content: "\e737";
5102}
5103
5104.mdi-device-bluetooth-disabled:before {
5105 content: "\e738";
5106}
5107
5108.mdi-device-bluetooth-searching:before {
5109 content: "\e739";
5110}
5111
5112.mdi-device-bluetooth:before {
5113 content: "\e73a";
5114}
5115
5116.mdi-device-brightness-auto:before {
5117 content: "\e73b";
5118}
5119
5120.mdi-device-brightness-high:before {
5121 content: "\e73c";
5122}
5123
5124.mdi-device-brightness-low:before {
5125 content: "\e73d";
5126}
5127
5128.mdi-device-brightness-medium:before {
5129 content: "\e73e";
5130}
5131
5132.mdi-device-data-usage:before {
5133 content: "\e73f";
5134}
5135
5136.mdi-device-developer-mode:before {
5137 content: "\e740";
5138}
5139
5140.mdi-device-devices:before {
5141 content: "\e741";
5142}
5143
5144.mdi-device-dvr:before {
5145 content: "\e742";
5146}
5147
5148.mdi-device-gps-fixed:before {
5149 content: "\e743";
5150}
5151
5152.mdi-device-gps-not-fixed:before {
5153 content: "\e744";
5154}
5155
5156.mdi-device-gps-off:before {
5157 content: "\e745";
5158}
5159
5160.mdi-device-location-disabled:before {
5161 content: "\e746";
5162}
5163
5164.mdi-device-location-searching:before {
5165 content: "\e747";
5166}
5167
5168.mdi-device-multitrack-audio:before {
5169 content: "\e748";
5170}
5171
5172.mdi-device-network-cell:before {
5173 content: "\e749";
5174}
5175
5176.mdi-device-network-wifi:before {
5177 content: "\e74a";
5178}
5179
5180.mdi-device-nfc:before {
5181 content: "\e74b";
5182}
5183
5184.mdi-device-now-wallpaper:before {
5185 content: "\e74c";
5186}
5187
5188.mdi-device-now-widgets:before {
5189 content: "\e74d";
5190}
5191
5192.mdi-device-screen-lock-landscape:before {
5193 content: "\e74e";
5194}
5195
5196.mdi-device-screen-lock-portrait:before {
5197 content: "\e74f";
5198}
5199
5200.mdi-device-screen-lock-rotation:before {
5201 content: "\e750";
5202}
5203
5204.mdi-device-screen-rotation:before {
5205 content: "\e751";
5206}
5207
5208.mdi-device-sd-storage:before {
5209 content: "\e752";
5210}
5211
5212.mdi-device-settings-system-daydream:before {
5213 content: "\e753";
5214}
5215
5216.mdi-device-signal-cellular-0-bar:before {
5217 content: "\e754";
5218}
5219
5220.mdi-device-signal-cellular-1-bar:before {
5221 content: "\e755";
5222}
5223
5224.mdi-device-signal-cellular-2-bar:before {
5225 content: "\e756";
5226}
5227
5228.mdi-device-signal-cellular-3-bar:before {
5229 content: "\e757";
5230}
5231
5232.mdi-device-signal-cellular-4-bar:before {
5233 content: "\e758";
5234}
5235
5236.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
5237 content: "\e8f6";
5238}
5239
5240.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
5241 content: "\e759";
5242}
5243
5244.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
5245 content: "\e75a";
5246}
5247
5248.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
5249 content: "\e75b";
5250}
5251
5252.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
5253 content: "\e75c";
5254}
5255
5256.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
5257 content: "\e75d";
5258}
5259
5260.mdi-device-signal-cellular-no-sim:before {
5261 content: "\e75e";
5262}
5263
5264.mdi-device-signal-cellular-null:before {
5265 content: "\e75f";
5266}
5267
5268.mdi-device-signal-cellular-off:before {
5269 content: "\e760";
5270}
5271
5272.mdi-device-signal-wifi-0-bar:before {
5273 content: "\e761";
5274}
5275
5276.mdi-device-signal-wifi-1-bar:before {
5277 content: "\e762";
5278}
5279
5280.mdi-device-signal-wifi-2-bar:before {
5281 content: "\e763";
5282}
5283
5284.mdi-device-signal-wifi-3-bar:before {
5285 content: "\e764";
5286}
5287
5288.mdi-device-signal-wifi-4-bar:before {
5289 content: "\e765";
5290}
5291
5292.mdi-device-signal-wifi-off:before {
5293 content: "\e766";
5294}
5295
5296.mdi-device-signal-wifi-statusbar-1-bar:before {
5297 content: "\e767";
5298}
5299
5300.mdi-device-signal-wifi-statusbar-2-bar:before {
5301 content: "\e768";
5302}
5303
5304.mdi-device-signal-wifi-statusbar-3-bar:before {
5305 content: "\e769";
5306}
5307
5308.mdi-device-signal-wifi-statusbar-4-bar:before {
5309 content: "\e76a";
5310}
5311
5312.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
5313 content: "\e76b";
5314}
5315
5316.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
5317 content: "\e76f";
5318}
5319
5320.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
5321 content: "\e76c";
5322}
5323
5324.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
5325 content: "\e76d";
5326}
5327
5328.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
5329 content: "\e76e";
5330}
5331
5332.mdi-signal-wifi-statusbar-not-connected-after:before {
5333 content: "\e8f7";
5334}
5335
5336.mdi-device-signal-wifi-statusbar-not-connected:before {
5337 content: "\e770";
5338}
5339
5340.mdi-device-signal-wifi-statusbar-null:before {
5341 content: "\e771";
5342}
5343
5344.mdi-device-storage:before {
5345 content: "\e772";
5346}
5347
5348.mdi-device-usb:before {
5349 content: "\e773";
5350}
5351
5352.mdi-device-wifi-lock:before {
5353 content: "\e774";
5354}
5355
5356.mdi-device-wifi-tethering:before {
5357 content: "\e775";
5358}
5359
5360.mdi-hardware-cast-connected:before {
5361 content: "\e7b7";
5362}
5363
5364.mdi-hardware-cast:before {
5365 content: "\e7b8";
5366}
5367
5368.mdi-hardware-computer:before {
5369 content: "\e7b9";
5370}
5371
5372.mdi-hardware-desktop-mac:before {
5373 content: "\e7ba";
5374}
5375
5376.mdi-hardware-desktop-windows:before {
5377 content: "\e7bb";
5378}
5379
5380.mdi-hardware-dock:before {
5381 content: "\e7bc";
5382}
5383
5384.mdi-hardware-gamepad:before {
5385 content: "\e7bd";
5386}
5387
5388.mdi-hardware-headset-mic:before {
5389 content: "\e7be";
5390}
5391
5392.mdi-hardware-headset:before {
5393 content: "\e7bf";
5394}
5395
5396.mdi-hardware-keyboard-alt:before {
5397 content: "\e7c0";
5398}
5399
5400.mdi-hardware-keyboard-arrow-down:before {
5401 content: "\e7c1";
5402}
5403
5404.mdi-hardware-keyboard-arrow-left:before {
5405 content: "\e7c2";
5406}
5407
5408.mdi-hardware-keyboard-arrow-right:before {
5409 content: "\e7c3";
5410}
5411
5412.mdi-hardware-keyboard-arrow-up:before {
5413 content: "\e7c4";
5414}
5415
5416.mdi-hardware-keyboard-backspace:before {
5417 content: "\e7c5";
5418}
5419
5420.mdi-hardware-keyboard-capslock:before {
5421 content: "\e7c6";
5422}
5423
5424.mdi-hardware-keyboard-control:before {
5425 content: "\e7c7";
5426}
5427
5428.mdi-hardware-keyboard-hide:before {
5429 content: "\e7c8";
5430}
5431
5432.mdi-hardware-keyboard-return:before {
5433 content: "\e7c9";
5434}
5435
5436.mdi-hardware-keyboard-tab:before {
5437 content: "\e7ca";
5438}
5439
5440.mdi-hardware-keyboard-voice:before {
5441 content: "\e7cb";
5442}
5443
5444.mdi-hardware-keyboard:before {
5445 content: "\e7cc";
5446}
5447
5448.mdi-hardware-laptop-chromebook:before {
5449 content: "\e7cd";
5450}
5451
5452.mdi-hardware-laptop-mac:before {
5453 content: "\e7ce";
5454}
5455
5456.mdi-hardware-laptop-windows:before {
5457 content: "\e7cf";
5458}
5459
5460.mdi-hardware-laptop:before {
5461 content: "\e7d0";
5462}
5463
5464.mdi-hardware-memory:before {
5465 content: "\e7d1";
5466}
5467
5468.mdi-hardware-mouse:before {
5469 content: "\e7d2";
5470}
5471
5472.mdi-hardware-phone-android:before {
5473 content: "\e7d3";
5474}
5475
5476.mdi-hardware-phone-iphone:before {
5477 content: "\e7d4";
5478}
5479
5480.mdi-hardware-phonelink-off:before {
5481 content: "\e7d5";
5482}
5483
5484.mdi-hardware-phonelink:before {
5485 content: "\e7d6";
5486}
5487
5488.mdi-hardware-security:before {
5489 content: "\e7d7";
5490}
5491
5492.mdi-hardware-sim-card:before {
5493 content: "\e7d8";
5494}
5495
5496.mdi-hardware-smartphone:before {
5497 content: "\e7d9";
5498}
5499
5500.mdi-hardware-speaker:before {
5501 content: "\e7da";
5502}
5503
5504.mdi-hardware-tablet-android:before {
5505 content: "\e7db";
5506}
5507
5508.mdi-hardware-tablet-mac:before {
5509 content: "\e7dc";
5510}
5511
5512.mdi-hardware-tablet:before {
5513 content: "\e7dd";
5514}
5515
5516.mdi-hardware-tv:before {
5517 content: "\e7de";
5518}
5519
5520.mdi-hardware-watch:before {
5521 content: "\e7df";
5522}
5523
5524.mdi-image-add-to-photos:before {
5525 content: "\e7e0";
5526}
5527
5528.mdi-image-adjust:before {
5529 content: "\e7e1";
5530}
5531
5532.mdi-image-assistant-photo:before {
5533 content: "\e7e2";
5534}
5535
5536.mdi-image-audiotrack:before {
5537 content: "\e7e3";
5538}
5539
5540.mdi-image-blur-circular:before {
5541 content: "\e7e4";
5542}
5543
5544.mdi-image-blur-linear:before {
5545 content: "\e7e5";
5546}
5547
5548.mdi-image-blur-off:before {
5549 content: "\e7e6";
5550}
5551
5552.mdi-image-blur-on:before {
5553 content: "\e7e7";
5554}
5555
5556.mdi-image-brightness-1:before {
5557 content: "\e7e8";
5558}
5559
5560.mdi-image-brightness-2:before {
5561 content: "\e7e9";
5562}
5563
5564.mdi-image-brightness-3:before {
5565 content: "\e7ea";
5566}
5567
5568.mdi-image-brightness-4:before {
5569 content: "\e7eb";
5570}
5571
5572.mdi-image-brightness-5:before {
5573 content: "\e7ec";
5574}
5575
5576.mdi-image-brightness-6:before {
5577 content: "\e7ed";
5578}
5579
5580.mdi-image-brightness-7:before {
5581 content: "\e7ee";
5582}
5583
5584.mdi-image-brush:before {
5585 content: "\e7ef";
5586}
5587
5588.mdi-image-camera-alt:before {
5589 content: "\e7f0";
5590}
5591
5592.mdi-image-camera-front:before {
5593 content: "\e7f1";
5594}
5595
5596.mdi-image-camera-rear:before {
5597 content: "\e7f2";
5598}
5599
5600.mdi-image-camera-roll:before {
5601 content: "\e7f3";
5602}
5603
5604.mdi-image-camera:before {
5605 content: "\e7f4";
5606}
5607
5608.mdi-image-center-focus-strong:before {
5609 content: "\e7f5";
5610}
5611
5612.mdi-image-center-focus-weak:before {
5613 content: "\e7f6";
5614}
5615
5616.mdi-image-collections:before {
5617 content: "\e7f7";
5618}
5619
5620.mdi-image-color-lens:before {
5621 content: "\e7f8";
5622}
5623
5624.mdi-image-colorize:before {
5625 content: "\e7f9";
5626}
5627
5628.mdi-image-compare:before {
5629 content: "\e7fa";
5630}
5631
5632.mdi-image-control-point-duplicate:before {
5633 content: "\e7fb";
5634}
5635
5636.mdi-image-control-point:before {
5637 content: "\e7fc";
5638}
5639
5640.mdi-image-crop-3-2:before {
5641 content: "\e7fd";
5642}
5643
5644.mdi-image-crop-5-4:before {
5645 content: "\e7fe";
5646}
5647
5648.mdi-image-crop-7-5:before {
5649 content: "\e7ff";
5650}
5651
5652.mdi-image-crop-16-9:before {
5653 content: "\e800";
5654}
5655
5656.mdi-image-crop-din:before {
5657 content: "\e801";
5658}
5659
5660.mdi-image-crop-free:before {
5661 content: "\e802";
5662}
5663
5664.mdi-image-crop-landscape:before {
5665 content: "\e803";
5666}
5667
5668.mdi-image-crop-original:before {
5669 content: "\e804";
5670}
5671
5672.mdi-image-crop-portrait:before {
5673 content: "\e805";
5674}
5675
5676.mdi-image-crop-square:before {
5677 content: "\e806";
5678}
5679
5680.mdi-image-crop:before {
5681 content: "\e807";
5682}
5683
5684.mdi-image-dehaze:before {
5685 content: "\e808";
5686}
5687
5688.mdi-image-details:before {
5689 content: "\e809";
5690}
5691
5692.mdi-image-edit:before {
5693 content: "\e80a";
5694}
5695
5696.mdi-image-exposure-minus-1:before {
5697 content: "\e80b";
5698}
5699
5700.mdi-image-exposure-minus-2:before {
5701 content: "\e80c";
5702}
5703
5704.mdi-image-exposure-plus-1:before {
5705 content: "\e80d";
5706}
5707
5708.mdi-image-exposure-plus-2:before {
5709 content: "\e80e";
5710}
5711
5712.mdi-image-exposure-zero:before {
5713 content: "\e80f";
5714}
5715
5716.mdi-image-exposure:before {
5717 content: "\e810";
5718}
5719
5720.mdi-image-filter-1:before {
5721 content: "\e811";
5722}
5723
5724.mdi-image-filter-2:before {
5725 content: "\e812";
5726}
5727
5728.mdi-image-filter-3:before {
5729 content: "\e813";
5730}
5731
5732.mdi-image-filter-4:before {
5733 content: "\e814";
5734}
5735
5736.mdi-image-filter-5:before {
5737 content: "\e815";
5738}
5739
5740.mdi-image-filter-6:before {
5741 content: "\e816";
5742}
5743
5744.mdi-image-filter-7:before {
5745 content: "\e817";
5746}
5747
5748.mdi-image-filter-8:before {
5749 content: "\e818";
5750}
5751
5752.mdi-image-filter-9-plus:before {
5753 content: "\e819";
5754}
5755
5756.mdi-image-filter-9:before {
5757 content: "\e81a";
5758}
5759
5760.mdi-image-filter-b-and-w:before {
5761 content: "\e81b";
5762}
5763
5764.mdi-image-filter-center-focus:before {
5765 content: "\e81c";
5766}
5767
5768.mdi-image-filter-drama:before {
5769 content: "\e81d";
5770}
5771
5772.mdi-image-filter-frames:before {
5773 content: "\e81e";
5774}
5775
5776.mdi-image-filter-hdr:before {
5777 content: "\e81f";
5778}
5779
5780.mdi-image-filter-none:before {
5781 content: "\e820";
5782}
5783
5784.mdi-image-filter-tilt-shift:before {
5785 content: "\e821";
5786}
5787
5788.mdi-image-filter-vintage:before {
5789 content: "\e822";
5790}
5791
5792.mdi-image-filter:before {
5793 content: "\e823";
5794}
5795
5796.mdi-image-flare:before {
5797 content: "\e824";
5798}
5799
5800.mdi-image-flash-auto:before {
5801 content: "\e825";
5802}
5803
5804.mdi-image-flash-off:before {
5805 content: "\e826";
5806}
5807
5808.mdi-image-flash-on:before {
5809 content: "\e827";
5810}
5811
5812.mdi-image-flip:before {
5813 content: "\e828";
5814}
5815
5816.mdi-image-gradient:before {
5817 content: "\e829";
5818}
5819
5820.mdi-image-grain:before {
5821 content: "\e82a";
5822}
5823
5824.mdi-image-grid-off:before {
5825 content: "\e82b";
5826}
5827
5828.mdi-image-grid-on:before {
5829 content: "\e82c";
5830}
5831
5832.mdi-image-hdr-off:before {
5833 content: "\e82d";
5834}
5835
5836.mdi-image-hdr-on:before {
5837 content: "\e82e";
5838}
5839
5840.mdi-image-hdr-strong:before {
5841 content: "\e82f";
5842}
5843
5844.mdi-image-hdr-weak:before {
5845 content: "\e830";
5846}
5847
5848.mdi-image-healing:before {
5849 content: "\e831";
5850}
5851
5852.mdi-image-image-aspect-ratio:before {
5853 content: "\e832";
5854}
5855
5856.mdi-image-image:before {
5857 content: "\e833";
5858}
5859
5860.mdi-image-iso:before {
5861 content: "\e834";
5862}
5863
5864.mdi-image-landscape:before {
5865 content: "\e835";
5866}
5867
5868.mdi-image-leak-add:before {
5869 content: "\e836";
5870}
5871
5872.mdi-image-leak-remove:before {
5873 content: "\e837";
5874}
5875
5876.mdi-image-lens:before {
5877 content: "\e838";
5878}
5879
5880.mdi-image-looks-3:before {
5881 content: "\e839";
5882}
5883
5884.mdi-image-looks-4:before {
5885 content: "\e83a";
5886}
5887
5888.mdi-image-looks-5:before {
5889 content: "\e83b";
5890}
5891
5892.mdi-image-looks-6:before {
5893 content: "\e83c";
5894}
5895
5896.mdi-image-looks-one:before {
5897 content: "\e83d";
5898}
5899
5900.mdi-image-looks-two:before {
5901 content: "\e83e";
5902}
5903
5904.mdi-image-looks:before {
5905 content: "\e83f";
5906}
5907
5908.mdi-image-loupe:before {
5909 content: "\e840";
5910}
5911
5912.mdi-image-movie-creation:before {
5913 content: "\e841";
5914}
5915
5916.mdi-image-nature-people:before {
5917 content: "\e842";
5918}
5919
5920.mdi-image-nature:before {
5921 content: "\e843";
5922}
5923
5924.mdi-image-navigate-before:before {
5925 content: "\e844";
5926}
5927
5928.mdi-image-navigate-next:before {
5929 content: "\e845";
5930}
5931
5932.mdi-image-palette:before {
5933 content: "\e846";
5934}
5935
5936.mdi-image-panorama-fisheye:before {
5937 content: "\e847";
5938}
5939
5940.mdi-image-panorama-horizontal:before {
5941 content: "\e848";
5942}
5943
5944.mdi-image-panorama-vertical:before {
5945 content: "\e849";
5946}
5947
5948.mdi-image-panorama-wide-angle:before {
5949 content: "\e84a";
5950}
5951
5952.mdi-image-panorama:before {
5953 content: "\e84b";
5954}
5955
5956.mdi-image-photo-album:before {
5957 content: "\e84c";
5958}
5959
5960.mdi-image-photo-camera:before {
5961 content: "\e84d";
5962}
5963
5964.mdi-image-photo-library:before {
5965 content: "\e84e";
5966}
5967
5968.mdi-image-photo:before {
5969 content: "\e84f";
5970}
5971
5972.mdi-image-portrait:before {
5973 content: "\e850";
5974}
5975
5976.mdi-image-remove-red-eye:before {
5977 content: "\e851";
5978}
5979
5980.mdi-image-rotate-left:before {
5981 content: "\e852";
5982}
5983
5984.mdi-image-rotate-right:before {
5985 content: "\e853";
5986}
5987
5988.mdi-image-slideshow:before {
5989 content: "\e854";
5990}
5991
5992.mdi-image-straighten:before {
5993 content: "\e855";
5994}
5995
5996.mdi-image-style:before {
5997 content: "\e856";
5998}
5999
6000.mdi-image-switch-camera:before {
6001 content: "\e857";
6002}
6003
6004.mdi-image-switch-video:before {
6005 content: "\e858";
6006}
6007
6008.mdi-image-tag-faces:before {
6009 content: "\e859";
6010}
6011
6012.mdi-image-texture:before {
6013 content: "\e85a";
6014}
6015
6016.mdi-image-timelapse:before {
6017 content: "\e85b";
6018}
6019
6020.mdi-image-timer-3:before {
6021 content: "\e85c";
6022}
6023
6024.mdi-image-timer-10:before {
6025 content: "\e85d";
6026}
6027
6028.mdi-image-timer-auto:before {
6029 content: "\e85e";
6030}
6031
6032.mdi-image-timer-off:before {
6033 content: "\e85f";
6034}
6035
6036.mdi-image-timer:before {
6037 content: "\e860";
6038}
6039
6040.mdi-image-tonality:before {
6041 content: "\e861";
6042}
6043
6044.mdi-image-transform:before {
6045 content: "\e862";
6046}
6047
6048.mdi-image-tune:before {
6049 content: "\e863";
6050}
6051
6052.mdi-image-wb-auto:before {
6053 content: "\e864";
6054}
6055
6056.mdi-image-wb-cloudy:before {
6057 content: "\e865";
6058}
6059
6060.mdi-image-wb-incandescent:before {
6061 content: "\e866";
6062}
6063
6064.mdi-image-wb-irradescent:before {
6065 content: "\e867";
6066}
6067
6068.mdi-image-wb-sunny:before {
6069 content: "\e868";
6070}
6071
6072.mdi-maps-beenhere:before {
6073 content: "\e869";
6074}
6075
6076.mdi-maps-directions-bike:before {
6077 content: "\e86a";
6078}
6079
6080.mdi-maps-directions-bus:before {
6081 content: "\e86b";
6082}
6083
6084.mdi-maps-directions-car:before {
6085 content: "\e86c";
6086}
6087
6088.mdi-maps-directions-ferry:before {
6089 content: "\e86d";
6090}
6091
6092.mdi-maps-directions-subway:before {
6093 content: "\e86e";
6094}
6095
6096.mdi-maps-directions-train:before {
6097 content: "\e86f";
6098}
6099
6100.mdi-maps-directions-transit:before {
6101 content: "\e870";
6102}
6103
6104.mdi-maps-directions-walk:before {
6105 content: "\e871";
6106}
6107
6108.mdi-maps-directions:before {
6109 content: "\e872";
6110}
6111
6112.mdi-maps-flight:before {
6113 content: "\e873";
6114}
6115
6116.mdi-maps-hotel:before {
6117 content: "\e874";
6118}
6119
6120.mdi-maps-layers-clear:before {
6121 content: "\e875";
6122}
6123
6124.mdi-maps-layers:before {
6125 content: "\e876";
6126}
6127
6128.mdi-maps-local-airport:before {
6129 content: "\e877";
6130}
6131
6132.mdi-maps-local-atm:before {
6133 content: "\e878";
6134}
6135
6136.mdi-maps-local-attraction:before {
6137 content: "\e879";
6138}
6139
6140.mdi-maps-local-bar:before {
6141 content: "\e87a";
6142}
6143
6144.mdi-maps-local-cafe:before {
6145 content: "\e87b";
6146}
6147
6148.mdi-maps-local-car-wash:before {
6149 content: "\e87c";
6150}
6151
6152.mdi-maps-local-convenience-store:before {
6153 content: "\e87d";
6154}
6155
6156.mdi-maps-local-drink:before {
6157 content: "\e87e";
6158}
6159
6160.mdi-maps-local-florist:before {
6161 content: "\e87f";
6162}
6163
6164.mdi-maps-local-gas-station:before {
6165 content: "\e880";
6166}
6167
6168.mdi-maps-local-grocery-store:before {
6169 content: "\e881";
6170}
6171
6172.mdi-maps-local-hospital:before {
6173 content: "\e882";
6174}
6175
6176.mdi-maps-local-hotel:before {
6177 content: "\e883";
6178}
6179
6180.mdi-maps-local-laundry-service:before {
6181 content: "\e884";
6182}
6183
6184.mdi-maps-local-library:before {
6185 content: "\e885";
6186}
6187
6188.mdi-maps-local-mall:before {
6189 content: "\e886";
6190}
6191
6192.mdi-maps-local-movies:before {
6193 content: "\e887";
6194}
6195
6196.mdi-maps-local-offer:before {
6197 content: "\e888";
6198}
6199
6200.mdi-maps-local-parking:before {
6201 content: "\e889";
6202}
6203
6204.mdi-maps-local-pharmacy:before {
6205 content: "\e88a";
6206}
6207
6208.mdi-maps-local-phone:before {
6209 content: "\e88b";
6210}
6211
6212.mdi-maps-local-pizza:before {
6213 content: "\e88c";
6214}
6215
6216.mdi-maps-local-play:before {
6217 content: "\e88d";
6218}
6219
6220.mdi-maps-local-post-office:before {
6221 content: "\e88e";
6222}
6223
6224.mdi-maps-local-print-shop:before {
6225 content: "\e88f";
6226}
6227
6228.mdi-maps-local-restaurant:before {
6229 content: "\e890";
6230}
6231
6232.mdi-maps-local-see:before {
6233 content: "\e891";
6234}
6235
6236.mdi-maps-local-shipping:before {
6237 content: "\e892";
6238}
6239
6240.mdi-maps-local-taxi:before {
6241 content: "\e893";
6242}
6243
6244.mdi-maps-location-history:before {
6245 content: "\e894";
6246}
6247
6248.mdi-maps-map:before {
6249 content: "\e895";
6250}
6251
6252.mdi-maps-my-location:before {
6253 content: "\e896";
6254}
6255
6256.mdi-maps-navigation:before {
6257 content: "\e897";
6258}
6259
6260.mdi-maps-pin-drop:before {
6261 content: "\e898";
6262}
6263
6264.mdi-maps-place:before {
6265 content: "\e899";
6266}
6267
6268.mdi-maps-rate-review:before {
6269 content: "\e89a";
6270}
6271
6272.mdi-maps-restaurant-menu:before {
6273 content: "\e89b";
6274}
6275
6276.mdi-maps-satellite:before {
6277 content: "\e89c";
6278}
6279
6280.mdi-maps-store-mall-directory:before {
6281 content: "\e89d";
6282}
6283
6284.mdi-maps-terrain:before {
6285 content: "\e89e";
6286}
6287
6288.mdi-maps-traffic:before {
6289 content: "\e89f";
6290}
6291
6292.mdi-navigation-apps:before {
6293 content: "\e8a0";
6294}
6295
6296.mdi-navigation-arrow-back:before {
6297 content: "\e8a1";
6298}
6299
6300.mdi-navigation-arrow-drop-down-circle:before {
6301 content: "\e8a2";
6302}
6303
6304.mdi-navigation-arrow-drop-down:before {
6305 content: "\e8a3";
6306}
6307
6308.mdi-navigation-arrow-drop-up:before {
6309 content: "\e8a4";
6310}
6311
6312.mdi-navigation-arrow-forward:before {
6313 content: "\e8a5";
6314}
6315
6316.mdi-navigation-cancel:before {
6317 content: "\e8a6";
6318}
6319
6320.mdi-navigation-check:before {
6321 content: "\e8a7";
6322}
6323
6324.mdi-navigation-chevron-left:before {
6325 content: "\e8a8";
6326}
6327
6328.mdi-navigation-chevron-right:before {
6329 content: "\e8a9";
6330}
6331
6332.mdi-navigation-close:before {
6333 content: "\e8aa";
6334}
6335
6336.mdi-navigation-expand-less:before {
6337 content: "\e8ab";
6338}
6339
6340.mdi-navigation-expand-more:before {
6341 content: "\e8ac";
6342}
6343
6344.mdi-navigation-fullscreen-exit:before {
6345 content: "\e8ad";
6346}
6347
6348.mdi-navigation-fullscreen:before {
6349 content: "\e8ae";
6350}
6351
6352.mdi-navigation-menu:before {
6353 content: "\e8af";
6354}
6355
6356.mdi-navigation-more-horiz:before {
6357 content: "\e8b0";
6358}
6359
6360.mdi-navigation-more-vert:before {
6361 content: "\e8b1";
6362}
6363
6364.mdi-navigation-refresh:before {
6365 content: "\e8b2";
6366}
6367
6368.mdi-navigation-unfold-less:before {
6369 content: "\e8b3";
6370}
6371
6372.mdi-navigation-unfold-more:before {
6373 content: "\e8b4";
6374}
6375
6376.mdi-notification-adb:before {
6377 content: "\e8b5";
6378}
6379
6380.mdi-notification-bluetooth-audio:before {
6381 content: "\e8b6";
6382}
6383
6384.mdi-notification-disc-full:before {
6385 content: "\e8b7";
6386}
6387
6388.mdi-notification-dnd-forwardslash:before {
6389 content: "\e8b8";
6390}
6391
6392.mdi-notification-do-not-disturb:before {
6393 content: "\e8b9";
6394}
6395
6396.mdi-notification-drive-eta:before {
6397 content: "\e8ba";
6398}
6399
6400.mdi-notification-event-available:before {
6401 content: "\e8bb";
6402}
6403
6404.mdi-notification-event-busy:before {
6405 content: "\e8bc";
6406}
6407
6408.mdi-notification-event-note:before {
6409 content: "\e8bd";
6410}
6411
6412.mdi-notification-folder-special:before {
6413 content: "\e8be";
6414}
6415
6416.mdi-notification-mms:before {
6417 content: "\e8bf";
6418}
6419
6420.mdi-notification-more:before {
6421 content: "\e8c0";
6422}
6423
6424.mdi-notification-network-locked:before {
6425 content: "\e8c1";
6426}
6427
6428.mdi-notification-phone-bluetooth-speaker:before {
6429 content: "\e8c2";
6430}
6431
6432.mdi-notification-phone-forwarded:before {
6433 content: "\e8c3";
6434}
6435
6436.mdi-notification-phone-in-talk:before {
6437 content: "\e8c4";
6438}
6439
6440.mdi-notification-phone-locked:before {
6441 content: "\e8c5";
6442}
6443
6444.mdi-notification-phone-missed:before {
6445 content: "\e8c6";
6446}
6447
6448.mdi-notification-phone-paused:before {
6449 content: "\e8c7";
6450}
6451
6452.mdi-notification-play-download:before {
6453 content: "\e8c8";
6454}
6455
6456.mdi-notification-play-install:before {
6457 content: "\e8c9";
6458}
6459
6460.mdi-notification-sd-card:before {
6461 content: "\e8ca";
6462}
6463
6464.mdi-notification-sim-card-alert:before {
6465 content: "\e8cb";
6466}
6467
6468.mdi-notification-sms-failed:before {
6469 content: "\e8cc";
6470}
6471
6472.mdi-notification-sms:before {
6473 content: "\e8cd";
6474}
6475
6476.mdi-notification-sync-disabled:before {
6477 content: "\e8ce";
6478}
6479
6480.mdi-notification-sync-problem:before {
6481 content: "\e8cf";
6482}
6483
6484.mdi-notification-sync:before {
6485 content: "\e8d0";
6486}
6487
6488.mdi-notification-system-update:before {
6489 content: "\e8d1";
6490}
6491
6492.mdi-notification-tap-and-play:before {
6493 content: "\e8d2";
6494}
6495
6496.mdi-notification-time-to-leave:before {
6497 content: "\e8d3";
6498}
6499
6500.mdi-notification-vibration:before {
6501 content: "\e8d4";
6502}
6503
6504.mdi-notification-voice-chat:before {
6505 content: "\e8d5";
6506}
6507
6508.mdi-notification-vpn-lock:before {
6509 content: "\e8d6";
6510}
6511
6512.mdi-social-cake:before {
6513 content: "\e8d7";
6514}
6515
6516.mdi-social-domain:before {
6517 content: "\e8d8";
6518}
6519
6520.mdi-social-group-add:before {
6521 content: "\e8d9";
6522}
6523
6524.mdi-social-group:before {
6525 content: "\e8da";
6526}
6527
6528.mdi-social-location-city:before {
6529 content: "\e8db";
6530}
6531
6532.mdi-social-mood:before {
6533 content: "\e8dc";
6534}
6535
6536.mdi-social-notifications-none:before {
6537 content: "\e8dd";
6538}
6539
6540.mdi-social-notifications-off:before {
6541 content: "\e8de";
6542}
6543
6544.mdi-social-notifications-on:before {
6545 content: "\e8df";
6546}
6547
6548.mdi-social-notifications-paused:before {
6549 content: "\e8e0";
6550}
6551
6552.mdi-social-notifications:before {
6553 content: "\e8e1";
6554}
6555
6556.mdi-social-pages:before {
6557 content: "\e8e2";
6558}
6559
6560.mdi-social-party-mode:before {
6561 content: "\e8e3";
6562}
6563
6564.mdi-social-people-outline:before {
6565 content: "\e8e4";
6566}
6567
6568.mdi-social-people:before {
6569 content: "\e8e5";
6570}
6571
6572.mdi-social-person-add:before {
6573 content: "\e8e6";
6574}
6575
6576.mdi-social-person-outline:before {
6577 content: "\e8e7";
6578}
6579
6580.mdi-social-person:before {
6581 content: "\e8e8";
6582}
6583
6584.mdi-social-plus-one:before {
6585 content: "\e8e9";
6586}
6587
6588.mdi-social-poll:before {
6589 content: "\e8ea";
6590}
6591
6592.mdi-social-public:before {
6593 content: "\e8eb";
6594}
6595
6596.mdi-social-school:before {
6597 content: "\e8ec";
6598}
6599
6600.mdi-social-share:before {
6601 content: "\e8ed";
6602}
6603
6604.mdi-social-whatshot:before {
6605 content: "\e8ee";
6606}
6607
6608.mdi-toggle-check-box-outline-blank:before {
6609 content: "\e8ef";
6610}
6611
6612.mdi-toggle-check-box:before {
6613 content: "\e8f0";
6614}
6615
6616.mdi-toggle-radio-button-off:before {
6617 content: "\e8f1";
6618}
6619
6620.mdi-toggle-radio-button-on:before {
6621 content: "\e8f2";
6622}
6623
6624.mdi-toggle-star-half:before {
6625 content: "\e8f3";
6626}
6627
6628.mdi-toggle-star-outline:before {
6629 content: "\e8f4";
6630}
6631
6632.mdi-toggle-star:before {
6633 content: "\e8f5";
6634}
6635
6636.container {
6637 margin: 0 auto;
6638 max-width: 1280px;
6639 width: 90%;
6640}
6641
6642@media only screen and (min-width: 601px) {
6643 .container {
6644 width: 85%;
6645 }
6646}
6647
6648@media only screen and (min-width: 993px) {
6649 .container {
6650 width: 70%;
6651 }
6652}
6653
6654.container .row {
6655 margin-left: -0.75rem;
6656 margin-right: -0.75rem;
6657}
6658
6659.section {
6660 padding-top: 1rem;
6661 padding-bottom: 1rem;
6662}
6663
6664.section.no-pad {
6665 padding: 0;
6666}
6667
6668.section.no-pad-bot {
6669 padding-bottom: 0;
6670}
6671
6672.section.no-pad-top {
6673 padding-top: 0;
6674}
6675
6676.row {
6677 margin-left: auto;
6678 margin-right: auto;
6679 margin-bottom: 20px;
6680}
6681
6682.row:after {
6683 content: "";
6684 display: table;
6685 clear: both;
6686}
6687
6688.row .col {
6689 float: left;
6690 box-sizing: border-box;
6691 padding: 0 0.75rem;
6692}
6693
6694.row .col[class*="push-"], .row .col[class*="pull-"] {
6695 position: relative;
6696}
6697
6698.row .col.s1 {
6699 width: 8.3333333333%;
6700 margin-left: auto;
6701 left: auto;
6702 right: auto;
6703}
6704
6705.row .col.s2 {
6706 width: 16.6666666667%;
6707 margin-left: auto;
6708 left: auto;
6709 right: auto;
6710}
6711
6712.row .col.s3 {
6713 width: 25%;
6714 margin-left: auto;
6715 left: auto;
6716 right: auto;
6717}
6718
6719.row .col.s4 {
6720 width: 33.3333333333%;
6721 margin-left: auto;
6722 left: auto;
6723 right: auto;
6724}
6725
6726.row .col.s5 {
6727 width: 41.6666666667%;
6728 margin-left: auto;
6729 left: auto;
6730 right: auto;
6731}
6732
6733.row .col.s6 {
6734 width: 50%;
6735 margin-left: auto;
6736 left: auto;
6737 right: auto;
6738}
6739
6740.row .col.s7 {
6741 width: 58.3333333333%;
6742 margin-left: auto;
6743 left: auto;
6744 right: auto;
6745}
6746
6747.row .col.s8 {
6748 width: 66.6666666667%;
6749 margin-left: auto;
6750 left: auto;
6751 right: auto;
6752}
6753
6754.row .col.s9 {
6755 width: 75%;
6756 margin-left: auto;
6757 left: auto;
6758 right: auto;
6759}
6760
6761.row .col.s10 {
6762 width: 83.3333333333%;
6763 margin-left: auto;
6764 left: auto;
6765 right: auto;
6766}
6767
6768.row .col.s11 {
6769 width: 91.6666666667%;
6770 margin-left: auto;
6771 left: auto;
6772 right: auto;
6773}
6774
6775.row .col.s12 {
6776 width: 100%;
6777 margin-left: auto;
6778 left: auto;
6779 right: auto;
6780}
6781
6782.row .col.offset-s1 {
6783 margin-left: 8.3333333333%;
6784}
6785
6786.row .col.pull-s1 {
6787 right: 8.3333333333%;
6788}
6789
6790.row .col.push-s1 {
6791 left: 8.3333333333%;
6792}
6793
6794.row .col.offset-s2 {
6795 margin-left: 16.6666666667%;
6796}
6797
6798.row .col.pull-s2 {
6799 right: 16.6666666667%;
6800}
6801
6802.row .col.push-s2 {
6803 left: 16.6666666667%;
6804}
6805
6806.row .col.offset-s3 {
6807 margin-left: 25%;
6808}
6809
6810.row .col.pull-s3 {
6811 right: 25%;
6812}
6813
6814.row .col.push-s3 {
6815 left: 25%;
6816}
6817
6818.row .col.offset-s4 {
6819 margin-left: 33.3333333333%;
6820}
6821
6822.row .col.pull-s4 {
6823 right: 33.3333333333%;
6824}
6825
6826.row .col.push-s4 {
6827 left: 33.3333333333%;
6828}
6829
6830.row .col.offset-s5 {
6831 margin-left: 41.6666666667%;
6832}
6833
6834.row .col.pull-s5 {
6835 right: 41.6666666667%;
6836}
6837
6838.row .col.push-s5 {
6839 left: 41.6666666667%;
6840}
6841
6842.row .col.offset-s6 {
6843 margin-left: 50%;
6844}
6845
6846.row .col.pull-s6 {
6847 right: 50%;
6848}
6849
6850.row .col.push-s6 {
6851 left: 50%;
6852}
6853
6854.row .col.offset-s7 {
6855 margin-left: 58.3333333333%;
6856}
6857
6858.row .col.pull-s7 {
6859 right: 58.3333333333%;
6860}
6861
6862.row .col.push-s7 {
6863 left: 58.3333333333%;
6864}
6865
6866.row .col.offset-s8 {
6867 margin-left: 66.6666666667%;
6868}
6869
6870.row .col.pull-s8 {
6871 right: 66.6666666667%;
6872}
6873
6874.row .col.push-s8 {
6875 left: 66.6666666667%;
6876}
6877
6878.row .col.offset-s9 {
6879 margin-left: 75%;
6880}
6881
6882.row .col.pull-s9 {
6883 right: 75%;
6884}
6885
6886.row .col.push-s9 {
6887 left: 75%;
6888}
6889
6890.row .col.offset-s10 {
6891 margin-left: 83.3333333333%;
6892}
6893
6894.row .col.pull-s10 {
6895 right: 83.3333333333%;
6896}
6897
6898.row .col.push-s10 {
6899 left: 83.3333333333%;
6900}
6901
6902.row .col.offset-s11 {
6903 margin-left: 91.6666666667%;
6904}
6905
6906.row .col.pull-s11 {
6907 right: 91.6666666667%;
6908}
6909
6910.row .col.push-s11 {
6911 left: 91.6666666667%;
6912}
6913
6914.row .col.offset-s12 {
6915 margin-left: 100%;
6916}
6917
6918.row .col.pull-s12 {
6919 right: 100%;
6920}
6921
6922.row .col.push-s12 {
6923 left: 100%;
6924}
6925
6926@media only screen and (min-width: 601px) {
6927 .row .col.m1 {
6928 width: 8.3333333333%;
6929 margin-left: auto;
6930 left: auto;
6931 right: auto;
6932 }
6933 .row .col.m2 {
6934 width: 16.6666666667%;
6935 margin-left: auto;
6936 left: auto;
6937 right: auto;
6938 }
6939 .row .col.m3 {
6940 width: 25%;
6941 margin-left: auto;
6942 left: auto;
6943 right: auto;
6944 }
6945 .row .col.m4 {
6946 width: 33.3333333333%;
6947 margin-left: auto;
6948 left: auto;
6949 right: auto;
6950 }
6951 .row .col.m5 {
6952 width: 41.6666666667%;
6953 margin-left: auto;
6954 left: auto;
6955 right: auto;
6956 }
6957 .row .col.m6 {
6958 width: 50%;
6959 margin-left: auto;
6960 left: auto;
6961 right: auto;
6962 }
6963 .row .col.m7 {
6964 width: 58.3333333333%;
6965 margin-left: auto;
6966 left: auto;
6967 right: auto;
6968 }
6969 .row .col.m8 {
6970 width: 66.6666666667%;
6971 margin-left: auto;
6972 left: auto;
6973 right: auto;
6974 }
6975 .row .col.m9 {
6976 width: 75%;
6977 margin-left: auto;
6978 left: auto;
6979 right: auto;
6980 }
6981 .row .col.m10 {
6982 width: 83.3333333333%;
6983 margin-left: auto;
6984 left: auto;
6985 right: auto;
6986 }
6987 .row .col.m11 {
6988 width: 91.6666666667%;
6989 margin-left: auto;
6990 left: auto;
6991 right: auto;
6992 }
6993 .row .col.m12 {
6994 width: 100%;
6995 margin-left: auto;
6996 left: auto;
6997 right: auto;
6998 }
6999 .row .col.offset-m1 {
7000 margin-left: 8.3333333333%;
7001 }
7002 .row .col.pull-m1 {
7003 right: 8.3333333333%;
7004 }
7005 .row .col.push-m1 {
7006 left: 8.3333333333%;
7007 }
7008 .row .col.offset-m2 {
7009 margin-left: 16.6666666667%;
7010 }
7011 .row .col.pull-m2 {
7012 right: 16.6666666667%;
7013 }
7014 .row .col.push-m2 {
7015 left: 16.6666666667%;
7016 }
7017 .row .col.offset-m3 {
7018 margin-left: 25%;
7019 }
7020 .row .col.pull-m3 {
7021 right: 25%;
7022 }
7023 .row .col.push-m3 {
7024 left: 25%;
7025 }
7026 .row .col.offset-m4 {
7027 margin-left: 33.3333333333%;
7028 }
7029 .row .col.pull-m4 {
7030 right: 33.3333333333%;
7031 }
7032 .row .col.push-m4 {
7033 left: 33.3333333333%;
7034 }
7035 .row .col.offset-m5 {
7036 margin-left: 41.6666666667%;
7037 }
7038 .row .col.pull-m5 {
7039 right: 41.6666666667%;
7040 }
7041 .row .col.push-m5 {
7042 left: 41.6666666667%;
7043 }
7044 .row .col.offset-m6 {
7045 margin-left: 50%;
7046 }
7047 .row .col.pull-m6 {
7048 right: 50%;
7049 }
7050 .row .col.push-m6 {
7051 left: 50%;
7052 }
7053 .row .col.offset-m7 {
7054 margin-left: 58.3333333333%;
7055 }
7056 .row .col.pull-m7 {
7057 right: 58.3333333333%;
7058 }
7059 .row .col.push-m7 {
7060 left: 58.3333333333%;
7061 }
7062 .row .col.offset-m8 {
7063 margin-left: 66.6666666667%;
7064 }
7065 .row .col.pull-m8 {
7066 right: 66.6666666667%;
7067 }
7068 .row .col.push-m8 {
7069 left: 66.6666666667%;
7070 }
7071 .row .col.offset-m9 {
7072 margin-left: 75%;
7073 }
7074 .row .col.pull-m9 {
7075 right: 75%;
7076 }
7077 .row .col.push-m9 {
7078 left: 75%;
7079 }
7080 .row .col.offset-m10 {
7081 margin-left: 83.3333333333%;
7082 }
7083 .row .col.pull-m10 {
7084 right: 83.3333333333%;
7085 }
7086 .row .col.push-m10 {
7087 left: 83.3333333333%;
7088 }
7089 .row .col.offset-m11 {
7090 margin-left: 91.6666666667%;
7091 }
7092 .row .col.pull-m11 {
7093 right: 91.6666666667%;
7094 }
7095 .row .col.push-m11 {
7096 left: 91.6666666667%;
7097 }
7098 .row .col.offset-m12 {
7099 margin-left: 100%;
7100 }
7101 .row .col.pull-m12 {
7102 right: 100%;
7103 }
7104 .row .col.push-m12 {
7105 left: 100%;
7106 }
7107}
7108
7109@media only screen and (min-width: 993px) {
7110 .row .col.l1 {
7111 width: 8.3333333333%;
7112 margin-left: auto;
7113 left: auto;
7114 right: auto;
7115 }
7116 .row .col.l2 {
7117 width: 16.6666666667%;
7118 margin-left: auto;
7119 left: auto;
7120 right: auto;
7121 }
7122 .row .col.l3 {
7123 width: 25%;
7124 margin-left: auto;
7125 left: auto;
7126 right: auto;
7127 }
7128 .row .col.l4 {
7129 width: 33.3333333333%;
7130 margin-left: auto;
7131 left: auto;
7132 right: auto;
7133 }
7134 .row .col.l5 {
7135 width: 41.6666666667%;
7136 margin-left: auto;
7137 left: auto;
7138 right: auto;
7139 }
7140 .row .col.l6 {
7141 width: 50%;
7142 margin-left: auto;
7143 left: auto;
7144 right: auto;
7145 }
7146 .row .col.l7 {
7147 width: 58.3333333333%;
7148 margin-left: auto;
7149 left: auto;
7150 right: auto;
7151 }
7152 .row .col.l8 {
7153 width: 66.6666666667%;
7154 margin-left: auto;
7155 left: auto;
7156 right: auto;
7157 }
7158 .row .col.l9 {
7159 width: 75%;
7160 margin-left: auto;
7161 left: auto;
7162 right: auto;
7163 }
7164 .row .col.l10 {
7165 width: 83.3333333333%;
7166 margin-left: auto;
7167 left: auto;
7168 right: auto;
7169 }
7170 .row .col.l11 {
7171 width: 91.6666666667%;
7172 margin-left: auto;
7173 left: auto;
7174 right: auto;
7175 }
7176 .row .col.l12 {
7177 width: 100%;
7178 margin-left: auto;
7179 left: auto;
7180 right: auto;
7181 }
7182 .row .col.offset-l1 {
7183 margin-left: 8.3333333333%;
7184 }
7185 .row .col.pull-l1 {
7186 right: 8.3333333333%;
7187 }
7188 .row .col.push-l1 {
7189 left: 8.3333333333%;
7190 }
7191 .row .col.offset-l2 {
7192 margin-left: 16.6666666667%;
7193 }
7194 .row .col.pull-l2 {
7195 right: 16.6666666667%;
7196 }
7197 .row .col.push-l2 {
7198 left: 16.6666666667%;
7199 }
7200 .row .col.offset-l3 {
7201 margin-left: 25%;
7202 }
7203 .row .col.pull-l3 {
7204 right: 25%;
7205 }
7206 .row .col.push-l3 {
7207 left: 25%;
7208 }
7209 .row .col.offset-l4 {
7210 margin-left: 33.3333333333%;
7211 }
7212 .row .col.pull-l4 {
7213 right: 33.3333333333%;
7214 }
7215 .row .col.push-l4 {
7216 left: 33.3333333333%;
7217 }
7218 .row .col.offset-l5 {
7219 margin-left: 41.6666666667%;
7220 }
7221 .row .col.pull-l5 {
7222 right: 41.6666666667%;
7223 }
7224 .row .col.push-l5 {
7225 left: 41.6666666667%;
7226 }
7227 .row .col.offset-l6 {
7228 margin-left: 50%;
7229 }
7230 .row .col.pull-l6 {
7231 right: 50%;
7232 }
7233 .row .col.push-l6 {
7234 left: 50%;
7235 }
7236 .row .col.offset-l7 {
7237 margin-left: 58.3333333333%;
7238 }
7239 .row .col.pull-l7 {
7240 right: 58.3333333333%;
7241 }
7242 .row .col.push-l7 {
7243 left: 58.3333333333%;
7244 }
7245 .row .col.offset-l8 {
7246 margin-left: 66.6666666667%;
7247 }
7248 .row .col.pull-l8 {
7249 right: 66.6666666667%;
7250 }
7251 .row .col.push-l8 {
7252 left: 66.6666666667%;
7253 }
7254 .row .col.offset-l9 {
7255 margin-left: 75%;
7256 }
7257 .row .col.pull-l9 {
7258 right: 75%;
7259 }
7260 .row .col.push-l9 {
7261 left: 75%;
7262 }
7263 .row .col.offset-l10 {
7264 margin-left: 83.3333333333%;
7265 }
7266 .row .col.pull-l10 {
7267 right: 83.3333333333%;
7268 }
7269 .row .col.push-l10 {
7270 left: 83.3333333333%;
7271 }
7272 .row .col.offset-l11 {
7273 margin-left: 91.6666666667%;
7274 }
7275 .row .col.pull-l11 {
7276 right: 91.6666666667%;
7277 }
7278 .row .col.push-l11 {
7279 left: 91.6666666667%;
7280 }
7281 .row .col.offset-l12 {
7282 margin-left: 100%;
7283 }
7284 .row .col.pull-l12 {
7285 right: 100%;
7286 }
7287 .row .col.push-l12 {
7288 left: 100%;
7289 }
7290}
7291
7292nav {
7293 color: #fff;
7294 background-color: #ee6e73;
7295 width: 100%;
7296 height: 56px;
7297 line-height: 56px;
7298}
7299
7300nav a {
7301 color: #fff;
7302}
7303
7304nav i,
7305nav [class^="mdi-"], nav [class*="mdi-"],
7306nav i.material-icons {
7307 display: block;
7308 font-size: 2rem;
7309 height: 56px;
7310 line-height: 56px;
7311}
7312
7313nav .nav-wrapper {
7314 position: relative;
7315 height: 100%;
7316}
7317
7318@media only screen and (min-width: 993px) {
7319 nav a.button-collapse {
7320 display: none;
7321 }
7322}
7323
7324nav .button-collapse {
7325 float: left;
7326 position: relative;
7327 z-index: 1;
7328 height: 56px;
7329}
7330
7331nav .button-collapse i {
7332 font-size: 2.7rem;
7333 height: 56px;
7334 line-height: 56px;
7335}
7336
7337nav .brand-logo {
7338 position: absolute;
7339 color: #fff;
7340 display: inline-block;
7341 font-size: 2.1rem;
7342 padding: 0;
7343 white-space: nowrap;
7344}
7345
7346nav .brand-logo.center {
7347 left: 50%;
7348 -webkit-transform: translateX(-50%);
7349 transform: translateX(-50%);
7350}
7351
7352@media only screen and (max-width: 992px) {
7353 nav .brand-logo {
7354 left: 50%;
7355 -webkit-transform: translateX(-50%);
7356 transform: translateX(-50%);
7357 }
7358 nav .brand-logo.left, nav .brand-logo.right {
7359 padding: 0;
7360 -webkit-transform: none;
7361 transform: none;
7362 }
7363 nav .brand-logo.left {
7364 left: 0.5rem;
7365 }
7366 nav .brand-logo.right {
7367 right: 0.5rem;
7368 left: auto;
7369 }
7370}
7371
7372nav .brand-logo.right {
7373 right: 0.5rem;
7374 padding: 0;
7375}
7376
7377nav ul {
7378 margin: 0;
7379}
7380
7381nav ul li {
7382 transition: background-color .3s;
7383 float: left;
7384 padding: 0;
7385}
7386
7387nav ul li:hover, nav ul li.active {
7388 background-color: rgba(0, 0, 0, 0.1);
7389}
7390
7391nav ul a {
7392 font-size: 1rem;
7393 color: #fff;
7394 display: block;
7395 padding: 0 15px;
7396}
7397
7398nav ul.left {
7399 float: left;
7400}
7401
7402nav .input-field {
7403 margin: 0;
7404}
7405
7406nav .input-field input {
7407 height: 100%;
7408 font-size: 1.2rem;
7409 border: none;
7410 padding-left: 2rem;
7411}
7412
7413nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
7414 border: none;
7415 box-shadow: none;
7416}
7417
7418nav .input-field label {
7419 top: 0;
7420 left: 0;
7421}
7422
7423nav .input-field label i {
7424 color: rgba(255, 255, 255, 0.7);
7425 transition: color .3s;
7426}
7427
7428nav .input-field label.active i {
7429 color: #fff;
7430}
7431
7432nav .input-field label.active {
7433 -webkit-transform: translateY(0);
7434 transform: translateY(0);
7435}
7436
7437.navbar-fixed {
7438 position: relative;
7439 height: 56px;
7440 z-index: 998;
7441}
7442
7443.navbar-fixed nav {
7444 position: fixed;
7445}
7446
7447@media only screen and (min-width: 601px) {
7448 nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
7449 height: 64px;
7450 line-height: 64px;
7451 }
7452 .navbar-fixed {
7453 height: 64px;
7454 }
7455}
7456
7457@font-face {
7458 font-family: "Roboto";
7459 src: local(Roboto Thin), url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
7460 font-weight: 200;
7461}
7462
7463@font-face {
7464 font-family: "Roboto";
7465 src: local(Roboto Light), url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
7466 font-weight: 300;
7467}
7468
7469@font-face {
7470 font-family: "Roboto";
7471 src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
7472 font-weight: 400;
7473}
7474
7475@font-face {
7476 font-family: "Roboto";
7477 src: url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
7478 font-weight: 500;
7479}
7480
7481@font-face {
7482 font-family: "Roboto";
7483 src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
7484 font-weight: 700;
7485}
7486
7487a {
7488 text-decoration: none;
7489}
7490
7491html {
7492 line-height: 1.5;
7493 font-family: "Roboto", sans-serif;
7494 font-weight: normal;
7495 color: rgba(0, 0, 0, 0.87);
7496}
7497
7498@media only screen and (min-width: 0) {
7499 html {
7500 font-size: 14px;
7501 }
7502}
7503
7504@media only screen and (min-width: 992px) {
7505 html {
7506 font-size: 14.5px;
7507 }
7508}
7509
7510@media only screen and (min-width: 1200px) {
7511 html {
7512 font-size: 15px;
7513 }
7514}
7515
7516h1, h2, h3, h4, h5, h6 {
7517 font-weight: 400;
7518 line-height: 1.1;
7519}
7520
7521h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
7522 font-weight: inherit;
7523}
7524
7525h1 {
7526 font-size: 4.2rem;
7527 line-height: 110%;
7528 margin: 2.1rem 0 1.68rem 0;
7529}
7530
7531h2 {
7532 font-size: 3.56rem;
7533 line-height: 110%;
7534 margin: 1.78rem 0 1.424rem 0;
7535}
7536
7537h3 {
7538 font-size: 2.92rem;
7539 line-height: 110%;
7540 margin: 1.46rem 0 1.168rem 0;
7541}
7542
7543h4 {
7544 font-size: 2.28rem;
7545 line-height: 110%;
7546 margin: 1.14rem 0 0.912rem 0;
7547}
7548
7549h5 {
7550 font-size: 1.64rem;
7551 line-height: 110%;
7552 margin: 0.82rem 0 0.656rem 0;
7553}
7554
7555h6 {
7556 font-size: 1rem;
7557 line-height: 110%;
7558 margin: 0.5rem 0 0.4rem 0;
7559}
7560
7561em {
7562 font-style: italic;
7563}
7564
7565strong {
7566 font-weight: 500;
7567}
7568
7569small {
7570 font-size: 75%;
7571}
7572
7573.light, footer.page-footer .footer-copyright {
7574 font-weight: 300;
7575}
7576
7577.thin {
7578 font-weight: 200;
7579}
7580
7581.flow-text {
7582 font-weight: 300;
7583}
7584
7585@media only screen and (min-width: 360px) {
7586 .flow-text {
7587 font-size: 1.2rem;
7588 }
7589}
7590
7591@media only screen and (min-width: 390px) {
7592 .flow-text {
7593 font-size: 1.224rem;
7594 }
7595}
7596
7597@media only screen and (min-width: 420px) {
7598 .flow-text {
7599 font-size: 1.248rem;
7600 }
7601}
7602
7603@media only screen and (min-width: 450px) {
7604 .flow-text {
7605 font-size: 1.272rem;
7606 }
7607}
7608
7609@media only screen and (min-width: 480px) {
7610 .flow-text {
7611 font-size: 1.296rem;
7612 }
7613}
7614
7615@media only screen and (min-width: 510px) {
7616 .flow-text {
7617 font-size: 1.32rem;
7618 }
7619}
7620
7621@media only screen and (min-width: 540px) {
7622 .flow-text {
7623 font-size: 1.344rem;
7624 }
7625}
7626
7627@media only screen and (min-width: 570px) {
7628 .flow-text {
7629 font-size: 1.368rem;
7630 }
7631}
7632
7633@media only screen and (min-width: 600px) {
7634 .flow-text {
7635 font-size: 1.392rem;
7636 }
7637}
7638
7639@media only screen and (min-width: 630px) {
7640 .flow-text {
7641 font-size: 1.416rem;
7642 }
7643}
7644
7645@media only screen and (min-width: 660px) {
7646 .flow-text {
7647 font-size: 1.44rem;
7648 }
7649}
7650
7651@media only screen and (min-width: 690px) {
7652 .flow-text {
7653 font-size: 1.464rem;
7654 }
7655}
7656
7657@media only screen and (min-width: 720px) {
7658 .flow-text {
7659 font-size: 1.488rem;
7660 }
7661}
7662
7663@media only screen and (min-width: 750px) {
7664 .flow-text {
7665 font-size: 1.512rem;
7666 }
7667}
7668
7669@media only screen and (min-width: 780px) {
7670 .flow-text {
7671 font-size: 1.536rem;
7672 }
7673}
7674
7675@media only screen and (min-width: 810px) {
7676 .flow-text {
7677 font-size: 1.56rem;
7678 }
7679}
7680
7681@media only screen and (min-width: 840px) {
7682 .flow-text {
7683 font-size: 1.584rem;
7684 }
7685}
7686
7687@media only screen and (min-width: 870px) {
7688 .flow-text {
7689 font-size: 1.608rem;
7690 }
7691}
7692
7693@media only screen and (min-width: 900px) {
7694 .flow-text {
7695 font-size: 1.632rem;
7696 }
7697}
7698
7699@media only screen and (min-width: 930px) {
7700 .flow-text {
7701 font-size: 1.656rem;
7702 }
7703}
7704
7705@media only screen and (min-width: 960px) {
7706 .flow-text {
7707 font-size: 1.68rem;
7708 }
7709}
7710
7711@media only screen and (max-width: 360px) {
7712 .flow-text {
7713 font-size: 1.2rem;
7714 }
7715}
7716
7717.card-panel {
7718 transition: box-shadow .25s;
7719 padding: 20px;
7720 margin: 0.5rem 0 1rem 0;
7721 border-radius: 2px;
7722 background-color: #fff;
7723}
7724
7725.card {
7726 position: relative;
7727 margin: 0.5rem 0 1rem 0;
7728 background-color: #fff;
7729 transition: box-shadow .25s;
7730 border-radius: 2px;
7731}
7732
7733.card .card-title {
7734 font-size: 24px;
7735 font-weight: 300;
7736}
7737
7738.card .card-title.activator {
7739 cursor: pointer;
7740}
7741
7742.card.small, .card.medium, .card.large {
7743 position: relative;
7744}
7745
7746.card.small .card-image, .card.medium .card-image, .card.large .card-image {
7747 max-height: 60%;
7748 overflow: hidden;
7749}
7750
7751.card.small .card-content, .card.medium .card-content, .card.large .card-content {
7752 max-height: 40%;
7753 overflow: hidden;
7754}
7755
7756.card.small .card-action, .card.medium .card-action, .card.large .card-action {
7757 position: absolute;
7758 bottom: 0;
7759 left: 0;
7760 right: 0;
7761 z-index: 1;
7762 background-color: inherit;
7763}
7764
7765.card.small {
7766 height: 300px;
7767}
7768
7769.card.medium {
7770 height: 400px;
7771}
7772
7773.card.large {
7774 height: 500px;
7775}
7776
7777.card .card-image {
7778 position: relative;
7779}
7780
7781.card .card-image img {
7782 display: block;
7783 border-radius: 2px 2px 0 0;
7784 position: relative;
7785 left: 0;
7786 right: 0;
7787 top: 0;
7788 bottom: 0;
7789 width: 100%;
7790}
7791
7792.card .card-image .card-title {
7793 color: #fff;
7794 position: absolute;
7795 bottom: 0;
7796 left: 0;
7797 padding: 20px;
7798}
7799
7800.card .card-content {
7801 padding: 20px;
7802 border-radius: 0 0 2px 2px;
7803}
7804
7805.card .card-content p {
7806 margin: 0;
7807 color: inherit;
7808}
7809
7810.card .card-content .card-title {
7811 line-height: 48px;
7812}
7813
7814.card .card-action {
7815 border-top: 1px solid rgba(160, 160, 160, 0.2);
7816 padding: 20px;
7817}
7818
7819.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
7820 color: #ffab40;
7821 margin-right: 20px;
7822 transition: color .3s ease;
7823 text-transform: uppercase;
7824}
7825
7826.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
7827 color: #ffd8a6;
7828}
7829
7830.card .card-reveal {
7831 padding: 20px;
7832 position: absolute;
7833 background-color: #fff;
7834 width: 100%;
7835 overflow-y: auto;
7836 top: 100%;
7837 height: 100%;
7838 z-index: 1;
7839 display: none;
7840}
7841
7842.card .card-reveal .card-title {
7843 cursor: pointer;
7844 display: block;
7845}
7846
7847#toast-container {
7848 display: block;
7849 position: fixed;
7850 z-index: 10000;
7851}
7852
7853@media only screen and (max-width: 600px) {
7854 #toast-container {
7855 min-width: 100%;
7856 bottom: 0%;
7857 }
7858}
7859
7860@media only screen and (min-width: 601px) and (max-width: 992px) {
7861 #toast-container {
7862 left: 5%;
7863 bottom: 7%;
7864 }
7865}
7866
7867@media only screen and (min-width: 993px) {
7868 #toast-container {
7869 top: 10%;
7870 right: 7%;
7871 }
7872}
7873
7874.toast {
7875 border-radius: 2px;
7876 top: 0;
7877 width: auto;
7878 clear: both;
7879 margin-top: 10px;
7880 position: relative;
7881 max-width: 100%;
7882 height: auto;
7883 min-height: 48px;
7884 line-height: 1.5em;
7885 word-break: break-all;
7886 background-color: #323232;
7887 padding: 10px 25px;
7888 font-size: 1.1rem;
7889 font-weight: 300;
7890 color: #fff;
7891 display: -webkit-flex;
7892 display: -ms-flexbox;
7893 display: flex;
7894 -webkit-align-items: center;
7895 -ms-flex-align: center;
7896 align-items: center;
7897 -webkit-justify-content: space-between;
7898 -ms-flex-pack: justify;
7899 justify-content: space-between;
7900}
7901
7902.toast .btn, .toast .btn-large, .toast .btn-flat {
7903 margin: 0;
7904 margin-left: 3rem;
7905}
7906
7907.toast.rounded {
7908 border-radius: 24px;
7909}
7910
7911@media only screen and (max-width: 600px) {
7912 .toast {
7913 width: 100%;
7914 border-radius: 0;
7915 }
7916}
7917
7918@media only screen and (min-width: 601px) and (max-width: 992px) {
7919 .toast {
7920 float: left;
7921 }
7922}
7923
7924@media only screen and (min-width: 993px) {
7925 .toast {
7926 float: right;
7927 }
7928}
7929
7930.tabs {
7931 display: -webkit-flex;
7932 display: -ms-flexbox;
7933 display: flex;
7934 position: relative;
7935 overflow-x: auto;
7936 overflow-y: hidden;
7937 height: 48px;
7938 background-color: #fff;
7939 margin: 0 auto;
7940 width: 100%;
7941 white-space: nowrap;
7942}
7943
7944.tabs .tab {
7945 -webkit-box-flex: 1;
7946 -webkit-flex-grow: 1;
7947 -ms-flex-positive: 1;
7948 flex-grow: 1;
7949 display: block;
7950 float: left;
7951 text-align: center;
7952 line-height: 48px;
7953 height: 48px;
7954 padding: 0;
7955 margin: 0;
7956 text-transform: uppercase;
7957 text-overflow: ellipsis;
7958 overflow: hidden;
7959 letter-spacing: .8px;
7960 width: 15%;
7961 min-width: 80px;
7962}
7963
7964.tabs .tab a {
7965 color: #ee6e73;
7966 display: block;
7967 width: 100%;
7968 height: 100%;
7969 text-overflow: ellipsis;
7970 overflow: hidden;
7971 transition: color .28s ease;
7972}
7973
7974.tabs .tab a:hover {
7975 color: #f9c9cb;
7976}
7977
7978.tabs .tab.disabled a {
7979 color: #f9c9cb;
7980 cursor: default;
7981}
7982
7983.tabs .indicator {
7984 position: absolute;
7985 bottom: 0;
7986 height: 2px;
7987 background-color: #f6b2b5;
7988 will-change: left, right;
7989}
7990
7991.material-tooltip {
7992 padding: 10px 8px;
7993 font-size: 1rem;
7994 z-index: 2000;
7995 background-color: transparent;
7996 border-radius: 2px;
7997 color: #fff;
7998 min-height: 36px;
7999 line-height: 120%;
8000 opacity: 0;
8001 display: none;
8002 position: absolute;
8003 text-align: center;
8004 max-width: calc(100% - 4px);
8005 overflow: hidden;
8006 left: 0;
8007 top: 0;
8008 will-change: top, left;
8009}
8010
8011.backdrop {
8012 position: absolute;
8013 opacity: 0;
8014 display: none;
8015 height: 7px;
8016 width: 14px;
8017 border-radius: 0 0 14px 14px;
8018 background-color: #323232;
8019 z-index: -1;
8020 -webkit-transform-origin: 50% 10%;
8021 transform-origin: 50% 10%;
8022 will-change: transform, opacity;
8023}
8024
8025.btn, .btn-large, .btn-flat {
8026 border: none;
8027 border-radius: 2px;
8028 display: inline-block;
8029 height: 36px;
8030 line-height: 36px;
8031 outline: 0;
8032 padding: 0 2rem;
8033 text-transform: uppercase;
8034 vertical-align: middle;
8035 -webkit-tap-highlight-color: transparent;
8036}
8037
8038.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
8039 background-color: #DFDFDF !important;
8040 box-shadow: none;
8041 color: #9F9F9F !important;
8042 cursor: default;
8043}
8044
8045.btn.disabled *, .disabled.btn-large *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .btn-large:disabled *, .btn-floating:disabled * {
8046 pointer-events: none;
8047}
8048
8049.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
8050 background-color: #DFDFDF;
8051 color: #9F9F9F;
8052}
8053
8054.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
8055 font-size: 1.3rem;
8056 line-height: inherit;
8057}
8058
8059.btn, .btn-large {
8060 text-decoration: none;
8061 color: #fff;
8062 background-color: #26a69a;
8063 text-align: center;
8064 letter-spacing: .5px;
8065 transition: .2s ease-out;
8066 cursor: pointer;
8067}
8068
8069.btn:hover, .btn-large:hover {
8070 background-color: #2bbbad;
8071}
8072
8073.btn-floating {
8074 display: inline-block;
8075 color: #fff;
8076 position: relative;
8077 overflow: hidden;
8078 z-index: 1;
8079 width: 37px;
8080 height: 37px;
8081 line-height: 37px;
8082 padding: 0;
8083 background-color: #26a69a;
8084 border-radius: 50%;
8085 transition: .3s;
8086 cursor: pointer;
8087 vertical-align: middle;
8088}
8089
8090.btn-floating i {
8091 width: inherit;
8092 display: inline-block;
8093 text-align: center;
8094 color: #fff;
8095 font-size: 1.6rem;
8096 line-height: 37px;
8097}
8098
8099.btn-floating:before {
8100 border-radius: 0;
8101}
8102
8103.btn-floating.btn-large {
8104 width: 55.5px;
8105 height: 55.5px;
8106}
8107
8108.btn-floating.btn-large i {
8109 line-height: 55.5px;
8110}
8111
8112button.btn-floating {
8113 border: none;
8114}
8115
8116.fixed-action-btn {
8117 position: fixed;
8118 right: 23px;
8119 bottom: 23px;
8120 padding-top: 15px;
8121 margin-bottom: 0;
8122 z-index: 998;
8123}
8124
8125.fixed-action-btn.active ul {
8126 visibility: visible;
8127}
8128
8129.fixed-action-btn.horizontal {
8130 padding: 0 0 0 15px;
8131}
8132
8133.fixed-action-btn.horizontal ul {
8134 text-align: right;
8135 right: 64px;
8136 top: 50%;
8137 -webkit-transform: translateY(-50%);
8138 transform: translateY(-50%);
8139 height: 100%;
8140 left: initial;
8141 width: 500px;
8142 /*width 100% only goes to width of button container */
8143}
8144
8145.fixed-action-btn.horizontal ul li {
8146 display: inline-block;
8147 margin: 15px 15px 0 0;
8148}
8149
8150.fixed-action-btn ul {
8151 left: 0;
8152 right: 0;
8153 text-align: center;
8154 position: absolute;
8155 bottom: 64px;
8156 margin: 0;
8157 visibility: hidden;
8158}
8159
8160.fixed-action-btn ul li {
8161 margin-bottom: 15px;
8162}
8163
8164.fixed-action-btn ul a.btn-floating {
8165 opacity: 0;
8166}
8167
8168.btn-flat {
8169 box-shadow: none;
8170 background-color: transparent;
8171 color: #343434;
8172 cursor: pointer;
8173}
8174
8175.btn-flat.disabled {
8176 color: #b3b3b3;
8177 cursor: default;
8178}
8179
8180.btn-large {
8181 height: 54px;
8182 line-height: 56px;
8183}
8184
8185.btn-large i {
8186 font-size: 1.6rem;
8187}
8188
8189.btn-block {
8190 display: block;
8191}
8192
8193.dropdown-content {
8194 background-color: #fff;
8195 margin: 0;
8196 display: none;
8197 min-width: 100px;
8198 max-height: 650px;
8199 overflow-y: auto;
8200 opacity: 0;
8201 position: absolute;
8202 z-index: 999;
8203 will-change: width, height;
8204}
8205
8206.dropdown-content li {
8207 clear: both;
8208 color: rgba(0, 0, 0, 0.87);
8209 cursor: pointer;
8210 min-height: 50px;
8211 line-height: 1.5rem;
8212 width: 100%;
8213 text-align: left;
8214 text-transform: none;
8215}
8216
8217.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
8218 background-color: #eee;
8219}
8220
8221.dropdown-content li.active.selected {
8222 background-color: #e1e1e1;
8223}
8224
8225.dropdown-content li.divider {
8226 min-height: 0;
8227 height: 1px;
8228}
8229
8230.dropdown-content li > a, .dropdown-content li > span {
8231 font-size: 16px;
8232 color: #26a69a;
8233 display: block;
8234 line-height: 22px;
8235 padding: 14px 16px;
8236}
8237
8238.dropdown-content li > span > label {
8239 top: 1px;
8240 left: 3px;
8241 height: 18px;
8242}
8243
8244.dropdown-content li > a > i {
8245 height: inherit;
8246 line-height: inherit;
8247}
8248
8249/*!
8250 * Waves v0.6.0
8251 * http://fian.my.id/Waves
8252 *
8253 * Copyright 2014 Alfiana E. Sibuea and other contributors
8254 * Released under the MIT license
8255 * https://github.com/fians/Waves/blob/master/LICENSE
8256 */
8257.waves-effect {
8258 position: relative;
8259 cursor: pointer;
8260 display: inline-block;
8261 overflow: hidden;
8262 -webkit-user-select: none;
8263 -moz-user-select: none;
8264 -ms-user-select: none;
8265 user-select: none;
8266 -webkit-tap-highlight-color: transparent;
8267 vertical-align: middle;
8268 z-index: 1;
8269 will-change: opacity, transform;
8270 transition: all .3s ease-out;
8271}
8272
8273.waves-effect .waves-ripple {
8274 position: absolute;
8275 border-radius: 50%;
8276 width: 20px;
8277 height: 20px;
8278 margin-top: -10px;
8279 margin-left: -10px;
8280 opacity: 0;
8281 background: rgba(0, 0, 0, 0.2);
8282 transition: all 0.7s ease-out;
8283 transition-property: opacity, -webkit-transform;
8284 transition-property: transform, opacity;
8285 transition-property: transform, opacity, -webkit-transform;
8286 -webkit-transform: scale(0);
8287 transform: scale(0);
8288 pointer-events: none;
8289}
8290
8291.waves-effect.waves-light .waves-ripple {
8292 background-color: rgba(255, 255, 255, 0.45);
8293}
8294
8295.waves-effect.waves-red .waves-ripple {
8296 background-color: rgba(244, 67, 54, 0.7);
8297}
8298
8299.waves-effect.waves-yellow .waves-ripple {
8300 background-color: rgba(255, 235, 59, 0.7);
8301}
8302
8303.waves-effect.waves-orange .waves-ripple {
8304 background-color: rgba(255, 152, 0, 0.7);
8305}
8306
8307.waves-effect.waves-purple .waves-ripple {
8308 background-color: rgba(156, 39, 176, 0.7);
8309}
8310
8311.waves-effect.waves-green .waves-ripple {
8312 background-color: rgba(76, 175, 80, 0.7);
8313}
8314
8315.waves-effect.waves-teal .waves-ripple {
8316 background-color: rgba(0, 150, 136, 0.7);
8317}
8318
8319.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
8320 border: 0;
8321 font-style: normal;
8322 font-size: inherit;
8323 text-transform: inherit;
8324 background: none;
8325}
8326
8327.waves-notransition {
8328 transition: none !important;
8329}
8330
8331.waves-circle {
8332 -webkit-transform: translateZ(0);
8333 transform: translateZ(0);
8334 -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
8335}
8336
8337.waves-input-wrapper {
8338 border-radius: 0.2em;
8339 vertical-align: bottom;
8340}
8341
8342.waves-input-wrapper .waves-button-input {
8343 position: relative;
8344 top: 0;
8345 left: 0;
8346 z-index: 1;
8347}
8348
8349.waves-circle {
8350 text-align: center;
8351 width: 2.5em;
8352 height: 2.5em;
8353 line-height: 2.5em;
8354 border-radius: 50%;
8355 -webkit-mask-image: none;
8356}
8357
8358.waves-block {
8359 display: block;
8360}
8361
8362/* Firefox Bug: link not triggered */
8363a.waves-effect .waves-ripple {
8364 z-index: -1;
8365}
8366
8367.modal {
8368 display: none;
8369 position: fixed;
8370 left: 0;
8371 right: 0;
8372 background-color: #fafafa;
8373 padding: 0;
8374 max-height: 70%;
8375 width: 55%;
8376 margin: auto;
8377 overflow-y: auto;
8378 border-radius: 2px;
8379 will-change: top, opacity;
8380}
8381
8382@media only screen and (max-width: 992px) {
8383 .modal {
8384 width: 80%;
8385 }
8386}
8387
8388.modal h1, .modal h2, .modal h3, .modal h4 {
8389 margin-top: 0;
8390}
8391
8392.modal .modal-content {
8393 padding: 24px;
8394}
8395
8396.modal .modal-close {
8397 cursor: pointer;
8398}
8399
8400.modal .modal-footer {
8401 border-radius: 0 0 2px 2px;
8402 background-color: #fafafa;
8403 padding: 4px 6px;
8404 height: 56px;
8405 width: 100%;
8406}
8407
8408.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
8409 float: right;
8410 margin: 6px 0;
8411}
8412
8413.lean-overlay {
8414 position: fixed;
8415 z-index: 999;
8416 top: -100px;
8417 left: 0;
8418 bottom: 0;
8419 right: 0;
8420 height: 125%;
8421 width: 100%;
8422 background: #000;
8423 display: none;
8424 will-change: opacity;
8425}
8426
8427.modal.modal-fixed-footer {
8428 padding: 0;
8429 height: 70%;
8430}
8431
8432.modal.modal-fixed-footer .modal-content {
8433 position: absolute;
8434 height: calc(100% - 56px);
8435 max-height: 100%;
8436 width: 100%;
8437 overflow-y: auto;
8438}
8439
8440.modal.modal-fixed-footer .modal-footer {
8441 border-top: 1px solid rgba(0, 0, 0, 0.1);
8442 position: absolute;
8443 bottom: 0;
8444}
8445
8446.modal.bottom-sheet {
8447 top: auto;
8448 bottom: -100%;
8449 margin: 0;
8450 width: 100%;
8451 max-height: 45%;
8452 border-radius: 0;
8453 will-change: bottom, opacity;
8454}
8455
8456.collapsible {
8457 border-top: 1px solid #ddd;
8458 border-right: 1px solid #ddd;
8459 border-left: 1px solid #ddd;
8460 margin: 0.5rem 0 1rem 0;
8461}
8462
8463.collapsible-header {
8464 display: block;
8465 cursor: pointer;
8466 min-height: 3rem;
8467 line-height: 3rem;
8468 padding: 0 1rem;
8469 background-color: #fff;
8470 border-bottom: 1px solid #ddd;
8471}
8472
8473.collapsible-header i {
8474 width: 2rem;
8475 font-size: 1.6rem;
8476 line-height: 3rem;
8477 display: block;
8478 float: left;
8479 text-align: center;
8480 margin-right: 1rem;
8481}
8482
8483.collapsible-body {
8484 display: none;
8485 border-bottom: 1px solid #ddd;
8486 box-sizing: border-box;
8487}
8488
8489.collapsible-body p {
8490 margin: 0;
8491 padding: 2rem;
8492}
8493
8494.side-nav .collapsible {
8495 border: none;
8496 box-shadow: none;
8497}
8498
8499.side-nav .collapsible li {
8500 padding: 0;
8501}
8502
8503.side-nav .collapsible-header {
8504 background-color: transparent;
8505 border: none;
8506 line-height: inherit;
8507 height: inherit;
8508 margin: 0 1rem;
8509}
8510
8511.side-nav .collapsible-header i {
8512 line-height: inherit;
8513}
8514
8515.side-nav .collapsible-body {
8516 border: 0;
8517 background-color: #fff;
8518}
8519
8520.side-nav .collapsible-body li a {
8521 margin: 0 1rem 0 2rem;
8522}
8523
8524.collapsible.popout {
8525 border: none;
8526 box-shadow: none;
8527}
8528
8529.collapsible.popout > li {
8530 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
8531 margin: 0 24px;
8532 transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
8533}
8534
8535.collapsible.popout > li.active {
8536 box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
8537 margin: 16px 0;
8538}
8539
8540.chip {
8541 display: inline-block;
8542 height: 32px;
8543 font-size: 13px;
8544 font-weight: 500;
8545 color: rgba(0, 0, 0, 0.6);
8546 line-height: 32px;
8547 padding: 0 12px;
8548 border-radius: 16px;
8549 background-color: #e4e4e4;
8550}
8551
8552.chip img {
8553 float: left;
8554 margin: 0 8px 0 -12px;
8555 height: 32px;
8556 width: 32px;
8557 border-radius: 50%;
8558}
8559
8560.chip i.material-icons {
8561 cursor: pointer;
8562 float: right;
8563 font-size: 16px;
8564 line-height: 32px;
8565 padding-left: 8px;
8566}
8567
8568.materialboxed {
8569 display: block;
8570 cursor: -webkit-zoom-in;
8571 cursor: zoom-in;
8572 position: relative;
8573 transition: opacity .4s;
8574}
8575
8576.materialboxed:hover {
8577 will-change: left, top, width, height;
8578}
8579
8580.materialboxed:hover:not(.active) {
8581 opacity: .8;
8582}
8583
8584.materialboxed.active {
8585 cursor: -webkit-zoom-out;
8586 cursor: zoom-out;
8587}
8588
8589#materialbox-overlay {
8590 position: fixed;
8591 top: 0;
8592 left: 0;
8593 right: 0;
8594 bottom: 0;
8595 background-color: #292929;
8596 z-index: 999;
8597 will-change: opacity;
8598}
8599
8600.materialbox-caption {
8601 position: fixed;
8602 display: none;
8603 color: #fff;
8604 line-height: 50px;
8605 bottom: 0;
8606 width: 100%;
8607 text-align: center;
8608 padding: 0% 15%;
8609 height: 50px;
8610 z-index: 1000;
8611 -webkit-font-smoothing: antialiased;
8612}
8613
8614/* Remove Focus Boxes */
8615select:focus {
8616 outline: 1px solid #c9f3ef;
8617}
8618
8619button:focus {
8620 outline: none;
8621 background-color: #2ab7a9;
8622}
8623
8624label {
8625 font-size: 0.8rem;
8626 color: #9e9e9e;
8627}
8628
8629/***************************
8630 Text Inputs + Textarea
8631****************************/
8632::-webkit-input-placeholder {
8633 color: #d1d1d1;
8634}
8635
8636:-moz-placeholder {
8637 /* Firefox 18- */
8638 color: #d1d1d1;
8639}
8640
8641::-moz-placeholder {
8642 /* Firefox 19+ */
8643 color: #d1d1d1;
8644}
8645
8646:-ms-input-placeholder {
8647 color: #d1d1d1;
8648}
8649
8650input[type=text],
8651input[type=password],
8652input[type=email],
8653input[type=url],
8654input[type=time],
8655input[type=date],
8656input[type=datetime-local],
8657input[type=tel],
8658input[type=number],
8659input[type=search],
8660textarea.materialize-textarea {
8661 background-color: transparent;
8662 border: none;
8663 border-bottom: 1px solid #9e9e9e;
8664 border-radius: 0;
8665 outline: none;
8666 height: 3rem;
8667 width: 100%;
8668 font-size: 1rem;
8669 margin: 0 0 15px 0;
8670 padding: 0;
8671 box-shadow: none;
8672 box-sizing: content-box;
8673 transition: all .3s;
8674}
8675
8676input[type=text]:disabled, input[type=text][readonly="readonly"],
8677input[type=password]:disabled,
8678input[type=password][readonly="readonly"],
8679input[type=email]:disabled,
8680input[type=email][readonly="readonly"],
8681input[type=url]:disabled,
8682input[type=url][readonly="readonly"],
8683input[type=time]:disabled,
8684input[type=time][readonly="readonly"],
8685input[type=date]:disabled,
8686input[type=date][readonly="readonly"],
8687input[type=datetime-local]:disabled,
8688input[type=datetime-local][readonly="readonly"],
8689input[type=tel]:disabled,
8690input[type=tel][readonly="readonly"],
8691input[type=number]:disabled,
8692input[type=number][readonly="readonly"],
8693input[type=search]:disabled,
8694input[type=search][readonly="readonly"],
8695textarea.materialize-textarea:disabled,
8696textarea.materialize-textarea[readonly="readonly"] {
8697 color: rgba(0, 0, 0, 0.26);
8698 border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
8699}
8700
8701input[type=text]:disabled + label, input[type=text][readonly="readonly"] + label,
8702input[type=password]:disabled + label,
8703input[type=password][readonly="readonly"] + label,
8704input[type=email]:disabled + label,
8705input[type=email][readonly="readonly"] + label,
8706input[type=url]:disabled + label,
8707input[type=url][readonly="readonly"] + label,
8708input[type=time]:disabled + label,
8709input[type=time][readonly="readonly"] + label,
8710input[type=date]:disabled + label,
8711input[type=date][readonly="readonly"] + label,
8712input[type=datetime-local]:disabled + label,
8713input[type=datetime-local][readonly="readonly"] + label,
8714input[type=tel]:disabled + label,
8715input[type=tel][readonly="readonly"] + label,
8716input[type=number]:disabled + label,
8717input[type=number][readonly="readonly"] + label,
8718input[type=search]:disabled + label,
8719input[type=search][readonly="readonly"] + label,
8720textarea.materialize-textarea:disabled + label,
8721textarea.materialize-textarea[readonly="readonly"] + label {
8722 color: rgba(0, 0, 0, 0.26);
8723}
8724
8725input[type=text]:focus:not([readonly]),
8726input[type=password]:focus:not([readonly]),
8727input[type=email]:focus:not([readonly]),
8728input[type=url]:focus:not([readonly]),
8729input[type=time]:focus:not([readonly]),
8730input[type=date]:focus:not([readonly]),
8731input[type=datetime-local]:focus:not([readonly]),
8732input[type=tel]:focus:not([readonly]),
8733input[type=number]:focus:not([readonly]),
8734input[type=search]:focus:not([readonly]),
8735textarea.materialize-textarea:focus:not([readonly]) {
8736 border-bottom: 1px solid #26a69a;
8737 box-shadow: 0 1px 0 0 #26a69a;
8738}
8739
8740input[type=text]:focus:not([readonly]) + label,
8741input[type=password]:focus:not([readonly]) + label,
8742input[type=email]:focus:not([readonly]) + label,
8743input[type=url]:focus:not([readonly]) + label,
8744input[type=time]:focus:not([readonly]) + label,
8745input[type=date]:focus:not([readonly]) + label,
8746input[type=datetime-local]:focus:not([readonly]) + label,
8747input[type=tel]:focus:not([readonly]) + label,
8748input[type=number]:focus:not([readonly]) + label,
8749input[type=search]:focus:not([readonly]) + label,
8750textarea.materialize-textarea:focus:not([readonly]) + label {
8751 color: #26a69a;
8752}
8753
8754input[type=text].valid, input[type=text]:focus.valid,
8755input[type=password].valid,
8756input[type=password]:focus.valid,
8757input[type=email].valid,
8758input[type=email]:focus.valid,
8759input[type=url].valid,
8760input[type=url]:focus.valid,
8761input[type=time].valid,
8762input[type=time]:focus.valid,
8763input[type=date].valid,
8764input[type=date]:focus.valid,
8765input[type=datetime-local].valid,
8766input[type=datetime-local]:focus.valid,
8767input[type=tel].valid,
8768input[type=tel]:focus.valid,
8769input[type=number].valid,
8770input[type=number]:focus.valid,
8771input[type=search].valid,
8772input[type=search]:focus.valid,
8773textarea.materialize-textarea.valid,
8774textarea.materialize-textarea:focus.valid {
8775 border-bottom: 1px solid #4CAF50;
8776 box-shadow: 0 1px 0 0 #4CAF50;
8777}
8778
8779input[type=text].valid + label:after,
8780input[type=text]:focus.valid + label:after,
8781input[type=password].valid + label:after,
8782input[type=password]:focus.valid + label:after,
8783input[type=email].valid + label:after,
8784input[type=email]:focus.valid + label:after,
8785input[type=url].valid + label:after,
8786input[type=url]:focus.valid + label:after,
8787input[type=time].valid + label:after,
8788input[type=time]:focus.valid + label:after,
8789input[type=date].valid + label:after,
8790input[type=date]:focus.valid + label:after,
8791input[type=datetime-local].valid + label:after,
8792input[type=datetime-local]:focus.valid + label:after,
8793input[type=tel].valid + label:after,
8794input[type=tel]:focus.valid + label:after,
8795input[type=number].valid + label:after,
8796input[type=number]:focus.valid + label:after,
8797input[type=search].valid + label:after,
8798input[type=search]:focus.valid + label:after,
8799textarea.materialize-textarea.valid + label:after,
8800textarea.materialize-textarea:focus.valid + label:after {
8801 content: attr(data-success);
8802 color: #4CAF50;
8803 opacity: 1;
8804}
8805
8806input[type=text].invalid, input[type=text]:focus.invalid,
8807input[type=password].invalid,
8808input[type=password]:focus.invalid,
8809input[type=email].invalid,
8810input[type=email]:focus.invalid,
8811input[type=url].invalid,
8812input[type=url]:focus.invalid,
8813input[type=time].invalid,
8814input[type=time]:focus.invalid,
8815input[type=date].invalid,
8816input[type=date]:focus.invalid,
8817input[type=datetime-local].invalid,
8818input[type=datetime-local]:focus.invalid,
8819input[type=tel].invalid,
8820input[type=tel]:focus.invalid,
8821input[type=number].invalid,
8822input[type=number]:focus.invalid,
8823input[type=search].invalid,
8824input[type=search]:focus.invalid,
8825textarea.materialize-textarea.invalid,
8826textarea.materialize-textarea:focus.invalid {
8827 border-bottom: 1px solid #F44336;
8828 box-shadow: 0 1px 0 0 #F44336;
8829}
8830
8831input[type=text].invalid + label:after,
8832input[type=text]:focus.invalid + label:after,
8833input[type=password].invalid + label:after,
8834input[type=password]:focus.invalid + label:after,
8835input[type=email].invalid + label:after,
8836input[type=email]:focus.invalid + label:after,
8837input[type=url].invalid + label:after,
8838input[type=url]:focus.invalid + label:after,
8839input[type=time].invalid + label:after,
8840input[type=time]:focus.invalid + label:after,
8841input[type=date].invalid + label:after,
8842input[type=date]:focus.invalid + label:after,
8843input[type=datetime-local].invalid + label:after,
8844input[type=datetime-local]:focus.invalid + label:after,
8845input[type=tel].invalid + label:after,
8846input[type=tel]:focus.invalid + label:after,
8847input[type=number].invalid + label:after,
8848input[type=number]:focus.invalid + label:after,
8849input[type=search].invalid + label:after,
8850input[type=search]:focus.invalid + label:after,
8851textarea.materialize-textarea.invalid + label:after,
8852textarea.materialize-textarea:focus.invalid + label:after {
8853 content: attr(data-error);
8854 color: #F44336;
8855 opacity: 1;
8856}
8857
8858input[type=text] + label:after,
8859input[type=password] + label:after,
8860input[type=email] + label:after,
8861input[type=url] + label:after,
8862input[type=time] + label:after,
8863input[type=date] + label:after,
8864input[type=datetime-local] + label:after,
8865input[type=tel] + label:after,
8866input[type=number] + label:after,
8867input[type=search] + label:after,
8868textarea.materialize-textarea + label:after {
8869 display: block;
8870 content: "";
8871 position: absolute;
8872 top: 65px;
8873 opacity: 0;
8874 transition: .2s opacity ease-out, .2s color ease-out;
8875}
8876
8877.input-field {
8878 position: relative;
8879 margin-top: 1rem;
8880}
8881
8882.input-field label {
8883 color: #9e9e9e;
8884 position: absolute;
8885 top: 0.8rem;
8886 left: 0.75rem;
8887 font-size: 1rem;
8888 cursor: text;
8889 transition: .2s ease-out;
8890}
8891
8892.input-field label.active {
8893 font-size: 0.8rem;
8894 -webkit-transform: translateY(-140%);
8895 transform: translateY(-140%);
8896}
8897
8898.input-field .prefix {
8899 position: absolute;
8900 width: 3rem;
8901 font-size: 2rem;
8902 transition: color .2s;
8903}
8904
8905.input-field .prefix.active {
8906 color: #26a69a;
8907}
8908
8909.input-field .prefix ~ input,
8910.input-field .prefix ~ textarea {
8911 margin-left: 3rem;
8912 width: 92%;
8913 width: calc(100% - 3rem);
8914}
8915
8916.input-field .prefix ~ textarea {
8917 padding-top: .8rem;
8918}
8919
8920.input-field .prefix ~ label {
8921 margin-left: 3rem;
8922}
8923
8924@media only screen and (max-width: 992px) {
8925 .input-field .prefix ~ input {
8926 width: 86%;
8927 width: calc(100% - 3rem);
8928 }
8929}
8930
8931@media only screen and (max-width: 600px) {
8932 .input-field .prefix ~ input {
8933 width: 80%;
8934 width: calc(100% - 3rem);
8935 }
8936}
8937
8938.input-field input[type=search] {
8939 display: block;
8940 line-height: inherit;
8941 padding-left: 4rem;
8942 width: calc(100% - 4rem);
8943}
8944
8945.input-field input[type=search]:focus {
8946 background-color: #fff;
8947 border: 0;
8948 box-shadow: none;
8949 color: #444;
8950}
8951
8952.input-field input[type=search]:focus + label i,
8953.input-field input[type=search]:focus ~ .mdi-navigation-close,
8954.input-field input[type=search]:focus ~ .material-icons {
8955 color: #444;
8956}
8957
8958.input-field input[type=search] + label {
8959 left: 1rem;
8960}
8961
8962.input-field input[type=search] ~ .mdi-navigation-close,
8963.input-field input[type=search] ~ .material-icons {
8964 position: absolute;
8965 top: 0;
8966 right: 1rem;
8967 color: transparent;
8968 cursor: pointer;
8969 font-size: 2rem;
8970 transition: .3s color;
8971}
8972
8973textarea {
8974 width: 100%;
8975 height: 3rem;
8976 background-color: transparent;
8977}
8978
8979textarea.materialize-textarea {
8980 overflow-y: hidden;
8981 /* prevents scroll bar flash */
8982 padding: 1.6rem 0;
8983 /* prevents text jump on Enter keypress */
8984 resize: none;
8985 min-height: 3rem;
8986}
8987
8988.hiddendiv {
8989 display: none;
8990 white-space: pre-wrap;
8991 word-wrap: break-word;
8992 overflow-wrap: break-word;
8993 /* future version of deprecated 'word-wrap' */
8994 padding-top: 1.2rem;
8995 /* prevents text jump on Enter keypress */
8996}
8997
8998/***************
8999 Radio Buttons
9000***************/
9001/* Remove default Radio Buttons */
9002[type="radio"]:not(:checked),
9003[type="radio"]:checked {
9004 position: absolute;
9005 left: -9999px;
9006 visibility: hidden;
9007}
9008
9009[type="radio"]:not(:checked) + label,
9010[type="radio"]:checked + label {
9011 position: relative;
9012 padding-left: 35px;
9013 cursor: pointer;
9014 display: inline-block;
9015 height: 25px;
9016 line-height: 25px;
9017 font-size: 1rem;
9018 transition: .28s ease;
9019 /* webkit (konqueror) browsers */
9020 -webkit-user-select: none;
9021 -moz-user-select: none;
9022 -ms-user-select: none;
9023 user-select: none;
9024}
9025
9026[type="radio"] + label:before,
9027[type="radio"] + label:after {
9028 content: '';
9029 position: absolute;
9030 left: 0;
9031 top: 0;
9032 margin: 4px;
9033 width: 16px;
9034 height: 16px;
9035 z-index: 0;
9036 transition: .28s ease;
9037}
9038
9039/* Unchecked styles */
9040[type="radio"]:not(:checked) + label:before {
9041 border-radius: 50%;
9042 border: 2px solid #5a5a5a;
9043}
9044
9045[type="radio"]:not(:checked) + label:after {
9046 border-radius: 50%;
9047 border: 2px solid #5a5a5a;
9048 z-index: -1;
9049 -webkit-transform: scale(0);
9050 transform: scale(0);
9051}
9052
9053/* Checked styles */
9054[type="radio"]:checked + label:before {
9055 border-radius: 50%;
9056 border: 2px solid transparent;
9057}
9058
9059[type="radio"]:checked + label:after {
9060 border-radius: 50%;
9061 border: 2px solid #26a69a;
9062 background-color: #26a69a;
9063 z-index: 0;
9064 -webkit-transform: scale(1.02);
9065 transform: scale(1.02);
9066}
9067
9068/* Radio With gap */
9069[type="radio"].with-gap:checked + label:before {
9070 border-radius: 50%;
9071 border: 2px solid #26a69a;
9072}
9073
9074[type="radio"].with-gap:checked + label:after {
9075 border-radius: 50%;
9076 border: 2px solid #26a69a;
9077 background-color: #26a69a;
9078 z-index: 0;
9079 -webkit-transform: scale(0.5);
9080 transform: scale(0.5);
9081}
9082
9083/* Disabled Radio With gap */
9084[type="radio"].with-gap:disabled:checked + label:before {
9085 border: 2px solid rgba(0, 0, 0, 0.26);
9086}
9087
9088[type="radio"].with-gap:disabled:checked + label:after {
9089 border: none;
9090 background-color: rgba(0, 0, 0, 0.26);
9091}
9092
9093/* Disabled style */
9094[type="radio"]:disabled:not(:checked) + label:before,
9095[type="radio"]:disabled:checked + label:before {
9096 background-color: transparent;
9097 border-color: rgba(0, 0, 0, 0.26);
9098}
9099
9100[type="radio"]:disabled + label {
9101 color: rgba(0, 0, 0, 0.26);
9102}
9103
9104[type="radio"]:disabled:not(:checked) + label:before {
9105 border-color: rgba(0, 0, 0, 0.26);
9106}
9107
9108[type="radio"]:disabled:checked + label:after {
9109 background-color: rgba(0, 0, 0, 0.26);
9110 border-color: #BDBDBD;
9111}
9112
9113/***************
9114 Checkboxes
9115***************/
9116/* CUSTOM CSS CHECKBOXES */
9117form p {
9118 margin-bottom: 10px;
9119 text-align: left;
9120}
9121
9122form p:last-child {
9123 margin-bottom: 0;
9124}
9125
9126/* Remove default checkbox */
9127[type="checkbox"]:not(:checked),
9128[type="checkbox"]:checked {
9129 position: absolute;
9130 left: -9999px;
9131 visibility: hidden;
9132}
9133
9134[type="checkbox"] {
9135 /* checkbox aspect */
9136}
9137
9138[type="checkbox"] + label {
9139 position: relative;
9140 padding-left: 35px;
9141 cursor: pointer;
9142 display: inline-block;
9143 height: 25px;
9144 line-height: 25px;
9145 font-size: 1rem;
9146 -webkit-user-select: none;
9147 /* webkit (safari, chrome) browsers */
9148 -moz-user-select: none;
9149 /* mozilla browsers */
9150 -khtml-user-select: none;
9151 /* webkit (konqueror) browsers */
9152 -ms-user-select: none;
9153 /* IE10+ */
9154}
9155
9156[type="checkbox"] + label:before {
9157 content: '';
9158 position: absolute;
9159 top: 0;
9160 left: 0;
9161 width: 18px;
9162 height: 18px;
9163 z-index: 0;
9164 border: 2px solid #5a5a5a;
9165 border-radius: 1px;
9166 margin-top: 2px;
9167 transition: .2s;
9168}
9169
9170[type="checkbox"]:not(:checked):disabled + label:before {
9171 border: none;
9172 background-color: rgba(0, 0, 0, 0.26);
9173}
9174
9175[type="checkbox"]:checked + label:before {
9176 top: -4px;
9177 left: -3px;
9178 width: 12px;
9179 height: 22px;
9180 border-top: 2px solid transparent;
9181 border-left: 2px solid transparent;
9182 border-right: 2px solid #26a69a;
9183 border-bottom: 2px solid #26a69a;
9184 -webkit-transform: rotate(40deg);
9185 transform: rotate(40deg);
9186 -webkit-backface-visibility: hidden;
9187 backface-visibility: hidden;
9188 -webkit-transform-origin: 100% 100%;
9189 transform-origin: 100% 100%;
9190}
9191
9192[type="checkbox"]:checked:disabled + label:before {
9193 border-right: 2px solid rgba(0, 0, 0, 0.26);
9194 border-bottom: 2px solid rgba(0, 0, 0, 0.26);
9195}
9196
9197/* Indeterminate checkbox */
9198[type="checkbox"]:indeterminate + label:before {
9199 left: -10px;
9200 top: -11px;
9201 width: 10px;
9202 height: 22px;
9203 border-top: none;
9204 border-left: none;
9205 border-right: 2px solid #26a69a;
9206 border-bottom: none;
9207 -webkit-transform: rotate(90deg);
9208 transform: rotate(90deg);
9209 -webkit-backface-visibility: hidden;
9210 backface-visibility: hidden;
9211 -webkit-transform-origin: 100% 100%;
9212 transform-origin: 100% 100%;
9213}
9214
9215[type="checkbox"]:indeterminate:disabled + label:before {
9216 border-right: 2px solid rgba(0, 0, 0, 0.26);
9217 background-color: transparent;
9218}
9219
9220[type="checkbox"].filled-in + label:after {
9221 border-radius: 2px;
9222}
9223
9224[type="checkbox"].filled-in + label:before,
9225[type="checkbox"].filled-in + label:after {
9226 content: '';
9227 left: 0;
9228 position: absolute;
9229 /* .1s delay is for check animation */
9230 transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
9231 z-index: 1;
9232}
9233
9234[type="checkbox"].filled-in:not(:checked) + label:before {
9235 width: 0;
9236 height: 0;
9237 border: 3px solid transparent;
9238 left: 6px;
9239 top: 10px;
9240 -webkit-transform: rotateZ(37deg);
9241 transform: rotateZ(37deg);
9242 -webkit-transform-origin: 20% 40%;
9243 transform-origin: 100% 100%;
9244}
9245
9246[type="checkbox"].filled-in:not(:checked) + label:after {
9247 height: 20px;
9248 width: 20px;
9249 background-color: transparent;
9250 border: 2px solid #5a5a5a;
9251 top: 0px;
9252 z-index: 0;
9253}
9254
9255[type="checkbox"].filled-in:checked + label:before {
9256 top: 0;
9257 left: 1px;
9258 width: 8px;
9259 height: 13px;
9260 border-top: 2px solid transparent;
9261 border-left: 2px solid transparent;
9262 border-right: 2px solid #fff;
9263 border-bottom: 2px solid #fff;
9264 -webkit-transform: rotateZ(37deg);
9265 transform: rotateZ(37deg);
9266 -webkit-transform-origin: 100% 100%;
9267 transform-origin: 100% 100%;
9268}
9269
9270[type="checkbox"].filled-in:checked + label:after {
9271 top: 0px;
9272 width: 20px;
9273 height: 20px;
9274 border: 2px solid #26a69a;
9275 background-color: #26a69a;
9276 z-index: 0;
9277}
9278
9279[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
9280 background-color: transparent;
9281 border: 2px solid transparent;
9282}
9283
9284[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
9285 border-color: transparent;
9286 background-color: #BDBDBD;
9287}
9288
9289[type="checkbox"].filled-in:disabled:checked + label:before {
9290 background-color: transparent;
9291}
9292
9293[type="checkbox"].filled-in:disabled:checked + label:after {
9294 background-color: #BDBDBD;
9295 border-color: #BDBDBD;
9296}
9297
9298/***************
9299 Switch
9300***************/
9301.switch,
9302.switch * {
9303 -webkit-user-select: none;
9304 -moz-user-select: none;
9305 -khtml-user-select: none;
9306 -ms-user-select: none;
9307}
9308
9309.switch label {
9310 cursor: pointer;
9311}
9312
9313.switch label input[type=checkbox] {
9314 opacity: 0;
9315 width: 0;
9316 height: 0;
9317}
9318
9319.switch label input[type=checkbox]:checked + .lever {
9320 background-color: #84c7c1;
9321}
9322
9323.switch label input[type=checkbox]:checked + .lever:after {
9324 background-color: #26a69a;
9325}
9326
9327.switch label .lever {
9328 content: "";
9329 display: inline-block;
9330 position: relative;
9331 width: 40px;
9332 height: 15px;
9333 background-color: #818181;
9334 border-radius: 15px;
9335 margin-right: 10px;
9336 transition: background 0.3s ease;
9337 vertical-align: middle;
9338 margin: 0 16px;
9339}
9340
9341.switch label .lever:after {
9342 content: "";
9343 position: absolute;
9344 display: inline-block;
9345 width: 21px;
9346 height: 21px;
9347 background-color: #F1F1F1;
9348 border-radius: 21px;
9349 box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
9350 left: -5px;
9351 top: -3px;
9352 transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
9353}
9354
9355input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
9356 box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
9357}
9358
9359input[type=checkbox]:not(:disabled) ~ .lever:active:after {
9360 box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
9361}
9362
9363.switch label input[type=checkbox]:checked + .lever:after {
9364 left: 24px;
9365}
9366
9367.switch input[type=checkbox][disabled] + .lever {
9368 cursor: default;
9369}
9370
9371.switch label input[type=checkbox][disabled] + .lever:after,
9372.switch label input[type=checkbox][disabled]:checked + .lever:after {
9373 background-color: #BDBDBD;
9374}
9375
9376/***************
9377 Select Field
9378***************/
9379.select-label {
9380 position: absolute;
9381}
9382
9383.select-wrapper {
9384 position: relative;
9385}
9386
9387.select-wrapper input.select-dropdown {
9388 position: relative;
9389 cursor: pointer;
9390 background-color: transparent;
9391 border: none;
9392 border-bottom: 1px solid #9e9e9e;
9393 outline: none;
9394 height: 3rem;
9395 line-height: 3rem;
9396 width: 100%;
9397 font-size: 1rem;
9398 margin: 0 0 15px 0;
9399 padding: 0;
9400 display: block;
9401}
9402
9403.select-wrapper span.caret {
9404 color: initial;
9405 position: absolute;
9406 right: 0;
9407 top: 16px;
9408 font-size: 10px;
9409}
9410
9411.select-wrapper span.caret.disabled {
9412 color: rgba(0, 0, 0, 0.26);
9413}
9414
9415.select-wrapper + label {
9416 position: absolute;
9417 top: -14px;
9418 font-size: 0.8rem;
9419}
9420
9421select {
9422 display: none;
9423}
9424
9425select.browser-default {
9426 display: block;
9427}
9428
9429select:disabled {
9430 color: rgba(0, 0, 0, 0.3);
9431}
9432
9433.select-wrapper input.select-dropdown:disabled {
9434 color: rgba(0, 0, 0, 0.3);
9435 cursor: default;
9436 -webkit-user-select: none;
9437 /* webkit (safari, chrome) browsers */
9438 -moz-user-select: none;
9439 /* mozilla browsers */
9440 -ms-user-select: none;
9441 /* IE10+ */
9442 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
9443}
9444
9445.select-wrapper i {
9446 color: rgba(0, 0, 0, 0.3);
9447}
9448
9449.select-dropdown li.disabled,
9450.select-dropdown li.disabled > span,
9451.select-dropdown li.optgroup {
9452 color: rgba(0, 0, 0, 0.3);
9453 background-color: transparent;
9454}
9455
9456.select-dropdown li img {
9457 height: 40px;
9458 width: 40px;
9459 margin: 5px 15px;
9460 float: right;
9461}
9462
9463.select-dropdown li.optgroup {
9464 border-top: 1px solid #eee;
9465}
9466
9467.select-dropdown li.optgroup.selected > span {
9468 color: rgba(0, 0, 0, 0.7);
9469}
9470
9471.select-dropdown li.optgroup > span {
9472 color: rgba(0, 0, 0, 0.4);
9473}
9474
9475.select-dropdown li.optgroup ~ li:not(.optgroup) {
9476 padding-left: 1rem;
9477}
9478
9479/*********************
9480 File Input
9481**********************/
9482.file-field {
9483 position: relative;
9484}
9485
9486.file-field .file-path-wrapper {
9487 overflow: hidden;
9488 padding-left: 10px;
9489}
9490
9491.file-field input.file-path {
9492 width: 100%;
9493}
9494
9495.file-field .btn, .file-field .btn-large {
9496 float: left;
9497 height: 3rem;
9498 line-height: 3rem;
9499}
9500
9501.file-field span {
9502 cursor: pointer;
9503}
9504
9505.file-field input[type=file] {
9506 position: absolute;
9507 top: 0;
9508 right: 0;
9509 left: 0;
9510 bottom: 0;
9511 width: 100%;
9512 margin: 0;
9513 padding: 0;
9514 font-size: 20px;
9515 cursor: pointer;
9516 opacity: 0;
9517 filter: alpha(opacity=0);
9518}
9519
9520/***************
9521 Range
9522***************/
9523.range-field {
9524 position: relative;
9525}
9526
9527input[type=range], input[type=range] + .thumb {
9528 cursor: pointer;
9529}
9530
9531input[type=range] {
9532 position: relative;
9533 background-color: transparent;
9534 border: none;
9535 outline: none;
9536 width: 100%;
9537 margin: 15px 0px;
9538 padding: 0;
9539}
9540
9541input[type=range] + .thumb {
9542 position: absolute;
9543 border: none;
9544 height: 0;
9545 width: 0;
9546 border-radius: 50%;
9547 background-color: #26a69a;
9548 top: 10px;
9549 margin-left: -6px;
9550 -webkit-transform-origin: 50% 50%;
9551 transform-origin: 50% 50%;
9552 -webkit-transform: rotate(-45deg);
9553 transform: rotate(-45deg);
9554}
9555
9556input[type=range] + .thumb .value {
9557 display: block;
9558 width: 30px;
9559 text-align: center;
9560 color: #26a69a;
9561 font-size: 0;
9562 -webkit-transform: rotate(45deg);
9563 transform: rotate(45deg);
9564}
9565
9566input[type=range] + .thumb.active {
9567 border-radius: 50% 50% 50% 0;
9568}
9569
9570input[type=range] + .thumb.active .value {
9571 color: #fff;
9572 margin-left: -1px;
9573 margin-top: 8px;
9574 font-size: 10px;
9575}
9576
9577input[type=range]:focus {
9578 outline: none;
9579}
9580
9581input[type=range] {
9582 -webkit-appearance: none;
9583}
9584
9585input[type=range]::-webkit-slider-runnable-track {
9586 height: 3px;
9587 background: #c2c0c2;
9588 border: none;
9589}
9590
9591input[type=range]::-webkit-slider-thumb {
9592 -webkit-appearance: none;
9593 border: none;
9594 height: 14px;
9595 width: 14px;
9596 border-radius: 50%;
9597 background-color: #26a69a;
9598 -webkit-transform-origin: 50% 50%;
9599 transform-origin: 50% 50%;
9600 margin: -5px 0 0 0;
9601 transition: .3s;
9602}
9603
9604input[type=range]:focus::-webkit-slider-runnable-track {
9605 background: #ccc;
9606}
9607
9608input[type=range] {
9609 /* fix for FF unable to apply focus style bug */
9610 border: 1px solid white;
9611 /*required for proper track sizing in FF*/
9612}
9613
9614input[type=range]::-moz-range-track {
9615 height: 3px;
9616 background: #ddd;
9617 border: none;
9618}
9619
9620input[type=range]::-moz-range-thumb {
9621 border: none;
9622 height: 14px;
9623 width: 14px;
9624 border-radius: 50%;
9625 background: #26a69a;
9626 margin-top: -5px;
9627}
9628
9629/*hide the outline behind the border*/
9630input[type=range]:-moz-focusring {
9631 outline: 1px solid white;
9632 outline-offset: -1px;
9633}
9634
9635input[type=range]:focus::-moz-range-track {
9636 background: #ccc;
9637}
9638
9639input[type=range]::-ms-track {
9640 height: 3px;
9641 /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
9642 background: transparent;
9643 /*leave room for the larger thumb to overflow with a transparent border */
9644 border-color: transparent;
9645 border-width: 6px 0;
9646 /*remove default tick marks*/
9647 color: transparent;
9648}
9649
9650input[type=range]::-ms-fill-lower {
9651 background: #777;
9652}
9653
9654input[type=range]::-ms-fill-upper {
9655 background: #ddd;
9656}
9657
9658input[type=range]::-ms-thumb {
9659 border: none;
9660 height: 14px;
9661 width: 14px;
9662 border-radius: 50%;
9663 background: #26a69a;
9664}
9665
9666input[type=range]:focus::-ms-fill-lower {
9667 background: #888;
9668}
9669
9670input[type=range]:focus::-ms-fill-upper {
9671 background: #ccc;
9672}
9673
9674/***************************
9675 Text Inputs + Textarea
9676****************************/
9677select {
9678 background-color: rgba(255, 255, 255, 0.9);
9679 width: 100%;
9680 padding: 5px;
9681 border: 1px solid #f2f2f2;
9682 border-radius: 2px;
9683 height: 3rem;
9684}
9685
9686/***************
9687 Nav List
9688***************/
9689.table-of-contents.fixed {
9690 position: fixed;
9691}
9692
9693.table-of-contents li {
9694 padding: 2px 0;
9695}
9696
9697.table-of-contents a {
9698 display: inline-block;
9699 font-weight: 300;
9700 color: #757575;
9701 padding-left: 20px;
9702 height: 1.5rem;
9703 line-height: 1.5rem;
9704 letter-spacing: .4;
9705 display: inline-block;
9706}
9707
9708.table-of-contents a:hover {
9709 color: #a8a8a8;
9710 padding-left: 19px;
9711 border-left: 1px solid #ea4a4f;
9712}
9713
9714.table-of-contents a.active {
9715 font-weight: 500;
9716 padding-left: 18px;
9717 border-left: 2px solid #ea4a4f;
9718}
9719
9720.side-nav {
9721 position: fixed;
9722 width: 240px;
9723 left: -105%;
9724 top: 0;
9725 margin: 0;
9726 height: 100%;
9727 height: calc(100% + 60px);
9728 height: -moz-calc(100%);
9729 padding-bottom: 60px;
9730 background-color: #fff;
9731 z-index: 999;
9732 overflow-y: auto;
9733 will-change: left;
9734}
9735
9736.side-nav.right-aligned {
9737 will-change: right;
9738 right: -105%;
9739 left: auto;
9740}
9741
9742.side-nav .collapsible {
9743 margin: 0;
9744}
9745
9746.side-nav li {
9747 float: none;
9748 padding: 0 15px;
9749}
9750
9751.side-nav li:hover, .side-nav li.active {
9752 background-color: #ddd;
9753}
9754
9755.side-nav a {
9756 color: #444;
9757 display: block;
9758 font-size: 1rem;
9759 height: 64px;
9760 line-height: 64px;
9761 padding: 0 15px;
9762}
9763
9764.drag-target {
9765 height: 100%;
9766 width: 10px;
9767 position: fixed;
9768 top: 0;
9769 z-index: 998;
9770}
9771
9772.side-nav.fixed a {
9773 display: block;
9774 padding: 0 15px;
9775 color: #444;
9776}
9777
9778.side-nav.fixed {
9779 left: 0;
9780 position: fixed;
9781}
9782
9783.side-nav.fixed.right-aligned {
9784 right: 0;
9785 left: auto;
9786}
9787
9788@media only screen and (max-width: 992px) {
9789 .side-nav.fixed {
9790 left: -105%;
9791 }
9792 .side-nav.fixed.right-aligned {
9793 right: -105%;
9794 left: auto;
9795 }
9796}
9797
9798.side-nav .collapsible-body li.active,
9799.side-nav.fixed .collapsible-body li.active {
9800 background-color: #ee6e73;
9801}
9802
9803.side-nav .collapsible-body li.active a,
9804.side-nav.fixed .collapsible-body li.active a {
9805 color: #fff;
9806}
9807
9808#sidenav-overlay {
9809 position: fixed;
9810 top: 0;
9811 left: 0;
9812 right: 0;
9813 height: 120vh;
9814 background-color: rgba(0, 0, 0, 0.5);
9815 z-index: 997;
9816 will-change: opacity;
9817}
9818
9819/*
9820 @license
9821 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
9822 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
9823 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
9824 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
9825 Code distributed by Google as part of the polymer project is also
9826 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9827 */
9828/**************************/
9829/* STYLES FOR THE SPINNER */
9830/**************************/
9831/*
9832 * Constants:
9833 * STROKEWIDTH = 3px
9834 * ARCSIZE = 270 degrees (amount of circle the arc takes up)
9835 * ARCTIME = 1333ms (time it takes to expand and contract arc)
9836 * ARCSTARTROT = 216 degrees (how much the start location of the arc
9837 * should rotate each time, 216 gives us a
9838 * 5 pointed star shape (it's 360/5 * 3).
9839 * For a 7 pointed star, we might do
9840 * 360/7 * 3 = 154.286)
9841 * CONTAINERWIDTH = 28px
9842 * SHRINK_TIME = 400ms
9843 */
9844.preloader-wrapper {
9845 display: inline-block;
9846 position: relative;
9847 width: 48px;
9848 height: 48px;
9849}
9850
9851.preloader-wrapper.small {
9852 width: 36px;
9853 height: 36px;
9854}
9855
9856.preloader-wrapper.big {
9857 width: 64px;
9858 height: 64px;
9859}
9860
9861.preloader-wrapper.active {
9862 /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
9863 -webkit-animation: container-rotate 1568ms linear infinite;
9864 animation: container-rotate 1568ms linear infinite;
9865}
9866
9867@-webkit-keyframes container-rotate {
9868 to {
9869 -webkit-transform: rotate(360deg);
9870 }
9871}
9872
9873@keyframes container-rotate {
9874 to {
9875 -webkit-transform: rotate(360deg);
9876 transform: rotate(360deg);
9877 }
9878}
9879
9880.spinner-layer {
9881 position: absolute;
9882 width: 100%;
9883 height: 100%;
9884 opacity: 0;
9885 border-color: #26a69a;
9886}
9887
9888.spinner-blue,
9889.spinner-blue-only {
9890 border-color: #4285f4;
9891}
9892
9893.spinner-red,
9894.spinner-red-only {
9895 border-color: #db4437;
9896}
9897
9898.spinner-yellow,
9899.spinner-yellow-only {
9900 border-color: #f4b400;
9901}
9902
9903.spinner-green,
9904.spinner-green-only {
9905 border-color: #0f9d58;
9906}
9907
9908/**
9909 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
9910 *
9911 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
9912 * guarantee that the animation will start _exactly_ after that value. So we avoid using
9913 * animation-delay and instead set custom keyframes for each color (as redundant as it
9914 * seems).
9915 *
9916 * We write out each animation in full (instead of separating animation-name,
9917 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
9918 * specific properties properly, treats them as -webkit-animation, and overrides the
9919 * other animation rules. See https://github.com/Polymer/platform/issues/53.
9920 */
9921.active .spinner-layer.spinner-blue {
9922 /* durations: 4 * ARCTIME */
9923 -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9924 animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9925}
9926
9927.active .spinner-layer.spinner-red {
9928 /* durations: 4 * ARCTIME */
9929 -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9930 animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9931}
9932
9933.active .spinner-layer.spinner-yellow {
9934 /* durations: 4 * ARCTIME */
9935 -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9936 animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9937}
9938
9939.active .spinner-layer.spinner-green {
9940 /* durations: 4 * ARCTIME */
9941 -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9942 animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9943}
9944
9945.active .spinner-layer,
9946.active .spinner-layer.spinner-blue-only,
9947.active .spinner-layer.spinner-red-only,
9948.active .spinner-layer.spinner-yellow-only,
9949.active .spinner-layer.spinner-green-only {
9950 /* durations: 4 * ARCTIME */
9951 opacity: 1;
9952 -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9953 animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
9954}
9955
9956@-webkit-keyframes fill-unfill-rotate {
9957 12.5% {
9958 -webkit-transform: rotate(135deg);
9959 }
9960 /* 0.5 * ARCSIZE */
9961 25% {
9962 -webkit-transform: rotate(270deg);
9963 }
9964 /* 1 * ARCSIZE */
9965 37.5% {
9966 -webkit-transform: rotate(405deg);
9967 }
9968 /* 1.5 * ARCSIZE */
9969 50% {
9970 -webkit-transform: rotate(540deg);
9971 }
9972 /* 2 * ARCSIZE */
9973 62.5% {
9974 -webkit-transform: rotate(675deg);
9975 }
9976 /* 2.5 * ARCSIZE */
9977 75% {
9978 -webkit-transform: rotate(810deg);
9979 }
9980 /* 3 * ARCSIZE */
9981 87.5% {
9982 -webkit-transform: rotate(945deg);
9983 }
9984 /* 3.5 * ARCSIZE */
9985 to {
9986 -webkit-transform: rotate(1080deg);
9987 }
9988 /* 4 * ARCSIZE */
9989}
9990
9991@keyframes fill-unfill-rotate {
9992 12.5% {
9993 -webkit-transform: rotate(135deg);
9994 transform: rotate(135deg);
9995 }
9996 /* 0.5 * ARCSIZE */
9997 25% {
9998 -webkit-transform: rotate(270deg);
9999 transform: rotate(270deg);
10000 }
10001 /* 1 * ARCSIZE */
10002 37.5% {
10003 -webkit-transform: rotate(405deg);
10004 transform: rotate(405deg);
10005 }
10006 /* 1.5 * ARCSIZE */
10007 50% {
10008 -webkit-transform: rotate(540deg);
10009 transform: rotate(540deg);
10010 }
10011 /* 2 * ARCSIZE */
10012 62.5% {
10013 -webkit-transform: rotate(675deg);
10014 transform: rotate(675deg);
10015 }
10016 /* 2.5 * ARCSIZE */
10017 75% {
10018 -webkit-transform: rotate(810deg);
10019 transform: rotate(810deg);
10020 }
10021 /* 3 * ARCSIZE */
10022 87.5% {
10023 -webkit-transform: rotate(945deg);
10024 transform: rotate(945deg);
10025 }
10026 /* 3.5 * ARCSIZE */
10027 to {
10028 -webkit-transform: rotate(1080deg);
10029 transform: rotate(1080deg);
10030 }
10031 /* 4 * ARCSIZE */
10032}
10033
10034@-webkit-keyframes blue-fade-in-out {
10035 from {
10036 opacity: 1;
10037 }
10038 25% {
10039 opacity: 1;
10040 }
10041 26% {
10042 opacity: 0;
10043 }
10044 89% {
10045 opacity: 0;
10046 }
10047 90% {
10048 opacity: 1;
10049 }
10050 100% {
10051 opacity: 1;
10052 }
10053}
10054
10055@keyframes blue-fade-in-out {
10056 from {
10057 opacity: 1;
10058 }
10059 25% {
10060 opacity: 1;
10061 }
10062 26% {
10063 opacity: 0;
10064 }
10065 89% {
10066 opacity: 0;
10067 }
10068 90% {
10069 opacity: 1;
10070 }
10071 100% {
10072 opacity: 1;
10073 }
10074}
10075
10076@-webkit-keyframes red-fade-in-out {
10077 from {
10078 opacity: 0;
10079 }
10080 15% {
10081 opacity: 0;
10082 }
10083 25% {
10084 opacity: 1;
10085 }
10086 50% {
10087 opacity: 1;
10088 }
10089 51% {
10090 opacity: 0;
10091 }
10092}
10093
10094@keyframes red-fade-in-out {
10095 from {
10096 opacity: 0;
10097 }
10098 15% {
10099 opacity: 0;
10100 }
10101 25% {
10102 opacity: 1;
10103 }
10104 50% {
10105 opacity: 1;
10106 }
10107 51% {
10108 opacity: 0;
10109 }
10110}
10111
10112@-webkit-keyframes yellow-fade-in-out {
10113 from {
10114 opacity: 0;
10115 }
10116 40% {
10117 opacity: 0;
10118 }
10119 50% {
10120 opacity: 1;
10121 }
10122 75% {
10123 opacity: 1;
10124 }
10125 76% {
10126 opacity: 0;
10127 }
10128}
10129
10130@keyframes yellow-fade-in-out {
10131 from {
10132 opacity: 0;
10133 }
10134 40% {
10135 opacity: 0;
10136 }
10137 50% {
10138 opacity: 1;
10139 }
10140 75% {
10141 opacity: 1;
10142 }
10143 76% {
10144 opacity: 0;
10145 }
10146}
10147
10148@-webkit-keyframes green-fade-in-out {
10149 from {
10150 opacity: 0;
10151 }
10152 65% {
10153 opacity: 0;
10154 }
10155 75% {
10156 opacity: 1;
10157 }
10158 90% {
10159 opacity: 1;
10160 }
10161 100% {
10162 opacity: 0;
10163 }
10164}
10165
10166@keyframes green-fade-in-out {
10167 from {
10168 opacity: 0;
10169 }
10170 65% {
10171 opacity: 0;
10172 }
10173 75% {
10174 opacity: 1;
10175 }
10176 90% {
10177 opacity: 1;
10178 }
10179 100% {
10180 opacity: 0;
10181 }
10182}
10183
10184/**
10185 * Patch the gap that appear between the two adjacent div.circle-clipper while the
10186 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
10187 */
10188.gap-patch {
10189 position: absolute;
10190 top: 0;
10191 left: 45%;
10192 width: 10%;
10193 height: 100%;
10194 overflow: hidden;
10195 border-color: inherit;
10196}
10197
10198.gap-patch .circle {
10199 width: 1000%;
10200 left: -450%;
10201}
10202
10203.circle-clipper {
10204 display: inline-block;
10205 position: relative;
10206 width: 50%;
10207 height: 100%;
10208 overflow: hidden;
10209 border-color: inherit;
10210}
10211
10212.circle-clipper .circle {
10213 width: 200%;
10214 height: 100%;
10215 border-width: 3px;
10216 /* STROKEWIDTH */
10217 border-style: solid;
10218 border-color: inherit;
10219 border-bottom-color: transparent !important;
10220 border-radius: 50%;
10221 -webkit-animation: none;
10222 animation: none;
10223 position: absolute;
10224 top: 0;
10225 right: 0;
10226 bottom: 0;
10227}
10228
10229.circle-clipper.left .circle {
10230 left: 0;
10231 border-right-color: transparent !important;
10232 -webkit-transform: rotate(129deg);
10233 transform: rotate(129deg);
10234}
10235
10236.circle-clipper.right .circle {
10237 left: -100%;
10238 border-left-color: transparent !important;
10239 -webkit-transform: rotate(-129deg);
10240 transform: rotate(-129deg);
10241}
10242
10243.active .circle-clipper.left .circle {
10244 /* duration: ARCTIME */
10245 -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
10246 animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
10247}
10248
10249.active .circle-clipper.right .circle {
10250 /* duration: ARCTIME */
10251 -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
10252 animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
10253}
10254
10255@-webkit-keyframes left-spin {
10256 from {
10257 -webkit-transform: rotate(130deg);
10258 }
10259 50% {
10260 -webkit-transform: rotate(-5deg);
10261 }
10262 to {
10263 -webkit-transform: rotate(130deg);
10264 }
10265}
10266
10267@keyframes left-spin {
10268 from {
10269 -webkit-transform: rotate(130deg);
10270 transform: rotate(130deg);
10271 }
10272 50% {
10273 -webkit-transform: rotate(-5deg);
10274 transform: rotate(-5deg);
10275 }
10276 to {
10277 -webkit-transform: rotate(130deg);
10278 transform: rotate(130deg);
10279 }
10280}
10281
10282@-webkit-keyframes right-spin {
10283 from {
10284 -webkit-transform: rotate(-130deg);
10285 }
10286 50% {
10287 -webkit-transform: rotate(5deg);
10288 }
10289 to {
10290 -webkit-transform: rotate(-130deg);
10291 }
10292}
10293
10294@keyframes right-spin {
10295 from {
10296 -webkit-transform: rotate(-130deg);
10297 transform: rotate(-130deg);
10298 }
10299 50% {
10300 -webkit-transform: rotate(5deg);
10301 transform: rotate(5deg);
10302 }
10303 to {
10304 -webkit-transform: rotate(-130deg);
10305 transform: rotate(-130deg);
10306 }
10307}
10308
10309#spinnerContainer.cooldown {
10310 /* duration: SHRINK_TIME */
10311 -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
10312 animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
10313}
10314
10315@-webkit-keyframes fade-out {
10316 from {
10317 opacity: 1;
10318 }
10319 to {
10320 opacity: 0;
10321 }
10322}
10323
10324@keyframes fade-out {
10325 from {
10326 opacity: 1;
10327 }
10328 to {
10329 opacity: 0;
10330 }
10331}
10332
10333.slider {
10334 position: relative;
10335 height: 400px;
10336 width: 100%;
10337}
10338
10339.slider.fullscreen {
10340 height: 100%;
10341 width: 100%;
10342 position: absolute;
10343 top: 0;
10344 left: 0;
10345 right: 0;
10346 bottom: 0;
10347}
10348
10349.slider.fullscreen ul.slides {
10350 height: 100%;
10351}
10352
10353.slider.fullscreen ul.indicators {
10354 z-index: 2;
10355 bottom: 30px;
10356}
10357
10358.slider .slides {
10359 background-color: #9e9e9e;
10360 margin: 0;
10361 height: 400px;
10362}
10363
10364.slider .slides li {
10365 opacity: 0;
10366 position: absolute;
10367 top: 0;
10368 left: 0;
10369 z-index: 1;
10370 width: 100%;
10371 height: inherit;
10372 overflow: hidden;
10373}
10374
10375.slider .slides li img {
10376 height: 100%;
10377 width: 100%;
10378 background-size: cover;
10379 background-position: center;
10380}
10381
10382.slider .slides li .caption {
10383 color: #fff;
10384 position: absolute;
10385 top: 15%;
10386 left: 15%;
10387 width: 70%;
10388 opacity: 0;
10389}
10390
10391.slider .slides li .caption p {
10392 color: #e0e0e0;
10393}
10394
10395.slider .slides li.active {
10396 z-index: 2;
10397}
10398
10399.slider .indicators {
10400 position: absolute;
10401 text-align: center;
10402 left: 0;
10403 right: 0;
10404 bottom: 0;
10405 margin: 0;
10406}
10407
10408.slider .indicators .indicator-item {
10409 display: inline-block;
10410 position: relative;
10411 cursor: pointer;
10412 height: 16px;
10413 width: 16px;
10414 margin: 0 12px;
10415 background-color: #e0e0e0;
10416 transition: background-color .3s;
10417 border-radius: 50%;
10418}
10419
10420.slider .indicators .indicator-item.active {
10421 background-color: #4CAF50;
10422}
10423
10424.carousel {
10425 overflow: hidden;
10426 position: relative;
10427 width: 100%;
10428 height: 400px;
10429 -webkit-perspective: 500px;
10430 perspective: 500px;
10431 -webkit-transform-style: preserve-3d;
10432 transform-style: preserve-3d;
10433 -webkit-transform-origin: 0% 50%;
10434 transform-origin: 0% 50%;
10435}
10436
10437.carousel .carousel-item {
10438 width: 200px;
10439 position: absolute;
10440 top: 0;
10441 left: 0;
10442}
10443
10444.carousel .carousel-item img {
10445 width: 100%;
10446}
10447
10448.carousel.carousel-slider {
10449 top: 0;
10450 left: 0;
10451 height: 0;
10452}
10453
10454.carousel.carousel-slider .carousel-item {
10455 width: 100%;
10456 height: 100%;
10457 position: absolute;
10458 top: 0;
10459 left: 0;
10460}
10461
10462/* ==========================================================================
10463 $BASE-PICKER
10464 ========================================================================== */
10465/**
10466 * Note: the root picker element should *NOT* be styled more than what's here.
10467 */
10468.picker {
10469 font-size: 16px;
10470 text-align: left;
10471 line-height: 1.2;
10472 color: #000000;
10473 position: absolute;
10474 z-index: 10000;
10475 -webkit-user-select: none;
10476 -moz-user-select: none;
10477 -ms-user-select: none;
10478 user-select: none;
10479}
10480
10481/**
10482 * The picker input element.
10483 */
10484.picker__input {
10485 cursor: default;
10486}
10487
10488/**
10489 * When the picker is opened, the input element is "activated".
10490 */
10491.picker__input.picker__input--active {
10492 border-color: #0089ec;
10493}
10494
10495/**
10496 * The holder is the only "scrollable" top-level container element.
10497 */
10498.picker__holder {
10499 width: 100%;
10500 overflow-y: auto;
10501 -webkit-overflow-scrolling: touch;
10502}
10503
10504/*!
10505 * Default mobile-first, responsive styling for pickadate.js
10506 * Demo: http://amsul.github.io/pickadate.js
10507 */
10508/**
10509 * Note: the root picker element should *NOT* be styled more than what's here.
10510 */
10511/**
10512 * Make the holder and frame fullscreen.
10513 */
10514.picker__holder,
10515.picker__frame {
10516 bottom: 0;
10517 left: 0;
10518 right: 0;
10519 top: 100%;
10520}
10521
10522/**
10523 * The holder should overlay the entire screen.
10524 */
10525.picker__holder {
10526 position: fixed;
10527 transition: background 0.15s ease-out, top 0s 0.15s;
10528 -webkit-backface-visibility: hidden;
10529}
10530
10531/**
10532 * The frame that bounds the box contents of the picker.
10533 */
10534.picker__frame {
10535 position: absolute;
10536 margin: 0 auto;
10537 min-width: 256px;
10538 width: 300px;
10539 max-height: 350px;
10540 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
10541 filter: alpha(opacity=0);
10542 -moz-opacity: 0;
10543 opacity: 0;
10544 transition: all 0.15s ease-out;
10545}
10546
10547@media (min-height: 28.875em) {
10548 .picker__frame {
10549 overflow: visible;
10550 top: auto;
10551 bottom: -100%;
10552 max-height: 80%;
10553 }
10554}
10555
10556@media (min-height: 40.125em) {
10557 .picker__frame {
10558 margin-bottom: 7.5%;
10559 }
10560}
10561
10562/**
10563 * The wrapper sets the stage to vertically align the box contents.
10564 */
10565.picker__wrap {
10566 display: table;
10567 width: 100%;
10568 height: 100%;
10569}
10570
10571@media (min-height: 28.875em) {
10572 .picker__wrap {
10573 display: block;
10574 }
10575}
10576
10577/**
10578 * The box contains all the picker contents.
10579 */
10580.picker__box {
10581 background: #ffffff;
10582 display: table-cell;
10583 vertical-align: middle;
10584}
10585
10586@media (min-height: 28.875em) {
10587 .picker__box {
10588 display: block;
10589 border: 1px solid #777777;
10590 border-top-color: #898989;
10591 border-bottom-width: 0;
10592 border-radius: 5px 5px 0 0;
10593 box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
10594 }
10595}
10596
10597/**
10598 * When the picker opens...
10599 */
10600.picker--opened .picker__holder {
10601 top: 0;
10602 background: transparent;
10603 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
10604 zoom: 1;
10605 background: rgba(0, 0, 0, 0.32);
10606 transition: background 0.15s ease-out;
10607}
10608
10609.picker--opened .picker__frame {
10610 top: 0;
10611 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
10612 filter: alpha(opacity=100);
10613 -moz-opacity: 1;
10614 opacity: 1;
10615}
10616
10617@media (min-height: 35.875em) {
10618 .picker--opened .picker__frame {
10619 top: 10%;
10620 bottom: 20%auto;
10621 }
10622}
10623
10624/**
10625 * For `large` screens, transform into an inline picker.
10626 */
10627/* ==========================================================================
10628 CUSTOM MATERIALIZE STYLES
10629 ========================================================================== */
10630.picker__input.picker__input--active {
10631 border-color: #E3F2FD;
10632}
10633
10634.picker__frame {
10635 margin: 0 auto;
10636 max-width: 325px;
10637}
10638
10639@media (min-height: 38.875em) {
10640 .picker--opened .picker__frame {
10641 top: 10%;
10642 bottom: auto;
10643 }
10644}
10645
10646/* ==========================================================================
10647 $BASE-DATE-PICKER
10648 ========================================================================== */
10649/**
10650 * The picker box.
10651 */
10652.picker__box {
10653 padding: 0 1em;
10654}
10655
10656/**
10657 * The header containing the month and year stuff.
10658 */
10659.picker__header {
10660 text-align: center;
10661 position: relative;
10662 margin-top: .75em;
10663}
10664
10665/**
10666 * The month and year labels.
10667 */
10668.picker__month,
10669.picker__year {
10670 display: inline-block;
10671 margin-left: .25em;
10672 margin-right: .25em;
10673}
10674
10675/**
10676 * The month and year selectors.
10677 */
10678.picker__select--month,
10679.picker__select--year {
10680 height: 2em;
10681 padding: 0;
10682 margin-left: .25em;
10683 margin-right: .25em;
10684}
10685
10686.picker__select--month.browser-default {
10687 display: inline;
10688 background-color: #FFFFFF;
10689 width: 40%;
10690}
10691
10692.picker__select--year.browser-default {
10693 display: inline;
10694 background-color: #FFFFFF;
10695 width: 25%;
10696}
10697
10698.picker__select--month:focus,
10699.picker__select--year:focus {
10700 border-color: rgba(0, 0, 0, 0.05);
10701}
10702
10703/**
10704 * The month navigation buttons.
10705 */
10706.picker__nav--prev,
10707.picker__nav--next {
10708 position: absolute;
10709 padding: .5em 1.25em;
10710 width: 1em;
10711 height: 1em;
10712 box-sizing: content-box;
10713 top: -0.25em;
10714}
10715
10716.picker__nav--prev {
10717 left: -1em;
10718 padding-right: 1.25em;
10719}
10720
10721.picker__nav--next {
10722 right: -1em;
10723 padding-left: 1.25em;
10724}
10725
10726.picker__nav--disabled,
10727.picker__nav--disabled:hover,
10728.picker__nav--disabled:before,
10729.picker__nav--disabled:before:hover {
10730 cursor: default;
10731 background: none;
10732 border-right-color: #f5f5f5;
10733 border-left-color: #f5f5f5;
10734}
10735
10736/**
10737 * The calendar table of dates
10738 */
10739.picker__table {
10740 text-align: center;
10741 border-collapse: collapse;
10742 border-spacing: 0;
10743 table-layout: fixed;
10744 font-size: 1rem;
10745 width: 100%;
10746 margin-top: .75em;
10747 margin-bottom: .5em;
10748}
10749
10750.picker__table th, .picker__table td {
10751 text-align: center;
10752}
10753
10754.picker__table td {
10755 margin: 0;
10756 padding: 0;
10757}
10758
10759/**
10760 * The weekday labels
10761 */
10762.picker__weekday {
10763 width: 14.285714286%;
10764 font-size: .75em;
10765 padding-bottom: .25em;
10766 color: #999999;
10767 font-weight: 500;
10768 /* Increase the spacing a tad */
10769}
10770
10771@media (min-height: 33.875em) {
10772 .picker__weekday {
10773 padding-bottom: .5em;
10774 }
10775}
10776
10777/**
10778 * The days on the calendar
10779 */
10780.picker__day--today {
10781 position: relative;
10782 color: #595959;
10783 letter-spacing: -.3;
10784 padding: .75rem 0;
10785 font-weight: 400;
10786 border: 1px solid transparent;
10787}
10788
10789.picker__day--disabled:before {
10790 border-top-color: #aaaaaa;
10791}
10792
10793.picker__day--infocus:hover {
10794 cursor: pointer;
10795 color: #000;
10796 font-weight: 500;
10797}
10798
10799.picker__day--outfocus {
10800 display: none;
10801 padding: .75rem 0;
10802 color: #fff;
10803}
10804
10805.picker__day--outfocus:hover {
10806 cursor: pointer;
10807 color: #dddddd;
10808 font-weight: 500;
10809}
10810
10811.picker__day--highlighted:hover,
10812.picker--focused .picker__day--highlighted {
10813 cursor: pointer;
10814}
10815
10816.picker__day--selected,
10817.picker__day--selected:hover,
10818.picker--focused .picker__day--selected {
10819 border-radius: 50%;
10820 -webkit-transform: scale(0.75);
10821 transform: scale(0.75);
10822 background: #0089ec;
10823 color: #ffffff;
10824}
10825
10826.picker__day--disabled,
10827.picker__day--disabled:hover,
10828.picker--focused .picker__day--disabled {
10829 background: #f5f5f5;
10830 border-color: #f5f5f5;
10831 color: #dddddd;
10832 cursor: default;
10833}
10834
10835.picker__day--highlighted.picker__day--disabled,
10836.picker__day--highlighted.picker__day--disabled:hover {
10837 background: #bbbbbb;
10838}
10839
10840/**
10841 * The footer containing the "today", "clear", and "close" buttons.
10842 */
10843.picker__footer {
10844 text-align: center;
10845 display: -webkit-flex;
10846 display: -ms-flexbox;
10847 display: flex;
10848 -webkit-align-items: center;
10849 -ms-flex-align: center;
10850 align-items: center;
10851 -webkit-justify-content: space-between;
10852 -ms-flex-pack: justify;
10853 justify-content: space-between;
10854}
10855
10856.picker__button--today,
10857.picker__button--clear,
10858.picker__button--close {
10859 border: 1px solid #ffffff;
10860 background: #ffffff;
10861 font-size: .8em;
10862 padding: .66em 0;
10863 font-weight: bold;
10864 width: 33%;
10865 display: inline-block;
10866 vertical-align: bottom;
10867}
10868
10869.picker__button--today:hover,
10870.picker__button--clear:hover,
10871.picker__button--close:hover {
10872 cursor: pointer;
10873 color: #000000;
10874 background: #b1dcfb;
10875 border-bottom-color: #b1dcfb;
10876}
10877
10878.picker__button--today:focus,
10879.picker__button--clear:focus,
10880.picker__button--close:focus {
10881 background: #b1dcfb;
10882 border-color: rgba(0, 0, 0, 0.05);
10883 outline: none;
10884}
10885
10886.picker__button--today:before,
10887.picker__button--clear:before,
10888.picker__button--close:before {
10889 position: relative;
10890 display: inline-block;
10891 height: 0;
10892}
10893
10894.picker__button--today:before,
10895.picker__button--clear:before {
10896 content: " ";
10897 margin-right: .45em;
10898}
10899
10900.picker__button--today:before {
10901 top: -0.05em;
10902 width: 0;
10903 border-top: 0.66em solid #0059bc;
10904 border-left: .66em solid transparent;
10905}
10906
10907.picker__button--clear:before {
10908 top: -0.25em;
10909 width: .66em;
10910 border-top: 3px solid #ee2200;
10911}
10912
10913.picker__button--close:before {
10914 content: "\D7";
10915 top: -0.1em;
10916 vertical-align: top;
10917 font-size: 1.1em;
10918 margin-right: .35em;
10919 color: #777777;
10920}
10921
10922.picker__button--today[disabled],
10923.picker__button--today[disabled]:hover {
10924 background: #f5f5f5;
10925 border-color: #f5f5f5;
10926 color: #dddddd;
10927 cursor: default;
10928}
10929
10930.picker__button--today[disabled]:before {
10931 border-top-color: #aaaaaa;
10932}
10933
10934/* ==========================================================================
10935 CUSTOM MATERIALIZE STYLES
10936 ========================================================================== */
10937.picker__box {
10938 border-radius: 2px;
10939 overflow: hidden;
10940}
10941
10942.picker__date-display {
10943 text-align: center;
10944 background-color: #26a69a;
10945 color: #fff;
10946 padding-bottom: 15px;
10947 font-weight: 300;
10948}
10949
10950.picker__nav--prev:hover,
10951.picker__nav--next:hover {
10952 cursor: pointer;
10953 color: #000000;
10954 background: #a1ded8;
10955}
10956
10957.picker__weekday-display {
10958 background-color: #1f897f;
10959 padding: 10px;
10960 font-weight: 200;
10961 letter-spacing: .5;
10962 font-size: 1rem;
10963 margin-bottom: 15px;
10964}
10965
10966.picker__month-display {
10967 text-transform: uppercase;
10968 font-size: 2rem;
10969}
10970
10971.picker__day-display {
10972 font-size: 4.5rem;
10973 font-weight: 400;
10974}
10975
10976.picker__year-display {
10977 font-size: 1.8rem;
10978 color: rgba(255, 255, 255, 0.4);
10979}
10980
10981.picker__box {
10982 padding: 0;
10983}
10984
10985.picker__calendar-container {
10986 padding: 0 1rem;
10987}
10988
10989.picker__calendar-container thead {
10990 border: none;
10991}
10992
10993.picker__table {
10994 margin-top: 0;
10995 margin-bottom: .5em;
10996}
10997
10998.picker__day--infocus {
10999 color: #595959;
11000 letter-spacing: -.3;
11001 padding: .75rem 0;
11002 font-weight: 400;
11003 border: 1px solid transparent;
11004}
11005
11006.picker__day.picker__day--today {
11007 color: #26a69a;
11008}
11009
11010.picker__day.picker__day--today.picker__day--selected {
11011 color: #fff;
11012}
11013
11014.picker__weekday {
11015 font-size: .9rem;
11016}
11017
11018.picker__day--selected,
11019.picker__day--selected:hover,
11020.picker--focused .picker__day--selected {
11021 border-radius: 50%;
11022 -webkit-transform: scale(0.9);
11023 transform: scale(0.9);
11024 background-color: #26a69a;
11025 color: #ffffff;
11026}
11027
11028.picker__day--selected.picker__day--outfocus,
11029.picker__day--selected:hover.picker__day--outfocus,
11030.picker--focused .picker__day--selected.picker__day--outfocus {
11031 background-color: #a1ded8;
11032}
11033
11034.picker__footer {
11035 text-align: right;
11036 padding: 5px 10px;
11037}
11038
11039.picker__close, .picker__today {
11040 font-size: 1.1rem;
11041 padding: 0 1rem;
11042 color: #26a69a;
11043}
11044
11045.picker__nav--prev:before,
11046.picker__nav--next:before {
11047 content: " ";
11048 border-top: .5em solid transparent;
11049 border-bottom: .5em solid transparent;
11050 border-right: 0.75em solid #676767;
11051 width: 0;
11052 height: 0;
11053 display: block;
11054 margin: 0 auto;
11055}
11056
11057.picker__nav--next:before {
11058 border-right: 0;
11059 border-left: 0.75em solid #676767;
11060}
11061
11062button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
11063 background-color: #a1ded8;
11064}
11065
11066/* ==========================================================================
11067 $BASE-TIME-PICKER
11068 ========================================================================== */
11069/**
11070 * The list of times.
11071 */
11072.picker__list {
11073 list-style: none;
11074 padding: 0.75em 0 4.2em;
11075 margin: 0;
11076}
11077
11078/**
11079 * The times on the clock.
11080 */
11081.picker__list-item {
11082 border-bottom: 1px solid #dddddd;
11083 border-top: 1px solid #dddddd;
11084 margin-bottom: -1px;
11085 position: relative;
11086 background: #ffffff;
11087 padding: .75em 1.25em;
11088}
11089
11090@media (min-height: 46.75em) {
11091 .picker__list-item {
11092 padding: .5em 1em;
11093 }
11094}
11095
11096/* Hovered time */
11097.picker__list-item:hover {
11098 cursor: pointer;
11099 color: #000000;
11100 background: #b1dcfb;
11101 border-color: #0089ec;
11102 z-index: 10;
11103}
11104
11105/* Highlighted and hovered/focused time */
11106.picker__list-item--highlighted {
11107 border-color: #0089ec;
11108 z-index: 10;
11109}
11110
11111.picker__list-item--highlighted:hover,
11112.picker--focused .picker__list-item--highlighted {
11113 cursor: pointer;
11114 color: #000000;
11115 background: #b1dcfb;
11116}
11117
11118/* Selected and hovered/focused time */
11119.picker__list-item--selected,
11120.picker__list-item--selected:hover,
11121.picker--focused .picker__list-item--selected {
11122 background: #0089ec;
11123 color: #ffffff;
11124 z-index: 10;
11125}
11126
11127/* Disabled time */
11128.picker__list-item--disabled,
11129.picker__list-item--disabled:hover,
11130.picker--focused .picker__list-item--disabled {
11131 background: #f5f5f5;
11132 border-color: #f5f5f5;
11133 color: #dddddd;
11134 cursor: default;
11135 border-color: #dddddd;
11136 z-index: auto;
11137}
11138
11139/**
11140 * The clear button
11141 */
11142.picker--time .picker__button--clear {
11143 display: block;
11144 width: 80%;
11145 margin: 1em auto 0;
11146 padding: 1em 1.25em;
11147 background: none;
11148 border: 0;
11149 font-weight: 500;
11150 font-size: .67em;
11151 text-align: center;
11152 text-transform: uppercase;
11153 color: #666;
11154}
11155
11156.picker--time .picker__button--clear:hover,
11157.picker--time .picker__button--clear:focus {
11158 color: #000000;
11159 background: #b1dcfb;
11160 background: #ee2200;
11161 border-color: #ee2200;
11162 cursor: pointer;
11163 color: #ffffff;
11164 outline: none;
11165}
11166
11167.picker--time .picker__button--clear:before {
11168 top: -0.25em;
11169 color: #666;
11170 font-size: 1.25em;
11171 font-weight: bold;
11172}
11173
11174.picker--time .picker__button--clear:hover:before,
11175.picker--time .picker__button--clear:focus:before {
11176 color: #ffffff;
11177}
11178
11179/* ==========================================================================
11180 $DEFAULT-TIME-PICKER
11181 ========================================================================== */
11182/**
11183 * The frame the bounds the time picker.
11184 */
11185.picker--time .picker__frame {
11186 min-width: 256px;
11187 max-width: 320px;
11188}
11189
11190/**
11191 * The picker box.
11192 */
11193.picker--time .picker__box {
11194 font-size: 1em;
11195 background: #f2f2f2;
11196 padding: 0;
11197}
11198
11199@media (min-height: 40.125em) {
11200 .picker--time .picker__box {
11201 margin-bottom: 5em;
11202 }
11203} \ No newline at end of file
diff --git a/assets_src/css/materialize.min.css b/assets_src/css/materialize.min.css
new file mode 100644
index 0000000..7a02313
--- /dev/null
+++ b/assets_src/css/materialize.min.css
@@ -0,0 +1,16 @@
1/*!
2 * Materialize v0.97.3 (http://materializecss.com)
3 * Copyright 2014-2015 Materialize
4 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
5 */
6.materialize-red.lighten-5{background-color:#fdeaeb !important}.materialize-red-text.text-lighten-5{color:#fdeaeb !important}.materialize-red.lighten-4{background-color:#f8c1c3 !important}.materialize-red-text.text-lighten-4{color:#f8c1c3 !important}.materialize-red.lighten-3{background-color:#f3989b !important}.materialize-red-text.text-lighten-3{color:#f3989b !important}.materialize-red.lighten-2{background-color:#ee6e73 !important}.materialize-red-text.text-lighten-2{color:#ee6e73 !important}.materialize-red.lighten-1{background-color:#ea454b !important}.materialize-red-text.text-lighten-1{color:#ea454b !important}.materialize-red{background-color:#e51c23 !important}.materialize-red-text{color:#e51c23 !important}.materialize-red.darken-1{background-color:#d0181e !important}.materialize-red-text.text-darken-1{color:#d0181e !important}.materialize-red.darken-2{background-color:#b9151b !important}.materialize-red-text.text-darken-2{color:#b9151b !important}.materialize-red.darken-3{background-color:#a21318 !important}.materialize-red-text.text-darken-3{color:#a21318 !important}.materialize-red.darken-4{background-color:#8b1014 !important}.materialize-red-text.text-darken-4{color:#8b1014 !important}.red.lighten-5{background-color:#FFEBEE !important}.red-text.text-lighten-5{color:#FFEBEE !important}.red.lighten-4{background-color:#FFCDD2 !important}.red-text.text-lighten-4{color:#FFCDD2 !important}.red.lighten-3{background-color:#EF9A9A !important}.red-text.text-lighten-3{color:#EF9A9A !important}.red.lighten-2{background-color:#E57373 !important}.red-text.text-lighten-2{color:#E57373 !important}.red.lighten-1{background-color:#EF5350 !important}.red-text.text-lighten-1{color:#EF5350 !important}.red{background-color:#F44336 !important}.red-text{color:#F44336 !important}.red.darken-1{background-color:#E53935 !important}.red-text.text-darken-1{color:#E53935 !important}.red.darken-2{background-color:#D32F2F !important}.red-text.text-darken-2{color:#D32F2F !important}.red.darken-3{background-color:#C62828 !important}.red-text.text-darken-3{color:#C62828 !important}.red.darken-4{background-color:#B71C1C !important}.red-text.text-darken-4{color:#B71C1C !important}.red.accent-1{background-color:#FF8A80 !important}.red-text.text-accent-1{color:#FF8A80 !important}.red.accent-2{background-color:#FF5252 !important}.red-text.text-accent-2{color:#FF5252 !important}.red.accent-3{background-color:#FF1744 !important}.red-text.text-accent-3{color:#FF1744 !important}.red.accent-4{background-color:#D50000 !important}.red-text.text-accent-4{color:#D50000 !important}.pink.lighten-5{background-color:#fce4ec !important}.pink-text.text-lighten-5{color:#fce4ec !important}.pink.lighten-4{background-color:#f8bbd0 !important}.pink-text.text-lighten-4{color:#f8bbd0 !important}.pink.lighten-3{background-color:#f48fb1 !important}.pink-text.text-lighten-3{color:#f48fb1 !important}.pink.lighten-2{background-color:#f06292 !important}.pink-text.text-lighten-2{color:#f06292 !important}.pink.lighten-1{background-color:#ec407a !important}.pink-text.text-lighten-1{color:#ec407a !important}.pink{background-color:#e91e63 !important}.pink-text{color:#e91e63 !important}.pink.darken-1{background-color:#d81b60 !important}.pink-text.text-darken-1{color:#d81b60 !important}.pink.darken-2{background-color:#c2185b !important}.pink-text.text-darken-2{color:#c2185b !important}.pink.darken-3{background-color:#ad1457 !important}.pink-text.text-darken-3{color:#ad1457 !important}.pink.darken-4{background-color:#880e4f !important}.pink-text.text-darken-4{color:#880e4f !important}.pink.accent-1{background-color:#ff80ab !important}.pink-text.text-accent-1{color:#ff80ab !important}.pink.accent-2{background-color:#ff4081 !important}.pink-text.text-accent-2{color:#ff4081 !important}.pink.accent-3{background-color:#f50057 !important}.pink-text.text-accent-3{color:#f50057 !important}.pink.accent-4{background-color:#c51162 !important}.pink-text.text-accent-4{color:#c51162 !important}.purple.lighten-5{background-color:#f3e5f5 !important}.purple-text.text-lighten-5{color:#f3e5f5 !important}.purple.lighten-4{background-color:#e1bee7 !important}.purple-text.text-lighten-4{color:#e1bee7 !important}.purple.lighten-3{background-color:#ce93d8 !important}.purple-text.text-lighten-3{color:#ce93d8 !important}.purple.lighten-2{background-color:#ba68c8 !important}.purple-text.text-lighten-2{color:#ba68c8 !important}.purple.lighten-1{background-color:#ab47bc !important}.purple-text.text-lighten-1{color:#ab47bc !important}.purple{background-color:#9c27b0 !important}.purple-text{color:#9c27b0 !important}.purple.darken-1{background-color:#8e24aa !important}.purple-text.text-darken-1{color:#8e24aa !important}.purple.darken-2{background-color:#7b1fa2 !important}.purple-text.text-darken-2{color:#7b1fa2 !important}.purple.darken-3{background-color:#6a1b9a !important}.purple-text.text-darken-3{color:#6a1b9a !important}.purple.darken-4{background-color:#4a148c !important}.purple-text.text-darken-4{color:#4a148c !important}.purple.accent-1{background-color:#ea80fc !important}.purple-text.text-accent-1{color:#ea80fc !important}.purple.accent-2{background-color:#e040fb !important}.purple-text.text-accent-2{color:#e040fb !important}.purple.accent-3{background-color:#d500f9 !important}.purple-text.text-accent-3{color:#d500f9 !important}.purple.accent-4{background-color:#aa00ff !important}.purple-text.text-accent-4{color:#aa00ff !important}.deep-purple.lighten-5{background-color:#ede7f6 !important}.deep-purple-text.text-lighten-5{color:#ede7f6 !important}.deep-purple.lighten-4{background-color:#d1c4e9 !important}.deep-purple-text.text-lighten-4{color:#d1c4e9 !important}.deep-purple.lighten-3{background-color:#b39ddb !important}.deep-purple-text.text-lighten-3{color:#b39ddb !important}.deep-purple.lighten-2{background-color:#9575cd !important}.deep-purple-text.text-lighten-2{color:#9575cd !important}.deep-purple.lighten-1{background-color:#7e57c2 !important}.deep-purple-text.text-lighten-1{color:#7e57c2 !important}.deep-purple{background-color:#673ab7 !important}.deep-purple-text{color:#673ab7 !important}.deep-purple.darken-1{background-color:#5e35b1 !important}.deep-purple-text.text-darken-1{color:#5e35b1 !important}.deep-purple.darken-2{background-color:#512da8 !important}.deep-purple-text.text-darken-2{color:#512da8 !important}.deep-purple.darken-3{background-color:#4527a0 !important}.deep-purple-text.text-darken-3{color:#4527a0 !important}.deep-purple.darken-4{background-color:#311b92 !important}.deep-purple-text.text-darken-4{color:#311b92 !important}.deep-purple.accent-1{background-color:#b388ff !important}.deep-purple-text.text-accent-1{color:#b388ff !important}.deep-purple.accent-2{background-color:#7c4dff !important}.deep-purple-text.text-accent-2{color:#7c4dff !important}.deep-purple.accent-3{background-color:#651fff !important}.deep-purple-text.text-accent-3{color:#651fff !important}.deep-purple.accent-4{background-color:#6200ea !important}.deep-purple-text.text-accent-4{color:#6200ea !important}.indigo.lighten-5{background-color:#e8eaf6 !important}.indigo-text.text-lighten-5{color:#e8eaf6 !important}.indigo.lighten-4{background-color:#c5cae9 !important}.indigo-text.text-lighten-4{color:#c5cae9 !important}.indigo.lighten-3{background-color:#9fa8da !important}.indigo-text.text-lighten-3{color:#9fa8da !important}.indigo.lighten-2{background-color:#7986cb !important}.indigo-text.text-lighten-2{color:#7986cb !important}.indigo.lighten-1{background-color:#5c6bc0 !important}.indigo-text.text-lighten-1{color:#5c6bc0 !important}.indigo{background-color:#3f51b5 !important}.indigo-text{color:#3f51b5 !important}.indigo.darken-1{background-color:#3949ab !important}.indigo-text.text-darken-1{color:#3949ab !important}.indigo.darken-2{background-color:#303f9f !important}.indigo-text.text-darken-2{color:#303f9f !important}.indigo.darken-3{background-color:#283593 !important}.indigo-text.text-darken-3{color:#283593 !important}.indigo.darken-4{background-color:#1a237e !important}.indigo-text.text-darken-4{color:#1a237e !important}.indigo.accent-1{background-color:#8c9eff !important}.indigo-text.text-accent-1{color:#8c9eff !important}.indigo.accent-2{background-color:#536dfe !important}.indigo-text.text-accent-2{color:#536dfe !important}.indigo.accent-3{background-color:#3d5afe !important}.indigo-text.text-accent-3{color:#3d5afe !important}.indigo.accent-4{background-color:#304ffe !important}.indigo-text.text-accent-4{color:#304ffe !important}.blue.lighten-5{background-color:#E3F2FD !important}.blue-text.text-lighten-5{color:#E3F2FD !important}.blue.lighten-4{background-color:#BBDEFB !important}.blue-text.text-lighten-4{color:#BBDEFB !important}.blue.lighten-3{background-color:#90CAF9 !important}.blue-text.text-lighten-3{color:#90CAF9 !important}.blue.lighten-2{background-color:#64B5F6 !important}.blue-text.text-lighten-2{color:#64B5F6 !important}.blue.lighten-1{background-color:#42A5F5 !important}.blue-text.text-lighten-1{color:#42A5F5 !important}.blue{background-color:#2196F3 !important}.blue-text{color:#2196F3 !important}.blue.darken-1{background-color:#1E88E5 !important}.blue-text.text-darken-1{color:#1E88E5 !important}.blue.darken-2{background-color:#1976D2 !important}.blue-text.text-darken-2{color:#1976D2 !important}.blue.darken-3{background-color:#1565C0 !important}.blue-text.text-darken-3{color:#1565C0 !important}.blue.darken-4{background-color:#0D47A1 !important}.blue-text.text-darken-4{color:#0D47A1 !important}.blue.accent-1{background-color:#82B1FF !important}.blue-text.text-accent-1{color:#82B1FF !important}.blue.accent-2{background-color:#448AFF !important}.blue-text.text-accent-2{color:#448AFF !important}.blue.accent-3{background-color:#2979FF !important}.blue-text.text-accent-3{color:#2979FF !important}.blue.accent-4{background-color:#2962FF !important}.blue-text.text-accent-4{color:#2962FF !important}.light-blue.lighten-5{background-color:#e1f5fe !important}.light-blue-text.text-lighten-5{color:#e1f5fe !important}.light-blue.lighten-4{background-color:#b3e5fc !important}.light-blue-text.text-lighten-4{color:#b3e5fc !important}.light-blue.lighten-3{background-color:#81d4fa !important}.light-blue-text.text-lighten-3{color:#81d4fa !important}.light-blue.lighten-2{background-color:#4fc3f7 !important}.light-blue-text.text-lighten-2{color:#4fc3f7 !important}.light-blue.lighten-1{background-color:#29b6f6 !important}.light-blue-text.text-lighten-1{color:#29b6f6 !important}.light-blue{background-color:#03a9f4 !important}.light-blue-text{color:#03a9f4 !important}.light-blue.darken-1{background-color:#039be5 !important}.light-blue-text.text-darken-1{color:#039be5 !important}.light-blue.darken-2{background-color:#0288d1 !important}.light-blue-text.text-darken-2{color:#0288d1 !important}.light-blue.darken-3{background-color:#0277bd !important}.light-blue-text.text-darken-3{color:#0277bd !important}.light-blue.darken-4{background-color:#01579b !important}.light-blue-text.text-darken-4{color:#01579b !important}.light-blue.accent-1{background-color:#80d8ff !important}.light-blue-text.text-accent-1{color:#80d8ff !important}.light-blue.accent-2{background-color:#40c4ff !important}.light-blue-text.text-accent-2{color:#40c4ff !important}.light-blue.accent-3{background-color:#00b0ff !important}.light-blue-text.text-accent-3{color:#00b0ff !important}.light-blue.accent-4{background-color:#0091ea !important}.light-blue-text.text-accent-4{color:#0091ea !important}.cyan.lighten-5{background-color:#e0f7fa !important}.cyan-text.text-lighten-5{color:#e0f7fa !important}.cyan.lighten-4{background-color:#b2ebf2 !important}.cyan-text.text-lighten-4{color:#b2ebf2 !important}.cyan.lighten-3{background-color:#80deea !important}.cyan-text.text-lighten-3{color:#80deea !important}.cyan.lighten-2{background-color:#4dd0e1 !important}.cyan-text.text-lighten-2{color:#4dd0e1 !important}.cyan.lighten-1{background-color:#26c6da !important}.cyan-text.text-lighten-1{color:#26c6da !important}.cyan{background-color:#00bcd4 !important}.cyan-text{color:#00bcd4 !important}.cyan.darken-1{background-color:#00acc1 !important}.cyan-text.text-darken-1{color:#00acc1 !important}.cyan.darken-2{background-color:#0097a7 !important}.cyan-text.text-darken-2{color:#0097a7 !important}.cyan.darken-3{background-color:#00838f !important}.cyan-text.text-darken-3{color:#00838f !important}.cyan.darken-4{background-color:#006064 !important}.cyan-text.text-darken-4{color:#006064 !important}.cyan.accent-1{background-color:#84ffff !important}.cyan-text.text-accent-1{color:#84ffff !important}.cyan.accent-2{background-color:#18ffff !important}.cyan-text.text-accent-2{color:#18ffff !important}.cyan.accent-3{background-color:#00e5ff !important}.cyan-text.text-accent-3{color:#00e5ff !important}.cyan.accent-4{background-color:#00b8d4 !important}.cyan-text.text-accent-4{color:#00b8d4 !important}.teal.lighten-5{background-color:#e0f2f1 !important}.teal-text.text-lighten-5{color:#e0f2f1 !important}.teal.lighten-4{background-color:#b2dfdb !important}.teal-text.text-lighten-4{color:#b2dfdb !important}.teal.lighten-3{background-color:#80cbc4 !important}.teal-text.text-lighten-3{color:#80cbc4 !important}.teal.lighten-2{background-color:#4db6ac !important}.teal-text.text-lighten-2{color:#4db6ac !important}.teal.lighten-1{background-color:#26a69a !important}.teal-text.text-lighten-1{color:#26a69a !important}.teal{background-color:#009688 !important}.teal-text{color:#009688 !important}.teal.darken-1{background-color:#00897b !important}.teal-text.text-darken-1{color:#00897b !important}.teal.darken-2{background-color:#00796b !important}.teal-text.text-darken-2{color:#00796b !important}.teal.darken-3{background-color:#00695c !important}.teal-text.text-darken-3{color:#00695c !important}.teal.darken-4{background-color:#004d40 !important}.teal-text.text-darken-4{color:#004d40 !important}.teal.accent-1{background-color:#a7ffeb !important}.teal-text.text-accent-1{color:#a7ffeb !important}.teal.accent-2{background-color:#64ffda !important}.teal-text.text-accent-2{color:#64ffda !important}.teal.accent-3{background-color:#1de9b6 !important}.teal-text.text-accent-3{color:#1de9b6 !important}.teal.accent-4{background-color:#00bfa5 !important}.teal-text.text-accent-4{color:#00bfa5 !important}.green.lighten-5{background-color:#E8F5E9 !important}.green-text.text-lighten-5{color:#E8F5E9 !important}.green.lighten-4{background-color:#C8E6C9 !important}.green-text.text-lighten-4{color:#C8E6C9 !important}.green.lighten-3{background-color:#A5D6A7 !important}.green-text.text-lighten-3{color:#A5D6A7 !important}.green.lighten-2{background-color:#81C784 !important}.green-text.text-lighten-2{color:#81C784 !important}.green.lighten-1{background-color:#66BB6A !important}.green-text.text-lighten-1{color:#66BB6A !important}.green{background-color:#4CAF50 !important}.green-text{color:#4CAF50 !important}.green.darken-1{background-color:#43A047 !important}.green-text.text-darken-1{color:#43A047 !important}.green.darken-2{background-color:#388E3C !important}.green-text.text-darken-2{color:#388E3C !important}.green.darken-3{background-color:#2E7D32 !important}.green-text.text-darken-3{color:#2E7D32 !important}.green.darken-4{background-color:#1B5E20 !important}.green-text.text-darken-4{color:#1B5E20 !important}.green.accent-1{background-color:#B9F6CA !important}.green-text.text-accent-1{color:#B9F6CA !important}.green.accent-2{background-color:#69F0AE !important}.green-text.text-accent-2{color:#69F0AE !important}.green.accent-3{background-color:#00E676 !important}.green-text.text-accent-3{color:#00E676 !important}.green.accent-4{background-color:#00C853 !important}.green-text.text-accent-4{color:#00C853 !important}.light-green.lighten-5{background-color:#f1f8e9 !important}.light-green-text.text-lighten-5{color:#f1f8e9 !important}.light-green.lighten-4{background-color:#dcedc8 !important}.light-green-text.text-lighten-4{color:#dcedc8 !important}.light-green.lighten-3{background-color:#c5e1a5 !important}.light-green-text.text-lighten-3{color:#c5e1a5 !important}.light-green.lighten-2{background-color:#aed581 !important}.light-green-text.text-lighten-2{color:#aed581 !important}.light-green.lighten-1{background-color:#9ccc65 !important}.light-green-text.text-lighten-1{color:#9ccc65 !important}.light-green{background-color:#8bc34a !important}.light-green-text{color:#8bc34a !important}.light-green.darken-1{background-color:#7cb342 !important}.light-green-text.text-darken-1{color:#7cb342 !important}.light-green.darken-2{background-color:#689f38 !important}.light-green-text.text-darken-2{color:#689f38 !important}.light-green.darken-3{background-color:#558b2f !important}.light-green-text.text-darken-3{color:#558b2f !important}.light-green.darken-4{background-color:#33691e !important}.light-green-text.text-darken-4{color:#33691e !important}.light-green.accent-1{background-color:#ccff90 !important}.light-green-text.text-accent-1{color:#ccff90 !important}.light-green.accent-2{background-color:#b2ff59 !important}.light-green-text.text-accent-2{color:#b2ff59 !important}.light-green.accent-3{background-color:#76ff03 !important}.light-green-text.text-accent-3{color:#76ff03 !important}.light-green.accent-4{background-color:#64dd17 !important}.light-green-text.text-accent-4{color:#64dd17 !important}.lime.lighten-5{background-color:#f9fbe7 !important}.lime-text.text-lighten-5{color:#f9fbe7 !important}.lime.lighten-4{background-color:#f0f4c3 !important}.lime-text.text-lighten-4{color:#f0f4c3 !important}.lime.lighten-3{background-color:#e6ee9c !important}.lime-text.text-lighten-3{color:#e6ee9c !important}.lime.lighten-2{background-color:#dce775 !important}.lime-text.text-lighten-2{color:#dce775 !important}.lime.lighten-1{background-color:#d4e157 !important}.lime-text.text-lighten-1{color:#d4e157 !important}.lime{background-color:#cddc39 !important}.lime-text{color:#cddc39 !important}.lime.darken-1{background-color:#c0ca33 !important}.lime-text.text-darken-1{color:#c0ca33 !important}.lime.darken-2{background-color:#afb42b !important}.lime-text.text-darken-2{color:#afb42b !important}.lime.darken-3{background-color:#9e9d24 !important}.lime-text.text-darken-3{color:#9e9d24 !important}.lime.darken-4{background-color:#827717 !important}.lime-text.text-darken-4{color:#827717 !important}.lime.accent-1{background-color:#f4ff81 !important}.lime-text.text-accent-1{color:#f4ff81 !important}.lime.accent-2{background-color:#eeff41 !important}.lime-text.text-accent-2{color:#eeff41 !important}.lime.accent-3{background-color:#c6ff00 !important}.lime-text.text-accent-3{color:#c6ff00 !important}.lime.accent-4{background-color:#aeea00 !important}.lime-text.text-accent-4{color:#aeea00 !important}.yellow.lighten-5{background-color:#fffde7 !important}.yellow-text.text-lighten-5{color:#fffde7 !important}.yellow.lighten-4{background-color:#fff9c4 !important}.yellow-text.text-lighten-4{color:#fff9c4 !important}.yellow.lighten-3{background-color:#fff59d !important}.yellow-text.text-lighten-3{color:#fff59d !important}.yellow.lighten-2{background-color:#fff176 !important}.yellow-text.text-lighten-2{color:#fff176 !important}.yellow.lighten-1{background-color:#ffee58 !important}.yellow-text.text-lighten-1{color:#ffee58 !important}.yellow{background-color:#ffeb3b !important}.yellow-text{color:#ffeb3b !important}.yellow.darken-1{background-color:#fdd835 !important}.yellow-text.text-darken-1{color:#fdd835 !important}.yellow.darken-2{background-color:#fbc02d !important}.yellow-text.text-darken-2{color:#fbc02d !important}.yellow.darken-3{background-color:#f9a825 !important}.yellow-text.text-darken-3{color:#f9a825 !important}.yellow.darken-4{background-color:#f57f17 !important}.yellow-text.text-darken-4{color:#f57f17 !important}.yellow.accent-1{background-color:#ffff8d !important}.yellow-text.text-accent-1{color:#ffff8d !important}.yellow.accent-2{background-color:#ffff00 !important}.yellow-text.text-accent-2{color:#ffff00 !important}.yellow.accent-3{background-color:#ffea00 !important}.yellow-text.text-accent-3{color:#ffea00 !important}.yellow.accent-4{background-color:#ffd600 !important}.yellow-text.text-accent-4{color:#ffd600 !important}.amber.lighten-5{background-color:#fff8e1 !important}.amber-text.text-lighten-5{color:#fff8e1 !important}.amber.lighten-4{background-color:#ffecb3 !important}.amber-text.text-lighten-4{color:#ffecb3 !important}.amber.lighten-3{background-color:#ffe082 !important}.amber-text.text-lighten-3{color:#ffe082 !important}.amber.lighten-2{background-color:#ffd54f !important}.amber-text.text-lighten-2{color:#ffd54f !important}.amber.lighten-1{background-color:#ffca28 !important}.amber-text.text-lighten-1{color:#ffca28 !important}.amber{background-color:#ffc107 !important}.amber-text{color:#ffc107 !important}.amber.darken-1{background-color:#ffb300 !important}.amber-text.text-darken-1{color:#ffb300 !important}.amber.darken-2{background-color:#ffa000 !important}.amber-text.text-darken-2{color:#ffa000 !important}.amber.darken-3{background-color:#ff8f00 !important}.amber-text.text-darken-3{color:#ff8f00 !important}.amber.darken-4{background-color:#ff6f00 !important}.amber-text.text-darken-4{color:#ff6f00 !important}.amber.accent-1{background-color:#ffe57f !important}.amber-text.text-accent-1{color:#ffe57f !important}.amber.accent-2{background-color:#ffd740 !important}.amber-text.text-accent-2{color:#ffd740 !important}.amber.accent-3{background-color:#ffc400 !important}.amber-text.text-accent-3{color:#ffc400 !important}.amber.accent-4{background-color:#ffab00 !important}.amber-text.text-accent-4{color:#ffab00 !important}.orange.lighten-5{background-color:#fff3e0 !important}.orange-text.text-lighten-5{color:#fff3e0 !important}.orange.lighten-4{background-color:#ffe0b2 !important}.orange-text.text-lighten-4{color:#ffe0b2 !important}.orange.lighten-3{background-color:#ffcc80 !important}.orange-text.text-lighten-3{color:#ffcc80 !important}.orange.lighten-2{background-color:#ffb74d !important}.orange-text.text-lighten-2{color:#ffb74d !important}.orange.lighten-1{background-color:#ffa726 !important}.orange-text.text-lighten-1{color:#ffa726 !important}.orange{background-color:#ff9800 !important}.orange-text{color:#ff9800 !important}.orange.darken-1{background-color:#fb8c00 !important}.orange-text.text-darken-1{color:#fb8c00 !important}.orange.darken-2{background-color:#f57c00 !important}.orange-text.text-darken-2{color:#f57c00 !important}.orange.darken-3{background-color:#ef6c00 !important}.orange-text.text-darken-3{color:#ef6c00 !important}.orange.darken-4{background-color:#e65100 !important}.orange-text.text-darken-4{color:#e65100 !important}.orange.accent-1{background-color:#ffd180 !important}.orange-text.text-accent-1{color:#ffd180 !important}.orange.accent-2{background-color:#ffab40 !important}.orange-text.text-accent-2{color:#ffab40 !important}.orange.accent-3{background-color:#ff9100 !important}.orange-text.text-accent-3{color:#ff9100 !important}.orange.accent-4{background-color:#ff6d00 !important}.orange-text.text-accent-4{color:#ff6d00 !important}.deep-orange.lighten-5{background-color:#fbe9e7 !important}.deep-orange-text.text-lighten-5{color:#fbe9e7 !important}.deep-orange.lighten-4{background-color:#ffccbc !important}.deep-orange-text.text-lighten-4{color:#ffccbc !important}.deep-orange.lighten-3{background-color:#ffab91 !important}.deep-orange-text.text-lighten-3{color:#ffab91 !important}.deep-orange.lighten-2{background-color:#ff8a65 !important}.deep-orange-text.text-lighten-2{color:#ff8a65 !important}.deep-orange.lighten-1{background-color:#ff7043 !important}.deep-orange-text.text-lighten-1{color:#ff7043 !important}.deep-orange{background-color:#ff5722 !important}.deep-orange-text{color:#ff5722 !important}.deep-orange.darken-1{background-color:#f4511e !important}.deep-orange-text.text-darken-1{color:#f4511e !important}.deep-orange.darken-2{background-color:#e64a19 !important}.deep-orange-text.text-darken-2{color:#e64a19 !important}.deep-orange.darken-3{background-color:#d84315 !important}.deep-orange-text.text-darken-3{color:#d84315 !important}.deep-orange.darken-4{background-color:#bf360c !important}.deep-orange-text.text-darken-4{color:#bf360c !important}.deep-orange.accent-1{background-color:#ff9e80 !important}.deep-orange-text.text-accent-1{color:#ff9e80 !important}.deep-orange.accent-2{background-color:#ff6e40 !important}.deep-orange-text.text-accent-2{color:#ff6e40 !important}.deep-orange.accent-3{background-color:#ff3d00 !important}.deep-orange-text.text-accent-3{color:#ff3d00 !important}.deep-orange.accent-4{background-color:#dd2c00 !important}.deep-orange-text.text-accent-4{color:#dd2c00 !important}.brown.lighten-5{background-color:#efebe9 !important}.brown-text.text-lighten-5{color:#efebe9 !important}.brown.lighten-4{background-color:#d7ccc8 !important}.brown-text.text-lighten-4{color:#d7ccc8 !important}.brown.lighten-3{background-color:#bcaaa4 !important}.brown-text.text-lighten-3{color:#bcaaa4 !important}.brown.lighten-2{background-color:#a1887f !important}.brown-text.text-lighten-2{color:#a1887f !important}.brown.lighten-1{background-color:#8d6e63 !important}.brown-text.text-lighten-1{color:#8d6e63 !important}.brown{background-color:#795548 !important}.brown-text{color:#795548 !important}.brown.darken-1{background-color:#6d4c41 !important}.brown-text.text-darken-1{color:#6d4c41 !important}.brown.darken-2{background-color:#5d4037 !important}.brown-text.text-darken-2{color:#5d4037 !important}.brown.darken-3{background-color:#4e342e !important}.brown-text.text-darken-3{color:#4e342e !important}.brown.darken-4{background-color:#3e2723 !important}.brown-text.text-darken-4{color:#3e2723 !important}.blue-grey.lighten-5{background-color:#eceff1 !important}.blue-grey-text.text-lighten-5{color:#eceff1 !important}.blue-grey.lighten-4{background-color:#cfd8dc !important}.blue-grey-text.text-lighten-4{color:#cfd8dc !important}.blue-grey.lighten-3{background-color:#b0bec5 !important}.blue-grey-text.text-lighten-3{color:#b0bec5 !important}.blue-grey.lighten-2{background-color:#90a4ae !important}.blue-grey-text.text-lighten-2{color:#90a4ae !important}.blue-grey.lighten-1{background-color:#78909c !important}.blue-grey-text.text-lighten-1{color:#78909c !important}.blue-grey{background-color:#607d8b !important}.blue-grey-text{color:#607d8b !important}.blue-grey.darken-1{background-color:#546e7a !important}.blue-grey-text.text-darken-1{color:#546e7a !important}.blue-grey.darken-2{background-color:#455a64 !important}.blue-grey-text.text-darken-2{color:#455a64 !important}.blue-grey.darken-3{background-color:#37474f !important}.blue-grey-text.text-darken-3{color:#37474f !important}.blue-grey.darken-4{background-color:#263238 !important}.blue-grey-text.text-darken-4{color:#263238 !important}.grey.lighten-5{background-color:#fafafa !important}.grey-text.text-lighten-5{color:#fafafa !important}.grey.lighten-4{background-color:#f5f5f5 !important}.grey-text.text-lighten-4{color:#f5f5f5 !important}.grey.lighten-3{background-color:#eeeeee !important}.grey-text.text-lighten-3{color:#eeeeee !important}.grey.lighten-2{background-color:#e0e0e0 !important}.grey-text.text-lighten-2{color:#e0e0e0 !important}.grey.lighten-1{background-color:#bdbdbd !important}.grey-text.text-lighten-1{color:#bdbdbd !important}.grey{background-color:#9e9e9e !important}.grey-text{color:#9e9e9e !important}.grey.darken-1{background-color:#757575 !important}.grey-text.text-darken-1{color:#757575 !important}.grey.darken-2{background-color:#616161 !important}.grey-text.text-darken-2{color:#616161 !important}.grey.darken-3{background-color:#424242 !important}.grey-text.text-darken-3{color:#424242 !important}.grey.darken-4{background-color:#212121 !important}.grey-text.text-darken-4{color:#212121 !important}.shades.black{background-color:#000000 !important}.shades-text.text-black{color:#000000 !important}.shades.white{background-color:#FFFFFF !important}.shades-text.text-white{color:#FFFFFF !important}.shades.transparent{background-color:transparent !important}.shades-text.text-transparent{color:transparent !important}.black{background-color:#000000 !important}.black-text{color:#000000 !important}.white{background-color:#FFFFFF !important}.white-text{color:#FFFFFF !important}.transparent{background-color:transparent !important}.transparent-text{color:transparent !important}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}html input[type="button"],button,input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}ul{list-style-type:none}a{color:#039be5;text-decoration:none;-webkit-tap-highlight-color:transparent}.valign-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.valign-wrapper .valign{display:block}ul{padding:0}ul li{list-style-type:none}.clearfix{clear:both}.z-depth-0{box-shadow:none !important}.z-depth-1,nav,.card-panel,.card,.toast,.btn,.btn-large,.btn-floating,.dropdown-content,.collapsible,.side-nav{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}.z-depth-1-half,.btn:hover,.btn-large:hover,.btn-floating:hover{box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)}.z-depth-2{box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.z-depth-3{box-shadow:0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)}.z-depth-4,.modal{box-shadow:0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)}.z-depth-5{box-shadow:0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)}.hoverable:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.divider{height:1px;overflow:hidden;background-color:#e0e0e0}blockquote{margin:20px 0;padding-left:1.5rem;border-left:5px solid #ee6e73}i{line-height:inherit}i.left{float:left;margin-right:15px}i.right{float:right;margin-left:15px}i.tiny{font-size:1rem}i.small{font-size:2rem}i.medium{font-size:4rem}i.large{font-size:6rem}img.responsive-img,video.responsive-video{max-width:100%;height:auto}.pagination li{display:inline-block;font-size:1.2rem;padding:0 10px;line-height:30px;border-radius:2px;text-align:center}.pagination li a{color:#444}.pagination li.active a{color:#fff}.pagination li.active{background-color:#ee6e73}.pagination li.disabled a{cursor:default;color:#999}.pagination li i{font-size:2.2rem;vertical-align:middle}.pagination li.pages ul li{display:inline-block;float:none}@media only screen and (max-width : 992px){.pagination{width:100%}.pagination li.prev,.pagination li.next{width:10%}.pagination li.pages{width:80%;overflow:hidden;white-space:nowrap}}.breadcrumb{font-size:18px;color:rgba(255,255,255,0.7)}.breadcrumb:before{content:'\E5CC';color:rgba(255,255,255,0.7);vertical-align:top;display:inline-block;font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:25px;margin:0 10px 0 8px;-webkit-font-smoothing:antialiased}.breadcrumb:first-child:before{display:none}.breadcrumb:last-child{color:#fff}.parallax-container{position:relative;overflow:hidden;height:500px}.parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.parallax img{display:none;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);transform:translateX(-50%)}.pin-top,.pin-bottom{position:relative}.pinned{position:fixed !important}ul.staggered-list li{opacity:0}.fade-in{opacity:0;transform-origin:0 50%}@media only screen and (max-width : 600px){.hide-on-small-only,.hide-on-small-and-down{display:none !important;}}@media only screen and (max-width : 992px){.hide-on-med-and-down{display:none !important;}}@media only screen and (min-width : 601px){.hide-on-med-and-up{display:none !important;}}@media only screen and (min-width: 600px) and (max-width: 992px){.hide-on-med-only{display:none !important;}}@media only screen and (min-width : 993px){.hide-on-large-only{display:none !important;}}@media only screen and (min-width : 993px){.show-on-large{display:initial !important;}}@media only screen and (min-width: 600px) and (max-width: 992px){.show-on-medium{display:initial !important;}}@media only screen and (max-width : 600px){.show-on-small{display:initial !important;}}@media only screen and (min-width : 601px){.show-on-medium-and-up{display:initial !important;}}@media only screen and (max-width : 992px){.show-on-medium-and-down{display:initial !important;}}@media only screen and (max-width : 600px){.center-on-small-only{text-align:center;}}footer.page-footer{margin-top:20px;padding-top:20px;background-color:#ee6e73}footer.page-footer .footer-copyright{overflow:hidden;height:50px;line-height:50px;color:rgba(255,255,255,0.8);background-color:rgba(51,51,51,0.08)}table,th,td{border:none}table{width:100%;display:table}table.bordered>thead>tr,table.bordered>tbody>tr{border-bottom:1px solid #d0d0d0}table.striped>tbody>tr:nth-child(odd){background-color:#f2f2f2}table.striped>tbody>tr>td{border-radius:0px}table.highlight>tbody>tr{-webkit-transition:background-color .25s ease;-moz-transition:background-color .25s ease;-o-transition:background-color .25s ease;-ms-transition:background-color .25s ease;transition:background-color .25s ease}table.highlight>tbody>tr:hover{background-color:#f2f2f2}table.centered thead tr th,table.centered tbody tr td{text-align:center}thead{border-bottom:1px solid #d0d0d0}td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle;border-radius:2px}@media only screen and (max-width : 992px){table.responsive-table{width:100%;border-collapse:collapse;border-spacing:0;display:block;position:relative}table.responsive-table th,table.responsive-table td{margin:0;vertical-align:top}table.responsive-table th{text-align:left}table.responsive-table thead{display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th::before{content:"\00a0"}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}table.responsive-table tbody tr{display:inline-block;vertical-align:top}table.responsive-table th{display:block;text-align:right}table.responsive-table td{display:block;min-height:1.25em;text-align:left}table.responsive-table tr{padding:0 10px}table.responsive-table thead{border:0;border-right:1px solid #d0d0d0}table.responsive-table.bordered th{border-bottom:0;border-left:0}table.responsive-table.bordered td{border-left:0;border-right:0;border-bottom:0}table.responsive-table.bordered tr{border:0}table.responsive-table.bordered tbody tr{border-right:1px solid #d0d0d0}}.collection{margin:0.5rem 0 1rem 0;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;position:relative}.collection .collection-item{background-color:#fff;line-height:1.5rem;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0}.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative}.collection .collection-item.avatar .circle{position:absolute;width:42px;height:42px;overflow:hidden;left:15px;display:inline-block;vertical-align:middle}.collection .collection-item.avatar i.circle{font-size:18px;line-height:42px;color:#fff;background-color:#999;text-align:center}.collection .collection-item.avatar .title{font-size:16px}.collection .collection-item.avatar p{margin:0}.collection .collection-item.avatar .secondary-content{position:absolute;top:16px;right:16px}.collection .collection-item:last-child{border-bottom:none}.collection .collection-item.active{background-color:#26a69a;color:#eafaf9}.collection .collection-item.active .secondary-content{color:#fff}.collection a.collection-item{display:block;-webkit-transition:0.25s;-moz-transition:0.25s;-o-transition:0.25s;-ms-transition:0.25s;transition:0.25s;color:#26a69a}.collection a.collection-item:not(.active):hover{background-color:#ddd}.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px}.collection.with-header .collection-item{padding-left:30px}.collection.with-header .collection-item.avatar{padding-left:72px}.secondary-content{float:right;color:#26a69a}.collapsible .collection{margin:0;border:none}span.badge{min-width:3rem;padding:0 6px;text-align:center;font-size:1rem;line-height:inherit;color:#757575;position:absolute;right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}span.badge.new{font-weight:300;font-size:0.8rem;color:#fff;background-color:#26a69a;border-radius:2px}span.badge.new:after{content:" new"}nav ul a span.badge{position:static;margin-left:4px;line-height:0}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:0.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;background-color:inherit;top:0;left:0;bottom:0;background-color:#26a69a;-webkit-transition:width .3s linear;-moz-transition:width .3s linear;-o-transition:width .3s linear;-ms-transition:width .3s linear;transition:width .3s linear}.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;-moz-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;-ms-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;-o-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.progress .indeterminate:after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-moz-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-ms-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-o-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-ms-animation-delay:1.15s;-o-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-moz-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@-moz-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}.hide{display:none !important}.left-align{text-align:left}.right-align{text-align:right}.center,.center-align{text-align:center}.left{float:left !important}.right{float:right !important}.no-select,input[type=range],input[type=range]+.thumb{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{display:block;margin-left:auto;margin-right:auto}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-padding{padding:0 !important}@font-face{font-family:"Material-Design-Icons";src:url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"),url("../font/material-design-icons/Material-Design-Icons.woff2") format("woff2"),url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"),url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"),url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");font-weight:normal;font-style:normal;}[class^="mdi-"],[class*="mdi-"]{speak:none;display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}[class^="mdi-"]:before,[class*="mdi-"]:before{display:inline-block;speak:none;text-decoration:inherit}[class^="mdi-"].pull-left,[class*="mdi-"].pull-left{margin-right:.3em}[class^="mdi-"].pull-right,[class*="mdi-"].pull-right{margin-left:.3em}[class^="mdi-"].mdi-lg:before,[class^="mdi-"].mdi-lg:after,[class*="mdi-"].mdi-lg:before,[class*="mdi-"].mdi-lg:after{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}[class^="mdi-"].mdi-2x:before,[class^="mdi-"].mdi-2x:after,[class*="mdi-"].mdi-2x:before,[class*="mdi-"].mdi-2x:after{font-size:2em}[class^="mdi-"].mdi-3x:before,[class^="mdi-"].mdi-3x:after,[class*="mdi-"].mdi-3x:before,[class*="mdi-"].mdi-3x:after{font-size:3em}[class^="mdi-"].mdi-4x:before,[class^="mdi-"].mdi-4x:after,[class*="mdi-"].mdi-4x:before,[class*="mdi-"].mdi-4x:after{font-size:4em}[class^="mdi-"].mdi-5x:before,[class^="mdi-"].mdi-5x:after,[class*="mdi-"].mdi-5x:before,[class*="mdi-"].mdi-5x:after{font-size:5em}[class^="mdi-device-signal-cellular-"]:after,[class^="mdi-device-battery-"]:after,[class^="mdi-device-battery-charging-"]:after,[class^="mdi-device-signal-cellular-connected-no-internet-"]:after,[class^="mdi-device-signal-wifi-"]:after,[class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,.mdi-device-network-wifi:after{opacity:.3;position:absolute;left:0;top:0;z-index:1;display:inline-block;speak:none;text-decoration:inherit}[class^="mdi-device-signal-cellular-"]:after{content:"\e758"}[class^="mdi-device-battery-"]:after{content:"\e735"}[class^="mdi-device-battery-charging-"]:after{content:"\e733"}[class^="mdi-device-signal-cellular-connected-no-internet-"]:after{content:"\e75d"}[class^="mdi-device-signal-wifi-"]:after,.mdi-device-network-wifi:after{content:"\e765"}[class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after{content:"\e8f7"}.mdi-device-signal-cellular-off:after,.mdi-device-signal-cellular-null:after,.mdi-device-signal-cellular-no-sim:after,.mdi-device-signal-wifi-off:after,.mdi-device-signal-wifi-4-bar:after,.mdi-device-signal-cellular-4-bar:after,.mdi-device-battery-alert:after,.mdi-device-signal-cellular-connected-no-internet-4-bar:after,.mdi-device-battery-std:after,.mdi-device-battery-full .mdi-device-battery-unknown:after{content:""}.mdi-fw{width:1.28571429em;text-align:center}.mdi-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.mdi-ul>li{position:relative}.mdi-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.mdi-li.mdi-lg{left:-1.85714286em}.mdi-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.mdi-spin{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.mdi-pulse{-webkit-animation:mdi-spin 1s steps(8) infinite;animation:mdi-spin 1s steps(8) infinite;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mdi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.mdi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .mdi-rotate-90,:root .mdi-rotate-180,:root .mdi-rotate-270,:root .mdi-flip-horizontal,:root .mdi-flip-vertical{filter:none}.mdi-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mdi-stack-1x,.mdi-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mdi-stack-1x{line-height:inherit}.mdi-stack-2x{font-size:2em}.mdi-inverse{color:#ffffff}.mdi-action-3d-rotation:before{content:"\e600"}.mdi-action-accessibility:before{content:"\e601"}.mdi-action-account-balance-wallet:before{content:"\e602"}.mdi-action-account-balance:before{content:"\e603"}.mdi-action-account-box:before{content:"\e604"}.mdi-action-account-child:before{content:"\e605"}.mdi-action-account-circle:before{content:"\e606"}.mdi-action-add-shopping-cart:before{content:"\e607"}.mdi-action-alarm-add:before{content:"\e608"}.mdi-action-alarm-off:before{content:"\e609"}.mdi-action-alarm-on:before{content:"\e60a"}.mdi-action-alarm:before{content:"\e60b"}.mdi-action-android:before{content:"\e60c"}.mdi-action-announcement:before{content:"\e60d"}.mdi-action-aspect-ratio:before{content:"\e60e"}.mdi-action-assessment:before{content:"\e60f"}.mdi-action-assignment-ind:before{content:"\e610"}.mdi-action-assignment-late:before{content:"\e611"}.mdi-action-assignment-return:before{content:"\e612"}.mdi-action-assignment-returned:before{content:"\e613"}.mdi-action-assignment-turned-in:before{content:"\e614"}.mdi-action-assignment:before{content:"\e615"}.mdi-action-autorenew:before{content:"\e616"}.mdi-action-backup:before{content:"\e617"}.mdi-action-book:before{content:"\e618"}.mdi-action-bookmark-outline:before{content:"\e619"}.mdi-action-bookmark:before{content:"\e61a"}.mdi-action-bug-report:before{content:"\e61b"}.mdi-action-cached:before{content:"\e61c"}.mdi-action-check-circle:before{content:"\e61d"}.mdi-action-class:before{content:"\e61e"}.mdi-action-credit-card:before{content:"\e61f"}.mdi-action-dashboard:before{content:"\e620"}.mdi-action-delete:before{content:"\e621"}.mdi-action-description:before{content:"\e622"}.mdi-action-dns:before{content:"\e623"}.mdi-action-done-all:before{content:"\e624"}.mdi-action-done:before{content:"\e625"}.mdi-action-event:before{content:"\e626"}.mdi-action-exit-to-app:before{content:"\e627"}.mdi-action-explore:before{content:"\e628"}.mdi-action-extension:before{content:"\e629"}.mdi-action-face-unlock:before{content:"\e62a"}.mdi-action-favorite-outline:before{content:"\e62b"}.mdi-action-favorite:before{content:"\e62c"}.mdi-action-find-in-page:before{content:"\e62d"}.mdi-action-find-replace:before{content:"\e62e"}.mdi-action-flip-to-back:before{content:"\e62f"}.mdi-action-flip-to-front:before{content:"\e630"}.mdi-action-get-app:before{content:"\e631"}.mdi-action-grade:before{content:"\e632"}.mdi-action-group-work:before{content:"\e633"}.mdi-action-help:before{content:"\e634"}.mdi-action-highlight-remove:before{content:"\e635"}.mdi-action-history:before{content:"\e636"}.mdi-action-home:before{content:"\e637"}.mdi-action-https:before{content:"\e638"}.mdi-action-info-outline:before{content:"\e639"}.mdi-action-info:before{content:"\e63a"}.mdi-action-input:before{content:"\e63b"}.mdi-action-invert-colors:before{content:"\e63c"}.mdi-action-label-outline:before{content:"\e63d"}.mdi-action-label:before{content:"\e63e"}.mdi-action-language:before{content:"\e63f"}.mdi-action-launch:before{content:"\e640"}.mdi-action-list:before{content:"\e641"}.mdi-action-lock-open:before{content:"\e642"}.mdi-action-lock-outline:before{content:"\e643"}.mdi-action-lock:before{content:"\e644"}.mdi-action-loyalty:before{content:"\e645"}.mdi-action-markunread-mailbox:before{content:"\e646"}.mdi-action-note-add:before{content:"\e647"}.mdi-action-open-in-browser:before{content:"\e648"}.mdi-action-open-in-new:before{content:"\e649"}.mdi-action-open-with:before{content:"\e64a"}.mdi-action-pageview:before{content:"\e64b"}.mdi-action-payment:before{content:"\e64c"}.mdi-action-perm-camera-mic:before{content:"\e64d"}.mdi-action-perm-contact-cal:before{content:"\e64e"}.mdi-action-perm-data-setting:before{content:"\e64f"}.mdi-action-perm-device-info:before{content:"\e650"}.mdi-action-perm-identity:before{content:"\e651"}.mdi-action-perm-media:before{content:"\e652"}.mdi-action-perm-phone-msg:before{content:"\e653"}.mdi-action-perm-scan-wifi:before{content:"\e654"}.mdi-action-picture-in-picture:before{content:"\e655"}.mdi-action-polymer:before{content:"\e656"}.mdi-action-print:before{content:"\e657"}.mdi-action-query-builder:before{content:"\e658"}.mdi-action-question-answer:before{content:"\e659"}.mdi-action-receipt:before{content:"\e65a"}.mdi-action-redeem:before{content:"\e65b"}.mdi-action-reorder:before{content:"\e65c"}.mdi-action-report-problem:before{content:"\e65d"}.mdi-action-restore:before{content:"\e65e"}.mdi-action-room:before{content:"\e65f"}.mdi-action-schedule:before{content:"\e660"}.mdi-action-search:before{content:"\e661"}.mdi-action-settings-applications:before{content:"\e662"}.mdi-action-settings-backup-restore:before{content:"\e663"}.mdi-action-settings-bluetooth:before{content:"\e664"}.mdi-action-settings-cell:before{content:"\e665"}.mdi-action-settings-display:before{content:"\e666"}.mdi-action-settings-ethernet:before{content:"\e667"}.mdi-action-settings-input-antenna:before{content:"\e668"}.mdi-action-settings-input-component:before{content:"\e669"}.mdi-action-settings-input-composite:before{content:"\e66a"}.mdi-action-settings-input-hdmi:before{content:"\e66b"}.mdi-action-settings-input-svideo:before{content:"\e66c"}.mdi-action-settings-overscan:before{content:"\e66d"}.mdi-action-settings-phone:before{content:"\e66e"}.mdi-action-settings-power:before{content:"\e66f"}.mdi-action-settings-remote:before{content:"\e670"}.mdi-action-settings-voice:before{content:"\e671"}.mdi-action-settings:before{content:"\e672"}.mdi-action-shop-two:before{content:"\e673"}.mdi-action-shop:before{content:"\e674"}.mdi-action-shopping-basket:before{content:"\e675"}.mdi-action-shopping-cart:before{content:"\e676"}.mdi-action-speaker-notes:before{content:"\e677"}.mdi-action-spellcheck:before{content:"\e678"}.mdi-action-star-rate:before{content:"\e679"}.mdi-action-stars:before{content:"\e67a"}.mdi-action-store:before{content:"\e67b"}.mdi-action-subject:before{content:"\e67c"}.mdi-action-supervisor-account:before{content:"\e67d"}.mdi-action-swap-horiz:before{content:"\e67e"}.mdi-action-swap-vert-circle:before{content:"\e67f"}.mdi-action-swap-vert:before{content:"\e680"}.mdi-action-system-update-tv:before{content:"\e681"}.mdi-action-tab-unselected:before{content:"\e682"}.mdi-action-tab:before{content:"\e683"}.mdi-action-theaters:before{content:"\e684"}.mdi-action-thumb-down:before{content:"\e685"}.mdi-action-thumb-up:before{content:"\e686"}.mdi-action-thumbs-up-down:before{content:"\e687"}.mdi-action-toc:before{content:"\e688"}.mdi-action-today:before{content:"\e689"}.mdi-action-track-changes:before{content:"\e68a"}.mdi-action-translate:before{content:"\e68b"}.mdi-action-trending-down:before{content:"\e68c"}.mdi-action-trending-neutral:before{content:"\e68d"}.mdi-action-trending-up:before{content:"\e68e"}.mdi-action-turned-in-not:before{content:"\e68f"}.mdi-action-turned-in:before{content:"\e690"}.mdi-action-verified-user:before{content:"\e691"}.mdi-action-view-agenda:before{content:"\e692"}.mdi-action-view-array:before{content:"\e693"}.mdi-action-view-carousel:before{content:"\e694"}.mdi-action-view-column:before{content:"\e695"}.mdi-action-view-day:before{content:"\e696"}.mdi-action-view-headline:before{content:"\e697"}.mdi-action-view-list:before{content:"\e698"}.mdi-action-view-module:before{content:"\e699"}.mdi-action-view-quilt:before{content:"\e69a"}.mdi-action-view-stream:before{content:"\e69b"}.mdi-action-view-week:before{content:"\e69c"}.mdi-action-visibility-off:before{content:"\e69d"}.mdi-action-visibility:before{content:"\e69e"}.mdi-action-wallet-giftcard:before{content:"\e69f"}.mdi-action-wallet-membership:before{content:"\e6a0"}.mdi-action-wallet-travel:before{content:"\e6a1"}.mdi-action-work:before{content:"\e6a2"}.mdi-alert-error:before{content:"\e6a3"}.mdi-alert-warning:before{content:"\e6a4"}.mdi-av-album:before{content:"\e6a5"}.mdi-av-closed-caption:before{content:"\e6a6"}.mdi-av-equalizer:before{content:"\e6a7"}.mdi-av-explicit:before{content:"\e6a8"}.mdi-av-fast-forward:before{content:"\e6a9"}.mdi-av-fast-rewind:before{content:"\e6aa"}.mdi-av-games:before{content:"\e6ab"}.mdi-av-hearing:before{content:"\e6ac"}.mdi-av-high-quality:before{content:"\e6ad"}.mdi-av-loop:before{content:"\e6ae"}.mdi-av-mic-none:before{content:"\e6af"}.mdi-av-mic-off:before{content:"\e6b0"}.mdi-av-mic:before{content:"\e6b1"}.mdi-av-movie:before{content:"\e6b2"}.mdi-av-my-library-add:before{content:"\e6b3"}.mdi-av-my-library-books:before{content:"\e6b4"}.mdi-av-my-library-music:before{content:"\e6b5"}.mdi-av-new-releases:before{content:"\e6b6"}.mdi-av-not-interested:before{content:"\e6b7"}.mdi-av-pause-circle-fill:before{content:"\e6b8"}.mdi-av-pause-circle-outline:before{content:"\e6b9"}.mdi-av-pause:before{content:"\e6ba"}.mdi-av-play-arrow:before{content:"\e6bb"}.mdi-av-play-circle-fill:before{content:"\e6bc"}.mdi-av-play-circle-outline:before{content:"\e6bd"}.mdi-av-play-shopping-bag:before{content:"\e6be"}.mdi-av-playlist-add:before{content:"\e6bf"}.mdi-av-queue-music:before{content:"\e6c0"}.mdi-av-queue:before{content:"\e6c1"}.mdi-av-radio:before{content:"\e6c2"}.mdi-av-recent-actors:before{content:"\e6c3"}.mdi-av-repeat-one:before{content:"\e6c4"}.mdi-av-repeat:before{content:"\e6c5"}.mdi-av-replay:before{content:"\e6c6"}.mdi-av-shuffle:before{content:"\e6c7"}.mdi-av-skip-next:before{content:"\e6c8"}.mdi-av-skip-previous:before{content:"\e6c9"}.mdi-av-snooze:before{content:"\e6ca"}.mdi-av-stop:before{content:"\e6cb"}.mdi-av-subtitles:before{content:"\e6cc"}.mdi-av-surround-sound:before{content:"\e6cd"}.mdi-av-timer:before{content:"\e6ce"}.mdi-av-video-collection:before{content:"\e6cf"}.mdi-av-videocam-off:before{content:"\e6d0"}.mdi-av-videocam:before{content:"\e6d1"}.mdi-av-volume-down:before{content:"\e6d2"}.mdi-av-volume-mute:before{content:"\e6d3"}.mdi-av-volume-off:before{content:"\e6d4"}.mdi-av-volume-up:before{content:"\e6d5"}.mdi-av-web:before{content:"\e6d6"}.mdi-communication-business:before{content:"\e6d7"}.mdi-communication-call-end:before{content:"\e6d8"}.mdi-communication-call-made:before{content:"\e6d9"}.mdi-communication-call-merge:before{content:"\e6da"}.mdi-communication-call-missed:before{content:"\e6db"}.mdi-communication-call-received:before{content:"\e6dc"}.mdi-communication-call-split:before{content:"\e6dd"}.mdi-communication-call:before{content:"\e6de"}.mdi-communication-chat:before{content:"\e6df"}.mdi-communication-clear-all:before{content:"\e6e0"}.mdi-communication-comment:before{content:"\e6e1"}.mdi-communication-contacts:before{content:"\e6e2"}.mdi-communication-dialer-sip:before{content:"\e6e3"}.mdi-communication-dialpad:before{content:"\e6e4"}.mdi-communication-dnd-on:before{content:"\e6e5"}.mdi-communication-email:before{content:"\e6e6"}.mdi-communication-forum:before{content:"\e6e7"}.mdi-communication-import-export:before{content:"\e6e8"}.mdi-communication-invert-colors-off:before{content:"\e6e9"}.mdi-communication-invert-colors-on:before{content:"\e6ea"}.mdi-communication-live-help:before{content:"\e6eb"}.mdi-communication-location-off:before{content:"\e6ec"}.mdi-communication-location-on:before{content:"\e6ed"}.mdi-communication-message:before{content:"\e6ee"}.mdi-communication-messenger:before{content:"\e6ef"}.mdi-communication-no-sim:before{content:"\e6f0"}.mdi-communication-phone:before{content:"\e6f1"}.mdi-communication-portable-wifi-off:before{content:"\e6f2"}.mdi-communication-quick-contacts-dialer:before{content:"\e6f3"}.mdi-communication-quick-contacts-mail:before{content:"\e6f4"}.mdi-communication-ring-volume:before{content:"\e6f5"}.mdi-communication-stay-current-landscape:before{content:"\e6f6"}.mdi-communication-stay-current-portrait:before{content:"\e6f7"}.mdi-communication-stay-primary-landscape:before{content:"\e6f8"}.mdi-communication-stay-primary-portrait:before{content:"\e6f9"}.mdi-communication-swap-calls:before{content:"\e6fa"}.mdi-communication-textsms:before{content:"\e6fb"}.mdi-communication-voicemail:before{content:"\e6fc"}.mdi-communication-vpn-key:before{content:"\e6fd"}.mdi-content-add-box:before{content:"\e6fe"}.mdi-content-add-circle-outline:before{content:"\e6ff"}.mdi-content-add-circle:before{content:"\e700"}.mdi-content-add:before{content:"\e701"}.mdi-content-archive:before{content:"\e702"}.mdi-content-backspace:before{content:"\e703"}.mdi-content-block:before{content:"\e704"}.mdi-content-clear:before{content:"\e705"}.mdi-content-content-copy:before{content:"\e706"}.mdi-content-content-cut:before{content:"\e707"}.mdi-content-content-paste:before{content:"\e708"}.mdi-content-create:before{content:"\e709"}.mdi-content-drafts:before{content:"\e70a"}.mdi-content-filter-list:before{content:"\e70b"}.mdi-content-flag:before{content:"\e70c"}.mdi-content-forward:before{content:"\e70d"}.mdi-content-gesture:before{content:"\e70e"}.mdi-content-inbox:before{content:"\e70f"}.mdi-content-link:before{content:"\e710"}.mdi-content-mail:before{content:"\e711"}.mdi-content-markunread:before{content:"\e712"}.mdi-content-redo:before{content:"\e713"}.mdi-content-remove-circle-outline:before{content:"\e714"}.mdi-content-remove-circle:before{content:"\e715"}.mdi-content-remove:before{content:"\e716"}.mdi-content-reply-all:before{content:"\e717"}.mdi-content-reply:before{content:"\e718"}.mdi-content-report:before{content:"\e719"}.mdi-content-save:before{content:"\e71a"}.mdi-content-select-all:before{content:"\e71b"}.mdi-content-send:before{content:"\e71c"}.mdi-content-sort:before{content:"\e71d"}.mdi-content-text-format:before{content:"\e71e"}.mdi-content-undo:before{content:"\e71f"}.mdi-editor-attach-file:before{content:"\e776"}.mdi-editor-attach-money:before{content:"\e777"}.mdi-editor-border-all:before{content:"\e778"}.mdi-editor-border-bottom:before{content:"\e779"}.mdi-editor-border-clear:before{content:"\e77a"}.mdi-editor-border-color:before{content:"\e77b"}.mdi-editor-border-horizontal:before{content:"\e77c"}.mdi-editor-border-inner:before{content:"\e77d"}.mdi-editor-border-left:before{content:"\e77e"}.mdi-editor-border-outer:before{content:"\e77f"}.mdi-editor-border-right:before{content:"\e780"}.mdi-editor-border-style:before{content:"\e781"}.mdi-editor-border-top:before{content:"\e782"}.mdi-editor-border-vertical:before{content:"\e783"}.mdi-editor-format-align-center:before{content:"\e784"}.mdi-editor-format-align-justify:before{content:"\e785"}.mdi-editor-format-align-left:before{content:"\e786"}.mdi-editor-format-align-right:before{content:"\e787"}.mdi-editor-format-bold:before{content:"\e788"}.mdi-editor-format-clear:before{content:"\e789"}.mdi-editor-format-color-fill:before{content:"\e78a"}.mdi-editor-format-color-reset:before{content:"\e78b"}.mdi-editor-format-color-text:before{content:"\e78c"}.mdi-editor-format-indent-decrease:before{content:"\e78d"}.mdi-editor-format-indent-increase:before{content:"\e78e"}.mdi-editor-format-italic:before{content:"\e78f"}.mdi-editor-format-line-spacing:before{content:"\e790"}.mdi-editor-format-list-bulleted:before{content:"\e791"}.mdi-editor-format-list-numbered:before{content:"\e792"}.mdi-editor-format-paint:before{content:"\e793"}.mdi-editor-format-quote:before{content:"\e794"}.mdi-editor-format-size:before{content:"\e795"}.mdi-editor-format-strikethrough:before{content:"\e796"}.mdi-editor-format-textdirection-l-to-r:before{content:"\e797"}.mdi-editor-format-textdirection-r-to-l:before{content:"\e798"}.mdi-editor-format-underline:before{content:"\e799"}.mdi-editor-functions:before{content:"\e79a"}.mdi-editor-insert-chart:before{content:"\e79b"}.mdi-editor-insert-comment:before{content:"\e79c"}.mdi-editor-insert-drive-file:before{content:"\e79d"}.mdi-editor-insert-emoticon:before{content:"\e79e"}.mdi-editor-insert-invitation:before{content:"\e79f"}.mdi-editor-insert-link:before{content:"\e7a0"}.mdi-editor-insert-photo:before{content:"\e7a1"}.mdi-editor-merge-type:before{content:"\e7a2"}.mdi-editor-mode-comment:before{content:"\e7a3"}.mdi-editor-mode-edit:before{content:"\e7a4"}.mdi-editor-publish:before{content:"\e7a5"}.mdi-editor-vertical-align-bottom:before{content:"\e7a6"}.mdi-editor-vertical-align-center:before{content:"\e7a7"}.mdi-editor-vertical-align-top:before{content:"\e7a8"}.mdi-editor-wrap-text:before{content:"\e7a9"}.mdi-file-attachment:before{content:"\e7aa"}.mdi-file-cloud-circle:before{content:"\e7ab"}.mdi-file-cloud-done:before{content:"\e7ac"}.mdi-file-cloud-download:before{content:"\e7ad"}.mdi-file-cloud-off:before{content:"\e7ae"}.mdi-file-cloud-queue:before{content:"\e7af"}.mdi-file-cloud-upload:before{content:"\e7b0"}.mdi-file-cloud:before{content:"\e7b1"}.mdi-file-file-download:before{content:"\e7b2"}.mdi-file-file-upload:before{content:"\e7b3"}.mdi-file-folder-open:before{content:"\e7b4"}.mdi-file-folder-shared:before{content:"\e7b5"}.mdi-file-folder:before{content:"\e7b6"}.mdi-device-access-alarm:before{content:"\e720"}.mdi-device-access-alarms:before{content:"\e721"}.mdi-device-access-time:before{content:"\e722"}.mdi-device-add-alarm:before{content:"\e723"}.mdi-device-airplanemode-off:before{content:"\e724"}.mdi-device-airplanemode-on:before{content:"\e725"}.mdi-device-battery-20:before{content:"\e726"}.mdi-device-battery-30:before{content:"\e727"}.mdi-device-battery-50:before{content:"\e728"}.mdi-device-battery-60:before{content:"\e729"}.mdi-device-battery-80:before{content:"\e72a"}.mdi-device-battery-90:before{content:"\e72b"}.mdi-device-battery-alert:before{content:"\e72c"}.mdi-device-battery-charging-20:before{content:"\e72d"}.mdi-device-battery-charging-30:before{content:"\e72e"}.mdi-device-battery-charging-50:before{content:"\e72f"}.mdi-device-battery-charging-60:before{content:"\e730"}.mdi-device-battery-charging-80:before{content:"\e731"}.mdi-device-battery-charging-90:before{content:"\e732"}.mdi-device-battery-charging-full:before{content:"\e733"}.mdi-device-battery-full:before{content:"\e734"}.mdi-device-battery-std:before{content:"\e735"}.mdi-device-battery-unknown:before{content:"\e736"}.mdi-device-bluetooth-connected:before{content:"\e737"}.mdi-device-bluetooth-disabled:before{content:"\e738"}.mdi-device-bluetooth-searching:before{content:"\e739"}.mdi-device-bluetooth:before{content:"\e73a"}.mdi-device-brightness-auto:before{content:"\e73b"}.mdi-device-brightness-high:before{content:"\e73c"}.mdi-device-brightness-low:before{content:"\e73d"}.mdi-device-brightness-medium:before{content:"\e73e"}.mdi-device-data-usage:before{content:"\e73f"}.mdi-device-developer-mode:before{content:"\e740"}.mdi-device-devices:before{content:"\e741"}.mdi-device-dvr:before{content:"\e742"}.mdi-device-gps-fixed:before{content:"\e743"}.mdi-device-gps-not-fixed:before{content:"\e744"}.mdi-device-gps-off:before{content:"\e745"}.mdi-device-location-disabled:before{content:"\e746"}.mdi-device-location-searching:before{content:"\e747"}.mdi-device-multitrack-audio:before{content:"\e748"}.mdi-device-network-cell:before{content:"\e749"}.mdi-device-network-wifi:before{content:"\e74a"}.mdi-device-nfc:before{content:"\e74b"}.mdi-device-now-wallpaper:before{content:"\e74c"}.mdi-device-now-widgets:before{content:"\e74d"}.mdi-device-screen-lock-landscape:before{content:"\e74e"}.mdi-device-screen-lock-portrait:before{content:"\e74f"}.mdi-device-screen-lock-rotation:before{content:"\e750"}.mdi-device-screen-rotation:before{content:"\e751"}.mdi-device-sd-storage:before{content:"\e752"}.mdi-device-settings-system-daydream:before{content:"\e753"}.mdi-device-signal-cellular-0-bar:before{content:"\e754"}.mdi-device-signal-cellular-1-bar:before{content:"\e755"}.mdi-device-signal-cellular-2-bar:before{content:"\e756"}.mdi-device-signal-cellular-3-bar:before{content:"\e757"}.mdi-device-signal-cellular-4-bar:before{content:"\e758"}.mdi-signal-wifi-statusbar-connected-no-internet-after:before{content:"\e8f6"}.mdi-device-signal-cellular-connected-no-internet-0-bar:before{content:"\e759"}.mdi-device-signal-cellular-connected-no-internet-1-bar:before{content:"\e75a"}.mdi-device-signal-cellular-connected-no-internet-2-bar:before{content:"\e75b"}.mdi-device-signal-cellular-connected-no-internet-3-bar:before{content:"\e75c"}.mdi-device-signal-cellular-connected-no-internet-4-bar:before{content:"\e75d"}.mdi-device-signal-cellular-no-sim:before{content:"\e75e"}.mdi-device-signal-cellular-null:before{content:"\e75f"}.mdi-device-signal-cellular-off:before{content:"\e760"}.mdi-device-signal-wifi-0-bar:before{content:"\e761"}.mdi-device-signal-wifi-1-bar:before{content:"\e762"}.mdi-device-signal-wifi-2-bar:before{content:"\e763"}.mdi-device-signal-wifi-3-bar:before{content:"\e764"}.mdi-device-signal-wifi-4-bar:before{content:"\e765"}.mdi-device-signal-wifi-off:before{content:"\e766"}.mdi-device-signal-wifi-statusbar-1-bar:before{content:"\e767"}.mdi-device-signal-wifi-statusbar-2-bar:before{content:"\e768"}.mdi-device-signal-wifi-statusbar-3-bar:before{content:"\e769"}.mdi-device-signal-wifi-statusbar-4-bar:before{content:"\e76a"}.mdi-device-signal-wifi-statusbar-connected-no-internet-:before{content:"\e76b"}.mdi-device-signal-wifi-statusbar-connected-no-internet:before{content:"\e76f"}.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before{content:"\e76c"}.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before{content:"\e76d"}.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before{content:"\e76e"}.mdi-signal-wifi-statusbar-not-connected-after:before{content:"\e8f7"}.mdi-device-signal-wifi-statusbar-not-connected:before{content:"\e770"}.mdi-device-signal-wifi-statusbar-null:before{content:"\e771"}.mdi-device-storage:before{content:"\e772"}.mdi-device-usb:before{content:"\e773"}.mdi-device-wifi-lock:before{content:"\e774"}.mdi-device-wifi-tethering:before{content:"\e775"}.mdi-hardware-cast-connected:before{content:"\e7b7"}.mdi-hardware-cast:before{content:"\e7b8"}.mdi-hardware-computer:before{content:"\e7b9"}.mdi-hardware-desktop-mac:before{content:"\e7ba"}.mdi-hardware-desktop-windows:before{content:"\e7bb"}.mdi-hardware-dock:before{content:"\e7bc"}.mdi-hardware-gamepad:before{content:"\e7bd"}.mdi-hardware-headset-mic:before{content:"\e7be"}.mdi-hardware-headset:before{content:"\e7bf"}.mdi-hardware-keyboard-alt:before{content:"\e7c0"}.mdi-hardware-keyboard-arrow-down:before{content:"\e7c1"}.mdi-hardware-keyboard-arrow-left:before{content:"\e7c2"}.mdi-hardware-keyboard-arrow-right:before{content:"\e7c3"}.mdi-hardware-keyboard-arrow-up:before{content:"\e7c4"}.mdi-hardware-keyboard-backspace:before{content:"\e7c5"}.mdi-hardware-keyboard-capslock:before{content:"\e7c6"}.mdi-hardware-keyboard-control:before{content:"\e7c7"}.mdi-hardware-keyboard-hide:before{content:"\e7c8"}.mdi-hardware-keyboard-return:before{content:"\e7c9"}.mdi-hardware-keyboard-tab:before{content:"\e7ca"}.mdi-hardware-keyboard-voice:before{content:"\e7cb"}.mdi-hardware-keyboard:before{content:"\e7cc"}.mdi-hardware-laptop-chromebook:before{content:"\e7cd"}.mdi-hardware-laptop-mac:before{content:"\e7ce"}.mdi-hardware-laptop-windows:before{content:"\e7cf"}.mdi-hardware-laptop:before{content:"\e7d0"}.mdi-hardware-memory:before{content:"\e7d1"}.mdi-hardware-mouse:before{content:"\e7d2"}.mdi-hardware-phone-android:before{content:"\e7d3"}.mdi-hardware-phone-iphone:before{content:"\e7d4"}.mdi-hardware-phonelink-off:before{content:"\e7d5"}.mdi-hardware-phonelink:before{content:"\e7d6"}.mdi-hardware-security:before{content:"\e7d7"}.mdi-hardware-sim-card:before{content:"\e7d8"}.mdi-hardware-smartphone:before{content:"\e7d9"}.mdi-hardware-speaker:before{content:"\e7da"}.mdi-hardware-tablet-android:before{content:"\e7db"}.mdi-hardware-tablet-mac:before{content:"\e7dc"}.mdi-hardware-tablet:before{content:"\e7dd"}.mdi-hardware-tv:before{content:"\e7de"}.mdi-hardware-watch:before{content:"\e7df"}.mdi-image-add-to-photos:before{content:"\e7e0"}.mdi-image-adjust:before{content:"\e7e1"}.mdi-image-assistant-photo:before{content:"\e7e2"}.mdi-image-audiotrack:before{content:"\e7e3"}.mdi-image-blur-circular:before{content:"\e7e4"}.mdi-image-blur-linear:before{content:"\e7e5"}.mdi-image-blur-off:before{content:"\e7e6"}.mdi-image-blur-on:before{content:"\e7e7"}.mdi-image-brightness-1:before{content:"\e7e8"}.mdi-image-brightness-2:before{content:"\e7e9"}.mdi-image-brightness-3:before{content:"\e7ea"}.mdi-image-brightness-4:before{content:"\e7eb"}.mdi-image-brightness-5:before{content:"\e7ec"}.mdi-image-brightness-6:before{content:"\e7ed"}.mdi-image-brightness-7:before{content:"\e7ee"}.mdi-image-brush:before{content:"\e7ef"}.mdi-image-camera-alt:before{content:"\e7f0"}.mdi-image-camera-front:before{content:"\e7f1"}.mdi-image-camera-rear:before{content:"\e7f2"}.mdi-image-camera-roll:before{content:"\e7f3"}.mdi-image-camera:before{content:"\e7f4"}.mdi-image-center-focus-strong:before{content:"\e7f5"}.mdi-image-center-focus-weak:before{content:"\e7f6"}.mdi-image-collections:before{content:"\e7f7"}.mdi-image-color-lens:before{content:"\e7f8"}.mdi-image-colorize:before{content:"\e7f9"}.mdi-image-compare:before{content:"\e7fa"}.mdi-image-control-point-duplicate:before{content:"\e7fb"}.mdi-image-control-point:before{content:"\e7fc"}.mdi-image-crop-3-2:before{content:"\e7fd"}.mdi-image-crop-5-4:before{content:"\e7fe"}.mdi-image-crop-7-5:before{content:"\e7ff"}.mdi-image-crop-16-9:before{content:"\e800"}.mdi-image-crop-din:before{content:"\e801"}.mdi-image-crop-free:before{content:"\e802"}.mdi-image-crop-landscape:before{content:"\e803"}.mdi-image-crop-original:before{content:"\e804"}.mdi-image-crop-portrait:before{content:"\e805"}.mdi-image-crop-square:before{content:"\e806"}.mdi-image-crop:before{content:"\e807"}.mdi-image-dehaze:before{content:"\e808"}.mdi-image-details:before{content:"\e809"}.mdi-image-edit:before{content:"\e80a"}.mdi-image-exposure-minus-1:before{content:"\e80b"}.mdi-image-exposure-minus-2:before{content:"\e80c"}.mdi-image-exposure-plus-1:before{content:"\e80d"}.mdi-image-exposure-plus-2:before{content:"\e80e"}.mdi-image-exposure-zero:before{content:"\e80f"}.mdi-image-exposure:before{content:"\e810"}.mdi-image-filter-1:before{content:"\e811"}.mdi-image-filter-2:before{content:"\e812"}.mdi-image-filter-3:before{content:"\e813"}.mdi-image-filter-4:before{content:"\e814"}.mdi-image-filter-5:before{content:"\e815"}.mdi-image-filter-6:before{content:"\e816"}.mdi-image-filter-7:before{content:"\e817"}.mdi-image-filter-8:before{content:"\e818"}.mdi-image-filter-9-plus:before{content:"\e819"}.mdi-image-filter-9:before{content:"\e81a"}.mdi-image-filter-b-and-w:before{content:"\e81b"}.mdi-image-filter-center-focus:before{content:"\e81c"}.mdi-image-filter-drama:before{content:"\e81d"}.mdi-image-filter-frames:before{content:"\e81e"}.mdi-image-filter-hdr:before{content:"\e81f"}.mdi-image-filter-none:before{content:"\e820"}.mdi-image-filter-tilt-shift:before{content:"\e821"}.mdi-image-filter-vintage:before{content:"\e822"}.mdi-image-filter:before{content:"\e823"}.mdi-image-flare:before{content:"\e824"}.mdi-image-flash-auto:before{content:"\e825"}.mdi-image-flash-off:before{content:"\e826"}.mdi-image-flash-on:before{content:"\e827"}.mdi-image-flip:before{content:"\e828"}.mdi-image-gradient:before{content:"\e829"}.mdi-image-grain:before{content:"\e82a"}.mdi-image-grid-off:before{content:"\e82b"}.mdi-image-grid-on:before{content:"\e82c"}.mdi-image-hdr-off:before{content:"\e82d"}.mdi-image-hdr-on:before{content:"\e82e"}.mdi-image-hdr-strong:before{content:"\e82f"}.mdi-image-hdr-weak:before{content:"\e830"}.mdi-image-healing:before{content:"\e831"}.mdi-image-image-aspect-ratio:before{content:"\e832"}.mdi-image-image:before{content:"\e833"}.mdi-image-iso:before{content:"\e834"}.mdi-image-landscape:before{content:"\e835"}.mdi-image-leak-add:before{content:"\e836"}.mdi-image-leak-remove:before{content:"\e837"}.mdi-image-lens:before{content:"\e838"}.mdi-image-looks-3:before{content:"\e839"}.mdi-image-looks-4:before{content:"\e83a"}.mdi-image-looks-5:before{content:"\e83b"}.mdi-image-looks-6:before{content:"\e83c"}.mdi-image-looks-one:before{content:"\e83d"}.mdi-image-looks-two:before{content:"\e83e"}.mdi-image-looks:before{content:"\e83f"}.mdi-image-loupe:before{content:"\e840"}.mdi-image-movie-creation:before{content:"\e841"}.mdi-image-nature-people:before{content:"\e842"}.mdi-image-nature:before{content:"\e843"}.mdi-image-navigate-before:before{content:"\e844"}.mdi-image-navigate-next:before{content:"\e845"}.mdi-image-palette:before{content:"\e846"}.mdi-image-panorama-fisheye:before{content:"\e847"}.mdi-image-panorama-horizontal:before{content:"\e848"}.mdi-image-panorama-vertical:before{content:"\e849"}.mdi-image-panorama-wide-angle:before{content:"\e84a"}.mdi-image-panorama:before{content:"\e84b"}.mdi-image-photo-album:before{content:"\e84c"}.mdi-image-photo-camera:before{content:"\e84d"}.mdi-image-photo-library:before{content:"\e84e"}.mdi-image-photo:before{content:"\e84f"}.mdi-image-portrait:before{content:"\e850"}.mdi-image-remove-red-eye:before{content:"\e851"}.mdi-image-rotate-left:before{content:"\e852"}.mdi-image-rotate-right:before{content:"\e853"}.mdi-image-slideshow:before{content:"\e854"}.mdi-image-straighten:before{content:"\e855"}.mdi-image-style:before{content:"\e856"}.mdi-image-switch-camera:before{content:"\e857"}.mdi-image-switch-video:before{content:"\e858"}.mdi-image-tag-faces:before{content:"\e859"}.mdi-image-texture:before{content:"\e85a"}.mdi-image-timelapse:before{content:"\e85b"}.mdi-image-timer-3:before{content:"\e85c"}.mdi-image-timer-10:before{content:"\e85d"}.mdi-image-timer-auto:before{content:"\e85e"}.mdi-image-timer-off:before{content:"\e85f"}.mdi-image-timer:before{content:"\e860"}.mdi-image-tonality:before{content:"\e861"}.mdi-image-transform:before{content:"\e862"}.mdi-image-tune:before{content:"\e863"}.mdi-image-wb-auto:before{content:"\e864"}.mdi-image-wb-cloudy:before{content:"\e865"}.mdi-image-wb-incandescent:before{content:"\e866"}.mdi-image-wb-irradescent:before{content:"\e867"}.mdi-image-wb-sunny:before{content:"\e868"}.mdi-maps-beenhere:before{content:"\e869"}.mdi-maps-directions-bike:before{content:"\e86a"}.mdi-maps-directions-bus:before{content:"\e86b"}.mdi-maps-directions-car:before{content:"\e86c"}.mdi-maps-directions-ferry:before{content:"\e86d"}.mdi-maps-directions-subway:before{content:"\e86e"}.mdi-maps-directions-train:before{content:"\e86f"}.mdi-maps-directions-transit:before{content:"\e870"}.mdi-maps-directions-walk:before{content:"\e871"}.mdi-maps-directions:before{content:"\e872"}.mdi-maps-flight:before{content:"\e873"}.mdi-maps-hotel:before{content:"\e874"}.mdi-maps-layers-clear:before{content:"\e875"}.mdi-maps-layers:before{content:"\e876"}.mdi-maps-local-airport:before{content:"\e877"}.mdi-maps-local-atm:before{content:"\e878"}.mdi-maps-local-attraction:before{content:"\e879"}.mdi-maps-local-bar:before{content:"\e87a"}.mdi-maps-local-cafe:before{content:"\e87b"}.mdi-maps-local-car-wash:before{content:"\e87c"}.mdi-maps-local-convenience-store:before{content:"\e87d"}.mdi-maps-local-drink:before{content:"\e87e"}.mdi-maps-local-florist:before{content:"\e87f"}.mdi-maps-local-gas-station:before{content:"\e880"}.mdi-maps-local-grocery-store:before{content:"\e881"}.mdi-maps-local-hospital:before{content:"\e882"}.mdi-maps-local-hotel:before{content:"\e883"}.mdi-maps-local-laundry-service:before{content:"\e884"}.mdi-maps-local-library:before{content:"\e885"}.mdi-maps-local-mall:before{content:"\e886"}.mdi-maps-local-movies:before{content:"\e887"}.mdi-maps-local-offer:before{content:"\e888"}.mdi-maps-local-parking:before{content:"\e889"}.mdi-maps-local-pharmacy:before{content:"\e88a"}.mdi-maps-local-phone:before{content:"\e88b"}.mdi-maps-local-pizza:before{content:"\e88c"}.mdi-maps-local-play:before{content:"\e88d"}.mdi-maps-local-post-office:before{content:"\e88e"}.mdi-maps-local-print-shop:before{content:"\e88f"}.mdi-maps-local-restaurant:before{content:"\e890"}.mdi-maps-local-see:before{content:"\e891"}.mdi-maps-local-shipping:before{content:"\e892"}.mdi-maps-local-taxi:before{content:"\e893"}.mdi-maps-location-history:before{content:"\e894"}.mdi-maps-map:before{content:"\e895"}.mdi-maps-my-location:before{content:"\e896"}.mdi-maps-navigation:before{content:"\e897"}.mdi-maps-pin-drop:before{content:"\e898"}.mdi-maps-place:before{content:"\e899"}.mdi-maps-rate-review:before{content:"\e89a"}.mdi-maps-restaurant-menu:before{content:"\e89b"}.mdi-maps-satellite:before{content:"\e89c"}.mdi-maps-store-mall-directory:before{content:"\e89d"}.mdi-maps-terrain:before{content:"\e89e"}.mdi-maps-traffic:before{content:"\e89f"}.mdi-navigation-apps:before{content:"\e8a0"}.mdi-navigation-arrow-back:before{content:"\e8a1"}.mdi-navigation-arrow-drop-down-circle:before{content:"\e8a2"}.mdi-navigation-arrow-drop-down:before{content:"\e8a3"}.mdi-navigation-arrow-drop-up:before{content:"\e8a4"}.mdi-navigation-arrow-forward:before{content:"\e8a5"}.mdi-navigation-cancel:before{content:"\e8a6"}.mdi-navigation-check:before{content:"\e8a7"}.mdi-navigation-chevron-left:before{content:"\e8a8"}.mdi-navigation-chevron-right:before{content:"\e8a9"}.mdi-navigation-close:before{content:"\e8aa"}.mdi-navigation-expand-less:before{content:"\e8ab"}.mdi-navigation-expand-more:before{content:"\e8ac"}.mdi-navigation-fullscreen-exit:before{content:"\e8ad"}.mdi-navigation-fullscreen:before{content:"\e8ae"}.mdi-navigation-menu:before{content:"\e8af"}.mdi-navigation-more-horiz:before{content:"\e8b0"}.mdi-navigation-more-vert:before{content:"\e8b1"}.mdi-navigation-refresh:before{content:"\e8b2"}.mdi-navigation-unfold-less:before{content:"\e8b3"}.mdi-navigation-unfold-more:before{content:"\e8b4"}.mdi-notification-adb:before{content:"\e8b5"}.mdi-notification-bluetooth-audio:before{content:"\e8b6"}.mdi-notification-disc-full:before{content:"\e8b7"}.mdi-notification-dnd-forwardslash:before{content:"\e8b8"}.mdi-notification-do-not-disturb:before{content:"\e8b9"}.mdi-notification-drive-eta:before{content:"\e8ba"}.mdi-notification-event-available:before{content:"\e8bb"}.mdi-notification-event-busy:before{content:"\e8bc"}.mdi-notification-event-note:before{content:"\e8bd"}.mdi-notification-folder-special:before{content:"\e8be"}.mdi-notification-mms:before{content:"\e8bf"}.mdi-notification-more:before{content:"\e8c0"}.mdi-notification-network-locked:before{content:"\e8c1"}.mdi-notification-phone-bluetooth-speaker:before{content:"\e8c2"}.mdi-notification-phone-forwarded:before{content:"\e8c3"}.mdi-notification-phone-in-talk:before{content:"\e8c4"}.mdi-notification-phone-locked:before{content:"\e8c5"}.mdi-notification-phone-missed:before{content:"\e8c6"}.mdi-notification-phone-paused:before{content:"\e8c7"}.mdi-notification-play-download:before{content:"\e8c8"}.mdi-notification-play-install:before{content:"\e8c9"}.mdi-notification-sd-card:before{content:"\e8ca"}.mdi-notification-sim-card-alert:before{content:"\e8cb"}.mdi-notification-sms-failed:before{content:"\e8cc"}.mdi-notification-sms:before{content:"\e8cd"}.mdi-notification-sync-disabled:before{content:"\e8ce"}.mdi-notification-sync-problem:before{content:"\e8cf"}.mdi-notification-sync:before{content:"\e8d0"}.mdi-notification-system-update:before{content:"\e8d1"}.mdi-notification-tap-and-play:before{content:"\e8d2"}.mdi-notification-time-to-leave:before{content:"\e8d3"}.mdi-notification-vibration:before{content:"\e8d4"}.mdi-notification-voice-chat:before{content:"\e8d5"}.mdi-notification-vpn-lock:before{content:"\e8d6"}.mdi-social-cake:before{content:"\e8d7"}.mdi-social-domain:before{content:"\e8d8"}.mdi-social-group-add:before{content:"\e8d9"}.mdi-social-group:before{content:"\e8da"}.mdi-social-location-city:before{content:"\e8db"}.mdi-social-mood:before{content:"\e8dc"}.mdi-social-notifications-none:before{content:"\e8dd"}.mdi-social-notifications-off:before{content:"\e8de"}.mdi-social-notifications-on:before{content:"\e8df"}.mdi-social-notifications-paused:before{content:"\e8e0"}.mdi-social-notifications:before{content:"\e8e1"}.mdi-social-pages:before{content:"\e8e2"}.mdi-social-party-mode:before{content:"\e8e3"}.mdi-social-people-outline:before{content:"\e8e4"}.mdi-social-people:before{content:"\e8e5"}.mdi-social-person-add:before{content:"\e8e6"}.mdi-social-person-outline:before{content:"\e8e7"}.mdi-social-person:before{content:"\e8e8"}.mdi-social-plus-one:before{content:"\e8e9"}.mdi-social-poll:before{content:"\e8ea"}.mdi-social-public:before{content:"\e8eb"}.mdi-social-school:before{content:"\e8ec"}.mdi-social-share:before{content:"\e8ed"}.mdi-social-whatshot:before{content:"\e8ee"}.mdi-toggle-check-box-outline-blank:before{content:"\e8ef"}.mdi-toggle-check-box:before{content:"\e8f0"}.mdi-toggle-radio-button-off:before{content:"\e8f1"}.mdi-toggle-radio-button-on:before{content:"\e8f2"}.mdi-toggle-star-half:before{content:"\e8f3"}.mdi-toggle-star-outline:before{content:"\e8f4"}.mdi-toggle-star:before{content:"\e8f5"}.container{margin:0 auto;max-width:1280px;width:90%}@media only screen and (min-width : 601px){.container{width:85%}}@media only screen and (min-width : 993px){.container{width:70%}}.container .row{margin-left:-0.75rem;margin-right:-0.75rem}.section{padding-top:1rem;padding-bottom:1rem}.section.no-pad{padding:0}.section.no-pad-bot{padding-bottom:0}.section.no-pad-top{padding-top:0}.row{margin-left:auto;margin-right:auto;margin-bottom:20px}.row:after{content:"";display:table;clear:both}.row .col{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 0.75rem}.row .col[class*="push-"],.row .col[class*="pull-"]{position:relative}.row .col.s1{width:8.33333%;margin-left:0}.row .col.offset-s1{margin-left:8.33333%}.row .col.pull-s1{right:8.33333%}.row .col.push-s1{left:8.33333%}.row .col.s2{width:16.66667%;margin-left:0}.row .col.offset-s2{margin-left:16.66667%}.row .col.pull-s2{right:16.66667%}.row .col.push-s2{left:16.66667%}.row .col.s3{width:25%;margin-left:0}.row .col.offset-s3{margin-left:25%}.row .col.pull-s3{right:25%}.row .col.push-s3{left:25%}.row .col.s4{width:33.33333%;margin-left:0}.row .col.offset-s4{margin-left:33.33333%}.row .col.pull-s4{right:33.33333%}.row .col.push-s4{left:33.33333%}.row .col.s5{width:41.66667%;margin-left:0}.row .col.offset-s5{margin-left:41.66667%}.row .col.pull-s5{right:41.66667%}.row .col.push-s5{left:41.66667%}.row .col.s6{width:50%;margin-left:0}.row .col.offset-s6{margin-left:50%}.row .col.pull-s6{right:50%}.row .col.push-s6{left:50%}.row .col.s7{width:58.33333%;margin-left:0}.row .col.offset-s7{margin-left:58.33333%}.row .col.pull-s7{right:58.33333%}.row .col.push-s7{left:58.33333%}.row .col.s8{width:66.66667%;margin-left:0}.row .col.offset-s8{margin-left:66.66667%}.row .col.pull-s8{right:66.66667%}.row .col.push-s8{left:66.66667%}.row .col.s9{width:75%;margin-left:0}.row .col.offset-s9{margin-left:75%}.row .col.pull-s9{right:75%}.row .col.push-s9{left:75%}.row .col.s10{width:83.33333%;margin-left:0}.row .col.offset-s10{margin-left:83.33333%}.row .col.pull-s10{right:83.33333%}.row .col.push-s10{left:83.33333%}.row .col.s11{width:91.66667%;margin-left:0}.row .col.offset-s11{margin-left:91.66667%}.row .col.pull-s11{right:91.66667%}.row .col.push-s11{left:91.66667%}.row .col.s12{width:100%;margin-left:0}.row .col.offset-s12{margin-left:100%}.row .col.pull-s12{right:100%}.row .col.push-s12{left:100%}@media only screen and (min-width : 601px){.row .col.m1{width:8.33333%;margin-left:0}.row .col.offset-m1{margin-left:8.33333%}.row .col.pull-m1{right:8.33333%}.row .col.push-m1{left:8.33333%}.row .col.m2{width:16.66667%;margin-left:0}.row .col.offset-m2{margin-left:16.66667%}.row .col.pull-m2{right:16.66667%}.row .col.push-m2{left:16.66667%}.row .col.m3{width:25%;margin-left:0}.row .col.offset-m3{margin-left:25%}.row .col.pull-m3{right:25%}.row .col.push-m3{left:25%}.row .col.m4{width:33.33333%;margin-left:0}.row .col.offset-m4{margin-left:33.33333%}.row .col.pull-m4{right:33.33333%}.row .col.push-m4{left:33.33333%}.row .col.m5{width:41.66667%;margin-left:0}.row .col.offset-m5{margin-left:41.66667%}.row .col.pull-m5{right:41.66667%}.row .col.push-m5{left:41.66667%}.row .col.m6{width:50%;margin-left:0}.row .col.offset-m6{margin-left:50%}.row .col.pull-m6{right:50%}.row .col.push-m6{left:50%}.row .col.m7{width:58.33333%;margin-left:0}.row .col.offset-m7{margin-left:58.33333%}.row .col.pull-m7{right:58.33333%}.row .col.push-m7{left:58.33333%}.row .col.m8{width:66.66667%;margin-left:0}.row .col.offset-m8{margin-left:66.66667%}.row .col.pull-m8{right:66.66667%}.row .col.push-m8{left:66.66667%}.row .col.m9{width:75%;margin-left:0}.row .col.offset-m9{margin-left:75%}.row .col.pull-m9{right:75%}.row .col.push-m9{left:75%}.row .col.m10{width:83.33333%;margin-left:0}.row .col.offset-m10{margin-left:83.33333%}.row .col.pull-m10{right:83.33333%}.row .col.push-m10{left:83.33333%}.row .col.m11{width:91.66667%;margin-left:0}.row .col.offset-m11{margin-left:91.66667%}.row .col.pull-m11{right:91.66667%}.row .col.push-m11{left:91.66667%}.row .col.m12{width:100%;margin-left:0}.row .col.offset-m12{margin-left:100%}.row .col.pull-m12{right:100%}.row .col.push-m12{left:100%}}@media only screen and (min-width : 993px){.row .col.l1{width:8.33333%;margin-left:0}.row .col.offset-l1{margin-left:8.33333%}.row .col.pull-l1{right:8.33333%}.row .col.push-l1{left:8.33333%}.row .col.l2{width:16.66667%;margin-left:0}.row .col.offset-l2{margin-left:16.66667%}.row .col.pull-l2{right:16.66667%}.row .col.push-l2{left:16.66667%}.row .col.l3{width:25%;margin-left:0}.row .col.offset-l3{margin-left:25%}.row .col.pull-l3{right:25%}.row .col.push-l3{left:25%}.row .col.l4{width:33.33333%;margin-left:0}.row .col.offset-l4{margin-left:33.33333%}.row .col.pull-l4{right:33.33333%}.row .col.push-l4{left:33.33333%}.row .col.l5{width:41.66667%;margin-left:0}.row .col.offset-l5{margin-left:41.66667%}.row .col.pull-l5{right:41.66667%}.row .col.push-l5{left:41.66667%}.row .col.l6{width:50%;margin-left:0}.row .col.offset-l6{margin-left:50%}.row .col.pull-l6{right:50%}.row .col.push-l6{left:50%}.row .col.l7{width:58.33333%;margin-left:0}.row .col.offset-l7{margin-left:58.33333%}.row .col.pull-l7{right:58.33333%}.row .col.push-l7{left:58.33333%}.row .col.l8{width:66.66667%;margin-left:0}.row .col.offset-l8{margin-left:66.66667%}.row .col.pull-l8{right:66.66667%}.row .col.push-l8{left:66.66667%}.row .col.l9{width:75%;margin-left:0}.row .col.offset-l9{margin-left:75%}.row .col.pull-l9{right:75%}.row .col.push-l9{left:75%}.row .col.l10{width:83.33333%;margin-left:0}.row .col.offset-l10{margin-left:83.33333%}.row .col.pull-l10{right:83.33333%}.row .col.push-l10{left:83.33333%}.row .col.l11{width:91.66667%;margin-left:0}.row .col.offset-l11{margin-left:91.66667%}.row .col.pull-l11{right:91.66667%}.row .col.push-l11{left:91.66667%}.row .col.l12{width:100%;margin-left:0}.row .col.offset-l12{margin-left:100%}.row .col.pull-l12{right:100%}.row .col.push-l12{left:100%}}nav{color:#fff;background-color:#ee6e73;width:100%;height:56px;line-height:56px}nav a{color:#fff}nav .nav-wrapper{position:relative;height:100%}nav .nav-wrapper i{display:block;font-size:2rem}@media only screen and (min-width : 993px){nav a.button-collapse{display:none}}nav .button-collapse{float:left;position:relative;z-index:1;height:56px}nav .button-collapse i{font-size:2.7rem;height:56px;line-height:56px}nav .brand-logo{position:absolute;color:#fff;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap}nav .brand-logo.center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width : 992px){nav .brand-logo{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}nav .brand-logo.left,nav .brand-logo.right{padding:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}nav .brand-logo.left{left:0.5rem}nav .brand-logo.right{right:0.5rem;left:auto}}nav .brand-logo.right{right:0.5rem;padding:0}nav ul{margin:0}nav ul li{-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s;float:left;padding:0}nav ul li:hover,nav ul li.active{background-color:rgba(0,0,0,0.1)}nav ul a{font-size:1rem;color:#fff;display:block;padding:0 15px}nav ul.left{float:left}nav .input-field{margin:0}nav .input-field input{height:100%;font-size:1.2rem;border:none;padding-left:2rem}nav .input-field input:focus,nav .input-field input[type=text]:valid,nav .input-field input[type=password]:valid,nav .input-field input[type=email]:valid,nav .input-field input[type=url]:valid,nav .input-field input[type=date]:valid{border:none;box-shadow:none}nav .input-field label{top:0;left:0}nav .input-field label i{color:rgba(255,255,255,0.7);-webkit-transition:color .3s;-moz-transition:color .3s;-o-transition:color .3s;-ms-transition:color .3s;transition:color .3s}nav .input-field label.active i{color:#fff}nav .input-field label.active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.navbar-fixed{position:relative;height:56px;z-index:998}.navbar-fixed nav{position:fixed}@media only screen and (min-width : 601px){nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i{height:64px;line-height:64px}.navbar-fixed{height:64px}}@font-face{font-family:"Roboto";src:local(Roboto Thin),url("../font/roboto/Roboto-Thin.woff2") format("woff2"),url("../font/roboto/Roboto-Thin.woff") format("woff"),url("../font/roboto/Roboto-Thin.ttf") format("truetype");font-weight:200;}@font-face{font-family:"Roboto";src:local(Roboto Light),url("../font/roboto/Roboto-Light.woff2") format("woff2"),url("../font/roboto/Roboto-Light.woff") format("woff"),url("../font/roboto/Roboto-Light.ttf") format("truetype");font-weight:300;}@font-face{font-family:"Roboto";src:local(Roboto Regular),url("../font/roboto/Roboto-Regular.woff2") format("woff2"),url("../font/roboto/Roboto-Regular.woff") format("woff"),url("../font/roboto/Roboto-Regular.ttf") format("truetype");font-weight:400;}@font-face{font-family:"Roboto";src:url("../font/roboto/Roboto-Medium.woff2") format("woff2"),url("../font/roboto/Roboto-Medium.woff") format("woff"),url("../font/roboto/Roboto-Medium.ttf") format("truetype");font-weight:500;}@font-face{font-family:"Roboto";src:url("../font/roboto/Roboto-Bold.woff2") format("woff2"),url("../font/roboto/Roboto-Bold.woff") format("woff"),url("../font/roboto/Roboto-Bold.ttf") format("truetype");font-weight:700;}a{text-decoration:none}html{line-height:1.5;font-family:"Roboto", sans-serif;font-weight:normal;color:rgba(0,0,0,0.87)}@media only screen and (min-width: 0){html{font-size:14px;}}@media only screen and (min-width: 992px){html{font-size:14.5px;}}@media only screen and (min-width: 1200px){html{font-size:15px;}}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}h1{font-size:4.2rem;line-height:110%;margin:2.1rem 0 1.68rem 0}h2{font-size:3.56rem;line-height:110%;margin:1.78rem 0 1.424rem 0}h3{font-size:2.92rem;line-height:110%;margin:1.46rem 0 1.168rem 0}h4{font-size:2.28rem;line-height:110%;margin:1.14rem 0 0.912rem 0}h5{font-size:1.64rem;line-height:110%;margin:0.82rem 0 0.656rem 0}h6{font-size:1rem;line-height:110%;margin:0.5rem 0 0.4rem 0}em{font-style:italic}strong{font-weight:500}small{font-size:75%}.light,footer.page-footer .footer-copyright{font-weight:300}.thin{font-weight:200}.flow-text{font-weight:300}@media only screen and (min-width: 360px){.flow-text{font-size:1.2rem;}}@media only screen and (min-width: 390px){.flow-text{font-size:1.224rem;}}@media only screen and (min-width: 420px){.flow-text{font-size:1.248rem;}}@media only screen and (min-width: 450px){.flow-text{font-size:1.272rem;}}@media only screen and (min-width: 480px){.flow-text{font-size:1.296rem;}}@media only screen and (min-width: 510px){.flow-text{font-size:1.32rem;}}@media only screen and (min-width: 540px){.flow-text{font-size:1.344rem;}}@media only screen and (min-width: 570px){.flow-text{font-size:1.368rem;}}@media only screen and (min-width: 600px){.flow-text{font-size:1.392rem;}}@media only screen and (min-width: 630px){.flow-text{font-size:1.416rem;}}@media only screen and (min-width: 660px){.flow-text{font-size:1.44rem;}}@media only screen and (min-width: 690px){.flow-text{font-size:1.464rem;}}@media only screen and (min-width: 720px){.flow-text{font-size:1.488rem;}}@media only screen and (min-width: 750px){.flow-text{font-size:1.512rem;}}@media only screen and (min-width: 780px){.flow-text{font-size:1.536rem;}}@media only screen and (min-width: 810px){.flow-text{font-size:1.56rem;}}@media only screen and (min-width: 840px){.flow-text{font-size:1.584rem;}}@media only screen and (min-width: 870px){.flow-text{font-size:1.608rem;}}@media only screen and (min-width: 900px){.flow-text{font-size:1.632rem;}}@media only screen and (min-width: 930px){.flow-text{font-size:1.656rem;}}@media only screen and (min-width: 960px){.flow-text{font-size:1.68rem;}}@media only screen and (max-width: 360px){.flow-text{font-size:1.2rem;}}.card-panel{transition:box-shadow .25s;padding:20px;margin:0.5rem 0 1rem 0;border-radius:2px;background-color:#fff}.card{position:relative;margin:0.5rem 0 1rem 0;background-color:#fff;transition:box-shadow .25s;border-radius:2px}.card .card-title{font-size:24px;font-weight:300}.card .card-title.activator{cursor:pointer}.card.small,.card.medium,.card.large{position:relative}.card.small .card-image,.card.medium .card-image,.card.large .card-image{max-height:60%;overflow:hidden}.card.small .card-content,.card.medium .card-content,.card.large .card-content{max-height:40%;overflow:hidden}.card.small .card-action,.card.medium .card-action,.card.large .card-action{position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:inherit}.card.small{height:300px}.card.medium{height:400px}.card.large{height:500px}.card .card-image{position:relative}.card .card-image img{display:block;border-radius:2px 2px 0 0;position:relative;left:0;right:0;top:0;bottom:0;width:100%}.card .card-image .card-title{color:#fff;position:absolute;bottom:0;left:0;padding:20px}.card .card-content{padding:20px;border-radius:0 0 2px 2px}.card .card-content p{margin:0;color:inherit}.card .card-content .card-title{line-height:48px}.card .card-action{border-top:1px solid rgba(160,160,160,0.2);padding:20px}.card .card-action a{color:#ffab40;margin-right:20px;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-ms-transition:color .3s ease;transition:color .3s ease;text-transform:uppercase}.card .card-action a:hover{color:#ffd8a6}.card .card-reveal{padding:20px;position:absolute;background-color:#fff;width:100%;overflow-y:auto;top:100%;height:100%;z-index:1;display:none}.card .card-reveal .card-title{cursor:pointer;display:block}#toast-container{display:block;position:fixed;z-index:10000}@media only screen and (max-width : 600px){#toast-container{min-width:100%;bottom:0%;}}@media only screen and (min-width : 601px) and (max-width : 992px){#toast-container{min-width:30%;left:5%;right:5%;bottom:7%;}}@media only screen and (min-width : 993px){#toast-container{min-width:8%;top:10%;right:7%;left:7%;}}.toast{border-radius:2px;top:0;width:auto;clear:both;margin-top:10px;position:relative;max-width:100%;height:auto;min-height:48px;line-height:1.5em;word-break:break-all;background-color:#323232;padding:10px 25px;font-size:1.1rem;font-weight:300;color:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.toast .btn,.toast .btn-large,.toast .btn-flat{margin:0;margin-left:3rem}.toast.rounded{border-radius:24px}@media only screen and (max-width : 600px){.toast{width:100%;border-radius:0;}}@media only screen and (min-width : 601px) and (max-width : 992px){.toast{float:left;}}@media only screen and (min-width : 993px){.toast{float:right;}}.tabs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;height:48px;background-color:#fff;margin:0 auto;width:100%;white-space:nowrap}.tabs .tab{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:block;float:left;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;letter-spacing:.8px;width:15%;min-width:80px}.tabs .tab a{color:#ee6e73;display:block;width:100%;height:100%;text-overflow:ellipsis;overflow:hidden;-webkit-transition:color .28s ease;-moz-transition:color .28s ease;-o-transition:color .28s ease;-ms-transition:color .28s ease;transition:color .28s ease}.tabs .tab a:hover{color:#f9c9cb}.tabs .tab.disabled a{color:#f9c9cb;cursor:default}.tabs .indicator{position:absolute;bottom:0;height:2px;background-color:#f6b2b5;will-change:left, right}.hide-tab-scrollbar{position:relative;height:48px;overflow:hidden}.hide-tab-scrollbar .tabs{overflow-x:scroll;overflow-y:hidden}.scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.material-tooltip{padding:10px 8px;font-size:1rem;z-index:2000;background-color:transparent;border-radius:2px;color:#fff;min-height:36px;line-height:120%;opacity:0;display:none;position:absolute;text-align:center;max-width:calc(100% - 4px);overflow:hidden;left:0;top:0;will-change:top, left}.backdrop{position:absolute;opacity:0;display:none;height:7px;width:14px;border-radius:0 0 14px 14px;background-color:#323232;z-index:-1;-webkit-transform-origin:50% 10%;-moz-transform-origin:50% 10%;-ms-transform-origin:50% 10%;-o-transform-origin:50% 10%;transform-origin:50% 10%;will-change:transform, opacity}.btn,.btn-large,.btn-flat{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}.btn.disabled,.disabled.btn-large,.btn-floating.disabled,.btn-large.disabled,.btn:disabled,.btn-large:disabled,.btn-large:disabled,.btn-floating:disabled{background-color:#DFDFDF !important;box-shadow:none;color:#9F9F9F !important;cursor:default}.btn.disabled *,.disabled.btn-large *,.btn-floating.disabled *,.btn-large.disabled *,.btn:disabled *,.btn-large:disabled *,.btn-large:disabled *,.btn-floating:disabled *{pointer-events:none}.btn.disabled:hover,.disabled.btn-large:hover,.btn-floating.disabled:hover,.btn-large.disabled:hover,.btn:disabled:hover,.btn-large:disabled:hover,.btn-large:disabled:hover,.btn-floating:disabled:hover{background-color:#DFDFDF;color:#9F9F9F}.btn i,.btn-large i,.btn-floating i,.btn-large i,.btn-flat i{font-size:1.3rem;line-height:inherit}.btn,.btn-large{text-decoration:none;color:#fff;background-color:#26a69a;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}.btn:hover,.btn-large:hover{background-color:#2bbbad}.btn-floating{display:inline-block;color:#fff;position:relative;overflow:hidden;z-index:1;width:37px;height:37px;line-height:37px;padding:0;background-color:#26a69a;border-radius:50%;transition:.3s;cursor:pointer;vertical-align:middle}.btn-floating i{width:inherit;display:inline-block;text-align:center;color:#fff;font-size:1.6rem;line-height:37px}.btn-floating:before{border-radius:0}.btn-floating.btn-large{width:55.5px;height:55.5px}.btn-floating.btn-large i{line-height:55.5px}button.btn-floating{border:none}.fixed-action-btn{position:fixed;right:23px;bottom:23px;padding-top:15px;margin-bottom:0;z-index:998}.fixed-action-btn.active ul{visibility:visible}.fixed-action-btn.horizontal{padding:0 0 0 15px}.fixed-action-btn.horizontal ul{text-align:right;right:64px;top:50%;transform:translateY(-50%);height:100%;left:initial;width:500px}.fixed-action-btn.horizontal ul li{display:inline-block;margin:15px 15px 0 0}.fixed-action-btn ul{left:0;right:0;text-align:center;position:absolute;bottom:64px;margin:0;visibility:hidden}.fixed-action-btn ul li{margin-bottom:15px}.fixed-action-btn ul a.btn-floating{opacity:0}.btn-flat{box-shadow:none;background-color:transparent;color:#343434;cursor:pointer}.btn-flat.disabled{color:#b3b3b3;cursor:default}.btn-large{height:54px;line-height:56px}.btn-large i{font-size:1.6rem}.btn-block{display:block}.dropdown-content{background-color:#fff;margin:0;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:999;will-change:width, height}.dropdown-content li{clear:both;color:rgba(0,0,0,0.87);cursor:pointer;min-height:50px;line-height:1.5rem;width:100%;text-align:left;text-transform:none}.dropdown-content li:hover,.dropdown-content li.active,.dropdown-content li.selected{background-color:#eee}.dropdown-content li.active.selected{background-color:#e1e1e1}.dropdown-content li.divider{min-height:0;height:1px}.dropdown-content li>a,.dropdown-content li>span{font-size:16px;color:#26a69a;display:block;line-height:22px;padding:14px 16px}.dropdown-content li>span>label{top:1px;left:3px;height:18px}.dropdown-content li>a>i{height:inherit;line-height:inherit}/*!
7 * Waves v0.6.0
8 * http://fian.my.id/Waves
9 *
10 * Copyright 2014 Alfiana E. Sibuea and other contributors
11 * Released under the MIT license
12 * https://github.com/fians/Waves/blob/master/LICENSE
13 */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;will-change:opacity, transform;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgba(0,0,0,0.2);-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;-o-transition:all 0.7s ease-out;-ms-transition:all 0.7s ease-out;transition:all 0.7s ease-out;-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background-color:rgba(255,255,255,0.45)}.waves-effect.waves-red .waves-ripple{background-color:rgba(244,67,54,0.7)}.waves-effect.waves-yellow .waves-ripple{background-color:rgba(255,235,59,0.7)}.waves-effect.waves-orange .waves-ripple{background-color:rgba(255,152,0,0.7)}.waves-effect.waves-purple .waves-ripple{background-color:rgba(156,39,176,0.7)}.waves-effect.waves-green .waves-ripple{background-color:rgba(76,175,80,0.7)}.waves-effect.waves-teal .waves-ripple{background-color:rgba(0,150,136,0.7)}.waves-effect input[type="button"],.waves-effect input[type="reset"],.waves-effect input[type="submit"]{border:0;font-style:normal;font-size:inherit;text-transform:inherit;background:none}.waves-notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;-ms-transition:none !important;transition:none !important}.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle, white 100%, black 100%)}.waves-input-wrapper{border-radius:0.2em;vertical-align:bottom}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%;-webkit-mask-image:none}.waves-block{display:block}a.waves-effect .waves-ripple{z-index:-1}.modal{display:none;position:fixed;left:0;right:0;background-color:#fafafa;padding:0;max-height:70%;width:55%;margin:auto;overflow-y:auto;border-radius:2px;will-change:top, opacity}@media only screen and (max-width : 992px){.modal{width:80%;}}.modal h1,.modal h2,.modal h3,.modal h4{margin-top:0}.modal .modal-content{padding:24px}.modal .modal-close{cursor:pointer}.modal .modal-footer{border-radius:0 0 2px 2px;background-color:#fafafa;padding:4px 6px;height:56px;width:100%}.modal .modal-footer .btn,.modal .modal-footer .btn-large,.modal .modal-footer .btn-flat{float:right;margin:6px 0}.lean-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background:#000;display:none;will-change:opacity}.modal.modal-fixed-footer{padding:0;height:70%}.modal.modal-fixed-footer .modal-content{position:absolute;height:calc(100% - 56px);max-height:100%;width:100%;overflow-y:auto}.modal.modal-fixed-footer .modal-footer{border-top:1px solid rgba(0,0,0,0.1);position:absolute;bottom:0}.modal.bottom-sheet{top:auto;bottom:-100%;margin:0;width:100%;max-height:45%;border-radius:0;will-change:bottom, opacity}.collapsible{border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;margin:0.5rem 0 1rem 0}.collapsible-header{display:block;cursor:pointer;min-height:3rem;line-height:3rem;padding:0 1rem;background-color:#fff;border-bottom:1px solid #ddd}.collapsible-header i{width:2rem;font-size:1.6rem;line-height:3rem;display:block;float:left;text-align:center;margin-right:1rem}.collapsible-body{display:none;border-bottom:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.collapsible-body p{margin:0;padding:2rem}.side-nav .collapsible{border:none;box-shadow:none}.side-nav .collapsible li{padding:0}.side-nav .collapsible-header{background-color:transparent;border:none;line-height:inherit;height:inherit;margin:0 1rem}.side-nav .collapsible-header i{line-height:inherit}.side-nav .collapsible-body{border:0;background-color:#fff}.side-nav .collapsible-body li a{margin:0 1rem 0 2rem}.collapsible.popout{border:none;box-shadow:none}.collapsible.popout>li{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);margin:0 24px;transition:margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.collapsible.popout>li.active{box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);margin:16px 0}.chip{display:inline-block;height:32px;font-size:13px;font-weight:500;color:rgba(0,0,0,0.6);line-height:32px;padding:0 12px;border-radius:16px;background-color:#e4e4e4}.chip img{float:left;margin:0 8px 0 -12px;height:32px;width:32px;border-radius:50%}.chip i.material-icons{cursor:pointer;float:right;font-size:16px;line-height:32px;padding-left:8px}.materialboxed{display:block;cursor:zoom-in;position:relative;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s;transition:opacity .4s}.materialboxed:hover{will-change:left, top, width, height}.materialboxed:hover:not(.active){opacity:.8}.materialboxed.active{cursor:zoom-out}#materialbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#292929;z-index:999;will-change:opacity}.materialbox-caption{position:fixed;display:none;color:#fff;line-height:50px;bottom:0;width:100%;text-align:center;padding:0% 15%;height:50px;z-index:1000;-webkit-font-smoothing:antialiased}select:focus{outline:1px solid #c9f3ef}button:focus{outline:none;background-color:#2ab7a9}label{font-size:0.8rem;color:#9e9e9e}::-webkit-input-placeholder{color:#d1d1d1}:-moz-placeholder{color:#d1d1d1}::-moz-placeholder{color:#d1d1d1}:-ms-input-placeholder{color:#d1d1d1}input[type=text],input[type=password],input[type=email],input[type=url],input[type=time],input[type=date],input[type=datetime-local],input[type=tel],input[type=number],input[type=search],textarea.materialize-textarea{background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;height:3rem;width:100%;font-size:1rem;margin:0 0 15px 0;padding:0;box-shadow:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;transition:all .3s}input[type=text]:disabled,input[type=text][readonly="readonly"],input[type=password]:disabled,input[type=password][readonly="readonly"],input[type=email]:disabled,input[type=email][readonly="readonly"],input[type=url]:disabled,input[type=url][readonly="readonly"],input[type=time]:disabled,input[type=time][readonly="readonly"],input[type=date]:disabled,input[type=date][readonly="readonly"],input[type=datetime-local]:disabled,input[type=datetime-local][readonly="readonly"],input[type=tel]:disabled,input[type=tel][readonly="readonly"],input[type=number]:disabled,input[type=number][readonly="readonly"],input[type=search]:disabled,input[type=search][readonly="readonly"],textarea.materialize-textarea:disabled,textarea.materialize-textarea[readonly="readonly"]{color:rgba(0,0,0,0.26);border-bottom:1px dotted rgba(0,0,0,0.26)}input[type=text]:disabled+label,input[type=text][readonly="readonly"]+label,input[type=password]:disabled+label,input[type=password][readonly="readonly"]+label,input[type=email]:disabled+label,input[type=email][readonly="readonly"]+label,input[type=url]:disabled+label,input[type=url][readonly="readonly"]+label,input[type=time]:disabled+label,input[type=time][readonly="readonly"]+label,input[type=date]:disabled+label,input[type=date][readonly="readonly"]+label,input[type=datetime-local]:disabled+label,input[type=datetime-local][readonly="readonly"]+label,input[type=tel]:disabled+label,input[type=tel][readonly="readonly"]+label,input[type=number]:disabled+label,input[type=number][readonly="readonly"]+label,input[type=search]:disabled+label,input[type=search][readonly="readonly"]+label,textarea.materialize-textarea:disabled+label,textarea.materialize-textarea[readonly="readonly"]+label{color:rgba(0,0,0,0.26)}input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){border-bottom:1px solid #26a69a;box-shadow:0 1px 0 0 #26a69a}input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label,input[type=email]:focus:not([readonly])+label,input[type=url]:focus:not([readonly])+label,input[type=time]:focus:not([readonly])+label,input[type=date]:focus:not([readonly])+label,input[type=datetime-local]:focus:not([readonly])+label,input[type=tel]:focus:not([readonly])+label,input[type=number]:focus:not([readonly])+label,input[type=search]:focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label{color:#26a69a}input[type=text].valid,input[type=text]:focus.valid,input[type=password].valid,input[type=password]:focus.valid,input[type=email].valid,input[type=email]:focus.valid,input[type=url].valid,input[type=url]:focus.valid,input[type=time].valid,input[type=time]:focus.valid,input[type=date].valid,input[type=date]:focus.valid,input[type=datetime-local].valid,input[type=datetime-local]:focus.valid,input[type=tel].valid,input[type=tel]:focus.valid,input[type=number].valid,input[type=number]:focus.valid,input[type=search].valid,input[type=search]:focus.valid,textarea.materialize-textarea.valid,textarea.materialize-textarea:focus.valid{border-bottom:1px solid #4CAF50;box-shadow:0 1px 0 0 #4CAF50}input[type=text].valid+label:after,input[type=text]:focus.valid+label:after,input[type=password].valid+label:after,input[type=password]:focus.valid+label:after,input[type=email].valid+label:after,input[type=email]:focus.valid+label:after,input[type=url].valid+label:after,input[type=url]:focus.valid+label:after,input[type=time].valid+label:after,input[type=time]:focus.valid+label:after,input[type=date].valid+label:after,input[type=date]:focus.valid+label:after,input[type=datetime-local].valid+label:after,input[type=datetime-local]:focus.valid+label:after,input[type=tel].valid+label:after,input[type=tel]:focus.valid+label:after,input[type=number].valid+label:after,input[type=number]:focus.valid+label:after,input[type=search].valid+label:after,input[type=search]:focus.valid+label:after,textarea.materialize-textarea.valid+label:after,textarea.materialize-textarea:focus.valid+label:after{content:attr(data-success);color:#4CAF50;opacity:1}input[type=text].invalid,input[type=text]:focus.invalid,input[type=password].invalid,input[type=password]:focus.invalid,input[type=email].invalid,input[type=email]:focus.invalid,input[type=url].invalid,input[type=url]:focus.invalid,input[type=time].invalid,input[type=time]:focus.invalid,input[type=date].invalid,input[type=date]:focus.invalid,input[type=datetime-local].invalid,input[type=datetime-local]:focus.invalid,input[type=tel].invalid,input[type=tel]:focus.invalid,input[type=number].invalid,input[type=number]:focus.invalid,input[type=search].invalid,input[type=search]:focus.invalid,textarea.materialize-textarea.invalid,textarea.materialize-textarea:focus.invalid{border-bottom:1px solid #F44336;box-shadow:0 1px 0 0 #F44336}input[type=text].invalid+label:after,input[type=text]:focus.invalid+label:after,input[type=password].invalid+label:after,input[type=password]:focus.invalid+label:after,input[type=email].invalid+label:after,input[type=email]:focus.invalid+label:after,input[type=url].invalid+label:after,input[type=url]:focus.invalid+label:after,input[type=time].invalid+label:after,input[type=time]:focus.invalid+label:after,input[type=date].invalid+label:after,input[type=date]:focus.invalid+label:after,input[type=datetime-local].invalid+label:after,input[type=datetime-local]:focus.invalid+label:after,input[type=tel].invalid+label:after,input[type=tel]:focus.invalid+label:after,input[type=number].invalid+label:after,input[type=number]:focus.invalid+label:after,input[type=search].invalid+label:after,input[type=search]:focus.invalid+label:after,textarea.materialize-textarea.invalid+label:after,textarea.materialize-textarea:focus.invalid+label:after{content:attr(data-error);color:#F44336;opacity:1}input[type=text]+label:after,input[type=password]+label:after,input[type=email]+label:after,input[type=url]+label:after,input[type=time]+label:after,input[type=date]+label:after,input[type=datetime-local]+label:after,input[type=tel]+label:after,input[type=number]+label:after,input[type=search]+label:after,textarea.materialize-textarea+label:after{display:block;content:"";position:absolute;top:65px;opacity:0;transition:.2s opacity ease-out,.2s color ease-out}.input-field{position:relative;margin-top:1rem}.input-field label{color:#9e9e9e;position:absolute;top:0.8rem;left:0.75rem;font-size:1rem;cursor:text;-webkit-transition:.2s ease-out;-moz-transition:.2s ease-out;-o-transition:.2s ease-out;-ms-transition:.2s ease-out;transition:.2s ease-out}.input-field label.active{font-size:0.8rem;-webkit-transform:translateY(-140%);-moz-transform:translateY(-140%);-ms-transform:translateY(-140%);-o-transform:translateY(-140%);transform:translateY(-140%)}.input-field .prefix{position:absolute;width:3rem;font-size:2rem;-webkit-transition:color .2s;-moz-transition:color .2s;-o-transition:color .2s;-ms-transition:color .2s;transition:color .2s}.input-field .prefix.active{color:#26a69a}.input-field .prefix ~ input,.input-field .prefix ~ textarea{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.input-field .prefix ~ textarea{padding-top:.8rem}.input-field .prefix ~ label{margin-left:3rem}@media only screen and (max-width : 992px){.input-field .prefix ~ input{width:86%;width:calc(100% - 3rem)}}@media only screen and (max-width : 600px){.input-field .prefix ~ input{width:80%;width:calc(100% - 3rem)}}.input-field input[type=search]{display:block;line-height:inherit;padding-left:4rem;width:calc(100% - 4rem)}.input-field input[type=search]:focus{background-color:#fff;border:0;box-shadow:none;color:#444}.input-field input[type=search]:focus+label i,.input-field input[type=search]:focus ~ .mdi-navigation-close,.input-field input[type=search]:focus ~ .material-icons{color:#444}.input-field input[type=search]+label{left:1rem}.input-field input[type=search] ~ .mdi-navigation-close,.input-field input[type=search] ~ .material-icons{position:absolute;top:0;right:1rem;color:transparent;cursor:pointer;font-size:2rem;transition:.3s color}textarea{width:100%;height:3rem;background-color:transparent}textarea.materialize-textarea{overflow-y:hidden;padding:1.6rem 0;resize:none;min-height:3rem}.hiddendiv{display:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;padding-top:1.2rem}[type="radio"]:not(:checked),[type="radio"]:checked{position:absolute;left:-9999px;visibility:hidden}[type="radio"]:not(:checked)+label,[type="radio"]:checked+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-transition:.28s ease;-moz-transition:.28s ease;-o-transition:.28s ease;-ms-transition:.28s ease;transition:.28s ease;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}[type="radio"]+label:before,[type="radio"]+label:after{content:'';position:absolute;left:0;top:0;margin:4px;width:16px;height:16px;z-index:0;-webkit-transition:.28s ease;-moz-transition:.28s ease;-o-transition:.28s ease;-ms-transition:.28s ease;transition:.28s ease}[type="radio"]:not(:checked)+label:before{border-radius:50%;border:2px solid #5a5a5a}[type="radio"]:not(:checked)+label:after{border-radius:50%;border:2px solid #5a5a5a;z-index:-1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}[type="radio"]:checked+label:before{border-radius:50%;border:2px solid transparent}[type="radio"]:checked+label:after{border-radius:50%;border:2px solid #26a69a;background-color:#26a69a;z-index:0;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}[type="radio"].with-gap:checked+label:before{border-radius:50%;border:2px solid #26a69a}[type="radio"].with-gap:checked+label:after{border-radius:50%;border:2px solid #26a69a;background-color:#26a69a;z-index:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}[type="radio"].with-gap:disabled:checked+label:before{border:2px solid rgba(0,0,0,0.26)}[type="radio"].with-gap:disabled:checked+label:after{border:none;background-color:rgba(0,0,0,0.26)}[type="radio"]:disabled:not(:checked)+label:before,[type="radio"]:disabled:checked+label:before{background-color:transparent;border-color:rgba(0,0,0,0.26)}[type="radio"]:disabled+label{color:rgba(0,0,0,0.26)}[type="radio"]:disabled:not(:checked)+label:before{border-color:rgba(0,0,0,0.26)}[type="radio"]:disabled:checked+label:after{background-color:rgba(0,0,0,0.26);border-color:#BDBDBD}form p{margin-bottom:10px;text-align:left}form p:last-child{margin-bottom:0}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px;visibility:hidden}[type="checkbox"]{}[type="checkbox"]+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}[type="checkbox"]+label:before{content:'';position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:2px;-webkit-transition:0.2s;-moz-transition:0.2s;-o-transition:0.2s;-ms-transition:0.2s;transition:0.2s}[type="checkbox"]:not(:checked):disabled+label:before{border:none;background-color:rgba(0,0,0,0.26)}[type="checkbox"]:checked+label:before{top:-4px;left:-3px;width:12px;height:22px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #26a69a;border-bottom:2px solid #26a69a;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg);-webkit-backface-visibility:hidden;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:checked:disabled+label:before{border-right:2px solid rgba(0,0,0,0.26);border-bottom:2px solid rgba(0,0,0,0.26)}[type="checkbox"]:indeterminate+label:before{left:-10px;top:-11px;width:10px;height:22px;border-top:none;border-left:none;border-right:2px solid #26a69a;border-bottom:none;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-backface-visibility:hidden;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:indeterminate:disabled+label:before{border-right:2px solid rgba(0,0,0,0.26);background-color:transparent}[type="checkbox"].filled-in+label:after{border-radius:2px}[type="checkbox"].filled-in+label:before,[type="checkbox"].filled-in+label:after{content:'';left:0;position:absolute;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}[type="checkbox"].filled-in:not(:checked)+label:before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:20% 40%;transform-origin:100% 100%}[type="checkbox"].filled-in:not(:checked)+label:after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0px;z-index:0}[type="checkbox"].filled-in:checked+label:before{top:0;left:1px;width:8px;height:13px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"].filled-in:checked+label:after{top:0px;width:20px;height:20px;border:2px solid #26a69a;background-color:#26a69a;z-index:0}[type="checkbox"].filled-in:disabled:not(:checked)+label:before{background-color:transparent;border:2px solid transparent}[type="checkbox"].filled-in:disabled:not(:checked)+label:after{border-color:transparent;background-color:#BDBDBD}[type="checkbox"].filled-in:disabled:checked+label:before{background-color:transparent}[type="checkbox"].filled-in:disabled:checked+label:after{background-color:#BDBDBD;border-color:#BDBDBD}.switch,.switch *{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{opacity:0;width:0;height:0}.switch label input[type=checkbox]:checked+.lever{background-color:#84c7c1}.switch label input[type=checkbox]:checked+.lever:after{background-color:#26a69a}.switch label .lever{content:"";display:inline-block;position:relative;width:40px;height:15px;background-color:#818181;border-radius:15px;margin-right:10px;transition:background 0.3s ease;vertical-align:middle;margin:0 16px}.switch label .lever:after{content:"";position:absolute;display:inline-block;width:21px;height:21px;background-color:#F1F1F1;border-radius:21px;box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);left:-5px;top:-3px;transition:left 0.3s ease,background .3s ease,box-shadow 0.1s ease}input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(38,166,154,0.1)}input[type=checkbox]:not(:disabled) ~ .lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.08)}.switch label input[type=checkbox]:checked+.lever:after{left:24px}.switch input[type=checkbox][disabled]+.lever{cursor:default}.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#BDBDBD}.select-label{position:absolute}.select-wrapper{position:relative}.select-wrapper input.select-dropdown{position:relative;cursor:pointer;background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;outline:none;height:3rem;line-height:3rem;width:100%;font-size:1rem;margin:0 0 15px 0;padding:0;display:block}.select-wrapper span.caret{color:initial;position:absolute;right:0;top:16px;font-size:10px}.select-wrapper span.caret.disabled{color:rgba(0,0,0,0.26)}.select-wrapper+label{position:absolute;top:-14px;font-size:0.8rem}select{display:none}select.browser-default{display:block}select:disabled{color:rgba(0,0,0,0.3)}.select-wrapper input.select-dropdown:disabled{color:rgba(0,0,0,0.3);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:1px solid rgba(0,0,0,0.3)}.select-wrapper i{color:rgba(0,0,0,0.3)}.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup{color:rgba(0,0,0,0.3);background-color:transparent}.select-dropdown li img{height:40px;width:40px;margin:5px 15px;float:right}.select-dropdown li.optgroup{border-top:1px solid #eee}.select-dropdown li.optgroup.selected>span{color:rgba(0,0,0,0.7)}.select-dropdown li.optgroup>span{color:rgba(0,0,0,0.4)}.select-dropdown li.optgroup ~ li:not(.optgroup){padding-left:1rem}.file-field{position:relative}.file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.file-field input.file-path{width:100%}.file-field .btn,.file-field .btn-large{float:left;height:3rem;line-height:3rem}.file-field span{cursor:pointer}.file-field input[type=file]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.range-field{position:relative}input[type=range],input[type=range]+.thumb{cursor:pointer}input[type=range]{position:relative;background-color:transparent;border:none;outline:none;width:100%;margin:15px 0px;padding:0}input[type=range]+.thumb{position:absolute;border:none;height:0;width:0;border-radius:50%;background-color:#26a69a;top:10px;margin-left:-6px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input[type=range]+.thumb .value{display:block;width:30px;text-align:center;color:#26a69a;font-size:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}input[type=range]+.thumb.active .value{color:#fff;margin-left:-1px;margin-top:8px;font-size:10px}input[type=range]:focus{outline:none}input[type=range]{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{height:3px;background:#c2c0c2;border:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:14px;width:14px;border-radius:50%;background-color:#26a69a;transform-origin:50% 50%;margin:-5px 0 0 0;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s}input[type=range]:focus::-webkit-slider-runnable-track{background:#ccc}input[type=range]{border:1px solid white}input[type=range]::-moz-range-track{height:3px;background:#ddd;border:none}input[type=range]::-moz-range-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a;margin-top:-5px}input[type=range]:-moz-focusring{outline:1px solid white;outline-offset:-1px}input[type=range]:focus::-moz-range-track{background:#ccc}input[type=range]::-ms-track{height:3px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}input[type=range]::-ms-fill-lower{background:#777}input[type=range]::-ms-fill-upper{background:#ddd}input[type=range]::-ms-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a}input[type=range]:focus::-ms-fill-lower{background:#888}input[type=range]:focus::-ms-fill-upper{background:#ccc}select{background-color:rgba(255,255,255,0.9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:3rem}.table-of-contents.fixed{position:fixed}.table-of-contents li{padding:2px 0}.table-of-contents a{display:inline-block;font-weight:300;color:#757575;padding-left:20px;height:1.5rem;line-height:1.5rem;letter-spacing:.4;display:inline-block}.table-of-contents a:hover{color:#a8a8a8;padding-left:19px;border-left:1px solid #ea4a4f}.table-of-contents a.active{font-weight:500;padding-left:18px;border-left:2px solid #ea4a4f}.side-nav{position:fixed;width:240px;left:-105%;top:0;margin:0;height:100%;height:calc(100% + 60px);height:-moz-calc(100%);padding-bottom:60px;background-color:#fff;z-index:999;overflow-y:auto;will-change:left}.side-nav.right-aligned{will-change:right;right:-105%;left:auto}.side-nav .collapsible{margin:0}.side-nav li{float:none;padding:0 15px}.side-nav li:hover,.side-nav li.active{background-color:#ddd}.side-nav a{color:#444;display:block;font-size:1rem;height:64px;line-height:64px;padding:0 15px}.drag-target{height:100%;width:10px;position:fixed;top:0;z-index:998}.side-nav.fixed a{display:block;padding:0 15px;color:#444}.side-nav.fixed{left:0;position:fixed}.side-nav.fixed.right-aligned{right:0;left:auto}@media only screen and (max-width : 992px){.side-nav.fixed{left:-105%}.side-nav.fixed.right-aligned{right:-105%;left:auto}}.side-nav .collapsible-body li.active,.side-nav.fixed .collapsible-body li.active{background-color:#ee6e73}.side-nav .collapsible-body li.active a,.side-nav.fixed .collapsible-body li.active a{color:#fff}#sidenav-overlay{position:fixed;top:0;left:0;right:0;height:120vh;background-color:rgba(0,0,0,0.5);z-index:997;will-change:opacity}.preloader-wrapper{display:inline-block;position:relative;width:48px;height:48px}.preloader-wrapper.small{width:36px;height:36px}.preloader-wrapper.big{width:64px;height:64px}.preloader-wrapper.active{-webkit-animation:container-rotate 1568ms linear infinite;animation:container-rotate 1568ms linear infinite}@-webkit-keyframes container-rotate{to{-webkit-transform:rotate(360deg)}}@keyframes container-rotate{to{transform:rotate(360deg)}}.spinner-layer{position:absolute;width:100%;height:100%;opacity:0;border-color:#26a69a}.spinner-blue,.spinner-blue-only{border-color:#4285f4}.spinner-red,.spinner-red-only{border-color:#db4437}.spinner-yellow,.spinner-yellow-only{border-color:#f4b400}.spinner-green,.spinner-green-only{border-color:#0f9d58}.active .spinner-layer.spinner-blue{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer.spinner-red{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer.spinner-yellow{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer.spinner-green{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .spinner-layer,.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only,.active .spinner-layer.spinner-green-only{opacity:1;-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}@-webkit-keyframes fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg)}}@keyframes fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@-webkit-keyframes blue-fade-in-out{from{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}100%{opacity:1}}@keyframes blue-fade-in-out{from{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}100%{opacity:1}}@-webkit-keyframes red-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@keyframes red-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@-webkit-keyframes yellow-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@keyframes yellow-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@-webkit-keyframes green-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}100%{opacity:0}}@keyframes green-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}100%{opacity:0}}.gap-patch{position:absolute;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}.gap-patch .circle{width:1000%;left:-450%}.circle-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}.circle-clipper .circle{width:200%;height:100%;border-width:3px;border-style:solid;border-color:inherit;border-bottom-color:transparent !important;border-radius:50%;-webkit-animation:none;animation:none;position:absolute;top:0;right:0;bottom:0}.circle-clipper.left .circle{left:0;border-right-color:transparent !important;-webkit-transform:rotate(129deg);transform:rotate(129deg)}.circle-clipper.right .circle{left:-100%;border-left-color:transparent !important;-webkit-transform:rotate(-129deg);transform:rotate(-129deg)}.active .circle-clipper.left .circle{-webkit-animation:left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.active .circle-clipper.right .circle{-webkit-animation:right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;animation:right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}@-webkit-keyframes left-spin{from{-webkit-transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg)}}@keyframes left-spin{from{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@-webkit-keyframes right-spin{from{-webkit-transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg)}}@keyframes right-spin{from{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}#spinnerContainer.cooldown{-webkit-animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1)}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.slider{position:relative;height:400px;width:100%}.slider.fullscreen{height:100%;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.slider.fullscreen ul.slides{height:100%}.slider.fullscreen ul.indicators{z-index:2;bottom:30px}.slider .slides{background-color:#9e9e9e;margin:0;height:400px}.slider .slides li{opacity:0;position:absolute;top:0;left:0;z-index:1;width:100%;height:inherit;overflow:hidden}.slider .slides li img{height:100%;width:100%;background-size:cover;background-position:center}.slider .slides li .caption{color:#fff;position:absolute;top:15%;left:15%;width:70%;opacity:0}.slider .slides li .caption p{color:#e0e0e0}.slider .slides li.active{z-index:2}.slider .indicators{position:absolute;text-align:center;left:0;right:0;bottom:0;margin:0}.slider .indicators .indicator-item{display:inline-block;position:relative;cursor:pointer;height:16px;width:16px;margin:0 12px;background-color:#e0e0e0;-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s;border-radius:50%}.slider .indicators .indicator-item.active{background-color:#4CAF50}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
14 * Default mobile-first, responsive styling for pickadate.js
15 * Demo: http://amsul.github.io/pickadate.js
16 */.picker__holder,.picker__frame{bottom:0;left:0;right:0;top:100%}.picker__holder{position:fixed;-webkit-transition:background 0.15s ease-out,top 0s 0.15s;-moz-transition:background 0.15s ease-out,top 0s 0.15s;transition:background 0.15s ease-out,top 0s 0.15s;-webkit-backface-visibility:hidden}.picker__frame{position:absolute;margin:0 auto;min-width:256px;width:300px;max-height:350px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}@media (min-height: 28.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height: 40.125em){.picker__frame{margin-bottom:7.5%}}.picker__wrap{display:table;width:100%;height:100%}@media (min-height: 28.875em){.picker__wrap{display:block}}.picker__box{background:#ffffff;display:table-cell;vertical-align:middle}@media (min-height: 28.875em){.picker__box{display:block;border:1px solid #777777;border-top-color:#898989;border-bottom-width:0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 12px 36px 16px rgba(0,0,0,0.24);-moz-box-shadow:0 12px 36px 16px rgba(0,0,0,0.24);box-shadow:0 12px 36px 16px rgba(0,0,0,0.24)}}.picker--opened .picker__holder{top:0;background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,0.32);-webkit-transition:background 0.15s ease-out;-moz-transition:background 0.15s ease-out;transition:background 0.15s ease-out}.picker--opened .picker__frame{top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height: 35.875em){.picker--opened .picker__frame{top:10%;bottom:20% auto}}.picker__input.picker__input--active{border-color:#E3F2FD}.picker__frame{margin:0 auto;max-width:325px}@media (min-height: 38.875em){.picker--opened .picker__frame{top:10%;bottom:auto}}.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{display:inline-block;margin-left:.25em;margin-right:.25em}.picker__select--month,.picker__select--year{height:2em;padding:0;margin-left:.25em;margin-right:.25em}.picker__select--month.browser-default{display:inline;background-color:#FFFFFF;width:40%}.picker__select--year.browser-default{display:inline;background-color:#FFFFFF;width:25%}.picker__select--month:focus,.picker__select--year:focus{border-color:rgba(0,0,0,0.05)}.picker__nav--prev,.picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-0.25em}.picker__nav--prev{left:-1em;padding-right:1.25em}.picker__nav--next{right:-1em;padding-left:1.25em}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:1rem;width:100%;margin-top:.75em;margin-bottom:.5em}.picker__table th,.picker__table td{text-align:center}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999999;font-weight:500}@media (min-height: 33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day--today{position:relative;color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent}.picker__day--disabled:before{border-top-color:#aaaaaa}.picker__day--infocus:hover{cursor:pointer;color:#000;font-weight:500}.picker__day--outfocus{display:none;padding:.75rem 0;color:#fff}.picker__day--outfocus:hover{cursor:pointer;color:#dddddd;font-weight:500}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{border-radius:50%;-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75);background:#0089ec;color:#ffffff}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbbbbb}.picker__footer{text-align:center;display:flex;align-items:center;justify-content:space-between}.picker__button--today,.picker__button--clear,.picker__button--close{border:1px solid #ffffff;background:#ffffff;font-size:.8em;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus{background:#b1dcfb;border-color:rgba(0,0,0,0.05);outline:none}.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before{position:relative;display:inline-block;height:0}.picker__button--today:before,.picker__button--clear:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-0.05em;width:0;border-top:0.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-0.25em;width:.66em;border-top:3px solid #ee2200}.picker__button--close:before{content:"\D7";top:-0.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaaaaa}.picker__box{border-radius:2px;overflow:hidden}.picker__date-display{text-align:center;background-color:#26a69a;color:#fff;padding-bottom:15px;font-weight:300}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000000;background:#a1ded8}.picker__weekday-display{background-color:#1f897f;padding:10px;font-weight:200;letter-spacing:.5;font-size:1rem;margin-bottom:15px}.picker__month-display{text-transform:uppercase;font-size:2rem}.picker__day-display{font-size:4.5rem;font-weight:400}.picker__year-display{font-size:1.8rem;color:rgba(255,255,255,0.4)}.picker__box{padding:0}.picker__calendar-container{padding:0 1rem}.picker__calendar-container thead{border:none}.picker__table{margin-top:0;margin-bottom:.5em}.picker__day--infocus{color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent}.picker__day.picker__day--today{color:#26a69a}.picker__day.picker__day--today.picker__day--selected{color:#fff}.picker__weekday{font-size:.9rem}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{border-radius:50%;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);background-color:#26a69a;color:#ffffff}.picker__day--selected.picker__day--outfocus,.picker__day--selected:hover.picker__day--outfocus,.picker--focused .picker__day--selected.picker__day--outfocus{background-color:#a1ded8}.picker__footer{text-align:right;padding:5px 10px}.picker__close,.picker__today{font-size:1.1rem;padding:0 1rem;color:#26a69a}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:0.75em solid #676767;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:0.75em solid #676767}button.picker__today:focus,button.picker__clear:focus,button.picker__close:focus{background-color:#a1ded8}.picker__list{list-style:none;padding:0.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;margin-bottom:-1px;position:relative;background:#ffffff;padding:.75em 1.25em}@media (min-height: 46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-color:#0089ec;z-index:10}.picker__list-item--highlighted{border-color:#0089ec;z-index:10}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{cursor:pointer;color:#000000;background:#b1dcfb}.picker__list-item--selected,.picker__list-item--selected:hover,.picker--focused .picker__list-item--selected{background:#0089ec;color:#ffffff;z-index:10}.picker__list-item--disabled,.picker__list-item--disabled:hover,.picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default;border-color:#dddddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:none;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000000;background:#b1dcfb;background:#ee2200;border-color:#ee2200;cursor:pointer;color:#ffffff;outline:none}.picker--time .picker__button--clear:before{top:-0.25em;color:#666;font-size:1.25em;font-weight:bold}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#ffffff}.picker--time .picker__frame{min-width:256px;max-width:320px}.picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0}@media (min-height: 40.125em){.picker--time .picker__box{margin-bottom:5em}} \ No newline at end of file