rdoc-generator-fivefish 0.0.1.pre.40 → 0.0.1.pre.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3990 +1,689 @@
1
- /*!
2
- * Bootstrap v2.0.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
- article,
11
- aside,
12
- details,
13
- figcaption,
14
- figure,
15
- footer,
16
- header,
17
- hgroup,
18
- nav,
19
- section {
20
- display: block;
21
- }
22
- audio,
23
- canvas,
24
- video {
25
- display: inline-block;
26
- *display: inline;
27
- *zoom: 1;
28
- }
29
- audio:not([controls]) {
30
- display: none;
31
- }
32
- html {
33
- font-size: 100%;
34
- -webkit-text-size-adjust: 100%;
35
- -ms-text-size-adjust: 100%;
36
- }
37
- a:focus {
38
- outline: thin dotted #333;
39
- outline: 5px auto -webkit-focus-ring-color;
40
- outline-offset: -2px;
41
- }
42
- a:hover,
43
- a:active {
44
- outline: 0;
45
- }
46
- sub,
47
- sup {
48
- position: relative;
49
- font-size: 75%;
50
- line-height: 0;
51
- vertical-align: baseline;
52
- }
53
- sup {
54
- top: -0.5em;
55
- }
56
- sub {
57
- bottom: -0.25em;
58
- }
59
- img {
60
- height: auto;
61
- border: 0;
62
- -ms-interpolation-mode: bicubic;
63
- vertical-align: middle;
64
- }
65
- button,
66
- input,
67
- select,
68
- textarea {
69
- margin: 0;
70
- font-size: 100%;
71
- vertical-align: middle;
72
- }
73
- button,
74
- input {
75
- *overflow: visible;
76
- line-height: normal;
77
- }
78
- button::-moz-focus-inner,
79
- input::-moz-focus-inner {
80
- padding: 0;
81
- border: 0;
82
- }
83
- button,
84
- input[type="button"],
85
- input[type="reset"],
86
- input[type="submit"] {
87
- cursor: pointer;
88
- -webkit-appearance: button;
89
- }
90
- input[type="search"] {
91
- -webkit-appearance: textfield;
92
- -webkit-box-sizing: content-box;
93
- -moz-box-sizing: content-box;
94
- box-sizing: content-box;
95
- }
96
- input[type="search"]::-webkit-search-decoration,
97
- input[type="search"]::-webkit-search-cancel-button {
98
- -webkit-appearance: none;
99
- }
100
- textarea {
101
- overflow: auto;
102
- vertical-align: top;
103
- }
104
- .clearfix {
105
- *zoom: 1;
106
- }
107
- .clearfix:before,
108
- .clearfix:after {
109
- display: table;
110
- content: "";
111
- }
112
- .clearfix:after {
113
- clear: both;
114
- }
115
- .hide-text {
116
- overflow: hidden;
117
- text-indent: 100%;
118
- white-space: nowrap;
119
- }
120
- .input-block-level {
121
- display: block;
122
- width: 100%;
123
- min-height: 28px;
124
- /* Make inputs at least the height of their button counterpart */
125
-
126
- /* Makes inputs behave like true block-level elements */
127
-
128
- -webkit-box-sizing: border-box;
129
- -moz-box-sizing: border-box;
130
- -ms-box-sizing: border-box;
131
- box-sizing: border-box;
132
- }
133
- body {
134
- margin: 0;
135
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
136
- font-size: 13px;
137
- line-height: 18px;
138
- color: #333333;
139
- background-color: #ffffff;
140
- }
141
- a {
142
- color: #0088cc;
143
- text-decoration: none;
144
- }
145
- a:hover {
146
- color: #005580;
147
- text-decoration: underline;
148
- }
149
- .row {
150
- margin-left: -20px;
151
- *zoom: 1;
152
- }
153
- .row:before,
154
- .row:after {
155
- display: table;
156
- content: "";
157
- }
158
- .row:after {
159
- clear: both;
160
- }
161
- [class*="span"] {
162
- float: left;
163
- margin-left: 20px;
164
- }
165
- .container,
166
- .navbar-fixed-top .container,
167
- .navbar-fixed-bottom .container {
168
- width: 940px;
169
- }
170
- .span12 {
171
- width: 940px;
172
- }
173
- .span11 {
174
- width: 860px;
175
- }
176
- .span10 {
177
- width: 780px;
178
- }
179
- .span9 {
180
- width: 700px;
181
- }
182
- .span8 {
183
- width: 620px;
184
- }
185
- .span7 {
186
- width: 540px;
187
- }
188
- .span6 {
189
- width: 460px;
190
- }
191
- .span5 {
192
- width: 380px;
193
- }
194
- .span4 {
195
- width: 300px;
196
- }
197
- .span3 {
198
- width: 220px;
199
- }
200
- .span2 {
201
- width: 140px;
202
- }
203
- .span1 {
204
- width: 60px;
205
- }
206
- .offset12 {
207
- margin-left: 980px;
208
- }
209
- .offset11 {
210
- margin-left: 900px;
211
- }
212
- .offset10 {
213
- margin-left: 820px;
214
- }
215
- .offset9 {
216
- margin-left: 740px;
217
- }
218
- .offset8 {
219
- margin-left: 660px;
220
- }
221
- .offset7 {
222
- margin-left: 580px;
223
- }
224
- .offset6 {
225
- margin-left: 500px;
226
- }
227
- .offset5 {
228
- margin-left: 420px;
229
- }
230
- .offset4 {
231
- margin-left: 340px;
232
- }
233
- .offset3 {
234
- margin-left: 260px;
235
- }
236
- .offset2 {
237
- margin-left: 180px;
238
- }
239
- .offset1 {
240
- margin-left: 100px;
241
- }
242
- .row-fluid {
243
- width: 100%;
244
- *zoom: 1;
245
- }
246
- .row-fluid:before,
247
- .row-fluid:after {
248
- display: table;
249
- content: "";
250
- }
251
- .row-fluid:after {
252
- clear: both;
253
- }
254
- .row-fluid > [class*="span"] {
255
- float: left;
256
- margin-left: 2.127659574%;
257
- }
258
- .row-fluid > [class*="span"]:first-child {
259
- margin-left: 0;
260
- }
261
- .row-fluid > .span12 {
262
- width: 99.99999998999999%;
263
- }
264
- .row-fluid > .span11 {
265
- width: 91.489361693%;
266
- }
267
- .row-fluid > .span10 {
268
- width: 82.97872339599999%;
269
- }
270
- .row-fluid > .span9 {
271
- width: 74.468085099%;
272
- }
273
- .row-fluid > .span8 {
274
- width: 65.95744680199999%;
275
- }
276
- .row-fluid > .span7 {
277
- width: 57.446808505%;
278
- }
279
- .row-fluid > .span6 {
280
- width: 48.93617020799999%;
281
- }
282
- .row-fluid > .span5 {
283
- width: 40.425531911%;
284
- }
285
- .row-fluid > .span4 {
286
- width: 31.914893614%;
287
- }
288
- .row-fluid > .span3 {
289
- width: 23.404255317%;
290
- }
291
- .row-fluid > .span2 {
292
- width: 14.89361702%;
293
- }
294
- .row-fluid > .span1 {
295
- width: 6.382978723%;
296
- }
297
- .container {
298
- margin-left: auto;
299
- margin-right: auto;
300
- *zoom: 1;
301
- }
302
- .container:before,
303
- .container:after {
304
- display: table;
305
- content: "";
306
- }
307
- .container:after {
308
- clear: both;
309
- }
310
- .container-fluid {
311
- padding-left: 20px;
312
- padding-right: 20px;
313
- *zoom: 1;
314
- }
315
- .container-fluid:before,
316
- .container-fluid:after {
317
- display: table;
318
- content: "";
319
- }
320
- .container-fluid:after {
321
- clear: both;
322
- }
323
- p {
324
- margin: 0 0 9px;
325
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
326
- font-size: 13px;
327
- line-height: 18px;
328
- }
329
- p small {
330
- font-size: 11px;
331
- color: #999999;
332
- }
333
- .lead {
334
- margin-bottom: 18px;
335
- font-size: 20px;
336
- font-weight: 200;
337
- line-height: 27px;
338
- }
339
- h1,
340
- h2,
341
- h3,
342
- h4,
343
- h5,
344
- h6 {
345
- margin: 0;
346
- font-family: inherit;
347
- font-weight: bold;
348
- color: inherit;
349
- text-rendering: optimizelegibility;
350
- }
351
- h1 small,
352
- h2 small,
353
- h3 small,
354
- h4 small,
355
- h5 small,
356
- h6 small {
357
- font-weight: normal;
358
- color: #999999;
359
- }
360
- h1 {
361
- font-size: 30px;
362
- line-height: 36px;
363
- }
364
- h1 small {
365
- font-size: 18px;
366
- }
367
- h2 {
368
- font-size: 24px;
369
- line-height: 36px;
370
- }
371
- h2 small {
372
- font-size: 18px;
373
- }
374
- h3 {
375
- line-height: 27px;
376
- font-size: 18px;
377
- }
378
- h3 small {
379
- font-size: 14px;
380
- }
381
- h4,
382
- h5,
383
- h6 {
384
- line-height: 18px;
385
- }
386
- h4 {
387
- font-size: 14px;
388
- }
389
- h4 small {
390
- font-size: 12px;
391
- }
392
- h5 {
393
- font-size: 12px;
394
- }
395
- h6 {
396
- font-size: 11px;
397
- color: #999999;
398
- text-transform: uppercase;
399
- }
400
- .page-header {
401
- padding-bottom: 17px;
402
- margin: 18px 0;
403
- border-bottom: 1px solid #eeeeee;
404
- }
405
- .page-header h1 {
406
- line-height: 1;
407
- }
408
- ul,
409
- ol {
410
- padding: 0;
411
- margin: 0 0 9px 25px;
412
- }
413
- ul ul,
414
- ul ol,
415
- ol ol,
416
- ol ul {
417
- margin-bottom: 0;
418
- }
419
- ul {
420
- list-style: disc;
421
- }
422
- ol {
423
- list-style: decimal;
424
- }
425
- li {
426
- line-height: 18px;
427
- }
428
- ul.unstyled,
429
- ol.unstyled {
430
- margin-left: 0;
431
- list-style: none;
432
- }
433
- dl {
434
- margin-bottom: 18px;
435
- }
436
- dt,
437
- dd {
438
- line-height: 18px;
439
- }
440
- dt {
441
- font-weight: bold;
442
- line-height: 17px;
443
- }
444
- dd {
445
- margin-left: 9px;
446
- }
447
- .dl-horizontal dt {
448
- float: left;
449
- clear: left;
450
- width: 120px;
451
- text-align: right;
452
- }
453
- .dl-horizontal dd {
454
- margin-left: 130px;
455
- }
456
- hr {
457
- margin: 18px 0;
458
- border: 0;
459
- border-top: 1px solid #eeeeee;
460
- border-bottom: 1px solid #ffffff;
461
- }
462
- strong {
463
- font-weight: bold;
464
- }
465
- em {
466
- font-style: italic;
467
- }
468
- .muted {
469
- color: #999999;
470
- }
471
- abbr[title] {
472
- border-bottom: 1px dotted #ddd;
473
- cursor: help;
474
- }
475
- abbr.initialism {
476
- font-size: 90%;
477
- text-transform: uppercase;
478
- }
479
- blockquote {
480
- padding: 0 0 0 15px;
481
- margin: 0 0 18px;
482
- border-left: 5px solid #eeeeee;
483
- }
484
- blockquote p {
485
- margin-bottom: 0;
486
- font-size: 16px;
487
- font-weight: 300;
488
- line-height: 22.5px;
489
- }
490
- blockquote small {
491
- display: block;
492
- line-height: 18px;
493
- color: #999999;
494
- }
495
- blockquote small:before {
496
- content: '\2014 \00A0';
497
- }
498
- blockquote.pull-right {
499
- float: right;
500
- padding-left: 0;
501
- padding-right: 15px;
502
- border-left: 0;
503
- border-right: 5px solid #eeeeee;
504
- }
505
- blockquote.pull-right p,
506
- blockquote.pull-right small {
507
- text-align: right;
508
- }
509
- q:before,
510
- q:after,
511
- blockquote:before,
512
- blockquote:after {
513
- content: "";
514
- }
515
- address {
516
- display: block;
517
- margin-bottom: 18px;
518
- line-height: 18px;
519
- font-style: normal;
520
- }
521
- small {
522
- font-size: 100%;
523
- }
524
- cite {
525
- font-style: normal;
526
- }
527
- code,
528
- pre {
529
- padding: 0 3px 2px;
530
- font-family: Menlo, Monaco, "Courier New", monospace;
531
- font-size: 12px;
532
- color: #333333;
533
- -webkit-border-radius: 3px;
534
- -moz-border-radius: 3px;
535
- border-radius: 3px;
536
- }
537
- code {
538
- padding: 2px 4px;
539
- color: #d14;
540
- background-color: #f7f7f9;
541
- border: 1px solid #e1e1e8;
542
- }
543
- pre {
544
- display: block;
545
- padding: 8.5px;
546
- margin: 0 0 9px;
547
- font-size: 12.025px;
548
- line-height: 18px;
549
- background-color: #f5f5f5;
550
- border: 1px solid #ccc;
551
- border: 1px solid rgba(0, 0, 0, 0.15);
552
- -webkit-border-radius: 4px;
553
- -moz-border-radius: 4px;
554
- border-radius: 4px;
555
- white-space: pre;
556
- white-space: pre-wrap;
557
- word-break: break-all;
558
- word-wrap: break-word;
559
- }
560
- pre.prettyprint {
561
- margin-bottom: 18px;
562
- }
563
- pre code {
564
- padding: 0;
565
- color: inherit;
566
- background-color: transparent;
567
- border: 0;
568
- }
569
- .pre-scrollable {
570
- max-height: 340px;
571
- overflow-y: scroll;
572
- }
573
- form {
574
- margin: 0 0 18px;
575
- }
576
- fieldset {
577
- padding: 0;
578
- margin: 0;
579
- border: 0;
580
- }
581
- legend {
582
- display: block;
583
- width: 100%;
584
- padding: 0;
585
- margin-bottom: 27px;
586
- font-size: 19.5px;
587
- line-height: 36px;
588
- color: #333333;
589
- border: 0;
590
- border-bottom: 1px solid #eee;
591
- }
592
- legend small {
593
- font-size: 13.5px;
594
- color: #999999;
595
- }
596
- label,
597
- input,
598
- button,
599
- select,
600
- textarea {
601
- font-size: 13px;
602
- font-weight: normal;
603
- line-height: 18px;
604
- }
605
- input,
606
- button,
607
- select,
608
- textarea {
609
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
610
- }
611
- label {
612
- display: block;
613
- margin-bottom: 5px;
614
- color: #333333;
615
- }
616
- input,
617
- textarea,
618
- select,
619
- .uneditable-input {
620
- display: inline-block;
621
- width: 210px;
622
- height: 18px;
623
- padding: 4px;
624
- margin-bottom: 9px;
625
- font-size: 13px;
626
- line-height: 18px;
627
- color: #555555;
628
- border: 1px solid #cccccc;
629
- -webkit-border-radius: 3px;
630
- -moz-border-radius: 3px;
631
- border-radius: 3px;
632
- }
633
- .uneditable-textarea {
634
- width: auto;
635
- height: auto;
636
- }
637
- label input,
638
- label textarea,
639
- label select {
640
- display: block;
641
- }
642
- input[type="image"],
643
- input[type="checkbox"],
644
- input[type="radio"] {
645
- width: auto;
646
- height: auto;
647
- padding: 0;
648
- margin: 3px 0;
649
- *margin-top: 0;
650
- /* IE7 */
651
-
652
- line-height: normal;
653
- cursor: pointer;
654
- -webkit-border-radius: 0;
655
- -moz-border-radius: 0;
656
- border-radius: 0;
657
- border: 0 \9;
658
- /* IE9 and down */
659
-
660
- }
661
- input[type="image"] {
662
- border: 0;
663
- }
664
- input[type="file"] {
665
- width: auto;
666
- padding: initial;
667
- line-height: initial;
668
- border: initial;
669
- background-color: #ffffff;
670
- background-color: initial;
671
- -webkit-box-shadow: none;
672
- -moz-box-shadow: none;
673
- box-shadow: none;
674
- }
675
- input[type="button"],
676
- input[type="reset"],
677
- input[type="submit"] {
678
- width: auto;
679
- height: auto;
680
- }
681
- select,
682
- input[type="file"] {
683
- height: 28px;
684
- /* In IE7, the height of the select element cannot be changed by height, only font-size */
685
-
686
- *margin-top: 4px;
687
- /* For IE7, add top margin to align select with labels */
688
-
689
- line-height: 28px;
690
- }
691
- input[type="file"] {
692
- line-height: 18px \9;
693
- }
694
- select {
695
- width: 220px;
696
- background-color: #ffffff;
697
- }
698
- select[multiple],
699
- select[size] {
700
- height: auto;
701
- }
702
- input[type="image"] {
703
- -webkit-box-shadow: none;
704
- -moz-box-shadow: none;
705
- box-shadow: none;
706
- }
707
- textarea {
708
- height: auto;
709
- }
710
- input[type="hidden"] {
711
- display: none;
712
- }
713
- .radio,
714
- .checkbox {
715
- padding-left: 18px;
716
- }
717
- .radio input[type="radio"],
718
- .checkbox input[type="checkbox"] {
719
- float: left;
720
- margin-left: -18px;
721
- }
722
- .controls > .radio:first-child,
723
- .controls > .checkbox:first-child {
724
- padding-top: 5px;
725
- }
726
- .radio.inline,
727
- .checkbox.inline {
728
- display: inline-block;
729
- padding-top: 5px;
730
- margin-bottom: 0;
731
- vertical-align: middle;
732
- }
733
- .radio.inline + .radio.inline,
734
- .checkbox.inline + .checkbox.inline {
735
- margin-left: 10px;
736
- }
737
- input,
738
- textarea {
739
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
740
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
741
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
742
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
743
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
744
- -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
745
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
746
- transition: border linear 0.2s, box-shadow linear 0.2s;
747
- }
748
- input:focus,
749
- textarea:focus {
750
- border-color: rgba(82, 168, 236, 0.8);
751
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
752
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
753
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
754
- outline: 0;
755
- outline: thin dotted \9;
756
- /* IE6-9 */
757
-
758
- }
759
- input[type="file"]:focus,
760
- input[type="radio"]:focus,
761
- input[type="checkbox"]:focus,
762
- select:focus {
763
- -webkit-box-shadow: none;
764
- -moz-box-shadow: none;
765
- box-shadow: none;
766
- outline: thin dotted #333;
767
- outline: 5px auto -webkit-focus-ring-color;
768
- outline-offset: -2px;
769
- }
770
- .input-mini {
771
- width: 60px;
772
- }
773
- .input-small {
774
- width: 90px;
775
- }
776
- .input-medium {
777
- width: 150px;
778
- }
779
- .input-large {
780
- width: 210px;
781
- }
782
- .input-xlarge {
783
- width: 270px;
784
- }
785
- .input-xxlarge {
786
- width: 530px;
787
- }
788
- input[class*="span"],
789
- select[class*="span"],
790
- textarea[class*="span"],
791
- .uneditable-input {
792
- float: none;
793
- margin-left: 0;
794
- }
795
- input,
796
- textarea,
797
- .uneditable-input {
798
- margin-left: 0;
799
- }
800
- input.span12, textarea.span12, .uneditable-input.span12 {
801
- width: 930px;
802
- }
803
- input.span11, textarea.span11, .uneditable-input.span11 {
804
- width: 850px;
805
- }
806
- input.span10, textarea.span10, .uneditable-input.span10 {
807
- width: 770px;
808
- }
809
- input.span9, textarea.span9, .uneditable-input.span9 {
810
- width: 690px;
811
- }
812
- input.span8, textarea.span8, .uneditable-input.span8 {
813
- width: 610px;
814
- }
815
- input.span7, textarea.span7, .uneditable-input.span7 {
816
- width: 530px;
817
- }
818
- input.span6, textarea.span6, .uneditable-input.span6 {
819
- width: 450px;
820
- }
821
- input.span5, textarea.span5, .uneditable-input.span5 {
822
- width: 370px;
823
- }
824
- input.span4, textarea.span4, .uneditable-input.span4 {
825
- width: 290px;
826
- }
827
- input.span3, textarea.span3, .uneditable-input.span3 {
828
- width: 210px;
829
- }
830
- input.span2, textarea.span2, .uneditable-input.span2 {
831
- width: 130px;
832
- }
833
- input.span1, textarea.span1, .uneditable-input.span1 {
834
- width: 50px;
835
- }
836
- input[disabled],
837
- select[disabled],
838
- textarea[disabled],
839
- input[readonly],
840
- select[readonly],
841
- textarea[readonly] {
842
- background-color: #eeeeee;
843
- border-color: #ddd;
844
- cursor: not-allowed;
845
- }
846
- .control-group.warning > label,
847
- .control-group.warning .help-block,
848
- .control-group.warning .help-inline {
849
- color: #c09853;
850
- }
851
- .control-group.warning input,
852
- .control-group.warning select,
853
- .control-group.warning textarea {
854
- color: #c09853;
855
- border-color: #c09853;
856
- }
857
- .control-group.warning input:focus,
858
- .control-group.warning select:focus,
859
- .control-group.warning textarea:focus {
860
- border-color: #a47e3c;
861
- -webkit-box-shadow: 0 0 6px #dbc59e;
862
- -moz-box-shadow: 0 0 6px #dbc59e;
863
- box-shadow: 0 0 6px #dbc59e;
864
- }
865
- .control-group.warning .input-prepend .add-on,
866
- .control-group.warning .input-append .add-on {
867
- color: #c09853;
868
- background-color: #fcf8e3;
869
- border-color: #c09853;
870
- }
871
- .control-group.error > label,
872
- .control-group.error .help-block,
873
- .control-group.error .help-inline {
874
- color: #b94a48;
875
- }
876
- .control-group.error input,
877
- .control-group.error select,
878
- .control-group.error textarea {
879
- color: #b94a48;
880
- border-color: #b94a48;
881
- }
882
- .control-group.error input:focus,
883
- .control-group.error select:focus,
884
- .control-group.error textarea:focus {
885
- border-color: #953b39;
886
- -webkit-box-shadow: 0 0 6px #d59392;
887
- -moz-box-shadow: 0 0 6px #d59392;
888
- box-shadow: 0 0 6px #d59392;
889
- }
890
- .control-group.error .input-prepend .add-on,
891
- .control-group.error .input-append .add-on {
892
- color: #b94a48;
893
- background-color: #f2dede;
894
- border-color: #b94a48;
895
- }
896
- .control-group.success > label,
897
- .control-group.success .help-block,
898
- .control-group.success .help-inline {
899
- color: #468847;
900
- }
901
- .control-group.success input,
902
- .control-group.success select,
903
- .control-group.success textarea {
904
- color: #468847;
905
- border-color: #468847;
906
- }
907
- .control-group.success input:focus,
908
- .control-group.success select:focus,
909
- .control-group.success textarea:focus {
910
- border-color: #356635;
911
- -webkit-box-shadow: 0 0 6px #7aba7b;
912
- -moz-box-shadow: 0 0 6px #7aba7b;
913
- box-shadow: 0 0 6px #7aba7b;
914
- }
915
- .control-group.success .input-prepend .add-on,
916
- .control-group.success .input-append .add-on {
917
- color: #468847;
918
- background-color: #dff0d8;
919
- border-color: #468847;
920
- }
921
- input:focus:required:invalid,
922
- textarea:focus:required:invalid,
923
- select:focus:required:invalid {
924
- color: #b94a48;
925
- border-color: #ee5f5b;
926
- }
927
- input:focus:required:invalid:focus,
928
- textarea:focus:required:invalid:focus,
929
- select:focus:required:invalid:focus {
930
- border-color: #e9322d;
931
- -webkit-box-shadow: 0 0 6px #f8b9b7;
932
- -moz-box-shadow: 0 0 6px #f8b9b7;
933
- box-shadow: 0 0 6px #f8b9b7;
934
- }
935
- .form-actions {
936
- padding: 17px 20px 18px;
937
- margin-top: 18px;
938
- margin-bottom: 18px;
939
- background-color: #eeeeee;
940
- border-top: 1px solid #ddd;
941
- *zoom: 1;
942
- }
943
- .form-actions:before,
944
- .form-actions:after {
945
- display: table;
946
- content: "";
947
- }
948
- .form-actions:after {
949
- clear: both;
950
- }
951
- .uneditable-input {
952
- display: block;
953
- background-color: #ffffff;
954
- border-color: #eee;
955
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
956
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
957
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
958
- cursor: not-allowed;
959
- }
960
- :-moz-placeholder {
961
- color: #999999;
962
- }
963
- ::-webkit-input-placeholder {
964
- color: #999999;
965
- }
966
- .help-block,
967
- .help-inline {
968
- color: #555555;
969
- }
970
- .help-block {
971
- display: block;
972
- margin-bottom: 9px;
973
- }
974
- .help-inline {
975
- display: inline-block;
976
- *display: inline;
977
- /* IE7 inline-block hack */
978
-
979
- *zoom: 1;
980
- vertical-align: middle;
981
- padding-left: 5px;
982
- }
983
- .input-prepend,
984
- .input-append {
985
- margin-bottom: 5px;
986
- }
987
- .input-prepend input,
988
- .input-append input,
989
- .input-prepend select,
990
- .input-append select,
991
- .input-prepend .uneditable-input,
992
- .input-append .uneditable-input {
993
- *margin-left: 0;
994
- -webkit-border-radius: 0 3px 3px 0;
995
- -moz-border-radius: 0 3px 3px 0;
996
- border-radius: 0 3px 3px 0;
997
- }
998
- .input-prepend input:focus,
999
- .input-append input:focus,
1000
- .input-prepend select:focus,
1001
- .input-append select:focus,
1002
- .input-prepend .uneditable-input:focus,
1003
- .input-append .uneditable-input:focus {
1004
- position: relative;
1005
- z-index: 2;
1006
- }
1007
- .input-prepend .uneditable-input,
1008
- .input-append .uneditable-input {
1009
- border-left-color: #ccc;
1010
- }
1011
- .input-prepend .add-on,
1012
- .input-append .add-on {
1013
- display: inline-block;
1014
- width: auto;
1015
- min-width: 16px;
1016
- height: 18px;
1017
- padding: 4px 5px;
1018
- font-weight: normal;
1019
- line-height: 18px;
1020
- text-align: center;
1021
- text-shadow: 0 1px 0 #ffffff;
1022
- vertical-align: middle;
1023
- background-color: #eeeeee;
1024
- border: 1px solid #ccc;
1025
- }
1026
- .input-prepend .add-on,
1027
- .input-append .add-on,
1028
- .input-prepend .btn,
1029
- .input-append .btn {
1030
- -webkit-border-radius: 3px 0 0 3px;
1031
- -moz-border-radius: 3px 0 0 3px;
1032
- border-radius: 3px 0 0 3px;
1033
- }
1034
- .input-prepend .active,
1035
- .input-append .active {
1036
- background-color: #a9dba9;
1037
- border-color: #46a546;
1038
- }
1039
- .input-prepend .add-on,
1040
- .input-prepend .btn {
1041
- margin-right: -1px;
1042
- }
1043
- .input-append input,
1044
- .input-append select .uneditable-input {
1045
- -webkit-border-radius: 3px 0 0 3px;
1046
- -moz-border-radius: 3px 0 0 3px;
1047
- border-radius: 3px 0 0 3px;
1048
- }
1049
- .input-append .uneditable-input {
1050
- border-left-color: #eee;
1051
- border-right-color: #ccc;
1052
- }
1053
- .input-append .add-on,
1054
- .input-append .btn {
1055
- margin-left: -1px;
1056
- -webkit-border-radius: 0 3px 3px 0;
1057
- -moz-border-radius: 0 3px 3px 0;
1058
- border-radius: 0 3px 3px 0;
1059
- }
1060
- .input-prepend.input-append input,
1061
- .input-prepend.input-append select,
1062
- .input-prepend.input-append .uneditable-input {
1063
- -webkit-border-radius: 0;
1064
- -moz-border-radius: 0;
1065
- border-radius: 0;
1066
- }
1067
- .input-prepend.input-append .add-on:first-child,
1068
- .input-prepend.input-append .btn:first-child {
1069
- margin-right: -1px;
1070
- -webkit-border-radius: 3px 0 0 3px;
1071
- -moz-border-radius: 3px 0 0 3px;
1072
- border-radius: 3px 0 0 3px;
1073
- }
1074
- .input-prepend.input-append .add-on:last-child,
1075
- .input-prepend.input-append .btn:last-child {
1076
- margin-left: -1px;
1077
- -webkit-border-radius: 0 3px 3px 0;
1078
- -moz-border-radius: 0 3px 3px 0;
1079
- border-radius: 0 3px 3px 0;
1080
- }
1081
- .search-query {
1082
- padding-left: 14px;
1083
- padding-right: 14px;
1084
- margin-bottom: 0;
1085
- -webkit-border-radius: 14px;
1086
- -moz-border-radius: 14px;
1087
- border-radius: 14px;
1088
- }
1089
- .form-search input,
1090
- .form-inline input,
1091
- .form-horizontal input,
1092
- .form-search textarea,
1093
- .form-inline textarea,
1094
- .form-horizontal textarea,
1095
- .form-search select,
1096
- .form-inline select,
1097
- .form-horizontal select,
1098
- .form-search .help-inline,
1099
- .form-inline .help-inline,
1100
- .form-horizontal .help-inline,
1101
- .form-search .uneditable-input,
1102
- .form-inline .uneditable-input,
1103
- .form-horizontal .uneditable-input,
1104
- .form-search .input-prepend,
1105
- .form-inline .input-prepend,
1106
- .form-horizontal .input-prepend,
1107
- .form-search .input-append,
1108
- .form-inline .input-append,
1109
- .form-horizontal .input-append {
1110
- display: inline-block;
1111
- margin-bottom: 0;
1112
- }
1113
- .form-search .hide,
1114
- .form-inline .hide,
1115
- .form-horizontal .hide {
1116
- display: none;
1117
- }
1118
- .form-search label,
1119
- .form-inline label {
1120
- display: inline-block;
1121
- }
1122
- .form-search .input-append,
1123
- .form-inline .input-append,
1124
- .form-search .input-prepend,
1125
- .form-inline .input-prepend {
1126
- margin-bottom: 0;
1127
- }
1128
- .form-search .radio,
1129
- .form-search .checkbox,
1130
- .form-inline .radio,
1131
- .form-inline .checkbox {
1132
- padding-left: 0;
1133
- margin-bottom: 0;
1134
- vertical-align: middle;
1135
- }
1136
- .form-search .radio input[type="radio"],
1137
- .form-search .checkbox input[type="checkbox"],
1138
- .form-inline .radio input[type="radio"],
1139
- .form-inline .checkbox input[type="checkbox"] {
1140
- float: left;
1141
- margin-left: 0;
1142
- margin-right: 3px;
1143
- }
1144
- .control-group {
1145
- margin-bottom: 9px;
1146
- }
1147
- legend + .control-group {
1148
- margin-top: 18px;
1149
- -webkit-margin-top-collapse: separate;
1150
- }
1151
- .form-horizontal .control-group {
1152
- margin-bottom: 18px;
1153
- *zoom: 1;
1154
- }
1155
- .form-horizontal .control-group:before,
1156
- .form-horizontal .control-group:after {
1157
- display: table;
1158
- content: "";
1159
- }
1160
- .form-horizontal .control-group:after {
1161
- clear: both;
1162
- }
1163
- .form-horizontal .control-label {
1164
- float: left;
1165
- width: 140px;
1166
- padding-top: 5px;
1167
- text-align: right;
1168
- }
1169
- .form-horizontal .controls {
1170
- margin-left: 160px;
1171
- /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
1172
-
1173
- *display: inline-block;
1174
- *margin-left: 0;
1175
- *padding-left: 20px;
1176
- }
1177
- .form-horizontal .help-block {
1178
- margin-top: 9px;
1179
- margin-bottom: 0;
1180
- }
1181
- .form-horizontal .form-actions {
1182
- padding-left: 160px;
1183
- }
1184
- table {
1185
- max-width: 100%;
1186
- border-collapse: collapse;
1187
- border-spacing: 0;
1188
- background-color: transparent;
1189
- }
1190
- .table {
1191
- width: 100%;
1192
- margin-bottom: 18px;
1193
- }
1194
- .table th,
1195
- .table td {
1196
- padding: 8px;
1197
- line-height: 18px;
1198
- text-align: left;
1199
- vertical-align: top;
1200
- border-top: 1px solid #dddddd;
1201
- }
1202
- .table th {
1203
- font-weight: bold;
1204
- }
1205
- .table thead th {
1206
- vertical-align: bottom;
1207
- }
1208
- .table colgroup + thead tr:first-child th,
1209
- .table colgroup + thead tr:first-child td,
1210
- .table thead:first-child tr:first-child th,
1211
- .table thead:first-child tr:first-child td {
1212
- border-top: 0;
1213
- }
1214
- .table tbody + tbody {
1215
- border-top: 2px solid #dddddd;
1216
- }
1217
- .table-condensed th,
1218
- .table-condensed td {
1219
- padding: 4px 5px;
1220
- }
1221
- .table-bordered {
1222
- border: 1px solid #dddddd;
1223
- border-left: 0;
1224
- border-collapse: separate;
1225
- *border-collapse: collapsed;
1226
- -webkit-border-radius: 4px;
1227
- -moz-border-radius: 4px;
1228
- border-radius: 4px;
1229
- }
1230
- .table-bordered th,
1231
- .table-bordered td {
1232
- border-left: 1px solid #dddddd;
1233
- }
1234
- .table-bordered thead:first-child tr:first-child th,
1235
- .table-bordered tbody:first-child tr:first-child th,
1236
- .table-bordered tbody:first-child tr:first-child td {
1237
- border-top: 0;
1238
- }
1239
- .table-bordered thead:first-child tr:first-child th:first-child,
1240
- .table-bordered tbody:first-child tr:first-child td:first-child {
1241
- -webkit-border-radius: 4px 0 0 0;
1242
- -moz-border-radius: 4px 0 0 0;
1243
- border-radius: 4px 0 0 0;
1244
- }
1245
- .table-bordered thead:first-child tr:first-child th:last-child,
1246
- .table-bordered tbody:first-child tr:first-child td:last-child {
1247
- -webkit-border-radius: 0 4px 0 0;
1248
- -moz-border-radius: 0 4px 0 0;
1249
- border-radius: 0 4px 0 0;
1250
- }
1251
- .table-bordered thead:last-child tr:last-child th:first-child,
1252
- .table-bordered tbody:last-child tr:last-child td:first-child {
1253
- -webkit-border-radius: 0 0 0 4px;
1254
- -moz-border-radius: 0 0 0 4px;
1255
- border-radius: 0 0 0 4px;
1256
- }
1257
- .table-bordered thead:last-child tr:last-child th:last-child,
1258
- .table-bordered tbody:last-child tr:last-child td:last-child {
1259
- -webkit-border-radius: 0 0 4px 0;
1260
- -moz-border-radius: 0 0 4px 0;
1261
- border-radius: 0 0 4px 0;
1262
- }
1263
- .table-striped tbody tr:nth-child(odd) td,
1264
- .table-striped tbody tr:nth-child(odd) th {
1265
- background-color: #f9f9f9;
1266
- }
1267
- .table tbody tr:hover td,
1268
- .table tbody tr:hover th {
1269
- background-color: #f5f5f5;
1270
- }
1271
- table .span1 {
1272
- float: none;
1273
- width: 44px;
1274
- margin-left: 0;
1275
- }
1276
- table .span2 {
1277
- float: none;
1278
- width: 124px;
1279
- margin-left: 0;
1280
- }
1281
- table .span3 {
1282
- float: none;
1283
- width: 204px;
1284
- margin-left: 0;
1285
- }
1286
- table .span4 {
1287
- float: none;
1288
- width: 284px;
1289
- margin-left: 0;
1290
- }
1291
- table .span5 {
1292
- float: none;
1293
- width: 364px;
1294
- margin-left: 0;
1295
- }
1296
- table .span6 {
1297
- float: none;
1298
- width: 444px;
1299
- margin-left: 0;
1300
- }
1301
- table .span7 {
1302
- float: none;
1303
- width: 524px;
1304
- margin-left: 0;
1305
- }
1306
- table .span8 {
1307
- float: none;
1308
- width: 604px;
1309
- margin-left: 0;
1310
- }
1311
- table .span9 {
1312
- float: none;
1313
- width: 684px;
1314
- margin-left: 0;
1315
- }
1316
- table .span10 {
1317
- float: none;
1318
- width: 764px;
1319
- margin-left: 0;
1320
- }
1321
- table .span11 {
1322
- float: none;
1323
- width: 844px;
1324
- margin-left: 0;
1325
- }
1326
- table .span12 {
1327
- float: none;
1328
- width: 924px;
1329
- margin-left: 0;
1330
- }
1331
- table .span13 {
1332
- float: none;
1333
- width: 1004px;
1334
- margin-left: 0;
1335
- }
1336
- table .span14 {
1337
- float: none;
1338
- width: 1084px;
1339
- margin-left: 0;
1340
- }
1341
- table .span15 {
1342
- float: none;
1343
- width: 1164px;
1344
- margin-left: 0;
1345
- }
1346
- table .span16 {
1347
- float: none;
1348
- width: 1244px;
1349
- margin-left: 0;
1350
- }
1351
- table .span17 {
1352
- float: none;
1353
- width: 1324px;
1354
- margin-left: 0;
1355
- }
1356
- table .span18 {
1357
- float: none;
1358
- width: 1404px;
1359
- margin-left: 0;
1360
- }
1361
- table .span19 {
1362
- float: none;
1363
- width: 1484px;
1364
- margin-left: 0;
1365
- }
1366
- table .span20 {
1367
- float: none;
1368
- width: 1564px;
1369
- margin-left: 0;
1370
- }
1371
- table .span21 {
1372
- float: none;
1373
- width: 1644px;
1374
- margin-left: 0;
1375
- }
1376
- table .span22 {
1377
- float: none;
1378
- width: 1724px;
1379
- margin-left: 0;
1380
- }
1381
- table .span23 {
1382
- float: none;
1383
- width: 1804px;
1384
- margin-left: 0;
1385
- }
1386
- table .span24 {
1387
- float: none;
1388
- width: 1884px;
1389
- margin-left: 0;
1390
- }
1391
- [class^="icon-"],
1392
- [class*=" icon-"] {
1393
- display: inline-block;
1394
- width: 14px;
1395
- height: 14px;
1396
- line-height: 14px;
1397
- vertical-align: text-top;
1398
- background-image: url("../img/glyphicons-halflings.png");
1399
- background-position: 14px 14px;
1400
- background-repeat: no-repeat;
1401
- *margin-right: .3em;
1402
- }
1403
- [class^="icon-"]:last-child,
1404
- [class*=" icon-"]:last-child {
1405
- *margin-left: 0;
1406
- }
1407
- .icon-white {
1408
- background-image: url("../img/glyphicons-halflings-white.png");
1409
- }
1410
- .icon-glass {
1411
- background-position: 0 0;
1412
- }
1413
- .icon-music {
1414
- background-position: -24px 0;
1415
- }
1416
- .icon-search {
1417
- background-position: -48px 0;
1418
- }
1419
- .icon-envelope {
1420
- background-position: -72px 0;
1421
- }
1422
- .icon-heart {
1423
- background-position: -96px 0;
1424
- }
1425
- .icon-star {
1426
- background-position: -120px 0;
1427
- }
1428
- .icon-star-empty {
1429
- background-position: -144px 0;
1430
- }
1431
- .icon-user {
1432
- background-position: -168px 0;
1433
- }
1434
- .icon-film {
1435
- background-position: -192px 0;
1436
- }
1437
- .icon-th-large {
1438
- background-position: -216px 0;
1439
- }
1440
- .icon-th {
1441
- background-position: -240px 0;
1442
- }
1443
- .icon-th-list {
1444
- background-position: -264px 0;
1445
- }
1446
- .icon-ok {
1447
- background-position: -288px 0;
1448
- }
1449
- .icon-remove {
1450
- background-position: -312px 0;
1451
- }
1452
- .icon-zoom-in {
1453
- background-position: -336px 0;
1454
- }
1455
- .icon-zoom-out {
1456
- background-position: -360px 0;
1457
- }
1458
- .icon-off {
1459
- background-position: -384px 0;
1460
- }
1461
- .icon-signal {
1462
- background-position: -408px 0;
1463
- }
1464
- .icon-cog {
1465
- background-position: -432px 0;
1466
- }
1467
- .icon-trash {
1468
- background-position: -456px 0;
1469
- }
1470
- .icon-home {
1471
- background-position: 0 -24px;
1472
- }
1473
- .icon-file {
1474
- background-position: -24px -24px;
1475
- }
1476
- .icon-time {
1477
- background-position: -48px -24px;
1478
- }
1479
- .icon-road {
1480
- background-position: -72px -24px;
1481
- }
1482
- .icon-download-alt {
1483
- background-position: -96px -24px;
1484
- }
1485
- .icon-download {
1486
- background-position: -120px -24px;
1487
- }
1488
- .icon-upload {
1489
- background-position: -144px -24px;
1490
- }
1491
- .icon-inbox {
1492
- background-position: -168px -24px;
1493
- }
1494
- .icon-play-circle {
1495
- background-position: -192px -24px;
1496
- }
1497
- .icon-repeat {
1498
- background-position: -216px -24px;
1499
- }
1500
- .icon-refresh {
1501
- background-position: -240px -24px;
1502
- }
1503
- .icon-list-alt {
1504
- background-position: -264px -24px;
1505
- }
1506
- .icon-lock {
1507
- background-position: -287px -24px;
1508
- }
1509
- .icon-flag {
1510
- background-position: -312px -24px;
1511
- }
1512
- .icon-headphones {
1513
- background-position: -336px -24px;
1514
- }
1515
- .icon-volume-off {
1516
- background-position: -360px -24px;
1517
- }
1518
- .icon-volume-down {
1519
- background-position: -384px -24px;
1520
- }
1521
- .icon-volume-up {
1522
- background-position: -408px -24px;
1523
- }
1524
- .icon-qrcode {
1525
- background-position: -432px -24px;
1526
- }
1527
- .icon-barcode {
1528
- background-position: -456px -24px;
1529
- }
1530
- .icon-tag {
1531
- background-position: 0 -48px;
1532
- }
1533
- .icon-tags {
1534
- background-position: -25px -48px;
1535
- }
1536
- .icon-book {
1537
- background-position: -48px -48px;
1538
- }
1539
- .icon-bookmark {
1540
- background-position: -72px -48px;
1541
- }
1542
- .icon-print {
1543
- background-position: -96px -48px;
1544
- }
1545
- .icon-camera {
1546
- background-position: -120px -48px;
1547
- }
1548
- .icon-font {
1549
- background-position: -144px -48px;
1550
- }
1551
- .icon-bold {
1552
- background-position: -167px -48px;
1553
- }
1554
- .icon-italic {
1555
- background-position: -192px -48px;
1556
- }
1557
- .icon-text-height {
1558
- background-position: -216px -48px;
1559
- }
1560
- .icon-text-width {
1561
- background-position: -240px -48px;
1562
- }
1563
- .icon-align-left {
1564
- background-position: -264px -48px;
1565
- }
1566
- .icon-align-center {
1567
- background-position: -288px -48px;
1568
- }
1569
- .icon-align-right {
1570
- background-position: -312px -48px;
1571
- }
1572
- .icon-align-justify {
1573
- background-position: -336px -48px;
1574
- }
1575
- .icon-list {
1576
- background-position: -360px -48px;
1577
- }
1578
- .icon-indent-left {
1579
- background-position: -384px -48px;
1580
- }
1581
- .icon-indent-right {
1582
- background-position: -408px -48px;
1583
- }
1584
- .icon-facetime-video {
1585
- background-position: -432px -48px;
1586
- }
1587
- .icon-picture {
1588
- background-position: -456px -48px;
1589
- }
1590
- .icon-pencil {
1591
- background-position: 0 -72px;
1592
- }
1593
- .icon-map-marker {
1594
- background-position: -24px -72px;
1595
- }
1596
- .icon-adjust {
1597
- background-position: -48px -72px;
1598
- }
1599
- .icon-tint {
1600
- background-position: -72px -72px;
1601
- }
1602
- .icon-edit {
1603
- background-position: -96px -72px;
1604
- }
1605
- .icon-share {
1606
- background-position: -120px -72px;
1607
- }
1608
- .icon-check {
1609
- background-position: -144px -72px;
1610
- }
1611
- .icon-move {
1612
- background-position: -168px -72px;
1613
- }
1614
- .icon-step-backward {
1615
- background-position: -192px -72px;
1616
- }
1617
- .icon-fast-backward {
1618
- background-position: -216px -72px;
1619
- }
1620
- .icon-backward {
1621
- background-position: -240px -72px;
1622
- }
1623
- .icon-play {
1624
- background-position: -264px -72px;
1625
- }
1626
- .icon-pause {
1627
- background-position: -288px -72px;
1628
- }
1629
- .icon-stop {
1630
- background-position: -312px -72px;
1631
- }
1632
- .icon-forward {
1633
- background-position: -336px -72px;
1634
- }
1635
- .icon-fast-forward {
1636
- background-position: -360px -72px;
1637
- }
1638
- .icon-step-forward {
1639
- background-position: -384px -72px;
1640
- }
1641
- .icon-eject {
1642
- background-position: -408px -72px;
1643
- }
1644
- .icon-chevron-left {
1645
- background-position: -432px -72px;
1646
- }
1647
- .icon-chevron-right {
1648
- background-position: -456px -72px;
1649
- }
1650
- .icon-plus-sign {
1651
- background-position: 0 -96px;
1652
- }
1653
- .icon-minus-sign {
1654
- background-position: -24px -96px;
1655
- }
1656
- .icon-remove-sign {
1657
- background-position: -48px -96px;
1658
- }
1659
- .icon-ok-sign {
1660
- background-position: -72px -96px;
1661
- }
1662
- .icon-question-sign {
1663
- background-position: -96px -96px;
1664
- }
1665
- .icon-info-sign {
1666
- background-position: -120px -96px;
1667
- }
1668
- .icon-screenshot {
1669
- background-position: -144px -96px;
1670
- }
1671
- .icon-remove-circle {
1672
- background-position: -168px -96px;
1673
- }
1674
- .icon-ok-circle {
1675
- background-position: -192px -96px;
1676
- }
1677
- .icon-ban-circle {
1678
- background-position: -216px -96px;
1679
- }
1680
- .icon-arrow-left {
1681
- background-position: -240px -96px;
1682
- }
1683
- .icon-arrow-right {
1684
- background-position: -264px -96px;
1685
- }
1686
- .icon-arrow-up {
1687
- background-position: -289px -96px;
1688
- }
1689
- .icon-arrow-down {
1690
- background-position: -312px -96px;
1691
- }
1692
- .icon-share-alt {
1693
- background-position: -336px -96px;
1694
- }
1695
- .icon-resize-full {
1696
- background-position: -360px -96px;
1697
- }
1698
- .icon-resize-small {
1699
- background-position: -384px -96px;
1700
- }
1701
- .icon-plus {
1702
- background-position: -408px -96px;
1703
- }
1704
- .icon-minus {
1705
- background-position: -433px -96px;
1706
- }
1707
- .icon-asterisk {
1708
- background-position: -456px -96px;
1709
- }
1710
- .icon-exclamation-sign {
1711
- background-position: 0 -120px;
1712
- }
1713
- .icon-gift {
1714
- background-position: -24px -120px;
1715
- }
1716
- .icon-leaf {
1717
- background-position: -48px -120px;
1718
- }
1719
- .icon-fire {
1720
- background-position: -72px -120px;
1721
- }
1722
- .icon-eye-open {
1723
- background-position: -96px -120px;
1724
- }
1725
- .icon-eye-close {
1726
- background-position: -120px -120px;
1727
- }
1728
- .icon-warning-sign {
1729
- background-position: -144px -120px;
1730
- }
1731
- .icon-plane {
1732
- background-position: -168px -120px;
1733
- }
1734
- .icon-calendar {
1735
- background-position: -192px -120px;
1736
- }
1737
- .icon-random {
1738
- background-position: -216px -120px;
1739
- }
1740
- .icon-comment {
1741
- background-position: -240px -120px;
1742
- }
1743
- .icon-magnet {
1744
- background-position: -264px -120px;
1745
- }
1746
- .icon-chevron-up {
1747
- background-position: -288px -120px;
1748
- }
1749
- .icon-chevron-down {
1750
- background-position: -313px -119px;
1751
- }
1752
- .icon-retweet {
1753
- background-position: -336px -120px;
1754
- }
1755
- .icon-shopping-cart {
1756
- background-position: -360px -120px;
1757
- }
1758
- .icon-folder-close {
1759
- background-position: -384px -120px;
1760
- }
1761
- .icon-folder-open {
1762
- background-position: -408px -120px;
1763
- }
1764
- .icon-resize-vertical {
1765
- background-position: -432px -119px;
1766
- }
1767
- .icon-resize-horizontal {
1768
- background-position: -456px -118px;
1769
- }
1770
- .dropdown {
1771
- position: relative;
1772
- }
1773
- .dropdown-toggle {
1774
- *margin-bottom: -3px;
1775
- }
1776
- .dropdown-toggle:active,
1777
- .open .dropdown-toggle {
1778
- outline: 0;
1779
- }
1780
- .caret {
1781
- display: inline-block;
1782
- width: 0;
1783
- height: 0;
1784
- vertical-align: top;
1785
- border-left: 4px solid transparent;
1786
- border-right: 4px solid transparent;
1787
- border-top: 4px solid #000000;
1788
- opacity: 0.3;
1789
- filter: alpha(opacity=30);
1790
- content: "";
1791
- }
1792
- .dropdown .caret {
1793
- margin-top: 8px;
1794
- margin-left: 2px;
1795
- }
1796
- .dropdown:hover .caret,
1797
- .open.dropdown .caret {
1798
- opacity: 1;
1799
- filter: alpha(opacity=100);
1800
- }
1801
- .dropdown-menu {
1802
- position: absolute;
1803
- top: 100%;
1804
- left: 0;
1805
- z-index: 1000;
1806
- float: left;
1807
- display: none;
1808
- min-width: 160px;
1809
- padding: 4px 0;
1810
- margin: 0;
1811
- list-style: none;
1812
- background-color: #ffffff;
1813
- border-color: #ccc;
1814
- border-color: rgba(0, 0, 0, 0.2);
1815
- border-style: solid;
1816
- border-width: 1px;
1817
- -webkit-border-radius: 0 0 5px 5px;
1818
- -moz-border-radius: 0 0 5px 5px;
1819
- border-radius: 0 0 5px 5px;
1820
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1821
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1822
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1823
- -webkit-background-clip: padding-box;
1824
- -moz-background-clip: padding;
1825
- background-clip: padding-box;
1826
- *border-right-width: 2px;
1827
- *border-bottom-width: 2px;
1828
- }
1829
- .dropdown-menu.pull-right {
1830
- right: 0;
1831
- left: auto;
1832
- }
1833
- .dropdown-menu .divider {
1834
- height: 1px;
1835
- margin: 8px 1px;
1836
- overflow: hidden;
1837
- background-color: #e5e5e5;
1838
- border-bottom: 1px solid #ffffff;
1839
- *width: 100%;
1840
- *margin: -5px 0 5px;
1841
- }
1842
- .dropdown-menu a {
1843
- display: block;
1844
- padding: 3px 15px;
1845
- clear: both;
1846
- font-weight: normal;
1847
- line-height: 18px;
1848
- color: #333333;
1849
- white-space: nowrap;
1850
- }
1851
- .dropdown-menu li > a:hover,
1852
- .dropdown-menu .active > a,
1853
- .dropdown-menu .active > a:hover {
1854
- color: #ffffff;
1855
- text-decoration: none;
1856
- background-color: #0088cc;
1857
- }
1858
- .dropdown.open {
1859
- *z-index: 1000;
1860
- }
1861
- .dropdown.open .dropdown-toggle {
1862
- color: #ffffff;
1863
- background: #ccc;
1864
- background: rgba(0, 0, 0, 0.3);
1865
- }
1866
- .dropdown.open .dropdown-menu {
1867
- display: block;
1868
- }
1869
- .pull-right .dropdown-menu {
1870
- left: auto;
1871
- right: 0;
1872
- }
1873
- .dropup .caret,
1874
- .navbar-fixed-bottom .dropdown .caret {
1875
- border-top: 0;
1876
- border-bottom: 4px solid #000000;
1877
- content: "\2191";
1878
- }
1879
- .dropup .dropdown-menu,
1880
- .navbar-fixed-bottom .dropdown .dropdown-menu {
1881
- top: auto;
1882
- bottom: 100%;
1883
- margin-bottom: 1px;
1884
- }
1885
- .typeahead {
1886
- margin-top: 2px;
1887
- -webkit-border-radius: 4px;
1888
- -moz-border-radius: 4px;
1889
- border-radius: 4px;
1890
- }
1891
- .well {
1892
- min-height: 20px;
1893
- padding: 19px;
1894
- margin-bottom: 20px;
1895
- background-color: #f5f5f5;
1896
- border: 1px solid #eee;
1897
- border: 1px solid rgba(0, 0, 0, 0.05);
1898
- -webkit-border-radius: 4px;
1899
- -moz-border-radius: 4px;
1900
- border-radius: 4px;
1901
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1902
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1903
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1904
- }
1905
- .well blockquote {
1906
- border-color: #ddd;
1907
- border-color: rgba(0, 0, 0, 0.15);
1908
- }
1909
- .well-large {
1910
- padding: 24px;
1911
- -webkit-border-radius: 6px;
1912
- -moz-border-radius: 6px;
1913
- border-radius: 6px;
1914
- }
1915
- .well-small {
1916
- padding: 9px;
1917
- -webkit-border-radius: 3px;
1918
- -moz-border-radius: 3px;
1919
- border-radius: 3px;
1920
- }
1921
- .fade {
1922
- -webkit-transition: opacity 0.15s linear;
1923
- -moz-transition: opacity 0.15s linear;
1924
- -ms-transition: opacity 0.15s linear;
1925
- -o-transition: opacity 0.15s linear;
1926
- transition: opacity 0.15s linear;
1927
- opacity: 0;
1928
- }
1929
- .fade.in {
1930
- opacity: 1;
1931
- }
1932
- .collapse {
1933
- -webkit-transition: height 0.35s ease;
1934
- -moz-transition: height 0.35s ease;
1935
- -ms-transition: height 0.35s ease;
1936
- -o-transition: height 0.35s ease;
1937
- transition: height 0.35s ease;
1938
- position: relative;
1939
- overflow: hidden;
1940
- height: 0;
1941
- }
1942
- .collapse.in {
1943
- height: auto;
1944
- }
1945
- .close {
1946
- float: right;
1947
- font-size: 20px;
1948
- font-weight: bold;
1949
- line-height: 18px;
1950
- color: #000000;
1951
- text-shadow: 0 1px 0 #ffffff;
1952
- opacity: 0.2;
1953
- filter: alpha(opacity=20);
1954
- }
1955
- .close:hover {
1956
- color: #000000;
1957
- text-decoration: none;
1958
- opacity: 0.4;
1959
- filter: alpha(opacity=40);
1960
- cursor: pointer;
1961
- }
1962
- .btn {
1963
- display: inline-block;
1964
- *display: inline;
1965
- /* IE7 inline-block hack */
1966
-
1967
- *zoom: 1;
1968
- padding: 4px 10px 4px;
1969
- margin-bottom: 0;
1970
- font-size: 13px;
1971
- line-height: 18px;
1972
- color: #333333;
1973
- text-align: center;
1974
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1975
- vertical-align: middle;
1976
- background-color: #f5f5f5;
1977
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1978
- background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
1979
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1980
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1981
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1982
- background-image: linear-gradient(top, #ffffff, #e6e6e6);
1983
- background-repeat: repeat-x;
1984
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
1985
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1986
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1987
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1988
- border: 1px solid #cccccc;
1989
- border-bottom-color: #b3b3b3;
1990
- -webkit-border-radius: 4px;
1991
- -moz-border-radius: 4px;
1992
- border-radius: 4px;
1993
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1994
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1995
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1996
- cursor: pointer;
1997
- *margin-left: .3em;
1998
- }
1999
- .btn:hover,
2000
- .btn:active,
2001
- .btn.active,
2002
- .btn.disabled,
2003
- .btn[disabled] {
2004
- background-color: #e6e6e6;
2005
- }
2006
- .btn:active,
2007
- .btn.active {
2008
- background-color: #cccccc \9;
2009
- }
2010
- .btn:first-child {
2011
- *margin-left: 0;
2012
- }
2013
- .btn:hover {
2014
- color: #333333;
2015
- text-decoration: none;
2016
- background-color: #e6e6e6;
2017
- background-position: 0 -15px;
2018
- -webkit-transition: background-position 0.1s linear;
2019
- -moz-transition: background-position 0.1s linear;
2020
- -ms-transition: background-position 0.1s linear;
2021
- -o-transition: background-position 0.1s linear;
2022
- transition: background-position 0.1s linear;
2023
- }
2024
- .btn:focus {
2025
- outline: thin dotted #333;
2026
- outline: 5px auto -webkit-focus-ring-color;
2027
- outline-offset: -2px;
2028
- }
2029
- .btn.active,
2030
- .btn:active {
2031
- background-image: none;
2032
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2033
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2034
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2035
- background-color: #e6e6e6;
2036
- background-color: #d9d9d9 \9;
2037
- outline: 0;
2038
- }
2039
- .btn.disabled,
2040
- .btn[disabled] {
2041
- cursor: default;
2042
- background-image: none;
2043
- background-color: #e6e6e6;
2044
- opacity: 0.65;
2045
- filter: alpha(opacity=65);
2046
- -webkit-box-shadow: none;
2047
- -moz-box-shadow: none;
2048
- box-shadow: none;
2049
- }
2050
- .btn-large {
2051
- padding: 9px 14px;
2052
- font-size: 15px;
2053
- line-height: normal;
2054
- -webkit-border-radius: 5px;
2055
- -moz-border-radius: 5px;
2056
- border-radius: 5px;
2057
- }
2058
- .btn-large [class^="icon-"] {
2059
- margin-top: 1px;
2060
- }
2061
- .btn-small {
2062
- padding: 5px 9px;
2063
- font-size: 11px;
2064
- line-height: 16px;
2065
- }
2066
- .btn-small [class^="icon-"] {
2067
- margin-top: -1px;
2068
- }
2069
- .btn-mini {
2070
- padding: 2px 6px;
2071
- font-size: 11px;
2072
- line-height: 14px;
2073
- }
2074
- .btn-primary,
2075
- .btn-primary:hover,
2076
- .btn-warning,
2077
- .btn-warning:hover,
2078
- .btn-danger,
2079
- .btn-danger:hover,
2080
- .btn-success,
2081
- .btn-success:hover,
2082
- .btn-info,
2083
- .btn-info:hover,
2084
- .btn-inverse,
2085
- .btn-inverse:hover {
2086
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2087
- color: #ffffff;
2088
- }
2089
- .btn-primary.active,
2090
- .btn-warning.active,
2091
- .btn-danger.active,
2092
- .btn-success.active,
2093
- .btn-info.active,
2094
- .btn-inverse.active {
2095
- color: rgba(255, 255, 255, 0.75);
2096
- }
2097
- .btn-primary {
2098
- background-color: #0074cc;
2099
- background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
2100
- background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
2101
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
2102
- background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
2103
- background-image: -o-linear-gradient(top, #0088cc, #0055cc);
2104
- background-image: linear-gradient(top, #0088cc, #0055cc);
2105
- background-repeat: repeat-x;
2106
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
2107
- border-color: #0055cc #0055cc #003580;
2108
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2109
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2110
- }
2111
- .btn-primary:hover,
2112
- .btn-primary:active,
2113
- .btn-primary.active,
2114
- .btn-primary.disabled,
2115
- .btn-primary[disabled] {
2116
- background-color: #0055cc;
2117
- }
2118
- .btn-primary:active,
2119
- .btn-primary.active {
2120
- background-color: #004099 \9;
2121
- }
2122
- .btn-warning {
2123
- background-color: #faa732;
2124
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
2125
- background-image: -ms-linear-gradient(top, #fbb450, #f89406);
2126
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
2127
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
2128
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
2129
- background-image: linear-gradient(top, #fbb450, #f89406);
2130
- background-repeat: repeat-x;
2131
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
2132
- border-color: #f89406 #f89406 #ad6704;
2133
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2134
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2135
- }
2136
- .btn-warning:hover,
2137
- .btn-warning:active,
2138
- .btn-warning.active,
2139
- .btn-warning.disabled,
2140
- .btn-warning[disabled] {
2141
- background-color: #f89406;
2142
- }
2143
- .btn-warning:active,
2144
- .btn-warning.active {
2145
- background-color: #c67605 \9;
2146
- }
2147
- .btn-danger {
2148
- background-color: #da4f49;
2149
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2150
- background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
2151
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2152
- background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2153
- background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2154
- background-image: linear-gradient(top, #ee5f5b, #bd362f);
2155
- background-repeat: repeat-x;
2156
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
2157
- border-color: #bd362f #bd362f #802420;
2158
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2159
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2160
- }
2161
- .btn-danger:hover,
2162
- .btn-danger:active,
2163
- .btn-danger.active,
2164
- .btn-danger.disabled,
2165
- .btn-danger[disabled] {
2166
- background-color: #bd362f;
2167
- }
2168
- .btn-danger:active,
2169
- .btn-danger.active {
2170
- background-color: #942a25 \9;
2171
- }
2172
- .btn-success {
2173
- background-color: #5bb75b;
2174
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
2175
- background-image: -ms-linear-gradient(top, #62c462, #51a351);
2176
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2177
- background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2178
- background-image: -o-linear-gradient(top, #62c462, #51a351);
2179
- background-image: linear-gradient(top, #62c462, #51a351);
2180
- background-repeat: repeat-x;
2181
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2182
- border-color: #51a351 #51a351 #387038;
2183
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2184
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2185
- }
2186
- .btn-success:hover,
2187
- .btn-success:active,
2188
- .btn-success.active,
2189
- .btn-success.disabled,
2190
- .btn-success[disabled] {
2191
- background-color: #51a351;
2192
- }
2193
- .btn-success:active,
2194
- .btn-success.active {
2195
- background-color: #408140 \9;
2196
- }
2197
- .btn-info {
2198
- background-color: #49afcd;
2199
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2200
- background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2201
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2202
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2203
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2204
- background-image: linear-gradient(top, #5bc0de, #2f96b4);
2205
- background-repeat: repeat-x;
2206
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2207
- border-color: #2f96b4 #2f96b4 #1f6377;
2208
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2209
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2210
- }
2211
- .btn-info:hover,
2212
- .btn-info:active,
2213
- .btn-info.active,
2214
- .btn-info.disabled,
2215
- .btn-info[disabled] {
2216
- background-color: #2f96b4;
2217
- }
2218
- .btn-info:active,
2219
- .btn-info.active {
2220
- background-color: #24748c \9;
2221
- }
2222
- .btn-inverse {
2223
- background-color: #414141;
2224
- background-image: -moz-linear-gradient(top, #555555, #222222);
2225
- background-image: -ms-linear-gradient(top, #555555, #222222);
2226
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
2227
- background-image: -webkit-linear-gradient(top, #555555, #222222);
2228
- background-image: -o-linear-gradient(top, #555555, #222222);
2229
- background-image: linear-gradient(top, #555555, #222222);
2230
- background-repeat: repeat-x;
2231
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
2232
- border-color: #222222 #222222 #000000;
2233
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2234
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2235
- }
2236
- .btn-inverse:hover,
2237
- .btn-inverse:active,
2238
- .btn-inverse.active,
2239
- .btn-inverse.disabled,
2240
- .btn-inverse[disabled] {
2241
- background-color: #222222;
2242
- }
2243
- .btn-inverse:active,
2244
- .btn-inverse.active {
2245
- background-color: #080808 \9;
2246
- }
2247
- button.btn,
2248
- input[type="submit"].btn {
2249
- *padding-top: 2px;
2250
- *padding-bottom: 2px;
2251
- }
2252
- button.btn::-moz-focus-inner,
2253
- input[type="submit"].btn::-moz-focus-inner {
2254
- padding: 0;
2255
- border: 0;
2256
- }
2257
- button.btn.btn-large,
2258
- input[type="submit"].btn.btn-large {
2259
- *padding-top: 7px;
2260
- *padding-bottom: 7px;
2261
- }
2262
- button.btn.btn-small,
2263
- input[type="submit"].btn.btn-small {
2264
- *padding-top: 3px;
2265
- *padding-bottom: 3px;
2266
- }
2267
- button.btn.btn-mini,
2268
- input[type="submit"].btn.btn-mini {
2269
- *padding-top: 1px;
2270
- *padding-bottom: 1px;
2271
- }
2272
- .btn-group {
2273
- position: relative;
2274
- *zoom: 1;
2275
- *margin-left: .3em;
2276
- }
2277
- .btn-group:before,
2278
- .btn-group:after {
2279
- display: table;
2280
- content: "";
2281
- }
2282
- .btn-group:after {
2283
- clear: both;
2284
- }
2285
- .btn-group:first-child {
2286
- *margin-left: 0;
2287
- }
2288
- .btn-group + .btn-group {
2289
- margin-left: 5px;
2290
- }
2291
- .btn-toolbar {
2292
- margin-top: 9px;
2293
- margin-bottom: 9px;
2294
- }
2295
- .btn-toolbar .btn-group {
2296
- display: inline-block;
2297
- *display: inline;
2298
- /* IE7 inline-block hack */
2299
-
2300
- *zoom: 1;
2301
- }
2302
- .btn-group .btn {
2303
- position: relative;
2304
- float: left;
2305
- margin-left: -1px;
2306
- -webkit-border-radius: 0;
2307
- -moz-border-radius: 0;
2308
- border-radius: 0;
2309
- }
2310
- .btn-group .btn:first-child {
2311
- margin-left: 0;
2312
- -webkit-border-top-left-radius: 4px;
2313
- -moz-border-radius-topleft: 4px;
2314
- border-top-left-radius: 4px;
2315
- -webkit-border-bottom-left-radius: 4px;
2316
- -moz-border-radius-bottomleft: 4px;
2317
- border-bottom-left-radius: 4px;
2318
- }
2319
- .btn-group .btn:last-child,
2320
- .btn-group .dropdown-toggle {
2321
- -webkit-border-top-right-radius: 4px;
2322
- -moz-border-radius-topright: 4px;
2323
- border-top-right-radius: 4px;
2324
- -webkit-border-bottom-right-radius: 4px;
2325
- -moz-border-radius-bottomright: 4px;
2326
- border-bottom-right-radius: 4px;
2327
- }
2328
- .btn-group .btn.large:first-child {
2329
- margin-left: 0;
2330
- -webkit-border-top-left-radius: 6px;
2331
- -moz-border-radius-topleft: 6px;
2332
- border-top-left-radius: 6px;
2333
- -webkit-border-bottom-left-radius: 6px;
2334
- -moz-border-radius-bottomleft: 6px;
2335
- border-bottom-left-radius: 6px;
2336
- }
2337
- .btn-group .btn.large:last-child,
2338
- .btn-group .large.dropdown-toggle {
2339
- -webkit-border-top-right-radius: 6px;
2340
- -moz-border-radius-topright: 6px;
2341
- border-top-right-radius: 6px;
2342
- -webkit-border-bottom-right-radius: 6px;
2343
- -moz-border-radius-bottomright: 6px;
2344
- border-bottom-right-radius: 6px;
2345
- }
2346
- .btn-group .btn:hover,
2347
- .btn-group .btn:focus,
2348
- .btn-group .btn:active,
2349
- .btn-group .btn.active {
2350
- z-index: 2;
2351
- }
2352
- .btn-group .dropdown-toggle:active,
2353
- .btn-group.open .dropdown-toggle {
2354
- outline: 0;
2355
- }
2356
- .btn-group .dropdown-toggle {
2357
- padding-left: 8px;
2358
- padding-right: 8px;
2359
- -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2360
- -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2361
- box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2362
- *padding-top: 3px;
2363
- *padding-bottom: 3px;
2364
- }
2365
- .btn-group .btn-mini.dropdown-toggle {
2366
- padding-left: 5px;
2367
- padding-right: 5px;
2368
- *padding-top: 1px;
2369
- *padding-bottom: 1px;
2370
- }
2371
- .btn-group .btn-small.dropdown-toggle {
2372
- *padding-top: 4px;
2373
- *padding-bottom: 4px;
2374
- }
2375
- .btn-group .btn-large.dropdown-toggle {
2376
- padding-left: 12px;
2377
- padding-right: 12px;
2378
- }
2379
- .btn-group.open {
2380
- *z-index: 1000;
2381
- }
2382
- .btn-group.open .dropdown-menu {
2383
- display: block;
2384
- margin-top: 1px;
2385
- -webkit-border-radius: 5px;
2386
- -moz-border-radius: 5px;
2387
- border-radius: 5px;
2388
- }
2389
- .btn-group.open .dropdown-toggle {
2390
- background-image: none;
2391
- -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2392
- -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2393
- box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2394
- }
2395
- .btn .caret {
2396
- margin-top: 7px;
2397
- margin-left: 0;
2398
- }
2399
- .btn:hover .caret,
2400
- .open.btn-group .caret {
2401
- opacity: 1;
2402
- filter: alpha(opacity=100);
2403
- }
2404
- .btn-mini .caret {
2405
- margin-top: 5px;
2406
- }
2407
- .btn-small .caret {
2408
- margin-top: 6px;
2409
- }
2410
- .btn-large .caret {
2411
- margin-top: 6px;
2412
- border-left: 5px solid transparent;
2413
- border-right: 5px solid transparent;
2414
- border-top: 5px solid #000000;
2415
- }
2416
- .btn-primary .caret,
2417
- .btn-warning .caret,
2418
- .btn-danger .caret,
2419
- .btn-info .caret,
2420
- .btn-success .caret,
2421
- .btn-inverse .caret {
2422
- border-top-color: #ffffff;
2423
- border-bottom-color: #ffffff;
2424
- opacity: 0.75;
2425
- filter: alpha(opacity=75);
2426
- }
2427
- .alert {
2428
- padding: 8px 35px 8px 14px;
2429
- margin-bottom: 18px;
2430
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2431
- background-color: #fcf8e3;
2432
- border: 1px solid #fbeed5;
2433
- -webkit-border-radius: 4px;
2434
- -moz-border-radius: 4px;
2435
- border-radius: 4px;
2436
- color: #c09853;
2437
- }
2438
- .alert-heading {
2439
- color: inherit;
2440
- }
2441
- .alert .close {
2442
- position: relative;
2443
- top: -2px;
2444
- right: -21px;
2445
- line-height: 18px;
2446
- }
2447
- .alert-success {
2448
- background-color: #dff0d8;
2449
- border-color: #d6e9c6;
2450
- color: #468847;
2451
- }
2452
- .alert-danger,
2453
- .alert-error {
2454
- background-color: #f2dede;
2455
- border-color: #eed3d7;
2456
- color: #b94a48;
2457
- }
2458
- .alert-info {
2459
- background-color: #d9edf7;
2460
- border-color: #bce8f1;
2461
- color: #3a87ad;
2462
- }
2463
- .alert-block {
2464
- padding-top: 14px;
2465
- padding-bottom: 14px;
2466
- }
2467
- .alert-block > p,
2468
- .alert-block > ul {
2469
- margin-bottom: 0;
2470
- }
2471
- .alert-block p + p {
2472
- margin-top: 5px;
2473
- }
2474
- .nav {
2475
- margin-left: 0;
2476
- margin-bottom: 18px;
2477
- list-style: none;
2478
- }
2479
- .nav > li > a {
2480
- display: block;
2481
- }
2482
- .nav > li > a:hover {
2483
- text-decoration: none;
2484
- background-color: #eeeeee;
2485
- }
2486
- .nav .nav-header {
2487
- display: block;
2488
- padding: 3px 15px;
2489
- font-size: 11px;
2490
- font-weight: bold;
2491
- line-height: 18px;
2492
- color: #999999;
2493
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2494
- text-transform: uppercase;
2495
- }
2496
- .nav li + .nav-header {
2497
- margin-top: 9px;
2498
- }
2499
- .nav-list {
2500
- padding-left: 15px;
2501
- padding-right: 15px;
2502
- margin-bottom: 0;
2503
- }
2504
- .nav-list > li > a,
2505
- .nav-list .nav-header {
2506
- margin-left: -15px;
2507
- margin-right: -15px;
2508
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2509
- }
2510
- .nav-list > li > a {
2511
- padding: 3px 15px;
2512
- }
2513
- .nav-list > .active > a,
2514
- .nav-list > .active > a:hover {
2515
- color: #ffffff;
2516
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2517
- background-color: #0088cc;
2518
- }
2519
- .nav-list [class^="icon-"] {
2520
- margin-right: 2px;
2521
- }
2522
- .nav-list .divider {
2523
- height: 1px;
2524
- margin: 8px 1px;
2525
- overflow: hidden;
2526
- background-color: #e5e5e5;
2527
- border-bottom: 1px solid #ffffff;
2528
- *width: 100%;
2529
- *margin: -5px 0 5px;
2530
- }
2531
- .nav-tabs,
2532
- .nav-pills {
2533
- *zoom: 1;
2534
- }
2535
- .nav-tabs:before,
2536
- .nav-pills:before,
2537
- .nav-tabs:after,
2538
- .nav-pills:after {
2539
- display: table;
2540
- content: "";
2541
- }
2542
- .nav-tabs:after,
2543
- .nav-pills:after {
2544
- clear: both;
2545
- }
2546
- .nav-tabs > li,
2547
- .nav-pills > li {
2548
- float: left;
2549
- }
2550
- .nav-tabs > li > a,
2551
- .nav-pills > li > a {
2552
- padding-right: 12px;
2553
- padding-left: 12px;
2554
- margin-right: 2px;
2555
- line-height: 14px;
2556
- }
2557
- .nav-tabs {
2558
- border-bottom: 1px solid #ddd;
2559
- }
2560
- .nav-tabs > li {
2561
- margin-bottom: -1px;
2562
- }
2563
- .nav-tabs > li > a {
2564
- padding-top: 8px;
2565
- padding-bottom: 8px;
2566
- line-height: 18px;
2567
- border: 1px solid transparent;
2568
- -webkit-border-radius: 4px 4px 0 0;
2569
- -moz-border-radius: 4px 4px 0 0;
2570
- border-radius: 4px 4px 0 0;
2571
- }
2572
- .nav-tabs > li > a:hover {
2573
- border-color: #eeeeee #eeeeee #dddddd;
2574
- }
2575
- .nav-tabs > .active > a,
2576
- .nav-tabs > .active > a:hover {
2577
- color: #555555;
2578
- background-color: #ffffff;
2579
- border: 1px solid #ddd;
2580
- border-bottom-color: transparent;
2581
- cursor: default;
2582
- }
2583
- .nav-pills > li > a {
2584
- padding-top: 8px;
2585
- padding-bottom: 8px;
2586
- margin-top: 2px;
2587
- margin-bottom: 2px;
2588
- -webkit-border-radius: 5px;
2589
- -moz-border-radius: 5px;
2590
- border-radius: 5px;
2591
- }
2592
- .nav-pills > .active > a,
2593
- .nav-pills > .active > a:hover {
2594
- color: #ffffff;
2595
- background-color: #0088cc;
2596
- }
2597
- .nav-stacked > li {
2598
- float: none;
2599
- }
2600
- .nav-stacked > li > a {
2601
- margin-right: 0;
2602
- }
2603
- .nav-tabs.nav-stacked {
2604
- border-bottom: 0;
2605
- }
2606
- .nav-tabs.nav-stacked > li > a {
2607
- border: 1px solid #ddd;
2608
- -webkit-border-radius: 0;
2609
- -moz-border-radius: 0;
2610
- border-radius: 0;
2611
- }
2612
- .nav-tabs.nav-stacked > li:first-child > a {
2613
- -webkit-border-radius: 4px 4px 0 0;
2614
- -moz-border-radius: 4px 4px 0 0;
2615
- border-radius: 4px 4px 0 0;
2616
- }
2617
- .nav-tabs.nav-stacked > li:last-child > a {
2618
- -webkit-border-radius: 0 0 4px 4px;
2619
- -moz-border-radius: 0 0 4px 4px;
2620
- border-radius: 0 0 4px 4px;
2621
- }
2622
- .nav-tabs.nav-stacked > li > a:hover {
2623
- border-color: #ddd;
2624
- z-index: 2;
2625
- }
2626
- .nav-pills.nav-stacked > li > a {
2627
- margin-bottom: 3px;
2628
- }
2629
- .nav-pills.nav-stacked > li:last-child > a {
2630
- margin-bottom: 1px;
2631
- }
2632
- .nav-tabs .dropdown-menu,
2633
- .nav-pills .dropdown-menu {
2634
- margin-top: 1px;
2635
- border-width: 1px;
2636
- }
2637
- .nav-pills .dropdown-menu {
2638
- -webkit-border-radius: 4px;
2639
- -moz-border-radius: 4px;
2640
- border-radius: 4px;
2641
- }
2642
- .nav-tabs .dropdown-toggle .caret,
2643
- .nav-pills .dropdown-toggle .caret {
2644
- border-top-color: #0088cc;
2645
- border-bottom-color: #0088cc;
2646
- margin-top: 6px;
2647
- }
2648
- .nav-tabs .dropdown-toggle:hover .caret,
2649
- .nav-pills .dropdown-toggle:hover .caret {
2650
- border-top-color: #005580;
2651
- border-bottom-color: #005580;
2652
- }
2653
- .nav-tabs .active .dropdown-toggle .caret,
2654
- .nav-pills .active .dropdown-toggle .caret {
2655
- border-top-color: #333333;
2656
- border-bottom-color: #333333;
2657
- }
2658
- .nav > .dropdown.active > a:hover {
2659
- color: #000000;
2660
- cursor: pointer;
2661
- }
2662
- .nav-tabs .open .dropdown-toggle,
2663
- .nav-pills .open .dropdown-toggle,
2664
- .nav > .open.active > a:hover {
2665
- color: #ffffff;
2666
- background-color: #999999;
2667
- border-color: #999999;
2668
- }
2669
- .nav .open .caret,
2670
- .nav .open.active .caret,
2671
- .nav .open a:hover .caret {
2672
- border-top-color: #ffffff;
2673
- border-bottom-color: #ffffff;
2674
- opacity: 1;
2675
- filter: alpha(opacity=100);
2676
- }
2677
- .tabs-stacked .open > a:hover {
2678
- border-color: #999999;
2679
- }
2680
- .tabbable {
2681
- *zoom: 1;
2682
- }
2683
- .tabbable:before,
2684
- .tabbable:after {
2685
- display: table;
2686
- content: "";
2687
- }
2688
- .tabbable:after {
2689
- clear: both;
2690
- }
2691
- .tab-content {
2692
- display: table;
2693
- width: 100%;
2694
- }
2695
- .tabs-below .nav-tabs,
2696
- .tabs-right .nav-tabs,
2697
- .tabs-left .nav-tabs {
2698
- border-bottom: 0;
2699
- }
2700
- .tab-content > .tab-pane,
2701
- .pill-content > .pill-pane {
2702
- display: none;
2703
- }
2704
- .tab-content > .active,
2705
- .pill-content > .active {
2706
- display: block;
2707
- }
2708
- .tabs-below .nav-tabs {
2709
- border-top: 1px solid #ddd;
2710
- }
2711
- .tabs-below .nav-tabs > li {
2712
- margin-top: -1px;
2713
- margin-bottom: 0;
2714
- }
2715
- .tabs-below .nav-tabs > li > a {
2716
- -webkit-border-radius: 0 0 4px 4px;
2717
- -moz-border-radius: 0 0 4px 4px;
2718
- border-radius: 0 0 4px 4px;
2719
- }
2720
- .tabs-below .nav-tabs > li > a:hover {
2721
- border-bottom-color: transparent;
2722
- border-top-color: #ddd;
2723
- }
2724
- .tabs-below .nav-tabs .active > a,
2725
- .tabs-below .nav-tabs .active > a:hover {
2726
- border-color: transparent #ddd #ddd #ddd;
2727
- }
2728
- .tabs-left .nav-tabs > li,
2729
- .tabs-right .nav-tabs > li {
2730
- float: none;
2731
- }
2732
- .tabs-left .nav-tabs > li > a,
2733
- .tabs-right .nav-tabs > li > a {
2734
- min-width: 74px;
2735
- margin-right: 0;
2736
- margin-bottom: 3px;
2737
- }
2738
- .tabs-left .nav-tabs {
2739
- float: left;
2740
- margin-right: 19px;
2741
- border-right: 1px solid #ddd;
2742
- }
2743
- .tabs-left .nav-tabs > li > a {
2744
- margin-right: -1px;
2745
- -webkit-border-radius: 4px 0 0 4px;
2746
- -moz-border-radius: 4px 0 0 4px;
2747
- border-radius: 4px 0 0 4px;
2748
- }
2749
- .tabs-left .nav-tabs > li > a:hover {
2750
- border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2751
- }
2752
- .tabs-left .nav-tabs .active > a,
2753
- .tabs-left .nav-tabs .active > a:hover {
2754
- border-color: #ddd transparent #ddd #ddd;
2755
- *border-right-color: #ffffff;
2756
- }
2757
- .tabs-right .nav-tabs {
2758
- float: right;
2759
- margin-left: 19px;
2760
- border-left: 1px solid #ddd;
2761
- }
2762
- .tabs-right .nav-tabs > li > a {
2763
- margin-left: -1px;
2764
- -webkit-border-radius: 0 4px 4px 0;
2765
- -moz-border-radius: 0 4px 4px 0;
2766
- border-radius: 0 4px 4px 0;
2767
- }
2768
- .tabs-right .nav-tabs > li > a:hover {
2769
- border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2770
- }
2771
- .tabs-right .nav-tabs .active > a,
2772
- .tabs-right .nav-tabs .active > a:hover {
2773
- border-color: #ddd #ddd #ddd transparent;
2774
- *border-left-color: #ffffff;
2775
- }
2776
- .navbar {
2777
- *position: relative;
2778
- *z-index: 2;
2779
- overflow: visible;
2780
- margin-bottom: 18px;
2781
- }
2782
- .navbar-inner {
2783
- padding-left: 20px;
2784
- padding-right: 20px;
2785
- background-color: #2c2c2c;
2786
- background-image: -moz-linear-gradient(top, #333333, #222222);
2787
- background-image: -ms-linear-gradient(top, #333333, #222222);
2788
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2789
- background-image: -webkit-linear-gradient(top, #333333, #222222);
2790
- background-image: -o-linear-gradient(top, #333333, #222222);
2791
- background-image: linear-gradient(top, #333333, #222222);
2792
- background-repeat: repeat-x;
2793
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2794
- -webkit-border-radius: 4px;
2795
- -moz-border-radius: 4px;
2796
- border-radius: 4px;
2797
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2798
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2799
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2800
- }
2801
- .navbar .container {
2802
- width: auto;
2803
- }
2804
- .btn-navbar {
2805
- display: none;
2806
- float: right;
2807
- padding: 7px 10px;
2808
- margin-left: 5px;
2809
- margin-right: 5px;
2810
- background-color: #2c2c2c;
2811
- background-image: -moz-linear-gradient(top, #333333, #222222);
2812
- background-image: -ms-linear-gradient(top, #333333, #222222);
2813
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2814
- background-image: -webkit-linear-gradient(top, #333333, #222222);
2815
- background-image: -o-linear-gradient(top, #333333, #222222);
2816
- background-image: linear-gradient(top, #333333, #222222);
2817
- background-repeat: repeat-x;
2818
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2819
- border-color: #222222 #222222 #000000;
2820
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2821
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2822
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2823
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2824
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2825
- }
2826
- .btn-navbar:hover,
2827
- .btn-navbar:active,
2828
- .btn-navbar.active,
2829
- .btn-navbar.disabled,
2830
- .btn-navbar[disabled] {
2831
- background-color: #222222;
2832
- }
2833
- .btn-navbar:active,
2834
- .btn-navbar.active {
2835
- background-color: #080808 \9;
2836
- }
2837
- .btn-navbar .icon-bar {
2838
- display: block;
2839
- width: 18px;
2840
- height: 2px;
2841
- background-color: #f5f5f5;
2842
- -webkit-border-radius: 1px;
2843
- -moz-border-radius: 1px;
2844
- border-radius: 1px;
2845
- -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2846
- -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2847
- box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2848
- }
2849
- .btn-navbar .icon-bar + .icon-bar {
2850
- margin-top: 3px;
2851
- }
2852
- .nav-collapse.collapse {
2853
- height: auto;
2854
- }
2855
- .navbar {
2856
- color: #999999;
2857
- }
2858
- .navbar .brand:hover {
2859
- text-decoration: none;
2860
- }
2861
- .navbar .brand {
2862
- float: left;
2863
- display: block;
2864
- padding: 8px 20px 12px;
2865
- margin-left: -20px;
2866
- font-size: 20px;
2867
- font-weight: 200;
2868
- line-height: 1;
2869
- color: #ffffff;
2870
- }
2871
- .navbar .navbar-text {
2872
- margin-bottom: 0;
2873
- line-height: 40px;
2874
- }
2875
- .navbar .btn,
2876
- .navbar .btn-group {
2877
- margin-top: 5px;
2878
- }
2879
- .navbar .btn-group .btn {
2880
- margin-top: 0;
2881
- }
2882
- .navbar-form {
2883
- margin-bottom: 0;
2884
- *zoom: 1;
2885
- }
2886
- .navbar-form:before,
2887
- .navbar-form:after {
2888
- display: table;
2889
- content: "";
2890
- }
2891
- .navbar-form:after {
2892
- clear: both;
2893
- }
2894
- .navbar-form input,
2895
- .navbar-form select,
2896
- .navbar-form .radio,
2897
- .navbar-form .checkbox {
2898
- margin-top: 5px;
2899
- }
2900
- .navbar-form input,
2901
- .navbar-form select {
2902
- display: inline-block;
2903
- margin-bottom: 0;
2904
- }
2905
- .navbar-form input[type="image"],
2906
- .navbar-form input[type="checkbox"],
2907
- .navbar-form input[type="radio"] {
2908
- margin-top: 3px;
2909
- }
2910
- .navbar-form .input-append,
2911
- .navbar-form .input-prepend {
2912
- margin-top: 6px;
2913
- white-space: nowrap;
2914
- }
2915
- .navbar-form .input-append input,
2916
- .navbar-form .input-prepend input {
2917
- margin-top: 0;
2918
- }
2919
- .navbar-search {
2920
- position: relative;
2921
- float: left;
2922
- margin-top: 6px;
2923
- margin-bottom: 0;
2924
- }
2925
- .navbar-search .search-query {
2926
- padding: 4px 9px;
2927
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2928
- font-size: 13px;
2929
- font-weight: normal;
2930
- line-height: 1;
2931
- color: #ffffff;
2932
- background-color: #626262;
2933
- border: 1px solid #151515;
2934
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2935
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2936
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2937
- -webkit-transition: none;
2938
- -moz-transition: none;
2939
- -ms-transition: none;
2940
- -o-transition: none;
2941
- transition: none;
2942
- }
2943
- .navbar-search .search-query:-moz-placeholder {
2944
- color: #cccccc;
2945
- }
2946
- .navbar-search .search-query::-webkit-input-placeholder {
2947
- color: #cccccc;
2948
- }
2949
- .navbar-search .search-query:focus,
2950
- .navbar-search .search-query.focused {
2951
- padding: 5px 10px;
2952
- color: #333333;
2953
- text-shadow: 0 1px 0 #ffffff;
2954
- background-color: #ffffff;
2955
- border: 0;
2956
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2957
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2958
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2959
- outline: 0;
2960
- }
2961
- .navbar-fixed-top,
2962
- .navbar-fixed-bottom {
2963
- position: fixed;
2964
- right: 0;
2965
- left: 0;
2966
- z-index: 1030;
2967
- margin-bottom: 0;
2968
- }
2969
- .navbar-fixed-top .navbar-inner,
2970
- .navbar-fixed-bottom .navbar-inner {
2971
- padding-left: 0;
2972
- padding-right: 0;
2973
- -webkit-border-radius: 0;
2974
- -moz-border-radius: 0;
2975
- border-radius: 0;
2976
- }
2977
- .navbar-fixed-top .container,
2978
- .navbar-fixed-bottom .container {
2979
- width: 940px;
2980
- }
2981
- .navbar-fixed-top {
2982
- top: 0;
2983
- }
2984
- .navbar-fixed-bottom {
2985
- bottom: 0;
2986
- }
2987
- .navbar .nav {
2988
- position: relative;
2989
- left: 0;
2990
- display: block;
2991
- float: left;
2992
- margin: 0 10px 0 0;
2993
- }
2994
- .navbar .nav.pull-right {
2995
- float: right;
2996
- }
2997
- .navbar .nav > li {
2998
- display: block;
2999
- float: left;
3000
- }
3001
- .navbar .nav > li > a {
3002
- float: none;
3003
- padding: 10px 10px 11px;
3004
- line-height: 19px;
3005
- color: #999999;
3006
- text-decoration: none;
3007
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3008
- }
3009
- .navbar .nav > li > a:hover {
3010
- background-color: transparent;
3011
- color: #ffffff;
3012
- text-decoration: none;
3013
- }
3014
- .navbar .nav .active > a,
3015
- .navbar .nav .active > a:hover {
3016
- color: #ffffff;
3017
- text-decoration: none;
3018
- background-color: #222222;
3019
- }
3020
- .navbar .divider-vertical {
3021
- height: 40px;
3022
- width: 1px;
3023
- margin: 0 9px;
3024
- overflow: hidden;
3025
- background-color: #222222;
3026
- border-right: 1px solid #333333;
3027
- }
3028
- .navbar .nav.pull-right {
3029
- margin-left: 10px;
3030
- margin-right: 0;
3031
- }
3032
- .navbar .dropdown-menu {
3033
- margin-top: 1px;
3034
- -webkit-border-radius: 4px;
3035
- -moz-border-radius: 4px;
3036
- border-radius: 4px;
3037
- }
3038
- .navbar .dropdown-menu:before {
3039
- content: '';
3040
- display: inline-block;
3041
- border-left: 7px solid transparent;
3042
- border-right: 7px solid transparent;
3043
- border-bottom: 7px solid #ccc;
3044
- border-bottom-color: rgba(0, 0, 0, 0.2);
3045
- position: absolute;
3046
- top: -7px;
3047
- left: 9px;
3048
- }
3049
- .navbar .dropdown-menu:after {
3050
- content: '';
3051
- display: inline-block;
3052
- border-left: 6px solid transparent;
3053
- border-right: 6px solid transparent;
3054
- border-bottom: 6px solid #ffffff;
3055
- position: absolute;
3056
- top: -6px;
3057
- left: 10px;
3058
- }
3059
- .navbar-fixed-bottom .dropdown-menu:before {
3060
- border-top: 7px solid #ccc;
3061
- border-top-color: rgba(0, 0, 0, 0.2);
3062
- border-bottom: 0;
3063
- bottom: -7px;
3064
- top: auto;
3065
- }
3066
- .navbar-fixed-bottom .dropdown-menu:after {
3067
- border-top: 6px solid #ffffff;
3068
- border-bottom: 0;
3069
- bottom: -6px;
3070
- top: auto;
3071
- }
3072
- .navbar .nav .dropdown-toggle .caret,
3073
- .navbar .nav .open.dropdown .caret {
3074
- border-top-color: #ffffff;
3075
- border-bottom-color: #ffffff;
3076
- }
3077
- .navbar .nav .active .caret {
3078
- opacity: 1;
3079
- filter: alpha(opacity=100);
3080
- }
3081
- .navbar .nav .open > .dropdown-toggle,
3082
- .navbar .nav .active > .dropdown-toggle,
3083
- .navbar .nav .open.active > .dropdown-toggle {
3084
- background-color: transparent;
3085
- }
3086
- .navbar .nav .active > .dropdown-toggle:hover {
3087
- color: #ffffff;
3088
- }
3089
- .navbar .nav.pull-right .dropdown-menu,
3090
- .navbar .nav .dropdown-menu.pull-right {
3091
- left: auto;
3092
- right: 0;
3093
- }
3094
- .navbar .nav.pull-right .dropdown-menu:before,
3095
- .navbar .nav .dropdown-menu.pull-right:before {
3096
- left: auto;
3097
- right: 12px;
3098
- }
3099
- .navbar .nav.pull-right .dropdown-menu:after,
3100
- .navbar .nav .dropdown-menu.pull-right:after {
3101
- left: auto;
3102
- right: 13px;
3103
- }
3104
- .breadcrumb {
3105
- padding: 7px 14px;
3106
- margin: 0 0 18px;
3107
- list-style: none;
3108
- background-color: #fbfbfb;
3109
- background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
3110
- background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
3111
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
3112
- background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
3113
- background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
3114
- background-image: linear-gradient(top, #ffffff, #f5f5f5);
3115
- background-repeat: repeat-x;
3116
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
3117
- border: 1px solid #ddd;
3118
- -webkit-border-radius: 3px;
3119
- -moz-border-radius: 3px;
3120
- border-radius: 3px;
3121
- -webkit-box-shadow: inset 0 1px 0 #ffffff;
3122
- -moz-box-shadow: inset 0 1px 0 #ffffff;
3123
- box-shadow: inset 0 1px 0 #ffffff;
3124
- }
3125
- .breadcrumb li {
3126
- display: inline-block;
3127
- *display: inline;
3128
- /* IE7 inline-block hack */
3129
-
3130
- *zoom: 1;
3131
- text-shadow: 0 1px 0 #ffffff;
3132
- }
3133
- .breadcrumb .divider {
3134
- padding: 0 5px;
3135
- color: #999999;
3136
- }
3137
- .breadcrumb .active a {
3138
- color: #333333;
3139
- }
3140
- .pagination {
3141
- height: 36px;
3142
- margin: 18px 0;
3143
- }
3144
- .pagination ul {
3145
- display: inline-block;
3146
- *display: inline;
3147
- /* IE7 inline-block hack */
3148
-
3149
- *zoom: 1;
3150
- margin-left: 0;
3151
- margin-bottom: 0;
3152
- -webkit-border-radius: 3px;
3153
- -moz-border-radius: 3px;
3154
- border-radius: 3px;
3155
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3156
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3157
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3158
- }
3159
- .pagination li {
3160
- display: inline;
3161
- }
3162
- .pagination a {
3163
- float: left;
3164
- padding: 0 14px;
3165
- line-height: 34px;
3166
- text-decoration: none;
3167
- border: 1px solid #ddd;
3168
- border-left-width: 0;
3169
- }
3170
- .pagination a:hover,
3171
- .pagination .active a {
3172
- background-color: #f5f5f5;
3173
- }
3174
- .pagination .active a {
3175
- color: #999999;
3176
- cursor: default;
3177
- }
3178
- .pagination .disabled span,
3179
- .pagination .disabled a,
3180
- .pagination .disabled a:hover {
3181
- color: #999999;
3182
- background-color: transparent;
3183
- cursor: default;
3184
- }
3185
- .pagination li:first-child a {
3186
- border-left-width: 1px;
3187
- -webkit-border-radius: 3px 0 0 3px;
3188
- -moz-border-radius: 3px 0 0 3px;
3189
- border-radius: 3px 0 0 3px;
3190
- }
3191
- .pagination li:last-child a {
3192
- -webkit-border-radius: 0 3px 3px 0;
3193
- -moz-border-radius: 0 3px 3px 0;
3194
- border-radius: 0 3px 3px 0;
3195
- }
3196
- .pagination-centered {
3197
- text-align: center;
3198
- }
3199
- .pagination-right {
3200
- text-align: right;
3201
- }
3202
- .pager {
3203
- margin-left: 0;
3204
- margin-bottom: 18px;
3205
- list-style: none;
3206
- text-align: center;
3207
- *zoom: 1;
3208
- }
3209
- .pager:before,
3210
- .pager:after {
3211
- display: table;
3212
- content: "";
3213
- }
3214
- .pager:after {
3215
- clear: both;
3216
- }
3217
- .pager li {
3218
- display: inline;
3219
- }
3220
- .pager a {
3221
- display: inline-block;
3222
- padding: 5px 14px;
3223
- background-color: #fff;
3224
- border: 1px solid #ddd;
3225
- -webkit-border-radius: 15px;
3226
- -moz-border-radius: 15px;
3227
- border-radius: 15px;
3228
- }
3229
- .pager a:hover {
3230
- text-decoration: none;
3231
- background-color: #f5f5f5;
3232
- }
3233
- .pager .next a {
3234
- float: right;
3235
- }
3236
- .pager .previous a {
3237
- float: left;
3238
- }
3239
- .pager .disabled a,
3240
- .pager .disabled a:hover {
3241
- color: #999999;
3242
- background-color: #fff;
3243
- cursor: default;
3244
- }
3245
- .modal-open .dropdown-menu {
3246
- z-index: 2050;
3247
- }
3248
- .modal-open .dropdown.open {
3249
- *z-index: 2050;
3250
- }
3251
- .modal-open .popover {
3252
- z-index: 2060;
3253
- }
3254
- .modal-open .tooltip {
3255
- z-index: 2070;
3256
- }
3257
- .modal-backdrop {
3258
- position: fixed;
3259
- top: 0;
3260
- right: 0;
3261
- bottom: 0;
3262
- left: 0;
3263
- z-index: 1040;
3264
- background-color: #000000;
3265
- }
3266
- .modal-backdrop.fade {
3267
- opacity: 0;
3268
- }
3269
- .modal-backdrop,
3270
- .modal-backdrop.fade.in {
3271
- opacity: 0.8;
3272
- filter: alpha(opacity=80);
3273
- }
3274
- .modal {
3275
- position: fixed;
3276
- top: 50%;
3277
- left: 50%;
3278
- z-index: 1050;
3279
- overflow: auto;
3280
- width: 560px;
3281
- margin: -250px 0 0 -280px;
3282
- background-color: #ffffff;
3283
- border: 1px solid #999;
3284
- border: 1px solid rgba(0, 0, 0, 0.3);
3285
- *border: 1px solid #999;
3286
- /* IE6-7 */
3287
-
3288
- -webkit-border-radius: 6px;
3289
- -moz-border-radius: 6px;
3290
- border-radius: 6px;
3291
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3292
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3293
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3294
- -webkit-background-clip: padding-box;
3295
- -moz-background-clip: padding-box;
3296
- background-clip: padding-box;
3297
- }
3298
- .modal.fade {
3299
- -webkit-transition: opacity .3s linear, top .3s ease-out;
3300
- -moz-transition: opacity .3s linear, top .3s ease-out;
3301
- -ms-transition: opacity .3s linear, top .3s ease-out;
3302
- -o-transition: opacity .3s linear, top .3s ease-out;
3303
- transition: opacity .3s linear, top .3s ease-out;
3304
- top: -25%;
3305
- }
3306
- .modal.fade.in {
3307
- top: 50%;
3308
- }
3309
- .modal-header {
3310
- padding: 9px 15px;
3311
- border-bottom: 1px solid #eee;
3312
- }
3313
- .modal-header .close {
3314
- margin-top: 2px;
3315
- }
3316
- .modal-body {
3317
- overflow-y: auto;
3318
- max-height: 400px;
3319
- padding: 15px;
3320
- }
3321
- .modal-form {
3322
- margin-bottom: 0;
3323
- }
3324
- .modal-footer {
3325
- padding: 14px 15px 15px;
3326
- margin-bottom: 0;
3327
- text-align: right;
3328
- background-color: #f5f5f5;
3329
- border-top: 1px solid #ddd;
3330
- -webkit-border-radius: 0 0 6px 6px;
3331
- -moz-border-radius: 0 0 6px 6px;
3332
- border-radius: 0 0 6px 6px;
3333
- -webkit-box-shadow: inset 0 1px 0 #ffffff;
3334
- -moz-box-shadow: inset 0 1px 0 #ffffff;
3335
- box-shadow: inset 0 1px 0 #ffffff;
3336
- *zoom: 1;
3337
- }
3338
- .modal-footer:before,
3339
- .modal-footer:after {
3340
- display: table;
3341
- content: "";
3342
- }
3343
- .modal-footer:after {
3344
- clear: both;
3345
- }
3346
- .modal-footer .btn + .btn {
3347
- margin-left: 5px;
3348
- margin-bottom: 0;
3349
- }
3350
- .modal-footer .btn-group .btn + .btn {
3351
- margin-left: -1px;
3352
- }
3353
- .tooltip {
3354
- position: absolute;
3355
- z-index: 1020;
3356
- display: block;
3357
- visibility: visible;
3358
- padding: 5px;
3359
- font-size: 11px;
3360
- opacity: 0;
3361
- filter: alpha(opacity=0);
3362
- }
3363
- .tooltip.in {
3364
- opacity: 0.8;
3365
- filter: alpha(opacity=80);
3366
- }
3367
- .tooltip.top {
3368
- margin-top: -2px;
3369
- }
3370
- .tooltip.right {
3371
- margin-left: 2px;
3372
- }
3373
- .tooltip.bottom {
3374
- margin-top: 2px;
3375
- }
3376
- .tooltip.left {
3377
- margin-left: -2px;
3378
- }
3379
- .tooltip.top .tooltip-arrow {
3380
- bottom: 0;
3381
- left: 50%;
3382
- margin-left: -5px;
3383
- border-left: 5px solid transparent;
3384
- border-right: 5px solid transparent;
3385
- border-top: 5px solid #000000;
3386
- }
3387
- .tooltip.left .tooltip-arrow {
3388
- top: 50%;
3389
- right: 0;
3390
- margin-top: -5px;
3391
- border-top: 5px solid transparent;
3392
- border-bottom: 5px solid transparent;
3393
- border-left: 5px solid #000000;
3394
- }
3395
- .tooltip.bottom .tooltip-arrow {
3396
- top: 0;
3397
- left: 50%;
3398
- margin-left: -5px;
3399
- border-left: 5px solid transparent;
3400
- border-right: 5px solid transparent;
3401
- border-bottom: 5px solid #000000;
3402
- }
3403
- .tooltip.right .tooltip-arrow {
3404
- top: 50%;
3405
- left: 0;
3406
- margin-top: -5px;
3407
- border-top: 5px solid transparent;
3408
- border-bottom: 5px solid transparent;
3409
- border-right: 5px solid #000000;
3410
- }
3411
- .tooltip-inner {
3412
- max-width: 200px;
3413
- padding: 3px 8px;
3414
- color: #ffffff;
3415
- text-align: center;
3416
- text-decoration: none;
3417
- background-color: #000000;
3418
- -webkit-border-radius: 4px;
3419
- -moz-border-radius: 4px;
3420
- border-radius: 4px;
3421
- }
3422
- .tooltip-arrow {
3423
- position: absolute;
3424
- width: 0;
3425
- height: 0;
3426
- }
3427
- .popover {
3428
- position: absolute;
3429
- top: 0;
3430
- left: 0;
3431
- z-index: 1010;
3432
- display: none;
3433
- padding: 5px;
3434
- }
3435
- .popover.top {
3436
- margin-top: -5px;
3437
- }
3438
- .popover.right {
3439
- margin-left: 5px;
3440
- }
3441
- .popover.bottom {
3442
- margin-top: 5px;
3443
- }
3444
- .popover.left {
3445
- margin-left: -5px;
3446
- }
3447
- .popover.top .arrow {
3448
- bottom: 0;
3449
- left: 50%;
3450
- margin-left: -5px;
3451
- border-left: 5px solid transparent;
3452
- border-right: 5px solid transparent;
3453
- border-top: 5px solid #000000;
3454
- }
3455
- .popover.right .arrow {
3456
- top: 50%;
3457
- left: 0;
3458
- margin-top: -5px;
3459
- border-top: 5px solid transparent;
3460
- border-bottom: 5px solid transparent;
3461
- border-right: 5px solid #000000;
3462
- }
3463
- .popover.bottom .arrow {
3464
- top: 0;
3465
- left: 50%;
3466
- margin-left: -5px;
3467
- border-left: 5px solid transparent;
3468
- border-right: 5px solid transparent;
3469
- border-bottom: 5px solid #000000;
3470
- }
3471
- .popover.left .arrow {
3472
- top: 50%;
3473
- right: 0;
3474
- margin-top: -5px;
3475
- border-top: 5px solid transparent;
3476
- border-bottom: 5px solid transparent;
3477
- border-left: 5px solid #000000;
3478
- }
3479
- .popover .arrow {
3480
- position: absolute;
3481
- width: 0;
3482
- height: 0;
3483
- }
3484
- .popover-inner {
3485
- padding: 3px;
3486
- width: 280px;
3487
- overflow: hidden;
3488
- background: #000000;
3489
- background: rgba(0, 0, 0, 0.8);
3490
- -webkit-border-radius: 6px;
3491
- -moz-border-radius: 6px;
3492
- border-radius: 6px;
3493
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3494
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3495
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3496
- }
3497
- .popover-title {
3498
- padding: 9px 15px;
3499
- line-height: 1;
3500
- background-color: #f5f5f5;
3501
- border-bottom: 1px solid #eee;
3502
- -webkit-border-radius: 3px 3px 0 0;
3503
- -moz-border-radius: 3px 3px 0 0;
3504
- border-radius: 3px 3px 0 0;
3505
- }
3506
- .popover-content {
3507
- padding: 14px;
3508
- background-color: #ffffff;
3509
- -webkit-border-radius: 0 0 3px 3px;
3510
- -moz-border-radius: 0 0 3px 3px;
3511
- border-radius: 0 0 3px 3px;
3512
- -webkit-background-clip: padding-box;
3513
- -moz-background-clip: padding-box;
3514
- background-clip: padding-box;
3515
- }
3516
- .popover-content p,
3517
- .popover-content ul,
3518
- .popover-content ol {
3519
- margin-bottom: 0;
3520
- }
3521
- .thumbnails {
3522
- margin-left: -20px;
3523
- list-style: none;
3524
- *zoom: 1;
3525
- }
3526
- .thumbnails:before,
3527
- .thumbnails:after {
3528
- display: table;
3529
- content: "";
3530
- }
3531
- .thumbnails:after {
3532
- clear: both;
3533
- }
3534
- .thumbnails > li {
3535
- float: left;
3536
- margin: 0 0 18px 20px;
3537
- }
3538
- .thumbnail {
3539
- display: block;
3540
- padding: 4px;
3541
- line-height: 1;
3542
- border: 1px solid #ddd;
3543
- -webkit-border-radius: 4px;
3544
- -moz-border-radius: 4px;
3545
- border-radius: 4px;
3546
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3547
- -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3548
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3549
- }
3550
- a.thumbnail:hover {
3551
- border-color: #0088cc;
3552
- -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3553
- -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3554
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3555
- }
3556
- .thumbnail > img {
3557
- display: block;
3558
- max-width: 100%;
3559
- margin-left: auto;
3560
- margin-right: auto;
3561
- }
3562
- .thumbnail .caption {
3563
- padding: 9px;
3564
- }
3565
- .label {
3566
- padding: 1px 4px 2px;
3567
- font-size: 10.998px;
3568
- font-weight: bold;
3569
- line-height: 13px;
3570
- color: #ffffff;
3571
- vertical-align: middle;
3572
- white-space: nowrap;
3573
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3574
- background-color: #999999;
3575
- -webkit-border-radius: 3px;
3576
- -moz-border-radius: 3px;
3577
- border-radius: 3px;
3578
- }
3579
- .label:hover {
3580
- color: #ffffff;
3581
- text-decoration: none;
3582
- }
3583
- .label-important {
3584
- background-color: #b94a48;
3585
- }
3586
- .label-important:hover {
3587
- background-color: #953b39;
3588
- }
3589
- .label-warning {
3590
- background-color: #f89406;
3591
- }
3592
- .label-warning:hover {
3593
- background-color: #c67605;
3594
- }
3595
- .label-success {
3596
- background-color: #468847;
3597
- }
3598
- .label-success:hover {
3599
- background-color: #356635;
3600
- }
3601
- .label-info {
3602
- background-color: #3a87ad;
3603
- }
3604
- .label-info:hover {
3605
- background-color: #2d6987;
3606
- }
3607
- .label-inverse {
3608
- background-color: #333333;
3609
- }
3610
- .label-inverse:hover {
3611
- background-color: #1a1a1a;
3612
- }
3613
- .badge {
3614
- padding: 1px 9px 2px;
3615
- font-size: 12.025px;
3616
- font-weight: bold;
3617
- white-space: nowrap;
3618
- color: #ffffff;
3619
- background-color: #999999;
3620
- -webkit-border-radius: 9px;
3621
- -moz-border-radius: 9px;
3622
- border-radius: 9px;
3623
- }
3624
- .badge:hover {
3625
- color: #ffffff;
3626
- text-decoration: none;
3627
- cursor: pointer;
3628
- }
3629
- .badge-error {
3630
- background-color: #b94a48;
3631
- }
3632
- .badge-error:hover {
3633
- background-color: #953b39;
3634
- }
3635
- .badge-warning {
3636
- background-color: #f89406;
3637
- }
3638
- .badge-warning:hover {
3639
- background-color: #c67605;
3640
- }
3641
- .badge-success {
3642
- background-color: #468847;
3643
- }
3644
- .badge-success:hover {
3645
- background-color: #356635;
3646
- }
3647
- .badge-info {
3648
- background-color: #3a87ad;
3649
- }
3650
- .badge-info:hover {
3651
- background-color: #2d6987;
3652
- }
3653
- .badge-inverse {
3654
- background-color: #333333;
3655
- }
3656
- .badge-inverse:hover {
3657
- background-color: #1a1a1a;
3658
- }
3659
- @-webkit-keyframes progress-bar-stripes {
3660
- from {
3661
- background-position: 0 0;
3662
- }
3663
- to {
3664
- background-position: 40px 0;
3665
- }
3666
- }
3667
- @-moz-keyframes progress-bar-stripes {
3668
- from {
3669
- background-position: 0 0;
3670
- }
3671
- to {
3672
- background-position: 40px 0;
3673
- }
3674
- }
3675
- @-ms-keyframes progress-bar-stripes {
3676
- from {
3677
- background-position: 0 0;
3678
- }
3679
- to {
3680
- background-position: 40px 0;
3681
- }
3682
- }
3683
- @keyframes progress-bar-stripes {
3684
- from {
3685
- background-position: 0 0;
3686
- }
3687
- to {
3688
- background-position: 40px 0;
3689
- }
3690
- }
3691
- .progress {
3692
- overflow: hidden;
3693
- height: 18px;
3694
- margin-bottom: 18px;
3695
- background-color: #f7f7f7;
3696
- background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
3697
- background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
3698
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
3699
- background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
3700
- background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
3701
- background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
3702
- background-repeat: repeat-x;
3703
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
3704
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3705
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3706
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3707
- -webkit-border-radius: 4px;
3708
- -moz-border-radius: 4px;
3709
- border-radius: 4px;
3710
- }
3711
- .progress .bar {
3712
- width: 0%;
3713
- height: 18px;
3714
- color: #ffffff;
3715
- font-size: 12px;
3716
- text-align: center;
3717
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3718
- background-color: #0e90d2;
3719
- background-image: -moz-linear-gradient(top, #149bdf, #0480be);
3720
- background-image: -ms-linear-gradient(top, #149bdf, #0480be);
3721
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
3722
- background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
3723
- background-image: -o-linear-gradient(top, #149bdf, #0480be);
3724
- background-image: linear-gradient(top, #149bdf, #0480be);
3725
- background-repeat: repeat-x;
3726
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
3727
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3728
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3729
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3730
- -webkit-box-sizing: border-box;
3731
- -moz-box-sizing: border-box;
3732
- -ms-box-sizing: border-box;
3733
- box-sizing: border-box;
3734
- -webkit-transition: width 0.6s ease;
3735
- -moz-transition: width 0.6s ease;
3736
- -ms-transition: width 0.6s ease;
3737
- -o-transition: width 0.6s ease;
3738
- transition: width 0.6s ease;
3739
- }
3740
- .progress-striped .bar {
3741
- background-color: #149bdf;
3742
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3743
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3744
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3745
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3746
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3747
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3748
- -webkit-background-size: 40px 40px;
3749
- -moz-background-size: 40px 40px;
3750
- -o-background-size: 40px 40px;
3751
- background-size: 40px 40px;
3752
- }
3753
- .progress.active .bar {
3754
- -webkit-animation: progress-bar-stripes 2s linear infinite;
3755
- -moz-animation: progress-bar-stripes 2s linear infinite;
3756
- animation: progress-bar-stripes 2s linear infinite;
3757
- }
3758
- .progress-danger .bar {
3759
- background-color: #dd514c;
3760
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3761
- background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3762
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
3763
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3764
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3765
- background-image: linear-gradient(top, #ee5f5b, #c43c35);
3766
- background-repeat: repeat-x;
3767
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3768
- }
3769
- .progress-danger.progress-striped .bar {
3770
- background-color: #ee5f5b;
3771
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3772
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3773
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3774
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3775
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3776
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3777
- }
3778
- .progress-success .bar {
3779
- background-color: #5eb95e;
3780
- background-image: -moz-linear-gradient(top, #62c462, #57a957);
3781
- background-image: -ms-linear-gradient(top, #62c462, #57a957);
3782
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
3783
- background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3784
- background-image: -o-linear-gradient(top, #62c462, #57a957);
3785
- background-image: linear-gradient(top, #62c462, #57a957);
3786
- background-repeat: repeat-x;
3787
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3788
- }
3789
- .progress-success.progress-striped .bar {
3790
- background-color: #62c462;
3791
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3792
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3793
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3794
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3795
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3796
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3797
- }
3798
- .progress-info .bar {
3799
- background-color: #4bb1cf;
3800
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3801
- background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3802
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
3803
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3804
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3805
- background-image: linear-gradient(top, #5bc0de, #339bb9);
3806
- background-repeat: repeat-x;
3807
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3808
- }
3809
- .progress-info.progress-striped .bar {
3810
- background-color: #5bc0de;
3811
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3812
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3813
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3814
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3815
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3816
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3817
- }
3818
- .progress-warning .bar {
3819
- background-color: #faa732;
3820
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3821
- background-image: -ms-linear-gradient(top, #fbb450, #f89406);
3822
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3823
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3824
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
3825
- background-image: linear-gradient(top, #fbb450, #f89406);
3826
- background-repeat: repeat-x;
3827
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
3828
- }
3829
- .progress-warning.progress-striped .bar {
3830
- background-color: #fbb450;
3831
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3832
- background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3833
- background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3834
- background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3835
- background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3836
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3837
- }
3838
- .accordion {
3839
- margin-bottom: 18px;
3840
- }
3841
- .accordion-group {
3842
- margin-bottom: 2px;
3843
- border: 1px solid #e5e5e5;
3844
- -webkit-border-radius: 4px;
3845
- -moz-border-radius: 4px;
3846
- border-radius: 4px;
3847
- }
3848
- .accordion-heading {
3849
- border-bottom: 0;
3850
- }
3851
- .accordion-heading .accordion-toggle {
3852
- display: block;
3853
- padding: 8px 15px;
3854
- }
3855
- .accordion-inner {
3856
- padding: 9px 15px;
3857
- border-top: 1px solid #e5e5e5;
3858
- }
3859
- .carousel {
3860
- position: relative;
3861
- margin-bottom: 18px;
3862
- line-height: 1;
3863
- }
3864
- .carousel-inner {
3865
- overflow: hidden;
3866
- width: 100%;
3867
- position: relative;
3868
- }
3869
- .carousel .item {
3870
- display: none;
3871
- position: relative;
3872
- -webkit-transition: 0.6s ease-in-out left;
3873
- -moz-transition: 0.6s ease-in-out left;
3874
- -ms-transition: 0.6s ease-in-out left;
3875
- -o-transition: 0.6s ease-in-out left;
3876
- transition: 0.6s ease-in-out left;
3877
- }
3878
- .carousel .item > img {
3879
- display: block;
3880
- line-height: 1;
3881
- }
3882
- .carousel .active,
3883
- .carousel .next,
3884
- .carousel .prev {
3885
- display: block;
3886
- }
3887
- .carousel .active {
3888
- left: 0;
3889
- }
3890
- .carousel .next,
3891
- .carousel .prev {
3892
- position: absolute;
3893
- top: 0;
3894
- width: 100%;
3895
- }
3896
- .carousel .next {
3897
- left: 100%;
3898
- }
3899
- .carousel .prev {
3900
- left: -100%;
3901
- }
3902
- .carousel .next.left,
3903
- .carousel .prev.right {
3904
- left: 0;
3905
- }
3906
- .carousel .active.left {
3907
- left: -100%;
3908
- }
3909
- .carousel .active.right {
3910
- left: 100%;
3911
- }
3912
- .carousel-control {
3913
- position: absolute;
3914
- top: 40%;
3915
- left: 15px;
3916
- width: 40px;
3917
- height: 40px;
3918
- margin-top: -20px;
3919
- font-size: 60px;
3920
- font-weight: 100;
3921
- line-height: 30px;
3922
- color: #ffffff;
3923
- text-align: center;
3924
- background: #222222;
3925
- border: 3px solid #ffffff;
3926
- -webkit-border-radius: 23px;
3927
- -moz-border-radius: 23px;
3928
- border-radius: 23px;
3929
- opacity: 0.5;
3930
- filter: alpha(opacity=50);
3931
- }
3932
- .carousel-control.right {
3933
- left: auto;
3934
- right: 15px;
3935
- }
3936
- .carousel-control:hover {
3937
- color: #ffffff;
3938
- text-decoration: none;
3939
- opacity: 0.9;
3940
- filter: alpha(opacity=90);
3941
- }
3942
- .carousel-caption {
3943
- position: absolute;
3944
- left: 0;
3945
- right: 0;
3946
- bottom: 0;
3947
- padding: 10px 15px 5px;
3948
- background: #333333;
3949
- background: rgba(0, 0, 0, 0.75);
3950
- }
3951
- .carousel-caption h4,
3952
- .carousel-caption p {
3953
- color: #ffffff;
3954
- }
3955
- .hero-unit {
3956
- padding: 60px;
3957
- margin-bottom: 30px;
3958
- background-color: #eeeeee;
3959
- -webkit-border-radius: 6px;
3960
- -moz-border-radius: 6px;
3961
- border-radius: 6px;
3962
- }
3963
- .hero-unit h1 {
3964
- margin-bottom: 0;
3965
- font-size: 60px;
3966
- line-height: 1;
3967
- color: inherit;
3968
- letter-spacing: -1px;
3969
- }
3970
- .hero-unit p {
3971
- font-size: 18px;
3972
- font-weight: 200;
3973
- line-height: 27px;
3974
- color: inherit;
3975
- }
3976
- .pull-right {
3977
- float: right;
3978
- }
3979
- .pull-left {
3980
- float: left;
3981
- }
3982
- .hide {
3983
- display: none;
3984
- }
3985
- .show {
3986
- display: block;
3987
- }
3988
- .invisible {
3989
- visibility: hidden;
3990
- }
1
+ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
2
+ audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
3
+ audio:not([controls]){display:none;}
4
+ html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
5
+ a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
6
+ a:hover,a:active{outline:0;}
7
+ sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
8
+ sup{top:-0.5em;}
9
+ sub{bottom:-0.25em;}
10
+ img{height:auto;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}
11
+ button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
12
+ button,input{*overflow:visible;line-height:normal;}
13
+ button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
14
+ button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
15
+ input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
16
+ input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
17
+ textarea{overflow:auto;vertical-align:top;}
18
+ .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
19
+ .clearfix:after{clear:both;}
20
+ .hide-text{overflow:hidden;text-indent:100%;white-space:nowrap;}
21
+ .input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
22
+ body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333333;background-color:#ffffff;}
23
+ a{color:#0088cc;text-decoration:none;}
24
+ a:hover{color:#005580;text-decoration:underline;}
25
+ .row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";}
26
+ .row:after{clear:both;}
27
+ [class*="span"]{float:left;margin-left:20px;}
28
+ .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
29
+ .span12{width:940px;}
30
+ .span11{width:860px;}
31
+ .span10{width:780px;}
32
+ .span9{width:700px;}
33
+ .span8{width:620px;}
34
+ .span7{width:540px;}
35
+ .span6{width:460px;}
36
+ .span5{width:380px;}
37
+ .span4{width:300px;}
38
+ .span3{width:220px;}
39
+ .span2{width:140px;}
40
+ .span1{width:60px;}
41
+ .offset12{margin-left:980px;}
42
+ .offset11{margin-left:900px;}
43
+ .offset10{margin-left:820px;}
44
+ .offset9{margin-left:740px;}
45
+ .offset8{margin-left:660px;}
46
+ .offset7{margin-left:580px;}
47
+ .offset6{margin-left:500px;}
48
+ .offset5{margin-left:420px;}
49
+ .offset4{margin-left:340px;}
50
+ .offset3{margin-left:260px;}
51
+ .offset2{margin-left:180px;}
52
+ .offset1{margin-left:100px;}
53
+ .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";}
54
+ .row-fluid:after{clear:both;}
55
+ .row-fluid>[class*="span"]{float:left;margin-left:2.127659574%;}
56
+ .row-fluid>[class*="span"]:first-child{margin-left:0;}
57
+ .row-fluid > .span12{width:99.99999998999999%;}
58
+ .row-fluid > .span11{width:91.489361693%;}
59
+ .row-fluid > .span10{width:82.97872339599999%;}
60
+ .row-fluid > .span9{width:74.468085099%;}
61
+ .row-fluid > .span8{width:65.95744680199999%;}
62
+ .row-fluid > .span7{width:57.446808505%;}
63
+ .row-fluid > .span6{width:48.93617020799999%;}
64
+ .row-fluid > .span5{width:40.425531911%;}
65
+ .row-fluid > .span4{width:31.914893614%;}
66
+ .row-fluid > .span3{width:23.404255317%;}
67
+ .row-fluid > .span2{width:14.89361702%;}
68
+ .row-fluid > .span1{width:6.382978723%;}
69
+ .container{margin-left:auto;margin-right:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";}
70
+ .container:after{clear:both;}
71
+ .container-fluid{padding-left:20px;padding-right:20px;*zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";}
72
+ .container-fluid:after{clear:both;}
73
+ p{margin:0 0 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;}p small{font-size:11px;color:#999999;}
74
+ .lead{margin-bottom:18px;font-size:20px;font-weight:200;line-height:27px;}
75
+ h1,h2,h3,h4,h5,h6{margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color:#999999;}
76
+ h1{font-size:30px;line-height:36px;}h1 small{font-size:18px;}
77
+ h2{font-size:24px;line-height:36px;}h2 small{font-size:18px;}
78
+ h3{line-height:27px;font-size:18px;}h3 small{font-size:14px;}
79
+ h4,h5,h6{line-height:18px;}
80
+ h4{font-size:14px;}h4 small{font-size:12px;}
81
+ h5{font-size:12px;}
82
+ h6{font-size:11px;color:#999999;text-transform:uppercase;}
83
+ .page-header{padding-bottom:17px;margin:18px 0;border-bottom:1px solid #eeeeee;}
84
+ .page-header h1{line-height:1;}
85
+ ul,ol{padding:0;margin:0 0 9px 25px;}
86
+ ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
87
+ ul{list-style:disc;}
88
+ ol{list-style:decimal;}
89
+ li{line-height:18px;}
90
+ ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}
91
+ dl{margin-bottom:18px;}
92
+ dt,dd{line-height:18px;}
93
+ dt{font-weight:bold;line-height:17px;}
94
+ dd{margin-left:9px;}
95
+ .dl-horizontal dt{float:left;clear:left;width:120px;text-align:right;}
96
+ .dl-horizontal dd{margin-left:130px;}
97
+ hr{margin:18px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}
98
+ strong{font-weight:bold;}
99
+ em{font-style:italic;}
100
+ .muted{color:#999999;}
101
+ abbr[title]{border-bottom:1px dotted #ddd;cursor:help;}
102
+ abbr.initialism{font-size:90%;text-transform:uppercase;}
103
+ blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px;}
104
+ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
105
+ blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eeeeee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
106
+ q:before,q:after,blockquote:before,blockquote:after{content:"";}
107
+ address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;}
108
+ small{font-size:100%;}
109
+ cite{font-style:normal;}
110
+ code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
111
+ code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
112
+ pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12.025px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;}pre.prettyprint{margin-bottom:18px;}
113
+ pre code{padding:0;color:inherit;background-color:transparent;border:0;}
114
+ .pre-scrollable{max-height:340px;overflow-y:scroll;}
115
+ form{margin:0 0 18px;}
116
+ fieldset{padding:0;margin:0;border:0;}
117
+ legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;line-height:36px;color:#333333;border:0;border-bottom:1px solid #eee;}legend small{font-size:13.5px;color:#999999;}
118
+ label,input,button,select,textarea{font-size:13px;font-weight:normal;line-height:18px;}
119
+ input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
120
+ label{display:block;margin-bottom:5px;color:#333333;}
121
+ input,textarea,select,.uneditable-input{display:inline-block;width:210px;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555555;border:1px solid #cccccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
122
+ .uneditable-textarea{width:auto;height:auto;}
123
+ label input,label textarea,label select{display:block;}
124
+ input[type="image"],input[type="checkbox"],input[type="radio"]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0 \9;}
125
+ input[type="image"]{border:0;}
126
+ input[type="file"]{width:auto;padding:initial;line-height:initial;border:initial;background-color:#ffffff;background-color:initial;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
127
+ input[type="button"],input[type="reset"],input[type="submit"]{width:auto;height:auto;}
128
+ select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px;}
129
+ input[type="file"]{line-height:18px \9;}
130
+ select{width:220px;background-color:#ffffff;}
131
+ select[multiple],select[size]{height:auto;}
132
+ input[type="image"]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
133
+ textarea{height:auto;}
134
+ input[type="hidden"]{display:none;}
135
+ .radio,.checkbox{padding-left:18px;}
136
+ .radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px;}
137
+ .controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
138
+ .radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
139
+ .radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}
140
+ input,textarea{-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;}
141
+ input:focus,textarea:focus{border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);outline:0;outline:thin dotted \9;}
142
+ input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
143
+ .input-mini{width:60px;}
144
+ .input-small{width:90px;}
145
+ .input-medium{width:150px;}
146
+ .input-large{width:210px;}
147
+ .input-xlarge{width:270px;}
148
+ .input-xxlarge{width:530px;}
149
+ input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{float:none;margin-left:0;}
150
+ input,textarea,.uneditable-input{margin-left:0;}
151
+ input.span12, textarea.span12, .uneditable-input.span12{width:930px;}
152
+ input.span11, textarea.span11, .uneditable-input.span11{width:850px;}
153
+ input.span10, textarea.span10, .uneditable-input.span10{width:770px;}
154
+ input.span9, textarea.span9, .uneditable-input.span9{width:690px;}
155
+ input.span8, textarea.span8, .uneditable-input.span8{width:610px;}
156
+ input.span7, textarea.span7, .uneditable-input.span7{width:530px;}
157
+ input.span6, textarea.span6, .uneditable-input.span6{width:450px;}
158
+ input.span5, textarea.span5, .uneditable-input.span5{width:370px;}
159
+ input.span4, textarea.span4, .uneditable-input.span4{width:290px;}
160
+ input.span3, textarea.span3, .uneditable-input.span3{width:210px;}
161
+ input.span2, textarea.span2, .uneditable-input.span2{width:130px;}
162
+ input.span1, textarea.span1, .uneditable-input.span1{width:50px;}
163
+ input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{background-color:#eeeeee;border-color:#ddd;cursor:not-allowed;}
164
+ .control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
165
+ .control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;}
166
+ .control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
167
+ .control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
168
+ .control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}
169
+ .control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
170
+ .control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
171
+ .control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}
172
+ .control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
173
+ input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
174
+ .form-actions{padding:17px 20px 18px;margin-top:18px;margin-bottom:18px;background-color:#eeeeee;border-top:1px solid #ddd;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";}
175
+ .form-actions:after{clear:both;}
176
+ .uneditable-input{display:block;background-color:#ffffff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor:not-allowed;}
177
+ :-moz-placeholder{color:#999999;}
178
+ ::-webkit-input-placeholder{color:#999999;}
179
+ .help-block,.help-inline{color:#555555;}
180
+ .help-block{display:block;margin-bottom:9px;}
181
+ .help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}
182
+ .input-prepend,.input-append{margin-bottom:5px;}.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input{*margin-left:0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus{position:relative;z-index:2;}
183
+ .input-prepend .uneditable-input,.input-append .uneditable-input{border-left-color:#ccc;}
184
+ .input-prepend .add-on,.input-append .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #ffffff;vertical-align:middle;background-color:#eeeeee;border:1px solid #ccc;}
185
+ .input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
186
+ .input-prepend .active,.input-append .active{background-color:#a9dba9;border-color:#46a546;}
187
+ .input-prepend .add-on,.input-prepend .btn{margin-right:-1px;}
188
+ .input-append input,.input-append select .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
189
+ .input-append .uneditable-input{border-left-color:#eee;border-right-color:#ccc;}
190
+ .input-append .add-on,.input-append .btn{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
191
+ .input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
192
+ .input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
193
+ .input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
194
+ .search-query{padding-left:14px;padding-right:14px;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
195
+ .form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;margin-bottom:0;}
196
+ .form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}
197
+ .form-search label,.form-inline label{display:inline-block;}
198
+ .form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}
199
+ .form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}
200
+ .form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-left:0;margin-right:3px;}
201
+ .control-group{margin-bottom:9px;}
202
+ legend+.control-group{margin-top:18px;-webkit-margin-top-collapse:separate;}
203
+ .form-horizontal .control-group{margin-bottom:18px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";}
204
+ .form-horizontal .control-group:after{clear:both;}
205
+ .form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right;}
206
+ .form-horizontal .controls{margin-left:160px;*display:inline-block;*margin-left:0;*padding-left:20px;}
207
+ .form-horizontal .help-block{margin-top:9px;margin-bottom:0;}
208
+ .form-horizontal .form-actions{padding-left:160px;}
209
+ table{max-width:100%;border-collapse:collapse;border-spacing:0;background-color:transparent;}
210
+ .table{width:100%;margin-bottom:18px;}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
211
+ .table th{font-weight:bold;}
212
+ .table thead th{vertical-align:bottom;}
213
+ .table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
214
+ .table tbody+tbody{border-top:2px solid #dddddd;}
215
+ .table-condensed th,.table-condensed td{padding:4px 5px;}
216
+ .table-bordered{border:1px solid #dddddd;border-left:0;border-collapse:separate;*border-collapse:collapsed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
217
+ .table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
218
+ .table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;}
219
+ .table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;}
220
+ .table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;}
221
+ .table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0;}
222
+ .table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
223
+ .table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5;}
224
+ table .span1{float:none;width:44px;margin-left:0;}
225
+ table .span2{float:none;width:124px;margin-left:0;}
226
+ table .span3{float:none;width:204px;margin-left:0;}
227
+ table .span4{float:none;width:284px;margin-left:0;}
228
+ table .span5{float:none;width:364px;margin-left:0;}
229
+ table .span6{float:none;width:444px;margin-left:0;}
230
+ table .span7{float:none;width:524px;margin-left:0;}
231
+ table .span8{float:none;width:604px;margin-left:0;}
232
+ table .span9{float:none;width:684px;margin-left:0;}
233
+ table .span10{float:none;width:764px;margin-left:0;}
234
+ table .span11{float:none;width:844px;margin-left:0;}
235
+ table .span12{float:none;width:924px;margin-left:0;}
236
+ table .span13{float:none;width:1004px;margin-left:0;}
237
+ table .span14{float:none;width:1084px;margin-left:0;}
238
+ table .span15{float:none;width:1164px;margin-left:0;}
239
+ table .span16{float:none;width:1244px;margin-left:0;}
240
+ table .span17{float:none;width:1324px;margin-left:0;}
241
+ table .span18{float:none;width:1404px;margin-left:0;}
242
+ table .span19{float:none;width:1484px;margin-left:0;}
243
+ table .span20{float:none;width:1564px;margin-left:0;}
244
+ table .span21{float:none;width:1644px;margin-left:0;}
245
+ table .span22{float:none;width:1724px;margin-left:0;}
246
+ table .span23{float:none;width:1804px;margin-left:0;}
247
+ table .span24{float:none;width:1884px;margin-left:0;}
248
+ [class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;*margin-right:.3em;}[class^="icon-"]:last-child,[class*=" icon-"]:last-child{*margin-left:0;}
249
+ .icon-white{background-image:url("../img/glyphicons-halflings-white.png");}
250
+ .icon-glass{background-position:0 0;}
251
+ .icon-music{background-position:-24px 0;}
252
+ .icon-search{background-position:-48px 0;}
253
+ .icon-envelope{background-position:-72px 0;}
254
+ .icon-heart{background-position:-96px 0;}
255
+ .icon-star{background-position:-120px 0;}
256
+ .icon-star-empty{background-position:-144px 0;}
257
+ .icon-user{background-position:-168px 0;}
258
+ .icon-film{background-position:-192px 0;}
259
+ .icon-th-large{background-position:-216px 0;}
260
+ .icon-th{background-position:-240px 0;}
261
+ .icon-th-list{background-position:-264px 0;}
262
+ .icon-ok{background-position:-288px 0;}
263
+ .icon-remove{background-position:-312px 0;}
264
+ .icon-zoom-in{background-position:-336px 0;}
265
+ .icon-zoom-out{background-position:-360px 0;}
266
+ .icon-off{background-position:-384px 0;}
267
+ .icon-signal{background-position:-408px 0;}
268
+ .icon-cog{background-position:-432px 0;}
269
+ .icon-trash{background-position:-456px 0;}
270
+ .icon-home{background-position:0 -24px;}
271
+ .icon-file{background-position:-24px -24px;}
272
+ .icon-time{background-position:-48px -24px;}
273
+ .icon-road{background-position:-72px -24px;}
274
+ .icon-download-alt{background-position:-96px -24px;}
275
+ .icon-download{background-position:-120px -24px;}
276
+ .icon-upload{background-position:-144px -24px;}
277
+ .icon-inbox{background-position:-168px -24px;}
278
+ .icon-play-circle{background-position:-192px -24px;}
279
+ .icon-repeat{background-position:-216px -24px;}
280
+ .icon-refresh{background-position:-240px -24px;}
281
+ .icon-list-alt{background-position:-264px -24px;}
282
+ .icon-lock{background-position:-287px -24px;}
283
+ .icon-flag{background-position:-312px -24px;}
284
+ .icon-headphones{background-position:-336px -24px;}
285
+ .icon-volume-off{background-position:-360px -24px;}
286
+ .icon-volume-down{background-position:-384px -24px;}
287
+ .icon-volume-up{background-position:-408px -24px;}
288
+ .icon-qrcode{background-position:-432px -24px;}
289
+ .icon-barcode{background-position:-456px -24px;}
290
+ .icon-tag{background-position:0 -48px;}
291
+ .icon-tags{background-position:-25px -48px;}
292
+ .icon-book{background-position:-48px -48px;}
293
+ .icon-bookmark{background-position:-72px -48px;}
294
+ .icon-print{background-position:-96px -48px;}
295
+ .icon-camera{background-position:-120px -48px;}
296
+ .icon-font{background-position:-144px -48px;}
297
+ .icon-bold{background-position:-167px -48px;}
298
+ .icon-italic{background-position:-192px -48px;}
299
+ .icon-text-height{background-position:-216px -48px;}
300
+ .icon-text-width{background-position:-240px -48px;}
301
+ .icon-align-left{background-position:-264px -48px;}
302
+ .icon-align-center{background-position:-288px -48px;}
303
+ .icon-align-right{background-position:-312px -48px;}
304
+ .icon-align-justify{background-position:-336px -48px;}
305
+ .icon-list{background-position:-360px -48px;}
306
+ .icon-indent-left{background-position:-384px -48px;}
307
+ .icon-indent-right{background-position:-408px -48px;}
308
+ .icon-facetime-video{background-position:-432px -48px;}
309
+ .icon-picture{background-position:-456px -48px;}
310
+ .icon-pencil{background-position:0 -72px;}
311
+ .icon-map-marker{background-position:-24px -72px;}
312
+ .icon-adjust{background-position:-48px -72px;}
313
+ .icon-tint{background-position:-72px -72px;}
314
+ .icon-edit{background-position:-96px -72px;}
315
+ .icon-share{background-position:-120px -72px;}
316
+ .icon-check{background-position:-144px -72px;}
317
+ .icon-move{background-position:-168px -72px;}
318
+ .icon-step-backward{background-position:-192px -72px;}
319
+ .icon-fast-backward{background-position:-216px -72px;}
320
+ .icon-backward{background-position:-240px -72px;}
321
+ .icon-play{background-position:-264px -72px;}
322
+ .icon-pause{background-position:-288px -72px;}
323
+ .icon-stop{background-position:-312px -72px;}
324
+ .icon-forward{background-position:-336px -72px;}
325
+ .icon-fast-forward{background-position:-360px -72px;}
326
+ .icon-step-forward{background-position:-384px -72px;}
327
+ .icon-eject{background-position:-408px -72px;}
328
+ .icon-chevron-left{background-position:-432px -72px;}
329
+ .icon-chevron-right{background-position:-456px -72px;}
330
+ .icon-plus-sign{background-position:0 -96px;}
331
+ .icon-minus-sign{background-position:-24px -96px;}
332
+ .icon-remove-sign{background-position:-48px -96px;}
333
+ .icon-ok-sign{background-position:-72px -96px;}
334
+ .icon-question-sign{background-position:-96px -96px;}
335
+ .icon-info-sign{background-position:-120px -96px;}
336
+ .icon-screenshot{background-position:-144px -96px;}
337
+ .icon-remove-circle{background-position:-168px -96px;}
338
+ .icon-ok-circle{background-position:-192px -96px;}
339
+ .icon-ban-circle{background-position:-216px -96px;}
340
+ .icon-arrow-left{background-position:-240px -96px;}
341
+ .icon-arrow-right{background-position:-264px -96px;}
342
+ .icon-arrow-up{background-position:-289px -96px;}
343
+ .icon-arrow-down{background-position:-312px -96px;}
344
+ .icon-share-alt{background-position:-336px -96px;}
345
+ .icon-resize-full{background-position:-360px -96px;}
346
+ .icon-resize-small{background-position:-384px -96px;}
347
+ .icon-plus{background-position:-408px -96px;}
348
+ .icon-minus{background-position:-433px -96px;}
349
+ .icon-asterisk{background-position:-456px -96px;}
350
+ .icon-exclamation-sign{background-position:0 -120px;}
351
+ .icon-gift{background-position:-24px -120px;}
352
+ .icon-leaf{background-position:-48px -120px;}
353
+ .icon-fire{background-position:-72px -120px;}
354
+ .icon-eye-open{background-position:-96px -120px;}
355
+ .icon-eye-close{background-position:-120px -120px;}
356
+ .icon-warning-sign{background-position:-144px -120px;}
357
+ .icon-plane{background-position:-168px -120px;}
358
+ .icon-calendar{background-position:-192px -120px;}
359
+ .icon-random{background-position:-216px -120px;}
360
+ .icon-comment{background-position:-240px -120px;}
361
+ .icon-magnet{background-position:-264px -120px;}
362
+ .icon-chevron-up{background-position:-288px -120px;}
363
+ .icon-chevron-down{background-position:-313px -119px;}
364
+ .icon-retweet{background-position:-336px -120px;}
365
+ .icon-shopping-cart{background-position:-360px -120px;}
366
+ .icon-folder-close{background-position:-384px -120px;}
367
+ .icon-folder-open{background-position:-408px -120px;}
368
+ .icon-resize-vertical{background-position:-432px -119px;}
369
+ .icon-resize-horizontal{background-position:-456px -118px;}
370
+ .dropdown{position:relative;}
371
+ .dropdown-toggle{*margin-bottom:-3px;}
372
+ .dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
373
+ .caret{display:inline-block;width:0;height:0;vertical-align:top;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000000;opacity:0.3;filter:alpha(opacity=30);content:"";}
374
+ .dropdown .caret{margin-top:8px;margin-left:2px;}
375
+ .dropdown:hover .caret,.open.dropdown .caret{opacity:1;filter:alpha(opacity=100);}
376
+ .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;padding:4px 0;margin:0;list-style:none;background-color:#ffffff;border-color:#ccc;border-color:rgba(0, 0, 0, 0.2);border-style:solid;border-width:1px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;}.dropdown-menu.pull-right{right:0;left:auto;}
377
+ .dropdown-menu .divider{height:1px;margin:8px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;*width:100%;*margin:-5px 0 5px;}
378
+ .dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#333333;white-space:nowrap;}
379
+ .dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#ffffff;text-decoration:none;background-color:#0088cc;}
380
+ .dropdown.open{*z-index:1000;}.dropdown.open .dropdown-toggle{color:#ffffff;background:#ccc;background:rgba(0, 0, 0, 0.3);}
381
+ .dropdown.open .dropdown-menu{display:block;}
382
+ .pull-right .dropdown-menu{left:auto;right:0;}
383
+ .dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"\2191";}
384
+ .dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
385
+ .typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
386
+ .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
387
+ .well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
388
+ .well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
389
+ .fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}
390
+ .collapse{-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-ms-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;position:relative;overflow:hidden;height:0;}.collapse.in{height:auto;}
391
+ .close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover{color:#000000;text-decoration:none;opacity:0.4;filter:alpha(opacity=40);cursor:pointer;}
392
+ .btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;font-size:13px;line-height:18px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);border:1px solid #cccccc;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);cursor:pointer;*margin-left:.3em;}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6;}
393
+ .btn:active,.btn.active{background-color:#cccccc \9;}
394
+ .btn:first-child{*margin-left:0;}
395
+ .btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
396
+ .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
397
+ .btn.active,.btn:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);background-color:#e6e6e6;background-color:#d9d9d9 \9;outline:0;}
398
+ .btn.disabled,.btn[disabled]{cursor:default;background-image:none;background-color:#e6e6e6;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
399
+ .btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
400
+ .btn-large [class^="icon-"]{margin-top:1px;}
401
+ .btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
402
+ .btn-small [class^="icon-"]{margin-top:-1px;}
403
+ .btn-mini{padding:2px 6px;font-size:11px;line-height:14px;}
404
+ .btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);color:#ffffff;}
405
+ .btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
406
+ .btn-primary{background-color:#0074cc;background-image:-moz-linear-gradient(top, #0088cc, #0055cc);background-image:-ms-linear-gradient(top, #0088cc, #0055cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));background-image:-webkit-linear-gradient(top, #0088cc, #0055cc);background-image:-o-linear-gradient(top, #0088cc, #0055cc);background-image:linear-gradient(top, #0088cc, #0055cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);border-color:#0055cc #0055cc #003580;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#0055cc;}
407
+ .btn-primary:active,.btn-primary.active{background-color:#004099 \9;}
408
+ .btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#f89406;}
409
+ .btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}
410
+ .btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(top, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#bd362f;}
411
+ .btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}
412
+ .btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-ms-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(top, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{background-color:#51a351;}
413
+ .btn-success:active,.btn-success.active{background-color:#408140 \9;}
414
+ .btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(top, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{background-color:#2f96b4;}
415
+ .btn-info:active,.btn-info.active{background-color:#24748c \9;}
416
+ .btn-inverse{background-color:#414141;background-image:-moz-linear-gradient(top, #555555, #222222);background-image:-ms-linear-gradient(top, #555555, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));background-image:-webkit-linear-gradient(top, #555555, #222222);background-image:-o-linear-gradient(top, #555555, #222222);background-image:linear-gradient(top, #555555, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{background-color:#222222;}
417
+ .btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;}
418
+ button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
419
+ button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
420
+ button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
421
+ button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}
422
+ .btn-group{position:relative;*zoom:1;*margin-left:.3em;}.btn-group:before,.btn-group:after{display:table;content:"";}
423
+ .btn-group:after{clear:both;}
424
+ .btn-group:first-child{*margin-left:0;}
425
+ .btn-group+.btn-group{margin-left:5px;}
426
+ .btn-toolbar{margin-top:9px;margin-bottom:9px;}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}
427
+ .btn-group .btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
428
+ .btn-group .btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
429
+ .btn-group .btn:last-child,.btn-group .dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
430
+ .btn-group .btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
431
+ .btn-group .btn.large:last-child,.btn-group .large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
432
+ .btn-group .btn:hover,.btn-group .btn:focus,.btn-group .btn:active,.btn-group .btn.active{z-index:2;}
433
+ .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
434
+ .btn-group .dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.125),inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.125),inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.125),inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);*padding-top:3px;*padding-bottom:3px;}
435
+ .btn-group .btn-mini.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:1px;*padding-bottom:1px;}
436
+ .btn-group .btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px;}
437
+ .btn-group .btn-large.dropdown-toggle{padding-left:12px;padding-right:12px;}
438
+ .btn-group.open{*z-index:1000;}.btn-group.open .dropdown-menu{display:block;margin-top:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
439
+ .btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);}
440
+ .btn .caret{margin-top:7px;margin-left:0;}
441
+ .btn:hover .caret,.open.btn-group .caret{opacity:1;filter:alpha(opacity=100);}
442
+ .btn-mini .caret{margin-top:5px;}
443
+ .btn-small .caret{margin-top:6px;}
444
+ .btn-large .caret{margin-top:6px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
445
+ .btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
446
+ .alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
447
+ .alert-heading{color:inherit;}
448
+ .alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}
449
+ .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
450
+ .alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
451
+ .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
452
+ .alert-block{padding-top:14px;padding-bottom:14px;}
453
+ .alert-block>p,.alert-block>ul{margin-bottom:0;}
454
+ .alert-block p+p{margin-top:5px;}
455
+ .nav{margin-left:0;margin-bottom:18px;list-style:none;}
456
+ .nav>li>a{display:block;}
457
+ .nav>li>a:hover{text-decoration:none;background-color:#eeeeee;}
458
+ .nav .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:18px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
459
+ .nav li+.nav-header{margin-top:9px;}
460
+ .nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}
461
+ .nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
462
+ .nav-list>li>a{padding:3px 15px;}
463
+ .nav-list>.active>a,.nav-list>.active>a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc;}
464
+ .nav-list [class^="icon-"]{margin-right:2px;}
465
+ .nav-list .divider{height:1px;margin:8px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;*width:100%;*margin:-5px 0 5px;}
466
+ .nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";}
467
+ .nav-tabs:after,.nav-pills:after{clear:both;}
468
+ .nav-tabs>li,.nav-pills>li{float:left;}
469
+ .nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
470
+ .nav-tabs{border-bottom:1px solid #ddd;}
471
+ .nav-tabs>li{margin-bottom:-1px;}
472
+ .nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
473
+ .nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
474
+ .nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
475
+ .nav-pills>.active>a,.nav-pills>.active>a:hover{color:#ffffff;background-color:#0088cc;}
476
+ .nav-stacked>li{float:none;}
477
+ .nav-stacked>li>a{margin-right:0;}
478
+ .nav-tabs.nav-stacked{border-bottom:0;}
479
+ .nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
480
+ .nav-tabs.nav-stacked>li:first-child>a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
481
+ .nav-tabs.nav-stacked>li:last-child>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
482
+ .nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2;}
483
+ .nav-pills.nav-stacked>li>a{margin-bottom:3px;}
484
+ .nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;}
485
+ .nav-tabs .dropdown-menu,.nav-pills .dropdown-menu{margin-top:1px;border-width:1px;}
486
+ .nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
487
+ .nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret{border-top-color:#0088cc;border-bottom-color:#0088cc;margin-top:6px;}
488
+ .nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580;}
489
+ .nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret{border-top-color:#333333;border-bottom-color:#333333;}
490
+ .nav>.dropdown.active>a:hover{color:#000000;cursor:pointer;}
491
+ .nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>.open.active>a:hover{color:#ffffff;background-color:#999999;border-color:#999999;}
492
+ .nav .open .caret,.nav .open.active .caret,.nav .open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);}
493
+ .tabs-stacked .open>a:hover{border-color:#999999;}
494
+ .tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";}
495
+ .tabbable:after{clear:both;}
496
+ .tab-content{display:table;width:100%;}
497
+ .tabs-below .nav-tabs,.tabs-right .nav-tabs,.tabs-left .nav-tabs{border-bottom:0;}
498
+ .tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}
499
+ .tab-content>.active,.pill-content>.active{display:block;}
500
+ .tabs-below .nav-tabs{border-top:1px solid #ddd;}
501
+ .tabs-below .nav-tabs>li{margin-top:-1px;margin-bottom:0;}
502
+ .tabs-below .nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below .nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd;}
503
+ .tabs-below .nav-tabs .active>a,.tabs-below .nav-tabs .active>a:hover{border-color:transparent #ddd #ddd #ddd;}
504
+ .tabs-left .nav-tabs>li,.tabs-right .nav-tabs>li{float:none;}
505
+ .tabs-left .nav-tabs>li>a,.tabs-right .nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;}
506
+ .tabs-left .nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}
507
+ .tabs-left .nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
508
+ .tabs-left .nav-tabs>li>a:hover{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
509
+ .tabs-left .nav-tabs .active>a,.tabs-left .nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
510
+ .tabs-right .nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}
511
+ .tabs-right .nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
512
+ .tabs-right .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
513
+ .tabs-right .nav-tabs .active>a,.tabs-right .nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}
514
+ .navbar{*position:relative;*z-index:2;overflow:visible;margin-bottom:18px;}
515
+ .navbar-inner{padding-left:20px;padding-right:20px;background-color:#2c2c2c;background-image:-moz-linear-gradient(top, #333333, #222222);background-image:-ms-linear-gradient(top, #333333, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));background-image:-webkit-linear-gradient(top, #333333, #222222);background-image:-o-linear-gradient(top, #333333, #222222);background-image:linear-gradient(top, #333333, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);}
516
+ .navbar .container{width:auto;}
517
+ .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;background-color:#2c2c2c;background-image:-moz-linear-gradient(top, #333333, #222222);background-image:-ms-linear-gradient(top, #333333, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));background-image:-webkit-linear-gradient(top, #333333, #222222);background-image:-o-linear-gradient(top, #333333, #222222);background-image:linear-gradient(top, #333333, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:dximagetransform.microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.075);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.075);}.btn-navbar:hover,.btn-navbar:active,.btn-navbar.active,.btn-navbar.disabled,.btn-navbar[disabled]{background-color:#222222;}
518
+ .btn-navbar:active,.btn-navbar.active{background-color:#080808 \9;}
519
+ .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
520
+ .btn-navbar .icon-bar+.icon-bar{margin-top:3px;}
521
+ .nav-collapse.collapse{height:auto;}
522
+ .navbar{color:#999999;}.navbar .brand:hover{text-decoration:none;}
523
+ .navbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;font-size:20px;font-weight:200;line-height:1;color:#ffffff;}
524
+ .navbar .navbar-text{margin-bottom:0;line-height:40px;}
525
+ .navbar .btn,.navbar .btn-group{margin-top:5px;}
526
+ .navbar .btn-group .btn{margin-top:0;}
527
+ .navbar-form{margin-bottom:0;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";}
528
+ .navbar-form:after{clear:both;}
529
+ .navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px;}
530
+ .navbar-form input,.navbar-form select{display:inline-block;margin-bottom:0;}
531
+ .navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px;}
532
+ .navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0;}
533
+ .navbar-search{position:relative;float:left;margin-top:6px;margin-bottom:0;}.navbar-search .search-query{padding:4px 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;color:#ffffff;background-color:#626262;border:1px solid #151515;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.15);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.15);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.15);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.navbar-search .search-query:-moz-placeholder{color:#cccccc;}
534
+ .navbar-search .search-query::-webkit-input-placeholder{color:#cccccc;}
535
+ .navbar-search .search-query:focus,.navbar-search .search-query.focused{padding:5px 10px;color:#333333;text-shadow:0 1px 0 #ffffff;background-color:#ffffff;border:0;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);outline:0;}
536
+ .navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0;}
537
+ .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
538
+ .navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
539
+ .navbar-fixed-top{top:0;}
540
+ .navbar-fixed-bottom{bottom:0;}
541
+ .navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}
542
+ .navbar .nav.pull-right{float:right;}
543
+ .navbar .nav>li{display:block;float:left;}
544
+ .navbar .nav>li>a{float:none;padding:10px 10px 11px;line-height:19px;color:#999999;text-decoration:none;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
545
+ .navbar .nav>li>a:hover{background-color:transparent;color:#ffffff;text-decoration:none;}
546
+ .navbar .nav .active>a,.navbar .nav .active>a:hover{color:#ffffff;text-decoration:none;background-color:#222222;}
547
+ .navbar .divider-vertical{height:40px;width:1px;margin:0 9px;overflow:hidden;background-color:#222222;border-right:1px solid #333333;}
548
+ .navbar .nav.pull-right{margin-left:10px;margin-right:0;}
549
+ .navbar .dropdown-menu{margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.navbar .dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:9px;}
550
+ .navbar .dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:10px;}
551
+ .navbar-fixed-bottom .dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0, 0, 0, 0.2);border-bottom:0;bottom:-7px;top:auto;}
552
+ .navbar-fixed-bottom .dropdown-menu:after{border-top:6px solid #ffffff;border-bottom:0;bottom:-6px;top:auto;}
553
+ .navbar .nav .dropdown-toggle .caret,.navbar .nav .open.dropdown .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
554
+ .navbar .nav .active .caret{opacity:1;filter:alpha(opacity=100);}
555
+ .navbar .nav .open>.dropdown-toggle,.navbar .nav .active>.dropdown-toggle,.navbar .nav .open.active>.dropdown-toggle{background-color:transparent;}
556
+ .navbar .nav .active>.dropdown-toggle:hover{color:#ffffff;}
557
+ .navbar .nav.pull-right .dropdown-menu,.navbar .nav .dropdown-menu.pull-right{left:auto;right:0;}.navbar .nav.pull-right .dropdown-menu:before,.navbar .nav .dropdown-menu.pull-right:before{left:auto;right:12px;}
558
+ .navbar .nav.pull-right .dropdown-menu:after,.navbar .nav .dropdown-menu.pull-right:after{left:auto;right:13px;}
559
+ .breadcrumb{padding:7px 14px;margin:0 0 18px;list-style:none;background-color:#fbfbfb;background-image:-moz-linear-gradient(top, #ffffff, #f5f5f5);background-image:-ms-linear-gradient(top, #ffffff, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image:-o-linear-gradient(top, #ffffff, #f5f5f5);background-image:linear-gradient(top, #ffffff, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;}.breadcrumb li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;}
560
+ .breadcrumb .divider{padding:0 5px;color:#999999;}
561
+ .breadcrumb .active a{color:#333333;}
562
+ .pagination{height:36px;margin:18px 0;}
563
+ .pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
564
+ .pagination li{display:inline;}
565
+ .pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0;}
566
+ .pagination a:hover,.pagination .active a{background-color:#f5f5f5;}
567
+ .pagination .active a{color:#999999;cursor:default;}
568
+ .pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default;}
569
+ .pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
570
+ .pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
571
+ .pagination-centered{text-align:center;}
572
+ .pagination-right{text-align:right;}
573
+ .pager{margin-left:0;margin-bottom:18px;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";}
574
+ .pager:after{clear:both;}
575
+ .pager li{display:inline;}
576
+ .pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
577
+ .pager a:hover{text-decoration:none;background-color:#f5f5f5;}
578
+ .pager .next a{float:right;}
579
+ .pager .previous a{float:left;}
580
+ .pager .disabled a,.pager .disabled a:hover{color:#999999;background-color:#fff;cursor:default;}
581
+ .modal-open .dropdown-menu{z-index:2050;}
582
+ .modal-open .dropdown.open{*z-index:2050;}
583
+ .modal-open .popover{z-index:2060;}
584
+ .modal-open .tooltip{z-index:2070;}
585
+ .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{opacity:0;}
586
+ .modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);}
587
+ .modal{position:fixed;top:50%;left:50%;z-index:1050;overflow:auto;width:560px;margin:-250px 0 0 -280px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-ms-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;}
588
+ .modal.fade.in{top:50%;}
589
+ .modal-header{padding:9px 15px;border-bottom:1px solid #eee;}.modal-header .close{margin-top:2px;}
590
+ .modal-body{overflow-y:auto;max-height:400px;padding:15px;}
591
+ .modal-form{margin-bottom:0;}
592
+ .modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;*zoom:1;}.modal-footer:before,.modal-footer:after{display:table;content:"";}
593
+ .modal-footer:after{clear:both;}
594
+ .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}
595
+ .modal-footer .btn-group .btn+.btn{margin-left:-1px;}
596
+ .tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
597
+ .tooltip.top{margin-top:-2px;}
598
+ .tooltip.right{margin-left:2px;}
599
+ .tooltip.bottom{margin-top:2px;}
600
+ .tooltip.left{margin-left:-2px;}
601
+ .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
602
+ .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
603
+ .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
604
+ .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
605
+ .tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
606
+ .tooltip-arrow{position:absolute;width:0;height:0;}
607
+ .popover{position:absolute;top:0;left:0;z-index:1010;display:none;padding:5px;}.popover.top{margin-top:-5px;}
608
+ .popover.right{margin-left:5px;}
609
+ .popover.bottom{margin-top:5px;}
610
+ .popover.left{margin-left:-5px;}
611
+ .popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
612
+ .popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
613
+ .popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
614
+ .popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
615
+ .popover .arrow{position:absolute;width:0;height:0;}
616
+ .popover-inner{padding:3px;width:280px;overflow:hidden;background:#000000;background:rgba(0, 0, 0, 0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
617
+ .popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
618
+ .popover-content{padding:14px;background-color:#ffffff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0;}
619
+ .thumbnails{margin-left:-20px;list-style:none;*zoom:1;}.thumbnails:before,.thumbnails:after{display:table;content:"";}
620
+ .thumbnails:after{clear:both;}
621
+ .thumbnails>li{float:left;margin:0 0 18px 20px;}
622
+ .thumbnail{display:block;padding:4px;line-height:1;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}
623
+ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
624
+ .thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto;}
625
+ .thumbnail .caption{padding:9px;}
626
+ .label{padding:1px 4px 2px;font-size:10.998px;font-weight:bold;line-height:13px;color:#ffffff;vertical-align:middle;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
627
+ .label:hover{color:#ffffff;text-decoration:none;}
628
+ .label-important{background-color:#b94a48;}
629
+ .label-important:hover{background-color:#953b39;}
630
+ .label-warning{background-color:#f89406;}
631
+ .label-warning:hover{background-color:#c67605;}
632
+ .label-success{background-color:#468847;}
633
+ .label-success:hover{background-color:#356635;}
634
+ .label-info{background-color:#3a87ad;}
635
+ .label-info:hover{background-color:#2d6987;}
636
+ .label-inverse{background-color:#333333;}
637
+ .label-inverse:hover{background-color:#1a1a1a;}
638
+ .badge{padding:1px 9px 2px;font-size:12.025px;font-weight:bold;white-space:nowrap;color:#ffffff;background-color:#999999;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
639
+ .badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
640
+ .badge-error{background-color:#b94a48;}
641
+ .badge-error:hover{background-color:#953b39;}
642
+ .badge-warning{background-color:#f89406;}
643
+ .badge-warning:hover{background-color:#c67605;}
644
+ .badge-success{background-color:#468847;}
645
+ .badge-success:hover{background-color:#356635;}
646
+ .badge-info{background-color:#3a87ad;}
647
+ .badge-info:hover{background-color:#2d6987;}
648
+ .badge-inverse{background-color:#333333;}
649
+ .badge-inverse:hover{background-color:#1a1a1a;}
650
+ @-webkit-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}.progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-ms-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(top, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
651
+ .progress .bar{width:0%;height:18px;color:#ffffff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-ms-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(top, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-ms-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
652
+ .progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
653
+ .progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
654
+ .progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}
655
+ .progress-danger.progress-striped .bar{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
656
+ .progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);}
657
+ .progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
658
+ .progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}
659
+ .progress-info.progress-striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
660
+ .progress-warning .bar{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);}
661
+ .progress-warning.progress-striped .bar{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
662
+ .accordion{margin-bottom:18px;}
663
+ .accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
664
+ .accordion-heading{border-bottom:0;}
665
+ .accordion-heading .accordion-toggle{display:block;padding:8px 15px;}
666
+ .accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;}
667
+ .carousel{position:relative;margin-bottom:18px;line-height:1;}
668
+ .carousel-inner{overflow:hidden;width:100%;position:relative;}
669
+ .carousel .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-ms-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
670
+ .carousel .item>img{display:block;line-height:1;}
671
+ .carousel .active,.carousel .next,.carousel .prev{display:block;}
672
+ .carousel .active{left:0;}
673
+ .carousel .next,.carousel .prev{position:absolute;top:0;width:100%;}
674
+ .carousel .next{left:100%;}
675
+ .carousel .prev{left:-100%;}
676
+ .carousel .next.left,.carousel .prev.right{left:0;}
677
+ .carousel .active.left{left:-100%;}
678
+ .carousel .active.right{left:100%;}
679
+ .carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;}
680
+ .carousel-control:hover{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
681
+ .carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 15px 5px;background:#333333;background:rgba(0, 0, 0, 0.75);}
682
+ .carousel-caption h4,.carousel-caption p{color:#ffffff;}
683
+ .hero-unit{padding:60px;margin-bottom:30px;background-color:#eeeeee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;}
684
+ .hero-unit p{font-size:18px;font-weight:200;line-height:27px;color:inherit;}
685
+ .pull-right{float:right;}
686
+ .pull-left{float:left;}
687
+ .hide{display:none;}
688
+ .show{display:block;}
689
+ .invisible{visibility:hidden;}