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