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