CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-extsys / src / main / webapp / extsys / vim / css / bootstrap.css
1 /**\r
2  * Copyright 2016-2017 ZTE Corporation.\r
3  *\r
4  * Licensed under the Apache License, Version 2.0 (the "License");\r
5  * you may not use this file except in compliance with the License.\r
6  * You may obtain a copy of the License at\r
7  *\r
8  *     http://www.apache.org/licenses/LICENSE-2.0\r
9  *\r
10  * Unless required by applicable law or agreed to in writing, software\r
11  * distributed under the License is distributed on an "AS IS" BASIS,\r
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  * See the License for the specific language governing permissions and\r
14  * limitations under the License.\r
15  */\r
16 article,\r
17 aside,\r
18 details,\r
19 figcaption,\r
20 figure,\r
21 footer,\r
22 header,\r
23 hgroup,\r
24 nav,\r
25 section {\r
26     display: block;\r
27 }\r
28 \r
29 audio,\r
30 canvas,\r
31 video {\r
32     display: inline-block;\r
33     *display: inline;\r
34     *zoom: 1;\r
35 }\r
36 \r
37 audio:not([controls]) {\r
38     display: none;\r
39 }\r
40 \r
41 html {\r
42     font-size: 100%;\r
43     -webkit-text-size-adjust: 100%;\r
44     -ms-text-size-adjust: 100%;\r
45 }\r
46 \r
47 a:focus {\r
48     outline: thin dotted #333;\r
49     outline: 5px auto -webkit-focus-ring-color;\r
50     outline-offset: -2px;\r
51 }\r
52 \r
53 a:hover,\r
54 a:active {\r
55     outline: 0;\r
56 }\r
57 \r
58 sub,\r
59 sup {\r
60     position: relative;\r
61     font-size: 75%;\r
62     line-height: 0;\r
63     vertical-align: baseline;\r
64 }\r
65 \r
66 sup {\r
67     top: -0.5em;\r
68 }\r
69 \r
70 sub {\r
71     bottom: -0.25em;\r
72 }\r
73 \r
74 img {\r
75     max-width: 100%;\r
76     vertical-align: middle;\r
77     border: 0;\r
78     -ms-interpolation-mode: bicubic;\r
79 }\r
80 \r
81 button,\r
82 input,\r
83 select,\r
84 textarea {\r
85     margin: 0;\r
86     font-size: 100%;\r
87     vertical-align: middle;\r
88 }\r
89 \r
90 button,\r
91 input {\r
92     *overflow: visible;\r
93     line-height: normal;\r
94 }\r
95 \r
96 button::-moz-focus-inner,\r
97 input::-moz-focus-inner {\r
98     padding: 0;\r
99     border: 0;\r
100 }\r
101 \r
102 button,\r
103 input[type="button"],\r
104 input[type="reset"],\r
105 input[type="submit"] {\r
106     cursor: pointer;\r
107     -webkit-appearance: button;\r
108 }\r
109 \r
110 input[type="search"] {\r
111     -webkit-box-sizing: content-box;\r
112     -moz-box-sizing: content-box;\r
113     box-sizing: content-box;\r
114     -webkit-appearance: textfield;\r
115 }\r
116 \r
117 input[type="search"]::-webkit-search-decoration,\r
118 input[type="search"]::-webkit-search-cancel-button {\r
119     -webkit-appearance: none;\r
120 }\r
121 \r
122 textarea {\r
123     overflow: auto;\r
124     vertical-align: top;\r
125 }\r
126 \r
127 .clearfix {\r
128     *zoom: 1;\r
129 }\r
130 \r
131 .clearfix:before,\r
132 .clearfix:after {\r
133     display: table;\r
134     content: "";\r
135 }\r
136 \r
137 .clearfix:after {\r
138     clear: both;\r
139 }\r
140 \r
141 .hide-text {\r
142     font: 0/0 a;\r
143     color: transparent;\r
144     text-shadow: none;\r
145     background-color: transparent;\r
146     border: 0;\r
147 }\r
148 \r
149 .input-block-level {\r
150     display: block;\r
151     width: 100%;\r
152     min-height: 28px;\r
153     -webkit-box-sizing: border-box;\r
154     -moz-box-sizing: border-box;\r
155     -ms-box-sizing: border-box;\r
156     box-sizing: border-box;\r
157 }\r
158 \r
159 body {\r
160     margin: 0;\r
161     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\r
162     font-size: 13px;\r
163     line-height: 18px;\r
164     color: #333333;\r
165     background-color: #ffffff;\r
166 }\r
167 \r
168 a {\r
169     color: #0088cc;\r
170     text-decoration: none;\r
171 }\r
172 \r
173 a:hover {\r
174     color: #005580;\r
175     text-decoration: underline;\r
176 }\r
177 \r
178 .row {\r
179     margin-left: -20px;\r
180     *zoom: 1;\r
181 }\r
182 \r
183 .row:before,\r
184 .row:after {\r
185     display: table;\r
186     content: "";\r
187 }\r
188 \r
189 .row:after {\r
190     clear: both;\r
191 }\r
192 \r
193 [class*="span"] {\r
194     float: left;\r
195     margin-left: 20px;\r
196 }\r
197 \r
198 .container,\r
199 .navbar-fixed-top .container,\r
200 .navbar-fixed-bottom .container {\r
201     width: 940px;\r
202 }\r
203 \r
204 .span12 {\r
205     width: 940px;\r
206 }\r
207 \r
208 .span11 {\r
209     width: 860px;\r
210 }\r
211 \r
212 .span10 {\r
213     width: 780px;\r
214 }\r
215 \r
216 .span9 {\r
217     width: 700px;\r
218 }\r
219 \r
220 .span8 {\r
221     width: 620px;\r
222 }\r
223 \r
224 .span7 {\r
225     width: 540px;\r
226 }\r
227 \r
228 .span6 {\r
229     width: 460px;\r
230 }\r
231 \r
232 .span5 {\r
233     width: 380px;\r
234 }\r
235 \r
236 .span4 {\r
237     width: 300px;\r
238 }\r
239 \r
240 .span3 {\r
241     width: 220px;\r
242 }\r
243 \r
244 .span2 {\r
245     width: 140px;\r
246 }\r
247 \r
248 .span1 {\r
249     width: 60px;\r
250 }\r
251 \r
252 .offset12 {\r
253     margin-left: 980px;\r
254 }\r
255 \r
256 .offset11 {\r
257     margin-left: 900px;\r
258 }\r
259 \r
260 .offset10 {\r
261     margin-left: 820px;\r
262 }\r
263 \r
264 .offset9 {\r
265     margin-left: 740px;\r
266 }\r
267 \r
268 .offset8 {\r
269     margin-left: 660px;\r
270 }\r
271 \r
272 .offset7 {\r
273     margin-left: 580px;\r
274 }\r
275 \r
276 .offset6 {\r
277     margin-left: 500px;\r
278 }\r
279 \r
280 .offset5 {\r
281     margin-left: 420px;\r
282 }\r
283 \r
284 .offset4 {\r
285     margin-left: 340px;\r
286 }\r
287 \r
288 .offset3 {\r
289 \r
290     margin-left: 260px;\r
291 }\r
292 \r
293 .offset2 {\r
294     margin-left: 180px;\r
295 }\r
296 \r
297 .offset1 {\r
298     margin-left: 100px;\r
299 }\r
300 \r
301 .row-fluid {\r
302     width: 100%;\r
303     *zoom: 1;\r
304 }\r
305 \r
306 .row-fluid:before,\r
307 .row-fluid:after {\r
308     display: table;\r
309     content: "";\r
310 }\r
311 \r
312 .row-fluid:after {\r
313     clear: both;\r
314 }\r
315 \r
316 .row-fluid [class*="span"] {\r
317     display: block;\r
318     float: left;\r
319     width: 100%;\r
320     min-height: 28px;\r
321     margin-left: 2.127659574%;\r
322     *margin-left: 2.0744680846382977%;\r
323     -webkit-box-sizing: border-box;\r
324     -moz-box-sizing: border-box;\r
325     -ms-box-sizing: border-box;\r
326     box-sizing: border-box;\r
327 }\r
328 \r
329 .row-fluid [class*="span"]:first-child {\r
330     margin-left: 0;\r
331 }\r
332 \r
333 .row-fluid .span12 {\r
334     width: 99.99999998999999%;\r
335     *width: 99.94680850063828%;\r
336 }\r
337 \r
338 .row-fluid .span11 {\r
339     width: 91.489361693%;\r
340     *width: 91.4361702036383%;\r
341 }\r
342 \r
343 .row-fluid .span10 {\r
344     width: 82.97872339599999%;\r
345     *width: 82.92553190663828%;\r
346 }\r
347 \r
348 .row-fluid .span9 {\r
349     width: 74.468085099%;\r
350     *width: 74.4148936096383%;\r
351 }\r
352 \r
353 .row-fluid .span8 {\r
354     width: 65.95744680199999%;\r
355     *width: 65.90425531263828%;\r
356 }\r
357 \r
358 .row-fluid .span7 {\r
359     width: 57.446808505%;\r
360     *width: 57.3936170156383%;\r
361 }\r
362 \r
363 .row-fluid .span6 {\r
364     width: 48.93617020799999%;\r
365     *width: 48.88297871863829%;\r
366 }\r
367 \r
368 .row-fluid .span5 {\r
369     width: 40.425531911%;\r
370     *width: 40.3723404216383%;\r
371 }\r
372 \r
373 .row-fluid .span4 {\r
374     width: 31.914893614%;\r
375     *width: 31.8617021246383%;\r
376 }\r
377 \r
378 .row-fluid .span3 {\r
379     width: 23.404255317%;\r
380     *width: 23.3510638276383%;\r
381 }\r
382 \r
383 .row-fluid .span2 {\r
384     width: 14.89361702%;\r
385     *width: 14.8404255306383%;\r
386 }\r
387 \r
388 .row-fluid .span1 {\r
389     width: 6.382978723%;\r
390     *width: 6.329787233638298%;\r
391 }\r
392 \r
393 .container {\r
394     margin-right: auto;\r
395     margin-left: auto;\r
396     *zoom: 1;\r
397 }\r
398 \r
399 .container:before,\r
400 .container:after {\r
401     display: table;\r
402     content: "";\r
403 }\r
404 \r
405 .container:after {\r
406     clear: both;\r
407 }\r
408 \r
409 .container-fluid {\r
410     padding-right: 20px;\r
411     padding-left: 20px;\r
412     *zoom: 1;\r
413 }\r
414 \r
415 .container-fluid:before,\r
416 .container-fluid:after {\r
417     display: table;\r
418     content: "";\r
419 }\r
420 \r
421 .container-fluid:after {\r
422     clear: both;\r
423 }\r
424 \r
425 p {\r
426     margin: 0 0 9px;\r
427     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\r
428     font-size: 13px;\r
429     line-height: 18px;\r
430 }\r
431 \r
432 p small {\r
433     font-size: 11px;\r
434     color: #999999;\r
435 }\r
436 \r
437 .lead {\r
438     margin-bottom: 18px;\r
439     font-size: 20px;\r
440     font-weight: 200;\r
441     line-height: 27px;\r
442 }\r
443 \r
444 h1,\r
445 h2,\r
446 h3,\r
447 h4,\r
448 h5,\r
449 h6 {\r
450     margin: 0;\r
451     font-family: inherit;\r
452     font-weight: bold;\r
453     color: inherit;\r
454     text-rendering: optimizelegibility;\r
455 }\r
456 \r
457 h1 small,\r
458 h2 small,\r
459 h3 small,\r
460 h4 small,\r
461 h5 small,\r
462 h6 small {\r
463     font-weight: normal;\r
464     color: #999999;\r
465 }\r
466 \r
467 h1 {\r
468     font-size: 30px;\r
469     line-height: 36px;\r
470 }\r
471 \r
472 h1 small {\r
473     font-size: 18px;\r
474 }\r
475 \r
476 h2 {\r
477     font-size: 24px;\r
478     line-height: 36px;\r
479 }\r
480 \r
481 h2 small {\r
482     font-size: 18px;\r
483 }\r
484 \r
485 h3 {\r
486     font-size: 18px;\r
487     line-height: 27px;\r
488 }\r
489 \r
490 h3 small {\r
491     font-size: 14px;\r
492 }\r
493 \r
494 h4,\r
495 h5,\r
496 h6 {\r
497     line-height: 18px;\r
498 }\r
499 \r
500 h4 {\r
501     font-size: 14px;\r
502 }\r
503 \r
504 h4 small {\r
505     font-size: 12px;\r
506 }\r
507 \r
508 h5 {\r
509     font-size: 12px;\r
510 }\r
511 \r
512 h6 {\r
513     font-size: 11px;\r
514     color: #999999;\r
515     text-transform: uppercase;\r
516 }\r
517 \r
518 .page-header {\r
519     padding-bottom: 17px;\r
520     margin: 18px 0;\r
521     border-bottom: 1px solid #eeeeee;\r
522 }\r
523 \r
524 .page-header h1 {\r
525     line-height: 1;\r
526 }\r
527 \r
528 ul,\r
529 ol {\r
530     padding: 0;\r
531     margin: 0 0 9px 25px;\r
532 }\r
533 \r
534 ul ul,\r
535 ul ol,\r
536 ol ol,\r
537 ol ul {\r
538     margin-bottom: 0;\r
539 }\r
540 \r
541 ul {\r
542     list-style: disc;\r
543 }\r
544 \r
545 ol {\r
546     list-style: decimal;\r
547 }\r
548 \r
549 li {\r
550     line-height: 18px;\r
551 }\r
552 \r
553 ul.unstyled,\r
554 ol.unstyled {\r
555     margin-left: 0;\r
556     list-style: none;\r
557 }\r
558 \r
559 dl {\r
560     margin-bottom: 18px;\r
561 }\r
562 \r
563 dt,\r
564 dd {\r
565     line-height: 18px;\r
566 }\r
567 \r
568 dt {\r
569     font-weight: bold;\r
570     line-height: 17px;\r
571 }\r
572 \r
573 dd {\r
574     margin-left: 9px;\r
575 }\r
576 \r
577 .dl-horizontal dt {\r
578     float: left;\r
579     width: 120px;\r
580     overflow: hidden;\r
581     clear: left;\r
582     text-align: right;\r
583     text-overflow: ellipsis;\r
584     white-space: nowrap;\r
585 }\r
586 \r
587 .dl-horizontal dd {\r
588     margin-left: 130px;\r
589 }\r
590 \r
591 hr {\r
592     margin: 18px 0;\r
593     border: 0;\r
594     border-top: 1px solid #eeeeee;\r
595     border-bottom: 1px solid #ffffff;\r
596 }\r
597 \r
598 strong {\r
599     font-weight: bold;\r
600 }\r
601 \r
602 em {\r
603     font-style: italic;\r
604 }\r
605 \r
606 .muted {\r
607     color: #999999;\r
608 }\r
609 \r
610 abbr[title] {\r
611     cursor: help;\r
612     border-bottom: 1px dotted #ddd;\r
613 }\r
614 \r
615 abbr.initialism {\r
616     font-size: 90%;\r
617     text-transform: uppercase;\r
618 }\r
619 \r
620 blockquote {\r
621     padding: 0 0 0 15px;\r
622     margin: 0 0 18px;\r
623     border-left: 5px solid #eeeeee;\r
624 }\r
625 \r
626 blockquote p {\r
627     margin-bottom: 0;\r
628     font-size: 16px;\r
629     font-weight: 300;\r
630     line-height: 22.5px;\r
631 }\r
632 \r
633 blockquote small {\r
634     display: block;\r
635     line-height: 18px;\r
636     color: #999999;\r
637 }\r
638 \r
639 blockquote small:before {\r
640     content: '\2014 \00A0';\r
641 }\r
642 \r
643 blockquote.pull-right {\r
644     float: right;\r
645     padding-right: 15px;\r
646     padding-left: 0;\r
647     border-right: 5px solid #eeeeee;\r
648     border-left: 0;\r
649 }\r
650 \r
651 blockquote.pull-right p,\r
652 blockquote.pull-right small {\r
653     text-align: right;\r
654 }\r
655 \r
656 q:before,\r
657 q:after,\r
658 blockquote:before,\r
659 blockquote:after {\r
660     content: "";\r
661 }\r
662 \r
663 address {\r
664     display: block;\r
665     margin-bottom: 18px;\r
666     font-style: normal;\r
667     line-height: 18px;\r
668 }\r
669 \r
670 small {\r
671     font-size: 100%;\r
672 }\r
673 \r
674 cite {\r
675     font-style: normal;\r
676 }\r
677 \r
678 code,\r
679 pre {\r
680     padding: 0 3px 2px;\r
681     font-family: Menlo, Monaco, Consolas, "Courier New", monospace;\r
682     font-size: 12px;\r
683     color: #333333;\r
684     -webkit-border-radius: 3px;\r
685     -moz-border-radius: 3px;\r
686     border-radius: 3px;\r
687 }\r
688 \r
689 code {\r
690     padding: 2px 4px;\r
691     color: #d14;\r
692     background-color: #f7f7f9;\r
693     border: 1px solid #e1e1e8;\r
694 }\r
695 \r
696 pre {\r
697     display: block;\r
698     padding: 8.5px;\r
699     margin: 0 0 9px;\r
700     font-size: 12.025px;\r
701     line-height: 18px;\r
702     word-break: break-all;\r
703     word-wrap: break-word;\r
704     white-space: pre;\r
705     white-space: pre-wrap;\r
706     background-color: #f5f5f5;\r
707     border: 1px solid #ccc;\r
708     border: 1px solid rgba(0, 0, 0, 0.15);\r
709     -webkit-border-radius: 4px;\r
710     -moz-border-radius: 4px;\r
711     border-radius: 4px;\r
712 }\r
713 \r
714 pre.prettyprint {\r
715     margin-bottom: 18px;\r
716 }\r
717 \r
718 pre code {\r
719     padding: 0;\r
720     color: inherit;\r
721     background-color: transparent;\r
722     border: 0;\r
723 }\r
724 \r
725 .pre-scrollable {\r
726     max-height: 340px;\r
727     overflow-y: scroll;\r
728 }\r
729 \r
730 form {\r
731     margin: 0 0 18px;\r
732 }\r
733 \r
734 fieldset {\r
735     padding: 0;\r
736     margin: 0;\r
737     border: 0;\r
738 }\r
739 \r
740 legend {\r
741     display: block;\r
742     width: 100%;\r
743     padding: 0;\r
744     margin-bottom: 27px;\r
745     font-size: 19.5px;\r
746     line-height: 36px;\r
747     color: #333333;\r
748     border: 0;\r
749     border-bottom: 1px solid #eee;\r
750 }\r
751 \r
752 legend small {\r
753     font-size: 13.5px;\r
754     color: #999999;\r
755 }\r
756 \r
757 label,\r
758 input,\r
759 button,\r
760 select,\r
761 textarea {\r
762     font-size: 13px;\r
763     font-weight: normal;\r
764     line-height: 18px;\r
765 }\r
766 \r
767 input,\r
768 button,\r
769 select,\r
770 textarea {\r
771     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\r
772 }\r
773 \r
774 label {\r
775     display: block;\r
776     margin-bottom: 5px;\r
777     color: #333333;\r
778 }\r
779 \r
780 input,\r
781 textarea,\r
782 select,\r
783 .uneditable-input {\r
784     display: inline-block;\r
785     width: 210px;\r
786     height: 18px;\r
787     padding: 4px;\r
788     margin-bottom: 9px;\r
789     font-size: 13px;\r
790     line-height: 18px;\r
791     color: #555555;\r
792     background-color: #ffffff;\r
793     border: 1px solid #cccccc;\r
794     -webkit-border-radius: 3px;\r
795     -moz-border-radius: 3px;\r
796     border-radius: 3px;\r
797 }\r
798 \r
799 .uneditable-textarea {\r
800     width: auto;\r
801     height: auto;\r
802 }\r
803 \r
804 label input,\r
805 label textarea,\r
806 label select {\r
807     display: block;\r
808 }\r
809 \r
810 input[type="image"],\r
811 input[type="checkbox"],\r
812 input[type="radio"] {\r
813     width: auto;\r
814     height: auto;\r
815     padding: 0;\r
816     margin: 3px 0;\r
817     *margin-top: 0;\r
818     /* IE7 */\r
819 \r
820     line-height: normal;\r
821     cursor: pointer;\r
822     background-color: transparent;\r
823     border: 0 \9;\r
824     /* IE9 and down */\r
825 \r
826     -webkit-border-radius: 0;\r
827     -moz-border-radius: 0;\r
828     border-radius: 0;\r
829 }\r
830 \r
831 input[type="image"] {\r
832     border: 0;\r
833 }\r
834 \r
835 input[type="file"] {\r
836     width: auto;\r
837     padding: initial;\r
838     line-height: initial;\r
839     background-color: #ffffff;\r
840     background-color: initial;\r
841     border: initial;\r
842     -webkit-box-shadow: none;\r
843     -moz-box-shadow: none;\r
844     box-shadow: none;\r
845 }\r
846 \r
847 input[type="button"],\r
848 input[type="reset"],\r
849 input[type="submit"] {\r
850     width: auto;\r
851     height: auto;\r
852 }\r
853 \r
854 select,\r
855 input[type="file"] {\r
856     height: 28px;\r
857     /* In IE7, the height of the select element cannot be changed by height, only font-size */\r
858 \r
859     *margin-top: 4px;\r
860     /* For IE7, add top margin to align select with labels */\r
861 \r
862     line-height: 28px;\r
863 }\r
864 \r
865 input[type="file"] {\r
866     line-height: 18px \9;\r
867 }\r
868 \r
869 select {\r
870     width: 220px;\r
871     background-color: #ffffff;\r
872 }\r
873 \r
874 select[multiple],\r
875 select[size] {\r
876     height: auto;\r
877 }\r
878 \r
879 input[type="image"] {\r
880     -webkit-box-shadow: none;\r
881     -moz-box-shadow: none;\r
882     box-shadow: none;\r
883 }\r
884 \r
885 textarea {\r
886     height: auto;\r
887 }\r
888 \r
889 input[type="hidden"] {\r
890     display: none;\r
891 }\r
892 \r
893 .radio,\r
894 .checkbox {\r
895     min-height: 18px;\r
896     padding-left: 18px;\r
897 }\r
898 \r
899 .radio input[type="radio"],\r
900 .checkbox input[type="checkbox"] {\r
901     float: left;\r
902     margin-left: -18px;\r
903 }\r
904 \r
905 .controls > .radio:first-child,\r
906 .controls > .checkbox:first-child {\r
907     padding-top: 5px;\r
908 }\r
909 \r
910 .radio.inline,\r
911 .checkbox.inline {\r
912     display: inline-block;\r
913     padding-top: 5px;\r
914     margin-bottom: 0;\r
915     vertical-align: middle;\r
916 }\r
917 \r
918 .radio.inline + .radio.inline,\r
919 .checkbox.inline + .checkbox.inline {\r
920     margin-left: 10px;\r
921 }\r
922 \r
923 input,\r
924 textarea {\r
925     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\r
926     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\r
927     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\r
928     -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;\r
929     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;\r
930     -ms-transition: border linear 0.2s, box-shadow linear 0.2s;\r
931     -o-transition: border linear 0.2s, box-shadow linear 0.2s;\r
932     transition: border linear 0.2s, box-shadow linear 0.2s;\r
933 }\r
934 \r
935 input:focus,\r
936 textarea:focus {\r
937     border-color: rgba(82, 168, 236, 0.8);\r
938     outline: 0;\r
939     outline: thin dotted \9;\r
940     /* IE6-9 */\r
941 \r
942     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);\r
943     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);\r
944     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);\r
945 }\r
946 \r
947 input[type="file"]:focus,\r
948 input[type="radio"]:focus,\r
949 input[type="checkbox"]:focus,\r
950 select:focus {\r
951     outline: thin dotted #333;\r
952     outline: 5px auto -webkit-focus-ring-color;\r
953     outline-offset: -2px;\r
954     -webkit-box-shadow: none;\r
955     -moz-box-shadow: none;\r
956     box-shadow: none;\r
957 }\r
958 \r
959 .input-mini {\r
960     width: 60px;\r
961 }\r
962 \r
963 .input-small {\r
964     width: 90px;\r
965 }\r
966 \r
967 .input-medium {\r
968     width: 150px;\r
969 }\r
970 \r
971 .input-large {\r
972     width: 210px;\r
973 }\r
974 \r
975 .input-xlarge {\r
976     width: 270px;\r
977 }\r
978 \r
979 .input-xxlarge {\r
980     width: 530px;\r
981 }\r
982 \r
983 input[class*="span"],\r
984 select[class*="span"],\r
985 textarea[class*="span"],\r
986 .uneditable-input[class*="span"],\r
987 .row-fluid input[class*="span"],\r
988 .row-fluid select[class*="span"],\r
989 .row-fluid textarea[class*="span"],\r
990 .row-fluid .uneditable-input[class*="span"] {\r
991     float: none;\r
992     margin-left: 0;\r
993 }\r
994 \r
995 input,\r
996 textarea,\r
997 .uneditable-input {\r
998     margin-left: 0;\r
999 }\r
1000 \r
1001 input.span12,\r
1002 textarea.span12,\r
1003 .uneditable-input.span12 {\r
1004     width: 930px;\r
1005 }\r
1006 \r
1007 input.span11,\r
1008 textarea.span11,\r
1009 .uneditable-input.span11 {\r
1010     width: 850px;\r
1011 }\r
1012 \r
1013 input.span10,\r
1014 textarea.span10,\r
1015 .uneditable-input.span10 {\r
1016     width: 770px;\r
1017 }\r
1018 \r
1019 input.span9,\r
1020 textarea.span9,\r
1021 .uneditable-input.span9 {\r
1022     width: 690px;\r
1023 }\r
1024 \r
1025 input.span8,\r
1026 textarea.span8,\r
1027 .uneditable-input.span8 {\r
1028     width: 610px;\r
1029 }\r
1030 \r
1031 input.span7,\r
1032 textarea.span7,\r
1033 .uneditable-input.span7 {\r
1034     width: 530px;\r
1035 }\r
1036 \r
1037 input.span6,\r
1038 textarea.span6,\r
1039 .uneditable-input.span6 {\r
1040     width: 450px;\r
1041 }\r
1042 \r
1043 input.span5,\r
1044 textarea.span5,\r
1045 .uneditable-input.span5 {\r
1046     width: 370px;\r
1047 }\r
1048 \r
1049 input.span4,\r
1050 textarea.span4,\r
1051 .uneditable-input.span4 {\r
1052     width: 290px;\r
1053 }\r
1054 \r
1055 input.span3,\r
1056 textarea.span3,\r
1057 .uneditable-input.span3 {\r
1058     width: 210px;\r
1059 }\r
1060 \r
1061 input.span2,\r
1062 textarea.span2,\r
1063 .uneditable-input.span2 {\r
1064     width: 130px;\r
1065 }\r
1066 \r
1067 input.span1,\r
1068 textarea.span1,\r
1069 .uneditable-input.span1 {\r
1070     width: 50px;\r
1071 }\r
1072 \r
1073 input[disabled],\r
1074 select[disabled],\r
1075 textarea[disabled],\r
1076 input[readonly],\r
1077 select[readonly],\r
1078 textarea[readonly] {\r
1079     cursor: not-allowed;\r
1080     background-color: #eeeeee;\r
1081     border-color: #ddd;\r
1082 }\r
1083 \r
1084 input[type="radio"][disabled],\r
1085 input[type="checkbox"][disabled],\r
1086 input[type="radio"][readonly],\r
1087 input[type="checkbox"][readonly] {\r
1088     background-color: transparent;\r
1089 }\r
1090 \r
1091 .control-group.warning > label,\r
1092 .control-group.warning .help-block,\r
1093 .control-group.warning .help-inline {\r
1094     color: #c09853;\r
1095 }\r
1096 \r
1097 .control-group.warning input,\r
1098 .control-group.warning select,\r
1099 .control-group.warning textarea {\r
1100     color: #c09853;\r
1101     border-color: #c09853;\r
1102 }\r
1103 \r
1104 .control-group.warning input:focus,\r
1105 .control-group.warning select:focus,\r
1106 .control-group.warning textarea:focus {\r
1107     border-color: #a47e3c;\r
1108     -webkit-box-shadow: 0 0 6px #dbc59e;\r
1109     -moz-box-shadow: 0 0 6px #dbc59e;\r
1110     box-shadow: 0 0 6px #dbc59e;\r
1111 }\r
1112 \r
1113 .control-group.warning .input-prepend .add-on,\r
1114 .control-group.warning .input-append .add-on {\r
1115     color: #c09853;\r
1116     background-color: #fcf8e3;\r
1117     border-color: #c09853;\r
1118 }\r
1119 \r
1120 .control-group.error > label,\r
1121 .control-group.error .help-block,\r
1122 .control-group.error .help-inline {\r
1123     color: #b94a48;\r
1124 }\r
1125 \r
1126 .control-group.error input,\r
1127 .control-group.error select,\r
1128 .control-group.error textarea {\r
1129     color: #b94a48;\r
1130     border-color: #b94a48;\r
1131 }\r
1132 \r
1133 .control-group.error input:focus,\r
1134 .control-group.error select:focus,\r
1135 .control-group.error textarea:focus {\r
1136     border-color: #953b39;\r
1137     -webkit-box-shadow: 0 0 6px #d59392;\r
1138     -moz-box-shadow: 0 0 6px #d59392;\r
1139     box-shadow: 0 0 6px #d59392;\r
1140 }\r
1141 \r
1142 .control-group.error .input-prepend .add-on,\r
1143 .control-group.error .input-append .add-on {\r
1144     color: #b94a48;\r
1145     background-color: #f2dede;\r
1146     border-color: #b94a48;\r
1147 }\r
1148 \r
1149 .control-group.success > label,\r
1150 .control-group.success .help-block,\r
1151 .control-group.success .help-inline {\r
1152     color: #468847;\r
1153 }\r
1154 \r
1155 .control-group.success input,\r
1156 .control-group.success select,\r
1157 .control-group.success textarea {\r
1158     color: #468847;\r
1159     border-color: #468847;\r
1160 }\r
1161 \r
1162 .control-group.success input:focus,\r
1163 .control-group.success select:focus,\r
1164 .control-group.success textarea:focus {\r
1165     border-color: #356635;\r
1166     -webkit-box-shadow: 0 0 6px #7aba7b;\r
1167     -moz-box-shadow: 0 0 6px #7aba7b;\r
1168     box-shadow: 0 0 6px #7aba7b;\r
1169 }\r
1170 \r
1171 .control-group.success .input-prepend .add-on,\r
1172 .control-group.success .input-append .add-on {\r
1173     color: #468847;\r
1174     background-color: #dff0d8;\r
1175     border-color: #468847;\r
1176 }\r
1177 \r
1178 input:focus:required:invalid,\r
1179 textarea:focus:required:invalid,\r
1180 select:focus:required:invalid {\r
1181     color: #b94a48;\r
1182     border-color: #ee5f5b;\r
1183 }\r
1184 \r
1185 input:focus:required:invalid:focus,\r
1186 textarea:focus:required:invalid:focus,\r
1187 select:focus:required:invalid:focus {\r
1188     border-color: #e9322d;\r
1189     -webkit-box-shadow: 0 0 6px #f8b9b7;\r
1190     -moz-box-shadow: 0 0 6px #f8b9b7;\r
1191     box-shadow: 0 0 6px #f8b9b7;\r
1192 }\r
1193 \r
1194 .form-actions {\r
1195     padding: 17px 20px 18px;\r
1196     margin-top: 18px;\r
1197     margin-bottom: 18px;\r
1198     background-color: #f5f5f5;\r
1199     border-top: 1px solid #ddd;\r
1200     *zoom: 1;\r
1201 }\r
1202 \r
1203 .form-actions:before,\r
1204 .form-actions:after {\r
1205     display: table;\r
1206     content: "";\r
1207 }\r
1208 \r
1209 .form-actions:after {\r
1210     clear: both;\r
1211 }\r
1212 \r
1213 .uneditable-input {\r
1214     overflow: hidden;\r
1215     white-space: nowrap;\r
1216     cursor: not-allowed;\r
1217     background-color: #ffffff;\r
1218     border-color: #eee;\r
1219     -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);\r
1220     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);\r
1221     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);\r
1222 }\r
1223 \r
1224 :-moz-placeholder {\r
1225     color: #999999;\r
1226 }\r
1227 \r
1228 ::-webkit-input-placeholder {\r
1229     color: #999999;\r
1230 }\r
1231 \r
1232 .help-block,\r
1233 .help-inline {\r
1234     color: #555555;\r
1235 }\r
1236 \r
1237 .help-block {\r
1238     display: block;\r
1239     margin-bottom: 9px;\r
1240 }\r
1241 \r
1242 .help-inline {\r
1243     display: inline-block;\r
1244     *display: inline;\r
1245     padding-left: 5px;\r
1246     vertical-align: middle;\r
1247     *zoom: 1;\r
1248 }\r
1249 \r
1250 .input-prepend,\r
1251 .input-append {\r
1252     margin-bottom: 5px;\r
1253 }\r
1254 \r
1255 .input-prepend input,\r
1256 .input-append input,\r
1257 .input-prepend select,\r
1258 .input-append select,\r
1259 .input-prepend .uneditable-input,\r
1260 .input-append .uneditable-input {\r
1261     position: relative;\r
1262     margin-bottom: 0;\r
1263     *margin-left: 0;\r
1264     vertical-align: middle;\r
1265     -webkit-border-radius: 0 3px 3px 0;\r
1266     -moz-border-radius: 0 3px 3px 0;\r
1267     border-radius: 0 3px 3px 0;\r
1268 }\r
1269 \r
1270 .input-prepend input:focus,\r
1271 .input-append input:focus,\r
1272 .input-prepend select:focus,\r
1273 .input-append select:focus,\r
1274 .input-prepend .uneditable-input:focus,\r
1275 .input-append .uneditable-input:focus {\r
1276     z-index: 2;\r
1277 }\r
1278 \r
1279 .input-prepend .uneditable-input,\r
1280 .input-append .uneditable-input {\r
1281     border-left-color: #ccc;\r
1282 }\r
1283 \r
1284 .input-prepend .add-on,\r
1285 .input-append .add-on {\r
1286     display: inline-block;\r
1287     width: auto;\r
1288     height: 18px;\r
1289     min-width: 16px;\r
1290     padding: 4px 5px;\r
1291     font-weight: normal;\r
1292     line-height: 18px;\r
1293     text-align: center;\r
1294     text-shadow: 0 1px 0 #ffffff;\r
1295     vertical-align: middle;\r
1296     background-color: #eeeeee;\r
1297     border: 1px solid #ccc;\r
1298 }\r
1299 \r
1300 .input-prepend .add-on,\r
1301 .input-append .add-on,\r
1302 .input-prepend .btn,\r
1303 .input-append .btn {\r
1304     margin-left: -1px;\r
1305     -webkit-border-radius: 0;\r
1306     -moz-border-radius: 0;\r
1307     border-radius: 0;\r
1308 }\r
1309 \r
1310 .input-prepend .active,\r
1311 .input-append .active {\r
1312     background-color: #a9dba9;\r
1313     border-color: #46a546;\r
1314 }\r
1315 \r
1316 .input-prepend .add-on,\r
1317 .input-prepend .btn {\r
1318     margin-right: -1px;\r
1319 }\r
1320 \r
1321 .input-prepend .add-on:first-child,\r
1322 .input-prepend .btn:first-child {\r
1323     -webkit-border-radius: 3px 0 0 3px;\r
1324     -moz-border-radius: 3px 0 0 3px;\r
1325     border-radius: 3px 0 0 3px;\r
1326 }\r
1327 \r
1328 .input-append input,\r
1329 .input-append select,\r
1330 .input-append .uneditable-input {\r
1331     -webkit-border-radius: 3px 0 0 3px;\r
1332     -moz-border-radius: 3px 0 0 3px;\r
1333     border-radius: 3px 0 0 3px;\r
1334 }\r
1335 \r
1336 .input-append .uneditable-input {\r
1337     border-right-color: #ccc;\r
1338     border-left-color: #eee;\r
1339 }\r
1340 \r
1341 .input-append .add-on:last-child,\r
1342 .input-append .btn:last-child {\r
1343     -webkit-border-radius: 0 3px 3px 0;\r
1344     -moz-border-radius: 0 3px 3px 0;\r
1345     border-radius: 0 3px 3px 0;\r
1346 }\r
1347 \r
1348 .input-prepend.input-append input,\r
1349 .input-prepend.input-append select,\r
1350 .input-prepend.input-append .uneditable-input {\r
1351     -webkit-border-radius: 0;\r
1352     -moz-border-radius: 0;\r
1353     border-radius: 0;\r
1354 }\r
1355 \r
1356 .input-prepend.input-append .add-on:first-child,\r
1357 .input-prepend.input-append .btn:first-child {\r
1358     margin-right: -1px;\r
1359     -webkit-border-radius: 3px 0 0 3px;\r
1360     -moz-border-radius: 3px 0 0 3px;\r
1361     border-radius: 3px 0 0 3px;\r
1362 }\r
1363 \r
1364 .input-prepend.input-append .add-on:last-child,\r
1365 .input-prepend.input-append .btn:last-child {\r
1366     margin-left: -1px;\r
1367     -webkit-border-radius: 0 3px 3px 0;\r
1368     -moz-border-radius: 0 3px 3px 0;\r
1369     border-radius: 0 3px 3px 0;\r
1370 }\r
1371 \r
1372 .search-query {\r
1373     padding-right: 14px;\r
1374     padding-right: 4px \9;\r
1375     padding-left: 14px;\r
1376     padding-left: 4px \9;\r
1377     /* IE7-8 doesn't have border-radius, so don't indent the padding */\r
1378 \r
1379     margin-bottom: 0;\r
1380     -webkit-border-radius: 14px;\r
1381     -moz-border-radius: 14px;\r
1382     border-radius: 14px;\r
1383 }\r
1384 \r
1385 .form-search input,\r
1386 .form-inline input,\r
1387 .form-horizontal input,\r
1388 .form-search textarea,\r
1389 .form-inline textarea,\r
1390 .form-horizontal textarea,\r
1391 .form-search select,\r
1392 .form-inline select,\r
1393 .form-horizontal select,\r
1394 .form-search .help-inline,\r
1395 .form-inline .help-inline,\r
1396 .form-horizontal .help-inline,\r
1397 .form-search .uneditable-input,\r
1398 .form-inline .uneditable-input,\r
1399 .form-horizontal .uneditable-input,\r
1400 .form-search .input-prepend,\r
1401 .form-inline .input-prepend,\r
1402 .form-horizontal .input-prepend,\r
1403 .form-search .input-append,\r
1404 .form-inline .input-append,\r
1405 .form-horizontal .input-append {\r
1406     display: inline-block;\r
1407     *display: inline;\r
1408     margin-bottom: 0;\r
1409     *zoom: 1;\r
1410 }\r
1411 \r
1412 .form-search .hide,\r
1413 .form-inline .hide,\r
1414 .form-horizontal .hide {\r
1415     display: none;\r
1416 }\r
1417 \r
1418 .form-search label,\r
1419 .form-inline label {\r
1420     display: inline-block;\r
1421 }\r
1422 \r
1423 .form-search .input-append,\r
1424 .form-inline .input-append,\r
1425 .form-search .input-prepend,\r
1426 .form-inline .input-prepend {\r
1427     margin-bottom: 0;\r
1428 }\r
1429 \r
1430 .form-search .radio,\r
1431 .form-search .checkbox,\r
1432 .form-inline .radio,\r
1433 .form-inline .checkbox {\r
1434     padding-left: 0;\r
1435     margin-bottom: 0;\r
1436     vertical-align: middle;\r
1437 }\r
1438 \r
1439 .form-search .radio input[type="radio"],\r
1440 .form-search .checkbox input[type="checkbox"],\r
1441 .form-inline .radio input[type="radio"],\r
1442 .form-inline .checkbox input[type="checkbox"] {\r
1443     float: left;\r
1444     margin-right: 3px;\r
1445     margin-left: 0;\r
1446 }\r
1447 \r
1448 .control-group {\r
1449     margin-bottom: 9px;\r
1450 }\r
1451 \r
1452 legend + .control-group {\r
1453     margin-top: 18px;\r
1454     -webkit-margin-top-collapse: separate;\r
1455 }\r
1456 \r
1457 .form-horizontal .control-group {\r
1458     margin-bottom: 18px;\r
1459     *zoom: 1;\r
1460 }\r
1461 \r
1462 .form-horizontal .control-group:before,\r
1463 .form-horizontal .control-group:after {\r
1464     display: table;\r
1465     content: "";\r
1466 }\r
1467 \r
1468 .form-horizontal .control-group:after {\r
1469     clear: both;\r
1470 }\r
1471 \r
1472 .form-horizontal .control-label {\r
1473     float: left;\r
1474     width: 140px;\r
1475     padding-top: 5px;\r
1476     text-align: right;\r
1477 }\r
1478 \r
1479 .form-horizontal .controls {\r
1480     *display: inline-block;\r
1481     *padding-left: 20px;\r
1482     margin-left: 160px;\r
1483     *margin-left: 0;\r
1484 }\r
1485 \r
1486 .form-horizontal .controls:first-child {\r
1487     *padding-left: 160px;\r
1488 }\r
1489 \r
1490 .form-horizontal .help-block {\r
1491     margin-top: 9px;\r
1492     margin-bottom: 0;\r
1493 }\r
1494 \r
1495 .form-horizontal .form-actions {\r
1496     padding-left: 160px;\r
1497 }\r
1498 \r
1499 table {\r
1500     max-width: 100%;\r
1501     background-color: transparent;\r
1502     border-collapse: collapse;\r
1503     border-spacing: 0;\r
1504 }\r
1505 \r
1506 .table {\r
1507     width: 100%;\r
1508     margin-bottom: 18px;\r
1509 }\r
1510 \r
1511 .table th,\r
1512 .table td {\r
1513     padding: 8px;\r
1514     line-height: 18px;\r
1515     text-align: left;\r
1516     vertical-align: top;\r
1517     border-top: 1px solid #dddddd;\r
1518 }\r
1519 \r
1520 .table th {\r
1521     font-weight: bold;\r
1522 }\r
1523 \r
1524 .table thead th {\r
1525     vertical-align: bottom;\r
1526 }\r
1527 \r
1528 .table caption + thead tr:first-child th,\r
1529 .table caption + thead tr:first-child td,\r
1530 .table colgroup + thead tr:first-child th,\r
1531 .table colgroup + thead tr:first-child td,\r
1532 .table thead:first-child tr:first-child th,\r
1533 .table thead:first-child tr:first-child td {\r
1534     border-top: 0;\r
1535 }\r
1536 \r
1537 .table tbody + tbody {\r
1538     border-top: 2px solid #dddddd;\r
1539 }\r
1540 \r
1541 .table-condensed th,\r
1542 .table-condensed td {\r
1543     padding: 4px 5px;\r
1544 }\r
1545 \r
1546 .table-bordered {\r
1547     border: 1px solid #dddddd;\r
1548     border-collapse: separate;\r
1549     *border-collapse: collapsed;\r
1550     border-left: 0;\r
1551     -webkit-border-radius: 4px;\r
1552     -moz-border-radius: 4px;\r
1553     border-radius: 4px;\r
1554 }\r
1555 \r
1556 .table-bordered th,\r
1557 .table-bordered td {\r
1558     border-left: 1px solid #dddddd;\r
1559 }\r
1560 \r
1561 .table-bordered caption + thead tr:first-child th,\r
1562 .table-bordered caption + tbody tr:first-child th,\r
1563 .table-bordered caption + tbody tr:first-child td,\r
1564 .table-bordered colgroup + thead tr:first-child th,\r
1565 .table-bordered colgroup + tbody tr:first-child th,\r
1566 .table-bordered colgroup + tbody tr:first-child td,\r
1567 .table-bordered thead:first-child tr:first-child th,\r
1568 .table-bordered tbody:first-child tr:first-child th,\r
1569 .table-bordered tbody:first-child tr:first-child td {\r
1570     border-top: 0;\r
1571 }\r
1572 \r
1573 .table-bordered thead:first-child tr:first-child th:first-child,\r
1574 .table-bordered tbody:first-child tr:first-child td:first-child {\r
1575     -webkit-border-top-left-radius: 4px;\r
1576     border-top-left-radius: 4px;\r
1577     -moz-border-radius-topleft: 4px;\r
1578 }\r
1579 \r
1580 .table-bordered thead:first-child tr:first-child th:last-child,\r
1581 .table-bordered tbody:first-child tr:first-child td:last-child {\r
1582     -webkit-border-top-right-radius: 4px;\r
1583     border-top-right-radius: 4px;\r
1584     -moz-border-radius-topright: 4px;\r
1585 }\r
1586 \r
1587 .table-bordered thead:last-child tr:last-child th:first-child,\r
1588 .table-bordered tbody:last-child tr:last-child td:first-child {\r
1589     -webkit-border-radius: 0 0 0 4px;\r
1590     -moz-border-radius: 0 0 0 4px;\r
1591     border-radius: 0 0 0 4px;\r
1592     -webkit-border-bottom-left-radius: 4px;\r
1593     border-bottom-left-radius: 4px;\r
1594     -moz-border-radius-bottomleft: 4px;\r
1595 }\r
1596 \r
1597 .table-bordered thead:last-child tr:last-child th:last-child,\r
1598 .table-bordered tbody:last-child tr:last-child td:last-child {\r
1599     -webkit-border-bottom-right-radius: 4px;\r
1600     border-bottom-right-radius: 4px;\r
1601     -moz-border-radius-bottomright: 4px;\r
1602 }\r
1603 \r
1604 .table-striped tbody tr:nth-child(odd) td,\r
1605 .table-striped tbody tr:nth-child(odd) th {\r
1606     background-color: #f9f9f9;\r
1607 }\r
1608 \r
1609 .table tbody tr:hover td,\r
1610 .table tbody tr:hover th {\r
1611     background-color: #f5f5f5;\r
1612 }\r
1613 \r
1614 table .span1 {\r
1615     float: none;\r
1616     width: 44px;\r
1617     margin-left: 0;\r
1618 }\r
1619 \r
1620 table .span2 {\r
1621     float: none;\r
1622     width: 124px;\r
1623     margin-left: 0;\r
1624 }\r
1625 \r
1626 table .span3 {\r
1627     float: none;\r
1628     width: 204px;\r
1629     margin-left: 0;\r
1630 }\r
1631 \r
1632 table .span4 {\r
1633     float: none;\r
1634     width: 284px;\r
1635     margin-left: 0;\r
1636 }\r
1637 \r
1638 table .span5 {\r
1639     float: none;\r
1640     width: 364px;\r
1641     margin-left: 0;\r
1642 }\r
1643 \r
1644 table .span6 {\r
1645     float: none;\r
1646     width: 444px;\r
1647     margin-left: 0;\r
1648 }\r
1649 \r
1650 table .span7 {\r
1651     float: none;\r
1652     width: 524px;\r
1653     margin-left: 0;\r
1654 }\r
1655 \r
1656 table .span8 {\r
1657     float: none;\r
1658     width: 604px;\r
1659     margin-left: 0;\r
1660 }\r
1661 \r
1662 table .span9 {\r
1663     float: none;\r
1664     width: 684px;\r
1665     margin-left: 0;\r
1666 }\r
1667 \r
1668 table .span10 {\r
1669     float: none;\r
1670     width: 764px;\r
1671     margin-left: 0;\r
1672 }\r
1673 \r
1674 table .span11 {\r
1675     float: none;\r
1676     width: 844px;\r
1677     margin-left: 0;\r
1678 }\r
1679 \r
1680 table .span12 {\r
1681     float: none;\r
1682     width: 924px;\r
1683     margin-left: 0;\r
1684 }\r
1685 \r
1686 table .span13 {\r
1687     float: none;\r
1688     width: 1004px;\r
1689     margin-left: 0;\r
1690 }\r
1691 \r
1692 table .span14 {\r
1693     float: none;\r
1694     width: 1084px;\r
1695     margin-left: 0;\r
1696 }\r
1697 \r
1698 table .span15 {\r
1699     float: none;\r
1700     width: 1164px;\r
1701     margin-left: 0;\r
1702 }\r
1703 \r
1704 table .span16 {\r
1705     float: none;\r
1706     width: 1244px;\r
1707     margin-left: 0;\r
1708 }\r
1709 \r
1710 table .span17 {\r
1711     float: none;\r
1712     width: 1324px;\r
1713     margin-left: 0;\r
1714 }\r
1715 \r
1716 table .span18 {\r
1717     float: none;\r
1718     width: 1404px;\r
1719     margin-left: 0;\r
1720 }\r
1721 \r
1722 table .span19 {\r
1723     float: none;\r
1724     width: 1484px;\r
1725     margin-left: 0;\r
1726 }\r
1727 \r
1728 table .span20 {\r
1729     float: none;\r
1730     width: 1564px;\r
1731     margin-left: 0;\r
1732 }\r
1733 \r
1734 table .span21 {\r
1735     float: none;\r
1736     width: 1644px;\r
1737     margin-left: 0;\r
1738 }\r
1739 \r
1740 table .span22 {\r
1741     float: none;\r
1742     width: 1724px;\r
1743     margin-left: 0;\r
1744 }\r
1745 \r
1746 table .span23 {\r
1747     float: none;\r
1748     width: 1804px;\r
1749     margin-left: 0;\r
1750 }\r
1751 \r
1752 table .span24 {\r
1753     float: none;\r
1754     width: 1884px;\r
1755     margin-left: 0;\r
1756 }\r
1757 \r
1758 [class^="icon-"],\r
1759 [class*=" icon-"] {\r
1760     display: inline-block;\r
1761     width: 14px;\r
1762     height: 14px;\r
1763     *margin-right: .3em;\r
1764     line-height: 14px;\r
1765     vertical-align: text-top;\r
1766     background-image: url("../img/glyphicons-halflings.png");\r
1767     background-position: 14px 14px;\r
1768     background-repeat: no-repeat;\r
1769 }\r
1770 \r
1771 [class^="icon-"]:last-child,\r
1772 [class*=" icon-"]:last-child {\r
1773     *margin-left: 0;\r
1774 }\r
1775 \r
1776 .icon-white {\r
1777     background-image: url("../img/glyphicons-halflings-white.png");\r
1778 }\r
1779 \r
1780 .icon-glass {\r
1781     background-position: 0 0;\r
1782 }\r
1783 \r
1784 .icon-music {\r
1785     background-position: -24px 0;\r
1786 }\r
1787 \r
1788 .icon-search {\r
1789     background-position: -48px 0;\r
1790 }\r
1791 \r
1792 .icon-envelope {\r
1793     background-position: -72px 0;\r
1794 }\r
1795 \r
1796 .icon-heart {\r
1797     background-position: -96px 0;\r
1798 }\r
1799 \r
1800 .icon-star {\r
1801     background-position: -120px 0;\r
1802 }\r
1803 \r
1804 .icon-star-empty {\r
1805     background-position: -144px 0;\r
1806 }\r
1807 \r
1808 .icon-user {\r
1809     background-position: -168px 0;\r
1810 }\r
1811 \r
1812 .icon-film {\r
1813     background-position: -192px 0;\r
1814 }\r
1815 \r
1816 .icon-th-large {\r
1817     background-position: -216px 0;\r
1818 }\r
1819 \r
1820 .icon-th {\r
1821     background-position: -240px 0;\r
1822 }\r
1823 \r
1824 .icon-th-list {\r
1825     background-position: -264px 0;\r
1826 }\r
1827 \r
1828 .icon-ok {\r
1829     background-position: -288px 0;\r
1830 }\r
1831 \r
1832 .icon-remove {\r
1833     background-position: -312px 0;\r
1834 }\r
1835 \r
1836 .icon-zoom-in {\r
1837     background-position: -336px 0;\r
1838 }\r
1839 \r
1840 .icon-zoom-out {\r
1841     background-position: -360px 0;\r
1842 }\r
1843 \r
1844 .icon-off {\r
1845     background-position: -384px 0;\r
1846 }\r
1847 \r
1848 .icon-signal {\r
1849     background-position: -408px 0;\r
1850 }\r
1851 \r
1852 .icon-cog {\r
1853     background-position: -432px 0;\r
1854 }\r
1855 \r
1856 .icon-trash {\r
1857     background-position: -456px 0;\r
1858 }\r
1859 \r
1860 .icon-home {\r
1861     background-position: 0 -24px;\r
1862 }\r
1863 \r
1864 .icon-file {\r
1865     background-position: -24px -24px;\r
1866 }\r
1867 \r
1868 .icon-time {\r
1869     background-position: -48px -24px;\r
1870 }\r
1871 \r
1872 .icon-road {\r
1873     background-position: -72px -24px;\r
1874 }\r
1875 \r
1876 .icon-download-alt {\r
1877     background-position: -96px -24px;\r
1878 }\r
1879 \r
1880 .icon-download {\r
1881     background-position: -120px -24px;\r
1882 }\r
1883 \r
1884 .icon-upload {\r
1885     background-position: -144px -24px;\r
1886 }\r
1887 \r
1888 .icon-inbox {\r
1889     background-position: -168px -24px;\r
1890 }\r
1891 \r
1892 .icon-play-circle {\r
1893     background-position: -192px -24px;\r
1894 }\r
1895 \r
1896 .icon-repeat {\r
1897     background-position: -216px -24px;\r
1898 }\r
1899 \r
1900 .icon-refresh {\r
1901     background-position: -240px -24px;\r
1902 }\r
1903 \r
1904 .icon-list-alt {\r
1905     background-position: -264px -24px;\r
1906 }\r
1907 \r
1908 .icon-lock {\r
1909     background-position: -287px -24px;\r
1910 }\r
1911 \r
1912 .icon-flag {\r
1913     background-position: -312px -24px;\r
1914 }\r
1915 \r
1916 .icon-headphones {\r
1917     background-position: -336px -24px;\r
1918 }\r
1919 \r
1920 .icon-volume-off {\r
1921     background-position: -360px -24px;\r
1922 }\r
1923 \r
1924 .icon-volume-down {\r
1925     background-position: -384px -24px;\r
1926 }\r
1927 \r
1928 .icon-volume-up {\r
1929     background-position: -408px -24px;\r
1930 }\r
1931 \r
1932 .icon-qrcode {\r
1933     background-position: -432px -24px;\r
1934 }\r
1935 \r
1936 .icon-barcode {\r
1937     background-position: -456px -24px;\r
1938 }\r
1939 \r
1940 .icon-tag {\r
1941     background-position: 0 -48px;\r
1942 }\r
1943 \r
1944 .icon-tags {\r
1945     background-position: -25px -48px;\r
1946 }\r
1947 \r
1948 .icon-book {\r
1949     background-position: -48px -48px;\r
1950 }\r
1951 \r
1952 .icon-bookmark {\r
1953     background-position: -72px -48px;\r
1954 }\r
1955 \r
1956 .icon-print {\r
1957     background-position: -96px -48px;\r
1958 }\r
1959 \r
1960 .icon-camera {\r
1961     background-position: -120px -48px;\r
1962 }\r
1963 \r
1964 .icon-font {\r
1965     background-position: -144px -48px;\r
1966 }\r
1967 \r
1968 .icon-bold {\r
1969     background-position: -167px -48px;\r
1970 }\r
1971 \r
1972 .icon-italic {\r
1973     background-position: -192px -48px;\r
1974 }\r
1975 \r
1976 .icon-text-height {\r
1977     background-position: -216px -48px;\r
1978 }\r
1979 \r
1980 .icon-text-width {\r
1981     background-position: -240px -48px;\r
1982 }\r
1983 \r
1984 .icon-align-left {\r
1985     background-position: -264px -48px;\r
1986 }\r
1987 \r
1988 .icon-align-center {\r
1989     background-position: -288px -48px;\r
1990 }\r
1991 \r
1992 .icon-align-right {\r
1993     background-position: -312px -48px;\r
1994 }\r
1995 \r
1996 .icon-align-justify {\r
1997     background-position: -336px -48px;\r
1998 }\r
1999 \r
2000 .icon-list {\r
2001     background-position: -360px -48px;\r
2002 }\r
2003 \r
2004 .icon-indent-left {\r
2005     background-position: -384px -48px;\r
2006 }\r
2007 \r
2008 .icon-indent-right {\r
2009     background-position: -408px -48px;\r
2010 }\r
2011 \r
2012 .icon-facetime-video {\r
2013     background-position: -432px -48px;\r
2014 }\r
2015 \r
2016 .icon-picture {\r
2017     background-position: -456px -48px;\r
2018 }\r
2019 \r
2020 .icon-pencil {\r
2021     background-position: 0 -72px;\r
2022 }\r
2023 \r
2024 .icon-map-marker {\r
2025     background-position: -24px -72px;\r
2026 }\r
2027 \r
2028 .icon-adjust {\r
2029     background-position: -48px -72px;\r
2030 }\r
2031 \r
2032 .icon-tint {\r
2033     background-position: -72px -72px;\r
2034 }\r
2035 \r
2036 .icon-edit {\r
2037     background-position: -96px -72px;\r
2038 }\r
2039 \r
2040 .icon-share {\r
2041     background-position: -120px -72px;\r
2042 }\r
2043 \r
2044 .icon-check {\r
2045     background-position: -144px -72px;\r
2046 }\r
2047 \r
2048 .icon-move {\r
2049     background-position: -168px -72px;\r
2050 }\r
2051 \r
2052 .icon-step-backward {\r
2053     background-position: -192px -72px;\r
2054 }\r
2055 \r
2056 .icon-fast-backward {\r
2057     background-position: -216px -72px;\r
2058 }\r
2059 \r
2060 .icon-backward {\r
2061     background-position: -240px -72px;\r
2062 }\r
2063 \r
2064 .icon-play {\r
2065     background-position: -264px -72px;\r
2066 }\r
2067 \r
2068 .icon-pause {\r
2069     background-position: -288px -72px;\r
2070 }\r
2071 \r
2072 .icon-stop {\r
2073     background-position: -312px -72px;\r
2074 }\r
2075 \r
2076 .icon-forward {\r
2077     background-position: -336px -72px;\r
2078 }\r
2079 \r
2080 .icon-fast-forward {\r
2081     background-position: -360px -72px;\r
2082 }\r
2083 \r
2084 .icon-step-forward {\r
2085     background-position: -384px -72px;\r
2086 }\r
2087 \r
2088 .icon-eject {\r
2089     background-position: -408px -72px;\r
2090 }\r
2091 \r
2092 .icon-chevron-left {\r
2093     background-position: -432px -72px;\r
2094 }\r
2095 \r
2096 .icon-chevron-right {\r
2097     background-position: -456px -72px;\r
2098 }\r
2099 \r
2100 .icon-plus-sign {\r
2101     background-position: 0 -96px;\r
2102 }\r
2103 \r
2104 .icon-minus-sign {\r
2105     background-position: -24px -96px;\r
2106 }\r
2107 \r
2108 .icon-remove-sign {\r
2109     background-position: -48px -96px;\r
2110 }\r
2111 \r
2112 .icon-ok-sign {\r
2113     background-position: -72px -96px;\r
2114 }\r
2115 \r
2116 .icon-question-sign {\r
2117     background-position: -96px -96px;\r
2118 }\r
2119 \r
2120 .icon-info-sign {\r
2121     background-position: -120px -96px;\r
2122 }\r
2123 \r
2124 .icon-screenshot {\r
2125     background-position: -144px -96px;\r
2126 }\r
2127 \r
2128 .icon-remove-circle {\r
2129     background-position: -168px -96px;\r
2130 }\r
2131 \r
2132 .icon-ok-circle {\r
2133     background-position: -192px -96px;\r
2134 }\r
2135 \r
2136 .icon-ban-circle {\r
2137     background-position: -216px -96px;\r
2138 }\r
2139 \r
2140 .icon-arrow-left {\r
2141     background-position: -240px -96px;\r
2142 }\r
2143 \r
2144 .icon-arrow-right {\r
2145     background-position: -264px -96px;\r
2146 }\r
2147 \r
2148 .icon-arrow-up {\r
2149     background-position: -289px -96px;\r
2150 }\r
2151 \r
2152 .icon-arrow-down {\r
2153     background-position: -312px -96px;\r
2154 }\r
2155 \r
2156 .icon-share-alt {\r
2157     background-position: -336px -96px;\r
2158 }\r
2159 \r
2160 .icon-resize-full {\r
2161     background-position: -360px -96px;\r
2162 }\r
2163 \r
2164 .icon-resize-small {\r
2165     background-position: -384px -96px;\r
2166 }\r
2167 \r
2168 .icon-plus {\r
2169     background-position: -408px -96px;\r
2170 }\r
2171 \r
2172 .icon-minus {\r
2173     background-position: -433px -96px;\r
2174 }\r
2175 \r
2176 .icon-asterisk {\r
2177     background-position: -456px -96px;\r
2178 }\r
2179 \r
2180 .icon-exclamation-sign {\r
2181     background-position: 0 -120px;\r
2182 }\r
2183 \r
2184 .icon-gift {\r
2185     background-position: -24px -120px;\r
2186 }\r
2187 \r
2188 .icon-leaf {\r
2189     background-position: -48px -120px;\r
2190 }\r
2191 \r
2192 .icon-fire {\r
2193     background-position: -72px -120px;\r
2194 }\r
2195 \r
2196 .icon-eye-open {\r
2197     background-position: -96px -120px;\r
2198 }\r
2199 \r
2200 .icon-eye-close {\r
2201     background-position: -120px -120px;\r
2202 }\r
2203 \r
2204 .icon-warning-sign {\r
2205     background-position: -144px -120px;\r
2206 }\r
2207 \r
2208 .icon-plane {\r
2209     background-position: -168px -120px;\r
2210 }\r
2211 \r
2212 .icon-calendar {\r
2213     background-position: -192px -120px;\r
2214 }\r
2215 \r
2216 .icon-random {\r
2217     background-position: -216px -120px;\r
2218 }\r
2219 \r
2220 .icon-comment {\r
2221     background-position: -240px -120px;\r
2222 }\r
2223 \r
2224 .icon-magnet {\r
2225     background-position: -264px -120px;\r
2226 }\r
2227 \r
2228 .icon-chevron-up {\r
2229     background-position: -288px -120px;\r
2230 }\r
2231 \r
2232 .icon-chevron-down {\r
2233     background-position: -313px -119px;\r
2234 }\r
2235 \r
2236 .icon-retweet {\r
2237     background-position: -336px -120px;\r
2238 }\r
2239 \r
2240 .icon-shopping-cart {\r
2241     background-position: -360px -120px;\r
2242 }\r
2243 \r
2244 .icon-folder-close {\r
2245     background-position: -384px -120px;\r
2246 }\r
2247 \r
2248 .icon-folder-open {\r
2249     background-position: -408px -120px;\r
2250 }\r
2251 \r
2252 .icon-resize-vertical {\r
2253     background-position: -432px -119px;\r
2254 }\r
2255 \r
2256 .icon-resize-horizontal {\r
2257     background-position: -456px -118px;\r
2258 }\r
2259 \r
2260 .icon-hdd {\r
2261     background-position: 0 -144px;\r
2262 }\r
2263 \r
2264 .icon-bullhorn {\r
2265     background-position: -24px -144px;\r
2266 }\r
2267 \r
2268 .icon-bell {\r
2269     background-position: -48px -144px;\r
2270 }\r
2271 \r
2272 .icon-certificate {\r
2273     background-position: -72px -144px;\r
2274 }\r
2275 \r
2276 .icon-thumbs-up {\r
2277     background-position: -96px -144px;\r
2278 }\r
2279 \r
2280 .icon-thumbs-down {\r
2281     background-position: -120px -144px;\r
2282 }\r
2283 \r
2284 .icon-hand-right {\r
2285     background-position: -144px -144px;\r
2286 }\r
2287 \r
2288 .icon-hand-left {\r
2289     background-position: -168px -144px;\r
2290 }\r
2291 \r
2292 .icon-hand-up {\r
2293     background-position: -192px -144px;\r
2294 }\r
2295 \r
2296 .icon-hand-down {\r
2297     background-position: -216px -144px;\r
2298 }\r
2299 \r
2300 .icon-circle-arrow-right {\r
2301     background-position: -240px -144px;\r
2302 }\r
2303 \r
2304 .icon-circle-arrow-left {\r
2305     background-position: -264px -144px;\r
2306 }\r
2307 \r
2308 .icon-circle-arrow-up {\r
2309     background-position: -288px -144px;\r
2310 }\r
2311 \r
2312 .icon-circle-arrow-down {\r
2313     background-position: -312px -144px;\r
2314 }\r
2315 \r
2316 .icon-globe {\r
2317     background-position: -336px -144px;\r
2318 }\r
2319 \r
2320 .icon-wrench {\r
2321     background-position: -360px -144px;\r
2322 }\r
2323 \r
2324 .icon-tasks {\r
2325     background-position: -384px -144px;\r
2326 }\r
2327 \r
2328 .icon-filter {\r
2329     background-position: -408px -144px;\r
2330 }\r
2331 \r
2332 .icon-briefcase {\r
2333     background-position: -432px -144px;\r
2334 }\r
2335 \r
2336 .icon-fullscreen {\r
2337     background-position: -456px -144px;\r
2338 }\r
2339 \r
2340 .dropup,\r
2341 .dropdown {\r
2342     position: relative;\r
2343 }\r
2344 \r
2345 .dropdown-toggle {\r
2346     *margin-bottom: -3px;\r
2347 }\r
2348 \r
2349 .dropdown-toggle:active,\r
2350 .open .dropdown-toggle {\r
2351     outline: 0;\r
2352 }\r
2353 \r
2354 .caret {\r
2355     display: inline-block;\r
2356     width: 0;\r
2357     height: 0;\r
2358     vertical-align: top;\r
2359     border-top: 4px solid #000000;\r
2360     border-right: 4px solid transparent;\r
2361     border-left: 4px solid transparent;\r
2362     content: "";\r
2363     opacity: 0.3;\r
2364     filter: alpha(opacity=30);\r
2365 }\r
2366 \r
2367 .dropdown .caret {\r
2368     margin-top: 8px;\r
2369     margin-left: 2px;\r
2370 }\r
2371 \r
2372 .dropdown:hover .caret,\r
2373 .open .caret {\r
2374     opacity: 1;\r
2375     filter: alpha(opacity=100);\r
2376 }\r
2377 \r
2378 .dropdown-menu {\r
2379     position: absolute;\r
2380     top: 100%;\r
2381     left: 0;\r
2382     z-index: 1000;\r
2383     display: none;\r
2384     float: left;\r
2385     min-width: 160px;\r
2386     padding: 4px 0;\r
2387     margin: 1px 0 0;\r
2388     list-style: none;\r
2389     background-color: #ffffff;\r
2390     border: 1px solid #ccc;\r
2391     border: 1px solid rgba(0, 0, 0, 0.2);\r
2392     *border-right-width: 2px;\r
2393     *border-bottom-width: 2px;\r
2394     -webkit-border-radius: 5px;\r
2395     -moz-border-radius: 5px;\r
2396     border-radius: 5px;\r
2397     -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r
2398     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r
2399     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r
2400     -webkit-background-clip: padding-box;\r
2401     -moz-background-clip: padding;\r
2402     background-clip: padding-box;\r
2403 }\r
2404 \r
2405 .dropdown-menu.pull-right {\r
2406     right: 0;\r
2407     left: auto;\r
2408 }\r
2409 \r
2410 .dropdown-menu .divider {\r
2411     *width: 100%;\r
2412     height: 1px;\r
2413     margin: 8px 1px;\r
2414     *margin: -5px 0 5px;\r
2415     overflow: hidden;\r
2416     background-color: #e5e5e5;\r
2417     border-bottom: 1px solid #ffffff;\r
2418 }\r
2419 \r
2420 .dropdown-menu a {\r
2421     display: block;\r
2422     padding: 3px 15px;\r
2423     clear: both;\r
2424     font-weight: normal;\r
2425     line-height: 18px;\r
2426     color: #333333;\r
2427     white-space: nowrap;\r
2428 }\r
2429 \r
2430 .dropdown-menu li > a:hover,\r
2431 .dropdown-menu .active > a,\r
2432 .dropdown-menu .active > a:hover {\r
2433     color: #ffffff;\r
2434     text-decoration: none;\r
2435     background-color: #0088cc;\r
2436 }\r
2437 \r
2438 .open {\r
2439     *z-index: 1000;\r
2440 }\r
2441 \r
2442 .open .dropdown-menu {\r
2443     display: block;\r
2444 }\r
2445 \r
2446 .pull-right .dropdown-menu {\r
2447     right: 0;\r
2448     left: auto;\r
2449 }\r
2450 \r
2451 .dropup .caret,\r
2452 .navbar-fixed-bottom .dropdown .caret {\r
2453     border-top: 0;\r
2454     border-bottom: 4px solid #000000;\r
2455     content: "\2191";\r
2456 }\r
2457 \r
2458 .dropup .dropdown-menu,\r
2459 .navbar-fixed-bottom .dropdown .dropdown-menu {\r
2460     top: auto;\r
2461     bottom: 100%;\r
2462     margin-bottom: 1px;\r
2463 }\r
2464 \r
2465 .typeahead {\r
2466     margin-top: 2px;\r
2467     -webkit-border-radius: 4px;\r
2468     -moz-border-radius: 4px;\r
2469     border-radius: 4px;\r
2470 }\r
2471 \r
2472 .well {\r
2473     min-height: 20px;\r
2474     padding: 19px;\r
2475     margin-bottom: 20px;\r
2476     background-color: #f5f5f5;\r
2477     border: 1px solid #eee;\r
2478     border: 1px solid rgba(0, 0, 0, 0.05);\r
2479     -webkit-border-radius: 4px;\r
2480     -moz-border-radius: 4px;\r
2481     border-radius: 4px;\r
2482     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r
2483     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r
2484     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r
2485 }\r
2486 \r
2487 .well blockquote {\r
2488     border-color: #ddd;\r
2489     border-color: rgba(0, 0, 0, 0.15);\r
2490 }\r
2491 \r
2492 .well-large {\r
2493     padding: 24px;\r
2494     -webkit-border-radius: 6px;\r
2495     -moz-border-radius: 6px;\r
2496     border-radius: 6px;\r
2497 }\r
2498 \r
2499 .well-small {\r
2500     padding: 9px;\r
2501     -webkit-border-radius: 3px;\r
2502     -moz-border-radius: 3px;\r
2503     border-radius: 3px;\r
2504 }\r
2505 \r
2506 .fade {\r
2507     opacity: 0;\r
2508     filter: alpha(opacity=0);\r
2509     -webkit-transition: opacity 0.15s linear;\r
2510     -moz-transition: opacity 0.15s linear;\r
2511     -ms-transition: opacity 0.15s linear;\r
2512     -o-transition: opacity 0.15s linear;\r
2513     transition: opacity 0.15s linear;\r
2514 }\r
2515 \r
2516 .fade.in {\r
2517     opacity: 1;\r
2518     filter: alpha(opacity=100);\r
2519 }\r
2520 \r
2521 .collapse {\r
2522     position: relative;\r
2523     height: 0;\r
2524     overflow: hidden;\r
2525     -webkit-transition: height 0.35s ease;\r
2526     -moz-transition: height 0.35s ease;\r
2527     -ms-transition: height 0.35s ease;\r
2528     -o-transition: height 0.35s ease;\r
2529     transition: height 0.35s ease;\r
2530 }\r
2531 \r
2532 .collapse.in {\r
2533     height: auto;\r
2534 }\r
2535 \r
2536 .close {\r
2537     float: right;\r
2538     font-size: 20px;\r
2539     font-weight: bold;\r
2540     line-height: 18px;\r
2541     color: #000000;\r
2542     text-shadow: 0 1px 0 #ffffff;\r
2543     opacity: 0.2;\r
2544     filter: alpha(opacity=20);\r
2545 }\r
2546 \r
2547 .close:hover {\r
2548     color: #000000;\r
2549     text-decoration: none;\r
2550     cursor: pointer;\r
2551     opacity: 0.4;\r
2552     filter: alpha(opacity=40);\r
2553 }\r
2554 \r
2555 button.close {\r
2556     padding: 0;\r
2557     cursor: pointer;\r
2558     background: transparent;\r
2559     border: 0;\r
2560     -webkit-appearance: none;\r
2561 }\r
2562 \r
2563 .btn {\r
2564     display: inline-block;\r
2565     *display: inline;\r
2566     padding: 4px 10px 4px;\r
2567     margin-bottom: 0;\r
2568     *margin-left: .3em;\r
2569     font-size: 13px;\r
2570     line-height: 18px;\r
2571     *line-height: 20px;\r
2572     color: #333333;\r
2573     text-align: center;\r
2574     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);\r
2575     vertical-align: middle;\r
2576     cursor: pointer;\r
2577     background-color: #f5f5f5;\r
2578     *background-color: #e6e6e6;\r
2579     background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);\r
2580     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));\r
2581     background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);\r
2582     background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);\r
2583     background-image: linear-gradient(top, #ffffff, #e6e6e6);\r
2584     background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);\r
2585     background-repeat: repeat-x;\r
2586     border: 1px solid #cccccc;\r
2587     *border: 0;\r
2588     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2589     border-color: #e6e6e6 #e6e6e6 #bfbfbf;\r
2590     border-bottom-color: #b3b3b3;\r
2591     -webkit-border-radius: 4px;\r
2592     -moz-border-radius: 4px;\r
2593     border-radius: 4px;\r
2594     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);\r
2595     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2596     *zoom: 1;\r
2597     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\r
2598     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\r
2599     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\r
2600 }\r
2601 \r
2602 .btn:hover,\r
2603 .btn:active,\r
2604 .btn.active,\r
2605 .btn.disabled,\r
2606 .btn[disabled] {\r
2607     background-color: #e6e6e6;\r
2608     *background-color: #d9d9d9;\r
2609 }\r
2610 \r
2611 .btn:active,\r
2612 .btn.active {\r
2613     background-color: #cccccc \9;\r
2614 }\r
2615 \r
2616 .btn:first-child {\r
2617     *margin-left: 0;\r
2618 }\r
2619 \r
2620 .btn:hover {\r
2621     color: #333333;\r
2622     text-decoration: none;\r
2623     background-color: #e6e6e6;\r
2624     *background-color: #d9d9d9;\r
2625     /* Buttons in IE7 don't get borders, so darken on hover */\r
2626 \r
2627     background-position: 0 -15px;\r
2628     -webkit-transition: background-position 0.1s linear;\r
2629     -moz-transition: background-position 0.1s linear;\r
2630     -ms-transition: background-position 0.1s linear;\r
2631     -o-transition: background-position 0.1s linear;\r
2632     transition: background-position 0.1s linear;\r
2633 }\r
2634 \r
2635 .btn:focus {\r
2636     outline: thin dotted #333;\r
2637     outline: 5px auto -webkit-focus-ring-color;\r
2638     outline-offset: -2px;\r
2639 }\r
2640 \r
2641 .btn.active,\r
2642 .btn:active {\r
2643     background-color: #e6e6e6;\r
2644     background-color: #d9d9d9 \9;\r
2645     background-image: none;\r
2646     outline: 0;\r
2647     -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\r
2648     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\r
2649     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\r
2650 }\r
2651 \r
2652 .btn.disabled,\r
2653 .btn[disabled] {\r
2654     cursor: default;\r
2655     background-color: #e6e6e6;\r
2656     background-image: none;\r
2657     opacity: 0.65;\r
2658     filter: alpha(opacity=65);\r
2659     -webkit-box-shadow: none;\r
2660     -moz-box-shadow: none;\r
2661     box-shadow: none;\r
2662 }\r
2663 \r
2664 .btn-large {\r
2665     padding: 9px 14px;\r
2666     font-size: 15px;\r
2667     line-height: normal;\r
2668     -webkit-border-radius: 5px;\r
2669     -moz-border-radius: 5px;\r
2670     border-radius: 5px;\r
2671 }\r
2672 \r
2673 .btn-large [class^="icon-"] {\r
2674     margin-top: 1px;\r
2675 }\r
2676 \r
2677 .btn-small {\r
2678     padding: 5px 9px;\r
2679     font-size: 11px;\r
2680     line-height: 16px;\r
2681 }\r
2682 \r
2683 .btn-small [class^="icon-"] {\r
2684     margin-top: -1px;\r
2685 }\r
2686 \r
2687 .btn-mini {\r
2688     padding: 2px 6px;\r
2689     font-size: 11px;\r
2690     line-height: 14px;\r
2691 }\r
2692 \r
2693 .btn-primary,\r
2694 .btn-primary:hover,\r
2695 .btn-warning,\r
2696 .btn-warning:hover,\r
2697 .btn-danger,\r
2698 .btn-danger:hover,\r
2699 .btn-success,\r
2700 .btn-success:hover,\r
2701 .btn-info,\r
2702 .btn-info:hover,\r
2703 .btn-inverse,\r
2704 .btn-inverse:hover {\r
2705     color: #ffffff;\r
2706     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\r
2707 }\r
2708 \r
2709 .btn-primary.active,\r
2710 .btn-warning.active,\r
2711 .btn-danger.active,\r
2712 .btn-success.active,\r
2713 .btn-info.active,\r
2714 .btn-inverse.active {\r
2715     color: rgba(255, 255, 255, 0.75);\r
2716 }\r
2717 \r
2718 .btn {\r
2719     border-color: #ccc;\r
2720     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2721 }\r
2722 \r
2723 .btn-primary {\r
2724     background-color: #0074cc;\r
2725     *background-color: #0055cc;\r
2726     background-image: -ms-linear-gradient(top, #0088cc, #0055cc);\r
2727     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));\r
2728     background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);\r
2729     background-image: -o-linear-gradient(top, #0088cc, #0055cc);\r
2730     background-image: -moz-linear-gradient(top, #0088cc, #0055cc);\r
2731     background-image: linear-gradient(top, #0088cc, #0055cc);\r
2732     background-repeat: repeat-x;\r
2733     border-color: #0055cc #0055cc #003580;\r
2734     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2735     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);\r
2736     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2737 }\r
2738 \r
2739 .btn-primary:hover,\r
2740 .btn-primary:active,\r
2741 .btn-primary.active,\r
2742 .btn-primary.disabled,\r
2743 .btn-primary[disabled] {\r
2744     background-color: #0055cc;\r
2745     *background-color: #004ab3;\r
2746 }\r
2747 \r
2748 .btn-primary:active,\r
2749 .btn-primary.active {\r
2750     background-color: #004099 \9;\r
2751 }\r
2752 \r
2753 .btn-warning {\r
2754     background-color: #faa732;\r
2755     *background-color: #f89406;\r
2756     background-image: -ms-linear-gradient(top, #fbb450, #f89406);\r
2757     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));\r
2758     background-image: -webkit-linear-gradient(top, #fbb450, #f89406);\r
2759     background-image: -o-linear-gradient(top, #fbb450, #f89406);\r
2760     background-image: -moz-linear-gradient(top, #fbb450, #f89406);\r
2761     background-image: linear-gradient(top, #fbb450, #f89406);\r
2762     background-repeat: repeat-x;\r
2763     border-color: #f89406 #f89406 #ad6704;\r
2764     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2765     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);\r
2766     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2767 }\r
2768 \r
2769 .btn-warning:hover,\r
2770 .btn-warning:active,\r
2771 .btn-warning.active,\r
2772 .btn-warning.disabled,\r
2773 .btn-warning[disabled] {\r
2774     background-color: #f89406;\r
2775     *background-color: #df8505;\r
2776 }\r
2777 \r
2778 .btn-warning:active,\r
2779 .btn-warning.active {\r
2780     background-color: #c67605 \9;\r
2781 }\r
2782 \r
2783 .btn-danger {\r
2784     background-color: #da4f49;\r
2785     *background-color: #bd362f;\r
2786     background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);\r
2787     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));\r
2788     background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);\r
2789     background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);\r
2790     background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);\r
2791     background-image: linear-gradient(top, #ee5f5b, #bd362f);\r
2792     background-repeat: repeat-x;\r
2793     border-color: #bd362f #bd362f #802420;\r
2794     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2795     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);\r
2796     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2797 }\r
2798 \r
2799 .btn-danger:hover,\r
2800 .btn-danger:active,\r
2801 .btn-danger.active,\r
2802 .btn-danger.disabled,\r
2803 .btn-danger[disabled] {\r
2804     background-color: #bd362f;\r
2805     *background-color: #a9302a;\r
2806 }\r
2807 \r
2808 .btn-danger:active,\r
2809 .btn-danger.active {\r
2810     background-color: #942a25 \9;\r
2811 }\r
2812 \r
2813 .btn-success {\r
2814     background-color: #5bb75b;\r
2815     *background-color: #51a351;\r
2816     background-image: -ms-linear-gradient(top, #62c462, #51a351);\r
2817     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));\r
2818     background-image: -webkit-linear-gradient(top, #62c462, #51a351);\r
2819     background-image: -o-linear-gradient(top, #62c462, #51a351);\r
2820     background-image: -moz-linear-gradient(top, #62c462, #51a351);\r
2821     background-image: linear-gradient(top, #62c462, #51a351);\r
2822     background-repeat: repeat-x;\r
2823     border-color: #51a351 #51a351 #387038;\r
2824     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2825     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);\r
2826     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2827 }\r
2828 \r
2829 .btn-success:hover,\r
2830 .btn-success:active,\r
2831 .btn-success.active,\r
2832 .btn-success.disabled,\r
2833 .btn-success[disabled] {\r
2834     background-color: #51a351;\r
2835     *background-color: #499249;\r
2836 }\r
2837 \r
2838 .btn-success:active,\r
2839 .btn-success.active {\r
2840     background-color: #408140 \9;\r
2841 }\r
2842 \r
2843 .btn-info {\r
2844     background-color: #49afcd;\r
2845     *background-color: #2f96b4;\r
2846     background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);\r
2847     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));\r
2848     background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);\r
2849     background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);\r
2850     background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);\r
2851     background-image: linear-gradient(top, #5bc0de, #2f96b4);\r
2852     background-repeat: repeat-x;\r
2853     border-color: #2f96b4 #2f96b4 #1f6377;\r
2854     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2855     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);\r
2856     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2857 }\r
2858 \r
2859 .btn-info:hover,\r
2860 .btn-info:active,\r
2861 .btn-info.active,\r
2862 .btn-info.disabled,\r
2863 .btn-info[disabled] {\r
2864     background-color: #2f96b4;\r
2865     *background-color: #2a85a0;\r
2866 }\r
2867 \r
2868 .btn-info:active,\r
2869 .btn-info.active {\r
2870     background-color: #24748c \9;\r
2871 }\r
2872 \r
2873 .btn-inverse {\r
2874     background-color: #414141;\r
2875     *background-color: #222222;\r
2876     background-image: -ms-linear-gradient(top, #555555, #222222);\r
2877     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));\r
2878     background-image: -webkit-linear-gradient(top, #555555, #222222);\r
2879     background-image: -o-linear-gradient(top, #555555, #222222);\r
2880     background-image: -moz-linear-gradient(top, #555555, #222222);\r
2881     background-image: linear-gradient(top, #555555, #222222);\r
2882     background-repeat: repeat-x;\r
2883     border-color: #222222 #222222 #000000;\r
2884     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
2885     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);\r
2886     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
2887 }\r
2888 \r
2889 .btn-inverse:hover,\r
2890 .btn-inverse:active,\r
2891 .btn-inverse.active,\r
2892 .btn-inverse.disabled,\r
2893 .btn-inverse[disabled] {\r
2894     background-color: #222222;\r
2895     *background-color: #151515;\r
2896 }\r
2897 \r
2898 .btn-inverse:active,\r
2899 .btn-inverse.active {\r
2900     background-color: #080808 \9;\r
2901 }\r
2902 \r
2903 button.btn,\r
2904 input[type="submit"].btn {\r
2905     *padding-top: 2px;\r
2906     *padding-bottom: 2px;\r
2907 }\r
2908 \r
2909 button.btn::-moz-focus-inner,\r
2910 input[type="submit"].btn::-moz-focus-inner {\r
2911     padding: 0;\r
2912     border: 0;\r
2913 }\r
2914 \r
2915 button.btn.btn-large,\r
2916 input[type="submit"].btn.btn-large {\r
2917     *padding-top: 7px;\r
2918     *padding-bottom: 7px;\r
2919 }\r
2920 \r
2921 button.btn.btn-small,\r
2922 input[type="submit"].btn.btn-small {\r
2923     *padding-top: 3px;\r
2924     *padding-bottom: 3px;\r
2925 }\r
2926 \r
2927 button.btn.btn-mini,\r
2928 input[type="submit"].btn.btn-mini {\r
2929     *padding-top: 1px;\r
2930     *padding-bottom: 1px;\r
2931 }\r
2932 \r
2933 .btn-group {\r
2934     position: relative;\r
2935     *margin-left: .3em;\r
2936     *zoom: 1;\r
2937 }\r
2938 \r
2939 .btn-group:before,\r
2940 .btn-group:after {\r
2941     display: table;\r
2942     content: "";\r
2943 }\r
2944 \r
2945 .btn-group:after {\r
2946     clear: both;\r
2947 }\r
2948 \r
2949 .btn-group:first-child {\r
2950     *margin-left: 0;\r
2951 }\r
2952 \r
2953 .btn-group + .btn-group {\r
2954     margin-left: 5px;\r
2955 }\r
2956 \r
2957 .btn-toolbar {\r
2958     margin-top: 9px;\r
2959     margin-bottom: 9px;\r
2960 }\r
2961 \r
2962 .btn-toolbar .btn-group {\r
2963     display: inline-block;\r
2964     *display: inline;\r
2965     /* IE7 inline-block hack */\r
2966 \r
2967     *zoom: 1;\r
2968 }\r
2969 \r
2970 .btn-group > .btn {\r
2971     position: relative;\r
2972     float: left;\r
2973     margin-left: -1px;\r
2974     -webkit-border-radius: 0;\r
2975     -moz-border-radius: 0;\r
2976     border-radius: 0;\r
2977 }\r
2978 \r
2979 .btn-group > .btn:first-child {\r
2980     margin-left: 0;\r
2981     -webkit-border-bottom-left-radius: 4px;\r
2982     border-bottom-left-radius: 4px;\r
2983     -webkit-border-top-left-radius: 4px;\r
2984     border-top-left-radius: 4px;\r
2985     -moz-border-radius-bottomleft: 4px;\r
2986     -moz-border-radius-topleft: 4px;\r
2987 }\r
2988 \r
2989 .btn-group > .btn:last-child,\r
2990 .btn-group > .dropdown-toggle {\r
2991     -webkit-border-top-right-radius: 4px;\r
2992     border-top-right-radius: 4px;\r
2993     -webkit-border-bottom-right-radius: 4px;\r
2994     border-bottom-right-radius: 4px;\r
2995     -moz-border-radius-topright: 4px;\r
2996     -moz-border-radius-bottomright: 4px;\r
2997 }\r
2998 \r
2999 .btn-group > .btn.large:first-child {\r
3000     margin-left: 0;\r
3001     -webkit-border-bottom-left-radius: 6px;\r
3002     border-bottom-left-radius: 6px;\r
3003     -webkit-border-top-left-radius: 6px;\r
3004     border-top-left-radius: 6px;\r
3005     -moz-border-radius-bottomleft: 6px;\r
3006     -moz-border-radius-topleft: 6px;\r
3007 }\r
3008 \r
3009 .btn-group > .btn.large:last-child,\r
3010 .btn-group > .large.dropdown-toggle {\r
3011     -webkit-border-top-right-radius: 6px;\r
3012     border-top-right-radius: 6px;\r
3013     -webkit-border-bottom-right-radius: 6px;\r
3014     border-bottom-right-radius: 6px;\r
3015     -moz-border-radius-topright: 6px;\r
3016     -moz-border-radius-bottomright: 6px;\r
3017 }\r
3018 \r
3019 .btn-group > .btn:hover,\r
3020 .btn-group > .btn:focus,\r
3021 .btn-group > .btn:active,\r
3022 .btn-group > .btn.active {\r
3023     z-index: 2;\r
3024 }\r
3025 \r
3026 .btn-group .dropdown-toggle:active,\r
3027 .btn-group.open .dropdown-toggle {\r
3028     outline: 0;\r
3029 }\r
3030 \r
3031 .btn-group > .dropdown-toggle {\r
3032     *padding-top: 4px;\r
3033     padding-right: 8px;\r
3034     *padding-bottom: 4px;\r
3035     padding-left: 8px;\r
3036     -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\r
3037     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\r
3038     box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);\r
3039 }\r
3040 \r
3041 .btn-group > .btn-mini.dropdown-toggle {\r
3042     padding-right: 5px;\r
3043     padding-left: 5px;\r
3044 }\r
3045 \r
3046 .btn-group > .btn-small.dropdown-toggle {\r
3047     *padding-top: 4px;\r
3048     *padding-bottom: 4px;\r
3049 }\r
3050 \r
3051 .btn-group > .btn-large.dropdown-toggle {\r
3052     padding-right: 12px;\r
3053     padding-left: 12px;\r
3054 }\r
3055 \r
3056 .btn-group.open .dropdown-toggle {\r
3057     background-image: none;\r
3058     -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\r
3059     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\r
3060     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);\r
3061 }\r
3062 \r
3063 .btn-group.open .btn.dropdown-toggle {\r
3064     background-color: #e6e6e6;\r
3065 }\r
3066 \r
3067 .btn-group.open .btn-primary.dropdown-toggle {\r
3068     background-color: #0055cc;\r
3069 }\r
3070 \r
3071 .btn-group.open .btn-warning.dropdown-toggle {\r
3072     background-color: #f89406;\r
3073 }\r
3074 \r
3075 .btn-group.open .btn-danger.dropdown-toggle {\r
3076     background-color: #bd362f;\r
3077 }\r
3078 \r
3079 .btn-group.open .btn-success.dropdown-toggle {\r
3080     background-color: #51a351;\r
3081 }\r
3082 \r
3083 .btn-group.open .btn-info.dropdown-toggle {\r
3084     background-color: #2f96b4;\r
3085 }\r
3086 \r
3087 .btn-group.open .btn-inverse.dropdown-toggle {\r
3088     background-color: #222222;\r
3089 }\r
3090 \r
3091 .btn .caret {\r
3092     margin-top: 7px;\r
3093     margin-left: 0;\r
3094 }\r
3095 \r
3096 .btn:hover .caret,\r
3097 .open.btn-group .caret {\r
3098     opacity: 1;\r
3099     filter: alpha(opacity=100);\r
3100 }\r
3101 \r
3102 .btn-mini .caret {\r
3103     margin-top: 5px;\r
3104 }\r
3105 \r
3106 .btn-small .caret {\r
3107     margin-top: 6px;\r
3108 }\r
3109 \r
3110 .btn-large .caret {\r
3111     margin-top: 6px;\r
3112     border-top-width: 5px;\r
3113     border-right-width: 5px;\r
3114     border-left-width: 5px;\r
3115 }\r
3116 \r
3117 .dropup .btn-large .caret {\r
3118     border-top: 0;\r
3119     border-bottom: 5px solid #000000;\r
3120 }\r
3121 \r
3122 .btn-primary .caret,\r
3123 .btn-warning .caret,\r
3124 .btn-danger .caret,\r
3125 .btn-info .caret,\r
3126 .btn-success .caret,\r
3127 .btn-inverse .caret {\r
3128     border-top-color: #ffffff;\r
3129     border-bottom-color: #ffffff;\r
3130     opacity: 0.75;\r
3131     filter: alpha(opacity=75);\r
3132 }\r
3133 \r
3134 .alert {\r
3135     padding: 8px 35px 8px 14px;\r
3136     margin-bottom: 18px;\r
3137     color: #c09853;\r
3138     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);\r
3139     background-color: #fcf8e3;\r
3140     border: 1px solid #fbeed5;\r
3141     -webkit-border-radius: 4px;\r
3142     -moz-border-radius: 4px;\r
3143     border-radius: 4px;\r
3144 }\r
3145 \r
3146 .alert-heading {\r
3147     color: inherit;\r
3148 }\r
3149 \r
3150 .alert .close {\r
3151     position: relative;\r
3152     top: -2px;\r
3153     right: -21px;\r
3154     line-height: 18px;\r
3155 }\r
3156 \r
3157 .alert-success {\r
3158     color: #468847;\r
3159     background-color: #dff0d8;\r
3160     border-color: #d6e9c6;\r
3161 }\r
3162 \r
3163 .alert-danger,\r
3164 .alert-error {\r
3165     color: #b94a48;\r
3166     background-color: #f2dede;\r
3167     border-color: #eed3d7;\r
3168 }\r
3169 \r
3170 .alert-info {\r
3171     color: #3a87ad;\r
3172     background-color: #d9edf7;\r
3173     border-color: #bce8f1;\r
3174 }\r
3175 \r
3176 .alert-block {\r
3177     padding-top: 14px;\r
3178     padding-bottom: 14px;\r
3179 }\r
3180 \r
3181 .alert-block > p,\r
3182 .alert-block > ul {\r
3183     margin-bottom: 0;\r
3184 }\r
3185 \r
3186 .alert-block p + p {\r
3187     margin-top: 5px;\r
3188 }\r
3189 \r
3190 .nav {\r
3191     margin-bottom: 18px;\r
3192     margin-left: 0;\r
3193     list-style: none;\r
3194 }\r
3195 \r
3196 .nav > li > a {\r
3197     display: block;\r
3198 }\r
3199 \r
3200 .nav > li > a:hover {\r
3201     text-decoration: none;\r
3202     background-color: #eeeeee;\r
3203 }\r
3204 \r
3205 .nav > .pull-right {\r
3206     float: right;\r
3207 }\r
3208 \r
3209 .nav .nav-header {\r
3210     display: block;\r
3211     padding: 3px 15px;\r
3212     font-size: 11px;\r
3213     font-weight: bold;\r
3214     line-height: 18px;\r
3215     color: #999999;\r
3216     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);\r
3217     text-transform: uppercase;\r
3218 }\r
3219 \r
3220 .nav li + .nav-header {\r
3221     margin-top: 9px;\r
3222 }\r
3223 \r
3224 .nav-list {\r
3225     padding-right: 15px;\r
3226     padding-left: 15px;\r
3227     margin-bottom: 0;\r
3228 }\r
3229 \r
3230 .nav-list > li > a,\r
3231 .nav-list .nav-header {\r
3232     margin-right: -15px;\r
3233     margin-left: -15px;\r
3234     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);\r
3235 }\r
3236 \r
3237 .nav-list > li > a {\r
3238     padding: 3px 15px;\r
3239 }\r
3240 \r
3241 .nav-list > .active > a,\r
3242 .nav-list > .active > a:hover {\r
3243     color: #ffffff;\r
3244     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);\r
3245     background-color: #0088cc;\r
3246 }\r
3247 \r
3248 .nav-list [class^="icon-"] {\r
3249     margin-right: 2px;\r
3250 }\r
3251 \r
3252 .nav-list .divider {\r
3253     *width: 100%;\r
3254     height: 1px;\r
3255     margin: 8px 1px;\r
3256     *margin: -5px 0 5px;\r
3257     overflow: hidden;\r
3258     background-color: #e5e5e5;\r
3259     border-bottom: 1px solid #ffffff;\r
3260 }\r
3261 \r
3262 .nav-tabs,\r
3263 .nav-pills {\r
3264     *zoom: 1;\r
3265 }\r
3266 \r
3267 .nav-tabs:before,\r
3268 .nav-pills:before,\r
3269 .nav-tabs:after,\r
3270 .nav-pills:after {\r
3271     display: table;\r
3272     content: "";\r
3273 }\r
3274 \r
3275 .nav-tabs:after,\r
3276 .nav-pills:after {\r
3277     clear: both;\r
3278 }\r
3279 \r
3280 .nav-tabs > li,\r
3281 .nav-pills > li {\r
3282     float: left;\r
3283 }\r
3284 \r
3285 .nav-tabs > li > a,\r
3286 .nav-pills > li > a {\r
3287     padding-right: 12px;\r
3288     padding-left: 12px;\r
3289     margin-right: 2px;\r
3290     line-height: 14px;\r
3291 }\r
3292 \r
3293 .nav-tabs {\r
3294     border-bottom: 1px solid #ddd;\r
3295 }\r
3296 \r
3297 .nav-tabs > li {\r
3298     margin-bottom: -1px;\r
3299 }\r
3300 \r
3301 .nav-tabs > li > a {\r
3302     padding-top: 8px;\r
3303     padding-bottom: 8px;\r
3304     line-height: 18px;\r
3305     border: 1px solid transparent;\r
3306     -webkit-border-radius: 4px 4px 0 0;\r
3307     -moz-border-radius: 4px 4px 0 0;\r
3308     border-radius: 4px 4px 0 0;\r
3309 }\r
3310 \r
3311 .nav-tabs > li > a:hover {\r
3312     border-color: #eeeeee #eeeeee #dddddd;\r
3313 }\r
3314 \r
3315 .nav-tabs > .active > a,\r
3316 .nav-tabs > .active > a:hover {\r
3317     color: #555555;\r
3318     cursor: default;\r
3319     background-color: #ffffff;\r
3320     border: 1px solid #ddd;\r
3321     border-bottom-color: transparent;\r
3322 }\r
3323 \r
3324 .nav-pills > li > a {\r
3325     padding-top: 8px;\r
3326     padding-bottom: 8px;\r
3327     margin-top: 2px;\r
3328     margin-bottom: 2px;\r
3329     -webkit-border-radius: 5px;\r
3330     -moz-border-radius: 5px;\r
3331     border-radius: 5px;\r
3332 }\r
3333 \r
3334 .nav-pills > .active > a,\r
3335 .nav-pills > .active > a:hover {\r
3336     color: #ffffff;\r
3337     background-color: #0088cc;\r
3338 }\r
3339 \r
3340 .nav-stacked > li {\r
3341     float: none;\r
3342 }\r
3343 \r
3344 .nav-stacked > li > a {\r
3345     margin-right: 0;\r
3346 }\r
3347 \r
3348 .nav-tabs.nav-stacked {\r
3349     border-bottom: 0;\r
3350 }\r
3351 \r
3352 .nav-tabs.nav-stacked > li > a {\r
3353     border: 1px solid #ddd;\r
3354     -webkit-border-radius: 0;\r
3355     -moz-border-radius: 0;\r
3356     border-radius: 0;\r
3357 }\r
3358 \r
3359 .nav-tabs.nav-stacked > li:first-child > a {\r
3360     -webkit-border-radius: 4px 4px 0 0;\r
3361     -moz-border-radius: 4px 4px 0 0;\r
3362     border-radius: 4px 4px 0 0;\r
3363 }\r
3364 \r
3365 .nav-tabs.nav-stacked > li:last-child > a {\r
3366     -webkit-border-radius: 0 0 4px 4px;\r
3367     -moz-border-radius: 0 0 4px 4px;\r
3368     border-radius: 0 0 4px 4px;\r
3369 }\r
3370 \r
3371 .nav-tabs.nav-stacked > li > a:hover {\r
3372     z-index: 2;\r
3373     border-color: #ddd;\r
3374 }\r
3375 \r
3376 .nav-pills.nav-stacked > li > a {\r
3377     margin-bottom: 3px;\r
3378 }\r
3379 \r
3380 .nav-pills.nav-stacked > li:last-child > a {\r
3381     margin-bottom: 1px;\r
3382 }\r
3383 \r
3384 .nav-tabs .dropdown-menu {\r
3385     -webkit-border-radius: 0 0 5px 5px;\r
3386     -moz-border-radius: 0 0 5px 5px;\r
3387     border-radius: 0 0 5px 5px;\r
3388 }\r
3389 \r
3390 .nav-pills .dropdown-menu {\r
3391     -webkit-border-radius: 4px;\r
3392     -moz-border-radius: 4px;\r
3393     border-radius: 4px;\r
3394 }\r
3395 \r
3396 .nav-tabs .dropdown-toggle .caret,\r
3397 .nav-pills .dropdown-toggle .caret {\r
3398     margin-top: 6px;\r
3399     border-top-color: #0088cc;\r
3400     border-bottom-color: #0088cc;\r
3401 }\r
3402 \r
3403 .nav-tabs .dropdown-toggle:hover .caret,\r
3404 .nav-pills .dropdown-toggle:hover .caret {\r
3405     border-top-color: #005580;\r
3406     border-bottom-color: #005580;\r
3407 }\r
3408 \r
3409 .nav-tabs .active .dropdown-toggle .caret,\r
3410 .nav-pills .active .dropdown-toggle .caret {\r
3411     border-top-color: #333333;\r
3412     border-bottom-color: #333333;\r
3413 }\r
3414 \r
3415 .nav > .dropdown.active > a:hover {\r
3416     color: #000000;\r
3417     cursor: pointer;\r
3418 }\r
3419 \r
3420 .nav-tabs .open .dropdown-toggle,\r
3421 .nav-pills .open .dropdown-toggle,\r
3422 .nav > li.dropdown.open.active > a:hover {\r
3423     color: #ffffff;\r
3424     background-color: #999999;\r
3425     border-color: #999999;\r
3426 }\r
3427 \r
3428 .nav li.dropdown.open .caret,\r
3429 .nav li.dropdown.open.active .caret,\r
3430 .nav li.dropdown.open a:hover .caret {\r
3431     border-top-color: #ffffff;\r
3432     border-bottom-color: #ffffff;\r
3433     opacity: 1;\r
3434     filter: alpha(opacity=100);\r
3435 }\r
3436 \r
3437 .tabs-stacked .open > a:hover {\r
3438     border-color: #999999;\r
3439 }\r
3440 \r
3441 .tabbable {\r
3442     *zoom: 1;\r
3443 }\r
3444 \r
3445 .tabbable:before,\r
3446 .tabbable:after {\r
3447     display: table;\r
3448     content: "";\r
3449 }\r
3450 \r
3451 .tabbable:after {\r
3452     clear: both;\r
3453 }\r
3454 \r
3455 .tab-content {\r
3456     overflow: auto;\r
3457 }\r
3458 \r
3459 .tabs-below > .nav-tabs,\r
3460 .tabs-right > .nav-tabs,\r
3461 .tabs-left > .nav-tabs {\r
3462     border-bottom: 0;\r
3463 }\r
3464 \r
3465 .tab-content > .tab-pane,\r
3466 .pill-content > .pill-pane {\r
3467     display: none;\r
3468 }\r
3469 \r
3470 .tab-content > .active,\r
3471 .pill-content > .active {\r
3472     display: block;\r
3473 }\r
3474 \r
3475 .tabs-below > .nav-tabs {\r
3476     border-top: 1px solid #ddd;\r
3477 }\r
3478 \r
3479 .tabs-below > .nav-tabs > li {\r
3480     margin-top: -1px;\r
3481     margin-bottom: 0;\r
3482 }\r
3483 \r
3484 .tabs-below > .nav-tabs > li > a {\r
3485     -webkit-border-radius: 0 0 4px 4px;\r
3486     -moz-border-radius: 0 0 4px 4px;\r
3487     border-radius: 0 0 4px 4px;\r
3488 }\r
3489 \r
3490 .tabs-below > .nav-tabs > li > a:hover {\r
3491     border-top-color: #ddd;\r
3492     border-bottom-color: transparent;\r
3493 }\r
3494 \r
3495 .tabs-below > .nav-tabs > .active > a,\r
3496 .tabs-below > .nav-tabs > .active > a:hover {\r
3497     border-color: transparent #ddd #ddd #ddd;\r
3498 }\r
3499 \r
3500 .tabs-left > .nav-tabs > li,\r
3501 .tabs-right > .nav-tabs > li {\r
3502     float: none;\r
3503 }\r
3504 \r
3505 .tabs-left > .nav-tabs > li > a,\r
3506 .tabs-right > .nav-tabs > li > a {\r
3507     min-width: 74px;\r
3508     margin-right: 0;\r
3509     margin-bottom: 3px;\r
3510 }\r
3511 \r
3512 .tabs-left > .nav-tabs {\r
3513     float: left;\r
3514     margin-right: 19px;\r
3515     border-right: 1px solid #ddd;\r
3516 }\r
3517 \r
3518 .tabs-left > .nav-tabs > li > a {\r
3519     margin-right: -1px;\r
3520     -webkit-border-radius: 4px 0 0 4px;\r
3521     -moz-border-radius: 4px 0 0 4px;\r
3522     border-radius: 4px 0 0 4px;\r
3523 }\r
3524 \r
3525 .tabs-left > .nav-tabs > li > a:hover {\r
3526     border-color: #eeeeee #dddddd #eeeeee #eeeeee;\r
3527 }\r
3528 \r
3529 .tabs-left > .nav-tabs .active > a,\r
3530 .tabs-left > .nav-tabs .active > a:hover {\r
3531     border-color: #ddd transparent #ddd #ddd;\r
3532     *border-right-color: #ffffff;\r
3533 }\r
3534 \r
3535 .tabs-right > .nav-tabs {\r
3536     float: right;\r
3537     margin-left: 19px;\r
3538     border-left: 1px solid #ddd;\r
3539 }\r
3540 \r
3541 .tabs-right > .nav-tabs > li > a {\r
3542     margin-left: -1px;\r
3543     -webkit-border-radius: 0 4px 4px 0;\r
3544     -moz-border-radius: 0 4px 4px 0;\r
3545     border-radius: 0 4px 4px 0;\r
3546 }\r
3547 \r
3548 .tabs-right > .nav-tabs > li > a:hover {\r
3549     border-color: #eeeeee #eeeeee #eeeeee #dddddd;\r
3550 }\r
3551 \r
3552 .tabs-right > .nav-tabs .active > a,\r
3553 .tabs-right > .nav-tabs .active > a:hover {\r
3554     border-color: #ddd #ddd #ddd transparent;\r
3555     *border-left-color: #ffffff;\r
3556 }\r
3557 \r
3558 .navbar {\r
3559     *position: relative;\r
3560     *z-index: 2;\r
3561     margin-bottom: 18px;\r
3562     overflow: visible;\r
3563 }\r
3564 \r
3565 .navbar-inner {\r
3566     min-height: 40px;\r
3567     padding-right: 20px;\r
3568     padding-left: 20px;\r
3569     background-color: #2c2c2c;\r
3570     background-image: -moz-linear-gradient(top, #333333, #222222);\r
3571     background-image: -ms-linear-gradient(top, #333333, #222222);\r
3572     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));\r
3573     background-image: -webkit-linear-gradient(top, #333333, #222222);\r
3574     background-image: -o-linear-gradient(top, #333333, #222222);\r
3575     background-image: linear-gradient(top, #333333, #222222);\r
3576     background-repeat: repeat-x;\r
3577     -webkit-border-radius: 4px;\r
3578     -moz-border-radius: 4px;\r
3579     border-radius: 4px;\r
3580     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);\r
3581     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);\r
3582     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);\r
3583     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);\r
3584 }\r
3585 \r
3586 .navbar .container {\r
3587     width: auto;\r
3588 }\r
3589 \r
3590 .nav-collapse.collapse {\r
3591     height: auto;\r
3592 }\r
3593 \r
3594 .navbar {\r
3595     color: #999999;\r
3596 }\r
3597 \r
3598 .navbar .brand:hover {\r
3599     text-decoration: none;\r
3600 }\r
3601 \r
3602 .navbar .brand {\r
3603     display: block;\r
3604     float: left;\r
3605     padding: 8px 20px 12px;\r
3606     margin-left: -20px;\r
3607     font-size: 20px;\r
3608     font-weight: 200;\r
3609     line-height: 1;\r
3610     color: #999999;\r
3611 }\r
3612 \r
3613 .navbar .navbar-text {\r
3614     margin-bottom: 0;\r
3615     line-height: 40px;\r
3616 }\r
3617 \r
3618 .navbar .navbar-link {\r
3619     color: #999999;\r
3620 }\r
3621 \r
3622 .navbar .navbar-link:hover {\r
3623     color: #ffffff;\r
3624 }\r
3625 \r
3626 .navbar .btn,\r
3627 .navbar .btn-group {\r
3628     margin-top: 5px;\r
3629 }\r
3630 \r
3631 .navbar .btn-group .btn {\r
3632     margin: 0;\r
3633 }\r
3634 \r
3635 .navbar-form {\r
3636     margin-bottom: 0;\r
3637     *zoom: 1;\r
3638 }\r
3639 \r
3640 .navbar-form:before,\r
3641 .navbar-form:after {\r
3642     display: table;\r
3643     content: "";\r
3644 }\r
3645 \r
3646 .navbar-form:after {\r
3647     clear: both;\r
3648 }\r
3649 \r
3650 .navbar-form input,\r
3651 .navbar-form select,\r
3652 .navbar-form .radio,\r
3653 .navbar-form .checkbox {\r
3654     margin-top: 5px;\r
3655 }\r
3656 \r
3657 .navbar-form input,\r
3658 .navbar-form select {\r
3659     display: inline-block;\r
3660     margin-bottom: 0;\r
3661 }\r
3662 \r
3663 .navbar-form input[type="image"],\r
3664 .navbar-form input[type="checkbox"],\r
3665 .navbar-form input[type="radio"] {\r
3666     margin-top: 3px;\r
3667 }\r
3668 \r
3669 .navbar-form .input-append,\r
3670 .navbar-form .input-prepend {\r
3671     margin-top: 6px;\r
3672     white-space: nowrap;\r
3673 }\r
3674 \r
3675 .navbar-form .input-append input,\r
3676 .navbar-form .input-prepend input {\r
3677     margin-top: 0;\r
3678 }\r
3679 \r
3680 .navbar-search {\r
3681     position: relative;\r
3682     float: left;\r
3683     margin-top: 6px;\r
3684     margin-bottom: 0;\r
3685 }\r
3686 \r
3687 .navbar-search .search-query {\r
3688     padding: 4px 9px;\r
3689     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\r
3690     font-size: 13px;\r
3691     font-weight: normal;\r
3692     line-height: 1;\r
3693     color: #ffffff;\r
3694     background-color: #626262;\r
3695     border: 1px solid #151515;\r
3696     -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);\r
3697     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);\r
3698     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);\r
3699     -webkit-transition: none;\r
3700     -moz-transition: none;\r
3701     -ms-transition: none;\r
3702     -o-transition: none;\r
3703     transition: none;\r
3704 }\r
3705 \r
3706 .navbar-search .search-query:-moz-placeholder {\r
3707     color: #cccccc;\r
3708 }\r
3709 \r
3710 .navbar-search .search-query::-webkit-input-placeholder {\r
3711     color: #cccccc;\r
3712 }\r
3713 \r
3714 .navbar-search .search-query:focus,\r
3715 .navbar-search .search-query.focused {\r
3716     padding: 5px 10px;\r
3717     color: #333333;\r
3718     text-shadow: 0 1px 0 #ffffff;\r
3719     background-color: #ffffff;\r
3720     border: 0;\r
3721     outline: 0;\r
3722     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);\r
3723     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);\r
3724     box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);\r
3725 }\r
3726 \r
3727 .navbar-fixed-top,\r
3728 .navbar-fixed-bottom {\r
3729     position: fixed;\r
3730     right: 0;\r
3731     left: 0;\r
3732     z-index: 1030;\r
3733     margin-bottom: 0;\r
3734 }\r
3735 \r
3736 .navbar-fixed-top .navbar-inner,\r
3737 .navbar-fixed-bottom .navbar-inner {\r
3738     padding-right: 0;\r
3739     padding-left: 0;\r
3740     -webkit-border-radius: 0;\r
3741     -moz-border-radius: 0;\r
3742     border-radius: 0;\r
3743 }\r
3744 \r
3745 .navbar-fixed-top .container,\r
3746 .navbar-fixed-bottom .container {\r
3747     width: 940px;\r
3748 }\r
3749 \r
3750 .navbar-fixed-top {\r
3751     top: 0;\r
3752 }\r
3753 \r
3754 .navbar-fixed-bottom {\r
3755     bottom: 0;\r
3756 }\r
3757 \r
3758 .navbar .nav {\r
3759     position: relative;\r
3760     left: 0;\r
3761     display: block;\r
3762     float: left;\r
3763     margin: 0 10px 0 0;\r
3764 }\r
3765 \r
3766 .navbar .nav.pull-right {\r
3767     float: right;\r
3768 }\r
3769 \r
3770 .navbar .nav > li {\r
3771     display: block;\r
3772     float: left;\r
3773 }\r
3774 \r
3775 .navbar .nav > li > a {\r
3776     float: none;\r
3777     padding: 9px 10px 11px;\r
3778     line-height: 19px;\r
3779     color: #999999;\r
3780     text-decoration: none;\r
3781     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\r
3782 }\r
3783 \r
3784 .navbar .btn {\r
3785     display: inline-block;\r
3786     padding: 4px 10px 4px;\r
3787     margin: 5px 5px 6px;\r
3788     line-height: 18px;\r
3789 }\r
3790 \r
3791 .navbar .btn-group {\r
3792     padding: 5px 5px 6px;\r
3793     margin: 0;\r
3794 }\r
3795 \r
3796 .navbar .nav > li > a:hover {\r
3797     color: #ffffff;\r
3798     text-decoration: none;\r
3799     background-color: transparent;\r
3800 }\r
3801 \r
3802 .navbar .nav .active > a,\r
3803 .navbar .nav .active > a:hover {\r
3804     color: #ffffff;\r
3805     text-decoration: none;\r
3806     background-color: #222222;\r
3807 }\r
3808 \r
3809 .navbar .divider-vertical {\r
3810     width: 1px;\r
3811     height: 40px;\r
3812     margin: 0 9px;\r
3813     overflow: hidden;\r
3814     background-color: #222222;\r
3815     border-right: 1px solid #333333;\r
3816 }\r
3817 \r
3818 .navbar .nav.pull-right {\r
3819     margin-right: 0;\r
3820     margin-left: 10px;\r
3821 }\r
3822 \r
3823 .navbar .btn-navbar {\r
3824     display: none;\r
3825     float: right;\r
3826     padding: 7px 10px;\r
3827     margin-right: 5px;\r
3828     margin-left: 5px;\r
3829     background-color: #2c2c2c;\r
3830     *background-color: #222222;\r
3831     background-image: -ms-linear-gradient(top, #333333, #222222);\r
3832     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));\r
3833     background-image: -webkit-linear-gradient(top, #333333, #222222);\r
3834     background-image: -o-linear-gradient(top, #333333, #222222);\r
3835     background-image: linear-gradient(top, #333333, #222222);\r
3836     background-image: -moz-linear-gradient(top, #333333, #222222);\r
3837     background-repeat: repeat-x;\r
3838     border-color: #222222 #222222 #000000;\r
3839     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);\r
3840     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);\r
3841     filter: progid:dximagetransform.microsoft.gradient(enabled=false);\r
3842     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);\r
3843     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);\r
3844     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);\r
3845 }\r
3846 \r
3847 .navbar .btn-navbar:hover,\r
3848 .navbar .btn-navbar:active,\r
3849 .navbar .btn-navbar.active,\r
3850 .navbar .btn-navbar.disabled,\r
3851 .navbar .btn-navbar[disabled] {\r
3852     background-color: #222222;\r
3853     *background-color: #151515;\r
3854 }\r
3855 \r
3856 .navbar .btn-navbar:active,\r
3857 .navbar .btn-navbar.active {\r
3858     background-color: #080808 \9;\r
3859 }\r
3860 \r
3861 .navbar .btn-navbar .icon-bar {\r
3862     display: block;\r
3863     width: 18px;\r
3864     height: 2px;\r
3865     background-color: #f5f5f5;\r
3866     -webkit-border-radius: 1px;\r
3867     -moz-border-radius: 1px;\r
3868     border-radius: 1px;\r
3869     -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);\r
3870     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);\r
3871     box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);\r
3872 }\r
3873 \r
3874 .btn-navbar .icon-bar + .icon-bar {\r
3875     margin-top: 3px;\r
3876 }\r
3877 \r
3878 .navbar .dropdown-menu:before {\r
3879     position: absolute;\r
3880     top: -7px;\r
3881     left: 9px;\r
3882     display: inline-block;\r
3883     border-right: 7px solid transparent;\r
3884     border-bottom: 7px solid #ccc;\r
3885     border-left: 7px solid transparent;\r
3886     border-bottom-color: rgba(0, 0, 0, 0.2);\r
3887     content: '';\r
3888 }\r
3889 \r
3890 .navbar .dropdown-menu:after {\r
3891     position: absolute;\r
3892     top: -6px;\r
3893     left: 10px;\r
3894     display: inline-block;\r
3895     border-right: 6px solid transparent;\r
3896     border-bottom: 6px solid #ffffff;\r
3897     border-left: 6px solid transparent;\r
3898     content: '';\r
3899 }\r
3900 \r
3901 .navbar-fixed-bottom .dropdown-menu:before {\r
3902     top: auto;\r
3903     bottom: -7px;\r
3904     border-top: 7px solid #ccc;\r
3905     border-bottom: 0;\r
3906     border-top-color: rgba(0, 0, 0, 0.2);\r
3907 }\r
3908 \r
3909 .navbar-fixed-bottom .dropdown-menu:after {\r
3910     top: auto;\r
3911     bottom: -6px;\r
3912     border-top: 6px solid #ffffff;\r
3913     border-bottom: 0;\r
3914 }\r
3915 \r
3916 .navbar .nav li.dropdown .dropdown-toggle .caret,\r
3917 .navbar .nav li.dropdown.open .caret {\r
3918     border-top-color: #ffffff;\r
3919     border-bottom-color: #ffffff;\r
3920 }\r
3921 \r
3922 .navbar .nav li.dropdown.active .caret {\r
3923     opacity: 1;\r
3924     filter: alpha(opacity=100);\r
3925 }\r
3926 \r
3927 .navbar .nav li.dropdown.open > .dropdown-toggle,\r
3928 .navbar .nav li.dropdown.active > .dropdown-toggle,\r
3929 .navbar .nav li.dropdown.open.active > .dropdown-toggle {\r
3930     background-color: transparent;\r
3931 }\r
3932 \r
3933 .navbar .nav li.dropdown.active > .dropdown-toggle:hover {\r
3934     color: #ffffff;\r
3935 }\r
3936 \r
3937 .navbar .pull-right .dropdown-menu,\r
3938 .navbar .dropdown-menu.pull-right {\r
3939     right: 0;\r
3940     left: auto;\r
3941 }\r
3942 \r
3943 .navbar .pull-right .dropdown-menu:before,\r
3944 .navbar .dropdown-menu.pull-right:before {\r
3945     right: 12px;\r
3946     left: auto;\r
3947 }\r
3948 \r
3949 .navbar .pull-right .dropdown-menu:after,\r
3950 .navbar .dropdown-menu.pull-right:after {\r
3951     right: 13px;\r
3952     left: auto;\r
3953 }\r
3954 \r
3955 .breadcrumb {\r
3956     padding: 7px 14px;\r
3957     margin: 0 0 18px;\r
3958     list-style: none;\r
3959     background-color: #fbfbfb;\r
3960     background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);\r
3961     background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);\r
3962     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));\r
3963     background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);\r
3964     background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);\r
3965     background-image: linear-gradient(top, #ffffff, #f5f5f5);\r
3966     background-repeat: repeat-x;\r
3967     border: 1px solid #ddd;\r
3968     -webkit-border-radius: 3px;\r
3969     -moz-border-radius: 3px;\r
3970     border-radius: 3px;\r
3971     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);\r
3972     -webkit-box-shadow: inset 0 1px 0 #ffffff;\r
3973     -moz-box-shadow: inset 0 1px 0 #ffffff;\r
3974     box-shadow: inset 0 1px 0 #ffffff;\r
3975 }\r
3976 \r
3977 .breadcrumb li {\r
3978     display: inline-block;\r
3979     *display: inline;\r
3980     text-shadow: 0 1px 0 #ffffff;\r
3981     *zoom: 1;\r
3982 }\r
3983 \r
3984 .breadcrumb .divider {\r
3985     padding: 0 5px;\r
3986     color: #999999;\r
3987 }\r
3988 \r
3989 .breadcrumb .active a {\r
3990     color: #333333;\r
3991 }\r
3992 \r
3993 .pagination {\r
3994     height: 36px;\r
3995     margin: 18px 0;\r
3996 }\r
3997 \r
3998 .pagination ul {\r
3999     display: inline-block;\r
4000     *display: inline;\r
4001     margin-bottom: 0;\r
4002     margin-left: 0;\r
4003     -webkit-border-radius: 3px;\r
4004     -moz-border-radius: 3px;\r
4005     border-radius: 3px;\r
4006     *zoom: 1;\r
4007     -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\r
4008     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\r
4009     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\r
4010 }\r
4011 \r
4012 .pagination li {\r
4013     display: inline;\r
4014 }\r
4015 \r
4016 .pagination a {\r
4017     float: left;\r
4018     padding: 0 14px;\r
4019     line-height: 34px;\r
4020     text-decoration: none;\r
4021     border: 1px solid #ddd;\r
4022     border-left-width: 0;\r
4023 }\r
4024 \r
4025 .pagination a:hover,\r
4026 .pagination .active a {\r
4027     background-color: #f5f5f5;\r
4028 }\r
4029 \r
4030 .pagination .active a {\r
4031     color: #999999;\r
4032     cursor: default;\r
4033 }\r
4034 \r
4035 .pagination .disabled span,\r
4036 .pagination .disabled a,\r
4037 .pagination .disabled a:hover {\r
4038     color: #999999;\r
4039     cursor: default;\r
4040     background-color: transparent;\r
4041 }\r
4042 \r
4043 .pagination li:first-child a {\r
4044     border-left-width: 1px;\r
4045     -webkit-border-radius: 3px 0 0 3px;\r
4046     -moz-border-radius: 3px 0 0 3px;\r
4047     border-radius: 3px 0 0 3px;\r
4048 }\r
4049 \r
4050 .pagination li:last-child a {\r
4051     -webkit-border-radius: 0 3px 3px 0;\r
4052     -moz-border-radius: 0 3px 3px 0;\r
4053     border-radius: 0 3px 3px 0;\r
4054 }\r
4055 \r
4056 .pagination-centered {\r
4057     text-align: center;\r
4058 }\r
4059 \r
4060 .pagination-right {\r
4061     text-align: right;\r
4062 }\r
4063 \r
4064 .pager {\r
4065     margin-bottom: 18px;\r
4066     margin-left: 0;\r
4067     text-align: center;\r
4068     list-style: none;\r
4069     *zoom: 1;\r
4070 }\r
4071 \r
4072 .pager:before,\r
4073 .pager:after {\r
4074     display: table;\r
4075     content: "";\r
4076 }\r
4077 \r
4078 .pager:after {\r
4079     clear: both;\r
4080 }\r
4081 \r
4082 .pager li {\r
4083     display: inline;\r
4084 }\r
4085 \r
4086 .pager a {\r
4087     display: inline-block;\r
4088     padding: 5px 14px;\r
4089     background-color: #fff;\r
4090     border: 1px solid #ddd;\r
4091     -webkit-border-radius: 15px;\r
4092     -moz-border-radius: 15px;\r
4093     border-radius: 15px;\r
4094 }\r
4095 \r
4096 .pager a:hover {\r
4097     text-decoration: none;\r
4098     background-color: #f5f5f5;\r
4099 }\r
4100 \r
4101 .pager .next a {\r
4102     float: right;\r
4103 }\r
4104 \r
4105 .pager .previous a {\r
4106     float: left;\r
4107 }\r
4108 \r
4109 .pager .disabled a,\r
4110 .pager .disabled a:hover {\r
4111     color: #999999;\r
4112     cursor: default;\r
4113     background-color: #fff;\r
4114 }\r
4115 \r
4116 .modal-open .dropdown-menu {\r
4117     z-index: 2050;\r
4118 }\r
4119 \r
4120 .modal-open .dropdown.open {\r
4121     *z-index: 2050;\r
4122 }\r
4123 \r
4124 .modal-open .popover {\r
4125     z-index: 2060;\r
4126 }\r
4127 \r
4128 .modal-open .tooltip {\r
4129     z-index: 2070;\r
4130 }\r
4131 \r
4132 .modal-backdrop {\r
4133     position: fixed;\r
4134     top: 0;\r
4135     right: 0;\r
4136     bottom: 0;\r
4137     left: 0;\r
4138     z-index: 1040;\r
4139     background-color: #000000;\r
4140 }\r
4141 \r
4142 .modal-backdrop.fade {\r
4143     opacity: 0;\r
4144 }\r
4145 \r
4146 .modal-backdrop,\r
4147 .modal-backdrop.fade.in {\r
4148     opacity: 0.8;\r
4149     filter: alpha(opacity=80);\r
4150 }\r
4151 \r
4152 .modal {\r
4153     position: fixed;\r
4154     top: 50%;\r
4155     left: 50%;\r
4156     z-index: 1050;\r
4157     width: 560px;\r
4158     margin: -250px 0 0 -280px;\r
4159     overflow: auto;\r
4160     background-color: #ffffff;\r
4161     border: 1px solid #999;\r
4162     border: 1px solid rgba(0, 0, 0, 0.3);\r
4163     *border: 1px solid #999;\r
4164     -webkit-border-radius: 6px;\r
4165     -moz-border-radius: 6px;\r
4166     border-radius: 6px;\r
4167     -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\r
4168     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\r
4169     box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\r
4170     -webkit-background-clip: padding-box;\r
4171     -moz-background-clip: padding-box;\r
4172     background-clip: padding-box;\r
4173 }\r
4174 \r
4175 .modal.fade {\r
4176     top: -25%;\r
4177     -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;\r
4178     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;\r
4179     -ms-transition: opacity 0.3s linear, top 0.3s ease-out;\r
4180     -o-transition: opacity 0.3s linear, top 0.3s ease-out;\r
4181     transition: opacity 0.3s linear, top 0.3s ease-out;\r
4182 }\r
4183 \r
4184 .modal.fade.in {\r
4185     top: 50%;\r
4186 }\r
4187 \r
4188 .modal-header {\r
4189     padding: 9px 15px;\r
4190     border-bottom: 1px solid #eee;\r
4191 }\r
4192 \r
4193 .modal-header .close {\r
4194     margin-top: 2px;\r
4195 }\r
4196 \r
4197 .modal-body {\r
4198     max-height: 400px;\r
4199     padding: 15px;\r
4200     overflow-y: auto;\r
4201 }\r
4202 \r
4203 .modal-form {\r
4204     margin-bottom: 0;\r
4205 }\r
4206 \r
4207 .modal-footer {\r
4208     padding: 14px 15px 15px;\r
4209     margin-bottom: 0;\r
4210     text-align: right;\r
4211     background-color: #f5f5f5;\r
4212     border-top: 1px solid #ddd;\r
4213     -webkit-border-radius: 0 0 6px 6px;\r
4214     -moz-border-radius: 0 0 6px 6px;\r
4215     border-radius: 0 0 6px 6px;\r
4216     *zoom: 1;\r
4217     -webkit-box-shadow: inset 0 1px 0 #ffffff;\r
4218     -moz-box-shadow: inset 0 1px 0 #ffffff;\r
4219     box-shadow: inset 0 1px 0 #ffffff;\r
4220 }\r
4221 \r
4222 .modal-footer:before,\r
4223 .modal-footer:after {\r
4224     display: table;\r
4225     content: "";\r
4226 }\r
4227 \r
4228 .modal-footer:after {\r
4229     clear: both;\r
4230 }\r
4231 \r
4232 .modal-footer .btn + .btn {\r
4233     margin-bottom: 0;\r
4234     margin-left: 5px;\r
4235 }\r
4236 \r
4237 .modal-footer .btn-group .btn + .btn {\r
4238     margin-left: -1px;\r
4239 }\r
4240 \r
4241 .tooltip {\r
4242     position: absolute;\r
4243     z-index: 1020;\r
4244     display: block;\r
4245     padding: 5px;\r
4246     font-size: 11px;\r
4247     opacity: 0;\r
4248     filter: alpha(opacity=0);\r
4249     visibility: visible;\r
4250 }\r
4251 \r
4252 .tooltip.in {\r
4253     opacity: 0.8;\r
4254     filter: alpha(opacity=80);\r
4255 }\r
4256 \r
4257 .tooltip.top {\r
4258     margin-top: -2px;\r
4259 }\r
4260 \r
4261 .tooltip.right {\r
4262     margin-left: 2px;\r
4263 }\r
4264 \r
4265 .tooltip.bottom {\r
4266     margin-top: 2px;\r
4267 }\r
4268 \r
4269 .tooltip.left {\r
4270     margin-left: -2px;\r
4271 }\r
4272 \r
4273 .tooltip.top .tooltip-arrow {\r
4274     bottom: 0;\r
4275     left: 50%;\r
4276     margin-left: -5px;\r
4277     border-top: 5px solid #000000;\r
4278     border-right: 5px solid transparent;\r
4279     border-left: 5px solid transparent;\r
4280 }\r
4281 \r
4282 .tooltip.left .tooltip-arrow {\r
4283     top: 50%;\r
4284     right: 0;\r
4285     margin-top: -5px;\r
4286     border-top: 5px solid transparent;\r
4287     border-bottom: 5px solid transparent;\r
4288     border-left: 5px solid #000000;\r
4289 }\r
4290 \r
4291 .tooltip.bottom .tooltip-arrow {\r
4292     top: 0;\r
4293     left: 50%;\r
4294     margin-left: -5px;\r
4295     border-right: 5px solid transparent;\r
4296     border-bottom: 5px solid #000000;\r
4297     border-left: 5px solid transparent;\r
4298 }\r
4299 \r
4300 .tooltip.right .tooltip-arrow {\r
4301     top: 50%;\r
4302     left: 0;\r
4303     margin-top: -5px;\r
4304     border-top: 5px solid transparent;\r
4305     border-right: 5px solid #000000;\r
4306     border-bottom: 5px solid transparent;\r
4307 }\r
4308 \r
4309 .tooltip-inner {\r
4310     max-width: 200px;\r
4311     padding: 3px 8px;\r
4312     color: #ffffff;\r
4313     text-align: center;\r
4314     text-decoration: none;\r
4315     background-color: #000000;\r
4316     -webkit-border-radius: 4px;\r
4317     -moz-border-radius: 4px;\r
4318     border-radius: 4px;\r
4319 }\r
4320 \r
4321 .tooltip-arrow {\r
4322     position: absolute;\r
4323     width: 0;\r
4324     height: 0;\r
4325 }\r
4326 \r
4327 .popover {\r
4328     position: absolute;\r
4329     top: 0;\r
4330     left: 0;\r
4331     z-index: 1010;\r
4332     display: none;\r
4333     padding: 5px;\r
4334 }\r
4335 \r
4336 .popover.top {\r
4337     margin-top: -5px;\r
4338 }\r
4339 \r
4340 .popover.right {\r
4341     margin-left: 5px;\r
4342 }\r
4343 \r
4344 .popover.bottom {\r
4345     margin-top: 5px;\r
4346 }\r
4347 \r
4348 .popover.left {\r
4349     margin-left: -5px;\r
4350 }\r
4351 \r
4352 .popover.top .arrow {\r
4353     bottom: 0;\r
4354     left: 50%;\r
4355     margin-left: -5px;\r
4356     border-top: 5px solid #000000;\r
4357     border-right: 5px solid transparent;\r
4358     border-left: 5px solid transparent;\r
4359 }\r
4360 \r
4361 .popover.right .arrow {\r
4362     top: 50%;\r
4363     left: 0;\r
4364     margin-top: -5px;\r
4365     border-top: 5px solid transparent;\r
4366     border-right: 5px solid #000000;\r
4367     border-bottom: 5px solid transparent;\r
4368 }\r
4369 \r
4370 .popover.bottom .arrow {\r
4371     top: 0;\r
4372     left: 50%;\r
4373     margin-left: -5px;\r
4374     border-right: 5px solid transparent;\r
4375     border-bottom: 5px solid #000000;\r
4376     border-left: 5px solid transparent;\r
4377 }\r
4378 \r
4379 .popover.left .arrow {\r
4380     top: 50%;\r
4381     right: 0;\r
4382     margin-top: -5px;\r
4383     border-top: 5px solid transparent;\r
4384     border-bottom: 5px solid transparent;\r
4385     border-left: 5px solid #000000;\r
4386 }\r
4387 \r
4388 .popover .arrow {\r
4389     position: absolute;\r
4390     width: 0;\r
4391     height: 0;\r
4392 }\r
4393 \r
4394 .popover-inner {\r
4395     width: 280px;\r
4396     padding: 3px;\r
4397     overflow: hidden;\r
4398     background: #000000;\r
4399     background: rgba(0, 0, 0, 0.8);\r
4400     -webkit-border-radius: 6px;\r
4401     -moz-border-radius: 6px;\r
4402     border-radius: 6px;\r
4403     -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\r
4404     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\r
4405     box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);\r
4406 }\r
4407 \r
4408 .popover-title {\r
4409     padding: 9px 15px;\r
4410     line-height: 1;\r
4411     background-color: #f5f5f5;\r
4412     border-bottom: 1px solid #eee;\r
4413     -webkit-border-radius: 3px 3px 0 0;\r
4414     -moz-border-radius: 3px 3px 0 0;\r
4415     border-radius: 3px 3px 0 0;\r
4416 }\r
4417 \r
4418 .popover-content {\r
4419     padding: 14px;\r
4420     background-color: #ffffff;\r
4421     -webkit-border-radius: 0 0 3px 3px;\r
4422     -moz-border-radius: 0 0 3px 3px;\r
4423     border-radius: 0 0 3px 3px;\r
4424     -webkit-background-clip: padding-box;\r
4425     -moz-background-clip: padding-box;\r
4426     background-clip: padding-box;\r
4427 }\r
4428 \r
4429 .popover-content p,\r
4430 .popover-content ul,\r
4431 .popover-content ol {\r
4432     margin-bottom: 0;\r
4433 }\r
4434 \r
4435 .thumbnails {\r
4436     margin-left: -20px;\r
4437     list-style: none;\r
4438     *zoom: 1;\r
4439 }\r
4440 \r
4441 .thumbnails:before,\r
4442 .thumbnails:after {\r
4443     display: table;\r
4444     content: "";\r
4445 }\r
4446 \r
4447 .thumbnails:after {\r
4448     clear: both;\r
4449 }\r
4450 \r
4451 .row-fluid .thumbnails {\r
4452     margin-left: 0;\r
4453 }\r
4454 \r
4455 .thumbnails > li {\r
4456     float: left;\r
4457     margin-bottom: 18px;\r
4458     margin-left: 20px;\r
4459 }\r
4460 \r
4461 .thumbnail {\r
4462     display: block;\r
4463     padding: 4px;\r
4464     line-height: 1;\r
4465     border: 1px solid #ddd;\r
4466     -webkit-border-radius: 4px;\r
4467     -moz-border-radius: 4px;\r
4468     border-radius: 4px;\r
4469     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);\r
4470     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);\r
4471     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);\r
4472 }\r
4473 \r
4474 a.thumbnail:hover {\r
4475     border-color: #0088cc;\r
4476     -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);\r
4477     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);\r
4478     box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);\r
4479 }\r
4480 \r
4481 .thumbnail > img {\r
4482     display: block;\r
4483     max-width: 100%;\r
4484     margin-right: auto;\r
4485     margin-left: auto;\r
4486 }\r
4487 \r
4488 .thumbnail .caption {\r
4489     padding: 9px;\r
4490 }\r
4491 \r
4492 .label,\r
4493 .badge {\r
4494     font-size: 10.998px;\r
4495     font-weight: bold;\r
4496     line-height: 14px;\r
4497     color: #ffffff;\r
4498     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\r
4499     white-space: nowrap;\r
4500     vertical-align: baseline;\r
4501     background-color: #999999;\r
4502 }\r
4503 \r
4504 .label {\r
4505     padding: 1px 4px 2px;\r
4506     -webkit-border-radius: 3px;\r
4507     -moz-border-radius: 3px;\r
4508     border-radius: 3px;\r
4509 }\r
4510 \r
4511 .badge {\r
4512     padding: 1px 9px 2px;\r
4513     -webkit-border-radius: 9px;\r
4514     -moz-border-radius: 9px;\r
4515     border-radius: 9px;\r
4516 }\r
4517 \r
4518 a.label:hover,\r
4519 a.badge:hover {\r
4520     color: #ffffff;\r
4521     text-decoration: none;\r
4522     cursor: pointer;\r
4523 }\r
4524 \r
4525 .label-important,\r
4526 .badge-important {\r
4527     background-color: #b94a48;\r
4528 }\r
4529 \r
4530 .label-important[href],\r
4531 .badge-important[href] {\r
4532     background-color: #953b39;\r
4533 }\r
4534 \r
4535 .label-warning,\r
4536 .badge-warning {\r
4537     background-color: #f89406;\r
4538 }\r
4539 \r
4540 .label-warning[href],\r
4541 .badge-warning[href] {\r
4542     background-color: #c67605;\r
4543 }\r
4544 \r
4545 .label-success,\r
4546 .badge-success {\r
4547     background-color: #468847;\r
4548 }\r
4549 \r
4550 .label-success[href],\r
4551 .badge-success[href] {\r
4552     background-color: #356635;\r
4553 }\r
4554 \r
4555 .label-info,\r
4556 .badge-info {\r
4557     background-color: #3a87ad;\r
4558 }\r
4559 \r
4560 .label-info[href],\r
4561 .badge-info[href] {\r
4562     background-color: #2d6987;\r
4563 }\r
4564 \r
4565 .label-inverse,\r
4566 .badge-inverse {\r
4567     background-color: #333333;\r
4568 }\r
4569 \r
4570 .label-inverse[href],\r
4571 .badge-inverse[href] {\r
4572     background-color: #1a1a1a;\r
4573 }\r
4574 \r
4575 @-webkit-keyframes progress-bar-stripes {\r
4576     from {\r
4577         background-position: 40px 0;\r
4578     }\r
4579     to {\r
4580         background-position: 0 0;\r
4581     }\r
4582 }\r
4583 \r
4584 @-moz-keyframes progress-bar-stripes {\r
4585     from {\r
4586         background-position: 40px 0;\r
4587     }\r
4588     to {\r
4589         background-position: 0 0;\r
4590     }\r
4591 }\r
4592 \r
4593 @-ms-keyframes progress-bar-stripes {\r
4594     from {\r
4595         background-position: 40px 0;\r
4596     }\r
4597     to {\r
4598         background-position: 0 0;\r
4599     }\r
4600 }\r
4601 \r
4602 @-o-keyframes progress-bar-stripes {\r
4603     from {\r
4604         background-position: 0 0;\r
4605     }\r
4606     to {\r
4607         background-position: 40px 0;\r
4608     }\r
4609 }\r
4610 \r
4611 @keyframes progress-bar-stripes {\r
4612     from {\r
4613         background-position: 40px 0;\r
4614     }\r
4615     to {\r
4616         background-position: 0 0;\r
4617     }\r
4618 }\r
4619 \r
4620 .progress {\r
4621     height: 18px;\r
4622     margin-bottom: 18px;\r
4623     overflow: hidden;\r
4624     background-color: #f7f7f7;\r
4625     background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);\r
4626     background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);\r
4627     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));\r
4628     background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);\r
4629     background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);\r
4630     background-image: linear-gradient(top, #f5f5f5, #f9f9f9);\r
4631     background-repeat: repeat-x;\r
4632     -webkit-border-radius: 4px;\r
4633     -moz-border-radius: 4px;\r
4634     border-radius: 4px;\r
4635     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);\r
4636     -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\r
4637     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\r
4638     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\r
4639 }\r
4640 \r
4641 .progress .bar {\r
4642     width: 0;\r
4643     height: 18px;\r
4644     font-size: 12px;\r
4645     color: #ffffff;\r
4646     text-align: center;\r
4647     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\r
4648     background-color: #0e90d2;\r
4649     background-image: -moz-linear-gradient(top, #149bdf, #0480be);\r
4650     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));\r
4651     background-image: -webkit-linear-gradient(top, #149bdf, #0480be);\r
4652     background-image: -o-linear-gradient(top, #149bdf, #0480be);\r
4653     background-image: linear-gradient(top, #149bdf, #0480be);\r
4654     background-image: -ms-linear-gradient(top, #149bdf, #0480be);\r
4655     background-repeat: repeat-x;\r
4656     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);\r
4657     -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\r
4658     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\r
4659     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\r
4660     -webkit-box-sizing: border-box;\r
4661     -moz-box-sizing: border-box;\r
4662     -ms-box-sizing: border-box;\r
4663     box-sizing: border-box;\r
4664     -webkit-transition: width 0.6s ease;\r
4665     -moz-transition: width 0.6s ease;\r
4666     -ms-transition: width 0.6s ease;\r
4667     -o-transition: width 0.6s ease;\r
4668     transition: width 0.6s ease;\r
4669 }\r
4670 \r
4671 .progress-striped .bar {\r
4672     background-color: #149bdf;\r
4673     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);\r
4674     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);\r
4675     background-image: -moz-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);\r
4676     background-image: -ms-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);\r
4677     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\r
4678     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);\r
4679     -webkit-background-size: 40px 40px;\r
4680     -moz-background-size: 40px 40px;\r
4681     -o-background-size: 40px 40px;\r
4682     background-size: 40px 40px;\r
4683 }\r
4684 \r
4685 .progress.active .bar {\r
4686     -webkit-animation: progress-bar-stripes 2s linear infinite;\r
4687     -moz-animation: progress-bar-stripes 2s linear infinite;\r
4688     -ms-animation: progress-bar-stripes 2s linear infinite;\r
4689     -o-animation: progress-bar-stripes 2s linear infinite;\r
4690     animation: progress-bar-stripes 2s linear infinite;\r
4691 }\r
4692 \r
4693 .progress-danger .bar {\r
4694     background-color: #dd514c;\r
4695     background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);\r
4696     background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);\r
4697     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));\r
4698     background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);\r
4699     background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);\r
4700     background-image: linear-gradient(top, #ee5f5b, #c43c35);\r
4701     background-repeat: repeat-x;\r
4702     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);\r
4703 }\r
4704 \r
4705 .progress-danger.progress-striped .bar {\r
4706     background-color: #ee5f5b;\r
4707     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\r
4708     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);\r
4709     background-image: -moz-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);\r
4710     background-image: -ms-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);\r
4711     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);\r
4712     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);\r
4713 }\r
4714 \r
4715 .progress-success .bar {\r
4716     background-color: #5eb95e;\r
4717     background-image: -moz-linear-gradient(top, #62c462, #57a957);\r
4718     background-image: -ms-linear-gradient(top, #62c462, #57a957);\r
4719     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));\r
4720     background-image: -webkit-linear-gradient(top, #62c462, #57a957);\r
4721     background-image: -o-linear-gradient(top, #62c462, #57a957);\r
4722     background-image: linear-gradient(top, #62c462, #57a957);\r
4723     background-repeat: repeat-x;\r
4724     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);\r
4725 }\r
4726 \r
4727 .progress-success.progress-striped .bar {\r
4728     background-color: #62c462;\r
4729     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\r
4730     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);\r
4731     background-image: -moz-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);\r
4732     background-image: -ms-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);\r
4733     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);\r
4734     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);\r
4735 }\r
4736 \r
4737 .progress-info .bar {\r
4738     background-color: #4bb1cf;\r
4739     background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);\r
4740     background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);\r
4741     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));\r
4742     background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);\r
4743     background-image: -o-linear-gradient(top, #5bc0de, #339bb9);\r
4744     background-image: linear-gradient(top, #5bc0de, #339bb9);\r
4745     background-repeat: repeat-x;\r
4746     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);\r
4747 }\r
4748 \r
4749 .progress-info.progress-striped .bar {\r
4750     background-color: #5bc0de;\r
4751     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\r
4752     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);\r
4753     background-image: -moz-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);\r
4754     background-image: -ms-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);\r
4755     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);\r
4756     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);\r
4757 }\r
4758 \r
4759 .progress-warning .bar {\r
4760     background-color: #faa732;\r
4761     background-image: -moz-linear-gradient(top, #fbb450, #f89406);\r
4762     background-image: -ms-linear-gradient(top, #fbb450, #f89406);\r
4763     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));\r
4764     background-image: -webkit-linear-gradient(top, #fbb450, #f89406);\r
4765     background-image: -o-linear-gradient(top, #fbb450, #f89406);\r
4766     background-image: linear-gradient(top, #fbb450, #f89406);\r
4767     background-repeat: repeat-x;\r
4768     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);\r
4769 }\r
4770 \r
4771 .progress-warning.progress-striped .bar {\r
4772     background-color: #fbb450;\r
4773     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));\r
4774     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);\r
4775     background-image: -moz-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);\r
4776     background-image: -ms-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);\r
4777     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);\r
4778     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);\r
4779 }\r
4780 \r
4781 .accordion {\r
4782     margin-bottom: 18px;\r
4783 }\r
4784 \r
4785 .accordion-group {\r
4786     margin-bottom: 2px;\r
4787     border: 1px solid #e5e5e5;\r
4788     -webkit-border-radius: 4px;\r
4789     -moz-border-radius: 4px;\r
4790     border-radius: 4px;\r
4791 }\r
4792 \r
4793 .accordion-heading {\r
4794     border-bottom: 0;\r
4795 }\r
4796 \r
4797 .accordion-heading .accordion-toggle {\r
4798     display: block;\r
4799     padding: 8px 15px;\r
4800 }\r
4801 \r
4802 .accordion-toggle {\r
4803     cursor: pointer;\r
4804 }\r
4805 \r
4806 .accordion-inner {\r
4807     padding: 9px 15px;\r
4808     border-top: 1px solid #e5e5e5;\r
4809 }\r
4810 \r
4811 .carousel {\r
4812     position: relative;\r
4813     margin-bottom: 18px;\r
4814     line-height: 1;\r
4815 }\r
4816 \r
4817 .carousel-inner {\r
4818     position: relative;\r
4819     width: 100%;\r
4820     overflow: hidden;\r
4821 }\r
4822 \r
4823 .carousel .item {\r
4824     position: relative;\r
4825     display: none;\r
4826     -webkit-transition: 0.6s ease-in-out left;\r
4827     -moz-transition: 0.6s ease-in-out left;\r
4828     -ms-transition: 0.6s ease-in-out left;\r
4829     -o-transition: 0.6s ease-in-out left;\r
4830     transition: 0.6s ease-in-out left;\r
4831 }\r
4832 \r
4833 .carousel .item > img {\r
4834     display: block;\r
4835     line-height: 1;\r
4836 }\r
4837 \r
4838 .carousel .active,\r
4839 .carousel .next,\r
4840 .carousel .prev {\r
4841     display: block;\r
4842 }\r
4843 \r
4844 .carousel .active {\r
4845     left: 0;\r
4846 }\r
4847 \r
4848 .carousel .next,\r
4849 .carousel .prev {\r
4850     position: absolute;\r
4851     top: 0;\r
4852     width: 100%;\r
4853 }\r
4854 \r
4855 .carousel .next {\r
4856     left: 100%;\r
4857 }\r
4858 \r
4859 .carousel .prev {\r
4860     left: -100%;\r
4861 }\r
4862 \r
4863 .carousel .next.left,\r
4864 .carousel .prev.right {\r
4865     left: 0;\r
4866 }\r
4867 \r
4868 .carousel .active.left {\r
4869     left: -100%;\r
4870 }\r
4871 \r
4872 .carousel .active.right {\r
4873     left: 100%;\r
4874 }\r
4875 \r
4876 .carousel-control {\r
4877     position: absolute;\r
4878     top: 40%;\r
4879     left: 15px;\r
4880     width: 40px;\r
4881     height: 40px;\r
4882     margin-top: -20px;\r
4883     font-size: 60px;\r
4884     font-weight: 100;\r
4885     line-height: 30px;\r
4886     color: #ffffff;\r
4887     text-align: center;\r
4888     background: #222222;\r
4889     border: 3px solid #ffffff;\r
4890     -webkit-border-radius: 23px;\r
4891     -moz-border-radius: 23px;\r
4892     border-radius: 23px;\r
4893     opacity: 0.5;\r
4894     filter: alpha(opacity=50);\r
4895 }\r
4896 \r
4897 .carousel-control.right {\r
4898     right: 15px;\r
4899     left: auto;\r
4900 }\r
4901 \r
4902 .carousel-control:hover {\r
4903     color: #ffffff;\r
4904     text-decoration: none;\r
4905     opacity: 0.9;\r
4906     filter: alpha(opacity=90);\r
4907 }\r
4908 \r
4909 .carousel-caption {\r
4910     position: absolute;\r
4911     right: 0;\r
4912     bottom: 0;\r
4913     left: 0;\r
4914     padding: 10px 15px 5px;\r
4915     background: #333333;\r
4916     background: rgba(0, 0, 0, 0.75);\r
4917 }\r
4918 \r
4919 .carousel-caption h4,\r
4920 .carousel-caption p {\r
4921     color: #ffffff;\r
4922 }\r
4923 \r
4924 .hero-unit {\r
4925     padding: 60px;\r
4926     margin-bottom: 30px;\r
4927     background-color: #eeeeee;\r
4928     -webkit-border-radius: 6px;\r
4929     -moz-border-radius: 6px;\r
4930     border-radius: 6px;\r
4931 }\r
4932 \r
4933 .hero-unit h1 {\r
4934     margin-bottom: 0;\r
4935     font-size: 60px;\r
4936     line-height: 1;\r
4937     letter-spacing: -1px;\r
4938     color: inherit;\r
4939 }\r
4940 \r
4941 .hero-unit p {\r
4942     font-size: 18px;\r
4943     font-weight: 200;\r
4944     line-height: 27px;\r
4945     color: inherit;\r
4946 }\r
4947 \r
4948 .pull-right {\r
4949     float: right;\r
4950 }\r
4951 \r
4952 .pull-left {\r
4953     float: left;\r
4954 }\r
4955 \r
4956 .hide {\r
4957     display: none;\r
4958 }\r
4959 \r
4960 .show {\r
4961     display: block;\r
4962 }\r
4963 \r
4964 .invisible {\r
4965     visibility: hidden;\r
4966 }\r