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