Gentoo Archives: gentoo-commits

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