]>
Commit | Line | Data |
---|---|---|
1 | /*! | |
2 | * bootswatch v3.3.2 | |
3 | * Homepage: http://bootswatch.com | |
4 | * Copyright 2012-2015 Thomas Park | |
5 | * Licensed under MIT | |
6 | * Based on Bootstrap | |
7 | */ | |
8 | /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | |
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, | |
26 | menu, | |
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 { | |
48 | background-color: transparent; | |
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; | |
99 | -webkit-box-sizing: content-box; | |
100 | box-sizing: content-box; | |
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"] { | |
150 | -webkit-box-sizing: border-box; | |
151 | -moz-box-sizing: border-box; | |
152 | box-sizing: border-box; | |
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 | } | |
192 | /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ | |
193 | @media print { | |
194 | *, | |
195 | *:before, | |
196 | *:after { | |
197 | background: transparent !important; | |
198 | color: #000 !important; | |
199 | -webkit-box-shadow: none !important; | |
200 | box-shadow: none !important; | |
201 | text-shadow: none !important; | |
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 | } | |
213 | a[href^="#"]:after, | |
214 | a[href^="javascript:"]:after { | |
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 | } | |
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 | } | |
258 | .table td, | |
259 | .table th { | |
260 | background-color: #fff !important; | |
261 | } | |
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 { | |
279 | font-size: 10px; | |
280 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
281 | } | |
282 | body { | |
283 | font-family: serif; | |
284 | font-size: 14px; | |
285 | line-height: 1.42857143; | |
286 | color: #555555; | |
287 | background-color: #ffffff; | |
288 | } | |
289 | input, | |
290 | button, | |
291 | select, | |
292 | textarea { | |
293 | font-family: inherit; | |
294 | font-size: inherit; | |
295 | line-height: inherit; | |
296 | } | |
297 | a { | |
298 | color: #2fa4e7; | |
299 | text-decoration: none; | |
300 | } | |
301 | a:hover, | |
302 | a:focus { | |
303 | color: #157ab5; | |
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; | |
328 | background-color: #ffffff; | |
329 | border: 1px solid #dddddd; | |
330 | border-radius: 4px; | |
331 | -webkit-transition: all 0.2s ease-in-out; | |
332 | -o-transition: all 0.2s ease-in-out; | |
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 #eeeeee; | |
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 | } | |
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 | } | |
366 | h1, | |
367 | h2, | |
368 | h3, | |
369 | h4, | |
370 | h5, | |
371 | h6, | |
372 | .h1, | |
373 | .h2, | |
374 | .h3, | |
375 | .h4, | |
376 | .h5, | |
377 | .h6 { | |
378 | font-family: sans-serif; | |
379 | font-weight: 500; | |
380 | line-height: 1.1; | |
381 | color: #317eac; | |
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: #999999; | |
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; | |
487 | font-weight: 300; | |
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 | } | |
499 | mark, | |
500 | .mark { | |
501 | background-color: #fcf8e3; | |
502 | padding: .2em; | |
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 | } | |
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 | } | |
528 | .text-muted { | |
529 | color: #999999; | |
530 | } | |
531 | .text-primary { | |
532 | color: #2fa4e7; | |
533 | } | |
534 | a.text-primary:hover { | |
535 | color: #178acc; | |
536 | } | |
537 | .text-success { | |
538 | color: #468847; | |
539 | } | |
540 | a.text-success:hover { | |
541 | color: #356635; | |
542 | } | |
543 | .text-info { | |
544 | color: #3a87ad; | |
545 | } | |
546 | a.text-info:hover { | |
547 | color: #2d6987; | |
548 | } | |
549 | .text-warning { | |
550 | color: #c09853; | |
551 | } | |
552 | a.text-warning:hover { | |
553 | color: #a47e3c; | |
554 | } | |
555 | .text-danger { | |
556 | color: #b94a48; | |
557 | } | |
558 | a.text-danger:hover { | |
559 | color: #953b39; | |
560 | } | |
561 | .bg-primary { | |
562 | color: #fff; | |
563 | background-color: #2fa4e7; | |
564 | } | |
565 | a.bg-primary:hover { | |
566 | background-color: #178acc; | |
567 | } | |
568 | .bg-success { | |
569 | background-color: #dff0d8; | |
570 | } | |
571 | a.bg-success:hover { | |
572 | background-color: #c1e2b3; | |
573 | } | |
574 | .bg-info { | |
575 | background-color: #d9edf7; | |
576 | } | |
577 | a.bg-info:hover { | |
578 | background-color: #afd9ee; | |
579 | } | |
580 | .bg-warning { | |
581 | background-color: #fcf8e3; | |
582 | } | |
583 | a.bg-warning:hover { | |
584 | background-color: #f7ecb5; | |
585 | } | |
586 | .bg-danger { | |
587 | background-color: #f2dede; | |
588 | } | |
589 | a.bg-danger:hover { | |
590 | background-color: #e4b9b9; | |
591 | } | |
592 | .page-header { | |
593 | padding-bottom: 9px; | |
594 | margin: 40px 0 20px; | |
595 | border-bottom: 1px solid #eeeeee; | |
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; | |
615 | margin-left: -5px; | |
616 | } | |
617 | .list-inline > li { | |
618 | display: inline-block; | |
619 | padding-left: 5px; | |
620 | padding-right: 5px; | |
621 | } | |
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 #999999; | |
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 #eeeeee; | |
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: #999999; | |
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 #eeeeee; | |
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 | } | |
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; | |
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; | |
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; | |
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: #333333; | |
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 { | |
879 | right: auto; | |
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 { | |
918 | left: auto; | |
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 { | |
1036 | right: auto; | |
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 { | |
1075 | left: auto; | |
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 { | |
1194 | right: auto; | |
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 { | |
1233 | left: auto; | |
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 { | |
1352 | right: auto; | |
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 { | |
1391 | left: auto; | |
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 { | |
1434 | background-color: transparent; | |
1435 | } | |
1436 | caption { | |
1437 | padding-top: 8px; | |
1438 | padding-bottom: 8px; | |
1439 | color: #999999; | |
1440 | text-align: left; | |
1441 | } | |
1442 | th { | |
1443 | text-align: left; | |
1444 | } | |
1445 | .table { | |
1446 | width: 100%; | |
1447 | max-width: 100%; | |
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 #dddddd; | |
1460 | } | |
1461 | .table > thead > tr > th { | |
1462 | vertical-align: bottom; | |
1463 | border-bottom: 2px solid #dddddd; | |
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 #dddddd; | |
1475 | } | |
1476 | .table .table { | |
1477 | background-color: #ffffff; | |
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 #dddddd; | |
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 #dddddd; | |
1497 | } | |
1498 | .table-bordered > thead > tr > th, | |
1499 | .table-bordered > thead > tr > td { | |
1500 | border-bottom-width: 2px; | |
1501 | } | |
1502 | .table-striped > tbody > tr:nth-of-type(odd) { | |
1503 | background-color: #f9f9f9; | |
1504 | } | |
1505 | .table-hover > tbody > tr:hover { | |
1506 | background-color: #f5f5f5; | |
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: #f5f5f5; | |
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, | |
1536 | .table-hover > tbody > tr:hover > .active, | |
1537 | .table-hover > tbody > tr.active:hover > th { | |
1538 | background-color: #e8e8e8; | |
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: #dff0d8; | |
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, | |
1557 | .table-hover > tbody > tr:hover > .success, | |
1558 | .table-hover > tbody > tr.success:hover > th { | |
1559 | background-color: #d0e9c6; | |
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: #d9edf7; | |
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, | |
1578 | .table-hover > tbody > tr:hover > .info, | |
1579 | .table-hover > tbody > tr.info:hover > th { | |
1580 | background-color: #c4e3f3; | |
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: #fcf8e3; | |
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, | |
1599 | .table-hover > tbody > tr:hover > .warning, | |
1600 | .table-hover > tbody > tr.warning:hover > th { | |
1601 | background-color: #faf2cc; | |
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: #f2dede; | |
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, | |
1620 | .table-hover > tbody > tr:hover > .danger, | |
1621 | .table-hover > tbody > tr.danger:hover > th { | |
1622 | background-color: #ebcccc; | |
1623 | } | |
1624 | .table-responsive { | |
1625 | overflow-x: auto; | |
1626 | min-height: 0.01%; | |
1627 | } | |
1628 | @media screen and (max-width: 767px) { | |
1629 | .table-responsive { | |
1630 | width: 100%; | |
1631 | margin-bottom: 15px; | |
1632 | overflow-y: hidden; | |
1633 | -ms-overflow-style: -ms-autohiding-scrollbar; | |
1634 | border: 1px solid #dddddd; | |
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: #555555; | |
1687 | border: 0; | |
1688 | border-bottom: 1px solid #e5e5e5; | |
1689 | } | |
1690 | label { | |
1691 | display: inline-block; | |
1692 | max-width: 100%; | |
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; | |
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: #555555; | |
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: #555555; | |
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); | |
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; | |
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 | } | |
1756 | .form-control::-moz-placeholder { | |
1757 | color: #999999; | |
1758 | opacity: 1; | |
1759 | } | |
1760 | .form-control:-ms-input-placeholder { | |
1761 | color: #999999; | |
1762 | } | |
1763 | .form-control::-webkit-input-placeholder { | |
1764 | color: #999999; | |
1765 | } | |
1766 | .form-control[disabled], | |
1767 | .form-control[readonly], | |
1768 | fieldset[disabled] .form-control { | |
1769 | cursor: not-allowed; | |
1770 | background-color: #eeeeee; | |
1771 | opacity: 1; | |
1772 | } | |
1773 | textarea.form-control { | |
1774 | height: auto; | |
1775 | } | |
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, | |
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"] { | |
1794 | line-height: 30px; | |
1795 | } | |
1796 | input[type="date"].input-lg, | |
1797 | input[type="time"].input-lg, | |
1798 | input[type="datetime-local"].input-lg, | |
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"] { | |
1804 | line-height: 54px; | |
1805 | } | |
1806 | } | |
1807 | .form-group { | |
1808 | margin-bottom: 15px; | |
1809 | } | |
1810 | .radio, | |
1811 | .checkbox { | |
1812 | position: relative; | |
1813 | display: block; | |
1814 | margin-top: 10px; | |
1815 | margin-bottom: 10px; | |
1816 | } | |
1817 | .radio label, | |
1818 | .checkbox label { | |
1819 | min-height: 20px; | |
1820 | padding-left: 20px; | |
1821 | margin-bottom: 0; | |
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"] { | |
1829 | position: absolute; | |
1830 | margin-left: -20px; | |
1831 | margin-top: 4px \9; | |
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], | |
1853 | input[type="radio"].disabled, | |
1854 | input[type="checkbox"].disabled, | |
1855 | fieldset[disabled] input[type="radio"], | |
1856 | fieldset[disabled] input[type="checkbox"] { | |
1857 | cursor: not-allowed; | |
1858 | } | |
1859 | .radio-inline.disabled, | |
1860 | .checkbox-inline.disabled, | |
1861 | fieldset[disabled] .radio-inline, | |
1862 | fieldset[disabled] .checkbox-inline { | |
1863 | cursor: not-allowed; | |
1864 | } | |
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 | } | |
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 | } | |
1896 | .form-group-sm .form-control { | |
1897 | height: 30px; | |
1898 | padding: 5px 10px; | |
1899 | font-size: 12px; | |
1900 | line-height: 1.5; | |
1901 | border-radius: 3px; | |
1902 | } | |
1903 | select.form-group-sm .form-control { | |
1904 | height: 30px; | |
1905 | line-height: 30px; | |
1906 | } | |
1907 | textarea.form-group-sm .form-control, | |
1908 | select[multiple].form-group-sm .form-control { | |
1909 | height: auto; | |
1910 | } | |
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 | } | |
1932 | .form-group-lg .form-control { | |
1933 | height: 54px; | |
1934 | padding: 14px 16px; | |
1935 | font-size: 18px; | |
1936 | line-height: 1.3333333; | |
1937 | border-radius: 6px; | |
1938 | } | |
1939 | select.form-group-lg .form-control { | |
1940 | height: 54px; | |
1941 | line-height: 54px; | |
1942 | } | |
1943 | textarea.form-group-lg .form-control, | |
1944 | select[multiple].form-group-lg .form-control { | |
1945 | height: auto; | |
1946 | } | |
1947 | .form-group-lg .form-control-static { | |
1948 | height: 54px; | |
1949 | padding: 14px 16px; | |
1950 | font-size: 18px; | |
1951 | line-height: 1.3333333; | |
1952 | } | |
1953 | .has-feedback { | |
1954 | position: relative; | |
1955 | } | |
1956 | .has-feedback .form-control { | |
1957 | padding-right: 47.5px; | |
1958 | } | |
1959 | .form-control-feedback { | |
1960 | position: absolute; | |
1961 | top: 0; | |
1962 | right: 0; | |
1963 | z-index: 2; | |
1964 | display: block; | |
1965 | width: 38px; | |
1966 | height: 38px; | |
1967 | line-height: 38px; | |
1968 | text-align: center; | |
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; | |
1980 | } | |
1981 | .has-success .help-block, | |
1982 | .has-success .control-label, | |
1983 | .has-success .radio, | |
1984 | .has-success .checkbox, | |
1985 | .has-success .radio-inline, | |
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 { | |
1991 | color: #468847; | |
1992 | } | |
1993 | .has-success .form-control { | |
1994 | border-color: #468847; | |
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: #356635; | |
2000 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
2001 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
2002 | } | |
2003 | .has-success .input-group-addon { | |
2004 | color: #468847; | |
2005 | border-color: #468847; | |
2006 | background-color: #dff0d8; | |
2007 | } | |
2008 | .has-success .form-control-feedback { | |
2009 | color: #468847; | |
2010 | } | |
2011 | .has-warning .help-block, | |
2012 | .has-warning .control-label, | |
2013 | .has-warning .radio, | |
2014 | .has-warning .checkbox, | |
2015 | .has-warning .radio-inline, | |
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 { | |
2021 | color: #c09853; | |
2022 | } | |
2023 | .has-warning .form-control { | |
2024 | border-color: #c09853; | |
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: #a47e3c; | |
2030 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | |
2031 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | |
2032 | } | |
2033 | .has-warning .input-group-addon { | |
2034 | color: #c09853; | |
2035 | border-color: #c09853; | |
2036 | background-color: #fcf8e3; | |
2037 | } | |
2038 | .has-warning .form-control-feedback { | |
2039 | color: #c09853; | |
2040 | } | |
2041 | .has-error .help-block, | |
2042 | .has-error .control-label, | |
2043 | .has-error .radio, | |
2044 | .has-error .checkbox, | |
2045 | .has-error .radio-inline, | |
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 { | |
2051 | color: #b94a48; | |
2052 | } | |
2053 | .has-error .form-control { | |
2054 | border-color: #b94a48; | |
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: #953b39; | |
2060 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | |
2061 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | |
2062 | } | |
2063 | .has-error .input-group-addon { | |
2064 | color: #b94a48; | |
2065 | border-color: #b94a48; | |
2066 | background-color: #f2dede; | |
2067 | } | |
2068 | .has-error .form-control-feedback { | |
2069 | color: #b94a48; | |
2070 | } | |
2071 | .has-feedback label ~ .form-control-feedback { | |
2072 | top: 25px; | |
2073 | } | |
2074 | .has-feedback label.sr-only ~ .form-control-feedback { | |
2075 | top: 0; | |
2076 | } | |
2077 | .help-block { | |
2078 | display: block; | |
2079 | margin-top: 5px; | |
2080 | margin-bottom: 10px; | |
2081 | color: #959595; | |
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 | } | |
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 | } | |
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; | |
2118 | vertical-align: middle; | |
2119 | } | |
2120 | .form-inline .radio label, | |
2121 | .form-inline .checkbox label { | |
2122 | padding-left: 0; | |
2123 | } | |
2124 | .form-inline .radio input[type="radio"], | |
2125 | .form-inline .checkbox input[type="checkbox"] { | |
2126 | position: relative; | |
2127 | margin-left: 0; | |
2128 | } | |
2129 | .form-inline .has-feedback .form-control-feedback { | |
2130 | top: 0; | |
2131 | } | |
2132 | } | |
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 | } | |
2149 | @media (min-width: 768px) { | |
2150 | .form-horizontal .control-label { | |
2151 | text-align: right; | |
2152 | margin-bottom: 0; | |
2153 | padding-top: 9px; | |
2154 | } | |
2155 | } | |
2156 | .form-horizontal .has-feedback .form-control-feedback { | |
2157 | right: 15px; | |
2158 | } | |
2159 | @media (min-width: 768px) { | |
2160 | .form-horizontal .form-group-lg .control-label { | |
2161 | padding-top: 19.6666662px; | |
2162 | } | |
2163 | } | |
2164 | @media (min-width: 768px) { | |
2165 | .form-horizontal .form-group-sm .control-label { | |
2166 | padding-top: 6px; | |
2167 | } | |
2168 | } | |
2169 | .btn { | |
2170 | display: inline-block; | |
2171 | margin-bottom: 0; | |
2172 | font-weight: normal; | |
2173 | text-align: center; | |
2174 | vertical-align: middle; | |
2175 | -ms-touch-action: manipulation; | |
2176 | touch-action: manipulation; | |
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; | |
2188 | user-select: none; | |
2189 | } | |
2190 | .btn:focus, | |
2191 | .btn:active:focus, | |
2192 | .btn.active:focus, | |
2193 | .btn.focus, | |
2194 | .btn:active.focus, | |
2195 | .btn.active.focus { | |
2196 | outline: thin dotted; | |
2197 | outline: 5px auto -webkit-focus-ring-color; | |
2198 | outline-offset: -2px; | |
2199 | } | |
2200 | .btn:hover, | |
2201 | .btn:focus, | |
2202 | .btn.focus { | |
2203 | color: #555555; | |
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: #555555; | |
2225 | background-color: #ffffff; | |
2226 | border-color: rgba(0, 0, 0, 0.1); | |
2227 | } | |
2228 | .btn-default:hover, | |
2229 | .btn-default:focus, | |
2230 | .btn-default.focus, | |
2231 | .btn-default:active, | |
2232 | .btn-default.active, | |
2233 | .open > .dropdown-toggle.btn-default { | |
2234 | color: #555555; | |
2235 | background-color: #e6e6e6; | |
2236 | border-color: rgba(0, 0, 0, 0.1); | |
2237 | } | |
2238 | .btn-default:active, | |
2239 | .btn-default.active, | |
2240 | .open > .dropdown-toggle.btn-default { | |
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, | |
2252 | .btn-default.disabled.focus, | |
2253 | .btn-default[disabled].focus, | |
2254 | fieldset[disabled] .btn-default.focus, | |
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: #ffffff; | |
2262 | border-color: rgba(0, 0, 0, 0.1); | |
2263 | } | |
2264 | .btn-default .badge { | |
2265 | color: #ffffff; | |
2266 | background-color: #555555; | |
2267 | } | |
2268 | .btn-primary { | |
2269 | color: #ffffff; | |
2270 | background-color: #2fa4e7; | |
2271 | border-color: #2fa4e7; | |
2272 | } | |
2273 | .btn-primary:hover, | |
2274 | .btn-primary:focus, | |
2275 | .btn-primary.focus, | |
2276 | .btn-primary:active, | |
2277 | .btn-primary.active, | |
2278 | .open > .dropdown-toggle.btn-primary { | |
2279 | color: #ffffff; | |
2280 | background-color: #178acc; | |
2281 | border-color: #1684c2; | |
2282 | } | |
2283 | .btn-primary:active, | |
2284 | .btn-primary.active, | |
2285 | .open > .dropdown-toggle.btn-primary { | |
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, | |
2297 | .btn-primary.disabled.focus, | |
2298 | .btn-primary[disabled].focus, | |
2299 | fieldset[disabled] .btn-primary.focus, | |
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: #2fa4e7; | |
2307 | border-color: #2fa4e7; | |
2308 | } | |
2309 | .btn-primary .badge { | |
2310 | color: #2fa4e7; | |
2311 | background-color: #ffffff; | |
2312 | } | |
2313 | .btn-success { | |
2314 | color: #ffffff; | |
2315 | background-color: #73a839; | |
2316 | border-color: #73a839; | |
2317 | } | |
2318 | .btn-success:hover, | |
2319 | .btn-success:focus, | |
2320 | .btn-success.focus, | |
2321 | .btn-success:active, | |
2322 | .btn-success.active, | |
2323 | .open > .dropdown-toggle.btn-success { | |
2324 | color: #ffffff; | |
2325 | background-color: #59822c; | |
2326 | border-color: #547a29; | |
2327 | } | |
2328 | .btn-success:active, | |
2329 | .btn-success.active, | |
2330 | .open > .dropdown-toggle.btn-success { | |
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, | |
2342 | .btn-success.disabled.focus, | |
2343 | .btn-success[disabled].focus, | |
2344 | fieldset[disabled] .btn-success.focus, | |
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: #73a839; | |
2352 | border-color: #73a839; | |
2353 | } | |
2354 | .btn-success .badge { | |
2355 | color: #73a839; | |
2356 | background-color: #ffffff; | |
2357 | } | |
2358 | .btn-info { | |
2359 | color: #ffffff; | |
2360 | background-color: #033c73; | |
2361 | border-color: #033c73; | |
2362 | } | |
2363 | .btn-info:hover, | |
2364 | .btn-info:focus, | |
2365 | .btn-info.focus, | |
2366 | .btn-info:active, | |
2367 | .btn-info.active, | |
2368 | .open > .dropdown-toggle.btn-info { | |
2369 | color: #ffffff; | |
2370 | background-color: #022241; | |
2371 | border-color: #011d37; | |
2372 | } | |
2373 | .btn-info:active, | |
2374 | .btn-info.active, | |
2375 | .open > .dropdown-toggle.btn-info { | |
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, | |
2387 | .btn-info.disabled.focus, | |
2388 | .btn-info[disabled].focus, | |
2389 | fieldset[disabled] .btn-info.focus, | |
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: #033c73; | |
2397 | border-color: #033c73; | |
2398 | } | |
2399 | .btn-info .badge { | |
2400 | color: #033c73; | |
2401 | background-color: #ffffff; | |
2402 | } | |
2403 | .btn-warning { | |
2404 | color: #ffffff; | |
2405 | background-color: #dd5600; | |
2406 | border-color: #dd5600; | |
2407 | } | |
2408 | .btn-warning:hover, | |
2409 | .btn-warning:focus, | |
2410 | .btn-warning.focus, | |
2411 | .btn-warning:active, | |
2412 | .btn-warning.active, | |
2413 | .open > .dropdown-toggle.btn-warning { | |
2414 | color: #ffffff; | |
2415 | background-color: #aa4200; | |
2416 | border-color: #a03e00; | |
2417 | } | |
2418 | .btn-warning:active, | |
2419 | .btn-warning.active, | |
2420 | .open > .dropdown-toggle.btn-warning { | |
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, | |
2432 | .btn-warning.disabled.focus, | |
2433 | .btn-warning[disabled].focus, | |
2434 | fieldset[disabled] .btn-warning.focus, | |
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: #dd5600; | |
2442 | border-color: #dd5600; | |
2443 | } | |
2444 | .btn-warning .badge { | |
2445 | color: #dd5600; | |
2446 | background-color: #ffffff; | |
2447 | } | |
2448 | .btn-danger { | |
2449 | color: #ffffff; | |
2450 | background-color: #c71c22; | |
2451 | border-color: #c71c22; | |
2452 | } | |
2453 | .btn-danger:hover, | |
2454 | .btn-danger:focus, | |
2455 | .btn-danger.focus, | |
2456 | .btn-danger:active, | |
2457 | .btn-danger.active, | |
2458 | .open > .dropdown-toggle.btn-danger { | |
2459 | color: #ffffff; | |
2460 | background-color: #9a161a; | |
2461 | border-color: #911419; | |
2462 | } | |
2463 | .btn-danger:active, | |
2464 | .btn-danger.active, | |
2465 | .open > .dropdown-toggle.btn-danger { | |
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, | |
2477 | .btn-danger.disabled.focus, | |
2478 | .btn-danger[disabled].focus, | |
2479 | fieldset[disabled] .btn-danger.focus, | |
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: #c71c22; | |
2487 | border-color: #c71c22; | |
2488 | } | |
2489 | .btn-danger .badge { | |
2490 | color: #c71c22; | |
2491 | background-color: #ffffff; | |
2492 | } | |
2493 | .btn-link { | |
2494 | color: #2fa4e7; | |
2495 | font-weight: normal; | |
2496 | border-radius: 0; | |
2497 | } | |
2498 | .btn-link, | |
2499 | .btn-link:active, | |
2500 | .btn-link.active, | |
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: #157ab5; | |
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: #999999; | |
2524 | text-decoration: none; | |
2525 | } | |
2526 | .btn-lg { | |
2527 | padding: 14px 16px; | |
2528 | font-size: 18px; | |
2529 | line-height: 1.3333333; | |
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%; | |
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; | |
2559 | -o-transition: opacity 0.15s linear; | |
2560 | transition: opacity 0.15s linear; | |
2561 | } | |
2562 | .fade.in { | |
2563 | opacity: 1; | |
2564 | } | |
2565 | .collapse { | |
2566 | display: none; | |
2567 | visibility: hidden; | |
2568 | } | |
2569 | .collapse.in { | |
2570 | display: block; | |
2571 | visibility: visible; | |
2572 | } | |
2573 | tr.collapse.in { | |
2574 | display: table-row; | |
2575 | } | |
2576 | tbody.collapse.in { | |
2577 | display: table-row-group; | |
2578 | } | |
2579 | .collapsing { | |
2580 | position: relative; | |
2581 | height: 0; | |
2582 | overflow: hidden; | |
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; | |
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 | } | |
2603 | .dropup, | |
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; | |
2622 | text-align: left; | |
2623 | background-color: #ffffff; | |
2624 | border: 1px solid #cccccc; | |
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); | |
2629 | -webkit-background-clip: padding-box; | |
2630 | background-clip: padding-box; | |
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: #e5e5e5; | |
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: #333333; | |
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: #2fa4e7; | |
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: #2fa4e7; | |
2664 | } | |
2665 | .dropdown-menu > .disabled > a, | |
2666 | .dropdown-menu > .disabled > a:hover, | |
2667 | .dropdown-menu > .disabled > a:focus { | |
2668 | color: #999999; | |
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: #999999; | |
2698 | white-space: nowrap; | |
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%; | |
2722 | margin-bottom: 2px; | |
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: #eeeeee; | |
2752 | } | |
2753 | .nav > li.disabled > a { | |
2754 | color: #999999; | |
2755 | } | |
2756 | .nav > li.disabled > a:hover, | |
2757 | .nav > li.disabled > a:focus { | |
2758 | color: #999999; | |
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: #eeeeee; | |
2767 | border-color: #2fa4e7; | |
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 #dddddd; | |
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: #eeeeee #eeeeee #dddddd; | |
2793 | } | |
2794 | .nav-tabs > li.active > a, | |
2795 | .nav-tabs > li.active > a:hover, | |
2796 | .nav-tabs > li.active > a:focus { | |
2797 | color: #555555; | |
2798 | background-color: #ffffff; | |
2799 | border: 1px solid #dddddd; | |
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 #dddddd; | |
2835 | } | |
2836 | @media (min-width: 768px) { | |
2837 | .nav-tabs.nav-justified > li > a { | |
2838 | border-bottom: 1px solid #dddddd; | |
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: #ffffff; | |
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: #2fa4e7; | |
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 #dddddd; | |
2903 | } | |
2904 | @media (min-width: 768px) { | |
2905 | .nav-tabs-justified > li > a { | |
2906 | border-bottom: 1px solid #dddddd; | |
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: #ffffff; | |
2913 | } | |
2914 | } | |
2915 | .tab-content > .tab-pane { | |
2916 | display: none; | |
2917 | visibility: hidden; | |
2918 | } | |
2919 | .tab-content > .active { | |
2920 | display: block; | |
2921 | visibility: visible; | |
2922 | } | |
2923 | .nav-tabs .dropdown-menu { | |
2924 | margin-top: -1px; | |
2925 | border-top-right-radius: 0; | |
2926 | border-top-left-radius: 0; | |
2927 | } | |
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: #ffffff; | |
2942 | border: 1px solid #dddddd; | |
2943 | border-radius: 15px; | |
2944 | } | |
2945 | .pager li > a:hover, | |
2946 | .pager li > a:focus { | |
2947 | text-decoration: none; | |
2948 | background-color: #eeeeee; | |
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: #999999; | |
2963 | background-color: #ffffff; | |
2964 | cursor: not-allowed; | |
2965 | } | |
2966 | .list-group { | |
2967 | margin-bottom: 20px; | |
2968 | padding-left: 0; | |
2969 | } | |
2970 | .list-group-item { | |
2971 | position: relative; | |
2972 | display: block; | |
2973 | padding: 10px 15px; | |
2974 | margin-bottom: -1px; | |
2975 | background-color: #ffffff; | |
2976 | border: 1px solid #dddddd; | |
2977 | } | |
2978 | .list-group-item:first-child { | |
2979 | border-top-right-radius: 4px; | |
2980 | border-top-left-radius: 4px; | |
2981 | } | |
2982 | .list-group-item:last-child { | |
2983 | margin-bottom: 0; | |
2984 | border-bottom-right-radius: 4px; | |
2985 | border-bottom-left-radius: 4px; | |
2986 | } | |
2987 | a.list-group-item { | |
2988 | color: #555555; | |
2989 | } | |
2990 | a.list-group-item .list-group-item-heading { | |
2991 | color: #333333; | |
2992 | } | |
2993 | a.list-group-item:hover, | |
2994 | a.list-group-item:focus { | |
2995 | text-decoration: none; | |
2996 | color: #555555; | |
2997 | background-color: #f5f5f5; | |
2998 | } | |
2999 | .list-group-item.disabled, | |
3000 | .list-group-item.disabled:hover, | |
3001 | .list-group-item.disabled:focus { | |
3002 | background-color: #eeeeee; | |
3003 | color: #999999; | |
3004 | cursor: not-allowed; | |
3005 | } | |
3006 | .list-group-item.disabled .list-group-item-heading, | |
3007 | .list-group-item.disabled:hover .list-group-item-heading, | |
3008 | .list-group-item.disabled:focus .list-group-item-heading { | |
3009 | color: inherit; | |
3010 | } | |
3011 | .list-group-item.disabled .list-group-item-text, | |
3012 | .list-group-item.disabled:hover .list-group-item-text, | |
3013 | .list-group-item.disabled:focus .list-group-item-text { | |
3014 | color: #999999; | |
3015 | } | |
3016 | .list-group-item.active, | |
3017 | .list-group-item.active:hover, | |
3018 | .list-group-item.active:focus { | |
3019 | z-index: 2; | |
3020 | color: #ffffff; | |
3021 | background-color: #2fa4e7; | |
3022 | border-color: #2fa4e7; | |
3023 | } | |
3024 | .list-group-item.active .list-group-item-heading, | |
3025 | .list-group-item.active:hover .list-group-item-heading, | |
3026 | .list-group-item.active:focus .list-group-item-heading, | |
3027 | .list-group-item.active .list-group-item-heading > small, | |
3028 | .list-group-item.active:hover .list-group-item-heading > small, | |
3029 | .list-group-item.active:focus .list-group-item-heading > small, | |
3030 | .list-group-item.active .list-group-item-heading > .small, | |
3031 | .list-group-item.active:hover .list-group-item-heading > .small, | |
3032 | .list-group-item.active:focus .list-group-item-heading > .small { | |
3033 | color: inherit; | |
3034 | } | |
3035 | .list-group-item.active .list-group-item-text, | |
3036 | .list-group-item.active:hover .list-group-item-text, | |
3037 | .list-group-item.active:focus .list-group-item-text { | |
3038 | color: #e6f4fc; | |
3039 | } | |
3040 | .list-group-item-success { | |
3041 | color: #468847; | |
3042 | background-color: #dff0d8; | |
3043 | } | |
3044 | a.list-group-item-success { | |
3045 | color: #468847; | |
3046 | } | |
3047 | a.list-group-item-success .list-group-item-heading { | |
3048 | color: inherit; | |
3049 | } | |
3050 | a.list-group-item-success:hover, | |
3051 | a.list-group-item-success:focus { | |
3052 | color: #468847; | |
3053 | background-color: #d0e9c6; | |
3054 | } | |
3055 | a.list-group-item-success.active, | |
3056 | a.list-group-item-success.active:hover, | |
3057 | a.list-group-item-success.active:focus { | |
3058 | color: #fff; | |
3059 | background-color: #468847; | |
3060 | border-color: #468847; | |
3061 | } | |
3062 | .list-group-item-info { | |
3063 | color: #3a87ad; | |
3064 | background-color: #d9edf7; | |
3065 | } | |
3066 | a.list-group-item-info { | |
3067 | color: #3a87ad; | |
3068 | } | |
3069 | a.list-group-item-info .list-group-item-heading { | |
3070 | color: inherit; | |
3071 | } | |
3072 | a.list-group-item-info:hover, | |
3073 | a.list-group-item-info:focus { | |
3074 | color: #3a87ad; | |
3075 | background-color: #c4e3f3; | |
3076 | } | |
3077 | a.list-group-item-info.active, | |
3078 | a.list-group-item-info.active:hover, | |
3079 | a.list-group-item-info.active:focus { | |
3080 | color: #fff; | |
3081 | background-color: #3a87ad; | |
3082 | border-color: #3a87ad; | |
3083 | } | |
3084 | .list-group-item-warning { | |
3085 | color: #c09853; | |
3086 | background-color: #fcf8e3; | |
3087 | } | |
3088 | a.list-group-item-warning { | |
3089 | color: #c09853; | |
3090 | } | |
3091 | a.list-group-item-warning .list-group-item-heading { | |
3092 | color: inherit; | |
3093 | } | |
3094 | a.list-group-item-warning:hover, | |
3095 | a.list-group-item-warning:focus { | |
3096 | color: #c09853; | |
3097 | background-color: #faf2cc; | |
3098 | } | |
3099 | a.list-group-item-warning.active, | |
3100 | a.list-group-item-warning.active:hover, | |
3101 | a.list-group-item-warning.active:focus { | |
3102 | color: #fff; | |
3103 | background-color: #c09853; | |
3104 | border-color: #c09853; | |
3105 | } | |
3106 | .list-group-item-danger { | |
3107 | color: #b94a48; | |
3108 | background-color: #f2dede; | |
3109 | } | |
3110 | a.list-group-item-danger { | |
3111 | color: #b94a48; | |
3112 | } | |
3113 | a.list-group-item-danger .list-group-item-heading { | |
3114 | color: inherit; | |
3115 | } | |
3116 | a.list-group-item-danger:hover, | |
3117 | a.list-group-item-danger:focus { | |
3118 | color: #b94a48; | |
3119 | background-color: #ebcccc; | |
3120 | } | |
3121 | a.list-group-item-danger.active, | |
3122 | a.list-group-item-danger.active:hover, | |
3123 | a.list-group-item-danger.active:focus { | |
3124 | color: #fff; | |
3125 | background-color: #b94a48; | |
3126 | border-color: #b94a48; | |
3127 | } | |
3128 | .list-group-item-heading { | |
3129 | margin-top: 0; | |
3130 | margin-bottom: 5px; | |
3131 | } | |
3132 | .list-group-item-text { | |
3133 | margin-bottom: 0; | |
3134 | line-height: 1.3; | |
3135 | } | |
3136 | .well { | |
3137 | min-height: 20px; | |
3138 | padding: 19px; | |
3139 | margin-bottom: 20px; | |
3140 | background-color: #f5f5f5; | |
3141 | border: 1px solid #e3e3e3; | |
3142 | border-radius: 4px; | |
3143 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
3144 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
3145 | } | |
3146 | .well blockquote { | |
3147 | border-color: #ddd; | |
3148 | border-color: rgba(0, 0, 0, 0.15); | |
3149 | } | |
3150 | .well-lg { | |
3151 | padding: 24px; | |
3152 | border-radius: 6px; | |
3153 | } | |
3154 | .well-sm { | |
3155 | padding: 9px; | |
3156 | border-radius: 3px; | |
3157 | } | |
3158 | .close { | |
3159 | float: right; | |
3160 | font-size: 21px; | |
3161 | font-weight: bold; | |
3162 | line-height: 1; | |
3163 | color: #000000; | |
3164 | text-shadow: 0 1px 0 #ffffff; | |
3165 | opacity: 0.2; | |
3166 | filter: alpha(opacity=20); | |
3167 | } | |
3168 | .close:hover, | |
3169 | .close:focus { | |
3170 | color: #000000; | |
3171 | text-decoration: none; | |
3172 | cursor: pointer; | |
3173 | opacity: 0.5; | |
3174 | filter: alpha(opacity=50); | |
3175 | } | |
3176 | button.close { | |
3177 | padding: 0; | |
3178 | cursor: pointer; | |
3179 | background: transparent; | |
3180 | border: 0; | |
3181 | -webkit-appearance: none; | |
3182 | } | |
3183 | .modal-open { | |
3184 | overflow: hidden; | |
3185 | } | |
3186 | .modal { | |
3187 | display: none; | |
3188 | overflow: hidden; | |
3189 | position: fixed; | |
3190 | top: 0; | |
3191 | right: 0; | |
3192 | bottom: 0; | |
3193 | left: 0; | |
3194 | z-index: 1040; | |
3195 | -webkit-overflow-scrolling: touch; | |
3196 | outline: 0; | |
3197 | } | |
3198 | .modal.fade .modal-dialog { | |
3199 | -webkit-transform: translate(0, -25%); | |
3200 | -ms-transform: translate(0, -25%); | |
3201 | -o-transform: translate(0, -25%); | |
3202 | transform: translate(0, -25%); | |
3203 | -webkit-transition: -webkit-transform 0.3s ease-out; | |
3204 | -o-transition: -o-transform 0.3s ease-out; | |
3205 | transition: transform 0.3s ease-out; | |
3206 | } | |
3207 | .modal.in .modal-dialog { | |
3208 | -webkit-transform: translate(0, 0); | |
3209 | -ms-transform: translate(0, 0); | |
3210 | -o-transform: translate(0, 0); | |
3211 | transform: translate(0, 0); | |
3212 | } | |
3213 | .modal-open .modal { | |
3214 | overflow-x: hidden; | |
3215 | overflow-y: auto; | |
3216 | } | |
3217 | .modal-dialog { | |
3218 | position: relative; | |
3219 | width: auto; | |
3220 | margin: 10px; | |
3221 | } | |
3222 | .modal-content { | |
3223 | position: relative; | |
3224 | background-color: #ffffff; | |
3225 | border: 1px solid #999999; | |
3226 | border: 1px solid rgba(0, 0, 0, 0.2); | |
3227 | border-radius: 6px; | |
3228 | -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
3229 | box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
3230 | -webkit-background-clip: padding-box; | |
3231 | background-clip: padding-box; | |
3232 | outline: 0; | |
3233 | } | |
3234 | .modal-backdrop { | |
3235 | position: absolute; | |
3236 | top: 0; | |
3237 | right: 0; | |
3238 | left: 0; | |
3239 | background-color: #000000; | |
3240 | } | |
3241 | .modal-backdrop.fade { | |
3242 | opacity: 0; | |
3243 | filter: alpha(opacity=0); | |
3244 | } | |
3245 | .modal-backdrop.in { | |
3246 | opacity: 0.5; | |
3247 | filter: alpha(opacity=50); | |
3248 | } | |
3249 | .modal-header { | |
3250 | padding: 15px; | |
3251 | border-bottom: 1px solid #e5e5e5; | |
3252 | min-height: 16.42857143px; | |
3253 | } | |
3254 | .modal-header .close { | |
3255 | margin-top: -2px; | |
3256 | } | |
3257 | .modal-title { | |
3258 | margin: 0; | |
3259 | line-height: 1.42857143; | |
3260 | } | |
3261 | .modal-body { | |
3262 | position: relative; | |
3263 | padding: 20px; | |
3264 | } | |
3265 | .modal-footer { | |
3266 | padding: 20px; | |
3267 | text-align: right; | |
3268 | border-top: 1px solid #e5e5e5; | |
3269 | } | |
3270 | .modal-footer .btn + .btn { | |
3271 | margin-left: 5px; | |
3272 | margin-bottom: 0; | |
3273 | } | |
3274 | .modal-footer .btn-group .btn + .btn { | |
3275 | margin-left: -1px; | |
3276 | } | |
3277 | .modal-footer .btn-block + .btn-block { | |
3278 | margin-left: 0; | |
3279 | } | |
3280 | .modal-scrollbar-measure { | |
3281 | position: absolute; | |
3282 | top: -9999px; | |
3283 | width: 50px; | |
3284 | height: 50px; | |
3285 | overflow: scroll; | |
3286 | } | |
3287 | @media (min-width: 768px) { | |
3288 | .modal-dialog { | |
3289 | width: 600px; | |
3290 | margin: 30px auto; | |
3291 | } | |
3292 | .modal-content { | |
3293 | -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
3294 | box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
3295 | } | |
3296 | .modal-sm { | |
3297 | width: 300px; | |
3298 | } | |
3299 | } | |
3300 | @media (min-width: 992px) { | |
3301 | .modal-lg { | |
3302 | width: 900px; | |
3303 | } | |
3304 | } | |
3305 | .clearfix:before, | |
3306 | .clearfix:after, | |
3307 | .dl-horizontal dd:before, | |
3308 | .dl-horizontal dd:after, | |
3309 | .container:before, | |
3310 | .container:after, | |
3311 | .container-fluid:before, | |
3312 | .container-fluid:after, | |
3313 | .row:before, | |
3314 | .row:after, | |
3315 | .form-horizontal .form-group:before, | |
3316 | .form-horizontal .form-group:after, | |
3317 | .nav:before, | |
3318 | .nav:after, | |
3319 | .pager:before, | |
3320 | .pager:after, | |
3321 | .modal-footer:before, | |
3322 | .modal-footer:after { | |
3323 | content: " "; | |
3324 | display: table; | |
3325 | } | |
3326 | .clearfix:after, | |
3327 | .dl-horizontal dd:after, | |
3328 | .container:after, | |
3329 | .container-fluid:after, | |
3330 | .row:after, | |
3331 | .form-horizontal .form-group:after, | |
3332 | .nav:after, | |
3333 | .pager:after, | |
3334 | .modal-footer:after { | |
3335 | clear: both; | |
3336 | } | |
3337 | .center-block { | |
3338 | display: block; | |
3339 | margin-left: auto; | |
3340 | margin-right: auto; | |
3341 | } | |
3342 | .pull-right { | |
3343 | float: right !important; | |
3344 | } | |
3345 | .pull-left { | |
3346 | float: left !important; | |
3347 | } | |
3348 | .hide { | |
3349 | display: none !important; | |
3350 | } | |
3351 | .show { | |
3352 | display: block !important; | |
3353 | } | |
3354 | .invisible { | |
3355 | visibility: hidden; | |
3356 | } | |
3357 | .text-hide { | |
3358 | font: 0/0 a; | |
3359 | color: transparent; | |
3360 | text-shadow: none; | |
3361 | background-color: transparent; | |
3362 | border: 0; | |
3363 | } | |
3364 | .hidden { | |
3365 | display: none !important; | |
3366 | visibility: hidden !important; | |
3367 | } | |
3368 | .affix { | |
3369 | position: fixed; | |
3370 | } | |
3371 | @-ms-viewport { | |
3372 | width: device-width; | |
3373 | } | |
3374 | .visible-xs, | |
3375 | .visible-sm, | |
3376 | .visible-md, | |
3377 | .visible-lg { | |
3378 | display: none !important; | |
3379 | } | |
3380 | .visible-xs-block, | |
3381 | .visible-xs-inline, | |
3382 | .visible-xs-inline-block, | |
3383 | .visible-sm-block, | |
3384 | .visible-sm-inline, | |
3385 | .visible-sm-inline-block, | |
3386 | .visible-md-block, | |
3387 | .visible-md-inline, | |
3388 | .visible-md-inline-block, | |
3389 | .visible-lg-block, | |
3390 | .visible-lg-inline, | |
3391 | .visible-lg-inline-block { | |
3392 | display: none !important; | |
3393 | } | |
3394 | @media (max-width: 767px) { | |
3395 | .visible-xs { | |
3396 | display: block !important; | |
3397 | } | |
3398 | table.visible-xs { | |
3399 | display: table; | |
3400 | } | |
3401 | tr.visible-xs { | |
3402 | display: table-row !important; | |
3403 | } | |
3404 | th.visible-xs, | |
3405 | td.visible-xs { | |
3406 | display: table-cell !important; | |
3407 | } | |
3408 | } | |
3409 | @media (max-width: 767px) { | |
3410 | .visible-xs-block { | |
3411 | display: block !important; | |
3412 | } | |
3413 | } | |
3414 | @media (max-width: 767px) { | |
3415 | .visible-xs-inline { | |
3416 | display: inline !important; | |
3417 | } | |
3418 | } | |
3419 | @media (max-width: 767px) { | |
3420 | .visible-xs-inline-block { | |
3421 | display: inline-block !important; | |
3422 | } | |
3423 | } | |
3424 | @media (min-width: 768px) and (max-width: 991px) { | |
3425 | .visible-sm { | |
3426 | display: block !important; | |
3427 | } | |
3428 | table.visible-sm { | |
3429 | display: table; | |
3430 | } | |
3431 | tr.visible-sm { | |
3432 | display: table-row !important; | |
3433 | } | |
3434 | th.visible-sm, | |
3435 | td.visible-sm { | |
3436 | display: table-cell !important; | |
3437 | } | |
3438 | } | |
3439 | @media (min-width: 768px) and (max-width: 991px) { | |
3440 | .visible-sm-block { | |
3441 | display: block !important; | |
3442 | } | |
3443 | } | |
3444 | @media (min-width: 768px) and (max-width: 991px) { | |
3445 | .visible-sm-inline { | |
3446 | display: inline !important; | |
3447 | } | |
3448 | } | |
3449 | @media (min-width: 768px) and (max-width: 991px) { | |
3450 | .visible-sm-inline-block { | |
3451 | display: inline-block !important; | |
3452 | } | |
3453 | } | |
3454 | @media (min-width: 992px) and (max-width: 1199px) { | |
3455 | .visible-md { | |
3456 | display: block !important; | |
3457 | } | |
3458 | table.visible-md { | |
3459 | display: table; | |
3460 | } | |
3461 | tr.visible-md { | |
3462 | display: table-row !important; | |
3463 | } | |
3464 | th.visible-md, | |
3465 | td.visible-md { | |
3466 | display: table-cell !important; | |
3467 | } | |
3468 | } | |
3469 | @media (min-width: 992px) and (max-width: 1199px) { | |
3470 | .visible-md-block { | |
3471 | display: block !important; | |
3472 | } | |
3473 | } | |
3474 | @media (min-width: 992px) and (max-width: 1199px) { | |
3475 | .visible-md-inline { | |
3476 | display: inline !important; | |
3477 | } | |
3478 | } | |
3479 | @media (min-width: 992px) and (max-width: 1199px) { | |
3480 | .visible-md-inline-block { | |
3481 | display: inline-block !important; | |
3482 | } | |
3483 | } | |
3484 | @media (min-width: 1200px) { | |
3485 | .visible-lg { | |
3486 | display: block !important; | |
3487 | } | |
3488 | table.visible-lg { | |
3489 | display: table; | |
3490 | } | |
3491 | tr.visible-lg { | |
3492 | display: table-row !important; | |
3493 | } | |
3494 | th.visible-lg, | |
3495 | td.visible-lg { | |
3496 | display: table-cell !important; | |
3497 | } | |
3498 | } | |
3499 | @media (min-width: 1200px) { | |
3500 | .visible-lg-block { | |
3501 | display: block !important; | |
3502 | } | |
3503 | } | |
3504 | @media (min-width: 1200px) { | |
3505 | .visible-lg-inline { | |
3506 | display: inline !important; | |
3507 | } | |
3508 | } | |
3509 | @media (min-width: 1200px) { | |
3510 | .visible-lg-inline-block { | |
3511 | display: inline-block !important; | |
3512 | } | |
3513 | } | |
3514 | @media (max-width: 767px) { | |
3515 | .hidden-xs { | |
3516 | display: none !important; | |
3517 | } | |
3518 | } | |
3519 | @media (min-width: 768px) and (max-width: 991px) { | |
3520 | .hidden-sm { | |
3521 | display: none !important; | |
3522 | } | |
3523 | } | |
3524 | @media (min-width: 992px) and (max-width: 1199px) { | |
3525 | .hidden-md { | |
3526 | display: none !important; | |
3527 | } | |
3528 | } | |
3529 | @media (min-width: 1200px) { | |
3530 | .hidden-lg { | |
3531 | display: none !important; | |
3532 | } | |
3533 | } | |
3534 | .visible-print { | |
3535 | display: none !important; | |
3536 | } | |
3537 | @media print { | |
3538 | .visible-print { | |
3539 | display: block !important; | |
3540 | } | |
3541 | table.visible-print { | |
3542 | display: table; | |
3543 | } | |
3544 | tr.visible-print { | |
3545 | display: table-row !important; | |
3546 | } | |
3547 | th.visible-print, | |
3548 | td.visible-print { | |
3549 | display: table-cell !important; | |
3550 | } | |
3551 | } | |
3552 | .visible-print-block { | |
3553 | display: none !important; | |
3554 | } | |
3555 | @media print { | |
3556 | .visible-print-block { | |
3557 | display: block !important; | |
3558 | } | |
3559 | } | |
3560 | .visible-print-inline { | |
3561 | display: none !important; | |
3562 | } | |
3563 | @media print { | |
3564 | .visible-print-inline { | |
3565 | display: inline !important; | |
3566 | } | |
3567 | } | |
3568 | .visible-print-inline-block { | |
3569 | display: none !important; | |
3570 | } | |
3571 | @media print { | |
3572 | .visible-print-inline-block { | |
3573 | display: inline-block !important; | |
3574 | } | |
3575 | } | |
3576 | @media print { | |
3577 | .hidden-print { | |
3578 | display: none !important; | |
3579 | } | |
3580 | } | |
3581 | .navbar { | |
3582 | background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); | |
3583 | background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); | |
3584 | background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5)); | |
3585 | background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); | |
3586 | background-repeat: no-repeat; | |
3587 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0); | |
3588 | border-bottom: 1px solid #178acc; | |
3589 | -webkit-filter: none; | |
3590 | filter: none; | |
3591 | -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); | |
3592 | box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); | |
3593 | } | |
3594 | .navbar-default .badge { | |
3595 | background-color: #fff; | |
3596 | color: #2fa4e7; | |
3597 | } | |
3598 | .navbar-inverse { | |
3599 | background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769); | |
3600 | background-image: -o-linear-gradient(#04519b, #044687 60%, #033769); | |
3601 | background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769)); | |
3602 | background-image: linear-gradient(#04519b, #044687 60%, #033769); | |
3603 | background-repeat: no-repeat; | |
3604 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0); | |
3605 | -webkit-filter: none; | |
3606 | filter: none; | |
3607 | border-bottom: 1px solid #022241; | |
3608 | } | |
3609 | .navbar-inverse .badge { | |
3610 | background-color: #fff; | |
3611 | color: #033c73; | |
3612 | } | |
3613 | .navbar .navbar-nav > li > a, | |
3614 | .navbar-brand { | |
3615 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); | |
3616 | } | |
3617 | @media (max-width: 767px) { | |
3618 | .navbar .dropdown-header { | |
3619 | color: #fff; | |
3620 | } | |
3621 | } | |
3622 | .btn { | |
3623 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); | |
3624 | } | |
3625 | .btn .caret { | |
3626 | border-top-color: #fff; | |
3627 | } | |
3628 | .btn-default { | |
3629 | background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); | |
3630 | background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); | |
3631 | background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5)); | |
3632 | background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); | |
3633 | background-repeat: no-repeat; | |
3634 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0); | |
3635 | -webkit-filter: none; | |
3636 | filter: none; | |
3637 | border-bottom: 1px solid #e6e6e6; | |
3638 | } | |
3639 | .btn-default:hover { | |
3640 | color: #555555; | |
3641 | } | |
3642 | .btn-default .caret { | |
3643 | border-top-color: #555555; | |
3644 | } | |
3645 | .btn-default { | |
3646 | background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); | |
3647 | background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); | |
3648 | background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5)); | |
3649 | background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5); | |
3650 | background-repeat: no-repeat; | |
3651 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0); | |
3652 | -webkit-filter: none; | |
3653 | filter: none; | |
3654 | border-bottom: 1px solid #e6e6e6; | |
3655 | } | |
3656 | .btn-primary { | |
3657 | background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); | |
3658 | background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); | |
3659 | background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5)); | |
3660 | background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); | |
3661 | background-repeat: no-repeat; | |
3662 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0); | |
3663 | -webkit-filter: none; | |
3664 | filter: none; | |
3665 | border-bottom: 1px solid #178acc; | |
3666 | } | |
3667 | .btn-success { | |
3668 | background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934); | |
3669 | background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934); | |
3670 | background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73a839), to(#699934)); | |
3671 | background-image: linear-gradient(#88c149, #73a839 60%, #699934); | |
3672 | background-repeat: no-repeat; | |
3673 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0); | |
3674 | -webkit-filter: none; | |
3675 | filter: none; | |
3676 | border-bottom: 1px solid #59822c; | |
3677 | } | |
3678 | .btn-info { | |
3679 | background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f); | |
3680 | background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f); | |
3681 | background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033c73), to(#02325f)); | |
3682 | background-image: linear-gradient(#04519b, #033c73 60%, #02325f); | |
3683 | background-repeat: no-repeat; | |
3684 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0); | |
3685 | -webkit-filter: none; | |
3686 | filter: none; | |
3687 | border-bottom: 1px solid #022241; | |
3688 | } | |
3689 | .btn-warning { | |
3690 | background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00); | |
3691 | background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00); | |
3692 | background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6707), color-stop(60%, #dd5600), to(#c94e00)); | |
3693 | background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00); | |
3694 | background-repeat: no-repeat; | |
3695 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0); | |
3696 | -webkit-filter: none; | |
3697 | filter: none; | |
3698 | border-bottom: 1px solid #aa4200; | |
3699 | } | |
3700 | .btn-danger { | |
3701 | background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f); | |
3702 | background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f); | |
3703 | background-image: -webkit-gradient(linear, left top, left bottom, from(#e12b31), color-stop(60%, #c71c22), to(#b5191f)); | |
3704 | background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f); | |
3705 | background-repeat: no-repeat; | |
3706 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0); | |
3707 | -webkit-filter: none; | |
3708 | filter: none; | |
3709 | border-bottom: 1px solid #9a161a; | |
3710 | } | |
3711 | .panel-primary .panel-heading, | |
3712 | .panel-success .panel-heading, | |
3713 | .panel-warning .panel-heading, | |
3714 | .panel-danger .panel-heading, | |
3715 | .panel-info .panel-heading, | |
3716 | .panel-primary .panel-title, | |
3717 | .panel-success .panel-title, | |
3718 | .panel-warning .panel-title, | |
3719 | .panel-danger .panel-title, | |
3720 | .panel-info .panel-title { | |
3721 | color: #fff; | |
3722 | } |