767b6febe918f2d576121baa48e57428f93cb73d
[gruntmaster-page.git] / css / themes / slate.css
1 /*!
2 * Bootswatch v3.1.0
3 * Homepage: http://bootswatch.com
4 * Copyright 2012-2014 Thomas Park
5 * Licensed under MIT
6 * Based on Bootstrap
7 */
8 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
9 html {
10 font-family: sans-serif;
11 -ms-text-size-adjust: 100%;
12 -webkit-text-size-adjust: 100%;
13 }
14 body {
15 margin: 0;
16 }
17 article,
18 aside,
19 details,
20 figcaption,
21 figure,
22 footer,
23 header,
24 hgroup,
25 main,
26 nav,
27 section,
28 summary {
29 display: block;
30 }
31 audio,
32 canvas,
33 progress,
34 video {
35 display: inline-block;
36 vertical-align: baseline;
37 }
38 audio:not([controls]) {
39 display: none;
40 height: 0;
41 }
42 [hidden],
43 template {
44 display: none;
45 }
46 a {
47 background: transparent;
48 }
49 a:active,
50 a:hover {
51 outline: 0;
52 }
53 abbr[title] {
54 border-bottom: 1px dotted;
55 }
56 b,
57 strong {
58 font-weight: bold;
59 }
60 dfn {
61 font-style: italic;
62 }
63 h1 {
64 font-size: 2em;
65 margin: 0.67em 0;
66 }
67 mark {
68 background: #ff0;
69 color: #000;
70 }
71 small {
72 font-size: 80%;
73 }
74 sub,
75 sup {
76 font-size: 75%;
77 line-height: 0;
78 position: relative;
79 vertical-align: baseline;
80 }
81 sup {
82 top: -0.5em;
83 }
84 sub {
85 bottom: -0.25em;
86 }
87 img {
88 border: 0;
89 }
90 svg:not(:root) {
91 overflow: hidden;
92 }
93 figure {
94 margin: 1em 40px;
95 }
96 hr {
97 -moz-box-sizing: content-box;
98 box-sizing: content-box;
99 height: 0;
100 }
101 pre {
102 overflow: auto;
103 }
104 code,
105 kbd,
106 pre,
107 samp {
108 font-family: monospace, monospace;
109 font-size: 1em;
110 }
111 button,
112 input,
113 optgroup,
114 select,
115 textarea {
116 color: inherit;
117 font: inherit;
118 margin: 0;
119 }
120 button {
121 overflow: visible;
122 }
123 button,
124 select {
125 text-transform: none;
126 }
127 button,
128 html input[type="button"],
129 input[type="reset"],
130 input[type="submit"] {
131 -webkit-appearance: button;
132 cursor: pointer;
133 }
134 button[disabled],
135 html input[disabled] {
136 cursor: default;
137 }
138 button::-moz-focus-inner,
139 input::-moz-focus-inner {
140 border: 0;
141 padding: 0;
142 }
143 input {
144 line-height: normal;
145 }
146 input[type="checkbox"],
147 input[type="radio"] {
148 box-sizing: border-box;
149 padding: 0;
150 }
151 input[type="number"]::-webkit-inner-spin-button,
152 input[type="number"]::-webkit-outer-spin-button {
153 height: auto;
154 }
155 input[type="search"] {
156 -webkit-appearance: textfield;
157 -moz-box-sizing: content-box;
158 -webkit-box-sizing: content-box;
159 box-sizing: content-box;
160 }
161 input[type="search"]::-webkit-search-cancel-button,
162 input[type="search"]::-webkit-search-decoration {
163 -webkit-appearance: none;
164 }
165 fieldset {
166 border: 1px solid #c0c0c0;
167 margin: 0 2px;
168 padding: 0.35em 0.625em 0.75em;
169 }
170 legend {
171 border: 0;
172 padding: 0;
173 }
174 textarea {
175 overflow: auto;
176 }
177 optgroup {
178 font-weight: bold;
179 }
180 table {
181 border-collapse: collapse;
182 border-spacing: 0;
183 }
184 td,
185 th {
186 padding: 0;
187 }
188 @media print {
189 * {
190 text-shadow: none !important;
191 color: #000 !important;
192 background: transparent !important;
193 box-shadow: none !important;
194 }
195 a,
196 a:visited {
197 text-decoration: underline;
198 }
199 a[href]:after {
200 content: " (" attr(href) ")";
201 }
202 abbr[title]:after {
203 content: " (" attr(title) ")";
204 }
205 a[href^="javascript:"]:after,
206 a[href^="#"]:after {
207 content: "";
208 }
209 pre,
210 blockquote {
211 border: 1px solid #999;
212 page-break-inside: avoid;
213 }
214 thead {
215 display: table-header-group;
216 }
217 tr,
218 img {
219 page-break-inside: avoid;
220 }
221 img {
222 max-width: 100% !important;
223 }
224 p,
225 h2,
226 h3 {
227 orphans: 3;
228 widows: 3;
229 }
230 h2,
231 h3 {
232 page-break-after: avoid;
233 }
234 select {
235 background: #fff !important;
236 }
237 .navbar {
238 display: none;
239 }
240 .table td,
241 .table th {
242 background-color: #fff !important;
243 }
244 .btn > .caret,
245 .dropup > .btn > .caret {
246 border-top-color: #000 !important;
247 }
248 .label {
249 border: 1px solid #000;
250 }
251 .table {
252 border-collapse: collapse !important;
253 }
254 .table-bordered th,
255 .table-bordered td {
256 border: 1px solid #ddd !important;
257 }
258 }
259 * {
260 -webkit-box-sizing: border-box;
261 -moz-box-sizing: border-box;
262 box-sizing: border-box;
263 }
264 *:before,
265 *:after {
266 -webkit-box-sizing: border-box;
267 -moz-box-sizing: border-box;
268 box-sizing: border-box;
269 }
270 html {
271 font-size: 62.5%;
272 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
273 }
274 body {
275 font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif;
276 font-size: 14px;
277 line-height: 1.42857143;
278 color: #c8c8c8;
279 background-color: #272b30;
280 }
281 input,
282 button,
283 select,
284 textarea {
285 font-family: inherit;
286 font-size: inherit;
287 line-height: inherit;
288 }
289 a {
290 color: #ffffff;
291 text-decoration: none;
292 }
293 a:hover,
294 a:focus {
295 color: #ffffff;
296 text-decoration: underline;
297 }
298 a:focus {
299 outline: thin dotted;
300 outline: 5px auto -webkit-focus-ring-color;
301 outline-offset: -2px;
302 }
303 figure {
304 margin: 0;
305 }
306 img {
307 vertical-align: middle;
308 }
309 .img-responsive {
310 display: block;
311 max-width: 100%;
312 height: auto;
313 }
314 .img-rounded {
315 border-radius: 6px;
316 }
317 .img-thumbnail {
318 padding: 4px;
319 line-height: 1.42857143;
320 background-color: #272b30;
321 border: 1px solid #dddddd;
322 border-radius: 4px;
323 -webkit-transition: all 0.2s ease-in-out;
324 transition: all 0.2s ease-in-out;
325 display: inline-block;
326 max-width: 100%;
327 height: auto;
328 }
329 .img-circle {
330 border-radius: 50%;
331 }
332 hr {
333 margin-top: 20px;
334 margin-bottom: 20px;
335 border: 0;
336 border-top: 1px solid #1c1e22;
337 }
338 .sr-only {
339 position: absolute;
340 width: 1px;
341 height: 1px;
342 margin: -1px;
343 padding: 0;
344 overflow: hidden;
345 clip: rect(0, 0, 0, 0);
346 border: 0;
347 }
348 h1,
349 h2,
350 h3,
351 h4,
352 h5,
353 h6,
354 .h1,
355 .h2,
356 .h3,
357 .h4,
358 .h5,
359 .h6 {
360 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
361 font-weight: 500;
362 line-height: 1.1;
363 color: inherit;
364 }
365 h1 small,
366 h2 small,
367 h3 small,
368 h4 small,
369 h5 small,
370 h6 small,
371 .h1 small,
372 .h2 small,
373 .h3 small,
374 .h4 small,
375 .h5 small,
376 .h6 small,
377 h1 .small,
378 h2 .small,
379 h3 .small,
380 h4 .small,
381 h5 .small,
382 h6 .small,
383 .h1 .small,
384 .h2 .small,
385 .h3 .small,
386 .h4 .small,
387 .h5 .small,
388 .h6 .small {
389 font-weight: normal;
390 line-height: 1;
391 color: #7a8288;
392 }
393 h1,
394 .h1,
395 h2,
396 .h2,
397 h3,
398 .h3 {
399 margin-top: 20px;
400 margin-bottom: 10px;
401 }
402 h1 small,
403 .h1 small,
404 h2 small,
405 .h2 small,
406 h3 small,
407 .h3 small,
408 h1 .small,
409 .h1 .small,
410 h2 .small,
411 .h2 .small,
412 h3 .small,
413 .h3 .small {
414 font-size: 65%;
415 }
416 h4,
417 .h4,
418 h5,
419 .h5,
420 h6,
421 .h6 {
422 margin-top: 10px;
423 margin-bottom: 10px;
424 }
425 h4 small,
426 .h4 small,
427 h5 small,
428 .h5 small,
429 h6 small,
430 .h6 small,
431 h4 .small,
432 .h4 .small,
433 h5 .small,
434 .h5 .small,
435 h6 .small,
436 .h6 .small {
437 font-size: 75%;
438 }
439 h1,
440 .h1 {
441 font-size: 36px;
442 }
443 h2,
444 .h2 {
445 font-size: 30px;
446 }
447 h3,
448 .h3 {
449 font-size: 24px;
450 }
451 h4,
452 .h4 {
453 font-size: 18px;
454 }
455 h5,
456 .h5 {
457 font-size: 14px;
458 }
459 h6,
460 .h6 {
461 font-size: 12px;
462 }
463 p {
464 margin: 0 0 10px;
465 }
466 .lead {
467 margin-bottom: 20px;
468 font-size: 16px;
469 font-weight: 200;
470 line-height: 1.4;
471 }
472 @media (min-width: 768px) {
473 .lead {
474 font-size: 21px;
475 }
476 }
477 small,
478 .small {
479 font-size: 85%;
480 }
481 cite {
482 font-style: normal;
483 }
484 .text-left {
485 text-align: left;
486 }
487 .text-right {
488 text-align: right;
489 }
490 .text-center {
491 text-align: center;
492 }
493 .text-justify {
494 text-align: justify;
495 }
496 .text-muted {
497 color: #7a8288;
498 }
499 .text-primary {
500 color: #7a8288;
501 }
502 a.text-primary:hover {
503 color: #62686d;
504 }
505 .text-success {
506 color: #ffffff;
507 }
508 a.text-success:hover {
509 color: #e6e6e6;
510 }
511 .text-info {
512 color: #ffffff;
513 }
514 a.text-info:hover {
515 color: #e6e6e6;
516 }
517 .text-warning {
518 color: #ffffff;
519 }
520 a.text-warning:hover {
521 color: #e6e6e6;
522 }
523 .text-danger {
524 color: #ffffff;
525 }
526 a.text-danger:hover {
527 color: #e6e6e6;
528 }
529 .bg-primary {
530 color: #fff;
531 background-color: #7a8288;
532 }
533 a.bg-primary:hover {
534 background-color: #62686d;
535 }
536 .bg-success {
537 background-color: #62c462;
538 }
539 a.bg-success:hover {
540 background-color: #42b142;
541 }
542 .bg-info {
543 background-color: #5bc0de;
544 }
545 a.bg-info:hover {
546 background-color: #31b0d5;
547 }
548 .bg-warning {
549 background-color: #f89406;
550 }
551 a.bg-warning:hover {
552 background-color: #c67605;
553 }
554 .bg-danger {
555 background-color: #ee5f5b;
556 }
557 a.bg-danger:hover {
558 background-color: #e9322d;
559 }
560 .page-header {
561 padding-bottom: 9px;
562 margin: 40px 0 20px;
563 border-bottom: 1px solid #1c1e22;
564 }
565 ul,
566 ol {
567 margin-top: 0;
568 margin-bottom: 10px;
569 }
570 ul ul,
571 ol ul,
572 ul ol,
573 ol ol {
574 margin-bottom: 0;
575 }
576 .list-unstyled {
577 padding-left: 0;
578 list-style: none;
579 }
580 .list-inline {
581 padding-left: 0;
582 list-style: none;
583 }
584 .list-inline > li {
585 display: inline-block;
586 padding-left: 5px;
587 padding-right: 5px;
588 }
589 .list-inline > li:first-child {
590 padding-left: 0;
591 }
592 dl {
593 margin-top: 0;
594 margin-bottom: 20px;
595 }
596 dt,
597 dd {
598 line-height: 1.42857143;
599 }
600 dt {
601 font-weight: bold;
602 }
603 dd {
604 margin-left: 0;
605 }
606 @media (min-width: 768px) {
607 .dl-horizontal dt {
608 float: left;
609 width: 160px;
610 clear: left;
611 text-align: right;
612 overflow: hidden;
613 text-overflow: ellipsis;
614 white-space: nowrap;
615 }
616 .dl-horizontal dd {
617 margin-left: 180px;
618 }
619 }
620 abbr[title],
621 abbr[data-original-title] {
622 cursor: help;
623 border-bottom: 1px dotted #7a8288;
624 }
625 .initialism {
626 font-size: 90%;
627 text-transform: uppercase;
628 }
629 blockquote {
630 padding: 10px 20px;
631 margin: 0 0 20px;
632 font-size: 17.5px;
633 border-left: 5px solid #7a8288;
634 }
635 blockquote p:last-child,
636 blockquote ul:last-child,
637 blockquote ol:last-child {
638 margin-bottom: 0;
639 }
640 blockquote footer,
641 blockquote small,
642 blockquote .small {
643 display: block;
644 font-size: 80%;
645 line-height: 1.42857143;
646 color: #7a8288;
647 }
648 blockquote footer:before,
649 blockquote small:before,
650 blockquote .small:before {
651 content: '\2014 \00A0';
652 }
653 .blockquote-reverse,
654 blockquote.pull-right {
655 padding-right: 15px;
656 padding-left: 0;
657 border-right: 5px solid #7a8288;
658 border-left: 0;
659 text-align: right;
660 }
661 .blockquote-reverse footer:before,
662 blockquote.pull-right footer:before,
663 .blockquote-reverse small:before,
664 blockquote.pull-right small:before,
665 .blockquote-reverse .small:before,
666 blockquote.pull-right .small:before {
667 content: '';
668 }
669 .blockquote-reverse footer:after,
670 blockquote.pull-right footer:after,
671 .blockquote-reverse small:after,
672 blockquote.pull-right small:after,
673 .blockquote-reverse .small:after,
674 blockquote.pull-right .small:after {
675 content: '\00A0 \2014';
676 }
677 blockquote:before,
678 blockquote:after {
679 content: "";
680 }
681 address {
682 margin-bottom: 20px;
683 font-style: normal;
684 line-height: 1.42857143;
685 }
686 code,
687 kbd,
688 pre,
689 samp {
690 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
691 }
692 code {
693 padding: 2px 4px;
694 font-size: 90%;
695 color: #c7254e;
696 background-color: #f9f2f4;
697 white-space: nowrap;
698 border-radius: 4px;
699 }
700 kbd {
701 padding: 2px 4px;
702 font-size: 90%;
703 color: #ffffff;
704 background-color: #333333;
705 border-radius: 3px;
706 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
707 }
708 pre {
709 display: block;
710 padding: 9.5px;
711 margin: 0 0 10px;
712 font-size: 13px;
713 line-height: 1.42857143;
714 word-break: break-all;
715 word-wrap: break-word;
716 color: #3a3f44;
717 background-color: #f5f5f5;
718 border: 1px solid #cccccc;
719 border-radius: 4px;
720 }
721 pre code {
722 padding: 0;
723 font-size: inherit;
724 color: inherit;
725 white-space: pre-wrap;
726 background-color: transparent;
727 border-radius: 0;
728 }
729 .pre-scrollable {
730 max-height: 340px;
731 overflow-y: scroll;
732 }
733 .container {
734 margin-right: auto;
735 margin-left: auto;
736 padding-left: 15px;
737 padding-right: 15px;
738 }
739 @media (min-width: 768px) {
740 .container {
741 width: 750px;
742 }
743 }
744 @media (min-width: 992px) {
745 .container {
746 width: 970px;
747 }
748 }
749 @media (min-width: 1200px) {
750 .container {
751 width: 1170px;
752 }
753 }
754 .container-fluid {
755 margin-right: auto;
756 margin-left: auto;
757 padding-left: 15px;
758 padding-right: 15px;
759 }
760 .row {
761 margin-left: -15px;
762 margin-right: -15px;
763 }
764 .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 {
765 position: relative;
766 min-height: 1px;
767 padding-left: 15px;
768 padding-right: 15px;
769 }
770 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
771 float: left;
772 }
773 .col-xs-12 {
774 width: 100%;
775 }
776 .col-xs-11 {
777 width: 91.66666667%;
778 }
779 .col-xs-10 {
780 width: 83.33333333%;
781 }
782 .col-xs-9 {
783 width: 75%;
784 }
785 .col-xs-8 {
786 width: 66.66666667%;
787 }
788 .col-xs-7 {
789 width: 58.33333333%;
790 }
791 .col-xs-6 {
792 width: 50%;
793 }
794 .col-xs-5 {
795 width: 41.66666667%;
796 }
797 .col-xs-4 {
798 width: 33.33333333%;
799 }
800 .col-xs-3 {
801 width: 25%;
802 }
803 .col-xs-2 {
804 width: 16.66666667%;
805 }
806 .col-xs-1 {
807 width: 8.33333333%;
808 }
809 .col-xs-pull-12 {
810 right: 100%;
811 }
812 .col-xs-pull-11 {
813 right: 91.66666667%;
814 }
815 .col-xs-pull-10 {
816 right: 83.33333333%;
817 }
818 .col-xs-pull-9 {
819 right: 75%;
820 }
821 .col-xs-pull-8 {
822 right: 66.66666667%;
823 }
824 .col-xs-pull-7 {
825 right: 58.33333333%;
826 }
827 .col-xs-pull-6 {
828 right: 50%;
829 }
830 .col-xs-pull-5 {
831 right: 41.66666667%;
832 }
833 .col-xs-pull-4 {
834 right: 33.33333333%;
835 }
836 .col-xs-pull-3 {
837 right: 25%;
838 }
839 .col-xs-pull-2 {
840 right: 16.66666667%;
841 }
842 .col-xs-pull-1 {
843 right: 8.33333333%;
844 }
845 .col-xs-pull-0 {
846 right: 0%;
847 }
848 .col-xs-push-12 {
849 left: 100%;
850 }
851 .col-xs-push-11 {
852 left: 91.66666667%;
853 }
854 .col-xs-push-10 {
855 left: 83.33333333%;
856 }
857 .col-xs-push-9 {
858 left: 75%;
859 }
860 .col-xs-push-8 {
861 left: 66.66666667%;
862 }
863 .col-xs-push-7 {
864 left: 58.33333333%;
865 }
866 .col-xs-push-6 {
867 left: 50%;
868 }
869 .col-xs-push-5 {
870 left: 41.66666667%;
871 }
872 .col-xs-push-4 {
873 left: 33.33333333%;
874 }
875 .col-xs-push-3 {
876 left: 25%;
877 }
878 .col-xs-push-2 {
879 left: 16.66666667%;
880 }
881 .col-xs-push-1 {
882 left: 8.33333333%;
883 }
884 .col-xs-push-0 {
885 left: 0%;
886 }
887 .col-xs-offset-12 {
888 margin-left: 100%;
889 }
890 .col-xs-offset-11 {
891 margin-left: 91.66666667%;
892 }
893 .col-xs-offset-10 {
894 margin-left: 83.33333333%;
895 }
896 .col-xs-offset-9 {
897 margin-left: 75%;
898 }
899 .col-xs-offset-8 {
900 margin-left: 66.66666667%;
901 }
902 .col-xs-offset-7 {
903 margin-left: 58.33333333%;
904 }
905 .col-xs-offset-6 {
906 margin-left: 50%;
907 }
908 .col-xs-offset-5 {
909 margin-left: 41.66666667%;
910 }
911 .col-xs-offset-4 {
912 margin-left: 33.33333333%;
913 }
914 .col-xs-offset-3 {
915 margin-left: 25%;
916 }
917 .col-xs-offset-2 {
918 margin-left: 16.66666667%;
919 }
920 .col-xs-offset-1 {
921 margin-left: 8.33333333%;
922 }
923 .col-xs-offset-0 {
924 margin-left: 0%;
925 }
926 @media (min-width: 768px) {
927 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
928 float: left;
929 }
930 .col-sm-12 {
931 width: 100%;
932 }
933 .col-sm-11 {
934 width: 91.66666667%;
935 }
936 .col-sm-10 {
937 width: 83.33333333%;
938 }
939 .col-sm-9 {
940 width: 75%;
941 }
942 .col-sm-8 {
943 width: 66.66666667%;
944 }
945 .col-sm-7 {
946 width: 58.33333333%;
947 }
948 .col-sm-6 {
949 width: 50%;
950 }
951 .col-sm-5 {
952 width: 41.66666667%;
953 }
954 .col-sm-4 {
955 width: 33.33333333%;
956 }
957 .col-sm-3 {
958 width: 25%;
959 }
960 .col-sm-2 {
961 width: 16.66666667%;
962 }
963 .col-sm-1 {
964 width: 8.33333333%;
965 }
966 .col-sm-pull-12 {
967 right: 100%;
968 }
969 .col-sm-pull-11 {
970 right: 91.66666667%;
971 }
972 .col-sm-pull-10 {
973 right: 83.33333333%;
974 }
975 .col-sm-pull-9 {
976 right: 75%;
977 }
978 .col-sm-pull-8 {
979 right: 66.66666667%;
980 }
981 .col-sm-pull-7 {
982 right: 58.33333333%;
983 }
984 .col-sm-pull-6 {
985 right: 50%;
986 }
987 .col-sm-pull-5 {
988 right: 41.66666667%;
989 }
990 .col-sm-pull-4 {
991 right: 33.33333333%;
992 }
993 .col-sm-pull-3 {
994 right: 25%;
995 }
996 .col-sm-pull-2 {
997 right: 16.66666667%;
998 }
999 .col-sm-pull-1 {
1000 right: 8.33333333%;
1001 }
1002 .col-sm-pull-0 {
1003 right: 0%;
1004 }
1005 .col-sm-push-12 {
1006 left: 100%;
1007 }
1008 .col-sm-push-11 {
1009 left: 91.66666667%;
1010 }
1011 .col-sm-push-10 {
1012 left: 83.33333333%;
1013 }
1014 .col-sm-push-9 {
1015 left: 75%;
1016 }
1017 .col-sm-push-8 {
1018 left: 66.66666667%;
1019 }
1020 .col-sm-push-7 {
1021 left: 58.33333333%;
1022 }
1023 .col-sm-push-6 {
1024 left: 50%;
1025 }
1026 .col-sm-push-5 {
1027 left: 41.66666667%;
1028 }
1029 .col-sm-push-4 {
1030 left: 33.33333333%;
1031 }
1032 .col-sm-push-3 {
1033 left: 25%;
1034 }
1035 .col-sm-push-2 {
1036 left: 16.66666667%;
1037 }
1038 .col-sm-push-1 {
1039 left: 8.33333333%;
1040 }
1041 .col-sm-push-0 {
1042 left: 0%;
1043 }
1044 .col-sm-offset-12 {
1045 margin-left: 100%;
1046 }
1047 .col-sm-offset-11 {
1048 margin-left: 91.66666667%;
1049 }
1050 .col-sm-offset-10 {
1051 margin-left: 83.33333333%;
1052 }
1053 .col-sm-offset-9 {
1054 margin-left: 75%;
1055 }
1056 .col-sm-offset-8 {
1057 margin-left: 66.66666667%;
1058 }
1059 .col-sm-offset-7 {
1060 margin-left: 58.33333333%;
1061 }
1062 .col-sm-offset-6 {
1063 margin-left: 50%;
1064 }
1065 .col-sm-offset-5 {
1066 margin-left: 41.66666667%;
1067 }
1068 .col-sm-offset-4 {
1069 margin-left: 33.33333333%;
1070 }
1071 .col-sm-offset-3 {
1072 margin-left: 25%;
1073 }
1074 .col-sm-offset-2 {
1075 margin-left: 16.66666667%;
1076 }
1077 .col-sm-offset-1 {
1078 margin-left: 8.33333333%;
1079 }
1080 .col-sm-offset-0 {
1081 margin-left: 0%;
1082 }
1083 }
1084 @media (min-width: 992px) {
1085 .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 {
1086 float: left;
1087 }
1088 .col-md-12 {
1089 width: 100%;
1090 }
1091 .col-md-11 {
1092 width: 91.66666667%;
1093 }
1094 .col-md-10 {
1095 width: 83.33333333%;
1096 }
1097 .col-md-9 {
1098 width: 75%;
1099 }
1100 .col-md-8 {
1101 width: 66.66666667%;
1102 }
1103 .col-md-7 {
1104 width: 58.33333333%;
1105 }
1106 .col-md-6 {
1107 width: 50%;
1108 }
1109 .col-md-5 {
1110 width: 41.66666667%;
1111 }
1112 .col-md-4 {
1113 width: 33.33333333%;
1114 }
1115 .col-md-3 {
1116 width: 25%;
1117 }
1118 .col-md-2 {
1119 width: 16.66666667%;
1120 }
1121 .col-md-1 {
1122 width: 8.33333333%;
1123 }
1124 .col-md-pull-12 {
1125 right: 100%;
1126 }
1127 .col-md-pull-11 {
1128 right: 91.66666667%;
1129 }
1130 .col-md-pull-10 {
1131 right: 83.33333333%;
1132 }
1133 .col-md-pull-9 {
1134 right: 75%;
1135 }
1136 .col-md-pull-8 {
1137 right: 66.66666667%;
1138 }
1139 .col-md-pull-7 {
1140 right: 58.33333333%;
1141 }
1142 .col-md-pull-6 {
1143 right: 50%;
1144 }
1145 .col-md-pull-5 {
1146 right: 41.66666667%;
1147 }
1148 .col-md-pull-4 {
1149 right: 33.33333333%;
1150 }
1151 .col-md-pull-3 {
1152 right: 25%;
1153 }
1154 .col-md-pull-2 {
1155 right: 16.66666667%;
1156 }
1157 .col-md-pull-1 {
1158 right: 8.33333333%;
1159 }
1160 .col-md-pull-0 {
1161 right: 0%;
1162 }
1163 .col-md-push-12 {
1164 left: 100%;
1165 }
1166 .col-md-push-11 {
1167 left: 91.66666667%;
1168 }
1169 .col-md-push-10 {
1170 left: 83.33333333%;
1171 }
1172 .col-md-push-9 {
1173 left: 75%;
1174 }
1175 .col-md-push-8 {
1176 left: 66.66666667%;
1177 }
1178 .col-md-push-7 {
1179 left: 58.33333333%;
1180 }
1181 .col-md-push-6 {
1182 left: 50%;
1183 }
1184 .col-md-push-5 {
1185 left: 41.66666667%;
1186 }
1187 .col-md-push-4 {
1188 left: 33.33333333%;
1189 }
1190 .col-md-push-3 {
1191 left: 25%;
1192 }
1193 .col-md-push-2 {
1194 left: 16.66666667%;
1195 }
1196 .col-md-push-1 {
1197 left: 8.33333333%;
1198 }
1199 .col-md-push-0 {
1200 left: 0%;
1201 }
1202 .col-md-offset-12 {
1203 margin-left: 100%;
1204 }
1205 .col-md-offset-11 {
1206 margin-left: 91.66666667%;
1207 }
1208 .col-md-offset-10 {
1209 margin-left: 83.33333333%;
1210 }
1211 .col-md-offset-9 {
1212 margin-left: 75%;
1213 }
1214 .col-md-offset-8 {
1215 margin-left: 66.66666667%;
1216 }
1217 .col-md-offset-7 {
1218 margin-left: 58.33333333%;
1219 }
1220 .col-md-offset-6 {
1221 margin-left: 50%;
1222 }
1223 .col-md-offset-5 {
1224 margin-left: 41.66666667%;
1225 }
1226 .col-md-offset-4 {
1227 margin-left: 33.33333333%;
1228 }
1229 .col-md-offset-3 {
1230 margin-left: 25%;
1231 }
1232 .col-md-offset-2 {
1233 margin-left: 16.66666667%;
1234 }
1235 .col-md-offset-1 {
1236 margin-left: 8.33333333%;
1237 }
1238 .col-md-offset-0 {
1239 margin-left: 0%;
1240 }
1241 }
1242 @media (min-width: 1200px) {
1243 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1244 float: left;
1245 }
1246 .col-lg-12 {
1247 width: 100%;
1248 }
1249 .col-lg-11 {
1250 width: 91.66666667%;
1251 }
1252 .col-lg-10 {
1253 width: 83.33333333%;
1254 }
1255 .col-lg-9 {
1256 width: 75%;
1257 }
1258 .col-lg-8 {
1259 width: 66.66666667%;
1260 }
1261 .col-lg-7 {
1262 width: 58.33333333%;
1263 }
1264 .col-lg-6 {
1265 width: 50%;
1266 }
1267 .col-lg-5 {
1268 width: 41.66666667%;
1269 }
1270 .col-lg-4 {
1271 width: 33.33333333%;
1272 }
1273 .col-lg-3 {
1274 width: 25%;
1275 }
1276 .col-lg-2 {
1277 width: 16.66666667%;
1278 }
1279 .col-lg-1 {
1280 width: 8.33333333%;
1281 }
1282 .col-lg-pull-12 {
1283 right: 100%;
1284 }
1285 .col-lg-pull-11 {
1286 right: 91.66666667%;
1287 }
1288 .col-lg-pull-10 {
1289 right: 83.33333333%;
1290 }
1291 .col-lg-pull-9 {
1292 right: 75%;
1293 }
1294 .col-lg-pull-8 {
1295 right: 66.66666667%;
1296 }
1297 .col-lg-pull-7 {
1298 right: 58.33333333%;
1299 }
1300 .col-lg-pull-6 {
1301 right: 50%;
1302 }
1303 .col-lg-pull-5 {
1304 right: 41.66666667%;
1305 }
1306 .col-lg-pull-4 {
1307 right: 33.33333333%;
1308 }
1309 .col-lg-pull-3 {
1310 right: 25%;
1311 }
1312 .col-lg-pull-2 {
1313 right: 16.66666667%;
1314 }
1315 .col-lg-pull-1 {
1316 right: 8.33333333%;
1317 }
1318 .col-lg-pull-0 {
1319 right: 0%;
1320 }
1321 .col-lg-push-12 {
1322 left: 100%;
1323 }
1324 .col-lg-push-11 {
1325 left: 91.66666667%;
1326 }
1327 .col-lg-push-10 {
1328 left: 83.33333333%;
1329 }
1330 .col-lg-push-9 {
1331 left: 75%;
1332 }
1333 .col-lg-push-8 {
1334 left: 66.66666667%;
1335 }
1336 .col-lg-push-7 {
1337 left: 58.33333333%;
1338 }
1339 .col-lg-push-6 {
1340 left: 50%;
1341 }
1342 .col-lg-push-5 {
1343 left: 41.66666667%;
1344 }
1345 .col-lg-push-4 {
1346 left: 33.33333333%;
1347 }
1348 .col-lg-push-3 {
1349 left: 25%;
1350 }
1351 .col-lg-push-2 {
1352 left: 16.66666667%;
1353 }
1354 .col-lg-push-1 {
1355 left: 8.33333333%;
1356 }
1357 .col-lg-push-0 {
1358 left: 0%;
1359 }
1360 .col-lg-offset-12 {
1361 margin-left: 100%;
1362 }
1363 .col-lg-offset-11 {
1364 margin-left: 91.66666667%;
1365 }
1366 .col-lg-offset-10 {
1367 margin-left: 83.33333333%;
1368 }
1369 .col-lg-offset-9 {
1370 margin-left: 75%;
1371 }
1372 .col-lg-offset-8 {
1373 margin-left: 66.66666667%;
1374 }
1375 .col-lg-offset-7 {
1376 margin-left: 58.33333333%;
1377 }
1378 .col-lg-offset-6 {
1379 margin-left: 50%;
1380 }
1381 .col-lg-offset-5 {
1382 margin-left: 41.66666667%;
1383 }
1384 .col-lg-offset-4 {
1385 margin-left: 33.33333333%;
1386 }
1387 .col-lg-offset-3 {
1388 margin-left: 25%;
1389 }
1390 .col-lg-offset-2 {
1391 margin-left: 16.66666667%;
1392 }
1393 .col-lg-offset-1 {
1394 margin-left: 8.33333333%;
1395 }
1396 .col-lg-offset-0 {
1397 margin-left: 0%;
1398 }
1399 }
1400 table {
1401 max-width: 100%;
1402 background-color: #2e3338;
1403 }
1404 th {
1405 text-align: left;
1406 }
1407 .table {
1408 width: 100%;
1409 margin-bottom: 20px;
1410 }
1411 .table > thead > tr > th,
1412 .table > tbody > tr > th,
1413 .table > tfoot > tr > th,
1414 .table > thead > tr > td,
1415 .table > tbody > tr > td,
1416 .table > tfoot > tr > td {
1417 padding: 8px;
1418 line-height: 1.42857143;
1419 vertical-align: top;
1420 border-top: 1px solid #1c1e22;
1421 }
1422 .table > thead > tr > th {
1423 vertical-align: bottom;
1424 border-bottom: 2px solid #1c1e22;
1425 }
1426 .table > caption + thead > tr:first-child > th,
1427 .table > colgroup + thead > tr:first-child > th,
1428 .table > thead:first-child > tr:first-child > th,
1429 .table > caption + thead > tr:first-child > td,
1430 .table > colgroup + thead > tr:first-child > td,
1431 .table > thead:first-child > tr:first-child > td {
1432 border-top: 0;
1433 }
1434 .table > tbody + tbody {
1435 border-top: 2px solid #1c1e22;
1436 }
1437 .table .table {
1438 background-color: #272b30;
1439 }
1440 .table-condensed > thead > tr > th,
1441 .table-condensed > tbody > tr > th,
1442 .table-condensed > tfoot > tr > th,
1443 .table-condensed > thead > tr > td,
1444 .table-condensed > tbody > tr > td,
1445 .table-condensed > tfoot > tr > td {
1446 padding: 5px;
1447 }
1448 .table-bordered {
1449 border: 1px solid #1c1e22;
1450 }
1451 .table-bordered > thead > tr > th,
1452 .table-bordered > tbody > tr > th,
1453 .table-bordered > tfoot > tr > th,
1454 .table-bordered > thead > tr > td,
1455 .table-bordered > tbody > tr > td,
1456 .table-bordered > tfoot > tr > td {
1457 border: 1px solid #1c1e22;
1458 }
1459 .table-bordered > thead > tr > th,
1460 .table-bordered > thead > tr > td {
1461 border-bottom-width: 2px;
1462 }
1463 .table-striped > tbody > tr:nth-child(odd) > td,
1464 .table-striped > tbody > tr:nth-child(odd) > th {
1465 background-color: #353a41;
1466 }
1467 .table-hover > tbody > tr:hover > td,
1468 .table-hover > tbody > tr:hover > th {
1469 background-color: #49515a;
1470 }
1471 table col[class*="col-"] {
1472 position: static;
1473 float: none;
1474 display: table-column;
1475 }
1476 table td[class*="col-"],
1477 table th[class*="col-"] {
1478 position: static;
1479 float: none;
1480 display: table-cell;
1481 }
1482 .table > thead > tr > td.active,
1483 .table > tbody > tr > td.active,
1484 .table > tfoot > tr > td.active,
1485 .table > thead > tr > th.active,
1486 .table > tbody > tr > th.active,
1487 .table > tfoot > tr > th.active,
1488 .table > thead > tr.active > td,
1489 .table > tbody > tr.active > td,
1490 .table > tfoot > tr.active > td,
1491 .table > thead > tr.active > th,
1492 .table > tbody > tr.active > th,
1493 .table > tfoot > tr.active > th {
1494 background-color: #49515a;
1495 }
1496 .table-hover > tbody > tr > td.active:hover,
1497 .table-hover > tbody > tr > th.active:hover,
1498 .table-hover > tbody > tr.active:hover > td,
1499 .table-hover > tbody > tr.active:hover > th {
1500 background-color: #3e444c;
1501 }
1502 .table > thead > tr > td.success,
1503 .table > tbody > tr > td.success,
1504 .table > tfoot > tr > td.success,
1505 .table > thead > tr > th.success,
1506 .table > tbody > tr > th.success,
1507 .table > tfoot > tr > th.success,
1508 .table > thead > tr.success > td,
1509 .table > tbody > tr.success > td,
1510 .table > tfoot > tr.success > td,
1511 .table > thead > tr.success > th,
1512 .table > tbody > tr.success > th,
1513 .table > tfoot > tr.success > th {
1514 background-color: #62c462;
1515 }
1516 .table-hover > tbody > tr > td.success:hover,
1517 .table-hover > tbody > tr > th.success:hover,
1518 .table-hover > tbody > tr.success:hover > td,
1519 .table-hover > tbody > tr.success:hover > th {
1520 background-color: #4fbd4f;
1521 }
1522 .table > thead > tr > td.info,
1523 .table > tbody > tr > td.info,
1524 .table > tfoot > tr > td.info,
1525 .table > thead > tr > th.info,
1526 .table > tbody > tr > th.info,
1527 .table > tfoot > tr > th.info,
1528 .table > thead > tr.info > td,
1529 .table > tbody > tr.info > td,
1530 .table > tfoot > tr.info > td,
1531 .table > thead > tr.info > th,
1532 .table > tbody > tr.info > th,
1533 .table > tfoot > tr.info > th {
1534 background-color: #5bc0de;
1535 }
1536 .table-hover > tbody > tr > td.info:hover,
1537 .table-hover > tbody > tr > th.info:hover,
1538 .table-hover > tbody > tr.info:hover > td,
1539 .table-hover > tbody > tr.info:hover > th {
1540 background-color: #46b8da;
1541 }
1542 .table > thead > tr > td.warning,
1543 .table > tbody > tr > td.warning,
1544 .table > tfoot > tr > td.warning,
1545 .table > thead > tr > th.warning,
1546 .table > tbody > tr > th.warning,
1547 .table > tfoot > tr > th.warning,
1548 .table > thead > tr.warning > td,
1549 .table > tbody > tr.warning > td,
1550 .table > tfoot > tr.warning > td,
1551 .table > thead > tr.warning > th,
1552 .table > tbody > tr.warning > th,
1553 .table > tfoot > tr.warning > th {
1554 background-color: #f89406;
1555 }
1556 .table-hover > tbody > tr > td.warning:hover,
1557 .table-hover > tbody > tr > th.warning:hover,
1558 .table-hover > tbody > tr.warning:hover > td,
1559 .table-hover > tbody > tr.warning:hover > th {
1560 background-color: #df8505;
1561 }
1562 .table > thead > tr > td.danger,
1563 .table > tbody > tr > td.danger,
1564 .table > tfoot > tr > td.danger,
1565 .table > thead > tr > th.danger,
1566 .table > tbody > tr > th.danger,
1567 .table > tfoot > tr > th.danger,
1568 .table > thead > tr.danger > td,
1569 .table > tbody > tr.danger > td,
1570 .table > tfoot > tr.danger > td,
1571 .table > thead > tr.danger > th,
1572 .table > tbody > tr.danger > th,
1573 .table > tfoot > tr.danger > th {
1574 background-color: #ee5f5b;
1575 }
1576 .table-hover > tbody > tr > td.danger:hover,
1577 .table-hover > tbody > tr > th.danger:hover,
1578 .table-hover > tbody > tr.danger:hover > td,
1579 .table-hover > tbody > tr.danger:hover > th {
1580 background-color: #ec4844;
1581 }
1582 @media (max-width: 767px) {
1583 .table-responsive {
1584 width: 100%;
1585 margin-bottom: 15px;
1586 overflow-y: hidden;
1587 overflow-x: scroll;
1588 -ms-overflow-style: -ms-autohiding-scrollbar;
1589 border: 1px solid #1c1e22;
1590 -webkit-overflow-scrolling: touch;
1591 }
1592 .table-responsive > .table {
1593 margin-bottom: 0;
1594 }
1595 .table-responsive > .table > thead > tr > th,
1596 .table-responsive > .table > tbody > tr > th,
1597 .table-responsive > .table > tfoot > tr > th,
1598 .table-responsive > .table > thead > tr > td,
1599 .table-responsive > .table > tbody > tr > td,
1600 .table-responsive > .table > tfoot > tr > td {
1601 white-space: nowrap;
1602 }
1603 .table-responsive > .table-bordered {
1604 border: 0;
1605 }
1606 .table-responsive > .table-bordered > thead > tr > th:first-child,
1607 .table-responsive > .table-bordered > tbody > tr > th:first-child,
1608 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1609 .table-responsive > .table-bordered > thead > tr > td:first-child,
1610 .table-responsive > .table-bordered > tbody > tr > td:first-child,
1611 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1612 border-left: 0;
1613 }
1614 .table-responsive > .table-bordered > thead > tr > th:last-child,
1615 .table-responsive > .table-bordered > tbody > tr > th:last-child,
1616 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1617 .table-responsive > .table-bordered > thead > tr > td:last-child,
1618 .table-responsive > .table-bordered > tbody > tr > td:last-child,
1619 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1620 border-right: 0;
1621 }
1622 .table-responsive > .table-bordered > tbody > tr:last-child > th,
1623 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1624 .table-responsive > .table-bordered > tbody > tr:last-child > td,
1625 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1626 border-bottom: 0;
1627 }
1628 }
1629 fieldset {
1630 padding: 0;
1631 margin: 0;
1632 border: 0;
1633 min-width: 0;
1634 }
1635 legend {
1636 display: block;
1637 width: 100%;
1638 padding: 0;
1639 margin-bottom: 20px;
1640 font-size: 21px;
1641 line-height: inherit;
1642 color: #c8c8c8;
1643 border: 0;
1644 border-bottom: 1px solid #1c1e22;
1645 }
1646 label {
1647 display: inline-block;
1648 margin-bottom: 5px;
1649 font-weight: bold;
1650 }
1651 input[type="search"] {
1652 -webkit-box-sizing: border-box;
1653 -moz-box-sizing: border-box;
1654 box-sizing: border-box;
1655 }
1656 input[type="radio"],
1657 input[type="checkbox"] {
1658 margin: 4px 0 0;
1659 margin-top: 1px \9;
1660 /* IE8-9 */
1661 line-height: normal;
1662 }
1663 input[type="file"] {
1664 display: block;
1665 }
1666 input[type="range"] {
1667 display: block;
1668 width: 100%;
1669 }
1670 select[multiple],
1671 select[size] {
1672 height: auto;
1673 }
1674 input[type="file"]:focus,
1675 input[type="radio"]:focus,
1676 input[type="checkbox"]:focus {
1677 outline: thin dotted;
1678 outline: 5px auto -webkit-focus-ring-color;
1679 outline-offset: -2px;
1680 }
1681 output {
1682 display: block;
1683 padding-top: 9px;
1684 font-size: 14px;
1685 line-height: 1.42857143;
1686 color: #272b30;
1687 }
1688 .form-control {
1689 display: block;
1690 width: 100%;
1691 height: 38px;
1692 padding: 8px 12px;
1693 font-size: 14px;
1694 line-height: 1.42857143;
1695 color: #272b30;
1696 background-color: #ffffff;
1697 background-image: none;
1698 border: 1px solid #cccccc;
1699 border-radius: 4px;
1700 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1701 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1702 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1703 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1704 }
1705 .form-control:focus {
1706 border-color: #66afe9;
1707 outline: 0;
1708 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1709 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1710 }
1711 .form-control:-moz-placeholder {
1712 color: #7a8288;
1713 }
1714 .form-control::-moz-placeholder {
1715 color: #7a8288;
1716 opacity: 1;
1717 }
1718 .form-control:-ms-input-placeholder {
1719 color: #7a8288;
1720 }
1721 .form-control::-webkit-input-placeholder {
1722 color: #7a8288;
1723 }
1724 .form-control[disabled],
1725 .form-control[readonly],
1726 fieldset[disabled] .form-control {
1727 cursor: not-allowed;
1728 background-color: #999999;
1729 opacity: 1;
1730 }
1731 textarea.form-control {
1732 height: auto;
1733 }
1734 input[type="date"] {
1735 line-height: 38px;
1736 }
1737 .form-group {
1738 margin-bottom: 15px;
1739 }
1740 .radio,
1741 .checkbox {
1742 display: block;
1743 min-height: 20px;
1744 margin-top: 10px;
1745 margin-bottom: 10px;
1746 padding-left: 20px;
1747 }
1748 .radio label,
1749 .checkbox label {
1750 display: inline;
1751 font-weight: normal;
1752 cursor: pointer;
1753 }
1754 .radio input[type="radio"],
1755 .radio-inline input[type="radio"],
1756 .checkbox input[type="checkbox"],
1757 .checkbox-inline input[type="checkbox"] {
1758 float: left;
1759 margin-left: -20px;
1760 }
1761 .radio + .radio,
1762 .checkbox + .checkbox {
1763 margin-top: -5px;
1764 }
1765 .radio-inline,
1766 .checkbox-inline {
1767 display: inline-block;
1768 padding-left: 20px;
1769 margin-bottom: 0;
1770 vertical-align: middle;
1771 font-weight: normal;
1772 cursor: pointer;
1773 }
1774 .radio-inline + .radio-inline,
1775 .checkbox-inline + .checkbox-inline {
1776 margin-top: 0;
1777 margin-left: 10px;
1778 }
1779 input[type="radio"][disabled],
1780 input[type="checkbox"][disabled],
1781 .radio[disabled],
1782 .radio-inline[disabled],
1783 .checkbox[disabled],
1784 .checkbox-inline[disabled],
1785 fieldset[disabled] input[type="radio"],
1786 fieldset[disabled] input[type="checkbox"],
1787 fieldset[disabled] .radio,
1788 fieldset[disabled] .radio-inline,
1789 fieldset[disabled] .checkbox,
1790 fieldset[disabled] .checkbox-inline {
1791 cursor: not-allowed;
1792 }
1793 .input-sm {
1794 height: 30px;
1795 padding: 5px 10px;
1796 font-size: 12px;
1797 line-height: 1.5;
1798 border-radius: 3px;
1799 }
1800 select.input-sm {
1801 height: 30px;
1802 line-height: 30px;
1803 }
1804 textarea.input-sm,
1805 select[multiple].input-sm {
1806 height: auto;
1807 }
1808 .input-lg {
1809 height: 54px;
1810 padding: 14px 16px;
1811 font-size: 18px;
1812 line-height: 1.33;
1813 border-radius: 6px;
1814 }
1815 select.input-lg {
1816 height: 54px;
1817 line-height: 54px;
1818 }
1819 textarea.input-lg,
1820 select[multiple].input-lg {
1821 height: auto;
1822 }
1823 .has-feedback {
1824 position: relative;
1825 }
1826 .has-feedback .form-control {
1827 padding-right: 47.5px;
1828 }
1829 .has-feedback .form-control-feedback {
1830 position: absolute;
1831 top: 25px;
1832 right: 0;
1833 display: block;
1834 width: 38px;
1835 height: 38px;
1836 line-height: 38px;
1837 text-align: center;
1838 }
1839 .has-success .help-block,
1840 .has-success .control-label,
1841 .has-success .radio,
1842 .has-success .checkbox,
1843 .has-success .radio-inline,
1844 .has-success .checkbox-inline {
1845 color: #ffffff;
1846 }
1847 .has-success .form-control {
1848 border-color: #ffffff;
1849 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1850 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1851 }
1852 .has-success .form-control:focus {
1853 border-color: #e6e6e6;
1854 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1855 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1856 }
1857 .has-success .input-group-addon {
1858 color: #ffffff;
1859 border-color: #ffffff;
1860 background-color: #62c462;
1861 }
1862 .has-success .form-control-feedback {
1863 color: #ffffff;
1864 }
1865 .has-warning .help-block,
1866 .has-warning .control-label,
1867 .has-warning .radio,
1868 .has-warning .checkbox,
1869 .has-warning .radio-inline,
1870 .has-warning .checkbox-inline {
1871 color: #ffffff;
1872 }
1873 .has-warning .form-control {
1874 border-color: #ffffff;
1875 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1876 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1877 }
1878 .has-warning .form-control:focus {
1879 border-color: #e6e6e6;
1880 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1881 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1882 }
1883 .has-warning .input-group-addon {
1884 color: #ffffff;
1885 border-color: #ffffff;
1886 background-color: #f89406;
1887 }
1888 .has-warning .form-control-feedback {
1889 color: #ffffff;
1890 }
1891 .has-error .help-block,
1892 .has-error .control-label,
1893 .has-error .radio,
1894 .has-error .checkbox,
1895 .has-error .radio-inline,
1896 .has-error .checkbox-inline {
1897 color: #ffffff;
1898 }
1899 .has-error .form-control {
1900 border-color: #ffffff;
1901 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1902 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1903 }
1904 .has-error .form-control:focus {
1905 border-color: #e6e6e6;
1906 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1907 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
1908 }
1909 .has-error .input-group-addon {
1910 color: #ffffff;
1911 border-color: #ffffff;
1912 background-color: #ee5f5b;
1913 }
1914 .has-error .form-control-feedback {
1915 color: #ffffff;
1916 }
1917 .form-control-static {
1918 margin-bottom: 0;
1919 }
1920 .help-block {
1921 display: block;
1922 margin-top: 5px;
1923 margin-bottom: 10px;
1924 color: #ffffff;
1925 }
1926 @media (min-width: 768px) {
1927 .form-inline .form-group {
1928 display: inline-block;
1929 margin-bottom: 0;
1930 vertical-align: middle;
1931 }
1932 .form-inline .form-control {
1933 display: inline-block;
1934 width: auto;
1935 vertical-align: middle;
1936 }
1937 .form-inline .control-label {
1938 margin-bottom: 0;
1939 vertical-align: middle;
1940 }
1941 .form-inline .radio,
1942 .form-inline .checkbox {
1943 display: inline-block;
1944 margin-top: 0;
1945 margin-bottom: 0;
1946 padding-left: 0;
1947 vertical-align: middle;
1948 }
1949 .form-inline .radio input[type="radio"],
1950 .form-inline .checkbox input[type="checkbox"] {
1951 float: none;
1952 margin-left: 0;
1953 }
1954 .form-inline .has-feedback .form-control-feedback {
1955 top: 0;
1956 }
1957 }
1958 .form-horizontal .control-label,
1959 .form-horizontal .radio,
1960 .form-horizontal .checkbox,
1961 .form-horizontal .radio-inline,
1962 .form-horizontal .checkbox-inline {
1963 margin-top: 0;
1964 margin-bottom: 0;
1965 padding-top: 9px;
1966 }
1967 .form-horizontal .radio,
1968 .form-horizontal .checkbox {
1969 min-height: 29px;
1970 }
1971 .form-horizontal .form-group {
1972 margin-left: -15px;
1973 margin-right: -15px;
1974 }
1975 .form-horizontal .form-control-static {
1976 padding-top: 9px;
1977 }
1978 @media (min-width: 768px) {
1979 .form-horizontal .control-label {
1980 text-align: right;
1981 }
1982 }
1983 .form-horizontal .has-feedback .form-control-feedback {
1984 top: 0;
1985 right: 15px;
1986 }
1987 .btn {
1988 display: inline-block;
1989 margin-bottom: 0;
1990 font-weight: normal;
1991 text-align: center;
1992 vertical-align: middle;
1993 cursor: pointer;
1994 background-image: none;
1995 border: 1px solid transparent;
1996 white-space: nowrap;
1997 padding: 8px 12px;
1998 font-size: 14px;
1999 line-height: 1.42857143;
2000 border-radius: 4px;
2001 -webkit-user-select: none;
2002 -moz-user-select: none;
2003 -ms-user-select: none;
2004 -o-user-select: none;
2005 user-select: none;
2006 }
2007 .btn:focus {
2008 outline: thin dotted;
2009 outline: 5px auto -webkit-focus-ring-color;
2010 outline-offset: -2px;
2011 }
2012 .btn:hover,
2013 .btn:focus {
2014 color: #ffffff;
2015 text-decoration: none;
2016 }
2017 .btn:active,
2018 .btn.active {
2019 outline: 0;
2020 background-image: none;
2021 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2022 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2023 }
2024 .btn.disabled,
2025 .btn[disabled],
2026 fieldset[disabled] .btn {
2027 cursor: not-allowed;
2028 pointer-events: none;
2029 opacity: 0.65;
2030 filter: alpha(opacity=65);
2031 -webkit-box-shadow: none;
2032 box-shadow: none;
2033 }
2034 .btn-default {
2035 color: #ffffff;
2036 background-color: #3a3f44;
2037 border-color: #3a3f44;
2038 }
2039 .btn-default:hover,
2040 .btn-default:focus,
2041 .btn-default:active,
2042 .btn-default.active,
2043 .open .dropdown-toggle.btn-default {
2044 color: #ffffff;
2045 background-color: #272b2e;
2046 border-color: #1e2023;
2047 }
2048 .btn-default:active,
2049 .btn-default.active,
2050 .open .dropdown-toggle.btn-default {
2051 background-image: none;
2052 }
2053 .btn-default.disabled,
2054 .btn-default[disabled],
2055 fieldset[disabled] .btn-default,
2056 .btn-default.disabled:hover,
2057 .btn-default[disabled]:hover,
2058 fieldset[disabled] .btn-default:hover,
2059 .btn-default.disabled:focus,
2060 .btn-default[disabled]:focus,
2061 fieldset[disabled] .btn-default:focus,
2062 .btn-default.disabled:active,
2063 .btn-default[disabled]:active,
2064 fieldset[disabled] .btn-default:active,
2065 .btn-default.disabled.active,
2066 .btn-default[disabled].active,
2067 fieldset[disabled] .btn-default.active {
2068 background-color: #3a3f44;
2069 border-color: #3a3f44;
2070 }
2071 .btn-default .badge {
2072 color: #3a3f44;
2073 background-color: #ffffff;
2074 }
2075 .btn-primary {
2076 color: #ffffff;
2077 background-color: #7a8288;
2078 border-color: #7a8288;
2079 }
2080 .btn-primary:hover,
2081 .btn-primary:focus,
2082 .btn-primary:active,
2083 .btn-primary.active,
2084 .open .dropdown-toggle.btn-primary {
2085 color: #ffffff;
2086 background-color: #676d73;
2087 border-color: #5d6368;
2088 }
2089 .btn-primary:active,
2090 .btn-primary.active,
2091 .open .dropdown-toggle.btn-primary {
2092 background-image: none;
2093 }
2094 .btn-primary.disabled,
2095 .btn-primary[disabled],
2096 fieldset[disabled] .btn-primary,
2097 .btn-primary.disabled:hover,
2098 .btn-primary[disabled]:hover,
2099 fieldset[disabled] .btn-primary:hover,
2100 .btn-primary.disabled:focus,
2101 .btn-primary[disabled]:focus,
2102 fieldset[disabled] .btn-primary:focus,
2103 .btn-primary.disabled:active,
2104 .btn-primary[disabled]:active,
2105 fieldset[disabled] .btn-primary:active,
2106 .btn-primary.disabled.active,
2107 .btn-primary[disabled].active,
2108 fieldset[disabled] .btn-primary.active {
2109 background-color: #7a8288;
2110 border-color: #7a8288;
2111 }
2112 .btn-primary .badge {
2113 color: #7a8288;
2114 background-color: #ffffff;
2115 }
2116 .btn-success {
2117 color: #ffffff;
2118 background-color: #62c462;
2119 border-color: #62c462;
2120 }
2121 .btn-success:hover,
2122 .btn-success:focus,
2123 .btn-success:active,
2124 .btn-success.active,
2125 .open .dropdown-toggle.btn-success {
2126 color: #ffffff;
2127 background-color: #45b845;
2128 border-color: #40a940;
2129 }
2130 .btn-success:active,
2131 .btn-success.active,
2132 .open .dropdown-toggle.btn-success {
2133 background-image: none;
2134 }
2135 .btn-success.disabled,
2136 .btn-success[disabled],
2137 fieldset[disabled] .btn-success,
2138 .btn-success.disabled:hover,
2139 .btn-success[disabled]:hover,
2140 fieldset[disabled] .btn-success:hover,
2141 .btn-success.disabled:focus,
2142 .btn-success[disabled]:focus,
2143 fieldset[disabled] .btn-success:focus,
2144 .btn-success.disabled:active,
2145 .btn-success[disabled]:active,
2146 fieldset[disabled] .btn-success:active,
2147 .btn-success.disabled.active,
2148 .btn-success[disabled].active,
2149 fieldset[disabled] .btn-success.active {
2150 background-color: #62c462;
2151 border-color: #62c462;
2152 }
2153 .btn-success .badge {
2154 color: #62c462;
2155 background-color: #ffffff;
2156 }
2157 .btn-info {
2158 color: #ffffff;
2159 background-color: #5bc0de;
2160 border-color: #5bc0de;
2161 }
2162 .btn-info:hover,
2163 .btn-info:focus,
2164 .btn-info:active,
2165 .btn-info.active,
2166 .open .dropdown-toggle.btn-info {
2167 color: #ffffff;
2168 background-color: #39b3d7;
2169 border-color: #2aabd2;
2170 }
2171 .btn-info:active,
2172 .btn-info.active,
2173 .open .dropdown-toggle.btn-info {
2174 background-image: none;
2175 }
2176 .btn-info.disabled,
2177 .btn-info[disabled],
2178 fieldset[disabled] .btn-info,
2179 .btn-info.disabled:hover,
2180 .btn-info[disabled]:hover,
2181 fieldset[disabled] .btn-info:hover,
2182 .btn-info.disabled:focus,
2183 .btn-info[disabled]:focus,
2184 fieldset[disabled] .btn-info:focus,
2185 .btn-info.disabled:active,
2186 .btn-info[disabled]:active,
2187 fieldset[disabled] .btn-info:active,
2188 .btn-info.disabled.active,
2189 .btn-info[disabled].active,
2190 fieldset[disabled] .btn-info.active {
2191 background-color: #5bc0de;
2192 border-color: #5bc0de;
2193 }
2194 .btn-info .badge {
2195 color: #5bc0de;
2196 background-color: #ffffff;
2197 }
2198 .btn-warning {
2199 color: #ffffff;
2200 background-color: #f89406;
2201 border-color: #f89406;
2202 }
2203 .btn-warning:hover,
2204 .btn-warning:focus,
2205 .btn-warning:active,
2206 .btn-warning.active,
2207 .open .dropdown-toggle.btn-warning {
2208 color: #ffffff;
2209 background-color: #d07c05;
2210 border-color: #bc7005;
2211 }
2212 .btn-warning:active,
2213 .btn-warning.active,
2214 .open .dropdown-toggle.btn-warning {
2215 background-image: none;
2216 }
2217 .btn-warning.disabled,
2218 .btn-warning[disabled],
2219 fieldset[disabled] .btn-warning,
2220 .btn-warning.disabled:hover,
2221 .btn-warning[disabled]:hover,
2222 fieldset[disabled] .btn-warning:hover,
2223 .btn-warning.disabled:focus,
2224 .btn-warning[disabled]:focus,
2225 fieldset[disabled] .btn-warning:focus,
2226 .btn-warning.disabled:active,
2227 .btn-warning[disabled]:active,
2228 fieldset[disabled] .btn-warning:active,
2229 .btn-warning.disabled.active,
2230 .btn-warning[disabled].active,
2231 fieldset[disabled] .btn-warning.active {
2232 background-color: #f89406;
2233 border-color: #f89406;
2234 }
2235 .btn-warning .badge {
2236 color: #f89406;
2237 background-color: #ffffff;
2238 }
2239 .btn-danger {
2240 color: #ffffff;
2241 background-color: #ee5f5b;
2242 border-color: #ee5f5b;
2243 }
2244 .btn-danger:hover,
2245 .btn-danger:focus,
2246 .btn-danger:active,
2247 .btn-danger.active,
2248 .open .dropdown-toggle.btn-danger {
2249 color: #ffffff;
2250 background-color: #ea3b36;
2251 border-color: #e82924;
2252 }
2253 .btn-danger:active,
2254 .btn-danger.active,
2255 .open .dropdown-toggle.btn-danger {
2256 background-image: none;
2257 }
2258 .btn-danger.disabled,
2259 .btn-danger[disabled],
2260 fieldset[disabled] .btn-danger,
2261 .btn-danger.disabled:hover,
2262 .btn-danger[disabled]:hover,
2263 fieldset[disabled] .btn-danger:hover,
2264 .btn-danger.disabled:focus,
2265 .btn-danger[disabled]:focus,
2266 fieldset[disabled] .btn-danger:focus,
2267 .btn-danger.disabled:active,
2268 .btn-danger[disabled]:active,
2269 fieldset[disabled] .btn-danger:active,
2270 .btn-danger.disabled.active,
2271 .btn-danger[disabled].active,
2272 fieldset[disabled] .btn-danger.active {
2273 background-color: #ee5f5b;
2274 border-color: #ee5f5b;
2275 }
2276 .btn-danger .badge {
2277 color: #ee5f5b;
2278 background-color: #ffffff;
2279 }
2280 .btn-link {
2281 color: #ffffff;
2282 font-weight: normal;
2283 cursor: pointer;
2284 border-radius: 0;
2285 }
2286 .btn-link,
2287 .btn-link:active,
2288 .btn-link[disabled],
2289 fieldset[disabled] .btn-link {
2290 background-color: transparent;
2291 -webkit-box-shadow: none;
2292 box-shadow: none;
2293 }
2294 .btn-link,
2295 .btn-link:hover,
2296 .btn-link:focus,
2297 .btn-link:active {
2298 border-color: transparent;
2299 }
2300 .btn-link:hover,
2301 .btn-link:focus {
2302 color: #ffffff;
2303 text-decoration: underline;
2304 background-color: transparent;
2305 }
2306 .btn-link[disabled]:hover,
2307 fieldset[disabled] .btn-link:hover,
2308 .btn-link[disabled]:focus,
2309 fieldset[disabled] .btn-link:focus {
2310 color: #7a8288;
2311 text-decoration: none;
2312 }
2313 .btn-lg {
2314 padding: 14px 16px;
2315 font-size: 18px;
2316 line-height: 1.33;
2317 border-radius: 6px;
2318 }
2319 .btn-sm {
2320 padding: 5px 10px;
2321 font-size: 12px;
2322 line-height: 1.5;
2323 border-radius: 3px;
2324 }
2325 .btn-xs {
2326 padding: 1px 5px;
2327 font-size: 12px;
2328 line-height: 1.5;
2329 border-radius: 3px;
2330 }
2331 .btn-block {
2332 display: block;
2333 width: 100%;
2334 padding-left: 0;
2335 padding-right: 0;
2336 }
2337 .btn-block + .btn-block {
2338 margin-top: 5px;
2339 }
2340 input[type="submit"].btn-block,
2341 input[type="reset"].btn-block,
2342 input[type="button"].btn-block {
2343 width: 100%;
2344 }
2345 .fade {
2346 opacity: 0;
2347 -webkit-transition: opacity 0.15s linear;
2348 transition: opacity 0.15s linear;
2349 }
2350 .fade.in {
2351 opacity: 1;
2352 }
2353 .collapse {
2354 display: none;
2355 }
2356 .collapse.in {
2357 display: block;
2358 }
2359 .collapsing {
2360 position: relative;
2361 height: 0;
2362 overflow: hidden;
2363 -webkit-transition: height 0.35s ease;
2364 transition: height 0.35s ease;
2365 }
2366 .caret {
2367 display: inline-block;
2368 width: 0;
2369 height: 0;
2370 margin-left: 2px;
2371 vertical-align: middle;
2372 border-top: 4px solid;
2373 border-right: 4px solid transparent;
2374 border-left: 4px solid transparent;
2375 }
2376 .dropdown {
2377 position: relative;
2378 }
2379 .dropdown-toggle:focus {
2380 outline: 0;
2381 }
2382 .dropdown-menu {
2383 position: absolute;
2384 top: 100%;
2385 left: 0;
2386 z-index: 1000;
2387 display: none;
2388 float: left;
2389 min-width: 160px;
2390 padding: 5px 0;
2391 margin: 2px 0 0;
2392 list-style: none;
2393 font-size: 14px;
2394 background-color: #3a3f44;
2395 border: 1px solid #272b30;
2396 border: 1px solid rgba(0, 0, 0, 0.15);
2397 border-radius: 4px;
2398 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2399 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2400 background-clip: padding-box;
2401 }
2402 .dropdown-menu.pull-right {
2403 right: 0;
2404 left: auto;
2405 }
2406 .dropdown-menu .divider {
2407 height: 1px;
2408 margin: 9px 0;
2409 overflow: hidden;
2410 background-color: #272b30;
2411 }
2412 .dropdown-menu > li > a {
2413 display: block;
2414 padding: 3px 20px;
2415 clear: both;
2416 font-weight: normal;
2417 line-height: 1.42857143;
2418 color: #c8c8c8;
2419 white-space: nowrap;
2420 }
2421 .dropdown-menu > li > a:hover,
2422 .dropdown-menu > li > a:focus {
2423 text-decoration: none;
2424 color: #ffffff;
2425 background-color: #272b30;
2426 }
2427 .dropdown-menu > .active > a,
2428 .dropdown-menu > .active > a:hover,
2429 .dropdown-menu > .active > a:focus {
2430 color: #ffffff;
2431 text-decoration: none;
2432 outline: 0;
2433 background-color: #272b30;
2434 }
2435 .dropdown-menu > .disabled > a,
2436 .dropdown-menu > .disabled > a:hover,
2437 .dropdown-menu > .disabled > a:focus {
2438 color: #7a8288;
2439 }
2440 .dropdown-menu > .disabled > a:hover,
2441 .dropdown-menu > .disabled > a:focus {
2442 text-decoration: none;
2443 background-color: transparent;
2444 background-image: none;
2445 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2446 cursor: not-allowed;
2447 }
2448 .open > .dropdown-menu {
2449 display: block;
2450 }
2451 .open > a {
2452 outline: 0;
2453 }
2454 .dropdown-menu-right {
2455 left: auto;
2456 right: 0;
2457 }
2458 .dropdown-menu-left {
2459 left: 0;
2460 right: auto;
2461 }
2462 .dropdown-header {
2463 display: block;
2464 padding: 3px 20px;
2465 font-size: 12px;
2466 line-height: 1.42857143;
2467 color: #7a8288;
2468 }
2469 .dropdown-backdrop {
2470 position: fixed;
2471 left: 0;
2472 right: 0;
2473 bottom: 0;
2474 top: 0;
2475 z-index: 990;
2476 }
2477 .pull-right > .dropdown-menu {
2478 right: 0;
2479 left: auto;
2480 }
2481 .dropup .caret,
2482 .navbar-fixed-bottom .dropdown .caret {
2483 border-top: 0;
2484 border-bottom: 4px solid;
2485 content: "";
2486 }
2487 .dropup .dropdown-menu,
2488 .navbar-fixed-bottom .dropdown .dropdown-menu {
2489 top: auto;
2490 bottom: 100%;
2491 margin-bottom: 1px;
2492 }
2493 @media (min-width: 768px) {
2494 .navbar-right .dropdown-menu {
2495 left: auto;
2496 right: 0;
2497 }
2498 .navbar-right .dropdown-menu-left {
2499 left: 0;
2500 right: auto;
2501 }
2502 }
2503 .nav {
2504 margin-bottom: 0;
2505 padding-left: 0;
2506 list-style: none;
2507 }
2508 .nav > li {
2509 position: relative;
2510 display: block;
2511 }
2512 .nav > li > a {
2513 position: relative;
2514 display: block;
2515 padding: 10px 15px;
2516 }
2517 .nav > li > a:hover,
2518 .nav > li > a:focus {
2519 text-decoration: none;
2520 background-color: #3e444c;
2521 }
2522 .nav > li.disabled > a {
2523 color: #7a8288;
2524 }
2525 .nav > li.disabled > a:hover,
2526 .nav > li.disabled > a:focus {
2527 color: #7a8288;
2528 text-decoration: none;
2529 background-color: transparent;
2530 cursor: not-allowed;
2531 }
2532 .nav .open > a,
2533 .nav .open > a:hover,
2534 .nav .open > a:focus {
2535 background-color: #3e444c;
2536 border-color: #ffffff;
2537 }
2538 .nav .nav-divider {
2539 height: 1px;
2540 margin: 9px 0;
2541 overflow: hidden;
2542 background-color: #e5e5e5;
2543 }
2544 .nav > li > a > img {
2545 max-width: none;
2546 }
2547 .nav-tabs {
2548 border-bottom: 1px solid #1c1e22;
2549 }
2550 .nav-tabs > li {
2551 float: left;
2552 margin-bottom: -1px;
2553 }
2554 .nav-tabs > li > a {
2555 margin-right: 2px;
2556 line-height: 1.42857143;
2557 border: 1px solid transparent;
2558 border-radius: 4px 4px 0 0;
2559 }
2560 .nav-tabs > li > a:hover {
2561 border-color: #1c1e22 #1c1e22 #1c1e22;
2562 }
2563 .nav-tabs > li.active > a,
2564 .nav-tabs > li.active > a:hover,
2565 .nav-tabs > li.active > a:focus {
2566 color: #ffffff;
2567 background-color: #3e444c;
2568 border: 1px solid #1c1e22;
2569 border-bottom-color: transparent;
2570 cursor: default;
2571 }
2572 .nav-tabs.nav-justified {
2573 width: 100%;
2574 border-bottom: 0;
2575 }
2576 .nav-tabs.nav-justified > li {
2577 float: none;
2578 }
2579 .nav-tabs.nav-justified > li > a {
2580 text-align: center;
2581 margin-bottom: 5px;
2582 }
2583 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
2584 top: auto;
2585 left: auto;
2586 }
2587 @media (min-width: 768px) {
2588 .nav-tabs.nav-justified > li {
2589 display: table-cell;
2590 width: 1%;
2591 }
2592 .nav-tabs.nav-justified > li > a {
2593 margin-bottom: 0;
2594 }
2595 }
2596 .nav-tabs.nav-justified > li > a {
2597 margin-right: 0;
2598 border-radius: 4px;
2599 }
2600 .nav-tabs.nav-justified > .active > a,
2601 .nav-tabs.nav-justified > .active > a:hover,
2602 .nav-tabs.nav-justified > .active > a:focus {
2603 border: 1px solid #1c1e22;
2604 }
2605 @media (min-width: 768px) {
2606 .nav-tabs.nav-justified > li > a {
2607 border-bottom: 1px solid #1c1e22;
2608 border-radius: 4px 4px 0 0;
2609 }
2610 .nav-tabs.nav-justified > .active > a,
2611 .nav-tabs.nav-justified > .active > a:hover,
2612 .nav-tabs.nav-justified > .active > a:focus {
2613 border-bottom-color: #272b30;
2614 }
2615 }
2616 .nav-pills > li {
2617 float: left;
2618 }
2619 .nav-pills > li > a {
2620 border-radius: 4px;
2621 }
2622 .nav-pills > li + li {
2623 margin-left: 2px;
2624 }
2625 .nav-pills > li.active > a,
2626 .nav-pills > li.active > a:hover,
2627 .nav-pills > li.active > a:focus {
2628 color: #ffffff;
2629 background-color: transparent;
2630 }
2631 .nav-stacked > li {
2632 float: none;
2633 }
2634 .nav-stacked > li + li {
2635 margin-top: 2px;
2636 margin-left: 0;
2637 }
2638 .nav-justified {
2639 width: 100%;
2640 }
2641 .nav-justified > li {
2642 float: none;
2643 }
2644 .nav-justified > li > a {
2645 text-align: center;
2646 margin-bottom: 5px;
2647 }
2648 .nav-justified > .dropdown .dropdown-menu {
2649 top: auto;
2650 left: auto;
2651 }
2652 @media (min-width: 768px) {
2653 .nav-justified > li {
2654 display: table-cell;
2655 width: 1%;
2656 }
2657 .nav-justified > li > a {
2658 margin-bottom: 0;
2659 }
2660 }
2661 .nav-tabs-justified {
2662 border-bottom: 0;
2663 }
2664 .nav-tabs-justified > li > a {
2665 margin-right: 0;
2666 border-radius: 4px;
2667 }
2668 .nav-tabs-justified > .active > a,
2669 .nav-tabs-justified > .active > a:hover,
2670 .nav-tabs-justified > .active > a:focus {
2671 border: 1px solid #1c1e22;
2672 }
2673 @media (min-width: 768px) {
2674 .nav-tabs-justified > li > a {
2675 border-bottom: 1px solid #1c1e22;
2676 border-radius: 4px 4px 0 0;
2677 }
2678 .nav-tabs-justified > .active > a,
2679 .nav-tabs-justified > .active > a:hover,
2680 .nav-tabs-justified > .active > a:focus {
2681 border-bottom-color: #272b30;
2682 }
2683 }
2684 .tab-content > .tab-pane {
2685 display: none;
2686 }
2687 .tab-content > .active {
2688 display: block;
2689 }
2690 .nav-tabs .dropdown-menu {
2691 margin-top: -1px;
2692 border-top-right-radius: 0;
2693 border-top-left-radius: 0;
2694 }
2695 .navbar {
2696 position: relative;
2697 min-height: 50px;
2698 margin-bottom: 20px;
2699 border: 1px solid transparent;
2700 }
2701 @media (min-width: 768px) {
2702 .navbar {
2703 border-radius: 4px;
2704 }
2705 }
2706 @media (min-width: 768px) {
2707 .navbar-header {
2708 float: left;
2709 }
2710 }
2711 .navbar-collapse {
2712 max-height: 340px;
2713 overflow-x: visible;
2714 padding-right: 15px;
2715 padding-left: 15px;
2716 border-top: 1px solid transparent;
2717 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
2718 -webkit-overflow-scrolling: touch;
2719 }
2720 .navbar-collapse.in {
2721 overflow-y: auto;
2722 }
2723 @media (min-width: 768px) {
2724 .navbar-collapse {
2725 width: auto;
2726 border-top: 0;
2727 box-shadow: none;
2728 }
2729 .navbar-collapse.collapse {
2730 display: block !important;
2731 height: auto !important;
2732 padding-bottom: 0;
2733 overflow: visible !important;
2734 }
2735 .navbar-collapse.in {
2736 overflow-y: visible;
2737 }
2738 .navbar-fixed-top .navbar-collapse,
2739 .navbar-static-top .navbar-collapse,
2740 .navbar-fixed-bottom .navbar-collapse {
2741 padding-left: 0;
2742 padding-right: 0;
2743 }
2744 }
2745 .container > .navbar-header,
2746 .container-fluid > .navbar-header,
2747 .container > .navbar-collapse,
2748 .container-fluid > .navbar-collapse {
2749 margin-right: -15px;
2750 margin-left: -15px;
2751 }
2752 @media (min-width: 768px) {
2753 .container > .navbar-header,
2754 .container-fluid > .navbar-header,
2755 .container > .navbar-collapse,
2756 .container-fluid > .navbar-collapse {
2757 margin-right: 0;
2758 margin-left: 0;
2759 }
2760 }
2761 .navbar-static-top {
2762 z-index: 1000;
2763 border-width: 0 0 1px;
2764 }
2765 @media (min-width: 768px) {
2766 .navbar-static-top {
2767 border-radius: 0;
2768 }
2769 }
2770 .navbar-fixed-top,
2771 .navbar-fixed-bottom {
2772 position: fixed;
2773 right: 0;
2774 left: 0;
2775 z-index: 1030;
2776 }
2777 @media (min-width: 768px) {
2778 .navbar-fixed-top,
2779 .navbar-fixed-bottom {
2780 border-radius: 0;
2781 }
2782 }
2783 .navbar-fixed-top {
2784 top: 0;
2785 border-width: 0 0 1px;
2786 }
2787 .navbar-fixed-bottom {
2788 bottom: 0;
2789 margin-bottom: 0;
2790 border-width: 1px 0 0;
2791 }
2792 .navbar-brand {
2793 float: left;
2794 padding: 15px 15px;
2795 font-size: 18px;
2796 line-height: 20px;
2797 height: 20px;
2798 }
2799 .navbar-brand:hover,
2800 .navbar-brand:focus {
2801 text-decoration: none;
2802 }
2803 @media (min-width: 768px) {
2804 .navbar > .container .navbar-brand,
2805 .navbar > .container-fluid .navbar-brand {
2806 margin-left: -15px;
2807 }
2808 }
2809 .navbar-toggle {
2810 position: relative;
2811 float: right;
2812 margin-right: 15px;
2813 padding: 9px 10px;
2814 margin-top: 8px;
2815 margin-bottom: 8px;
2816 background-color: transparent;
2817 background-image: none;
2818 border: 1px solid transparent;
2819 border-radius: 4px;
2820 }
2821 .navbar-toggle:focus {
2822 outline: none;
2823 }
2824 .navbar-toggle .icon-bar {
2825 display: block;
2826 width: 22px;
2827 height: 2px;
2828 border-radius: 1px;
2829 }
2830 .navbar-toggle .icon-bar + .icon-bar {
2831 margin-top: 4px;
2832 }
2833 @media (min-width: 768px) {
2834 .navbar-toggle {
2835 display: none;
2836 }
2837 }
2838 .navbar-nav {
2839 margin: 7.5px -15px;
2840 }
2841 .navbar-nav > li > a {
2842 padding-top: 10px;
2843 padding-bottom: 10px;
2844 line-height: 20px;
2845 }
2846 @media (max-width: 767px) {
2847 .navbar-nav .open .dropdown-menu {
2848 position: static;
2849 float: none;
2850 width: auto;
2851 margin-top: 0;
2852 background-color: transparent;
2853 border: 0;
2854 box-shadow: none;
2855 }
2856 .navbar-nav .open .dropdown-menu > li > a,
2857 .navbar-nav .open .dropdown-menu .dropdown-header {
2858 padding: 5px 15px 5px 25px;
2859 }
2860 .navbar-nav .open .dropdown-menu > li > a {
2861 line-height: 20px;
2862 }
2863 .navbar-nav .open .dropdown-menu > li > a:hover,
2864 .navbar-nav .open .dropdown-menu > li > a:focus {
2865 background-image: none;
2866 }
2867 }
2868 @media (min-width: 768px) {
2869 .navbar-nav {
2870 float: left;
2871 margin: 0;
2872 }
2873 .navbar-nav > li {
2874 float: left;
2875 }
2876 .navbar-nav > li > a {
2877 padding-top: 15px;
2878 padding-bottom: 15px;
2879 }
2880 .navbar-nav.navbar-right:last-child {
2881 margin-right: -15px;
2882 }
2883 }
2884 @media (min-width: 768px) {
2885 .navbar-left {
2886 float: left !important;
2887 }
2888 .navbar-right {
2889 float: right !important;
2890 }
2891 }
2892 .navbar-form {
2893 margin-left: -15px;
2894 margin-right: -15px;
2895 padding: 10px 15px;
2896 border-top: 1px solid transparent;
2897 border-bottom: 1px solid transparent;
2898 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
2899 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
2900 margin-top: 6px;
2901 margin-bottom: 6px;
2902 }
2903 @media (min-width: 768px) {
2904 .navbar-form .form-group {
2905 display: inline-block;
2906 margin-bottom: 0;
2907 vertical-align: middle;
2908 }
2909 .navbar-form .form-control {
2910 display: inline-block;
2911 width: auto;
2912 vertical-align: middle;
2913 }
2914 .navbar-form .control-label {
2915 margin-bottom: 0;
2916 vertical-align: middle;
2917 }
2918 .navbar-form .radio,
2919 .navbar-form .checkbox {
2920 display: inline-block;
2921 margin-top: 0;
2922 margin-bottom: 0;
2923 padding-left: 0;
2924 vertical-align: middle;
2925 }
2926 .navbar-form .radio input[type="radio"],
2927 .navbar-form .checkbox input[type="checkbox"] {
2928 float: none;
2929 margin-left: 0;
2930 }
2931 .navbar-form .has-feedback .form-control-feedback {
2932 top: 0;
2933 }
2934 }
2935 @media (max-width: 767px) {
2936 .navbar-form .form-group {
2937 margin-bottom: 5px;
2938 }
2939 }
2940 @media (min-width: 768px) {
2941 .navbar-form {
2942 width: auto;
2943 border: 0;
2944 margin-left: 0;
2945 margin-right: 0;
2946 padding-top: 0;
2947 padding-bottom: 0;
2948 -webkit-box-shadow: none;
2949 box-shadow: none;
2950 }
2951 .navbar-form.navbar-right:last-child {
2952 margin-right: -15px;
2953 }
2954 }
2955 .navbar-nav > li > .dropdown-menu {
2956 margin-top: 0;
2957 border-top-right-radius: 0;
2958 border-top-left-radius: 0;
2959 }
2960 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
2961 border-bottom-right-radius: 0;
2962 border-bottom-left-radius: 0;
2963 }
2964 .navbar-btn {
2965 margin-top: 6px;
2966 margin-bottom: 6px;
2967 }
2968 .navbar-btn.btn-sm {
2969 margin-top: 10px;
2970 margin-bottom: 10px;
2971 }
2972 .navbar-btn.btn-xs {
2973 margin-top: 14px;
2974 margin-bottom: 14px;
2975 }
2976 .navbar-text {
2977 margin-top: 15px;
2978 margin-bottom: 15px;
2979 }
2980 @media (min-width: 768px) {
2981 .navbar-text {
2982 float: left;
2983 margin-left: 15px;
2984 margin-right: 15px;
2985 }
2986 .navbar-text.navbar-right:last-child {
2987 margin-right: 0;
2988 }
2989 }
2990 .navbar-default {
2991 background-color: #3a3f44;
2992 border-color: #2b2e32;
2993 }
2994 .navbar-default .navbar-brand {
2995 color: #c8c8c8;
2996 }
2997 .navbar-default .navbar-brand:hover,
2998 .navbar-default .navbar-brand:focus {
2999 color: #ffffff;
3000 background-color: none;
3001 }
3002 .navbar-default .navbar-text {
3003 color: #c8c8c8;
3004 }
3005 .navbar-default .navbar-nav > li > a {
3006 color: #c8c8c8;
3007 }
3008 .navbar-default .navbar-nav > li > a:hover,
3009 .navbar-default .navbar-nav > li > a:focus {
3010 color: #ffffff;
3011 background-color: #272b2e;
3012 }
3013 .navbar-default .navbar-nav > .active > a,
3014 .navbar-default .navbar-nav > .active > a:hover,
3015 .navbar-default .navbar-nav > .active > a:focus {
3016 color: #ffffff;
3017 background-color: #272b2e;
3018 }
3019 .navbar-default .navbar-nav > .disabled > a,
3020 .navbar-default .navbar-nav > .disabled > a:hover,
3021 .navbar-default .navbar-nav > .disabled > a:focus {
3022 color: #cccccc;
3023 background-color: transparent;
3024 }
3025 .navbar-default .navbar-toggle {
3026 border-color: #272b2e;
3027 }
3028 .navbar-default .navbar-toggle:hover,
3029 .navbar-default .navbar-toggle:focus {
3030 background-color: #272b2e;
3031 }
3032 .navbar-default .navbar-toggle .icon-bar {
3033 background-color: #c8c8c8;
3034 }
3035 .navbar-default .navbar-collapse,
3036 .navbar-default .navbar-form {
3037 border-color: #2b2e32;
3038 }
3039 .navbar-default .navbar-nav > .open > a,
3040 .navbar-default .navbar-nav > .open > a:hover,
3041 .navbar-default .navbar-nav > .open > a:focus {
3042 background-color: #272b2e;
3043 color: #ffffff;
3044 }
3045 @media (max-width: 767px) {
3046 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
3047 color: #c8c8c8;
3048 }
3049 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
3050 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
3051 color: #ffffff;
3052 background-color: #272b2e;
3053 }
3054 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
3055 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
3056 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
3057 color: #ffffff;
3058 background-color: #272b2e;
3059 }
3060 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
3061 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3062 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3063 color: #cccccc;
3064 background-color: transparent;
3065 }
3066 }
3067 .navbar-default .navbar-link {
3068 color: #c8c8c8;
3069 }
3070 .navbar-default .navbar-link:hover {
3071 color: #ffffff;
3072 }
3073 .navbar-inverse {
3074 background-color: #7a8288;
3075 border-color: #62686d;
3076 }
3077 .navbar-inverse .navbar-brand {
3078 color: #cccccc;
3079 }
3080 .navbar-inverse .navbar-brand:hover,
3081 .navbar-inverse .navbar-brand:focus {
3082 color: #ffffff;
3083 background-color: none;
3084 }
3085 .navbar-inverse .navbar-text {
3086 color: #cccccc;
3087 }
3088 .navbar-inverse .navbar-nav > li > a {
3089 color: #cccccc;
3090 }
3091 .navbar-inverse .navbar-nav > li > a:hover,
3092 .navbar-inverse .navbar-nav > li > a:focus {
3093 color: #ffffff;
3094 background-color: #5d6368;
3095 }
3096 .navbar-inverse .navbar-nav > .active > a,
3097 .navbar-inverse .navbar-nav > .active > a:hover,
3098 .navbar-inverse .navbar-nav > .active > a:focus {
3099 color: #ffffff;
3100 background-color: #5d6368;
3101 }
3102 .navbar-inverse .navbar-nav > .disabled > a,
3103 .navbar-inverse .navbar-nav > .disabled > a:hover,
3104 .navbar-inverse .navbar-nav > .disabled > a:focus {
3105 color: #cccccc;
3106 background-color: transparent;
3107 }
3108 .navbar-inverse .navbar-toggle {
3109 border-color: #5d6368;
3110 }
3111 .navbar-inverse .navbar-toggle:hover,
3112 .navbar-inverse .navbar-toggle:focus {
3113 background-color: #5d6368;
3114 }
3115 .navbar-inverse .navbar-toggle .icon-bar {
3116 background-color: #ffffff;
3117 }
3118 .navbar-inverse .navbar-collapse,
3119 .navbar-inverse .navbar-form {
3120 border-color: #697075;
3121 }
3122 .navbar-inverse .navbar-nav > .open > a,
3123 .navbar-inverse .navbar-nav > .open > a:hover,
3124 .navbar-inverse .navbar-nav > .open > a:focus {
3125 background-color: #5d6368;
3126 color: #ffffff;
3127 }
3128 @media (max-width: 767px) {
3129 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
3130 border-color: #62686d;
3131 }
3132 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
3133 background-color: #62686d;
3134 }
3135 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
3136 color: #cccccc;
3137 }
3138 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
3139 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
3140 color: #ffffff;
3141 background-color: #5d6368;
3142 }
3143 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
3144 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
3145 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
3146 color: #ffffff;
3147 background-color: #5d6368;
3148 }
3149 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
3150 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3151 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3152 color: #cccccc;
3153 background-color: transparent;
3154 }
3155 }
3156 .navbar-inverse .navbar-link {
3157 color: #cccccc;
3158 }
3159 .navbar-inverse .navbar-link:hover {
3160 color: #ffffff;
3161 }
3162 .pager {
3163 padding-left: 0;
3164 margin: 20px 0;
3165 list-style: none;
3166 text-align: center;
3167 }
3168 .pager li {
3169 display: inline;
3170 }
3171 .pager li > a,
3172 .pager li > span {
3173 display: inline-block;
3174 padding: 5px 14px;
3175 background-color: #3a3f44;
3176 border: 1px solid rgba(0, 0, 0, 0.6);
3177 border-radius: 15px;
3178 }
3179 .pager li > a:hover,
3180 .pager li > a:focus {
3181 text-decoration: none;
3182 background-color: transparent;
3183 }
3184 .pager .next > a,
3185 .pager .next > span {
3186 float: right;
3187 }
3188 .pager .previous > a,
3189 .pager .previous > span {
3190 float: left;
3191 }
3192 .pager .disabled > a,
3193 .pager .disabled > a:hover,
3194 .pager .disabled > a:focus,
3195 .pager .disabled > span {
3196 color: #7a8288;
3197 background-color: #3a3f44;
3198 cursor: not-allowed;
3199 }
3200 .jumbotron {
3201 padding: 30px;
3202 margin-bottom: 30px;
3203 color: inherit;
3204 background-color: #1c1e22;
3205 }
3206 .jumbotron h1,
3207 .jumbotron .h1 {
3208 color: inherit;
3209 }
3210 .jumbotron p {
3211 margin-bottom: 15px;
3212 font-size: 21px;
3213 font-weight: 200;
3214 }
3215 .container .jumbotron {
3216 border-radius: 6px;
3217 }
3218 .jumbotron .container {
3219 max-width: 100%;
3220 }
3221 @media screen and (min-width: 768px) {
3222 .jumbotron {
3223 padding-top: 48px;
3224 padding-bottom: 48px;
3225 }
3226 .container .jumbotron {
3227 padding-left: 60px;
3228 padding-right: 60px;
3229 }
3230 .jumbotron h1,
3231 .jumbotron .h1 {
3232 font-size: 63px;
3233 }
3234 }
3235 .thumbnail {
3236 display: block;
3237 padding: 4px;
3238 margin-bottom: 20px;
3239 line-height: 1.42857143;
3240 background-color: #272b30;
3241 border: 1px solid #dddddd;
3242 border-radius: 4px;
3243 -webkit-transition: all 0.2s ease-in-out;
3244 transition: all 0.2s ease-in-out;
3245 }
3246 .thumbnail > img,
3247 .thumbnail a > img {
3248 display: block;
3249 max-width: 100%;
3250 height: auto;
3251 margin-left: auto;
3252 margin-right: auto;
3253 }
3254 a.thumbnail:hover,
3255 a.thumbnail:focus,
3256 a.thumbnail.active {
3257 border-color: #ffffff;
3258 }
3259 .thumbnail .caption {
3260 padding: 9px;
3261 color: #c8c8c8;
3262 }
3263 .alert {
3264 padding: 15px;
3265 margin-bottom: 20px;
3266 border: 1px solid transparent;
3267 border-radius: 4px;
3268 }
3269 .alert h4 {
3270 margin-top: 0;
3271 color: inherit;
3272 }
3273 .alert .alert-link {
3274 font-weight: bold;
3275 }
3276 .alert > p,
3277 .alert > ul {
3278 margin-bottom: 0;
3279 }
3280 .alert > p + p {
3281 margin-top: 5px;
3282 }
3283 .alert-dismissable {
3284 padding-right: 35px;
3285 }
3286 .alert-dismissable .close {
3287 position: relative;
3288 top: -2px;
3289 right: -21px;
3290 color: inherit;
3291 }
3292 .alert-success {
3293 background-color: #62c462;
3294 border-color: #62bd4f;
3295 color: #ffffff;
3296 }
3297 .alert-success hr {
3298 border-top-color: #55b142;
3299 }
3300 .alert-success .alert-link {
3301 color: #e6e6e6;
3302 }
3303 .alert-info {
3304 background-color: #5bc0de;
3305 border-color: #3dced8;
3306 color: #ffffff;
3307 }
3308 .alert-info hr {
3309 border-top-color: #2ac7d2;
3310 }
3311 .alert-info .alert-link {
3312 color: #e6e6e6;
3313 }
3314 .alert-warning {
3315 background-color: #f89406;
3316 border-color: #e96506;
3317 color: #ffffff;
3318 }
3319 .alert-warning hr {
3320 border-top-color: #d05a05;
3321 }
3322 .alert-warning .alert-link {
3323 color: #e6e6e6;
3324 }
3325 .alert-danger {
3326 background-color: #ee5f5b;
3327 border-color: #ed4d63;
3328 color: #ffffff;
3329 }
3330 .alert-danger hr {
3331 border-top-color: #ea364f;
3332 }
3333 .alert-danger .alert-link {
3334 color: #e6e6e6;
3335 }
3336 @-webkit-keyframes progress-bar-stripes {
3337 from {
3338 background-position: 40px 0;
3339 }
3340 to {
3341 background-position: 0 0;
3342 }
3343 }
3344 @keyframes progress-bar-stripes {
3345 from {
3346 background-position: 40px 0;
3347 }
3348 to {
3349 background-position: 0 0;
3350 }
3351 }
3352 .progress {
3353 overflow: hidden;
3354 height: 20px;
3355 margin-bottom: 20px;
3356 background-color: #1c1e22;
3357 border-radius: 4px;
3358 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3359 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3360 }
3361 .progress-bar {
3362 float: left;
3363 width: 0%;
3364 height: 100%;
3365 font-size: 12px;
3366 line-height: 20px;
3367 color: #ffffff;
3368 text-align: center;
3369 background-color: #7a8288;
3370 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3371 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3372 -webkit-transition: width 0.6s ease;
3373 transition: width 0.6s ease;
3374 }
3375 .progress-striped .progress-bar {
3376 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3377 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3378 background-size: 40px 40px;
3379 }
3380 .progress.active .progress-bar {
3381 -webkit-animation: progress-bar-stripes 2s linear infinite;
3382 animation: progress-bar-stripes 2s linear infinite;
3383 }
3384 .progress-bar-success {
3385 background-color: #62c462;
3386 }
3387 .progress-striped .progress-bar-success {
3388 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3389 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3390 }
3391 .progress-bar-info {
3392 background-color: #5bc0de;
3393 }
3394 .progress-striped .progress-bar-info {
3395 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3396 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3397 }
3398 .progress-bar-warning {
3399 background-color: #f89406;
3400 }
3401 .progress-striped .progress-bar-warning {
3402 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3403 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3404 }
3405 .progress-bar-danger {
3406 background-color: #ee5f5b;
3407 }
3408 .progress-striped .progress-bar-danger {
3409 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3410 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3411 }
3412 .list-group {
3413 margin-bottom: 20px;
3414 padding-left: 0;
3415 }
3416 .list-group-item {
3417 position: relative;
3418 display: block;
3419 padding: 10px 15px;
3420 margin-bottom: -1px;
3421 background-color: transparent;
3422 border: 1px solid rgba(0, 0, 0, 0.6);
3423 }
3424 .list-group-item:first-child {
3425 border-top-right-radius: 4px;
3426 border-top-left-radius: 4px;
3427 }
3428 .list-group-item:last-child {
3429 margin-bottom: 0;
3430 border-bottom-right-radius: 4px;
3431 border-bottom-left-radius: 4px;
3432 }
3433 .list-group-item > .badge {
3434 float: right;
3435 }
3436 .list-group-item > .badge + .badge {
3437 margin-right: 5px;
3438 }
3439 a.list-group-item {
3440 color: #c8c8c8;
3441 }
3442 a.list-group-item .list-group-item-heading {
3443 color: #ffffff;
3444 }
3445 a.list-group-item:hover,
3446 a.list-group-item:focus {
3447 text-decoration: none;
3448 background-color: #3e444c;
3449 }
3450 a.list-group-item.active,
3451 a.list-group-item.active:hover,
3452 a.list-group-item.active:focus {
3453 z-index: 2;
3454 color: #ffffff;
3455 background-color: #3e444c;
3456 border-color: rgba(0, 0, 0, 0.6);
3457 }
3458 a.list-group-item.active .list-group-item-heading,
3459 a.list-group-item.active:hover .list-group-item-heading,
3460 a.list-group-item.active:focus .list-group-item-heading {
3461 color: inherit;
3462 }
3463 a.list-group-item.active .list-group-item-text,
3464 a.list-group-item.active:hover .list-group-item-text,
3465 a.list-group-item.active:focus .list-group-item-text {
3466 color: #a2aab4;
3467 }
3468 .list-group-item-success {
3469 color: #ffffff;
3470 background-color: #62c462;
3471 }
3472 a.list-group-item-success {
3473 color: #ffffff;
3474 }
3475 a.list-group-item-success .list-group-item-heading {
3476 color: inherit;
3477 }
3478 a.list-group-item-success:hover,
3479 a.list-group-item-success:focus {
3480 color: #ffffff;
3481 background-color: #4fbd4f;
3482 }
3483 a.list-group-item-success.active,
3484 a.list-group-item-success.active:hover,
3485 a.list-group-item-success.active:focus {
3486 color: #fff;
3487 background-color: #ffffff;
3488 border-color: #ffffff;
3489 }
3490 .list-group-item-info {
3491 color: #ffffff;
3492 background-color: #5bc0de;
3493 }
3494 a.list-group-item-info {
3495 color: #ffffff;
3496 }
3497 a.list-group-item-info .list-group-item-heading {
3498 color: inherit;
3499 }
3500 a.list-group-item-info:hover,
3501 a.list-group-item-info:focus {
3502 color: #ffffff;
3503 background-color: #46b8da;
3504 }
3505 a.list-group-item-info.active,
3506 a.list-group-item-info.active:hover,
3507 a.list-group-item-info.active:focus {
3508 color: #fff;
3509 background-color: #ffffff;
3510 border-color: #ffffff;
3511 }
3512 .list-group-item-warning {
3513 color: #ffffff;
3514 background-color: #f89406;
3515 }
3516 a.list-group-item-warning {
3517 color: #ffffff;
3518 }
3519 a.list-group-item-warning .list-group-item-heading {
3520 color: inherit;
3521 }
3522 a.list-group-item-warning:hover,
3523 a.list-group-item-warning:focus {
3524 color: #ffffff;
3525 background-color: #df8505;
3526 }
3527 a.list-group-item-warning.active,
3528 a.list-group-item-warning.active:hover,
3529 a.list-group-item-warning.active:focus {
3530 color: #fff;
3531 background-color: #ffffff;
3532 border-color: #ffffff;
3533 }
3534 .list-group-item-danger {
3535 color: #ffffff;
3536 background-color: #ee5f5b;
3537 }
3538 a.list-group-item-danger {
3539 color: #ffffff;
3540 }
3541 a.list-group-item-danger .list-group-item-heading {
3542 color: inherit;
3543 }
3544 a.list-group-item-danger:hover,
3545 a.list-group-item-danger:focus {
3546 color: #ffffff;
3547 background-color: #ec4844;
3548 }
3549 a.list-group-item-danger.active,
3550 a.list-group-item-danger.active:hover,
3551 a.list-group-item-danger.active:focus {
3552 color: #fff;
3553 background-color: #ffffff;
3554 border-color: #ffffff;
3555 }
3556 .list-group-item-heading {
3557 margin-top: 0;
3558 margin-bottom: 5px;
3559 }
3560 .list-group-item-text {
3561 margin-bottom: 0;
3562 line-height: 1.3;
3563 }
3564 .well {
3565 min-height: 20px;
3566 padding: 19px;
3567 margin-bottom: 20px;
3568 background-color: #1c1e22;
3569 border: 1px solid #0c0d0e;
3570 border-radius: 4px;
3571 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
3572 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
3573 }
3574 .well blockquote {
3575 border-color: #ddd;
3576 border-color: rgba(0, 0, 0, 0.15);
3577 }
3578 .well-lg {
3579 padding: 24px;
3580 border-radius: 6px;
3581 }
3582 .well-sm {
3583 padding: 9px;
3584 border-radius: 3px;
3585 }
3586 .close {
3587 float: right;
3588 font-size: 21px;
3589 font-weight: bold;
3590 line-height: 1;
3591 color: #000000;
3592 text-shadow: 0 1px 0 #ffffff;
3593 opacity: 0.2;
3594 filter: alpha(opacity=20);
3595 }
3596 .close:hover,
3597 .close:focus {
3598 color: #000000;
3599 text-decoration: none;
3600 cursor: pointer;
3601 opacity: 0.5;
3602 filter: alpha(opacity=50);
3603 }
3604 button.close {
3605 padding: 0;
3606 cursor: pointer;
3607 background: transparent;
3608 border: 0;
3609 -webkit-appearance: none;
3610 }
3611 @-ms-viewport {
3612 width: device-width;
3613 }
3614 .visible-xs,
3615 tr.visible-xs,
3616 th.visible-xs,
3617 td.visible-xs {
3618 display: none !important;
3619 }
3620 @media (max-width: 767px) {
3621 .visible-xs {
3622 display: block !important;
3623 }
3624 table.visible-xs {
3625 display: table;
3626 }
3627 tr.visible-xs {
3628 display: table-row !important;
3629 }
3630 th.visible-xs,
3631 td.visible-xs {
3632 display: table-cell !important;
3633 }
3634 }
3635 .visible-sm,
3636 tr.visible-sm,
3637 th.visible-sm,
3638 td.visible-sm {
3639 display: none !important;
3640 }
3641 @media (min-width: 768px) and (max-width: 991px) {
3642 .visible-sm {
3643 display: block !important;
3644 }
3645 table.visible-sm {
3646 display: table;
3647 }
3648 tr.visible-sm {
3649 display: table-row !important;
3650 }
3651 th.visible-sm,
3652 td.visible-sm {
3653 display: table-cell !important;
3654 }
3655 }
3656 .visible-md,
3657 tr.visible-md,
3658 th.visible-md,
3659 td.visible-md {
3660 display: none !important;
3661 }
3662 @media (min-width: 992px) and (max-width: 1199px) {
3663 .visible-md {
3664 display: block !important;
3665 }
3666 table.visible-md {
3667 display: table;
3668 }
3669 tr.visible-md {
3670 display: table-row !important;
3671 }
3672 th.visible-md,
3673 td.visible-md {
3674 display: table-cell !important;
3675 }
3676 }
3677 .visible-lg,
3678 tr.visible-lg,
3679 th.visible-lg,
3680 td.visible-lg {
3681 display: none !important;
3682 }
3683 @media (min-width: 1200px) {
3684 .visible-lg {
3685 display: block !important;
3686 }
3687 table.visible-lg {
3688 display: table;
3689 }
3690 tr.visible-lg {
3691 display: table-row !important;
3692 }
3693 th.visible-lg,
3694 td.visible-lg {
3695 display: table-cell !important;
3696 }
3697 }
3698 @media (max-width: 767px) {
3699 .hidden-xs,
3700 tr.hidden-xs,
3701 th.hidden-xs,
3702 td.hidden-xs {
3703 display: none !important;
3704 }
3705 }
3706 @media (min-width: 768px) and (max-width: 991px) {
3707 .hidden-sm,
3708 tr.hidden-sm,
3709 th.hidden-sm,
3710 td.hidden-sm {
3711 display: none !important;
3712 }
3713 }
3714 @media (min-width: 992px) and (max-width: 1199px) {
3715 .hidden-md,
3716 tr.hidden-md,
3717 th.hidden-md,
3718 td.hidden-md {
3719 display: none !important;
3720 }
3721 }
3722 @media (min-width: 1200px) {
3723 .hidden-lg,
3724 tr.hidden-lg,
3725 th.hidden-lg,
3726 td.hidden-lg {
3727 display: none !important;
3728 }
3729 }
3730 .visible-print,
3731 tr.visible-print,
3732 th.visible-print,
3733 td.visible-print {
3734 display: none !important;
3735 }
3736 @media print {
3737 .visible-print {
3738 display: block !important;
3739 }
3740 table.visible-print {
3741 display: table;
3742 }
3743 tr.visible-print {
3744 display: table-row !important;
3745 }
3746 th.visible-print,
3747 td.visible-print {
3748 display: table-cell !important;
3749 }
3750 }
3751 @media print {
3752 .hidden-print,
3753 tr.hidden-print,
3754 th.hidden-print,
3755 td.hidden-print {
3756 display: none !important;
3757 }
3758 }
3759 .navbar {
3760 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
3761 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
3762 background-repeat: no-repeat;
3763 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
3764 filter: none;
3765 border: 1px solid rgba(0, 0, 0, 0.6);
3766 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
3767 }
3768 .navbar-inverse {
3769 background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
3770 background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
3771 background-repeat: no-repeat;
3772 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
3773 filter: none;
3774 }
3775 .navbar-nav > li > a {
3776 border-right: 1px solid rgba(0, 0, 0, 0.2);
3777 border-left: 1px solid rgba(255, 255, 255, 0.1);
3778 }
3779 .navbar-nav > li > a:hover {
3780 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
3781 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
3782 background-repeat: no-repeat;
3783 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
3784 filter: none;
3785 border-left-color: transparent;
3786 }
3787 .navbar .nav .open > a {
3788 border-color: transparent;
3789 }
3790 .navbar-nav > li.active > a {
3791 border-left-color: transparent;
3792 }
3793 .navbar-form {
3794 margin-left: 5px;
3795 margin-right: 5px;
3796 }
3797 .btn,
3798 .btn:hover {
3799 border-color: rgba(0, 0, 0, 0.6);
3800 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
3801 }
3802 .btn-default {
3803 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
3804 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
3805 background-repeat: no-repeat;
3806 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
3807 filter: none;
3808 }
3809 .btn-default:hover {
3810 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
3811 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
3812 background-repeat: no-repeat;
3813 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
3814 filter: none;
3815 }
3816 .btn-primary {
3817 background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
3818 background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
3819 background-repeat: no-repeat;
3820 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
3821 filter: none;
3822 }
3823 .btn-primary:hover {
3824 background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62);
3825 background-image: linear-gradient(#404448, #4e5458 40%, #585e62);
3826 background-repeat: no-repeat;
3827 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0);
3828 filter: none;
3829 }
3830 .btn-success {
3831 background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
3832 background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
3833 background-repeat: no-repeat;
3834 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
3835 filter: none;
3836 }
3837 .btn-success:hover {
3838 background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
3839 background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
3840 background-repeat: no-repeat;
3841 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
3842 filter: none;
3843 }
3844 .btn-info {
3845 background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
3846 background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
3847 background-repeat: no-repeat;
3848 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
3849 filter: none;
3850 }
3851 .btn-info:hover {
3852 background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
3853 background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
3854 background-repeat: no-repeat;
3855 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
3856 filter: none;
3857 }
3858 .btn-warning {
3859 background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
3860 background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
3861 background-repeat: no-repeat;
3862 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
3863 filter: none;
3864 }
3865 .btn-warning:hover {
3866 background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
3867 background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
3868 background-repeat: no-repeat;
3869 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
3870 filter: none;
3871 }
3872 .btn-danger {
3873 background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
3874 background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
3875 background-repeat: no-repeat;
3876 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
3877 filter: none;
3878 }
3879 .btn-danger:hover {
3880 background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
3881 background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
3882 background-repeat: no-repeat;
3883 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
3884 filter: none;
3885 }
3886 .btn-link,
3887 .btn-link:hover {
3888 border-color: transparent;
3889 }
3890 h1,
3891 h2,
3892 h3,
3893 h4,
3894 h5,
3895 h6 {
3896 text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
3897 }
3898 .text-primary,
3899 .text-primary:hover {
3900 color: #7a8288;
3901 }
3902 .text-success,
3903 .text-success:hover {
3904 color: #62c462;
3905 }
3906 .text-danger,
3907 .text-danger:hover {
3908 color: #ee5f5b;
3909 }
3910 .text-warning,
3911 .text-warning:hover {
3912 color: #f89406;
3913 }
3914 .text-info,
3915 .text-info:hover {
3916 color: #5bc0de;
3917 }
3918 .table tr.success,
3919 .table tr.warning,
3920 .table tr.danger {
3921 color: #fff;
3922 }
3923 .table-bordered tbody tr.success td,
3924 .table-bordered tbody tr.warning td,
3925 .table-bordered tbody tr.danger td,
3926 .table-bordered tbody tr.success:hover td,
3927 .table-bordered tbody tr.warning:hover td,
3928 .table-bordered tbody tr.danger:hover td {
3929 border-color: #1c1e22;
3930 }
3931 .table-responsive > .table {
3932 background-color: #2e3338;
3933 }
3934 .has-warning .help-block,
3935 .has-warning .control-label {
3936 color: #f89406;
3937 }
3938 .has-warning .form-control,
3939 .has-warning .form-control:focus {
3940 border-color: #f89406;
3941 }
3942 .has-error .help-block,
3943 .has-error .control-label {
3944 color: #ee5f5b;
3945 }
3946 .has-error .form-control,
3947 .has-error .form-control:focus {
3948 border-color: #ee5f5b;
3949 }
3950 .has-success .help-block,
3951 .has-success .control-label {
3952 color: #62c462;
3953 }
3954 .has-success .form-control,
3955 .has-success .form-control:focus {
3956 border-color: #62c462;
3957 }
3958 legend {
3959 color: #fff;
3960 }
3961 .input-group-addon {
3962 border-color: rgba(0, 0, 0, 0.6);
3963 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
3964 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
3965 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
3966 background-repeat: no-repeat;
3967 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
3968 filter: none;
3969 color: #ffffff;
3970 }
3971 .nav .open > a,
3972 .nav .open > a:hover,
3973 .nav .open > a:focus {
3974 border-color: rgba(0, 0, 0, 0.6);
3975 }
3976 .nav-pills > li > a {
3977 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
3978 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
3979 background-repeat: no-repeat;
3980 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
3981 filter: none;
3982 border: 1px solid rgba(0, 0, 0, 0.6);
3983 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
3984 }
3985 .nav-pills > li > a:hover {
3986 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
3987 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
3988 background-repeat: no-repeat;
3989 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
3990 filter: none;
3991 border: 1px solid rgba(0, 0, 0, 0.6);
3992 }
3993 .nav-pills > li.active > a,
3994 .nav-pills > li.active > a:hover {
3995 background-color: none;
3996 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
3997 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
3998 background-repeat: no-repeat;
3999 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
4000 filter: none;
4001 border: 1px solid rgba(0, 0, 0, 0.6);
4002 }
4003 .nav-pills > li.disabled > a,
4004 .nav-pills > li.disabled > a:hover {
4005 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
4006 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
4007 background-repeat: no-repeat;
4008 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
4009 filter: none;
4010 }
4011 .pagination > li > a {
4012 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
4013 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
4014 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
4015 background-repeat: no-repeat;
4016 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
4017 filter: none;
4018 }
4019 .pagination > li > a:hover {
4020 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
4021 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
4022 background-repeat: no-repeat;
4023 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
4024 filter: none;
4025 }
4026 .pagination > li.active > a {
4027 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
4028 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
4029 background-repeat: no-repeat;
4030 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
4031 filter: none;
4032 }
4033 .pagination > li.disabled > a,
4034 .pagination > li.disabled > a:hover {
4035 background-color: transparent;
4036 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
4037 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
4038 background-repeat: no-repeat;
4039 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
4040 filter: none;
4041 }
4042 .pager > li > a {
4043 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
4044 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
4045 background-repeat: no-repeat;
4046 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
4047 filter: none;
4048 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
4049 }
4050 .pager > li > a:hover {
4051 background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
4052 background-image: linear-gradient(#020202, #101112 40%, #191b1d);
4053 background-repeat: no-repeat;
4054 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
4055 filter: none;
4056 }
4057 .pager > li.disabled > a,
4058 .pager > li.disabled > a:hover {
4059 background-color: transparent;
4060 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
4061 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
4062 background-repeat: no-repeat;
4063 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
4064 filter: none;
4065 }
4066 .breadcrumb {
4067 border: 1px solid rgba(0, 0, 0, 0.6);
4068 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
4069 background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
4070 background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
4071 background-repeat: no-repeat;
4072 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
4073 filter: none;
4074 }
4075 .alert .alert-link,
4076 .alert a {
4077 color: #fff;
4078 text-decoration: underline;
4079 }
4080 .jumbotron {
4081 border: 1px solid rgba(0, 0, 0, 0.6);
4082 }
4083 .list-group-item {
4084 background-color: #32383e;
4085 }
4086 .panel-primary .panel-heading,
4087 .panel-success .panel-heading,
4088 .panel-danger .panel-heading,
4089 .panel-warning .panel-heading,
4090 .panel-info .panel-heading {
4091 border-color: #000;
4092 }
4093 .clearfix:before,
4094 .clearfix:after,
4095 .container:before,
4096 .container:after,
4097 .container-fluid:before,
4098 .container-fluid:after,
4099 .row:before,
4100 .row:after,
4101 .form-horizontal .form-group:before,
4102 .form-horizontal .form-group:after,
4103 .nav:before,
4104 .nav:after,
4105 .navbar:before,
4106 .navbar:after,
4107 .navbar-header:before,
4108 .navbar-header:after,
4109 .navbar-collapse:before,
4110 .navbar-collapse:after,
4111 .pager:before,
4112 .pager:after {
4113 content: " ";
4114 display: table;
4115 }
4116 .clearfix:after,
4117 .container:after,
4118 .container-fluid:after,
4119 .row:after,
4120 .form-horizontal .form-group:after,
4121 .nav:after,
4122 .navbar:after,
4123 .navbar-header:after,
4124 .navbar-collapse:after,
4125 .pager:after {
4126 clear: both;
4127 }
4128 .center-block {
4129 display: block;
4130 margin-left: auto;
4131 margin-right: auto;
4132 }
4133 .pull-right {
4134 float: right !important;
4135 }
4136 .pull-left {
4137 float: left !important;
4138 }
4139 .hide {
4140 display: none !important;
4141 }
4142 .show {
4143 display: block !important;
4144 }
4145 .invisible {
4146 visibility: hidden;
4147 }
4148 .text-hide {
4149 font: 0/0 a;
4150 color: transparent;
4151 text-shadow: none;
4152 background-color: transparent;
4153 border: 0;
4154 }
4155 .hidden {
4156 display: none !important;
4157 visibility: hidden !important;
4158 }
4159 .affix {
4160 position: fixed;
4161 }
This page took 0.131377 seconds and 3 git commands to generate.