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