]>
Commit | Line | Data |
---|---|---|
6af4c584 | 1 | /*! |
00180484 | 2 | * bootswatch v3.3.5 |
6af4c584 | 3 | * Homepage: http://bootswatch.com |
49026292 | 4 | * Copyright 2012-2015 Thomas Park |
6af4c584 MG |
5 | * Licensed under MIT |
6 | * Based on Bootstrap | |
7 | */ | |
00180484 MG |
8 | /*! |
9 | * Bootstrap v3.3.5 (http://getbootstrap.com) | |
10 | * Copyright 2011-2015 Twitter, Inc. | |
11 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
12 | */ | |
13 | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
6af4c584 MG |
14 | html { |
15 | font-family: sans-serif; | |
16 | -ms-text-size-adjust: 100%; | |
17 | -webkit-text-size-adjust: 100%; | |
18 | } | |
19 | body { | |
20 | margin: 0; | |
21 | } | |
22 | article, | |
23 | aside, | |
24 | details, | |
25 | figcaption, | |
26 | figure, | |
27 | footer, | |
28 | header, | |
29 | hgroup, | |
30 | main, | |
76c653f8 | 31 | menu, |
6af4c584 MG |
32 | nav, |
33 | section, | |
34 | summary { | |
35 | display: block; | |
36 | } | |
37 | audio, | |
38 | canvas, | |
39 | progress, | |
40 | video { | |
41 | display: inline-block; | |
42 | vertical-align: baseline; | |
43 | } | |
44 | audio:not([controls]) { | |
45 | display: none; | |
46 | height: 0; | |
47 | } | |
48 | [hidden], | |
49 | template { | |
50 | display: none; | |
51 | } | |
52 | a { | |
76c653f8 | 53 | background-color: transparent; |
6af4c584 MG |
54 | } |
55 | a:active, | |
56 | a:hover { | |
57 | outline: 0; | |
58 | } | |
59 | abbr[title] { | |
60 | border-bottom: 1px dotted; | |
61 | } | |
62 | b, | |
63 | strong { | |
64 | font-weight: bold; | |
65 | } | |
66 | dfn { | |
67 | font-style: italic; | |
68 | } | |
69 | h1 { | |
70 | font-size: 2em; | |
71 | margin: 0.67em 0; | |
72 | } | |
73 | mark { | |
74 | background: #ff0; | |
75 | color: #000; | |
76 | } | |
77 | small { | |
78 | font-size: 80%; | |
79 | } | |
80 | sub, | |
81 | sup { | |
82 | font-size: 75%; | |
83 | line-height: 0; | |
84 | position: relative; | |
85 | vertical-align: baseline; | |
86 | } | |
87 | sup { | |
88 | top: -0.5em; | |
89 | } | |
90 | sub { | |
91 | bottom: -0.25em; | |
92 | } | |
93 | img { | |
94 | border: 0; | |
95 | } | |
96 | svg:not(:root) { | |
97 | overflow: hidden; | |
98 | } | |
99 | figure { | |
100 | margin: 1em 40px; | |
101 | } | |
102 | hr { | |
137c84bf | 103 | box-sizing: content-box; |
6af4c584 MG |
104 | height: 0; |
105 | } | |
106 | pre { | |
107 | overflow: auto; | |
108 | } | |
109 | code, | |
110 | kbd, | |
111 | pre, | |
112 | samp { | |
113 | font-family: monospace, monospace; | |
114 | font-size: 1em; | |
115 | } | |
116 | button, | |
117 | input, | |
118 | optgroup, | |
119 | select, | |
120 | textarea { | |
121 | color: inherit; | |
122 | font: inherit; | |
123 | margin: 0; | |
124 | } | |
125 | button { | |
126 | overflow: visible; | |
127 | } | |
128 | button, | |
129 | select { | |
130 | text-transform: none; | |
131 | } | |
132 | button, | |
133 | html input[type="button"], | |
134 | input[type="reset"], | |
135 | input[type="submit"] { | |
136 | -webkit-appearance: button; | |
137 | cursor: pointer; | |
138 | } | |
139 | button[disabled], | |
140 | html input[disabled] { | |
141 | cursor: default; | |
142 | } | |
143 | button::-moz-focus-inner, | |
144 | input::-moz-focus-inner { | |
145 | border: 0; | |
146 | padding: 0; | |
147 | } | |
148 | input { | |
149 | line-height: normal; | |
150 | } | |
151 | input[type="checkbox"], | |
152 | input[type="radio"] { | |
137c84bf | 153 | box-sizing: border-box; |
6af4c584 MG |
154 | padding: 0; |
155 | } | |
156 | input[type="number"]::-webkit-inner-spin-button, | |
157 | input[type="number"]::-webkit-outer-spin-button { | |
158 | height: auto; | |
159 | } | |
160 | input[type="search"] { | |
161 | -webkit-appearance: textfield; | |
6af4c584 MG |
162 | box-sizing: content-box; |
163 | } | |
164 | input[type="search"]::-webkit-search-cancel-button, | |
165 | input[type="search"]::-webkit-search-decoration { | |
166 | -webkit-appearance: none; | |
167 | } | |
168 | fieldset { | |
169 | border: 1px solid #c0c0c0; | |
170 | margin: 0 2px; | |
171 | padding: 0.35em 0.625em 0.75em; | |
172 | } | |
173 | legend { | |
174 | border: 0; | |
175 | padding: 0; | |
176 | } | |
177 | textarea { | |
178 | overflow: auto; | |
179 | } | |
180 | optgroup { | |
181 | font-weight: bold; | |
182 | } | |
183 | table { | |
184 | border-collapse: collapse; | |
185 | border-spacing: 0; | |
186 | } | |
187 | td, | |
188 | th { | |
189 | padding: 0; | |
190 | } | |
76c653f8 | 191 | /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ |
6af4c584 | 192 | @media print { |
76c653f8 MG |
193 | *, |
194 | *:before, | |
195 | *:after { | |
6af4c584 | 196 | background: transparent !important; |
76c653f8 | 197 | color: #000 !important; |
137c84bf | 198 | box-shadow: none !important; |
76c653f8 | 199 | text-shadow: none !important; |
6af4c584 MG |
200 | } |
201 | a, | |
202 | a:visited { | |
203 | text-decoration: underline; | |
204 | } | |
205 | a[href]:after { | |
206 | content: " (" attr(href) ")"; | |
207 | } | |
208 | abbr[title]:after { | |
209 | content: " (" attr(title) ")"; | |
210 | } | |
76c653f8 MG |
211 | a[href^="#"]:after, |
212 | a[href^="javascript:"]:after { | |
6af4c584 MG |
213 | content: ""; |
214 | } | |
215 | pre, | |
216 | blockquote { | |
217 | border: 1px solid #999; | |
218 | page-break-inside: avoid; | |
219 | } | |
220 | thead { | |
221 | display: table-header-group; | |
222 | } | |
223 | tr, | |
224 | img { | |
225 | page-break-inside: avoid; | |
226 | } | |
227 | img { | |
228 | max-width: 100% !important; | |
229 | } | |
230 | p, | |
231 | h2, | |
232 | h3 { | |
233 | orphans: 3; | |
234 | widows: 3; | |
235 | } | |
236 | h2, | |
237 | h3 { | |
238 | page-break-after: avoid; | |
239 | } | |
6af4c584 MG |
240 | .navbar { |
241 | display: none; | |
242 | } | |
6af4c584 MG |
243 | .btn > .caret, |
244 | .dropup > .btn > .caret { | |
245 | border-top-color: #000 !important; | |
246 | } | |
247 | .label { | |
248 | border: 1px solid #000; | |
249 | } | |
250 | .table { | |
251 | border-collapse: collapse !important; | |
252 | } | |
76c653f8 MG |
253 | .table td, |
254 | .table th { | |
255 | background-color: #fff !important; | |
256 | } | |
6af4c584 MG |
257 | .table-bordered th, |
258 | .table-bordered td { | |
259 | border: 1px solid #ddd !important; | |
260 | } | |
261 | } | |
262 | * { | |
6af4c584 MG |
263 | box-sizing: border-box; |
264 | } | |
265 | *:before, | |
266 | *:after { | |
6af4c584 MG |
267 | box-sizing: border-box; |
268 | } | |
269 | html { | |
76c653f8 | 270 | font-size: 10px; |
6af4c584 MG |
271 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
272 | } | |
273 | body { | |
90bc9e17 | 274 | font-family: "DejaVu Serif", Georgia, serif; |
d2e32e3f | 275 | font-size: 14px; |
6af4c584 MG |
276 | line-height: 1.42857143; |
277 | color: #333333; | |
278 | background-color: #ffffff; | |
279 | } | |
280 | input, | |
281 | button, | |
282 | select, | |
283 | textarea { | |
284 | font-family: inherit; | |
285 | font-size: inherit; | |
286 | line-height: inherit; | |
287 | } | |
288 | a { | |
a96f684c | 289 | color: #4582ec; |
6af4c584 MG |
290 | text-decoration: none; |
291 | } | |
292 | a:hover, | |
293 | a:focus { | |
a96f684c | 294 | color: #134fb8; |
6af4c584 MG |
295 | text-decoration: underline; |
296 | } | |
297 | a:focus { | |
298 | outline: thin dotted; | |
299 | outline: 5px auto -webkit-focus-ring-color; | |
300 | outline-offset: -2px; | |
301 | } | |
302 | figure { | |
303 | margin: 0; | |
304 | } | |
305 | img { | |
306 | vertical-align: middle; | |
307 | } | |
308 | .img-responsive { | |
309 | display: block; | |
310 | max-width: 100%; | |
311 | height: auto; | |
312 | } | |
313 | .img-rounded { | |
a96f684c | 314 | border-radius: 6px; |
6af4c584 MG |
315 | } |
316 | .img-thumbnail { | |
317 | padding: 4px; | |
318 | line-height: 1.42857143; | |
319 | background-color: #ffffff; | |
320 | border: 1px solid #dddddd; | |
a96f684c | 321 | border-radius: 4px; |
6af4c584 MG |
322 | transition: all 0.2s ease-in-out; |
323 | display: inline-block; | |
324 | max-width: 100%; | |
325 | height: auto; | |
326 | } | |
327 | .img-circle { | |
328 | border-radius: 50%; | |
329 | } | |
330 | hr { | |
d2e32e3f MG |
331 | margin-top: 20px; |
332 | margin-bottom: 20px; | |
6af4c584 | 333 | border: 0; |
a96f684c | 334 | border-top: 1px solid #eeeeee; |
6af4c584 MG |
335 | } |
336 | .sr-only { | |
337 | position: absolute; | |
338 | width: 1px; | |
339 | height: 1px; | |
340 | margin: -1px; | |
341 | padding: 0; | |
342 | overflow: hidden; | |
343 | clip: rect(0, 0, 0, 0); | |
344 | border: 0; | |
345 | } | |
76c653f8 MG |
346 | .sr-only-focusable:active, |
347 | .sr-only-focusable:focus { | |
348 | position: static; | |
349 | width: auto; | |
350 | height: auto; | |
351 | margin: 0; | |
352 | overflow: visible; | |
353 | clip: auto; | |
354 | } | |
c8d1eead MG |
355 | [role="button"] { |
356 | cursor: pointer; | |
357 | } | |
6af4c584 MG |
358 | h1, |
359 | h2, | |
360 | h3, | |
361 | h4, | |
362 | h5, | |
363 | h6, | |
364 | .h1, | |
365 | .h2, | |
366 | .h3, | |
367 | .h4, | |
368 | .h5, | |
369 | .h6 { | |
7a897a2e | 370 | font-family: sans-serif; |
d2e32e3f | 371 | font-weight: 500; |
6af4c584 MG |
372 | line-height: 1.1; |
373 | color: inherit; | |
374 | } | |
375 | h1 small, | |
376 | h2 small, | |
377 | h3 small, | |
378 | h4 small, | |
379 | h5 small, | |
380 | h6 small, | |
381 | .h1 small, | |
382 | .h2 small, | |
383 | .h3 small, | |
384 | .h4 small, | |
385 | .h5 small, | |
386 | .h6 small, | |
387 | h1 .small, | |
388 | h2 .small, | |
389 | h3 .small, | |
390 | h4 .small, | |
391 | h5 .small, | |
392 | h6 .small, | |
393 | .h1 .small, | |
394 | .h2 .small, | |
395 | .h3 .small, | |
396 | .h4 .small, | |
397 | .h5 .small, | |
398 | .h6 .small { | |
399 | font-weight: normal; | |
400 | line-height: 1; | |
a96f684c | 401 | color: #b3b3b3; |
6af4c584 MG |
402 | } |
403 | h1, | |
404 | .h1, | |
405 | h2, | |
406 | .h2, | |
407 | h3, | |
408 | .h3 { | |
d2e32e3f MG |
409 | margin-top: 20px; |
410 | margin-bottom: 10px; | |
6af4c584 MG |
411 | } |
412 | h1 small, | |
413 | .h1 small, | |
414 | h2 small, | |
415 | .h2 small, | |
416 | h3 small, | |
417 | .h3 small, | |
418 | h1 .small, | |
419 | .h1 .small, | |
420 | h2 .small, | |
421 | .h2 .small, | |
422 | h3 .small, | |
423 | .h3 .small { | |
424 | font-size: 65%; | |
425 | } | |
426 | h4, | |
427 | .h4, | |
428 | h5, | |
429 | .h5, | |
430 | h6, | |
431 | .h6 { | |
d2e32e3f MG |
432 | margin-top: 10px; |
433 | margin-bottom: 10px; | |
6af4c584 MG |
434 | } |
435 | h4 small, | |
436 | .h4 small, | |
437 | h5 small, | |
438 | .h5 small, | |
439 | h6 small, | |
440 | .h6 small, | |
441 | h4 .small, | |
442 | .h4 .small, | |
443 | h5 .small, | |
444 | .h5 .small, | |
445 | h6 .small, | |
446 | .h6 .small { | |
447 | font-size: 75%; | |
448 | } | |
449 | h1, | |
450 | .h1 { | |
d2e32e3f | 451 | font-size: 36px; |
6af4c584 MG |
452 | } |
453 | h2, | |
454 | .h2 { | |
d2e32e3f | 455 | font-size: 30px; |
6af4c584 MG |
456 | } |
457 | h3, | |
458 | .h3 { | |
d2e32e3f | 459 | font-size: 24px; |
6af4c584 MG |
460 | } |
461 | h4, | |
462 | .h4 { | |
d2e32e3f | 463 | font-size: 18px; |
6af4c584 MG |
464 | } |
465 | h5, | |
466 | .h5 { | |
d2e32e3f | 467 | font-size: 14px; |
6af4c584 MG |
468 | } |
469 | h6, | |
470 | .h6 { | |
d2e32e3f | 471 | font-size: 12px; |
6af4c584 MG |
472 | } |
473 | p { | |
d2e32e3f | 474 | margin: 0 0 10px; |
6af4c584 MG |
475 | } |
476 | .lead { | |
d2e32e3f MG |
477 | margin-bottom: 20px; |
478 | font-size: 16px; | |
76c653f8 | 479 | font-weight: 300; |
6af4c584 MG |
480 | line-height: 1.4; |
481 | } | |
482 | @media (min-width: 768px) { | |
483 | .lead { | |
d2e32e3f | 484 | font-size: 21px; |
6af4c584 MG |
485 | } |
486 | } | |
487 | small, | |
488 | .small { | |
d2e32e3f | 489 | font-size: 85%; |
6af4c584 | 490 | } |
76c653f8 MG |
491 | mark, |
492 | .mark { | |
a96f684c | 493 | background-color: #fcf8e3; |
76c653f8 | 494 | padding: .2em; |
6af4c584 MG |
495 | } |
496 | .text-left { | |
497 | text-align: left; | |
498 | } | |
499 | .text-right { | |
500 | text-align: right; | |
501 | } | |
502 | .text-center { | |
503 | text-align: center; | |
504 | } | |
505 | .text-justify { | |
506 | text-align: justify; | |
507 | } | |
76c653f8 MG |
508 | .text-nowrap { |
509 | white-space: nowrap; | |
510 | } | |
511 | .text-lowercase { | |
512 | text-transform: lowercase; | |
513 | } | |
514 | .text-uppercase { | |
515 | text-transform: uppercase; | |
516 | } | |
517 | .text-capitalize { | |
518 | text-transform: capitalize; | |
519 | } | |
6af4c584 | 520 | .text-muted { |
a96f684c | 521 | color: #b3b3b3; |
6af4c584 MG |
522 | } |
523 | .text-primary { | |
a96f684c | 524 | color: #4582ec; |
6af4c584 | 525 | } |
00180484 MG |
526 | a.text-primary:hover, |
527 | a.text-primary:focus { | |
a96f684c | 528 | color: #1863e6; |
6af4c584 MG |
529 | } |
530 | .text-success { | |
a96f684c | 531 | color: #3fad46; |
6af4c584 | 532 | } |
00180484 MG |
533 | a.text-success:hover, |
534 | a.text-success:focus { | |
a96f684c | 535 | color: #318837; |
6af4c584 MG |
536 | } |
537 | .text-info { | |
a96f684c | 538 | color: #5bc0de; |
6af4c584 | 539 | } |
00180484 MG |
540 | a.text-info:hover, |
541 | a.text-info:focus { | |
a96f684c | 542 | color: #31b0d5; |
6af4c584 MG |
543 | } |
544 | .text-warning { | |
a96f684c | 545 | color: #f0ad4e; |
6af4c584 | 546 | } |
00180484 MG |
547 | a.text-warning:hover, |
548 | a.text-warning:focus { | |
a96f684c | 549 | color: #ec971f; |
6af4c584 MG |
550 | } |
551 | .text-danger { | |
a96f684c | 552 | color: #d9534f; |
6af4c584 | 553 | } |
00180484 MG |
554 | a.text-danger:hover, |
555 | a.text-danger:focus { | |
a96f684c | 556 | color: #c9302c; |
6af4c584 MG |
557 | } |
558 | .bg-primary { | |
559 | color: #fff; | |
a96f684c | 560 | background-color: #4582ec; |
6af4c584 | 561 | } |
00180484 MG |
562 | a.bg-primary:hover, |
563 | a.bg-primary:focus { | |
a96f684c | 564 | background-color: #1863e6; |
6af4c584 MG |
565 | } |
566 | .bg-success { | |
a96f684c | 567 | background-color: #dff0d8; |
6af4c584 | 568 | } |
00180484 MG |
569 | a.bg-success:hover, |
570 | a.bg-success:focus { | |
a96f684c | 571 | background-color: #c1e2b3; |
6af4c584 MG |
572 | } |
573 | .bg-info { | |
a96f684c | 574 | background-color: #d9edf7; |
6af4c584 | 575 | } |
00180484 MG |
576 | a.bg-info:hover, |
577 | a.bg-info:focus { | |
a96f684c | 578 | background-color: #afd9ee; |
6af4c584 MG |
579 | } |
580 | .bg-warning { | |
a96f684c | 581 | background-color: #fcf8e3; |
6af4c584 | 582 | } |
00180484 MG |
583 | a.bg-warning:hover, |
584 | a.bg-warning:focus { | |
a96f684c | 585 | background-color: #f7ecb5; |
6af4c584 MG |
586 | } |
587 | .bg-danger { | |
a96f684c | 588 | background-color: #f2dede; |
6af4c584 | 589 | } |
00180484 MG |
590 | a.bg-danger:hover, |
591 | a.bg-danger:focus { | |
a96f684c | 592 | background-color: #e4b9b9; |
6af4c584 MG |
593 | } |
594 | .page-header { | |
d2e32e3f MG |
595 | padding-bottom: 9px; |
596 | margin: 40px 0 20px; | |
a96f684c | 597 | border-bottom: 1px solid #dddddd; |
6af4c584 MG |
598 | } |
599 | ul, | |
600 | ol { | |
601 | margin-top: 0; | |
d2e32e3f | 602 | margin-bottom: 10px; |
6af4c584 MG |
603 | } |
604 | ul ul, | |
605 | ol ul, | |
606 | ul ol, | |
607 | ol ol { | |
608 | margin-bottom: 0; | |
609 | } | |
610 | .list-unstyled { | |
611 | padding-left: 0; | |
612 | list-style: none; | |
613 | } | |
614 | .list-inline { | |
615 | padding-left: 0; | |
616 | list-style: none; | |
76c653f8 | 617 | margin-left: -5px; |
6af4c584 MG |
618 | } |
619 | .list-inline > li { | |
620 | display: inline-block; | |
621 | padding-left: 5px; | |
622 | padding-right: 5px; | |
623 | } | |
6af4c584 MG |
624 | dl { |
625 | margin-top: 0; | |
d2e32e3f | 626 | margin-bottom: 20px; |
6af4c584 MG |
627 | } |
628 | dt, | |
629 | dd { | |
630 | line-height: 1.42857143; | |
631 | } | |
632 | dt { | |
633 | font-weight: bold; | |
634 | } | |
635 | dd { | |
636 | margin-left: 0; | |
637 | } | |
638 | @media (min-width: 768px) { | |
639 | .dl-horizontal dt { | |
640 | float: left; | |
641 | width: 160px; | |
642 | clear: left; | |
643 | text-align: right; | |
644 | overflow: hidden; | |
645 | text-overflow: ellipsis; | |
646 | white-space: nowrap; | |
647 | } | |
648 | .dl-horizontal dd { | |
649 | margin-left: 180px; | |
650 | } | |
651 | } | |
652 | abbr[title], | |
653 | abbr[data-original-title] { | |
654 | cursor: help; | |
a96f684c | 655 | border-bottom: 1px dotted #b3b3b3; |
6af4c584 MG |
656 | } |
657 | .initialism { | |
658 | font-size: 90%; | |
659 | text-transform: uppercase; | |
660 | } | |
661 | blockquote { | |
d2e32e3f MG |
662 | padding: 10px 20px; |
663 | margin: 0 0 20px; | |
664 | font-size: 17.5px; | |
a96f684c | 665 | border-left: 5px solid #4582ec; |
6af4c584 MG |
666 | } |
667 | blockquote p:last-child, | |
668 | blockquote ul:last-child, | |
669 | blockquote ol:last-child { | |
670 | margin-bottom: 0; | |
671 | } | |
672 | blockquote footer, | |
673 | blockquote small, | |
674 | blockquote .small { | |
675 | display: block; | |
676 | font-size: 80%; | |
677 | line-height: 1.42857143; | |
a96f684c | 678 | color: #333333; |
6af4c584 MG |
679 | } |
680 | blockquote footer:before, | |
681 | blockquote small:before, | |
682 | blockquote .small:before { | |
683 | content: '\2014 \00A0'; | |
684 | } | |
685 | .blockquote-reverse, | |
686 | blockquote.pull-right { | |
687 | padding-right: 15px; | |
688 | padding-left: 0; | |
a96f684c | 689 | border-right: 5px solid #4582ec; |
6af4c584 MG |
690 | border-left: 0; |
691 | text-align: right; | |
692 | } | |
693 | .blockquote-reverse footer:before, | |
694 | blockquote.pull-right footer:before, | |
695 | .blockquote-reverse small:before, | |
696 | blockquote.pull-right small:before, | |
697 | .blockquote-reverse .small:before, | |
698 | blockquote.pull-right .small:before { | |
699 | content: ''; | |
700 | } | |
701 | .blockquote-reverse footer:after, | |
702 | blockquote.pull-right footer:after, | |
703 | .blockquote-reverse small:after, | |
704 | blockquote.pull-right small:after, | |
705 | .blockquote-reverse .small:after, | |
706 | blockquote.pull-right .small:after { | |
707 | content: '\00A0 \2014'; | |
708 | } | |
6af4c584 | 709 | address { |
d2e32e3f | 710 | margin-bottom: 20px; |
6af4c584 MG |
711 | font-style: normal; |
712 | line-height: 1.42857143; | |
713 | } | |
714 | code, | |
715 | kbd, | |
716 | pre, | |
717 | samp { | |
718 | font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
719 | } | |
720 | code { | |
721 | padding: 2px 4px; | |
722 | font-size: 90%; | |
723 | color: #c7254e; | |
724 | background-color: #f9f2f4; | |
a96f684c | 725 | border-radius: 4px; |
6af4c584 MG |
726 | } |
727 | kbd { | |
728 | padding: 2px 4px; | |
729 | font-size: 90%; | |
730 | color: #ffffff; | |
731 | background-color: #333333; | |
a96f684c | 732 | border-radius: 3px; |
137c84bf | 733 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); |
76c653f8 MG |
734 | } |
735 | kbd kbd { | |
736 | padding: 0; | |
737 | font-size: 100%; | |
738 | font-weight: bold; | |
137c84bf | 739 | box-shadow: none; |
6af4c584 MG |
740 | } |
741 | pre { | |
742 | display: block; | |
d2e32e3f MG |
743 | padding: 9.5px; |
744 | margin: 0 0 10px; | |
745 | font-size: 13px; | |
6af4c584 MG |
746 | line-height: 1.42857143; |
747 | word-break: break-all; | |
748 | word-wrap: break-word; | |
749 | color: #333333; | |
750 | background-color: #f5f5f5; | |
751 | border: 1px solid #cccccc; | |
a96f684c | 752 | border-radius: 4px; |
6af4c584 MG |
753 | } |
754 | pre code { | |
755 | padding: 0; | |
756 | font-size: inherit; | |
757 | color: inherit; | |
758 | white-space: pre-wrap; | |
759 | background-color: transparent; | |
760 | border-radius: 0; | |
761 | } | |
762 | .pre-scrollable { | |
763 | max-height: 340px; | |
764 | overflow-y: scroll; | |
765 | } | |
766 | .container { | |
767 | margin-right: auto; | |
768 | margin-left: auto; | |
769 | padding-left: 15px; | |
770 | padding-right: 15px; | |
771 | } | |
6af4c584 MG |
772 | @media (min-width: 992px) { |
773 | .container { | |
774 | width: 970px; | |
775 | } | |
776 | } | |
6af4c584 MG |
777 | .container-fluid { |
778 | margin-right: auto; | |
779 | margin-left: auto; | |
780 | padding-left: 15px; | |
781 | padding-right: 15px; | |
782 | } | |
783 | .row { | |
784 | margin-left: -15px; | |
785 | margin-right: -15px; | |
786 | } | |
787 | .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { | |
788 | position: relative; | |
789 | min-height: 1px; | |
790 | padding-left: 15px; | |
791 | padding-right: 15px; | |
792 | } | |
6af4c584 MG |
793 | @media (min-width: 992px) { |
794 | .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { | |
795 | float: left; | |
796 | } | |
797 | .col-md-12 { | |
798 | width: 100%; | |
799 | } | |
800 | .col-md-11 { | |
801 | width: 91.66666667%; | |
802 | } | |
803 | .col-md-10 { | |
804 | width: 83.33333333%; | |
805 | } | |
806 | .col-md-9 { | |
807 | width: 75%; | |
808 | } | |
809 | .col-md-8 { | |
810 | width: 66.66666667%; | |
811 | } | |
812 | .col-md-7 { | |
813 | width: 58.33333333%; | |
814 | } | |
815 | .col-md-6 { | |
816 | width: 50%; | |
817 | } | |
818 | .col-md-5 { | |
819 | width: 41.66666667%; | |
820 | } | |
821 | .col-md-4 { | |
822 | width: 33.33333333%; | |
823 | } | |
824 | .col-md-3 { | |
825 | width: 25%; | |
826 | } | |
827 | .col-md-2 { | |
828 | width: 16.66666667%; | |
829 | } | |
830 | .col-md-1 { | |
831 | width: 8.33333333%; | |
832 | } | |
6af4c584 MG |
833 | } |
834 | table { | |
6af4c584 MG |
835 | background-color: transparent; |
836 | } | |
76c653f8 | 837 | caption { |
c910d2ba MG |
838 | padding-top: 5px; |
839 | padding-bottom: 5px; | |
a96f684c | 840 | color: #b3b3b3; |
76c653f8 MG |
841 | text-align: left; |
842 | } | |
6af4c584 MG |
843 | th { |
844 | text-align: left; | |
845 | } | |
846 | .table { | |
847 | width: 100%; | |
76c653f8 | 848 | max-width: 100%; |
d2e32e3f | 849 | margin-bottom: 20px; |
6af4c584 MG |
850 | } |
851 | .table > thead > tr > th, | |
852 | .table > tbody > tr > th, | |
853 | .table > tfoot > tr > th, | |
854 | .table > thead > tr > td, | |
855 | .table > tbody > tr > td, | |
856 | .table > tfoot > tr > td { | |
c910d2ba | 857 | padding: 5px; |
6af4c584 MG |
858 | line-height: 1.42857143; |
859 | vertical-align: top; | |
860 | border-top: 1px solid #dddddd; | |
861 | } | |
862 | .table > thead > tr > th { | |
863 | vertical-align: bottom; | |
864 | border-bottom: 2px solid #dddddd; | |
865 | } | |
866 | .table > caption + thead > tr:first-child > th, | |
867 | .table > colgroup + thead > tr:first-child > th, | |
868 | .table > thead:first-child > tr:first-child > th, | |
869 | .table > caption + thead > tr:first-child > td, | |
870 | .table > colgroup + thead > tr:first-child > td, | |
871 | .table > thead:first-child > tr:first-child > td { | |
872 | border-top: 0; | |
873 | } | |
874 | .table > tbody + tbody { | |
875 | border-top: 2px solid #dddddd; | |
876 | } | |
877 | .table .table { | |
878 | background-color: #ffffff; | |
879 | } | |
6af4c584 MG |
880 | .table-bordered { |
881 | border: 1px solid #dddddd; | |
882 | } | |
883 | .table-bordered > thead > tr > th, | |
884 | .table-bordered > tbody > tr > th, | |
885 | .table-bordered > tfoot > tr > th, | |
886 | .table-bordered > thead > tr > td, | |
887 | .table-bordered > tbody > tr > td, | |
888 | .table-bordered > tfoot > tr > td { | |
889 | border: 1px solid #dddddd; | |
890 | } | |
891 | .table-bordered > thead > tr > th, | |
892 | .table-bordered > thead > tr > td { | |
893 | border-bottom-width: 2px; | |
894 | } | |
49026292 | 895 | .table-striped > tbody > tr:nth-of-type(odd) { |
6af4c584 MG |
896 | background-color: #f9f9f9; |
897 | } | |
76c653f8 | 898 | .table-hover > tbody > tr:hover { |
6af4c584 MG |
899 | background-color: #f5f5f5; |
900 | } | |
901 | table col[class*="col-"] { | |
902 | position: static; | |
903 | float: none; | |
904 | display: table-column; | |
905 | } | |
906 | table td[class*="col-"], | |
907 | table th[class*="col-"] { | |
908 | position: static; | |
909 | float: none; | |
910 | display: table-cell; | |
911 | } | |
6af4c584 MG |
912 | .table > thead > tr > td.info, |
913 | .table > tbody > tr > td.info, | |
914 | .table > tfoot > tr > td.info, | |
915 | .table > thead > tr > th.info, | |
916 | .table > tbody > tr > th.info, | |
917 | .table > tfoot > tr > th.info, | |
918 | .table > thead > tr.info > td, | |
919 | .table > tbody > tr.info > td, | |
920 | .table > tfoot > tr.info > td, | |
921 | .table > thead > tr.info > th, | |
922 | .table > tbody > tr.info > th, | |
923 | .table > tfoot > tr.info > th { | |
a96f684c | 924 | background-color: #d9edf7; |
6af4c584 MG |
925 | } |
926 | .table-hover > tbody > tr > td.info:hover, | |
927 | .table-hover > tbody > tr > th.info:hover, | |
928 | .table-hover > tbody > tr.info:hover > td, | |
76c653f8 | 929 | .table-hover > tbody > tr:hover > .info, |
6af4c584 | 930 | .table-hover > tbody > tr.info:hover > th { |
a96f684c | 931 | background-color: #c4e3f3; |
6af4c584 MG |
932 | } |
933 | .table > thead > tr > td.warning, | |
934 | .table > tbody > tr > td.warning, | |
935 | .table > tfoot > tr > td.warning, | |
936 | .table > thead > tr > th.warning, | |
937 | .table > tbody > tr > th.warning, | |
938 | .table > tfoot > tr > th.warning, | |
939 | .table > thead > tr.warning > td, | |
940 | .table > tbody > tr.warning > td, | |
941 | .table > tfoot > tr.warning > td, | |
942 | .table > thead > tr.warning > th, | |
943 | .table > tbody > tr.warning > th, | |
944 | .table > tfoot > tr.warning > th { | |
a96f684c | 945 | background-color: #fcf8e3; |
6af4c584 MG |
946 | } |
947 | .table-hover > tbody > tr > td.warning:hover, | |
948 | .table-hover > tbody > tr > th.warning:hover, | |
949 | .table-hover > tbody > tr.warning:hover > td, | |
76c653f8 | 950 | .table-hover > tbody > tr:hover > .warning, |
6af4c584 | 951 | .table-hover > tbody > tr.warning:hover > th { |
a96f684c | 952 | background-color: #faf2cc; |
6af4c584 | 953 | } |
6af4c584 MG |
954 | label { |
955 | display: inline-block; | |
76c653f8 | 956 | max-width: 100%; |
6af4c584 MG |
957 | margin-bottom: 5px; |
958 | font-weight: bold; | |
959 | } | |
6af4c584 MG |
960 | input[type="radio"], |
961 | input[type="checkbox"] { | |
962 | margin: 4px 0 0; | |
963 | margin-top: 1px \9; | |
6af4c584 MG |
964 | line-height: normal; |
965 | } | |
966 | input[type="file"] { | |
967 | display: block; | |
968 | } | |
6af4c584 MG |
969 | input[type="file"]:focus, |
970 | input[type="radio"]:focus, | |
971 | input[type="checkbox"]:focus { | |
972 | outline: thin dotted; | |
973 | outline: 5px auto -webkit-focus-ring-color; | |
974 | outline-offset: -2px; | |
975 | } | |
6af4c584 MG |
976 | .form-control { |
977 | display: block; | |
978 | width: 100%; | |
d2e32e3f | 979 | height: 38px; |
a96f684c | 980 | padding: 8px 12px; |
d2e32e3f | 981 | font-size: 14px; |
6af4c584 MG |
982 | line-height: 1.42857143; |
983 | color: #333333; | |
984 | background-color: #ffffff; | |
985 | background-image: none; | |
a96f684c MG |
986 | border: 1px solid #dddddd; |
987 | border-radius: 4px; | |
6af4c584 | 988 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
6af4c584 MG |
989 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
990 | } | |
991 | .form-control:focus { | |
992 | border-color: #66afe9; | |
993 | outline: 0; | |
6af4c584 MG |
994 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); |
995 | } | |
6af4c584 | 996 | .form-control::-moz-placeholder { |
a96f684c | 997 | color: #b3b3b3; |
6af4c584 MG |
998 | opacity: 1; |
999 | } | |
1000 | .form-control:-ms-input-placeholder { | |
a96f684c | 1001 | color: #b3b3b3; |
6af4c584 MG |
1002 | } |
1003 | .form-control::-webkit-input-placeholder { | |
a96f684c | 1004 | color: #b3b3b3; |
6af4c584 | 1005 | } |
6af4c584 MG |
1006 | textarea.form-control { |
1007 | height: auto; | |
1008 | } | |
6af4c584 MG |
1009 | .form-group { |
1010 | margin-bottom: 15px; | |
1011 | } | |
6af4c584 MG |
1012 | .btn { |
1013 | display: inline-block; | |
1014 | margin-bottom: 0; | |
1015 | font-weight: normal; | |
1016 | text-align: center; | |
1017 | vertical-align: middle; | |
76c653f8 MG |
1018 | -ms-touch-action: manipulation; |
1019 | touch-action: manipulation; | |
6af4c584 MG |
1020 | cursor: pointer; |
1021 | background-image: none; | |
1022 | border: 1px solid transparent; | |
1023 | white-space: nowrap; | |
a96f684c | 1024 | padding: 8px 12px; |
d2e32e3f | 1025 | font-size: 14px; |
6af4c584 | 1026 | line-height: 1.42857143; |
a96f684c | 1027 | border-radius: 4px; |
6af4c584 MG |
1028 | -webkit-user-select: none; |
1029 | -moz-user-select: none; | |
1030 | -ms-user-select: none; | |
6af4c584 MG |
1031 | user-select: none; |
1032 | } | |
76c653f8 MG |
1033 | .btn:focus, |
1034 | .btn:active:focus, | |
1035 | .btn.active:focus, | |
1036 | .btn.focus, | |
1037 | .btn:active.focus, | |
1038 | .btn.active.focus { | |
6af4c584 MG |
1039 | outline: thin dotted; |
1040 | outline: 5px auto -webkit-focus-ring-color; | |
1041 | outline-offset: -2px; | |
1042 | } | |
1043 | .btn:hover, | |
76c653f8 MG |
1044 | .btn:focus, |
1045 | .btn.focus { | |
a96f684c | 1046 | color: #333333; |
6af4c584 MG |
1047 | text-decoration: none; |
1048 | } | |
1049 | .btn:active, | |
1050 | .btn.active { | |
1051 | outline: 0; | |
1052 | background-image: none; | |
6af4c584 MG |
1053 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
1054 | } | |
6af4c584 | 1055 | .btn-default { |
a96f684c MG |
1056 | color: #333333; |
1057 | background-color: #ffffff; | |
1058 | border-color: #dddddd; | |
6af4c584 | 1059 | } |
6af4c584 | 1060 | .btn-default:focus, |
00180484 MG |
1061 | .btn-default.focus { |
1062 | color: #333333; | |
1063 | background-color: #e6e6e6; | |
1064 | border-color: #9d9d9d; | |
1065 | } | |
1066 | .btn-default:hover { | |
1067 | color: #333333; | |
1068 | background-color: #e6e6e6; | |
1069 | border-color: #bebebe; | |
1070 | } | |
6af4c584 MG |
1071 | .btn-default:active, |
1072 | .btn-default.active, | |
76c653f8 | 1073 | .open > .dropdown-toggle.btn-default { |
a96f684c MG |
1074 | color: #333333; |
1075 | background-color: #e6e6e6; | |
1076 | border-color: #bebebe; | |
6af4c584 | 1077 | } |
00180484 MG |
1078 | .btn-default:active:hover, |
1079 | .btn-default.active:hover, | |
1080 | .open > .dropdown-toggle.btn-default:hover, | |
1081 | .btn-default:active:focus, | |
1082 | .btn-default.active:focus, | |
1083 | .open > .dropdown-toggle.btn-default:focus, | |
1084 | .btn-default:active.focus, | |
1085 | .btn-default.active.focus, | |
1086 | .open > .dropdown-toggle.btn-default.focus { | |
1087 | color: #333333; | |
1088 | background-color: #d4d4d4; | |
1089 | border-color: #9d9d9d; | |
1090 | } | |
6af4c584 MG |
1091 | .btn-default:active, |
1092 | .btn-default.active, | |
76c653f8 | 1093 | .open > .dropdown-toggle.btn-default { |
6af4c584 MG |
1094 | background-image: none; |
1095 | } | |
1096 | .btn-default.disabled, | |
1097 | .btn-default[disabled], | |
1098 | fieldset[disabled] .btn-default, | |
1099 | .btn-default.disabled:hover, | |
1100 | .btn-default[disabled]:hover, | |
1101 | fieldset[disabled] .btn-default:hover, | |
1102 | .btn-default.disabled:focus, | |
1103 | .btn-default[disabled]:focus, | |
1104 | fieldset[disabled] .btn-default:focus, | |
76c653f8 MG |
1105 | .btn-default.disabled.focus, |
1106 | .btn-default[disabled].focus, | |
1107 | fieldset[disabled] .btn-default.focus, | |
6af4c584 MG |
1108 | .btn-default.disabled:active, |
1109 | .btn-default[disabled]:active, | |
1110 | fieldset[disabled] .btn-default:active, | |
1111 | .btn-default.disabled.active, | |
1112 | .btn-default[disabled].active, | |
1113 | fieldset[disabled] .btn-default.active { | |
a96f684c MG |
1114 | background-color: #ffffff; |
1115 | border-color: #dddddd; | |
6af4c584 MG |
1116 | } |
1117 | .btn-default .badge { | |
a96f684c MG |
1118 | color: #ffffff; |
1119 | background-color: #333333; | |
6af4c584 MG |
1120 | } |
1121 | .btn-primary { | |
1122 | color: #ffffff; | |
a96f684c MG |
1123 | background-color: #4582ec; |
1124 | border-color: #4582ec; | |
6af4c584 | 1125 | } |
6af4c584 | 1126 | .btn-primary:focus, |
00180484 MG |
1127 | .btn-primary.focus { |
1128 | color: #ffffff; | |
1129 | background-color: #1863e6; | |
1130 | border-color: #1045a1; | |
1131 | } | |
1132 | .btn-primary:hover { | |
1133 | color: #ffffff; | |
1134 | background-color: #1863e6; | |
1135 | border-color: #175fdd; | |
1136 | } | |
6af4c584 MG |
1137 | .btn-primary:active, |
1138 | .btn-primary.active, | |
76c653f8 | 1139 | .open > .dropdown-toggle.btn-primary { |
6af4c584 | 1140 | color: #ffffff; |
a96f684c MG |
1141 | background-color: #1863e6; |
1142 | border-color: #175fdd; | |
6af4c584 | 1143 | } |
00180484 MG |
1144 | .btn-primary:active:hover, |
1145 | .btn-primary.active:hover, | |
1146 | .open > .dropdown-toggle.btn-primary:hover, | |
1147 | .btn-primary:active:focus, | |
1148 | .btn-primary.active:focus, | |
1149 | .open > .dropdown-toggle.btn-primary:focus, | |
1150 | .btn-primary:active.focus, | |
1151 | .btn-primary.active.focus, | |
1152 | .open > .dropdown-toggle.btn-primary.focus { | |
1153 | color: #ffffff; | |
1154 | background-color: #1455c6; | |
1155 | border-color: #1045a1; | |
1156 | } | |
6af4c584 MG |
1157 | .btn-primary:active, |
1158 | .btn-primary.active, | |
76c653f8 | 1159 | .open > .dropdown-toggle.btn-primary { |
6af4c584 MG |
1160 | background-image: none; |
1161 | } | |
1162 | .btn-primary.disabled, | |
1163 | .btn-primary[disabled], | |
1164 | fieldset[disabled] .btn-primary, | |
1165 | .btn-primary.disabled:hover, | |
1166 | .btn-primary[disabled]:hover, | |
1167 | fieldset[disabled] .btn-primary:hover, | |
1168 | .btn-primary.disabled:focus, | |
1169 | .btn-primary[disabled]:focus, | |
1170 | fieldset[disabled] .btn-primary:focus, | |
76c653f8 MG |
1171 | .btn-primary.disabled.focus, |
1172 | .btn-primary[disabled].focus, | |
1173 | fieldset[disabled] .btn-primary.focus, | |
6af4c584 MG |
1174 | .btn-primary.disabled:active, |
1175 | .btn-primary[disabled]:active, | |
1176 | fieldset[disabled] .btn-primary:active, | |
1177 | .btn-primary.disabled.active, | |
1178 | .btn-primary[disabled].active, | |
1179 | fieldset[disabled] .btn-primary.active { | |
a96f684c MG |
1180 | background-color: #4582ec; |
1181 | border-color: #4582ec; | |
6af4c584 MG |
1182 | } |
1183 | .btn-primary .badge { | |
a96f684c | 1184 | color: #4582ec; |
6af4c584 MG |
1185 | background-color: #ffffff; |
1186 | } | |
6af4c584 MG |
1187 | .nav { |
1188 | margin-bottom: 0; | |
1189 | padding-left: 0; | |
1190 | list-style: none; | |
1191 | } | |
1192 | .nav > li { | |
1193 | position: relative; | |
1194 | display: block; | |
1195 | } | |
1196 | .nav > li > a { | |
1197 | position: relative; | |
1198 | display: block; | |
1199 | padding: 10px 15px; | |
1200 | } | |
1201 | .nav > li > a:hover, | |
1202 | .nav > li > a:focus { | |
1203 | text-decoration: none; | |
a96f684c | 1204 | background-color: #eeeeee; |
6af4c584 MG |
1205 | } |
1206 | .nav > li.disabled > a { | |
a96f684c | 1207 | color: #b3b3b3; |
6af4c584 MG |
1208 | } |
1209 | .nav > li.disabled > a:hover, | |
1210 | .nav > li.disabled > a:focus { | |
a96f684c | 1211 | color: #b3b3b3; |
6af4c584 MG |
1212 | text-decoration: none; |
1213 | background-color: transparent; | |
1214 | cursor: not-allowed; | |
1215 | } | |
6af4c584 MG |
1216 | .nav > li > a > img { |
1217 | max-width: none; | |
1218 | } | |
6af4c584 MG |
1219 | .nav-pills > li { |
1220 | float: left; | |
1221 | } | |
1222 | .nav-pills > li > a { | |
a96f684c | 1223 | border-radius: 4px; |
6af4c584 MG |
1224 | } |
1225 | .nav-pills > li + li { | |
1226 | margin-left: 2px; | |
1227 | } | |
1228 | .nav-pills > li.active > a, | |
1229 | .nav-pills > li.active > a:hover, | |
1230 | .nav-pills > li.active > a:focus { | |
1231 | color: #ffffff; | |
a96f684c | 1232 | background-color: #4582ec; |
6af4c584 MG |
1233 | } |
1234 | .nav-stacked > li { | |
1235 | float: none; | |
1236 | } | |
1237 | .nav-stacked > li + li { | |
1238 | margin-top: 2px; | |
1239 | margin-left: 0; | |
1240 | } | |
1241 | .nav-justified { | |
1242 | width: 100%; | |
1243 | } | |
1244 | .nav-justified > li { | |
1245 | float: none; | |
1246 | } | |
1247 | .nav-justified > li > a { | |
1248 | text-align: center; | |
1249 | margin-bottom: 5px; | |
1250 | } | |
6af4c584 MG |
1251 | @media (min-width: 768px) { |
1252 | .nav-justified > li { | |
1253 | display: table-cell; | |
1254 | width: 1%; | |
1255 | } | |
1256 | .nav-justified > li > a { | |
1257 | margin-bottom: 0; | |
1258 | } | |
1259 | } | |
6af4c584 MG |
1260 | .pager { |
1261 | padding-left: 0; | |
d2e32e3f | 1262 | margin: 20px 0; |
6af4c584 MG |
1263 | list-style: none; |
1264 | text-align: center; | |
1265 | } | |
1266 | .pager li { | |
1267 | display: inline; | |
1268 | } | |
1269 | .pager li > a, | |
1270 | .pager li > span { | |
1271 | display: inline-block; | |
1272 | padding: 5px 14px; | |
1273 | background-color: #ffffff; | |
1274 | border: 1px solid #dddddd; | |
a96f684c | 1275 | border-radius: 15px; |
6af4c584 MG |
1276 | } |
1277 | .pager li > a:hover, | |
1278 | .pager li > a:focus { | |
1279 | text-decoration: none; | |
a96f684c | 1280 | background-color: #4582ec; |
6af4c584 MG |
1281 | } |
1282 | .pager .next > a, | |
1283 | .pager .next > span { | |
1284 | float: right; | |
1285 | } | |
1286 | .pager .previous > a, | |
1287 | .pager .previous > span { | |
1288 | float: left; | |
1289 | } | |
1290 | .pager .disabled > a, | |
1291 | .pager .disabled > a:hover, | |
1292 | .pager .disabled > a:focus, | |
1293 | .pager .disabled > span { | |
a96f684c | 1294 | color: #b3b3b3; |
6af4c584 MG |
1295 | background-color: #ffffff; |
1296 | cursor: not-allowed; | |
1297 | } | |
df860157 MG |
1298 | .alert { |
1299 | padding: 15px; | |
d2e32e3f | 1300 | margin-bottom: 20px; |
df860157 | 1301 | border: 1px solid transparent; |
a96f684c | 1302 | border-radius: 4px; |
df860157 MG |
1303 | } |
1304 | .alert h4 { | |
1305 | margin-top: 0; | |
1306 | color: inherit; | |
1307 | } | |
1308 | .alert .alert-link { | |
1309 | font-weight: bold; | |
1310 | } | |
1311 | .alert > p, | |
1312 | .alert > ul { | |
1313 | margin-bottom: 0; | |
1314 | } | |
1315 | .alert > p + p { | |
1316 | margin-top: 5px; | |
1317 | } | |
df860157 | 1318 | .alert-success { |
a96f684c MG |
1319 | background-color: #3fad46; |
1320 | border-color: #3fad46; | |
df860157 MG |
1321 | color: #ffffff; |
1322 | } | |
1323 | .alert-success hr { | |
a96f684c | 1324 | border-top-color: #389a3e; |
df860157 MG |
1325 | } |
1326 | .alert-success .alert-link { | |
1327 | color: #e6e6e6; | |
1328 | } | |
1329 | .alert-info { | |
a96f684c MG |
1330 | background-color: #5bc0de; |
1331 | border-color: #5bc0de; | |
df860157 MG |
1332 | color: #ffffff; |
1333 | } | |
1334 | .alert-info hr { | |
a96f684c | 1335 | border-top-color: #46b8da; |
df860157 MG |
1336 | } |
1337 | .alert-info .alert-link { | |
1338 | color: #e6e6e6; | |
1339 | } | |
1340 | .alert-warning { | |
a96f684c MG |
1341 | background-color: #f0ad4e; |
1342 | border-color: #f0ad4e; | |
df860157 MG |
1343 | color: #ffffff; |
1344 | } | |
1345 | .alert-warning hr { | |
a96f684c | 1346 | border-top-color: #eea236; |
df860157 MG |
1347 | } |
1348 | .alert-warning .alert-link { | |
1349 | color: #e6e6e6; | |
1350 | } | |
1351 | .alert-danger { | |
a96f684c MG |
1352 | background-color: #d9534f; |
1353 | border-color: #d9534f; | |
df860157 MG |
1354 | color: #ffffff; |
1355 | } | |
1356 | .alert-danger hr { | |
a96f684c | 1357 | border-top-color: #d43f3a; |
df860157 MG |
1358 | } |
1359 | .alert-danger .alert-link { | |
1360 | color: #e6e6e6; | |
1361 | } | |
49026292 MG |
1362 | .well { |
1363 | min-height: 20px; | |
1364 | padding: 19px; | |
1365 | margin-bottom: 20px; | |
a96f684c MG |
1366 | background-color: #f7f7f7; |
1367 | border: 1px solid #e5e5e5; | |
1368 | border-radius: 4px; | |
49026292 MG |
1369 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
1370 | } | |
1371 | .well blockquote { | |
1372 | border-color: #ddd; | |
1373 | border-color: rgba(0, 0, 0, 0.15); | |
1374 | } | |
1375 | .well-lg { | |
1376 | padding: 24px; | |
a96f684c | 1377 | border-radius: 6px; |
49026292 MG |
1378 | } |
1379 | .well-sm { | |
1380 | padding: 9px; | |
a96f684c | 1381 | border-radius: 3px; |
49026292 | 1382 | } |
76c653f8 MG |
1383 | .clearfix:before, |
1384 | .clearfix:after, | |
1385 | .dl-horizontal dd:before, | |
1386 | .dl-horizontal dd:after, | |
1387 | .container:before, | |
1388 | .container:after, | |
1389 | .container-fluid:before, | |
1390 | .container-fluid:after, | |
1391 | .row:before, | |
1392 | .row:after, | |
76c653f8 MG |
1393 | .nav:before, |
1394 | .nav:after, | |
76c653f8 | 1395 | .pager:before, |
0f578ab0 | 1396 | .pager:after { |
76c653f8 MG |
1397 | content: " "; |
1398 | display: table; | |
1399 | } | |
1400 | .clearfix:after, | |
1401 | .dl-horizontal dd:after, | |
1402 | .container:after, | |
1403 | .container-fluid:after, | |
1404 | .row:after, | |
76c653f8 | 1405 | .nav:after, |
0f578ab0 | 1406 | .pager:after { |
76c653f8 MG |
1407 | clear: both; |
1408 | } | |
1409 | .center-block { | |
1410 | display: block; | |
1411 | margin-left: auto; | |
1412 | margin-right: auto; | |
1413 | } | |
1414 | .pull-right { | |
1415 | float: right !important; | |
1416 | } | |
1417 | .pull-left { | |
1418 | float: left !important; | |
1419 | } | |
1420 | .hide { | |
1421 | display: none !important; | |
1422 | } | |
1423 | .show { | |
1424 | display: block !important; | |
1425 | } | |
1426 | .invisible { | |
1427 | visibility: hidden; | |
1428 | } | |
1429 | .text-hide { | |
1430 | font: 0/0 a; | |
1431 | color: transparent; | |
1432 | text-shadow: none; | |
1433 | background-color: transparent; | |
1434 | border: 0; | |
1435 | } | |
1436 | .hidden { | |
1437 | display: none !important; | |
76c653f8 MG |
1438 | } |
1439 | .affix { | |
1440 | position: fixed; | |
1441 | } | |
74b0b0ab MG |
1442 | @-ms-viewport { |
1443 | width: device-width; | |
1444 | } | |
1445 | .visible-xs-block, | |
1446 | .visible-xs-inline { | |
1447 | display: none !important; | |
1448 | } | |
1449 | @media (max-width: 767px) { | |
1450 | .visible-xs-block { | |
1451 | display: block !important; | |
1452 | } | |
1453 | } | |
1454 | @media (max-width: 767px) { | |
1455 | .visible-xs-inline { | |
1456 | display: inline !important; | |
1457 | } | |
1458 | } | |
1459 | @media (max-width: 767px) { | |
1460 | .hidden-xs { | |
1461 | display: none !important; | |
1462 | } | |
1463 | } | |
a96f684c MG |
1464 | .navbar { |
1465 | font-family: sans-serif; | |
76c653f8 | 1466 | } |
a96f684c MG |
1467 | .navbar-nav, |
1468 | .navbar-form { | |
1469 | margin-left: 0; | |
1470 | margin-right: 0; | |
6af4c584 | 1471 | } |
a96f684c | 1472 | .navbar-nav > li > a { |
d2e32e3f | 1473 | margin: 13.5px 6px; |
0f578ab0 | 1474 | padding: 8px 12px; |
a96f684c MG |
1475 | border: 1px solid transparent; |
1476 | border-radius: 4px; | |
6af4c584 | 1477 | } |
a96f684c MG |
1478 | .navbar-nav > li > a:hover { |
1479 | border: 1px solid #ddd; | |
6af4c584 | 1480 | } |
a96f684c MG |
1481 | .navbar-nav > .active > a, |
1482 | .navbar-nav > .active > a:hover { | |
1483 | border: 1px solid #ddd; | |
6af4c584 | 1484 | } |
a96f684c MG |
1485 | .navbar-default .navbar-nav > .active > a:hover { |
1486 | color: #4582ec; | |
6af4c584 | 1487 | } |
a96f684c MG |
1488 | .navbar-inverse .navbar-nav > .active > a:hover { |
1489 | color: #333333; | |
6af4c584 | 1490 | } |
a96f684c | 1491 | .navbar-brand { |
d2e32e3f MG |
1492 | padding-top: 14.5px; |
1493 | padding-bottom: 14.5px; | |
a96f684c | 1494 | line-height: 1.9; |
6af4c584 | 1495 | } |
0f578ab0 MG |
1496 | @media (min-width: 768px) { |
1497 | .navbar .navbar-nav > li > a { | |
1498 | padding: 8px 12px; | |
1499 | } | |
1500 | } | |
1501 | @media (max-width: 768px - 1) { | |
a96f684c MG |
1502 | .navbar .navbar-nav > li > a { |
1503 | margin: 0; | |
1504 | } | |
6af4c584 | 1505 | } |
a96f684c MG |
1506 | .btn { |
1507 | font-family: sans-serif; | |
6af4c584 | 1508 | } |
a96f684c MG |
1509 | legend { |
1510 | font-family: sans-serif; | |
6af4c584 | 1511 | } |
a96f684c MG |
1512 | .input-group-addon { |
1513 | font-family: sans-serif; | |
6af4c584 | 1514 | } |
a96f684c MG |
1515 | .nav .open > a, |
1516 | .nav .open > a:hover, | |
1517 | .nav .open > a:focus { | |
1518 | border: 1px solid #ddd; | |
6af4c584 | 1519 | } |
a96f684c MG |
1520 | .pagination { |
1521 | font-family: sans-serif; | |
6af4c584 | 1522 | } |
a96f684c MG |
1523 | .pagination-lg > li > a, |
1524 | .pagination-lg > li > span { | |
1525 | padding: 14px 24px; | |
1526 | } | |
1527 | .pager { | |
1528 | font-family: sans-serif; | |
1529 | } | |
1530 | .pager a { | |
1531 | color: #333333; | |
1532 | } | |
1533 | .pager a:hover { | |
1534 | border-color: transparent; | |
1535 | color: #fff; | |
1536 | } | |
1537 | .pager .disabled a { | |
1538 | border-color: #dddddd; | |
6af4c584 | 1539 | } |
76c653f8 | 1540 | .close { |
a96f684c | 1541 | color: #fff; |
76c653f8 MG |
1542 | text-decoration: none; |
1543 | text-shadow: none; | |
1544 | opacity: 0.4; | |
1545 | } | |
1546 | .close:hover, | |
1547 | .close:focus { | |
a96f684c | 1548 | color: #fff; |
76c653f8 MG |
1549 | opacity: 1; |
1550 | } | |
6af4c584 | 1551 | .alert .alert-link { |
a96f684c | 1552 | color: #ffffff; |
6af4c584 | 1553 | text-decoration: underline; |
6af4c584 MG |
1554 | } |
1555 | .label { | |
a96f684c MG |
1556 | font-family: sans-serif; |
1557 | font-weight: normal; | |
6af4c584 | 1558 | } |
a96f684c MG |
1559 | .label-default { |
1560 | border: 1px solid #ddd; | |
1561 | color: #333333; | |
6af4c584 | 1562 | } |