]>
Commit | Line | Data |
---|---|---|
6af4c584 | 1 | /*! |
0f578ab0 | 2 | * bootswatch v3.3.4+1 |
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; |
6af4c584 MG |
284 | font-size: 14px; |
285 | line-height: 1.42857143; | |
286 | color: #c8c8c8; | |
287 | background-color: #272b30; | |
288 | } | |
289 | input, | |
290 | button, | |
291 | select, | |
292 | textarea { | |
293 | font-family: inherit; | |
294 | font-size: inherit; | |
295 | line-height: inherit; | |
296 | } | |
297 | a { | |
298 | color: #ffffff; | |
299 | text-decoration: none; | |
300 | } | |
301 | a:hover, | |
302 | a:focus { | |
303 | color: #ffffff; | |
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 { | |
323 | border-radius: 6px; | |
324 | } | |
325 | .img-thumbnail { | |
326 | padding: 4px; | |
327 | line-height: 1.42857143; | |
76c653f8 MG |
328 | background-color: #1c1e22; |
329 | border: 1px solid #0c0d0e; | |
6af4c584 MG |
330 | border-radius: 4px; |
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 { | |
342 | margin-top: 20px; | |
343 | margin-bottom: 20px; | |
344 | border: 0; | |
345 | border-top: 1px solid #1c1e22; | |
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; |
6af4c584 MG |
382 | font-weight: 500; |
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; | |
412 | color: #7a8288; | |
413 | } | |
414 | h1, | |
415 | .h1, | |
416 | h2, | |
417 | .h2, | |
418 | h3, | |
419 | .h3 { | |
420 | margin-top: 20px; | |
421 | margin-bottom: 10px; | |
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 { | |
443 | margin-top: 10px; | |
444 | margin-bottom: 10px; | |
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 { | |
462 | font-size: 36px; | |
463 | } | |
464 | h2, | |
465 | .h2 { | |
466 | font-size: 30px; | |
467 | } | |
468 | h3, | |
469 | .h3 { | |
470 | font-size: 24px; | |
471 | } | |
472 | h4, | |
473 | .h4 { | |
474 | font-size: 18px; | |
475 | } | |
476 | h5, | |
477 | .h5 { | |
478 | font-size: 14px; | |
479 | } | |
480 | h6, | |
481 | .h6 { | |
482 | font-size: 12px; | |
483 | } | |
484 | p { | |
485 | margin: 0 0 10px; | |
486 | } | |
487 | .lead { | |
488 | margin-bottom: 20px; | |
489 | font-size: 16px; | |
76c653f8 | 490 | font-weight: 300; |
6af4c584 MG |
491 | line-height: 1.4; |
492 | } | |
493 | @media (min-width: 768px) { | |
494 | .lead { | |
495 | font-size: 21px; | |
496 | } | |
497 | } | |
498 | small, | |
499 | .small { | |
500 | font-size: 85%; | |
501 | } | |
76c653f8 MG |
502 | mark, |
503 | .mark { | |
504 | background-color: #f89406; | |
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 MG |
531 | .text-muted { |
532 | color: #7a8288; | |
533 | } | |
534 | .text-primary { | |
535 | color: #7a8288; | |
536 | } | |
537 | a.text-primary:hover { | |
538 | color: #62686d; | |
539 | } | |
540 | .text-success { | |
541 | color: #ffffff; | |
542 | } | |
543 | a.text-success:hover { | |
544 | color: #e6e6e6; | |
545 | } | |
546 | .text-info { | |
547 | color: #ffffff; | |
548 | } | |
549 | a.text-info:hover { | |
550 | color: #e6e6e6; | |
551 | } | |
552 | .text-warning { | |
553 | color: #ffffff; | |
554 | } | |
555 | a.text-warning:hover { | |
556 | color: #e6e6e6; | |
557 | } | |
558 | .text-danger { | |
559 | color: #ffffff; | |
560 | } | |
561 | a.text-danger:hover { | |
562 | color: #e6e6e6; | |
563 | } | |
564 | .bg-primary { | |
565 | color: #fff; | |
566 | background-color: #7a8288; | |
567 | } | |
568 | a.bg-primary:hover { | |
569 | background-color: #62686d; | |
570 | } | |
571 | .bg-success { | |
572 | background-color: #62c462; | |
573 | } | |
574 | a.bg-success:hover { | |
575 | background-color: #42b142; | |
576 | } | |
577 | .bg-info { | |
578 | background-color: #5bc0de; | |
579 | } | |
580 | a.bg-info:hover { | |
581 | background-color: #31b0d5; | |
582 | } | |
583 | .bg-warning { | |
584 | background-color: #f89406; | |
585 | } | |
586 | a.bg-warning:hover { | |
587 | background-color: #c67605; | |
588 | } | |
589 | .bg-danger { | |
590 | background-color: #ee5f5b; | |
591 | } | |
592 | a.bg-danger:hover { | |
593 | background-color: #e9322d; | |
594 | } | |
595 | .page-header { | |
596 | padding-bottom: 9px; | |
597 | margin: 40px 0 20px; | |
598 | border-bottom: 1px solid #1c1e22; | |
599 | } | |
600 | ul, | |
601 | ol { | |
602 | margin-top: 0; | |
603 | margin-bottom: 10px; | |
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; | |
627 | margin-bottom: 20px; | |
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; | |
656 | border-bottom: 1px dotted #7a8288; | |
657 | } | |
658 | .initialism { | |
659 | font-size: 90%; | |
660 | text-transform: uppercase; | |
661 | } | |
662 | blockquote { | |
663 | padding: 10px 20px; | |
664 | margin: 0 0 20px; | |
665 | font-size: 17.5px; | |
666 | border-left: 5px solid #7a8288; | |
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; | |
679 | color: #7a8288; | |
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; | |
690 | border-right: 5px solid #7a8288; | |
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 MG |
710 | address { |
711 | margin-bottom: 20px; | |
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; | |
6af4c584 MG |
726 | border-radius: 4px; |
727 | } | |
728 | kbd { | |
729 | padding: 2px 4px; | |
730 | font-size: 90%; | |
731 | color: #ffffff; | |
732 | background-color: #333333; | |
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; | |
746 | padding: 9.5px; | |
747 | margin: 0 0 10px; | |
748 | font-size: 13px; | |
749 | line-height: 1.42857143; | |
750 | word-break: break-all; | |
751 | word-wrap: break-word; | |
752 | color: #3a3f44; | |
753 | background-color: #f5f5f5; | |
754 | border: 1px solid #cccccc; | |
755 | border-radius: 4px; | |
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: #2e3338; |
839 | } | |
76c653f8 | 840 | caption { |
c910d2ba MG |
841 | padding-top: 5px; |
842 | padding-bottom: 5px; | |
76c653f8 MG |
843 | color: #7a8288; |
844 | text-align: left; | |
845 | } | |
6af4c584 MG |
846 | th { |
847 | text-align: left; | |
848 | } | |
849 | .table { | |
850 | width: 100%; | |
76c653f8 | 851 | max-width: 100%; |
6af4c584 MG |
852 | margin-bottom: 20px; |
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 { | |
c910d2ba | 860 | padding: 5px; |
6af4c584 MG |
861 | line-height: 1.42857143; |
862 | vertical-align: top; | |
863 | border-top: 1px solid #1c1e22; | |
864 | } | |
865 | .table > thead > tr > th { | |
866 | vertical-align: bottom; | |
867 | border-bottom: 2px solid #1c1e22; | |
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 #1c1e22; | |
879 | } | |
880 | .table .table { | |
881 | background-color: #272b30; | |
882 | } | |
6af4c584 MG |
883 | .table-bordered { |
884 | border: 1px solid #1c1e22; | |
885 | } | |
886 | .table-bordered > thead > tr > th, | |
887 | .table-bordered > tbody > tr > th, | |
888 | .table-bordered > tfoot > tr > th, | |
889 | .table-bordered > thead > tr > td, | |
890 | .table-bordered > tbody > tr > td, | |
891 | .table-bordered > tfoot > tr > td { | |
892 | border: 1px solid #1c1e22; | |
893 | } | |
894 | .table-bordered > thead > tr > th, | |
895 | .table-bordered > thead > tr > td { | |
896 | border-bottom-width: 2px; | |
897 | } | |
49026292 | 898 | .table-striped > tbody > tr:nth-of-type(odd) { |
6af4c584 MG |
899 | background-color: #353a41; |
900 | } | |
76c653f8 | 901 | .table-hover > tbody > tr:hover { |
6af4c584 MG |
902 | background-color: #49515a; |
903 | } | |
904 | table col[class*="col-"] { | |
905 | position: static; | |
906 | float: none; | |
907 | display: table-column; | |
908 | } | |
909 | table td[class*="col-"], | |
910 | table th[class*="col-"] { | |
911 | position: static; | |
912 | float: none; | |
913 | display: table-cell; | |
914 | } | |
6af4c584 MG |
915 | .table > thead > tr > td.info, |
916 | .table > tbody > tr > td.info, | |
917 | .table > tfoot > tr > td.info, | |
918 | .table > thead > tr > th.info, | |
919 | .table > tbody > tr > th.info, | |
920 | .table > tfoot > tr > th.info, | |
921 | .table > thead > tr.info > td, | |
922 | .table > tbody > tr.info > td, | |
923 | .table > tfoot > tr.info > td, | |
924 | .table > thead > tr.info > th, | |
925 | .table > tbody > tr.info > th, | |
926 | .table > tfoot > tr.info > th { | |
927 | background-color: #5bc0de; | |
928 | } | |
929 | .table-hover > tbody > tr > td.info:hover, | |
930 | .table-hover > tbody > tr > th.info:hover, | |
931 | .table-hover > tbody > tr.info:hover > td, | |
76c653f8 | 932 | .table-hover > tbody > tr:hover > .info, |
6af4c584 MG |
933 | .table-hover > tbody > tr.info:hover > th { |
934 | background-color: #46b8da; | |
935 | } | |
936 | .table > thead > tr > td.warning, | |
937 | .table > tbody > tr > td.warning, | |
938 | .table > tfoot > tr > td.warning, | |
939 | .table > thead > tr > th.warning, | |
940 | .table > tbody > tr > th.warning, | |
941 | .table > tfoot > tr > th.warning, | |
942 | .table > thead > tr.warning > td, | |
943 | .table > tbody > tr.warning > td, | |
944 | .table > tfoot > tr.warning > td, | |
945 | .table > thead > tr.warning > th, | |
946 | .table > tbody > tr.warning > th, | |
947 | .table > tfoot > tr.warning > th { | |
948 | background-color: #f89406; | |
949 | } | |
950 | .table-hover > tbody > tr > td.warning:hover, | |
951 | .table-hover > tbody > tr > th.warning:hover, | |
952 | .table-hover > tbody > tr.warning:hover > td, | |
76c653f8 | 953 | .table-hover > tbody > tr:hover > .warning, |
6af4c584 MG |
954 | .table-hover > tbody > tr.warning:hover > th { |
955 | background-color: #df8505; | |
956 | } | |
6af4c584 MG |
957 | label { |
958 | display: inline-block; | |
76c653f8 | 959 | max-width: 100%; |
6af4c584 MG |
960 | margin-bottom: 5px; |
961 | font-weight: bold; | |
962 | } | |
6af4c584 MG |
963 | input[type="radio"], |
964 | input[type="checkbox"] { | |
965 | margin: 4px 0 0; | |
966 | margin-top: 1px \9; | |
6af4c584 MG |
967 | line-height: normal; |
968 | } | |
969 | input[type="file"] { | |
970 | display: block; | |
971 | } | |
6af4c584 MG |
972 | input[type="file"]:focus, |
973 | input[type="radio"]:focus, | |
974 | input[type="checkbox"]:focus { | |
975 | outline: thin dotted; | |
976 | outline: 5px auto -webkit-focus-ring-color; | |
977 | outline-offset: -2px; | |
978 | } | |
6af4c584 MG |
979 | .form-control { |
980 | display: block; | |
981 | width: 100%; | |
982 | height: 38px; | |
983 | padding: 8px 12px; | |
984 | font-size: 14px; | |
985 | line-height: 1.42857143; | |
986 | color: #272b30; | |
987 | background-color: #ffffff; | |
988 | background-image: none; | |
989 | border: 1px solid #cccccc; | |
990 | border-radius: 4px; | |
991 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
992 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
76c653f8 MG |
993 | -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; |
994 | -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
6af4c584 MG |
995 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
996 | } | |
997 | .form-control:focus { | |
998 | border-color: #66afe9; | |
999 | outline: 0; | |
1000 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
1001 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
1002 | } | |
6af4c584 MG |
1003 | .form-control::-moz-placeholder { |
1004 | color: #7a8288; | |
1005 | opacity: 1; | |
1006 | } | |
1007 | .form-control:-ms-input-placeholder { | |
1008 | color: #7a8288; | |
1009 | } | |
1010 | .form-control::-webkit-input-placeholder { | |
1011 | color: #7a8288; | |
1012 | } | |
6af4c584 MG |
1013 | textarea.form-control { |
1014 | height: auto; | |
1015 | } | |
6af4c584 MG |
1016 | .form-group { |
1017 | margin-bottom: 15px; | |
1018 | } | |
6af4c584 MG |
1019 | .btn { |
1020 | display: inline-block; | |
1021 | margin-bottom: 0; | |
1022 | font-weight: normal; | |
1023 | text-align: center; | |
1024 | vertical-align: middle; | |
76c653f8 MG |
1025 | -ms-touch-action: manipulation; |
1026 | touch-action: manipulation; | |
6af4c584 MG |
1027 | cursor: pointer; |
1028 | background-image: none; | |
1029 | border: 1px solid transparent; | |
1030 | white-space: nowrap; | |
1031 | padding: 8px 12px; | |
1032 | font-size: 14px; | |
1033 | line-height: 1.42857143; | |
1034 | border-radius: 4px; | |
1035 | -webkit-user-select: none; | |
1036 | -moz-user-select: none; | |
1037 | -ms-user-select: none; | |
6af4c584 MG |
1038 | user-select: none; |
1039 | } | |
76c653f8 MG |
1040 | .btn:focus, |
1041 | .btn:active:focus, | |
1042 | .btn.active:focus, | |
1043 | .btn.focus, | |
1044 | .btn:active.focus, | |
1045 | .btn.active.focus { | |
6af4c584 MG |
1046 | outline: thin dotted; |
1047 | outline: 5px auto -webkit-focus-ring-color; | |
1048 | outline-offset: -2px; | |
1049 | } | |
1050 | .btn:hover, | |
76c653f8 MG |
1051 | .btn:focus, |
1052 | .btn.focus { | |
6af4c584 MG |
1053 | color: #ffffff; |
1054 | text-decoration: none; | |
1055 | } | |
1056 | .btn:active, | |
1057 | .btn.active { | |
1058 | outline: 0; | |
1059 | background-image: none; | |
1060 | -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1061 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
1062 | } | |
6af4c584 MG |
1063 | .btn-default { |
1064 | color: #ffffff; | |
1065 | background-color: #3a3f44; | |
1066 | border-color: #3a3f44; | |
1067 | } | |
1068 | .btn-default:hover, | |
1069 | .btn-default:focus, | |
76c653f8 | 1070 | .btn-default.focus, |
6af4c584 MG |
1071 | .btn-default:active, |
1072 | .btn-default.active, | |
76c653f8 | 1073 | .open > .dropdown-toggle.btn-default { |
6af4c584 | 1074 | color: #ffffff; |
76c653f8 | 1075 | background-color: #232628; |
6af4c584 MG |
1076 | border-color: #1e2023; |
1077 | } | |
1078 | .btn-default:active, | |
1079 | .btn-default.active, | |
76c653f8 | 1080 | .open > .dropdown-toggle.btn-default { |
6af4c584 MG |
1081 | background-image: none; |
1082 | } | |
1083 | .btn-default.disabled, | |
1084 | .btn-default[disabled], | |
1085 | fieldset[disabled] .btn-default, | |
1086 | .btn-default.disabled:hover, | |
1087 | .btn-default[disabled]:hover, | |
1088 | fieldset[disabled] .btn-default:hover, | |
1089 | .btn-default.disabled:focus, | |
1090 | .btn-default[disabled]:focus, | |
1091 | fieldset[disabled] .btn-default:focus, | |
76c653f8 MG |
1092 | .btn-default.disabled.focus, |
1093 | .btn-default[disabled].focus, | |
1094 | fieldset[disabled] .btn-default.focus, | |
6af4c584 MG |
1095 | .btn-default.disabled:active, |
1096 | .btn-default[disabled]:active, | |
1097 | fieldset[disabled] .btn-default:active, | |
1098 | .btn-default.disabled.active, | |
1099 | .btn-default[disabled].active, | |
1100 | fieldset[disabled] .btn-default.active { | |
1101 | background-color: #3a3f44; | |
1102 | border-color: #3a3f44; | |
1103 | } | |
1104 | .btn-default .badge { | |
1105 | color: #3a3f44; | |
1106 | background-color: #ffffff; | |
1107 | } | |
1108 | .btn-primary { | |
1109 | color: #ffffff; | |
1110 | background-color: #7a8288; | |
1111 | border-color: #7a8288; | |
1112 | } | |
1113 | .btn-primary:hover, | |
1114 | .btn-primary:focus, | |
76c653f8 | 1115 | .btn-primary.focus, |
6af4c584 MG |
1116 | .btn-primary:active, |
1117 | .btn-primary.active, | |
76c653f8 | 1118 | .open > .dropdown-toggle.btn-primary { |
6af4c584 | 1119 | color: #ffffff; |
76c653f8 | 1120 | background-color: #62686d; |
6af4c584 MG |
1121 | border-color: #5d6368; |
1122 | } | |
1123 | .btn-primary:active, | |
1124 | .btn-primary.active, | |
76c653f8 | 1125 | .open > .dropdown-toggle.btn-primary { |
6af4c584 MG |
1126 | background-image: none; |
1127 | } | |
1128 | .btn-primary.disabled, | |
1129 | .btn-primary[disabled], | |
1130 | fieldset[disabled] .btn-primary, | |
1131 | .btn-primary.disabled:hover, | |
1132 | .btn-primary[disabled]:hover, | |
1133 | fieldset[disabled] .btn-primary:hover, | |
1134 | .btn-primary.disabled:focus, | |
1135 | .btn-primary[disabled]:focus, | |
1136 | fieldset[disabled] .btn-primary:focus, | |
76c653f8 MG |
1137 | .btn-primary.disabled.focus, |
1138 | .btn-primary[disabled].focus, | |
1139 | fieldset[disabled] .btn-primary.focus, | |
6af4c584 MG |
1140 | .btn-primary.disabled:active, |
1141 | .btn-primary[disabled]:active, | |
1142 | fieldset[disabled] .btn-primary:active, | |
1143 | .btn-primary.disabled.active, | |
1144 | .btn-primary[disabled].active, | |
1145 | fieldset[disabled] .btn-primary.active { | |
1146 | background-color: #7a8288; | |
1147 | border-color: #7a8288; | |
1148 | } | |
1149 | .btn-primary .badge { | |
1150 | color: #7a8288; | |
1151 | background-color: #ffffff; | |
1152 | } | |
6af4c584 MG |
1153 | .nav { |
1154 | margin-bottom: 0; | |
1155 | padding-left: 0; | |
1156 | list-style: none; | |
1157 | } | |
1158 | .nav > li { | |
1159 | position: relative; | |
1160 | display: block; | |
1161 | } | |
1162 | .nav > li > a { | |
1163 | position: relative; | |
1164 | display: block; | |
1165 | padding: 10px 15px; | |
1166 | } | |
1167 | .nav > li > a:hover, | |
1168 | .nav > li > a:focus { | |
1169 | text-decoration: none; | |
1170 | background-color: #3e444c; | |
1171 | } | |
1172 | .nav > li.disabled > a { | |
1173 | color: #7a8288; | |
1174 | } | |
1175 | .nav > li.disabled > a:hover, | |
1176 | .nav > li.disabled > a:focus { | |
1177 | color: #7a8288; | |
1178 | text-decoration: none; | |
1179 | background-color: transparent; | |
1180 | cursor: not-allowed; | |
1181 | } | |
6af4c584 MG |
1182 | .nav > li > a > img { |
1183 | max-width: none; | |
1184 | } | |
6af4c584 MG |
1185 | .nav-pills > li { |
1186 | float: left; | |
1187 | } | |
1188 | .nav-pills > li > a { | |
1189 | border-radius: 4px; | |
1190 | } | |
1191 | .nav-pills > li + li { | |
1192 | margin-left: 2px; | |
1193 | } | |
1194 | .nav-pills > li.active > a, | |
1195 | .nav-pills > li.active > a:hover, | |
1196 | .nav-pills > li.active > a:focus { | |
1197 | color: #ffffff; | |
1198 | background-color: transparent; | |
1199 | } | |
1200 | .nav-stacked > li { | |
1201 | float: none; | |
1202 | } | |
1203 | .nav-stacked > li + li { | |
1204 | margin-top: 2px; | |
1205 | margin-left: 0; | |
1206 | } | |
1207 | .nav-justified { | |
1208 | width: 100%; | |
1209 | } | |
1210 | .nav-justified > li { | |
1211 | float: none; | |
1212 | } | |
1213 | .nav-justified > li > a { | |
1214 | text-align: center; | |
1215 | margin-bottom: 5px; | |
1216 | } | |
6af4c584 MG |
1217 | @media (min-width: 768px) { |
1218 | .nav-justified > li { | |
1219 | display: table-cell; | |
1220 | width: 1%; | |
1221 | } | |
1222 | .nav-justified > li > a { | |
1223 | margin-bottom: 0; | |
1224 | } | |
1225 | } | |
6af4c584 MG |
1226 | .pager { |
1227 | padding-left: 0; | |
1228 | margin: 20px 0; | |
1229 | list-style: none; | |
1230 | text-align: center; | |
1231 | } | |
1232 | .pager li { | |
1233 | display: inline; | |
1234 | } | |
1235 | .pager li > a, | |
1236 | .pager li > span { | |
1237 | display: inline-block; | |
1238 | padding: 5px 14px; | |
1239 | background-color: #3a3f44; | |
1240 | border: 1px solid rgba(0, 0, 0, 0.6); | |
1241 | border-radius: 15px; | |
1242 | } | |
1243 | .pager li > a:hover, | |
1244 | .pager li > a:focus { | |
1245 | text-decoration: none; | |
1246 | background-color: transparent; | |
1247 | } | |
1248 | .pager .next > a, | |
1249 | .pager .next > span { | |
1250 | float: right; | |
1251 | } | |
1252 | .pager .previous > a, | |
1253 | .pager .previous > span { | |
1254 | float: left; | |
1255 | } | |
1256 | .pager .disabled > a, | |
1257 | .pager .disabled > a:hover, | |
1258 | .pager .disabled > a:focus, | |
1259 | .pager .disabled > span { | |
1260 | color: #7a8288; | |
1261 | background-color: #3a3f44; | |
1262 | cursor: not-allowed; | |
1263 | } | |
df860157 MG |
1264 | .alert { |
1265 | padding: 15px; | |
1266 | margin-bottom: 20px; | |
1267 | border: 1px solid transparent; | |
1268 | border-radius: 4px; | |
1269 | } | |
1270 | .alert h4 { | |
1271 | margin-top: 0; | |
1272 | color: inherit; | |
1273 | } | |
1274 | .alert .alert-link { | |
1275 | font-weight: bold; | |
1276 | } | |
1277 | .alert > p, | |
1278 | .alert > ul { | |
1279 | margin-bottom: 0; | |
1280 | } | |
1281 | .alert > p + p { | |
1282 | margin-top: 5px; | |
1283 | } | |
df860157 MG |
1284 | .alert-success { |
1285 | background-color: #62c462; | |
1286 | border-color: #62bd4f; | |
1287 | color: #ffffff; | |
1288 | } | |
1289 | .alert-success hr { | |
1290 | border-top-color: #55b142; | |
1291 | } | |
1292 | .alert-success .alert-link { | |
1293 | color: #e6e6e6; | |
1294 | } | |
1295 | .alert-info { | |
1296 | background-color: #5bc0de; | |
1297 | border-color: #3dced8; | |
1298 | color: #ffffff; | |
1299 | } | |
1300 | .alert-info hr { | |
1301 | border-top-color: #2ac7d2; | |
1302 | } | |
1303 | .alert-info .alert-link { | |
1304 | color: #e6e6e6; | |
1305 | } | |
1306 | .alert-warning { | |
1307 | background-color: #f89406; | |
1308 | border-color: #e96506; | |
1309 | color: #ffffff; | |
1310 | } | |
1311 | .alert-warning hr { | |
1312 | border-top-color: #d05a05; | |
1313 | } | |
1314 | .alert-warning .alert-link { | |
1315 | color: #e6e6e6; | |
1316 | } | |
1317 | .alert-danger { | |
1318 | background-color: #ee5f5b; | |
1319 | border-color: #ed4d63; | |
1320 | color: #ffffff; | |
1321 | } | |
1322 | .alert-danger hr { | |
1323 | border-top-color: #ea364f; | |
1324 | } | |
1325 | .alert-danger .alert-link { | |
1326 | color: #e6e6e6; | |
1327 | } | |
49026292 MG |
1328 | .well { |
1329 | min-height: 20px; | |
1330 | padding: 19px; | |
1331 | margin-bottom: 20px; | |
1332 | background-color: #1c1e22; | |
1333 | border: 1px solid #0c0d0e; | |
1334 | border-radius: 4px; | |
1335 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
1336 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
1337 | } | |
1338 | .well blockquote { | |
1339 | border-color: #ddd; | |
1340 | border-color: rgba(0, 0, 0, 0.15); | |
1341 | } | |
1342 | .well-lg { | |
1343 | padding: 24px; | |
1344 | border-radius: 6px; | |
1345 | } | |
1346 | .well-sm { | |
1347 | padding: 9px; | |
1348 | border-radius: 3px; | |
1349 | } | |
76c653f8 MG |
1350 | .clearfix:before, |
1351 | .clearfix:after, | |
1352 | .dl-horizontal dd:before, | |
1353 | .dl-horizontal dd:after, | |
1354 | .container:before, | |
1355 | .container:after, | |
1356 | .container-fluid:before, | |
1357 | .container-fluid:after, | |
1358 | .row:before, | |
1359 | .row:after, | |
76c653f8 MG |
1360 | .nav:before, |
1361 | .nav:after, | |
76c653f8 | 1362 | .pager:before, |
0f578ab0 | 1363 | .pager:after { |
76c653f8 MG |
1364 | content: " "; |
1365 | display: table; | |
1366 | } | |
1367 | .clearfix:after, | |
1368 | .dl-horizontal dd:after, | |
1369 | .container:after, | |
1370 | .container-fluid:after, | |
1371 | .row:after, | |
76c653f8 | 1372 | .nav:after, |
0f578ab0 | 1373 | .pager:after { |
76c653f8 MG |
1374 | clear: both; |
1375 | } | |
1376 | .center-block { | |
1377 | display: block; | |
1378 | margin-left: auto; | |
1379 | margin-right: auto; | |
1380 | } | |
1381 | .pull-right { | |
1382 | float: right !important; | |
1383 | } | |
1384 | .pull-left { | |
1385 | float: left !important; | |
1386 | } | |
1387 | .hide { | |
1388 | display: none !important; | |
1389 | } | |
1390 | .show { | |
1391 | display: block !important; | |
1392 | } | |
1393 | .invisible { | |
1394 | visibility: hidden; | |
1395 | } | |
1396 | .text-hide { | |
1397 | font: 0/0 a; | |
1398 | color: transparent; | |
1399 | text-shadow: none; | |
1400 | background-color: transparent; | |
1401 | border: 0; | |
1402 | } | |
1403 | .hidden { | |
1404 | display: none !important; | |
76c653f8 MG |
1405 | } |
1406 | .affix { | |
1407 | position: fixed; | |
1408 | } | |
6af4c584 MG |
1409 | .btn, |
1410 | .btn:hover { | |
1411 | border-color: rgba(0, 0, 0, 0.6); | |
1412 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
1413 | } | |
1414 | .btn-default { | |
1415 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
1416 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
1417 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
1418 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1419 | background-repeat: no-repeat; | |
1420 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
1421 | -webkit-filter: none; |
1422 | filter: none; | |
6af4c584 MG |
1423 | } |
1424 | .btn-default:hover { | |
1425 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
1426 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
1427 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
1428 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1429 | background-repeat: no-repeat; | |
1430 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
1431 | -webkit-filter: none; |
1432 | filter: none; | |
6af4c584 MG |
1433 | } |
1434 | .btn-primary { | |
1435 | background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d); | |
76c653f8 MG |
1436 | background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d); |
1437 | background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d)); | |
6af4c584 MG |
1438 | background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d); |
1439 | background-repeat: no-repeat; | |
1440 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0); | |
76c653f8 MG |
1441 | -webkit-filter: none; |
1442 | filter: none; | |
6af4c584 MG |
1443 | } |
1444 | .btn-primary:hover { | |
1445 | background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62); | |
76c653f8 MG |
1446 | background-image: -o-linear-gradient(#404448, #4e5458 40%, #585e62); |
1447 | background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#585e62)); | |
6af4c584 MG |
1448 | background-image: linear-gradient(#404448, #4e5458 40%, #585e62); |
1449 | background-repeat: no-repeat; | |
1450 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0); | |
76c653f8 MG |
1451 | -webkit-filter: none; |
1452 | filter: none; | |
6af4c584 | 1453 | } |
6af4c584 MG |
1454 | h1, |
1455 | h2, | |
1456 | h3, | |
1457 | h4, | |
1458 | h5, | |
1459 | h6 { | |
1460 | text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); | |
1461 | } | |
1462 | .text-primary, | |
1463 | .text-primary:hover { | |
1464 | color: #7a8288; | |
1465 | } | |
1466 | .text-success, | |
1467 | .text-success:hover { | |
1468 | color: #62c462; | |
1469 | } | |
1470 | .text-danger, | |
1471 | .text-danger:hover { | |
1472 | color: #ee5f5b; | |
1473 | } | |
1474 | .text-warning, | |
1475 | .text-warning:hover { | |
1476 | color: #f89406; | |
1477 | } | |
1478 | .text-info, | |
1479 | .text-info:hover { | |
1480 | color: #5bc0de; | |
1481 | } | |
76c653f8 MG |
1482 | .table .success, |
1483 | .table .warning, | |
1484 | .table .danger, | |
1485 | .table .info { | |
6af4c584 MG |
1486 | color: #fff; |
1487 | } | |
1488 | .table-bordered tbody tr.success td, | |
1489 | .table-bordered tbody tr.warning td, | |
1490 | .table-bordered tbody tr.danger td, | |
1491 | .table-bordered tbody tr.success:hover td, | |
1492 | .table-bordered tbody tr.warning:hover td, | |
1493 | .table-bordered tbody tr.danger:hover td { | |
1494 | border-color: #1c1e22; | |
1495 | } | |
1496 | .table-responsive > .table { | |
1497 | background-color: #2e3338; | |
1498 | } | |
76c653f8 MG |
1499 | input, |
1500 | textarea { | |
1501 | color: #272b30; | |
1502 | } | |
6af4c584 MG |
1503 | .nav .open > a, |
1504 | .nav .open > a:hover, | |
1505 | .nav .open > a:focus { | |
1506 | border-color: rgba(0, 0, 0, 0.6); | |
1507 | } | |
1508 | .nav-pills > li > a { | |
1509 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
1510 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
1511 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
1512 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1513 | background-repeat: no-repeat; | |
1514 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
1515 | -webkit-filter: none; |
1516 | filter: none; | |
6af4c584 MG |
1517 | border: 1px solid rgba(0, 0, 0, 0.6); |
1518 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
1519 | } | |
1520 | .nav-pills > li > a:hover { | |
1521 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
1522 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
1523 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
1524 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1525 | background-repeat: no-repeat; | |
1526 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
1527 | -webkit-filter: none; |
1528 | filter: none; | |
6af4c584 MG |
1529 | border: 1px solid rgba(0, 0, 0, 0.6); |
1530 | } | |
1531 | .nav-pills > li.active > a, | |
1532 | .nav-pills > li.active > a:hover { | |
1533 | background-color: none; | |
1534 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
1535 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
1536 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
1537 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1538 | background-repeat: no-repeat; | |
1539 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
1540 | -webkit-filter: none; |
1541 | filter: none; | |
6af4c584 MG |
1542 | border: 1px solid rgba(0, 0, 0, 0.6); |
1543 | } | |
1544 | .nav-pills > li.disabled > a, | |
1545 | .nav-pills > li.disabled > a:hover { | |
1546 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
1547 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
1548 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
1549 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1550 | background-repeat: no-repeat; | |
1551 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
1552 | -webkit-filter: none; |
1553 | filter: none; | |
6af4c584 | 1554 | } |
6af4c584 MG |
1555 | .pager > li > a { |
1556 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
1557 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
1558 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
1559 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1560 | background-repeat: no-repeat; | |
1561 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
1562 | -webkit-filter: none; |
1563 | filter: none; | |
6af4c584 MG |
1564 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); |
1565 | } | |
1566 | .pager > li > a:hover { | |
1567 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
1568 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
1569 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
1570 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1571 | background-repeat: no-repeat; | |
1572 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
1573 | -webkit-filter: none; |
1574 | filter: none; | |
6af4c584 MG |
1575 | } |
1576 | .pager > li.disabled > a, | |
1577 | .pager > li.disabled > a:hover { | |
1578 | background-color: transparent; | |
1579 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
1580 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
1581 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
1582 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1583 | background-repeat: no-repeat; | |
1584 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
1585 | -webkit-filter: none; |
1586 | filter: none; | |
6af4c584 | 1587 | } |
6af4c584 MG |
1588 | .alert .alert-link, |
1589 | .alert a { | |
1590 | color: #fff; | |
1591 | text-decoration: underline; | |
1592 | } | |
76c653f8 MG |
1593 | .alert .close { |
1594 | color: #000000; | |
1595 | text-decoration: none; | |
6af4c584 | 1596 | } |