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