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