Remove some useless styles
[plack-app-gruntmaster.git] / css / themes / slate.css
... / ...
CommitLineData
1/*!
2 * bootswatch v3.3.4
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: 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;
328 background-color: #1c1e22;
329 border: 1px solid #0c0d0e;
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: 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}
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: 500;
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: #7a8288;
413}
414h1,
415.h1,
416h2,
417.h2,
418h3,
419.h3 {
420 margin-top: 20px;
421 margin-bottom: 10px;
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: 10px;
444 margin-bottom: 10px;
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: 36px;
463}
464h2,
465.h2 {
466 font-size: 30px;
467}
468h3,
469.h3 {
470 font-size: 24px;
471}
472h4,
473.h4 {
474 font-size: 18px;
475}
476h5,
477.h5 {
478 font-size: 14px;
479}
480h6,
481.h6 {
482 font-size: 12px;
483}
484p {
485 margin: 0 0 10px;
486}
487.lead {
488 margin-bottom: 20px;
489 font-size: 16px;
490 font-weight: 300;
491 line-height: 1.4;
492}
493@media (min-width: 768px) {
494 .lead {
495 font-size: 21px;
496 }
497}
498small,
499.small {
500 font-size: 85%;
501}
502mark,
503.mark {
504 background-color: #f89406;
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: #7a8288;
533}
534.text-primary {
535 color: #7a8288;
536}
537a.text-primary:hover {
538 color: #62686d;
539}
540.text-success {
541 color: #ffffff;
542}
543a.text-success:hover {
544 color: #e6e6e6;
545}
546.text-info {
547 color: #ffffff;
548}
549a.text-info:hover {
550 color: #e6e6e6;
551}
552.text-warning {
553 color: #ffffff;
554}
555a.text-warning:hover {
556 color: #e6e6e6;
557}
558.text-danger {
559 color: #ffffff;
560}
561a.text-danger:hover {
562 color: #e6e6e6;
563}
564.bg-primary {
565 color: #fff;
566 background-color: #7a8288;
567}
568a.bg-primary:hover {
569 background-color: #62686d;
570}
571.bg-success {
572 background-color: #62c462;
573}
574a.bg-success:hover {
575 background-color: #42b142;
576}
577.bg-info {
578 background-color: #5bc0de;
579}
580a.bg-info:hover {
581 background-color: #31b0d5;
582}
583.bg-warning {
584 background-color: #f89406;
585}
586a.bg-warning:hover {
587 background-color: #c67605;
588}
589.bg-danger {
590 background-color: #ee5f5b;
591}
592a.bg-danger:hover {
593 background-color: #e9322d;
594}
595.page-header {
596 padding-bottom: 9px;
597 margin: 40px 0 20px;
598 border-bottom: 1px solid #1c1e22;
599}
600ul,
601ol {
602 margin-top: 0;
603 margin-bottom: 10px;
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: 20px;
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 #7a8288;
657}
658.initialism {
659 font-size: 90%;
660 text-transform: uppercase;
661}
662blockquote {
663 padding: 10px 20px;
664 margin: 0 0 20px;
665 font-size: 17.5px;
666 border-left: 5px solid #7a8288;
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: #7a8288;
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 #7a8288;
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: 20px;
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: 9.5px;
747 margin: 0 0 10px;
748 font-size: 13px;
749 line-height: 1.42857143;
750 word-break: break-all;
751 word-wrap: break-word;
752 color: #3a3f44;
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: #2e3338;
839}
840caption {
841 padding-top: 8px;
842 padding-bottom: 8px;
843 color: #7a8288;
844 text-align: left;
845}
846th {
847 text-align: left;
848}
849.table {
850 width: 100%;
851 max-width: 100%;
852 margin-bottom: 20px;
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 #1c1e22;
864}
865.table > thead > tr > th {
866 vertical-align: bottom;
867 border-bottom: 2px solid #1c1e22;
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 #1c1e22;
879}
880.table .table {
881 background-color: #272b30;
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 #1c1e22;
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 #1c1e22;
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: #353a41;
908}
909.table-hover > tbody > tr:hover {
910 background-color: #49515a;
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: #5bc0de;
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: #46b8da;
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: #f89406;
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: #df8505;
964}
965fieldset {
966 padding: 0;
967 margin: 0;
968 border: 0;
969 min-width: 0;
970}
971legend {
972 display: block;
973 width: 100%;
974 padding: 0;
975 margin-bottom: 20px;
976 font-size: 21px;
977 line-height: inherit;
978 color: #c8c8c8;
979 border: 0;
980 border-bottom: 1px solid #1c1e22;
981}
982label {
983 display: inline-block;
984 max-width: 100%;
985 margin-bottom: 5px;
986 font-weight: bold;
987}
988input[type="search"] {
989 -webkit-box-sizing: border-box;
990 -moz-box-sizing: border-box;
991 box-sizing: border-box;
992}
993input[type="radio"],
994input[type="checkbox"] {
995 margin: 4px 0 0;
996 margin-top: 1px \9;
997 line-height: normal;
998}
999input[type="file"] {
1000 display: block;
1001}
1002input[type="range"] {
1003 display: block;
1004 width: 100%;
1005}
1006select[multiple],
1007select[size] {
1008 height: auto;
1009}
1010input[type="file"]:focus,
1011input[type="radio"]:focus,
1012input[type="checkbox"]:focus {
1013 outline: thin dotted;
1014 outline: 5px auto -webkit-focus-ring-color;
1015 outline-offset: -2px;
1016}
1017output {
1018 display: block;
1019 padding-top: 9px;
1020 font-size: 14px;
1021 line-height: 1.42857143;
1022 color: #272b30;
1023}
1024.form-control {
1025 display: block;
1026 width: 100%;
1027 height: 38px;
1028 padding: 8px 12px;
1029 font-size: 14px;
1030 line-height: 1.42857143;
1031 color: #272b30;
1032 background-color: #ffffff;
1033 background-image: none;
1034 border: 1px solid #cccccc;
1035 border-radius: 4px;
1036 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1037 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1038 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
1039 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1040 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1041}
1042.form-control:focus {
1043 border-color: #66afe9;
1044 outline: 0;
1045 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1046 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1047}
1048.form-control::-moz-placeholder {
1049 color: #7a8288;
1050 opacity: 1;
1051}
1052.form-control:-ms-input-placeholder {
1053 color: #7a8288;
1054}
1055.form-control::-webkit-input-placeholder {
1056 color: #7a8288;
1057}
1058.form-control[disabled],
1059.form-control[readonly],
1060fieldset[disabled] .form-control {
1061 background-color: #999999;
1062 opacity: 1;
1063}
1064.form-control[disabled],
1065fieldset[disabled] .form-control {
1066 cursor: not-allowed;
1067}
1068textarea.form-control {
1069 height: auto;
1070}
1071input[type="search"] {
1072 -webkit-appearance: none;
1073}
1074@media screen and (-webkit-min-device-pixel-ratio: 0) {
1075 input[type="date"],
1076 input[type="time"],
1077 input[type="datetime-local"],
1078 input[type="month"] {
1079 line-height: 38px;
1080 }
1081 input[type="date"].input-sm,
1082 input[type="time"].input-sm,
1083 input[type="datetime-local"].input-sm,
1084 input[type="month"].input-sm,
1085 .input-group-sm input[type="date"],
1086 .input-group-sm input[type="time"],
1087 .input-group-sm input[type="datetime-local"],
1088 .input-group-sm input[type="month"] {
1089 line-height: 30px;
1090 }
1091 input[type="date"].input-lg,
1092 input[type="time"].input-lg,
1093 input[type="datetime-local"].input-lg,
1094 input[type="month"].input-lg,
1095 .input-group-lg input[type="date"],
1096 .input-group-lg input[type="time"],
1097 .input-group-lg input[type="datetime-local"],
1098 .input-group-lg input[type="month"] {
1099 line-height: 54px;
1100 }
1101}
1102.form-group {
1103 margin-bottom: 15px;
1104}
1105.radio,
1106.checkbox {
1107 position: relative;
1108 display: block;
1109 margin-top: 10px;
1110 margin-bottom: 10px;
1111}
1112.radio label,
1113.checkbox label {
1114 min-height: 20px;
1115 padding-left: 20px;
1116 margin-bottom: 0;
1117 font-weight: normal;
1118 cursor: pointer;
1119}
1120.radio input[type="radio"],
1121.radio-inline input[type="radio"],
1122.checkbox input[type="checkbox"],
1123.checkbox-inline input[type="checkbox"] {
1124 position: absolute;
1125 margin-left: -20px;
1126 margin-top: 4px \9;
1127}
1128.radio + .radio,
1129.checkbox + .checkbox {
1130 margin-top: -5px;
1131}
1132.radio-inline,
1133.checkbox-inline {
1134 position: relative;
1135 display: inline-block;
1136 padding-left: 20px;
1137 margin-bottom: 0;
1138 vertical-align: middle;
1139 font-weight: normal;
1140 cursor: pointer;
1141}
1142.radio-inline + .radio-inline,
1143.checkbox-inline + .checkbox-inline {
1144 margin-top: 0;
1145 margin-left: 10px;
1146}
1147input[type="radio"][disabled],
1148input[type="checkbox"][disabled],
1149input[type="radio"].disabled,
1150input[type="checkbox"].disabled,
1151fieldset[disabled] input[type="radio"],
1152fieldset[disabled] input[type="checkbox"] {
1153 cursor: not-allowed;
1154}
1155.radio-inline.disabled,
1156.checkbox-inline.disabled,
1157fieldset[disabled] .radio-inline,
1158fieldset[disabled] .checkbox-inline {
1159 cursor: not-allowed;
1160}
1161.radio.disabled label,
1162.checkbox.disabled label,
1163fieldset[disabled] .radio label,
1164fieldset[disabled] .checkbox label {
1165 cursor: not-allowed;
1166}
1167.form-control-static {
1168 padding-top: 9px;
1169 padding-bottom: 9px;
1170 margin-bottom: 0;
1171 min-height: 34px;
1172}
1173.form-control-static.input-lg,
1174.form-control-static.input-sm {
1175 padding-left: 0;
1176 padding-right: 0;
1177}
1178.btn {
1179 display: inline-block;
1180 margin-bottom: 0;
1181 font-weight: normal;
1182 text-align: center;
1183 vertical-align: middle;
1184 -ms-touch-action: manipulation;
1185 touch-action: manipulation;
1186 cursor: pointer;
1187 background-image: none;
1188 border: 1px solid transparent;
1189 white-space: nowrap;
1190 padding: 8px 12px;
1191 font-size: 14px;
1192 line-height: 1.42857143;
1193 border-radius: 4px;
1194 -webkit-user-select: none;
1195 -moz-user-select: none;
1196 -ms-user-select: none;
1197 user-select: none;
1198}
1199.btn:focus,
1200.btn:active:focus,
1201.btn.active:focus,
1202.btn.focus,
1203.btn:active.focus,
1204.btn.active.focus {
1205 outline: thin dotted;
1206 outline: 5px auto -webkit-focus-ring-color;
1207 outline-offset: -2px;
1208}
1209.btn:hover,
1210.btn:focus,
1211.btn.focus {
1212 color: #ffffff;
1213 text-decoration: none;
1214}
1215.btn:active,
1216.btn.active {
1217 outline: 0;
1218 background-image: none;
1219 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1220 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1221}
1222.btn.disabled,
1223.btn[disabled],
1224fieldset[disabled] .btn {
1225 cursor: not-allowed;
1226 pointer-events: none;
1227 opacity: 0.65;
1228 filter: alpha(opacity=65);
1229 -webkit-box-shadow: none;
1230 box-shadow: none;
1231}
1232.btn-default {
1233 color: #ffffff;
1234 background-color: #3a3f44;
1235 border-color: #3a3f44;
1236}
1237.btn-default:hover,
1238.btn-default:focus,
1239.btn-default.focus,
1240.btn-default:active,
1241.btn-default.active,
1242.open > .dropdown-toggle.btn-default {
1243 color: #ffffff;
1244 background-color: #232628;
1245 border-color: #1e2023;
1246}
1247.btn-default:active,
1248.btn-default.active,
1249.open > .dropdown-toggle.btn-default {
1250 background-image: none;
1251}
1252.btn-default.disabled,
1253.btn-default[disabled],
1254fieldset[disabled] .btn-default,
1255.btn-default.disabled:hover,
1256.btn-default[disabled]:hover,
1257fieldset[disabled] .btn-default:hover,
1258.btn-default.disabled:focus,
1259.btn-default[disabled]:focus,
1260fieldset[disabled] .btn-default:focus,
1261.btn-default.disabled.focus,
1262.btn-default[disabled].focus,
1263fieldset[disabled] .btn-default.focus,
1264.btn-default.disabled:active,
1265.btn-default[disabled]:active,
1266fieldset[disabled] .btn-default:active,
1267.btn-default.disabled.active,
1268.btn-default[disabled].active,
1269fieldset[disabled] .btn-default.active {
1270 background-color: #3a3f44;
1271 border-color: #3a3f44;
1272}
1273.btn-default .badge {
1274 color: #3a3f44;
1275 background-color: #ffffff;
1276}
1277.btn-primary {
1278 color: #ffffff;
1279 background-color: #7a8288;
1280 border-color: #7a8288;
1281}
1282.btn-primary:hover,
1283.btn-primary:focus,
1284.btn-primary.focus,
1285.btn-primary:active,
1286.btn-primary.active,
1287.open > .dropdown-toggle.btn-primary {
1288 color: #ffffff;
1289 background-color: #62686d;
1290 border-color: #5d6368;
1291}
1292.btn-primary:active,
1293.btn-primary.active,
1294.open > .dropdown-toggle.btn-primary {
1295 background-image: none;
1296}
1297.btn-primary.disabled,
1298.btn-primary[disabled],
1299fieldset[disabled] .btn-primary,
1300.btn-primary.disabled:hover,
1301.btn-primary[disabled]:hover,
1302fieldset[disabled] .btn-primary:hover,
1303.btn-primary.disabled:focus,
1304.btn-primary[disabled]:focus,
1305fieldset[disabled] .btn-primary:focus,
1306.btn-primary.disabled.focus,
1307.btn-primary[disabled].focus,
1308fieldset[disabled] .btn-primary.focus,
1309.btn-primary.disabled:active,
1310.btn-primary[disabled]:active,
1311fieldset[disabled] .btn-primary:active,
1312.btn-primary.disabled.active,
1313.btn-primary[disabled].active,
1314fieldset[disabled] .btn-primary.active {
1315 background-color: #7a8288;
1316 border-color: #7a8288;
1317}
1318.btn-primary .badge {
1319 color: #7a8288;
1320 background-color: #ffffff;
1321}
1322.btn-link {
1323 color: #ffffff;
1324 font-weight: normal;
1325 border-radius: 0;
1326}
1327.btn-link,
1328.btn-link:active,
1329.btn-link.active,
1330.btn-link[disabled],
1331fieldset[disabled] .btn-link {
1332 background-color: transparent;
1333 -webkit-box-shadow: none;
1334 box-shadow: none;
1335}
1336.btn-link,
1337.btn-link:hover,
1338.btn-link:focus,
1339.btn-link:active {
1340 border-color: transparent;
1341}
1342.btn-link:hover,
1343.btn-link:focus {
1344 color: #ffffff;
1345 text-decoration: underline;
1346 background-color: transparent;
1347}
1348.btn-link[disabled]:hover,
1349fieldset[disabled] .btn-link:hover,
1350.btn-link[disabled]:focus,
1351fieldset[disabled] .btn-link:focus {
1352 color: #7a8288;
1353 text-decoration: none;
1354}
1355.btn-lg {
1356 padding: 14px 16px;
1357 font-size: 18px;
1358 line-height: 1.3333333;
1359 border-radius: 6px;
1360}
1361.btn-sm {
1362 padding: 5px 10px;
1363 font-size: 12px;
1364 line-height: 1.5;
1365 border-radius: 3px;
1366}
1367.btn-xs {
1368 padding: 1px 5px;
1369 font-size: 12px;
1370 line-height: 1.5;
1371 border-radius: 3px;
1372}
1373.btn-block {
1374 display: block;
1375 width: 100%;
1376}
1377.btn-block + .btn-block {
1378 margin-top: 5px;
1379}
1380input[type="submit"].btn-block,
1381input[type="reset"].btn-block,
1382input[type="button"].btn-block {
1383 width: 100%;
1384}
1385.fade {
1386 opacity: 0;
1387 -webkit-transition: opacity 0.15s linear;
1388 -o-transition: opacity 0.15s linear;
1389 transition: opacity 0.15s linear;
1390}
1391.fade.in {
1392 opacity: 1;
1393}
1394.collapse {
1395 display: none;
1396}
1397.collapse.in {
1398 display: block;
1399}
1400tr.collapse.in {
1401 display: table-row;
1402}
1403tbody.collapse.in {
1404 display: table-row-group;
1405}
1406.collapsing {
1407 position: relative;
1408 height: 0;
1409 overflow: hidden;
1410 -webkit-transition-property: height, visibility;
1411 -o-transition-property: height, visibility;
1412 transition-property: height, visibility;
1413 -webkit-transition-duration: 0.35s;
1414 -o-transition-duration: 0.35s;
1415 transition-duration: 0.35s;
1416 -webkit-transition-timing-function: ease;
1417 -o-transition-timing-function: ease;
1418 transition-timing-function: ease;
1419}
1420.nav {
1421 margin-bottom: 0;
1422 padding-left: 0;
1423 list-style: none;
1424}
1425.nav > li {
1426 position: relative;
1427 display: block;
1428}
1429.nav > li > a {
1430 position: relative;
1431 display: block;
1432 padding: 10px 15px;
1433}
1434.nav > li > a:hover,
1435.nav > li > a:focus {
1436 text-decoration: none;
1437 background-color: #3e444c;
1438}
1439.nav > li.disabled > a {
1440 color: #7a8288;
1441}
1442.nav > li.disabled > a:hover,
1443.nav > li.disabled > a:focus {
1444 color: #7a8288;
1445 text-decoration: none;
1446 background-color: transparent;
1447 cursor: not-allowed;
1448}
1449.nav > li > a > img {
1450 max-width: none;
1451}
1452.nav-pills > li {
1453 float: left;
1454}
1455.nav-pills > li > a {
1456 border-radius: 4px;
1457}
1458.nav-pills > li + li {
1459 margin-left: 2px;
1460}
1461.nav-pills > li.active > a,
1462.nav-pills > li.active > a:hover,
1463.nav-pills > li.active > a:focus {
1464 color: #ffffff;
1465 background-color: transparent;
1466}
1467.nav-stacked > li {
1468 float: none;
1469}
1470.nav-stacked > li + li {
1471 margin-top: 2px;
1472 margin-left: 0;
1473}
1474.nav-justified {
1475 width: 100%;
1476}
1477.nav-justified > li {
1478 float: none;
1479}
1480.nav-justified > li > a {
1481 text-align: center;
1482 margin-bottom: 5px;
1483}
1484@media (min-width: 768px) {
1485 .nav-justified > li {
1486 display: table-cell;
1487 width: 1%;
1488 }
1489 .nav-justified > li > a {
1490 margin-bottom: 0;
1491 }
1492}
1493.pager {
1494 padding-left: 0;
1495 margin: 20px 0;
1496 list-style: none;
1497 text-align: center;
1498}
1499.pager li {
1500 display: inline;
1501}
1502.pager li > a,
1503.pager li > span {
1504 display: inline-block;
1505 padding: 5px 14px;
1506 background-color: #3a3f44;
1507 border: 1px solid rgba(0, 0, 0, 0.6);
1508 border-radius: 15px;
1509}
1510.pager li > a:hover,
1511.pager li > a:focus {
1512 text-decoration: none;
1513 background-color: transparent;
1514}
1515.pager .next > a,
1516.pager .next > span {
1517 float: right;
1518}
1519.pager .previous > a,
1520.pager .previous > span {
1521 float: left;
1522}
1523.pager .disabled > a,
1524.pager .disabled > a:hover,
1525.pager .disabled > a:focus,
1526.pager .disabled > span {
1527 color: #7a8288;
1528 background-color: #3a3f44;
1529 cursor: not-allowed;
1530}
1531.alert {
1532 padding: 15px;
1533 margin-bottom: 20px;
1534 border: 1px solid transparent;
1535 border-radius: 4px;
1536}
1537.alert h4 {
1538 margin-top: 0;
1539 color: inherit;
1540}
1541.alert .alert-link {
1542 font-weight: bold;
1543}
1544.alert > p,
1545.alert > ul {
1546 margin-bottom: 0;
1547}
1548.alert > p + p {
1549 margin-top: 5px;
1550}
1551.alert-success {
1552 background-color: #62c462;
1553 border-color: #62bd4f;
1554 color: #ffffff;
1555}
1556.alert-success hr {
1557 border-top-color: #55b142;
1558}
1559.alert-success .alert-link {
1560 color: #e6e6e6;
1561}
1562.alert-info {
1563 background-color: #5bc0de;
1564 border-color: #3dced8;
1565 color: #ffffff;
1566}
1567.alert-info hr {
1568 border-top-color: #2ac7d2;
1569}
1570.alert-info .alert-link {
1571 color: #e6e6e6;
1572}
1573.alert-warning {
1574 background-color: #f89406;
1575 border-color: #e96506;
1576 color: #ffffff;
1577}
1578.alert-warning hr {
1579 border-top-color: #d05a05;
1580}
1581.alert-warning .alert-link {
1582 color: #e6e6e6;
1583}
1584.alert-danger {
1585 background-color: #ee5f5b;
1586 border-color: #ed4d63;
1587 color: #ffffff;
1588}
1589.alert-danger hr {
1590 border-top-color: #ea364f;
1591}
1592.alert-danger .alert-link {
1593 color: #e6e6e6;
1594}
1595.well {
1596 min-height: 20px;
1597 padding: 19px;
1598 margin-bottom: 20px;
1599 background-color: #1c1e22;
1600 border: 1px solid #0c0d0e;
1601 border-radius: 4px;
1602 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1603 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1604}
1605.well blockquote {
1606 border-color: #ddd;
1607 border-color: rgba(0, 0, 0, 0.15);
1608}
1609.well-lg {
1610 padding: 24px;
1611 border-radius: 6px;
1612}
1613.well-sm {
1614 padding: 9px;
1615 border-radius: 3px;
1616}
1617.close {
1618 float: right;
1619 font-size: 21px;
1620 font-weight: bold;
1621 line-height: 1;
1622 color: #000000;
1623 text-shadow: 0 1px 0 #ffffff;
1624 opacity: 0.2;
1625 filter: alpha(opacity=20);
1626}
1627.close:hover,
1628.close:focus {
1629 color: #000000;
1630 text-decoration: none;
1631 cursor: pointer;
1632 opacity: 0.5;
1633 filter: alpha(opacity=50);
1634}
1635button.close {
1636 padding: 0;
1637 cursor: pointer;
1638 background: transparent;
1639 border: 0;
1640 -webkit-appearance: none;
1641}
1642.modal-open {
1643 overflow: hidden;
1644}
1645.modal {
1646 display: none;
1647 overflow: hidden;
1648 position: fixed;
1649 top: 0;
1650 right: 0;
1651 bottom: 0;
1652 left: 0;
1653 z-index: 1050;
1654 -webkit-overflow-scrolling: touch;
1655 outline: 0;
1656}
1657.modal.fade .modal-dialog {
1658 -webkit-transform: translate(0, -25%);
1659 -ms-transform: translate(0, -25%);
1660 -o-transform: translate(0, -25%);
1661 transform: translate(0, -25%);
1662 -webkit-transition: -webkit-transform 0.3s ease-out;
1663 -o-transition: -o-transform 0.3s ease-out;
1664 transition: transform 0.3s ease-out;
1665}
1666.modal.in .modal-dialog {
1667 -webkit-transform: translate(0, 0);
1668 -ms-transform: translate(0, 0);
1669 -o-transform: translate(0, 0);
1670 transform: translate(0, 0);
1671}
1672.modal-open .modal {
1673 overflow-x: hidden;
1674 overflow-y: auto;
1675}
1676.modal-dialog {
1677 position: relative;
1678 width: auto;
1679 margin: 10px;
1680}
1681.modal-content {
1682 position: relative;
1683 background-color: #2e3338;
1684 border: 1px solid #999999;
1685 border: 1px solid rgba(0, 0, 0, 0.2);
1686 border-radius: 6px;
1687 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1688 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1689 -webkit-background-clip: padding-box;
1690 background-clip: padding-box;
1691 outline: 0;
1692}
1693.modal-backdrop {
1694 position: fixed;
1695 top: 0;
1696 right: 0;
1697 bottom: 0;
1698 left: 0;
1699 z-index: 1040;
1700 background-color: #000000;
1701}
1702.modal-backdrop.fade {
1703 opacity: 0;
1704 filter: alpha(opacity=0);
1705}
1706.modal-backdrop.in {
1707 opacity: 0.5;
1708 filter: alpha(opacity=50);
1709}
1710.modal-header {
1711 padding: 15px;
1712 border-bottom: 1px solid #1c1e22;
1713 min-height: 16.42857143px;
1714}
1715.modal-header .close {
1716 margin-top: -2px;
1717}
1718.modal-title {
1719 margin: 0;
1720 line-height: 1.42857143;
1721}
1722.modal-body {
1723 position: relative;
1724 padding: 20px;
1725}
1726.modal-footer {
1727 padding: 20px;
1728 text-align: right;
1729 border-top: 1px solid #1c1e22;
1730}
1731.modal-footer .btn + .btn {
1732 margin-left: 5px;
1733 margin-bottom: 0;
1734}
1735.modal-footer .btn-group .btn + .btn {
1736 margin-left: -1px;
1737}
1738.modal-footer .btn-block + .btn-block {
1739 margin-left: 0;
1740}
1741.modal-scrollbar-measure {
1742 position: absolute;
1743 top: -9999px;
1744 width: 50px;
1745 height: 50px;
1746 overflow: scroll;
1747}
1748@media (min-width: 768px) {
1749 .modal-dialog {
1750 width: 600px;
1751 margin: 30px auto;
1752 }
1753 .modal-content {
1754 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1755 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1756 }
1757 .modal-sm {
1758 width: 300px;
1759 }
1760}
1761@media (min-width: 992px) {
1762 .modal-lg {
1763 width: 900px;
1764 }
1765}
1766.clearfix:before,
1767.clearfix:after,
1768.dl-horizontal dd:before,
1769.dl-horizontal dd:after,
1770.container:before,
1771.container:after,
1772.container-fluid:before,
1773.container-fluid:after,
1774.row:before,
1775.row:after,
1776.nav:before,
1777.nav:after,
1778.pager:before,
1779.pager:after,
1780.modal-footer:before,
1781.modal-footer:after {
1782 content: " ";
1783 display: table;
1784}
1785.clearfix:after,
1786.dl-horizontal dd:after,
1787.container:after,
1788.container-fluid:after,
1789.row:after,
1790.nav:after,
1791.pager:after,
1792.modal-footer:after {
1793 clear: both;
1794}
1795.center-block {
1796 display: block;
1797 margin-left: auto;
1798 margin-right: auto;
1799}
1800.pull-right {
1801 float: right !important;
1802}
1803.pull-left {
1804 float: left !important;
1805}
1806.hide {
1807 display: none !important;
1808}
1809.show {
1810 display: block !important;
1811}
1812.invisible {
1813 visibility: hidden;
1814}
1815.text-hide {
1816 font: 0/0 a;
1817 color: transparent;
1818 text-shadow: none;
1819 background-color: transparent;
1820 border: 0;
1821}
1822.hidden {
1823 display: none !important;
1824}
1825.affix {
1826 position: fixed;
1827}
1828.navbar {
1829 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
1830 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
1831 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
1832 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
1833 background-repeat: no-repeat;
1834 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
1835 -webkit-filter: none;
1836 filter: none;
1837 border: 1px solid rgba(0, 0, 0, 0.6);
1838 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
1839}
1840.navbar-inverse {
1841 background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
1842 background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
1843 background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
1844 background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
1845 background-repeat: no-repeat;
1846 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
1847 -webkit-filter: none;
1848 filter: none;
1849}
1850.navbar-inverse .badge {
1851 background-color: #5d6368;
1852}
1853.navbar-nav > li > a {
1854 border-right: 1px solid rgba(0, 0, 0, 0.2);
1855 border-left: 1px solid rgba(255, 255, 255, 0.1);
1856}
1857.navbar-nav > li > a:hover {
1858 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
1859 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
1860 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
1861 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
1862 background-repeat: no-repeat;
1863 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
1864 -webkit-filter: none;
1865 filter: none;
1866 border-left-color: transparent;
1867}
1868.navbar .nav .open > a {
1869 border-color: transparent;
1870}
1871.navbar-nav > li.active > a {
1872 border-left-color: transparent;
1873}
1874.navbar-form {
1875 margin-left: 5px;
1876 margin-right: 5px;
1877}
1878.btn,
1879.btn:hover {
1880 border-color: rgba(0, 0, 0, 0.6);
1881 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
1882}
1883.btn-default {
1884 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
1885 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
1886 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
1887 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
1888 background-repeat: no-repeat;
1889 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
1890 -webkit-filter: none;
1891 filter: none;
1892}
1893.btn-default:hover {
1894 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
1895 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
1896 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
1897 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
1898 background-repeat: no-repeat;
1899 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
1900 -webkit-filter: none;
1901 filter: none;
1902}
1903.btn-primary {
1904 background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
1905 background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
1906 background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
1907 background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
1908 background-repeat: no-repeat;
1909 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
1910 -webkit-filter: none;
1911 filter: none;
1912}
1913.btn-primary:hover {
1914 background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62);
1915 background-image: -o-linear-gradient(#404448, #4e5458 40%, #585e62);
1916 background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#585e62));
1917 background-image: linear-gradient(#404448, #4e5458 40%, #585e62);
1918 background-repeat: no-repeat;
1919 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0);
1920 -webkit-filter: none;
1921 filter: none;
1922}
1923.btn-success {
1924 background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
1925 background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
1926 background-image: -webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53));
1927 background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
1928 background-repeat: no-repeat;
1929 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
1930 -webkit-filter: none;
1931 filter: none;
1932}
1933.btn-success:hover {
1934 background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
1935 background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
1936 background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d));
1937 background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
1938 background-repeat: no-repeat;
1939 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
1940 -webkit-filter: none;
1941 filter: none;
1942}
1943.btn-info {
1944 background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
1945 background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
1946 background-image: -webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db));
1947 background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
1948 background-repeat: no-repeat;
1949 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
1950 -webkit-filter: none;
1951 filter: none;
1952}
1953.btn-info:hover {
1954 background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
1955 background-image: -o-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
1956 background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9));
1957 background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
1958 background-repeat: no-repeat;
1959 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
1960 -webkit-filter: none;
1961 filter: none;
1962}
1963.btn-warning {
1964 background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
1965 background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806);
1966 background-image: -webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806));
1967 background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
1968 background-repeat: no-repeat;
1969 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
1970 -webkit-filter: none;
1971 filter: none;
1972}
1973.btn-warning:hover {
1974 background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
1975 background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
1976 background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04));
1977 background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
1978 background-repeat: no-repeat;
1979 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
1980 -webkit-filter: none;
1981 filter: none;
1982}
1983.btn-danger {
1984 background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
1985 background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
1986 background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));
1987 background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
1988 background-repeat: no-repeat;
1989 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
1990 -webkit-filter: none;
1991 filter: none;
1992}
1993.btn-danger:hover {
1994 background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
1995 background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
1996 background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a));
1997 background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
1998 background-repeat: no-repeat;
1999 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
2000 -webkit-filter: none;
2001 filter: none;
2002}
2003.btn-link,
2004.btn-link:hover {
2005 border-color: transparent;
2006}
2007h1,
2008h2,
2009h3,
2010h4,
2011h5,
2012h6 {
2013 text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
2014}
2015.text-primary,
2016.text-primary:hover {
2017 color: #7a8288;
2018}
2019.text-success,
2020.text-success:hover {
2021 color: #62c462;
2022}
2023.text-danger,
2024.text-danger:hover {
2025 color: #ee5f5b;
2026}
2027.text-warning,
2028.text-warning:hover {
2029 color: #f89406;
2030}
2031.text-info,
2032.text-info:hover {
2033 color: #5bc0de;
2034}
2035.table .success,
2036.table .warning,
2037.table .danger,
2038.table .info {
2039 color: #fff;
2040}
2041.table-bordered tbody tr.success td,
2042.table-bordered tbody tr.warning td,
2043.table-bordered tbody tr.danger td,
2044.table-bordered tbody tr.success:hover td,
2045.table-bordered tbody tr.warning:hover td,
2046.table-bordered tbody tr.danger:hover td {
2047 border-color: #1c1e22;
2048}
2049.table-responsive > .table {
2050 background-color: #2e3338;
2051}
2052input,
2053textarea {
2054 color: #272b30;
2055}
2056.has-warning .help-block,
2057.has-warning .control-label,
2058.has-warning .form-control-feedback {
2059 color: #f89406;
2060}
2061.has-warning .form-control,
2062.has-warning .form-control:focus {
2063 border-color: #f89406;
2064}
2065.has-warning .input-group-addon {
2066 background-color: #272b30;
2067 border: none;
2068}
2069.has-error .help-block,
2070.has-error .control-label,
2071.has-error .form-control-feedback {
2072 color: #ee5f5b;
2073}
2074.has-error .form-control,
2075.has-error .form-control:focus {
2076 border-color: #ee5f5b;
2077}
2078.has-error .input-group-addon {
2079 background-color: #272b30;
2080 border: none;
2081}
2082.has-success .help-block,
2083.has-success .control-label,
2084.has-success .form-control-feedback {
2085 color: #62c462;
2086}
2087.has-success .form-control,
2088.has-success .form-control:focus {
2089 border-color: #62c462;
2090}
2091.has-success .input-group-addon {
2092 background-color: #272b30;
2093 border: none;
2094}
2095legend {
2096 color: #fff;
2097}
2098.input-group-addon {
2099 border-color: rgba(0, 0, 0, 0.6);
2100 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2101 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2102 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2103 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2104 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2105 background-repeat: no-repeat;
2106 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2107 -webkit-filter: none;
2108 filter: none;
2109 color: #ffffff;
2110}
2111.nav .open > a,
2112.nav .open > a:hover,
2113.nav .open > a:focus {
2114 border-color: rgba(0, 0, 0, 0.6);
2115}
2116.nav-pills > li > a {
2117 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2118 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2119 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2120 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2121 background-repeat: no-repeat;
2122 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2123 -webkit-filter: none;
2124 filter: none;
2125 border: 1px solid rgba(0, 0, 0, 0.6);
2126 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2127}
2128.nav-pills > li > a:hover {
2129 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
2130 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2131 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
2132 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2133 background-repeat: no-repeat;
2134 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
2135 -webkit-filter: none;
2136 filter: none;
2137 border: 1px solid rgba(0, 0, 0, 0.6);
2138}
2139.nav-pills > li.active > a,
2140.nav-pills > li.active > a:hover {
2141 background-color: none;
2142 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
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));
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);
2148 -webkit-filter: none;
2149 filter: none;
2150 border: 1px solid rgba(0, 0, 0, 0.6);
2151}
2152.nav-pills > li.disabled > a,
2153.nav-pills > li.disabled > a:hover {
2154 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2155 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2156 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2157 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2158 background-repeat: no-repeat;
2159 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2160 -webkit-filter: none;
2161 filter: none;
2162}
2163.pagination > li > a,
2164.pagination > li > span {
2165 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2166 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2167 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2168 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2169 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2170 background-repeat: no-repeat;
2171 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2172 -webkit-filter: none;
2173 filter: none;
2174}
2175.pagination > li > a:hover,
2176.pagination > li > span:hover {
2177 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
2178 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2179 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
2180 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2181 background-repeat: no-repeat;
2182 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
2183 -webkit-filter: none;
2184 filter: none;
2185}
2186.pagination > li.active > a,
2187.pagination > li.active > span {
2188 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
2189 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2190 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
2191 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2192 background-repeat: no-repeat;
2193 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
2194 -webkit-filter: none;
2195 filter: none;
2196}
2197.pagination > li.disabled > a,
2198.pagination > li.disabled > a:hover,
2199.pagination > li.disabled > span,
2200.pagination > li.disabled > span:hover {
2201 background-color: transparent;
2202 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2203 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2204 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2205 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2206 background-repeat: no-repeat;
2207 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2208 -webkit-filter: none;
2209 filter: none;
2210}
2211.pager > li > a {
2212 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2213 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2214 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2215 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2216 background-repeat: no-repeat;
2217 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2218 -webkit-filter: none;
2219 filter: none;
2220 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2221}
2222.pager > li > a:hover {
2223 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
2224 background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
2225 background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
2226 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
2227 background-repeat: no-repeat;
2228 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
2229 -webkit-filter: none;
2230 filter: none;
2231}
2232.pager > li.disabled > a,
2233.pager > li.disabled > a:hover {
2234 background-color: transparent;
2235 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2236 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2237 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2238 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2239 background-repeat: no-repeat;
2240 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2241 -webkit-filter: none;
2242 filter: none;
2243}
2244.breadcrumb {
2245 border: 1px solid rgba(0, 0, 0, 0.6);
2246 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
2247 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
2248 background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
2249 background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
2250 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
2251 background-repeat: no-repeat;
2252 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
2253 -webkit-filter: none;
2254 filter: none;
2255}
2256.alert .alert-link,
2257.alert a {
2258 color: #fff;
2259 text-decoration: underline;
2260}
2261.alert .close {
2262 color: #000000;
2263 text-decoration: none;
2264}
2265a.thumbnail:hover,
2266a.thumbnail:focus,
2267a.thumbnail.active {
2268 border-color: #0c0d0e;
2269}
2270a.list-group-item.active,
2271a.list-group-item.active:hover,
2272a.list-group-item.active:focus {
2273 border-color: rgba(0, 0, 0, 0.6);
2274}
2275a.list-group-item-success.active {
2276 background-color: #62c462;
2277}
2278a.list-group-item-success.active:hover,
2279a.list-group-item-success.active:focus {
2280 background-color: #4fbd4f;
2281}
2282a.list-group-item-warning.active {
2283 background-color: #f89406;
2284}
2285a.list-group-item-warning.active:hover,
2286a.list-group-item-warning.active:focus {
2287 background-color: #df8505;
2288}
2289a.list-group-item-danger.active {
2290 background-color: #ee5f5b;
2291}
2292a.list-group-item-danger.active:hover,
2293a.list-group-item-danger.active:focus {
2294 background-color: #ec4844;
2295}
2296.jumbotron {
2297 border: 1px solid rgba(0, 0, 0, 0.6);
2298}
2299.panel-primary .panel-heading,
2300.panel-success .panel-heading,
2301.panel-danger .panel-heading,
2302.panel-warning .panel-heading,
2303.panel-info .panel-heading {
2304 border-color: #000;
2305}
This page took 0.019814 seconds and 4 git commands to generate.