restivus-gis 0.0.3

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