UNPKG

18.5 kBCSSView Raw
1/*!
2 * Bootstrap v3.2.0 (http://getbootstrap.com)
3 * Copyright 2011-2014 Twitter, Inc.
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 */
6
7/*!
8 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=242b77ebf84da0cd12cf)
9 * Config saved to config.json and https://gist.github.com/242b77ebf84da0cd12cf
10 */
11/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
12html {
13 font-family: sans-serif;
14 -ms-text-size-adjust: 100%;
15 -webkit-text-size-adjust: 100%;
16}
17body {
18 margin: 0;
19}
20article,
21aside,
22details,
23figcaption,
24figure,
25footer,
26header,
27hgroup,
28main,
29nav,
30section,
31summary {
32 display: block;
33}
34audio,
35canvas,
36progress,
37video {
38 display: inline-block;
39 vertical-align: baseline;
40}
41audio:not([controls]) {
42 display: none;
43 height: 0;
44}
45[hidden],
46template {
47 display: none;
48}
49a {
50 background: transparent;
51}
52a:active,
53a:hover {
54 outline: 0;
55}
56abbr[title] {
57 border-bottom: 1px dotted;
58}
59b,
60strong {
61 font-weight: bold;
62}
63dfn {
64 font-style: italic;
65}
66h1 {
67 font-size: 2em;
68 margin: 0.67em 0;
69}
70mark {
71 background: #ff0;
72 color: #000;
73}
74small {
75 font-size: 80%;
76}
77sub,
78sup {
79 font-size: 75%;
80 line-height: 0;
81 position: relative;
82 vertical-align: baseline;
83}
84sup {
85 top: -0.5em;
86}
87sub {
88 bottom: -0.25em;
89}
90img {
91 border: 0;
92}
93svg:not(:root) {
94 overflow: hidden;
95}
96figure {
97 margin: 1em 40px;
98}
99hr {
100 -moz-box-sizing: content-box;
101 box-sizing: content-box;
102 height: 0;
103}
104pre {
105 overflow: auto;
106}
107code,
108kbd,
109pre,
110samp {
111 font-family: monospace, monospace;
112 font-size: 1em;
113}
114button,
115input,
116optgroup,
117select,
118textarea {
119 color: inherit;
120 font: inherit;
121 margin: 0;
122}
123button {
124 overflow: visible;
125}
126button,
127select {
128 text-transform: none;
129}
130button,
131html input[type="button"],
132input[type="reset"],
133input[type="submit"] {
134 -webkit-appearance: button;
135 cursor: pointer;
136}
137button[disabled],
138html input[disabled] {
139 cursor: default;
140}
141button::-moz-focus-inner,
142input::-moz-focus-inner {
143 border: 0;
144 padding: 0;
145}
146input {
147 line-height: normal;
148}
149input[type="checkbox"],
150input[type="radio"] {
151 box-sizing: border-box;
152 padding: 0;
153}
154input[type="number"]::-webkit-inner-spin-button,
155input[type="number"]::-webkit-outer-spin-button {
156 height: auto;
157}
158input[type="search"] {
159 -webkit-appearance: textfield;
160 -moz-box-sizing: content-box;
161 -webkit-box-sizing: content-box;
162 box-sizing: content-box;
163}
164input[type="search"]::-webkit-search-cancel-button,
165input[type="search"]::-webkit-search-decoration {
166 -webkit-appearance: none;
167}
168fieldset {
169 border: 1px solid #c0c0c0;
170 margin: 0 2px;
171 padding: 0.35em 0.625em 0.75em;
172}
173legend {
174 border: 0;
175 padding: 0;
176}
177textarea {
178 overflow: auto;
179}
180optgroup {
181 font-weight: bold;
182}
183table {
184 border-collapse: collapse;
185 border-spacing: 0;
186}
187td,
188th {
189 padding: 0;
190}
191* {
192 -webkit-box-sizing: border-box;
193 -moz-box-sizing: border-box;
194 box-sizing: border-box;
195}
196*:before,
197*:after {
198 -webkit-box-sizing: border-box;
199 -moz-box-sizing: border-box;
200 box-sizing: border-box;
201}
202html {
203 font-size: 10px;
204 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
205}
206body {
207 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
208 font-size: 14px;
209 line-height: 1.42857143;
210 color: #333333;
211 background-color: #ffffff;
212}
213input,
214button,
215select,
216textarea {
217 font-family: inherit;
218 font-size: inherit;
219 line-height: inherit;
220}
221a {
222 color: #428bca;
223 text-decoration: none;
224}
225a:hover,
226a:focus {
227 color: #2a6496;
228 text-decoration: underline;
229}
230a:focus {
231 outline: thin dotted;
232 outline: 5px auto -webkit-focus-ring-color;
233 outline-offset: -2px;
234}
235figure {
236 margin: 0;
237}
238img {
239 vertical-align: middle;
240}
241.img-responsive {
242 display: block;
243 width: 100% \9;
244 max-width: 100%;
245 height: auto;
246}
247.img-rounded {
248 border-radius: 6px;
249}
250.img-thumbnail {
251 padding: 4px;
252 line-height: 1.42857143;
253 background-color: #ffffff;
254 border: 1px solid #dddddd;
255 border-radius: 4px;
256 -webkit-transition: all 0.2s ease-in-out;
257 -o-transition: all 0.2s ease-in-out;
258 transition: all 0.2s ease-in-out;
259 display: inline-block;
260 width: 100% \9;
261 max-width: 100%;
262 height: auto;
263}
264.img-circle {
265 border-radius: 50%;
266}
267hr {
268 margin-top: 20px;
269 margin-bottom: 20px;
270 border: 0;
271 border-top: 1px solid #eeeeee;
272}
273.sr-only {
274 position: absolute;
275 width: 1px;
276 height: 1px;
277 margin: -1px;
278 padding: 0;
279 overflow: hidden;
280 clip: rect(0, 0, 0, 0);
281 border: 0;
282}
283.sr-only-focusable:active,
284.sr-only-focusable:focus {
285 position: static;
286 width: auto;
287 height: auto;
288 margin: 0;
289 overflow: visible;
290 clip: auto;
291}
292h1,
293h2,
294h3,
295h4,
296h5,
297h6,
298.h1,
299.h2,
300.h3,
301.h4,
302.h5,
303.h6 {
304 font-family: inherit;
305 font-weight: 500;
306 line-height: 1.1;
307 color: inherit;
308}
309h1 small,
310h2 small,
311h3 small,
312h4 small,
313h5 small,
314h6 small,
315.h1 small,
316.h2 small,
317.h3 small,
318.h4 small,
319.h5 small,
320.h6 small,
321h1 .small,
322h2 .small,
323h3 .small,
324h4 .small,
325h5 .small,
326h6 .small,
327.h1 .small,
328.h2 .small,
329.h3 .small,
330.h4 .small,
331.h5 .small,
332.h6 .small {
333 font-weight: normal;
334 line-height: 1;
335 color: #777777;
336}
337h1,
338.h1,
339h2,
340.h2,
341h3,
342.h3 {
343 margin-top: 20px;
344 margin-bottom: 10px;
345}
346h1 small,
347.h1 small,
348h2 small,
349.h2 small,
350h3 small,
351.h3 small,
352h1 .small,
353.h1 .small,
354h2 .small,
355.h2 .small,
356h3 .small,
357.h3 .small {
358 font-size: 65%;
359}
360h4,
361.h4,
362h5,
363.h5,
364h6,
365.h6 {
366 margin-top: 10px;
367 margin-bottom: 10px;
368}
369h4 small,
370.h4 small,
371h5 small,
372.h5 small,
373h6 small,
374.h6 small,
375h4 .small,
376.h4 .small,
377h5 .small,
378.h5 .small,
379h6 .small,
380.h6 .small {
381 font-size: 75%;
382}
383h1,
384.h1 {
385 font-size: 36px;
386}
387h2,
388.h2 {
389 font-size: 30px;
390}
391h3,
392.h3 {
393 font-size: 24px;
394}
395h4,
396.h4 {
397 font-size: 18px;
398}
399h5,
400.h5 {
401 font-size: 14px;
402}
403h6,
404.h6 {
405 font-size: 12px;
406}
407p {
408 margin: 0 0 10px;
409}
410.lead {
411 margin-bottom: 20px;
412 font-size: 16px;
413 font-weight: 300;
414 line-height: 1.4;
415}
416@media (min-width: 768px) {
417 .lead {
418 font-size: 21px;
419 }
420}
421small,
422.small {
423 font-size: 85%;
424}
425cite {
426 font-style: normal;
427}
428mark,
429.mark {
430 background-color: #fcf8e3;
431 padding: .2em;
432}
433.text-left {
434 text-align: left;
435}
436.text-right {
437 text-align: right;
438}
439.text-center {
440 text-align: center;
441}
442.text-justify {
443 text-align: justify;
444}
445.text-nowrap {
446 white-space: nowrap;
447}
448.text-lowercase {
449 text-transform: lowercase;
450}
451.text-uppercase {
452 text-transform: uppercase;
453}
454.text-capitalize {
455 text-transform: capitalize;
456}
457.text-muted {
458 color: #777777;
459}
460.text-primary {
461 color: #428bca;
462}
463a.text-primary:hover {
464 color: #3071a9;
465}
466.text-success {
467 color: #3c763d;
468}
469a.text-success:hover {
470 color: #2b542c;
471}
472.text-info {
473 color: #31708f;
474}
475a.text-info:hover {
476 color: #245269;
477}
478.text-warning {
479 color: #8a6d3b;
480}
481a.text-warning:hover {
482 color: #66512c;
483}
484.text-danger {
485 color: #a94442;
486}
487a.text-danger:hover {
488 color: #843534;
489}
490.bg-primary {
491 color: #fff;
492 background-color: #428bca;
493}
494a.bg-primary:hover {
495 background-color: #3071a9;
496}
497.bg-success {
498 background-color: #dff0d8;
499}
500a.bg-success:hover {
501 background-color: #c1e2b3;
502}
503.bg-info {
504 background-color: #d9edf7;
505}
506a.bg-info:hover {
507 background-color: #afd9ee;
508}
509.bg-warning {
510 background-color: #fcf8e3;
511}
512a.bg-warning:hover {
513 background-color: #f7ecb5;
514}
515.bg-danger {
516 background-color: #f2dede;
517}
518a.bg-danger:hover {
519 background-color: #e4b9b9;
520}
521.page-header {
522 padding-bottom: 9px;
523 margin: 40px 0 20px;
524 border-bottom: 1px solid #eeeeee;
525}
526ul,
527ol {
528 margin-top: 0;
529 margin-bottom: 10px;
530}
531ul ul,
532ol ul,
533ul ol,
534ol ol {
535 margin-bottom: 0;
536}
537.list-unstyled {
538 padding-left: 0;
539 list-style: none;
540}
541.list-inline {
542 padding-left: 0;
543 list-style: none;
544 margin-left: -5px;
545}
546.list-inline > li {
547 display: inline-block;
548 padding-left: 5px;
549 padding-right: 5px;
550}
551dl {
552 margin-top: 0;
553 margin-bottom: 20px;
554}
555dt,
556dd {
557 line-height: 1.42857143;
558}
559dt {
560 font-weight: bold;
561}
562dd {
563 margin-left: 0;
564}
565@media (min-width: 768px) {
566 .dl-horizontal dt {
567 float: left;
568 width: 160px;
569 clear: left;
570 text-align: right;
571 overflow: hidden;
572 text-overflow: ellipsis;
573 white-space: nowrap;
574 }
575 .dl-horizontal dd {
576 margin-left: 180px;
577 }
578}
579abbr[title],
580abbr[data-original-title] {
581 cursor: help;
582 border-bottom: 1px dotted #777777;
583}
584.initialism {
585 font-size: 90%;
586 text-transform: uppercase;
587}
588blockquote {
589 padding: 10px 20px;
590 margin: 0 0 20px;
591 font-size: 17.5px;
592 border-left: 5px solid #eeeeee;
593}
594blockquote p:last-child,
595blockquote ul:last-child,
596blockquote ol:last-child {
597 margin-bottom: 0;
598}
599blockquote footer,
600blockquote small,
601blockquote .small {
602 display: block;
603 font-size: 80%;
604 line-height: 1.42857143;
605 color: #777777;
606}
607blockquote footer:before,
608blockquote small:before,
609blockquote .small:before {
610 content: '\2014 \00A0';
611}
612.blockquote-reverse,
613blockquote.pull-right {
614 padding-right: 15px;
615 padding-left: 0;
616 border-right: 5px solid #eeeeee;
617 border-left: 0;
618 text-align: right;
619}
620.blockquote-reverse footer:before,
621blockquote.pull-right footer:before,
622.blockquote-reverse small:before,
623blockquote.pull-right small:before,
624.blockquote-reverse .small:before,
625blockquote.pull-right .small:before {
626 content: '';
627}
628.blockquote-reverse footer:after,
629blockquote.pull-right footer:after,
630.blockquote-reverse small:after,
631blockquote.pull-right small:after,
632.blockquote-reverse .small:after,
633blockquote.pull-right .small:after {
634 content: '\00A0 \2014';
635}
636blockquote:before,
637blockquote:after {
638 content: "";
639}
640address {
641 margin-bottom: 20px;
642 font-style: normal;
643 line-height: 1.42857143;
644}
645.container {
646 margin-right: auto;
647 margin-left: auto;
648 padding-left: 15px;
649 padding-right: 15px;
650}
651@media (min-width: 768px) {
652 .container {
653 width: 750px;
654 }
655}
656@media (min-width: 992px) {
657 .container {
658 width: 970px;
659 }
660}
661@media (min-width: 1200px) {
662 .container {
663 width: 1170px;
664 }
665}
666.container-fluid {
667 margin-right: auto;
668 margin-left: auto;
669 padding-left: 15px;
670 padding-right: 15px;
671}
672.row {
673 margin-left: -15px;
674 margin-right: -15px;
675}
676.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
677 position: relative;
678 min-height: 1px;
679 padding-left: 15px;
680 padding-right: 15px;
681}
682.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
683 float: left;
684}
685.col-xs-12 {
686 width: 100%;
687}
688.col-xs-11 {
689 width: 91.66666667%;
690}
691.col-xs-10 {
692 width: 83.33333333%;
693}
694.col-xs-9 {
695 width: 75%;
696}
697.col-xs-8 {
698 width: 66.66666667%;
699}
700.col-xs-7 {
701 width: 58.33333333%;
702}
703.col-xs-6 {
704 width: 50%;
705}
706.col-xs-5 {
707 width: 41.66666667%;
708}
709.col-xs-4 {
710 width: 33.33333333%;
711}
712.col-xs-3 {
713 width: 25%;
714}
715.col-xs-2 {
716 width: 16.66666667%;
717}
718.col-xs-1 {
719 width: 8.33333333%;
720}
721.col-xs-pull-12 {
722 right: 100%;
723}
724.col-xs-pull-11 {
725 right: 91.66666667%;
726}
727.col-xs-pull-10 {
728 right: 83.33333333%;
729}
730.col-xs-pull-9 {
731 right: 75%;
732}
733.col-xs-pull-8 {
734 right: 66.66666667%;
735}
736.col-xs-pull-7 {
737 right: 58.33333333%;
738}
739.col-xs-pull-6 {
740 right: 50%;
741}
742.col-xs-pull-5 {
743 right: 41.66666667%;
744}
745.col-xs-pull-4 {
746 right: 33.33333333%;
747}
748.col-xs-pull-3 {
749 right: 25%;
750}
751.col-xs-pull-2 {
752 right: 16.66666667%;
753}
754.col-xs-pull-1 {
755 right: 8.33333333%;
756}
757.col-xs-pull-0 {
758 right: auto;
759}
760.col-xs-push-12 {
761 left: 100%;
762}
763.col-xs-push-11 {
764 left: 91.66666667%;
765}
766.col-xs-push-10 {
767 left: 83.33333333%;
768}
769.col-xs-push-9 {
770 left: 75%;
771}
772.col-xs-push-8 {
773 left: 66.66666667%;
774}
775.col-xs-push-7 {
776 left: 58.33333333%;
777}
778.col-xs-push-6 {
779 left: 50%;
780}
781.col-xs-push-5 {
782 left: 41.66666667%;
783}
784.col-xs-push-4 {
785 left: 33.33333333%;
786}
787.col-xs-push-3 {
788 left: 25%;
789}
790.col-xs-push-2 {
791 left: 16.66666667%;
792}
793.col-xs-push-1 {
794 left: 8.33333333%;
795}
796.col-xs-push-0 {
797 left: auto;
798}
799.col-xs-offset-12 {
800 margin-left: 100%;
801}
802.col-xs-offset-11 {
803 margin-left: 91.66666667%;
804}
805.col-xs-offset-10 {
806 margin-left: 83.33333333%;
807}
808.col-xs-offset-9 {
809 margin-left: 75%;
810}
811.col-xs-offset-8 {
812 margin-left: 66.66666667%;
813}
814.col-xs-offset-7 {
815 margin-left: 58.33333333%;
816}
817.col-xs-offset-6 {
818 margin-left: 50%;
819}
820.col-xs-offset-5 {
821 margin-left: 41.66666667%;
822}
823.col-xs-offset-4 {
824 margin-left: 33.33333333%;
825}
826.col-xs-offset-3 {
827 margin-left: 25%;
828}
829.col-xs-offset-2 {
830 margin-left: 16.66666667%;
831}
832.col-xs-offset-1 {
833 margin-left: 8.33333333%;
834}
835.col-xs-offset-0 {
836 margin-left: 0%;
837}
838@media (min-width: 480px) {
839 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
840 float: left;
841 }
842 .col-sm-12 {
843 width: 100%;
844 }
845 .col-sm-11 {
846 width: 91.66666667%;
847 }
848 .col-sm-10 {
849 width: 83.33333333%;
850 }
851 .col-sm-9 {
852 width: 75%;
853 }
854 .col-sm-8 {
855 width: 66.66666667%;
856 }
857 .col-sm-7 {
858 width: 58.33333333%;
859 }
860 .col-sm-6 {
861 width: 50%;
862 }
863 .col-sm-5 {
864 width: 41.66666667%;
865 }
866 .col-sm-4 {
867 width: 33.33333333%;
868 }
869 .col-sm-3 {
870 width: 25%;
871 }
872 .col-sm-2 {
873 width: 16.66666667%;
874 }
875 .col-sm-1 {
876 width: 8.33333333%;
877 }
878 .col-sm-pull-12 {
879 right: 100%;
880 }
881 .col-sm-pull-11 {
882 right: 91.66666667%;
883 }
884 .col-sm-pull-10 {
885 right: 83.33333333%;
886 }
887 .col-sm-pull-9 {
888 right: 75%;
889 }
890 .col-sm-pull-8 {
891 right: 66.66666667%;
892 }
893 .col-sm-pull-7 {
894 right: 58.33333333%;
895 }
896 .col-sm-pull-6 {
897 right: 50%;
898 }
899 .col-sm-pull-5 {
900 right: 41.66666667%;
901 }
902 .col-sm-pull-4 {
903 right: 33.33333333%;
904 }
905 .col-sm-pull-3 {
906 right: 25%;
907 }
908 .col-sm-pull-2 {
909 right: 16.66666667%;
910 }
911 .col-sm-pull-1 {
912 right: 8.33333333%;
913 }
914 .col-sm-pull-0 {
915 right: auto;
916 }
917 .col-sm-push-12 {
918 left: 100%;
919 }
920 .col-sm-push-11 {
921 left: 91.66666667%;
922 }
923 .col-sm-push-10 {
924 left: 83.33333333%;
925 }
926 .col-sm-push-9 {
927 left: 75%;
928 }
929 .col-sm-push-8 {
930 left: 66.66666667%;
931 }
932 .col-sm-push-7 {
933 left: 58.33333333%;
934 }
935 .col-sm-push-6 {
936 left: 50%;
937 }
938 .col-sm-push-5 {
939 left: 41.66666667%;
940 }
941 .col-sm-push-4 {
942 left: 33.33333333%;
943 }
944 .col-sm-push-3 {
945 left: 25%;
946 }
947 .col-sm-push-2 {
948 left: 16.66666667%;
949 }
950 .col-sm-push-1 {
951 left: 8.33333333%;
952 }
953 .col-sm-push-0 {
954 left: auto;
955 }
956 .col-sm-offset-12 {
957 margin-left: 100%;
958 }
959 .col-sm-offset-11 {
960 margin-left: 91.66666667%;
961 }
962 .col-sm-offset-10 {
963 margin-left: 83.33333333%;
964 }
965 .col-sm-offset-9 {
966 margin-left: 75%;
967 }
968 .col-sm-offset-8 {
969 margin-left: 66.66666667%;
970 }
971 .col-sm-offset-7 {
972 margin-left: 58.33333333%;
973 }
974 .col-sm-offset-6 {
975 margin-left: 50%;
976 }
977 .col-sm-offset-5 {
978 margin-left: 41.66666667%;
979 }
980 .col-sm-offset-4 {
981 margin-left: 33.33333333%;
982 }
983 .col-sm-offset-3 {
984 margin-left: 25%;
985 }
986 .col-sm-offset-2 {
987 margin-left: 16.66666667%;
988 }
989 .col-sm-offset-1 {
990 margin-left: 8.33333333%;
991 }
992 .col-sm-offset-0 {
993 margin-left: 0%;
994 }
995}
996.fade {
997 opacity: 0;
998 -webkit-transition: opacity 0.15s linear;
999 -o-transition: opacity 0.15s linear;
1000 transition: opacity 0.15s linear;
1001}
1002.fade.in {
1003 opacity: 1;
1004}
1005.collapse {
1006 display: none;
1007}
1008.collapse.in {
1009 display: block;
1010}
1011tr.collapse.in {
1012 display: table-row;
1013}
1014tbody.collapse.in {
1015 display: table-row-group;
1016}
1017.collapsing {
1018 position: relative;
1019 height: 0;
1020 overflow: hidden;
1021 -webkit-transition: height 0.35s ease;
1022 -o-transition: height 0.35s ease;
1023 transition: height 0.35s ease;
1024}
1025.clearfix:before,
1026.clearfix:after,
1027.dl-horizontal dd:before,
1028.dl-horizontal dd:after,
1029.container:before,
1030.container:after,
1031.container-fluid:before,
1032.container-fluid:after,
1033.row:before,
1034.row:after {
1035 content: " ";
1036 display: table;
1037}
1038.clearfix:after,
1039.dl-horizontal dd:after,
1040.container:after,
1041.container-fluid:after,
1042.row:after {
1043 clear: both;
1044}
1045.center-block {
1046 display: block;
1047 margin-left: auto;
1048 margin-right: auto;
1049}
1050.pull-right {
1051 float: right !important;
1052}
1053.pull-left {
1054 float: left !important;
1055}
1056.hide {
1057 display: none !important;
1058}
1059.show {
1060 display: block !important;
1061}
1062.invisible {
1063 visibility: hidden;
1064}
1065.text-hide {
1066 font: 0/0 a;
1067 color: transparent;
1068 text-shadow: none;
1069 background-color: transparent;
1070 border: 0;
1071}
1072.hidden {
1073 display: none !important;
1074 visibility: hidden !important;
1075}
1076.affix {
1077 position: fixed;
1078 -webkit-transform: translate3d(0, 0, 0);
1079 transform: translate3d(0, 0, 0);
1080}
1081@-ms-viewport {
1082 width: device-width;
1083}
1084.visible-xs,
1085.visible-sm,
1086.visible-md,
1087.visible-lg {
1088 display: none !important;
1089}
1090.visible-xs-block,
1091.visible-xs-inline,
1092.visible-xs-inline-block,
1093.visible-sm-block,
1094.visible-sm-inline,
1095.visible-sm-inline-block,
1096.visible-md-block,
1097.visible-md-inline,
1098.visible-md-inline-block,
1099.visible-lg-block,
1100.visible-lg-inline,
1101.visible-lg-inline-block {
1102 display: none !important;
1103}
1104@media (max-width: 479px) {
1105 .visible-xs {
1106 display: block !important;
1107 }
1108 table.visible-xs {
1109 display: table;
1110 }
1111 tr.visible-xs {
1112 display: table-row !important;
1113 }
1114 th.visible-xs,
1115 td.visible-xs {
1116 display: table-cell !important;
1117 }
1118}
1119@media (max-width: 479px) {
1120 .visible-xs-block {
1121 display: block !important;
1122 }
1123}
1124@media (max-width: 479px) {
1125 .visible-xs-inline {
1126 display: inline !important;
1127 }
1128}
1129@media (max-width: 479px) {
1130 .visible-xs-inline-block {
1131 display: inline-block !important;
1132 }
1133}
1134@media (max-width: 479px) {
1135 .hidden-xs {
1136 display: none !important;
1137 }
1138}
1139.visible-print {
1140 display: none !important;
1141}
1142@media print {
1143 .visible-print {
1144 display: block !important;
1145 }
1146 table.visible-print {
1147 display: table;
1148 }
1149 tr.visible-print {
1150 display: table-row !important;
1151 }
1152 th.visible-print,
1153 td.visible-print {
1154 display: table-cell !important;
1155 }
1156}
1157.visible-print-block {
1158 display: none !important;
1159}
1160@media print {
1161 .visible-print-block {
1162 display: block !important;
1163 }
1164}
1165.visible-print-inline {
1166 display: none !important;
1167}
1168@media print {
1169 .visible-print-inline {
1170 display: inline !important;
1171 }
1172}
1173.visible-print-inline-block {
1174 display: none !important;
1175}
1176@media print {
1177 .visible-print-inline-block {
1178 display: inline-block !important;
1179 }
1180}
1181@media print {
1182 .hidden-print {
1183 display: none !important;
1184 }
1185}