PluginProbe
WP Database Backup – Unlimited Database & Files Backup by Backup for WP / 2.1.1
WP Database Backup – Unlimited Database & Files Backup by Backup for WP v2.1.1
7.13 7.12 trunk 1.1 2.1.1 5.9 6.0 6.1 6.10 6.11 6.12 6.12.1 6.2 6.3 6.4 6.5 6.5.1 6.6 6.7 6.8 6.9 7.0 7.0.1 7.1 7.10 All 34 releases
wp-database-backup / assets / css / bootstrap.css

bootstrap.css in WP Database Backup – Unlimited Database & Files Backup by Backup for WP 2.1.1, at assets/css/bootstrap.css

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