Update bootswatch, add modals, remove some components, remove css/orig
[gruntmaster-page.git] / css / themes / cosmo.css
CommitLineData
76c653f8 1@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
6af4c584 2/*!
76c653f8 3 * bootswatch v3.3.1+2
6af4c584
MG
4 * Homepage: http://bootswatch.com
5 * Copyright 2012-2014 Thomas Park
6 * Licensed under MIT
7 * Based on Bootstrap
8*/
76c653f8 9/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
6af4c584
MG
10html {
11 font-family: sans-serif;
12 -ms-text-size-adjust: 100%;
13 -webkit-text-size-adjust: 100%;
14}
15body {
16 margin: 0;
17}
18article,
19aside,
20details,
21figcaption,
22figure,
23footer,
24header,
25hgroup,
26main,
76c653f8 27menu,
6af4c584
MG
28nav,
29section,
30summary {
31 display: block;
32}
33audio,
34canvas,
35progress,
36video {
37 display: inline-block;
38 vertical-align: baseline;
39}
40audio:not([controls]) {
41 display: none;
42 height: 0;
43}
44[hidden],
45template {
46 display: none;
47}
48a {
76c653f8 49 background-color: transparent;
6af4c584
MG
50}
51a:active,
52a:hover {
53 outline: 0;
54}
55abbr[title] {
56 border-bottom: 1px dotted;
57}
58b,
59strong {
60 font-weight: bold;
61}
62dfn {
63 font-style: italic;
64}
65h1 {
66 font-size: 2em;
67 margin: 0.67em 0;
68}
69mark {
70 background: #ff0;
71 color: #000;
72}
73small {
74 font-size: 80%;
75}
76sub,
77sup {
78 font-size: 75%;
79 line-height: 0;
80 position: relative;
81 vertical-align: baseline;
82}
83sup {
84 top: -0.5em;
85}
86sub {
87 bottom: -0.25em;
88}
89img {
90 border: 0;
91}
92svg:not(:root) {
93 overflow: hidden;
94}
95figure {
96 margin: 1em 40px;
97}
98hr {
99 -moz-box-sizing: content-box;
76c653f8
MG
100 -webkit-box-sizing: content-box;
101 box-sizing: content-box;
6af4c584
MG
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"] {
76c653f8
MG
151 -webkit-box-sizing: border-box;
152 -moz-box-sizing: border-box;
153 box-sizing: border-box;
6af4c584
MG
154 padding: 0;
155}
156input[type="number"]::-webkit-inner-spin-button,
157input[type="number"]::-webkit-outer-spin-button {
158 height: auto;
159}
160input[type="search"] {
161 -webkit-appearance: textfield;
162 -moz-box-sizing: content-box;
163 -webkit-box-sizing: content-box;
164 box-sizing: content-box;
165}
166input[type="search"]::-webkit-search-cancel-button,
167input[type="search"]::-webkit-search-decoration {
168 -webkit-appearance: none;
169}
170fieldset {
171 border: 1px solid #c0c0c0;
172 margin: 0 2px;
173 padding: 0.35em 0.625em 0.75em;
174}
175legend {
176 border: 0;
177 padding: 0;
178}
179textarea {
180 overflow: auto;
181}
182optgroup {
183 font-weight: bold;
184}
185table {
186 border-collapse: collapse;
187 border-spacing: 0;
188}
189td,
190th {
191 padding: 0;
192}
76c653f8 193/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
6af4c584 194@media print {
76c653f8
MG
195 *,
196 *:before,
197 *:after {
6af4c584 198 background: transparent !important;
76c653f8
MG
199 color: #000 !important;
200 -webkit-box-shadow: none !important;
201 box-shadow: none !important;
202 text-shadow: none !important;
6af4c584
MG
203 }
204 a,
205 a:visited {
206 text-decoration: underline;
207 }
208 a[href]:after {
209 content: " (" attr(href) ")";
210 }
211 abbr[title]:after {
212 content: " (" attr(title) ")";
213 }
76c653f8
MG
214 a[href^="#"]:after,
215 a[href^="javascript:"]:after {
6af4c584
MG
216 content: "";
217 }
218 pre,
219 blockquote {
220 border: 1px solid #999;
221 page-break-inside: avoid;
222 }
223 thead {
224 display: table-header-group;
225 }
226 tr,
227 img {
228 page-break-inside: avoid;
229 }
230 img {
231 max-width: 100% !important;
232 }
233 p,
234 h2,
235 h3 {
236 orphans: 3;
237 widows: 3;
238 }
239 h2,
240 h3 {
241 page-break-after: avoid;
242 }
243 select {
244 background: #fff !important;
245 }
246 .navbar {
247 display: none;
248 }
6af4c584
MG
249 .btn > .caret,
250 .dropup > .btn > .caret {
251 border-top-color: #000 !important;
252 }
253 .label {
254 border: 1px solid #000;
255 }
256 .table {
257 border-collapse: collapse !important;
258 }
76c653f8
MG
259 .table td,
260 .table th {
261 background-color: #fff !important;
262 }
6af4c584
MG
263 .table-bordered th,
264 .table-bordered td {
265 border: 1px solid #ddd !important;
266 }
267}
268* {
269 -webkit-box-sizing: border-box;
270 -moz-box-sizing: border-box;
271 box-sizing: border-box;
272}
273*:before,
274*:after {
275 -webkit-box-sizing: border-box;
276 -moz-box-sizing: border-box;
277 box-sizing: border-box;
278}
279html {
76c653f8 280 font-size: 10px;
6af4c584
MG
281 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
282}
283body {
76c653f8 284 font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
6af4c584
MG
285 font-size: 15px;
286 line-height: 1.42857143;
287 color: #333333;
288 background-color: #ffffff;
289}
290input,
291button,
292select,
293textarea {
294 font-family: inherit;
295 font-size: inherit;
296 line-height: inherit;
297}
298a {
76c653f8 299 color: #2780e3;
6af4c584
MG
300 text-decoration: none;
301}
302a:hover,
303a:focus {
76c653f8 304 color: #165ba8;
6af4c584
MG
305 text-decoration: underline;
306}
307a:focus {
308 outline: thin dotted;
309 outline: 5px auto -webkit-focus-ring-color;
310 outline-offset: -2px;
311}
312figure {
313 margin: 0;
314}
315img {
316 vertical-align: middle;
317}
318.img-responsive {
319 display: block;
320 max-width: 100%;
321 height: auto;
322}
323.img-rounded {
324 border-radius: 0;
325}
326.img-thumbnail {
327 padding: 4px;
328 line-height: 1.42857143;
329 background-color: #ffffff;
330 border: 1px solid #dddddd;
331 border-radius: 0;
332 -webkit-transition: all 0.2s ease-in-out;
76c653f8 333 -o-transition: all 0.2s ease-in-out;
6af4c584
MG
334 transition: all 0.2s ease-in-out;
335 display: inline-block;
336 max-width: 100%;
337 height: auto;
338}
339.img-circle {
340 border-radius: 50%;
341}
342hr {
343 margin-top: 21px;
344 margin-bottom: 21px;
345 border: 0;
346 border-top: 1px solid #e6e6e6;
347}
348.sr-only {
349 position: absolute;
350 width: 1px;
351 height: 1px;
352 margin: -1px;
353 padding: 0;
354 overflow: hidden;
355 clip: rect(0, 0, 0, 0);
356 border: 0;
357}
76c653f8
MG
358.sr-only-focusable:active,
359.sr-only-focusable:focus {
360 position: static;
361 width: auto;
362 height: auto;
363 margin: 0;
364 overflow: visible;
365 clip: auto;
366}
6af4c584
MG
367h1,
368h2,
369h3,
370h4,
371h5,
372h6,
373.h1,
374.h2,
375.h3,
376.h4,
377.h5,
378.h6 {
76c653f8 379 font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
6af4c584
MG
380 font-weight: 300;
381 line-height: 1.1;
382 color: inherit;
383}
384h1 small,
385h2 small,
386h3 small,
387h4 small,
388h5 small,
389h6 small,
390.h1 small,
391.h2 small,
392.h3 small,
393.h4 small,
394.h5 small,
395.h6 small,
396h1 .small,
397h2 .small,
398h3 .small,
399h4 .small,
400h5 .small,
401h6 .small,
402.h1 .small,
403.h2 .small,
404.h3 .small,
405.h4 .small,
406.h5 .small,
407.h6 .small {
408 font-weight: normal;
409 line-height: 1;
410 color: #999999;
411}
412h1,
413.h1,
414h2,
415.h2,
416h3,
417.h3 {
418 margin-top: 21px;
419 margin-bottom: 10.5px;
420}
421h1 small,
422.h1 small,
423h2 small,
424.h2 small,
425h3 small,
426.h3 small,
427h1 .small,
428.h1 .small,
429h2 .small,
430.h2 .small,
431h3 .small,
432.h3 .small {
433 font-size: 65%;
434}
435h4,
436.h4,
437h5,
438.h5,
439h6,
440.h6 {
441 margin-top: 10.5px;
442 margin-bottom: 10.5px;
443}
444h4 small,
445.h4 small,
446h5 small,
447.h5 small,
448h6 small,
449.h6 small,
450h4 .small,
451.h4 .small,
452h5 .small,
453.h5 .small,
454h6 .small,
455.h6 .small {
456 font-size: 75%;
457}
458h1,
459.h1 {
460 font-size: 39px;
461}
462h2,
463.h2 {
464 font-size: 32px;
465}
466h3,
467.h3 {
468 font-size: 26px;
469}
470h4,
471.h4 {
472 font-size: 19px;
473}
474h5,
475.h5 {
476 font-size: 15px;
477}
478h6,
479.h6 {
480 font-size: 13px;
481}
482p {
483 margin: 0 0 10.5px;
484}
485.lead {
486 margin-bottom: 21px;
487 font-size: 17px;
76c653f8 488 font-weight: 300;
6af4c584
MG
489 line-height: 1.4;
490}
491@media (min-width: 768px) {
492 .lead {
493 font-size: 22.5px;
494 }
495}
496small,
497.small {
76c653f8 498 font-size: 86%;
6af4c584 499}
76c653f8
MG
500mark,
501.mark {
502 background-color: #ff7518;
503 padding: .2em;
6af4c584
MG
504}
505.text-left {
506 text-align: left;
507}
508.text-right {
509 text-align: right;
510}
511.text-center {
512 text-align: center;
513}
514.text-justify {
515 text-align: justify;
516}
76c653f8
MG
517.text-nowrap {
518 white-space: nowrap;
519}
520.text-lowercase {
521 text-transform: lowercase;
522}
523.text-uppercase {
524 text-transform: uppercase;
525}
526.text-capitalize {
527 text-transform: capitalize;
528}
6af4c584
MG
529.text-muted {
530 color: #999999;
531}
532.text-primary {
76c653f8 533 color: #2780e3;
6af4c584
MG
534}
535a.text-primary:hover {
76c653f8 536 color: #1967be;
6af4c584
MG
537}
538.text-success {
539 color: #ffffff;
540}
541a.text-success:hover {
542 color: #e6e6e6;
543}
544.text-info {
545 color: #ffffff;
546}
547a.text-info:hover {
548 color: #e6e6e6;
549}
550.text-warning {
551 color: #ffffff;
552}
553a.text-warning:hover {
554 color: #e6e6e6;
555}
556.text-danger {
557 color: #ffffff;
558}
559a.text-danger:hover {
560 color: #e6e6e6;
561}
562.bg-primary {
563 color: #fff;
76c653f8 564 background-color: #2780e3;
6af4c584
MG
565}
566a.bg-primary:hover {
76c653f8 567 background-color: #1967be;
6af4c584
MG
568}
569.bg-success {
570 background-color: #3fb618;
571}
572a.bg-success:hover {
573 background-color: #2f8912;
574}
575.bg-info {
576 background-color: #9954bb;
577}
578a.bg-info:hover {
579 background-color: #7e3f9d;
580}
581.bg-warning {
582 background-color: #ff7518;
583}
584a.bg-warning:hover {
585 background-color: #e45c00;
586}
587.bg-danger {
588 background-color: #ff0039;
589}
590a.bg-danger:hover {
591 background-color: #cc002e;
592}
593.page-header {
594 padding-bottom: 9.5px;
595 margin: 42px 0 21px;
596 border-bottom: 1px solid #e6e6e6;
597}
598ul,
599ol {
600 margin-top: 0;
601 margin-bottom: 10.5px;
602}
603ul ul,
604ol ul,
605ul ol,
606ol ol {
607 margin-bottom: 0;
608}
609.list-unstyled {
610 padding-left: 0;
611 list-style: none;
612}
613.list-inline {
614 padding-left: 0;
615 list-style: none;
76c653f8 616 margin-left: -5px;
6af4c584
MG
617}
618.list-inline > li {
619 display: inline-block;
620 padding-left: 5px;
621 padding-right: 5px;
622}
6af4c584
MG
623dl {
624 margin-top: 0;
625 margin-bottom: 21px;
626}
627dt,
628dd {
629 line-height: 1.42857143;
630}
631dt {
632 font-weight: bold;
633}
634dd {
635 margin-left: 0;
636}
637@media (min-width: 768px) {
638 .dl-horizontal dt {
639 float: left;
640 width: 160px;
641 clear: left;
642 text-align: right;
643 overflow: hidden;
644 text-overflow: ellipsis;
645 white-space: nowrap;
646 }
647 .dl-horizontal dd {
648 margin-left: 180px;
649 }
650}
651abbr[title],
652abbr[data-original-title] {
653 cursor: help;
654 border-bottom: 1px dotted #999999;
655}
656.initialism {
657 font-size: 90%;
658 text-transform: uppercase;
659}
660blockquote {
661 padding: 10.5px 21px;
662 margin: 0 0 21px;
663 font-size: 18.75px;
664 border-left: 5px solid #e6e6e6;
665}
666blockquote p:last-child,
667blockquote ul:last-child,
668blockquote ol:last-child {
669 margin-bottom: 0;
670}
671blockquote footer,
672blockquote small,
673blockquote .small {
674 display: block;
675 font-size: 80%;
676 line-height: 1.42857143;
677 color: #999999;
678}
679blockquote footer:before,
680blockquote small:before,
681blockquote .small:before {
682 content: '\2014 \00A0';
683}
684.blockquote-reverse,
685blockquote.pull-right {
686 padding-right: 15px;
687 padding-left: 0;
688 border-right: 5px solid #e6e6e6;
689 border-left: 0;
690 text-align: right;
691}
692.blockquote-reverse footer:before,
693blockquote.pull-right footer:before,
694.blockquote-reverse small:before,
695blockquote.pull-right small:before,
696.blockquote-reverse .small:before,
697blockquote.pull-right .small:before {
698 content: '';
699}
700.blockquote-reverse footer:after,
701blockquote.pull-right footer:after,
702.blockquote-reverse small:after,
703blockquote.pull-right small:after,
704.blockquote-reverse .small:after,
705blockquote.pull-right .small:after {
706 content: '\00A0 \2014';
707}
6af4c584
MG
708address {
709 margin-bottom: 21px;
710 font-style: normal;
711 line-height: 1.42857143;
712}
713code,
714kbd,
715pre,
716samp {
717 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
718}
719code {
720 padding: 2px 4px;
721 font-size: 90%;
722 color: #c7254e;
723 background-color: #f9f2f4;
6af4c584
MG
724 border-radius: 0;
725}
726kbd {
727 padding: 2px 4px;
728 font-size: 90%;
729 color: #ffffff;
730 background-color: #333333;
731 border-radius: 0;
76c653f8
MG
732 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
733 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
734}
735kbd kbd {
736 padding: 0;
737 font-size: 100%;
738 font-weight: bold;
739 -webkit-box-shadow: none;
740 box-shadow: none;
6af4c584
MG
741}
742pre {
743 display: block;
744 padding: 10px;
745 margin: 0 0 10.5px;
746 font-size: 14px;
747 line-height: 1.42857143;
748 word-break: break-all;
749 word-wrap: break-word;
750 color: #333333;
751 background-color: #f5f5f5;
752 border: 1px solid #cccccc;
753 border-radius: 0;
754}
755pre code {
756 padding: 0;
757 font-size: inherit;
758 color: inherit;
759 white-space: pre-wrap;
760 background-color: transparent;
761 border-radius: 0;
762}
763.pre-scrollable {
764 max-height: 340px;
765 overflow-y: scroll;
766}
767.container {
768 margin-right: auto;
769 margin-left: auto;
770 padding-left: 15px;
771 padding-right: 15px;
772}
773@media (min-width: 768px) {
774 .container {
775 width: 750px;
776 }
777}
778@media (min-width: 992px) {
779 .container {
780 width: 970px;
781 }
782}
783@media (min-width: 1200px) {
784 .container {
785 width: 1170px;
786 }
787}
788.container-fluid {
789 margin-right: auto;
790 margin-left: auto;
791 padding-left: 15px;
792 padding-right: 15px;
793}
794.row {
795 margin-left: -15px;
796 margin-right: -15px;
797}
798.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 {
799 position: relative;
800 min-height: 1px;
801 padding-left: 15px;
802 padding-right: 15px;
803}
804.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 {
805 float: left;
806}
807.col-xs-12 {
808 width: 100%;
809}
810.col-xs-11 {
811 width: 91.66666667%;
812}
813.col-xs-10 {
814 width: 83.33333333%;
815}
816.col-xs-9 {
817 width: 75%;
818}
819.col-xs-8 {
820 width: 66.66666667%;
821}
822.col-xs-7 {
823 width: 58.33333333%;
824}
825.col-xs-6 {
826 width: 50%;
827}
828.col-xs-5 {
829 width: 41.66666667%;
830}
831.col-xs-4 {
832 width: 33.33333333%;
833}
834.col-xs-3 {
835 width: 25%;
836}
837.col-xs-2 {
838 width: 16.66666667%;
839}
840.col-xs-1 {
841 width: 8.33333333%;
842}
843.col-xs-pull-12 {
844 right: 100%;
845}
846.col-xs-pull-11 {
847 right: 91.66666667%;
848}
849.col-xs-pull-10 {
850 right: 83.33333333%;
851}
852.col-xs-pull-9 {
853 right: 75%;
854}
855.col-xs-pull-8 {
856 right: 66.66666667%;
857}
858.col-xs-pull-7 {
859 right: 58.33333333%;
860}
861.col-xs-pull-6 {
862 right: 50%;
863}
864.col-xs-pull-5 {
865 right: 41.66666667%;
866}
867.col-xs-pull-4 {
868 right: 33.33333333%;
869}
870.col-xs-pull-3 {
871 right: 25%;
872}
873.col-xs-pull-2 {
874 right: 16.66666667%;
875}
876.col-xs-pull-1 {
877 right: 8.33333333%;
878}
879.col-xs-pull-0 {
76c653f8 880 right: auto;
6af4c584
MG
881}
882.col-xs-push-12 {
883 left: 100%;
884}
885.col-xs-push-11 {
886 left: 91.66666667%;
887}
888.col-xs-push-10 {
889 left: 83.33333333%;
890}
891.col-xs-push-9 {
892 left: 75%;
893}
894.col-xs-push-8 {
895 left: 66.66666667%;
896}
897.col-xs-push-7 {
898 left: 58.33333333%;
899}
900.col-xs-push-6 {
901 left: 50%;
902}
903.col-xs-push-5 {
904 left: 41.66666667%;
905}
906.col-xs-push-4 {
907 left: 33.33333333%;
908}
909.col-xs-push-3 {
910 left: 25%;
911}
912.col-xs-push-2 {
913 left: 16.66666667%;
914}
915.col-xs-push-1 {
916 left: 8.33333333%;
917}
918.col-xs-push-0 {
76c653f8 919 left: auto;
6af4c584
MG
920}
921.col-xs-offset-12 {
922 margin-left: 100%;
923}
924.col-xs-offset-11 {
925 margin-left: 91.66666667%;
926}
927.col-xs-offset-10 {
928 margin-left: 83.33333333%;
929}
930.col-xs-offset-9 {
931 margin-left: 75%;
932}
933.col-xs-offset-8 {
934 margin-left: 66.66666667%;
935}
936.col-xs-offset-7 {
937 margin-left: 58.33333333%;
938}
939.col-xs-offset-6 {
940 margin-left: 50%;
941}
942.col-xs-offset-5 {
943 margin-left: 41.66666667%;
944}
945.col-xs-offset-4 {
946 margin-left: 33.33333333%;
947}
948.col-xs-offset-3 {
949 margin-left: 25%;
950}
951.col-xs-offset-2 {
952 margin-left: 16.66666667%;
953}
954.col-xs-offset-1 {
955 margin-left: 8.33333333%;
956}
957.col-xs-offset-0 {
958 margin-left: 0%;
959}
960@media (min-width: 768px) {
961 .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 {
962 float: left;
963 }
964 .col-sm-12 {
965 width: 100%;
966 }
967 .col-sm-11 {
968 width: 91.66666667%;
969 }
970 .col-sm-10 {
971 width: 83.33333333%;
972 }
973 .col-sm-9 {
974 width: 75%;
975 }
976 .col-sm-8 {
977 width: 66.66666667%;
978 }
979 .col-sm-7 {
980 width: 58.33333333%;
981 }
982 .col-sm-6 {
983 width: 50%;
984 }
985 .col-sm-5 {
986 width: 41.66666667%;
987 }
988 .col-sm-4 {
989 width: 33.33333333%;
990 }
991 .col-sm-3 {
992 width: 25%;
993 }
994 .col-sm-2 {
995 width: 16.66666667%;
996 }
997 .col-sm-1 {
998 width: 8.33333333%;
999 }
1000 .col-sm-pull-12 {
1001 right: 100%;
1002 }
1003 .col-sm-pull-11 {
1004 right: 91.66666667%;
1005 }
1006 .col-sm-pull-10 {
1007 right: 83.33333333%;
1008 }
1009 .col-sm-pull-9 {
1010 right: 75%;
1011 }
1012 .col-sm-pull-8 {
1013 right: 66.66666667%;
1014 }
1015 .col-sm-pull-7 {
1016 right: 58.33333333%;
1017 }
1018 .col-sm-pull-6 {
1019 right: 50%;
1020 }
1021 .col-sm-pull-5 {
1022 right: 41.66666667%;
1023 }
1024 .col-sm-pull-4 {
1025 right: 33.33333333%;
1026 }
1027 .col-sm-pull-3 {
1028 right: 25%;
1029 }
1030 .col-sm-pull-2 {
1031 right: 16.66666667%;
1032 }
1033 .col-sm-pull-1 {
1034 right: 8.33333333%;
1035 }
1036 .col-sm-pull-0 {
76c653f8 1037 right: auto;
6af4c584
MG
1038 }
1039 .col-sm-push-12 {
1040 left: 100%;
1041 }
1042 .col-sm-push-11 {
1043 left: 91.66666667%;
1044 }
1045 .col-sm-push-10 {
1046 left: 83.33333333%;
1047 }
1048 .col-sm-push-9 {
1049 left: 75%;
1050 }
1051 .col-sm-push-8 {
1052 left: 66.66666667%;
1053 }
1054 .col-sm-push-7 {
1055 left: 58.33333333%;
1056 }
1057 .col-sm-push-6 {
1058 left: 50%;
1059 }
1060 .col-sm-push-5 {
1061 left: 41.66666667%;
1062 }
1063 .col-sm-push-4 {
1064 left: 33.33333333%;
1065 }
1066 .col-sm-push-3 {
1067 left: 25%;
1068 }
1069 .col-sm-push-2 {
1070 left: 16.66666667%;
1071 }
1072 .col-sm-push-1 {
1073 left: 8.33333333%;
1074 }
1075 .col-sm-push-0 {
76c653f8 1076 left: auto;
6af4c584
MG
1077 }
1078 .col-sm-offset-12 {
1079 margin-left: 100%;
1080 }
1081 .col-sm-offset-11 {
1082 margin-left: 91.66666667%;
1083 }
1084 .col-sm-offset-10 {
1085 margin-left: 83.33333333%;
1086 }
1087 .col-sm-offset-9 {
1088 margin-left: 75%;
1089 }
1090 .col-sm-offset-8 {
1091 margin-left: 66.66666667%;
1092 }
1093 .col-sm-offset-7 {
1094 margin-left: 58.33333333%;
1095 }
1096 .col-sm-offset-6 {
1097 margin-left: 50%;
1098 }
1099 .col-sm-offset-5 {
1100 margin-left: 41.66666667%;
1101 }
1102 .col-sm-offset-4 {
1103 margin-left: 33.33333333%;
1104 }
1105 .col-sm-offset-3 {
1106 margin-left: 25%;
1107 }
1108 .col-sm-offset-2 {
1109 margin-left: 16.66666667%;
1110 }
1111 .col-sm-offset-1 {
1112 margin-left: 8.33333333%;
1113 }
1114 .col-sm-offset-0 {
1115 margin-left: 0%;
1116 }
1117}
1118@media (min-width: 992px) {
1119 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1120 float: left;
1121 }
1122 .col-md-12 {
1123 width: 100%;
1124 }
1125 .col-md-11 {
1126 width: 91.66666667%;
1127 }
1128 .col-md-10 {
1129 width: 83.33333333%;
1130 }
1131 .col-md-9 {
1132 width: 75%;
1133 }
1134 .col-md-8 {
1135 width: 66.66666667%;
1136 }
1137 .col-md-7 {
1138 width: 58.33333333%;
1139 }
1140 .col-md-6 {
1141 width: 50%;
1142 }
1143 .col-md-5 {
1144 width: 41.66666667%;
1145 }
1146 .col-md-4 {
1147 width: 33.33333333%;
1148 }
1149 .col-md-3 {
1150 width: 25%;
1151 }
1152 .col-md-2 {
1153 width: 16.66666667%;
1154 }
1155 .col-md-1 {
1156 width: 8.33333333%;
1157 }
1158 .col-md-pull-12 {
1159 right: 100%;
1160 }
1161 .col-md-pull-11 {
1162 right: 91.66666667%;
1163 }
1164 .col-md-pull-10 {
1165 right: 83.33333333%;
1166 }
1167 .col-md-pull-9 {
1168 right: 75%;
1169 }
1170 .col-md-pull-8 {
1171 right: 66.66666667%;
1172 }
1173 .col-md-pull-7 {
1174 right: 58.33333333%;
1175 }
1176 .col-md-pull-6 {
1177 right: 50%;
1178 }
1179 .col-md-pull-5 {
1180 right: 41.66666667%;
1181 }
1182 .col-md-pull-4 {
1183 right: 33.33333333%;
1184 }
1185 .col-md-pull-3 {
1186 right: 25%;
1187 }
1188 .col-md-pull-2 {
1189 right: 16.66666667%;
1190 }
1191 .col-md-pull-1 {
1192 right: 8.33333333%;
1193 }
1194 .col-md-pull-0 {
76c653f8 1195 right: auto;
6af4c584
MG
1196 }
1197 .col-md-push-12 {
1198 left: 100%;
1199 }
1200 .col-md-push-11 {
1201 left: 91.66666667%;
1202 }
1203 .col-md-push-10 {
1204 left: 83.33333333%;
1205 }
1206 .col-md-push-9 {
1207 left: 75%;
1208 }
1209 .col-md-push-8 {
1210 left: 66.66666667%;
1211 }
1212 .col-md-push-7 {
1213 left: 58.33333333%;
1214 }
1215 .col-md-push-6 {
1216 left: 50%;
1217 }
1218 .col-md-push-5 {
1219 left: 41.66666667%;
1220 }
1221 .col-md-push-4 {
1222 left: 33.33333333%;
1223 }
1224 .col-md-push-3 {
1225 left: 25%;
1226 }
1227 .col-md-push-2 {
1228 left: 16.66666667%;
1229 }
1230 .col-md-push-1 {
1231 left: 8.33333333%;
1232 }
1233 .col-md-push-0 {
76c653f8 1234 left: auto;
6af4c584
MG
1235 }
1236 .col-md-offset-12 {
1237 margin-left: 100%;
1238 }
1239 .col-md-offset-11 {
1240 margin-left: 91.66666667%;
1241 }
1242 .col-md-offset-10 {
1243 margin-left: 83.33333333%;
1244 }
1245 .col-md-offset-9 {
1246 margin-left: 75%;
1247 }
1248 .col-md-offset-8 {
1249 margin-left: 66.66666667%;
1250 }
1251 .col-md-offset-7 {
1252 margin-left: 58.33333333%;
1253 }
1254 .col-md-offset-6 {
1255 margin-left: 50%;
1256 }
1257 .col-md-offset-5 {
1258 margin-left: 41.66666667%;
1259 }
1260 .col-md-offset-4 {
1261 margin-left: 33.33333333%;
1262 }
1263 .col-md-offset-3 {
1264 margin-left: 25%;
1265 }
1266 .col-md-offset-2 {
1267 margin-left: 16.66666667%;
1268 }
1269 .col-md-offset-1 {
1270 margin-left: 8.33333333%;
1271 }
1272 .col-md-offset-0 {
1273 margin-left: 0%;
1274 }
1275}
1276@media (min-width: 1200px) {
1277 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1278 float: left;
1279 }
1280 .col-lg-12 {
1281 width: 100%;
1282 }
1283 .col-lg-11 {
1284 width: 91.66666667%;
1285 }
1286 .col-lg-10 {
1287 width: 83.33333333%;
1288 }
1289 .col-lg-9 {
1290 width: 75%;
1291 }
1292 .col-lg-8 {
1293 width: 66.66666667%;
1294 }
1295 .col-lg-7 {
1296 width: 58.33333333%;
1297 }
1298 .col-lg-6 {
1299 width: 50%;
1300 }
1301 .col-lg-5 {
1302 width: 41.66666667%;
1303 }
1304 .col-lg-4 {
1305 width: 33.33333333%;
1306 }
1307 .col-lg-3 {
1308 width: 25%;
1309 }
1310 .col-lg-2 {
1311 width: 16.66666667%;
1312 }
1313 .col-lg-1 {
1314 width: 8.33333333%;
1315 }
1316 .col-lg-pull-12 {
1317 right: 100%;
1318 }
1319 .col-lg-pull-11 {
1320 right: 91.66666667%;
1321 }
1322 .col-lg-pull-10 {
1323 right: 83.33333333%;
1324 }
1325 .col-lg-pull-9 {
1326 right: 75%;
1327 }
1328 .col-lg-pull-8 {
1329 right: 66.66666667%;
1330 }
1331 .col-lg-pull-7 {
1332 right: 58.33333333%;
1333 }
1334 .col-lg-pull-6 {
1335 right: 50%;
1336 }
1337 .col-lg-pull-5 {
1338 right: 41.66666667%;
1339 }
1340 .col-lg-pull-4 {
1341 right: 33.33333333%;
1342 }
1343 .col-lg-pull-3 {
1344 right: 25%;
1345 }
1346 .col-lg-pull-2 {
1347 right: 16.66666667%;
1348 }
1349 .col-lg-pull-1 {
1350 right: 8.33333333%;
1351 }
1352 .col-lg-pull-0 {
76c653f8 1353 right: auto;
6af4c584
MG
1354 }
1355 .col-lg-push-12 {
1356 left: 100%;
1357 }
1358 .col-lg-push-11 {
1359 left: 91.66666667%;
1360 }
1361 .col-lg-push-10 {
1362 left: 83.33333333%;
1363 }
1364 .col-lg-push-9 {
1365 left: 75%;
1366 }
1367 .col-lg-push-8 {
1368 left: 66.66666667%;
1369 }
1370 .col-lg-push-7 {
1371 left: 58.33333333%;
1372 }
1373 .col-lg-push-6 {
1374 left: 50%;
1375 }
1376 .col-lg-push-5 {
1377 left: 41.66666667%;
1378 }
1379 .col-lg-push-4 {
1380 left: 33.33333333%;
1381 }
1382 .col-lg-push-3 {
1383 left: 25%;
1384 }
1385 .col-lg-push-2 {
1386 left: 16.66666667%;
1387 }
1388 .col-lg-push-1 {
1389 left: 8.33333333%;
1390 }
1391 .col-lg-push-0 {
76c653f8 1392 left: auto;
6af4c584
MG
1393 }
1394 .col-lg-offset-12 {
1395 margin-left: 100%;
1396 }
1397 .col-lg-offset-11 {
1398 margin-left: 91.66666667%;
1399 }
1400 .col-lg-offset-10 {
1401 margin-left: 83.33333333%;
1402 }
1403 .col-lg-offset-9 {
1404 margin-left: 75%;
1405 }
1406 .col-lg-offset-8 {
1407 margin-left: 66.66666667%;
1408 }
1409 .col-lg-offset-7 {
1410 margin-left: 58.33333333%;
1411 }
1412 .col-lg-offset-6 {
1413 margin-left: 50%;
1414 }
1415 .col-lg-offset-5 {
1416 margin-left: 41.66666667%;
1417 }
1418 .col-lg-offset-4 {
1419 margin-left: 33.33333333%;
1420 }
1421 .col-lg-offset-3 {
1422 margin-left: 25%;
1423 }
1424 .col-lg-offset-2 {
1425 margin-left: 16.66666667%;
1426 }
1427 .col-lg-offset-1 {
1428 margin-left: 8.33333333%;
1429 }
1430 .col-lg-offset-0 {
1431 margin-left: 0%;
1432 }
1433}
1434table {
6af4c584
MG
1435 background-color: transparent;
1436}
76c653f8
MG
1437caption {
1438 padding-top: 8px;
1439 padding-bottom: 8px;
1440 color: #999999;
1441 text-align: left;
1442}
6af4c584
MG
1443th {
1444 text-align: left;
1445}
1446.table {
1447 width: 100%;
76c653f8 1448 max-width: 100%;
6af4c584
MG
1449 margin-bottom: 21px;
1450}
1451.table > thead > tr > th,
1452.table > tbody > tr > th,
1453.table > tfoot > tr > th,
1454.table > thead > tr > td,
1455.table > tbody > tr > td,
1456.table > tfoot > tr > td {
1457 padding: 8px;
1458 line-height: 1.42857143;
1459 vertical-align: top;
1460 border-top: 1px solid #dddddd;
1461}
1462.table > thead > tr > th {
1463 vertical-align: bottom;
1464 border-bottom: 2px solid #dddddd;
1465}
1466.table > caption + thead > tr:first-child > th,
1467.table > colgroup + thead > tr:first-child > th,
1468.table > thead:first-child > tr:first-child > th,
1469.table > caption + thead > tr:first-child > td,
1470.table > colgroup + thead > tr:first-child > td,
1471.table > thead:first-child > tr:first-child > td {
1472 border-top: 0;
1473}
1474.table > tbody + tbody {
1475 border-top: 2px solid #dddddd;
1476}
1477.table .table {
1478 background-color: #ffffff;
1479}
1480.table-condensed > thead > tr > th,
1481.table-condensed > tbody > tr > th,
1482.table-condensed > tfoot > tr > th,
1483.table-condensed > thead > tr > td,
1484.table-condensed > tbody > tr > td,
1485.table-condensed > tfoot > tr > td {
1486 padding: 5px;
1487}
1488.table-bordered {
1489 border: 1px solid #dddddd;
1490}
1491.table-bordered > thead > tr > th,
1492.table-bordered > tbody > tr > th,
1493.table-bordered > tfoot > tr > th,
1494.table-bordered > thead > tr > td,
1495.table-bordered > tbody > tr > td,
1496.table-bordered > tfoot > tr > td {
1497 border: 1px solid #dddddd;
1498}
1499.table-bordered > thead > tr > th,
1500.table-bordered > thead > tr > td {
1501 border-bottom-width: 2px;
1502}
76c653f8 1503.table-striped > tbody > tr:nth-child(odd) {
6af4c584
MG
1504 background-color: #f9f9f9;
1505}
76c653f8 1506.table-hover > tbody > tr:hover {
6af4c584
MG
1507 background-color: #f5f5f5;
1508}
1509table col[class*="col-"] {
1510 position: static;
1511 float: none;
1512 display: table-column;
1513}
1514table td[class*="col-"],
1515table th[class*="col-"] {
1516 position: static;
1517 float: none;
1518 display: table-cell;
1519}
1520.table > thead > tr > td.active,
1521.table > tbody > tr > td.active,
1522.table > tfoot > tr > td.active,
1523.table > thead > tr > th.active,
1524.table > tbody > tr > th.active,
1525.table > tfoot > tr > th.active,
1526.table > thead > tr.active > td,
1527.table > tbody > tr.active > td,
1528.table > tfoot > tr.active > td,
1529.table > thead > tr.active > th,
1530.table > tbody > tr.active > th,
1531.table > tfoot > tr.active > th {
1532 background-color: #f5f5f5;
1533}
1534.table-hover > tbody > tr > td.active:hover,
1535.table-hover > tbody > tr > th.active:hover,
1536.table-hover > tbody > tr.active:hover > td,
76c653f8 1537.table-hover > tbody > tr:hover > .active,
6af4c584
MG
1538.table-hover > tbody > tr.active:hover > th {
1539 background-color: #e8e8e8;
1540}
1541.table > thead > tr > td.success,
1542.table > tbody > tr > td.success,
1543.table > tfoot > tr > td.success,
1544.table > thead > tr > th.success,
1545.table > tbody > tr > th.success,
1546.table > tfoot > tr > th.success,
1547.table > thead > tr.success > td,
1548.table > tbody > tr.success > td,
1549.table > tfoot > tr.success > td,
1550.table > thead > tr.success > th,
1551.table > tbody > tr.success > th,
1552.table > tfoot > tr.success > th {
1553 background-color: #3fb618;
1554}
1555.table-hover > tbody > tr > td.success:hover,
1556.table-hover > tbody > tr > th.success:hover,
1557.table-hover > tbody > tr.success:hover > td,
76c653f8 1558.table-hover > tbody > tr:hover > .success,
6af4c584
MG
1559.table-hover > tbody > tr.success:hover > th {
1560 background-color: #379f15;
1561}
1562.table > thead > tr > td.info,
1563.table > tbody > tr > td.info,
1564.table > tfoot > tr > td.info,
1565.table > thead > tr > th.info,
1566.table > tbody > tr > th.info,
1567.table > tfoot > tr > th.info,
1568.table > thead > tr.info > td,
1569.table > tbody > tr.info > td,
1570.table > tfoot > tr.info > td,
1571.table > thead > tr.info > th,
1572.table > tbody > tr.info > th,
1573.table > tfoot > tr.info > th {
1574 background-color: #9954bb;
1575}
1576.table-hover > tbody > tr > td.info:hover,
1577.table-hover > tbody > tr > th.info:hover,
1578.table-hover > tbody > tr.info:hover > td,
76c653f8 1579.table-hover > tbody > tr:hover > .info,
6af4c584
MG
1580.table-hover > tbody > tr.info:hover > th {
1581 background-color: #8d46b0;
1582}
1583.table > thead > tr > td.warning,
1584.table > tbody > tr > td.warning,
1585.table > tfoot > tr > td.warning,
1586.table > thead > tr > th.warning,
1587.table > tbody > tr > th.warning,
1588.table > tfoot > tr > th.warning,
1589.table > thead > tr.warning > td,
1590.table > tbody > tr.warning > td,
1591.table > tfoot > tr.warning > td,
1592.table > thead > tr.warning > th,
1593.table > tbody > tr.warning > th,
1594.table > tfoot > tr.warning > th {
1595 background-color: #ff7518;
1596}
1597.table-hover > tbody > tr > td.warning:hover,
1598.table-hover > tbody > tr > th.warning:hover,
1599.table-hover > tbody > tr.warning:hover > td,
76c653f8 1600.table-hover > tbody > tr:hover > .warning,
6af4c584
MG
1601.table-hover > tbody > tr.warning:hover > th {
1602 background-color: #fe6600;
1603}
1604.table > thead > tr > td.danger,
1605.table > tbody > tr > td.danger,
1606.table > tfoot > tr > td.danger,
1607.table > thead > tr > th.danger,
1608.table > tbody > tr > th.danger,
1609.table > tfoot > tr > th.danger,
1610.table > thead > tr.danger > td,
1611.table > tbody > tr.danger > td,
1612.table > tfoot > tr.danger > td,
1613.table > thead > tr.danger > th,
1614.table > tbody > tr.danger > th,
1615.table > tfoot > tr.danger > th {
1616 background-color: #ff0039;
1617}
1618.table-hover > tbody > tr > td.danger:hover,
1619.table-hover > tbody > tr > th.danger:hover,
1620.table-hover > tbody > tr.danger:hover > td,
76c653f8 1621.table-hover > tbody > tr:hover > .danger,
6af4c584
MG
1622.table-hover > tbody > tr.danger:hover > th {
1623 background-color: #e60033;
1624}
76c653f8
MG
1625.table-responsive {
1626 overflow-x: auto;
1627 min-height: 0.01%;
1628}
1629@media screen and (max-width: 767px) {
6af4c584
MG
1630 .table-responsive {
1631 width: 100%;
1632 margin-bottom: 15.75px;
1633 overflow-y: hidden;
6af4c584
MG
1634 -ms-overflow-style: -ms-autohiding-scrollbar;
1635 border: 1px solid #dddddd;
6af4c584
MG
1636 }
1637 .table-responsive > .table {
1638 margin-bottom: 0;
1639 }
1640 .table-responsive > .table > thead > tr > th,
1641 .table-responsive > .table > tbody > tr > th,
1642 .table-responsive > .table > tfoot > tr > th,
1643 .table-responsive > .table > thead > tr > td,
1644 .table-responsive > .table > tbody > tr > td,
1645 .table-responsive > .table > tfoot > tr > td {
1646 white-space: nowrap;
1647 }
1648 .table-responsive > .table-bordered {
1649 border: 0;
1650 }
1651 .table-responsive > .table-bordered > thead > tr > th:first-child,
1652 .table-responsive > .table-bordered > tbody > tr > th:first-child,
1653 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1654 .table-responsive > .table-bordered > thead > tr > td:first-child,
1655 .table-responsive > .table-bordered > tbody > tr > td:first-child,
1656 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1657 border-left: 0;
1658 }
1659 .table-responsive > .table-bordered > thead > tr > th:last-child,
1660 .table-responsive > .table-bordered > tbody > tr > th:last-child,
1661 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1662 .table-responsive > .table-bordered > thead > tr > td:last-child,
1663 .table-responsive > .table-bordered > tbody > tr > td:last-child,
1664 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1665 border-right: 0;
1666 }
1667 .table-responsive > .table-bordered > tbody > tr:last-child > th,
1668 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1669 .table-responsive > .table-bordered > tbody > tr:last-child > td,
1670 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1671 border-bottom: 0;
1672 }
1673}
1674fieldset {
1675 padding: 0;
1676 margin: 0;
1677 border: 0;
1678 min-width: 0;
1679}
1680legend {
1681 display: block;
1682 width: 100%;
1683 padding: 0;
1684 margin-bottom: 21px;
1685 font-size: 22.5px;
1686 line-height: inherit;
1687 color: #333333;
1688 border: 0;
1689 border-bottom: 1px solid #e5e5e5;
1690}
1691label {
1692 display: inline-block;
76c653f8 1693 max-width: 100%;
6af4c584
MG
1694 margin-bottom: 5px;
1695 font-weight: bold;
1696}
1697input[type="search"] {
1698 -webkit-box-sizing: border-box;
1699 -moz-box-sizing: border-box;
1700 box-sizing: border-box;
1701}
1702input[type="radio"],
1703input[type="checkbox"] {
1704 margin: 4px 0 0;
1705 margin-top: 1px \9;
6af4c584
MG
1706 line-height: normal;
1707}
1708input[type="file"] {
1709 display: block;
1710}
1711input[type="range"] {
1712 display: block;
1713 width: 100%;
1714}
1715select[multiple],
1716select[size] {
1717 height: auto;
1718}
1719input[type="file"]:focus,
1720input[type="radio"]:focus,
1721input[type="checkbox"]:focus {
1722 outline: thin dotted;
1723 outline: 5px auto -webkit-focus-ring-color;
1724 outline-offset: -2px;
1725}
1726output {
1727 display: block;
1728 padding-top: 11px;
1729 font-size: 15px;
1730 line-height: 1.42857143;
1731 color: #333333;
1732}
1733.form-control {
1734 display: block;
1735 width: 100%;
1736 height: 43px;
1737 padding: 10px 18px;
1738 font-size: 15px;
1739 line-height: 1.42857143;
1740 color: #333333;
1741 background-color: #ffffff;
1742 background-image: none;
1743 border: 1px solid #cccccc;
1744 border-radius: 0;
1745 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1746 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
76c653f8
MG
1747 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
1748 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
6af4c584
MG
1749 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1750}
1751.form-control:focus {
1752 border-color: #66afe9;
1753 outline: 0;
1754 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1755 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1756}
6af4c584
MG
1757.form-control::-moz-placeholder {
1758 color: #999999;
1759 opacity: 1;
1760}
1761.form-control:-ms-input-placeholder {
1762 color: #999999;
1763}
1764.form-control::-webkit-input-placeholder {
1765 color: #999999;
1766}
1767.form-control[disabled],
1768.form-control[readonly],
1769fieldset[disabled] .form-control {
1770 cursor: not-allowed;
1771 background-color: #e6e6e6;
1772 opacity: 1;
1773}
1774textarea.form-control {
1775 height: auto;
1776}
76c653f8
MG
1777input[type="search"] {
1778 -webkit-appearance: none;
1779}
1780@media screen and (-webkit-min-device-pixel-ratio: 0) {
1781 input[type="date"],
1782 input[type="time"],
1783 input[type="datetime-local"],
1784 input[type="month"] {
1785 line-height: 43px;
1786 }
1787 input[type="date"].input-sm,
1788 input[type="time"].input-sm,
1789 input[type="datetime-local"].input-sm,
1790 input[type="month"].input-sm {
1791 line-height: 31px;
1792 }
1793 input[type="date"].input-lg,
1794 input[type="time"].input-lg,
1795 input[type="datetime-local"].input-lg,
1796 input[type="month"].input-lg {
1797 line-height: 64px;
1798 }
6af4c584
MG
1799}
1800.form-group {
1801 margin-bottom: 15px;
1802}
1803.radio,
1804.checkbox {
76c653f8 1805 position: relative;
6af4c584 1806 display: block;
6af4c584
MG
1807 margin-top: 10px;
1808 margin-bottom: 10px;
6af4c584
MG
1809}
1810.radio label,
1811.checkbox label {
76c653f8
MG
1812 min-height: 21px;
1813 padding-left: 20px;
1814 margin-bottom: 0;
6af4c584
MG
1815 font-weight: normal;
1816 cursor: pointer;
1817}
1818.radio input[type="radio"],
1819.radio-inline input[type="radio"],
1820.checkbox input[type="checkbox"],
1821.checkbox-inline input[type="checkbox"] {
76c653f8 1822 position: absolute;
6af4c584 1823 margin-left: -20px;
76c653f8 1824 margin-top: 4px \9;
6af4c584
MG
1825}
1826.radio + .radio,
1827.checkbox + .checkbox {
1828 margin-top: -5px;
1829}
1830.radio-inline,
1831.checkbox-inline {
1832 display: inline-block;
1833 padding-left: 20px;
1834 margin-bottom: 0;
1835 vertical-align: middle;
1836 font-weight: normal;
1837 cursor: pointer;
1838}
1839.radio-inline + .radio-inline,
1840.checkbox-inline + .checkbox-inline {
1841 margin-top: 0;
1842 margin-left: 10px;
1843}
1844input[type="radio"][disabled],
1845input[type="checkbox"][disabled],
76c653f8
MG
1846input[type="radio"].disabled,
1847input[type="checkbox"].disabled,
6af4c584 1848fieldset[disabled] input[type="radio"],
76c653f8
MG
1849fieldset[disabled] input[type="checkbox"] {
1850 cursor: not-allowed;
1851}
1852.radio-inline.disabled,
1853.checkbox-inline.disabled,
6af4c584 1854fieldset[disabled] .radio-inline,
6af4c584
MG
1855fieldset[disabled] .checkbox-inline {
1856 cursor: not-allowed;
1857}
76c653f8
MG
1858.radio.disabled label,
1859.checkbox.disabled label,
1860fieldset[disabled] .radio label,
1861fieldset[disabled] .checkbox label {
1862 cursor: not-allowed;
1863}
1864.form-control-static {
1865 padding-top: 11px;
1866 padding-bottom: 11px;
1867 margin-bottom: 0;
1868}
1869.form-control-static.input-lg,
1870.form-control-static.input-sm {
1871 padding-left: 0;
1872 padding-right: 0;
1873}
1874.input-sm,
1875.form-group-sm .form-control {
6af4c584
MG
1876 height: 31px;
1877 padding: 5px 10px;
1878 font-size: 13px;
1879 line-height: 1.5;
1880 border-radius: 0;
1881}
76c653f8
MG
1882select.input-sm,
1883select.form-group-sm .form-control {
6af4c584
MG
1884 height: 31px;
1885 line-height: 31px;
1886}
1887textarea.input-sm,
76c653f8
MG
1888textarea.form-group-sm .form-control,
1889select[multiple].input-sm,
1890select[multiple].form-group-sm .form-control {
6af4c584
MG
1891 height: auto;
1892}
76c653f8
MG
1893.input-lg,
1894.form-group-lg .form-control {
6af4c584
MG
1895 height: 64px;
1896 padding: 18px 30px;
1897 font-size: 19px;
1898 line-height: 1.33;
1899 border-radius: 0;
1900}
76c653f8
MG
1901select.input-lg,
1902select.form-group-lg .form-control {
6af4c584
MG
1903 height: 64px;
1904 line-height: 64px;
1905}
1906textarea.input-lg,
76c653f8
MG
1907textarea.form-group-lg .form-control,
1908select[multiple].input-lg,
1909select[multiple].form-group-lg .form-control {
6af4c584
MG
1910 height: auto;
1911}
1912.has-feedback {
1913 position: relative;
1914}
1915.has-feedback .form-control {
1916 padding-right: 53.75px;
1917}
76c653f8 1918.form-control-feedback {
6af4c584 1919 position: absolute;
76c653f8 1920 top: 0;
6af4c584 1921 right: 0;
76c653f8 1922 z-index: 2;
6af4c584
MG
1923 display: block;
1924 width: 43px;
1925 height: 43px;
1926 line-height: 43px;
1927 text-align: center;
76c653f8
MG
1928 pointer-events: none;
1929}
1930.input-lg + .form-control-feedback {
1931 width: 64px;
1932 height: 64px;
1933 line-height: 64px;
1934}
1935.input-sm + .form-control-feedback {
1936 width: 31px;
1937 height: 31px;
1938 line-height: 31px;
6af4c584
MG
1939}
1940.has-success .help-block,
1941.has-success .control-label,
1942.has-success .radio,
1943.has-success .checkbox,
1944.has-success .radio-inline,
76c653f8
MG
1945.has-success .checkbox-inline,
1946.has-success.radio label,
1947.has-success.checkbox label,
1948.has-success.radio-inline label,
1949.has-success.checkbox-inline label {
6af4c584
MG
1950 color: #ffffff;
1951}
1952.has-success .form-control {
1953 border-color: #ffffff;
1954 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1955 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1956}
1957.has-success .form-control:focus {
1958 border-color: #e6e6e6;
1959 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1960 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1961}
1962.has-success .input-group-addon {
1963 color: #ffffff;
1964 border-color: #ffffff;
1965 background-color: #3fb618;
1966}
1967.has-success .form-control-feedback {
1968 color: #ffffff;
1969}
1970.has-warning .help-block,
1971.has-warning .control-label,
1972.has-warning .radio,
1973.has-warning .checkbox,
1974.has-warning .radio-inline,
76c653f8
MG
1975.has-warning .checkbox-inline,
1976.has-warning.radio label,
1977.has-warning.checkbox label,
1978.has-warning.radio-inline label,
1979.has-warning.checkbox-inline label {
6af4c584
MG
1980 color: #ffffff;
1981}
1982.has-warning .form-control {
1983 border-color: #ffffff;
1984 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1985 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1986}
1987.has-warning .form-control:focus {
1988 border-color: #e6e6e6;
1989 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1990 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1991}
1992.has-warning .input-group-addon {
1993 color: #ffffff;
1994 border-color: #ffffff;
1995 background-color: #ff7518;
1996}
1997.has-warning .form-control-feedback {
1998 color: #ffffff;
1999}
2000.has-error .help-block,
2001.has-error .control-label,
2002.has-error .radio,
2003.has-error .checkbox,
2004.has-error .radio-inline,
76c653f8
MG
2005.has-error .checkbox-inline,
2006.has-error.radio label,
2007.has-error.checkbox label,
2008.has-error.radio-inline label,
2009.has-error.checkbox-inline label {
6af4c584
MG
2010 color: #ffffff;
2011}
2012.has-error .form-control {
2013 border-color: #ffffff;
2014 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2015 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2016}
2017.has-error .form-control:focus {
2018 border-color: #e6e6e6;
2019 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2020 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2021}
2022.has-error .input-group-addon {
2023 color: #ffffff;
2024 border-color: #ffffff;
2025 background-color: #ff0039;
2026}
2027.has-error .form-control-feedback {
2028 color: #ffffff;
2029}
76c653f8
MG
2030.has-feedback label ~ .form-control-feedback {
2031 top: 26px;
2032}
2033.has-feedback label.sr-only ~ .form-control-feedback {
2034 top: 0;
6af4c584
MG
2035}
2036.help-block {
2037 display: block;
2038 margin-top: 5px;
2039 margin-bottom: 10px;
2040 color: #737373;
2041}
2042@media (min-width: 768px) {
2043 .form-inline .form-group {
2044 display: inline-block;
2045 margin-bottom: 0;
2046 vertical-align: middle;
2047 }
2048 .form-inline .form-control {
2049 display: inline-block;
2050 width: auto;
2051 vertical-align: middle;
2052 }
76c653f8
MG
2053 .form-inline .form-control-static {
2054 display: inline-block;
2055 }
2056 .form-inline .input-group {
2057 display: inline-table;
2058 vertical-align: middle;
2059 }
2060 .form-inline .input-group .input-group-addon,
2061 .form-inline .input-group .input-group-btn,
2062 .form-inline .input-group .form-control {
2063 width: auto;
2064 }
2065 .form-inline .input-group > .form-control {
2066 width: 100%;
2067 }
6af4c584
MG
2068 .form-inline .control-label {
2069 margin-bottom: 0;
2070 vertical-align: middle;
2071 }
2072 .form-inline .radio,
2073 .form-inline .checkbox {
2074 display: inline-block;
2075 margin-top: 0;
2076 margin-bottom: 0;
6af4c584
MG
2077 vertical-align: middle;
2078 }
76c653f8
MG
2079 .form-inline .radio label,
2080 .form-inline .checkbox label {
2081 padding-left: 0;
2082 }
6af4c584
MG
2083 .form-inline .radio input[type="radio"],
2084 .form-inline .checkbox input[type="checkbox"] {
76c653f8 2085 position: relative;
6af4c584
MG
2086 margin-left: 0;
2087 }
2088 .form-inline .has-feedback .form-control-feedback {
2089 top: 0;
2090 }
2091}
6af4c584
MG
2092.form-horizontal .radio,
2093.form-horizontal .checkbox,
2094.form-horizontal .radio-inline,
2095.form-horizontal .checkbox-inline {
2096 margin-top: 0;
2097 margin-bottom: 0;
2098 padding-top: 11px;
2099}
2100.form-horizontal .radio,
2101.form-horizontal .checkbox {
2102 min-height: 32px;
2103}
2104.form-horizontal .form-group {
2105 margin-left: -15px;
2106 margin-right: -15px;
2107}
6af4c584
MG
2108@media (min-width: 768px) {
2109 .form-horizontal .control-label {
2110 text-align: right;
76c653f8
MG
2111 margin-bottom: 0;
2112 padding-top: 11px;
6af4c584
MG
2113 }
2114}
2115.form-horizontal .has-feedback .form-control-feedback {
6af4c584
MG
2116 right: 15px;
2117}
76c653f8
MG
2118@media (min-width: 768px) {
2119 .form-horizontal .form-group-lg .control-label {
2120 padding-top: 24.94px;
2121 }
2122}
2123@media (min-width: 768px) {
2124 .form-horizontal .form-group-sm .control-label {
2125 padding-top: 6px;
2126 }
2127}
6af4c584
MG
2128.btn {
2129 display: inline-block;
2130 margin-bottom: 0;
2131 font-weight: normal;
2132 text-align: center;
2133 vertical-align: middle;
76c653f8
MG
2134 -ms-touch-action: manipulation;
2135 touch-action: manipulation;
6af4c584
MG
2136 cursor: pointer;
2137 background-image: none;
2138 border: 1px solid transparent;
2139 white-space: nowrap;
2140 padding: 10px 18px;
2141 font-size: 15px;
2142 line-height: 1.42857143;
2143 border-radius: 0;
2144 -webkit-user-select: none;
2145 -moz-user-select: none;
2146 -ms-user-select: none;
6af4c584
MG
2147 user-select: none;
2148}
76c653f8
MG
2149.btn:focus,
2150.btn:active:focus,
2151.btn.active:focus,
2152.btn.focus,
2153.btn:active.focus,
2154.btn.active.focus {
6af4c584
MG
2155 outline: thin dotted;
2156 outline: 5px auto -webkit-focus-ring-color;
2157 outline-offset: -2px;
2158}
2159.btn:hover,
76c653f8
MG
2160.btn:focus,
2161.btn.focus {
6af4c584
MG
2162 color: #ffffff;
2163 text-decoration: none;
2164}
2165.btn:active,
2166.btn.active {
2167 outline: 0;
2168 background-image: none;
2169 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2170 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2171}
2172.btn.disabled,
2173.btn[disabled],
2174fieldset[disabled] .btn {
2175 cursor: not-allowed;
2176 pointer-events: none;
2177 opacity: 0.65;
2178 filter: alpha(opacity=65);
2179 -webkit-box-shadow: none;
2180 box-shadow: none;
2181}
2182.btn-default {
2183 color: #ffffff;
2184 background-color: #222222;
2185 border-color: #222222;
2186}
2187.btn-default:hover,
2188.btn-default:focus,
76c653f8 2189.btn-default.focus,
6af4c584
MG
2190.btn-default:active,
2191.btn-default.active,
76c653f8 2192.open > .dropdown-toggle.btn-default {
6af4c584 2193 color: #ffffff;
76c653f8 2194 background-color: #090909;
6af4c584
MG
2195 border-color: #040404;
2196}
2197.btn-default:active,
2198.btn-default.active,
76c653f8 2199.open > .dropdown-toggle.btn-default {
6af4c584
MG
2200 background-image: none;
2201}
2202.btn-default.disabled,
2203.btn-default[disabled],
2204fieldset[disabled] .btn-default,
2205.btn-default.disabled:hover,
2206.btn-default[disabled]:hover,
2207fieldset[disabled] .btn-default:hover,
2208.btn-default.disabled:focus,
2209.btn-default[disabled]:focus,
2210fieldset[disabled] .btn-default:focus,
76c653f8
MG
2211.btn-default.disabled.focus,
2212.btn-default[disabled].focus,
2213fieldset[disabled] .btn-default.focus,
6af4c584
MG
2214.btn-default.disabled:active,
2215.btn-default[disabled]:active,
2216fieldset[disabled] .btn-default:active,
2217.btn-default.disabled.active,
2218.btn-default[disabled].active,
2219fieldset[disabled] .btn-default.active {
2220 background-color: #222222;
2221 border-color: #222222;
2222}
2223.btn-default .badge {
2224 color: #222222;
2225 background-color: #ffffff;
2226}
2227.btn-primary {
2228 color: #ffffff;
76c653f8
MG
2229 background-color: #2780e3;
2230 border-color: #2780e3;
6af4c584
MG
2231}
2232.btn-primary:hover,
2233.btn-primary:focus,
76c653f8 2234.btn-primary.focus,
6af4c584
MG
2235.btn-primary:active,
2236.btn-primary.active,
76c653f8 2237.open > .dropdown-toggle.btn-primary {
6af4c584 2238 color: #ffffff;
76c653f8
MG
2239 background-color: #1967be;
2240 border-color: #1862b5;
6af4c584
MG
2241}
2242.btn-primary:active,
2243.btn-primary.active,
76c653f8 2244.open > .dropdown-toggle.btn-primary {
6af4c584
MG
2245 background-image: none;
2246}
2247.btn-primary.disabled,
2248.btn-primary[disabled],
2249fieldset[disabled] .btn-primary,
2250.btn-primary.disabled:hover,
2251.btn-primary[disabled]:hover,
2252fieldset[disabled] .btn-primary:hover,
2253.btn-primary.disabled:focus,
2254.btn-primary[disabled]:focus,
2255fieldset[disabled] .btn-primary:focus,
76c653f8
MG
2256.btn-primary.disabled.focus,
2257.btn-primary[disabled].focus,
2258fieldset[disabled] .btn-primary.focus,
6af4c584
MG
2259.btn-primary.disabled:active,
2260.btn-primary[disabled]:active,
2261fieldset[disabled] .btn-primary:active,
2262.btn-primary.disabled.active,
2263.btn-primary[disabled].active,
2264fieldset[disabled] .btn-primary.active {
76c653f8
MG
2265 background-color: #2780e3;
2266 border-color: #2780e3;
6af4c584
MG
2267}
2268.btn-primary .badge {
76c653f8 2269 color: #2780e3;
6af4c584
MG
2270 background-color: #ffffff;
2271}
2272.btn-success {
2273 color: #ffffff;
2274 background-color: #3fb618;
2275 border-color: #3fb618;
2276}
2277.btn-success:hover,
2278.btn-success:focus,
76c653f8 2279.btn-success.focus,
6af4c584
MG
2280.btn-success:active,
2281.btn-success.active,
76c653f8 2282.open > .dropdown-toggle.btn-success {
6af4c584 2283 color: #ffffff;
76c653f8 2284 background-color: #2f8912;
6af4c584
MG
2285 border-color: #2c8011;
2286}
2287.btn-success:active,
2288.btn-success.active,
76c653f8 2289.open > .dropdown-toggle.btn-success {
6af4c584
MG
2290 background-image: none;
2291}
2292.btn-success.disabled,
2293.btn-success[disabled],
2294fieldset[disabled] .btn-success,
2295.btn-success.disabled:hover,
2296.btn-success[disabled]:hover,
2297fieldset[disabled] .btn-success:hover,
2298.btn-success.disabled:focus,
2299.btn-success[disabled]:focus,
2300fieldset[disabled] .btn-success:focus,
76c653f8
MG
2301.btn-success.disabled.focus,
2302.btn-success[disabled].focus,
2303fieldset[disabled] .btn-success.focus,
6af4c584
MG
2304.btn-success.disabled:active,
2305.btn-success[disabled]:active,
2306fieldset[disabled] .btn-success:active,
2307.btn-success.disabled.active,
2308.btn-success[disabled].active,
2309fieldset[disabled] .btn-success.active {
2310 background-color: #3fb618;
2311 border-color: #3fb618;
2312}
2313.btn-success .badge {
2314 color: #3fb618;
2315 background-color: #ffffff;
2316}
2317.btn-info {
2318 color: #ffffff;
2319 background-color: #9954bb;
2320 border-color: #9954bb;
2321}
2322.btn-info:hover,
2323.btn-info:focus,
76c653f8 2324.btn-info.focus,
6af4c584
MG
2325.btn-info:active,
2326.btn-info.active,
76c653f8 2327.open > .dropdown-toggle.btn-info {
6af4c584 2328 color: #ffffff;
76c653f8 2329 background-color: #7e3f9d;
6af4c584
MG
2330 border-color: #783c96;
2331}
2332.btn-info:active,
2333.btn-info.active,
76c653f8 2334.open > .dropdown-toggle.btn-info {
6af4c584
MG
2335 background-image: none;
2336}
2337.btn-info.disabled,
2338.btn-info[disabled],
2339fieldset[disabled] .btn-info,
2340.btn-info.disabled:hover,
2341.btn-info[disabled]:hover,
2342fieldset[disabled] .btn-info:hover,
2343.btn-info.disabled:focus,
2344.btn-info[disabled]:focus,
2345fieldset[disabled] .btn-info:focus,
76c653f8
MG
2346.btn-info.disabled.focus,
2347.btn-info[disabled].focus,
2348fieldset[disabled] .btn-info.focus,
6af4c584
MG
2349.btn-info.disabled:active,
2350.btn-info[disabled]:active,
2351fieldset[disabled] .btn-info:active,
2352.btn-info.disabled.active,
2353.btn-info[disabled].active,
2354fieldset[disabled] .btn-info.active {
2355 background-color: #9954bb;
2356 border-color: #9954bb;
2357}
2358.btn-info .badge {
2359 color: #9954bb;
2360 background-color: #ffffff;
2361}
2362.btn-warning {
2363 color: #ffffff;
2364 background-color: #ff7518;
2365 border-color: #ff7518;
2366}
2367.btn-warning:hover,
2368.btn-warning:focus,
76c653f8 2369.btn-warning.focus,
6af4c584
MG
2370.btn-warning:active,
2371.btn-warning.active,
76c653f8 2372.open > .dropdown-toggle.btn-warning {
6af4c584 2373 color: #ffffff;
76c653f8 2374 background-color: #e45c00;
6af4c584
MG
2375 border-color: #da5800;
2376}
2377.btn-warning:active,
2378.btn-warning.active,
76c653f8 2379.open > .dropdown-toggle.btn-warning {
6af4c584
MG
2380 background-image: none;
2381}
2382.btn-warning.disabled,
2383.btn-warning[disabled],
2384fieldset[disabled] .btn-warning,
2385.btn-warning.disabled:hover,
2386.btn-warning[disabled]:hover,
2387fieldset[disabled] .btn-warning:hover,
2388.btn-warning.disabled:focus,
2389.btn-warning[disabled]:focus,
2390fieldset[disabled] .btn-warning:focus,
76c653f8
MG
2391.btn-warning.disabled.focus,
2392.btn-warning[disabled].focus,
2393fieldset[disabled] .btn-warning.focus,
6af4c584
MG
2394.btn-warning.disabled:active,
2395.btn-warning[disabled]:active,
2396fieldset[disabled] .btn-warning:active,
2397.btn-warning.disabled.active,
2398.btn-warning[disabled].active,
2399fieldset[disabled] .btn-warning.active {
2400 background-color: #ff7518;
2401 border-color: #ff7518;
2402}
2403.btn-warning .badge {
2404 color: #ff7518;
2405 background-color: #ffffff;
2406}
2407.btn-danger {
2408 color: #ffffff;
2409 background-color: #ff0039;
2410 border-color: #ff0039;
2411}
2412.btn-danger:hover,
2413.btn-danger:focus,
76c653f8 2414.btn-danger.focus,
6af4c584
MG
2415.btn-danger:active,
2416.btn-danger.active,
76c653f8 2417.open > .dropdown-toggle.btn-danger {
6af4c584 2418 color: #ffffff;
76c653f8 2419 background-color: #cc002e;
6af4c584
MG
2420 border-color: #c2002b;
2421}
2422.btn-danger:active,
2423.btn-danger.active,
76c653f8 2424.open > .dropdown-toggle.btn-danger {
6af4c584
MG
2425 background-image: none;
2426}
2427.btn-danger.disabled,
2428.btn-danger[disabled],
2429fieldset[disabled] .btn-danger,
2430.btn-danger.disabled:hover,
2431.btn-danger[disabled]:hover,
2432fieldset[disabled] .btn-danger:hover,
2433.btn-danger.disabled:focus,
2434.btn-danger[disabled]:focus,
2435fieldset[disabled] .btn-danger:focus,
76c653f8
MG
2436.btn-danger.disabled.focus,
2437.btn-danger[disabled].focus,
2438fieldset[disabled] .btn-danger.focus,
6af4c584
MG
2439.btn-danger.disabled:active,
2440.btn-danger[disabled]:active,
2441fieldset[disabled] .btn-danger:active,
2442.btn-danger.disabled.active,
2443.btn-danger[disabled].active,
2444fieldset[disabled] .btn-danger.active {
2445 background-color: #ff0039;
2446 border-color: #ff0039;
2447}
2448.btn-danger .badge {
2449 color: #ff0039;
2450 background-color: #ffffff;
2451}
2452.btn-link {
76c653f8 2453 color: #2780e3;
6af4c584 2454 font-weight: normal;
6af4c584
MG
2455 border-radius: 0;
2456}
2457.btn-link,
2458.btn-link:active,
76c653f8 2459.btn-link.active,
6af4c584
MG
2460.btn-link[disabled],
2461fieldset[disabled] .btn-link {
2462 background-color: transparent;
2463 -webkit-box-shadow: none;
2464 box-shadow: none;
2465}
2466.btn-link,
2467.btn-link:hover,
2468.btn-link:focus,
2469.btn-link:active {
2470 border-color: transparent;
2471}
2472.btn-link:hover,
2473.btn-link:focus {
76c653f8 2474 color: #165ba8;
6af4c584
MG
2475 text-decoration: underline;
2476 background-color: transparent;
2477}
2478.btn-link[disabled]:hover,
2479fieldset[disabled] .btn-link:hover,
2480.btn-link[disabled]:focus,
2481fieldset[disabled] .btn-link:focus {
2482 color: #999999;
2483 text-decoration: none;
2484}
2485.btn-lg {
2486 padding: 18px 30px;
2487 font-size: 19px;
2488 line-height: 1.33;
2489 border-radius: 0;
2490}
2491.btn-sm {
2492 padding: 5px 10px;
2493 font-size: 13px;
2494 line-height: 1.5;
2495 border-radius: 0;
2496}
2497.btn-xs {
2498 padding: 1px 5px;
2499 font-size: 13px;
2500 line-height: 1.5;
2501 border-radius: 0;
2502}
2503.btn-block {
2504 display: block;
2505 width: 100%;
6af4c584
MG
2506}
2507.btn-block + .btn-block {
2508 margin-top: 5px;
2509}
2510input[type="submit"].btn-block,
2511input[type="reset"].btn-block,
2512input[type="button"].btn-block {
2513 width: 100%;
2514}
2515.fade {
2516 opacity: 0;
2517 -webkit-transition: opacity 0.15s linear;
76c653f8 2518 -o-transition: opacity 0.15s linear;
6af4c584
MG
2519 transition: opacity 0.15s linear;
2520}
2521.fade.in {
2522 opacity: 1;
2523}
2524.collapse {
2525 display: none;
76c653f8 2526 visibility: hidden;
6af4c584
MG
2527}
2528.collapse.in {
2529 display: block;
76c653f8
MG
2530 visibility: visible;
2531}
2532tr.collapse.in {
2533 display: table-row;
2534}
2535tbody.collapse.in {
2536 display: table-row-group;
6af4c584
MG
2537}
2538.collapsing {
2539 position: relative;
2540 height: 0;
2541 overflow: hidden;
76c653f8
MG
2542 -webkit-transition-property: height, visibility;
2543 -o-transition-property: height, visibility;
2544 transition-property: height, visibility;
2545 -webkit-transition-duration: 0.35s;
2546 -o-transition-duration: 0.35s;
2547 transition-duration: 0.35s;
2548 -webkit-transition-timing-function: ease;
2549 -o-transition-timing-function: ease;
2550 transition-timing-function: ease;
6af4c584
MG
2551}
2552.caret {
2553 display: inline-block;
2554 width: 0;
2555 height: 0;
2556 margin-left: 2px;
2557 vertical-align: middle;
2558 border-top: 4px solid;
2559 border-right: 4px solid transparent;
2560 border-left: 4px solid transparent;
2561}
2562.dropdown {
2563 position: relative;
2564}
2565.dropdown-toggle:focus {
2566 outline: 0;
2567}
2568.dropdown-menu {
2569 position: absolute;
2570 top: 100%;
2571 left: 0;
2572 z-index: 1000;
2573 display: none;
2574 float: left;
2575 min-width: 160px;
2576 padding: 5px 0;
2577 margin: 2px 0 0;
2578 list-style: none;
2579 font-size: 15px;
76c653f8 2580 text-align: left;
6af4c584
MG
2581 background-color: #ffffff;
2582 border: 1px solid #cccccc;
2583 border: 1px solid rgba(0, 0, 0, 0.15);
2584 border-radius: 0;
2585 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2586 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
76c653f8
MG
2587 -webkit-background-clip: padding-box;
2588 background-clip: padding-box;
6af4c584
MG
2589}
2590.dropdown-menu.pull-right {
2591 right: 0;
2592 left: auto;
2593}
2594.dropdown-menu .divider {
2595 height: 1px;
2596 margin: 9.5px 0;
2597 overflow: hidden;
2598 background-color: #e5e5e5;
2599}
2600.dropdown-menu > li > a {
2601 display: block;
2602 padding: 3px 20px;
2603 clear: both;
2604 font-weight: normal;
2605 line-height: 1.42857143;
2606 color: #333333;
2607 white-space: nowrap;
2608}
2609.dropdown-menu > li > a:hover,
2610.dropdown-menu > li > a:focus {
2611 text-decoration: none;
2612 color: #ffffff;
76c653f8 2613 background-color: #2780e3;
6af4c584
MG
2614}
2615.dropdown-menu > .active > a,
2616.dropdown-menu > .active > a:hover,
2617.dropdown-menu > .active > a:focus {
2618 color: #ffffff;
2619 text-decoration: none;
2620 outline: 0;
76c653f8 2621 background-color: #2780e3;
6af4c584
MG
2622}
2623.dropdown-menu > .disabled > a,
2624.dropdown-menu > .disabled > a:hover,
2625.dropdown-menu > .disabled > a:focus {
2626 color: #999999;
2627}
2628.dropdown-menu > .disabled > a:hover,
2629.dropdown-menu > .disabled > a:focus {
2630 text-decoration: none;
2631 background-color: transparent;
2632 background-image: none;
2633 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2634 cursor: not-allowed;
2635}
2636.open > .dropdown-menu {
2637 display: block;
2638}
2639.open > a {
2640 outline: 0;
2641}
2642.dropdown-menu-right {
2643 left: auto;
2644 right: 0;
2645}
2646.dropdown-menu-left {
2647 left: 0;
2648 right: auto;
2649}
2650.dropdown-header {
2651 display: block;
2652 padding: 3px 20px;
2653 font-size: 13px;
2654 line-height: 1.42857143;
2655 color: #999999;
76c653f8 2656 white-space: nowrap;
6af4c584
MG
2657}
2658.dropdown-backdrop {
2659 position: fixed;
2660 left: 0;
2661 right: 0;
2662 bottom: 0;
2663 top: 0;
2664 z-index: 990;
2665}
2666.pull-right > .dropdown-menu {
2667 right: 0;
2668 left: auto;
2669}
2670.dropup .caret,
2671.navbar-fixed-bottom .dropdown .caret {
2672 border-top: 0;
2673 border-bottom: 4px solid;
2674 content: "";
2675}
2676.dropup .dropdown-menu,
2677.navbar-fixed-bottom .dropdown .dropdown-menu {
2678 top: auto;
2679 bottom: 100%;
2680 margin-bottom: 1px;
2681}
2682@media (min-width: 768px) {
2683 .navbar-right .dropdown-menu {
2684 left: auto;
2685 right: 0;
2686 }
2687 .navbar-right .dropdown-menu-left {
2688 left: 0;
2689 right: auto;
2690 }
2691}
2692.nav {
2693 margin-bottom: 0;
2694 padding-left: 0;
2695 list-style: none;
2696}
2697.nav > li {
2698 position: relative;
2699 display: block;
2700}
2701.nav > li > a {
2702 position: relative;
2703 display: block;
2704 padding: 10px 15px;
2705}
2706.nav > li > a:hover,
2707.nav > li > a:focus {
2708 text-decoration: none;
2709 background-color: #e6e6e6;
2710}
2711.nav > li.disabled > a {
2712 color: #999999;
2713}
2714.nav > li.disabled > a:hover,
2715.nav > li.disabled > a:focus {
2716 color: #999999;
2717 text-decoration: none;
2718 background-color: transparent;
2719 cursor: not-allowed;
2720}
2721.nav .open > a,
2722.nav .open > a:hover,
2723.nav .open > a:focus {
2724 background-color: #e6e6e6;
76c653f8 2725 border-color: #2780e3;
6af4c584
MG
2726}
2727.nav .nav-divider {
2728 height: 1px;
2729 margin: 9.5px 0;
2730 overflow: hidden;
2731 background-color: #e5e5e5;
2732}
2733.nav > li > a > img {
2734 max-width: none;
2735}
2736.nav-tabs {
2737 border-bottom: 1px solid #dddddd;
2738}
2739.nav-tabs > li {
2740 float: left;
2741 margin-bottom: -1px;
2742}
2743.nav-tabs > li > a {
2744 margin-right: 2px;
2745 line-height: 1.42857143;
2746 border: 1px solid transparent;
2747 border-radius: 0 0 0 0;
2748}
2749.nav-tabs > li > a:hover {
2750 border-color: #e6e6e6 #e6e6e6 #dddddd;
2751}
2752.nav-tabs > li.active > a,
2753.nav-tabs > li.active > a:hover,
2754.nav-tabs > li.active > a:focus {
2755 color: #555555;
2756 background-color: #ffffff;
2757 border: 1px solid #dddddd;
2758 border-bottom-color: transparent;
2759 cursor: default;
2760}
2761.nav-tabs.nav-justified {
2762 width: 100%;
2763 border-bottom: 0;
2764}
2765.nav-tabs.nav-justified > li {
2766 float: none;
2767}
2768.nav-tabs.nav-justified > li > a {
2769 text-align: center;
2770 margin-bottom: 5px;
2771}
2772.nav-tabs.nav-justified > .dropdown .dropdown-menu {
2773 top: auto;
2774 left: auto;
2775}
2776@media (min-width: 768px) {
2777 .nav-tabs.nav-justified > li {
2778 display: table-cell;
2779 width: 1%;
2780 }
2781 .nav-tabs.nav-justified > li > a {
2782 margin-bottom: 0;
2783 }
2784}
2785.nav-tabs.nav-justified > li > a {
2786 margin-right: 0;
2787 border-radius: 0;
2788}
2789.nav-tabs.nav-justified > .active > a,
2790.nav-tabs.nav-justified > .active > a:hover,
2791.nav-tabs.nav-justified > .active > a:focus {
2792 border: 1px solid #dddddd;
2793}
2794@media (min-width: 768px) {
2795 .nav-tabs.nav-justified > li > a {
2796 border-bottom: 1px solid #dddddd;
2797 border-radius: 0 0 0 0;
2798 }
2799 .nav-tabs.nav-justified > .active > a,
2800 .nav-tabs.nav-justified > .active > a:hover,
2801 .nav-tabs.nav-justified > .active > a:focus {
2802 border-bottom-color: #ffffff;
2803 }
2804}
2805.nav-pills > li {
2806 float: left;
2807}
2808.nav-pills > li > a {
2809 border-radius: 0;
2810}
2811.nav-pills > li + li {
2812 margin-left: 2px;
2813}
2814.nav-pills > li.active > a,
2815.nav-pills > li.active > a:hover,
2816.nav-pills > li.active > a:focus {
2817 color: #ffffff;
76c653f8 2818 background-color: #2780e3;
6af4c584
MG
2819}
2820.nav-stacked > li {
2821 float: none;
2822}
2823.nav-stacked > li + li {
2824 margin-top: 2px;
2825 margin-left: 0;
2826}
2827.nav-justified {
2828 width: 100%;
2829}
2830.nav-justified > li {
2831 float: none;
2832}
2833.nav-justified > li > a {
2834 text-align: center;
2835 margin-bottom: 5px;
2836}
2837.nav-justified > .dropdown .dropdown-menu {
2838 top: auto;
2839 left: auto;
2840}
2841@media (min-width: 768px) {
2842 .nav-justified > li {
2843 display: table-cell;
2844 width: 1%;
2845 }
2846 .nav-justified > li > a {
2847 margin-bottom: 0;
2848 }
2849}
2850.nav-tabs-justified {
2851 border-bottom: 0;
2852}
2853.nav-tabs-justified > li > a {
2854 margin-right: 0;
2855 border-radius: 0;
2856}
2857.nav-tabs-justified > .active > a,
2858.nav-tabs-justified > .active > a:hover,
2859.nav-tabs-justified > .active > a:focus {
2860 border: 1px solid #dddddd;
2861}
2862@media (min-width: 768px) {
2863 .nav-tabs-justified > li > a {
2864 border-bottom: 1px solid #dddddd;
2865 border-radius: 0 0 0 0;
2866 }
2867 .nav-tabs-justified > .active > a,
2868 .nav-tabs-justified > .active > a:hover,
2869 .nav-tabs-justified > .active > a:focus {
2870 border-bottom-color: #ffffff;
2871 }
2872}
2873.tab-content > .tab-pane {
2874 display: none;
76c653f8 2875 visibility: hidden;
6af4c584
MG
2876}
2877.tab-content > .active {
2878 display: block;
76c653f8 2879 visibility: visible;
6af4c584
MG
2880}
2881.nav-tabs .dropdown-menu {
2882 margin-top: -1px;
2883 border-top-right-radius: 0;
2884 border-top-left-radius: 0;
2885}
2886.navbar {
2887 position: relative;
2888 min-height: 50px;
2889 margin-bottom: 21px;
2890 border: 1px solid transparent;
2891}
2892@media (min-width: 768px) {
2893 .navbar {
2894 border-radius: 0;
2895 }
2896}
2897@media (min-width: 768px) {
2898 .navbar-header {
2899 float: left;
2900 }
2901}
2902.navbar-collapse {
6af4c584
MG
2903 overflow-x: visible;
2904 padding-right: 15px;
2905 padding-left: 15px;
2906 border-top: 1px solid transparent;
76c653f8
MG
2907 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
2908 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
6af4c584
MG
2909 -webkit-overflow-scrolling: touch;
2910}
2911.navbar-collapse.in {
2912 overflow-y: auto;
2913}
2914@media (min-width: 768px) {
2915 .navbar-collapse {
2916 width: auto;
2917 border-top: 0;
76c653f8
MG
2918 -webkit-box-shadow: none;
2919 box-shadow: none;
6af4c584
MG
2920 }
2921 .navbar-collapse.collapse {
2922 display: block !important;
76c653f8 2923 visibility: visible !important;
6af4c584
MG
2924 height: auto !important;
2925 padding-bottom: 0;
2926 overflow: visible !important;
2927 }
2928 .navbar-collapse.in {
2929 overflow-y: visible;
2930 }
2931 .navbar-fixed-top .navbar-collapse,
2932 .navbar-static-top .navbar-collapse,
2933 .navbar-fixed-bottom .navbar-collapse {
2934 padding-left: 0;
2935 padding-right: 0;
2936 }
2937}
76c653f8
MG
2938.navbar-fixed-top .navbar-collapse,
2939.navbar-fixed-bottom .navbar-collapse {
2940 max-height: 340px;
2941}
2942@media (max-device-width: 480px) and (orientation: landscape) {
2943 .navbar-fixed-top .navbar-collapse,
2944 .navbar-fixed-bottom .navbar-collapse {
2945 max-height: 200px;
2946 }
2947}
6af4c584
MG
2948.container > .navbar-header,
2949.container-fluid > .navbar-header,
2950.container > .navbar-collapse,
2951.container-fluid > .navbar-collapse {
2952 margin-right: -15px;
2953 margin-left: -15px;
2954}
2955@media (min-width: 768px) {
2956 .container > .navbar-header,
2957 .container-fluid > .navbar-header,
2958 .container > .navbar-collapse,
2959 .container-fluid > .navbar-collapse {
2960 margin-right: 0;
2961 margin-left: 0;
2962 }
2963}
2964.navbar-static-top {
2965 z-index: 1000;
2966 border-width: 0 0 1px;
2967}
2968@media (min-width: 768px) {
2969 .navbar-static-top {
2970 border-radius: 0;
2971 }
2972}
2973.navbar-fixed-top,
2974.navbar-fixed-bottom {
2975 position: fixed;
2976 right: 0;
2977 left: 0;
2978 z-index: 1030;
2979}
2980@media (min-width: 768px) {
2981 .navbar-fixed-top,
2982 .navbar-fixed-bottom {
2983 border-radius: 0;
2984 }
2985}
2986.navbar-fixed-top {
2987 top: 0;
2988 border-width: 0 0 1px;
2989}
2990.navbar-fixed-bottom {
2991 bottom: 0;
2992 margin-bottom: 0;
2993 border-width: 1px 0 0;
2994}
2995.navbar-brand {
2996 float: left;
2997 padding: 14.5px 15px;
2998 font-size: 19px;
2999 line-height: 21px;
76c653f8 3000 height: 50px;
6af4c584
MG
3001}
3002.navbar-brand:hover,
3003.navbar-brand:focus {
3004 text-decoration: none;
3005}
76c653f8
MG
3006.navbar-brand > img {
3007 display: block;
3008}
6af4c584
MG
3009@media (min-width: 768px) {
3010 .navbar > .container .navbar-brand,
3011 .navbar > .container-fluid .navbar-brand {
3012 margin-left: -15px;
3013 }
3014}
3015.navbar-toggle {
3016 position: relative;
3017 float: right;
3018 margin-right: 15px;
3019 padding: 9px 10px;
3020 margin-top: 8px;
3021 margin-bottom: 8px;
3022 background-color: transparent;
3023 background-image: none;
3024 border: 1px solid transparent;
3025 border-radius: 0;
3026}
3027.navbar-toggle:focus {
76c653f8 3028 outline: 0;
6af4c584
MG
3029}
3030.navbar-toggle .icon-bar {
3031 display: block;
3032 width: 22px;
3033 height: 2px;
3034 border-radius: 1px;
3035}
3036.navbar-toggle .icon-bar + .icon-bar {
3037 margin-top: 4px;
3038}
3039@media (min-width: 768px) {
3040 .navbar-toggle {
3041 display: none;
3042 }
3043}
3044.navbar-nav {
3045 margin: 7.25px -15px;
3046}
3047.navbar-nav > li > a {
3048 padding-top: 10px;
3049 padding-bottom: 10px;
3050 line-height: 21px;
3051}
3052@media (max-width: 767px) {
3053 .navbar-nav .open .dropdown-menu {
3054 position: static;
3055 float: none;
3056 width: auto;
3057 margin-top: 0;
3058 background-color: transparent;
3059 border: 0;
76c653f8
MG
3060 -webkit-box-shadow: none;
3061 box-shadow: none;
6af4c584
MG
3062 }
3063 .navbar-nav .open .dropdown-menu > li > a,
3064 .navbar-nav .open .dropdown-menu .dropdown-header {
3065 padding: 5px 15px 5px 25px;
3066 }
3067 .navbar-nav .open .dropdown-menu > li > a {
3068 line-height: 21px;
3069 }
3070 .navbar-nav .open .dropdown-menu > li > a:hover,
3071 .navbar-nav .open .dropdown-menu > li > a:focus {
3072 background-image: none;
3073 }
3074}
3075@media (min-width: 768px) {
3076 .navbar-nav {
3077 float: left;
3078 margin: 0;
3079 }
3080 .navbar-nav > li {
3081 float: left;
3082 }
3083 .navbar-nav > li > a {
3084 padding-top: 14.5px;
3085 padding-bottom: 14.5px;
3086 }
6af4c584
MG
3087}
3088.navbar-form {
3089 margin-left: -15px;
3090 margin-right: -15px;
3091 padding: 10px 15px;
3092 border-top: 1px solid transparent;
3093 border-bottom: 1px solid transparent;
3094 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3095 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3096 margin-top: 3.5px;
3097 margin-bottom: 3.5px;
3098}
3099@media (min-width: 768px) {
3100 .navbar-form .form-group {
3101 display: inline-block;
3102 margin-bottom: 0;
3103 vertical-align: middle;
3104 }
3105 .navbar-form .form-control {
3106 display: inline-block;
3107 width: auto;
3108 vertical-align: middle;
3109 }
76c653f8
MG
3110 .navbar-form .form-control-static {
3111 display: inline-block;
3112 }
3113 .navbar-form .input-group {
3114 display: inline-table;
3115 vertical-align: middle;
3116 }
3117 .navbar-form .input-group .input-group-addon,
3118 .navbar-form .input-group .input-group-btn,
3119 .navbar-form .input-group .form-control {
3120 width: auto;
3121 }
3122 .navbar-form .input-group > .form-control {
3123 width: 100%;
3124 }
6af4c584
MG
3125 .navbar-form .control-label {
3126 margin-bottom: 0;
3127 vertical-align: middle;
3128 }
3129 .navbar-form .radio,
3130 .navbar-form .checkbox {
3131 display: inline-block;
3132 margin-top: 0;
3133 margin-bottom: 0;
6af4c584
MG
3134 vertical-align: middle;
3135 }
76c653f8
MG
3136 .navbar-form .radio label,
3137 .navbar-form .checkbox label {
3138 padding-left: 0;
3139 }
6af4c584
MG
3140 .navbar-form .radio input[type="radio"],
3141 .navbar-form .checkbox input[type="checkbox"] {
76c653f8 3142 position: relative;
6af4c584
MG
3143 margin-left: 0;
3144 }
3145 .navbar-form .has-feedback .form-control-feedback {
3146 top: 0;
3147 }
3148}
3149@media (max-width: 767px) {
3150 .navbar-form .form-group {
3151 margin-bottom: 5px;
3152 }
76c653f8
MG
3153 .navbar-form .form-group:last-child {
3154 margin-bottom: 0;
3155 }
6af4c584
MG
3156}
3157@media (min-width: 768px) {
3158 .navbar-form {
3159 width: auto;
3160 border: 0;
3161 margin-left: 0;
3162 margin-right: 0;
3163 padding-top: 0;
3164 padding-bottom: 0;
3165 -webkit-box-shadow: none;
3166 box-shadow: none;
3167 }
6af4c584
MG
3168}
3169.navbar-nav > li > .dropdown-menu {
3170 margin-top: 0;
3171 border-top-right-radius: 0;
3172 border-top-left-radius: 0;
3173}
3174.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
76c653f8
MG
3175 border-top-right-radius: 0;
3176 border-top-left-radius: 0;
6af4c584
MG
3177 border-bottom-right-radius: 0;
3178 border-bottom-left-radius: 0;
3179}
3180.navbar-btn {
3181 margin-top: 3.5px;
3182 margin-bottom: 3.5px;
3183}
3184.navbar-btn.btn-sm {
3185 margin-top: 9.5px;
3186 margin-bottom: 9.5px;
3187}
3188.navbar-btn.btn-xs {
3189 margin-top: 14px;
3190 margin-bottom: 14px;
3191}
3192.navbar-text {
3193 margin-top: 14.5px;
3194 margin-bottom: 14.5px;
3195}
3196@media (min-width: 768px) {
3197 .navbar-text {
3198 float: left;
3199 margin-left: 15px;
3200 margin-right: 15px;
3201 }
76c653f8
MG
3202}
3203@media (min-width: 768px) {
3204 .navbar-left {
3205 float: left !important;
3206 }
3207 .navbar-right {
3208 float: right !important;
3209 margin-right: -15px;
3210 }
3211 .navbar-right ~ .navbar-right {
6af4c584
MG
3212 margin-right: 0;
3213 }
3214}
3215.navbar-default {
3216 background-color: #222222;
3217 border-color: #121212;
3218}
3219.navbar-default .navbar-brand {
3220 color: #ffffff;
3221}
3222.navbar-default .navbar-brand:hover,
3223.navbar-default .navbar-brand:focus {
3224 color: #ffffff;
3225 background-color: none;
3226}
3227.navbar-default .navbar-text {
3228 color: #ffffff;
3229}
3230.navbar-default .navbar-nav > li > a {
3231 color: #ffffff;
3232}
3233.navbar-default .navbar-nav > li > a:hover,
3234.navbar-default .navbar-nav > li > a:focus {
3235 color: #ffffff;
3236 background-color: #090909;
3237}
3238.navbar-default .navbar-nav > .active > a,
3239.navbar-default .navbar-nav > .active > a:hover,
3240.navbar-default .navbar-nav > .active > a:focus {
3241 color: #ffffff;
3242 background-color: #090909;
3243}
3244.navbar-default .navbar-nav > .disabled > a,
3245.navbar-default .navbar-nav > .disabled > a:hover,
3246.navbar-default .navbar-nav > .disabled > a:focus {
3247 color: #cccccc;
3248 background-color: transparent;
3249}
3250.navbar-default .navbar-toggle {
3251 border-color: transparent;
3252}
3253.navbar-default .navbar-toggle:hover,
3254.navbar-default .navbar-toggle:focus {
3255 background-color: #090909;
3256}
3257.navbar-default .navbar-toggle .icon-bar {
3258 background-color: #ffffff;
3259}
3260.navbar-default .navbar-collapse,
3261.navbar-default .navbar-form {
3262 border-color: #121212;
3263}
3264.navbar-default .navbar-nav > .open > a,
3265.navbar-default .navbar-nav > .open > a:hover,
3266.navbar-default .navbar-nav > .open > a:focus {
3267 background-color: #090909;
3268 color: #ffffff;
3269}
3270@media (max-width: 767px) {
3271 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
3272 color: #ffffff;
3273 }
3274 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
3275 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
3276 color: #ffffff;
3277 background-color: #090909;
3278 }
3279 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
3280 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
3281 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
3282 color: #ffffff;
3283 background-color: #090909;
3284 }
3285 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
3286 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3287 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3288 color: #cccccc;
3289 background-color: transparent;
3290 }
3291}
3292.navbar-default .navbar-link {
3293 color: #ffffff;
3294}
3295.navbar-default .navbar-link:hover {
3296 color: #ffffff;
3297}
76c653f8
MG
3298.navbar-default .btn-link {
3299 color: #ffffff;
3300}
3301.navbar-default .btn-link:hover,
3302.navbar-default .btn-link:focus {
3303 color: #ffffff;
3304}
3305.navbar-default .btn-link[disabled]:hover,
3306fieldset[disabled] .navbar-default .btn-link:hover,
3307.navbar-default .btn-link[disabled]:focus,
3308fieldset[disabled] .navbar-default .btn-link:focus {
3309 color: #cccccc;
3310}
6af4c584 3311.navbar-inverse {
76c653f8
MG
3312 background-color: #2780e3;
3313 border-color: #1967be;
6af4c584
MG
3314}
3315.navbar-inverse .navbar-brand {
3316 color: #ffffff;
3317}
3318.navbar-inverse .navbar-brand:hover,
3319.navbar-inverse .navbar-brand:focus {
3320 color: #ffffff;
3321 background-color: none;
3322}
3323.navbar-inverse .navbar-text {
3324 color: #ffffff;
3325}
3326.navbar-inverse .navbar-nav > li > a {
3327 color: #ffffff;
3328}
3329.navbar-inverse .navbar-nav > li > a:hover,
3330.navbar-inverse .navbar-nav > li > a:focus {
3331 color: #ffffff;
76c653f8 3332 background-color: #1967be;
6af4c584
MG
3333}
3334.navbar-inverse .navbar-nav > .active > a,
3335.navbar-inverse .navbar-nav > .active > a:hover,
3336.navbar-inverse .navbar-nav > .active > a:focus {
3337 color: #ffffff;
76c653f8 3338 background-color: #1967be;
6af4c584
MG
3339}
3340.navbar-inverse .navbar-nav > .disabled > a,
3341.navbar-inverse .navbar-nav > .disabled > a:hover,
3342.navbar-inverse .navbar-nav > .disabled > a:focus {
3343 color: #ffffff;
3344 background-color: transparent;
3345}
3346.navbar-inverse .navbar-toggle {
3347 border-color: transparent;
3348}
3349.navbar-inverse .navbar-toggle:hover,
3350.navbar-inverse .navbar-toggle:focus {
76c653f8 3351 background-color: #1967be;
6af4c584
MG
3352}
3353.navbar-inverse .navbar-toggle .icon-bar {
3354 background-color: #ffffff;
3355}
3356.navbar-inverse .navbar-collapse,
3357.navbar-inverse .navbar-form {
76c653f8 3358 border-color: #1a6ecc;
6af4c584
MG
3359}
3360.navbar-inverse .navbar-nav > .open > a,
3361.navbar-inverse .navbar-nav > .open > a:hover,
3362.navbar-inverse .navbar-nav > .open > a:focus {
76c653f8 3363 background-color: #1967be;
6af4c584
MG
3364 color: #ffffff;
3365}
3366@media (max-width: 767px) {
3367 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
76c653f8 3368 border-color: #1967be;
6af4c584
MG
3369 }
3370 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
76c653f8 3371 background-color: #1967be;
6af4c584
MG
3372 }
3373 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
3374 color: #ffffff;
3375 }
3376 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
3377 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
3378 color: #ffffff;
76c653f8 3379 background-color: #1967be;
6af4c584
MG
3380 }
3381 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
3382 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
3383 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
3384 color: #ffffff;
76c653f8 3385 background-color: #1967be;
6af4c584
MG
3386 }
3387 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
3388 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3389 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3390 color: #ffffff;
3391 background-color: transparent;
3392 }
3393}
3394.navbar-inverse .navbar-link {
3395 color: #ffffff;
3396}
3397.navbar-inverse .navbar-link:hover {
3398 color: #ffffff;
3399}
76c653f8
MG
3400.navbar-inverse .btn-link {
3401 color: #ffffff;
3402}
3403.navbar-inverse .btn-link:hover,
3404.navbar-inverse .btn-link:focus {
3405 color: #ffffff;
3406}
3407.navbar-inverse .btn-link[disabled]:hover,
3408fieldset[disabled] .navbar-inverse .btn-link:hover,
3409.navbar-inverse .btn-link[disabled]:focus,
3410fieldset[disabled] .navbar-inverse .btn-link:focus {
3411 color: #ffffff;
3412}
6af4c584
MG
3413.pager {
3414 padding-left: 0;
3415 margin: 21px 0;
3416 list-style: none;
3417 text-align: center;
3418}
3419.pager li {
3420 display: inline;
3421}
3422.pager li > a,
3423.pager li > span {
3424 display: inline-block;
3425 padding: 5px 14px;
3426 background-color: #ffffff;
3427 border: 1px solid #dddddd;
3428 border-radius: 0;
3429}
3430.pager li > a:hover,
3431.pager li > a:focus {
3432 text-decoration: none;
3433 background-color: #e6e6e6;
3434}
3435.pager .next > a,
3436.pager .next > span {
3437 float: right;
3438}
3439.pager .previous > a,
3440.pager .previous > span {
3441 float: left;
3442}
3443.pager .disabled > a,
3444.pager .disabled > a:hover,
3445.pager .disabled > a:focus,
3446.pager .disabled > span {
3447 color: #999999;
3448 background-color: #ffffff;
3449 cursor: not-allowed;
3450}
76c653f8
MG
3451.list-group {
3452 margin-bottom: 20px;
3453 padding-left: 0;
6af4c584 3454}
76c653f8
MG
3455.list-group-item {
3456 position: relative;
6af4c584 3457 display: block;
76c653f8
MG
3458 padding: 10px 15px;
3459 margin-bottom: -1px;
6af4c584
MG
3460 background-color: #ffffff;
3461 border: 1px solid #dddddd;
6af4c584 3462}
76c653f8
MG
3463.list-group-item:first-child {
3464 border-top-right-radius: 0;
3465 border-top-left-radius: 0;
6af4c584 3466}
76c653f8
MG
3467.list-group-item:last-child {
3468 margin-bottom: 0;
3469 border-bottom-right-radius: 0;
3470 border-bottom-left-radius: 0;
6af4c584 3471}
76c653f8
MG
3472a.list-group-item {
3473 color: #555555;
6af4c584 3474}
76c653f8
MG
3475a.list-group-item .list-group-item-heading {
3476 color: #333333;
6af4c584 3477}
76c653f8
MG
3478a.list-group-item:hover,
3479a.list-group-item:focus {
3480 text-decoration: none;
3481 color: #555555;
3482 background-color: #f5f5f5;
6af4c584 3483}
76c653f8
MG
3484.list-group-item.disabled,
3485.list-group-item.disabled:hover,
3486.list-group-item.disabled:focus {
3487 background-color: #e6e6e6;
3488 color: #999999;
3489 cursor: not-allowed;
6af4c584 3490}
76c653f8
MG
3491.list-group-item.disabled .list-group-item-heading,
3492.list-group-item.disabled:hover .list-group-item-heading,
3493.list-group-item.disabled:focus .list-group-item-heading {
6af4c584
MG
3494 color: inherit;
3495}
76c653f8
MG
3496.list-group-item.disabled .list-group-item-text,
3497.list-group-item.disabled:hover .list-group-item-text,
3498.list-group-item.disabled:focus .list-group-item-text {
3499 color: #999999;
6af4c584 3500}
76c653f8
MG
3501.list-group-item.active,
3502.list-group-item.active:hover,
3503.list-group-item.active:focus {
6af4c584
MG
3504 z-index: 2;
3505 color: #ffffff;
76c653f8
MG
3506 background-color: #2780e3;
3507 border-color: #dddddd;
3508}
3509.list-group-item.active .list-group-item-heading,
3510.list-group-item.active:hover .list-group-item-heading,
3511.list-group-item.active:focus .list-group-item-heading,
3512.list-group-item.active .list-group-item-heading > small,
3513.list-group-item.active:hover .list-group-item-heading > small,
3514.list-group-item.active:focus .list-group-item-heading > small,
3515.list-group-item.active .list-group-item-heading > .small,
3516.list-group-item.active:hover .list-group-item-heading > .small,
3517.list-group-item.active:focus .list-group-item-heading > .small {
6af4c584
MG
3518 color: inherit;
3519}
76c653f8
MG
3520.list-group-item.active .list-group-item-text,
3521.list-group-item.active:hover .list-group-item-text,
3522.list-group-item.active:focus .list-group-item-text {
3523 color: #dceafa;
6af4c584
MG
3524}
3525.list-group-item-success {
3526 color: #ffffff;
3527 background-color: #3fb618;
3528}
3529a.list-group-item-success {
3530 color: #ffffff;
3531}
3532a.list-group-item-success .list-group-item-heading {
3533 color: inherit;
3534}
3535a.list-group-item-success:hover,
3536a.list-group-item-success:focus {
3537 color: #ffffff;
3538 background-color: #379f15;
3539}
3540a.list-group-item-success.active,
3541a.list-group-item-success.active:hover,
3542a.list-group-item-success.active:focus {
3543 color: #fff;
3544 background-color: #ffffff;
3545 border-color: #ffffff;
3546}
3547.list-group-item-info {
3548 color: #ffffff;
3549 background-color: #9954bb;
3550}
3551a.list-group-item-info {
3552 color: #ffffff;
3553}
3554a.list-group-item-info .list-group-item-heading {
3555 color: inherit;
3556}
3557a.list-group-item-info:hover,
3558a.list-group-item-info:focus {
3559 color: #ffffff;
3560 background-color: #8d46b0;
3561}
3562a.list-group-item-info.active,
3563a.list-group-item-info.active:hover,
3564a.list-group-item-info.active:focus {
3565 color: #fff;
3566 background-color: #ffffff;
3567 border-color: #ffffff;
3568}
3569.list-group-item-warning {
3570 color: #ffffff;
3571 background-color: #ff7518;
3572}
3573a.list-group-item-warning {
3574 color: #ffffff;
3575}
3576a.list-group-item-warning .list-group-item-heading {
3577 color: inherit;
3578}
3579a.list-group-item-warning:hover,
3580a.list-group-item-warning:focus {
3581 color: #ffffff;
3582 background-color: #fe6600;
3583}
3584a.list-group-item-warning.active,
3585a.list-group-item-warning.active:hover,
3586a.list-group-item-warning.active:focus {
3587 color: #fff;
3588 background-color: #ffffff;
3589 border-color: #ffffff;
3590}
3591.list-group-item-danger {
3592 color: #ffffff;
3593 background-color: #ff0039;
3594}
3595a.list-group-item-danger {
3596 color: #ffffff;
3597}
3598a.list-group-item-danger .list-group-item-heading {
3599 color: inherit;
3600}
3601a.list-group-item-danger:hover,
3602a.list-group-item-danger:focus {
3603 color: #ffffff;
3604 background-color: #e60033;
3605}
3606a.list-group-item-danger.active,
3607a.list-group-item-danger.active:hover,
3608a.list-group-item-danger.active:focus {
3609 color: #fff;
3610 background-color: #ffffff;
3611 border-color: #ffffff;
3612}
3613.list-group-item-heading {
3614 margin-top: 0;
3615 margin-bottom: 5px;
3616}
3617.list-group-item-text {
3618 margin-bottom: 0;
3619 line-height: 1.3;
3620}
6af4c584
MG
3621.close {
3622 float: right;
3623 font-size: 22.5px;
3624 font-weight: bold;
3625 line-height: 1;
76c653f8 3626 color: #ffffff;
6af4c584
MG
3627 text-shadow: 0 1px 0 #ffffff;
3628 opacity: 0.2;
3629 filter: alpha(opacity=20);
3630}
3631.close:hover,
3632.close:focus {
76c653f8 3633 color: #ffffff;
6af4c584
MG
3634 text-decoration: none;
3635 cursor: pointer;
3636 opacity: 0.5;
3637 filter: alpha(opacity=50);
3638}
3639button.close {
3640 padding: 0;
3641 cursor: pointer;
3642 background: transparent;
3643 border: 0;
3644 -webkit-appearance: none;
3645}
76c653f8
MG
3646.modal-open {
3647 overflow: hidden;
3648}
3649.modal {
3650 display: none;
3651 overflow: hidden;
3652 position: fixed;
3653 top: 0;
3654 right: 0;
3655 bottom: 0;
3656 left: 0;
3657 z-index: 1040;
3658 -webkit-overflow-scrolling: touch;
3659 outline: 0;
3660}
3661.modal.fade .modal-dialog {
3662 -webkit-transform: translate(0, -25%);
3663 -ms-transform: translate(0, -25%);
3664 -o-transform: translate(0, -25%);
3665 transform: translate(0, -25%);
3666 -webkit-transition: -webkit-transform 0.3s ease-out;
3667 -o-transition: -o-transform 0.3s ease-out;
3668 transition: transform 0.3s ease-out;
3669}
3670.modal.in .modal-dialog {
3671 -webkit-transform: translate(0, 0);
3672 -ms-transform: translate(0, 0);
3673 -o-transform: translate(0, 0);
3674 transform: translate(0, 0);
3675}
3676.modal-open .modal {
3677 overflow-x: hidden;
3678 overflow-y: auto;
3679}
3680.modal-dialog {
3681 position: relative;
3682 width: auto;
3683 margin: 10px;
3684}
3685.modal-content {
3686 position: relative;
3687 background-color: #ffffff;
3688 border: 1px solid #999999;
3689 border: 1px solid transparent;
3690 border-radius: 0;
3691 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
3692 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
3693 -webkit-background-clip: padding-box;
3694 background-clip: padding-box;
3695 outline: 0;
3696}
3697.modal-backdrop {
3698 position: absolute;
3699 top: 0;
3700 right: 0;
3701 left: 0;
3702 background-color: #000000;
3703}
3704.modal-backdrop.fade {
3705 opacity: 0;
3706 filter: alpha(opacity=0);
3707}
3708.modal-backdrop.in {
3709 opacity: 0.5;
3710 filter: alpha(opacity=50);
3711}
3712.modal-header {
3713 padding: 15px;
3714 border-bottom: 1px solid #e5e5e5;
3715 min-height: 16.42857143px;
3716}
3717.modal-header .close {
3718 margin-top: -2px;
3719}
3720.modal-title {
3721 margin: 0;
3722 line-height: 1.42857143;
3723}
3724.modal-body {
3725 position: relative;
3726 padding: 20px;
3727}
3728.modal-footer {
3729 padding: 20px;
3730 text-align: right;
3731 border-top: 1px solid #e5e5e5;
3732}
3733.modal-footer .btn + .btn {
3734 margin-left: 5px;
3735 margin-bottom: 0;
3736}
3737.modal-footer .btn-group .btn + .btn {
3738 margin-left: -1px;
3739}
3740.modal-footer .btn-block + .btn-block {
3741 margin-left: 0;
3742}
3743.modal-scrollbar-measure {
3744 position: absolute;
3745 top: -9999px;
3746 width: 50px;
3747 height: 50px;
3748 overflow: scroll;
3749}
3750@media (min-width: 768px) {
3751 .modal-dialog {
3752 width: 600px;
3753 margin: 30px auto;
3754 }
3755 .modal-content {
3756 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
3757 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
3758 }
3759 .modal-sm {
3760 width: 300px;
3761 }
3762}
3763@media (min-width: 992px) {
3764 .modal-lg {
3765 width: 900px;
3766 }
3767}
3768.clearfix:before,
3769.clearfix:after,
3770.dl-horizontal dd:before,
3771.dl-horizontal dd:after,
3772.container:before,
3773.container:after,
3774.container-fluid:before,
3775.container-fluid:after,
3776.row:before,
3777.row:after,
3778.form-horizontal .form-group:before,
3779.form-horizontal .form-group:after,
3780.nav:before,
3781.nav:after,
3782.navbar:before,
3783.navbar:after,
3784.navbar-header:before,
3785.navbar-header:after,
3786.navbar-collapse:before,
3787.navbar-collapse:after,
3788.pager:before,
3789.pager:after,
3790.modal-footer:before,
3791.modal-footer:after {
3792 content: " ";
3793 display: table;
3794}
3795.clearfix:after,
3796.dl-horizontal dd:after,
3797.container:after,
3798.container-fluid:after,
3799.row:after,
3800.form-horizontal .form-group:after,
3801.nav:after,
3802.navbar:after,
3803.navbar-header:after,
3804.navbar-collapse:after,
3805.pager:after,
3806.modal-footer:after {
3807 clear: both;
3808}
3809.center-block {
3810 display: block;
3811 margin-left: auto;
3812 margin-right: auto;
3813}
3814.pull-right {
3815 float: right !important;
3816}
3817.pull-left {
3818 float: left !important;
3819}
3820.hide {
3821 display: none !important;
3822}
3823.show {
3824 display: block !important;
3825}
3826.invisible {
3827 visibility: hidden;
3828}
3829.text-hide {
3830 font: 0/0 a;
3831 color: transparent;
3832 text-shadow: none;
3833 background-color: transparent;
3834 border: 0;
3835}
3836.hidden {
3837 display: none !important;
3838 visibility: hidden !important;
3839}
3840.affix {
3841 position: fixed;
3842}
6af4c584
MG
3843@-ms-viewport {
3844 width: device-width;
3845}
3846.visible-xs,
76c653f8
MG
3847.visible-sm,
3848.visible-md,
3849.visible-lg {
3850 display: none !important;
3851}
3852.visible-xs-block,
3853.visible-xs-inline,
3854.visible-xs-inline-block,
3855.visible-sm-block,
3856.visible-sm-inline,
3857.visible-sm-inline-block,
3858.visible-md-block,
3859.visible-md-inline,
3860.visible-md-inline-block,
3861.visible-lg-block,
3862.visible-lg-inline,
3863.visible-lg-inline-block {
6af4c584
MG
3864 display: none !important;
3865}
3866@media (max-width: 767px) {
3867 .visible-xs {
3868 display: block !important;
3869 }
3870 table.visible-xs {
3871 display: table;
3872 }
3873 tr.visible-xs {
3874 display: table-row !important;
3875 }
3876 th.visible-xs,
3877 td.visible-xs {
3878 display: table-cell !important;
3879 }
3880}
76c653f8
MG
3881@media (max-width: 767px) {
3882 .visible-xs-block {
3883 display: block !important;
3884 }
3885}
3886@media (max-width: 767px) {
3887 .visible-xs-inline {
3888 display: inline !important;
3889 }
3890}
3891@media (max-width: 767px) {
3892 .visible-xs-inline-block {
3893 display: inline-block !important;
3894 }
6af4c584
MG
3895}
3896@media (min-width: 768px) and (max-width: 991px) {
3897 .visible-sm {
3898 display: block !important;
3899 }
3900 table.visible-sm {
3901 display: table;
3902 }
3903 tr.visible-sm {
3904 display: table-row !important;
3905 }
3906 th.visible-sm,
3907 td.visible-sm {
3908 display: table-cell !important;
3909 }
3910}
76c653f8
MG
3911@media (min-width: 768px) and (max-width: 991px) {
3912 .visible-sm-block {
3913 display: block !important;
3914 }
3915}
3916@media (min-width: 768px) and (max-width: 991px) {
3917 .visible-sm-inline {
3918 display: inline !important;
3919 }
3920}
3921@media (min-width: 768px) and (max-width: 991px) {
3922 .visible-sm-inline-block {
3923 display: inline-block !important;
3924 }
6af4c584
MG
3925}
3926@media (min-width: 992px) and (max-width: 1199px) {
3927 .visible-md {
3928 display: block !important;
3929 }
3930 table.visible-md {
3931 display: table;
3932 }
3933 tr.visible-md {
3934 display: table-row !important;
3935 }
3936 th.visible-md,
3937 td.visible-md {
3938 display: table-cell !important;
3939 }
3940}
76c653f8
MG
3941@media (min-width: 992px) and (max-width: 1199px) {
3942 .visible-md-block {
3943 display: block !important;
3944 }
3945}
3946@media (min-width: 992px) and (max-width: 1199px) {
3947 .visible-md-inline {
3948 display: inline !important;
3949 }
3950}
3951@media (min-width: 992px) and (max-width: 1199px) {
3952 .visible-md-inline-block {
3953 display: inline-block !important;
3954 }
6af4c584
MG
3955}
3956@media (min-width: 1200px) {
3957 .visible-lg {
3958 display: block !important;
3959 }
3960 table.visible-lg {
3961 display: table;
3962 }
3963 tr.visible-lg {
3964 display: table-row !important;
3965 }
3966 th.visible-lg,
3967 td.visible-lg {
3968 display: table-cell !important;
3969 }
3970}
76c653f8
MG
3971@media (min-width: 1200px) {
3972 .visible-lg-block {
3973 display: block !important;
3974 }
3975}
3976@media (min-width: 1200px) {
3977 .visible-lg-inline {
3978 display: inline !important;
3979 }
3980}
3981@media (min-width: 1200px) {
3982 .visible-lg-inline-block {
3983 display: inline-block !important;
3984 }
3985}
6af4c584 3986@media (max-width: 767px) {
76c653f8 3987 .hidden-xs {
6af4c584
MG
3988 display: none !important;
3989 }
3990}
3991@media (min-width: 768px) and (max-width: 991px) {
76c653f8 3992 .hidden-sm {
6af4c584
MG
3993 display: none !important;
3994 }
3995}
3996@media (min-width: 992px) and (max-width: 1199px) {
76c653f8 3997 .hidden-md {
6af4c584
MG
3998 display: none !important;
3999 }
4000}
4001@media (min-width: 1200px) {
76c653f8 4002 .hidden-lg {
6af4c584
MG
4003 display: none !important;
4004 }
4005}
76c653f8 4006.visible-print {
6af4c584
MG
4007 display: none !important;
4008}
4009@media print {
4010 .visible-print {
4011 display: block !important;
4012 }
4013 table.visible-print {
4014 display: table;
4015 }
4016 tr.visible-print {
4017 display: table-row !important;
4018 }
4019 th.visible-print,
4020 td.visible-print {
4021 display: table-cell !important;
4022 }
4023}
76c653f8
MG
4024.visible-print-block {
4025 display: none !important;
4026}
6af4c584 4027@media print {
76c653f8
MG
4028 .visible-print-block {
4029 display: block !important;
4030 }
4031}
4032.visible-print-inline {
4033 display: none !important;
4034}
4035@media print {
4036 .visible-print-inline {
4037 display: inline !important;
4038 }
4039}
4040.visible-print-inline-block {
4041 display: none !important;
4042}
4043@media print {
4044 .visible-print-inline-block {
4045 display: inline-block !important;
4046 }
4047}
4048@media print {
4049 .hidden-print {
6af4c584
MG
4050 display: none !important;
4051 }
4052}
76c653f8
MG
4053.navbar-inverse .badge {
4054 background-color: #fff;
4055 color: #2780e3;
4056}
4057body {
4058 -webkit-font-smoothing: antialiased;
6af4c584
MG
4059}
4060.text-primary,
4061.text-primary:hover {
76c653f8 4062 color: #2780e3;
6af4c584
MG
4063}
4064.text-success,
4065.text-success:hover {
4066 color: #3fb618;
4067}
4068.text-danger,
4069.text-danger:hover {
4070 color: #ff0039;
4071}
4072.text-warning,
4073.text-warning:hover {
4074 color: #ff7518;
4075}
4076.text-info,
4077.text-info:hover {
4078 color: #9954bb;
4079}
76c653f8
MG
4080table a:not(.btn),
4081.table a:not(.btn) {
4082 text-decoration: underline;
4083}
4084table .dropdown-menu a,
4085.table .dropdown-menu a {
4086 text-decoration: none;
4087}
4088table .success,
4089.table .success,
4090table .warning,
4091.table .warning,
4092table .danger,
4093.table .danger,
4094table .info,
4095.table .info {
4096 color: #fff;
4097}
4098table .success a,
4099.table .success a,
4100table .warning a,
4101.table .warning a,
4102table .danger a,
4103.table .danger a,
4104table .info a,
4105.table .info a {
6af4c584
MG
4106 color: #fff;
4107}
4108.has-warning .help-block,
76c653f8
MG
4109.has-warning .control-label,
4110.has-warning .form-control-feedback {
6af4c584
MG
4111 color: #ff7518;
4112}
4113.has-warning .form-control,
76c653f8
MG
4114.has-warning .form-control:focus,
4115.has-warning .input-group-addon {
6af4c584
MG
4116 border: 1px solid #ff7518;
4117}
4118.has-error .help-block,
76c653f8
MG
4119.has-error .control-label,
4120.has-error .form-control-feedback {
6af4c584
MG
4121 color: #ff0039;
4122}
4123.has-error .form-control,
76c653f8
MG
4124.has-error .form-control:focus,
4125.has-error .input-group-addon {
6af4c584
MG
4126 border: 1px solid #ff0039;
4127}
4128.has-success .help-block,
76c653f8
MG
4129.has-success .control-label,
4130.has-success .form-control-feedback {
6af4c584
MG
4131 color: #3fb618;
4132}
4133.has-success .form-control,
76c653f8
MG
4134.has-success .form-control:focus,
4135.has-success .input-group-addon {
6af4c584
MG
4136 border: 1px solid #3fb618;
4137}
4138.nav-pills > li > a {
4139 border-radius: 0;
4140}
4141.dropdown-menu > li > a:hover,
4142.dropdown-menu > li > a:focus {
4143 background-image: none;
4144}
76c653f8
MG
4145.close {
4146 text-decoration: none;
4147 text-shadow: none;
4148 opacity: 0.4;
4149}
4150.close:hover,
4151.close:focus {
4152 opacity: 1;
4153}
6af4c584
MG
4154.alert {
4155 border: none;
4156}
4157.alert .alert-link {
4158 text-decoration: underline;
4159 color: #fff;
4160}
4161.label {
4162 border-radius: 0;
4163}
6af4c584
MG
4164.progress {
4165 height: 8px;
4166 -webkit-box-shadow: none;
4167 box-shadow: none;
4168}
76c653f8
MG
4169.progress .progress-bar {
4170 font-size: 8px;
4171 line-height: 8px;
4172}
6af4c584
MG
4173.panel-heading,
4174.panel-footer {
4175 border-top-right-radius: 0;
4176 border-top-left-radius: 0;
4177}
76c653f8
MG
4178.panel-default .close {
4179 color: #333333;
6af4c584 4180}
76c653f8
MG
4181a.list-group-item-success.active {
4182 background-color: #3fb618;
6af4c584 4183}
76c653f8
MG
4184a.list-group-item-success.active:hover,
4185a.list-group-item-success.active:focus {
4186 background-color: #379f15;
6af4c584 4187}
76c653f8
MG
4188a.list-group-item-warning.active {
4189 background-color: #ff7518;
6af4c584 4190}
76c653f8
MG
4191a.list-group-item-warning.active:hover,
4192a.list-group-item-warning.active:focus {
4193 background-color: #fe6600;
6af4c584 4194}
76c653f8
MG
4195a.list-group-item-danger.active {
4196 background-color: #ff0039;
6af4c584 4197}
76c653f8
MG
4198a.list-group-item-danger.active:hover,
4199a.list-group-item-danger.active:focus {
4200 background-color: #e60033;
6af4c584 4201}
76c653f8
MG
4202.modal .close {
4203 color: #333333;
6af4c584 4204}
76c653f8
MG
4205.popover {
4206 color: #333333;
6af4c584 4207}
This page took 0.243334 seconds and 4 git commands to generate.