PluginProbe
Weather Effect / trunk
Weather Effect vtrunk
1.6.1 1.1.9 1.2.0 1.2.10 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 All 90 releases
weather-effect / assets / css / bootstrap.css

bootstrap.css in Weather Effect trunk, at assets/css/bootstrap.css

6,051 lines 133.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Bootstrap v3.3.6 (http://getbootstrap.com)
3 * Copyright 2011-2015 Twitter, Inc.
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 */
6 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
7
8 * {
9 -webkit-box-sizing: border-box;
10 -moz-box-sizing: border-box;
11 box-sizing: border-box;
12 }
13 *:before,
14 *:after {
15 -webkit-box-sizing: border-box;
16 -moz-box-sizing: border-box;
17 box-sizing: border-box;
18 }
19 /* html {
20 font-size: 10px;
21
22 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23 }
24 body {
25 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
26 font-size: 14px;
27 line-height: 1.42857143;
28 color: #333;
29 background-color: #fff;
30 }
31 input,
32 button,
33 select,
34 textarea {
35 font-family: inherit;
36 font-size: inherit;
37 line-height: inherit;
38 }
39 a {
40 color: #337ab7;
41 text-decoration: none;
42 }
43 a:hover,
44 a:focus {
45 color: #23527c;
46 text-decoration: underline;
47 }
48 a:focus {
49 outline: thin dotted;
50 outline: 5px auto -webkit-focus-ring-color;
51 outline-offset: -2px;
52 }
53 figure {
54 margin: 0;
55 }
56 img {
57 vertical-align: middle;
58 }
59 .img-responsive,
60 .thumbnail > img,
61 .thumbnail a > img,
62 .carousel-inner > .item > img,
63 .carousel-inner > .item > a > img {
64 display: block;
65 max-width: 100%;
66 height: auto;
67 }
68 .img-rounded {
69 border-radius: 6px;
70 }
71 .img-thumbnail {
72 display: inline-block;
73 max-width: 100%;
74 height: auto;
75 padding: 4px;
76 line-height: 1.42857143;
77 background-color: #fff;
78 border: 1px solid #ddd;
79 border-radius: 4px;
80 -webkit-transition: all .2s ease-in-out;
81 -o-transition: all .2s ease-in-out;
82 transition: all .2s ease-in-out;
83 }
84 .img-circle {
85 border-radius: 50%;
86 }
87 hr {
88 margin-top: 20px;
89 margin-bottom: 20px;
90 border: 0;
91 border-top: 1px solid #eee;
92 }
93 .sr-only {
94 position: absolute;
95 width: 1px;
96 height: 1px;
97 padding: 0;
98 margin: -1px;
99 overflow: hidden;
100 clip: rect(0, 0, 0, 0);
101 border: 0;
102 }
103 .sr-only-focusable:active,
104 .sr-only-focusable:focus {
105 position: static;
106 width: auto;
107 height: auto;
108 margin: 0;
109 overflow: visible;
110 clip: auto;
111 }
112 [role="button"] {
113 cursor: pointer;
114 }
115 h1,
116 h2,
117 h3,
118 h4,
119 h5,
120 h6,
121 .h1,
122 .h2,
123 .h3,
124 .h4,
125 .h5,
126 .h6 {
127 font-family: inherit;
128 font-weight: 500;
129 line-height: 1.1;
130 color: inherit;
131 }
132 h1 small,
133 h2 small,
134 h3 small,
135 h4 small,
136 h5 small,
137 h6 small,
138 .h1 small,
139 .h2 small,
140 .h3 small,
141 .h4 small,
142 .h5 small,
143 .h6 small,
144 h1 .small,
145 h2 .small,
146 h3 .small,
147 h4 .small,
148 h5 .small,
149 h6 .small,
150 .h1 .small,
151 .h2 .small,
152 .h3 .small,
153 .h4 .small,
154 .h5 .small,
155 .h6 .small {
156 font-weight: normal;
157 line-height: 1;
158 color: #777;
159 }
160 h1,
161 .h1,
162 h2,
163 .h2,
164 h3,
165 .h3 {
166 margin-top: 20px;
167 margin-bottom: 10px;
168 }
169 h1 small,
170 .h1 small,
171 h2 small,
172 .h2 small,
173 h3 small,
174 .h3 small,
175 h1 .small,
176 .h1 .small,
177 h2 .small,
178 .h2 .small,
179 h3 .small,
180 .h3 .small {
181 font-size: 65%;
182 }
183 h4,
184 .h4,
185 h5,
186 .h5,
187 h6,
188 .h6 {
189 margin-top: 10px;
190 margin-bottom: 10px;
191 }
192 h4 small,
193 .h4 small,
194 h5 small,
195 .h5 small,
196 h6 small,
197 .h6 small,
198 h4 .small,
199 .h4 .small,
200 h5 .small,
201 .h5 .small,
202 h6 .small,
203 .h6 .small {
204 font-size: 75%;
205 }
206 h1,
207 .h1 {
208 font-size: 36px;
209 }
210 h2,
211 .h2 {
212 font-size: 30px;
213 }
214 h3,
215 .h3 {
216 font-size: 24px;
217 }
218 h4,
219 .h4 {
220 font-size: 18px;
221 }
222 h5,
223 .h5 {
224 font-size: 14px;
225 }
226 h6,
227 .h6 {
228 font-size: 12px;
229 }
230 p {
231 margin: 0 0 10px;
232 }
233 .lead {
234 margin-bottom: 20px;
235 font-size: 16px;
236 font-weight: 300;
237 line-height: 1.4;
238 }
239 @media (min-width: 768px) {
240 .lead {
241 font-size: 21px;
242 }
243 }
244 small,
245 .small {
246 font-size: 85%;
247 }
248 mark,
249 .mark {
250 padding: .2em;
251 background-color: #fcf8e3;
252 }*/
253 .text-left {
254 text-align: left;
255 }
256 .text-right {
257 text-align: right;
258 }
259 .text-center {
260 text-align: center;
261 }
262 .text-justify {
263 text-align: justify;
264 }
265 .text-nowrap {
266 white-space: nowrap;
267 }
268 .text-lowercase {
269 text-transform: lowercase;
270 }
271 .text-uppercase {
272 text-transform: uppercase;
273 }
274 .text-capitalize {
275 text-transform: capitalize;
276 }
277 .text-muted {
278 color: #777;
279 }
280 .text-primary {
281 color: #337ab7;
282 }
283 /*
284 a.text-primary:hover,
285 a.text-primary:focus {
286 color: #286090;
287 }
288 .text-success {
289 color: #3c763d;
290 }
291 a.text-success:hover,
292 a.text-success:focus {
293 color: #2b542c;
294 }
295 .text-info {
296 color: #31708f;
297 }
298 a.text-info:hover,
299 a.text-info:focus {
300 color: #245269;
301 }
302 .text-warning {
303 color: #8a6d3b;
304 }
305 a.text-warning:hover,
306 a.text-warning:focus {
307 color: #66512c;
308 }
309 .text-danger {
310 color: #a94442;
311 }
312 a.text-danger:hover,
313 a.text-danger:focus {
314 color: #843534;
315 }
316 .bg-primary {
317 color: #fff;
318 background-color: #337ab7;
319 }
320 a.bg-primary:hover,
321 a.bg-primary:focus {
322 background-color: #286090;
323 }
324 .bg-success {
325 background-color: #dff0d8;
326 }
327 a.bg-success:hover,
328 a.bg-success:focus {
329 background-color: #c1e2b3;
330 }
331 .bg-info {
332 background-color: #d9edf7;
333 }
334 a.bg-info:hover,
335 a.bg-info:focus {
336 background-color: #afd9ee;
337 }
338 .bg-warning {
339 background-color: #fcf8e3;
340 }
341 a.bg-warning:hover,
342 a.bg-warning:focus {
343 background-color: #f7ecb5;
344 }
345 .bg-danger {
346 background-color: #f2dede;
347 }
348 a.bg-danger:hover,
349 a.bg-danger:focus {
350 background-color: #e4b9b9;
351 }
352 .page-header {
353 padding-bottom: 9px;
354 margin: 40px 0 20px;
355 border-bottom: 1px solid #eee;
356 }
357 ul,
358 ol {
359 margin-top: 0;
360 margin-bottom: 10px;
361 }
362 ul ul,
363 ol ul,
364 ul ol,
365 ol ol {
366 margin-bottom: 0;
367 }
368 .list-unstyled {
369 padding-left: 0;
370 list-style: none;
371 }
372 .list-inline {
373 padding-left: 0;
374 margin-left: -5px;
375 list-style: none;
376 }
377 .list-inline > li {
378 display: inline-block;
379 padding-right: 5px;
380 padding-left: 5px;
381 }
382 dl {
383 margin-top: 0;
384 margin-bottom: 20px;
385 }
386 dt,
387 dd {
388 line-height: 1.42857143;
389 }
390 dt {
391 font-weight: bold;
392 }
393 dd {
394 margin-left: 0;
395 }
396 @media (min-width: 768px) {
397 .dl-horizontal dt {
398 float: left;
399 width: 160px;
400 overflow: hidden;
401 clear: left;
402 text-align: right;
403 text-overflow: ellipsis;
404 white-space: nowrap;
405 }
406 .dl-horizontal dd {
407 margin-left: 180px;
408 }
409 }
410 abbr[title],
411 abbr[data-original-title] {
412 cursor: help;
413 border-bottom: 1px dotted #777;
414 }
415 .initialism {
416 font-size: 90%;
417 text-transform: uppercase;
418 }
419 blockquote {
420 padding: 10px 20px;
421 margin: 0 0 20px;
422 font-size: 17.5px;
423 border-left: 5px solid #eee;
424 }
425 blockquote p:last-child,
426 blockquote ul:last-child,
427 blockquote ol:last-child {
428 margin-bottom: 0;
429 }
430 blockquote footer,
431 blockquote small,
432 blockquote .small {
433 display: block;
434 font-size: 80%;
435 line-height: 1.42857143;
436 color: #777;
437 }
438 blockquote footer:before,
439 blockquote small:before,
440 blockquote .small:before {
441 content: '\2014 \00A0';
442 }
443 .blockquote-reverse,
444 blockquote.pull-right {
445 padding-right: 15px;
446 padding-left: 0;
447 text-align: right;
448 border-right: 5px solid #eee;
449 border-left: 0;
450 }
451 .blockquote-reverse footer:before,
452 blockquote.pull-right footer:before,
453 .blockquote-reverse small:before,
454 blockquote.pull-right small:before,
455 .blockquote-reverse .small:before,
456 blockquote.pull-right .small:before {
457 content: '';
458 }
459 .blockquote-reverse footer:after,
460 blockquote.pull-right footer:after,
461 .blockquote-reverse small:after,
462 blockquote.pull-right small:after,
463 .blockquote-reverse .small:after,
464 blockquote.pull-right .small:after {
465 content: '\00A0 \2014';
466 }
467 address {
468 margin-bottom: 20px;
469 font-style: normal;
470 line-height: 1.42857143;
471 }
472 code,
473 kbd,
474 pre,
475 samp {
476 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
477 }
478 code {
479 padding: 2px 4px;
480 font-size: 90%;
481 color: #c7254e;
482 background-color: #f9f2f4;
483 border-radius: 4px;
484 }
485 kbd {
486 padding: 2px 4px;
487 font-size: 90%;
488 color: #fff;
489 background-color: #333;
490 border-radius: 3px;
491 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
492 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
493 }
494 kbd kbd {
495 padding: 0;
496 font-size: 100%;
497 font-weight: bold;
498 -webkit-box-shadow: none;
499 box-shadow: none;
500 }
501 pre {
502 display: block;
503 padding: 9.5px;
504 margin: 0 0 10px;
505 font-size: 13px;
506 line-height: 1.42857143;
507 color: #333;
508 word-break: break-all;
509 word-wrap: break-word;
510 background-color: #f5f5f5;
511 border: 1px solid #ccc;
512 border-radius: 4px;
513 }
514 pre code {
515 padding: 0;
516 font-size: inherit;
517 color: inherit;
518 white-space: pre-wrap;
519 background-color: transparent;
520 border-radius: 0;
521 }
522 .pre-scrollable {
523 max-height: 340px;
524 overflow-y: scroll;
525 }*/
526 /* .container {
527 padding-right: 15px;
528 padding-left: 15px;
529 margin-right: auto;
530 margin-left: auto;
531 } */
532 /* @media (min-width: 768px) {
533 .container {
534 width: 750px;
535 }
536 }
537 @media (min-width: 992px) {
538 .container {
539 width: 970px;
540 }
541 }
542 @media (min-width: 1200px) {
543 .container {
544 width: 1170px;
545 }
546 } */
547 /* .container-fluid {
548 padding-right: 15px;
549 padding-left: 15px;
550 margin-right: auto;
551 margin-left: auto;
552 } */
553 .row {
554 margin-right: -15px;
555 margin-left: -15px;
556 }
557 .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 {
558 position: relative;
559 min-height: 1px;
560 padding-right: 15px;
561 padding-left: 15px;
562 }
563 .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 {
564 float: left;
565 }
566 .col-xs-12 {
567 width: 100%;
568 }
569 .col-xs-11 {
570 width: 91.66666667%;
571 }
572 .col-xs-10 {
573 width: 83.33333333%;
574 }
575 .col-xs-9 {
576 width: 75%;
577 }
578 .col-xs-8 {
579 width: 66.66666667%;
580 }
581 .col-xs-7 {
582 width: 58.33333333%;
583 }
584 .col-xs-6 {
585 width: 50%;
586 }
587 .col-xs-5 {
588 width: 41.66666667%;
589 }
590 .col-xs-4 {
591 width: 33.33333333%;
592 }
593 .col-xs-3 {
594 width: 25%;
595 }
596 .col-xs-2 {
597 width: 16.66666667%;
598 }
599 .col-xs-1 {
600 width: 8.33333333%;
601 }
602 .col-xs-pull-12 {
603 right: 100%;
604 }
605 .col-xs-pull-11 {
606 right: 91.66666667%;
607 }
608 .col-xs-pull-10 {
609 right: 83.33333333%;
610 }
611 .col-xs-pull-9 {
612 right: 75%;
613 }
614 .col-xs-pull-8 {
615 right: 66.66666667%;
616 }
617 .col-xs-pull-7 {
618 right: 58.33333333%;
619 }
620 .col-xs-pull-6 {
621 right: 50%;
622 }
623 .col-xs-pull-5 {
624 right: 41.66666667%;
625 }
626 .col-xs-pull-4 {
627 right: 33.33333333%;
628 }
629 .col-xs-pull-3 {
630 right: 25%;
631 }
632 .col-xs-pull-2 {
633 right: 16.66666667%;
634 }
635 .col-xs-pull-1 {
636 right: 8.33333333%;
637 }
638 .col-xs-pull-0 {
639 right: auto;
640 }
641 .col-xs-push-12 {
642 left: 100%;
643 }
644 .col-xs-push-11 {
645 left: 91.66666667%;
646 }
647 .col-xs-push-10 {
648 left: 83.33333333%;
649 }
650 .col-xs-push-9 {
651 left: 75%;
652 }
653 .col-xs-push-8 {
654 left: 66.66666667%;
655 }
656 .col-xs-push-7 {
657 left: 58.33333333%;
658 }
659 .col-xs-push-6 {
660 left: 50%;
661 }
662 .col-xs-push-5 {
663 left: 41.66666667%;
664 }
665 .col-xs-push-4 {
666 left: 33.33333333%;
667 }
668 .col-xs-push-3 {
669 left: 25%;
670 }
671 .col-xs-push-2 {
672 left: 16.66666667%;
673 }
674 .col-xs-push-1 {
675 left: 8.33333333%;
676 }
677 .col-xs-push-0 {
678 left: auto;
679 }
680 .col-xs-offset-12 {
681 margin-left: 100%;
682 }
683 .col-xs-offset-11 {
684 margin-left: 91.66666667%;
685 }
686 .col-xs-offset-10 {
687 margin-left: 83.33333333%;
688 }
689 .col-xs-offset-9 {
690 margin-left: 75%;
691 }
692 .col-xs-offset-8 {
693 margin-left: 66.66666667%;
694 }
695 .col-xs-offset-7 {
696 margin-left: 58.33333333%;
697 }
698 .col-xs-offset-6 {
699 margin-left: 50%;
700 }
701 .col-xs-offset-5 {
702 margin-left: 41.66666667%;
703 }
704 .col-xs-offset-4 {
705 margin-left: 33.33333333%;
706 }
707 .col-xs-offset-3 {
708 margin-left: 25%;
709 }
710 .col-xs-offset-2 {
711 margin-left: 16.66666667%;
712 }
713 .col-xs-offset-1 {
714 margin-left: 8.33333333%;
715 }
716 .col-xs-offset-0 {
717 margin-left: 0;
718 }
719 @media (min-width: 768px) {
720 .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 {
721 float: left;
722 }
723 .col-sm-12 {
724 width: 100%;
725 }
726 .col-sm-11 {
727 width: 91.66666667%;
728 }
729 .col-sm-10 {
730 width: 83.33333333%;
731 }
732 .col-sm-9 {
733 width: 75%;
734 }
735 .col-sm-8 {
736 width: 66.66666667%;
737 }
738 .col-sm-7 {
739 width: 58.33333333%;
740 }
741 .col-sm-6 {
742 width: 50%;
743 }
744 .col-sm-5 {
745 width: 41.66666667%;
746 }
747 .col-sm-4 {
748 width: 33.33333333%;
749 }
750 .col-sm-3 {
751 width: 25%;
752 }
753 .col-sm-2 {
754 width: 16.66666667%;
755 }
756 .col-sm-1 {
757 width: 8.33333333%;
758 }
759 .col-sm-pull-12 {
760 right: 100%;
761 }
762 .col-sm-pull-11 {
763 right: 91.66666667%;
764 }
765 .col-sm-pull-10 {
766 right: 83.33333333%;
767 }
768 .col-sm-pull-9 {
769 right: 75%;
770 }
771 .col-sm-pull-8 {
772 right: 66.66666667%;
773 }
774 .col-sm-pull-7 {
775 right: 58.33333333%;
776 }
777 .col-sm-pull-6 {
778 right: 50%;
779 }
780 .col-sm-pull-5 {
781 right: 41.66666667%;
782 }
783 .col-sm-pull-4 {
784 right: 33.33333333%;
785 }
786 .col-sm-pull-3 {
787 right: 25%;
788 }
789 .col-sm-pull-2 {
790 right: 16.66666667%;
791 }
792 .col-sm-pull-1 {
793 right: 8.33333333%;
794 }
795 .col-sm-pull-0 {
796 right: auto;
797 }
798 .col-sm-push-12 {
799 left: 100%;
800 }
801 .col-sm-push-11 {
802 left: 91.66666667%;
803 }
804 .col-sm-push-10 {
805 left: 83.33333333%;
806 }
807 .col-sm-push-9 {
808 left: 75%;
809 }
810 .col-sm-push-8 {
811 left: 66.66666667%;
812 }
813 .col-sm-push-7 {
814 left: 58.33333333%;
815 }
816 .col-sm-push-6 {
817 left: 50%;
818 }
819 .col-sm-push-5 {
820 left: 41.66666667%;
821 }
822 .col-sm-push-4 {
823 left: 33.33333333%;
824 }
825 .col-sm-push-3 {
826 left: 25%;
827 }
828 .col-sm-push-2 {
829 left: 16.66666667%;
830 }
831 .col-sm-push-1 {
832 left: 8.33333333%;
833 }
834 .col-sm-push-0 {
835 left: auto;
836 }
837 .col-sm-offset-12 {
838 margin-left: 100%;
839 }
840 .col-sm-offset-11 {
841 margin-left: 91.66666667%;
842 }
843 .col-sm-offset-10 {
844 margin-left: 83.33333333%;
845 }
846 .col-sm-offset-9 {
847 margin-left: 75%;
848 }
849 .col-sm-offset-8 {
850 margin-left: 66.66666667%;
851 }
852 .col-sm-offset-7 {
853 margin-left: 58.33333333%;
854 }
855 .col-sm-offset-6 {
856 margin-left: 50%;
857 }
858 .col-sm-offset-5 {
859 margin-left: 41.66666667%;
860 }
861 .col-sm-offset-4 {
862 margin-left: 33.33333333%;
863 }
864 .col-sm-offset-3 {
865 margin-left: 25%;
866 }
867 .col-sm-offset-2 {
868 margin-left: 16.66666667%;
869 }
870 .col-sm-offset-1 {
871 margin-left: 8.33333333%;
872 }
873 .col-sm-offset-0 {
874 margin-left: 0;
875 }
876 }
877 @media (min-width: 992px) {
878 .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 {
879 float: left;
880 }
881 .col-md-12 {
882 width: 100%;
883 }
884 .col-md-11 {
885 width: 91.66666667%;
886 }
887 .col-md-10 {
888 width: 83.33333333%;
889 }
890 .col-md-9 {
891 width: 75%;
892 }
893 .col-md-8 {
894 width: 66.66666667%;
895 }
896 .col-md-7 {
897 width: 58.33333333%;
898 }
899 .col-md-6 {
900 width: 50%;
901 }
902 .col-md-5 {
903 width: 41.66666667%;
904 }
905 .col-md-4 {
906 width: 33.33333333%;
907 }
908 .col-md-3 {
909 width: 25%;
910 }
911 .col-md-2 {
912 width: 16.66666667%;
913 }
914 .col-md-1 {
915 width: 8.33333333%;
916 }
917 .col-md-pull-12 {
918 right: 100%;
919 }
920 .col-md-pull-11 {
921 right: 91.66666667%;
922 }
923 .col-md-pull-10 {
924 right: 83.33333333%;
925 }
926 .col-md-pull-9 {
927 right: 75%;
928 }
929 .col-md-pull-8 {
930 right: 66.66666667%;
931 }
932 .col-md-pull-7 {
933 right: 58.33333333%;
934 }
935 .col-md-pull-6 {
936 right: 50%;
937 }
938 .col-md-pull-5 {
939 right: 41.66666667%;
940 }
941 .col-md-pull-4 {
942 right: 33.33333333%;
943 }
944 .col-md-pull-3 {
945 right: 25%;
946 }
947 .col-md-pull-2 {
948 right: 16.66666667%;
949 }
950 .col-md-pull-1 {
951 right: 8.33333333%;
952 }
953 .col-md-pull-0 {
954 right: auto;
955 }
956 .col-md-push-12 {
957 left: 100%;
958 }
959 .col-md-push-11 {
960 left: 91.66666667%;
961 }
962 .col-md-push-10 {
963 left: 83.33333333%;
964 }
965 .col-md-push-9 {
966 left: 75%;
967 }
968 .col-md-push-8 {
969 left: 66.66666667%;
970 }
971 .col-md-push-7 {
972 left: 58.33333333%;
973 }
974 .col-md-push-6 {
975 left: 50%;
976 }
977 .col-md-push-5 {
978 left: 41.66666667%;
979 }
980 .col-md-push-4 {
981 left: 33.33333333%;
982 }
983 .col-md-push-3 {
984 left: 25%;
985 }
986 .col-md-push-2 {
987 left: 16.66666667%;
988 }
989 .col-md-push-1 {
990 left: 8.33333333%;
991 }
992 .col-md-push-0 {
993 left: auto;
994 }
995 .col-md-offset-12 {
996 margin-left: 100%;
997 }
998 .col-md-offset-11 {
999 margin-left: 91.66666667%;
1000 }
1001 .col-md-offset-10 {
1002 margin-left: 83.33333333%;
1003 }
1004 .col-md-offset-9 {
1005 margin-left: 75%;
1006 }
1007 .col-md-offset-8 {
1008 margin-left: 66.66666667%;
1009 }
1010 .col-md-offset-7 {
1011 margin-left: 58.33333333%;
1012 }
1013 .col-md-offset-6 {
1014 margin-left: 50%;
1015 }
1016 .col-md-offset-5 {
1017 margin-left: 41.66666667%;
1018 }
1019 .col-md-offset-4 {
1020 margin-left: 33.33333333%;
1021 }
1022 .col-md-offset-3 {
1023 margin-left: 25%;
1024 }
1025 .col-md-offset-2 {
1026 margin-left: 16.66666667%;
1027 }
1028 .col-md-offset-1 {
1029 margin-left: 8.33333333%;
1030 }
1031 .col-md-offset-0 {
1032 margin-left: 0;
1033 }
1034 }
1035 @media (min-width: 1200px) {
1036 .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 {
1037 float: left;
1038 }
1039 .col-lg-12 {
1040 width: 100%;
1041 }
1042 .col-lg-11 {
1043 width: 91.66666667%;
1044 }
1045 .col-lg-10 {
1046 width: 83.33333333%;
1047 }
1048 .col-lg-9 {
1049 width: 75%;
1050 }
1051 .col-lg-8 {
1052 width: 66.66666667%;
1053 }
1054 .col-lg-7 {
1055 width: 58.33333333%;
1056 }
1057 .col-lg-6 {
1058 width: 50%;
1059 }
1060 .col-lg-5 {
1061 width: 41.66666667%;
1062 }
1063 .col-lg-4 {
1064 width: 33.33333333%;
1065 }
1066 .col-lg-3 {
1067 width: 25%;
1068 }
1069 .col-lg-2 {
1070 width: 16.66666667%;
1071 }
1072 .col-lg-1 {
1073 width: 8.33333333%;
1074 }
1075 .col-lg-pull-12 {
1076 right: 100%;
1077 }
1078 .col-lg-pull-11 {
1079 right: 91.66666667%;
1080 }
1081 .col-lg-pull-10 {
1082 right: 83.33333333%;
1083 }
1084 .col-lg-pull-9 {
1085 right: 75%;
1086 }
1087 .col-lg-pull-8 {
1088 right: 66.66666667%;
1089 }
1090 .col-lg-pull-7 {
1091 right: 58.33333333%;
1092 }
1093 .col-lg-pull-6 {
1094 right: 50%;
1095 }
1096 .col-lg-pull-5 {
1097 right: 41.66666667%;
1098 }
1099 .col-lg-pull-4 {
1100 right: 33.33333333%;
1101 }
1102 .col-lg-pull-3 {
1103 right: 25%;
1104 }
1105 .col-lg-pull-2 {
1106 right: 16.66666667%;
1107 }
1108 .col-lg-pull-1 {
1109 right: 8.33333333%;
1110 }
1111 .col-lg-pull-0 {
1112 right: auto;
1113 }
1114 .col-lg-push-12 {
1115 left: 100%;
1116 }
1117 .col-lg-push-11 {
1118 left: 91.66666667%;
1119 }
1120 .col-lg-push-10 {
1121 left: 83.33333333%;
1122 }
1123 .col-lg-push-9 {
1124 left: 75%;
1125 }
1126 .col-lg-push-8 {
1127 left: 66.66666667%;
1128 }
1129 .col-lg-push-7 {
1130 left: 58.33333333%;
1131 }
1132 .col-lg-push-6 {
1133 left: 50%;
1134 }
1135 .col-lg-push-5 {
1136 left: 41.66666667%;
1137 }
1138 .col-lg-push-4 {
1139 left: 33.33333333%;
1140 }
1141 .col-lg-push-3 {
1142 left: 25%;
1143 }
1144 .col-lg-push-2 {
1145 left: 16.66666667%;
1146 }
1147 .col-lg-push-1 {
1148 left: 8.33333333%;
1149 }
1150 .col-lg-push-0 {
1151 left: auto;
1152 }
1153 .col-lg-offset-12 {
1154 margin-left: 100%;
1155 }
1156 .col-lg-offset-11 {
1157 margin-left: 91.66666667%;
1158 }
1159 .col-lg-offset-10 {
1160 margin-left: 83.33333333%;
1161 }
1162 .col-lg-offset-9 {
1163 margin-left: 75%;
1164 }
1165 .col-lg-offset-8 {
1166 margin-left: 66.66666667%;
1167 }
1168 .col-lg-offset-7 {
1169 margin-left: 58.33333333%;
1170 }
1171 .col-lg-offset-6 {
1172 margin-left: 50%;
1173 }
1174 .col-lg-offset-5 {
1175 margin-left: 41.66666667%;
1176 }
1177 .col-lg-offset-4 {
1178 margin-left: 33.33333333%;
1179 }
1180 .col-lg-offset-3 {
1181 margin-left: 25%;
1182 }
1183 .col-lg-offset-2 {
1184 margin-left: 16.66666667%;
1185 }
1186 .col-lg-offset-1 {
1187 margin-left: 8.33333333%;
1188 }
1189 .col-lg-offset-0 {
1190 margin-left: 0;
1191 }
1192 }
1193 /* table {
1194 background-color: transparent;
1195 }
1196 caption {
1197 padding-top: 8px;
1198 padding-bottom: 8px;
1199 color: #777;
1200 text-align: left;
1201 }
1202 th {
1203 text-align: left;
1204 }
1205 .table {
1206 width: 100%;
1207 max-width: 100%;
1208 margin-bottom: 20px;
1209 }
1210 .table > thead > tr > th,
1211 .table > tbody > tr > th,
1212 .table > tfoot > tr > th,
1213 .table > thead > tr > td,
1214 .table > tbody > tr > td,
1215 .table > tfoot > tr > td {
1216 padding: 8px;
1217 line-height: 1.42857143;
1218 vertical-align: top;
1219 border-top: 1px solid #ddd;
1220 }
1221 .table > thead > tr > th {
1222 vertical-align: bottom;
1223 border-bottom: 2px solid #ddd;
1224 }
1225 .table > caption + thead > tr:first-child > th,
1226 .table > colgroup + thead > tr:first-child > th,
1227 .table > thead:first-child > tr:first-child > th,
1228 .table > caption + thead > tr:first-child > td,
1229 .table > colgroup + thead > tr:first-child > td,
1230 .table > thead:first-child > tr:first-child > td {
1231 border-top: 0;
1232 }
1233 .table > tbody + tbody {
1234 border-top: 2px solid #ddd;
1235 }
1236 .table .table {
1237 background-color: #fff;
1238 }
1239 .table-condensed > thead > tr > th,
1240 .table-condensed > tbody > tr > th,
1241 .table-condensed > tfoot > tr > th,
1242 .table-condensed > thead > tr > td,
1243 .table-condensed > tbody > tr > td,
1244 .table-condensed > tfoot > tr > td {
1245 padding: 5px;
1246 }
1247 .table-bordered {
1248 border: 1px solid #ddd;
1249 }
1250 .table-bordered > thead > tr > th,
1251 .table-bordered > tbody > tr > th,
1252 .table-bordered > tfoot > tr > th,
1253 .table-bordered > thead > tr > td,
1254 .table-bordered > tbody > tr > td,
1255 .table-bordered > tfoot > tr > td {
1256 border: 1px solid #ddd;
1257 }
1258 .table-bordered > thead > tr > th,
1259 .table-bordered > thead > tr > td {
1260 border-bottom-width: 2px;
1261 }
1262 .table-striped > tbody > tr:nth-of-type(odd) {
1263 background-color: #f9f9f9;
1264 }
1265 .table-hover > tbody > tr:hover {
1266 background-color: #f5f5f5;
1267 }
1268 table col[class*="col-"] {
1269 position: static;
1270 display: table-column;
1271 float: none;
1272 }
1273 table td[class*="col-"],
1274 table th[class*="col-"] {
1275 position: static;
1276 display: table-cell;
1277 float: none;
1278 }
1279 .table > thead > tr > td.active,
1280 .table > tbody > tr > td.active,
1281 .table > tfoot > tr > td.active,
1282 .table > thead > tr > th.active,
1283 .table > tbody > tr > th.active,
1284 .table > tfoot > tr > th.active,
1285 .table > thead > tr.active > td,
1286 .table > tbody > tr.active > td,
1287 .table > tfoot > tr.active > td,
1288 .table > thead > tr.active > th,
1289 .table > tbody > tr.active > th,
1290 .table > tfoot > tr.active > th {
1291 background-color: #f5f5f5;
1292 }
1293 .table-hover > tbody > tr > td.active:hover,
1294 .table-hover > tbody > tr > th.active:hover,
1295 .table-hover > tbody > tr.active:hover > td,
1296 .table-hover > tbody > tr:hover > .active,
1297 .table-hover > tbody > tr.active:hover > th {
1298 background-color: #e8e8e8;
1299 }
1300 .table > thead > tr > td.success,
1301 .table > tbody > tr > td.success,
1302 .table > tfoot > tr > td.success,
1303 .table > thead > tr > th.success,
1304 .table > tbody > tr > th.success,
1305 .table > tfoot > tr > th.success,
1306 .table > thead > tr.success > td,
1307 .table > tbody > tr.success > td,
1308 .table > tfoot > tr.success > td,
1309 .table > thead > tr.success > th,
1310 .table > tbody > tr.success > th,
1311 .table > tfoot > tr.success > th {
1312 background-color: #dff0d8;
1313 }
1314 .table-hover > tbody > tr > td.success:hover,
1315 .table-hover > tbody > tr > th.success:hover,
1316 .table-hover > tbody > tr.success:hover > td,
1317 .table-hover > tbody > tr:hover > .success,
1318 .table-hover > tbody > tr.success:hover > th {
1319 background-color: #d0e9c6;
1320 }
1321 .table > thead > tr > td.info,
1322 .table > tbody > tr > td.info,
1323 .table > tfoot > tr > td.info,
1324 .table > thead > tr > th.info,
1325 .table > tbody > tr > th.info,
1326 .table > tfoot > tr > th.info,
1327 .table > thead > tr.info > td,
1328 .table > tbody > tr.info > td,
1329 .table > tfoot > tr.info > td,
1330 .table > thead > tr.info > th,
1331 .table > tbody > tr.info > th,
1332 .table > tfoot > tr.info > th {
1333 background-color: #d9edf7;
1334 }
1335 .table-hover > tbody > tr > td.info:hover,
1336 .table-hover > tbody > tr > th.info:hover,
1337 .table-hover > tbody > tr.info:hover > td,
1338 .table-hover > tbody > tr:hover > .info,
1339 .table-hover > tbody > tr.info:hover > th {
1340 background-color: #c4e3f3;
1341 }
1342 .table > thead > tr > td.warning,
1343 .table > tbody > tr > td.warning,
1344 .table > tfoot > tr > td.warning,
1345 .table > thead > tr > th.warning,
1346 .table > tbody > tr > th.warning,
1347 .table > tfoot > tr > th.warning,
1348 .table > thead > tr.warning > td,
1349 .table > tbody > tr.warning > td,
1350 .table > tfoot > tr.warning > td,
1351 .table > thead > tr.warning > th,
1352 .table > tbody > tr.warning > th,
1353 .table > tfoot > tr.warning > th {
1354 background-color: #fcf8e3;
1355 }
1356 .table-hover > tbody > tr > td.warning:hover,
1357 .table-hover > tbody > tr > th.warning:hover,
1358 .table-hover > tbody > tr.warning:hover > td,
1359 .table-hover > tbody > tr:hover > .warning,
1360 .table-hover > tbody > tr.warning:hover > th {
1361 background-color: #faf2cc;
1362 }
1363 .table > thead > tr > td.danger,
1364 .table > tbody > tr > td.danger,
1365 .table > tfoot > tr > td.danger,
1366 .table > thead > tr > th.danger,
1367 .table > tbody > tr > th.danger,
1368 .table > tfoot > tr > th.danger,
1369 .table > thead > tr.danger > td,
1370 .table > tbody > tr.danger > td,
1371 .table > tfoot > tr.danger > td,
1372 .table > thead > tr.danger > th,
1373 .table > tbody > tr.danger > th,
1374 .table > tfoot > tr.danger > th {
1375 background-color: #f2dede;
1376 }
1377 .table-hover > tbody > tr > td.danger:hover,
1378 .table-hover > tbody > tr > th.danger:hover,
1379 .table-hover > tbody > tr.danger:hover > td,
1380 .table-hover > tbody > tr:hover > .danger,
1381 .table-hover > tbody > tr.danger:hover > th {
1382 background-color: #ebcccc;
1383 }
1384 .table-responsive {
1385 min-height: .01%;
1386 overflow-x: auto;
1387 }
1388 @media screen and (max-width: 767px) {
1389 .table-responsive {
1390 width: 100%;
1391 margin-bottom: 15px;
1392 overflow-y: hidden;
1393 -ms-overflow-style: -ms-autohiding-scrollbar;
1394 border: 1px solid #ddd;
1395 }
1396 .table-responsive > .table {
1397 margin-bottom: 0;
1398 }
1399 .table-responsive > .table > thead > tr > th,
1400 .table-responsive > .table > tbody > tr > th,
1401 .table-responsive > .table > tfoot > tr > th,
1402 .table-responsive > .table > thead > tr > td,
1403 .table-responsive > .table > tbody > tr > td,
1404 .table-responsive > .table > tfoot > tr > td {
1405 white-space: nowrap;
1406 }
1407 .table-responsive > .table-bordered {
1408 border: 0;
1409 }
1410 .table-responsive > .table-bordered > thead > tr > th:first-child,
1411 .table-responsive > .table-bordered > tbody > tr > th:first-child,
1412 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1413 .table-responsive > .table-bordered > thead > tr > td:first-child,
1414 .table-responsive > .table-bordered > tbody > tr > td:first-child,
1415 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1416 border-left: 0;
1417 }
1418 .table-responsive > .table-bordered > thead > tr > th:last-child,
1419 .table-responsive > .table-bordered > tbody > tr > th:last-child,
1420 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1421 .table-responsive > .table-bordered > thead > tr > td:last-child,
1422 .table-responsive > .table-bordered > tbody > tr > td:last-child,
1423 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1424 border-right: 0;
1425 }
1426 .table-responsive > .table-bordered > tbody > tr:last-child > th,
1427 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1428 .table-responsive > .table-bordered > tbody > tr:last-child > td,
1429 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1430 border-bottom: 0;
1431 }
1432 } */
1433 fieldset {
1434 min-width: 0;
1435 padding: 0;
1436 margin: 0;
1437 border: 0;
1438 }
1439 legend {
1440 display: block;
1441 width: 100%;
1442 padding: 0;
1443 margin-bottom: 20px;
1444 font-size: 21px;
1445 line-height: inherit;
1446 color: #333;
1447 border: 0;
1448 border-bottom: 1px solid #e5e5e5;
1449 }
1450 label {
1451 display: inline-block;
1452 max-width: 100%;
1453 margin-bottom: 5px;
1454 font-weight: bold;
1455 }
1456 input[type="search"] {
1457 -webkit-box-sizing: border-box;
1458 -moz-box-sizing: border-box;
1459 box-sizing: border-box;
1460 }
1461 input[type="radio"],
1462 input[type="checkbox"] {
1463 margin: 4px 0 0;
1464 margin-top: 1px \9;
1465 line-height: normal;
1466 }
1467 input[type="file"] {
1468 display: block;
1469 }
1470 input[type="range"] {
1471 display: block;
1472 width: 100%;
1473 }
1474 select[multiple],
1475 select[size] {
1476 height: auto;
1477 }
1478 input[type="file"]:focus,
1479 input[type="radio"]:focus,
1480 input[type="checkbox"]:focus {
1481 outline: thin dotted;
1482 outline: 5px auto -webkit-focus-ring-color;
1483 outline-offset: -2px;
1484 }
1485 output {
1486 display: block;
1487 padding-top: 7px;
1488 font-size: 14px;
1489 line-height: 1.42857143;
1490 color: #555;
1491 }/*
1492 .form-control {
1493 display: block;
1494 width: 100%;
1495 height: 34px;
1496 padding: 6px 12px;
1497 font-size: 14px;
1498 line-height: 1.42857143;
1499 color: #555;
1500 background-color: #fff;
1501 background-image: none;
1502 border: 1px solid #ccc;
1503 border-radius: 4px;
1504 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1505 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1506 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
1507 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1508 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1509 }
1510 .form-control:focus {
1511 border-color: #66afe9;
1512 outline: 0;
1513 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
1514 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
1515 }
1516 .form-control::-moz-placeholder {
1517 color: #999;
1518 opacity: 1;
1519 }
1520 .form-control:-ms-input-placeholder {
1521 color: #999;
1522 }
1523 .form-control::-webkit-input-placeholder {
1524 color: #999;
1525 }
1526 .form-control::-ms-expand {
1527 background-color: transparent;
1528 border: 0;
1529 }
1530 .form-control[disabled],
1531 .form-control[readonly],
1532 fieldset[disabled] .form-control {
1533 background-color: #eee;
1534 opacity: 1;
1535 }
1536 .form-control[disabled],
1537 fieldset[disabled] .form-control {
1538 cursor: not-allowed;
1539 }
1540 textarea.form-control {
1541 height: auto;
1542 }
1543 input[type="search"] {
1544 -webkit-appearance: none;
1545 }
1546 @media screen and (-webkit-min-device-pixel-ratio: 0) {
1547 input[type="date"].form-control,
1548 input[type="time"].form-control,
1549 input[type="datetime-local"].form-control,
1550 input[type="month"].form-control {
1551 line-height: 34px;
1552 }
1553 input[type="date"].input-sm,
1554 input[type="time"].input-sm,
1555 input[type="datetime-local"].input-sm,
1556 input[type="month"].input-sm,
1557 .input-group-sm input[type="date"],
1558 .input-group-sm input[type="time"],
1559 .input-group-sm input[type="datetime-local"],
1560 .input-group-sm input[type="month"] {
1561 line-height: 30px;
1562 }
1563 input[type="date"].input-lg,
1564 input[type="time"].input-lg,
1565 input[type="datetime-local"].input-lg,
1566 input[type="month"].input-lg,
1567 .input-group-lg input[type="date"],
1568 .input-group-lg input[type="time"],
1569 .input-group-lg input[type="datetime-local"],
1570 .input-group-lg input[type="month"] {
1571 line-height: 46px;
1572 }
1573 }
1574 .form-group {
1575 margin-bottom: 15px;
1576 }
1577 .radio,
1578 .checkbox {
1579 position: relative;
1580 display: block;
1581 margin-top: 10px;
1582 margin-bottom: 10px;
1583 }
1584 .radio label,
1585 .checkbox label {
1586 min-height: 20px;
1587 padding-left: 20px;
1588 margin-bottom: 0;
1589 font-weight: normal;
1590 cursor: pointer;
1591 }
1592 .radio input[type="radio"],
1593 .radio-inline input[type="radio"],
1594 .checkbox input[type="checkbox"],
1595 .checkbox-inline input[type="checkbox"] {
1596 position: absolute;
1597 margin-top: 4px \9;
1598 margin-left: -20px;
1599 }
1600 .radio + .radio,
1601 .checkbox + .checkbox {
1602 margin-top: -5px;
1603 }
1604 .radio-inline,
1605 .checkbox-inline {
1606 position: relative;
1607 display: inline-block;
1608 padding-left: 20px;
1609 margin-bottom: 0;
1610 font-weight: normal;
1611 vertical-align: middle;
1612 cursor: pointer;
1613 }
1614 .radio-inline + .radio-inline,
1615 .checkbox-inline + .checkbox-inline {
1616 margin-top: 0;
1617 margin-left: 10px;
1618 }
1619 input[type="radio"][disabled],
1620 input[type="checkbox"][disabled],
1621 input[type="radio"].disabled,
1622 input[type="checkbox"].disabled,
1623 fieldset[disabled] input[type="radio"],
1624 fieldset[disabled] input[type="checkbox"] {
1625 cursor: not-allowed;
1626 }
1627 .radio-inline.disabled,
1628 .checkbox-inline.disabled,
1629 fieldset[disabled] .radio-inline,
1630 fieldset[disabled] .checkbox-inline {
1631 cursor: not-allowed;
1632 }
1633 .radio.disabled label,
1634 .checkbox.disabled label,
1635 fieldset[disabled] .radio label,
1636 fieldset[disabled] .checkbox label {
1637 cursor: not-allowed;
1638 }
1639 .form-control-static {
1640 min-height: 34px;
1641 padding-top: 7px;
1642 padding-bottom: 7px;
1643 margin-bottom: 0;
1644 }
1645 .form-control-static.input-lg,
1646 .form-control-static.input-sm {
1647 padding-right: 0;
1648 padding-left: 0;
1649 }
1650 .input-sm {
1651 height: 30px;
1652 padding: 5px 10px;
1653 font-size: 12px;
1654 line-height: 1.5;
1655 border-radius: 3px;
1656 }
1657 select.input-sm {
1658 height: 30px;
1659 line-height: 30px;
1660 }
1661 textarea.input-sm,
1662 select[multiple].input-sm {
1663 height: auto;
1664 }
1665 .form-group-sm .form-control {
1666 height: 30px;
1667 padding: 5px 10px;
1668 font-size: 12px;
1669 line-height: 1.5;
1670 border-radius: 3px;
1671 }
1672 .form-group-sm select.form-control {
1673 height: 30px;
1674 line-height: 30px;
1675 }
1676 .form-group-sm textarea.form-control,
1677 .form-group-sm select[multiple].form-control {
1678 height: auto;
1679 }
1680 .form-group-sm .form-control-static {
1681 height: 30px;
1682 min-height: 32px;
1683 padding: 6px 10px;
1684 font-size: 12px;
1685 line-height: 1.5;
1686 }
1687 .input-lg {
1688 height: 46px;
1689 padding: 10px 16px;
1690 font-size: 18px;
1691 line-height: 1.3333333;
1692 border-radius: 6px;
1693 }
1694 select.input-lg {
1695 height: 46px;
1696 line-height: 46px;
1697 }
1698 textarea.input-lg,
1699 select[multiple].input-lg {
1700 height: auto;
1701 }
1702 .form-group-lg .form-control {
1703 height: 46px;
1704 padding: 10px 16px;
1705 font-size: 18px;
1706 line-height: 1.3333333;
1707 border-radius: 6px;
1708 }
1709 .form-group-lg select.form-control {
1710 height: 46px;
1711 line-height: 46px;
1712 }
1713 .form-group-lg textarea.form-control,
1714 .form-group-lg select[multiple].form-control {
1715 height: auto;
1716 }
1717 .form-group-lg .form-control-static {
1718 height: 46px;
1719 min-height: 38px;
1720 padding: 11px 16px;
1721 font-size: 18px;
1722 line-height: 1.3333333;
1723 }
1724 .has-feedback {
1725 position: relative;
1726 }
1727 .has-feedback .form-control {
1728 padding-right: 42.5px;
1729 }
1730 .form-control-feedback {
1731 position: absolute;
1732 top: 0;
1733 right: 0;
1734 z-index: 2;
1735 display: block;
1736 width: 34px;
1737 height: 34px;
1738 line-height: 34px;
1739 text-align: center;
1740 pointer-events: none;
1741 }
1742 .input-lg + .form-control-feedback,
1743 .input-group-lg + .form-control-feedback,
1744 .form-group-lg .form-control + .form-control-feedback {
1745 width: 46px;
1746 height: 46px;
1747 line-height: 46px;
1748 }
1749 .input-sm + .form-control-feedback,
1750 .input-group-sm + .form-control-feedback,
1751 .form-group-sm .form-control + .form-control-feedback {
1752 width: 30px;
1753 height: 30px;
1754 line-height: 30px;
1755 }
1756 .has-success .help-block,
1757 .has-success .control-label,
1758 .has-success .radio,
1759 .has-success .checkbox,
1760 .has-success .radio-inline,
1761 .has-success .checkbox-inline,
1762 .has-success.radio label,
1763 .has-success.checkbox label,
1764 .has-success.radio-inline label,
1765 .has-success.checkbox-inline label {
1766 color: #3c763d;
1767 }
1768 .has-success .form-control {
1769 border-color: #3c763d;
1770 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1771 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1772 }
1773 .has-success .form-control:focus {
1774 border-color: #2b542c;
1775 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1776 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1777 }
1778 .has-success .input-group-addon {
1779 color: #3c763d;
1780 background-color: #dff0d8;
1781 border-color: #3c763d;
1782 }
1783 .has-success .form-control-feedback {
1784 color: #3c763d;
1785 }
1786 .has-warning .help-block,
1787 .has-warning .control-label,
1788 .has-warning .radio,
1789 .has-warning .checkbox,
1790 .has-warning .radio-inline,
1791 .has-warning .checkbox-inline,
1792 .has-warning.radio label,
1793 .has-warning.checkbox label,
1794 .has-warning.radio-inline label,
1795 .has-warning.checkbox-inline label {
1796 color: #8a6d3b;
1797 }
1798 .has-warning .form-control {
1799 border-color: #8a6d3b;
1800 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1801 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1802 }
1803 .has-warning .form-control:focus {
1804 border-color: #66512c;
1805 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1806 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1807 }
1808 .has-warning .input-group-addon {
1809 color: #8a6d3b;
1810 background-color: #fcf8e3;
1811 border-color: #8a6d3b;
1812 }
1813 .has-warning .form-control-feedback {
1814 color: #8a6d3b;
1815 }
1816 .has-error .help-block,
1817 .has-error .control-label,
1818 .has-error .radio,
1819 .has-error .checkbox,
1820 .has-error .radio-inline,
1821 .has-error .checkbox-inline,
1822 .has-error.radio label,
1823 .has-error.checkbox label,
1824 .has-error.radio-inline label,
1825 .has-error.checkbox-inline label {
1826 color: #a94442;
1827 }
1828 .has-error .form-control {
1829 border-color: #a94442;
1830 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1831 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1832 }
1833 .has-error .form-control:focus {
1834 border-color: #843534;
1835 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1836 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1837 }
1838 .has-error .input-group-addon {
1839 color: #a94442;
1840 background-color: #f2dede;
1841 border-color: #a94442;
1842 }
1843 .has-error .form-control-feedback {
1844 color: #a94442;
1845 }
1846 .has-feedback label ~ .form-control-feedback {
1847 top: 25px;
1848 }
1849 .has-feedback label.sr-only ~ .form-control-feedback {
1850 top: 0;
1851 }
1852 .help-block {
1853 display: block;
1854 margin-top: 5px;
1855 margin-bottom: 10px;
1856 color: #737373;
1857 }
1858 @media (min-width: 768px) {
1859 .form-inline .form-group {
1860 display: inline-block;
1861 margin-bottom: 0;
1862 vertical-align: middle;
1863 }
1864 .form-inline .form-control {
1865 display: inline-block;
1866 width: auto;
1867 vertical-align: middle;
1868 }
1869 .form-inline .form-control-static {
1870 display: inline-block;
1871 }
1872 .form-inline .input-group {
1873 display: inline-table;
1874 vertical-align: middle;
1875 }
1876 .form-inline .input-group .input-group-addon,
1877 .form-inline .input-group .input-group-btn,
1878 .form-inline .input-group .form-control {
1879 width: auto;
1880 }
1881 .form-inline .input-group > .form-control {
1882 width: 100%;
1883 }
1884 .form-inline .control-label {
1885 margin-bottom: 0;
1886 vertical-align: middle;
1887 }
1888 .form-inline .radio,
1889 .form-inline .checkbox {
1890 display: inline-block;
1891 margin-top: 0;
1892 margin-bottom: 0;
1893 vertical-align: middle;
1894 }
1895 .form-inline .radio label,
1896 .form-inline .checkbox label {
1897 padding-left: 0;
1898 }
1899 .form-inline .radio input[type="radio"],
1900 .form-inline .checkbox input[type="checkbox"] {
1901 position: relative;
1902 margin-left: 0;
1903 }
1904 .form-inline .has-feedback .form-control-feedback {
1905 top: 0;
1906 }
1907 }
1908 .form-horizontal .radio,
1909 .form-horizontal .checkbox,
1910 .form-horizontal .radio-inline,
1911 .form-horizontal .checkbox-inline {
1912 padding-top: 7px;
1913 margin-top: 0;
1914 margin-bottom: 0;
1915 }
1916 .form-horizontal .radio,
1917 .form-horizontal .checkbox {
1918 min-height: 27px;
1919 }
1920 .form-horizontal .form-group {
1921 margin-right: -15px;
1922 margin-left: -15px;
1923 }
1924 @media (min-width: 768px) {
1925 .form-horizontal .control-label {
1926 padding-top: 7px;
1927 margin-bottom: 0;
1928 text-align: right;
1929 }
1930 }
1931 .form-horizontal .has-feedback .form-control-feedback {
1932 right: 15px;
1933 }
1934 @media (min-width: 768px) {
1935 .form-horizontal .form-group-lg .control-label {
1936 padding-top: 11px;
1937 font-size: 18px;
1938 }
1939 }
1940 @media (min-width: 768px) {
1941 .form-horizontal .form-group-sm .control-label {
1942 padding-top: 6px;
1943 font-size: 12px;
1944 }
1945 } */
1946
1947 input[type="submit"].btn-block,
1948 input[type="reset"].btn-block,
1949 input[type="button"].btn-block {
1950 width: 100%;
1951 }
1952 .fade {
1953 opacity: 0;
1954 -webkit-transition: opacity .15s linear;
1955 -o-transition: opacity .15s linear;
1956 transition: opacity .15s linear;
1957 }
1958 .fade.in {
1959 opacity: 1;
1960 }
1961 .collapse {
1962 display: none;
1963 }
1964 .collapse.in {
1965 display: block;
1966 }
1967 tr.collapse.in {
1968 display: table-row;
1969 }
1970 tbody.collapse.in {
1971 display: table-row-group;
1972 }
1973 .collapsing {
1974 position: relative;
1975 height: 0;
1976 overflow: hidden;
1977 -webkit-transition-timing-function: ease;
1978 -o-transition-timing-function: ease;
1979 transition-timing-function: ease;
1980 -webkit-transition-duration: .35s;
1981 -o-transition-duration: .35s;
1982 transition-duration: .35s;
1983 -webkit-transition-property: height, visibility;
1984 -o-transition-property: height, visibility;
1985 transition-property: height, visibility;
1986 }
1987 .caret {
1988 display: inline-block;
1989 width: 0;
1990 height: 0;
1991 margin-left: 2px;
1992 vertical-align: middle;
1993 border-top: 4px dashed;
1994 border-top: 4px solid \9;
1995 border-right: 4px solid transparent;
1996 border-left: 4px solid transparent;
1997 }
1998 .dropup,
1999 .dropdown {
2000 position: relative;
2001 }
2002 .dropdown-toggle:focus {
2003 outline: 0;
2004 }
2005 .dropdown-menu {
2006 position: absolute;
2007 top: 100%;
2008 left: 0;
2009 z-index: 1000;
2010 display: none;
2011 float: left;
2012 min-width: 160px;
2013 padding: 5px 0;
2014 margin: 2px 0 0;
2015 font-size: 14px;
2016 text-align: left;
2017 list-style: none;
2018 background-color: #fff;
2019 -webkit-background-clip: padding-box;
2020 background-clip: padding-box;
2021 border: 1px solid #ccc;
2022 border: 1px solid rgba(0, 0, 0, .15);
2023 border-radius: 4px;
2024 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
2025 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
2026 }
2027 .dropdown-menu.pull-right {
2028 right: 0;
2029 left: auto;
2030 }
2031 .dropdown-menu .divider {
2032 height: 1px;
2033 margin: 9px 0;
2034 overflow: hidden;
2035 background-color: #e5e5e5;
2036 }
2037 .dropdown-menu > li > a {
2038 display: block;
2039 padding: 3px 20px;
2040 clear: both;
2041 font-weight: normal;
2042 line-height: 1.42857143;
2043 color: #333;
2044 white-space: nowrap;
2045 }
2046 .dropdown-menu > li > a:hover,
2047 .dropdown-menu > li > a:focus {
2048 color: #262626;
2049 text-decoration: none;
2050 background-color: #f5f5f5;
2051 }
2052 .dropdown-menu > .active > a,
2053 .dropdown-menu > .active > a:hover,
2054 .dropdown-menu > .active > a:focus {
2055 color: #fff;
2056 text-decoration: none;
2057 background-color: #337ab7;
2058 outline: 0;
2059 }
2060 .dropdown-menu > .disabled > a,
2061 .dropdown-menu > .disabled > a:hover,
2062 .dropdown-menu > .disabled > a:focus {
2063 color: #777;
2064 }
2065 .dropdown-menu > .disabled > a:hover,
2066 .dropdown-menu > .disabled > a:focus {
2067 text-decoration: none;
2068 cursor: not-allowed;
2069 background-color: transparent;
2070 background-image: none;
2071 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2072 }
2073 .open > .dropdown-menu {
2074 display: block;
2075 }
2076 .open > a {
2077 outline: 0;
2078 }
2079 .dropdown-menu-right {
2080 right: 0;
2081 left: auto;
2082 }
2083 .dropdown-menu-left {
2084 right: auto;
2085 left: 0;
2086 }
2087 .dropdown-header {
2088 display: block;
2089 padding: 3px 20px;
2090 font-size: 12px;
2091 line-height: 1.42857143;
2092 color: #777;
2093 white-space: nowrap;
2094 }
2095 .dropdown-backdrop {
2096 position: fixed;
2097 top: 0;
2098 right: 0;
2099 bottom: 0;
2100 left: 0;
2101 z-index: 990;
2102 }
2103 .pull-right > .dropdown-menu {
2104 right: 0;
2105 left: auto;
2106 }
2107 .dropup .caret,
2108 .navbar-fixed-bottom .dropdown .caret {
2109 content: "";
2110 border-top: 0;
2111 border-bottom: 4px dashed;
2112 border-bottom: 4px solid \9;
2113 }
2114 .dropup .dropdown-menu,
2115 .navbar-fixed-bottom .dropdown .dropdown-menu {
2116 top: auto;
2117 bottom: 100%;
2118 margin-bottom: 2px;
2119 }
2120 @media (min-width: 768px) {
2121 .navbar-right .dropdown-menu {
2122 right: 0;
2123 left: auto;
2124 }
2125 .navbar-right .dropdown-menu-left {
2126 right: auto;
2127 left: 0;
2128 }
2129 }
2130 .btn-group,
2131 .btn-group-vertical {
2132 position: relative;
2133 display: inline-block;
2134 vertical-align: middle;
2135 }
2136 .btn-group > .btn,
2137 .btn-group-vertical > .btn {
2138 position: relative;
2139 float: left;
2140 }
2141 .btn-group > .btn:hover,
2142 .btn-group-vertical > .btn:hover,
2143 .btn-group > .btn:focus,
2144 .btn-group-vertical > .btn:focus,
2145 .btn-group > .btn:active,
2146 .btn-group-vertical > .btn:active,
2147 .btn-group > .btn.active,
2148 .btn-group-vertical > .btn.active {
2149 z-index: 2;
2150 }
2151 .btn-group .btn + .btn,
2152 .btn-group .btn + .btn-group,
2153 .btn-group .btn-group + .btn,
2154 .btn-group .btn-group + .btn-group {
2155 margin-left: -1px;
2156 }
2157 .btn-toolbar {
2158 margin-left: -5px;
2159 }
2160 .btn-toolbar .btn,
2161 .btn-toolbar .btn-group,
2162 .btn-toolbar .input-group {
2163 float: left;
2164 }
2165 .btn-toolbar > .btn,
2166 .btn-toolbar > .btn-group,
2167 .btn-toolbar > .input-group {
2168 margin-left: 5px;
2169 }
2170 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
2171 border-radius: 0;
2172 }
2173 .btn-group > .btn:first-child {
2174 margin-left: 0;
2175 }
2176 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
2177 border-top-right-radius: 0;
2178 border-bottom-right-radius: 0;
2179 }
2180 .btn-group > .btn:last-child:not(:first-child),
2181 .btn-group > .dropdown-toggle:not(:first-child) {
2182 border-top-left-radius: 0;
2183 border-bottom-left-radius: 0;
2184 }
2185 .btn-group > .btn-group {
2186 float: left;
2187 }
2188 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
2189 border-radius: 0;
2190 }
2191 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
2192 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
2193 border-top-right-radius: 0;
2194 border-bottom-right-radius: 0;
2195 }
2196 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
2197 border-top-left-radius: 0;
2198 border-bottom-left-radius: 0;
2199 }
2200 .btn-group .dropdown-toggle:active,
2201 .btn-group.open .dropdown-toggle {
2202 outline: 0;
2203 }
2204 .btn-group > .btn + .dropdown-toggle {
2205 padding-right: 8px;
2206 padding-left: 8px;
2207 }
2208 .btn-group > .btn-lg + .dropdown-toggle {
2209 padding-right: 12px;
2210 padding-left: 12px;
2211 }
2212 .btn-group.open .dropdown-toggle {
2213 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2214 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2215 }
2216 .btn-group.open .dropdown-toggle.btn-link {
2217 -webkit-box-shadow: none;
2218 box-shadow: none;
2219 }
2220 .btn .caret {
2221 margin-left: 0;
2222 }
2223 .btn-lg .caret {
2224 border-width: 5px 5px 0;
2225 border-bottom-width: 0;
2226 }
2227 .dropup .btn-lg .caret {
2228 border-width: 0 5px 5px;
2229 }
2230 .btn-group-vertical > .btn,
2231 .btn-group-vertical > .btn-group,
2232 .btn-group-vertical > .btn-group > .btn {
2233 display: block;
2234 float: none;
2235 width: 100%;
2236 max-width: 100%;
2237 }
2238 .btn-group-vertical > .btn-group > .btn {
2239 float: none;
2240 }
2241 .btn-group-vertical > .btn + .btn,
2242 .btn-group-vertical > .btn + .btn-group,
2243 .btn-group-vertical > .btn-group + .btn,
2244 .btn-group-vertical > .btn-group + .btn-group {
2245 margin-top: -1px;
2246 margin-left: 0;
2247 }
2248 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
2249 border-radius: 0;
2250 }
2251 .btn-group-vertical > .btn:first-child:not(:last-child) {
2252 border-top-left-radius: 4px;
2253 border-top-right-radius: 4px;
2254 border-bottom-right-radius: 0;
2255 border-bottom-left-radius: 0;
2256 }
2257 .btn-group-vertical > .btn:last-child:not(:first-child) {
2258 border-top-left-radius: 0;
2259 border-top-right-radius: 0;
2260 border-bottom-right-radius: 4px;
2261 border-bottom-left-radius: 4px;
2262 }
2263 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
2264 border-radius: 0;
2265 }
2266 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
2267 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
2268 border-bottom-right-radius: 0;
2269 border-bottom-left-radius: 0;
2270 }
2271 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
2272 border-top-left-radius: 0;
2273 border-top-right-radius: 0;
2274 }
2275 .btn-group-justified {
2276 display: table;
2277 width: 100%;
2278 table-layout: fixed;
2279 border-collapse: separate;
2280 }
2281 .btn-group-justified > .btn,
2282 .btn-group-justified > .btn-group {
2283 display: table-cell;
2284 float: none;
2285 width: 1%;
2286 }
2287 .btn-group-justified > .btn-group .btn {
2288 width: 100%;
2289 }
2290 .btn-group-justified > .btn-group .dropdown-menu {
2291 left: auto;
2292 }
2293 [data-toggle="buttons"] > .btn input[type="radio"],
2294 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
2295 [data-toggle="buttons"] > .btn input[type="checkbox"],
2296 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
2297 position: absolute;
2298 clip: rect(0, 0, 0, 0);
2299 pointer-events: none;
2300 }
2301 .input-group {
2302 position: relative;
2303 display: table;
2304 border-collapse: separate;
2305 }
2306 .input-group[class*="col-"] {
2307 float: none;
2308 padding-right: 0;
2309 padding-left: 0;
2310 }
2311 .input-group .form-control {
2312 position: relative;
2313 z-index: 2;
2314 float: left;
2315 width: 100%;
2316 margin-bottom: 0;
2317 }
2318 .input-group .form-control:focus {
2319 z-index: 3;
2320 }
2321 .input-group-lg > .form-control,
2322 .input-group-lg > .input-group-addon,
2323 .input-group-lg > .input-group-btn > .btn {
2324 height: 46px;
2325 padding: 10px 16px;
2326 font-size: 18px;
2327 line-height: 1.3333333;
2328 border-radius: 6px;
2329 }
2330 select.input-group-lg > .form-control,
2331 select.input-group-lg > .input-group-addon,
2332 select.input-group-lg > .input-group-btn > .btn {
2333 height: 46px;
2334 line-height: 46px;
2335 }
2336 textarea.input-group-lg > .form-control,
2337 textarea.input-group-lg > .input-group-addon,
2338 textarea.input-group-lg > .input-group-btn > .btn,
2339 select[multiple].input-group-lg > .form-control,
2340 select[multiple].input-group-lg > .input-group-addon,
2341 select[multiple].input-group-lg > .input-group-btn > .btn {
2342 height: auto;
2343 }
2344 .input-group-sm > .form-control,
2345 .input-group-sm > .input-group-addon,
2346 .input-group-sm > .input-group-btn > .btn {
2347 height: 30px;
2348 padding: 5px 10px;
2349 font-size: 12px;
2350 line-height: 1.5;
2351 border-radius: 3px;
2352 }
2353 select.input-group-sm > .form-control,
2354 select.input-group-sm > .input-group-addon,
2355 select.input-group-sm > .input-group-btn > .btn {
2356 height: 30px;
2357 line-height: 30px;
2358 }
2359 textarea.input-group-sm > .form-control,
2360 textarea.input-group-sm > .input-group-addon,
2361 textarea.input-group-sm > .input-group-btn > .btn,
2362 select[multiple].input-group-sm > .form-control,
2363 select[multiple].input-group-sm > .input-group-addon,
2364 select[multiple].input-group-sm > .input-group-btn > .btn {
2365 height: auto;
2366 }
2367 .input-group-addon,
2368 .input-group-btn,
2369 .input-group .form-control {
2370 display: table-cell;
2371 }
2372 .input-group-addon:not(:first-child):not(:last-child),
2373 .input-group-btn:not(:first-child):not(:last-child),
2374 .input-group .form-control:not(:first-child):not(:last-child) {
2375 border-radius: 0;
2376 }
2377 .input-group-addon,
2378 .input-group-btn {
2379 width: 1%;
2380 white-space: nowrap;
2381 vertical-align: middle;
2382 }
2383 .input-group-addon {
2384 padding: 6px 12px;
2385 font-size: 14px;
2386 font-weight: normal;
2387 line-height: 1;
2388 color: #555;
2389 text-align: center;
2390 background-color: #eee;
2391 border: 1px solid #ccc;
2392 border-radius: 4px;
2393 }
2394 .input-group-addon.input-sm {
2395 padding: 5px 10px;
2396 font-size: 12px;
2397 border-radius: 3px;
2398 }
2399 .input-group-addon.input-lg {
2400 padding: 10px 16px;
2401 font-size: 18px;
2402 border-radius: 6px;
2403 }
2404 .input-group-addon input[type="radio"],
2405 .input-group-addon input[type="checkbox"] {
2406 margin-top: 0;
2407 }
2408 .input-group .form-control:first-child,
2409 .input-group-addon:first-child,
2410 .input-group-btn:first-child > .btn,
2411 .input-group-btn:first-child > .btn-group > .btn,
2412 .input-group-btn:first-child > .dropdown-toggle,
2413 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
2414 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
2415 border-top-right-radius: 0;
2416 border-bottom-right-radius: 0;
2417 }
2418 .input-group-addon:first-child {
2419 border-right: 0;
2420 }
2421 .input-group .form-control:last-child,
2422 .input-group-addon:last-child,
2423 .input-group-btn:last-child > .btn,
2424 .input-group-btn:last-child > .btn-group > .btn,
2425 .input-group-btn:last-child > .dropdown-toggle,
2426 .input-group-btn:first-child > .btn:not(:first-child),
2427 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
2428 border-top-left-radius: 0;
2429 border-bottom-left-radius: 0;
2430 }
2431 .input-group-addon:last-child {
2432 border-left: 0;
2433 }
2434 .input-group-btn {
2435 position: relative;
2436 font-size: 0;
2437 white-space: nowrap;
2438 }
2439 .input-group-btn > .btn {
2440 position: relative;
2441 }
2442 .input-group-btn > .btn + .btn {
2443 margin-left: -1px;
2444 }
2445 .input-group-btn > .btn:hover,
2446 .input-group-btn > .btn:focus,
2447 .input-group-btn > .btn:active {
2448 z-index: 2;
2449 }
2450 .input-group-btn:first-child > .btn,
2451 .input-group-btn:first-child > .btn-group {
2452 margin-right: -1px;
2453 }
2454 .input-group-btn:last-child > .btn,
2455 .input-group-btn:last-child > .btn-group {
2456 z-index: 2;
2457 margin-left: -1px;
2458 }
2459 .nav {
2460 padding-left: 0;
2461 margin-bottom: 0;
2462 list-style: none;
2463 }
2464 .nav > li {
2465 position: relative;
2466 display: block;
2467 }
2468 .nav > li > a {
2469 position: relative;
2470 display: block;
2471 padding: 10px 15px;
2472 }
2473 .nav > li > a:hover,
2474 .nav > li > a:focus {
2475 text-decoration: none;
2476 background-color: #eee;
2477 }
2478 .nav > li.disabled > a {
2479 color: #777;
2480 }
2481 .nav > li.disabled > a:hover,
2482 .nav > li.disabled > a:focus {
2483 color: #777;
2484 text-decoration: none;
2485 cursor: not-allowed;
2486 background-color: transparent;
2487 }
2488 .nav .open > a,
2489 .nav .open > a:hover,
2490 .nav .open > a:focus {
2491 background-color: #eee;
2492 border-color: #337ab7;
2493 }
2494 .nav .nav-divider {
2495 height: 1px;
2496 margin: 9px 0;
2497 overflow: hidden;
2498 background-color: #e5e5e5;
2499 }
2500 .nav > li > a > img {
2501 max-width: none;
2502 }
2503 .nav-tabs {
2504 border-bottom: 1px solid #ddd;
2505 }
2506 .nav-tabs > li {
2507 float: left;
2508 margin-bottom: -1px;
2509 }
2510 .nav-tabs > li > a {
2511 margin-right: 2px;
2512 line-height: 1.42857143;
2513 border: 1px solid transparent;
2514 border-radius: 4px 4px 0 0;
2515 }
2516 .nav-tabs > li > a:hover {
2517 border-color: #eee #eee #ddd;
2518 }
2519 .nav-tabs > li.active > a,
2520 .nav-tabs > li.active > a:hover,
2521 .nav-tabs > li.active > a:focus {
2522 color: #555;
2523 cursor: default;
2524 background-color: #fff;
2525 border: 1px solid #ddd;
2526 border-bottom-color: transparent;
2527 }
2528 .nav-tabs.nav-justified {
2529 width: 100%;
2530 border-bottom: 0;
2531 }
2532 .nav-tabs.nav-justified > li {
2533 float: none;
2534 }
2535 .nav-tabs.nav-justified > li > a {
2536 margin-bottom: 5px;
2537 text-align: center;
2538 }
2539 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
2540 top: auto;
2541 left: auto;
2542 }
2543 @media (min-width: 768px) {
2544 .nav-tabs.nav-justified > li {
2545 display: table-cell;
2546 width: 1%;
2547 }
2548 .nav-tabs.nav-justified > li > a {
2549 margin-bottom: 0;
2550 }
2551 }
2552 .nav-tabs.nav-justified > li > a {
2553 margin-right: 0;
2554 border-radius: 4px;
2555 }
2556 .nav-tabs.nav-justified > .active > a,
2557 .nav-tabs.nav-justified > .active > a:hover,
2558 .nav-tabs.nav-justified > .active > a:focus {
2559 border: 1px solid #ddd;
2560 }
2561 @media (min-width: 768px) {
2562 .nav-tabs.nav-justified > li > a {
2563 border-bottom: 1px solid #ddd;
2564 border-radius: 4px 4px 0 0;
2565 }
2566 .nav-tabs.nav-justified > .active > a,
2567 .nav-tabs.nav-justified > .active > a:hover,
2568 .nav-tabs.nav-justified > .active > a:focus {
2569 border-bottom-color: #fff;
2570 }
2571 }
2572 .nav-pills > li {
2573 float: left;
2574 }
2575 .nav-pills > li > a {
2576 border-radius: 4px;
2577 }
2578 .nav-pills > li + li {
2579 margin-left: 2px;
2580 }
2581 .nav-pills > li.active > a,
2582 .nav-pills > li.active > a:hover,
2583 .nav-pills > li.active > a:focus {
2584 color: #fff;
2585 background-color: #337ab7;
2586 }
2587 .nav-stacked > li {
2588 float: none;
2589 }
2590 .nav-stacked > li + li {
2591 margin-top: 2px;
2592 margin-left: 0;
2593 }
2594 .nav-justified {
2595 width: 100%;
2596 }
2597 .nav-justified > li {
2598 float: none;
2599 }
2600 .nav-justified > li > a {
2601 margin-bottom: 5px;
2602 text-align: center;
2603 }
2604 .nav-justified > .dropdown .dropdown-menu {
2605 top: auto;
2606 left: auto;
2607 }
2608 @media (min-width: 768px) {
2609 .nav-justified > li {
2610 display: table-cell;
2611 width: 1%;
2612 }
2613 .nav-justified > li > a {
2614 margin-bottom: 0;
2615 }
2616 }
2617 .nav-tabs-justified {
2618 border-bottom: 0;
2619 }
2620 .nav-tabs-justified > li > a {
2621 margin-right: 0;
2622 border-radius: 4px;
2623 }
2624 .nav-tabs-justified > .active > a,
2625 .nav-tabs-justified > .active > a:hover,
2626 .nav-tabs-justified > .active > a:focus {
2627 border: 1px solid #ddd;
2628 }
2629 @media (min-width: 768px) {
2630 .nav-tabs-justified > li > a {
2631 border-bottom: 1px solid #ddd;
2632 border-radius: 4px 4px 0 0;
2633 }
2634 .nav-tabs-justified > .active > a,
2635 .nav-tabs-justified > .active > a:hover,
2636 .nav-tabs-justified > .active > a:focus {
2637 border-bottom-color: #fff;
2638 }
2639 }
2640 .tab-content > .tab-pane {
2641 display: none;
2642 }
2643 .tab-content > .active {
2644 display: block;
2645 }
2646 .nav-tabs .dropdown-menu {
2647 margin-top: -1px;
2648 border-top-left-radius: 0;
2649 border-top-right-radius: 0;
2650 }
2651 .navbar {
2652 position: relative;
2653 min-height: 50px;
2654 margin-bottom: 20px;
2655 border: 1px solid transparent;
2656 }
2657 @media (min-width: 768px) {
2658 .navbar {
2659 border-radius: 4px;
2660 }
2661 }
2662 @media (min-width: 768px) {
2663 .navbar-header {
2664 float: left;
2665 }
2666 }
2667 .navbar-collapse {
2668 padding-right: 15px;
2669 padding-left: 15px;
2670 overflow-x: visible;
2671 -webkit-overflow-scrolling: touch;
2672 border-top: 1px solid transparent;
2673 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
2674 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
2675 }
2676 .navbar-collapse.in {
2677 overflow-y: auto;
2678 }
2679 @media (min-width: 768px) {
2680 .navbar-collapse {
2681 width: auto;
2682 border-top: 0;
2683 -webkit-box-shadow: none;
2684 box-shadow: none;
2685 }
2686 .navbar-collapse.collapse {
2687 display: block !important;
2688 height: auto !important;
2689 padding-bottom: 0;
2690 overflow: visible !important;
2691 }
2692 .navbar-collapse.in {
2693 overflow-y: visible;
2694 }
2695 .navbar-fixed-top .navbar-collapse,
2696 .navbar-static-top .navbar-collapse,
2697 .navbar-fixed-bottom .navbar-collapse {
2698 padding-right: 0;
2699 padding-left: 0;
2700 }
2701 }
2702 .navbar-fixed-top .navbar-collapse,
2703 .navbar-fixed-bottom .navbar-collapse {
2704 max-height: 340px;
2705 }
2706 @media (max-device-width: 480px) and (orientation: landscape) {
2707 .navbar-fixed-top .navbar-collapse,
2708 .navbar-fixed-bottom .navbar-collapse {
2709 max-height: 200px;
2710 }
2711 }
2712 .container > .navbar-header,
2713 .container-fluid > .navbar-header,
2714 .container > .navbar-collapse,
2715 .container-fluid > .navbar-collapse {
2716 margin-right: -15px;
2717 margin-left: -15px;
2718 }
2719 @media (min-width: 768px) {
2720 .container > .navbar-header,
2721 .container-fluid > .navbar-header,
2722 .container > .navbar-collapse,
2723 .container-fluid > .navbar-collapse {
2724 margin-right: 0;
2725 margin-left: 0;
2726 }
2727 }
2728 .navbar-static-top {
2729 z-index: 1000;
2730 border-width: 0 0 1px;
2731 }
2732 @media (min-width: 768px) {
2733 .navbar-static-top {
2734 border-radius: 0;
2735 }
2736 }
2737 .navbar-fixed-top,
2738 .navbar-fixed-bottom {
2739 position: fixed;
2740 right: 0;
2741 left: 0;
2742 z-index: 1030;
2743 }
2744 @media (min-width: 768px) {
2745 .navbar-fixed-top,
2746 .navbar-fixed-bottom {
2747 border-radius: 0;
2748 }
2749 }
2750 .navbar-fixed-top {
2751 top: 0;
2752 border-width: 0 0 1px;
2753 }
2754 .navbar-fixed-bottom {
2755 bottom: 0;
2756 margin-bottom: 0;
2757 border-width: 1px 0 0;
2758 }
2759 .navbar-brand {
2760 float: left;
2761 height: 50px;
2762 padding: 15px 15px;
2763 font-size: 18px;
2764 line-height: 20px;
2765 }
2766 .navbar-brand:hover,
2767 .navbar-brand:focus {
2768 text-decoration: none;
2769 }
2770 .navbar-brand > img {
2771 display: block;
2772 }
2773 @media (min-width: 768px) {
2774 .navbar > .container .navbar-brand,
2775 .navbar > .container-fluid .navbar-brand {
2776 margin-left: -15px;
2777 }
2778 }
2779 .navbar-toggle {
2780 position: relative;
2781 float: right;
2782 padding: 9px 10px;
2783 margin-top: 8px;
2784 margin-right: 15px;
2785 margin-bottom: 8px;
2786 background-color: transparent;
2787 background-image: none;
2788 border: 1px solid transparent;
2789 border-radius: 4px;
2790 }
2791 .navbar-toggle:focus {
2792 outline: 0;
2793 }
2794 .navbar-toggle .icon-bar {
2795 display: block;
2796 width: 22px;
2797 height: 2px;
2798 border-radius: 1px;
2799 }
2800 .navbar-toggle .icon-bar + .icon-bar {
2801 margin-top: 4px;
2802 }
2803 @media (min-width: 768px) {
2804 .navbar-toggle {
2805 display: none;
2806 }
2807 }
2808 .navbar-nav {
2809 margin: 7.5px -15px;
2810 }
2811 .navbar-nav > li > a {
2812 padding-top: 10px;
2813 padding-bottom: 10px;
2814 line-height: 20px;
2815 }
2816 @media (max-width: 767px) {
2817 .navbar-nav .open .dropdown-menu {
2818 position: static;
2819 float: none;
2820 width: auto;
2821 margin-top: 0;
2822 background-color: transparent;
2823 border: 0;
2824 -webkit-box-shadow: none;
2825 box-shadow: none;
2826 }
2827 .navbar-nav .open .dropdown-menu > li > a,
2828 .navbar-nav .open .dropdown-menu .dropdown-header {
2829 padding: 5px 15px 5px 25px;
2830 }
2831 .navbar-nav .open .dropdown-menu > li > a {
2832 line-height: 20px;
2833 }
2834 .navbar-nav .open .dropdown-menu > li > a:hover,
2835 .navbar-nav .open .dropdown-menu > li > a:focus {
2836 background-image: none;
2837 }
2838 }
2839 @media (min-width: 768px) {
2840 .navbar-nav {
2841 float: left;
2842 margin: 0;
2843 }
2844 .navbar-nav > li {
2845 float: left;
2846 }
2847 .navbar-nav > li > a {
2848 padding-top: 15px;
2849 padding-bottom: 15px;
2850 }
2851 }
2852 .navbar-form {
2853 padding: 10px 15px;
2854 margin-top: 8px;
2855 margin-right: -15px;
2856 margin-bottom: 8px;
2857 margin-left: -15px;
2858 border-top: 1px solid transparent;
2859 border-bottom: 1px solid transparent;
2860 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
2861 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
2862 }
2863 @media (min-width: 768px) {
2864 .navbar-form .form-group {
2865 display: inline-block;
2866 margin-bottom: 0;
2867 vertical-align: middle;
2868 }
2869 .navbar-form .form-control {
2870 display: inline-block;
2871 width: auto;
2872 vertical-align: middle;
2873 }
2874 .navbar-form .form-control-static {
2875 display: inline-block;
2876 }
2877 .navbar-form .input-group {
2878 display: inline-table;
2879 vertical-align: middle;
2880 }
2881 .navbar-form .input-group .input-group-addon,
2882 .navbar-form .input-group .input-group-btn,
2883 .navbar-form .input-group .form-control {
2884 width: auto;
2885 }
2886 .navbar-form .input-group > .form-control {
2887 width: 100%;
2888 }
2889 .navbar-form .control-label {
2890 margin-bottom: 0;
2891 vertical-align: middle;
2892 }
2893 .navbar-form .radio,
2894 .navbar-form .checkbox {
2895 display: inline-block;
2896 margin-top: 0;
2897 margin-bottom: 0;
2898 vertical-align: middle;
2899 }
2900 .navbar-form .radio label,
2901 .navbar-form .checkbox label {
2902 padding-left: 0;
2903 }
2904 .navbar-form .radio input[type="radio"],
2905 .navbar-form .checkbox input[type="checkbox"] {
2906 position: relative;
2907 margin-left: 0;
2908 }
2909 .navbar-form .has-feedback .form-control-feedback {
2910 top: 0;
2911 }
2912 }
2913 @media (max-width: 767px) {
2914 .navbar-form .form-group {
2915 margin-bottom: 5px;
2916 }
2917 .navbar-form .form-group:last-child {
2918 margin-bottom: 0;
2919 }
2920 }
2921 @media (min-width: 768px) {
2922 .navbar-form {
2923 width: auto;
2924 padding-top: 0;
2925 padding-bottom: 0;
2926 margin-right: 0;
2927 margin-left: 0;
2928 border: 0;
2929 -webkit-box-shadow: none;
2930 box-shadow: none;
2931 }
2932 }
2933 .navbar-nav > li > .dropdown-menu {
2934 margin-top: 0;
2935 border-top-left-radius: 0;
2936 border-top-right-radius: 0;
2937 }
2938 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
2939 margin-bottom: 0;
2940 border-top-left-radius: 4px;
2941 border-top-right-radius: 4px;
2942 border-bottom-right-radius: 0;
2943 border-bottom-left-radius: 0;
2944 }
2945 .navbar-btn {
2946 margin-top: 8px;
2947 margin-bottom: 8px;
2948 }
2949 .navbar-btn.btn-sm {
2950 margin-top: 10px;
2951 margin-bottom: 10px;
2952 }
2953 .navbar-btn.btn-xs {
2954 margin-top: 14px;
2955 margin-bottom: 14px;
2956 }
2957 .navbar-text {
2958 margin-top: 15px;
2959 margin-bottom: 15px;
2960 }
2961 @media (min-width: 768px) {
2962 .navbar-text {
2963 float: left;
2964 margin-right: 15px;
2965 margin-left: 15px;
2966 }
2967 }
2968 @media (min-width: 768px) {
2969 .navbar-left {
2970 float: left !important;
2971 }
2972 .navbar-right {
2973 float: right !important;
2974 margin-right: -15px;
2975 }
2976 .navbar-right ~ .navbar-right {
2977 margin-right: 0;
2978 }
2979 }
2980 .navbar-default {
2981 background-color: #f8f8f8;
2982 border-color: #e7e7e7;
2983 }
2984 .navbar-default .navbar-brand {
2985 color: #777;
2986 }
2987 .navbar-default .navbar-brand:hover,
2988 .navbar-default .navbar-brand:focus {
2989 color: #5e5e5e;
2990 background-color: transparent;
2991 }
2992 .navbar-default .navbar-text {
2993 color: #777;
2994 }
2995 .navbar-default .navbar-nav > li > a {
2996 color: #777;
2997 }
2998 .navbar-default .navbar-nav > li > a:hover,
2999 .navbar-default .navbar-nav > li > a:focus {
3000 color: #333;
3001 background-color: transparent;
3002 }
3003 .navbar-default .navbar-nav > .active > a,
3004 .navbar-default .navbar-nav > .active > a:hover,
3005 .navbar-default .navbar-nav > .active > a:focus {
3006 color: #555;
3007 background-color: #e7e7e7;
3008 }
3009 .navbar-default .navbar-nav > .disabled > a,
3010 .navbar-default .navbar-nav > .disabled > a:hover,
3011 .navbar-default .navbar-nav > .disabled > a:focus {
3012 color: #ccc;
3013 background-color: transparent;
3014 }
3015 .navbar-default .navbar-toggle {
3016 border-color: #ddd;
3017 }
3018 .navbar-default .navbar-toggle:hover,
3019 .navbar-default .navbar-toggle:focus {
3020 background-color: #ddd;
3021 }
3022 .navbar-default .navbar-toggle .icon-bar {
3023 background-color: #888;
3024 }
3025 .navbar-default .navbar-collapse,
3026 .navbar-default .navbar-form {
3027 border-color: #e7e7e7;
3028 }
3029 .navbar-default .navbar-nav > .open > a,
3030 .navbar-default .navbar-nav > .open > a:hover,
3031 .navbar-default .navbar-nav > .open > a:focus {
3032 color: #555;
3033 background-color: #e7e7e7;
3034 }
3035 @media (max-width: 767px) {
3036 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
3037 color: #777;
3038 }
3039 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
3040 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
3041 color: #333;
3042 background-color: transparent;
3043 }
3044 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
3045 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
3046 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
3047 color: #555;
3048 background-color: #e7e7e7;
3049 }
3050 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
3051 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3052 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3053 color: #ccc;
3054 background-color: transparent;
3055 }
3056 }
3057 .navbar-default .navbar-link {
3058 color: #777;
3059 }
3060 .navbar-default .navbar-link:hover {
3061 color: #333;
3062 }
3063 .navbar-default .btn-link {
3064 color: #777;
3065 }
3066 .navbar-default .btn-link:hover,
3067 .navbar-default .btn-link:focus {
3068 color: #333;
3069 }
3070 .navbar-default .btn-link[disabled]:hover,
3071 fieldset[disabled] .navbar-default .btn-link:hover,
3072 .navbar-default .btn-link[disabled]:focus,
3073 fieldset[disabled] .navbar-default .btn-link:focus {
3074 color: #ccc;
3075 }
3076 .navbar-inverse {
3077 background-color: #222;
3078 border-color: #080808;
3079 }
3080 .navbar-inverse .navbar-brand {
3081 color: #9d9d9d;
3082 }
3083 .navbar-inverse .navbar-brand:hover,
3084 .navbar-inverse .navbar-brand:focus {
3085 color: #fff;
3086 background-color: transparent;
3087 }
3088 .navbar-inverse .navbar-text {
3089 color: #9d9d9d;
3090 }
3091 .navbar-inverse .navbar-nav > li > a {
3092 color: #9d9d9d;
3093 }
3094 .navbar-inverse .navbar-nav > li > a:hover,
3095 .navbar-inverse .navbar-nav > li > a:focus {
3096 color: #fff;
3097 background-color: transparent;
3098 }
3099 .navbar-inverse .navbar-nav > .active > a,
3100 .navbar-inverse .navbar-nav > .active > a:hover,
3101 .navbar-inverse .navbar-nav > .active > a:focus {
3102 color: #fff;
3103 background-color: #080808;
3104 }
3105 .navbar-inverse .navbar-nav > .disabled > a,
3106 .navbar-inverse .navbar-nav > .disabled > a:hover,
3107 .navbar-inverse .navbar-nav > .disabled > a:focus {
3108 color: #444;
3109 background-color: transparent;
3110 }
3111 .navbar-inverse .navbar-toggle {
3112 border-color: #333;
3113 }
3114 .navbar-inverse .navbar-toggle:hover,
3115 .navbar-inverse .navbar-toggle:focus {
3116 background-color: #333;
3117 }
3118 .navbar-inverse .navbar-toggle .icon-bar {
3119 background-color: #fff;
3120 }
3121 .navbar-inverse .navbar-collapse,
3122 .navbar-inverse .navbar-form {
3123 border-color: #101010;
3124 }
3125 .navbar-inverse .navbar-nav > .open > a,
3126 .navbar-inverse .navbar-nav > .open > a:hover,
3127 .navbar-inverse .navbar-nav > .open > a:focus {
3128 color: #fff;
3129 background-color: #080808;
3130 }
3131 @media (max-width: 767px) {
3132 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
3133 border-color: #080808;
3134 }
3135 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
3136 background-color: #080808;
3137 }
3138 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
3139 color: #9d9d9d;
3140 }
3141 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
3142 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
3143 color: #fff;
3144 background-color: transparent;
3145 }
3146 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
3147 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
3148 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
3149 color: #fff;
3150 background-color: #080808;
3151 }
3152 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
3153 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3154 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3155 color: #444;
3156 background-color: transparent;
3157 }
3158 }
3159 .navbar-inverse .navbar-link {
3160 color: #9d9d9d;
3161 }
3162 .navbar-inverse .navbar-link:hover {
3163 color: #fff;
3164 }
3165 .navbar-inverse .btn-link {
3166 color: #9d9d9d;
3167 }
3168 .navbar-inverse .btn-link:hover,
3169 .navbar-inverse .btn-link:focus {
3170 color: #fff;
3171 }
3172 .navbar-inverse .btn-link[disabled]:hover,
3173 fieldset[disabled] .navbar-inverse .btn-link:hover,
3174 .navbar-inverse .btn-link[disabled]:focus,
3175 fieldset[disabled] .navbar-inverse .btn-link:focus {
3176 color: #444;
3177 }
3178 .breadcrumb {
3179 padding: 8px 15px;
3180 margin-bottom: 20px;
3181 list-style: none;
3182 background-color: #f5f5f5;
3183 border-radius: 4px;
3184 }
3185 .breadcrumb > li {
3186 display: inline-block;
3187 }
3188 .breadcrumb > li + li:before {
3189 padding: 0 5px;
3190 color: #ccc;
3191 content: "/\00a0";
3192 }
3193 .breadcrumb > .active {
3194 color: #777;
3195 }
3196 .pagination {
3197 display: inline-block;
3198 padding-left: 0;
3199 margin: 20px 0;
3200 border-radius: 4px;
3201 }
3202 .pagination > li {
3203 display: inline;
3204 }
3205 .pagination > li > a,
3206 .pagination > li > span {
3207 position: relative;
3208 float: left;
3209 padding: 6px 12px;
3210 margin-left: -1px;
3211 line-height: 1.42857143;
3212 color: #337ab7;
3213 text-decoration: none;
3214 background-color: #fff;
3215 border: 1px solid #ddd;
3216 }
3217 .pagination > li:first-child > a,
3218 .pagination > li:first-child > span {
3219 margin-left: 0;
3220 border-top-left-radius: 4px;
3221 border-bottom-left-radius: 4px;
3222 }
3223 .pagination > li:last-child > a,
3224 .pagination > li:last-child > span {
3225 border-top-right-radius: 4px;
3226 border-bottom-right-radius: 4px;
3227 }
3228 .pagination > li > a:hover,
3229 .pagination > li > span:hover,
3230 .pagination > li > a:focus,
3231 .pagination > li > span:focus {
3232 z-index: 2;
3233 color: #23527c;
3234 background-color: #eee;
3235 border-color: #ddd;
3236 }
3237 .pagination > .active > a,
3238 .pagination > .active > span,
3239 .pagination > .active > a:hover,
3240 .pagination > .active > span:hover,
3241 .pagination > .active > a:focus,
3242 .pagination > .active > span:focus {
3243 z-index: 3;
3244 color: #fff;
3245 cursor: default;
3246 background-color: #337ab7;
3247 border-color: #337ab7;
3248 }
3249 .pagination > .disabled > span,
3250 .pagination > .disabled > span:hover,
3251 .pagination > .disabled > span:focus,
3252 .pagination > .disabled > a,
3253 .pagination > .disabled > a:hover,
3254 .pagination > .disabled > a:focus {
3255 color: #777;
3256 cursor: not-allowed;
3257 background-color: #fff;
3258 border-color: #ddd;
3259 }
3260 .pagination-lg > li > a,
3261 .pagination-lg > li > span {
3262 padding: 10px 16px;
3263 font-size: 18px;
3264 line-height: 1.3333333;
3265 }
3266 .pagination-lg > li:first-child > a,
3267 .pagination-lg > li:first-child > span {
3268 border-top-left-radius: 6px;
3269 border-bottom-left-radius: 6px;
3270 }
3271 .pagination-lg > li:last-child > a,
3272 .pagination-lg > li:last-child > span {
3273 border-top-right-radius: 6px;
3274 border-bottom-right-radius: 6px;
3275 }
3276 .pagination-sm > li > a,
3277 .pagination-sm > li > span {
3278 padding: 5px 10px;
3279 font-size: 12px;
3280 line-height: 1.5;
3281 }
3282 .pagination-sm > li:first-child > a,
3283 .pagination-sm > li:first-child > span {
3284 border-top-left-radius: 3px;
3285 border-bottom-left-radius: 3px;
3286 }
3287 .pagination-sm > li:last-child > a,
3288 .pagination-sm > li:last-child > span {
3289 border-top-right-radius: 3px;
3290 border-bottom-right-radius: 3px;
3291 }
3292 .pager {
3293 padding-left: 0;
3294 margin: 20px 0;
3295 text-align: center;
3296 list-style: none;
3297 }
3298 .pager li {
3299 display: inline;
3300 }
3301 .pager li > a,
3302 .pager li > span {
3303 display: inline-block;
3304 padding: 5px 14px;
3305 background-color: #fff;
3306 border: 1px solid #ddd;
3307 border-radius: 15px;
3308 }
3309 .pager li > a:hover,
3310 .pager li > a:focus {
3311 text-decoration: none;
3312 background-color: #eee;
3313 }
3314 .pager .next > a,
3315 .pager .next > span {
3316 float: right;
3317 }
3318 .pager .previous > a,
3319 .pager .previous > span {
3320 float: left;
3321 }
3322 .pager .disabled > a,
3323 .pager .disabled > a:hover,
3324 .pager .disabled > a:focus,
3325 .pager .disabled > span {
3326 color: #777;
3327 cursor: not-allowed;
3328 background-color: #fff;
3329 }
3330 .label {
3331 display: inline;
3332 padding: .2em .6em .3em;
3333 font-size: 75%;
3334 font-weight: bold;
3335 line-height: 1;
3336 color: #fff;
3337 text-align: center;
3338 white-space: nowrap;
3339 vertical-align: baseline;
3340 border-radius: .25em;
3341 }
3342 a.label:hover,
3343 a.label:focus {
3344 color: #fff;
3345 text-decoration: none;
3346 cursor: pointer;
3347 }
3348 .label:empty {
3349 display: none;
3350 }
3351 .btn .label {
3352 position: relative;
3353 top: -1px;
3354 }
3355 .label-default {
3356 background-color: #777;
3357 }
3358 .label-default[href]:hover,
3359 .label-default[href]:focus {
3360 background-color: #5e5e5e;
3361 }
3362 .label-primary {
3363 background-color: #337ab7;
3364 }
3365 .label-primary[href]:hover,
3366 .label-primary[href]:focus {
3367 background-color: #286090;
3368 }
3369 .label-success {
3370 background-color: #5cb85c;
3371 }
3372 .label-success[href]:hover,
3373 .label-success[href]:focus {
3374 background-color: #449d44;
3375 }
3376 .label-info {
3377 background-color: #5bc0de;
3378 }
3379 .label-info[href]:hover,
3380 .label-info[href]:focus {
3381 background-color: #31b0d5;
3382 }
3383 .label-warning {
3384 background-color: #f0ad4e;
3385 }
3386 .label-warning[href]:hover,
3387 .label-warning[href]:focus {
3388 background-color: #ec971f;
3389 }
3390 .label-danger {
3391 background-color: #d9534f;
3392 }
3393 .label-danger[href]:hover,
3394 .label-danger[href]:focus {
3395 background-color: #c9302c;
3396 }
3397 .badge {
3398 display: inline-block;
3399 min-width: 10px;
3400 padding: 3px 7px;
3401 font-size: 12px;
3402 font-weight: bold;
3403 line-height: 1;
3404 color: #fff;
3405 text-align: center;
3406 white-space: nowrap;
3407 vertical-align: middle;
3408 background-color: #777;
3409 border-radius: 10px;
3410 }
3411 .badge:empty {
3412 display: none;
3413 }
3414 .btn .badge {
3415 position: relative;
3416 top: -1px;
3417 }
3418 .btn-xs .badge,
3419 .btn-group-xs > .btn .badge {
3420 top: 0;
3421 padding: 1px 5px;
3422 }
3423 a.badge:hover,
3424 a.badge:focus {
3425 color: #fff;
3426 text-decoration: none;
3427 cursor: pointer;
3428 }
3429 .list-group-item.active > .badge,
3430 .nav-pills > .active > a > .badge {
3431 color: #337ab7;
3432 background-color: #fff;
3433 }
3434 .list-group-item > .badge {
3435 float: right;
3436 }
3437 .list-group-item > .badge + .badge {
3438 margin-right: 5px;
3439 }
3440 .nav-pills > li > a > .badge {
3441 margin-left: 3px;
3442 }
3443 .jumbotron {
3444 padding-top: 30px;
3445 padding-bottom: 30px;
3446 margin-bottom: 30px;
3447 color: inherit;
3448 background-color: #eee;
3449 }
3450 .jumbotron h1,
3451 .jumbotron .h1 {
3452 color: inherit;
3453 }
3454 .jumbotron p {
3455 margin-bottom: 15px;
3456 font-size: 21px;
3457 font-weight: 200;
3458 }
3459 .jumbotron > hr {
3460 border-top-color: #d5d5d5;
3461 }
3462 .container .jumbotron,
3463 .container-fluid .jumbotron {
3464 padding-right: 15px;
3465 padding-left: 15px;
3466 border-radius: 6px;
3467 }
3468 .jumbotron .container {
3469 max-width: 100%;
3470 }
3471 @media screen and (min-width: 768px) {
3472 .jumbotron {
3473 padding-top: 48px;
3474 padding-bottom: 48px;
3475 }
3476 .container .jumbotron,
3477 .container-fluid .jumbotron {
3478 padding-right: 60px;
3479 padding-left: 60px;
3480 }
3481 .jumbotron h1,
3482 .jumbotron .h1 {
3483 font-size: 63px;
3484 }
3485 }
3486 .thumbnail {
3487 display: block;
3488 padding: 4px;
3489 margin-bottom: 20px;
3490 line-height: 1.42857143;
3491 background-color: #fff;
3492 border: 1px solid #ddd;
3493 border-radius: 4px;
3494 -webkit-transition: border .2s ease-in-out;
3495 -o-transition: border .2s ease-in-out;
3496 transition: border .2s ease-in-out;
3497 }
3498 .thumbnail > img,
3499 .thumbnail a > img {
3500 margin-right: auto;
3501 margin-left: auto;
3502 }
3503 a.thumbnail:hover,
3504 a.thumbnail:focus,
3505 a.thumbnail.active {
3506 border-color: #337ab7;
3507 }
3508 .thumbnail .caption {
3509 padding: 9px;
3510 color: #333;
3511 }
3512 .alert {
3513 padding: 15px;
3514 margin-bottom: 20px;
3515 border: 1px solid transparent;
3516 border-radius: 4px;
3517 }
3518 .alert h4 {
3519 margin-top: 0;
3520 color: inherit;
3521 }
3522 .alert .alert-link {
3523 font-weight: bold;
3524 }
3525 .alert > p,
3526 .alert > ul {
3527 margin-bottom: 0;
3528 }
3529 .alert > p + p {
3530 margin-top: 5px;
3531 }
3532 .alert-dismissable,
3533 .alert-dismissible {
3534 padding-right: 35px;
3535 }
3536 .alert-dismissable .close,
3537 .alert-dismissible .close {
3538 position: relative;
3539 top: -2px;
3540 right: -21px;
3541 color: inherit;
3542 }
3543 .alert-success {
3544 color: #3c763d;
3545 background-color: #dff0d8;
3546 border-color: #d6e9c6;
3547 }
3548 .alert-success hr {
3549 border-top-color: #c9e2b3;
3550 }
3551 .alert-success .alert-link {
3552 color: #2b542c;
3553 }
3554 .alert-info {
3555 color: #31708f;
3556 background-color: #d9edf7;
3557 border-color: #bce8f1;
3558 }
3559 .alert-info hr {
3560 border-top-color: #a6e1ec;
3561 }
3562 .alert-info .alert-link {
3563 color: #245269;
3564 }
3565 .alert-warning {
3566 color: #8a6d3b;
3567 background-color: #fcf8e3;
3568 border-color: #faebcc;
3569 }
3570 .alert-warning hr {
3571 border-top-color: #f7e1b5;
3572 }
3573 .alert-warning .alert-link {
3574 color: #66512c;
3575 }
3576 .alert-danger {
3577 color: #a94442;
3578 background-color: #f2dede;
3579 border-color: #ebccd1;
3580 }
3581 .alert-danger hr {
3582 border-top-color: #e4b9c0;
3583 }
3584 .alert-danger .alert-link {
3585 color: #843534;
3586 }
3587 @-webkit-keyframes progress-bar-stripes {
3588 from {
3589 background-position: 40px 0;
3590 }
3591 to {
3592 background-position: 0 0;
3593 }
3594 }
3595 @-o-keyframes progress-bar-stripes {
3596 from {
3597 background-position: 40px 0;
3598 }
3599 to {
3600 background-position: 0 0;
3601 }
3602 }
3603 @keyframes progress-bar-stripes {
3604 from {
3605 background-position: 40px 0;
3606 }
3607 to {
3608 background-position: 0 0;
3609 }
3610 }
3611 .progress {
3612 height: 20px;
3613 margin-bottom: 20px;
3614 overflow: hidden;
3615 background-color: #f5f5f5;
3616 border-radius: 4px;
3617 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
3618 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
3619 }
3620 .progress-bar {
3621 float: left;
3622 width: 0;
3623 height: 100%;
3624 font-size: 12px;
3625 line-height: 20px;
3626 color: #fff;
3627 text-align: center;
3628 background-color: #337ab7;
3629 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
3630 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
3631 -webkit-transition: width .6s ease;
3632 -o-transition: width .6s ease;
3633 transition: width .6s ease;
3634 }
3635 .progress-striped .progress-bar,
3636 .progress-bar-striped {
3637 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);
3638 background-image: -o-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);
3639 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);
3640 -webkit-background-size: 40px 40px;
3641 background-size: 40px 40px;
3642 }
3643 .progress.active .progress-bar,
3644 .progress-bar.active {
3645 -webkit-animation: progress-bar-stripes 2s linear infinite;
3646 -o-animation: progress-bar-stripes 2s linear infinite;
3647 animation: progress-bar-stripes 2s linear infinite;
3648 }
3649 .progress-bar-success {
3650 background-color: #5cb85c;
3651 }
3652 .progress-striped .progress-bar-success {
3653 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);
3654 background-image: -o-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);
3655 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);
3656 }
3657 .progress-bar-info {
3658 background-color: #5bc0de;
3659 }
3660 .progress-striped .progress-bar-info {
3661 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);
3662 background-image: -o-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);
3663 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);
3664 }
3665 .progress-bar-warning {
3666 background-color: #f0ad4e;
3667 }
3668 .progress-striped .progress-bar-warning {
3669 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);
3670 background-image: -o-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);
3671 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);
3672 }
3673 .progress-bar-danger {
3674 background-color: #d9534f;
3675 }
3676 .progress-striped .progress-bar-danger {
3677 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);
3678 background-image: -o-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);
3679 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);
3680 }
3681 .media {
3682 margin-top: 15px;
3683 }
3684 .media:first-child {
3685 margin-top: 0;
3686 }
3687 .media,
3688 .media-body {
3689 overflow: hidden;
3690 zoom: 1;
3691 }
3692 .media-body {
3693 width: 10000px;
3694 }
3695 .media-object {
3696 display: block;
3697 }
3698 .media-object.img-thumbnail {
3699 max-width: none;
3700 }
3701 .media-right,
3702 .media > .pull-right {
3703 padding-left: 10px;
3704 }
3705 .media-left,
3706 .media > .pull-left {
3707 padding-right: 10px;
3708 }
3709 .media-left,
3710 .media-right,
3711 .media-body {
3712 display: table-cell;
3713 vertical-align: top;
3714 }
3715 .media-middle {
3716 vertical-align: middle;
3717 }
3718 .media-bottom {
3719 vertical-align: bottom;
3720 }
3721 .media-heading {
3722 margin-top: 0;
3723 margin-bottom: 5px;
3724 }
3725 .media-list {
3726 padding-left: 0;
3727 list-style: none;
3728 }
3729 .list-group {
3730 padding-left: 0;
3731 margin-bottom: 20px;
3732 }
3733 .list-group-item {
3734 position: relative;
3735 display: block;
3736 padding: 10px 15px;
3737 margin-bottom: -1px;
3738 background-color: #fff;
3739 border: 1px solid #ddd;
3740 }
3741 .list-group-item:first-child {
3742 border-top-left-radius: 4px;
3743 border-top-right-radius: 4px;
3744 }
3745 .list-group-item:last-child {
3746 margin-bottom: 0;
3747 border-bottom-right-radius: 4px;
3748 border-bottom-left-radius: 4px;
3749 }
3750 a.list-group-item,
3751 button.list-group-item {
3752 color: #555;
3753 }
3754 a.list-group-item .list-group-item-heading,
3755 button.list-group-item .list-group-item-heading {
3756 color: #333;
3757 }
3758 a.list-group-item:hover,
3759 button.list-group-item:hover,
3760 a.list-group-item:focus,
3761 button.list-group-item:focus {
3762 color: #555;
3763 text-decoration: none;
3764 background-color: #f5f5f5;
3765 }
3766 button.list-group-item {
3767 width: 100%;
3768 text-align: left;
3769 }
3770 .list-group-item.disabled,
3771 .list-group-item.disabled:hover,
3772 .list-group-item.disabled:focus {
3773 color: #777;
3774 cursor: not-allowed;
3775 background-color: #eee;
3776 }
3777 .list-group-item.disabled .list-group-item-heading,
3778 .list-group-item.disabled:hover .list-group-item-heading,
3779 .list-group-item.disabled:focus .list-group-item-heading {
3780 color: inherit;
3781 }
3782 .list-group-item.disabled .list-group-item-text,
3783 .list-group-item.disabled:hover .list-group-item-text,
3784 .list-group-item.disabled:focus .list-group-item-text {
3785 color: #777;
3786 }
3787 .list-group-item.active,
3788 .list-group-item.active:hover,
3789 .list-group-item.active:focus {
3790 z-index: 2;
3791 color: #fff;
3792 background-color: #337ab7;
3793 border-color: #337ab7;
3794 }
3795 .list-group-item.active .list-group-item-heading,
3796 .list-group-item.active:hover .list-group-item-heading,
3797 .list-group-item.active:focus .list-group-item-heading,
3798 .list-group-item.active .list-group-item-heading > small,
3799 .list-group-item.active:hover .list-group-item-heading > small,
3800 .list-group-item.active:focus .list-group-item-heading > small,
3801 .list-group-item.active .list-group-item-heading > .small,
3802 .list-group-item.active:hover .list-group-item-heading > .small,
3803 .list-group-item.active:focus .list-group-item-heading > .small {
3804 color: inherit;
3805 }
3806 .list-group-item.active .list-group-item-text,
3807 .list-group-item.active:hover .list-group-item-text,
3808 .list-group-item.active:focus .list-group-item-text {
3809 color: #c7ddef;
3810 }
3811 .list-group-item-success {
3812 color: #3c763d;
3813 background-color: #dff0d8;
3814 }
3815 a.list-group-item-success,
3816 button.list-group-item-success {
3817 color: #3c763d;
3818 }
3819 a.list-group-item-success .list-group-item-heading,
3820 button.list-group-item-success .list-group-item-heading {
3821 color: inherit;
3822 }
3823 a.list-group-item-success:hover,
3824 button.list-group-item-success:hover,
3825 a.list-group-item-success:focus,
3826 button.list-group-item-success:focus {
3827 color: #3c763d;
3828 background-color: #d0e9c6;
3829 }
3830 a.list-group-item-success.active,
3831 button.list-group-item-success.active,
3832 a.list-group-item-success.active:hover,
3833 button.list-group-item-success.active:hover,
3834 a.list-group-item-success.active:focus,
3835 button.list-group-item-success.active:focus {
3836 color: #fff;
3837 background-color: #3c763d;
3838 border-color: #3c763d;
3839 }
3840 .list-group-item-info {
3841 color: #31708f;
3842 background-color: #d9edf7;
3843 }
3844 a.list-group-item-info,
3845 button.list-group-item-info {
3846 color: #31708f;
3847 }
3848 a.list-group-item-info .list-group-item-heading,
3849 button.list-group-item-info .list-group-item-heading {
3850 color: inherit;
3851 }
3852 a.list-group-item-info:hover,
3853 button.list-group-item-info:hover,
3854 a.list-group-item-info:focus,
3855 button.list-group-item-info:focus {
3856 color: #31708f;
3857 background-color: #c4e3f3;
3858 }
3859 a.list-group-item-info.active,
3860 button.list-group-item-info.active,
3861 a.list-group-item-info.active:hover,
3862 button.list-group-item-info.active:hover,
3863 a.list-group-item-info.active:focus,
3864 button.list-group-item-info.active:focus {
3865 color: #fff;
3866 background-color: #31708f;
3867 border-color: #31708f;
3868 }
3869 .list-group-item-warning {
3870 color: #8a6d3b;
3871 background-color: #fcf8e3;
3872 }
3873 a.list-group-item-warning,
3874 button.list-group-item-warning {
3875 color: #8a6d3b;
3876 }
3877 a.list-group-item-warning .list-group-item-heading,
3878 button.list-group-item-warning .list-group-item-heading {
3879 color: inherit;
3880 }
3881 a.list-group-item-warning:hover,
3882 button.list-group-item-warning:hover,
3883 a.list-group-item-warning:focus,
3884 button.list-group-item-warning:focus {
3885 color: #8a6d3b;
3886 background-color: #faf2cc;
3887 }
3888 a.list-group-item-warning.active,
3889 button.list-group-item-warning.active,
3890 a.list-group-item-warning.active:hover,
3891 button.list-group-item-warning.active:hover,
3892 a.list-group-item-warning.active:focus,
3893 button.list-group-item-warning.active:focus {
3894 color: #fff;
3895 background-color: #8a6d3b;
3896 border-color: #8a6d3b;
3897 }
3898 .list-group-item-danger {
3899 color: #a94442;
3900 background-color: #f2dede;
3901 }
3902 a.list-group-item-danger,
3903 button.list-group-item-danger {
3904 color: #a94442;
3905 }
3906 a.list-group-item-danger .list-group-item-heading,
3907 button.list-group-item-danger .list-group-item-heading {
3908 color: inherit;
3909 }
3910 a.list-group-item-danger:hover,
3911 button.list-group-item-danger:hover,
3912 a.list-group-item-danger:focus,
3913 button.list-group-item-danger:focus {
3914 color: #a94442;
3915 background-color: #ebcccc;
3916 }
3917 a.list-group-item-danger.active,
3918 button.list-group-item-danger.active,
3919 a.list-group-item-danger.active:hover,
3920 button.list-group-item-danger.active:hover,
3921 a.list-group-item-danger.active:focus,
3922 button.list-group-item-danger.active:focus {
3923 color: #fff;
3924 background-color: #a94442;
3925 border-color: #a94442;
3926 }
3927 .list-group-item-heading {
3928 margin-top: 0;
3929 margin-bottom: 5px;
3930 }
3931 .list-group-item-text {
3932 margin-bottom: 0;
3933 line-height: 1.3;
3934 }
3935 .panel {
3936 margin-bottom: 20px;
3937 background-color: #fff;
3938 border: 1px solid transparent;
3939 border-radius: 4px;
3940 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
3941 box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
3942 }
3943 .panel-body {
3944 padding: 15px;
3945 }
3946 .panel-heading {
3947 padding: 10px 15px;
3948 border-bottom: 1px solid transparent;
3949 border-top-left-radius: 3px;
3950 border-top-right-radius: 3px;
3951 }
3952 .panel-heading > .dropdown .dropdown-toggle {
3953 color: inherit;
3954 }
3955 .panel-title {
3956 margin-top: 0;
3957 margin-bottom: 0;
3958 font-size: 16px;
3959 color: inherit;
3960 }
3961 .panel-title > a,
3962 .panel-title > small,
3963 .panel-title > .small,
3964 .panel-title > small > a,
3965 .panel-title > .small > a {
3966 color: inherit;
3967 }
3968 .panel-footer {
3969 padding: 10px 15px;
3970 background-color: #f5f5f5;
3971 border-top: 1px solid #ddd;
3972 border-bottom-right-radius: 3px;
3973 border-bottom-left-radius: 3px;
3974 }
3975 .panel > .list-group,
3976 .panel > .panel-collapse > .list-group {
3977 margin-bottom: 0;
3978 }
3979 .panel > .list-group .list-group-item,
3980 .panel > .panel-collapse > .list-group .list-group-item {
3981 border-width: 1px 0;
3982 border-radius: 0;
3983 }
3984 .panel > .list-group:first-child .list-group-item:first-child,
3985 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
3986 border-top: 0;
3987 border-top-left-radius: 3px;
3988 border-top-right-radius: 3px;
3989 }
3990 .panel > .list-group:last-child .list-group-item:last-child,
3991 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
3992 border-bottom: 0;
3993 border-bottom-right-radius: 3px;
3994 border-bottom-left-radius: 3px;
3995 }
3996 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
3997 border-top-left-radius: 0;
3998 border-top-right-radius: 0;
3999 }
4000 .panel-heading + .list-group .list-group-item:first-child {
4001 border-top-width: 0;
4002 }
4003 .list-group + .panel-footer {
4004 border-top-width: 0;
4005 }
4006 .panel > .table,
4007 .panel > .table-responsive > .table,
4008 .panel > .panel-collapse > .table {
4009 margin-bottom: 0;
4010 }
4011 .panel > .table caption,
4012 .panel > .table-responsive > .table caption,
4013 .panel > .panel-collapse > .table caption {
4014 padding-right: 15px;
4015 padding-left: 15px;
4016 }
4017 .panel > .table:first-child,
4018 .panel > .table-responsive:first-child > .table:first-child {
4019 border-top-left-radius: 3px;
4020 border-top-right-radius: 3px;
4021 }
4022 .panel > .table:first-child > thead:first-child > tr:first-child,
4023 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
4024 .panel > .table:first-child > tbody:first-child > tr:first-child,
4025 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
4026 border-top-left-radius: 3px;
4027 border-top-right-radius: 3px;
4028 }
4029 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
4030 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
4031 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
4032 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
4033 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
4034 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
4035 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
4036 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
4037 border-top-left-radius: 3px;
4038 }
4039 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
4040 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
4041 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
4042 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
4043 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
4044 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
4045 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
4046 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
4047 border-top-right-radius: 3px;
4048 }
4049 .panel > .table:last-child,
4050 .panel > .table-responsive:last-child > .table:last-child {
4051 border-bottom-right-radius: 3px;
4052 border-bottom-left-radius: 3px;
4053 }
4054 .panel > .table:last-child > tbody:last-child > tr:last-child,
4055 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
4056 .panel > .table:last-child > tfoot:last-child > tr:last-child,
4057 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
4058 border-bottom-right-radius: 3px;
4059 border-bottom-left-radius: 3px;
4060 }
4061 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4062 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4063 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
4064 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
4065 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
4066 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
4067 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
4068 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
4069 border-bottom-left-radius: 3px;
4070 }
4071 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
4072 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
4073 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
4074 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
4075 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
4076 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
4077 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
4078 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
4079 border-bottom-right-radius: 3px;
4080 }
4081 .panel > .panel-body + .table,
4082 .panel > .panel-body + .table-responsive,
4083 .panel > .table + .panel-body,
4084 .panel > .table-responsive + .panel-body {
4085 border-top: 1px solid #ddd;
4086 }
4087 .panel > .table > tbody:first-child > tr:first-child th,
4088 .panel > .table > tbody:first-child > tr:first-child td {
4089 border-top: 0;
4090 }
4091 .panel > .table-bordered,
4092 .panel > .table-responsive > .table-bordered {
4093 border: 0;
4094 }
4095 .panel > .table-bordered > thead > tr > th:first-child,
4096 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
4097 .panel > .table-bordered > tbody > tr > th:first-child,
4098 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
4099 .panel > .table-bordered > tfoot > tr > th:first-child,
4100 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
4101 .panel > .table-bordered > thead > tr > td:first-child,
4102 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
4103 .panel > .table-bordered > tbody > tr > td:first-child,
4104 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
4105 .panel > .table-bordered > tfoot > tr > td:first-child,
4106 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
4107 border-left: 0;
4108 }
4109 .panel > .table-bordered > thead > tr > th:last-child,
4110 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
4111 .panel > .table-bordered > tbody > tr > th:last-child,
4112 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
4113 .panel > .table-bordered > tfoot > tr > th:last-child,
4114 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
4115 .panel > .table-bordered > thead > tr > td:last-child,
4116 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
4117 .panel > .table-bordered > tbody > tr > td:last-child,
4118 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
4119 .panel > .table-bordered > tfoot > tr > td:last-child,
4120 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
4121 border-right: 0;
4122 }
4123 .panel > .table-bordered > thead > tr:first-child > td,
4124 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
4125 .panel > .table-bordered > tbody > tr:first-child > td,
4126 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
4127 .panel > .table-bordered > thead > tr:first-child > th,
4128 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
4129 .panel > .table-bordered > tbody > tr:first-child > th,
4130 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
4131 border-bottom: 0;
4132 }
4133 .panel > .table-bordered > tbody > tr:last-child > td,
4134 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
4135 .panel > .table-bordered > tfoot > tr:last-child > td,
4136 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
4137 .panel > .table-bordered > tbody > tr:last-child > th,
4138 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
4139 .panel > .table-bordered > tfoot > tr:last-child > th,
4140 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
4141 border-bottom: 0;
4142 }
4143 .panel > .table-responsive {
4144 margin-bottom: 0;
4145 border: 0;
4146 }
4147 .panel-group {
4148 margin-bottom: 20px;
4149 }
4150 .panel-group .panel {
4151 margin-bottom: 0;
4152 border-radius: 4px;
4153 }
4154 .panel-group .panel + .panel {
4155 margin-top: 5px;
4156 }
4157 .panel-group .panel-heading {
4158 border-bottom: 0;
4159 }
4160 .panel-group .panel-heading + .panel-collapse > .panel-body,
4161 .panel-group .panel-heading + .panel-collapse > .list-group {
4162 border-top: 1px solid #ddd;
4163 }
4164 .panel-group .panel-footer {
4165 border-top: 0;
4166 }
4167 .panel-group .panel-footer + .panel-collapse .panel-body {
4168 border-bottom: 1px solid #ddd;
4169 }
4170 .panel-default {
4171 border-color: #ddd;
4172 }
4173 .panel-default > .panel-heading {
4174 color: #333;
4175 background-color: #f5f5f5;
4176 border-color: #ddd;
4177 }
4178 .panel-default > .panel-heading + .panel-collapse > .panel-body {
4179 border-top-color: #ddd;
4180 }
4181 .panel-default > .panel-heading .badge {
4182 color: #f5f5f5;
4183 background-color: #333;
4184 }
4185 .panel-default > .panel-footer + .panel-collapse > .panel-body {
4186 border-bottom-color: #ddd;
4187 }
4188 .panel-primary {
4189 border-color: #337ab7;
4190 }
4191 .panel-primary > .panel-heading {
4192 color: #fff;
4193 background-color: #337ab7;
4194 border-color: #337ab7;
4195 }
4196 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
4197 border-top-color: #337ab7;
4198 }
4199 .panel-primary > .panel-heading .badge {
4200 color: #337ab7;
4201 background-color: #fff;
4202 }
4203 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
4204 border-bottom-color: #337ab7;
4205 }
4206 .panel-success {
4207 border-color: #d6e9c6;
4208 }
4209 .panel-success > .panel-heading {
4210 color: #3c763d;
4211 background-color: #dff0d8;
4212 border-color: #d6e9c6;
4213 }
4214 .panel-success > .panel-heading + .panel-collapse > .panel-body {
4215 border-top-color: #d6e9c6;
4216 }
4217 .panel-success > .panel-heading .badge {
4218 color: #dff0d8;
4219 background-color: #3c763d;
4220 }
4221 .panel-success > .panel-footer + .panel-collapse > .panel-body {
4222 border-bottom-color: #d6e9c6;
4223 }
4224 .panel-info {
4225 border-color: #bce8f1;
4226 }
4227 .panel-info > .panel-heading {
4228 color: #31708f;
4229 background-color: #d9edf7;
4230 border-color: #bce8f1;
4231 }
4232 .panel-info > .panel-heading + .panel-collapse > .panel-body {
4233 border-top-color: #bce8f1;
4234 }
4235 .panel-info > .panel-heading .badge {
4236 color: #d9edf7;
4237 background-color: #31708f;
4238 }
4239 .panel-info > .panel-footer + .panel-collapse > .panel-body {
4240 border-bottom-color: #bce8f1;
4241 }
4242 .panel-warning {
4243 border-color: #faebcc;
4244 }
4245 .panel-warning > .panel-heading {
4246 color: #8a6d3b;
4247 background-color: #fcf8e3;
4248 border-color: #faebcc;
4249 }
4250 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
4251 border-top-color: #faebcc;
4252 }
4253 .panel-warning > .panel-heading .badge {
4254 color: #fcf8e3;
4255 background-color: #8a6d3b;
4256 }
4257 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
4258 border-bottom-color: #faebcc;
4259 }
4260 .panel-danger {
4261 border-color: #ebccd1;
4262 }
4263 .panel-danger > .panel-heading {
4264 color: #a94442;
4265 background-color: #f2dede;
4266 border-color: #ebccd1;
4267 }
4268 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
4269 border-top-color: #ebccd1;
4270 }
4271 .panel-danger > .panel-heading .badge {
4272 color: #f2dede;
4273 background-color: #a94442;
4274 }
4275 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
4276 border-bottom-color: #ebccd1;
4277 }
4278 .embed-responsive {
4279 position: relative;
4280 display: block;
4281 height: 0;
4282 padding: 0;
4283 overflow: hidden;
4284 }
4285 .embed-responsive .embed-responsive-item,
4286 .embed-responsive iframe,
4287 .embed-responsive embed,
4288 .embed-responsive object,
4289 .embed-responsive video {
4290 position: absolute;
4291 top: 0;
4292 bottom: 0;
4293 left: 0;
4294 width: 100%;
4295 height: 100%;
4296 border: 0;
4297 }
4298 .embed-responsive-16by9 {
4299 padding-bottom: 56.25%;
4300 }
4301 .embed-responsive-4by3 {
4302 padding-bottom: 75%;
4303 }
4304 .well {
4305 min-height: 20px;
4306 padding: 19px;
4307 margin-bottom: 20px;
4308 background-color: #f5f5f5;
4309 border: 1px solid #e3e3e3;
4310 border-radius: 4px;
4311 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
4312 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
4313 }
4314 .well blockquote {
4315 border-color: #ddd;
4316 border-color: rgba(0, 0, 0, .15);
4317 }
4318 .well-lg {
4319 padding: 24px;
4320 border-radius: 6px;
4321 }
4322 .well-sm {
4323 padding: 9px;
4324 border-radius: 3px;
4325 }
4326 .close {
4327 float: right;
4328 font-size: 21px;
4329 font-weight: bold;
4330 line-height: 1;
4331 color: #000;
4332 text-shadow: 0 1px 0 #fff;
4333 filter: alpha(opacity=20);
4334 opacity: .2;
4335 }
4336 .close:hover,
4337 .close:focus {
4338 color: #000;
4339 text-decoration: none;
4340 cursor: pointer;
4341 filter: alpha(opacity=50);
4342 opacity: .5;
4343 }
4344 button.close {
4345 -webkit-appearance: none;
4346 padding: 0;
4347 cursor: pointer;
4348 background: transparent;
4349 border: 0;
4350 }
4351 .modal-open {
4352 overflow: hidden;
4353 }
4354 .modal {
4355 position: fixed;
4356 top: 0;
4357 right: 0;
4358 bottom: 0;
4359 left: 0;
4360 z-index: 1050;
4361 display: none;
4362 overflow: hidden;
4363 -webkit-overflow-scrolling: touch;
4364 outline: 0;
4365 }
4366 .modal.fade .modal-dialog {
4367 -webkit-transition: -webkit-transform .3s ease-out;
4368 -o-transition: -o-transform .3s ease-out;
4369 transition: transform .3s ease-out;
4370 -webkit-transform: translate(0, -25%);
4371 -ms-transform: translate(0, -25%);
4372 -o-transform: translate(0, -25%);
4373 transform: translate(0, -25%);
4374 }
4375 .modal.in .modal-dialog {
4376 -webkit-transform: translate(0, 0);
4377 -ms-transform: translate(0, 0);
4378 -o-transform: translate(0, 0);
4379 transform: translate(0, 0);
4380 }
4381 .modal-open .modal {
4382 overflow-x: hidden;
4383 overflow-y: auto;
4384 }
4385 .modal-dialog {
4386 position: relative;
4387 width: auto;
4388 margin: 10px;
4389 }
4390 .modal-content {
4391 position: relative;
4392 background-color: #fff;
4393 -webkit-background-clip: padding-box;
4394 background-clip: padding-box;
4395 border: 1px solid #999;
4396 border: 1px solid rgba(0, 0, 0, .2);
4397 border-radius: 6px;
4398 outline: 0;
4399 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
4400 box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
4401 }
4402 .modal-backdrop {
4403 position: fixed;
4404 top: 0;
4405 right: 0;
4406 bottom: 0;
4407 left: 0;
4408 z-index: 1040;
4409 background-color: #000;
4410 }
4411 .modal-backdrop.fade {
4412 filter: alpha(opacity=0);
4413 opacity: 0;
4414 }
4415 .modal-backdrop.in {
4416 filter: alpha(opacity=50);
4417 opacity: .5;
4418 }
4419 .modal-header {
4420 padding: 15px;
4421 border-bottom: 1px solid #e5e5e5;
4422 }
4423 .modal-header .close {
4424 margin-top: -2px;
4425 }
4426 .modal-title {
4427 margin: 0;
4428 line-height: 1.42857143;
4429 }
4430 .modal-body {
4431 position: relative;
4432 padding: 15px;
4433 }
4434 .modal-footer {
4435 padding: 15px;
4436 text-align: right;
4437 border-top: 1px solid #e5e5e5;
4438 }
4439 .modal-footer .btn + .btn {
4440 margin-bottom: 0;
4441 margin-left: 5px;
4442 }
4443 .modal-footer .btn-group .btn + .btn {
4444 margin-left: -1px;
4445 }
4446 .modal-footer .btn-block + .btn-block {
4447 margin-left: 0;
4448 }
4449 .modal-scrollbar-measure {
4450 position: absolute;
4451 top: -9999px;
4452 width: 50px;
4453 height: 50px;
4454 overflow: scroll;
4455 }
4456 @media (min-width: 768px) {
4457 .modal-dialog {
4458 width: 600px;
4459 margin: 30px auto;
4460 }
4461 .modal-content {
4462 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
4463 box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
4464 }
4465 .modal-sm {
4466 width: 300px;
4467 }
4468 }
4469 @media (min-width: 992px) {
4470 .modal-lg {
4471 width: 900px;
4472 }
4473 }
4474 .tooltip {
4475 position: absolute;
4476 z-index: 1070;
4477 display: block;
4478 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
4479 font-size: 12px;
4480 font-style: normal;
4481 font-weight: normal;
4482 line-height: 1.42857143;
4483 text-align: left;
4484 text-align: start;
4485 text-decoration: none;
4486 text-shadow: none;
4487 text-transform: none;
4488 letter-spacing: normal;
4489 word-break: normal;
4490 word-spacing: normal;
4491 word-wrap: normal;
4492 white-space: normal;
4493 filter: alpha(opacity=0);
4494 opacity: 0;
4495
4496 line-break: auto;
4497 }
4498 .tooltip.in {
4499 filter: alpha(opacity=90);
4500 opacity: .9;
4501 }
4502 .tooltip.top {
4503 padding: 5px 0;
4504 margin-top: -3px;
4505 }
4506 .tooltip.right {
4507 padding: 0 5px;
4508 margin-left: 3px;
4509 }
4510 .tooltip.bottom {
4511 padding: 5px 0;
4512 margin-top: 3px;
4513 }
4514 .tooltip.left {
4515 padding: 0 5px;
4516 margin-left: -3px;
4517 }
4518 .tooltip-inner {
4519 max-width: 200px;
4520 padding: 3px 8px;
4521 color: #fff;
4522 text-align: center;
4523 background-color: #000;
4524 border-radius: 4px;
4525 }
4526 .tooltip-arrow {
4527 position: absolute;
4528 width: 0;
4529 height: 0;
4530 border-color: transparent;
4531 border-style: solid;
4532 }
4533 .tooltip.top .tooltip-arrow {
4534 bottom: 0;
4535 left: 50%;
4536 margin-left: -5px;
4537 border-width: 5px 5px 0;
4538 border-top-color: #000;
4539 }
4540 .tooltip.top-left .tooltip-arrow {
4541 right: 5px;
4542 bottom: 0;
4543 margin-bottom: -5px;
4544 border-width: 5px 5px 0;
4545 border-top-color: #000;
4546 }
4547 .tooltip.top-right .tooltip-arrow {
4548 bottom: 0;
4549 left: 5px;
4550 margin-bottom: -5px;
4551 border-width: 5px 5px 0;
4552 border-top-color: #000;
4553 }
4554 .tooltip.right .tooltip-arrow {
4555 top: 50%;
4556 left: 0;
4557 margin-top: -5px;
4558 border-width: 5px 5px 5px 0;
4559 border-right-color: #000;
4560 }
4561 .tooltip.left .tooltip-arrow {
4562 top: 50%;
4563 right: 0;
4564 margin-top: -5px;
4565 border-width: 5px 0 5px 5px;
4566 border-left-color: #000;
4567 }
4568 .tooltip.bottom .tooltip-arrow {
4569 top: 0;
4570 left: 50%;
4571 margin-left: -5px;
4572 border-width: 0 5px 5px;
4573 border-bottom-color: #000;
4574 }
4575 .tooltip.bottom-left .tooltip-arrow {
4576 top: 0;
4577 right: 5px;
4578 margin-top: -5px;
4579 border-width: 0 5px 5px;
4580 border-bottom-color: #000;
4581 }
4582 .tooltip.bottom-right .tooltip-arrow {
4583 top: 0;
4584 left: 5px;
4585 margin-top: -5px;
4586 border-width: 0 5px 5px;
4587 border-bottom-color: #000;
4588 }
4589 .popover {
4590 position: absolute;
4591 top: 0;
4592 left: 0;
4593 z-index: 1060;
4594 display: none;
4595 max-width: 276px;
4596 padding: 1px;
4597 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
4598 font-size: 14px;
4599 font-style: normal;
4600 font-weight: normal;
4601 line-height: 1.42857143;
4602 text-align: left;
4603 text-align: start;
4604 text-decoration: none;
4605 text-shadow: none;
4606 text-transform: none;
4607 letter-spacing: normal;
4608 word-break: normal;
4609 word-spacing: normal;
4610 word-wrap: normal;
4611 white-space: normal;
4612 background-color: #fff;
4613 -webkit-background-clip: padding-box;
4614 background-clip: padding-box;
4615 border: 1px solid #ccc;
4616 border: 1px solid rgba(0, 0, 0, .2);
4617 border-radius: 6px;
4618 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
4619 box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
4620
4621 line-break: auto;
4622 }
4623 .popover.top {
4624 margin-top: -10px;
4625 }
4626 .popover.right {
4627 margin-left: 10px;
4628 }
4629 .popover.bottom {
4630 margin-top: 10px;
4631 }
4632 .popover.left {
4633 margin-left: -10px;
4634 }
4635 .popover-title {
4636 padding: 8px 14px;
4637 margin: 0;
4638 font-size: 14px;
4639 background-color: #f7f7f7;
4640 border-bottom: 1px solid #ebebeb;
4641 border-radius: 5px 5px 0 0;
4642 }
4643 .popover-content {
4644 padding: 9px 14px;
4645 }
4646 .popover > .arrow,
4647 .popover > .arrow:after {
4648 position: absolute;
4649 display: block;
4650 width: 0;
4651 height: 0;
4652 border-color: transparent;
4653 border-style: solid;
4654 }
4655 .popover > .arrow {
4656 border-width: 11px;
4657 }
4658 .popover > .arrow:after {
4659 content: "";
4660 border-width: 10px;
4661 }
4662 .popover.top > .arrow {
4663 bottom: -11px;
4664 left: 50%;
4665 margin-left: -11px;
4666 border-top-color: #999;
4667 border-top-color: rgba(0, 0, 0, .25);
4668 border-bottom-width: 0;
4669 }
4670 .popover.top > .arrow:after {
4671 bottom: 1px;
4672 margin-left: -10px;
4673 content: " ";
4674 border-top-color: #fff;
4675 border-bottom-width: 0;
4676 }
4677 .popover.right > .arrow {
4678 top: 50%;
4679 left: -11px;
4680 margin-top: -11px;
4681 border-right-color: #999;
4682 border-right-color: rgba(0, 0, 0, .25);
4683 border-left-width: 0;
4684 }
4685 .popover.right > .arrow:after {
4686 bottom: -10px;
4687 left: 1px;
4688 content: " ";
4689 border-right-color: #fff;
4690 border-left-width: 0;
4691 }
4692 .popover.bottom > .arrow {
4693 top: -11px;
4694 left: 50%;
4695 margin-left: -11px;
4696 border-top-width: 0;
4697 border-bottom-color: #999;
4698 border-bottom-color: rgba(0, 0, 0, .25);
4699 }
4700 .popover.bottom > .arrow:after {
4701 top: 1px;
4702 margin-left: -10px;
4703 content: " ";
4704 border-top-width: 0;
4705 border-bottom-color: #fff;
4706 }
4707 .popover.left > .arrow {
4708 top: 50%;
4709 right: -11px;
4710 margin-top: -11px;
4711 border-right-width: 0;
4712 border-left-color: #999;
4713 border-left-color: rgba(0, 0, 0, .25);
4714 }
4715 .popover.left > .arrow:after {
4716 right: 1px;
4717 bottom: -10px;
4718 content: " ";
4719 border-right-width: 0;
4720 border-left-color: #fff;
4721 }
4722 .carousel {
4723 position: relative;
4724 }
4725 .carousel-inner {
4726 position: relative;
4727 width: 100%;
4728 overflow: hidden;
4729 }
4730 .carousel-inner > .item {
4731 position: relative;
4732 display: none;
4733 -webkit-transition: .6s ease-in-out left;
4734 -o-transition: .6s ease-in-out left;
4735 transition: .6s ease-in-out left;
4736 }
4737 .carousel-inner > .item > img,
4738 .carousel-inner > .item > a > img {
4739 line-height: 1;
4740 }
4741 @media all and (transform-3d), (-webkit-transform-3d) {
4742 .carousel-inner > .item {
4743 -webkit-transition: -webkit-transform .6s ease-in-out;
4744 -o-transition: -o-transform .6s ease-in-out;
4745 transition: transform .6s ease-in-out;
4746
4747 -webkit-backface-visibility: hidden;
4748 backface-visibility: hidden;
4749 -webkit-perspective: 1000px;
4750 perspective: 1000px;
4751 }
4752 .carousel-inner > .item.next,
4753 .carousel-inner > .item.active.right {
4754 left: 0;
4755 -webkit-transform: translate3d(100%, 0, 0);
4756 transform: translate3d(100%, 0, 0);
4757 }
4758 .carousel-inner > .item.prev,
4759 .carousel-inner > .item.active.left {
4760 left: 0;
4761 -webkit-transform: translate3d(-100%, 0, 0);
4762 transform: translate3d(-100%, 0, 0);
4763 }
4764 .carousel-inner > .item.next.left,
4765 .carousel-inner > .item.prev.right,
4766 .carousel-inner > .item.active {
4767 left: 0;
4768 -webkit-transform: translate3d(0, 0, 0);
4769 transform: translate3d(0, 0, 0);
4770 }
4771 }
4772 .carousel-inner > .active,
4773 .carousel-inner > .next,
4774 .carousel-inner > .prev {
4775 display: block;
4776 }
4777 .carousel-inner > .active {
4778 left: 0;
4779 }
4780 .carousel-inner > .next,
4781 .carousel-inner > .prev {
4782 position: absolute;
4783 top: 0;
4784 width: 100%;
4785 }
4786 .carousel-inner > .next {
4787 left: 100%;
4788 }
4789 .carousel-inner > .prev {
4790 left: -100%;
4791 }
4792 .carousel-inner > .next.left,
4793 .carousel-inner > .prev.right {
4794 left: 0;
4795 }
4796 .carousel-inner > .active.left {
4797 left: -100%;
4798 }
4799 .carousel-inner > .active.right {
4800 left: 100%;
4801 }
4802 .carousel-control {
4803 position: absolute;
4804 top: 0;
4805 bottom: 0;
4806 left: 0;
4807 width: 15%;
4808 font-size: 20px;
4809 color: #fff;
4810 text-align: center;
4811 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
4812 background-color: rgba(0, 0, 0, 0);
4813 filter: alpha(opacity=50);
4814 opacity: .5;
4815 }
4816 .carousel-control.left {
4817 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
4818 background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
4819 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
4820 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
4821 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
4822 background-repeat: repeat-x;
4823 }
4824 .carousel-control.right {
4825 right: 0;
4826 left: auto;
4827 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
4828 background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
4829 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
4830 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
4831 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
4832 background-repeat: repeat-x;
4833 }
4834 .carousel-control:hover,
4835 .carousel-control:focus {
4836 color: #fff;
4837 text-decoration: none;
4838 filter: alpha(opacity=90);
4839 outline: 0;
4840 opacity: .9;
4841 }
4842 .carousel-control .icon-prev,
4843 .carousel-control .icon-next,
4844 .carousel-control .glyphicon-chevron-left,
4845 .carousel-control .glyphicon-chevron-right {
4846 position: absolute;
4847 top: 50%;
4848 z-index: 5;
4849 display: inline-block;
4850 margin-top: -10px;
4851 }
4852 .carousel-control .icon-prev,
4853 .carousel-control .glyphicon-chevron-left {
4854 left: 50%;
4855 margin-left: -10px;
4856 }
4857 .carousel-control .icon-next,
4858 .carousel-control .glyphicon-chevron-right {
4859 right: 50%;
4860 margin-right: -10px;
4861 }
4862 .carousel-control .icon-prev,
4863 .carousel-control .icon-next {
4864 width: 20px;
4865 height: 20px;
4866 font-family: serif;
4867 line-height: 1;
4868 }
4869 .carousel-control .icon-prev:before {
4870 content: '\2039';
4871 }
4872 .carousel-control .icon-next:before {
4873 content: '\203a';
4874 }
4875 .carousel-indicators {
4876 position: absolute;
4877 bottom: 10px;
4878 left: 50%;
4879 z-index: 15;
4880 width: 60%;
4881 padding-left: 0;
4882 margin-left: -30%;
4883 text-align: center;
4884 list-style: none;
4885 }
4886 .carousel-indicators li {
4887 display: inline-block;
4888 width: 10px;
4889 height: 10px;
4890 margin: 1px;
4891 text-indent: -999px;
4892 cursor: pointer;
4893 background-color: #000 \9;
4894 background-color: rgba(0, 0, 0, 0);
4895 border: 1px solid #fff;
4896 border-radius: 10px;
4897 }
4898 .carousel-indicators .active {
4899 width: 12px;
4900 height: 12px;
4901 margin: 0;
4902 background-color: #fff;
4903 }
4904 .carousel-caption {
4905 position: absolute;
4906 right: 15%;
4907 bottom: 20px;
4908 left: 15%;
4909 z-index: 10;
4910 padding-top: 20px;
4911 padding-bottom: 20px;
4912 color: #fff;
4913 text-align: center;
4914 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
4915 }
4916 .carousel-caption .btn {
4917 text-shadow: none;
4918 }
4919 @media screen and (min-width: 768px) {
4920 .carousel-control .glyphicon-chevron-left,
4921 .carousel-control .glyphicon-chevron-right,
4922 .carousel-control .icon-prev,
4923 .carousel-control .icon-next {
4924 width: 30px;
4925 height: 30px;
4926 margin-top: -10px;
4927 font-size: 30px;
4928 }
4929 .carousel-control .glyphicon-chevron-left,
4930 .carousel-control .icon-prev {
4931 margin-left: -10px;
4932 }
4933 .carousel-control .glyphicon-chevron-right,
4934 .carousel-control .icon-next {
4935 margin-right: -10px;
4936 }
4937 .carousel-caption {
4938 right: 20%;
4939 left: 20%;
4940 padding-bottom: 30px;
4941 }
4942 .carousel-indicators {
4943 bottom: 20px;
4944 }
4945 }
4946 .clearfix:before,
4947 .clearfix:after,
4948 .dl-horizontal dd:before,
4949 .dl-horizontal dd:after,
4950 .container:before,
4951 .container:after,
4952 .container-fluid:before,
4953 .container-fluid:after,
4954 .row:before,
4955 .row:after,
4956 .form-horizontal .form-group:before,
4957 .form-horizontal .form-group:after,
4958 .btn-toolbar:before,
4959 .btn-toolbar:after,
4960 .btn-group-vertical > .btn-group:before,
4961 .btn-group-vertical > .btn-group:after,
4962 .nav:before,
4963 .nav:after,
4964 .navbar:before,
4965 .navbar:after,
4966 .navbar-header:before,
4967 .navbar-header:after,
4968 .navbar-collapse:before,
4969 .navbar-collapse:after,
4970 .pager:before,
4971 .pager:after,
4972 .panel-body:before,
4973 .panel-body:after,
4974 .modal-header:before,
4975 .modal-header:after,
4976 .modal-footer:before,
4977 .modal-footer:after {
4978 display: table;
4979 content: " ";
4980 }
4981 .clearfix:after,
4982 .dl-horizontal dd:after,
4983 .container:after,
4984 .container-fluid:after,
4985 .row:after,
4986 .form-horizontal .form-group:after,
4987 .btn-toolbar:after,
4988 .btn-group-vertical > .btn-group:after,
4989 .nav:after,
4990 .navbar:after,
4991 .navbar-header:after,
4992 .navbar-collapse:after,
4993 .pager:after,
4994 .panel-body:after,
4995 .modal-header:after,
4996 .modal-footer:after {
4997 clear: both;
4998 }
4999 .center-block {
5000 display: block;
5001 margin-right: auto;
5002 margin-left: auto;
5003 }
5004 .pull-right {
5005 float: right !important;
5006 }
5007 .pull-left {
5008 float: left !important;
5009 }
5010 .hide {
5011 display: none !important;
5012 }
5013 .show {
5014 display: block !important;
5015 }
5016 .invisible {
5017 visibility: hidden;
5018 }
5019 .text-hide {
5020 font: 0/0 a;
5021 color: transparent;
5022 text-shadow: none;
5023 background-color: transparent;
5024 border: 0;
5025 }
5026 .hidden {
5027 display: none !important;
5028 }
5029 .affix {
5030 position: fixed;
5031 }
5032 @-ms-viewport {
5033 width: device-width;
5034 }
5035 .visible-xs,
5036 .visible-sm,
5037 .visible-md,
5038 .visible-lg {
5039 display: none !important;
5040 }
5041 .visible-xs-block,
5042 .visible-xs-inline,
5043 .visible-xs-inline-block,
5044 .visible-sm-block,
5045 .visible-sm-inline,
5046 .visible-sm-inline-block,
5047 .visible-md-block,
5048 .visible-md-inline,
5049 .visible-md-inline-block,
5050 .visible-lg-block,
5051 .visible-lg-inline,
5052 .visible-lg-inline-block {
5053 display: none !important;
5054 }
5055 @media (max-width: 767px) {
5056 .visible-xs {
5057 display: block !important;
5058 }
5059 table.visible-xs {
5060 display: table !important;
5061 }
5062 tr.visible-xs {
5063 display: table-row !important;
5064 }
5065 th.visible-xs,
5066 td.visible-xs {
5067 display: table-cell !important;
5068 }
5069 }
5070 @media (max-width: 767px) {
5071 .visible-xs-block {
5072 display: block !important;
5073 }
5074 }
5075 @media (max-width: 767px) {
5076 .visible-xs-inline {
5077 display: inline !important;
5078 }
5079 }
5080 @media (max-width: 767px) {
5081 .visible-xs-inline-block {
5082 display: inline-block !important;
5083 }
5084 }
5085 @media (min-width: 768px) and (max-width: 991px) {
5086 .visible-sm {
5087 display: block !important;
5088 }
5089 table.visible-sm {
5090 display: table !important;
5091 }
5092 tr.visible-sm {
5093 display: table-row !important;
5094 }
5095 th.visible-sm,
5096 td.visible-sm {
5097 display: table-cell !important;
5098 }
5099 }
5100 @media (min-width: 768px) and (max-width: 991px) {
5101 .visible-sm-block {
5102 display: block !important;
5103 }
5104 }
5105 @media (min-width: 768px) and (max-width: 991px) {
5106 .visible-sm-inline {
5107 display: inline !important;
5108 }
5109 }
5110 @media (min-width: 768px) and (max-width: 991px) {
5111 .visible-sm-inline-block {
5112 display: inline-block !important;
5113 }
5114 }
5115 @media (min-width: 992px) and (max-width: 1199px) {
5116 .visible-md {
5117 display: block !important;
5118 }
5119 table.visible-md {
5120 display: table !important;
5121 }
5122 tr.visible-md {
5123 display: table-row !important;
5124 }
5125 th.visible-md,
5126 td.visible-md {
5127 display: table-cell !important;
5128 }
5129 }
5130 @media (min-width: 992px) and (max-width: 1199px) {
5131 .visible-md-block {
5132 display: block !important;
5133 }
5134 }
5135 @media (min-width: 992px) and (max-width: 1199px) {
5136 .visible-md-inline {
5137 display: inline !important;
5138 }
5139 }
5140 @media (min-width: 992px) and (max-width: 1199px) {
5141 .visible-md-inline-block {
5142 display: inline-block !important;
5143 }
5144 }
5145 @media (min-width: 1200px) {
5146 .visible-lg {
5147 display: block !important;
5148 }
5149 table.visible-lg {
5150 display: table !important;
5151 }
5152 tr.visible-lg {
5153 display: table-row !important;
5154 }
5155 th.visible-lg,
5156 td.visible-lg {
5157 display: table-cell !important;
5158 }
5159 }
5160 @media (min-width: 1200px) {
5161 .visible-lg-block {
5162 display: block !important;
5163 }
5164 }
5165 @media (min-width: 1200px) {
5166 .visible-lg-inline {
5167 display: inline !important;
5168 }
5169 }
5170 @media (min-width: 1200px) {
5171 .visible-lg-inline-block {
5172 display: inline-block !important;
5173 }
5174 }
5175 @media (max-width: 767px) {
5176 .hidden-xs {
5177 display: none !important;
5178 }
5179 }
5180 @media (min-width: 768px) and (max-width: 991px) {
5181 .hidden-sm {
5182 display: none !important;
5183 }
5184 }
5185 @media (min-width: 992px) and (max-width: 1199px) {
5186 .hidden-md {
5187 display: none !important;
5188 }
5189 }
5190 @media (min-width: 1200px) {
5191 .hidden-lg {
5192 display: none !important;
5193 }
5194 }
5195 .visible-print {
5196 display: none !important;
5197 }
5198 @media print {
5199 .visible-print {
5200 display: block !important;
5201 }
5202 table.visible-print {
5203 display: table !important;
5204 }
5205 tr.visible-print {
5206 display: table-row !important;
5207 }
5208 th.visible-print,
5209 td.visible-print {
5210 display: table-cell !important;
5211 }
5212 }
5213 .visible-print-block {
5214 display: none !important;
5215 }
5216 @media print {
5217 .visible-print-block {
5218 display: block !important;
5219 }
5220 }
5221 .visible-print-inline {
5222 display: none !important;
5223 }
5224 @media print {
5225 .visible-print-inline {
5226 display: inline !important;
5227 }
5228 }
5229 .visible-print-inline-block {
5230 display: none !important;
5231 }
5232 @media print {
5233 .visible-print-inline-block {
5234 display: inline-block !important;
5235 }
5236 }
5237 @media print {
5238 .hidden-print {
5239 display: none !important;
5240 }
5241 }
5242 /*# sourceMappingURL=bootstrap.css.map */
5243
5244 /*# added for bootstrap light box */
5245
5246 @font-face {
5247 font-family: 'Glyphicons Halflings';
5248
5249 src: url('../fonts/glyphicons-halflings-regular.eot');
5250 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');
5251 }
5252 .glyphicon {
5253 position: relative;
5254 top: 1px;
5255 display: inline-block;
5256 font-family: 'Glyphicons Halflings';
5257 font-style: normal;
5258 font-weight: normal;
5259 line-height: 1;
5260
5261 -webkit-font-smoothing: antialiased;
5262 -moz-osx-font-smoothing: grayscale;
5263 }
5264 .glyphicon-asterisk:before {
5265 content: "\002a";
5266 }
5267 .glyphicon-plus:before {
5268 content: "\002b";
5269 }
5270 .glyphicon-euro:before,
5271 .glyphicon-eur:before {
5272 content: "\20ac";
5273 }
5274 .glyphicon-minus:before {
5275 content: "\2212";
5276 }
5277 .glyphicon-cloud:before {
5278 content: "\2601";
5279 }
5280 .glyphicon-envelope:before {
5281 content: "\2709";
5282 }
5283 .glyphicon-pencil:before {
5284 content: "\270f";
5285 }
5286 .glyphicon-glass:before {
5287 content: "\e001";
5288 }
5289 .glyphicon-music:before {
5290 content: "\e002";
5291 }
5292 .glyphicon-search:before {
5293 content: "\e003";
5294 }
5295 .glyphicon-heart:before {
5296 content: "\e005";
5297 }
5298 .glyphicon-star:before {
5299 content: "\e006";
5300 }
5301 .glyphicon-star-empty:before {
5302 content: "\e007";
5303 }
5304 .glyphicon-user:before {
5305 content: "\e008";
5306 }
5307 .glyphicon-film:before {
5308 content: "\e009";
5309 }
5310 .glyphicon-th-large:before {
5311 content: "\e010";
5312 }
5313 .glyphicon-th:before {
5314 content: "\e011";
5315 }
5316 .glyphicon-th-list:before {
5317 content: "\e012";
5318 }
5319 .glyphicon-ok:before {
5320 content: "\e013";
5321 }
5322 .glyphicon-remove:before {
5323 content: "\e014";
5324 }
5325 .glyphicon-zoom-in:before {
5326 content: "\e015";
5327 }
5328 .glyphicon-zoom-out:before {
5329 content: "\e016";
5330 }
5331 .glyphicon-off:before {
5332 content: "\e017";
5333 }
5334 .glyphicon-signal:before {
5335 content: "\e018";
5336 }
5337 .glyphicon-cog:before {
5338 content: "\e019";
5339 }
5340 .glyphicon-trash:before {
5341 content: "\e020";
5342 }
5343 .glyphicon-home:before {
5344 content: "\e021";
5345 }
5346 .glyphicon-file:before {
5347 content: "\e022";
5348 }
5349 .glyphicon-time:before {
5350 content: "\e023";
5351 }
5352 .glyphicon-road:before {
5353 content: "\e024";
5354 }
5355 .glyphicon-download-alt:before {
5356 content: "\e025";
5357 }
5358 .glyphicon-download:before {
5359 content: "\e026";
5360 }
5361 .glyphicon-upload:before {
5362 content: "\e027";
5363 }
5364 .glyphicon-inbox:before {
5365 content: "\e028";
5366 }
5367 .glyphicon-play-circle:before {
5368 content: "\e029";
5369 }
5370 .glyphicon-repeat:before {
5371 content: "\e030";
5372 }
5373 .glyphicon-refresh:before {
5374 content: "\e031";
5375 }
5376 .glyphicon-list-alt:before {
5377 content: "\e032";
5378 }
5379 .glyphicon-lock:before {
5380 content: "\e033";
5381 }
5382 .glyphicon-flag:before {
5383 content: "\e034";
5384 }
5385 .glyphicon-headphones:before {
5386 content: "\e035";
5387 }
5388 .glyphicon-volume-off:before {
5389 content: "\e036";
5390 }
5391 .glyphicon-volume-down:before {
5392 content: "\e037";
5393 }
5394 .glyphicon-volume-up:before {
5395 content: "\e038";
5396 }
5397 .glyphicon-qrcode:before {
5398 content: "\e039";
5399 }
5400 .glyphicon-barcode:before {
5401 content: "\e040";
5402 }
5403 .glyphicon-tag:before {
5404 content: "\e041";
5405 }
5406 .glyphicon-tags:before {
5407 content: "\e042";
5408 }
5409 .glyphicon-book:before {
5410 content: "\e043";
5411 }
5412 .glyphicon-bookmark:before {
5413 content: "\e044";
5414 }
5415 .glyphicon-print:before {
5416 content: "\e045";
5417 }
5418 .glyphicon-camera:before {
5419 content: "\e046";
5420 }
5421 .glyphicon-font:before {
5422 content: "\e047";
5423 }
5424 .glyphicon-bold:before {
5425 content: "\e048";
5426 }
5427 .glyphicon-italic:before {
5428 content: "\e049";
5429 }
5430 .glyphicon-text-height:before {
5431 content: "\e050";
5432 }
5433 .glyphicon-text-width:before {
5434 content: "\e051";
5435 }
5436 .glyphicon-align-left:before {
5437 content: "\e052";
5438 }
5439 .glyphicon-align-center:before {
5440 content: "\e053";
5441 }
5442 .glyphicon-align-right:before {
5443 content: "\e054";
5444 }
5445 .glyphicon-align-justify:before {
5446 content: "\e055";
5447 }
5448 .glyphicon-list:before {
5449 content: "\e056";
5450 }
5451 .glyphicon-indent-left:before {
5452 content: "\e057";
5453 }
5454 .glyphicon-indent-right:before {
5455 content: "\e058";
5456 }
5457 .glyphicon-facetime-video:before {
5458 content: "\e059";
5459 }
5460 .glyphicon-picture:before {
5461 content: "\e060";
5462 }
5463 .glyphicon-map-marker:before {
5464 content: "\e062";
5465 }
5466 .glyphicon-adjust:before {
5467 content: "\e063";
5468 }
5469 .glyphicon-tint:before {
5470 content: "\e064";
5471 }
5472 .glyphicon-edit:before {
5473 content: "\e065";
5474 }
5475 .glyphicon-share:before {
5476 content: "\e066";
5477 }
5478 .glyphicon-check:before {
5479 content: "\e067";
5480 }
5481 .glyphicon-move:before {
5482 content: "\e068";
5483 }
5484 .glyphicon-step-backward:before {
5485 content: "\e069";
5486 }
5487 .glyphicon-fast-backward:before {
5488 content: "\e070";
5489 }
5490 .glyphicon-backward:before {
5491 content: "\e071";
5492 }
5493 .glyphicon-play:before {
5494 content: "\e072";
5495 }
5496 .glyphicon-pause:before {
5497 content: "\e073";
5498 }
5499 .glyphicon-stop:before {
5500 content: "\e074";
5501 }
5502 .glyphicon-forward:before {
5503 content: "\e075";
5504 }
5505 .glyphicon-fast-forward:before {
5506 content: "\e076";
5507 }
5508 .glyphicon-step-forward:before {
5509 content: "\e077";
5510 }
5511 .glyphicon-eject:before {
5512 content: "\e078";
5513 }
5514 .glyphicon-chevron-left:before {
5515 content: "\e079";
5516 }
5517 .glyphicon-chevron-right:before {
5518 content: "\e080";
5519 }
5520 .glyphicon-plus-sign:before {
5521 content: "\e081";
5522 }
5523 .glyphicon-minus-sign:before {
5524 content: "\e082";
5525 }
5526 .glyphicon-remove-sign:before {
5527 content: "\e083";
5528 }
5529 .glyphicon-ok-sign:before {
5530 content: "\e084";
5531 }
5532 .glyphicon-question-sign:before {
5533 content: "\e085";
5534 }
5535 .glyphicon-info-sign:before {
5536 content: "\e086";
5537 }
5538 .glyphicon-screenshot:before {
5539 content: "\e087";
5540 }
5541 .glyphicon-remove-circle:before {
5542 content: "\e088";
5543 }
5544 .glyphicon-ok-circle:before {
5545 content: "\e089";
5546 }
5547 .glyphicon-ban-circle:before {
5548 content: "\e090";
5549 }
5550 .glyphicon-arrow-left:before {
5551 content: "\e091";
5552 }
5553 .glyphicon-arrow-right:before {
5554 content: "\e092";
5555 }
5556 .glyphicon-arrow-up:before {
5557 content: "\e093";
5558 }
5559 .glyphicon-arrow-down:before {
5560 content: "\e094";
5561 }
5562 .glyphicon-share-alt:before {
5563 content: "\e095";
5564 }
5565 .glyphicon-resize-full:before {
5566 content: "\e096";
5567 }
5568 .glyphicon-resize-small:before {
5569 content: "\e097";
5570 }
5571 .glyphicon-exclamation-sign:before {
5572 content: "\e101";
5573 }
5574 .glyphicon-gift:before {
5575 content: "\e102";
5576 }
5577 .glyphicon-leaf:before {
5578 content: "\e103";
5579 }
5580 .glyphicon-fire:before {
5581 content: "\e104";
5582 }
5583 .glyphicon-eye-open:before {
5584 content: "\e105";
5585 }
5586 .glyphicon-eye-close:before {
5587 content: "\e106";
5588 }
5589 .glyphicon-warning-sign:before {
5590 content: "\e107";
5591 }
5592 .glyphicon-plane:before {
5593 content: "\e108";
5594 }
5595 .glyphicon-calendar:before {
5596 content: "\e109";
5597 }
5598 .glyphicon-random:before {
5599 content: "\e110";
5600 }
5601 .glyphicon-comment:before {
5602 content: "\e111";
5603 }
5604 .glyphicon-magnet:before {
5605 content: "\e112";
5606 }
5607 .glyphicon-chevron-up:before {
5608 content: "\e113";
5609 }
5610 .glyphicon-chevron-down:before {
5611 content: "\e114";
5612 }
5613 .glyphicon-retweet:before {
5614 content: "\e115";
5615 }
5616 .glyphicon-shopping-cart:before {
5617 content: "\e116";
5618 }
5619 .glyphicon-folder-close:before {
5620 content: "\e117";
5621 }
5622 .glyphicon-folder-open:before {
5623 content: "\e118";
5624 }
5625 .glyphicon-resize-vertical:before {
5626 content: "\e119";
5627 }
5628 .glyphicon-resize-horizontal:before {
5629 content: "\e120";
5630 }
5631 .glyphicon-hdd:before {
5632 content: "\e121";
5633 }
5634 .glyphicon-bullhorn:before {
5635 content: "\e122";
5636 }
5637 .glyphicon-bell:before {
5638 content: "\e123";
5639 }
5640 .glyphicon-certificate:before {
5641 content: "\e124";
5642 }
5643 .glyphicon-thumbs-up:before {
5644 content: "\e125";
5645 }
5646 .glyphicon-thumbs-down:before {
5647 content: "\e126";
5648 }
5649 .glyphicon-hand-right:before {
5650 content: "\e127";
5651 }
5652 .glyphicon-hand-left:before {
5653 content: "\e128";
5654 }
5655 .glyphicon-hand-up:before {
5656 content: "\e129";
5657 }
5658 .glyphicon-hand-down:before {
5659 content: "\e130";
5660 }
5661 .glyphicon-circle-arrow-right:before {
5662 content: "\e131";
5663 }
5664 .glyphicon-circle-arrow-left:before {
5665 content: "\e132";
5666 }
5667 .glyphicon-circle-arrow-up:before {
5668 content: "\e133";
5669 }
5670 .glyphicon-circle-arrow-down:before {
5671 content: "\e134";
5672 }
5673 .glyphicon-globe:before {
5674 content: "\e135";
5675 }
5676 .glyphicon-wrench:before {
5677 content: "\e136";
5678 }
5679 .glyphicon-tasks:before {
5680 content: "\e137";
5681 }
5682 .glyphicon-filter:before {
5683 content: "\e138";
5684 }
5685 .glyphicon-briefcase:before {
5686 content: "\e139";
5687 }
5688 .glyphicon-fullscreen:before {
5689 content: "\e140";
5690 }
5691 .glyphicon-dashboard:before {
5692 content: "\e141";
5693 }
5694 .glyphicon-paperclip:before {
5695 content: "\e142";
5696 }
5697 .glyphicon-heart-empty:before {
5698 content: "\e143";
5699 }
5700 .glyphicon-link:before {
5701 content: "\e144";
5702 }
5703 .glyphicon-phone:before {
5704 content: "\e145";
5705 }
5706 .glyphicon-pushpin:before {
5707 content: "\e146";
5708 }
5709 .glyphicon-usd:before {
5710 content: "\e148";
5711 }
5712 .glyphicon-gbp:before {
5713 content: "\e149";
5714 }
5715 .glyphicon-sort:before {
5716 content: "\e150";
5717 }
5718 .glyphicon-sort-by-alphabet:before {
5719 content: "\e151";
5720 }
5721 .glyphicon-sort-by-alphabet-alt:before {
5722 content: "\e152";
5723 }
5724 .glyphicon-sort-by-order:before {
5725 content: "\e153";
5726 }
5727 .glyphicon-sort-by-order-alt:before {
5728 content: "\e154";
5729 }
5730 .glyphicon-sort-by-attributes:before {
5731 content: "\e155";
5732 }
5733 .glyphicon-sort-by-attributes-alt:before {
5734 content: "\e156";
5735 }
5736 .glyphicon-unchecked:before {
5737 content: "\e157";
5738 }
5739 .glyphicon-expand:before {
5740 content: "\e158";
5741 }
5742 .glyphicon-collapse-down:before {
5743 content: "\e159";
5744 }
5745 .glyphicon-collapse-up:before {
5746 content: "\e160";
5747 }
5748 .glyphicon-log-in:before {
5749 content: "\e161";
5750 }
5751 .glyphicon-flash:before {
5752 content: "\e162";
5753 }
5754 .glyphicon-log-out:before {
5755 content: "\e163";
5756 }
5757 .glyphicon-new-window:before {
5758 content: "\e164";
5759 }
5760 .glyphicon-record:before {
5761 content: "\e165";
5762 }
5763 .glyphicon-save:before {
5764 content: "\e166";
5765 }
5766 .glyphicon-open:before {
5767 content: "\e167";
5768 }
5769 .glyphicon-saved:before {
5770 content: "\e168";
5771 }
5772 .glyphicon-import:before {
5773 content: "\e169";
5774 }
5775 .glyphicon-export:before {
5776 content: "\e170";
5777 }
5778 .glyphicon-send:before {
5779 content: "\e171";
5780 }
5781 .glyphicon-floppy-disk:before {
5782 content: "\e172";
5783 }
5784 .glyphicon-floppy-saved:before {
5785 content: "\e173";
5786 }
5787 .glyphicon-floppy-remove:before {
5788 content: "\e174";
5789 }
5790 .glyphicon-floppy-save:before {
5791 content: "\e175";
5792 }
5793 .glyphicon-floppy-open:before {
5794 content: "\e176";
5795 }
5796 .glyphicon-credit-card:before {
5797 content: "\e177";
5798 }
5799 .glyphicon-transfer:before {
5800 content: "\e178";
5801 }
5802 .glyphicon-cutlery:before {
5803 content: "\e179";
5804 }
5805 .glyphicon-header:before {
5806 content: "\e180";
5807 }
5808 .glyphicon-compressed:before {
5809 content: "\e181";
5810 }
5811 .glyphicon-earphone:before {
5812 content: "\e182";
5813 }
5814 .glyphicon-phone-alt:before {
5815 content: "\e183";
5816 }
5817 .glyphicon-tower:before {
5818 content: "\e184";
5819 }
5820 .glyphicon-stats:before {
5821 content: "\e185";
5822 }
5823 .glyphicon-sd-video:before {
5824 content: "\e186";
5825 }
5826 .glyphicon-hd-video:before {
5827 content: "\e187";
5828 }
5829 .glyphicon-subtitles:before {
5830 content: "\e188";
5831 }
5832 .glyphicon-sound-stereo:before {
5833 content: "\e189";
5834 }
5835 .glyphicon-sound-dolby:before {
5836 content: "\e190";
5837 }
5838 .glyphicon-sound-5-1:before {
5839 content: "\e191";
5840 }
5841 .glyphicon-sound-6-1:before {
5842 content: "\e192";
5843 }
5844 .glyphicon-sound-7-1:before {
5845 content: "\e193";
5846 }
5847 .glyphicon-copyright-mark:before {
5848 content: "\e194";
5849 }
5850 .glyphicon-registration-mark:before {
5851 content: "\e195";
5852 }
5853 .glyphicon-cloud-download:before {
5854 content: "\e197";
5855 }
5856 .glyphicon-cloud-upload:before {
5857 content: "\e198";
5858 }
5859 .glyphicon-tree-conifer:before {
5860 content: "\e199";
5861 }
5862 .glyphicon-tree-deciduous:before {
5863 content: "\e200";
5864 }
5865 .glyphicon-cd:before {
5866 content: "\e201";
5867 }
5868 .glyphicon-save-file:before {
5869 content: "\e202";
5870 }
5871 .glyphicon-open-file:before {
5872 content: "\e203";
5873 }
5874 .glyphicon-level-up:before {
5875 content: "\e204";
5876 }
5877 .glyphicon-copy:before {
5878 content: "\e205";
5879 }
5880 .glyphicon-paste:before {
5881 content: "\e206";
5882 }
5883 .glyphicon-alert:before {
5884 content: "\e209";
5885 }
5886 .glyphicon-equalizer:before {
5887 content: "\e210";
5888 }
5889 .glyphicon-king:before {
5890 content: "\e211";
5891 }
5892 .glyphicon-queen:before {
5893 content: "\e212";
5894 }
5895 .glyphicon-pawn:before {
5896 content: "\e213";
5897 }
5898 .glyphicon-bishop:before {
5899 content: "\e214";
5900 }
5901 .glyphicon-knight:before {
5902 content: "\e215";
5903 }
5904 .glyphicon-baby-formula:before {
5905 content: "\e216";
5906 }
5907 .glyphicon-tent:before {
5908 content: "\26fa";
5909 }
5910 .glyphicon-blackboard:before {
5911 content: "\e218";
5912 }
5913 .glyphicon-bed:before {
5914 content: "\e219";
5915 }
5916 .glyphicon-apple:before {
5917 content: "\f8ff";
5918 }
5919 .glyphicon-erase:before {
5920 content: "\e221";
5921 }
5922 .glyphicon-hourglass:before {
5923 content: "\231b";
5924 }
5925 .glyphicon-lamp:before {
5926 content: "\e223";
5927 }
5928 .glyphicon-duplicate:before {
5929 content: "\e224";
5930 }
5931 .glyphicon-piggy-bank:before {
5932 content: "\e225";
5933 }
5934 .glyphicon-scissors:before {
5935 content: "\e226";
5936 }
5937 .glyphicon-bitcoin:before {
5938 content: "\e227";
5939 }
5940 .glyphicon-btc:before {
5941 content: "\e227";
5942 }
5943 .glyphicon-xbt:before {
5944 content: "\e227";
5945 }
5946 .glyphicon-yen:before {
5947 content: "\00a5";
5948 }
5949 .glyphicon-jpy:before {
5950 content: "\00a5";
5951 }
5952 .glyphicon-ruble:before {
5953 content: "\20bd";
5954 }
5955 .glyphicon-rub:before {
5956 content: "\20bd";
5957 }
5958 .glyphicon-scale:before {
5959 content: "\e230";
5960 }
5961 .glyphicon-ice-lolly:before {
5962 content: "\e231";
5963 }
5964 .glyphicon-ice-lolly-tasted:before {
5965 content: "\e232";
5966 }
5967 .glyphicon-education:before {
5968 content: "\e233";
5969 }
5970 .glyphicon-option-horizontal:before {
5971 content: "\e234";
5972 }
5973 .glyphicon-option-vertical:before {
5974 content: "\e235";
5975 }
5976 .glyphicon-menu-hamburger:before {
5977 content: "\e236";
5978 }
5979 .glyphicon-modal-window:before {
5980 content: "\e237";
5981 }
5982 .glyphicon-oil:before {
5983 content: "\e238";
5984 }
5985 .glyphicon-grain:before {
5986 content: "\e239";
5987 }
5988 .glyphicon-sunglasses:before {
5989 content: "\e240";
5990 }
5991 .glyphicon-text-size:before {
5992 content: "\e241";
5993 }
5994 .glyphicon-text-color:before {
5995 content: "\e242";
5996 }
5997 .glyphicon-text-background:before {
5998 content: "\e243";
5999 }
6000 .glyphicon-object-align-top:before {
6001 content: "\e244";
6002 }
6003 .glyphicon-object-align-bottom:before {
6004 content: "\e245";
6005 }
6006 .glyphicon-object-align-horizontal:before {
6007 content: "\e246";
6008 }
6009 .glyphicon-object-align-left:before {
6010 content: "\e247";
6011 }
6012 .glyphicon-object-align-vertical:before {
6013 content: "\e248";
6014 }
6015 .glyphicon-object-align-right:before {
6016 content: "\e249";
6017 }
6018 .glyphicon-triangle-right:before {
6019 content: "\e250";
6020 }
6021 .glyphicon-triangle-left:before {
6022 content: "\e251";
6023 }
6024 .glyphicon-triangle-bottom:before {
6025 content: "\e252";
6026 }
6027 .glyphicon-triangle-top:before {
6028 content: "\e253";
6029 }
6030 .glyphicon-console:before {
6031 content: "\e254";
6032 }
6033 .glyphicon-superscript:before {
6034 content: "\e255";
6035 }
6036 .glyphicon-subscript:before {
6037 content: "\e256";
6038 }
6039 .glyphicon-menu-left:before {
6040 content: "\e257";
6041 }
6042 .glyphicon-menu-right:before {
6043 content: "\e258";
6044 }
6045 .glyphicon-menu-down:before {
6046 content: "\e259";
6047 }
6048 .glyphicon-menu-up:before {
6049 content: "\e260";
6050 }
6051