http_log 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,1411 +8,1403 @@
8
8
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
9
  */
10
10
 
11
- /*!
12
- * This is a minified version of twitter bootstrap for HTTP log.
13
- * It is also scoped to one selector so it can be precompiled
14
- * and not interfer with any other bootstrap related things
15
- */
16
-
17
- html#http-log-page {
18
- .clearfix {
19
- *zoom: 1;
20
- }
21
- .clearfix:before,
22
- .clearfix:after {
23
- display: table;
24
- content: "";
25
- }
26
- .clearfix:after {
27
- clear: both;
28
- }
29
- .hide-text {
30
- overflow: hidden;
31
- text-indent: 100%;
32
- white-space: nowrap;
33
- }
34
- .input-block-level {
35
- display: block;
36
- width: 100%;
37
- min-height: 28px;
38
- /* Make inputs at least the height of their button counterpart */
11
+ .clearfix {
12
+ *zoom: 1;
13
+ }
14
+ .clearfix:before,
15
+ .clearfix:after {
16
+ display: table;
17
+ content: "";
18
+ }
19
+ .clearfix:after {
20
+ clear: both;
21
+ }
22
+ .hide-text {
23
+ overflow: hidden;
24
+ text-indent: 100%;
25
+ white-space: nowrap;
26
+ }
27
+ .input-block-level {
28
+ display: block;
29
+ width: 100%;
30
+ min-height: 28px;
31
+ /* Make inputs at least the height of their button counterpart */
39
32
 
40
- /* Makes inputs behave like true block-level elements */
33
+ /* Makes inputs behave like true block-level elements */
41
34
 
42
- -webkit-box-sizing: border-box;
43
- -moz-box-sizing: border-box;
44
- -ms-box-sizing: border-box;
45
- box-sizing: border-box;
46
- }
47
- article,
48
- aside,
49
- details,
50
- figcaption,
51
- figure,
52
- footer,
53
- header,
54
- hgroup,
55
- nav,
56
- section {
57
- display: block;
58
- }
59
- audio,
60
- canvas,
61
- video {
62
- display: inline-block;
63
- *display: inline;
64
- *zoom: 1;
65
- }
66
- audio:not([controls]) {
67
- display: none;
68
- }
69
- html {
70
- font-size: 100%;
71
- -webkit-text-size-adjust: 100%;
72
- -ms-text-size-adjust: 100%;
73
- }
74
- a:focus {
75
- outline: thin dotted #333;
76
- outline: 5px auto -webkit-focus-ring-color;
77
- outline-offset: -2px;
78
- }
79
- a:hover,
80
- a:active {
81
- outline: 0;
82
- }
83
- sub,
84
- sup {
85
- position: relative;
86
- font-size: 75%;
87
- line-height: 0;
88
- vertical-align: baseline;
89
- }
90
- sup {
91
- top: -0.5em;
92
- }
93
- sub {
94
- bottom: -0.25em;
95
- }
96
- img {
97
- height: auto;
98
- border: 0;
99
- -ms-interpolation-mode: bicubic;
100
- vertical-align: middle;
101
- }
102
- button,
103
- input,
104
- select,
105
- textarea {
106
- margin: 0;
107
- font-size: 100%;
108
- vertical-align: middle;
109
- }
110
- button,
111
- input {
112
- *overflow: visible;
113
- line-height: normal;
114
- }
115
- button::-moz-focus-inner,
116
- input::-moz-focus-inner {
117
- padding: 0;
118
- border: 0;
119
- }
120
- button,
121
- input[type="button"],
122
- input[type="reset"],
123
- input[type="submit"] {
124
- cursor: pointer;
125
- -webkit-appearance: button;
126
- }
127
- input[type="search"] {
128
- -webkit-appearance: textfield;
129
- -webkit-box-sizing: content-box;
130
- -moz-box-sizing: content-box;
131
- box-sizing: content-box;
132
- }
133
- input[type="search"]::-webkit-search-decoration,
134
- input[type="search"]::-webkit-search-cancel-button {
135
- -webkit-appearance: none;
136
- }
137
- textarea {
138
- overflow: auto;
139
- vertical-align: top;
140
- }
141
- body {
142
- margin: 0;
143
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
144
- font-size: 13px;
145
- line-height: 18px;
146
- color: #333333;
147
- background-color: #ffffff;
148
- }
149
- a {
150
- color: #0088cc;
151
- text-decoration: none;
152
- }
153
- a:hover {
154
- color: #005580;
155
- text-decoration: underline;
156
- }
157
- .row {
158
- margin-left: -20px;
159
- *zoom: 1;
160
- }
161
- .row:before,
162
- .row:after {
163
- display: table;
164
- content: "";
165
- }
166
- .row:after {
167
- clear: both;
168
- }
169
- [class*="span"] {
170
- float: left;
171
- margin-left: 20px;
172
- }
173
- .container,
174
- .navbar-fixed-top .container,
175
- .navbar-fixed-bottom .container {
176
- width: 940px;
177
- }
178
- .span12 {
179
- width: 940px;
180
- }
181
- .span11 {
182
- width: 860px;
183
- }
184
- .span10 {
185
- width: 780px;
186
- }
187
- .span9 {
188
- width: 700px;
189
- }
190
- .span8 {
191
- width: 620px;
192
- }
193
- .span7 {
194
- width: 540px;
195
- }
196
- .span6 {
197
- width: 460px;
198
- }
199
- .span5 {
200
- width: 380px;
201
- }
202
- .span4 {
203
- width: 300px;
204
- }
205
- .span3 {
206
- width: 220px;
207
- }
208
- .span2 {
209
- width: 140px;
210
- }
211
- .span1 {
212
- width: 60px;
213
- }
214
- .offset12 {
215
- margin-left: 980px;
216
- }
217
- .offset11 {
218
- margin-left: 900px;
219
- }
220
- .offset10 {
221
- margin-left: 820px;
222
- }
223
- .offset9 {
224
- margin-left: 740px;
225
- }
226
- .offset8 {
227
- margin-left: 660px;
228
- }
229
- .offset7 {
230
- margin-left: 580px;
231
- }
232
- .offset6 {
233
- margin-left: 500px;
234
- }
235
- .offset5 {
236
- margin-left: 420px;
237
- }
238
- .offset4 {
239
- margin-left: 340px;
240
- }
241
- .offset3 {
242
- margin-left: 260px;
243
- }
244
- .offset2 {
245
- margin-left: 180px;
246
- }
247
- .offset1 {
248
- margin-left: 100px;
249
- }
250
- .row-fluid {
251
- width: 100%;
252
- *zoom: 1;
253
- }
254
- .row-fluid:before,
255
- .row-fluid:after {
256
- display: table;
257
- content: "";
258
- }
259
- .row-fluid:after {
260
- clear: both;
261
- }
262
- .row-fluid > [class*="span"] {
263
- float: left;
264
- margin-left: 2.127659574%;
265
- }
266
- .row-fluid > [class*="span"]:first-child {
267
- margin-left: 0;
268
- }
269
- .row-fluid > .span12 {
270
- width: 99.99999998999999%;
271
- }
272
- .row-fluid > .span11 {
273
- width: 91.489361693%;
274
- }
275
- .row-fluid > .span10 {
276
- width: 82.97872339599999%;
277
- }
278
- .row-fluid > .span9 {
279
- width: 74.468085099%;
280
- }
281
- .row-fluid > .span8 {
282
- width: 65.95744680199999%;
283
- }
284
- .row-fluid > .span7 {
285
- width: 57.446808505%;
286
- }
287
- .row-fluid > .span6 {
288
- width: 48.93617020799999%;
289
- }
290
- .row-fluid > .span5 {
291
- width: 40.425531911%;
292
- }
293
- .row-fluid > .span4 {
294
- width: 31.914893614%;
295
- }
296
- .row-fluid > .span3 {
297
- width: 23.404255317%;
298
- }
299
- .row-fluid > .span2 {
300
- width: 14.89361702%;
301
- }
302
- .row-fluid > .span1 {
303
- width: 6.382978723%;
304
- }
305
- .container {
306
- margin-left: auto;
307
- margin-right: auto;
308
- *zoom: 1;
309
- }
310
- .container:before,
311
- .container:after {
312
- display: table;
313
- content: "";
314
- }
315
- .container:after {
316
- clear: both;
317
- }
318
- .container-fluid {
319
- padding-left: 20px;
320
- padding-right: 20px;
321
- *zoom: 1;
322
- }
323
- .container-fluid:before,
324
- .container-fluid:after {
325
- display: table;
326
- content: "";
327
- }
328
- .container-fluid:after {
329
- clear: both;
330
- }
331
- p {
332
- margin: 0 0 9px;
333
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
334
- font-size: 13px;
335
- line-height: 18px;
336
- }
337
- p small {
338
- font-size: 11px;
339
- color: #999999;
340
- }
341
- .lead {
342
- margin-bottom: 18px;
343
- font-size: 20px;
344
- font-weight: 200;
345
- line-height: 27px;
346
- }
347
- h1,
348
- h2,
349
- h3,
350
- h4,
351
- h5,
352
- h6 {
353
- margin: 0;
354
- font-family: inherit;
355
- font-weight: bold;
356
- color: inherit;
357
- text-rendering: optimizelegibility;
358
- }
359
- h1 small,
360
- h2 small,
361
- h3 small,
362
- h4 small,
363
- h5 small,
364
- h6 small {
365
- font-weight: normal;
366
- color: #999999;
367
- }
368
- h1 {
369
- font-size: 30px;
370
- line-height: 36px;
371
- }
372
- h1 small {
373
- font-size: 18px;
374
- }
375
- h2 {
376
- font-size: 24px;
377
- line-height: 36px;
378
- }
379
- h2 small {
380
- font-size: 18px;
381
- }
382
- h3 {
383
- line-height: 27px;
384
- font-size: 18px;
385
- }
386
- h3 small {
387
- font-size: 14px;
388
- }
389
- h4,
390
- h5,
391
- h6 {
392
- line-height: 18px;
393
- }
394
- h4 {
395
- font-size: 14px;
396
- }
397
- h4 small {
398
- font-size: 12px;
399
- }
400
- h5 {
401
- font-size: 12px;
402
- }
403
- h6 {
404
- font-size: 11px;
405
- color: #999999;
406
- text-transform: uppercase;
407
- }
408
- .page-header {
409
- padding-bottom: 17px;
410
- margin: 18px 0;
411
- border-bottom: 1px solid #eeeeee;
412
- }
413
- .page-header h1 {
414
- line-height: 1;
415
- }
416
- ul,
417
- ol {
418
- padding: 0;
419
- margin: 0 0 9px 25px;
420
- }
421
- ul ul,
422
- ul ol,
423
- ol ol,
424
- ol ul {
425
- margin-bottom: 0;
426
- }
427
- ul {
428
- list-style: disc;
429
- }
430
- ol {
431
- list-style: decimal;
432
- }
433
- li {
434
- line-height: 18px;
435
- }
436
- ul.unstyled,
437
- ol.unstyled {
438
- margin-left: 0;
439
- list-style: none;
440
- }
441
- dl {
442
- margin-bottom: 18px;
443
- }
444
- dt,
445
- dd {
446
- line-height: 18px;
447
- }
448
- dt {
449
- font-weight: bold;
450
- line-height: 17px;
451
- }
452
- dd {
453
- margin-left: 9px;
454
- }
455
- .dl-horizontal dt {
456
- float: left;
457
- clear: left;
458
- width: 120px;
459
- text-align: right;
460
- }
461
- .dl-horizontal dd {
462
- margin-left: 130px;
463
- }
464
- hr {
465
- margin: 18px 0;
466
- border: 0;
467
- border-top: 1px solid #eeeeee;
468
- border-bottom: 1px solid #ffffff;
469
- }
470
- strong {
471
- font-weight: bold;
472
- }
473
- em {
474
- font-style: italic;
475
- }
476
- .muted {
477
- color: #999999;
478
- }
479
- abbr[title] {
480
- border-bottom: 1px dotted #ddd;
481
- cursor: help;
482
- }
483
- abbr.initialism {
484
- font-size: 90%;
485
- text-transform: uppercase;
486
- }
487
- blockquote {
488
- padding: 0 0 0 15px;
489
- margin: 0 0 18px;
490
- border-left: 5px solid #eeeeee;
491
- }
492
- blockquote p {
493
- margin-bottom: 0;
494
- font-size: 16px;
495
- font-weight: 300;
496
- line-height: 22.5px;
497
- }
498
- blockquote small {
499
- display: block;
500
- line-height: 18px;
501
- color: #999999;
502
- }
503
- blockquote small:before {
504
- content: '\2014 \00A0';
505
- }
506
- blockquote.pull-right {
507
- float: right;
508
- padding-left: 0;
509
- padding-right: 15px;
510
- border-left: 0;
511
- border-right: 5px solid #eeeeee;
512
- }
513
- blockquote.pull-right p,
514
- blockquote.pull-right small {
515
- text-align: right;
516
- }
517
- q:before,
518
- q:after,
519
- blockquote:before,
520
- blockquote:after {
521
- content: "";
522
- }
523
- address {
524
- display: block;
525
- margin-bottom: 18px;
526
- line-height: 18px;
527
- font-style: normal;
528
- }
529
- small {
530
- font-size: 100%;
531
- }
532
- cite {
533
- font-style: normal;
534
- }
535
- code,
536
- pre {
537
- padding: 0 3px 2px;
538
- font-family: Menlo, Monaco, "Courier New", monospace;
539
- font-size: 12px;
540
- color: #333333;
541
- -webkit-border-radius: 3px;
542
- -moz-border-radius: 3px;
543
- border-radius: 3px;
544
- }
545
- code {
546
- padding: 2px 4px;
547
- color: #d14;
548
- background-color: #f7f7f9;
549
- border: 1px solid #e1e1e8;
550
- }
551
- pre {
552
- display: block;
553
- padding: 8.5px;
554
- margin: 0 0 9px;
555
- font-size: 12.025px;
556
- line-height: 18px;
557
- background-color: #f5f5f5;
558
- border: 1px solid #ccc;
559
- border: 1px solid rgba(0, 0, 0, 0.15);
560
- -webkit-border-radius: 4px;
561
- -moz-border-radius: 4px;
562
- border-radius: 4px;
563
- white-space: pre;
564
- white-space: pre-wrap;
565
- word-break: break-all;
566
- word-wrap: break-word;
567
- }
568
- pre.prettyprint {
569
- margin-bottom: 18px;
570
- }
571
- pre code {
572
- padding: 0;
573
- color: inherit;
574
- background-color: transparent;
575
- border: 0;
576
- }
577
- .pre-scrollable {
578
- max-height: 340px;
579
- overflow-y: scroll;
580
- }
581
- table {
582
- max-width: 100%;
583
- border-collapse: collapse;
584
- border-spacing: 0;
585
- background-color: transparent;
586
- }
587
- .table {
588
- width: 100%;
589
- margin-bottom: 18px;
590
- }
591
- .table th,
592
- .table td {
593
- padding: 8px;
594
- line-height: 18px;
595
- text-align: left;
596
- vertical-align: top;
597
- border-top: 1px solid #dddddd;
598
- }
599
- .table th {
600
- font-weight: bold;
601
- }
602
- .table thead th {
603
- vertical-align: bottom;
604
- }
605
- .table colgroup + thead tr:first-child th,
606
- .table colgroup + thead tr:first-child td,
607
- .table thead:first-child tr:first-child th,
608
- .table thead:first-child tr:first-child td {
609
- border-top: 0;
610
- }
611
- .table tbody + tbody {
612
- border-top: 2px solid #dddddd;
613
- }
614
- .table-condensed th,
615
- .table-condensed td {
616
- padding: 4px 5px;
617
- }
618
- .table-bordered {
619
- border: 1px solid #dddddd;
620
- border-left: 0;
621
- border-collapse: separate;
622
- *border-collapse: collapsed;
623
- -webkit-border-radius: 4px;
624
- -moz-border-radius: 4px;
625
- border-radius: 4px;
626
- }
627
- .table-bordered th,
628
- .table-bordered td {
629
- border-left: 1px solid #dddddd;
630
- }
631
- .table-bordered thead:first-child tr:first-child th,
632
- .table-bordered tbody:first-child tr:first-child th,
633
- .table-bordered tbody:first-child tr:first-child td {
634
- border-top: 0;
635
- }
636
- .table-bordered thead:first-child tr:first-child th:first-child,
637
- .table-bordered tbody:first-child tr:first-child td:first-child {
638
- -webkit-border-radius: 4px 0 0 0;
639
- -moz-border-radius: 4px 0 0 0;
640
- border-radius: 4px 0 0 0;
641
- }
642
- .table-bordered thead:first-child tr:first-child th:last-child,
643
- .table-bordered tbody:first-child tr:first-child td:last-child {
644
- -webkit-border-radius: 0 4px 0 0;
645
- -moz-border-radius: 0 4px 0 0;
646
- border-radius: 0 4px 0 0;
647
- }
648
- .table-bordered thead:last-child tr:last-child th:first-child,
649
- .table-bordered tbody:last-child tr:last-child td:first-child {
650
- -webkit-border-radius: 0 0 0 4px;
651
- -moz-border-radius: 0 0 0 4px;
652
- border-radius: 0 0 0 4px;
653
- }
654
- .table-bordered thead:last-child tr:last-child th:last-child,
655
- .table-bordered tbody:last-child tr:last-child td:last-child {
656
- -webkit-border-radius: 0 0 4px 0;
657
- -moz-border-radius: 0 0 4px 0;
658
- border-radius: 0 0 4px 0;
659
- }
660
- .table-striped tbody tr:nth-child(odd) td,
661
- .table-striped tbody tr:nth-child(odd) th {
662
- background-color: #f9f9f9;
663
- }
664
- .table tbody tr:hover td,
665
- .table tbody tr:hover th {
666
- background-color: #f5f5f5;
667
- }
668
- table .span1 {
669
- float: none;
670
- width: 44px;
671
- margin-left: 0;
672
- }
673
- table .span2 {
674
- float: none;
675
- width: 124px;
676
- margin-left: 0;
677
- }
678
- table .span3 {
679
- float: none;
680
- width: 204px;
681
- margin-left: 0;
682
- }
683
- table .span4 {
684
- float: none;
685
- width: 284px;
686
- margin-left: 0;
687
- }
688
- table .span5 {
689
- float: none;
690
- width: 364px;
691
- margin-left: 0;
692
- }
693
- table .span6 {
694
- float: none;
695
- width: 444px;
696
- margin-left: 0;
697
- }
698
- table .span7 {
699
- float: none;
700
- width: 524px;
701
- margin-left: 0;
702
- }
703
- table .span8 {
704
- float: none;
705
- width: 604px;
706
- margin-left: 0;
707
- }
708
- table .span9 {
709
- float: none;
710
- width: 684px;
711
- margin-left: 0;
712
- }
713
- table .span10 {
714
- float: none;
715
- width: 764px;
716
- margin-left: 0;
717
- }
718
- table .span11 {
719
- float: none;
720
- width: 844px;
721
- margin-left: 0;
722
- }
723
- table .span12 {
724
- float: none;
725
- width: 924px;
726
- margin-left: 0;
727
- }
728
- table .span13 {
729
- float: none;
730
- width: 1004px;
731
- margin-left: 0;
732
- }
733
- table .span14 {
734
- float: none;
735
- width: 1084px;
736
- margin-left: 0;
737
- }
738
- table .span15 {
739
- float: none;
740
- width: 1164px;
741
- margin-left: 0;
742
- }
743
- table .span16 {
744
- float: none;
745
- width: 1244px;
746
- margin-left: 0;
747
- }
748
- table .span17 {
749
- float: none;
750
- width: 1324px;
751
- margin-left: 0;
752
- }
753
- table .span18 {
754
- float: none;
755
- width: 1404px;
756
- margin-left: 0;
757
- }
758
- table .span19 {
759
- float: none;
760
- width: 1484px;
761
- margin-left: 0;
762
- }
763
- table .span20 {
764
- float: none;
765
- width: 1564px;
766
- margin-left: 0;
767
- }
768
- table .span21 {
769
- float: none;
770
- width: 1644px;
771
- margin-left: 0;
772
- }
773
- table .span22 {
774
- float: none;
775
- width: 1724px;
776
- margin-left: 0;
777
- }
778
- table .span23 {
779
- float: none;
780
- width: 1804px;
781
- margin-left: 0;
782
- }
783
- table .span24 {
784
- float: none;
785
- width: 1884px;
786
- margin-left: 0;
787
- }
788
- .nav {
789
- margin-left: 0;
790
- margin-bottom: 18px;
791
- list-style: none;
792
- }
793
- .nav > li > a {
794
- display: block;
795
- }
796
- .nav > li > a:hover {
797
- text-decoration: none;
798
- background-color: #eeeeee;
799
- }
800
- .nav .nav-header {
801
- display: block;
802
- padding: 3px 15px;
803
- font-size: 11px;
804
- font-weight: bold;
805
- line-height: 18px;
806
- color: #999999;
807
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
808
- text-transform: uppercase;
809
- }
810
- .nav li + .nav-header {
811
- margin-top: 9px;
812
- }
813
- .nav-list {
814
- padding-left: 15px;
815
- padding-right: 15px;
816
- margin-bottom: 0;
817
- }
818
- .nav-list > li > a,
819
- .nav-list .nav-header {
820
- margin-left: -15px;
821
- margin-right: -15px;
822
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
823
- }
824
- .nav-list > li > a {
825
- padding: 3px 15px;
826
- }
827
- .nav-list > .active > a,
828
- .nav-list > .active > a:hover {
829
- color: #ffffff;
830
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
831
- background-color: #0088cc;
832
- }
833
- .nav-list [class^="icon-"] {
834
- margin-right: 2px;
835
- }
836
- .nav-list .divider {
837
- height: 1px;
838
- margin: 8px 1px;
839
- overflow: hidden;
840
- background-color: #e5e5e5;
841
- border-bottom: 1px solid #ffffff;
842
- *width: 100%;
843
- *margin: -5px 0 5px;
844
- }
845
- .nav-tabs,
846
- .nav-pills {
847
- *zoom: 1;
848
- }
849
- .nav-tabs:before,
850
- .nav-pills:before,
851
- .nav-tabs:after,
852
- .nav-pills:after {
853
- display: table;
854
- content: "";
855
- }
856
- .nav-tabs:after,
857
- .nav-pills:after {
858
- clear: both;
859
- }
860
- .nav-tabs > li,
861
- .nav-pills > li {
862
- float: left;
863
- }
864
- .nav-tabs > li > a,
865
- .nav-pills > li > a {
866
- padding-right: 12px;
867
- padding-left: 12px;
868
- margin-right: 2px;
869
- line-height: 14px;
870
- }
871
- .nav-tabs {
872
- border-bottom: 1px solid #ddd;
873
- }
874
- .nav-tabs > li {
875
- margin-bottom: -1px;
876
- }
877
- .nav-tabs > li > a {
878
- padding-top: 8px;
879
- padding-bottom: 8px;
880
- line-height: 18px;
881
- border: 1px solid transparent;
882
- -webkit-border-radius: 4px 4px 0 0;
883
- -moz-border-radius: 4px 4px 0 0;
884
- border-radius: 4px 4px 0 0;
885
- }
886
- .nav-tabs > li > a:hover {
887
- border-color: #eeeeee #eeeeee #dddddd;
888
- }
889
- .nav-tabs > .active > a,
890
- .nav-tabs > .active > a:hover {
891
- color: #555555;
892
- background-color: #ffffff;
893
- border: 1px solid #ddd;
894
- border-bottom-color: transparent;
895
- cursor: default;
896
- }
897
- .nav-pills > li > a {
898
- padding-top: 8px;
899
- padding-bottom: 8px;
900
- margin-top: 2px;
901
- margin-bottom: 2px;
902
- -webkit-border-radius: 5px;
903
- -moz-border-radius: 5px;
904
- border-radius: 5px;
905
- }
906
- .nav-pills > .active > a,
907
- .nav-pills > .active > a:hover {
908
- color: #ffffff;
909
- background-color: #0088cc;
910
- }
911
- .nav-stacked > li {
912
- float: none;
913
- }
914
- .nav-stacked > li > a {
915
- margin-right: 0;
916
- }
917
- .nav-tabs.nav-stacked {
918
- border-bottom: 0;
919
- }
920
- .nav-tabs.nav-stacked > li > a {
921
- border: 1px solid #ddd;
922
- -webkit-border-radius: 0;
923
- -moz-border-radius: 0;
924
- border-radius: 0;
925
- }
926
- .nav-tabs.nav-stacked > li:first-child > a {
927
- -webkit-border-radius: 4px 4px 0 0;
928
- -moz-border-radius: 4px 4px 0 0;
929
- border-radius: 4px 4px 0 0;
930
- }
931
- .nav-tabs.nav-stacked > li:last-child > a {
932
- -webkit-border-radius: 0 0 4px 4px;
933
- -moz-border-radius: 0 0 4px 4px;
934
- border-radius: 0 0 4px 4px;
935
- }
936
- .nav-tabs.nav-stacked > li > a:hover {
937
- border-color: #ddd;
938
- z-index: 2;
939
- }
940
- .nav-pills.nav-stacked > li > a {
941
- margin-bottom: 3px;
942
- }
943
- .nav-pills.nav-stacked > li:last-child > a {
944
- margin-bottom: 1px;
945
- }
946
- .nav-tabs .dropdown-menu,
947
- .nav-pills .dropdown-menu {
948
- margin-top: 1px;
949
- border-width: 1px;
950
- }
951
- .nav-pills .dropdown-menu {
952
- -webkit-border-radius: 4px;
953
- -moz-border-radius: 4px;
954
- border-radius: 4px;
955
- }
956
- .nav-tabs .dropdown-toggle .caret,
957
- .nav-pills .dropdown-toggle .caret {
958
- border-top-color: #0088cc;
959
- border-bottom-color: #0088cc;
960
- margin-top: 6px;
961
- }
962
- .nav-tabs .dropdown-toggle:hover .caret,
963
- .nav-pills .dropdown-toggle:hover .caret {
964
- border-top-color: #005580;
965
- border-bottom-color: #005580;
966
- }
967
- .nav-tabs .active .dropdown-toggle .caret,
968
- .nav-pills .active .dropdown-toggle .caret {
969
- border-top-color: #333333;
970
- border-bottom-color: #333333;
971
- }
972
- .nav > .dropdown.active > a:hover {
973
- color: #000000;
974
- cursor: pointer;
975
- }
976
- .nav-tabs .open .dropdown-toggle,
977
- .nav-pills .open .dropdown-toggle,
978
- .nav > .open.active > a:hover {
979
- color: #ffffff;
980
- background-color: #999999;
981
- border-color: #999999;
982
- }
983
- .nav .open .caret,
984
- .nav .open.active .caret,
985
- .nav .open a:hover .caret {
986
- border-top-color: #ffffff;
987
- border-bottom-color: #ffffff;
988
- opacity: 1;
989
- filter: alpha(opacity=100);
990
- }
991
- .tabs-stacked .open > a:hover {
992
- border-color: #999999;
993
- }
994
- .tabbable {
995
- *zoom: 1;
996
- }
997
- .tabbable:before,
998
- .tabbable:after {
999
- display: table;
1000
- content: "";
1001
- }
1002
- .tabbable:after {
1003
- clear: both;
1004
- }
1005
- .tab-content {
1006
- display: table;
1007
- width: 100%;
1008
- }
1009
- .tabs-below .nav-tabs,
1010
- .tabs-right .nav-tabs,
1011
- .tabs-left .nav-tabs {
1012
- border-bottom: 0;
1013
- }
1014
- .tab-content > .tab-pane,
1015
- .pill-content > .pill-pane {
1016
- display: none;
1017
- }
1018
- .tab-content > .active,
1019
- .pill-content > .active {
1020
- display: block;
1021
- }
1022
- .tabs-below .nav-tabs {
1023
- border-top: 1px solid #ddd;
1024
- }
1025
- .tabs-below .nav-tabs > li {
1026
- margin-top: -1px;
1027
- margin-bottom: 0;
1028
- }
1029
- .tabs-below .nav-tabs > li > a {
1030
- -webkit-border-radius: 0 0 4px 4px;
1031
- -moz-border-radius: 0 0 4px 4px;
1032
- border-radius: 0 0 4px 4px;
1033
- }
1034
- .tabs-below .nav-tabs > li > a:hover {
1035
- border-bottom-color: transparent;
1036
- border-top-color: #ddd;
1037
- }
1038
- .tabs-below .nav-tabs .active > a,
1039
- .tabs-below .nav-tabs .active > a:hover {
1040
- border-color: transparent #ddd #ddd #ddd;
1041
- }
1042
- .tabs-left .nav-tabs > li,
1043
- .tabs-right .nav-tabs > li {
1044
- float: none;
1045
- }
1046
- .tabs-left .nav-tabs > li > a,
1047
- .tabs-right .nav-tabs > li > a {
1048
- min-width: 74px;
1049
- margin-right: 0;
1050
- margin-bottom: 3px;
1051
- }
1052
- .tabs-left .nav-tabs {
1053
- float: left;
1054
- margin-right: 19px;
1055
- border-right: 1px solid #ddd;
1056
- }
1057
- .tabs-left .nav-tabs > li > a {
1058
- margin-right: -1px;
1059
- -webkit-border-radius: 4px 0 0 4px;
1060
- -moz-border-radius: 4px 0 0 4px;
1061
- border-radius: 4px 0 0 4px;
1062
- }
1063
- .tabs-left .nav-tabs > li > a:hover {
1064
- border-color: #eeeeee #dddddd #eeeeee #eeeeee;
1065
- }
1066
- .tabs-left .nav-tabs .active > a,
1067
- .tabs-left .nav-tabs .active > a:hover {
1068
- border-color: #ddd transparent #ddd #ddd;
1069
- *border-right-color: #ffffff;
1070
- }
1071
- .tabs-right .nav-tabs {
1072
- float: right;
1073
- margin-left: 19px;
1074
- border-left: 1px solid #ddd;
1075
- }
1076
- .tabs-right .nav-tabs > li > a {
1077
- margin-left: -1px;
1078
- -webkit-border-radius: 0 4px 4px 0;
1079
- -moz-border-radius: 0 4px 4px 0;
1080
- border-radius: 0 4px 4px 0;
1081
- }
1082
- .tabs-right .nav-tabs > li > a:hover {
1083
- border-color: #eeeeee #eeeeee #eeeeee #dddddd;
1084
- }
1085
- .tabs-right .nav-tabs .active > a,
1086
- .tabs-right .nav-tabs .active > a:hover {
1087
- border-color: #ddd #ddd #ddd transparent;
1088
- *border-left-color: #ffffff;
1089
- }
1090
- .navbar {
1091
- *position: relative;
1092
- *z-index: 2;
1093
- overflow: visible;
1094
- margin-bottom: 18px;
1095
- }
1096
- .navbar-inner {
1097
- padding-left: 20px;
1098
- padding-right: 20px;
1099
- background-color: #2c2c2c;
1100
- background-image: -moz-linear-gradient(top, #333333, #222222);
1101
- background-image: -ms-linear-gradient(top, #333333, #222222);
1102
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1103
- background-image: -webkit-linear-gradient(top, #333333, #222222);
1104
- background-image: -o-linear-gradient(top, #333333, #222222);
1105
- background-image: linear-gradient(top, #333333, #222222);
1106
- background-repeat: repeat-x;
1107
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1108
- -webkit-border-radius: 4px;
1109
- -moz-border-radius: 4px;
1110
- border-radius: 4px;
1111
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1112
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1113
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1114
- }
1115
- .navbar .container {
1116
- width: auto;
1117
- }
1118
- .btn-navbar {
1119
- display: none;
1120
- float: right;
1121
- padding: 7px 10px;
1122
- margin-left: 5px;
1123
- margin-right: 5px;
1124
- background-color: #2c2c2c;
1125
- background-image: -moz-linear-gradient(top, #333333, #222222);
1126
- background-image: -ms-linear-gradient(top, #333333, #222222);
1127
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1128
- background-image: -webkit-linear-gradient(top, #333333, #222222);
1129
- background-image: -o-linear-gradient(top, #333333, #222222);
1130
- background-image: linear-gradient(top, #333333, #222222);
1131
- background-repeat: repeat-x;
1132
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1133
- border-color: #222222 #222222 #000000;
1134
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1135
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1136
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1137
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1138
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1139
- }
1140
- .btn-navbar:hover,
1141
- .btn-navbar:active,
1142
- .btn-navbar.active,
1143
- .btn-navbar.disabled,
1144
- .btn-navbar[disabled] {
1145
- background-color: #222222;
1146
- }
1147
- .btn-navbar:active,
1148
- .btn-navbar.active {
1149
- background-color: #080808 \9;
1150
- }
1151
- .btn-navbar .icon-bar {
1152
- display: block;
1153
- width: 18px;
1154
- height: 2px;
1155
- background-color: #f5f5f5;
1156
- -webkit-border-radius: 1px;
1157
- -moz-border-radius: 1px;
1158
- border-radius: 1px;
1159
- -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1160
- -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1161
- box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1162
- }
1163
- .btn-navbar .icon-bar + .icon-bar {
1164
- margin-top: 3px;
1165
- }
1166
- .nav-collapse.collapse {
1167
- height: auto;
1168
- }
1169
- .navbar {
1170
- color: #999999;
1171
- }
1172
- .navbar .brand:hover {
1173
- text-decoration: none;
1174
- }
1175
- .navbar .brand {
1176
- float: left;
1177
- display: block;
1178
- padding: 8px 20px 12px;
1179
- margin-left: -20px;
1180
- font-size: 20px;
1181
- font-weight: 200;
1182
- line-height: 1;
1183
- color: #ffffff;
1184
- }
1185
- .navbar .navbar-text {
1186
- margin-bottom: 0;
1187
- line-height: 40px;
1188
- }
1189
- .navbar .btn,
1190
- .navbar .btn-group {
1191
- margin-top: 5px;
1192
- }
1193
- .navbar .btn-group .btn {
1194
- margin-top: 0;
1195
- }
1196
- .navbar-form {
1197
- margin-bottom: 0;
1198
- *zoom: 1;
1199
- }
1200
- .navbar-form:before,
1201
- .navbar-form:after {
1202
- display: table;
1203
- content: "";
1204
- }
1205
- .navbar-form:after {
1206
- clear: both;
1207
- }
1208
- .navbar-form input,
1209
- .navbar-form select,
1210
- .navbar-form .radio,
1211
- .navbar-form .checkbox {
1212
- margin-top: 5px;
1213
- }
1214
- .navbar-form input,
1215
- .navbar-form select {
1216
- display: inline-block;
1217
- margin-bottom: 0;
1218
- }
1219
- .navbar-form input[type="image"],
1220
- .navbar-form input[type="checkbox"],
1221
- .navbar-form input[type="radio"] {
1222
- margin-top: 3px;
1223
- }
1224
- .navbar-form .input-append,
1225
- .navbar-form .input-prepend {
1226
- margin-top: 6px;
1227
- white-space: nowrap;
1228
- }
1229
- .navbar-form .input-append input,
1230
- .navbar-form .input-prepend input {
1231
- margin-top: 0;
1232
- }
1233
- .navbar-search {
1234
- position: relative;
1235
- float: left;
1236
- margin-top: 6px;
1237
- margin-bottom: 0;
1238
- }
1239
- .navbar-search .search-query {
1240
- padding: 4px 9px;
1241
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1242
- font-size: 13px;
1243
- font-weight: normal;
1244
- line-height: 1;
1245
- color: #ffffff;
1246
- background-color: #626262;
1247
- border: 1px solid #151515;
1248
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1249
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1250
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1251
- -webkit-transition: none;
1252
- -moz-transition: none;
1253
- -ms-transition: none;
1254
- -o-transition: none;
1255
- transition: none;
1256
- }
1257
- .navbar-search .search-query:-moz-placeholder {
1258
- color: #cccccc;
1259
- }
1260
- .navbar-search .search-query::-webkit-input-placeholder {
1261
- color: #cccccc;
1262
- }
1263
- .navbar-search .search-query:focus,
1264
- .navbar-search .search-query.focused {
1265
- padding: 5px 10px;
1266
- color: #333333;
1267
- text-shadow: 0 1px 0 #ffffff;
1268
- background-color: #ffffff;
1269
- border: 0;
1270
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1271
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1272
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1273
- outline: 0;
1274
- }
1275
- .navbar-fixed-top,
1276
- .navbar-fixed-bottom {
1277
- position: fixed;
1278
- right: 0;
1279
- left: 0;
1280
- z-index: 1030;
1281
- margin-bottom: 0;
1282
- }
1283
- .navbar-fixed-top .navbar-inner,
1284
- .navbar-fixed-bottom .navbar-inner {
1285
- padding-left: 0;
1286
- padding-right: 0;
1287
- -webkit-border-radius: 0;
1288
- -moz-border-radius: 0;
1289
- border-radius: 0;
1290
- }
1291
- .navbar-fixed-top .container,
1292
- .navbar-fixed-bottom .container {
1293
- width: 940px;
1294
- }
1295
- .navbar-fixed-top {
1296
- top: 0;
1297
- }
1298
- .navbar-fixed-bottom {
1299
- bottom: 0;
1300
- }
1301
- .navbar .nav {
1302
- position: relative;
1303
- left: 0;
1304
- display: block;
1305
- float: left;
1306
- margin: 0 10px 0 0;
1307
- }
1308
- .navbar .nav.pull-right {
1309
- float: right;
1310
- }
1311
- .navbar .nav > li {
1312
- display: block;
1313
- float: left;
1314
- }
1315
- .navbar .nav > li > a {
1316
- float: none;
1317
- padding: 10px 10px 11px;
1318
- line-height: 19px;
1319
- color: #999999;
1320
- text-decoration: none;
1321
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1322
- }
1323
- .navbar .nav > li > a:hover {
1324
- background-color: transparent;
1325
- color: #ffffff;
1326
- text-decoration: none;
1327
- }
1328
- .navbar .nav .active > a,
1329
- .navbar .nav .active > a:hover {
1330
- color: #ffffff;
1331
- text-decoration: none;
1332
- background-color: #222222;
1333
- }
1334
- .navbar .divider-vertical {
1335
- height: 40px;
1336
- width: 1px;
1337
- margin: 0 9px;
1338
- overflow: hidden;
1339
- background-color: #222222;
1340
- border-right: 1px solid #333333;
1341
- }
1342
- .navbar .nav.pull-right {
1343
- margin-left: 10px;
1344
- margin-right: 0;
1345
- }
1346
- .navbar .dropdown-menu {
1347
- margin-top: 1px;
1348
- -webkit-border-radius: 4px;
1349
- -moz-border-radius: 4px;
1350
- border-radius: 4px;
1351
- }
1352
- .navbar .dropdown-menu:before {
1353
- content: '';
1354
- display: inline-block;
1355
- border-left: 7px solid transparent;
1356
- border-right: 7px solid transparent;
1357
- border-bottom: 7px solid #ccc;
1358
- border-bottom-color: rgba(0, 0, 0, 0.2);
1359
- position: absolute;
1360
- top: -7px;
1361
- left: 9px;
1362
- }
1363
- .navbar .dropdown-menu:after {
1364
- content: '';
1365
- display: inline-block;
1366
- border-left: 6px solid transparent;
1367
- border-right: 6px solid transparent;
1368
- border-bottom: 6px solid #ffffff;
1369
- position: absolute;
1370
- top: -6px;
1371
- left: 10px;
1372
- }
1373
- .navbar-fixed-bottom .dropdown-menu:before {
1374
- border-top: 7px solid #ccc;
1375
- border-top-color: rgba(0, 0, 0, 0.2);
1376
- border-bottom: 0;
1377
- bottom: -7px;
1378
- top: auto;
1379
- }
1380
- .navbar-fixed-bottom .dropdown-menu:after {
1381
- border-top: 6px solid #ffffff;
1382
- border-bottom: 0;
1383
- bottom: -6px;
1384
- top: auto;
1385
- }
1386
- .navbar .nav .dropdown-toggle .caret,
1387
- .navbar .nav .open.dropdown .caret {
1388
- border-top-color: #ffffff;
1389
- border-bottom-color: #ffffff;
1390
- }
1391
- .navbar .nav .active .caret {
1392
- opacity: 1;
1393
- filter: alpha(opacity=100);
1394
- }
1395
- .navbar .nav .open > .dropdown-toggle,
1396
- .navbar .nav .active > .dropdown-toggle,
1397
- .navbar .nav .open.active > .dropdown-toggle {
1398
- background-color: transparent;
1399
- }
1400
- .navbar .nav .active > .dropdown-toggle:hover {
1401
- color: #ffffff;
1402
- }
1403
- .navbar .nav.pull-right .dropdown-menu,
1404
- .navbar .nav .dropdown-menu.pull-right {
1405
- left: auto;
1406
- right: 0;
1407
- }
1408
- .navbar .nav.pull-right .dropdown-menu:before,
1409
- .navbar .nav .dropdown-menu.pull-right:before {
1410
- left: auto;
1411
- right: 12px;
1412
- }
1413
- .navbar .nav.pull-right .dropdown-menu:after,
1414
- .navbar .nav .dropdown-menu.pull-right:after {
1415
- left: auto;
1416
- right: 13px;
1417
- }
35
+ -webkit-box-sizing: border-box;
36
+ -moz-box-sizing: border-box;
37
+ -ms-box-sizing: border-box;
38
+ box-sizing: border-box;
39
+ }
40
+ article,
41
+ aside,
42
+ details,
43
+ figcaption,
44
+ figure,
45
+ footer,
46
+ header,
47
+ hgroup,
48
+ nav,
49
+ section {
50
+ display: block;
51
+ }
52
+ audio,
53
+ canvas,
54
+ video {
55
+ display: inline-block;
56
+ *display: inline;
57
+ *zoom: 1;
58
+ }
59
+ audio:not([controls]) {
60
+ display: none;
61
+ }
62
+ html {
63
+ font-size: 100%;
64
+ -webkit-text-size-adjust: 100%;
65
+ -ms-text-size-adjust: 100%;
66
+ }
67
+ a:focus {
68
+ outline: thin dotted #333;
69
+ outline: 5px auto -webkit-focus-ring-color;
70
+ outline-offset: -2px;
71
+ }
72
+ a:hover,
73
+ a:active {
74
+ outline: 0;
75
+ }
76
+ sub,
77
+ sup {
78
+ position: relative;
79
+ font-size: 75%;
80
+ line-height: 0;
81
+ vertical-align: baseline;
82
+ }
83
+ sup {
84
+ top: -0.5em;
85
+ }
86
+ sub {
87
+ bottom: -0.25em;
88
+ }
89
+ img {
90
+ height: auto;
91
+ border: 0;
92
+ -ms-interpolation-mode: bicubic;
93
+ vertical-align: middle;
94
+ }
95
+ button,
96
+ input,
97
+ select,
98
+ textarea {
99
+ margin: 0;
100
+ font-size: 100%;
101
+ vertical-align: middle;
102
+ }
103
+ button,
104
+ input {
105
+ *overflow: visible;
106
+ line-height: normal;
107
+ }
108
+ button::-moz-focus-inner,
109
+ input::-moz-focus-inner {
110
+ padding: 0;
111
+ border: 0;
112
+ }
113
+ button,
114
+ input[type="button"],
115
+ input[type="reset"],
116
+ input[type="submit"] {
117
+ cursor: pointer;
118
+ -webkit-appearance: button;
119
+ }
120
+ input[type="search"] {
121
+ -webkit-appearance: textfield;
122
+ -webkit-box-sizing: content-box;
123
+ -moz-box-sizing: content-box;
124
+ box-sizing: content-box;
125
+ }
126
+ input[type="search"]::-webkit-search-decoration,
127
+ input[type="search"]::-webkit-search-cancel-button {
128
+ -webkit-appearance: none;
129
+ }
130
+ textarea {
131
+ overflow: auto;
132
+ vertical-align: top;
133
+ }
134
+ body {
135
+ margin: 0;
136
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
137
+ font-size: 13px;
138
+ line-height: 18px;
139
+ color: #333333;
140
+ background-color: #ffffff;
141
+ }
142
+ a {
143
+ color: #0088cc;
144
+ text-decoration: none;
145
+ }
146
+ a:hover {
147
+ color: #005580;
148
+ text-decoration: underline;
149
+ }
150
+ .row {
151
+ margin-left: -20px;
152
+ *zoom: 1;
153
+ }
154
+ .row:before,
155
+ .row:after {
156
+ display: table;
157
+ content: "";
158
+ }
159
+ .row:after {
160
+ clear: both;
161
+ }
162
+ [class*="span"] {
163
+ float: left;
164
+ margin-left: 20px;
165
+ }
166
+ .container,
167
+ .navbar-fixed-top .container,
168
+ .navbar-fixed-bottom .container {
169
+ width: 940px;
170
+ }
171
+ .span12 {
172
+ width: 940px;
173
+ }
174
+ .span11 {
175
+ width: 860px;
176
+ }
177
+ .span10 {
178
+ width: 780px;
179
+ }
180
+ .span9 {
181
+ width: 700px;
182
+ }
183
+ .span8 {
184
+ width: 620px;
185
+ }
186
+ .span7 {
187
+ width: 540px;
188
+ }
189
+ .span6 {
190
+ width: 460px;
191
+ }
192
+ .span5 {
193
+ width: 380px;
194
+ }
195
+ .span4 {
196
+ width: 300px;
197
+ }
198
+ .span3 {
199
+ width: 220px;
200
+ }
201
+ .span2 {
202
+ width: 140px;
203
+ }
204
+ .span1 {
205
+ width: 60px;
206
+ }
207
+ .offset12 {
208
+ margin-left: 980px;
209
+ }
210
+ .offset11 {
211
+ margin-left: 900px;
212
+ }
213
+ .offset10 {
214
+ margin-left: 820px;
215
+ }
216
+ .offset9 {
217
+ margin-left: 740px;
218
+ }
219
+ .offset8 {
220
+ margin-left: 660px;
221
+ }
222
+ .offset7 {
223
+ margin-left: 580px;
224
+ }
225
+ .offset6 {
226
+ margin-left: 500px;
227
+ }
228
+ .offset5 {
229
+ margin-left: 420px;
230
+ }
231
+ .offset4 {
232
+ margin-left: 340px;
233
+ }
234
+ .offset3 {
235
+ margin-left: 260px;
236
+ }
237
+ .offset2 {
238
+ margin-left: 180px;
239
+ }
240
+ .offset1 {
241
+ margin-left: 100px;
242
+ }
243
+ .row-fluid {
244
+ width: 100%;
245
+ *zoom: 1;
246
+ }
247
+ .row-fluid:before,
248
+ .row-fluid:after {
249
+ display: table;
250
+ content: "";
251
+ }
252
+ .row-fluid:after {
253
+ clear: both;
254
+ }
255
+ .row-fluid > [class*="span"] {
256
+ float: left;
257
+ margin-left: 2.127659574%;
258
+ }
259
+ .row-fluid > [class*="span"]:first-child {
260
+ margin-left: 0;
261
+ }
262
+ .row-fluid > .span12 {
263
+ width: 99.99999998999999%;
264
+ }
265
+ .row-fluid > .span11 {
266
+ width: 91.489361693%;
267
+ }
268
+ .row-fluid > .span10 {
269
+ width: 82.97872339599999%;
270
+ }
271
+ .row-fluid > .span9 {
272
+ width: 74.468085099%;
273
+ }
274
+ .row-fluid > .span8 {
275
+ width: 65.95744680199999%;
276
+ }
277
+ .row-fluid > .span7 {
278
+ width: 57.446808505%;
279
+ }
280
+ .row-fluid > .span6 {
281
+ width: 48.93617020799999%;
282
+ }
283
+ .row-fluid > .span5 {
284
+ width: 40.425531911%;
285
+ }
286
+ .row-fluid > .span4 {
287
+ width: 31.914893614%;
288
+ }
289
+ .row-fluid > .span3 {
290
+ width: 23.404255317%;
291
+ }
292
+ .row-fluid > .span2 {
293
+ width: 14.89361702%;
294
+ }
295
+ .row-fluid > .span1 {
296
+ width: 6.382978723%;
297
+ }
298
+ .container {
299
+ margin-left: auto;
300
+ margin-right: auto;
301
+ *zoom: 1;
302
+ }
303
+ .container:before,
304
+ .container:after {
305
+ display: table;
306
+ content: "";
307
+ }
308
+ .container:after {
309
+ clear: both;
310
+ }
311
+ .container-fluid {
312
+ padding-left: 20px;
313
+ padding-right: 20px;
314
+ *zoom: 1;
315
+ }
316
+ .container-fluid:before,
317
+ .container-fluid:after {
318
+ display: table;
319
+ content: "";
320
+ }
321
+ .container-fluid:after {
322
+ clear: both;
323
+ }
324
+ p {
325
+ margin: 0 0 9px;
326
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
327
+ font-size: 13px;
328
+ line-height: 18px;
329
+ }
330
+ p small {
331
+ font-size: 11px;
332
+ color: #999999;
333
+ }
334
+ .lead {
335
+ margin-bottom: 18px;
336
+ font-size: 20px;
337
+ font-weight: 200;
338
+ line-height: 27px;
339
+ }
340
+ h1,
341
+ h2,
342
+ h3,
343
+ h4,
344
+ h5,
345
+ h6 {
346
+ margin: 0;
347
+ font-family: inherit;
348
+ font-weight: bold;
349
+ color: inherit;
350
+ text-rendering: optimizelegibility;
351
+ }
352
+ h1 small,
353
+ h2 small,
354
+ h3 small,
355
+ h4 small,
356
+ h5 small,
357
+ h6 small {
358
+ font-weight: normal;
359
+ color: #999999;
360
+ }
361
+ h1 {
362
+ font-size: 30px;
363
+ line-height: 36px;
364
+ }
365
+ h1 small {
366
+ font-size: 18px;
367
+ }
368
+ h2 {
369
+ font-size: 24px;
370
+ line-height: 36px;
371
+ }
372
+ h2 small {
373
+ font-size: 18px;
374
+ }
375
+ h3 {
376
+ line-height: 27px;
377
+ font-size: 18px;
378
+ }
379
+ h3 small {
380
+ font-size: 14px;
381
+ }
382
+ h4,
383
+ h5,
384
+ h6 {
385
+ line-height: 18px;
386
+ }
387
+ h4 {
388
+ font-size: 14px;
389
+ }
390
+ h4 small {
391
+ font-size: 12px;
392
+ }
393
+ h5 {
394
+ font-size: 12px;
395
+ }
396
+ h6 {
397
+ font-size: 11px;
398
+ color: #999999;
399
+ text-transform: uppercase;
400
+ }
401
+ .page-header {
402
+ padding-bottom: 17px;
403
+ margin: 18px 0;
404
+ border-bottom: 1px solid #eeeeee;
405
+ }
406
+ .page-header h1 {
407
+ line-height: 1;
408
+ }
409
+ ul,
410
+ ol {
411
+ padding: 0;
412
+ margin: 0 0 9px 25px;
413
+ }
414
+ ul ul,
415
+ ul ol,
416
+ ol ol,
417
+ ol ul {
418
+ margin-bottom: 0;
419
+ }
420
+ ul {
421
+ list-style: disc;
422
+ }
423
+ ol {
424
+ list-style: decimal;
425
+ }
426
+ li {
427
+ line-height: 18px;
428
+ }
429
+ ul.unstyled,
430
+ ol.unstyled {
431
+ margin-left: 0;
432
+ list-style: none;
433
+ }
434
+ dl {
435
+ margin-bottom: 18px;
436
+ }
437
+ dt,
438
+ dd {
439
+ line-height: 18px;
440
+ }
441
+ dt {
442
+ font-weight: bold;
443
+ line-height: 17px;
444
+ }
445
+ dd {
446
+ margin-left: 9px;
447
+ }
448
+ .dl-horizontal dt {
449
+ float: left;
450
+ clear: left;
451
+ width: 120px;
452
+ text-align: right;
453
+ }
454
+ .dl-horizontal dd {
455
+ margin-left: 130px;
456
+ }
457
+ hr {
458
+ margin: 18px 0;
459
+ border: 0;
460
+ border-top: 1px solid #eeeeee;
461
+ border-bottom: 1px solid #ffffff;
462
+ }
463
+ strong {
464
+ font-weight: bold;
465
+ }
466
+ em {
467
+ font-style: italic;
468
+ }
469
+ .muted {
470
+ color: #999999;
471
+ }
472
+ abbr[title] {
473
+ border-bottom: 1px dotted #ddd;
474
+ cursor: help;
475
+ }
476
+ abbr.initialism {
477
+ font-size: 90%;
478
+ text-transform: uppercase;
479
+ }
480
+ blockquote {
481
+ padding: 0 0 0 15px;
482
+ margin: 0 0 18px;
483
+ border-left: 5px solid #eeeeee;
484
+ }
485
+ blockquote p {
486
+ margin-bottom: 0;
487
+ font-size: 16px;
488
+ font-weight: 300;
489
+ line-height: 22.5px;
490
+ }
491
+ blockquote small {
492
+ display: block;
493
+ line-height: 18px;
494
+ color: #999999;
495
+ }
496
+ blockquote small:before {
497
+ content: '\2014 \00A0';
498
+ }
499
+ blockquote.pull-right {
500
+ float: right;
501
+ padding-left: 0;
502
+ padding-right: 15px;
503
+ border-left: 0;
504
+ border-right: 5px solid #eeeeee;
505
+ }
506
+ blockquote.pull-right p,
507
+ blockquote.pull-right small {
508
+ text-align: right;
509
+ }
510
+ q:before,
511
+ q:after,
512
+ blockquote:before,
513
+ blockquote:after {
514
+ content: "";
515
+ }
516
+ address {
517
+ display: block;
518
+ margin-bottom: 18px;
519
+ line-height: 18px;
520
+ font-style: normal;
521
+ }
522
+ small {
523
+ font-size: 100%;
524
+ }
525
+ cite {
526
+ font-style: normal;
527
+ }
528
+ code,
529
+ pre {
530
+ padding: 0 3px 2px;
531
+ font-family: Menlo, Monaco, "Courier New", monospace;
532
+ font-size: 12px;
533
+ color: #333333;
534
+ -webkit-border-radius: 3px;
535
+ -moz-border-radius: 3px;
536
+ border-radius: 3px;
537
+ }
538
+ code {
539
+ padding: 2px 4px;
540
+ color: #d14;
541
+ background-color: #f7f7f9;
542
+ border: 1px solid #e1e1e8;
543
+ }
544
+ pre {
545
+ display: block;
546
+ padding: 8.5px;
547
+ margin: 0 0 9px;
548
+ font-size: 12.025px;
549
+ line-height: 18px;
550
+ background-color: #f5f5f5;
551
+ border: 1px solid #ccc;
552
+ border: 1px solid rgba(0, 0, 0, 0.15);
553
+ -webkit-border-radius: 4px;
554
+ -moz-border-radius: 4px;
555
+ border-radius: 4px;
556
+ white-space: pre;
557
+ white-space: pre-wrap;
558
+ word-break: break-all;
559
+ word-wrap: break-word;
560
+ }
561
+ pre.prettyprint {
562
+ margin-bottom: 18px;
563
+ }
564
+ pre code {
565
+ padding: 0;
566
+ color: inherit;
567
+ background-color: transparent;
568
+ border: 0;
569
+ }
570
+ .pre-scrollable {
571
+ max-height: 340px;
572
+ overflow-y: scroll;
573
+ }
574
+ table {
575
+ max-width: 100%;
576
+ border-collapse: collapse;
577
+ border-spacing: 0;
578
+ background-color: transparent;
579
+ }
580
+ .table {
581
+ width: 100%;
582
+ margin-bottom: 18px;
583
+ }
584
+ .table th,
585
+ .table td {
586
+ padding: 8px;
587
+ line-height: 18px;
588
+ text-align: left;
589
+ vertical-align: top;
590
+ border-top: 1px solid #dddddd;
591
+ }
592
+ .table th {
593
+ font-weight: bold;
594
+ }
595
+ .table thead th {
596
+ vertical-align: bottom;
597
+ }
598
+ .table colgroup + thead tr:first-child th,
599
+ .table colgroup + thead tr:first-child td,
600
+ .table thead:first-child tr:first-child th,
601
+ .table thead:first-child tr:first-child td {
602
+ border-top: 0;
603
+ }
604
+ .table tbody + tbody {
605
+ border-top: 2px solid #dddddd;
606
+ }
607
+ .table-condensed th,
608
+ .table-condensed td {
609
+ padding: 4px 5px;
610
+ }
611
+ .table-bordered {
612
+ border: 1px solid #dddddd;
613
+ border-left: 0;
614
+ border-collapse: separate;
615
+ *border-collapse: collapsed;
616
+ -webkit-border-radius: 4px;
617
+ -moz-border-radius: 4px;
618
+ border-radius: 4px;
619
+ }
620
+ .table-bordered th,
621
+ .table-bordered td {
622
+ border-left: 1px solid #dddddd;
623
+ }
624
+ .table-bordered thead:first-child tr:first-child th,
625
+ .table-bordered tbody:first-child tr:first-child th,
626
+ .table-bordered tbody:first-child tr:first-child td {
627
+ border-top: 0;
628
+ }
629
+ .table-bordered thead:first-child tr:first-child th:first-child,
630
+ .table-bordered tbody:first-child tr:first-child td:first-child {
631
+ -webkit-border-radius: 4px 0 0 0;
632
+ -moz-border-radius: 4px 0 0 0;
633
+ border-radius: 4px 0 0 0;
634
+ }
635
+ .table-bordered thead:first-child tr:first-child th:last-child,
636
+ .table-bordered tbody:first-child tr:first-child td:last-child {
637
+ -webkit-border-radius: 0 4px 0 0;
638
+ -moz-border-radius: 0 4px 0 0;
639
+ border-radius: 0 4px 0 0;
640
+ }
641
+ .table-bordered thead:last-child tr:last-child th:first-child,
642
+ .table-bordered tbody:last-child tr:last-child td:first-child {
643
+ -webkit-border-radius: 0 0 0 4px;
644
+ -moz-border-radius: 0 0 0 4px;
645
+ border-radius: 0 0 0 4px;
646
+ }
647
+ .table-bordered thead:last-child tr:last-child th:last-child,
648
+ .table-bordered tbody:last-child tr:last-child td:last-child {
649
+ -webkit-border-radius: 0 0 4px 0;
650
+ -moz-border-radius: 0 0 4px 0;
651
+ border-radius: 0 0 4px 0;
652
+ }
653
+ .table-striped tbody tr:nth-child(odd) td,
654
+ .table-striped tbody tr:nth-child(odd) th {
655
+ background-color: #f9f9f9;
656
+ }
657
+ .table tbody tr:hover td,
658
+ .table tbody tr:hover th {
659
+ background-color: #f5f5f5;
660
+ }
661
+ table .span1 {
662
+ float: none;
663
+ width: 44px;
664
+ margin-left: 0;
665
+ }
666
+ table .span2 {
667
+ float: none;
668
+ width: 124px;
669
+ margin-left: 0;
670
+ }
671
+ table .span3 {
672
+ float: none;
673
+ width: 204px;
674
+ margin-left: 0;
675
+ }
676
+ table .span4 {
677
+ float: none;
678
+ width: 284px;
679
+ margin-left: 0;
680
+ }
681
+ table .span5 {
682
+ float: none;
683
+ width: 364px;
684
+ margin-left: 0;
685
+ }
686
+ table .span6 {
687
+ float: none;
688
+ width: 444px;
689
+ margin-left: 0;
690
+ }
691
+ table .span7 {
692
+ float: none;
693
+ width: 524px;
694
+ margin-left: 0;
695
+ }
696
+ table .span8 {
697
+ float: none;
698
+ width: 604px;
699
+ margin-left: 0;
700
+ }
701
+ table .span9 {
702
+ float: none;
703
+ width: 684px;
704
+ margin-left: 0;
705
+ }
706
+ table .span10 {
707
+ float: none;
708
+ width: 764px;
709
+ margin-left: 0;
710
+ }
711
+ table .span11 {
712
+ float: none;
713
+ width: 844px;
714
+ margin-left: 0;
715
+ }
716
+ table .span12 {
717
+ float: none;
718
+ width: 924px;
719
+ margin-left: 0;
720
+ }
721
+ table .span13 {
722
+ float: none;
723
+ width: 1004px;
724
+ margin-left: 0;
725
+ }
726
+ table .span14 {
727
+ float: none;
728
+ width: 1084px;
729
+ margin-left: 0;
730
+ }
731
+ table .span15 {
732
+ float: none;
733
+ width: 1164px;
734
+ margin-left: 0;
735
+ }
736
+ table .span16 {
737
+ float: none;
738
+ width: 1244px;
739
+ margin-left: 0;
740
+ }
741
+ table .span17 {
742
+ float: none;
743
+ width: 1324px;
744
+ margin-left: 0;
745
+ }
746
+ table .span18 {
747
+ float: none;
748
+ width: 1404px;
749
+ margin-left: 0;
750
+ }
751
+ table .span19 {
752
+ float: none;
753
+ width: 1484px;
754
+ margin-left: 0;
755
+ }
756
+ table .span20 {
757
+ float: none;
758
+ width: 1564px;
759
+ margin-left: 0;
760
+ }
761
+ table .span21 {
762
+ float: none;
763
+ width: 1644px;
764
+ margin-left: 0;
765
+ }
766
+ table .span22 {
767
+ float: none;
768
+ width: 1724px;
769
+ margin-left: 0;
770
+ }
771
+ table .span23 {
772
+ float: none;
773
+ width: 1804px;
774
+ margin-left: 0;
775
+ }
776
+ table .span24 {
777
+ float: none;
778
+ width: 1884px;
779
+ margin-left: 0;
780
+ }
781
+ .nav {
782
+ margin-left: 0;
783
+ margin-bottom: 18px;
784
+ list-style: none;
785
+ }
786
+ .nav > li > a {
787
+ display: block;
788
+ }
789
+ .nav > li > a:hover {
790
+ text-decoration: none;
791
+ background-color: #eeeeee;
792
+ }
793
+ .nav .nav-header {
794
+ display: block;
795
+ padding: 3px 15px;
796
+ font-size: 11px;
797
+ font-weight: bold;
798
+ line-height: 18px;
799
+ color: #999999;
800
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
801
+ text-transform: uppercase;
802
+ }
803
+ .nav li + .nav-header {
804
+ margin-top: 9px;
805
+ }
806
+ .nav-list {
807
+ padding-left: 15px;
808
+ padding-right: 15px;
809
+ margin-bottom: 0;
810
+ }
811
+ .nav-list > li > a,
812
+ .nav-list .nav-header {
813
+ margin-left: -15px;
814
+ margin-right: -15px;
815
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
816
+ }
817
+ .nav-list > li > a {
818
+ padding: 3px 15px;
819
+ }
820
+ .nav-list > .active > a,
821
+ .nav-list > .active > a:hover {
822
+ color: #ffffff;
823
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
824
+ background-color: #0088cc;
825
+ }
826
+ .nav-list [class^="icon-"] {
827
+ margin-right: 2px;
828
+ }
829
+ .nav-list .divider {
830
+ height: 1px;
831
+ margin: 8px 1px;
832
+ overflow: hidden;
833
+ background-color: #e5e5e5;
834
+ border-bottom: 1px solid #ffffff;
835
+ *width: 100%;
836
+ *margin: -5px 0 5px;
837
+ }
838
+ .nav-tabs,
839
+ .nav-pills {
840
+ *zoom: 1;
841
+ }
842
+ .nav-tabs:before,
843
+ .nav-pills:before,
844
+ .nav-tabs:after,
845
+ .nav-pills:after {
846
+ display: table;
847
+ content: "";
848
+ }
849
+ .nav-tabs:after,
850
+ .nav-pills:after {
851
+ clear: both;
852
+ }
853
+ .nav-tabs > li,
854
+ .nav-pills > li {
855
+ float: left;
856
+ }
857
+ .nav-tabs > li > a,
858
+ .nav-pills > li > a {
859
+ padding-right: 12px;
860
+ padding-left: 12px;
861
+ margin-right: 2px;
862
+ line-height: 14px;
863
+ }
864
+ .nav-tabs {
865
+ border-bottom: 1px solid #ddd;
866
+ }
867
+ .nav-tabs > li {
868
+ margin-bottom: -1px;
869
+ }
870
+ .nav-tabs > li > a {
871
+ padding-top: 8px;
872
+ padding-bottom: 8px;
873
+ line-height: 18px;
874
+ border: 1px solid transparent;
875
+ -webkit-border-radius: 4px 4px 0 0;
876
+ -moz-border-radius: 4px 4px 0 0;
877
+ border-radius: 4px 4px 0 0;
878
+ }
879
+ .nav-tabs > li > a:hover {
880
+ border-color: #eeeeee #eeeeee #dddddd;
881
+ }
882
+ .nav-tabs > .active > a,
883
+ .nav-tabs > .active > a:hover {
884
+ color: #555555;
885
+ background-color: #ffffff;
886
+ border: 1px solid #ddd;
887
+ border-bottom-color: transparent;
888
+ cursor: default;
889
+ }
890
+ .nav-pills > li > a {
891
+ padding-top: 8px;
892
+ padding-bottom: 8px;
893
+ margin-top: 2px;
894
+ margin-bottom: 2px;
895
+ -webkit-border-radius: 5px;
896
+ -moz-border-radius: 5px;
897
+ border-radius: 5px;
898
+ }
899
+ .nav-pills > .active > a,
900
+ .nav-pills > .active > a:hover {
901
+ color: #ffffff;
902
+ background-color: #0088cc;
903
+ }
904
+ .nav-stacked > li {
905
+ float: none;
906
+ }
907
+ .nav-stacked > li > a {
908
+ margin-right: 0;
909
+ }
910
+ .nav-tabs.nav-stacked {
911
+ border-bottom: 0;
912
+ }
913
+ .nav-tabs.nav-stacked > li > a {
914
+ border: 1px solid #ddd;
915
+ -webkit-border-radius: 0;
916
+ -moz-border-radius: 0;
917
+ border-radius: 0;
918
+ }
919
+ .nav-tabs.nav-stacked > li:first-child > a {
920
+ -webkit-border-radius: 4px 4px 0 0;
921
+ -moz-border-radius: 4px 4px 0 0;
922
+ border-radius: 4px 4px 0 0;
923
+ }
924
+ .nav-tabs.nav-stacked > li:last-child > a {
925
+ -webkit-border-radius: 0 0 4px 4px;
926
+ -moz-border-radius: 0 0 4px 4px;
927
+ border-radius: 0 0 4px 4px;
928
+ }
929
+ .nav-tabs.nav-stacked > li > a:hover {
930
+ border-color: #ddd;
931
+ z-index: 2;
932
+ }
933
+ .nav-pills.nav-stacked > li > a {
934
+ margin-bottom: 3px;
935
+ }
936
+ .nav-pills.nav-stacked > li:last-child > a {
937
+ margin-bottom: 1px;
938
+ }
939
+ .nav-tabs .dropdown-menu,
940
+ .nav-pills .dropdown-menu {
941
+ margin-top: 1px;
942
+ border-width: 1px;
943
+ }
944
+ .nav-pills .dropdown-menu {
945
+ -webkit-border-radius: 4px;
946
+ -moz-border-radius: 4px;
947
+ border-radius: 4px;
948
+ }
949
+ .nav-tabs .dropdown-toggle .caret,
950
+ .nav-pills .dropdown-toggle .caret {
951
+ border-top-color: #0088cc;
952
+ border-bottom-color: #0088cc;
953
+ margin-top: 6px;
954
+ }
955
+ .nav-tabs .dropdown-toggle:hover .caret,
956
+ .nav-pills .dropdown-toggle:hover .caret {
957
+ border-top-color: #005580;
958
+ border-bottom-color: #005580;
959
+ }
960
+ .nav-tabs .active .dropdown-toggle .caret,
961
+ .nav-pills .active .dropdown-toggle .caret {
962
+ border-top-color: #333333;
963
+ border-bottom-color: #333333;
964
+ }
965
+ .nav > .dropdown.active > a:hover {
966
+ color: #000000;
967
+ cursor: pointer;
968
+ }
969
+ .nav-tabs .open .dropdown-toggle,
970
+ .nav-pills .open .dropdown-toggle,
971
+ .nav > .open.active > a:hover {
972
+ color: #ffffff;
973
+ background-color: #999999;
974
+ border-color: #999999;
975
+ }
976
+ .nav .open .caret,
977
+ .nav .open.active .caret,
978
+ .nav .open a:hover .caret {
979
+ border-top-color: #ffffff;
980
+ border-bottom-color: #ffffff;
981
+ opacity: 1;
982
+ filter: alpha(opacity=100);
983
+ }
984
+ .tabs-stacked .open > a:hover {
985
+ border-color: #999999;
986
+ }
987
+ .tabbable {
988
+ *zoom: 1;
989
+ }
990
+ .tabbable:before,
991
+ .tabbable:after {
992
+ display: table;
993
+ content: "";
994
+ }
995
+ .tabbable:after {
996
+ clear: both;
997
+ }
998
+ .tab-content {
999
+ display: table;
1000
+ width: 100%;
1001
+ }
1002
+ .tabs-below .nav-tabs,
1003
+ .tabs-right .nav-tabs,
1004
+ .tabs-left .nav-tabs {
1005
+ border-bottom: 0;
1006
+ }
1007
+ .tab-content > .tab-pane,
1008
+ .pill-content > .pill-pane {
1009
+ display: none;
1010
+ }
1011
+ .tab-content > .active,
1012
+ .pill-content > .active {
1013
+ display: block;
1014
+ }
1015
+ .tabs-below .nav-tabs {
1016
+ border-top: 1px solid #ddd;
1017
+ }
1018
+ .tabs-below .nav-tabs > li {
1019
+ margin-top: -1px;
1020
+ margin-bottom: 0;
1021
+ }
1022
+ .tabs-below .nav-tabs > li > a {
1023
+ -webkit-border-radius: 0 0 4px 4px;
1024
+ -moz-border-radius: 0 0 4px 4px;
1025
+ border-radius: 0 0 4px 4px;
1026
+ }
1027
+ .tabs-below .nav-tabs > li > a:hover {
1028
+ border-bottom-color: transparent;
1029
+ border-top-color: #ddd;
1030
+ }
1031
+ .tabs-below .nav-tabs .active > a,
1032
+ .tabs-below .nav-tabs .active > a:hover {
1033
+ border-color: transparent #ddd #ddd #ddd;
1034
+ }
1035
+ .tabs-left .nav-tabs > li,
1036
+ .tabs-right .nav-tabs > li {
1037
+ float: none;
1038
+ }
1039
+ .tabs-left .nav-tabs > li > a,
1040
+ .tabs-right .nav-tabs > li > a {
1041
+ min-width: 74px;
1042
+ margin-right: 0;
1043
+ margin-bottom: 3px;
1044
+ }
1045
+ .tabs-left .nav-tabs {
1046
+ float: left;
1047
+ margin-right: 19px;
1048
+ border-right: 1px solid #ddd;
1049
+ }
1050
+ .tabs-left .nav-tabs > li > a {
1051
+ margin-right: -1px;
1052
+ -webkit-border-radius: 4px 0 0 4px;
1053
+ -moz-border-radius: 4px 0 0 4px;
1054
+ border-radius: 4px 0 0 4px;
1055
+ }
1056
+ .tabs-left .nav-tabs > li > a:hover {
1057
+ border-color: #eeeeee #dddddd #eeeeee #eeeeee;
1058
+ }
1059
+ .tabs-left .nav-tabs .active > a,
1060
+ .tabs-left .nav-tabs .active > a:hover {
1061
+ border-color: #ddd transparent #ddd #ddd;
1062
+ *border-right-color: #ffffff;
1063
+ }
1064
+ .tabs-right .nav-tabs {
1065
+ float: right;
1066
+ margin-left: 19px;
1067
+ border-left: 1px solid #ddd;
1068
+ }
1069
+ .tabs-right .nav-tabs > li > a {
1070
+ margin-left: -1px;
1071
+ -webkit-border-radius: 0 4px 4px 0;
1072
+ -moz-border-radius: 0 4px 4px 0;
1073
+ border-radius: 0 4px 4px 0;
1074
+ }
1075
+ .tabs-right .nav-tabs > li > a:hover {
1076
+ border-color: #eeeeee #eeeeee #eeeeee #dddddd;
1077
+ }
1078
+ .tabs-right .nav-tabs .active > a,
1079
+ .tabs-right .nav-tabs .active > a:hover {
1080
+ border-color: #ddd #ddd #ddd transparent;
1081
+ *border-left-color: #ffffff;
1082
+ }
1083
+ .navbar {
1084
+ *position: relative;
1085
+ *z-index: 2;
1086
+ overflow: visible;
1087
+ margin-bottom: 18px;
1088
+ }
1089
+ .navbar-inner {
1090
+ padding-left: 20px;
1091
+ padding-right: 20px;
1092
+ background-color: #2c2c2c;
1093
+ background-image: -moz-linear-gradient(top, #333333, #222222);
1094
+ background-image: -ms-linear-gradient(top, #333333, #222222);
1095
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1096
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
1097
+ background-image: -o-linear-gradient(top, #333333, #222222);
1098
+ background-image: linear-gradient(top, #333333, #222222);
1099
+ background-repeat: repeat-x;
1100
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1101
+ -webkit-border-radius: 4px;
1102
+ -moz-border-radius: 4px;
1103
+ border-radius: 4px;
1104
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1105
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1106
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1107
+ }
1108
+ .navbar .container {
1109
+ width: auto;
1110
+ }
1111
+ .btn-navbar {
1112
+ display: none;
1113
+ float: right;
1114
+ padding: 7px 10px;
1115
+ margin-left: 5px;
1116
+ margin-right: 5px;
1117
+ background-color: #2c2c2c;
1118
+ background-image: -moz-linear-gradient(top, #333333, #222222);
1119
+ background-image: -ms-linear-gradient(top, #333333, #222222);
1120
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1121
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
1122
+ background-image: -o-linear-gradient(top, #333333, #222222);
1123
+ background-image: linear-gradient(top, #333333, #222222);
1124
+ background-repeat: repeat-x;
1125
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1126
+ border-color: #222222 #222222 #000000;
1127
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1128
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1129
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1130
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1131
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1132
+ }
1133
+ .btn-navbar:hover,
1134
+ .btn-navbar:active,
1135
+ .btn-navbar.active,
1136
+ .btn-navbar.disabled,
1137
+ .btn-navbar[disabled] {
1138
+ background-color: #222222;
1139
+ }
1140
+ .btn-navbar:active,
1141
+ .btn-navbar.active {
1142
+ background-color: #080808 \9;
1143
+ }
1144
+ .btn-navbar .icon-bar {
1145
+ display: block;
1146
+ width: 18px;
1147
+ height: 2px;
1148
+ background-color: #f5f5f5;
1149
+ -webkit-border-radius: 1px;
1150
+ -moz-border-radius: 1px;
1151
+ border-radius: 1px;
1152
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1153
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1154
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1155
+ }
1156
+ .btn-navbar .icon-bar + .icon-bar {
1157
+ margin-top: 3px;
1158
+ }
1159
+ .nav-collapse.collapse {
1160
+ height: auto;
1161
+ }
1162
+ .navbar {
1163
+ color: #999999;
1164
+ }
1165
+ .navbar .brand:hover {
1166
+ text-decoration: none;
1167
+ }
1168
+ .navbar .brand {
1169
+ float: left;
1170
+ display: block;
1171
+ padding: 8px 20px 12px;
1172
+ margin-left: -20px;
1173
+ font-size: 20px;
1174
+ font-weight: 200;
1175
+ line-height: 1;
1176
+ color: #ffffff;
1177
+ }
1178
+ .navbar .navbar-text {
1179
+ margin-bottom: 0;
1180
+ line-height: 40px;
1181
+ }
1182
+ .navbar .btn,
1183
+ .navbar .btn-group {
1184
+ margin-top: 5px;
1185
+ }
1186
+ .navbar .btn-group .btn {
1187
+ margin-top: 0;
1188
+ }
1189
+ .navbar-form {
1190
+ margin-bottom: 0;
1191
+ *zoom: 1;
1192
+ }
1193
+ .navbar-form:before,
1194
+ .navbar-form:after {
1195
+ display: table;
1196
+ content: "";
1197
+ }
1198
+ .navbar-form:after {
1199
+ clear: both;
1200
+ }
1201
+ .navbar-form input,
1202
+ .navbar-form select,
1203
+ .navbar-form .radio,
1204
+ .navbar-form .checkbox {
1205
+ margin-top: 5px;
1206
+ }
1207
+ .navbar-form input,
1208
+ .navbar-form select {
1209
+ display: inline-block;
1210
+ margin-bottom: 0;
1211
+ }
1212
+ .navbar-form input[type="image"],
1213
+ .navbar-form input[type="checkbox"],
1214
+ .navbar-form input[type="radio"] {
1215
+ margin-top: 3px;
1216
+ }
1217
+ .navbar-form .input-append,
1218
+ .navbar-form .input-prepend {
1219
+ margin-top: 6px;
1220
+ white-space: nowrap;
1221
+ }
1222
+ .navbar-form .input-append input,
1223
+ .navbar-form .input-prepend input {
1224
+ margin-top: 0;
1225
+ }
1226
+ .navbar-search {
1227
+ position: relative;
1228
+ float: left;
1229
+ margin-top: 6px;
1230
+ margin-bottom: 0;
1231
+ }
1232
+ .navbar-search .search-query {
1233
+ padding: 4px 9px;
1234
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1235
+ font-size: 13px;
1236
+ font-weight: normal;
1237
+ line-height: 1;
1238
+ color: #ffffff;
1239
+ background-color: #626262;
1240
+ border: 1px solid #151515;
1241
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1242
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1243
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1244
+ -webkit-transition: none;
1245
+ -moz-transition: none;
1246
+ -ms-transition: none;
1247
+ -o-transition: none;
1248
+ transition: none;
1249
+ }
1250
+ .navbar-search .search-query:-moz-placeholder {
1251
+ color: #cccccc;
1252
+ }
1253
+ .navbar-search .search-query::-webkit-input-placeholder {
1254
+ color: #cccccc;
1255
+ }
1256
+ .navbar-search .search-query:focus,
1257
+ .navbar-search .search-query.focused {
1258
+ padding: 5px 10px;
1259
+ color: #333333;
1260
+ text-shadow: 0 1px 0 #ffffff;
1261
+ background-color: #ffffff;
1262
+ border: 0;
1263
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1264
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1265
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1266
+ outline: 0;
1267
+ }
1268
+ .navbar-fixed-top,
1269
+ .navbar-fixed-bottom {
1270
+ position: fixed;
1271
+ right: 0;
1272
+ left: 0;
1273
+ z-index: 1030;
1274
+ margin-bottom: 0;
1275
+ }
1276
+ .navbar-fixed-top .navbar-inner,
1277
+ .navbar-fixed-bottom .navbar-inner {
1278
+ padding-left: 0;
1279
+ padding-right: 0;
1280
+ -webkit-border-radius: 0;
1281
+ -moz-border-radius: 0;
1282
+ border-radius: 0;
1283
+ }
1284
+ .navbar-fixed-top .container,
1285
+ .navbar-fixed-bottom .container {
1286
+ width: 940px;
1287
+ }
1288
+ .navbar-fixed-top {
1289
+ top: 0;
1290
+ }
1291
+ .navbar-fixed-bottom {
1292
+ bottom: 0;
1293
+ }
1294
+ .navbar .nav {
1295
+ position: relative;
1296
+ left: 0;
1297
+ display: block;
1298
+ float: left;
1299
+ margin: 0 10px 0 0;
1300
+ }
1301
+ .navbar .nav.pull-right {
1302
+ float: right;
1303
+ }
1304
+ .navbar .nav > li {
1305
+ display: block;
1306
+ float: left;
1307
+ }
1308
+ .navbar .nav > li > a {
1309
+ float: none;
1310
+ padding: 10px 10px 11px;
1311
+ line-height: 19px;
1312
+ color: #999999;
1313
+ text-decoration: none;
1314
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1315
+ }
1316
+ .navbar .nav > li > a:hover {
1317
+ background-color: transparent;
1318
+ color: #ffffff;
1319
+ text-decoration: none;
1320
+ }
1321
+ .navbar .nav .active > a,
1322
+ .navbar .nav .active > a:hover {
1323
+ color: #ffffff;
1324
+ text-decoration: none;
1325
+ background-color: #222222;
1326
+ }
1327
+ .navbar .divider-vertical {
1328
+ height: 40px;
1329
+ width: 1px;
1330
+ margin: 0 9px;
1331
+ overflow: hidden;
1332
+ background-color: #222222;
1333
+ border-right: 1px solid #333333;
1334
+ }
1335
+ .navbar .nav.pull-right {
1336
+ margin-left: 10px;
1337
+ margin-right: 0;
1338
+ }
1339
+ .navbar .dropdown-menu {
1340
+ margin-top: 1px;
1341
+ -webkit-border-radius: 4px;
1342
+ -moz-border-radius: 4px;
1343
+ border-radius: 4px;
1344
+ }
1345
+ .navbar .dropdown-menu:before {
1346
+ content: '';
1347
+ display: inline-block;
1348
+ border-left: 7px solid transparent;
1349
+ border-right: 7px solid transparent;
1350
+ border-bottom: 7px solid #ccc;
1351
+ border-bottom-color: rgba(0, 0, 0, 0.2);
1352
+ position: absolute;
1353
+ top: -7px;
1354
+ left: 9px;
1355
+ }
1356
+ .navbar .dropdown-menu:after {
1357
+ content: '';
1358
+ display: inline-block;
1359
+ border-left: 6px solid transparent;
1360
+ border-right: 6px solid transparent;
1361
+ border-bottom: 6px solid #ffffff;
1362
+ position: absolute;
1363
+ top: -6px;
1364
+ left: 10px;
1365
+ }
1366
+ .navbar-fixed-bottom .dropdown-menu:before {
1367
+ border-top: 7px solid #ccc;
1368
+ border-top-color: rgba(0, 0, 0, 0.2);
1369
+ border-bottom: 0;
1370
+ bottom: -7px;
1371
+ top: auto;
1372
+ }
1373
+ .navbar-fixed-bottom .dropdown-menu:after {
1374
+ border-top: 6px solid #ffffff;
1375
+ border-bottom: 0;
1376
+ bottom: -6px;
1377
+ top: auto;
1378
+ }
1379
+ .navbar .nav .dropdown-toggle .caret,
1380
+ .navbar .nav .open.dropdown .caret {
1381
+ border-top-color: #ffffff;
1382
+ border-bottom-color: #ffffff;
1383
+ }
1384
+ .navbar .nav .active .caret {
1385
+ opacity: 1;
1386
+ filter: alpha(opacity=100);
1387
+ }
1388
+ .navbar .nav .open > .dropdown-toggle,
1389
+ .navbar .nav .active > .dropdown-toggle,
1390
+ .navbar .nav .open.active > .dropdown-toggle {
1391
+ background-color: transparent;
1392
+ }
1393
+ .navbar .nav .active > .dropdown-toggle:hover {
1394
+ color: #ffffff;
1395
+ }
1396
+ .navbar .nav.pull-right .dropdown-menu,
1397
+ .navbar .nav .dropdown-menu.pull-right {
1398
+ left: auto;
1399
+ right: 0;
1400
+ }
1401
+ .navbar .nav.pull-right .dropdown-menu:before,
1402
+ .navbar .nav .dropdown-menu.pull-right:before {
1403
+ left: auto;
1404
+ right: 12px;
1405
+ }
1406
+ .navbar .nav.pull-right .dropdown-menu:after,
1407
+ .navbar .nav .dropdown-menu.pull-right:after {
1408
+ left: auto;
1409
+ right: 13px;
1418
1410
  }