ThemevampRails 0.0.1

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