]>
Commit | Line | Data |
---|---|---|
6af4c584 | 1 | /*! |
49026292 | 2 | * bootswatch v3.3.2 |
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 { | |
7a897a2e | 283 | font-family: 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 | } | |
6af4c584 MG |
366 | h1, |
367 | h2, | |
368 | h3, | |
369 | h4, | |
370 | h5, | |
371 | h6, | |
372 | .h1, | |
373 | .h2, | |
374 | .h3, | |
375 | .h4, | |
376 | .h5, | |
377 | .h6 { | |
7a897a2e | 378 | font-family: sans-serif; |
6af4c584 MG |
379 | font-weight: 500; |
380 | line-height: 1.1; | |
381 | color: inherit; | |
382 | } | |
383 | h1 small, | |
384 | h2 small, | |
385 | h3 small, | |
386 | h4 small, | |
387 | h5 small, | |
388 | h6 small, | |
389 | .h1 small, | |
390 | .h2 small, | |
391 | .h3 small, | |
392 | .h4 small, | |
393 | .h5 small, | |
394 | .h6 small, | |
395 | h1 .small, | |
396 | h2 .small, | |
397 | h3 .small, | |
398 | h4 .small, | |
399 | h5 .small, | |
400 | h6 .small, | |
401 | .h1 .small, | |
402 | .h2 .small, | |
403 | .h3 .small, | |
404 | .h4 .small, | |
405 | .h5 .small, | |
406 | .h6 .small { | |
407 | font-weight: normal; | |
408 | line-height: 1; | |
409 | color: #7a8288; | |
410 | } | |
411 | h1, | |
412 | .h1, | |
413 | h2, | |
414 | .h2, | |
415 | h3, | |
416 | .h3 { | |
417 | margin-top: 20px; | |
418 | margin-bottom: 10px; | |
419 | } | |
420 | h1 small, | |
421 | .h1 small, | |
422 | h2 small, | |
423 | .h2 small, | |
424 | h3 small, | |
425 | .h3 small, | |
426 | h1 .small, | |
427 | .h1 .small, | |
428 | h2 .small, | |
429 | .h2 .small, | |
430 | h3 .small, | |
431 | .h3 .small { | |
432 | font-size: 65%; | |
433 | } | |
434 | h4, | |
435 | .h4, | |
436 | h5, | |
437 | .h5, | |
438 | h6, | |
439 | .h6 { | |
440 | margin-top: 10px; | |
441 | margin-bottom: 10px; | |
442 | } | |
443 | h4 small, | |
444 | .h4 small, | |
445 | h5 small, | |
446 | .h5 small, | |
447 | h6 small, | |
448 | .h6 small, | |
449 | h4 .small, | |
450 | .h4 .small, | |
451 | h5 .small, | |
452 | .h5 .small, | |
453 | h6 .small, | |
454 | .h6 .small { | |
455 | font-size: 75%; | |
456 | } | |
457 | h1, | |
458 | .h1 { | |
459 | font-size: 36px; | |
460 | } | |
461 | h2, | |
462 | .h2 { | |
463 | font-size: 30px; | |
464 | } | |
465 | h3, | |
466 | .h3 { | |
467 | font-size: 24px; | |
468 | } | |
469 | h4, | |
470 | .h4 { | |
471 | font-size: 18px; | |
472 | } | |
473 | h5, | |
474 | .h5 { | |
475 | font-size: 14px; | |
476 | } | |
477 | h6, | |
478 | .h6 { | |
479 | font-size: 12px; | |
480 | } | |
481 | p { | |
482 | margin: 0 0 10px; | |
483 | } | |
484 | .lead { | |
485 | margin-bottom: 20px; | |
486 | font-size: 16px; | |
76c653f8 | 487 | font-weight: 300; |
6af4c584 MG |
488 | line-height: 1.4; |
489 | } | |
490 | @media (min-width: 768px) { | |
491 | .lead { | |
492 | font-size: 21px; | |
493 | } | |
494 | } | |
495 | small, | |
496 | .small { | |
497 | font-size: 85%; | |
498 | } | |
76c653f8 MG |
499 | mark, |
500 | .mark { | |
501 | background-color: #f89406; | |
502 | padding: .2em; | |
6af4c584 MG |
503 | } |
504 | .text-left { | |
505 | text-align: left; | |
506 | } | |
507 | .text-right { | |
508 | text-align: right; | |
509 | } | |
510 | .text-center { | |
511 | text-align: center; | |
512 | } | |
513 | .text-justify { | |
514 | text-align: justify; | |
515 | } | |
76c653f8 MG |
516 | .text-nowrap { |
517 | white-space: nowrap; | |
518 | } | |
519 | .text-lowercase { | |
520 | text-transform: lowercase; | |
521 | } | |
522 | .text-uppercase { | |
523 | text-transform: uppercase; | |
524 | } | |
525 | .text-capitalize { | |
526 | text-transform: capitalize; | |
527 | } | |
6af4c584 MG |
528 | .text-muted { |
529 | color: #7a8288; | |
530 | } | |
531 | .text-primary { | |
532 | color: #7a8288; | |
533 | } | |
534 | a.text-primary:hover { | |
535 | color: #62686d; | |
536 | } | |
537 | .text-success { | |
538 | color: #ffffff; | |
539 | } | |
540 | a.text-success:hover { | |
541 | color: #e6e6e6; | |
542 | } | |
543 | .text-info { | |
544 | color: #ffffff; | |
545 | } | |
546 | a.text-info:hover { | |
547 | color: #e6e6e6; | |
548 | } | |
549 | .text-warning { | |
550 | color: #ffffff; | |
551 | } | |
552 | a.text-warning:hover { | |
553 | color: #e6e6e6; | |
554 | } | |
555 | .text-danger { | |
556 | color: #ffffff; | |
557 | } | |
558 | a.text-danger:hover { | |
559 | color: #e6e6e6; | |
560 | } | |
561 | .bg-primary { | |
562 | color: #fff; | |
563 | background-color: #7a8288; | |
564 | } | |
565 | a.bg-primary:hover { | |
566 | background-color: #62686d; | |
567 | } | |
568 | .bg-success { | |
569 | background-color: #62c462; | |
570 | } | |
571 | a.bg-success:hover { | |
572 | background-color: #42b142; | |
573 | } | |
574 | .bg-info { | |
575 | background-color: #5bc0de; | |
576 | } | |
577 | a.bg-info:hover { | |
578 | background-color: #31b0d5; | |
579 | } | |
580 | .bg-warning { | |
581 | background-color: #f89406; | |
582 | } | |
583 | a.bg-warning:hover { | |
584 | background-color: #c67605; | |
585 | } | |
586 | .bg-danger { | |
587 | background-color: #ee5f5b; | |
588 | } | |
589 | a.bg-danger:hover { | |
590 | background-color: #e9322d; | |
591 | } | |
592 | .page-header { | |
593 | padding-bottom: 9px; | |
594 | margin: 40px 0 20px; | |
595 | border-bottom: 1px solid #1c1e22; | |
596 | } | |
597 | ul, | |
598 | ol { | |
599 | margin-top: 0; | |
600 | margin-bottom: 10px; | |
601 | } | |
602 | ul ul, | |
603 | ol ul, | |
604 | ul ol, | |
605 | ol ol { | |
606 | margin-bottom: 0; | |
607 | } | |
608 | .list-unstyled { | |
609 | padding-left: 0; | |
610 | list-style: none; | |
611 | } | |
612 | .list-inline { | |
613 | padding-left: 0; | |
614 | list-style: none; | |
76c653f8 | 615 | margin-left: -5px; |
6af4c584 MG |
616 | } |
617 | .list-inline > li { | |
618 | display: inline-block; | |
619 | padding-left: 5px; | |
620 | padding-right: 5px; | |
621 | } | |
6af4c584 MG |
622 | dl { |
623 | margin-top: 0; | |
624 | margin-bottom: 20px; | |
625 | } | |
626 | dt, | |
627 | dd { | |
628 | line-height: 1.42857143; | |
629 | } | |
630 | dt { | |
631 | font-weight: bold; | |
632 | } | |
633 | dd { | |
634 | margin-left: 0; | |
635 | } | |
636 | @media (min-width: 768px) { | |
637 | .dl-horizontal dt { | |
638 | float: left; | |
639 | width: 160px; | |
640 | clear: left; | |
641 | text-align: right; | |
642 | overflow: hidden; | |
643 | text-overflow: ellipsis; | |
644 | white-space: nowrap; | |
645 | } | |
646 | .dl-horizontal dd { | |
647 | margin-left: 180px; | |
648 | } | |
649 | } | |
650 | abbr[title], | |
651 | abbr[data-original-title] { | |
652 | cursor: help; | |
653 | border-bottom: 1px dotted #7a8288; | |
654 | } | |
655 | .initialism { | |
656 | font-size: 90%; | |
657 | text-transform: uppercase; | |
658 | } | |
659 | blockquote { | |
660 | padding: 10px 20px; | |
661 | margin: 0 0 20px; | |
662 | font-size: 17.5px; | |
663 | border-left: 5px solid #7a8288; | |
664 | } | |
665 | blockquote p:last-child, | |
666 | blockquote ul:last-child, | |
667 | blockquote ol:last-child { | |
668 | margin-bottom: 0; | |
669 | } | |
670 | blockquote footer, | |
671 | blockquote small, | |
672 | blockquote .small { | |
673 | display: block; | |
674 | font-size: 80%; | |
675 | line-height: 1.42857143; | |
676 | color: #7a8288; | |
677 | } | |
678 | blockquote footer:before, | |
679 | blockquote small:before, | |
680 | blockquote .small:before { | |
681 | content: '\2014 \00A0'; | |
682 | } | |
683 | .blockquote-reverse, | |
684 | blockquote.pull-right { | |
685 | padding-right: 15px; | |
686 | padding-left: 0; | |
687 | border-right: 5px solid #7a8288; | |
688 | border-left: 0; | |
689 | text-align: right; | |
690 | } | |
691 | .blockquote-reverse footer:before, | |
692 | blockquote.pull-right footer:before, | |
693 | .blockquote-reverse small:before, | |
694 | blockquote.pull-right small:before, | |
695 | .blockquote-reverse .small:before, | |
696 | blockquote.pull-right .small:before { | |
697 | content: ''; | |
698 | } | |
699 | .blockquote-reverse footer:after, | |
700 | blockquote.pull-right footer:after, | |
701 | .blockquote-reverse small:after, | |
702 | blockquote.pull-right small:after, | |
703 | .blockquote-reverse .small:after, | |
704 | blockquote.pull-right .small:after { | |
705 | content: '\00A0 \2014'; | |
706 | } | |
6af4c584 MG |
707 | address { |
708 | margin-bottom: 20px; | |
709 | font-style: normal; | |
710 | line-height: 1.42857143; | |
711 | } | |
712 | code, | |
713 | kbd, | |
714 | pre, | |
715 | samp { | |
716 | font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
717 | } | |
718 | code { | |
719 | padding: 2px 4px; | |
720 | font-size: 90%; | |
721 | color: #c7254e; | |
722 | background-color: #f9f2f4; | |
6af4c584 MG |
723 | border-radius: 4px; |
724 | } | |
725 | kbd { | |
726 | padding: 2px 4px; | |
727 | font-size: 90%; | |
728 | color: #ffffff; | |
729 | background-color: #333333; | |
730 | border-radius: 3px; | |
76c653f8 MG |
731 | -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); |
732 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | |
733 | } | |
734 | kbd kbd { | |
735 | padding: 0; | |
736 | font-size: 100%; | |
737 | font-weight: bold; | |
738 | -webkit-box-shadow: none; | |
739 | box-shadow: none; | |
6af4c584 MG |
740 | } |
741 | pre { | |
742 | display: block; | |
743 | padding: 9.5px; | |
744 | margin: 0 0 10px; | |
745 | font-size: 13px; | |
746 | line-height: 1.42857143; | |
747 | word-break: break-all; | |
748 | word-wrap: break-word; | |
749 | color: #3a3f44; | |
750 | background-color: #f5f5f5; | |
751 | border: 1px solid #cccccc; | |
752 | border-radius: 4px; | |
753 | } | |
754 | pre code { | |
755 | padding: 0; | |
756 | font-size: inherit; | |
757 | color: inherit; | |
758 | white-space: pre-wrap; | |
759 | background-color: transparent; | |
760 | border-radius: 0; | |
761 | } | |
762 | .pre-scrollable { | |
763 | max-height: 340px; | |
764 | overflow-y: scroll; | |
765 | } | |
766 | .container { | |
767 | margin-right: auto; | |
768 | margin-left: auto; | |
769 | padding-left: 15px; | |
770 | padding-right: 15px; | |
771 | } | |
772 | @media (min-width: 768px) { | |
773 | .container { | |
774 | width: 750px; | |
775 | } | |
776 | } | |
777 | @media (min-width: 992px) { | |
778 | .container { | |
779 | width: 970px; | |
780 | } | |
781 | } | |
782 | @media (min-width: 1200px) { | |
783 | .container { | |
784 | width: 1170px; | |
785 | } | |
786 | } | |
787 | .container-fluid { | |
788 | margin-right: auto; | |
789 | margin-left: auto; | |
790 | padding-left: 15px; | |
791 | padding-right: 15px; | |
792 | } | |
793 | .row { | |
794 | margin-left: -15px; | |
795 | margin-right: -15px; | |
796 | } | |
797 | .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 { | |
798 | position: relative; | |
799 | min-height: 1px; | |
800 | padding-left: 15px; | |
801 | padding-right: 15px; | |
802 | } | |
803 | .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { | |
804 | float: left; | |
805 | } | |
806 | .col-xs-12 { | |
807 | width: 100%; | |
808 | } | |
809 | .col-xs-11 { | |
810 | width: 91.66666667%; | |
811 | } | |
812 | .col-xs-10 { | |
813 | width: 83.33333333%; | |
814 | } | |
815 | .col-xs-9 { | |
816 | width: 75%; | |
817 | } | |
818 | .col-xs-8 { | |
819 | width: 66.66666667%; | |
820 | } | |
821 | .col-xs-7 { | |
822 | width: 58.33333333%; | |
823 | } | |
824 | .col-xs-6 { | |
825 | width: 50%; | |
826 | } | |
827 | .col-xs-5 { | |
828 | width: 41.66666667%; | |
829 | } | |
830 | .col-xs-4 { | |
831 | width: 33.33333333%; | |
832 | } | |
833 | .col-xs-3 { | |
834 | width: 25%; | |
835 | } | |
836 | .col-xs-2 { | |
837 | width: 16.66666667%; | |
838 | } | |
839 | .col-xs-1 { | |
840 | width: 8.33333333%; | |
841 | } | |
842 | .col-xs-pull-12 { | |
843 | right: 100%; | |
844 | } | |
845 | .col-xs-pull-11 { | |
846 | right: 91.66666667%; | |
847 | } | |
848 | .col-xs-pull-10 { | |
849 | right: 83.33333333%; | |
850 | } | |
851 | .col-xs-pull-9 { | |
852 | right: 75%; | |
853 | } | |
854 | .col-xs-pull-8 { | |
855 | right: 66.66666667%; | |
856 | } | |
857 | .col-xs-pull-7 { | |
858 | right: 58.33333333%; | |
859 | } | |
860 | .col-xs-pull-6 { | |
861 | right: 50%; | |
862 | } | |
863 | .col-xs-pull-5 { | |
864 | right: 41.66666667%; | |
865 | } | |
866 | .col-xs-pull-4 { | |
867 | right: 33.33333333%; | |
868 | } | |
869 | .col-xs-pull-3 { | |
870 | right: 25%; | |
871 | } | |
872 | .col-xs-pull-2 { | |
873 | right: 16.66666667%; | |
874 | } | |
875 | .col-xs-pull-1 { | |
876 | right: 8.33333333%; | |
877 | } | |
878 | .col-xs-pull-0 { | |
76c653f8 | 879 | right: auto; |
6af4c584 MG |
880 | } |
881 | .col-xs-push-12 { | |
882 | left: 100%; | |
883 | } | |
884 | .col-xs-push-11 { | |
885 | left: 91.66666667%; | |
886 | } | |
887 | .col-xs-push-10 { | |
888 | left: 83.33333333%; | |
889 | } | |
890 | .col-xs-push-9 { | |
891 | left: 75%; | |
892 | } | |
893 | .col-xs-push-8 { | |
894 | left: 66.66666667%; | |
895 | } | |
896 | .col-xs-push-7 { | |
897 | left: 58.33333333%; | |
898 | } | |
899 | .col-xs-push-6 { | |
900 | left: 50%; | |
901 | } | |
902 | .col-xs-push-5 { | |
903 | left: 41.66666667%; | |
904 | } | |
905 | .col-xs-push-4 { | |
906 | left: 33.33333333%; | |
907 | } | |
908 | .col-xs-push-3 { | |
909 | left: 25%; | |
910 | } | |
911 | .col-xs-push-2 { | |
912 | left: 16.66666667%; | |
913 | } | |
914 | .col-xs-push-1 { | |
915 | left: 8.33333333%; | |
916 | } | |
917 | .col-xs-push-0 { | |
76c653f8 | 918 | left: auto; |
6af4c584 MG |
919 | } |
920 | .col-xs-offset-12 { | |
921 | margin-left: 100%; | |
922 | } | |
923 | .col-xs-offset-11 { | |
924 | margin-left: 91.66666667%; | |
925 | } | |
926 | .col-xs-offset-10 { | |
927 | margin-left: 83.33333333%; | |
928 | } | |
929 | .col-xs-offset-9 { | |
930 | margin-left: 75%; | |
931 | } | |
932 | .col-xs-offset-8 { | |
933 | margin-left: 66.66666667%; | |
934 | } | |
935 | .col-xs-offset-7 { | |
936 | margin-left: 58.33333333%; | |
937 | } | |
938 | .col-xs-offset-6 { | |
939 | margin-left: 50%; | |
940 | } | |
941 | .col-xs-offset-5 { | |
942 | margin-left: 41.66666667%; | |
943 | } | |
944 | .col-xs-offset-4 { | |
945 | margin-left: 33.33333333%; | |
946 | } | |
947 | .col-xs-offset-3 { | |
948 | margin-left: 25%; | |
949 | } | |
950 | .col-xs-offset-2 { | |
951 | margin-left: 16.66666667%; | |
952 | } | |
953 | .col-xs-offset-1 { | |
954 | margin-left: 8.33333333%; | |
955 | } | |
956 | .col-xs-offset-0 { | |
957 | margin-left: 0%; | |
958 | } | |
959 | @media (min-width: 768px) { | |
960 | .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { | |
961 | float: left; | |
962 | } | |
963 | .col-sm-12 { | |
964 | width: 100%; | |
965 | } | |
966 | .col-sm-11 { | |
967 | width: 91.66666667%; | |
968 | } | |
969 | .col-sm-10 { | |
970 | width: 83.33333333%; | |
971 | } | |
972 | .col-sm-9 { | |
973 | width: 75%; | |
974 | } | |
975 | .col-sm-8 { | |
976 | width: 66.66666667%; | |
977 | } | |
978 | .col-sm-7 { | |
979 | width: 58.33333333%; | |
980 | } | |
981 | .col-sm-6 { | |
982 | width: 50%; | |
983 | } | |
984 | .col-sm-5 { | |
985 | width: 41.66666667%; | |
986 | } | |
987 | .col-sm-4 { | |
988 | width: 33.33333333%; | |
989 | } | |
990 | .col-sm-3 { | |
991 | width: 25%; | |
992 | } | |
993 | .col-sm-2 { | |
994 | width: 16.66666667%; | |
995 | } | |
996 | .col-sm-1 { | |
997 | width: 8.33333333%; | |
998 | } | |
999 | .col-sm-pull-12 { | |
1000 | right: 100%; | |
1001 | } | |
1002 | .col-sm-pull-11 { | |
1003 | right: 91.66666667%; | |
1004 | } | |
1005 | .col-sm-pull-10 { | |
1006 | right: 83.33333333%; | |
1007 | } | |
1008 | .col-sm-pull-9 { | |
1009 | right: 75%; | |
1010 | } | |
1011 | .col-sm-pull-8 { | |
1012 | right: 66.66666667%; | |
1013 | } | |
1014 | .col-sm-pull-7 { | |
1015 | right: 58.33333333%; | |
1016 | } | |
1017 | .col-sm-pull-6 { | |
1018 | right: 50%; | |
1019 | } | |
1020 | .col-sm-pull-5 { | |
1021 | right: 41.66666667%; | |
1022 | } | |
1023 | .col-sm-pull-4 { | |
1024 | right: 33.33333333%; | |
1025 | } | |
1026 | .col-sm-pull-3 { | |
1027 | right: 25%; | |
1028 | } | |
1029 | .col-sm-pull-2 { | |
1030 | right: 16.66666667%; | |
1031 | } | |
1032 | .col-sm-pull-1 { | |
1033 | right: 8.33333333%; | |
1034 | } | |
1035 | .col-sm-pull-0 { | |
76c653f8 | 1036 | right: auto; |
6af4c584 MG |
1037 | } |
1038 | .col-sm-push-12 { | |
1039 | left: 100%; | |
1040 | } | |
1041 | .col-sm-push-11 { | |
1042 | left: 91.66666667%; | |
1043 | } | |
1044 | .col-sm-push-10 { | |
1045 | left: 83.33333333%; | |
1046 | } | |
1047 | .col-sm-push-9 { | |
1048 | left: 75%; | |
1049 | } | |
1050 | .col-sm-push-8 { | |
1051 | left: 66.66666667%; | |
1052 | } | |
1053 | .col-sm-push-7 { | |
1054 | left: 58.33333333%; | |
1055 | } | |
1056 | .col-sm-push-6 { | |
1057 | left: 50%; | |
1058 | } | |
1059 | .col-sm-push-5 { | |
1060 | left: 41.66666667%; | |
1061 | } | |
1062 | .col-sm-push-4 { | |
1063 | left: 33.33333333%; | |
1064 | } | |
1065 | .col-sm-push-3 { | |
1066 | left: 25%; | |
1067 | } | |
1068 | .col-sm-push-2 { | |
1069 | left: 16.66666667%; | |
1070 | } | |
1071 | .col-sm-push-1 { | |
1072 | left: 8.33333333%; | |
1073 | } | |
1074 | .col-sm-push-0 { | |
76c653f8 | 1075 | left: auto; |
6af4c584 MG |
1076 | } |
1077 | .col-sm-offset-12 { | |
1078 | margin-left: 100%; | |
1079 | } | |
1080 | .col-sm-offset-11 { | |
1081 | margin-left: 91.66666667%; | |
1082 | } | |
1083 | .col-sm-offset-10 { | |
1084 | margin-left: 83.33333333%; | |
1085 | } | |
1086 | .col-sm-offset-9 { | |
1087 | margin-left: 75%; | |
1088 | } | |
1089 | .col-sm-offset-8 { | |
1090 | margin-left: 66.66666667%; | |
1091 | } | |
1092 | .col-sm-offset-7 { | |
1093 | margin-left: 58.33333333%; | |
1094 | } | |
1095 | .col-sm-offset-6 { | |
1096 | margin-left: 50%; | |
1097 | } | |
1098 | .col-sm-offset-5 { | |
1099 | margin-left: 41.66666667%; | |
1100 | } | |
1101 | .col-sm-offset-4 { | |
1102 | margin-left: 33.33333333%; | |
1103 | } | |
1104 | .col-sm-offset-3 { | |
1105 | margin-left: 25%; | |
1106 | } | |
1107 | .col-sm-offset-2 { | |
1108 | margin-left: 16.66666667%; | |
1109 | } | |
1110 | .col-sm-offset-1 { | |
1111 | margin-left: 8.33333333%; | |
1112 | } | |
1113 | .col-sm-offset-0 { | |
1114 | margin-left: 0%; | |
1115 | } | |
1116 | } | |
1117 | @media (min-width: 992px) { | |
1118 | .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 { | |
1119 | float: left; | |
1120 | } | |
1121 | .col-md-12 { | |
1122 | width: 100%; | |
1123 | } | |
1124 | .col-md-11 { | |
1125 | width: 91.66666667%; | |
1126 | } | |
1127 | .col-md-10 { | |
1128 | width: 83.33333333%; | |
1129 | } | |
1130 | .col-md-9 { | |
1131 | width: 75%; | |
1132 | } | |
1133 | .col-md-8 { | |
1134 | width: 66.66666667%; | |
1135 | } | |
1136 | .col-md-7 { | |
1137 | width: 58.33333333%; | |
1138 | } | |
1139 | .col-md-6 { | |
1140 | width: 50%; | |
1141 | } | |
1142 | .col-md-5 { | |
1143 | width: 41.66666667%; | |
1144 | } | |
1145 | .col-md-4 { | |
1146 | width: 33.33333333%; | |
1147 | } | |
1148 | .col-md-3 { | |
1149 | width: 25%; | |
1150 | } | |
1151 | .col-md-2 { | |
1152 | width: 16.66666667%; | |
1153 | } | |
1154 | .col-md-1 { | |
1155 | width: 8.33333333%; | |
1156 | } | |
1157 | .col-md-pull-12 { | |
1158 | right: 100%; | |
1159 | } | |
1160 | .col-md-pull-11 { | |
1161 | right: 91.66666667%; | |
1162 | } | |
1163 | .col-md-pull-10 { | |
1164 | right: 83.33333333%; | |
1165 | } | |
1166 | .col-md-pull-9 { | |
1167 | right: 75%; | |
1168 | } | |
1169 | .col-md-pull-8 { | |
1170 | right: 66.66666667%; | |
1171 | } | |
1172 | .col-md-pull-7 { | |
1173 | right: 58.33333333%; | |
1174 | } | |
1175 | .col-md-pull-6 { | |
1176 | right: 50%; | |
1177 | } | |
1178 | .col-md-pull-5 { | |
1179 | right: 41.66666667%; | |
1180 | } | |
1181 | .col-md-pull-4 { | |
1182 | right: 33.33333333%; | |
1183 | } | |
1184 | .col-md-pull-3 { | |
1185 | right: 25%; | |
1186 | } | |
1187 | .col-md-pull-2 { | |
1188 | right: 16.66666667%; | |
1189 | } | |
1190 | .col-md-pull-1 { | |
1191 | right: 8.33333333%; | |
1192 | } | |
1193 | .col-md-pull-0 { | |
76c653f8 | 1194 | right: auto; |
6af4c584 MG |
1195 | } |
1196 | .col-md-push-12 { | |
1197 | left: 100%; | |
1198 | } | |
1199 | .col-md-push-11 { | |
1200 | left: 91.66666667%; | |
1201 | } | |
1202 | .col-md-push-10 { | |
1203 | left: 83.33333333%; | |
1204 | } | |
1205 | .col-md-push-9 { | |
1206 | left: 75%; | |
1207 | } | |
1208 | .col-md-push-8 { | |
1209 | left: 66.66666667%; | |
1210 | } | |
1211 | .col-md-push-7 { | |
1212 | left: 58.33333333%; | |
1213 | } | |
1214 | .col-md-push-6 { | |
1215 | left: 50%; | |
1216 | } | |
1217 | .col-md-push-5 { | |
1218 | left: 41.66666667%; | |
1219 | } | |
1220 | .col-md-push-4 { | |
1221 | left: 33.33333333%; | |
1222 | } | |
1223 | .col-md-push-3 { | |
1224 | left: 25%; | |
1225 | } | |
1226 | .col-md-push-2 { | |
1227 | left: 16.66666667%; | |
1228 | } | |
1229 | .col-md-push-1 { | |
1230 | left: 8.33333333%; | |
1231 | } | |
1232 | .col-md-push-0 { | |
76c653f8 | 1233 | left: auto; |
6af4c584 MG |
1234 | } |
1235 | .col-md-offset-12 { | |
1236 | margin-left: 100%; | |
1237 | } | |
1238 | .col-md-offset-11 { | |
1239 | margin-left: 91.66666667%; | |
1240 | } | |
1241 | .col-md-offset-10 { | |
1242 | margin-left: 83.33333333%; | |
1243 | } | |
1244 | .col-md-offset-9 { | |
1245 | margin-left: 75%; | |
1246 | } | |
1247 | .col-md-offset-8 { | |
1248 | margin-left: 66.66666667%; | |
1249 | } | |
1250 | .col-md-offset-7 { | |
1251 | margin-left: 58.33333333%; | |
1252 | } | |
1253 | .col-md-offset-6 { | |
1254 | margin-left: 50%; | |
1255 | } | |
1256 | .col-md-offset-5 { | |
1257 | margin-left: 41.66666667%; | |
1258 | } | |
1259 | .col-md-offset-4 { | |
1260 | margin-left: 33.33333333%; | |
1261 | } | |
1262 | .col-md-offset-3 { | |
1263 | margin-left: 25%; | |
1264 | } | |
1265 | .col-md-offset-2 { | |
1266 | margin-left: 16.66666667%; | |
1267 | } | |
1268 | .col-md-offset-1 { | |
1269 | margin-left: 8.33333333%; | |
1270 | } | |
1271 | .col-md-offset-0 { | |
1272 | margin-left: 0%; | |
1273 | } | |
1274 | } | |
1275 | @media (min-width: 1200px) { | |
1276 | .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { | |
1277 | float: left; | |
1278 | } | |
1279 | .col-lg-12 { | |
1280 | width: 100%; | |
1281 | } | |
1282 | .col-lg-11 { | |
1283 | width: 91.66666667%; | |
1284 | } | |
1285 | .col-lg-10 { | |
1286 | width: 83.33333333%; | |
1287 | } | |
1288 | .col-lg-9 { | |
1289 | width: 75%; | |
1290 | } | |
1291 | .col-lg-8 { | |
1292 | width: 66.66666667%; | |
1293 | } | |
1294 | .col-lg-7 { | |
1295 | width: 58.33333333%; | |
1296 | } | |
1297 | .col-lg-6 { | |
1298 | width: 50%; | |
1299 | } | |
1300 | .col-lg-5 { | |
1301 | width: 41.66666667%; | |
1302 | } | |
1303 | .col-lg-4 { | |
1304 | width: 33.33333333%; | |
1305 | } | |
1306 | .col-lg-3 { | |
1307 | width: 25%; | |
1308 | } | |
1309 | .col-lg-2 { | |
1310 | width: 16.66666667%; | |
1311 | } | |
1312 | .col-lg-1 { | |
1313 | width: 8.33333333%; | |
1314 | } | |
1315 | .col-lg-pull-12 { | |
1316 | right: 100%; | |
1317 | } | |
1318 | .col-lg-pull-11 { | |
1319 | right: 91.66666667%; | |
1320 | } | |
1321 | .col-lg-pull-10 { | |
1322 | right: 83.33333333%; | |
1323 | } | |
1324 | .col-lg-pull-9 { | |
1325 | right: 75%; | |
1326 | } | |
1327 | .col-lg-pull-8 { | |
1328 | right: 66.66666667%; | |
1329 | } | |
1330 | .col-lg-pull-7 { | |
1331 | right: 58.33333333%; | |
1332 | } | |
1333 | .col-lg-pull-6 { | |
1334 | right: 50%; | |
1335 | } | |
1336 | .col-lg-pull-5 { | |
1337 | right: 41.66666667%; | |
1338 | } | |
1339 | .col-lg-pull-4 { | |
1340 | right: 33.33333333%; | |
1341 | } | |
1342 | .col-lg-pull-3 { | |
1343 | right: 25%; | |
1344 | } | |
1345 | .col-lg-pull-2 { | |
1346 | right: 16.66666667%; | |
1347 | } | |
1348 | .col-lg-pull-1 { | |
1349 | right: 8.33333333%; | |
1350 | } | |
1351 | .col-lg-pull-0 { | |
76c653f8 | 1352 | right: auto; |
6af4c584 MG |
1353 | } |
1354 | .col-lg-push-12 { | |
1355 | left: 100%; | |
1356 | } | |
1357 | .col-lg-push-11 { | |
1358 | left: 91.66666667%; | |
1359 | } | |
1360 | .col-lg-push-10 { | |
1361 | left: 83.33333333%; | |
1362 | } | |
1363 | .col-lg-push-9 { | |
1364 | left: 75%; | |
1365 | } | |
1366 | .col-lg-push-8 { | |
1367 | left: 66.66666667%; | |
1368 | } | |
1369 | .col-lg-push-7 { | |
1370 | left: 58.33333333%; | |
1371 | } | |
1372 | .col-lg-push-6 { | |
1373 | left: 50%; | |
1374 | } | |
1375 | .col-lg-push-5 { | |
1376 | left: 41.66666667%; | |
1377 | } | |
1378 | .col-lg-push-4 { | |
1379 | left: 33.33333333%; | |
1380 | } | |
1381 | .col-lg-push-3 { | |
1382 | left: 25%; | |
1383 | } | |
1384 | .col-lg-push-2 { | |
1385 | left: 16.66666667%; | |
1386 | } | |
1387 | .col-lg-push-1 { | |
1388 | left: 8.33333333%; | |
1389 | } | |
1390 | .col-lg-push-0 { | |
76c653f8 | 1391 | left: auto; |
6af4c584 MG |
1392 | } |
1393 | .col-lg-offset-12 { | |
1394 | margin-left: 100%; | |
1395 | } | |
1396 | .col-lg-offset-11 { | |
1397 | margin-left: 91.66666667%; | |
1398 | } | |
1399 | .col-lg-offset-10 { | |
1400 | margin-left: 83.33333333%; | |
1401 | } | |
1402 | .col-lg-offset-9 { | |
1403 | margin-left: 75%; | |
1404 | } | |
1405 | .col-lg-offset-8 { | |
1406 | margin-left: 66.66666667%; | |
1407 | } | |
1408 | .col-lg-offset-7 { | |
1409 | margin-left: 58.33333333%; | |
1410 | } | |
1411 | .col-lg-offset-6 { | |
1412 | margin-left: 50%; | |
1413 | } | |
1414 | .col-lg-offset-5 { | |
1415 | margin-left: 41.66666667%; | |
1416 | } | |
1417 | .col-lg-offset-4 { | |
1418 | margin-left: 33.33333333%; | |
1419 | } | |
1420 | .col-lg-offset-3 { | |
1421 | margin-left: 25%; | |
1422 | } | |
1423 | .col-lg-offset-2 { | |
1424 | margin-left: 16.66666667%; | |
1425 | } | |
1426 | .col-lg-offset-1 { | |
1427 | margin-left: 8.33333333%; | |
1428 | } | |
1429 | .col-lg-offset-0 { | |
1430 | margin-left: 0%; | |
1431 | } | |
1432 | } | |
1433 | table { | |
6af4c584 MG |
1434 | background-color: #2e3338; |
1435 | } | |
76c653f8 MG |
1436 | caption { |
1437 | padding-top: 8px; | |
1438 | padding-bottom: 8px; | |
1439 | color: #7a8288; | |
1440 | text-align: left; | |
1441 | } | |
6af4c584 MG |
1442 | th { |
1443 | text-align: left; | |
1444 | } | |
1445 | .table { | |
1446 | width: 100%; | |
76c653f8 | 1447 | max-width: 100%; |
6af4c584 MG |
1448 | margin-bottom: 20px; |
1449 | } | |
1450 | .table > thead > tr > th, | |
1451 | .table > tbody > tr > th, | |
1452 | .table > tfoot > tr > th, | |
1453 | .table > thead > tr > td, | |
1454 | .table > tbody > tr > td, | |
1455 | .table > tfoot > tr > td { | |
1456 | padding: 8px; | |
1457 | line-height: 1.42857143; | |
1458 | vertical-align: top; | |
1459 | border-top: 1px solid #1c1e22; | |
1460 | } | |
1461 | .table > thead > tr > th { | |
1462 | vertical-align: bottom; | |
1463 | border-bottom: 2px solid #1c1e22; | |
1464 | } | |
1465 | .table > caption + thead > tr:first-child > th, | |
1466 | .table > colgroup + thead > tr:first-child > th, | |
1467 | .table > thead:first-child > tr:first-child > th, | |
1468 | .table > caption + thead > tr:first-child > td, | |
1469 | .table > colgroup + thead > tr:first-child > td, | |
1470 | .table > thead:first-child > tr:first-child > td { | |
1471 | border-top: 0; | |
1472 | } | |
1473 | .table > tbody + tbody { | |
1474 | border-top: 2px solid #1c1e22; | |
1475 | } | |
1476 | .table .table { | |
1477 | background-color: #272b30; | |
1478 | } | |
1479 | .table-condensed > thead > tr > th, | |
1480 | .table-condensed > tbody > tr > th, | |
1481 | .table-condensed > tfoot > tr > th, | |
1482 | .table-condensed > thead > tr > td, | |
1483 | .table-condensed > tbody > tr > td, | |
1484 | .table-condensed > tfoot > tr > td { | |
1485 | padding: 5px; | |
1486 | } | |
1487 | .table-bordered { | |
1488 | border: 1px solid #1c1e22; | |
1489 | } | |
1490 | .table-bordered > thead > tr > th, | |
1491 | .table-bordered > tbody > tr > th, | |
1492 | .table-bordered > tfoot > tr > th, | |
1493 | .table-bordered > thead > tr > td, | |
1494 | .table-bordered > tbody > tr > td, | |
1495 | .table-bordered > tfoot > tr > td { | |
1496 | border: 1px solid #1c1e22; | |
1497 | } | |
1498 | .table-bordered > thead > tr > th, | |
1499 | .table-bordered > thead > tr > td { | |
1500 | border-bottom-width: 2px; | |
1501 | } | |
49026292 | 1502 | .table-striped > tbody > tr:nth-of-type(odd) { |
6af4c584 MG |
1503 | background-color: #353a41; |
1504 | } | |
76c653f8 | 1505 | .table-hover > tbody > tr:hover { |
6af4c584 MG |
1506 | background-color: #49515a; |
1507 | } | |
1508 | table col[class*="col-"] { | |
1509 | position: static; | |
1510 | float: none; | |
1511 | display: table-column; | |
1512 | } | |
1513 | table td[class*="col-"], | |
1514 | table th[class*="col-"] { | |
1515 | position: static; | |
1516 | float: none; | |
1517 | display: table-cell; | |
1518 | } | |
1519 | .table > thead > tr > td.active, | |
1520 | .table > tbody > tr > td.active, | |
1521 | .table > tfoot > tr > td.active, | |
1522 | .table > thead > tr > th.active, | |
1523 | .table > tbody > tr > th.active, | |
1524 | .table > tfoot > tr > th.active, | |
1525 | .table > thead > tr.active > td, | |
1526 | .table > tbody > tr.active > td, | |
1527 | .table > tfoot > tr.active > td, | |
1528 | .table > thead > tr.active > th, | |
1529 | .table > tbody > tr.active > th, | |
1530 | .table > tfoot > tr.active > th { | |
1531 | background-color: #49515a; | |
1532 | } | |
1533 | .table-hover > tbody > tr > td.active:hover, | |
1534 | .table-hover > tbody > tr > th.active:hover, | |
1535 | .table-hover > tbody > tr.active:hover > td, | |
76c653f8 | 1536 | .table-hover > tbody > tr:hover > .active, |
6af4c584 MG |
1537 | .table-hover > tbody > tr.active:hover > th { |
1538 | background-color: #3e444c; | |
1539 | } | |
1540 | .table > thead > tr > td.success, | |
1541 | .table > tbody > tr > td.success, | |
1542 | .table > tfoot > tr > td.success, | |
1543 | .table > thead > tr > th.success, | |
1544 | .table > tbody > tr > th.success, | |
1545 | .table > tfoot > tr > th.success, | |
1546 | .table > thead > tr.success > td, | |
1547 | .table > tbody > tr.success > td, | |
1548 | .table > tfoot > tr.success > td, | |
1549 | .table > thead > tr.success > th, | |
1550 | .table > tbody > tr.success > th, | |
1551 | .table > tfoot > tr.success > th { | |
1552 | background-color: #62c462; | |
1553 | } | |
1554 | .table-hover > tbody > tr > td.success:hover, | |
1555 | .table-hover > tbody > tr > th.success:hover, | |
1556 | .table-hover > tbody > tr.success:hover > td, | |
76c653f8 | 1557 | .table-hover > tbody > tr:hover > .success, |
6af4c584 MG |
1558 | .table-hover > tbody > tr.success:hover > th { |
1559 | background-color: #4fbd4f; | |
1560 | } | |
1561 | .table > thead > tr > td.info, | |
1562 | .table > tbody > tr > td.info, | |
1563 | .table > tfoot > tr > td.info, | |
1564 | .table > thead > tr > th.info, | |
1565 | .table > tbody > tr > th.info, | |
1566 | .table > tfoot > tr > th.info, | |
1567 | .table > thead > tr.info > td, | |
1568 | .table > tbody > tr.info > td, | |
1569 | .table > tfoot > tr.info > td, | |
1570 | .table > thead > tr.info > th, | |
1571 | .table > tbody > tr.info > th, | |
1572 | .table > tfoot > tr.info > th { | |
1573 | background-color: #5bc0de; | |
1574 | } | |
1575 | .table-hover > tbody > tr > td.info:hover, | |
1576 | .table-hover > tbody > tr > th.info:hover, | |
1577 | .table-hover > tbody > tr.info:hover > td, | |
76c653f8 | 1578 | .table-hover > tbody > tr:hover > .info, |
6af4c584 MG |
1579 | .table-hover > tbody > tr.info:hover > th { |
1580 | background-color: #46b8da; | |
1581 | } | |
1582 | .table > thead > tr > td.warning, | |
1583 | .table > tbody > tr > td.warning, | |
1584 | .table > tfoot > tr > td.warning, | |
1585 | .table > thead > tr > th.warning, | |
1586 | .table > tbody > tr > th.warning, | |
1587 | .table > tfoot > tr > th.warning, | |
1588 | .table > thead > tr.warning > td, | |
1589 | .table > tbody > tr.warning > td, | |
1590 | .table > tfoot > tr.warning > td, | |
1591 | .table > thead > tr.warning > th, | |
1592 | .table > tbody > tr.warning > th, | |
1593 | .table > tfoot > tr.warning > th { | |
1594 | background-color: #f89406; | |
1595 | } | |
1596 | .table-hover > tbody > tr > td.warning:hover, | |
1597 | .table-hover > tbody > tr > th.warning:hover, | |
1598 | .table-hover > tbody > tr.warning:hover > td, | |
76c653f8 | 1599 | .table-hover > tbody > tr:hover > .warning, |
6af4c584 MG |
1600 | .table-hover > tbody > tr.warning:hover > th { |
1601 | background-color: #df8505; | |
1602 | } | |
1603 | .table > thead > tr > td.danger, | |
1604 | .table > tbody > tr > td.danger, | |
1605 | .table > tfoot > tr > td.danger, | |
1606 | .table > thead > tr > th.danger, | |
1607 | .table > tbody > tr > th.danger, | |
1608 | .table > tfoot > tr > th.danger, | |
1609 | .table > thead > tr.danger > td, | |
1610 | .table > tbody > tr.danger > td, | |
1611 | .table > tfoot > tr.danger > td, | |
1612 | .table > thead > tr.danger > th, | |
1613 | .table > tbody > tr.danger > th, | |
1614 | .table > tfoot > tr.danger > th { | |
1615 | background-color: #ee5f5b; | |
1616 | } | |
1617 | .table-hover > tbody > tr > td.danger:hover, | |
1618 | .table-hover > tbody > tr > th.danger:hover, | |
1619 | .table-hover > tbody > tr.danger:hover > td, | |
76c653f8 | 1620 | .table-hover > tbody > tr:hover > .danger, |
6af4c584 MG |
1621 | .table-hover > tbody > tr.danger:hover > th { |
1622 | background-color: #ec4844; | |
1623 | } | |
76c653f8 MG |
1624 | .table-responsive { |
1625 | overflow-x: auto; | |
1626 | min-height: 0.01%; | |
1627 | } | |
1628 | @media screen and (max-width: 767px) { | |
6af4c584 MG |
1629 | .table-responsive { |
1630 | width: 100%; | |
1631 | margin-bottom: 15px; | |
1632 | overflow-y: hidden; | |
6af4c584 MG |
1633 | -ms-overflow-style: -ms-autohiding-scrollbar; |
1634 | border: 1px solid #1c1e22; | |
6af4c584 MG |
1635 | } |
1636 | .table-responsive > .table { | |
1637 | margin-bottom: 0; | |
1638 | } | |
1639 | .table-responsive > .table > thead > tr > th, | |
1640 | .table-responsive > .table > tbody > tr > th, | |
1641 | .table-responsive > .table > tfoot > tr > th, | |
1642 | .table-responsive > .table > thead > tr > td, | |
1643 | .table-responsive > .table > tbody > tr > td, | |
1644 | .table-responsive > .table > tfoot > tr > td { | |
1645 | white-space: nowrap; | |
1646 | } | |
1647 | .table-responsive > .table-bordered { | |
1648 | border: 0; | |
1649 | } | |
1650 | .table-responsive > .table-bordered > thead > tr > th:first-child, | |
1651 | .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
1652 | .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
1653 | .table-responsive > .table-bordered > thead > tr > td:first-child, | |
1654 | .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
1655 | .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
1656 | border-left: 0; | |
1657 | } | |
1658 | .table-responsive > .table-bordered > thead > tr > th:last-child, | |
1659 | .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
1660 | .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
1661 | .table-responsive > .table-bordered > thead > tr > td:last-child, | |
1662 | .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
1663 | .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
1664 | border-right: 0; | |
1665 | } | |
1666 | .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
1667 | .table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
1668 | .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
1669 | .table-responsive > .table-bordered > tfoot > tr:last-child > td { | |
1670 | border-bottom: 0; | |
1671 | } | |
1672 | } | |
1673 | fieldset { | |
1674 | padding: 0; | |
1675 | margin: 0; | |
1676 | border: 0; | |
1677 | min-width: 0; | |
1678 | } | |
1679 | legend { | |
1680 | display: block; | |
1681 | width: 100%; | |
1682 | padding: 0; | |
1683 | margin-bottom: 20px; | |
1684 | font-size: 21px; | |
1685 | line-height: inherit; | |
1686 | color: #c8c8c8; | |
1687 | border: 0; | |
1688 | border-bottom: 1px solid #1c1e22; | |
1689 | } | |
1690 | label { | |
1691 | display: inline-block; | |
76c653f8 | 1692 | max-width: 100%; |
6af4c584 MG |
1693 | margin-bottom: 5px; |
1694 | font-weight: bold; | |
1695 | } | |
1696 | input[type="search"] { | |
1697 | -webkit-box-sizing: border-box; | |
1698 | -moz-box-sizing: border-box; | |
1699 | box-sizing: border-box; | |
1700 | } | |
1701 | input[type="radio"], | |
1702 | input[type="checkbox"] { | |
1703 | margin: 4px 0 0; | |
1704 | margin-top: 1px \9; | |
6af4c584 MG |
1705 | line-height: normal; |
1706 | } | |
1707 | input[type="file"] { | |
1708 | display: block; | |
1709 | } | |
1710 | input[type="range"] { | |
1711 | display: block; | |
1712 | width: 100%; | |
1713 | } | |
1714 | select[multiple], | |
1715 | select[size] { | |
1716 | height: auto; | |
1717 | } | |
1718 | input[type="file"]:focus, | |
1719 | input[type="radio"]:focus, | |
1720 | input[type="checkbox"]:focus { | |
1721 | outline: thin dotted; | |
1722 | outline: 5px auto -webkit-focus-ring-color; | |
1723 | outline-offset: -2px; | |
1724 | } | |
1725 | output { | |
1726 | display: block; | |
1727 | padding-top: 9px; | |
1728 | font-size: 14px; | |
1729 | line-height: 1.42857143; | |
1730 | color: #272b30; | |
1731 | } | |
1732 | .form-control { | |
1733 | display: block; | |
1734 | width: 100%; | |
1735 | height: 38px; | |
1736 | padding: 8px 12px; | |
1737 | font-size: 14px; | |
1738 | line-height: 1.42857143; | |
1739 | color: #272b30; | |
1740 | background-color: #ffffff; | |
1741 | background-image: none; | |
1742 | border: 1px solid #cccccc; | |
1743 | border-radius: 4px; | |
1744 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
1745 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
76c653f8 MG |
1746 | -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; |
1747 | -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
6af4c584 MG |
1748 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
1749 | } | |
1750 | .form-control:focus { | |
1751 | border-color: #66afe9; | |
1752 | outline: 0; | |
1753 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
1754 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
1755 | } | |
6af4c584 MG |
1756 | .form-control::-moz-placeholder { |
1757 | color: #7a8288; | |
1758 | opacity: 1; | |
1759 | } | |
1760 | .form-control:-ms-input-placeholder { | |
1761 | color: #7a8288; | |
1762 | } | |
1763 | .form-control::-webkit-input-placeholder { | |
1764 | color: #7a8288; | |
1765 | } | |
1766 | .form-control[disabled], | |
1767 | .form-control[readonly], | |
1768 | fieldset[disabled] .form-control { | |
1769 | cursor: not-allowed; | |
1770 | background-color: #999999; | |
1771 | opacity: 1; | |
1772 | } | |
1773 | textarea.form-control { | |
1774 | height: auto; | |
1775 | } | |
76c653f8 MG |
1776 | input[type="search"] { |
1777 | -webkit-appearance: none; | |
1778 | } | |
1779 | @media screen and (-webkit-min-device-pixel-ratio: 0) { | |
1780 | input[type="date"], | |
1781 | input[type="time"], | |
1782 | input[type="datetime-local"], | |
1783 | input[type="month"] { | |
1784 | line-height: 38px; | |
1785 | } | |
1786 | input[type="date"].input-sm, | |
1787 | input[type="time"].input-sm, | |
1788 | input[type="datetime-local"].input-sm, | |
49026292 MG |
1789 | input[type="month"].input-sm, |
1790 | .input-group-sm input[type="date"], | |
1791 | .input-group-sm input[type="time"], | |
1792 | .input-group-sm input[type="datetime-local"], | |
1793 | .input-group-sm input[type="month"] { | |
76c653f8 MG |
1794 | line-height: 30px; |
1795 | } | |
1796 | input[type="date"].input-lg, | |
1797 | input[type="time"].input-lg, | |
1798 | input[type="datetime-local"].input-lg, | |
49026292 MG |
1799 | input[type="month"].input-lg, |
1800 | .input-group-lg input[type="date"], | |
1801 | .input-group-lg input[type="time"], | |
1802 | .input-group-lg input[type="datetime-local"], | |
1803 | .input-group-lg input[type="month"] { | |
76c653f8 MG |
1804 | line-height: 54px; |
1805 | } | |
6af4c584 MG |
1806 | } |
1807 | .form-group { | |
1808 | margin-bottom: 15px; | |
1809 | } | |
1810 | .radio, | |
1811 | .checkbox { | |
76c653f8 | 1812 | position: relative; |
6af4c584 | 1813 | display: block; |
6af4c584 MG |
1814 | margin-top: 10px; |
1815 | margin-bottom: 10px; | |
6af4c584 MG |
1816 | } |
1817 | .radio label, | |
1818 | .checkbox label { | |
76c653f8 MG |
1819 | min-height: 20px; |
1820 | padding-left: 20px; | |
1821 | margin-bottom: 0; | |
6af4c584 MG |
1822 | font-weight: normal; |
1823 | cursor: pointer; | |
1824 | } | |
1825 | .radio input[type="radio"], | |
1826 | .radio-inline input[type="radio"], | |
1827 | .checkbox input[type="checkbox"], | |
1828 | .checkbox-inline input[type="checkbox"] { | |
76c653f8 | 1829 | position: absolute; |
6af4c584 | 1830 | margin-left: -20px; |
76c653f8 | 1831 | margin-top: 4px \9; |
6af4c584 MG |
1832 | } |
1833 | .radio + .radio, | |
1834 | .checkbox + .checkbox { | |
1835 | margin-top: -5px; | |
1836 | } | |
1837 | .radio-inline, | |
1838 | .checkbox-inline { | |
1839 | display: inline-block; | |
1840 | padding-left: 20px; | |
1841 | margin-bottom: 0; | |
1842 | vertical-align: middle; | |
1843 | font-weight: normal; | |
1844 | cursor: pointer; | |
1845 | } | |
1846 | .radio-inline + .radio-inline, | |
1847 | .checkbox-inline + .checkbox-inline { | |
1848 | margin-top: 0; | |
1849 | margin-left: 10px; | |
1850 | } | |
1851 | input[type="radio"][disabled], | |
1852 | input[type="checkbox"][disabled], | |
76c653f8 MG |
1853 | input[type="radio"].disabled, |
1854 | input[type="checkbox"].disabled, | |
6af4c584 | 1855 | fieldset[disabled] input[type="radio"], |
76c653f8 MG |
1856 | fieldset[disabled] input[type="checkbox"] { |
1857 | cursor: not-allowed; | |
1858 | } | |
1859 | .radio-inline.disabled, | |
1860 | .checkbox-inline.disabled, | |
6af4c584 | 1861 | fieldset[disabled] .radio-inline, |
6af4c584 MG |
1862 | fieldset[disabled] .checkbox-inline { |
1863 | cursor: not-allowed; | |
1864 | } | |
76c653f8 MG |
1865 | .radio.disabled label, |
1866 | .checkbox.disabled label, | |
1867 | fieldset[disabled] .radio label, | |
1868 | fieldset[disabled] .checkbox label { | |
1869 | cursor: not-allowed; | |
1870 | } | |
1871 | .form-control-static { | |
1872 | padding-top: 9px; | |
1873 | padding-bottom: 9px; | |
1874 | margin-bottom: 0; | |
1875 | } | |
1876 | .form-control-static.input-lg, | |
1877 | .form-control-static.input-sm { | |
1878 | padding-left: 0; | |
1879 | padding-right: 0; | |
1880 | } | |
49026292 MG |
1881 | .input-sm { |
1882 | height: 30px; | |
1883 | padding: 5px 10px; | |
1884 | font-size: 12px; | |
1885 | line-height: 1.5; | |
1886 | border-radius: 3px; | |
1887 | } | |
1888 | select.input-sm { | |
1889 | height: 30px; | |
1890 | line-height: 30px; | |
1891 | } | |
1892 | textarea.input-sm, | |
1893 | select[multiple].input-sm { | |
1894 | height: auto; | |
1895 | } | |
76c653f8 | 1896 | .form-group-sm .form-control { |
6af4c584 MG |
1897 | height: 30px; |
1898 | padding: 5px 10px; | |
1899 | font-size: 12px; | |
1900 | line-height: 1.5; | |
1901 | border-radius: 3px; | |
1902 | } | |
76c653f8 | 1903 | select.form-group-sm .form-control { |
6af4c584 MG |
1904 | height: 30px; |
1905 | line-height: 30px; | |
1906 | } | |
76c653f8 | 1907 | textarea.form-group-sm .form-control, |
76c653f8 | 1908 | select[multiple].form-group-sm .form-control { |
6af4c584 MG |
1909 | height: auto; |
1910 | } | |
49026292 MG |
1911 | .form-group-sm .form-control-static { |
1912 | height: 30px; | |
1913 | padding: 5px 10px; | |
1914 | font-size: 12px; | |
1915 | line-height: 1.5; | |
1916 | } | |
1917 | .input-lg { | |
1918 | height: 54px; | |
1919 | padding: 14px 16px; | |
1920 | font-size: 18px; | |
1921 | line-height: 1.3333333; | |
1922 | border-radius: 6px; | |
1923 | } | |
1924 | select.input-lg { | |
1925 | height: 54px; | |
1926 | line-height: 54px; | |
1927 | } | |
1928 | textarea.input-lg, | |
1929 | select[multiple].input-lg { | |
1930 | height: auto; | |
1931 | } | |
76c653f8 | 1932 | .form-group-lg .form-control { |
6af4c584 MG |
1933 | height: 54px; |
1934 | padding: 14px 16px; | |
1935 | font-size: 18px; | |
49026292 | 1936 | line-height: 1.3333333; |
6af4c584 MG |
1937 | border-radius: 6px; |
1938 | } | |
76c653f8 | 1939 | select.form-group-lg .form-control { |
6af4c584 MG |
1940 | height: 54px; |
1941 | line-height: 54px; | |
1942 | } | |
76c653f8 | 1943 | textarea.form-group-lg .form-control, |
76c653f8 | 1944 | select[multiple].form-group-lg .form-control { |
6af4c584 MG |
1945 | height: auto; |
1946 | } | |
49026292 MG |
1947 | .form-group-lg .form-control-static { |
1948 | height: 54px; | |
1949 | padding: 14px 16px; | |
1950 | font-size: 18px; | |
1951 | line-height: 1.3333333; | |
1952 | } | |
6af4c584 MG |
1953 | .has-feedback { |
1954 | position: relative; | |
1955 | } | |
1956 | .has-feedback .form-control { | |
1957 | padding-right: 47.5px; | |
1958 | } | |
76c653f8 | 1959 | .form-control-feedback { |
6af4c584 | 1960 | position: absolute; |
76c653f8 | 1961 | top: 0; |
6af4c584 | 1962 | right: 0; |
76c653f8 | 1963 | z-index: 2; |
6af4c584 MG |
1964 | display: block; |
1965 | width: 38px; | |
1966 | height: 38px; | |
1967 | line-height: 38px; | |
1968 | text-align: center; | |
76c653f8 MG |
1969 | pointer-events: none; |
1970 | } | |
1971 | .input-lg + .form-control-feedback { | |
1972 | width: 54px; | |
1973 | height: 54px; | |
1974 | line-height: 54px; | |
1975 | } | |
1976 | .input-sm + .form-control-feedback { | |
1977 | width: 30px; | |
1978 | height: 30px; | |
1979 | line-height: 30px; | |
6af4c584 MG |
1980 | } |
1981 | .has-success .help-block, | |
1982 | .has-success .control-label, | |
1983 | .has-success .radio, | |
1984 | .has-success .checkbox, | |
1985 | .has-success .radio-inline, | |
76c653f8 MG |
1986 | .has-success .checkbox-inline, |
1987 | .has-success.radio label, | |
1988 | .has-success.checkbox label, | |
1989 | .has-success.radio-inline label, | |
1990 | .has-success.checkbox-inline label { | |
6af4c584 MG |
1991 | color: #ffffff; |
1992 | } | |
1993 | .has-success .form-control { | |
1994 | border-color: #ffffff; | |
1995 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
1996 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
1997 | } | |
1998 | .has-success .form-control:focus { | |
1999 | border-color: #e6e6e6; | |
2000 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | |
2001 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | |
2002 | } | |
2003 | .has-success .input-group-addon { | |
2004 | color: #ffffff; | |
2005 | border-color: #ffffff; | |
2006 | background-color: #62c462; | |
2007 | } | |
2008 | .has-success .form-control-feedback { | |
2009 | color: #ffffff; | |
2010 | } | |
2011 | .has-warning .help-block, | |
2012 | .has-warning .control-label, | |
2013 | .has-warning .radio, | |
2014 | .has-warning .checkbox, | |
2015 | .has-warning .radio-inline, | |
76c653f8 MG |
2016 | .has-warning .checkbox-inline, |
2017 | .has-warning.radio label, | |
2018 | .has-warning.checkbox label, | |
2019 | .has-warning.radio-inline label, | |
2020 | .has-warning.checkbox-inline label { | |
6af4c584 MG |
2021 | color: #ffffff; |
2022 | } | |
2023 | .has-warning .form-control { | |
2024 | border-color: #ffffff; | |
2025 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2026 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2027 | } | |
2028 | .has-warning .form-control:focus { | |
2029 | border-color: #e6e6e6; | |
2030 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | |
2031 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | |
2032 | } | |
2033 | .has-warning .input-group-addon { | |
2034 | color: #ffffff; | |
2035 | border-color: #ffffff; | |
2036 | background-color: #f89406; | |
2037 | } | |
2038 | .has-warning .form-control-feedback { | |
2039 | color: #ffffff; | |
2040 | } | |
2041 | .has-error .help-block, | |
2042 | .has-error .control-label, | |
2043 | .has-error .radio, | |
2044 | .has-error .checkbox, | |
2045 | .has-error .radio-inline, | |
76c653f8 MG |
2046 | .has-error .checkbox-inline, |
2047 | .has-error.radio label, | |
2048 | .has-error.checkbox label, | |
2049 | .has-error.radio-inline label, | |
2050 | .has-error.checkbox-inline label { | |
6af4c584 MG |
2051 | color: #ffffff; |
2052 | } | |
2053 | .has-error .form-control { | |
2054 | border-color: #ffffff; | |
2055 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2056 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2057 | } | |
2058 | .has-error .form-control:focus { | |
2059 | border-color: #e6e6e6; | |
2060 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | |
2061 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | |
2062 | } | |
2063 | .has-error .input-group-addon { | |
2064 | color: #ffffff; | |
2065 | border-color: #ffffff; | |
2066 | background-color: #ee5f5b; | |
2067 | } | |
2068 | .has-error .form-control-feedback { | |
2069 | color: #ffffff; | |
2070 | } | |
76c653f8 MG |
2071 | .has-feedback label ~ .form-control-feedback { |
2072 | top: 25px; | |
2073 | } | |
2074 | .has-feedback label.sr-only ~ .form-control-feedback { | |
2075 | top: 0; | |
6af4c584 MG |
2076 | } |
2077 | .help-block { | |
2078 | display: block; | |
2079 | margin-top: 5px; | |
2080 | margin-bottom: 10px; | |
2081 | color: #ffffff; | |
2082 | } | |
2083 | @media (min-width: 768px) { | |
2084 | .form-inline .form-group { | |
2085 | display: inline-block; | |
2086 | margin-bottom: 0; | |
2087 | vertical-align: middle; | |
2088 | } | |
2089 | .form-inline .form-control { | |
2090 | display: inline-block; | |
2091 | width: auto; | |
2092 | vertical-align: middle; | |
2093 | } | |
76c653f8 MG |
2094 | .form-inline .form-control-static { |
2095 | display: inline-block; | |
2096 | } | |
2097 | .form-inline .input-group { | |
2098 | display: inline-table; | |
2099 | vertical-align: middle; | |
2100 | } | |
2101 | .form-inline .input-group .input-group-addon, | |
2102 | .form-inline .input-group .input-group-btn, | |
2103 | .form-inline .input-group .form-control { | |
2104 | width: auto; | |
2105 | } | |
2106 | .form-inline .input-group > .form-control { | |
2107 | width: 100%; | |
2108 | } | |
6af4c584 MG |
2109 | .form-inline .control-label { |
2110 | margin-bottom: 0; | |
2111 | vertical-align: middle; | |
2112 | } | |
2113 | .form-inline .radio, | |
2114 | .form-inline .checkbox { | |
2115 | display: inline-block; | |
2116 | margin-top: 0; | |
2117 | margin-bottom: 0; | |
6af4c584 MG |
2118 | vertical-align: middle; |
2119 | } | |
76c653f8 MG |
2120 | .form-inline .radio label, |
2121 | .form-inline .checkbox label { | |
2122 | padding-left: 0; | |
2123 | } | |
6af4c584 MG |
2124 | .form-inline .radio input[type="radio"], |
2125 | .form-inline .checkbox input[type="checkbox"] { | |
76c653f8 | 2126 | position: relative; |
6af4c584 MG |
2127 | margin-left: 0; |
2128 | } | |
2129 | .form-inline .has-feedback .form-control-feedback { | |
2130 | top: 0; | |
2131 | } | |
2132 | } | |
6af4c584 MG |
2133 | .form-horizontal .radio, |
2134 | .form-horizontal .checkbox, | |
2135 | .form-horizontal .radio-inline, | |
2136 | .form-horizontal .checkbox-inline { | |
2137 | margin-top: 0; | |
2138 | margin-bottom: 0; | |
2139 | padding-top: 9px; | |
2140 | } | |
2141 | .form-horizontal .radio, | |
2142 | .form-horizontal .checkbox { | |
2143 | min-height: 29px; | |
2144 | } | |
2145 | .form-horizontal .form-group { | |
2146 | margin-left: -15px; | |
2147 | margin-right: -15px; | |
2148 | } | |
6af4c584 MG |
2149 | @media (min-width: 768px) { |
2150 | .form-horizontal .control-label { | |
2151 | text-align: right; | |
76c653f8 MG |
2152 | margin-bottom: 0; |
2153 | padding-top: 9px; | |
6af4c584 MG |
2154 | } |
2155 | } | |
2156 | .form-horizontal .has-feedback .form-control-feedback { | |
6af4c584 MG |
2157 | right: 15px; |
2158 | } | |
76c653f8 MG |
2159 | @media (min-width: 768px) { |
2160 | .form-horizontal .form-group-lg .control-label { | |
49026292 | 2161 | padding-top: 19.6666662px; |
76c653f8 MG |
2162 | } |
2163 | } | |
2164 | @media (min-width: 768px) { | |
2165 | .form-horizontal .form-group-sm .control-label { | |
2166 | padding-top: 6px; | |
2167 | } | |
2168 | } | |
6af4c584 MG |
2169 | .btn { |
2170 | display: inline-block; | |
2171 | margin-bottom: 0; | |
2172 | font-weight: normal; | |
2173 | text-align: center; | |
2174 | vertical-align: middle; | |
76c653f8 MG |
2175 | -ms-touch-action: manipulation; |
2176 | touch-action: manipulation; | |
6af4c584 MG |
2177 | cursor: pointer; |
2178 | background-image: none; | |
2179 | border: 1px solid transparent; | |
2180 | white-space: nowrap; | |
2181 | padding: 8px 12px; | |
2182 | font-size: 14px; | |
2183 | line-height: 1.42857143; | |
2184 | border-radius: 4px; | |
2185 | -webkit-user-select: none; | |
2186 | -moz-user-select: none; | |
2187 | -ms-user-select: none; | |
6af4c584 MG |
2188 | user-select: none; |
2189 | } | |
76c653f8 MG |
2190 | .btn:focus, |
2191 | .btn:active:focus, | |
2192 | .btn.active:focus, | |
2193 | .btn.focus, | |
2194 | .btn:active.focus, | |
2195 | .btn.active.focus { | |
6af4c584 MG |
2196 | outline: thin dotted; |
2197 | outline: 5px auto -webkit-focus-ring-color; | |
2198 | outline-offset: -2px; | |
2199 | } | |
2200 | .btn:hover, | |
76c653f8 MG |
2201 | .btn:focus, |
2202 | .btn.focus { | |
6af4c584 MG |
2203 | color: #ffffff; |
2204 | text-decoration: none; | |
2205 | } | |
2206 | .btn:active, | |
2207 | .btn.active { | |
2208 | outline: 0; | |
2209 | background-image: none; | |
2210 | -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2211 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
2212 | } | |
2213 | .btn.disabled, | |
2214 | .btn[disabled], | |
2215 | fieldset[disabled] .btn { | |
2216 | cursor: not-allowed; | |
2217 | pointer-events: none; | |
2218 | opacity: 0.65; | |
2219 | filter: alpha(opacity=65); | |
2220 | -webkit-box-shadow: none; | |
2221 | box-shadow: none; | |
2222 | } | |
2223 | .btn-default { | |
2224 | color: #ffffff; | |
2225 | background-color: #3a3f44; | |
2226 | border-color: #3a3f44; | |
2227 | } | |
2228 | .btn-default:hover, | |
2229 | .btn-default:focus, | |
76c653f8 | 2230 | .btn-default.focus, |
6af4c584 MG |
2231 | .btn-default:active, |
2232 | .btn-default.active, | |
76c653f8 | 2233 | .open > .dropdown-toggle.btn-default { |
6af4c584 | 2234 | color: #ffffff; |
76c653f8 | 2235 | background-color: #232628; |
6af4c584 MG |
2236 | border-color: #1e2023; |
2237 | } | |
2238 | .btn-default:active, | |
2239 | .btn-default.active, | |
76c653f8 | 2240 | .open > .dropdown-toggle.btn-default { |
6af4c584 MG |
2241 | background-image: none; |
2242 | } | |
2243 | .btn-default.disabled, | |
2244 | .btn-default[disabled], | |
2245 | fieldset[disabled] .btn-default, | |
2246 | .btn-default.disabled:hover, | |
2247 | .btn-default[disabled]:hover, | |
2248 | fieldset[disabled] .btn-default:hover, | |
2249 | .btn-default.disabled:focus, | |
2250 | .btn-default[disabled]:focus, | |
2251 | fieldset[disabled] .btn-default:focus, | |
76c653f8 MG |
2252 | .btn-default.disabled.focus, |
2253 | .btn-default[disabled].focus, | |
2254 | fieldset[disabled] .btn-default.focus, | |
6af4c584 MG |
2255 | .btn-default.disabled:active, |
2256 | .btn-default[disabled]:active, | |
2257 | fieldset[disabled] .btn-default:active, | |
2258 | .btn-default.disabled.active, | |
2259 | .btn-default[disabled].active, | |
2260 | fieldset[disabled] .btn-default.active { | |
2261 | background-color: #3a3f44; | |
2262 | border-color: #3a3f44; | |
2263 | } | |
2264 | .btn-default .badge { | |
2265 | color: #3a3f44; | |
2266 | background-color: #ffffff; | |
2267 | } | |
2268 | .btn-primary { | |
2269 | color: #ffffff; | |
2270 | background-color: #7a8288; | |
2271 | border-color: #7a8288; | |
2272 | } | |
2273 | .btn-primary:hover, | |
2274 | .btn-primary:focus, | |
76c653f8 | 2275 | .btn-primary.focus, |
6af4c584 MG |
2276 | .btn-primary:active, |
2277 | .btn-primary.active, | |
76c653f8 | 2278 | .open > .dropdown-toggle.btn-primary { |
6af4c584 | 2279 | color: #ffffff; |
76c653f8 | 2280 | background-color: #62686d; |
6af4c584 MG |
2281 | border-color: #5d6368; |
2282 | } | |
2283 | .btn-primary:active, | |
2284 | .btn-primary.active, | |
76c653f8 | 2285 | .open > .dropdown-toggle.btn-primary { |
6af4c584 MG |
2286 | background-image: none; |
2287 | } | |
2288 | .btn-primary.disabled, | |
2289 | .btn-primary[disabled], | |
2290 | fieldset[disabled] .btn-primary, | |
2291 | .btn-primary.disabled:hover, | |
2292 | .btn-primary[disabled]:hover, | |
2293 | fieldset[disabled] .btn-primary:hover, | |
2294 | .btn-primary.disabled:focus, | |
2295 | .btn-primary[disabled]:focus, | |
2296 | fieldset[disabled] .btn-primary:focus, | |
76c653f8 MG |
2297 | .btn-primary.disabled.focus, |
2298 | .btn-primary[disabled].focus, | |
2299 | fieldset[disabled] .btn-primary.focus, | |
6af4c584 MG |
2300 | .btn-primary.disabled:active, |
2301 | .btn-primary[disabled]:active, | |
2302 | fieldset[disabled] .btn-primary:active, | |
2303 | .btn-primary.disabled.active, | |
2304 | .btn-primary[disabled].active, | |
2305 | fieldset[disabled] .btn-primary.active { | |
2306 | background-color: #7a8288; | |
2307 | border-color: #7a8288; | |
2308 | } | |
2309 | .btn-primary .badge { | |
2310 | color: #7a8288; | |
2311 | background-color: #ffffff; | |
2312 | } | |
2313 | .btn-success { | |
2314 | color: #ffffff; | |
2315 | background-color: #62c462; | |
2316 | border-color: #62c462; | |
2317 | } | |
2318 | .btn-success:hover, | |
2319 | .btn-success:focus, | |
76c653f8 | 2320 | .btn-success.focus, |
6af4c584 MG |
2321 | .btn-success:active, |
2322 | .btn-success.active, | |
76c653f8 | 2323 | .open > .dropdown-toggle.btn-success { |
6af4c584 | 2324 | color: #ffffff; |
76c653f8 | 2325 | background-color: #42b142; |
6af4c584 MG |
2326 | border-color: #40a940; |
2327 | } | |
2328 | .btn-success:active, | |
2329 | .btn-success.active, | |
76c653f8 | 2330 | .open > .dropdown-toggle.btn-success { |
6af4c584 MG |
2331 | background-image: none; |
2332 | } | |
2333 | .btn-success.disabled, | |
2334 | .btn-success[disabled], | |
2335 | fieldset[disabled] .btn-success, | |
2336 | .btn-success.disabled:hover, | |
2337 | .btn-success[disabled]:hover, | |
2338 | fieldset[disabled] .btn-success:hover, | |
2339 | .btn-success.disabled:focus, | |
2340 | .btn-success[disabled]:focus, | |
2341 | fieldset[disabled] .btn-success:focus, | |
76c653f8 MG |
2342 | .btn-success.disabled.focus, |
2343 | .btn-success[disabled].focus, | |
2344 | fieldset[disabled] .btn-success.focus, | |
6af4c584 MG |
2345 | .btn-success.disabled:active, |
2346 | .btn-success[disabled]:active, | |
2347 | fieldset[disabled] .btn-success:active, | |
2348 | .btn-success.disabled.active, | |
2349 | .btn-success[disabled].active, | |
2350 | fieldset[disabled] .btn-success.active { | |
2351 | background-color: #62c462; | |
2352 | border-color: #62c462; | |
2353 | } | |
2354 | .btn-success .badge { | |
2355 | color: #62c462; | |
2356 | background-color: #ffffff; | |
2357 | } | |
2358 | .btn-info { | |
2359 | color: #ffffff; | |
2360 | background-color: #5bc0de; | |
2361 | border-color: #5bc0de; | |
2362 | } | |
2363 | .btn-info:hover, | |
2364 | .btn-info:focus, | |
76c653f8 | 2365 | .btn-info.focus, |
6af4c584 MG |
2366 | .btn-info:active, |
2367 | .btn-info.active, | |
76c653f8 | 2368 | .open > .dropdown-toggle.btn-info { |
6af4c584 | 2369 | color: #ffffff; |
76c653f8 | 2370 | background-color: #31b0d5; |
6af4c584 MG |
2371 | border-color: #2aabd2; |
2372 | } | |
2373 | .btn-info:active, | |
2374 | .btn-info.active, | |
76c653f8 | 2375 | .open > .dropdown-toggle.btn-info { |
6af4c584 MG |
2376 | background-image: none; |
2377 | } | |
2378 | .btn-info.disabled, | |
2379 | .btn-info[disabled], | |
2380 | fieldset[disabled] .btn-info, | |
2381 | .btn-info.disabled:hover, | |
2382 | .btn-info[disabled]:hover, | |
2383 | fieldset[disabled] .btn-info:hover, | |
2384 | .btn-info.disabled:focus, | |
2385 | .btn-info[disabled]:focus, | |
2386 | fieldset[disabled] .btn-info:focus, | |
76c653f8 MG |
2387 | .btn-info.disabled.focus, |
2388 | .btn-info[disabled].focus, | |
2389 | fieldset[disabled] .btn-info.focus, | |
6af4c584 MG |
2390 | .btn-info.disabled:active, |
2391 | .btn-info[disabled]:active, | |
2392 | fieldset[disabled] .btn-info:active, | |
2393 | .btn-info.disabled.active, | |
2394 | .btn-info[disabled].active, | |
2395 | fieldset[disabled] .btn-info.active { | |
2396 | background-color: #5bc0de; | |
2397 | border-color: #5bc0de; | |
2398 | } | |
2399 | .btn-info .badge { | |
2400 | color: #5bc0de; | |
2401 | background-color: #ffffff; | |
2402 | } | |
2403 | .btn-warning { | |
2404 | color: #ffffff; | |
2405 | background-color: #f89406; | |
2406 | border-color: #f89406; | |
2407 | } | |
2408 | .btn-warning:hover, | |
2409 | .btn-warning:focus, | |
76c653f8 | 2410 | .btn-warning.focus, |
6af4c584 MG |
2411 | .btn-warning:active, |
2412 | .btn-warning.active, | |
76c653f8 | 2413 | .open > .dropdown-toggle.btn-warning { |
6af4c584 | 2414 | color: #ffffff; |
76c653f8 | 2415 | background-color: #c67605; |
6af4c584 MG |
2416 | border-color: #bc7005; |
2417 | } | |
2418 | .btn-warning:active, | |
2419 | .btn-warning.active, | |
76c653f8 | 2420 | .open > .dropdown-toggle.btn-warning { |
6af4c584 MG |
2421 | background-image: none; |
2422 | } | |
2423 | .btn-warning.disabled, | |
2424 | .btn-warning[disabled], | |
2425 | fieldset[disabled] .btn-warning, | |
2426 | .btn-warning.disabled:hover, | |
2427 | .btn-warning[disabled]:hover, | |
2428 | fieldset[disabled] .btn-warning:hover, | |
2429 | .btn-warning.disabled:focus, | |
2430 | .btn-warning[disabled]:focus, | |
2431 | fieldset[disabled] .btn-warning:focus, | |
76c653f8 MG |
2432 | .btn-warning.disabled.focus, |
2433 | .btn-warning[disabled].focus, | |
2434 | fieldset[disabled] .btn-warning.focus, | |
6af4c584 MG |
2435 | .btn-warning.disabled:active, |
2436 | .btn-warning[disabled]:active, | |
2437 | fieldset[disabled] .btn-warning:active, | |
2438 | .btn-warning.disabled.active, | |
2439 | .btn-warning[disabled].active, | |
2440 | fieldset[disabled] .btn-warning.active { | |
2441 | background-color: #f89406; | |
2442 | border-color: #f89406; | |
2443 | } | |
2444 | .btn-warning .badge { | |
2445 | color: #f89406; | |
2446 | background-color: #ffffff; | |
2447 | } | |
2448 | .btn-danger { | |
2449 | color: #ffffff; | |
2450 | background-color: #ee5f5b; | |
2451 | border-color: #ee5f5b; | |
2452 | } | |
2453 | .btn-danger:hover, | |
2454 | .btn-danger:focus, | |
76c653f8 | 2455 | .btn-danger.focus, |
6af4c584 MG |
2456 | .btn-danger:active, |
2457 | .btn-danger.active, | |
76c653f8 | 2458 | .open > .dropdown-toggle.btn-danger { |
6af4c584 | 2459 | color: #ffffff; |
76c653f8 | 2460 | background-color: #e9322d; |
6af4c584 MG |
2461 | border-color: #e82924; |
2462 | } | |
2463 | .btn-danger:active, | |
2464 | .btn-danger.active, | |
76c653f8 | 2465 | .open > .dropdown-toggle.btn-danger { |
6af4c584 MG |
2466 | background-image: none; |
2467 | } | |
2468 | .btn-danger.disabled, | |
2469 | .btn-danger[disabled], | |
2470 | fieldset[disabled] .btn-danger, | |
2471 | .btn-danger.disabled:hover, | |
2472 | .btn-danger[disabled]:hover, | |
2473 | fieldset[disabled] .btn-danger:hover, | |
2474 | .btn-danger.disabled:focus, | |
2475 | .btn-danger[disabled]:focus, | |
2476 | fieldset[disabled] .btn-danger:focus, | |
76c653f8 MG |
2477 | .btn-danger.disabled.focus, |
2478 | .btn-danger[disabled].focus, | |
2479 | fieldset[disabled] .btn-danger.focus, | |
6af4c584 MG |
2480 | .btn-danger.disabled:active, |
2481 | .btn-danger[disabled]:active, | |
2482 | fieldset[disabled] .btn-danger:active, | |
2483 | .btn-danger.disabled.active, | |
2484 | .btn-danger[disabled].active, | |
2485 | fieldset[disabled] .btn-danger.active { | |
2486 | background-color: #ee5f5b; | |
2487 | border-color: #ee5f5b; | |
2488 | } | |
2489 | .btn-danger .badge { | |
2490 | color: #ee5f5b; | |
2491 | background-color: #ffffff; | |
2492 | } | |
2493 | .btn-link { | |
2494 | color: #ffffff; | |
2495 | font-weight: normal; | |
6af4c584 MG |
2496 | border-radius: 0; |
2497 | } | |
2498 | .btn-link, | |
2499 | .btn-link:active, | |
76c653f8 | 2500 | .btn-link.active, |
6af4c584 MG |
2501 | .btn-link[disabled], |
2502 | fieldset[disabled] .btn-link { | |
2503 | background-color: transparent; | |
2504 | -webkit-box-shadow: none; | |
2505 | box-shadow: none; | |
2506 | } | |
2507 | .btn-link, | |
2508 | .btn-link:hover, | |
2509 | .btn-link:focus, | |
2510 | .btn-link:active { | |
2511 | border-color: transparent; | |
2512 | } | |
2513 | .btn-link:hover, | |
2514 | .btn-link:focus { | |
2515 | color: #ffffff; | |
2516 | text-decoration: underline; | |
2517 | background-color: transparent; | |
2518 | } | |
2519 | .btn-link[disabled]:hover, | |
2520 | fieldset[disabled] .btn-link:hover, | |
2521 | .btn-link[disabled]:focus, | |
2522 | fieldset[disabled] .btn-link:focus { | |
2523 | color: #7a8288; | |
2524 | text-decoration: none; | |
2525 | } | |
2526 | .btn-lg { | |
2527 | padding: 14px 16px; | |
2528 | font-size: 18px; | |
49026292 | 2529 | line-height: 1.3333333; |
6af4c584 MG |
2530 | border-radius: 6px; |
2531 | } | |
2532 | .btn-sm { | |
2533 | padding: 5px 10px; | |
2534 | font-size: 12px; | |
2535 | line-height: 1.5; | |
2536 | border-radius: 3px; | |
2537 | } | |
2538 | .btn-xs { | |
2539 | padding: 1px 5px; | |
2540 | font-size: 12px; | |
2541 | line-height: 1.5; | |
2542 | border-radius: 3px; | |
2543 | } | |
2544 | .btn-block { | |
2545 | display: block; | |
2546 | width: 100%; | |
6af4c584 MG |
2547 | } |
2548 | .btn-block + .btn-block { | |
2549 | margin-top: 5px; | |
2550 | } | |
2551 | input[type="submit"].btn-block, | |
2552 | input[type="reset"].btn-block, | |
2553 | input[type="button"].btn-block { | |
2554 | width: 100%; | |
2555 | } | |
2556 | .fade { | |
2557 | opacity: 0; | |
2558 | -webkit-transition: opacity 0.15s linear; | |
76c653f8 | 2559 | -o-transition: opacity 0.15s linear; |
6af4c584 MG |
2560 | transition: opacity 0.15s linear; |
2561 | } | |
2562 | .fade.in { | |
2563 | opacity: 1; | |
2564 | } | |
2565 | .collapse { | |
2566 | display: none; | |
76c653f8 | 2567 | visibility: hidden; |
6af4c584 MG |
2568 | } |
2569 | .collapse.in { | |
2570 | display: block; | |
76c653f8 MG |
2571 | visibility: visible; |
2572 | } | |
2573 | tr.collapse.in { | |
2574 | display: table-row; | |
2575 | } | |
2576 | tbody.collapse.in { | |
2577 | display: table-row-group; | |
6af4c584 MG |
2578 | } |
2579 | .collapsing { | |
2580 | position: relative; | |
2581 | height: 0; | |
2582 | overflow: hidden; | |
76c653f8 MG |
2583 | -webkit-transition-property: height, visibility; |
2584 | -o-transition-property: height, visibility; | |
2585 | transition-property: height, visibility; | |
2586 | -webkit-transition-duration: 0.35s; | |
2587 | -o-transition-duration: 0.35s; | |
2588 | transition-duration: 0.35s; | |
2589 | -webkit-transition-timing-function: ease; | |
2590 | -o-transition-timing-function: ease; | |
2591 | transition-timing-function: ease; | |
6af4c584 MG |
2592 | } |
2593 | .caret { | |
2594 | display: inline-block; | |
2595 | width: 0; | |
2596 | height: 0; | |
2597 | margin-left: 2px; | |
2598 | vertical-align: middle; | |
2599 | border-top: 4px solid; | |
2600 | border-right: 4px solid transparent; | |
2601 | border-left: 4px solid transparent; | |
2602 | } | |
49026292 | 2603 | .dropup, |
6af4c584 MG |
2604 | .dropdown { |
2605 | position: relative; | |
2606 | } | |
2607 | .dropdown-toggle:focus { | |
2608 | outline: 0; | |
2609 | } | |
2610 | .dropdown-menu { | |
2611 | position: absolute; | |
2612 | top: 100%; | |
2613 | left: 0; | |
2614 | z-index: 1000; | |
2615 | display: none; | |
2616 | float: left; | |
2617 | min-width: 160px; | |
2618 | padding: 5px 0; | |
2619 | margin: 2px 0 0; | |
2620 | list-style: none; | |
2621 | font-size: 14px; | |
76c653f8 | 2622 | text-align: left; |
6af4c584 MG |
2623 | background-color: #3a3f44; |
2624 | border: 1px solid #272b30; | |
2625 | border: 1px solid rgba(0, 0, 0, 0.15); | |
2626 | border-radius: 4px; | |
2627 | -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
2628 | box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
76c653f8 MG |
2629 | -webkit-background-clip: padding-box; |
2630 | background-clip: padding-box; | |
6af4c584 MG |
2631 | } |
2632 | .dropdown-menu.pull-right { | |
2633 | right: 0; | |
2634 | left: auto; | |
2635 | } | |
2636 | .dropdown-menu .divider { | |
2637 | height: 1px; | |
2638 | margin: 9px 0; | |
2639 | overflow: hidden; | |
2640 | background-color: #272b30; | |
2641 | } | |
2642 | .dropdown-menu > li > a { | |
2643 | display: block; | |
2644 | padding: 3px 20px; | |
2645 | clear: both; | |
2646 | font-weight: normal; | |
2647 | line-height: 1.42857143; | |
2648 | color: #c8c8c8; | |
2649 | white-space: nowrap; | |
2650 | } | |
2651 | .dropdown-menu > li > a:hover, | |
2652 | .dropdown-menu > li > a:focus { | |
2653 | text-decoration: none; | |
2654 | color: #ffffff; | |
2655 | background-color: #272b30; | |
2656 | } | |
2657 | .dropdown-menu > .active > a, | |
2658 | .dropdown-menu > .active > a:hover, | |
2659 | .dropdown-menu > .active > a:focus { | |
2660 | color: #ffffff; | |
2661 | text-decoration: none; | |
2662 | outline: 0; | |
2663 | background-color: #272b30; | |
2664 | } | |
2665 | .dropdown-menu > .disabled > a, | |
2666 | .dropdown-menu > .disabled > a:hover, | |
2667 | .dropdown-menu > .disabled > a:focus { | |
2668 | color: #7a8288; | |
2669 | } | |
2670 | .dropdown-menu > .disabled > a:hover, | |
2671 | .dropdown-menu > .disabled > a:focus { | |
2672 | text-decoration: none; | |
2673 | background-color: transparent; | |
2674 | background-image: none; | |
2675 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
2676 | cursor: not-allowed; | |
2677 | } | |
2678 | .open > .dropdown-menu { | |
2679 | display: block; | |
2680 | } | |
2681 | .open > a { | |
2682 | outline: 0; | |
2683 | } | |
2684 | .dropdown-menu-right { | |
2685 | left: auto; | |
2686 | right: 0; | |
2687 | } | |
2688 | .dropdown-menu-left { | |
2689 | left: 0; | |
2690 | right: auto; | |
2691 | } | |
2692 | .dropdown-header { | |
2693 | display: block; | |
2694 | padding: 3px 20px; | |
2695 | font-size: 12px; | |
2696 | line-height: 1.42857143; | |
2697 | color: #7a8288; | |
76c653f8 | 2698 | white-space: nowrap; |
6af4c584 MG |
2699 | } |
2700 | .dropdown-backdrop { | |
2701 | position: fixed; | |
2702 | left: 0; | |
2703 | right: 0; | |
2704 | bottom: 0; | |
2705 | top: 0; | |
2706 | z-index: 990; | |
2707 | } | |
2708 | .pull-right > .dropdown-menu { | |
2709 | right: 0; | |
2710 | left: auto; | |
2711 | } | |
2712 | .dropup .caret, | |
2713 | .navbar-fixed-bottom .dropdown .caret { | |
2714 | border-top: 0; | |
2715 | border-bottom: 4px solid; | |
2716 | content: ""; | |
2717 | } | |
2718 | .dropup .dropdown-menu, | |
2719 | .navbar-fixed-bottom .dropdown .dropdown-menu { | |
2720 | top: auto; | |
2721 | bottom: 100%; | |
49026292 | 2722 | margin-bottom: 2px; |
6af4c584 MG |
2723 | } |
2724 | @media (min-width: 768px) { | |
2725 | .navbar-right .dropdown-menu { | |
2726 | left: auto; | |
2727 | right: 0; | |
2728 | } | |
2729 | .navbar-right .dropdown-menu-left { | |
2730 | left: 0; | |
2731 | right: auto; | |
2732 | } | |
2733 | } | |
2734 | .nav { | |
2735 | margin-bottom: 0; | |
2736 | padding-left: 0; | |
2737 | list-style: none; | |
2738 | } | |
2739 | .nav > li { | |
2740 | position: relative; | |
2741 | display: block; | |
2742 | } | |
2743 | .nav > li > a { | |
2744 | position: relative; | |
2745 | display: block; | |
2746 | padding: 10px 15px; | |
2747 | } | |
2748 | .nav > li > a:hover, | |
2749 | .nav > li > a:focus { | |
2750 | text-decoration: none; | |
2751 | background-color: #3e444c; | |
2752 | } | |
2753 | .nav > li.disabled > a { | |
2754 | color: #7a8288; | |
2755 | } | |
2756 | .nav > li.disabled > a:hover, | |
2757 | .nav > li.disabled > a:focus { | |
2758 | color: #7a8288; | |
2759 | text-decoration: none; | |
2760 | background-color: transparent; | |
2761 | cursor: not-allowed; | |
2762 | } | |
2763 | .nav .open > a, | |
2764 | .nav .open > a:hover, | |
2765 | .nav .open > a:focus { | |
2766 | background-color: #3e444c; | |
2767 | border-color: #ffffff; | |
2768 | } | |
2769 | .nav .nav-divider { | |
2770 | height: 1px; | |
2771 | margin: 9px 0; | |
2772 | overflow: hidden; | |
2773 | background-color: #e5e5e5; | |
2774 | } | |
2775 | .nav > li > a > img { | |
2776 | max-width: none; | |
2777 | } | |
2778 | .nav-tabs { | |
2779 | border-bottom: 1px solid #1c1e22; | |
2780 | } | |
2781 | .nav-tabs > li { | |
2782 | float: left; | |
2783 | margin-bottom: -1px; | |
2784 | } | |
2785 | .nav-tabs > li > a { | |
2786 | margin-right: 2px; | |
2787 | line-height: 1.42857143; | |
2788 | border: 1px solid transparent; | |
2789 | border-radius: 4px 4px 0 0; | |
2790 | } | |
2791 | .nav-tabs > li > a:hover { | |
2792 | border-color: #1c1e22 #1c1e22 #1c1e22; | |
2793 | } | |
2794 | .nav-tabs > li.active > a, | |
2795 | .nav-tabs > li.active > a:hover, | |
2796 | .nav-tabs > li.active > a:focus { | |
2797 | color: #ffffff; | |
2798 | background-color: #3e444c; | |
2799 | border: 1px solid #1c1e22; | |
2800 | border-bottom-color: transparent; | |
2801 | cursor: default; | |
2802 | } | |
2803 | .nav-tabs.nav-justified { | |
2804 | width: 100%; | |
2805 | border-bottom: 0; | |
2806 | } | |
2807 | .nav-tabs.nav-justified > li { | |
2808 | float: none; | |
2809 | } | |
2810 | .nav-tabs.nav-justified > li > a { | |
2811 | text-align: center; | |
2812 | margin-bottom: 5px; | |
2813 | } | |
2814 | .nav-tabs.nav-justified > .dropdown .dropdown-menu { | |
2815 | top: auto; | |
2816 | left: auto; | |
2817 | } | |
2818 | @media (min-width: 768px) { | |
2819 | .nav-tabs.nav-justified > li { | |
2820 | display: table-cell; | |
2821 | width: 1%; | |
2822 | } | |
2823 | .nav-tabs.nav-justified > li > a { | |
2824 | margin-bottom: 0; | |
2825 | } | |
2826 | } | |
2827 | .nav-tabs.nav-justified > li > a { | |
2828 | margin-right: 0; | |
2829 | border-radius: 4px; | |
2830 | } | |
2831 | .nav-tabs.nav-justified > .active > a, | |
2832 | .nav-tabs.nav-justified > .active > a:hover, | |
2833 | .nav-tabs.nav-justified > .active > a:focus { | |
2834 | border: 1px solid #1c1e22; | |
2835 | } | |
2836 | @media (min-width: 768px) { | |
2837 | .nav-tabs.nav-justified > li > a { | |
2838 | border-bottom: 1px solid #1c1e22; | |
2839 | border-radius: 4px 4px 0 0; | |
2840 | } | |
2841 | .nav-tabs.nav-justified > .active > a, | |
2842 | .nav-tabs.nav-justified > .active > a:hover, | |
2843 | .nav-tabs.nav-justified > .active > a:focus { | |
2844 | border-bottom-color: #272b30; | |
2845 | } | |
2846 | } | |
2847 | .nav-pills > li { | |
2848 | float: left; | |
2849 | } | |
2850 | .nav-pills > li > a { | |
2851 | border-radius: 4px; | |
2852 | } | |
2853 | .nav-pills > li + li { | |
2854 | margin-left: 2px; | |
2855 | } | |
2856 | .nav-pills > li.active > a, | |
2857 | .nav-pills > li.active > a:hover, | |
2858 | .nav-pills > li.active > a:focus { | |
2859 | color: #ffffff; | |
2860 | background-color: transparent; | |
2861 | } | |
2862 | .nav-stacked > li { | |
2863 | float: none; | |
2864 | } | |
2865 | .nav-stacked > li + li { | |
2866 | margin-top: 2px; | |
2867 | margin-left: 0; | |
2868 | } | |
2869 | .nav-justified { | |
2870 | width: 100%; | |
2871 | } | |
2872 | .nav-justified > li { | |
2873 | float: none; | |
2874 | } | |
2875 | .nav-justified > li > a { | |
2876 | text-align: center; | |
2877 | margin-bottom: 5px; | |
2878 | } | |
2879 | .nav-justified > .dropdown .dropdown-menu { | |
2880 | top: auto; | |
2881 | left: auto; | |
2882 | } | |
2883 | @media (min-width: 768px) { | |
2884 | .nav-justified > li { | |
2885 | display: table-cell; | |
2886 | width: 1%; | |
2887 | } | |
2888 | .nav-justified > li > a { | |
2889 | margin-bottom: 0; | |
2890 | } | |
2891 | } | |
2892 | .nav-tabs-justified { | |
2893 | border-bottom: 0; | |
2894 | } | |
2895 | .nav-tabs-justified > li > a { | |
2896 | margin-right: 0; | |
2897 | border-radius: 4px; | |
2898 | } | |
2899 | .nav-tabs-justified > .active > a, | |
2900 | .nav-tabs-justified > .active > a:hover, | |
2901 | .nav-tabs-justified > .active > a:focus { | |
2902 | border: 1px solid #1c1e22; | |
2903 | } | |
2904 | @media (min-width: 768px) { | |
2905 | .nav-tabs-justified > li > a { | |
2906 | border-bottom: 1px solid #1c1e22; | |
2907 | border-radius: 4px 4px 0 0; | |
2908 | } | |
2909 | .nav-tabs-justified > .active > a, | |
2910 | .nav-tabs-justified > .active > a:hover, | |
2911 | .nav-tabs-justified > .active > a:focus { | |
2912 | border-bottom-color: #272b30; | |
2913 | } | |
2914 | } | |
2915 | .tab-content > .tab-pane { | |
2916 | display: none; | |
76c653f8 | 2917 | visibility: hidden; |
6af4c584 MG |
2918 | } |
2919 | .tab-content > .active { | |
2920 | display: block; | |
76c653f8 | 2921 | visibility: visible; |
6af4c584 MG |
2922 | } |
2923 | .nav-tabs .dropdown-menu { | |
2924 | margin-top: -1px; | |
2925 | border-top-right-radius: 0; | |
2926 | border-top-left-radius: 0; | |
2927 | } | |
6af4c584 MG |
2928 | .pager { |
2929 | padding-left: 0; | |
2930 | margin: 20px 0; | |
2931 | list-style: none; | |
2932 | text-align: center; | |
2933 | } | |
2934 | .pager li { | |
2935 | display: inline; | |
2936 | } | |
2937 | .pager li > a, | |
2938 | .pager li > span { | |
2939 | display: inline-block; | |
2940 | padding: 5px 14px; | |
2941 | background-color: #3a3f44; | |
2942 | border: 1px solid rgba(0, 0, 0, 0.6); | |
2943 | border-radius: 15px; | |
2944 | } | |
2945 | .pager li > a:hover, | |
2946 | .pager li > a:focus { | |
2947 | text-decoration: none; | |
2948 | background-color: transparent; | |
2949 | } | |
2950 | .pager .next > a, | |
2951 | .pager .next > span { | |
2952 | float: right; | |
2953 | } | |
2954 | .pager .previous > a, | |
2955 | .pager .previous > span { | |
2956 | float: left; | |
2957 | } | |
2958 | .pager .disabled > a, | |
2959 | .pager .disabled > a:hover, | |
2960 | .pager .disabled > a:focus, | |
2961 | .pager .disabled > span { | |
2962 | color: #7a8288; | |
2963 | background-color: #3a3f44; | |
2964 | cursor: not-allowed; | |
2965 | } | |
df860157 MG |
2966 | .alert { |
2967 | padding: 15px; | |
2968 | margin-bottom: 20px; | |
2969 | border: 1px solid transparent; | |
2970 | border-radius: 4px; | |
2971 | } | |
2972 | .alert h4 { | |
2973 | margin-top: 0; | |
2974 | color: inherit; | |
2975 | } | |
2976 | .alert .alert-link { | |
2977 | font-weight: bold; | |
2978 | } | |
2979 | .alert > p, | |
2980 | .alert > ul { | |
2981 | margin-bottom: 0; | |
2982 | } | |
2983 | .alert > p + p { | |
2984 | margin-top: 5px; | |
2985 | } | |
2986 | .alert-dismissable, | |
2987 | .alert-dismissible { | |
2988 | padding-right: 35px; | |
2989 | } | |
2990 | .alert-dismissable .close, | |
2991 | .alert-dismissible .close { | |
2992 | position: relative; | |
2993 | top: -2px; | |
2994 | right: -21px; | |
2995 | color: inherit; | |
2996 | } | |
2997 | .alert-success { | |
2998 | background-color: #62c462; | |
2999 | border-color: #62bd4f; | |
3000 | color: #ffffff; | |
3001 | } | |
3002 | .alert-success hr { | |
3003 | border-top-color: #55b142; | |
3004 | } | |
3005 | .alert-success .alert-link { | |
3006 | color: #e6e6e6; | |
3007 | } | |
3008 | .alert-info { | |
3009 | background-color: #5bc0de; | |
3010 | border-color: #3dced8; | |
3011 | color: #ffffff; | |
3012 | } | |
3013 | .alert-info hr { | |
3014 | border-top-color: #2ac7d2; | |
3015 | } | |
3016 | .alert-info .alert-link { | |
3017 | color: #e6e6e6; | |
3018 | } | |
3019 | .alert-warning { | |
3020 | background-color: #f89406; | |
3021 | border-color: #e96506; | |
3022 | color: #ffffff; | |
3023 | } | |
3024 | .alert-warning hr { | |
3025 | border-top-color: #d05a05; | |
3026 | } | |
3027 | .alert-warning .alert-link { | |
3028 | color: #e6e6e6; | |
3029 | } | |
3030 | .alert-danger { | |
3031 | background-color: #ee5f5b; | |
3032 | border-color: #ed4d63; | |
3033 | color: #ffffff; | |
3034 | } | |
3035 | .alert-danger hr { | |
3036 | border-top-color: #ea364f; | |
3037 | } | |
3038 | .alert-danger .alert-link { | |
3039 | color: #e6e6e6; | |
3040 | } | |
76c653f8 | 3041 | .list-group { |
6af4c584 | 3042 | margin-bottom: 20px; |
76c653f8 | 3043 | padding-left: 0; |
6af4c584 | 3044 | } |
76c653f8 MG |
3045 | .list-group-item { |
3046 | position: relative; | |
6af4c584 | 3047 | display: block; |
76c653f8 MG |
3048 | padding: 10px 15px; |
3049 | margin-bottom: -1px; | |
3050 | background-color: #32383e; | |
3051 | border: 1px solid rgba(0, 0, 0, 0.6); | |
6af4c584 | 3052 | } |
76c653f8 MG |
3053 | .list-group-item:first-child { |
3054 | border-top-right-radius: 4px; | |
3055 | border-top-left-radius: 4px; | |
6af4c584 | 3056 | } |
76c653f8 MG |
3057 | .list-group-item:last-child { |
3058 | margin-bottom: 0; | |
3059 | border-bottom-right-radius: 4px; | |
3060 | border-bottom-left-radius: 4px; | |
3061 | } | |
3062 | a.list-group-item { | |
6af4c584 MG |
3063 | color: #c8c8c8; |
3064 | } | |
3065 | a.list-group-item .list-group-item-heading { | |
3066 | color: #ffffff; | |
3067 | } | |
3068 | a.list-group-item:hover, | |
3069 | a.list-group-item:focus { | |
3070 | text-decoration: none; | |
76c653f8 | 3071 | color: #c8c8c8; |
6af4c584 MG |
3072 | background-color: #3e444c; |
3073 | } | |
76c653f8 MG |
3074 | .list-group-item.disabled, |
3075 | .list-group-item.disabled:hover, | |
3076 | .list-group-item.disabled:focus { | |
3077 | background-color: #999999; | |
3078 | color: #7a8288; | |
3079 | cursor: not-allowed; | |
3080 | } | |
3081 | .list-group-item.disabled .list-group-item-heading, | |
3082 | .list-group-item.disabled:hover .list-group-item-heading, | |
3083 | .list-group-item.disabled:focus .list-group-item-heading { | |
3084 | color: inherit; | |
3085 | } | |
3086 | .list-group-item.disabled .list-group-item-text, | |
3087 | .list-group-item.disabled:hover .list-group-item-text, | |
3088 | .list-group-item.disabled:focus .list-group-item-text { | |
3089 | color: #7a8288; | |
3090 | } | |
3091 | .list-group-item.active, | |
3092 | .list-group-item.active:hover, | |
3093 | .list-group-item.active:focus { | |
6af4c584 MG |
3094 | z-index: 2; |
3095 | color: #ffffff; | |
3096 | background-color: #3e444c; | |
3097 | border-color: rgba(0, 0, 0, 0.6); | |
3098 | } | |
76c653f8 MG |
3099 | .list-group-item.active .list-group-item-heading, |
3100 | .list-group-item.active:hover .list-group-item-heading, | |
3101 | .list-group-item.active:focus .list-group-item-heading, | |
3102 | .list-group-item.active .list-group-item-heading > small, | |
3103 | .list-group-item.active:hover .list-group-item-heading > small, | |
3104 | .list-group-item.active:focus .list-group-item-heading > small, | |
3105 | .list-group-item.active .list-group-item-heading > .small, | |
3106 | .list-group-item.active:hover .list-group-item-heading > .small, | |
3107 | .list-group-item.active:focus .list-group-item-heading > .small { | |
6af4c584 MG |
3108 | color: inherit; |
3109 | } | |
76c653f8 MG |
3110 | .list-group-item.active .list-group-item-text, |
3111 | .list-group-item.active:hover .list-group-item-text, | |
3112 | .list-group-item.active:focus .list-group-item-text { | |
6af4c584 MG |
3113 | color: #a2aab4; |
3114 | } | |
3115 | .list-group-item-success { | |
3116 | color: #ffffff; | |
3117 | background-color: #62c462; | |
3118 | } | |
3119 | a.list-group-item-success { | |
3120 | color: #ffffff; | |
3121 | } | |
3122 | a.list-group-item-success .list-group-item-heading { | |
3123 | color: inherit; | |
3124 | } | |
3125 | a.list-group-item-success:hover, | |
3126 | a.list-group-item-success:focus { | |
3127 | color: #ffffff; | |
3128 | background-color: #4fbd4f; | |
3129 | } | |
3130 | a.list-group-item-success.active, | |
3131 | a.list-group-item-success.active:hover, | |
3132 | a.list-group-item-success.active:focus { | |
3133 | color: #fff; | |
3134 | background-color: #ffffff; | |
3135 | border-color: #ffffff; | |
3136 | } | |
3137 | .list-group-item-info { | |
3138 | color: #ffffff; | |
3139 | background-color: #5bc0de; | |
3140 | } | |
3141 | a.list-group-item-info { | |
3142 | color: #ffffff; | |
3143 | } | |
3144 | a.list-group-item-info .list-group-item-heading { | |
3145 | color: inherit; | |
3146 | } | |
3147 | a.list-group-item-info:hover, | |
3148 | a.list-group-item-info:focus { | |
3149 | color: #ffffff; | |
3150 | background-color: #46b8da; | |
3151 | } | |
3152 | a.list-group-item-info.active, | |
3153 | a.list-group-item-info.active:hover, | |
3154 | a.list-group-item-info.active:focus { | |
3155 | color: #fff; | |
3156 | background-color: #ffffff; | |
3157 | border-color: #ffffff; | |
3158 | } | |
3159 | .list-group-item-warning { | |
3160 | color: #ffffff; | |
3161 | background-color: #f89406; | |
3162 | } | |
3163 | a.list-group-item-warning { | |
3164 | color: #ffffff; | |
3165 | } | |
3166 | a.list-group-item-warning .list-group-item-heading { | |
3167 | color: inherit; | |
3168 | } | |
3169 | a.list-group-item-warning:hover, | |
3170 | a.list-group-item-warning:focus { | |
3171 | color: #ffffff; | |
3172 | background-color: #df8505; | |
3173 | } | |
3174 | a.list-group-item-warning.active, | |
3175 | a.list-group-item-warning.active:hover, | |
3176 | a.list-group-item-warning.active:focus { | |
3177 | color: #fff; | |
3178 | background-color: #ffffff; | |
3179 | border-color: #ffffff; | |
3180 | } | |
3181 | .list-group-item-danger { | |
3182 | color: #ffffff; | |
3183 | background-color: #ee5f5b; | |
3184 | } | |
3185 | a.list-group-item-danger { | |
3186 | color: #ffffff; | |
3187 | } | |
3188 | a.list-group-item-danger .list-group-item-heading { | |
3189 | color: inherit; | |
3190 | } | |
3191 | a.list-group-item-danger:hover, | |
3192 | a.list-group-item-danger:focus { | |
3193 | color: #ffffff; | |
3194 | background-color: #ec4844; | |
3195 | } | |
3196 | a.list-group-item-danger.active, | |
3197 | a.list-group-item-danger.active:hover, | |
3198 | a.list-group-item-danger.active:focus { | |
3199 | color: #fff; | |
3200 | background-color: #ffffff; | |
3201 | border-color: #ffffff; | |
3202 | } | |
3203 | .list-group-item-heading { | |
3204 | margin-top: 0; | |
3205 | margin-bottom: 5px; | |
3206 | } | |
3207 | .list-group-item-text { | |
3208 | margin-bottom: 0; | |
3209 | line-height: 1.3; | |
3210 | } | |
49026292 MG |
3211 | .well { |
3212 | min-height: 20px; | |
3213 | padding: 19px; | |
3214 | margin-bottom: 20px; | |
3215 | background-color: #1c1e22; | |
3216 | border: 1px solid #0c0d0e; | |
3217 | border-radius: 4px; | |
3218 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
3219 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
3220 | } | |
3221 | .well blockquote { | |
3222 | border-color: #ddd; | |
3223 | border-color: rgba(0, 0, 0, 0.15); | |
3224 | } | |
3225 | .well-lg { | |
3226 | padding: 24px; | |
3227 | border-radius: 6px; | |
3228 | } | |
3229 | .well-sm { | |
3230 | padding: 9px; | |
3231 | border-radius: 3px; | |
3232 | } | |
6af4c584 MG |
3233 | .close { |
3234 | float: right; | |
3235 | font-size: 21px; | |
3236 | font-weight: bold; | |
3237 | line-height: 1; | |
3238 | color: #000000; | |
3239 | text-shadow: 0 1px 0 #ffffff; | |
3240 | opacity: 0.2; | |
3241 | filter: alpha(opacity=20); | |
3242 | } | |
3243 | .close:hover, | |
3244 | .close:focus { | |
3245 | color: #000000; | |
3246 | text-decoration: none; | |
3247 | cursor: pointer; | |
3248 | opacity: 0.5; | |
3249 | filter: alpha(opacity=50); | |
3250 | } | |
3251 | button.close { | |
3252 | padding: 0; | |
3253 | cursor: pointer; | |
3254 | background: transparent; | |
3255 | border: 0; | |
3256 | -webkit-appearance: none; | |
3257 | } | |
76c653f8 MG |
3258 | .modal-open { |
3259 | overflow: hidden; | |
3260 | } | |
3261 | .modal { | |
3262 | display: none; | |
3263 | overflow: hidden; | |
3264 | position: fixed; | |
3265 | top: 0; | |
3266 | right: 0; | |
3267 | bottom: 0; | |
3268 | left: 0; | |
3269 | z-index: 1040; | |
3270 | -webkit-overflow-scrolling: touch; | |
3271 | outline: 0; | |
3272 | } | |
3273 | .modal.fade .modal-dialog { | |
3274 | -webkit-transform: translate(0, -25%); | |
3275 | -ms-transform: translate(0, -25%); | |
3276 | -o-transform: translate(0, -25%); | |
3277 | transform: translate(0, -25%); | |
3278 | -webkit-transition: -webkit-transform 0.3s ease-out; | |
3279 | -o-transition: -o-transform 0.3s ease-out; | |
3280 | transition: transform 0.3s ease-out; | |
3281 | } | |
3282 | .modal.in .modal-dialog { | |
3283 | -webkit-transform: translate(0, 0); | |
3284 | -ms-transform: translate(0, 0); | |
3285 | -o-transform: translate(0, 0); | |
3286 | transform: translate(0, 0); | |
3287 | } | |
3288 | .modal-open .modal { | |
3289 | overflow-x: hidden; | |
3290 | overflow-y: auto; | |
3291 | } | |
3292 | .modal-dialog { | |
3293 | position: relative; | |
3294 | width: auto; | |
3295 | margin: 10px; | |
3296 | } | |
3297 | .modal-content { | |
3298 | position: relative; | |
3299 | background-color: #2e3338; | |
3300 | border: 1px solid #999999; | |
3301 | border: 1px solid rgba(0, 0, 0, 0.2); | |
3302 | border-radius: 6px; | |
3303 | -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
3304 | box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
3305 | -webkit-background-clip: padding-box; | |
3306 | background-clip: padding-box; | |
3307 | outline: 0; | |
3308 | } | |
3309 | .modal-backdrop { | |
3310 | position: absolute; | |
3311 | top: 0; | |
3312 | right: 0; | |
3313 | left: 0; | |
3314 | background-color: #000000; | |
3315 | } | |
3316 | .modal-backdrop.fade { | |
3317 | opacity: 0; | |
3318 | filter: alpha(opacity=0); | |
3319 | } | |
3320 | .modal-backdrop.in { | |
3321 | opacity: 0.5; | |
3322 | filter: alpha(opacity=50); | |
3323 | } | |
3324 | .modal-header { | |
3325 | padding: 15px; | |
3326 | border-bottom: 1px solid #1c1e22; | |
3327 | min-height: 16.42857143px; | |
3328 | } | |
3329 | .modal-header .close { | |
3330 | margin-top: -2px; | |
3331 | } | |
3332 | .modal-title { | |
3333 | margin: 0; | |
3334 | line-height: 1.42857143; | |
3335 | } | |
3336 | .modal-body { | |
3337 | position: relative; | |
3338 | padding: 20px; | |
3339 | } | |
3340 | .modal-footer { | |
3341 | padding: 20px; | |
3342 | text-align: right; | |
3343 | border-top: 1px solid #1c1e22; | |
3344 | } | |
3345 | .modal-footer .btn + .btn { | |
3346 | margin-left: 5px; | |
3347 | margin-bottom: 0; | |
3348 | } | |
3349 | .modal-footer .btn-group .btn + .btn { | |
3350 | margin-left: -1px; | |
3351 | } | |
3352 | .modal-footer .btn-block + .btn-block { | |
3353 | margin-left: 0; | |
3354 | } | |
3355 | .modal-scrollbar-measure { | |
3356 | position: absolute; | |
3357 | top: -9999px; | |
3358 | width: 50px; | |
3359 | height: 50px; | |
3360 | overflow: scroll; | |
3361 | } | |
3362 | @media (min-width: 768px) { | |
3363 | .modal-dialog { | |
3364 | width: 600px; | |
3365 | margin: 30px auto; | |
3366 | } | |
3367 | .modal-content { | |
3368 | -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
3369 | box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
3370 | } | |
3371 | .modal-sm { | |
3372 | width: 300px; | |
3373 | } | |
3374 | } | |
3375 | @media (min-width: 992px) { | |
3376 | .modal-lg { | |
3377 | width: 900px; | |
3378 | } | |
3379 | } | |
3380 | .clearfix:before, | |
3381 | .clearfix:after, | |
3382 | .dl-horizontal dd:before, | |
3383 | .dl-horizontal dd:after, | |
3384 | .container:before, | |
3385 | .container:after, | |
3386 | .container-fluid:before, | |
3387 | .container-fluid:after, | |
3388 | .row:before, | |
3389 | .row:after, | |
3390 | .form-horizontal .form-group:before, | |
3391 | .form-horizontal .form-group:after, | |
3392 | .nav:before, | |
3393 | .nav:after, | |
76c653f8 MG |
3394 | .pager:before, |
3395 | .pager:after, | |
3396 | .modal-footer:before, | |
3397 | .modal-footer:after { | |
3398 | content: " "; | |
3399 | display: table; | |
3400 | } | |
3401 | .clearfix:after, | |
3402 | .dl-horizontal dd:after, | |
3403 | .container:after, | |
3404 | .container-fluid:after, | |
3405 | .row:after, | |
3406 | .form-horizontal .form-group:after, | |
3407 | .nav:after, | |
76c653f8 MG |
3408 | .pager:after, |
3409 | .modal-footer:after { | |
3410 | clear: both; | |
3411 | } | |
3412 | .center-block { | |
3413 | display: block; | |
3414 | margin-left: auto; | |
3415 | margin-right: auto; | |
3416 | } | |
3417 | .pull-right { | |
3418 | float: right !important; | |
3419 | } | |
3420 | .pull-left { | |
3421 | float: left !important; | |
3422 | } | |
3423 | .hide { | |
3424 | display: none !important; | |
3425 | } | |
3426 | .show { | |
3427 | display: block !important; | |
3428 | } | |
3429 | .invisible { | |
3430 | visibility: hidden; | |
3431 | } | |
3432 | .text-hide { | |
3433 | font: 0/0 a; | |
3434 | color: transparent; | |
3435 | text-shadow: none; | |
3436 | background-color: transparent; | |
3437 | border: 0; | |
3438 | } | |
3439 | .hidden { | |
3440 | display: none !important; | |
3441 | visibility: hidden !important; | |
3442 | } | |
3443 | .affix { | |
3444 | position: fixed; | |
3445 | } | |
6af4c584 MG |
3446 | @-ms-viewport { |
3447 | width: device-width; | |
3448 | } | |
3449 | .visible-xs, | |
76c653f8 MG |
3450 | .visible-sm, |
3451 | .visible-md, | |
3452 | .visible-lg { | |
3453 | display: none !important; | |
3454 | } | |
3455 | .visible-xs-block, | |
3456 | .visible-xs-inline, | |
3457 | .visible-xs-inline-block, | |
3458 | .visible-sm-block, | |
3459 | .visible-sm-inline, | |
3460 | .visible-sm-inline-block, | |
3461 | .visible-md-block, | |
3462 | .visible-md-inline, | |
3463 | .visible-md-inline-block, | |
3464 | .visible-lg-block, | |
3465 | .visible-lg-inline, | |
3466 | .visible-lg-inline-block { | |
6af4c584 MG |
3467 | display: none !important; |
3468 | } | |
3469 | @media (max-width: 767px) { | |
3470 | .visible-xs { | |
3471 | display: block !important; | |
3472 | } | |
3473 | table.visible-xs { | |
3474 | display: table; | |
3475 | } | |
3476 | tr.visible-xs { | |
3477 | display: table-row !important; | |
3478 | } | |
3479 | th.visible-xs, | |
3480 | td.visible-xs { | |
3481 | display: table-cell !important; | |
3482 | } | |
3483 | } | |
76c653f8 MG |
3484 | @media (max-width: 767px) { |
3485 | .visible-xs-block { | |
3486 | display: block !important; | |
3487 | } | |
3488 | } | |
3489 | @media (max-width: 767px) { | |
3490 | .visible-xs-inline { | |
3491 | display: inline !important; | |
3492 | } | |
3493 | } | |
3494 | @media (max-width: 767px) { | |
3495 | .visible-xs-inline-block { | |
3496 | display: inline-block !important; | |
3497 | } | |
6af4c584 MG |
3498 | } |
3499 | @media (min-width: 768px) and (max-width: 991px) { | |
3500 | .visible-sm { | |
3501 | display: block !important; | |
3502 | } | |
3503 | table.visible-sm { | |
3504 | display: table; | |
3505 | } | |
3506 | tr.visible-sm { | |
3507 | display: table-row !important; | |
3508 | } | |
3509 | th.visible-sm, | |
3510 | td.visible-sm { | |
3511 | display: table-cell !important; | |
3512 | } | |
3513 | } | |
76c653f8 MG |
3514 | @media (min-width: 768px) and (max-width: 991px) { |
3515 | .visible-sm-block { | |
3516 | display: block !important; | |
3517 | } | |
3518 | } | |
3519 | @media (min-width: 768px) and (max-width: 991px) { | |
3520 | .visible-sm-inline { | |
3521 | display: inline !important; | |
3522 | } | |
3523 | } | |
3524 | @media (min-width: 768px) and (max-width: 991px) { | |
3525 | .visible-sm-inline-block { | |
3526 | display: inline-block !important; | |
3527 | } | |
6af4c584 MG |
3528 | } |
3529 | @media (min-width: 992px) and (max-width: 1199px) { | |
3530 | .visible-md { | |
3531 | display: block !important; | |
3532 | } | |
3533 | table.visible-md { | |
3534 | display: table; | |
3535 | } | |
3536 | tr.visible-md { | |
3537 | display: table-row !important; | |
3538 | } | |
3539 | th.visible-md, | |
3540 | td.visible-md { | |
3541 | display: table-cell !important; | |
3542 | } | |
3543 | } | |
76c653f8 MG |
3544 | @media (min-width: 992px) and (max-width: 1199px) { |
3545 | .visible-md-block { | |
3546 | display: block !important; | |
3547 | } | |
3548 | } | |
3549 | @media (min-width: 992px) and (max-width: 1199px) { | |
3550 | .visible-md-inline { | |
3551 | display: inline !important; | |
3552 | } | |
3553 | } | |
3554 | @media (min-width: 992px) and (max-width: 1199px) { | |
3555 | .visible-md-inline-block { | |
3556 | display: inline-block !important; | |
3557 | } | |
6af4c584 MG |
3558 | } |
3559 | @media (min-width: 1200px) { | |
3560 | .visible-lg { | |
3561 | display: block !important; | |
3562 | } | |
3563 | table.visible-lg { | |
3564 | display: table; | |
3565 | } | |
3566 | tr.visible-lg { | |
3567 | display: table-row !important; | |
3568 | } | |
3569 | th.visible-lg, | |
3570 | td.visible-lg { | |
3571 | display: table-cell !important; | |
3572 | } | |
3573 | } | |
76c653f8 MG |
3574 | @media (min-width: 1200px) { |
3575 | .visible-lg-block { | |
3576 | display: block !important; | |
3577 | } | |
3578 | } | |
3579 | @media (min-width: 1200px) { | |
3580 | .visible-lg-inline { | |
3581 | display: inline !important; | |
3582 | } | |
3583 | } | |
3584 | @media (min-width: 1200px) { | |
3585 | .visible-lg-inline-block { | |
3586 | display: inline-block !important; | |
3587 | } | |
3588 | } | |
6af4c584 | 3589 | @media (max-width: 767px) { |
76c653f8 | 3590 | .hidden-xs { |
6af4c584 MG |
3591 | display: none !important; |
3592 | } | |
3593 | } | |
3594 | @media (min-width: 768px) and (max-width: 991px) { | |
76c653f8 | 3595 | .hidden-sm { |
6af4c584 MG |
3596 | display: none !important; |
3597 | } | |
3598 | } | |
3599 | @media (min-width: 992px) and (max-width: 1199px) { | |
76c653f8 | 3600 | .hidden-md { |
6af4c584 MG |
3601 | display: none !important; |
3602 | } | |
3603 | } | |
3604 | @media (min-width: 1200px) { | |
76c653f8 | 3605 | .hidden-lg { |
6af4c584 MG |
3606 | display: none !important; |
3607 | } | |
3608 | } | |
76c653f8 | 3609 | .visible-print { |
6af4c584 MG |
3610 | display: none !important; |
3611 | } | |
3612 | @media print { | |
3613 | .visible-print { | |
3614 | display: block !important; | |
3615 | } | |
3616 | table.visible-print { | |
3617 | display: table; | |
3618 | } | |
3619 | tr.visible-print { | |
3620 | display: table-row !important; | |
3621 | } | |
3622 | th.visible-print, | |
3623 | td.visible-print { | |
3624 | display: table-cell !important; | |
3625 | } | |
3626 | } | |
76c653f8 MG |
3627 | .visible-print-block { |
3628 | display: none !important; | |
3629 | } | |
3630 | @media print { | |
3631 | .visible-print-block { | |
3632 | display: block !important; | |
3633 | } | |
3634 | } | |
3635 | .visible-print-inline { | |
3636 | display: none !important; | |
3637 | } | |
3638 | @media print { | |
3639 | .visible-print-inline { | |
3640 | display: inline !important; | |
3641 | } | |
3642 | } | |
3643 | .visible-print-inline-block { | |
3644 | display: none !important; | |
3645 | } | |
6af4c584 | 3646 | @media print { |
76c653f8 MG |
3647 | .visible-print-inline-block { |
3648 | display: inline-block !important; | |
3649 | } | |
3650 | } | |
3651 | @media print { | |
3652 | .hidden-print { | |
6af4c584 MG |
3653 | display: none !important; |
3654 | } | |
3655 | } | |
3656 | .navbar { | |
3657 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
3658 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
3659 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
3660 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
3661 | background-repeat: no-repeat; | |
3662 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
3663 | -webkit-filter: none; |
3664 | filter: none; | |
6af4c584 MG |
3665 | border: 1px solid rgba(0, 0, 0, 0.6); |
3666 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
3667 | } | |
3668 | .navbar-inverse { | |
3669 | background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d); | |
76c653f8 MG |
3670 | background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d); |
3671 | background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d)); | |
6af4c584 MG |
3672 | background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d); |
3673 | background-repeat: no-repeat; | |
3674 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0); | |
76c653f8 MG |
3675 | -webkit-filter: none; |
3676 | filter: none; | |
3677 | } | |
3678 | .navbar-inverse .badge { | |
3679 | background-color: #5d6368; | |
6af4c584 MG |
3680 | } |
3681 | .navbar-nav > li > a { | |
3682 | border-right: 1px solid rgba(0, 0, 0, 0.2); | |
3683 | border-left: 1px solid rgba(255, 255, 255, 0.1); | |
3684 | } | |
3685 | .navbar-nav > li > a:hover { | |
3686 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
3687 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
3688 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
3689 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
3690 | background-repeat: no-repeat; | |
3691 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
3692 | -webkit-filter: none; |
3693 | filter: none; | |
6af4c584 MG |
3694 | border-left-color: transparent; |
3695 | } | |
3696 | .navbar .nav .open > a { | |
3697 | border-color: transparent; | |
3698 | } | |
3699 | .navbar-nav > li.active > a { | |
3700 | border-left-color: transparent; | |
3701 | } | |
3702 | .navbar-form { | |
3703 | margin-left: 5px; | |
3704 | margin-right: 5px; | |
3705 | } | |
3706 | .btn, | |
3707 | .btn:hover { | |
3708 | border-color: rgba(0, 0, 0, 0.6); | |
3709 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
3710 | } | |
3711 | .btn-default { | |
3712 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
3713 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
3714 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
3715 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
3716 | background-repeat: no-repeat; | |
3717 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
3718 | -webkit-filter: none; |
3719 | filter: none; | |
6af4c584 MG |
3720 | } |
3721 | .btn-default:hover { | |
3722 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
3723 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
3724 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
3725 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
3726 | background-repeat: no-repeat; | |
3727 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
3728 | -webkit-filter: none; |
3729 | filter: none; | |
6af4c584 MG |
3730 | } |
3731 | .btn-primary { | |
3732 | background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d); | |
76c653f8 MG |
3733 | background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d); |
3734 | background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d)); | |
6af4c584 MG |
3735 | background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d); |
3736 | background-repeat: no-repeat; | |
3737 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0); | |
76c653f8 MG |
3738 | -webkit-filter: none; |
3739 | filter: none; | |
6af4c584 MG |
3740 | } |
3741 | .btn-primary:hover { | |
3742 | background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62); | |
76c653f8 MG |
3743 | background-image: -o-linear-gradient(#404448, #4e5458 40%, #585e62); |
3744 | background-image: -webkit-gradient(linear, left top, left bottom, from(#404448), color-stop(40%, #4e5458), to(#585e62)); | |
6af4c584 MG |
3745 | background-image: linear-gradient(#404448, #4e5458 40%, #585e62); |
3746 | background-repeat: no-repeat; | |
3747 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0); | |
76c653f8 MG |
3748 | -webkit-filter: none; |
3749 | filter: none; | |
6af4c584 MG |
3750 | } |
3751 | .btn-success { | |
3752 | background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53); | |
76c653f8 MG |
3753 | background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53); |
3754 | background-image: -webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53)); | |
6af4c584 MG |
3755 | background-image: linear-gradient(#78cc78, #62c462 60%, #53be53); |
3756 | background-repeat: no-repeat; | |
3757 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0); | |
76c653f8 MG |
3758 | -webkit-filter: none; |
3759 | filter: none; | |
6af4c584 MG |
3760 | } |
3761 | .btn-success:hover { | |
3762 | background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d); | |
76c653f8 MG |
3763 | background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3da23d); |
3764 | background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d)); | |
6af4c584 MG |
3765 | background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d); |
3766 | background-repeat: no-repeat; | |
3767 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0); | |
76c653f8 MG |
3768 | -webkit-filter: none; |
3769 | filter: none; | |
6af4c584 MG |
3770 | } |
3771 | .btn-info { | |
3772 | background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db); | |
76c653f8 MG |
3773 | background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db); |
3774 | background-image: -webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db)); | |
6af4c584 MG |
3775 | background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db); |
3776 | background-repeat: no-repeat; | |
3777 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0); | |
76c653f8 MG |
3778 | -webkit-filter: none; |
3779 | filter: none; | |
6af4c584 MG |
3780 | } |
3781 | .btn-info:hover { | |
3782 | background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9); | |
76c653f8 MG |
3783 | background-image: -o-linear-gradient(#20829f, #2596b8 40%, #28a4c9); |
3784 | background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9)); | |
6af4c584 MG |
3785 | background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9); |
3786 | background-repeat: no-repeat; | |
3787 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0); | |
76c653f8 MG |
3788 | -webkit-filter: none; |
3789 | filter: none; | |
6af4c584 MG |
3790 | } |
3791 | .btn-warning { | |
3792 | background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806); | |
76c653f8 MG |
3793 | background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806); |
3794 | background-image: -webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806)); | |
6af4c584 MG |
3795 | background-image: linear-gradient(#faa123, #f89406 60%, #e48806); |
3796 | background-repeat: no-repeat; | |
3797 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0); | |
76c653f8 MG |
3798 | -webkit-filter: none; |
3799 | filter: none; | |
6af4c584 MG |
3800 | } |
3801 | .btn-warning:hover { | |
3802 | background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04); | |
76c653f8 MG |
3803 | background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #b26a04); |
3804 | background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04)); | |
6af4c584 MG |
3805 | background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04); |
3806 | background-repeat: no-repeat; | |
3807 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0); | |
76c653f8 MG |
3808 | -webkit-filter: none; |
3809 | filter: none; | |
6af4c584 MG |
3810 | } |
3811 | .btn-danger { | |
3812 | background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49); | |
76c653f8 MG |
3813 | background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49); |
3814 | background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49)); | |
6af4c584 MG |
3815 | background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49); |
3816 | background-repeat: no-repeat; | |
3817 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0); | |
76c653f8 MG |
3818 | -webkit-filter: none; |
3819 | filter: none; | |
6af4c584 MG |
3820 | } |
3821 | .btn-danger:hover { | |
3822 | background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a); | |
76c653f8 MG |
3823 | background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e7201a); |
3824 | background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a)); | |
6af4c584 MG |
3825 | background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a); |
3826 | background-repeat: no-repeat; | |
3827 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0); | |
76c653f8 MG |
3828 | -webkit-filter: none; |
3829 | filter: none; | |
6af4c584 MG |
3830 | } |
3831 | .btn-link, | |
3832 | .btn-link:hover { | |
3833 | border-color: transparent; | |
3834 | } | |
3835 | h1, | |
3836 | h2, | |
3837 | h3, | |
3838 | h4, | |
3839 | h5, | |
3840 | h6 { | |
3841 | text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); | |
3842 | } | |
3843 | .text-primary, | |
3844 | .text-primary:hover { | |
3845 | color: #7a8288; | |
3846 | } | |
3847 | .text-success, | |
3848 | .text-success:hover { | |
3849 | color: #62c462; | |
3850 | } | |
3851 | .text-danger, | |
3852 | .text-danger:hover { | |
3853 | color: #ee5f5b; | |
3854 | } | |
3855 | .text-warning, | |
3856 | .text-warning:hover { | |
3857 | color: #f89406; | |
3858 | } | |
3859 | .text-info, | |
3860 | .text-info:hover { | |
3861 | color: #5bc0de; | |
3862 | } | |
76c653f8 MG |
3863 | .table .success, |
3864 | .table .warning, | |
3865 | .table .danger, | |
3866 | .table .info { | |
6af4c584 MG |
3867 | color: #fff; |
3868 | } | |
3869 | .table-bordered tbody tr.success td, | |
3870 | .table-bordered tbody tr.warning td, | |
3871 | .table-bordered tbody tr.danger td, | |
3872 | .table-bordered tbody tr.success:hover td, | |
3873 | .table-bordered tbody tr.warning:hover td, | |
3874 | .table-bordered tbody tr.danger:hover td { | |
3875 | border-color: #1c1e22; | |
3876 | } | |
3877 | .table-responsive > .table { | |
3878 | background-color: #2e3338; | |
3879 | } | |
76c653f8 MG |
3880 | input, |
3881 | textarea { | |
3882 | color: #272b30; | |
3883 | } | |
6af4c584 | 3884 | .has-warning .help-block, |
76c653f8 MG |
3885 | .has-warning .control-label, |
3886 | .has-warning .form-control-feedback { | |
6af4c584 MG |
3887 | color: #f89406; |
3888 | } | |
3889 | .has-warning .form-control, | |
3890 | .has-warning .form-control:focus { | |
3891 | border-color: #f89406; | |
3892 | } | |
76c653f8 MG |
3893 | .has-warning .input-group-addon { |
3894 | background-color: #272b30; | |
3895 | border: none; | |
3896 | } | |
6af4c584 | 3897 | .has-error .help-block, |
76c653f8 MG |
3898 | .has-error .control-label, |
3899 | .has-error .form-control-feedback { | |
6af4c584 MG |
3900 | color: #ee5f5b; |
3901 | } | |
3902 | .has-error .form-control, | |
3903 | .has-error .form-control:focus { | |
3904 | border-color: #ee5f5b; | |
3905 | } | |
76c653f8 MG |
3906 | .has-error .input-group-addon { |
3907 | background-color: #272b30; | |
3908 | border: none; | |
3909 | } | |
6af4c584 | 3910 | .has-success .help-block, |
76c653f8 MG |
3911 | .has-success .control-label, |
3912 | .has-success .form-control-feedback { | |
6af4c584 MG |
3913 | color: #62c462; |
3914 | } | |
3915 | .has-success .form-control, | |
3916 | .has-success .form-control:focus { | |
3917 | border-color: #62c462; | |
3918 | } | |
76c653f8 MG |
3919 | .has-success .input-group-addon { |
3920 | background-color: #272b30; | |
3921 | border: none; | |
3922 | } | |
6af4c584 MG |
3923 | legend { |
3924 | color: #fff; | |
3925 | } | |
3926 | .input-group-addon { | |
3927 | border-color: rgba(0, 0, 0, 0.6); | |
3928 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
3929 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
3930 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
3931 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
3932 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
3933 | background-repeat: no-repeat; | |
3934 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
3935 | -webkit-filter: none; |
3936 | filter: none; | |
6af4c584 MG |
3937 | color: #ffffff; |
3938 | } | |
3939 | .nav .open > a, | |
3940 | .nav .open > a:hover, | |
3941 | .nav .open > a:focus { | |
3942 | border-color: rgba(0, 0, 0, 0.6); | |
3943 | } | |
3944 | .nav-pills > li > a { | |
3945 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
3946 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
3947 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
3948 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
3949 | background-repeat: no-repeat; | |
3950 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
3951 | -webkit-filter: none; |
3952 | filter: none; | |
6af4c584 MG |
3953 | border: 1px solid rgba(0, 0, 0, 0.6); |
3954 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
3955 | } | |
3956 | .nav-pills > li > a:hover { | |
3957 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
3958 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
3959 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
3960 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
3961 | background-repeat: no-repeat; | |
3962 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
3963 | -webkit-filter: none; |
3964 | filter: none; | |
6af4c584 MG |
3965 | border: 1px solid rgba(0, 0, 0, 0.6); |
3966 | } | |
3967 | .nav-pills > li.active > a, | |
3968 | .nav-pills > li.active > a:hover { | |
3969 | background-color: none; | |
3970 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
3971 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
3972 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
3973 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
3974 | background-repeat: no-repeat; | |
3975 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
3976 | -webkit-filter: none; |
3977 | filter: none; | |
6af4c584 MG |
3978 | border: 1px solid rgba(0, 0, 0, 0.6); |
3979 | } | |
3980 | .nav-pills > li.disabled > a, | |
3981 | .nav-pills > li.disabled > a:hover { | |
3982 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
3983 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
3984 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
3985 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
3986 | background-repeat: no-repeat; | |
3987 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
3988 | -webkit-filter: none; |
3989 | filter: none; | |
6af4c584 | 3990 | } |
76c653f8 MG |
3991 | .pagination > li > a, |
3992 | .pagination > li > span { | |
6af4c584 MG |
3993 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); |
3994 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
3995 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
3996 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
3997 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
3998 | background-repeat: no-repeat; | |
3999 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
4000 | -webkit-filter: none; |
4001 | filter: none; | |
6af4c584 | 4002 | } |
76c653f8 MG |
4003 | .pagination > li > a:hover, |
4004 | .pagination > li > span:hover { | |
6af4c584 | 4005 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); |
76c653f8 MG |
4006 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
4007 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
4008 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
4009 | background-repeat: no-repeat; | |
4010 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
4011 | -webkit-filter: none; |
4012 | filter: none; | |
6af4c584 | 4013 | } |
76c653f8 MG |
4014 | .pagination > li.active > a, |
4015 | .pagination > li.active > span { | |
6af4c584 | 4016 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); |
76c653f8 MG |
4017 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
4018 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
4019 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
4020 | background-repeat: no-repeat; | |
4021 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
4022 | -webkit-filter: none; |
4023 | filter: none; | |
6af4c584 MG |
4024 | } |
4025 | .pagination > li.disabled > a, | |
76c653f8 MG |
4026 | .pagination > li.disabled > a:hover, |
4027 | .pagination > li.disabled > span, | |
4028 | .pagination > li.disabled > span:hover { | |
6af4c584 MG |
4029 | background-color: transparent; |
4030 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
4031 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
4032 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
4033 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
4034 | background-repeat: no-repeat; | |
4035 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
4036 | -webkit-filter: none; |
4037 | filter: none; | |
6af4c584 MG |
4038 | } |
4039 | .pager > li > a { | |
4040 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
4041 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
4042 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
4043 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
4044 | background-repeat: no-repeat; | |
4045 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
4046 | -webkit-filter: none; |
4047 | filter: none; | |
6af4c584 MG |
4048 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); |
4049 | } | |
4050 | .pager > li > a:hover { | |
4051 | background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d); | |
76c653f8 MG |
4052 | background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d); |
4053 | background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)); | |
6af4c584 MG |
4054 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
4055 | background-repeat: no-repeat; | |
4056 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0); | |
76c653f8 MG |
4057 | -webkit-filter: none; |
4058 | filter: none; | |
6af4c584 MG |
4059 | } |
4060 | .pager > li.disabled > a, | |
4061 | .pager > li.disabled > a:hover { | |
4062 | background-color: transparent; | |
4063 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
4064 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
4065 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
4066 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
4067 | background-repeat: no-repeat; | |
4068 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
4069 | -webkit-filter: none; |
4070 | filter: none; | |
6af4c584 MG |
4071 | } |
4072 | .breadcrumb { | |
4073 | border: 1px solid rgba(0, 0, 0, 0.6); | |
4074 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
4075 | background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539); | |
76c653f8 MG |
4076 | background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539); |
4077 | background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539)); | |
6af4c584 MG |
4078 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
4079 | background-repeat: no-repeat; | |
4080 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0); | |
76c653f8 MG |
4081 | -webkit-filter: none; |
4082 | filter: none; | |
6af4c584 MG |
4083 | } |
4084 | .alert .alert-link, | |
4085 | .alert a { | |
4086 | color: #fff; | |
4087 | text-decoration: underline; | |
4088 | } | |
76c653f8 MG |
4089 | .alert .close { |
4090 | color: #000000; | |
4091 | text-decoration: none; | |
6af4c584 | 4092 | } |
76c653f8 MG |
4093 | a.thumbnail:hover, |
4094 | a.thumbnail:focus, | |
4095 | a.thumbnail.active { | |
4096 | border-color: #0c0d0e; | |
6af4c584 | 4097 | } |
76c653f8 MG |
4098 | a.list-group-item.active, |
4099 | a.list-group-item.active:hover, | |
4100 | a.list-group-item.active:focus { | |
4101 | border-color: rgba(0, 0, 0, 0.6); | |
6af4c584 | 4102 | } |
76c653f8 MG |
4103 | a.list-group-item-success.active { |
4104 | background-color: #62c462; | |
6af4c584 | 4105 | } |
76c653f8 MG |
4106 | a.list-group-item-success.active:hover, |
4107 | a.list-group-item-success.active:focus { | |
4108 | background-color: #4fbd4f; | |
6af4c584 | 4109 | } |
76c653f8 MG |
4110 | a.list-group-item-warning.active { |
4111 | background-color: #f89406; | |
6af4c584 | 4112 | } |
76c653f8 MG |
4113 | a.list-group-item-warning.active:hover, |
4114 | a.list-group-item-warning.active:focus { | |
4115 | background-color: #df8505; | |
6af4c584 | 4116 | } |
76c653f8 MG |
4117 | a.list-group-item-danger.active { |
4118 | background-color: #ee5f5b; | |
6af4c584 | 4119 | } |
76c653f8 MG |
4120 | a.list-group-item-danger.active:hover, |
4121 | a.list-group-item-danger.active:focus { | |
4122 | background-color: #ec4844; | |
6af4c584 | 4123 | } |
76c653f8 MG |
4124 | .jumbotron { |
4125 | border: 1px solid rgba(0, 0, 0, 0.6); | |
6af4c584 | 4126 | } |
76c653f8 MG |
4127 | .panel-primary .panel-heading, |
4128 | .panel-success .panel-heading, | |
4129 | .panel-danger .panel-heading, | |
4130 | .panel-warning .panel-heading, | |
4131 | .panel-info .panel-heading { | |
4132 | border-color: #000; | |
6af4c584 | 4133 | } |