Fix mobilenav and modal
[plack-app-gruntmaster.git] / css / themes / readable.css
CommitLineData
6af4c584 1/*!
0f578ab0 2 * bootswatch v3.3.4+1
6af4c584 3 * Homepage: http://bootswatch.com
49026292 4 * Copyright 2012-2015 Thomas Park
6af4c584
MG
5 * Licensed under MIT
6 * Based on Bootstrap
7*/
76c653f8 8/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
6af4c584
MG
9html {
10 font-family: sans-serif;
11 -ms-text-size-adjust: 100%;
12 -webkit-text-size-adjust: 100%;
13}
14body {
15 margin: 0;
16}
17article,
18aside,
19details,
20figcaption,
21figure,
22footer,
23header,
24hgroup,
25main,
76c653f8 26menu,
6af4c584
MG
27nav,
28section,
29summary {
30 display: block;
31}
32audio,
33canvas,
34progress,
35video {
36 display: inline-block;
37 vertical-align: baseline;
38}
39audio:not([controls]) {
40 display: none;
41 height: 0;
42}
43[hidden],
44template {
45 display: none;
46}
47a {
76c653f8 48 background-color: transparent;
6af4c584
MG
49}
50a:active,
51a:hover {
52 outline: 0;
53}
54abbr[title] {
55 border-bottom: 1px dotted;
56}
57b,
58strong {
59 font-weight: bold;
60}
61dfn {
62 font-style: italic;
63}
64h1 {
65 font-size: 2em;
66 margin: 0.67em 0;
67}
68mark {
69 background: #ff0;
70 color: #000;
71}
72small {
73 font-size: 80%;
74}
75sub,
76sup {
77 font-size: 75%;
78 line-height: 0;
79 position: relative;
80 vertical-align: baseline;
81}
82sup {
83 top: -0.5em;
84}
85sub {
86 bottom: -0.25em;
87}
88img {
89 border: 0;
90}
91svg:not(:root) {
92 overflow: hidden;
93}
94figure {
95 margin: 1em 40px;
96}
97hr {
137c84bf 98 box-sizing: content-box;
6af4c584
MG
99 height: 0;
100}
101pre {
102 overflow: auto;
103}
104code,
105kbd,
106pre,
107samp {
108 font-family: monospace, monospace;
109 font-size: 1em;
110}
111button,
112input,
113optgroup,
114select,
115textarea {
116 color: inherit;
117 font: inherit;
118 margin: 0;
119}
120button {
121 overflow: visible;
122}
123button,
124select {
125 text-transform: none;
126}
127button,
128html input[type="button"],
129input[type="reset"],
130input[type="submit"] {
131 -webkit-appearance: button;
132 cursor: pointer;
133}
134button[disabled],
135html input[disabled] {
136 cursor: default;
137}
138button::-moz-focus-inner,
139input::-moz-focus-inner {
140 border: 0;
141 padding: 0;
142}
143input {
144 line-height: normal;
145}
146input[type="checkbox"],
147input[type="radio"] {
137c84bf 148 box-sizing: border-box;
6af4c584
MG
149 padding: 0;
150}
151input[type="number"]::-webkit-inner-spin-button,
152input[type="number"]::-webkit-outer-spin-button {
153 height: auto;
154}
155input[type="search"] {
156 -webkit-appearance: textfield;
6af4c584
MG
157 box-sizing: content-box;
158}
159input[type="search"]::-webkit-search-cancel-button,
160input[type="search"]::-webkit-search-decoration {
161 -webkit-appearance: none;
162}
163fieldset {
164 border: 1px solid #c0c0c0;
165 margin: 0 2px;
166 padding: 0.35em 0.625em 0.75em;
167}
168legend {
169 border: 0;
170 padding: 0;
171}
172textarea {
173 overflow: auto;
174}
175optgroup {
176 font-weight: bold;
177}
178table {
179 border-collapse: collapse;
180 border-spacing: 0;
181}
182td,
183th {
184 padding: 0;
185}
76c653f8 186/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
6af4c584 187@media print {
76c653f8
MG
188 *,
189 *:before,
190 *:after {
6af4c584 191 background: transparent !important;
76c653f8 192 color: #000 !important;
137c84bf 193 box-shadow: none !important;
76c653f8 194 text-shadow: none !important;
6af4c584
MG
195 }
196 a,
197 a:visited {
198 text-decoration: underline;
199 }
200 a[href]:after {
201 content: " (" attr(href) ")";
202 }
203 abbr[title]:after {
204 content: " (" attr(title) ")";
205 }
76c653f8
MG
206 a[href^="#"]:after,
207 a[href^="javascript:"]:after {
6af4c584
MG
208 content: "";
209 }
210 pre,
211 blockquote {
212 border: 1px solid #999;
213 page-break-inside: avoid;
214 }
215 thead {
216 display: table-header-group;
217 }
218 tr,
219 img {
220 page-break-inside: avoid;
221 }
222 img {
223 max-width: 100% !important;
224 }
225 p,
226 h2,
227 h3 {
228 orphans: 3;
229 widows: 3;
230 }
231 h2,
232 h3 {
233 page-break-after: avoid;
234 }
235 select {
236 background: #fff !important;
237 }
238 .navbar {
239 display: none;
240 }
6af4c584
MG
241 .btn > .caret,
242 .dropup > .btn > .caret {
243 border-top-color: #000 !important;
244 }
245 .label {
246 border: 1px solid #000;
247 }
248 .table {
249 border-collapse: collapse !important;
250 }
76c653f8
MG
251 .table td,
252 .table th {
253 background-color: #fff !important;
254 }
6af4c584
MG
255 .table-bordered th,
256 .table-bordered td {
257 border: 1px solid #ddd !important;
258 }
259}
260* {
6af4c584
MG
261 box-sizing: border-box;
262}
263*:before,
264*:after {
6af4c584
MG
265 box-sizing: border-box;
266}
267html {
76c653f8 268 font-size: 10px;
6af4c584
MG
269 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
270}
271body {
90bc9e17 272 font-family: "DejaVu Serif", Georgia, serif;
d2e32e3f 273 font-size: 14px;
6af4c584
MG
274 line-height: 1.42857143;
275 color: #333333;
276 background-color: #ffffff;
277}
278input,
279button,
280select,
281textarea {
282 font-family: inherit;
283 font-size: inherit;
284 line-height: inherit;
285}
286a {
a96f684c 287 color: #4582ec;
6af4c584
MG
288 text-decoration: none;
289}
290a:hover,
291a:focus {
a96f684c 292 color: #134fb8;
6af4c584
MG
293 text-decoration: underline;
294}
295a:focus {
296 outline: thin dotted;
297 outline: 5px auto -webkit-focus-ring-color;
298 outline-offset: -2px;
299}
300figure {
301 margin: 0;
302}
303img {
304 vertical-align: middle;
305}
306.img-responsive {
307 display: block;
308 max-width: 100%;
309 height: auto;
310}
311.img-rounded {
a96f684c 312 border-radius: 6px;
6af4c584
MG
313}
314.img-thumbnail {
315 padding: 4px;
316 line-height: 1.42857143;
317 background-color: #ffffff;
318 border: 1px solid #dddddd;
a96f684c 319 border-radius: 4px;
6af4c584
MG
320 transition: all 0.2s ease-in-out;
321 display: inline-block;
322 max-width: 100%;
323 height: auto;
324}
325.img-circle {
326 border-radius: 50%;
327}
328hr {
d2e32e3f
MG
329 margin-top: 20px;
330 margin-bottom: 20px;
6af4c584 331 border: 0;
a96f684c 332 border-top: 1px solid #eeeeee;
6af4c584
MG
333}
334.sr-only {
335 position: absolute;
336 width: 1px;
337 height: 1px;
338 margin: -1px;
339 padding: 0;
340 overflow: hidden;
341 clip: rect(0, 0, 0, 0);
342 border: 0;
343}
76c653f8
MG
344.sr-only-focusable:active,
345.sr-only-focusable:focus {
346 position: static;
347 width: auto;
348 height: auto;
349 margin: 0;
350 overflow: visible;
351 clip: auto;
352}
c8d1eead
MG
353[role="button"] {
354 cursor: pointer;
355}
6af4c584
MG
356h1,
357h2,
358h3,
359h4,
360h5,
361h6,
362.h1,
363.h2,
364.h3,
365.h4,
366.h5,
367.h6 {
7a897a2e 368 font-family: sans-serif;
d2e32e3f 369 font-weight: 500;
6af4c584
MG
370 line-height: 1.1;
371 color: inherit;
372}
373h1 small,
374h2 small,
375h3 small,
376h4 small,
377h5 small,
378h6 small,
379.h1 small,
380.h2 small,
381.h3 small,
382.h4 small,
383.h5 small,
384.h6 small,
385h1 .small,
386h2 .small,
387h3 .small,
388h4 .small,
389h5 .small,
390h6 .small,
391.h1 .small,
392.h2 .small,
393.h3 .small,
394.h4 .small,
395.h5 .small,
396.h6 .small {
397 font-weight: normal;
398 line-height: 1;
a96f684c 399 color: #b3b3b3;
6af4c584
MG
400}
401h1,
402.h1,
403h2,
404.h2,
405h3,
406.h3 {
d2e32e3f
MG
407 margin-top: 20px;
408 margin-bottom: 10px;
6af4c584
MG
409}
410h1 small,
411.h1 small,
412h2 small,
413.h2 small,
414h3 small,
415.h3 small,
416h1 .small,
417.h1 .small,
418h2 .small,
419.h2 .small,
420h3 .small,
421.h3 .small {
422 font-size: 65%;
423}
424h4,
425.h4,
426h5,
427.h5,
428h6,
429.h6 {
d2e32e3f
MG
430 margin-top: 10px;
431 margin-bottom: 10px;
6af4c584
MG
432}
433h4 small,
434.h4 small,
435h5 small,
436.h5 small,
437h6 small,
438.h6 small,
439h4 .small,
440.h4 .small,
441h5 .small,
442.h5 .small,
443h6 .small,
444.h6 .small {
445 font-size: 75%;
446}
447h1,
448.h1 {
d2e32e3f 449 font-size: 36px;
6af4c584
MG
450}
451h2,
452.h2 {
d2e32e3f 453 font-size: 30px;
6af4c584
MG
454}
455h3,
456.h3 {
d2e32e3f 457 font-size: 24px;
6af4c584
MG
458}
459h4,
460.h4 {
d2e32e3f 461 font-size: 18px;
6af4c584
MG
462}
463h5,
464.h5 {
d2e32e3f 465 font-size: 14px;
6af4c584
MG
466}
467h6,
468.h6 {
d2e32e3f 469 font-size: 12px;
6af4c584
MG
470}
471p {
d2e32e3f 472 margin: 0 0 10px;
6af4c584
MG
473}
474.lead {
d2e32e3f
MG
475 margin-bottom: 20px;
476 font-size: 16px;
76c653f8 477 font-weight: 300;
6af4c584
MG
478 line-height: 1.4;
479}
480@media (min-width: 768px) {
481 .lead {
d2e32e3f 482 font-size: 21px;
6af4c584
MG
483 }
484}
485small,
486.small {
d2e32e3f 487 font-size: 85%;
6af4c584 488}
76c653f8
MG
489mark,
490.mark {
a96f684c 491 background-color: #fcf8e3;
76c653f8 492 padding: .2em;
6af4c584
MG
493}
494.text-left {
495 text-align: left;
496}
497.text-right {
498 text-align: right;
499}
500.text-center {
501 text-align: center;
502}
503.text-justify {
504 text-align: justify;
505}
76c653f8
MG
506.text-nowrap {
507 white-space: nowrap;
508}
509.text-lowercase {
510 text-transform: lowercase;
511}
512.text-uppercase {
513 text-transform: uppercase;
514}
515.text-capitalize {
516 text-transform: capitalize;
517}
6af4c584 518.text-muted {
a96f684c 519 color: #b3b3b3;
6af4c584
MG
520}
521.text-primary {
a96f684c 522 color: #4582ec;
6af4c584
MG
523}
524a.text-primary:hover {
a96f684c 525 color: #1863e6;
6af4c584
MG
526}
527.text-success {
a96f684c 528 color: #3fad46;
6af4c584
MG
529}
530a.text-success:hover {
a96f684c 531 color: #318837;
6af4c584
MG
532}
533.text-info {
a96f684c 534 color: #5bc0de;
6af4c584
MG
535}
536a.text-info:hover {
a96f684c 537 color: #31b0d5;
6af4c584
MG
538}
539.text-warning {
a96f684c 540 color: #f0ad4e;
6af4c584
MG
541}
542a.text-warning:hover {
a96f684c 543 color: #ec971f;
6af4c584
MG
544}
545.text-danger {
a96f684c 546 color: #d9534f;
6af4c584
MG
547}
548a.text-danger:hover {
a96f684c 549 color: #c9302c;
6af4c584
MG
550}
551.bg-primary {
552 color: #fff;
a96f684c 553 background-color: #4582ec;
6af4c584
MG
554}
555a.bg-primary:hover {
a96f684c 556 background-color: #1863e6;
6af4c584
MG
557}
558.bg-success {
a96f684c 559 background-color: #dff0d8;
6af4c584
MG
560}
561a.bg-success:hover {
a96f684c 562 background-color: #c1e2b3;
6af4c584
MG
563}
564.bg-info {
a96f684c 565 background-color: #d9edf7;
6af4c584
MG
566}
567a.bg-info:hover {
a96f684c 568 background-color: #afd9ee;
6af4c584
MG
569}
570.bg-warning {
a96f684c 571 background-color: #fcf8e3;
6af4c584
MG
572}
573a.bg-warning:hover {
a96f684c 574 background-color: #f7ecb5;
6af4c584
MG
575}
576.bg-danger {
a96f684c 577 background-color: #f2dede;
6af4c584
MG
578}
579a.bg-danger:hover {
a96f684c 580 background-color: #e4b9b9;
6af4c584
MG
581}
582.page-header {
d2e32e3f
MG
583 padding-bottom: 9px;
584 margin: 40px 0 20px;
a96f684c 585 border-bottom: 1px solid #dddddd;
6af4c584
MG
586}
587ul,
588ol {
589 margin-top: 0;
d2e32e3f 590 margin-bottom: 10px;
6af4c584
MG
591}
592ul ul,
593ol ul,
594ul ol,
595ol ol {
596 margin-bottom: 0;
597}
598.list-unstyled {
599 padding-left: 0;
600 list-style: none;
601}
602.list-inline {
603 padding-left: 0;
604 list-style: none;
76c653f8 605 margin-left: -5px;
6af4c584
MG
606}
607.list-inline > li {
608 display: inline-block;
609 padding-left: 5px;
610 padding-right: 5px;
611}
6af4c584
MG
612dl {
613 margin-top: 0;
d2e32e3f 614 margin-bottom: 20px;
6af4c584
MG
615}
616dt,
617dd {
618 line-height: 1.42857143;
619}
620dt {
621 font-weight: bold;
622}
623dd {
624 margin-left: 0;
625}
626@media (min-width: 768px) {
627 .dl-horizontal dt {
628 float: left;
629 width: 160px;
630 clear: left;
631 text-align: right;
632 overflow: hidden;
633 text-overflow: ellipsis;
634 white-space: nowrap;
635 }
636 .dl-horizontal dd {
637 margin-left: 180px;
638 }
639}
640abbr[title],
641abbr[data-original-title] {
642 cursor: help;
a96f684c 643 border-bottom: 1px dotted #b3b3b3;
6af4c584
MG
644}
645.initialism {
646 font-size: 90%;
647 text-transform: uppercase;
648}
649blockquote {
d2e32e3f
MG
650 padding: 10px 20px;
651 margin: 0 0 20px;
652 font-size: 17.5px;
a96f684c 653 border-left: 5px solid #4582ec;
6af4c584
MG
654}
655blockquote p:last-child,
656blockquote ul:last-child,
657blockquote ol:last-child {
658 margin-bottom: 0;
659}
660blockquote footer,
661blockquote small,
662blockquote .small {
663 display: block;
664 font-size: 80%;
665 line-height: 1.42857143;
a96f684c 666 color: #333333;
6af4c584
MG
667}
668blockquote footer:before,
669blockquote small:before,
670blockquote .small:before {
671 content: '\2014 \00A0';
672}
673.blockquote-reverse,
674blockquote.pull-right {
675 padding-right: 15px;
676 padding-left: 0;
a96f684c 677 border-right: 5px solid #4582ec;
6af4c584
MG
678 border-left: 0;
679 text-align: right;
680}
681.blockquote-reverse footer:before,
682blockquote.pull-right footer:before,
683.blockquote-reverse small:before,
684blockquote.pull-right small:before,
685.blockquote-reverse .small:before,
686blockquote.pull-right .small:before {
687 content: '';
688}
689.blockquote-reverse footer:after,
690blockquote.pull-right footer:after,
691.blockquote-reverse small:after,
692blockquote.pull-right small:after,
693.blockquote-reverse .small:after,
694blockquote.pull-right .small:after {
695 content: '\00A0 \2014';
696}
6af4c584 697address {
d2e32e3f 698 margin-bottom: 20px;
6af4c584
MG
699 font-style: normal;
700 line-height: 1.42857143;
701}
702code,
703kbd,
704pre,
705samp {
706 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
707}
708code {
709 padding: 2px 4px;
710 font-size: 90%;
711 color: #c7254e;
712 background-color: #f9f2f4;
a96f684c 713 border-radius: 4px;
6af4c584
MG
714}
715kbd {
716 padding: 2px 4px;
717 font-size: 90%;
718 color: #ffffff;
719 background-color: #333333;
a96f684c 720 border-radius: 3px;
137c84bf 721 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
76c653f8
MG
722}
723kbd kbd {
724 padding: 0;
725 font-size: 100%;
726 font-weight: bold;
137c84bf 727 box-shadow: none;
6af4c584
MG
728}
729pre {
730 display: block;
d2e32e3f
MG
731 padding: 9.5px;
732 margin: 0 0 10px;
733 font-size: 13px;
6af4c584
MG
734 line-height: 1.42857143;
735 word-break: break-all;
736 word-wrap: break-word;
737 color: #333333;
738 background-color: #f5f5f5;
739 border: 1px solid #cccccc;
a96f684c 740 border-radius: 4px;
6af4c584
MG
741}
742pre code {
743 padding: 0;
744 font-size: inherit;
745 color: inherit;
746 white-space: pre-wrap;
747 background-color: transparent;
748 border-radius: 0;
749}
750.pre-scrollable {
751 max-height: 340px;
752 overflow-y: scroll;
753}
754.container {
755 margin-right: auto;
756 margin-left: auto;
757 padding-left: 15px;
758 padding-right: 15px;
759}
6af4c584
MG
760@media (min-width: 992px) {
761 .container {
762 width: 970px;
763 }
764}
6af4c584
MG
765.container-fluid {
766 margin-right: auto;
767 margin-left: auto;
768 padding-left: 15px;
769 padding-right: 15px;
770}
771.row {
772 margin-left: -15px;
773 margin-right: -15px;
774}
775.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 {
776 position: relative;
777 min-height: 1px;
778 padding-left: 15px;
779 padding-right: 15px;
780}
6af4c584
MG
781@media (min-width: 992px) {
782 .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 {
783 float: left;
784 }
785 .col-md-12 {
786 width: 100%;
787 }
788 .col-md-11 {
789 width: 91.66666667%;
790 }
791 .col-md-10 {
792 width: 83.33333333%;
793 }
794 .col-md-9 {
795 width: 75%;
796 }
797 .col-md-8 {
798 width: 66.66666667%;
799 }
800 .col-md-7 {
801 width: 58.33333333%;
802 }
803 .col-md-6 {
804 width: 50%;
805 }
806 .col-md-5 {
807 width: 41.66666667%;
808 }
809 .col-md-4 {
810 width: 33.33333333%;
811 }
812 .col-md-3 {
813 width: 25%;
814 }
815 .col-md-2 {
816 width: 16.66666667%;
817 }
818 .col-md-1 {
819 width: 8.33333333%;
820 }
6af4c584
MG
821}
822table {
6af4c584
MG
823 background-color: transparent;
824}
76c653f8 825caption {
c910d2ba
MG
826 padding-top: 5px;
827 padding-bottom: 5px;
a96f684c 828 color: #b3b3b3;
76c653f8
MG
829 text-align: left;
830}
6af4c584
MG
831th {
832 text-align: left;
833}
834.table {
835 width: 100%;
76c653f8 836 max-width: 100%;
d2e32e3f 837 margin-bottom: 20px;
6af4c584
MG
838}
839.table > thead > tr > th,
840.table > tbody > tr > th,
841.table > tfoot > tr > th,
842.table > thead > tr > td,
843.table > tbody > tr > td,
844.table > tfoot > tr > td {
c910d2ba 845 padding: 5px;
6af4c584
MG
846 line-height: 1.42857143;
847 vertical-align: top;
848 border-top: 1px solid #dddddd;
849}
850.table > thead > tr > th {
851 vertical-align: bottom;
852 border-bottom: 2px solid #dddddd;
853}
854.table > caption + thead > tr:first-child > th,
855.table > colgroup + thead > tr:first-child > th,
856.table > thead:first-child > tr:first-child > th,
857.table > caption + thead > tr:first-child > td,
858.table > colgroup + thead > tr:first-child > td,
859.table > thead:first-child > tr:first-child > td {
860 border-top: 0;
861}
862.table > tbody + tbody {
863 border-top: 2px solid #dddddd;
864}
865.table .table {
866 background-color: #ffffff;
867}
6af4c584
MG
868.table-bordered {
869 border: 1px solid #dddddd;
870}
871.table-bordered > thead > tr > th,
872.table-bordered > tbody > tr > th,
873.table-bordered > tfoot > tr > th,
874.table-bordered > thead > tr > td,
875.table-bordered > tbody > tr > td,
876.table-bordered > tfoot > tr > td {
877 border: 1px solid #dddddd;
878}
879.table-bordered > thead > tr > th,
880.table-bordered > thead > tr > td {
881 border-bottom-width: 2px;
882}
49026292 883.table-striped > tbody > tr:nth-of-type(odd) {
6af4c584
MG
884 background-color: #f9f9f9;
885}
76c653f8 886.table-hover > tbody > tr:hover {
6af4c584
MG
887 background-color: #f5f5f5;
888}
889table col[class*="col-"] {
890 position: static;
891 float: none;
892 display: table-column;
893}
894table td[class*="col-"],
895table th[class*="col-"] {
896 position: static;
897 float: none;
898 display: table-cell;
899}
6af4c584
MG
900.table > thead > tr > td.info,
901.table > tbody > tr > td.info,
902.table > tfoot > tr > td.info,
903.table > thead > tr > th.info,
904.table > tbody > tr > th.info,
905.table > tfoot > tr > th.info,
906.table > thead > tr.info > td,
907.table > tbody > tr.info > td,
908.table > tfoot > tr.info > td,
909.table > thead > tr.info > th,
910.table > tbody > tr.info > th,
911.table > tfoot > tr.info > th {
a96f684c 912 background-color: #d9edf7;
6af4c584
MG
913}
914.table-hover > tbody > tr > td.info:hover,
915.table-hover > tbody > tr > th.info:hover,
916.table-hover > tbody > tr.info:hover > td,
76c653f8 917.table-hover > tbody > tr:hover > .info,
6af4c584 918.table-hover > tbody > tr.info:hover > th {
a96f684c 919 background-color: #c4e3f3;
6af4c584
MG
920}
921.table > thead > tr > td.warning,
922.table > tbody > tr > td.warning,
923.table > tfoot > tr > td.warning,
924.table > thead > tr > th.warning,
925.table > tbody > tr > th.warning,
926.table > tfoot > tr > th.warning,
927.table > thead > tr.warning > td,
928.table > tbody > tr.warning > td,
929.table > tfoot > tr.warning > td,
930.table > thead > tr.warning > th,
931.table > tbody > tr.warning > th,
932.table > tfoot > tr.warning > th {
a96f684c 933 background-color: #fcf8e3;
6af4c584
MG
934}
935.table-hover > tbody > tr > td.warning:hover,
936.table-hover > tbody > tr > th.warning:hover,
937.table-hover > tbody > tr.warning:hover > td,
76c653f8 938.table-hover > tbody > tr:hover > .warning,
6af4c584 939.table-hover > tbody > tr.warning:hover > th {
a96f684c 940 background-color: #faf2cc;
6af4c584 941}
6af4c584
MG
942label {
943 display: inline-block;
76c653f8 944 max-width: 100%;
6af4c584
MG
945 margin-bottom: 5px;
946 font-weight: bold;
947}
6af4c584
MG
948input[type="radio"],
949input[type="checkbox"] {
950 margin: 4px 0 0;
951 margin-top: 1px \9;
6af4c584
MG
952 line-height: normal;
953}
954input[type="file"] {
955 display: block;
956}
6af4c584
MG
957input[type="file"]:focus,
958input[type="radio"]:focus,
959input[type="checkbox"]:focus {
960 outline: thin dotted;
961 outline: 5px auto -webkit-focus-ring-color;
962 outline-offset: -2px;
963}
6af4c584
MG
964.form-control {
965 display: block;
966 width: 100%;
d2e32e3f 967 height: 38px;
a96f684c 968 padding: 8px 12px;
d2e32e3f 969 font-size: 14px;
6af4c584
MG
970 line-height: 1.42857143;
971 color: #333333;
972 background-color: #ffffff;
973 background-image: none;
a96f684c
MG
974 border: 1px solid #dddddd;
975 border-radius: 4px;
6af4c584 976 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
6af4c584
MG
977 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
978}
979.form-control:focus {
980 border-color: #66afe9;
981 outline: 0;
6af4c584
MG
982 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
983}
6af4c584 984.form-control::-moz-placeholder {
a96f684c 985 color: #b3b3b3;
6af4c584
MG
986 opacity: 1;
987}
988.form-control:-ms-input-placeholder {
a96f684c 989 color: #b3b3b3;
6af4c584
MG
990}
991.form-control::-webkit-input-placeholder {
a96f684c 992 color: #b3b3b3;
6af4c584 993}
6af4c584
MG
994textarea.form-control {
995 height: auto;
996}
6af4c584
MG
997.form-group {
998 margin-bottom: 15px;
999}
6af4c584
MG
1000.btn {
1001 display: inline-block;
1002 margin-bottom: 0;
1003 font-weight: normal;
1004 text-align: center;
1005 vertical-align: middle;
76c653f8
MG
1006 -ms-touch-action: manipulation;
1007 touch-action: manipulation;
6af4c584
MG
1008 cursor: pointer;
1009 background-image: none;
1010 border: 1px solid transparent;
1011 white-space: nowrap;
a96f684c 1012 padding: 8px 12px;
d2e32e3f 1013 font-size: 14px;
6af4c584 1014 line-height: 1.42857143;
a96f684c 1015 border-radius: 4px;
6af4c584
MG
1016 -webkit-user-select: none;
1017 -moz-user-select: none;
1018 -ms-user-select: none;
6af4c584
MG
1019 user-select: none;
1020}
76c653f8
MG
1021.btn:focus,
1022.btn:active:focus,
1023.btn.active:focus,
1024.btn.focus,
1025.btn:active.focus,
1026.btn.active.focus {
6af4c584
MG
1027 outline: thin dotted;
1028 outline: 5px auto -webkit-focus-ring-color;
1029 outline-offset: -2px;
1030}
1031.btn:hover,
76c653f8
MG
1032.btn:focus,
1033.btn.focus {
a96f684c 1034 color: #333333;
6af4c584
MG
1035 text-decoration: none;
1036}
1037.btn:active,
1038.btn.active {
1039 outline: 0;
1040 background-image: none;
6af4c584
MG
1041 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1042}
6af4c584 1043.btn-default {
a96f684c
MG
1044 color: #333333;
1045 background-color: #ffffff;
1046 border-color: #dddddd;
6af4c584
MG
1047}
1048.btn-default:hover,
1049.btn-default:focus,
76c653f8 1050.btn-default.focus,
6af4c584
MG
1051.btn-default:active,
1052.btn-default.active,
76c653f8 1053.open > .dropdown-toggle.btn-default {
a96f684c
MG
1054 color: #333333;
1055 background-color: #e6e6e6;
1056 border-color: #bebebe;
6af4c584
MG
1057}
1058.btn-default:active,
1059.btn-default.active,
76c653f8 1060.open > .dropdown-toggle.btn-default {
6af4c584
MG
1061 background-image: none;
1062}
1063.btn-default.disabled,
1064.btn-default[disabled],
1065fieldset[disabled] .btn-default,
1066.btn-default.disabled:hover,
1067.btn-default[disabled]:hover,
1068fieldset[disabled] .btn-default:hover,
1069.btn-default.disabled:focus,
1070.btn-default[disabled]:focus,
1071fieldset[disabled] .btn-default:focus,
76c653f8
MG
1072.btn-default.disabled.focus,
1073.btn-default[disabled].focus,
1074fieldset[disabled] .btn-default.focus,
6af4c584
MG
1075.btn-default.disabled:active,
1076.btn-default[disabled]:active,
1077fieldset[disabled] .btn-default:active,
1078.btn-default.disabled.active,
1079.btn-default[disabled].active,
1080fieldset[disabled] .btn-default.active {
a96f684c
MG
1081 background-color: #ffffff;
1082 border-color: #dddddd;
6af4c584
MG
1083}
1084.btn-default .badge {
a96f684c
MG
1085 color: #ffffff;
1086 background-color: #333333;
6af4c584
MG
1087}
1088.btn-primary {
1089 color: #ffffff;
a96f684c
MG
1090 background-color: #4582ec;
1091 border-color: #4582ec;
6af4c584
MG
1092}
1093.btn-primary:hover,
1094.btn-primary:focus,
76c653f8 1095.btn-primary.focus,
6af4c584
MG
1096.btn-primary:active,
1097.btn-primary.active,
76c653f8 1098.open > .dropdown-toggle.btn-primary {
6af4c584 1099 color: #ffffff;
a96f684c
MG
1100 background-color: #1863e6;
1101 border-color: #175fdd;
6af4c584
MG
1102}
1103.btn-primary:active,
1104.btn-primary.active,
76c653f8 1105.open > .dropdown-toggle.btn-primary {
6af4c584
MG
1106 background-image: none;
1107}
1108.btn-primary.disabled,
1109.btn-primary[disabled],
1110fieldset[disabled] .btn-primary,
1111.btn-primary.disabled:hover,
1112.btn-primary[disabled]:hover,
1113fieldset[disabled] .btn-primary:hover,
1114.btn-primary.disabled:focus,
1115.btn-primary[disabled]:focus,
1116fieldset[disabled] .btn-primary:focus,
76c653f8
MG
1117.btn-primary.disabled.focus,
1118.btn-primary[disabled].focus,
1119fieldset[disabled] .btn-primary.focus,
6af4c584
MG
1120.btn-primary.disabled:active,
1121.btn-primary[disabled]:active,
1122fieldset[disabled] .btn-primary:active,
1123.btn-primary.disabled.active,
1124.btn-primary[disabled].active,
1125fieldset[disabled] .btn-primary.active {
a96f684c
MG
1126 background-color: #4582ec;
1127 border-color: #4582ec;
6af4c584
MG
1128}
1129.btn-primary .badge {
a96f684c 1130 color: #4582ec;
6af4c584
MG
1131 background-color: #ffffff;
1132}
6af4c584
MG
1133.nav {
1134 margin-bottom: 0;
1135 padding-left: 0;
1136 list-style: none;
1137}
1138.nav > li {
1139 position: relative;
1140 display: block;
1141}
1142.nav > li > a {
1143 position: relative;
1144 display: block;
1145 padding: 10px 15px;
1146}
1147.nav > li > a:hover,
1148.nav > li > a:focus {
1149 text-decoration: none;
a96f684c 1150 background-color: #eeeeee;
6af4c584
MG
1151}
1152.nav > li.disabled > a {
a96f684c 1153 color: #b3b3b3;
6af4c584
MG
1154}
1155.nav > li.disabled > a:hover,
1156.nav > li.disabled > a:focus {
a96f684c 1157 color: #b3b3b3;
6af4c584
MG
1158 text-decoration: none;
1159 background-color: transparent;
1160 cursor: not-allowed;
1161}
6af4c584
MG
1162.nav > li > a > img {
1163 max-width: none;
1164}
6af4c584
MG
1165.nav-pills > li {
1166 float: left;
1167}
1168.nav-pills > li > a {
a96f684c 1169 border-radius: 4px;
6af4c584
MG
1170}
1171.nav-pills > li + li {
1172 margin-left: 2px;
1173}
1174.nav-pills > li.active > a,
1175.nav-pills > li.active > a:hover,
1176.nav-pills > li.active > a:focus {
1177 color: #ffffff;
a96f684c 1178 background-color: #4582ec;
6af4c584
MG
1179}
1180.nav-stacked > li {
1181 float: none;
1182}
1183.nav-stacked > li + li {
1184 margin-top: 2px;
1185 margin-left: 0;
1186}
1187.nav-justified {
1188 width: 100%;
1189}
1190.nav-justified > li {
1191 float: none;
1192}
1193.nav-justified > li > a {
1194 text-align: center;
1195 margin-bottom: 5px;
1196}
6af4c584
MG
1197@media (min-width: 768px) {
1198 .nav-justified > li {
1199 display: table-cell;
1200 width: 1%;
1201 }
1202 .nav-justified > li > a {
1203 margin-bottom: 0;
1204 }
1205}
6af4c584
MG
1206.pager {
1207 padding-left: 0;
d2e32e3f 1208 margin: 20px 0;
6af4c584
MG
1209 list-style: none;
1210 text-align: center;
1211}
1212.pager li {
1213 display: inline;
1214}
1215.pager li > a,
1216.pager li > span {
1217 display: inline-block;
1218 padding: 5px 14px;
1219 background-color: #ffffff;
1220 border: 1px solid #dddddd;
a96f684c 1221 border-radius: 15px;
6af4c584
MG
1222}
1223.pager li > a:hover,
1224.pager li > a:focus {
1225 text-decoration: none;
a96f684c 1226 background-color: #4582ec;
6af4c584
MG
1227}
1228.pager .next > a,
1229.pager .next > span {
1230 float: right;
1231}
1232.pager .previous > a,
1233.pager .previous > span {
1234 float: left;
1235}
1236.pager .disabled > a,
1237.pager .disabled > a:hover,
1238.pager .disabled > a:focus,
1239.pager .disabled > span {
a96f684c 1240 color: #b3b3b3;
6af4c584
MG
1241 background-color: #ffffff;
1242 cursor: not-allowed;
1243}
df860157
MG
1244.alert {
1245 padding: 15px;
d2e32e3f 1246 margin-bottom: 20px;
df860157 1247 border: 1px solid transparent;
a96f684c 1248 border-radius: 4px;
df860157
MG
1249}
1250.alert h4 {
1251 margin-top: 0;
1252 color: inherit;
1253}
1254.alert .alert-link {
1255 font-weight: bold;
1256}
1257.alert > p,
1258.alert > ul {
1259 margin-bottom: 0;
1260}
1261.alert > p + p {
1262 margin-top: 5px;
1263}
df860157 1264.alert-success {
a96f684c
MG
1265 background-color: #3fad46;
1266 border-color: #3fad46;
df860157
MG
1267 color: #ffffff;
1268}
1269.alert-success hr {
a96f684c 1270 border-top-color: #389a3e;
df860157
MG
1271}
1272.alert-success .alert-link {
1273 color: #e6e6e6;
1274}
1275.alert-info {
a96f684c
MG
1276 background-color: #5bc0de;
1277 border-color: #5bc0de;
df860157
MG
1278 color: #ffffff;
1279}
1280.alert-info hr {
a96f684c 1281 border-top-color: #46b8da;
df860157
MG
1282}
1283.alert-info .alert-link {
1284 color: #e6e6e6;
1285}
1286.alert-warning {
a96f684c
MG
1287 background-color: #f0ad4e;
1288 border-color: #f0ad4e;
df860157
MG
1289 color: #ffffff;
1290}
1291.alert-warning hr {
a96f684c 1292 border-top-color: #eea236;
df860157
MG
1293}
1294.alert-warning .alert-link {
1295 color: #e6e6e6;
1296}
1297.alert-danger {
a96f684c
MG
1298 background-color: #d9534f;
1299 border-color: #d9534f;
df860157
MG
1300 color: #ffffff;
1301}
1302.alert-danger hr {
a96f684c 1303 border-top-color: #d43f3a;
df860157
MG
1304}
1305.alert-danger .alert-link {
1306 color: #e6e6e6;
1307}
49026292
MG
1308.well {
1309 min-height: 20px;
1310 padding: 19px;
1311 margin-bottom: 20px;
a96f684c
MG
1312 background-color: #f7f7f7;
1313 border: 1px solid #e5e5e5;
1314 border-radius: 4px;
49026292
MG
1315 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1316}
1317.well blockquote {
1318 border-color: #ddd;
1319 border-color: rgba(0, 0, 0, 0.15);
1320}
1321.well-lg {
1322 padding: 24px;
a96f684c 1323 border-radius: 6px;
49026292
MG
1324}
1325.well-sm {
1326 padding: 9px;
a96f684c 1327 border-radius: 3px;
49026292 1328}
76c653f8
MG
1329.clearfix:before,
1330.clearfix:after,
1331.dl-horizontal dd:before,
1332.dl-horizontal dd:after,
1333.container:before,
1334.container:after,
1335.container-fluid:before,
1336.container-fluid:after,
1337.row:before,
1338.row:after,
76c653f8
MG
1339.nav:before,
1340.nav:after,
76c653f8 1341.pager:before,
0f578ab0 1342.pager:after {
76c653f8
MG
1343 content: " ";
1344 display: table;
1345}
1346.clearfix:after,
1347.dl-horizontal dd:after,
1348.container:after,
1349.container-fluid:after,
1350.row:after,
76c653f8 1351.nav:after,
0f578ab0 1352.pager:after {
76c653f8
MG
1353 clear: both;
1354}
1355.center-block {
1356 display: block;
1357 margin-left: auto;
1358 margin-right: auto;
1359}
1360.pull-right {
1361 float: right !important;
1362}
1363.pull-left {
1364 float: left !important;
1365}
1366.hide {
1367 display: none !important;
1368}
1369.show {
1370 display: block !important;
1371}
1372.invisible {
1373 visibility: hidden;
1374}
1375.text-hide {
1376 font: 0/0 a;
1377 color: transparent;
1378 text-shadow: none;
1379 background-color: transparent;
1380 border: 0;
1381}
1382.hidden {
1383 display: none !important;
76c653f8
MG
1384}
1385.affix {
1386 position: fixed;
1387}
74b0b0ab
MG
1388@-ms-viewport {
1389 width: device-width;
1390}
1391.visible-xs-block,
1392.visible-xs-inline {
1393 display: none !important;
1394}
1395@media (max-width: 767px) {
1396 .visible-xs-block {
1397 display: block !important;
1398 }
1399}
1400@media (max-width: 767px) {
1401 .visible-xs-inline {
1402 display: inline !important;
1403 }
1404}
1405@media (max-width: 767px) {
1406 .hidden-xs {
1407 display: none !important;
1408 }
1409}
a96f684c
MG
1410.navbar {
1411 font-family: sans-serif;
76c653f8 1412}
a96f684c
MG
1413.navbar-nav,
1414.navbar-form {
1415 margin-left: 0;
1416 margin-right: 0;
6af4c584 1417}
a96f684c 1418.navbar-nav > li > a {
d2e32e3f 1419 margin: 13.5px 6px;
0f578ab0 1420 padding: 8px 12px;
a96f684c
MG
1421 border: 1px solid transparent;
1422 border-radius: 4px;
6af4c584 1423}
a96f684c
MG
1424.navbar-nav > li > a:hover {
1425 border: 1px solid #ddd;
6af4c584 1426}
a96f684c
MG
1427.navbar-nav > .active > a,
1428.navbar-nav > .active > a:hover {
1429 border: 1px solid #ddd;
6af4c584 1430}
a96f684c
MG
1431.navbar-default .navbar-nav > .active > a:hover {
1432 color: #4582ec;
6af4c584 1433}
a96f684c
MG
1434.navbar-inverse .navbar-nav > .active > a:hover {
1435 color: #333333;
6af4c584 1436}
a96f684c 1437.navbar-brand {
d2e32e3f
MG
1438 padding-top: 14.5px;
1439 padding-bottom: 14.5px;
a96f684c 1440 line-height: 1.9;
6af4c584 1441}
0f578ab0
MG
1442@media (min-width: 768px) {
1443 .navbar .navbar-nav > li > a {
1444 padding: 8px 12px;
1445 }
1446}
1447@media (max-width: 768px - 1) {
a96f684c
MG
1448 .navbar .navbar-nav > li > a {
1449 margin: 0;
1450 }
6af4c584 1451}
a96f684c
MG
1452.btn {
1453 font-family: sans-serif;
6af4c584 1454}
a96f684c
MG
1455legend {
1456 font-family: sans-serif;
6af4c584 1457}
a96f684c
MG
1458.input-group-addon {
1459 font-family: sans-serif;
6af4c584 1460}
a96f684c
MG
1461.nav .open > a,
1462.nav .open > a:hover,
1463.nav .open > a:focus {
1464 border: 1px solid #ddd;
6af4c584 1465}
a96f684c
MG
1466.pagination {
1467 font-family: sans-serif;
6af4c584 1468}
a96f684c
MG
1469.pagination-lg > li > a,
1470.pagination-lg > li > span {
1471 padding: 14px 24px;
1472}
1473.pager {
1474 font-family: sans-serif;
1475}
1476.pager a {
1477 color: #333333;
1478}
1479.pager a:hover {
1480 border-color: transparent;
1481 color: #fff;
1482}
1483.pager .disabled a {
1484 border-color: #dddddd;
6af4c584 1485}
76c653f8 1486.close {
a96f684c 1487 color: #fff;
76c653f8
MG
1488 text-decoration: none;
1489 text-shadow: none;
1490 opacity: 0.4;
1491}
1492.close:hover,
1493.close:focus {
a96f684c 1494 color: #fff;
76c653f8
MG
1495 opacity: 1;
1496}
6af4c584 1497.alert .alert-link {
a96f684c 1498 color: #ffffff;
6af4c584 1499 text-decoration: underline;
6af4c584
MG
1500}
1501.label {
a96f684c
MG
1502 font-family: sans-serif;
1503 font-weight: normal;
6af4c584 1504}
a96f684c
MG
1505.label-default {
1506 border: 1px solid #ddd;
1507 color: #333333;
6af4c584 1508}
a96f684c
MG
1509.badge {
1510 padding: 1px 7px 5px;
1511 vertical-align: 2px;
1512 font-family: sans-serif;
1513 font-weight: normal;
76c653f8 1514}
a96f684c 1515.panel {
a96f684c 1516 box-shadow: none;
6af4c584 1517}
76c653f8
MG
1518.panel-default .close {
1519 color: #333333;
6af4c584 1520}
76c653f8
MG
1521.modal .close {
1522 color: #333333;
6af4c584 1523}
This page took 0.120504 seconds and 4 git commands to generate.