]>
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, | |
b38ec376 | 363 | h6 { |
7a897a2e | 364 | font-family: sans-serif; |
d2e32e3f | 365 | font-weight: 500; |
6af4c584 MG |
366 | line-height: 1.1; |
367 | color: inherit; | |
368 | } | |
369 | h1 small, | |
370 | h2 small, | |
371 | h3 small, | |
372 | h4 small, | |
373 | h5 small, | |
b38ec376 | 374 | h6 small { |
6af4c584 MG |
375 | font-weight: normal; |
376 | line-height: 1; | |
a96f684c | 377 | color: #b3b3b3; |
6af4c584 MG |
378 | } |
379 | h1, | |
6af4c584 | 380 | h2, |
b38ec376 | 381 | h3 { |
d2e32e3f MG |
382 | margin-top: 20px; |
383 | margin-bottom: 10px; | |
6af4c584 MG |
384 | } |
385 | h1 small, | |
6af4c584 | 386 | h2 small, |
b38ec376 | 387 | h3 small { |
6af4c584 MG |
388 | font-size: 65%; |
389 | } | |
390 | h4, | |
6af4c584 | 391 | h5, |
b38ec376 | 392 | h6 { |
d2e32e3f MG |
393 | margin-top: 10px; |
394 | margin-bottom: 10px; | |
6af4c584 MG |
395 | } |
396 | h4 small, | |
6af4c584 | 397 | h5 small, |
b38ec376 | 398 | h6 small { |
6af4c584 MG |
399 | font-size: 75%; |
400 | } | |
b38ec376 | 401 | h1 { |
d2e32e3f | 402 | font-size: 36px; |
6af4c584 | 403 | } |
b38ec376 | 404 | h2 { |
d2e32e3f | 405 | font-size: 30px; |
6af4c584 | 406 | } |
b38ec376 | 407 | h3 { |
d2e32e3f | 408 | font-size: 24px; |
6af4c584 | 409 | } |
b38ec376 | 410 | h4 { |
d2e32e3f | 411 | font-size: 18px; |
6af4c584 | 412 | } |
b38ec376 | 413 | h5 { |
d2e32e3f | 414 | font-size: 14px; |
6af4c584 | 415 | } |
b38ec376 | 416 | h6 { |
d2e32e3f | 417 | font-size: 12px; |
6af4c584 MG |
418 | } |
419 | p { | |
d2e32e3f | 420 | margin: 0 0 10px; |
6af4c584 MG |
421 | } |
422 | .lead { | |
d2e32e3f MG |
423 | margin-bottom: 20px; |
424 | font-size: 16px; | |
76c653f8 | 425 | font-weight: 300; |
6af4c584 MG |
426 | line-height: 1.4; |
427 | } | |
428 | @media (min-width: 768px) { | |
429 | .lead { | |
d2e32e3f | 430 | font-size: 21px; |
6af4c584 MG |
431 | } |
432 | } | |
b38ec376 | 433 | small { |
d2e32e3f | 434 | font-size: 85%; |
6af4c584 | 435 | } |
6af4c584 MG |
436 | .text-left { |
437 | text-align: left; | |
438 | } | |
439 | .text-right { | |
440 | text-align: right; | |
441 | } | |
442 | .text-center { | |
443 | text-align: center; | |
444 | } | |
445 | .text-justify { | |
446 | text-align: justify; | |
447 | } | |
76c653f8 MG |
448 | .text-nowrap { |
449 | white-space: nowrap; | |
450 | } | |
6af4c584 MG |
451 | ul, |
452 | ol { | |
453 | margin-top: 0; | |
d2e32e3f | 454 | margin-bottom: 10px; |
6af4c584 MG |
455 | } |
456 | ul ul, | |
b38ec376 | 457 | ol ul { |
6af4c584 MG |
458 | margin-bottom: 0; |
459 | } | |
460 | .list-unstyled { | |
461 | padding-left: 0; | |
462 | list-style: none; | |
463 | } | |
464 | .list-inline { | |
465 | padding-left: 0; | |
466 | list-style: none; | |
76c653f8 | 467 | margin-left: -5px; |
6af4c584 MG |
468 | } |
469 | .list-inline > li { | |
470 | display: inline-block; | |
471 | padding-left: 5px; | |
472 | padding-right: 5px; | |
473 | } | |
6af4c584 MG |
474 | dl { |
475 | margin-top: 0; | |
d2e32e3f | 476 | margin-bottom: 20px; |
6af4c584 MG |
477 | } |
478 | dt, | |
479 | dd { | |
480 | line-height: 1.42857143; | |
481 | } | |
482 | dt { | |
483 | font-weight: bold; | |
484 | } | |
485 | dd { | |
486 | margin-left: 0; | |
487 | } | |
488 | @media (min-width: 768px) { | |
489 | .dl-horizontal dt { | |
490 | float: left; | |
491 | width: 160px; | |
492 | clear: left; | |
493 | text-align: right; | |
494 | overflow: hidden; | |
495 | text-overflow: ellipsis; | |
496 | white-space: nowrap; | |
497 | } | |
498 | .dl-horizontal dd { | |
499 | margin-left: 180px; | |
500 | } | |
501 | } | |
502 | abbr[title], | |
503 | abbr[data-original-title] { | |
504 | cursor: help; | |
a96f684c | 505 | border-bottom: 1px dotted #b3b3b3; |
6af4c584 | 506 | } |
6af4c584 | 507 | blockquote { |
d2e32e3f MG |
508 | padding: 10px 20px; |
509 | margin: 0 0 20px; | |
510 | font-size: 17.5px; | |
a96f684c | 511 | border-left: 5px solid #4582ec; |
6af4c584 | 512 | } |
6af4c584 | 513 | address { |
d2e32e3f | 514 | margin-bottom: 20px; |
6af4c584 MG |
515 | font-style: normal; |
516 | line-height: 1.42857143; | |
517 | } | |
518 | code, | |
519 | kbd, | |
520 | pre, | |
521 | samp { | |
522 | font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
523 | } | |
524 | code { | |
525 | padding: 2px 4px; | |
526 | font-size: 90%; | |
527 | color: #c7254e; | |
528 | background-color: #f9f2f4; | |
a96f684c | 529 | border-radius: 4px; |
6af4c584 MG |
530 | } |
531 | kbd { | |
532 | padding: 2px 4px; | |
533 | font-size: 90%; | |
534 | color: #ffffff; | |
535 | background-color: #333333; | |
a96f684c | 536 | border-radius: 3px; |
137c84bf | 537 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); |
76c653f8 MG |
538 | } |
539 | kbd kbd { | |
540 | padding: 0; | |
541 | font-size: 100%; | |
542 | font-weight: bold; | |
137c84bf | 543 | box-shadow: none; |
6af4c584 MG |
544 | } |
545 | pre { | |
546 | display: block; | |
d2e32e3f MG |
547 | padding: 9.5px; |
548 | margin: 0 0 10px; | |
549 | font-size: 13px; | |
6af4c584 MG |
550 | line-height: 1.42857143; |
551 | word-break: break-all; | |
552 | word-wrap: break-word; | |
553 | color: #333333; | |
554 | background-color: #f5f5f5; | |
555 | border: 1px solid #cccccc; | |
a96f684c | 556 | border-radius: 4px; |
6af4c584 MG |
557 | } |
558 | pre code { | |
559 | padding: 0; | |
560 | font-size: inherit; | |
561 | color: inherit; | |
562 | white-space: pre-wrap; | |
563 | background-color: transparent; | |
564 | border-radius: 0; | |
565 | } | |
566 | .pre-scrollable { | |
567 | max-height: 340px; | |
568 | overflow-y: scroll; | |
569 | } | |
6af4c584 | 570 | table { |
6af4c584 MG |
571 | background-color: transparent; |
572 | } | |
76c653f8 | 573 | caption { |
c910d2ba MG |
574 | padding-top: 5px; |
575 | padding-bottom: 5px; | |
a96f684c | 576 | color: #b3b3b3; |
76c653f8 MG |
577 | text-align: left; |
578 | } | |
6af4c584 MG |
579 | th { |
580 | text-align: left; | |
581 | } | |
582 | .table { | |
583 | width: 100%; | |
76c653f8 | 584 | max-width: 100%; |
d2e32e3f | 585 | margin-bottom: 20px; |
6af4c584 MG |
586 | } |
587 | .table > thead > tr > th, | |
588 | .table > tbody > tr > th, | |
6af4c584 | 589 | .table > thead > tr > td, |
b38ec376 | 590 | .table > tbody > tr > td { |
c910d2ba | 591 | padding: 5px; |
6af4c584 MG |
592 | line-height: 1.42857143; |
593 | vertical-align: top; | |
594 | border-top: 1px solid #dddddd; | |
595 | } | |
596 | .table > thead > tr > th { | |
597 | vertical-align: bottom; | |
598 | border-bottom: 2px solid #dddddd; | |
599 | } | |
6af4c584 | 600 | .table > thead:first-child > tr:first-child > th, |
6af4c584 MG |
601 | .table > thead:first-child > tr:first-child > td { |
602 | border-top: 0; | |
603 | } | |
6af4c584 MG |
604 | .table-bordered { |
605 | border: 1px solid #dddddd; | |
606 | } | |
607 | .table-bordered > thead > tr > th, | |
608 | .table-bordered > tbody > tr > th, | |
6af4c584 | 609 | .table-bordered > thead > tr > td, |
b38ec376 | 610 | .table-bordered > tbody > tr > td { |
6af4c584 MG |
611 | border: 1px solid #dddddd; |
612 | } | |
613 | .table-bordered > thead > tr > th, | |
614 | .table-bordered > thead > tr > td { | |
615 | border-bottom-width: 2px; | |
616 | } | |
49026292 | 617 | .table-striped > tbody > tr:nth-of-type(odd) { |
6af4c584 MG |
618 | background-color: #f9f9f9; |
619 | } | |
6af4c584 | 620 | .table > tbody > tr > td.info, |
b38ec376 | 621 | .table > tbody > tr.info > td { |
a96f684c | 622 | background-color: #d9edf7; |
6af4c584 | 623 | } |
6af4c584 | 624 | .table > tbody > tr > td.warning, |
b38ec376 | 625 | .table > tbody > tr.warning > td { |
a96f684c | 626 | background-color: #fcf8e3; |
6af4c584 | 627 | } |
6af4c584 MG |
628 | label { |
629 | display: inline-block; | |
76c653f8 | 630 | max-width: 100%; |
6af4c584 MG |
631 | margin-bottom: 5px; |
632 | font-weight: bold; | |
633 | } | |
6af4c584 MG |
634 | input[type="radio"], |
635 | input[type="checkbox"] { | |
636 | margin: 4px 0 0; | |
637 | margin-top: 1px \9; | |
6af4c584 MG |
638 | line-height: normal; |
639 | } | |
640 | input[type="file"] { | |
641 | display: block; | |
642 | } | |
6af4c584 MG |
643 | input[type="file"]:focus, |
644 | input[type="radio"]:focus, | |
645 | input[type="checkbox"]:focus { | |
646 | outline: thin dotted; | |
647 | outline: 5px auto -webkit-focus-ring-color; | |
648 | outline-offset: -2px; | |
649 | } | |
6af4c584 MG |
650 | .form-control { |
651 | display: block; | |
652 | width: 100%; | |
d2e32e3f | 653 | height: 38px; |
a96f684c | 654 | padding: 8px 12px; |
d2e32e3f | 655 | font-size: 14px; |
6af4c584 MG |
656 | line-height: 1.42857143; |
657 | color: #333333; | |
658 | background-color: #ffffff; | |
659 | background-image: none; | |
a96f684c MG |
660 | border: 1px solid #dddddd; |
661 | border-radius: 4px; | |
6af4c584 | 662 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
6af4c584 MG |
663 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
664 | } | |
665 | .form-control:focus { | |
666 | border-color: #66afe9; | |
667 | outline: 0; | |
6af4c584 MG |
668 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); |
669 | } | |
6af4c584 | 670 | .form-control::-moz-placeholder { |
a96f684c | 671 | color: #b3b3b3; |
6af4c584 MG |
672 | opacity: 1; |
673 | } | |
674 | .form-control:-ms-input-placeholder { | |
a96f684c | 675 | color: #b3b3b3; |
6af4c584 MG |
676 | } |
677 | .form-control::-webkit-input-placeholder { | |
a96f684c | 678 | color: #b3b3b3; |
6af4c584 | 679 | } |
6af4c584 MG |
680 | textarea.form-control { |
681 | height: auto; | |
682 | } | |
6af4c584 MG |
683 | .form-group { |
684 | margin-bottom: 15px; | |
685 | } | |
6af4c584 MG |
686 | .btn { |
687 | display: inline-block; | |
688 | margin-bottom: 0; | |
689 | font-weight: normal; | |
690 | text-align: center; | |
691 | vertical-align: middle; | |
76c653f8 MG |
692 | -ms-touch-action: manipulation; |
693 | touch-action: manipulation; | |
6af4c584 MG |
694 | cursor: pointer; |
695 | background-image: none; | |
696 | border: 1px solid transparent; | |
697 | white-space: nowrap; | |
a96f684c | 698 | padding: 8px 12px; |
d2e32e3f | 699 | font-size: 14px; |
6af4c584 | 700 | line-height: 1.42857143; |
a96f684c | 701 | border-radius: 4px; |
6af4c584 MG |
702 | -webkit-user-select: none; |
703 | -moz-user-select: none; | |
704 | -ms-user-select: none; | |
6af4c584 MG |
705 | user-select: none; |
706 | } | |
76c653f8 | 707 | .btn:focus, |
b38ec376 | 708 | .btn:active:focus { |
6af4c584 MG |
709 | outline: thin dotted; |
710 | outline: 5px auto -webkit-focus-ring-color; | |
711 | outline-offset: -2px; | |
712 | } | |
713 | .btn:hover, | |
b38ec376 | 714 | .btn:focus { |
a96f684c | 715 | color: #333333; |
6af4c584 MG |
716 | text-decoration: none; |
717 | } | |
b38ec376 | 718 | .btn:active { |
6af4c584 MG |
719 | outline: 0; |
720 | background-image: none; | |
6af4c584 MG |
721 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
722 | } | |
6af4c584 | 723 | .btn-default { |
a96f684c MG |
724 | color: #333333; |
725 | background-color: #ffffff; | |
726 | border-color: #dddddd; | |
6af4c584 | 727 | } |
b38ec376 | 728 | .btn-default:focus { |
00180484 MG |
729 | color: #333333; |
730 | background-color: #e6e6e6; | |
731 | border-color: #9d9d9d; | |
732 | } | |
733 | .btn-default:hover { | |
734 | color: #333333; | |
735 | background-color: #e6e6e6; | |
736 | border-color: #bebebe; | |
737 | } | |
b38ec376 | 738 | .btn-default:active { |
a96f684c MG |
739 | color: #333333; |
740 | background-color: #e6e6e6; | |
741 | border-color: #bebebe; | |
6af4c584 | 742 | } |
00180484 | 743 | .btn-default:active:hover, |
b38ec376 | 744 | .btn-default:active:focus { |
00180484 MG |
745 | color: #333333; |
746 | background-color: #d4d4d4; | |
747 | border-color: #9d9d9d; | |
748 | } | |
b38ec376 | 749 | .btn-default:active { |
6af4c584 MG |
750 | background-image: none; |
751 | } | |
6af4c584 MG |
752 | .btn-primary { |
753 | color: #ffffff; | |
a96f684c MG |
754 | background-color: #4582ec; |
755 | border-color: #4582ec; | |
6af4c584 | 756 | } |
b38ec376 | 757 | .btn-primary:focus { |
00180484 MG |
758 | color: #ffffff; |
759 | background-color: #1863e6; | |
760 | border-color: #1045a1; | |
761 | } | |
762 | .btn-primary:hover { | |
763 | color: #ffffff; | |
764 | background-color: #1863e6; | |
765 | border-color: #175fdd; | |
766 | } | |
b38ec376 | 767 | .btn-primary:active { |
6af4c584 | 768 | color: #ffffff; |
a96f684c MG |
769 | background-color: #1863e6; |
770 | border-color: #175fdd; | |
6af4c584 | 771 | } |
00180484 | 772 | .btn-primary:active:hover, |
b38ec376 | 773 | .btn-primary:active:focus { |
00180484 MG |
774 | color: #ffffff; |
775 | background-color: #1455c6; | |
776 | border-color: #1045a1; | |
777 | } | |
b38ec376 | 778 | .btn-primary:active { |
6af4c584 MG |
779 | background-image: none; |
780 | } | |
6af4c584 MG |
781 | .nav { |
782 | margin-bottom: 0; | |
783 | padding-left: 0; | |
784 | list-style: none; | |
785 | } | |
786 | .nav > li { | |
787 | position: relative; | |
788 | display: block; | |
789 | } | |
790 | .nav > li > a { | |
791 | position: relative; | |
792 | display: block; | |
793 | padding: 10px 15px; | |
794 | } | |
795 | .nav > li > a:hover, | |
796 | .nav > li > a:focus { | |
797 | text-decoration: none; | |
a96f684c | 798 | background-color: #eeeeee; |
6af4c584 | 799 | } |
6af4c584 MG |
800 | .nav-pills > li { |
801 | float: left; | |
802 | } | |
803 | .nav-pills > li > a { | |
a96f684c | 804 | border-radius: 4px; |
6af4c584 MG |
805 | } |
806 | .nav-pills > li + li { | |
807 | margin-left: 2px; | |
808 | } | |
809 | .nav-pills > li.active > a, | |
810 | .nav-pills > li.active > a:hover, | |
811 | .nav-pills > li.active > a:focus { | |
812 | color: #ffffff; | |
a96f684c | 813 | background-color: #4582ec; |
6af4c584 MG |
814 | } |
815 | .nav-stacked > li { | |
816 | float: none; | |
817 | } | |
818 | .nav-stacked > li + li { | |
819 | margin-top: 2px; | |
820 | margin-left: 0; | |
821 | } | |
822 | .nav-justified { | |
823 | width: 100%; | |
824 | } | |
825 | .nav-justified > li { | |
826 | float: none; | |
827 | } | |
828 | .nav-justified > li > a { | |
829 | text-align: center; | |
830 | margin-bottom: 5px; | |
831 | } | |
6af4c584 MG |
832 | @media (min-width: 768px) { |
833 | .nav-justified > li { | |
834 | display: table-cell; | |
835 | width: 1%; | |
836 | } | |
837 | .nav-justified > li > a { | |
838 | margin-bottom: 0; | |
839 | } | |
840 | } | |
6af4c584 MG |
841 | .pager { |
842 | padding-left: 0; | |
d2e32e3f | 843 | margin: 20px 0; |
6af4c584 MG |
844 | list-style: none; |
845 | text-align: center; | |
846 | } | |
847 | .pager li { | |
848 | display: inline; | |
849 | } | |
850 | .pager li > a, | |
851 | .pager li > span { | |
852 | display: inline-block; | |
853 | padding: 5px 14px; | |
854 | background-color: #ffffff; | |
855 | border: 1px solid #dddddd; | |
a96f684c | 856 | border-radius: 15px; |
6af4c584 MG |
857 | } |
858 | .pager li > a:hover, | |
859 | .pager li > a:focus { | |
860 | text-decoration: none; | |
a96f684c | 861 | background-color: #4582ec; |
6af4c584 MG |
862 | } |
863 | .pager .next > a, | |
864 | .pager .next > span { | |
865 | float: right; | |
866 | } | |
867 | .pager .previous > a, | |
868 | .pager .previous > span { | |
869 | float: left; | |
870 | } | |
df860157 MG |
871 | .alert { |
872 | padding: 15px; | |
d2e32e3f | 873 | margin-bottom: 20px; |
df860157 | 874 | border: 1px solid transparent; |
a96f684c | 875 | border-radius: 4px; |
df860157 MG |
876 | } |
877 | .alert h4 { | |
878 | margin-top: 0; | |
879 | color: inherit; | |
880 | } | |
881 | .alert .alert-link { | |
882 | font-weight: bold; | |
883 | } | |
884 | .alert > p, | |
885 | .alert > ul { | |
886 | margin-bottom: 0; | |
887 | } | |
888 | .alert > p + p { | |
889 | margin-top: 5px; | |
890 | } | |
df860157 | 891 | .alert-info { |
a96f684c MG |
892 | background-color: #5bc0de; |
893 | border-color: #5bc0de; | |
df860157 MG |
894 | color: #ffffff; |
895 | } | |
896 | .alert-info hr { | |
a96f684c | 897 | border-top-color: #46b8da; |
df860157 MG |
898 | } |
899 | .alert-info .alert-link { | |
900 | color: #e6e6e6; | |
901 | } | |
902 | .alert-warning { | |
a96f684c MG |
903 | background-color: #f0ad4e; |
904 | border-color: #f0ad4e; | |
df860157 MG |
905 | color: #ffffff; |
906 | } | |
907 | .alert-warning hr { | |
a96f684c | 908 | border-top-color: #eea236; |
df860157 MG |
909 | } |
910 | .alert-warning .alert-link { | |
911 | color: #e6e6e6; | |
912 | } | |
49026292 MG |
913 | .well { |
914 | min-height: 20px; | |
915 | padding: 19px; | |
916 | margin-bottom: 20px; | |
a96f684c MG |
917 | background-color: #f7f7f7; |
918 | border: 1px solid #e5e5e5; | |
919 | border-radius: 4px; | |
49026292 MG |
920 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
921 | } | |
922 | .well blockquote { | |
923 | border-color: #ddd; | |
924 | border-color: rgba(0, 0, 0, 0.15); | |
925 | } | |
76c653f8 MG |
926 | .clearfix:before, |
927 | .clearfix:after, | |
928 | .dl-horizontal dd:before, | |
929 | .dl-horizontal dd:after, | |
76c653f8 MG |
930 | .nav:before, |
931 | .nav:after, | |
76c653f8 | 932 | .pager:before, |
0f578ab0 | 933 | .pager:after { |
76c653f8 MG |
934 | content: " "; |
935 | display: table; | |
936 | } | |
937 | .clearfix:after, | |
938 | .dl-horizontal dd:after, | |
76c653f8 | 939 | .nav:after, |
0f578ab0 | 940 | .pager:after { |
76c653f8 MG |
941 | clear: both; |
942 | } | |
943 | .center-block { | |
944 | display: block; | |
945 | margin-left: auto; | |
946 | margin-right: auto; | |
947 | } | |
948 | .pull-right { | |
949 | float: right !important; | |
950 | } | |
951 | .pull-left { | |
952 | float: left !important; | |
953 | } | |
954 | .hide { | |
955 | display: none !important; | |
956 | } | |
957 | .show { | |
958 | display: block !important; | |
959 | } | |
960 | .invisible { | |
961 | visibility: hidden; | |
962 | } | |
963 | .text-hide { | |
964 | font: 0/0 a; | |
965 | color: transparent; | |
966 | text-shadow: none; | |
967 | background-color: transparent; | |
968 | border: 0; | |
969 | } | |
970 | .hidden { | |
971 | display: none !important; | |
76c653f8 MG |
972 | } |
973 | .affix { | |
974 | position: fixed; | |
975 | } | |
74b0b0ab MG |
976 | @-ms-viewport { |
977 | width: device-width; | |
978 | } | |
979 | .visible-xs-block, | |
980 | .visible-xs-inline { | |
981 | display: none !important; | |
982 | } | |
983 | @media (max-width: 767px) { | |
984 | .visible-xs-block { | |
985 | display: block !important; | |
986 | } | |
987 | } | |
988 | @media (max-width: 767px) { | |
989 | .visible-xs-inline { | |
990 | display: inline !important; | |
991 | } | |
992 | } | |
993 | @media (max-width: 767px) { | |
994 | .hidden-xs { | |
995 | display: none !important; | |
996 | } | |
997 | } | |
a96f684c MG |
998 | .btn { |
999 | font-family: sans-serif; | |
6af4c584 | 1000 | } |
a96f684c MG |
1001 | .nav .open > a, |
1002 | .nav .open > a:hover, | |
1003 | .nav .open > a:focus { | |
1004 | border: 1px solid #ddd; | |
6af4c584 | 1005 | } |
a96f684c MG |
1006 | .pager { |
1007 | font-family: sans-serif; | |
1008 | } | |
1009 | .pager a { | |
1010 | color: #333333; | |
1011 | } | |
1012 | .pager a:hover { | |
1013 | border-color: transparent; | |
1014 | color: #fff; | |
1015 | } | |
1016 | .pager .disabled a { | |
1017 | border-color: #dddddd; | |
6af4c584 | 1018 | } |
76c653f8 | 1019 | .close { |
a96f684c | 1020 | color: #fff; |
76c653f8 MG |
1021 | text-decoration: none; |
1022 | text-shadow: none; | |
1023 | opacity: 0.4; | |
1024 | } | |
1025 | .close:hover, | |
1026 | .close:focus { | |
a96f684c | 1027 | color: #fff; |
76c653f8 MG |
1028 | opacity: 1; |
1029 | } | |
6af4c584 | 1030 | .alert .alert-link { |
a96f684c | 1031 | color: #ffffff; |
6af4c584 | 1032 | text-decoration: underline; |
6af4c584 MG |
1033 | } |
1034 | .label { | |
a96f684c MG |
1035 | font-family: sans-serif; |
1036 | font-weight: normal; | |
6af4c584 | 1037 | } |
a96f684c MG |
1038 | .label-default { |
1039 | border: 1px solid #ddd; | |
1040 | color: #333333; | |
6af4c584 | 1041 | } |