##// END OF EJS Templates
styling: #3985 graph header button spacing
lisaq -
Show More
@@ -1,9512 +1,9518 b''
1 1 /*!
2 2 * Bootstrap v3.3.6 (http://getbootstrap.com)
3 3 * Copyright 2011-2015 Twitter, Inc.
4 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 5 */
6 6 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
7 7 html {
8 8 font-family: sans-serif;
9 9 -ms-text-size-adjust: 100%;
10 10 -webkit-text-size-adjust: 100%;
11 11 }
12 12 body {
13 13 margin: 0;
14 14 }
15 15 article,
16 16 aside,
17 17 details,
18 18 figcaption,
19 19 figure,
20 20 footer,
21 21 header,
22 22 hgroup,
23 23 main,
24 24 menu,
25 25 nav,
26 26 section,
27 27 summary {
28 28 display: block;
29 29 }
30 30 audio,
31 31 canvas,
32 32 progress,
33 33 video {
34 34 display: inline-block;
35 35 vertical-align: baseline;
36 36 }
37 37 audio:not([controls]) {
38 38 display: none;
39 39 height: 0;
40 40 }
41 41 [hidden],
42 42 template {
43 43 display: none;
44 44 }
45 45 a {
46 46 background-color: transparent;
47 47 }
48 48 a:active,
49 49 a:hover {
50 50 outline: 0;
51 51 }
52 52 abbr[title] {
53 53 border-bottom: 1px dotted;
54 54 }
55 55 b,
56 56 strong {
57 57 font-weight: bold;
58 58 }
59 59 dfn {
60 60 font-style: italic;
61 61 }
62 62 h1 {
63 63 font-size: 2em;
64 64 margin: 0.67em 0;
65 65 }
66 66 mark {
67 67 background: #ff0;
68 68 color: #000;
69 69 }
70 70 small {
71 71 font-size: 80%;
72 72 }
73 73 sub,
74 74 sup {
75 75 font-size: 75%;
76 76 line-height: 0;
77 77 position: relative;
78 78 vertical-align: baseline;
79 79 }
80 80 sup {
81 81 top: -0.5em;
82 82 }
83 83 sub {
84 84 bottom: -0.25em;
85 85 }
86 86 img {
87 87 border: 0;
88 88 }
89 89 svg:not(:root) {
90 90 overflow: hidden;
91 91 }
92 92 figure {
93 93 margin: 1em 40px;
94 94 }
95 95 hr {
96 96 box-sizing: content-box;
97 97 height: 0;
98 98 }
99 99 pre {
100 100 overflow: auto;
101 101 }
102 102 code,
103 103 kbd,
104 104 pre,
105 105 samp {
106 106 font-family: monospace, monospace;
107 107 font-size: 1em;
108 108 }
109 109 button,
110 110 input,
111 111 optgroup,
112 112 select,
113 113 textarea {
114 114 color: inherit;
115 115 font: inherit;
116 116 margin: 0;
117 117 }
118 118 button {
119 119 overflow: visible;
120 120 }
121 121 button,
122 122 select {
123 123 text-transform: none;
124 124 }
125 125 button,
126 126 html input[type="button"],
127 127 input[type="reset"],
128 128 input[type="submit"] {
129 129 -webkit-appearance: button;
130 130 cursor: pointer;
131 131 }
132 132 button[disabled],
133 133 html input[disabled] {
134 134 cursor: default;
135 135 }
136 136 button::-moz-focus-inner,
137 137 input::-moz-focus-inner {
138 138 border: 0;
139 139 padding: 0;
140 140 }
141 141 input {
142 142 line-height: normal;
143 143 }
144 144 input[type="checkbox"],
145 145 input[type="radio"] {
146 146 box-sizing: border-box;
147 147 padding: 0;
148 148 }
149 149 input[type="number"]::-webkit-inner-spin-button,
150 150 input[type="number"]::-webkit-outer-spin-button {
151 151 height: auto;
152 152 }
153 153 input[type="search"] {
154 154 -webkit-appearance: textfield;
155 155 box-sizing: content-box;
156 156 }
157 157 input[type="search"]::-webkit-search-cancel-button,
158 158 input[type="search"]::-webkit-search-decoration {
159 159 -webkit-appearance: none;
160 160 }
161 161 fieldset {
162 162 border: 1px solid #c0c0c0;
163 163 margin: 0 2px;
164 164 padding: 0.35em 0.625em 0.75em;
165 165 }
166 166 legend {
167 167 border: 0;
168 168 padding: 0;
169 169 }
170 170 textarea {
171 171 overflow: auto;
172 172 }
173 173 optgroup {
174 174 font-weight: bold;
175 175 }
176 176 table {
177 177 border-collapse: collapse;
178 178 border-spacing: 0;
179 179 }
180 180 td,
181 181 th {
182 182 padding: 0;
183 183 }
184 184 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
185 185 @media print {
186 186 *,
187 187 *:before,
188 188 *:after {
189 189 background: transparent !important;
190 190 color: #000 !important;
191 191 box-shadow: none !important;
192 192 text-shadow: none !important;
193 193 }
194 194 a,
195 195 a:visited {
196 196 text-decoration: underline;
197 197 }
198 198 a[href]:after {
199 199 content: " (" attr(href) ")";
200 200 }
201 201 abbr[title]:after {
202 202 content: " (" attr(title) ")";
203 203 }
204 204 a[href^="#"]:after,
205 205 a[href^="javascript:"]:after {
206 206 content: "";
207 207 }
208 208 pre,
209 209 blockquote {
210 210 border: 1px solid #999;
211 211 page-break-inside: avoid;
212 212 }
213 213 thead {
214 214 display: table-header-group;
215 215 }
216 216 tr,
217 217 img {
218 218 page-break-inside: avoid;
219 219 }
220 220 img {
221 221 max-width: 100% !important;
222 222 }
223 223 p,
224 224 h2,
225 225 h3 {
226 226 orphans: 3;
227 227 widows: 3;
228 228 }
229 229 h2,
230 230 h3 {
231 231 page-break-after: avoid;
232 232 }
233 233 .navbar {
234 234 display: none;
235 235 }
236 236 .btn > .caret,
237 237 .dropup > .btn > .caret {
238 238 border-top-color: #000 !important;
239 239 }
240 240 .label {
241 241 border: 1px solid #000;
242 242 }
243 243 .table {
244 244 border-collapse: collapse !important;
245 245 }
246 246 .table td,
247 247 .table th {
248 248 background-color: #fff !important;
249 249 }
250 250 .table-bordered th,
251 251 .table-bordered td {
252 252 border: 1px solid #ddd !important;
253 253 }
254 254 }
255 255 @font-face {
256 256 font-family: 'Glyphicons Halflings';
257 257 src: url('../fonts/glyphicons-halflings-regular.eot');
258 258 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
259 259 }
260 260 .glyphicon {
261 261 position: relative;
262 262 top: 1px;
263 263 display: inline-block;
264 264 font-family: 'Glyphicons Halflings';
265 265 font-style: normal;
266 266 font-weight: normal;
267 267 line-height: 1;
268 268 -webkit-font-smoothing: antialiased;
269 269 -moz-osx-font-smoothing: grayscale;
270 270 }
271 271 .glyphicon-asterisk:before {
272 272 content: "\002a";
273 273 }
274 274 .glyphicon-plus:before {
275 275 content: "\002b";
276 276 }
277 277 .glyphicon-euro:before,
278 278 .glyphicon-eur:before {
279 279 content: "\20ac";
280 280 }
281 281 .glyphicon-minus:before {
282 282 content: "\2212";
283 283 }
284 284 .glyphicon-cloud:before {
285 285 content: "\2601";
286 286 }
287 287 .glyphicon-envelope:before {
288 288 content: "\2709";
289 289 }
290 290 .glyphicon-pencil:before {
291 291 content: "\270f";
292 292 }
293 293 .glyphicon-glass:before {
294 294 content: "\e001";
295 295 }
296 296 .glyphicon-music:before {
297 297 content: "\e002";
298 298 }
299 299 .glyphicon-search:before {
300 300 content: "\e003";
301 301 }
302 302 .glyphicon-heart:before {
303 303 content: "\e005";
304 304 }
305 305 .glyphicon-star:before {
306 306 content: "\e006";
307 307 }
308 308 .glyphicon-star-empty:before {
309 309 content: "\e007";
310 310 }
311 311 .glyphicon-user:before {
312 312 content: "\e008";
313 313 }
314 314 .glyphicon-film:before {
315 315 content: "\e009";
316 316 }
317 317 .glyphicon-th-large:before {
318 318 content: "\e010";
319 319 }
320 320 .glyphicon-th:before {
321 321 content: "\e011";
322 322 }
323 323 .glyphicon-th-list:before {
324 324 content: "\e012";
325 325 }
326 326 .glyphicon-ok:before {
327 327 content: "\e013";
328 328 }
329 329 .glyphicon-remove:before {
330 330 content: "\e014";
331 331 }
332 332 .glyphicon-zoom-in:before {
333 333 content: "\e015";
334 334 }
335 335 .glyphicon-zoom-out:before {
336 336 content: "\e016";
337 337 }
338 338 .glyphicon-off:before {
339 339 content: "\e017";
340 340 }
341 341 .glyphicon-signal:before {
342 342 content: "\e018";
343 343 }
344 344 .glyphicon-cog:before {
345 345 content: "\e019";
346 346 }
347 347 .glyphicon-trash:before {
348 348 content: "\e020";
349 349 }
350 350 .glyphicon-home:before {
351 351 content: "\e021";
352 352 }
353 353 .glyphicon-file:before {
354 354 content: "\e022";
355 355 }
356 356 .glyphicon-time:before {
357 357 content: "\e023";
358 358 }
359 359 .glyphicon-road:before {
360 360 content: "\e024";
361 361 }
362 362 .glyphicon-download-alt:before {
363 363 content: "\e025";
364 364 }
365 365 .glyphicon-download:before {
366 366 content: "\e026";
367 367 }
368 368 .glyphicon-upload:before {
369 369 content: "\e027";
370 370 }
371 371 .glyphicon-inbox:before {
372 372 content: "\e028";
373 373 }
374 374 .glyphicon-play-circle:before {
375 375 content: "\e029";
376 376 }
377 377 .glyphicon-repeat:before {
378 378 content: "\e030";
379 379 }
380 380 .glyphicon-refresh:before {
381 381 content: "\e031";
382 382 }
383 383 .glyphicon-list-alt:before {
384 384 content: "\e032";
385 385 }
386 386 .glyphicon-lock:before {
387 387 content: "\e033";
388 388 }
389 389 .glyphicon-flag:before {
390 390 content: "\e034";
391 391 }
392 392 .glyphicon-headphones:before {
393 393 content: "\e035";
394 394 }
395 395 .glyphicon-volume-off:before {
396 396 content: "\e036";
397 397 }
398 398 .glyphicon-volume-down:before {
399 399 content: "\e037";
400 400 }
401 401 .glyphicon-volume-up:before {
402 402 content: "\e038";
403 403 }
404 404 .glyphicon-qrcode:before {
405 405 content: "\e039";
406 406 }
407 407 .glyphicon-barcode:before {
408 408 content: "\e040";
409 409 }
410 410 .glyphicon-tag:before {
411 411 content: "\e041";
412 412 }
413 413 .glyphicon-tags:before {
414 414 content: "\e042";
415 415 }
416 416 .glyphicon-book:before {
417 417 content: "\e043";
418 418 }
419 419 .glyphicon-bookmark:before {
420 420 content: "\e044";
421 421 }
422 422 .glyphicon-print:before {
423 423 content: "\e045";
424 424 }
425 425 .glyphicon-camera:before {
426 426 content: "\e046";
427 427 }
428 428 .glyphicon-font:before {
429 429 content: "\e047";
430 430 }
431 431 .glyphicon-bold:before {
432 432 content: "\e048";
433 433 }
434 434 .glyphicon-italic:before {
435 435 content: "\e049";
436 436 }
437 437 .glyphicon-text-height:before {
438 438 content: "\e050";
439 439 }
440 440 .glyphicon-text-width:before {
441 441 content: "\e051";
442 442 }
443 443 .glyphicon-align-left:before {
444 444 content: "\e052";
445 445 }
446 446 .glyphicon-align-center:before {
447 447 content: "\e053";
448 448 }
449 449 .glyphicon-align-right:before {
450 450 content: "\e054";
451 451 }
452 452 .glyphicon-align-justify:before {
453 453 content: "\e055";
454 454 }
455 455 .glyphicon-list:before {
456 456 content: "\e056";
457 457 }
458 458 .glyphicon-indent-left:before {
459 459 content: "\e057";
460 460 }
461 461 .glyphicon-indent-right:before {
462 462 content: "\e058";
463 463 }
464 464 .glyphicon-facetime-video:before {
465 465 content: "\e059";
466 466 }
467 467 .glyphicon-picture:before {
468 468 content: "\e060";
469 469 }
470 470 .glyphicon-map-marker:before {
471 471 content: "\e062";
472 472 }
473 473 .glyphicon-adjust:before {
474 474 content: "\e063";
475 475 }
476 476 .glyphicon-tint:before {
477 477 content: "\e064";
478 478 }
479 479 .glyphicon-edit:before {
480 480 content: "\e065";
481 481 }
482 482 .glyphicon-share:before {
483 483 content: "\e066";
484 484 }
485 485 .glyphicon-check:before {
486 486 content: "\e067";
487 487 }
488 488 .glyphicon-move:before {
489 489 content: "\e068";
490 490 }
491 491 .glyphicon-step-backward:before {
492 492 content: "\e069";
493 493 }
494 494 .glyphicon-fast-backward:before {
495 495 content: "\e070";
496 496 }
497 497 .glyphicon-backward:before {
498 498 content: "\e071";
499 499 }
500 500 .glyphicon-play:before {
501 501 content: "\e072";
502 502 }
503 503 .glyphicon-pause:before {
504 504 content: "\e073";
505 505 }
506 506 .glyphicon-stop:before {
507 507 content: "\e074";
508 508 }
509 509 .glyphicon-forward:before {
510 510 content: "\e075";
511 511 }
512 512 .glyphicon-fast-forward:before {
513 513 content: "\e076";
514 514 }
515 515 .glyphicon-step-forward:before {
516 516 content: "\e077";
517 517 }
518 518 .glyphicon-eject:before {
519 519 content: "\e078";
520 520 }
521 521 .glyphicon-chevron-left:before {
522 522 content: "\e079";
523 523 }
524 524 .glyphicon-chevron-right:before {
525 525 content: "\e080";
526 526 }
527 527 .glyphicon-plus-sign:before {
528 528 content: "\e081";
529 529 }
530 530 .glyphicon-minus-sign:before {
531 531 content: "\e082";
532 532 }
533 533 .glyphicon-remove-sign:before {
534 534 content: "\e083";
535 535 }
536 536 .glyphicon-ok-sign:before {
537 537 content: "\e084";
538 538 }
539 539 .glyphicon-question-sign:before {
540 540 content: "\e085";
541 541 }
542 542 .glyphicon-info-sign:before {
543 543 content: "\e086";
544 544 }
545 545 .glyphicon-screenshot:before {
546 546 content: "\e087";
547 547 }
548 548 .glyphicon-remove-circle:before {
549 549 content: "\e088";
550 550 }
551 551 .glyphicon-ok-circle:before {
552 552 content: "\e089";
553 553 }
554 554 .glyphicon-ban-circle:before {
555 555 content: "\e090";
556 556 }
557 557 .glyphicon-arrow-left:before {
558 558 content: "\e091";
559 559 }
560 560 .glyphicon-arrow-right:before {
561 561 content: "\e092";
562 562 }
563 563 .glyphicon-arrow-up:before {
564 564 content: "\e093";
565 565 }
566 566 .glyphicon-arrow-down:before {
567 567 content: "\e094";
568 568 }
569 569 .glyphicon-share-alt:before {
570 570 content: "\e095";
571 571 }
572 572 .glyphicon-resize-full:before {
573 573 content: "\e096";
574 574 }
575 575 .glyphicon-resize-small:before {
576 576 content: "\e097";
577 577 }
578 578 .glyphicon-exclamation-sign:before {
579 579 content: "\e101";
580 580 }
581 581 .glyphicon-gift:before {
582 582 content: "\e102";
583 583 }
584 584 .glyphicon-leaf:before {
585 585 content: "\e103";
586 586 }
587 587 .glyphicon-fire:before {
588 588 content: "\e104";
589 589 }
590 590 .glyphicon-eye-open:before {
591 591 content: "\e105";
592 592 }
593 593 .glyphicon-eye-close:before {
594 594 content: "\e106";
595 595 }
596 596 .glyphicon-warning-sign:before {
597 597 content: "\e107";
598 598 }
599 599 .glyphicon-plane:before {
600 600 content: "\e108";
601 601 }
602 602 .glyphicon-calendar:before {
603 603 content: "\e109";
604 604 }
605 605 .glyphicon-random:before {
606 606 content: "\e110";
607 607 }
608 608 .glyphicon-comment:before {
609 609 content: "\e111";
610 610 }
611 611 .glyphicon-magnet:before {
612 612 content: "\e112";
613 613 }
614 614 .glyphicon-chevron-up:before {
615 615 content: "\e113";
616 616 }
617 617 .glyphicon-chevron-down:before {
618 618 content: "\e114";
619 619 }
620 620 .glyphicon-retweet:before {
621 621 content: "\e115";
622 622 }
623 623 .glyphicon-shopping-cart:before {
624 624 content: "\e116";
625 625 }
626 626 .glyphicon-folder-close:before {
627 627 content: "\e117";
628 628 }
629 629 .glyphicon-folder-open:before {
630 630 content: "\e118";
631 631 }
632 632 .glyphicon-resize-vertical:before {
633 633 content: "\e119";
634 634 }
635 635 .glyphicon-resize-horizontal:before {
636 636 content: "\e120";
637 637 }
638 638 .glyphicon-hdd:before {
639 639 content: "\e121";
640 640 }
641 641 .glyphicon-bullhorn:before {
642 642 content: "\e122";
643 643 }
644 644 .glyphicon-bell:before {
645 645 content: "\e123";
646 646 }
647 647 .glyphicon-certificate:before {
648 648 content: "\e124";
649 649 }
650 650 .glyphicon-thumbs-up:before {
651 651 content: "\e125";
652 652 }
653 653 .glyphicon-thumbs-down:before {
654 654 content: "\e126";
655 655 }
656 656 .glyphicon-hand-right:before {
657 657 content: "\e127";
658 658 }
659 659 .glyphicon-hand-left:before {
660 660 content: "\e128";
661 661 }
662 662 .glyphicon-hand-up:before {
663 663 content: "\e129";
664 664 }
665 665 .glyphicon-hand-down:before {
666 666 content: "\e130";
667 667 }
668 668 .glyphicon-circle-arrow-right:before {
669 669 content: "\e131";
670 670 }
671 671 .glyphicon-circle-arrow-left:before {
672 672 content: "\e132";
673 673 }
674 674 .glyphicon-circle-arrow-up:before {
675 675 content: "\e133";
676 676 }
677 677 .glyphicon-circle-arrow-down:before {
678 678 content: "\e134";
679 679 }
680 680 .glyphicon-globe:before {
681 681 content: "\e135";
682 682 }
683 683 .glyphicon-wrench:before {
684 684 content: "\e136";
685 685 }
686 686 .glyphicon-tasks:before {
687 687 content: "\e137";
688 688 }
689 689 .glyphicon-filter:before {
690 690 content: "\e138";
691 691 }
692 692 .glyphicon-briefcase:before {
693 693 content: "\e139";
694 694 }
695 695 .glyphicon-fullscreen:before {
696 696 content: "\e140";
697 697 }
698 698 .glyphicon-dashboard:before {
699 699 content: "\e141";
700 700 }
701 701 .glyphicon-paperclip:before {
702 702 content: "\e142";
703 703 }
704 704 .glyphicon-heart-empty:before {
705 705 content: "\e143";
706 706 }
707 707 .glyphicon-link:before {
708 708 content: "\e144";
709 709 }
710 710 .glyphicon-phone:before {
711 711 content: "\e145";
712 712 }
713 713 .glyphicon-pushpin:before {
714 714 content: "\e146";
715 715 }
716 716 .glyphicon-usd:before {
717 717 content: "\e148";
718 718 }
719 719 .glyphicon-gbp:before {
720 720 content: "\e149";
721 721 }
722 722 .glyphicon-sort:before {
723 723 content: "\e150";
724 724 }
725 725 .glyphicon-sort-by-alphabet:before {
726 726 content: "\e151";
727 727 }
728 728 .glyphicon-sort-by-alphabet-alt:before {
729 729 content: "\e152";
730 730 }
731 731 .glyphicon-sort-by-order:before {
732 732 content: "\e153";
733 733 }
734 734 .glyphicon-sort-by-order-alt:before {
735 735 content: "\e154";
736 736 }
737 737 .glyphicon-sort-by-attributes:before {
738 738 content: "\e155";
739 739 }
740 740 .glyphicon-sort-by-attributes-alt:before {
741 741 content: "\e156";
742 742 }
743 743 .glyphicon-unchecked:before {
744 744 content: "\e157";
745 745 }
746 746 .glyphicon-expand:before {
747 747 content: "\e158";
748 748 }
749 749 .glyphicon-collapse-down:before {
750 750 content: "\e159";
751 751 }
752 752 .glyphicon-collapse-up:before {
753 753 content: "\e160";
754 754 }
755 755 .glyphicon-log-in:before {
756 756 content: "\e161";
757 757 }
758 758 .glyphicon-flash:before {
759 759 content: "\e162";
760 760 }
761 761 .glyphicon-log-out:before {
762 762 content: "\e163";
763 763 }
764 764 .glyphicon-new-window:before {
765 765 content: "\e164";
766 766 }
767 767 .glyphicon-record:before {
768 768 content: "\e165";
769 769 }
770 770 .glyphicon-save:before {
771 771 content: "\e166";
772 772 }
773 773 .glyphicon-open:before {
774 774 content: "\e167";
775 775 }
776 776 .glyphicon-saved:before {
777 777 content: "\e168";
778 778 }
779 779 .glyphicon-import:before {
780 780 content: "\e169";
781 781 }
782 782 .glyphicon-export:before {
783 783 content: "\e170";
784 784 }
785 785 .glyphicon-send:before {
786 786 content: "\e171";
787 787 }
788 788 .glyphicon-floppy-disk:before {
789 789 content: "\e172";
790 790 }
791 791 .glyphicon-floppy-saved:before {
792 792 content: "\e173";
793 793 }
794 794 .glyphicon-floppy-remove:before {
795 795 content: "\e174";
796 796 }
797 797 .glyphicon-floppy-save:before {
798 798 content: "\e175";
799 799 }
800 800 .glyphicon-floppy-open:before {
801 801 content: "\e176";
802 802 }
803 803 .glyphicon-credit-card:before {
804 804 content: "\e177";
805 805 }
806 806 .glyphicon-transfer:before {
807 807 content: "\e178";
808 808 }
809 809 .glyphicon-cutlery:before {
810 810 content: "\e179";
811 811 }
812 812 .glyphicon-header:before {
813 813 content: "\e180";
814 814 }
815 815 .glyphicon-compressed:before {
816 816 content: "\e181";
817 817 }
818 818 .glyphicon-earphone:before {
819 819 content: "\e182";
820 820 }
821 821 .glyphicon-phone-alt:before {
822 822 content: "\e183";
823 823 }
824 824 .glyphicon-tower:before {
825 825 content: "\e184";
826 826 }
827 827 .glyphicon-stats:before {
828 828 content: "\e185";
829 829 }
830 830 .glyphicon-sd-video:before {
831 831 content: "\e186";
832 832 }
833 833 .glyphicon-hd-video:before {
834 834 content: "\e187";
835 835 }
836 836 .glyphicon-subtitles:before {
837 837 content: "\e188";
838 838 }
839 839 .glyphicon-sound-stereo:before {
840 840 content: "\e189";
841 841 }
842 842 .glyphicon-sound-dolby:before {
843 843 content: "\e190";
844 844 }
845 845 .glyphicon-sound-5-1:before {
846 846 content: "\e191";
847 847 }
848 848 .glyphicon-sound-6-1:before {
849 849 content: "\e192";
850 850 }
851 851 .glyphicon-sound-7-1:before {
852 852 content: "\e193";
853 853 }
854 854 .glyphicon-copyright-mark:before {
855 855 content: "\e194";
856 856 }
857 857 .glyphicon-registration-mark:before {
858 858 content: "\e195";
859 859 }
860 860 .glyphicon-cloud-download:before {
861 861 content: "\e197";
862 862 }
863 863 .glyphicon-cloud-upload:before {
864 864 content: "\e198";
865 865 }
866 866 .glyphicon-tree-conifer:before {
867 867 content: "\e199";
868 868 }
869 869 .glyphicon-tree-deciduous:before {
870 870 content: "\e200";
871 871 }
872 872 .glyphicon-cd:before {
873 873 content: "\e201";
874 874 }
875 875 .glyphicon-save-file:before {
876 876 content: "\e202";
877 877 }
878 878 .glyphicon-open-file:before {
879 879 content: "\e203";
880 880 }
881 881 .glyphicon-level-up:before {
882 882 content: "\e204";
883 883 }
884 884 .glyphicon-copy:before {
885 885 content: "\e205";
886 886 }
887 887 .glyphicon-paste:before {
888 888 content: "\e206";
889 889 }
890 890 .glyphicon-alert:before {
891 891 content: "\e209";
892 892 }
893 893 .glyphicon-equalizer:before {
894 894 content: "\e210";
895 895 }
896 896 .glyphicon-king:before {
897 897 content: "\e211";
898 898 }
899 899 .glyphicon-queen:before {
900 900 content: "\e212";
901 901 }
902 902 .glyphicon-pawn:before {
903 903 content: "\e213";
904 904 }
905 905 .glyphicon-bishop:before {
906 906 content: "\e214";
907 907 }
908 908 .glyphicon-knight:before {
909 909 content: "\e215";
910 910 }
911 911 .glyphicon-baby-formula:before {
912 912 content: "\e216";
913 913 }
914 914 .glyphicon-tent:before {
915 915 content: "\26fa";
916 916 }
917 917 .glyphicon-blackboard:before {
918 918 content: "\e218";
919 919 }
920 920 .glyphicon-bed:before {
921 921 content: "\e219";
922 922 }
923 923 .glyphicon-apple:before {
924 924 content: "\f8ff";
925 925 }
926 926 .glyphicon-erase:before {
927 927 content: "\e221";
928 928 }
929 929 .glyphicon-hourglass:before {
930 930 content: "\231b";
931 931 }
932 932 .glyphicon-lamp:before {
933 933 content: "\e223";
934 934 }
935 935 .glyphicon-duplicate:before {
936 936 content: "\e224";
937 937 }
938 938 .glyphicon-piggy-bank:before {
939 939 content: "\e225";
940 940 }
941 941 .glyphicon-scissors:before {
942 942 content: "\e226";
943 943 }
944 944 .glyphicon-bitcoin:before {
945 945 content: "\e227";
946 946 }
947 947 .glyphicon-btc:before {
948 948 content: "\e227";
949 949 }
950 950 .glyphicon-xbt:before {
951 951 content: "\e227";
952 952 }
953 953 .glyphicon-yen:before {
954 954 content: "\00a5";
955 955 }
956 956 .glyphicon-jpy:before {
957 957 content: "\00a5";
958 958 }
959 959 .glyphicon-ruble:before {
960 960 content: "\20bd";
961 961 }
962 962 .glyphicon-rub:before {
963 963 content: "\20bd";
964 964 }
965 965 .glyphicon-scale:before {
966 966 content: "\e230";
967 967 }
968 968 .glyphicon-ice-lolly:before {
969 969 content: "\e231";
970 970 }
971 971 .glyphicon-ice-lolly-tasted:before {
972 972 content: "\e232";
973 973 }
974 974 .glyphicon-education:before {
975 975 content: "\e233";
976 976 }
977 977 .glyphicon-option-horizontal:before {
978 978 content: "\e234";
979 979 }
980 980 .glyphicon-option-vertical:before {
981 981 content: "\e235";
982 982 }
983 983 .glyphicon-menu-hamburger:before {
984 984 content: "\e236";
985 985 }
986 986 .glyphicon-modal-window:before {
987 987 content: "\e237";
988 988 }
989 989 .glyphicon-oil:before {
990 990 content: "\e238";
991 991 }
992 992 .glyphicon-grain:before {
993 993 content: "\e239";
994 994 }
995 995 .glyphicon-sunglasses:before {
996 996 content: "\e240";
997 997 }
998 998 .glyphicon-text-size:before {
999 999 content: "\e241";
1000 1000 }
1001 1001 .glyphicon-text-color:before {
1002 1002 content: "\e242";
1003 1003 }
1004 1004 .glyphicon-text-background:before {
1005 1005 content: "\e243";
1006 1006 }
1007 1007 .glyphicon-object-align-top:before {
1008 1008 content: "\e244";
1009 1009 }
1010 1010 .glyphicon-object-align-bottom:before {
1011 1011 content: "\e245";
1012 1012 }
1013 1013 .glyphicon-object-align-horizontal:before {
1014 1014 content: "\e246";
1015 1015 }
1016 1016 .glyphicon-object-align-left:before {
1017 1017 content: "\e247";
1018 1018 }
1019 1019 .glyphicon-object-align-vertical:before {
1020 1020 content: "\e248";
1021 1021 }
1022 1022 .glyphicon-object-align-right:before {
1023 1023 content: "\e249";
1024 1024 }
1025 1025 .glyphicon-triangle-right:before {
1026 1026 content: "\e250";
1027 1027 }
1028 1028 .glyphicon-triangle-left:before {
1029 1029 content: "\e251";
1030 1030 }
1031 1031 .glyphicon-triangle-bottom:before {
1032 1032 content: "\e252";
1033 1033 }
1034 1034 .glyphicon-triangle-top:before {
1035 1035 content: "\e253";
1036 1036 }
1037 1037 .glyphicon-console:before {
1038 1038 content: "\e254";
1039 1039 }
1040 1040 .glyphicon-superscript:before {
1041 1041 content: "\e255";
1042 1042 }
1043 1043 .glyphicon-subscript:before {
1044 1044 content: "\e256";
1045 1045 }
1046 1046 .glyphicon-menu-left:before {
1047 1047 content: "\e257";
1048 1048 }
1049 1049 .glyphicon-menu-right:before {
1050 1050 content: "\e258";
1051 1051 }
1052 1052 .glyphicon-menu-down:before {
1053 1053 content: "\e259";
1054 1054 }
1055 1055 .glyphicon-menu-up:before {
1056 1056 content: "\e260";
1057 1057 }
1058 1058 * {
1059 1059 -webkit-box-sizing: border-box;
1060 1060 -moz-box-sizing: border-box;
1061 1061 box-sizing: border-box;
1062 1062 }
1063 1063 *:before,
1064 1064 *:after {
1065 1065 -webkit-box-sizing: border-box;
1066 1066 -moz-box-sizing: border-box;
1067 1067 box-sizing: border-box;
1068 1068 }
1069 1069 html {
1070 1070 font-size: 10px;
1071 1071 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1072 1072 }
1073 1073 body {
1074 1074 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1075 1075 font-size: 14px;
1076 1076 line-height: 1.42857143;
1077 1077 color: #333333;
1078 1078 background-color: #fff;
1079 1079 }
1080 1080 input,
1081 1081 button,
1082 1082 select,
1083 1083 textarea {
1084 1084 font-family: inherit;
1085 1085 font-size: inherit;
1086 1086 line-height: inherit;
1087 1087 }
1088 1088 a {
1089 1089 color: #337ab7;
1090 1090 text-decoration: none;
1091 1091 }
1092 1092 a:hover,
1093 1093 a:focus {
1094 1094 color: #23527c;
1095 1095 text-decoration: underline;
1096 1096 }
1097 1097 a:focus {
1098 1098 outline: thin dotted;
1099 1099 outline: 5px auto -webkit-focus-ring-color;
1100 1100 outline-offset: -2px;
1101 1101 }
1102 1102 figure {
1103 1103 margin: 0;
1104 1104 }
1105 1105 img {
1106 1106 vertical-align: middle;
1107 1107 }
1108 1108 .img-responsive,
1109 1109 .thumbnail > img,
1110 1110 .thumbnail a > img,
1111 1111 .carousel-inner > .item > img,
1112 1112 .carousel-inner > .item > a > img {
1113 1113 display: block;
1114 1114 max-width: 100%;
1115 1115 height: auto;
1116 1116 }
1117 1117 .img-rounded {
1118 1118 border-radius: 6px;
1119 1119 }
1120 1120 .img-thumbnail {
1121 1121 padding: 4px;
1122 1122 line-height: 1.42857143;
1123 1123 background-color: #fff;
1124 1124 border: 1px solid #ddd;
1125 1125 border-radius: 4px;
1126 1126 -webkit-transition: all 0.2s ease-in-out;
1127 1127 -o-transition: all 0.2s ease-in-out;
1128 1128 transition: all 0.2s ease-in-out;
1129 1129 display: inline-block;
1130 1130 max-width: 100%;
1131 1131 height: auto;
1132 1132 }
1133 1133 .img-circle {
1134 1134 border-radius: 50%;
1135 1135 }
1136 1136 hr {
1137 1137 margin-top: 20px;
1138 1138 margin-bottom: 20px;
1139 1139 border: 0;
1140 1140 border-top: 1px solid #eeeeee;
1141 1141 }
1142 1142 .sr-only {
1143 1143 position: absolute;
1144 1144 width: 1px;
1145 1145 height: 1px;
1146 1146 margin: -1px;
1147 1147 padding: 0;
1148 1148 overflow: hidden;
1149 1149 clip: rect(0, 0, 0, 0);
1150 1150 border: 0;
1151 1151 }
1152 1152 .sr-only-focusable:active,
1153 1153 .sr-only-focusable:focus {
1154 1154 position: static;
1155 1155 width: auto;
1156 1156 height: auto;
1157 1157 margin: 0;
1158 1158 overflow: visible;
1159 1159 clip: auto;
1160 1160 }
1161 1161 [role="button"] {
1162 1162 cursor: pointer;
1163 1163 }
1164 1164 h1,
1165 1165 h2,
1166 1166 h3,
1167 1167 h4,
1168 1168 h5,
1169 1169 h6,
1170 1170 .h1,
1171 1171 .h2,
1172 1172 .h3,
1173 1173 .h4,
1174 1174 .h5,
1175 1175 .h6 {
1176 1176 font-family: inherit;
1177 1177 font-weight: 500;
1178 1178 line-height: 1.1;
1179 1179 color: inherit;
1180 1180 }
1181 1181 h1 small,
1182 1182 h2 small,
1183 1183 h3 small,
1184 1184 h4 small,
1185 1185 h5 small,
1186 1186 h6 small,
1187 1187 .h1 small,
1188 1188 .h2 small,
1189 1189 .h3 small,
1190 1190 .h4 small,
1191 1191 .h5 small,
1192 1192 .h6 small,
1193 1193 h1 .small,
1194 1194 h2 .small,
1195 1195 h3 .small,
1196 1196 h4 .small,
1197 1197 h5 .small,
1198 1198 h6 .small,
1199 1199 .h1 .small,
1200 1200 .h2 .small,
1201 1201 .h3 .small,
1202 1202 .h4 .small,
1203 1203 .h5 .small,
1204 1204 .h6 .small {
1205 1205 font-weight: normal;
1206 1206 line-height: 1;
1207 1207 color: #777777;
1208 1208 }
1209 1209 h1,
1210 1210 .h1,
1211 1211 h2,
1212 1212 .h2,
1213 1213 h3,
1214 1214 .h3 {
1215 1215 margin-top: 20px;
1216 1216 margin-bottom: 10px;
1217 1217 }
1218 1218 h1 small,
1219 1219 .h1 small,
1220 1220 h2 small,
1221 1221 .h2 small,
1222 1222 h3 small,
1223 1223 .h3 small,
1224 1224 h1 .small,
1225 1225 .h1 .small,
1226 1226 h2 .small,
1227 1227 .h2 .small,
1228 1228 h3 .small,
1229 1229 .h3 .small {
1230 1230 font-size: 65%;
1231 1231 }
1232 1232 h4,
1233 1233 .h4,
1234 1234 h5,
1235 1235 .h5,
1236 1236 h6,
1237 1237 .h6 {
1238 1238 margin-top: 10px;
1239 1239 margin-bottom: 10px;
1240 1240 }
1241 1241 h4 small,
1242 1242 .h4 small,
1243 1243 h5 small,
1244 1244 .h5 small,
1245 1245 h6 small,
1246 1246 .h6 small,
1247 1247 h4 .small,
1248 1248 .h4 .small,
1249 1249 h5 .small,
1250 1250 .h5 .small,
1251 1251 h6 .small,
1252 1252 .h6 .small {
1253 1253 font-size: 75%;
1254 1254 }
1255 1255 h1,
1256 1256 .h1 {
1257 1257 font-size: 36px;
1258 1258 }
1259 1259 h2,
1260 1260 .h2 {
1261 1261 font-size: 30px;
1262 1262 }
1263 1263 h3,
1264 1264 .h3 {
1265 1265 font-size: 24px;
1266 1266 }
1267 1267 h4,
1268 1268 .h4 {
1269 1269 font-size: 18px;
1270 1270 }
1271 1271 h5,
1272 1272 .h5 {
1273 1273 font-size: 14px;
1274 1274 }
1275 1275 h6,
1276 1276 .h6 {
1277 1277 font-size: 12px;
1278 1278 }
1279 1279 p {
1280 1280 margin: 0 0 10px;
1281 1281 }
1282 1282 .lead {
1283 1283 margin-bottom: 20px;
1284 1284 font-size: 16px;
1285 1285 font-weight: 300;
1286 1286 line-height: 1.4;
1287 1287 }
1288 1288 @media (min-width: 768px) {
1289 1289 .lead {
1290 1290 font-size: 21px;
1291 1291 }
1292 1292 }
1293 1293 small,
1294 1294 .small {
1295 1295 font-size: 85%;
1296 1296 }
1297 1297 mark,
1298 1298 .mark {
1299 1299 background-color: #fcf8e3;
1300 1300 padding: .2em;
1301 1301 }
1302 1302 .text-left {
1303 1303 text-align: left;
1304 1304 }
1305 1305 .text-right {
1306 1306 text-align: right;
1307 1307 }
1308 1308 .text-center {
1309 1309 text-align: center;
1310 1310 }
1311 1311 .text-justify {
1312 1312 text-align: justify;
1313 1313 }
1314 1314 .text-nowrap {
1315 1315 white-space: nowrap;
1316 1316 }
1317 1317 .text-lowercase {
1318 1318 text-transform: lowercase;
1319 1319 }
1320 1320 .text-uppercase {
1321 1321 text-transform: uppercase;
1322 1322 }
1323 1323 .text-capitalize {
1324 1324 text-transform: capitalize;
1325 1325 }
1326 1326 .text-muted {
1327 1327 color: #777777;
1328 1328 }
1329 1329 .text-primary {
1330 1330 color: #337ab7;
1331 1331 }
1332 1332 a.text-primary:hover,
1333 1333 a.text-primary:focus {
1334 1334 color: #286090;
1335 1335 }
1336 1336 .text-success {
1337 1337 color: #3c763d;
1338 1338 }
1339 1339 a.text-success:hover,
1340 1340 a.text-success:focus {
1341 1341 color: #2b542c;
1342 1342 }
1343 1343 .text-info {
1344 1344 color: #31708f;
1345 1345 }
1346 1346 a.text-info:hover,
1347 1347 a.text-info:focus {
1348 1348 color: #245269;
1349 1349 }
1350 1350 .text-warning {
1351 1351 color: #8a6d3b;
1352 1352 }
1353 1353 a.text-warning:hover,
1354 1354 a.text-warning:focus {
1355 1355 color: #66512c;
1356 1356 }
1357 1357 .text-danger {
1358 1358 color: #a94442;
1359 1359 }
1360 1360 a.text-danger:hover,
1361 1361 a.text-danger:focus {
1362 1362 color: #843534;
1363 1363 }
1364 1364 .bg-primary {
1365 1365 color: #fff;
1366 1366 background-color: #337ab7;
1367 1367 }
1368 1368 a.bg-primary:hover,
1369 1369 a.bg-primary:focus {
1370 1370 background-color: #286090;
1371 1371 }
1372 1372 .bg-success {
1373 1373 background-color: #dff0d8;
1374 1374 }
1375 1375 a.bg-success:hover,
1376 1376 a.bg-success:focus {
1377 1377 background-color: #c1e2b3;
1378 1378 }
1379 1379 .bg-info {
1380 1380 background-color: #d9edf7;
1381 1381 }
1382 1382 a.bg-info:hover,
1383 1383 a.bg-info:focus {
1384 1384 background-color: #afd9ee;
1385 1385 }
1386 1386 .bg-warning {
1387 1387 background-color: #fcf8e3;
1388 1388 }
1389 1389 a.bg-warning:hover,
1390 1390 a.bg-warning:focus {
1391 1391 background-color: #f7ecb5;
1392 1392 }
1393 1393 .bg-danger {
1394 1394 background-color: #f2dede;
1395 1395 }
1396 1396 a.bg-danger:hover,
1397 1397 a.bg-danger:focus {
1398 1398 background-color: #e4b9b9;
1399 1399 }
1400 1400 .page-header {
1401 1401 padding-bottom: 9px;
1402 1402 margin: 40px 0 20px;
1403 1403 border-bottom: 1px solid #eeeeee;
1404 1404 }
1405 1405 ul,
1406 1406 ol {
1407 1407 margin-top: 0;
1408 1408 margin-bottom: 10px;
1409 1409 }
1410 1410 ul ul,
1411 1411 ol ul,
1412 1412 ul ol,
1413 1413 ol ol {
1414 1414 margin-bottom: 0;
1415 1415 }
1416 1416 .list-unstyled {
1417 1417 padding-left: 0;
1418 1418 list-style: none;
1419 1419 }
1420 1420 .list-inline {
1421 1421 padding-left: 0;
1422 1422 list-style: none;
1423 1423 margin-left: -5px;
1424 1424 }
1425 1425 .list-inline > li {
1426 1426 display: inline-block;
1427 1427 padding-left: 5px;
1428 1428 padding-right: 5px;
1429 1429 }
1430 1430 dl {
1431 1431 margin-top: 0;
1432 1432 margin-bottom: 20px;
1433 1433 }
1434 1434 dt,
1435 1435 dd {
1436 1436 line-height: 1.42857143;
1437 1437 }
1438 1438 dt {
1439 1439 font-weight: bold;
1440 1440 }
1441 1441 dd {
1442 1442 margin-left: 0;
1443 1443 }
1444 1444 @media (min-width: 768px) {
1445 1445 .dl-horizontal dt {
1446 1446 float: left;
1447 1447 width: 160px;
1448 1448 clear: left;
1449 1449 text-align: right;
1450 1450 overflow: hidden;
1451 1451 text-overflow: ellipsis;
1452 1452 white-space: nowrap;
1453 1453 }
1454 1454 .dl-horizontal dd {
1455 1455 margin-left: 180px;
1456 1456 }
1457 1457 }
1458 1458 abbr[title],
1459 1459 abbr[data-original-title] {
1460 1460 cursor: help;
1461 1461 border-bottom: 1px dotted #777777;
1462 1462 }
1463 1463 .initialism {
1464 1464 font-size: 90%;
1465 1465 text-transform: uppercase;
1466 1466 }
1467 1467 blockquote {
1468 1468 padding: 10px 20px;
1469 1469 margin: 0 0 20px;
1470 1470 font-size: 17.5px;
1471 1471 border-left: 5px solid #eeeeee;
1472 1472 }
1473 1473 blockquote p:last-child,
1474 1474 blockquote ul:last-child,
1475 1475 blockquote ol:last-child {
1476 1476 margin-bottom: 0;
1477 1477 }
1478 1478 blockquote footer,
1479 1479 blockquote small,
1480 1480 blockquote .small {
1481 1481 display: block;
1482 1482 font-size: 80%;
1483 1483 line-height: 1.42857143;
1484 1484 color: #777777;
1485 1485 }
1486 1486 blockquote footer:before,
1487 1487 blockquote small:before,
1488 1488 blockquote .small:before {
1489 1489 content: '\2014 \00A0';
1490 1490 }
1491 1491 .blockquote-reverse,
1492 1492 blockquote.pull-right {
1493 1493 padding-right: 15px;
1494 1494 padding-left: 0;
1495 1495 border-right: 5px solid #eeeeee;
1496 1496 border-left: 0;
1497 1497 text-align: right;
1498 1498 }
1499 1499 .blockquote-reverse footer:before,
1500 1500 blockquote.pull-right footer:before,
1501 1501 .blockquote-reverse small:before,
1502 1502 blockquote.pull-right small:before,
1503 1503 .blockquote-reverse .small:before,
1504 1504 blockquote.pull-right .small:before {
1505 1505 content: '';
1506 1506 }
1507 1507 .blockquote-reverse footer:after,
1508 1508 blockquote.pull-right footer:after,
1509 1509 .blockquote-reverse small:after,
1510 1510 blockquote.pull-right small:after,
1511 1511 .blockquote-reverse .small:after,
1512 1512 blockquote.pull-right .small:after {
1513 1513 content: '\00A0 \2014';
1514 1514 }
1515 1515 address {
1516 1516 margin-bottom: 20px;
1517 1517 font-style: normal;
1518 1518 line-height: 1.42857143;
1519 1519 }
1520 1520 code,
1521 1521 kbd,
1522 1522 pre,
1523 1523 samp {
1524 1524 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1525 1525 }
1526 1526 code {
1527 1527 padding: 2px 4px;
1528 1528 font-size: 90%;
1529 1529 color: #c7254e;
1530 1530 background-color: #f9f2f4;
1531 1531 border-radius: 4px;
1532 1532 }
1533 1533 kbd {
1534 1534 padding: 2px 4px;
1535 1535 font-size: 90%;
1536 1536 color: #fff;
1537 1537 background-color: #333;
1538 1538 border-radius: 3px;
1539 1539 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1540 1540 }
1541 1541 kbd kbd {
1542 1542 padding: 0;
1543 1543 font-size: 100%;
1544 1544 font-weight: bold;
1545 1545 box-shadow: none;
1546 1546 }
1547 1547 pre {
1548 1548 display: block;
1549 1549 padding: 9.5px;
1550 1550 margin: 0 0 10px;
1551 1551 font-size: 13px;
1552 1552 line-height: 1.42857143;
1553 1553 word-break: break-all;
1554 1554 word-wrap: break-word;
1555 1555 color: #333333;
1556 1556 background-color: #f5f5f5;
1557 1557 border: 1px solid #ccc;
1558 1558 border-radius: 4px;
1559 1559 }
1560 1560 pre code {
1561 1561 padding: 0;
1562 1562 font-size: inherit;
1563 1563 color: inherit;
1564 1564 white-space: pre-wrap;
1565 1565 background-color: transparent;
1566 1566 border-radius: 0;
1567 1567 }
1568 1568 .pre-scrollable {
1569 1569 max-height: 340px;
1570 1570 overflow-y: scroll;
1571 1571 }
1572 1572 .container {
1573 1573 margin-right: auto;
1574 1574 margin-left: auto;
1575 1575 padding-left: 5px;
1576 1576 padding-right: 5px;
1577 1577 }
1578 1578 @media (min-width: 768px) {
1579 1579 .container {
1580 1580 width: 730px;
1581 1581 }
1582 1582 }
1583 1583 @media (min-width: 992px) {
1584 1584 .container {
1585 1585 width: 950px;
1586 1586 }
1587 1587 }
1588 1588 @media (min-width: 1200px) {
1589 1589 .container {
1590 1590 width: 1150px;
1591 1591 }
1592 1592 }
1593 1593 .container-fluid {
1594 1594 margin-right: auto;
1595 1595 margin-left: auto;
1596 1596 padding-left: 5px;
1597 1597 padding-right: 5px;
1598 1598 }
1599 1599 .row {
1600 1600 margin-left: -5px;
1601 1601 margin-right: -5px;
1602 1602 }
1603 1603 .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 {
1604 1604 position: relative;
1605 1605 min-height: 1px;
1606 1606 padding-left: 5px;
1607 1607 padding-right: 5px;
1608 1608 }
1609 1609 .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 {
1610 1610 float: left;
1611 1611 }
1612 1612 .col-xs-12 {
1613 1613 width: 100%;
1614 1614 }
1615 1615 .col-xs-11 {
1616 1616 width: 91.66666667%;
1617 1617 }
1618 1618 .col-xs-10 {
1619 1619 width: 83.33333333%;
1620 1620 }
1621 1621 .col-xs-9 {
1622 1622 width: 75%;
1623 1623 }
1624 1624 .col-xs-8 {
1625 1625 width: 66.66666667%;
1626 1626 }
1627 1627 .col-xs-7 {
1628 1628 width: 58.33333333%;
1629 1629 }
1630 1630 .col-xs-6 {
1631 1631 width: 50%;
1632 1632 }
1633 1633 .col-xs-5 {
1634 1634 width: 41.66666667%;
1635 1635 }
1636 1636 .col-xs-4 {
1637 1637 width: 33.33333333%;
1638 1638 }
1639 1639 .col-xs-3 {
1640 1640 width: 25%;
1641 1641 }
1642 1642 .col-xs-2 {
1643 1643 width: 16.66666667%;
1644 1644 }
1645 1645 .col-xs-1 {
1646 1646 width: 8.33333333%;
1647 1647 }
1648 1648 .col-xs-pull-12 {
1649 1649 right: 100%;
1650 1650 }
1651 1651 .col-xs-pull-11 {
1652 1652 right: 91.66666667%;
1653 1653 }
1654 1654 .col-xs-pull-10 {
1655 1655 right: 83.33333333%;
1656 1656 }
1657 1657 .col-xs-pull-9 {
1658 1658 right: 75%;
1659 1659 }
1660 1660 .col-xs-pull-8 {
1661 1661 right: 66.66666667%;
1662 1662 }
1663 1663 .col-xs-pull-7 {
1664 1664 right: 58.33333333%;
1665 1665 }
1666 1666 .col-xs-pull-6 {
1667 1667 right: 50%;
1668 1668 }
1669 1669 .col-xs-pull-5 {
1670 1670 right: 41.66666667%;
1671 1671 }
1672 1672 .col-xs-pull-4 {
1673 1673 right: 33.33333333%;
1674 1674 }
1675 1675 .col-xs-pull-3 {
1676 1676 right: 25%;
1677 1677 }
1678 1678 .col-xs-pull-2 {
1679 1679 right: 16.66666667%;
1680 1680 }
1681 1681 .col-xs-pull-1 {
1682 1682 right: 8.33333333%;
1683 1683 }
1684 1684 .col-xs-pull-0 {
1685 1685 right: auto;
1686 1686 }
1687 1687 .col-xs-push-12 {
1688 1688 left: 100%;
1689 1689 }
1690 1690 .col-xs-push-11 {
1691 1691 left: 91.66666667%;
1692 1692 }
1693 1693 .col-xs-push-10 {
1694 1694 left: 83.33333333%;
1695 1695 }
1696 1696 .col-xs-push-9 {
1697 1697 left: 75%;
1698 1698 }
1699 1699 .col-xs-push-8 {
1700 1700 left: 66.66666667%;
1701 1701 }
1702 1702 .col-xs-push-7 {
1703 1703 left: 58.33333333%;
1704 1704 }
1705 1705 .col-xs-push-6 {
1706 1706 left: 50%;
1707 1707 }
1708 1708 .col-xs-push-5 {
1709 1709 left: 41.66666667%;
1710 1710 }
1711 1711 .col-xs-push-4 {
1712 1712 left: 33.33333333%;
1713 1713 }
1714 1714 .col-xs-push-3 {
1715 1715 left: 25%;
1716 1716 }
1717 1717 .col-xs-push-2 {
1718 1718 left: 16.66666667%;
1719 1719 }
1720 1720 .col-xs-push-1 {
1721 1721 left: 8.33333333%;
1722 1722 }
1723 1723 .col-xs-push-0 {
1724 1724 left: auto;
1725 1725 }
1726 1726 .col-xs-offset-12 {
1727 1727 margin-left: 100%;
1728 1728 }
1729 1729 .col-xs-offset-11 {
1730 1730 margin-left: 91.66666667%;
1731 1731 }
1732 1732 .col-xs-offset-10 {
1733 1733 margin-left: 83.33333333%;
1734 1734 }
1735 1735 .col-xs-offset-9 {
1736 1736 margin-left: 75%;
1737 1737 }
1738 1738 .col-xs-offset-8 {
1739 1739 margin-left: 66.66666667%;
1740 1740 }
1741 1741 .col-xs-offset-7 {
1742 1742 margin-left: 58.33333333%;
1743 1743 }
1744 1744 .col-xs-offset-6 {
1745 1745 margin-left: 50%;
1746 1746 }
1747 1747 .col-xs-offset-5 {
1748 1748 margin-left: 41.66666667%;
1749 1749 }
1750 1750 .col-xs-offset-4 {
1751 1751 margin-left: 33.33333333%;
1752 1752 }
1753 1753 .col-xs-offset-3 {
1754 1754 margin-left: 25%;
1755 1755 }
1756 1756 .col-xs-offset-2 {
1757 1757 margin-left: 16.66666667%;
1758 1758 }
1759 1759 .col-xs-offset-1 {
1760 1760 margin-left: 8.33333333%;
1761 1761 }
1762 1762 .col-xs-offset-0 {
1763 1763 margin-left: 0%;
1764 1764 }
1765 1765 @media (min-width: 768px) {
1766 1766 .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 {
1767 1767 float: left;
1768 1768 }
1769 1769 .col-sm-12 {
1770 1770 width: 100%;
1771 1771 }
1772 1772 .col-sm-11 {
1773 1773 width: 91.66666667%;
1774 1774 }
1775 1775 .col-sm-10 {
1776 1776 width: 83.33333333%;
1777 1777 }
1778 1778 .col-sm-9 {
1779 1779 width: 75%;
1780 1780 }
1781 1781 .col-sm-8 {
1782 1782 width: 66.66666667%;
1783 1783 }
1784 1784 .col-sm-7 {
1785 1785 width: 58.33333333%;
1786 1786 }
1787 1787 .col-sm-6 {
1788 1788 width: 50%;
1789 1789 }
1790 1790 .col-sm-5 {
1791 1791 width: 41.66666667%;
1792 1792 }
1793 1793 .col-sm-4 {
1794 1794 width: 33.33333333%;
1795 1795 }
1796 1796 .col-sm-3 {
1797 1797 width: 25%;
1798 1798 }
1799 1799 .col-sm-2 {
1800 1800 width: 16.66666667%;
1801 1801 }
1802 1802 .col-sm-1 {
1803 1803 width: 8.33333333%;
1804 1804 }
1805 1805 .col-sm-pull-12 {
1806 1806 right: 100%;
1807 1807 }
1808 1808 .col-sm-pull-11 {
1809 1809 right: 91.66666667%;
1810 1810 }
1811 1811 .col-sm-pull-10 {
1812 1812 right: 83.33333333%;
1813 1813 }
1814 1814 .col-sm-pull-9 {
1815 1815 right: 75%;
1816 1816 }
1817 1817 .col-sm-pull-8 {
1818 1818 right: 66.66666667%;
1819 1819 }
1820 1820 .col-sm-pull-7 {
1821 1821 right: 58.33333333%;
1822 1822 }
1823 1823 .col-sm-pull-6 {
1824 1824 right: 50%;
1825 1825 }
1826 1826 .col-sm-pull-5 {
1827 1827 right: 41.66666667%;
1828 1828 }
1829 1829 .col-sm-pull-4 {
1830 1830 right: 33.33333333%;
1831 1831 }
1832 1832 .col-sm-pull-3 {
1833 1833 right: 25%;
1834 1834 }
1835 1835 .col-sm-pull-2 {
1836 1836 right: 16.66666667%;
1837 1837 }
1838 1838 .col-sm-pull-1 {
1839 1839 right: 8.33333333%;
1840 1840 }
1841 1841 .col-sm-pull-0 {
1842 1842 right: auto;
1843 1843 }
1844 1844 .col-sm-push-12 {
1845 1845 left: 100%;
1846 1846 }
1847 1847 .col-sm-push-11 {
1848 1848 left: 91.66666667%;
1849 1849 }
1850 1850 .col-sm-push-10 {
1851 1851 left: 83.33333333%;
1852 1852 }
1853 1853 .col-sm-push-9 {
1854 1854 left: 75%;
1855 1855 }
1856 1856 .col-sm-push-8 {
1857 1857 left: 66.66666667%;
1858 1858 }
1859 1859 .col-sm-push-7 {
1860 1860 left: 58.33333333%;
1861 1861 }
1862 1862 .col-sm-push-6 {
1863 1863 left: 50%;
1864 1864 }
1865 1865 .col-sm-push-5 {
1866 1866 left: 41.66666667%;
1867 1867 }
1868 1868 .col-sm-push-4 {
1869 1869 left: 33.33333333%;
1870 1870 }
1871 1871 .col-sm-push-3 {
1872 1872 left: 25%;
1873 1873 }
1874 1874 .col-sm-push-2 {
1875 1875 left: 16.66666667%;
1876 1876 }
1877 1877 .col-sm-push-1 {
1878 1878 left: 8.33333333%;
1879 1879 }
1880 1880 .col-sm-push-0 {
1881 1881 left: auto;
1882 1882 }
1883 1883 .col-sm-offset-12 {
1884 1884 margin-left: 100%;
1885 1885 }
1886 1886 .col-sm-offset-11 {
1887 1887 margin-left: 91.66666667%;
1888 1888 }
1889 1889 .col-sm-offset-10 {
1890 1890 margin-left: 83.33333333%;
1891 1891 }
1892 1892 .col-sm-offset-9 {
1893 1893 margin-left: 75%;
1894 1894 }
1895 1895 .col-sm-offset-8 {
1896 1896 margin-left: 66.66666667%;
1897 1897 }
1898 1898 .col-sm-offset-7 {
1899 1899 margin-left: 58.33333333%;
1900 1900 }
1901 1901 .col-sm-offset-6 {
1902 1902 margin-left: 50%;
1903 1903 }
1904 1904 .col-sm-offset-5 {
1905 1905 margin-left: 41.66666667%;
1906 1906 }
1907 1907 .col-sm-offset-4 {
1908 1908 margin-left: 33.33333333%;
1909 1909 }
1910 1910 .col-sm-offset-3 {
1911 1911 margin-left: 25%;
1912 1912 }
1913 1913 .col-sm-offset-2 {
1914 1914 margin-left: 16.66666667%;
1915 1915 }
1916 1916 .col-sm-offset-1 {
1917 1917 margin-left: 8.33333333%;
1918 1918 }
1919 1919 .col-sm-offset-0 {
1920 1920 margin-left: 0%;
1921 1921 }
1922 1922 }
1923 1923 @media (min-width: 992px) {
1924 1924 .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 {
1925 1925 float: left;
1926 1926 }
1927 1927 .col-md-12 {
1928 1928 width: 100%;
1929 1929 }
1930 1930 .col-md-11 {
1931 1931 width: 91.66666667%;
1932 1932 }
1933 1933 .col-md-10 {
1934 1934 width: 83.33333333%;
1935 1935 }
1936 1936 .col-md-9 {
1937 1937 width: 75%;
1938 1938 }
1939 1939 .col-md-8 {
1940 1940 width: 66.66666667%;
1941 1941 }
1942 1942 .col-md-7 {
1943 1943 width: 58.33333333%;
1944 1944 }
1945 1945 .col-md-6 {
1946 1946 width: 50%;
1947 1947 }
1948 1948 .col-md-5 {
1949 1949 width: 41.66666667%;
1950 1950 }
1951 1951 .col-md-4 {
1952 1952 width: 33.33333333%;
1953 1953 }
1954 1954 .col-md-3 {
1955 1955 width: 25%;
1956 1956 }
1957 1957 .col-md-2 {
1958 1958 width: 16.66666667%;
1959 1959 }
1960 1960 .col-md-1 {
1961 1961 width: 8.33333333%;
1962 1962 }
1963 1963 .col-md-pull-12 {
1964 1964 right: 100%;
1965 1965 }
1966 1966 .col-md-pull-11 {
1967 1967 right: 91.66666667%;
1968 1968 }
1969 1969 .col-md-pull-10 {
1970 1970 right: 83.33333333%;
1971 1971 }
1972 1972 .col-md-pull-9 {
1973 1973 right: 75%;
1974 1974 }
1975 1975 .col-md-pull-8 {
1976 1976 right: 66.66666667%;
1977 1977 }
1978 1978 .col-md-pull-7 {
1979 1979 right: 58.33333333%;
1980 1980 }
1981 1981 .col-md-pull-6 {
1982 1982 right: 50%;
1983 1983 }
1984 1984 .col-md-pull-5 {
1985 1985 right: 41.66666667%;
1986 1986 }
1987 1987 .col-md-pull-4 {
1988 1988 right: 33.33333333%;
1989 1989 }
1990 1990 .col-md-pull-3 {
1991 1991 right: 25%;
1992 1992 }
1993 1993 .col-md-pull-2 {
1994 1994 right: 16.66666667%;
1995 1995 }
1996 1996 .col-md-pull-1 {
1997 1997 right: 8.33333333%;
1998 1998 }
1999 1999 .col-md-pull-0 {
2000 2000 right: auto;
2001 2001 }
2002 2002 .col-md-push-12 {
2003 2003 left: 100%;
2004 2004 }
2005 2005 .col-md-push-11 {
2006 2006 left: 91.66666667%;
2007 2007 }
2008 2008 .col-md-push-10 {
2009 2009 left: 83.33333333%;
2010 2010 }
2011 2011 .col-md-push-9 {
2012 2012 left: 75%;
2013 2013 }
2014 2014 .col-md-push-8 {
2015 2015 left: 66.66666667%;
2016 2016 }
2017 2017 .col-md-push-7 {
2018 2018 left: 58.33333333%;
2019 2019 }
2020 2020 .col-md-push-6 {
2021 2021 left: 50%;
2022 2022 }
2023 2023 .col-md-push-5 {
2024 2024 left: 41.66666667%;
2025 2025 }
2026 2026 .col-md-push-4 {
2027 2027 left: 33.33333333%;
2028 2028 }
2029 2029 .col-md-push-3 {
2030 2030 left: 25%;
2031 2031 }
2032 2032 .col-md-push-2 {
2033 2033 left: 16.66666667%;
2034 2034 }
2035 2035 .col-md-push-1 {
2036 2036 left: 8.33333333%;
2037 2037 }
2038 2038 .col-md-push-0 {
2039 2039 left: auto;
2040 2040 }
2041 2041 .col-md-offset-12 {
2042 2042 margin-left: 100%;
2043 2043 }
2044 2044 .col-md-offset-11 {
2045 2045 margin-left: 91.66666667%;
2046 2046 }
2047 2047 .col-md-offset-10 {
2048 2048 margin-left: 83.33333333%;
2049 2049 }
2050 2050 .col-md-offset-9 {
2051 2051 margin-left: 75%;
2052 2052 }
2053 2053 .col-md-offset-8 {
2054 2054 margin-left: 66.66666667%;
2055 2055 }
2056 2056 .col-md-offset-7 {
2057 2057 margin-left: 58.33333333%;
2058 2058 }
2059 2059 .col-md-offset-6 {
2060 2060 margin-left: 50%;
2061 2061 }
2062 2062 .col-md-offset-5 {
2063 2063 margin-left: 41.66666667%;
2064 2064 }
2065 2065 .col-md-offset-4 {
2066 2066 margin-left: 33.33333333%;
2067 2067 }
2068 2068 .col-md-offset-3 {
2069 2069 margin-left: 25%;
2070 2070 }
2071 2071 .col-md-offset-2 {
2072 2072 margin-left: 16.66666667%;
2073 2073 }
2074 2074 .col-md-offset-1 {
2075 2075 margin-left: 8.33333333%;
2076 2076 }
2077 2077 .col-md-offset-0 {
2078 2078 margin-left: 0%;
2079 2079 }
2080 2080 }
2081 2081 @media (min-width: 1200px) {
2082 2082 .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 {
2083 2083 float: left;
2084 2084 }
2085 2085 .col-lg-12 {
2086 2086 width: 100%;
2087 2087 }
2088 2088 .col-lg-11 {
2089 2089 width: 91.66666667%;
2090 2090 }
2091 2091 .col-lg-10 {
2092 2092 width: 83.33333333%;
2093 2093 }
2094 2094 .col-lg-9 {
2095 2095 width: 75%;
2096 2096 }
2097 2097 .col-lg-8 {
2098 2098 width: 66.66666667%;
2099 2099 }
2100 2100 .col-lg-7 {
2101 2101 width: 58.33333333%;
2102 2102 }
2103 2103 .col-lg-6 {
2104 2104 width: 50%;
2105 2105 }
2106 2106 .col-lg-5 {
2107 2107 width: 41.66666667%;
2108 2108 }
2109 2109 .col-lg-4 {
2110 2110 width: 33.33333333%;
2111 2111 }
2112 2112 .col-lg-3 {
2113 2113 width: 25%;
2114 2114 }
2115 2115 .col-lg-2 {
2116 2116 width: 16.66666667%;
2117 2117 }
2118 2118 .col-lg-1 {
2119 2119 width: 8.33333333%;
2120 2120 }
2121 2121 .col-lg-pull-12 {
2122 2122 right: 100%;
2123 2123 }
2124 2124 .col-lg-pull-11 {
2125 2125 right: 91.66666667%;
2126 2126 }
2127 2127 .col-lg-pull-10 {
2128 2128 right: 83.33333333%;
2129 2129 }
2130 2130 .col-lg-pull-9 {
2131 2131 right: 75%;
2132 2132 }
2133 2133 .col-lg-pull-8 {
2134 2134 right: 66.66666667%;
2135 2135 }
2136 2136 .col-lg-pull-7 {
2137 2137 right: 58.33333333%;
2138 2138 }
2139 2139 .col-lg-pull-6 {
2140 2140 right: 50%;
2141 2141 }
2142 2142 .col-lg-pull-5 {
2143 2143 right: 41.66666667%;
2144 2144 }
2145 2145 .col-lg-pull-4 {
2146 2146 right: 33.33333333%;
2147 2147 }
2148 2148 .col-lg-pull-3 {
2149 2149 right: 25%;
2150 2150 }
2151 2151 .col-lg-pull-2 {
2152 2152 right: 16.66666667%;
2153 2153 }
2154 2154 .col-lg-pull-1 {
2155 2155 right: 8.33333333%;
2156 2156 }
2157 2157 .col-lg-pull-0 {
2158 2158 right: auto;
2159 2159 }
2160 2160 .col-lg-push-12 {
2161 2161 left: 100%;
2162 2162 }
2163 2163 .col-lg-push-11 {
2164 2164 left: 91.66666667%;
2165 2165 }
2166 2166 .col-lg-push-10 {
2167 2167 left: 83.33333333%;
2168 2168 }
2169 2169 .col-lg-push-9 {
2170 2170 left: 75%;
2171 2171 }
2172 2172 .col-lg-push-8 {
2173 2173 left: 66.66666667%;
2174 2174 }
2175 2175 .col-lg-push-7 {
2176 2176 left: 58.33333333%;
2177 2177 }
2178 2178 .col-lg-push-6 {
2179 2179 left: 50%;
2180 2180 }
2181 2181 .col-lg-push-5 {
2182 2182 left: 41.66666667%;
2183 2183 }
2184 2184 .col-lg-push-4 {
2185 2185 left: 33.33333333%;
2186 2186 }
2187 2187 .col-lg-push-3 {
2188 2188 left: 25%;
2189 2189 }
2190 2190 .col-lg-push-2 {
2191 2191 left: 16.66666667%;
2192 2192 }
2193 2193 .col-lg-push-1 {
2194 2194 left: 8.33333333%;
2195 2195 }
2196 2196 .col-lg-push-0 {
2197 2197 left: auto;
2198 2198 }
2199 2199 .col-lg-offset-12 {
2200 2200 margin-left: 100%;
2201 2201 }
2202 2202 .col-lg-offset-11 {
2203 2203 margin-left: 91.66666667%;
2204 2204 }
2205 2205 .col-lg-offset-10 {
2206 2206 margin-left: 83.33333333%;
2207 2207 }
2208 2208 .col-lg-offset-9 {
2209 2209 margin-left: 75%;
2210 2210 }
2211 2211 .col-lg-offset-8 {
2212 2212 margin-left: 66.66666667%;
2213 2213 }
2214 2214 .col-lg-offset-7 {
2215 2215 margin-left: 58.33333333%;
2216 2216 }
2217 2217 .col-lg-offset-6 {
2218 2218 margin-left: 50%;
2219 2219 }
2220 2220 .col-lg-offset-5 {
2221 2221 margin-left: 41.66666667%;
2222 2222 }
2223 2223 .col-lg-offset-4 {
2224 2224 margin-left: 33.33333333%;
2225 2225 }
2226 2226 .col-lg-offset-3 {
2227 2227 margin-left: 25%;
2228 2228 }
2229 2229 .col-lg-offset-2 {
2230 2230 margin-left: 16.66666667%;
2231 2231 }
2232 2232 .col-lg-offset-1 {
2233 2233 margin-left: 8.33333333%;
2234 2234 }
2235 2235 .col-lg-offset-0 {
2236 2236 margin-left: 0%;
2237 2237 }
2238 2238 }
2239 2239 table {
2240 2240 background-color: transparent;
2241 2241 }
2242 2242 caption {
2243 2243 padding-top: 8px;
2244 2244 padding-bottom: 8px;
2245 2245 color: #777777;
2246 2246 text-align: left;
2247 2247 }
2248 2248 th {
2249 2249 text-align: left;
2250 2250 }
2251 2251 .table {
2252 2252 width: 100%;
2253 2253 max-width: 100%;
2254 2254 margin-bottom: 20px;
2255 2255 }
2256 2256 .table > thead > tr > th,
2257 2257 .table > tbody > tr > th,
2258 2258 .table > tfoot > tr > th,
2259 2259 .table > thead > tr > td,
2260 2260 .table > tbody > tr > td,
2261 2261 .table > tfoot > tr > td {
2262 2262 padding: 8px;
2263 2263 line-height: 1.42857143;
2264 2264 vertical-align: top;
2265 2265 border-top: 1px solid #ddd;
2266 2266 }
2267 2267 .table > thead > tr > th {
2268 2268 vertical-align: bottom;
2269 2269 border-bottom: 2px solid #ddd;
2270 2270 }
2271 2271 .table > caption + thead > tr:first-child > th,
2272 2272 .table > colgroup + thead > tr:first-child > th,
2273 2273 .table > thead:first-child > tr:first-child > th,
2274 2274 .table > caption + thead > tr:first-child > td,
2275 2275 .table > colgroup + thead > tr:first-child > td,
2276 2276 .table > thead:first-child > tr:first-child > td {
2277 2277 border-top: 0;
2278 2278 }
2279 2279 .table > tbody + tbody {
2280 2280 border-top: 2px solid #ddd;
2281 2281 }
2282 2282 .table .table {
2283 2283 background-color: #fff;
2284 2284 }
2285 2285 .table-condensed > thead > tr > th,
2286 2286 .table-condensed > tbody > tr > th,
2287 2287 .table-condensed > tfoot > tr > th,
2288 2288 .table-condensed > thead > tr > td,
2289 2289 .table-condensed > tbody > tr > td,
2290 2290 .table-condensed > tfoot > tr > td {
2291 2291 padding: 5px;
2292 2292 }
2293 2293 .table-bordered {
2294 2294 border: 1px solid #ddd;
2295 2295 }
2296 2296 .table-bordered > thead > tr > th,
2297 2297 .table-bordered > tbody > tr > th,
2298 2298 .table-bordered > tfoot > tr > th,
2299 2299 .table-bordered > thead > tr > td,
2300 2300 .table-bordered > tbody > tr > td,
2301 2301 .table-bordered > tfoot > tr > td {
2302 2302 border: 1px solid #ddd;
2303 2303 }
2304 2304 .table-bordered > thead > tr > th,
2305 2305 .table-bordered > thead > tr > td {
2306 2306 border-bottom-width: 2px;
2307 2307 }
2308 2308 .table-striped > tbody > tr:nth-of-type(odd) {
2309 2309 background-color: none;
2310 2310 }
2311 2311 .table-hover > tbody > tr:hover {
2312 2312 background-color: #f5f5f5;
2313 2313 }
2314 2314 table col[class*="col-"] {
2315 2315 position: static;
2316 2316 float: none;
2317 2317 display: table-column;
2318 2318 }
2319 2319 table td[class*="col-"],
2320 2320 table th[class*="col-"] {
2321 2321 position: static;
2322 2322 float: none;
2323 2323 display: table-cell;
2324 2324 }
2325 2325 .table > thead > tr > td.active,
2326 2326 .table > tbody > tr > td.active,
2327 2327 .table > tfoot > tr > td.active,
2328 2328 .table > thead > tr > th.active,
2329 2329 .table > tbody > tr > th.active,
2330 2330 .table > tfoot > tr > th.active,
2331 2331 .table > thead > tr.active > td,
2332 2332 .table > tbody > tr.active > td,
2333 2333 .table > tfoot > tr.active > td,
2334 2334 .table > thead > tr.active > th,
2335 2335 .table > tbody > tr.active > th,
2336 2336 .table > tfoot > tr.active > th {
2337 2337 background-color: #f5f5f5;
2338 2338 }
2339 2339 .table-hover > tbody > tr > td.active:hover,
2340 2340 .table-hover > tbody > tr > th.active:hover,
2341 2341 .table-hover > tbody > tr.active:hover > td,
2342 2342 .table-hover > tbody > tr:hover > .active,
2343 2343 .table-hover > tbody > tr.active:hover > th {
2344 2344 background-color: #e8e8e8;
2345 2345 }
2346 2346 .table > thead > tr > td.success,
2347 2347 .table > tbody > tr > td.success,
2348 2348 .table > tfoot > tr > td.success,
2349 2349 .table > thead > tr > th.success,
2350 2350 .table > tbody > tr > th.success,
2351 2351 .table > tfoot > tr > th.success,
2352 2352 .table > thead > tr.success > td,
2353 2353 .table > tbody > tr.success > td,
2354 2354 .table > tfoot > tr.success > td,
2355 2355 .table > thead > tr.success > th,
2356 2356 .table > tbody > tr.success > th,
2357 2357 .table > tfoot > tr.success > th {
2358 2358 background-color: #dff0d8;
2359 2359 }
2360 2360 .table-hover > tbody > tr > td.success:hover,
2361 2361 .table-hover > tbody > tr > th.success:hover,
2362 2362 .table-hover > tbody > tr.success:hover > td,
2363 2363 .table-hover > tbody > tr:hover > .success,
2364 2364 .table-hover > tbody > tr.success:hover > th {
2365 2365 background-color: #d0e9c6;
2366 2366 }
2367 2367 .table > thead > tr > td.info,
2368 2368 .table > tbody > tr > td.info,
2369 2369 .table > tfoot > tr > td.info,
2370 2370 .table > thead > tr > th.info,
2371 2371 .table > tbody > tr > th.info,
2372 2372 .table > tfoot > tr > th.info,
2373 2373 .table > thead > tr.info > td,
2374 2374 .table > tbody > tr.info > td,
2375 2375 .table > tfoot > tr.info > td,
2376 2376 .table > thead > tr.info > th,
2377 2377 .table > tbody > tr.info > th,
2378 2378 .table > tfoot > tr.info > th {
2379 2379 background-color: #d9edf7;
2380 2380 }
2381 2381 .table-hover > tbody > tr > td.info:hover,
2382 2382 .table-hover > tbody > tr > th.info:hover,
2383 2383 .table-hover > tbody > tr.info:hover > td,
2384 2384 .table-hover > tbody > tr:hover > .info,
2385 2385 .table-hover > tbody > tr.info:hover > th {
2386 2386 background-color: #c4e3f3;
2387 2387 }
2388 2388 .table > thead > tr > td.warning,
2389 2389 .table > tbody > tr > td.warning,
2390 2390 .table > tfoot > tr > td.warning,
2391 2391 .table > thead > tr > th.warning,
2392 2392 .table > tbody > tr > th.warning,
2393 2393 .table > tfoot > tr > th.warning,
2394 2394 .table > thead > tr.warning > td,
2395 2395 .table > tbody > tr.warning > td,
2396 2396 .table > tfoot > tr.warning > td,
2397 2397 .table > thead > tr.warning > th,
2398 2398 .table > tbody > tr.warning > th,
2399 2399 .table > tfoot > tr.warning > th {
2400 2400 background-color: #fcf8e3;
2401 2401 }
2402 2402 .table-hover > tbody > tr > td.warning:hover,
2403 2403 .table-hover > tbody > tr > th.warning:hover,
2404 2404 .table-hover > tbody > tr.warning:hover > td,
2405 2405 .table-hover > tbody > tr:hover > .warning,
2406 2406 .table-hover > tbody > tr.warning:hover > th {
2407 2407 background-color: #faf2cc;
2408 2408 }
2409 2409 .table > thead > tr > td.danger,
2410 2410 .table > tbody > tr > td.danger,
2411 2411 .table > tfoot > tr > td.danger,
2412 2412 .table > thead > tr > th.danger,
2413 2413 .table > tbody > tr > th.danger,
2414 2414 .table > tfoot > tr > th.danger,
2415 2415 .table > thead > tr.danger > td,
2416 2416 .table > tbody > tr.danger > td,
2417 2417 .table > tfoot > tr.danger > td,
2418 2418 .table > thead > tr.danger > th,
2419 2419 .table > tbody > tr.danger > th,
2420 2420 .table > tfoot > tr.danger > th {
2421 2421 background-color: #f2dede;
2422 2422 }
2423 2423 .table-hover > tbody > tr > td.danger:hover,
2424 2424 .table-hover > tbody > tr > th.danger:hover,
2425 2425 .table-hover > tbody > tr.danger:hover > td,
2426 2426 .table-hover > tbody > tr:hover > .danger,
2427 2427 .table-hover > tbody > tr.danger:hover > th {
2428 2428 background-color: #ebcccc;
2429 2429 }
2430 2430 .table-responsive {
2431 2431 overflow-x: auto;
2432 2432 min-height: 0.01%;
2433 2433 }
2434 2434 @media screen and (max-width: 767px) {
2435 2435 .table-responsive {
2436 2436 width: 100%;
2437 2437 margin-bottom: 15px;
2438 2438 overflow-y: hidden;
2439 2439 -ms-overflow-style: -ms-autohiding-scrollbar;
2440 2440 border: 1px solid #ddd;
2441 2441 }
2442 2442 .table-responsive > .table {
2443 2443 margin-bottom: 0;
2444 2444 }
2445 2445 .table-responsive > .table > thead > tr > th,
2446 2446 .table-responsive > .table > tbody > tr > th,
2447 2447 .table-responsive > .table > tfoot > tr > th,
2448 2448 .table-responsive > .table > thead > tr > td,
2449 2449 .table-responsive > .table > tbody > tr > td,
2450 2450 .table-responsive > .table > tfoot > tr > td {
2451 2451 white-space: nowrap;
2452 2452 }
2453 2453 .table-responsive > .table-bordered {
2454 2454 border: 0;
2455 2455 }
2456 2456 .table-responsive > .table-bordered > thead > tr > th:first-child,
2457 2457 .table-responsive > .table-bordered > tbody > tr > th:first-child,
2458 2458 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2459 2459 .table-responsive > .table-bordered > thead > tr > td:first-child,
2460 2460 .table-responsive > .table-bordered > tbody > tr > td:first-child,
2461 2461 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2462 2462 border-left: 0;
2463 2463 }
2464 2464 .table-responsive > .table-bordered > thead > tr > th:last-child,
2465 2465 .table-responsive > .table-bordered > tbody > tr > th:last-child,
2466 2466 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2467 2467 .table-responsive > .table-bordered > thead > tr > td:last-child,
2468 2468 .table-responsive > .table-bordered > tbody > tr > td:last-child,
2469 2469 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2470 2470 border-right: 0;
2471 2471 }
2472 2472 .table-responsive > .table-bordered > tbody > tr:last-child > th,
2473 2473 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2474 2474 .table-responsive > .table-bordered > tbody > tr:last-child > td,
2475 2475 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2476 2476 border-bottom: 0;
2477 2477 }
2478 2478 }
2479 2479 fieldset {
2480 2480 padding: 0;
2481 2481 margin: 0;
2482 2482 border: 0;
2483 2483 min-width: 0;
2484 2484 }
2485 2485 legend {
2486 2486 display: block;
2487 2487 width: 100%;
2488 2488 padding: 0;
2489 2489 margin-bottom: 20px;
2490 2490 font-size: 21px;
2491 2491 line-height: inherit;
2492 2492 color: #333333;
2493 2493 border: 0;
2494 2494 border-bottom: 1px solid #e5e5e5;
2495 2495 }
2496 2496 label {
2497 2497 display: inline-block;
2498 2498 max-width: 100%;
2499 2499 margin-bottom: 5px;
2500 2500 font-weight: bold;
2501 2501 }
2502 2502 input[type="search"] {
2503 2503 -webkit-box-sizing: border-box;
2504 2504 -moz-box-sizing: border-box;
2505 2505 box-sizing: border-box;
2506 2506 }
2507 2507 input[type="radio"],
2508 2508 input[type="checkbox"] {
2509 2509 margin: 4px 0 0;
2510 2510 margin-top: 1px \9;
2511 2511 line-height: normal;
2512 2512 }
2513 2513 input[type="file"] {
2514 2514 display: block;
2515 2515 }
2516 2516 input[type="range"] {
2517 2517 display: block;
2518 2518 width: 100%;
2519 2519 }
2520 2520 select[multiple],
2521 2521 select[size] {
2522 2522 height: auto;
2523 2523 }
2524 2524 input[type="file"]:focus,
2525 2525 input[type="radio"]:focus,
2526 2526 input[type="checkbox"]:focus {
2527 2527 outline: thin dotted;
2528 2528 outline: 5px auto -webkit-focus-ring-color;
2529 2529 outline-offset: -2px;
2530 2530 }
2531 2531 output {
2532 2532 display: block;
2533 2533 padding-top: 7px;
2534 2534 font-size: 14px;
2535 2535 line-height: 1.42857143;
2536 2536 color: #555555;
2537 2537 }
2538 2538 .form-control {
2539 2539 display: block;
2540 2540 width: 100%;
2541 2541 height: 34px;
2542 2542 padding: 6px 12px;
2543 2543 font-size: 14px;
2544 2544 line-height: 1.42857143;
2545 2545 color: #555555;
2546 2546 background-color: #fff;
2547 2547 background-image: none;
2548 2548 border: 1px solid #ccc;
2549 2549 border-radius: 4px;
2550 2550 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2551 2551 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2552 2552 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2553 2553 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2554 2554 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2555 2555 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2556 2556 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2557 2557 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2558 2558 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2559 2559 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2560 2560 }
2561 2561 .form-control:focus {
2562 2562 border-color: #66afe9;
2563 2563 outline: 0;
2564 2564 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2565 2565 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2566 2566 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 5px rgba(77, 77, 77, 0.5);
2567 2567 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 5px rgba(77, 77, 77, 0.5);
2568 2568 -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 5px rgba(77, 77, 77, 0.5);
2569 2569 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 5px rgba(77, 77, 77, 0.5);
2570 2570 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 5px rgba(77, 77, 77, 0.5);
2571 2571 }
2572 2572 .form-control::-moz-placeholder {
2573 2573 color: #999;
2574 2574 opacity: 1;
2575 2575 }
2576 2576 .form-control:-ms-input-placeholder {
2577 2577 color: #999;
2578 2578 }
2579 2579 .form-control::-webkit-input-placeholder {
2580 2580 color: #999;
2581 2581 }
2582 2582 .form-control::-ms-expand {
2583 2583 border: 0;
2584 2584 background-color: transparent;
2585 2585 }
2586 2586 .form-control[disabled],
2587 2587 .form-control[readonly],
2588 2588 fieldset[disabled] .form-control {
2589 2589 background-color: #eeeeee;
2590 2590 opacity: 1;
2591 2591 }
2592 2592 .form-control[disabled],
2593 2593 fieldset[disabled] .form-control {
2594 2594 cursor: not-allowed;
2595 2595 }
2596 2596 textarea.form-control {
2597 2597 height: auto;
2598 2598 }
2599 2599 input[type="search"] {
2600 2600 -webkit-appearance: none;
2601 2601 }
2602 2602 @media screen and (-webkit-min-device-pixel-ratio: 0) {
2603 2603 input[type="date"].form-control,
2604 2604 input[type="time"].form-control,
2605 2605 input[type="datetime-local"].form-control,
2606 2606 input[type="month"].form-control {
2607 2607 line-height: 34px;
2608 2608 }
2609 2609 input[type="date"].input-sm,
2610 2610 input[type="time"].input-sm,
2611 2611 input[type="datetime-local"].input-sm,
2612 2612 input[type="month"].input-sm,
2613 2613 .input-group-sm input[type="date"],
2614 2614 .input-group-sm input[type="time"],
2615 2615 .input-group-sm input[type="datetime-local"],
2616 2616 .input-group-sm input[type="month"] {
2617 2617 line-height: 30px;
2618 2618 }
2619 2619 input[type="date"].input-lg,
2620 2620 input[type="time"].input-lg,
2621 2621 input[type="datetime-local"].input-lg,
2622 2622 input[type="month"].input-lg,
2623 2623 .input-group-lg input[type="date"],
2624 2624 .input-group-lg input[type="time"],
2625 2625 .input-group-lg input[type="datetime-local"],
2626 2626 .input-group-lg input[type="month"] {
2627 2627 line-height: 46px;
2628 2628 }
2629 2629 }
2630 2630 .form-group {
2631 2631 margin-bottom: 15px;
2632 2632 }
2633 2633 .radio,
2634 2634 .checkbox {
2635 2635 position: relative;
2636 2636 display: block;
2637 2637 margin-top: 10px;
2638 2638 margin-bottom: 10px;
2639 2639 }
2640 2640 .radio label,
2641 2641 .checkbox label {
2642 2642 min-height: 20px;
2643 2643 padding-left: 20px;
2644 2644 margin-bottom: 0;
2645 2645 font-weight: normal;
2646 2646 cursor: pointer;
2647 2647 }
2648 2648 .radio input[type="radio"],
2649 2649 .radio-inline input[type="radio"],
2650 2650 .checkbox input[type="checkbox"],
2651 2651 .checkbox-inline input[type="checkbox"] {
2652 2652 position: absolute;
2653 2653 margin-left: -20px;
2654 2654 margin-top: 4px \9;
2655 2655 }
2656 2656 .radio + .radio,
2657 2657 .checkbox + .checkbox {
2658 2658 margin-top: -5px;
2659 2659 }
2660 2660 .radio-inline,
2661 2661 .checkbox-inline {
2662 2662 position: relative;
2663 2663 display: inline-block;
2664 2664 padding-left: 20px;
2665 2665 margin-bottom: 0;
2666 2666 vertical-align: middle;
2667 2667 font-weight: normal;
2668 2668 cursor: pointer;
2669 2669 }
2670 2670 .radio-inline + .radio-inline,
2671 2671 .checkbox-inline + .checkbox-inline {
2672 2672 margin-top: 0;
2673 2673 margin-left: 10px;
2674 2674 }
2675 2675 input[type="radio"][disabled],
2676 2676 input[type="checkbox"][disabled],
2677 2677 input[type="radio"].disabled,
2678 2678 input[type="checkbox"].disabled,
2679 2679 fieldset[disabled] input[type="radio"],
2680 2680 fieldset[disabled] input[type="checkbox"] {
2681 2681 cursor: not-allowed;
2682 2682 }
2683 2683 .radio-inline.disabled,
2684 2684 .checkbox-inline.disabled,
2685 2685 fieldset[disabled] .radio-inline,
2686 2686 fieldset[disabled] .checkbox-inline {
2687 2687 cursor: not-allowed;
2688 2688 }
2689 2689 .radio.disabled label,
2690 2690 .checkbox.disabled label,
2691 2691 fieldset[disabled] .radio label,
2692 2692 fieldset[disabled] .checkbox label {
2693 2693 cursor: not-allowed;
2694 2694 }
2695 2695 .form-control-static {
2696 2696 padding-top: 7px;
2697 2697 padding-bottom: 7px;
2698 2698 margin-bottom: 0;
2699 2699 min-height: 34px;
2700 2700 }
2701 2701 .form-control-static.input-lg,
2702 2702 .form-control-static.input-sm {
2703 2703 padding-left: 0;
2704 2704 padding-right: 0;
2705 2705 }
2706 2706 .input-sm {
2707 2707 height: 30px;
2708 2708 padding: 5px 10px;
2709 2709 font-size: 12px;
2710 2710 line-height: 1.5;
2711 2711 border-radius: 3px;
2712 2712 }
2713 2713 select.input-sm {
2714 2714 height: 30px;
2715 2715 line-height: 30px;
2716 2716 }
2717 2717 textarea.input-sm,
2718 2718 select[multiple].input-sm {
2719 2719 height: auto;
2720 2720 }
2721 2721 .form-group-sm .form-control {
2722 2722 height: 30px;
2723 2723 padding: 5px 10px;
2724 2724 font-size: 12px;
2725 2725 line-height: 1.5;
2726 2726 border-radius: 3px;
2727 2727 }
2728 2728 .form-group-sm select.form-control {
2729 2729 height: 30px;
2730 2730 line-height: 30px;
2731 2731 }
2732 2732 .form-group-sm textarea.form-control,
2733 2733 .form-group-sm select[multiple].form-control {
2734 2734 height: auto;
2735 2735 }
2736 2736 .form-group-sm .form-control-static {
2737 2737 height: 30px;
2738 2738 min-height: 32px;
2739 2739 padding: 6px 10px;
2740 2740 font-size: 12px;
2741 2741 line-height: 1.5;
2742 2742 }
2743 2743 .input-lg {
2744 2744 height: 46px;
2745 2745 padding: 10px 16px;
2746 2746 font-size: 18px;
2747 2747 line-height: 1.3333333;
2748 2748 border-radius: 6px;
2749 2749 }
2750 2750 select.input-lg {
2751 2751 height: 46px;
2752 2752 line-height: 46px;
2753 2753 }
2754 2754 textarea.input-lg,
2755 2755 select[multiple].input-lg {
2756 2756 height: auto;
2757 2757 }
2758 2758 .form-group-lg .form-control {
2759 2759 height: 46px;
2760 2760 padding: 10px 16px;
2761 2761 font-size: 18px;
2762 2762 line-height: 1.3333333;
2763 2763 border-radius: 6px;
2764 2764 }
2765 2765 .form-group-lg select.form-control {
2766 2766 height: 46px;
2767 2767 line-height: 46px;
2768 2768 }
2769 2769 .form-group-lg textarea.form-control,
2770 2770 .form-group-lg select[multiple].form-control {
2771 2771 height: auto;
2772 2772 }
2773 2773 .form-group-lg .form-control-static {
2774 2774 height: 46px;
2775 2775 min-height: 38px;
2776 2776 padding: 11px 16px;
2777 2777 font-size: 18px;
2778 2778 line-height: 1.3333333;
2779 2779 }
2780 2780 .has-feedback {
2781 2781 position: relative;
2782 2782 }
2783 2783 .has-feedback .form-control {
2784 2784 padding-right: 42.5px;
2785 2785 }
2786 2786 .form-control-feedback {
2787 2787 position: absolute;
2788 2788 top: 0;
2789 2789 right: 0;
2790 2790 z-index: 2;
2791 2791 display: block;
2792 2792 width: 34px;
2793 2793 height: 34px;
2794 2794 line-height: 34px;
2795 2795 text-align: center;
2796 2796 pointer-events: none;
2797 2797 }
2798 2798 .input-lg + .form-control-feedback,
2799 2799 .input-group-lg + .form-control-feedback,
2800 2800 .form-group-lg .form-control + .form-control-feedback {
2801 2801 width: 46px;
2802 2802 height: 46px;
2803 2803 line-height: 46px;
2804 2804 }
2805 2805 .input-sm + .form-control-feedback,
2806 2806 .input-group-sm + .form-control-feedback,
2807 2807 .form-group-sm .form-control + .form-control-feedback {
2808 2808 width: 30px;
2809 2809 height: 30px;
2810 2810 line-height: 30px;
2811 2811 }
2812 2812 .has-success .help-block,
2813 2813 .has-success .control-label,
2814 2814 .has-success .radio,
2815 2815 .has-success .checkbox,
2816 2816 .has-success .radio-inline,
2817 2817 .has-success .checkbox-inline,
2818 2818 .has-success.radio label,
2819 2819 .has-success.checkbox label,
2820 2820 .has-success.radio-inline label,
2821 2821 .has-success.checkbox-inline label {
2822 2822 color: #3c763d;
2823 2823 }
2824 2824 .has-success .form-control {
2825 2825 border-color: #3c763d;
2826 2826 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2827 2827 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2828 2828 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2829 2829 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2830 2830 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2831 2831 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2832 2832 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2833 2833 }
2834 2834 .has-success .form-control:focus {
2835 2835 border-color: #2b542c;
2836 2836 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2837 2837 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2838 2838 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 5px rgba(77, 77, 77, 0.5);
2839 2839 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 5px rgba(77, 77, 77, 0.5);
2840 2840 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 5px rgba(77, 77, 77, 0.5);
2841 2841 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 5px rgba(77, 77, 77, 0.5);
2842 2842 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 5px rgba(77, 77, 77, 0.5);
2843 2843 }
2844 2844 .has-success .input-group-addon {
2845 2845 color: #3c763d;
2846 2846 border-color: #3c763d;
2847 2847 background-color: #dff0d8;
2848 2848 }
2849 2849 .has-success .form-control-feedback {
2850 2850 color: #3c763d;
2851 2851 }
2852 2852 .has-warning .help-block,
2853 2853 .has-warning .control-label,
2854 2854 .has-warning .radio,
2855 2855 .has-warning .checkbox,
2856 2856 .has-warning .radio-inline,
2857 2857 .has-warning .checkbox-inline,
2858 2858 .has-warning.radio label,
2859 2859 .has-warning.checkbox label,
2860 2860 .has-warning.radio-inline label,
2861 2861 .has-warning.checkbox-inline label {
2862 2862 color: #8a6d3b;
2863 2863 }
2864 2864 .has-warning .form-control {
2865 2865 border-color: #8a6d3b;
2866 2866 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2867 2867 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2868 2868 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2869 2869 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2870 2870 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2871 2871 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2872 2872 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2873 2873 }
2874 2874 .has-warning .form-control:focus {
2875 2875 border-color: #66512c;
2876 2876 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2877 2877 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2878 2878 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 5px rgba(77, 77, 77, 0.5);
2879 2879 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 5px rgba(77, 77, 77, 0.5);
2880 2880 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 5px rgba(77, 77, 77, 0.5);
2881 2881 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 5px rgba(77, 77, 77, 0.5);
2882 2882 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 5px rgba(77, 77, 77, 0.5);
2883 2883 }
2884 2884 .has-warning .input-group-addon {
2885 2885 color: #8a6d3b;
2886 2886 border-color: #8a6d3b;
2887 2887 background-color: #fcf8e3;
2888 2888 }
2889 2889 .has-warning .form-control-feedback {
2890 2890 color: #8a6d3b;
2891 2891 }
2892 2892 .has-error .help-block,
2893 2893 .has-error .control-label,
2894 2894 .has-error .radio,
2895 2895 .has-error .checkbox,
2896 2896 .has-error .radio-inline,
2897 2897 .has-error .checkbox-inline,
2898 2898 .has-error.radio label,
2899 2899 .has-error.checkbox label,
2900 2900 .has-error.radio-inline label,
2901 2901 .has-error.checkbox-inline label {
2902 2902 color: #a94442;
2903 2903 }
2904 2904 .has-error .form-control {
2905 2905 border-color: #a94442;
2906 2906 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2907 2907 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2908 2908 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2909 2909 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2910 2910 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2911 2911 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2912 2912 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 5px rgba(77, 77, 77, 0.5);
2913 2913 }
2914 2914 .has-error .form-control:focus {
2915 2915 border-color: #843534;
2916 2916 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2917 2917 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2918 2918 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 5px rgba(77, 77, 77, 0.5);
2919 2919 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 5px rgba(77, 77, 77, 0.5);
2920 2920 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 5px rgba(77, 77, 77, 0.5);
2921 2921 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 5px rgba(77, 77, 77, 0.5);
2922 2922 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 5px rgba(77, 77, 77, 0.5);
2923 2923 }
2924 2924 .has-error .input-group-addon {
2925 2925 color: #a94442;
2926 2926 border-color: #a94442;
2927 2927 background-color: #f2dede;
2928 2928 }
2929 2929 .has-error .form-control-feedback {
2930 2930 color: #a94442;
2931 2931 }
2932 2932 .has-feedback label ~ .form-control-feedback {
2933 2933 top: 25px;
2934 2934 }
2935 2935 .has-feedback label.sr-only ~ .form-control-feedback {
2936 2936 top: 0;
2937 2937 }
2938 2938 .help-block {
2939 2939 display: block;
2940 2940 margin-top: 5px;
2941 2941 margin-bottom: 10px;
2942 2942 color: #737373;
2943 2943 }
2944 2944 @media (min-width: 768px) {
2945 2945 .form-inline .form-group {
2946 2946 display: inline-block;
2947 2947 margin-bottom: 0;
2948 2948 vertical-align: middle;
2949 2949 }
2950 2950 .form-inline .form-control {
2951 2951 display: inline-block;
2952 2952 width: auto;
2953 2953 vertical-align: middle;
2954 2954 }
2955 2955 .form-inline .form-control-static {
2956 2956 display: inline-block;
2957 2957 }
2958 2958 .form-inline .input-group {
2959 2959 display: inline-table;
2960 2960 vertical-align: middle;
2961 2961 }
2962 2962 .form-inline .input-group .input-group-addon,
2963 2963 .form-inline .input-group .input-group-btn,
2964 2964 .form-inline .input-group .form-control {
2965 2965 width: auto;
2966 2966 }
2967 2967 .form-inline .input-group > .form-control {
2968 2968 width: 100%;
2969 2969 }
2970 2970 .form-inline .control-label {
2971 2971 margin-bottom: 0;
2972 2972 vertical-align: middle;
2973 2973 }
2974 2974 .form-inline .radio,
2975 2975 .form-inline .checkbox {
2976 2976 display: inline-block;
2977 2977 margin-top: 0;
2978 2978 margin-bottom: 0;
2979 2979 vertical-align: middle;
2980 2980 }
2981 2981 .form-inline .radio label,
2982 2982 .form-inline .checkbox label {
2983 2983 padding-left: 0;
2984 2984 }
2985 2985 .form-inline .radio input[type="radio"],
2986 2986 .form-inline .checkbox input[type="checkbox"] {
2987 2987 position: relative;
2988 2988 margin-left: 0;
2989 2989 }
2990 2990 .form-inline .has-feedback .form-control-feedback {
2991 2991 top: 0;
2992 2992 }
2993 2993 }
2994 2994 .form-horizontal .radio,
2995 2995 .form-horizontal .checkbox,
2996 2996 .form-horizontal .radio-inline,
2997 2997 .form-horizontal .checkbox-inline {
2998 2998 margin-top: 0;
2999 2999 margin-bottom: 0;
3000 3000 padding-top: 7px;
3001 3001 }
3002 3002 .form-horizontal .radio,
3003 3003 .form-horizontal .checkbox {
3004 3004 min-height: 27px;
3005 3005 }
3006 3006 .form-horizontal .form-group {
3007 3007 margin-left: -5px;
3008 3008 margin-right: -5px;
3009 3009 }
3010 3010 @media (min-width: 768px) {
3011 3011 .form-horizontal .control-label {
3012 3012 text-align: right;
3013 3013 margin-bottom: 0;
3014 3014 padding-top: 7px;
3015 3015 }
3016 3016 }
3017 3017 .form-horizontal .has-feedback .form-control-feedback {
3018 3018 right: 5px;
3019 3019 }
3020 3020 @media (min-width: 768px) {
3021 3021 .form-horizontal .form-group-lg .control-label {
3022 3022 padding-top: 11px;
3023 3023 font-size: 18px;
3024 3024 }
3025 3025 }
3026 3026 @media (min-width: 768px) {
3027 3027 .form-horizontal .form-group-sm .control-label {
3028 3028 padding-top: 6px;
3029 3029 font-size: 12px;
3030 3030 }
3031 3031 }
3032 3032 .btn {
3033 3033 display: inline-block;
3034 3034 margin-bottom: 0;
3035 3035 font-weight: normal;
3036 3036 text-align: center;
3037 3037 vertical-align: middle;
3038 3038 touch-action: manipulation;
3039 3039 cursor: pointer;
3040 3040 background-image: none;
3041 3041 border: 1px solid transparent;
3042 3042 white-space: nowrap;
3043 3043 padding: 6px 12px;
3044 3044 font-size: 14px;
3045 3045 line-height: 1.42857143;
3046 3046 border-radius: 4px;
3047 3047 -webkit-user-select: none;
3048 3048 -moz-user-select: none;
3049 3049 -ms-user-select: none;
3050 3050 user-select: none;
3051 3051 }
3052 3052 .btn:focus,
3053 3053 .btn:active:focus,
3054 3054 .btn.active:focus,
3055 3055 .btn.focus,
3056 3056 .btn:active.focus,
3057 3057 .btn.active.focus {
3058 3058 outline: thin dotted;
3059 3059 outline: 5px auto -webkit-focus-ring-color;
3060 3060 outline-offset: -2px;
3061 3061 }
3062 3062 .btn:hover,
3063 3063 .btn:focus,
3064 3064 .btn.focus {
3065 3065 color: #333;
3066 3066 text-decoration: none;
3067 3067 }
3068 3068 .btn:active,
3069 3069 .btn.active {
3070 3070 outline: 0;
3071 3071 background-image: none;
3072 3072 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3073 3073 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3074 3074 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3075 3075 -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3076 3076 -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3077 3077 -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3078 3078 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3079 3079 }
3080 3080 .btn.disabled,
3081 3081 .btn[disabled],
3082 3082 fieldset[disabled] .btn {
3083 3083 cursor: not-allowed;
3084 3084 opacity: 0.65;
3085 3085 filter: alpha(opacity=65);
3086 3086 -webkit-box-shadow: none;
3087 3087 box-shadow: none;
3088 3088 box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3089 3089 -o-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3090 3090 -ms-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3091 3091 -moz-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3092 3092 -webkit-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3093 3093 }
3094 3094 a.btn.disabled,
3095 3095 fieldset[disabled] a.btn {
3096 3096 pointer-events: none;
3097 3097 }
3098 3098 .btn-default {
3099 3099 color: #333;
3100 3100 background-color: #fff;
3101 3101 border-color: #ccc;
3102 3102 }
3103 3103 .btn-default:focus,
3104 3104 .btn-default.focus {
3105 3105 color: #333;
3106 3106 background-color: #e6e6e6;
3107 3107 border-color: #8c8c8c;
3108 3108 }
3109 3109 .btn-default:hover {
3110 3110 color: #333;
3111 3111 background-color: #e6e6e6;
3112 3112 border-color: #adadad;
3113 3113 }
3114 3114 .btn-default:active,
3115 3115 .btn-default.active,
3116 3116 .open > .dropdown-toggle.btn-default {
3117 3117 color: #333;
3118 3118 background-color: #e6e6e6;
3119 3119 border-color: #adadad;
3120 3120 }
3121 3121 .btn-default:active:hover,
3122 3122 .btn-default.active:hover,
3123 3123 .open > .dropdown-toggle.btn-default:hover,
3124 3124 .btn-default:active:focus,
3125 3125 .btn-default.active:focus,
3126 3126 .open > .dropdown-toggle.btn-default:focus,
3127 3127 .btn-default:active.focus,
3128 3128 .btn-default.active.focus,
3129 3129 .open > .dropdown-toggle.btn-default.focus {
3130 3130 color: #333;
3131 3131 background-color: #d4d4d4;
3132 3132 border-color: #8c8c8c;
3133 3133 }
3134 3134 .btn-default:active,
3135 3135 .btn-default.active,
3136 3136 .open > .dropdown-toggle.btn-default {
3137 3137 background-image: none;
3138 3138 }
3139 3139 .btn-default.disabled:hover,
3140 3140 .btn-default[disabled]:hover,
3141 3141 fieldset[disabled] .btn-default:hover,
3142 3142 .btn-default.disabled:focus,
3143 3143 .btn-default[disabled]:focus,
3144 3144 fieldset[disabled] .btn-default:focus,
3145 3145 .btn-default.disabled.focus,
3146 3146 .btn-default[disabled].focus,
3147 3147 fieldset[disabled] .btn-default.focus {
3148 3148 background-color: #fff;
3149 3149 border-color: #ccc;
3150 3150 }
3151 3151 .btn-default .badge {
3152 3152 color: #fff;
3153 3153 background-color: #333;
3154 3154 }
3155 3155 .btn-primary {
3156 3156 color: #fff;
3157 3157 background-color: #337ab7;
3158 3158 border-color: #2e6da4;
3159 3159 }
3160 3160 .btn-primary:focus,
3161 3161 .btn-primary.focus {
3162 3162 color: #fff;
3163 3163 background-color: #286090;
3164 3164 border-color: #122b40;
3165 3165 }
3166 3166 .btn-primary:hover {
3167 3167 color: #fff;
3168 3168 background-color: #286090;
3169 3169 border-color: #204d74;
3170 3170 }
3171 3171 .btn-primary:active,
3172 3172 .btn-primary.active,
3173 3173 .open > .dropdown-toggle.btn-primary {
3174 3174 color: #fff;
3175 3175 background-color: #286090;
3176 3176 border-color: #204d74;
3177 3177 }
3178 3178 .btn-primary:active:hover,
3179 3179 .btn-primary.active:hover,
3180 3180 .open > .dropdown-toggle.btn-primary:hover,
3181 3181 .btn-primary:active:focus,
3182 3182 .btn-primary.active:focus,
3183 3183 .open > .dropdown-toggle.btn-primary:focus,
3184 3184 .btn-primary:active.focus,
3185 3185 .btn-primary.active.focus,
3186 3186 .open > .dropdown-toggle.btn-primary.focus {
3187 3187 color: #fff;
3188 3188 background-color: #204d74;
3189 3189 border-color: #122b40;
3190 3190 }
3191 3191 .btn-primary:active,
3192 3192 .btn-primary.active,
3193 3193 .open > .dropdown-toggle.btn-primary {
3194 3194 background-image: none;
3195 3195 }
3196 3196 .btn-primary.disabled:hover,
3197 3197 .btn-primary[disabled]:hover,
3198 3198 fieldset[disabled] .btn-primary:hover,
3199 3199 .btn-primary.disabled:focus,
3200 3200 .btn-primary[disabled]:focus,
3201 3201 fieldset[disabled] .btn-primary:focus,
3202 3202 .btn-primary.disabled.focus,
3203 3203 .btn-primary[disabled].focus,
3204 3204 fieldset[disabled] .btn-primary.focus {
3205 3205 background-color: #337ab7;
3206 3206 border-color: #2e6da4;
3207 3207 }
3208 3208 .btn-primary .badge {
3209 3209 color: #337ab7;
3210 3210 background-color: #fff;
3211 3211 }
3212 3212 .btn-success {
3213 3213 color: #fff;
3214 3214 background-color: #5cb85c;
3215 3215 border-color: #4cae4c;
3216 3216 }
3217 3217 .btn-success:focus,
3218 3218 .btn-success.focus {
3219 3219 color: #fff;
3220 3220 background-color: #449d44;
3221 3221 border-color: #255625;
3222 3222 }
3223 3223 .btn-success:hover {
3224 3224 color: #fff;
3225 3225 background-color: #449d44;
3226 3226 border-color: #398439;
3227 3227 }
3228 3228 .btn-success:active,
3229 3229 .btn-success.active,
3230 3230 .open > .dropdown-toggle.btn-success {
3231 3231 color: #fff;
3232 3232 background-color: #449d44;
3233 3233 border-color: #398439;
3234 3234 }
3235 3235 .btn-success:active:hover,
3236 3236 .btn-success.active:hover,
3237 3237 .open > .dropdown-toggle.btn-success:hover,
3238 3238 .btn-success:active:focus,
3239 3239 .btn-success.active:focus,
3240 3240 .open > .dropdown-toggle.btn-success:focus,
3241 3241 .btn-success:active.focus,
3242 3242 .btn-success.active.focus,
3243 3243 .open > .dropdown-toggle.btn-success.focus {
3244 3244 color: #fff;
3245 3245 background-color: #398439;
3246 3246 border-color: #255625;
3247 3247 }
3248 3248 .btn-success:active,
3249 3249 .btn-success.active,
3250 3250 .open > .dropdown-toggle.btn-success {
3251 3251 background-image: none;
3252 3252 }
3253 3253 .btn-success.disabled:hover,
3254 3254 .btn-success[disabled]:hover,
3255 3255 fieldset[disabled] .btn-success:hover,
3256 3256 .btn-success.disabled:focus,
3257 3257 .btn-success[disabled]:focus,
3258 3258 fieldset[disabled] .btn-success:focus,
3259 3259 .btn-success.disabled.focus,
3260 3260 .btn-success[disabled].focus,
3261 3261 fieldset[disabled] .btn-success.focus {
3262 3262 background-color: #5cb85c;
3263 3263 border-color: #4cae4c;
3264 3264 }
3265 3265 .btn-success .badge {
3266 3266 color: #5cb85c;
3267 3267 background-color: #fff;
3268 3268 }
3269 3269 .btn-info {
3270 3270 color: #fff;
3271 3271 background-color: #5bc0de;
3272 3272 border-color: #46b8da;
3273 3273 }
3274 3274 .btn-info:focus,
3275 3275 .btn-info.focus {
3276 3276 color: #fff;
3277 3277 background-color: #31b0d5;
3278 3278 border-color: #1b6d85;
3279 3279 }
3280 3280 .btn-info:hover {
3281 3281 color: #fff;
3282 3282 background-color: #31b0d5;
3283 3283 border-color: #269abc;
3284 3284 }
3285 3285 .btn-info:active,
3286 3286 .btn-info.active,
3287 3287 .open > .dropdown-toggle.btn-info {
3288 3288 color: #fff;
3289 3289 background-color: #31b0d5;
3290 3290 border-color: #269abc;
3291 3291 }
3292 3292 .btn-info:active:hover,
3293 3293 .btn-info.active:hover,
3294 3294 .open > .dropdown-toggle.btn-info:hover,
3295 3295 .btn-info:active:focus,
3296 3296 .btn-info.active:focus,
3297 3297 .open > .dropdown-toggle.btn-info:focus,
3298 3298 .btn-info:active.focus,
3299 3299 .btn-info.active.focus,
3300 3300 .open > .dropdown-toggle.btn-info.focus {
3301 3301 color: #fff;
3302 3302 background-color: #269abc;
3303 3303 border-color: #1b6d85;
3304 3304 }
3305 3305 .btn-info:active,
3306 3306 .btn-info.active,
3307 3307 .open > .dropdown-toggle.btn-info {
3308 3308 background-image: none;
3309 3309 }
3310 3310 .btn-info.disabled:hover,
3311 3311 .btn-info[disabled]:hover,
3312 3312 fieldset[disabled] .btn-info:hover,
3313 3313 .btn-info.disabled:focus,
3314 3314 .btn-info[disabled]:focus,
3315 3315 fieldset[disabled] .btn-info:focus,
3316 3316 .btn-info.disabled.focus,
3317 3317 .btn-info[disabled].focus,
3318 3318 fieldset[disabled] .btn-info.focus {
3319 3319 background-color: #5bc0de;
3320 3320 border-color: #46b8da;
3321 3321 }
3322 3322 .btn-info .badge {
3323 3323 color: #5bc0de;
3324 3324 background-color: #fff;
3325 3325 }
3326 3326 .btn-warning {
3327 3327 color: #fff;
3328 3328 background-color: #f0ad4e;
3329 3329 border-color: #eea236;
3330 3330 }
3331 3331 .btn-warning:focus,
3332 3332 .btn-warning.focus {
3333 3333 color: #fff;
3334 3334 background-color: #ec971f;
3335 3335 border-color: #985f0d;
3336 3336 }
3337 3337 .btn-warning:hover {
3338 3338 color: #fff;
3339 3339 background-color: #ec971f;
3340 3340 border-color: #d58512;
3341 3341 }
3342 3342 .btn-warning:active,
3343 3343 .btn-warning.active,
3344 3344 .open > .dropdown-toggle.btn-warning {
3345 3345 color: #fff;
3346 3346 background-color: #ec971f;
3347 3347 border-color: #d58512;
3348 3348 }
3349 3349 .btn-warning:active:hover,
3350 3350 .btn-warning.active:hover,
3351 3351 .open > .dropdown-toggle.btn-warning:hover,
3352 3352 .btn-warning:active:focus,
3353 3353 .btn-warning.active:focus,
3354 3354 .open > .dropdown-toggle.btn-warning:focus,
3355 3355 .btn-warning:active.focus,
3356 3356 .btn-warning.active.focus,
3357 3357 .open > .dropdown-toggle.btn-warning.focus {
3358 3358 color: #fff;
3359 3359 background-color: #d58512;
3360 3360 border-color: #985f0d;
3361 3361 }
3362 3362 .btn-warning:active,
3363 3363 .btn-warning.active,
3364 3364 .open > .dropdown-toggle.btn-warning {
3365 3365 background-image: none;
3366 3366 }
3367 3367 .btn-warning.disabled:hover,
3368 3368 .btn-warning[disabled]:hover,
3369 3369 fieldset[disabled] .btn-warning:hover,
3370 3370 .btn-warning.disabled:focus,
3371 3371 .btn-warning[disabled]:focus,
3372 3372 fieldset[disabled] .btn-warning:focus,
3373 3373 .btn-warning.disabled.focus,
3374 3374 .btn-warning[disabled].focus,
3375 3375 fieldset[disabled] .btn-warning.focus {
3376 3376 background-color: #f0ad4e;
3377 3377 border-color: #eea236;
3378 3378 }
3379 3379 .btn-warning .badge {
3380 3380 color: #f0ad4e;
3381 3381 background-color: #fff;
3382 3382 }
3383 3383 .btn-danger {
3384 3384 color: #fff;
3385 3385 background-color: #d9534f;
3386 3386 border-color: #d43f3a;
3387 3387 }
3388 3388 .btn-danger:focus,
3389 3389 .btn-danger.focus {
3390 3390 color: #fff;
3391 3391 background-color: #c9302c;
3392 3392 border-color: #761c19;
3393 3393 }
3394 3394 .btn-danger:hover {
3395 3395 color: #fff;
3396 3396 background-color: #c9302c;
3397 3397 border-color: #ac2925;
3398 3398 }
3399 3399 .btn-danger:active,
3400 3400 .btn-danger.active,
3401 3401 .open > .dropdown-toggle.btn-danger {
3402 3402 color: #fff;
3403 3403 background-color: #c9302c;
3404 3404 border-color: #ac2925;
3405 3405 }
3406 3406 .btn-danger:active:hover,
3407 3407 .btn-danger.active:hover,
3408 3408 .open > .dropdown-toggle.btn-danger:hover,
3409 3409 .btn-danger:active:focus,
3410 3410 .btn-danger.active:focus,
3411 3411 .open > .dropdown-toggle.btn-danger:focus,
3412 3412 .btn-danger:active.focus,
3413 3413 .btn-danger.active.focus,
3414 3414 .open > .dropdown-toggle.btn-danger.focus {
3415 3415 color: #fff;
3416 3416 background-color: #ac2925;
3417 3417 border-color: #761c19;
3418 3418 }
3419 3419 .btn-danger:active,
3420 3420 .btn-danger.active,
3421 3421 .open > .dropdown-toggle.btn-danger {
3422 3422 background-image: none;
3423 3423 }
3424 3424 .btn-danger.disabled:hover,
3425 3425 .btn-danger[disabled]:hover,
3426 3426 fieldset[disabled] .btn-danger:hover,
3427 3427 .btn-danger.disabled:focus,
3428 3428 .btn-danger[disabled]:focus,
3429 3429 fieldset[disabled] .btn-danger:focus,
3430 3430 .btn-danger.disabled.focus,
3431 3431 .btn-danger[disabled].focus,
3432 3432 fieldset[disabled] .btn-danger.focus {
3433 3433 background-color: #d9534f;
3434 3434 border-color: #d43f3a;
3435 3435 }
3436 3436 .btn-danger .badge {
3437 3437 color: #d9534f;
3438 3438 background-color: #fff;
3439 3439 }
3440 3440 .btn-link {
3441 3441 color: #337ab7;
3442 3442 font-weight: normal;
3443 3443 border-radius: 0;
3444 3444 }
3445 3445 .btn-link,
3446 3446 .btn-link:active,
3447 3447 .btn-link.active,
3448 3448 .btn-link[disabled],
3449 3449 fieldset[disabled] .btn-link {
3450 3450 background-color: transparent;
3451 3451 -webkit-box-shadow: none;
3452 3452 box-shadow: none;
3453 3453 box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3454 3454 -o-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3455 3455 -ms-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3456 3456 -moz-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3457 3457 -webkit-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3458 3458 }
3459 3459 .btn-link,
3460 3460 .btn-link:hover,
3461 3461 .btn-link:focus,
3462 3462 .btn-link:active {
3463 3463 border-color: transparent;
3464 3464 }
3465 3465 .btn-link:hover,
3466 3466 .btn-link:focus {
3467 3467 color: #23527c;
3468 3468 text-decoration: underline;
3469 3469 background-color: transparent;
3470 3470 }
3471 3471 .btn-link[disabled]:hover,
3472 3472 fieldset[disabled] .btn-link:hover,
3473 3473 .btn-link[disabled]:focus,
3474 3474 fieldset[disabled] .btn-link:focus {
3475 3475 color: #777777;
3476 3476 text-decoration: none;
3477 3477 }
3478 3478 .btn-lg,
3479 3479 .btn-group-lg > .btn {
3480 3480 padding: 10px 16px;
3481 3481 font-size: 18px;
3482 3482 line-height: 1.3333333;
3483 3483 border-radius: 6px;
3484 3484 }
3485 3485 .btn-sm,
3486 3486 .btn-group-sm > .btn {
3487 3487 padding: 5px 10px;
3488 3488 font-size: 12px;
3489 3489 line-height: 1.5;
3490 3490 border-radius: 3px;
3491 3491 }
3492 3492 .btn-xs,
3493 3493 .btn-group-xs > .btn {
3494 3494 padding: 1px 5px;
3495 3495 font-size: 12px;
3496 3496 line-height: 1.5;
3497 3497 border-radius: 3px;
3498 3498 }
3499 3499 .btn-block {
3500 3500 display: block;
3501 3501 width: 100%;
3502 3502 }
3503 3503 .btn-block + .btn-block {
3504 3504 margin-top: 5px;
3505 3505 }
3506 3506 input[type="submit"].btn-block,
3507 3507 input[type="reset"].btn-block,
3508 3508 input[type="button"].btn-block {
3509 3509 width: 100%;
3510 3510 }
3511 3511 .fade {
3512 3512 opacity: 0;
3513 3513 -webkit-transition: opacity 0.15s linear;
3514 3514 -o-transition: opacity 0.15s linear;
3515 3515 transition: opacity 0.15s linear;
3516 3516 }
3517 3517 .fade.in {
3518 3518 opacity: 1;
3519 3519 }
3520 3520 .collapse {
3521 3521 display: none;
3522 3522 }
3523 3523 .collapse.in {
3524 3524 display: block;
3525 3525 }
3526 3526 tr.collapse.in {
3527 3527 display: table-row;
3528 3528 }
3529 3529 tbody.collapse.in {
3530 3530 display: table-row-group;
3531 3531 }
3532 3532 .collapsing {
3533 3533 position: relative;
3534 3534 height: 0;
3535 3535 overflow: hidden;
3536 3536 -webkit-transition-property: height, visibility;
3537 3537 transition-property: height, visibility;
3538 3538 -webkit-transition-duration: 0.35s;
3539 3539 transition-duration: 0.35s;
3540 3540 -webkit-transition: all 0.35s;
3541 3541 -moz-transition: all 0.35s;
3542 3542 -o-transition: all 0.35s;
3543 3543 transition: all 0.35s;
3544 3544 -webkit-transition-timing-function: ease;
3545 3545 transition-timing-function: ease;
3546 3546 }
3547 3547 .caret {
3548 3548 display: inline-block;
3549 3549 width: 0;
3550 3550 height: 0;
3551 3551 margin-left: 2px;
3552 3552 vertical-align: middle;
3553 3553 border-top: 4px dashed;
3554 3554 border-top: 4px solid \9;
3555 3555 border-right: 4px solid transparent;
3556 3556 border-left: 4px solid transparent;
3557 3557 }
3558 3558 .dropup,
3559 3559 .dropdown {
3560 3560 position: relative;
3561 3561 }
3562 3562 .dropdown-toggle:focus {
3563 3563 outline: 0;
3564 3564 }
3565 3565 .dropdown-menu {
3566 3566 position: absolute;
3567 3567 top: 100%;
3568 3568 left: 0;
3569 3569 z-index: 1000;
3570 3570 display: none;
3571 3571 float: left;
3572 3572 min-width: 160px;
3573 3573 padding: 5px 0;
3574 3574 margin: 2px 0 0;
3575 3575 list-style: none;
3576 3576 font-size: 14px;
3577 3577 text-align: left;
3578 3578 background-color: #fff;
3579 3579 border: 1px solid #ccc;
3580 3580 border: 1px solid rgba(0, 0, 0, 0.15);
3581 3581 border-radius: 4px;
3582 3582 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3583 3583 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3584 3584 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 5px rgba(77, 77, 77, 0.5);
3585 3585 -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 5px rgba(77, 77, 77, 0.5);
3586 3586 -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 5px rgba(77, 77, 77, 0.5);
3587 3587 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 5px rgba(77, 77, 77, 0.5);
3588 3588 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 5px rgba(77, 77, 77, 0.5);
3589 3589 background-clip: padding-box;
3590 3590 }
3591 3591 .dropdown-menu.pull-right {
3592 3592 right: 0;
3593 3593 left: auto;
3594 3594 }
3595 3595 .dropdown-menu .divider {
3596 3596 height: 1px;
3597 3597 margin: 9px 0;
3598 3598 overflow: hidden;
3599 3599 background-color: #e5e5e5;
3600 3600 }
3601 3601 .dropdown-menu > li > a {
3602 3602 display: block;
3603 3603 padding: 3px 20px;
3604 3604 clear: both;
3605 3605 font-weight: normal;
3606 3606 line-height: 1.42857143;
3607 3607 color: #333333;
3608 3608 white-space: nowrap;
3609 3609 }
3610 3610 .dropdown-menu > li > a:hover,
3611 3611 .dropdown-menu > li > a:focus {
3612 3612 text-decoration: none;
3613 3613 color: #262626;
3614 3614 background-color: #f5f5f5;
3615 3615 }
3616 3616 .dropdown-menu > .active > a,
3617 3617 .dropdown-menu > .active > a:hover,
3618 3618 .dropdown-menu > .active > a:focus {
3619 3619 color: #fff;
3620 3620 text-decoration: none;
3621 3621 outline: 0;
3622 3622 background-color: #337ab7;
3623 3623 }
3624 3624 .dropdown-menu > .disabled > a,
3625 3625 .dropdown-menu > .disabled > a:hover,
3626 3626 .dropdown-menu > .disabled > a:focus {
3627 3627 color: #777777;
3628 3628 }
3629 3629 .dropdown-menu > .disabled > a:hover,
3630 3630 .dropdown-menu > .disabled > a:focus {
3631 3631 text-decoration: none;
3632 3632 background-color: transparent;
3633 3633 background-image: none;
3634 3634 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3635 3635 cursor: not-allowed;
3636 3636 }
3637 3637 .open > .dropdown-menu {
3638 3638 display: block;
3639 3639 }
3640 3640 .open > a {
3641 3641 outline: 0;
3642 3642 }
3643 3643 .dropdown-menu-right {
3644 3644 left: auto;
3645 3645 right: 0;
3646 3646 }
3647 3647 .dropdown-menu-left {
3648 3648 left: 0;
3649 3649 right: auto;
3650 3650 }
3651 3651 .dropdown-header {
3652 3652 display: block;
3653 3653 padding: 3px 20px;
3654 3654 font-size: 12px;
3655 3655 line-height: 1.42857143;
3656 3656 color: #777777;
3657 3657 white-space: nowrap;
3658 3658 }
3659 3659 .dropdown-backdrop {
3660 3660 position: fixed;
3661 3661 left: 0;
3662 3662 right: 0;
3663 3663 bottom: 0;
3664 3664 top: 0;
3665 3665 z-index: 990;
3666 3666 }
3667 3667 .pull-right > .dropdown-menu {
3668 3668 right: 0;
3669 3669 left: auto;
3670 3670 }
3671 3671 .dropup .caret,
3672 3672 .navbar-fixed-bottom .dropdown .caret {
3673 3673 border-top: 0;
3674 3674 border-bottom: 4px dashed;
3675 3675 border-bottom: 4px solid \9;
3676 3676 content: "";
3677 3677 }
3678 3678 .dropup .dropdown-menu,
3679 3679 .navbar-fixed-bottom .dropdown .dropdown-menu {
3680 3680 top: auto;
3681 3681 bottom: 100%;
3682 3682 margin-bottom: 2px;
3683 3683 }
3684 3684 @media (min-width: 768px) {
3685 3685 .navbar-right .dropdown-menu {
3686 3686 left: auto;
3687 3687 right: 0;
3688 3688 }
3689 3689 .navbar-right .dropdown-menu-left {
3690 3690 left: 0;
3691 3691 right: auto;
3692 3692 }
3693 3693 }
3694 3694 .btn-group,
3695 3695 .btn-group-vertical {
3696 3696 position: relative;
3697 3697 display: inline-block;
3698 3698 vertical-align: middle;
3699 3699 }
3700 3700 .btn-group > .btn,
3701 3701 .btn-group-vertical > .btn {
3702 3702 position: relative;
3703 3703 float: left;
3704 3704 }
3705 3705 .btn-group > .btn:hover,
3706 3706 .btn-group-vertical > .btn:hover,
3707 3707 .btn-group > .btn:focus,
3708 3708 .btn-group-vertical > .btn:focus,
3709 3709 .btn-group > .btn:active,
3710 3710 .btn-group-vertical > .btn:active,
3711 3711 .btn-group > .btn.active,
3712 3712 .btn-group-vertical > .btn.active {
3713 3713 z-index: 2;
3714 3714 }
3715 3715 .btn-group .btn + .btn,
3716 3716 .btn-group .btn + .btn-group,
3717 3717 .btn-group .btn-group + .btn,
3718 3718 .btn-group .btn-group + .btn-group {
3719 3719 margin-left: -1px;
3720 3720 }
3721 3721 .btn-toolbar {
3722 3722 margin-left: -5px;
3723 3723 }
3724 3724 .btn-toolbar .btn,
3725 3725 .btn-toolbar .btn-group,
3726 3726 .btn-toolbar .input-group {
3727 3727 float: left;
3728 3728 }
3729 3729 .btn-toolbar > .btn,
3730 3730 .btn-toolbar > .btn-group,
3731 3731 .btn-toolbar > .input-group {
3732 3732 margin-left: 5px;
3733 3733 }
3734 3734 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3735 3735 border-radius: 0;
3736 3736 }
3737 3737 .btn-group > .btn:first-child {
3738 3738 margin-left: 0;
3739 3739 }
3740 3740 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3741 3741 border-bottom-right-radius: 0;
3742 3742 border-top-right-radius: 0;
3743 3743 }
3744 3744 .btn-group > .btn:last-child:not(:first-child),
3745 3745 .btn-group > .dropdown-toggle:not(:first-child) {
3746 3746 border-bottom-left-radius: 0;
3747 3747 border-top-left-radius: 0;
3748 3748 }
3749 3749 .btn-group > .btn-group {
3750 3750 float: left;
3751 3751 }
3752 3752 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3753 3753 border-radius: 0;
3754 3754 }
3755 3755 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3756 3756 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3757 3757 border-bottom-right-radius: 0;
3758 3758 border-top-right-radius: 0;
3759 3759 }
3760 3760 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3761 3761 border-bottom-left-radius: 0;
3762 3762 border-top-left-radius: 0;
3763 3763 }
3764 3764 .btn-group .dropdown-toggle:active,
3765 3765 .btn-group.open .dropdown-toggle {
3766 3766 outline: 0;
3767 3767 }
3768 3768 .btn-group > .btn + .dropdown-toggle {
3769 3769 padding-left: 8px;
3770 3770 padding-right: 8px;
3771 3771 }
3772 3772 .btn-group > .btn-lg + .dropdown-toggle {
3773 3773 padding-left: 12px;
3774 3774 padding-right: 12px;
3775 3775 }
3776 3776 .btn-group.open .dropdown-toggle {
3777 3777 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3778 3778 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3779 3779 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3780 3780 -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3781 3781 -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3782 3782 -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3783 3783 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 5px rgba(77, 77, 77, 0.5);
3784 3784 }
3785 3785 .btn-group.open .dropdown-toggle.btn-link {
3786 3786 -webkit-box-shadow: none;
3787 3787 box-shadow: none;
3788 3788 box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3789 3789 -o-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3790 3790 -ms-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3791 3791 -moz-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3792 3792 -webkit-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
3793 3793 }
3794 3794 .btn .caret {
3795 3795 margin-left: 0;
3796 3796 }
3797 3797 .btn-lg .caret {
3798 3798 border-width: 5px 5px 0;
3799 3799 border-bottom-width: 0;
3800 3800 }
3801 3801 .dropup .btn-lg .caret {
3802 3802 border-width: 0 5px 5px;
3803 3803 }
3804 3804 .btn-group-vertical > .btn,
3805 3805 .btn-group-vertical > .btn-group,
3806 3806 .btn-group-vertical > .btn-group > .btn {
3807 3807 display: block;
3808 3808 float: none;
3809 3809 width: 100%;
3810 3810 max-width: 100%;
3811 3811 }
3812 3812 .btn-group-vertical > .btn-group > .btn {
3813 3813 float: none;
3814 3814 }
3815 3815 .btn-group-vertical > .btn + .btn,
3816 3816 .btn-group-vertical > .btn + .btn-group,
3817 3817 .btn-group-vertical > .btn-group + .btn,
3818 3818 .btn-group-vertical > .btn-group + .btn-group {
3819 3819 margin-top: -1px;
3820 3820 margin-left: 0;
3821 3821 }
3822 3822 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3823 3823 border-radius: 0;
3824 3824 }
3825 3825 .btn-group-vertical > .btn:first-child:not(:last-child) {
3826 3826 border-top-right-radius: 4px;
3827 3827 border-top-left-radius: 4px;
3828 3828 border-bottom-right-radius: 0;
3829 3829 border-bottom-left-radius: 0;
3830 3830 }
3831 3831 .btn-group-vertical > .btn:last-child:not(:first-child) {
3832 3832 border-top-right-radius: 0;
3833 3833 border-top-left-radius: 0;
3834 3834 border-bottom-right-radius: 4px;
3835 3835 border-bottom-left-radius: 4px;
3836 3836 }
3837 3837 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3838 3838 border-radius: 0;
3839 3839 }
3840 3840 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3841 3841 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3842 3842 border-bottom-right-radius: 0;
3843 3843 border-bottom-left-radius: 0;
3844 3844 }
3845 3845 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3846 3846 border-top-right-radius: 0;
3847 3847 border-top-left-radius: 0;
3848 3848 }
3849 3849 .btn-group-justified {
3850 3850 display: table;
3851 3851 width: 100%;
3852 3852 table-layout: fixed;
3853 3853 border-collapse: separate;
3854 3854 }
3855 3855 .btn-group-justified > .btn,
3856 3856 .btn-group-justified > .btn-group {
3857 3857 float: none;
3858 3858 display: table-cell;
3859 3859 width: 1%;
3860 3860 }
3861 3861 .btn-group-justified > .btn-group .btn {
3862 3862 width: 100%;
3863 3863 }
3864 3864 .btn-group-justified > .btn-group .dropdown-menu {
3865 3865 left: auto;
3866 3866 }
3867 3867 [data-toggle="buttons"] > .btn input[type="radio"],
3868 3868 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3869 3869 [data-toggle="buttons"] > .btn input[type="checkbox"],
3870 3870 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3871 3871 position: absolute;
3872 3872 clip: rect(0, 0, 0, 0);
3873 3873 pointer-events: none;
3874 3874 }
3875 3875 .input-group {
3876 3876 position: relative;
3877 3877 display: table;
3878 3878 border-collapse: separate;
3879 3879 }
3880 3880 .input-group[class*="col-"] {
3881 3881 float: none;
3882 3882 padding-left: 0;
3883 3883 padding-right: 0;
3884 3884 }
3885 3885 .input-group .form-control {
3886 3886 position: relative;
3887 3887 z-index: 2;
3888 3888 float: left;
3889 3889 width: 100%;
3890 3890 margin-bottom: 0;
3891 3891 }
3892 3892 .input-group .form-control:focus {
3893 3893 z-index: 3;
3894 3894 }
3895 3895 .input-group-lg > .form-control,
3896 3896 .input-group-lg > .input-group-addon,
3897 3897 .input-group-lg > .input-group-btn > .btn {
3898 3898 height: 46px;
3899 3899 padding: 10px 16px;
3900 3900 font-size: 18px;
3901 3901 line-height: 1.3333333;
3902 3902 border-radius: 6px;
3903 3903 }
3904 3904 select.input-group-lg > .form-control,
3905 3905 select.input-group-lg > .input-group-addon,
3906 3906 select.input-group-lg > .input-group-btn > .btn {
3907 3907 height: 46px;
3908 3908 line-height: 46px;
3909 3909 }
3910 3910 textarea.input-group-lg > .form-control,
3911 3911 textarea.input-group-lg > .input-group-addon,
3912 3912 textarea.input-group-lg > .input-group-btn > .btn,
3913 3913 select[multiple].input-group-lg > .form-control,
3914 3914 select[multiple].input-group-lg > .input-group-addon,
3915 3915 select[multiple].input-group-lg > .input-group-btn > .btn {
3916 3916 height: auto;
3917 3917 }
3918 3918 .input-group-sm > .form-control,
3919 3919 .input-group-sm > .input-group-addon,
3920 3920 .input-group-sm > .input-group-btn > .btn {
3921 3921 height: 30px;
3922 3922 padding: 5px 10px;
3923 3923 font-size: 12px;
3924 3924 line-height: 1.5;
3925 3925 border-radius: 3px;
3926 3926 }
3927 3927 select.input-group-sm > .form-control,
3928 3928 select.input-group-sm > .input-group-addon,
3929 3929 select.input-group-sm > .input-group-btn > .btn {
3930 3930 height: 30px;
3931 3931 line-height: 30px;
3932 3932 }
3933 3933 textarea.input-group-sm > .form-control,
3934 3934 textarea.input-group-sm > .input-group-addon,
3935 3935 textarea.input-group-sm > .input-group-btn > .btn,
3936 3936 select[multiple].input-group-sm > .form-control,
3937 3937 select[multiple].input-group-sm > .input-group-addon,
3938 3938 select[multiple].input-group-sm > .input-group-btn > .btn {
3939 3939 height: auto;
3940 3940 }
3941 3941 .input-group-addon,
3942 3942 .input-group-btn,
3943 3943 .input-group .form-control {
3944 3944 display: table-cell;
3945 3945 }
3946 3946 .input-group-addon:not(:first-child):not(:last-child),
3947 3947 .input-group-btn:not(:first-child):not(:last-child),
3948 3948 .input-group .form-control:not(:first-child):not(:last-child) {
3949 3949 border-radius: 0;
3950 3950 }
3951 3951 .input-group-addon,
3952 3952 .input-group-btn {
3953 3953 width: 1%;
3954 3954 white-space: nowrap;
3955 3955 vertical-align: middle;
3956 3956 }
3957 3957 .input-group-addon {
3958 3958 padding: 6px 12px;
3959 3959 font-size: 14px;
3960 3960 font-weight: normal;
3961 3961 line-height: 1;
3962 3962 color: #555555;
3963 3963 text-align: center;
3964 3964 background-color: #eeeeee;
3965 3965 border: 1px solid #ccc;
3966 3966 border-radius: 4px;
3967 3967 }
3968 3968 .input-group-addon.input-sm {
3969 3969 padding: 5px 10px;
3970 3970 font-size: 12px;
3971 3971 border-radius: 3px;
3972 3972 }
3973 3973 .input-group-addon.input-lg {
3974 3974 padding: 10px 16px;
3975 3975 font-size: 18px;
3976 3976 border-radius: 6px;
3977 3977 }
3978 3978 .input-group-addon input[type="radio"],
3979 3979 .input-group-addon input[type="checkbox"] {
3980 3980 margin-top: 0;
3981 3981 }
3982 3982 .input-group .form-control:first-child,
3983 3983 .input-group-addon:first-child,
3984 3984 .input-group-btn:first-child > .btn,
3985 3985 .input-group-btn:first-child > .btn-group > .btn,
3986 3986 .input-group-btn:first-child > .dropdown-toggle,
3987 3987 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3988 3988 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3989 3989 border-bottom-right-radius: 0;
3990 3990 border-top-right-radius: 0;
3991 3991 }
3992 3992 .input-group-addon:first-child {
3993 3993 border-right: 0;
3994 3994 }
3995 3995 .input-group .form-control:last-child,
3996 3996 .input-group-addon:last-child,
3997 3997 .input-group-btn:last-child > .btn,
3998 3998 .input-group-btn:last-child > .btn-group > .btn,
3999 3999 .input-group-btn:last-child > .dropdown-toggle,
4000 4000 .input-group-btn:first-child > .btn:not(:first-child),
4001 4001 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
4002 4002 border-bottom-left-radius: 0;
4003 4003 border-top-left-radius: 0;
4004 4004 }
4005 4005 .input-group-addon:last-child {
4006 4006 border-left: 0;
4007 4007 }
4008 4008 .input-group-btn {
4009 4009 position: relative;
4010 4010 font-size: 0;
4011 4011 white-space: nowrap;
4012 4012 }
4013 4013 .input-group-btn > .btn {
4014 4014 position: relative;
4015 4015 }
4016 4016 .input-group-btn > .btn + .btn {
4017 4017 margin-left: -1px;
4018 4018 }
4019 4019 .input-group-btn > .btn:hover,
4020 4020 .input-group-btn > .btn:focus,
4021 4021 .input-group-btn > .btn:active {
4022 4022 z-index: 2;
4023 4023 }
4024 4024 .input-group-btn:first-child > .btn,
4025 4025 .input-group-btn:first-child > .btn-group {
4026 4026 margin-right: -1px;
4027 4027 }
4028 4028 .input-group-btn:last-child > .btn,
4029 4029 .input-group-btn:last-child > .btn-group {
4030 4030 z-index: 2;
4031 4031 margin-left: -1px;
4032 4032 }
4033 4033 .nav {
4034 4034 margin-bottom: 0;
4035 4035 padding-left: 0;
4036 4036 list-style: none;
4037 4037 }
4038 4038 .nav > li {
4039 4039 position: relative;
4040 4040 display: block;
4041 4041 }
4042 4042 .nav > li > a {
4043 4043 position: relative;
4044 4044 display: block;
4045 4045 padding: 10px 15px;
4046 4046 }
4047 4047 .nav > li > a:hover,
4048 4048 .nav > li > a:focus {
4049 4049 text-decoration: none;
4050 4050 background-color: #eeeeee;
4051 4051 }
4052 4052 .nav > li.disabled > a {
4053 4053 color: #777777;
4054 4054 }
4055 4055 .nav > li.disabled > a:hover,
4056 4056 .nav > li.disabled > a:focus {
4057 4057 color: #777777;
4058 4058 text-decoration: none;
4059 4059 background-color: transparent;
4060 4060 cursor: not-allowed;
4061 4061 }
4062 4062 .nav .open > a,
4063 4063 .nav .open > a:hover,
4064 4064 .nav .open > a:focus {
4065 4065 background-color: #eeeeee;
4066 4066 border-color: #337ab7;
4067 4067 }
4068 4068 .nav .nav-divider {
4069 4069 height: 1px;
4070 4070 margin: 9px 0;
4071 4071 overflow: hidden;
4072 4072 background-color: #e5e5e5;
4073 4073 }
4074 4074 .nav > li > a > img {
4075 4075 max-width: none;
4076 4076 }
4077 4077 .nav-tabs {
4078 4078 border-bottom: 1px solid #ddd;
4079 4079 }
4080 4080 .nav-tabs > li {
4081 4081 float: left;
4082 4082 margin-bottom: -1px;
4083 4083 }
4084 4084 .nav-tabs > li > a {
4085 4085 margin-right: 2px;
4086 4086 line-height: 1.42857143;
4087 4087 border: 1px solid transparent;
4088 4088 border-radius: 4px 4px 0 0;
4089 4089 }
4090 4090 .nav-tabs > li > a:hover {
4091 4091 border-color: #eeeeee #eeeeee #ddd;
4092 4092 }
4093 4093 .nav-tabs > li.active > a,
4094 4094 .nav-tabs > li.active > a:hover,
4095 4095 .nav-tabs > li.active > a:focus {
4096 4096 color: #555555;
4097 4097 background-color: #fff;
4098 4098 border: 1px solid #ddd;
4099 4099 border-bottom-color: transparent;
4100 4100 cursor: default;
4101 4101 }
4102 4102 .nav-tabs.nav-justified {
4103 4103 width: 100%;
4104 4104 border-bottom: 0;
4105 4105 }
4106 4106 .nav-tabs.nav-justified > li {
4107 4107 float: none;
4108 4108 }
4109 4109 .nav-tabs.nav-justified > li > a {
4110 4110 text-align: center;
4111 4111 margin-bottom: 5px;
4112 4112 }
4113 4113 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4114 4114 top: auto;
4115 4115 left: auto;
4116 4116 }
4117 4117 @media (min-width: 768px) {
4118 4118 .nav-tabs.nav-justified > li {
4119 4119 display: table-cell;
4120 4120 width: 1%;
4121 4121 }
4122 4122 .nav-tabs.nav-justified > li > a {
4123 4123 margin-bottom: 0;
4124 4124 }
4125 4125 }
4126 4126 .nav-tabs.nav-justified > li > a {
4127 4127 margin-right: 0;
4128 4128 border-radius: 4px;
4129 4129 }
4130 4130 .nav-tabs.nav-justified > .active > a,
4131 4131 .nav-tabs.nav-justified > .active > a:hover,
4132 4132 .nav-tabs.nav-justified > .active > a:focus {
4133 4133 border: 1px solid #ddd;
4134 4134 }
4135 4135 @media (min-width: 768px) {
4136 4136 .nav-tabs.nav-justified > li > a {
4137 4137 border-bottom: 1px solid #ddd;
4138 4138 border-radius: 4px 4px 0 0;
4139 4139 }
4140 4140 .nav-tabs.nav-justified > .active > a,
4141 4141 .nav-tabs.nav-justified > .active > a:hover,
4142 4142 .nav-tabs.nav-justified > .active > a:focus {
4143 4143 border-bottom-color: #fff;
4144 4144 }
4145 4145 }
4146 4146 .nav-pills > li {
4147 4147 float: left;
4148 4148 }
4149 4149 .nav-pills > li > a {
4150 4150 border-radius: 4px;
4151 4151 }
4152 4152 .nav-pills > li + li {
4153 4153 margin-left: 2px;
4154 4154 }
4155 4155 .nav-pills > li.active > a,
4156 4156 .nav-pills > li.active > a:hover,
4157 4157 .nav-pills > li.active > a:focus {
4158 4158 color: #fff;
4159 4159 background-color: #337ab7;
4160 4160 }
4161 4161 .nav-stacked > li {
4162 4162 float: none;
4163 4163 }
4164 4164 .nav-stacked > li + li {
4165 4165 margin-top: 2px;
4166 4166 margin-left: 0;
4167 4167 }
4168 4168 .nav-justified {
4169 4169 width: 100%;
4170 4170 }
4171 4171 .nav-justified > li {
4172 4172 float: none;
4173 4173 }
4174 4174 .nav-justified > li > a {
4175 4175 text-align: center;
4176 4176 margin-bottom: 5px;
4177 4177 }
4178 4178 .nav-justified > .dropdown .dropdown-menu {
4179 4179 top: auto;
4180 4180 left: auto;
4181 4181 }
4182 4182 @media (min-width: 768px) {
4183 4183 .nav-justified > li {
4184 4184 display: table-cell;
4185 4185 width: 1%;
4186 4186 }
4187 4187 .nav-justified > li > a {
4188 4188 margin-bottom: 0;
4189 4189 }
4190 4190 }
4191 4191 .nav-tabs-justified {
4192 4192 border-bottom: 0;
4193 4193 }
4194 4194 .nav-tabs-justified > li > a {
4195 4195 margin-right: 0;
4196 4196 border-radius: 4px;
4197 4197 }
4198 4198 .nav-tabs-justified > .active > a,
4199 4199 .nav-tabs-justified > .active > a:hover,
4200 4200 .nav-tabs-justified > .active > a:focus {
4201 4201 border: 1px solid #ddd;
4202 4202 }
4203 4203 @media (min-width: 768px) {
4204 4204 .nav-tabs-justified > li > a {
4205 4205 border-bottom: 1px solid #ddd;
4206 4206 border-radius: 4px 4px 0 0;
4207 4207 }
4208 4208 .nav-tabs-justified > .active > a,
4209 4209 .nav-tabs-justified > .active > a:hover,
4210 4210 .nav-tabs-justified > .active > a:focus {
4211 4211 border-bottom-color: #fff;
4212 4212 }
4213 4213 }
4214 4214 .tab-content > .tab-pane {
4215 4215 display: none;
4216 4216 }
4217 4217 .tab-content > .active {
4218 4218 display: block;
4219 4219 }
4220 4220 .nav-tabs .dropdown-menu {
4221 4221 margin-top: -1px;
4222 4222 border-top-right-radius: 0;
4223 4223 border-top-left-radius: 0;
4224 4224 }
4225 4225 .navbar {
4226 4226 position: relative;
4227 4227 min-height: 50px;
4228 4228 margin-bottom: 20px;
4229 4229 border: 1px solid transparent;
4230 4230 }
4231 4231 @media (min-width: 768px) {
4232 4232 .navbar {
4233 4233 border-radius: 4px;
4234 4234 }
4235 4235 }
4236 4236 @media (min-width: 768px) {
4237 4237 .navbar-header {
4238 4238 float: left;
4239 4239 }
4240 4240 }
4241 4241 .navbar-collapse {
4242 4242 overflow-x: visible;
4243 4243 padding-right: 5px;
4244 4244 padding-left: 5px;
4245 4245 border-top: 1px solid transparent;
4246 4246 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4247 4247 -webkit-overflow-scrolling: touch;
4248 4248 }
4249 4249 .navbar-collapse.in {
4250 4250 overflow-y: auto;
4251 4251 }
4252 4252 @media (min-width: 768px) {
4253 4253 .navbar-collapse {
4254 4254 width: auto;
4255 4255 border-top: 0;
4256 4256 box-shadow: none;
4257 4257 }
4258 4258 .navbar-collapse.collapse {
4259 4259 display: block !important;
4260 4260 height: auto !important;
4261 4261 padding-bottom: 0;
4262 4262 overflow: visible !important;
4263 4263 }
4264 4264 .navbar-collapse.in {
4265 4265 overflow-y: visible;
4266 4266 }
4267 4267 .navbar-fixed-top .navbar-collapse,
4268 4268 .navbar-static-top .navbar-collapse,
4269 4269 .navbar-fixed-bottom .navbar-collapse {
4270 4270 padding-left: 0;
4271 4271 padding-right: 0;
4272 4272 }
4273 4273 }
4274 4274 .navbar-fixed-top .navbar-collapse,
4275 4275 .navbar-fixed-bottom .navbar-collapse {
4276 4276 max-height: 340px;
4277 4277 }
4278 4278 @media (max-device-width: 480px) and (orientation: landscape) {
4279 4279 .navbar-fixed-top .navbar-collapse,
4280 4280 .navbar-fixed-bottom .navbar-collapse {
4281 4281 max-height: 200px;
4282 4282 }
4283 4283 }
4284 4284 .container > .navbar-header,
4285 4285 .container-fluid > .navbar-header,
4286 4286 .container > .navbar-collapse,
4287 4287 .container-fluid > .navbar-collapse {
4288 4288 margin-right: -5px;
4289 4289 margin-left: -5px;
4290 4290 }
4291 4291 @media (min-width: 768px) {
4292 4292 .container > .navbar-header,
4293 4293 .container-fluid > .navbar-header,
4294 4294 .container > .navbar-collapse,
4295 4295 .container-fluid > .navbar-collapse {
4296 4296 margin-right: 0;
4297 4297 margin-left: 0;
4298 4298 }
4299 4299 }
4300 4300 .navbar-static-top {
4301 4301 z-index: 1000;
4302 4302 border-width: 0 0 1px;
4303 4303 }
4304 4304 @media (min-width: 768px) {
4305 4305 .navbar-static-top {
4306 4306 border-radius: 0;
4307 4307 }
4308 4308 }
4309 4309 .navbar-fixed-top,
4310 4310 .navbar-fixed-bottom {
4311 4311 position: fixed;
4312 4312 right: 0;
4313 4313 left: 0;
4314 4314 z-index: 1030;
4315 4315 }
4316 4316 @media (min-width: 768px) {
4317 4317 .navbar-fixed-top,
4318 4318 .navbar-fixed-bottom {
4319 4319 border-radius: 0;
4320 4320 }
4321 4321 }
4322 4322 .navbar-fixed-top {
4323 4323 top: 0;
4324 4324 border-width: 0 0 1px;
4325 4325 }
4326 4326 .navbar-fixed-bottom {
4327 4327 bottom: 0;
4328 4328 margin-bottom: 0;
4329 4329 border-width: 1px 0 0;
4330 4330 }
4331 4331 .navbar-brand {
4332 4332 float: left;
4333 4333 padding: 15px 5px;
4334 4334 font-size: 18px;
4335 4335 line-height: 20px;
4336 4336 height: 50px;
4337 4337 }
4338 4338 .navbar-brand:hover,
4339 4339 .navbar-brand:focus {
4340 4340 text-decoration: none;
4341 4341 }
4342 4342 .navbar-brand > img {
4343 4343 display: block;
4344 4344 }
4345 4345 @media (min-width: 768px) {
4346 4346 .navbar > .container .navbar-brand,
4347 4347 .navbar > .container-fluid .navbar-brand {
4348 4348 margin-left: -5px;
4349 4349 }
4350 4350 }
4351 4351 .navbar-toggle {
4352 4352 position: relative;
4353 4353 float: right;
4354 4354 margin-right: 5px;
4355 4355 padding: 9px 10px;
4356 4356 margin-top: 8px;
4357 4357 margin-bottom: 8px;
4358 4358 background-color: transparent;
4359 4359 background-image: none;
4360 4360 border: 1px solid transparent;
4361 4361 border-radius: 4px;
4362 4362 }
4363 4363 .navbar-toggle:focus {
4364 4364 outline: 0;
4365 4365 }
4366 4366 .navbar-toggle .icon-bar {
4367 4367 display: block;
4368 4368 width: 22px;
4369 4369 height: 2px;
4370 4370 border-radius: 1px;
4371 4371 }
4372 4372 .navbar-toggle .icon-bar + .icon-bar {
4373 4373 margin-top: 4px;
4374 4374 }
4375 4375 @media (min-width: 768px) {
4376 4376 .navbar-toggle {
4377 4377 display: none;
4378 4378 }
4379 4379 }
4380 4380 .navbar-nav {
4381 4381 margin: 7.5px -5px;
4382 4382 }
4383 4383 .navbar-nav > li > a {
4384 4384 padding-top: 10px;
4385 4385 padding-bottom: 10px;
4386 4386 line-height: 20px;
4387 4387 }
4388 4388 @media (max-width: 767px) {
4389 4389 .navbar-nav .open .dropdown-menu {
4390 4390 position: static;
4391 4391 float: none;
4392 4392 width: auto;
4393 4393 margin-top: 0;
4394 4394 background-color: transparent;
4395 4395 border: 0;
4396 4396 box-shadow: none;
4397 4397 }
4398 4398 .navbar-nav .open .dropdown-menu > li > a,
4399 4399 .navbar-nav .open .dropdown-menu .dropdown-header {
4400 4400 padding: 5px 15px 5px 25px;
4401 4401 }
4402 4402 .navbar-nav .open .dropdown-menu > li > a {
4403 4403 line-height: 20px;
4404 4404 }
4405 4405 .navbar-nav .open .dropdown-menu > li > a:hover,
4406 4406 .navbar-nav .open .dropdown-menu > li > a:focus {
4407 4407 background-image: none;
4408 4408 }
4409 4409 }
4410 4410 @media (min-width: 768px) {
4411 4411 .navbar-nav {
4412 4412 float: left;
4413 4413 margin: 0;
4414 4414 }
4415 4415 .navbar-nav > li {
4416 4416 float: left;
4417 4417 }
4418 4418 .navbar-nav > li > a {
4419 4419 padding-top: 15px;
4420 4420 padding-bottom: 15px;
4421 4421 }
4422 4422 }
4423 4423 .navbar-form {
4424 4424 margin-left: -5px;
4425 4425 margin-right: -5px;
4426 4426 padding: 10px 5px;
4427 4427 border-top: 1px solid transparent;
4428 4428 border-bottom: 1px solid transparent;
4429 4429 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4430 4430 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4431 4431 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 5px rgba(77, 77, 77, 0.5);
4432 4432 -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 5px rgba(77, 77, 77, 0.5);
4433 4433 -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 5px rgba(77, 77, 77, 0.5);
4434 4434 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 5px rgba(77, 77, 77, 0.5);
4435 4435 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 5px rgba(77, 77, 77, 0.5);
4436 4436 margin-top: 8px;
4437 4437 margin-bottom: 8px;
4438 4438 }
4439 4439 @media (min-width: 768px) {
4440 4440 .navbar-form .form-group {
4441 4441 display: inline-block;
4442 4442 margin-bottom: 0;
4443 4443 vertical-align: middle;
4444 4444 }
4445 4445 .navbar-form .form-control {
4446 4446 display: inline-block;
4447 4447 width: auto;
4448 4448 vertical-align: middle;
4449 4449 }
4450 4450 .navbar-form .form-control-static {
4451 4451 display: inline-block;
4452 4452 }
4453 4453 .navbar-form .input-group {
4454 4454 display: inline-table;
4455 4455 vertical-align: middle;
4456 4456 }
4457 4457 .navbar-form .input-group .input-group-addon,
4458 4458 .navbar-form .input-group .input-group-btn,
4459 4459 .navbar-form .input-group .form-control {
4460 4460 width: auto;
4461 4461 }
4462 4462 .navbar-form .input-group > .form-control {
4463 4463 width: 100%;
4464 4464 }
4465 4465 .navbar-form .control-label {
4466 4466 margin-bottom: 0;
4467 4467 vertical-align: middle;
4468 4468 }
4469 4469 .navbar-form .radio,
4470 4470 .navbar-form .checkbox {
4471 4471 display: inline-block;
4472 4472 margin-top: 0;
4473 4473 margin-bottom: 0;
4474 4474 vertical-align: middle;
4475 4475 }
4476 4476 .navbar-form .radio label,
4477 4477 .navbar-form .checkbox label {
4478 4478 padding-left: 0;
4479 4479 }
4480 4480 .navbar-form .radio input[type="radio"],
4481 4481 .navbar-form .checkbox input[type="checkbox"] {
4482 4482 position: relative;
4483 4483 margin-left: 0;
4484 4484 }
4485 4485 .navbar-form .has-feedback .form-control-feedback {
4486 4486 top: 0;
4487 4487 }
4488 4488 }
4489 4489 @media (max-width: 767px) {
4490 4490 .navbar-form .form-group {
4491 4491 margin-bottom: 5px;
4492 4492 }
4493 4493 .navbar-form .form-group:last-child {
4494 4494 margin-bottom: 0;
4495 4495 }
4496 4496 }
4497 4497 @media (min-width: 768px) {
4498 4498 .navbar-form {
4499 4499 width: auto;
4500 4500 border: 0;
4501 4501 margin-left: 0;
4502 4502 margin-right: 0;
4503 4503 padding-top: 0;
4504 4504 padding-bottom: 0;
4505 4505 -webkit-box-shadow: none;
4506 4506 box-shadow: none;
4507 4507 box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
4508 4508 -o-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
4509 4509 -ms-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
4510 4510 -moz-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
4511 4511 -webkit-box-shadow: none 0 5px rgba(77, 77, 77, 0.5);
4512 4512 }
4513 4513 }
4514 4514 .navbar-nav > li > .dropdown-menu {
4515 4515 margin-top: 0;
4516 4516 border-top-right-radius: 0;
4517 4517 border-top-left-radius: 0;
4518 4518 }
4519 4519 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4520 4520 margin-bottom: 0;
4521 4521 border-top-right-radius: 4px;
4522 4522 border-top-left-radius: 4px;
4523 4523 border-bottom-right-radius: 0;
4524 4524 border-bottom-left-radius: 0;
4525 4525 }
4526 4526 .navbar-btn {
4527 4527 margin-top: 8px;
4528 4528 margin-bottom: 8px;
4529 4529 }
4530 4530 .navbar-btn.btn-sm {
4531 4531 margin-top: 10px;
4532 4532 margin-bottom: 10px;
4533 4533 }
4534 4534 .navbar-btn.btn-xs {
4535 4535 margin-top: 14px;
4536 4536 margin-bottom: 14px;
4537 4537 }
4538 4538 .navbar-text {
4539 4539 margin-top: 15px;
4540 4540 margin-bottom: 15px;
4541 4541 }
4542 4542 @media (min-width: 768px) {
4543 4543 .navbar-text {
4544 4544 float: left;
4545 4545 margin-left: 5px;
4546 4546 margin-right: 5px;
4547 4547 }
4548 4548 }
4549 4549 @media (min-width: 768px) {
4550 4550 .navbar-left {
4551 4551 float: left !important;
4552 4552 }
4553 4553 .navbar-right {
4554 4554 float: right !important;
4555 4555 margin-right: -5px;
4556 4556 }
4557 4557 .navbar-right ~ .navbar-right {
4558 4558 margin-right: 0;
4559 4559 }
4560 4560 }
4561 4561 .navbar-default {
4562 4562 background-color: #f8f8f8;
4563 4563 border-color: #e7e7e7;
4564 4564 }
4565 4565 .navbar-default .navbar-brand {
4566 4566 color: #777;
4567 4567 }
4568 4568 .navbar-default .navbar-brand:hover,
4569 4569 .navbar-default .navbar-brand:focus {
4570 4570 color: #5e5e5e;
4571 4571 background-color: transparent;
4572 4572 }
4573 4573 .navbar-default .navbar-text {
4574 4574 color: #777;
4575 4575 }
4576 4576 .navbar-default .navbar-nav > li > a {
4577 4577 color: #777;
4578 4578 }
4579 4579 .navbar-default .navbar-nav > li > a:hover,
4580 4580 .navbar-default .navbar-nav > li > a:focus {
4581 4581 color: #333;
4582 4582 background-color: transparent;
4583 4583 }
4584 4584 .navbar-default .navbar-nav > .active > a,
4585 4585 .navbar-default .navbar-nav > .active > a:hover,
4586 4586 .navbar-default .navbar-nav > .active > a:focus {
4587 4587 color: #555;
4588 4588 background-color: #e7e7e7;
4589 4589 }
4590 4590 .navbar-default .navbar-nav > .disabled > a,
4591 4591 .navbar-default .navbar-nav > .disabled > a:hover,
4592 4592 .navbar-default .navbar-nav > .disabled > a:focus {
4593 4593 color: #ccc;
4594 4594 background-color: transparent;
4595 4595 }
4596 4596 .navbar-default .navbar-toggle {
4597 4597 border-color: #ddd;
4598 4598 }
4599 4599 .navbar-default .navbar-toggle:hover,
4600 4600 .navbar-default .navbar-toggle:focus {
4601 4601 background-color: #ddd;
4602 4602 }
4603 4603 .navbar-default .navbar-toggle .icon-bar {
4604 4604 background-color: #888;
4605 4605 }
4606 4606 .navbar-default .navbar-collapse,
4607 4607 .navbar-default .navbar-form {
4608 4608 border-color: #e7e7e7;
4609 4609 }
4610 4610 .navbar-default .navbar-nav > .open > a,
4611 4611 .navbar-default .navbar-nav > .open > a:hover,
4612 4612 .navbar-default .navbar-nav > .open > a:focus {
4613 4613 background-color: #e7e7e7;
4614 4614 color: #555;
4615 4615 }
4616 4616 @media (max-width: 767px) {
4617 4617 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4618 4618 color: #777;
4619 4619 }
4620 4620 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4621 4621 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4622 4622 color: #333;
4623 4623 background-color: transparent;
4624 4624 }
4625 4625 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4626 4626 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4627 4627 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4628 4628 color: #555;
4629 4629 background-color: #e7e7e7;
4630 4630 }
4631 4631 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4632 4632 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4633 4633 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4634 4634 color: #ccc;
4635 4635 background-color: transparent;
4636 4636 }
4637 4637 }
4638 4638 .navbar-default .navbar-link {
4639 4639 color: #777;
4640 4640 }
4641 4641 .navbar-default .navbar-link:hover {
4642 4642 color: #333;
4643 4643 }
4644 4644 .navbar-default .btn-link {
4645 4645 color: #777;
4646 4646 }
4647 4647 .navbar-default .btn-link:hover,
4648 4648 .navbar-default .btn-link:focus {
4649 4649 color: #333;
4650 4650 }
4651 4651 .navbar-default .btn-link[disabled]:hover,
4652 4652 fieldset[disabled] .navbar-default .btn-link:hover,
4653 4653 .navbar-default .btn-link[disabled]:focus,
4654 4654 fieldset[disabled] .navbar-default .btn-link:focus {
4655 4655 color: #ccc;
4656 4656 }
4657 4657 .navbar-inverse {
4658 4658 background-color: #222;
4659 4659 border-color: #080808;
4660 4660 }
4661 4661 .navbar-inverse .navbar-brand {
4662 4662 color: #9d9d9d;
4663 4663 }
4664 4664 .navbar-inverse .navbar-brand:hover,
4665 4665 .navbar-inverse .navbar-brand:focus {
4666 4666 color: #fff;
4667 4667 background-color: transparent;
4668 4668 }
4669 4669 .navbar-inverse .navbar-text {
4670 4670 color: #9d9d9d;
4671 4671 }
4672 4672 .navbar-inverse .navbar-nav > li > a {
4673 4673 color: #9d9d9d;
4674 4674 }
4675 4675 .navbar-inverse .navbar-nav > li > a:hover,
4676 4676 .navbar-inverse .navbar-nav > li > a:focus {
4677 4677 color: #fff;
4678 4678 background-color: transparent;
4679 4679 }
4680 4680 .navbar-inverse .navbar-nav > .active > a,
4681 4681 .navbar-inverse .navbar-nav > .active > a:hover,
4682 4682 .navbar-inverse .navbar-nav > .active > a:focus {
4683 4683 color: #fff;
4684 4684 background-color: #080808;
4685 4685 }
4686 4686 .navbar-inverse .navbar-nav > .disabled > a,
4687 4687 .navbar-inverse .navbar-nav > .disabled > a:hover,
4688 4688 .navbar-inverse .navbar-nav > .disabled > a:focus {
4689 4689 color: #444;
4690 4690 background-color: transparent;
4691 4691 }
4692 4692 .navbar-inverse .navbar-toggle {
4693 4693 border-color: #333;
4694 4694 }
4695 4695 .navbar-inverse .navbar-toggle:hover,
4696 4696 .navbar-inverse .navbar-toggle:focus {
4697 4697 background-color: #333;
4698 4698 }
4699 4699 .navbar-inverse .navbar-toggle .icon-bar {
4700 4700 background-color: #fff;
4701 4701 }
4702 4702 .navbar-inverse .navbar-collapse,
4703 4703 .navbar-inverse .navbar-form {
4704 4704 border-color: #101010;
4705 4705 }
4706 4706 .navbar-inverse .navbar-nav > .open > a,
4707 4707 .navbar-inverse .navbar-nav > .open > a:hover,
4708 4708 .navbar-inverse .navbar-nav > .open > a:focus {
4709 4709 background-color: #080808;
4710 4710 color: #fff;
4711 4711 }
4712 4712 @media (max-width: 767px) {
4713 4713 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4714 4714 border-color: #080808;
4715 4715 }
4716 4716 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4717 4717 background-color: #080808;
4718 4718 }
4719 4719 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4720 4720 color: #9d9d9d;
4721 4721 }
4722 4722 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4723 4723 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4724 4724 color: #fff;
4725 4725 background-color: transparent;
4726 4726 }
4727 4727 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4728 4728 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4729 4729 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4730 4730 color: #fff;
4731 4731 background-color: #080808;
4732 4732 }
4733 4733 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4734 4734 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4735 4735 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4736 4736 color: #444;
4737 4737 background-color: transparent;
4738 4738 }
4739 4739 }
4740 4740 .navbar-inverse .navbar-link {
4741 4741 color: #9d9d9d;
4742 4742 }
4743 4743 .navbar-inverse .navbar-link:hover {
4744 4744 color: #fff;
4745 4745 }
4746 4746 .navbar-inverse .btn-link {
4747 4747 color: #9d9d9d;
4748 4748 }
4749 4749 .navbar-inverse .btn-link:hover,
4750 4750 .navbar-inverse .btn-link:focus {
4751 4751 color: #fff;
4752 4752 }
4753 4753 .navbar-inverse .btn-link[disabled]:hover,
4754 4754 fieldset[disabled] .navbar-inverse .btn-link:hover,
4755 4755 .navbar-inverse .btn-link[disabled]:focus,
4756 4756 fieldset[disabled] .navbar-inverse .btn-link:focus {
4757 4757 color: #444;
4758 4758 }
4759 4759 .breadcrumb {
4760 4760 padding: 8px 15px;
4761 4761 margin-bottom: 20px;
4762 4762 list-style: none;
4763 4763 background-color: #f5f5f5;
4764 4764 border-radius: 4px;
4765 4765 }
4766 4766 .breadcrumb > li {
4767 4767 display: inline-block;
4768 4768 }
4769 4769 .breadcrumb > li + li:before {
4770 4770 content: "/\00a0";
4771 4771 padding: 0 5px;
4772 4772 color: #ccc;
4773 4773 }
4774 4774 .breadcrumb > .active {
4775 4775 color: #777777;
4776 4776 }
4777 4777 .pagination {
4778 4778 display: inline-block;
4779 4779 padding-left: 0;
4780 4780 margin: 20px 0;
4781 4781 border-radius: 4px;
4782 4782 }
4783 4783 .pagination > li {
4784 4784 display: inline;
4785 4785 }
4786 4786 .pagination > li > a,
4787 4787 .pagination > li > span {
4788 4788 position: relative;
4789 4789 float: left;
4790 4790 padding: 6px 12px;
4791 4791 line-height: 1.42857143;
4792 4792 text-decoration: none;
4793 4793 color: #337ab7;
4794 4794 background-color: #fff;
4795 4795 border: 1px solid #ddd;
4796 4796 margin-left: -1px;
4797 4797 }
4798 4798 .pagination > li:first-child > a,
4799 4799 .pagination > li:first-child > span {
4800 4800 margin-left: 0;
4801 4801 border-bottom-left-radius: 4px;
4802 4802 border-top-left-radius: 4px;
4803 4803 }
4804 4804 .pagination > li:last-child > a,
4805 4805 .pagination > li:last-child > span {
4806 4806 border-bottom-right-radius: 4px;
4807 4807 border-top-right-radius: 4px;
4808 4808 }
4809 4809 .pagination > li > a:hover,
4810 4810 .pagination > li > span:hover,
4811 4811 .pagination > li > a:focus,
4812 4812 .pagination > li > span:focus {
4813 4813 z-index: 2;
4814 4814 color: #23527c;
4815 4815 background-color: #eeeeee;
4816 4816 border-color: #ddd;
4817 4817 }
4818 4818 .pagination > .active > a,
4819 4819 .pagination > .active > span,
4820 4820 .pagination > .active > a:hover,
4821 4821 .pagination > .active > span:hover,
4822 4822 .pagination > .active > a:focus,
4823 4823 .pagination > .active > span:focus {
4824 4824 z-index: 3;
4825 4825 color: #fff;
4826 4826 background-color: #337ab7;
4827 4827 border-color: #337ab7;
4828 4828 cursor: default;
4829 4829 }
4830 4830 .pagination > .disabled > span,
4831 4831 .pagination > .disabled > span:hover,
4832 4832 .pagination > .disabled > span:focus,
4833 4833 .pagination > .disabled > a,
4834 4834 .pagination > .disabled > a:hover,
4835 4835 .pagination > .disabled > a:focus {
4836 4836 color: #777777;
4837 4837 background-color: #fff;
4838 4838 border-color: #ddd;
4839 4839 cursor: not-allowed;
4840 4840 }
4841 4841 .pagination-lg > li > a,
4842 4842 .pagination-lg > li > span {
4843 4843 padding: 10px 16px;
4844 4844 font-size: 18px;
4845 4845 line-height: 1.3333333;
4846 4846 }
4847 4847 .pagination-lg > li:first-child > a,
4848 4848 .pagination-lg > li:first-child > span {
4849 4849 border-bottom-left-radius: 6px;
4850 4850 border-top-left-radius: 6px;
4851 4851 }
4852 4852 .pagination-lg > li:last-child > a,
4853 4853 .pagination-lg > li:last-child > span {
4854 4854 border-bottom-right-radius: 6px;
4855 4855 border-top-right-radius: 6px;
4856 4856 }
4857 4857 .pagination-sm > li > a,
4858 4858 .pagination-sm > li > span {
4859 4859 padding: 5px 10px;
4860 4860 font-size: 12px;
4861 4861 line-height: 1.5;
4862 4862 }
4863 4863 .pagination-sm > li:first-child > a,
4864 4864 .pagination-sm > li:first-child > span {
4865 4865 border-bottom-left-radius: 3px;
4866 4866 border-top-left-radius: 3px;
4867 4867 }
4868 4868 .pagination-sm > li:last-child > a,
4869 4869 .pagination-sm > li:last-child > span {
4870 4870 border-bottom-right-radius: 3px;
4871 4871 border-top-right-radius: 3px;
4872 4872 }
4873 4873 .pager {
4874 4874 padding-left: 0;
4875 4875 margin: 20px 0;
4876 4876 list-style: none;
4877 4877 text-align: center;
4878 4878 }
4879 4879 .pager li {
4880 4880 display: inline;
4881 4881 }
4882 4882 .pager li > a,
4883 4883 .pager li > span {
4884 4884 display: inline-block;
4885 4885 padding: 5px 14px;
4886 4886 background-color: #fff;
4887 4887 border: 1px solid #ddd;
4888 4888 border-radius: 15px;
4889 4889 }
4890 4890 .pager li > a:hover,
4891 4891 .pager li > a:focus {
4892 4892 text-decoration: none;
4893 4893 background-color: #eeeeee;
4894 4894 }
4895 4895 .pager .next > a,
4896 4896 .pager .next > span {
4897 4897 float: right;
4898 4898 }
4899 4899 .pager .previous > a,
4900 4900 .pager .previous > span {
4901 4901 float: left;
4902 4902 }
4903 4903 .pager .disabled > a,
4904 4904 .pager .disabled > a:hover,
4905 4905 .pager .disabled > a:focus,
4906 4906 .pager .disabled > span {
4907 4907 color: #777777;
4908 4908 background-color: #fff;
4909 4909 cursor: not-allowed;
4910 4910 }
4911 4911 .label {
4912 4912 display: inline;
4913 4913 padding: .2em .6em .3em;
4914 4914 font-size: 75%;
4915 4915 font-weight: bold;
4916 4916 line-height: 1;
4917 4917 color: #fff;
4918 4918 text-align: center;
4919 4919 white-space: nowrap;
4920 4920 vertical-align: baseline;
4921 4921 border-radius: .25em;
4922 4922 }
4923 4923 a.label:hover,
4924 4924 a.label:focus {
4925 4925 color: #fff;
4926 4926 text-decoration: none;
4927 4927 cursor: pointer;
4928 4928 }
4929 4929 .label:empty {
4930 4930 display: none;
4931 4931 }
4932 4932 .btn .label {
4933 4933 position: relative;
4934 4934 top: -1px;
4935 4935 }
4936 4936 .label-default {
4937 4937 background-color: #777777;
4938 4938 }
4939 4939 .label-default[href]:hover,
4940 4940 .label-default[href]:focus {
4941 4941 background-color: #5e5e5e;
4942 4942 }
4943 4943 .label-primary {
4944 4944 background-color: #337ab7;
4945 4945 }
4946 4946 .label-primary[href]:hover,
4947 4947 .label-primary[href]:focus {
4948 4948 background-color: #286090;
4949 4949 }
4950 4950 .label-success {
4951 4951 background-color: #5cb85c;
4952 4952 }
4953 4953 .label-success[href]:hover,
4954 4954 .label-success[href]:focus {
4955 4955 background-color: #449d44;
4956 4956 }
4957 4957 .label-info {
4958 4958 background-color: #5bc0de;
4959 4959 }
4960 4960 .label-info[href]:hover,
4961 4961 .label-info[href]:focus {
4962 4962 background-color: #31b0d5;
4963 4963 }
4964 4964 .label-warning {
4965 4965 background-color: #f0ad4e;
4966 4966 }
4967 4967 .label-warning[href]:hover,
4968 4968 .label-warning[href]:focus {
4969 4969 background-color: #ec971f;
4970 4970 }
4971 4971 .label-danger {
4972 4972 background-color: #d9534f;
4973 4973 }
4974 4974 .label-danger[href]:hover,
4975 4975 .label-danger[href]:focus {
4976 4976 background-color: #c9302c;
4977 4977 }
4978 4978 .badge {
4979 4979 display: inline-block;
4980 4980 min-width: 10px;
4981 4981 padding: 3px 7px;
4982 4982 font-size: 12px;
4983 4983 font-weight: bold;
4984 4984 color: #fff;
4985 4985 line-height: 1;
4986 4986 vertical-align: middle;
4987 4987 white-space: nowrap;
4988 4988 text-align: center;
4989 4989 background-color: #777777;
4990 4990 border-radius: 10px;
4991 4991 }
4992 4992 .badge:empty {
4993 4993 display: none;
4994 4994 }
4995 4995 .btn .badge {
4996 4996 position: relative;
4997 4997 top: -1px;
4998 4998 }
4999 4999 .btn-xs .badge,
5000 5000 .btn-group-xs > .btn .badge {
5001 5001 top: 0;
5002 5002 padding: 1px 5px;
5003 5003 }
5004 5004 a.badge:hover,
5005 5005 a.badge:focus {
5006 5006 color: #fff;
5007 5007 text-decoration: none;
5008 5008 cursor: pointer;
5009 5009 }
5010 5010 .list-group-item.active > .badge,
5011 5011 .nav-pills > .active > a > .badge {
5012 5012 color: #337ab7;
5013 5013 background-color: #fff;
5014 5014 }
5015 5015 .list-group-item > .badge {
5016 5016 float: right;
5017 5017 }
5018 5018 .list-group-item > .badge + .badge {
5019 5019 margin-right: 5px;
5020 5020 }
5021 5021 .nav-pills > li > a > .badge {
5022 5022 margin-left: 3px;
5023 5023 }
5024 5024 .jumbotron {
5025 5025 padding-top: 30px;
5026 5026 padding-bottom: 30px;
5027 5027 margin-bottom: 30px;
5028 5028 color: inherit;
5029 5029 background-color: #eeeeee;
5030 5030 }
5031 5031 .jumbotron h1,
5032 5032 .jumbotron .h1 {
5033 5033 color: inherit;
5034 5034 }
5035 5035 .jumbotron p {
5036 5036 margin-bottom: 15px;
5037 5037 font-size: 21px;
5038 5038 font-weight: 200;
5039 5039 }
5040 5040 .jumbotron > hr {
5041 5041 border-top-color: #d5d5d5;
5042 5042 }
5043 5043 .container .jumbotron,
5044 5044 .container-fluid .jumbotron {
5045 5045 border-radius: 6px;
5046 5046 padding-left: 5px;
5047 5047 padding-right: 5px;
5048 5048 }
5049 5049 .jumbotron .container {
5050 5050 max-width: 100%;
5051 5051 }
5052 5052 @media screen and (min-width: 768px) {
5053 5053 .jumbotron {
5054 5054 padding-top: 48px;
5055 5055 padding-bottom: 48px;
5056 5056 }
5057 5057 .container .jumbotron,
5058 5058 .container-fluid .jumbotron {
5059 5059 padding-left: 60px;
5060 5060 padding-right: 60px;
5061 5061 }
5062 5062 .jumbotron h1,
5063 5063 .jumbotron .h1 {
5064 5064 font-size: 63px;
5065 5065 }
5066 5066 }
5067 5067 .thumbnail {
5068 5068 display: block;
5069 5069 padding: 4px;
5070 5070 margin-bottom: 20px;
5071 5071 line-height: 1.42857143;
5072 5072 background-color: #fff;
5073 5073 border: 1px solid #ddd;
5074 5074 border-radius: 4px;
5075 5075 -webkit-transition: border 0.2s ease-in-out;
5076 5076 -o-transition: border 0.2s ease-in-out;
5077 5077 transition: border 0.2s ease-in-out;
5078 5078 }
5079 5079 .thumbnail > img,
5080 5080 .thumbnail a > img {
5081 5081 margin-left: auto;
5082 5082 margin-right: auto;
5083 5083 }
5084 5084 a.thumbnail:hover,
5085 5085 a.thumbnail:focus,
5086 5086 a.thumbnail.active {
5087 5087 border-color: #337ab7;
5088 5088 }
5089 5089 .thumbnail .caption {
5090 5090 padding: 9px;
5091 5091 color: #333333;
5092 5092 }
5093 5093 .alert {
5094 5094 padding: 15px;
5095 5095 margin-bottom: 20px;
5096 5096 border: 1px solid transparent;
5097 5097 border-radius: 4px;
5098 5098 }
5099 5099 .alert h4 {
5100 5100 margin-top: 0;
5101 5101 color: inherit;
5102 5102 }
5103 5103 .alert .alert-link {
5104 5104 font-weight: bold;
5105 5105 }
5106 5106 .alert > p,
5107 5107 .alert > ul {
5108 5108 margin-bottom: 0;
5109 5109 }
5110 5110 .alert > p + p {
5111 5111 margin-top: 5px;
5112 5112 }
5113 5113 .alert-dismissable,
5114 5114 .alert-dismissible {
5115 5115 padding-right: 35px;
5116 5116 }
5117 5117 .alert-dismissable .close,
5118 5118 .alert-dismissible .close {
5119 5119 position: relative;
5120 5120 top: -2px;
5121 5121 right: -21px;
5122 5122 color: inherit;
5123 5123 }
5124 5124 .alert-success {
5125 5125 background-color: #dff0d8;
5126 5126 border-color: #d6e9c6;
5127 5127 color: #3c763d;
5128 5128 }
5129 5129 .alert-success hr {
5130 5130 border-top-color: #c9e2b3;
5131 5131 }
5132 5132 .alert-success .alert-link {
5133 5133 color: #2b542c;
5134 5134 }
5135 5135 .alert-info {
5136 5136 background-color: #d9edf7;
5137 5137 border-color: #bce8f1;
5138 5138 color: #31708f;
5139 5139 }
5140 5140 .alert-info hr {
5141 5141 border-top-color: #a6e1ec;
5142 5142 }
5143 5143 .alert-info .alert-link {
5144 5144 color: #245269;
5145 5145 }
5146 5146 .alert-warning {
5147 5147 background-color: #fcf8e3;
5148 5148 border-color: #faebcc;
5149 5149 color: #8a6d3b;
5150 5150 }
5151 5151 .alert-warning hr {
5152 5152 border-top-color: #f7e1b5;
5153 5153 }
5154 5154 .alert-warning .alert-link {
5155 5155 color: #66512c;
5156 5156 }
5157 5157 .alert-danger {
5158 5158 background-color: #f2dede;
5159 5159 border-color: #ebccd1;
5160 5160 color: #a94442;
5161 5161 }
5162 5162 .alert-danger hr {
5163 5163 border-top-color: #e4b9c0;
5164 5164 }
5165 5165 .alert-danger .alert-link {
5166 5166 color: #843534;
5167 5167 }
5168 5168 @-webkit-keyframes progress-bar-stripes {
5169 5169 from {
5170 5170 background-position: 40px 0;
5171 5171 }
5172 5172 to {
5173 5173 background-position: 0 0;
5174 5174 }
5175 5175 }
5176 5176 @keyframes progress-bar-stripes {
5177 5177 from {
5178 5178 background-position: 40px 0;
5179 5179 }
5180 5180 to {
5181 5181 background-position: 0 0;
5182 5182 }
5183 5183 }
5184 5184 .progress {
5185 5185 overflow: hidden;
5186 5186 height: 20px;
5187 5187 margin-bottom: 20px;
5188 5188 background-color: #f5f5f5;
5189 5189 border-radius: 4px;
5190 5190 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5191 5191 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5192 5192 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 5px rgba(77, 77, 77, 0.5);
5193 5193 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 5px rgba(77, 77, 77, 0.5);
5194 5194 -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 5px rgba(77, 77, 77, 0.5);
5195 5195 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 5px rgba(77, 77, 77, 0.5);
5196 5196 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 5px rgba(77, 77, 77, 0.5);
5197 5197 }
5198 5198 .progress-bar {
5199 5199 float: left;
5200 5200 width: 0%;
5201 5201 height: 100%;
5202 5202 font-size: 12px;
5203 5203 line-height: 20px;
5204 5204 color: #fff;
5205 5205 text-align: center;
5206 5206 background-color: #337ab7;
5207 5207 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5208 5208 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5209 5209 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 5px rgba(77, 77, 77, 0.5);
5210 5210 -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 5px rgba(77, 77, 77, 0.5);
5211 5211 -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 5px rgba(77, 77, 77, 0.5);
5212 5212 -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 5px rgba(77, 77, 77, 0.5);
5213 5213 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 5px rgba(77, 77, 77, 0.5);
5214 5214 -webkit-transition: width 0.6s ease;
5215 5215 -o-transition: width 0.6s ease;
5216 5216 transition: width 0.6s ease;
5217 5217 }
5218 5218 .progress-striped .progress-bar,
5219 5219 .progress-bar-striped {
5220 5220 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5221 5221 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5222 5222 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5223 5223 background-size: 40px 40px;
5224 5224 }
5225 5225 .progress.active .progress-bar,
5226 5226 .progress-bar.active {
5227 5227 -webkit-animation: progress-bar-stripes 2s linear infinite;
5228 5228 -o-animation: progress-bar-stripes 2s linear infinite;
5229 5229 animation: progress-bar-stripes 2s linear infinite;
5230 5230 }
5231 5231 .progress-bar-success {
5232 5232 background-color: #5cb85c;
5233 5233 }
5234 5234 .progress-striped .progress-bar-success {
5235 5235 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5236 5236 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5237 5237 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5238 5238 }
5239 5239 .progress-bar-info {
5240 5240 background-color: #5bc0de;
5241 5241 }
5242 5242 .progress-striped .progress-bar-info {
5243 5243 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5244 5244 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5245 5245 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5246 5246 }
5247 5247 .progress-bar-warning {
5248 5248 background-color: #f0ad4e;
5249 5249 }
5250 5250 .progress-striped .progress-bar-warning {
5251 5251 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5252 5252 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5253 5253 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5254 5254 }
5255 5255 .progress-bar-danger {
5256 5256 background-color: #d9534f;
5257 5257 }
5258 5258 .progress-striped .progress-bar-danger {
5259 5259 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5260 5260 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5261 5261 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5262 5262 }
5263 5263 .media {
5264 5264 margin-top: 15px;
5265 5265 }
5266 5266 .media:first-child {
5267 5267 margin-top: 0;
5268 5268 }
5269 5269 .media,
5270 5270 .media-body {
5271 5271 zoom: 1;
5272 5272 overflow: hidden;
5273 5273 }
5274 5274 .media-body {
5275 5275 width: 10000px;
5276 5276 }
5277 5277 .media-object {
5278 5278 display: block;
5279 5279 }
5280 5280 .media-object.img-thumbnail {
5281 5281 max-width: none;
5282 5282 }
5283 5283 .media-right,
5284 5284 .media > .pull-right {
5285 5285 padding-left: 10px;
5286 5286 }
5287 5287 .media-left,
5288 5288 .media > .pull-left {
5289 5289 padding-right: 10px;
5290 5290 }
5291 5291 .media-left,
5292 5292 .media-right,
5293 5293 .media-body {
5294 5294 display: table-cell;
5295 5295 vertical-align: top;
5296 5296 }
5297 5297 .media-middle {
5298 5298 vertical-align: middle;
5299 5299 }
5300 5300 .media-bottom {
5301 5301 vertical-align: bottom;
5302 5302 }
5303 5303 .media-heading {
5304 5304 margin-top: 0;
5305 5305 margin-bottom: 5px;
5306 5306 }
5307 5307 .media-list {
5308 5308 padding-left: 0;
5309 5309 list-style: none;
5310 5310 }
5311 5311 .list-group {
5312 5312 margin-bottom: 20px;
5313 5313 padding-left: 0;
5314 5314 }
5315 5315 .list-group-item {
5316 5316 position: relative;
5317 5317 display: block;
5318 5318 padding: 10px 15px;
5319 5319 margin-bottom: -1px;
5320 5320 background-color: #fff;
5321 5321 border: 1px solid #ddd;
5322 5322 }
5323 5323 .list-group-item:first-child {
5324 5324 border-top-right-radius: 4px;
5325 5325 border-top-left-radius: 4px;
5326 5326 }
5327 5327 .list-group-item:last-child {
5328 5328 margin-bottom: 0;
5329 5329 border-bottom-right-radius: 4px;
5330 5330 border-bottom-left-radius: 4px;
5331 5331 }
5332 5332 a.list-group-item,
5333 5333 button.list-group-item {
5334 5334 color: #555;
5335 5335 }
5336 5336 a.list-group-item .list-group-item-heading,
5337 5337 button.list-group-item .list-group-item-heading {
5338 5338 color: #333;
5339 5339 }
5340 5340 a.list-group-item:hover,
5341 5341 button.list-group-item:hover,
5342 5342 a.list-group-item:focus,
5343 5343 button.list-group-item:focus {
5344 5344 text-decoration: none;
5345 5345 color: #555;
5346 5346 background-color: #f5f5f5;
5347 5347 }
5348 5348 button.list-group-item {
5349 5349 width: 100%;
5350 5350 text-align: left;
5351 5351 }
5352 5352 .list-group-item.disabled,
5353 5353 .list-group-item.disabled:hover,
5354 5354 .list-group-item.disabled:focus {
5355 5355 background-color: #eeeeee;
5356 5356 color: #777777;
5357 5357 cursor: not-allowed;
5358 5358 }
5359 5359 .list-group-item.disabled .list-group-item-heading,
5360 5360 .list-group-item.disabled:hover .list-group-item-heading,
5361 5361 .list-group-item.disabled:focus .list-group-item-heading {
5362 5362 color: inherit;
5363 5363 }
5364 5364 .list-group-item.disabled .list-group-item-text,
5365 5365 .list-group-item.disabled:hover .list-group-item-text,
5366 5366 .list-group-item.disabled:focus .list-group-item-text {
5367 5367 color: #777777;
5368 5368 }
5369 5369 .list-group-item.active,
5370 5370 .list-group-item.active:hover,
5371 5371 .list-group-item.active:focus {
5372 5372 z-index: 2;
5373 5373 color: #fff;
5374 5374 background-color: #337ab7;
5375 5375 border-color: #337ab7;
5376 5376 }
5377 5377 .list-group-item.active .list-group-item-heading,
5378 5378 .list-group-item.active:hover .list-group-item-heading,
5379 5379 .list-group-item.active:focus .list-group-item-heading,
5380 5380 .list-group-item.active .list-group-item-heading > small,
5381 5381 .list-group-item.active:hover .list-group-item-heading > small,
5382 5382 .list-group-item.active:focus .list-group-item-heading > small,
5383 5383 .list-group-item.active .list-group-item-heading > .small,
5384 5384 .list-group-item.active:hover .list-group-item-heading > .small,
5385 5385 .list-group-item.active:focus .list-group-item-heading > .small {
5386 5386 color: inherit;
5387 5387 }
5388 5388 .list-group-item.active .list-group-item-text,
5389 5389 .list-group-item.active:hover .list-group-item-text,
5390 5390 .list-group-item.active:focus .list-group-item-text {
5391 5391 color: #c7ddef;
5392 5392 }
5393 5393 .list-group-item-success {
5394 5394 color: #3c763d;
5395 5395 background-color: #dff0d8;
5396 5396 }
5397 5397 a.list-group-item-success,
5398 5398 button.list-group-item-success {
5399 5399 color: #3c763d;
5400 5400 }
5401 5401 a.list-group-item-success .list-group-item-heading,
5402 5402 button.list-group-item-success .list-group-item-heading {
5403 5403 color: inherit;
5404 5404 }
5405 5405 a.list-group-item-success:hover,
5406 5406 button.list-group-item-success:hover,
5407 5407 a.list-group-item-success:focus,
5408 5408 button.list-group-item-success:focus {
5409 5409 color: #3c763d;
5410 5410 background-color: #d0e9c6;
5411 5411 }
5412 5412 a.list-group-item-success.active,
5413 5413 button.list-group-item-success.active,
5414 5414 a.list-group-item-success.active:hover,
5415 5415 button.list-group-item-success.active:hover,
5416 5416 a.list-group-item-success.active:focus,
5417 5417 button.list-group-item-success.active:focus {
5418 5418 color: #fff;
5419 5419 background-color: #3c763d;
5420 5420 border-color: #3c763d;
5421 5421 }
5422 5422 .list-group-item-info {
5423 5423 color: #31708f;
5424 5424 background-color: #d9edf7;
5425 5425 }
5426 5426 a.list-group-item-info,
5427 5427 button.list-group-item-info {
5428 5428 color: #31708f;
5429 5429 }
5430 5430 a.list-group-item-info .list-group-item-heading,
5431 5431 button.list-group-item-info .list-group-item-heading {
5432 5432 color: inherit;
5433 5433 }
5434 5434 a.list-group-item-info:hover,
5435 5435 button.list-group-item-info:hover,
5436 5436 a.list-group-item-info:focus,
5437 5437 button.list-group-item-info:focus {
5438 5438 color: #31708f;
5439 5439 background-color: #c4e3f3;
5440 5440 }
5441 5441 a.list-group-item-info.active,
5442 5442 button.list-group-item-info.active,
5443 5443 a.list-group-item-info.active:hover,
5444 5444 button.list-group-item-info.active:hover,
5445 5445 a.list-group-item-info.active:focus,
5446 5446 button.list-group-item-info.active:focus {
5447 5447 color: #fff;
5448 5448 background-color: #31708f;
5449 5449 border-color: #31708f;
5450 5450 }
5451 5451 .list-group-item-warning {
5452 5452 color: #8a6d3b;
5453 5453 background-color: #fcf8e3;
5454 5454 }
5455 5455 a.list-group-item-warning,
5456 5456 button.list-group-item-warning {
5457 5457 color: #8a6d3b;
5458 5458 }
5459 5459 a.list-group-item-warning .list-group-item-heading,
5460 5460 button.list-group-item-warning .list-group-item-heading {
5461 5461 color: inherit;
5462 5462 }
5463 5463 a.list-group-item-warning:hover,
5464 5464 button.list-group-item-warning:hover,
5465 5465 a.list-group-item-warning:focus,
5466 5466 button.list-group-item-warning:focus {
5467 5467 color: #8a6d3b;
5468 5468 background-color: #faf2cc;
5469 5469 }
5470 5470 a.list-group-item-warning.active,
5471 5471 button.list-group-item-warning.active,
5472 5472 a.list-group-item-warning.active:hover,
5473 5473 button.list-group-item-warning.active:hover,
5474 5474 a.list-group-item-warning.active:focus,
5475 5475 button.list-group-item-warning.active:focus {
5476 5476 color: #fff;
5477 5477 background-color: #8a6d3b;
5478 5478 border-color: #8a6d3b;
5479 5479 }
5480 5480 .list-group-item-danger {
5481 5481 color: #a94442;
5482 5482 background-color: #f2dede;
5483 5483 }
5484 5484 a.list-group-item-danger,
5485 5485 button.list-group-item-danger {
5486 5486 color: #a94442;
5487 5487 }
5488 5488 a.list-group-item-danger .list-group-item-heading,
5489 5489 button.list-group-item-danger .list-group-item-heading {
5490 5490 color: inherit;
5491 5491 }
5492 5492 a.list-group-item-danger:hover,
5493 5493 button.list-group-item-danger:hover,
5494 5494 a.list-group-item-danger:focus,
5495 5495 button.list-group-item-danger:focus {
5496 5496 color: #a94442;
5497 5497 background-color: #ebcccc;
5498 5498 }
5499 5499 a.list-group-item-danger.active,
5500 5500 button.list-group-item-danger.active,
5501 5501 a.list-group-item-danger.active:hover,
5502 5502 button.list-group-item-danger.active:hover,
5503 5503 a.list-group-item-danger.active:focus,
5504 5504 button.list-group-item-danger.active:focus {
5505 5505 color: #fff;
5506 5506 background-color: #a94442;
5507 5507 border-color: #a94442;
5508 5508 }
5509 5509 .list-group-item-heading {
5510 5510 margin-top: 0;
5511 5511 margin-bottom: 5px;
5512 5512 }
5513 5513 .list-group-item-text {
5514 5514 margin-bottom: 0;
5515 5515 line-height: 1.3;
5516 5516 }
5517 5517 .panel {
5518 5518 margin-bottom: 20px;
5519 5519 background-color: #fff;
5520 5520 border: 1px solid transparent;
5521 5521 border-radius: 4px;
5522 5522 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5523 5523 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5524 5524 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5525 5525 -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5526 5526 -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5527 5527 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5528 5528 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5529 5529 }
5530 5530 .panel-body {
5531 5531 padding: 15px;
5532 5532 }
5533 5533 .panel-heading {
5534 5534 padding: 10px 15px;
5535 5535 border-bottom: 1px solid transparent;
5536 5536 border-top-right-radius: 3px;
5537 5537 border-top-left-radius: 3px;
5538 5538 }
5539 5539 .panel-heading > .dropdown .dropdown-toggle {
5540 5540 color: inherit;
5541 5541 }
5542 5542 .panel-title {
5543 5543 margin-top: 0;
5544 5544 margin-bottom: 0;
5545 5545 font-size: 16px;
5546 5546 color: inherit;
5547 5547 }
5548 5548 .panel-title > a,
5549 5549 .panel-title > small,
5550 5550 .panel-title > .small,
5551 5551 .panel-title > small > a,
5552 5552 .panel-title > .small > a {
5553 5553 color: inherit;
5554 5554 }
5555 5555 .panel-footer {
5556 5556 padding: 10px 15px;
5557 5557 background-color: #f5f5f5;
5558 5558 border-top: 1px solid #ddd;
5559 5559 border-bottom-right-radius: 3px;
5560 5560 border-bottom-left-radius: 3px;
5561 5561 }
5562 5562 .panel > .list-group,
5563 5563 .panel > .panel-collapse > .list-group {
5564 5564 margin-bottom: 0;
5565 5565 }
5566 5566 .panel > .list-group .list-group-item,
5567 5567 .panel > .panel-collapse > .list-group .list-group-item {
5568 5568 border-width: 1px 0;
5569 5569 border-radius: 0;
5570 5570 }
5571 5571 .panel > .list-group:first-child .list-group-item:first-child,
5572 5572 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5573 5573 border-top: 0;
5574 5574 border-top-right-radius: 3px;
5575 5575 border-top-left-radius: 3px;
5576 5576 }
5577 5577 .panel > .list-group:last-child .list-group-item:last-child,
5578 5578 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5579 5579 border-bottom: 0;
5580 5580 border-bottom-right-radius: 3px;
5581 5581 border-bottom-left-radius: 3px;
5582 5582 }
5583 5583 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5584 5584 border-top-right-radius: 0;
5585 5585 border-top-left-radius: 0;
5586 5586 }
5587 5587 .panel-heading + .list-group .list-group-item:first-child {
5588 5588 border-top-width: 0;
5589 5589 }
5590 5590 .list-group + .panel-footer {
5591 5591 border-top-width: 0;
5592 5592 }
5593 5593 .panel > .table,
5594 5594 .panel > .table-responsive > .table,
5595 5595 .panel > .panel-collapse > .table {
5596 5596 margin-bottom: 0;
5597 5597 }
5598 5598 .panel > .table caption,
5599 5599 .panel > .table-responsive > .table caption,
5600 5600 .panel > .panel-collapse > .table caption {
5601 5601 padding-left: 15px;
5602 5602 padding-right: 15px;
5603 5603 }
5604 5604 .panel > .table:first-child,
5605 5605 .panel > .table-responsive:first-child > .table:first-child {
5606 5606 border-top-right-radius: 3px;
5607 5607 border-top-left-radius: 3px;
5608 5608 }
5609 5609 .panel > .table:first-child > thead:first-child > tr:first-child,
5610 5610 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5611 5611 .panel > .table:first-child > tbody:first-child > tr:first-child,
5612 5612 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5613 5613 border-top-left-radius: 3px;
5614 5614 border-top-right-radius: 3px;
5615 5615 }
5616 5616 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5617 5617 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5618 5618 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5619 5619 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5620 5620 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5621 5621 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5622 5622 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5623 5623 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5624 5624 border-top-left-radius: 3px;
5625 5625 }
5626 5626 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5627 5627 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5628 5628 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5629 5629 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5630 5630 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5631 5631 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5632 5632 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5633 5633 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5634 5634 border-top-right-radius: 3px;
5635 5635 }
5636 5636 .panel > .table:last-child,
5637 5637 .panel > .table-responsive:last-child > .table:last-child {
5638 5638 border-bottom-right-radius: 3px;
5639 5639 border-bottom-left-radius: 3px;
5640 5640 }
5641 5641 .panel > .table:last-child > tbody:last-child > tr:last-child,
5642 5642 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5643 5643 .panel > .table:last-child > tfoot:last-child > tr:last-child,
5644 5644 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5645 5645 border-bottom-left-radius: 3px;
5646 5646 border-bottom-right-radius: 3px;
5647 5647 }
5648 5648 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5649 5649 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5650 5650 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5651 5651 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5652 5652 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5653 5653 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5654 5654 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5655 5655 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5656 5656 border-bottom-left-radius: 3px;
5657 5657 }
5658 5658 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5659 5659 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5660 5660 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5661 5661 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5662 5662 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5663 5663 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5664 5664 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5665 5665 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5666 5666 border-bottom-right-radius: 3px;
5667 5667 }
5668 5668 .panel > .panel-body + .table,
5669 5669 .panel > .panel-body + .table-responsive,
5670 5670 .panel > .table + .panel-body,
5671 5671 .panel > .table-responsive + .panel-body {
5672 5672 border-top: 1px solid #ddd;
5673 5673 }
5674 5674 .panel > .table > tbody:first-child > tr:first-child th,
5675 5675 .panel > .table > tbody:first-child > tr:first-child td {
5676 5676 border-top: 0;
5677 5677 }
5678 5678 .panel > .table-bordered,
5679 5679 .panel > .table-responsive > .table-bordered {
5680 5680 border: 0;
5681 5681 }
5682 5682 .panel > .table-bordered > thead > tr > th:first-child,
5683 5683 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5684 5684 .panel > .table-bordered > tbody > tr > th:first-child,
5685 5685 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5686 5686 .panel > .table-bordered > tfoot > tr > th:first-child,
5687 5687 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5688 5688 .panel > .table-bordered > thead > tr > td:first-child,
5689 5689 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5690 5690 .panel > .table-bordered > tbody > tr > td:first-child,
5691 5691 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5692 5692 .panel > .table-bordered > tfoot > tr > td:first-child,
5693 5693 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5694 5694 border-left: 0;
5695 5695 }
5696 5696 .panel > .table-bordered > thead > tr > th:last-child,
5697 5697 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5698 5698 .panel > .table-bordered > tbody > tr > th:last-child,
5699 5699 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5700 5700 .panel > .table-bordered > tfoot > tr > th:last-child,
5701 5701 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5702 5702 .panel > .table-bordered > thead > tr > td:last-child,
5703 5703 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5704 5704 .panel > .table-bordered > tbody > tr > td:last-child,
5705 5705 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5706 5706 .panel > .table-bordered > tfoot > tr > td:last-child,
5707 5707 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5708 5708 border-right: 0;
5709 5709 }
5710 5710 .panel > .table-bordered > thead > tr:first-child > td,
5711 5711 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5712 5712 .panel > .table-bordered > tbody > tr:first-child > td,
5713 5713 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5714 5714 .panel > .table-bordered > thead > tr:first-child > th,
5715 5715 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5716 5716 .panel > .table-bordered > tbody > tr:first-child > th,
5717 5717 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5718 5718 border-bottom: 0;
5719 5719 }
5720 5720 .panel > .table-bordered > tbody > tr:last-child > td,
5721 5721 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5722 5722 .panel > .table-bordered > tfoot > tr:last-child > td,
5723 5723 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5724 5724 .panel > .table-bordered > tbody > tr:last-child > th,
5725 5725 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5726 5726 .panel > .table-bordered > tfoot > tr:last-child > th,
5727 5727 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5728 5728 border-bottom: 0;
5729 5729 }
5730 5730 .panel > .table-responsive {
5731 5731 border: 0;
5732 5732 margin-bottom: 0;
5733 5733 }
5734 5734 .panel-group {
5735 5735 margin-bottom: 20px;
5736 5736 }
5737 5737 .panel-group .panel {
5738 5738 margin-bottom: 0;
5739 5739 border-radius: 4px;
5740 5740 }
5741 5741 .panel-group .panel + .panel {
5742 5742 margin-top: 5px;
5743 5743 }
5744 5744 .panel-group .panel-heading {
5745 5745 border-bottom: 0;
5746 5746 }
5747 5747 .panel-group .panel-heading + .panel-collapse > .panel-body,
5748 5748 .panel-group .panel-heading + .panel-collapse > .list-group {
5749 5749 border-top: 1px solid #ddd;
5750 5750 }
5751 5751 .panel-group .panel-footer {
5752 5752 border-top: 0;
5753 5753 }
5754 5754 .panel-group .panel-footer + .panel-collapse .panel-body {
5755 5755 border-bottom: 1px solid #ddd;
5756 5756 }
5757 5757 .panel-default {
5758 5758 border-color: #ddd;
5759 5759 }
5760 5760 .panel-default > .panel-heading {
5761 5761 color: #333333;
5762 5762 background-color: #f5f5f5;
5763 5763 border-color: #ddd;
5764 5764 }
5765 5765 .panel-default > .panel-heading + .panel-collapse > .panel-body {
5766 5766 border-top-color: #ddd;
5767 5767 }
5768 5768 .panel-default > .panel-heading .badge {
5769 5769 color: #f5f5f5;
5770 5770 background-color: #333333;
5771 5771 }
5772 5772 .panel-default > .panel-footer + .panel-collapse > .panel-body {
5773 5773 border-bottom-color: #ddd;
5774 5774 }
5775 5775 .panel-primary {
5776 5776 border-color: #337ab7;
5777 5777 }
5778 5778 .panel-primary > .panel-heading {
5779 5779 color: #fff;
5780 5780 background-color: #337ab7;
5781 5781 border-color: #337ab7;
5782 5782 }
5783 5783 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
5784 5784 border-top-color: #337ab7;
5785 5785 }
5786 5786 .panel-primary > .panel-heading .badge {
5787 5787 color: #337ab7;
5788 5788 background-color: #fff;
5789 5789 }
5790 5790 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
5791 5791 border-bottom-color: #337ab7;
5792 5792 }
5793 5793 .panel-success {
5794 5794 border-color: #d6e9c6;
5795 5795 }
5796 5796 .panel-success > .panel-heading {
5797 5797 color: #3c763d;
5798 5798 background-color: #dff0d8;
5799 5799 border-color: #d6e9c6;
5800 5800 }
5801 5801 .panel-success > .panel-heading + .panel-collapse > .panel-body {
5802 5802 border-top-color: #d6e9c6;
5803 5803 }
5804 5804 .panel-success > .panel-heading .badge {
5805 5805 color: #dff0d8;
5806 5806 background-color: #3c763d;
5807 5807 }
5808 5808 .panel-success > .panel-footer + .panel-collapse > .panel-body {
5809 5809 border-bottom-color: #d6e9c6;
5810 5810 }
5811 5811 .panel-info {
5812 5812 border-color: #bce8f1;
5813 5813 }
5814 5814 .panel-info > .panel-heading {
5815 5815 color: #31708f;
5816 5816 background-color: #d9edf7;
5817 5817 border-color: #bce8f1;
5818 5818 }
5819 5819 .panel-info > .panel-heading + .panel-collapse > .panel-body {
5820 5820 border-top-color: #bce8f1;
5821 5821 }
5822 5822 .panel-info > .panel-heading .badge {
5823 5823 color: #d9edf7;
5824 5824 background-color: #31708f;
5825 5825 }
5826 5826 .panel-info > .panel-footer + .panel-collapse > .panel-body {
5827 5827 border-bottom-color: #bce8f1;
5828 5828 }
5829 5829 .panel-warning {
5830 5830 border-color: #faebcc;
5831 5831 }
5832 5832 .panel-warning > .panel-heading {
5833 5833 color: #8a6d3b;
5834 5834 background-color: #fcf8e3;
5835 5835 border-color: #faebcc;
5836 5836 }
5837 5837 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
5838 5838 border-top-color: #faebcc;
5839 5839 }
5840 5840 .panel-warning > .panel-heading .badge {
5841 5841 color: #fcf8e3;
5842 5842 background-color: #8a6d3b;
5843 5843 }
5844 5844 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
5845 5845 border-bottom-color: #faebcc;
5846 5846 }
5847 5847 .panel-danger {
5848 5848 border-color: #ebccd1;
5849 5849 }
5850 5850 .panel-danger > .panel-heading {
5851 5851 color: #a94442;
5852 5852 background-color: #f2dede;
5853 5853 border-color: #ebccd1;
5854 5854 }
5855 5855 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
5856 5856 border-top-color: #ebccd1;
5857 5857 }
5858 5858 .panel-danger > .panel-heading .badge {
5859 5859 color: #f2dede;
5860 5860 background-color: #a94442;
5861 5861 }
5862 5862 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
5863 5863 border-bottom-color: #ebccd1;
5864 5864 }
5865 5865 .embed-responsive {
5866 5866 position: relative;
5867 5867 display: block;
5868 5868 height: 0;
5869 5869 padding: 0;
5870 5870 overflow: hidden;
5871 5871 }
5872 5872 .embed-responsive .embed-responsive-item,
5873 5873 .embed-responsive iframe,
5874 5874 .embed-responsive embed,
5875 5875 .embed-responsive object,
5876 5876 .embed-responsive video {
5877 5877 position: absolute;
5878 5878 top: 0;
5879 5879 left: 0;
5880 5880 bottom: 0;
5881 5881 height: 100%;
5882 5882 width: 100%;
5883 5883 border: 0;
5884 5884 }
5885 5885 .embed-responsive-16by9 {
5886 5886 padding-bottom: 56.25%;
5887 5887 }
5888 5888 .embed-responsive-4by3 {
5889 5889 padding-bottom: 75%;
5890 5890 }
5891 5891 .well {
5892 5892 min-height: 20px;
5893 5893 padding: 19px;
5894 5894 margin-bottom: 20px;
5895 5895 background-color: #f5f5f5;
5896 5896 border: 1px solid #e3e3e3;
5897 5897 border-radius: 4px;
5898 5898 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5899 5899 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5900 5900 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5901 5901 -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5902 5902 -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5903 5903 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5904 5904 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 0 5px rgba(77, 77, 77, 0.5);
5905 5905 }
5906 5906 .well blockquote {
5907 5907 border-color: #ddd;
5908 5908 border-color: rgba(0, 0, 0, 0.15);
5909 5909 }
5910 5910 .well-lg {
5911 5911 padding: 24px;
5912 5912 border-radius: 6px;
5913 5913 }
5914 5914 .well-sm {
5915 5915 padding: 9px;
5916 5916 border-radius: 3px;
5917 5917 }
5918 5918 .close {
5919 5919 float: right;
5920 5920 font-size: 21px;
5921 5921 font-weight: bold;
5922 5922 line-height: 1;
5923 5923 color: #000;
5924 5924 text-shadow: 0 1px 0 #fff;
5925 5925 opacity: 0.2;
5926 5926 filter: alpha(opacity=20);
5927 5927 }
5928 5928 .close:hover,
5929 5929 .close:focus {
5930 5930 color: #000;
5931 5931 text-decoration: none;
5932 5932 cursor: pointer;
5933 5933 opacity: 0.5;
5934 5934 filter: alpha(opacity=50);
5935 5935 }
5936 5936 button.close {
5937 5937 padding: 0;
5938 5938 cursor: pointer;
5939 5939 background: transparent;
5940 5940 border: 0;
5941 5941 -webkit-appearance: none;
5942 5942 }
5943 5943 .modal-open {
5944 5944 overflow: hidden;
5945 5945 }
5946 5946 .modal {
5947 5947 display: none;
5948 5948 overflow: hidden;
5949 5949 position: fixed;
5950 5950 top: 0;
5951 5951 right: 0;
5952 5952 bottom: 0;
5953 5953 left: 0;
5954 5954 z-index: 1050;
5955 5955 -webkit-overflow-scrolling: touch;
5956 5956 outline: 0;
5957 5957 }
5958 5958 .modal.fade .modal-dialog {
5959 5959 -webkit-transform: translate(0, -25%);
5960 5960 -ms-transform: translate(0, -25%);
5961 5961 -o-transform: translate(0, -25%);
5962 5962 transform: translate(0, -25%);
5963 5963 -webkit-transition: -webkit-transform 0.3s ease-out;
5964 5964 -moz-transition: -moz-transform 0.3s ease-out;
5965 5965 -o-transition: -o-transform 0.3s ease-out;
5966 5966 transition: transform 0.3s ease-out;
5967 5967 }
5968 5968 .modal.in .modal-dialog {
5969 5969 -webkit-transform: translate(0, 0);
5970 5970 -ms-transform: translate(0, 0);
5971 5971 -o-transform: translate(0, 0);
5972 5972 transform: translate(0, 0);
5973 5973 }
5974 5974 .modal-open .modal {
5975 5975 overflow-x: hidden;
5976 5976 overflow-y: auto;
5977 5977 }
5978 5978 .modal-dialog {
5979 5979 position: relative;
5980 5980 width: auto;
5981 5981 margin: 10px;
5982 5982 }
5983 5983 .modal-content {
5984 5984 position: relative;
5985 5985 background-color: #fff;
5986 5986 border: 1px solid #999;
5987 5987 border: 1px solid rgba(0, 0, 0, 0.2);
5988 5988 border-radius: 6px;
5989 5989 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5990 5990 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5991 5991 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
5992 5992 -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
5993 5993 -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
5994 5994 -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
5995 5995 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
5996 5996 background-clip: padding-box;
5997 5997 outline: 0;
5998 5998 }
5999 5999 .modal-backdrop {
6000 6000 position: fixed;
6001 6001 top: 0;
6002 6002 right: 0;
6003 6003 bottom: 0;
6004 6004 left: 0;
6005 6005 z-index: 1040;
6006 6006 background-color: #000;
6007 6007 }
6008 6008 .modal-backdrop.fade {
6009 6009 opacity: 0;
6010 6010 filter: alpha(opacity=0);
6011 6011 }
6012 6012 .modal-backdrop.in {
6013 6013 opacity: 0.5;
6014 6014 filter: alpha(opacity=50);
6015 6015 }
6016 6016 .modal-header {
6017 6017 padding: 15px;
6018 6018 border-bottom: 1px solid #e5e5e5;
6019 6019 }
6020 6020 .modal-header .close {
6021 6021 margin-top: -2px;
6022 6022 }
6023 6023 .modal-title {
6024 6024 margin: 0;
6025 6025 line-height: 1.42857143;
6026 6026 }
6027 6027 .modal-body {
6028 6028 position: relative;
6029 6029 padding: 15px;
6030 6030 }
6031 6031 .modal-footer {
6032 6032 padding: 15px;
6033 6033 text-align: right;
6034 6034 border-top: 1px solid #e5e5e5;
6035 6035 }
6036 6036 .modal-footer .btn + .btn {
6037 6037 margin-left: 5px;
6038 6038 margin-bottom: 0;
6039 6039 }
6040 6040 .modal-footer .btn-group .btn + .btn {
6041 6041 margin-left: -1px;
6042 6042 }
6043 6043 .modal-footer .btn-block + .btn-block {
6044 6044 margin-left: 0;
6045 6045 }
6046 6046 .modal-scrollbar-measure {
6047 6047 position: absolute;
6048 6048 top: -9999px;
6049 6049 width: 50px;
6050 6050 height: 50px;
6051 6051 overflow: scroll;
6052 6052 }
6053 6053 @media (min-width: 768px) {
6054 6054 .modal-dialog {
6055 6055 width: 600px;
6056 6056 margin: 30px auto;
6057 6057 }
6058 6058 .modal-content {
6059 6059 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6060 6060 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6061 6061 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
6062 6062 -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
6063 6063 -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
6064 6064 -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
6065 6065 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 5px rgba(77, 77, 77, 0.5);
6066 6066 }
6067 6067 .modal-sm {
6068 6068 width: 300px;
6069 6069 }
6070 6070 }
6071 6071 @media (min-width: 992px) {
6072 6072 .modal-lg {
6073 6073 width: 900px;
6074 6074 }
6075 6075 }
6076 6076 .tooltip {
6077 6077 position: absolute;
6078 6078 z-index: 1070;
6079 6079 display: block;
6080 6080 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6081 6081 font-style: normal;
6082 6082 font-weight: normal;
6083 6083 letter-spacing: normal;
6084 6084 line-break: auto;
6085 6085 line-height: 1.42857143;
6086 6086 text-align: left;
6087 6087 text-align: start;
6088 6088 text-decoration: none;
6089 6089 text-shadow: none;
6090 6090 text-transform: none;
6091 6091 white-space: normal;
6092 6092 word-break: normal;
6093 6093 word-spacing: normal;
6094 6094 word-wrap: normal;
6095 6095 font-size: 12px;
6096 6096 opacity: 0;
6097 6097 filter: alpha(opacity=0);
6098 6098 }
6099 6099 .tooltip.in {
6100 6100 opacity: 0.9;
6101 6101 filter: alpha(opacity=90);
6102 6102 }
6103 6103 .tooltip.top {
6104 6104 margin-top: -3px;
6105 6105 padding: 5px 0;
6106 6106 }
6107 6107 .tooltip.right {
6108 6108 margin-left: 3px;
6109 6109 padding: 0 5px;
6110 6110 }
6111 6111 .tooltip.bottom {
6112 6112 margin-top: 3px;
6113 6113 padding: 5px 0;
6114 6114 }
6115 6115 .tooltip.left {
6116 6116 margin-left: -3px;
6117 6117 padding: 0 5px;
6118 6118 }
6119 6119 .tooltip-inner {
6120 6120 max-width: 200px;
6121 6121 padding: 3px 8px;
6122 6122 color: #fff;
6123 6123 text-align: center;
6124 6124 background-color: #000;
6125 6125 border-radius: 4px;
6126 6126 }
6127 6127 .tooltip-arrow {
6128 6128 position: absolute;
6129 6129 width: 0;
6130 6130 height: 0;
6131 6131 border-color: transparent;
6132 6132 border-style: solid;
6133 6133 }
6134 6134 .tooltip.top .tooltip-arrow {
6135 6135 bottom: 0;
6136 6136 left: 50%;
6137 6137 margin-left: -5px;
6138 6138 border-width: 5px 5px 0;
6139 6139 border-top-color: #000;
6140 6140 }
6141 6141 .tooltip.top-left .tooltip-arrow {
6142 6142 bottom: 0;
6143 6143 right: 5px;
6144 6144 margin-bottom: -5px;
6145 6145 border-width: 5px 5px 0;
6146 6146 border-top-color: #000;
6147 6147 }
6148 6148 .tooltip.top-right .tooltip-arrow {
6149 6149 bottom: 0;
6150 6150 left: 5px;
6151 6151 margin-bottom: -5px;
6152 6152 border-width: 5px 5px 0;
6153 6153 border-top-color: #000;
6154 6154 }
6155 6155 .tooltip.right .tooltip-arrow {
6156 6156 top: 50%;
6157 6157 left: 0;
6158 6158 margin-top: -5px;
6159 6159 border-width: 5px 5px 5px 0;
6160 6160 border-right-color: #000;
6161 6161 }
6162 6162 .tooltip.left .tooltip-arrow {
6163 6163 top: 50%;
6164 6164 right: 0;
6165 6165 margin-top: -5px;
6166 6166 border-width: 5px 0 5px 5px;
6167 6167 border-left-color: #000;
6168 6168 }
6169 6169 .tooltip.bottom .tooltip-arrow {
6170 6170 top: 0;
6171 6171 left: 50%;
6172 6172 margin-left: -5px;
6173 6173 border-width: 0 5px 5px;
6174 6174 border-bottom-color: #000;
6175 6175 }
6176 6176 .tooltip.bottom-left .tooltip-arrow {
6177 6177 top: 0;
6178 6178 right: 5px;
6179 6179 margin-top: -5px;
6180 6180 border-width: 0 5px 5px;
6181 6181 border-bottom-color: #000;
6182 6182 }
6183 6183 .tooltip.bottom-right .tooltip-arrow {
6184 6184 top: 0;
6185 6185 left: 5px;
6186 6186 margin-top: -5px;
6187 6187 border-width: 0 5px 5px;
6188 6188 border-bottom-color: #000;
6189 6189 }
6190 6190 .popover {
6191 6191 position: absolute;
6192 6192 top: 0;
6193 6193 left: 0;
6194 6194 z-index: 1060;
6195 6195 display: none;
6196 6196 max-width: 276px;
6197 6197 padding: 1px;
6198 6198 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6199 6199 font-style: normal;
6200 6200 font-weight: normal;
6201 6201 letter-spacing: normal;
6202 6202 line-break: auto;
6203 6203 line-height: 1.42857143;
6204 6204 text-align: left;
6205 6205 text-align: start;
6206 6206 text-decoration: none;
6207 6207 text-shadow: none;
6208 6208 text-transform: none;
6209 6209 white-space: normal;
6210 6210 word-break: normal;
6211 6211 word-spacing: normal;
6212 6212 word-wrap: normal;
6213 6213 font-size: 14px;
6214 6214 background-color: #fff;
6215 6215 background-clip: padding-box;
6216 6216 border: 1px solid #ccc;
6217 6217 border: 1px solid rgba(0, 0, 0, 0.2);
6218 6218 border-radius: 6px;
6219 6219 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6220 6220 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6221 6221 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 5px rgba(77, 77, 77, 0.5);
6222 6222 -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 5px rgba(77, 77, 77, 0.5);
6223 6223 -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 5px rgba(77, 77, 77, 0.5);
6224 6224 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 5px rgba(77, 77, 77, 0.5);
6225 6225 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 5px rgba(77, 77, 77, 0.5);
6226 6226 }
6227 6227 .popover.top {
6228 6228 margin-top: -10px;
6229 6229 }
6230 6230 .popover.right {
6231 6231 margin-left: 10px;
6232 6232 }
6233 6233 .popover.bottom {
6234 6234 margin-top: 10px;
6235 6235 }
6236 6236 .popover.left {
6237 6237 margin-left: -10px;
6238 6238 }
6239 6239 .popover-title {
6240 6240 margin: 0;
6241 6241 padding: 8px 14px;
6242 6242 font-size: 14px;
6243 6243 background-color: #f7f7f7;
6244 6244 border-bottom: 1px solid #ebebeb;
6245 6245 border-radius: 5px 5px 0 0;
6246 6246 }
6247 6247 .popover-content {
6248 6248 padding: 9px 14px;
6249 6249 }
6250 6250 .popover > .arrow,
6251 6251 .popover > .arrow:after {
6252 6252 position: absolute;
6253 6253 display: block;
6254 6254 width: 0;
6255 6255 height: 0;
6256 6256 border-color: transparent;
6257 6257 border-style: solid;
6258 6258 }
6259 6259 .popover > .arrow {
6260 6260 border-width: 11px;
6261 6261 }
6262 6262 .popover > .arrow:after {
6263 6263 border-width: 10px;
6264 6264 content: "";
6265 6265 }
6266 6266 .popover.top > .arrow {
6267 6267 left: 50%;
6268 6268 margin-left: -11px;
6269 6269 border-bottom-width: 0;
6270 6270 border-top-color: #999999;
6271 6271 border-top-color: rgba(0, 0, 0, 0.25);
6272 6272 bottom: -11px;
6273 6273 }
6274 6274 .popover.top > .arrow:after {
6275 6275 content: " ";
6276 6276 bottom: 1px;
6277 6277 margin-left: -10px;
6278 6278 border-bottom-width: 0;
6279 6279 border-top-color: #fff;
6280 6280 }
6281 6281 .popover.right > .arrow {
6282 6282 top: 50%;
6283 6283 left: -11px;
6284 6284 margin-top: -11px;
6285 6285 border-left-width: 0;
6286 6286 border-right-color: #999999;
6287 6287 border-right-color: rgba(0, 0, 0, 0.25);
6288 6288 }
6289 6289 .popover.right > .arrow:after {
6290 6290 content: " ";
6291 6291 left: 1px;
6292 6292 bottom: -10px;
6293 6293 border-left-width: 0;
6294 6294 border-right-color: #fff;
6295 6295 }
6296 6296 .popover.bottom > .arrow {
6297 6297 left: 50%;
6298 6298 margin-left: -11px;
6299 6299 border-top-width: 0;
6300 6300 border-bottom-color: #999999;
6301 6301 border-bottom-color: rgba(0, 0, 0, 0.25);
6302 6302 top: -11px;
6303 6303 }
6304 6304 .popover.bottom > .arrow:after {
6305 6305 content: " ";
6306 6306 top: 1px;
6307 6307 margin-left: -10px;
6308 6308 border-top-width: 0;
6309 6309 border-bottom-color: #fff;
6310 6310 }
6311 6311 .popover.left > .arrow {
6312 6312 top: 50%;
6313 6313 right: -11px;
6314 6314 margin-top: -11px;
6315 6315 border-right-width: 0;
6316 6316 border-left-color: #999999;
6317 6317 border-left-color: rgba(0, 0, 0, 0.25);
6318 6318 }
6319 6319 .popover.left > .arrow:after {
6320 6320 content: " ";
6321 6321 right: 1px;
6322 6322 border-right-width: 0;
6323 6323 border-left-color: #fff;
6324 6324 bottom: -10px;
6325 6325 }
6326 6326 .carousel {
6327 6327 position: relative;
6328 6328 }
6329 6329 .carousel-inner {
6330 6330 position: relative;
6331 6331 overflow: hidden;
6332 6332 width: 100%;
6333 6333 }
6334 6334 .carousel-inner > .item {
6335 6335 display: none;
6336 6336 position: relative;
6337 6337 -webkit-transition: 0.6s ease-in-out left;
6338 6338 -o-transition: 0.6s ease-in-out left;
6339 6339 transition: 0.6s ease-in-out left;
6340 6340 }
6341 6341 .carousel-inner > .item > img,
6342 6342 .carousel-inner > .item > a > img {
6343 6343 line-height: 1;
6344 6344 }
6345 6345 @media all and (transform-3d), (-webkit-transform-3d) {
6346 6346 .carousel-inner > .item {
6347 6347 -webkit-transition: -webkit-transform 0.6s ease-in-out;
6348 6348 -moz-transition: -moz-transform 0.6s ease-in-out;
6349 6349 -o-transition: -o-transform 0.6s ease-in-out;
6350 6350 transition: transform 0.6s ease-in-out;
6351 6351 -webkit-backface-visibility: hidden;
6352 6352 -moz-backface-visibility: hidden;
6353 6353 backface-visibility: hidden;
6354 6354 -webkit-perspective: 1000px;
6355 6355 -moz-perspective: 1000px;
6356 6356 perspective: 1000px;
6357 6357 }
6358 6358 .carousel-inner > .item.next,
6359 6359 .carousel-inner > .item.active.right {
6360 6360 -webkit-transform: translate3d(100%, 0, 0);
6361 6361 transform: translate3d(100%, 0, 0);
6362 6362 left: 0;
6363 6363 }
6364 6364 .carousel-inner > .item.prev,
6365 6365 .carousel-inner > .item.active.left {
6366 6366 -webkit-transform: translate3d(-100%, 0, 0);
6367 6367 transform: translate3d(-100%, 0, 0);
6368 6368 left: 0;
6369 6369 }
6370 6370 .carousel-inner > .item.next.left,
6371 6371 .carousel-inner > .item.prev.right,
6372 6372 .carousel-inner > .item.active {
6373 6373 -webkit-transform: translate3d(0, 0, 0);
6374 6374 transform: translate3d(0, 0, 0);
6375 6375 left: 0;
6376 6376 }
6377 6377 }
6378 6378 .carousel-inner > .active,
6379 6379 .carousel-inner > .next,
6380 6380 .carousel-inner > .prev {
6381 6381 display: block;
6382 6382 }
6383 6383 .carousel-inner > .active {
6384 6384 left: 0;
6385 6385 }
6386 6386 .carousel-inner > .next,
6387 6387 .carousel-inner > .prev {
6388 6388 position: absolute;
6389 6389 top: 0;
6390 6390 width: 100%;
6391 6391 }
6392 6392 .carousel-inner > .next {
6393 6393 left: 100%;
6394 6394 }
6395 6395 .carousel-inner > .prev {
6396 6396 left: -100%;
6397 6397 }
6398 6398 .carousel-inner > .next.left,
6399 6399 .carousel-inner > .prev.right {
6400 6400 left: 0;
6401 6401 }
6402 6402 .carousel-inner > .active.left {
6403 6403 left: -100%;
6404 6404 }
6405 6405 .carousel-inner > .active.right {
6406 6406 left: 100%;
6407 6407 }
6408 6408 .carousel-control {
6409 6409 position: absolute;
6410 6410 top: 0;
6411 6411 left: 0;
6412 6412 bottom: 0;
6413 6413 width: 15%;
6414 6414 opacity: 0.5;
6415 6415 filter: alpha(opacity=50);
6416 6416 font-size: 20px;
6417 6417 color: #fff;
6418 6418 text-align: center;
6419 6419 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6420 6420 background-color: rgba(0, 0, 0, 0);
6421 6421 }
6422 6422 .carousel-control.left {
6423 6423 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6424 6424 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6425 6425 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6426 6426 background-repeat: repeat-x;
6427 6427 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6428 6428 }
6429 6429 .carousel-control.right {
6430 6430 left: auto;
6431 6431 right: 0;
6432 6432 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6433 6433 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6434 6434 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6435 6435 background-repeat: repeat-x;
6436 6436 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6437 6437 }
6438 6438 .carousel-control:hover,
6439 6439 .carousel-control:focus {
6440 6440 outline: 0;
6441 6441 color: #fff;
6442 6442 text-decoration: none;
6443 6443 opacity: 0.9;
6444 6444 filter: alpha(opacity=90);
6445 6445 }
6446 6446 .carousel-control .icon-prev,
6447 6447 .carousel-control .icon-next,
6448 6448 .carousel-control .glyphicon-chevron-left,
6449 6449 .carousel-control .glyphicon-chevron-right {
6450 6450 position: absolute;
6451 6451 top: 50%;
6452 6452 margin-top: -10px;
6453 6453 z-index: 5;
6454 6454 display: inline-block;
6455 6455 }
6456 6456 .carousel-control .icon-prev,
6457 6457 .carousel-control .glyphicon-chevron-left {
6458 6458 left: 50%;
6459 6459 margin-left: -10px;
6460 6460 }
6461 6461 .carousel-control .icon-next,
6462 6462 .carousel-control .glyphicon-chevron-right {
6463 6463 right: 50%;
6464 6464 margin-right: -10px;
6465 6465 }
6466 6466 .carousel-control .icon-prev,
6467 6467 .carousel-control .icon-next {
6468 6468 width: 20px;
6469 6469 height: 20px;
6470 6470 line-height: 1;
6471 6471 font-family: serif;
6472 6472 }
6473 6473 .carousel-control .icon-prev:before {
6474 6474 content: '\2039';
6475 6475 }
6476 6476 .carousel-control .icon-next:before {
6477 6477 content: '\203a';
6478 6478 }
6479 6479 .carousel-indicators {
6480 6480 position: absolute;
6481 6481 bottom: 10px;
6482 6482 left: 50%;
6483 6483 z-index: 15;
6484 6484 width: 60%;
6485 6485 margin-left: -30%;
6486 6486 padding-left: 0;
6487 6487 list-style: none;
6488 6488 text-align: center;
6489 6489 }
6490 6490 .carousel-indicators li {
6491 6491 display: inline-block;
6492 6492 width: 10px;
6493 6493 height: 10px;
6494 6494 margin: 1px;
6495 6495 text-indent: -999px;
6496 6496 border: 1px solid #fff;
6497 6497 border-radius: 10px;
6498 6498 cursor: pointer;
6499 6499 background-color: #000 \9;
6500 6500 background-color: rgba(0, 0, 0, 0);
6501 6501 }
6502 6502 .carousel-indicators .active {
6503 6503 margin: 0;
6504 6504 width: 12px;
6505 6505 height: 12px;
6506 6506 background-color: #fff;
6507 6507 }
6508 6508 .carousel-caption {
6509 6509 position: absolute;
6510 6510 left: 15%;
6511 6511 right: 15%;
6512 6512 bottom: 20px;
6513 6513 z-index: 10;
6514 6514 padding-top: 20px;
6515 6515 padding-bottom: 20px;
6516 6516 color: #fff;
6517 6517 text-align: center;
6518 6518 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6519 6519 }
6520 6520 .carousel-caption .btn {
6521 6521 text-shadow: none;
6522 6522 }
6523 6523 @media screen and (min-width: 768px) {
6524 6524 .carousel-control .glyphicon-chevron-left,
6525 6525 .carousel-control .glyphicon-chevron-right,
6526 6526 .carousel-control .icon-prev,
6527 6527 .carousel-control .icon-next {
6528 6528 width: 30px;
6529 6529 height: 30px;
6530 6530 margin-top: -10px;
6531 6531 font-size: 30px;
6532 6532 }
6533 6533 .carousel-control .glyphicon-chevron-left,
6534 6534 .carousel-control .icon-prev {
6535 6535 margin-left: -10px;
6536 6536 }
6537 6537 .carousel-control .glyphicon-chevron-right,
6538 6538 .carousel-control .icon-next {
6539 6539 margin-right: -10px;
6540 6540 }
6541 6541 .carousel-caption {
6542 6542 left: 20%;
6543 6543 right: 20%;
6544 6544 padding-bottom: 30px;
6545 6545 }
6546 6546 .carousel-indicators {
6547 6547 bottom: 20px;
6548 6548 }
6549 6549 }
6550 6550 .clearfix:before,
6551 6551 .clearfix:after,
6552 6552 .dl-horizontal dd:before,
6553 6553 .dl-horizontal dd:after,
6554 6554 .container:before,
6555 6555 .container:after,
6556 6556 .container-fluid:before,
6557 6557 .container-fluid:after,
6558 6558 .row:before,
6559 6559 .row:after,
6560 6560 .form-horizontal .form-group:before,
6561 6561 .form-horizontal .form-group:after,
6562 6562 .btn-toolbar:before,
6563 6563 .btn-toolbar:after,
6564 6564 .btn-group-vertical > .btn-group:before,
6565 6565 .btn-group-vertical > .btn-group:after,
6566 6566 .nav:before,
6567 6567 .nav:after,
6568 6568 .navbar:before,
6569 6569 .navbar:after,
6570 6570 .navbar-header:before,
6571 6571 .navbar-header:after,
6572 6572 .navbar-collapse:before,
6573 6573 .navbar-collapse:after,
6574 6574 .pager:before,
6575 6575 .pager:after,
6576 6576 .panel-body:before,
6577 6577 .panel-body:after,
6578 6578 .modal-header:before,
6579 6579 .modal-header:after,
6580 6580 .modal-footer:before,
6581 6581 .modal-footer:after {
6582 6582 content: " ";
6583 6583 display: table;
6584 6584 }
6585 6585 .clearfix:after,
6586 6586 .dl-horizontal dd:after,
6587 6587 .container:after,
6588 6588 .container-fluid:after,
6589 6589 .row:after,
6590 6590 .form-horizontal .form-group:after,
6591 6591 .btn-toolbar:after,
6592 6592 .btn-group-vertical > .btn-group:after,
6593 6593 .nav:after,
6594 6594 .navbar:after,
6595 6595 .navbar-header:after,
6596 6596 .navbar-collapse:after,
6597 6597 .pager:after,
6598 6598 .panel-body:after,
6599 6599 .modal-header:after,
6600 6600 .modal-footer:after {
6601 6601 clear: both;
6602 6602 }
6603 6603 .center-block {
6604 6604 display: block;
6605 6605 margin-left: auto;
6606 6606 margin-right: auto;
6607 6607 }
6608 6608 .pull-right {
6609 6609 float: right !important;
6610 6610 }
6611 6611 .pull-left {
6612 6612 float: left !important;
6613 6613 }
6614 6614 .hide {
6615 6615 display: none !important;
6616 6616 }
6617 6617 .show {
6618 6618 display: block !important;
6619 6619 }
6620 6620 .invisible {
6621 6621 visibility: hidden;
6622 6622 }
6623 6623 .text-hide {
6624 6624 font: 0/0 a;
6625 6625 color: transparent;
6626 6626 text-shadow: none;
6627 6627 background-color: transparent;
6628 6628 border: 0;
6629 6629 }
6630 6630 .hidden {
6631 6631 display: none !important;
6632 6632 }
6633 6633 .affix {
6634 6634 position: fixed;
6635 6635 }
6636 6636 @-ms-viewport {
6637 6637 width: device-width;
6638 6638 }
6639 6639 .visible-xs,
6640 6640 .visible-sm,
6641 6641 .visible-md,
6642 6642 .visible-lg {
6643 6643 display: none !important;
6644 6644 }
6645 6645 .visible-xs-block,
6646 6646 .visible-xs-inline,
6647 6647 .visible-xs-inline-block,
6648 6648 .visible-sm-block,
6649 6649 .visible-sm-inline,
6650 6650 .visible-sm-inline-block,
6651 6651 .visible-md-block,
6652 6652 .visible-md-inline,
6653 6653 .visible-md-inline-block,
6654 6654 .visible-lg-block,
6655 6655 .visible-lg-inline,
6656 6656 .visible-lg-inline-block {
6657 6657 display: none !important;
6658 6658 }
6659 6659 @media (max-width: 767px) {
6660 6660 .visible-xs {
6661 6661 display: block !important;
6662 6662 }
6663 6663 table.visible-xs {
6664 6664 display: table !important;
6665 6665 }
6666 6666 tr.visible-xs {
6667 6667 display: table-row !important;
6668 6668 }
6669 6669 th.visible-xs,
6670 6670 td.visible-xs {
6671 6671 display: table-cell !important;
6672 6672 }
6673 6673 }
6674 6674 @media (max-width: 767px) {
6675 6675 .visible-xs-block {
6676 6676 display: block !important;
6677 6677 }
6678 6678 }
6679 6679 @media (max-width: 767px) {
6680 6680 .visible-xs-inline {
6681 6681 display: inline !important;
6682 6682 }
6683 6683 }
6684 6684 @media (max-width: 767px) {
6685 6685 .visible-xs-inline-block {
6686 6686 display: inline-block !important;
6687 6687 }
6688 6688 }
6689 6689 @media (min-width: 768px) and (max-width: 991px) {
6690 6690 .visible-sm {
6691 6691 display: block !important;
6692 6692 }
6693 6693 table.visible-sm {
6694 6694 display: table !important;
6695 6695 }
6696 6696 tr.visible-sm {
6697 6697 display: table-row !important;
6698 6698 }
6699 6699 th.visible-sm,
6700 6700 td.visible-sm {
6701 6701 display: table-cell !important;
6702 6702 }
6703 6703 }
6704 6704 @media (min-width: 768px) and (max-width: 991px) {
6705 6705 .visible-sm-block {
6706 6706 display: block !important;
6707 6707 }
6708 6708 }
6709 6709 @media (min-width: 768px) and (max-width: 991px) {
6710 6710 .visible-sm-inline {
6711 6711 display: inline !important;
6712 6712 }
6713 6713 }
6714 6714 @media (min-width: 768px) and (max-width: 991px) {
6715 6715 .visible-sm-inline-block {
6716 6716 display: inline-block !important;
6717 6717 }
6718 6718 }
6719 6719 @media (min-width: 992px) and (max-width: 1199px) {
6720 6720 .visible-md {
6721 6721 display: block !important;
6722 6722 }
6723 6723 table.visible-md {
6724 6724 display: table !important;
6725 6725 }
6726 6726 tr.visible-md {
6727 6727 display: table-row !important;
6728 6728 }
6729 6729 th.visible-md,
6730 6730 td.visible-md {
6731 6731 display: table-cell !important;
6732 6732 }
6733 6733 }
6734 6734 @media (min-width: 992px) and (max-width: 1199px) {
6735 6735 .visible-md-block {
6736 6736 display: block !important;
6737 6737 }
6738 6738 }
6739 6739 @media (min-width: 992px) and (max-width: 1199px) {
6740 6740 .visible-md-inline {
6741 6741 display: inline !important;
6742 6742 }
6743 6743 }
6744 6744 @media (min-width: 992px) and (max-width: 1199px) {
6745 6745 .visible-md-inline-block {
6746 6746 display: inline-block !important;
6747 6747 }
6748 6748 }
6749 6749 @media (min-width: 1200px) {
6750 6750 .visible-lg {
6751 6751 display: block !important;
6752 6752 }
6753 6753 table.visible-lg {
6754 6754 display: table !important;
6755 6755 }
6756 6756 tr.visible-lg {
6757 6757 display: table-row !important;
6758 6758 }
6759 6759 th.visible-lg,
6760 6760 td.visible-lg {
6761 6761 display: table-cell !important;
6762 6762 }
6763 6763 }
6764 6764 @media (min-width: 1200px) {
6765 6765 .visible-lg-block {
6766 6766 display: block !important;
6767 6767 }
6768 6768 }
6769 6769 @media (min-width: 1200px) {
6770 6770 .visible-lg-inline {
6771 6771 display: inline !important;
6772 6772 }
6773 6773 }
6774 6774 @media (min-width: 1200px) {
6775 6775 .visible-lg-inline-block {
6776 6776 display: inline-block !important;
6777 6777 }
6778 6778 }
6779 6779 @media (max-width: 767px) {
6780 6780 .hidden-xs {
6781 6781 display: none !important;
6782 6782 }
6783 6783 }
6784 6784 @media (min-width: 768px) and (max-width: 991px) {
6785 6785 .hidden-sm {
6786 6786 display: none !important;
6787 6787 }
6788 6788 }
6789 6789 @media (min-width: 992px) and (max-width: 1199px) {
6790 6790 .hidden-md {
6791 6791 display: none !important;
6792 6792 }
6793 6793 }
6794 6794 @media (min-width: 1200px) {
6795 6795 .hidden-lg {
6796 6796 display: none !important;
6797 6797 }
6798 6798 }
6799 6799 .visible-print {
6800 6800 display: none !important;
6801 6801 }
6802 6802 @media print {
6803 6803 .visible-print {
6804 6804 display: block !important;
6805 6805 }
6806 6806 table.visible-print {
6807 6807 display: table !important;
6808 6808 }
6809 6809 tr.visible-print {
6810 6810 display: table-row !important;
6811 6811 }
6812 6812 th.visible-print,
6813 6813 td.visible-print {
6814 6814 display: table-cell !important;
6815 6815 }
6816 6816 }
6817 6817 .visible-print-block {
6818 6818 display: none !important;
6819 6819 }
6820 6820 @media print {
6821 6821 .visible-print-block {
6822 6822 display: block !important;
6823 6823 }
6824 6824 }
6825 6825 .visible-print-inline {
6826 6826 display: none !important;
6827 6827 }
6828 6828 @media print {
6829 6829 .visible-print-inline {
6830 6830 display: inline !important;
6831 6831 }
6832 6832 }
6833 6833 .visible-print-inline-block {
6834 6834 display: none !important;
6835 6835 }
6836 6836 @media print {
6837 6837 .visible-print-inline-block {
6838 6838 display: inline-block !important;
6839 6839 }
6840 6840 }
6841 6841 @media print {
6842 6842 .hidden-print {
6843 6843 display: none !important;
6844 6844 }
6845 6845 }
6846 6846 /*!
6847 6847 * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
6848 6848 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
6849 6849 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
6850 6850 /*-- Chart --*/
6851 6851 .c3 svg {
6852 6852 font: 10px sans-serif; }
6853 6853
6854 6854 .c3 path, .c3 line {
6855 6855 fill: none;
6856 6856 stroke: #000; }
6857 6857
6858 6858 .c3 text {
6859 6859 -webkit-user-select: none;
6860 6860 -moz-user-select: none;
6861 6861 user-select: none; }
6862 6862
6863 6863 .c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
6864 6864 shape-rendering: crispEdges; }
6865 6865
6866 6866 .c3-chart-arc path {
6867 6867 stroke: #fff; }
6868 6868
6869 6869 .c3-chart-arc text {
6870 6870 fill: #fff;
6871 6871 font-size: 13px; }
6872 6872
6873 6873 /*-- Axis --*/
6874 6874 /*-- Grid --*/
6875 6875 .c3-grid line {
6876 6876 stroke: #aaa; }
6877 6877
6878 6878 .c3-grid text {
6879 6879 fill: #aaa; }
6880 6880
6881 6881 .c3-xgrid, .c3-ygrid {
6882 6882 stroke-dasharray: 3 3; }
6883 6883
6884 6884 /*-- Text on Chart --*/
6885 6885 .c3-text.c3-empty {
6886 6886 fill: #808080;
6887 6887 font-size: 2em; }
6888 6888
6889 6889 /*-- Line --*/
6890 6890 .c3-line {
6891 6891 stroke-width: 1px; }
6892 6892
6893 6893 /*-- Point --*/
6894 6894 .c3-circle._expanded_ {
6895 6895 stroke-width: 1px;
6896 6896 stroke: white; }
6897 6897
6898 6898 .c3-selected-circle {
6899 6899 fill: white;
6900 6900 stroke-width: 2px; }
6901 6901
6902 6902 /*-- Bar --*/
6903 6903 .c3-bar {
6904 6904 stroke-width: 0; }
6905 6905
6906 6906 .c3-bar._expanded_ {
6907 6907 fill-opacity: 0.75; }
6908 6908
6909 6909 /*-- Focus --*/
6910 6910 .c3-target.c3-focused {
6911 6911 opacity: 1; }
6912 6912
6913 6913 .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
6914 6914 stroke-width: 2px; }
6915 6915
6916 6916 .c3-target.c3-defocused {
6917 6917 opacity: 0.3 !important; }
6918 6918
6919 6919 /*-- Region --*/
6920 6920 .c3-region {
6921 6921 fill: steelblue;
6922 6922 fill-opacity: 0.1; }
6923 6923
6924 6924 /*-- Brush --*/
6925 6925 .c3-brush .extent {
6926 6926 fill-opacity: 0.1; }
6927 6927
6928 6928 /*-- Select - Drag --*/
6929 6929 /*-- Legend --*/
6930 6930 .c3-legend-item {
6931 6931 font-size: 12px; }
6932 6932
6933 6933 .c3-legend-item-hidden {
6934 6934 opacity: 0.15; }
6935 6935
6936 6936 .c3-legend-background {
6937 6937 opacity: 0.75;
6938 6938 fill: white;
6939 6939 stroke: lightgray;
6940 6940 stroke-width: 1; }
6941 6941
6942 6942 /*-- Tooltip --*/
6943 6943 .c3-tooltip-container {
6944 6944 z-index: 10; }
6945 6945
6946 6946 .c3-tooltip {
6947 6947 border-collapse: collapse;
6948 6948 border-spacing: 0;
6949 6949 background-color: #fff;
6950 6950 empty-cells: show;
6951 6951 -webkit-box-shadow: 7px 7px 12px -9px #777777;
6952 6952 -moz-box-shadow: 7px 7px 12px -9px #777777;
6953 6953 box-shadow: 7px 7px 12px -9px #777777;
6954 6954 opacity: 0.9; }
6955 6955
6956 6956 .c3-tooltip tr {
6957 6957 border: 1px solid #CCC; }
6958 6958
6959 6959 .c3-tooltip th {
6960 6960 background-color: #aaa;
6961 6961 font-size: 14px;
6962 6962 padding: 2px 5px;
6963 6963 text-align: left;
6964 6964 color: #FFF; }
6965 6965
6966 6966 .c3-tooltip td {
6967 6967 font-size: 13px;
6968 6968 padding: 3px 6px;
6969 6969 background-color: #fff;
6970 6970 border-left: 1px dotted #999; }
6971 6971
6972 6972 .c3-tooltip td > span {
6973 6973 display: inline-block;
6974 6974 width: 10px;
6975 6975 height: 10px;
6976 6976 margin-right: 6px; }
6977 6977
6978 6978 .c3-tooltip td.value {
6979 6979 text-align: right; }
6980 6980
6981 6981 /*-- Area --*/
6982 6982 .c3-area {
6983 6983 stroke-width: 0;
6984 6984 opacity: 0.2; }
6985 6985
6986 6986 /*-- Arc --*/
6987 6987 .c3-chart-arcs-title {
6988 6988 dominant-baseline: middle;
6989 6989 font-size: 1.3em; }
6990 6990
6991 6991 .c3-chart-arcs .c3-chart-arcs-background {
6992 6992 fill: #e0e0e0;
6993 6993 stroke: none; }
6994 6994
6995 6995 .c3-chart-arcs .c3-chart-arcs-gauge-unit {
6996 6996 fill: #000;
6997 6997 font-size: 16px; }
6998 6998
6999 6999 .c3-chart-arcs .c3-chart-arcs-gauge-max {
7000 7000 fill: #777; }
7001 7001
7002 7002 .c3-chart-arcs .c3-chart-arcs-gauge-min {
7003 7003 fill: #777; }
7004 7004
7005 7005 .c3-chart-arc .c3-gauge-value {
7006 7006 fill: #000;
7007 7007 /* font-size: 28px !important;*/ }
7008 7008
7009 7009 .color-secondary {
7010 7010 color: #848484;
7011 7011 }
7012 7012 .color-header {
7013 7013 color: #615c63;
7014 7014 }
7015 7015 /**** UTILS ******/
7016 7016 /************************** OUR CODE ****************************************/
7017 7017 body {
7018 7018 background-color: #f5f5f5;
7019 7019 height: 100%;
7020 7020 margin: 0px;
7021 7021 padding: 0px;
7022 7022 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7023 7023 }
7024 7024 html {
7025 7025 height: 100%;
7026 7026 }
7027 7027 #holder {
7028 7028 min-height: 100%;
7029 7029 position: relative;
7030 7030 padding-top: 65px;
7031 7031 margin: 0px auto;
7032 7032 }
7033 7033 #holder #outer-content {
7034 7034 padding-bottom: 270px;
7035 7035 }
7036 7036 @media (max-width: 767px) {
7037 7037 #outer-content {
7038 7038 padding-bottom: 700px !important;
7039 7039 }
7040 7040 }
7041 7041 .footer {
7042 7042 position: absolute;
7043 7043 bottom: 0;
7044 7044 width: 100%;
7045 7045 /* Set the fixed height of the footer here */
7046 7046 min-height: 250px;
7047 7047 padding: 35px 15px 15px 15px;
7048 7048 background-image: url("/static/appenlight/images/footer_bg.png");
7049 7049 color: #ffffff;
7050 7050 }
7051 7051 .footer ul {
7052 7052 padding: 0px;
7053 7053 }
7054 7054 .footer ul li {
7055 7055 list-style: none;
7056 7056 }
7057 7057 .footer a {
7058 7058 color: #ffffff !important;
7059 7059 }
7060 7060 .footer a:link,
7061 7061 .footer a:visited {
7062 7062 color: #ffffff !important;
7063 7063 }
7064 7064 .footer hr {
7065 7065 background-color: #382f2d;
7066 7066 margin: 10px 0px;
7067 7067 border-bottom: 1px solid #4a454d;
7068 7068 }
7069 7069 .full-width {
7070 7070 width: 100%;
7071 7071 }
7072 7072 #container-footer-push {
7073 7073 height: 75px;
7074 7074 }
7075 7075 #container-wrapper {
7076 7076 min-height: 100%;
7077 7077 height: auto !important;
7078 7078 height: 100%;
7079 7079 margin: 0px auto -65px;
7080 7080 }
7081 7081 h1.page-title {
7082 7082 border-bottom: 2px solid #ff6f00;
7083 7083 }
7084 7084 a:not(.btn):link,
7085 7085 a:not(.btn):visited,
7086 7086 a:not(.btn) {
7087 7087 color: #17607d;
7088 7088 text-decoration: none;
7089 7089 cursor: pointer;
7090 7090 }
7091 7091 a:not(.btn):link:hover,
7092 7092 a:not(.btn):visited:hover,
7093 7093 a:not(.btn):hover {
7094 7094 color: #002a4a;
7095 7095 cursor: pointer;
7096 7096 }
7097 7097 .user-unlogged #holder {
7098 7098 padding-top: 125px;
7099 7099 }
7100 7100 .user-unlogged .navbar-fixed-top {
7101 7101 position: absolute;
7102 7102 min-height: 125px;
7103 7103 background-image: url("/static/appenlight/images/nav_bg.jpg");
7104 7104 background-repeat: no-repeat;
7105 7105 background-position: center;
7106 7106 border: 0px;
7107 7107 background-color: transparent;
7108 7108 }
7109 7109 .user-unlogged .navbar-fixed-top .pattern {
7110 7110 background-image: url(/static/appenlight/images/dots2_bg.png);
7111 7111 max-width: 1600px;
7112 7112 margin: 0px auto;
7113 7113 min-height: 125px;
7114 7114 }
7115 7115 .user-unlogged .navbar-fixed-top .btn-orange {
7116 7116 margin-top: 35px;
7117 7117 }
7118 7118 .user-unlogged .navbar-fixed-top .navbar-nav {
7119 7119 margin-left: 0px !important;
7120 7120 margin-right: 0px !important;
7121 7121 }
7122 7122 .user-unlogged .nav > li > a {
7123 7123 margin-top: 35px;
7124 7124 color: #ffffff;
7125 7125 }
7126 7126 .user-unlogged .nav > li > a:link,
7127 7127 .user-unlogged .nav > li > a:visited {
7128 7128 color: #ffffff;
7129 7129 }
7130 7130 #top-navbar .navbar-brand {
7131 7131 padding: 9px 0px 0px 20px;
7132 7132 }
7133 7133 #top-navbar .navbar-nav > li {
7134 7134 float: left;
7135 7135 }
7136 7136 /* forms */
7137 7137 .form-error {
7138 7138 border-radius: 3px 3px 3px 3px;
7139 7139 margin-bottom: 5px !important;
7140 7140 padding: 5px 10px;
7141 7141 }
7142 7142 .SelectField,
7143 7143 .SubmitField,
7144 7144 .BooleanField,
7145 7145 input[type=checkbox],
7146 7146 input[type=submit],
7147 7147 input[type=select],
7148 7148 button {
7149 7149 width: auto;
7150 7150 }
7151 7151 /* flash */
7152 7152 .flashMessages {
7153 7153 padding: 0px;
7154 7154 margin: 0px;
7155 7155 }
7156 7156 .alert-notice {
7157 7157 color: #468847;
7158 7158 background-color: #dff0d8;
7159 7159 border-color: #d6e9c6;
7160 7160 }
7161 7161 .alert-warning {
7162 7162 color: #c09853;
7163 7163 background-color: #fcf8e3;
7164 7164 border-color: #fbeed5;
7165 7165 }
7166 7166 .alert-error {
7167 7167 color: #b94a48;
7168 7168 background-color: #f2dede;
7169 7169 border-color: #eed3d7;
7170 7170 }
7171 7171 /* icons */
7172 7172 .icon {
7173 7173 background-repeat: no-repeat;
7174 7174 width: 16px;
7175 7175 height: 16px;
7176 7176 display: -moz-inline-box;
7177 7177 display: inline-block;
7178 7178 vertical-align: middle;
7179 7179 margin: 0px 5px 0px 5px;
7180 7180 background-position: center center;
7181 7181 }
7182 7182 .icon.big {
7183 7183 background-repeat: no-repeat;
7184 7184 width: 32px;
7185 7185 height: 32px;
7186 7186 display: -moz-inline-box;
7187 7187 display: inline-block;
7188 7188 vertical-align: middle;
7189 7189 margin: 0px 5px 0px 5px;
7190 7190 }
7191 7191 /******************* tables ****************/
7192 7192 .table-striped > tbody > tr:nth-of-type(even) {
7193 7193 background-color: #fbfbfb;
7194 7194 }
7195 7195 .table {
7196 7196 table-layout: fixed;
7197 7197 }
7198 7198 .table caption {
7199 7199 color: #4c4c4c;
7200 7200 font-weight: bold;
7201 7201 text-align: center;
7202 7202 background-color: #f6f6f6;
7203 7203 }
7204 7204 .table thead {
7205 7205 background-color: #f6f6f6;
7206 7206 }
7207 7207 .table caption a:link,
7208 7208 .table table.stylized caption a:visited {
7209 7209 color: #ffffff;
7210 7210 text-decoration: none;
7211 7211 font-weight: bold;
7212 7212 }
7213 7213 .table caption a:link,
7214 7214 .table table.stylized caption a:hover {
7215 7215 color: #ffcc00;
7216 7216 text-decoration: none;
7217 7217 font-weight: bold;
7218 7218 }
7219 7219 .table thead > tr > th {
7220 7220 border-bottom: 1px solid #d7d7d7 !important;
7221 7221 font-size: 86%;
7222 7222 }
7223 7223 .table tbody > tr > td {
7224 7224 border-top: 0px;
7225 7225 vertical-align: middle;
7226 7226 }
7227 7227 .table .no {
7228 7228 width: 30px;
7229 7229 }
7230 7230 .table td.ordering.dsc,
7231 7231 .table td.ordering.asc {
7232 7232 padding-right: 20px;
7233 7233 -webkit-transition: all 250ms;
7234 7234 -moz-transition: all 250ms;
7235 7235 -o-transition: all 250ms;
7236 7236 transition: all 250ms;
7237 7237 /* position: relative; */
7238 7238 }
7239 7239 .table td.ordering .marker {
7240 7240 display: block;
7241 7241 float: right;
7242 7242 height: 10px;
7243 7243 margin: -13px -15px 0px 0;
7244 7244 width: 10px;
7245 7245 background-repeat: no-repeat;
7246 7246 }
7247 7247 .table td.ordering.asc .marker {
7248 7248 background-image: url("/static/appenlight/images/dark_asc.png");
7249 7249 }
7250 7250 .table td.ordering.dsc .marker {
7251 7251 background-image: url("/static/appenlight/images/dark_dsc.png");
7252 7252 }
7253 7253 .table td.ordering a:link,
7254 7254 .table td.ordering a:visited {
7255 7255 color: #212121 !important;
7256 7256 font-weight: bold;
7257 7257 text-decoration: underline;
7258 7258 }
7259 7259 .btn.orange-special {
7260 7260 border-radius: 5px;
7261 7261 -o-border-radius: 5px;
7262 7262 -ms-border-radius: 5px;
7263 7263 -moz-border-radius: 5px;
7264 7264 -webkit-border-radius: 5px;
7265 7265 background-color: #ff8400;
7266 7266 font-size: 100%;
7267 7267 padding: 10px !important;
7268 7268 box-shadow: 0 0 5px rgba(77, 77, 77, 0.25);
7269 7269 -o-box-shadow: 0 0 5px rgba(77, 77, 77, 0.25);
7270 7270 -ms-box-shadow: 0 0 5px rgba(77, 77, 77, 0.25);
7271 7271 -moz-box-shadow: 0 0 5px rgba(77, 77, 77, 0.25);
7272 7272 -webkit-box-shadow: 0 0 5px rgba(77, 77, 77, 0.25);
7273 7273 color: #ffffff !important;
7274 7274 text-shadow: 0 1px 1px #5F1C00;
7275 7275 border: 1px solid #ec560f;
7276 7276 background: #ff7b0d;
7277 7277 /* Old browsers */
7278 7278 text-transform: uppercase;
7279 7279 display: inline-block;
7280 7280 -webkit-transition: all 250ms;
7281 7281 -moz-transition: all 250ms;
7282 7282 -o-transition: all 250ms;
7283 7283 transition: all 250ms;
7284 7284 }
7285 7285 .btn.orange-special:hover {
7286 7286 box-shadow: 0 0 15px rgba(255, 114, 42, 0.75);
7287 7287 -o-box-shadow: 0 0 15px rgba(255, 114, 42, 0.75);
7288 7288 -ms-box-shadow: 0 0 15px rgba(255, 114, 42, 0.75);
7289 7289 -moz-box-shadow: 0 0 15px rgba(255, 114, 42, 0.75);
7290 7290 -webkit-box-shadow: 0 0 15px rgba(255, 114, 42, 0.75);
7291 7291 border: 1px solid #d1722a;
7292 7292 }
7293 7293 .sign-in-form {
7294 7294 position: relative;
7295 7295 margin: 0px;
7296 7296 }
7297 7297 .sign-in-form fieldset {
7298 7298 border: 0px !important;
7299 7299 display: inline-block;
7300 7300 }
7301 7301 .sign-in-form .action_links {
7302 7302 position: absolute;
7303 7303 top: 4px;
7304 7304 right: 10px;
7305 7305 }
7306 7306 .sign-in-form .action_links li {
7307 7307 list-style: none;
7308 7308 }
7309 7309 .sign-in-form legend {
7310 7310 display: none;
7311 7311 }
7312 7312 .sign-in-form .form-fields {
7313 7313 padding: 0px;
7314 7314 margin: 0px;
7315 7315 }
7316 7316 .sign-in-form .form-fields li {
7317 7317 display: inline-block;
7318 7318 }
7319 7319 .sign-in-form .form-fields li#row-sign_in_user_name,
7320 7320 .sign-in-form .form-fields li#sign_in_user_password {
7321 7321 width: 100px;
7322 7322 margin: 0px 15px 0px 0px;
7323 7323 }
7324 7324 .sign-in-form .form-fields li #sign_in_user_name {
7325 7325 width: 90px;
7326 7326 }
7327 7327 .sign-in-form .form-fields li #sign_in_user_password {
7328 7328 width: 90px;
7329 7329 }
7330 7330 .word-wrap {
7331 7331 white-space: pre-wrap;
7332 7332 /* css-3 */
7333 7333 white-space: -moz-pre-wrap;
7334 7334 /* Mozilla, since 1999 */
7335 7335 white-space: -pre-wrap;
7336 7336 /* Opera 4-6 */
7337 7337 white-space: -o-pre-wrap;
7338 7338 /* Opera 7 */
7339 7339 word-wrap: break-word;
7340 7340 /* Internet Explorer 5.5+ */
7341 7341 }
7342 7342 .word-wrap.break-all {
7343 7343 word-break: break-all;
7344 7344 }
7345 7345 pre,
7346 7346 code {
7347 7347 background-color: #ffffff;
7348 7348 color: #4c4c4c;
7349 7349 font-family: monospace;
7350 7350 }
7351 7351 /* common in section */
7352 7352 .errors-small-list {
7353 7353 width: 100%;
7354 7354 table-layout: fixed;
7355 7355 }
7356 7356 .errors-small-list td {
7357 7357 padding: 0px 5px 10px 5px;
7358 7358 }
7359 7359 .errors-small-list td.occurences {
7360 7360 width: 40px;
7361 7361 }
7362 7362 .errors-small-list .duration {
7363 7363 font-size: 80%;
7364 7364 background-color: #e6e6e6;
7365 7365 padding: 2px 5px;
7366 7366 display: inline-block;
7367 7367 color: #000000;
7368 7368 border-radius: 2px;
7369 7369 -o-border-radius: 2px;
7370 7370 -ms-border-radius: 2px;
7371 7371 -moz-border-radius: 2px;
7372 7372 -webkit-border-radius: 2px;
7373 7373 margin: 0px 5px 0px 2px;
7374 7374 }
7375 7375 .errors-small-list span.occurences {
7376 7376 font-size: 86%;
7377 7377 font-weight: bold;
7378 7378 background-color: #ff8400;
7379 7379 border-radius: 3px;
7380 7380 color: #ffffff;
7381 7381 display: inline-block;
7382 7382 min-height: 33px;
7383 7383 min-width: 33px;
7384 7384 padding: 8px 0 0;
7385 7385 text-align: center;
7386 7386 }
7387 7387 .errors-small-list a.error-type {
7388 7388 font-weight: bold;
7389 7389 font-size: 86%;
7390 7390 }
7391 7391 .errors-small-list .url {
7392 7392 color: #777777;
7393 7393 font-size: 80%;
7394 7394 }
7395 7395 .errors-small-list td.info {
7396 7396 width: 150px;
7397 7397 font-size: 70%;
7398 7398 }
7399 7399 .errors-small-list td .report {
7400 7400 line-height: 100%;
7401 7401 }
7402 7402 /****** paginator ********/
7403 7403 .paginator {
7404 7404 margin: 5px 0px 5px 0px;
7405 7405 padding: 5px 0px 5px 0px;
7406 7406 font-size: 80%;
7407 7407 text-align: right;
7408 7408 }
7409 7409 .paginator a,
7410 7410 .paginator span {
7411 7411 margin: 0px 6px 0px 2px;
7412 7412 padding: 3px 7px;
7413 7413 text-decoration: none;
7414 7414 border-radius: 15px;
7415 7415 -o-border-radius: 15px;
7416 7416 -ms-border-radius: 15px;
7417 7417 -moz-border-radius: 15px;
7418 7418 -webkit-border-radius: 15px;
7419 7419 border: 1px solid #dcdcdc;
7420 7420 box-shadow: 0px 0px 5px transparent;
7421 7421 -o-box-shadow: 0px 0px 5px transparent;
7422 7422 -ms-box-shadow: 0px 0px 5px transparent;
7423 7423 -moz-box-shadow: 0px 0px 5px transparent;
7424 7424 -webkit-box-shadow: 0px 0px 5px transparent;
7425 7425 background-color: #ffffff;
7426 7426 -webkit-transition: all 250ms;
7427 7427 -moz-transition: all 250ms;
7428 7428 -o-transition: all 250ms;
7429 7429 transition: all 250ms;
7430 7430 }
7431 7431 .paginator a.pager_curpage,
7432 7432 .paginator span.pager_curpage {
7433 7433 font-weight: bold;
7434 7434 background-color: #FF6F00;
7435 7435 color: #ffffff;
7436 7436 border: 3px solid #ff4e00;
7437 7437 }
7438 7438 .paginator a.pager_link:link,
7439 7439 .paginator span.pager_link:link,
7440 7440 .paginator a.pager_link:visited,
7441 7441 .paginator span.pager_link:visited,
7442 7442 .paginator a .prev,
7443 7443 .paginator span .prev,
7444 7444 .paginator a .next,
7445 7445 .paginator span .next {
7446 7446 background-color: #ffffff;
7447 7447 color: #000000;
7448 7448 }
7449 7449 .paginator a.pager_link:hover,
7450 7450 .paginator span.pager_link:hover,
7451 7451 .paginator a:hover,
7452 7452 .paginator span:hover {
7453 7453 background-color: #FF6F00;
7454 7454 color: #ffffff;
7455 7455 border: 1px solid #FF6F00;
7456 7456 }
7457 7457 .paginator a.pager_dotdot,
7458 7458 .paginator span.pager_dotdot {
7459 7459 background-color: transparent;
7460 7460 border: 0px;
7461 7461 box-shadow: 0px 0px 5px transparent;
7462 7462 -o-box-shadow: 0px 0px 5px transparent;
7463 7463 -ms-box-shadow: 0px 0px 5px transparent;
7464 7464 -moz-box-shadow: 0px 0px 5px transparent;
7465 7465 -webkit-box-shadow: 0px 0px 5px transparent;
7466 7466 color: #000000;
7467 7467 }
7468 7468 .notFoundPage #content .heading-text {
7469 7469 font-size: 250%;
7470 7470 }
7471 7471 .errorPage #content .heading-text {
7472 7472 font-size: 250%;
7473 7473 }
7474 7474 .forbiddenPage #content .heading-text {
7475 7475 font-size: 250%;
7476 7476 }
7477 7477 .ajax_loader_3 {
7478 7478 width: 66px;
7479 7479 height: 66px;
7480 7480 background-image: url('../images/ajax_loader_3.gif');
7481 7481 }
7482 7482 .clear {
7483 7483 clear: both;
7484 7484 }
7485 7485 /***** content positioning *****/
7486 7486 .position-absolute {
7487 7487 position: absolute;
7488 7488 }
7489 7489 .position-relative {
7490 7490 position: relative;
7491 7491 }
7492 7492 .increse-zindex {
7493 7493 z-index: 500;
7494 7494 }
7495 7495 .m-x-auto {
7496 7496 margin-right: auto !important;
7497 7497 margin-left: auto !important;
7498 7498 }
7499 7499 .m-a-10 {
7500 7500 margin: 150px !important;
7501 7501 }
7502 7502 .m-t-10 {
7503 7503 margin-top: 150px !important;
7504 7504 }
7505 7505 .m-l-10 {
7506 7506 margin-left: 150px !important;
7507 7507 }
7508 7508 .m-r-10 {
7509 7509 margin-right: 150px !important;
7510 7510 }
7511 7511 .m-b-10 {
7512 7512 margin-bottom: 150px !important;
7513 7513 }
7514 7514 .p-a-10 {
7515 7515 padding: 150px !important;
7516 7516 }
7517 7517 .p-t-10 {
7518 7518 padding-top: 150px !important;
7519 7519 }
7520 7520 .p-l-10 {
7521 7521 padding-left: 150px !important;
7522 7522 }
7523 7523 .p-r-10 {
7524 7524 padding-right: 150px !important;
7525 7525 }
7526 7526 .p-b-10 {
7527 7527 padding-bottom: 150px !important;
7528 7528 }
7529 7529 .m-a-9 {
7530 7530 margin: 135px !important;
7531 7531 }
7532 7532 .m-t-9 {
7533 7533 margin-top: 135px !important;
7534 7534 }
7535 7535 .m-l-9 {
7536 7536 margin-left: 135px !important;
7537 7537 }
7538 7538 .m-r-9 {
7539 7539 margin-right: 135px !important;
7540 7540 }
7541 7541 .m-b-9 {
7542 7542 margin-bottom: 135px !important;
7543 7543 }
7544 7544 .p-a-9 {
7545 7545 padding: 135px !important;
7546 7546 }
7547 7547 .p-t-9 {
7548 7548 padding-top: 135px !important;
7549 7549 }
7550 7550 .p-l-9 {
7551 7551 padding-left: 135px !important;
7552 7552 }
7553 7553 .p-r-9 {
7554 7554 padding-right: 135px !important;
7555 7555 }
7556 7556 .p-b-9 {
7557 7557 padding-bottom: 135px !important;
7558 7558 }
7559 7559 .m-a-8 {
7560 7560 margin: 120px !important;
7561 7561 }
7562 7562 .m-t-8 {
7563 7563 margin-top: 120px !important;
7564 7564 }
7565 7565 .m-l-8 {
7566 7566 margin-left: 120px !important;
7567 7567 }
7568 7568 .m-r-8 {
7569 7569 margin-right: 120px !important;
7570 7570 }
7571 7571 .m-b-8 {
7572 7572 margin-bottom: 120px !important;
7573 7573 }
7574 7574 .p-a-8 {
7575 7575 padding: 120px !important;
7576 7576 }
7577 7577 .p-t-8 {
7578 7578 padding-top: 120px !important;
7579 7579 }
7580 7580 .p-l-8 {
7581 7581 padding-left: 120px !important;
7582 7582 }
7583 7583 .p-r-8 {
7584 7584 padding-right: 120px !important;
7585 7585 }
7586 7586 .p-b-8 {
7587 7587 padding-bottom: 120px !important;
7588 7588 }
7589 7589 .m-a-7 {
7590 7590 margin: 105px !important;
7591 7591 }
7592 7592 .m-t-7 {
7593 7593 margin-top: 105px !important;
7594 7594 }
7595 7595 .m-l-7 {
7596 7596 margin-left: 105px !important;
7597 7597 }
7598 7598 .m-r-7 {
7599 7599 margin-right: 105px !important;
7600 7600 }
7601 7601 .m-b-7 {
7602 7602 margin-bottom: 105px !important;
7603 7603 }
7604 7604 .p-a-7 {
7605 7605 padding: 105px !important;
7606 7606 }
7607 7607 .p-t-7 {
7608 7608 padding-top: 105px !important;
7609 7609 }
7610 7610 .p-l-7 {
7611 7611 padding-left: 105px !important;
7612 7612 }
7613 7613 .p-r-7 {
7614 7614 padding-right: 105px !important;
7615 7615 }
7616 7616 .p-b-7 {
7617 7617 padding-bottom: 105px !important;
7618 7618 }
7619 7619 .m-a-6 {
7620 7620 margin: 90px !important;
7621 7621 }
7622 7622 .m-t-6 {
7623 7623 margin-top: 90px !important;
7624 7624 }
7625 7625 .m-l-6 {
7626 7626 margin-left: 90px !important;
7627 7627 }
7628 7628 .m-r-6 {
7629 7629 margin-right: 90px !important;
7630 7630 }
7631 7631 .m-b-6 {
7632 7632 margin-bottom: 90px !important;
7633 7633 }
7634 7634 .p-a-6 {
7635 7635 padding: 90px !important;
7636 7636 }
7637 7637 .p-t-6 {
7638 7638 padding-top: 90px !important;
7639 7639 }
7640 7640 .p-l-6 {
7641 7641 padding-left: 90px !important;
7642 7642 }
7643 7643 .p-r-6 {
7644 7644 padding-right: 90px !important;
7645 7645 }
7646 7646 .p-b-6 {
7647 7647 padding-bottom: 90px !important;
7648 7648 }
7649 7649 .m-a-5 {
7650 7650 margin: 75px !important;
7651 7651 }
7652 7652 .m-t-5 {
7653 7653 margin-top: 75px !important;
7654 7654 }
7655 7655 .m-l-5 {
7656 7656 margin-left: 75px !important;
7657 7657 }
7658 7658 .m-r-5 {
7659 7659 margin-right: 75px !important;
7660 7660 }
7661 7661 .m-b-5 {
7662 7662 margin-bottom: 75px !important;
7663 7663 }
7664 7664 .p-a-5 {
7665 7665 padding: 75px !important;
7666 7666 }
7667 7667 .p-t-5 {
7668 7668 padding-top: 75px !important;
7669 7669 }
7670 7670 .p-l-5 {
7671 7671 padding-left: 75px !important;
7672 7672 }
7673 7673 .p-r-5 {
7674 7674 padding-right: 75px !important;
7675 7675 }
7676 7676 .p-b-5 {
7677 7677 padding-bottom: 75px !important;
7678 7678 }
7679 7679 .m-a-4 {
7680 7680 margin: 60px !important;
7681 7681 }
7682 7682 .m-t-4 {
7683 7683 margin-top: 60px !important;
7684 7684 }
7685 7685 .m-l-4 {
7686 7686 margin-left: 60px !important;
7687 7687 }
7688 7688 .m-r-4 {
7689 7689 margin-right: 60px !important;
7690 7690 }
7691 7691 .m-b-4 {
7692 7692 margin-bottom: 60px !important;
7693 7693 }
7694 7694 .p-a-4 {
7695 7695 padding: 60px !important;
7696 7696 }
7697 7697 .p-t-4 {
7698 7698 padding-top: 60px !important;
7699 7699 }
7700 7700 .p-l-4 {
7701 7701 padding-left: 60px !important;
7702 7702 }
7703 7703 .p-r-4 {
7704 7704 padding-right: 60px !important;
7705 7705 }
7706 7706 .p-b-4 {
7707 7707 padding-bottom: 60px !important;
7708 7708 }
7709 7709 .m-a-3 {
7710 7710 margin: 45px !important;
7711 7711 }
7712 7712 .m-t-3 {
7713 7713 margin-top: 45px !important;
7714 7714 }
7715 7715 .m-l-3 {
7716 7716 margin-left: 45px !important;
7717 7717 }
7718 7718 .m-r-3 {
7719 7719 margin-right: 45px !important;
7720 7720 }
7721 7721 .m-b-3 {
7722 7722 margin-bottom: 45px !important;
7723 7723 }
7724 7724 .p-a-3 {
7725 7725 padding: 45px !important;
7726 7726 }
7727 7727 .p-t-3 {
7728 7728 padding-top: 45px !important;
7729 7729 }
7730 7730 .p-l-3 {
7731 7731 padding-left: 45px !important;
7732 7732 }
7733 7733 .p-r-3 {
7734 7734 padding-right: 45px !important;
7735 7735 }
7736 7736 .p-b-3 {
7737 7737 padding-bottom: 45px !important;
7738 7738 }
7739 7739 .m-a-2 {
7740 7740 margin: 30px !important;
7741 7741 }
7742 7742 .m-t-2 {
7743 7743 margin-top: 30px !important;
7744 7744 }
7745 7745 .m-l-2 {
7746 7746 margin-left: 30px !important;
7747 7747 }
7748 7748 .m-r-2 {
7749 7749 margin-right: 30px !important;
7750 7750 }
7751 7751 .m-b-2 {
7752 7752 margin-bottom: 30px !important;
7753 7753 }
7754 7754 .p-a-2 {
7755 7755 padding: 30px !important;
7756 7756 }
7757 7757 .p-t-2 {
7758 7758 padding-top: 30px !important;
7759 7759 }
7760 7760 .p-l-2 {
7761 7761 padding-left: 30px !important;
7762 7762 }
7763 7763 .p-r-2 {
7764 7764 padding-right: 30px !important;
7765 7765 }
7766 7766 .p-b-2 {
7767 7767 padding-bottom: 30px !important;
7768 7768 }
7769 7769 .m-a-1 {
7770 7770 margin: 15px !important;
7771 7771 }
7772 7772 .m-t-1 {
7773 7773 margin-top: 15px !important;
7774 7774 }
7775 7775 .m-l-1 {
7776 7776 margin-left: 15px !important;
7777 7777 }
7778 7778 .m-r-1 {
7779 7779 margin-right: 15px !important;
7780 7780 }
7781 7781 .m-b-1 {
7782 7782 margin-bottom: 15px !important;
7783 7783 }
7784 7784 .p-a-1 {
7785 7785 padding: 15px !important;
7786 7786 }
7787 7787 .p-t-1 {
7788 7788 padding-top: 15px !important;
7789 7789 }
7790 7790 .p-l-1 {
7791 7791 padding-left: 15px !important;
7792 7792 }
7793 7793 .p-r-1 {
7794 7794 padding-right: 15px !important;
7795 7795 }
7796 7796 .p-b-1 {
7797 7797 padding-bottom: 15px !important;
7798 7798 }
7799 7799 .m-a-0 {
7800 7800 margin: 0px !important;
7801 7801 }
7802 7802 .m-t-0 {
7803 7803 margin-top: 0px !important;
7804 7804 }
7805 7805 .m-l-0 {
7806 7806 margin-left: 0px !important;
7807 7807 }
7808 7808 .m-r-0 {
7809 7809 margin-right: 0px !important;
7810 7810 }
7811 7811 .m-b-0 {
7812 7812 margin-bottom: 0px !important;
7813 7813 }
7814 7814 .p-a-0 {
7815 7815 padding: 0px !important;
7816 7816 }
7817 7817 .p-t-0 {
7818 7818 padding-top: 0px !important;
7819 7819 }
7820 7820 .p-l-0 {
7821 7821 padding-left: 0px !important;
7822 7822 }
7823 7823 .p-r-0 {
7824 7824 padding-right: 0px !important;
7825 7825 }
7826 7826 .p-b-0 {
7827 7827 padding-bottom: 0px !important;
7828 7828 }
7829 7829 hr {
7830 7830 background-color: #dcdcdc;
7831 7831 border: 0px;
7832 7832 height: 1px;
7833 7833 }
7834 7834 h1,
7835 7835 h2,
7836 7836 h3,
7837 7837 h4 {
7838 7838 font-weight: normal;
7839 7839 }
7840 7840 h1 {
7841 7841 font-size: 2em;
7842 7842 }
7843 7843 h2 {
7844 7844 font-size: 1.8em;
7845 7845 }
7846 7846 h3 {
7847 7847 font-size: 1.6em;
7848 7848 }
7849 7849 h4 {
7850 7850 font-size: 1.4em;
7851 7851 }
7852 7852 .alert:last-of-type {
7853 7853 margin-bottom: 0px;
7854 7854 }
7855 7855 #menu .header {
7856 7856 margin: 0px 0px 10px 0px;
7857 7857 font-size: 86%;
7858 7858 text-transform: uppercase;
7859 7859 font-weight: bold;
7860 7860 }
7861 7861 #menu label {
7862 7862 font-size: 86%;
7863 7863 }
7864 7864 #menu form {
7865 7865 margin-bottom: 0px;
7866 7866 }
7867 7867 #menu .form-fields {
7868 7868 padding: 0px;
7869 7869 }
7870 7870 #menu .TextField,
7871 7871 #menu .SelectField,
7872 7872 #menu .PasswordField {
7873 7873 width: 170px;
7874 7874 }
7875 7875 #menu .panel-heading {
7876 7876 font-weight: bold;
7877 7877 }
7878 7878 .ellipsis {
7879 7879 white-space: nowrap;
7880 7880 overflow: hidden;
7881 7881 text-overflow: ellipsis;
7882 7882 -o-text-overflow: ellipsis;
7883 7883 -ms-text-overflow: ellipsis;
7884 7884 }
7885 7885 .hidden {
7886 7886 display: none;
7887 7887 }
7888 7888 .dim {
7889 7889 opacity: 0.5;
7890 7890 }
7891 7891 /* GRAPHS */
7892 7892 .graphs,
7893 7893 .graph {
7894 7894 position: relative;
7895 7895 }
7896 7896 .bg-3 {
7897 7897 background-image: url('/static/appenlight/images/px_by_Gre3g.png');
7898 7898 }
7899 7899 .bg-2.pad-bottom,
7900 7900 .bg-3.pad-bottom {
7901 7901 padding-bottom: 20px;
7902 7902 }
7903 7903 .codehilite pre {
7904 7904 border-radius: 5px;
7905 7905 margin: 20px 0px;
7906 7906 }
7907 7907 .admonition {
7908 7908 margin: 0px 0px 10px 0px;
7909 7909 padding: 20px;
7910 7910 background-color: #ffffff;
7911 7911 border: 1px solid #dddddd;
7912 7912 border-radius: 4px;
7913 7913 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
7914 7914 }
7915 7915 .admonition .admonition-title {
7916 7916 font-weight: bold;
7917 7917 }
7918 7918 .admonition.important .admonition-title {
7919 7919 color: #b90f0f;
7920 7920 }
7921 7921 .admonition.note .admonition-title {
7922 7922 color: #23a54b;
7923 7923 }
7924 7924 .white-text {
7925 7925 color: #ffffff;
7926 7926 }
7927 7927 .perf_stats .stat {
7928 7928 margin-right: 10px;
7929 7929 }
7930 7930 .perf_stats .bar {
7931 7931 height: 10px;
7932 7932 display: inline-block;
7933 7933 }
7934 7934 .perf_stats .custom {
7935 7935 background-color: #98df8a;
7936 7936 }
7937 7937 .perf_stats .tmpl {
7938 7938 background-color: #4bcf4b;
7939 7939 }
7940 7940 .perf_stats .remote {
7941 7941 background-color: #ffbb78;
7942 7942 }
7943 7943 .perf_stats .nosql {
7944 7944 background-color: #ff7f0e;
7945 7945 }
7946 7946 .perf_stats .sql {
7947 7947 background-color: #aec7e8;
7948 7948 }
7949 7949 .perf_stats .main {
7950 7950 background-color: #2898e6;
7951 7951 }
7952 7952 .pagination .active > a,
7953 7953 .pagination .active > span,
7954 7954 .pagination .active > a:hover,
7955 7955 .pagination .active > span:hover,
7956 7956 .pagination .active > a:focus,
7957 7957 .pagination .active > span:focus {
7958 7958 z-index: 2;
7959 7959 color: #ffffff;
7960 7960 cursor: pointer;
7961 7961 background-color: #ff8400;
7962 7962 background-color: #d64700;
7963 7963 border-color: #d64700;
7964 7964 }
7965 7965 .pagination .disabled > span,
7966 7966 .pagination .disabled > a,
7967 7967 .pagination .disabled > a:hover,
7968 7968 .pagination .disabled > a:focus {
7969 7969 color: #999999;
7970 7970 cursor: not-allowed;
7971 7971 background-color: #ffffff;
7972 7972 border-color: #dddddd;
7973 7973 }
7974 7974 .search-params .tag {
7975 7975 border-radius: 5px 5px 5px 5px;
7976 7976 display: inline-block;
7977 7977 margin: 0px 5px 5px 0;
7978 7978 padding: 5px 5px;
7979 7979 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
7980 7980 background-color: #D9EDF7;
7981 7981 border: 1px solid #BCE8F1;
7982 7982 color: #3A87AD;
7983 7983 }
7984 7984 .search-params .tag a {
7985 7985 color: #3A87AD;
7986 7986 }
7987 7987 .user-assignment {
7988 7988 border: 1px solid #eeeeee;
7989 7989 padding: 5px;
7990 7990 border-radius: 3px;
7991 7991 vertical-align: top;
7992 7992 cursor: pointer;
7993 7993 }
7994 7994 .user-assignment img {
7995 7995 vertical-align: top;
7996 7996 max-height: 50px;
7997 7997 float: left;
7998 7998 margin-right: 7px;
7999 7999 border-radius: 60px;
8000 8000 }
8001 8001 .user-assignment:hover {
8002 8002 border: 1px solid #aaeeff;
8003 8003 }
8004 8004 .graphs {
8005 8005 min-height: 50px;
8006 8006 }
8007 8007 .panel-heading {
8008 8008 background: -moz-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
8009 8009 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 254, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.05)));
8010 8010 background: -webkit-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
8011 8011 background: -o-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
8012 8012 background: -ms-linear-gradient(top, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
8013 8013 background: linear-gradient(to bottom, rgba(252, 254, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
8014 8014 }
8015 8015 .typeahead-tags a {
8016 8016 border: 1px solid #eeeeee;
8017 8017 padding: 10px 20px !important;
8018 8018 min-width: 400px;
8019 8019 }
8020 8020 .typeahead-tags .tag {
8021 8021 font-weight: bold;
8022 8022 }
8023 8023 .typeahead-tags .tag strong {
8024 8024 background-color: #ff8400;
8025 8025 color: #ffffff;
8026 8026 }
8027 8027 .typeahead-tags .description {
8028 8028 font-size: 85%;
8029 8029 }
8030 8030 .typeahead-tags .example {
8031 8031 font-style: italic;
8032 8032 font-family: monospace;
8033 8033 font-size: 85%;
8034 8034 color: #808080;
8035 8035 }
8036 8036 .orange-dots {
8037 8037 color: #ff8400;
8038 8038 font-size: 5px;
8039 8039 }
8040 8040 .orange-dots .fa {
8041 8041 margin: 0px 3px;
8042 8042 }
8043 8043 .orange-dots .fa:first-child {
8044 8044 margin: 0px 3px 0px 0px;
8045 8045 }
8046 8046 .gray-dots {
8047 8047 color: #dcdcdc;
8048 8048 font-size: 5px;
8049 8049 }
8050 8050 .gray-dots .fa {
8051 8051 margin: 0px 3px;
8052 8052 }
8053 8053 .gray-dots .fa:first-child {
8054 8054 margin: 0px 3px 0px 0px;
8055 8055 }
8056 8056 .user-unlogged #logo-normal {
8057 8057 display: inline-block;
8058 8058 width: 264px;
8059 8059 height: 48px;
8060 8060 background-image: url('/static/appenlight/images/ix-appenlight-logo.png');
8061 8061 margin-top: 25px;
8062 8062 }
8063 8063 .user-unlogged #logo-icon {
8064 8064 display: inline-block;
8065 8065 width: 53px;
8066 8066 height: 48px;
8067 8067 background-image: url('/static/appenlight/images/ix-appenlight-icon.png');
8068 8068 margin-top: 25px;
8069 8069 }
8070 8070 .user-logged #logo-normal {
8071 8071 display: inline-block;
8072 8072 width: 176px;
8073 8073 height: 32px;
8074 8074 background-image: url('/static/appenlight/images/appenlight-logo.png');
8075 8075 }
8076 8076 .user-logged #logo-icon {
8077 8077 display: inline-block;
8078 8078 width: 32px;
8079 8079 height: 32px;
8080 8080 background-image: url('/static/appenlight/images/appenlight-icon.png');
8081 8081 }
8082 8082 .btn-green {
8083 8083 background-color: #93b715 !important;
8084 8084 border-color: #93b715 !important;
8085 8085 box-shadow: none !important;
8086 8086 padding: 10px;
8087 8087 text-transform: uppercase;
8088 8088 color: #ffffff;
8089 8089 font-weight: bold;
8090 8090 }
8091 8091 .btn-orange {
8092 8092 background-color: #ff8400 !important;
8093 8093 border-color: #ff8400 !important;
8094 8094 box-shadow: none !important;
8095 8095 padding: 10px;
8096 8096 text-transform: uppercase;
8097 8097 color: #ffffff !important;
8098 8098 font-weight: bold;
8099 8099 }
8100 8100 .list-group-item.active,
8101 8101 .list-group-item.active:hover,
8102 8102 .list-group-item.active:focus {
8103 8103 background-color: transparent;
8104 8104 font-weight: bold;
8105 8105 border-color: transparent;
8106 8106 }
8107 8107 .list-group.sub-group {
8108 8108 margin: -10px -15px;
8109 8109 }
8110 8110 .sub-group .list-group-item {
8111 8111 background-color: #f5f5f5;
8112 8112 }
8113 8113 .panel .breadcrumb {
8114 8114 margin-bottom: 0px;
8115 8115 padding: 0px;
8116 8116 background-color: transparent;
8117 8117 }
8118 8118 .panel .breadcrumb a {
8119 8119 color: #333333;
8120 8120 }
8121 8121 .bold {
8122 8122 font-weight: bold;
8123 8123 }
8124 8124 .table > thead > tr > th {
8125 8125 border-bottom: 1px solid #a0a0a0;
8126 8126 }
8127 8127 .ng-hide {
8128 8128 display: none;
8129 8129 }
8130 8130 /* smart table */
8131 8131 .st-sort-ascent:after {
8132 8132 content: '\25B2';
8133 8133 }
8134 8134 .st-sort-descent:after {
8135 8135 content: '\25BC';
8136 8136 }
8137 8137 .slim-input {
8138 8138 width: auto;
8139 8139 max-width: 125px;
8140 8140 }
8141 8141 .input-autosize {
8142 8142 width: auto;
8143 8143 display: inline-block;
8144 8144 }
8145 8145 .application-management .tab-content {
8146 8146 padding-top: 15px;
8147 8147 }
8148 8148 .applications-list table .resource_name {
8149 8149 min-width: 250px;
8150 8150 }
8151 8151 .applications-list table .options {
8152 8152 min-width: 230px;
8153 8153 }
8154 8154 .top-state-dashboard .agg-form .form-control {
8155 8155 width: 200px;
8156 8156 }
8157 8157 .state-dashboard-list table .options {
8158 8158 width: 250px;
8159 8159 }
8160 8160 /* dashboard */
8161 8161 .top-state-front_dashboard .tutorial {
8162 8162 padding: 20px;
8163 8163 background-color: #ffffff;
8164 8164 border: 1px solid #dddddd;
8165 8165 border-radius: 4px;
8166 8166 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8167 8167 }
8168 8168 .top-state-front_dashboard .pause_stream {
8169 8169 position: absolute;
8170 8170 top: 5px;
8171 8171 right: 50px;
8172 8172 }
8173 8173 .top-state-front_dashboard .limit_stream {
8174 8174 position: absolute;
8175 8175 top: 5px;
8176 8176 right: 10px;
8177 8177 }
8178 8178 .top-state-front_dashboard .combined-stat {
8179 8179 display: block;
8180 8180 min-width: 20%;
8181 8181 display: inline-block;
8182 8182 color: #ffffff;
8183 8183 position: relative;
8184 8184 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
8185 8185 }
8186 8186 .top-state-front_dashboard .combined-stat small {
8187 8187 font-size: 75%;
8188 8188 }
8189 8189 .top-state-front_dashboard .combined-stat:link,
8190 8190 .top-state-front_dashboard .combined-stat:visited,
8191 8191 .top-state-front_dashboard .combined-stat:hover {
8192 8192 color: #ffffff !important;
8193 8193 }
8194 8194 .top-state-front_dashboard .combined-stat .fa-chevron-right {
8195 8195 opacity: 0.3;
8196 8196 position: absolute;
8197 8197 right: 5px;
8198 8198 top: 40px;
8199 8199 text-shadow: 0px 0px 0px;
8200 8200 }
8201 8201 .top-state-front_dashboard .combined-stat strong {
8202 8202 font-size: 160%;
8203 8203 display: inline-block;
8204 8204 margin: 5px 0;
8205 8205 }
8206 8206 .top-state-front_dashboard #error-rate {
8207 8207 background-color: #b90f0f;
8208 8208 }
8209 8209 .top-state-front_dashboard #error-rate:hover {
8210 8210 -webkit-transition: all 250ms;
8211 8211 -moz-transition: all 250ms;
8212 8212 -o-transition: all 250ms;
8213 8213 transition: all 250ms;
8214 8214 background-color: #e81313;
8215 8215 }
8216 8216 .top-state-front_dashboard #satisfying-requests {
8217 8217 background-color: #23a54b;
8218 8218 }
8219 8219 .top-state-front_dashboard #tolerated-requests {
8220 8220 background-color: #ff8400;
8221 8221 }
8222 8222 .top-state-front_dashboard #tolerated-requests:hover {
8223 8223 -webkit-transition: all 250ms;
8224 8224 -moz-transition: all 250ms;
8225 8225 -o-transition: all 250ms;
8226 8226 transition: all 250ms;
8227 8227 background-color: #ff9d33;
8228 8228 }
8229 8229 .top-state-front_dashboard #frustrating-requests {
8230 8230 background-color: #d64700;
8231 8231 }
8232 8232 .top-state-front_dashboard #frustrating-requests:hover {
8233 8233 -webkit-transition: all 250ms;
8234 8234 -moz-transition: all 250ms;
8235 8235 -o-transition: all 250ms;
8236 8236 transition: all 250ms;
8237 8237 background-color: #ff5b0a;
8238 8238 }
8239 8239 .top-state-front_dashboard #uptime-stats {
8240 8240 background-color: #17607d;
8241 8241 }
8242 8242 .top-state-front_dashboard #uptime-stats:hover {
8243 8243 -webkit-transition: all 250ms;
8244 8244 -moz-transition: all 250ms;
8245 8245 -o-transition: all 250ms;
8246 8246 transition: all 250ms;
8247 8247 background-color: #1f81a8;
8248 8248 }
8249 8249 .top-state-front_dashboard #server-container {
8250 8250 margin-bottom: 10px;
8251 8251 }
8252 8252 .top-state-front_dashboard #server-container .servers {
8253 8253 list-style: none;
8254 8254 margin: 0px;
8255 8255 }
8256 8256 .top-state-front_dashboard #server-container .frustrating .apdex {
8257 8257 color: #b90f0f;
8258 8258 }
8259 8259 .top-state-front_dashboard #server-container .satisfactory .apdex {
8260 8260 color: #23a54b;
8261 8261 }
8262 8262 .top-state-front_dashboard #server-container .tolerating .apdex {
8263 8263 color: #ff8400;
8264 8264 }
8265 8265 .top-state-front_dashboard #assigned-container {
8266 8266 padding: 20px;
8267 8267 background-color: #ffffff;
8268 8268 border: 1px solid #dddddd;
8269 8269 border-radius: 4px;
8270 8270 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8271 8271 margin-top: 15px;
8272 8272 }
8273 8273 .top-state-front_dashboard #trending-container {
8274 8274 padding: 20px;
8275 8275 background-color: #ffffff;
8276 8276 border: 1px solid #dddddd;
8277 8277 border-radius: 4px;
8278 8278 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8279 8279 max-height: 800px;
8280 8280 overflow: auto;
8281 8281 margin-top: 15px;
8282 8282 }
8283 8283 .top-state-front_dashboard #report-timespan-picker-holder {
8284 8284 text-align: right;
8285 8285 }
8286 8286 .top-state-front_dashboard #graph-container {
8287 8287 padding: 20px;
8288 8288 background-color: #ffffff;
8289 8289 border: 1px solid #dddddd;
8290 8290 border-radius: 4px;
8291 8291 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8292 8292 margin: 0px 0px 10px 0px;
8293 8293 }
8294 8294 .top-state-front_dashboard #report_graph {
8295 8295 margin: auto;
8296 8296 border: 1px solid #B5BCC7;
8297 8297 width: 1008px;
8298 8298 overflow: hidden;
8299 8299 cursor: pointer;
8300 8300 min-height: 200px;
8301 8301 background-color: #ffffff;
8302 8302 background-image: url('/static/appenlight/images/ajax_loader_3.gif');
8303 8303 background-position: center center;
8304 8304 background-repeat: no-repeat;
8305 8305 }
8306 8306 .top-state-front_dashboard #report_graph:hover {
8307 8307 border: 1px solid #FF6F00;
8308 8308 -webkit-transition-duration: 0.5s;
8309 8309 -moz-transition-duration: 0.5s;
8310 8310 -o-transition-duration: 0.5s;
8311 8311 }
8312 8312 .top-state-front_dashboard #report_graph img {
8313 8313 -webkit-transition-duration: 0.5s;
8314 8314 -moz-transition-duration: 0.5s;
8315 8315 -o-transition-duration: 0.5s;
8316 8316 }
8317 8317 .top-state-front_dashboard #report_graph.toggle img {
8318 8318 margin-left: -1005px;
8319 8319 -webkit-transition-duration: 0.5s;
8320 8320 -moz-transition-duration: 0.5s;
8321 8321 -o-transition-duration: 0.5s;
8322 8322 }
8323 8323 .top-state-front_dashboard .point {
8324 8324 border-radius: 30px;
8325 8325 -o-border-radius: 30px;
8326 8326 -ms-border-radius: 30px;
8327 8327 -moz-border-radius: 30px;
8328 8328 -webkit-border-radius: 30px;
8329 8329 background-color: #ff8400;
8330 8330 font-size: 200%;
8331 8331 font-weight: bold;
8332 8332 padding: 5px 17px;
8333 8333 margin: 0px 10px 0px 0px;
8334 8334 vertical-align: middle;
8335 8335 color: #ffffff;
8336 8336 float: left;
8337 8337 }
8338 8338 .top-state-front_dashboard #slow-statements {
8339 8339 table-layout: fixed;
8340 8340 width: 100%;
8341 8341 }
8342 8342 .top-state-front_dashboard #slow-statements td {
8343 8343 padding: 0px 5px 10px 5px;
8344 8344 }
8345 8345 .top-state-front_dashboard #slow-statements .statement {
8346 8346 font-size: 80%;
8347 8347 padding: 10px 5px 0px 0px;
8348 8348 font-weight: bold;
8349 8349 }
8350 8350 .top-state-front_dashboard #slow-statements td.occurences {
8351 8351 width: 40px;
8352 8352 }
8353 8353 .top-state-front_dashboard #slow-statements span.occurences {
8354 8354 font-size: 86%;
8355 8355 font-weight: bold;
8356 8356 background-color: #ff8400;
8357 8357 border-radius: 3px;
8358 8358 color: #ffffff;
8359 8359 display: inline-block;
8360 8360 min-height: 33px;
8361 8361 min-width: 33px;
8362 8362 padding: 8px 0 0;
8363 8363 text-align: center;
8364 8364 }
8365 8365 .top-state-front_dashboard #slow-statements .type {
8366 8366 font-size: 80%;
8367 8367 background-color: #4c4c4c;
8368 8368 padding: 2px 5px;
8369 8369 display: inline-block;
8370 8370 color: #ffffff;
8371 8371 border-radius: 2px;
8372 8372 -o-border-radius: 2px;
8373 8373 -ms-border-radius: 2px;
8374 8374 -moz-border-radius: 2px;
8375 8375 -webkit-border-radius: 2px;
8376 8376 }
8377 8377 .top-state-front_dashboard #slow-statements .subtype {
8378 8378 font-size: 80%;
8379 8379 background-color: #ff8400;
8380 8380 padding: 2px 5px;
8381 8381 display: inline-block;
8382 8382 color: #ffffff;
8383 8383 border-radius: 2px;
8384 8384 -o-border-radius: 2px;
8385 8385 -ms-border-radius: 2px;
8386 8386 -moz-border-radius: 2px;
8387 8387 -webkit-border-radius: 2px;
8388 8388 }
8389 8389 .top-state-front_dashboard #slow-statements .duration {
8390 8390 font-size: 80%;
8391 8391 background-color: #4c4c4c;
8392 8392 padding: 2px 5px;
8393 8393 display: inline-block;
8394 8394 color: #ffffff;
8395 8395 border-radius: 2px;
8396 8396 -o-border-radius: 2px;
8397 8397 -ms-border-radius: 2px;
8398 8398 -moz-border-radius: 2px;
8399 8399 -webkit-border-radius: 2px;
8400 8400 margin: 0px 5px 0px 0px;
8401 8401 }
8402 8402 .top-state-front_dashboard #slow-statements .report-list {
8403 8403 font-size: 80%;
8404 8404 }
8405 8405 .top-state-front_dashboard #view-breakdown-container {
8406 8406 max-height: 472px;
8407 8407 overflow: auto;
8408 8408 }
8409 8409 .top-state-front_dashboard #view-breakdown-container .report-list {
8410 8410 font-size: 86%;
8411 8411 }
8412 8412 .top-state-front_dashboard #view-breakdown-container .view-name {
8413 8413 position: relative;
8414 8414 }
8415 8415 .top-state-front_dashboard #view-breakdown-container .view-name small {
8416 8416 font-weight: bold;
8417 8417 }
8418 8418 .top-state-front_dashboard #view-breakdown-container .stats {
8419 8419 margin-bottom: 5px;
8420 8420 }
8421 8421 .top-state-front_dashboard #view-breakdown-container .bar {
8422 8422 border-radius: 5px;
8423 8423 box-shadow: 0px 0px 3px #cc6a00 inset;
8424 8424 height: 10px;
8425 8425 background-color: #ff8400;
8426 8426 }
8427 8427 .top-state-front_dashboard #slow-statements-container,
8428 8428 .top-state-front_dashboard #slow-urls-container {
8429 8429 padding: 20px;
8430 8430 background-color: #ffffff;
8431 8431 border: 1px solid #dddddd;
8432 8432 border-radius: 4px;
8433 8433 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8434 8434 max-height: 800px;
8435 8435 overflow-y: auto;
8436 8436 margin-top: 15px;
8437 8437 }
8438 8438 .top-state-front_dashboard #slow-statements-container table,
8439 8439 .top-state-front_dashboard #slow-urls-container table {
8440 8440 border: 0px;
8441 8441 }
8442 8442 .top-state-front_dashboard input.row-title {
8443 8443 min-width: 250px;
8444 8444 max-width: 400px;
8445 8445 display: inline-block;
8446 8446 }
8447 8447 .top-state-front_dashboard .chart-layout-form {
8448 8448 margin-bottom: 15px;
8449 8449 }
8450 form.graph-type.form-inline {
8451 margin: 0 10px 10px 0;
8452 }
8453 form.graph-type.form-inline select {
8454 margin-right: 10px;
8455 }
8450 8456 table.log-list .http_status {
8451 8457 width: 52px;
8452 8458 }
8453 8459 table.log-list .when {
8454 8460 width: 150px;
8455 8461 }
8456 8462 table.log-list .tick {
8457 8463 width: 20px !important;
8458 8464 }
8459 8465 table.log-list .c1 {
8460 8466 width: 130px;
8461 8467 }
8462 8468 table.log-list .c1 .app_name {
8463 8469 font-weight: bold;
8464 8470 }
8465 8471 table.log-list .c1 .server {
8466 8472 color: #777777;
8467 8473 }
8468 8474 table.log-list .c2 {
8469 8475 word-break: break-all;
8470 8476 word-wrap: break-word;
8471 8477 }
8472 8478 table.log-list .c2 .namespace {
8473 8479 color: #ff8400;
8474 8480 font-weight: bold;
8475 8481 }
8476 8482 table.log-list .odd .c3,
8477 8483 table.log-list .even .c3 {
8478 8484 width: 90px;
8479 8485 font-size: 85%;
8480 8486 }
8481 8487 table.log-list .tag {
8482 8488 display: inline-block;
8483 8489 margin: 0 5px 0 0px;
8484 8490 padding: 2px 5px 1px;
8485 8491 font-size: 75%;
8486 8492 border-radius: 2px;
8487 8493 -o-border-radius: 2px;
8488 8494 -ms-border-radius: 2px;
8489 8495 -moz-border-radius: 2px;
8490 8496 -webkit-border-radius: 2px;
8491 8497 box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
8492 8498 -o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
8493 8499 -ms-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
8494 8500 -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
8495 8501 -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
8496 8502 border: 0px solid #dcdcdc;
8497 8503 background-color: #f6f6f6;
8498 8504 letter-spacing: 0.5px;
8499 8505 color: #888888;
8500 8506 }
8501 8507 table.log-list .tag .name {
8502 8508 text-transform: uppercase;
8503 8509 }
8504 8510 table.log-list .tag:hover {
8505 8511 -webkit-transition: all 250ms;
8506 8512 -moz-transition: all 250ms;
8507 8513 -o-transition: all 250ms;
8508 8514 transition: all 250ms;
8509 8515 -moz-transform: scale(1.2);
8510 8516 -webkit-transform: scale(1.2);
8511 8517 -o-transform: scale(1.2);
8512 8518 -ms-transform: scale(1.2);
8513 8519 transform: scale(1.2);
8514 8520 }
8515 8521 table.log-list .unknown {
8516 8522 color: #4c4c4c !important;
8517 8523 }
8518 8524 table.log-list .debug {
8519 8525 background-color: #23a54b !important;
8520 8526 color: #ffffff !important;
8521 8527 }
8522 8528 table.log-list .info {
8523 8529 background-color: #e5f4fa !important;
8524 8530 color: #17607d !important;
8525 8531 border-color: #5bbbe1;
8526 8532 }
8527 8533 table.log-list .warning {
8528 8534 background-color: #ffffff !important;
8529 8535 color: #ff8400 !important;
8530 8536 border-color: #ffd5a8;
8531 8537 }
8532 8538 table.log-list .error {
8533 8539 background-color: #fffbfb !important;
8534 8540 color: #b90f0f !important;
8535 8541 border-color: #fbcccc;
8536 8542 }
8537 8543 table.log-list .critical {
8538 8544 background-color: #000000 !important;
8539 8545 color: #ffffff !important;
8540 8546 background-color: #000000;
8541 8547 }
8542 8548 table.log-list .log {
8543 8549 font-size: 85%;
8544 8550 margin-top: 5px;
8545 8551 }
8546 8552 .register-section #social_block {
8547 8553 margin-bottom: 20px;
8548 8554 }
8549 8555 .register-section #social_block h2 {
8550 8556 margin-bottom: 30px;
8551 8557 }
8552 8558 .register-section #social_providers {
8553 8559 list-style: none;
8554 8560 margin: 20px 0px;
8555 8561 padding: 0px;
8556 8562 }
8557 8563 .register-section #social_providers li {
8558 8564 display: inline-block;
8559 8565 margin: 0px 10px;
8560 8566 }
8561 8567 .register-section #row-email .description {
8562 8568 font-size: 70%;
8563 8569 }
8564 8570 .register-section #social-form .btn {
8565 8571 color: #ffffff;
8566 8572 margin-bottom: 10px;
8567 8573 text-align: left;
8568 8574 font-weight: bold;
8569 8575 text-transform: uppercase;
8570 8576 border: 1px solid #151515;
8571 8577 }
8572 8578 .register-section #social-form span {
8573 8579 vertical-align: middle;
8574 8580 min-width: 30px;
8575 8581 }
8576 8582 .register-section #btn-google {
8577 8583 background-color: #BB2A2A !important;
8578 8584 border: 1px solid #8C0202 !important;
8579 8585 }
8580 8586 .register-section #btn-twitter {
8581 8587 background-color: #10B8F8 !important;
8582 8588 border: 1px solid #0195CF !important;
8583 8589 }
8584 8590 .register-section #btn-bitbucket {
8585 8591 background-color: #205081 !important;
8586 8592 border: 1px solid #1D4A78 !important;
8587 8593 }
8588 8594 .register-section #btn-github {
8589 8595 background-color: #333333 !important;
8590 8596 border: 1px solid #222222 !important;
8591 8597 }
8592 8598 .register-section #btn-bitbucket i {
8593 8599 font-size: 150%;
8594 8600 }
8595 8601 .register-section #btn-demo {
8596 8602 border: 1px solid #239100 !important;
8597 8603 }
8598 8604 .top-state-report .affected-user-list {
8599 8605 margin: 0px;
8600 8606 padding: 0px;
8601 8607 }
8602 8608 .top-state-report .affected-user-list li {
8603 8609 list-style: none;
8604 8610 padding-bottom: 5px;
8605 8611 }
8606 8612 .top-state-report .inspect_vars .glyphicon {
8607 8613 margin: 0 2px;
8608 8614 padding: 2px 5px 5px;
8609 8615 }
8610 8616 .top-state-report .priority {
8611 8617 border-radius: 20px 20px 20px 20px;
8612 8618 display: inline-block;
8613 8619 font-size: 79.4%;
8614 8620 font-weight: bold;
8615 8621 height: 15px;
8616 8622 padding: 1px 0 0;
8617 8623 text-align: center;
8618 8624 width: 15px;
8619 8625 position: absolute;
8620 8626 margin-left: 22px;
8621 8627 margin-top: -7px;
8622 8628 box-shadow: 0px 0px 2px #ffffff;
8623 8629 }
8624 8630 .top-state-report .priority-1 {
8625 8631 background-color: #ffe9e9;
8626 8632 color: #ff7b7b;
8627 8633 border-radius: 20px 20px 20px 20px;
8628 8634 display: inline-block;
8629 8635 font-size: 79.4%;
8630 8636 font-weight: bold;
8631 8637 height: 15px;
8632 8638 padding: 1px 0 0;
8633 8639 text-align: center;
8634 8640 width: 15px;
8635 8641 position: absolute;
8636 8642 margin-left: 22px;
8637 8643 margin-top: -7px;
8638 8644 box-shadow: 0px 0px 2px #ffffff;
8639 8645 }
8640 8646 .top-state-report .priority-2 {
8641 8647 background-color: #ffd3d3;
8642 8648 color: #ffffff;
8643 8649 border-radius: 20px 20px 20px 20px;
8644 8650 display: inline-block;
8645 8651 font-size: 79.4%;
8646 8652 font-weight: bold;
8647 8653 height: 15px;
8648 8654 padding: 1px 0 0;
8649 8655 text-align: center;
8650 8656 width: 15px;
8651 8657 position: absolute;
8652 8658 margin-left: 22px;
8653 8659 margin-top: -7px;
8654 8660 box-shadow: 0px 0px 2px #ffffff;
8655 8661 }
8656 8662 .top-state-report .priority-3 {
8657 8663 background-color: #ffbdbd;
8658 8664 color: #ffffff;
8659 8665 border-radius: 20px 20px 20px 20px;
8660 8666 display: inline-block;
8661 8667 font-size: 79.4%;
8662 8668 font-weight: bold;
8663 8669 height: 15px;
8664 8670 padding: 1px 0 0;
8665 8671 text-align: center;
8666 8672 width: 15px;
8667 8673 position: absolute;
8668 8674 margin-left: 22px;
8669 8675 margin-top: -7px;
8670 8676 box-shadow: 0px 0px 2px #ffffff;
8671 8677 }
8672 8678 .top-state-report .priority-4 {
8673 8679 background-color: #ffa7a7;
8674 8680 color: #ffffff;
8675 8681 border-radius: 20px 20px 20px 20px;
8676 8682 display: inline-block;
8677 8683 font-size: 79.4%;
8678 8684 font-weight: bold;
8679 8685 height: 15px;
8680 8686 padding: 1px 0 0;
8681 8687 text-align: center;
8682 8688 width: 15px;
8683 8689 position: absolute;
8684 8690 margin-left: 22px;
8685 8691 margin-top: -7px;
8686 8692 box-shadow: 0px 0px 2px #ffffff;
8687 8693 }
8688 8694 .top-state-report .priority-5 {
8689 8695 background-color: #ff9191;
8690 8696 color: #ffffff;
8691 8697 border-radius: 20px 20px 20px 20px;
8692 8698 display: inline-block;
8693 8699 font-size: 79.4%;
8694 8700 font-weight: bold;
8695 8701 height: 15px;
8696 8702 padding: 1px 0 0;
8697 8703 text-align: center;
8698 8704 width: 15px;
8699 8705 position: absolute;
8700 8706 margin-left: 22px;
8701 8707 margin-top: -7px;
8702 8708 box-shadow: 0px 0px 2px #ffffff;
8703 8709 }
8704 8710 .top-state-report .priority-6 {
8705 8711 background-color: #ff7b7b;
8706 8712 color: #ffffff;
8707 8713 border-radius: 20px 20px 20px 20px;
8708 8714 display: inline-block;
8709 8715 font-size: 79.4%;
8710 8716 font-weight: bold;
8711 8717 height: 15px;
8712 8718 padding: 1px 0 0;
8713 8719 text-align: center;
8714 8720 width: 15px;
8715 8721 position: absolute;
8716 8722 margin-left: 22px;
8717 8723 margin-top: -7px;
8718 8724 box-shadow: 0px 0px 2px #ffffff;
8719 8725 }
8720 8726 .top-state-report .priority-7 {
8721 8727 background-color: #ff6565;
8722 8728 color: #ffffff;
8723 8729 border-radius: 20px 20px 20px 20px;
8724 8730 display: inline-block;
8725 8731 font-size: 79.4%;
8726 8732 font-weight: bold;
8727 8733 height: 15px;
8728 8734 padding: 1px 0 0;
8729 8735 text-align: center;
8730 8736 width: 15px;
8731 8737 position: absolute;
8732 8738 margin-left: 22px;
8733 8739 margin-top: -7px;
8734 8740 box-shadow: 0px 0px 2px #ffffff;
8735 8741 }
8736 8742 .top-state-report .priority-8 {
8737 8743 background-color: #ff4f4f;
8738 8744 color: #ffffff;
8739 8745 border-radius: 20px 20px 20px 20px;
8740 8746 display: inline-block;
8741 8747 font-size: 79.4%;
8742 8748 font-weight: bold;
8743 8749 height: 15px;
8744 8750 padding: 1px 0 0;
8745 8751 text-align: center;
8746 8752 width: 15px;
8747 8753 position: absolute;
8748 8754 margin-left: 22px;
8749 8755 margin-top: -7px;
8750 8756 box-shadow: 0px 0px 2px #ffffff;
8751 8757 }
8752 8758 .top-state-report .priority-9 {
8753 8759 background-color: #ff3939;
8754 8760 color: #ffffff;
8755 8761 border-radius: 20px 20px 20px 20px;
8756 8762 display: inline-block;
8757 8763 font-size: 79.4%;
8758 8764 font-weight: bold;
8759 8765 height: 15px;
8760 8766 padding: 1px 0 0;
8761 8767 text-align: center;
8762 8768 width: 15px;
8763 8769 position: absolute;
8764 8770 margin-left: 22px;
8765 8771 margin-top: -7px;
8766 8772 box-shadow: 0px 0px 2px #ffffff;
8767 8773 }
8768 8774 .top-state-report .priority-10 {
8769 8775 background-color: #ff2323;
8770 8776 color: #ffffff;
8771 8777 border-radius: 20px 20px 20px 20px;
8772 8778 display: inline-block;
8773 8779 font-size: 79.4%;
8774 8780 font-weight: bold;
8775 8781 height: 15px;
8776 8782 padding: 1px 0 0;
8777 8783 text-align: center;
8778 8784 width: 15px;
8779 8785 position: absolute;
8780 8786 margin-left: 22px;
8781 8787 margin-top: -7px;
8782 8788 box-shadow: 0px 0px 2px #ffffff;
8783 8789 }
8784 8790 .top-state-report .table.report-list {
8785 8791 table-layout: fixed;
8786 8792 }
8787 8793 .top-state-report .table.report-list .occurences {
8788 8794 width: 45px;
8789 8795 }
8790 8796 .top-state-report .table.report-list .priority {
8791 8797 width: 45px;
8792 8798 }
8793 8799 .top-state-report .table.report-list .when {
8794 8800 width: 120px;
8795 8801 }
8796 8802 .top-state-report .table.report-list .report {
8797 8803 font-weight: bold;
8798 8804 }
8799 8805 .top-state-report .table.report-list tbody td {
8800 8806 padding: 15px;
8801 8807 }
8802 8808 .top-state-report .table.report-list .occurences .count {
8803 8809 background-color: #ff8400;
8804 8810 border-radius: 3px;
8805 8811 color: #FFFFFF;
8806 8812 display: inline-block;
8807 8813 font-weight: bold;
8808 8814 height: 33px;
8809 8815 padding: 7px 0 0;
8810 8816 text-align: center;
8811 8817 width: 33px;
8812 8818 }
8813 8819 .top-state-report .table.report-list .occurences .fixed {
8814 8820 background-color: #23a54b;
8815 8821 }
8816 8822 .top-state-report .table.report-list .occurences .public {
8817 8823 background-color: #002a4a;
8818 8824 }
8819 8825 .top-state-report .table.report-list .occurences .reviewed {
8820 8826 background-color: #dcdcdc;
8821 8827 color: #000000;
8822 8828 }
8823 8829 .top-state-report .table.report-list .when {
8824 8830 font-size: 80%;
8825 8831 }
8826 8832 .top-state-report .table.report-list .url {
8827 8833 color: #777777;
8828 8834 font-weight: normal;
8829 8835 }
8830 8836 .top-state-report .table.report-list .tick {
8831 8837 width: 20px !important;
8832 8838 }
8833 8839 .top-state-report .table.report-list .application {
8834 8840 width: 150px;
8835 8841 }
8836 8842 .top-state-report .table.report-list td.application {
8837 8843 font-size: 80%;
8838 8844 }
8839 8845 .top-state-report .table.report-list td.application .app_name {
8840 8846 font-weight: bold;
8841 8847 }
8842 8848 .top-state-report .table.report-list td.application .server {
8843 8849 color: #777777;
8844 8850 }
8845 8851 .top-state-report #request-details-container #request-details {
8846 8852 font-size: 80%;
8847 8853 }
8848 8854 .top-state-report #request-details-container #request-details > ul {
8849 8855 padding: 0px;
8850 8856 }
8851 8857 .top-state-report #request-details-container #request-details li {
8852 8858 margin: 0px 0px 10px 0px;
8853 8859 list-style: none;
8854 8860 }
8855 8861 .top-state-report .reformat {
8856 8862 padding: 20px;
8857 8863 background-color: #ffffff;
8858 8864 border: 1px solid #dddddd;
8859 8865 border-radius: 4px;
8860 8866 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8861 8867 }
8862 8868 .top-state-report .reformat pre {
8863 8869 font-size: 0.88em;
8864 8870 font-family: monospace, monospace;
8865 8871 line-height: 1.8em;
8866 8872 color: #555555;
8867 8873 border-radius: 0px;
8868 8874 -o-border-radius: 0px;
8869 8875 -ms-border-radius: 0px;
8870 8876 -moz-border-radius: 0px;
8871 8877 -webkit-border-radius: 0px;
8872 8878 border: 0px;
8873 8879 margin: 0px;
8874 8880 }
8875 8881 .top-state-report .report-table {
8876 8882 font-size: 86%;
8877 8883 width: 100%;
8878 8884 }
8879 8885 .top-state-report .report-table td.table-label {
8880 8886 width: 115px;
8881 8887 }
8882 8888 .top-state-report .report-table.with-ellipsis {
8883 8889 table-layout: fixed;
8884 8890 }
8885 8891 .top-state-report .report-table.with-tags td.table-label {
8886 8892 width: 150px;
8887 8893 white-space: pre-wrap;
8888 8894 /* css-3 */
8889 8895 white-space: -moz-pre-wrap;
8890 8896 /* Mozilla, since 1999 */
8891 8897 white-space: -pre-wrap;
8892 8898 /* Opera 4-6 */
8893 8899 white-space: -o-pre-wrap;
8894 8900 /* Opera 7 */
8895 8901 word-wrap: break-word;
8896 8902 /* Internet Explorer 5.5+ */
8897 8903 }
8898 8904 .top-state-report .report-table.with-tags td.table-label.break-all {
8899 8905 word-break: break-all;
8900 8906 }
8901 8907 .top-state-report .report-table td.data {
8902 8908 padding-bottom: 10px;
8903 8909 vertical-align: top;
8904 8910 }
8905 8911 .top-state-report .report-table td.table-label {
8906 8912 min-width: 115px;
8907 8913 text-align: left;
8908 8914 padding: 0px 10px 0px 0px;
8909 8915 font-weight: bold;
8910 8916 line-height: 1.5em;
8911 8917 vertical-align: top;
8912 8918 }
8913 8919 .top-state-report .userRepresentation {
8914 8920 min-width: 200px;
8915 8921 height: 55px;
8916 8922 overflow: hidden;
8917 8923 margin-bottom: 5px;
8918 8924 list-style: none;
8919 8925 padding: 5px;
8920 8926 -webkit-transition-duration: 0.25s;
8921 8927 -moz-transition-duration: 0.25s;
8922 8928 -o-transition-duration: 0.25s;
8923 8929 transition-duration: 0.25s;
8924 8930 }
8925 8931 .top-state-report .userRepresentation p {
8926 8932 margin: 0px;
8927 8933 }
8928 8934 .top-state-report .userRepresentation:hover {
8929 8935 background-color: #ff6f00;
8930 8936 -webkit-transition-duration: 0.25s;
8931 8937 -moz-transition-duration: 0.25s;
8932 8938 -o-transition-duration: 0.25s;
8933 8939 transition-duration: 0.25s;
8934 8940 }
8935 8941 .top-state-report .userRepresentation img {
8936 8942 float: left;
8937 8943 height: 50px;
8938 8944 max-width: 50px;
8939 8945 margin: 0px 5px 0px 0px;
8940 8946 }
8941 8947 .top-state-report .user_picker {
8942 8948 font-size: 80%;
8943 8949 }
8944 8950 .top-state-report .user_picker .column {
8945 8951 width: 33%;
8946 8952 float: left;
8947 8953 }
8948 8954 .top-state-report .user_picker ul {
8949 8955 padding: 0px;
8950 8956 height: 400px;
8951 8957 overflow: auto;
8952 8958 min-width: 250px;
8953 8959 border: 1px solid #eeeeee;
8954 8960 padding: 5px;
8955 8961 margin: 5px 0px;
8956 8962 }
8957 8963 .top-state-report .comment-holder {
8958 8964 border: 1px solid #dcdcdc;
8959 8965 }
8960 8966 .top-state-report .comment-holder {
8961 8967 background-color: #FFFFFF;
8962 8968 border: 1px solid #E1E1E1;
8963 8969 margin-bottom: 5px;
8964 8970 padding: 10px;
8965 8971 }
8966 8972 .top-state-report .comment-holder .icon.big {
8967 8973 margin: 0 0 0 -7px;
8968 8974 }
8969 8975 .top-state-report #comment_create .TextAreaField {
8970 8976 width: 90%;
8971 8977 height: 70px;
8972 8978 }
8973 8979 .top-state-report #basic-info_pane {
8974 8980 position: relative;
8975 8981 }
8976 8982 .top-state-report .switch_detail_holder {
8977 8983 position: absolute;
8978 8984 right: 10px;
8979 8985 font-size: 70%;
8980 8986 }
8981 8987 .top-state-report #similar-reports .notice {
8982 8988 color: #7f7f7f;
8983 8989 }
8984 8990 .top-state-report .frames {
8985 8991 margin-top: 15px;
8986 8992 padding: 20px;
8987 8993 background-color: #ffffff;
8988 8994 border: 1px solid #dddddd;
8989 8995 border-radius: 4px;
8990 8996 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
8991 8997 }
8992 8998 .top-state-report .frames .frame {
8993 8999 padding-bottom: 10px;
8994 9000 }
8995 9001 .top-state-report .frames .frame .icon {
8996 9002 padding: 10px;
8997 9003 }
8998 9004 .top-state-report .frames .frame.even {
8999 9005 background-color: #f9f9f9;
9000 9006 }
9001 9007 .top-state-report .frames .frameline,
9002 9008 .top-state-report .frames .cline {
9003 9009 line-height: 150%;
9004 9010 color: #b2b2b2;
9005 9011 }
9006 9012 .top-state-report .frames .mono {
9007 9013 font-family: monospace;
9008 9014 white-space: pre-wrap;
9009 9015 font-size: 86%;
9010 9016 }
9011 9017 .top-state-report .frames .dim:hover {
9012 9018 opacity: 0.8;
9013 9019 }
9014 9020 .top-state-report .frames .file {
9015 9021 color: #17607d;
9016 9022 font-weight: bold;
9017 9023 }
9018 9024 .top-state-report .frames .cline {
9019 9025 padding-left: 50px;
9020 9026 color: #212121;
9021 9027 }
9022 9028 .top-state-report .frames .line {
9023 9029 color: #002a4a;
9024 9030 font-weight: bold;
9025 9031 }
9026 9032 .top-state-report .frames .fn {
9027 9033 color: #d64700;
9028 9034 font-weight: bold;
9029 9035 }
9030 9036 .top-state-report .var-listing td {
9031 9037 padding: 10px 10px 10px 10px;
9032 9038 }
9033 9039 .top-state-report .var-listing .var-label {
9034 9040 margin-right: 10px;
9035 9041 font-weight: bold;
9036 9042 text-align: right;
9037 9043 vertical-align: top;
9038 9044 max-width: 200px;
9039 9045 overflow: hidden;
9040 9046 text-overflow: ellipsis;
9041 9047 }
9042 9048 .top-state-report .var-listing .odd {
9043 9049 background-color: rgba(0, 0, 0, 0.024);
9044 9050 }
9045 9051 .top-state-report .report-section #row-start_date,
9046 9052 .top-state-report .report-section #row-end_date,
9047 9053 .top-state-report .report-section #row-priority,
9048 9054 .top-state-report .report-section #row-http_status {
9049 9055 display: inline-block;
9050 9056 width: 110px;
9051 9057 }
9052 9058 .top-state-report .report-section .no-vars {
9053 9059 width: 31px;
9054 9060 display: inline-block;
9055 9061 }
9056 9062 .top-state-report .slow-report-section #row-start_date,
9057 9063 .top-state-report .slow-report-section #row-end_date {
9058 9064 display: inline-block;
9059 9065 width: 110px;
9060 9066 }
9061 9067 .top-state-report .slow-report-section #row-priority {
9062 9068 display: inline-block;
9063 9069 width: 75px;
9064 9070 }
9065 9071 .top-state-report .slow-report-section #row-min_request_time {
9066 9072 display: inline-block;
9067 9073 width: 140px;
9068 9074 }
9069 9075 .top-state-report .slow-report-section #row-min_request_time input {
9070 9076 width: 75px;
9071 9077 }
9072 9078 .top-state-report .fixed {
9073 9079 color: #b90f0f;
9074 9080 }
9075 9081 .top-state-report .not-fixed {
9076 9082 color: #23a54b;
9077 9083 }
9078 9084 .state-report-list_slow table.report-list .occurences {
9079 9085 width: 45px;
9080 9086 }
9081 9087 .state-report-list_slow table.report-list .report {
9082 9088 font-weight: bold;
9083 9089 }
9084 9090 .state-report-list_slow table.report-list .status {
9085 9091 width: 30px;
9086 9092 }
9087 9093 .state-report-list_slow table.report-list .average_duration {
9088 9094 width: 85px;
9089 9095 font-weight: bold;
9090 9096 }
9091 9097 .state-report-list_slow table.report-list .when {
9092 9098 width: 120px;
9093 9099 }
9094 9100 .state-report-list_slow table.report-list .tick {
9095 9101 width: 20px !important;
9096 9102 }
9097 9103 .top-state-uptime table .problem {
9098 9104 color: #b90f0f;
9099 9105 font-weight: bold;
9100 9106 }
9101 9107 .top-state-uptime table .problem td {
9102 9108 background-color: #FFE2E2 !important;
9103 9109 }
9104 9110 .top-state-uptime table .interval {
9105 9111 width: 150px;
9106 9112 }
9107 9113 .top-state-uptime table .retries {
9108 9114 width: 90px;
9109 9115 text-align: center;
9110 9116 }
9111 9117 .top-state-uptime table .http_status {
9112 9118 width: 150px;
9113 9119 text-align: center;
9114 9120 }
9115 9121 .top-state-uptime table .location {
9116 9122 width: 200px;
9117 9123 text-align: center;
9118 9124 }
9119 9125 .top-state-uptime .uptime-list table {
9120 9126 border: 0 !important;
9121 9127 }
9122 9128 .state-applications-integrations .integration {
9123 9129 width: 100%;
9124 9130 margin-bottom: 10px;
9125 9131 white-space: normal;
9126 9132 min-height: 60px;
9127 9133 text-align: left;
9128 9134 }
9129 9135 .top-state-events .event-table .icons {
9130 9136 width: 50px;
9131 9137 vertical-align: middle;
9132 9138 }
9133 9139 .top-state-events .event-table .options {
9134 9140 width: 50px;
9135 9141 }
9136 9142 .state-user-profile-auth_tokens .table .expires,
9137 9143 .state-user-profile-auth_tokens .table .created {
9138 9144 width: 130px;
9139 9145 }
9140 9146 .state-user-profile-auth_tokens .table .options {
9141 9147 width: 80px;
9142 9148 }
9143 9149 @media (min-width: 1200px) {
9144 9150 .top-state-admin .container {
9145 9151 width: 100%;
9146 9152 max-width: 1600px;
9147 9153 }
9148 9154 }
9149 9155 .state-admin-user-list table .user_name {
9150 9156 width: 250px;
9151 9157 }
9152 9158 .state-admin-user-list table .email {
9153 9159 width: 250px;
9154 9160 }
9155 9161 .state-admin-user-list table .options {
9156 9162 width: 100px;
9157 9163 }
9158 9164 .state-admin-user-list table .status {
9159 9165 width: 50px;
9160 9166 }
9161 9167 .codehilite .hll {
9162 9168 background-color: #ffffcc;
9163 9169 }
9164 9170 .codehilite {
9165 9171 background: #ffffff;
9166 9172 }
9167 9173 .codehilite .c {
9168 9174 color: #888888;
9169 9175 }
9170 9176 /* Comment */
9171 9177 .codehilite .err {
9172 9178 color: #FF0000;
9173 9179 }
9174 9180 /* Error */
9175 9181 .codehilite .k {
9176 9182 color: #008800;
9177 9183 font-weight: bold;
9178 9184 }
9179 9185 /* Keyword */
9180 9186 .codehilite .o {
9181 9187 color: #333333;
9182 9188 }
9183 9189 /* Operator */
9184 9190 .codehilite .cm {
9185 9191 color: #888888;
9186 9192 }
9187 9193 /* Comment.Multiline */
9188 9194 .codehilite .cp {
9189 9195 color: #557799;
9190 9196 }
9191 9197 /* Comment.Preproc */
9192 9198 .codehilite .c1 {
9193 9199 color: #888888;
9194 9200 }
9195 9201 /* Comment.Single */
9196 9202 .codehilite .cs {
9197 9203 color: #cc0000;
9198 9204 font-weight: bold;
9199 9205 }
9200 9206 /* Comment.Special */
9201 9207 .codehilite .gd {
9202 9208 color: #A00000;
9203 9209 }
9204 9210 /* Generic.Deleted */
9205 9211 .codehilite .ge {
9206 9212 font-style: italic;
9207 9213 }
9208 9214 /* Generic.Emph */
9209 9215 .codehilite .gr {
9210 9216 color: #FF0000;
9211 9217 }
9212 9218 /* Generic.Error */
9213 9219 .codehilite .gh {
9214 9220 color: #000080;
9215 9221 font-weight: bold;
9216 9222 }
9217 9223 /* Generic.Heading */
9218 9224 .codehilite .gi {
9219 9225 color: #00A000;
9220 9226 }
9221 9227 /* Generic.Inserted */
9222 9228 .codehilite .go {
9223 9229 color: #888888;
9224 9230 }
9225 9231 /* Generic.Output */
9226 9232 .codehilite .gp {
9227 9233 color: #c65d09;
9228 9234 font-weight: bold;
9229 9235 }
9230 9236 /* Generic.Prompt */
9231 9237 .codehilite .gs {
9232 9238 font-weight: bold;
9233 9239 }
9234 9240 /* Generic.Strong */
9235 9241 .codehilite .gu {
9236 9242 color: #800080;
9237 9243 font-weight: bold;
9238 9244 }
9239 9245 /* Generic.Subheading */
9240 9246 .codehilite .gt {
9241 9247 color: #0044DD;
9242 9248 }
9243 9249 /* Generic.Traceback */
9244 9250 .codehilite .kc {
9245 9251 color: #008800;
9246 9252 font-weight: bold;
9247 9253 }
9248 9254 /* Keyword.Constant */
9249 9255 .codehilite .kd {
9250 9256 color: #008800;
9251 9257 font-weight: bold;
9252 9258 }
9253 9259 /* Keyword.Declaration */
9254 9260 .codehilite .kn {
9255 9261 color: #008800;
9256 9262 font-weight: bold;
9257 9263 }
9258 9264 /* Keyword.Namespace */
9259 9265 .codehilite .kp {
9260 9266 color: #003388;
9261 9267 font-weight: bold;
9262 9268 }
9263 9269 /* Keyword.Pseudo */
9264 9270 .codehilite .kr {
9265 9271 color: #008800;
9266 9272 font-weight: bold;
9267 9273 }
9268 9274 /* Keyword.Reserved */
9269 9275 .codehilite .kt {
9270 9276 color: #333399;
9271 9277 font-weight: bold;
9272 9278 }
9273 9279 /* Keyword.Type */
9274 9280 .codehilite .m {
9275 9281 color: #6600EE;
9276 9282 font-weight: bold;
9277 9283 }
9278 9284 /* Literal.Number */
9279 9285 .codehilite .s {
9280 9286 color: #7D560A;
9281 9287 }
9282 9288 /* Literal.String */
9283 9289 .codehilite .na {
9284 9290 color: #0000CC;
9285 9291 }
9286 9292 /* Name.Attribute */
9287 9293 .codehilite .nb {
9288 9294 color: #007020;
9289 9295 }
9290 9296 /* Name.Builtin */
9291 9297 .codehilite .nc {
9292 9298 color: #BB0066;
9293 9299 font-weight: bold;
9294 9300 }
9295 9301 /* Name.Class */
9296 9302 .codehilite .no {
9297 9303 color: #003366;
9298 9304 font-weight: bold;
9299 9305 }
9300 9306 /* Name.Constant */
9301 9307 .codehilite .nd {
9302 9308 color: #555555;
9303 9309 font-weight: bold;
9304 9310 }
9305 9311 /* Name.Decorator */
9306 9312 .codehilite .ni {
9307 9313 color: #880000;
9308 9314 font-weight: bold;
9309 9315 }
9310 9316 /* Name.Entity */
9311 9317 .codehilite .ne {
9312 9318 color: #FF0000;
9313 9319 font-weight: bold;
9314 9320 }
9315 9321 /* Name.Exception */
9316 9322 .codehilite .nf {
9317 9323 color: #0066BB;
9318 9324 font-weight: bold;
9319 9325 }
9320 9326 /* Name.Function */
9321 9327 .codehilite .nl {
9322 9328 color: #997700;
9323 9329 font-weight: bold;
9324 9330 }
9325 9331 /* Name.Label */
9326 9332 .codehilite .nn {
9327 9333 color: #0e84b5;
9328 9334 font-weight: bold;
9329 9335 }
9330 9336 /* Name.Namespace */
9331 9337 .codehilite .nt {
9332 9338 color: #007700;
9333 9339 }
9334 9340 /* Name.Tag */
9335 9341 .codehilite .nv {
9336 9342 color: #996633;
9337 9343 }
9338 9344 /* Name.Variable */
9339 9345 .codehilite .ow {
9340 9346 color: #000000;
9341 9347 font-weight: bold;
9342 9348 }
9343 9349 /* Operator.Word */
9344 9350 .codehilite .w {
9345 9351 color: #bbbbbb;
9346 9352 }
9347 9353 /* Text.Whitespace */
9348 9354 .codehilite .mf {
9349 9355 color: #6600EE;
9350 9356 font-weight: bold;
9351 9357 }
9352 9358 /* Literal.Number.Float */
9353 9359 .codehilite .mh {
9354 9360 color: #005588;
9355 9361 font-weight: bold;
9356 9362 }
9357 9363 /* Literal.Number.Hex */
9358 9364 .codehilite .mi {
9359 9365 color: #0000DD;
9360 9366 font-weight: bold;
9361 9367 }
9362 9368 /* Literal.Number.Integer */
9363 9369 .codehilite .mo {
9364 9370 color: #4400EE;
9365 9371 font-weight: bold;
9366 9372 }
9367 9373 /* Literal.Number.Oct */
9368 9374 .codehilite .sb {
9369 9375 background-color: #fff0f0;
9370 9376 }
9371 9377 /* Literal.String.Backtick */
9372 9378 .codehilite .sc {
9373 9379 color: #0044DD;
9374 9380 }
9375 9381 /* Literal.String.Char */
9376 9382 .codehilite .sd {
9377 9383 color: #DD4422;
9378 9384 }
9379 9385 /* Literal.String.Doc */
9380 9386 .codehilite .s2 {
9381 9387 color: #7D560A;
9382 9388 }
9383 9389 /* Literal.String.Double */
9384 9390 .codehilite .se {
9385 9391 color: #666666;
9386 9392 font-weight: bold;
9387 9393 background-color: #fff0f0;
9388 9394 }
9389 9395 /* Literal.String.Escape */
9390 9396 .codehilite .sh {
9391 9397 background-color: #fff0f0;
9392 9398 }
9393 9399 /* Literal.String.Heredoc */
9394 9400 .codehilite .si {
9395 9401 background-color: #eeeeee;
9396 9402 }
9397 9403 /* Literal.String.Interpol */
9398 9404 .codehilite .sx {
9399 9405 color: #DD2200;
9400 9406 background-color: #fff0f0;
9401 9407 }
9402 9408 /* Literal.String.Other */
9403 9409 .codehilite .sr {
9404 9410 color: #000000;
9405 9411 background-color: #fff0ff;
9406 9412 }
9407 9413 /* Literal.String.Regex */
9408 9414 .codehilite .s1 {
9409 9415 color: #7D560A;
9410 9416 }
9411 9417 /* Literal.String.Single */
9412 9418 .codehilite .ss {
9413 9419 color: #AA6600;
9414 9420 }
9415 9421 /* Literal.String.Symbol */
9416 9422 .codehilite .bp {
9417 9423 color: #007020;
9418 9424 }
9419 9425 /* Name.Builtin.Pseudo */
9420 9426 .codehilite .vc {
9421 9427 color: #336699;
9422 9428 }
9423 9429 /* Name.Variable.Class */
9424 9430 .codehilite .vg {
9425 9431 color: #dd7700;
9426 9432 font-weight: bold;
9427 9433 }
9428 9434 /* Name.Variable.Global */
9429 9435 .codehilite .vi {
9430 9436 color: #3333BB;
9431 9437 }
9432 9438 /* Name.Variable.Instance */
9433 9439 .codehilite .il {
9434 9440 color: #0000DD;
9435 9441 font-weight: bold;
9436 9442 }
9437 9443 /* Literal.Number.Integer.Long */
9438 9444 .jh-root,
9439 9445 .jh-type-object,
9440 9446 .jh-type-array,
9441 9447 .jh-key,
9442 9448 .jh-value,
9443 9449 .jh-root tr {
9444 9450 -webkit-box-sizing: border-box;
9445 9451 /* Safari/Chrome, other WebKit */
9446 9452 -moz-box-sizing: border-box;
9447 9453 /* Firefox, other Gecko */
9448 9454 box-sizing: border-box;
9449 9455 /* Opera/IE 8+ */
9450 9456 }
9451 9457 .jh-key,
9452 9458 .jh-value {
9453 9459 margin: 0;
9454 9460 padding: 10px;
9455 9461 }
9456 9462 .jh-type-bool,
9457 9463 .jh-type-number {
9458 9464 font-weight: bold;
9459 9465 text-align: center;
9460 9466 color: #5286BC;
9461 9467 }
9462 9468 .jh-type-string {
9463 9469 font-style: italic;
9464 9470 color: #839B00;
9465 9471 word-break: break-all;
9466 9472 }
9467 9473 .jh-array-key {
9468 9474 font-style: italic;
9469 9475 font-size: small;
9470 9476 text-align: center;
9471 9477 }
9472 9478 .jh-object-key,
9473 9479 .jh-array-key {
9474 9480 color: #444;
9475 9481 vertical-align: top;
9476 9482 }
9477 9483 .jh-type-object > tr:nth-child(odd),
9478 9484 .jh-type-array > tr:nth-child(odd) {
9479 9485 background-color: #f5f5f5;
9480 9486 }
9481 9487 .jh-type-object > tr:nth-child(even),
9482 9488 .jh-type-array > tr:nth-child(even) {
9483 9489 background-color: #fff;
9484 9490 }
9485 9491 .jh-type-object,
9486 9492 .jh-type-array {
9487 9493 width: 100%;
9488 9494 border-collapse: collapse;
9489 9495 }
9490 9496 .jh-root {
9491 9497 margin: 0.2em;
9492 9498 }
9493 9499 th.jh-key {
9494 9500 text-align: left;
9495 9501 padding: 10px;
9496 9502 width: 50px;
9497 9503 }
9498 9504 .jh-type-object > tr,
9499 9505 .jh-type-array > tr {
9500 9506 border-bottom: none;
9501 9507 }
9502 9508 .jh-empty {
9503 9509 font-style: italic;
9504 9510 color: #999;
9505 9511 font-size: small;
9506 9512 }
9507 9513 @media (min-width: 1200px) {
9508 9514 .container {
9509 9515 width: 100%;
9510 9516 max-width: 1600px;
9511 9517 }
9512 9518 }
@@ -1,300 +1,301 b''
1 1 /* dashboard */
2 2
3 3 .top-state-front_dashboard {
4 4
5 5 .tutorial {
6 6 .white-block;
7 7 }
8 8
9 9 .pause_stream {
10 10 position: absolute;
11 11 top: 5px;
12 12 right: 50px;
13 13 }
14 14
15 15 .limit_stream {
16 16 position: absolute;
17 17 top: 5px;
18 18 right: 10px;
19 19 }
20 20
21 21 .combined-stat {
22 22 display: block;
23 23 min-width: 20%;
24 24 display: inline-block;
25 25 color: @color_white;
26 26 position: relative;
27 27 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
28 28 small {
29 29 font-size: 75%;
30 30 }
31 31 &:link, &:visited, &:hover {
32 32 color: @color_white !important;
33 33 }
34 34
35 35 .fa-chevron-right {
36 36 opacity: 0.3;
37 37 position: absolute;
38 38 right: 5px;
39 39 top: 40px;
40 40 text-shadow: 0px 0px 0px;
41 41 }
42 42
43 43 strong {
44 44 font-size: 160%;
45 45 display: inline-block;
46 46 margin: 5px 0;
47 47 }
48 48
49 49 }
50 50
51 51 #error-rate {
52 52 background-color: @color_red;
53 53 &:hover {
54 54 .transition-duration();
55 55 background-color: lighten(@color_red, 10%);
56 56 }
57 57 }
58 58
59 59 #satisfying-requests {
60 60 background-color: @color_green;
61 61 }
62 62
63 63 #tolerated-requests {
64 64 background-color: @color_orange;
65 65 &:hover {
66 66 .transition-duration();
67 67 background-color: lighten(@color_orange, 10%);
68 68 }
69 69 }
70 70
71 71 #frustrating-requests {
72 72 background-color: @color_dark_orange;
73 73 &:hover {
74 74 .transition-duration();
75 75 background-color: lighten(@color_dark_orange, 10%);
76 76 }
77 77 }
78 78
79 79 #uptime-stats {
80 80 background-color: @color_med_blue;
81 81 &:hover {
82 82 .transition-duration();
83 83 background-color: lighten(@color_med_blue, 10%);
84 84 }
85 85 }
86 86
87 87 #server-container {
88 88 margin-bottom: 10px;
89 89
90 90 .servers {
91 91 list-style: none;
92 92 margin: 0px;
93 93 }
94 94
95 95 .frustrating {
96 96 .apdex {
97 97 color: @color_red;
98 98 }
99 99
100 100 }
101 101
102 102 .satisfactory {
103 103 .apdex {
104 104 color: @color_green;
105 105 }
106 106 }
107 107
108 108 .tolerating {
109 109 .apdex {
110 110 color: @color_orange;
111 111 }
112 112 }
113 113
114 114 }
115 115
116 116 #assigned-container {
117 117 .white-block;
118 118 margin-top: 15px;
119 119 }
120 120
121 121 #trending-container {
122 122 .white-block;
123 123 max-height: 800px;
124 124 overflow: auto;
125 125 margin-top: 15px;
126 126 }
127 127
128 128 #report-timespan-picker-holder {
129 129 text-align: right;
130 130 }
131 131
132 132 #graph-container {
133 133 .white-block;
134 134 margin: 0px 0px 10px 0px;
135 135 }
136 136
137 137 #report_graph {
138 138 margin: auto;
139 139 border: 1px solid #B5BCC7;
140 140 width: 1008px;
141 141 overflow: hidden;
142 142 cursor: pointer;
143 143 min-height: 200px;
144 144 background-color: @color_white;
145 145 background-image: url('/static/appenlight/images/ajax_loader_3.gif');
146 146 background-position: center center;
147 147 background-repeat: no-repeat;
148 148 }
149 149
150 150 #report_graph:hover {
151 151 border: 1px solid #FF6F00;
152 152 -webkit-transition-duration: 0.5s;
153 153 -moz-transition-duration: 0.5s;
154 154 -o-transition-duration: 0.5s;
155 155 }
156 156
157 157 #report_graph img {
158 158 -webkit-transition-duration: 0.5s;
159 159 -moz-transition-duration: 0.5s;
160 160 -o-transition-duration: 0.5s;
161 161 }
162 162
163 163 #report_graph.toggle img {
164 164 margin-left: -1005px;
165 165 -webkit-transition-duration: 0.5s;
166 166 -moz-transition-duration: 0.5s;
167 167 -o-transition-duration: 0.5s;
168 168 }
169 169
170 170 .point {
171 171 .border-radius(30px);
172 172 background-color: @color_orange;
173 173 font-size: 200%;
174 174 font-weight: bold;
175 175 padding: 5px 17px;
176 176 margin: 0px 10px 0px 0px;
177 177 vertical-align: middle;
178 178 color: @color_white;
179 179 float: left;
180 180 }
181 181
182 182 #slow-statements {
183 183 table-layout: fixed;
184 184 width: 100%;
185 185 td {
186 186 padding: 0px 5px 10px 5px;
187 187 }
188 188
189 189 .statement {
190 190 font-size: 80%;
191 191 padding: 10px 5px 0px 0px;
192 192 font-weight: bold;
193 193 }
194 194
195 195 td.occurences {
196 196 width: 40px;
197 197 }
198 198
199 199 span.occurences {
200 200 font-size: 86%;
201 201 font-weight: bold;
202 202 background-color: @color_orange;
203 203 border-radius: 3px;
204 204 color: @color_white;
205 205 display: inline-block;
206 206 min-height: 33px;
207 207 min-width: 33px;
208 208 padding: 8px 0 0;
209 209 text-align: center;
210 210 }
211 211
212 212 .type {
213 213 font-size: 80%;
214 214 background-color: @color_grey;
215 215 padding: 2px 5px;
216 216 display: inline-block;
217 217 color: @color_white;
218 218 .border-radius(2px);
219 219 }
220 220
221 221 .subtype {
222 222 font-size: 80%;
223 223 background-color: @color_orange;
224 224 padding: 2px 5px;
225 225 display: inline-block;
226 226 color: @color_white;
227 227 .border-radius(2px);
228 228 }
229 229
230 230 .duration {
231 231 font-size: 80%;
232 232 background-color: @color_grey;
233 233 padding: 2px 5px;
234 234 display: inline-block;
235 235 color: @color_white;
236 236 .border-radius(2px);
237 237 margin: 0px 5px 0px 0px;
238 238 }
239 239
240 240 .report-list {
241 241 font-size: 80%;
242 242 }
243 243 }
244 244
245 245 #view-breakdown-container {
246 246 max-height: 472px;
247 247 overflow: auto;
248 248
249 249 .report-list {
250 250 font-size: 86%;
251 251 }
252 252
253 253 .view-name {
254 254 position: relative;
255 255 small {
256 256 font-weight: bold;
257 257 }
258 258
259 259 }
260 260
261 261 .stats {
262 262 margin-bottom: 5px;
263 263 }
264 264
265 265 .bar {
266 266 border-radius: 5px;
267 267 box-shadow: 0px 0px 3px darken(@color_orange, 10%) inset;
268 268 height: 10px;
269 269 background-color: @color_orange;
270 270 }
271 271
272 272 }
273 273
274 274 #slow-statements-container, #slow-urls-container {
275 275 .white-block;
276 276 max-height: 800px;
277 277 overflow-y: auto;
278 278 table {
279 279 border: 0px;
280 280 }
281 281 margin-top: 15px;
282 282 }
283 283
284 284 input.row-title {
285 285 min-width: 250px;
286 286 max-width: 400px;
287 287 display: inline-block;
288 288 }
289 289
290 290 .chart-layout-form {
291 291 margin-bottom: 15px
292 292 }
293 293 }
294 294
295 .graph-type {
296 .select.input-sm,
297 .btn-group {
295 form.graph-type.form-inline {
298 296 margin: 0 10px 10px 0;
299 }
297
298 select {
299 margin-right: 10px;
300 }
300 301 }
General Comments 0
You need to be logged in to leave comments. Login now