Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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