Initial commit
[2ch-be.git] / dev-test / artist / css / bootstrap.css
blobbd4956c7dfbe3cdb436c61085bb94144d551485d
1 /*!
2 * Bootstrap v3.1.1 (http://getbootstrap.com)
3 * Copyright 2011-2014 Twitter, Inc.
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 */
7 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
8 html {
9 font-family: sans-serif;
10 -webkit-text-size-adjust: 100%;
11 -ms-text-size-adjust: 100%;
13 body {
14 margin: 0;
16 article,
17 aside,
18 details,
19 figcaption,
20 figure,
21 footer,
22 header,
23 hgroup,
24 main,
25 nav,
26 section,
27 summary {
28 display: block;
30 audio,
31 canvas,
32 progress,
33 video {
34 display: inline-block;
35 vertical-align: baseline;
37 audio:not([controls]) {
38 display: none;
39 height: 0;
41 [hidden],
42 template {
43 display: none;
45 a {
46 background: transparent;
48 a:active,
49 a:hover {
50 outline: 0;
52 abbr[title] {
53 border-bottom: 1px dotted;
56 strong {
57 font-weight: bold;
59 dfn {
60 font-style: italic;
62 h1 {
63 margin: .67em 0;
64 font-size: 2em;
66 mark {
67 color: #000;
68 background: #ff0;
70 small {
71 font-size: 80%;
73 sub,
74 sup {
75 position: relative;
76 font-size: 75%;
77 line-height: 0;
78 vertical-align: baseline;
80 sup {
81 top: -.5em;
83 sub {
84 bottom: -.25em;
86 img {
87 border: 0;
89 svg:not(:root) {
90 overflow: hidden;
92 figure {
93 margin: 1em 40px;
95 hr {
96 height: 0;
97 -moz-box-sizing: content-box;
98 box-sizing: content-box;
100 pre {
101 overflow: auto;
103 code,
104 kbd,
105 pre,
106 samp {
107 font-family: monospace, monospace;
108 font-size: 1em;
110 button,
111 input,
112 optgroup,
113 select,
114 textarea {
115 margin: 0;
116 font: inherit;
117 color: inherit;
119 button {
120 overflow: visible;
122 button,
123 select {
124 text-transform: none;
126 button,
127 html input[type="button"],
128 input[type="reset"],
129 input[type="submit"] {
130 -webkit-appearance: button;
131 cursor: pointer;
133 button[disabled],
134 html input[disabled] {
135 cursor: default;
137 button::-moz-focus-inner,
138 input::-moz-focus-inner {
139 padding: 0;
140 border: 0;
142 input {
143 line-height: normal;
145 input[type="checkbox"],
146 input[type="radio"] {
147 box-sizing: border-box;
148 padding: 0;
150 input[type="number"]::-webkit-inner-spin-button,
151 input[type="number"]::-webkit-outer-spin-button {
152 height: auto;
154 input[type="search"] {
155 -webkit-box-sizing: content-box;
156 -moz-box-sizing: content-box;
157 box-sizing: content-box;
158 -webkit-appearance: textfield;
160 input[type="search"]::-webkit-search-cancel-button,
161 input[type="search"]::-webkit-search-decoration {
162 -webkit-appearance: none;
164 fieldset {
165 padding: .35em .625em .75em;
166 margin: 0 2px;
167 border: 1px solid #c0c0c0;
169 legend {
170 padding: 0;
171 border: 0;
173 textarea {
174 overflow: auto;
176 optgroup {
177 font-weight: bold;
179 table {
180 border-spacing: 0;
181 border-collapse: collapse;
184 th {
185 padding: 0;
187 @media print {
189 color: #000 !important;
190 text-shadow: none !important;
191 background: transparent !important;
192 box-shadow: none !important;
195 a:visited {
196 text-decoration: underline;
198 a[href]:after {
199 content: " (" attr(href) ")";
201 abbr[title]:after {
202 content: " (" attr(title) ")";
204 a[href^="javascript:"]:after,
205 a[href^="#"]:after {
206 content: "";
208 pre,
209 blockquote {
210 border: 1px solid #999;
212 page-break-inside: avoid;
214 thead {
215 display: table-header-group;
218 img {
219 page-break-inside: avoid;
221 img {
222 max-width: 100% !important;
226 h3 {
227 orphans: 3;
228 widows: 3;
231 h3 {
232 page-break-after: avoid;
234 select {
235 background: #fff !important;
237 .navbar {
238 display: none;
240 .table td,
241 .table th {
242 background-color: #fff !important;
244 .btn > .caret,
245 .dropup > .btn > .caret {
246 border-top-color: #000 !important;
248 .label {
249 border: 1px solid #000;
251 .table {
252 border-collapse: collapse !important;
254 .table-bordered th,
255 .table-bordered td {
256 border: 1px solid #ddd !important;
260 -webkit-box-sizing: border-box;
261 -moz-box-sizing: border-box;
262 box-sizing: border-box;
264 *:before,
265 *:after {
266 -webkit-box-sizing: border-box;
267 -moz-box-sizing: border-box;
268 box-sizing: border-box;
270 html {
271 font-size: 62.5%;
273 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
275 body {
276 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
277 font-size: 14px;
278 line-height: 1.42857143;
279 color: #333;
280 background-color: #fff;
282 input,
283 button,
284 select,
285 textarea {
286 font-family: inherit;
287 font-size: inherit;
288 line-height: inherit;
291 color: #428bca;
292 text-decoration: none;
294 a:hover,
295 a:focus {
296 color: #2a6496;
297 text-decoration: underline;
299 a:focus {
300 outline: thin dotted;
301 outline: 5px auto -webkit-focus-ring-color;
302 outline-offset: -2px;
304 figure {
305 margin: 0;
307 img {
308 vertical-align: middle;
310 .img-responsive,
311 .thumbnail > img,
312 .thumbnail a > img,
313 .carousel-inner > .item > img,
314 .carousel-inner > .item > a > img {
315 display: block;
316 max-width: 100%;
317 height: auto;
319 .img-rounded {
320 border-radius: 6px;
322 .img-thumbnail {
323 display: inline-block;
324 max-width: 100%;
325 height: auto;
326 padding: 4px;
327 line-height: 1.42857143;
328 background-color: #fff;
329 border: 1px solid #ddd;
330 border-radius: 4px;
331 -webkit-transition: all .2s ease-in-out;
332 transition: all .2s ease-in-out;
334 .img-circle {
335 border-radius: 50%;
337 hr {
338 margin-top: 20px;
339 margin-bottom: 20px;
340 border: 0;
341 border-top: 1px solid #eee;
343 .sr-only {
344 position: absolute;
345 width: 1px;
346 height: 1px;
347 padding: 0;
348 margin: -1px;
349 overflow: hidden;
350 clip: rect(0, 0, 0, 0);
351 border: 0;
359 .h1,
360 .h2,
361 .h3,
362 .h4,
363 .h5,
364 .h6 {
365 font-family: inherit;
366 font-weight: 500;
367 line-height: 1.1;
368 color: inherit;
370 h1 small,
371 h2 small,
372 h3 small,
373 h4 small,
374 h5 small,
375 h6 small,
376 .h1 small,
377 .h2 small,
378 .h3 small,
379 .h4 small,
380 .h5 small,
381 .h6 small,
382 h1 .small,
383 h2 .small,
384 h3 .small,
385 h4 .small,
386 h5 .small,
387 h6 .small,
388 .h1 .small,
389 .h2 .small,
390 .h3 .small,
391 .h4 .small,
392 .h5 .small,
393 .h6 .small {
394 font-weight: normal;
395 line-height: 1;
396 color: #999;
399 .h1,
401 .h2,
403 .h3 {
404 margin-top: 20px;
405 margin-bottom: 10px;
407 h1 small,
408 .h1 small,
409 h2 small,
410 .h2 small,
411 h3 small,
412 .h3 small,
413 h1 .small,
414 .h1 .small,
415 h2 .small,
416 .h2 .small,
417 h3 .small,
418 .h3 .small {
419 font-size: 65%;
422 .h4,
424 .h5,
426 .h6 {
427 margin-top: 10px;
428 margin-bottom: 10px;
430 h4 small,
431 .h4 small,
432 h5 small,
433 .h5 small,
434 h6 small,
435 .h6 small,
436 h4 .small,
437 .h4 .small,
438 h5 .small,
439 .h5 .small,
440 h6 .small,
441 .h6 .small {
442 font-size: 75%;
445 .h1 {
446 font-size: 36px;
449 .h2 {
450 font-size: 30px;
453 .h3 {
454 font-size: 24px;
457 .h4 {
458 font-size: 18px;
461 .h5 {
462 font-size: 14px;
465 .h6 {
466 font-size: 12px;
469 margin: 0 0 10px;
471 .lead {
472 margin-bottom: 20px;
473 font-size: 16px;
474 font-weight: 200;
475 line-height: 1.4;
477 @media (min-width: 768px) {
478 .lead {
479 font-size: 21px;
482 small,
483 .small {
484 font-size: 85%;
486 cite {
487 font-style: normal;
489 .text-left {
490 text-align: left;
492 .text-right {
493 text-align: right;
495 .text-center {
496 text-align: center;
498 .text-justify {
499 text-align: justify;
501 .text-muted {
502 color: #999;
504 .text-primary {
505 color: #428bca;
507 a.text-primary:hover {
508 color: #3071a9;
510 .text-success {
511 color: #3c763d;
513 a.text-success:hover {
514 color: #2b542c;
516 .text-info {
517 color: #31708f;
519 a.text-info:hover {
520 color: #245269;
522 .text-warning {
523 color: #8a6d3b;
525 a.text-warning:hover {
526 color: #66512c;
528 .text-danger {
529 color: #a94442;
531 a.text-danger:hover {
532 color: #843534;
534 .bg-primary {
535 color: #fff;
536 background-color: #428bca;
538 a.bg-primary:hover {
539 background-color: #3071a9;
541 .bg-success {
542 background-color: #dff0d8;
544 a.bg-success:hover {
545 background-color: #c1e2b3;
547 .bg-info {
548 background-color: #d9edf7;
550 p.bg-primary, p.bg-success, p.bg-info, p.bg-danger {
551 padding: 15px;
553 a.bg-info:hover {
554 background-color: #afd9ee;
556 .bg-warning {
557 background-color: #fcf8e3;
559 a.bg-warning:hover {
560 background-color: #f7ecb5;
562 .bg-danger {
563 background-color: #f2dede;
565 a.bg-danger:hover {
566 background-color: #e4b9b9;
568 .page-header {
569 padding-bottom: 9px;
570 margin: 40px 0 20px;
571 border-bottom: 1px solid #eee;
574 ol {
575 margin-top: 0;
576 margin-bottom: 10px;
578 ul ul,
579 ol ul,
580 ul ol,
581 ol ol {
582 margin-bottom: 0;
584 .list-unstyled {
585 padding-left: 0;
586 list-style: none;
588 .list-inline {
589 padding-left: 0;
590 margin-left: -5px;
591 list-style: none;
593 .list-inline > li {
594 display: inline-block;
595 padding-right: 5px;
596 padding-left: 5px;
598 dl {
599 margin-top: 0;
600 margin-bottom: 20px;
603 dd {
604 line-height: 1.42857143;
606 dt {
607 font-weight: bold;
609 dd {
610 margin-left: 0;
612 @media (min-width: 768px) {
613 .dl-horizontal dt {
614 float: left;
615 width: 160px;
616 overflow: hidden;
617 clear: left;
618 text-align: right;
619 text-overflow: ellipsis;
620 white-space: nowrap;
622 .dl-horizontal dd {
623 margin-left: 180px;
626 abbr[title],
627 abbr[data-original-title] {
628 cursor: help;
629 border-bottom: 1px dotted #999;
631 .initialism {
632 font-size: 90%;
633 text-transform: uppercase;
635 blockquote {
636 padding: 10px 20px;
637 margin: 0 0 20px;
638 font-size: 17.5px;
639 border-left: 5px solid #eee;
641 blockquote p:last-child,
642 blockquote ul:last-child,
643 blockquote ol:last-child {
644 margin-bottom: 0;
646 blockquote footer,
647 blockquote small,
648 blockquote .small {
649 display: block;
650 font-size: 80%;
651 line-height: 1.42857143;
652 color: #999;
654 blockquote footer:before,
655 blockquote small:before,
656 blockquote .small:before {
657 content: '\2014 \00A0';
659 .blockquote-reverse,
660 blockquote.pull-right {
661 padding-right: 15px;
662 padding-left: 0;
663 text-align: right;
664 border-right: 5px solid #eee;
665 border-left: 0;
667 .blockquote-reverse footer:before,
668 blockquote.pull-right footer:before,
669 .blockquote-reverse small:before,
670 blockquote.pull-right small:before,
671 .blockquote-reverse .small:before,
672 blockquote.pull-right .small:before {
673 content: '';
675 .blockquote-reverse footer:after,
676 blockquote.pull-right footer:after,
677 .blockquote-reverse small:after,
678 blockquote.pull-right small:after,
679 .blockquote-reverse .small:after,
680 blockquote.pull-right .small:after {
681 content: '\00A0 \2014';
683 blockquote:before,
684 blockquote:after {
685 content: "";
687 address {
688 margin-bottom: 20px;
689 font-style: normal;
690 line-height: 1.42857143;
692 code,
693 kbd,
694 pre,
695 samp {
696 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
698 code {
699 padding: 2px 4px;
700 font-size: 90%;
701 color: #c7254e;
702 white-space: nowrap;
703 background-color: #f9f2f4;
704 border-radius: 4px;
706 kbd {
707 padding: 2px 4px;
708 font-size: 90%;
709 color: #fff;
710 background-color: #333;
711 border-radius: 3px;
712 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
714 pre {
715 display: block;
716 padding: 9.5px;
717 margin: 0 0 10px;
718 font-size: 13px;
719 line-height: 1.42857143;
720 color: #333;
721 word-break: break-all;
722 word-wrap: break-word;
723 background-color: #f5f5f5;
724 border: 1px solid #ccc;
725 border-radius: 4px;
727 pre code {
728 padding: 0;
729 font-size: inherit;
730 color: inherit;
731 white-space: pre-wrap;
732 background-color: transparent;
733 border-radius: 0;
735 .pre-scrollable {
736 max-height: 340px;
737 overflow-y: scroll;
739 .container {
740 padding-right: 15px;
741 padding-left: 15px;
742 margin-right: auto;
743 margin-left: auto;
745 @media (min-width: 768px) {
746 .container {
747 width: 750px;
750 @media (min-width: 992px) {
751 .container {
752 width: 970px;
755 @media (min-width: 1200px) {
756 .container {
757 width: 1170px;
760 .container-fluid {
761 padding-right: 15px;
762 padding-left: 15px;
763 margin-right: auto;
764 margin-left: auto;
766 .row {
767 margin-right: -15px;
768 margin-left: -15px;
770 .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 {
771 position: relative;
772 min-height: 1px;
773 padding-right: 15px;
774 padding-left: 15px;
776 .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 {
777 float: left;
779 .col-xs-12 {
780 width: 100%;
782 .col-xs-11 {
783 width: 91.66666667%;
785 .col-xs-10 {
786 width: 83.33333333%;
788 .col-xs-9 {
789 width: 75%;
791 .col-xs-8 {
792 width: 66.66666667%;
794 .col-xs-7 {
795 width: 58.33333333%;
797 .col-xs-6 {
798 width: 50%;
800 .col-xs-5 {
801 width: 41.66666667%;
803 .col-xs-4 {
804 width: 33.33333333%;
806 .col-xs-3 {
807 width: 25%;
809 .col-xs-2 {
810 width: 16.66666667%;
812 .col-xs-1 {
813 width: 8.33333333%;
815 .col-xs-pull-12 {
816 right: 100%;
818 .col-xs-pull-11 {
819 right: 91.66666667%;
821 .col-xs-pull-10 {
822 right: 83.33333333%;
824 .col-xs-pull-9 {
825 right: 75%;
827 .col-xs-pull-8 {
828 right: 66.66666667%;
830 .col-xs-pull-7 {
831 right: 58.33333333%;
833 .col-xs-pull-6 {
834 right: 50%;
836 .col-xs-pull-5 {
837 right: 41.66666667%;
839 .col-xs-pull-4 {
840 right: 33.33333333%;
842 .col-xs-pull-3 {
843 right: 25%;
845 .col-xs-pull-2 {
846 right: 16.66666667%;
848 .col-xs-pull-1 {
849 right: 8.33333333%;
851 .col-xs-pull-0 {
852 right: 0;
854 .col-xs-push-12 {
855 left: 100%;
857 .col-xs-push-11 {
858 left: 91.66666667%;
860 .col-xs-push-10 {
861 left: 83.33333333%;
863 .col-xs-push-9 {
864 left: 75%;
866 .col-xs-push-8 {
867 left: 66.66666667%;
869 .col-xs-push-7 {
870 left: 58.33333333%;
872 .col-xs-push-6 {
873 left: 50%;
875 .col-xs-push-5 {
876 left: 41.66666667%;
878 .col-xs-push-4 {
879 left: 33.33333333%;
881 .col-xs-push-3 {
882 left: 25%;
884 .col-xs-push-2 {
885 left: 16.66666667%;
887 .col-xs-push-1 {
888 left: 8.33333333%;
890 .col-xs-push-0 {
891 left: 0;
893 .col-xs-offset-12 {
894 margin-left: 100%;
896 .col-xs-offset-11 {
897 margin-left: 91.66666667%;
899 .col-xs-offset-10 {
900 margin-left: 83.33333333%;
902 .col-xs-offset-9 {
903 margin-left: 75%;
905 .col-xs-offset-8 {
906 margin-left: 66.66666667%;
908 .col-xs-offset-7 {
909 margin-left: 58.33333333%;
911 .col-xs-offset-6 {
912 margin-left: 50%;
914 .col-xs-offset-5 {
915 margin-left: 41.66666667%;
917 .col-xs-offset-4 {
918 margin-left: 33.33333333%;
920 .col-xs-offset-3 {
921 margin-left: 25%;
923 .col-xs-offset-2 {
924 margin-left: 16.66666667%;
926 .col-xs-offset-1 {
927 margin-left: 8.33333333%;
929 .col-xs-offset-0 {
930 margin-left: 0;
932 @media (min-width: 768px) {
933 .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 {
934 float: left;
936 .col-sm-12 {
937 width: 100%;
939 .col-sm-11 {
940 width: 91.66666667%;
942 .col-sm-10 {
943 width: 83.33333333%;
945 .col-sm-9 {
946 width: 75%;
948 .col-sm-8 {
949 width: 66.66666667%;
951 .col-sm-7 {
952 width: 58.33333333%;
954 .col-sm-6 {
955 width: 50%;
957 .col-sm-5 {
958 width: 41.66666667%;
960 .col-sm-4 {
961 width: 33.33333333%;
963 .col-sm-3 {
964 width: 25%;
966 .col-sm-2 {
967 width: 16.66666667%;
969 .col-sm-1 {
970 width: 8.33333333%;
972 .col-sm-pull-12 {
973 right: 100%;
975 .col-sm-pull-11 {
976 right: 91.66666667%;
978 .col-sm-pull-10 {
979 right: 83.33333333%;
981 .col-sm-pull-9 {
982 right: 75%;
984 .col-sm-pull-8 {
985 right: 66.66666667%;
987 .col-sm-pull-7 {
988 right: 58.33333333%;
990 .col-sm-pull-6 {
991 right: 50%;
993 .col-sm-pull-5 {
994 right: 41.66666667%;
996 .col-sm-pull-4 {
997 right: 33.33333333%;
999 .col-sm-pull-3 {
1000 right: 25%;
1002 .col-sm-pull-2 {
1003 right: 16.66666667%;
1005 .col-sm-pull-1 {
1006 right: 8.33333333%;
1008 .col-sm-pull-0 {
1009 right: 0;
1011 .col-sm-push-12 {
1012 left: 100%;
1014 .col-sm-push-11 {
1015 left: 91.66666667%;
1017 .col-sm-push-10 {
1018 left: 83.33333333%;
1020 .col-sm-push-9 {
1021 left: 75%;
1023 .col-sm-push-8 {
1024 left: 66.66666667%;
1026 .col-sm-push-7 {
1027 left: 58.33333333%;
1029 .col-sm-push-6 {
1030 left: 50%;
1032 .col-sm-push-5 {
1033 left: 41.66666667%;
1035 .col-sm-push-4 {
1036 left: 33.33333333%;
1038 .col-sm-push-3 {
1039 left: 25%;
1041 .col-sm-push-2 {
1042 left: 16.66666667%;
1044 .col-sm-push-1 {
1045 left: 8.33333333%;
1047 .col-sm-push-0 {
1048 left: 0;
1050 .col-sm-offset-12 {
1051 margin-left: 100%;
1053 .col-sm-offset-11 {
1054 margin-left: 91.66666667%;
1056 .col-sm-offset-10 {
1057 margin-left: 83.33333333%;
1059 .col-sm-offset-9 {
1060 margin-left: 75%;
1062 .col-sm-offset-8 {
1063 margin-left: 66.66666667%;
1065 .col-sm-offset-7 {
1066 margin-left: 58.33333333%;
1068 .col-sm-offset-6 {
1069 margin-left: 50%;
1071 .col-sm-offset-5 {
1072 margin-left: 41.66666667%;
1074 .col-sm-offset-4 {
1075 margin-left: 33.33333333%;
1077 .col-sm-offset-3 {
1078 margin-left: 25%;
1080 .col-sm-offset-2 {
1081 margin-left: 16.66666667%;
1083 .col-sm-offset-1 {
1084 margin-left: 8.33333333%;
1086 .col-sm-offset-0 {
1087 margin-left: 0;
1090 @media (min-width: 992px) {
1091 .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 {
1092 float: left;
1094 .col-md-12 {
1095 width: 100%;
1097 .col-md-11 {
1098 width: 91.66666667%;
1100 .col-md-10 {
1101 width: 83.33333333%;
1103 .col-md-9 {
1104 width: 75%;
1106 .col-md-8 {
1107 width: 66.66666667%;
1109 .col-md-7 {
1110 width: 58.33333333%;
1112 .col-md-6 {
1113 width: 50%;
1115 .col-md-5 {
1116 width: 41.66666667%;
1118 .col-md-4 {
1119 width: 33.33333333%;
1121 .col-md-3 {
1122 width: 25%;
1124 .col-md-2 {
1125 width: 16.66666667%;
1127 .col-md-1 {
1128 width: 8.33333333%;
1130 .col-md-pull-12 {
1131 right: 100%;
1133 .col-md-pull-11 {
1134 right: 91.66666667%;
1136 .col-md-pull-10 {
1137 right: 83.33333333%;
1139 .col-md-pull-9 {
1140 right: 75%;
1142 .col-md-pull-8 {
1143 right: 66.66666667%;
1145 .col-md-pull-7 {
1146 right: 58.33333333%;
1148 .col-md-pull-6 {
1149 right: 50%;
1151 .col-md-pull-5 {
1152 right: 41.66666667%;
1154 .col-md-pull-4 {
1155 right: 33.33333333%;
1157 .col-md-pull-3 {
1158 right: 25%;
1160 .col-md-pull-2 {
1161 right: 16.66666667%;
1163 .col-md-pull-1 {
1164 right: 8.33333333%;
1166 .col-md-pull-0 {
1167 right: 0;
1169 .col-md-push-12 {
1170 left: 100%;
1172 .col-md-push-11 {
1173 left: 91.66666667%;
1175 .col-md-push-10 {
1176 left: 83.33333333%;
1178 .col-md-push-9 {
1179 left: 75%;
1181 .col-md-push-8 {
1182 left: 66.66666667%;
1184 .col-md-push-7 {
1185 left: 58.33333333%;
1187 .col-md-push-6 {
1188 left: 50%;
1190 .col-md-push-5 {
1191 left: 41.66666667%;
1193 .col-md-push-4 {
1194 left: 33.33333333%;
1196 .col-md-push-3 {
1197 left: 25%;
1199 .col-md-push-2 {
1200 left: 16.66666667%;
1202 .col-md-push-1 {
1203 left: 8.33333333%;
1205 .col-md-push-0 {
1206 left: 0;
1208 .col-md-offset-12 {
1209 margin-left: 100%;
1211 .col-md-offset-11 {
1212 margin-left: 91.66666667%;
1214 .col-md-offset-10 {
1215 margin-left: 83.33333333%;
1217 .col-md-offset-9 {
1218 margin-left: 75%;
1220 .col-md-offset-8 {
1221 margin-left: 66.66666667%;
1223 .col-md-offset-7 {
1224 margin-left: 58.33333333%;
1226 .col-md-offset-6 {
1227 margin-left: 50%;
1229 .col-md-offset-5 {
1230 margin-left: 41.66666667%;
1232 .col-md-offset-4 {
1233 margin-left: 33.33333333%;
1235 .col-md-offset-3 {
1236 margin-left: 25%;
1238 .col-md-offset-2 {
1239 margin-left: 16.66666667%;
1241 .col-md-offset-1 {
1242 margin-left: 8.33333333%;
1244 .col-md-offset-0 {
1245 margin-left: 0;
1248 @media (min-width: 1200px) {
1249 .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 {
1250 float: left;
1252 .col-lg-12 {
1253 width: 100%;
1255 .col-lg-11 {
1256 width: 91.66666667%;
1258 .col-lg-10 {
1259 width: 83.33333333%;
1261 .col-lg-9 {
1262 width: 75%;
1264 .col-lg-8 {
1265 width: 66.66666667%;
1267 .col-lg-7 {
1268 width: 58.33333333%;
1270 .col-lg-6 {
1271 width: 50%;
1273 .col-lg-5 {
1274 width: 41.66666667%;
1276 .col-lg-4 {
1277 width: 33.33333333%;
1279 .col-lg-3 {
1280 width: 25%;
1282 .col-lg-2 {
1283 width: 16.66666667%;
1285 .col-lg-1 {
1286 width: 8.33333333%;
1288 .col-lg-pull-12 {
1289 right: 100%;
1291 .col-lg-pull-11 {
1292 right: 91.66666667%;
1294 .col-lg-pull-10 {
1295 right: 83.33333333%;
1297 .col-lg-pull-9 {
1298 right: 75%;
1300 .col-lg-pull-8 {
1301 right: 66.66666667%;
1303 .col-lg-pull-7 {
1304 right: 58.33333333%;
1306 .col-lg-pull-6 {
1307 right: 50%;
1309 .col-lg-pull-5 {
1310 right: 41.66666667%;
1312 .col-lg-pull-4 {
1313 right: 33.33333333%;
1315 .col-lg-pull-3 {
1316 right: 25%;
1318 .col-lg-pull-2 {
1319 right: 16.66666667%;
1321 .col-lg-pull-1 {
1322 right: 8.33333333%;
1324 .col-lg-pull-0 {
1325 right: 0;
1327 .col-lg-push-12 {
1328 left: 100%;
1330 .col-lg-push-11 {
1331 left: 91.66666667%;
1333 .col-lg-push-10 {
1334 left: 83.33333333%;
1336 .col-lg-push-9 {
1337 left: 75%;
1339 .col-lg-push-8 {
1340 left: 66.66666667%;
1342 .col-lg-push-7 {
1343 left: 58.33333333%;
1345 .col-lg-push-6 {
1346 left: 50%;
1348 .col-lg-push-5 {
1349 left: 41.66666667%;
1351 .col-lg-push-4 {
1352 left: 33.33333333%;
1354 .col-lg-push-3 {
1355 left: 25%;
1357 .col-lg-push-2 {
1358 left: 16.66666667%;
1360 .col-lg-push-1 {
1361 left: 8.33333333%;
1363 .col-lg-push-0 {
1364 left: 0;
1366 .col-lg-offset-12 {
1367 margin-left: 100%;
1369 .col-lg-offset-11 {
1370 margin-left: 91.66666667%;
1372 .col-lg-offset-10 {
1373 margin-left: 83.33333333%;
1375 .col-lg-offset-9 {
1376 margin-left: 75%;
1378 .col-lg-offset-8 {
1379 margin-left: 66.66666667%;
1381 .col-lg-offset-7 {
1382 margin-left: 58.33333333%;
1384 .col-lg-offset-6 {
1385 margin-left: 50%;
1387 .col-lg-offset-5 {
1388 margin-left: 41.66666667%;
1390 .col-lg-offset-4 {
1391 margin-left: 33.33333333%;
1393 .col-lg-offset-3 {
1394 margin-left: 25%;
1396 .col-lg-offset-2 {
1397 margin-left: 16.66666667%;
1399 .col-lg-offset-1 {
1400 margin-left: 8.33333333%;
1402 .col-lg-offset-0 {
1403 margin-left: 0;
1406 table {
1407 max-width: 100%;
1408 background-color: transparent;
1410 th {
1411 text-align: left;
1413 .table {
1414 width: 100%;
1415 margin-bottom: 20px;
1417 .table > thead > tr > th,
1418 .table > tbody > tr > th,
1419 .table > tfoot > tr > th,
1420 .table > thead > tr > td,
1421 .table > tbody > tr > td,
1422 .table > tfoot > tr > td {
1423 padding: 8px;
1424 line-height: 1.42857143;
1425 vertical-align: top;
1426 border-top: 1px solid #ddd;
1428 .table > thead > tr > th {
1429 vertical-align: bottom;
1430 border-bottom: 2px solid #ddd;
1432 .table > caption + thead > tr:first-child > th,
1433 .table > colgroup + thead > tr:first-child > th,
1434 .table > thead:first-child > tr:first-child > th,
1435 .table > caption + thead > tr:first-child > td,
1436 .table > colgroup + thead > tr:first-child > td,
1437 .table > thead:first-child > tr:first-child > td {
1438 border-top: 0;
1440 .table > tbody + tbody {
1441 border-top: 2px solid #ddd;
1443 .table .table {
1444 background-color: #fff;
1446 .table-condensed > thead > tr > th,
1447 .table-condensed > tbody > tr > th,
1448 .table-condensed > tfoot > tr > th,
1449 .table-condensed > thead > tr > td,
1450 .table-condensed > tbody > tr > td,
1451 .table-condensed > tfoot > tr > td {
1452 padding: 5px;
1454 .table-bordered {
1455 border: 1px solid #ddd;
1457 .table-bordered > thead > tr > th,
1458 .table-bordered > tbody > tr > th,
1459 .table-bordered > tfoot > tr > th,
1460 .table-bordered > thead > tr > td,
1461 .table-bordered > tbody > tr > td,
1462 .table-bordered > tfoot > tr > td {
1463 border: 1px solid #ddd;
1465 .table-bordered > thead > tr > th,
1466 .table-bordered > thead > tr > td {
1467 border-bottom-width: 2px;
1469 .table-striped > tbody > tr:nth-child(odd) > td,
1470 .table-striped > tbody > tr:nth-child(odd) > th {
1471 background-color: #f9f9f9;
1473 .table-hover > tbody > tr:hover > td,
1474 .table-hover > tbody > tr:hover > th {
1475 background-color: #f5f5f5;
1477 table col[class*="col-"] {
1478 position: static;
1479 display: table-column;
1480 float: none;
1482 table td[class*="col-"],
1483 table th[class*="col-"] {
1484 position: static;
1485 display: table-cell;
1486 float: none;
1488 .table > thead > tr > td.active,
1489 .table > tbody > tr > td.active,
1490 .table > tfoot > tr > td.active,
1491 .table > thead > tr > th.active,
1492 .table > tbody > tr > th.active,
1493 .table > tfoot > tr > th.active,
1494 .table > thead > tr.active > td,
1495 .table > tbody > tr.active > td,
1496 .table > tfoot > tr.active > td,
1497 .table > thead > tr.active > th,
1498 .table > tbody > tr.active > th,
1499 .table > tfoot > tr.active > th {
1500 background-color: #f5f5f5;
1502 .table-hover > tbody > tr > td.active:hover,
1503 .table-hover > tbody > tr > th.active:hover,
1504 .table-hover > tbody > tr.active:hover > td,
1505 .table-hover > tbody > tr.active:hover > th {
1506 background-color: #e8e8e8;
1508 .table > thead > tr > td.success,
1509 .table > tbody > tr > td.success,
1510 .table > tfoot > tr > td.success,
1511 .table > thead > tr > th.success,
1512 .table > tbody > tr > th.success,
1513 .table > tfoot > tr > th.success,
1514 .table > thead > tr.success > td,
1515 .table > tbody > tr.success > td,
1516 .table > tfoot > tr.success > td,
1517 .table > thead > tr.success > th,
1518 .table > tbody > tr.success > th,
1519 .table > tfoot > tr.success > th {
1520 background-color: #dff0d8;
1522 .table-hover > tbody > tr > td.success:hover,
1523 .table-hover > tbody > tr > th.success:hover,
1524 .table-hover > tbody > tr.success:hover > td,
1525 .table-hover > tbody > tr.success:hover > th {
1526 background-color: #d0e9c6;
1528 .table > thead > tr > td.info,
1529 .table > tbody > tr > td.info,
1530 .table > tfoot > tr > td.info,
1531 .table > thead > tr > th.info,
1532 .table > tbody > tr > th.info,
1533 .table > tfoot > tr > th.info,
1534 .table > thead > tr.info > td,
1535 .table > tbody > tr.info > td,
1536 .table > tfoot > tr.info > td,
1537 .table > thead > tr.info > th,
1538 .table > tbody > tr.info > th,
1539 .table > tfoot > tr.info > th {
1540 background-color: #d9edf7;
1542 .table-hover > tbody > tr > td.info:hover,
1543 .table-hover > tbody > tr > th.info:hover,
1544 .table-hover > tbody > tr.info:hover > td,
1545 .table-hover > tbody > tr.info:hover > th {
1546 background-color: #c4e3f3;
1548 .table > thead > tr > td.warning,
1549 .table > tbody > tr > td.warning,
1550 .table > tfoot > tr > td.warning,
1551 .table > thead > tr > th.warning,
1552 .table > tbody > tr > th.warning,
1553 .table > tfoot > tr > th.warning,
1554 .table > thead > tr.warning > td,
1555 .table > tbody > tr.warning > td,
1556 .table > tfoot > tr.warning > td,
1557 .table > thead > tr.warning > th,
1558 .table > tbody > tr.warning > th,
1559 .table > tfoot > tr.warning > th {
1560 background-color: #fcf8e3;
1562 .table-hover > tbody > tr > td.warning:hover,
1563 .table-hover > tbody > tr > th.warning:hover,
1564 .table-hover > tbody > tr.warning:hover > td,
1565 .table-hover > tbody > tr.warning:hover > th {
1566 background-color: #faf2cc;
1568 .table > thead > tr > td.danger,
1569 .table > tbody > tr > td.danger,
1570 .table > tfoot > tr > td.danger,
1571 .table > thead > tr > th.danger,
1572 .table > tbody > tr > th.danger,
1573 .table > tfoot > tr > th.danger,
1574 .table > thead > tr.danger > td,
1575 .table > tbody > tr.danger > td,
1576 .table > tfoot > tr.danger > td,
1577 .table > thead > tr.danger > th,
1578 .table > tbody > tr.danger > th,
1579 .table > tfoot > tr.danger > th {
1580 background-color: #f2dede;
1582 .table-hover > tbody > tr > td.danger:hover,
1583 .table-hover > tbody > tr > th.danger:hover,
1584 .table-hover > tbody > tr.danger:hover > td,
1585 .table-hover > tbody > tr.danger:hover > th {
1586 background-color: #ebcccc;
1588 @media (max-width: 767px) {
1589 .table-responsive {
1590 width: 100%;
1591 margin-bottom: 15px;
1592 overflow-x: scroll;
1593 overflow-y: hidden;
1594 -webkit-overflow-scrolling: touch;
1595 -ms-overflow-style: -ms-autohiding-scrollbar;
1596 border: 1px solid #ddd;
1598 .table-responsive > .table {
1599 margin-bottom: 0;
1601 .table-responsive > .table > thead > tr > th,
1602 .table-responsive > .table > tbody > tr > th,
1603 .table-responsive > .table > tfoot > tr > th,
1604 .table-responsive > .table > thead > tr > td,
1605 .table-responsive > .table > tbody > tr > td,
1606 .table-responsive > .table > tfoot > tr > td {
1607 white-space: nowrap;
1609 .table-responsive > .table-bordered {
1610 border: 0;
1612 .table-responsive > .table-bordered > thead > tr > th:first-child,
1613 .table-responsive > .table-bordered > tbody > tr > th:first-child,
1614 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1615 .table-responsive > .table-bordered > thead > tr > td:first-child,
1616 .table-responsive > .table-bordered > tbody > tr > td:first-child,
1617 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1618 border-left: 0;
1620 .table-responsive > .table-bordered > thead > tr > th:last-child,
1621 .table-responsive > .table-bordered > tbody > tr > th:last-child,
1622 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1623 .table-responsive > .table-bordered > thead > tr > td:last-child,
1624 .table-responsive > .table-bordered > tbody > tr > td:last-child,
1625 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1626 border-right: 0;
1628 .table-responsive > .table-bordered > tbody > tr:last-child > th,
1629 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1630 .table-responsive > .table-bordered > tbody > tr:last-child > td,
1631 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1632 border-bottom: 0;
1635 fieldset {
1636 min-width: 0;
1637 padding: 0;
1638 margin: 0;
1639 border: 0;
1641 legend {
1642 display: block;
1643 width: 100%;
1644 padding: 0;
1645 margin-bottom: 20px;
1646 font-size: 21px;
1647 line-height: inherit;
1648 color: #333;
1649 border: 0;
1650 border-bottom: 1px solid #e5e5e5;
1652 label {
1653 display: inline-block;
1654 margin-bottom: 5px;
1655 font-weight: bold;
1657 input[type="search"] {
1658 -webkit-box-sizing: border-box;
1659 -moz-box-sizing: border-box;
1660 box-sizing: border-box;
1662 input[type="radio"],
1663 input[type="checkbox"] {
1664 margin: 4px 0 0;
1665 margin-top: 1px \9;
1666 /* IE8-9 */
1667 line-height: normal;
1669 input[type="file"] {
1670 display: block;
1672 input[type="range"] {
1673 display: block;
1674 width: 100%;
1676 select[multiple],
1677 select[size] {
1678 height: auto;
1680 input[type="file"]:focus,
1681 input[type="radio"]:focus,
1682 input[type="checkbox"]:focus {
1683 outline: thin dotted;
1684 outline: 5px auto -webkit-focus-ring-color;
1685 outline-offset: -2px;
1687 output {
1688 display: block;
1689 padding-top: 7px;
1690 font-size: 14px;
1691 line-height: 1.42857143;
1692 color: #555;
1694 .form-control {
1695 display: block;
1696 width: 100%;
1697 height: 34px;
1698 padding: 6px 12px;
1699 font-size: 14px;
1700 line-height: 1.42857143;
1701 color: #555;
1702 background-color: #fff;
1703 background-image: none;
1704 border: 1px solid #ccc;
1705 border-radius: 4px;
1706 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1707 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1708 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1709 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1711 .form-control:focus {
1712 border-color: #66afe9;
1713 outline: 0;
1714 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
1715 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
1717 .form-control::-moz-placeholder {
1718 color: #999;
1719 opacity: 1;
1721 .form-control:-ms-input-placeholder {
1722 color: #999;
1724 .form-control::-webkit-input-placeholder {
1725 color: #999;
1727 .form-control[disabled],
1728 .form-control[readonly],
1729 fieldset[disabled] .form-control {
1730 cursor: not-allowed;
1731 background-color: #eee;
1732 opacity: 1;
1734 textarea.form-control {
1735 height: auto;
1737 input[type="search"] {
1738 -webkit-appearance: none;
1740 input[type="date"] {
1741 line-height: 34px;
1743 .form-group {
1744 margin-bottom: 15px;
1746 .radio,
1747 .checkbox {
1748 display: block;
1749 min-height: 20px;
1750 padding-left: 20px;
1751 margin-top: 10px;
1752 margin-bottom: 10px;
1754 .radio label,
1755 .checkbox label {
1756 display: inline;
1757 font-weight: normal;
1758 cursor: pointer;
1760 .radio input[type="radio"],
1761 .radio-inline input[type="radio"],
1762 .checkbox input[type="checkbox"],
1763 .checkbox-inline input[type="checkbox"] {
1764 float: left;
1765 margin-left: -20px;
1767 .radio + .radio,
1768 .checkbox + .checkbox {
1769 margin-top: -5px;
1771 .radio-inline,
1772 .checkbox-inline {
1773 display: inline-block;
1774 padding-left: 20px;
1775 margin-bottom: 0;
1776 font-weight: normal;
1777 vertical-align: middle;
1778 cursor: pointer;
1780 .radio-inline + .radio-inline,
1781 .checkbox-inline + .checkbox-inline {
1782 margin-top: 0;
1783 margin-left: 10px;
1785 input[type="radio"][disabled],
1786 input[type="checkbox"][disabled],
1787 .radio[disabled],
1788 .radio-inline[disabled],
1789 .checkbox[disabled],
1790 .checkbox-inline[disabled],
1791 fieldset[disabled] input[type="radio"],
1792 fieldset[disabled] input[type="checkbox"],
1793 fieldset[disabled] .radio,
1794 fieldset[disabled] .radio-inline,
1795 fieldset[disabled] .checkbox,
1796 fieldset[disabled] .checkbox-inline {
1797 cursor: not-allowed;
1799 .input-sm {
1800 height: 30px;
1801 padding: 5px 10px;
1802 font-size: 12px;
1803 line-height: 1.5;
1804 border-radius: 3px;
1806 select.input-sm {
1807 height: 30px;
1808 line-height: 30px;
1810 textarea.input-sm,
1811 select[multiple].input-sm {
1812 height: auto;
1814 .input-lg {
1815 height: 46px;
1816 padding: 10px 16px;
1817 font-size: 18px;
1818 line-height: 1.33;
1819 border-radius: 6px;
1821 select.input-lg {
1822 height: 46px;
1823 line-height: 46px;
1825 textarea.input-lg,
1826 select[multiple].input-lg {
1827 height: auto;
1829 .has-feedback {
1830 position: relative;
1832 .has-feedback .form-control {
1833 padding-right: 42.5px;
1835 .has-feedback .form-control-feedback {
1836 position: absolute;
1837 top: 25px;
1838 right: 0;
1839 display: block;
1840 width: 34px;
1841 height: 34px;
1842 line-height: 34px;
1843 text-align: center;
1845 .has-success .help-block,
1846 .has-success .control-label,
1847 .has-success .radio,
1848 .has-success .checkbox,
1849 .has-success .radio-inline,
1850 .has-success .checkbox-inline {
1851 color: #3c763d;
1853 .has-success .form-control {
1854 border-color: #3c763d;
1855 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1856 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1858 .has-success .form-control:focus {
1859 border-color: #2b542c;
1860 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1861 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1863 .has-success .input-group-addon {
1864 color: #3c763d;
1865 background-color: #dff0d8;
1866 border-color: #3c763d;
1868 .has-success .form-control-feedback {
1869 color: #3c763d;
1871 .has-warning .help-block,
1872 .has-warning .control-label,
1873 .has-warning .radio,
1874 .has-warning .checkbox,
1875 .has-warning .radio-inline,
1876 .has-warning .checkbox-inline {
1877 color: #8a6d3b;
1879 .has-warning .form-control {
1880 border-color: #8a6d3b;
1881 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1882 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1884 .has-warning .form-control:focus {
1885 border-color: #66512c;
1886 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1887 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1889 .has-warning .input-group-addon {
1890 color: #8a6d3b;
1891 background-color: #fcf8e3;
1892 border-color: #8a6d3b;
1894 .has-warning .form-control-feedback {
1895 color: #8a6d3b;
1897 .has-error .help-block,
1898 .has-error .control-label,
1899 .has-error .radio,
1900 .has-error .checkbox,
1901 .has-error .radio-inline,
1902 .has-error .checkbox-inline {
1903 color: #a94442;
1905 .has-error .form-control {
1906 border-color: #a94442;
1907 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1908 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1910 .has-error .form-control:focus {
1911 border-color: #843534;
1912 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1913 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1915 .has-error .input-group-addon {
1916 color: #a94442;
1917 background-color: #f2dede;
1918 border-color: #a94442;
1920 .has-error .form-control-feedback {
1921 color: #a94442;
1923 .form-control-static {
1924 margin-bottom: 0;
1926 .help-block {
1927 display: block;
1928 margin-top: 5px;
1929 margin-bottom: 10px;
1930 color: #737373;
1932 @media (min-width: 768px) {
1933 .form-inline .form-group {
1934 display: inline-block;
1935 margin-bottom: 0;
1936 vertical-align: middle;
1938 .form-inline .form-control {
1939 display: inline-block;
1940 width: auto;
1941 vertical-align: middle;
1943 .form-inline .input-group > .form-control {
1944 width: 100%;
1946 .form-inline .control-label {
1947 margin-bottom: 0;
1948 vertical-align: middle;
1950 .form-inline .radio,
1951 .form-inline .checkbox {
1952 display: inline-block;
1953 padding-left: 0;
1954 margin-top: 0;
1955 margin-bottom: 0;
1956 vertical-align: middle;
1958 .form-inline .radio input[type="radio"],
1959 .form-inline .checkbox input[type="checkbox"] {
1960 float: none;
1961 margin-left: 0;
1963 .form-inline .has-feedback .form-control-feedback {
1964 top: 0;
1967 .form-horizontal .control-label,
1968 .form-horizontal .radio,
1969 .form-horizontal .checkbox,
1970 .form-horizontal .radio-inline,
1971 .form-horizontal .checkbox-inline {
1972 padding-top: 7px;
1973 margin-top: 0;
1974 margin-bottom: 0;
1976 .form-horizontal .radio,
1977 .form-horizontal .checkbox {
1978 min-height: 27px;
1980 .form-horizontal .form-group {
1981 margin-right: -15px;
1982 margin-left: -15px;
1984 .form-horizontal .form-control-static {
1985 padding-top: 7px;
1987 @media (min-width: 768px) {
1988 .form-horizontal .control-label {
1989 text-align: right;
1992 .form-horizontal .has-feedback .form-control-feedback {
1993 top: 0;
1994 right: 15px;
1996 .btn {
1997 display: inline-block;
1998 padding: 6px 12px;
1999 margin-bottom: 0;
2000 font-size: 14px;
2001 font-weight: normal;
2002 line-height: 1.42857143;
2003 text-align: center;
2004 white-space: nowrap;
2005 vertical-align: middle;
2006 cursor: pointer;
2007 -webkit-user-select: none;
2008 -moz-user-select: none;
2009 -ms-user-select: none;
2010 user-select: none;
2011 background-image: none;
2012 border: 1px solid transparent;
2013 border-radius: 4px;
2015 .btn:focus,
2016 .btn:active:focus,
2017 .btn.active:focus {
2018 outline: thin dotted;
2019 outline: 5px auto -webkit-focus-ring-color;
2020 outline-offset: -2px;
2022 .btn:hover,
2023 .btn:focus {
2024 color: #333;
2025 text-decoration: none;
2027 .btn:active,
2028 .btn.active {
2029 background-image: none;
2030 outline: 0;
2031 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2032 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2034 .btn.disabled,
2035 .btn[disabled],
2036 fieldset[disabled] .btn {
2037 pointer-events: none;
2038 cursor: not-allowed;
2039 filter: alpha(opacity=65);
2040 -webkit-box-shadow: none;
2041 box-shadow: none;
2042 opacity: .65;
2044 .btn-default {
2045 color: #333;
2046 background-color: #fff;
2047 border-color: #ccc;
2049 .btn-default:hover,
2050 .btn-default:focus,
2051 .btn-default:active,
2052 .btn-default.active,
2053 .open .dropdown-toggle.btn-default {
2054 color: #333;
2055 background-color: #ebebeb;
2056 border-color: #adadad;
2058 .btn-default:active,
2059 .btn-default.active,
2060 .open .dropdown-toggle.btn-default {
2061 background-image: none;
2063 .btn-default.disabled,
2064 .btn-default[disabled],
2065 fieldset[disabled] .btn-default,
2066 .btn-default.disabled:hover,
2067 .btn-default[disabled]:hover,
2068 fieldset[disabled] .btn-default:hover,
2069 .btn-default.disabled:focus,
2070 .btn-default[disabled]:focus,
2071 fieldset[disabled] .btn-default:focus,
2072 .btn-default.disabled:active,
2073 .btn-default[disabled]:active,
2074 fieldset[disabled] .btn-default:active,
2075 .btn-default.disabled.active,
2076 .btn-default[disabled].active,
2077 fieldset[disabled] .btn-default.active {
2078 background-color: #fff;
2079 border-color: #ccc;
2081 .btn-default .badge {
2082 color: #fff;
2083 background-color: #333;
2085 .btn-primary {
2086 color: #fff;
2087 background-color: #428bca;
2088 border-color: #357ebd;
2090 .btn-primary:hover,
2091 .btn-primary:focus,
2092 .btn-primary:active,
2093 .btn-primary.active,
2094 .open .dropdown-toggle.btn-primary {
2095 color: #fff;
2096 background-color: #3276b1;
2097 border-color: #285e8e;
2099 .btn-primary:active,
2100 .btn-primary.active,
2101 .open .dropdown-toggle.btn-primary {
2102 background-image: none;
2104 .btn-primary.disabled,
2105 .btn-primary[disabled],
2106 fieldset[disabled] .btn-primary,
2107 .btn-primary.disabled:hover,
2108 .btn-primary[disabled]:hover,
2109 fieldset[disabled] .btn-primary:hover,
2110 .btn-primary.disabled:focus,
2111 .btn-primary[disabled]:focus,
2112 fieldset[disabled] .btn-primary:focus,
2113 .btn-primary.disabled:active,
2114 .btn-primary[disabled]:active,
2115 fieldset[disabled] .btn-primary:active,
2116 .btn-primary.disabled.active,
2117 .btn-primary[disabled].active,
2118 fieldset[disabled] .btn-primary.active {
2119 background-color: #428bca;
2120 border-color: #357ebd;
2122 .btn-primary .badge {
2123 color: #428bca;
2124 background-color: #fff;
2126 .btn-success {
2127 color: #fff;
2128 background-color: #5cb85c;
2129 border-color: #4cae4c;
2131 .btn-success:hover,
2132 .btn-success:focus,
2133 .btn-success:active,
2134 .btn-success.active,
2135 .open .dropdown-toggle.btn-success {
2136 color: #fff;
2137 background-color: #47a447;
2138 border-color: #398439;
2140 .btn-success:active,
2141 .btn-success.active,
2142 .open .dropdown-toggle.btn-success {
2143 background-image: none;
2145 .btn-success.disabled,
2146 .btn-success[disabled],
2147 fieldset[disabled] .btn-success,
2148 .btn-success.disabled:hover,
2149 .btn-success[disabled]:hover,
2150 fieldset[disabled] .btn-success:hover,
2151 .btn-success.disabled:focus,
2152 .btn-success[disabled]:focus,
2153 fieldset[disabled] .btn-success:focus,
2154 .btn-success.disabled:active,
2155 .btn-success[disabled]:active,
2156 fieldset[disabled] .btn-success:active,
2157 .btn-success.disabled.active,
2158 .btn-success[disabled].active,
2159 fieldset[disabled] .btn-success.active {
2160 background-color: #5cb85c;
2161 border-color: #4cae4c;
2163 .btn-success .badge {
2164 color: #5cb85c;
2165 background-color: #fff;
2167 .btn-info {
2168 color: #fff;
2169 background-color: #5bc0de;
2170 border-color: #46b8da;
2172 .btn-info:hover,
2173 .btn-info:focus,
2174 .btn-info:active,
2175 .btn-info.active,
2176 .open .dropdown-toggle.btn-info {
2177 color: #fff;
2178 background-color: #39b3d7;
2179 border-color: #269abc;
2181 .btn-info:active,
2182 .btn-info.active,
2183 .open .dropdown-toggle.btn-info {
2184 background-image: none;
2186 .btn-info.disabled,
2187 .btn-info[disabled],
2188 fieldset[disabled] .btn-info,
2189 .btn-info.disabled:hover,
2190 .btn-info[disabled]:hover,
2191 fieldset[disabled] .btn-info:hover,
2192 .btn-info.disabled:focus,
2193 .btn-info[disabled]:focus,
2194 fieldset[disabled] .btn-info:focus,
2195 .btn-info.disabled:active,
2196 .btn-info[disabled]:active,
2197 fieldset[disabled] .btn-info:active,
2198 .btn-info.disabled.active,
2199 .btn-info[disabled].active,
2200 fieldset[disabled] .btn-info.active {
2201 background-color: #5bc0de;
2202 border-color: #46b8da;
2204 .btn-info .badge {
2205 color: #5bc0de;
2206 background-color: #fff;
2208 .btn-warning {
2209 color: #fff;
2210 background-color: #f0ad4e;
2211 border-color: #eea236;
2213 .btn-warning:hover,
2214 .btn-warning:focus,
2215 .btn-warning:active,
2216 .btn-warning.active,
2217 .open .dropdown-toggle.btn-warning {
2218 color: #fff;
2219 background-color: #ed9c28;
2220 border-color: #d58512;
2222 .btn-warning:active,
2223 .btn-warning.active,
2224 .open .dropdown-toggle.btn-warning {
2225 background-image: none;
2227 .btn-warning.disabled,
2228 .btn-warning[disabled],
2229 fieldset[disabled] .btn-warning,
2230 .btn-warning.disabled:hover,
2231 .btn-warning[disabled]:hover,
2232 fieldset[disabled] .btn-warning:hover,
2233 .btn-warning.disabled:focus,
2234 .btn-warning[disabled]:focus,
2235 fieldset[disabled] .btn-warning:focus,
2236 .btn-warning.disabled:active,
2237 .btn-warning[disabled]:active,
2238 fieldset[disabled] .btn-warning:active,
2239 .btn-warning.disabled.active,
2240 .btn-warning[disabled].active,
2241 fieldset[disabled] .btn-warning.active {
2242 background-color: #f0ad4e;
2243 border-color: #eea236;
2245 .btn-warning .badge {
2246 color: #f0ad4e;
2247 background-color: #fff;
2249 .btn-danger {
2250 color: #fff;
2251 background-color: #d9534f;
2252 border-color: #d43f3a;
2254 .btn-danger:hover,
2255 .btn-danger:focus,
2256 .btn-danger:active,
2257 .btn-danger.active,
2258 .open .dropdown-toggle.btn-danger {
2259 color: #fff;
2260 background-color: #d2322d;
2261 border-color: #ac2925;
2263 .btn-danger:active,
2264 .btn-danger.active,
2265 .open .dropdown-toggle.btn-danger {
2266 background-image: none;
2268 .btn-danger.disabled,
2269 .btn-danger[disabled],
2270 fieldset[disabled] .btn-danger,
2271 .btn-danger.disabled:hover,
2272 .btn-danger[disabled]:hover,
2273 fieldset[disabled] .btn-danger:hover,
2274 .btn-danger.disabled:focus,
2275 .btn-danger[disabled]:focus,
2276 fieldset[disabled] .btn-danger:focus,
2277 .btn-danger.disabled:active,
2278 .btn-danger[disabled]:active,
2279 fieldset[disabled] .btn-danger:active,
2280 .btn-danger.disabled.active,
2281 .btn-danger[disabled].active,
2282 fieldset[disabled] .btn-danger.active {
2283 background-color: #d9534f;
2284 border-color: #d43f3a;
2286 .btn-danger .badge {
2287 color: #d9534f;
2288 background-color: #fff;
2290 .btn-link {
2291 font-weight: normal;
2292 color: #428bca;
2293 cursor: pointer;
2294 border-radius: 0;
2296 .btn-link,
2297 .btn-link:active,
2298 .btn-link[disabled],
2299 fieldset[disabled] .btn-link {
2300 background-color: transparent;
2301 -webkit-box-shadow: none;
2302 box-shadow: none;
2304 .btn-link,
2305 .btn-link:hover,
2306 .btn-link:focus,
2307 .btn-link:active {
2308 border-color: transparent;
2310 .btn-link:hover,
2311 .btn-link:focus {
2312 color: #2a6496;
2313 text-decoration: underline;
2314 background-color: transparent;
2316 .btn-link[disabled]:hover,
2317 fieldset[disabled] .btn-link:hover,
2318 .btn-link[disabled]:focus,
2319 fieldset[disabled] .btn-link:focus {
2320 color: #999;
2321 text-decoration: none;
2323 .btn-lg,
2324 .btn-group-lg > .btn {
2325 padding: 10px 16px;
2326 font-size: 18px;
2327 line-height: 1.33;
2328 border-radius: 6px;
2330 .btn-sm,
2331 .btn-group-sm > .btn {
2332 padding: 5px 10px;
2333 font-size: 12px;
2334 line-height: 1.5;
2335 border-radius: 3px;
2337 .btn-xs,
2338 .btn-group-xs > .btn {
2339 padding: 1px 5px;
2340 font-size: 12px;
2341 line-height: 1.5;
2342 border-radius: 3px;
2344 .btn-block {
2345 display: block;
2346 width: 100%;
2347 padding-right: 0;
2348 padding-left: 0;
2350 .btn-block + .btn-block {
2351 margin-top: 5px;
2353 input[type="submit"].btn-block,
2354 input[type="reset"].btn-block,
2355 input[type="button"].btn-block {
2356 width: 100%;
2358 .fade {
2359 opacity: 0;
2360 -webkit-transition: opacity .15s linear;
2361 transition: opacity .15s linear;
2363 .fade.in {
2364 opacity: 1;
2366 .collapse {
2367 display: none;
2369 .collapse.in {
2370 display: block;
2372 .collapsing {
2373 position: relative;
2374 height: 0;
2375 overflow: hidden;
2376 -webkit-transition: height .35s ease;
2377 transition: height .35s ease;
2379 @font-face {
2380 font-family: 'Glyphicons Halflings';
2382 src: url('../fonts/glyphicons-halflings-regular.eot');
2383 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
2385 .glyphicon {
2386 position: relative;
2387 top: 1px;
2388 display: inline-block;
2389 font-family: 'Glyphicons Halflings';
2390 font-style: normal;
2391 font-weight: normal;
2392 line-height: 1;
2394 -webkit-font-smoothing: antialiased;
2395 -moz-osx-font-smoothing: grayscale;
2397 .glyphicon-asterisk:before {
2398 content: "\2a";
2400 .glyphicon-plus:before {
2401 content: "\2b";
2403 .glyphicon-euro:before {
2404 content: "\20ac";
2406 .glyphicon-minus:before {
2407 content: "\2212";
2409 .glyphicon-cloud:before {
2410 content: "\2601";
2412 .glyphicon-envelope:before {
2413 content: "\2709";
2415 .glyphicon-pencil:before {
2416 content: "\270f";
2418 .glyphicon-glass:before {
2419 content: "\e001";
2421 .glyphicon-music:before {
2422 content: "\e002";
2424 .glyphicon-search:before {
2425 content: "\e003";
2427 .glyphicon-heart:before {
2428 content: "\e005";
2430 .glyphicon-star:before {
2431 content: "\e006";
2433 .glyphicon-star-empty:before {
2434 content: "\e007";
2436 .glyphicon-user:before {
2437 content: "\e008";
2439 .glyphicon-film:before {
2440 content: "\e009";
2442 .glyphicon-th-large:before {
2443 content: "\e010";
2445 .glyphicon-th:before {
2446 content: "\e011";
2448 .glyphicon-th-list:before {
2449 content: "\e012";
2451 .glyphicon-ok:before {
2452 content: "\e013";
2454 .glyphicon-remove:before {
2455 content: "\e014";
2457 .glyphicon-zoom-in:before {
2458 content: "\e015";
2460 .glyphicon-zoom-out:before {
2461 content: "\e016";
2463 .glyphicon-off:before {
2464 content: "\e017";
2466 .glyphicon-signal:before {
2467 content: "\e018";
2469 .glyphicon-cog:before {
2470 content: "\e019";
2472 .glyphicon-trash:before {
2473 content: "\e020";
2475 .glyphicon-home:before {
2476 content: "\e021";
2478 .glyphicon-file:before {
2479 content: "\e022";
2481 .glyphicon-time:before {
2482 content: "\e023";
2484 .glyphicon-road:before {
2485 content: "\e024";
2487 .glyphicon-download-alt:before {
2488 content: "\e025";
2490 .glyphicon-download:before {
2491 content: "\e026";
2493 .glyphicon-upload:before {
2494 content: "\e027";
2496 .glyphicon-inbox:before {
2497 content: "\e028";
2499 .glyphicon-play-circle:before {
2500 content: "\e029";
2502 .glyphicon-repeat:before {
2503 content: "\e030";
2505 .glyphicon-refresh:before {
2506 content: "\e031";
2508 .glyphicon-list-alt:before {
2509 content: "\e032";
2511 .glyphicon-lock:before {
2512 content: "\e033";
2514 .glyphicon-flag:before {
2515 content: "\e034";
2517 .glyphicon-headphones:before {
2518 content: "\e035";
2520 .glyphicon-volume-off:before {
2521 content: "\e036";
2523 .glyphicon-volume-down:before {
2524 content: "\e037";
2526 .glyphicon-volume-up:before {
2527 content: "\e038";
2529 .glyphicon-qrcode:before {
2530 content: "\e039";
2532 .glyphicon-barcode:before {
2533 content: "\e040";
2535 .glyphicon-tag:before {
2536 content: "\e041";
2538 .glyphicon-tags:before {
2539 content: "\e042";
2541 .glyphicon-book:before {
2542 content: "\e043";
2544 .glyphicon-bookmark:before {
2545 content: "\e044";
2547 .glyphicon-print:before {
2548 content: "\e045";
2550 .glyphicon-camera:before {
2551 content: "\e046";
2553 .glyphicon-font:before {
2554 content: "\e047";
2556 .glyphicon-bold:before {
2557 content: "\e048";
2559 .glyphicon-italic:before {
2560 content: "\e049";
2562 .glyphicon-text-height:before {
2563 content: "\e050";
2565 .glyphicon-text-width:before {
2566 content: "\e051";
2568 .glyphicon-align-left:before {
2569 content: "\e052";
2571 .glyphicon-align-center:before {
2572 content: "\e053";
2574 .glyphicon-align-right:before {
2575 content: "\e054";
2577 .glyphicon-align-justify:before {
2578 content: "\e055";
2580 .glyphicon-list:before {
2581 content: "\e056";
2583 .glyphicon-indent-left:before {
2584 content: "\e057";
2586 .glyphicon-indent-right:before {
2587 content: "\e058";
2589 .glyphicon-facetime-video:before {
2590 content: "\e059";
2592 .glyphicon-picture:before {
2593 content: "\e060";
2595 .glyphicon-map-marker:before {
2596 content: "\e062";
2598 .glyphicon-adjust:before {
2599 content: "\e063";
2601 .glyphicon-tint:before {
2602 content: "\e064";
2604 .glyphicon-edit:before {
2605 content: "\e065";
2607 .glyphicon-share:before {
2608 content: "\e066";
2610 .glyphicon-check:before {
2611 content: "\e067";
2613 .glyphicon-move:before {
2614 content: "\e068";
2616 .glyphicon-step-backward:before {
2617 content: "\e069";
2619 .glyphicon-fast-backward:before {
2620 content: "\e070";
2622 .glyphicon-backward:before {
2623 content: "\e071";
2625 .glyphicon-play:before {
2626 content: "\e072";
2628 .glyphicon-pause:before {
2629 content: "\e073";
2631 .glyphicon-stop:before {
2632 content: "\e074";
2634 .glyphicon-forward:before {
2635 content: "\e075";
2637 .glyphicon-fast-forward:before {
2638 content: "\e076";
2640 .glyphicon-step-forward:before {
2641 content: "\e077";
2643 .glyphicon-eject:before {
2644 content: "\e078";
2646 .glyphicon-chevron-left:before {
2647 content: "\e079";
2649 .glyphicon-chevron-right:before {
2650 content: "\e080";
2652 .glyphicon-plus-sign:before {
2653 content: "\e081";
2655 .glyphicon-minus-sign:before {
2656 content: "\e082";
2658 .glyphicon-remove-sign:before {
2659 content: "\e083";
2661 .glyphicon-ok-sign:before {
2662 content: "\e084";
2664 .glyphicon-question-sign:before {
2665 content: "\e085";
2667 .glyphicon-info-sign:before {
2668 content: "\e086";
2670 .glyphicon-screenshot:before {
2671 content: "\e087";
2673 .glyphicon-remove-circle:before {
2674 content: "\e088";
2676 .glyphicon-ok-circle:before {
2677 content: "\e089";
2679 .glyphicon-ban-circle:before {
2680 content: "\e090";
2682 .glyphicon-arrow-left:before {
2683 content: "\e091";
2685 .glyphicon-arrow-right:before {
2686 content: "\e092";
2688 .glyphicon-arrow-up:before {
2689 content: "\e093";
2691 .glyphicon-arrow-down:before {
2692 content: "\e094";
2694 .glyphicon-share-alt:before {
2695 content: "\e095";
2697 .glyphicon-resize-full:before {
2698 content: "\e096";
2700 .glyphicon-resize-small:before {
2701 content: "\e097";
2703 .glyphicon-exclamation-sign:before {
2704 content: "\e101";
2706 .glyphicon-gift:before {
2707 content: "\e102";
2709 .glyphicon-leaf:before {
2710 content: "\e103";
2712 .glyphicon-fire:before {
2713 content: "\e104";
2715 .glyphicon-eye-open:before {
2716 content: "\e105";
2718 .glyphicon-eye-close:before {
2719 content: "\e106";
2721 .glyphicon-warning-sign:before {
2722 content: "\e107";
2724 .glyphicon-plane:before {
2725 content: "\e108";
2727 .glyphicon-calendar:before {
2728 content: "\e109";
2730 .glyphicon-random:before {
2731 content: "\e110";
2733 .glyphicon-comment:before {
2734 content: "\e111";
2736 .glyphicon-magnet:before {
2737 content: "\e112";
2739 .glyphicon-chevron-up:before {
2740 content: "\e113";
2742 .glyphicon-chevron-down:before {
2743 content: "\e114";
2745 .glyphicon-retweet:before {
2746 content: "\e115";
2748 .glyphicon-shopping-cart:before {
2749 content: "\e116";
2751 .glyphicon-folder-close:before {
2752 content: "\e117";
2754 .glyphicon-folder-open:before {
2755 content: "\e118";
2757 .glyphicon-resize-vertical:before {
2758 content: "\e119";
2760 .glyphicon-resize-horizontal:before {
2761 content: "\e120";
2763 .glyphicon-hdd:before {
2764 content: "\e121";
2766 .glyphicon-bullhorn:before {
2767 content: "\e122";
2769 .glyphicon-bell:before {
2770 content: "\e123";
2772 .glyphicon-certificate:before {
2773 content: "\e124";
2775 .glyphicon-thumbs-up:before {
2776 content: "\e125";
2778 .glyphicon-thumbs-down:before {
2779 content: "\e126";
2781 .glyphicon-hand-right:before {
2782 content: "\e127";
2784 .glyphicon-hand-left:before {
2785 content: "\e128";
2787 .glyphicon-hand-up:before {
2788 content: "\e129";
2790 .glyphicon-hand-down:before {
2791 content: "\e130";
2793 .glyphicon-circle-arrow-right:before {
2794 content: "\e131";
2796 .glyphicon-circle-arrow-left:before {
2797 content: "\e132";
2799 .glyphicon-circle-arrow-up:before {
2800 content: "\e133";
2802 .glyphicon-circle-arrow-down:before {
2803 content: "\e134";
2805 .glyphicon-globe:before {
2806 content: "\e135";
2808 .glyphicon-wrench:before {
2809 content: "\e136";
2811 .glyphicon-tasks:before {
2812 content: "\e137";
2814 .glyphicon-filter:before {
2815 content: "\e138";
2817 .glyphicon-briefcase:before {
2818 content: "\e139";
2820 .glyphicon-fullscreen:before {
2821 content: "\e140";
2823 .glyphicon-dashboard:before {
2824 content: "\e141";
2826 .glyphicon-paperclip:before {
2827 content: "\e142";
2829 .glyphicon-heart-empty:before {
2830 content: "\e143";
2832 .glyphicon-link:before {
2833 content: "\e144";
2835 .glyphicon-phone:before {
2836 content: "\e145";
2838 .glyphicon-pushpin:before {
2839 content: "\e146";
2841 .glyphicon-usd:before {
2842 content: "\e148";
2844 .glyphicon-gbp:before {
2845 content: "\e149";
2847 .glyphicon-sort:before {
2848 content: "\e150";
2850 .glyphicon-sort-by-alphabet:before {
2851 content: "\e151";
2853 .glyphicon-sort-by-alphabet-alt:before {
2854 content: "\e152";
2856 .glyphicon-sort-by-order:before {
2857 content: "\e153";
2859 .glyphicon-sort-by-order-alt:before {
2860 content: "\e154";
2862 .glyphicon-sort-by-attributes:before {
2863 content: "\e155";
2865 .glyphicon-sort-by-attributes-alt:before {
2866 content: "\e156";
2868 .glyphicon-unchecked:before {
2869 content: "\e157";
2871 .glyphicon-expand:before {
2872 content: "\e158";
2874 .glyphicon-collapse-down:before {
2875 content: "\e159";
2877 .glyphicon-collapse-up:before {
2878 content: "\e160";
2880 .glyphicon-log-in:before {
2881 content: "\e161";
2883 .glyphicon-flash:before {
2884 content: "\e162";
2886 .glyphicon-log-out:before {
2887 content: "\e163";
2889 .glyphicon-new-window:before {
2890 content: "\e164";
2892 .glyphicon-record:before {
2893 content: "\e165";
2895 .glyphicon-save:before {
2896 content: "\e166";
2898 .glyphicon-open:before {
2899 content: "\e167";
2901 .glyphicon-saved:before {
2902 content: "\e168";
2904 .glyphicon-import:before {
2905 content: "\e169";
2907 .glyphicon-export:before {
2908 content: "\e170";
2910 .glyphicon-send:before {
2911 content: "\e171";
2913 .glyphicon-floppy-disk:before {
2914 content: "\e172";
2916 .glyphicon-floppy-saved:before {
2917 content: "\e173";
2919 .glyphicon-floppy-remove:before {
2920 content: "\e174";
2922 .glyphicon-floppy-save:before {
2923 content: "\e175";
2925 .glyphicon-floppy-open:before {
2926 content: "\e176";
2928 .glyphicon-credit-card:before {
2929 content: "\e177";
2931 .glyphicon-transfer:before {
2932 content: "\e178";
2934 .glyphicon-cutlery:before {
2935 content: "\e179";
2937 .glyphicon-header:before {
2938 content: "\e180";
2940 .glyphicon-compressed:before {
2941 content: "\e181";
2943 .glyphicon-earphone:before {
2944 content: "\e182";
2946 .glyphicon-phone-alt:before {
2947 content: "\e183";
2949 .glyphicon-tower:before {
2950 content: "\e184";
2952 .glyphicon-stats:before {
2953 content: "\e185";
2955 .glyphicon-sd-video:before {
2956 content: "\e186";
2958 .glyphicon-hd-video:before {
2959 content: "\e187";
2961 .glyphicon-subtitles:before {
2962 content: "\e188";
2964 .glyphicon-sound-stereo:before {
2965 content: "\e189";
2967 .glyphicon-sound-dolby:before {
2968 content: "\e190";
2970 .glyphicon-sound-5-1:before {
2971 content: "\e191";
2973 .glyphicon-sound-6-1:before {
2974 content: "\e192";
2976 .glyphicon-sound-7-1:before {
2977 content: "\e193";
2979 .glyphicon-copyright-mark:before {
2980 content: "\e194";
2982 .glyphicon-registration-mark:before {
2983 content: "\e195";
2985 .glyphicon-cloud-download:before {
2986 content: "\e197";
2988 .glyphicon-cloud-upload:before {
2989 content: "\e198";
2991 .glyphicon-tree-conifer:before {
2992 content: "\e199";
2994 .glyphicon-tree-deciduous:before {
2995 content: "\e200";
2997 .caret {
2998 display: inline-block;
2999 width: 0;
3000 height: 0;
3001 margin-left: 2px;
3002 vertical-align: middle;
3003 border-top: 4px solid;
3004 border-right: 4px solid transparent;
3005 border-left: 4px solid transparent;
3007 .dropdown {
3008 position: relative;
3010 .dropdown-toggle:focus {
3011 outline: 0;
3013 .dropdown-menu {
3014 position: absolute;
3015 top: 100%;
3016 left: 0;
3017 z-index: 1000;
3018 display: none;
3019 float: left;
3020 min-width: 160px;
3021 padding: 5px 0;
3022 margin: 2px 0 0;
3023 font-size: 14px;
3024 list-style: none;
3025 background-color: #fff;
3026 background-clip: padding-box;
3027 border: 1px solid #ccc;
3028 border: 1px solid rgba(0, 0, 0, .15);
3029 border-radius: 4px;
3030 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3031 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3033 .dropdown-menu.pull-right {
3034 right: 0;
3035 left: auto;
3037 .dropdown-menu .divider {
3038 height: 1px;
3039 margin: 9px 0;
3040 overflow: hidden;
3041 background-color: #e5e5e5;
3043 .dropdown-menu > li > a {
3044 display: block;
3045 padding: 3px 20px;
3046 clear: both;
3047 font-weight: normal;
3048 line-height: 1.42857143;
3049 color: #333;
3050 white-space: nowrap;
3052 .dropdown-menu > li > a:hover,
3053 .dropdown-menu > li > a:focus {
3054 color: #262626;
3055 text-decoration: none;
3056 background-color: #f5f5f5;
3058 .dropdown-menu > .active > a,
3059 .dropdown-menu > .active > a:hover,
3060 .dropdown-menu > .active > a:focus {
3061 color: #fff;
3062 text-decoration: none;
3063 background-color: #428bca;
3064 outline: 0;
3066 .dropdown-menu > .disabled > a,
3067 .dropdown-menu > .disabled > a:hover,
3068 .dropdown-menu > .disabled > a:focus {
3069 color: #999;
3071 .dropdown-menu > .disabled > a:hover,
3072 .dropdown-menu > .disabled > a:focus {
3073 text-decoration: none;
3074 cursor: not-allowed;
3075 background-color: transparent;
3076 background-image: none;
3077 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3079 .open > .dropdown-menu {
3080 display: block;
3082 .open > a {
3083 outline: 0;
3085 .dropdown-menu-right {
3086 right: 0;
3087 left: auto;
3089 .dropdown-menu-left {
3090 right: auto;
3091 left: 0;
3093 .dropdown-header {
3094 display: block;
3095 padding: 3px 20px;
3096 font-size: 12px;
3097 line-height: 1.42857143;
3098 color: #999;
3100 .dropdown-backdrop {
3101 position: fixed;
3102 top: 0;
3103 right: 0;
3104 bottom: 0;
3105 left: 0;
3106 z-index: 990;
3108 .pull-right > .dropdown-menu {
3109 right: 0;
3110 left: auto;
3112 .dropup .caret,
3113 .navbar-fixed-bottom .dropdown .caret {
3114 content: "";
3115 border-top: 0;
3116 border-bottom: 4px solid;
3118 .dropup .dropdown-menu,
3119 .navbar-fixed-bottom .dropdown .dropdown-menu {
3120 top: auto;
3121 bottom: 100%;
3122 margin-bottom: 1px;
3124 @media (min-width: 768px) {
3125 .navbar-right .dropdown-menu {
3126 right: 0;
3127 left: auto;
3129 .navbar-right .dropdown-menu-left {
3130 right: auto;
3131 left: 0;
3134 .btn-group,
3135 .btn-group-vertical {
3136 position: relative;
3137 display: inline-block;
3138 vertical-align: middle;
3140 .btn-group > .btn,
3141 .btn-group-vertical > .btn {
3142 position: relative;
3143 float: left;
3145 .btn-group > .btn:hover,
3146 .btn-group-vertical > .btn:hover,
3147 .btn-group > .btn:focus,
3148 .btn-group-vertical > .btn:focus,
3149 .btn-group > .btn:active,
3150 .btn-group-vertical > .btn:active,
3151 .btn-group > .btn.active,
3152 .btn-group-vertical > .btn.active {
3153 z-index: 2;
3155 .btn-group > .btn:focus,
3156 .btn-group-vertical > .btn:focus {
3157 outline: none;
3159 .btn-group .btn + .btn,
3160 .btn-group .btn + .btn-group,
3161 .btn-group .btn-group + .btn,
3162 .btn-group .btn-group + .btn-group {
3163 margin-left: -1px;
3165 .btn-toolbar {
3166 margin-left: -5px;
3168 .btn-toolbar .btn-group,
3169 .btn-toolbar .input-group {
3170 float: left;
3172 .btn-toolbar > .btn,
3173 .btn-toolbar > .btn-group,
3174 .btn-toolbar > .input-group {
3175 margin-left: 5px;
3177 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3178 border-radius: 0;
3180 .btn-group > .btn:first-child {
3181 margin-left: 0;
3183 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3184 border-top-right-radius: 0;
3185 border-bottom-right-radius: 0;
3187 .btn-group > .btn:last-child:not(:first-child),
3188 .btn-group > .dropdown-toggle:not(:first-child) {
3189 border-top-left-radius: 0;
3190 border-bottom-left-radius: 0;
3192 .btn-group > .btn-group {
3193 float: left;
3195 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3196 border-radius: 0;
3198 .btn-group > .btn-group:first-child > .btn:last-child,
3199 .btn-group > .btn-group:first-child > .dropdown-toggle {
3200 border-top-right-radius: 0;
3201 border-bottom-right-radius: 0;
3203 .btn-group > .btn-group:last-child > .btn:first-child {
3204 border-top-left-radius: 0;
3205 border-bottom-left-radius: 0;
3207 .btn-group .dropdown-toggle:active,
3208 .btn-group.open .dropdown-toggle {
3209 outline: 0;
3211 .btn-group > .btn + .dropdown-toggle {
3212 padding-right: 8px;
3213 padding-left: 8px;
3215 .btn-group > .btn-lg + .dropdown-toggle {
3216 padding-right: 12px;
3217 padding-left: 12px;
3219 .btn-group.open .dropdown-toggle {
3220 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3221 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3223 .btn-group.open .dropdown-toggle.btn-link {
3224 -webkit-box-shadow: none;
3225 box-shadow: none;
3227 .btn .caret {
3228 margin-left: 0;
3230 .btn-lg .caret {
3231 border-width: 5px 5px 0;
3232 border-bottom-width: 0;
3234 .dropup .btn-lg .caret {
3235 border-width: 0 5px 5px;
3237 .btn-group-vertical > .btn,
3238 .btn-group-vertical > .btn-group,
3239 .btn-group-vertical > .btn-group > .btn {
3240 display: block;
3241 float: none;
3242 width: 100%;
3243 max-width: 100%;
3245 .btn-group-vertical > .btn-group > .btn {
3246 float: none;
3248 .btn-group-vertical > .btn + .btn,
3249 .btn-group-vertical > .btn + .btn-group,
3250 .btn-group-vertical > .btn-group + .btn,
3251 .btn-group-vertical > .btn-group + .btn-group {
3252 margin-top: -1px;
3253 margin-left: 0;
3255 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3256 border-radius: 0;
3258 .btn-group-vertical > .btn:first-child:not(:last-child) {
3259 border-top-right-radius: 4px;
3260 border-bottom-right-radius: 0;
3261 border-bottom-left-radius: 0;
3263 .btn-group-vertical > .btn:last-child:not(:first-child) {
3264 border-top-left-radius: 0;
3265 border-top-right-radius: 0;
3266 border-bottom-left-radius: 4px;
3268 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3269 border-radius: 0;
3271 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3272 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3273 border-bottom-right-radius: 0;
3274 border-bottom-left-radius: 0;
3276 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3277 border-top-left-radius: 0;
3278 border-top-right-radius: 0;
3280 .btn-group-justified {
3281 display: table;
3282 width: 100%;
3283 table-layout: fixed;
3284 border-collapse: separate;
3286 .btn-group-justified > .btn,
3287 .btn-group-justified > .btn-group {
3288 display: table-cell;
3289 float: none;
3290 width: 1%;
3292 .btn-group-justified > .btn-group .btn {
3293 width: 100%;
3295 [data-toggle="buttons"] > .btn > input[type="radio"],
3296 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3297 display: none;
3299 .input-group {
3300 position: relative;
3301 display: table;
3302 border-collapse: separate;
3304 .input-group[class*="col-"] {
3305 float: none;
3306 padding-right: 0;
3307 padding-left: 0;
3309 .input-group .form-control {
3310 position: relative;
3311 z-index: 2;
3312 float: left;
3313 width: 100%;
3314 margin-bottom: 0;
3316 .input-group-lg > .form-control,
3317 .input-group-lg > .input-group-addon,
3318 .input-group-lg > .input-group-btn > .btn {
3319 height: 46px;
3320 padding: 10px 16px;
3321 font-size: 18px;
3322 line-height: 1.33;
3323 border-radius: 6px;
3325 select.input-group-lg > .form-control,
3326 select.input-group-lg > .input-group-addon,
3327 select.input-group-lg > .input-group-btn > .btn {
3328 height: 46px;
3329 line-height: 46px;
3331 textarea.input-group-lg > .form-control,
3332 textarea.input-group-lg > .input-group-addon,
3333 textarea.input-group-lg > .input-group-btn > .btn,
3334 select[multiple].input-group-lg > .form-control,
3335 select[multiple].input-group-lg > .input-group-addon,
3336 select[multiple].input-group-lg > .input-group-btn > .btn {
3337 height: auto;
3339 .input-group-sm > .form-control,
3340 .input-group-sm > .input-group-addon,
3341 .input-group-sm > .input-group-btn > .btn {
3342 height: 30px;
3343 padding: 5px 10px;
3344 font-size: 12px;
3345 line-height: 1.5;
3346 border-radius: 3px;
3348 select.input-group-sm > .form-control,
3349 select.input-group-sm > .input-group-addon,
3350 select.input-group-sm > .input-group-btn > .btn {
3351 height: 30px;
3352 line-height: 30px;
3354 textarea.input-group-sm > .form-control,
3355 textarea.input-group-sm > .input-group-addon,
3356 textarea.input-group-sm > .input-group-btn > .btn,
3357 select[multiple].input-group-sm > .form-control,
3358 select[multiple].input-group-sm > .input-group-addon,
3359 select[multiple].input-group-sm > .input-group-btn > .btn {
3360 height: auto;
3362 .input-group-addon,
3363 .input-group-btn,
3364 .input-group .form-control {
3365 display: table-cell;
3367 .input-group-addon:not(:first-child):not(:last-child),
3368 .input-group-btn:not(:first-child):not(:last-child),
3369 .input-group .form-control:not(:first-child):not(:last-child) {
3370 border-radius: 0;
3372 .input-group-addon,
3373 .input-group-btn {
3374 width: 1%;
3375 white-space: nowrap;
3376 vertical-align: middle;
3378 .input-group-addon {
3379 padding: 6px 12px;
3380 font-size: 14px;
3381 font-weight: normal;
3382 line-height: 1;
3383 color: #555;
3384 text-align: center;
3385 background-color: #eee;
3386 border: 1px solid #ccc;
3387 border-radius: 4px;
3389 .input-group-addon.input-sm {
3390 padding: 5px 10px;
3391 font-size: 12px;
3392 border-radius: 3px;
3394 .input-group-addon.input-lg {
3395 padding: 10px 16px;
3396 font-size: 18px;
3397 border-radius: 6px;
3399 .input-group-addon input[type="radio"],
3400 .input-group-addon input[type="checkbox"] {
3401 margin-top: 0;
3403 .input-group .form-control:first-child,
3404 .input-group-addon:first-child,
3405 .input-group-btn:first-child > .btn,
3406 .input-group-btn:first-child > .btn-group > .btn,
3407 .input-group-btn:first-child > .dropdown-toggle,
3408 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3409 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3410 border-top-right-radius: 0;
3411 border-bottom-right-radius: 0;
3413 .input-group-addon:first-child {
3414 border-right: 0;
3416 .input-group .form-control:last-child,
3417 .input-group-addon:last-child,
3418 .input-group-btn:last-child > .btn,
3419 .input-group-btn:last-child > .btn-group > .btn,
3420 .input-group-btn:last-child > .dropdown-toggle,
3421 .input-group-btn:first-child > .btn:not(:first-child),
3422 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3423 border-top-left-radius: 0;
3424 border-bottom-left-radius: 0;
3426 .input-group-addon:last-child {
3427 border-left: 0;
3429 .input-group-btn {
3430 position: relative;
3431 font-size: 0;
3432 white-space: nowrap;
3434 .input-group-btn > .btn {
3435 position: relative;
3437 .input-group-btn > .btn + .btn {
3438 margin-left: -1px;
3440 .input-group-btn > .btn:hover,
3441 .input-group-btn > .btn:focus,
3442 .input-group-btn > .btn:active {
3443 z-index: 2;
3445 .input-group-btn:first-child > .btn,
3446 .input-group-btn:first-child > .btn-group {
3447 margin-right: -1px;
3449 .input-group-btn:last-child > .btn,
3450 .input-group-btn:last-child > .btn-group {
3451 margin-left: -1px;
3453 .nav {
3454 padding-left: 0;
3455 margin-bottom: 0;
3456 list-style: none;
3458 .nav > li {
3459 position: relative;
3460 display: block;
3462 .nav > li > a {
3463 position: relative;
3464 display: block;
3465 padding: 10px 15px;
3467 .nav > li > a:hover,
3468 .nav > li > a:focus {
3469 text-decoration: none;
3470 background-color: #eee;
3472 .nav > li.disabled > a {
3473 color: #999;
3475 .nav > li.disabled > a:hover,
3476 .nav > li.disabled > a:focus {
3477 color: #999;
3478 text-decoration: none;
3479 cursor: not-allowed;
3480 background-color: transparent;
3482 .nav .open > a,
3483 .nav .open > a:hover,
3484 .nav .open > a:focus {
3485 background-color: #eee;
3486 border-color: #428bca;
3488 .nav .nav-divider {
3489 height: 1px;
3490 margin: 9px 0;
3491 overflow: hidden;
3492 background-color: #e5e5e5;
3494 .nav > li > a > img {
3495 max-width: none;
3497 .nav-tabs {
3498 border-bottom: 1px solid #ddd;
3500 .nav-tabs > li {
3501 float: left;
3502 margin-bottom: -1px;
3504 .nav-tabs > li > a {
3505 margin-right: 2px;
3506 line-height: 1.42857143;
3507 border: 1px solid transparent;
3508 border-radius: 4px 4px 0 0;
3510 .nav-tabs > li > a:hover {
3511 border-color: #eee #eee #ddd;
3513 .nav-tabs > li.active > a,
3514 .nav-tabs > li.active > a:hover,
3515 .nav-tabs > li.active > a:focus {
3516 color: #555;
3517 cursor: default;
3518 background-color: #fff;
3519 border: 1px solid #ddd;
3520 border-bottom-color: transparent;
3522 .nav-tabs.nav-justified {
3523 width: 100%;
3524 border-bottom: 0;
3526 .nav-tabs.nav-justified > li {
3527 float: none;
3529 .nav-tabs.nav-justified > li > a {
3530 margin-bottom: 5px;
3531 text-align: center;
3533 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
3534 top: auto;
3535 left: auto;
3537 @media (min-width: 768px) {
3538 .nav-tabs.nav-justified > li {
3539 display: table-cell;
3540 width: 1%;
3542 .nav-tabs.nav-justified > li > a {
3543 margin-bottom: 0;
3546 .nav-tabs.nav-justified > li > a {
3547 margin-right: 0;
3548 border-radius: 4px;
3550 .nav-tabs.nav-justified > .active > a,
3551 .nav-tabs.nav-justified > .active > a:hover,
3552 .nav-tabs.nav-justified > .active > a:focus {
3553 border: 1px solid #ddd;
3555 @media (min-width: 768px) {
3556 .nav-tabs.nav-justified > li > a {
3557 border-bottom: 1px solid #ddd;
3558 border-radius: 4px 4px 0 0;
3560 .nav-tabs.nav-justified > .active > a,
3561 .nav-tabs.nav-justified > .active > a:hover,
3562 .nav-tabs.nav-justified > .active > a:focus {
3563 border-bottom-color: #fff;
3566 .nav-pills > li {
3567 float: left;
3569 .nav-pills > li > a {
3570 border-radius: 4px;
3572 .nav-pills > li + li {
3573 margin-left: 2px;
3575 .nav-pills > li.active > a,
3576 .nav-pills > li.active > a:hover,
3577 .nav-pills > li.active > a:focus {
3578 color: #fff;
3579 background-color: #428bca;
3581 .nav-stacked > li {
3582 float: none;
3584 .nav-stacked > li + li {
3585 margin-top: 2px;
3586 margin-left: 0;
3588 .nav-justified {
3589 width: 100%;
3591 .nav-justified > li {
3592 float: none;
3594 .nav-justified > li > a {
3595 margin-bottom: 5px;
3596 text-align: center;
3598 .nav-justified > .dropdown .dropdown-menu {
3599 top: auto;
3600 left: auto;
3602 @media (min-width: 768px) {
3603 .nav-justified > li {
3604 display: table-cell;
3605 width: 1%;
3607 .nav-justified > li > a {
3608 margin-bottom: 0;
3611 .nav-tabs-justified {
3612 border-bottom: 0;
3614 .nav-tabs-justified > li > a {
3615 margin-right: 0;
3616 border-radius: 4px;
3618 .nav-tabs-justified > .active > a,
3619 .nav-tabs-justified > .active > a:hover,
3620 .nav-tabs-justified > .active > a:focus {
3621 border: 1px solid #ddd;
3623 @media (min-width: 768px) {
3624 .nav-tabs-justified > li > a {
3625 border-bottom: 1px solid #ddd;
3626 border-radius: 4px 4px 0 0;
3628 .nav-tabs-justified > .active > a,
3629 .nav-tabs-justified > .active > a:hover,
3630 .nav-tabs-justified > .active > a:focus {
3631 border-bottom-color: #fff;
3634 .tab-content > .tab-pane {
3635 display: none;
3637 .tab-content > .active {
3638 display: block;
3640 .nav-tabs .dropdown-menu {
3641 margin-top: -1px;
3642 border-top-left-radius: 0;
3643 border-top-right-radius: 0;
3645 .navbar {
3646 position: relative;
3647 min-height: 50px;
3648 margin-bottom: 20px;
3649 border: 1px solid transparent;
3651 @media (min-width: 768px) {
3652 .navbar {
3653 border-radius: 4px;
3656 @media (min-width: 768px) {
3657 .navbar-header {
3658 float: left;
3661 .navbar-collapse {
3662 max-height: 340px;
3663 padding-right: 15px;
3664 padding-left: 15px;
3665 overflow-x: visible;
3666 -webkit-overflow-scrolling: touch;
3667 border-top: 1px solid transparent;
3668 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
3670 .navbar-collapse.in {
3671 overflow-y: auto;
3673 @media (min-width: 768px) {
3674 .navbar-collapse {
3675 width: auto;
3676 border-top: 0;
3677 box-shadow: none;
3679 .navbar-collapse.collapse {
3680 display: block !important;
3681 height: auto !important;
3682 padding-bottom: 0;
3683 overflow: visible !important;
3685 .navbar-collapse.in {
3686 overflow-y: visible;
3688 .navbar-fixed-top .navbar-collapse,
3689 .navbar-static-top .navbar-collapse,
3690 .navbar-fixed-bottom .navbar-collapse {
3691 padding-right: 0;
3692 padding-left: 0;
3695 .container > .navbar-header,
3696 .container-fluid > .navbar-header,
3697 .container > .navbar-collapse,
3698 .container-fluid > .navbar-collapse {
3699 margin-right: -15px;
3700 margin-left: -15px;
3702 @media (min-width: 768px) {
3703 .container > .navbar-header,
3704 .container-fluid > .navbar-header,
3705 .container > .navbar-collapse,
3706 .container-fluid > .navbar-collapse {
3707 margin-right: 0;
3708 margin-left: 0;
3711 .navbar-static-top {
3712 z-index: 1000;
3713 border-width: 0 0 1px;
3715 @media (min-width: 768px) {
3716 .navbar-static-top {
3717 border-radius: 0;
3720 .navbar-fixed-top,
3721 .navbar-fixed-bottom {
3722 position: fixed;
3723 right: 0;
3724 left: 0;
3725 z-index: 1030;
3727 @media (min-width: 768px) {
3728 .navbar-fixed-top,
3729 .navbar-fixed-bottom {
3730 border-radius: 0;
3733 .navbar-fixed-top {
3734 top: 0;
3735 border-width: 0 0 1px;
3737 .navbar-fixed-bottom {
3738 bottom: 0;
3739 margin-bottom: 0;
3740 border-width: 1px 0 0;
3742 .navbar-brand {
3743 float: left;
3744 height: 50px;
3745 padding: 15px 15px;
3746 font-size: 18px;
3747 line-height: 20px;
3749 .navbar-brand:hover,
3750 .navbar-brand:focus {
3751 text-decoration: none;
3753 @media (min-width: 768px) {
3754 .navbar > .container .navbar-brand,
3755 .navbar > .container-fluid .navbar-brand {
3756 margin-left: -15px;
3759 .navbar-toggle {
3760 position: relative;
3761 float: right;
3762 padding: 9px 10px;
3763 margin-top: 8px;
3764 margin-right: 15px;
3765 margin-bottom: 8px;
3766 background-color: transparent;
3767 background-image: none;
3768 border: 1px solid transparent;
3769 border-radius: 4px;
3771 .navbar-toggle:focus {
3772 outline: none;
3774 .navbar-toggle .icon-bar {
3775 display: block;
3776 width: 22px;
3777 height: 2px;
3778 border-radius: 1px;
3780 .navbar-toggle .icon-bar + .icon-bar {
3781 margin-top: 4px;
3783 @media (min-width: 768px) {
3784 .navbar-toggle {
3785 display: none;
3788 .navbar-nav {
3789 margin: 7.5px -15px;
3791 .navbar-nav > li > a {
3792 padding-top: 10px;
3793 padding-bottom: 10px;
3794 line-height: 20px;
3796 @media (max-width: 767px) {
3797 .navbar-nav .open .dropdown-menu {
3798 position: static;
3799 float: none;
3800 width: auto;
3801 margin-top: 0;
3802 background-color: transparent;
3803 border: 0;
3804 box-shadow: none;
3806 .navbar-nav .open .dropdown-menu > li > a,
3807 .navbar-nav .open .dropdown-menu .dropdown-header {
3808 padding: 5px 15px 5px 25px;
3810 .navbar-nav .open .dropdown-menu > li > a {
3811 line-height: 20px;
3813 .navbar-nav .open .dropdown-menu > li > a:hover,
3814 .navbar-nav .open .dropdown-menu > li > a:focus {
3815 background-image: none;
3818 @media (min-width: 768px) {
3819 .navbar-nav {
3820 float: left;
3821 margin: 0;
3823 .navbar-nav > li {
3824 float: left;
3826 .navbar-nav > li > a {
3827 padding-top: 15px;
3828 padding-bottom: 15px;
3830 .navbar-nav.navbar-right:last-child {
3831 margin-right: -15px;
3834 @media (min-width: 768px) {
3835 .navbar-left {
3836 float: left !important;
3838 .navbar-right {
3839 float: right !important;
3842 .navbar-form {
3843 padding: 10px 15px;
3844 margin-top: 8px;
3845 margin-right: -15px;
3846 margin-bottom: 8px;
3847 margin-left: -15px;
3848 border-top: 1px solid transparent;
3849 border-bottom: 1px solid transparent;
3850 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
3851 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
3853 @media (min-width: 768px) {
3854 .navbar-form .form-group {
3855 display: inline-block;
3856 margin-bottom: 0;
3857 vertical-align: middle;
3859 .navbar-form .form-control {
3860 display: inline-block;
3861 width: auto;
3862 vertical-align: middle;
3864 .navbar-form .input-group > .form-control {
3865 width: 100%;
3867 .navbar-form .control-label {
3868 margin-bottom: 0;
3869 vertical-align: middle;
3871 .navbar-form .radio,
3872 .navbar-form .checkbox {
3873 display: inline-block;
3874 padding-left: 0;
3875 margin-top: 0;
3876 margin-bottom: 0;
3877 vertical-align: middle;
3879 .navbar-form .radio input[type="radio"],
3880 .navbar-form .checkbox input[type="checkbox"] {
3881 float: none;
3882 margin-left: 0;
3884 .navbar-form .has-feedback .form-control-feedback {
3885 top: 0;
3888 @media (max-width: 767px) {
3889 .navbar-form .form-group {
3890 margin-bottom: 5px;
3893 @media (min-width: 768px) {
3894 .navbar-form {
3895 width: auto;
3896 padding-top: 0;
3897 padding-bottom: 0;
3898 margin-right: 0;
3899 margin-left: 0;
3900 border: 0;
3901 -webkit-box-shadow: none;
3902 box-shadow: none;
3904 .navbar-form.navbar-right:last-child {
3905 margin-right: -15px;
3908 .navbar-nav > li > .dropdown-menu {
3909 margin-top: 0;
3910 border-top-left-radius: 0;
3911 border-top-right-radius: 0;
3913 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
3914 border-bottom-right-radius: 0;
3915 border-bottom-left-radius: 0;
3917 .navbar-btn {
3918 margin-top: 8px;
3919 margin-bottom: 8px;
3921 .navbar-btn.btn-sm {
3922 margin-top: 10px;
3923 margin-bottom: 10px;
3925 .navbar-btn.btn-xs {
3926 margin-top: 14px;
3927 margin-bottom: 14px;
3929 .navbar-text {
3930 margin-top: 15px;
3931 margin-bottom: 15px;
3933 @media (min-width: 768px) {
3934 .navbar-text {
3935 float: left;
3936 margin-right: 15px;
3937 margin-left: 15px;
3939 .navbar-text.navbar-right:last-child {
3940 margin-right: 0;
3943 .navbar-default {
3944 background-color: #f8f8f8;
3945 border-color: #e7e7e7;
3947 .navbar-default .navbar-brand {
3948 color: #777;
3950 .navbar-default .navbar-brand:hover,
3951 .navbar-default .navbar-brand:focus {
3952 color: #5e5e5e;
3953 background-color: transparent;
3955 .navbar-default .navbar-text {
3956 color: #777;
3958 .navbar-default .navbar-nav > li > a {
3959 color: #777;
3961 .navbar-default .navbar-nav > li > a:hover,
3962 .navbar-default .navbar-nav > li > a:focus {
3963 color: #333;
3964 background-color: transparent;
3966 .navbar-default .navbar-nav > .active > a,
3967 .navbar-default .navbar-nav > .active > a:hover,
3968 .navbar-default .navbar-nav > .active > a:focus {
3969 color: #555;
3970 background-color: #e7e7e7;
3972 .navbar-default .navbar-nav > .disabled > a,
3973 .navbar-default .navbar-nav > .disabled > a:hover,
3974 .navbar-default .navbar-nav > .disabled > a:focus {
3975 color: #ccc;
3976 background-color: transparent;
3978 .navbar-default .navbar-toggle {
3979 border-color: #ddd;
3981 .navbar-default .navbar-toggle:hover,
3982 .navbar-default .navbar-toggle:focus {
3983 background-color: #ddd;
3985 .navbar-default .navbar-toggle .icon-bar {
3986 background-color: #888;
3988 .navbar-default .navbar-collapse,
3989 .navbar-default .navbar-form {
3990 border-color: #e7e7e7;
3992 .navbar-default .navbar-nav > .open > a,
3993 .navbar-default .navbar-nav > .open > a:hover,
3994 .navbar-default .navbar-nav > .open > a:focus {
3995 color: #555;
3996 background-color: #e7e7e7;
3998 @media (max-width: 767px) {
3999 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4000 color: #777;
4002 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4003 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4004 color: #333;
4005 background-color: transparent;
4007 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4008 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4009 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4010 color: #555;
4011 background-color: #e7e7e7;
4013 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4014 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4015 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4016 color: #ccc;
4017 background-color: transparent;
4020 .navbar-default .navbar-link {
4021 color: #777;
4023 .navbar-default .navbar-link:hover {
4024 color: #333;
4026 .navbar-inverse {
4027 background-color: #222;
4028 border-color: #080808;
4030 .navbar-inverse .navbar-brand {
4031 color: #999;
4033 .navbar-inverse .navbar-brand:hover,
4034 .navbar-inverse .navbar-brand:focus {
4035 color: #fff;
4036 background-color: transparent;
4038 .navbar-inverse .navbar-text {
4039 color: #999;
4041 .navbar-inverse .navbar-nav > li > a {
4042 color: #999;
4044 .navbar-inverse .navbar-nav > li > a:hover,
4045 .navbar-inverse .navbar-nav > li > a:focus {
4046 color: #fff;
4047 background-color: transparent;
4049 .navbar-inverse .navbar-nav > .active > a,
4050 .navbar-inverse .navbar-nav > .active > a:hover,
4051 .navbar-inverse .navbar-nav > .active > a:focus {
4052 color: #fff;
4053 background-color: #080808;
4055 .navbar-inverse .navbar-nav > .disabled > a,
4056 .navbar-inverse .navbar-nav > .disabled > a:hover,
4057 .navbar-inverse .navbar-nav > .disabled > a:focus {
4058 color: #444;
4059 background-color: transparent;
4061 .navbar-inverse .navbar-toggle {
4062 border-color: #333;
4064 .navbar-inverse .navbar-toggle:hover,
4065 .navbar-inverse .navbar-toggle:focus {
4066 background-color: #333;
4068 .navbar-inverse .navbar-toggle .icon-bar {
4069 background-color: #fff;
4071 .navbar-inverse .navbar-collapse,
4072 .navbar-inverse .navbar-form {
4073 border-color: #101010;
4075 .navbar-inverse .navbar-nav > .open > a,
4076 .navbar-inverse .navbar-nav > .open > a:hover,
4077 .navbar-inverse .navbar-nav > .open > a:focus {
4078 color: #fff;
4079 background-color: #080808;
4081 @media (max-width: 767px) {
4082 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4083 border-color: #080808;
4085 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4086 background-color: #080808;
4088 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4089 color: #999;
4091 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4092 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4093 color: #fff;
4094 background-color: transparent;
4096 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4097 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4098 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4099 color: #fff;
4100 background-color: #080808;
4102 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4103 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4104 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4105 color: #444;
4106 background-color: transparent;
4109 .navbar-inverse .navbar-link {
4110 color: #999;
4112 .navbar-inverse .navbar-link:hover {
4113 color: #fff;
4115 .breadcrumb {
4116 padding: 8px 15px;
4117 margin-bottom: 20px;
4118 list-style: none;
4119 background-color: #f5f5f5;
4120 border-radius: 4px;
4122 .breadcrumb > li {
4123 display: inline-block;
4125 .breadcrumb > li + li:before {
4126 padding: 0 5px;
4127 color: #ccc;
4128 content: "/\00a0";
4130 .breadcrumb > .active {
4131 color: #999;
4133 .pagination {
4134 display: inline-block;
4135 padding-left: 0;
4136 margin: 20px 0;
4137 border-radius: 4px;
4139 .pagination > li {
4140 display: inline;
4142 .pagination > li > a,
4143 .pagination > li > span {
4144 position: relative;
4145 float: left;
4146 padding: 6px 12px;
4147 margin-left: -1px;
4148 line-height: 1.42857143;
4149 color: #428bca;
4150 text-decoration: none;
4151 background-color: #fff;
4152 border: 1px solid #ddd;
4154 .pagination > li:first-child > a,
4155 .pagination > li:first-child > span {
4156 margin-left: 0;
4157 border-top-left-radius: 4px;
4158 border-bottom-left-radius: 4px;
4160 .pagination > li:last-child > a,
4161 .pagination > li:last-child > span {
4162 border-top-right-radius: 4px;
4163 border-bottom-right-radius: 4px;
4165 .pagination > li > a:hover,
4166 .pagination > li > span:hover,
4167 .pagination > li > a:focus,
4168 .pagination > li > span:focus {
4169 color: #2a6496;
4170 background-color: #eee;
4171 border-color: #ddd;
4173 .pagination > .active > a,
4174 .pagination > .active > span,
4175 .pagination > .active > a:hover,
4176 .pagination > .active > span:hover,
4177 .pagination > .active > a:focus,
4178 .pagination > .active > span:focus {
4179 z-index: 2;
4180 color: #fff;
4181 cursor: default;
4182 background-color: #428bca;
4183 border-color: #428bca;
4185 .pagination > .disabled > span,
4186 .pagination > .disabled > span:hover,
4187 .pagination > .disabled > span:focus,
4188 .pagination > .disabled > a,
4189 .pagination > .disabled > a:hover,
4190 .pagination > .disabled > a:focus {
4191 color: #999;
4192 cursor: not-allowed;
4193 background-color: #fff;
4194 border-color: #ddd;
4196 .pagination-lg > li > a,
4197 .pagination-lg > li > span {
4198 padding: 10px 16px;
4199 font-size: 18px;
4201 .pagination-lg > li:first-child > a,
4202 .pagination-lg > li:first-child > span {
4203 border-top-left-radius: 6px;
4204 border-bottom-left-radius: 6px;
4206 .pagination-lg > li:last-child > a,
4207 .pagination-lg > li:last-child > span {
4208 border-top-right-radius: 6px;
4209 border-bottom-right-radius: 6px;
4211 .pagination-sm > li > a,
4212 .pagination-sm > li > span {
4213 padding: 5px 10px;
4214 font-size: 12px;
4216 .pagination-sm > li:first-child > a,
4217 .pagination-sm > li:first-child > span {
4218 border-top-left-radius: 3px;
4219 border-bottom-left-radius: 3px;
4221 .pagination-sm > li:last-child > a,
4222 .pagination-sm > li:last-child > span {
4223 border-top-right-radius: 3px;
4224 border-bottom-right-radius: 3px;
4226 .pager {
4227 padding-left: 0;
4228 margin: 20px 0;
4229 text-align: center;
4230 list-style: none;
4232 .pager li {
4233 display: inline;
4235 .pager li > a,
4236 .pager li > span {
4237 display: inline-block;
4238 padding: 5px 14px;
4239 background-color: #fff;
4240 border: 1px solid #ddd;
4241 border-radius: 15px;
4243 .pager li > a:hover,
4244 .pager li > a:focus {
4245 text-decoration: none;
4246 background-color: #eee;
4248 .pager .next > a,
4249 .pager .next > span {
4250 float: right;
4252 .pager .previous > a,
4253 .pager .previous > span {
4254 float: left;
4256 .pager .disabled > a,
4257 .pager .disabled > a:hover,
4258 .pager .disabled > a:focus,
4259 .pager .disabled > span {
4260 color: #999;
4261 cursor: not-allowed;
4262 background-color: #fff;
4264 .label {
4265 display: inline;
4266 padding: .2em .6em .3em;
4267 font-size: 75%;
4268 font-weight: bold;
4269 line-height: 1;
4270 color: #fff;
4271 text-align: center;
4272 white-space: nowrap;
4273 vertical-align: baseline;
4274 border-radius: .25em;
4276 .label[href]:hover,
4277 .label[href]:focus {
4278 color: #fff;
4279 text-decoration: none;
4280 cursor: pointer;
4282 .label:empty {
4283 display: none;
4285 .btn .label {
4286 position: relative;
4287 top: -1px;
4289 .label-default {
4290 background-color: #999;
4292 .label-default[href]:hover,
4293 .label-default[href]:focus {
4294 background-color: #808080;
4296 .label-primary {
4297 background-color: #428bca;
4299 .label-primary[href]:hover,
4300 .label-primary[href]:focus {
4301 background-color: #3071a9;
4303 .label-success {
4304 background-color: #5cb85c;
4306 .label-success[href]:hover,
4307 .label-success[href]:focus {
4308 background-color: #449d44;
4310 .label-info {
4311 background-color: #5bc0de;
4313 .label-info[href]:hover,
4314 .label-info[href]:focus {
4315 background-color: #31b0d5;
4317 .label-warning {
4318 background-color: #f0ad4e;
4320 .label-warning[href]:hover,
4321 .label-warning[href]:focus {
4322 background-color: #ec971f;
4324 .label-danger {
4325 background-color: #d9534f;
4327 .label-danger[href]:hover,
4328 .label-danger[href]:focus {
4329 background-color: #c9302c;
4331 .badge {
4332 display: inline-block;
4333 min-width: 10px;
4334 padding: 3px 7px;
4335 font-size: 12px;
4336 font-weight: bold;
4337 line-height: 1;
4338 color: #fff;
4339 text-align: center;
4340 white-space: nowrap;
4341 vertical-align: baseline;
4342 background-color: #999;
4343 border-radius: 10px;
4345 .badge:empty {
4346 display: none;
4348 .btn .badge {
4349 position: relative;
4350 top: -1px;
4352 .btn-xs .badge {
4353 top: 0;
4354 padding: 1px 5px;
4356 a.badge:hover,
4357 a.badge:focus {
4358 color: #fff;
4359 text-decoration: none;
4360 cursor: pointer;
4362 a.list-group-item.active > .badge,
4363 .nav-pills > .active > a > .badge {
4364 color: #428bca;
4365 background-color: #fff;
4367 .nav-pills > li > a > .badge {
4368 margin-left: 3px;
4370 .jumbotron {
4371 padding: 30px;
4372 margin-bottom: 30px;
4373 color: inherit;
4374 background-color: #eee;
4376 .jumbotron h1,
4377 .jumbotron .h1 {
4378 color: inherit;
4380 .jumbotron p {
4381 margin-bottom: 15px;
4382 font-size: 21px;
4383 font-weight: 200;
4385 .container .jumbotron {
4386 border-radius: 6px;
4388 .jumbotron .container {
4389 max-width: 100%;
4391 @media screen and (min-width: 768px) {
4392 .jumbotron {
4393 padding-top: 48px;
4394 padding-bottom: 48px;
4396 .container .jumbotron {
4397 padding-right: 60px;
4398 padding-left: 60px;
4400 .jumbotron h1,
4401 .jumbotron .h1 {
4402 font-size: 63px;
4405 .thumbnail {
4406 display: block;
4407 padding: 4px;
4408 margin-bottom: 20px;
4409 line-height: 1.42857143;
4410 background-color: #fff;
4411 border: 1px solid #ddd;
4412 border-radius: 4px;
4413 -webkit-transition: all .2s ease-in-out;
4414 transition: all .2s ease-in-out;
4416 .thumbnail > img,
4417 .thumbnail a > img {
4418 margin-right: auto;
4419 margin-left: auto;
4421 a.thumbnail:hover,
4422 a.thumbnail:focus,
4423 a.thumbnail.active {
4424 border-color: #428bca;
4426 .thumbnail .caption {
4427 padding: 9px;
4428 color: #333;
4430 .alert {
4431 padding: 15px;
4432 margin-bottom: 20px;
4433 border: 1px solid transparent;
4434 border-radius: 4px;
4436 .alert h4 {
4437 margin-top: 0;
4438 color: inherit;
4440 .alert .alert-link {
4441 font-weight: bold;
4443 .alert > p,
4444 .alert > ul {
4445 margin-bottom: 0;
4447 .alert > p + p {
4448 margin-top: 5px;
4450 .alert-dismissable {
4451 padding-right: 35px;
4453 .alert-dismissable .close {
4454 position: relative;
4455 top: -2px;
4456 right: -21px;
4457 color: inherit;
4459 .alert-success {
4460 color: #3c763d;
4461 background-color: #dff0d8;
4462 border-color: #d6e9c6;
4464 .alert-success hr {
4465 border-top-color: #c9e2b3;
4467 .alert-success .alert-link {
4468 color: #2b542c;
4470 .alert-info {
4471 color: #31708f;
4472 background-color: #d9edf7;
4473 border-color: #bce8f1;
4475 .alert-info hr {
4476 border-top-color: #a6e1ec;
4478 .alert-info .alert-link {
4479 color: #245269;
4481 .alert-warning {
4482 color: #8a6d3b;
4483 background-color: #fcf8e3;
4484 border-color: #faebcc;
4486 .alert-warning hr {
4487 border-top-color: #f7e1b5;
4489 .alert-warning .alert-link {
4490 color: #66512c;
4492 .alert-danger {
4493 color: #a94442;
4494 background-color: #f2dede;
4495 border-color: #ebccd1;
4497 .alert-danger hr {
4498 border-top-color: #e4b9c0;
4500 .alert-danger .alert-link {
4501 color: #843534;
4503 @-webkit-keyframes progress-bar-stripes {
4504 from {
4505 background-position: 40px 0;
4507 to {
4508 background-position: 0 0;
4511 @keyframes progress-bar-stripes {
4512 from {
4513 background-position: 40px 0;
4515 to {
4516 background-position: 0 0;
4519 .progress {
4520 height: 20px;
4521 margin-bottom: 20px;
4522 overflow: hidden;
4523 background-color: #f5f5f5;
4524 border-radius: 4px;
4525 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
4526 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
4528 .progress-bar {
4529 float: left;
4530 width: 0;
4531 height: 100%;
4532 font-size: 12px;
4533 line-height: 20px;
4534 color: #fff;
4535 text-align: center;
4536 background-color: #428bca;
4537 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
4538 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
4539 -webkit-transition: width .6s ease;
4540 transition: width .6s ease;
4542 .progress-striped .progress-bar {
4543 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4544 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4545 background-size: 40px 40px;
4547 .progress.active .progress-bar {
4548 -webkit-animation: progress-bar-stripes 2s linear infinite;
4549 animation: progress-bar-stripes 2s linear infinite;
4551 .progress-bar-success {
4552 background-color: #5cb85c;
4554 .progress-striped .progress-bar-success {
4555 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4556 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4558 .progress-bar-info {
4559 background-color: #5bc0de;
4561 .progress-striped .progress-bar-info {
4562 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4563 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4565 .progress-bar-warning {
4566 background-color: #f0ad4e;
4568 .progress-striped .progress-bar-warning {
4569 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4570 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4572 .progress-bar-danger {
4573 background-color: #d9534f;
4575 .progress-striped .progress-bar-danger {
4576 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4577 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4579 .media,
4580 .media-body {
4581 overflow: hidden;
4582 zoom: 1;
4584 .media,
4585 .media .media {
4586 margin-top: 15px;
4588 .media:first-child {
4589 margin-top: 0;
4591 .media-object {
4592 display: block;
4594 .media-heading {
4595 margin: 0 0 5px;
4597 .media > .pull-left {
4598 margin-right: 10px;
4600 .media > .pull-right {
4601 margin-left: 10px;
4603 .media-list {
4604 padding-left: 0;
4605 list-style: none;
4607 .list-group {
4608 padding-left: 0;
4609 margin-bottom: 20px;
4611 .list-group-item {
4612 position: relative;
4613 display: block;
4614 padding: 10px 15px;
4615 margin-bottom: -1px;
4616 background-color: #fff;
4617 border: 1px solid #ddd;
4619 .list-group-item:first-child {
4620 border-top-left-radius: 4px;
4621 border-top-right-radius: 4px;
4623 .list-group-item:last-child {
4624 margin-bottom: 0;
4625 border-bottom-right-radius: 4px;
4626 border-bottom-left-radius: 4px;
4628 .list-group-item > .badge {
4629 float: right;
4631 .list-group-item > .badge + .badge {
4632 margin-right: 5px;
4634 a.list-group-item {
4635 color: #555;
4637 a.list-group-item .list-group-item-heading {
4638 color: #333;
4640 a.list-group-item:hover,
4641 a.list-group-item:focus {
4642 text-decoration: none;
4643 background-color: #f5f5f5;
4645 a.list-group-item.active,
4646 a.list-group-item.active:hover,
4647 a.list-group-item.active:focus {
4648 z-index: 2;
4649 color: #fff;
4650 background-color: #428bca;
4651 border-color: #428bca;
4653 a.list-group-item.active .list-group-item-heading,
4654 a.list-group-item.active:hover .list-group-item-heading,
4655 a.list-group-item.active:focus .list-group-item-heading {
4656 color: inherit;
4658 a.list-group-item.active .list-group-item-text,
4659 a.list-group-item.active:hover .list-group-item-text,
4660 a.list-group-item.active:focus .list-group-item-text {
4661 color: #e1edf7;
4663 .list-group-item-success {
4664 color: #3c763d;
4665 background-color: #dff0d8;
4667 a.list-group-item-success {
4668 color: #3c763d;
4670 a.list-group-item-success .list-group-item-heading {
4671 color: inherit;
4673 a.list-group-item-success:hover,
4674 a.list-group-item-success:focus {
4675 color: #3c763d;
4676 background-color: #d0e9c6;
4678 a.list-group-item-success.active,
4679 a.list-group-item-success.active:hover,
4680 a.list-group-item-success.active:focus {
4681 color: #fff;
4682 background-color: #3c763d;
4683 border-color: #3c763d;
4685 .list-group-item-info {
4686 color: #31708f;
4687 background-color: #d9edf7;
4689 a.list-group-item-info {
4690 color: #31708f;
4692 a.list-group-item-info .list-group-item-heading {
4693 color: inherit;
4695 a.list-group-item-info:hover,
4696 a.list-group-item-info:focus {
4697 color: #31708f;
4698 background-color: #c4e3f3;
4700 a.list-group-item-info.active,
4701 a.list-group-item-info.active:hover,
4702 a.list-group-item-info.active:focus {
4703 color: #fff;
4704 background-color: #31708f;
4705 border-color: #31708f;
4707 .list-group-item-warning {
4708 color: #8a6d3b;
4709 background-color: #fcf8e3;
4711 a.list-group-item-warning {
4712 color: #8a6d3b;
4714 a.list-group-item-warning .list-group-item-heading {
4715 color: inherit;
4717 a.list-group-item-warning:hover,
4718 a.list-group-item-warning:focus {
4719 color: #8a6d3b;
4720 background-color: #faf2cc;
4722 a.list-group-item-warning.active,
4723 a.list-group-item-warning.active:hover,
4724 a.list-group-item-warning.active:focus {
4725 color: #fff;
4726 background-color: #8a6d3b;
4727 border-color: #8a6d3b;
4729 .list-group-item-danger {
4730 color: #a94442;
4731 background-color: #f2dede;
4733 a.list-group-item-danger {
4734 color: #a94442;
4736 a.list-group-item-danger .list-group-item-heading {
4737 color: inherit;
4739 a.list-group-item-danger:hover,
4740 a.list-group-item-danger:focus {
4741 color: #a94442;
4742 background-color: #ebcccc;
4744 a.list-group-item-danger.active,
4745 a.list-group-item-danger.active:hover,
4746 a.list-group-item-danger.active:focus {
4747 color: #fff;
4748 background-color: #a94442;
4749 border-color: #a94442;
4751 .list-group-item-heading {
4752 margin-top: 0;
4753 margin-bottom: 5px;
4755 .list-group-item-text {
4756 margin-bottom: 0;
4757 line-height: 1.3;
4759 .panel {
4760 margin-bottom: 20px;
4761 background-color: #fff;
4762 border: 1px solid transparent;
4763 border-radius: 4px;
4764 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
4765 box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
4767 .panel-body {
4768 padding: 15px;
4770 .panel-heading {
4771 padding: 10px 15px;
4772 border-bottom: 1px solid transparent;
4773 border-top-left-radius: 3px;
4774 border-top-right-radius: 3px;
4776 .panel-heading > .dropdown .dropdown-toggle {
4777 color: inherit;
4779 .panel-title {
4780 margin-top: 0;
4781 margin-bottom: 0;
4782 font-size: 16px;
4783 color: inherit;
4785 .panel-title > a {
4786 color: inherit;
4788 .panel-footer {
4789 padding: 10px 15px;
4790 background-color: #f5f5f5;
4791 border-top: 1px solid #ddd;
4792 border-bottom-right-radius: 3px;
4793 border-bottom-left-radius: 3px;
4795 .panel > .list-group {
4796 margin-bottom: 0;
4798 .panel > .list-group .list-group-item {
4799 border-width: 1px 0;
4800 border-radius: 0;
4802 .panel > .list-group:first-child .list-group-item:first-child {
4803 border-top: 0;
4804 border-top-left-radius: 3px;
4805 border-top-right-radius: 3px;
4807 .panel > .list-group:last-child .list-group-item:last-child {
4808 border-bottom: 0;
4809 border-bottom-right-radius: 3px;
4810 border-bottom-left-radius: 3px;
4812 .panel-heading + .list-group .list-group-item:first-child {
4813 border-top-width: 0;
4815 .panel > .table,
4816 .panel > .table-responsive > .table {
4817 margin-bottom: 0;
4819 .panel > .table:first-child,
4820 .panel > .table-responsive:first-child > .table:first-child {
4821 border-top-left-radius: 3px;
4822 border-top-right-radius: 3px;
4824 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
4825 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
4826 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
4827 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
4828 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
4829 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
4830 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
4831 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
4832 border-top-left-radius: 3px;
4834 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
4835 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
4836 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
4837 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
4838 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
4839 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
4840 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
4841 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
4842 border-top-right-radius: 3px;
4844 .panel > .table:last-child,
4845 .panel > .table-responsive:last-child > .table:last-child {
4846 border-bottom-right-radius: 3px;
4847 border-bottom-left-radius: 3px;
4849 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4850 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4851 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
4852 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
4853 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
4854 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
4855 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
4856 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
4857 border-bottom-left-radius: 3px;
4859 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
4860 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
4861 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
4862 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
4863 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
4864 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
4865 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
4866 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
4867 border-bottom-right-radius: 3px;
4869 .panel > .panel-body + .table,
4870 .panel > .panel-body + .table-responsive {
4871 border-top: 1px solid #ddd;
4873 .panel > .table > tbody:first-child > tr:first-child th,
4874 .panel > .table > tbody:first-child > tr:first-child td {
4875 border-top: 0;
4877 .panel > .table-bordered,
4878 .panel > .table-responsive > .table-bordered {
4879 border: 0;
4881 .panel > .table-bordered > thead > tr > th:first-child,
4882 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
4883 .panel > .table-bordered > tbody > tr > th:first-child,
4884 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
4885 .panel > .table-bordered > tfoot > tr > th:first-child,
4886 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
4887 .panel > .table-bordered > thead > tr > td:first-child,
4888 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
4889 .panel > .table-bordered > tbody > tr > td:first-child,
4890 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
4891 .panel > .table-bordered > tfoot > tr > td:first-child,
4892 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
4893 border-left: 0;
4895 .panel > .table-bordered > thead > tr > th:last-child,
4896 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
4897 .panel > .table-bordered > tbody > tr > th:last-child,
4898 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
4899 .panel > .table-bordered > tfoot > tr > th:last-child,
4900 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
4901 .panel > .table-bordered > thead > tr > td:last-child,
4902 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
4903 .panel > .table-bordered > tbody > tr > td:last-child,
4904 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
4905 .panel > .table-bordered > tfoot > tr > td:last-child,
4906 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
4907 border-right: 0;
4909 .panel > .table-bordered > thead > tr:first-child > td,
4910 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
4911 .panel > .table-bordered > tbody > tr:first-child > td,
4912 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
4913 .panel > .table-bordered > thead > tr:first-child > th,
4914 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
4915 .panel > .table-bordered > tbody > tr:first-child > th,
4916 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
4917 border-bottom: 0;
4919 .panel > .table-bordered > tbody > tr:last-child > td,
4920 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
4921 .panel > .table-bordered > tfoot > tr:last-child > td,
4922 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
4923 .panel > .table-bordered > tbody > tr:last-child > th,
4924 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
4925 .panel > .table-bordered > tfoot > tr:last-child > th,
4926 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
4927 border-bottom: 0;
4929 .panel > .table-responsive {
4930 margin-bottom: 0;
4931 border: 0;
4933 .panel-group {
4934 margin-bottom: 20px;
4936 .panel-group .panel {
4937 margin-bottom: 0;
4938 overflow: hidden;
4939 border-radius: 4px;
4941 .panel-group .panel + .panel {
4942 margin-top: 5px;
4944 .panel-group .panel-heading {
4945 border-bottom: 0;
4947 .panel-group .panel-heading + .panel-collapse .panel-body {
4948 border-top: 1px solid #ddd;
4950 .panel-group .panel-footer {
4951 border-top: 0;
4953 .panel-group .panel-footer + .panel-collapse .panel-body {
4954 border-bottom: 1px solid #ddd;
4956 .panel-default {
4957 border-color: #ddd;
4959 .panel-default > .panel-heading {
4960 color: #333;
4961 background-color: #f5f5f5;
4962 border-color: #ddd;
4964 .panel-default > .panel-heading + .panel-collapse .panel-body {
4965 border-top-color: #ddd;
4967 .panel-default > .panel-footer + .panel-collapse .panel-body {
4968 border-bottom-color: #ddd;
4970 .panel-primary {
4971 border-color: #428bca;
4973 .panel-primary > .panel-heading {
4974 color: #fff;
4975 background-color: #428bca;
4976 border-color: #428bca;
4978 .panel-primary > .panel-heading + .panel-collapse .panel-body {
4979 border-top-color: #428bca;
4981 .panel-primary > .panel-footer + .panel-collapse .panel-body {
4982 border-bottom-color: #428bca;
4984 .panel-success {
4985 border-color: #d6e9c6;
4987 .panel-success > .panel-heading {
4988 color: #3c763d;
4989 background-color: #dff0d8;
4990 border-color: #d6e9c6;
4992 .panel-success > .panel-heading + .panel-collapse .panel-body {
4993 border-top-color: #d6e9c6;
4995 .panel-success > .panel-footer + .panel-collapse .panel-body {
4996 border-bottom-color: #d6e9c6;
4998 .panel-info {
4999 border-color: #bce8f1;
5001 .panel-info > .panel-heading {
5002 color: #31708f;
5003 background-color: #d9edf7;
5004 border-color: #bce8f1;
5006 .panel-info > .panel-heading + .panel-collapse .panel-body {
5007 border-top-color: #bce8f1;
5009 .panel-info > .panel-footer + .panel-collapse .panel-body {
5010 border-bottom-color: #bce8f1;
5012 .panel-warning {
5013 border-color: #faebcc;
5015 .panel-warning > .panel-heading {
5016 color: #8a6d3b;
5017 background-color: #fcf8e3;
5018 border-color: #faebcc;
5020 .panel-warning > .panel-heading + .panel-collapse .panel-body {
5021 border-top-color: #faebcc;
5023 .panel-warning > .panel-footer + .panel-collapse .panel-body {
5024 border-bottom-color: #faebcc;
5026 .panel-danger {
5027 border-color: #ebccd1;
5029 .panel-danger > .panel-heading {
5030 color: #a94442;
5031 background-color: #f2dede;
5032 border-color: #ebccd1;
5034 .panel-danger > .panel-heading + .panel-collapse .panel-body {
5035 border-top-color: #ebccd1;
5037 .panel-danger > .panel-footer + .panel-collapse .panel-body {
5038 border-bottom-color: #ebccd1;
5040 .well {
5041 min-height: 20px;
5042 padding: 19px;
5043 margin-bottom: 20px;
5044 background-color: #f5f5f5;
5045 border: 1px solid #e3e3e3;
5046 border-radius: 4px;
5047 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5048 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5050 .well blockquote {
5051 border-color: #ddd;
5052 border-color: rgba(0, 0, 0, .15);
5054 .well-lg {
5055 padding: 24px;
5056 border-radius: 6px;
5058 .well-sm {
5059 padding: 9px;
5060 border-radius: 3px;
5062 .close {
5063 float: right;
5064 font-size: 21px;
5065 font-weight: bold;
5066 line-height: 1;
5067 color: #000;
5068 text-shadow: 0 1px 0 #fff;
5069 filter: alpha(opacity=20);
5070 opacity: .2;
5072 .close:hover,
5073 .close:focus {
5074 color: #000;
5075 text-decoration: none;
5076 cursor: pointer;
5077 filter: alpha(opacity=50);
5078 opacity: .5;
5080 button.close {
5081 -webkit-appearance: none;
5082 padding: 0;
5083 cursor: pointer;
5084 background: transparent;
5085 border: 0;
5087 .modal-open {
5088 overflow: hidden;
5090 .modal {
5091 position: fixed;
5092 top: 0;
5093 right: 0;
5094 bottom: 0;
5095 left: 0;
5096 z-index: 1050;
5097 display: none;
5098 overflow: auto;
5099 overflow-y: scroll;
5100 -webkit-overflow-scrolling: touch;
5101 outline: 0;
5103 .modal.fade .modal-dialog {
5104 -webkit-transition: -webkit-transform .3s ease-out;
5105 -moz-transition: -moz-transform .3s ease-out;
5106 -o-transition: -o-transform .3s ease-out;
5107 transition: transform .3s ease-out;
5108 -webkit-transform: translate(0, -25%);
5109 -ms-transform: translate(0, -25%);
5110 transform: translate(0, -25%);
5112 .modal.in .modal-dialog {
5113 -webkit-transform: translate(0, 0);
5114 -ms-transform: translate(0, 0);
5115 transform: translate(0, 0);
5117 .modal-dialog {
5118 position: relative;
5119 width: auto;
5120 margin: 10px;
5122 .modal-content {
5123 position: relative;
5124 background-color: #fff;
5125 background-clip: padding-box;
5126 border: 1px solid #999;
5127 border: 1px solid rgba(0, 0, 0, .2);
5128 border-radius: 6px;
5129 outline: none;
5130 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
5131 box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
5133 .modal-backdrop {
5134 position: fixed;
5135 top: 0;
5136 right: 0;
5137 bottom: 0;
5138 left: 0;
5139 z-index: 1040;
5140 background-color: #000;
5142 .modal-backdrop.fade {
5143 filter: alpha(opacity=0);
5144 opacity: 0;
5146 .modal-backdrop.in {
5147 filter: alpha(opacity=50);
5148 opacity: .5;
5150 .modal-header {
5151 min-height: 16.42857143px;
5152 padding: 15px;
5153 border-bottom: 1px solid #e5e5e5;
5155 .modal-header .close {
5156 margin-top: -2px;
5158 .modal-title {
5159 margin: 0;
5160 line-height: 1.42857143;
5162 .modal-body {
5163 position: relative;
5164 padding: 20px;
5166 .modal-footer {
5167 padding: 19px 20px 20px;
5168 margin-top: 15px;
5169 text-align: right;
5170 border-top: 1px solid #e5e5e5;
5172 .modal-footer .btn + .btn {
5173 margin-bottom: 0;
5174 margin-left: 5px;
5176 .modal-footer .btn-group .btn + .btn {
5177 margin-left: -1px;
5179 .modal-footer .btn-block + .btn-block {
5180 margin-left: 0;
5182 @media (min-width: 768px) {
5183 .modal-dialog {
5184 width: 600px;
5185 margin: 30px auto;
5187 .modal-content {
5188 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5189 box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5191 .modal-sm {
5192 width: 300px;
5195 @media (min-width: 992px) {
5196 .modal-lg {
5197 width: 900px;
5200 .tooltip {
5201 position: absolute;
5202 z-index: 1030;
5203 display: block;
5204 font-size: 12px;
5205 line-height: 1.4;
5206 visibility: visible;
5207 filter: alpha(opacity=0);
5208 opacity: 0;
5210 .tooltip.in {
5211 filter: alpha(opacity=90);
5212 opacity: .9;
5214 .tooltip.top {
5215 padding: 5px 0;
5216 margin-top: -3px;
5218 .tooltip.right {
5219 padding: 0 5px;
5220 margin-left: 3px;
5222 .tooltip.bottom {
5223 padding: 5px 0;
5224 margin-top: 3px;
5226 .tooltip.left {
5227 padding: 0 5px;
5228 margin-left: -3px;
5230 .tooltip-inner {
5231 max-width: 200px;
5232 padding: 3px 8px;
5233 color: #fff;
5234 text-align: center;
5235 text-decoration: none;
5236 background-color: #000;
5237 border-radius: 4px;
5239 .tooltip-arrow {
5240 position: absolute;
5241 width: 0;
5242 height: 0;
5243 border-color: transparent;
5244 border-style: solid;
5246 .tooltip.top .tooltip-arrow {
5247 bottom: 0;
5248 left: 50%;
5249 margin-left: -5px;
5250 border-width: 5px 5px 0;
5251 border-top-color: #000;
5253 .tooltip.top-left .tooltip-arrow {
5254 bottom: 0;
5255 left: 5px;
5256 border-width: 5px 5px 0;
5257 border-top-color: #000;
5259 .tooltip.top-right .tooltip-arrow {
5260 right: 5px;
5261 bottom: 0;
5262 border-width: 5px 5px 0;
5263 border-top-color: #000;
5265 .tooltip.right .tooltip-arrow {
5266 top: 50%;
5267 left: 0;
5268 margin-top: -5px;
5269 border-width: 5px 5px 5px 0;
5270 border-right-color: #000;
5272 .tooltip.left .tooltip-arrow {
5273 top: 50%;
5274 right: 0;
5275 margin-top: -5px;
5276 border-width: 5px 0 5px 5px;
5277 border-left-color: #000;
5279 .tooltip.bottom .tooltip-arrow {
5280 top: 0;
5281 left: 50%;
5282 margin-left: -5px;
5283 border-width: 0 5px 5px;
5284 border-bottom-color: #000;
5286 .tooltip.bottom-left .tooltip-arrow {
5287 top: 0;
5288 left: 5px;
5289 border-width: 0 5px 5px;
5290 border-bottom-color: #000;
5292 .tooltip.bottom-right .tooltip-arrow {
5293 top: 0;
5294 right: 5px;
5295 border-width: 0 5px 5px;
5296 border-bottom-color: #000;
5298 .popover {
5299 position: absolute;
5300 top: 0;
5301 left: 0;
5302 z-index: 1010;
5303 display: none;
5304 max-width: 276px;
5305 padding: 1px;
5306 text-align: left;
5307 white-space: normal;
5308 background-color: #fff;
5309 background-clip: padding-box;
5310 border: 1px solid #ccc;
5311 border: 1px solid rgba(0, 0, 0, .2);
5312 border-radius: 6px;
5313 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
5314 box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
5316 .popover.top {
5317 margin-top: -10px;
5319 .popover.right {
5320 margin-left: 10px;
5322 .popover.bottom {
5323 margin-top: 10px;
5325 .popover.left {
5326 margin-left: -10px;
5328 .popover-title {
5329 padding: 8px 14px;
5330 margin: 0;
5331 font-size: 14px;
5332 font-weight: normal;
5333 line-height: 18px;
5334 background-color: #f7f7f7;
5335 border-bottom: 1px solid #ebebeb;
5336 border-radius: 5px 5px 0 0;
5338 .popover-content {
5339 padding: 9px 14px;
5341 .popover > .arrow,
5342 .popover > .arrow:after {
5343 position: absolute;
5344 display: block;
5345 width: 0;
5346 height: 0;
5347 border-color: transparent;
5348 border-style: solid;
5350 .popover > .arrow {
5351 border-width: 11px;
5353 .popover > .arrow:after {
5354 content: "";
5355 border-width: 10px;
5357 .popover.top > .arrow {
5358 bottom: -11px;
5359 left: 50%;
5360 margin-left: -11px;
5361 border-top-color: #999;
5362 border-top-color: rgba(0, 0, 0, .25);
5363 border-bottom-width: 0;
5365 .popover.top > .arrow:after {
5366 bottom: 1px;
5367 margin-left: -10px;
5368 content: " ";
5369 border-top-color: #fff;
5370 border-bottom-width: 0;
5372 .popover.right > .arrow {
5373 top: 50%;
5374 left: -11px;
5375 margin-top: -11px;
5376 border-right-color: #999;
5377 border-right-color: rgba(0, 0, 0, .25);
5378 border-left-width: 0;
5380 .popover.right > .arrow:after {
5381 bottom: -10px;
5382 left: 1px;
5383 content: " ";
5384 border-right-color: #fff;
5385 border-left-width: 0;
5387 .popover.bottom > .arrow {
5388 top: -11px;
5389 left: 50%;
5390 margin-left: -11px;
5391 border-top-width: 0;
5392 border-bottom-color: #999;
5393 border-bottom-color: rgba(0, 0, 0, .25);
5395 .popover.bottom > .arrow:after {
5396 top: 1px;
5397 margin-left: -10px;
5398 content: " ";
5399 border-top-width: 0;
5400 border-bottom-color: #fff;
5402 .popover.left > .arrow {
5403 top: 50%;
5404 right: -11px;
5405 margin-top: -11px;
5406 border-right-width: 0;
5407 border-left-color: #999;
5408 border-left-color: rgba(0, 0, 0, .25);
5410 .popover.left > .arrow:after {
5411 right: 1px;
5412 bottom: -10px;
5413 content: " ";
5414 border-right-width: 0;
5415 border-left-color: #fff;
5417 .carousel {
5418 position: relative;
5420 .carousel-inner {
5421 position: relative;
5422 width: 100%;
5423 overflow: hidden;
5425 .carousel-inner > .item {
5426 position: relative;
5427 display: none;
5428 -webkit-transition: .6s ease-in-out left;
5429 transition: .6s ease-in-out left;
5431 .carousel-inner > .item > img,
5432 .carousel-inner > .item > a > img {
5433 line-height: 1;
5435 .carousel-inner > .active,
5436 .carousel-inner > .next,
5437 .carousel-inner > .prev {
5438 display: block;
5440 .carousel-inner > .active {
5441 left: 0;
5443 .carousel-inner > .next,
5444 .carousel-inner > .prev {
5445 position: absolute;
5446 top: 0;
5447 width: 100%;
5449 .carousel-inner > .next {
5450 left: 100%;
5452 .carousel-inner > .prev {
5453 left: -100%;
5455 .carousel-inner > .next.left,
5456 .carousel-inner > .prev.right {
5457 left: 0;
5459 .carousel-inner > .active.left {
5460 left: -100%;
5462 .carousel-inner > .active.right {
5463 left: 100%;
5465 .carousel-control {
5466 position: absolute;
5467 top: 0;
5468 bottom: 0;
5469 left: 0;
5470 width: 15%;
5471 font-size: 20px;
5472 color: #fff;
5473 text-align: center;
5474 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
5475 filter: alpha(opacity=50);
5476 opacity: .5;
5478 .carousel-control.left {
5479 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
5480 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
5481 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
5482 background-repeat: repeat-x;
5484 .carousel-control.right {
5485 right: 0;
5486 left: auto;
5487 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
5488 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
5489 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5490 background-repeat: repeat-x;
5492 .carousel-control:hover,
5493 .carousel-control:focus {
5494 color: #fff;
5495 text-decoration: none;
5496 filter: alpha(opacity=90);
5497 outline: none;
5498 opacity: .9;
5500 .carousel-control .icon-prev,
5501 .carousel-control .icon-next,
5502 .carousel-control .glyphicon-chevron-left,
5503 .carousel-control .glyphicon-chevron-right {
5504 position: absolute;
5505 top: 50%;
5506 z-index: 5;
5507 display: inline-block;
5509 .carousel-control .icon-prev,
5510 .carousel-control .glyphicon-chevron-left {
5511 left: 50%;
5513 .carousel-control .icon-next,
5514 .carousel-control .glyphicon-chevron-right {
5515 right: 50%;
5517 .carousel-control .icon-prev,
5518 .carousel-control .icon-next {
5519 width: 20px;
5520 height: 20px;
5521 margin-top: -10px;
5522 margin-left: -10px;
5523 font-family: serif;
5525 .carousel-control .icon-prev:before {
5526 content: '\2039';
5528 .carousel-control .icon-next:before {
5529 content: '\203a';
5531 .carousel-indicators {
5532 position: absolute;
5533 bottom: 10px;
5534 left: 50%;
5535 z-index: 15;
5536 width: 60%;
5537 padding-left: 0;
5538 margin-left: -30%;
5539 text-align: center;
5540 list-style: none;
5542 .carousel-indicators li {
5543 display: inline-block;
5544 width: 10px;
5545 height: 10px;
5546 margin: 1px;
5547 text-indent: -999px;
5548 cursor: pointer;
5549 background-color: #000 \9;
5550 background-color: rgba(0, 0, 0, 0);
5551 border: 1px solid #fff;
5552 border-radius: 10px;
5554 .carousel-indicators .active {
5555 width: 12px;
5556 height: 12px;
5557 margin: 0;
5558 background-color: #fff;
5560 .carousel-caption {
5561 position: absolute;
5562 right: 15%;
5563 bottom: 20px;
5564 left: 15%;
5565 z-index: 10;
5566 padding-top: 20px;
5567 padding-bottom: 20px;
5568 color: #fff;
5569 text-align: center;
5570 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
5572 .carousel-caption .btn {
5573 text-shadow: none;
5575 @media screen and (min-width: 768px) {
5576 .carousel-control .glyphicon-chevron-left,
5577 .carousel-control .glyphicon-chevron-right,
5578 .carousel-control .icon-prev,
5579 .carousel-control .icon-next {
5580 width: 30px;
5581 height: 30px;
5582 margin-top: -15px;
5583 margin-left: -15px;
5584 font-size: 30px;
5586 .carousel-caption {
5587 right: 20%;
5588 left: 20%;
5589 padding-bottom: 30px;
5591 .carousel-indicators {
5592 bottom: 20px;
5595 .clearfix:before,
5596 .clearfix:after,
5597 .container:before,
5598 .container:after,
5599 .container-fluid:before,
5600 .container-fluid:after,
5601 .row:before,
5602 .row:after,
5603 .form-horizontal .form-group:before,
5604 .form-horizontal .form-group:after,
5605 .btn-toolbar:before,
5606 .btn-toolbar:after,
5607 .btn-group-vertical > .btn-group:before,
5608 .btn-group-vertical > .btn-group:after,
5609 .nav:before,
5610 .nav:after,
5611 .navbar:before,
5612 .navbar:after,
5613 .navbar-header:before,
5614 .navbar-header:after,
5615 .navbar-collapse:before,
5616 .navbar-collapse:after,
5617 .pager:before,
5618 .pager:after,
5619 .panel-body:before,
5620 .panel-body:after,
5621 .modal-footer:before,
5622 .modal-footer:after {
5623 display: table;
5624 content: " ";
5626 .clearfix:after,
5627 .container:after,
5628 .container-fluid:after,
5629 .row:after,
5630 .form-horizontal .form-group:after,
5631 .btn-toolbar:after,
5632 .btn-group-vertical > .btn-group:after,
5633 .nav:after,
5634 .navbar:after,
5635 .navbar-header:after,
5636 .navbar-collapse:after,
5637 .pager:after,
5638 .panel-body:after,
5639 .modal-footer:after {
5640 clear: both;
5642 .center-block {
5643 display: block;
5644 margin-right: auto;
5645 margin-left: auto;
5647 .pull-right {
5648 float: right !important;
5650 .pull-left {
5651 float: left !important;
5653 .hide {
5654 display: none !important;
5656 .show {
5657 display: block !important;
5659 .invisible {
5660 visibility: hidden;
5662 .text-hide {
5663 font: 0/0 a;
5664 color: transparent;
5665 text-shadow: none;
5666 background-color: transparent;
5667 border: 0;
5669 .hidden {
5670 display: none !important;
5671 visibility: hidden !important;
5673 .affix {
5674 position: fixed;
5676 @-ms-viewport {
5677 width: device-width;
5679 .visible-xs,
5680 .visible-sm,
5681 .visible-md,
5682 .visible-lg {
5683 display: none !important;
5685 @media (max-width: 767px) {
5686 .visible-xs {
5687 display: block !important;
5689 table.visible-xs {
5690 display: table;
5692 tr.visible-xs {
5693 display: table-row !important;
5695 th.visible-xs,
5696 td.visible-xs {
5697 display: table-cell !important;
5700 @media (min-width: 768px) and (max-width: 991px) {
5701 .visible-sm {
5702 display: block !important;
5704 table.visible-sm {
5705 display: table;
5707 tr.visible-sm {
5708 display: table-row !important;
5710 th.visible-sm,
5711 td.visible-sm {
5712 display: table-cell !important;
5715 @media (min-width: 992px) and (max-width: 1199px) {
5716 .visible-md {
5717 display: block !important;
5719 table.visible-md {
5720 display: table;
5722 tr.visible-md {
5723 display: table-row !important;
5725 th.visible-md,
5726 td.visible-md {
5727 display: table-cell !important;
5730 @media (min-width: 1200px) {
5731 .visible-lg {
5732 display: block !important;
5734 table.visible-lg {
5735 display: table;
5737 tr.visible-lg {
5738 display: table-row !important;
5740 th.visible-lg,
5741 td.visible-lg {
5742 display: table-cell !important;
5745 @media (max-width: 767px) {
5746 .hidden-xs {
5747 display: none !important;
5750 @media (min-width: 768px) and (max-width: 991px) {
5751 .hidden-sm {
5752 display: none !important;
5755 @media (min-width: 992px) and (max-width: 1199px) {
5756 .hidden-md {
5757 display: none !important;
5760 @media (min-width: 1200px) {
5761 .hidden-lg {
5762 display: none !important;
5765 .visible-print {
5766 display: none !important;
5768 @media print {
5769 .visible-print {
5770 display: block !important;
5772 table.visible-print {
5773 display: table;
5775 tr.visible-print {
5776 display: table-row !important;
5778 th.visible-print,
5779 td.visible-print {
5780 display: table-cell !important;
5783 @media print {
5784 .hidden-print {
5785 display: none !important;
5788 /*# sourceMappingURL=bootstrap.css.map */