1article,
2aside,
3details,
4figcaption,
5figure,
6footer,
7header,
8hgroup,
9nav,
10section {
11  display: block;
12}
13audio,
14canvas,
15video {
16  display: inline-block;
17  *display: inline;
18  *zoom: 1;
19}
20audio:not([controls]) {
21  display: none;
22}
23html {
24  font-size: 100%;
25  -webkit-text-size-adjust: 100%;
26  -ms-text-size-adjust: 100%;
27}
28a:focus {
29  outline: thin dotted #333;
30  outline: 5px auto -webkit-focus-ring-color;
31  outline-offset: -2px;
32  outline: thin dotted #333;
33  outline: 5px auto -webkit-focus-ring-color;
34  outline-offset: -2px;
35}
36a:hover,
37a:active {
38  outline: 0;
39}
40sub,
41sup {
42  position: relative;
43  font-size: 75%;
44  line-height: 0;
45  vertical-align: baseline;
46}
47sup {
48  top: -0.5em;
49}
50sub {
51  bottom: -0.25em;
52}
53img {
54  max-width: 100%;
55  width: auto \9;
56  height: auto;
57  vertical-align: middle;
58  border: 0;
59  -ms-interpolation-mode: bicubic;
60}
61#map_canvas img,
62.google-maps img {
63  max-width: none;
64}
65button,
66input,
67select,
68textarea {
69  margin: 0;
70  font-size: 100%;
71  vertical-align: middle;
72}
73button,
74input {
75  *overflow: visible;
76  line-height: normal;
77}
78button::-moz-focus-inner,
79input::-moz-focus-inner {
80  padding: 0;
81  border: 0;
82}
83button,
84html input[type="button"],
85input[type="reset"],
86input[type="submit"] {
87  -webkit-appearance: button;
88  cursor: pointer;
89}
90label,
91select,
92button,
93input[type="button"],
94input[type="reset"],
95input[type="submit"],
96input[type="radio"],
97input[type="checkbox"] {
98  cursor: pointer;
99}
100input[type="search"] {
101  -webkit-box-sizing: content-box;
102  -moz-box-sizing: content-box;
103  box-sizing: content-box;
104  -webkit-box-sizing: content-box;
105  -moz-box-sizing: content-box;
106  box-sizing: content-box;
107  -webkit-appearance: textfield;
108}
109input[type="search"]::-webkit-search-decoration,
110input[type="search"]::-webkit-search-cancel-button {
111  -webkit-appearance: none;
112}
113textarea {
114  overflow: auto;
115  vertical-align: top;
116}
117@media print {
118  * {
119    text-shadow: none !important;
120    color: #000 !important;
121    background: transparent !important;
122    box-shadow: none !important;
123  }
124  a,
125  a:visited {
126    text-decoration: underline;
127  }
128  a[href]:after {
129    content: " (" attr(href) ")";
130  }
131  abbr[title]:after {
132    content: " (" attr(title) ")";
133  }
134  .ir a:after,
135  a[href^="javascript:"]:after,
136  a[href^="#"]:after {
137    content: "";
138  }
139  pre,
140  blockquote {
141    border: 1px solid #999;
142    page-break-inside: avoid;
143  }
144  thead {
145    display: table-header-group;
146  }
147  tr,
148  img {
149    page-break-inside: avoid;
150  }
151  img {
152    max-width: 100% !important;
153  }
154  @page {
155    margin: 0.5cm;
156  }
157  p,
158  h2,
159  h3 {
160    orphans: 3;
161    widows: 3;
162  }
163  h2,
164  h3 {
165    page-break-after: avoid;
166  }
167}
168.clearfix {
169  *zoom: 1;
170}
171.clearfix:before,
172.clearfix:after {
173  display: table;
174  content: "";
175  line-height: 0;
176}
177.clearfix:after {
178  clear: both;
179}
180.hide-text {
181  font: 0/0 a;
182  color: transparent;
183  text-shadow: none;
184  background-color: transparent;
185  border: 0;
186}
187.input-block-level {
188  display: block;
189  width: 100%;
190  min-height: 30px;
191  -webkit-box-sizing: border-box;
192  -moz-box-sizing: border-box;
193  box-sizing: border-box;
194  -webkit-box-sizing: border-box;
195  -moz-box-sizing: border-box;
196  box-sizing: border-box;
197}
198body {
199  margin: 0;
200  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
201  font-size: 14px;
202  line-height: 20px;
203  color: #333;
204  background-color: #fff;
205}
206a {
207  color: #08c;
208  text-decoration: none;
209}
210a:hover,
211a:focus {
212  color: #005580;
213  text-decoration: underline;
214}
215.img-rounded {
216  -webkit-border-radius: 6px;
217  -moz-border-radius: 6px;
218  border-radius: 6px;
219  -webkit-border-radius: 6px;
220  -moz-border-radius: 6px;
221  border-radius: 6px;
222}
223.img-polaroid {
224  padding: 4px;
225  background-color: #fff;
226  border: 1px solid #ccc;
227  border: 1px solid rgba(0,0,0,0.2);
228  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
229  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
230  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
231  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
232  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
233  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
234}
235.img-circle {
236  -webkit-border-radius: 500px;
237  -moz-border-radius: 500px;
238  border-radius: 500px;
239  -webkit-border-radius: 500px;
240  -moz-border-radius: 500px;
241  border-radius: 500px;
242}
243.row {
244  margin-left: -20px;
245  *zoom: 1;
246  *zoom: 1;
247}
248.row:before,
249.row:after {
250  display: table;
251  content: "";
252  line-height: 0;
253}
254.row:after {
255  clear: both;
256}
257.row:before,
258.row:after {
259  display: table;
260  content: "";
261  line-height: 0;
262}
263.row:after {
264  clear: both;
265}
266[class*="span"] {
267  float: left;
268  min-height: 1px;
269  margin-left: 20px;
270}
271.container,
272.navbar-static-top .container,
273.navbar-fixed-top .container,
274.navbar-fixed-bottom .container {
275  width: 940px;
276}
277.span12 {
278  width: 940px;
279}
280.span11 {
281  width: 860px;
282}
283.span10 {
284  width: 780px;
285}
286.span9 {
287  width: 700px;
288}
289.span8 {
290  width: 620px;
291}
292.span7 {
293  width: 540px;
294}
295.span6 {
296  width: 460px;
297}
298.span5 {
299  width: 380px;
300}
301.span4 {
302  width: 300px;
303}
304.span3 {
305  width: 220px;
306}
307.span2 {
308  width: 140px;
309}
310.span1 {
311  width: 60px;
312}
313.offset12 {
314  margin-left: 980px;
315}
316.offset11 {
317  margin-left: 900px;
318}
319.offset10 {
320  margin-left: 820px;
321}
322.offset9 {
323  margin-left: 740px;
324}
325.offset8 {
326  margin-left: 660px;
327}
328.offset7 {
329  margin-left: 580px;
330}
331.offset6 {
332  margin-left: 500px;
333}
334.offset5 {
335  margin-left: 420px;
336}
337.offset4 {
338  margin-left: 340px;
339}
340.offset3 {
341  margin-left: 260px;
342}
343.offset2 {
344  margin-left: 180px;
345}
346.offset1 {
347  margin-left: 100px;
348}
349.row {
350  margin-left: -20px;
351  *zoom: 1;
352  *zoom: 1;
353}
354.row:before,
355.row:after {
356  display: table;
357  content: "";
358  line-height: 0;
359}
360.row:after {
361  clear: both;
362}
363.row:before,
364.row:after {
365  display: table;
366  content: "";
367  line-height: 0;
368}
369.row:after {
370  clear: both;
371}
372[class*="span"] {
373  float: left;
374  min-height: 1px;
375  margin-left: 20px;
376}
377.container,
378.navbar-static-top .container,
379.navbar-fixed-top .container,
380.navbar-fixed-bottom .container {
381  width: 940px;
382}
383.span12 {
384  width: 940px;
385}
386.span11 {
387  width: 860px;
388}
389.span10 {
390  width: 780px;
391}
392.span9 {
393  width: 700px;
394}
395.span8 {
396  width: 620px;
397}
398.span7 {
399  width: 540px;
400}
401.span6 {
402  width: 460px;
403}
404.span5 {
405  width: 380px;
406}
407.span4 {
408  width: 300px;
409}
410.span3 {
411  width: 220px;
412}
413.span2 {
414  width: 140px;
415}
416.span1 {
417  width: 60px;
418}
419.offset12 {
420  margin-left: 980px;
421}
422.offset11 {
423  margin-left: 900px;
424}
425.offset10 {
426  margin-left: 820px;
427}
428.offset9 {
429  margin-left: 740px;
430}
431.offset8 {
432  margin-left: 660px;
433}
434.offset7 {
435  margin-left: 580px;
436}
437.offset6 {
438  margin-left: 500px;
439}
440.offset5 {
441  margin-left: 420px;
442}
443.offset4 {
444  margin-left: 340px;
445}
446.offset3 {
447  margin-left: 260px;
448}
449.offset2 {
450  margin-left: 180px;
451}
452.offset1 {
453  margin-left: 100px;
454}
455.row-fluid {
456  width: 100%;
457  *zoom: 1;
458  *zoom: 1;
459}
460.row-fluid:before,
461.row-fluid:after {
462  display: table;
463  content: "";
464  line-height: 0;
465}
466.row-fluid:after {
467  clear: both;
468}
469.row-fluid:before,
470.row-fluid:after {
471  display: table;
472  content: "";
473  line-height: 0;
474}
475.row-fluid:after {
476  clear: both;
477}
478.row-fluid [class*="span"] {
479  display: block;
480  width: 100%;
481  min-height: 30px;
482  -webkit-box-sizing: border-box;
483  -moz-box-sizing: border-box;
484  box-sizing: border-box;
485  -webkit-box-sizing: border-box;
486  -moz-box-sizing: border-box;
487  box-sizing: border-box;
488  display: block;
489  width: 100%;
490  min-height: 30px;
491  -webkit-box-sizing: border-box;
492  -moz-box-sizing: border-box;
493  box-sizing: border-box;
494  -webkit-box-sizing: border-box;
495  -moz-box-sizing: border-box;
496  box-sizing: border-box;
497  float: left;
498  margin-left: 2.1276595744681%;
499  *margin-left: 2.0744680851064%;
500}
501.row-fluid [class*="span"]:first-child {
502  margin-left: 0;
503}
504.row-fluid .controls-row [class*="span"] + [class*="span"] {
505  margin-left: 2.1276595744681%;
506}
507.row-fluid .span12 {
508  width: 100%;
509  *width: 99.946808510638%;
510}
511.row-fluid .span11 {
512  width: 91.489361702128%;
513  *width: 91.436170212766%;
514}
515.row-fluid .span10 {
516  width: 82.978723404255%;
517  *width: 82.925531914894%;
518}
519.row-fluid .span9 {
520  width: 74.468085106383%;
521  *width: 74.414893617021%;
522}
523.row-fluid .span8 {
524  width: 65.957446808511%;
525  *width: 65.904255319149%;
526}
527.row-fluid .span7 {
528  width: 57.446808510638%;
529  *width: 57.393617021277%;
530}
531.row-fluid .span6 {
532  width: 48.936170212766%;
533  *width: 48.882978723404%;
534}
535.row-fluid .span5 {
536  width: 40.425531914894%;
537  *width: 40.372340425532%;
538}
539.row-fluid .span4 {
540  width: 31.914893617021%;
541  *width: 31.86170212766%;
542}
543.row-fluid .span3 {
544  width: 23.404255319149%;
545  *width: 23.351063829787%;
546}
547.row-fluid .span2 {
548  width: 14.893617021277%;
549  *width: 14.840425531915%;
550}
551.row-fluid .span1 {
552  width: 6.3829787234043%;
553  *width: 6.3297872340426%;
554}
555.row-fluid .offset12 {
556  margin-left: 104.25531914894%;
557  *margin-left: 104.14893617021%;
558}
559.row-fluid .offset12:first-child {
560  margin-left: 102.12765957447%;
561  *margin-left: 102.02127659574%;
562}
563.row-fluid .offset11 {
564  margin-left: 95.744680851064%;
565  *margin-left: 95.63829787234%;
566}
567.row-fluid .offset11:first-child {
568  margin-left: 93.617021276596%;
569  *margin-left: 93.510638297872%;
570}
571.row-fluid .offset10 {
572  margin-left: 87.234042553191%;
573  *margin-left: 87.127659574468%;
574}
575.row-fluid .offset10:first-child {
576  margin-left: 85.106382978723%;
577  *margin-left: 85%;
578}
579.row-fluid .offset9 {
580  margin-left: 78.723404255319%;
581  *margin-left: 78.617021276596%;
582}
583.row-fluid .offset9:first-child {
584  margin-left: 76.595744680851%;
585  *margin-left: 76.489361702128%;
586}
587.row-fluid .offset8 {
588  margin-left: 70.212765957447%;
589  *margin-left: 70.106382978723%;
590}
591.row-fluid .offset8:first-child {
592  margin-left: 68.085106382979%;
593  *margin-left: 67.978723404255%;
594}
595.row-fluid .offset7 {
596  margin-left: 61.702127659574%;
597  *margin-left: 61.595744680851%;
598}
599.row-fluid .offset7:first-child {
600  margin-left: 59.574468085106%;
601  *margin-left: 59.468085106383%;
602}
603.row-fluid .offset6 {
604  margin-left: 53.191489361702%;
605  *margin-left: 53.085106382979%;
606}
607.row-fluid .offset6:first-child {
608  margin-left: 51.063829787234%;
609  *margin-left: 50.957446808511%;
610}
611.row-fluid .offset5 {
612  margin-left: 44.68085106383%;
613  *margin-left: 44.574468085106%;
614}
615.row-fluid .offset5:first-child {
616  margin-left: 42.553191489362%;
617  *margin-left: 42.446808510638%;
618}
619.row-fluid .offset4 {
620  margin-left: 36.170212765957%;
621  *margin-left: 36.063829787234%;
622}
623.row-fluid .offset4:first-child {
624  margin-left: 34.042553191489%;
625  *margin-left: 33.936170212766%;
626}
627.row-fluid .offset3 {
628  margin-left: 27.659574468085%;
629  *margin-left: 27.553191489362%;
630}
631.row-fluid .offset3:first-child {
632  margin-left: 25.531914893617%;
633  *margin-left: 25.425531914894%;
634}
635.row-fluid .offset2 {
636  margin-left: 19.148936170213%;
637  *margin-left: 19.042553191489%;
638}
639.row-fluid .offset2:first-child {
640  margin-left: 17.021276595745%;
641  *margin-left: 16.914893617021%;
642}
643.row-fluid .offset1 {
644  margin-left: 10.63829787234%;
645  *margin-left: 10.531914893617%;
646}
647.row-fluid .offset1:first-child {
648  margin-left: 8.5106382978723%;
649  *margin-left: 8.4042553191489%;
650}
651.row-fluid {
652  width: 100%;
653  *zoom: 1;
654  *zoom: 1;
655}
656.row-fluid:before,
657.row-fluid:after {
658  display: table;
659  content: "";
660  line-height: 0;
661}
662.row-fluid:after {
663  clear: both;
664}
665.row-fluid:before,
666.row-fluid:after {
667  display: table;
668  content: "";
669  line-height: 0;
670}
671.row-fluid:after {
672  clear: both;
673}
674.row-fluid [class*="span"] {
675  display: block;
676  width: 100%;
677  min-height: 30px;
678  -webkit-box-sizing: border-box;
679  -moz-box-sizing: border-box;
680  box-sizing: border-box;
681  -webkit-box-sizing: border-box;
682  -moz-box-sizing: border-box;
683  box-sizing: border-box;
684  display: block;
685  width: 100%;
686  min-height: 30px;
687  -webkit-box-sizing: border-box;
688  -moz-box-sizing: border-box;
689  box-sizing: border-box;
690  -webkit-box-sizing: border-box;
691  -moz-box-sizing: border-box;
692  box-sizing: border-box;
693  float: left;
694  margin-left: 2.1276595744681%;
695  *margin-left: 2.0744680851064%;
696}
697.row-fluid [class*="span"]:first-child {
698  margin-left: 0;
699}
700.row-fluid .controls-row [class*="span"] + [class*="span"] {
701  margin-left: 2.1276595744681%;
702}
703.row-fluid .span12 {
704  width: 100%;
705  *width: 99.946808510638%;
706}
707.row-fluid .span11 {
708  width: 91.489361702128%;
709  *width: 91.436170212766%;
710}
711.row-fluid .span10 {
712  width: 82.978723404255%;
713  *width: 82.925531914894%;
714}
715.row-fluid .span9 {
716  width: 74.468085106383%;
717  *width: 74.414893617021%;
718}
719.row-fluid .span8 {
720  width: 65.957446808511%;
721  *width: 65.904255319149%;
722}
723.row-fluid .span7 {
724  width: 57.446808510638%;
725  *width: 57.393617021277%;
726}
727.row-fluid .span6 {
728  width: 48.936170212766%;
729  *width: 48.882978723404%;
730}
731.row-fluid .span5 {
732  width: 40.425531914894%;
733  *width: 40.372340425532%;
734}
735.row-fluid .span4 {
736  width: 31.914893617021%;
737  *width: 31.86170212766%;
738}
739.row-fluid .span3 {
740  width: 23.404255319149%;
741  *width: 23.351063829787%;
742}
743.row-fluid .span2 {
744  width: 14.893617021277%;
745  *width: 14.840425531915%;
746}
747.row-fluid .span1 {
748  width: 6.3829787234043%;
749  *width: 6.3297872340426%;
750}
751.row-fluid .offset12 {
752  margin-left: 104.25531914894%;
753  *margin-left: 104.14893617021%;
754}
755.row-fluid .offset12:first-child {
756  margin-left: 102.12765957447%;
757  *margin-left: 102.02127659574%;
758}
759.row-fluid .offset11 {
760  margin-left: 95.744680851064%;
761  *margin-left: 95.63829787234%;
762}
763.row-fluid .offset11:first-child {
764  margin-left: 93.617021276596%;
765  *margin-left: 93.510638297872%;
766}
767.row-fluid .offset10 {
768  margin-left: 87.234042553191%;
769  *margin-left: 87.127659574468%;
770}
771.row-fluid .offset10:first-child {
772  margin-left: 85.106382978723%;
773  *margin-left: 85%;
774}
775.row-fluid .offset9 {
776  margin-left: 78.723404255319%;
777  *margin-left: 78.617021276596%;
778}
779.row-fluid .offset9:first-child {
780  margin-left: 76.595744680851%;
781  *margin-left: 76.489361702128%;
782}
783.row-fluid .offset8 {
784  margin-left: 70.212765957447%;
785  *margin-left: 70.106382978723%;
786}
787.row-fluid .offset8:first-child {
788  margin-left: 68.085106382979%;
789  *margin-left: 67.978723404255%;
790}
791.row-fluid .offset7 {
792  margin-left: 61.702127659574%;
793  *margin-left: 61.595744680851%;
794}
795.row-fluid .offset7:first-child {
796  margin-left: 59.574468085106%;
797  *margin-left: 59.468085106383%;
798}
799.row-fluid .offset6 {
800  margin-left: 53.191489361702%;
801  *margin-left: 53.085106382979%;
802}
803.row-fluid .offset6:first-child {
804  margin-left: 51.063829787234%;
805  *margin-left: 50.957446808511%;
806}
807.row-fluid .offset5 {
808  margin-left: 44.68085106383%;
809  *margin-left: 44.574468085106%;
810}
811.row-fluid .offset5:first-child {
812  margin-left: 42.553191489362%;
813  *margin-left: 42.446808510638%;
814}
815.row-fluid .offset4 {
816  margin-left: 36.170212765957%;
817  *margin-left: 36.063829787234%;
818}
819.row-fluid .offset4:first-child {
820  margin-left: 34.042553191489%;
821  *margin-left: 33.936170212766%;
822}
823.row-fluid .offset3 {
824  margin-left: 27.659574468085%;
825  *margin-left: 27.553191489362%;
826}
827.row-fluid .offset3:first-child {
828  margin-left: 25.531914893617%;
829  *margin-left: 25.425531914894%;
830}
831.row-fluid .offset2 {
832  margin-left: 19.148936170213%;
833  *margin-left: 19.042553191489%;
834}
835.row-fluid .offset2:first-child {
836  margin-left: 17.021276595745%;
837  *margin-left: 16.914893617021%;
838}
839.row-fluid .offset1 {
840  margin-left: 10.63829787234%;
841  *margin-left: 10.531914893617%;
842}
843.row-fluid .offset1:first-child {
844  margin-left: 8.5106382978723%;
845  *margin-left: 8.4042553191489%;
846}
847[class*="span"].hide,
848.row-fluid [class*="span"].hide {
849  display: none;
850}
851[class*="span"].pull-right,
852.row-fluid [class*="span"].pull-right {
853  float: right;
854}
855.container {
856  margin-right: auto;
857  margin-left: auto;
858  *zoom: 1;
859  *zoom: 1;
860  margin-right: auto;
861  margin-left: auto;
862  *zoom: 1;
863  *zoom: 1;
864}
865.container:before,
866.container:after {
867  display: table;
868  content: "";
869  line-height: 0;
870}
871.container:after {
872  clear: both;
873}
874.container:before,
875.container:after {
876  display: table;
877  content: "";
878  line-height: 0;
879}
880.container:after {
881  clear: both;
882}
883.container:before,
884.container:after {
885  display: table;
886  content: "";
887  line-height: 0;
888}
889.container:after {
890  clear: both;
891}
892.container:before,
893.container:after {
894  display: table;
895  content: "";
896  line-height: 0;
897}
898.container:after {
899  clear: both;
900}
901.container-fluid {
902  padding-right: 20px;
903  padding-left: 20px;
904  *zoom: 1;
905  *zoom: 1;
906}
907.container-fluid:before,
908.container-fluid:after {
909  display: table;
910  content: "";
911  line-height: 0;
912}
913.container-fluid:after {
914  clear: both;
915}
916.container-fluid:before,
917.container-fluid:after {
918  display: table;
919  content: "";
920  line-height: 0;
921}
922.container-fluid:after {
923  clear: both;
924}
925p {
926  margin: 0 0 10px;
927}
928.lead {
929  margin-bottom: 20px;
930  font-size: 21px;
931  font-weight: 200;
932  line-height: 30px;
933}
934small {
935  font-size: 85%;
936}
937strong {
938  font-weight: bold;
939}
940em {
941  font-style: italic;
942}
943cite {
944  font-style: normal;
945}
946.muted {
947  color: #999;
948}
949a.muted:hover,
950a.muted:focus {
951  color: #808080;
952}
953.text-warning {
954  color: #c09853;
955}
956a.text-warning:hover,
957a.text-warning:focus {
958  color: #a47e3c;
959}
960.text-error {
961  color: #b94a48;
962}
963a.text-error:hover,
964a.text-error:focus {
965  color: #953b39;
966}
967.text-info {
968  color: #3a87ad;
969}
970a.text-info:hover,
971a.text-info:focus {
972  color: #2d6987;
973}
974.text-success {
975  color: #468847;
976}
977a.text-success:hover,
978a.text-success:focus {
979  color: #356635;
980}
981.text-left {
982  text-align: left;
983}
984.text-right {
985  text-align: right;
986}
987.text-center {
988  text-align: center;
989}
990h1,
991h2,
992h3,
993h4,
994h5,
995h6 {
996  margin: 10px 0;
997  font-family: inherit;
998  font-weight: bold;
999  line-height: 20px;
1000  color: inherit;
1001  text-rendering: optimizelegibility;
1002}
1003h1 small,
1004h2 small,
1005h3 small,
1006h4 small,
1007h5 small,
1008h6 small {
1009  font-weight: normal;
1010  line-height: 1;
1011  color: #999;
1012}
1013h1,
1014h2,
1015h3 {
1016  line-height: 40px;
1017}
1018h1 {
1019  font-size: 38.5px;
1020}
1021h2 {
1022  font-size: 31.5px;
1023}
1024h3 {
1025  font-size: 24.5px;
1026}
1027h4 {
1028  font-size: 17.5px;
1029}
1030h5 {
1031  font-size: 14px;
1032}
1033h6 {
1034  font-size: 11.9px;
1035}
1036h1 small {
1037  font-size: 24.5px;
1038}
1039h2 small {
1040  font-size: 17.5px;
1041}
1042h3 small {
1043  font-size: 14px;
1044}
1045h4 small {
1046  font-size: 14px;
1047}
1048.page-header {
1049  padding-bottom: 9px;
1050  margin: 20px 0 30px;
1051  border-bottom: 1px solid #eee;
1052}
1053ul,
1054ol {
1055  padding: 0;
1056  margin: 0 0 10px 25px;
1057}
1058ul ul,
1059ul ol,
1060ol ol,
1061ol ul {
1062  margin-bottom: 0;
1063}
1064li {
1065  line-height: 20px;
1066}
1067ul.unstyled,
1068ol.unstyled {
1069  margin-left: 0;
1070  list-style: none;
1071}
1072ul.inline,
1073ol.inline {
1074  margin-left: 0;
1075  list-style: none;
1076}
1077ul.inline > li,
1078ol.inline > li {
1079  display: inline-block;
1080  *display: inline;
1081  *zoom: 1;
1082  *display: inline;
1083  *zoom: 1;
1084  padding-left: 5px;
1085  padding-right: 5px;
1086}
1087dl {
1088  margin-bottom: 20px;
1089}
1090dt,
1091dd {
1092  line-height: 20px;
1093}
1094dt {
1095  font-weight: bold;
1096}
1097dd {
1098  margin-left: 10px;
1099}
1100.dl-horizontal {
1101  *zoom: 1;
1102  *zoom: 1;
1103}
1104.dl-horizontal:before,
1105.dl-horizontal:after {
1106  display: table;
1107  content: "";
1108  line-height: 0;
1109}
1110.dl-horizontal:after {
1111  clear: both;
1112}
1113.dl-horizontal:before,
1114.dl-horizontal:after {
1115  display: table;
1116  content: "";
1117  line-height: 0;
1118}
1119.dl-horizontal:after {
1120  clear: both;
1121}
1122.dl-horizontal dt {
1123  float: left;
1124  width: 160px;
1125  clear: left;
1126  text-align: right;
1127  overflow: hidden;
1128  text-overflow: ellipsis;
1129  white-space: nowrap;
1130  overflow: hidden;
1131  text-overflow: ellipsis;
1132  white-space: nowrap;
1133}
1134.dl-horizontal dd {
1135  margin-left: 180px;
1136}
1137hr {
1138  margin: 20px 0;
1139  border: 0;
1140  border-top: 1px solid #eee;
1141  border-bottom: 1px solid #fff;
1142}
1143abbr[title],
1144abbr[data-original-title] {
1145  cursor: help;
1146  border-bottom: 1px dotted #999;
1147}
1148abbr.initialism {
1149  font-size: 90%;
1150  text-transform: uppercase;
1151}
1152blockquote {
1153  padding: 0 0 0 15px;
1154  margin: 0 0 20px;
1155  border-left: 5px solid #eee;
1156}
1157blockquote p {
1158  margin-bottom: 0;
1159  font-size: 17.5px;
1160  font-weight: 300;
1161  line-height: 1.25;
1162}
1163blockquote small {
1164  display: block;
1165  line-height: 20px;
1166  color: #999;
1167}
1168blockquote small:before {
1169  content: '\2014 \00A0';
1170}
1171blockquote.pull-right {
1172  float: right;
1173  padding-right: 15px;
1174  padding-left: 0;
1175  border-right: 5px solid #eee;
1176  border-left: 0;
1177}
1178blockquote.pull-right p,
1179blockquote.pull-right small {
1180  text-align: right;
1181}
1182blockquote.pull-right small:before {
1183  content: '';
1184}
1185blockquote.pull-right small:after {
1186  content: '\00A0 \2014';
1187}
1188q:before,
1189q:after,
1190blockquote:before,
1191blockquote:after {
1192  content: "";
1193}
1194address {
1195  display: block;
1196  margin-bottom: 20px;
1197  font-style: normal;
1198  line-height: 20px;
1199}
1200code,
1201pre {
1202  padding: 0 3px 2px;
1203  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
1204  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
1205  font-size: 12px;
1206  color: #333;
1207  -webkit-border-radius: 3px;
1208  -moz-border-radius: 3px;
1209  border-radius: 3px;
1210  -webkit-border-radius: 3px;
1211  -moz-border-radius: 3px;
1212  border-radius: 3px;
1213}
1214code {
1215  padding: 2px 4px;
1216  color: #d14;
1217  background-color: #f7f7f9;
1218  border: 1px solid #e1e1e8;
1219  white-space: nowrap;
1220}
1221pre {
1222  display: block;
1223  padding: 9.5px;
1224  margin: 0 0 10px;
1225  font-size: 13px;
1226  line-height: 20px;
1227  word-break: break-all;
1228  word-wrap: break-word;
1229  white-space: pre;
1230  white-space: pre-wrap;
1231  background-color: #f5f5f5;
1232  border: 1px solid #ccc;
1233  border: 1px solid rgba(0,0,0,0.15);
1234  -webkit-border-radius: 4px;
1235  -moz-border-radius: 4px;
1236  border-radius: 4px;
1237  -webkit-border-radius: 4px;
1238  -moz-border-radius: 4px;
1239  border-radius: 4px;
1240}
1241pre.prettyprint {
1242  margin-bottom: 20px;
1243}
1244pre code {
1245  padding: 0;
1246  color: inherit;
1247  white-space: pre;
1248  white-space: pre-wrap;
1249  background-color: transparent;
1250  border: 0;
1251}
1252.pre-scrollable {
1253  max-height: 340px;
1254  overflow-y: scroll;
1255}
1256form {
1257  margin: 0 0 20px;
1258}
1259fieldset {
1260  padding: 0;
1261  margin: 0;
1262  border: 0;
1263}
1264legend {
1265  display: block;
1266  width: 100%;
1267  padding: 0;
1268  margin-bottom: 20px;
1269  font-size: 21px;
1270  line-height: 40px;
1271  color: #333;
1272  border: 0;
1273  border-bottom: 1px solid #e5e5e5;
1274}
1275legend small {
1276  font-size: 15px;
1277  color: #999;
1278}
1279label,
1280input,
1281button,
1282select,
1283textarea {
1284  font-size: 14px;
1285  font-weight: normal;
1286  line-height: 20px;
1287  font-size: 14px;
1288  font-weight: normal;
1289  line-height: 20px;
1290}
1291input,
1292button,
1293select,
1294textarea {
1295  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1296}
1297label {
1298  display: block;
1299  margin-bottom: 5px;
1300}
1301select,
1302textarea,
1303input[type="text"],
1304input[type="password"],
1305input[type="datetime"],
1306input[type="datetime-local"],
1307input[type="date"],
1308input[type="month"],
1309input[type="time"],
1310input[type="week"],
1311input[type="number"],
1312input[type="email"],
1313input[type="url"],
1314input[type="search"],
1315input[type="tel"],
1316input[type="color"],
1317.uneditable-input {
1318  display: inline-block;
1319  height: 20px;
1320  padding: 4px 6px;
1321  margin-bottom: 10px;
1322  font-size: 14px;
1323  line-height: 20px;
1324  color: #555;
1325  -webkit-border-radius: 4px;
1326  -moz-border-radius: 4px;
1327  border-radius: 4px;
1328  -webkit-border-radius: 4px;
1329  -moz-border-radius: 4px;
1330  border-radius: 4px;
1331  vertical-align: middle;
1332}
1333input,
1334textarea,
1335.uneditable-input {
1336  width: 206px;
1337}
1338textarea {
1339  height: auto;
1340}
1341textarea,
1342input[type="text"],
1343input[type="password"],
1344input[type="datetime"],
1345input[type="datetime-local"],
1346input[type="date"],
1347input[type="month"],
1348input[type="time"],
1349input[type="week"],
1350input[type="number"],
1351input[type="email"],
1352input[type="url"],
1353input[type="search"],
1354input[type="tel"],
1355input[type="color"],
1356.uneditable-input {
1357  background-color: #fff;
1358  border: 1px solid #ccc;
1359  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1360  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1361  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1362  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1363  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1364  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1365  -webkit-transition: border linear .2s, box-shadow linear .2s;
1366  -moz-transition: border linear .2s, box-shadow linear .2s;
1367  -o-transition: border linear .2s, box-shadow linear .2s;
1368  transition: border linear .2s, box-shadow linear .2s;
1369  -webkit-transition: border linear .2s, box-shadow linear .2s;
1370  -moz-transition: border linear .2s, box-shadow linear .2s;
1371  -o-transition: border linear .2s, box-shadow linear .2s;
1372  transition: border linear .2s, box-shadow linear .2s;
1373}
1374textarea:focus,
1375input[type="text"]:focus,
1376input[type="password"]:focus,
1377input[type="datetime"]:focus,
1378input[type="datetime-local"]:focus,
1379input[type="date"]:focus,
1380input[type="month"]:focus,
1381input[type="time"]:focus,
1382input[type="week"]:focus,
1383input[type="number"]:focus,
1384input[type="email"]:focus,
1385input[type="url"]:focus,
1386input[type="search"]:focus,
1387input[type="tel"]:focus,
1388input[type="color"]:focus,
1389.uneditable-input:focus {
1390  border-color: rgba(82,168,236,0.8);
1391  outline: 0;
1392  outline: thin dotted \9;
1393  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1394  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1395  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1396  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1397  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1398  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1399}
1400input[type="radio"],
1401input[type="checkbox"] {
1402  margin: 4px 0 0;
1403  *margin-top: 0;
1404  margin-top: 1px \9;
1405  line-height: normal;
1406}
1407input[type="file"],
1408input[type="image"],
1409input[type="submit"],
1410input[type="reset"],
1411input[type="button"],
1412input[type="radio"],
1413input[type="checkbox"] {
1414  width: auto;
1415}
1416select,
1417input[type="file"] {
1418  height: 30px;
1419  *margin-top: 4px;
1420  line-height: 30px;
1421}
1422select {
1423  width: 220px;
1424  border: 1px solid #ccc;
1425  background-color: #fff;
1426}
1427select[multiple],
1428select[size] {
1429  height: auto;
1430}
1431select:focus,
1432input[type="file"]:focus,
1433input[type="radio"]:focus,
1434input[type="checkbox"]:focus {
1435  outline: thin dotted #333;
1436  outline: 5px auto -webkit-focus-ring-color;
1437  outline-offset: -2px;
1438  outline: thin dotted #333;
1439  outline: 5px auto -webkit-focus-ring-color;
1440  outline-offset: -2px;
1441}
1442.uneditable-input,
1443.uneditable-textarea {
1444  color: #999;
1445  background-color: #fcfcfc;
1446  border-color: #ccc;
1447  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
1448  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
1449  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
1450  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
1451  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
1452  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
1453  cursor: not-allowed;
1454}
1455.uneditable-input {
1456  overflow: hidden;
1457  white-space: nowrap;
1458}
1459.uneditable-textarea {
1460  width: auto;
1461  height: auto;
1462}
1463input:-moz-placeholder,
1464textarea:-moz-placeholder {
1465  color: #999;
1466}
1467input:-ms-input-placeholder,
1468textarea:-ms-input-placeholder {
1469  color: #999;
1470}
1471input::-webkit-input-placeholder,
1472textarea::-webkit-input-placeholder {
1473  color: #999;
1474}
1475input:-moz-placeholder,
1476textarea:-moz-placeholder {
1477  color: #999;
1478}
1479input:-ms-input-placeholder,
1480textarea:-ms-input-placeholder {
1481  color: #999;
1482}
1483input::-webkit-input-placeholder,
1484textarea::-webkit-input-placeholder {
1485  color: #999;
1486}
1487.radio,
1488.checkbox {
1489  min-height: 20px;
1490  padding-left: 20px;
1491}
1492.radio input[type="radio"],
1493.checkbox input[type="checkbox"] {
1494  float: left;
1495  margin-left: -20px;
1496}
1497.controls > .radio:first-child,
1498.controls > .checkbox:first-child {
1499  padding-top: 5px;
1500}
1501.radio.inline,
1502.checkbox.inline {
1503  display: inline-block;
1504  padding-top: 5px;
1505  margin-bottom: 0;
1506  vertical-align: middle;
1507}
1508.radio.inline + .radio.inline,
1509.checkbox.inline + .checkbox.inline {
1510  margin-left: 10px;
1511}
1512.input-mini {
1513  width: 60px;
1514}
1515.input-small {
1516  width: 90px;
1517}
1518.input-medium {
1519  width: 150px;
1520}
1521.input-large {
1522  width: 210px;
1523}
1524.input-xlarge {
1525  width: 270px;
1526}
1527.input-xxlarge {
1528  width: 530px;
1529}
1530input[class*="span"],
1531select[class*="span"],
1532textarea[class*="span"],
1533.uneditable-input[class*="span"],
1534.row-fluid input[class*="span"],
1535.row-fluid select[class*="span"],
1536.row-fluid textarea[class*="span"],
1537.row-fluid .uneditable-input[class*="span"] {
1538  float: none;
1539  margin-left: 0;
1540}
1541.input-append input[class*="span"],
1542.input-append .uneditable-input[class*="span"],
1543.input-prepend input[class*="span"],
1544.input-prepend .uneditable-input[class*="span"],
1545.row-fluid input[class*="span"],
1546.row-fluid select[class*="span"],
1547.row-fluid textarea[class*="span"],
1548.row-fluid .uneditable-input[class*="span"],
1549.row-fluid .input-prepend [class*="span"],
1550.row-fluid .input-append [class*="span"] {
1551  display: inline-block;
1552}
1553input,
1554textarea,
1555.uneditable-input {
1556  margin-left: 0;
1557}
1558.controls-row [class*="span"] + [class*="span"] {
1559  margin-left: 20px;
1560}
1561input.span12, textarea.span12, .uneditable-input.span12 {
1562  width: 926px;
1563}
1564input.span11, textarea.span11, .uneditable-input.span11 {
1565  width: 846px;
1566}
1567input.span10, textarea.span10, .uneditable-input.span10 {
1568  width: 766px;
1569}
1570input.span9, textarea.span9, .uneditable-input.span9 {
1571  width: 686px;
1572}
1573input.span8, textarea.span8, .uneditable-input.span8 {
1574  width: 606px;
1575}
1576input.span7, textarea.span7, .uneditable-input.span7 {
1577  width: 526px;
1578}
1579input.span6, textarea.span6, .uneditable-input.span6 {
1580  width: 446px;
1581}
1582input.span5, textarea.span5, .uneditable-input.span5 {
1583  width: 366px;
1584}
1585input.span4, textarea.span4, .uneditable-input.span4 {
1586  width: 286px;
1587}
1588input.span3, textarea.span3, .uneditable-input.span3 {
1589  width: 206px;
1590}
1591input.span2, textarea.span2, .uneditable-input.span2 {
1592  width: 126px;
1593}
1594input.span1, textarea.span1, .uneditable-input.span1 {
1595  width: 46px;
1596}
1597input,
1598textarea,
1599.uneditable-input {
1600  margin-left: 0;
1601}
1602.controls-row [class*="span"] + [class*="span"] {
1603  margin-left: 20px;
1604}
1605input.span12, textarea.span12, .uneditable-input.span12 {
1606  width: 926px;
1607}
1608input.span11, textarea.span11, .uneditable-input.span11 {
1609  width: 846px;
1610}
1611input.span10, textarea.span10, .uneditable-input.span10 {
1612  width: 766px;
1613}
1614input.span9, textarea.span9, .uneditable-input.span9 {
1615  width: 686px;
1616}
1617input.span8, textarea.span8, .uneditable-input.span8 {
1618  width: 606px;
1619}
1620input.span7, textarea.span7, .uneditable-input.span7 {
1621  width: 526px;
1622}
1623input.span6, textarea.span6, .uneditable-input.span6 {
1624  width: 446px;
1625}
1626input.span5, textarea.span5, .uneditable-input.span5 {
1627  width: 366px;
1628}
1629input.span4, textarea.span4, .uneditable-input.span4 {
1630  width: 286px;
1631}
1632input.span3, textarea.span3, .uneditable-input.span3 {
1633  width: 206px;
1634}
1635input.span2, textarea.span2, .uneditable-input.span2 {
1636  width: 126px;
1637}
1638input.span1, textarea.span1, .uneditable-input.span1 {
1639  width: 46px;
1640}
1641.controls-row {
1642  *zoom: 1;
1643  *zoom: 1;
1644}
1645.controls-row:before,
1646.controls-row:after {
1647  display: table;
1648  content: "";
1649  line-height: 0;
1650}
1651.controls-row:after {
1652  clear: both;
1653}
1654.controls-row:before,
1655.controls-row:after {
1656  display: table;
1657  content: "";
1658  line-height: 0;
1659}
1660.controls-row:after {
1661  clear: both;
1662}
1663.controls-row [class*="span"],
1664.row-fluid .controls-row [class*="span"] {
1665  float: left;
1666}
1667.controls-row .checkbox[class*="span"],
1668.controls-row .radio[class*="span"] {
1669  padding-top: 5px;
1670}
1671input[disabled],
1672select[disabled],
1673textarea[disabled],
1674input[readonly],
1675select[readonly],
1676textarea[readonly] {
1677  cursor: not-allowed;
1678  background-color: #eee;
1679}
1680input[type="radio"][disabled],
1681input[type="checkbox"][disabled],
1682input[type="radio"][readonly],
1683input[type="checkbox"][readonly] {
1684  background-color: transparent;
1685}
1686.control-group.warning .control-label,
1687.control-group.warning .help-block,
1688.control-group.warning .help-inline {
1689  color: #c09853;
1690}
1691.control-group.warning .checkbox,
1692.control-group.warning .radio,
1693.control-group.warning input,
1694.control-group.warning select,
1695.control-group.warning textarea {
1696  color: #c09853;
1697}
1698.control-group.warning input,
1699.control-group.warning select,
1700.control-group.warning textarea {
1701  border-color: #c09853;
1702  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1703  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1704  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1705  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1706  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1707  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1708}
1709.control-group.warning input:focus,
1710.control-group.warning select:focus,
1711.control-group.warning textarea:focus {
1712  border-color: #a47e3c;
1713  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1714  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1715  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1716  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1717  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1718  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1719}
1720.control-group.warning .input-prepend .add-on,
1721.control-group.warning .input-append .add-on {
1722  color: #c09853;
1723  background-color: #fcf8e3;
1724  border-color: #c09853;
1725}
1726.control-group.warning .control-label,
1727.control-group.warning .help-block,
1728.control-group.warning .help-inline {
1729  color: #c09853;
1730}
1731.control-group.warning .checkbox,
1732.control-group.warning .radio,
1733.control-group.warning input,
1734.control-group.warning select,
1735.control-group.warning textarea {
1736  color: #c09853;
1737}
1738.control-group.warning input,
1739.control-group.warning select,
1740.control-group.warning textarea {
1741  border-color: #c09853;
1742  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1743  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1744  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1745  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1746  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1747  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1748}
1749.control-group.warning input:focus,
1750.control-group.warning select:focus,
1751.control-group.warning textarea:focus {
1752  border-color: #a47e3c;
1753  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1754  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1755  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1756  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1757  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1758  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
1759}
1760.control-group.warning .input-prepend .add-on,
1761.control-group.warning .input-append .add-on {
1762  color: #c09853;
1763  background-color: #fcf8e3;
1764  border-color: #c09853;
1765}
1766.control-group.error .control-label,
1767.control-group.error .help-block,
1768.control-group.error .help-inline {
1769  color: #b94a48;
1770}
1771.control-group.error .checkbox,
1772.control-group.error .radio,
1773.control-group.error input,
1774.control-group.error select,
1775.control-group.error textarea {
1776  color: #b94a48;
1777}
1778.control-group.error input,
1779.control-group.error select,
1780.control-group.error textarea {
1781  border-color: #b94a48;
1782  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1783  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1784  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1785  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1786  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1787  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1788}
1789.control-group.error input:focus,
1790.control-group.error select:focus,
1791.control-group.error textarea:focus {
1792  border-color: #953b39;
1793  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1794  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1795  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1796  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1797  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1798  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1799}
1800.control-group.error .input-prepend .add-on,
1801.control-group.error .input-append .add-on {
1802  color: #b94a48;
1803  background-color: #f2dede;
1804  border-color: #b94a48;
1805}
1806.control-group.error .control-label,
1807.control-group.error .help-block,
1808.control-group.error .help-inline {
1809  color: #b94a48;
1810}
1811.control-group.error .checkbox,
1812.control-group.error .radio,
1813.control-group.error input,
1814.control-group.error select,
1815.control-group.error textarea {
1816  color: #b94a48;
1817}
1818.control-group.error input,
1819.control-group.error select,
1820.control-group.error textarea {
1821  border-color: #b94a48;
1822  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1823  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1824  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1825  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1826  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1827  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1828}
1829.control-group.error input:focus,
1830.control-group.error select:focus,
1831.control-group.error textarea:focus {
1832  border-color: #953b39;
1833  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1834  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1835  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1836  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1837  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1838  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
1839}
1840.control-group.error .input-prepend .add-on,
1841.control-group.error .input-append .add-on {
1842  color: #b94a48;
1843  background-color: #f2dede;
1844  border-color: #b94a48;
1845}
1846.control-group.success .control-label,
1847.control-group.success .help-block,
1848.control-group.success .help-inline {
1849  color: #468847;
1850}
1851.control-group.success .checkbox,
1852.control-group.success .radio,
1853.control-group.success input,
1854.control-group.success select,
1855.control-group.success textarea {
1856  color: #468847;
1857}
1858.control-group.success input,
1859.control-group.success select,
1860.control-group.success textarea {
1861  border-color: #468847;
1862  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1863  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1864  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1865  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1866  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1867  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1868}
1869.control-group.success input:focus,
1870.control-group.success select:focus,
1871.control-group.success textarea:focus {
1872  border-color: #356635;
1873  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1874  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1875  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1876  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1877  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1878  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1879}
1880.control-group.success .input-prepend .add-on,
1881.control-group.success .input-append .add-on {
1882  color: #468847;
1883  background-color: #dff0d8;
1884  border-color: #468847;
1885}
1886.control-group.success .control-label,
1887.control-group.success .help-block,
1888.control-group.success .help-inline {
1889  color: #468847;
1890}
1891.control-group.success .checkbox,
1892.control-group.success .radio,
1893.control-group.success input,
1894.control-group.success select,
1895.control-group.success textarea {
1896  color: #468847;
1897}
1898.control-group.success input,
1899.control-group.success select,
1900.control-group.success textarea {
1901  border-color: #468847;
1902  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1903  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1904  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1905  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1906  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1907  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1908}
1909.control-group.success input:focus,
1910.control-group.success select:focus,
1911.control-group.success textarea:focus {
1912  border-color: #356635;
1913  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1914  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1915  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1916  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1917  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1918  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
1919}
1920.control-group.success .input-prepend .add-on,
1921.control-group.success .input-append .add-on {
1922  color: #468847;
1923  background-color: #dff0d8;
1924  border-color: #468847;
1925}
1926.control-group.info .control-label,
1927.control-group.info .help-block,
1928.control-group.info .help-inline {
1929  color: #3a87ad;
1930}
1931.control-group.info .checkbox,
1932.control-group.info .radio,
1933.control-group.info input,
1934.control-group.info select,
1935.control-group.info textarea {
1936  color: #3a87ad;
1937}
1938.control-group.info input,
1939.control-group.info select,
1940.control-group.info textarea {
1941  border-color: #3a87ad;
1942  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1943  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1944  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1945  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1946  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1947  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1948}
1949.control-group.info input:focus,
1950.control-group.info select:focus,
1951.control-group.info textarea:focus {
1952  border-color: #2d6987;
1953  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1954  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1955  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1956  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1957  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1958  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1959}
1960.control-group.info .input-prepend .add-on,
1961.control-group.info .input-append .add-on {
1962  color: #3a87ad;
1963  background-color: #d9edf7;
1964  border-color: #3a87ad;
1965}
1966.control-group.info .control-label,
1967.control-group.info .help-block,
1968.control-group.info .help-inline {
1969  color: #3a87ad;
1970}
1971.control-group.info .checkbox,
1972.control-group.info .radio,
1973.control-group.info input,
1974.control-group.info select,
1975.control-group.info textarea {
1976  color: #3a87ad;
1977}
1978.control-group.info input,
1979.control-group.info select,
1980.control-group.info textarea {
1981  border-color: #3a87ad;
1982  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1983  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1984  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1985  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1986  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1987  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
1988}
1989.control-group.info input:focus,
1990.control-group.info select:focus,
1991.control-group.info textarea:focus {
1992  border-color: #2d6987;
1993  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1994  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1995  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1996  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1997  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1998  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
1999}
2000.control-group.info .input-prepend .add-on,
2001.control-group.info .input-append .add-on {
2002  color: #3a87ad;
2003  background-color: #d9edf7;
2004  border-color: #3a87ad;
2005}
2006input:focus:invalid,
2007textarea:focus:invalid,
2008select:focus:invalid {
2009  color: #b94a48;
2010  border-color: #ee5f5b;
2011}
2012input:focus:invalid:focus,
2013textarea:focus:invalid:focus,
2014select:focus:invalid:focus {
2015  border-color: #e9322d;
2016  -webkit-box-shadow: 0 0 6px #f8b9b7;
2017  -moz-box-shadow: 0 0 6px #f8b9b7;
2018  box-shadow: 0 0 6px #f8b9b7;
2019  -webkit-box-shadow: 0 0 6px #f8b9b7;
2020  -moz-box-shadow: 0 0 6px #f8b9b7;
2021  box-shadow: 0 0 6px #f8b9b7;
2022}
2023.form-actions {
2024  padding: 19px 20px 20px;
2025  margin-top: 20px;
2026  margin-bottom: 20px;
2027  background-color: #f5f5f5;
2028  border-top: 1px solid #e5e5e5;
2029  *zoom: 1;
2030  *zoom: 1;
2031}
2032.form-actions:before,
2033.form-actions:after {
2034  display: table;
2035  content: "";
2036  line-height: 0;
2037}
2038.form-actions:after {
2039  clear: both;
2040}
2041.form-actions:before,
2042.form-actions:after {
2043  display: table;
2044  content: "";
2045  line-height: 0;
2046}
2047.form-actions:after {
2048  clear: both;
2049}
2050.help-block,
2051.help-inline {
2052  color: #595959;
2053}
2054.help-block {
2055  display: block;
2056  margin-bottom: 10px;
2057}
2058.help-inline {
2059  display: inline-block;
2060  *display: inline;
2061  *zoom: 1;
2062  *display: inline;
2063  *zoom: 1;
2064  vertical-align: middle;
2065  padding-left: 5px;
2066}
2067.input-append,
2068.input-prepend {
2069  display: inline-block;
2070  margin-bottom: 10px;
2071  vertical-align: middle;
2072  font-size: 0;
2073  white-space: nowrap;
2074}
2075.input-append input,
2076.input-append select,
2077.input-append .uneditable-input,
2078.input-append .dropdown-menu,
2079.input-append .popover,
2080.input-prepend input,
2081.input-prepend select,
2082.input-prepend .uneditable-input,
2083.input-prepend .dropdown-menu,
2084.input-prepend .popover {
2085  font-size: 14px;
2086}
2087.input-append input,
2088.input-append select,
2089.input-append .uneditable-input,
2090.input-prepend input,
2091.input-prepend select,
2092.input-prepend .uneditable-input {
2093  position: relative;
2094  margin-bottom: 0;
2095  *margin-left: 0;
2096  vertical-align: top;
2097  -webkit-border-radius: 0 4px 4px 0;
2098  -moz-border-radius: 0 4px 4px 0;
2099  border-radius: 0 4px 4px 0;
2100  -webkit-border-radius: 0 4px 4px 0;
2101  -moz-border-radius: 0 4px 4px 0;
2102  border-radius: 0 4px 4px 0;
2103}
2104.input-append input:focus,
2105.input-append select:focus,
2106.input-append .uneditable-input:focus,
2107.input-prepend input:focus,
2108.input-prepend select:focus,
2109.input-prepend .uneditable-input:focus {
2110  z-index: 2;
2111}
2112.input-append .add-on,
2113.input-prepend .add-on {
2114  display: inline-block;
2115  width: auto;
2116  height: 20px;
2117  min-width: 16px;
2118  padding: 4px 5px;
2119  font-size: 14px;
2120  font-weight: normal;
2121  line-height: 20px;
2122  text-align: center;
2123  text-shadow: 0 1px 0 #fff;
2124  background-color: #eee;
2125  border: 1px solid #ccc;
2126}
2127.input-append .add-on,
2128.input-append .btn,
2129.input-append .btn-group > .dropdown-toggle,
2130.input-prepend .add-on,
2131.input-prepend .btn,
2132.input-prepend .btn-group > .dropdown-toggle {
2133  vertical-align: top;
2134  -webkit-border-radius: 0;
2135  -moz-border-radius: 0;
2136  border-radius: 0;
2137  -webkit-border-radius: 0;
2138  -moz-border-radius: 0;
2139  border-radius: 0;
2140}
2141.input-append .active,
2142.input-prepend .active {
2143  background-color: #a9dba9;
2144  border-color: #46a546;
2145}
2146.input-prepend .add-on,
2147.input-prepend .btn {
2148  margin-right: -1px;
2149}
2150.input-prepend .add-on:first-child,
2151.input-prepend .btn:first-child {
2152  -webkit-border-radius: 4px 0 0 4px;
2153  -moz-border-radius: 4px 0 0 4px;
2154  border-radius: 4px 0 0 4px;
2155  -webkit-border-radius: 4px 0 0 4px;
2156  -moz-border-radius: 4px 0 0 4px;
2157  border-radius: 4px 0 0 4px;
2158}
2159.input-append input,
2160.input-append select,
2161.input-append .uneditable-input {
2162  -webkit-border-radius: 4px 0 0 4px;
2163  -moz-border-radius: 4px 0 0 4px;
2164  border-radius: 4px 0 0 4px;
2165  -webkit-border-radius: 4px 0 0 4px;
2166  -moz-border-radius: 4px 0 0 4px;
2167  border-radius: 4px 0 0 4px;
2168}
2169.input-append input + .btn-group .btn:last-child,
2170.input-append select + .btn-group .btn:last-child,
2171.input-append .uneditable-input + .btn-group .btn:last-child {
2172  -webkit-border-radius: 0 4px 4px 0;
2173  -moz-border-radius: 0 4px 4px 0;
2174  border-radius: 0 4px 4px 0;
2175  -webkit-border-radius: 0 4px 4px 0;
2176  -moz-border-radius: 0 4px 4px 0;
2177  border-radius: 0 4px 4px 0;
2178}
2179.input-append .add-on,
2180.input-append .btn,
2181.input-append .btn-group {
2182  margin-left: -1px;
2183}
2184.input-append .add-on:last-child,
2185.input-append .btn:last-child,
2186.input-append .btn-group:last-child > .dropdown-toggle {
2187  -webkit-border-radius: 0 4px 4px 0;
2188  -moz-border-radius: 0 4px 4px 0;
2189  border-radius: 0 4px 4px 0;
2190  -webkit-border-radius: 0 4px 4px 0;
2191  -moz-border-radius: 0 4px 4px 0;
2192  border-radius: 0 4px 4px 0;
2193}
2194.input-prepend.input-append input,
2195.input-prepend.input-append select,
2196.input-prepend.input-append .uneditable-input {
2197  -webkit-border-radius: 0;
2198  -moz-border-radius: 0;
2199  border-radius: 0;
2200  -webkit-border-radius: 0;
2201  -moz-border-radius: 0;
2202  border-radius: 0;
2203}
2204.input-prepend.input-append input + .btn-group .btn,
2205.input-prepend.input-append select + .btn-group .btn,
2206.input-prepend.input-append .uneditable-input + .btn-group .btn {
2207  -webkit-border-radius: 0 4px 4px 0;
2208  -moz-border-radius: 0 4px 4px 0;
2209  border-radius: 0 4px 4px 0;
2210  -webkit-border-radius: 0 4px 4px 0;
2211  -moz-border-radius: 0 4px 4px 0;
2212  border-radius: 0 4px 4px 0;
2213}
2214.input-prepend.input-append .add-on:first-child,
2215.input-prepend.input-append .btn:first-child {
2216  margin-right: -1px;
2217  -webkit-border-radius: 4px 0 0 4px;
2218  -moz-border-radius: 4px 0 0 4px;
2219  border-radius: 4px 0 0 4px;
2220  -webkit-border-radius: 4px 0 0 4px;
2221  -moz-border-radius: 4px 0 0 4px;
2222  border-radius: 4px 0 0 4px;
2223}
2224.input-prepend.input-append .add-on:last-child,
2225.input-prepend.input-append .btn:last-child {
2226  margin-left: -1px;
2227  -webkit-border-radius: 0 4px 4px 0;
2228  -moz-border-radius: 0 4px 4px 0;
2229  border-radius: 0 4px 4px 0;
2230  -webkit-border-radius: 0 4px 4px 0;
2231  -moz-border-radius: 0 4px 4px 0;
2232  border-radius: 0 4px 4px 0;
2233}
2234.input-prepend.input-append .btn-group:first-child {
2235  margin-left: 0;
2236}
2237input.search-query {
2238  padding-right: 14px;
2239  padding-right: 4px \9;
2240  padding-left: 14px;
2241  padding-left: 4px \9;
2242  margin-bottom: 0;
2243  -webkit-border-radius: 15px;
2244  -moz-border-radius: 15px;
2245  border-radius: 15px;
2246  -webkit-border-radius: 15px;
2247  -moz-border-radius: 15px;
2248  border-radius: 15px;
2249}
2250.form-search .input-append .search-query,
2251.form-search .input-prepend .search-query {
2252  -webkit-border-radius: 0;
2253  -moz-border-radius: 0;
2254  border-radius: 0;
2255  -webkit-border-radius: 0;
2256  -moz-border-radius: 0;
2257  border-radius: 0;
2258}
2259.form-search .input-append .search-query {
2260  -webkit-border-radius: 14px 0 0 14px;
2261  -moz-border-radius: 14px 0 0 14px;
2262  border-radius: 14px 0 0 14px;
2263  -webkit-border-radius: 14px 0 0 14px;
2264  -moz-border-radius: 14px 0 0 14px;
2265  border-radius: 14px 0 0 14px;
2266}
2267.form-search .input-append .btn {
2268  -webkit-border-radius: 0 14px 14px 0;
2269  -moz-border-radius: 0 14px 14px 0;
2270  border-radius: 0 14px 14px 0;
2271  -webkit-border-radius: 0 14px 14px 0;
2272  -moz-border-radius: 0 14px 14px 0;
2273  border-radius: 0 14px 14px 0;
2274}
2275.form-search .input-prepend .search-query {
2276  -webkit-border-radius: 0 14px 14px 0;
2277  -moz-border-radius: 0 14px 14px 0;
2278  border-radius: 0 14px 14px 0;
2279  -webkit-border-radius: 0 14px 14px 0;
2280  -moz-border-radius: 0 14px 14px 0;
2281  border-radius: 0 14px 14px 0;
2282}
2283.form-search .input-prepend .btn {
2284  -webkit-border-radius: 14px 0 0 14px;
2285  -moz-border-radius: 14px 0 0 14px;
2286  border-radius: 14px 0 0 14px;
2287  -webkit-border-radius: 14px 0 0 14px;
2288  -moz-border-radius: 14px 0 0 14px;
2289  border-radius: 14px 0 0 14px;
2290}
2291.form-search input,
2292.form-search textarea,
2293.form-search select,
2294.form-search .help-inline,
2295.form-search .uneditable-input,
2296.form-search .input-prepend,
2297.form-search .input-append,
2298.form-inline input,
2299.form-inline textarea,
2300.form-inline select,
2301.form-inline .help-inline,
2302.form-inline .uneditable-input,
2303.form-inline .input-prepend,
2304.form-inline .input-append,
2305.form-horizontal input,
2306.form-horizontal textarea,
2307.form-horizontal select,
2308.form-horizontal .help-inline,
2309.form-horizontal .uneditable-input,
2310.form-horizontal .input-prepend,
2311.form-horizontal .input-append {
2312  display: inline-block;
2313  *display: inline;
2314  *zoom: 1;
2315  *display: inline;
2316  *zoom: 1;
2317  margin-bottom: 0;
2318  vertical-align: middle;
2319}
2320.form-search .hide,
2321.form-inline .hide,
2322.form-horizontal .hide {
2323  display: none;
2324}
2325.form-search label,
2326.form-inline label,
2327.form-search .btn-group,
2328.form-inline .btn-group {
2329  display: inline-block;
2330}
2331.form-search .input-append,
2332.form-inline .input-append,
2333.form-search .input-prepend,
2334.form-inline .input-prepend {
2335  margin-bottom: 0;
2336}
2337.form-search .radio,
2338.form-search .checkbox,
2339.form-inline .radio,
2340.form-inline .checkbox {
2341  padding-left: 0;
2342  margin-bottom: 0;
2343  vertical-align: middle;
2344}
2345.form-search .radio input[type="radio"],
2346.form-search .checkbox input[type="checkbox"],
2347.form-inline .radio input[type="radio"],
2348.form-inline .checkbox input[type="checkbox"] {
2349  float: left;
2350  margin-right: 3px;
2351  margin-left: 0;
2352}
2353.control-group {
2354  margin-bottom: 10px;
2355}
2356legend + .control-group {
2357  margin-top: 20px;
2358  -webkit-margin-top-collapse: separate;
2359}
2360.form-horizontal .control-group {
2361  margin-bottom: 20px;
2362  *zoom: 1;
2363  *zoom: 1;
2364}
2365.form-horizontal .control-group:before,
2366.form-horizontal .control-group:after {
2367  display: table;
2368  content: "";
2369  line-height: 0;
2370}
2371.form-horizontal .control-group:after {
2372  clear: both;
2373}
2374.form-horizontal .control-group:before,
2375.form-horizontal .control-group:after {
2376  display: table;
2377  content: "";
2378  line-height: 0;
2379}
2380.form-horizontal .control-group:after {
2381  clear: both;
2382}
2383.form-horizontal .control-label {
2384  float: left;
2385  width: 160px;
2386  padding-top: 5px;
2387  text-align: right;
2388}
2389.form-horizontal .controls {
2390  *display: inline-block;
2391  *padding-left: 20px;
2392  margin-left: 180px;
2393  *margin-left: 0;
2394}
2395.form-horizontal .controls:first-child {
2396  *padding-left: 180px;
2397}
2398.form-horizontal .help-block {
2399  margin-bottom: 0;
2400}
2401.form-horizontal input + .help-block,
2402.form-horizontal select + .help-block,
2403.form-horizontal textarea + .help-block,
2404.form-horizontal .uneditable-input + .help-block,
2405.form-horizontal .input-prepend + .help-block,
2406.form-horizontal .input-append + .help-block {
2407  margin-top: 10px;
2408}
2409.form-horizontal .form-actions {
2410  padding-left: 180px;
2411}
2412table {
2413  max-width: 100%;
2414  background-color: transparent;
2415  border-collapse: collapse;
2416  border-spacing: 0;
2417}
2418.table {
2419  width: 100%;
2420  margin-bottom: 20px;
2421}
2422.table th,
2423.table td {
2424  padding: 8px;
2425  line-height: 20px;
2426  text-align: left;
2427  vertical-align: top;
2428  border-top: 1px solid #ddd;
2429}
2430.table th {
2431  font-weight: bold;
2432}
2433.table thead th {
2434  vertical-align: bottom;
2435}
2436.table caption + thead tr:first-child th,
2437.table caption + thead tr:first-child td,
2438.table colgroup + thead tr:first-child th,
2439.table colgroup + thead tr:first-child td,
2440.table thead:first-child tr:first-child th,
2441.table thead:first-child tr:first-child td {
2442  border-top: 0;
2443}
2444.table tbody + tbody {
2445  border-top: 2px solid #ddd;
2446}
2447.table .table {
2448  background-color: #fff;
2449}
2450.table-condensed th,
2451.table-condensed td {
2452  padding: 4px 5px;
2453}
2454.table-bordered {
2455  border: 1px solid #ddd;
2456  border-collapse: separate;
2457  *border-collapse: collapse;
2458  border-left: 0;
2459  -webkit-border-radius: 4px;
2460  -moz-border-radius: 4px;
2461  border-radius: 4px;
2462  -webkit-border-radius: 4px;
2463  -moz-border-radius: 4px;
2464  border-radius: 4px;
2465}
2466.table-bordered th,
2467.table-bordered td {
2468  border-left: 1px solid #ddd;
2469}
2470.table-bordered caption + thead tr:first-child th,
2471.table-bordered caption + tbody tr:first-child th,
2472.table-bordered caption + tbody tr:first-child td,
2473.table-bordered colgroup + thead tr:first-child th,
2474.table-bordered colgroup + tbody tr:first-child th,
2475.table-bordered colgroup + tbody tr:first-child td,
2476.table-bordered thead:first-child tr:first-child th,
2477.table-bordered tbody:first-child tr:first-child th,
2478.table-bordered tbody:first-child tr:first-child td {
2479  border-top: 0;
2480}
2481.table-bordered thead:first-child tr:first-child > th:first-child,
2482.table-bordered tbody:first-child tr:first-child > td:first-child,
2483.table-bordered tbody:first-child tr:first-child > th:first-child {
2484  -webkit-border-top-left-radius: 4px;
2485  -moz-border-radius-topleft: 4px;
2486  border-top-left-radius: 4px;
2487  -webkit-border-top-left-radius: 4px;
2488  -moz-border-radius-topleft: 4px;
2489  border-top-left-radius: 4px;
2490}
2491.table-bordered thead:first-child tr:first-child > th:last-child,
2492.table-bordered tbody:first-child tr:first-child > td:last-child,
2493.table-bordered tbody:first-child tr:first-child > th:last-child {
2494  -webkit-border-top-right-radius: 4px;
2495  -moz-border-radius-topright: 4px;
2496  border-top-right-radius: 4px;
2497  -webkit-border-top-right-radius: 4px;
2498  -moz-border-radius-topright: 4px;
2499  border-top-right-radius: 4px;
2500}
2501.table-bordered thead:last-child tr:last-child > th:first-child,
2502.table-bordered tbody:last-child tr:last-child > td:first-child,
2503.table-bordered tbody:last-child tr:last-child > th:first-child,
2504.table-bordered tfoot:last-child tr:last-child > td:first-child,
2505.table-bordered tfoot:last-child tr:last-child > th:first-child {
2506  -webkit-border-bottom-left-radius: 4px;
2507  -moz-border-radius-bottomleft: 4px;
2508  border-bottom-left-radius: 4px;
2509  -webkit-border-bottom-left-radius: 4px;
2510  -moz-border-radius-bottomleft: 4px;
2511  border-bottom-left-radius: 4px;
2512}
2513.table-bordered thead:last-child tr:last-child > th:last-child,
2514.table-bordered tbody:last-child tr:last-child > td:last-child,
2515.table-bordered tbody:last-child tr:last-child > th:last-child,
2516.table-bordered tfoot:last-child tr:last-child > td:last-child,
2517.table-bordered tfoot:last-child tr:last-child > th:last-child {
2518  -webkit-border-bottom-right-radius: 4px;
2519  -moz-border-radius-bottomright: 4px;
2520  border-bottom-right-radius: 4px;
2521  -webkit-border-bottom-right-radius: 4px;
2522  -moz-border-radius-bottomright: 4px;
2523  border-bottom-right-radius: 4px;
2524}
2525.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
2526  -webkit-border-bottom-left-radius: 0;
2527  -moz-border-radius-bottomleft: 0;
2528  border-bottom-left-radius: 0;
2529  -webkit-border-bottom-left-radius: 0;
2530  -moz-border-radius-bottomleft: 0;
2531  border-bottom-left-radius: 0;
2532}
2533.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
2534  -webkit-border-bottom-right-radius: 0;
2535  -moz-border-radius-bottomright: 0;
2536  border-bottom-right-radius: 0;
2537  -webkit-border-bottom-right-radius: 0;
2538  -moz-border-radius-bottomright: 0;
2539  border-bottom-right-radius: 0;
2540}
2541.table-bordered caption + thead tr:first-child th:first-child,
2542.table-bordered caption + tbody tr:first-child td:first-child,
2543.table-bordered colgroup + thead tr:first-child th:first-child,
2544.table-bordered colgroup + tbody tr:first-child td:first-child {
2545  -webkit-border-top-left-radius: 4px;
2546  -moz-border-radius-topleft: 4px;
2547  border-top-left-radius: 4px;
2548  -webkit-border-top-left-radius: 4px;
2549  -moz-border-radius-topleft: 4px;
2550  border-top-left-radius: 4px;
2551}
2552.table-bordered caption + thead tr:first-child th:last-child,
2553.table-bordered caption + tbody tr:first-child td:last-child,
2554.table-bordered colgroup + thead tr:first-child th:last-child,
2555.table-bordered colgroup + tbody tr:first-child td:last-child {
2556  -webkit-border-top-right-radius: 4px;
2557  -moz-border-radius-topright: 4px;
2558  border-top-right-radius: 4px;
2559  -webkit-border-top-right-radius: 4px;
2560  -moz-border-radius-topright: 4px;
2561  border-top-right-radius: 4px;
2562}
2563.table-striped tbody > tr:nth-child(odd) > td,
2564.table-striped tbody > tr:nth-child(odd) > th {
2565  background-color: #f9f9f9;
2566}
2567.table-hover tbody tr:hover > td,
2568.table-hover tbody tr:hover > th {
2569  background-color: #f5f5f5;
2570}
2571table td[class*="span"],
2572table th[class*="span"],
2573.row-fluid table td[class*="span"],
2574.row-fluid table th[class*="span"] {
2575  display: table-cell;
2576  float: none;
2577  margin-left: 0;
2578}
2579.table td.span1,
2580.table th.span1 {
2581  float: none;
2582  width: 44px;
2583  margin-left: 0;
2584  float: none;
2585  width: 44px;
2586  margin-left: 0;
2587}
2588.table td.span2,
2589.table th.span2 {
2590  float: none;
2591  width: 124px;
2592  margin-left: 0;
2593  float: none;
2594  width: 124px;
2595  margin-left: 0;
2596}
2597.table td.span3,
2598.table th.span3 {
2599  float: none;
2600  width: 204px;
2601  margin-left: 0;
2602  float: none;
2603  width: 204px;
2604  margin-left: 0;
2605}
2606.table td.span4,
2607.table th.span4 {
2608  float: none;
2609  width: 284px;
2610  margin-left: 0;
2611  float: none;
2612  width: 284px;
2613  margin-left: 0;
2614}
2615.table td.span5,
2616.table th.span5 {
2617  float: none;
2618  width: 364px;
2619  margin-left: 0;
2620  float: none;
2621  width: 364px;
2622  margin-left: 0;
2623}
2624.table td.span6,
2625.table th.span6 {
2626  float: none;
2627  width: 444px;
2628  margin-left: 0;
2629  float: none;
2630  width: 444px;
2631  margin-left: 0;
2632}
2633.table td.span7,
2634.table th.span7 {
2635  float: none;
2636  width: 524px;
2637  margin-left: 0;
2638  float: none;
2639  width: 524px;
2640  margin-left: 0;
2641}
2642.table td.span8,
2643.table th.span8 {
2644  float: none;
2645  width: 604px;
2646  margin-left: 0;
2647  float: none;
2648  width: 604px;
2649  margin-left: 0;
2650}
2651.table td.span9,
2652.table th.span9 {
2653  float: none;
2654  width: 684px;
2655  margin-left: 0;
2656  float: none;
2657  width: 684px;
2658  margin-left: 0;
2659}
2660.table td.span10,
2661.table th.span10 {
2662  float: none;
2663  width: 764px;
2664  margin-left: 0;
2665  float: none;
2666  width: 764px;
2667  margin-left: 0;
2668}
2669.table td.span11,
2670.table th.span11 {
2671  float: none;
2672  width: 844px;
2673  margin-left: 0;
2674  float: none;
2675  width: 844px;
2676  margin-left: 0;
2677}
2678.table td.span12,
2679.table th.span12 {
2680  float: none;
2681  width: 924px;
2682  margin-left: 0;
2683  float: none;
2684  width: 924px;
2685  margin-left: 0;
2686}
2687.table tbody tr.success > td {
2688  background-color: #dff0d8;
2689}
2690.table tbody tr.error > td {
2691  background-color: #f2dede;
2692}
2693.table tbody tr.warning > td {
2694  background-color: #fcf8e3;
2695}
2696.table tbody tr.info > td {
2697  background-color: #d9edf7;
2698}
2699.table-hover tbody tr.success:hover > td {
2700  background-color: #d0e9c6;
2701}
2702.table-hover tbody tr.error:hover > td {
2703  background-color: #ebcccc;
2704}
2705.table-hover tbody tr.warning:hover > td {
2706  background-color: #faf2cc;
2707}
2708.table-hover tbody tr.info:hover > td {
2709  background-color: #c4e3f3;
2710}
2711[class^="icon-"],
2712[class*=" icon-"] {
2713  display: inline-block;
2714  width: 14px;
2715  height: 14px;
2716  *margin-right: .3em;
2717  *margin-right: .3em;
2718  line-height: 14px;
2719  vertical-align: text-top;
2720  background-image: url("../img/glyphicons-halflings.png");
2721  background-position: 14px 14px;
2722  background-repeat: no-repeat;
2723  margin-top: 1px;
2724}
2725.icon-white,
2726.nav-pills > .active > a > [class^="icon-"],
2727.nav-pills > .active > a > [class*=" icon-"],
2728.nav-list > .active > a > [class^="icon-"],
2729.nav-list > .active > a > [class*=" icon-"],
2730.navbar-inverse .nav > .active > a > [class^="icon-"],
2731.navbar-inverse .nav > .active > a > [class*=" icon-"],
2732.dropdown-menu > li > a:hover > [class^="icon-"],
2733.dropdown-menu > li > a:focus > [class^="icon-"],
2734.dropdown-menu > li > a:hover > [class*=" icon-"],
2735.dropdown-menu > li > a:focus > [class*=" icon-"],
2736.dropdown-menu > .active > a > [class^="icon-"],
2737.dropdown-menu > .active > a > [class*=" icon-"],
2738.dropdown-submenu:hover > a > [class^="icon-"],
2739.dropdown-submenu:focus > a > [class^="icon-"],
2740.dropdown-submenu:hover > a > [class*=" icon-"],
2741.dropdown-submenu:focus > a > [class*=" icon-"] {
2742  background-image: url("../img/glyphicons-halflings-white.png");
2743}
2744.icon-glass {
2745  background-position: 0 0;
2746}
2747.icon-music {
2748  background-position: -24px 0;
2749}
2750.icon-search {
2751  background-position: -48px 0;
2752}
2753.icon-envelope {
2754  background-position: -72px 0;
2755}
2756.icon-heart {
2757  background-position: -96px 0;
2758}
2759.icon-star {
2760  background-position: -120px 0;
2761}
2762.icon-star-empty {
2763  background-position: -144px 0;
2764}
2765.icon-user {
2766  background-position: -168px 0;
2767}
2768.icon-film {
2769  background-position: -192px 0;
2770}
2771.icon-th-large {
2772  background-position: -216px 0;
2773}
2774.icon-th {
2775  background-position: -240px 0;
2776}
2777.icon-th-list {
2778  background-position: -264px 0;
2779}
2780.icon-ok {
2781  background-position: -288px 0;
2782}
2783.icon-remove {
2784  background-position: -312px 0;
2785}
2786.icon-zoom-in {
2787  background-position: -336px 0;
2788}
2789.icon-zoom-out {
2790  background-position: -360px 0;
2791}
2792.icon-off {
2793  background-position: -384px 0;
2794}
2795.icon-signal {
2796  background-position: -408px 0;
2797}
2798.icon-cog {
2799  background-position: -432px 0;
2800}
2801.icon-trash {
2802  background-position: -456px 0;
2803}
2804.icon-home {
2805  background-position: 0 -24px;
2806}
2807.icon-file {
2808  background-position: -24px -24px;
2809}
2810.icon-time {
2811  background-position: -48px -24px;
2812}
2813.icon-road {
2814  background-position: -72px -24px;
2815}
2816.icon-download-alt {
2817  background-position: -96px -24px;
2818}
2819.icon-download {
2820  background-position: -120px -24px;
2821}
2822.icon-upload {
2823  background-position: -144px -24px;
2824}
2825.icon-inbox {
2826  background-position: -168px -24px;
2827}
2828.icon-play-circle {
2829  background-position: -192px -24px;
2830}
2831.icon-repeat {
2832  background-position: -216px -24px;
2833}
2834.icon-refresh {
2835  background-position: -240px -24px;
2836}
2837.icon-list-alt {
2838  background-position: -264px -24px;
2839}
2840.icon-lock {
2841  background-position: -287px -24px;
2842}
2843.icon-flag {
2844  background-position: -312px -24px;
2845}
2846.icon-headphones {
2847  background-position: -336px -24px;
2848}
2849.icon-volume-off {
2850  background-position: -360px -24px;
2851}
2852.icon-volume-down {
2853  background-position: -384px -24px;
2854}
2855.icon-volume-up {
2856  background-position: -408px -24px;
2857}
2858.icon-qrcode {
2859  background-position: -432px -24px;
2860}
2861.icon-barcode {
2862  background-position: -456px -24px;
2863}
2864.icon-tag {
2865  background-position: 0 -48px;
2866}
2867.icon-tags {
2868  background-position: -25px -48px;
2869}
2870.icon-book {
2871  background-position: -48px -48px;
2872}
2873.icon-bookmark {
2874  background-position: -72px -48px;
2875}
2876.icon-print {
2877  background-position: -96px -48px;
2878}
2879.icon-camera {
2880  background-position: -120px -48px;
2881}
2882.icon-font {
2883  background-position: -144px -48px;
2884}
2885.icon-bold {
2886  background-position: -167px -48px;
2887}
2888.icon-italic {
2889  background-position: -192px -48px;
2890}
2891.icon-text-height {
2892  background-position: -216px -48px;
2893}
2894.icon-text-width {
2895  background-position: -240px -48px;
2896}
2897.icon-align-left {
2898  background-position: -264px -48px;
2899}
2900.icon-align-center {
2901  background-position: -288px -48px;
2902}
2903.icon-align-right {
2904  background-position: -312px -48px;
2905}
2906.icon-align-justify {
2907  background-position: -336px -48px;
2908}
2909.icon-list {
2910  background-position: -360px -48px;
2911}
2912.icon-indent-left {
2913  background-position: -384px -48px;
2914}
2915.icon-indent-right {
2916  background-position: -408px -48px;
2917}
2918.icon-facetime-video {
2919  background-position: -432px -48px;
2920}
2921.icon-picture {
2922  background-position: -456px -48px;
2923}
2924.icon-pencil {
2925  background-position: 0 -72px;
2926}
2927.icon-map-marker {
2928  background-position: -24px -72px;
2929}
2930.icon-adjust {
2931  background-position: -48px -72px;
2932}
2933.icon-tint {
2934  background-position: -72px -72px;
2935}
2936.icon-edit {
2937  background-position: -96px -72px;
2938}
2939.icon-share {
2940  background-position: -120px -72px;
2941}
2942.icon-check {
2943  background-position: -144px -72px;
2944}
2945.icon-move {
2946  background-position: -168px -72px;
2947}
2948.icon-step-backward {
2949  background-position: -192px -72px;
2950}
2951.icon-fast-backward {
2952  background-position: -216px -72px;
2953}
2954.icon-backward {
2955  background-position: -240px -72px;
2956}
2957.icon-play {
2958  background-position: -264px -72px;
2959}
2960.icon-pause {
2961  background-position: -288px -72px;
2962}
2963.icon-stop {
2964  background-position: -312px -72px;
2965}
2966.icon-forward {
2967  background-position: -336px -72px;
2968}
2969.icon-fast-forward {
2970  background-position: -360px -72px;
2971}
2972.icon-step-forward {
2973  background-position: -384px -72px;
2974}
2975.icon-eject {
2976  background-position: -408px -72px;
2977}
2978.icon-chevron-left {
2979  background-position: -432px -72px;
2980}
2981.icon-chevron-right {
2982  background-position: -456px -72px;
2983}
2984.icon-plus-sign {
2985  background-position: 0 -96px;
2986}
2987.icon-minus-sign {
2988  background-position: -24px -96px;
2989}
2990.icon-remove-sign {
2991  background-position: -48px -96px;
2992}
2993.icon-ok-sign {
2994  background-position: -72px -96px;
2995}
2996.icon-question-sign {
2997  background-position: -96px -96px;
2998}
2999.icon-info-sign {
3000  background-position: -120px -96px;
3001}
3002.icon-screenshot {
3003  background-position: -144px -96px;
3004}
3005.icon-remove-circle {
3006  background-position: -168px -96px;
3007}
3008.icon-ok-circle {
3009  background-position: -192px -96px;
3010}
3011.icon-ban-circle {
3012  background-position: -216px -96px;
3013}
3014.icon-arrow-left {
3015  background-position: -240px -96px;
3016}
3017.icon-arrow-right {
3018  background-position: -264px -96px;
3019}
3020.icon-arrow-up {
3021  background-position: -289px -96px;
3022}
3023.icon-arrow-down {
3024  background-position: -312px -96px;
3025}
3026.icon-share-alt {
3027  background-position: -336px -96px;
3028}
3029.icon-resize-full {
3030  background-position: -360px -96px;
3031}
3032.icon-resize-small {
3033  background-position: -384px -96px;
3034}
3035.icon-plus {
3036  background-position: -408px -96px;
3037}
3038.icon-minus {
3039  background-position: -433px -96px;
3040}
3041.icon-asterisk {
3042  background-position: -456px -96px;
3043}
3044.icon-exclamation-sign {
3045  background-position: 0 -120px;
3046}
3047.icon-gift {
3048  background-position: -24px -120px;
3049}
3050.icon-leaf {
3051  background-position: -48px -120px;
3052}
3053.icon-fire {
3054  background-position: -72px -120px;
3055}
3056.icon-eye-open {
3057  background-position: -96px -120px;
3058}
3059.icon-eye-close {
3060  background-position: -120px -120px;
3061}
3062.icon-warning-sign {
3063  background-position: -144px -120px;
3064}
3065.icon-plane {
3066  background-position: -168px -120px;
3067}
3068.icon-calendar {
3069  background-position: -192px -120px;
3070}
3071.icon-random {
3072  background-position: -216px -120px;
3073  width: 16px;
3074}
3075.icon-comment {
3076  background-position: -240px -120px;
3077}
3078.icon-magnet {
3079  background-position: -264px -120px;
3080}
3081.icon-chevron-up {
3082  background-position: -288px -120px;
3083}
3084.icon-chevron-down {
3085  background-position: -313px -119px;
3086}
3087.icon-retweet {
3088  background-position: -336px -120px;
3089}
3090.icon-shopping-cart {
3091  background-position: -360px -120px;
3092}
3093.icon-folder-close {
3094  background-position: -384px -120px;
3095  width: 16px;
3096}
3097.icon-folder-open {
3098  background-position: -408px -120px;
3099  width: 16px;
3100}
3101.icon-resize-vertical {
3102  background-position: -432px -119px;
3103}
3104.icon-resize-horizontal {
3105  background-position: -456px -118px;
3106}
3107.icon-hdd {
3108  background-position: 0 -144px;
3109}
3110.icon-bullhorn {
3111  background-position: -24px -144px;
3112}
3113.icon-bell {
3114  background-position: -48px -144px;
3115}
3116.icon-certificate {
3117  background-position: -72px -144px;
3118}
3119.icon-thumbs-up {
3120  background-position: -96px -144px;
3121}
3122.icon-thumbs-down {
3123  background-position: -120px -144px;
3124}
3125.icon-hand-right {
3126  background-position: -144px -144px;
3127}
3128.icon-hand-left {
3129  background-position: -168px -144px;
3130}
3131.icon-hand-up {
3132  background-position: -192px -144px;
3133}
3134.icon-hand-down {
3135  background-position: -216px -144px;
3136}
3137.icon-circle-arrow-right {
3138  background-position: -240px -144px;
3139}
3140.icon-circle-arrow-left {
3141  background-position: -264px -144px;
3142}
3143.icon-circle-arrow-up {
3144  background-position: -288px -144px;
3145}
3146.icon-circle-arrow-down {
3147  background-position: -312px -144px;
3148}
3149.icon-globe {
3150  background-position: -336px -144px;
3151}
3152.icon-wrench {
3153  background-position: -360px -144px;
3154}
3155.icon-tasks {
3156  background-position: -384px -144px;
3157}
3158.icon-filter {
3159  background-position: -408px -144px;
3160}
3161.icon-briefcase {
3162  background-position: -432px -144px;
3163}
3164.icon-fullscreen {
3165  background-position: -456px -144px;
3166}
3167.dropup,
3168.dropdown {
3169  position: relative;
3170}
3171.dropdown-toggle {
3172  *margin-bottom: -3px;
3173}
3174.dropdown-toggle:active,
3175.open .dropdown-toggle {
3176  outline: 0;
3177}
3178.caret {
3179  display: inline-block;
3180  width: 0;
3181  height: 0;
3182  vertical-align: top;
3183  border-top: 4px solid #000;
3184  border-right: 4px solid transparent;
3185  border-left: 4px solid transparent;
3186  content: "";
3187}
3188.dropdown .caret {
3189  margin-top: 8px;
3190  margin-left: 2px;
3191}
3192.dropdown-menu {
3193  position: absolute;
3194  top: 100%;
3195  left: 0;
3196  z-index: 1000;
3197  display: none;
3198  float: left;
3199  min-width: 160px;
3200  padding: 5px 0;
3201  margin: 2px 0 0;
3202  list-style: none;
3203  background-color: #fff;
3204  border: 1px solid #ccc;
3205  border: 1px solid rgba(0,0,0,0.2);
3206  *border-right-width: 2px;
3207  *border-bottom-width: 2px;
3208  -webkit-border-radius: 6px;
3209  -moz-border-radius: 6px;
3210  border-radius: 6px;
3211  -webkit-border-radius: 6px;
3212  -moz-border-radius: 6px;
3213  border-radius: 6px;
3214  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
3215  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
3216  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
3217  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
3218  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
3219  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
3220  -webkit-background-clip: padding-box;
3221  -moz-background-clip: padding;
3222  background-clip: padding-box;
3223}
3224.dropdown-menu.pull-right {
3225  right: 0;
3226  left: auto;
3227}
3228.dropdown-menu .divider {
3229  *width: 100%;
3230  height: 1px;
3231  margin: 9px 1px;
3232  *margin: -5px 0 5px;
3233  overflow: hidden;
3234  background-color: #e5e5e5;
3235  border-bottom: 1px solid #fff;
3236  *width: 100%;
3237  height: 1px;
3238  margin: 9px 1px;
3239  *margin: -5px 0 5px;
3240  overflow: hidden;
3241  background-color: #e5e5e5;
3242  border-bottom: 1px solid #fff;
3243}
3244.dropdown-menu > li > a {
3245  display: block;
3246  padding: 3px 20px;
3247  clear: both;
3248  font-weight: normal;
3249  line-height: 20px;
3250  color: #333;
3251  white-space: nowrap;
3252}
3253.dropdown-menu > li > a:hover,
3254.dropdown-menu > li > a:focus,
3255.dropdown-submenu:hover > a,
3256.dropdown-submenu:focus > a {
3257  text-decoration: none;
3258  color: #fff;
3259  background-color: #0081c2;
3260  background-image: -moz-linear-gradient(top,#08c,#0077b3);
3261  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
3262  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
3263  background-image: -o-linear-gradient(top,#08c,#0077b3);
3264  background-image: linear-gradient(to bottom,#08c,#0077b3);
3265  background-repeat: repeat-x;
3266  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
3267  background-color: #0081c2;
3268  background-image: -moz-linear-gradient(top,#08c,#0077b3);
3269  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
3270  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
3271  background-image: -o-linear-gradient(top,#08c,#0077b3);
3272  background-image: linear-gradient(to bottom,#08c,#0077b3);
3273  background-repeat: repeat-x;
3274  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
3275}
3276.dropdown-menu > .active > a,
3277.dropdown-menu > .active > a:hover,
3278.dropdown-menu > .active > a:focus {
3279  color: #fff;
3280  text-decoration: none;
3281  outline: 0;
3282  background-color: #0081c2;
3283  background-image: -moz-linear-gradient(top,#08c,#0077b3);
3284  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
3285  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
3286  background-image: -o-linear-gradient(top,#08c,#0077b3);
3287  background-image: linear-gradient(to bottom,#08c,#0077b3);
3288  background-repeat: repeat-x;
3289  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
3290  background-color: #0081c2;
3291  background-image: -moz-linear-gradient(top,#08c,#0077b3);
3292  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
3293  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
3294  background-image: -o-linear-gradient(top,#08c,#0077b3);
3295  background-image: linear-gradient(to bottom,#08c,#0077b3);
3296  background-repeat: repeat-x;
3297  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
3298}
3299.dropdown-menu > .disabled > a,
3300.dropdown-menu > .disabled > a:hover,
3301.dropdown-menu > .disabled > a:focus {
3302  color: #999;
3303}
3304.dropdown-menu > .disabled > a:hover,
3305.dropdown-menu > .disabled > a:focus {
3306  text-decoration: none;
3307  background-color: transparent;
3308  background-image: none;
3309  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3310  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3311  cursor: default;
3312}
3313.open {
3314  *z-index: 1000;
3315}
3316.open > .dropdown-menu {
3317  display: block;
3318}
3319.pull-right > .dropdown-menu {
3320  right: 0;
3321  left: auto;
3322}
3323.dropup .caret,
3324.navbar-fixed-bottom .dropdown .caret {
3325  border-top: 0;
3326  border-bottom: 4px solid #000;
3327  content: "";
3328}
3329.dropup .dropdown-menu,
3330.navbar-fixed-bottom .dropdown .dropdown-menu {
3331  top: auto;
3332  bottom: 100%;
3333  margin-bottom: 1px;
3334}
3335.dropdown-submenu {
3336  position: relative;
3337}
3338.dropdown-submenu > .dropdown-menu {
3339  top: 0;
3340  left: 100%;
3341  margin-top: -6px;
3342  margin-left: -1px;
3343  -webkit-border-radius: 0 6px 6px 6px;
3344  -moz-border-radius: 0 6px 6px 6px;
3345  border-radius: 0 6px 6px 6px;
3346  -webkit-border-radius: 0 6px 6px 6px;
3347  -moz-border-radius: 0 6px 6px 6px;
3348  border-radius: 0 6px 6px 6px;
3349}
3350.dropdown-submenu:hover > .dropdown-menu {
3351  display: block;
3352}
3353.dropup .dropdown-submenu > .dropdown-menu {
3354  top: auto;
3355  bottom: 0;
3356  margin-top: 0;
3357  margin-bottom: -2px;
3358  -webkit-border-radius: 5px 5px 5px 0;
3359  -moz-border-radius: 5px 5px 5px 0;
3360  border-radius: 5px 5px 5px 0;
3361  -webkit-border-radius: 5px 5px 5px 0;
3362  -moz-border-radius: 5px 5px 5px 0;
3363  border-radius: 5px 5px 5px 0;
3364}
3365.dropdown-submenu > a:after {
3366  display: block;
3367  content: " ";
3368  float: right;
3369  width: 0;
3370  height: 0;
3371  border-color: transparent;
3372  border-style: solid;
3373  border-width: 5px 0 5px 5px;
3374  border-left-color: #cccccc;
3375  margin-top: 5px;
3376  margin-right: -10px;
3377}
3378.dropdown-submenu:hover > a:after {
3379  border-left-color: #fff;
3380}
3381.dropdown-submenu.pull-left {
3382  float: none;
3383}
3384.dropdown-submenu.pull-left > .dropdown-menu {
3385  left: -100%;
3386  margin-left: 10px;
3387  -webkit-border-radius: 6px 0 6px 6px;
3388  -moz-border-radius: 6px 0 6px 6px;
3389  border-radius: 6px 0 6px 6px;
3390  -webkit-border-radius: 6px 0 6px 6px;
3391  -moz-border-radius: 6px 0 6px 6px;
3392  border-radius: 6px 0 6px 6px;
3393}
3394.dropdown .dropdown-menu .nav-header {
3395  padding-left: 20px;
3396  padding-right: 20px;
3397}
3398.typeahead {
3399  z-index: 1051;
3400  margin-top: 2px;
3401  -webkit-border-radius: 4px;
3402  -moz-border-radius: 4px;
3403  border-radius: 4px;
3404  -webkit-border-radius: 4px;
3405  -moz-border-radius: 4px;
3406  border-radius: 4px;
3407}
3408.well {
3409  min-height: 20px;
3410  padding: 19px;
3411  margin-bottom: 20px;
3412  background-color: #f5f5f5;
3413  border: 1px solid #e3e3e3;
3414  -webkit-border-radius: 4px;
3415  -moz-border-radius: 4px;
3416  border-radius: 4px;
3417  -webkit-border-radius: 4px;
3418  -moz-border-radius: 4px;
3419  border-radius: 4px;
3420  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
3421  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
3422  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
3423  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
3424  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
3425  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
3426}
3427.well blockquote {
3428  border-color: #ddd;
3429  border-color: rgba(0,0,0,0.15);
3430}
3431.well-large {
3432  padding: 24px;
3433  -webkit-border-radius: 6px;
3434  -moz-border-radius: 6px;
3435  border-radius: 6px;
3436  -webkit-border-radius: 6px;
3437  -moz-border-radius: 6px;
3438  border-radius: 6px;
3439}
3440.well-small {
3441  padding: 9px;
3442  -webkit-border-radius: 3px;
3443  -moz-border-radius: 3px;
3444  border-radius: 3px;
3445  -webkit-border-radius: 3px;
3446  -moz-border-radius: 3px;
3447  border-radius: 3px;
3448}
3449.fade {
3450  opacity: 0;
3451  -webkit-transition: opacity .15s linear;
3452  -moz-transition: opacity .15s linear;
3453  -o-transition: opacity .15s linear;
3454  transition: opacity .15s linear;
3455  -webkit-transition: opacity .15s linear;
3456  -moz-transition: opacity .15s linear;
3457  -o-transition: opacity .15s linear;
3458  transition: opacity .15s linear;
3459}
3460.fade.in {
3461  opacity: 1;
3462}
3463.collapse {
3464  position: relative;
3465  height: 0;
3466  overflow: hidden;
3467  -webkit-transition: height .35s ease;
3468  -moz-transition: height .35s ease;
3469  -o-transition: height .35s ease;
3470  transition: height .35s ease;
3471  -webkit-transition: height .35s ease;
3472  -moz-transition: height .35s ease;
3473  -o-transition: height .35s ease;
3474  transition: height .35s ease;
3475}
3476.collapse.in {
3477  height: auto;
3478}
3479.close {
3480  float: right;
3481  font-size: 20px;
3482  font-weight: bold;
3483  line-height: 20px;
3484  color: #000;
3485  text-shadow: 0 1px 0 #ffffff;
3486  opacity: 0.2;
3487  filter: alpha(opacity=20);
3488  opacity: 0.2;
3489  filter: alpha(opacity=20);
3490}
3491.close:hover,
3492.close:focus {
3493  color: #000;
3494  text-decoration: none;
3495  cursor: pointer;
3496  opacity: 0.4;
3497  filter: alpha(opacity=40);
3498  opacity: 0.4;
3499  filter: alpha(opacity=40);
3500}
3501button.close {
3502  padding: 0;
3503  cursor: pointer;
3504  background: transparent;
3505  border: 0;
3506  -webkit-appearance: none;
3507}
3508.btn {
3509  display: inline-block;
3510  *display: inline;
3511  *zoom: 1;
3512  *display: inline;
3513  *zoom: 1;
3514  padding: 4px 12px;
3515  margin-bottom: 0;
3516  font-size: 14px;
3517  line-height: 20px;
3518  text-align: center;
3519  vertical-align: middle;
3520  cursor: pointer;
3521  color: #333;
3522  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
3523  background-color: #f5f5f5;
3524  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3525  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3526  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3527  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3528  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3529  background-repeat: repeat-x;
3530  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3531  background-color: #f5f5f5;
3532  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3533  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3534  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3535  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3536  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3537  background-repeat: repeat-x;
3538  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3539  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3540  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3541  color: #333;
3542  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
3543  background-color: #f5f5f5;
3544  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3545  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3546  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3547  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3548  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3549  background-repeat: repeat-x;
3550  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3551  background-color: #f5f5f5;
3552  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3553  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3554  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3555  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3556  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3557  background-repeat: repeat-x;
3558  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3559  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3560  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3561  *background-color: #e6e6e6;
3562  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3563  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3564  color: #333;
3565  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
3566  background-color: #f5f5f5;
3567  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3568  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3569  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3570  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3571  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3572  background-repeat: repeat-x;
3573  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3574  background-color: #f5f5f5;
3575  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3576  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3577  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3578  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3579  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3580  background-repeat: repeat-x;
3581  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3582  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3583  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3584  color: #333;
3585  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
3586  background-color: #f5f5f5;
3587  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3588  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3589  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3590  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3591  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3592  background-repeat: repeat-x;
3593  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3594  background-color: #f5f5f5;
3595  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
3596  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
3597  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
3598  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
3599  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
3600  background-repeat: repeat-x;
3601  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
3602  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
3603  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3604  *background-color: #e6e6e6;
3605  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3606  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3607  border: 1px solid #ccc;
3608  *border: 0;
3609  border-bottom-color: #b3b3b3;
3610  -webkit-border-radius: 4px;
3611  -moz-border-radius: 4px;
3612  border-radius: 4px;
3613  -webkit-border-radius: 4px;
3614  -moz-border-radius: 4px;
3615  border-radius: 4px;
3616  *margin-left: .3em;
3617  *margin-left: .3em;
3618  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3619  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3620  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3621  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3622  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3623  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3624}
3625.btn:hover,
3626.btn:focus,
3627.btn:active,
3628.btn.active,
3629.btn.disabled,
3630.btn[disabled] {
3631  color: #333;
3632  background-color: #e6e6e6;
3633  *background-color: #d9d9d9;
3634}
3635.btn:active,
3636.btn.active {
3637  background-color: #cccccc \9;
3638}
3639.btn:hover,
3640.btn:focus,
3641.btn:active,
3642.btn.active,
3643.btn.disabled,
3644.btn[disabled] {
3645  color: #333;
3646  background-color: #e6e6e6;
3647  *background-color: #d9d9d9;
3648}
3649.btn:active,
3650.btn.active {
3651  background-color: #cccccc \9;
3652}
3653.btn:first-child {
3654  *margin-left: 0;
3655}
3656.btn:first-child {
3657  *margin-left: 0;
3658}
3659.btn:hover,
3660.btn:focus {
3661  color: #333;
3662  text-decoration: none;
3663  background-position: 0 -15px;
3664  -webkit-transition: background-position .1s linear;
3665  -moz-transition: background-position .1s linear;
3666  -o-transition: background-position .1s linear;
3667  transition: background-position .1s linear;
3668  -webkit-transition: background-position .1s linear;
3669  -moz-transition: background-position .1s linear;
3670  -o-transition: background-position .1s linear;
3671  transition: background-position .1s linear;
3672}
3673.btn:focus {
3674  outline: thin dotted #333;
3675  outline: 5px auto -webkit-focus-ring-color;
3676  outline-offset: -2px;
3677  outline: thin dotted #333;
3678  outline: 5px auto -webkit-focus-ring-color;
3679  outline-offset: -2px;
3680}
3681.btn.active,
3682.btn:active {
3683  background-image: none;
3684  outline: 0;
3685  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3686  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3687  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3688  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3689  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3690  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3691}
3692.btn.disabled,
3693.btn[disabled] {
3694  cursor: default;
3695  background-image: none;
3696  opacity: 0.65;
3697  filter: alpha(opacity=65);
3698  opacity: 0.65;
3699  filter: alpha(opacity=65);
3700  -webkit-box-shadow: none;
3701  -moz-box-shadow: none;
3702  box-shadow: none;
3703  -webkit-box-shadow: none;
3704  -moz-box-shadow: none;
3705  box-shadow: none;
3706}
3707.btn-large {
3708  padding: 11px 19px;
3709  font-size: 17.5px;
3710  -webkit-border-radius: 6px;
3711  -moz-border-radius: 6px;
3712  border-radius: 6px;
3713  -webkit-border-radius: 6px;
3714  -moz-border-radius: 6px;
3715  border-radius: 6px;
3716}
3717.btn-large [class^="icon-"],
3718.btn-large [class*=" icon-"] {
3719  margin-top: 4px;
3720}
3721.btn-small {
3722  padding: 2px 10px;
3723  font-size: 11.9px;
3724  -webkit-border-radius: 3px;
3725  -moz-border-radius: 3px;
3726  border-radius: 3px;
3727  -webkit-border-radius: 3px;
3728  -moz-border-radius: 3px;
3729  border-radius: 3px;
3730}
3731.btn-small [class^="icon-"],
3732.btn-small [class*=" icon-"] {
3733  margin-top: 0;
3734}
3735.btn-mini [class^="icon-"],
3736.btn-mini [class*=" icon-"] {
3737  margin-top: -1px;
3738}
3739.btn-mini {
3740  padding: 0 6px;
3741  font-size: 10.5px;
3742  -webkit-border-radius: 3px;
3743  -moz-border-radius: 3px;
3744  border-radius: 3px;
3745  -webkit-border-radius: 3px;
3746  -moz-border-radius: 3px;
3747  border-radius: 3px;
3748}
3749.btn-block {
3750  display: block;
3751  width: 100%;
3752  padding-left: 0;
3753  padding-right: 0;
3754  -webkit-box-sizing: border-box;
3755  -moz-box-sizing: border-box;
3756  box-sizing: border-box;
3757  -webkit-box-sizing: border-box;
3758  -moz-box-sizing: border-box;
3759  box-sizing: border-box;
3760}
3761.btn-block + .btn-block {
3762  margin-top: 5px;
3763}
3764input[type="submit"].btn-block,
3765input[type="reset"].btn-block,
3766input[type="button"].btn-block {
3767  width: 100%;
3768}
3769.btn-primary.active,
3770.btn-warning.active,
3771.btn-danger.active,
3772.btn-success.active,
3773.btn-info.active,
3774.btn-inverse.active {
3775  color: rgba(255,255,255,0.75);
3776}
3777.btn-primary {
3778  color: #fff;
3779  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3780  background-color: #006dcc;
3781  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3782  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3783  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3784  background-image: -o-linear-gradient(top,#08c,#0044cc);
3785  background-image: linear-gradient(to bottom,#08c,#0044cc);
3786  background-repeat: repeat-x;
3787  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3788  background-color: #006dcc;
3789  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3790  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3791  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3792  background-image: -o-linear-gradient(top,#08c,#0044cc);
3793  background-image: linear-gradient(to bottom,#08c,#0044cc);
3794  background-repeat: repeat-x;
3795  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3796  border-color: #0044cc #0044cc #002a80;
3797  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3798  color: #fff;
3799  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3800  background-color: #006dcc;
3801  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3802  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3803  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3804  background-image: -o-linear-gradient(top,#08c,#0044cc);
3805  background-image: linear-gradient(to bottom,#08c,#0044cc);
3806  background-repeat: repeat-x;
3807  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3808  background-color: #006dcc;
3809  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3810  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3811  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3812  background-image: -o-linear-gradient(top,#08c,#0044cc);
3813  background-image: linear-gradient(to bottom,#08c,#0044cc);
3814  background-repeat: repeat-x;
3815  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3816  border-color: #0044cc #0044cc #002a80;
3817  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3818  *background-color: #0044cc;
3819  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3820  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3821  color: #fff;
3822  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3823  background-color: #006dcc;
3824  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3825  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3826  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3827  background-image: -o-linear-gradient(top,#08c,#0044cc);
3828  background-image: linear-gradient(to bottom,#08c,#0044cc);
3829  background-repeat: repeat-x;
3830  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3831  background-color: #006dcc;
3832  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3833  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3834  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3835  background-image: -o-linear-gradient(top,#08c,#0044cc);
3836  background-image: linear-gradient(to bottom,#08c,#0044cc);
3837  background-repeat: repeat-x;
3838  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3839  border-color: #0044cc #0044cc #002a80;
3840  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3841  color: #fff;
3842  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3843  background-color: #006dcc;
3844  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3845  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3846  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3847  background-image: -o-linear-gradient(top,#08c,#0044cc);
3848  background-image: linear-gradient(to bottom,#08c,#0044cc);
3849  background-repeat: repeat-x;
3850  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3851  background-color: #006dcc;
3852  background-image: -moz-linear-gradient(top,#08c,#0044cc);
3853  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
3854  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
3855  background-image: -o-linear-gradient(top,#08c,#0044cc);
3856  background-image: linear-gradient(to bottom,#08c,#0044cc);
3857  background-repeat: repeat-x;
3858  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
3859  border-color: #0044cc #0044cc #002a80;
3860  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3861  *background-color: #0044cc;
3862  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3863  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3864}
3865.btn-primary:hover,
3866.btn-primary:focus,
3867.btn-primary:active,
3868.btn-primary.active,
3869.btn-primary.disabled,
3870.btn-primary[disabled] {
3871  color: #fff;
3872  background-color: #0044cc;
3873  *background-color: #003bb3;
3874}
3875.btn-primary:active,
3876.btn-primary.active {
3877  background-color: #003399 \9;
3878}
3879.btn-primary:hover,
3880.btn-primary:focus,
3881.btn-primary:active,
3882.btn-primary.active,
3883.btn-primary.disabled,
3884.btn-primary[disabled] {
3885  color: #fff;
3886  background-color: #0044cc;
3887  *background-color: #003bb3;
3888}
3889.btn-primary:active,
3890.btn-primary.active {
3891  background-color: #003399 \9;
3892}
3893.btn-warning {
3894  color: #fff;
3895  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3896  background-color: #faa732;
3897  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3898  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3899  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3900  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3901  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3902  background-repeat: repeat-x;
3903  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3904  background-color: #faa732;
3905  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3906  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3907  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3908  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3909  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3910  background-repeat: repeat-x;
3911  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3912  border-color: #f89406 #f89406 #ad6704;
3913  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3914  color: #fff;
3915  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3916  background-color: #faa732;
3917  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3918  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3919  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3920  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3921  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3922  background-repeat: repeat-x;
3923  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3924  background-color: #faa732;
3925  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3926  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3927  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3928  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3929  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3930  background-repeat: repeat-x;
3931  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3932  border-color: #f89406 #f89406 #ad6704;
3933  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3934  *background-color: #f89406;
3935  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3936  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3937  color: #fff;
3938  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3939  background-color: #faa732;
3940  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3941  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3942  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3943  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3944  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3945  background-repeat: repeat-x;
3946  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3947  background-color: #faa732;
3948  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3949  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3950  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3951  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3952  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3953  background-repeat: repeat-x;
3954  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3955  border-color: #f89406 #f89406 #ad6704;
3956  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3957  color: #fff;
3958  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
3959  background-color: #faa732;
3960  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3961  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3962  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3963  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3964  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3965  background-repeat: repeat-x;
3966  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3967  background-color: #faa732;
3968  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
3969  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
3970  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
3971  background-image: -o-linear-gradient(top,#fbb450,#f89406);
3972  background-image: linear-gradient(to bottom,#fbb450,#f89406);
3973  background-repeat: repeat-x;
3974  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
3975  border-color: #f89406 #f89406 #ad6704;
3976  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
3977  *background-color: #f89406;
3978  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3979  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3980}
3981.btn-warning:hover,
3982.btn-warning:focus,
3983.btn-warning:active,
3984.btn-warning.active,
3985.btn-warning.disabled,
3986.btn-warning[disabled] {
3987  color: #fff;
3988  background-color: #f89406;
3989  *background-color: #df8505;
3990}
3991.btn-warning:active,
3992.btn-warning.active {
3993  background-color: #c67605 \9;
3994}
3995.btn-warning:hover,
3996.btn-warning:focus,
3997.btn-warning:active,
3998.btn-warning.active,
3999.btn-warning.disabled,
4000.btn-warning[disabled] {
4001  color: #fff;
4002  background-color: #f89406;
4003  *background-color: #df8505;
4004}
4005.btn-warning:active,
4006.btn-warning.active {
4007  background-color: #c67605 \9;
4008}
4009.btn-danger {
4010  color: #fff;
4011  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4012  background-color: #da4f49;
4013  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4014  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4015  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4016  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4017  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4018  background-repeat: repeat-x;
4019  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4020  background-color: #da4f49;
4021  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4022  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4023  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4024  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4025  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4026  background-repeat: repeat-x;
4027  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4028  border-color: #bd362f #bd362f #802420;
4029  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4030  color: #fff;
4031  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4032  background-color: #da4f49;
4033  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4034  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4035  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4036  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4037  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4038  background-repeat: repeat-x;
4039  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4040  background-color: #da4f49;
4041  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4042  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4043  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4044  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4045  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4046  background-repeat: repeat-x;
4047  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4048  border-color: #bd362f #bd362f #802420;
4049  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4050  *background-color: #bd362f;
4051  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4052  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4053  color: #fff;
4054  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4055  background-color: #da4f49;
4056  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4057  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4058  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4059  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4060  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4061  background-repeat: repeat-x;
4062  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4063  background-color: #da4f49;
4064  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4065  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4066  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4067  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4068  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4069  background-repeat: repeat-x;
4070  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4071  border-color: #bd362f #bd362f #802420;
4072  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4073  color: #fff;
4074  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4075  background-color: #da4f49;
4076  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4077  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4078  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4079  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4080  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4081  background-repeat: repeat-x;
4082  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4083  background-color: #da4f49;
4084  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
4085  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
4086  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
4087  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
4088  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
4089  background-repeat: repeat-x;
4090  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
4091  border-color: #bd362f #bd362f #802420;
4092  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4093  *background-color: #bd362f;
4094  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4095  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4096}
4097.btn-danger:hover,
4098.btn-danger:focus,
4099.btn-danger:active,
4100.btn-danger.active,
4101.btn-danger.disabled,
4102.btn-danger[disabled] {
4103  color: #fff;
4104  background-color: #bd362f;
4105  *background-color: #a9302a;
4106}
4107.btn-danger:active,
4108.btn-danger.active {
4109  background-color: #942a25 \9;
4110}
4111.btn-danger:hover,
4112.btn-danger:focus,
4113.btn-danger:active,
4114.btn-danger.active,
4115.btn-danger.disabled,
4116.btn-danger[disabled] {
4117  color: #fff;
4118  background-color: #bd362f;
4119  *background-color: #a9302a;
4120}
4121.btn-danger:active,
4122.btn-danger.active {
4123  background-color: #942a25 \9;
4124}
4125.btn-success {
4126  color: #fff;
4127  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4128  background-color: #5bb75b;
4129  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4130  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4131  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4132  background-image: -o-linear-gradient(top,#62c462,#51a351);
4133  background-image: linear-gradient(to bottom,#62c462,#51a351);
4134  background-repeat: repeat-x;
4135  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4136  background-color: #5bb75b;
4137  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4138  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4139  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4140  background-image: -o-linear-gradient(top,#62c462,#51a351);
4141  background-image: linear-gradient(to bottom,#62c462,#51a351);
4142  background-repeat: repeat-x;
4143  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4144  border-color: #51a351 #51a351 #387038;
4145  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4146  color: #fff;
4147  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4148  background-color: #5bb75b;
4149  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4150  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4151  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4152  background-image: -o-linear-gradient(top,#62c462,#51a351);
4153  background-image: linear-gradient(to bottom,#62c462,#51a351);
4154  background-repeat: repeat-x;
4155  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4156  background-color: #5bb75b;
4157  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4158  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4159  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4160  background-image: -o-linear-gradient(top,#62c462,#51a351);
4161  background-image: linear-gradient(to bottom,#62c462,#51a351);
4162  background-repeat: repeat-x;
4163  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4164  border-color: #51a351 #51a351 #387038;
4165  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4166  *background-color: #51a351;
4167  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4168  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4169  color: #fff;
4170  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4171  background-color: #5bb75b;
4172  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4173  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4174  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4175  background-image: -o-linear-gradient(top,#62c462,#51a351);
4176  background-image: linear-gradient(to bottom,#62c462,#51a351);
4177  background-repeat: repeat-x;
4178  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4179  background-color: #5bb75b;
4180  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4181  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4182  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4183  background-image: -o-linear-gradient(top,#62c462,#51a351);
4184  background-image: linear-gradient(to bottom,#62c462,#51a351);
4185  background-repeat: repeat-x;
4186  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4187  border-color: #51a351 #51a351 #387038;
4188  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4189  color: #fff;
4190  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4191  background-color: #5bb75b;
4192  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4193  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4194  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4195  background-image: -o-linear-gradient(top,#62c462,#51a351);
4196  background-image: linear-gradient(to bottom,#62c462,#51a351);
4197  background-repeat: repeat-x;
4198  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4199  background-color: #5bb75b;
4200  background-image: -moz-linear-gradient(top,#62c462,#51a351);
4201  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
4202  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
4203  background-image: -o-linear-gradient(top,#62c462,#51a351);
4204  background-image: linear-gradient(to bottom,#62c462,#51a351);
4205  background-repeat: repeat-x;
4206  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
4207  border-color: #51a351 #51a351 #387038;
4208  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4209  *background-color: #51a351;
4210  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4211  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4212}
4213.btn-success:hover,
4214.btn-success:focus,
4215.btn-success:active,
4216.btn-success.active,
4217.btn-success.disabled,
4218.btn-success[disabled] {
4219  color: #fff;
4220  background-color: #51a351;
4221  *background-color: #499249;
4222}
4223.btn-success:active,
4224.btn-success.active {
4225  background-color: #408140 \9;
4226}
4227.btn-success:hover,
4228.btn-success:focus,
4229.btn-success:active,
4230.btn-success.active,
4231.btn-success.disabled,
4232.btn-success[disabled] {
4233  color: #fff;
4234  background-color: #51a351;
4235  *background-color: #499249;
4236}
4237.btn-success:active,
4238.btn-success.active {
4239  background-color: #408140 \9;
4240}
4241.btn-info {
4242  color: #fff;
4243  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4244  background-color: #49afcd;
4245  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4246  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4247  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4248  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4249  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4250  background-repeat: repeat-x;
4251  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4252  background-color: #49afcd;
4253  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4254  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4255  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4256  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4257  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4258  background-repeat: repeat-x;
4259  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4260  border-color: #2f96b4 #2f96b4 #1f6377;
4261  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4262  color: #fff;
4263  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4264  background-color: #49afcd;
4265  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4266  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4267  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4268  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4269  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4270  background-repeat: repeat-x;
4271  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4272  background-color: #49afcd;
4273  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4274  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4275  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4276  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4277  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4278  background-repeat: repeat-x;
4279  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4280  border-color: #2f96b4 #2f96b4 #1f6377;
4281  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4282  *background-color: #2f96b4;
4283  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4284  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4285  color: #fff;
4286  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4287  background-color: #49afcd;
4288  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4289  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4290  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4291  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4292  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4293  background-repeat: repeat-x;
4294  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4295  background-color: #49afcd;
4296  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4297  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4298  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4299  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4300  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4301  background-repeat: repeat-x;
4302  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4303  border-color: #2f96b4 #2f96b4 #1f6377;
4304  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4305  color: #fff;
4306  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4307  background-color: #49afcd;
4308  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4309  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4310  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4311  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4312  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4313  background-repeat: repeat-x;
4314  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4315  background-color: #49afcd;
4316  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
4317  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
4318  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
4319  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
4320  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
4321  background-repeat: repeat-x;
4322  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
4323  border-color: #2f96b4 #2f96b4 #1f6377;
4324  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4325  *background-color: #2f96b4;
4326  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4327  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4328}
4329.btn-info:hover,
4330.btn-info:focus,
4331.btn-info:active,
4332.btn-info.active,
4333.btn-info.disabled,
4334.btn-info[disabled] {
4335  color: #fff;
4336  background-color: #2f96b4;
4337  *background-color: #2a85a0;
4338}
4339.btn-info:active,
4340.btn-info.active {
4341  background-color: #24748c \9;
4342}
4343.btn-info:hover,
4344.btn-info:focus,
4345.btn-info:active,
4346.btn-info.active,
4347.btn-info.disabled,
4348.btn-info[disabled] {
4349  color: #fff;
4350  background-color: #2f96b4;
4351  *background-color: #2a85a0;
4352}
4353.btn-info:active,
4354.btn-info.active {
4355  background-color: #24748c \9;
4356}
4357.btn-inverse {
4358  color: #fff;
4359  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4360  background-color: #363636;
4361  background-image: -moz-linear-gradient(top,#444,#222);
4362  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4363  background-image: -webkit-linear-gradient(top,#444,#222);
4364  background-image: -o-linear-gradient(top,#444,#222);
4365  background-image: linear-gradient(to bottom,#444,#222);
4366  background-repeat: repeat-x;
4367  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4368  background-color: #363636;
4369  background-image: -moz-linear-gradient(top,#444,#222);
4370  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4371  background-image: -webkit-linear-gradient(top,#444,#222);
4372  background-image: -o-linear-gradient(top,#444,#222);
4373  background-image: linear-gradient(to bottom,#444,#222);
4374  background-repeat: repeat-x;
4375  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4376  border-color: #222 #222 #000000;
4377  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4378  color: #fff;
4379  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4380  background-color: #363636;
4381  background-image: -moz-linear-gradient(top,#444,#222);
4382  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4383  background-image: -webkit-linear-gradient(top,#444,#222);
4384  background-image: -o-linear-gradient(top,#444,#222);
4385  background-image: linear-gradient(to bottom,#444,#222);
4386  background-repeat: repeat-x;
4387  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4388  background-color: #363636;
4389  background-image: -moz-linear-gradient(top,#444,#222);
4390  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4391  background-image: -webkit-linear-gradient(top,#444,#222);
4392  background-image: -o-linear-gradient(top,#444,#222);
4393  background-image: linear-gradient(to bottom,#444,#222);
4394  background-repeat: repeat-x;
4395  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4396  border-color: #222 #222 #000000;
4397  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4398  *background-color: #222;
4399  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4400  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4401  color: #fff;
4402  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4403  background-color: #363636;
4404  background-image: -moz-linear-gradient(top,#444,#222);
4405  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4406  background-image: -webkit-linear-gradient(top,#444,#222);
4407  background-image: -o-linear-gradient(top,#444,#222);
4408  background-image: linear-gradient(to bottom,#444,#222);
4409  background-repeat: repeat-x;
4410  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4411  background-color: #363636;
4412  background-image: -moz-linear-gradient(top,#444,#222);
4413  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4414  background-image: -webkit-linear-gradient(top,#444,#222);
4415  background-image: -o-linear-gradient(top,#444,#222);
4416  background-image: linear-gradient(to bottom,#444,#222);
4417  background-repeat: repeat-x;
4418  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4419  border-color: #222 #222 #000000;
4420  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4421  color: #fff;
4422  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
4423  background-color: #363636;
4424  background-image: -moz-linear-gradient(top,#444,#222);
4425  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4426  background-image: -webkit-linear-gradient(top,#444,#222);
4427  background-image: -o-linear-gradient(top,#444,#222);
4428  background-image: linear-gradient(to bottom,#444,#222);
4429  background-repeat: repeat-x;
4430  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4431  background-color: #363636;
4432  background-image: -moz-linear-gradient(top,#444,#222);
4433  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
4434  background-image: -webkit-linear-gradient(top,#444,#222);
4435  background-image: -o-linear-gradient(top,#444,#222);
4436  background-image: linear-gradient(to bottom,#444,#222);
4437  background-repeat: repeat-x;
4438  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
4439  border-color: #222 #222 #000000;
4440  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
4441  *background-color: #222;
4442  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4443  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4444}
4445.btn-inverse:hover,
4446.btn-inverse:focus,
4447.btn-inverse:active,
4448.btn-inverse.active,
4449.btn-inverse.disabled,
4450.btn-inverse[disabled] {
4451  color: #fff;
4452  background-color: #222;
4453  *background-color: #151515;
4454}
4455.btn-inverse:active,
4456.btn-inverse.active {
4457  background-color: #090909 \9;
4458}
4459.btn-inverse:hover,
4460.btn-inverse:focus,
4461.btn-inverse:active,
4462.btn-inverse.active,
4463.btn-inverse.disabled,
4464.btn-inverse[disabled] {
4465  color: #fff;
4466  background-color: #222;
4467  *background-color: #151515;
4468}
4469.btn-inverse:active,
4470.btn-inverse.active {
4471  background-color: #090909 \9;
4472}
4473button.btn,
4474input[type="submit"].btn {
4475  *padding-top: 3px;
4476  *padding-bottom: 3px;
4477}
4478button.btn::-moz-focus-inner,
4479input[type="submit"].btn::-moz-focus-inner {
4480  padding: 0;
4481  border: 0;
4482}
4483button.btn.btn-large,
4484input[type="submit"].btn.btn-large {
4485  *padding-top: 7px;
4486  *padding-bottom: 7px;
4487}
4488button.btn.btn-small,
4489input[type="submit"].btn.btn-small {
4490  *padding-top: 3px;
4491  *padding-bottom: 3px;
4492}
4493button.btn.btn-mini,
4494input[type="submit"].btn.btn-mini {
4495  *padding-top: 1px;
4496  *padding-bottom: 1px;
4497}
4498.btn-link,
4499.btn-link:active,
4500.btn-link[disabled] {
4501  background-color: transparent;
4502  background-image: none;
4503  -webkit-box-shadow: none;
4504  -moz-box-shadow: none;
4505  box-shadow: none;
4506  -webkit-box-shadow: none;
4507  -moz-box-shadow: none;
4508  box-shadow: none;
4509}
4510.btn-link {
4511  border-color: transparent;
4512  cursor: pointer;
4513  color: #08c;
4514  -webkit-border-radius: 0;
4515  -moz-border-radius: 0;
4516  border-radius: 0;
4517  -webkit-border-radius: 0;
4518  -moz-border-radius: 0;
4519  border-radius: 0;
4520}
4521.btn-link:hover,
4522.btn-link:focus {
4523  color: #005580;
4524  text-decoration: underline;
4525  background-color: transparent;
4526}
4527.btn-link[disabled]:hover,
4528.btn-link[disabled]:focus {
4529  color: #333;
4530  text-decoration: none;
4531}
4532.btn-group {
4533  position: relative;
4534  display: inline-block;
4535  *display: inline;
4536  *zoom: 1;
4537  *display: inline;
4538  *zoom: 1;
4539  font-size: 0;
4540  vertical-align: middle;
4541  white-space: nowrap;
4542  *margin-left: .3em;
4543  *margin-left: .3em;
4544}
4545.btn-group:first-child {
4546  *margin-left: 0;
4547}
4548.btn-group:first-child {
4549  *margin-left: 0;
4550}
4551.btn-group + .btn-group {
4552  margin-left: 5px;
4553}
4554.btn-toolbar {
4555  font-size: 0;
4556  margin-top: 10px;
4557  margin-bottom: 10px;
4558}
4559.btn-toolbar > .btn + .btn,
4560.btn-toolbar > .btn-group + .btn,
4561.btn-toolbar > .btn + .btn-group {
4562  margin-left: 5px;
4563}
4564.btn-group > .btn {
4565  position: relative;
4566  -webkit-border-radius: 0;
4567  -moz-border-radius: 0;
4568  border-radius: 0;
4569  -webkit-border-radius: 0;
4570  -moz-border-radius: 0;
4571  border-radius: 0;
4572}
4573.btn-group > .btn + .btn {
4574  margin-left: -1px;
4575}
4576.btn-group > .btn,
4577.btn-group > .dropdown-menu,
4578.btn-group > .popover {
4579  font-size: 14px;
4580}
4581.btn-group > .btn-mini {
4582  font-size: 10.5px;
4583}
4584.btn-group > .btn-small {
4585  font-size: 11.9px;
4586}
4587.btn-group > .btn-large {
4588  font-size: 17.5px;
4589}
4590.btn-group > .btn:first-child {
4591  margin-left: 0;
4592  -webkit-border-top-left-radius: 4px;
4593  -moz-border-radius-topleft: 4px;
4594  border-top-left-radius: 4px;
4595  -webkit-border-top-left-radius: 4px;
4596  -moz-border-radius-topleft: 4px;
4597  border-top-left-radius: 4px;
4598  -webkit-border-bottom-left-radius: 4px;
4599  -moz-border-radius-bottomleft: 4px;
4600  border-bottom-left-radius: 4px;
4601  -webkit-border-bottom-left-radius: 4px;
4602  -moz-border-radius-bottomleft: 4px;
4603  border-bottom-left-radius: 4px;
4604}
4605.btn-group > .btn:last-child,
4606.btn-group > .dropdown-toggle {
4607  -webkit-border-top-right-radius: 4px;
4608  -moz-border-radius-topright: 4px;
4609  border-top-right-radius: 4px;
4610  -webkit-border-top-right-radius: 4px;
4611  -moz-border-radius-topright: 4px;
4612  border-top-right-radius: 4px;
4613  -webkit-border-bottom-right-radius: 4px;
4614  -moz-border-radius-bottomright: 4px;
4615  border-bottom-right-radius: 4px;
4616  -webkit-border-bottom-right-radius: 4px;
4617  -moz-border-radius-bottomright: 4px;
4618  border-bottom-right-radius: 4px;
4619}
4620.btn-group > .btn.large:first-child {
4621  margin-left: 0;
4622  -webkit-border-top-left-radius: 6px;
4623  -moz-border-radius-topleft: 6px;
4624  border-top-left-radius: 6px;
4625  -webkit-border-top-left-radius: 6px;
4626  -moz-border-radius-topleft: 6px;
4627  border-top-left-radius: 6px;
4628  -webkit-border-bottom-left-radius: 6px;
4629  -moz-border-radius-bottomleft: 6px;
4630  border-bottom-left-radius: 6px;
4631  -webkit-border-bottom-left-radius: 6px;
4632  -moz-border-radius-bottomleft: 6px;
4633  border-bottom-left-radius: 6px;
4634}
4635.btn-group > .btn.large:last-child,
4636.btn-group > .large.dropdown-toggle {
4637  -webkit-border-top-right-radius: 6px;
4638  -moz-border-radius-topright: 6px;
4639  border-top-right-radius: 6px;
4640  -webkit-border-top-right-radius: 6px;
4641  -moz-border-radius-topright: 6px;
4642  border-top-right-radius: 6px;
4643  -webkit-border-bottom-right-radius: 6px;
4644  -moz-border-radius-bottomright: 6px;
4645  border-bottom-right-radius: 6px;
4646  -webkit-border-bottom-right-radius: 6px;
4647  -moz-border-radius-bottomright: 6px;
4648  border-bottom-right-radius: 6px;
4649}
4650.btn-group > .btn:hover,
4651.btn-group > .btn:focus,
4652.btn-group > .btn:active,
4653.btn-group > .btn.active {
4654  z-index: 2;
4655}
4656.btn-group .dropdown-toggle:active,
4657.btn-group.open .dropdown-toggle {
4658  outline: 0;
4659}
4660.btn-group > .btn + .dropdown-toggle {
4661  padding-left: 8px;
4662  padding-right: 8px;
4663  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
4664  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
4665  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
4666  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
4667  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
4668  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
4669  *padding-top: 5px;
4670  *padding-bottom: 5px;
4671}
4672.btn-group > .btn-mini + .dropdown-toggle {
4673  padding-left: 5px;
4674  padding-right: 5px;
4675  *padding-top: 2px;
4676  *padding-bottom: 2px;
4677}
4678.btn-group > .btn-small + .dropdown-toggle {
4679  *padding-top: 5px;
4680  *padding-bottom: 4px;
4681}
4682.btn-group > .btn-large + .dropdown-toggle {
4683  padding-left: 12px;
4684  padding-right: 12px;
4685  *padding-top: 7px;
4686  *padding-bottom: 7px;
4687}
4688.btn-group.open .dropdown-toggle {
4689  background-image: none;
4690  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
4691  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
4692  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
4693  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
4694  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
4695  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
4696}
4697.btn-group.open .btn.dropdown-toggle {
4698  background-color: #e6e6e6;
4699}
4700.btn-group.open .btn-primary.dropdown-toggle {
4701  background-color: #0044cc;
4702}
4703.btn-group.open .btn-warning.dropdown-toggle {
4704  background-color: #f89406;
4705}
4706.btn-group.open .btn-danger.dropdown-toggle {
4707  background-color: #bd362f;
4708}
4709.btn-group.open .btn-success.dropdown-toggle {
4710  background-color: #51a351;
4711}
4712.btn-group.open .btn-info.dropdown-toggle {
4713  background-color: #2f96b4;
4714}
4715.btn-group.open .btn-inverse.dropdown-toggle {
4716  background-color: #222;
4717}
4718.btn .caret {
4719  margin-top: 8px;
4720  margin-left: 0;
4721}
4722.btn-large .caret {
4723  margin-top: 6px;
4724}
4725.btn-large .caret {
4726  border-left-width: 5px;
4727  border-right-width: 5px;
4728  border-top-width: 5px;
4729}
4730.btn-mini .caret,
4731.btn-small .caret {
4732  margin-top: 8px;
4733}
4734.dropup .btn-large .caret {
4735  border-bottom-width: 5px;
4736}
4737.btn-primary .caret,
4738.btn-warning .caret,
4739.btn-danger .caret,
4740.btn-info .caret,
4741.btn-success .caret,
4742.btn-inverse .caret {
4743  border-top-color: #fff;
4744  border-bottom-color: #fff;
4745}
4746.btn-group-vertical {
4747  display: inline-block;
4748  *display: inline;
4749  *zoom: 1;
4750  *display: inline;
4751  *zoom: 1;
4752}
4753.btn-group-vertical > .btn {
4754  display: block;
4755  float: none;
4756  max-width: 100%;
4757  -webkit-border-radius: 0;
4758  -moz-border-radius: 0;
4759  border-radius: 0;
4760  -webkit-border-radius: 0;
4761  -moz-border-radius: 0;
4762  border-radius: 0;
4763}
4764.btn-group-vertical > .btn + .btn {
4765  margin-left: 0;
4766  margin-top: -1px;
4767}
4768.btn-group-vertical > .btn:first-child {
4769  -webkit-border-radius: 4px 4px 0 0;
4770  -moz-border-radius: 4px 4px 0 0;
4771  border-radius: 4px 4px 0 0;
4772  -webkit-border-radius: 4px 4px 0 0;
4773  -moz-border-radius: 4px 4px 0 0;
4774  border-radius: 4px 4px 0 0;
4775}
4776.btn-group-vertical > .btn:last-child {
4777  -webkit-border-radius: 0 0 4px 4px;
4778  -moz-border-radius: 0 0 4px 4px;
4779  border-radius: 0 0 4px 4px;
4780  -webkit-border-radius: 0 0 4px 4px;
4781  -moz-border-radius: 0 0 4px 4px;
4782  border-radius: 0 0 4px 4px;
4783}
4784.btn-group-vertical > .btn-large:first-child {
4785  -webkit-border-radius: 6px 6px 0 0;
4786  -moz-border-radius: 6px 6px 0 0;
4787  border-radius: 6px 6px 0 0;
4788  -webkit-border-radius: 6px 6px 0 0;
4789  -moz-border-radius: 6px 6px 0 0;
4790  border-radius: 6px 6px 0 0;
4791}
4792.btn-group-vertical > .btn-large:last-child {
4793  -webkit-border-radius: 0 0 6px 6px;
4794  -moz-border-radius: 0 0 6px 6px;
4795  border-radius: 0 0 6px 6px;
4796  -webkit-border-radius: 0 0 6px 6px;
4797  -moz-border-radius: 0 0 6px 6px;
4798  border-radius: 0 0 6px 6px;
4799}
4800.alert {
4801  padding: 8px 35px 8px 14px;
4802  margin-bottom: 20px;
4803  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
4804  background-color: #fcf8e3;
4805  border: 1px solid #fbeed5;
4806  -webkit-border-radius: 4px;
4807  -moz-border-radius: 4px;
4808  border-radius: 4px;
4809  -webkit-border-radius: 4px;
4810  -moz-border-radius: 4px;
4811  border-radius: 4px;
4812}
4813.alert,
4814.alert h4 {
4815  color: #c09853;
4816}
4817.alert h4 {
4818  margin: 0;
4819}
4820.alert .close {
4821  position: relative;
4822  top: -2px;
4823  right: -21px;
4824  line-height: 20px;
4825}
4826.alert-success {
4827  background-color: #dff0d8;
4828  border-color: #d6e9c6;
4829  color: #468847;
4830}
4831.alert-success h4 {
4832  color: #468847;
4833}
4834.alert-danger,
4835.alert-error {
4836  background-color: #f2dede;
4837  border-color: #eed3d7;
4838  color: #b94a48;
4839}
4840.alert-danger h4,
4841.alert-error h4 {
4842  color: #b94a48;
4843}
4844.alert-info {
4845  background-color: #d9edf7;
4846  border-color: #bce8f1;
4847  color: #3a87ad;
4848}
4849.alert-info h4 {
4850  color: #3a87ad;
4851}
4852.alert-block {
4853  padding-top: 14px;
4854  padding-bottom: 14px;
4855}
4856.alert-block > p,
4857.alert-block > ul {
4858  margin-bottom: 0;
4859}
4860.alert-block p + p {
4861  margin-top: 5px;
4862}
4863.nav {
4864  margin-left: 0;
4865  margin-bottom: 20px;
4866  list-style: none;
4867}
4868.nav > li > a {
4869  display: block;
4870}
4871.nav > li > a:hover,
4872.nav > li > a:focus {
4873  text-decoration: none;
4874  background-color: #eee;
4875}
4876.nav > li > a > img {
4877  max-width: none;
4878}
4879.nav > .pull-right {
4880  float: right;
4881}
4882.nav-header {
4883  display: block;
4884  padding: 3px 15px;
4885  font-size: 11px;
4886  font-weight: bold;
4887  line-height: 20px;
4888  color: #999;
4889  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
4890  text-transform: uppercase;
4891}
4892.nav li + .nav-header {
4893  margin-top: 9px;
4894}
4895.nav-list {
4896  padding-left: 15px;
4897  padding-right: 15px;
4898  margin-bottom: 0;
4899}
4900.nav-list > li > a,
4901.nav-list .nav-header {
4902  margin-left: -15px;
4903  margin-right: -15px;
4904  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
4905}
4906.nav-list > li > a {
4907  padding: 3px 15px;
4908}
4909.nav-list > .active > a,
4910.nav-list > .active > a:hover,
4911.nav-list > .active > a:focus {
4912  color: #fff;
4913  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
4914  background-color: #08c;
4915}
4916.nav-list [class^="icon-"],
4917.nav-list [class*=" icon-"] {
4918  margin-right: 2px;
4919}
4920.nav-list .divider {
4921  *width: 100%;
4922  height: 1px;
4923  margin: 9px 1px;
4924  *margin: -5px 0 5px;
4925  overflow: hidden;
4926  background-color: #e5e5e5;
4927  border-bottom: 1px solid #fff;
4928  *width: 100%;
4929  height: 1px;
4930  margin: 9px 1px;
4931  *margin: -5px 0 5px;
4932  overflow: hidden;
4933  background-color: #e5e5e5;
4934  border-bottom: 1px solid #fff;
4935}
4936.nav-tabs,
4937.nav-pills {
4938  *zoom: 1;
4939  *zoom: 1;
4940}
4941.nav-tabs:before,
4942.nav-tabs:after,
4943.nav-pills:before,
4944.nav-pills:after {
4945  display: table;
4946  content: "";
4947  line-height: 0;
4948}
4949.nav-tabs:after,
4950.nav-pills:after {
4951  clear: both;
4952}
4953.nav-tabs:before,
4954.nav-tabs:after,
4955.nav-pills:before,
4956.nav-pills:after {
4957  display: table;
4958  content: "";
4959  line-height: 0;
4960}
4961.nav-tabs:after,
4962.nav-pills:after {
4963  clear: both;
4964}
4965.nav-tabs > li,
4966.nav-pills > li {
4967  float: left;
4968}
4969.nav-tabs > li > a,
4970.nav-pills > li > a {
4971  padding-right: 12px;
4972  padding-left: 12px;
4973  margin-right: 2px;
4974  line-height: 14px;
4975}
4976.nav-tabs {
4977  border-bottom: 1px solid #ddd;
4978}
4979.nav-tabs > li {
4980  margin-bottom: -1px;
4981}
4982.nav-tabs > li > a {
4983  padding-top: 8px;
4984  padding-bottom: 8px;
4985  line-height: 20px;
4986  border: 1px solid transparent;
4987  -webkit-border-radius: 4px 4px 0 0;
4988  -moz-border-radius: 4px 4px 0 0;
4989  border-radius: 4px 4px 0 0;
4990  -webkit-border-radius: 4px 4px 0 0;
4991  -moz-border-radius: 4px 4px 0 0;
4992  border-radius: 4px 4px 0 0;
4993}
4994.nav-tabs > li > a:hover,
4995.nav-tabs > li > a:focus {
4996  border-color: #eee #eee #ddd;
4997}
4998.nav-tabs > .active > a,
4999.nav-tabs > .active > a:hover,
5000.nav-tabs > .active > a:focus {
5001  color: #555;
5002  background-color: #fff;
5003  border: 1px solid #ddd;
5004  border-bottom-color: transparent;
5005  cursor: default;
5006}
5007.nav-pills > li > a {
5008  padding-top: 8px;
5009  padding-bottom: 8px;
5010  margin-top: 2px;
5011  margin-bottom: 2px;
5012  -webkit-border-radius: 5px;
5013  -moz-border-radius: 5px;
5014  border-radius: 5px;
5015  -webkit-border-radius: 5px;
5016  -moz-border-radius: 5px;
5017  border-radius: 5px;
5018}
5019.nav-pills > .active > a,
5020.nav-pills > .active > a:hover,
5021.nav-pills > .active > a:focus {
5022  color: #fff;
5023  background-color: #08c;
5024}
5025.nav-stacked > li {
5026  float: none;
5027}
5028.nav-stacked > li > a {
5029  margin-right: 0;
5030}
5031.nav-tabs.nav-stacked {
5032  border-bottom: 0;
5033}
5034.nav-tabs.nav-stacked > li > a {
5035  border: 1px solid #ddd;
5036  -webkit-border-radius: 0;
5037  -moz-border-radius: 0;
5038  border-radius: 0;
5039  -webkit-border-radius: 0;
5040  -moz-border-radius: 0;
5041  border-radius: 0;
5042}
5043.nav-tabs.nav-stacked > li:first-child > a {
5044  -webkit-border-top-right-radius: 4px;
5045  -moz-border-radius-topright: 4px;
5046  border-top-right-radius: 4px;
5047  -webkit-border-top-right-radius: 4px;
5048  -moz-border-radius-topright: 4px;
5049  border-top-right-radius: 4px;
5050  -webkit-border-top-left-radius: 4px;
5051  -moz-border-radius-topleft: 4px;
5052  border-top-left-radius: 4px;
5053  -webkit-border-top-left-radius: 4px;
5054  -moz-border-radius-topleft: 4px;
5055  border-top-left-radius: 4px;
5056  -webkit-border-top-right-radius: 4px;
5057  -moz-border-radius-topright: 4px;
5058  border-top-right-radius: 4px;
5059  -webkit-border-top-right-radius: 4px;
5060  -moz-border-radius-topright: 4px;
5061  border-top-right-radius: 4px;
5062  -webkit-border-top-left-radius: 4px;
5063  -moz-border-radius-topleft: 4px;
5064  border-top-left-radius: 4px;
5065  -webkit-border-top-left-radius: 4px;
5066  -moz-border-radius-topleft: 4px;
5067  border-top-left-radius: 4px;
5068}
5069.nav-tabs.nav-stacked > li:last-child > a {
5070  -webkit-border-bottom-right-radius: 4px;
5071  -moz-border-radius-bottomright: 4px;
5072  border-bottom-right-radius: 4px;
5073  -webkit-border-bottom-right-radius: 4px;
5074  -moz-border-radius-bottomright: 4px;
5075  border-bottom-right-radius: 4px;
5076  -webkit-border-bottom-left-radius: 4px;
5077  -moz-border-radius-bottomleft: 4px;
5078  border-bottom-left-radius: 4px;
5079  -webkit-border-bottom-left-radius: 4px;
5080  -moz-border-radius-bottomleft: 4px;
5081  border-bottom-left-radius: 4px;
5082  -webkit-border-bottom-right-radius: 4px;
5083  -moz-border-radius-bottomright: 4px;
5084  border-bottom-right-radius: 4px;
5085  -webkit-border-bottom-right-radius: 4px;
5086  -moz-border-radius-bottomright: 4px;
5087  border-bottom-right-radius: 4px;
5088  -webkit-border-bottom-left-radius: 4px;
5089  -moz-border-radius-bottomleft: 4px;
5090  border-bottom-left-radius: 4px;
5091  -webkit-border-bottom-left-radius: 4px;
5092  -moz-border-radius-bottomleft: 4px;
5093  border-bottom-left-radius: 4px;
5094}
5095.nav-tabs.nav-stacked > li > a:hover,
5096.nav-tabs.nav-stacked > li > a:focus {
5097  border-color: #ddd;
5098  z-index: 2;
5099}
5100.nav-pills.nav-stacked > li > a {
5101  margin-bottom: 3px;
5102}
5103.nav-pills.nav-stacked > li:last-child > a {
5104  margin-bottom: 1px;
5105}
5106.nav-tabs .dropdown-menu {
5107  -webkit-border-radius: 0 0 6px 6px;
5108  -moz-border-radius: 0 0 6px 6px;
5109  border-radius: 0 0 6px 6px;
5110  -webkit-border-radius: 0 0 6px 6px;
5111  -moz-border-radius: 0 0 6px 6px;
5112  border-radius: 0 0 6px 6px;
5113}
5114.nav-pills .dropdown-menu {
5115  -webkit-border-radius: 6px;
5116  -moz-border-radius: 6px;
5117  border-radius: 6px;
5118  -webkit-border-radius: 6px;
5119  -moz-border-radius: 6px;
5120  border-radius: 6px;
5121}
5122.nav .dropdown-toggle .caret {
5123  border-top-color: #08c;
5124  border-bottom-color: #08c;
5125  margin-top: 6px;
5126}
5127.nav .dropdown-toggle:hover .caret,
5128.nav .dropdown-toggle:focus .caret {
5129  border-top-color: #005580;
5130  border-bottom-color: #005580;
5131}
5132.nav-tabs .dropdown-toggle .caret {
5133  margin-top: 8px;
5134}
5135.nav .active .dropdown-toggle .caret {
5136  border-top-color: #fff;
5137  border-bottom-color: #fff;
5138}
5139.nav-tabs .active .dropdown-toggle .caret {
5140  border-top-color: #555;
5141  border-bottom-color: #555;
5142}
5143.nav > .dropdown.active > a:hover,
5144.nav > .dropdown.active > a:focus {
5145  cursor: pointer;
5146}
5147.nav-tabs .open .dropdown-toggle,
5148.nav-pills .open .dropdown-toggle,
5149.nav > li.dropdown.open.active > a:hover,
5150.nav > li.dropdown.open.active > a:focus {
5151  color: #fff;
5152  background-color: #999;
5153  border-color: #999;
5154}
5155.nav li.dropdown.open .caret,
5156.nav li.dropdown.open.active .caret,
5157.nav li.dropdown.open a:hover .caret,
5158.nav li.dropdown.open a:focus .caret {
5159  border-top-color: #fff;
5160  border-bottom-color: #fff;
5161  opacity: 1;
5162  filter: alpha(opacity=100);
5163  opacity: 1;
5164  filter: alpha(opacity=100);
5165}
5166.tabs-stacked .open > a:hover,
5167.tabs-stacked .open > a:focus {
5168  border-color: #999;
5169}
5170.tabbable {
5171  *zoom: 1;
5172  *zoom: 1;
5173}
5174.tabbable:before,
5175.tabbable:after {
5176  display: table;
5177  content: "";
5178  line-height: 0;
5179}
5180.tabbable:after {
5181  clear: both;
5182}
5183.tabbable:before,
5184.tabbable:after {
5185  display: table;
5186  content: "";
5187  line-height: 0;
5188}
5189.tabbable:after {
5190  clear: both;
5191}
5192.tab-content {
5193  overflow: auto;
5194}
5195.tabs-below > .nav-tabs,
5196.tabs-right > .nav-tabs,
5197.tabs-left > .nav-tabs {
5198  border-bottom: 0;
5199}
5200.tab-content > .tab-pane,
5201.pill-content > .pill-pane {
5202  display: none;
5203}
5204.tab-content > .active,
5205.pill-content > .active {
5206  display: block;
5207}
5208.tabs-below > .nav-tabs {
5209  border-top: 1px solid #ddd;
5210}
5211.tabs-below > .nav-tabs > li {
5212  margin-top: -1px;
5213  margin-bottom: 0;
5214}
5215.tabs-below > .nav-tabs > li > a {
5216  -webkit-border-radius: 0 0 4px 4px;
5217  -moz-border-radius: 0 0 4px 4px;
5218  border-radius: 0 0 4px 4px;
5219  -webkit-border-radius: 0 0 4px 4px;
5220  -moz-border-radius: 0 0 4px 4px;
5221  border-radius: 0 0 4px 4px;
5222}
5223.tabs-below > .nav-tabs > li > a:hover,
5224.tabs-below > .nav-tabs > li > a:focus {
5225  border-bottom-color: transparent;
5226  border-top-color: #ddd;
5227}
5228.tabs-below > .nav-tabs > .active > a,
5229.tabs-below > .nav-tabs > .active > a:hover,
5230.tabs-below > .nav-tabs > .active > a:focus {
5231  border-color: transparent #ddd #ddd #ddd;
5232}
5233.tabs-left > .nav-tabs > li,
5234.tabs-right > .nav-tabs > li {
5235  float: none;
5236}
5237.tabs-left > .nav-tabs > li > a,
5238.tabs-right > .nav-tabs > li > a {
5239  min-width: 74px;
5240  margin-right: 0;
5241  margin-bottom: 3px;
5242}
5243.tabs-left > .nav-tabs {
5244  float: left;
5245  margin-right: 19px;
5246  border-right: 1px solid #ddd;
5247}
5248.tabs-left > .nav-tabs > li > a {
5249  margin-right: -1px;
5250  -webkit-border-radius: 4px 0 0 4px;
5251  -moz-border-radius: 4px 0 0 4px;
5252  border-radius: 4px 0 0 4px;
5253  -webkit-border-radius: 4px 0 0 4px;
5254  -moz-border-radius: 4px 0 0 4px;
5255  border-radius: 4px 0 0 4px;
5256}
5257.tabs-left > .nav-tabs > li > a:hover,
5258.tabs-left > .nav-tabs > li > a:focus {
5259  border-color: #eee #ddd #eee #eee;
5260}
5261.tabs-left > .nav-tabs .active > a,
5262.tabs-left > .nav-tabs .active > a:hover,
5263.tabs-left > .nav-tabs .active > a:focus {
5264  border-color: #ddd transparent #ddd #ddd;
5265  *border-right-color: #fff;
5266}
5267.tabs-right > .nav-tabs {
5268  float: right;
5269  margin-left: 19px;
5270  border-left: 1px solid #ddd;
5271}
5272.tabs-right > .nav-tabs > li > a {
5273  margin-left: -1px;
5274  -webkit-border-radius: 0 4px 4px 0;
5275  -moz-border-radius: 0 4px 4px 0;
5276  border-radius: 0 4px 4px 0;
5277  -webkit-border-radius: 0 4px 4px 0;
5278  -moz-border-radius: 0 4px 4px 0;
5279  border-radius: 0 4px 4px 0;
5280}
5281.tabs-right > .nav-tabs > li > a:hover,
5282.tabs-right > .nav-tabs > li > a:focus {
5283  border-color: #eee #eee #eee #ddd;
5284}
5285.tabs-right > .nav-tabs .active > a,
5286.tabs-right > .nav-tabs .active > a:hover,
5287.tabs-right > .nav-tabs .active > a:focus {
5288  border-color: #ddd #ddd #ddd transparent;
5289  *border-left-color: #fff;
5290}
5291.nav > .disabled > a {
5292  color: #999;
5293}
5294.nav > .disabled > a:hover,
5295.nav > .disabled > a:focus {
5296  text-decoration: none;
5297  background-color: transparent;
5298  cursor: default;
5299}
5300.navbar {
5301  overflow: visible;
5302  margin-bottom: 20px;
5303  *position: relative;
5304  *z-index: 2;
5305}
5306.navbar-inner {
5307  min-height: 40px;
5308  padding-left: 20px;
5309  padding-right: 20px;
5310  background-color: #fafafa;
5311  background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
5312  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
5313  background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
5314  background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
5315  background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
5316  background-repeat: repeat-x;
5317  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
5318  background-color: #fafafa;
5319  background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
5320  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
5321  background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
5322  background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
5323  background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
5324  background-repeat: repeat-x;
5325  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
5326  border: 1px solid #d4d4d4;
5327  -webkit-border-radius: 4px;
5328  -moz-border-radius: 4px;
5329  border-radius: 4px;
5330  -webkit-border-radius: 4px;
5331  -moz-border-radius: 4px;
5332  border-radius: 4px;
5333  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
5334  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
5335  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
5336  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
5337  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
5338  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
5339  *zoom: 1;
5340  *zoom: 1;
5341}
5342.navbar-inner:before,
5343.navbar-inner:after {
5344  display: table;
5345  content: "";
5346  line-height: 0;
5347}
5348.navbar-inner:after {
5349  clear: both;
5350}
5351.navbar-inner:before,
5352.navbar-inner:after {
5353  display: table;
5354  content: "";
5355  line-height: 0;
5356}
5357.navbar-inner:after {
5358  clear: both;
5359}
5360.navbar .container {
5361  width: auto;
5362}
5363.nav-collapse.collapse {
5364  height: auto;
5365  overflow: visible;
5366}
5367.navbar .brand {
5368  float: left;
5369  display: block;
5370  padding: 10px 20px 10px;
5371  margin-left: -20px;
5372  font-size: 20px;
5373  font-weight: 200;
5374  color: #777;
5375  text-shadow: 0 1px 0 #ffffff;
5376}
5377.navbar .brand:hover,
5378.navbar .brand:focus {
5379  text-decoration: none;
5380}
5381.navbar-text {
5382  margin-bottom: 0;
5383  line-height: 40px;
5384  color: #777;
5385}
5386.navbar-link {
5387  color: #777;
5388}
5389.navbar-link:hover,
5390.navbar-link:focus {
5391  color: #333;
5392}
5393.navbar .divider-vertical {
5394  height: 40px;
5395  margin: 0 9px;
5396  border-left: 1px solid #f2f2f2;
5397  border-right: 1px solid #ffffff;
5398}
5399.navbar .btn,
5400.navbar .btn-group {
5401  margin-top: 5px;
5402  margin-top: 5px;
5403}
5404.navbar .btn-group .btn,
5405.navbar .input-prepend .btn,
5406.navbar .input-append .btn,
5407.navbar .input-prepend .btn-group,
5408.navbar .input-append .btn-group {
5409  margin-top: 0;
5410}
5411.navbar-form {
5412  margin-bottom: 0;
5413  *zoom: 1;
5414  *zoom: 1;
5415}
5416.navbar-form:before,
5417.navbar-form:after {
5418  display: table;
5419  content: "";
5420  line-height: 0;
5421}
5422.navbar-form:after {
5423  clear: both;
5424}
5425.navbar-form:before,
5426.navbar-form:after {
5427  display: table;
5428  content: "";
5429  line-height: 0;
5430}
5431.navbar-form:after {
5432  clear: both;
5433}
5434.navbar-form input,
5435.navbar-form select,
5436.navbar-form .radio,
5437.navbar-form .checkbox {
5438  margin-top: 5px;
5439  margin-top: 5px;
5440}
5441.navbar-form input,
5442.navbar-form select,
5443.navbar-form .btn {
5444  display: inline-block;
5445  margin-bottom: 0;
5446}
5447.navbar-form input[type="image"],
5448.navbar-form input[type="checkbox"],
5449.navbar-form input[type="radio"] {
5450  margin-top: 3px;
5451}
5452.navbar-form .input-append,
5453.navbar-form .input-prepend {
5454  margin-top: 5px;
5455  white-space: nowrap;
5456}
5457.navbar-form .input-append input,
5458.navbar-form .input-prepend input {
5459  margin-top: 0;
5460}
5461.navbar-search {
5462  position: relative;
5463  float: left;
5464  margin-top: 5px;
5465  margin-top: 5px;
5466  margin-bottom: 0;
5467}
5468.navbar-search .search-query {
5469  margin-bottom: 0;
5470  padding: 4px 14px;
5471  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5472  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5473  font-size: 13px;
5474  font-weight: normal;
5475  line-height: 1;
5476  font-size: 13px;
5477  font-weight: normal;
5478  line-height: 1;
5479  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5480  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5481  font-size: 13px;
5482  font-weight: normal;
5483  line-height: 1;
5484  font-size: 13px;
5485  font-weight: normal;
5486  line-height: 1;
5487  -webkit-border-radius: 15px;
5488  -moz-border-radius: 15px;
5489  border-radius: 15px;
5490  -webkit-border-radius: 15px;
5491  -moz-border-radius: 15px;
5492  border-radius: 15px;
5493}
5494.navbar-static-top {
5495  position: static;
5496  margin-bottom: 0;
5497}
5498.navbar-static-top .navbar-inner {
5499  -webkit-border-radius: 0;
5500  -moz-border-radius: 0;
5501  border-radius: 0;
5502  -webkit-border-radius: 0;
5503  -moz-border-radius: 0;
5504  border-radius: 0;
5505}
5506.navbar-fixed-top,
5507.navbar-fixed-bottom {
5508  position: fixed;
5509  right: 0;
5510  left: 0;
5511  z-index: 1030;
5512  margin-bottom: 0;
5513}
5514.navbar-fixed-top .navbar-inner,
5515.navbar-static-top .navbar-inner {
5516  border-width: 0 0 1px;
5517}
5518.navbar-fixed-bottom .navbar-inner {
5519  border-width: 1px 0 0;
5520}
5521.navbar-fixed-top .navbar-inner,
5522.navbar-fixed-bottom .navbar-inner {
5523  padding-left: 0;
5524  padding-right: 0;
5525  -webkit-border-radius: 0;
5526  -moz-border-radius: 0;
5527  border-radius: 0;
5528  -webkit-border-radius: 0;
5529  -moz-border-radius: 0;
5530  border-radius: 0;
5531}
5532.navbar-static-top .container,
5533.navbar-fixed-top .container,
5534.navbar-fixed-bottom .container {
5535  width: 940px;
5536  width: 940px;
5537}
5538.navbar-fixed-top {
5539  top: 0;
5540}
5541.navbar-fixed-top .navbar-inner,
5542.navbar-static-top .navbar-inner {
5543  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
5544  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
5545  box-shadow: 0 1px 10px rgba(0,0,0,.1);
5546  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
5547  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
5548  box-shadow: 0 1px 10px rgba(0,0,0,.1);
5549}
5550.navbar-fixed-bottom {
5551  bottom: 0;
5552}
5553.navbar-fixed-bottom .navbar-inner {
5554  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
5555  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
5556  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
5557  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
5558  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
5559  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
5560}
5561.navbar .nav {
5562  position: relative;
5563  left: 0;
5564  display: block;
5565  float: left;
5566  margin: 0 10px 0 0;
5567}
5568.navbar .nav.pull-right {
5569  float: right;
5570  margin-right: 0;
5571}
5572.navbar .nav > li {
5573  float: left;
5574}
5575.navbar .nav > li > a {
5576  float: none;
5577  padding: 10px 15px 10px;
5578  color: #777;
5579  text-decoration: none;
5580  text-shadow: 0 1px 0 #ffffff;
5581}
5582.navbar .nav .dropdown-toggle .caret {
5583  margin-top: 8px;
5584}
5585.navbar .nav > li > a:focus,
5586.navbar .nav > li > a:hover {
5587  background-color: transparent;
5588  color: #333;
5589  text-decoration: none;
5590}
5591.navbar .nav > .active > a,
5592.navbar .nav > .active > a:hover,
5593.navbar .nav > .active > a:focus {
5594  color: #555;
5595  text-decoration: none;
5596  background-color: #e6e6e6;
5597  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
5598  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
5599  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
5600  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
5601  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
5602  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
5603}
5604.navbar .btn-navbar {
5605  display: none;
5606  float: right;
5607  padding: 7px 10px;
5608  margin-left: 5px;
5609  margin-right: 5px;
5610  color: #fff;
5611  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5612  background-color: #ededed;
5613  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5614  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5615  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5616  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5617  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5618  background-repeat: repeat-x;
5619  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5620  background-color: #ededed;
5621  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5622  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5623  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5624  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5625  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5626  background-repeat: repeat-x;
5627  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5628  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
5629  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
5630  color: #fff;
5631  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5632  background-color: #ededed;
5633  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5634  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5635  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5636  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5637  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5638  background-repeat: repeat-x;
5639  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5640  background-color: #ededed;
5641  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5642  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5643  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5644  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5645  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5646  background-repeat: repeat-x;
5647  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5648  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
5649  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
5650  *background-color: #e6e6e6;
5651  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
5652  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
5653  color: #fff;
5654  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5655  background-color: #ededed;
5656  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5657  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5658  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5659  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5660  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5661  background-repeat: repeat-x;
5662  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5663  background-color: #ededed;
5664  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5665  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5666  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5667  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5668  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5669  background-repeat: repeat-x;
5670  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5671  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
5672  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
5673  color: #fff;
5674  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5675  background-color: #ededed;
5676  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5677  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5678  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5679  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5680  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5681  background-repeat: repeat-x;
5682  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5683  background-color: #ededed;
5684  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
5685  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
5686  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
5687  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
5688  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
5689  background-repeat: repeat-x;
5690  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
5691  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
5692  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
5693  *background-color: #e6e6e6;
5694  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
5695  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
5696  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
5697  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
5698  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
5699  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
5700  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
5701  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
5702}
5703.navbar .btn-navbar:hover,
5704.navbar .btn-navbar:focus,
5705.navbar .btn-navbar:active,
5706.navbar .btn-navbar.active,
5707.navbar .btn-navbar.disabled,
5708.navbar .btn-navbar[disabled] {
5709  color: #fff;
5710  background-color: #e6e6e6;
5711  *background-color: #d9d9d9;
5712}
5713.navbar .btn-navbar:active,
5714.navbar .btn-navbar.active {
5715  background-color: #cccccc \9;
5716}
5717.navbar .btn-navbar:hover,
5718.navbar .btn-navbar:focus,
5719.navbar .btn-navbar:active,
5720.navbar .btn-navbar.active,
5721.navbar .btn-navbar.disabled,
5722.navbar .btn-navbar[disabled] {
5723  color: #fff;
5724  background-color: #e6e6e6;
5725  *background-color: #d9d9d9;
5726}
5727.navbar .btn-navbar:active,
5728.navbar .btn-navbar.active {
5729  background-color: #cccccc \9;
5730}
5731.navbar .btn-navbar .icon-bar {
5732  display: block;
5733  width: 18px;
5734  height: 2px;
5735  background-color: #f5f5f5;
5736  -webkit-border-radius: 1px;
5737  -moz-border-radius: 1px;
5738  border-radius: 1px;
5739  -webkit-border-radius: 1px;
5740  -moz-border-radius: 1px;
5741  border-radius: 1px;
5742  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
5743  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
5744  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
5745  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
5746  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
5747  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
5748}
5749.btn-navbar .icon-bar + .icon-bar {
5750  margin-top: 3px;
5751}
5752.navbar .nav > li > .dropdown-menu:before {
5753  content: '';
5754  display: inline-block;
5755  border-left: 7px solid transparent;
5756  border-right: 7px solid transparent;
5757  border-bottom: 7px solid #ccc;
5758  border-bottom-color: rgba(0,0,0,0.2);
5759  position: absolute;
5760  top: -7px;
5761  left: 9px;
5762}
5763.navbar .nav > li > .dropdown-menu:after {
5764  content: '';
5765  display: inline-block;
5766  border-left: 6px solid transparent;
5767  border-right: 6px solid transparent;
5768  border-bottom: 6px solid #fff;
5769  position: absolute;
5770  top: -6px;
5771  left: 10px;
5772}
5773.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
5774  border-top: 7px solid #ccc;
5775  border-top-color: rgba(0,0,0,0.2);
5776  border-bottom: 0;
5777  bottom: -7px;
5778  top: auto;
5779}
5780.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
5781  border-top: 6px solid #fff;
5782  border-bottom: 0;
5783  bottom: -6px;
5784  top: auto;
5785}
5786.navbar .nav li.dropdown > a:hover .caret,
5787.navbar .nav li.dropdown > a:focus .caret {
5788  border-top-color: #333;
5789  border-bottom-color: #333;
5790}
5791.navbar .nav li.dropdown.open > .dropdown-toggle,
5792.navbar .nav li.dropdown.active > .dropdown-toggle,
5793.navbar .nav li.dropdown.open.active > .dropdown-toggle {
5794  background-color: #e6e6e6;
5795  color: #555;
5796}
5797.navbar .nav li.dropdown > .dropdown-toggle .caret {
5798  border-top-color: #777;
5799  border-bottom-color: #777;
5800}
5801.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
5802.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
5803.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
5804  border-top-color: #555;
5805  border-bottom-color: #555;
5806}
5807.navbar .pull-right > li > .dropdown-menu,
5808.navbar .nav > li > .dropdown-menu.pull-right {
5809  left: auto;
5810  right: 0;
5811}
5812.navbar .pull-right > li > .dropdown-menu:before,
5813.navbar .nav > li > .dropdown-menu.pull-right:before {
5814  left: auto;
5815  right: 12px;
5816}
5817.navbar .pull-right > li > .dropdown-menu:after,
5818.navbar .nav > li > .dropdown-menu.pull-right:after {
5819  left: auto;
5820  right: 13px;
5821}
5822.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
5823.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
5824  left: auto;
5825  right: 100%;
5826  margin-left: 0;
5827  margin-right: -1px;
5828  -webkit-border-radius: 6px 0 6px 6px;
5829  -moz-border-radius: 6px 0 6px 6px;
5830  border-radius: 6px 0 6px 6px;
5831  -webkit-border-radius: 6px 0 6px 6px;
5832  -moz-border-radius: 6px 0 6px 6px;
5833  border-radius: 6px 0 6px 6px;
5834}
5835.navbar-inverse .navbar-inner {
5836  background-color: #1b1b1b;
5837  background-image: -moz-linear-gradient(top,#222222,#111111);
5838  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
5839  background-image: -webkit-linear-gradient(top,#222222,#111111);
5840  background-image: -o-linear-gradient(top,#222222,#111111);
5841  background-image: linear-gradient(to bottom,#222222,#111111);
5842  background-repeat: repeat-x;
5843  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
5844  background-color: #1b1b1b;
5845  background-image: -moz-linear-gradient(top,#222222,#111111);
5846  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
5847  background-image: -webkit-linear-gradient(top,#222222,#111111);
5848  background-image: -o-linear-gradient(top,#222222,#111111);
5849  background-image: linear-gradient(to bottom,#222222,#111111);
5850  background-repeat: repeat-x;
5851  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
5852  border-color: #252525;
5853}
5854.navbar-inverse .brand,
5855.navbar-inverse .nav > li > a {
5856  color: #999;
5857  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5858}
5859.navbar-inverse .brand:hover,
5860.navbar-inverse .brand:focus,
5861.navbar-inverse .nav > li > a:hover,
5862.navbar-inverse .nav > li > a:focus {
5863  color: #fff;
5864}
5865.navbar-inverse .brand {
5866  color: #999;
5867}
5868.navbar-inverse .navbar-text {
5869  color: #999;
5870}
5871.navbar-inverse .nav > li > a:focus,
5872.navbar-inverse .nav > li > a:hover {
5873  background-color: transparent;
5874  color: #fff;
5875}
5876.navbar-inverse .nav .active > a,
5877.navbar-inverse .nav .active > a:hover,
5878.navbar-inverse .nav .active > a:focus {
5879  color: #fff;
5880  background-color: #111111;
5881}
5882.navbar-inverse .navbar-link {
5883  color: #999;
5884}
5885.navbar-inverse .navbar-link:hover,
5886.navbar-inverse .navbar-link:focus {
5887  color: #fff;
5888}
5889.navbar-inverse .divider-vertical {
5890  border-left-color: #111111;
5891  border-right-color: #222222;
5892}
5893.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
5894.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
5895.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
5896  background-color: #111111;
5897  color: #fff;
5898}
5899.navbar-inverse .nav li.dropdown > a:hover .caret,
5900.navbar-inverse .nav li.dropdown > a:focus .caret {
5901  border-top-color: #fff;
5902  border-bottom-color: #fff;
5903}
5904.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
5905  border-top-color: #999;
5906  border-bottom-color: #999;
5907}
5908.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
5909.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
5910.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
5911  border-top-color: #fff;
5912  border-bottom-color: #fff;
5913}
5914.navbar-inverse .navbar-search .search-query {
5915  color: #fff;
5916  background-color: #515151;
5917  border-color: #111111;
5918  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
5919  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
5920  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
5921  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
5922  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
5923  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
5924  -webkit-transition: none;
5925  -moz-transition: none;
5926  -o-transition: none;
5927  transition: none;
5928  -webkit-transition: none;
5929  -moz-transition: none;
5930  -o-transition: none;
5931  transition: none;
5932}
5933.navbar-inverse .navbar-search .search-query:-moz-placeholder {
5934  color: #ccc;
5935}
5936.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
5937  color: #ccc;
5938}
5939.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
5940  color: #ccc;
5941}
5942.navbar-inverse .navbar-search .search-query:-moz-placeholder {
5943  color: #ccc;
5944}
5945.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
5946  color: #ccc;
5947}
5948.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
5949  color: #ccc;
5950}
5951.navbar-inverse .navbar-search .search-query:focus,
5952.navbar-inverse .navbar-search .search-query.focused {
5953  padding: 5px 15px;
5954  color: #333;
5955  text-shadow: 0 1px 0 #fff;
5956  background-color: #fff;
5957  border: 0;
5958  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
5959  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
5960  box-shadow: 0 0 3px rgba(0,0,0,0.15);
5961  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
5962  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
5963  box-shadow: 0 0 3px rgba(0,0,0,0.15);
5964  outline: 0;
5965}
5966.navbar-inverse .btn-navbar {
5967  color: #fff;
5968  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5969  background-color: #0e0e0e;
5970  background-image: -moz-linear-gradient(top,#151515,#040404);
5971  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
5972  background-image: -webkit-linear-gradient(top,#151515,#040404);
5973  background-image: -o-linear-gradient(top,#151515,#040404);
5974  background-image: linear-gradient(to bottom,#151515,#040404);
5975  background-repeat: repeat-x;
5976  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
5977  background-color: #0e0e0e;
5978  background-image: -moz-linear-gradient(top,#151515,#040404);
5979  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
5980  background-image: -webkit-linear-gradient(top,#151515,#040404);
5981  background-image: -o-linear-gradient(top,#151515,#040404);
5982  background-image: linear-gradient(to bottom,#151515,#040404);
5983  background-repeat: repeat-x;
5984  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
5985  border-color: #040404 #040404 #000000;
5986  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
5987  color: #fff;
5988  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
5989  background-color: #0e0e0e;
5990  background-image: -moz-linear-gradient(top,#151515,#040404);
5991  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
5992  background-image: -webkit-linear-gradient(top,#151515,#040404);
5993  background-image: -o-linear-gradient(top,#151515,#040404);
5994  background-image: linear-gradient(to bottom,#151515,#040404);
5995  background-repeat: repeat-x;
5996  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
5997  background-color: #0e0e0e;
5998  background-image: -moz-linear-gradient(top,#151515,#040404);
5999  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
6000  background-image: -webkit-linear-gradient(top,#151515,#040404);
6001  background-image: -o-linear-gradient(top,#151515,#040404);
6002  background-image: linear-gradient(to bottom,#151515,#040404);
6003  background-repeat: repeat-x;
6004  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
6005  border-color: #040404 #040404 #000000;
6006  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
6007  *background-color: #040404;
6008  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
6009  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
6010  color: #fff;
6011  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
6012  background-color: #0e0e0e;
6013  background-image: -moz-linear-gradient(top,#151515,#040404);
6014  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
6015  background-image: -webkit-linear-gradient(top,#151515,#040404);
6016  background-image: -o-linear-gradient(top,#151515,#040404);
6017  background-image: linear-gradient(to bottom,#151515,#040404);
6018  background-repeat: repeat-x;
6019  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
6020  background-color: #0e0e0e;
6021  background-image: -moz-linear-gradient(top,#151515,#040404);
6022  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
6023  background-image: -webkit-linear-gradient(top,#151515,#040404);
6024  background-image: -o-linear-gradient(top,#151515,#040404);
6025  background-image: linear-gradient(to bottom,#151515,#040404);
6026  background-repeat: repeat-x;
6027  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
6028  border-color: #040404 #040404 #000000;
6029  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
6030  color: #fff;
6031  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
6032  background-color: #0e0e0e;
6033  background-image: -moz-linear-gradient(top,#151515,#040404);
6034  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
6035  background-image: -webkit-linear-gradient(top,#151515,#040404);
6036  background-image: -o-linear-gradient(top,#151515,#040404);
6037  background-image: linear-gradient(to bottom,#151515,#040404);
6038  background-repeat: repeat-x;
6039  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
6040  background-color: #0e0e0e;
6041  background-image: -moz-linear-gradient(top,#151515,#040404);
6042  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
6043  background-image: -webkit-linear-gradient(top,#151515,#040404);
6044  background-image: -o-linear-gradient(top,#151515,#040404);
6045  background-image: linear-gradient(to bottom,#151515,#040404);
6046  background-repeat: repeat-x;
6047  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
6048  border-color: #040404 #040404 #000000;
6049  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
6050  *background-color: #040404;
6051  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
6052  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
6053}
6054.navbar-inverse .btn-navbar:hover,
6055.navbar-inverse .btn-navbar:focus,
6056.navbar-inverse .btn-navbar:active,
6057.navbar-inverse .btn-navbar.active,
6058.navbar-inverse .btn-navbar.disabled,
6059.navbar-inverse .btn-navbar[disabled] {
6060  color: #fff;
6061  background-color: #040404;
6062  *background-color: #000000;
6063}
6064.navbar-inverse .btn-navbar:active,
6065.navbar-inverse .btn-navbar.active {
6066  background-color: #000000 \9;
6067}
6068.navbar-inverse .btn-navbar:hover,
6069.navbar-inverse .btn-navbar:focus,
6070.navbar-inverse .btn-navbar:active,
6071.navbar-inverse .btn-navbar.active,
6072.navbar-inverse .btn-navbar.disabled,
6073.navbar-inverse .btn-navbar[disabled] {
6074  color: #fff;
6075  background-color: #040404;
6076  *background-color: #000000;
6077}
6078.navbar-inverse .btn-navbar:active,
6079.navbar-inverse .btn-navbar.active {
6080  background-color: #000000 \9;
6081}
6082.breadcrumb {
6083  padding: 8px 15px;
6084  margin: 0 0 20px;
6085  list-style: none;
6086  background-color: #f5f5f5;
6087  -webkit-border-radius: 4px;
6088  -moz-border-radius: 4px;
6089  border-radius: 4px;
6090  -webkit-border-radius: 4px;
6091  -moz-border-radius: 4px;
6092  border-radius: 4px;
6093}
6094.breadcrumb > li {
6095  display: inline-block;
6096  *display: inline;
6097  *zoom: 1;
6098  *display: inline;
6099  *zoom: 1;
6100  text-shadow: 0 1px 0 #fff;
6101}
6102.breadcrumb > li > .divider {
6103  padding: 0 5px;
6104  color: #ccc;
6105}
6106.breadcrumb > .active {
6107  color: #999;
6108}
6109.pagination {
6110  margin: 20px 0;
6111}
6112.pagination ul {
6113  display: inline-block;
6114  *display: inline;
6115  *zoom: 1;
6116  *display: inline;
6117  *zoom: 1;
6118  margin-left: 0;
6119  margin-bottom: 0;
6120  -webkit-border-radius: 4px;
6121  -moz-border-radius: 4px;
6122  border-radius: 4px;
6123  -webkit-border-radius: 4px;
6124  -moz-border-radius: 4px;
6125  border-radius: 4px;
6126  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
6127  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
6128  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
6129  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
6130  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
6131  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
6132}
6133.pagination ul > li {
6134  display: inline;
6135}
6136.pagination ul > li > a,
6137.pagination ul > li > span {
6138  float: left;
6139  padding: 4px 12px;
6140  line-height: 20px;
6141  text-decoration: none;
6142  background-color: #fff;
6143  border: 1px solid #ddd;
6144  border-left-width: 0;
6145}
6146.pagination ul > li > a:hover,
6147.pagination ul > li > a:focus,
6148.pagination ul > .active > a,
6149.pagination ul > .active > span {
6150  background-color: #f5f5f5;
6151}
6152.pagination ul > .active > a,
6153.pagination ul > .active > span {
6154  color: #999;
6155  cursor: default;
6156}
6157.pagination ul > .disabled > span,
6158.pagination ul > .disabled > a,
6159.pagination ul > .disabled > a:hover,
6160.pagination ul > .disabled > a:focus {
6161  color: #999;
6162  background-color: transparent;
6163  cursor: default;
6164}
6165.pagination ul > li:first-child > a,
6166.pagination ul > li:first-child > span {
6167  border-left-width: 1px;
6168  -webkit-border-top-left-radius: 4px;
6169  -moz-border-radius-topleft: 4px;
6170  border-top-left-radius: 4px;
6171  -webkit-border-top-left-radius: 4px;
6172  -moz-border-radius-topleft: 4px;
6173  border-top-left-radius: 4px;
6174  -webkit-border-bottom-left-radius: 4px;
6175  -moz-border-radius-bottomleft: 4px;
6176  border-bottom-left-radius: 4px;
6177  -webkit-border-bottom-left-radius: 4px;
6178  -moz-border-radius-bottomleft: 4px;
6179  border-bottom-left-radius: 4px;
6180  -webkit-border-top-left-radius: 4px;
6181  -moz-border-radius-topleft: 4px;
6182  border-top-left-radius: 4px;
6183  -webkit-border-top-left-radius: 4px;
6184  -moz-border-radius-topleft: 4px;
6185  border-top-left-radius: 4px;
6186  -webkit-border-bottom-left-radius: 4px;
6187  -moz-border-radius-bottomleft: 4px;
6188  border-bottom-left-radius: 4px;
6189  -webkit-border-bottom-left-radius: 4px;
6190  -moz-border-radius-bottomleft: 4px;
6191  border-bottom-left-radius: 4px;
6192}
6193.pagination ul > li:last-child > a,
6194.pagination ul > li:last-child > span {
6195  -webkit-border-top-right-radius: 4px;
6196  -moz-border-radius-topright: 4px;
6197  border-top-right-radius: 4px;
6198  -webkit-border-top-right-radius: 4px;
6199  -moz-border-radius-topright: 4px;
6200  border-top-right-radius: 4px;
6201  -webkit-border-bottom-right-radius: 4px;
6202  -moz-border-radius-bottomright: 4px;
6203  border-bottom-right-radius: 4px;
6204  -webkit-border-bottom-right-radius: 4px;
6205  -moz-border-radius-bottomright: 4px;
6206  border-bottom-right-radius: 4px;
6207  -webkit-border-top-right-radius: 4px;
6208  -moz-border-radius-topright: 4px;
6209  border-top-right-radius: 4px;
6210  -webkit-border-top-right-radius: 4px;
6211  -moz-border-radius-topright: 4px;
6212  border-top-right-radius: 4px;
6213  -webkit-border-bottom-right-radius: 4px;
6214  -moz-border-radius-bottomright: 4px;
6215  border-bottom-right-radius: 4px;
6216  -webkit-border-bottom-right-radius: 4px;
6217  -moz-border-radius-bottomright: 4px;
6218  border-bottom-right-radius: 4px;
6219}
6220.pagination-centered {
6221  text-align: center;
6222}
6223.pagination-right {
6224  text-align: right;
6225}
6226.pagination-large ul > li > a,
6227.pagination-large ul > li > span {
6228  padding: 11px 19px;
6229  font-size: 17.5px;
6230}
6231.pagination-large ul > li:first-child > a,
6232.pagination-large ul > li:first-child > span {
6233  -webkit-border-top-left-radius: 6px;
6234  -moz-border-radius-topleft: 6px;
6235  border-top-left-radius: 6px;
6236  -webkit-border-top-left-radius: 6px;
6237  -moz-border-radius-topleft: 6px;
6238  border-top-left-radius: 6px;
6239  -webkit-border-bottom-left-radius: 6px;
6240  -moz-border-radius-bottomleft: 6px;
6241  border-bottom-left-radius: 6px;
6242  -webkit-border-bottom-left-radius: 6px;
6243  -moz-border-radius-bottomleft: 6px;
6244  border-bottom-left-radius: 6px;
6245  -webkit-border-top-left-radius: 6px;
6246  -moz-border-radius-topleft: 6px;
6247  border-top-left-radius: 6px;
6248  -webkit-border-top-left-radius: 6px;
6249  -moz-border-radius-topleft: 6px;
6250  border-top-left-radius: 6px;
6251  -webkit-border-bottom-left-radius: 6px;
6252  -moz-border-radius-bottomleft: 6px;
6253  border-bottom-left-radius: 6px;
6254  -webkit-border-bottom-left-radius: 6px;
6255  -moz-border-radius-bottomleft: 6px;
6256  border-bottom-left-radius: 6px;
6257}
6258.pagination-large ul > li:last-child > a,
6259.pagination-large ul > li:last-child > span {
6260  -webkit-border-top-right-radius: 6px;
6261  -moz-border-radius-topright: 6px;
6262  border-top-right-radius: 6px;
6263  -webkit-border-top-right-radius: 6px;
6264  -moz-border-radius-topright: 6px;
6265  border-top-right-radius: 6px;
6266  -webkit-border-bottom-right-radius: 6px;
6267  -moz-border-radius-bottomright: 6px;
6268  border-bottom-right-radius: 6px;
6269  -webkit-border-bottom-right-radius: 6px;
6270  -moz-border-radius-bottomright: 6px;
6271  border-bottom-right-radius: 6px;
6272  -webkit-border-top-right-radius: 6px;
6273  -moz-border-radius-topright: 6px;
6274  border-top-right-radius: 6px;
6275  -webkit-border-top-right-radius: 6px;
6276  -moz-border-radius-topright: 6px;
6277  border-top-right-radius: 6px;
6278  -webkit-border-bottom-right-radius: 6px;
6279  -moz-border-radius-bottomright: 6px;
6280  border-bottom-right-radius: 6px;
6281  -webkit-border-bottom-right-radius: 6px;
6282  -moz-border-radius-bottomright: 6px;
6283  border-bottom-right-radius: 6px;
6284}
6285.pagination-mini ul > li:first-child > a,
6286.pagination-mini ul > li:first-child > span,
6287.pagination-small ul > li:first-child > a,
6288.pagination-small ul > li:first-child > span {
6289  -webkit-border-top-left-radius: 3px;
6290  -moz-border-radius-topleft: 3px;
6291  border-top-left-radius: 3px;
6292  -webkit-border-top-left-radius: 3px;
6293  -moz-border-radius-topleft: 3px;
6294  border-top-left-radius: 3px;
6295  -webkit-border-bottom-left-radius: 3px;
6296  -moz-border-radius-bottomleft: 3px;
6297  border-bottom-left-radius: 3px;
6298  -webkit-border-bottom-left-radius: 3px;
6299  -moz-border-radius-bottomleft: 3px;
6300  border-bottom-left-radius: 3px;
6301  -webkit-border-top-left-radius: 3px;
6302  -moz-border-radius-topleft: 3px;
6303  border-top-left-radius: 3px;
6304  -webkit-border-top-left-radius: 3px;
6305  -moz-border-radius-topleft: 3px;
6306  border-top-left-radius: 3px;
6307  -webkit-border-bottom-left-radius: 3px;
6308  -moz-border-radius-bottomleft: 3px;
6309  border-bottom-left-radius: 3px;
6310  -webkit-border-bottom-left-radius: 3px;
6311  -moz-border-radius-bottomleft: 3px;
6312  border-bottom-left-radius: 3px;
6313}
6314.pagination-mini ul > li:last-child > a,
6315.pagination-mini ul > li:last-child > span,
6316.pagination-small ul > li:last-child > a,
6317.pagination-small ul > li:last-child > span {
6318  -webkit-border-top-right-radius: 3px;
6319  -moz-border-radius-topright: 3px;
6320  border-top-right-radius: 3px;
6321  -webkit-border-top-right-radius: 3px;
6322  -moz-border-radius-topright: 3px;
6323  border-top-right-radius: 3px;
6324  -webkit-border-bottom-right-radius: 3px;
6325  -moz-border-radius-bottomright: 3px;
6326  border-bottom-right-radius: 3px;
6327  -webkit-border-bottom-right-radius: 3px;
6328  -moz-border-radius-bottomright: 3px;
6329  border-bottom-right-radius: 3px;
6330  -webkit-border-top-right-radius: 3px;
6331  -moz-border-radius-topright: 3px;
6332  border-top-right-radius: 3px;
6333  -webkit-border-top-right-radius: 3px;
6334  -moz-border-radius-topright: 3px;
6335  border-top-right-radius: 3px;
6336  -webkit-border-bottom-right-radius: 3px;
6337  -moz-border-radius-bottomright: 3px;
6338  border-bottom-right-radius: 3px;
6339  -webkit-border-bottom-right-radius: 3px;
6340  -moz-border-radius-bottomright: 3px;
6341  border-bottom-right-radius: 3px;
6342}
6343.pagination-small ul > li > a,
6344.pagination-small ul > li > span {
6345  padding: 2px 10px;
6346  font-size: 11.9px;
6347}
6348.pagination-mini ul > li > a,
6349.pagination-mini ul > li > span {
6350  padding: 0 6px;
6351  font-size: 10.5px;
6352}
6353.pager {
6354  margin: 20px 0;
6355  list-style: none;
6356  text-align: center;
6357  *zoom: 1;
6358  *zoom: 1;
6359}
6360.pager:before,
6361.pager:after {
6362  display: table;
6363  content: "";
6364  line-height: 0;
6365}
6366.pager:after {
6367  clear: both;
6368}
6369.pager:before,
6370.pager:after {
6371  display: table;
6372  content: "";
6373  line-height: 0;
6374}
6375.pager:after {
6376  clear: both;
6377}
6378.pager li {
6379  display: inline;
6380}
6381.pager li > a,
6382.pager li > span {
6383  display: inline-block;
6384  padding: 5px 14px;
6385  background-color: #fff;
6386  border: 1px solid #ddd;
6387  -webkit-border-radius: 15px;
6388  -moz-border-radius: 15px;
6389  border-radius: 15px;
6390  -webkit-border-radius: 15px;
6391  -moz-border-radius: 15px;
6392  border-radius: 15px;
6393}
6394.pager li > a:hover,
6395.pager li > a:focus {
6396  text-decoration: none;
6397  background-color: #f5f5f5;
6398}
6399.pager .next > a,
6400.pager .next > span {
6401  float: right;
6402}
6403.pager .previous > a,
6404.pager .previous > span {
6405  float: left;
6406}
6407.pager .disabled > a,
6408.pager .disabled > a:hover,
6409.pager .disabled > a:focus,
6410.pager .disabled > span {
6411  color: #999;
6412  background-color: #fff;
6413  cursor: default;
6414}
6415.thumbnails {
6416  margin-left: -20px;
6417  list-style: none;
6418  *zoom: 1;
6419  *zoom: 1;
6420}
6421.thumbnails:before,
6422.thumbnails:after {
6423  display: table;
6424  content: "";
6425  line-height: 0;
6426}
6427.thumbnails:after {
6428  clear: both;
6429}
6430.thumbnails:before,
6431.thumbnails:after {
6432  display: table;
6433  content: "";
6434  line-height: 0;
6435}
6436.thumbnails:after {
6437  clear: both;
6438}
6439.row-fluid .thumbnails {
6440  margin-left: 0;
6441}
6442.thumbnails > li {
6443  float: left;
6444  margin-bottom: 20px;
6445  margin-left: 20px;
6446}
6447.thumbnail {
6448  display: block;
6449  padding: 4px;
6450  line-height: 20px;
6451  border: 1px solid #ddd;
6452  -webkit-border-radius: 4px;
6453  -moz-border-radius: 4px;
6454  border-radius: 4px;
6455  -webkit-border-radius: 4px;
6456  -moz-border-radius: 4px;
6457  border-radius: 4px;
6458  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
6459  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
6460  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
6461  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
6462  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
6463  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
6464  -webkit-transition: all .2s ease-in-out;
6465  -moz-transition: all .2s ease-in-out;
6466  -o-transition: all .2s ease-in-out;
6467  transition: all .2s ease-in-out;
6468  -webkit-transition: all .2s ease-in-out;
6469  -moz-transition: all .2s ease-in-out;
6470  -o-transition: all .2s ease-in-out;
6471  transition: all .2s ease-in-out;
6472}
6473a.thumbnail:hover,
6474a.thumbnail:focus {
6475  border-color: #08c;
6476  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
6477  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
6478  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
6479  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
6480  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
6481  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
6482}
6483.thumbnail > img {
6484  display: block;
6485  max-width: 100%;
6486  margin-left: auto;
6487  margin-right: auto;
6488}
6489.thumbnail .caption {
6490  padding: 9px;
6491  color: #555;
6492}
6493.label,
6494.badge {
6495  display: inline-block;
6496  padding: 2px 4px;
6497  font-size: 11.844px;
6498  font-weight: bold;
6499  line-height: 14px;
6500  color: #fff;
6501  vertical-align: baseline;
6502  white-space: nowrap;
6503  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
6504  background-color: #999;
6505}
6506.label {
6507  -webkit-border-radius: 3px;
6508  -moz-border-radius: 3px;
6509  border-radius: 3px;
6510  -webkit-border-radius: 3px;
6511  -moz-border-radius: 3px;
6512  border-radius: 3px;
6513}
6514.badge {
6515  padding-left: 9px;
6516  padding-right: 9px;
6517  -webkit-border-radius: 9px;
6518  -moz-border-radius: 9px;
6519  border-radius: 9px;
6520  -webkit-border-radius: 9px;
6521  -moz-border-radius: 9px;
6522  border-radius: 9px;
6523}
6524.label:empty,
6525.badge:empty {
6526  display: none;
6527}
6528a.label:hover,
6529a.label:focus,
6530a.badge:hover,
6531a.badge:focus {
6532  color: #fff;
6533  text-decoration: none;
6534  cursor: pointer;
6535}
6536.label-important,
6537.badge-important {
6538  background-color: #b94a48;
6539}
6540.label-important[href],
6541.badge-important[href] {
6542  background-color: #953b39;
6543}
6544.label-warning,
6545.badge-warning {
6546  background-color: #f89406;
6547}
6548.label-warning[href],
6549.badge-warning[href] {
6550  background-color: #c67605;
6551}
6552.label-success,
6553.badge-success {
6554  background-color: #468847;
6555}
6556.label-success[href],
6557.badge-success[href] {
6558  background-color: #356635;
6559}
6560.label-info,
6561.badge-info {
6562  background-color: #3a87ad;
6563}
6564.label-info[href],
6565.badge-info[href] {
6566  background-color: #2d6987;
6567}
6568.label-inverse,
6569.badge-inverse {
6570  background-color: #333;
6571}
6572.label-inverse[href],
6573.badge-inverse[href] {
6574  background-color: #1a1a1a;
6575}
6576.btn .label,
6577.btn .badge {
6578  position: relative;
6579  top: -1px;
6580}
6581.btn-mini .label,
6582.btn-mini .badge {
6583  top: 0;
6584}
6585.pull-right {
6586  float: right;
6587}
6588.pull-left {
6589  float: left;
6590}
6591.hide {
6592  display: none;
6593}
6594.show {
6595  display: block;
6596}
6597.invisible {
6598  visibility: hidden;
6599}
6600.affix {
6601  position: fixed;
6602}
6603.clearfix {
6604  *zoom: 1;
6605}
6606.clearfix:before,
6607.clearfix:after {
6608  display: table;
6609  content: "";
6610  line-height: 0;
6611}
6612.clearfix:after {
6613  clear: both;
6614}
6615.hide-text {
6616  font: 0/0 a;
6617  color: transparent;
6618  text-shadow: none;
6619  background-color: transparent;
6620  border: 0;
6621}
6622.input-block-level {
6623  display: block;
6624  width: 100%;
6625  min-height: 30px;
6626  -webkit-box-sizing: border-box;
6627  -moz-box-sizing: border-box;
6628  box-sizing: border-box;
6629  -webkit-box-sizing: border-box;
6630  -moz-box-sizing: border-box;
6631  box-sizing: border-box;
6632}
6633.hidden {
6634  display: none;
6635  visibility: hidden;
6636}
6637.visible-phone {
6638  display: none !important;
6639}
6640.visible-tablet {
6641  display: none !important;
6642}
6643.hidden-desktop {
6644  display: none !important;
6645}
6646.visible-desktop {
6647  display: inherit !important;
6648}
6649@media (min-width: 768px) and (max-width: 979px) {
6650  .hidden-desktop {
6651    display: inherit !important;
6652  }
6653  .visible-desktop {
6654    display: none !important;
6655  }
6656  .visible-tablet {
6657    display: inherit !important;
6658  }
6659  .hidden-tablet {
6660    display: none !important;
6661  }
6662}
6663@media (max-width: 767px) {
6664  .hidden-desktop {
6665    display: inherit !important;
6666  }
6667  .visible-desktop {
6668    display: none !important;
6669  }
6670  .visible-phone {
6671    display: inherit !important;
6672  }
6673  .hidden-phone {
6674    display: none !important;
6675  }
6676}
6677.visible-print {
6678  display: none !important;
6679}
6680@media print {
6681  .visible-print {
6682    display: inherit !important;
6683  }
6684  .hidden-print {
6685    display: none !important;
6686  }
6687}
6688@media (min-width: 1200px) {
6689  .row {
6690    margin-left: -30px;
6691    *zoom: 1;
6692    *zoom: 1;
6693  }
6694  .row:before,
6695  .row:after {
6696    display: table;
6697    content: "";
6698    line-height: 0;
6699  }
6700  .row:after {
6701    clear: both;
6702  }
6703  .row:before,
6704  .row:after {
6705    display: table;
6706    content: "";
6707    line-height: 0;
6708  }
6709  .row:after {
6710    clear: both;
6711  }
6712  [class*="span"] {
6713    float: left;
6714    min-height: 1px;
6715    margin-left: 30px;
6716  }
6717  .container,
6718  .navbar-static-top .container,
6719  .navbar-fixed-top .container,
6720  .navbar-fixed-bottom .container {
6721    width: 1170px;
6722  }
6723  .span12 {
6724    width: 1170px;
6725  }
6726  .span11 {
6727    width: 1070px;
6728  }
6729  .span10 {
6730    width: 970px;
6731  }
6732  .span9 {
6733    width: 870px;
6734  }
6735  .span8 {
6736    width: 770px;
6737  }
6738  .span7 {
6739    width: 670px;
6740  }
6741  .span6 {
6742    width: 570px;
6743  }
6744  .span5 {
6745    width: 470px;
6746  }
6747  .span4 {
6748    width: 370px;
6749  }
6750  .span3 {
6751    width: 270px;
6752  }
6753  .span2 {
6754    width: 170px;
6755  }
6756  .span1 {
6757    width: 70px;
6758  }
6759  .offset12 {
6760    margin-left: 1230px;
6761  }
6762  .offset11 {
6763    margin-left: 1130px;
6764  }
6765  .offset10 {
6766    margin-left: 1030px;
6767  }
6768  .offset9 {
6769    margin-left: 930px;
6770  }
6771  .offset8 {
6772    margin-left: 830px;
6773  }
6774  .offset7 {
6775    margin-left: 730px;
6776  }
6777  .offset6 {
6778    margin-left: 630px;
6779  }
6780  .offset5 {
6781    margin-left: 530px;
6782  }
6783  .offset4 {
6784    margin-left: 430px;
6785  }
6786  .offset3 {
6787    margin-left: 330px;
6788  }
6789  .offset2 {
6790    margin-left: 230px;
6791  }
6792  .offset1 {
6793    margin-left: 130px;
6794  }
6795  .row {
6796    margin-left: -30px;
6797    *zoom: 1;
6798    *zoom: 1;
6799  }
6800  .row:before,
6801  .row:after {
6802    display: table;
6803    content: "";
6804    line-height: 0;
6805  }
6806  .row:after {
6807    clear: both;
6808  }
6809  .row:before,
6810  .row:after {
6811    display: table;
6812    content: "";
6813    line-height: 0;
6814  }
6815  .row:after {
6816    clear: both;
6817  }
6818  [class*="span"] {
6819    float: left;
6820    min-height: 1px;
6821    margin-left: 30px;
6822  }
6823  .container,
6824  .navbar-static-top .container,
6825  .navbar-fixed-top .container,
6826  .navbar-fixed-bottom .container {
6827    width: 1170px;
6828  }
6829  .span12 {
6830    width: 1170px;
6831  }
6832  .span11 {
6833    width: 1070px;
6834  }
6835  .span10 {
6836    width: 970px;
6837  }
6838  .span9 {
6839    width: 870px;
6840  }
6841  .span8 {
6842    width: 770px;
6843  }
6844  .span7 {
6845    width: 670px;
6846  }
6847  .span6 {
6848    width: 570px;
6849  }
6850  .span5 {
6851    width: 470px;
6852  }
6853  .span4 {
6854    width: 370px;
6855  }
6856  .span3 {
6857    width: 270px;
6858  }
6859  .span2 {
6860    width: 170px;
6861  }
6862  .span1 {
6863    width: 70px;
6864  }
6865  .offset12 {
6866    margin-left: 1230px;
6867  }
6868  .offset11 {
6869    margin-left: 1130px;
6870  }
6871  .offset10 {
6872    margin-left: 1030px;
6873  }
6874  .offset9 {
6875    margin-left: 930px;
6876  }
6877  .offset8 {
6878    margin-left: 830px;
6879  }
6880  .offset7 {
6881    margin-left: 730px;
6882  }
6883  .offset6 {
6884    margin-left: 630px;
6885  }
6886  .offset5 {
6887    margin-left: 530px;
6888  }
6889  .offset4 {
6890    margin-left: 430px;
6891  }
6892  .offset3 {
6893    margin-left: 330px;
6894  }
6895  .offset2 {
6896    margin-left: 230px;
6897  }
6898  .offset1 {
6899    margin-left: 130px;
6900  }
6901  .row-fluid {
6902    width: 100%;
6903    *zoom: 1;
6904    *zoom: 1;
6905  }
6906  .row-fluid:before,
6907  .row-fluid:after {
6908    display: table;
6909    content: "";
6910    line-height: 0;
6911  }
6912  .row-fluid:after {
6913    clear: both;
6914  }
6915  .row-fluid:before,
6916  .row-fluid:after {
6917    display: table;
6918    content: "";
6919    line-height: 0;
6920  }
6921  .row-fluid:after {
6922    clear: both;
6923  }
6924  .row-fluid [class*="span"] {
6925    display: block;
6926    width: 100%;
6927    min-height: 30px;
6928    -webkit-box-sizing: border-box;
6929    -moz-box-sizing: border-box;
6930    box-sizing: border-box;
6931    -webkit-box-sizing: border-box;
6932    -moz-box-sizing: border-box;
6933    box-sizing: border-box;
6934    display: block;
6935    width: 100%;
6936    min-height: 30px;
6937    -webkit-box-sizing: border-box;
6938    -moz-box-sizing: border-box;
6939    box-sizing: border-box;
6940    -webkit-box-sizing: border-box;
6941    -moz-box-sizing: border-box;
6942    box-sizing: border-box;
6943    float: left;
6944    margin-left: 2.5641025641026%;
6945    *margin-left: 2.5109110747409%;
6946  }
6947  .row-fluid [class*="span"]:first-child {
6948    margin-left: 0;
6949  }
6950  .row-fluid .controls-row [class*="span"] + [class*="span"] {
6951    margin-left: 2.5641025641026%;
6952  }
6953  .row-fluid .span12 {
6954    width: 100%;
6955    *width: 99.946808510638%;
6956  }
6957  .row-fluid .span11 {
6958    width: 91.489361702128%;
6959    *width: 91.436170212766%;
6960  }
6961  .row-fluid .span10 {
6962    width: 82.978723404255%;
6963    *width: 82.925531914894%;
6964  }
6965  .row-fluid .span9 {
6966    width: 74.468085106383%;
6967    *width: 74.414893617021%;
6968  }
6969  .row-fluid .span8 {
6970    width: 65.957446808511%;
6971    *width: 65.904255319149%;
6972  }
6973  .row-fluid .span7 {
6974    width: 57.446808510638%;
6975    *width: 57.393617021277%;
6976  }
6977  .row-fluid .span6 {
6978    width: 48.936170212766%;
6979    *width: 48.882978723404%;
6980  }
6981  .row-fluid .span5 {
6982    width: 40.425531914894%;
6983    *width: 40.372340425532%;
6984  }
6985  .row-fluid .span4 {
6986    width: 31.914893617021%;
6987    *width: 31.86170212766%;
6988  }
6989  .row-fluid .span3 {
6990    width: 23.404255319149%;
6991    *width: 23.351063829787%;
6992  }
6993  .row-fluid .span2 {
6994    width: 14.893617021277%;
6995    *width: 14.840425531915%;
6996  }
6997  .row-fluid .span1 {
6998    width: 6.3829787234043%;
6999    *width: 6.3297872340426%;
7000  }
7001  .row-fluid .offset12 {
7002    margin-left: 105.12820512821%;
7003    *margin-left: 105.02182214948%;
7004  }
7005  .row-fluid .offset12:first-child {
7006    margin-left: 102.5641025641%;
7007    *margin-left: 102.45771958538%;
7008  }
7009  .row-fluid .offset11 {
7010    margin-left: 95.744680851064%;
7011    *margin-left: 95.63829787234%;
7012  }
7013  .row-fluid .offset11:first-child {
7014    margin-left: 93.617021276596%;
7015    *margin-left: 93.510638297872%;
7016  }
7017  .row-fluid .offset10 {
7018    margin-left: 87.234042553191%;
7019    *margin-left: 87.127659574468%;
7020  }
7021  .row-fluid .offset10:first-child {
7022    margin-left: 85.106382978723%;
7023    *margin-left: 85%;
7024  }
7025  .row-fluid .offset9 {
7026    margin-left: 78.723404255319%;
7027    *margin-left: 78.617021276596%;
7028  }
7029  .row-fluid .offset9:first-child {
7030    margin-left: 76.595744680851%;
7031    *margin-left: 76.489361702128%;
7032  }
7033  .row-fluid .offset8 {
7034    margin-left: 70.212765957447%;
7035    *margin-left: 70.106382978723%;
7036  }
7037  .row-fluid .offset8:first-child {
7038    margin-left: 68.085106382979%;
7039    *margin-left: 67.978723404255%;
7040  }
7041  .row-fluid .offset7 {
7042    margin-left: 61.702127659574%;
7043    *margin-left: 61.595744680851%;
7044  }
7045  .row-fluid .offset7:first-child {
7046    margin-left: 59.574468085106%;
7047    *margin-left: 59.468085106383%;
7048  }
7049  .row-fluid .offset6 {
7050    margin-left: 53.191489361702%;
7051    *margin-left: 53.085106382979%;
7052  }
7053  .row-fluid .offset6:first-child {
7054    margin-left: 51.063829787234%;
7055    *margin-left: 50.957446808511%;
7056  }
7057  .row-fluid .offset5 {
7058    margin-left: 44.68085106383%;
7059    *margin-left: 44.574468085106%;
7060  }
7061  .row-fluid .offset5:first-child {
7062    margin-left: 42.553191489362%;
7063    *margin-left: 42.446808510638%;
7064  }
7065  .row-fluid .offset4 {
7066    margin-left: 36.170212765957%;
7067    *margin-left: 36.063829787234%;
7068  }
7069  .row-fluid .offset4:first-child {
7070    margin-left: 34.042553191489%;
7071    *margin-left: 33.936170212766%;
7072  }
7073  .row-fluid .offset3 {
7074    margin-left: 27.659574468085%;
7075    *margin-left: 27.553191489362%;
7076  }
7077  .row-fluid .offset3:first-child {
7078    margin-left: 25.531914893617%;
7079    *margin-left: 25.425531914894%;
7080  }
7081  .row-fluid .offset2 {
7082    margin-left: 19.148936170213%;
7083    *margin-left: 19.042553191489%;
7084  }
7085  .row-fluid .offset2:first-child {
7086    margin-left: 17.021276595745%;
7087    *margin-left: 16.914893617021%;
7088  }
7089  .row-fluid .offset1 {
7090    margin-left: 10.63829787234%;
7091    *margin-left: 10.531914893617%;
7092  }
7093  .row-fluid .offset1:first-child {
7094    margin-left: 8.5106382978723%;
7095    *margin-left: 8.4042553191489%;
7096  }
7097  .row-fluid {
7098    width: 100%;
7099    *zoom: 1;
7100    *zoom: 1;
7101  }
7102  .row-fluid:before,
7103  .row-fluid:after {
7104    display: table;
7105    content: "";
7106    line-height: 0;
7107  }
7108  .row-fluid:after {
7109    clear: both;
7110  }
7111  .row-fluid:before,
7112  .row-fluid:after {
7113    display: table;
7114    content: "";
7115    line-height: 0;
7116  }
7117  .row-fluid:after {
7118    clear: both;
7119  }
7120  .row-fluid [class*="span"] {
7121    display: block;
7122    width: 100%;
7123    min-height: 30px;
7124    -webkit-box-sizing: border-box;
7125    -moz-box-sizing: border-box;
7126    box-sizing: border-box;
7127    -webkit-box-sizing: border-box;
7128    -moz-box-sizing: border-box;
7129    box-sizing: border-box;
7130    display: block;
7131    width: 100%;
7132    min-height: 30px;
7133    -webkit-box-sizing: border-box;
7134    -moz-box-sizing: border-box;
7135    box-sizing: border-box;
7136    -webkit-box-sizing: border-box;
7137    -moz-box-sizing: border-box;
7138    box-sizing: border-box;
7139    float: left;
7140    margin-left: 2.5641025641026%;
7141    *margin-left: 2.5109110747409%;
7142  }
7143  .row-fluid [class*="span"]:first-child {
7144    margin-left: 0;
7145  }
7146  .row-fluid .controls-row [class*="span"] + [class*="span"] {
7147    margin-left: 2.5641025641026%;
7148  }
7149  .row-fluid .span12 {
7150    width: 100%;
7151    *width: 99.946808510638%;
7152  }
7153  .row-fluid .span11 {
7154    width: 91.489361702128%;
7155    *width: 91.436170212766%;
7156  }
7157  .row-fluid .span10 {
7158    width: 82.978723404255%;
7159    *width: 82.925531914894%;
7160  }
7161  .row-fluid .span9 {
7162    width: 74.468085106383%;
7163    *width: 74.414893617021%;
7164  }
7165  .row-fluid .span8 {
7166    width: 65.957446808511%;
7167    *width: 65.904255319149%;
7168  }
7169  .row-fluid .span7 {
7170    width: 57.446808510638%;
7171    *width: 57.393617021277%;
7172  }
7173  .row-fluid .span6 {
7174    width: 48.936170212766%;
7175    *width: 48.882978723404%;
7176  }
7177  .row-fluid .span5 {
7178    width: 40.425531914894%;
7179    *width: 40.372340425532%;
7180  }
7181  .row-fluid .span4 {
7182    width: 31.914893617021%;
7183    *width: 31.86170212766%;
7184  }
7185  .row-fluid .span3 {
7186    width: 23.404255319149%;
7187    *width: 23.351063829787%;
7188  }
7189  .row-fluid .span2 {
7190    width: 14.893617021277%;
7191    *width: 14.840425531915%;
7192  }
7193  .row-fluid .span1 {
7194    width: 6.3829787234043%;
7195    *width: 6.3297872340426%;
7196  }
7197  .row-fluid .offset12 {
7198    margin-left: 105.12820512821%;
7199    *margin-left: 105.02182214948%;
7200  }
7201  .row-fluid .offset12:first-child {
7202    margin-left: 102.5641025641%;
7203    *margin-left: 102.45771958538%;
7204  }
7205  .row-fluid .offset11 {
7206    margin-left: 95.744680851064%;
7207    *margin-left: 95.63829787234%;
7208  }
7209  .row-fluid .offset11:first-child {
7210    margin-left: 93.617021276596%;
7211    *margin-left: 93.510638297872%;
7212  }
7213  .row-fluid .offset10 {
7214    margin-left: 87.234042553191%;
7215    *margin-left: 87.127659574468%;
7216  }
7217  .row-fluid .offset10:first-child {
7218    margin-left: 85.106382978723%;
7219    *margin-left: 85%;
7220  }
7221  .row-fluid .offset9 {
7222    margin-left: 78.723404255319%;
7223    *margin-left: 78.617021276596%;
7224  }
7225  .row-fluid .offset9:first-child {
7226    margin-left: 76.595744680851%;
7227    *margin-left: 76.489361702128%;
7228  }
7229  .row-fluid .offset8 {
7230    margin-left: 70.212765957447%;
7231    *margin-left: 70.106382978723%;
7232  }
7233  .row-fluid .offset8:first-child {
7234    margin-left: 68.085106382979%;
7235    *margin-left: 67.978723404255%;
7236  }
7237  .row-fluid .offset7 {
7238    margin-left: 61.702127659574%;
7239    *margin-left: 61.595744680851%;
7240  }
7241  .row-fluid .offset7:first-child {
7242    margin-left: 59.574468085106%;
7243    *margin-left: 59.468085106383%;
7244  }
7245  .row-fluid .offset6 {
7246    margin-left: 53.191489361702%;
7247    *margin-left: 53.085106382979%;
7248  }
7249  .row-fluid .offset6:first-child {
7250    margin-left: 51.063829787234%;
7251    *margin-left: 50.957446808511%;
7252  }
7253  .row-fluid .offset5 {
7254    margin-left: 44.68085106383%;
7255    *margin-left: 44.574468085106%;
7256  }
7257  .row-fluid .offset5:first-child {
7258    margin-left: 42.553191489362%;
7259    *margin-left: 42.446808510638%;
7260  }
7261  .row-fluid .offset4 {
7262    margin-left: 36.170212765957%;
7263    *margin-left: 36.063829787234%;
7264  }
7265  .row-fluid .offset4:first-child {
7266    margin-left: 34.042553191489%;
7267    *margin-left: 33.936170212766%;
7268  }
7269  .row-fluid .offset3 {
7270    margin-left: 27.659574468085%;
7271    *margin-left: 27.553191489362%;
7272  }
7273  .row-fluid .offset3:first-child {
7274    margin-left: 25.531914893617%;
7275    *margin-left: 25.425531914894%;
7276  }
7277  .row-fluid .offset2 {
7278    margin-left: 19.148936170213%;
7279    *margin-left: 19.042553191489%;
7280  }
7281  .row-fluid .offset2:first-child {
7282    margin-left: 17.021276595745%;
7283    *margin-left: 16.914893617021%;
7284  }
7285  .row-fluid .offset1 {
7286    margin-left: 10.63829787234%;
7287    *margin-left: 10.531914893617%;
7288  }
7289  .row-fluid .offset1:first-child {
7290    margin-left: 8.5106382978723%;
7291    *margin-left: 8.4042553191489%;
7292  }
7293  input,
7294  textarea,
7295  .uneditable-input {
7296    margin-left: 0;
7297  }
7298  .controls-row [class*="span"] + [class*="span"] {
7299    margin-left: 30px;
7300  }
7301  input.span12, textarea.span12, .uneditable-input.span12 {
7302    width: 1156px;
7303  }
7304  input.span11, textarea.span11, .uneditable-input.span11 {
7305    width: 1056px;
7306  }
7307  input.span10, textarea.span10, .uneditable-input.span10 {
7308    width: 956px;
7309  }
7310  input.span9, textarea.span9, .uneditable-input.span9 {
7311    width: 856px;
7312  }
7313  input.span8, textarea.span8, .uneditable-input.span8 {
7314    width: 756px;
7315  }
7316  input.span7, textarea.span7, .uneditable-input.span7 {
7317    width: 656px;
7318  }
7319  input.span6, textarea.span6, .uneditable-input.span6 {
7320    width: 556px;
7321  }
7322  input.span5, textarea.span5, .uneditable-input.span5 {
7323    width: 456px;
7324  }
7325  input.span4, textarea.span4, .uneditable-input.span4 {
7326    width: 356px;
7327  }
7328  input.span3, textarea.span3, .uneditable-input.span3 {
7329    width: 256px;
7330  }
7331  input.span2, textarea.span2, .uneditable-input.span2 {
7332    width: 156px;
7333  }
7334  input.span1, textarea.span1, .uneditable-input.span1 {
7335    width: 56px;
7336  }
7337  input,
7338  textarea,
7339  .uneditable-input {
7340    margin-left: 0;
7341  }
7342  .controls-row [class*="span"] + [class*="span"] {
7343    margin-left: 30px;
7344  }
7345  input.span12, textarea.span12, .uneditable-input.span12 {
7346    width: 1156px;
7347  }
7348  input.span11, textarea.span11, .uneditable-input.span11 {
7349    width: 1056px;
7350  }
7351  input.span10, textarea.span10, .uneditable-input.span10 {
7352    width: 956px;
7353  }
7354  input.span9, textarea.span9, .uneditable-input.span9 {
7355    width: 856px;
7356  }
7357  input.span8, textarea.span8, .uneditable-input.span8 {
7358    width: 756px;
7359  }
7360  input.span7, textarea.span7, .uneditable-input.span7 {
7361    width: 656px;
7362  }
7363  input.span6, textarea.span6, .uneditable-input.span6 {
7364    width: 556px;
7365  }
7366  input.span5, textarea.span5, .uneditable-input.span5 {
7367    width: 456px;
7368  }
7369  input.span4, textarea.span4, .uneditable-input.span4 {
7370    width: 356px;
7371  }
7372  input.span3, textarea.span3, .uneditable-input.span3 {
7373    width: 256px;
7374  }
7375  input.span2, textarea.span2, .uneditable-input.span2 {
7376    width: 156px;
7377  }
7378  input.span1, textarea.span1, .uneditable-input.span1 {
7379    width: 56px;
7380  }
7381  .thumbnails {
7382    margin-left: -30px;
7383  }
7384  .thumbnails > li {
7385    margin-left: 30px;
7386  }
7387  .row-fluid .thumbnails {
7388    margin-left: 0;
7389  }
7390}
7391@media (min-width: 768px) and (max-width: 979px) {
7392  .row {
7393    margin-left: -20px;
7394    *zoom: 1;
7395    *zoom: 1;
7396  }
7397  .row:before,
7398  .row:after {
7399    display: table;
7400    content: "";
7401    line-height: 0;
7402  }
7403  .row:after {
7404    clear: both;
7405  }
7406  .row:before,
7407  .row:after {
7408    display: table;
7409    content: "";
7410    line-height: 0;
7411  }
7412  .row:after {
7413    clear: both;
7414  }
7415  [class*="span"] {
7416    float: left;
7417    min-height: 1px;
7418    margin-left: 20px;
7419  }
7420  .container,
7421  .navbar-static-top .container,
7422  .navbar-fixed-top .container,
7423  .navbar-fixed-bottom .container {
7424    width: 724px;
7425  }
7426  .span12 {
7427    width: 724px;
7428  }
7429  .span11 {
7430    width: 662px;
7431  }
7432  .span10 {
7433    width: 600px;
7434  }
7435  .span9 {
7436    width: 538px;
7437  }
7438  .span8 {
7439    width: 476px;
7440  }
7441  .span7 {
7442    width: 414px;
7443  }
7444  .span6 {
7445    width: 352px;
7446  }
7447  .span5 {
7448    width: 290px;
7449  }
7450  .span4 {
7451    width: 228px;
7452  }
7453  .span3 {
7454    width: 166px;
7455  }
7456  .span2 {
7457    width: 104px;
7458  }
7459  .span1 {
7460    width: 42px;
7461  }
7462  .offset12 {
7463    margin-left: 764px;
7464  }
7465  .offset11 {
7466    margin-left: 702px;
7467  }
7468  .offset10 {
7469    margin-left: 640px;
7470  }
7471  .offset9 {
7472    margin-left: 578px;
7473  }
7474  .offset8 {
7475    margin-left: 516px;
7476  }
7477  .offset7 {
7478    margin-left: 454px;
7479  }
7480  .offset6 {
7481    margin-left: 392px;
7482  }
7483  .offset5 {
7484    margin-left: 330px;
7485  }
7486  .offset4 {
7487    margin-left: 268px;
7488  }
7489  .offset3 {
7490    margin-left: 206px;
7491  }
7492  .offset2 {
7493    margin-left: 144px;
7494  }
7495  .offset1 {
7496    margin-left: 82px;
7497  }
7498  .row {
7499    margin-left: -20px;
7500    *zoom: 1;
7501    *zoom: 1;
7502  }
7503  .row:before,
7504  .row:after {
7505    display: table;
7506    content: "";
7507    line-height: 0;
7508  }
7509  .row:after {
7510    clear: both;
7511  }
7512  .row:before,
7513  .row:after {
7514    display: table;
7515    content: "";
7516    line-height: 0;
7517  }
7518  .row:after {
7519    clear: both;
7520  }
7521  [class*="span"] {
7522    float: left;
7523    min-height: 1px;
7524    margin-left: 20px;
7525  }
7526  .container,
7527  .navbar-static-top .container,
7528  .navbar-fixed-top .container,
7529  .navbar-fixed-bottom .container {
7530    width: 724px;
7531  }
7532  .span12 {
7533    width: 724px;
7534  }
7535  .span11 {
7536    width: 662px;
7537  }
7538  .span10 {
7539    width: 600px;
7540  }
7541  .span9 {
7542    width: 538px;
7543  }
7544  .span8 {
7545    width: 476px;
7546  }
7547  .span7 {
7548    width: 414px;
7549  }
7550  .span6 {
7551    width: 352px;
7552  }
7553  .span5 {
7554    width: 290px;
7555  }
7556  .span4 {
7557    width: 228px;
7558  }
7559  .span3 {
7560    width: 166px;
7561  }
7562  .span2 {
7563    width: 104px;
7564  }
7565  .span1 {
7566    width: 42px;
7567  }
7568  .offset12 {
7569    margin-left: 764px;
7570  }
7571  .offset11 {
7572    margin-left: 702px;
7573  }
7574  .offset10 {
7575    margin-left: 640px;
7576  }
7577  .offset9 {
7578    margin-left: 578px;
7579  }
7580  .offset8 {
7581    margin-left: 516px;
7582  }
7583  .offset7 {
7584    margin-left: 454px;
7585  }
7586  .offset6 {
7587    margin-left: 392px;
7588  }
7589  .offset5 {
7590    margin-left: 330px;
7591  }
7592  .offset4 {
7593    margin-left: 268px;
7594  }
7595  .offset3 {
7596    margin-left: 206px;
7597  }
7598  .offset2 {
7599    margin-left: 144px;
7600  }
7601  .offset1 {
7602    margin-left: 82px;
7603  }
7604  .row-fluid {
7605    width: 100%;
7606    *zoom: 1;
7607    *zoom: 1;
7608  }
7609  .row-fluid:before,
7610  .row-fluid:after {
7611    display: table;
7612    content: "";
7613    line-height: 0;
7614  }
7615  .row-fluid:after {
7616    clear: both;
7617  }
7618  .row-fluid:before,
7619  .row-fluid:after {
7620    display: table;
7621    content: "";
7622    line-height: 0;
7623  }
7624  .row-fluid:after {
7625    clear: both;
7626  }
7627  .row-fluid [class*="span"] {
7628    display: block;
7629    width: 100%;
7630    min-height: 30px;
7631    -webkit-box-sizing: border-box;
7632    -moz-box-sizing: border-box;
7633    box-sizing: border-box;
7634    -webkit-box-sizing: border-box;
7635    -moz-box-sizing: border-box;
7636    box-sizing: border-box;
7637    display: block;
7638    width: 100%;
7639    min-height: 30px;
7640    -webkit-box-sizing: border-box;
7641    -moz-box-sizing: border-box;
7642    box-sizing: border-box;
7643    -webkit-box-sizing: border-box;
7644    -moz-box-sizing: border-box;
7645    box-sizing: border-box;
7646    float: left;
7647    margin-left: 2.7624309392265%;
7648    *margin-left: 2.7092394498648%;
7649  }
7650  .row-fluid [class*="span"]:first-child {
7651    margin-left: 0;
7652  }
7653  .row-fluid .controls-row [class*="span"] + [class*="span"] {
7654    margin-left: 2.7624309392265%;
7655  }
7656  .row-fluid .span12 {
7657    width: 100%;
7658    *width: 99.946808510638%;
7659  }
7660  .row-fluid .span11 {
7661    width: 91.452991452991%;
7662    *width: 91.39979996363%;
7663  }
7664  .row-fluid .span10 {
7665    width: 82.905982905983%;
7666    *width: 82.852791416621%;
7667  }
7668  .row-fluid .span9 {
7669    width: 74.358974358974%;
7670    *width: 74.305782869613%;
7671  }
7672  .row-fluid .span8 {
7673    width: 65.811965811966%;
7674    *width: 65.758774322604%;
7675  }
7676  .row-fluid .span7 {
7677    width: 57.264957264957%;
7678    *width: 57.211765775596%;
7679  }
7680  .row-fluid .span6 {
7681    width: 48.717948717949%;
7682    *width: 48.664757228587%;
7683  }
7684  .row-fluid .span5 {
7685    width: 40.17094017094%;
7686    *width: 40.117748681578%;
7687  }
7688  .row-fluid .span4 {
7689    width: 31.623931623932%;
7690    *width: 31.57074013457%;
7691  }
7692  .row-fluid .span3 {
7693    width: 23.076923076923%;
7694    *width: 23.023731587561%;
7695  }
7696  .row-fluid .span2 {
7697    width: 14.529914529915%;
7698    *width: 14.476723040553%;
7699  }
7700  .row-fluid .span1 {
7701    width: 5.982905982906%;
7702    *width: 5.9297144935443%;
7703  }
7704  .row-fluid .offset12 {
7705    margin-left: 105.52486187845%;
7706    *margin-left: 105.41847889973%;
7707  }
7708  .row-fluid .offset12:first-child {
7709    margin-left: 102.76243093923%;
7710    *margin-left: 102.6560479605%;
7711  }
7712  .row-fluid .offset11 {
7713    margin-left: 96.581196581197%;
7714    *margin-left: 96.474813602473%;
7715  }
7716  .row-fluid .offset11:first-child {
7717    margin-left: 94.017094017094%;
7718    *margin-left: 93.910711038371%;
7719  }
7720  .row-fluid .offset10 {
7721    margin-left: 88.034188034188%;
7722    *margin-left: 87.927805055465%;
7723  }
7724  .row-fluid .offset10:first-child {
7725    margin-left: 85.470085470085%;
7726    *margin-left: 85.363702491362%;
7727  }
7728  .row-fluid .offset9 {
7729    margin-left: 79.487179487179%;
7730    *margin-left: 79.380796508456%;
7731  }
7732  .row-fluid .offset9:first-child {
7733    margin-left: 76.923076923077%;
7734    *margin-left: 76.816693944354%;
7735  }
7736  .row-fluid .offset8 {
7737    margin-left: 70.940170940171%;
7738    *margin-left: 70.833787961448%;
7739  }
7740  .row-fluid .offset8:first-child {
7741    margin-left: 68.376068376068%;
7742    *margin-left: 68.269685397345%;
7743  }
7744  .row-fluid .offset7 {
7745    margin-left: 62.393162393162%;
7746    *margin-left: 62.286779414439%;
7747  }
7748  .row-fluid .offset7:first-child {
7749    margin-left: 59.82905982906%;
7750    *margin-left: 59.722676850336%;
7751  }
7752  .row-fluid .offset6 {
7753    margin-left: 53.846153846154%;
7754    *margin-left: 53.73977086743%;
7755  }
7756  .row-fluid .offset6:first-child {
7757    margin-left: 51.282051282051%;
7758    *margin-left: 51.175668303328%;
7759  }
7760  .row-fluid .offset5 {
7761    margin-left: 45.299145299145%;
7762    *margin-left: 45.192762320422%;
7763  }
7764  .row-fluid .offset5:first-child {
7765    margin-left: 42.735042735043%;
7766    *margin-left: 42.628659756319%;
7767  }
7768  .row-fluid .offset4 {
7769    margin-left: 36.752136752137%;
7770    *margin-left: 36.645753773413%;
7771  }
7772  .row-fluid .offset4:first-child {
7773    margin-left: 34.188034188034%;
7774    *margin-left: 34.081651209311%;
7775  }
7776  .row-fluid .offset3 {
7777    margin-left: 28.205128205128%;
7778    *margin-left: 28.098745226405%;
7779  }
7780  .row-fluid .offset3:first-child {
7781    margin-left: 25.641025641026%;
7782    *margin-left: 25.534642662302%;
7783  }
7784  .row-fluid .offset2 {
7785    margin-left: 19.65811965812%;
7786    *margin-left: 19.551736679396%;
7787  }
7788  .row-fluid .offset2:first-child {
7789    margin-left: 17.094017094017%;
7790    *margin-left: 16.987634115294%;
7791  }
7792  .row-fluid .offset1 {
7793    margin-left: 11.111111111111%;
7794    *margin-left: 11.004728132388%;
7795  }
7796  .row-fluid .offset1:first-child {
7797    margin-left: 8.5470085470085%;
7798    *margin-left: 8.4406255682851%;
7799  }
7800  .row-fluid {
7801    width: 100%;
7802    *zoom: 1;
7803    *zoom: 1;
7804  }
7805  .row-fluid:before,
7806  .row-fluid:after {
7807    display: table;
7808    content: "";
7809    line-height: 0;
7810  }
7811  .row-fluid:after {
7812    clear: both;
7813  }
7814  .row-fluid:before,
7815  .row-fluid:after {
7816    display: table;
7817    content: "";
7818    line-height: 0;
7819  }
7820  .row-fluid:after {
7821    clear: both;
7822  }
7823  .row-fluid [class*="span"] {
7824    display: block;
7825    width: 100%;
7826    min-height: 30px;
7827    -webkit-box-sizing: border-box;
7828    -moz-box-sizing: border-box;
7829    box-sizing: border-box;
7830    -webkit-box-sizing: border-box;
7831    -moz-box-sizing: border-box;
7832    box-sizing: border-box;
7833    display: block;
7834    width: 100%;
7835    min-height: 30px;
7836    -webkit-box-sizing: border-box;
7837    -moz-box-sizing: border-box;
7838    box-sizing: border-box;
7839    -webkit-box-sizing: border-box;
7840    -moz-box-sizing: border-box;
7841    box-sizing: border-box;
7842    float: left;
7843    margin-left: 2.7624309392265%;
7844    *margin-left: 2.7092394498648%;
7845  }
7846  .row-fluid [class*="span"]:first-child {
7847    margin-left: 0;
7848  }
7849  .row-fluid .controls-row [class*="span"] + [class*="span"] {
7850    margin-left: 2.7624309392265%;
7851  }
7852  .row-fluid .span12 {
7853    width: 100%;
7854    *width: 99.946808510638%;
7855  }
7856  .row-fluid .span11 {
7857    width: 91.452991452991%;
7858    *width: 91.39979996363%;
7859  }
7860  .row-fluid .span10 {
7861    width: 82.905982905983%;
7862    *width: 82.852791416621%;
7863  }
7864  .row-fluid .span9 {
7865    width: 74.358974358974%;
7866    *width: 74.305782869613%;
7867  }
7868  .row-fluid .span8 {
7869    width: 65.811965811966%;
7870    *width: 65.758774322604%;
7871  }
7872  .row-fluid .span7 {
7873    width: 57.264957264957%;
7874    *width: 57.211765775596%;
7875  }
7876  .row-fluid .span6 {
7877    width: 48.717948717949%;
7878    *width: 48.664757228587%;
7879  }
7880  .row-fluid .span5 {
7881    width: 40.17094017094%;
7882    *width: 40.117748681578%;
7883  }
7884  .row-fluid .span4 {
7885    width: 31.623931623932%;
7886    *width: 31.57074013457%;
7887  }
7888  .row-fluid .span3 {
7889    width: 23.076923076923%;
7890    *width: 23.023731587561%;
7891  }
7892  .row-fluid .span2 {
7893    width: 14.529914529915%;
7894    *width: 14.476723040553%;
7895  }
7896  .row-fluid .span1 {
7897    width: 5.982905982906%;
7898    *width: 5.9297144935443%;
7899  }
7900  .row-fluid .offset12 {
7901    margin-left: 105.52486187845%;
7902    *margin-left: 105.41847889973%;
7903  }
7904  .row-fluid .offset12:first-child {
7905    margin-left: 102.76243093923%;
7906    *margin-left: 102.6560479605%;
7907  }
7908  .row-fluid .offset11 {
7909    margin-left: 96.581196581197%;
7910    *margin-left: 96.474813602473%;
7911  }
7912  .row-fluid .offset11:first-child {
7913    margin-left: 94.017094017094%;
7914    *margin-left: 93.910711038371%;
7915  }
7916  .row-fluid .offset10 {
7917    margin-left: 88.034188034188%;
7918    *margin-left: 87.927805055465%;
7919  }
7920  .row-fluid .offset10:first-child {
7921    margin-left: 85.470085470085%;
7922    *margin-left: 85.363702491362%;
7923  }
7924  .row-fluid .offset9 {
7925    margin-left: 79.487179487179%;
7926    *margin-left: 79.380796508456%;
7927  }
7928  .row-fluid .offset9:first-child {
7929    margin-left: 76.923076923077%;
7930    *margin-left: 76.816693944354%;
7931  }
7932  .row-fluid .offset8 {
7933    margin-left: 70.940170940171%;
7934    *margin-left: 70.833787961448%;
7935  }
7936  .row-fluid .offset8:first-child {
7937    margin-left: 68.376068376068%;
7938    *margin-left: 68.269685397345%;
7939  }
7940  .row-fluid .offset7 {
7941    margin-left: 62.393162393162%;
7942    *margin-left: 62.286779414439%;
7943  }
7944  .row-fluid .offset7:first-child {
7945    margin-left: 59.82905982906%;
7946    *margin-left: 59.722676850336%;
7947  }
7948  .row-fluid .offset6 {
7949    margin-left: 53.846153846154%;
7950    *margin-left: 53.73977086743%;
7951  }
7952  .row-fluid .offset6:first-child {
7953    margin-left: 51.282051282051%;
7954    *margin-left: 51.175668303328%;
7955  }
7956  .row-fluid .offset5 {
7957    margin-left: 45.299145299145%;
7958    *margin-left: 45.192762320422%;
7959  }
7960  .row-fluid .offset5:first-child {
7961    margin-left: 42.735042735043%;
7962    *margin-left: 42.628659756319%;
7963  }
7964  .row-fluid .offset4 {
7965    margin-left: 36.752136752137%;
7966    *margin-left: 36.645753773413%;
7967  }
7968  .row-fluid .offset4:first-child {
7969    margin-left: 34.188034188034%;
7970    *margin-left: 34.081651209311%;
7971  }
7972  .row-fluid .offset3 {
7973    margin-left: 28.205128205128%;
7974    *margin-left: 28.098745226405%;
7975  }
7976  .row-fluid .offset3:first-child {
7977    margin-left: 25.641025641026%;
7978    *margin-left: 25.534642662302%;
7979  }
7980  .row-fluid .offset2 {
7981    margin-left: 19.65811965812%;
7982    *margin-left: 19.551736679396%;
7983  }
7984  .row-fluid .offset2:first-child {
7985    margin-left: 17.094017094017%;
7986    *margin-left: 16.987634115294%;
7987  }
7988  .row-fluid .offset1 {
7989    margin-left: 11.111111111111%;
7990    *margin-left: 11.004728132388%;
7991  }
7992  .row-fluid .offset1:first-child {
7993    margin-left: 8.5470085470085%;
7994    *margin-left: 8.4406255682851%;
7995  }
7996  input,
7997  textarea,
7998  .uneditable-input {
7999    margin-left: 0;
8000  }
8001  .controls-row [class*="span"] + [class*="span"] {
8002    margin-left: 20px;
8003  }
8004  input.span12, textarea.span12, .uneditable-input.span12 {
8005    width: 710px;
8006  }
8007  input.span11, textarea.span11, .uneditable-input.span11 {
8008    width: 648px;
8009  }
8010  input.span10, textarea.span10, .uneditable-input.span10 {
8011    width: 586px;
8012  }
8013  input.span9, textarea.span9, .uneditable-input.span9 {
8014    width: 524px;
8015  }
8016  input.span8, textarea.span8, .uneditable-input.span8 {
8017    width: 462px;
8018  }
8019  input.span7, textarea.span7, .uneditable-input.span7 {
8020    width: 400px;
8021  }
8022  input.span6, textarea.span6, .uneditable-input.span6 {
8023    width: 338px;
8024  }
8025  input.span5, textarea.span5, .uneditable-input.span5 {
8026    width: 276px;
8027  }
8028  input.span4, textarea.span4, .uneditable-input.span4 {
8029    width: 214px;
8030  }
8031  input.span3, textarea.span3, .uneditable-input.span3 {
8032    width: 152px;
8033  }
8034  input.span2, textarea.span2, .uneditable-input.span2 {
8035    width: 90px;
8036  }
8037  input.span1, textarea.span1, .uneditable-input.span1 {
8038    width: 28px;
8039  }
8040  input,
8041  textarea,
8042  .uneditable-input {
8043    margin-left: 0;
8044  }
8045  .controls-row [class*="span"] + [class*="span"] {
8046    margin-left: 20px;
8047  }
8048  input.span12, textarea.span12, .uneditable-input.span12 {
8049    width: 710px;
8050  }
8051  input.span11, textarea.span11, .uneditable-input.span11 {
8052    width: 648px;
8053  }
8054  input.span10, textarea.span10, .uneditable-input.span10 {
8055    width: 586px;
8056  }
8057  input.span9, textarea.span9, .uneditable-input.span9 {
8058    width: 524px;
8059  }
8060  input.span8, textarea.span8, .uneditable-input.span8 {
8061    width: 462px;
8062  }
8063  input.span7, textarea.span7, .uneditable-input.span7 {
8064    width: 400px;
8065  }
8066  input.span6, textarea.span6, .uneditable-input.span6 {
8067    width: 338px;
8068  }
8069  input.span5, textarea.span5, .uneditable-input.span5 {
8070    width: 276px;
8071  }
8072  input.span4, textarea.span4, .uneditable-input.span4 {
8073    width: 214px;
8074  }
8075  input.span3, textarea.span3, .uneditable-input.span3 {
8076    width: 152px;
8077  }
8078  input.span2, textarea.span2, .uneditable-input.span2 {
8079    width: 90px;
8080  }
8081  input.span1, textarea.span1, .uneditable-input.span1 {
8082    width: 28px;
8083  }
8084}
8085@media (max-width: 767px) {
8086  body {
8087    padding-left: 20px;
8088    padding-right: 20px;
8089  }
8090  .navbar-fixed-top,
8091  .navbar-fixed-bottom,
8092  .navbar-static-top {
8093    margin-left: -20px;
8094    margin-right: -20px;
8095  }
8096  .container-fluid {
8097    padding: 0;
8098  }
8099  .dl-horizontal dt {
8100    float: none;
8101    clear: none;
8102    width: auto;
8103    text-align: left;
8104  }
8105  .dl-horizontal dd {
8106    margin-left: 0;
8107  }
8108  .container {
8109    width: auto;
8110  }
8111  .row-fluid {
8112    width: 100%;
8113  }
8114  .row,
8115  .thumbnails {
8116    margin-left: 0;
8117  }
8118  .thumbnails > li {
8119    float: none;
8120    margin-left: 0;
8121  }
8122  [class*="span"],
8123  .uneditable-input[class*="span"],
8124  .row-fluid [class*="span"] {
8125    float: none;
8126    display: block;
8127    width: 100%;
8128    margin-left: 0;
8129    -webkit-box-sizing: border-box;
8130    -moz-box-sizing: border-box;
8131    box-sizing: border-box;
8132    -webkit-box-sizing: border-box;
8133    -moz-box-sizing: border-box;
8134    box-sizing: border-box;
8135  }
8136  .span12,
8137  .row-fluid .span12 {
8138    width: 100%;
8139    -webkit-box-sizing: border-box;
8140    -moz-box-sizing: border-box;
8141    box-sizing: border-box;
8142    -webkit-box-sizing: border-box;
8143    -moz-box-sizing: border-box;
8144    box-sizing: border-box;
8145  }
8146  .row-fluid [class*="offset"]:first-child {
8147    margin-left: 0;
8148  }
8149  .input-large,
8150  .input-xlarge,
8151  .input-xxlarge,
8152  input[class*="span"],
8153  select[class*="span"],
8154  textarea[class*="span"],
8155  .uneditable-input {
8156    display: block;
8157    width: 100%;
8158    min-height: 30px;
8159    -webkit-box-sizing: border-box;
8160    -moz-box-sizing: border-box;
8161    box-sizing: border-box;
8162    -webkit-box-sizing: border-box;
8163    -moz-box-sizing: border-box;
8164    box-sizing: border-box;
8165    display: block;
8166    width: 100%;
8167    min-height: 30px;
8168    -webkit-box-sizing: border-box;
8169    -moz-box-sizing: border-box;
8170    box-sizing: border-box;
8171    -webkit-box-sizing: border-box;
8172    -moz-box-sizing: border-box;
8173    box-sizing: border-box;
8174  }
8175  .input-prepend input,
8176  .input-append input,
8177  .input-prepend input[class*="span"],
8178  .input-append input[class*="span"] {
8179    display: inline-block;
8180    width: auto;
8181  }
8182  .controls-row [class*="span"] + [class*="span"] {
8183    margin-left: 0;
8184  }
8185  .modal {
8186    position: fixed;
8187    top: 20px;
8188    left: 20px;
8189    right: 20px;
8190    width: auto;
8191    margin: 0;
8192  }
8193  .modal.fade {
8194    top: -100px;
8195  }
8196  .modal.fade.in {
8197    top: 20px;
8198  }
8199}
8200@media (max-width: 480px) {
8201  .nav-collapse {
8202    -webkit-transform: translate3d(0,0,0);
8203  }
8204  .page-header h1 small {
8205    display: block;
8206    line-height: 20px;
8207  }
8208  input[type="checkbox"],
8209  input[type="radio"] {
8210    border: 1px solid #ccc;
8211  }
8212  .form-horizontal .control-label {
8213    float: none;
8214    width: auto;
8215    padding-top: 0;
8216    text-align: left;
8217  }
8218  .form-horizontal .controls {
8219    margin-left: 0;
8220  }
8221  .form-horizontal .control-list {
8222    padding-top: 0;
8223  }
8224  .form-horizontal .form-actions {
8225    padding-left: 10px;
8226    padding-right: 10px;
8227  }
8228  .media .pull-left,
8229  .media .pull-right {
8230    float: none;
8231    display: block;
8232    margin-bottom: 10px;
8233  }
8234  .media-object {
8235    margin-right: 0;
8236    margin-left: 0;
8237  }
8238  .modal {
8239    top: 10px;
8240    left: 10px;
8241    right: 10px;
8242  }
8243  .modal-header .close {
8244    padding: 10px;
8245    margin: -10px;
8246  }
8247  .carousel-caption {
8248    position: static;
8249  }
8250}
8251@media (max-width: 979px) {
8252  body {
8253    padding-top: 0;
8254  }
8255  .navbar-fixed-top,
8256  .navbar-fixed-bottom {
8257    position: static;
8258  }
8259  .navbar-fixed-top {
8260    margin-bottom: 20px;
8261  }
8262  .navbar-fixed-bottom {
8263    margin-top: 20px;
8264  }
8265  .navbar-fixed-top .navbar-inner,
8266  .navbar-fixed-bottom .navbar-inner {
8267    padding: 5px;
8268  }
8269  .navbar .container {
8270    width: auto;
8271    padding: 0;
8272  }
8273  .navbar .brand {
8274    padding-left: 10px;
8275    padding-right: 10px;
8276    margin: 0 0 0 -5px;
8277  }
8278  .nav-collapse {
8279    clear: both;
8280  }
8281  .nav-collapse .nav {
8282    float: none;
8283    margin: 0 0 10px;
8284  }
8285  .nav-collapse .nav > li {
8286    float: none;
8287  }
8288  .nav-collapse .nav > li > a {
8289    margin-bottom: 2px;
8290  }
8291  .nav-collapse .nav > .divider-vertical {
8292    display: none;
8293  }
8294  .nav-collapse .nav .nav-header {
8295    color: #777;
8296    text-shadow: none;
8297  }
8298  .nav-collapse .nav > li > a,
8299  .nav-collapse .dropdown-menu a {
8300    padding: 9px 15px;
8301    font-weight: bold;
8302    color: #777;
8303    -webkit-border-radius: 3px;
8304    -moz-border-radius: 3px;
8305    border-radius: 3px;
8306    -webkit-border-radius: 3px;
8307    -moz-border-radius: 3px;
8308    border-radius: 3px;
8309  }
8310  .nav-collapse .btn {
8311    padding: 4px 10px 4px;
8312    font-weight: normal;
8313    -webkit-border-radius: 4px;
8314    -moz-border-radius: 4px;
8315    border-radius: 4px;
8316    -webkit-border-radius: 4px;
8317    -moz-border-radius: 4px;
8318    border-radius: 4px;
8319  }
8320  .nav-collapse .dropdown-menu li + li a {
8321    margin-bottom: 2px;
8322  }
8323  .nav-collapse .nav > li > a:hover,
8324  .nav-collapse .nav > li > a:focus,
8325  .nav-collapse .dropdown-menu a:hover,
8326  .nav-collapse .dropdown-menu a:focus {
8327    background-color: #f2f2f2;
8328  }
8329  .navbar-inverse .nav-collapse .nav > li > a,
8330  .navbar-inverse .nav-collapse .dropdown-menu a {
8331    color: #999;
8332  }
8333  .navbar-inverse .nav-collapse .nav > li > a:hover,
8334  .navbar-inverse .nav-collapse .nav > li > a:focus,
8335  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
8336  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
8337    background-color: #111111;
8338  }
8339  .nav-collapse.in .btn-group {
8340    margin-top: 5px;
8341    padding: 0;
8342  }
8343  .nav-collapse .dropdown-menu {
8344    position: static;
8345    top: auto;
8346    left: auto;
8347    float: none;
8348    display: none;
8349    max-width: none;
8350    margin: 0 15px;
8351    padding: 0;
8352    background-color: transparent;
8353    border: none;
8354    -webkit-border-radius: 0;
8355    -moz-border-radius: 0;
8356    border-radius: 0;
8357    -webkit-border-radius: 0;
8358    -moz-border-radius: 0;
8359    border-radius: 0;
8360    -webkit-box-shadow: none;
8361    -moz-box-shadow: none;
8362    box-shadow: none;
8363    -webkit-box-shadow: none;
8364    -moz-box-shadow: none;
8365    box-shadow: none;
8366  }
8367  .nav-collapse .open > .dropdown-menu {
8368    display: block;
8369  }
8370  .nav-collapse .dropdown-menu:before,
8371  .nav-collapse .dropdown-menu:after {
8372    display: none;
8373  }
8374  .nav-collapse .dropdown-menu .divider {
8375    display: none;
8376  }
8377  .nav-collapse .nav > li > .dropdown-menu:before,
8378  .nav-collapse .nav > li > .dropdown-menu:after {
8379    display: none;
8380  }
8381  .nav-collapse .navbar-form,
8382  .nav-collapse .navbar-search {
8383    float: none;
8384    padding: 10px 15px;
8385    margin: 10px 0;
8386    border-top: 1px solid #f2f2f2;
8387    border-bottom: 1px solid #f2f2f2;
8388    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
8389    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
8390    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
8391    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
8392    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
8393    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
8394  }
8395  .navbar-inverse .nav-collapse .navbar-form,
8396  .navbar-inverse .nav-collapse .navbar-search {
8397    border-top-color: #111111;
8398    border-bottom-color: #111111;
8399  }
8400  .navbar .nav-collapse .nav.pull-right {
8401    float: none;
8402    margin-left: 0;
8403  }
8404  .nav-collapse,
8405  .nav-collapse.collapse {
8406    overflow: hidden;
8407    height: 0;
8408  }
8409  .navbar .btn-navbar {
8410    display: block;
8411  }
8412  .navbar-static .navbar-inner {
8413    padding-left: 10px;
8414    padding-right: 10px;
8415  }
8416}
8417@media (min-width: 980px) {
8418  .nav-collapse.collapse {
8419    height: auto !important;
8420    overflow: visible !important;
8421  }
8422}
8423input.button,
8424div.qq-upload-button {
8425  display: inline-block;
8426  *display: inline;
8427  *zoom: 1;
8428  *display: inline;
8429  *zoom: 1;
8430  padding: 4px 12px;
8431  margin-bottom: 0;
8432  font-size: 14px;
8433  line-height: 20px;
8434  text-align: center;
8435  vertical-align: middle;
8436  cursor: pointer;
8437  color: #333;
8438  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
8439  background-color: #f5f5f5;
8440  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8441  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8442  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8443  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8444  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8445  background-repeat: repeat-x;
8446  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8447  background-color: #f5f5f5;
8448  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8449  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8450  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8451  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8452  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8453  background-repeat: repeat-x;
8454  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8455  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
8456  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8457  color: #333;
8458  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
8459  background-color: #f5f5f5;
8460  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8461  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8462  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8463  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8464  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8465  background-repeat: repeat-x;
8466  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8467  background-color: #f5f5f5;
8468  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8469  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8470  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8471  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8472  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8473  background-repeat: repeat-x;
8474  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8475  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
8476  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8477  *background-color: #e6e6e6;
8478  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8479  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8480  color: #333;
8481  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
8482  background-color: #f5f5f5;
8483  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8484  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8485  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8486  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8487  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8488  background-repeat: repeat-x;
8489  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8490  background-color: #f5f5f5;
8491  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8492  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8493  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8494  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8495  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8496  background-repeat: repeat-x;
8497  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8498  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
8499  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8500  color: #333;
8501  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
8502  background-color: #f5f5f5;
8503  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8504  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8505  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8506  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8507  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8508  background-repeat: repeat-x;
8509  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8510  background-color: #f5f5f5;
8511  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
8512  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
8513  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
8514  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
8515  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
8516  background-repeat: repeat-x;
8517  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
8518  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
8519  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8520  *background-color: #e6e6e6;
8521  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8522  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8523  border: 1px solid #ccc;
8524  *border: 0;
8525  border-bottom-color: #b3b3b3;
8526  -webkit-border-radius: 4px;
8527  -moz-border-radius: 4px;
8528  border-radius: 4px;
8529  -webkit-border-radius: 4px;
8530  -moz-border-radius: 4px;
8531  border-radius: 4px;
8532  *margin-left: .3em;
8533  *margin-left: .3em;
8534  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
8535  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
8536  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
8537  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
8538  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
8539  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
8540}
8541input.button:hover,
8542input.button:focus,
8543input.button:active,
8544input.button.active,
8545input.button.disabled,
8546input.button[disabled],
8547div.qq-upload-button:hover,
8548div.qq-upload-button:focus,
8549div.qq-upload-button:active,
8550div.qq-upload-button.active,
8551div.qq-upload-button.disabled,
8552div.qq-upload-button[disabled] {
8553  color: #333;
8554  background-color: #e6e6e6;
8555  *background-color: #d9d9d9;
8556}
8557input.button:active,
8558input.button.active,
8559div.qq-upload-button:active,
8560div.qq-upload-button.active {
8561  background-color: #cccccc \9;
8562}
8563input.button:hover,
8564input.button:focus,
8565input.button:active,
8566input.button.active,
8567input.button.disabled,
8568input.button[disabled],
8569div.qq-upload-button:hover,
8570div.qq-upload-button:focus,
8571div.qq-upload-button:active,
8572div.qq-upload-button.active,
8573div.qq-upload-button.disabled,
8574div.qq-upload-button[disabled] {
8575  color: #333;
8576  background-color: #e6e6e6;
8577  *background-color: #d9d9d9;
8578}
8579input.button:active,
8580input.button.active,
8581div.qq-upload-button:active,
8582div.qq-upload-button.active {
8583  background-color: #cccccc \9;
8584}
8585input.button:first-child,
8586div.qq-upload-button:first-child {
8587  *margin-left: 0;
8588}
8589input.button:first-child,
8590div.qq-upload-button:first-child {
8591  *margin-left: 0;
8592}
8593input.button:hover,
8594input.button:focus,
8595div.qq-upload-button:hover,
8596div.qq-upload-button:focus {
8597  color: #333;
8598  text-decoration: none;
8599  background-position: 0 -15px;
8600  -webkit-transition: background-position .1s linear;
8601  -moz-transition: background-position .1s linear;
8602  -o-transition: background-position .1s linear;
8603  transition: background-position .1s linear;
8604  -webkit-transition: background-position .1s linear;
8605  -moz-transition: background-position .1s linear;
8606  -o-transition: background-position .1s linear;
8607  transition: background-position .1s linear;
8608}
8609input.button:focus,
8610div.qq-upload-button:focus {
8611  outline: thin dotted #333;
8612  outline: 5px auto -webkit-focus-ring-color;
8613  outline-offset: -2px;
8614  outline: thin dotted #333;
8615  outline: 5px auto -webkit-focus-ring-color;
8616  outline-offset: -2px;
8617}
8618input.button.active,
8619input.button:active,
8620div.qq-upload-button.active,
8621div.qq-upload-button:active {
8622  background-image: none;
8623  outline: 0;
8624  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
8625  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
8626  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
8627  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
8628  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
8629  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
8630}
8631input.button.disabled,
8632input.button[disabled],
8633div.qq-upload-button.disabled,
8634div.qq-upload-button[disabled] {
8635  cursor: default;
8636  background-image: none;
8637  opacity: 0.65;
8638  filter: alpha(opacity=65);
8639  opacity: 0.65;
8640  filter: alpha(opacity=65);
8641  -webkit-box-shadow: none;
8642  -moz-box-shadow: none;
8643  box-shadow: none;
8644  -webkit-box-shadow: none;
8645  -moz-box-shadow: none;
8646  box-shadow: none;
8647}
8648input.button .label,
8649input.button .badge,
8650div.qq-upload-button .label,
8651div.qq-upload-button .badge {
8652  position: relative;
8653  top: -1px;
8654}
8655#edbtn__save,
8656#dw__login input[type=submit] {
8657  color: #fff;
8658  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
8659  background-color: #006dcc;
8660  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8661  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8662  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8663  background-image: -o-linear-gradient(top,#08c,#0044cc);
8664  background-image: linear-gradient(to bottom,#08c,#0044cc);
8665  background-repeat: repeat-x;
8666  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8667  background-color: #006dcc;
8668  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8669  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8670  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8671  background-image: -o-linear-gradient(top,#08c,#0044cc);
8672  background-image: linear-gradient(to bottom,#08c,#0044cc);
8673  background-repeat: repeat-x;
8674  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8675  border-color: #0044cc #0044cc #002a80;
8676  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8677  color: #fff;
8678  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
8679  background-color: #006dcc;
8680  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8681  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8682  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8683  background-image: -o-linear-gradient(top,#08c,#0044cc);
8684  background-image: linear-gradient(to bottom,#08c,#0044cc);
8685  background-repeat: repeat-x;
8686  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8687  background-color: #006dcc;
8688  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8689  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8690  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8691  background-image: -o-linear-gradient(top,#08c,#0044cc);
8692  background-image: linear-gradient(to bottom,#08c,#0044cc);
8693  background-repeat: repeat-x;
8694  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8695  border-color: #0044cc #0044cc #002a80;
8696  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8697  *background-color: #0044cc;
8698  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8699  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8700  color: #fff;
8701  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
8702  background-color: #006dcc;
8703  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8704  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8705  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8706  background-image: -o-linear-gradient(top,#08c,#0044cc);
8707  background-image: linear-gradient(to bottom,#08c,#0044cc);
8708  background-repeat: repeat-x;
8709  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8710  background-color: #006dcc;
8711  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8712  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8713  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8714  background-image: -o-linear-gradient(top,#08c,#0044cc);
8715  background-image: linear-gradient(to bottom,#08c,#0044cc);
8716  background-repeat: repeat-x;
8717  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8718  border-color: #0044cc #0044cc #002a80;
8719  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8720  color: #fff;
8721  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
8722  background-color: #006dcc;
8723  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8724  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8725  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8726  background-image: -o-linear-gradient(top,#08c,#0044cc);
8727  background-image: linear-gradient(to bottom,#08c,#0044cc);
8728  background-repeat: repeat-x;
8729  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8730  background-color: #006dcc;
8731  background-image: -moz-linear-gradient(top,#08c,#0044cc);
8732  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
8733  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
8734  background-image: -o-linear-gradient(top,#08c,#0044cc);
8735  background-image: linear-gradient(to bottom,#08c,#0044cc);
8736  background-repeat: repeat-x;
8737  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
8738  border-color: #0044cc #0044cc #002a80;
8739  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
8740  *background-color: #0044cc;
8741  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8742  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8743}
8744#edbtn__save:hover,
8745#edbtn__save:focus,
8746#edbtn__save:active,
8747#edbtn__save.active,
8748#edbtn__save.disabled,
8749#edbtn__save[disabled],
8750#dw__login input[type=submit]:hover,
8751#dw__login input[type=submit]:focus,
8752#dw__login input[type=submit]:active,
8753#dw__login input[type=submit].active,
8754#dw__login input[type=submit].disabled,
8755#dw__login input[type=submit][disabled] {
8756  color: #fff;
8757  background-color: #0044cc;
8758  *background-color: #003bb3;
8759}
8760#edbtn__save:active,
8761#edbtn__save.active,
8762#dw__login input[type=submit]:active,
8763#dw__login input[type=submit].active {
8764  background-color: #003399 \9;
8765}
8766#edbtn__save:hover,
8767#edbtn__save:focus,
8768#edbtn__save:active,
8769#edbtn__save.active,
8770#edbtn__save.disabled,
8771#edbtn__save[disabled],
8772#dw__login input[type=submit]:hover,
8773#dw__login input[type=submit]:focus,
8774#dw__login input[type=submit]:active,
8775#dw__login input[type=submit].active,
8776#dw__login input[type=submit].disabled,
8777#dw__login input[type=submit][disabled] {
8778  color: #fff;
8779  background-color: #0044cc;
8780  *background-color: #003bb3;
8781}
8782#edbtn__save:active,
8783#edbtn__save.active,
8784#dw__login input[type=submit]:active,
8785#dw__login input[type=submit].active {
8786  background-color: #003399 \9;
8787}
8788#edbtn__save .caret,
8789#dw__login input[type=submit] .caret {
8790  border-top-color: #fff;
8791  border-bottom-color: #fff;
8792}
8793.secedit input {
8794  padding: 0 6px;
8795  font-size: 10.5px;
8796  -webkit-border-radius: 3px;
8797  -moz-border-radius: 3px;
8798  border-radius: 3px;
8799  -webkit-border-radius: 3px;
8800  -moz-border-radius: 3px;
8801  border-radius: 3px;
8802}
8803.secedit input .label,
8804.secedit input .badge {
8805  top: 0;
8806}
8807#tool__bar {
8808  position: relative;
8809  display: inline-block;
8810  *display: inline;
8811  *zoom: 1;
8812  *display: inline;
8813  *zoom: 1;
8814  font-size: 0;
8815  vertical-align: middle;
8816  white-space: nowrap;
8817  *margin-left: .3em;
8818  *margin-left: .3em;
8819}
8820#tool__bar:first-child {
8821  *margin-left: 0;
8822}
8823#tool__bar:first-child {
8824  *margin-left: 0;
8825}
8826button.pickerbutton,
8827button.toolbutton {
8828  padding: 2px 10px;
8829  font-size: 11.9px;
8830  -webkit-border-radius: 3px;
8831  -moz-border-radius: 3px;
8832  border-radius: 3px;
8833  -webkit-border-radius: 3px;
8834  -moz-border-radius: 3px;
8835  border-radius: 3px;
8836  position: relative;
8837  -webkit-border-radius: 0;
8838  -moz-border-radius: 0;
8839  border-radius: 0;
8840  -webkit-border-radius: 0;
8841  -moz-border-radius: 0;
8842  border-radius: 0;
8843  font-size: 14px;
8844}
8845button.pickerbutton + button.pickerbutton,
8846button.toolbutton + button.toolbutton {
8847  margin-left: -1px;
8848}
8849button.pickerbutton:first-child,
8850button.toolbutton:first-child {
8851  margin-left: 0;
8852  -webkit-border-top-left-radius: 4px;
8853  -moz-border-radius-topleft: 4px;
8854  border-top-left-radius: 4px;
8855  -webkit-border-bottom-left-radius: 4px;
8856  -moz-border-radius-bottomleft: 4px;
8857  border-bottom-left-radius: 4px;
8858}
8859button.pickerbutton:last-child,
8860button.toolbutton:last-child {
8861  -webkit-border-top-right-radius: 4px;
8862  -moz-border-radius-topright: 4px;
8863  border-top-right-radius: 4px;
8864  -webkit-border-bottom-right-radius: 4px;
8865  -moz-border-radius-bottomright: 4px;
8866  border-bottom-right-radius: 4px;
8867}
8868#dokuwiki__pagetools {
8869  margin-top: 10px;
8870  margin-bottom: 5px;
8871}
8872.sidebar.affix {
8873  top: 80px;
8874}
8875.sidebar_menu {
8876  padding-bottom: 2px;
8877}
8878.sidebar_menu p {
8879  display: block;
8880  padding: 0px 8px;
8881}
8882.sidebar_menu img {
8883  padding-bottom: 4px;
8884}
8885.sidebar_menu ul {
8886  margin-left: 0;
8887  margin-bottom: 20px;
8888  list-style: none;
8889  *zoom: 1;
8890  *zoom: 1;
8891  border-bottom: 1px solid #ddd;
8892  border-bottom: 0px;
8893}
8894.sidebar_menu ul:before,
8895.sidebar_menu ul:after {
8896  display: table;
8897  content: "";
8898  line-height: 0;
8899}
8900.sidebar_menu ul:after {
8901  clear: both;
8902}
8903.sidebar_menu ul:before,
8904.sidebar_menu ul:after {
8905  display: table;
8906  content: "";
8907  line-height: 0;
8908}
8909.sidebar_menu ul:after {
8910  clear: both;
8911}
8912.sidebar_menu li {
8913  float: none;
8914}
8915.sidebar_menu li a {
8916  display: block;
8917  line-height: 20px;
8918  padding: 8px 12px 8px 12px;
8919  margin-right: 0px;
8920  margin-bottom: -1px;
8921  border: 1px solid #ddd;
8922  -webkit-border-radius: 0;
8923  -moz-border-radius: 0;
8924  border-radius: 0;
8925  -webkit-border-radius: 0;
8926  -moz-border-radius: 0;
8927  border-radius: 0;
8928}
8929.sidebar_menu li  a:hover {
8930  text-decoration: none;
8931  background-color: #ddd;
8932  border-color: #eee #eee #ddd;
8933  z-index: 2;
8934}
8935.sidebar_menu .active > a,
8936.sidebar_menu .active > a:hover {
8937  color: #555;
8938  background-color: #fff;
8939  border: 1px solid #ddd;
8940  border-bottom-color: transparent;
8941  cursor: default;
8942}
8943.sidebar_menu li:first-child a {
8944  -webkit-border-radius: 4px 4px 0 0;
8945  -moz-border-radius: 4px 4px 0 0;
8946  border-radius: 4px 4px 0 0;
8947  -webkit-border-radius: 4px 4px 0 0;
8948  -moz-border-radius: 4px 4px 0 0;
8949  border-radius: 4px 4px 0 0;
8950}
8951.sidebar_menu li:last-child  a {
8952  -webkit-border-radius: 0 0 4px 4px;
8953  -moz-border-radius: 0 0 4px 4px;
8954  border-radius: 0 0 4px 4px;
8955  -webkit-border-radius: 0 0 4px 4px;
8956  -moz-border-radius: 0 0 4px 4px;
8957  border-radius: 0 0 4px 4px;
8958}
8959body {
8960  background-color: #fff;
8961  position: relative;
8962  padding-top: 40px;
8963}
8964td.label {
8965  background-color: #555;
8966  border-bottom: 1px solid #000;
8967}
8968div.page #dw__toc {
8969  float: right;
8970  min-height: 20px;
8971  padding: 19px;
8972  margin-bottom: 20px;
8973  background-color: #f5f5f5;
8974  border: 1px solid #e3e3e3;
8975  -webkit-border-radius: 4px;
8976  -moz-border-radius: 4px;
8977  border-radius: 4px;
8978  -webkit-border-radius: 4px;
8979  -moz-border-radius: 4px;
8980  border-radius: 4px;
8981  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
8982  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
8983  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
8984  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
8985  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
8986  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
8987  margin-left: 5px;
8988  padding: 4px 8px 8px 8px;
8989}
8990div.page #dw__toc blockquote {
8991  border-color: #ddd;
8992  border-color: rgba(0,0,0,0.15);
8993}
8994div.sidebar #dw__toc {
8995  float: left;
8996  min-height: 20px;
8997  padding: 19px;
8998  margin-bottom: 20px;
8999  background-color: #f5f5f5;
9000  border: 1px solid #e3e3e3;
9001  -webkit-border-radius: 4px;
9002  -moz-border-radius: 4px;
9003  border-radius: 4px;
9004  -webkit-border-radius: 4px;
9005  -moz-border-radius: 4px;
9006  border-radius: 4px;
9007  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
9008  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
9009  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
9010  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
9011  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
9012  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
9013  margin-left: -10px;
9014  padding: 0px;
9015}
9016div.sidebar #dw__toc blockquote {
9017  border-color: #ddd;
9018  border-color: rgba(0,0,0,0.15);
9019}
9020ul.toc {
9021  margin-left: 0;
9022  margin-bottom: 20px;
9023  list-style: none;
9024  padding-left: 15px;
9025  padding-right: 15px;
9026  margin-bottom: 0;
9027  padding-bottom: 4px;
9028}
9029div.page ul.toc {
9030  padding-right: 4px;
9031}
9032#dw__toc h3.toggle {
9033  display: block;
9034  padding: 3px 15px;
9035  font-size: 11px;
9036  font-weight: bold;
9037  line-height: 20px;
9038  color: #999;
9039  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
9040  text-transform: uppercase;
9041  padding-bottom: 0px;
9042}
9043#dw__toc h3.toggle span {
9044  padding: 3px;
9045}
9046ul.toc a:hover {
9047  color: #fff;
9048  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
9049  background-color: #08c;
9050  text-decoration: none;
9051}
9052a.wikilink2:hover {
9053  text-decoration: none;
9054  border: none;
9055  color: #c09853;
9056}
9057.btn a:hover {
9058  text-decoration: none;
9059}
9060.dokuwiki a.urlextern,
9061.dokuwiki a.windows,
9062.dokuwiki a.mail,
9063.dokuwiki a.mediafile,
9064.dokuwiki a.interwiki {
9065  background-repeat: no-repeat;
9066  background-position: 0 center;
9067  padding: 0 0 0 20px;
9068}
9069.dokuwiki a.urlextern {
9070  background-image: url(images/external-link.png);
9071  padding: 0 0 0 17px;
9072}
9073.dokuwiki a.windows {
9074  background-image: url(images/unc.png);
9075}
9076.dokuwiki a.mail {
9077  background-image: url(images/email.png);
9078}
9079.dokuwiki a.interwiki {
9080  padding: 0 0 0 17px;
9081}
9082textarea {
9083  width: 700px;
9084  width: 700px;
9085}
9086#edit__summary {
9087  width: 620px;
9088  width: 620px;
9089}
9090div.insitu-footnote {
9091  padding-left: 4px;
9092  padding-right: 4px;
9093  border: 1px solid #999;
9094  -webkit-border-radius: 3px;
9095  -moz-border-radius: 3px;
9096  border-radius: 3px;
9097  -webkit-border-radius: 3px;
9098  -moz-border-radius: 3px;
9099  border-radius: 3px;
9100}
9101#config__manager td.label {
9102  border-top: 1px solid #000;
9103  white-space: normal;
9104  min-width: 300px;
9105  padding-bottom: 2px;
9106}
9107#config__manager td.label span.outkey {
9108  font-size: 11px;
9109  padding: 0px;
9110  margin-left: -7px;
9111  display: inline-block;
9112  padding: 2px 4px;
9113  font-size: 11.844px;
9114  font-weight: bold;
9115  line-height: 14px;
9116  color: #fff;
9117  vertical-align: baseline;
9118  white-space: nowrap;
9119  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
9120  background-color: #999;
9121  -webkit-border-radius: 3px;
9122  -moz-border-radius: 3px;
9123  border-radius: 3px;
9124  -webkit-border-radius: 3px;
9125  -moz-border-radius: 3px;
9126  border-radius: 3px;
9127  background-color: #3a87ad;
9128}
9129#config__manager td.label span.outkey:empty {
9130  display: none;
9131}
9132#config__manager td.label span.outkey-important {
9133  background-color: #b94a48;
9134}
9135#config__manager td.label span.outkey-important[href] {
9136  background-color: #953b39;
9137}
9138#config__manager td.label span.outkey-warning {
9139  background-color: #f89406;
9140}
9141#config__manager td.label span.outkey-warning[href] {
9142  background-color: #c67605;
9143}
9144#config__manager td.label span.outkey-success {
9145  background-color: #468847;
9146}
9147#config__manager td.label span.outkey-success[href] {
9148  background-color: #356635;
9149}
9150#config__manager td.label span.outkey-info {
9151  background-color: #3a87ad;
9152}
9153#config__manager td.label span.outkey-info[href] {
9154  background-color: #2d6987;
9155}
9156#config__manager td.label span.outkey-inverse {
9157  background-color: #333;
9158}
9159#config__manager td.label span.outkey-inverse[href] {
9160  background-color: #1a1a1a;
9161}
9162#config__manager td.label span.outkey a {
9163  color: #cfefff;
9164}
9165#config__manager td.value {
9166  border-top: 1px solid #000;
9167  line-height: 1em;
9168}
9169#config__manager td.value select {
9170  margin-bottom: 0;
9171}
9172#config__manager td.value input {
9173  margin-bottom: 5px;
9174}
9175#config__manager td.value div.input {
9176  -webkit-border-radius: 2px 2px 2px 2px;
9177  -moz-border-radius: 2px 2px 2px 2px;
9178  border-radius: 2px 2px 2px 2px;
9179  -webkit-border-radius: 2px 2px 2px 2px;
9180  -moz-border-radius: 2px 2px 2px 2px;
9181  border-radius: 2px 2px 2px 2px;
9182}
9183h5 {
9184  margin-bottom: 20px;
9185  font-size: 21px;
9186  font-weight: 200;
9187  line-height: 30px;
9188}
9189h5 a {
9190  color: black;
9191}
9192img.logo {
9193  position: absolute;
9194  top: 13px;
9195  left: 4px;
9196  z-index: 1031;
9197}
9198td.label {
9199  color: #000;
9200  background-color: inherit;
9201  text-shadow: 0;
9202  border-bottom: 0px;
9203}
9204code,
9205pre {
9206  float: none;
9207  width: 684px;
9208  margin-left: 0;
9209  float: none;
9210  width: 684px;
9211  margin-left: 0;
9212}
9213ul.tabs {
9214  margin-left: 0;
9215  margin-bottom: 20px;
9216  list-style: none;
9217  *zoom: 1;
9218  *zoom: 1;
9219  border-bottom: 1px solid #ddd;
9220  line-height: 14px;
9221  margin-bottom: 0px;
9222  padding-bottom: 0px;
9223  margin-right: 8px;
9224}
9225ul.tabs:before,
9226ul.tabs:after {
9227  display: table;
9228  content: "";
9229  line-height: 0;
9230}
9231ul.tabs:after {
9232  clear: both;
9233}
9234ul.tabs:before,
9235ul.tabs:after {
9236  display: table;
9237  content: "";
9238  line-height: 0;
9239}
9240ul.tabs:after {
9241  clear: both;
9242}
9243#mediamanager__page {
9244  min-width: 50em;
9245}
9246#mediamanager__page .panel {
9247  float: left;
9248  min-height: 500px;
9249}
9250.panel.namespaces {
9251  width: 20%;
9252  min-width: 10em;
9253}
9254.panel.filelist {
9255  width: 50%;
9256  min-width: 25em;
9257}
9258.panel.file {
9259  width: 30%;
9260  min-width: 15em;
9261}
9262ul.tabs > li {
9263  float: left;
9264}
9265div.panel h2,
9266div.panel h3 {
9267  font-size: 14px;
9268}
9269ul.tabs > li > a,
9270ul.tabs > li > strong,
9271div.panel h2,
9272div.panel h3 {
9273  font-weight: normal;
9274  padding-top: 8px;
9275  padding-right: 12px;
9276  padding-left: 12px;
9277  margin-right: 2px;
9278  line-height: 14px;
9279  margin-left: 0px;
9280}
9281div.panel h2,
9282ul.tabs > li > a,
9283ul.tabs > li > strong {
9284  display: block;
9285  text-decoration: none;
9286  padding-bottom: 8px;
9287  line-height: 20px;
9288  -webkit-border-radius: 4px 4px 0 0;
9289  -moz-border-radius: 4px 4px 0 0;
9290  border-radius: 4px 4px 0 0;
9291  -webkit-border-radius: 4px 4px 0 0;
9292  -moz-border-radius: 4px 4px 0 0;
9293  border-radius: 4px 4px 0 0;
9294  border-left: 1px solid #ddd;
9295  border-top: 1px solid #ddd;
9296  border-bottom: 1px solid transparent;
9297  margin-bottom: -1px;
9298  cursor: default;
9299}
9300ul.tabs > li > a {
9301  border: 1px solid transparent;
9302}
9303ul.tabs > li > a:hover {
9304  border-color: #eee #eee #ddd;
9305  background-color: #eee;
9306}
9307ul.tabs > li > strong {
9308  background-color: #fff;
9309  border-right: 1px solid #ddd;
9310  color: #555;
9311}
9312div.panel h2 {
9313  float: left;
9314  color: #555;
9315  border-right: 1px solid #ddd;
9316  margin-top: 0px;
9317}
9318.ui-resizable {
9319  position: relative;
9320}
9321#mediamanager__page .ui-resizable-e {
9322  width: 6px;
9323  right: 2px;
9324  background: transparent url(images/resizecol.png) center center no-repeat;
9325}
9326#mediamanager__page .ui-resizable-e:hover {
9327  background-color: #ddd;
9328}
9329#mediamanager__page .panelHeader {
9330  padding-top: 8px;
9331  padding-right: 12px;
9332  padding-left: 12px;
9333  margin-right: 2px;
9334  margin-left: 0px;
9335  text-align: left;
9336  min-height: 20px;
9337  overflow: hidden;
9338}
9339#mediamanager__page .namespaces .panelHeader {
9340  clear: both;
9341}
9342#mediamanager__page .panelContent {
9343  padding-top: 8px;
9344  padding-right: 12px;
9345  padding-left: 12px;
9346  margin-right: 0px;
9347  margin-left: 0px;
9348  overflow-y: auto;
9349  overflow-x: hidden;
9350  min-height: 400px;
9351  position: relative;
9352}
9353#mediamanager__page dd {
9354  margin: 0;
9355}
9356#mediamanager__page .panelHeader h3 {
9357  float: left;
9358  font-weight: normal;
9359  font-size: 1em;
9360  padding: 0;
9361  margin: 0 0 3px;
9362}
9363[dir=rtl] #mediamanager__page .namespaces {
9364  text-align: right;
9365}
9366#mediamanager__page .namespaces ul {
9367  margin-left: .2em;
9368  margin-bottom: 0;
9369  padding: 0;
9370  list-style: none;
9371}
9372[dir=rtl] #mediamanager__page .namespaces ul {
9373  margin-left: 0;
9374  margin-right: .2em;
9375}
9376#mediamanager__page .namespaces ul ul {
9377  margin-left: 1em;
9378}
9379[dir=rtl] #mediamanager__page .namespaces ul ul {
9380  margin-left: 0;
9381  margin-right: 1em;
9382}
9383#mediamanager__page .namespaces ul ul li {
9384  margin: 0;
9385}
9386#mediamanager__page .namespaces ul .selected {
9387  background-color: #e6e6e6;
9388  font-weight: bold;
9389}
9390#mediamanager__page .panelHeader form.options {
9391  float: right;
9392  margin-top: -3px;
9393}
9394#mediamanager__page .panelHeader ul {
9395  list-style: none;
9396  margin: 0;
9397  padding: 0;
9398}
9399#mediamanager__page .panelHeader ul li {
9400  color: #333;
9401  float: left;
9402  line-height: 1;
9403  padding-left: 3px;
9404}
9405[dir=rtl] #mediamanager__page .panelHeader ul li {
9406  margin-right: 0;
9407  margin-left: .5em;
9408}
9409#mediamanager__page .panelHeader ul li.listType {
9410  padding-left: 30px;
9411  background: url('../../images/icon-list.png') 3px 1px no-repeat;
9412}
9413#mediamanager__page .panelHeader ul li.sortBy {
9414  padding-left: 30px;
9415  background: url('../../images/icon-sort.png') 3px 1px no-repeat;
9416}
9417#mediamanager__page .panelHeader form.options .ui-buttonset label {
9418  font-size: 90%;
9419  margin-right: -0.4em;
9420}
9421#mediamanager__page .panelHeader form.options .ui-buttonset .ui-button-text {
9422  padding: .3em .5em;
9423  line-height: 1;
9424}
9425#mediamanager__page .filelist ul {
9426  padding: 0;
9427  margin: 0;
9428}
9429[dir=rtl] #mediamanager__page .filelist ul.tabs {
9430  margin-right: 10px;
9431}
9432#mediamanager__page .filelist .panelContent ul li:hover {
9433  background-color: #fff;
9434}
9435#mediamanager__page .filelist li dt a {
9436  vertical-align: middle;
9437  display: table-cell;
9438  overflow: hidden;
9439}
9440* html #mediamanager__page .filelist .thumbs li dt a,
9441*+html #mediamanager__page .filelist .thumbs li dt a {
9442  display: block;
9443}
9444* html #mediamanager__page .filelist .rows li dt a,
9445*+html #mediamanager__page .filelist .rows li dt a {
9446  display: inline;
9447}
9448#mediamanager__page .filelist .thumbs li {
9449  width: 100px;
9450  min-height: 130px;
9451  display: inline-block;
9452  display: -moz-inline-stack;
9453  margin: 0 6px 10px 0;
9454  background-color: #e6e6e6;
9455  color: #333;
9456  padding: 5px;
9457  vertical-align: top;
9458  text-align: center;
9459  position: relative;
9460  line-height: 1.2;
9461}
9462[dir=rtl] #mediamanager__page .filelist .thumbs li {
9463  margin-right: 0;
9464  margin-left: 6px;
9465}
9466* html #mediamanager__page .filelist .thumbs li,
9467*+html #mediamanager__page .filelist .thumbs li {
9468  display: inline;
9469  zoom: 1;
9470}
9471#mediamanager__page .filelist .thumbs li dt a {
9472  width: 100px;
9473  height: 90px;
9474}
9475#mediamanager__page .filelist .thumbs li dt a img {
9476  max-width: 90px;
9477  max-height: 90px;
9478}
9479#mediamanager__page .filelist .thumbs li .name,
9480#mediamanager__page .filelist .thumbs li .size,
9481#mediamanager__page .filelist .thumbs li .filesize,
9482#mediamanager__page .filelist .thumbs li .date {
9483  display: block;
9484  overflow: hidden;
9485  text-overflow: ellipsis;
9486  width: 90px;
9487  white-space: nowrap;
9488}
9489#mediamanager__page .filelist .thumbs li .name {
9490  padding: 5px 0;
9491  font-weight: bold;
9492}
9493#mediamanager__page .filelist .thumbs li .date {
9494  font-style: italic;
9495  white-space: normal;
9496}
9497#mediamanager__page .filelist .rows li {
9498  list-style: none;
9499  display: block;
9500  position: relative;
9501  max-height: 50px;
9502  margin: 0;
9503  margin-bottom: 3px;
9504  background-color: #fff;
9505  color: #333;
9506  overflow: hidden;
9507}
9508#mediamanager__page .filelist .rows li:nth-child(2n+1) {
9509  background-color: #e6e6e6;
9510}
9511#mediamanager__page .filelist .rows li dt {
9512  float: left;
9513  width: 10%;
9514  height: 40px;
9515  text-align: center;
9516}
9517#mediamanager__page .filelist .rows li dt a {
9518  width: 100px;
9519  height: 40px;
9520}
9521#mediamanager__page .filelist .rows li dt a img {
9522  max-width: 40px;
9523  max-height: 40px;
9524}
9525#mediamanager__page .filelist .rows li .name,
9526#mediamanager__page .filelist .rows li .size,
9527#mediamanager__page .filelist .rows li .filesize,
9528#mediamanager__page .filelist .rows li .date {
9529  overflow: hidden;
9530  text-overflow: ellipsis;
9531  float: left;
9532  margin-left: 1%;
9533  white-space: nowrap;
9534}
9535#mediamanager__page .filelist .rows li .name {
9536  width: 30%;
9537  font-weight: bold;
9538}
9539#mediamanager__page .filelist .rows li .size,
9540#mediamanager__page .filelist .rows li .filesize {
9541  width: 15%;
9542}
9543#mediamanager__page .filelist .rows li .date {
9544  width: 20%;
9545  font-style: italic;
9546  white-space: normal;
9547}
9548#mediamanager__page div.upload {
9549  padding-bottom: 0.5em;
9550}
9551#mediamanager__page .file ul.actions {
9552  text-align: center;
9553  margin: 0 0 5px;
9554  padding: 0;
9555  list-style: none;
9556}
9557#mediamanager__page .file ul.actions li {
9558  display: inline;
9559  margin: 0;
9560}
9561#mediamanager__page .file div.image {
9562  margin-bottom: 5px;
9563  text-align: center;
9564}
9565#mediamanager__page .file div.image img {
9566  width: 100%;
9567}
9568#mediamanager__page .file dl {
9569  margin-bottom: 0;
9570}
9571#mediamanager__page .file dl dt {
9572  font-weight: bold;
9573  display: block;
9574  background-color: #fff;
9575}
9576#mediamanager__page .file dl dd {
9577  display: block;
9578  background-color: #e6e6e6;
9579}
9580#mediamanager__page form.meta div.row {
9581  margin-bottom: 5px;
9582}
9583#mediamanager__page form.meta label span {
9584  display: block;
9585}
9586#mediamanager__page form.meta input {
9587  width: 50%;
9588}
9589#mediamanager__page form.meta input.button {
9590  width: auto;
9591}
9592#mediamanager__page form.meta textarea.edit {
9593  height: 6em;
9594  width: 95%;
9595  min-width: 95%;
9596  max-width: 95%;
9597}
9598#mediamanager__page #page__revisions ul {
9599  margin-left: 10px;
9600  padding: 0;
9601  list-style-type: none;
9602}
9603#mediamanager__page #page__revisions ul li div.li div {
9604  font-size: 90%;
9605  color: inherit;
9606  padding-left: 18px;
9607}
9608#mediamanager__page #page__revisions ul li div.li input {
9609  position: relative;
9610  top: 1px;
9611}
9612#mediamanager__diff table {
9613  table-layout: fixed;
9614  border-width: 0;
9615}
9616#mediamanager__diff td,
9617#mediamanager__diff th {
9618  width: 48%;
9619  margin: 0 5px 10px 0;
9620  padding: 0;
9621  vertical-align: top;
9622  text-align: left;
9623  border-color: #fff;
9624}
9625[dir=rtl] #mediamanager__diff td,
9626[dir=rtl] #mediamanager__diff th {
9627  text-align: right;
9628}
9629#mediamanager__diff th {
9630  font-weight: normal;
9631  background-color: #fff;
9632  line-height: 1.2;
9633}
9634#mediamanager__diff th a {
9635  font-weight: bold;
9636}
9637#mediamanager__diff th span {
9638  font-size: 90%;
9639}
9640#mediamanager__diff dl dd strong {
9641  background-color: #e6e6e6;
9642  color: #333;
9643  font-weight: normal;
9644}
9645#mediamanager__page .file form.diffView {
9646  margin-bottom: 10px;
9647  display: block;
9648}
9649#mediamanager__diff div.slider {
9650  margin: 10px;
9651  width: 95%;
9652}
9653#mediamanager__diff .imageDiff {
9654  position: relative;
9655}
9656#mediamanager__diff .imageDiff .image2 {
9657  position: absolute;
9658  top: 0;
9659  left: 0;
9660}
9661#mediamanager__diff .imageDiff.opacity .image2 {
9662  opacity: 0.5;
9663}
9664#mediamanager__diff .imageDiff.portions .image2 {
9665  border-right: 1px solid red;
9666  overflow: hidden;
9667}
9668#mediamanager__diff .imageDiff.portions img {
9669  float: left;
9670}
9671#mediamanager__diff .imageDiff img {
9672  width: 100%;
9673  max-width: none;
9674}
9675.qq-uploader {
9676  position: relative;
9677  width: 100%;
9678}
9679.qq-uploader .error {
9680  color: #f00;
9681  background-color: #fff;
9682}
9683.qq-upload-button {
9684  display: inline-block;
9685  text-decoration: none;
9686  font-size: 100%;
9687  cursor: pointer;
9688  margin: 1px 1px 5px;
9689}
9690* html .qq-upload-button,
9691*+html .qq-upload-button {
9692  display: inline;
9693}
9694.qq-upload-button-focus {
9695  outline: 1px dotted;
9696}
9697.qq-upload-drop-area {
9698  position: absolute;
9699  top: 0;
9700  left: 0;
9701  width: 100%;
9702  height: 100%;
9703  min-height: 70px;
9704  z-index: 2;
9705  background: #e6e6e6;
9706  color: #333;
9707  text-align: center;
9708}
9709.qq-upload-drop-area span {
9710  display: block;
9711  position: absolute;
9712  top: 50%;
9713  width: 100%;
9714  margin-top: -8px;
9715  font-size: 120%;
9716}
9717.qq-upload-drop-area-active {
9718  background: #fff;
9719}
9720div.qq-uploader ul {
9721  margin: 0;
9722  padding: 0;
9723  list-style: none;
9724}
9725.qq-uploader li {
9726  margin: 0 0 5px;
9727  color: #333;
9728}
9729.qq-uploader li span,
9730.qq-uploader li input,
9731.qq-uploader li a {
9732  margin-right: 5px;
9733}
9734.qq-upload-file {
9735  display: block;
9736  font-weight: bold;
9737}
9738.qq-upload-spinner {
9739  display: inline-block;
9740  background: url("../../images/throbber.gif");
9741  width: 15px;
9742  height: 15px;
9743  vertical-align: text-bottom;
9744}
9745.qq-upload-size,
9746.qq-upload-cancel {
9747  font-size: 85%;
9748}
9749.qq-upload-failed-text {
9750  display: none;
9751}
9752.qq-upload-fail .qq-upload-failed-text {
9753  display: inline;
9754}
9755.qq-action-container * {
9756  vertical-align: middle;
9757}
9758.qq-overwrite-check input {
9759  margin-left: 10px;
9760}
9761