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