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