Display limit overrides
[plack-app-gruntmaster.git] / css / themes / slate.css
CommitLineData
6af4c584 1/*!
49026292 2 * bootswatch v3.3.2
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 {
98 -moz-box-sizing: content-box;
76c653f8
MG
99 -webkit-box-sizing: content-box;
100 box-sizing: content-box;
6af4c584
MG
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"] {
76c653f8
MG
150 -webkit-box-sizing: border-box;
151 -moz-box-sizing: border-box;
152 box-sizing: border-box;
6af4c584
MG
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}
76c653f8 192/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
6af4c584 193@media print {
76c653f8
MG
194 *,
195 *:before,
196 *:after {
6af4c584 197 background: transparent !important;
76c653f8
MG
198 color: #000 !important;
199 -webkit-box-shadow: none !important;
200 box-shadow: none !important;
201 text-shadow: none !important;
6af4c584
MG
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 }
76c653f8
MG
213 a[href^="#"]:after,
214 a[href^="javascript:"]:after {
6af4c584
MG
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 }
6af4c584
MG
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 }
76c653f8
MG
258 .table td,
259 .table th {
260 background-color: #fff !important;
261 }
6af4c584
MG
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 {
76c653f8 279 font-size: 10px;
6af4c584
MG
280 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
281}
282body {
90bc9e17 283 font-family: "DejaVu Serif", Georgia, serif;
6af4c584
MG
284 font-size: 14px;
285 line-height: 1.42857143;
286 color: #c8c8c8;
287 background-color: #272b30;
288}
289input,
290button,
291select,
292textarea {
293 font-family: inherit;
294 font-size: inherit;
295 line-height: inherit;
296}
297a {
298 color: #ffffff;
299 text-decoration: none;
300}
301a:hover,
302a:focus {
303 color: #ffffff;
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;
76c653f8
MG
328 background-color: #1c1e22;
329 border: 1px solid #0c0d0e;
6af4c584
MG
330 border-radius: 4px;
331 -webkit-transition: all 0.2s ease-in-out;
76c653f8 332 -o-transition: all 0.2s ease-in-out;
6af4c584
MG
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: 20px;
343 margin-bottom: 20px;
344 border: 0;
345 border-top: 1px solid #1c1e22;
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}
76c653f8
MG
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}
6af4c584
MG
366h1,
367h2,
368h3,
369h4,
370h5,
371h6,
372.h1,
373.h2,
374.h3,
375.h4,
376.h5,
377.h6 {
7a897a2e 378 font-family: sans-serif;
6af4c584
MG
379 font-weight: 500;
380 line-height: 1.1;
381 color: inherit;
382}
383h1 small,
384h2 small,
385h3 small,
386h4 small,
387h5 small,
388h6 small,
389.h1 small,
390.h2 small,
391.h3 small,
392.h4 small,
393.h5 small,
394.h6 small,
395h1 .small,
396h2 .small,
397h3 .small,
398h4 .small,
399h5 .small,
400h6 .small,
401.h1 .small,
402.h2 .small,
403.h3 .small,
404.h4 .small,
405.h5 .small,
406.h6 .small {
407 font-weight: normal;
408 line-height: 1;
409 color: #7a8288;
410}
411h1,
412.h1,
413h2,
414.h2,
415h3,
416.h3 {
417 margin-top: 20px;
418 margin-bottom: 10px;
419}
420h1 small,
421.h1 small,
422h2 small,
423.h2 small,
424h3 small,
425.h3 small,
426h1 .small,
427.h1 .small,
428h2 .small,
429.h2 .small,
430h3 .small,
431.h3 .small {
432 font-size: 65%;
433}
434h4,
435.h4,
436h5,
437.h5,
438h6,
439.h6 {
440 margin-top: 10px;
441 margin-bottom: 10px;
442}
443h4 small,
444.h4 small,
445h5 small,
446.h5 small,
447h6 small,
448.h6 small,
449h4 .small,
450.h4 .small,
451h5 .small,
452.h5 .small,
453h6 .small,
454.h6 .small {
455 font-size: 75%;
456}
457h1,
458.h1 {
459 font-size: 36px;
460}
461h2,
462.h2 {
463 font-size: 30px;
464}
465h3,
466.h3 {
467 font-size: 24px;
468}
469h4,
470.h4 {
471 font-size: 18px;
472}
473h5,
474.h5 {
475 font-size: 14px;
476}
477h6,
478.h6 {
479 font-size: 12px;
480}
481p {
482 margin: 0 0 10px;
483}
484.lead {
485 margin-bottom: 20px;
486 font-size: 16px;
76c653f8 487 font-weight: 300;
6af4c584
MG
488 line-height: 1.4;
489}
490@media (min-width: 768px) {
491 .lead {
492 font-size: 21px;
493 }
494}
495small,
496.small {
497 font-size: 85%;
498}
76c653f8
MG
499mark,
500.mark {
501 background-color: #f89406;
502 padding: .2em;
6af4c584
MG
503}
504.text-left {
505 text-align: left;
506}
507.text-right {
508 text-align: right;
509}
510.text-center {
511 text-align: center;
512}
513.text-justify {
514 text-align: justify;
515}
76c653f8
MG
516.text-nowrap {
517 white-space: nowrap;
518}
519.text-lowercase {
520 text-transform: lowercase;
521}
522.text-uppercase {
523 text-transform: uppercase;
524}
525.text-capitalize {
526 text-transform: capitalize;
527}
6af4c584
MG
528.text-muted {
529 color: #7a8288;
530}
531.text-primary {
532 color: #7a8288;
533}
534a.text-primary:hover {
535 color: #62686d;
536}
537.text-success {
538 color: #ffffff;
539}
540a.text-success:hover {
541 color: #e6e6e6;
542}
543.text-info {
544 color: #ffffff;
545}
546a.text-info:hover {
547 color: #e6e6e6;
548}
549.text-warning {
550 color: #ffffff;
551}
552a.text-warning:hover {
553 color: #e6e6e6;
554}
555.text-danger {
556 color: #ffffff;
557}
558a.text-danger:hover {
559 color: #e6e6e6;
560}
561.bg-primary {
562 color: #fff;
563 background-color: #7a8288;
564}
565a.bg-primary:hover {
566 background-color: #62686d;
567}
568.bg-success {
569 background-color: #62c462;
570}
571a.bg-success:hover {
572 background-color: #42b142;
573}
574.bg-info {
575 background-color: #5bc0de;
576}
577a.bg-info:hover {
578 background-color: #31b0d5;
579}
580.bg-warning {
581 background-color: #f89406;
582}
583a.bg-warning:hover {
584 background-color: #c67605;
585}
586.bg-danger {
587 background-color: #ee5f5b;
588}
589a.bg-danger:hover {
590 background-color: #e9322d;
591}
592.page-header {
593 padding-bottom: 9px;
594 margin: 40px 0 20px;
595 border-bottom: 1px solid #1c1e22;
596}
597ul,
598ol {
599 margin-top: 0;
600 margin-bottom: 10px;
601}
602ul ul,
603ol ul,
604ul ol,
605ol ol {
606 margin-bottom: 0;
607}
608.list-unstyled {
609 padding-left: 0;
610 list-style: none;
611}
612.list-inline {
613 padding-left: 0;
614 list-style: none;
76c653f8 615 margin-left: -5px;
6af4c584
MG
616}
617.list-inline > li {
618 display: inline-block;
619 padding-left: 5px;
620 padding-right: 5px;
621}
6af4c584
MG
622dl {
623 margin-top: 0;
624 margin-bottom: 20px;
625}
626dt,
627dd {
628 line-height: 1.42857143;
629}
630dt {
631 font-weight: bold;
632}
633dd {
634 margin-left: 0;
635}
636@media (min-width: 768px) {
637 .dl-horizontal dt {
638 float: left;
639 width: 160px;
640 clear: left;
641 text-align: right;
642 overflow: hidden;
643 text-overflow: ellipsis;
644 white-space: nowrap;
645 }
646 .dl-horizontal dd {
647 margin-left: 180px;
648 }
649}
650abbr[title],
651abbr[data-original-title] {
652 cursor: help;
653 border-bottom: 1px dotted #7a8288;
654}
655.initialism {
656 font-size: 90%;
657 text-transform: uppercase;
658}
659blockquote {
660 padding: 10px 20px;
661 margin: 0 0 20px;
662 font-size: 17.5px;
663 border-left: 5px solid #7a8288;
664}
665blockquote p:last-child,
666blockquote ul:last-child,
667blockquote ol:last-child {
668 margin-bottom: 0;
669}
670blockquote footer,
671blockquote small,
672blockquote .small {
673 display: block;
674 font-size: 80%;
675 line-height: 1.42857143;
676 color: #7a8288;
677}
678blockquote footer:before,
679blockquote small:before,
680blockquote .small:before {
681 content: '\2014 \00A0';
682}
683.blockquote-reverse,
684blockquote.pull-right {
685 padding-right: 15px;
686 padding-left: 0;
687 border-right: 5px solid #7a8288;
688 border-left: 0;
689 text-align: right;
690}
691.blockquote-reverse footer:before,
692blockquote.pull-right footer:before,
693.blockquote-reverse small:before,
694blockquote.pull-right small:before,
695.blockquote-reverse .small:before,
696blockquote.pull-right .small:before {
697 content: '';
698}
699.blockquote-reverse footer:after,
700blockquote.pull-right footer:after,
701.blockquote-reverse small:after,
702blockquote.pull-right small:after,
703.blockquote-reverse .small:after,
704blockquote.pull-right .small:after {
705 content: '\00A0 \2014';
706}
6af4c584
MG
707address {
708 margin-bottom: 20px;
709 font-style: normal;
710 line-height: 1.42857143;
711}
712code,
713kbd,
714pre,
715samp {
716 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
717}
718code {
719 padding: 2px 4px;
720 font-size: 90%;
721 color: #c7254e;
722 background-color: #f9f2f4;
6af4c584
MG
723 border-radius: 4px;
724}
725kbd {
726 padding: 2px 4px;
727 font-size: 90%;
728 color: #ffffff;
729 background-color: #333333;
730 border-radius: 3px;
76c653f8
MG
731 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
732 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
733}
734kbd kbd {
735 padding: 0;
736 font-size: 100%;
737 font-weight: bold;
738 -webkit-box-shadow: none;
739 box-shadow: none;
6af4c584
MG
740}
741pre {
742 display: block;
743 padding: 9.5px;
744 margin: 0 0 10px;
745 font-size: 13px;
746 line-height: 1.42857143;
747 word-break: break-all;
748 word-wrap: break-word;
749 color: #3a3f44;
750 background-color: #f5f5f5;
751 border: 1px solid #cccccc;
752 border-radius: 4px;
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: #2e3338;
836}
76c653f8
MG
837caption {
838 padding-top: 8px;
839 padding-bottom: 8px;
840 color: #7a8288;
841 text-align: left;
842}
6af4c584
MG
843th {
844 text-align: left;
845}
846.table {
847 width: 100%;
76c653f8 848 max-width: 100%;
6af4c584
MG
849 margin-bottom: 20px;
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 {
857 padding: 8px;
858 line-height: 1.42857143;
859 vertical-align: top;
860 border-top: 1px solid #1c1e22;
861}
862.table > thead > tr > th {
863 vertical-align: bottom;
864 border-bottom: 2px solid #1c1e22;
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 #1c1e22;
876}
877.table .table {
878 background-color: #272b30;
879}
880.table-condensed > thead > tr > th,
881.table-condensed > tbody > tr > th,
882.table-condensed > tfoot > tr > th,
883.table-condensed > thead > tr > td,
884.table-condensed > tbody > tr > td,
885.table-condensed > tfoot > tr > td {
886 padding: 5px;
887}
888.table-bordered {
889 border: 1px solid #1c1e22;
890}
891.table-bordered > thead > tr > th,
892.table-bordered > tbody > tr > th,
893.table-bordered > tfoot > tr > th,
894.table-bordered > thead > tr > td,
895.table-bordered > tbody > tr > td,
896.table-bordered > tfoot > tr > td {
897 border: 1px solid #1c1e22;
898}
899.table-bordered > thead > tr > th,
900.table-bordered > thead > tr > td {
901 border-bottom-width: 2px;
902}
49026292 903.table-striped > tbody > tr:nth-of-type(odd) {
6af4c584
MG
904 background-color: #353a41;
905}
76c653f8 906.table-hover > tbody > tr:hover {
6af4c584
MG
907 background-color: #49515a;
908}
909table col[class*="col-"] {
910 position: static;
911 float: none;
912 display: table-column;
913}
914table td[class*="col-"],
915table th[class*="col-"] {
916 position: static;
917 float: none;
918 display: table-cell;
919}
6af4c584
MG
920.table > thead > tr > td.info,
921.table > tbody > tr > td.info,
922.table > tfoot > tr > td.info,
923.table > thead > tr > th.info,
924.table > tbody > tr > th.info,
925.table > tfoot > tr > th.info,
926.table > thead > tr.info > td,
927.table > tbody > tr.info > td,
928.table > tfoot > tr.info > td,
929.table > thead > tr.info > th,
930.table > tbody > tr.info > th,
931.table > tfoot > tr.info > th {
932 background-color: #5bc0de;
933}
934.table-hover > tbody > tr > td.info:hover,
935.table-hover > tbody > tr > th.info:hover,
936.table-hover > tbody > tr.info:hover > td,
76c653f8 937.table-hover > tbody > tr:hover > .info,
6af4c584
MG
938.table-hover > tbody > tr.info:hover > th {
939 background-color: #46b8da;
940}
941.table > thead > tr > td.warning,
942.table > tbody > tr > td.warning,
943.table > tfoot > tr > td.warning,
944.table > thead > tr > th.warning,
945.table > tbody > tr > th.warning,
946.table > tfoot > tr > th.warning,
947.table > thead > tr.warning > td,
948.table > tbody > tr.warning > td,
949.table > tfoot > tr.warning > td,
950.table > thead > tr.warning > th,
951.table > tbody > tr.warning > th,
952.table > tfoot > tr.warning > th {
953 background-color: #f89406;
954}
955.table-hover > tbody > tr > td.warning:hover,
956.table-hover > tbody > tr > th.warning:hover,
957.table-hover > tbody > tr.warning:hover > td,
76c653f8 958.table-hover > tbody > tr:hover > .warning,
6af4c584
MG
959.table-hover > tbody > tr.warning:hover > th {
960 background-color: #df8505;
961}
6af4c584
MG
962fieldset {
963 padding: 0;
964 margin: 0;
965 border: 0;
966 min-width: 0;
967}
968legend {
969 display: block;
970 width: 100%;
971 padding: 0;
972 margin-bottom: 20px;
973 font-size: 21px;
974 line-height: inherit;
975 color: #c8c8c8;
976 border: 0;
977 border-bottom: 1px solid #1c1e22;
978}
979label {
980 display: inline-block;
76c653f8 981 max-width: 100%;
6af4c584
MG
982 margin-bottom: 5px;
983 font-weight: bold;
984}
985input[type="search"] {
986 -webkit-box-sizing: border-box;
987 -moz-box-sizing: border-box;
988 box-sizing: border-box;
989}
990input[type="radio"],
991input[type="checkbox"] {
992 margin: 4px 0 0;
993 margin-top: 1px \9;
6af4c584
MG
994 line-height: normal;
995}
996input[type="file"] {
997 display: block;
998}
999input[type="range"] {
1000 display: block;
1001 width: 100%;
1002}
1003select[multiple],
1004select[size] {
1005 height: auto;
1006}
1007input[type="file"]:focus,
1008input[type="radio"]:focus,
1009input[type="checkbox"]:focus {
1010 outline: thin dotted;
1011 outline: 5px auto -webkit-focus-ring-color;
1012 outline-offset: -2px;
1013}
1014output {
1015 display: block;
1016 padding-top: 9px;
1017 font-size: 14px;
1018 line-height: 1.42857143;
1019 color: #272b30;
1020}
1021.form-control {
1022 display: block;
1023 width: 100%;
1024 height: 38px;
1025 padding: 8px 12px;
1026 font-size: 14px;
1027 line-height: 1.42857143;
1028 color: #272b30;
1029 background-color: #ffffff;
1030 background-image: none;
1031 border: 1px solid #cccccc;
1032 border-radius: 4px;
1033 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1034 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
76c653f8
MG
1035 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
1036 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
6af4c584
MG
1037 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1038}
1039.form-control:focus {
1040 border-color: #66afe9;
1041 outline: 0;
1042 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1043 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1044}
6af4c584
MG
1045.form-control::-moz-placeholder {
1046 color: #7a8288;
1047 opacity: 1;
1048}
1049.form-control:-ms-input-placeholder {
1050 color: #7a8288;
1051}
1052.form-control::-webkit-input-placeholder {
1053 color: #7a8288;
1054}
1055.form-control[disabled],
1056.form-control[readonly],
1057fieldset[disabled] .form-control {
1058 cursor: not-allowed;
1059 background-color: #999999;
1060 opacity: 1;
1061}
1062textarea.form-control {
1063 height: auto;
1064}
76c653f8
MG
1065input[type="search"] {
1066 -webkit-appearance: none;
1067}
1068@media screen and (-webkit-min-device-pixel-ratio: 0) {
1069 input[type="date"],
1070 input[type="time"],
1071 input[type="datetime-local"],
1072 input[type="month"] {
1073 line-height: 38px;
1074 }
1075 input[type="date"].input-sm,
1076 input[type="time"].input-sm,
1077 input[type="datetime-local"].input-sm,
49026292
MG
1078 input[type="month"].input-sm,
1079 .input-group-sm input[type="date"],
1080 .input-group-sm input[type="time"],
1081 .input-group-sm input[type="datetime-local"],
1082 .input-group-sm input[type="month"] {
76c653f8
MG
1083 line-height: 30px;
1084 }
1085 input[type="date"].input-lg,
1086 input[type="time"].input-lg,
1087 input[type="datetime-local"].input-lg,
49026292
MG
1088 input[type="month"].input-lg,
1089 .input-group-lg input[type="date"],
1090 .input-group-lg input[type="time"],
1091 .input-group-lg input[type="datetime-local"],
1092 .input-group-lg input[type="month"] {
76c653f8
MG
1093 line-height: 54px;
1094 }
6af4c584
MG
1095}
1096.form-group {
1097 margin-bottom: 15px;
1098}
1099.radio,
1100.checkbox {
76c653f8 1101 position: relative;
6af4c584 1102 display: block;
6af4c584
MG
1103 margin-top: 10px;
1104 margin-bottom: 10px;
6af4c584
MG
1105}
1106.radio label,
1107.checkbox label {
76c653f8
MG
1108 min-height: 20px;
1109 padding-left: 20px;
1110 margin-bottom: 0;
6af4c584
MG
1111 font-weight: normal;
1112 cursor: pointer;
1113}
1114.radio input[type="radio"],
1115.radio-inline input[type="radio"],
1116.checkbox input[type="checkbox"],
1117.checkbox-inline input[type="checkbox"] {
76c653f8 1118 position: absolute;
6af4c584 1119 margin-left: -20px;
76c653f8 1120 margin-top: 4px \9;
6af4c584
MG
1121}
1122.radio + .radio,
1123.checkbox + .checkbox {
1124 margin-top: -5px;
1125}
1126.radio-inline,
1127.checkbox-inline {
1128 display: inline-block;
1129 padding-left: 20px;
1130 margin-bottom: 0;
1131 vertical-align: middle;
1132 font-weight: normal;
1133 cursor: pointer;
1134}
1135.radio-inline + .radio-inline,
1136.checkbox-inline + .checkbox-inline {
1137 margin-top: 0;
1138 margin-left: 10px;
1139}
1140input[type="radio"][disabled],
1141input[type="checkbox"][disabled],
76c653f8
MG
1142input[type="radio"].disabled,
1143input[type="checkbox"].disabled,
6af4c584 1144fieldset[disabled] input[type="radio"],
76c653f8
MG
1145fieldset[disabled] input[type="checkbox"] {
1146 cursor: not-allowed;
1147}
1148.radio-inline.disabled,
1149.checkbox-inline.disabled,
6af4c584 1150fieldset[disabled] .radio-inline,
6af4c584
MG
1151fieldset[disabled] .checkbox-inline {
1152 cursor: not-allowed;
1153}
76c653f8
MG
1154.radio.disabled label,
1155.checkbox.disabled label,
1156fieldset[disabled] .radio label,
1157fieldset[disabled] .checkbox label {
1158 cursor: not-allowed;
1159}
1160.form-control-static {
1161 padding-top: 9px;
1162 padding-bottom: 9px;
1163 margin-bottom: 0;
1164}
1165.form-control-static.input-lg,
1166.form-control-static.input-sm {
1167 padding-left: 0;
1168 padding-right: 0;
1169}
49026292
MG
1170.input-sm {
1171 height: 30px;
1172 padding: 5px 10px;
1173 font-size: 12px;
1174 line-height: 1.5;
1175 border-radius: 3px;
1176}
1177select.input-sm {
1178 height: 30px;
1179 line-height: 30px;
1180}
1181textarea.input-sm,
1182select[multiple].input-sm {
1183 height: auto;
1184}
76c653f8 1185.form-group-sm .form-control {
6af4c584
MG
1186 height: 30px;
1187 padding: 5px 10px;
1188 font-size: 12px;
1189 line-height: 1.5;
1190 border-radius: 3px;
1191}
76c653f8 1192select.form-group-sm .form-control {
6af4c584
MG
1193 height: 30px;
1194 line-height: 30px;
1195}
76c653f8 1196textarea.form-group-sm .form-control,
76c653f8 1197select[multiple].form-group-sm .form-control {
6af4c584
MG
1198 height: auto;
1199}
49026292
MG
1200.form-group-sm .form-control-static {
1201 height: 30px;
1202 padding: 5px 10px;
1203 font-size: 12px;
1204 line-height: 1.5;
1205}
1206.input-lg {
1207 height: 54px;
1208 padding: 14px 16px;
1209 font-size: 18px;
1210 line-height: 1.3333333;
1211 border-radius: 6px;
1212}
1213select.input-lg {
1214 height: 54px;
1215 line-height: 54px;
1216}
1217textarea.input-lg,
1218select[multiple].input-lg {
1219 height: auto;
1220}
76c653f8 1221.form-group-lg .form-control {
6af4c584
MG
1222 height: 54px;
1223 padding: 14px 16px;
1224 font-size: 18px;
49026292 1225 line-height: 1.3333333;
6af4c584
MG
1226 border-radius: 6px;
1227}
76c653f8 1228select.form-group-lg .form-control {
6af4c584
MG
1229 height: 54px;
1230 line-height: 54px;
1231}
76c653f8 1232textarea.form-group-lg .form-control,
76c653f8 1233select[multiple].form-group-lg .form-control {
6af4c584
MG
1234 height: auto;
1235}
49026292
MG
1236.form-group-lg .form-control-static {
1237 height: 54px;
1238 padding: 14px 16px;
1239 font-size: 18px;
1240 line-height: 1.3333333;
1241}
6af4c584
MG
1242.has-feedback {
1243 position: relative;
1244}
1245.has-feedback .form-control {
1246 padding-right: 47.5px;
1247}
76c653f8 1248.form-control-feedback {
6af4c584 1249 position: absolute;
76c653f8 1250 top: 0;
6af4c584 1251 right: 0;
76c653f8 1252 z-index: 2;
6af4c584
MG
1253 display: block;
1254 width: 38px;
1255 height: 38px;
1256 line-height: 38px;
1257 text-align: center;
76c653f8
MG
1258 pointer-events: none;
1259}
1260.input-lg + .form-control-feedback {
1261 width: 54px;
1262 height: 54px;
1263 line-height: 54px;
1264}
1265.input-sm + .form-control-feedback {
1266 width: 30px;
1267 height: 30px;
1268 line-height: 30px;
6af4c584
MG
1269}
1270.has-success .help-block,
1271.has-success .control-label,
1272.has-success .radio,
1273.has-success .checkbox,
1274.has-success .radio-inline,
76c653f8
MG
1275.has-success .checkbox-inline,
1276.has-success.radio label,
1277.has-success.checkbox label,
1278.has-success.radio-inline label,
1279.has-success.checkbox-inline label {
6af4c584
MG
1280 color: #ffffff;
1281}
1282.has-success .form-control {
1283 border-color: #ffffff;
1284 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1285 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1286}
1287.has-success .form-control:focus {
1288 border-color: #e6e6e6;
1289 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1290 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1291}
1292.has-success .input-group-addon {
1293 color: #ffffff;
1294 border-color: #ffffff;
1295 background-color: #62c462;
1296}
1297.has-success .form-control-feedback {
1298 color: #ffffff;
1299}
1300.has-warning .help-block,
1301.has-warning .control-label,
1302.has-warning .radio,
1303.has-warning .checkbox,
1304.has-warning .radio-inline,
76c653f8
MG
1305.has-warning .checkbox-inline,
1306.has-warning.radio label,
1307.has-warning.checkbox label,
1308.has-warning.radio-inline label,
1309.has-warning.checkbox-inline label {
6af4c584
MG
1310 color: #ffffff;
1311}
1312.has-warning .form-control {
1313 border-color: #ffffff;
1314 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1315 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1316}
1317.has-warning .form-control:focus {
1318 border-color: #e6e6e6;
1319 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1320 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1321}
1322.has-warning .input-group-addon {
1323 color: #ffffff;
1324 border-color: #ffffff;
1325 background-color: #f89406;
1326}
1327.has-warning .form-control-feedback {
1328 color: #ffffff;
1329}
1330.has-error .help-block,
1331.has-error .control-label,
1332.has-error .radio,
1333.has-error .checkbox,
1334.has-error .radio-inline,
76c653f8
MG
1335.has-error .checkbox-inline,
1336.has-error.radio label,
1337.has-error.checkbox label,
1338.has-error.radio-inline label,
1339.has-error.checkbox-inline label {
6af4c584
MG
1340 color: #ffffff;
1341}
1342.has-error .form-control {
1343 border-color: #ffffff;
1344 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1345 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1346}
1347.has-error .form-control:focus {
1348 border-color: #e6e6e6;
1349 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1350 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1351}
1352.has-error .input-group-addon {
1353 color: #ffffff;
1354 border-color: #ffffff;
1355 background-color: #ee5f5b;
1356}
1357.has-error .form-control-feedback {
1358 color: #ffffff;
1359}
76c653f8
MG
1360.has-feedback label ~ .form-control-feedback {
1361 top: 25px;
1362}
1363.has-feedback label.sr-only ~ .form-control-feedback {
1364 top: 0;
6af4c584
MG
1365}
1366.help-block {
1367 display: block;
1368 margin-top: 5px;
1369 margin-bottom: 10px;
1370 color: #ffffff;
1371}
1372@media (min-width: 768px) {
1373 .form-inline .form-group {
1374 display: inline-block;
1375 margin-bottom: 0;
1376 vertical-align: middle;
1377 }
1378 .form-inline .form-control {
1379 display: inline-block;
1380 width: auto;
1381 vertical-align: middle;
1382 }
76c653f8
MG
1383 .form-inline .form-control-static {
1384 display: inline-block;
1385 }
1386 .form-inline .input-group {
1387 display: inline-table;
1388 vertical-align: middle;
1389 }
1390 .form-inline .input-group .input-group-addon,
1391 .form-inline .input-group .input-group-btn,
1392 .form-inline .input-group .form-control {
1393 width: auto;
1394 }
1395 .form-inline .input-group > .form-control {
1396 width: 100%;
1397 }
6af4c584
MG
1398 .form-inline .control-label {
1399 margin-bottom: 0;
1400 vertical-align: middle;
1401 }
1402 .form-inline .radio,
1403 .form-inline .checkbox {
1404 display: inline-block;
1405 margin-top: 0;
1406 margin-bottom: 0;
6af4c584
MG
1407 vertical-align: middle;
1408 }
76c653f8
MG
1409 .form-inline .radio label,
1410 .form-inline .checkbox label {
1411 padding-left: 0;
1412 }
6af4c584
MG
1413 .form-inline .radio input[type="radio"],
1414 .form-inline .checkbox input[type="checkbox"] {
76c653f8 1415 position: relative;
6af4c584
MG
1416 margin-left: 0;
1417 }
1418 .form-inline .has-feedback .form-control-feedback {
1419 top: 0;
1420 }
1421}
6af4c584
MG
1422.form-horizontal .radio,
1423.form-horizontal .checkbox,
1424.form-horizontal .radio-inline,
1425.form-horizontal .checkbox-inline {
1426 margin-top: 0;
1427 margin-bottom: 0;
1428 padding-top: 9px;
1429}
1430.form-horizontal .radio,
1431.form-horizontal .checkbox {
1432 min-height: 29px;
1433}
1434.form-horizontal .form-group {
1435 margin-left: -15px;
1436 margin-right: -15px;
1437}
6af4c584
MG
1438@media (min-width: 768px) {
1439 .form-horizontal .control-label {
1440 text-align: right;
76c653f8
MG
1441 margin-bottom: 0;
1442 padding-top: 9px;
6af4c584
MG
1443 }
1444}
1445.form-horizontal .has-feedback .form-control-feedback {
6af4c584
MG
1446 right: 15px;
1447}
76c653f8
MG
1448@media (min-width: 768px) {
1449 .form-horizontal .form-group-lg .control-label {
49026292 1450 padding-top: 19.6666662px;
76c653f8
MG
1451 }
1452}
1453@media (min-width: 768px) {
1454 .form-horizontal .form-group-sm .control-label {
1455 padding-top: 6px;
1456 }
1457}
6af4c584
MG
1458.btn {
1459 display: inline-block;
1460 margin-bottom: 0;
1461 font-weight: normal;
1462 text-align: center;
1463 vertical-align: middle;
76c653f8
MG
1464 -ms-touch-action: manipulation;
1465 touch-action: manipulation;
6af4c584
MG
1466 cursor: pointer;
1467 background-image: none;
1468 border: 1px solid transparent;
1469 white-space: nowrap;
1470 padding: 8px 12px;
1471 font-size: 14px;
1472 line-height: 1.42857143;
1473 border-radius: 4px;
1474 -webkit-user-select: none;
1475 -moz-user-select: none;
1476 -ms-user-select: none;
6af4c584
MG
1477 user-select: none;
1478}
76c653f8
MG
1479.btn:focus,
1480.btn:active:focus,
1481.btn.active:focus,
1482.btn.focus,
1483.btn:active.focus,
1484.btn.active.focus {
6af4c584
MG
1485 outline: thin dotted;
1486 outline: 5px auto -webkit-focus-ring-color;
1487 outline-offset: -2px;
1488}
1489.btn:hover,
76c653f8
MG
1490.btn:focus,
1491.btn.focus {
6af4c584
MG
1492 color: #ffffff;
1493 text-decoration: none;
1494}
1495.btn:active,
1496.btn.active {
1497 outline: 0;
1498 background-image: none;
1499 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1500 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1501}
1502.btn.disabled,
1503.btn[disabled],
1504fieldset[disabled] .btn {
1505 cursor: not-allowed;
1506 pointer-events: none;
1507 opacity: 0.65;
1508 filter: alpha(opacity=65);
1509 -webkit-box-shadow: none;
1510 box-shadow: none;
1511}
1512.btn-default {
1513 color: #ffffff;
1514 background-color: #3a3f44;
1515 border-color: #3a3f44;
1516}
1517.btn-default:hover,
1518.btn-default:focus,
76c653f8 1519.btn-default.focus,
6af4c584
MG
1520.btn-default:active,
1521.btn-default.active,
76c653f8 1522.open > .dropdown-toggle.btn-default {
6af4c584 1523 color: #ffffff;
76c653f8 1524 background-color: #232628;
6af4c584
MG
1525 border-color: #1e2023;
1526}
1527.btn-default:active,
1528.btn-default.active,
76c653f8 1529.open > .dropdown-toggle.btn-default {
6af4c584
MG
1530 background-image: none;
1531}
1532.btn-default.disabled,
1533.btn-default[disabled],
1534fieldset[disabled] .btn-default,
1535.btn-default.disabled:hover,
1536.btn-default[disabled]:hover,
1537fieldset[disabled] .btn-default:hover,
1538.btn-default.disabled:focus,
1539.btn-default[disabled]:focus,
1540fieldset[disabled] .btn-default:focus,
76c653f8
MG
1541.btn-default.disabled.focus,
1542.btn-default[disabled].focus,
1543fieldset[disabled] .btn-default.focus,
6af4c584
MG
1544.btn-default.disabled:active,
1545.btn-default[disabled]:active,
1546fieldset[disabled] .btn-default:active,
1547.btn-default.disabled.active,
1548.btn-default[disabled].active,
1549fieldset[disabled] .btn-default.active {
1550 background-color: #3a3f44;
1551 border-color: #3a3f44;
1552}
1553.btn-default .badge {
1554 color: #3a3f44;
1555 background-color: #ffffff;
1556}
1557.btn-primary {
1558 color: #ffffff;
1559 background-color: #7a8288;
1560 border-color: #7a8288;
1561}
1562.btn-primary:hover,
1563.btn-primary:focus,
76c653f8 1564.btn-primary.focus,
6af4c584
MG
1565.btn-primary:active,
1566.btn-primary.active,
76c653f8 1567.open > .dropdown-toggle.btn-primary {
6af4c584 1568 color: #ffffff;
76c653f8 1569 background-color: #62686d;
6af4c584
MG
1570 border-color: #5d6368;
1571}
1572.btn-primary:active,
1573.btn-primary.active,
76c653f8 1574.open > .dropdown-toggle.btn-primary {
6af4c584
MG
1575 background-image: none;
1576}
1577.btn-primary.disabled,
1578.btn-primary[disabled],
1579fieldset[disabled] .btn-primary,
1580.btn-primary.disabled:hover,
1581.btn-primary[disabled]:hover,
1582fieldset[disabled] .btn-primary:hover,
1583.btn-primary.disabled:focus,
1584.btn-primary[disabled]:focus,
1585fieldset[disabled] .btn-primary:focus,
76c653f8
MG
1586.btn-primary.disabled.focus,
1587.btn-primary[disabled].focus,
1588fieldset[disabled] .btn-primary.focus,
6af4c584
MG
1589.btn-primary.disabled:active,
1590.btn-primary[disabled]:active,
1591fieldset[disabled] .btn-primary:active,
1592.btn-primary.disabled.active,
1593.btn-primary[disabled].active,
1594fieldset[disabled] .btn-primary.active {
1595 background-color: #7a8288;
1596 border-color: #7a8288;
1597}
1598.btn-primary .badge {
1599 color: #7a8288;
1600 background-color: #ffffff;
1601}
55937c32 1602.btn-link {
6af4c584
MG
1603 color: #ffffff;
1604 font-weight: normal;
6af4c584
MG
1605 border-radius: 0;
1606}
1607.btn-link,
1608.btn-link:active,
76c653f8 1609.btn-link.active,
6af4c584
MG
1610.btn-link[disabled],
1611fieldset[disabled] .btn-link {
1612 background-color: transparent;
1613 -webkit-box-shadow: none;
1614 box-shadow: none;
1615}
1616.btn-link,
1617.btn-link:hover,
1618.btn-link:focus,
1619.btn-link:active {
1620 border-color: transparent;
1621}
1622.btn-link:hover,
1623.btn-link:focus {
1624 color: #ffffff;
1625 text-decoration: underline;
1626 background-color: transparent;
1627}
1628.btn-link[disabled]:hover,
1629fieldset[disabled] .btn-link:hover,
1630.btn-link[disabled]:focus,
1631fieldset[disabled] .btn-link:focus {
1632 color: #7a8288;
1633 text-decoration: none;
1634}
1635.btn-lg {
1636 padding: 14px 16px;
1637 font-size: 18px;
49026292 1638 line-height: 1.3333333;
6af4c584
MG
1639 border-radius: 6px;
1640}
1641.btn-sm {
1642 padding: 5px 10px;
1643 font-size: 12px;
1644 line-height: 1.5;
1645 border-radius: 3px;
1646}
1647.btn-xs {
1648 padding: 1px 5px;
1649 font-size: 12px;
1650 line-height: 1.5;
1651 border-radius: 3px;
1652}
1653.btn-block {
1654 display: block;
1655 width: 100%;
6af4c584
MG
1656}
1657.btn-block + .btn-block {
1658 margin-top: 5px;
1659}
1660input[type="submit"].btn-block,
1661input[type="reset"].btn-block,
1662input[type="button"].btn-block {
1663 width: 100%;
1664}
1665.fade {
1666 opacity: 0;
1667 -webkit-transition: opacity 0.15s linear;
76c653f8 1668 -o-transition: opacity 0.15s linear;
6af4c584
MG
1669 transition: opacity 0.15s linear;
1670}
1671.fade.in {
1672 opacity: 1;
1673}
1674.collapse {
1675 display: none;
76c653f8 1676 visibility: hidden;
6af4c584
MG
1677}
1678.collapse.in {
1679 display: block;
76c653f8
MG
1680 visibility: visible;
1681}
1682tr.collapse.in {
1683 display: table-row;
1684}
1685tbody.collapse.in {
1686 display: table-row-group;
6af4c584
MG
1687}
1688.collapsing {
1689 position: relative;
1690 height: 0;
1691 overflow: hidden;
76c653f8
MG
1692 -webkit-transition-property: height, visibility;
1693 -o-transition-property: height, visibility;
1694 transition-property: height, visibility;
1695 -webkit-transition-duration: 0.35s;
1696 -o-transition-duration: 0.35s;
1697 transition-duration: 0.35s;
1698 -webkit-transition-timing-function: ease;
1699 -o-transition-timing-function: ease;
1700 transition-timing-function: ease;
6af4c584 1701}
6af4c584
MG
1702.nav {
1703 margin-bottom: 0;
1704 padding-left: 0;
1705 list-style: none;
1706}
1707.nav > li {
1708 position: relative;
1709 display: block;
1710}
1711.nav > li > a {
1712 position: relative;
1713 display: block;
1714 padding: 10px 15px;
1715}
1716.nav > li > a:hover,
1717.nav > li > a:focus {
1718 text-decoration: none;
1719 background-color: #3e444c;
1720}
1721.nav > li.disabled > a {
1722 color: #7a8288;
1723}
1724.nav > li.disabled > a:hover,
1725.nav > li.disabled > a:focus {
1726 color: #7a8288;
1727 text-decoration: none;
1728 background-color: transparent;
1729 cursor: not-allowed;
1730}
6af4c584
MG
1731.nav > li > a > img {
1732 max-width: none;
1733}
6af4c584
MG
1734.nav-pills > li {
1735 float: left;
1736}
1737.nav-pills > li > a {
1738 border-radius: 4px;
1739}
1740.nav-pills > li + li {
1741 margin-left: 2px;
1742}
1743.nav-pills > li.active > a,
1744.nav-pills > li.active > a:hover,
1745.nav-pills > li.active > a:focus {
1746 color: #ffffff;
1747 background-color: transparent;
1748}
1749.nav-stacked > li {
1750 float: none;
1751}
1752.nav-stacked > li + li {
1753 margin-top: 2px;
1754 margin-left: 0;
1755}
1756.nav-justified {
1757 width: 100%;
1758}
1759.nav-justified > li {
1760 float: none;
1761}
1762.nav-justified > li > a {
1763 text-align: center;
1764 margin-bottom: 5px;
1765}
6af4c584
MG
1766@media (min-width: 768px) {
1767 .nav-justified > li {
1768 display: table-cell;
1769 width: 1%;
1770 }
1771 .nav-justified > li > a {
1772 margin-bottom: 0;
1773 }
1774}
6af4c584
MG
1775.pager {
1776 padding-left: 0;
1777 margin: 20px 0;
1778 list-style: none;
1779 text-align: center;
1780}
1781.pager li {
1782 display: inline;
1783}
1784.pager li > a,
1785.pager li > span {
1786 display: inline-block;
1787 padding: 5px 14px;
1788 background-color: #3a3f44;
1789 border: 1px solid rgba(0, 0, 0, 0.6);
1790 border-radius: 15px;
1791}
1792.pager li > a:hover,
1793.pager li > a:focus {
1794 text-decoration: none;
1795 background-color: transparent;
1796}
1797.pager .next > a,
1798.pager .next > span {
1799 float: right;
1800}
1801.pager .previous > a,
1802.pager .previous > span {
1803 float: left;
1804}
1805.pager .disabled > a,
1806.pager .disabled > a:hover,
1807.pager .disabled > a:focus,
1808.pager .disabled > span {
1809 color: #7a8288;
1810 background-color: #3a3f44;
1811 cursor: not-allowed;
1812}
df860157
MG
1813.alert {
1814 padding: 15px;
1815 margin-bottom: 20px;
1816 border: 1px solid transparent;
1817 border-radius: 4px;
1818}
1819.alert h4 {
1820 margin-top: 0;
1821 color: inherit;
1822}
1823.alert .alert-link {
1824 font-weight: bold;
1825}
1826.alert > p,
1827.alert > ul {
1828 margin-bottom: 0;
1829}
1830.alert > p + p {
1831 margin-top: 5px;
1832}
df860157
MG
1833.alert-success {
1834 background-color: #62c462;
1835 border-color: #62bd4f;
1836 color: #ffffff;
1837}
1838.alert-success hr {
1839 border-top-color: #55b142;
1840}
1841.alert-success .alert-link {
1842 color: #e6e6e6;
1843}
1844.alert-info {
1845 background-color: #5bc0de;
1846 border-color: #3dced8;
1847 color: #ffffff;
1848}
1849.alert-info hr {
1850 border-top-color: #2ac7d2;
1851}
1852.alert-info .alert-link {
1853 color: #e6e6e6;
1854}
1855.alert-warning {
1856 background-color: #f89406;
1857 border-color: #e96506;
1858 color: #ffffff;
1859}
1860.alert-warning hr {
1861 border-top-color: #d05a05;
1862}
1863.alert-warning .alert-link {
1864 color: #e6e6e6;
1865}
1866.alert-danger {
1867 background-color: #ee5f5b;
1868 border-color: #ed4d63;
1869 color: #ffffff;
1870}
1871.alert-danger hr {
1872 border-top-color: #ea364f;
1873}
1874.alert-danger .alert-link {
1875 color: #e6e6e6;
1876}
49026292
MG
1877.well {
1878 min-height: 20px;
1879 padding: 19px;
1880 margin-bottom: 20px;
1881 background-color: #1c1e22;
1882 border: 1px solid #0c0d0e;
1883 border-radius: 4px;
1884 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1885 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1886}
1887.well blockquote {
1888 border-color: #ddd;
1889 border-color: rgba(0, 0, 0, 0.15);
1890}
1891.well-lg {
1892 padding: 24px;
1893 border-radius: 6px;
1894}
1895.well-sm {
1896 padding: 9px;
1897 border-radius: 3px;
1898}
4eb5de10
MG
1899.close {
1900 float: right;
1901 font-size: 21px;
1902 font-weight: bold;
1903 line-height: 1;
1904 color: #000000;
1905 text-shadow: 0 1px 0 #ffffff;
1906 opacity: 0.2;
1907 filter: alpha(opacity=20);
1908}
1909.close:hover,
1910.close:focus {
1911 color: #000000;
1912 text-decoration: none;
1913 cursor: pointer;
1914 opacity: 0.5;
1915 filter: alpha(opacity=50);
1916}
1917button.close {
1918 padding: 0;
1919 cursor: pointer;
1920 background: transparent;
1921 border: 0;
1922 -webkit-appearance: none;
1923}
76c653f8
MG
1924.modal-open {
1925 overflow: hidden;
1926}
1927.modal {
1928 display: none;
1929 overflow: hidden;
1930 position: fixed;
1931 top: 0;
1932 right: 0;
1933 bottom: 0;
1934 left: 0;
1935 z-index: 1040;
1936 -webkit-overflow-scrolling: touch;
1937 outline: 0;
1938}
1939.modal.fade .modal-dialog {
1940 -webkit-transform: translate(0, -25%);
1941 -ms-transform: translate(0, -25%);
1942 -o-transform: translate(0, -25%);
1943 transform: translate(0, -25%);
1944 -webkit-transition: -webkit-transform 0.3s ease-out;
1945 -o-transition: -o-transform 0.3s ease-out;
1946 transition: transform 0.3s ease-out;
1947}
1948.modal.in .modal-dialog {
1949 -webkit-transform: translate(0, 0);
1950 -ms-transform: translate(0, 0);
1951 -o-transform: translate(0, 0);
1952 transform: translate(0, 0);
1953}
1954.modal-open .modal {
1955 overflow-x: hidden;
1956 overflow-y: auto;
1957}
1958.modal-dialog {
1959 position: relative;
1960 width: auto;
1961 margin: 10px;
1962}
1963.modal-content {
1964 position: relative;
1965 background-color: #2e3338;
1966 border: 1px solid #999999;
1967 border: 1px solid rgba(0, 0, 0, 0.2);
1968 border-radius: 6px;
1969 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1970 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1971 -webkit-background-clip: padding-box;
1972 background-clip: padding-box;
1973 outline: 0;
1974}
1975.modal-backdrop {
1976 position: absolute;
1977 top: 0;
1978 right: 0;
1979 left: 0;
1980 background-color: #000000;
1981}
1982.modal-backdrop.fade {
1983 opacity: 0;
1984 filter: alpha(opacity=0);
1985}
1986.modal-backdrop.in {
1987 opacity: 0.5;
1988 filter: alpha(opacity=50);
1989}
1990.modal-header {
1991 padding: 15px;
1992 border-bottom: 1px solid #1c1e22;
1993 min-height: 16.42857143px;
1994}
1995.modal-header .close {
1996 margin-top: -2px;
1997}
1998.modal-title {
1999 margin: 0;
2000 line-height: 1.42857143;
2001}
2002.modal-body {
2003 position: relative;
2004 padding: 20px;
2005}
2006.modal-footer {
2007 padding: 20px;
2008 text-align: right;
2009 border-top: 1px solid #1c1e22;
2010}
2011.modal-footer .btn + .btn {
2012 margin-left: 5px;
2013 margin-bottom: 0;
2014}
2015.modal-footer .btn-group .btn + .btn {
2016 margin-left: -1px;
2017}
2018.modal-footer .btn-block + .btn-block {
2019 margin-left: 0;
2020}
2021.modal-scrollbar-measure {
2022 position: absolute;
2023 top: -9999px;
2024 width: 50px;
2025 height: 50px;
2026 overflow: scroll;
2027}
2028@media (min-width: 768px) {
2029 .modal-dialog {
2030 width: 600px;
2031 margin: 30px auto;
2032 }
2033 .modal-content {
2034 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2035 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2036 }
2037 .modal-sm {
2038 width: 300px;
2039 }
2040}
2041@media (min-width: 992px) {
2042 .modal-lg {
2043 width: 900px;
2044 }
2045}
2046.clearfix:before,
2047.clearfix:after,
2048.dl-horizontal dd:before,
2049.dl-horizontal dd:after,
2050.container:before,
2051.container:after,
2052.container-fluid:before,
2053.container-fluid:after,
2054.row:before,
2055.row:after,
2056.form-horizontal .form-group:before,
2057.form-horizontal .form-group:after,
2058.nav:before,
2059.nav:after,
76c653f8
MG
2060.pager:before,
2061.pager:after,
2062.modal-footer:before,
2063.modal-footer:after {
2064 content: " ";
2065 display: table;
2066}
2067.clearfix:after,
2068.dl-horizontal dd:after,
2069.container:after,
2070.container-fluid:after,
2071.row:after,
2072.form-horizontal .form-group:after,
2073.nav:after,
76c653f8
MG
2074.pager:after,
2075.modal-footer:after {
2076 clear: both;
2077}
2078.center-block {
2079 display: block;
2080 margin-left: auto;
2081 margin-right: auto;
2082}
2083.pull-right {
2084 float: right !important;
2085}
2086.pull-left {
2087 float: left !important;
2088}
2089.hide {
2090 display: none !important;
2091}
2092.show {
2093 display: block !important;
2094}
2095.invisible {
2096 visibility: hidden;
2097}
2098.text-hide {
2099 font: 0/0 a;
2100 color: transparent;
2101 text-shadow: none;
2102 background-color: transparent;
2103 border: 0;
2104}
2105.hidden {
2106 display: none !important;
2107 visibility: hidden !important;
2108}
2109.affix {
2110 position: fixed;
2111}
6af4c584
MG
2112.navbar {
2113 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2114 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2115 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2116 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2117 background-repeat: no-repeat;
2118 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2119 -webkit-filter: none;
2120 filter: none;
6af4c584
MG
2121 border: 1px solid rgba(0, 0, 0, 0.6);
2122 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2123}
2124.navbar-inverse {
2125 background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
76c653f8
MG
2126 background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
2127 background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
6af4c584
MG
2128 background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
2129 background-repeat: no-repeat;
2130 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
76c653f8
MG
2131 -webkit-filter: none;
2132 filter: none;
2133}
2134.navbar-inverse .badge {
2135 background-color: #5d6368;
6af4c584
MG
2136}
2137.navbar-nav > li > a {
2138 border-right: 1px solid rgba(0, 0, 0, 0.2);
2139 border-left: 1px solid rgba(255, 255, 255, 0.1);
2140}
2141.navbar-nav > li > a:hover {
2142 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2143 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2144 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2145 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2146 background-repeat: no-repeat;
2147 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2148 -webkit-filter: none;
2149 filter: none;
6af4c584
MG
2150 border-left-color: transparent;
2151}
2152.navbar .nav .open > a {
2153 border-color: transparent;
2154}
2155.navbar-nav > li.active > a {
2156 border-left-color: transparent;
2157}
2158.navbar-form {
2159 margin-left: 5px;
2160 margin-right: 5px;
2161}
2162.btn,
2163.btn:hover {
2164 border-color: rgba(0, 0, 0, 0.6);
2165 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2166}
2167.btn-default {
2168 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2169 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2170 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2171 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2172 background-repeat: no-repeat;
2173 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2174 -webkit-filter: none;
2175 filter: none;
6af4c584
MG
2176}
2177.btn-default:hover {
2178 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2179 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2180 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2181 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2182 background-repeat: no-repeat;
2183 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2184 -webkit-filter: none;
2185 filter: none;
6af4c584
MG
2186}
2187.btn-primary {
2188 background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
76c653f8
MG
2189 background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
2190 background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
6af4c584
MG
2191 background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
2192 background-repeat: no-repeat;
2193 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
76c653f8
MG
2194 -webkit-filter: none;
2195 filter: none;
6af4c584
MG
2196}
2197.btn-primary:hover {
2198 background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62);
76c653f8
MG
2199 background-image: -o-linear-gradient(#404448, #4e5458 40%, #585e62);
2200 background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#585e62));
6af4c584
MG
2201 background-image: linear-gradient(#404448, #4e5458 40%, #585e62);
2202 background-repeat: no-repeat;
2203 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0);
76c653f8
MG
2204 -webkit-filter: none;
2205 filter: none;
6af4c584
MG
2206}
2207.btn-success {
2208 background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
76c653f8
MG
2209 background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
2210 background-image: -webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53));
6af4c584
MG
2211 background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
2212 background-repeat: no-repeat;
2213 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
76c653f8
MG
2214 -webkit-filter: none;
2215 filter: none;
6af4c584
MG
2216}
2217.btn-success:hover {
2218 background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
76c653f8
MG
2219 background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
2220 background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d));
6af4c584
MG
2221 background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
2222 background-repeat: no-repeat;
2223 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
76c653f8
MG
2224 -webkit-filter: none;
2225 filter: none;
6af4c584
MG
2226}
2227.btn-info {
2228 background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
76c653f8
MG
2229 background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
2230 background-image: -webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db));
6af4c584
MG
2231 background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
2232 background-repeat: no-repeat;
2233 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
76c653f8
MG
2234 -webkit-filter: none;
2235 filter: none;
6af4c584
MG
2236}
2237.btn-info:hover {
2238 background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
76c653f8
MG
2239 background-image: -o-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
2240 background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9));
6af4c584
MG
2241 background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
2242 background-repeat: no-repeat;
2243 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
76c653f8
MG
2244 -webkit-filter: none;
2245 filter: none;
6af4c584
MG
2246}
2247.btn-warning {
2248 background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
76c653f8
MG
2249 background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806);
2250 background-image: -webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806));
6af4c584
MG
2251 background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
2252 background-repeat: no-repeat;
2253 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
76c653f8
MG
2254 -webkit-filter: none;
2255 filter: none;
6af4c584
MG
2256}
2257.btn-warning:hover {
2258 background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
76c653f8
MG
2259 background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
2260 background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04));
6af4c584
MG
2261 background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
2262 background-repeat: no-repeat;
2263 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
76c653f8
MG
2264 -webkit-filter: none;
2265 filter: none;
6af4c584
MG
2266}
2267.btn-danger {
2268 background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
76c653f8
MG
2269 background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
2270 background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));
6af4c584
MG
2271 background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
2272 background-repeat: no-repeat;
2273 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
76c653f8
MG
2274 -webkit-filter: none;
2275 filter: none;
6af4c584
MG
2276}
2277.btn-danger:hover {
2278 background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
76c653f8
MG
2279 background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
2280 background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a));
6af4c584
MG
2281 background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
2282 background-repeat: no-repeat;
2283 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
76c653f8
MG
2284 -webkit-filter: none;
2285 filter: none;
6af4c584
MG
2286}
2287.btn-link,
2288.btn-link:hover {
2289 border-color: transparent;
2290}
2291h1,
2292h2,
2293h3,
2294h4,
2295h5,
2296h6 {
2297 text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
2298}
2299.text-primary,
2300.text-primary:hover {
2301 color: #7a8288;
2302}
2303.text-success,
2304.text-success:hover {
2305 color: #62c462;
2306}
2307.text-danger,
2308.text-danger:hover {
2309 color: #ee5f5b;
2310}
2311.text-warning,
2312.text-warning:hover {
2313 color: #f89406;
2314}
2315.text-info,
2316.text-info:hover {
2317 color: #5bc0de;
2318}
76c653f8
MG
2319.table .success,
2320.table .warning,
2321.table .danger,
2322.table .info {
6af4c584
MG
2323 color: #fff;
2324}
2325.table-bordered tbody tr.success td,
2326.table-bordered tbody tr.warning td,
2327.table-bordered tbody tr.danger td,
2328.table-bordered tbody tr.success:hover td,
2329.table-bordered tbody tr.warning:hover td,
2330.table-bordered tbody tr.danger:hover td {
2331 border-color: #1c1e22;
2332}
2333.table-responsive > .table {
2334 background-color: #2e3338;
2335}
76c653f8
MG
2336input,
2337textarea {
2338 color: #272b30;
2339}
6af4c584 2340.has-warning .help-block,
76c653f8
MG
2341.has-warning .control-label,
2342.has-warning .form-control-feedback {
6af4c584
MG
2343 color: #f89406;
2344}
2345.has-warning .form-control,
2346.has-warning .form-control:focus {
2347 border-color: #f89406;
2348}
76c653f8
MG
2349.has-warning .input-group-addon {
2350 background-color: #272b30;
2351 border: none;
2352}
6af4c584 2353.has-error .help-block,
76c653f8
MG
2354.has-error .control-label,
2355.has-error .form-control-feedback {
6af4c584
MG
2356 color: #ee5f5b;
2357}
2358.has-error .form-control,
2359.has-error .form-control:focus {
2360 border-color: #ee5f5b;
2361}
76c653f8
MG
2362.has-error .input-group-addon {
2363 background-color: #272b30;
2364 border: none;
2365}
6af4c584 2366.has-success .help-block,
76c653f8
MG
2367.has-success .control-label,
2368.has-success .form-control-feedback {
6af4c584
MG
2369 color: #62c462;
2370}
2371.has-success .form-control,
2372.has-success .form-control:focus {
2373 border-color: #62c462;
2374}
76c653f8
MG
2375.has-success .input-group-addon {
2376 background-color: #272b30;
2377 border: none;
2378}
6af4c584
MG
2379legend {
2380 color: #fff;
2381}
2382.input-group-addon {
2383 border-color: rgba(0, 0, 0, 0.6);
2384 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2385 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2386 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2387 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2388 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2389 background-repeat: no-repeat;
2390 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2391 -webkit-filter: none;
2392 filter: none;
6af4c584
MG
2393 color: #ffffff;
2394}
2395.nav .open > a,
2396.nav .open > a:hover,
2397.nav .open > a:focus {
2398 border-color: rgba(0, 0, 0, 0.6);
2399}
2400.nav-pills > li > a {
2401 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2402 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2403 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2404 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2405 background-repeat: no-repeat;
2406 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2407 -webkit-filter: none;
2408 filter: none;
6af4c584
MG
2409 border: 1px solid rgba(0, 0, 0, 0.6);
2410 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2411}
2412.nav-pills > li > a:hover {
2413 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2414 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2415 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2416 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2417 background-repeat: no-repeat;
2418 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2419 -webkit-filter: none;
2420 filter: none;
6af4c584
MG
2421 border: 1px solid rgba(0, 0, 0, 0.6);
2422}
2423.nav-pills > li.active > a,
2424.nav-pills > li.active > a:hover {
2425 background-color: none;
2426 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2427 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2428 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2429 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2430 background-repeat: no-repeat;
2431 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2432 -webkit-filter: none;
2433 filter: none;
6af4c584
MG
2434 border: 1px solid rgba(0, 0, 0, 0.6);
2435}
2436.nav-pills > li.disabled > a,
2437.nav-pills > li.disabled > a:hover {
2438 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2439 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2440 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2441 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2442 background-repeat: no-repeat;
2443 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2444 -webkit-filter: none;
2445 filter: none;
6af4c584 2446}
76c653f8
MG
2447.pagination > li > a,
2448.pagination > li > span {
6af4c584
MG
2449 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2450 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2451 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2452 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2453 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2454 background-repeat: no-repeat;
2455 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2456 -webkit-filter: none;
2457 filter: none;
6af4c584 2458}
76c653f8
MG
2459.pagination > li > a:hover,
2460.pagination > li > span:hover {
6af4c584 2461 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2462 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2463 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2464 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2465 background-repeat: no-repeat;
2466 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2467 -webkit-filter: none;
2468 filter: none;
6af4c584 2469}
76c653f8
MG
2470.pagination > li.active > a,
2471.pagination > li.active > span {
6af4c584 2472 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2473 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2474 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2475 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2476 background-repeat: no-repeat;
2477 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2478 -webkit-filter: none;
2479 filter: none;
6af4c584
MG
2480}
2481.pagination > li.disabled > a,
76c653f8
MG
2482.pagination > li.disabled > a:hover,
2483.pagination > li.disabled > span,
2484.pagination > li.disabled > span:hover {
6af4c584
MG
2485 background-color: transparent;
2486 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2487 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2488 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2489 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2490 background-repeat: no-repeat;
2491 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2492 -webkit-filter: none;
2493 filter: none;
6af4c584
MG
2494}
2495.pager > li > a {
2496 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2497 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2498 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2499 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2500 background-repeat: no-repeat;
2501 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2502 -webkit-filter: none;
2503 filter: none;
6af4c584
MG
2504 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2505}
2506.pager > li > a:hover {
2507 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
76c653f8
MG
2508 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2509 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
6af4c584
MG
2510 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2511 background-repeat: no-repeat;
2512 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
76c653f8
MG
2513 -webkit-filter: none;
2514 filter: none;
6af4c584
MG
2515}
2516.pager > li.disabled > a,
2517.pager > li.disabled > a:hover {
2518 background-color: transparent;
2519 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2520 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2521 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2522 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2523 background-repeat: no-repeat;
2524 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2525 -webkit-filter: none;
2526 filter: none;
6af4c584
MG
2527}
2528.breadcrumb {
2529 border: 1px solid rgba(0, 0, 0, 0.6);
2530 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2531 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
76c653f8
MG
2532 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2533 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
6af4c584
MG
2534 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2535 background-repeat: no-repeat;
2536 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
76c653f8
MG
2537 -webkit-filter: none;
2538 filter: none;
6af4c584
MG
2539}
2540.alert .alert-link,
2541.alert a {
2542 color: #fff;
2543 text-decoration: underline;
2544}
76c653f8
MG
2545.alert .close {
2546 color: #000000;
2547 text-decoration: none;
6af4c584 2548}
76c653f8
MG
2549a.thumbnail:hover,
2550a.thumbnail:focus,
2551a.thumbnail.active {
2552 border-color: #0c0d0e;
6af4c584 2553}
76c653f8
MG
2554a.list-group-item.active,
2555a.list-group-item.active:hover,
2556a.list-group-item.active:focus {
2557 border-color: rgba(0, 0, 0, 0.6);
6af4c584 2558}
76c653f8
MG
2559a.list-group-item-success.active {
2560 background-color: #62c462;
6af4c584 2561}
76c653f8
MG
2562a.list-group-item-success.active:hover,
2563a.list-group-item-success.active:focus {
2564 background-color: #4fbd4f;
6af4c584 2565}
76c653f8
MG
2566a.list-group-item-warning.active {
2567 background-color: #f89406;
6af4c584 2568}
76c653f8
MG
2569a.list-group-item-warning.active:hover,
2570a.list-group-item-warning.active:focus {
2571 background-color: #df8505;
6af4c584 2572}
76c653f8
MG
2573a.list-group-item-danger.active {
2574 background-color: #ee5f5b;
6af4c584 2575}
76c653f8
MG
2576a.list-group-item-danger.active:hover,
2577a.list-group-item-danger.active:focus {
2578 background-color: #ec4844;
6af4c584 2579}
76c653f8
MG
2580.jumbotron {
2581 border: 1px solid rgba(0, 0, 0, 0.6);
6af4c584 2582}
76c653f8
MG
2583.panel-primary .panel-heading,
2584.panel-success .panel-heading,
2585.panel-danger .panel-heading,
2586.panel-warning .panel-heading,
2587.panel-info .panel-heading {
2588 border-color: #000;
6af4c584 2589}
This page took 0.169594 seconds and 4 git commands to generate.