synapse-rubycas-server 1.1.4 → 1.1.5.pre

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