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